From 0967da811a59204e2e6f0ce49250bdde2d1b37cc Mon Sep 17 00:00:00 2001 From: PKief Date: Sun, 1 Jul 2018 12:15:25 +0200 Subject: [PATCH] Added alternative node icon (Closes #262) --- icons/nodejs.svg | 4 ++-- icons/nodejs_alt.svg | 1 + src/icons/languageIcons.ts | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 icons/nodejs_alt.svg diff --git a/icons/nodejs.svg b/icons/nodejs.svg index 114bee9381..1605f3e889 100644 --- a/icons/nodejs.svg +++ b/icons/nodejs.svg @@ -1,3 +1,3 @@ - - + + diff --git a/icons/nodejs_alt.svg b/icons/nodejs_alt.svg new file mode 100644 index 0000000000..d0416497ec --- /dev/null +++ b/icons/nodejs_alt.svg @@ -0,0 +1 @@ + diff --git a/src/icons/languageIcons.ts b/src/icons/languageIcons.ts index f47d8041bd..057b8d9b6a 100644 --- a/src/icons/languageIcons.ts +++ b/src/icons/languageIcons.ts @@ -68,5 +68,6 @@ export const languageIcons: LanguageIcon[] = [ { icon: { name: 'hcl' }, ids: ['hcl'] }, { icon: { name: 'go' }, ids: ['go'] }, { icon: { name: 'go_gopher' }, ids: [] }, + { icon: { name: 'nodejs_alt' }, ids: [] }, { icon: { name: 'django' }, ids: ['django-html', 'django-txt'] }, ];