Skip to content

Commit

Permalink
Add bicep icon (Closes #886)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Nov 18, 2020
1 parent 955bc11 commit a634f5b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions icons/bicep.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ export const fileIcons: FileIcons = {
'license.txt',
'licence',
'licence.md',
'licence.txt'
'licence.txt',
],
},
{
Expand Down Expand Up @@ -1343,10 +1343,11 @@ export const fileIcons: FileIcons = {
'snowpack.config.cjs',
'snowpack.config.js',
'snowpack.config.ts',
'snowpack.config.json'
'snowpack.config.json',
],
light: true,
},
{ name: 'brainfuck', fileExtensions: ['b', 'bf'] },
{ name: 'bicep', fileExtensions: ['bicep'] },
],
};

0 comments on commit a634f5b

Please sign in to comment.