Skip to content

Commit

Permalink
Add interface folder icon (Closes #513)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Jul 23, 2021
1 parent 7aa430c commit 7286bbe
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions icons/folder-interface-open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions icons/folder-interface.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/icons/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,10 @@ export const folderIcons: FolderTheme[] = [
name: 'folder-project',
folderNames: ['project', 'projects', '.project', '.projects'],
},
{
name: 'folder-interface',
folderNames: ['interface', 'interfaces'],
},
{
name: 'folder-contract',
folderNames: [
Expand Down

0 comments on commit 7286bbe

Please sign in to comment.