From f3fd9e14358b7ed2e862c60ec8ce6cbfe82bee95 Mon Sep 17 00:00:00 2001 From: Michiel Pater Date: Wed, 7 Jul 2021 19:52:25 +0200 Subject: [PATCH 01/12] new icon: centos (original, original-wordmark) --- devicon.json | 18 ++++++++++++++++++ icons/centos/centos-original-wordmark.svg | 1 + icons/centos/centos-original.svg | 1 + 3 files changed, 20 insertions(+) create mode 100644 icons/centos/centos-original-wordmark.svg create mode 100644 icons/centos/centos-original.svg diff --git a/devicon.json b/devicon.json index 43996ee0a..7d201f30e 100644 --- a/devicon.json +++ b/devicon.json @@ -515,6 +515,24 @@ "alias": "plain" } ] + }, + { + "name": "centos", + "tags": [ + "server", + "linux" + ], + "versions": { + "svg": [ + "original", + "original-wordmark" + ], + "font": [ + "original" + ] + }, + "color": "#932178", + "aliases": [] }, { "name": "ceylon", diff --git a/icons/centos/centos-original-wordmark.svg b/icons/centos/centos-original-wordmark.svg new file mode 100644 index 000000000..a24e1f684 --- /dev/null +++ b/icons/centos/centos-original-wordmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/centos/centos-original.svg b/icons/centos/centos-original.svg new file mode 100644 index 000000000..7dd90c3c4 --- /dev/null +++ b/icons/centos/centos-original.svg @@ -0,0 +1 @@ + \ No newline at end of file From ef54614e01ef7fc71e7a85c3faedb4b61eb74be6 Mon Sep 17 00:00:00 2001 From: Michiel Pater Date: Wed, 7 Jul 2021 22:00:57 +0200 Subject: [PATCH 02/12] Updated scale for centos-original-wordmark.svg --- icons/centos/centos-original-wordmark.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/centos/centos-original-wordmark.svg b/icons/centos/centos-original-wordmark.svg index a24e1f684..9aec07520 100644 --- a/icons/centos/centos-original-wordmark.svg +++ b/icons/centos/centos-original-wordmark.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file From a36a63aa8398f615653411c494e0ab8fd7a6bc53 Mon Sep 17 00:00:00 2001 From: Michiel Pater Date: Wed, 7 Jul 2021 22:10:54 +0200 Subject: [PATCH 03/12] Updated scale for centos-original.svg --- icons/centos/centos-original.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/centos/centos-original.svg b/icons/centos/centos-original.svg index 7dd90c3c4..f16331198 100644 --- a/icons/centos/centos-original.svg +++ b/icons/centos/centos-original.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file From 1549932d0341997eeb540c2f3bb41e2cafa0135e Mon Sep 17 00:00:00 2001 From: David Leal Date: Thu, 22 Jul 2021 13:48:17 -0500 Subject: [PATCH 04/12] Update centos-original-wordmark.svg --- icons/centos/centos-original-wordmark.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/centos/centos-original-wordmark.svg b/icons/centos/centos-original-wordmark.svg index 9aec07520..e3d26f098 100644 --- a/icons/centos/centos-original-wordmark.svg +++ b/icons/centos/centos-original-wordmark.svg @@ -1 +1 @@ - \ No newline at end of file + From eb18ba7ac7fba0997153674f5fb969242d33fdc9 Mon Sep 17 00:00:00 2001 From: David Leal Date: Thu, 22 Jul 2021 13:48:38 -0500 Subject: [PATCH 05/12] Update centos-original.svg --- icons/centos/centos-original.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/centos/centos-original.svg b/icons/centos/centos-original.svg index f16331198..6b5e9f51f 100644 --- a/icons/centos/centos-original.svg +++ b/icons/centos/centos-original.svg @@ -1 +1 @@ - \ No newline at end of file + From 769a1ce5767ec23d0c2baa5c0067dc0411c0e4c0 Mon Sep 17 00:00:00 2001 From: M Pater Date: Thu, 22 Jul 2021 23:33:20 +0200 Subject: [PATCH 06/12] Update devicon.json Co-authored-by: David Leal --- devicon.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index 0c1b52016..e403affec 100644 --- a/devicon.json +++ b/devicon.json @@ -532,7 +532,16 @@ ] }, "color": "#932178", - "aliases": [] + "aliases": [ + { + "base": "original", + "alias": "plain" + } + { + "base": "original-wordmark", + "alias": "plain-wordmark" + } + ] }, { "name": "ceylon", From 679e1eb01067881df70fd038d6f72098682fecbd Mon Sep 17 00:00:00 2001 From: Michiel Pater Date: Fri, 23 Jul 2021 09:22:22 +0200 Subject: [PATCH 07/12] devicon.jsson: Fixed indentation --- devicon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index 7d201f30e..68405f5b3 100644 --- a/devicon.json +++ b/devicon.json @@ -516,7 +516,7 @@ } ] }, - { + { "name": "centos", "tags": [ "server", From 8b2ec5c0d92bbb55d3d42e08675512e21b32ee6b Mon Sep 17 00:00:00 2001 From: M Pater Date: Tue, 27 Jul 2021 00:35:42 +0200 Subject: [PATCH 08/12] Update devicon.json Co-authored-by: David Leal --- devicon.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index 27d951710..c5b012fe8 100644 --- a/devicon.json +++ b/devicon.json @@ -528,7 +528,8 @@ "original-wordmark" ], "font": [ - "original" + "original", + "original-wordmark" ] }, "color": "#932178", From d9bcbd859bea4624e393ee6328285e460929ca8e Mon Sep 17 00:00:00 2001 From: David Leal Date: Mon, 26 Jul 2021 17:39:27 -0500 Subject: [PATCH 09/12] Apply suggestions from code review --- devicon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index c5b012fe8..2ef0c54d5 100644 --- a/devicon.json +++ b/devicon.json @@ -537,7 +537,7 @@ { "base": "original", "alias": "plain" - } + }, { "base": "original-wordmark", "alias": "plain-wordmark" From 404dacae163f7c99b379f8f9e05ae958bd41fc25 Mon Sep 17 00:00:00 2001 From: Michiel Pater Date: Mon, 9 Aug 2021 21:21:45 +0200 Subject: [PATCH 10/12] centos: added plain and plain-wordmark --- devicon.json | 19 ++++-------- icons/centos/centos-plain-wordmark.svg | 41 ++++++++++++++++++++++++++ icons/centos/centos-plain.svg | 37 +++++++++++++++++++++++ 3 files changed, 84 insertions(+), 13 deletions(-) create mode 100644 icons/centos/centos-plain-wordmark.svg create mode 100644 icons/centos/centos-plain.svg diff --git a/devicon.json b/devicon.json index 2ef0c54d5..555979020 100644 --- a/devicon.json +++ b/devicon.json @@ -525,24 +525,17 @@ "versions": { "svg": [ "original", - "original-wordmark" + "original-wordmark", + "plain", + "plain-wordmark" ], "font": [ - "original", - "original-wordmark" + "plain", + "plain-wordmark" ] }, "color": "#932178", - "aliases": [ - { - "base": "original", - "alias": "plain" - }, - { - "base": "original-wordmark", - "alias": "plain-wordmark" - } - ] + "aliases": [] }, { "name": "ceylon", diff --git a/icons/centos/centos-plain-wordmark.svg b/icons/centos/centos-plain-wordmark.svg new file mode 100644 index 000000000..ca99859c6 --- /dev/null +++ b/icons/centos/centos-plain-wordmark.svg @@ -0,0 +1,41 @@ + + + + + + + diff --git a/icons/centos/centos-plain.svg b/icons/centos/centos-plain.svg new file mode 100644 index 000000000..9e24432fd --- /dev/null +++ b/icons/centos/centos-plain.svg @@ -0,0 +1,37 @@ + + + + + + From d928036ea4b2216eecd11b06f99d78d2097f7c1b Mon Sep 17 00:00:00 2001 From: M Pater Date: Mon, 9 Aug 2021 22:08:55 +0200 Subject: [PATCH 11/12] Update icons/centos/centos-plain-wordmark.svg Co-authored-by: David Leal --- icons/centos/centos-plain-wordmark.svg | 42 +------------------------- 1 file changed, 1 insertion(+), 41 deletions(-) diff --git a/icons/centos/centos-plain-wordmark.svg b/icons/centos/centos-plain-wordmark.svg index ca99859c6..844225a33 100644 --- a/icons/centos/centos-plain-wordmark.svg +++ b/icons/centos/centos-plain-wordmark.svg @@ -1,41 +1 @@ - - - - - - - + From bef09c429f8404ef4bd8d1f71b406af41db33cdc Mon Sep 17 00:00:00 2001 From: M Pater Date: Mon, 9 Aug 2021 22:09:02 +0200 Subject: [PATCH 12/12] Update icons/centos/centos-plain.svg Co-authored-by: David Leal --- icons/centos/centos-plain.svg | 38 +---------------------------------- 1 file changed, 1 insertion(+), 37 deletions(-) diff --git a/icons/centos/centos-plain.svg b/icons/centos/centos-plain.svg index 9e24432fd..626750e5a 100644 --- a/icons/centos/centos-plain.svg +++ b/icons/centos/centos-plain.svg @@ -1,37 +1 @@ - - - - - - +