From f5e2deb28fdcf8c593a590be11da771ec6acf446 Mon Sep 17 00:00:00 2001 From: Max Cotton Date: Tue, 29 Mar 2022 16:41:47 -0400 Subject: [PATCH 1/2] Add k3os icons --- devicon.json | 30 +++++++++++++++++++++++++ icons/k3os/k3os-original-wordmark.svg | 32 +++++++++++++++++++++++++++ icons/k3os/k3os-original.svg | 18 +++++++++++++++ 3 files changed, 80 insertions(+) create mode 100644 icons/k3os/k3os-original-wordmark.svg create mode 100644 icons/k3os/k3os-original.svg diff --git a/devicon.json b/devicon.json index a37c01604..af2cc4715 100644 --- a/devicon.json +++ b/devicon.json @@ -2913,6 +2913,36 @@ "color": "#F37726", "aliases": [] }, + { + "name": "k3os", + "tags": [ + "kubernetes", + "operating system", + "k3s", + "rancher" + ], + "versions": { + "svg": [ + "original", + "original-wordmark" + ], + "font": [ + "original", + "original-wordmark" + ] + }, + "color": "#FD824E", + "aliases": [ + { + "base": "original", + "alias": "plain" + }, + { + "base": "original-wordmark", + "alias": "plain-wordmark" + } + ] + }, { "name": "k3s", "tags": [ diff --git a/icons/k3os/k3os-original-wordmark.svg b/icons/k3os/k3os-original-wordmark.svg new file mode 100644 index 000000000..bb6054336 --- /dev/null +++ b/icons/k3os/k3os-original-wordmark.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + diff --git a/icons/k3os/k3os-original.svg b/icons/k3os/k3os-original.svg new file mode 100644 index 000000000..20c111777 --- /dev/null +++ b/icons/k3os/k3os-original.svg @@ -0,0 +1,18 @@ + + + + + + From 168ad67d8dabea9c50386a53ef1afda65be17e4d Mon Sep 17 00:00:00 2001 From: Max <38590447+thehedgefrog@users.noreply.github.com> Date: Tue, 29 Mar 2022 23:32:25 -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 af2cc4715..4ec871534 100644 --- a/devicon.json +++ b/devicon.json @@ -2917,7 +2917,7 @@ "name": "k3os", "tags": [ "kubernetes", - "operating system", + "operating-system", "k3s", "rancher" ],