Skip to content

Commit

Permalink
Merge pull request #694 from Lemoncode/dev
Browse files Browse the repository at this point in the history
uploading icons
  • Loading branch information
brauliodiez authored Feb 12, 2025
2 parents b85aab4 + 1318ccc commit ee22b03
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/icons/close.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/paperplane.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/plus.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/translate.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/xcircle.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/xclosesquare.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions src/pods/properties/components/icon-selector/modal/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2368,4 +2368,40 @@ export const iconCollection: IconInfo[] = [
searchTerms: ['calendar', 'plus', 'add', 'create', 'new'],
categories: ['IT'],
},
{
name: 'Paper plane',
filename: 'paperplane.svg',
searchTerms: ['paper', 'plane', 'send', 'message'],
categories: ['IT'],
},
{
name: 'Close circle',
filename: 'xcircle.svg',
searchTerms: ['close', 'cross', 'dialog', 'delete'],
categories: ['IT'],
},
{
name: 'Close',
filename: 'close.svg',
searchTerms: ['close', 'cross', 'dialog', 'delete'],
categories: ['IT'],
},
{
name: 'Close square',
filename: 'xclosesquare.svg',
searchTerms: ['close', 'cross', 'dialog', 'delete'],
categories: ['IT'],
},
{
name: 'Plus',
filename: 'plus.svg',
searchTerms: ['plus', 'add', 'create', 'new', 'more'],
categories: ['IT'],
},
{
name: 'Translate',
filename: 'translate.svg',
searchTerms: ['translate', 'multilanguage', 'language', 'translator'],
categories: ['IT'],
},
];

0 comments on commit ee22b03

Please sign in to comment.