From bde8fee6542b18b4dbb2143d195ff92fc373b0fe Mon Sep 17 00:00:00 2001 From: oeyoews Date: Sun, 16 Jul 2023 22:44:05 +0800 Subject: [PATCH] Add tiddlywiki.svg (#8326) * Add tiddlywiki.svg * Update img source * Update tiddlywiki hex value * Update icons/tiddlywiki.svg * fix: remove extra attributes for tiddlywiki.svg * Update _data/simple-icons.json * Update _data/simple-icons.json * Update title in SVG --------- Co-authored-by: PratyushJayachandran <35000807+PratyushJayachandran@users.noreply.github.com> --- _data/simple-icons.json | 5 +++++ icons/tiddlywiki.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/tiddlywiki.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 9a1145f93..4cb2e7307 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -12112,6 +12112,11 @@ "hex": "000000", "source": "https://tidal.com" }, + { + "title": "TiddlyWiki", + "hex": "111111", + "source": "https://tiddlywiki.com" + }, { "title": "Tide", "hex": "4050FB", diff --git a/icons/tiddlywiki.svg b/icons/tiddlywiki.svg new file mode 100644 index 000000000..482f7fb7f --- /dev/null +++ b/icons/tiddlywiki.svg @@ -0,0 +1 @@ +TiddlyWiki \ No newline at end of file