From 1e6f34a11c13b35b390126e2a364b1db5e31c7ec Mon Sep 17 00:00:00 2001 From: Braky <53004544+DerBraky@users.noreply.github.com> Date: Sat, 30 Nov 2024 17:50:02 +0100 Subject: [PATCH] Add AccuWeather icon (#12202) --- _data/simple-icons.json | 5 +++++ icons/accuweather.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/accuweather.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 85a454669..540ffe657 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -162,6 +162,11 @@ "hex": "A9225C", "source": "https://www.accusoft.com" }, + { + "title": "AccuWeather", + "hex": "FF6600", + "source": "https://accuweather.com" + }, { "title": "Acer", "hex": "83B81A", diff --git a/icons/accuweather.svg b/icons/accuweather.svg new file mode 100644 index 000000000..85e5361bd --- /dev/null +++ b/icons/accuweather.svg @@ -0,0 +1 @@ +AccuWeather \ No newline at end of file