Skip to content

Commit

Permalink
Added private and secure folder icons
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Nov 24, 2018
1 parent ed402f4 commit 32f69b1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions icons/folder-private-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-private.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-secure-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-secure.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 src/icons/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ export const folderIcons: FolderTheme[] = [
{ name: 'folder-stack', folderNames: ['stack', 'stacks'] },
{ name: 'folder-template', folderNames: ['template', 'templates'] },
{ name: 'folder-utils', folderNames: ['util', 'utils'] },
{ name: 'folder-private', folderNames: ['private', '.private'] },
{ name: 'folder-secure', folderNames: ['auth', 'authentication', 'secure', 'security', 'cert', 'certificate', 'certificates', 'ssl'] },
]
},
{ name: 'classic', defaultIcon: { name: 'folder' }, rootFolder: { name: 'folder-root' } },
Expand Down

0 comments on commit 32f69b1

Please sign in to comment.