From e751134c5eb2fdd41cf1a27faf9760bb4b26fe34 Mon Sep 17 00:00:00 2001 From: David Klebanoff Date: Mon, 18 Mar 2019 13:43:52 -0700 Subject: [PATCH] Add Nuxt.js icon (#1296) * Added Nuxt.js * Combine paths. * Renamed icon file. --- _data/simple-icons.json | 5 +++++ icons/nuxt-dot-js.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/nuxt-dot-js.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index d7f24e99..8e6a0107 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1725,6 +1725,11 @@ "hex": "004880", "source": "https://github.com/NuGet/Media" }, + { + "title": "Nuxt.js", + "hex": "00C58E", + "source": "https://nuxtjs.org/" + }, { "title": "NVIDIA", "hex": "76B900", diff --git a/icons/nuxt-dot-js.svg b/icons/nuxt-dot-js.svg new file mode 100644 index 00000000..aa67e30a --- /dev/null +++ b/icons/nuxt-dot-js.svg @@ -0,0 +1 @@ +Nuxt.js icon \ No newline at end of file