From 63ec296f5dc788fa1b0e4d4a197d0e71a650f2c4 Mon Sep 17 00:00:00 2001 From: Amirhossein Aliakbarpour Date: Sun, 14 Jan 2024 17:38:21 +0330 Subject: [PATCH 1/8] new icon aerospike --- devicon.json | 25 +++++++++++++++++++ .../aerospike/aerospike-original-wordmark.svg | 6 +++++ icons/aerospike/aerospike-original.svg | 6 +++++ icons/aerospike/aerospike-plain.svg | 6 +++++ 4 files changed, 43 insertions(+) create mode 100644 icons/aerospike/aerospike-original-wordmark.svg create mode 100644 icons/aerospike/aerospike-original.svg create mode 100644 icons/aerospike/aerospike-plain.svg diff --git a/devicon.json b/devicon.json index 4386fe5eb..46693ce2f 100644 --- a/devicon.json +++ b/devicon.json @@ -1,4 +1,29 @@ [ + { + "name": "aerospike", + "altnames": [ + "aerospike" + ], + "tags": [ + "data", + "database", + "nosql" + ], + "versions": { + "svg": [ + "original", + "original-wordmark", + "plain" + ], + "font": [ + "original", + "original-wordmark", + "plain" + ] + }, + "color": "#C31618", + "aliases": [] + }, { "name": "threedsmax", "altnames": [ diff --git a/icons/aerospike/aerospike-original-wordmark.svg b/icons/aerospike/aerospike-original-wordmark.svg new file mode 100644 index 000000000..b5f008172 --- /dev/null +++ b/icons/aerospike/aerospike-original-wordmark.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/aerospike/aerospike-original.svg b/icons/aerospike/aerospike-original.svg new file mode 100644 index 000000000..93c0190fd --- /dev/null +++ b/icons/aerospike/aerospike-original.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/aerospike/aerospike-plain.svg b/icons/aerospike/aerospike-plain.svg new file mode 100644 index 000000000..c302c0602 --- /dev/null +++ b/icons/aerospike/aerospike-plain.svg @@ -0,0 +1,6 @@ + + + + + + From 9e377809cce18881f5896a92d32e72cef7a02a7d Mon Sep 17 00:00:00 2001 From: Amirhossein Aliakbarpour Date: Mon, 15 Jan 2024 11:49:27 +0330 Subject: [PATCH 2/8] change color to '#c21417' Co-authored-by: Alex Canales <49886351+canaleal@users.noreply.github.com> --- devicon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index 46693ce2f..be0e790af 100644 --- a/devicon.json +++ b/devicon.json @@ -21,7 +21,7 @@ "plain" ] }, - "color": "#C31618", + "color": "#c21417", "aliases": [] }, { From 20b5bdd97ba851c48c00dc53e0c80a29cea2e0fb Mon Sep 17 00:00:00 2001 From: Amirhossein Aliakbarpour Date: Mon, 15 Jan 2024 11:50:19 +0330 Subject: [PATCH 3/8] update aliases Co-authored-by: Alex Canales <49886351+canaleal@users.noreply.github.com> --- devicon.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index be0e790af..88c9d5044 100644 --- a/devicon.json +++ b/devicon.json @@ -22,7 +22,12 @@ ] }, "color": "#c21417", - "aliases": [] + "aliases": [ + { + "base": "original", + "alias": "plain" + } + ] }, { "name": "threedsmax", From 95bbae7c31240e9d40b9df065a033bc397457653 Mon Sep 17 00:00:00 2001 From: Amirhossein Aliakbarpour Date: Mon, 15 Jan 2024 11:55:37 +0330 Subject: [PATCH 4/8] update svg files --- icons/aerospike/aerospike-original-wordmark.svg | 7 +------ icons/aerospike/aerospike-original.svg | 7 +------ icons/aerospike/aerospike-plain.svg | 7 +------ 3 files changed, 3 insertions(+), 18 deletions(-) diff --git a/icons/aerospike/aerospike-original-wordmark.svg b/icons/aerospike/aerospike-original-wordmark.svg index b5f008172..2d57042e1 100644 --- a/icons/aerospike/aerospike-original-wordmark.svg +++ b/icons/aerospike/aerospike-original-wordmark.svg @@ -1,6 +1 @@ - - - - - - + diff --git a/icons/aerospike/aerospike-original.svg b/icons/aerospike/aerospike-original.svg index 93c0190fd..2494bf14d 100644 --- a/icons/aerospike/aerospike-original.svg +++ b/icons/aerospike/aerospike-original.svg @@ -1,6 +1 @@ - - - - - - + diff --git a/icons/aerospike/aerospike-plain.svg b/icons/aerospike/aerospike-plain.svg index c302c0602..80ab2d2f2 100644 --- a/icons/aerospike/aerospike-plain.svg +++ b/icons/aerospike/aerospike-plain.svg @@ -1,6 +1 @@ - - - - - - + From 4243809d53e2a578c2518ab52f4d691b7c91a6ec Mon Sep 17 00:00:00 2001 From: Amirhossein Aliakbarpour Date: Tue, 16 Jan 2024 14:42:40 +0330 Subject: [PATCH 5/8] delete aerospike-plain.svg --- devicon.json | 6 ++---- icons/aerospike/aerospike-plain.svg | 1 - 2 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 icons/aerospike/aerospike-plain.svg diff --git a/devicon.json b/devicon.json index 88c9d5044..c310d0569 100644 --- a/devicon.json +++ b/devicon.json @@ -12,13 +12,11 @@ "versions": { "svg": [ "original", - "original-wordmark", - "plain" + "original-wordmark" ], "font": [ "original", - "original-wordmark", - "plain" + "original-wordmark" ] }, "color": "#c21417", diff --git a/icons/aerospike/aerospike-plain.svg b/icons/aerospike/aerospike-plain.svg deleted file mode 100644 index 80ab2d2f2..000000000 --- a/icons/aerospike/aerospike-plain.svg +++ /dev/null @@ -1 +0,0 @@ - From 12ca969d91b5e511d50f0d9dcad5325d8ee9ceb3 Mon Sep 17 00:00:00 2001 From: Amirhossein Aliakbarpour Date: Tue, 16 Jan 2024 18:18:32 +0330 Subject: [PATCH 6/8] update aliases MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com> --- devicon.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/devicon.json b/devicon.json index c310d0569..3a8bfff39 100644 --- a/devicon.json +++ b/devicon.json @@ -24,6 +24,10 @@ { "base": "original", "alias": "plain" + }, + { + "base": "original-wordmark", + "alias": "plain-wordmark" } ] }, From ffb28fbd0bfaba32e8b7061ba33802ea562aaa5a Mon Sep 17 00:00:00 2001 From: Amirhossein Aliakbarpour Date: Tue, 16 Jan 2024 18:19:04 +0330 Subject: [PATCH 7/8] update altnames MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com> --- devicon.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/devicon.json b/devicon.json index 3a8bfff39..ea71b7b2b 100644 --- a/devicon.json +++ b/devicon.json @@ -1,9 +1,7 @@ [ { "name": "aerospike", - "altnames": [ - "aerospike" - ], + "altnames": [], "tags": [ "data", "database", From a2baad7c7d74bfe58624c02a76e06fa2c48556fd Mon Sep 17 00:00:00 2001 From: Alex Canales Date: Sat, 17 Feb 2024 13:08:31 -0500 Subject: [PATCH 8/8] Moved aerospike to correct position --- devicon.json | 60 ++++++++++++++++++++++++++-------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/devicon.json b/devicon.json index ea71b7b2b..4127e4662 100644 --- a/devicon.json +++ b/devicon.json @@ -1,34 +1,4 @@ [ - { - "name": "aerospike", - "altnames": [], - "tags": [ - "data", - "database", - "nosql" - ], - "versions": { - "svg": [ - "original", - "original-wordmark" - ], - "font": [ - "original", - "original-wordmark" - ] - }, - "color": "#c21417", - "aliases": [ - { - "base": "original", - "alias": "plain" - }, - { - "base": "original-wordmark", - "alias": "plain-wordmark" - } - ] - }, { "name": "threedsmax", "altnames": [ @@ -134,6 +104,36 @@ } ] }, + { + "name": "aerospike", + "altnames": [], + "tags": [ + "data", + "database", + "nosql" + ], + "versions": { + "svg": [ + "original", + "original-wordmark" + ], + "font": [ + "original", + "original-wordmark" + ] + }, + "color": "#c21417", + "aliases": [ + { + "base": "original", + "alias": "plain" + }, + { + "base": "original-wordmark", + "alias": "plain-wordmark" + } + ] + }, { "name": "aftereffects", "altnames": [