Skip to content

Commit

Permalink
Add new icons to the set of icons
Browse files Browse the repository at this point in the history
  • Loading branch information
IonutGabi committed Aug 22, 2024
1 parent aea0ff4 commit 277ec28
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/icons/bellmuted.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 public/icons/bellsnooze.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 public/icons/dollar.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 public/icons/search.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 public/icons/searchdocument.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions src/pods/properties/components/icon-selector/modal/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -700,4 +700,42 @@ export const iconCollection: IconInfo[] = [
searchTerms: ['bell', 'ring', 'sound', 'campane'],
categories: ['IT'],
},
{
name: 'Bell Off',
filename: 'bellmuted.svg',
searchTerms: ['bell', 'mute', 'silent', 'sound', 'off'],
categories: ['IT'],
},
{
name: 'Bell snooze',
filename: 'bellsnooze.svg',
searchTerms: ['bell', 'snooze', 'sleep', 'pause', 'nap'],
categories: ['IT'],
},
{
name: 'Search',
filename: 'search.svg',
searchTerms: ['search', 'find', 'lookup', 'query', 'magnifier'],
categories: ['IT'],
},
{
name: 'Search Document',
filename: 'searchdocument.svg',
searchTerms: ['search', 'document', 'find', 'lookup'],
categories: ['IT'],
},
{
name: 'Dollar',
filename: 'dollar.svg',
searchTerms: [
'dollar',
'money',
'cash',
'currency',
'usd',
'finance',
'economy',
],
categories: ['IT'],
},
];

0 comments on commit 277ec28

Please sign in to comment.