Skip to content

Commit

Permalink
More React+Redux Ecosystem Icons (References #255)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed May 25, 2018
1 parent 8cdbcc0 commit 946a1d1
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions icons/redux-action.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/redux-reducer.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/redux-store.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,24 @@ export const fileIcons: FileIcons = {
},
{ name: 'javascript', fileExtensions: ['js', 'esx', 'mjs'] },
{ name: 'react', fileExtensions: ['jsx', 'tsx'] },
{
name: 'redux-action',
fileExtensions: ['action.js', 'actions.js', 'action.ts', 'actions.ts'],
fileNames: ['action.js', 'actions.js', 'action.ts', 'actions.ts'],
enabledFor: [IconPack.Redux]
},
{
name: 'redux-reducer',
fileExtensions: ['reducer.js', 'reducers.js', 'reducer.ts', 'reducers.ts'],
fileNames: ['reducer.js', 'reducers.js', 'reducer.ts', 'reducers.ts'],
enabledFor: [IconPack.Redux]
},
{
name: 'redux-store',
fileExtensions: ['store.js', 'store.ts'],
fileNames: ['store.js', 'store.ts'],
enabledFor: [IconPack.Redux]
},
{
name: 'settings',
fileExtensions: [
Expand Down

0 comments on commit 946a1d1

Please sign in to comment.