From 87699264910fe656968606584e0a11dad1bd09b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Grosso?= Date: Wed, 23 Oct 2019 06:11:56 -0300 Subject: [PATCH] Added Strapi Icon (#1787) * Added Strapi Icon * Changed svg and hex for the original source * Fixed svg where it had 2 paths * One lining svg code * Removed blank lines * * * Closes #1593 --- _data/simple-icons.json | 5 +++++ icons/strapi.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/strapi.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 52074a5e..def09d07 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3125,6 +3125,11 @@ "hex": "FF4785", "source": "https://github.com/storybookjs/brand" }, + { + "title": "Strapi", + "hex": "2E7EEA", + "source": "https://strapi.io/" + }, { "title": "Strava", "hex": "FC4C02", diff --git a/icons/strapi.svg b/icons/strapi.svg new file mode 100644 index 00000000..2d2ac2b0 --- /dev/null +++ b/icons/strapi.svg @@ -0,0 +1 @@ +Strapi icon \ No newline at end of file