Skip to content

Commit

Permalink
Added pipe folder icon (Closes #403)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Mar 9, 2019
1 parent e5fb3b4 commit 5fc86ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions icons/folder-pipe-open.svg
Loading
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/folder-pipe.svg
Loading
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 src/icons/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ export const folderIcons: FolderTheme[] = [
{ name: 'folder-animation', folderNames: ['animation', 'animations', 'animated'] },
{ name: 'folder-guard', folderNames: ['guard', 'guards'] },
{ name: 'folder-prisma', folderNames: ['prisma'] },
{ name: 'folder-pipe', folderNames: ['pipe', 'pipes'] },
]
},
{ name: 'classic', defaultIcon: { name: 'folder' }, rootFolder: { name: 'folder-root' } },
Expand Down

0 comments on commit 5fc86ec

Please sign in to comment.