Skip to content

Commit

Permalink
Merge pull request #609 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 10, 2024
2 parents ecd421f + a1410a3 commit 5a6ba61
Show file tree
Hide file tree
Showing 9 changed files with 57 additions and 1 deletion.
1 change: 1 addition & 0 deletions public/icons/chartlineup.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/database.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/files.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/flowertulip.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/info.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/pottedplant.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/siren.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/wallet.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 49 additions & 1 deletion src/pods/properties/components/icon-selector/modal/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1535,7 +1535,7 @@ export const iconCollection: IconInfo[] = [
{
name: 'Warning',
filename: 'warning.svg',
searchTerms: ['warning', 'alert', 'caution', 'attention'],
searchTerms: ['warning', 'alert', 'caution', 'stop', 'attention'],
categories: ['IT'],
},
{
Expand Down Expand Up @@ -2007,4 +2007,52 @@ export const iconCollection: IconInfo[] = [
searchTerms: ['tag', 'label', 'mark', 'identify'],
categories: ['IT'],
},
{
name: 'Wallet',
filename: 'wallet.svg',
searchTerms: ['wallet', 'money', 'cash', 'pay'],
categories: ['Ecommerce'],
},
{
name: 'Orders',
filename: 'files.svg',
searchTerms: ['orders', 'files', 'documents', 'invoices'],
categories: ['Ecommerce'],
},
{
name: 'Potted plant',
filename: 'pottedplant.svg',
searchTerms: ['potted', 'plant', 'nature', 'flower'],
categories: ['IT'],
},
{
name: 'Tulip',
filename: 'flowertulip.svg',
searchTerms: ['tulip', 'flower', 'nature', 'plant'],
categories: ['IT'],
},
{
name: 'Chart line up',
filename: 'chartlineup.svg',
searchTerms: ['trade', 'chart', 'graph', 'business', 'benefits'],
categories: ['IT'],
},
{
name: 'Database',
filename: 'database.svg',
searchTerms: ['database', 'data', 'storage', 'information'],
categories: ['IT'],
},
{
name: 'Info',
filename: 'info.svg',
searchTerms: ['info', 'details', 'help', 'support'],
categories: ['IT'],
},
{
name: 'Siren',
filename: 'siren.svg',
searchTerms: ['siren', 'alarm', 'warning', 'alert', 'attention'],
categories: ['IT'],
},
];

0 comments on commit 5a6ba61

Please sign in to comment.