From c854bb58dbcbc7bf18a53ea36aedc1411b13e794 Mon Sep 17 00:00:00 2001 From: Lemonyte <49930425+lemonyte@users.noreply.github.com> Date: Wed, 15 Nov 2023 15:25:14 -0800 Subject: [PATCH] Add line versions of logo from @xeust --- devicon.json | 21 ++++++++++++++++++--- icons/detaspace/detaspace-line-wordmark.svg | 1 + icons/detaspace/detaspace-line.svg | 1 + 3 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 icons/detaspace/detaspace-line-wordmark.svg create mode 100644 icons/detaspace/detaspace-line.svg diff --git a/devicon.json b/devicon.json index d7d134d3..7ba9ff7b 100644 --- a/devicon.json +++ b/devicon.json @@ -2241,6 +2241,7 @@ { "name": "detaspace", "altnames": [ + "Deta", "Deta Space" ], "tags": [ @@ -2251,12 +2252,26 @@ "versions": { "svg": [ "original", - "original-wordmark" + "original-wordmark", + "line", + "line-wordmark" ], - "font": [] + "font": [ + "line", + "line-wordmark" + ] }, "color": "#ef39a8", - "aliases": [] + "aliases": [ + { + "base": "line", + "alias": "plain" + }, + { + "base": "line-wordmark", + "alias": "plain-wordmark" + } + ] }, { "name": "devicon", diff --git a/icons/detaspace/detaspace-line-wordmark.svg b/icons/detaspace/detaspace-line-wordmark.svg new file mode 100644 index 00000000..a3a30e49 --- /dev/null +++ b/icons/detaspace/detaspace-line-wordmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/detaspace/detaspace-line.svg b/icons/detaspace/detaspace-line.svg new file mode 100644 index 00000000..853e2e54 --- /dev/null +++ b/icons/detaspace/detaspace-line.svg @@ -0,0 +1 @@ + \ No newline at end of file