diff --git a/ViewModel/LucideIconsInterface.php b/ViewModel/LucideIconsInterface.php
index a5027750..6cd648ce 100644
--- a/ViewModel/LucideIconsInterface.php
+++ b/ViewModel/LucideIconsInterface.php
@@ -235,6 +235,7 @@
* @method string brainHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string brickWallHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string briefcaseBusinessHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
+ * @method string briefcaseConveyorBeltHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string briefcaseMedicalHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string briefcaseHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string bringToFrontHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
@@ -405,6 +406,7 @@
* @method string clock7Html(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string clock8Html(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string clock9Html(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
+ * @method string clockAlertHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string clockArrowDownHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string clockArrowUpHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string clockHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
@@ -599,6 +601,7 @@
* @method string fileType2Html(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string fileTypeHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string fileUpHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
+ * @method string fileUserHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string fileVideo2Html(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string fileVideoHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string fileVolume2Html(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
@@ -713,6 +716,7 @@
* @method string graduationCapHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string grapeHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string grid2x2CheckHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
+ * @method string grid2x2PlusHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string grid2x2XHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string grid2x2Html(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string grid3x3Html(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
@@ -744,6 +748,7 @@
* @method string heading5Html(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string heading6Html(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string headingHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
+ * @method string headphoneOffHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string headphonesHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string headsetHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string heartCrackHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
@@ -914,6 +919,7 @@
* @method string messageSquareDiffHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string messageSquareDotHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string messageSquareHeartHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
+ * @method string messageSquareLockHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string messageSquareMoreHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string messageSquareOffHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string messageSquarePlusHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
diff --git a/view/frontend/web/svg/lucide/book-open-check.svg b/view/frontend/web/svg/lucide/book-open-check.svg
index b31226a9..3ba789f3 100644
--- a/view/frontend/web/svg/lucide/book-open-check.svg
+++ b/view/frontend/web/svg/lucide/book-open-check.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/view/frontend/web/svg/lucide/book-open-text.svg b/view/frontend/web/svg/lucide/book-open-text.svg
index 24a25378..b1d3676c 100644
--- a/view/frontend/web/svg/lucide/book-open-text.svg
+++ b/view/frontend/web/svg/lucide/book-open-text.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/view/frontend/web/svg/lucide/book-open.svg b/view/frontend/web/svg/lucide/book-open.svg
index a87deae3..d92de5de 100644
--- a/view/frontend/web/svg/lucide/book-open.svg
+++ b/view/frontend/web/svg/lucide/book-open.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/view/frontend/web/svg/lucide/briefcase-conveyor-belt.svg b/view/frontend/web/svg/lucide/briefcase-conveyor-belt.svg
new file mode 100644
index 00000000..f90b0658
--- /dev/null
+++ b/view/frontend/web/svg/lucide/briefcase-conveyor-belt.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/view/frontend/web/svg/lucide/caravan.svg b/view/frontend/web/svg/lucide/caravan.svg
index 1694bdc2..d29a92bd 100644
--- a/view/frontend/web/svg/lucide/caravan.svg
+++ b/view/frontend/web/svg/lucide/caravan.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/view/frontend/web/svg/lucide/circle-stop.svg b/view/frontend/web/svg/lucide/circle-stop.svg
index a3cc215c..7eb298de 100644
--- a/view/frontend/web/svg/lucide/circle-stop.svg
+++ b/view/frontend/web/svg/lucide/circle-stop.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/view/frontend/web/svg/lucide/clock-alert.svg b/view/frontend/web/svg/lucide/clock-alert.svg
new file mode 100644
index 00000000..6a38868e
--- /dev/null
+++ b/view/frontend/web/svg/lucide/clock-alert.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/view/frontend/web/svg/lucide/combine.svg b/view/frontend/web/svg/lucide/combine.svg
index 67e11ec2..81739196 100644
--- a/view/frontend/web/svg/lucide/combine.svg
+++ b/view/frontend/web/svg/lucide/combine.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/view/frontend/web/svg/lucide/file-user.svg b/view/frontend/web/svg/lucide/file-user.svg
new file mode 100644
index 00000000..55b8b16d
--- /dev/null
+++ b/view/frontend/web/svg/lucide/file-user.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/view/frontend/web/svg/lucide/grid-2x2-plus.svg b/view/frontend/web/svg/lucide/grid-2x2-plus.svg
new file mode 100644
index 00000000..0d8ae382
--- /dev/null
+++ b/view/frontend/web/svg/lucide/grid-2x2-plus.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/view/frontend/web/svg/lucide/headphone-off.svg b/view/frontend/web/svg/lucide/headphone-off.svg
new file mode 100644
index 00000000..3aeeba5b
--- /dev/null
+++ b/view/frontend/web/svg/lucide/headphone-off.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/view/frontend/web/svg/lucide/loader-pinwheel.svg b/view/frontend/web/svg/lucide/loader-pinwheel.svg
index fb1b5742..af3ed1fb 100644
--- a/view/frontend/web/svg/lucide/loader-pinwheel.svg
+++ b/view/frontend/web/svg/lucide/loader-pinwheel.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/view/frontend/web/svg/lucide/message-square-lock.svg b/view/frontend/web/svg/lucide/message-square-lock.svg
new file mode 100644
index 00000000..fe3f25fc
--- /dev/null
+++ b/view/frontend/web/svg/lucide/message-square-lock.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/view/frontend/web/svg/lucide/messages-square.svg b/view/frontend/web/svg/lucide/messages-square.svg
index 95f2feaf..663407c8 100644
--- a/view/frontend/web/svg/lucide/messages-square.svg
+++ b/view/frontend/web/svg/lucide/messages-square.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/view/frontend/web/svg/lucide/octagon-pause.svg b/view/frontend/web/svg/lucide/octagon-pause.svg
index 178327b3..54e35947 100644
--- a/view/frontend/web/svg/lucide/octagon-pause.svg
+++ b/view/frontend/web/svg/lucide/octagon-pause.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file