From 30da039793582c58075e987e16ba3a16799140d2 Mon Sep 17 00:00:00 2001 From: uncenter <47499684+uncenter@users.noreply.github.com> Date: Mon, 10 Jun 2024 08:36:52 -0400 Subject: [PATCH] Add Anki icon (#10708) * Add Anki icon * Add license and guidelines. * Update anki.svg * Remove trailing newline Damn GitHub web editor -_- * Update anki.svg * Update path --------- Co-authored-by: Adam Rusted --- _data/simple-icons.json | 9 +++++++++ icons/anki.svg | 1 + 2 files changed, 10 insertions(+) create mode 100644 icons/anki.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index d533dce4..6b179e61 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1008,6 +1008,15 @@ "hex": "88F387", "source": "https://www.ankermake.com" }, + { + "title": "Anki", + "hex": "80C2EE", + "source": "https://commons.wikimedia.org/wiki/File:Anki-icon.svg", + "license": { + "type": "AGPL-3.0-only" + }, + "guidelines": "https://github.com/ankitects/anki/blob/4ab0db3127af8508317f84174aff9d20faedc41a/LICENSE" + }, { "title": "Ansible", "hex": "EE0000", diff --git a/icons/anki.svg b/icons/anki.svg new file mode 100644 index 00000000..0fcb853d --- /dev/null +++ b/icons/anki.svg @@ -0,0 +1 @@ +Anki \ No newline at end of file