From 35ab5230a5a240b6d717ec718c0001b279d3ecc8 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 28 Sep 2022 16:24:13 -0300 Subject: [PATCH 1/6] Add Ren'Py --- devicon.json | 21 ++++ icons/renpy/renpy-original.svg | 198 +++++++++++++++++++++++++++++++++ icons/renpy/renpy-plain.svg | 3 + 3 files changed, 222 insertions(+) create mode 100644 icons/renpy/renpy-original.svg create mode 100644 icons/renpy/renpy-plain.svg diff --git a/devicon.json b/devicon.json index 89506c7a0..5f083cee3 100644 --- a/devicon.json +++ b/devicon.json @@ -6292,6 +6292,27 @@ } ] }, + { + "name": "renpy", + "altnames": [ + "Ren'Py" + ], + "tags": [ + "programming", + "language" + ], + "versions": { + "svg": [ + "original", + "plain" + ], + "font": [ + "plain" + ] + }, + "color": "#ff7f7f", + "aliases": [] + }, { "name": "rider", "altnames": [], diff --git a/icons/renpy/renpy-original.svg b/icons/renpy/renpy-original.svg new file mode 100644 index 000000000..12e6bc42b --- /dev/null +++ b/icons/renpy/renpy-original.svg @@ -0,0 +1,198 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/icons/renpy/renpy-plain.svg b/icons/renpy/renpy-plain.svg new file mode 100644 index 000000000..de8cf16f7 --- /dev/null +++ b/icons/renpy/renpy-plain.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file From 71d9c50ce4b8054bc434554597c81dcde3706e68 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: Thu, 29 Sep 2022 23:00:39 -0300 Subject: [PATCH 2/6] Update devicon.json Co-authored-by: David Leal --- devicon.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index 5f083cee3..0f598e221 100644 --- a/devicon.json +++ b/devicon.json @@ -6299,7 +6299,9 @@ ], "tags": [ "programming", - "language" + "game-engine", + "engine", + "python" ], "versions": { "svg": [ From 4400f1f388caba2f9a3d2dc0679bee6b3887d80d Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 12 Oct 2022 10:34:22 -0300 Subject: [PATCH 3/6] Add Knex.js --- devicon.json | 24 ++++++++++++++++++++++++ icons/knexjs/knexjs-original.svg | 3 +++ 2 files changed, 27 insertions(+) create mode 100644 icons/knexjs/knexjs-original.svg diff --git a/devicon.json b/devicon.json index cd3f41397..bb42fc89b 100644 --- a/devicon.json +++ b/devicon.json @@ -4136,6 +4136,30 @@ "color": "#56c5a8", "aliases": [] }, + { + "name": "knexjs", + "altnames": [], + "tags": [ + "database", + "query", + "sql" + ], + "versions": { + "svg": [ + "original" + ], + "font": [ + "original" + ] + }, + "color": "#e16426", + "aliases": [ + { + "base": "original", + "alias": "plain" + } + ] + }, { "name": "knockout", "altnames": [ diff --git a/icons/knexjs/knexjs-original.svg b/icons/knexjs/knexjs-original.svg new file mode 100644 index 000000000..b448b0b18 --- /dev/null +++ b/icons/knexjs/knexjs-original.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file From c12560ca99f19f2f9ef6bb0e8148c61baec5330a Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 14 Oct 2022 17:51:41 -0300 Subject: [PATCH 4/6] Add icons Add `original-wordmark` and `plain-wordmark` versions. --- devicon.json | 7 +++++-- icons/knexjs/knexjs-original-wordmark.svg | 5 +++++ icons/knexjs/knexjs-plain-wordmark.svg | 3 +++ 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 icons/knexjs/knexjs-original-wordmark.svg create mode 100644 icons/knexjs/knexjs-plain-wordmark.svg diff --git a/devicon.json b/devicon.json index bb42fc89b..82e4401cd 100644 --- a/devicon.json +++ b/devicon.json @@ -4146,10 +4146,13 @@ ], "versions": { "svg": [ - "original" + "original", + "original-wordmark", + "plain-wordmark" ], "font": [ - "original" + "original", + "plain-wordmark" ] }, "color": "#e16426", diff --git a/icons/knexjs/knexjs-original-wordmark.svg b/icons/knexjs/knexjs-original-wordmark.svg new file mode 100644 index 000000000..bea90f844 --- /dev/null +++ b/icons/knexjs/knexjs-original-wordmark.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/icons/knexjs/knexjs-plain-wordmark.svg b/icons/knexjs/knexjs-plain-wordmark.svg new file mode 100644 index 000000000..08a78ad52 --- /dev/null +++ b/icons/knexjs/knexjs-plain-wordmark.svg @@ -0,0 +1,3 @@ + + + From a001d9c13c4df225674639d4d0aa4e0d62239883 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: Fri, 14 Oct 2022 17:52:48 -0300 Subject: [PATCH 5/6] 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 82e4401cd..c762fa144 100644 --- a/devicon.json +++ b/devicon.json @@ -4142,7 +4142,8 @@ "tags": [ "database", "query", - "sql" + "sql", + "javascript" ], "versions": { "svg": [ From 529ad333ab416d928215e367e15dc068dcab18ee 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: Fri, 14 Oct 2022 20:00:43 -0300 Subject: [PATCH 6/6] 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 c762fa144..f79cbf6b6 100644 --- a/devicon.json +++ b/devicon.json @@ -4143,7 +4143,8 @@ "database", "query", "sql", - "javascript" + "javascript", + "library" ], "versions": { "svg": [