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 75cbc4d commit aea0ff4
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/icons/bell.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/volume.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/volumehigh.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/volumelow.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/volumemuted.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions src/pods/properties/components/icon-selector/modal/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -670,4 +670,34 @@ export const iconCollection: IconInfo[] = [
searchTerms: ['arrows out', 'directions', 'spread', 'expand'],
categories: ['IT'],
},
{
name: 'Volume High',
filename: 'volumehigh.svg',
searchTerms: ['volume high', 'high', 'loud', 'sound', 'audio'],
categories: ['IT'],
},
{
name: 'Volume',
filename: 'volume.svg',
searchTerms: ['volume', 'sound', 'audio'],
categories: ['IT'],
},
{
name: 'Volume Low',
filename: 'volumelow.svg',
searchTerms: ['volume low', 'low', 'quiet', 'sound', 'audio'],
categories: ['IT'],
},
{
name: 'Volume Mute',
filename: 'volumemuted.svg',
searchTerms: ['volume muted', 'mute', 'silent', 'sound', 'audio', 'off'],
categories: ['IT'],
},
{
name: 'Bell',
filename: 'bell.svg',
searchTerms: ['bell', 'ring', 'sound', 'campane'],
categories: ['IT'],
},
];

0 comments on commit aea0ff4

Please sign in to comment.