From 85ee5fb31ca4079ddb25ad2eaf5c291b217319d8 Mon Sep 17 00:00:00 2001 From: Luiz Carlos Cosmi Filho Date: Tue, 12 Apr 2022 23:50:03 -0300 Subject: [PATCH 1/2] Add OpenStack icons. Closes #1136 --- devicon.json | 21 +++++++++++ .../openstack/openstack-original-wordmark.svg | 37 +++++++++++++++++++ icons/openstack/openstack-original.svg | 27 ++++++++++++++ icons/openstack/openstack-plain-wordmark.svg | 37 +++++++++++++++++++ icons/openstack/openstack-plain.svg | 27 ++++++++++++++ 5 files changed, 149 insertions(+) create mode 100644 icons/openstack/openstack-original-wordmark.svg create mode 100644 icons/openstack/openstack-original.svg create mode 100644 icons/openstack/openstack-plain-wordmark.svg create mode 100644 icons/openstack/openstack-plain.svg diff --git a/devicon.json b/devicon.json index 6ff19cb7f..5e2cafff7 100644 --- a/devicon.json +++ b/devicon.json @@ -4051,6 +4051,27 @@ "color": "#5586a4", "aliases": [] }, + { + "name": "openstack", + "tags": [ + "infrastructure-as-code", + "cloud-computing-platform" + ], + "versions": { + "svg": [ + "original", + "original-wordmark", + "plain", + "plain-wordmark" + ], + "font": [ + "plain", + "plain-wordmark" + ] + }, + "color": "#ed1843", + "aliases": [] + }, { "name": "opensuse", "tags": [ diff --git a/icons/openstack/openstack-original-wordmark.svg b/icons/openstack/openstack-original-wordmark.svg new file mode 100644 index 000000000..a323dcfa6 --- /dev/null +++ b/icons/openstack/openstack-original-wordmark.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/openstack/openstack-original.svg b/icons/openstack/openstack-original.svg new file mode 100644 index 000000000..c85203641 --- /dev/null +++ b/icons/openstack/openstack-original.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/openstack/openstack-plain-wordmark.svg b/icons/openstack/openstack-plain-wordmark.svg new file mode 100644 index 000000000..b5bac5437 --- /dev/null +++ b/icons/openstack/openstack-plain-wordmark.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/openstack/openstack-plain.svg b/icons/openstack/openstack-plain.svg new file mode 100644 index 000000000..c218ec7fa --- /dev/null +++ b/icons/openstack/openstack-plain.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + From 10e295cc730c80a139bb2842156a04bc0f3f154b Mon Sep 17 00:00:00 2001 From: Luiz Carlos Cosmi Filho Date: Wed, 13 Apr 2022 00:05:14 -0300 Subject: [PATCH 2/2] Fix typo in devicon.json --- devicon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index 5e2cafff7..62a81cd8b 100644 --- a/devicon.json +++ b/devicon.json @@ -4054,7 +4054,7 @@ { "name": "openstack", "tags": [ - "infrastructure-as-code", + "infrastructure-as-a-service", "cloud-computing-platform" ], "versions": {