From 62e6b05fd6e71906c09b6f328b9972e90a79abbe Mon Sep 17 00:00:00 2001 From: Ryo Hilmawan <54142180+CloudHill@users.noreply.github.com> Date: Sat, 14 Nov 2020 00:14:38 +0700 Subject: [PATCH] Move icon.json to notion-enhancer/icons --- mods/notion-icons/icons.json | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 mods/notion-icons/icons.json diff --git a/mods/notion-icons/icons.json b/mods/notion-icons/icons.json deleted file mode 100644 index 0f75c1b..0000000 --- a/mods/notion-icons/icons.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "sourceUrl" : "https://raw.githubusercontent.com/jayhxmo/notion-icons/master/icons/", - "icons": [ - { - "name": "For Creators", - "source": "FC", - "extension": "png", - "count": 23, - "author": "Minhee Yoon", - "authorUrl": "https://dribbble.com/miniY" - }, - { - "name": "For Designers", - "source": "FD", - "extension": "png", - "count": 41, - "author": "Minhee Yoon", - "authorUrl": "https://dribbble.com/miniY" - } - ] -}