Skip to content

Commit

Permalink
Merge pull request #616 from Lemoncode/feature/#227-add-icons
Browse files Browse the repository at this point in the history
[UPDATE]feature/#227 Add set of icons (read carefully steps)
  • Loading branch information
brauliodiez authored Dec 12, 2024
2 parents 85317a4 + 894c253 commit c5a16a9
Show file tree
Hide file tree
Showing 17 changed files with 115 additions and 2 deletions.
1 change: 1 addition & 0 deletions public/icons/angry.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/nervous.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/rabbit.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/reddit.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/robot.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/snapchat.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/soccerball.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/toiletpaper.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/truck.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/trucktrailer.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/usersfour.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/usersound.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/virtualreality.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/visor.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/wall.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/xeyes.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
101 changes: 99 additions & 2 deletions src/pods/properties/components/icon-selector/modal/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,8 @@ export const iconCollection: IconInfo[] = [
searchTerms: [
'tiktok',
'stream',
'profile',
'social',
'media',
'follow',
'like',
'comment',
Expand Down Expand Up @@ -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'],
},
];

0 comments on commit c5a16a9

Please sign in to comment.