From 756456157f5579087e88ccb927b2b6e78ed6bb5e Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 20 Nov 2022 02:33:43 -0300 Subject: [PATCH 1/4] Fix Ember --- devicon.json | 16 +++++++++++----- icons/ember/ember-original-wordmark.svg | 2 +- icons/ember/ember-original.svg | 1 + icons/ember/ember-plain.svg | 1 + 4 files changed, 14 insertions(+), 6 deletions(-) create mode 100644 icons/ember/ember-original.svg create mode 100644 icons/ember/ember-plain.svg diff --git a/devicon.json b/devicon.json index 0011b4d3c..6318433c9 100644 --- a/devicon.json +++ b/devicon.json @@ -2354,20 +2354,26 @@ { "name": "ember", "altnames": [ - "emberjs" + "ember.js" ], "tags": [ - "framework" + "framework", + "javascript", + "web-application", + "build" ], "versions": { "svg": [ - "original-wordmark" + "original", + "original-wordmark", + "plain" ], "font": [ - "original-wordmark" + "original-wordmark", + "plain" ] }, - "color": "#dd3f24", + "color": "#E04E39", "aliases": [ { "base": "original-wordmark", diff --git a/icons/ember/ember-original-wordmark.svg b/icons/ember/ember-original-wordmark.svg index 4bbfb93c6..fab2e71ff 100644 --- a/icons/ember/ember-original-wordmark.svg +++ b/icons/ember/ember-original-wordmark.svg @@ -1 +1 @@ -® \ No newline at end of file + diff --git a/icons/ember/ember-original.svg b/icons/ember/ember-original.svg new file mode 100644 index 000000000..15c0c2fee --- /dev/null +++ b/icons/ember/ember-original.svg @@ -0,0 +1 @@ + diff --git a/icons/ember/ember-plain.svg b/icons/ember/ember-plain.svg new file mode 100644 index 000000000..79a44cffc --- /dev/null +++ b/icons/ember/ember-plain.svg @@ -0,0 +1 @@ + From b30664bc065e5d8769960fd5dc80f30cf939619e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9lio=20J=C3=BAnior?= <76992016+lunatic-fox@users.noreply.github.com> Date: Tue, 22 Nov 2022 06:45:35 -0300 Subject: [PATCH 2/4] Update devicon.json 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index 6318433c9..75dc1263a 100644 --- a/devicon.json +++ b/devicon.json @@ -2354,7 +2354,8 @@ { "name": "ember", "altnames": [ - "ember.js" + "ember.js", + "emberjs" ], "tags": [ "framework", From a1ba6a014e9b1782da120b38a9cfaf3e8865801a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9lio=20J=C3=BAnior?= <76992016+lunatic-fox@users.noreply.github.com> Date: Tue, 22 Nov 2022 06:46:05 -0300 Subject: [PATCH 3/4] Update devicon.json 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index 75dc1263a..f5cb17811 100644 --- a/devicon.json +++ b/devicon.json @@ -2360,7 +2360,7 @@ "tags": [ "framework", "javascript", - "web-application", + "web-development" "build" ], "versions": { From e07038c12dc70dc007943e33c32b1e0998e90018 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Kalsnes=20Hagen?= <43886029+Snailedlt@users.noreply.github.com> Date: Tue, 22 Nov 2022 19:48:50 +0100 Subject: [PATCH 4/4] Add missing comma --- devicon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index f5cb17811..b49d25402 100644 --- a/devicon.json +++ b/devicon.json @@ -2360,7 +2360,7 @@ "tags": [ "framework", "javascript", - "web-development" + "web-development", "build" ], "versions": {