From d24a9914435a1f04b451b71d0cc72b33ae84b973 Mon Sep 17 00:00:00 2001 From: PKief Date: Wed, 25 Jul 2018 16:38:59 +0200 Subject: [PATCH] Added d icon (Closes #291) --- icons/d.svg | 1 + src/icons/fileIcons.ts | 1 + 2 files changed, 2 insertions(+) create mode 100644 icons/d.svg diff --git a/icons/d.svg b/icons/d.svg new file mode 100644 index 0000000000..c6b0e08d75 --- /dev/null +++ b/icons/d.svg @@ -0,0 +1 @@ + diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index 9ba6f57a78..af3cdf6557 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -721,5 +721,6 @@ export const fileIcons: FileIcons = { { name: 'semantic-release', light: true, fileNames: ['.releaserc', 'release.config.js'] }, { name: 'bitbucket', fileNames: ['bitbucket-pipelines.yaml', 'bitbucket-pipelines.yml'] }, { name: 'jupyter', fileExtensions: ['ipynb'] }, + { name: 'd', fileExtensions: ['d'] }, ] };