From 82fa340c481f994a4c39bd111663a67d789f650a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pedro=20Moraes?= Date: Fri, 28 Jun 2019 14:28:48 -0300 Subject: [PATCH] Added Google Cloud Icon (#1491) Closes #1352. --- _data/simple-icons.json | 5 +++++ icons/googlecloud.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/googlecloud.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 03d6719b..1de29d59 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1085,6 +1085,11 @@ "hex": "4285F4", "source": "https://blog.google/press/?product_tag=chrome" }, + { + "title": "Google Cloud", + "hex": "4285F4", + "source": "https://cloud.google.com/" + }, { "title": "Google Analytics", "hex": "FFC107", diff --git a/icons/googlecloud.svg b/icons/googlecloud.svg new file mode 100644 index 00000000..428c4a88 --- /dev/null +++ b/icons/googlecloud.svg @@ -0,0 +1 @@ +Google Cloud icon \ No newline at end of file