diff --git a/public/icons/angry.svg b/public/icons/angry.svg new file mode 100644 index 00000000..7c06703a --- /dev/null +++ b/public/icons/angry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/nervous.svg b/public/icons/nervous.svg new file mode 100644 index 00000000..f6f0dd8f --- /dev/null +++ b/public/icons/nervous.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/rabbit.svg b/public/icons/rabbit.svg new file mode 100644 index 00000000..13bb25ec --- /dev/null +++ b/public/icons/rabbit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/reddit.svg b/public/icons/reddit.svg new file mode 100644 index 00000000..3376784a --- /dev/null +++ b/public/icons/reddit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/robot.svg b/public/icons/robot.svg new file mode 100644 index 00000000..f9b95916 --- /dev/null +++ b/public/icons/robot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/snapchat.svg b/public/icons/snapchat.svg new file mode 100644 index 00000000..d4b0da1f --- /dev/null +++ b/public/icons/snapchat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/soccerball.svg b/public/icons/soccerball.svg new file mode 100644 index 00000000..468e6e6d --- /dev/null +++ b/public/icons/soccerball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/toiletpaper.svg b/public/icons/toiletpaper.svg new file mode 100644 index 00000000..e06b20a2 --- /dev/null +++ b/public/icons/toiletpaper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/truck.svg b/public/icons/truck.svg new file mode 100644 index 00000000..e80def02 --- /dev/null +++ b/public/icons/truck.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/trucktrailer.svg b/public/icons/trucktrailer.svg new file mode 100644 index 00000000..644284a7 --- /dev/null +++ b/public/icons/trucktrailer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/usersfour.svg b/public/icons/usersfour.svg new file mode 100644 index 00000000..2abe5903 --- /dev/null +++ b/public/icons/usersfour.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/usersound.svg b/public/icons/usersound.svg new file mode 100644 index 00000000..b8812b4e --- /dev/null +++ b/public/icons/usersound.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/virtualreality.svg b/public/icons/virtualreality.svg new file mode 100644 index 00000000..0cf0d9c4 --- /dev/null +++ b/public/icons/virtualreality.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/visor.svg b/public/icons/visor.svg new file mode 100644 index 00000000..f54ab5ba --- /dev/null +++ b/public/icons/visor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/wall.svg b/public/icons/wall.svg new file mode 100644 index 00000000..677643c0 --- /dev/null +++ b/public/icons/wall.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/xeyes.svg b/public/icons/xeyes.svg new file mode 100644 index 00000000..0f7b88e5 --- /dev/null +++ b/public/icons/xeyes.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 e42a1dab..53c55d17 100644 --- a/src/pods/properties/components/icon-selector/modal/icons.ts +++ b/src/pods/properties/components/icon-selector/modal/icons.ts @@ -517,7 +517,8 @@ export const iconCollection: IconInfo[] = [ searchTerms: [ 'tiktok', 'stream', - 'profile', + 'social', + 'media', 'follow', 'like', 'comment', @@ -2172,7 +2173,103 @@ export const iconCollection: IconInfo[] = [ { name: 'AWS S3 storage', filename: 'awss3.svg', - searchTerms: ['aws', 's3', 'cloud', 'storage', 'amazon'], + searchTerms: ['aws', 's3', 'cloud', 'storage', 'amazon', 'bucket'], + categories: ['IT'], + }, + { + name: 'Robot', + filename: 'robot.svg', + searchTerms: ['robot', 'android', 'machine', 'artificial'], + categories: ['IT'], + }, + { + name: 'Reddit', + filename: 'reddit.svg', + searchTerms: ['reddit', 'social', 'media', 'community'], + categories: ['IT'], + }, + { + name: 'Rabbit', + filename: 'rabbit.svg', + searchTerms: ['rabbit', 'animal', 'bunny', 'pet'], + categories: ['IT'], + }, + { + name: 'Angry face', + filename: 'angry.svg', + searchTerms: ['angry', 'mad', 'emotion', 'face', 'emoji'], + categories: ['IT'], + }, + { + name: 'Nervous face', + filename: 'nervous.svg', + searchTerms: ['nervous', 'anxious', 'emotion', 'face', 'emoji'], + categories: ['IT'], + }, + { + name: 'X eyes face', + filename: 'xeyes.svg', + searchTerms: ['eyes', 'emotion', 'face', 'emoji'], + categories: ['IT'], + }, + { + name: 'Snapchat', + filename: 'snapchat.svg', + searchTerms: ['snapchat', 'social', 'media', 'community'], + categories: ['IT'], + }, + { + name: 'Soccer ball', + filename: 'soccerball.svg', + searchTerms: ['soccer', 'ball', 'sport', 'football'], + categories: ['IT'], + }, + { + name: 'Toilet paper', + filename: 'toiletpaper.svg', + searchTerms: ['toilet', 'paper', 'bathroom', 'roll', 'clean'], + categories: ['IT'], + }, + { + name: 'Truck', + filename: 'truck.svg', + searchTerms: ['truck', 'vehicle', 'transport', 'delivery'], + categories: ['IT'], + }, + { + name: 'Truck trailer', + filename: 'trucktrailer.svg', + searchTerms: ['truck', 'trailer', 'vehicle', 'transport', 'delivery'], + categories: ['IT'], + }, + { + name: 'User sound', + filename: 'usersound.svg', + searchTerms: ['user', 'sound', 'voice', 'profile'], + categories: ['IT'], + }, + { + name: 'Four users', + filename: 'usersfour.svg', + searchTerms: ['users', 'people', 'group', 'team'], + categories: ['IT'], + }, + { + name: 'Virtual reality', + filename: 'virtualreality.svg', + searchTerms: ['virtual', 'artificial', 'glasses', 'technology', 'vr'], + categories: ['IT'], + }, + { + name: 'Visor', + filename: 'visor.svg', + searchTerms: ['visor', 'protection', 'shield', 'head'], + categories: ['IT'], + }, + { + name: 'Wall', + filename: 'wall.svg', + searchTerms: ['wall', 'brick', 'construction', 'building'], categories: ['IT'], }, ];