From d3fc15e0b375e57f30a09cd97a872811140e2fab Mon Sep 17 00:00:00 2001 From: CodeWithShipraJain Date: Mon, 14 Aug 2023 00:25:12 +0530 Subject: [PATCH] =?UTF-8?q?Adding=20(ISC)=C2=B2=20icon=20(#9134)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Adding (ISC)² icon * Updating the brand name. * Updating the logo * Adding slug for the added icon * Updating slug name --- _data/simple-icons.json | 6 ++++++ icons/iscsquared.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 icons/iscsquared.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 4a5ec4c3..a4cbfdeb 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -15,6 +15,12 @@ "hex": "512BD4", "source": "https://github.com/dotnet/brand/tree/defe0408e765b48223a434a0d9a94213edc062f8" }, + { + "title": "(ISC)²", + "slug": "iscsquared", + "hex": "007054", + "source": "https://www.isc2.org" + }, { "title": "/e/", "hex": "000000", diff --git a/icons/iscsquared.svg b/icons/iscsquared.svg new file mode 100644 index 00000000..88f6b836 --- /dev/null +++ b/icons/iscsquared.svg @@ -0,0 +1 @@ +(ISC)² \ No newline at end of file