From c42f248b14665b7a0ba26c7a6b7f17422c13444d Mon Sep 17 00:00:00 2001 From: PratyushJayachandran <35000807+PratyushJayachandran@users.noreply.github.com> Date: Sun, 13 Aug 2023 11:58:28 -0700 Subject: [PATCH] Add CompTIA (#9157) * Add CompTIA icon * Add JSON data for CompTIA * Cleanup CompTIA icon --- _data/simple-icons.json | 6 ++++++ icons/comptia.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 icons/comptia.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index a4cbfdeb..a14e5c1b 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2691,6 +2691,12 @@ "hex": "885630", "source": "https://getcomposer.org" }, + { + "title": "CompTIA", + "hex": "C8202F", + "source": "https://www.comptia.org", + "guidelines": "https://www.comptia.org/newsroom/media-library" + }, { "title": "Comsol", "hex": "368CCB", diff --git a/icons/comptia.svg b/icons/comptia.svg new file mode 100644 index 00000000..7ff2eefc --- /dev/null +++ b/icons/comptia.svg @@ -0,0 +1 @@ +CompTIA \ No newline at end of file