From 7d85a0cdcb3d8e9c764ef8a5b935dcd2d73a302f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 01:19:57 +0000 Subject: [PATCH 01/53] Bump requests from 2.25.1 to 2.31.0 in /.github/scripts Bumps [requests](https://github.com/psf/requests) from 2.25.1 to 2.31.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.25.1...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/requirements.txt b/.github/scripts/requirements.txt index decaef17..ab538d8c 100644 --- a/.github/scripts/requirements.txt +++ b/.github/scripts/requirements.txt @@ -1,2 +1,2 @@ selenium==4.1.0 -requests==2.25.1 \ No newline at end of file +requests==2.31.0 \ No newline at end of file From 7c61a28c13e8e217f1e8531f57ef3d4e6b7feadc Mon Sep 17 00:00:00 2001 From: Patrik Wehrli Date: Wed, 31 Jan 2024 11:24:19 +0100 Subject: [PATCH 02/53] new icon: dovecot (original-wordmark, plain-wordmark, line-wordmark) --- devicon.json | 22 +++++++++++++++++++++ icons/dovecot/dovecot-line-wordmark.svg | 1 + icons/dovecot/dovecot-original-wordmark.svg | 1 + icons/dovecot/dovecot-plain-wordmark.svg | 1 + 4 files changed, 25 insertions(+) create mode 100644 icons/dovecot/dovecot-line-wordmark.svg create mode 100644 icons/dovecot/dovecot-original-wordmark.svg create mode 100644 icons/dovecot/dovecot-plain-wordmark.svg diff --git a/devicon.json b/devicon.json index f6477300..d86edc5e 100644 --- a/devicon.json +++ b/devicon.json @@ -2577,6 +2577,28 @@ "color": "#623697", "aliases": [] }, + { + "name": "dovecot", + "altnames": [], + "tags": [ + "imap", + "pop3", + "e-mail" + ], + "versions": { + "svg": [ + "original", + "plain", + "line" + ], + "font": [ + "plain", + "line" + ] + }, + "color": "#000000", + "aliases": [] + }, { "name": "dreamweaver", "altnames": [ diff --git a/icons/dovecot/dovecot-line-wordmark.svg b/icons/dovecot/dovecot-line-wordmark.svg new file mode 100644 index 00000000..bb9b7092 --- /dev/null +++ b/icons/dovecot/dovecot-line-wordmark.svg @@ -0,0 +1 @@ + diff --git a/icons/dovecot/dovecot-original-wordmark.svg b/icons/dovecot/dovecot-original-wordmark.svg new file mode 100644 index 00000000..a49a2bfd --- /dev/null +++ b/icons/dovecot/dovecot-original-wordmark.svg @@ -0,0 +1 @@ + diff --git a/icons/dovecot/dovecot-plain-wordmark.svg b/icons/dovecot/dovecot-plain-wordmark.svg new file mode 100644 index 00000000..aba1f422 --- /dev/null +++ b/icons/dovecot/dovecot-plain-wordmark.svg @@ -0,0 +1 @@ + From a663dfa8028d7c30d1c2cc605ba948b1fa743fa0 Mon Sep 17 00:00:00 2001 From: Patrik Wehrli Date: Wed, 31 Jan 2024 11:33:39 +0100 Subject: [PATCH 03/53] fix viewbox --- icons/dovecot/dovecot-line-wordmark.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/dovecot/dovecot-line-wordmark.svg b/icons/dovecot/dovecot-line-wordmark.svg index bb9b7092..2e7bbdd6 100644 --- a/icons/dovecot/dovecot-line-wordmark.svg +++ b/icons/dovecot/dovecot-line-wordmark.svg @@ -1 +1 @@ - + From 27f7169e8b745ef44efd4fe7224db89e02477b1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9lio=20de=20S=2E=20C=2E=20J=C3=BAnior?= <76992016+lunatic-fox@users.noreply.github.com> Date: Sun, 21 Apr 2024 12:28:20 -0300 Subject: [PATCH 04/53] Make some modifications - Rename files and add their correspondent `wordmark` aliases in `devicon.json`. - Change the default color in `devicon.json`. --- devicon.json | 17 +++++++++++++++-- ...vecot-line-wordmark.svg => dovecot-line.svg} | 0 ...iginal-wordmark.svg => dovecot-original.svg} | 0 ...cot-plain-wordmark.svg => dovecot-plain.svg} | 0 4 files changed, 15 insertions(+), 2 deletions(-) rename icons/dovecot/{dovecot-line-wordmark.svg => dovecot-line.svg} (100%) rename icons/dovecot/{dovecot-original-wordmark.svg => dovecot-original.svg} (100%) rename icons/dovecot/{dovecot-plain-wordmark.svg => dovecot-plain.svg} (100%) diff --git a/devicon.json b/devicon.json index d86edc5e..6b428c81 100644 --- a/devicon.json +++ b/devicon.json @@ -2596,8 +2596,21 @@ "line" ] }, - "color": "#000000", - "aliases": [] + "color": "#54bbab", + "aliases": [ + { + "base": "original", + "alias": "original-wordmark" + }, + { + "base": "plain", + "alias": "line-wordmark" + }, + { + "base": "line", + "alias": "line-wordmark" + } + ] }, { "name": "dreamweaver", diff --git a/icons/dovecot/dovecot-line-wordmark.svg b/icons/dovecot/dovecot-line.svg similarity index 100% rename from icons/dovecot/dovecot-line-wordmark.svg rename to icons/dovecot/dovecot-line.svg diff --git a/icons/dovecot/dovecot-original-wordmark.svg b/icons/dovecot/dovecot-original.svg similarity index 100% rename from icons/dovecot/dovecot-original-wordmark.svg rename to icons/dovecot/dovecot-original.svg diff --git a/icons/dovecot/dovecot-plain-wordmark.svg b/icons/dovecot/dovecot-plain.svg similarity index 100% rename from icons/dovecot/dovecot-plain-wordmark.svg rename to icons/dovecot/dovecot-plain.svg From ed050db1520e6a8e6d5d5e418ff98a81b0961574 Mon Sep 17 00:00:00 2001 From: Alex Canales Date: Sat, 8 Jun 2024 04:30:11 -0400 Subject: [PATCH 05/53] new icon: primeng (original, plain) --- devicon.json | 22 ++++++++++++++++++++++ icons/primeng/primeng-original.svg | 1 + icons/primeng/primeng-plain.svg | 1 + 3 files changed, 24 insertions(+) create mode 100644 icons/primeng/primeng-original.svg create mode 100644 icons/primeng/primeng-plain.svg diff --git a/devicon.json b/devicon.json index d27c4561..ba9a3dfb 100644 --- a/devicon.json +++ b/devicon.json @@ -7992,6 +7992,28 @@ "color": "#2A0634", "aliases": [] }, + { + "name": "primeng", + "altnames": [], + "tags": [ + "angular", + "ui", + "component", + "library", + "framework" + ], + "versions": { + "svg": [ + "original", + "plain" + ], + "font": [ + "plain" + ] + }, + "color": "#000", + "aliases": [] + }, { "name": "prisma", "altnames": [], diff --git a/icons/primeng/primeng-original.svg b/icons/primeng/primeng-original.svg new file mode 100644 index 00000000..b2226122 --- /dev/null +++ b/icons/primeng/primeng-original.svg @@ -0,0 +1 @@ + diff --git a/icons/primeng/primeng-plain.svg b/icons/primeng/primeng-plain.svg new file mode 100644 index 00000000..c07e2342 --- /dev/null +++ b/icons/primeng/primeng-plain.svg @@ -0,0 +1 @@ + From 8776843d995faf8268e859fe47b7cf16a9d657f5 Mon Sep 17 00:00:00 2001 From: Alex Canales Date: Sat, 15 Jun 2024 04:40:29 -0400 Subject: [PATCH 06/53] new icon linux mint --- devicon.json | 22 +++++++++++++++++++ .../linuxmint/linuxmint-original-wordmark.svg | 1 + icons/linuxmint/linuxmint-original.svg | 1 + icons/linuxmint/linuxmint-plain-wordmark.svg | 1 + icons/linuxmint/linuxmint-plain.svg | 1 + 5 files changed, 26 insertions(+) create mode 100644 icons/linuxmint/linuxmint-original-wordmark.svg create mode 100644 icons/linuxmint/linuxmint-original.svg create mode 100644 icons/linuxmint/linuxmint-plain-wordmark.svg create mode 100644 icons/linuxmint/linuxmint-plain.svg diff --git a/devicon.json b/devicon.json index d27c4561..24197971 100644 --- a/devicon.json +++ b/devicon.json @@ -5702,6 +5702,28 @@ "color": "#000000", "aliases": [] }, + { + "name": "linuxmint", + "altnames": [], + "tags": [ + "os", + "linux" + ], + "versions": { + "svg": [ + "original", + "original-wordmark", + "plain", + "plain-wordmark" + ], + "font": [ + "plain", + "plain-wordmark" + ] + }, + "color": "#69b53f", + "aliases": [] + }, { "name": "liquibase", "altnames": [], diff --git a/icons/linuxmint/linuxmint-original-wordmark.svg b/icons/linuxmint/linuxmint-original-wordmark.svg new file mode 100644 index 00000000..e9e6bcd9 --- /dev/null +++ b/icons/linuxmint/linuxmint-original-wordmark.svg @@ -0,0 +1 @@ + diff --git a/icons/linuxmint/linuxmint-original.svg b/icons/linuxmint/linuxmint-original.svg new file mode 100644 index 00000000..939b7df0 --- /dev/null +++ b/icons/linuxmint/linuxmint-original.svg @@ -0,0 +1 @@ + diff --git a/icons/linuxmint/linuxmint-plain-wordmark.svg b/icons/linuxmint/linuxmint-plain-wordmark.svg new file mode 100644 index 00000000..5eb6486c --- /dev/null +++ b/icons/linuxmint/linuxmint-plain-wordmark.svg @@ -0,0 +1 @@ + diff --git a/icons/linuxmint/linuxmint-plain.svg b/icons/linuxmint/linuxmint-plain.svg new file mode 100644 index 00000000..41b40f2d --- /dev/null +++ b/icons/linuxmint/linuxmint-plain.svg @@ -0,0 +1 @@ + From cbab91437931d2ceebc46dd321f413aa41a947f0 Mon Sep 17 00:00:00 2001 From: Gkletos Anastasios Date: Tue, 8 Oct 2024 12:49:54 +0300 Subject: [PATCH 07/53] Add files via upload --- icons/hoppscotch/hoppscotch-original.svg | 1 + icons/hoppscotch/hoppscotch-plain.svg | 1 + 2 files changed, 2 insertions(+) create mode 100644 icons/hoppscotch/hoppscotch-original.svg create mode 100644 icons/hoppscotch/hoppscotch-plain.svg diff --git a/icons/hoppscotch/hoppscotch-original.svg b/icons/hoppscotch/hoppscotch-original.svg new file mode 100644 index 00000000..3e9e2ef2 --- /dev/null +++ b/icons/hoppscotch/hoppscotch-original.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/hoppscotch/hoppscotch-plain.svg b/icons/hoppscotch/hoppscotch-plain.svg new file mode 100644 index 00000000..9ab05526 --- /dev/null +++ b/icons/hoppscotch/hoppscotch-plain.svg @@ -0,0 +1 @@ + From 274cb8d4d0132503656cd88580e8c0bf724d6f40 Mon Sep 17 00:00:00 2001 From: Gkletos Anastasios Date: Tue, 8 Oct 2024 12:53:46 +0300 Subject: [PATCH 08/53] Update devicon.json --- devicon.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/devicon.json b/devicon.json index f6477300..c0b090aa 100644 --- a/devicon.json +++ b/devicon.json @@ -4382,6 +4382,26 @@ "color": "#fbb040", "aliases": [] }, + { + "name": "hoppscotch", + "altnames": [], + "tags": [ + "rest", + "testing", + "api" + ], + "versions": { + "svg": [ + "original", + "plain" + ], + "font": [ + "plain" + ] + }, + "color": "#00d196", + "aliases": [] + }, { "name": "html5", "altnames": [ From dd4140b5aee65e3de4cccb5d2062aa8c130040a9 Mon Sep 17 00:00:00 2001 From: Gkletos Anastasios Date: Mon, 14 Oct 2024 18:19:19 +0300 Subject: [PATCH 09/53] Update icons/hoppscotch/hoppscotch-original.svg Co-authored-by: Patrik Wehrli --- icons/hoppscotch/hoppscotch-original.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/hoppscotch/hoppscotch-original.svg b/icons/hoppscotch/hoppscotch-original.svg index 3e9e2ef2..606d89dc 100644 --- a/icons/hoppscotch/hoppscotch-original.svg +++ b/icons/hoppscotch/hoppscotch-original.svg @@ -1 +1 @@ - \ No newline at end of file + From d60e182bae8fa6c6d6efba74c0e2c24d8b81cea5 Mon Sep 17 00:00:00 2001 From: Gkletos Anastasios Date: Mon, 14 Oct 2024 18:19:25 +0300 Subject: [PATCH 10/53] Update icons/hoppscotch/hoppscotch-plain.svg Co-authored-by: Patrik Wehrli --- icons/hoppscotch/hoppscotch-plain.svg | 1 + 1 file changed, 1 insertion(+) diff --git a/icons/hoppscotch/hoppscotch-plain.svg b/icons/hoppscotch/hoppscotch-plain.svg index 9ab05526..51d81b01 100644 --- a/icons/hoppscotch/hoppscotch-plain.svg +++ b/icons/hoppscotch/hoppscotch-plain.svg @@ -1 +1,2 @@ + From 86c2c1b43f415e1ce3417221d84c982499e00f25 Mon Sep 17 00:00:00 2001 From: Anjellyrika <98273014+Anjellyrika@users.noreply.github.com> Date: Sun, 20 Oct 2024 04:33:05 +0800 Subject: [PATCH 11/53] update icon: illustrator (plain, line) --- devicon.json | 2 +- icons/illustrator/illustrator-line.svg | 2 +- icons/illustrator/illustrator-plain.svg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devicon.json b/devicon.json index 4386fe5e..a19798dc 100644 --- a/devicon.json +++ b/devicon.json @@ -4705,7 +4705,7 @@ "line" ] }, - "color": "#faa625", + "color": "#330000", "aliases": [] }, { diff --git a/icons/illustrator/illustrator-line.svg b/icons/illustrator/illustrator-line.svg index fca459b6..673b384c 100644 --- a/icons/illustrator/illustrator-line.svg +++ b/icons/illustrator/illustrator-line.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/illustrator/illustrator-plain.svg b/icons/illustrator/illustrator-plain.svg index f9625576..080ddf4a 100644 --- a/icons/illustrator/illustrator-plain.svg +++ b/icons/illustrator/illustrator-plain.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file From 83622035a2549094d9bdc93e9eb7cc0705d4da11 Mon Sep 17 00:00:00 2001 From: Anjellyrika <98273014+Anjellyrika@users.noreply.github.com> Date: Sun, 20 Oct 2024 04:33:33 +0800 Subject: [PATCH 12/53] new icon: illustrator (original) --- devicon.json | 1 + icons/illustrator/illustrator-original.svg | 1 + 2 files changed, 2 insertions(+) create mode 100644 icons/illustrator/illustrator-original.svg diff --git a/devicon.json b/devicon.json index a19798dc..87beef85 100644 --- a/devicon.json +++ b/devicon.json @@ -4697,6 +4697,7 @@ ], "versions": { "svg": [ + "original", "plain", "line" ], diff --git a/icons/illustrator/illustrator-original.svg b/icons/illustrator/illustrator-original.svg new file mode 100644 index 00000000..2d58f34e --- /dev/null +++ b/icons/illustrator/illustrator-original.svg @@ -0,0 +1 @@ + \ No newline at end of file From f1062d703fd708985c255b6febd4567f902ff299 Mon Sep 17 00:00:00 2001 From: canaleal Date: Sun, 22 Dec 2024 23:28:37 -0500 Subject: [PATCH 13/53] new icon gleam --- devicon.json | 19 +++++++++++++++++++ icons/gleam/gleam-original.svg | 1 + icons/gleam/gleam-plain.svg | 1 + 3 files changed, 21 insertions(+) create mode 100644 icons/gleam/gleam-original.svg create mode 100644 icons/gleam/gleam-plain.svg diff --git a/devicon.json b/devicon.json index f82c204c..cfb6cc1b 100644 --- a/devicon.json +++ b/devicon.json @@ -4125,6 +4125,25 @@ "color": "#000000", "aliases": [] }, + { + "name": "gleam", + "altnames": [], + "tags": [ + "language", + "programming" + ], + "versions": { + "svg": [ + "original", + "plain" + ], + "font": [ + "plain" + ] + }, + "color": "#ffaff3", + "aliases": [] + }, { "name": "go", "altnames": [ diff --git a/icons/gleam/gleam-original.svg b/icons/gleam/gleam-original.svg new file mode 100644 index 00000000..a4bad980 --- /dev/null +++ b/icons/gleam/gleam-original.svg @@ -0,0 +1 @@ + diff --git a/icons/gleam/gleam-plain.svg b/icons/gleam/gleam-plain.svg new file mode 100644 index 00000000..9a5a5635 --- /dev/null +++ b/icons/gleam/gleam-plain.svg @@ -0,0 +1 @@ + From d09bcab78b2850f85de1675efe0516b87362be4a Mon Sep 17 00:00:00 2001 From: Anjellyrika <98273014+Anjellyrika@users.noreply.github.com> Date: Mon, 23 Dec 2024 16:59:17 +0800 Subject: [PATCH 14/53] fix: combine paths into one --- icons/illustrator/illustrator-plain.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/illustrator/illustrator-plain.svg b/icons/illustrator/illustrator-plain.svg index 080ddf4a..b1e634cd 100644 --- a/icons/illustrator/illustrator-plain.svg +++ b/icons/illustrator/illustrator-plain.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file From b2f4a832797e7ce32607962f96b8706c4340d6a2 Mon Sep 17 00:00:00 2001 From: Anjellyrika <98273014+Anjellyrika@users.noreply.github.com> Date: Mon, 23 Dec 2024 17:07:25 +0800 Subject: [PATCH 15/53] optimize SVGs --- icons/illustrator/illustrator-line.svg | 2 +- icons/illustrator/illustrator-original.svg | 2 +- icons/illustrator/illustrator-plain.svg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/icons/illustrator/illustrator-line.svg b/icons/illustrator/illustrator-line.svg index 673b384c..a7367620 100644 --- a/icons/illustrator/illustrator-line.svg +++ b/icons/illustrator/illustrator-line.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/illustrator/illustrator-original.svg b/icons/illustrator/illustrator-original.svg index 2d58f34e..43c21343 100644 --- a/icons/illustrator/illustrator-original.svg +++ b/icons/illustrator/illustrator-original.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/illustrator/illustrator-plain.svg b/icons/illustrator/illustrator-plain.svg index b1e634cd..e651e0b8 100644 --- a/icons/illustrator/illustrator-plain.svg +++ b/icons/illustrator/illustrator-plain.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file From ab35b9573d5dce64d7f1eca3f9ffd74f7ab591b3 Mon Sep 17 00:00:00 2001 From: Patrik Wehrli Date: Wed, 15 Jan 2025 11:35:48 +0100 Subject: [PATCH 16/53] Removed empty line --- icons/hoppscotch/hoppscotch-plain.svg | 1 - 1 file changed, 1 deletion(-) diff --git a/icons/hoppscotch/hoppscotch-plain.svg b/icons/hoppscotch/hoppscotch-plain.svg index 51d81b01..9ab05526 100644 --- a/icons/hoppscotch/hoppscotch-plain.svg +++ b/icons/hoppscotch/hoppscotch-plain.svg @@ -1,2 +1 @@ - From 6ac57c92c01a5b6e4da3178dc92064349f496ccb Mon Sep 17 00:00:00 2001 From: Patrik Wehrli Date: Wed, 15 Jan 2025 12:02:20 +0100 Subject: [PATCH 17/53] Add empty line at EOF --- icons/illustrator/illustrator-line.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/illustrator/illustrator-line.svg b/icons/illustrator/illustrator-line.svg index a7367620..11046c28 100644 --- a/icons/illustrator/illustrator-line.svg +++ b/icons/illustrator/illustrator-line.svg @@ -1 +1 @@ - \ No newline at end of file + From ea7d261844cf6fab763a64180a5d7f0dccc70c5d Mon Sep 17 00:00:00 2001 From: Patrik Wehrli Date: Wed, 15 Jan 2025 12:03:18 +0100 Subject: [PATCH 18/53] Add empty line at EOF --- icons/illustrator/illustrator-original.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/illustrator/illustrator-original.svg b/icons/illustrator/illustrator-original.svg index 43c21343..7420a733 100644 --- a/icons/illustrator/illustrator-original.svg +++ b/icons/illustrator/illustrator-original.svg @@ -1 +1 @@ - \ No newline at end of file + From ada0561d1daa4d983b61add338149ed84b7e67c1 Mon Sep 17 00:00:00 2001 From: Patrik Wehrli Date: Wed, 15 Jan 2025 12:04:09 +0100 Subject: [PATCH 19/53] Add empty line at EOF --- icons/illustrator/illustrator-plain.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/illustrator/illustrator-plain.svg b/icons/illustrator/illustrator-plain.svg index e651e0b8..815ade02 100644 --- a/icons/illustrator/illustrator-plain.svg +++ b/icons/illustrator/illustrator-plain.svg @@ -1 +1 @@ - \ No newline at end of file + From 043525d0fc9841ec2e8ca99997cdb58775d087f3 Mon Sep 17 00:00:00 2001 From: gewaleelek Date: Fri, 17 Jan 2025 14:37:34 +0700 Subject: [PATCH 20/53] new icon: cobol (original) --- devicon.json | 22 ++++++++++++++++++++++ icons/cobol/cobol-original.svg | 1 + 2 files changed, 23 insertions(+) create mode 100644 icons/cobol/cobol-original.svg diff --git a/devicon.json b/devicon.json index 67d4d5f2..aef80d44 100644 --- a/devicon.json +++ b/devicon.json @@ -1871,6 +1871,28 @@ "color": "#0e8a16", "aliases": [] }, + { + "name": "cobol", + "altnames": [], + "tags": [ + "language" + ], + "versions": { + "svg": [ + "original" + ], + "font": [ + "original" + ] + }, + "color": "#000000", + "aliases": [ + { + "base": "original", + "alias": "plain" + } + ] + }, { "name": "codeac", "altnames": [ diff --git a/icons/cobol/cobol-original.svg b/icons/cobol/cobol-original.svg new file mode 100644 index 00000000..332e9029 --- /dev/null +++ b/icons/cobol/cobol-original.svg @@ -0,0 +1 @@ + \ No newline at end of file From 1148a80e08ac0f860f6f2863960d1b8a6e653742 Mon Sep 17 00:00:00 2001 From: gewaleelek Date: Fri, 17 Jan 2025 15:47:08 +0700 Subject: [PATCH 21/53] new icon: rexx (original, original-wordmark, plain, plain-wordmark) --- devicon.json | 21 +++++++++++++++++++++ icons/rexx/rexx-original-wordmark.svg | 1 + icons/rexx/rexx-original.svg | 1 + icons/rexx/rexx-plain-wordmark.svg | 1 + icons/rexx/rexx-plain.svg | 1 + 5 files changed, 25 insertions(+) create mode 100644 icons/rexx/rexx-original-wordmark.svg create mode 100644 icons/rexx/rexx-original.svg create mode 100644 icons/rexx/rexx-plain-wordmark.svg create mode 100644 icons/rexx/rexx-plain.svg diff --git a/devicon.json b/devicon.json index 67d4d5f2..c6a4377b 100644 --- a/devicon.json +++ b/devicon.json @@ -9852,6 +9852,27 @@ } ] }, + { + "name": "rexx", + "altnames": [], + "tags": [ + "language" + ], + "versions": { + "svg": [ + "original", + "original-wordmark", + "plain", + "plain-wordmark" + ], + "font": [ + "plain", + "plain-wordmark" + ] + }, + "color": "#d81511", + "aliases": [] + }, { "name": "rider", "altnames": [], diff --git a/icons/rexx/rexx-original-wordmark.svg b/icons/rexx/rexx-original-wordmark.svg new file mode 100644 index 00000000..d4ef86df --- /dev/null +++ b/icons/rexx/rexx-original-wordmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/rexx/rexx-original.svg b/icons/rexx/rexx-original.svg new file mode 100644 index 00000000..edbdea87 --- /dev/null +++ b/icons/rexx/rexx-original.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/rexx/rexx-plain-wordmark.svg b/icons/rexx/rexx-plain-wordmark.svg new file mode 100644 index 00000000..9cd69366 --- /dev/null +++ b/icons/rexx/rexx-plain-wordmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/rexx/rexx-plain.svg b/icons/rexx/rexx-plain.svg new file mode 100644 index 00000000..1219f5de --- /dev/null +++ b/icons/rexx/rexx-plain.svg @@ -0,0 +1 @@ + \ No newline at end of file From 026aafe22d88832c80695ab0c7d230db910fce18 Mon Sep 17 00:00:00 2001 From: Patrik Wehrli Date: Tue, 21 Jan 2025 16:20:31 +0100 Subject: [PATCH 22/53] Add newline after icon --- icons/cobol/cobol-original.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/cobol/cobol-original.svg b/icons/cobol/cobol-original.svg index 332e9029..0b12f070 100644 --- a/icons/cobol/cobol-original.svg +++ b/icons/cobol/cobol-original.svg @@ -1 +1 @@ - \ No newline at end of file + From 0625d06d87997768efbceddc53cf7b1859db617e Mon Sep 17 00:00:00 2001 From: Patrik Wehrli Date: Tue, 21 Jan 2025 17:30:36 +0100 Subject: [PATCH 23/53] new icon: clickhouse (original, plain) --- devicon.json | 21 +++++++++++++++++++++ icons/clickhouse/clickhouse-original.svg | 1 + icons/clickhouse/clickhouse-plain.svg | 1 + 3 files changed, 23 insertions(+) create mode 100644 icons/clickhouse/clickhouse-original.svg create mode 100644 icons/clickhouse/clickhouse-plain.svg diff --git a/devicon.json b/devicon.json index 67d4d5f2..d7ad0de2 100644 --- a/devicon.json +++ b/devicon.json @@ -1730,6 +1730,27 @@ "color": "#21d789", "aliases": [] }, + { + "name": "clickhouse", + "altnames": [], + "tags": [ + "cloud", + "column-oriented", + "database", + "warehouse" + ], + "versions": { + "svg": [ + "original", + "plain" + ], + "font": [ + "plain" + ] + }, + "color": "#f9ff69", + "aliases": [] + }, { "name": "clojure", "altnames": [], diff --git a/icons/clickhouse/clickhouse-original.svg b/icons/clickhouse/clickhouse-original.svg new file mode 100644 index 00000000..a3a6e4b8 --- /dev/null +++ b/icons/clickhouse/clickhouse-original.svg @@ -0,0 +1 @@ + diff --git a/icons/clickhouse/clickhouse-plain.svg b/icons/clickhouse/clickhouse-plain.svg new file mode 100644 index 00000000..62c5a30d --- /dev/null +++ b/icons/clickhouse/clickhouse-plain.svg @@ -0,0 +1 @@ + From 95d74a2e18204d85c7c352cadc78786f9e447028 Mon Sep 17 00:00:00 2001 From: Patrik Wehrli Date: Mon, 27 Jan 2025 14:40:19 +0100 Subject: [PATCH 24/53] new icon: talos (original, plain) --- devicon.json | 28 ++++++++++++++++++++++++---- icons/talos/talos-original.svg | 1 + icons/talos/talos-plain.svg | 1 + 3 files changed, 26 insertions(+), 4 deletions(-) create mode 100644 icons/talos/talos-original.svg create mode 100644 icons/talos/talos-plain.svg diff --git a/devicon.json b/devicon.json index df15c7c0..30d12712 100644 --- a/devicon.json +++ b/devicon.json @@ -659,7 +659,7 @@ "altnames": [], "tags": [ "linux", - "distribuition", + "distribution", "desktop" ], "versions": { @@ -3388,7 +3388,7 @@ "altnames": [], "tags": [ "linux", - "distribuition", + "distribution", "desktop" ], "versions": { @@ -3928,7 +3928,7 @@ "altnames": [], "tags": [ "linux", - "distribuition", + "distribution", "desktop" ], "versions": { @@ -8000,7 +8000,7 @@ "altnames": [], "tags": [ "linux", - "distribuition", + "distribution", "desktop" ], "versions": { @@ -11389,6 +11389,26 @@ } ] }, + { + "name": "talos", + "altnames": [], + "tags": [ + "container", + "linux", + "distribution" + ], + "versions": { + "svg": [ + "original", + "plain" + ], + "font": [ + "plain" + ] + }, + "color": "#f92a20", + "aliases": [] + }, { "name": "tauri", "altnames": [], diff --git a/icons/talos/talos-original.svg b/icons/talos/talos-original.svg new file mode 100644 index 00000000..07d9c31e --- /dev/null +++ b/icons/talos/talos-original.svg @@ -0,0 +1 @@ + diff --git a/icons/talos/talos-plain.svg b/icons/talos/talos-plain.svg new file mode 100644 index 00000000..8a75b9e6 --- /dev/null +++ b/icons/talos/talos-plain.svg @@ -0,0 +1 @@ + From 686f9ab5d2d0a9caec08d6eaba0f35877944088e Mon Sep 17 00:00:00 2001 From: Patrik Wehrli Date: Mon, 27 Jan 2025 17:26:00 +0100 Subject: [PATCH 25/53] Add newline to rexx-original-wordmark.svg --- icons/rexx/rexx-original-wordmark.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/rexx/rexx-original-wordmark.svg b/icons/rexx/rexx-original-wordmark.svg index d4ef86df..e2849a34 100644 --- a/icons/rexx/rexx-original-wordmark.svg +++ b/icons/rexx/rexx-original-wordmark.svg @@ -1 +1 @@ - \ No newline at end of file + From 7d1012ac2cd55b004cac4dc045e56150c9bccfaa Mon Sep 17 00:00:00 2001 From: Patrik Wehrli Date: Mon, 27 Jan 2025 17:27:41 +0100 Subject: [PATCH 26/53] Add newline to rexx-original.svg --- icons/rexx/rexx-original.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/rexx/rexx-original.svg b/icons/rexx/rexx-original.svg index edbdea87..0e08c2cb 100644 --- a/icons/rexx/rexx-original.svg +++ b/icons/rexx/rexx-original.svg @@ -1 +1 @@ - \ No newline at end of file + From 0ad68ac525945ef640486d624272ca793a20fca4 Mon Sep 17 00:00:00 2001 From: Patrik Wehrli Date: Mon, 27 Jan 2025 17:28:51 +0100 Subject: [PATCH 27/53] Add newline to rexx-plain-wordmark.svg --- icons/rexx/rexx-plain-wordmark.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/rexx/rexx-plain-wordmark.svg b/icons/rexx/rexx-plain-wordmark.svg index 9cd69366..791200d2 100644 --- a/icons/rexx/rexx-plain-wordmark.svg +++ b/icons/rexx/rexx-plain-wordmark.svg @@ -1 +1 @@ - \ No newline at end of file + From a055043d445c73f5155cbad621080b55050a50d8 Mon Sep 17 00:00:00 2001 From: Patrik Wehrli Date: Mon, 27 Jan 2025 17:29:49 +0100 Subject: [PATCH 28/53] Add newline to rexx-plain.svg --- icons/rexx/rexx-plain.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/rexx/rexx-plain.svg b/icons/rexx/rexx-plain.svg index 1219f5de..92297996 100644 --- a/icons/rexx/rexx-plain.svg +++ b/icons/rexx/rexx-plain.svg @@ -1 +1 @@ - \ No newline at end of file + From 4e939e79bee5401507d54fe6a28b08f44b8f20d7 Mon Sep 17 00:00:00 2001 From: joeriddles Date: Mon, 27 Jan 2025 15:16:33 -0700 Subject: [PATCH 29/53] Add NATS --- devicon.json | 25 +++++++++++++++++++++++++ icons/nats/nats-original.svg | 1 + icons/nats/nats-plain.svg | 1 + 3 files changed, 27 insertions(+) create mode 100644 icons/nats/nats-original.svg create mode 100644 icons/nats/nats-plain.svg diff --git a/devicon.json b/devicon.json index f6477300..fd60f217 100644 --- a/devicon.json +++ b/devicon.json @@ -6375,6 +6375,31 @@ "color": "#C8F", "aliases": [] }, + { + "name": "nats", + "altnames": [ + "nats-io", + "nats.io", + "NATS-io", + "NATS.io" + ], + "tags": [ + "streaming", + "open-source", + "go" + ], + "versions": { + "svg": [ + "original", + "plain" + ], + "font": [ + "plain" + ] + }, + "color": "#27aae1", + "aliases": [] + }, { "name": "neo4j", "altnames": [], diff --git a/icons/nats/nats-original.svg b/icons/nats/nats-original.svg new file mode 100644 index 00000000..ff11e35c --- /dev/null +++ b/icons/nats/nats-original.svg @@ -0,0 +1 @@ + diff --git a/icons/nats/nats-plain.svg b/icons/nats/nats-plain.svg new file mode 100644 index 00000000..39831d07 --- /dev/null +++ b/icons/nats/nats-plain.svg @@ -0,0 +1 @@ + From 71859985da0d4a2ca6d87b6fe391e139aa16010c Mon Sep 17 00:00:00 2001 From: joeriddles Date: Mon, 27 Jan 2025 15:24:19 -0700 Subject: [PATCH 30/53] Update NATS icon viewbox --- icons/nats/nats-original.svg | 2 +- icons/nats/nats-plain.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/icons/nats/nats-original.svg b/icons/nats/nats-original.svg index ff11e35c..309d4f1a 100644 --- a/icons/nats/nats-original.svg +++ b/icons/nats/nats-original.svg @@ -1 +1 @@ - + diff --git a/icons/nats/nats-plain.svg b/icons/nats/nats-plain.svg index 39831d07..222a87c8 100644 --- a/icons/nats/nats-plain.svg +++ b/icons/nats/nats-plain.svg @@ -1 +1 @@ - + From 0566b692f372127ef10db92eaa61a9ef86cc82ea Mon Sep 17 00:00:00 2001 From: Patrik Wehrli Date: Mon, 27 Jan 2025 17:11:27 +0100 Subject: [PATCH 31/53] new icon: mapbox (original-wordmark) --- devicon.json | 19 +++++++++++++++++++ icons/mapbox/mapbox-original-wordmark.svg | 1 + 2 files changed, 20 insertions(+) create mode 100644 icons/mapbox/mapbox-original-wordmark.svg diff --git a/devicon.json b/devicon.json index bf133552..75f3f5ef 100644 --- a/devicon.json +++ b/devicon.json @@ -6448,6 +6448,25 @@ } ] }, + { + "name": "mapbox", + "altnames": [], + "tags": [ + "map", + "navigation", + "data" + ], + "versions": { + "svg": [ + "original-wordmark" + ], + "font": [ + "original-wordmark" + ] + }, + "color": "#000000", + "aliases": [] + }, { "name": "mariadb", "altnames": [], diff --git a/icons/mapbox/mapbox-original-wordmark.svg b/icons/mapbox/mapbox-original-wordmark.svg new file mode 100644 index 00000000..b9102667 --- /dev/null +++ b/icons/mapbox/mapbox-original-wordmark.svg @@ -0,0 +1 @@ + From 0be47994161fc16cfce1dd9bca89682bf4bbbe3c Mon Sep 17 00:00:00 2001 From: Patrik Wehrli Date: Fri, 31 Jan 2025 11:52:30 +0100 Subject: [PATCH 32/53] Rename and add alias --- devicon.json | 19 ++++++++++++++++--- ...ginal-wordmark.svg => mapbox-original.svg} | 0 2 files changed, 16 insertions(+), 3 deletions(-) rename icons/mapbox/{mapbox-original-wordmark.svg => mapbox-original.svg} (100%) diff --git a/devicon.json b/devicon.json index 75f3f5ef..8ee8c9ed 100644 --- a/devicon.json +++ b/devicon.json @@ -6458,14 +6458,27 @@ ], "versions": { "svg": [ - "original-wordmark" + "original" ], "font": [ - "original-wordmark" + "original" ] }, "color": "#000000", - "aliases": [] + "aliases": [ + { + "base": "original", + "alias": "plain" + }, + { + "base": "original", + "alias": "original-wordmark" + }, + { + "base": "original", + "alias": "plain-wordmark" + } + ] }, { "name": "mariadb", diff --git a/icons/mapbox/mapbox-original-wordmark.svg b/icons/mapbox/mapbox-original.svg similarity index 100% rename from icons/mapbox/mapbox-original-wordmark.svg rename to icons/mapbox/mapbox-original.svg From a756586ee7e1c0111283e266f4a43ac8929f740e Mon Sep 17 00:00:00 2001 From: joeriddles Date: Mon, 3 Feb 2025 10:01:40 -0700 Subject: [PATCH 33/53] Update nats icon dimensions to fill viewBox and set nats-original fill to primary color --- icons/nats/nats-original.svg | 2 +- icons/nats/nats-plain.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/icons/nats/nats-original.svg b/icons/nats/nats-original.svg index 309d4f1a..e597c188 100644 --- a/icons/nats/nats-original.svg +++ b/icons/nats/nats-original.svg @@ -1 +1 @@ - + \ No newline at end of file diff --git a/icons/nats/nats-plain.svg b/icons/nats/nats-plain.svg index 222a87c8..3b3e914c 100644 --- a/icons/nats/nats-plain.svg +++ b/icons/nats/nats-plain.svg @@ -1 +1 @@ - + \ No newline at end of file From fadc2c6ee6ff1049406d311b4a9d697148212810 Mon Sep 17 00:00:00 2001 From: canaleal Date: Thu, 6 Feb 2025 20:42:30 -0500 Subject: [PATCH 34/53] Optimized icons --- icons/nats/nats-original.svg | 2 +- icons/nats/nats-plain.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/icons/nats/nats-original.svg b/icons/nats/nats-original.svg index e597c188..4912daf9 100644 --- a/icons/nats/nats-original.svg +++ b/icons/nats/nats-original.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/icons/nats/nats-plain.svg b/icons/nats/nats-plain.svg index 3b3e914c..ff11ec34 100644 --- a/icons/nats/nats-plain.svg +++ b/icons/nats/nats-plain.svg @@ -1 +1 @@ - \ No newline at end of file + From f002870bb13c8cd4c777c584b7897c3268a56ca4 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Mon, 9 Dec 2024 12:50:35 -0500 Subject: [PATCH 35/53] ci(workflows): update deprecated actions --- .github/workflows/build_icons.yml | 26 ++++++++--------- .github/workflows/check_icon_pr.yml | 12 ++++---- .github/workflows/codeql-analysis.yml | 8 +++--- .github/workflows/in_develop_labeler.yml | 14 +++++----- .../in_develop_labeler_preflight.yml | 6 ++-- .github/workflows/npm_publish.yml | 4 +-- .github/workflows/peek_icons.yml | 22 +++++++-------- .../workflows/post_check_icon_pr_comment.yml | 10 +++---- .github/workflows/post_peek_screenshot.yml | 28 +++++++++---------- 9 files changed, 65 insertions(+), 65 deletions(-) diff --git a/.github/workflows/build_icons.yml b/.github/workflows/build_icons.yml index d9156e23..e5741d0c 100644 --- a/.github/workflows/build_icons.yml +++ b/.github/workflows/build_icons.yml @@ -5,9 +5,9 @@ jobs: name: Get Fonts From Icomoon runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v4 - with: + - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 + with: python-version: '3.10' - name: Install dependencies (python, pip, npm) @@ -21,26 +21,26 @@ 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 - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: failure() with: name: geckodriver-log path: ./geckodriver.log - name: Upload log file for debugging purposes - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: always() with: name: logfile 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 @@ -58,11 +58,11 @@ jobs: 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() - uses: peter-evans/create-pull-request@v3 + if: success() + uses: peter-evans/create-pull-request@v7 env: MESSAGE: | Hello, @@ -81,14 +81,14 @@ jobs: 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, steps.release_message_step.outputs.content diff --git a/.github/workflows/check_icon_pr.yml b/.github/workflows/check_icon_pr.yml index 3054a6f8..27e5cae4 100644 --- a/.github/workflows/check_icon_pr.yml +++ b/.github/workflows/check_icon_pr.yml @@ -6,17 +6,17 @@ jobs: runs-on: ubuntu-latest if: startsWith(github.event.pull_request.title, 'new icon') || startsWith(github.event.pull_request.title, 'update icon') # only checks icon PR steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Check if PR is develop if: ${{ github.base_ref != 'develop' }} run: | echo -e "The PR's base branch is \`${{ github.base_ref }}\`, but should be \`develop\`\nPlease change the PR so that it's based on, and merged into \`develop\`" > ./err_messages.txt echo "wrong_branch=true" >> $GITHUB_ENV - - - uses: actions/setup-python@v4 + + - uses: actions/setup-python@v5 if: ${{ !env.wrong_branch }} - with: + with: python-version: 3.8 - name: Install dependencies @@ -32,7 +32,7 @@ jobs: run: python ./.github/scripts/check_icon_pr.py "$PR_TITLE" ./icons ./devicon.json - name: Upload the err messages - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: success() with: name: err_messages @@ -46,7 +46,7 @@ jobs: run: echo $PR_NUM > pr_num.txt - name: Upload the pr num - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: success() with: name: pr_num diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 64ac90a5..4dbf6403 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -15,7 +15,7 @@ jobs: security-events: write steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Initialize CodeQL uses: github/codeql-action/init@v2 @@ -31,10 +31,10 @@ jobs: security-events: write steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 id: setup-python with: python-version: '3.10' @@ -65,7 +65,7 @@ jobs: security-events: write steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Find Python files outside the .github folder id: find_files diff --git a/.github/workflows/in_develop_labeler.yml b/.github/workflows/in_develop_labeler.yml index 99727a81..7cf67f1c 100644 --- a/.github/workflows/in_develop_labeler.yml +++ b/.github/workflows/in_develop_labeler.yml @@ -2,7 +2,7 @@ name: Label Issue In Develop on: workflow_run: workflows: ['On Develop PR Merge'] - types: + types: - completed jobs: on-failure: @@ -15,20 +15,20 @@ jobs: runs-on: ubuntu-latest if: ${{ github.event.workflow_run.conclusion == 'success' }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Python v3.8 - uses: actions/setup-python@v4 - with: + uses: actions/setup-python@v5 + with: python-version: 3.8 - - name: Install dependencies + - name: Install dependencies run: | python -m pip install --upgrade pip pip install -r ./.github/scripts/requirements.txt - + - name: Download workflow artifact - uses: dawidd6/action-download-artifact@v2.11.0 + uses: dawidd6/action-download-artifact@v7 with: github_token: ${{ secrets.GITHUB_TOKEN }} workflow: peek_icons.yml diff --git a/.github/workflows/in_develop_labeler_preflight.yml b/.github/workflows/in_develop_labeler_preflight.yml index ef3e9804..b2151692 100644 --- a/.github/workflows/in_develop_labeler_preflight.yml +++ b/.github/workflows/in_develop_labeler_preflight.yml @@ -1,5 +1,5 @@ name: On Develop PR Merge -on: +on: pull_request: types: [closed] branches: [develop] @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest if: github.event.pull_request.merged == true steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Save the PR number in an artifact shell: bash @@ -18,7 +18,7 @@ jobs: run: echo $PR_NUM > pr_num.txt - name: Upload the PR number - uses: actions/upload-artifact@v2.2.4 + uses: actions/upload-artifact@v4 with: name: pr_num path: ./pr_num.txt diff --git a/.github/workflows/npm_publish.yml b/.github/workflows/npm_publish.yml index 6a1396be..e7b1e0c4 100644 --- a/.github/workflows/npm_publish.yml +++ b/.github/workflows/npm_publish.yml @@ -7,13 +7,13 @@ jobs: environment: release runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: # "ref" specifies the branch to check out. # "github.event.release.target_commitish" is a global variable and specifies the branch the release targeted ref: ${{ github.event.release.target_commitish }} - name: Use Node.js v16 - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 16 registry-url: https://registry.npmjs.org/ # Specifies the registry, this field is required! diff --git a/.github/workflows/peek_icons.yml b/.github/workflows/peek_icons.yml index 66f3cee3..a337d554 100644 --- a/.github/workflows/peek_icons.yml +++ b/.github/workflows/peek_icons.yml @@ -1,7 +1,7 @@ name: Peek Icons on: pull_request: - types: [labeled] + types: [labeled] jobs: peek: # four outcomes: successful check and upload, @@ -11,14 +11,14 @@ jobs: if: github.event.label.name == 'bot:peek' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Python v3.8 - uses: actions/setup-python@v4 - with: + uses: actions/setup-python@v5 + with: python-version: 3.8 - - name: Install dependencies + - name: Install dependencies run: | python -m pip install --upgrade pip pip install -r ./.github/scripts/requirements.txt @@ -30,7 +30,7 @@ jobs: run: echo $PR_NUM > pr_num.txt - name: Upload the PR number - uses: actions/upload-artifact@v2.2.4 + uses: actions/upload-artifact@v4 with: name: pr_num path: ./pr_num.txt @@ -40,26 +40,26 @@ jobs: PR_TITLE: ${{ github.event.pull_request.title }} shell: bash run: > - python ./.github/scripts/icomoon_peek.py - ./.github/scripts/build_assets/geckodriver-v0.32.2-linux64/geckodriver ./icomoon.json + python ./.github/scripts/icomoon_peek.py + ./.github/scripts/build_assets/geckodriver-v0.32.2-linux64/geckodriver ./icomoon.json ./devicon.json ./icons ./ --headless "$PR_TITLE" - name: Upload the err messages (created by icomoon_peek.py) - uses: actions/upload-artifact@v2.2.4 + uses: actions/upload-artifact@v4 if: always() with: name: err_messages path: ./err_messages.txt - name: Upload screenshots for comments - uses: actions/upload-artifact@v2.2.4 + uses: actions/upload-artifact@v4 if: success() with: name: screenshots path: ./screenshots/*.png - name: Upload geckodriver.log for debugging purposes - uses: actions/upload-artifact@v2.2.4 + uses: actions/upload-artifact@v4 if: failure() with: name: geckodriver-log diff --git a/.github/workflows/post_check_icon_pr_comment.yml b/.github/workflows/post_check_icon_pr_comment.yml index cd0d89c8..681fa8e1 100644 --- a/.github/workflows/post_check_icon_pr_comment.yml +++ b/.github/workflows/post_check_icon_pr_comment.yml @@ -2,19 +2,19 @@ name: Post the result of the check_icon_pr workflow into its PR. on: workflow_run: workflows: ['Check Icon PR'] - types: + types: - completed -jobs: +jobs: post_result_of_svg_check: name: Post the result of the Check SVG Action runs-on: ubuntu-latest steps: - name: Check if the trigger run worked. If it failed, fail the current run. - if: github.event.workflow_run.conclusion != 'success' + if: github.event.workflow_run.conclusion != 'success' uses: cutenode/action-always-fail@v1.0.1 - name: Download workflow artifact - uses: dawidd6/action-download-artifact@v2.27.0 + uses: dawidd6/action-download-artifact@v7 if: success() with: github_token: ${{ secrets.GITHUB_TOKEN }} @@ -62,7 +62,7 @@ jobs: - name: Comment on the PR about the result - Failure uses: jungwinter/comment@v1.1.0 # let us comment on a specific PR - if: failure() + if: failure() env: MESSAGE: | Hi! diff --git a/.github/workflows/post_peek_screenshot.yml b/.github/workflows/post_peek_screenshot.yml index 19d0761e..f52cf9ff 100644 --- a/.github/workflows/post_peek_screenshot.yml +++ b/.github/workflows/post_peek_screenshot.yml @@ -2,14 +2,14 @@ name: Post the screenshots into a comment from Peek Icons workflow on: workflow_run: workflows: ['Peek Icons'] - types: + types: - completed -jobs: +jobs: post_screenshots_in_comment: name: Post the screenshot runs-on: ubuntu-latest if: github.event.action == 'completed' && github.event.workflow_run.conclusion != 'skipped' - env: + env: # three possible values: 'skipped', 'success', 'failure' # have to print github.event to console to see these values # note: can't use this env variable up in the if statement above for some reason. @@ -20,7 +20,7 @@ jobs: run: echo $PEEK_STATUS - name: Download workflow artifact - uses: dawidd6/action-download-artifact@v2.27.0 + uses: dawidd6/action-download-artifact@v7 with: github_token: ${{ secrets.GITHUB_TOKEN }} workflow: peek_icons.yml @@ -48,7 +48,7 @@ jobs: path: ./screenshots/new_svgs.png client_id: ${{secrets.IMGUR_CLIENT_ID}} - - name: Upload zoomed in screenshot of the SVGs gotten from the artifacts + - name: Upload zoomed in screenshot of the SVGs gotten from the artifacts id: svgs_detailed_img_step uses: devicons/public-upload-to-imgur@v2.2.2 if: env.PEEK_STATUS == 'success' && success() @@ -106,8 +106,8 @@ jobs: {5} The maintainers will now check for: - 1. The number of Glyphs matches the number of SVGs that were selected. - 2. The icons (second group of pictures) look the same as the SVGs (first group of pictures). + 1. The number of Glyphs matches the number of SVGs that were selected. + 2. The icons (second group of pictures) look the same as the SVGs (first group of pictures). 3. The icons are of high quality (legible, matches the official logo, etc.) 4. A new object is added in the `devicon.json` file at the correct alphabetic position as seen [here](https://github.com/devicons/devicon/wiki/Updating-%60devicon.json%60) @@ -117,23 +117,23 @@ jobs: Note: If the images don't show up, it has been autodeleted by Imgur after 6 months due to our API choice. - Cheers, + Cheers, Peek Bot :blush: with: type: create issue_number: ${{ steps.pr_num_reader.outputs.content }} token: ${{ secrets.GITHUB_TOKEN }} body: > - ${{ + ${{ format( - env.MESSAGE, + env.MESSAGE, fromJSON(steps.svgs_overview_img_step.outputs.markdown_urls)[0], join(fromJSON(steps.svgs_detailed_img_step.outputs.markdown_urls), ' '), fromJSON(steps.icons_overview_img_step.outputs.markdown_urls)[0], join(fromJSON(steps.icons_detailed_img_step.outputs.markdown_urls), ' '), join(fromJSON(steps.colored_icons_detailed_img_step.outputs.markdown_urls), ' '), steps.err_message_reader.outputs.content - ) + ) }} - name: Comment on the PR about the result - Failure @@ -155,9 +155,9 @@ jobs: - Your icon information has been added to the `devicon.json` as seen [here](https://github.com/devicons/devicon/wiki/Updating-%60devicon.json%60) - Your PR title follows the format seen [here](https://github.com/devicons/devicon/wiki/Overview-on-Submitting-Icons) - I will retry once everything is fixed. If I still fail or there are other error, the maintainers will investigate. + I will retry once everything is fixed. If I still fail or there are other error, the maintainers will investigate. - Best of luck, + Best of luck, Peek Bot :relaxed: with: type: create @@ -174,7 +174,7 @@ jobs: I'm Devicons' Peek Bot and we've ran into a problem with the `post_peek_screenshot` workflow. The maintainers will take a look and fix the issue. Please wait for further instructions. - Thank you, + Thank you, Peek Bot :relaxed: with: type: create From ade880f6f462b0705ab922e12330eb233748073d Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Mon, 9 Dec 2024 19:18:40 -0500 Subject: [PATCH 36/53] build(deps): bump requests from 2.31.0 to 2.32.3 --- .github/scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/requirements.txt b/.github/scripts/requirements.txt index ab538d8c..d8fa29e0 100644 --- a/.github/scripts/requirements.txt +++ b/.github/scripts/requirements.txt @@ -1,2 +1,2 @@ selenium==4.1.0 -requests==2.31.0 \ No newline at end of file +requests==2.32.3 From 50380cb143c747e1d8a110626e17936a95217096 Mon Sep 17 00:00:00 2001 From: canaleal Date: Sun, 9 Feb 2025 22:47:00 -0500 Subject: [PATCH 37/53] Aligned the SVGs horizontally and changed line color --- icons/dovecot/dovecot-line.svg | 2 +- icons/dovecot/dovecot-original.svg | 2 +- icons/dovecot/dovecot-plain.svg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/icons/dovecot/dovecot-line.svg b/icons/dovecot/dovecot-line.svg index 2e7bbdd6..1fe80428 100644 --- a/icons/dovecot/dovecot-line.svg +++ b/icons/dovecot/dovecot-line.svg @@ -1 +1 @@ - + diff --git a/icons/dovecot/dovecot-original.svg b/icons/dovecot/dovecot-original.svg index a49a2bfd..15f7b790 100644 --- a/icons/dovecot/dovecot-original.svg +++ b/icons/dovecot/dovecot-original.svg @@ -1 +1 @@ - + diff --git a/icons/dovecot/dovecot-plain.svg b/icons/dovecot/dovecot-plain.svg index aba1f422..03b55a8d 100644 --- a/icons/dovecot/dovecot-plain.svg +++ b/icons/dovecot/dovecot-plain.svg @@ -1 +1 @@ - + From 5c89eb5f6f96dfc1d5748bbf22d93c1bac2bc593 Mon Sep 17 00:00:00 2001 From: gewaleelek <165679471+gewaleelek@users.noreply.github.com> Date: Mon, 10 Feb 2025 21:51:21 +0700 Subject: [PATCH 38/53] new icon: apex (original) --- devicon.json | 22 ++++++++++++++++++++++ icons/apex/apex-original.svg | 1 + 2 files changed, 23 insertions(+) create mode 100644 icons/apex/apex-original.svg diff --git a/devicon.json b/devicon.json index 8326d39c..1aab1570 100644 --- a/devicon.json +++ b/devicon.json @@ -555,6 +555,28 @@ } ] }, + { + "name": "apex", + "altnames": [], + "tags": [ + "language" + ], + "versions": { + "svg": [ + "original" + ], + "font": [ + "original" + ] + }, + "color": "#0d9dda", + "aliases": [ + { + "base": "original", + "alias": "plain" + } + ] + }, { "name": "apl", "altnames": [ diff --git a/icons/apex/apex-original.svg b/icons/apex/apex-original.svg new file mode 100644 index 00000000..ca961397 --- /dev/null +++ b/icons/apex/apex-original.svg @@ -0,0 +1 @@ + From 2ec000eff265c247551367f8f91b8214db2379b0 Mon Sep 17 00:00:00 2001 From: gewaleelek <165679471+gewaleelek@users.noreply.github.com> Date: Tue, 11 Feb 2025 17:50:40 +0700 Subject: [PATCH 39/53] new icon: dyalog (original, original-wordmark) --- devicon.json | 28 +++++++++++++++++++++++ icons/dyalog/dyalog-original-wordmark.svg | 1 + icons/dyalog/dyalog-original.svg | 1 + 3 files changed, 30 insertions(+) create mode 100644 icons/dyalog/dyalog-original-wordmark.svg create mode 100644 icons/dyalog/dyalog-original.svg diff --git a/devicon.json b/devicon.json index 8326d39c..5e5b8dba 100644 --- a/devicon.json +++ b/devicon.json @@ -2953,6 +2953,34 @@ "color": "#0073BA", "aliases": [] }, + { + "name": "dyalog", + "altnames": [], + "tags": [ + "language" + ], + "versions": { + "svg": [ + "original", + "original-wordmark" + ], + "font": [ + "original", + "original-wordmark" + ] + }, + "color": "#ff6600", + "aliases": [ + { + "base": "original", + "alias": "plain" + }, + { + "base": "original-wordmark", + "alias": "plain-wordmark" + } + ] + }, { "name": "dynamodb", "altnames": [], diff --git a/icons/dyalog/dyalog-original-wordmark.svg b/icons/dyalog/dyalog-original-wordmark.svg new file mode 100644 index 00000000..8d8fc4fe --- /dev/null +++ b/icons/dyalog/dyalog-original-wordmark.svg @@ -0,0 +1 @@ + diff --git a/icons/dyalog/dyalog-original.svg b/icons/dyalog/dyalog-original.svg new file mode 100644 index 00000000..296847f4 --- /dev/null +++ b/icons/dyalog/dyalog-original.svg @@ -0,0 +1 @@ + From 45146234c7cda8f3dccc5d39d00f52c92956bf7d Mon Sep 17 00:00:00 2001 From: canaleal Date: Wed, 12 Feb 2025 17:31:39 -0500 Subject: [PATCH 40/53] Removed fill 000 --- icons/primeng/primeng-plain.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/primeng/primeng-plain.svg b/icons/primeng/primeng-plain.svg index c07e2342..ede100a9 100644 --- a/icons/primeng/primeng-plain.svg +++ b/icons/primeng/primeng-plain.svg @@ -1 +1 @@ - + From d79eddf8319491b6b492b276c7b676271d9f7998 Mon Sep 17 00:00:00 2001 From: boterop Date: Mon, 7 Oct 2024 09:24:49 -0500 Subject: [PATCH 41/53] Create svgs --- .../gitkraken/gitkraken-original-wordmark.svg | 87 +++++++++++++++++++ icons/gitkraken/gitkraken-original.svg | 42 +++++++++ icons/gitkraken/gitkraken-plain-wordmark.svg | 87 +++++++++++++++++++ icons/gitkraken/gitkraken-plain.svg | 42 +++++++++ 4 files changed, 258 insertions(+) create mode 100644 icons/gitkraken/gitkraken-original-wordmark.svg create mode 100644 icons/gitkraken/gitkraken-original.svg create mode 100644 icons/gitkraken/gitkraken-plain-wordmark.svg create mode 100644 icons/gitkraken/gitkraken-plain.svg diff --git a/icons/gitkraken/gitkraken-original-wordmark.svg b/icons/gitkraken/gitkraken-original-wordmark.svg new file mode 100644 index 00000000..f6cf9e30 --- /dev/null +++ b/icons/gitkraken/gitkraken-original-wordmark.svg @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + diff --git a/icons/gitkraken/gitkraken-original.svg b/icons/gitkraken/gitkraken-original.svg new file mode 100644 index 00000000..f9f9ad66 --- /dev/null +++ b/icons/gitkraken/gitkraken-original.svg @@ -0,0 +1,42 @@ + + + + + + + + diff --git a/icons/gitkraken/gitkraken-plain-wordmark.svg b/icons/gitkraken/gitkraken-plain-wordmark.svg new file mode 100644 index 00000000..625f3d9e --- /dev/null +++ b/icons/gitkraken/gitkraken-plain-wordmark.svg @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + diff --git a/icons/gitkraken/gitkraken-plain.svg b/icons/gitkraken/gitkraken-plain.svg new file mode 100644 index 00000000..5c292572 --- /dev/null +++ b/icons/gitkraken/gitkraken-plain.svg @@ -0,0 +1,42 @@ + + + + + + + + From 23644e1051781e3e4e34f4c13afb492b87ba87d6 Mon Sep 17 00:00:00 2001 From: boterop Date: Mon, 7 Oct 2024 09:30:57 -0500 Subject: [PATCH 42/53] Optimize svgs --- .../gitkraken/gitkraken-original-wordmark.svg | 116 +++++------------- icons/gitkraken/gitkraken-original.svg | 43 +------ icons/gitkraken/gitkraken-plain-wordmark.svg | 116 +++++------------- icons/gitkraken/gitkraken-plain.svg | 45 +------ 4 files changed, 67 insertions(+), 253 deletions(-) diff --git a/icons/gitkraken/gitkraken-original-wordmark.svg b/icons/gitkraken/gitkraken-original-wordmark.svg index f6cf9e30..84e71105 100644 --- a/icons/gitkraken/gitkraken-original-wordmark.svg +++ b/icons/gitkraken/gitkraken-original-wordmark.svg @@ -1,87 +1,31 @@ - - - - - - + + + + + + + + + + - - - - - - - - - - + d="M119.277 23.288a2.338 2.338 0 0 0-4.546.844 1.624 1.624 0 0 0 .13.78 53.644 53.644 0 0 1 3.442 19.159 54.424 54.424 0 0 1-47.215 53.904V72.58a39.097 39.097 0 0 0 4.741-1.234V92.65A50.007 50.007 0 0 0 88.17.298a2.403 2.403 0 0 0-3.313 1.039 2.923 2.923 0 0 0-.194 1.039 2.338 2.338 0 0 0 1.169 2.078A45.266 45.266 0 0 1 80.57 86.22v-18.9a7.274 7.274 0 0 0 5.066-6.883 7.144 7.144 0 0 0-3.572-6.3c1.688-16.301 9.157-12.015 9.157-17.21v-2.988c0-7.858-18.055-33.187-26.497-33.836h-1.56c-8.442.65-26.497 25.978-26.497 33.836v2.988c0 5.195 7.47.909 9.158 17.21a7.274 7.274 0 0 0 1.558 13.184V86.22a45.266 45.266 0 0 1-5.325-81.766 2.338 2.338 0 0 0 .974-3.117A2.273 2.273 0 0 0 40.889.038a2.143 2.143 0 0 0-1.104.26 50.007 50.007 0 0 0 12.34 92.351V71.347a39.097 39.097 0 0 0 4.74 1.234v25.394A54.424 54.424 0 0 1 9.585 44.07a55.073 55.073 0 0 1 3.443-19.16 2.338 2.338 0 0 0-1.234-2.987 2.598 2.598 0 0 0-.975-.194 2.403 2.403 0 0 0-2.208 1.558 59.1 59.1 0 0 0 52.93 79.817V73.231h4.806v29.874a59.035 59.035 0 0 0 56.697-59.034 57.866 57.866 0 0 0-3.767-20.783zM74.855 56.995a4.87 4.87 0 1 1 6.884 6.884 4.87 4.87 0 1 1-6.884-6.884zm-21.822 6.884a4.806 4.806 0 0 1-6.819 0 4.87 4.87 0 0 1 0-6.884 4.806 4.806 0 0 1 6.82 0 4.87 4.87 0 0 1 0 6.884z" + style="stroke-width:.649447;fill:#179287" /> + \ No newline at end of file diff --git a/icons/gitkraken/gitkraken-original.svg b/icons/gitkraken/gitkraken-original.svg index f9f9ad66..68707798 100644 --- a/icons/gitkraken/gitkraken-original.svg +++ b/icons/gitkraken/gitkraken-original.svg @@ -1,42 +1,5 @@ - - - - - - + + d="M123.92 33.219a2.532 2.532 0 0 0-4.923.914 1.758 1.758 0 0 0 .141.844 58.091 58.091 0 0 1 3.727 20.747 58.935 58.935 0 0 1-51.128 58.372V86.598a42.338 42.338 0 0 0 5.134-1.336v23.067A54.153 54.153 0 0 0 90.233 8.322a2.602 2.602 0 0 0-3.587 1.126 3.165 3.165 0 0 0-.21 1.125 2.532 2.532 0 0 0 1.265 2.25 49.019 49.019 0 0 1-5.696 88.544V80.9a7.877 7.877 0 0 0 5.485-7.454 7.736 7.736 0 0 0-3.868-6.822c1.829-17.653 9.917-13.011 9.917-18.637v-3.235c0-8.51-19.552-35.938-28.694-36.642h-1.688c-9.143.704-28.694 28.132-28.694 36.642v3.235c0 5.626 8.088.984 9.916 18.637A7.877 7.877 0 0 0 46.067 80.9v20.466A49.019 49.019 0 0 1 40.3 12.823a2.532 2.532 0 0 0 1.055-3.375 2.461 2.461 0 0 0-2.32-1.407 2.32 2.32 0 0 0-1.196.281A54.153 54.153 0 0 0 51.2 108.33V85.262a42.338 42.338 0 0 0 5.134 1.336v27.498a58.935 58.935 0 0 1-51.2-58.372 59.638 59.638 0 0 1 3.728-20.747 2.532 2.532 0 0 0-1.336-3.235 2.813 2.813 0 0 0-1.055-.211 2.602 2.602 0 0 0-2.391 1.688 63.999 63.999 0 0 0 57.317 86.433v-32.35h5.205v32.35a63.928 63.928 0 0 0 61.396-63.928 62.663 62.663 0 0 0-4.079-22.505zm-48.104 36.5a5.275 5.275 0 1 1 7.455 7.455 5.275 5.275 0 1 1-7.455-7.455zm-23.63 7.455a5.204 5.204 0 0 1-7.385 0 5.275 5.275 0 0 1 0-7.455 5.204 5.204 0 0 1 7.384 0 5.275 5.275 0 0 1 0 7.455z" + style="stroke-width:.703283;fill:#179287" /> diff --git a/icons/gitkraken/gitkraken-plain-wordmark.svg b/icons/gitkraken/gitkraken-plain-wordmark.svg index 625f3d9e..81e5276c 100644 --- a/icons/gitkraken/gitkraken-plain-wordmark.svg +++ b/icons/gitkraken/gitkraken-plain-wordmark.svg @@ -1,87 +1,31 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + diff --git a/icons/gitkraken/gitkraken-plain.svg b/icons/gitkraken/gitkraken-plain.svg index 5c292572..1634442f 100644 --- a/icons/gitkraken/gitkraken-plain.svg +++ b/icons/gitkraken/gitkraken-plain.svg @@ -1,42 +1,5 @@ - - - - - - + - + d="M123.92 33.219a2.532 2.532 0 0 0-4.923.914 1.758 1.758 0 0 0 .141.844 58.091 58.091 0 0 1 3.727 20.747 58.935 58.935 0 0 1-51.128 58.372V86.598a42.338 42.338 0 0 0 5.134-1.336v23.067A54.153 54.153 0 0 0 90.233 8.322a2.602 2.602 0 0 0-3.587 1.126 3.165 3.165 0 0 0-.21 1.125 2.532 2.532 0 0 0 1.265 2.25 49.019 49.019 0 0 1-5.696 88.544V80.9a7.877 7.877 0 0 0 5.485-7.454 7.736 7.736 0 0 0-3.868-6.822c1.829-17.653 9.917-13.011 9.917-18.637v-3.235c0-8.51-19.552-35.938-28.694-36.642h-1.688c-9.143.704-28.694 28.132-28.694 36.642v3.235c0 5.626 8.088.984 9.916 18.637A7.877 7.877 0 0 0 46.067 80.9v20.466A49.019 49.019 0 0 1 40.3 12.823a2.532 2.532 0 0 0 1.055-3.375 2.461 2.461 0 0 0-2.32-1.407 2.32 2.32 0 0 0-1.196.281A54.153 54.153 0 0 0 51.2 108.33V85.262a42.338 42.338 0 0 0 5.134 1.336v27.498a58.935 58.935 0 0 1-51.2-58.372 59.638 59.638 0 0 1 3.728-20.747 2.532 2.532 0 0 0-1.336-3.235 2.813 2.813 0 0 0-1.055-.211 2.602 2.602 0 0 0-2.391 1.688 63.999 63.999 0 0 0 57.317 86.433v-32.35h5.205v32.35a63.928 63.928 0 0 0 61.396-63.928 62.663 62.663 0 0 0-4.079-22.505zm-48.104 36.5a5.275 5.275 0 1 1 7.455 7.455 5.275 5.275 0 1 1-7.455-7.455zm-23.63 7.455a5.204 5.204 0 0 1-7.385 0 5.275 5.275 0 0 1 0-7.455 5.204 5.204 0 0 1 7.384 0 5.275 5.275 0 0 1 0 7.455z" + /> + \ No newline at end of file From adcf90cb462842e72d66270d405f7afab7f7f1d5 Mon Sep 17 00:00:00 2001 From: boterop Date: Mon, 7 Oct 2024 09:33:21 -0500 Subject: [PATCH 43/53] Register icons in .json --- devicon.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/devicon.json b/devicon.json index cdbaf683..5b8f913c 100644 --- a/devicon.json +++ b/devicon.json @@ -4204,6 +4204,24 @@ "color": "#24292e", "aliases": [] }, + { + "name": "gitkraken", + "altnames": [], + "tags": [ + "git", + "version-control" + ], + "versions": { + "svg": [ + "original", + "original-wordmark", + "plain", + "plain-wordmark" + ] + }, + "color": "#179287", + "aliases": [] + }, { "name": "gitlab", "altnames": [], From 719e9674868f72f09e50a40e7dae600520a1f412 Mon Sep 17 00:00:00 2001 From: boterop Date: Mon, 7 Oct 2024 09:37:01 -0500 Subject: [PATCH 44/53] Add font --- devicon.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/devicon.json b/devicon.json index 5b8f913c..d7e24740 100644 --- a/devicon.json +++ b/devicon.json @@ -4217,6 +4217,12 @@ "original-wordmark", "plain", "plain-wordmark" + ], + "font": [ + "original", + "original-wordmark", + "plain", + "plain-wordmark" ] }, "color": "#179287", From dc5d5d897eb057a63d701f2ef46aaa6a71013b44 Mon Sep 17 00:00:00 2001 From: canaleal Date: Sun, 13 Oct 2024 20:57:45 -0400 Subject: [PATCH 45/53] Optimize SVGs and update json alias versions --- devicon.json | 10 +++--- .../gitkraken/gitkraken-original-wordmark.svg | 32 +------------------ icons/gitkraken/gitkraken-original.svg | 6 +--- icons/gitkraken/gitkraken-plain-wordmark.svg | 32 +------------------ icons/gitkraken/gitkraken-plain.svg | 5 --- 5 files changed, 9 insertions(+), 76 deletions(-) delete mode 100644 icons/gitkraken/gitkraken-plain.svg diff --git a/devicon.json b/devicon.json index d7e24740..10b584a4 100644 --- a/devicon.json +++ b/devicon.json @@ -4215,18 +4215,20 @@ "svg": [ "original", "original-wordmark", - "plain", "plain-wordmark" ], "font": [ "original", - "original-wordmark", - "plain", "plain-wordmark" ] }, "color": "#179287", - "aliases": [] + "aliases": [ + { + "base": "original", + "alias": "plain" + } + ] }, { "name": "gitlab", diff --git a/icons/gitkraken/gitkraken-original-wordmark.svg b/icons/gitkraken/gitkraken-original-wordmark.svg index 84e71105..c883de87 100644 --- a/icons/gitkraken/gitkraken-original-wordmark.svg +++ b/icons/gitkraken/gitkraken-original-wordmark.svg @@ -1,31 +1 @@ - - - - - - - - - - - - \ No newline at end of file + diff --git a/icons/gitkraken/gitkraken-original.svg b/icons/gitkraken/gitkraken-original.svg index 68707798..3cadcc6e 100644 --- a/icons/gitkraken/gitkraken-original.svg +++ b/icons/gitkraken/gitkraken-original.svg @@ -1,5 +1 @@ - - - + diff --git a/icons/gitkraken/gitkraken-plain-wordmark.svg b/icons/gitkraken/gitkraken-plain-wordmark.svg index 81e5276c..4a726858 100644 --- a/icons/gitkraken/gitkraken-plain-wordmark.svg +++ b/icons/gitkraken/gitkraken-plain-wordmark.svg @@ -1,31 +1 @@ - - - - - - - - - - - - + diff --git a/icons/gitkraken/gitkraken-plain.svg b/icons/gitkraken/gitkraken-plain.svg deleted file mode 100644 index 1634442f..00000000 --- a/icons/gitkraken/gitkraken-plain.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - \ No newline at end of file From a6409c2dfbe1d9c6805567594877756f4304ca99 Mon Sep 17 00:00:00 2001 From: canaleal Date: Sun, 13 Oct 2024 20:58:50 -0400 Subject: [PATCH 46/53] Update bracket issue --- devicon.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devicon.json b/devicon.json index 10b584a4..e812545c 100644 --- a/devicon.json +++ b/devicon.json @@ -3564,11 +3564,11 @@ "base": "original", "alias": "original-wordmark" }, - { + { "base": "original", "alias": "plain" }, - { + { "base": "original", "alias": "plain-wordmark" } From 6e5b979eb1903b014a3e1923067c45b9cc6d9f6a Mon Sep 17 00:00:00 2001 From: boterop Date: Tue, 15 Oct 2024 08:46:06 -0500 Subject: [PATCH 47/53] Resolve changes --- icons/gitkraken/gitkraken-original-wordmark.svg | 8 +++++++- icons/gitkraken/gitkraken-original.svg | 5 ++++- icons/gitkraken/gitkraken-plain-wordmark.svg | 6 +++++- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/icons/gitkraken/gitkraken-original-wordmark.svg b/icons/gitkraken/gitkraken-original-wordmark.svg index c883de87..671481b3 100644 --- a/icons/gitkraken/gitkraken-original-wordmark.svg +++ b/icons/gitkraken/gitkraken-original-wordmark.svg @@ -1 +1,7 @@ - + + + + diff --git a/icons/gitkraken/gitkraken-original.svg b/icons/gitkraken/gitkraken-original.svg index 3cadcc6e..1295c6a7 100644 --- a/icons/gitkraken/gitkraken-original.svg +++ b/icons/gitkraken/gitkraken-original.svg @@ -1 +1,4 @@ - + + + diff --git a/icons/gitkraken/gitkraken-plain-wordmark.svg b/icons/gitkraken/gitkraken-plain-wordmark.svg index 4a726858..7407d96d 100644 --- a/icons/gitkraken/gitkraken-plain-wordmark.svg +++ b/icons/gitkraken/gitkraken-plain-wordmark.svg @@ -1 +1,5 @@ - + + + From be637c1b3f72b48e5227f0d5d288337662adf386 Mon Sep 17 00:00:00 2001 From: Patrik Wehrli Date: Wed, 15 Jan 2025 11:49:33 +0100 Subject: [PATCH 48/53] Reformat file to have one line + 1 empty line --- icons/gitkraken/gitkraken-original-wordmark.svg | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/icons/gitkraken/gitkraken-original-wordmark.svg b/icons/gitkraken/gitkraken-original-wordmark.svg index 671481b3..47b54fb7 100644 --- a/icons/gitkraken/gitkraken-original-wordmark.svg +++ b/icons/gitkraken/gitkraken-original-wordmark.svg @@ -1,7 +1,2 @@ - - - - + + From 0a5a54c09acce9596a6f8ca2882725bb766a5fc5 Mon Sep 17 00:00:00 2001 From: Patrik Wehrli Date: Wed, 15 Jan 2025 11:50:09 +0100 Subject: [PATCH 49/53] Reformat file to have one line + 1 empty line --- icons/gitkraken/gitkraken-original.svg | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/icons/gitkraken/gitkraken-original.svg b/icons/gitkraken/gitkraken-original.svg index 1295c6a7..1551d3ad 100644 --- a/icons/gitkraken/gitkraken-original.svg +++ b/icons/gitkraken/gitkraken-original.svg @@ -1,4 +1,2 @@ - - - + + From a4c60cad2a769d105ae942720b4f99c71bf0f022 Mon Sep 17 00:00:00 2001 From: Patrik Wehrli Date: Wed, 15 Jan 2025 11:50:25 +0100 Subject: [PATCH 50/53] Reformat file to have one line + 1 empty line --- icons/gitkraken/gitkraken-plain-wordmark.svg | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/icons/gitkraken/gitkraken-plain-wordmark.svg b/icons/gitkraken/gitkraken-plain-wordmark.svg index 7407d96d..4b114f16 100644 --- a/icons/gitkraken/gitkraken-plain-wordmark.svg +++ b/icons/gitkraken/gitkraken-plain-wordmark.svg @@ -1,5 +1,2 @@ - - - + + From 56e035a57b4429fca745dc65e7ae5aeb2a8b26be Mon Sep 17 00:00:00 2001 From: Patrik Wehrli Date: Wed, 15 Jan 2025 11:56:28 +0100 Subject: [PATCH 51/53] Removed second empty line --- icons/gitkraken/gitkraken-original-wordmark.svg | 1 - 1 file changed, 1 deletion(-) diff --git a/icons/gitkraken/gitkraken-original-wordmark.svg b/icons/gitkraken/gitkraken-original-wordmark.svg index 47b54fb7..ba3a04ca 100644 --- a/icons/gitkraken/gitkraken-original-wordmark.svg +++ b/icons/gitkraken/gitkraken-original-wordmark.svg @@ -1,2 +1 @@ - From 5ca3b47fe37d3b8b17360e99e87a9cccbb478c2d Mon Sep 17 00:00:00 2001 From: Patrik Wehrli Date: Wed, 15 Jan 2025 11:56:56 +0100 Subject: [PATCH 52/53] Removed second empty line --- icons/gitkraken/gitkraken-original.svg | 1 - 1 file changed, 1 deletion(-) diff --git a/icons/gitkraken/gitkraken-original.svg b/icons/gitkraken/gitkraken-original.svg index 1551d3ad..7d0cf8f4 100644 --- a/icons/gitkraken/gitkraken-original.svg +++ b/icons/gitkraken/gitkraken-original.svg @@ -1,2 +1 @@ - From 397f8e2c2f43ef5ea611717049fe31e6d4e0c49c Mon Sep 17 00:00:00 2001 From: Patrik Wehrli Date: Wed, 15 Jan 2025 11:57:51 +0100 Subject: [PATCH 53/53] Removed second empty line --- icons/gitkraken/gitkraken-plain-wordmark.svg | 1 - 1 file changed, 1 deletion(-) diff --git a/icons/gitkraken/gitkraken-plain-wordmark.svg b/icons/gitkraken/gitkraken-plain-wordmark.svg index 4b114f16..9939ecb2 100644 --- a/icons/gitkraken/gitkraken-plain-wordmark.svg +++ b/icons/gitkraken/gitkraken-plain-wordmark.svg @@ -1,2 +1 @@ -