From e38a09b78aac60dc7768810ac6bc659094c012bf Mon Sep 17 00:00:00 2001 From: Brennon Schow Date: Fri, 19 Jan 2018 10:43:23 -0700 Subject: [PATCH] added gatsby icon --- icons/gatsby.svg | 13 +++++++++++++ src/icons/fileIcons.ts | 1 + 2 files changed, 14 insertions(+) create mode 100644 icons/gatsby.svg diff --git a/icons/gatsby.svg b/icons/gatsby.svg new file mode 100644 index 0000000000..fc48eec17e --- /dev/null +++ b/icons/gatsby.svg @@ -0,0 +1,13 @@ + + + + + + + diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index c6df638866..f99f79b54a 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -631,5 +631,6 @@ export const fileIcons: FileIcons = { { name: 'dotjs', fileExtensions: ['def', 'dot', 'jst'] }, { name: 'ejs', fileExtensions: ['ejs'] }, { name: 'sequelize', fileNames: ['.sequelizerc'] }, + { name: 'gatsby', fileNames: ['gatsby.config.js']} ] };