From 82b02cc7d15a835d608ccbb41aa4cfbbc806f03c Mon Sep 17 00:00:00 2001 From: Seth Painter Date: Mon, 12 Jul 2021 20:35:46 -0500 Subject: [PATCH] new icon: nuxtjs (original, original-wordmark, plain, plain-wordmark) (#743) * Bump hosted-git-info from 2.8.8 to 2.8.9 Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. - [Release notes](https://github.com/npm/hosted-git-info/releases) - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md) - [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9) Signed-off-by: dependabot[bot] * Bump lodash from 4.17.20 to 4.17.21 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21) Signed-off-by: dependabot[bot] * Added nuxt icon from their design guide created new logo + text icon * Created plain version of nuxtjs & optimized original * removed unnecessary XML declarations. * Changed viewbox to 128x for all icons * Apply suggestions from code review Co-authored-by: Thomas Bui <43018778+Thomas-Boi@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Thomas Bui <43018778+Thomas-Boi@users.noreply.github.com> * Apply suggestions from code review * Apply suggestions from code review Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Thomas Bui <43018778+Thomas-Boi@users.noreply.github.com> Co-authored-by: David Leal --- devicon.json | 24 +++++++++++++++++++++++ icons/nuxtjs/nuxtjs-original-wordmark.svg | 1 + icons/nuxtjs/nuxtjs-original.svg | 1 + icons/nuxtjs/nuxtjs-plain-wordmark.svg | 1 + icons/nuxtjs/nuxtjs-plain.svg | 1 + 5 files changed, 28 insertions(+) create mode 100644 icons/nuxtjs/nuxtjs-original-wordmark.svg create mode 100644 icons/nuxtjs/nuxtjs-original.svg create mode 100644 icons/nuxtjs/nuxtjs-plain-wordmark.svg create mode 100644 icons/nuxtjs/nuxtjs-plain.svg diff --git a/devicon.json b/devicon.json index 5d0ccdf26..7fc83c07d 100644 --- a/devicon.json +++ b/devicon.json @@ -2840,6 +2840,30 @@ "color": "#cb3837", "aliases": [] }, + { + "name": "nuxtjs", + "tags": [ + "js", + "javascript", + "framework", + "frontend", + "vuejs" + ], + "versions": { + "svg": [ + "original", + "original-wordmark", + "plain", + "plain-wordmark" + ], + "font": [ + "plain", + "plain-wordmark" + ] + }, + "color": "#00c48d", + "aliases": [] + }, { "name": "objectivec", "tags": [ diff --git a/icons/nuxtjs/nuxtjs-original-wordmark.svg b/icons/nuxtjs/nuxtjs-original-wordmark.svg new file mode 100644 index 000000000..54b73a87a --- /dev/null +++ b/icons/nuxtjs/nuxtjs-original-wordmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/nuxtjs/nuxtjs-original.svg b/icons/nuxtjs/nuxtjs-original.svg new file mode 100644 index 000000000..87de2c944 --- /dev/null +++ b/icons/nuxtjs/nuxtjs-original.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/nuxtjs/nuxtjs-plain-wordmark.svg b/icons/nuxtjs/nuxtjs-plain-wordmark.svg new file mode 100644 index 000000000..293648fa6 --- /dev/null +++ b/icons/nuxtjs/nuxtjs-plain-wordmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/nuxtjs/nuxtjs-plain.svg b/icons/nuxtjs/nuxtjs-plain.svg new file mode 100644 index 000000000..b4c3ea3c3 --- /dev/null +++ b/icons/nuxtjs/nuxtjs-plain.svg @@ -0,0 +1 @@ + \ No newline at end of file