From f1985d960076a811e5dcc2fdeb99cf831f0c912d Mon Sep 17 00:00:00 2001 From: kalkeshwar Date: Tue, 31 Oct 2023 19:49:38 +0530 Subject: [PATCH 01/13] feat:added stackblitz icon --- devicon.json | 18 ++++++++++++++++++ icons/stackblitz/stackblitz-original.svg | 1 + 2 files changed, 19 insertions(+) create mode 100644 icons/stackblitz/stackblitz-original.svg diff --git a/devicon.json b/devicon.json index e4d18009c..58a77bc9e 100644 --- a/devicon.json +++ b/devicon.json @@ -11285,5 +11285,23 @@ "alias": "plain" } ] + }, + { + "name": "stackblitz", + "altnames": [], + "tags": [ + "Full-Stack-Development", + "Online-IDE" + ], + "versions": { + "svg": [ + "original" + ], + "font": [ + "original" + ] + }, + "color": "#68b604", + "aliases": [] } ] \ No newline at end of file diff --git a/icons/stackblitz/stackblitz-original.svg b/icons/stackblitz/stackblitz-original.svg new file mode 100644 index 000000000..fe4400048 --- /dev/null +++ b/icons/stackblitz/stackblitz-original.svg @@ -0,0 +1 @@ + \ No newline at end of file From 3f4c17c6b9227767da3749de6941ae23e74085e7 Mon Sep 17 00:00:00 2001 From: Kalkeshwar <126160237+kalkeshwar@users.noreply.github.com> Date: Tue, 31 Oct 2023 21:31:51 +0530 Subject: [PATCH 02/13] Update devicon.json Co-authored-by: Gautam Raj <63155224+Gautam25Raj@users.noreply.github.com> --- devicon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index 19d61b20c..061b73b3b 100644 --- a/devicon.json +++ b/devicon.json @@ -11305,7 +11305,7 @@ "original" ] }, - "color": "#68b604", + "color": "#1389fd", "aliases": [] } ] From 162eaf2fa30e3ca2e66a44850c50a76e9293da2c Mon Sep 17 00:00:00 2001 From: Kalkeshwar <126160237+kalkeshwar@users.noreply.github.com> Date: Tue, 31 Oct 2023 21:32:10 +0530 Subject: [PATCH 03/13] Update icons/stackblitz/stackblitz-original.svg Co-authored-by: Gautam Raj <63155224+Gautam25Raj@users.noreply.github.com> --- icons/stackblitz/stackblitz-original.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/stackblitz/stackblitz-original.svg b/icons/stackblitz/stackblitz-original.svg index fe4400048..8914e11f9 100644 --- a/icons/stackblitz/stackblitz-original.svg +++ b/icons/stackblitz/stackblitz-original.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file From 1fa9fd713edb5c4619d63e0ca92798ae20d43855 Mon Sep 17 00:00:00 2001 From: Kalkeshwar <126160237+kalkeshwar@users.noreply.github.com> Date: Tue, 31 Oct 2023 21:35:29 +0530 Subject: [PATCH 04/13] Update devicon.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com> --- devicon.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index 061b73b3b..e6cf0b0ee 100644 --- a/devicon.json +++ b/devicon.json @@ -11295,7 +11295,8 @@ "altnames": [], "tags": [ "Full-Stack-Development", - "Online-IDE" + "Online-IDE", + "IDE" ], "versions": { "svg": [ From 64fcfb52d32dcfbc23d1ac7512487df63514abc9 Mon Sep 17 00:00:00 2001 From: kalkeshwar Date: Wed, 1 Nov 2023 00:36:06 +0530 Subject: [PATCH 05/13] updated alphabetically in devicon.json --- devicon.json | 47 ++++++++++++++++++++++++++--------------------- 1 file changed, 26 insertions(+), 21 deletions(-) diff --git a/devicon.json b/devicon.json index e6cf0b0ee..211e644b8 100644 --- a/devicon.json +++ b/devicon.json @@ -9455,6 +9455,30 @@ } ] }, + { + "name": "stackblitz", + "altnames": [], + "tags": [ + "Full-Stack-Development", + "Online-IDE", + "IDE" + ], + "versions": { + "svg": [ + "original" + ], + "font": [ + "original" + ] + }, + "color": "#1389fd", + "aliases": [ + { + "base": "original", + "alias": "plain" + } + ] + }, { "name": "stackoverflow", "altnames": [ @@ -11289,24 +11313,5 @@ "alias": "plain" } ] - }, - { - "name": "stackblitz", - "altnames": [], - "tags": [ - "Full-Stack-Development", - "Online-IDE", - "IDE" - ], - "versions": { - "svg": [ - "original" - ], - "font": [ - "original" - ] - }, - "color": "#1389fd", - "aliases": [] - } -] + } +] \ No newline at end of file From 50c506c7fa92a866be4ad4ca194e647fad74947e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Kalsnes=20Hagen?= <43886029+Snailedlt@users.noreply.github.com> Date: Tue, 31 Oct 2023 20:27:29 +0100 Subject: [PATCH 06/13] re-add newline at EOF --- devicon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index 211e644b8..bd219c29a 100644 --- a/devicon.json +++ b/devicon.json @@ -11314,4 +11314,4 @@ } ] } -] \ No newline at end of file +] From fac44f2132f16b8f28171159c4da027ece7cc8f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Kalsnes=20Hagen?= <43886029+Snailedlt@users.noreply.github.com> Date: Tue, 31 Oct 2023 20:28:03 +0100 Subject: [PATCH 07/13] remove whitespace --- devicon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index bd219c29a..d158a5ef7 100644 --- a/devicon.json +++ b/devicon.json @@ -11313,5 +11313,5 @@ "alias": "plain" } ] - } + } ] From 55ec70b15215ed28dd7def04a5a9c3ce5e8f2855 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Kalsnes=20Hagen?= <43886029+Snailedlt@users.noreply.github.com> Date: Wed, 1 Nov 2023 17:22:12 +0100 Subject: [PATCH 08/13] Add newline at EOF, and a fill color --- icons/stackblitz/stackblitz-original.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/stackblitz/stackblitz-original.svg b/icons/stackblitz/stackblitz-original.svg index 8914e11f9..0d426b7d8 100644 --- a/icons/stackblitz/stackblitz-original.svg +++ b/icons/stackblitz/stackblitz-original.svg @@ -1 +1 @@ - \ No newline at end of file + From 00b2057d9b1f231304c07dc6ea836160cdf83a19 Mon Sep 17 00:00:00 2001 From: Kalkeshwar <126160237+kalkeshwar@users.noreply.github.com> Date: Wed, 1 Nov 2023 22:32:45 +0530 Subject: [PATCH 09/13] added new line at EOF in devicon.json --- devicon.json | 1 + 1 file changed, 1 insertion(+) diff --git a/devicon.json b/devicon.json index d158a5ef7..0055da460 100644 --- a/devicon.json +++ b/devicon.json @@ -11314,4 +11314,5 @@ } ] } + ] From 0d6e1b2ccff5491667f59c6feaa05e04e0eda537 Mon Sep 17 00:00:00 2001 From: Kalkeshwar <126160237+kalkeshwar@users.noreply.github.com> Date: Wed, 1 Nov 2023 22:54:32 +0530 Subject: [PATCH 10/13] Update devicon.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com> --- devicon.json | 1 - 1 file changed, 1 deletion(-) diff --git a/devicon.json b/devicon.json index 0055da460..d158a5ef7 100644 --- a/devicon.json +++ b/devicon.json @@ -11314,5 +11314,4 @@ } ] } - ] From 2c1dc6f0690d4b59060d350cc81a4de9ea7440bd Mon Sep 17 00:00:00 2001 From: Snailedlt <43886029+Snailedlt@users.noreply.github.com> Date: Mon, 8 Jan 2024 17:01:10 +0100 Subject: [PATCH 11/13] Add versions suggested by canaleal > > Co-authored-by: canaleal <49886351+canaleal@users.noreply.github.com> --- devicon.json | 16 ++++++++++++---- icons/stackblitz/stackblitz-line-wordmark.svg | 1 + icons/stackblitz/stackblitz-line.svg | 1 + .../stackblitz/stackblitz-original-wordmark.svg | 1 + icons/stackblitz/stackblitz-plain-wordmark.svg | 1 + 5 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 icons/stackblitz/stackblitz-line-wordmark.svg create mode 100644 icons/stackblitz/stackblitz-line.svg create mode 100644 icons/stackblitz/stackblitz-original-wordmark.svg create mode 100644 icons/stackblitz/stackblitz-plain-wordmark.svg diff --git a/devicon.json b/devicon.json index 2f301c891..5d84dce7f 100644 --- a/devicon.json +++ b/devicon.json @@ -6218,7 +6218,6 @@ "plain-wordmark", "line", "line-wordmark" - ], "font": [ "plain", @@ -8644,7 +8643,9 @@ }, { "name": "rockylinux", - "altnames": ["rocky"], + "altnames": [ + "rocky" + ], "tags": [ "os", "open-source", @@ -9632,10 +9633,17 @@ ], "versions": { "svg": [ - "original" + "original", + "original-wordmark", + "plain-wordmark", + "line", + "line-wordmark" ], "font": [ - "original" + "original", + "plain-wordmark", + "line", + "line-wordmark" ] }, "color": "#1389fd", diff --git a/icons/stackblitz/stackblitz-line-wordmark.svg b/icons/stackblitz/stackblitz-line-wordmark.svg new file mode 100644 index 000000000..89e4f46a6 --- /dev/null +++ b/icons/stackblitz/stackblitz-line-wordmark.svg @@ -0,0 +1 @@ + diff --git a/icons/stackblitz/stackblitz-line.svg b/icons/stackblitz/stackblitz-line.svg new file mode 100644 index 000000000..7893badc6 --- /dev/null +++ b/icons/stackblitz/stackblitz-line.svg @@ -0,0 +1 @@ + diff --git a/icons/stackblitz/stackblitz-original-wordmark.svg b/icons/stackblitz/stackblitz-original-wordmark.svg new file mode 100644 index 000000000..292a9c47b --- /dev/null +++ b/icons/stackblitz/stackblitz-original-wordmark.svg @@ -0,0 +1 @@ + diff --git a/icons/stackblitz/stackblitz-plain-wordmark.svg b/icons/stackblitz/stackblitz-plain-wordmark.svg new file mode 100644 index 000000000..f9f0e6e22 --- /dev/null +++ b/icons/stackblitz/stackblitz-plain-wordmark.svg @@ -0,0 +1 @@ + From e3d822a68061b8f56df5c482fff8076cc5a76015 Mon Sep 17 00:00:00 2001 From: Snailedlt <43886029+Snailedlt@users.noreply.github.com> Date: Mon, 8 Jan 2024 17:02:38 +0100 Subject: [PATCH 12/13] Add fill color to line versions --- icons/stackblitz/stackblitz-line-wordmark.svg | 2 +- icons/stackblitz/stackblitz-line.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/icons/stackblitz/stackblitz-line-wordmark.svg b/icons/stackblitz/stackblitz-line-wordmark.svg index 89e4f46a6..09050c4d1 100644 --- a/icons/stackblitz/stackblitz-line-wordmark.svg +++ b/icons/stackblitz/stackblitz-line-wordmark.svg @@ -1 +1 @@ - + diff --git a/icons/stackblitz/stackblitz-line.svg b/icons/stackblitz/stackblitz-line.svg index 7893badc6..ec7cc87b7 100644 --- a/icons/stackblitz/stackblitz-line.svg +++ b/icons/stackblitz/stackblitz-line.svg @@ -1 +1 @@ - + From b329edab1f8b959a2edefcf40064c2181adcbf0a Mon Sep 17 00:00:00 2001 From: Snailedlt <43886029+Snailedlt@users.noreply.github.com> Date: Mon, 8 Jan 2024 17:06:02 +0100 Subject: [PATCH 13/13] fix tags --- devicon.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devicon.json b/devicon.json index 5d84dce7f..5c60d5e14 100644 --- a/devicon.json +++ b/devicon.json @@ -9627,9 +9627,9 @@ "name": "stackblitz", "altnames": [], "tags": [ - "Full-Stack-Development", - "Online-IDE", - "IDE" + "IDE", + "editor", + "remote-development" ], "versions": { "svg": [