From 6f024af57c6fb2628b04cb1fef024ffc122bf1c9 Mon Sep 17 00:00:00 2001 From: Suzy Q Date: Tue, 18 Jul 2023 12:35:11 -0700 Subject: [PATCH] Adding CodeSignal icon (#8801) * Added codesignal svg * Added CodeSignal to .json * Updated hex code * Fixed lint issue * Removed # in hex code * Updated hex code * Added updated icon * Fixed image name * Fix CodeSignal URL --- _data/simple-icons.json | 5 +++++ icons/codesignal.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/codesignal.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 12fe8ac4..768b65d8 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2511,6 +2511,11 @@ "hex": "004466", "source": "https://app.codeship.com" }, + { + "title": "CodeSignal", + "hex": "1062FB", + "source": "https://codesignal.com" + }, { "title": "Codewars", "hex": "B1361E", diff --git a/icons/codesignal.svg b/icons/codesignal.svg new file mode 100644 index 00000000..ffb80359 --- /dev/null +++ b/icons/codesignal.svg @@ -0,0 +1 @@ +CodeSignal \ No newline at end of file