From 047b7f1ee9feacc701519714ec1dccc2bbf8d95b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Grosso?= Date: Thu, 10 Oct 2019 13:52:54 -0300 Subject: [PATCH] Add Kaspersky Icon (#1738) * Adding Kaspersky Icon * Fixed svg format * Fixed hex and typo * Fix on Kaspersky svg * Remove extraneous whitespace * Fixed Position and size --- _data/simple-icons.json | 5 +++++ icons/kaspersky.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/kaspersky.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 8d69ecf6..dd8df146 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1645,6 +1645,11 @@ "hex": "6F02B5", "source": "https://www.dropbox.com/sh/2qihtgrzllws8ki/AABmo9X1KMT6lHnvh4Em7dpWa?dl=0" }, + { + "title": "Kaspersky", + "hex": "009982", + "source": "https://www.kaspersky.com" + }, { "title": "Kentico", "hex": "F05A22", diff --git a/icons/kaspersky.svg b/icons/kaspersky.svg new file mode 100644 index 00000000..b301234f --- /dev/null +++ b/icons/kaspersky.svg @@ -0,0 +1 @@ +Kaspersky icon \ No newline at end of file