diff --git a/README.md b/README.md
index 97320df..8830423 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,7 @@
# CheeseCake
-Misc. goodies for CakePHP
\ No newline at end of file
+ - Misc. goodies for CakePHP
+ - Bake templates for immediate code coverage/unit tests
+ - SVG template files for common open-source icon libraries (HeroIcons currently)
+
+### Uses SVG's from the MIT licensed [HeroIcons](https://heroicons.com/) library
\ No newline at end of file
diff --git a/composer.json b/composer.json
index ec797cf..06caf68 100644
--- a/composer.json
+++ b/composer.json
@@ -2,7 +2,7 @@
"name": "hi-powered-dev/cheese-cake",
"description": "A CakePHP plugin with misc. goodies ",
"type": "cakephp-plugin",
- "license": "AGPL-3.0-or-later",
+ "license": "MIT",
"keywords": [
"cakephp"
],
@@ -15,7 +15,7 @@
],
"require": {
"php": ">=8.1",
- "cakephp/cakephp": "^5.0.0"
+ "cakephp/cakephp": "^5.0"
},
"require-dev": {
"phpunit/phpunit": "^10.1"
diff --git a/src/Controller/Traits/OverrideTableTrait.php b/src/Controller/Traits/OverrideTableTrait.php
index a2b17b7..e4859a3 100644
--- a/src/Controller/Traits/OverrideTableTrait.php
+++ b/src/Controller/Traits/OverrideTableTrait.php
@@ -30,7 +30,7 @@ trait OverrideTableTrait
*
* @return Table
*/
- public function getTable(string $tableName = null)
+ public function getTable(string|null $tableName)
{
if ($this->_table instanceof Table) {
return $this->_table;
diff --git a/src/Model/Entity/SecureEntity.php b/src/Model/Entity/SecureEntity.php
new file mode 100644
index 0000000..828ce90
--- /dev/null
+++ b/src/Model/Entity/SecureEntity.php
@@ -0,0 +1,23 @@
+
+ */
+ protected array $_accessible = [];
+}
diff --git a/templates/element/svgs/heroicons/outline/academic-cap.php b/templates/element/svgs/heroicons/outline/academic-cap.php
new file mode 100644
index 0000000..c1ac1f7
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/academic-cap.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/adjustments-horizontal.php b/templates/element/svgs/heroicons/outline/adjustments-horizontal.php
new file mode 100644
index 0000000..b12fc5d
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/adjustments-horizontal.php
@@ -0,0 +1,23 @@
+
+
+
diff --git a/templates/element/svgs/heroicons/outline/adjustments-vertical.php b/templates/element/svgs/heroicons/outline/adjustments-vertical.php
new file mode 100644
index 0000000..7c74190
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/adjustments-vertical.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/archive-box-arrow-down.php b/templates/element/svgs/heroicons/outline/archive-box-arrow-down.php
new file mode 100644
index 0000000..d6f3e58
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/archive-box-arrow-down.php
@@ -0,0 +1,23 @@
+
+
+
diff --git a/templates/element/svgs/heroicons/outline/archive-box-x-mark.php b/templates/element/svgs/heroicons/outline/archive-box-x-mark.php
new file mode 100644
index 0000000..939a516
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/archive-box-x-mark.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/archive-box.php b/templates/element/svgs/heroicons/outline/archive-box.php
new file mode 100644
index 0000000..661148b
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/archive-box.php
@@ -0,0 +1,23 @@
+
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrow-down-circle.php b/templates/element/svgs/heroicons/outline/arrow-down-circle.php
new file mode 100644
index 0000000..3535cfe
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrow-down-circle.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrow-down-left.php b/templates/element/svgs/heroicons/outline/arrow-down-left.php
new file mode 100644
index 0000000..4f8c554
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrow-down-left.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrow-down-on-square-stack.php b/templates/element/svgs/heroicons/outline/arrow-down-on-square-stack.php
new file mode 100644
index 0000000..8c4eb95
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrow-down-on-square-stack.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrow-down-on-square.php b/templates/element/svgs/heroicons/outline/arrow-down-on-square.php
new file mode 100644
index 0000000..5af0f24
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrow-down-on-square.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrow-down-right.php b/templates/element/svgs/heroicons/outline/arrow-down-right.php
new file mode 100644
index 0000000..da39df6
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrow-down-right.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrow-down-tray.php b/templates/element/svgs/heroicons/outline/arrow-down-tray.php
new file mode 100644
index 0000000..47b9496
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrow-down-tray.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrow-down.php b/templates/element/svgs/heroicons/outline/arrow-down.php
new file mode 100644
index 0000000..e78a2ec
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrow-down.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrow-left-circle.php b/templates/element/svgs/heroicons/outline/arrow-left-circle.php
new file mode 100644
index 0000000..9efa31a
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrow-left-circle.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrow-left-end-on-rectangle.php b/templates/element/svgs/heroicons/outline/arrow-left-end-on-rectangle.php
new file mode 100644
index 0000000..dd595fa
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrow-left-end-on-rectangle.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrow-left-on-rectangle.php b/templates/element/svgs/heroicons/outline/arrow-left-on-rectangle.php
new file mode 100644
index 0000000..dd595fa
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrow-left-on-rectangle.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrow-left-start-on-rectangle.php b/templates/element/svgs/heroicons/outline/arrow-left-start-on-rectangle.php
new file mode 100644
index 0000000..2640f62
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrow-left-start-on-rectangle.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrow-left.php b/templates/element/svgs/heroicons/outline/arrow-left.php
new file mode 100644
index 0000000..0b086a5
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrow-left.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrow-long-down.php b/templates/element/svgs/heroicons/outline/arrow-long-down.php
new file mode 100644
index 0000000..c681d11
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrow-long-down.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrow-long-left.php b/templates/element/svgs/heroicons/outline/arrow-long-left.php
new file mode 100644
index 0000000..6858382
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrow-long-left.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrow-long-right.php b/templates/element/svgs/heroicons/outline/arrow-long-right.php
new file mode 100644
index 0000000..4687280
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrow-long-right.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrow-long-up.php b/templates/element/svgs/heroicons/outline/arrow-long-up.php
new file mode 100644
index 0000000..7134959
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrow-long-up.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrow-path-rounded-square.php b/templates/element/svgs/heroicons/outline/arrow-path-rounded-square.php
new file mode 100644
index 0000000..15529c1
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrow-path-rounded-square.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrow-path.php b/templates/element/svgs/heroicons/outline/arrow-path.php
new file mode 100644
index 0000000..b9a18f5
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrow-path.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrow-right-circle.php b/templates/element/svgs/heroicons/outline/arrow-right-circle.php
new file mode 100644
index 0000000..ff4d22d
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrow-right-circle.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrow-right-end-on-rectangle.php b/templates/element/svgs/heroicons/outline/arrow-right-end-on-rectangle.php
new file mode 100644
index 0000000..d93bdaf
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrow-right-end-on-rectangle.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrow-right-on-rectangle.php b/templates/element/svgs/heroicons/outline/arrow-right-on-rectangle.php
new file mode 100644
index 0000000..75ac574
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrow-right-on-rectangle.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrow-right-start-on-rectangle.php b/templates/element/svgs/heroicons/outline/arrow-right-start-on-rectangle.php
new file mode 100644
index 0000000..75ac574
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrow-right-start-on-rectangle.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrow-right.php b/templates/element/svgs/heroicons/outline/arrow-right.php
new file mode 100644
index 0000000..9e316e9
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrow-right.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrow-small-down.php b/templates/element/svgs/heroicons/outline/arrow-small-down.php
new file mode 100644
index 0000000..2b13f42
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrow-small-down.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrow-small-left.php b/templates/element/svgs/heroicons/outline/arrow-small-left.php
new file mode 100644
index 0000000..1cce911
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrow-small-left.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrow-small-right.php b/templates/element/svgs/heroicons/outline/arrow-small-right.php
new file mode 100644
index 0000000..6ff874f
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrow-small-right.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrow-small-up.php b/templates/element/svgs/heroicons/outline/arrow-small-up.php
new file mode 100644
index 0000000..e13aae2
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrow-small-up.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrow-top-right-on-square.php b/templates/element/svgs/heroicons/outline/arrow-top-right-on-square.php
new file mode 100644
index 0000000..fe92528
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrow-top-right-on-square.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrow-trending-down.php b/templates/element/svgs/heroicons/outline/arrow-trending-down.php
new file mode 100644
index 0000000..53a461f
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrow-trending-down.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrow-trending-up.php b/templates/element/svgs/heroicons/outline/arrow-trending-up.php
new file mode 100644
index 0000000..ac93a19
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrow-trending-up.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrow-turn-down-left.php b/templates/element/svgs/heroicons/outline/arrow-turn-down-left.php
new file mode 100644
index 0000000..46e424d
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrow-turn-down-left.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrow-turn-down-right.php b/templates/element/svgs/heroicons/outline/arrow-turn-down-right.php
new file mode 100644
index 0000000..c95fef3
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrow-turn-down-right.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrow-turn-left-down.php b/templates/element/svgs/heroicons/outline/arrow-turn-left-down.php
new file mode 100644
index 0000000..de11139
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrow-turn-left-down.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrow-turn-left-up.php b/templates/element/svgs/heroicons/outline/arrow-turn-left-up.php
new file mode 100644
index 0000000..66f4a8c
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrow-turn-left-up.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrow-turn-right-down.php b/templates/element/svgs/heroicons/outline/arrow-turn-right-down.php
new file mode 100644
index 0000000..a3ab5b9
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrow-turn-right-down.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrow-turn-right-up.php b/templates/element/svgs/heroicons/outline/arrow-turn-right-up.php
new file mode 100644
index 0000000..4bc8767
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrow-turn-right-up.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrow-turn-up-left.php b/templates/element/svgs/heroicons/outline/arrow-turn-up-left.php
new file mode 100644
index 0000000..cf3d77d
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrow-turn-up-left.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrow-turn-up-right.php b/templates/element/svgs/heroicons/outline/arrow-turn-up-right.php
new file mode 100644
index 0000000..c84c863
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrow-turn-up-right.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrow-up-circle.php b/templates/element/svgs/heroicons/outline/arrow-up-circle.php
new file mode 100644
index 0000000..1a424f0
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrow-up-circle.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrow-up-left.php b/templates/element/svgs/heroicons/outline/arrow-up-left.php
new file mode 100644
index 0000000..fd4cf80
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrow-up-left.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrow-up-on-square-stack.php b/templates/element/svgs/heroicons/outline/arrow-up-on-square-stack.php
new file mode 100644
index 0000000..c7e369c
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrow-up-on-square-stack.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrow-up-on-square.php b/templates/element/svgs/heroicons/outline/arrow-up-on-square.php
new file mode 100644
index 0000000..50315d5
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrow-up-on-square.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrow-up-right.php b/templates/element/svgs/heroicons/outline/arrow-up-right.php
new file mode 100644
index 0000000..f4f5a10
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrow-up-right.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrow-up-tray.php b/templates/element/svgs/heroicons/outline/arrow-up-tray.php
new file mode 100644
index 0000000..735a08d
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrow-up-tray.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrow-up.php b/templates/element/svgs/heroicons/outline/arrow-up.php
new file mode 100644
index 0000000..e01a9fb
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrow-up.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrow-uturn-down.php b/templates/element/svgs/heroicons/outline/arrow-uturn-down.php
new file mode 100644
index 0000000..f46ec1b
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrow-uturn-down.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrow-uturn-left.php b/templates/element/svgs/heroicons/outline/arrow-uturn-left.php
new file mode 100644
index 0000000..368b7cd
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrow-uturn-left.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrow-uturn-right.php b/templates/element/svgs/heroicons/outline/arrow-uturn-right.php
new file mode 100644
index 0000000..0691a00
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrow-uturn-right.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrow-uturn-up.php b/templates/element/svgs/heroicons/outline/arrow-uturn-up.php
new file mode 100644
index 0000000..64ab1b4
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrow-uturn-up.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrows-pointing-in.php b/templates/element/svgs/heroicons/outline/arrows-pointing-in.php
new file mode 100644
index 0000000..cedc111
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrows-pointing-in.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrows-pointing-out.php b/templates/element/svgs/heroicons/outline/arrows-pointing-out.php
new file mode 100644
index 0000000..16a789e
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrows-pointing-out.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrows-right-left.php b/templates/element/svgs/heroicons/outline/arrows-right-left.php
new file mode 100644
index 0000000..853dcfd
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrows-right-left.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/arrows-up-down.php b/templates/element/svgs/heroicons/outline/arrows-up-down.php
new file mode 100644
index 0000000..211ab16
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/arrows-up-down.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/at-symbol.php b/templates/element/svgs/heroicons/outline/at-symbol.php
new file mode 100644
index 0000000..7ae85e6
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/at-symbol.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/backspace.php b/templates/element/svgs/heroicons/outline/backspace.php
new file mode 100644
index 0000000..49de703
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/backspace.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/backward.php b/templates/element/svgs/heroicons/outline/backward.php
new file mode 100644
index 0000000..b4ba1da
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/backward.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/banknotes.php b/templates/element/svgs/heroicons/outline/banknotes.php
new file mode 100644
index 0000000..dc4251c
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/banknotes.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/bars-2.php b/templates/element/svgs/heroicons/outline/bars-2.php
new file mode 100644
index 0000000..c2b841a
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/bars-2.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/bars-3-bottom-left.php b/templates/element/svgs/heroicons/outline/bars-3-bottom-left.php
new file mode 100644
index 0000000..3bf9cdb
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/bars-3-bottom-left.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/bars-3-bottom-right.php b/templates/element/svgs/heroicons/outline/bars-3-bottom-right.php
new file mode 100644
index 0000000..9e0a863
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/bars-3-bottom-right.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/bars-3-center-left.php b/templates/element/svgs/heroicons/outline/bars-3-center-left.php
new file mode 100644
index 0000000..05b26df
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/bars-3-center-left.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/bars-3.php b/templates/element/svgs/heroicons/outline/bars-3.php
new file mode 100644
index 0000000..f1a7b45
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/bars-3.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/bars-4.php b/templates/element/svgs/heroicons/outline/bars-4.php
new file mode 100644
index 0000000..b4a94e6
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/bars-4.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/bars-arrow-down.php b/templates/element/svgs/heroicons/outline/bars-arrow-down.php
new file mode 100644
index 0000000..603775b
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/bars-arrow-down.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/bars-arrow-up.php b/templates/element/svgs/heroicons/outline/bars-arrow-up.php
new file mode 100644
index 0000000..30af1a7
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/bars-arrow-up.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/battery-0.php b/templates/element/svgs/heroicons/outline/battery-0.php
new file mode 100644
index 0000000..0a21073
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/battery-0.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/battery-100.php b/templates/element/svgs/heroicons/outline/battery-100.php
new file mode 100644
index 0000000..d1d76bd
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/battery-100.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/battery-50.php b/templates/element/svgs/heroicons/outline/battery-50.php
new file mode 100644
index 0000000..e74adb9
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/battery-50.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/beaker.php b/templates/element/svgs/heroicons/outline/beaker.php
new file mode 100644
index 0000000..1b22e8b
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/beaker.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/bell-alert.php b/templates/element/svgs/heroicons/outline/bell-alert.php
new file mode 100644
index 0000000..79a7ad8
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/bell-alert.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/bell-slash.php b/templates/element/svgs/heroicons/outline/bell-slash.php
new file mode 100644
index 0000000..ee0b06f
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/bell-slash.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/bell-snooze.php b/templates/element/svgs/heroicons/outline/bell-snooze.php
new file mode 100644
index 0000000..69a9604
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/bell-snooze.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/bell.php b/templates/element/svgs/heroicons/outline/bell.php
new file mode 100644
index 0000000..f5102e6
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/bell.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/bold.php b/templates/element/svgs/heroicons/outline/bold.php
new file mode 100644
index 0000000..9a1f95f
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/bold.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/bolt-slash.php b/templates/element/svgs/heroicons/outline/bolt-slash.php
new file mode 100644
index 0000000..f76dcb9
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/bolt-slash.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/bolt.php b/templates/element/svgs/heroicons/outline/bolt.php
new file mode 100644
index 0000000..c6711a6
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/bolt.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/book-open.php b/templates/element/svgs/heroicons/outline/book-open.php
new file mode 100644
index 0000000..10b27ab
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/book-open.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/bookmark-slash.php b/templates/element/svgs/heroicons/outline/bookmark-slash.php
new file mode 100644
index 0000000..a64d669
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/bookmark-slash.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/bookmark-square.php b/templates/element/svgs/heroicons/outline/bookmark-square.php
new file mode 100644
index 0000000..254a80b
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/bookmark-square.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/bookmark.php b/templates/element/svgs/heroicons/outline/bookmark.php
new file mode 100644
index 0000000..3e377f7
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/bookmark.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/briefcase.php b/templates/element/svgs/heroicons/outline/briefcase.php
new file mode 100644
index 0000000..1f38775
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/briefcase.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/bug-ant.php b/templates/element/svgs/heroicons/outline/bug-ant.php
new file mode 100644
index 0000000..6c8b05d
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/bug-ant.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/building-library.php b/templates/element/svgs/heroicons/outline/building-library.php
new file mode 100644
index 0000000..841ca0e
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/building-library.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/building-office-2.php b/templates/element/svgs/heroicons/outline/building-office-2.php
new file mode 100644
index 0000000..00a24dd
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/building-office-2.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/building-office.php b/templates/element/svgs/heroicons/outline/building-office.php
new file mode 100644
index 0000000..3bab9cb
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/building-office.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/building-storefront.php b/templates/element/svgs/heroicons/outline/building-storefront.php
new file mode 100644
index 0000000..acf4bb5
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/building-storefront.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/cake.php b/templates/element/svgs/heroicons/outline/cake.php
new file mode 100644
index 0000000..4daaff1
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/cake.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/calculator.php b/templates/element/svgs/heroicons/outline/calculator.php
new file mode 100644
index 0000000..cc6f583
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/calculator.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/calendar-date-range.php b/templates/element/svgs/heroicons/outline/calendar-date-range.php
new file mode 100644
index 0000000..4f3cf7d
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/calendar-date-range.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/calendar-days.php b/templates/element/svgs/heroicons/outline/calendar-days.php
new file mode 100644
index 0000000..c973136
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/calendar-days.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/calendar.php b/templates/element/svgs/heroicons/outline/calendar.php
new file mode 100644
index 0000000..380fea1
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/calendar.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/camera.php b/templates/element/svgs/heroicons/outline/camera.php
new file mode 100644
index 0000000..9c08515
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/camera.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/chart-bar-square.php b/templates/element/svgs/heroicons/outline/chart-bar-square.php
new file mode 100644
index 0000000..b8be7c7
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/chart-bar-square.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/chart-bar.php b/templates/element/svgs/heroicons/outline/chart-bar.php
new file mode 100644
index 0000000..09ca3ab
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/chart-bar.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/chart-pie.php b/templates/element/svgs/heroicons/outline/chart-pie.php
new file mode 100644
index 0000000..cd01e16
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/chart-pie.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/chat-bubble-bottom-center-text.php b/templates/element/svgs/heroicons/outline/chat-bubble-bottom-center-text.php
new file mode 100644
index 0000000..34b7679
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/chat-bubble-bottom-center-text.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/chat-bubble-bottom-center.php b/templates/element/svgs/heroicons/outline/chat-bubble-bottom-center.php
new file mode 100644
index 0000000..93aecfa
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/chat-bubble-bottom-center.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/chat-bubble-left-ellipsis.php b/templates/element/svgs/heroicons/outline/chat-bubble-left-ellipsis.php
new file mode 100644
index 0000000..8204390
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/chat-bubble-left-ellipsis.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/chat-bubble-left-right.php b/templates/element/svgs/heroicons/outline/chat-bubble-left-right.php
new file mode 100644
index 0000000..e6acd0f
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/chat-bubble-left-right.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/chat-bubble-left.php b/templates/element/svgs/heroicons/outline/chat-bubble-left.php
new file mode 100644
index 0000000..38f59fa
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/chat-bubble-left.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/chat-bubble-oval-left-ellipsis.php b/templates/element/svgs/heroicons/outline/chat-bubble-oval-left-ellipsis.php
new file mode 100644
index 0000000..258b396
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/chat-bubble-oval-left-ellipsis.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/chat-bubble-oval-left.php b/templates/element/svgs/heroicons/outline/chat-bubble-oval-left.php
new file mode 100644
index 0000000..d90ed01
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/chat-bubble-oval-left.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/check-badge.php b/templates/element/svgs/heroicons/outline/check-badge.php
new file mode 100644
index 0000000..58c727f
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/check-badge.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/check-circle.php b/templates/element/svgs/heroicons/outline/check-circle.php
new file mode 100644
index 0000000..0c73fd4
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/check-circle.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/check.php b/templates/element/svgs/heroicons/outline/check.php
new file mode 100644
index 0000000..b8ee53d
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/check.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/chevron-double-down.php b/templates/element/svgs/heroicons/outline/chevron-double-down.php
new file mode 100644
index 0000000..7db5f1e
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/chevron-double-down.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/chevron-double-left.php b/templates/element/svgs/heroicons/outline/chevron-double-left.php
new file mode 100644
index 0000000..23caf88
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/chevron-double-left.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/chevron-double-right.php b/templates/element/svgs/heroicons/outline/chevron-double-right.php
new file mode 100644
index 0000000..0fc20bf
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/chevron-double-right.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/chevron-double-up.php b/templates/element/svgs/heroicons/outline/chevron-double-up.php
new file mode 100644
index 0000000..102b479
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/chevron-double-up.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/chevron-down.php b/templates/element/svgs/heroicons/outline/chevron-down.php
new file mode 100644
index 0000000..14feb96
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/chevron-down.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/chevron-left.php b/templates/element/svgs/heroicons/outline/chevron-left.php
new file mode 100644
index 0000000..da98863
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/chevron-left.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/chevron-right.php b/templates/element/svgs/heroicons/outline/chevron-right.php
new file mode 100644
index 0000000..997e368
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/chevron-right.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/chevron-up-down.php b/templates/element/svgs/heroicons/outline/chevron-up-down.php
new file mode 100644
index 0000000..d1b345d
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/chevron-up-down.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/chevron-up.php b/templates/element/svgs/heroicons/outline/chevron-up.php
new file mode 100644
index 0000000..1ea9f82
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/chevron-up.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/circle-stack.php b/templates/element/svgs/heroicons/outline/circle-stack.php
new file mode 100644
index 0000000..d351282
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/circle-stack.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/clipboard-document-check.php b/templates/element/svgs/heroicons/outline/clipboard-document-check.php
new file mode 100644
index 0000000..656334a
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/clipboard-document-check.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/clipboard-document-list.php b/templates/element/svgs/heroicons/outline/clipboard-document-list.php
new file mode 100644
index 0000000..fc09bdb
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/clipboard-document-list.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/clipboard-document.php b/templates/element/svgs/heroicons/outline/clipboard-document.php
new file mode 100644
index 0000000..4e05d67
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/clipboard-document.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/clipboard.php b/templates/element/svgs/heroicons/outline/clipboard.php
new file mode 100644
index 0000000..c50b873
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/clipboard.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/clock.php b/templates/element/svgs/heroicons/outline/clock.php
new file mode 100644
index 0000000..8c8b7ef
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/clock.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/cloud-arrow-down.php b/templates/element/svgs/heroicons/outline/cloud-arrow-down.php
new file mode 100644
index 0000000..58dd86d
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/cloud-arrow-down.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/cloud-arrow-up.php b/templates/element/svgs/heroicons/outline/cloud-arrow-up.php
new file mode 100644
index 0000000..f80ef77
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/cloud-arrow-up.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/cloud.php b/templates/element/svgs/heroicons/outline/cloud.php
new file mode 100644
index 0000000..406fdd7
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/cloud.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/code-bracket-square.php b/templates/element/svgs/heroicons/outline/code-bracket-square.php
new file mode 100644
index 0000000..68b84c7
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/code-bracket-square.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/code-bracket.php b/templates/element/svgs/heroicons/outline/code-bracket.php
new file mode 100644
index 0000000..eaca298
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/code-bracket.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/cog-6-tooth.php b/templates/element/svgs/heroicons/outline/cog-6-tooth.php
new file mode 100644
index 0000000..289c01c
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/cog-6-tooth.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/cog-8-tooth.php b/templates/element/svgs/heroicons/outline/cog-8-tooth.php
new file mode 100644
index 0000000..752756e
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/cog-8-tooth.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/cog.php b/templates/element/svgs/heroicons/outline/cog.php
new file mode 100644
index 0000000..4b736fd
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/cog.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/command-line.php b/templates/element/svgs/heroicons/outline/command-line.php
new file mode 100644
index 0000000..110fc71
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/command-line.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/computer-desktop.php b/templates/element/svgs/heroicons/outline/computer-desktop.php
new file mode 100644
index 0000000..cfc3b29
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/computer-desktop.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/cpu-chip.php b/templates/element/svgs/heroicons/outline/cpu-chip.php
new file mode 100644
index 0000000..81bbabd
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/cpu-chip.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/credit-card.php b/templates/element/svgs/heroicons/outline/credit-card.php
new file mode 100644
index 0000000..abf0d0a
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/credit-card.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/cube-transparent.php b/templates/element/svgs/heroicons/outline/cube-transparent.php
new file mode 100644
index 0000000..1e1fafa
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/cube-transparent.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/cube.php b/templates/element/svgs/heroicons/outline/cube.php
new file mode 100644
index 0000000..240f30b
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/cube.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/currency-bangladeshi.php b/templates/element/svgs/heroicons/outline/currency-bangladeshi.php
new file mode 100644
index 0000000..2b680fc
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/currency-bangladeshi.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/currency-dollar.php b/templates/element/svgs/heroicons/outline/currency-dollar.php
new file mode 100644
index 0000000..769cee2
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/currency-dollar.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/currency-euro.php b/templates/element/svgs/heroicons/outline/currency-euro.php
new file mode 100644
index 0000000..78157cd
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/currency-euro.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/currency-pound.php b/templates/element/svgs/heroicons/outline/currency-pound.php
new file mode 100644
index 0000000..53c5947
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/currency-pound.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/currency-rupee.php b/templates/element/svgs/heroicons/outline/currency-rupee.php
new file mode 100644
index 0000000..f1b5754
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/currency-rupee.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/currency-yen.php b/templates/element/svgs/heroicons/outline/currency-yen.php
new file mode 100644
index 0000000..56a64c2
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/currency-yen.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/cursor-arrow-rays.php b/templates/element/svgs/heroicons/outline/cursor-arrow-rays.php
new file mode 100644
index 0000000..884e974
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/cursor-arrow-rays.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/cursor-arrow-ripple.php b/templates/element/svgs/heroicons/outline/cursor-arrow-ripple.php
new file mode 100644
index 0000000..8bb02ce
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/cursor-arrow-ripple.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/device-phone-mobile.php b/templates/element/svgs/heroicons/outline/device-phone-mobile.php
new file mode 100644
index 0000000..b1f8b52
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/device-phone-mobile.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/device-tablet.php b/templates/element/svgs/heroicons/outline/device-tablet.php
new file mode 100644
index 0000000..735d19f
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/device-tablet.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/divide.php b/templates/element/svgs/heroicons/outline/divide.php
new file mode 100644
index 0000000..db0a8f6
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/divide.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/document-arrow-down.php b/templates/element/svgs/heroicons/outline/document-arrow-down.php
new file mode 100644
index 0000000..64c188e
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/document-arrow-down.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/document-arrow-up.php b/templates/element/svgs/heroicons/outline/document-arrow-up.php
new file mode 100644
index 0000000..f900365
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/document-arrow-up.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/document-chart-bar.php b/templates/element/svgs/heroicons/outline/document-chart-bar.php
new file mode 100644
index 0000000..0cae275
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/document-chart-bar.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/document-check.php b/templates/element/svgs/heroicons/outline/document-check.php
new file mode 100644
index 0000000..959c15b
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/document-check.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/document-currency-bangladeshi.php b/templates/element/svgs/heroicons/outline/document-currency-bangladeshi.php
new file mode 100644
index 0000000..dcbf471
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/document-currency-bangladeshi.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/document-currency-dollar.php b/templates/element/svgs/heroicons/outline/document-currency-dollar.php
new file mode 100644
index 0000000..0271889
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/document-currency-dollar.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/document-currency-euro.php b/templates/element/svgs/heroicons/outline/document-currency-euro.php
new file mode 100644
index 0000000..5d1537f
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/document-currency-euro.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/document-currency-pound.php b/templates/element/svgs/heroicons/outline/document-currency-pound.php
new file mode 100644
index 0000000..174e9d4
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/document-currency-pound.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/document-currency-rupee.php b/templates/element/svgs/heroicons/outline/document-currency-rupee.php
new file mode 100644
index 0000000..2e086a0
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/document-currency-rupee.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/document-currency-yen.php b/templates/element/svgs/heroicons/outline/document-currency-yen.php
new file mode 100644
index 0000000..0ee5970
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/document-currency-yen.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/document-duplicate.php b/templates/element/svgs/heroicons/outline/document-duplicate.php
new file mode 100644
index 0000000..09cef54
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/document-duplicate.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/document-magnifying-glass.php b/templates/element/svgs/heroicons/outline/document-magnifying-glass.php
new file mode 100644
index 0000000..789ceee
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/document-magnifying-glass.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/document-minus.php b/templates/element/svgs/heroicons/outline/document-minus.php
new file mode 100644
index 0000000..7cd4ed3
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/document-minus.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/document-plus.php b/templates/element/svgs/heroicons/outline/document-plus.php
new file mode 100644
index 0000000..c998537
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/document-plus.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/document-text.php b/templates/element/svgs/heroicons/outline/document-text.php
new file mode 100644
index 0000000..9e301df
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/document-text.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/document.php b/templates/element/svgs/heroicons/outline/document.php
new file mode 100644
index 0000000..87fedec
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/document.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/ellipsis-horizontal-circle.php b/templates/element/svgs/heroicons/outline/ellipsis-horizontal-circle.php
new file mode 100644
index 0000000..7dde1c5
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/ellipsis-horizontal-circle.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/ellipsis-horizontal.php b/templates/element/svgs/heroicons/outline/ellipsis-horizontal.php
new file mode 100644
index 0000000..607132b
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/ellipsis-horizontal.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/ellipsis-vertical.php b/templates/element/svgs/heroicons/outline/ellipsis-vertical.php
new file mode 100644
index 0000000..0714e0e
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/ellipsis-vertical.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/envelope-open.php b/templates/element/svgs/heroicons/outline/envelope-open.php
new file mode 100644
index 0000000..6e3036e
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/envelope-open.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/envelope.php b/templates/element/svgs/heroicons/outline/envelope.php
new file mode 100644
index 0000000..41b360b
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/envelope.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/equals.php b/templates/element/svgs/heroicons/outline/equals.php
new file mode 100644
index 0000000..634eb4d
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/equals.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/exclamation-circle.php b/templates/element/svgs/heroicons/outline/exclamation-circle.php
new file mode 100644
index 0000000..0e78711
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/exclamation-circle.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/exclamation-triangle.php b/templates/element/svgs/heroicons/outline/exclamation-triangle.php
new file mode 100644
index 0000000..c92c054
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/exclamation-triangle.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/eye-dropper.php b/templates/element/svgs/heroicons/outline/eye-dropper.php
new file mode 100644
index 0000000..a069093
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/eye-dropper.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/eye-slash.php b/templates/element/svgs/heroicons/outline/eye-slash.php
new file mode 100644
index 0000000..f2aea3a
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/eye-slash.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/eye.php b/templates/element/svgs/heroicons/outline/eye.php
new file mode 100644
index 0000000..f7806be
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/eye.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/face-frown.php b/templates/element/svgs/heroicons/outline/face-frown.php
new file mode 100644
index 0000000..79546b2
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/face-frown.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/face-smile.php b/templates/element/svgs/heroicons/outline/face-smile.php
new file mode 100644
index 0000000..f17a4f3
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/face-smile.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/film.php b/templates/element/svgs/heroicons/outline/film.php
new file mode 100644
index 0000000..e0acb11
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/film.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/finger-print.php b/templates/element/svgs/heroicons/outline/finger-print.php
new file mode 100644
index 0000000..f264d14
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/finger-print.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/fire.php b/templates/element/svgs/heroicons/outline/fire.php
new file mode 100644
index 0000000..0281846
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/fire.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/flag.php b/templates/element/svgs/heroicons/outline/flag.php
new file mode 100644
index 0000000..c58ee24
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/flag.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/folder-arrow-down.php b/templates/element/svgs/heroicons/outline/folder-arrow-down.php
new file mode 100644
index 0000000..125ef33
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/folder-arrow-down.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/folder-minus.php b/templates/element/svgs/heroicons/outline/folder-minus.php
new file mode 100644
index 0000000..72246ee
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/folder-minus.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/folder-open.php b/templates/element/svgs/heroicons/outline/folder-open.php
new file mode 100644
index 0000000..dd8d546
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/folder-open.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/folder-plus.php b/templates/element/svgs/heroicons/outline/folder-plus.php
new file mode 100644
index 0000000..38d83ea
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/folder-plus.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/folder.php b/templates/element/svgs/heroicons/outline/folder.php
new file mode 100644
index 0000000..c977514
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/folder.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/forward.php b/templates/element/svgs/heroicons/outline/forward.php
new file mode 100644
index 0000000..0c541e5
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/forward.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/funnel.php b/templates/element/svgs/heroicons/outline/funnel.php
new file mode 100644
index 0000000..b2b4d0a
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/funnel.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/gif.php b/templates/element/svgs/heroicons/outline/gif.php
new file mode 100644
index 0000000..4a038d0
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/gif.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/gift-top.php b/templates/element/svgs/heroicons/outline/gift-top.php
new file mode 100644
index 0000000..b6b6010
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/gift-top.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/gift.php b/templates/element/svgs/heroicons/outline/gift.php
new file mode 100644
index 0000000..7f956bc
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/gift.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/globe-alt.php b/templates/element/svgs/heroicons/outline/globe-alt.php
new file mode 100644
index 0000000..403f4d2
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/globe-alt.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/globe-americas.php b/templates/element/svgs/heroicons/outline/globe-americas.php
new file mode 100644
index 0000000..1328ea7
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/globe-americas.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/globe-asia-australia.php b/templates/element/svgs/heroicons/outline/globe-asia-australia.php
new file mode 100644
index 0000000..fa001eb
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/globe-asia-australia.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/globe-europe-africa.php b/templates/element/svgs/heroicons/outline/globe-europe-africa.php
new file mode 100644
index 0000000..da6288b
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/globe-europe-africa.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/h1.php b/templates/element/svgs/heroicons/outline/h1.php
new file mode 100644
index 0000000..5d6f3e3
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/h1.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/h2.php b/templates/element/svgs/heroicons/outline/h2.php
new file mode 100644
index 0000000..2d4fa1d
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/h2.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/h3.php b/templates/element/svgs/heroicons/outline/h3.php
new file mode 100644
index 0000000..c531e12
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/h3.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/hand-raised.php b/templates/element/svgs/heroicons/outline/hand-raised.php
new file mode 100644
index 0000000..24df888
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/hand-raised.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/hand-thumb-down.php b/templates/element/svgs/heroicons/outline/hand-thumb-down.php
new file mode 100644
index 0000000..bcfaa61
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/hand-thumb-down.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/hand-thumb-up.php b/templates/element/svgs/heroicons/outline/hand-thumb-up.php
new file mode 100644
index 0000000..1ad2ddf
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/hand-thumb-up.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/hashtag.php b/templates/element/svgs/heroicons/outline/hashtag.php
new file mode 100644
index 0000000..e72dfa3
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/hashtag.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/heart.php b/templates/element/svgs/heroicons/outline/heart.php
new file mode 100644
index 0000000..3d9b35f
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/heart.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/home-modern.php b/templates/element/svgs/heroicons/outline/home-modern.php
new file mode 100644
index 0000000..c950bb9
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/home-modern.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/home.php b/templates/element/svgs/heroicons/outline/home.php
new file mode 100644
index 0000000..63ac4ec
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/home.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/identification.php b/templates/element/svgs/heroicons/outline/identification.php
new file mode 100644
index 0000000..aea88b4
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/identification.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/inbox-arrow-down.php b/templates/element/svgs/heroicons/outline/inbox-arrow-down.php
new file mode 100644
index 0000000..6adefd1
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/inbox-arrow-down.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/inbox-stack.php b/templates/element/svgs/heroicons/outline/inbox-stack.php
new file mode 100644
index 0000000..3cd7e11
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/inbox-stack.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/inbox.php b/templates/element/svgs/heroicons/outline/inbox.php
new file mode 100644
index 0000000..1e9fd8e
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/inbox.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/information-circle.php b/templates/element/svgs/heroicons/outline/information-circle.php
new file mode 100644
index 0000000..8dafd9c
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/information-circle.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/italic.php b/templates/element/svgs/heroicons/outline/italic.php
new file mode 100644
index 0000000..a8c40ef
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/italic.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/key.php b/templates/element/svgs/heroicons/outline/key.php
new file mode 100644
index 0000000..08a60aa
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/key.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/language.php b/templates/element/svgs/heroicons/outline/language.php
new file mode 100644
index 0000000..5682e9a
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/language.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/lifebuoy.php b/templates/element/svgs/heroicons/outline/lifebuoy.php
new file mode 100644
index 0000000..1ace534
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/lifebuoy.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/light-bulb.php b/templates/element/svgs/heroicons/outline/light-bulb.php
new file mode 100644
index 0000000..a607e73
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/light-bulb.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/link-slash.php b/templates/element/svgs/heroicons/outline/link-slash.php
new file mode 100644
index 0000000..307dc21
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/link-slash.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/link.php b/templates/element/svgs/heroicons/outline/link.php
new file mode 100644
index 0000000..1b0a7ed
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/link.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/list-bullet.php b/templates/element/svgs/heroicons/outline/list-bullet.php
new file mode 100644
index 0000000..dee3ff2
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/list-bullet.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/lock-closed.php b/templates/element/svgs/heroicons/outline/lock-closed.php
new file mode 100644
index 0000000..22c75ee
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/lock-closed.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/lock-open.php b/templates/element/svgs/heroicons/outline/lock-open.php
new file mode 100644
index 0000000..aba05c0
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/lock-open.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/magnifying-glass-circle.php b/templates/element/svgs/heroicons/outline/magnifying-glass-circle.php
new file mode 100644
index 0000000..a84fa9a
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/magnifying-glass-circle.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/magnifying-glass-minus.php b/templates/element/svgs/heroicons/outline/magnifying-glass-minus.php
new file mode 100644
index 0000000..dc0abae
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/magnifying-glass-minus.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/magnifying-glass-plus.php b/templates/element/svgs/heroicons/outline/magnifying-glass-plus.php
new file mode 100644
index 0000000..efc2b90
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/magnifying-glass-plus.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/magnifying-glass.php b/templates/element/svgs/heroicons/outline/magnifying-glass.php
new file mode 100644
index 0000000..3e5e8ee
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/magnifying-glass.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/map-pin.php b/templates/element/svgs/heroicons/outline/map-pin.php
new file mode 100644
index 0000000..76a5140
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/map-pin.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/map.php b/templates/element/svgs/heroicons/outline/map.php
new file mode 100644
index 0000000..209bb54
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/map.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/megaphone.php b/templates/element/svgs/heroicons/outline/megaphone.php
new file mode 100644
index 0000000..fc8f537
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/megaphone.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/microphone.php b/templates/element/svgs/heroicons/outline/microphone.php
new file mode 100644
index 0000000..14b96f6
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/microphone.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/minus-circle.php b/templates/element/svgs/heroicons/outline/minus-circle.php
new file mode 100644
index 0000000..0996f26
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/minus-circle.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/minus-small.php b/templates/element/svgs/heroicons/outline/minus-small.php
new file mode 100644
index 0000000..943808b
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/minus-small.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/minus.php b/templates/element/svgs/heroicons/outline/minus.php
new file mode 100644
index 0000000..7db6ab6
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/minus.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/moon.php b/templates/element/svgs/heroicons/outline/moon.php
new file mode 100644
index 0000000..abf3ffb
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/moon.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/musical-note.php b/templates/element/svgs/heroicons/outline/musical-note.php
new file mode 100644
index 0000000..df2ba61
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/musical-note.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/newspaper.php b/templates/element/svgs/heroicons/outline/newspaper.php
new file mode 100644
index 0000000..aa628f9
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/newspaper.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/no-symbol.php b/templates/element/svgs/heroicons/outline/no-symbol.php
new file mode 100644
index 0000000..ad36a8a
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/no-symbol.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/numbered-list.php b/templates/element/svgs/heroicons/outline/numbered-list.php
new file mode 100644
index 0000000..6071b84
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/numbered-list.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/paint-brush.php b/templates/element/svgs/heroicons/outline/paint-brush.php
new file mode 100644
index 0000000..40e3ec8
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/paint-brush.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/paper-airplane.php b/templates/element/svgs/heroicons/outline/paper-airplane.php
new file mode 100644
index 0000000..0c6b75d
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/paper-airplane.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/paper-clip.php b/templates/element/svgs/heroicons/outline/paper-clip.php
new file mode 100644
index 0000000..321dd12
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/paper-clip.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/pause-circle.php b/templates/element/svgs/heroicons/outline/pause-circle.php
new file mode 100644
index 0000000..e020939
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/pause-circle.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/pause.php b/templates/element/svgs/heroicons/outline/pause.php
new file mode 100644
index 0000000..daab857
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/pause.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/pencil-square.php b/templates/element/svgs/heroicons/outline/pencil-square.php
new file mode 100644
index 0000000..8d10e38
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/pencil-square.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/pencil.php b/templates/element/svgs/heroicons/outline/pencil.php
new file mode 100644
index 0000000..c97ea63
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/pencil.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/percent-badge.php b/templates/element/svgs/heroicons/outline/percent-badge.php
new file mode 100644
index 0000000..a2c40c0
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/percent-badge.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/phone-arrow-down-left.php b/templates/element/svgs/heroicons/outline/phone-arrow-down-left.php
new file mode 100644
index 0000000..4591d04
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/phone-arrow-down-left.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/phone-arrow-up-right.php b/templates/element/svgs/heroicons/outline/phone-arrow-up-right.php
new file mode 100644
index 0000000..0f9133c
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/phone-arrow-up-right.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/phone-x-mark.php b/templates/element/svgs/heroicons/outline/phone-x-mark.php
new file mode 100644
index 0000000..6949228
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/phone-x-mark.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/phone.php b/templates/element/svgs/heroicons/outline/phone.php
new file mode 100644
index 0000000..fbed437
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/phone.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/photo.php b/templates/element/svgs/heroicons/outline/photo.php
new file mode 100644
index 0000000..f9d344f
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/photo.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/play-circle.php b/templates/element/svgs/heroicons/outline/play-circle.php
new file mode 100644
index 0000000..3f81767
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/play-circle.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/play-pause.php b/templates/element/svgs/heroicons/outline/play-pause.php
new file mode 100644
index 0000000..7fb7c28
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/play-pause.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/play.php b/templates/element/svgs/heroicons/outline/play.php
new file mode 100644
index 0000000..51e0c50
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/play.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/plus-circle.php b/templates/element/svgs/heroicons/outline/plus-circle.php
new file mode 100644
index 0000000..8065abd
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/plus-circle.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/plus-small.php b/templates/element/svgs/heroicons/outline/plus-small.php
new file mode 100644
index 0000000..0ef25fb
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/plus-small.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/plus.php b/templates/element/svgs/heroicons/outline/plus.php
new file mode 100644
index 0000000..8c769c9
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/plus.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/power.php b/templates/element/svgs/heroicons/outline/power.php
new file mode 100644
index 0000000..6acad85
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/power.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/presentation-chart-bar.php b/templates/element/svgs/heroicons/outline/presentation-chart-bar.php
new file mode 100644
index 0000000..977fa03
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/presentation-chart-bar.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/presentation-chart-line.php b/templates/element/svgs/heroicons/outline/presentation-chart-line.php
new file mode 100644
index 0000000..4111d8a
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/presentation-chart-line.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/printer.php b/templates/element/svgs/heroicons/outline/printer.php
new file mode 100644
index 0000000..de8c05d
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/printer.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/puzzle-piece.php b/templates/element/svgs/heroicons/outline/puzzle-piece.php
new file mode 100644
index 0000000..248df43
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/puzzle-piece.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/qr-code.php b/templates/element/svgs/heroicons/outline/qr-code.php
new file mode 100644
index 0000000..6d626a5
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/qr-code.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/question-mark-circle.php b/templates/element/svgs/heroicons/outline/question-mark-circle.php
new file mode 100644
index 0000000..7d77035
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/question-mark-circle.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/queue-list.php b/templates/element/svgs/heroicons/outline/queue-list.php
new file mode 100644
index 0000000..fbbf847
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/queue-list.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/radio.php b/templates/element/svgs/heroicons/outline/radio.php
new file mode 100644
index 0000000..5f86f84
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/radio.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/receipt-percent.php b/templates/element/svgs/heroicons/outline/receipt-percent.php
new file mode 100644
index 0000000..eb02461
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/receipt-percent.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/receipt-refund.php b/templates/element/svgs/heroicons/outline/receipt-refund.php
new file mode 100644
index 0000000..f5b028d
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/receipt-refund.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/rectangle-group.php b/templates/element/svgs/heroicons/outline/rectangle-group.php
new file mode 100644
index 0000000..2688a23
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/rectangle-group.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/rectangle-stack.php b/templates/element/svgs/heroicons/outline/rectangle-stack.php
new file mode 100644
index 0000000..705c46d
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/rectangle-stack.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/rocket-launch.php b/templates/element/svgs/heroicons/outline/rocket-launch.php
new file mode 100644
index 0000000..8bfe7fb
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/rocket-launch.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/rss.php b/templates/element/svgs/heroicons/outline/rss.php
new file mode 100644
index 0000000..29b697a
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/rss.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/scale.php b/templates/element/svgs/heroicons/outline/scale.php
new file mode 100644
index 0000000..55a0422
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/scale.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/scissors.php b/templates/element/svgs/heroicons/outline/scissors.php
new file mode 100644
index 0000000..0de1118
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/scissors.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/server-stack.php b/templates/element/svgs/heroicons/outline/server-stack.php
new file mode 100644
index 0000000..d55dfe7
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/server-stack.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/server.php b/templates/element/svgs/heroicons/outline/server.php
new file mode 100644
index 0000000..0ab17a0
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/server.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/share.php b/templates/element/svgs/heroicons/outline/share.php
new file mode 100644
index 0000000..a1a351c
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/share.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/shield-check.php b/templates/element/svgs/heroicons/outline/shield-check.php
new file mode 100644
index 0000000..c9285c1
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/shield-check.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/shield-exclamation.php b/templates/element/svgs/heroicons/outline/shield-exclamation.php
new file mode 100644
index 0000000..62e1c09
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/shield-exclamation.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/shopping-bag.php b/templates/element/svgs/heroicons/outline/shopping-bag.php
new file mode 100644
index 0000000..17fc44b
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/shopping-bag.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/shopping-cart.php b/templates/element/svgs/heroicons/outline/shopping-cart.php
new file mode 100644
index 0000000..a29554a
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/shopping-cart.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/signal-slash.php b/templates/element/svgs/heroicons/outline/signal-slash.php
new file mode 100644
index 0000000..ac94cd6
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/signal-slash.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/signal.php b/templates/element/svgs/heroicons/outline/signal.php
new file mode 100644
index 0000000..6a14e30
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/signal.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/slash.php b/templates/element/svgs/heroicons/outline/slash.php
new file mode 100644
index 0000000..3a3a0de
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/slash.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/sparkles.php b/templates/element/svgs/heroicons/outline/sparkles.php
new file mode 100644
index 0000000..f3df5e5
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/sparkles.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/speaker-wave.php b/templates/element/svgs/heroicons/outline/speaker-wave.php
new file mode 100644
index 0000000..e1ba0a8
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/speaker-wave.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/speaker-x-mark.php b/templates/element/svgs/heroicons/outline/speaker-x-mark.php
new file mode 100644
index 0000000..b40b1e7
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/speaker-x-mark.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/square-2-stack.php b/templates/element/svgs/heroicons/outline/square-2-stack.php
new file mode 100644
index 0000000..9fb2d60
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/square-2-stack.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/square-3-stack-3d.php b/templates/element/svgs/heroicons/outline/square-3-stack-3d.php
new file mode 100644
index 0000000..49da254
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/square-3-stack-3d.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/squares-2x2.php b/templates/element/svgs/heroicons/outline/squares-2x2.php
new file mode 100644
index 0000000..36adc6f
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/squares-2x2.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/squares-plus.php b/templates/element/svgs/heroicons/outline/squares-plus.php
new file mode 100644
index 0000000..c78dfc3
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/squares-plus.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/star.php b/templates/element/svgs/heroicons/outline/star.php
new file mode 100644
index 0000000..becad0b
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/star.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/stop-circle.php b/templates/element/svgs/heroicons/outline/stop-circle.php
new file mode 100644
index 0000000..a6026ff
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/stop-circle.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/stop.php b/templates/element/svgs/heroicons/outline/stop.php
new file mode 100644
index 0000000..fe8843c
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/stop.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/strikethrough.php b/templates/element/svgs/heroicons/outline/strikethrough.php
new file mode 100644
index 0000000..47e596c
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/strikethrough.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/sun.php b/templates/element/svgs/heroicons/outline/sun.php
new file mode 100644
index 0000000..0d3f03d
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/sun.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/swatch.php b/templates/element/svgs/heroicons/outline/swatch.php
new file mode 100644
index 0000000..7a9b2df
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/swatch.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/table-cells.php b/templates/element/svgs/heroicons/outline/table-cells.php
new file mode 100644
index 0000000..bc23683
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/table-cells.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/tag.php b/templates/element/svgs/heroicons/outline/tag.php
new file mode 100644
index 0000000..bf864fc
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/tag.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/ticket.php b/templates/element/svgs/heroicons/outline/ticket.php
new file mode 100644
index 0000000..7090bb2
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/ticket.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/trash.php b/templates/element/svgs/heroicons/outline/trash.php
new file mode 100644
index 0000000..a107cb9
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/trash.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/trophy.php b/templates/element/svgs/heroicons/outline/trophy.php
new file mode 100644
index 0000000..96fae3e
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/trophy.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/truck.php b/templates/element/svgs/heroicons/outline/truck.php
new file mode 100644
index 0000000..9999915
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/truck.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/tv.php b/templates/element/svgs/heroicons/outline/tv.php
new file mode 100644
index 0000000..d20b5dc
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/tv.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/underline.php b/templates/element/svgs/heroicons/outline/underline.php
new file mode 100644
index 0000000..2b9fce8
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/underline.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/user-circle.php b/templates/element/svgs/heroicons/outline/user-circle.php
new file mode 100644
index 0000000..1c3a088
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/user-circle.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/user-group.php b/templates/element/svgs/heroicons/outline/user-group.php
new file mode 100644
index 0000000..69457b6
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/user-group.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/user-minus.php b/templates/element/svgs/heroicons/outline/user-minus.php
new file mode 100644
index 0000000..46e5bf6
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/user-minus.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/user-plus.php b/templates/element/svgs/heroicons/outline/user-plus.php
new file mode 100644
index 0000000..825a8bb
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/user-plus.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/user.php b/templates/element/svgs/heroicons/outline/user.php
new file mode 100644
index 0000000..4d9a12f
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/user.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/users.php b/templates/element/svgs/heroicons/outline/users.php
new file mode 100644
index 0000000..980bfed
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/users.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/variable.php b/templates/element/svgs/heroicons/outline/variable.php
new file mode 100644
index 0000000..62575f4
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/variable.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/video-camera-slash.php b/templates/element/svgs/heroicons/outline/video-camera-slash.php
new file mode 100644
index 0000000..683bbef
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/video-camera-slash.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/video-camera.php b/templates/element/svgs/heroicons/outline/video-camera.php
new file mode 100644
index 0000000..2f3d148
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/video-camera.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/view-columns.php b/templates/element/svgs/heroicons/outline/view-columns.php
new file mode 100644
index 0000000..e7b7fd7
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/view-columns.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/viewfinder-circle.php b/templates/element/svgs/heroicons/outline/viewfinder-circle.php
new file mode 100644
index 0000000..da4161b
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/viewfinder-circle.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/wallet.php b/templates/element/svgs/heroicons/outline/wallet.php
new file mode 100644
index 0000000..ce69b30
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/wallet.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/wifi.php b/templates/element/svgs/heroicons/outline/wifi.php
new file mode 100644
index 0000000..4cb69a6
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/wifi.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/window.php b/templates/element/svgs/heroicons/outline/window.php
new file mode 100644
index 0000000..fb6318c
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/window.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/wrench-screwdriver.php b/templates/element/svgs/heroicons/outline/wrench-screwdriver.php
new file mode 100644
index 0000000..d1afb54
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/wrench-screwdriver.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/wrench.php b/templates/element/svgs/heroicons/outline/wrench.php
new file mode 100644
index 0000000..e8db030
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/wrench.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/x-circle.php b/templates/element/svgs/heroicons/outline/x-circle.php
new file mode 100644
index 0000000..970e222
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/x-circle.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/outline/x-mark.php b/templates/element/svgs/heroicons/outline/x-mark.php
new file mode 100644
index 0000000..96b8d65
--- /dev/null
+++ b/templates/element/svgs/heroicons/outline/x-mark.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/academic-cap.php b/templates/element/svgs/heroicons/solid/academic-cap.php
new file mode 100644
index 0000000..a11192f
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/academic-cap.php
@@ -0,0 +1,15 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/adjustments-horizontal.php b/templates/element/svgs/heroicons/solid/adjustments-horizontal.php
new file mode 100644
index 0000000..1d199c8
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/adjustments-horizontal.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/adjustments-vertical.php b/templates/element/svgs/heroicons/solid/adjustments-vertical.php
new file mode 100644
index 0000000..82ac356
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/adjustments-vertical.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/archive-box-arrow-down.php b/templates/element/svgs/heroicons/solid/archive-box-arrow-down.php
new file mode 100644
index 0000000..b087b62
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/archive-box-arrow-down.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/archive-box-x-mark.php b/templates/element/svgs/heroicons/solid/archive-box-x-mark.php
new file mode 100644
index 0000000..ffece6c
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/archive-box-x-mark.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/archive-box.php b/templates/element/svgs/heroicons/solid/archive-box.php
new file mode 100644
index 0000000..f0adcb0
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/archive-box.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrow-down-circle.php b/templates/element/svgs/heroicons/solid/arrow-down-circle.php
new file mode 100644
index 0000000..5cb9b27
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrow-down-circle.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrow-down-left.php b/templates/element/svgs/heroicons/solid/arrow-down-left.php
new file mode 100644
index 0000000..fdf0113
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrow-down-left.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrow-down-on-square-stack.php b/templates/element/svgs/heroicons/solid/arrow-down-on-square-stack.php
new file mode 100644
index 0000000..aa540a5
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrow-down-on-square-stack.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrow-down-on-square.php b/templates/element/svgs/heroicons/solid/arrow-down-on-square.php
new file mode 100644
index 0000000..5c4c5a1
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrow-down-on-square.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrow-down-right.php b/templates/element/svgs/heroicons/solid/arrow-down-right.php
new file mode 100644
index 0000000..b4e7709
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrow-down-right.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrow-down-tray.php b/templates/element/svgs/heroicons/solid/arrow-down-tray.php
new file mode 100644
index 0000000..5276a25
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrow-down-tray.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrow-down.php b/templates/element/svgs/heroicons/solid/arrow-down.php
new file mode 100644
index 0000000..f456173
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrow-down.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrow-left-circle.php b/templates/element/svgs/heroicons/solid/arrow-left-circle.php
new file mode 100644
index 0000000..7f4f092
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrow-left-circle.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrow-left-end-on-rectangle.php b/templates/element/svgs/heroicons/solid/arrow-left-end-on-rectangle.php
new file mode 100644
index 0000000..8a4a074
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrow-left-end-on-rectangle.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrow-left-on-rectangle.php b/templates/element/svgs/heroicons/solid/arrow-left-on-rectangle.php
new file mode 100644
index 0000000..8a4a074
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrow-left-on-rectangle.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrow-left-start-on-rectangle.php b/templates/element/svgs/heroicons/solid/arrow-left-start-on-rectangle.php
new file mode 100644
index 0000000..adfb4ce
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrow-left-start-on-rectangle.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrow-left.php b/templates/element/svgs/heroicons/solid/arrow-left.php
new file mode 100644
index 0000000..6264b41
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrow-left.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrow-long-down.php b/templates/element/svgs/heroicons/solid/arrow-long-down.php
new file mode 100644
index 0000000..dc74802
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrow-long-down.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrow-long-left.php b/templates/element/svgs/heroicons/solid/arrow-long-left.php
new file mode 100644
index 0000000..5f3321b
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrow-long-left.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrow-long-right.php b/templates/element/svgs/heroicons/solid/arrow-long-right.php
new file mode 100644
index 0000000..927da0a
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrow-long-right.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrow-long-up.php b/templates/element/svgs/heroicons/solid/arrow-long-up.php
new file mode 100644
index 0000000..e0482e2
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrow-long-up.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrow-path-rounded-square.php b/templates/element/svgs/heroicons/solid/arrow-path-rounded-square.php
new file mode 100644
index 0000000..7d7572b
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrow-path-rounded-square.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrow-path.php b/templates/element/svgs/heroicons/solid/arrow-path.php
new file mode 100644
index 0000000..fca883f
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrow-path.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrow-right-circle.php b/templates/element/svgs/heroicons/solid/arrow-right-circle.php
new file mode 100644
index 0000000..4c26414
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrow-right-circle.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrow-right-end-on-rectangle.php b/templates/element/svgs/heroicons/solid/arrow-right-end-on-rectangle.php
new file mode 100644
index 0000000..23f2085
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrow-right-end-on-rectangle.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrow-right-on-rectangle.php b/templates/element/svgs/heroicons/solid/arrow-right-on-rectangle.php
new file mode 100644
index 0000000..6ee6527
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrow-right-on-rectangle.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrow-right-start-on-rectangle.php b/templates/element/svgs/heroicons/solid/arrow-right-start-on-rectangle.php
new file mode 100644
index 0000000..6ee6527
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrow-right-start-on-rectangle.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrow-right.php b/templates/element/svgs/heroicons/solid/arrow-right.php
new file mode 100644
index 0000000..786e065
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrow-right.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrow-small-down.php b/templates/element/svgs/heroicons/solid/arrow-small-down.php
new file mode 100644
index 0000000..5b1a1e7
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrow-small-down.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrow-small-left.php b/templates/element/svgs/heroicons/solid/arrow-small-left.php
new file mode 100644
index 0000000..cd37ba4
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrow-small-left.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrow-small-right.php b/templates/element/svgs/heroicons/solid/arrow-small-right.php
new file mode 100644
index 0000000..ddbcf50
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrow-small-right.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrow-small-up.php b/templates/element/svgs/heroicons/solid/arrow-small-up.php
new file mode 100644
index 0000000..3e6459e
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrow-small-up.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrow-top-right-on-square.php b/templates/element/svgs/heroicons/solid/arrow-top-right-on-square.php
new file mode 100644
index 0000000..ed1e7f5
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrow-top-right-on-square.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrow-trending-down.php b/templates/element/svgs/heroicons/solid/arrow-trending-down.php
new file mode 100644
index 0000000..8590153
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrow-trending-down.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrow-trending-up.php b/templates/element/svgs/heroicons/solid/arrow-trending-up.php
new file mode 100644
index 0000000..2fc10a3
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrow-trending-up.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrow-turn-down-left.php b/templates/element/svgs/heroicons/solid/arrow-turn-down-left.php
new file mode 100644
index 0000000..6345956
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrow-turn-down-left.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrow-turn-down-right.php b/templates/element/svgs/heroicons/solid/arrow-turn-down-right.php
new file mode 100644
index 0000000..569402b
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrow-turn-down-right.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrow-turn-left-down.php b/templates/element/svgs/heroicons/solid/arrow-turn-left-down.php
new file mode 100644
index 0000000..7ee37cf
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrow-turn-left-down.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrow-turn-left-up.php b/templates/element/svgs/heroicons/solid/arrow-turn-left-up.php
new file mode 100644
index 0000000..32846fd
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrow-turn-left-up.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrow-turn-right-down.php b/templates/element/svgs/heroicons/solid/arrow-turn-right-down.php
new file mode 100644
index 0000000..6162e0e
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrow-turn-right-down.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrow-turn-right-up.php b/templates/element/svgs/heroicons/solid/arrow-turn-right-up.php
new file mode 100644
index 0000000..50a6e17
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrow-turn-right-up.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrow-turn-up-left.php b/templates/element/svgs/heroicons/solid/arrow-turn-up-left.php
new file mode 100644
index 0000000..2754614
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrow-turn-up-left.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrow-turn-up-right.php b/templates/element/svgs/heroicons/solid/arrow-turn-up-right.php
new file mode 100644
index 0000000..fc322df
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrow-turn-up-right.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrow-up-circle.php b/templates/element/svgs/heroicons/solid/arrow-up-circle.php
new file mode 100644
index 0000000..cbbd2ec
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrow-up-circle.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrow-up-left.php b/templates/element/svgs/heroicons/solid/arrow-up-left.php
new file mode 100644
index 0000000..651fed4
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrow-up-left.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrow-up-on-square-stack.php b/templates/element/svgs/heroicons/solid/arrow-up-on-square-stack.php
new file mode 100644
index 0000000..81dec76
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrow-up-on-square-stack.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrow-up-on-square.php b/templates/element/svgs/heroicons/solid/arrow-up-on-square.php
new file mode 100644
index 0000000..0a5f869
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrow-up-on-square.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrow-up-right.php b/templates/element/svgs/heroicons/solid/arrow-up-right.php
new file mode 100644
index 0000000..f1aa643
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrow-up-right.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrow-up-tray.php b/templates/element/svgs/heroicons/solid/arrow-up-tray.php
new file mode 100644
index 0000000..a77eac8
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrow-up-tray.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrow-up.php b/templates/element/svgs/heroicons/solid/arrow-up.php
new file mode 100644
index 0000000..d565d79
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrow-up.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrow-uturn-down.php b/templates/element/svgs/heroicons/solid/arrow-uturn-down.php
new file mode 100644
index 0000000..63e702b
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrow-uturn-down.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrow-uturn-left.php b/templates/element/svgs/heroicons/solid/arrow-uturn-left.php
new file mode 100644
index 0000000..1d8b8d1
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrow-uturn-left.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrow-uturn-right.php b/templates/element/svgs/heroicons/solid/arrow-uturn-right.php
new file mode 100644
index 0000000..8bc2382
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrow-uturn-right.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrow-uturn-up.php b/templates/element/svgs/heroicons/solid/arrow-uturn-up.php
new file mode 100644
index 0000000..7679b7c
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrow-uturn-up.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrows-pointing-in.php b/templates/element/svgs/heroicons/solid/arrows-pointing-in.php
new file mode 100644
index 0000000..9d08743
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrows-pointing-in.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrows-pointing-out.php b/templates/element/svgs/heroicons/solid/arrows-pointing-out.php
new file mode 100644
index 0000000..ab59ec8
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrows-pointing-out.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrows-right-left.php b/templates/element/svgs/heroicons/solid/arrows-right-left.php
new file mode 100644
index 0000000..6526026
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrows-right-left.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/arrows-up-down.php b/templates/element/svgs/heroicons/solid/arrows-up-down.php
new file mode 100644
index 0000000..6d589c7
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/arrows-up-down.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/at-symbol.php b/templates/element/svgs/heroicons/solid/at-symbol.php
new file mode 100644
index 0000000..318441b
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/at-symbol.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/backspace.php b/templates/element/svgs/heroicons/solid/backspace.php
new file mode 100644
index 0000000..edb5603
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/backspace.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/backward.php b/templates/element/svgs/heroicons/solid/backward.php
new file mode 100644
index 0000000..f2e9bc6
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/backward.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/banknotes.php b/templates/element/svgs/heroicons/solid/banknotes.php
new file mode 100644
index 0000000..a8c51e7
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/banknotes.php
@@ -0,0 +1,15 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/bars-2.php b/templates/element/svgs/heroicons/solid/bars-2.php
new file mode 100644
index 0000000..9ef2b45
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/bars-2.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/bars-3-bottom-left.php b/templates/element/svgs/heroicons/solid/bars-3-bottom-left.php
new file mode 100644
index 0000000..cd56497
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/bars-3-bottom-left.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/bars-3-bottom-right.php b/templates/element/svgs/heroicons/solid/bars-3-bottom-right.php
new file mode 100644
index 0000000..6f3316a
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/bars-3-bottom-right.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/bars-3-center-left.php b/templates/element/svgs/heroicons/solid/bars-3-center-left.php
new file mode 100644
index 0000000..643f6b7
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/bars-3-center-left.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/bars-3.php b/templates/element/svgs/heroicons/solid/bars-3.php
new file mode 100644
index 0000000..48ee351
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/bars-3.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/bars-4.php b/templates/element/svgs/heroicons/solid/bars-4.php
new file mode 100644
index 0000000..eddf082
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/bars-4.php
@@ -0,0 +1,23 @@
+
+
+
diff --git a/templates/element/svgs/heroicons/solid/bars-arrow-down.php b/templates/element/svgs/heroicons/solid/bars-arrow-down.php
new file mode 100644
index 0000000..58659a8
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/bars-arrow-down.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/bars-arrow-up.php b/templates/element/svgs/heroicons/solid/bars-arrow-up.php
new file mode 100644
index 0000000..e2d7416
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/bars-arrow-up.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/battery-0.php b/templates/element/svgs/heroicons/solid/battery-0.php
new file mode 100644
index 0000000..b2ce59f
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/battery-0.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/battery-100.php b/templates/element/svgs/heroicons/solid/battery-100.php
new file mode 100644
index 0000000..33f5423
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/battery-100.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/battery-50.php b/templates/element/svgs/heroicons/solid/battery-50.php
new file mode 100644
index 0000000..f2b4f08
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/battery-50.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/beaker.php b/templates/element/svgs/heroicons/solid/beaker.php
new file mode 100644
index 0000000..089407f
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/beaker.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/bell-alert.php b/templates/element/svgs/heroicons/solid/bell-alert.php
new file mode 100644
index 0000000..8f6ebe2
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/bell-alert.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/bell-slash.php b/templates/element/svgs/heroicons/solid/bell-slash.php
new file mode 100644
index 0000000..0732a6f
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/bell-slash.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/bell-snooze.php b/templates/element/svgs/heroicons/solid/bell-snooze.php
new file mode 100644
index 0000000..7a636dc
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/bell-snooze.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/bell.php b/templates/element/svgs/heroicons/solid/bell.php
new file mode 100644
index 0000000..1a9afc8
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/bell.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/bold.php b/templates/element/svgs/heroicons/solid/bold.php
new file mode 100644
index 0000000..c776ec3
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/bold.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/bolt-slash.php b/templates/element/svgs/heroicons/solid/bolt-slash.php
new file mode 100644
index 0000000..b5fe779
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/bolt-slash.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/bolt.php b/templates/element/svgs/heroicons/solid/bolt.php
new file mode 100644
index 0000000..0a7eb48
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/bolt.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/book-open.php b/templates/element/svgs/heroicons/solid/book-open.php
new file mode 100644
index 0000000..70630af
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/book-open.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/bookmark-slash.php b/templates/element/svgs/heroicons/solid/bookmark-slash.php
new file mode 100644
index 0000000..06981fa
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/bookmark-slash.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/bookmark-square.php b/templates/element/svgs/heroicons/solid/bookmark-square.php
new file mode 100644
index 0000000..942df1b
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/bookmark-square.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/bookmark.php b/templates/element/svgs/heroicons/solid/bookmark.php
new file mode 100644
index 0000000..151991a
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/bookmark.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/briefcase.php b/templates/element/svgs/heroicons/solid/briefcase.php
new file mode 100644
index 0000000..822db01
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/briefcase.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/bug-ant.php b/templates/element/svgs/heroicons/solid/bug-ant.php
new file mode 100644
index 0000000..b778590
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/bug-ant.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/building-library.php b/templates/element/svgs/heroicons/solid/building-library.php
new file mode 100644
index 0000000..718b95e
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/building-library.php
@@ -0,0 +1,15 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/building-office-2.php b/templates/element/svgs/heroicons/solid/building-office-2.php
new file mode 100644
index 0000000..04789e6
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/building-office-2.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/building-office.php b/templates/element/svgs/heroicons/solid/building-office.php
new file mode 100644
index 0000000..cb18642
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/building-office.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/building-storefront.php b/templates/element/svgs/heroicons/solid/building-storefront.php
new file mode 100644
index 0000000..e013712
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/building-storefront.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/cake.php b/templates/element/svgs/heroicons/solid/cake.php
new file mode 100644
index 0000000..9ba0e5e
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/cake.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/calculator.php b/templates/element/svgs/heroicons/solid/calculator.php
new file mode 100644
index 0000000..7e18a25
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/calculator.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/calendar-date-range.php b/templates/element/svgs/heroicons/solid/calendar-date-range.php
new file mode 100644
index 0000000..7085f63
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/calendar-date-range.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/calendar-days.php b/templates/element/svgs/heroicons/solid/calendar-days.php
new file mode 100644
index 0000000..fb22750
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/calendar-days.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/calendar.php b/templates/element/svgs/heroicons/solid/calendar.php
new file mode 100644
index 0000000..8ff5ed8
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/calendar.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/camera.php b/templates/element/svgs/heroicons/solid/camera.php
new file mode 100644
index 0000000..f2cdddf
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/camera.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/chart-bar-square.php b/templates/element/svgs/heroicons/solid/chart-bar-square.php
new file mode 100644
index 0000000..707ae6c
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/chart-bar-square.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/chart-bar.php b/templates/element/svgs/heroicons/solid/chart-bar.php
new file mode 100644
index 0000000..1d48661
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/chart-bar.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/chart-pie.php b/templates/element/svgs/heroicons/solid/chart-pie.php
new file mode 100644
index 0000000..5dd0565
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/chart-pie.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/chat-bubble-bottom-center-text.php b/templates/element/svgs/heroicons/solid/chat-bubble-bottom-center-text.php
new file mode 100644
index 0000000..1f665c4
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/chat-bubble-bottom-center-text.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/chat-bubble-bottom-center.php b/templates/element/svgs/heroicons/solid/chat-bubble-bottom-center.php
new file mode 100644
index 0000000..1b231f1
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/chat-bubble-bottom-center.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/chat-bubble-left-ellipsis.php b/templates/element/svgs/heroicons/solid/chat-bubble-left-ellipsis.php
new file mode 100644
index 0000000..f9f45aa
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/chat-bubble-left-ellipsis.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/chat-bubble-left-right.php b/templates/element/svgs/heroicons/solid/chat-bubble-left-right.php
new file mode 100644
index 0000000..510888c
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/chat-bubble-left-right.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/chat-bubble-left.php b/templates/element/svgs/heroicons/solid/chat-bubble-left.php
new file mode 100644
index 0000000..963b214
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/chat-bubble-left.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/chat-bubble-oval-left-ellipsis.php b/templates/element/svgs/heroicons/solid/chat-bubble-oval-left-ellipsis.php
new file mode 100644
index 0000000..c1651b4
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/chat-bubble-oval-left-ellipsis.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/chat-bubble-oval-left.php b/templates/element/svgs/heroicons/solid/chat-bubble-oval-left.php
new file mode 100644
index 0000000..27b6a07
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/chat-bubble-oval-left.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/check-badge.php b/templates/element/svgs/heroicons/solid/check-badge.php
new file mode 100644
index 0000000..1d6d5e4
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/check-badge.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/check-circle.php b/templates/element/svgs/heroicons/solid/check-circle.php
new file mode 100644
index 0000000..a5d4cd0
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/check-circle.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/check.php b/templates/element/svgs/heroicons/solid/check.php
new file mode 100644
index 0000000..e34e5cd
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/check.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/chevron-double-down.php b/templates/element/svgs/heroicons/solid/chevron-double-down.php
new file mode 100644
index 0000000..64bd425
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/chevron-double-down.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/chevron-double-left.php b/templates/element/svgs/heroicons/solid/chevron-double-left.php
new file mode 100644
index 0000000..9b1aac8
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/chevron-double-left.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/chevron-double-right.php b/templates/element/svgs/heroicons/solid/chevron-double-right.php
new file mode 100644
index 0000000..e61e386
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/chevron-double-right.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/chevron-double-up.php b/templates/element/svgs/heroicons/solid/chevron-double-up.php
new file mode 100644
index 0000000..adc8328
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/chevron-double-up.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/chevron-down.php b/templates/element/svgs/heroicons/solid/chevron-down.php
new file mode 100644
index 0000000..1b8e7ed
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/chevron-down.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/chevron-left.php b/templates/element/svgs/heroicons/solid/chevron-left.php
new file mode 100644
index 0000000..22f1998
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/chevron-left.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/chevron-right.php b/templates/element/svgs/heroicons/solid/chevron-right.php
new file mode 100644
index 0000000..223c9ef
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/chevron-right.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/chevron-up-down.php b/templates/element/svgs/heroicons/solid/chevron-up-down.php
new file mode 100644
index 0000000..e6ddd88
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/chevron-up-down.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/chevron-up.php b/templates/element/svgs/heroicons/solid/chevron-up.php
new file mode 100644
index 0000000..21129f3
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/chevron-up.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/circle-stack.php b/templates/element/svgs/heroicons/solid/circle-stack.php
new file mode 100644
index 0000000..989dad9
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/circle-stack.php
@@ -0,0 +1,16 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/clipboard-document-check.php b/templates/element/svgs/heroicons/solid/clipboard-document-check.php
new file mode 100644
index 0000000..3f7eb4b
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/clipboard-document-check.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/clipboard-document-list.php b/templates/element/svgs/heroicons/solid/clipboard-document-list.php
new file mode 100644
index 0000000..529b6f9
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/clipboard-document-list.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/clipboard-document.php b/templates/element/svgs/heroicons/solid/clipboard-document.php
new file mode 100644
index 0000000..6ce412c
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/clipboard-document.php
@@ -0,0 +1,15 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/clipboard.php b/templates/element/svgs/heroicons/solid/clipboard.php
new file mode 100644
index 0000000..faa368a
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/clipboard.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/clock.php b/templates/element/svgs/heroicons/solid/clock.php
new file mode 100644
index 0000000..4681e56
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/clock.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/cloud-arrow-down.php b/templates/element/svgs/heroicons/solid/cloud-arrow-down.php
new file mode 100644
index 0000000..ed64f0a
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/cloud-arrow-down.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/cloud-arrow-up.php b/templates/element/svgs/heroicons/solid/cloud-arrow-up.php
new file mode 100644
index 0000000..d2a1d06
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/cloud-arrow-up.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/cloud.php b/templates/element/svgs/heroicons/solid/cloud.php
new file mode 100644
index 0000000..b08471c
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/cloud.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/code-bracket-square.php b/templates/element/svgs/heroicons/solid/code-bracket-square.php
new file mode 100644
index 0000000..5922021
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/code-bracket-square.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/code-bracket.php b/templates/element/svgs/heroicons/solid/code-bracket.php
new file mode 100644
index 0000000..99126f4
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/code-bracket.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/cog-6-tooth.php b/templates/element/svgs/heroicons/solid/cog-6-tooth.php
new file mode 100644
index 0000000..af9ec90
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/cog-6-tooth.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/cog-8-tooth.php b/templates/element/svgs/heroicons/solid/cog-8-tooth.php
new file mode 100644
index 0000000..444e952
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/cog-8-tooth.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/cog.php b/templates/element/svgs/heroicons/solid/cog.php
new file mode 100644
index 0000000..d18b6a6
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/cog.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/command-line.php b/templates/element/svgs/heroicons/solid/command-line.php
new file mode 100644
index 0000000..d4e52d7
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/command-line.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/computer-desktop.php b/templates/element/svgs/heroicons/solid/computer-desktop.php
new file mode 100644
index 0000000..7a3171a
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/computer-desktop.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/cpu-chip.php b/templates/element/svgs/heroicons/solid/cpu-chip.php
new file mode 100644
index 0000000..878bcfe
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/cpu-chip.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/credit-card.php b/templates/element/svgs/heroicons/solid/credit-card.php
new file mode 100644
index 0000000..ab2d649
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/credit-card.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/cube-transparent.php b/templates/element/svgs/heroicons/solid/cube-transparent.php
new file mode 100644
index 0000000..a1f6364
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/cube-transparent.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/cube.php b/templates/element/svgs/heroicons/solid/cube.php
new file mode 100644
index 0000000..0809b5c
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/cube.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/currency-bangladeshi.php b/templates/element/svgs/heroicons/solid/currency-bangladeshi.php
new file mode 100644
index 0000000..0fd820e
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/currency-bangladeshi.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/currency-dollar.php b/templates/element/svgs/heroicons/solid/currency-dollar.php
new file mode 100644
index 0000000..13e21a4
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/currency-dollar.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/currency-euro.php b/templates/element/svgs/heroicons/solid/currency-euro.php
new file mode 100644
index 0000000..6a62cf0
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/currency-euro.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/currency-pound.php b/templates/element/svgs/heroicons/solid/currency-pound.php
new file mode 100644
index 0000000..3daf01a
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/currency-pound.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/currency-rupee.php b/templates/element/svgs/heroicons/solid/currency-rupee.php
new file mode 100644
index 0000000..85791ee
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/currency-rupee.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/currency-yen.php b/templates/element/svgs/heroicons/solid/currency-yen.php
new file mode 100644
index 0000000..b677b8a
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/currency-yen.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/cursor-arrow-rays.php b/templates/element/svgs/heroicons/solid/cursor-arrow-rays.php
new file mode 100644
index 0000000..0ab3e05
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/cursor-arrow-rays.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/cursor-arrow-ripple.php b/templates/element/svgs/heroicons/solid/cursor-arrow-ripple.php
new file mode 100644
index 0000000..b48fdd0
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/cursor-arrow-ripple.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/device-phone-mobile.php b/templates/element/svgs/heroicons/solid/device-phone-mobile.php
new file mode 100644
index 0000000..1017ebb
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/device-phone-mobile.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/device-tablet.php b/templates/element/svgs/heroicons/solid/device-tablet.php
new file mode 100644
index 0000000..b87460e
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/device-tablet.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/divide.php b/templates/element/svgs/heroicons/solid/divide.php
new file mode 100644
index 0000000..faf9005
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/divide.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/document-arrow-down.php b/templates/element/svgs/heroicons/solid/document-arrow-down.php
new file mode 100644
index 0000000..7b3b04b
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/document-arrow-down.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/document-arrow-up.php b/templates/element/svgs/heroicons/solid/document-arrow-up.php
new file mode 100644
index 0000000..69c8158
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/document-arrow-up.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/document-chart-bar.php b/templates/element/svgs/heroicons/solid/document-chart-bar.php
new file mode 100644
index 0000000..a6334ee
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/document-chart-bar.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/document-check.php b/templates/element/svgs/heroicons/solid/document-check.php
new file mode 100644
index 0000000..a6a7f32
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/document-check.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/document-currency-bangladeshi.php b/templates/element/svgs/heroicons/solid/document-currency-bangladeshi.php
new file mode 100644
index 0000000..61fc222
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/document-currency-bangladeshi.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/document-currency-dollar.php b/templates/element/svgs/heroicons/solid/document-currency-dollar.php
new file mode 100644
index 0000000..189ea2a
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/document-currency-dollar.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/document-currency-euro.php b/templates/element/svgs/heroicons/solid/document-currency-euro.php
new file mode 100644
index 0000000..8fcf42a
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/document-currency-euro.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/document-currency-pound.php b/templates/element/svgs/heroicons/solid/document-currency-pound.php
new file mode 100644
index 0000000..43fe7c2
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/document-currency-pound.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/document-currency-rupee.php b/templates/element/svgs/heroicons/solid/document-currency-rupee.php
new file mode 100644
index 0000000..10924cd
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/document-currency-rupee.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/document-currency-yen.php b/templates/element/svgs/heroicons/solid/document-currency-yen.php
new file mode 100644
index 0000000..eba1542
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/document-currency-yen.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/document-duplicate.php b/templates/element/svgs/heroicons/solid/document-duplicate.php
new file mode 100644
index 0000000..550e609
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/document-duplicate.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/document-magnifying-glass.php b/templates/element/svgs/heroicons/solid/document-magnifying-glass.php
new file mode 100644
index 0000000..9b53635
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/document-magnifying-glass.php
@@ -0,0 +1,15 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/document-minus.php b/templates/element/svgs/heroicons/solid/document-minus.php
new file mode 100644
index 0000000..f2225db
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/document-minus.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/document-plus.php b/templates/element/svgs/heroicons/solid/document-plus.php
new file mode 100644
index 0000000..7b53472
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/document-plus.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/document-text.php b/templates/element/svgs/heroicons/solid/document-text.php
new file mode 100644
index 0000000..4e3abf3
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/document-text.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/document.php b/templates/element/svgs/heroicons/solid/document.php
new file mode 100644
index 0000000..72febbc
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/document.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/ellipsis-horizontal-circle.php b/templates/element/svgs/heroicons/solid/ellipsis-horizontal-circle.php
new file mode 100644
index 0000000..e43d792
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/ellipsis-horizontal-circle.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/ellipsis-horizontal.php b/templates/element/svgs/heroicons/solid/ellipsis-horizontal.php
new file mode 100644
index 0000000..4541168
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/ellipsis-horizontal.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/ellipsis-vertical.php b/templates/element/svgs/heroicons/solid/ellipsis-vertical.php
new file mode 100644
index 0000000..6f10207
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/ellipsis-vertical.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/envelope-open.php b/templates/element/svgs/heroicons/solid/envelope-open.php
new file mode 100644
index 0000000..59d25ca
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/envelope-open.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/envelope.php b/templates/element/svgs/heroicons/solid/envelope.php
new file mode 100644
index 0000000..cf6a884
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/envelope.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/equals.php b/templates/element/svgs/heroicons/solid/equals.php
new file mode 100644
index 0000000..8456653
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/equals.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/exclamation-circle.php b/templates/element/svgs/heroicons/solid/exclamation-circle.php
new file mode 100644
index 0000000..0c2aa9c
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/exclamation-circle.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/exclamation-triangle.php b/templates/element/svgs/heroicons/solid/exclamation-triangle.php
new file mode 100644
index 0000000..39b9ab9
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/exclamation-triangle.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/eye-dropper.php b/templates/element/svgs/heroicons/solid/eye-dropper.php
new file mode 100644
index 0000000..17453e4
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/eye-dropper.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/eye-slash.php b/templates/element/svgs/heroicons/solid/eye-slash.php
new file mode 100644
index 0000000..e0265b8
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/eye-slash.php
@@ -0,0 +1,15 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/eye.php b/templates/element/svgs/heroicons/solid/eye.php
new file mode 100644
index 0000000..5936f3a
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/eye.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/face-frown.php b/templates/element/svgs/heroicons/solid/face-frown.php
new file mode 100644
index 0000000..23f0eb1
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/face-frown.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/face-smile.php b/templates/element/svgs/heroicons/solid/face-smile.php
new file mode 100644
index 0000000..b4c2b62
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/face-smile.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/film.php b/templates/element/svgs/heroicons/solid/film.php
new file mode 100644
index 0000000..f0871eb
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/film.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/finger-print.php b/templates/element/svgs/heroicons/solid/finger-print.php
new file mode 100644
index 0000000..726f7e6
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/finger-print.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/fire.php b/templates/element/svgs/heroicons/solid/fire.php
new file mode 100644
index 0000000..50ce623
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/fire.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/flag.php b/templates/element/svgs/heroicons/solid/flag.php
new file mode 100644
index 0000000..57c36c6
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/flag.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/folder-arrow-down.php b/templates/element/svgs/heroicons/solid/folder-arrow-down.php
new file mode 100644
index 0000000..2ad1594
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/folder-arrow-down.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/folder-minus.php b/templates/element/svgs/heroicons/solid/folder-minus.php
new file mode 100644
index 0000000..a0f27a3
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/folder-minus.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/folder-open.php b/templates/element/svgs/heroicons/solid/folder-open.php
new file mode 100644
index 0000000..aa3070e
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/folder-open.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/folder-plus.php b/templates/element/svgs/heroicons/solid/folder-plus.php
new file mode 100644
index 0000000..10298c5
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/folder-plus.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/folder.php b/templates/element/svgs/heroicons/solid/folder.php
new file mode 100644
index 0000000..23a4b62
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/folder.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/forward.php b/templates/element/svgs/heroicons/solid/forward.php
new file mode 100644
index 0000000..fecc573
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/forward.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/funnel.php b/templates/element/svgs/heroicons/solid/funnel.php
new file mode 100644
index 0000000..9ffc9d5
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/funnel.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/gif.php b/templates/element/svgs/heroicons/solid/gif.php
new file mode 100644
index 0000000..7205d00
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/gif.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/gift-top.php b/templates/element/svgs/heroicons/solid/gift-top.php
new file mode 100644
index 0000000..2122ecc
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/gift-top.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/gift.php b/templates/element/svgs/heroicons/solid/gift.php
new file mode 100644
index 0000000..02615a4
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/gift.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/globe-alt.php b/templates/element/svgs/heroicons/solid/globe-alt.php
new file mode 100644
index 0000000..712b987
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/globe-alt.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/globe-americas.php b/templates/element/svgs/heroicons/solid/globe-americas.php
new file mode 100644
index 0000000..65b6c04
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/globe-americas.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/globe-asia-australia.php b/templates/element/svgs/heroicons/solid/globe-asia-australia.php
new file mode 100644
index 0000000..940704f
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/globe-asia-australia.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/globe-europe-africa.php b/templates/element/svgs/heroicons/solid/globe-europe-africa.php
new file mode 100644
index 0000000..d760200
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/globe-europe-africa.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/h1.php b/templates/element/svgs/heroicons/solid/h1.php
new file mode 100644
index 0000000..fdde044
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/h1.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/h2.php b/templates/element/svgs/heroicons/solid/h2.php
new file mode 100644
index 0000000..b757548
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/h2.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/h3.php b/templates/element/svgs/heroicons/solid/h3.php
new file mode 100644
index 0000000..2161ed1
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/h3.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/hand-raised.php b/templates/element/svgs/heroicons/solid/hand-raised.php
new file mode 100644
index 0000000..c26d87d
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/hand-raised.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/hand-thumb-down.php b/templates/element/svgs/heroicons/solid/hand-thumb-down.php
new file mode 100644
index 0000000..ace7b1f
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/hand-thumb-down.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/hand-thumb-up.php b/templates/element/svgs/heroicons/solid/hand-thumb-up.php
new file mode 100644
index 0000000..ceda929
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/hand-thumb-up.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/hashtag.php b/templates/element/svgs/heroicons/solid/hashtag.php
new file mode 100644
index 0000000..961350e
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/hashtag.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/heart.php b/templates/element/svgs/heroicons/solid/heart.php
new file mode 100644
index 0000000..5a6554f
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/heart.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/home-modern.php b/templates/element/svgs/heroicons/solid/home-modern.php
new file mode 100644
index 0000000..ba505e2
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/home-modern.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/home.php b/templates/element/svgs/heroicons/solid/home.php
new file mode 100644
index 0000000..fb7f039
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/home.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/identification.php b/templates/element/svgs/heroicons/solid/identification.php
new file mode 100644
index 0000000..b5bfbe2
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/identification.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/inbox-arrow-down.php b/templates/element/svgs/heroicons/solid/inbox-arrow-down.php
new file mode 100644
index 0000000..020384f
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/inbox-arrow-down.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/inbox-stack.php b/templates/element/svgs/heroicons/solid/inbox-stack.php
new file mode 100644
index 0000000..8d51d36
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/inbox-stack.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/inbox.php b/templates/element/svgs/heroicons/solid/inbox.php
new file mode 100644
index 0000000..11ec8a6
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/inbox.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/information-circle.php b/templates/element/svgs/heroicons/solid/information-circle.php
new file mode 100644
index 0000000..da2626a
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/information-circle.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/italic.php b/templates/element/svgs/heroicons/solid/italic.php
new file mode 100644
index 0000000..738e254
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/italic.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/key.php b/templates/element/svgs/heroicons/solid/key.php
new file mode 100644
index 0000000..7c3f222
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/key.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/language.php b/templates/element/svgs/heroicons/solid/language.php
new file mode 100644
index 0000000..7e13ef9
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/language.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/lifebuoy.php b/templates/element/svgs/heroicons/solid/lifebuoy.php
new file mode 100644
index 0000000..d2d2ed7
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/lifebuoy.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/light-bulb.php b/templates/element/svgs/heroicons/solid/light-bulb.php
new file mode 100644
index 0000000..6258a3e
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/light-bulb.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/link-slash.php b/templates/element/svgs/heroicons/solid/link-slash.php
new file mode 100644
index 0000000..ba2f5f9
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/link-slash.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/link.php b/templates/element/svgs/heroicons/solid/link.php
new file mode 100644
index 0000000..6efa360
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/link.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/list-bullet.php b/templates/element/svgs/heroicons/solid/list-bullet.php
new file mode 100644
index 0000000..ac94b65
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/list-bullet.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/lock-closed.php b/templates/element/svgs/heroicons/solid/lock-closed.php
new file mode 100644
index 0000000..4ffc820
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/lock-closed.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/lock-open.php b/templates/element/svgs/heroicons/solid/lock-open.php
new file mode 100644
index 0000000..980109f
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/lock-open.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/magnifying-glass-circle.php b/templates/element/svgs/heroicons/solid/magnifying-glass-circle.php
new file mode 100644
index 0000000..9e009de
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/magnifying-glass-circle.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/magnifying-glass-minus.php b/templates/element/svgs/heroicons/solid/magnifying-glass-minus.php
new file mode 100644
index 0000000..5c8604c
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/magnifying-glass-minus.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/magnifying-glass-plus.php b/templates/element/svgs/heroicons/solid/magnifying-glass-plus.php
new file mode 100644
index 0000000..099695b
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/magnifying-glass-plus.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/magnifying-glass.php b/templates/element/svgs/heroicons/solid/magnifying-glass.php
new file mode 100644
index 0000000..5db408d
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/magnifying-glass.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/map-pin.php b/templates/element/svgs/heroicons/solid/map-pin.php
new file mode 100644
index 0000000..297e11f
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/map-pin.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/map.php b/templates/element/svgs/heroicons/solid/map.php
new file mode 100644
index 0000000..d674f80
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/map.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/megaphone.php b/templates/element/svgs/heroicons/solid/megaphone.php
new file mode 100644
index 0000000..710e4ba
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/megaphone.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/microphone.php b/templates/element/svgs/heroicons/solid/microphone.php
new file mode 100644
index 0000000..be221ff
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/microphone.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/minus-circle.php b/templates/element/svgs/heroicons/solid/minus-circle.php
new file mode 100644
index 0000000..f2ab210
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/minus-circle.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/minus-small.php b/templates/element/svgs/heroicons/solid/minus-small.php
new file mode 100644
index 0000000..11cd001
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/minus-small.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/minus.php b/templates/element/svgs/heroicons/solid/minus.php
new file mode 100644
index 0000000..982a1ef
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/minus.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/moon.php b/templates/element/svgs/heroicons/solid/moon.php
new file mode 100644
index 0000000..8a01afe
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/moon.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/musical-note.php b/templates/element/svgs/heroicons/solid/musical-note.php
new file mode 100644
index 0000000..20638bf
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/musical-note.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/newspaper.php b/templates/element/svgs/heroicons/solid/newspaper.php
new file mode 100644
index 0000000..668cb41
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/newspaper.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/no-symbol.php b/templates/element/svgs/heroicons/solid/no-symbol.php
new file mode 100644
index 0000000..5f69fc2
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/no-symbol.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/numbered-list.php b/templates/element/svgs/heroicons/solid/numbered-list.php
new file mode 100644
index 0000000..26785d3
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/numbered-list.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/paint-brush.php b/templates/element/svgs/heroicons/solid/paint-brush.php
new file mode 100644
index 0000000..302a048
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/paint-brush.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/paper-airplane.php b/templates/element/svgs/heroicons/solid/paper-airplane.php
new file mode 100644
index 0000000..111886b
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/paper-airplane.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/paper-clip.php b/templates/element/svgs/heroicons/solid/paper-clip.php
new file mode 100644
index 0000000..9166a8c
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/paper-clip.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/pause-circle.php b/templates/element/svgs/heroicons/solid/pause-circle.php
new file mode 100644
index 0000000..069153c
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/pause-circle.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/pause.php b/templates/element/svgs/heroicons/solid/pause.php
new file mode 100644
index 0000000..96915d4
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/pause.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/pencil-square.php b/templates/element/svgs/heroicons/solid/pencil-square.php
new file mode 100644
index 0000000..d5a3083
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/pencil-square.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/pencil.php b/templates/element/svgs/heroicons/solid/pencil.php
new file mode 100644
index 0000000..dd67f71
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/pencil.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/percent-badge.php b/templates/element/svgs/heroicons/solid/percent-badge.php
new file mode 100644
index 0000000..0d6790e
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/percent-badge.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/phone-arrow-down-left.php b/templates/element/svgs/heroicons/solid/phone-arrow-down-left.php
new file mode 100644
index 0000000..50c1d38
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/phone-arrow-down-left.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/phone-arrow-up-right.php b/templates/element/svgs/heroicons/solid/phone-arrow-up-right.php
new file mode 100644
index 0000000..b6f9edf
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/phone-arrow-up-right.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/phone-x-mark.php b/templates/element/svgs/heroicons/solid/phone-x-mark.php
new file mode 100644
index 0000000..ccf6a35
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/phone-x-mark.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/phone.php b/templates/element/svgs/heroicons/solid/phone.php
new file mode 100644
index 0000000..48d24c0
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/phone.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/photo.php b/templates/element/svgs/heroicons/solid/photo.php
new file mode 100644
index 0000000..2e0b290
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/photo.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/play-circle.php b/templates/element/svgs/heroicons/solid/play-circle.php
new file mode 100644
index 0000000..c78798e
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/play-circle.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/play-pause.php b/templates/element/svgs/heroicons/solid/play-pause.php
new file mode 100644
index 0000000..2af3fe9
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/play-pause.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/play.php b/templates/element/svgs/heroicons/solid/play.php
new file mode 100644
index 0000000..31aebcd
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/play.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/plus-circle.php b/templates/element/svgs/heroicons/solid/plus-circle.php
new file mode 100644
index 0000000..2947bed
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/plus-circle.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/plus-small.php b/templates/element/svgs/heroicons/solid/plus-small.php
new file mode 100644
index 0000000..8b65519
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/plus-small.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/plus.php b/templates/element/svgs/heroicons/solid/plus.php
new file mode 100644
index 0000000..6bf2c44
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/plus.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/power.php b/templates/element/svgs/heroicons/solid/power.php
new file mode 100644
index 0000000..73254ea
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/power.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/presentation-chart-bar.php b/templates/element/svgs/heroicons/solid/presentation-chart-bar.php
new file mode 100644
index 0000000..6ef3483
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/presentation-chart-bar.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/presentation-chart-line.php b/templates/element/svgs/heroicons/solid/presentation-chart-line.php
new file mode 100644
index 0000000..65f1217
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/presentation-chart-line.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/printer.php b/templates/element/svgs/heroicons/solid/printer.php
new file mode 100644
index 0000000..bf85aec
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/printer.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/puzzle-piece.php b/templates/element/svgs/heroicons/solid/puzzle-piece.php
new file mode 100644
index 0000000..151ca4f
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/puzzle-piece.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/qr-code.php b/templates/element/svgs/heroicons/solid/qr-code.php
new file mode 100644
index 0000000..675b532
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/qr-code.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/question-mark-circle.php b/templates/element/svgs/heroicons/solid/question-mark-circle.php
new file mode 100644
index 0000000..50935ba
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/question-mark-circle.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/queue-list.php b/templates/element/svgs/heroicons/solid/queue-list.php
new file mode 100644
index 0000000..d0ad7b2
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/queue-list.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/radio.php b/templates/element/svgs/heroicons/solid/radio.php
new file mode 100644
index 0000000..ff669e5
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/radio.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/receipt-percent.php b/templates/element/svgs/heroicons/solid/receipt-percent.php
new file mode 100644
index 0000000..816e8b0
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/receipt-percent.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/receipt-refund.php b/templates/element/svgs/heroicons/solid/receipt-refund.php
new file mode 100644
index 0000000..701f1bd
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/receipt-refund.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/rectangle-group.php b/templates/element/svgs/heroicons/solid/rectangle-group.php
new file mode 100644
index 0000000..d2f965e
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/rectangle-group.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/rectangle-stack.php b/templates/element/svgs/heroicons/solid/rectangle-stack.php
new file mode 100644
index 0000000..5317424
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/rectangle-stack.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/rocket-launch.php b/templates/element/svgs/heroicons/solid/rocket-launch.php
new file mode 100644
index 0000000..90baafa
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/rocket-launch.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/rss.php b/templates/element/svgs/heroicons/solid/rss.php
new file mode 100644
index 0000000..b325939
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/rss.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/scale.php b/templates/element/svgs/heroicons/solid/scale.php
new file mode 100644
index 0000000..37fcc53
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/scale.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/scissors.php b/templates/element/svgs/heroicons/solid/scissors.php
new file mode 100644
index 0000000..71dcdcf
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/scissors.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/server-stack.php b/templates/element/svgs/heroicons/solid/server-stack.php
new file mode 100644
index 0000000..75786f9
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/server-stack.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/server.php b/templates/element/svgs/heroicons/solid/server.php
new file mode 100644
index 0000000..3338d6b
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/server.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/share.php b/templates/element/svgs/heroicons/solid/share.php
new file mode 100644
index 0000000..c4c042f
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/share.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/shield-check.php b/templates/element/svgs/heroicons/solid/shield-check.php
new file mode 100644
index 0000000..67a1f30
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/shield-check.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/shield-exclamation.php b/templates/element/svgs/heroicons/solid/shield-exclamation.php
new file mode 100644
index 0000000..cc874cc
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/shield-exclamation.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/shopping-bag.php b/templates/element/svgs/heroicons/solid/shopping-bag.php
new file mode 100644
index 0000000..239c4ff
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/shopping-bag.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/shopping-cart.php b/templates/element/svgs/heroicons/solid/shopping-cart.php
new file mode 100644
index 0000000..6f202f4
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/shopping-cart.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/signal-slash.php b/templates/element/svgs/heroicons/solid/signal-slash.php
new file mode 100644
index 0000000..006f1d6
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/signal-slash.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/signal.php b/templates/element/svgs/heroicons/solid/signal.php
new file mode 100644
index 0000000..3f448b5
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/signal.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/slash.php b/templates/element/svgs/heroicons/solid/slash.php
new file mode 100644
index 0000000..8592c88
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/slash.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/sparkles.php b/templates/element/svgs/heroicons/solid/sparkles.php
new file mode 100644
index 0000000..4528e03
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/sparkles.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/speaker-wave.php b/templates/element/svgs/heroicons/solid/speaker-wave.php
new file mode 100644
index 0000000..9bdb10b
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/speaker-wave.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/speaker-x-mark.php b/templates/element/svgs/heroicons/solid/speaker-x-mark.php
new file mode 100644
index 0000000..1a8c1c4
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/speaker-x-mark.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/square-2-stack.php b/templates/element/svgs/heroicons/solid/square-2-stack.php
new file mode 100644
index 0000000..6ff7013
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/square-2-stack.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/square-3-stack-3d.php b/templates/element/svgs/heroicons/solid/square-3-stack-3d.php
new file mode 100644
index 0000000..daa9360
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/square-3-stack-3d.php
@@ -0,0 +1,15 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/squares-2x2.php b/templates/element/svgs/heroicons/solid/squares-2x2.php
new file mode 100644
index 0000000..6b140b8
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/squares-2x2.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/squares-plus.php b/templates/element/svgs/heroicons/solid/squares-plus.php
new file mode 100644
index 0000000..42470e9
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/squares-plus.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/star.php b/templates/element/svgs/heroicons/solid/star.php
new file mode 100644
index 0000000..fc80374
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/star.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/stop-circle.php b/templates/element/svgs/heroicons/solid/stop-circle.php
new file mode 100644
index 0000000..63a7c41
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/stop-circle.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/stop.php b/templates/element/svgs/heroicons/solid/stop.php
new file mode 100644
index 0000000..16029cb
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/stop.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/strikethrough.php b/templates/element/svgs/heroicons/solid/strikethrough.php
new file mode 100644
index 0000000..b90b445
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/strikethrough.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/sun.php b/templates/element/svgs/heroicons/solid/sun.php
new file mode 100644
index 0000000..bee2ac6
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/sun.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/swatch.php b/templates/element/svgs/heroicons/solid/swatch.php
new file mode 100644
index 0000000..157112d
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/swatch.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/table-cells.php b/templates/element/svgs/heroicons/solid/table-cells.php
new file mode 100644
index 0000000..95726d3
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/table-cells.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/tag.php b/templates/element/svgs/heroicons/solid/tag.php
new file mode 100644
index 0000000..c655194
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/tag.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/ticket.php b/templates/element/svgs/heroicons/solid/ticket.php
new file mode 100644
index 0000000..4708a1a
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/ticket.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/trash.php b/templates/element/svgs/heroicons/solid/trash.php
new file mode 100644
index 0000000..684e11b
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/trash.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/trophy.php b/templates/element/svgs/heroicons/solid/trophy.php
new file mode 100644
index 0000000..4c84b11
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/trophy.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/truck.php b/templates/element/svgs/heroicons/solid/truck.php
new file mode 100644
index 0000000..5799b36
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/truck.php
@@ -0,0 +1,15 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/tv.php b/templates/element/svgs/heroicons/solid/tv.php
new file mode 100644
index 0000000..6d14772
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/tv.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/underline.php b/templates/element/svgs/heroicons/solid/underline.php
new file mode 100644
index 0000000..02ed8b7
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/underline.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/user-circle.php b/templates/element/svgs/heroicons/solid/user-circle.php
new file mode 100644
index 0000000..db2fdca
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/user-circle.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/user-group.php b/templates/element/svgs/heroicons/solid/user-group.php
new file mode 100644
index 0000000..caeccab
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/user-group.php
@@ -0,0 +1,14 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/user-minus.php b/templates/element/svgs/heroicons/solid/user-minus.php
new file mode 100644
index 0000000..5679804
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/user-minus.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/user-plus.php b/templates/element/svgs/heroicons/solid/user-plus.php
new file mode 100644
index 0000000..4f52d37
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/user-plus.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/user.php b/templates/element/svgs/heroicons/solid/user.php
new file mode 100644
index 0000000..e4c6de0
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/user.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/users.php b/templates/element/svgs/heroicons/solid/users.php
new file mode 100644
index 0000000..7bb2b1c
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/users.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/variable.php b/templates/element/svgs/heroicons/solid/variable.php
new file mode 100644
index 0000000..ab7c164
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/variable.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/video-camera-slash.php b/templates/element/svgs/heroicons/solid/video-camera-slash.php
new file mode 100644
index 0000000..b123053
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/video-camera-slash.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/video-camera.php b/templates/element/svgs/heroicons/solid/video-camera.php
new file mode 100644
index 0000000..a0d154c
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/video-camera.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/view-columns.php b/templates/element/svgs/heroicons/solid/view-columns.php
new file mode 100644
index 0000000..083c048
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/view-columns.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/viewfinder-circle.php b/templates/element/svgs/heroicons/solid/viewfinder-circle.php
new file mode 100644
index 0000000..9c835d3
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/viewfinder-circle.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/wallet.php b/templates/element/svgs/heroicons/solid/wallet.php
new file mode 100644
index 0000000..fa52e96
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/wallet.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/wifi.php b/templates/element/svgs/heroicons/solid/wifi.php
new file mode 100644
index 0000000..cccc8fa
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/wifi.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/window.php b/templates/element/svgs/heroicons/solid/window.php
new file mode 100644
index 0000000..aaa847e
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/window.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/wrench-screwdriver.php b/templates/element/svgs/heroicons/solid/wrench-screwdriver.php
new file mode 100644
index 0000000..33b3b19
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/wrench-screwdriver.php
@@ -0,0 +1,15 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/wrench.php b/templates/element/svgs/heroicons/solid/wrench.php
new file mode 100644
index 0000000..f45ed1d
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/wrench.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/x-circle.php b/templates/element/svgs/heroicons/solid/x-circle.php
new file mode 100644
index 0000000..0a45556
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/x-circle.php
@@ -0,0 +1,13 @@
+
+
diff --git a/templates/element/svgs/heroicons/solid/x-mark.php b/templates/element/svgs/heroicons/solid/x-mark.php
new file mode 100644
index 0000000..2067b8b
--- /dev/null
+++ b/templates/element/svgs/heroicons/solid/x-mark.php
@@ -0,0 +1,13 @@
+
+