From e32a64975d2cc083f5ccf3856c7f32642865a121 Mon Sep 17 00:00:00 2001 From: Justin Sun Date: Wed, 20 Jul 2022 21:41:35 +0800 Subject: [PATCH] Add React Hook Form icon (#7584) * Add React Hook Form icon * Use github permanent link * Update icon to pass test * Update icon to pass lint Co-authored-by: Sigurd Spieckermann <2206639+sisp@users.noreply.github.com> --- _data/simple-icons.json | 5 +++++ icons/reacthookform.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/reacthookform.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 8aa6122e67ed..99f23fefae9a 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -8895,6 +8895,11 @@ ] } }, + { + "title": "React Hook Form", + "hex": "EC5990", + "source": "https://github.com/react-hook-form/documentation/blob/d049ffe923336ce7a5bf58990c54c07f39ab2429/src/images/Logo.svg" + }, { "title": "React Query", "hex": "FF4154", diff --git a/icons/reacthookform.svg b/icons/reacthookform.svg new file mode 100644 index 000000000000..c2866fe34ff4 --- /dev/null +++ b/icons/reacthookform.svg @@ -0,0 +1 @@ +React Hook Form \ No newline at end of file