From b268af0e6fff556c3b74deba24b469044584c607 Mon Sep 17 00:00:00 2001 From: Gautam Raj <63155224+Gautam25Raj@users.noreply.github.com> Date: Sat, 24 Jun 2023 00:05:40 +0530 Subject: [PATCH 1/3] new icon: reactnavigation (original, plain) --- devicon.json | 21 +++++++++++++++++++ .../reactnavigation-original.svg | 1 + .../reactnavigation/reactnavigation-plain.svg | 1 + 3 files changed, 23 insertions(+) create mode 100644 icons/reactnavigation/reactnavigation-original.svg create mode 100644 icons/reactnavigation/reactnavigation-plain.svg diff --git a/devicon.json b/devicon.json index bd387edde..79e2a1139 100644 --- a/devicon.json +++ b/devicon.json @@ -7961,6 +7961,27 @@ } ] }, + { + "name": "reactnavigation", + "altnames": [], + "tags": [ + "routing", + "navigation", + "react native", + "app" + ], + "versions": { + "svg": [ + "original", + "plain" + ], + "font": [ + "plain" + ] + }, + "color": "#7b61c1", + "aliases": [] + }, { "name": "readthedocs", "altnames": [ diff --git a/icons/reactnavigation/reactnavigation-original.svg b/icons/reactnavigation/reactnavigation-original.svg new file mode 100644 index 000000000..1910445ea --- /dev/null +++ b/icons/reactnavigation/reactnavigation-original.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/reactnavigation/reactnavigation-plain.svg b/icons/reactnavigation/reactnavigation-plain.svg new file mode 100644 index 000000000..55f0001c6 --- /dev/null +++ b/icons/reactnavigation/reactnavigation-plain.svg @@ -0,0 +1 @@ + \ No newline at end of file From f9187846e7dc015f23da36f699b1a0c37d377430 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: Wed, 28 Jun 2023 00:21:33 -0300 Subject: [PATCH 2/3] - Add alias to `original` version - Remove `plain` version - Convert stroke to path and simplify `original` --- devicon.json | 12 ++++++++---- icons/reactnavigation/reactnavigation-original.svg | 2 +- icons/reactnavigation/reactnavigation-plain.svg | 1 - 3 files changed, 9 insertions(+), 6 deletions(-) delete mode 100644 icons/reactnavigation/reactnavigation-plain.svg diff --git a/devicon.json b/devicon.json index 79e2a1139..a37434a51 100644 --- a/devicon.json +++ b/devicon.json @@ -7972,15 +7972,19 @@ ], "versions": { "svg": [ - "original", - "plain" + "original" ], "font": [ - "plain" + "original" ] }, "color": "#7b61c1", - "aliases": [] + "aliases": [ + { + "base": "original", + "alias": "plain" + } + ] }, { "name": "readthedocs", diff --git a/icons/reactnavigation/reactnavigation-original.svg b/icons/reactnavigation/reactnavigation-original.svg index 1910445ea..056e40bd7 100644 --- a/icons/reactnavigation/reactnavigation-original.svg +++ b/icons/reactnavigation/reactnavigation-original.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/icons/reactnavigation/reactnavigation-plain.svg b/icons/reactnavigation/reactnavigation-plain.svg deleted file mode 100644 index 55f0001c6..000000000 --- a/icons/reactnavigation/reactnavigation-plain.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file From 7d6cf47aea1a267ac4baf8b3eeee1065a7da27f0 Mon Sep 17 00:00:00 2001 From: Gautam Raj <63155224+Gautam25Raj@users.noreply.github.com> Date: Tue, 4 Jul 2023 10:57:02 +0530 Subject: [PATCH 3/3] Update devicon.json --- devicon.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index a37434a51..eb7bd5f0b 100644 --- a/devicon.json +++ b/devicon.json @@ -7968,7 +7968,8 @@ "routing", "navigation", "react native", - "app" + "app", + "open-source" ], "versions": { "svg": [