From c3809ddff3c8c7c23ab8f67e4a81c3ad726eff75 Mon Sep 17 00:00:00 2001 From: Luke <64204135+Fus1onDev@users.noreply.github.com> Date: Tue, 2 Aug 2022 10:23:07 +0900 Subject: [PATCH] Add Inkdrop Icon (#7581) * Add Inkdrop Icon * Fix Inkdrop svg size --- _data/simple-icons.json | 5 +++++ icons/inkdrop.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/inkdrop.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 1e46e14d..5c53dc70 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5125,6 +5125,11 @@ "hex": "783CBD", "source": "https://ingress.com/assets/fonts/ingress_icons.woff" }, + { + "title": "Inkdrop", + "hex": "7A78D7", + "source": "https://site-cdn.inkdrop.app/site/icons/inkdrop-icon.svg" + }, { "title": "Inkscape", "hex": "000000", diff --git a/icons/inkdrop.svg b/icons/inkdrop.svg new file mode 100644 index 00000000..cce8b881 --- /dev/null +++ b/icons/inkdrop.svg @@ -0,0 +1 @@ +Inkdrop \ No newline at end of file