From 2b590f61c9d3bdd582170a110f53e9e4e5395c58 Mon Sep 17 00:00:00 2001 From: CodeShakingSheep <19874562+CodeShakingSheep@users.noreply.github.com> Date: Fri, 7 Jun 2024 15:12:46 -0500 Subject: [PATCH] Add Formik icon (#11063) --- _data/simple-icons.json | 5 +++++ icons/formik.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/formik.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index f684f11b..6d3179ad 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5551,6 +5551,11 @@ "type": "CC-BY-SA-4.0" } }, + { + "title": "Formik", + "hex": "2563EB", + "source": "https://formik.org" + }, { "title": "Formspree", "hex": "E5122E", diff --git a/icons/formik.svg b/icons/formik.svg new file mode 100644 index 00000000..08de2fbc --- /dev/null +++ b/icons/formik.svg @@ -0,0 +1 @@ +Formik \ No newline at end of file