diff --git a/.commit b/.commit
new file mode 100644
index 0000000..2c7bfc6
--- /dev/null
+++ b/.commit
@@ -0,0 +1 @@
+bdcfcda5700b931b436dd665df7f3ed544da3a96
diff --git a/.env b/.env
new file mode 100644
index 0000000..a195099
--- /dev/null
+++ b/.env
@@ -0,0 +1,2 @@
+REPOSITORY=CyCraft/pepicons
+BRANCH=dev
diff --git a/config/generation.php b/config/generation.php
new file mode 100644
index 0000000..f47fb5e
--- /dev/null
+++ b/config/generation.php
@@ -0,0 +1,38 @@
+optimize()
+ ->postOptimizationAsString(function ($svgLine){
+ return $svgLine;
+ // $replacePattern = [
+ // '/stroke="#000"/s' => 'stroke="currentColor"',
+ // ];
+ // return preg_replace(array_keys($replacePattern), array_values($replacePattern), $svgLine);
+ })
+ ->save();
+};
+
+return [
+ [
+ // Define a source directory for the sets like a node_modules/ or vendor/ directory...
+ 'source' => __DIR__.'/../dist/packages/pepicons/svg/pop',
+
+ // Define a destination directory for your icons. The below is a good default...
+ 'destination' => __DIR__.'/../resources/svg',
+
+ // Enable "safe" mode which will prevent deletion of old icons...
+ 'safe' => false,
+
+ // Call an optional callback to manipulate the icon
+ // with the pathname of the icon and the settings from above...
+ 'after' => $svgNormalization,
+
+ 'is-solid' => true,
+ ],
+];
diff --git a/resources/svg/airplane.svg b/resources/svg/airplane.svg
index e2e6739..f67ffbb 100644
--- a/resources/svg/airplane.svg
+++ b/resources/svg/airplane.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/alarm.svg b/resources/svg/alarm.svg
new file mode 100644
index 0000000..85d7faf
--- /dev/null
+++ b/resources/svg/alarm.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/angle-down.svg b/resources/svg/angle-down.svg
index 08ea34b..22bada3 100644
--- a/resources/svg/angle-down.svg
+++ b/resources/svg/angle-down.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/angle-left.svg b/resources/svg/angle-left.svg
index 9385bd1..03c88fe 100644
--- a/resources/svg/angle-left.svg
+++ b/resources/svg/angle-left.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/angle-right.svg b/resources/svg/angle-right.svg
index 99139b6..184975f 100644
--- a/resources/svg/angle-right.svg
+++ b/resources/svg/angle-right.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/angle-up.svg b/resources/svg/angle-up.svg
index e511b5a..61a5948 100644
--- a/resources/svg/angle-up.svg
+++ b/resources/svg/angle-up.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/arrow-down-left.svg b/resources/svg/arrow-down-left.svg
index 5b4b7e2..e8e724a 100644
--- a/resources/svg/arrow-down-left.svg
+++ b/resources/svg/arrow-down-left.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/arrow-down-right.svg b/resources/svg/arrow-down-right.svg
index 86bd80c..bc26322 100644
--- a/resources/svg/arrow-down-right.svg
+++ b/resources/svg/arrow-down-right.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/arrow-down.svg b/resources/svg/arrow-down.svg
index 5da8735..fc09f18 100644
--- a/resources/svg/arrow-down.svg
+++ b/resources/svg/arrow-down.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/arrow-left.svg b/resources/svg/arrow-left.svg
index 31d8a7b..23eec48 100644
--- a/resources/svg/arrow-left.svg
+++ b/resources/svg/arrow-left.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/arrow-right.svg b/resources/svg/arrow-right.svg
index 24c1fcd..e4a81bc 100644
--- a/resources/svg/arrow-right.svg
+++ b/resources/svg/arrow-right.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/arrow-up-left.svg b/resources/svg/arrow-up-left.svg
index 675277f..088888e 100644
--- a/resources/svg/arrow-up-left.svg
+++ b/resources/svg/arrow-up-left.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/arrow-up-right.svg b/resources/svg/arrow-up-right.svg
index 259b040..19d0442 100644
--- a/resources/svg/arrow-up-right.svg
+++ b/resources/svg/arrow-up-right.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/arrow-up.svg b/resources/svg/arrow-up.svg
index d76c626..16bbe88 100644
--- a/resources/svg/arrow-up.svg
+++ b/resources/svg/arrow-up.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/bank.svg b/resources/svg/bank.svg
new file mode 100644
index 0000000..fbad6d5
--- /dev/null
+++ b/resources/svg/bank.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/battery.svg b/resources/svg/battery.svg
index 899a453..09ac63e 100644
--- a/resources/svg/battery.svg
+++ b/resources/svg/battery.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/bell-off.svg b/resources/svg/bell-off.svg
index e699226..f529e1d 100644
--- a/resources/svg/bell-off.svg
+++ b/resources/svg/bell-off.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/bell.svg b/resources/svg/bell.svg
index 1c6fb29..69224dc 100644
--- a/resources/svg/bell.svg
+++ b/resources/svg/bell.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/bicycle.svg b/resources/svg/bicycle.svg
index fddb70a..480d92f 100644
--- a/resources/svg/bicycle.svg
+++ b/resources/svg/bicycle.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/bluetooth.svg b/resources/svg/bluetooth.svg
index 1c59809..688737d 100644
--- a/resources/svg/bluetooth.svg
+++ b/resources/svg/bluetooth.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/book.svg b/resources/svg/book.svg
index f035ee1..2681a90 100644
--- a/resources/svg/book.svg
+++ b/resources/svg/book.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/bookmark-filled.svg b/resources/svg/bookmark-filled.svg
index c7446f7..2b829df 100644
--- a/resources/svg/bookmark-filled.svg
+++ b/resources/svg/bookmark-filled.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/bookmark.svg b/resources/svg/bookmark.svg
index 45152e8..a9bd3c3 100644
--- a/resources/svg/bookmark.svg
+++ b/resources/svg/bookmark.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/briefcase.svg b/resources/svg/briefcase.svg
new file mode 100644
index 0000000..5aea276
--- /dev/null
+++ b/resources/svg/briefcase.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/building.svg b/resources/svg/building.svg
index 2ff36f1..18e9f2b 100644
--- a/resources/svg/building.svg
+++ b/resources/svg/building.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/calculator.svg b/resources/svg/calculator.svg
index 753633c..8b4fcc4 100644
--- a/resources/svg/calculator.svg
+++ b/resources/svg/calculator.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/calendar.svg b/resources/svg/calendar.svg
index 90618e6..fad7166 100644
--- a/resources/svg/calendar.svg
+++ b/resources/svg/calendar.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/camera.svg b/resources/svg/camera.svg
index 2880cd1..ad5fb8c 100644
--- a/resources/svg/camera.svg
+++ b/resources/svg/camera.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/can.svg b/resources/svg/can.svg
index 297d6ad..84cab8c 100644
--- a/resources/svg/can.svg
+++ b/resources/svg/can.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/car.svg b/resources/svg/car.svg
index b08d9b9..d6ca596 100644
--- a/resources/svg/car.svg
+++ b/resources/svg/car.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/cart.svg b/resources/svg/cart.svg
index d62fec1..2d35cc2 100644
--- a/resources/svg/cart.svg
+++ b/resources/svg/cart.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/cellphone-eye.svg b/resources/svg/cellphone-eye.svg
new file mode 100644
index 0000000..fcacd5c
--- /dev/null
+++ b/resources/svg/cellphone-eye.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/cellphone-loop.svg b/resources/svg/cellphone-loop.svg
new file mode 100644
index 0000000..6bd692c
--- /dev/null
+++ b/resources/svg/cellphone-loop.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/chain.svg b/resources/svg/chain.svg
index ae4e1b7..bb8ed78 100644
--- a/resources/svg/chain.svg
+++ b/resources/svg/chain.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/checkmark.svg b/resources/svg/checkmark.svg
index c7ae552..e90890b 100644
--- a/resources/svg/checkmark.svg
+++ b/resources/svg/checkmark.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/circle-filled.svg b/resources/svg/circle-filled.svg
index 1cc1900..44cbbc3 100644
--- a/resources/svg/circle-filled.svg
+++ b/resources/svg/circle-filled.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/circle.svg b/resources/svg/circle.svg
index 7d72cdf..f74a07a 100644
--- a/resources/svg/circle.svg
+++ b/resources/svg/circle.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/clapperboard.svg b/resources/svg/clapperboard.svg
new file mode 100644
index 0000000..ce43483
--- /dev/null
+++ b/resources/svg/clapperboard.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/clipboard-check-circle.svg b/resources/svg/clipboard-check-circle.svg
new file mode 100644
index 0000000..8cbb58c
--- /dev/null
+++ b/resources/svg/clipboard-check-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/clipboard-check.svg b/resources/svg/clipboard-check.svg
new file mode 100644
index 0000000..8e6ae5d
--- /dev/null
+++ b/resources/svg/clipboard-check.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/clipboard.svg b/resources/svg/clipboard.svg
index e58e870..a5ea9f2 100644
--- a/resources/svg/clipboard.svg
+++ b/resources/svg/clipboard.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/clock.svg b/resources/svg/clock.svg
index ba18091..04ceb1d 100644
--- a/resources/svg/clock.svg
+++ b/resources/svg/clock.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/cloud-down-filled.svg b/resources/svg/cloud-down-filled.svg
index 0fd82b4..119c355 100644
--- a/resources/svg/cloud-down-filled.svg
+++ b/resources/svg/cloud-down-filled.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/cloud-down.svg b/resources/svg/cloud-down.svg
index 34b0816..36a0048 100644
--- a/resources/svg/cloud-down.svg
+++ b/resources/svg/cloud-down.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/cloud-filled.svg b/resources/svg/cloud-filled.svg
index aafed4c..b470c16 100644
--- a/resources/svg/cloud-filled.svg
+++ b/resources/svg/cloud-filled.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/cloud-up-filled.svg b/resources/svg/cloud-up-filled.svg
index 19fa760..509d376 100644
--- a/resources/svg/cloud-up-filled.svg
+++ b/resources/svg/cloud-up-filled.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/cloud-up.svg b/resources/svg/cloud-up.svg
index 9291fe5..116c70e 100644
--- a/resources/svg/cloud-up.svg
+++ b/resources/svg/cloud-up.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/cloud.svg b/resources/svg/cloud.svg
index 22c4941..fc81777 100644
--- a/resources/svg/cloud.svg
+++ b/resources/svg/cloud.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/coctail.svg b/resources/svg/coctail.svg
index f9f6169..679ade6 100644
--- a/resources/svg/coctail.svg
+++ b/resources/svg/coctail.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/code.svg b/resources/svg/code.svg
new file mode 100644
index 0000000..ad7457a
--- /dev/null
+++ b/resources/svg/code.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/color-picker.svg b/resources/svg/color-picker.svg
index 71c1b55..2bcc699 100644
--- a/resources/svg/color-picker.svg
+++ b/resources/svg/color-picker.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/contract.svg b/resources/svg/contract.svg
index f83f139..b413fe3 100644
--- a/resources/svg/contract.svg
+++ b/resources/svg/contract.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/controller.svg b/resources/svg/controller.svg
index fe4769c..939f88e 100644
--- a/resources/svg/controller.svg
+++ b/resources/svg/controller.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/countdown.svg b/resources/svg/countdown.svg
new file mode 100644
index 0000000..fbd5399
--- /dev/null
+++ b/resources/svg/countdown.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/credit-card.svg b/resources/svg/credit-card.svg
index 1b9a50a..205eba0 100644
--- a/resources/svg/credit-card.svg
+++ b/resources/svg/credit-card.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/crown.svg b/resources/svg/crown.svg
index c67499c..c833966 100644
--- a/resources/svg/crown.svg
+++ b/resources/svg/crown.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/cup.svg b/resources/svg/cup.svg
index ee706cc..985533b 100644
--- a/resources/svg/cup.svg
+++ b/resources/svg/cup.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/cv.svg b/resources/svg/cv.svg
new file mode 100644
index 0000000..555e3b8
--- /dev/null
+++ b/resources/svg/cv.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/division.svg b/resources/svg/division.svg
index 6fb3f22..c259fb3 100644
--- a/resources/svg/division.svg
+++ b/resources/svg/division.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/dots-x.svg b/resources/svg/dots-x.svg
index 1d942e5..2e2dbad 100644
--- a/resources/svg/dots-x.svg
+++ b/resources/svg/dots-x.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/dots-y.svg b/resources/svg/dots-y.svg
index e5319e0..72f5ec9 100644
--- a/resources/svg/dots-y.svg
+++ b/resources/svg/dots-y.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/dress.svg b/resources/svg/dress.svg
index 7a55c3e..bedcf8e 100644
--- a/resources/svg/dress.svg
+++ b/resources/svg/dress.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/duplicate.svg b/resources/svg/duplicate.svg
index 263b67c..b01bb2a 100644
--- a/resources/svg/duplicate.svg
+++ b/resources/svg/duplicate.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/electricity.svg b/resources/svg/electricity.svg
index e96d4d4..dfee941 100644
--- a/resources/svg/electricity.svg
+++ b/resources/svg/electricity.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/enter.svg b/resources/svg/enter.svg
index f6a6509..ab93e7e 100644
--- a/resources/svg/enter.svg
+++ b/resources/svg/enter.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/exclamation-circle.svg b/resources/svg/exclamation-circle.svg
new file mode 100644
index 0000000..28c422d
--- /dev/null
+++ b/resources/svg/exclamation-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/exclamation-filled.svg b/resources/svg/exclamation-filled.svg
index 9cba0f5..fa269be 100644
--- a/resources/svg/exclamation-filled.svg
+++ b/resources/svg/exclamation-filled.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/exclamation.svg b/resources/svg/exclamation.svg
index 96b1125..157111c 100644
--- a/resources/svg/exclamation.svg
+++ b/resources/svg/exclamation.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/expand.svg b/resources/svg/expand.svg
index 1083812..eed86c9 100644
--- a/resources/svg/expand.svg
+++ b/resources/svg/expand.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/eye-closed.svg b/resources/svg/eye-closed.svg
index a0a5a14..b1e255f 100644
--- a/resources/svg/eye-closed.svg
+++ b/resources/svg/eye-closed.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/eye-frame.svg b/resources/svg/eye-frame.svg
new file mode 100644
index 0000000..cb96e29
--- /dev/null
+++ b/resources/svg/eye-frame.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/eye-off.svg b/resources/svg/eye-off.svg
index 1c0b32e..b340b37 100644
--- a/resources/svg/eye-off.svg
+++ b/resources/svg/eye-off.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/eye.svg b/resources/svg/eye.svg
index c4ef228..667c43e 100644
--- a/resources/svg/eye.svg
+++ b/resources/svg/eye.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/fast-forward.svg b/resources/svg/fast-forward.svg
new file mode 100644
index 0000000..2bb4259
--- /dev/null
+++ b/resources/svg/fast-forward.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/file-loop.svg b/resources/svg/file-loop.svg
new file mode 100644
index 0000000..6b36666
--- /dev/null
+++ b/resources/svg/file-loop.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/file.svg b/resources/svg/file.svg
index edcd1d8..68368ca 100644
--- a/resources/svg/file.svg
+++ b/resources/svg/file.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/film-frame.svg b/resources/svg/film-frame.svg
index c4655c6..1d7ba2a 100644
--- a/resources/svg/film-frame.svg
+++ b/resources/svg/film-frame.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/fire.svg b/resources/svg/fire.svg
new file mode 100644
index 0000000..486731a
--- /dev/null
+++ b/resources/svg/fire.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/flag-straight.svg b/resources/svg/flag-straight.svg
new file mode 100644
index 0000000..a0c89bb
--- /dev/null
+++ b/resources/svg/flag-straight.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/flag.svg b/resources/svg/flag.svg
index 3525752..fa80908 100644
--- a/resources/svg/flag.svg
+++ b/resources/svg/flag.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/flower-bud.svg b/resources/svg/flower-bud.svg
index daf1e92..e7ab700 100644
--- a/resources/svg/flower-bud.svg
+++ b/resources/svg/flower-bud.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/flower.svg b/resources/svg/flower.svg
index b61a2ad..c15b512 100644
--- a/resources/svg/flower.svg
+++ b/resources/svg/flower.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/folder.svg b/resources/svg/folder.svg
index 19a6e39..877f486 100644
--- a/resources/svg/folder.svg
+++ b/resources/svg/folder.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/folding-stool.svg b/resources/svg/folding-stool.svg
new file mode 100644
index 0000000..821d4bc
--- /dev/null
+++ b/resources/svg/folding-stool.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/gear-filled.svg b/resources/svg/gear-filled.svg
new file mode 100644
index 0000000..1a7ea3f
--- /dev/null
+++ b/resources/svg/gear-filled.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/gear.svg b/resources/svg/gear.svg
index ad5b75f..4b549f0 100644
--- a/resources/svg/gear.svg
+++ b/resources/svg/gear.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/gift.svg b/resources/svg/gift.svg
index 1e9fb53..81c4ce8 100644
--- a/resources/svg/gift.svg
+++ b/resources/svg/gift.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/grab.svg b/resources/svg/grab.svg
index d84cca8..9349094 100644
--- a/resources/svg/grab.svg
+++ b/resources/svg/grab.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/grid.svg b/resources/svg/grid.svg
new file mode 100644
index 0000000..1cfa5c0
--- /dev/null
+++ b/resources/svg/grid.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/hamburger.svg b/resources/svg/hamburger.svg
index 2452ab6..fef3d47 100644
--- a/resources/svg/hamburger.svg
+++ b/resources/svg/hamburger.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/hand-grab.svg b/resources/svg/hand-grab.svg
new file mode 100644
index 0000000..b5c1ce2
--- /dev/null
+++ b/resources/svg/hand-grab.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/hand-open.svg b/resources/svg/hand-open.svg
new file mode 100644
index 0000000..3427a17
--- /dev/null
+++ b/resources/svg/hand-open.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/hand-point-open.svg b/resources/svg/hand-point-open.svg
new file mode 100644
index 0000000..b0eb1a5
--- /dev/null
+++ b/resources/svg/hand-point-open.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/hand-point.svg b/resources/svg/hand-point.svg
new file mode 100644
index 0000000..9d5110b
--- /dev/null
+++ b/resources/svg/hand-point.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/handshake.svg b/resources/svg/handshake.svg
new file mode 100644
index 0000000..dc54ca9
--- /dev/null
+++ b/resources/svg/handshake.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/hash.svg b/resources/svg/hash.svg
index b751586..4ab4ec6 100644
--- a/resources/svg/hash.svg
+++ b/resources/svg/hash.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/headphone.svg b/resources/svg/headphone.svg
index 3954713..30967d6 100644
--- a/resources/svg/headphone.svg
+++ b/resources/svg/headphone.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/heart.svg b/resources/svg/heart.svg
index aaeb1ba..cd4fe91 100644
--- a/resources/svg/heart.svg
+++ b/resources/svg/heart.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/hourglass.svg b/resources/svg/hourglass.svg
new file mode 100644
index 0000000..f1b8c75
--- /dev/null
+++ b/resources/svg/hourglass.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/house.svg b/resources/svg/house.svg
index 7f34f0a..e4381c6 100644
--- a/resources/svg/house.svg
+++ b/resources/svg/house.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/identification.svg b/resources/svg/identification.svg
index 0d5d6c8..4840582 100644
--- a/resources/svg/identification.svg
+++ b/resources/svg/identification.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/info-circle.svg b/resources/svg/info-circle.svg
new file mode 100644
index 0000000..e6ac1ea
--- /dev/null
+++ b/resources/svg/info-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/info-filled.svg b/resources/svg/info-filled.svg
index 5a90e9d..bd357ff 100644
--- a/resources/svg/info-filled.svg
+++ b/resources/svg/info-filled.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/info.svg b/resources/svg/info.svg
index f20a979..3085d75 100644
--- a/resources/svg/info.svg
+++ b/resources/svg/info.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/internet.svg b/resources/svg/internet.svg
index e6cf231..3ac5bdf 100644
--- a/resources/svg/internet.svg
+++ b/resources/svg/internet.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/key.svg b/resources/svg/key.svg
index f8328ab..b148ed4 100644
--- a/resources/svg/key.svg
+++ b/resources/svg/key.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/knive-fork.svg b/resources/svg/knive-fork.svg
index 0ff5aee..3a8bd87 100644
--- a/resources/svg/knive-fork.svg
+++ b/resources/svg/knive-fork.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/label.svg b/resources/svg/label.svg
index 1735e38..42cb23e 100644
--- a/resources/svg/label.svg
+++ b/resources/svg/label.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/leave.svg b/resources/svg/leave.svg
index 7161d7d..c1bb9f9 100644
--- a/resources/svg/leave.svg
+++ b/resources/svg/leave.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/letter-open.svg b/resources/svg/letter-open.svg
new file mode 100644
index 0000000..fe4453a
--- /dev/null
+++ b/resources/svg/letter-open.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/letter.svg b/resources/svg/letter.svg
index 115d6e2..885001e 100644
--- a/resources/svg/letter.svg
+++ b/resources/svg/letter.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/list.svg b/resources/svg/list.svg
index 58be52b..15abb0b 100644
--- a/resources/svg/list.svg
+++ b/resources/svg/list.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/lock-closed.svg b/resources/svg/lock-closed.svg
index ff7ceed..5f59b7d 100644
--- a/resources/svg/lock-closed.svg
+++ b/resources/svg/lock-closed.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/lock-open.svg b/resources/svg/lock-open.svg
index 3ea9bfa..a323201 100644
--- a/resources/svg/lock-open.svg
+++ b/resources/svg/lock-open.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/loop-minus.svg b/resources/svg/loop-minus.svg
index b7ee476..281294e 100644
--- a/resources/svg/loop-minus.svg
+++ b/resources/svg/loop-minus.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/loop-plus.svg b/resources/svg/loop-plus.svg
index ee792b9..0bbb3d1 100644
--- a/resources/svg/loop-plus.svg
+++ b/resources/svg/loop-plus.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/loop.svg b/resources/svg/loop.svg
index 51ba7eb..e5e1d03 100644
--- a/resources/svg/loop.svg
+++ b/resources/svg/loop.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/magnet.svg b/resources/svg/magnet.svg
index 6bef125..312565c 100644
--- a/resources/svg/magnet.svg
+++ b/resources/svg/magnet.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/map.svg b/resources/svg/map.svg
index faefca3..63d2c20 100644
--- a/resources/svg/map.svg
+++ b/resources/svg/map.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/megaphone.svg b/resources/svg/megaphone.svg
index 41cf050..5f5b179 100644
--- a/resources/svg/megaphone.svg
+++ b/resources/svg/megaphone.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/menu.svg b/resources/svg/menu.svg
new file mode 100644
index 0000000..3995e79
--- /dev/null
+++ b/resources/svg/menu.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/microphone.svg b/resources/svg/microphone.svg
index e1df146..60c9727 100644
--- a/resources/svg/microphone.svg
+++ b/resources/svg/microphone.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/microphone2.svg b/resources/svg/microphone2.svg
new file mode 100644
index 0000000..b469fa5
--- /dev/null
+++ b/resources/svg/microphone2.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/minus.svg b/resources/svg/minus.svg
index 078a062..50af4d6 100644
--- a/resources/svg/minus.svg
+++ b/resources/svg/minus.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/monitor-eye.svg b/resources/svg/monitor-eye.svg
new file mode 100644
index 0000000..7e3f709
--- /dev/null
+++ b/resources/svg/monitor-eye.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/monitor-loop.svg b/resources/svg/monitor-loop.svg
new file mode 100644
index 0000000..920ec13
--- /dev/null
+++ b/resources/svg/monitor-loop.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/monitor.svg b/resources/svg/monitor.svg
index 1899f6d..673c28a 100644
--- a/resources/svg/monitor.svg
+++ b/resources/svg/monitor.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/monitor2.svg b/resources/svg/monitor2.svg
index 6cb1903..6c518f8 100644
--- a/resources/svg/monitor2.svg
+++ b/resources/svg/monitor2.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/moon-filled.svg b/resources/svg/moon-filled.svg
index 3474f61..d3a9d4b 100644
--- a/resources/svg/moon-filled.svg
+++ b/resources/svg/moon-filled.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/moon.svg b/resources/svg/moon.svg
index a7eb298..b250d85 100644
--- a/resources/svg/moon.svg
+++ b/resources/svg/moon.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/motorcycle.svg b/resources/svg/motorcycle.svg
index 6a7329a..f25f505 100644
--- a/resources/svg/motorcycle.svg
+++ b/resources/svg/motorcycle.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/move-x.svg b/resources/svg/move-x.svg
index 84f382d..961124a 100644
--- a/resources/svg/move-x.svg
+++ b/resources/svg/move-x.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/move-y.svg b/resources/svg/move-y.svg
index ebf0d6f..7e71400 100644
--- a/resources/svg/move-y.svg
+++ b/resources/svg/move-y.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/music-note-double.svg b/resources/svg/music-note-double.svg
index b493f90..5054ba4 100644
--- a/resources/svg/music-note-double.svg
+++ b/resources/svg/music-note-double.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/music-note-single.svg b/resources/svg/music-note-single.svg
index d9fa12d..fc6f3ad 100644
--- a/resources/svg/music-note-single.svg
+++ b/resources/svg/music-note-single.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/next-track.svg b/resources/svg/next-track.svg
new file mode 100644
index 0000000..dafe0cb
--- /dev/null
+++ b/resources/svg/next-track.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/no-entry.svg b/resources/svg/no-entry.svg
new file mode 100644
index 0000000..58b8887
--- /dev/null
+++ b/resources/svg/no-entry.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/open.svg b/resources/svg/open.svg
index ca81af2..cae8fb2 100644
--- a/resources/svg/open.svg
+++ b/resources/svg/open.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/paint-pallet.svg b/resources/svg/paint-pallet.svg
index bcc7f9f..9e04f63 100644
--- a/resources/svg/paint-pallet.svg
+++ b/resources/svg/paint-pallet.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/pause.svg b/resources/svg/pause.svg
new file mode 100644
index 0000000..4c74330
--- /dev/null
+++ b/resources/svg/pause.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/pen.svg b/resources/svg/pen.svg
index 694a67f..a9442f4 100644
--- a/resources/svg/pen.svg
+++ b/resources/svg/pen.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/people.svg b/resources/svg/people.svg
index aa95a10..4504768 100644
--- a/resources/svg/people.svg
+++ b/resources/svg/people.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/person-checkmark.svg b/resources/svg/person-checkmark.svg
index 1fab57d..e48d910 100644
--- a/resources/svg/person-checkmark.svg
+++ b/resources/svg/person-checkmark.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/person-filled.svg b/resources/svg/person-filled.svg
index 6e4df76..63cf9f0 100644
--- a/resources/svg/person-filled.svg
+++ b/resources/svg/person-filled.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/person-plus.svg b/resources/svg/person-plus.svg
index 2e86e98..991fe56 100644
--- a/resources/svg/person-plus.svg
+++ b/resources/svg/person-plus.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/person.svg b/resources/svg/person.svg
index 07b7e39..59b1770 100644
--- a/resources/svg/person.svg
+++ b/resources/svg/person.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/persons.svg b/resources/svg/persons.svg
index d441105..0863a6f 100644
--- a/resources/svg/persons.svg
+++ b/resources/svg/persons.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/phone.svg b/resources/svg/phone.svg
index 63f34be..209002f 100644
--- a/resources/svg/phone.svg
+++ b/resources/svg/phone.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/photo-camera.svg b/resources/svg/photo-camera.svg
index e5074c6..a4c09c1 100644
--- a/resources/svg/photo-camera.svg
+++ b/resources/svg/photo-camera.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/photo-studio.svg b/resources/svg/photo-studio.svg
new file mode 100644
index 0000000..e6dd156
--- /dev/null
+++ b/resources/svg/photo-studio.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/photo.svg b/resources/svg/photo.svg
index da2d1e6..59ec9ac 100644
--- a/resources/svg/photo.svg
+++ b/resources/svg/photo.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/pill.svg b/resources/svg/pill.svg
index a2fb6f9..7d2cedb 100644
--- a/resources/svg/pill.svg
+++ b/resources/svg/pill.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/pin.svg b/resources/svg/pin.svg
new file mode 100644
index 0000000..59e10f4
--- /dev/null
+++ b/resources/svg/pin.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/pinpoint-filled.svg b/resources/svg/pinpoint-filled.svg
index d234170..18c83af 100644
--- a/resources/svg/pinpoint-filled.svg
+++ b/resources/svg/pinpoint-filled.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/pinpoint-off-filled.svg b/resources/svg/pinpoint-off-filled.svg
index e33603d..dcb191e 100644
--- a/resources/svg/pinpoint-off-filled.svg
+++ b/resources/svg/pinpoint-off-filled.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/pinpoint-off.svg b/resources/svg/pinpoint-off.svg
index 3a280bf..1759957 100644
--- a/resources/svg/pinpoint-off.svg
+++ b/resources/svg/pinpoint-off.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/pinpoint.svg b/resources/svg/pinpoint.svg
index 61ecc00..8b685f3 100644
--- a/resources/svg/pinpoint.svg
+++ b/resources/svg/pinpoint.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/play.svg b/resources/svg/play.svg
new file mode 100644
index 0000000..3a48338
--- /dev/null
+++ b/resources/svg/play.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/plus.svg b/resources/svg/plus.svg
index 243b030..8cf061b 100644
--- a/resources/svg/plus.svg
+++ b/resources/svg/plus.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/power.svg b/resources/svg/power.svg
index 5600f99..6fed508 100644
--- a/resources/svg/power.svg
+++ b/resources/svg/power.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/previous-track.svg b/resources/svg/previous-track.svg
new file mode 100644
index 0000000..56adc08
--- /dev/null
+++ b/resources/svg/previous-track.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/printer.svg b/resources/svg/printer.svg
index 1ea9c06..6682aa9 100644
--- a/resources/svg/printer.svg
+++ b/resources/svg/printer.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/qr-code.svg b/resources/svg/qr-code.svg
index f086ee5..6a8e141 100644
--- a/resources/svg/qr-code.svg
+++ b/resources/svg/qr-code.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/question-circle.svg b/resources/svg/question-circle.svg
new file mode 100644
index 0000000..a603147
--- /dev/null
+++ b/resources/svg/question-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/question-filled.svg b/resources/svg/question-filled.svg
new file mode 100644
index 0000000..b597c32
--- /dev/null
+++ b/resources/svg/question-filled.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/question.svg b/resources/svg/question.svg
new file mode 100644
index 0000000..1f136ee
--- /dev/null
+++ b/resources/svg/question.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/radio.svg b/resources/svg/radio.svg
new file mode 100644
index 0000000..31a0a97
--- /dev/null
+++ b/resources/svg/radio.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/refresh.svg b/resources/svg/refresh.svg
index c147d45..8e778a4 100644
--- a/resources/svg/refresh.svg
+++ b/resources/svg/refresh.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/reload.svg b/resources/svg/reload.svg
index 627e81b..e938ff9 100644
--- a/resources/svg/reload.svg
+++ b/resources/svg/reload.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/repeat.svg b/resources/svg/repeat.svg
new file mode 100644
index 0000000..ade0459
--- /dev/null
+++ b/resources/svg/repeat.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/rewind-time.svg b/resources/svg/rewind-time.svg
new file mode 100644
index 0000000..76b102e
--- /dev/null
+++ b/resources/svg/rewind-time.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/rewind.svg b/resources/svg/rewind.svg
new file mode 100644
index 0000000..e041382
--- /dev/null
+++ b/resources/svg/rewind.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/scissors.svg b/resources/svg/scissors.svg
index 8c2ca13..31ed372 100644
--- a/resources/svg/scissors.svg
+++ b/resources/svg/scissors.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/send.svg b/resources/svg/send.svg
index ed96a3b..ad2a80a 100644
--- a/resources/svg/send.svg
+++ b/resources/svg/send.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/share-android.svg b/resources/svg/share-android.svg
index 66eb30c..d4c1e4c 100644
--- a/resources/svg/share-android.svg
+++ b/resources/svg/share-android.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/share-ios.svg b/resources/svg/share-ios.svg
index cf1ec6d..874b0e0 100644
--- a/resources/svg/share-ios.svg
+++ b/resources/svg/share-ios.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/shuffle.svg b/resources/svg/shuffle.svg
new file mode 100644
index 0000000..1a3868d
--- /dev/null
+++ b/resources/svg/shuffle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/sliders.svg b/resources/svg/sliders.svg
new file mode 100644
index 0000000..4c27473
--- /dev/null
+++ b/resources/svg/sliders.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/smartphone-cutout.svg b/resources/svg/smartphone-cutout.svg
new file mode 100644
index 0000000..92cd54c
--- /dev/null
+++ b/resources/svg/smartphone-cutout.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/smartphone-notch.svg b/resources/svg/smartphone-notch.svg
index 76306ea..42bc9a1 100644
--- a/resources/svg/smartphone-notch.svg
+++ b/resources/svg/smartphone-notch.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/smartphone.svg b/resources/svg/smartphone.svg
index 94b9515..d2f500a 100644
--- a/resources/svg/smartphone.svg
+++ b/resources/svg/smartphone.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/smartphone2.svg b/resources/svg/smartphone2.svg
index 1cf63f6..d21432c 100644
--- a/resources/svg/smartphone2.svg
+++ b/resources/svg/smartphone2.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/soft-drink.svg b/resources/svg/soft-drink.svg
index c3d6f6c..1fd7e20 100644
--- a/resources/svg/soft-drink.svg
+++ b/resources/svg/soft-drink.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/sort.svg b/resources/svg/sort.svg
index 1d0b23a..b03d34c 100644
--- a/resources/svg/sort.svg
+++ b/resources/svg/sort.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/speaker-high.svg b/resources/svg/speaker-high.svg
index 131ce99..fa16541 100644
--- a/resources/svg/speaker-high.svg
+++ b/resources/svg/speaker-high.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/speaker-low.svg b/resources/svg/speaker-low.svg
index c751e7a..750022e 100644
--- a/resources/svg/speaker-low.svg
+++ b/resources/svg/speaker-low.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/speaker-off.svg b/resources/svg/speaker-off.svg
index c82470f..10c45ca 100644
--- a/resources/svg/speaker-off.svg
+++ b/resources/svg/speaker-off.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/square-filled.svg b/resources/svg/square-filled.svg
index 2fb0e64..54ab7b4 100644
--- a/resources/svg/square-filled.svg
+++ b/resources/svg/square-filled.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/square.svg b/resources/svg/square.svg
index 3d10b60..801da5b 100644
--- a/resources/svg/square.svg
+++ b/resources/svg/square.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/star-filled.svg b/resources/svg/star-filled.svg
index 1d5ed56..46e55e6 100644
--- a/resources/svg/star-filled.svg
+++ b/resources/svg/star-filled.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/star.svg b/resources/svg/star.svg
index 828cd09..2bd8740 100644
--- a/resources/svg/star.svg
+++ b/resources/svg/star.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/stars.svg b/resources/svg/stars.svg
new file mode 100644
index 0000000..b44a2f7
--- /dev/null
+++ b/resources/svg/stars.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/stopwatch.svg b/resources/svg/stopwatch.svg
new file mode 100644
index 0000000..9359382
--- /dev/null
+++ b/resources/svg/stopwatch.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/studio-backdrop.svg b/resources/svg/studio-backdrop.svg
new file mode 100644
index 0000000..1035ef6
--- /dev/null
+++ b/resources/svg/studio-backdrop.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/studio-light-front.svg b/resources/svg/studio-light-front.svg
new file mode 100644
index 0000000..2b77352
--- /dev/null
+++ b/resources/svg/studio-light-front.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/studio-light-side.svg b/resources/svg/studio-light-side.svg
new file mode 100644
index 0000000..b39d421
--- /dev/null
+++ b/resources/svg/studio-light-side.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/sun-filled.svg b/resources/svg/sun-filled.svg
index 5e194b8..8e424fa 100644
--- a/resources/svg/sun-filled.svg
+++ b/resources/svg/sun-filled.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/sun.svg b/resources/svg/sun.svg
index c858034..f0ffd6c 100644
--- a/resources/svg/sun.svg
+++ b/resources/svg/sun.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/syringe.svg b/resources/svg/syringe.svg
index 57ca9a4..d4ec695 100644
--- a/resources/svg/syringe.svg
+++ b/resources/svg/syringe.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/t-shirt.svg b/resources/svg/t-shirt.svg
index d485f93..2e5f1d8 100644
--- a/resources/svg/t-shirt.svg
+++ b/resources/svg/t-shirt.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/taxi.svg b/resources/svg/taxi.svg
index d8d9c2e..21c3435 100644
--- a/resources/svg/taxi.svg
+++ b/resources/svg/taxi.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/television.svg b/resources/svg/television.svg
index ad7f9aa..12f7da6 100644
--- a/resources/svg/television.svg
+++ b/resources/svg/television.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/text-bubble.svg b/resources/svg/text-bubble.svg
index 5f38a88..6ebc1f5 100644
--- a/resources/svg/text-bubble.svg
+++ b/resources/svg/text-bubble.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/text-bubbles.svg b/resources/svg/text-bubbles.svg
new file mode 100644
index 0000000..fdf5ddb
--- /dev/null
+++ b/resources/svg/text-bubbles.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/thumbs-down.svg b/resources/svg/thumbs-down.svg
index b649353..3c7ce20 100644
--- a/resources/svg/thumbs-down.svg
+++ b/resources/svg/thumbs-down.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/thumbs-up.svg b/resources/svg/thumbs-up.svg
index b4637dc..17e5dcc 100644
--- a/resources/svg/thumbs-up.svg
+++ b/resources/svg/thumbs-up.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/times.svg b/resources/svg/times.svg
index de20d33..7bf3c54 100644
--- a/resources/svg/times.svg
+++ b/resources/svg/times.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/tool.svg b/resources/svg/tool.svg
index 70ab68b..d63d7ee 100644
--- a/resources/svg/tool.svg
+++ b/resources/svg/tool.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/train.svg b/resources/svg/train.svg
index cdb63bd..c51e177 100644
--- a/resources/svg/train.svg
+++ b/resources/svg/train.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/trash.svg b/resources/svg/trash.svg
index b86aa73..4af3ffd 100644
--- a/resources/svg/trash.svg
+++ b/resources/svg/trash.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/triangle-down-filled.svg b/resources/svg/triangle-down-filled.svg
index baaae41..784ab59 100644
--- a/resources/svg/triangle-down-filled.svg
+++ b/resources/svg/triangle-down-filled.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/triangle-down.svg b/resources/svg/triangle-down.svg
index a3797c5..471bc7b 100644
--- a/resources/svg/triangle-down.svg
+++ b/resources/svg/triangle-down.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/triangle-left-filled.svg b/resources/svg/triangle-left-filled.svg
index 7890607..ca8ad06 100644
--- a/resources/svg/triangle-left-filled.svg
+++ b/resources/svg/triangle-left-filled.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/triangle-left.svg b/resources/svg/triangle-left.svg
index 396de93..200dcf9 100644
--- a/resources/svg/triangle-left.svg
+++ b/resources/svg/triangle-left.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/triangle-right-filled.svg b/resources/svg/triangle-right-filled.svg
index 55bcce2..0faab31 100644
--- a/resources/svg/triangle-right-filled.svg
+++ b/resources/svg/triangle-right-filled.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/triangle-right.svg b/resources/svg/triangle-right.svg
index a80cd00..105b48e 100644
--- a/resources/svg/triangle-right.svg
+++ b/resources/svg/triangle-right.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/triangle-up-filled.svg b/resources/svg/triangle-up-filled.svg
index a969a9f..b191f57 100644
--- a/resources/svg/triangle-up-filled.svg
+++ b/resources/svg/triangle-up-filled.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/triangle-up.svg b/resources/svg/triangle-up.svg
index 74eb21d..59978b6 100644
--- a/resources/svg/triangle-up.svg
+++ b/resources/svg/triangle-up.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/trophy.svg b/resources/svg/trophy.svg
index 15dc754..fc386c3 100644
--- a/resources/svg/trophy.svg
+++ b/resources/svg/trophy.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/truck.svg b/resources/svg/truck.svg
index 278f999..bfa3ce7 100644
--- a/resources/svg/truck.svg
+++ b/resources/svg/truck.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/umbrella.svg b/resources/svg/umbrella.svg
index f217065..64e41d9 100644
--- a/resources/svg/umbrella.svg
+++ b/resources/svg/umbrella.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/svg/watch.svg b/resources/svg/watch.svg
new file mode 100644
index 0000000..4189197
--- /dev/null
+++ b/resources/svg/watch.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/water-drop.svg b/resources/svg/water-drop.svg
new file mode 100644
index 0000000..f05f486
--- /dev/null
+++ b/resources/svg/water-drop.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/svg/wifi.svg b/resources/svg/wifi.svg
index 9f46b03..a8f76af 100644
--- a/resources/svg/wifi.svg
+++ b/resources/svg/wifi.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/tests/CompilesIconsTest.php b/tests/CompilesIconsTest.php
index 2d99c39..a8a3f92 100644
--- a/tests/CompilesIconsTest.php
+++ b/tests/CompilesIconsTest.php
@@ -18,7 +18,7 @@ public function it_compiles_a_single_anonymous_component()
// Note: the empty class here seems to be a Blade components bug.
$expected = <<<'SVG'
-
+
SVG;
@@ -30,7 +30,7 @@ public function it_can_add_classes_to_icons()
{
$result = svg('pepicon-chain', 'w-6 h-6 text-gray-500')->toHtml();
$expected = <<<'SVG'
-
+
SVG;
$this->assertSame($expected, $result);
}
@@ -42,7 +42,7 @@ public function it_can_add_styles_to_icons()
$expected = <<<'SVG'
-
+
SVG;
$this->assertSame($expected, $result);
@@ -56,7 +56,7 @@ public function it_can_add_default_class_from_config()
$result = svg('pepicon-chain')->toHtml();
$expected = <<<'SVG'
-
+
SVG;
$this->assertSame($expected, $result);
@@ -71,7 +71,7 @@ public function it_can_merge_default_class_from_config()
$result = svg('pepicon-chain', 'w-6 h-6')->toHtml();
$expected = <<<'SVG'
-
+
SVG;
$this->assertSame($expected, $result);