From 9eb9b114ff7cd8d36b5c57047ce0a1ab70ef56ff Mon Sep 17 00:00:00 2001 From: LitoMore Date: Fri, 16 Sep 2022 19:13:58 +0800 Subject: [PATCH] Add Google Home icon (#7771) --- _data/simple-icons.json | 5 +++++ icons/googlehome.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/googlehome.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 768a1e41..f8f16285 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4433,6 +4433,11 @@ "hex": "0C9D58", "source": "https://upload.wikimedia.org/wikipedia/commons/e/ee/Hangouts_icon.svg" }, + { + "title": "Google Home", + "hex": "4285F4", + "source": "https://home.google.com/welcome/" + }, { "title": "Google Keep", "hex": "FFBB00", diff --git a/icons/googlehome.svg b/icons/googlehome.svg new file mode 100644 index 00000000..e241757b --- /dev/null +++ b/icons/googlehome.svg @@ -0,0 +1 @@ +Google Home \ No newline at end of file