From e748b9074ca6e2b7f69a3d6ad9433cdd29243d04 Mon Sep 17 00:00:00 2001 From: PratyushJayachandran <35000807+PratyushJayachandran@users.noreply.github.com> Date: Sun, 20 Aug 2023 09:04:34 -0700 Subject: [PATCH] Add Google Slides (#9317) * Add Google Slides icon * Add JSON data for Google Slides * Update SVG source --- _data/simple-icons.json | 5 +++++ icons/googleslides.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/googleslides.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index b24a689e..6996ba79 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5169,6 +5169,11 @@ "hex": "34A853", "source": "https://sheets.google.com" }, + { + "title": "Google Slides", + "hex": "FBBC04", + "source": "https://slides.google.com" + }, { "title": "Google Street View", "hex": "FEC111", diff --git a/icons/googleslides.svg b/icons/googleslides.svg new file mode 100644 index 00000000..576e23f7 --- /dev/null +++ b/icons/googleslides.svg @@ -0,0 +1 @@ +Google Slides \ No newline at end of file