From b9af41be5cff1170fc2bbe1c57c9d1d8837666a8 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 19 Dec 2022 16:28:53 -0300 Subject: [PATCH 1/3] Update GCC --- icons/gcc/gcc-original.svg | 2 +- icons/gcc/gcc-plain.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/icons/gcc/gcc-original.svg b/icons/gcc/gcc-original.svg index 4a6dc02a4..0f4edd834 100644 --- a/icons/gcc/gcc-original.svg +++ b/icons/gcc/gcc-original.svg @@ -1 +1 @@ - + diff --git a/icons/gcc/gcc-plain.svg b/icons/gcc/gcc-plain.svg index e5ee5f9d9..b2b04d75b 100644 --- a/icons/gcc/gcc-plain.svg +++ b/icons/gcc/gcc-plain.svg @@ -1 +1 @@ - + From c9e8f8e3116f34237f07078ab5c24b7520dceaf1 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 15 Feb 2023 02:28:24 -0300 Subject: [PATCH 2/3] Add `line` and resize icons --- devicon.json | 6 ++++-- icons/gcc/gcc-line.svg | 1 + icons/gcc/gcc-original.svg | 2 +- icons/gcc/gcc-plain.svg | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 icons/gcc/gcc-line.svg diff --git a/devicon.json b/devicon.json index e7a0304c4..7c316f2ba 100644 --- a/devicon.json +++ b/devicon.json @@ -3031,10 +3031,12 @@ "versions": { "svg": [ "original", - "plain" + "plain", + "line" ], "font": [ - "plain" + "plain", + "line" ] }, "color": "#ffcfab", diff --git a/icons/gcc/gcc-line.svg b/icons/gcc/gcc-line.svg new file mode 100644 index 000000000..0a6f9868f --- /dev/null +++ b/icons/gcc/gcc-line.svg @@ -0,0 +1 @@ + diff --git a/icons/gcc/gcc-original.svg b/icons/gcc/gcc-original.svg index 0f4edd834..08b7e17fa 100644 --- a/icons/gcc/gcc-original.svg +++ b/icons/gcc/gcc-original.svg @@ -1 +1 @@ - + diff --git a/icons/gcc/gcc-plain.svg b/icons/gcc/gcc-plain.svg index b2b04d75b..02e4d8d53 100644 --- a/icons/gcc/gcc-plain.svg +++ b/icons/gcc/gcc-plain.svg @@ -1 +1 @@ - + From 8a38e29613e8160204ebd488ad227a723441a451 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9lio=20J=C3=BAnior?= <76992016+lunatic-fox@users.noreply.github.com> Date: Fri, 17 Feb 2023 08:46:20 -0300 Subject: [PATCH 3/3] Add aliases --- devicon.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index 37dd63c89..471de519e 100644 --- a/devicon.json +++ b/devicon.json @@ -3118,7 +3118,20 @@ ] }, "color": "#ffcfab", - "aliases": [] + "aliases": [ + { + "base": "original", + "alias": "original-wordmark" + }, + { + "base": "plain", + "alias": "plain-wordmark" + }, + { + "base": "line", + "alias": "line-wordmark" + } + ] }, { "name": "gentoo",