From 2b272d98f9fbf8bb0e87c6bac1c68290a4f51307 Mon Sep 17 00:00:00 2001 From: PratyushJayachandran <35000807+PratyushJayachandran@users.noreply.github.com> Date: Sun, 23 Jul 2023 08:42:49 -0700 Subject: [PATCH] Add google forms (#9080) * Add JSON data for Google Forms * Add Google Forms icon --- _data/simple-icons.json | 5 +++++ icons/googleforms.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/googleforms.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 718f8e9b..e7650dfd 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4951,6 +4951,11 @@ "hex": "4285F4", "source": "https://fonts.google.com" }, + { + "title": "Google Forms", + "hex": "7248B9", + "source": "https://about.google/products/#all-products" + }, { "title": "Google Hangouts", "hex": "0C9D58", diff --git a/icons/googleforms.svg b/icons/googleforms.svg new file mode 100644 index 00000000..a31b509f --- /dev/null +++ b/icons/googleforms.svg @@ -0,0 +1 @@ +Google Forms \ No newline at end of file