From ad070db3e278e6dffa9d6d760e1239562dba913f Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Sun, 24 Nov 2019 15:20:44 +0000 Subject: [PATCH] Add Google Search Console icon (#1562) (#1947) * Added googlesearchconsole.svg * Updated _data/simple-icons.json * Correct error in .json source --- _data/simple-icons.json | 5 +++++ icons/googlesearchconsole.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/googlesearchconsole.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 9d5a4260..707bd118 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1416,6 +1416,11 @@ "hex": "4885ED", "source": "https://scholar.google.com/intl/fr/scholar/images/2x/sprite_20161020.png" }, + { + "title": "Google Search Console", + "hex": "458CF5", + "source": "https://search.google.com/search-console" + }, { "title": "GOV.UK", "hex": "005EA5", diff --git a/icons/googlesearchconsole.svg b/icons/googlesearchconsole.svg new file mode 100644 index 00000000..75558ab9 --- /dev/null +++ b/icons/googlesearchconsole.svg @@ -0,0 +1 @@ +Google Search Console icon \ No newline at end of file