From cfe1e13bb4144dc56083cfa0f8b4f8690bd1b8d6 Mon Sep 17 00:00:00 2001
From: Lemonyte <49930425+lemonyte@users.noreply.github.com>
Date: Wed, 23 Aug 2023 16:34:49 -0700
Subject: [PATCH 01/41] Add detaspace icon
---
devicon.json | 20 +++++++++++++++++++
.../detaspace/detaspace-original-wordmark.svg | 1 +
icons/detaspace/detaspace-original.svg | 1 +
3 files changed, 22 insertions(+)
create mode 100644 icons/detaspace/detaspace-original-wordmark.svg
create mode 100644 icons/detaspace/detaspace-original.svg
diff --git a/devicon.json b/devicon.json
index dc3b8ce9..d7d134d3 100644
--- a/devicon.json
+++ b/devicon.json
@@ -2238,6 +2238,26 @@
}
]
},
+ {
+ "name": "detaspace",
+ "altnames": [
+ "Deta Space"
+ ],
+ "tags": [
+ "cloud",
+ "hosting",
+ "server"
+ ],
+ "versions": {
+ "svg": [
+ "original",
+ "original-wordmark"
+ ],
+ "font": []
+ },
+ "color": "#ef39a8",
+ "aliases": []
+ },
{
"name": "devicon",
"altnames": [],
diff --git a/icons/detaspace/detaspace-original-wordmark.svg b/icons/detaspace/detaspace-original-wordmark.svg
new file mode 100644
index 00000000..89e57ba4
--- /dev/null
+++ b/icons/detaspace/detaspace-original-wordmark.svg
@@ -0,0 +1 @@
+
diff --git a/icons/detaspace/detaspace-original.svg b/icons/detaspace/detaspace-original.svg
new file mode 100644
index 00000000..84dd96dd
--- /dev/null
+++ b/icons/detaspace/detaspace-original.svg
@@ -0,0 +1 @@
+
From 771e113057f676c282086b178a0862fd0cd7f738 Mon Sep 17 00:00:00 2001
From: Alex Canales
Date: Fri, 6 Oct 2023 23:09:55 -0400
Subject: [PATCH 02/41] Added almalinux icon
---
devicon.json | 25 +++++++++++++++++++
.../almalinux/almalinux-original-wordmark.svg | 1 +
icons/almalinux/almalinux-original.svg | 1 +
icons/almalinux/almalinux-plain-wordmark.svg | 1 +
icons/almalinux/almalinux-plain.svg | 1 +
5 files changed, 29 insertions(+)
create mode 100644 icons/almalinux/almalinux-original-wordmark.svg
create mode 100644 icons/almalinux/almalinux-original.svg
create mode 100644 icons/almalinux/almalinux-plain-wordmark.svg
create mode 100644 icons/almalinux/almalinux-plain.svg
diff --git a/devicon.json b/devicon.json
index dc3b8ce9..8db75525 100644
--- a/devicon.json
+++ b/devicon.json
@@ -156,6 +156,31 @@
"color": "#003dff",
"aliases": []
},
+ {
+ "name": "almalinux",
+ "altnames": [
+ "AlmaLinux OS"
+ ],
+ "tags": [
+ "linux",
+ "os",
+ "open-source"
+ ],
+ "versions": {
+ "svg": [
+ "original",
+ "original-wordmark",
+ "plain",
+ "plain-wordmark"
+ ],
+ "font": [
+ "plain",
+ "plain-wordmark"
+ ]
+ },
+ "color": "#ffffff",
+ "aliases": []
+ },
{
"name": "alpinejs",
"altnames": [
diff --git a/icons/almalinux/almalinux-original-wordmark.svg b/icons/almalinux/almalinux-original-wordmark.svg
new file mode 100644
index 00000000..10555c84
--- /dev/null
+++ b/icons/almalinux/almalinux-original-wordmark.svg
@@ -0,0 +1 @@
+
diff --git a/icons/almalinux/almalinux-original.svg b/icons/almalinux/almalinux-original.svg
new file mode 100644
index 00000000..01ad1f84
--- /dev/null
+++ b/icons/almalinux/almalinux-original.svg
@@ -0,0 +1 @@
+
diff --git a/icons/almalinux/almalinux-plain-wordmark.svg b/icons/almalinux/almalinux-plain-wordmark.svg
new file mode 100644
index 00000000..c01f5515
--- /dev/null
+++ b/icons/almalinux/almalinux-plain-wordmark.svg
@@ -0,0 +1 @@
+
diff --git a/icons/almalinux/almalinux-plain.svg b/icons/almalinux/almalinux-plain.svg
new file mode 100644
index 00000000..ddefa7fe
--- /dev/null
+++ b/icons/almalinux/almalinux-plain.svg
@@ -0,0 +1 @@
+
From 93257e10e8d7fe2c3c80f8b41c0d5167715b945a Mon Sep 17 00:00:00 2001
From: Alex Canales
Date: Sat, 7 Oct 2023 06:35:17 -0400
Subject: [PATCH 03/41] Added ngrok icon
---
devicon.json | 31 +++++++++++++++++++++++++++++++
icons/ngrok/ngrok-original.svg | 1 +
2 files changed, 32 insertions(+)
create mode 100644 icons/ngrok/ngrok-original.svg
diff --git a/devicon.json b/devicon.json
index dc3b8ce9..4146184d 100644
--- a/devicon.json
+++ b/devicon.json
@@ -6150,6 +6150,37 @@
}
]
},
+ {
+ "name": "ngrok",
+ "altnames": [],
+ "tags": [
+ "networking",
+ "server"
+ ],
+ "versions": {
+ "svg": [
+ "original"
+ ],
+ "font": [
+ "original"
+ ]
+ },
+ "color": "#02228e",
+ "aliases": [
+ {
+ "base": "original",
+ "alias": "original-wordmark"
+ },
+ {
+ "base": "original",
+ "alias": "plain"
+ },
+ {
+ "base": "original",
+ "alias": "plain-wordmark"
+ }
+ ]
+ },
{
"name": "ngrx",
"altnames": [],
diff --git a/icons/ngrok/ngrok-original.svg b/icons/ngrok/ngrok-original.svg
new file mode 100644
index 00000000..020fd71f
--- /dev/null
+++ b/icons/ngrok/ngrok-original.svg
@@ -0,0 +1 @@
+
From f802abfaa51ecc8e836c0368e8f4a14149b84d0f Mon Sep 17 00:00:00 2001
From: Alex Canales
Date: Sat, 21 Oct 2023 18:52:58 -0400
Subject: [PATCH 04/41] Unified alma linux plain paths
---
icons/almalinux/almalinux-plain-wordmark.svg | 2 +-
icons/almalinux/almalinux-plain.svg | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/icons/almalinux/almalinux-plain-wordmark.svg b/icons/almalinux/almalinux-plain-wordmark.svg
index c01f5515..ca874ce4 100644
--- a/icons/almalinux/almalinux-plain-wordmark.svg
+++ b/icons/almalinux/almalinux-plain-wordmark.svg
@@ -1 +1 @@
-
+
diff --git a/icons/almalinux/almalinux-plain.svg b/icons/almalinux/almalinux-plain.svg
index ddefa7fe..c594a265 100644
--- a/icons/almalinux/almalinux-plain.svg
+++ b/icons/almalinux/almalinux-plain.svg
@@ -1 +1 @@
-
+
From 962128b3f159e9252d1d0596eff0449dbf36edb9 Mon Sep 17 00:00:00 2001
From: Alex Canales
Date: Sat, 21 Oct 2023 19:43:07 -0400
Subject: [PATCH 05/41] Unified paths for original svg
---
icons/ngrok/ngrok-original.svg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/icons/ngrok/ngrok-original.svg b/icons/ngrok/ngrok-original.svg
index 020fd71f..045d5cb4 100644
--- a/icons/ngrok/ngrok-original.svg
+++ b/icons/ngrok/ngrok-original.svg
@@ -1 +1 @@
-
+
From 9ea1a08660b30f21289c27b041947baa7cc0228c Mon Sep 17 00:00:00 2001
From: Alex Canales
Date: Wed, 1 Nov 2023 17:57:07 -0400
Subject: [PATCH 06/41] Added ngrok line wordmark
---
devicon.json | 10 ++++++++--
icons/ngrok/ngrok-line.svg | 1 +
2 files changed, 9 insertions(+), 2 deletions(-)
create mode 100644 icons/ngrok/ngrok-line.svg
diff --git a/devicon.json b/devicon.json
index 4146184d..f31af509 100644
--- a/devicon.json
+++ b/devicon.json
@@ -6159,10 +6159,12 @@
],
"versions": {
"svg": [
- "original"
+ "original",
+ "line"
],
"font": [
- "original"
+ "original",
+ "line"
]
},
"color": "#02228e",
@@ -6178,6 +6180,10 @@
{
"base": "original",
"alias": "plain-wordmark"
+ },
+ {
+ "base": "line",
+ "alias": "line-wordmark"
}
]
},
diff --git a/icons/ngrok/ngrok-line.svg b/icons/ngrok/ngrok-line.svg
new file mode 100644
index 00000000..9211b538
--- /dev/null
+++ b/icons/ngrok/ngrok-line.svg
@@ -0,0 +1 @@
+
From c008739c54912c56e346ac80508eb82158330530 Mon Sep 17 00:00:00 2001
From: Alex Canales
Date: Fri, 3 Nov 2023 05:42:35 -0400
Subject: [PATCH 07/41] Optimized original SVGs
---
icons/almalinux/almalinux-original-wordmark.svg | 2 +-
icons/almalinux/almalinux-original.svg | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/icons/almalinux/almalinux-original-wordmark.svg b/icons/almalinux/almalinux-original-wordmark.svg
index 10555c84..d3d1fb3a 100644
--- a/icons/almalinux/almalinux-original-wordmark.svg
+++ b/icons/almalinux/almalinux-original-wordmark.svg
@@ -1 +1 @@
-
+
diff --git a/icons/almalinux/almalinux-original.svg b/icons/almalinux/almalinux-original.svg
index 01ad1f84..08a39e29 100644
--- a/icons/almalinux/almalinux-original.svg
+++ b/icons/almalinux/almalinux-original.svg
@@ -1 +1 @@
-
+
From c854bb58dbcbc7bf18a53ea36aedc1411b13e794 Mon Sep 17 00:00:00 2001
From: Lemonyte <49930425+lemonyte@users.noreply.github.com>
Date: Wed, 15 Nov 2023 15:25:14 -0800
Subject: [PATCH 08/41] Add line versions of logo from @xeust
---
devicon.json | 21 ++++++++++++++++++---
icons/detaspace/detaspace-line-wordmark.svg | 1 +
icons/detaspace/detaspace-line.svg | 1 +
3 files changed, 20 insertions(+), 3 deletions(-)
create mode 100644 icons/detaspace/detaspace-line-wordmark.svg
create mode 100644 icons/detaspace/detaspace-line.svg
diff --git a/devicon.json b/devicon.json
index d7d134d3..7ba9ff7b 100644
--- a/devicon.json
+++ b/devicon.json
@@ -2241,6 +2241,7 @@
{
"name": "detaspace",
"altnames": [
+ "Deta",
"Deta Space"
],
"tags": [
@@ -2251,12 +2252,26 @@
"versions": {
"svg": [
"original",
- "original-wordmark"
+ "original-wordmark",
+ "line",
+ "line-wordmark"
],
- "font": []
+ "font": [
+ "line",
+ "line-wordmark"
+ ]
},
"color": "#ef39a8",
- "aliases": []
+ "aliases": [
+ {
+ "base": "line",
+ "alias": "plain"
+ },
+ {
+ "base": "line-wordmark",
+ "alias": "plain-wordmark"
+ }
+ ]
},
{
"name": "devicon",
diff --git a/icons/detaspace/detaspace-line-wordmark.svg b/icons/detaspace/detaspace-line-wordmark.svg
new file mode 100644
index 00000000..a3a30e49
--- /dev/null
+++ b/icons/detaspace/detaspace-line-wordmark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/icons/detaspace/detaspace-line.svg b/icons/detaspace/detaspace-line.svg
new file mode 100644
index 00000000..853e2e54
--- /dev/null
+++ b/icons/detaspace/detaspace-line.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
From 558d1660e3ed837a280077bc6566fa0c1a165fbf Mon Sep 17 00:00:00 2001
From: Lemonyte <49930425+lemonyte@users.noreply.github.com>
Date: Wed, 15 Nov 2023 15:41:53 -0800
Subject: [PATCH 09/41] Fix color consistency
---
icons/detaspace/detaspace-original.svg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/icons/detaspace/detaspace-original.svg b/icons/detaspace/detaspace-original.svg
index 84dd96dd..18491ce7 100644
--- a/icons/detaspace/detaspace-original.svg
+++ b/icons/detaspace/detaspace-original.svg
@@ -1 +1 @@
-
+
From efd29a3f11673ab0b716ffb5a6782f3b1b6f0440 Mon Sep 17 00:00:00 2001
From: m00nbyte
Date: Thu, 14 Dec 2023 23:41:38 +0100
Subject: [PATCH 10/41] update icon npm
---
devicon.json | 6 ++++--
icons/npm/npm-plain.svg | 1 +
2 files changed, 5 insertions(+), 2 deletions(-)
create mode 100644 icons/npm/npm-plain.svg
diff --git a/devicon.json b/devicon.json
index 39d3e04a..40c85c2d 100644
--- a/devicon.json
+++ b/devicon.json
@@ -6818,10 +6818,12 @@
],
"versions": {
"svg": [
- "original-wordmark"
+ "original-wordmark",
+ "plain"
],
"font": [
- "original-wordmark"
+ "original-wordmark",
+ "plain"
]
},
"color": "#cb3837",
diff --git a/icons/npm/npm-plain.svg b/icons/npm/npm-plain.svg
new file mode 100644
index 00000000..105214d8
--- /dev/null
+++ b/icons/npm/npm-plain.svg
@@ -0,0 +1 @@
+
From f18e5dc610e75a9e8ece1f21ccd730d0e0491855 Mon Sep 17 00:00:00 2001
From: m00nbyte
Date: Sun, 17 Dec 2023 20:38:39 +0100
Subject: [PATCH 11/41] update icons
---
devicon.json | 2 ++
icons/npm/npm-original.svg | 1 +
icons/npm/npm-plain.svg | 2 +-
3 files changed, 4 insertions(+), 1 deletion(-)
create mode 100644 icons/npm/npm-original.svg
diff --git a/devicon.json b/devicon.json
index 40c85c2d..97b48f3d 100644
--- a/devicon.json
+++ b/devicon.json
@@ -6818,10 +6818,12 @@
],
"versions": {
"svg": [
+ "original",
"original-wordmark",
"plain"
],
"font": [
+ "original",
"original-wordmark",
"plain"
]
diff --git a/icons/npm/npm-original.svg b/icons/npm/npm-original.svg
new file mode 100644
index 00000000..105214d8
--- /dev/null
+++ b/icons/npm/npm-original.svg
@@ -0,0 +1 @@
+
diff --git a/icons/npm/npm-plain.svg b/icons/npm/npm-plain.svg
index 105214d8..3228d8a5 100644
--- a/icons/npm/npm-plain.svg
+++ b/icons/npm/npm-plain.svg
@@ -1 +1 @@
-
+
From 4d45783c8825a341885caf38c485d72bdb1d19f3 Mon Sep 17 00:00:00 2001
From: m00nbyte
Date: Sun, 17 Dec 2023 20:55:41 +0100
Subject: [PATCH 12/41] remove wrong change
---
.github/workflows/build_icons.yml | 51 ++++++++++++++++++-------------
1 file changed, 30 insertions(+), 21 deletions(-)
diff --git a/.github/workflows/build_icons.yml b/.github/workflows/build_icons.yml
index a29f3339..dd5650f9 100644
--- a/.github/workflows/build_icons.yml
+++ b/.github/workflows/build_icons.yml
@@ -4,12 +4,11 @@ jobs:
build:
name: Get Fonts From Icomoon
runs-on: ubuntu-latest
- runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- with:
- python-version: '3.10'
+ with:
+ python-version: 3.8
- name: Install dependencies (python, pip, npm)
run: |
@@ -21,8 +20,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: >
- python ./.github/scripts/icomoon_build.py
- ./.github/scripts/build_assets/geckodriver-v0.32.2-linux64/geckodriver ./icomoon.json
+ python ./.github/scripts/icomoon_build.py
+ ./.github/scripts/build_assets/geckodriver-v0.32.2-linux64/geckodriver ./icomoon.json
./devicon.json ./icons ./ "$GITHUB_TOKEN" --headless
- name: Upload geckodriver.log for debugging purposes
@@ -40,28 +39,28 @@ jobs:
path: ./log.txt
- name: Build devicon.min.css
- if: success()
+ if: success()
run: npm run build-css
- # - name: Upload screenshot of the newly made icons
- # id: imgur_step
- # uses: devicons/public-upload-to-imgur@v2.2.2
- # if: success()
- # with:
- # # will have "new_icons.png" and "new_svgs.png"
- # # in that order (cause sorted alphabetically)
- # path: ./screenshots/*.png
- # client_id: ${{secrets.IMGUR_CLIENT_ID}}
+ - name: Upload screenshot of the newly made icons
+ id: imgur_step
+ uses: devicons/public-upload-to-imgur@v2.2.2
+ if: success()
+ with:
+ # will have "new_icons.png" and "new_svgs.png"
+ # in that order (cause sorted alphabetically)
+ path: ./screenshots/*.png
+ client_id: ${{secrets.IMGUR_CLIENT_ID}}
- name: Get the release message from file
id: release_message_step
uses: juliangruber/read-file-action@v1.0.0
with:
# taken from icomoon_build.py's get_release_message()
- path: ./release_message.txt
+ path: ./release_message.txt
- name: Create Pull Request
- if: success()
+ if: success()
uses: peter-evans/create-pull-request@v3
env:
MESSAGE: |
@@ -69,6 +68,14 @@ jobs:
I'm Devicon's Build Bot and I just built some new font files and devicon.min.css file.
+ Here are all the **SVGs** that were uploaded (the new ones are those with highlight):
+
+ {0}
+
+ Here is what they look like as icons:
+
+ {1}
+
The devicon.min.css file contains:
-The icon content
-The aliases
@@ -76,22 +83,24 @@ jobs:
I also compiled a list of new features and icons that were added since last release.
```
- {0}
+ {2}
```
More information can be found in the GitHub Action logs for this workflow.
- Adios,
+ Adios,
Build Bot :sunglasses:
with:
branch: 'bot/build-result'
commit-message: 'Built new icons, icomoon.json and devicon.css'
title: 'bot:build new icons, icomoon.json and devicon.css'
body: >
- ${{
+ ${{
format(
env.MESSAGE,
+ fromJSON(steps.imgur_step.outputs.markdown_urls)[1],
+ fromJSON(steps.imgur_step.outputs.markdown_urls)[0],
steps.release_message_step.outputs.content
)
}}
- delete-branch: true
+ delete-branch: true
\ No newline at end of file
From 0ea7c2771d9b6246a4c8b28820831d5b2bc817dd Mon Sep 17 00:00:00 2001
From: m00nbyte
Date: Sun, 17 Dec 2023 20:56:59 +0100
Subject: [PATCH 13/41] remove wrong change
---
.github/workflows/build_icons.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.github/workflows/build_icons.yml b/.github/workflows/build_icons.yml
index dd5650f9..133a8e32 100644
--- a/.github/workflows/build_icons.yml
+++ b/.github/workflows/build_icons.yml
@@ -102,5 +102,4 @@ jobs:
fromJSON(steps.imgur_step.outputs.markdown_urls)[0],
steps.release_message_step.outputs.content
)
- }}
- delete-branch: true
\ No newline at end of file
+ }}
\ No newline at end of file
From d50c866bc3aa1d6812c2dabb0e92c6b86787c870 Mon Sep 17 00:00:00 2001
From: m00nbyte
Date: Sun, 17 Dec 2023 20:59:03 +0100
Subject: [PATCH 14/41] remove wrong change
---
.github/workflows/build_icons.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/build_icons.yml b/.github/workflows/build_icons.yml
index 133a8e32..dd5650f9 100644
--- a/.github/workflows/build_icons.yml
+++ b/.github/workflows/build_icons.yml
@@ -102,4 +102,5 @@ jobs:
fromJSON(steps.imgur_step.outputs.markdown_urls)[0],
steps.release_message_step.outputs.content
)
- }}
\ No newline at end of file
+ }}
+ delete-branch: true
\ No newline at end of file
From 994f162ae4e9e05beb6ae294a2f9003d8d944b4a Mon Sep 17 00:00:00 2001
From: m00nbyte
Date: Sun, 17 Dec 2023 21:01:00 +0100
Subject: [PATCH 15/41] remove wrong change
---
.github/workflows/build_icons.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build_icons.yml b/.github/workflows/build_icons.yml
index dd5650f9..9db312d1 100644
--- a/.github/workflows/build_icons.yml
+++ b/.github/workflows/build_icons.yml
@@ -103,4 +103,4 @@ jobs:
steps.release_message_step.outputs.content
)
}}
- delete-branch: true
\ No newline at end of file
+ delete-branch: true
From d4b69f70b880af8e068533b490ae9678b150199a Mon Sep 17 00:00:00 2001
From: m00nbyte
Date: Sun, 17 Dec 2023 21:07:46 +0100
Subject: [PATCH 16/41] update icons
---
devicon.json | 6 ++----
icons/npm/npm-plain.svg | 1 -
2 files changed, 2 insertions(+), 5 deletions(-)
delete mode 100644 icons/npm/npm-plain.svg
diff --git a/devicon.json b/devicon.json
index 97b48f3d..114edec1 100644
--- a/devicon.json
+++ b/devicon.json
@@ -6819,13 +6819,11 @@
"versions": {
"svg": [
"original",
- "original-wordmark",
- "plain"
+ "original-wordmark"
],
"font": [
"original",
- "original-wordmark",
- "plain"
+ "original-wordmark"
]
},
"color": "#cb3837",
diff --git a/icons/npm/npm-plain.svg b/icons/npm/npm-plain.svg
deleted file mode 100644
index 3228d8a5..00000000
--- a/icons/npm/npm-plain.svg
+++ /dev/null
@@ -1 +0,0 @@
-
From 6c3728bdbae61c83802780fcd34cffbee45ffda5 Mon Sep 17 00:00:00 2001
From: m00nbyte
Date: Sun, 17 Dec 2023 21:49:29 +0100
Subject: [PATCH 17/41] add plain icon
---
devicon.json | 6 ++++--
icons/npm/npm-plain.svg | 1 +
2 files changed, 5 insertions(+), 2 deletions(-)
create mode 100644 icons/npm/npm-plain.svg
diff --git a/devicon.json b/devicon.json
index 114edec1..97b48f3d 100644
--- a/devicon.json
+++ b/devicon.json
@@ -6819,11 +6819,13 @@
"versions": {
"svg": [
"original",
- "original-wordmark"
+ "original-wordmark",
+ "plain"
],
"font": [
"original",
- "original-wordmark"
+ "original-wordmark",
+ "plain"
]
},
"color": "#cb3837",
diff --git a/icons/npm/npm-plain.svg b/icons/npm/npm-plain.svg
new file mode 100644
index 00000000..e34f80e4
--- /dev/null
+++ b/icons/npm/npm-plain.svg
@@ -0,0 +1 @@
+
From 72925ff27e13aaa36ab77020719552b2bec5178c Mon Sep 17 00:00:00 2001
From: m00nbyte
Date: Sun, 17 Dec 2023 23:41:32 +0100
Subject: [PATCH 18/41] rework icons
---
icons/npm/npm-original.svg | 2 +-
icons/npm/npm-plain.svg | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/icons/npm/npm-original.svg b/icons/npm/npm-original.svg
index 105214d8..aa03a7df 100644
--- a/icons/npm/npm-original.svg
+++ b/icons/npm/npm-original.svg
@@ -1 +1 @@
-
+
diff --git a/icons/npm/npm-plain.svg b/icons/npm/npm-plain.svg
index e34f80e4..83a0df9c 100644
--- a/icons/npm/npm-plain.svg
+++ b/icons/npm/npm-plain.svg
@@ -1 +1 @@
-
+
From 2241938deeb8d12928d96ce5a8706778fb91d3fb Mon Sep 17 00:00:00 2001
From: David Leal
Date: Mon, 5 Feb 2024 15:12:26 -0600
Subject: [PATCH 19/41] Delete Bower file
---
bower.json | 25 -------------------------
1 file changed, 25 deletions(-)
delete mode 100644 bower.json
diff --git a/bower.json b/bower.json
deleted file mode 100644
index 9387a763..00000000
--- a/bower.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "devicon",
- "version": "2.2.0",
- "main": "devicon.min.css",
- "ignore": [
- ".jshintrc",
- "**/*.txt"
- ],
- "homepage": "http://konpa.github.io/devicon/",
- "repository": {
- "type": "git",
- "url": "git://github.com/konpa/devicon.git"
- },
- "authors": [
- "konpa (http://konpa.fr)"
- ],
- "description": "Programming related icons collection",
- "keywords": [
- "programming",
- "icons",
- "svg",
- "font"
- ],
- "license": "MIT"
-}
From 31b2f5371d43e17d814f5372c9024b8305caee42 Mon Sep 17 00:00:00 2001
From: m00nbyte
Date: Sat, 30 Mar 2024 14:49:33 +0100
Subject: [PATCH 20/41] remove stroke-width
---
icons/npm/npm-original.svg | 2 +-
icons/npm/npm-plain.svg | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/icons/npm/npm-original.svg b/icons/npm/npm-original.svg
index aa03a7df..ab541807 100644
--- a/icons/npm/npm-original.svg
+++ b/icons/npm/npm-original.svg
@@ -1 +1 @@
-
+
diff --git a/icons/npm/npm-plain.svg b/icons/npm/npm-plain.svg
index 83a0df9c..c466094c 100644
--- a/icons/npm/npm-plain.svg
+++ b/icons/npm/npm-plain.svg
@@ -1 +1 @@
-
+
From 6ff57182beabe785332bb692b2d9b3d5a643de4b Mon Sep 17 00:00:00 2001
From: Lemonyte <49930425+lemonyte@users.noreply.github.com>
Date: Tue, 21 May 2024 19:04:36 -0400
Subject: [PATCH 21/41] Fix devicon.json color as per review comment
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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devicon.json b/devicon.json
index a6a13956..62a11073 100644
--- a/devicon.json
+++ b/devicon.json
@@ -2408,7 +2408,7 @@
"line-wordmark"
]
},
- "color": "#ef39a8",
+ "color": "#f73b95",
"aliases": [
{
"base": "line",
From 09a5cc2cd62cf0e8922d30d683f062ad6fbc369e Mon Sep 17 00:00:00 2001
From: Lemonyte <49930425+lemonyte@users.noreply.github.com>
Date: Tue, 21 May 2024 16:18:18 -0700
Subject: [PATCH 22/41] Fix line and line-wordmark SVGs
---
icons/detaspace/detaspace-line-wordmark.svg | 2 +-
icons/detaspace/detaspace-line.svg | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/icons/detaspace/detaspace-line-wordmark.svg b/icons/detaspace/detaspace-line-wordmark.svg
index a3a30e49..51d0e95e 100644
--- a/icons/detaspace/detaspace-line-wordmark.svg
+++ b/icons/detaspace/detaspace-line-wordmark.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/icons/detaspace/detaspace-line.svg b/icons/detaspace/detaspace-line.svg
index 853e2e54..9886fa03 100644
--- a/icons/detaspace/detaspace-line.svg
+++ b/icons/detaspace/detaspace-line.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
From 6177f048d25ef2c216a1f87236c3483dc65cb345 Mon Sep 17 00:00:00 2001
From: Alex Canales
Date: Sat, 22 Jun 2024 01:22:06 -0400
Subject: [PATCH 23/41] Scale svgs to 128, optimize, update fill colors and
remove aliases
---
devicon.json | 11 +----------
icons/detaspace/detaspace-line-wordmark.svg | 2 +-
icons/detaspace/detaspace-line.svg | 2 +-
icons/detaspace/detaspace-original-wordmark.svg | 2 +-
icons/detaspace/detaspace-original.svg | 2 +-
5 files changed, 5 insertions(+), 14 deletions(-)
diff --git a/devicon.json b/devicon.json
index 3d5ecd6f..fd60837d 100644
--- a/devicon.json
+++ b/devicon.json
@@ -2446,16 +2446,7 @@
]
},
"color": "#f73b95",
- "aliases": [
- {
- "base": "line",
- "alias": "plain"
- },
- {
- "base": "line-wordmark",
- "alias": "plain-wordmark"
- }
- ]
+ "aliases": []
},
{
"name": "devicon",
diff --git a/icons/detaspace/detaspace-line-wordmark.svg b/icons/detaspace/detaspace-line-wordmark.svg
index 51d0e95e..6a514e0c 100644
--- a/icons/detaspace/detaspace-line-wordmark.svg
+++ b/icons/detaspace/detaspace-line-wordmark.svg
@@ -1 +1 @@
-
+
diff --git a/icons/detaspace/detaspace-line.svg b/icons/detaspace/detaspace-line.svg
index 9886fa03..d0bbe9de 100644
--- a/icons/detaspace/detaspace-line.svg
+++ b/icons/detaspace/detaspace-line.svg
@@ -1 +1 @@
-
+
diff --git a/icons/detaspace/detaspace-original-wordmark.svg b/icons/detaspace/detaspace-original-wordmark.svg
index 89e57ba4..218c1c91 100644
--- a/icons/detaspace/detaspace-original-wordmark.svg
+++ b/icons/detaspace/detaspace-original-wordmark.svg
@@ -1 +1 @@
-
+
diff --git a/icons/detaspace/detaspace-original.svg b/icons/detaspace/detaspace-original.svg
index 18491ce7..c2702b7b 100644
--- a/icons/detaspace/detaspace-original.svg
+++ b/icons/detaspace/detaspace-original.svg
@@ -1 +1 @@
-
+
From 497d09c8698bcefb9c557298eb0ac787043c548a Mon Sep 17 00:00:00 2001
From: Alex Canales
Date: Sat, 22 Jun 2024 01:36:03 -0400
Subject: [PATCH 24/41] Updated line svgs
---
icons/detaspace/detaspace-line-wordmark.svg | 2 +-
icons/detaspace/detaspace-line.svg | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/icons/detaspace/detaspace-line-wordmark.svg b/icons/detaspace/detaspace-line-wordmark.svg
index 6a514e0c..aa4debc3 100644
--- a/icons/detaspace/detaspace-line-wordmark.svg
+++ b/icons/detaspace/detaspace-line-wordmark.svg
@@ -1 +1 @@
-
+
diff --git a/icons/detaspace/detaspace-line.svg b/icons/detaspace/detaspace-line.svg
index d0bbe9de..a1a97afe 100644
--- a/icons/detaspace/detaspace-line.svg
+++ b/icons/detaspace/detaspace-line.svg
@@ -1 +1 @@
-
+
From 8434cb253ac7f51539008fa18c978c7e3fc91f65 Mon Sep 17 00:00:00 2001
From: Alex Canales <49886351+canaleal@users.noreply.github.com>
Date: Mon, 8 Jul 2024 18:35:00 -0400
Subject: [PATCH 25/41] Update web3 file name to web3js (#2233)
---
icons/web3js/{web3-original.svg => web3js-original.svg} | 0
icons/web3js/{web3-plain.svg => web3js-plain.svg} | 0
2 files changed, 0 insertions(+), 0 deletions(-)
rename icons/web3js/{web3-original.svg => web3js-original.svg} (100%)
rename icons/web3js/{web3-plain.svg => web3js-plain.svg} (100%)
diff --git a/icons/web3js/web3-original.svg b/icons/web3js/web3js-original.svg
similarity index 100%
rename from icons/web3js/web3-original.svg
rename to icons/web3js/web3js-original.svg
diff --git a/icons/web3js/web3-plain.svg b/icons/web3js/web3js-plain.svg
similarity index 100%
rename from icons/web3js/web3-plain.svg
rename to icons/web3js/web3js-plain.svg
From e1da6a885b0498cde62e230330a48799ee038f8b Mon Sep 17 00:00:00 2001
From: Tiger-Tig74
Date: Sat, 17 Aug 2024 12:41:37 +0300
Subject: [PATCH 26/41] Add files via upload
---
icons/surrealdb/surrealdb-original.svg | 1 +
icons/surrealdb/surrealdb-plain.svg | 1 +
2 files changed, 2 insertions(+)
create mode 100644 icons/surrealdb/surrealdb-original.svg
create mode 100644 icons/surrealdb/surrealdb-plain.svg
diff --git a/icons/surrealdb/surrealdb-original.svg b/icons/surrealdb/surrealdb-original.svg
new file mode 100644
index 00000000..52779f77
--- /dev/null
+++ b/icons/surrealdb/surrealdb-original.svg
@@ -0,0 +1 @@
+
diff --git a/icons/surrealdb/surrealdb-plain.svg b/icons/surrealdb/surrealdb-plain.svg
new file mode 100644
index 00000000..d29c8a33
--- /dev/null
+++ b/icons/surrealdb/surrealdb-plain.svg
@@ -0,0 +1 @@
+
From 92b17a8e0a17716d2c5ebe2d4aa4ab5c19af5e21 Mon Sep 17 00:00:00 2001
From: Tiger-Tig74
Date: Sat, 17 Aug 2024 13:02:19 +0300
Subject: [PATCH 27/41] Update devicon.json
---
devicon.json | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/devicon.json b/devicon.json
index f6477300..b66543d6 100644
--- a/devicon.json
+++ b/devicon.json
@@ -10107,6 +10107,29 @@
"color": "#3ecf8e",
"aliases": []
},
+ {
+ "name": "surrealdb",
+ "altnames": [],
+ "tags": [
+ "db",
+ "database",
+ "storage"
+ ],
+ "versions": {
+ "svg": [
+ "original",
+ "original-wordmark",
+ "plain",
+ "plain-wordmark"
+ ],
+ "font": [
+ "plain",
+ "plain-wordmark"
+ ]
+ },
+ "color": "#c900d1",
+ "aliases": []
+ },
{
"name": "svelte",
"altnames": [
From 2f71387762d5a214e22a8f73e6f75336981c8b80 Mon Sep 17 00:00:00 2001
From: Tiger-Tig74
Date: Sat, 17 Aug 2024 13:03:30 +0300
Subject: [PATCH 28/41] Add files via upload
---
icons/surrealdb/surrealdb-original-wordmark.svg | 1 +
icons/surrealdb/surrealdb-plain-wordmark.svg | 1 +
2 files changed, 2 insertions(+)
create mode 100644 icons/surrealdb/surrealdb-original-wordmark.svg
create mode 100644 icons/surrealdb/surrealdb-plain-wordmark.svg
diff --git a/icons/surrealdb/surrealdb-original-wordmark.svg b/icons/surrealdb/surrealdb-original-wordmark.svg
new file mode 100644
index 00000000..a72d281e
--- /dev/null
+++ b/icons/surrealdb/surrealdb-original-wordmark.svg
@@ -0,0 +1 @@
+
diff --git a/icons/surrealdb/surrealdb-plain-wordmark.svg b/icons/surrealdb/surrealdb-plain-wordmark.svg
new file mode 100644
index 00000000..4b72a4c5
--- /dev/null
+++ b/icons/surrealdb/surrealdb-plain-wordmark.svg
@@ -0,0 +1 @@
+
From ccc0da39a5c6674b3eb0a4dc5062c54100f97d41 Mon Sep 17 00:00:00 2001
From: Daria Kiseleva
Date: Mon, 26 Aug 2024 08:42:16 -0400
Subject: [PATCH 29/41] new icon: googlecolab (original, plain) (#2055)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
* New icon: Google Colab
* Added new line to googlecolab original
* Added new line to googlecolab-plain.svg
---------
Co-authored-by: Alex Canales <49886351+canaleal@users.noreply.github.com>
Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>
---
devicon.json | 25 ++++++++++++++++++++++
icons/googlecolab/googlecolab-original.svg | 1 +
icons/googlecolab/googlecolab-plain.svg | 1 +
3 files changed, 27 insertions(+)
create mode 100644 icons/googlecolab/googlecolab-original.svg
create mode 100644 icons/googlecolab/googlecolab-plain.svg
diff --git a/devicon.json b/devicon.json
index a99919eb..27137993 100644
--- a/devicon.json
+++ b/devicon.json
@@ -4013,6 +4013,31 @@
"color": "#557ebf",
"aliases": []
},
+ {
+ "name": "googlecolab",
+ "altnames": [
+ "googlecolaboratory"
+ ],
+ "tags": [
+ "cloud-computing-platform",
+ "data science",
+ "google",
+ "machine-learning",
+ "python",
+ "virtual machine"
+ ],
+ "versions": {
+ "svg": [
+ "original",
+ "plain"
+ ],
+ "font": [
+ "plain"
+ ]
+ },
+ "color": "#ffb300",
+ "aliases": []
+ },
{
"name": "gradle",
"altnames": [
diff --git a/icons/googlecolab/googlecolab-original.svg b/icons/googlecolab/googlecolab-original.svg
new file mode 100644
index 00000000..709c3a80
--- /dev/null
+++ b/icons/googlecolab/googlecolab-original.svg
@@ -0,0 +1 @@
+
diff --git a/icons/googlecolab/googlecolab-plain.svg b/icons/googlecolab/googlecolab-plain.svg
new file mode 100644
index 00000000..5e2e0fab
--- /dev/null
+++ b/icons/googlecolab/googlecolab-plain.svg
@@ -0,0 +1 @@
+
From bc4c0fb24ccc1875c5da11fe02112ae1115590c0 Mon Sep 17 00:00:00 2001
From: Fini Jastrow
Date: Thu, 5 Sep 2024 08:24:04 +0200
Subject: [PATCH 30/41] angularjs: Fix plain icon
[why]
There are two problems with the plain svg:
- The top of the 'A' consists of a lot of nodes that have a very complex
outline, while in reality it should only be one sharp node
- The 'A' outline is not closed
[how]
Remove superfluous nodes from outline and close it.
Signed-off-by: Fini Jastrow
---
icons/angularjs/angularjs-plain.svg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/icons/angularjs/angularjs-plain.svg b/icons/angularjs/angularjs-plain.svg
index 873d4d9a..210b8415 100644
--- a/icons/angularjs/angularjs-plain.svg
+++ b/icons/angularjs/angularjs-plain.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
From fc891390728a87f6e2f20a0e7cb1e1e411dc106f Mon Sep 17 00:00:00 2001
From: Ansh Singh Sonkhia <110414565+AnshSinghSonkhia@users.noreply.github.com>
Date: Thu, 12 Sep 2024 16:42:20 +0530
Subject: [PATCH 31/41] new icon: filamentphp (original) (#2122)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
* Create a
* Added Icon: filamentphp (Plain-wordmark)
* Removed test file
* Update devicon.json with filamentphp icon
* Updated: devicon.json with aliases
* Optimized & Rename: filamentphp-original.svg
using InkScape, SVGOMG, SVGviewer
* Updated aliases in devicon.json
* Removed unnecessary fill & class tags
Removed:
fill="currentColor",
class="transition duration-300 will-change-transform group-hover/filament:-translate-x-[1.2rem] motion-reduce:transition-none"
* Added emptry altnames to devicon.json
* Updated filamentphp-original.svg to get rid of icomoon line artifacts.
---------
Co-authored-by: Alex Canales <49886351+canaleal@users.noreply.github.com>
Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>
---
devicon.json | 31 ++++++++++++++++++++++
icons/filamentphp/filamentphp-original.svg | 1 +
2 files changed, 32 insertions(+)
create mode 100644 icons/filamentphp/filamentphp-original.svg
diff --git a/devicon.json b/devicon.json
index 27137993..5dce3d0a 100644
--- a/devicon.json
+++ b/devicon.json
@@ -3257,6 +3257,37 @@
"color": "#f24e1e",
"aliases": []
},
+ {
+ "name": "filamentphp",
+ "altnames": [],
+ "tags": [
+ "framework",
+ "laravel"
+ ],
+ "versions": {
+ "svg": [
+ "original"
+ ],
+ "font": [
+ "original"
+ ]
+ },
+ "color": "#000000",
+ "aliases": [
+ {
+ "base": "original",
+ "alias": "original-wordmark"
+ },
+ {
+ "base": "original",
+ "alias": "plain"
+ },
+ {
+ "base": "original",
+ "alias": "plain-wordmark"
+ }
+ ]
+ },
{
"name": "filezilla",
"altnames": [],
diff --git a/icons/filamentphp/filamentphp-original.svg b/icons/filamentphp/filamentphp-original.svg
new file mode 100644
index 00000000..fc65d8bc
--- /dev/null
+++ b/icons/filamentphp/filamentphp-original.svg
@@ -0,0 +1 @@
+
From d6ea30899556b462f2081027e6795dbf6f996d84 Mon Sep 17 00:00:00 2001
From: Alex Canales <49886351+canaleal@users.noreply.github.com>
Date: Thu, 12 Sep 2024 07:19:31 -0400
Subject: [PATCH 32/41] new icon fiber (#2025)
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 | 37 ++++++++++++++++++++++++++++++++++
icons/fiber/fiber-line.svg | 1 +
icons/fiber/fiber-original.svg | 1 +
icons/fiber/fiber-plain.svg | 1 +
4 files changed, 40 insertions(+)
create mode 100644 icons/fiber/fiber-line.svg
create mode 100644 icons/fiber/fiber-original.svg
create mode 100644 icons/fiber/fiber-plain.svg
diff --git a/devicon.json b/devicon.json
index 5dce3d0a..e492e81a 100644
--- a/devicon.json
+++ b/devicon.json
@@ -3239,6 +3239,43 @@
"color": "#294172",
"aliases": []
},
+ {
+ "name": "fiber",
+ "altnames": [
+ "GoFiber"
+ ],
+ "tags": [
+ "framework",
+ "go",
+ "web"
+ ],
+ "versions": {
+ "svg": [
+ "original",
+ "plain",
+ "line"
+ ],
+ "font": [
+ "plain",
+ "line"
+ ]
+ },
+ "color": "#00acd7",
+ "aliases": [
+ {
+ "base": "original",
+ "alias": "original-wordmark"
+ },
+ {
+ "base": "plain",
+ "alias": "plain-wordmark"
+ },
+ {
+ "base": "line",
+ "alias": "line-wordmark"
+ }
+ ]
+ },
{
"name": "figma",
"altnames": [],
diff --git a/icons/fiber/fiber-line.svg b/icons/fiber/fiber-line.svg
new file mode 100644
index 00000000..a4473220
--- /dev/null
+++ b/icons/fiber/fiber-line.svg
@@ -0,0 +1 @@
+
diff --git a/icons/fiber/fiber-original.svg b/icons/fiber/fiber-original.svg
new file mode 100644
index 00000000..f6da3e4e
--- /dev/null
+++ b/icons/fiber/fiber-original.svg
@@ -0,0 +1 @@
+
diff --git a/icons/fiber/fiber-plain.svg b/icons/fiber/fiber-plain.svg
new file mode 100644
index 00000000..8b4325a6
--- /dev/null
+++ b/icons/fiber/fiber-plain.svg
@@ -0,0 +1 @@
+
From 5c703fddfa7ae56e2274ace020cd9f0be6efab4a Mon Sep 17 00:00:00 2001
From: Fini Jastrow
Date: Thu, 5 Sep 2024 08:40:41 +0200
Subject: [PATCH 33/41] awk: Add plain icon
[why]
There are only wordmark icons for awk.
[how]
Just isolate the bird from the wordmark icons and put it into one
dedicated plain icon.
[note]
SVGO run done by Snailedit.
Signed-off-by: Fini Jastrow
---
devicon.json | 7 ++-----
icons/awk/awk-original.svg | 1 +
2 files changed, 3 insertions(+), 5 deletions(-)
create mode 100644 icons/awk/awk-original.svg
diff --git a/devicon.json b/devicon.json
index e492e81a..34da8133 100644
--- a/devicon.json
+++ b/devicon.json
@@ -795,6 +795,7 @@
],
"versions": {
"svg": [
+ "original",
"original-wordmark",
"plain-wordmark"
],
@@ -805,11 +806,7 @@
"color": "#0a094d",
"aliases": [
{
- "base": "original-wordmark",
- "alias": "original"
- },
- {
- "base": "plain-wordmark",
+ "base": "original",
"alias": "plain"
}
]
diff --git a/icons/awk/awk-original.svg b/icons/awk/awk-original.svg
new file mode 100644
index 00000000..55dce843
--- /dev/null
+++ b/icons/awk/awk-original.svg
@@ -0,0 +1 @@
+
From 9774e8afb67e2af594d041f46c217238f61fff8d Mon Sep 17 00:00:00 2001
From: Sabrina
Date: Fri, 13 Sep 2024 06:52:29 -0400
Subject: [PATCH 34/41] update icon: vyper (original, original-wordmark)
(#2221)
* update vyper icon
* adjust vyper logos
* Removed double paths
* re-order devicon.json for vyper alphabetically
---------
Co-authored-by: canaleal
Co-authored-by: Alex Canales <49886351+canaleal@users.noreply.github.com>
---
devicon.json | 31 +++++++++++++++----------
icons/vyper/vyper-original-wordmark.svg | 12 +---------
icons/vyper/vyper-original.svg | 11 +--------
icons/vyper/vyper-plain-wordmark.svg | 3 ---
icons/vyper/vyper-plain.svg | 3 ---
5 files changed, 21 insertions(+), 39 deletions(-)
delete mode 100644 icons/vyper/vyper-plain-wordmark.svg
delete mode 100644 icons/vyper/vyper-plain.svg
diff --git a/devicon.json b/devicon.json
index e492e81a..281342c0 100644
--- a/devicon.json
+++ b/devicon.json
@@ -11760,26 +11760,33 @@
"vyperlang"
],
"tags": [
- "programming",
- "language",
- "python",
"blockchain",
- "ethereum"
+ "ethereum",
+ "language",
+ "programming",
+ "python"
],
"versions": {
"svg": [
"original",
- "original-wordmark",
- "plain",
- "plain-wordmark"
+ "original-wordmark"
],
"font": [
- "plain",
- "plain-wordmark"
+ "original",
+ "original-wordmark"
]
},
- "color": "#000000",
- "aliases": []
+ "color": "#9F4CF2",
+ "aliases": [
+ {
+ "base": "original",
+ "alias": "plain"
+ },
+ {
+ "base": "original-wordmark",
+ "alias": "plain-wordmark"
+ }
+ ]
},
{
"name": "wasm",
@@ -12327,4 +12334,4 @@
}
]
}
-]
\ No newline at end of file
+]
diff --git a/icons/vyper/vyper-original-wordmark.svg b/icons/vyper/vyper-original-wordmark.svg
index 9bb3903d..6d34c6e2 100644
--- a/icons/vyper/vyper-original-wordmark.svg
+++ b/icons/vyper/vyper-original-wordmark.svg
@@ -1,11 +1 @@
-
\ No newline at end of file
+
diff --git a/icons/vyper/vyper-original.svg b/icons/vyper/vyper-original.svg
index 44e65124..99899dc7 100644
--- a/icons/vyper/vyper-original.svg
+++ b/icons/vyper/vyper-original.svg
@@ -1,10 +1 @@
-
\ No newline at end of file
+
diff --git a/icons/vyper/vyper-plain-wordmark.svg b/icons/vyper/vyper-plain-wordmark.svg
deleted file mode 100644
index bd4bfb6e..00000000
--- a/icons/vyper/vyper-plain-wordmark.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
\ No newline at end of file
diff --git a/icons/vyper/vyper-plain.svg b/icons/vyper/vyper-plain.svg
deleted file mode 100644
index fabe99d6..00000000
--- a/icons/vyper/vyper-plain.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
\ No newline at end of file
From 75ea1214ff0c72e4ade4a92175791dbf3ca70ee7 Mon Sep 17 00:00:00 2001
From: Gkletos Anastasios
Date: Sat, 14 Sep 2024 15:09:02 +0300
Subject: [PATCH 35/41] Update devicon.json
---
devicon.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devicon.json b/devicon.json
index f6477300..7ad4a139 100644
--- a/devicon.json
+++ b/devicon.json
@@ -6587,7 +6587,7 @@
"plain"
]
},
- "color": "#412846",
+ "color": "#000",
"aliases": []
},
{
From bcde00a91dd7e2dde8e72cc0194156ba3bff7baa Mon Sep 17 00:00:00 2001
From: Gkletos Anastasios
Date: Sat, 14 Sep 2024 15:09:50 +0300
Subject: [PATCH 36/41] Add files via upload
---
icons/ngrx/ngrx-original.svg | 2 +-
icons/ngrx/ngrx-plain.svg | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/icons/ngrx/ngrx-original.svg b/icons/ngrx/ngrx-original.svg
index f37f213e..03b70a88 100644
--- a/icons/ngrx/ngrx-original.svg
+++ b/icons/ngrx/ngrx-original.svg
@@ -1 +1 @@
-
+
diff --git a/icons/ngrx/ngrx-plain.svg b/icons/ngrx/ngrx-plain.svg
index 437ba493..ada8a269 100644
--- a/icons/ngrx/ngrx-plain.svg
+++ b/icons/ngrx/ngrx-plain.svg
@@ -1 +1 @@
-
+
From b5fa57d13ee6320eebf086828d552e499e08892a Mon Sep 17 00:00:00 2001
From: Gkletos Anastasios
Date: Mon, 16 Sep 2024 18:20:26 +0300
Subject: [PATCH 37/41] Update icons/ngrx/ngrx-original.svg
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>
---
icons/ngrx/ngrx-original.svg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/icons/ngrx/ngrx-original.svg b/icons/ngrx/ngrx-original.svg
index 03b70a88..9eec6ae0 100644
--- a/icons/ngrx/ngrx-original.svg
+++ b/icons/ngrx/ngrx-original.svg
@@ -1 +1 @@
-
+
From abc1854fe6cff9c322bed7e7b0401de753cbe5d3 Mon Sep 17 00:00:00 2001
From: Gkletos Anastasios
Date: Mon, 16 Sep 2024 18:21:11 +0300
Subject: [PATCH 38/41] 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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devicon.json b/devicon.json
index 7ad4a139..e45bfff9 100644
--- a/devicon.json
+++ b/devicon.json
@@ -6587,7 +6587,7 @@
"plain"
]
},
- "color": "#000",
+ "color": "#ba2bd2",
"aliases": []
},
{
From 936156f0c86a8a32de86631b0ba52df137b8eb41 Mon Sep 17 00:00:00 2001
From: Gkletos Anastasios
Date: Mon, 16 Sep 2024 18:22:01 +0300
Subject: [PATCH 39/41] Update ngrx-plain.svg
---
icons/ngrx/ngrx-plain.svg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/icons/ngrx/ngrx-plain.svg b/icons/ngrx/ngrx-plain.svg
index ada8a269..743c396c 100644
--- a/icons/ngrx/ngrx-plain.svg
+++ b/icons/ngrx/ngrx-plain.svg
@@ -1 +1 @@
-
+
From d98d4842ef359beeffebb564f38d75320565596c Mon Sep 17 00:00:00 2001
From: Gkletos Anastasios
Date: Mon, 16 Sep 2024 18:23:36 +0300
Subject: [PATCH 40/41] Add files via upload
From 1efc7a1b6e8139f156af7f1d7a5bdcfe2d4b76ce Mon Sep 17 00:00:00 2001
From: Alex Canales <49886351+canaleal@users.noreply.github.com>
Date: Wed, 2 Oct 2024 19:03:45 -0400
Subject: [PATCH 41/41] Update surrealdb-plain.svg to remove icomoon artifacts
---
icons/surrealdb/surrealdb-plain.svg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/icons/surrealdb/surrealdb-plain.svg b/icons/surrealdb/surrealdb-plain.svg
index d29c8a33..f53b1f2a 100644
--- a/icons/surrealdb/surrealdb-plain.svg
+++ b/icons/surrealdb/surrealdb-plain.svg
@@ -1 +1 @@
-
+