From ddb82b2d72a66cb2f412f152c00a464ddcb01b54 Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Mon, 23 Nov 2020 19:17:18 +0100 Subject: [PATCH] Replace Riot by Element (#4121) * Remove Riot * Add Element icon * Update Element icon to precision 4 --- _data/simple-icons.json | 10 +++++----- icons/element.svg | 1 + icons/riot.svg | 1 - 3 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 icons/element.svg delete mode 100644 icons/riot.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 6c4c2250a..4463c1dd9 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1875,6 +1875,11 @@ "hex": "47848F", "source": "https://electronjs.org/images/electron-logo.svg" }, + { + "title": "Element", + "hex": "0DBD8B", + "source": "https://element.io/" + }, { "title": "elementary", "hex": "64BAFF", @@ -5375,11 +5380,6 @@ "hex": "1C9AD6", "source": "https://store.ring.com/press" }, - { - "title": "Riot", - "hex": "368BD6", - "source": "https://about.riot.im/" - }, { "title": "Riot Games", "hex": "D32936", diff --git a/icons/element.svg b/icons/element.svg new file mode 100644 index 000000000..43c90e796 --- /dev/null +++ b/icons/element.svg @@ -0,0 +1 @@ +Element icon \ No newline at end of file diff --git a/icons/riot.svg b/icons/riot.svg deleted file mode 100644 index bed5c8aca..000000000 --- a/icons/riot.svg +++ /dev/null @@ -1 +0,0 @@ -Riot icon \ No newline at end of file