From 228a8e6cd40aa579815b993f93bb803a768d140f Mon Sep 17 00:00:00 2001 From: Joe B Date: Thu, 31 Oct 2019 16:29:48 -0500 Subject: [PATCH] Add Notion icon (#1867) * Add notion icon * Updating source from Media Kit to Home page as media kit svg isn't actually an svg --- _data/simple-icons.json | 5 +++++ icons/notion.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/notion.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index d5fa48f0..85306e05 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2356,6 +2356,11 @@ "hex": "8F0000", "source": "https://nodered.org/about/resources/" }, + { + "title": "Notion", + "hex": "000000", + "source": "https://www.notion.so/" + }, { "title": "NPM", "hex": "CB3837", diff --git a/icons/notion.svg b/icons/notion.svg new file mode 100644 index 00000000..2e29096f --- /dev/null +++ b/icons/notion.svg @@ -0,0 +1 @@ +Notion icon \ No newline at end of file