Skip to content

Commit

Permalink
added browserlist icon (closes #156)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Oct 29, 2017
1 parent 3b2c456 commit fe928b1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
7 changes: 7 additions & 0 deletions icons/browserlist.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions icons/browserlist_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,7 @@ export const fileIcons: FileIcons = {
{ name: 'ngrx-state', fileExtensions: ['state.ts'], pack: IconPack.Ngrx },
{ name: 'ngrx-actions', fileExtensions: ['actions.ts'], pack: IconPack.Ngrx },
{ name: 'ngrx-effects', fileExtensions: ['effects.ts'], pack: IconPack.Ngrx },
{ name: 'sonar', fileNames: ['.sonarrc'] }
{ name: 'sonar', fileNames: ['.sonarrc'] },
{ name: 'browserlist', fileNames: ['browserslist', '.browserslistrc'], light: true }
]
};

0 comments on commit fe928b1

Please sign in to comment.