From c8f74e93551b4c8ce16820df3aff154193e32731 Mon Sep 17 00:00:00 2001 From: Patrik Wehrli Date: Thu, 23 Nov 2023 10:52:09 +0100 Subject: [PATCH 1/3] Update typo3 icons --- devicon.json | 18 +++++++++++++----- icons/typo3/typo3-line-wordmark.svg | 1 + icons/typo3/typo3-line.svg | 1 + icons/typo3/typo3-original-wordmark.svg | 2 +- icons/typo3/typo3-original.svg | 2 +- icons/typo3/typo3-plain-wordmark.svg | 2 +- icons/typo3/typo3-plain.svg | 1 - 7 files changed, 18 insertions(+), 9 deletions(-) create mode 100644 icons/typo3/typo3-line-wordmark.svg create mode 100644 icons/typo3/typo3-line.svg delete mode 100644 icons/typo3/typo3-plain.svg diff --git a/devicon.json b/devicon.json index 8cc527be5..2d308060a 100644 --- a/devicon.json +++ b/devicon.json @@ -10472,16 +10472,24 @@ "svg": [ "original", "original-wordmark", - "plain", - "plain-wordmark" + "plain-wordmark", + "line", + "line-wordmark" ], "font": [ - "plain", - "plain-wordmark" + "original", + "plain-wordmark", + "line", + "line-wordmark" ] }, "color": "#f49700", - "aliases": [] + "aliases": [ + { + "base": "original", + "alias": "plain" + } + ] }, { "name": "ubuntu", diff --git a/icons/typo3/typo3-line-wordmark.svg b/icons/typo3/typo3-line-wordmark.svg new file mode 100644 index 000000000..88dee0ca6 --- /dev/null +++ b/icons/typo3/typo3-line-wordmark.svg @@ -0,0 +1 @@ + diff --git a/icons/typo3/typo3-line.svg b/icons/typo3/typo3-line.svg new file mode 100644 index 000000000..7c5f85fa2 --- /dev/null +++ b/icons/typo3/typo3-line.svg @@ -0,0 +1 @@ + diff --git a/icons/typo3/typo3-original-wordmark.svg b/icons/typo3/typo3-original-wordmark.svg index 35a23ace0..936ba53b5 100644 --- a/icons/typo3/typo3-original-wordmark.svg +++ b/icons/typo3/typo3-original-wordmark.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/icons/typo3/typo3-original.svg b/icons/typo3/typo3-original.svg index 4d4439f4b..cd9b4fe3b 100644 --- a/icons/typo3/typo3-original.svg +++ b/icons/typo3/typo3-original.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/icons/typo3/typo3-plain-wordmark.svg b/icons/typo3/typo3-plain-wordmark.svg index 237cf2882..aacf01960 100644 --- a/icons/typo3/typo3-plain-wordmark.svg +++ b/icons/typo3/typo3-plain-wordmark.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/icons/typo3/typo3-plain.svg b/icons/typo3/typo3-plain.svg deleted file mode 100644 index 5bff56d06..000000000 --- a/icons/typo3/typo3-plain.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file From 770c2a7d56c58fdd5823ed936dcf787be52a0b08 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: Thu, 23 Nov 2023 23:02:32 -0300 Subject: [PATCH 2/3] Remove icons style attribute --- icons/typo3/typo3-line-wordmark.svg | 2 +- icons/typo3/typo3-line.svg | 2 +- icons/typo3/typo3-original-wordmark.svg | 2 +- icons/typo3/typo3-original.svg | 2 +- icons/typo3/typo3-plain-wordmark.svg | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/icons/typo3/typo3-line-wordmark.svg b/icons/typo3/typo3-line-wordmark.svg index 88dee0ca6..f7d489318 100644 --- a/icons/typo3/typo3-line-wordmark.svg +++ b/icons/typo3/typo3-line-wordmark.svg @@ -1 +1 @@ - + diff --git a/icons/typo3/typo3-line.svg b/icons/typo3/typo3-line.svg index 7c5f85fa2..6b5a7ab2d 100644 --- a/icons/typo3/typo3-line.svg +++ b/icons/typo3/typo3-line.svg @@ -1 +1 @@ - + diff --git a/icons/typo3/typo3-original-wordmark.svg b/icons/typo3/typo3-original-wordmark.svg index 936ba53b5..ef89152b3 100644 --- a/icons/typo3/typo3-original-wordmark.svg +++ b/icons/typo3/typo3-original-wordmark.svg @@ -1 +1 @@ - + diff --git a/icons/typo3/typo3-original.svg b/icons/typo3/typo3-original.svg index cd9b4fe3b..325e0d504 100644 --- a/icons/typo3/typo3-original.svg +++ b/icons/typo3/typo3-original.svg @@ -1 +1 @@ - + diff --git a/icons/typo3/typo3-plain-wordmark.svg b/icons/typo3/typo3-plain-wordmark.svg index aacf01960..b4e77788c 100644 --- a/icons/typo3/typo3-plain-wordmark.svg +++ b/icons/typo3/typo3-plain-wordmark.svg @@ -1 +1 @@ - + From 42aed03f35c25077c553da2c8ee8e28f6b52f91e 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: Tue, 28 Nov 2023 00:26:21 -0300 Subject: [PATCH 3/3] Change fill color from `line`, `line-wordmark` and `plain-wordmark` versions --- icons/typo3/typo3-line-wordmark.svg | 2 +- icons/typo3/typo3-line.svg | 2 +- icons/typo3/typo3-plain-wordmark.svg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/icons/typo3/typo3-line-wordmark.svg b/icons/typo3/typo3-line-wordmark.svg index f7d489318..6dad12bdf 100644 --- a/icons/typo3/typo3-line-wordmark.svg +++ b/icons/typo3/typo3-line-wordmark.svg @@ -1 +1 @@ - + diff --git a/icons/typo3/typo3-line.svg b/icons/typo3/typo3-line.svg index 6b5a7ab2d..f3eb49ed9 100644 --- a/icons/typo3/typo3-line.svg +++ b/icons/typo3/typo3-line.svg @@ -1 +1 @@ - + diff --git a/icons/typo3/typo3-plain-wordmark.svg b/icons/typo3/typo3-plain-wordmark.svg index b4e77788c..18064b51f 100644 --- a/icons/typo3/typo3-plain-wordmark.svg +++ b/icons/typo3/typo3-plain-wordmark.svg @@ -1 +1 @@ - +