From 5d813600a3907dbc1dbc2a0de9d990eedbd85b2e Mon Sep 17 00:00:00 2001 From: sinuheshinbr Date: Thu, 4 May 2023 10:36:05 -0300 Subject: [PATCH 1/6] added ngrx original and plain icons --- devicon.json | 20 ++++++++++++++++++++ icons/ngrx/ngrx-original.svg | 6 ++++++ icons/ngrx/ngrx-plain.svg | 4 ++++ 3 files changed, 30 insertions(+) create mode 100644 icons/ngrx/ngrx-original.svg create mode 100644 icons/ngrx/ngrx-plain.svg diff --git a/devicon.json b/devicon.json index 3f7bed210..1cb0c3f72 100644 --- a/devicon.json +++ b/devicon.json @@ -3239,6 +3239,26 @@ } ] }, + { + "name": "ngrx", + "tags": [ + "state-management", + "angular", + "redux", + "store" + ], + "versions": { + "svg": [ + "original", + "plain" + ], + "font": [ + "plain", + ] + }, + "color": "#412846", + "aliases": [] + }, { "name": "nixos", "tags": [ diff --git a/icons/ngrx/ngrx-original.svg b/icons/ngrx/ngrx-original.svg new file mode 100644 index 000000000..2e7d06d92 --- /dev/null +++ b/icons/ngrx/ngrx-original.svg @@ -0,0 +1,6 @@ + + + + + diff --git a/icons/ngrx/ngrx-plain.svg b/icons/ngrx/ngrx-plain.svg new file mode 100644 index 000000000..e49c3e30b --- /dev/null +++ b/icons/ngrx/ngrx-plain.svg @@ -0,0 +1,4 @@ + + + From 0bac5cb1e9bddc231235a3c4d44feb788d35ac90 Mon Sep 17 00:00:00 2001 From: Sinuhe Shin <66136384+sinuheshinbr@users.noreply.github.com> Date: Thu, 4 May 2023 11:49:56 -0300 Subject: [PATCH 2/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 | 1 + 1 file changed, 1 insertion(+) diff --git a/devicon.json b/devicon.json index 9d1fe6dad..827a871ce 100644 --- a/devicon.json +++ b/devicon.json @@ -5959,6 +5959,7 @@ }, { "name": "ngrx", + "altnames": [], "tags": [ "state-management", "angular", From fc1bddea80a6055b2b86ea0b1b1c9b7fc1e091a3 Mon Sep 17 00:00:00 2001 From: Sinuhe Shin <66136384+sinuheshinbr@users.noreply.github.com> Date: Thu, 4 May 2023 11:50:07 -0300 Subject: [PATCH 3/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 827a871ce..9927e07bc 100644 --- a/devicon.json +++ b/devicon.json @@ -5964,7 +5964,8 @@ "state-management", "angular", "redux", - "store" + "store", + "javascript" ], "versions": { "svg": [ From e370c64de0ea159e0d06016506af333af5dc2265 Mon Sep 17 00:00:00 2001 From: Sinuhe Shin <66136384+sinuheshinbr@users.noreply.github.com> Date: Thu, 4 May 2023 11:50:12 -0300 Subject: [PATCH 4/6] Update icons/ngrx/ngrx-plain.svg 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> --- icons/ngrx/ngrx-plain.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/ngrx/ngrx-plain.svg b/icons/ngrx/ngrx-plain.svg index e49c3e30b..2ea3a8c85 100644 --- a/icons/ngrx/ngrx-plain.svg +++ b/icons/ngrx/ngrx-plain.svg @@ -1,4 +1,4 @@ - From cbbe5b65c975b396dc66a31a626207c1d4a4bcdf 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, 5 May 2023 18:32:05 -0300 Subject: [PATCH 5/6] Fix `devicon.json` entry and optimize (minimize) icons --- devicon.json | 4 ++-- icons/ngrx/ngrx-original.svg | 7 +------ icons/ngrx/ngrx-plain.svg | 5 +---- 3 files changed, 4 insertions(+), 12 deletions(-) diff --git a/devicon.json b/devicon.json index 9927e07bc..27deb4d36 100644 --- a/devicon.json +++ b/devicon.json @@ -5957,7 +5957,7 @@ } ] }, - { + { "name": "ngrx", "altnames": [], "tags": [ @@ -5973,7 +5973,7 @@ "plain" ], "font": [ - "plain", + "plain" ] }, "color": "#412846", diff --git a/icons/ngrx/ngrx-original.svg b/icons/ngrx/ngrx-original.svg index 2e7d06d92..f37f213e4 100644 --- a/icons/ngrx/ngrx-original.svg +++ b/icons/ngrx/ngrx-original.svg @@ -1,6 +1 @@ - - - - - + diff --git a/icons/ngrx/ngrx-plain.svg b/icons/ngrx/ngrx-plain.svg index 2ea3a8c85..437ba4937 100644 --- a/icons/ngrx/ngrx-plain.svg +++ b/icons/ngrx/ngrx-plain.svg @@ -1,4 +1 @@ - - - + From 176c989e8ddb4b243c21e01b9a4c1e52c9ef7e4d 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, 5 May 2023 18:33:39 -0300 Subject: [PATCH 6/6] Update devicon.json Add newline at the end of file. --- devicon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index 27deb4d36..5549064c3 100644 --- a/devicon.json +++ b/devicon.json @@ -10483,4 +10483,4 @@ } ] } -] \ No newline at end of file +]