From 7dda239387271477d176dfcb04f87c8f4062fcc0 Mon Sep 17 00:00:00 2001 From: Max Cotton Date: Sun, 27 Mar 2022 15:29:55 -0400 Subject: [PATCH 1/4] Add Rider icons --- devicon.json | 24 +++++++++++++++ icons/rider/rider-original.svg | 46 +++++++++++++++++++++++++++++ icons/rider/rider-wordmark.svg | 54 ++++++++++++++++++++++++++++++++++ 3 files changed, 124 insertions(+) create mode 100644 icons/rider/rider-original.svg create mode 100644 icons/rider/rider-wordmark.svg diff --git a/devicon.json b/devicon.json index 92dc7afb3..cf5642b5a 100644 --- a/devicon.json +++ b/devicon.json @@ -4470,6 +4470,30 @@ } ] }, + { + "name": "rider", + "tags": [ + "jetbrains", + "ide", + "dotnet" + ], + "versions": { + "svg": [ + "original", + "original-wordmark" + ], + "font": [ + "original-wordmark" + ] + }, + "color": "#DD1866", + "aliases": [ + { + "base": "original-wordmark", + "alias": "plain-wordmark" + } + ] + }, { "name": "rocksdb", "tags": [ diff --git a/icons/rider/rider-original.svg b/icons/rider/rider-original.svg new file mode 100644 index 000000000..7a061cdd1 --- /dev/null +++ b/icons/rider/rider-original.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/rider/rider-wordmark.svg b/icons/rider/rider-wordmark.svg new file mode 100644 index 000000000..e499519ab --- /dev/null +++ b/icons/rider/rider-wordmark.svg @@ -0,0 +1,54 @@ + + + + + + + + + + From 4e0701fba87ab446c5a378b2f56459916f54164d Mon Sep 17 00:00:00 2001 From: Max Cotton Date: Sun, 27 Mar 2022 15:35:13 -0400 Subject: [PATCH 2/4] Add Rider icons This reverts commit 7dda239387271477d176dfcb04f87c8f4062fcc0. --- devicon.json | 11 +++-------- .../{rider-wordmark.svg => rider-plain-wordmark.svg} | 0 2 files changed, 3 insertions(+), 8 deletions(-) rename icons/rider/{rider-wordmark.svg => rider-plain-wordmark.svg} (100%) diff --git a/devicon.json b/devicon.json index cf5642b5a..800fc770c 100644 --- a/devicon.json +++ b/devicon.json @@ -4480,19 +4480,14 @@ "versions": { "svg": [ "original", - "original-wordmark" + "plain-wordmark" ], "font": [ - "original-wordmark" + "plain-wordmark" ] }, "color": "#DD1866", - "aliases": [ - { - "base": "original-wordmark", - "alias": "plain-wordmark" - } - ] + "aliases": [] }, { "name": "rocksdb", diff --git a/icons/rider/rider-wordmark.svg b/icons/rider/rider-plain-wordmark.svg similarity index 100% rename from icons/rider/rider-wordmark.svg rename to icons/rider/rider-plain-wordmark.svg From 2de9df120b254b06b491dd446c61d1b773ffb9b2 Mon Sep 17 00:00:00 2001 From: Max Cotton Date: Mon, 28 Mar 2022 14:25:17 -0400 Subject: [PATCH 3/4] Fixed Rider wordmark icon --- icons/rider/rider-plain-wordmark.svg | 80 +++++++++++++--------------- 1 file changed, 36 insertions(+), 44 deletions(-) diff --git a/icons/rider/rider-plain-wordmark.svg b/icons/rider/rider-plain-wordmark.svg index e499519ab..50ece681f 100644 --- a/icons/rider/rider-plain-wordmark.svg +++ b/icons/rider/rider-plain-wordmark.svg @@ -4,51 +4,43 @@ viewBox="0 0 128 128" style="enable-background:new 0 0 128 128;" xml:space="preserve"> - - - + + + + + + From 6a7b064e517a0cf45c4412d55a0ae47ee8fc52d1 Mon Sep 17 00:00:00 2001 From: Max Cotton Date: Mon, 28 Mar 2022 17:07:27 -0400 Subject: [PATCH 4/4] Added plain variation --- devicon.json | 2 ++ icons/rider/rider-plain.svg | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 icons/rider/rider-plain.svg diff --git a/devicon.json b/devicon.json index 800fc770c..b4f685421 100644 --- a/devicon.json +++ b/devicon.json @@ -4480,9 +4480,11 @@ "versions": { "svg": [ "original", + "plain", "plain-wordmark" ], "font": [ + "plain", "plain-wordmark" ] }, diff --git a/icons/rider/rider-plain.svg b/icons/rider/rider-plain.svg new file mode 100644 index 000000000..caf6c3c6c --- /dev/null +++ b/icons/rider/rider-plain.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + +