From ed6e1c09bd9504247aadfa70365cbdaa4623c3dd Mon Sep 17 00:00:00 2001 From: PantheraRed Date: Fri, 25 Nov 2022 01:30:50 +0530 Subject: [PATCH 1/2] new icon: nodemon (original, plain, line) --- devicon.json | 22 ++++++++++++++++++++++ icons/nodemon/nodemon-line.svg | 1 + icons/nodemon/nodemon-original.svg | 1 + icons/nodemon/nodemon-plain.svg | 1 + 4 files changed, 25 insertions(+) create mode 100644 icons/nodemon/nodemon-line.svg create mode 100644 icons/nodemon/nodemon-original.svg create mode 100644 icons/nodemon/nodemon-plain.svg diff --git a/devicon.json b/devicon.json index 18ef9bb53..015625918 100644 --- a/devicon.json +++ b/devicon.json @@ -5216,6 +5216,28 @@ "color": "#83CD29", "aliases": [] }, + { + "name": "nodemon", + "altnames": [ + "nodemonjs" + ], + "tags": [ + "nodejs" + ], + "versions": { + "svg": [ + "original", + "plain", + "line" + ], + "font": [ + "plain", + "line" + ] + }, + "color": "#76d04b", + "aliases": [] + }, { "name": "nodewebkit", "altnames": [ diff --git a/icons/nodemon/nodemon-line.svg b/icons/nodemon/nodemon-line.svg new file mode 100644 index 000000000..be4b3070f --- /dev/null +++ b/icons/nodemon/nodemon-line.svg @@ -0,0 +1 @@ + diff --git a/icons/nodemon/nodemon-original.svg b/icons/nodemon/nodemon-original.svg new file mode 100644 index 000000000..8326d32a4 --- /dev/null +++ b/icons/nodemon/nodemon-original.svg @@ -0,0 +1 @@ + diff --git a/icons/nodemon/nodemon-plain.svg b/icons/nodemon/nodemon-plain.svg new file mode 100644 index 000000000..c242c8c94 --- /dev/null +++ b/icons/nodemon/nodemon-plain.svg @@ -0,0 +1 @@ + From 63418bc6dbb4f68779725fc2e535fd3638e64148 Mon Sep 17 00:00:00 2001 From: Red Panther <41539361+PantheraRed@users.noreply.github.com> Date: Mon, 28 Nov 2022 12:34:35 +0530 Subject: [PATCH 2/2] 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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index 015625918..a5573c069 100644 --- a/devicon.json +++ b/devicon.json @@ -5222,7 +5222,9 @@ "nodemonjs" ], "tags": [ - "nodejs" + "nodejs", + "tool", + "javascript" ], "versions": { "svg": [