From 22fb266717a554af54464815f59a950776fd0a77 Mon Sep 17 00:00:00 2001 From: Ritwik Saha Date: Sun, 3 Mar 2019 16:03:38 +0000 Subject: [PATCH] Added Code Climate icon (#1256) * Added Code Climate icon * Update Code Climate color to black The official color uses `fill: #000` - the previous code `#BC69BC` was a light purple. --- _data/simple-icons.json | 5 +++++ icons/codeclimate.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/codeclimate.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index e75e3a21..9a2bbdb6 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -380,6 +380,11 @@ "hex": "1F4056", "source": "https://www.codecademy.com/" }, + { + "title": "Code Climate", + "hex": "000000", + "source": "https://codeclimate.com/" + }, { "title": "Codecov", "hex": "F01F7A", diff --git a/icons/codeclimate.svg b/icons/codeclimate.svg new file mode 100644 index 00000000..ef229e4d --- /dev/null +++ b/icons/codeclimate.svg @@ -0,0 +1 @@ +Code Climate icon \ No newline at end of file