Skip to content

Commit

Permalink
Add new 5 icons of the set of icons
Browse files Browse the repository at this point in the history
  • Loading branch information
IonutGabi committed Dec 20, 2024
1 parent e60c0b4 commit d7fad15
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/icons/clip.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/horizontalpaperclip.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/rocketlaunch.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/speedometer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions src/pods/properties/components/icon-selector/modal/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2278,4 +2278,28 @@ export const iconCollection: IconInfo[] = [
searchTerms: ['watch', 'time', 'clock', 'wrist'],
categories: ['IT'],
},
{
name: 'Horizontal paper clip',
filename: 'horizontalpaperclip.svg',
searchTerms: ['paperclip', 'clip', 'horizontal', 'attach', 'fasten'],
categories: ['IT'],
},
{
name: 'Clip',
filename: 'clip.svg',
searchTerms: ['clip', 'attach', 'fix', 'hold', 'fasten'],
categories: ['IT'],
},
{
name: 'Speedometer',
filename: 'speedometer.svg',
searchTerms: ['speedometer', 'speed', 'gauge', 'velocity', 'metrics'],
categories: ['IT'],
},
{
name: 'Rocket launch',
filename: 'rocketlaunch.svg',
searchTerms: ['rocket', 'launch', 'space', 'fly'],
categories: ['IT'],
},
];

0 comments on commit d7fad15

Please sign in to comment.