From 35ab5230a5a240b6d717ec718c0001b279d3ecc8 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 28 Sep 2022 16:24:13 -0300 Subject: [PATCH 1/5] 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/5] 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 4772251d9b8235b15cf0e8384a819a07f3bbd0bf Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 12 Oct 2022 09:54:53 -0300 Subject: [PATCH 3/5] Add TeX --- devicon.json | 24 ++++++++++++++++++++++++ icons/tex/tex-plain-wordmark.svg | 3 +++ 2 files changed, 27 insertions(+) create mode 100644 icons/tex/tex-plain-wordmark.svg diff --git a/devicon.json b/devicon.json index cd3f41397..b0bbd447d 100644 --- a/devicon.json +++ b/devicon.json @@ -7557,6 +7557,30 @@ "color": "#5c4ee5", "aliases": [] }, + { + "name": "tex", + "altnames": [], + "tags": [ + "typesetting-system", + "markup", + "tex" + ], + "versions": { + "svg": [ + "plain-wordmark" + ], + "font": [ + "plain-wordmark" + ] + }, + "color": "#000000", + "aliases":[ + { + "base": "plain-wordmark", + "alias": "plain" + } + ] + }, { "name": "thealgorithms", "altnames": [], diff --git a/icons/tex/tex-plain-wordmark.svg b/icons/tex/tex-plain-wordmark.svg new file mode 100644 index 000000000..66ac65b01 --- /dev/null +++ b/icons/tex/tex-plain-wordmark.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file From 6751514868be25c2ca83089bf2f682ff2ca55553 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 14:56:21 -0300 Subject: [PATCH 4/5] 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 | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/devicon.json b/devicon.json index b0bbd447d..d76e8635d 100644 --- a/devicon.json +++ b/devicon.json @@ -7567,17 +7567,25 @@ ], "versions": { "svg": [ - "plain-wordmark" + "original" ], "font": [ - "plain-wordmark" + "original" ] }, "color": "#000000", - "aliases":[ + "aliases": [ { - "base": "plain-wordmark", + "base": "original", + "alias": "original-wordmark" + }, + { + "base": "original", "alias": "plain" + }, + { + "base": "original", + "alias": "plain-wordmark" } ] }, From 96315e4d589d676a8f2ad1826712d1848de5b4a1 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 14:58:40 -0300 Subject: [PATCH 5/5] Fix icon name --- icons/tex/{tex-plain-wordmark.svg => tex-original.svg} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename icons/tex/{tex-plain-wordmark.svg => tex-original.svg} (100%) diff --git a/icons/tex/tex-plain-wordmark.svg b/icons/tex/tex-original.svg similarity index 100% rename from icons/tex/tex-plain-wordmark.svg rename to icons/tex/tex-original.svg