Skip to content

Commit

Permalink
Add contract folder icon (Closes #1035)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed May 8, 2021
1 parent 70cf73b commit 7fcd799
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions icons/folder-contract-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-contract.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/icons/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,17 @@ export const folderIcons: FolderTheme[] = [
name: 'folder-project',
folderNames: ['project', 'projects', '.project', '.projects'],
},
{
name: 'folder-contract',
folderNames: [
'pact',
'pacts',
'contract',
'.contract',
'contracts',
'contract-testing',
],
},
],
},
{
Expand Down

0 comments on commit 7fcd799

Please sign in to comment.