From 71df43ff0cca8dcbc459dc26821899e75bba4915 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Mon, 4 Nov 2019 19:51:56 +0800 Subject: [PATCH] Add SonicWall icon (#1878) * Add SonicWall icon * Update the icon to use the official source Specifically, it uses the monochromatic version as an EPS file. --- _data/simple-icons.json | 5 +++++ icons/sonicwall.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/sonicwall.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 625e031862a0..f7e07ef47bb6 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3111,6 +3111,11 @@ "hex": "F80046", "source": "http://blog.songkick.com/media-assets" }, + { + "title": "SonicWall", + "hex": "FF6600", + "source": "https://brandfolder.com/sonicwall/sonicwall-external" + }, { "title": "Sonos", "hex": "000000", diff --git a/icons/sonicwall.svg b/icons/sonicwall.svg new file mode 100644 index 000000000000..6f5fea12e5b5 --- /dev/null +++ b/icons/sonicwall.svg @@ -0,0 +1 @@ +SonicWall icon \ No newline at end of file