From c3d5f2d6c8d6c7adee1c5907188ed249f73ffe7d Mon Sep 17 00:00:00 2001 From: Constantinos Xanthopoulos Date: Sun, 8 Jan 2023 14:18:15 -0600 Subject: [PATCH 1/6] Update HELM icons, color, and add line icon --- devicon.json | 16 +++++------ icons/helm/helm-line.svg | 39 +++++++++++++++++++++++++++ icons/helm/helm-original.svg | 52 +++++++++++++++++++++++++++--------- icons/helm/helm-plain.svg | 36 +++++++++++++++++++++++++ 4 files changed, 121 insertions(+), 22 deletions(-) create mode 100644 icons/helm/helm-line.svg create mode 100644 icons/helm/helm-plain.svg diff --git a/devicon.json b/devicon.json index e7a0304c4..1c0f72f3d 100644 --- a/devicon.json +++ b/devicon.json @@ -3764,19 +3764,17 @@ ], "versions": { "svg": [ - "original" + "original", + "plain", + "line" ], "font": [ - "original" + "plain", + "line" ] }, - "color": "#277a9f", - "aliases": [ - { - "base": "original", - "alias": "plain" - } - ] + "color": "#0F1689", + "aliases": [] }, { "name": "heroku", diff --git a/icons/helm/helm-line.svg b/icons/helm/helm-line.svg new file mode 100644 index 000000000..e7ca1d827 --- /dev/null +++ b/icons/helm/helm-line.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + diff --git a/icons/helm/helm-original.svg b/icons/helm/helm-original.svg index 35a997f86..aac212e5a 100644 --- a/icons/helm/helm-original.svg +++ b/icons/helm/helm-original.svg @@ -1,13 +1,39 @@ - - - - - - - - - - - - - + + + + + + + + + + + diff --git a/icons/helm/helm-plain.svg b/icons/helm/helm-plain.svg new file mode 100644 index 000000000..1106efd4f --- /dev/null +++ b/icons/helm/helm-plain.svg @@ -0,0 +1,36 @@ + + + + + + + + + + From e8fd398c4bb9b5023daaf3945736694b78084ee5 Mon Sep 17 00:00:00 2001 From: Constantinos Xanthopoulos Date: Sun, 8 Jan 2023 14:42:56 -0600 Subject: [PATCH 2/6] Update helm-line --- icons/helm/helm-line.svg | 105 ++++++++++++++++++++++++++------------- 1 file changed, 71 insertions(+), 34 deletions(-) diff --git a/icons/helm/helm-line.svg b/icons/helm/helm-line.svg index e7ca1d827..dbf742c88 100644 --- a/icons/helm/helm-line.svg +++ b/icons/helm/helm-line.svg @@ -2,38 +2,75 @@ - - - - - - - + + + + + + From f65c36b7b26cb61ed3a2ce65952bb847f09feafe Mon Sep 17 00:00:00 2001 From: Constantinos Xanthopoulos Date: Sun, 8 Jan 2023 16:27:14 -0600 Subject: [PATCH 3/6] Update helm-line with 3pt line --- icons/helm/helm-line.svg | 152 +++++++++++++++++++++------------------ 1 file changed, 81 insertions(+), 71 deletions(-) diff --git a/icons/helm/helm-line.svg b/icons/helm/helm-line.svg index dbf742c88..e3eba00fa 100644 --- a/icons/helm/helm-line.svg +++ b/icons/helm/helm-line.svg @@ -2,75 +2,85 @@ - - - - - - + + + + + + From 850bdd371b14d234f5e3a40e4a9ba09646e40aeb 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: Sun, 8 Jan 2023 20:34:13 -0300 Subject: [PATCH 4/6] Remove `plain` version and update `devicon.json` --- devicon.json | 10 +++++++--- icons/helm/helm-plain.svg | 36 ------------------------------------ 2 files changed, 7 insertions(+), 39 deletions(-) delete mode 100644 icons/helm/helm-plain.svg diff --git a/devicon.json b/devicon.json index 1c0f72f3d..0f4b484d0 100644 --- a/devicon.json +++ b/devicon.json @@ -3765,16 +3765,20 @@ "versions": { "svg": [ "original", - "plain", "line" ], "font": [ - "plain", + "original", "line" ] }, "color": "#0F1689", - "aliases": [] + "aliases": [ + { + "base": "original", + "alias": "plain" + } + ] }, { "name": "heroku", diff --git a/icons/helm/helm-plain.svg b/icons/helm/helm-plain.svg deleted file mode 100644 index 1106efd4f..000000000 --- a/icons/helm/helm-plain.svg +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - From b78b54ad9b12150269f327075bf09630fcf2ea7d Mon Sep 17 00:00:00 2001 From: Constantinos Xanthopoulos Date: Sun, 8 Jan 2023 18:39:37 -0600 Subject: [PATCH 5/6] Resizing to 128x128 and optimize with svgo --- icons/helm/helm-line.svg | 87 +----------------------------------- icons/helm/helm-original.svg | 40 +---------------- 2 files changed, 2 insertions(+), 125 deletions(-) diff --git a/icons/helm/helm-line.svg b/icons/helm/helm-line.svg index e3eba00fa..3f462561a 100644 --- a/icons/helm/helm-line.svg +++ b/icons/helm/helm-line.svg @@ -1,86 +1 @@ - - - - - - - - - - + \ No newline at end of file diff --git a/icons/helm/helm-original.svg b/icons/helm/helm-original.svg index aac212e5a..0bdb84e57 100644 --- a/icons/helm/helm-original.svg +++ b/icons/helm/helm-original.svg @@ -1,39 +1 @@ - - - - - - - - - - - + \ No newline at end of file From c371536401c2b7de9f921e47724023a5eae58abb 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: Sun, 8 Jan 2023 22:37:50 -0300 Subject: [PATCH 6/6] Adjustments to icons --- icons/helm/helm-line.svg | 2 +- icons/helm/helm-original.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/icons/helm/helm-line.svg b/icons/helm/helm-line.svg index 3f462561a..fe4a528e7 100644 --- a/icons/helm/helm-line.svg +++ b/icons/helm/helm-line.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/icons/helm/helm-original.svg b/icons/helm/helm-original.svg index 0bdb84e57..d1ea4f04b 100644 --- a/icons/helm/helm-original.svg +++ b/icons/helm/helm-original.svg @@ -1 +1 @@ - \ No newline at end of file +