From bc183c6f2630990a3bfac1cc1352be78a0da1492 Mon Sep 17 00:00:00 2001 From: Max Cotton Date: Tue, 29 Mar 2022 17:09:43 -0400 Subject: [PATCH 1/2] Add Harvester icons --- devicon.json | 29 +++++++++++ .../harvester/harvester-original-wordmark.svg | 50 +++++++++++++++++++ icons/harvester/harvester-original.svg | 28 +++++++++++ 3 files changed, 107 insertions(+) create mode 100644 icons/harvester/harvester-original-wordmark.svg create mode 100644 icons/harvester/harvester-original.svg diff --git a/devicon.json b/devicon.json index a37c01604..da9c5b94f 100644 --- a/devicon.json +++ b/devicon.json @@ -2418,6 +2418,35 @@ "color": "#000000", "aliases": [] }, + { + "name": "harvester", + "tags": [ + "kubernetes", + "operating system", + "hypervisor", + "rancher" + ], + "versions": { + "svg": [ + "original", + "original-wordmark" + ], + "font": [ + "original" + ] + }, + "color": "#00A580", + "aliases": [ + { + "base": "original", + "alias": "plain" + }, + { + "base": "original-wordmark", + "alias": "plain-wordmark" + } + ] + }, { "name": "haskell", "tags": [ diff --git a/icons/harvester/harvester-original-wordmark.svg b/icons/harvester/harvester-original-wordmark.svg new file mode 100644 index 000000000..aeb080568 --- /dev/null +++ b/icons/harvester/harvester-original-wordmark.svg @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/harvester/harvester-original.svg b/icons/harvester/harvester-original.svg new file mode 100644 index 000000000..83195d964 --- /dev/null +++ b/icons/harvester/harvester-original.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + From 48fc76fd4409730099114f10944af3c82863e5ee Mon Sep 17 00:00:00 2001 From: Max <38590447+thehedgefrog@users.noreply.github.com> Date: Tue, 29 Mar 2022 23:33:29 -0400 Subject: [PATCH 2/2] Update devicon.json Co-authored-by: David Leal --- devicon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index da9c5b94f..1ceeda88e 100644 --- a/devicon.json +++ b/devicon.json @@ -2422,7 +2422,7 @@ "name": "harvester", "tags": [ "kubernetes", - "operating system", + "operating-system", "hypervisor", "rancher" ],