From 2ab4c04ecc0612369817b701681b7da6c33a5fda Mon Sep 17 00:00:00 2001 From: Dan Leech Date: Wed, 3 May 2017 20:08:09 +0100 Subject: [PATCH] Adds Node.js, fixes #411 --- _data/simple-icons.json | 5 +++++ icons/nodejs.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/nodejs.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 3186df935..5f3409fc4 100755 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -875,6 +875,11 @@ "hex": "E60012", "source": "http://www.nintendo.co.uk/" }, + { + "title": "Node.js", + "hex": "339933", + "source": "https://nodejs.org/en/about/resources/" + }, { "title": "Oculus", "hex": "1C1E20", diff --git a/icons/nodejs.svg b/icons/nodejs.svg new file mode 100644 index 000000000..9bd3679d2 --- /dev/null +++ b/icons/nodejs.svg @@ -0,0 +1 @@ + \ No newline at end of file