diff --git a/public/icons/chartlineup.svg b/public/icons/chartlineup.svg
new file mode 100644
index 00000000..5dd62ad4
--- /dev/null
+++ b/public/icons/chartlineup.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/icons/database.svg b/public/icons/database.svg
new file mode 100644
index 00000000..16a9f8c4
--- /dev/null
+++ b/public/icons/database.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/icons/files.svg b/public/icons/files.svg
new file mode 100644
index 00000000..d926b660
--- /dev/null
+++ b/public/icons/files.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/icons/flowertulip.svg b/public/icons/flowertulip.svg
new file mode 100644
index 00000000..8c4c5af4
--- /dev/null
+++ b/public/icons/flowertulip.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/icons/info.svg b/public/icons/info.svg
new file mode 100644
index 00000000..93c42cd3
--- /dev/null
+++ b/public/icons/info.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/icons/pottedplant.svg b/public/icons/pottedplant.svg
new file mode 100644
index 00000000..66095285
--- /dev/null
+++ b/public/icons/pottedplant.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/icons/siren.svg b/public/icons/siren.svg
new file mode 100644
index 00000000..323b6cfa
--- /dev/null
+++ b/public/icons/siren.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/icons/wallet.svg b/public/icons/wallet.svg
new file mode 100644
index 00000000..b2ad1436
--- /dev/null
+++ b/public/icons/wallet.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/pods/properties/components/icon-selector/modal/icons.ts b/src/pods/properties/components/icon-selector/modal/icons.ts
index 1e527216..8b1f1440 100644
--- a/src/pods/properties/components/icon-selector/modal/icons.ts
+++ b/src/pods/properties/components/icon-selector/modal/icons.ts
@@ -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'],
},
{
@@ -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'],
+ },
];