Skip to content

Commit 7f8b0fb

Browse files
authored
Merge pull request #758 from Lemoncode/feature/#756-Add-new-set-of-icons-windows-excel-powerpoint-word
Feature/#756 add new set of icons windows excel powerpoint word
2 parents b350030 + 6682667 commit 7f8b0fb

File tree

5 files changed

+23
-8
lines changed

5 files changed

+23
-8
lines changed

public/icons/excel.svg

Lines changed: 1 addition & 0 deletions
Loading

public/icons/powerpoint.svg

Lines changed: 1 addition & 0 deletions
Loading

public/icons/teams.svg

Lines changed: 1 addition & 0 deletions
Loading

public/icons/word.svg

Lines changed: 1 addition & 0 deletions
Loading

src/pods/properties/components/icon-selector/modal/icons.ts

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1410,7 +1410,7 @@ export const iconCollection: IconInfo[] = [
14101410
{
14111411
name: 'Windows',
14121412
filename: 'windows.svg',
1413-
searchTerms: ['windows', 'system', 'software', 'desktop'],
1413+
searchTerms: ['windows', 'system', 'software', 'desktop', 'microsoft'],
14141414
categories: ['IT'],
14151415
},
14161416
{
@@ -2398,17 +2398,28 @@ export const iconCollection: IconInfo[] = [
23982398
searchTerms: ['filter', 'query', 'search', 'find', 'lookup', 'funnel'],
23992399
categories: ['IT'],
24002400
},
2401-
24022401
{
2403-
name: 'Microsoft Excel',
2404-
filename: 'microsoftexcel.svg',
2405-
searchTerms: ['microsoft', 'excel', 'office', 'spreadsheet'],
2402+
name: 'Excel',
2403+
filename: 'excel.svg',
2404+
searchTerms: ['excel', 'office', 'microsoft'],
2405+
categories: ['IT'],
2406+
},
2407+
{
2408+
name: 'Word',
2409+
filename: 'word.svg',
2410+
searchTerms: ['word', 'office', 'microsoft'],
2411+
categories: ['IT'],
2412+
},
2413+
{
2414+
name: 'Powerpoint',
2415+
filename: 'powerpoint.svg',
2416+
searchTerms: ['powerpoint', 'office', 'microsoft'],
24062417
categories: ['IT'],
24072418
},
24082419
{
2409-
name: 'Microsoft Word',
2410-
filename: 'microsoftword.svg',
2411-
searchTerms: ['microsoft', 'word', 'office', 'document'],
2420+
name: 'Teams',
2421+
filename: 'teams.svg',
2422+
searchTerms: ['teams', 'office', 'microsoft'],
24122423
categories: ['IT'],
24132424
},
24142425
{

0 commit comments

Comments
 (0)