diff --git a/public/icons/bed.svg b/public/icons/bed.svg new file mode 100644 index 00000000..dd92deb5 --- /dev/null +++ b/public/icons/bed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/bicycle.svg b/public/icons/bicycle.svg new file mode 100644 index 00000000..f80e796b --- /dev/null +++ b/public/icons/bicycle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/bike.svg b/public/icons/bike.svg new file mode 100644 index 00000000..f70c6ab2 --- /dev/null +++ b/public/icons/bike.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/bus.svg b/public/icons/bus.svg new file mode 100644 index 00000000..90fbab91 --- /dev/null +++ b/public/icons/bus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/cloudsun.svg b/public/icons/cloudsun.svg new file mode 100644 index 00000000..b71b3500 --- /dev/null +++ b/public/icons/cloudsun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/euro.svg b/public/icons/euro.svg new file mode 100644 index 00000000..0f731135 --- /dev/null +++ b/public/icons/euro.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/pound.svg b/public/icons/pound.svg new file mode 100644 index 00000000..298ac844 --- /dev/null +++ b/public/icons/pound.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/rain.svg b/public/icons/rain.svg new file mode 100644 index 00000000..20678549 --- /dev/null +++ b/public/icons/rain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/rainbow.svg b/public/icons/rainbow.svg new file mode 100644 index 00000000..73ae4b76 --- /dev/null +++ b/public/icons/rainbow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/subway.svg b/public/icons/subway.svg new file mode 100644 index 00000000..5da1f641 --- /dev/null +++ b/public/icons/subway.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/sun.svg b/public/icons/sun.svg new file mode 100644 index 00000000..862a30b4 --- /dev/null +++ b/public/icons/sun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/sunglass.svg b/public/icons/sunglass.svg new file mode 100644 index 00000000..7988d193 --- /dev/null +++ b/public/icons/sunglass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/train.svg b/public/icons/train.svg new file mode 100644 index 00000000..b7f5fc37 --- /dev/null +++ b/public/icons/train.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/umbrella.svg b/public/icons/umbrella.svg new file mode 100644 index 00000000..1747b189 --- /dev/null +++ b/public/icons/umbrella.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/walk.svg b/public/icons/walk.svg new file mode 100644 index 00000000..ccd2c2be --- /dev/null +++ b/public/icons/walk.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 5e7dacc1..daff3578 100644 --- a/src/pods/properties/components/icon-selector/modal/icons.ts +++ b/src/pods/properties/components/icon-selector/modal/icons.ts @@ -302,7 +302,7 @@ export const iconCollection: IconInfo[] = [ 'carriage', 'wheels', 'road', - 'transportation', + 'travel', ], categories: ['IT'], }, @@ -709,7 +709,7 @@ export const iconCollection: IconInfo[] = [ { name: 'Bell snooze', filename: 'bellsnooze.svg', - searchTerms: ['bell', 'snooze', 'sleep', 'pause', 'nap'], + searchTerms: ['bell', 'snooze', 'sleep', 'pause'], categories: ['IT'], }, { @@ -738,4 +738,110 @@ export const iconCollection: IconInfo[] = [ ], categories: ['IT'], }, + { + name: 'Euro', + filename: 'euro.svg', + searchTerms: [ + 'euro', + 'money', + 'cash', + 'currency', + 'eur', + 'finance', + 'economy', + ], + categories: ['IT'], + }, + { + name: 'Pound', + filename: 'pound.svg', + searchTerms: [ + 'pound', + 'money', + 'cash', + 'currency', + 'gbp', + 'finance', + 'economy', + ], + categories: ['IT'], + }, + { + name: 'Bed', + filename: 'bed.svg', + searchTerms: ['bed', 'sleep', 'rest', 'nap', 'hotel', 'room'], + categories: ['IT'], + }, + { + name: 'Sun', + filename: 'sun.svg', + searchTerms: ['sun', 'day', 'light', 'bright', 'shine', 'sunny', 'weather'], + categories: ['IT'], + }, + { + name: 'Cloud sun', + filename: 'cloudsun.svg', + searchTerms: ['cloud', 'day', 'partly', 'cloudy', 'weather'], + categories: ['IT'], + }, + { + name: 'Rain', + filename: 'rain.svg', + searchTerms: ['rain', 'weather', 'wet', 'storm', 'rainy'], + categories: ['IT'], + }, + { + name: 'Rainbow', + filename: 'rainbow.svg', + searchTerms: ['rainbow', 'weather', 'colors', 'multicolored', 'harmonious'], + categories: ['IT'], + }, + { + name: 'Umbrella', + filename: 'umbrella.svg', + searchTerms: ['umbrella', 'rain', 'protection', 'cover'], + categories: ['IT'], + }, + { + name: 'Sunglasses', + filename: 'sunglass.svg', + searchTerms: ['sunglass', 'glasses', 'sun', 'protection'], + categories: ['IT'], + }, + { + name: 'Bus', + filename: 'bus.svg', + searchTerms: ['bus', 'public transport', 'transport', 'travel', 'school'], + categories: ['IT'], + }, + { + name: 'Bike', + filename: 'bike.svg', + searchTerms: ['bike', 'motorcycle', 'ride', 'transport', 'travel'], + categories: ['IT'], + }, + { + name: 'Bicycle', + filename: 'bicycle.svg', + searchTerms: ['bicycle', 'ride', 'transport', 'sport', 'healthy'], + categories: ['IT'], + }, + { + name: 'Train', + filename: 'train.svg', + searchTerms: ['train', 'transport', 'travel', 'railway', 'station'], + categories: ['IT'], + }, + { + name: 'Subway', + filename: 'subway.svg', + searchTerms: ['subway', 'metro', 'transport', 'travel', 'underground'], + categories: ['IT'], + }, + { + name: 'Walk', + filename: 'walk.svg', + searchTerms: ['walk', 'healthy', 'sport', 'exercise', 'health'], + categories: ['IT'], + }, ];