From 2db95f3b7342183c25b6f0d329b3da2f6105774a Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 2 Oct 2022 05:16:30 -0300 Subject: [PATCH 1/4] Add Django REST Framework --- devicon.json | 27 +++++++++++++++++++ .../djangorest-original-wordmark.svg | 4 +++ icons/djangorest/djangorest-original.svg | 6 +++++ .../djangorest/djangorest-plain-wordmark.svg | 3 +++ icons/djangorest/djangorest-plain.svg | 3 +++ 5 files changed, 43 insertions(+) create mode 100644 icons/djangorest/djangorest-original-wordmark.svg create mode 100644 icons/djangorest/djangorest-original.svg create mode 100644 icons/djangorest/djangorest-plain-wordmark.svg create mode 100644 icons/djangorest/djangorest-plain.svg diff --git a/devicon.json b/devicon.json index 89506c7a0..ea87ccd28 100644 --- a/devicon.json +++ b/devicon.json @@ -1923,6 +1923,33 @@ "color": "#092e20", "aliases": [] }, + { + "name": "djangorest", + "altnames": [ + "Django REST framework" + ], + "tags": [ + "framework", + "rest", + "api", + "python", + "web" + ], + "versions": { + "svg": [ + "original", + "plain", + "original-wordmark", + "plain-wordmark" + ], + "font": [ + "plain", + "plain-wordmark" + ] + }, + "color": "#a30000", + "aliases": [] + }, { "name": "docker", "altnames": [], diff --git a/icons/djangorest/djangorest-original-wordmark.svg b/icons/djangorest/djangorest-original-wordmark.svg new file mode 100644 index 000000000..d45bb903c --- /dev/null +++ b/icons/djangorest/djangorest-original-wordmark.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/icons/djangorest/djangorest-original.svg b/icons/djangorest/djangorest-original.svg new file mode 100644 index 000000000..cd254d0e0 --- /dev/null +++ b/icons/djangorest/djangorest-original.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/icons/djangorest/djangorest-plain-wordmark.svg b/icons/djangorest/djangorest-plain-wordmark.svg new file mode 100644 index 000000000..da89f1abb --- /dev/null +++ b/icons/djangorest/djangorest-plain-wordmark.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/icons/djangorest/djangorest-plain.svg b/icons/djangorest/djangorest-plain.svg new file mode 100644 index 000000000..3c478a4dd --- /dev/null +++ b/icons/djangorest/djangorest-plain.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file From f1641676013e4c74b055b5a6c2ce7dc50a421209 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 31 Oct 2022 19:37:29 -0300 Subject: [PATCH 2/4] Add `line` and `line-wordmark` versions Co-Authored-By: kilianpaquier <107955904+kilianpaquier@users.noreply.github.com> --- devicon.json | 7 +++++-- icons/djangorest/djangorest-line-wordmark.svg | 3 +++ icons/djangorest/djangorest-line.svg | 6 ++++++ 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 icons/djangorest/djangorest-line-wordmark.svg create mode 100644 icons/djangorest/djangorest-line.svg diff --git a/devicon.json b/devicon.json index ea87ccd28..96967c804 100644 --- a/devicon.json +++ b/devicon.json @@ -1939,12 +1939,15 @@ "svg": [ "original", "plain", + "line", "original-wordmark", - "plain-wordmark" + "plain-wordmark", + "line-wordmark" ], "font": [ "plain", - "plain-wordmark" + "plain-wordmark", + "line-wordmark" ] }, "color": "#a30000", diff --git a/icons/djangorest/djangorest-line-wordmark.svg b/icons/djangorest/djangorest-line-wordmark.svg new file mode 100644 index 000000000..f8137a406 --- /dev/null +++ b/icons/djangorest/djangorest-line-wordmark.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/icons/djangorest/djangorest-line.svg b/icons/djangorest/djangorest-line.svg new file mode 100644 index 000000000..dd87ee30e --- /dev/null +++ b/icons/djangorest/djangorest-line.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file From e44052f33d90f63b3d0881459ffe2682326453cd 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, 31 Oct 2022 23:00:24 -0300 Subject: [PATCH 3/4] Add empty lines at the end of `.svg` files --- icons/djangorest/djangorest-line-wordmark.svg | 2 +- icons/djangorest/djangorest-line.svg | 2 +- icons/djangorest/djangorest-original-wordmark.svg | 2 +- icons/djangorest/djangorest-original.svg | 2 +- icons/djangorest/djangorest-plain-wordmark.svg | 2 +- icons/djangorest/djangorest-plain.svg | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/icons/djangorest/djangorest-line-wordmark.svg b/icons/djangorest/djangorest-line-wordmark.svg index f8137a406..ab4a1ca7c 100644 --- a/icons/djangorest/djangorest-line-wordmark.svg +++ b/icons/djangorest/djangorest-line-wordmark.svg @@ -1,3 +1,3 @@ - \ No newline at end of file + diff --git a/icons/djangorest/djangorest-line.svg b/icons/djangorest/djangorest-line.svg index dd87ee30e..f91a21fb2 100644 --- a/icons/djangorest/djangorest-line.svg +++ b/icons/djangorest/djangorest-line.svg @@ -3,4 +3,4 @@ - \ No newline at end of file + diff --git a/icons/djangorest/djangorest-original-wordmark.svg b/icons/djangorest/djangorest-original-wordmark.svg index d45bb903c..fb920d219 100644 --- a/icons/djangorest/djangorest-original-wordmark.svg +++ b/icons/djangorest/djangorest-original-wordmark.svg @@ -1,4 +1,4 @@ - \ No newline at end of file + diff --git a/icons/djangorest/djangorest-original.svg b/icons/djangorest/djangorest-original.svg index cd254d0e0..6521fee8f 100644 --- a/icons/djangorest/djangorest-original.svg +++ b/icons/djangorest/djangorest-original.svg @@ -3,4 +3,4 @@ - \ No newline at end of file + diff --git a/icons/djangorest/djangorest-plain-wordmark.svg b/icons/djangorest/djangorest-plain-wordmark.svg index da89f1abb..27dc7ca08 100644 --- a/icons/djangorest/djangorest-plain-wordmark.svg +++ b/icons/djangorest/djangorest-plain-wordmark.svg @@ -1,3 +1,3 @@ - \ No newline at end of file + diff --git a/icons/djangorest/djangorest-plain.svg b/icons/djangorest/djangorest-plain.svg index 3c478a4dd..1e17437d1 100644 --- a/icons/djangorest/djangorest-plain.svg +++ b/icons/djangorest/djangorest-plain.svg @@ -1,3 +1,3 @@ - \ No newline at end of file + From 382191ab55d46fc3592979b4d60ad831e6342159 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Kalsnes=20Hagen?= <43886029+Snailedlt@users.noreply.github.com> Date: Thu, 3 Nov 2022 01:51:38 +0100 Subject: [PATCH 4/4] Add line to font --- devicon.json | 1 + 1 file changed, 1 insertion(+) diff --git a/devicon.json b/devicon.json index 96967c804..79582a67d 100644 --- a/devicon.json +++ b/devicon.json @@ -1946,6 +1946,7 @@ ], "font": [ "plain", + "line", "plain-wordmark", "line-wordmark" ]