Skip to content

Commit

Permalink
Add more icons of the set of icons
Browse files Browse the repository at this point in the history
  • Loading branch information
IonutGabi committed Aug 21, 2024
1 parent f3baa7a commit 38b00bb
Show file tree
Hide file tree
Showing 6 changed files with 101 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/icons/facebook.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/google.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/instagram.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/meta.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/twitter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
96 changes: 96 additions & 0 deletions src/pods/properties/components/icon-selector/modal/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -372,4 +372,100 @@ export const iconCollection: IconInfo[] = [
],
categories: ['IT'],
},
{
name: 'Google',
filename: 'google.svg',
searchTerms: [
'google',
'search',
'search engine',
'google search',
'find',
'lookup',
'query',
],
categories: ['IT'],
},
{
name: 'Twitter/X',
filename: 'twitter.svg',
searchTerms: [
'twitter',
'social',
'media',
'tweet',
'post',
'message',
'chat',
'follow',
'retweet',
'like',
'share',
'comment',
'notification',
'feed',
'photo',
],
categories: ['IT'],
},
{
name: 'Meta',
filename: 'meta.svg',
searchTerms: [
'meta',
'metadata',
'data',
'artificial intelligence',
'virtual reality',
'metaverse',
'meta ai',
'smart glasses',
],
categories: ['IT'],
},
{
name: 'Facebook',
filename: 'facebook.svg',
searchTerms: [
'facebook',
'social',
'media',
'post',
'message',
'chat',
'follow',
'like',
'share',
'comment',
'notification',
'feed',
'ads',
'reels',
'stories',
'photo',
],
categories: ['IT'],
},
{
name: 'Instagram',
filename: 'instagram.svg',
searchTerms: [
'instagram',
'social',
'media',
'post',
'message',
'chat',
'follow',
'like',
'share',
'comment',
'notification',
'feed',
'stories',
'reels',
'photo',
],
categories: ['IT'],
},
];

0 comments on commit 38b00bb

Please sign in to comment.