From 1c19c09eade6b91c14dc4e37e5899e3f317a6fae Mon Sep 17 00:00:00 2001 From: PratyushJayachandran <35000807+PratyushJayachandran@users.noreply.github.com> Date: Sun, 23 Jul 2023 08:44:06 -0700 Subject: [PATCH] Add NgRx icon (#9082) * Add JSON data for NgRx * Add NgRx icon --- _data/simple-icons.json | 8 ++++++++ icons/ngrx.svg | 1 + 2 files changed, 9 insertions(+) create mode 100644 icons/ngrx.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index e7650dfd..c42095b8 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -8278,6 +8278,14 @@ "hex": "1F1E37", "source": "https://ngrok.com" }, + { + "title": "NgRx", + "hex": "BA2BD2", + "source": "https://ngrx.io", + "license": { + "type": "CC-BY-4.0" + } + }, { "title": "niconico", "hex": "231815", diff --git a/icons/ngrx.svg b/icons/ngrx.svg new file mode 100644 index 00000000..347236b0 --- /dev/null +++ b/icons/ngrx.svg @@ -0,0 +1 @@ +NgRx \ No newline at end of file