Skip to content

Commit

Permalink
Update the set of icons with new icons
Browse files Browse the repository at this point in the history
  • Loading branch information
IonutGabi committed Aug 22, 2024
1 parent fa4b130 commit 14a346a
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 1 deletion.
1 change: 1 addition & 0 deletions public/icons/bicycle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/icons/bike.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/icons/subway.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/icons/train.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/icons/walk.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 31 additions & 1 deletion src/pods/properties/components/icon-selector/modal/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ export const iconCollection: IconInfo[] = [
'carriage',
'wheels',
'road',
'transportation',
'travel',
],
categories: ['IT'],
},
Expand Down Expand Up @@ -814,4 +814,34 @@ export const iconCollection: IconInfo[] = [
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'],
},
];

0 comments on commit 14a346a

Please sign in to comment.