From fe2dda1e18ec55ca3852b359d5d522a423807275 Mon Sep 17 00:00:00 2001 From: Ansh Singh Sonkhia <110414565+AnshSinghSonkhia@users.noreply.github.com> Date: Sat, 17 Feb 2024 09:45:42 +0530 Subject: [PATCH 01/27] Added: remix icons - plain - plain wordmark - line - line wordmark --- icons/remix/remix-line-wordmark.svg | 9 +++++++++ icons/remix/remix-line.svg | 5 +++++ icons/remix/remix-plain-wordmark.svg | 9 +++++++++ icons/remix/remix-plain.svg | 5 +++++ 4 files changed, 28 insertions(+) create mode 100644 icons/remix/remix-line-wordmark.svg create mode 100644 icons/remix/remix-line.svg create mode 100644 icons/remix/remix-plain-wordmark.svg create mode 100644 icons/remix/remix-plain.svg diff --git a/icons/remix/remix-line-wordmark.svg b/icons/remix/remix-line-wordmark.svg new file mode 100644 index 00000000..c8fa0a26 --- /dev/null +++ b/icons/remix/remix-line-wordmark.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/remix/remix-line.svg b/icons/remix/remix-line.svg new file mode 100644 index 00000000..a45ee189 --- /dev/null +++ b/icons/remix/remix-line.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/icons/remix/remix-plain-wordmark.svg b/icons/remix/remix-plain-wordmark.svg new file mode 100644 index 00000000..56ab33aa --- /dev/null +++ b/icons/remix/remix-plain-wordmark.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/remix/remix-plain.svg b/icons/remix/remix-plain.svg new file mode 100644 index 00000000..43bb1c16 --- /dev/null +++ b/icons/remix/remix-plain.svg @@ -0,0 +1,5 @@ + + + + + From 816ff69443dadb03f0a65ba4365c4055161b1879 Mon Sep 17 00:00:00 2001 From: Ansh Singh Sonkhia <110414565+AnshSinghSonkhia@users.noreply.github.com> Date: Sat, 17 Feb 2024 09:53:43 +0530 Subject: [PATCH 02/27] Added: remix icons --- devicon.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/devicon.json b/devicon.json index f6477300..c95b6d75 100644 --- a/devicon.json +++ b/devicon.json @@ -8834,6 +8834,32 @@ } ] }, + { + "name": "remix", + "altnames": [ + "remix.run" + ], + "tags": [ + "framework", + "fullstack", + "web" + ], + "versions": { + "svg": [ + "plain", + "plain-wordmark", + "line", + "line-wordmark", + ], + }, + "color": "#000000", + "aliases": [ + { + "base": "plain", + "alias": "original" + } + ] + }, { "name": "renpy", "altnames": [ From 7b74abce4693ab8299a687da4d4cbe29f9184d61 Mon Sep 17 00:00:00 2001 From: Ansh Singh Sonkhia <110414565+AnshSinghSonkhia@users.noreply.github.com> Date: Wed, 21 Feb 2024 17:43:24 +0530 Subject: [PATCH 03/27] Updated: devicon.json Co-authored-by: Patrik Wehrli --- devicon.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/devicon.json b/devicon.json index c95b6d75..2fbf25ba 100644 --- a/devicon.json +++ b/devicon.json @@ -8857,6 +8857,10 @@ { "base": "plain", "alias": "original" + }, + { + "base": "plain-wordmark", + "alias": "original-wordmark" } ] }, From 8bc7d302a8d70f18d05f47b8af9485c4cd9ed553 Mon Sep 17 00:00:00 2001 From: Ansh Singh Sonkhia <110414565+AnshSinghSonkhia@users.noreply.github.com> Date: Wed, 21 Feb 2024 17:55:36 +0530 Subject: [PATCH 04/27] Update remix-line-wordmark.svg --- icons/remix/remix-line-wordmark.svg | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/icons/remix/remix-line-wordmark.svg b/icons/remix/remix-line-wordmark.svg index c8fa0a26..f9ec3eb7 100644 --- a/icons/remix/remix-line-wordmark.svg +++ b/icons/remix/remix-line-wordmark.svg @@ -1,9 +1,9 @@ - - - - - - - - + + + + + + + + From 45d0822d82664f54319d313a1f0b32a5a4db6cd8 Mon Sep 17 00:00:00 2001 From: Ansh Singh Sonkhia <110414565+AnshSinghSonkhia@users.noreply.github.com> Date: Wed, 21 Feb 2024 23:45:34 +0530 Subject: [PATCH 05/27] Update remix-line.svg --- icons/remix/remix-line.svg | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/icons/remix/remix-line.svg b/icons/remix/remix-line.svg index a45ee189..aae888cd 100644 --- a/icons/remix/remix-line.svg +++ b/icons/remix/remix-line.svg @@ -1,5 +1 @@ - - - - - + From bd8dbe023ee809f5de6bfe466656054bbc55808d Mon Sep 17 00:00:00 2001 From: Ansh Singh Sonkhia <110414565+AnshSinghSonkhia@users.noreply.github.com> Date: Wed, 21 Feb 2024 23:47:39 +0530 Subject: [PATCH 06/27] Update remix-plain.svg --- icons/remix/remix-plain.svg | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/icons/remix/remix-plain.svg b/icons/remix/remix-plain.svg index 43bb1c16..c5b485bd 100644 --- a/icons/remix/remix-plain.svg +++ b/icons/remix/remix-plain.svg @@ -1,5 +1 @@ - - - - - + From ed9782cc134738e95fc4b2f0939d032f77fb3259 Mon Sep 17 00:00:00 2001 From: Ansh Singh Sonkhia <110414565+AnshSinghSonkhia@users.noreply.github.com> Date: Wed, 21 Feb 2024 23:49:39 +0530 Subject: [PATCH 07/27] Update remix-plain-wordmark.svg --- icons/remix/remix-plain-wordmark.svg | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/icons/remix/remix-plain-wordmark.svg b/icons/remix/remix-plain-wordmark.svg index 56ab33aa..2af1e484 100644 --- a/icons/remix/remix-plain-wordmark.svg +++ b/icons/remix/remix-plain-wordmark.svg @@ -1,9 +1 @@ - - - - - - - - - + From 0442e55893b25543f3857abfb24d7f8098804de5 Mon Sep 17 00:00:00 2001 From: Ansh Singh Sonkhia <110414565+AnshSinghSonkhia@users.noreply.github.com> Date: Thu, 22 Feb 2024 12:05:06 +0530 Subject: [PATCH 08/27] Rename remix-plain.svg to remix-original.svg --- icons/remix/{remix-plain.svg => remix-original.svg} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename icons/remix/{remix-plain.svg => remix-original.svg} (100%) diff --git a/icons/remix/remix-plain.svg b/icons/remix/remix-original.svg similarity index 100% rename from icons/remix/remix-plain.svg rename to icons/remix/remix-original.svg From 19794cb8f666c3809244a1acd4056a39b90e98b8 Mon Sep 17 00:00:00 2001 From: Ansh Singh Sonkhia <110414565+AnshSinghSonkhia@users.noreply.github.com> Date: Thu, 22 Feb 2024 12:05:43 +0530 Subject: [PATCH 09/27] Rename remix-plain-wordmark.svg to remix-original-wordmark.svg --- .../{remix-plain-wordmark.svg => remix-original-wordmark.svg} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename icons/remix/{remix-plain-wordmark.svg => remix-original-wordmark.svg} (100%) diff --git a/icons/remix/remix-plain-wordmark.svg b/icons/remix/remix-original-wordmark.svg similarity index 100% rename from icons/remix/remix-plain-wordmark.svg rename to icons/remix/remix-original-wordmark.svg From 1964ccdbb0f92015afba29e515c465fd7e6ebc66 Mon Sep 17 00:00:00 2001 From: Ansh Singh Sonkhia <110414565+AnshSinghSonkhia@users.noreply.github.com> Date: Thu, 22 Feb 2024 12:09:06 +0530 Subject: [PATCH 10/27] Updated devicon.json - flipped original & plain flipped original & plain for base & alias --- devicon.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/devicon.json b/devicon.json index 2fbf25ba..7536294e 100644 --- a/devicon.json +++ b/devicon.json @@ -8846,8 +8846,8 @@ ], "versions": { "svg": [ - "plain", - "plain-wordmark", + "original", + "original-wordmark", "line", "line-wordmark", ], @@ -8855,12 +8855,12 @@ "color": "#000000", "aliases": [ { - "base": "plain", - "alias": "original" + "base": "original", + "alias": "plain" }, { - "base": "plain-wordmark", - "alias": "original-wordmark" + "base": "original-wordmark", + "alias": "plain-wordmark" } ] }, From 9493d78032c6a556a56d622a3296c40f21ba4a28 Mon Sep 17 00:00:00 2001 From: Ansh Singh Sonkhia <110414565+AnshSinghSonkhia@users.noreply.github.com> Date: Thu, 22 Feb 2024 12:14:13 +0530 Subject: [PATCH 11/27] Updated devicon.json Changed color to #121212 Co-authored-by: Alex Canales <49886351+canaleal@users.noreply.github.com> --- devicon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index 7536294e..1604fe18 100644 --- a/devicon.json +++ b/devicon.json @@ -8852,7 +8852,7 @@ "line-wordmark", ], }, - "color": "#000000", + "color": "#121212", "aliases": [ { "base": "original", From bdfa03712576c7b289e71c5c62615bc0e8ac920a Mon Sep 17 00:00:00 2001 From: Ansh Singh Sonkhia <110414565+AnshSinghSonkhia@users.noreply.github.com> Date: Thu, 22 Feb 2024 12:23:12 +0530 Subject: [PATCH 12/27] Update devicon.json - added font array --- devicon.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/devicon.json b/devicon.json index 1604fe18..59ea48aa 100644 --- a/devicon.json +++ b/devicon.json @@ -8851,6 +8851,12 @@ "line", "line-wordmark", ], + "font": [ + "original", + "original-wordmark", + "line", + "line-wordmark", + ] }, "color": "#121212", "aliases": [ From 55cda3707bea9ecb4902aad6b228341edfa8ee63 Mon Sep 17 00:00:00 2001 From: Ansh Singh Sonkhia <110414565+AnshSinghSonkhia@users.noreply.github.com> Date: Wed, 28 Feb 2024 22:24:56 +0530 Subject: [PATCH 13/27] Updated: remix-original with Inkscape --- icons/remix/remix-original.svg | 50 +++++++++++++++++++++++++++++++++- 1 file changed, 49 insertions(+), 1 deletion(-) diff --git a/icons/remix/remix-original.svg b/icons/remix/remix-original.svg index c5b485bd..9cc6388e 100644 --- a/icons/remix/remix-original.svg +++ b/icons/remix/remix-original.svg @@ -1 +1,49 @@ - + + + + + + + + + From a8db324cd8bbe19e8ac93056ee54f02fdd345b84 Mon Sep 17 00:00:00 2001 From: Ansh Singh Sonkhia <110414565+AnshSinghSonkhia@users.noreply.github.com> Date: Wed, 28 Feb 2024 22:29:00 +0530 Subject: [PATCH 14/27] Update: remix-original-wordmark with Inkscape --- icons/remix/remix-original-wordmark.svg | 69 ++++++++++++++++++++++++- 1 file changed, 68 insertions(+), 1 deletion(-) diff --git a/icons/remix/remix-original-wordmark.svg b/icons/remix/remix-original-wordmark.svg index 2af1e484..6ba5a647 100644 --- a/icons/remix/remix-original-wordmark.svg +++ b/icons/remix/remix-original-wordmark.svg @@ -1 +1,68 @@ - + + + + + + + + + + + From f67876fa3f72abe064adfb35be5b01d7088e34dd Mon Sep 17 00:00:00 2001 From: Ansh Singh Sonkhia <110414565+AnshSinghSonkhia@users.noreply.github.com> Date: Wed, 28 Feb 2024 22:33:04 +0530 Subject: [PATCH 15/27] Updated: remix-line with inkscape --- icons/remix/remix-line.svg | 46 +++++++++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/icons/remix/remix-line.svg b/icons/remix/remix-line.svg index aae888cd..d13ddc1a 100644 --- a/icons/remix/remix-line.svg +++ b/icons/remix/remix-line.svg @@ -1 +1,45 @@ - + + + + + + + From 91996d219efdd6dccaeea9d96d5e59d6c1b4de2d Mon Sep 17 00:00:00 2001 From: Ansh Singh Sonkhia <110414565+AnshSinghSonkhia@users.noreply.github.com> Date: Wed, 28 Feb 2024 22:37:28 +0530 Subject: [PATCH 16/27] Updated: remix-line-wordmark with inkscape --- icons/remix/remix-line-wordmark.svg | 72 +++++++++++++++++++++++++---- 1 file changed, 64 insertions(+), 8 deletions(-) diff --git a/icons/remix/remix-line-wordmark.svg b/icons/remix/remix-line-wordmark.svg index f9ec3eb7..9e414269 100644 --- a/icons/remix/remix-line-wordmark.svg +++ b/icons/remix/remix-line-wordmark.svg @@ -1,9 +1,65 @@ - - - - - - - - + + + + + + + + + + From 1878bc6d58ebc4c3d85e0b88d5c0838dfc4f4897 Mon Sep 17 00:00:00 2001 From: Ansh Singh Sonkhia <110414565+AnshSinghSonkhia@users.noreply.github.com> Date: Thu, 29 Feb 2024 21:51:09 +0530 Subject: [PATCH 17/27] Update: remix-original (1 Path) --- icons/remix/remix-original.svg | 50 +--------------------------------- 1 file changed, 1 insertion(+), 49 deletions(-) diff --git a/icons/remix/remix-original.svg b/icons/remix/remix-original.svg index 9cc6388e..4c9a3f88 100644 --- a/icons/remix/remix-original.svg +++ b/icons/remix/remix-original.svg @@ -1,49 +1 @@ - - - - - - - - - + From 18c5828fc2005d603cd28957b94e945ec897d5aa Mon Sep 17 00:00:00 2001 From: Ansh Singh Sonkhia <110414565+AnshSinghSonkhia@users.noreply.github.com> Date: Thu, 29 Feb 2024 21:54:23 +0530 Subject: [PATCH 18/27] Optimized: remix-original.svg --- icons/remix/remix-original.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/remix/remix-original.svg b/icons/remix/remix-original.svg index 4c9a3f88..50e93100 100644 --- a/icons/remix/remix-original.svg +++ b/icons/remix/remix-original.svg @@ -1 +1 @@ - + From 14e30977b5eed49d7c307bf5f28babb173f7cb9c Mon Sep 17 00:00:00 2001 From: Ansh Singh Sonkhia <110414565+AnshSinghSonkhia@users.noreply.github.com> Date: Thu, 29 Feb 2024 22:10:21 +0530 Subject: [PATCH 19/27] Optimized: remix-original-wordmark.svg --- icons/remix/remix-original-wordmark.svg | 69 +------------------------ 1 file changed, 1 insertion(+), 68 deletions(-) diff --git a/icons/remix/remix-original-wordmark.svg b/icons/remix/remix-original-wordmark.svg index 6ba5a647..bbee224a 100644 --- a/icons/remix/remix-original-wordmark.svg +++ b/icons/remix/remix-original-wordmark.svg @@ -1,68 +1 @@ - - - - - - - - - - - + From 6a779649e54c72cafa0800b9ef752ed7f262510a Mon Sep 17 00:00:00 2001 From: Ansh Singh Sonkhia <110414565+AnshSinghSonkhia@users.noreply.github.com> Date: Thu, 29 Feb 2024 22:14:44 +0530 Subject: [PATCH 20/27] Optimized: remix-line.svg --- icons/remix/remix-line.svg | 46 +------------------------------------- 1 file changed, 1 insertion(+), 45 deletions(-) diff --git a/icons/remix/remix-line.svg b/icons/remix/remix-line.svg index d13ddc1a..85903ea7 100644 --- a/icons/remix/remix-line.svg +++ b/icons/remix/remix-line.svg @@ -1,45 +1 @@ - - - - - - - + From 1c9eb99ac65cc499f59d7e4a63d72a6fe7767fae Mon Sep 17 00:00:00 2001 From: Ansh Singh Sonkhia <110414565+AnshSinghSonkhia@users.noreply.github.com> Date: Thu, 29 Feb 2024 22:17:09 +0530 Subject: [PATCH 21/27] Optimized: remix-line-wordmark.svg --- icons/remix/remix-line-wordmark.svg | 66 +---------------------------- 1 file changed, 1 insertion(+), 65 deletions(-) diff --git a/icons/remix/remix-line-wordmark.svg b/icons/remix/remix-line-wordmark.svg index 9e414269..6c994e45 100644 --- a/icons/remix/remix-line-wordmark.svg +++ b/icons/remix/remix-line-wordmark.svg @@ -1,65 +1 @@ - - - - - - - - - - - + From d32fefb88b268b2bce60a3640dcd08551a7da724 Mon Sep 17 00:00:00 2001 From: Ansh Singh Sonkhia <110414565+AnshSinghSonkhia@users.noreply.github.com> Date: Sun, 3 Mar 2024 10:27:34 +0530 Subject: [PATCH 22/27] Update: remix-original.svg with SVGOMG --- icons/remix/remix-original.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/remix/remix-original.svg b/icons/remix/remix-original.svg index 50e93100..68fa5817 100644 --- a/icons/remix/remix-original.svg +++ b/icons/remix/remix-original.svg @@ -1 +1 @@ - + From 7d9fd4c53aee18e28489227b155a4011fc60f908 Mon Sep 17 00:00:00 2001 From: Ansh Singh Sonkhia <110414565+AnshSinghSonkhia@users.noreply.github.com> Date: Mon, 4 Mar 2024 20:04:49 +0530 Subject: [PATCH 23/27] Optimized: remix-original-wordmark using SVGOMG --- icons/remix/remix-original-wordmark.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/remix/remix-original-wordmark.svg b/icons/remix/remix-original-wordmark.svg index bbee224a..c824dee6 100644 --- a/icons/remix/remix-original-wordmark.svg +++ b/icons/remix/remix-original-wordmark.svg @@ -1 +1 @@ - + From 609381b644f0cf8ba872a42776a2e92386ebd5c1 Mon Sep 17 00:00:00 2001 From: Ansh Singh Sonkhia <110414565+AnshSinghSonkhia@users.noreply.github.com> Date: Mon, 4 Mar 2024 20:17:40 +0530 Subject: [PATCH 24/27] Optimized: remix-line.svg using SVGOMG --- icons/remix/remix-line.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/remix/remix-line.svg b/icons/remix/remix-line.svg index 85903ea7..58fd4717 100644 --- a/icons/remix/remix-line.svg +++ b/icons/remix/remix-line.svg @@ -1 +1 @@ - + From e40346962ab504a87677a4abc8f0f1d40be2e839 Mon Sep 17 00:00:00 2001 From: Ansh Singh Sonkhia <110414565+AnshSinghSonkhia@users.noreply.github.com> Date: Mon, 4 Mar 2024 20:19:00 +0530 Subject: [PATCH 25/27] Optimized: remix-line-wordmark using SVGOMG --- icons/remix/remix-line-wordmark.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/remix/remix-line-wordmark.svg b/icons/remix/remix-line-wordmark.svg index 6c994e45..c14e7fd4 100644 --- a/icons/remix/remix-line-wordmark.svg +++ b/icons/remix/remix-line-wordmark.svg @@ -1 +1 @@ - + From 28660d539663e4223ad25e44bc86c30bdce90579 Mon Sep 17 00:00:00 2001 From: Alex Canales Date: Tue, 5 Mar 2024 00:12:42 -0500 Subject: [PATCH 26/27] Removed fill="none" --- icons/remix/remix-line-wordmark.svg | 2 +- icons/remix/remix-line.svg | 2 +- icons/remix/remix-original-wordmark.svg | 2 +- icons/remix/remix-original.svg | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/icons/remix/remix-line-wordmark.svg b/icons/remix/remix-line-wordmark.svg index c14e7fd4..b361f760 100644 --- a/icons/remix/remix-line-wordmark.svg +++ b/icons/remix/remix-line-wordmark.svg @@ -1 +1 @@ - + diff --git a/icons/remix/remix-line.svg b/icons/remix/remix-line.svg index 58fd4717..96dea5e9 100644 --- a/icons/remix/remix-line.svg +++ b/icons/remix/remix-line.svg @@ -1 +1 @@ - + diff --git a/icons/remix/remix-original-wordmark.svg b/icons/remix/remix-original-wordmark.svg index c824dee6..6d345d31 100644 --- a/icons/remix/remix-original-wordmark.svg +++ b/icons/remix/remix-original-wordmark.svg @@ -1 +1 @@ - + diff --git a/icons/remix/remix-original.svg b/icons/remix/remix-original.svg index 68fa5817..9d5fc178 100644 --- a/icons/remix/remix-original.svg +++ b/icons/remix/remix-original.svg @@ -1 +1 @@ - + From bfa1b26f6c2ab2f7789fe3d20a4da082236d8892 Mon Sep 17 00:00:00 2001 From: Alex Canales Date: Tue, 5 Mar 2024 00:19:12 -0500 Subject: [PATCH 27/27] Removed trailing comma --- devicon.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devicon.json b/devicon.json index 59ea48aa..a7da985a 100644 --- a/devicon.json +++ b/devicon.json @@ -8849,13 +8849,13 @@ "original", "original-wordmark", "line", - "line-wordmark", + "line-wordmark" ], "font": [ "original", "original-wordmark", "line", - "line-wordmark", + "line-wordmark" ] }, "color": "#121212",