diff --git a/public/icons/excel.svg b/public/icons/excel.svg new file mode 100644 index 00000000..0aaf8c3f --- /dev/null +++ b/public/icons/excel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/powerpoint.svg b/public/icons/powerpoint.svg new file mode 100644 index 00000000..c667fbe2 --- /dev/null +++ b/public/icons/powerpoint.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/teams.svg b/public/icons/teams.svg new file mode 100644 index 00000000..9a46b171 --- /dev/null +++ b/public/icons/teams.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/word.svg b/public/icons/word.svg new file mode 100644 index 00000000..41959c5d --- /dev/null +++ b/public/icons/word.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 5ef5c564..a3c4ba73 100644 --- a/src/pods/properties/components/icon-selector/modal/icons.ts +++ b/src/pods/properties/components/icon-selector/modal/icons.ts @@ -1410,7 +1410,7 @@ export const iconCollection: IconInfo[] = [ { name: 'Windows', filename: 'windows.svg', - searchTerms: ['windows', 'system', 'software', 'desktop'], + searchTerms: ['windows', 'system', 'software', 'desktop', 'microsoft'], categories: ['IT'], }, { @@ -2398,17 +2398,28 @@ export const iconCollection: IconInfo[] = [ searchTerms: ['filter', 'query', 'search', 'find', 'lookup', 'funnel'], categories: ['IT'], }, - { - name: 'Microsoft Excel', - filename: 'microsoftexcel.svg', - searchTerms: ['microsoft', 'excel', 'office', 'spreadsheet'], + name: 'Excel', + filename: 'excel.svg', + searchTerms: ['excel', 'office', 'microsoft'], + categories: ['IT'], + }, + { + name: 'Word', + filename: 'word.svg', + searchTerms: ['word', 'office', 'microsoft'], + categories: ['IT'], + }, + { + name: 'Powerpoint', + filename: 'powerpoint.svg', + searchTerms: ['powerpoint', 'office', 'microsoft'], categories: ['IT'], }, { - name: 'Microsoft Word', - filename: 'microsoftword.svg', - searchTerms: ['microsoft', 'word', 'office', 'document'], + name: 'Teams', + filename: 'teams.svg', + searchTerms: ['teams', 'office', 'microsoft'], categories: ['IT'], }, {