From 1bc34495242f2f969803deff5047eaf2b68c465a Mon Sep 17 00:00:00 2001 From: Sachin Raja Date: Thu, 25 Nov 2021 00:42:30 -0800 Subject: [PATCH] rename Google Cast to Chromecast (#6901) * rename Google Cast to Chromecast * fix formatting --- _data/simple-icons.json | 15 ++++++++++----- icons/chromecast.svg | 1 + icons/googlecast.svg | 1 - 3 files changed, 11 insertions(+), 6 deletions(-) create mode 100644 icons/chromecast.svg delete mode 100644 icons/googlecast.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 7ce9e410c..545294a1c 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1698,6 +1698,16 @@ "hex": "80B5E3", "source": "https://chocolatey.org/media-kit" }, + { + "title": "Chromecast", + "hex": "1BB6F6", + "source": "https://www.google.com/intl/en_us/chromecast/built-in/", + "aliases": { + "aka": [ + "Google Cast" + ] + } + }, { "title": "Chrysler", "hex": "000000", @@ -3850,11 +3860,6 @@ "hex": "FF7143", "source": "https://arvr.google.com/cardboard/images/header/vr-home.svg" }, - { - "title": "Google Cast", - "hex": "1BB6F6", - "source": "https://www.google.com/intl/en_us/chromecast/built-in/" - }, { "title": "Google Chat", "hex": "00AC47", diff --git a/icons/chromecast.svg b/icons/chromecast.svg new file mode 100644 index 000000000..6b251ed8a --- /dev/null +++ b/icons/chromecast.svg @@ -0,0 +1 @@ +Chromecast \ No newline at end of file diff --git a/icons/googlecast.svg b/icons/googlecast.svg deleted file mode 100644 index 6c6519f84..000000000 --- a/icons/googlecast.svg +++ /dev/null @@ -1 +0,0 @@ -Google Cast \ No newline at end of file