From b7f35278d2c032707b2d64e4f3a76006751690b2 Mon Sep 17 00:00:00 2001 From: Justin Alex Paramanandan <1155821+jusuchin85@users.noreply.github.com> Date: Mon, 21 Mar 2022 10:56:51 +1100 Subject: [PATCH 1/2] Add gentoo icons --- devicon.json | 19 +++++++++++++++++++ icons/gentoo/gentoo-plain-wordmark.svg | 20 ++++++++++++++++++++ icons/gentoo/gentoo-plain.svg | 6 ++++++ 3 files changed, 45 insertions(+) create mode 100644 icons/gentoo/gentoo-plain-wordmark.svg create mode 100644 icons/gentoo/gentoo-plain.svg diff --git a/devicon.json b/devicon.json index f61aaf8a5..09d2baf63 100644 --- a/devicon.json +++ b/devicon.json @@ -1754,6 +1754,25 @@ "color": "#ffcfab", "aliases": [] }, + { + "name": "gentoo", + "tags": [ + "linux", + "distribuition", + "desktop" + ], + "versions": { + "svg": [ + "plain", + "plain-wordmark" + ], + "font": [ + "plain-wordmark" + ] + }, + "color": "#9991d9", + "aliases": [] + }, { "name": "gimp", "tags": [ diff --git a/icons/gentoo/gentoo-plain-wordmark.svg b/icons/gentoo/gentoo-plain-wordmark.svg new file mode 100644 index 000000000..a87d6d7c7 --- /dev/null +++ b/icons/gentoo/gentoo-plain-wordmark.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/icons/gentoo/gentoo-plain.svg b/icons/gentoo/gentoo-plain.svg new file mode 100644 index 000000000..45c22282e --- /dev/null +++ b/icons/gentoo/gentoo-plain.svg @@ -0,0 +1,6 @@ + + + + + + From b49c532f2b4e961db532a11d3c390579727bb79d Mon Sep 17 00:00:00 2001 From: Thomas Bui <43018778+Thomas-Boi@users.noreply.github.com> Date: Mon, 21 Mar 2022 09:54:46 -0700 Subject: [PATCH 2/2] Update devicon.json --- devicon.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index 09d2baf63..01d57c2c6 100644 --- a/devicon.json +++ b/devicon.json @@ -1767,7 +1767,8 @@ "plain-wordmark" ], "font": [ - "plain-wordmark" + "plain-wordmark", + "plain" ] }, "color": "#9991d9",