Skip to content

Commit

Permalink
add the third option of a watch to set of icons
Browse files Browse the repository at this point in the history
  • Loading branch information
IonutGabi committed Dec 13, 2024
1 parent 894c253 commit c07b4de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/icons/watch.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/pods/properties/components/icon-selector/modal/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2272,4 +2272,10 @@ export const iconCollection: IconInfo[] = [
searchTerms: ['wall', 'brick', 'construction', 'building'],
categories: ['IT'],
},
{
name: 'Watch',
filename: 'watch.svg',
searchTerms: ['watch', 'time', 'clock', 'wrist'],
categories: ['IT'],
},
];

0 comments on commit c07b4de

Please sign in to comment.