From fae202b7242d0866a01d07028594f4367dc932da Mon Sep 17 00:00:00 2001 From: Shailendra Kawadkar Date: Wed, 4 Oct 2023 21:55:48 -0700 Subject: [PATCH 1/5] added pulumi icon transparendt --- devicon.json | 14 ++++++++++++++ icons/pulumi/pulumi-original.svg | 17 +++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 icons/pulumi/pulumi-original.svg diff --git a/devicon.json b/devicon.json index dc3b8ce95..ba4c5f8cf 100644 --- a/devicon.json +++ b/devicon.json @@ -7514,6 +7514,20 @@ "color": "#b7111d", "aliases": [] }, + { + "name": "pulumi", + "altnames": [], + "tags": [ + "open-source" + ], + "versions": { + "svg": [ + "original" + ] + }, + "color": "#FF0000", + "aliases": [] + }, { "name": "puppeteer", "altnames": [], diff --git a/icons/pulumi/pulumi-original.svg b/icons/pulumi/pulumi-original.svg new file mode 100644 index 000000000..2fc43225a --- /dev/null +++ b/icons/pulumi/pulumi-original.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + From 7797ede40644399854c837dee405ca968af6ef84 Mon Sep 17 00:00:00 2001 From: Shailendra Kawadkar Date: Thu, 5 Oct 2023 09:42:27 -0700 Subject: [PATCH 2/5] removed pulumi as added by someone else --- devicon.json | 14 -------------- icons/pulumi/pulumi-original.svg | 17 ----------------- 2 files changed, 31 deletions(-) delete mode 100644 icons/pulumi/pulumi-original.svg diff --git a/devicon.json b/devicon.json index ba4c5f8cf..dc3b8ce95 100644 --- a/devicon.json +++ b/devicon.json @@ -7514,20 +7514,6 @@ "color": "#b7111d", "aliases": [] }, - { - "name": "pulumi", - "altnames": [], - "tags": [ - "open-source" - ], - "versions": { - "svg": [ - "original" - ] - }, - "color": "#FF0000", - "aliases": [] - }, { "name": "puppeteer", "altnames": [], diff --git a/icons/pulumi/pulumi-original.svg b/icons/pulumi/pulumi-original.svg deleted file mode 100644 index 2fc43225a..000000000 --- a/icons/pulumi/pulumi-original.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - From dc9f73f630b3f2a57208a2ede4b04e09c6fedb09 Mon Sep 17 00:00:00 2001 From: Shailendra Kawadkar Date: Thu, 5 Oct 2023 09:45:25 -0700 Subject: [PATCH 3/5] added web3.js icon --- devicon.json | 19 +++++++++++++++++++ icons/web3js/web3-original.svg | 22 ++++++++++++++++++++++ icons/web3js/web3-plain.svg | 8 ++++++++ 3 files changed, 49 insertions(+) create mode 100644 icons/web3js/web3-original.svg create mode 100644 icons/web3js/web3-plain.svg diff --git a/devicon.json b/devicon.json index dc3b8ce95..132745d11 100644 --- a/devicon.json +++ b/devicon.json @@ -10455,6 +10455,25 @@ } ] }, + { + "name": "web3js", + "altnames": [], + "tags": [ + "blockchain", + "ecommerce" + ], + "versions": { + "svg": [ + "original", + "plain" + ], + "font": [ + "original" + ] + }, + "color": "#ffffff", + "aliases": [] + }, { "name": "webflow", "altnames": [], diff --git a/icons/web3js/web3-original.svg b/icons/web3js/web3-original.svg new file mode 100644 index 000000000..641bee348 --- /dev/null +++ b/icons/web3js/web3-original.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/web3js/web3-plain.svg b/icons/web3js/web3-plain.svg new file mode 100644 index 000000000..570e21fca --- /dev/null +++ b/icons/web3js/web3-plain.svg @@ -0,0 +1,8 @@ + + + + + + + + From 5cd7a6766560941f08b3ef699af7ee5cb95a2c4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9lio=20J=C3=BAnior?= <76992016+lunatic-fox@users.noreply.github.com> Date: Thu, 9 Nov 2023 19:47:38 -0300 Subject: [PATCH 4/5] Apply last suggestions --- devicon.json | 6 ++++-- icons/web3js/web3-original.svg | 23 +---------------------- icons/web3js/web3-plain.svg | 9 +-------- 3 files changed, 6 insertions(+), 32 deletions(-) diff --git a/devicon.json b/devicon.json index 132745d11..94f50765b 100644 --- a/devicon.json +++ b/devicon.json @@ -10457,7 +10457,9 @@ }, { "name": "web3js", - "altnames": [], + "altnames": [ + "web3.js" + ], "tags": [ "blockchain", "ecommerce" @@ -10471,7 +10473,7 @@ "original" ] }, - "color": "#ffffff", + "color": "#f16822", "aliases": [] }, { diff --git a/icons/web3js/web3-original.svg b/icons/web3js/web3-original.svg index 641bee348..9911239be 100644 --- a/icons/web3js/web3-original.svg +++ b/icons/web3js/web3-original.svg @@ -1,22 +1 @@ - - - - - - - - - - - - - - - - - - - - - - + diff --git a/icons/web3js/web3-plain.svg b/icons/web3js/web3-plain.svg index 570e21fca..65faf4ec1 100644 --- a/icons/web3js/web3-plain.svg +++ b/icons/web3js/web3-plain.svg @@ -1,8 +1 @@ - - - - - - - - + From c46b9552f0310c907c892cc3083baf6e868a9b47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9lio=20J=C3=BAnior?= <76992016+lunatic-fox@users.noreply.github.com> Date: Thu, 9 Nov 2023 19:51:18 -0300 Subject: [PATCH 5/5] Update devicon.json --- devicon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index 94f50765b..2c50a9866 100644 --- a/devicon.json +++ b/devicon.json @@ -10470,7 +10470,7 @@ "plain" ], "font": [ - "original" + "plain" ] }, "color": "#f16822",