Skip to content

Commit dedec28

Browse files
author
IonutGabi
committed
Fix issues in the set of icons and add new icons in the set
1 parent ef5def7 commit dedec28

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed

public/icons/nonfilter.svg

Lines changed: 1 addition & 0 deletions
Loading

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

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1278,7 +1278,7 @@ export const iconCollection: IconInfo[] = [
12781278
{
12791279
name: 'Filter',
12801280
filename: 'filter.svg',
1281-
searchTerms: ['filter', 'seep', 'select', 'find'],
1281+
searchTerms: ['filter', 'seep', 'select', 'find', 'funnel', 'lookup'],
12821282
categories: ['IT'],
12831283
},
12841284
{
@@ -1876,18 +1876,6 @@ export const iconCollection: IconInfo[] = [
18761876
searchTerms: ['power', 'on', 'off', 'energy'],
18771877
categories: ['IT'],
18781878
},
1879-
{
1880-
name: 'Gauge',
1881-
filename: 'gauge.svg',
1882-
searchTerms: ['gauge', 'loading', 'wait', 'progress'],
1883-
categories: ['IT'],
1884-
},
1885-
{
1886-
name: 'Gauge gap',
1887-
filename: 'gaugegap.svg',
1888-
searchTerms: ['gauge', 'loading', 'wait', 'progress'],
1889-
categories: ['IT'],
1890-
},
18911879
{
18921880
name: 'Subtitles',
18931881
filename: 'subtitles.svg',
@@ -2404,4 +2392,10 @@ export const iconCollection: IconInfo[] = [
24042392
searchTerms: ['translate', 'multilanguage', 'language', 'translator'],
24052393
categories: ['IT'],
24062394
},
2395+
{
2396+
name: 'No filter',
2397+
filename: 'nonfilter.svg',
2398+
searchTerms: ['filter', 'query', 'search', 'find', 'lookup', 'funnel'],
2399+
categories: ['IT'],
2400+
},
24072401
];

0 commit comments

Comments
 (0)