From 9774e8afb67e2af594d041f46c217238f61fff8d Mon Sep 17 00:00:00 2001 From: Sabrina Date: Fri, 13 Sep 2024 06:52:29 -0400 Subject: [PATCH] update icon: vyper (original, original-wordmark) (#2221) * update vyper icon * adjust vyper logos * Removed double paths * re-order devicon.json for vyper alphabetically --------- Co-authored-by: canaleal Co-authored-by: Alex Canales <49886351+canaleal@users.noreply.github.com> --- devicon.json | 31 +++++++++++++++---------- icons/vyper/vyper-original-wordmark.svg | 12 +--------- icons/vyper/vyper-original.svg | 11 +-------- icons/vyper/vyper-plain-wordmark.svg | 3 --- icons/vyper/vyper-plain.svg | 3 --- 5 files changed, 21 insertions(+), 39 deletions(-) delete mode 100644 icons/vyper/vyper-plain-wordmark.svg delete mode 100644 icons/vyper/vyper-plain.svg diff --git a/devicon.json b/devicon.json index e492e81a..281342c0 100644 --- a/devicon.json +++ b/devicon.json @@ -11760,26 +11760,33 @@ "vyperlang" ], "tags": [ - "programming", - "language", - "python", "blockchain", - "ethereum" + "ethereum", + "language", + "programming", + "python" ], "versions": { "svg": [ "original", - "original-wordmark", - "plain", - "plain-wordmark" + "original-wordmark" ], "font": [ - "plain", - "plain-wordmark" + "original", + "original-wordmark" ] }, - "color": "#000000", - "aliases": [] + "color": "#9F4CF2", + "aliases": [ + { + "base": "original", + "alias": "plain" + }, + { + "base": "original-wordmark", + "alias": "plain-wordmark" + } + ] }, { "name": "wasm", @@ -12327,4 +12334,4 @@ } ] } -] \ No newline at end of file +] diff --git a/icons/vyper/vyper-original-wordmark.svg b/icons/vyper/vyper-original-wordmark.svg index 9bb3903d..6d34c6e2 100644 --- a/icons/vyper/vyper-original-wordmark.svg +++ b/icons/vyper/vyper-original-wordmark.svg @@ -1,11 +1 @@ - - - - - - - - - - - \ No newline at end of file + diff --git a/icons/vyper/vyper-original.svg b/icons/vyper/vyper-original.svg index 44e65124..99899dc7 100644 --- a/icons/vyper/vyper-original.svg +++ b/icons/vyper/vyper-original.svg @@ -1,10 +1 @@ - - - - - - - - - - \ No newline at end of file + diff --git a/icons/vyper/vyper-plain-wordmark.svg b/icons/vyper/vyper-plain-wordmark.svg deleted file mode 100644 index bd4bfb6e..00000000 --- a/icons/vyper/vyper-plain-wordmark.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/icons/vyper/vyper-plain.svg b/icons/vyper/vyper-plain.svg deleted file mode 100644 index fabe99d6..00000000 --- a/icons/vyper/vyper-plain.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file