From 25eb45359b126f9947a1a19640f4670f1a780823 Mon Sep 17 00:00:00 2001 From: PratyushJayachandran <35000807+PratyushJayachandran@users.noreply.github.com> Date: Sun, 23 Jul 2023 05:15:13 -0700 Subject: [PATCH] Add Google Docs icon (#8981) * Add Google Docs icon * Add JSON Data for Google Docs * Merge from develop * Change Google Docs icon style * Merge develop into Add-Google-Docs * Add JSON data for Google Docs --- _data/simple-icons.json | 5 +++++ icons/googledocs.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/googledocs.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 7a24157c0..a3bb941b1 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4886,6 +4886,11 @@ "source": "https://cloud.google.com/icons", "guidelines": "https://cloud.google.com/terms/" }, + { + "title": "Google Docs", + "hex": "4285F4", + "source": "https://www.google.com/docs/about" + }, { "title": "Google Domains", "hex": "4285F4", diff --git a/icons/googledocs.svg b/icons/googledocs.svg new file mode 100644 index 000000000..8354c6fa2 --- /dev/null +++ b/icons/googledocs.svg @@ -0,0 +1 @@ +Google Docs \ No newline at end of file