From 70c722cff9e2cfdf1af4322e9496239fac27bc10 Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Sat, 11 Jan 2020 17:54:52 +0000 Subject: [PATCH] Add Google Maps icon (#1515) (#2196) Google Maps --- _data/simple-icons.json | 5 +++++ icons/googlemaps.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/googlemaps.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 0290f669..d50910b6 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1770,6 +1770,11 @@ "hex": "FFBB00", "source": "https://play.google.com/store/apps/details?id=com.google.android.keep" }, + { + "title": "Google Maps", + "hex": "4285F4", + "source": "https://upload.wikimedia.org/wikipedia/commons/a/a9/Google_Maps_icon.svg" + }, { "title": "Google Pay", "hex": "5F6368", diff --git a/icons/googlemaps.svg b/icons/googlemaps.svg new file mode 100644 index 00000000..22226cf4 --- /dev/null +++ b/icons/googlemaps.svg @@ -0,0 +1 @@ +Google Maps icon \ No newline at end of file