From 98a9c193acd4e8edd8d8ab4936f7839ebb0f7d16 Mon Sep 17 00:00:00 2001 From: Johan Fagerberg Date: Sun, 13 Oct 2019 13:23:48 +0200 Subject: [PATCH] Add Cisco (#1769) Icon and color taken from SVG in header of cisco.com Manually expanded 's (Illustrator doesn't support them :( ) --- _data/simple-icons.json | 5 +++++ icons/cisco.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/cisco.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index fe0014c8..974607cc 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -475,6 +475,11 @@ "hex": "212121", "source": "https://cirrus-ci.org" }, + { + "title": "Cisco", + "hex": "1BA0D7", + "source": "https://www.cisco.com/" + }, { "title": "CiviCRM", "hex": "81C459", diff --git a/icons/cisco.svg b/icons/cisco.svg new file mode 100644 index 00000000..17358f1e --- /dev/null +++ b/icons/cisco.svg @@ -0,0 +1 @@ +Cisco icon \ No newline at end of file