From 2a8f079217e334e6deda58442a2fef1e31c801c9 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 29 Sep 2022 05:23:05 -0300 Subject: [PATCH 1/4] Add Clarity --- devicon.json | 19 +++++++++++++++++++ icons/clarity/clarity-original.svg | 6 ++++++ icons/clarity/clarity-plain.svg | 3 +++ 3 files changed, 28 insertions(+) create mode 100644 icons/clarity/clarity-original.svg create mode 100644 icons/clarity/clarity-plain.svg diff --git a/devicon.json b/devicon.json index 89506c7a0..d8eaf550e 100644 --- a/devicon.json +++ b/devicon.json @@ -1125,6 +1125,25 @@ "color": "#343434", "aliases": [] }, + { + "name": "clarity", + "altnames": [], + "tags": [ + "programming", + "language" + ], + "versions": { + "svg": [ + "original", + "plain" + ], + "font": [ + "plain" + ] + }, + "color": "#13171a", + "aliases": [] + }, { "name": "clion", "altnames": [], diff --git a/icons/clarity/clarity-original.svg b/icons/clarity/clarity-original.svg new file mode 100644 index 000000000..a4431e32c --- /dev/null +++ b/icons/clarity/clarity-original.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/icons/clarity/clarity-plain.svg b/icons/clarity/clarity-plain.svg new file mode 100644 index 000000000..f28b2cb29 --- /dev/null +++ b/icons/clarity/clarity-plain.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file From 8a0bd6cb35762a9733150de01d50f6bc19a77966 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 29 Sep 2022 23:24:49 -0300 Subject: [PATCH 2/4] Add Clarity (original-wordmark, plain-wordmark) --- devicon.json | 7 +++++-- icons/clarity/clarity-original-wordmark.svg | 13 +++++++++++++ icons/clarity/clarity-plain-wordmark.svg | 3 +++ 3 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 icons/clarity/clarity-original-wordmark.svg create mode 100644 icons/clarity/clarity-plain-wordmark.svg diff --git a/devicon.json b/devicon.json index d8eaf550e..2b76b288d 100644 --- a/devicon.json +++ b/devicon.json @@ -1135,10 +1135,13 @@ "versions": { "svg": [ "original", - "plain" + "original-wordmark", + "plain", + "plain-wordmark" ], "font": [ - "plain" + "plain", + "plain-wordmark" ] }, "color": "#13171a", diff --git a/icons/clarity/clarity-original-wordmark.svg b/icons/clarity/clarity-original-wordmark.svg new file mode 100644 index 000000000..410f77e4f --- /dev/null +++ b/icons/clarity/clarity-original-wordmark.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/icons/clarity/clarity-plain-wordmark.svg b/icons/clarity/clarity-plain-wordmark.svg new file mode 100644 index 000000000..1b8a7e860 --- /dev/null +++ b/icons/clarity/clarity-plain-wordmark.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file From cc72405f07494614a7f9c56798be1ba7dc1c39f4 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: Mon, 3 Oct 2022 04:11:59 -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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index 2b76b288d..d7273aefd 100644 --- a/devicon.json +++ b/devicon.json @@ -1130,7 +1130,8 @@ "altnames": [], "tags": [ "programming", - "language" + "language", + "blockchain" ], "versions": { "svg": [ From 0c5cc93ac3d7efce37112af366cd497b48dded92 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: Mon, 3 Oct 2022 05:39:07 -0300 Subject: [PATCH 4/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 d7273aefd..e62975963 100644 --- a/devicon.json +++ b/devicon.json @@ -1127,7 +1127,7 @@ }, { "name": "clarity", - "altnames": [], + "altnames": ["clarity-lang"], "tags": [ "programming", "language",