diff --git a/public/icons/bellmuted.svg b/public/icons/bellmuted.svg new file mode 100644 index 00000000..fba79a9c --- /dev/null +++ b/public/icons/bellmuted.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/bellsnooze.svg b/public/icons/bellsnooze.svg new file mode 100644 index 00000000..be799dfb --- /dev/null +++ b/public/icons/bellsnooze.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/dollar.svg b/public/icons/dollar.svg new file mode 100644 index 00000000..cab36c69 --- /dev/null +++ b/public/icons/dollar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/search.svg b/public/icons/search.svg new file mode 100644 index 00000000..e8809728 --- /dev/null +++ b/public/icons/search.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/searchdocument.svg b/public/icons/searchdocument.svg new file mode 100644 index 00000000..2ec8c275 --- /dev/null +++ b/public/icons/searchdocument.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/pods/properties/components/icon-selector/modal/icons.ts b/src/pods/properties/components/icon-selector/modal/icons.ts index 8b10ed7c..5e7dacc1 100644 --- a/src/pods/properties/components/icon-selector/modal/icons.ts +++ b/src/pods/properties/components/icon-selector/modal/icons.ts @@ -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'], + }, ];