Skip to content

Commit

Permalink
ui folder icon (#2382)
Browse files Browse the repository at this point in the history
added ui folder icons for the following folder names:
- presentation
- gui
- ui
- ux
  • Loading branch information
lucas-labs authored Jul 1, 2024
1 parent f42b7c1 commit 4f4fadc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions icons/folder-ui-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-ui.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 @@ -458,6 +458,10 @@ export const folderIcons: FolderTheme[] = [
{ name: 'folder-tasks', folderNames: ['tasks', 'tickets'] },
{ name: 'folder-android', folderNames: ['android'] },
{ name: 'folder-ios', folderNames: ['ios'] },
{
name: 'folder-ui',
folderNames: ['presentation', 'gui', 'ui', 'ux'],
},
{ name: 'folder-upload', folderNames: ['uploads', 'upload'] },
{ name: 'folder-download', folderNames: ['downloads', 'download'] },
{
Expand Down

0 comments on commit 4f4fadc

Please sign in to comment.