diff --git a/src/assets/icons/arrow-right.svg b/src/assets/icons/arrow-right.svg
new file mode 100644
index 0000000..a413e58
--- /dev/null
+++ b/src/assets/icons/arrow-right.svg
@@ -0,0 +1,9 @@
+
+
diff --git a/src/assets/icons/plus.svg b/src/assets/icons/plus.svg
new file mode 100644
index 0000000..ec0b73a
--- /dev/null
+++ b/src/assets/icons/plus.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/src/assets/icons/radio-indeterminate.svg b/src/assets/icons/radio-indeterminate.svg
new file mode 100644
index 0000000..35c8b82
--- /dev/null
+++ b/src/assets/icons/radio-indeterminate.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/src/assets/icons/radio-selected.svg b/src/assets/icons/radio-selected.svg
new file mode 100644
index 0000000..cfef08c
--- /dev/null
+++ b/src/assets/icons/radio-selected.svg
@@ -0,0 +1,17 @@
+
+
diff --git a/src/lib/empty-states/empty-state/empty-state.component.ts b/src/lib/empty-states/empty-state/empty-state.component.ts
index 56a99e1..4f2c9cc 100644
--- a/src/lib/empty-states/empty-state/empty-state.component.ts
+++ b/src/lib/empty-states/empty-state/empty-state.component.ts
@@ -14,7 +14,7 @@ export class EmptyStateComponent implements OnInit {
@Input() @Required() text!: string;
@Input() icon?: string;
@Input() showButton = true;
- @Input() buttonIcon = 'red:plus';
+ @Input() buttonIcon = 'iqser:plus';
@Input() buttonLabel?: string;
@Input() horizontalPadding = 100;
@Input() verticalPadding = 120;
diff --git a/src/lib/filtering/popup-filter/popup-filter.component.html b/src/lib/filtering/popup-filter/popup-filter.component.html
index 3dc2550..614d8e6 100644
--- a/src/lib/filtering/popup-filter/popup-filter.component.html
+++ b/src/lib/filtering/popup-filter/popup-filter.component.html
@@ -1,19 +1,19 @@
@@ -95,7 +95,7 @@