From 49d9b3ee706f47e931d6f76a6900748ac76b60db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20R=C3=A8gne?= Date: Sun, 30 Jun 2024 19:37:42 +0200 Subject: [PATCH] Add Chrome Web Store icon (#11318) --- _data/simple-icons.json | 5 +++++ icons/chromewebstore.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/chromewebstore.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index c42d5ce0b..fb8dd0f24 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2982,6 +2982,11 @@ "hex": "FC521F", "source": "https://www.chromatic.com" }, + { + "title": "Chrome Web Store", + "hex": "4285F4", + "source": "https://chromewebstore.google.com" + }, { "title": "Chromecast", "hex": "999999", diff --git a/icons/chromewebstore.svg b/icons/chromewebstore.svg new file mode 100644 index 000000000..be1b73b7d --- /dev/null +++ b/icons/chromewebstore.svg @@ -0,0 +1 @@ +Chrome Web Store \ No newline at end of file