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/26] 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/26] 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/26] 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/26] 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/26] 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/26] 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/26] 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/26] 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/26] 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/26] 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/26] 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/26] 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/26] 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/26] 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/26] 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/26] 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/26] 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/26] 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/26] 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/26] 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/26] 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/26] 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/26] 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/26] 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/26] 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 ccc0da39a5c6674b3eb0a4dc5062c54100f97d41 Mon Sep 17 00:00:00 2001 From: Daria Kiseleva Date: Mon, 26 Aug 2024 08:42:16 -0400 Subject: [PATCH 26/26] 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 @@ +