diff --git a/bin/version.txt b/bin/version.txt index cd5b936..029bf81 100644 --- a/bin/version.txt +++ b/bin/version.txt @@ -1 +1 @@ -tabler-icons-2.5.0.zip \ No newline at end of file +tabler-icons-2.9.0.zip \ No newline at end of file diff --git a/composer.json b/composer.json index 5d72766..1f2e2ea 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "license": "MIT", "require": { "php": "^8.0.2", - "laravel/framework": "^9.0" + "laravel/framework": "^9.0 || ^10.0" }, "authors": [ { diff --git a/resources/views/components/icon/ad-circle-filled.blade.php b/resources/views/components/icon/ad-circle-filled.blade.php new file mode 100644 index 0000000..e7adb58 --- /dev/null +++ b/resources/views/components/icon/ad-circle-filled.blade.php @@ -0,0 +1,8 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-ad-circle-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + diff --git a/resources/views/components/icon/ad-circle-off.blade.php b/resources/views/components/icon/ad-circle-off.blade.php new file mode 100644 index 0000000..826f074 --- /dev/null +++ b/resources/views/components/icon/ad-circle-off.blade.php @@ -0,0 +1,15 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-ad-circle-off']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + + + + + + diff --git a/resources/views/components/icon/ad-circle.blade.php b/resources/views/components/icon/ad-circle.blade.php new file mode 100644 index 0000000..1a1a832 --- /dev/null +++ b/resources/views/components/icon/ad-circle.blade.php @@ -0,0 +1,11 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-ad-circle']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + + diff --git a/resources/views/components/icon/alert-octagon.blade.php b/resources/views/components/icon/alert-octagon.blade.php index acc3bb1..c3d5add 100644 --- a/resources/views/components/icon/alert-octagon.blade.php +++ b/resources/views/components/icon/alert-octagon.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-alert-octagon']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/align-box-bottom-center-filled.blade.php b/resources/views/components/icon/align-box-bottom-center-filled.blade.php index a8a462a..eb18ac9 100644 --- a/resources/views/components/icon/align-box-bottom-center-filled.blade.php +++ b/resources/views/components/icon/align-box-bottom-center-filled.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-align-box-bottom-center-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/align-box-bottom-center.blade.php b/resources/views/components/icon/align-box-bottom-center.blade.php index a919ccc..9f18237 100644 --- a/resources/views/components/icon/align-box-bottom-center.blade.php +++ b/resources/views/components/icon/align-box-bottom-center.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-align-box-bottom-center']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/align-box-bottom-left-filled.blade.php b/resources/views/components/icon/align-box-bottom-left-filled.blade.php index 89b14e1..770e1aa 100644 --- a/resources/views/components/icon/align-box-bottom-left-filled.blade.php +++ b/resources/views/components/icon/align-box-bottom-left-filled.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-align-box-bottom-left-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/align-box-bottom-left.blade.php b/resources/views/components/icon/align-box-bottom-left.blade.php index a7626cc..51a0387 100644 --- a/resources/views/components/icon/align-box-bottom-left.blade.php +++ b/resources/views/components/icon/align-box-bottom-left.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-align-box-bottom-left']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/align-box-bottom-right-filled.blade.php b/resources/views/components/icon/align-box-bottom-right-filled.blade.php index df1244a..a53b527 100644 --- a/resources/views/components/icon/align-box-bottom-right-filled.blade.php +++ b/resources/views/components/icon/align-box-bottom-right-filled.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-align-box-bottom-right-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/align-box-bottom-right.blade.php b/resources/views/components/icon/align-box-bottom-right.blade.php index 7e931e2..63eb0ed 100644 --- a/resources/views/components/icon/align-box-bottom-right.blade.php +++ b/resources/views/components/icon/align-box-bottom-right.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-align-box-bottom-right']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/align-box-center-middle-filled.blade.php b/resources/views/components/icon/align-box-center-middle-filled.blade.php new file mode 100644 index 0000000..279c6cb --- /dev/null +++ b/resources/views/components/icon/align-box-center-middle-filled.blade.php @@ -0,0 +1,8 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-align-box-center-middle-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + diff --git a/resources/views/components/icon/align-box-center-middle.blade.php b/resources/views/components/icon/align-box-center-middle.blade.php new file mode 100644 index 0000000..4d44d3c --- /dev/null +++ b/resources/views/components/icon/align-box-center-middle.blade.php @@ -0,0 +1,11 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-align-box-center-middle']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + + diff --git a/resources/views/components/icon/align-box-left-bottom-filled.blade.php b/resources/views/components/icon/align-box-left-bottom-filled.blade.php index 7e118fe..23bac12 100644 --- a/resources/views/components/icon/align-box-left-bottom-filled.blade.php +++ b/resources/views/components/icon/align-box-left-bottom-filled.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-align-box-left-bottom-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/align-box-left-bottom.blade.php b/resources/views/components/icon/align-box-left-bottom.blade.php index 06faa70..ad32c19 100644 --- a/resources/views/components/icon/align-box-left-bottom.blade.php +++ b/resources/views/components/icon/align-box-left-bottom.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-align-box-left-bottom']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/align-box-left-middle-filled.blade.php b/resources/views/components/icon/align-box-left-middle-filled.blade.php index 593c777..024618c 100644 --- a/resources/views/components/icon/align-box-left-middle-filled.blade.php +++ b/resources/views/components/icon/align-box-left-middle-filled.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-align-box-left-middle-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/align-box-left-middle.blade.php b/resources/views/components/icon/align-box-left-middle.blade.php index 12a048a..9d6b76d 100644 --- a/resources/views/components/icon/align-box-left-middle.blade.php +++ b/resources/views/components/icon/align-box-left-middle.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-align-box-left-middle']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/align-box-left-top-filled.blade.php b/resources/views/components/icon/align-box-left-top-filled.blade.php index 460f963..5aaf32c 100644 --- a/resources/views/components/icon/align-box-left-top-filled.blade.php +++ b/resources/views/components/icon/align-box-left-top-filled.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-align-box-left-top-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/align-box-left-top.blade.php b/resources/views/components/icon/align-box-left-top.blade.php index 5643261..1e4b941 100644 --- a/resources/views/components/icon/align-box-left-top.blade.php +++ b/resources/views/components/icon/align-box-left-top.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-align-box-left-top']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/align-box-right-bottom-filled.blade.php b/resources/views/components/icon/align-box-right-bottom-filled.blade.php index 5505d24..99708b9 100644 --- a/resources/views/components/icon/align-box-right-bottom-filled.blade.php +++ b/resources/views/components/icon/align-box-right-bottom-filled.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-align-box-right-bottom-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/align-box-right-bottom.blade.php b/resources/views/components/icon/align-box-right-bottom.blade.php index 8d0322f..534f581 100644 --- a/resources/views/components/icon/align-box-right-bottom.blade.php +++ b/resources/views/components/icon/align-box-right-bottom.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-align-box-right-bottom']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/align-box-right-middle-filled.blade.php b/resources/views/components/icon/align-box-right-middle-filled.blade.php new file mode 100644 index 0000000..7bed4fe --- /dev/null +++ b/resources/views/components/icon/align-box-right-middle-filled.blade.php @@ -0,0 +1,8 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-align-box-right-middle-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + diff --git a/resources/views/components/icon/align-box-right-middle.blade.php b/resources/views/components/icon/align-box-right-middle.blade.php index 773b448..47e3466 100644 --- a/resources/views/components/icon/align-box-right-middle.blade.php +++ b/resources/views/components/icon/align-box-right-middle.blade.php @@ -2,8 +2,8 @@ merge(['class' => 'icon icon-tabler icon-tabler-align-box-right-middle']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/align-box-right-top-filled.blade.php b/resources/views/components/icon/align-box-right-top-filled.blade.php index 6a5edc3..139f152 100644 --- a/resources/views/components/icon/align-box-right-top-filled.blade.php +++ b/resources/views/components/icon/align-box-right-top-filled.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-align-box-right-top-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/align-box-right-top.blade.php b/resources/views/components/icon/align-box-right-top.blade.php index 5e827d5..308d4f2 100644 --- a/resources/views/components/icon/align-box-right-top.blade.php +++ b/resources/views/components/icon/align-box-right-top.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-align-box-right-top']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/align-box-top-center-filled.blade.php b/resources/views/components/icon/align-box-top-center-filled.blade.php index 2817b39..1e146dd 100644 --- a/resources/views/components/icon/align-box-top-center-filled.blade.php +++ b/resources/views/components/icon/align-box-top-center-filled.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-align-box-top-center-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/align-box-top-center.blade.php b/resources/views/components/icon/align-box-top-center.blade.php index 69968ab..cb514bd 100644 --- a/resources/views/components/icon/align-box-top-center.blade.php +++ b/resources/views/components/icon/align-box-top-center.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-align-box-top-center']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/align-box-top-left-filled.blade.php b/resources/views/components/icon/align-box-top-left-filled.blade.php index 6342282..2c1e1b8 100644 --- a/resources/views/components/icon/align-box-top-left-filled.blade.php +++ b/resources/views/components/icon/align-box-top-left-filled.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-align-box-top-left-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/align-box-top-left.blade.php b/resources/views/components/icon/align-box-top-left.blade.php index 8224d04..3b332c9 100644 --- a/resources/views/components/icon/align-box-top-left.blade.php +++ b/resources/views/components/icon/align-box-top-left.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-align-box-top-left']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/align-box-top-right-filled.blade.php b/resources/views/components/icon/align-box-top-right-filled.blade.php index f1db2a0..d2c307b 100644 --- a/resources/views/components/icon/align-box-top-right-filled.blade.php +++ b/resources/views/components/icon/align-box-top-right-filled.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-align-box-top-right-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/align-box-top-right.blade.php b/resources/views/components/icon/align-box-top-right.blade.php index e9ea1d4..3a45dee 100644 --- a/resources/views/components/icon/align-box-top-right.blade.php +++ b/resources/views/components/icon/align-box-top-right.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-align-box-top-right']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/arrow-badge-down-filled.blade.php b/resources/views/components/icon/arrow-badge-down-filled.blade.php new file mode 100644 index 0000000..36f8cde --- /dev/null +++ b/resources/views/components/icon/arrow-badge-down-filled.blade.php @@ -0,0 +1,8 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-arrow-badge-down-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + diff --git a/resources/views/components/icon/arrow-badge-left-filled.blade.php b/resources/views/components/icon/arrow-badge-left-filled.blade.php new file mode 100644 index 0000000..388c2fd --- /dev/null +++ b/resources/views/components/icon/arrow-badge-left-filled.blade.php @@ -0,0 +1,8 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-arrow-badge-left-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + diff --git a/resources/views/components/icon/arrow-badge-right-filled.blade.php b/resources/views/components/icon/arrow-badge-right-filled.blade.php new file mode 100644 index 0000000..337fe3f --- /dev/null +++ b/resources/views/components/icon/arrow-badge-right-filled.blade.php @@ -0,0 +1,8 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-arrow-badge-right-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + diff --git a/resources/views/components/icon/arrow-badge-up-filled.blade.php b/resources/views/components/icon/arrow-badge-up-filled.blade.php new file mode 100644 index 0000000..a632ecc --- /dev/null +++ b/resources/views/components/icon/arrow-badge-up-filled.blade.php @@ -0,0 +1,8 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-arrow-badge-up-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + diff --git a/resources/views/components/icon/arrow-up-circle.blade.php b/resources/views/components/icon/arrow-up-circle.blade.php index d25d6aa..94e18e5 100644 --- a/resources/views/components/icon/arrow-up-circle.blade.php +++ b/resources/views/components/icon/arrow-up-circle.blade.php @@ -2,10 +2,9 @@ merge(['class' => 'icon icon-tabler icon-tabler-arrow-up-circle']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - - - - + + + diff --git a/resources/views/components/icon/article-filled-filled.blade.php b/resources/views/components/icon/article-filled-filled.blade.php new file mode 100644 index 0000000..77c10a7 --- /dev/null +++ b/resources/views/components/icon/article-filled-filled.blade.php @@ -0,0 +1,8 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-article-filled-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + diff --git a/resources/views/components/icon/aspect-ratio-filled.blade.php b/resources/views/components/icon/aspect-ratio-filled.blade.php new file mode 100644 index 0000000..f7ed585 --- /dev/null +++ b/resources/views/components/icon/aspect-ratio-filled.blade.php @@ -0,0 +1,8 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-aspect-ratio-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + diff --git a/resources/views/components/icon/assembly.blade.php b/resources/views/components/icon/assembly.blade.php index df72107..efdfb87 100644 --- a/resources/views/components/icon/assembly.blade.php +++ b/resources/views/components/icon/assembly.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-assembly']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/backspace-filled.blade.php b/resources/views/components/icon/backspace-filled.blade.php new file mode 100644 index 0000000..e24e847 --- /dev/null +++ b/resources/views/components/icon/backspace-filled.blade.php @@ -0,0 +1,8 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-backspace-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + diff --git a/resources/views/components/icon/badges-filled.blade.php b/resources/views/components/icon/badges-filled.blade.php new file mode 100644 index 0000000..25907ba --- /dev/null +++ b/resources/views/components/icon/badges-filled.blade.php @@ -0,0 +1,9 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-badges-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + diff --git a/resources/views/components/icon/bandage-filled.blade.php b/resources/views/components/icon/bandage-filled.blade.php new file mode 100644 index 0000000..a1bdd6d --- /dev/null +++ b/resources/views/components/icon/bandage-filled.blade.php @@ -0,0 +1,8 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-bandage-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + diff --git a/resources/views/components/icon/basket-filled.blade.php b/resources/views/components/icon/basket-filled.blade.php new file mode 100644 index 0000000..c28e354 --- /dev/null +++ b/resources/views/components/icon/basket-filled.blade.php @@ -0,0 +1,8 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-basket-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + diff --git a/resources/views/components/icon/bed-filled.blade.php b/resources/views/components/icon/bed-filled.blade.php new file mode 100644 index 0000000..22fce3d --- /dev/null +++ b/resources/views/components/icon/bed-filled.blade.php @@ -0,0 +1,9 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-bed-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + diff --git a/resources/views/components/icon/beer-filled.blade.php b/resources/views/components/icon/beer-filled.blade.php new file mode 100644 index 0000000..7c5faec --- /dev/null +++ b/resources/views/components/icon/beer-filled.blade.php @@ -0,0 +1,8 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-beer-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + diff --git a/resources/views/components/icon/beer.blade.php b/resources/views/components/icon/beer.blade.php index ff16256..ecd8e23 100644 --- a/resources/views/components/icon/beer.blade.php +++ b/resources/views/components/icon/beer.blade.php @@ -2,8 +2,8 @@ merge(['class' => 'icon icon-tabler icon-tabler-beer']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - - + + diff --git a/resources/views/components/icon/blade-filled.blade.php b/resources/views/components/icon/blade-filled.blade.php new file mode 100644 index 0000000..ae8b08c --- /dev/null +++ b/resources/views/components/icon/blade-filled.blade.php @@ -0,0 +1,8 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-blade-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + diff --git a/resources/views/components/icon/border-corners.blade.php b/resources/views/components/icon/border-corners.blade.php new file mode 100644 index 0000000..ee94f6d --- /dev/null +++ b/resources/views/components/icon/border-corners.blade.php @@ -0,0 +1,11 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-border-corners']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + + diff --git a/resources/views/components/icon/border-sides.blade.php b/resources/views/components/icon/border-sides.blade.php new file mode 100644 index 0000000..a8d55c0 --- /dev/null +++ b/resources/views/components/icon/border-sides.blade.php @@ -0,0 +1,11 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-border-sides']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + + diff --git a/resources/views/components/icon/brand-alipay.blade.php b/resources/views/components/icon/brand-alipay.blade.php new file mode 100644 index 0000000..ab6b8ef --- /dev/null +++ b/resources/views/components/icon/brand-alipay.blade.php @@ -0,0 +1,11 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-brand-alipay']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + + diff --git a/resources/views/components/icon/brand-cake.blade.php b/resources/views/components/icon/brand-cake.blade.php new file mode 100644 index 0000000..c484fa2 --- /dev/null +++ b/resources/views/components/icon/brand-cake.blade.php @@ -0,0 +1,8 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-brand-cake']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + diff --git a/resources/views/components/icon/brand-cakephp.blade.php b/resources/views/components/icon/brand-cakephp.blade.php new file mode 100644 index 0000000..3341d71 --- /dev/null +++ b/resources/views/components/icon/brand-cakephp.blade.php @@ -0,0 +1,12 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-brand-cakephp']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + + + diff --git a/resources/views/components/icon/brand-crunchbase.blade.php b/resources/views/components/icon/brand-crunchbase.blade.php new file mode 100644 index 0000000..4dfa45c --- /dev/null +++ b/resources/views/components/icon/brand-crunchbase.blade.php @@ -0,0 +1,11 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-brand-crunchbase']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + + diff --git a/resources/views/components/icon/brand-discord-filled.blade.php b/resources/views/components/icon/brand-discord-filled.blade.php new file mode 100644 index 0000000..08c1dfa --- /dev/null +++ b/resources/views/components/icon/brand-discord-filled.blade.php @@ -0,0 +1,8 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-brand-discord-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + diff --git a/resources/views/components/icon/brand-discord.blade.php b/resources/views/components/icon/brand-discord.blade.php index fdcf64a..4e20afd 100644 --- a/resources/views/components/icon/brand-discord.blade.php +++ b/resources/views/components/icon/brand-discord.blade.php @@ -2,12 +2,10 @@ merge(['class' => 'icon icon-tabler icon-tabler-brand-discord']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - - - + + + - - diff --git a/resources/views/components/icon/brand-dribbble-filled.blade.php b/resources/views/components/icon/brand-dribbble-filled.blade.php new file mode 100644 index 0000000..808dfe8 --- /dev/null +++ b/resources/views/components/icon/brand-dribbble-filled.blade.php @@ -0,0 +1,8 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-brand-dribbble-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + diff --git a/resources/views/components/icon/brand-facebook-filled.blade.php b/resources/views/components/icon/brand-facebook-filled.blade.php new file mode 100644 index 0000000..ccfa9fa --- /dev/null +++ b/resources/views/components/icon/brand-facebook-filled.blade.php @@ -0,0 +1,8 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-brand-facebook-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + diff --git a/resources/views/components/icon/brand-fiverr.blade.php b/resources/views/components/icon/brand-fiverr.blade.php new file mode 100644 index 0000000..3f10e95 --- /dev/null +++ b/resources/views/components/icon/brand-fiverr.blade.php @@ -0,0 +1,8 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-brand-fiverr']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + diff --git a/resources/views/components/icon/brand-git.blade.php b/resources/views/components/icon/brand-git.blade.php index 5d00a48..af03ac8 100644 --- a/resources/views/components/icon/brand-git.blade.php +++ b/resources/views/components/icon/brand-git.blade.php @@ -8,7 +8,7 @@ - + diff --git a/resources/views/components/icon/brand-github-filled.blade.php b/resources/views/components/icon/brand-github-filled.blade.php new file mode 100644 index 0000000..20058d2 --- /dev/null +++ b/resources/views/components/icon/brand-github-filled.blade.php @@ -0,0 +1,8 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-brand-github-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + diff --git a/resources/views/components/icon/brand-instagram.blade.php b/resources/views/components/icon/brand-instagram.blade.php index eb8544f..cca096c 100644 --- a/resources/views/components/icon/brand-instagram.blade.php +++ b/resources/views/components/icon/brand-instagram.blade.php @@ -4,7 +4,7 @@ - + diff --git a/resources/views/components/icon/brand-juejin.blade.php b/resources/views/components/icon/brand-juejin.blade.php new file mode 100644 index 0000000..afac86d --- /dev/null +++ b/resources/views/components/icon/brand-juejin.blade.php @@ -0,0 +1,10 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-brand-juejin']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + diff --git a/resources/views/components/icon/brand-line.blade.php b/resources/views/components/icon/brand-line.blade.php new file mode 100644 index 0000000..654aa7a --- /dev/null +++ b/resources/views/components/icon/brand-line.blade.php @@ -0,0 +1,8 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-brand-line']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + diff --git a/resources/views/components/icon/brand-netbeans.blade.php b/resources/views/components/icon/brand-netbeans.blade.php index eec6c01..8835c6b 100644 --- a/resources/views/components/icon/brand-netbeans.blade.php +++ b/resources/views/components/icon/brand-netbeans.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-brand-netbeans']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/brand-paypal-filled.blade.php b/resources/views/components/icon/brand-paypal-filled.blade.php new file mode 100644 index 0000000..5893401 --- /dev/null +++ b/resources/views/components/icon/brand-paypal-filled.blade.php @@ -0,0 +1,8 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-brand-paypal-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + diff --git a/resources/views/components/icon/brand-qq.blade.php b/resources/views/components/icon/brand-qq.blade.php index b380908..3da6ce1 100644 --- a/resources/views/components/icon/brand-qq.blade.php +++ b/resources/views/components/icon/brand-qq.blade.php @@ -2,12 +2,15 @@ merge(['class' => 'icon icon-tabler icon-tabler-brand-qq']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - - - - - - + + + + + + + + + diff --git a/resources/views/components/icon/brand-sugarizer.blade.php b/resources/views/components/icon/brand-sugarizer.blade.php new file mode 100644 index 0000000..5fcb6b7 --- /dev/null +++ b/resources/views/components/icon/brand-sugarizer.blade.php @@ -0,0 +1,9 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-brand-sugarizer']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + diff --git a/resources/views/components/icon/brand-taobao.blade.php b/resources/views/components/icon/brand-taobao.blade.php index 19f88e8..8bf8be4 100644 --- a/resources/views/components/icon/brand-taobao.blade.php +++ b/resources/views/components/icon/brand-taobao.blade.php @@ -2,16 +2,16 @@ merge(['class' => 'icon icon-tabler icon-tabler-brand-taobao']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - - - - - - - - - - + + + + + + + + + + diff --git a/resources/views/components/icon/brand-tikto-filled.blade.php b/resources/views/components/icon/brand-tikto-filled.blade.php new file mode 100644 index 0000000..00c9545 --- /dev/null +++ b/resources/views/components/icon/brand-tikto-filled.blade.php @@ -0,0 +1,8 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-brand-tikto-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + diff --git a/resources/views/components/icon/brand-tiktok.blade.php b/resources/views/components/icon/brand-tiktok.blade.php index ddd640c..1df7e88 100644 --- a/resources/views/components/icon/brand-tiktok.blade.php +++ b/resources/views/components/icon/brand-tiktok.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-brand-tiktok']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/brand-twitter-filled.blade.php b/resources/views/components/icon/brand-twitter-filled.blade.php new file mode 100644 index 0000000..76084b0 --- /dev/null +++ b/resources/views/components/icon/brand-twitter-filled.blade.php @@ -0,0 +1,8 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-brand-twitter-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + diff --git a/resources/views/components/icon/clock-check.blade.php b/resources/views/components/icon/clock-check.blade.php new file mode 100644 index 0000000..3e0f694 --- /dev/null +++ b/resources/views/components/icon/clock-check.blade.php @@ -0,0 +1,10 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-clock-check']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + diff --git a/resources/views/components/icon/clock-cog.blade.php b/resources/views/components/icon/clock-cog.blade.php new file mode 100644 index 0000000..4bf83f0 --- /dev/null +++ b/resources/views/components/icon/clock-cog.blade.php @@ -0,0 +1,16 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-clock-cog']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + + + + + + + diff --git a/resources/views/components/icon/clock-down.blade.php b/resources/views/components/icon/clock-down.blade.php new file mode 100644 index 0000000..b4b99b8 --- /dev/null +++ b/resources/views/components/icon/clock-down.blade.php @@ -0,0 +1,11 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-clock-down']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + + diff --git a/resources/views/components/icon/clock-heart.blade.php b/resources/views/components/icon/clock-heart.blade.php new file mode 100644 index 0000000..cf96865 --- /dev/null +++ b/resources/views/components/icon/clock-heart.blade.php @@ -0,0 +1,10 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-clock-heart']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + diff --git a/resources/views/components/icon/clock-plus.blade.php b/resources/views/components/icon/clock-plus.blade.php new file mode 100644 index 0000000..e0e037c --- /dev/null +++ b/resources/views/components/icon/clock-plus.blade.php @@ -0,0 +1,11 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-clock-plus']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + + diff --git a/resources/views/components/icon/clock-question.blade.php b/resources/views/components/icon/clock-question.blade.php new file mode 100644 index 0000000..490eb19 --- /dev/null +++ b/resources/views/components/icon/clock-question.blade.php @@ -0,0 +1,11 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-clock-question']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + + diff --git a/resources/views/components/icon/clock-search.blade.php b/resources/views/components/icon/clock-search.blade.php new file mode 100644 index 0000000..7c8c096 --- /dev/null +++ b/resources/views/components/icon/clock-search.blade.php @@ -0,0 +1,11 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-clock-search']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + + diff --git a/resources/views/components/icon/clock-shield.blade.php b/resources/views/components/icon/clock-shield.blade.php new file mode 100644 index 0000000..1c4af32 --- /dev/null +++ b/resources/views/components/icon/clock-shield.blade.php @@ -0,0 +1,10 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-clock-shield']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + diff --git a/resources/views/components/icon/clock-star.blade.php b/resources/views/components/icon/clock-star.blade.php new file mode 100644 index 0000000..918a0ac --- /dev/null +++ b/resources/views/components/icon/clock-star.blade.php @@ -0,0 +1,10 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-clock-star']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + diff --git a/resources/views/components/icon/clock-up.blade.php b/resources/views/components/icon/clock-up.blade.php new file mode 100644 index 0000000..f0d2547 --- /dev/null +++ b/resources/views/components/icon/clock-up.blade.php @@ -0,0 +1,11 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-clock-up']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + + diff --git a/resources/views/components/icon/clock-x.blade.php b/resources/views/components/icon/clock-x.blade.php new file mode 100644 index 0000000..d8d298d --- /dev/null +++ b/resources/views/components/icon/clock-x.blade.php @@ -0,0 +1,11 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-clock-x']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + + diff --git a/resources/views/components/icon/currency-nano.blade.php b/resources/views/components/icon/currency-nano.blade.php new file mode 100644 index 0000000..88fb41b --- /dev/null +++ b/resources/views/components/icon/currency-nano.blade.php @@ -0,0 +1,11 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-currency-nano']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + + diff --git a/resources/views/components/icon/device-imac.blade.php b/resources/views/components/icon/device-imac.blade.php new file mode 100644 index 0000000..47dd278 --- /dev/null +++ b/resources/views/components/icon/device-imac.blade.php @@ -0,0 +1,12 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-device-imac']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + + + diff --git a/resources/views/components/icon/dialpad.blade.php b/resources/views/components/icon/dialpad.blade.php index 4e7383c..a762850 100644 --- a/resources/views/components/icon/dialpad.blade.php +++ b/resources/views/components/icon/dialpad.blade.php @@ -2,13 +2,13 @@ merge(['class' => 'icon icon-tabler icon-tabler-dialpad']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - - - - - - - + + + + + + + diff --git a/resources/views/components/icon/dice-1-filled.blade.php b/resources/views/components/icon/dice-1-filled.blade.php index d6d0dce..2bb07b2 100644 --- a/resources/views/components/icon/dice-1-filled.blade.php +++ b/resources/views/components/icon/dice-1-filled.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-dice-1-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/dice-1.blade.php b/resources/views/components/icon/dice-1.blade.php index 8c0f3c6..b994469 100644 --- a/resources/views/components/icon/dice-1.blade.php +++ b/resources/views/components/icon/dice-1.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-dice-1']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/dice-2-filled.blade.php b/resources/views/components/icon/dice-2-filled.blade.php index 5e5b008..2e16cd5 100644 --- a/resources/views/components/icon/dice-2-filled.blade.php +++ b/resources/views/components/icon/dice-2-filled.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-dice-2-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/dice-2.blade.php b/resources/views/components/icon/dice-2.blade.php index 1d54fff..2070892 100644 --- a/resources/views/components/icon/dice-2.blade.php +++ b/resources/views/components/icon/dice-2.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-dice-2']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/dice-3-filled.blade.php b/resources/views/components/icon/dice-3-filled.blade.php index bba33e2..016626c 100644 --- a/resources/views/components/icon/dice-3-filled.blade.php +++ b/resources/views/components/icon/dice-3-filled.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-dice-3-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/dice-3.blade.php b/resources/views/components/icon/dice-3.blade.php index 142ba63..8d24e36 100644 --- a/resources/views/components/icon/dice-3.blade.php +++ b/resources/views/components/icon/dice-3.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-dice-3']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/dice-4-filled.blade.php b/resources/views/components/icon/dice-4-filled.blade.php index 8b0da61..4f94767 100644 --- a/resources/views/components/icon/dice-4-filled.blade.php +++ b/resources/views/components/icon/dice-4-filled.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-dice-4-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/dice-4.blade.php b/resources/views/components/icon/dice-4.blade.php index 9a932ff..ee68019 100644 --- a/resources/views/components/icon/dice-4.blade.php +++ b/resources/views/components/icon/dice-4.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-dice-4']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/dice-5-filled.blade.php b/resources/views/components/icon/dice-5-filled.blade.php index 272ac80..dab50cc 100644 --- a/resources/views/components/icon/dice-5-filled.blade.php +++ b/resources/views/components/icon/dice-5-filled.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-dice-5-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/dice-5.blade.php b/resources/views/components/icon/dice-5.blade.php index 47b0d9e..e615adb 100644 --- a/resources/views/components/icon/dice-5.blade.php +++ b/resources/views/components/icon/dice-5.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-dice-5']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/dice-6-filled.blade.php b/resources/views/components/icon/dice-6-filled.blade.php index 39b4232..51dc6cf 100644 --- a/resources/views/components/icon/dice-6-filled.blade.php +++ b/resources/views/components/icon/dice-6-filled.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-dice-6-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/dice-6.blade.php b/resources/views/components/icon/dice-6.blade.php index f6e49d1..68d83e4 100644 --- a/resources/views/components/icon/dice-6.blade.php +++ b/resources/views/components/icon/dice-6.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-dice-6']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/dice-filled.blade.php b/resources/views/components/icon/dice-filled.blade.php index 8994f15..0779dda 100644 --- a/resources/views/components/icon/dice-filled.blade.php +++ b/resources/views/components/icon/dice-filled.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-dice-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/dice.blade.php b/resources/views/components/icon/dice.blade.php index f966099..7883b31 100644 --- a/resources/views/components/icon/dice.blade.php +++ b/resources/views/components/icon/dice.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-dice']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/eye-check.blade.php b/resources/views/components/icon/eye-check.blade.php index 77bddab..cf5b0ef 100644 --- a/resources/views/components/icon/eye-check.blade.php +++ b/resources/views/components/icon/eye-check.blade.php @@ -2,8 +2,8 @@ merge(['class' => 'icon icon-tabler icon-tabler-eye-check']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - - + + diff --git a/resources/views/components/icon/eye-closed.blade.php b/resources/views/components/icon/eye-closed.blade.php new file mode 100644 index 0000000..35d7391 --- /dev/null +++ b/resources/views/components/icon/eye-closed.blade.php @@ -0,0 +1,12 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-eye-closed']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + + + diff --git a/resources/views/components/icon/eye-cog.blade.php b/resources/views/components/icon/eye-cog.blade.php new file mode 100644 index 0000000..d65dafd --- /dev/null +++ b/resources/views/components/icon/eye-cog.blade.php @@ -0,0 +1,16 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-eye-cog']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + + + + + + + diff --git a/resources/views/components/icon/eye-edit.blade.php b/resources/views/components/icon/eye-edit.blade.php new file mode 100644 index 0000000..5bf7175 --- /dev/null +++ b/resources/views/components/icon/eye-edit.blade.php @@ -0,0 +1,10 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-eye-edit']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + diff --git a/resources/views/components/icon/eye-exclamation.blade.php b/resources/views/components/icon/eye-exclamation.blade.php new file mode 100644 index 0000000..b203235 --- /dev/null +++ b/resources/views/components/icon/eye-exclamation.blade.php @@ -0,0 +1,11 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-eye-exclamation']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + + diff --git a/resources/views/components/icon/eye-heart.blade.php b/resources/views/components/icon/eye-heart.blade.php new file mode 100644 index 0000000..20e2cc3 --- /dev/null +++ b/resources/views/components/icon/eye-heart.blade.php @@ -0,0 +1,10 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-eye-heart']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + diff --git a/resources/views/components/icon/eye-off.blade.php b/resources/views/components/icon/eye-off.blade.php index 980a3f9..074a1c8 100644 --- a/resources/views/components/icon/eye-off.blade.php +++ b/resources/views/components/icon/eye-off.blade.php @@ -2,9 +2,9 @@ merge(['class' => 'icon icon-tabler icon-tabler-eye-off']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + - - diff --git a/resources/views/components/icon/eye-x.blade.php b/resources/views/components/icon/eye-x.blade.php new file mode 100644 index 0000000..30ab56d --- /dev/null +++ b/resources/views/components/icon/eye-x.blade.php @@ -0,0 +1,11 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-eye-x']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + + diff --git a/resources/views/components/icon/eye.blade.php b/resources/views/components/icon/eye.blade.php index d16438e..3be77ca 100644 --- a/resources/views/components/icon/eye.blade.php +++ b/resources/views/components/icon/eye.blade.php @@ -2,8 +2,8 @@ merge(['class' => 'icon icon-tabler icon-tabler-eye']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - - + + diff --git a/resources/views/components/icon/fidget-spinner.blade.php b/resources/views/components/icon/fidget-spinner.blade.php index cd19a75..80d6777 100644 --- a/resources/views/components/icon/fidget-spinner.blade.php +++ b/resources/views/components/icon/fidget-spinner.blade.php @@ -2,10 +2,11 @@ merge(['class' => 'icon icon-tabler icon-tabler-fidget-spinner']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - - - - + + + + + diff --git a/resources/views/components/icon/helicopter-landing.blade.php b/resources/views/components/icon/helicopter-landing.blade.php index daeda66..ac51deb 100644 --- a/resources/views/components/icon/helicopter-landing.blade.php +++ b/resources/views/components/icon/helicopter-landing.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-helicopter-landing']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/help-hexagon.blade.php b/resources/views/components/icon/help-hexagon.blade.php new file mode 100644 index 0000000..7e5c500 --- /dev/null +++ b/resources/views/components/icon/help-hexagon.blade.php @@ -0,0 +1,9 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-help-hexagon']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + diff --git a/resources/views/components/icon/help-octagon.blade.php b/resources/views/components/icon/help-octagon.blade.php new file mode 100644 index 0000000..bde8f53 --- /dev/null +++ b/resources/views/components/icon/help-octagon.blade.php @@ -0,0 +1,10 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-help-octagon']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + diff --git a/resources/views/components/icon/hexagon-0-filled.blade.php b/resources/views/components/icon/hexagon-0-filled.blade.php index c9d53a4..ffdba69 100644 --- a/resources/views/components/icon/hexagon-0-filled.blade.php +++ b/resources/views/components/icon/hexagon-0-filled.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-hexagon-0-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/hexagon-1-filled.blade.php b/resources/views/components/icon/hexagon-1-filled.blade.php index 2346021..34a7b7f 100644 --- a/resources/views/components/icon/hexagon-1-filled.blade.php +++ b/resources/views/components/icon/hexagon-1-filled.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-hexagon-1-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/hexagon-2-filled.blade.php b/resources/views/components/icon/hexagon-2-filled.blade.php index 827b9d3..9b10dfb 100644 --- a/resources/views/components/icon/hexagon-2-filled.blade.php +++ b/resources/views/components/icon/hexagon-2-filled.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-hexagon-2-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/hexagon-3-filled.blade.php b/resources/views/components/icon/hexagon-3-filled.blade.php index 26e713c..baa408b 100644 --- a/resources/views/components/icon/hexagon-3-filled.blade.php +++ b/resources/views/components/icon/hexagon-3-filled.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-hexagon-3-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/hexagon-4-filled.blade.php b/resources/views/components/icon/hexagon-4-filled.blade.php index 3d592e8..7e887d8 100644 --- a/resources/views/components/icon/hexagon-4-filled.blade.php +++ b/resources/views/components/icon/hexagon-4-filled.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-hexagon-4-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/hexagon-5-filled.blade.php b/resources/views/components/icon/hexagon-5-filled.blade.php index 755d824..58bc3e1 100644 --- a/resources/views/components/icon/hexagon-5-filled.blade.php +++ b/resources/views/components/icon/hexagon-5-filled.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-hexagon-5-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/hexagon-6-filled.blade.php b/resources/views/components/icon/hexagon-6-filled.blade.php index b661536..7d72e13 100644 --- a/resources/views/components/icon/hexagon-6-filled.blade.php +++ b/resources/views/components/icon/hexagon-6-filled.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-hexagon-6-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/hexagon-7-filled.blade.php b/resources/views/components/icon/hexagon-7-filled.blade.php index 0d393f5..37d32b3 100644 --- a/resources/views/components/icon/hexagon-7-filled.blade.php +++ b/resources/views/components/icon/hexagon-7-filled.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-hexagon-7-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/hexagon-8-filled.blade.php b/resources/views/components/icon/hexagon-8-filled.blade.php index 0a89ba1..c63fe3c 100644 --- a/resources/views/components/icon/hexagon-8-filled.blade.php +++ b/resources/views/components/icon/hexagon-8-filled.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-hexagon-8-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/hexagon-9-filled.blade.php b/resources/views/components/icon/hexagon-9-filled.blade.php index 26619c7..2088b6f 100644 --- a/resources/views/components/icon/hexagon-9-filled.blade.php +++ b/resources/views/components/icon/hexagon-9-filled.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-hexagon-9-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/hexagon-filled.blade.php b/resources/views/components/icon/hexagon-filled.blade.php index 005e6bf..6330c9f 100644 --- a/resources/views/components/icon/hexagon-filled.blade.php +++ b/resources/views/components/icon/hexagon-filled.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-hexagon-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/hexagon-letter-a.blade.php b/resources/views/components/icon/hexagon-letter-a.blade.php index 173457f..cb0f0a7 100644 --- a/resources/views/components/icon/hexagon-letter-a.blade.php +++ b/resources/views/components/icon/hexagon-letter-a.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-hexagon-letter-a']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/hexagon-letter-b.blade.php b/resources/views/components/icon/hexagon-letter-b.blade.php index efb6dae..61fa67d 100644 --- a/resources/views/components/icon/hexagon-letter-b.blade.php +++ b/resources/views/components/icon/hexagon-letter-b.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-hexagon-letter-b']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/hexagon-letter-c.blade.php b/resources/views/components/icon/hexagon-letter-c.blade.php index 0198a3c..9d931b5 100644 --- a/resources/views/components/icon/hexagon-letter-c.blade.php +++ b/resources/views/components/icon/hexagon-letter-c.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-hexagon-letter-c']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/hexagon-letter-d.blade.php b/resources/views/components/icon/hexagon-letter-d.blade.php index 64a0f0d..f095907 100644 --- a/resources/views/components/icon/hexagon-letter-d.blade.php +++ b/resources/views/components/icon/hexagon-letter-d.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-hexagon-letter-d']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/hexagon-letter-e.blade.php b/resources/views/components/icon/hexagon-letter-e.blade.php index f527d90..4c4cfb0 100644 --- a/resources/views/components/icon/hexagon-letter-e.blade.php +++ b/resources/views/components/icon/hexagon-letter-e.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-hexagon-letter-e']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/hexagon-letter-f.blade.php b/resources/views/components/icon/hexagon-letter-f.blade.php index 8ef37c0..909ef8c 100644 --- a/resources/views/components/icon/hexagon-letter-f.blade.php +++ b/resources/views/components/icon/hexagon-letter-f.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-hexagon-letter-f']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/hexagon-letter-g.blade.php b/resources/views/components/icon/hexagon-letter-g.blade.php index 1d2d5ab..69e600d 100644 --- a/resources/views/components/icon/hexagon-letter-g.blade.php +++ b/resources/views/components/icon/hexagon-letter-g.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-hexagon-letter-g']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/hexagon-letter-h.blade.php b/resources/views/components/icon/hexagon-letter-h.blade.php index 1d537a3..95dcbf6 100644 --- a/resources/views/components/icon/hexagon-letter-h.blade.php +++ b/resources/views/components/icon/hexagon-letter-h.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-hexagon-letter-h']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/hexagon-letter-i.blade.php b/resources/views/components/icon/hexagon-letter-i.blade.php index 87cfc63..ea4a5aa 100644 --- a/resources/views/components/icon/hexagon-letter-i.blade.php +++ b/resources/views/components/icon/hexagon-letter-i.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-hexagon-letter-i']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/hexagon-letter-j.blade.php b/resources/views/components/icon/hexagon-letter-j.blade.php index e28960c..aa556b4 100644 --- a/resources/views/components/icon/hexagon-letter-j.blade.php +++ b/resources/views/components/icon/hexagon-letter-j.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-hexagon-letter-j']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/hexagon-letter-k.blade.php b/resources/views/components/icon/hexagon-letter-k.blade.php index e8f7886..11d207d 100644 --- a/resources/views/components/icon/hexagon-letter-k.blade.php +++ b/resources/views/components/icon/hexagon-letter-k.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-hexagon-letter-k']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/hexagon-letter-l.blade.php b/resources/views/components/icon/hexagon-letter-l.blade.php index ea30cf5..a79c5e9 100644 --- a/resources/views/components/icon/hexagon-letter-l.blade.php +++ b/resources/views/components/icon/hexagon-letter-l.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-hexagon-letter-l']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/hexagon-letter-m.blade.php b/resources/views/components/icon/hexagon-letter-m.blade.php index cfe1a8e..348e5a8 100644 --- a/resources/views/components/icon/hexagon-letter-m.blade.php +++ b/resources/views/components/icon/hexagon-letter-m.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-hexagon-letter-m']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/hexagon-letter-n.blade.php b/resources/views/components/icon/hexagon-letter-n.blade.php index 3ec8bc2..b4df8ff 100644 --- a/resources/views/components/icon/hexagon-letter-n.blade.php +++ b/resources/views/components/icon/hexagon-letter-n.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-hexagon-letter-n']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/hexagon-letter-o.blade.php b/resources/views/components/icon/hexagon-letter-o.blade.php index 0b1d1b2..d7108fb 100644 --- a/resources/views/components/icon/hexagon-letter-o.blade.php +++ b/resources/views/components/icon/hexagon-letter-o.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-hexagon-letter-o']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/hexagon-letter-p.blade.php b/resources/views/components/icon/hexagon-letter-p.blade.php index f53fffa..6eff2ee 100644 --- a/resources/views/components/icon/hexagon-letter-p.blade.php +++ b/resources/views/components/icon/hexagon-letter-p.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-hexagon-letter-p']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/hexagon-letter-q.blade.php b/resources/views/components/icon/hexagon-letter-q.blade.php index 940edc3..941410c 100644 --- a/resources/views/components/icon/hexagon-letter-q.blade.php +++ b/resources/views/components/icon/hexagon-letter-q.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-hexagon-letter-q']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/hexagon-letter-r.blade.php b/resources/views/components/icon/hexagon-letter-r.blade.php index 3fed153..427fcd5 100644 --- a/resources/views/components/icon/hexagon-letter-r.blade.php +++ b/resources/views/components/icon/hexagon-letter-r.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-hexagon-letter-r']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/hexagon-letter-s.blade.php b/resources/views/components/icon/hexagon-letter-s.blade.php index 7e79408..df80dc3 100644 --- a/resources/views/components/icon/hexagon-letter-s.blade.php +++ b/resources/views/components/icon/hexagon-letter-s.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-hexagon-letter-s']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/hexagon-letter-t.blade.php b/resources/views/components/icon/hexagon-letter-t.blade.php index 45252ca..9de8c97 100644 --- a/resources/views/components/icon/hexagon-letter-t.blade.php +++ b/resources/views/components/icon/hexagon-letter-t.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-hexagon-letter-t']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/hexagon-letter-u.blade.php b/resources/views/components/icon/hexagon-letter-u.blade.php index 22a7663..9183127 100644 --- a/resources/views/components/icon/hexagon-letter-u.blade.php +++ b/resources/views/components/icon/hexagon-letter-u.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-hexagon-letter-u']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/hexagon-letter-v.blade.php b/resources/views/components/icon/hexagon-letter-v.blade.php index 56b0a7c..6b73a6c 100644 --- a/resources/views/components/icon/hexagon-letter-v.blade.php +++ b/resources/views/components/icon/hexagon-letter-v.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-hexagon-letter-v']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/hexagon-letter-w.blade.php b/resources/views/components/icon/hexagon-letter-w.blade.php index 19e1f85..15dad4c 100644 --- a/resources/views/components/icon/hexagon-letter-w.blade.php +++ b/resources/views/components/icon/hexagon-letter-w.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-hexagon-letter-w']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/hexagon-letter-x.blade.php b/resources/views/components/icon/hexagon-letter-x.blade.php index 3b45ad7..5f70c90 100644 --- a/resources/views/components/icon/hexagon-letter-x.blade.php +++ b/resources/views/components/icon/hexagon-letter-x.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-hexagon-letter-x']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/hexagon-letter-y.blade.php b/resources/views/components/icon/hexagon-letter-y.blade.php index cfb0ff0..c01e024 100644 --- a/resources/views/components/icon/hexagon-letter-y.blade.php +++ b/resources/views/components/icon/hexagon-letter-y.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-hexagon-letter-y']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/hexagon-letter-z.blade.php b/resources/views/components/icon/hexagon-letter-z.blade.php index bbb43be..13d219c 100644 --- a/resources/views/components/icon/hexagon-letter-z.blade.php +++ b/resources/views/components/icon/hexagon-letter-z.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-hexagon-letter-z']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/hexagon-number-0.blade.php b/resources/views/components/icon/hexagon-number-0.blade.php index 7d72557..985e2fb 100644 --- a/resources/views/components/icon/hexagon-number-0.blade.php +++ b/resources/views/components/icon/hexagon-number-0.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-hexagon-number-0']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/hexagon-number-1.blade.php b/resources/views/components/icon/hexagon-number-1.blade.php index 31dcfeb..4f8b9b8 100644 --- a/resources/views/components/icon/hexagon-number-1.blade.php +++ b/resources/views/components/icon/hexagon-number-1.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-hexagon-number-1']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/hexagon-number-2.blade.php b/resources/views/components/icon/hexagon-number-2.blade.php index 6003690..fe2c77c 100644 --- a/resources/views/components/icon/hexagon-number-2.blade.php +++ b/resources/views/components/icon/hexagon-number-2.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-hexagon-number-2']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/hexagon-number-3.blade.php b/resources/views/components/icon/hexagon-number-3.blade.php index 2149a18..94a18ad 100644 --- a/resources/views/components/icon/hexagon-number-3.blade.php +++ b/resources/views/components/icon/hexagon-number-3.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-hexagon-number-3']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/hexagon-number-4.blade.php b/resources/views/components/icon/hexagon-number-4.blade.php index 00d98ff..c991f27 100644 --- a/resources/views/components/icon/hexagon-number-4.blade.php +++ b/resources/views/components/icon/hexagon-number-4.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-hexagon-number-4']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/hexagon-number-5.blade.php b/resources/views/components/icon/hexagon-number-5.blade.php index 9c42641..cbafb6f 100644 --- a/resources/views/components/icon/hexagon-number-5.blade.php +++ b/resources/views/components/icon/hexagon-number-5.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-hexagon-number-5']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/hexagon-number-6.blade.php b/resources/views/components/icon/hexagon-number-6.blade.php index 6cf9f29..4157034 100644 --- a/resources/views/components/icon/hexagon-number-6.blade.php +++ b/resources/views/components/icon/hexagon-number-6.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-hexagon-number-6']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/hexagon-number-8.blade.php b/resources/views/components/icon/hexagon-number-8.blade.php index c41552f..01ee8a9 100644 --- a/resources/views/components/icon/hexagon-number-8.blade.php +++ b/resources/views/components/icon/hexagon-number-8.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-hexagon-number-8']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/hexagon-number-9.blade.php b/resources/views/components/icon/hexagon-number-9.blade.php index e5489bf..f401abc 100644 --- a/resources/views/components/icon/hexagon-number-9.blade.php +++ b/resources/views/components/icon/hexagon-number-9.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-hexagon-number-9']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/hexagon.blade.php b/resources/views/components/icon/hexagon.blade.php index 52205bd..437891a 100644 --- a/resources/views/components/icon/hexagon.blade.php +++ b/resources/views/components/icon/hexagon.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-hexagon']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/html.blade.php b/resources/views/components/icon/html.blade.php new file mode 100644 index 0000000..5c8ef35 --- /dev/null +++ b/resources/views/components/icon/html.blade.php @@ -0,0 +1,14 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-html']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + + + + + diff --git a/resources/views/components/icon/info-hexagon.blade.php b/resources/views/components/icon/info-hexagon.blade.php new file mode 100644 index 0000000..9c5944a --- /dev/null +++ b/resources/views/components/icon/info-hexagon.blade.php @@ -0,0 +1,10 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-info-hexagon']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + diff --git a/resources/views/components/icon/info-octagon.blade.php b/resources/views/components/icon/info-octagon.blade.php new file mode 100644 index 0000000..07c19ae --- /dev/null +++ b/resources/views/components/icon/info-octagon.blade.php @@ -0,0 +1,10 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-info-octagon']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + diff --git a/resources/views/components/icon/info-square.blade.php b/resources/views/components/icon/info-square.blade.php index 591360c..4f093d0 100644 --- a/resources/views/components/icon/info-square.blade.php +++ b/resources/views/components/icon/info-square.blade.php @@ -3,7 +3,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-info-square']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/json.blade.php b/resources/views/components/icon/json.blade.php new file mode 100644 index 0000000..fb6f1d3 --- /dev/null +++ b/resources/views/components/icon/json.blade.php @@ -0,0 +1,11 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-json']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + + diff --git a/resources/views/components/icon/keyboard-hide.blade.php b/resources/views/components/icon/keyboard-hide.blade.php index b1db500..061b744 100644 --- a/resources/views/components/icon/keyboard-hide.blade.php +++ b/resources/views/components/icon/keyboard-hide.blade.php @@ -3,10 +3,10 @@ merge(['class' => 'icon icon-tabler icon-tabler-keyboard-hide']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - - - - + + + + diff --git a/resources/views/components/icon/keyboard-show.blade.php b/resources/views/components/icon/keyboard-show.blade.php index 6db421e..dc6f9e2 100644 --- a/resources/views/components/icon/keyboard-show.blade.php +++ b/resources/views/components/icon/keyboard-show.blade.php @@ -3,10 +3,10 @@ merge(['class' => 'icon icon-tabler icon-tabler-keyboard-show']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - - - - + + + + diff --git a/resources/views/components/icon/keyboard.blade.php b/resources/views/components/icon/keyboard.blade.php index d854978..bef5beb 100644 --- a/resources/views/components/icon/keyboard.blade.php +++ b/resources/views/components/icon/keyboard.blade.php @@ -3,13 +3,13 @@ merge(['class' => 'icon icon-tabler icon-tabler-keyboard']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - - - - + + + + - + diff --git a/resources/views/components/icon/location-broken.blade.php b/resources/views/components/icon/location-broken.blade.php index 925071f..3732629 100644 --- a/resources/views/components/icon/location-broken.blade.php +++ b/resources/views/components/icon/location-broken.blade.php @@ -2,8 +2,9 @@ merge(['class' => 'icon icon-tabler icon-tabler-location-broken']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - - + + + diff --git a/resources/views/components/icon/map-2.blade.php b/resources/views/components/icon/map-2.blade.php index c5f4dae..2f78c09 100644 --- a/resources/views/components/icon/map-2.blade.php +++ b/resources/views/components/icon/map-2.blade.php @@ -2,11 +2,11 @@ merge(['class' => 'icon icon-tabler icon-tabler-map-2']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - - - - - + + + + + diff --git a/resources/views/components/icon/map-search.blade.php b/resources/views/components/icon/map-search.blade.php index 03ed12e..7daa643 100644 --- a/resources/views/components/icon/map-search.blade.php +++ b/resources/views/components/icon/map-search.blade.php @@ -2,11 +2,11 @@ merge(['class' => 'icon icon-tabler icon-tabler-map-search']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + - - + + diff --git a/resources/views/components/icon/mood-check.blade.php b/resources/views/components/icon/mood-check.blade.php new file mode 100644 index 0000000..b16a648 --- /dev/null +++ b/resources/views/components/icon/mood-check.blade.php @@ -0,0 +1,12 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-mood-check']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + + + diff --git a/resources/views/components/icon/mood-cog.blade.php b/resources/views/components/icon/mood-cog.blade.php new file mode 100644 index 0000000..5f539e4 --- /dev/null +++ b/resources/views/components/icon/mood-cog.blade.php @@ -0,0 +1,18 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-mood-cog']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + + + + + + + + + diff --git a/resources/views/components/icon/mood-confuzed-filled.blade.php b/resources/views/components/icon/mood-confuzed-filled.blade.php new file mode 100644 index 0000000..96ce1d6 --- /dev/null +++ b/resources/views/components/icon/mood-confuzed-filled.blade.php @@ -0,0 +1,8 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-mood-confuzed-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + diff --git a/resources/views/components/icon/mood-dollar.blade.php b/resources/views/components/icon/mood-dollar.blade.php new file mode 100644 index 0000000..eacbbcc --- /dev/null +++ b/resources/views/components/icon/mood-dollar.blade.php @@ -0,0 +1,13 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-mood-dollar']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + + + + diff --git a/resources/views/components/icon/mood-empty-filled.blade.php b/resources/views/components/icon/mood-empty-filled.blade.php new file mode 100644 index 0000000..c2c5d04 --- /dev/null +++ b/resources/views/components/icon/mood-empty-filled.blade.php @@ -0,0 +1,8 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-mood-empty-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + diff --git a/resources/views/components/icon/mood-happy-filled.blade.php b/resources/views/components/icon/mood-happy-filled.blade.php new file mode 100644 index 0000000..166406c --- /dev/null +++ b/resources/views/components/icon/mood-happy-filled.blade.php @@ -0,0 +1,8 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-mood-happy-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + diff --git a/resources/views/components/icon/mood-heart.blade.php b/resources/views/components/icon/mood-heart.blade.php new file mode 100644 index 0000000..6129f7b --- /dev/null +++ b/resources/views/components/icon/mood-heart.blade.php @@ -0,0 +1,12 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-mood-heart']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + + + diff --git a/resources/views/components/icon/mood-kid-filled.blade.php b/resources/views/components/icon/mood-kid-filled.blade.php new file mode 100644 index 0000000..2620395 --- /dev/null +++ b/resources/views/components/icon/mood-kid-filled.blade.php @@ -0,0 +1,8 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-mood-kid-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + diff --git a/resources/views/components/icon/mood-minus.blade.php b/resources/views/components/icon/mood-minus.blade.php new file mode 100644 index 0000000..0ae073c --- /dev/null +++ b/resources/views/components/icon/mood-minus.blade.php @@ -0,0 +1,12 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-mood-minus']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + + + diff --git a/resources/views/components/icon/mood-neutral-filled.blade.php b/resources/views/components/icon/mood-neutral-filled.blade.php new file mode 100644 index 0000000..b281ee3 --- /dev/null +++ b/resources/views/components/icon/mood-neutral-filled.blade.php @@ -0,0 +1,8 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-mood-neutral-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + diff --git a/resources/views/components/icon/mood-pin.blade.php b/resources/views/components/icon/mood-pin.blade.php new file mode 100644 index 0000000..5d7fc7d --- /dev/null +++ b/resources/views/components/icon/mood-pin.blade.php @@ -0,0 +1,12 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-mood-pin']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + + + diff --git a/resources/views/components/icon/mood-plus.blade.php b/resources/views/components/icon/mood-plus.blade.php new file mode 100644 index 0000000..563382a --- /dev/null +++ b/resources/views/components/icon/mood-plus.blade.php @@ -0,0 +1,13 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-mood-plus']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + + + + diff --git a/resources/views/components/icon/mood-sad-filled.blade.php b/resources/views/components/icon/mood-sad-filled.blade.php new file mode 100644 index 0000000..7fcce33 --- /dev/null +++ b/resources/views/components/icon/mood-sad-filled.blade.php @@ -0,0 +1,8 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-mood-sad-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + diff --git a/resources/views/components/icon/mood-search.blade.php b/resources/views/components/icon/mood-search.blade.php new file mode 100644 index 0000000..bfa9a09 --- /dev/null +++ b/resources/views/components/icon/mood-search.blade.php @@ -0,0 +1,13 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-mood-search']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + + + + diff --git a/resources/views/components/icon/mood-smile-filled.blade.php b/resources/views/components/icon/mood-smile-filled.blade.php new file mode 100644 index 0000000..52ae147 --- /dev/null +++ b/resources/views/components/icon/mood-smile-filled.blade.php @@ -0,0 +1,8 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-mood-smile-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + diff --git a/resources/views/components/icon/mood-up.blade.php b/resources/views/components/icon/mood-up.blade.php new file mode 100644 index 0000000..a02e7b9 --- /dev/null +++ b/resources/views/components/icon/mood-up.blade.php @@ -0,0 +1,13 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-mood-up']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + + + + diff --git a/resources/views/components/icon/mood-x.blade.php b/resources/views/components/icon/mood-x.blade.php new file mode 100644 index 0000000..85779ec --- /dev/null +++ b/resources/views/components/icon/mood-x.blade.php @@ -0,0 +1,13 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-mood-x']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + + + + diff --git a/resources/views/components/icon/mushroom-filled.blade.php b/resources/views/components/icon/mushroom-filled.blade.php new file mode 100644 index 0000000..2acee29 --- /dev/null +++ b/resources/views/components/icon/mushroom-filled.blade.php @@ -0,0 +1,8 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-mushroom-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + diff --git a/resources/views/components/icon/octagon.blade.php b/resources/views/components/icon/octagon.blade.php index 7d2036b..3e9a87f 100644 --- a/resources/views/components/icon/octagon.blade.php +++ b/resources/views/components/icon/octagon.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-octagon']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/parking.blade.php b/resources/views/components/icon/parking.blade.php index 461cd40..8146976 100644 --- a/resources/views/components/icon/parking.blade.php +++ b/resources/views/components/icon/parking.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-parking']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/pdf.blade.php b/resources/views/components/icon/pdf.blade.php new file mode 100644 index 0000000..8b469d9 --- /dev/null +++ b/resources/views/components/icon/pdf.blade.php @@ -0,0 +1,11 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-pdf']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + + diff --git a/resources/views/components/icon/plus-equal.blade.php b/resources/views/components/icon/plus-equal.blade.php new file mode 100644 index 0000000..a346455 --- /dev/null +++ b/resources/views/components/icon/plus-equal.blade.php @@ -0,0 +1,12 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-plus-equal']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + + + diff --git a/resources/views/components/icon/plus-minus.blade.php b/resources/views/components/icon/plus-minus.blade.php new file mode 100644 index 0000000..0c144d7 --- /dev/null +++ b/resources/views/components/icon/plus-minus.blade.php @@ -0,0 +1,11 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-plus-minus']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + + diff --git a/resources/views/components/icon/road-sign.blade.php b/resources/views/components/icon/road-sign.blade.php index b6491c9..edac086 100644 --- a/resources/views/components/icon/road-sign.blade.php +++ b/resources/views/components/icon/road-sign.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-road-sign']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/section.blade.php b/resources/views/components/icon/section.blade.php index 3fe6575..a14f10f 100644 --- a/resources/views/components/icon/section.blade.php +++ b/resources/views/components/icon/section.blade.php @@ -11,7 +11,7 @@ - + diff --git a/resources/views/components/icon/select.blade.php b/resources/views/components/icon/select.blade.php index 2594e1f..0b5f5b9 100644 --- a/resources/views/components/icon/select.blade.php +++ b/resources/views/components/icon/select.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-select']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/settings-2.blade.php b/resources/views/components/icon/settings-2.blade.php index 67250d6..4f45212 100644 --- a/resources/views/components/icon/settings-2.blade.php +++ b/resources/views/components/icon/settings-2.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-settings-2']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/share-3.blade.php b/resources/views/components/icon/share-3.blade.php new file mode 100644 index 0000000..317bbd4 --- /dev/null +++ b/resources/views/components/icon/share-3.blade.php @@ -0,0 +1,8 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-share-3']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + diff --git a/resources/views/components/icon/solar-panel-2.blade.php b/resources/views/components/icon/solar-panel-2.blade.php new file mode 100644 index 0000000..b8cb42d --- /dev/null +++ b/resources/views/components/icon/solar-panel-2.blade.php @@ -0,0 +1,17 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-solar-panel-2']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + + + + + + + + diff --git a/resources/views/components/icon/solar-panel.blade.php b/resources/views/components/icon/solar-panel.blade.php new file mode 100644 index 0000000..95ea5d4 --- /dev/null +++ b/resources/views/components/icon/solar-panel.blade.php @@ -0,0 +1,13 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-solar-panel']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + + + + diff --git a/resources/views/components/icon/sql.blade.php b/resources/views/components/icon/sql.blade.php new file mode 100644 index 0000000..7424ddf --- /dev/null +++ b/resources/views/components/icon/sql.blade.php @@ -0,0 +1,11 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-sql']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + + diff --git a/resources/views/components/icon/square-0-filled.blade.php b/resources/views/components/icon/square-0-filled.blade.php index cc39c17..275b566 100644 --- a/resources/views/components/icon/square-0-filled.blade.php +++ b/resources/views/components/icon/square-0-filled.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-square-0-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/square-1-filled.blade.php b/resources/views/components/icon/square-1-filled.blade.php index a5c9ac4..bd67401 100644 --- a/resources/views/components/icon/square-1-filled.blade.php +++ b/resources/views/components/icon/square-1-filled.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-square-1-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/square-2-filled.blade.php b/resources/views/components/icon/square-2-filled.blade.php new file mode 100644 index 0000000..8f7cb17 --- /dev/null +++ b/resources/views/components/icon/square-2-filled.blade.php @@ -0,0 +1,8 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-square-2-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + diff --git a/resources/views/components/icon/square-3-filled.blade.php b/resources/views/components/icon/square-3-filled.blade.php index 627f12c..9a58b32 100644 --- a/resources/views/components/icon/square-3-filled.blade.php +++ b/resources/views/components/icon/square-3-filled.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-square-3-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/square-4-filled.blade.php b/resources/views/components/icon/square-4-filled.blade.php index 9a74f7a..0408200 100644 --- a/resources/views/components/icon/square-4-filled.blade.php +++ b/resources/views/components/icon/square-4-filled.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-square-4-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/square-5-filled.blade.php b/resources/views/components/icon/square-5-filled.blade.php index 5e375a6..e49ffec 100644 --- a/resources/views/components/icon/square-5-filled.blade.php +++ b/resources/views/components/icon/square-5-filled.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-square-5-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/square-6-filled.blade.php b/resources/views/components/icon/square-6-filled.blade.php index 37be324..27bbaa5 100644 --- a/resources/views/components/icon/square-6-filled.blade.php +++ b/resources/views/components/icon/square-6-filled.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-square-6-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/square-7-filled.blade.php b/resources/views/components/icon/square-7-filled.blade.php index 84ac3da..19c06a8 100644 --- a/resources/views/components/icon/square-7-filled.blade.php +++ b/resources/views/components/icon/square-7-filled.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-square-7-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/square-8-filled.blade.php b/resources/views/components/icon/square-8-filled.blade.php index 9d66b55..ad31209 100644 --- a/resources/views/components/icon/square-8-filled.blade.php +++ b/resources/views/components/icon/square-8-filled.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-square-8-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/square-9-filled.blade.php b/resources/views/components/icon/square-9-filled.blade.php index 6d564aa..bdaf643 100644 --- a/resources/views/components/icon/square-9-filled.blade.php +++ b/resources/views/components/icon/square-9-filled.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-square-9-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/square-arrow-down.blade.php b/resources/views/components/icon/square-arrow-down.blade.php index 112f9d9..16aa5e6 100644 --- a/resources/views/components/icon/square-arrow-down.blade.php +++ b/resources/views/components/icon/square-arrow-down.blade.php @@ -4,7 +4,7 @@ - + diff --git a/resources/views/components/icon/square-arrow-left.blade.php b/resources/views/components/icon/square-arrow-left.blade.php index 90ce29d..372f9ce 100644 --- a/resources/views/components/icon/square-arrow-left.blade.php +++ b/resources/views/components/icon/square-arrow-left.blade.php @@ -4,7 +4,7 @@ - + diff --git a/resources/views/components/icon/square-arrow-right.blade.php b/resources/views/components/icon/square-arrow-right.blade.php index d16cce1..774b15c 100644 --- a/resources/views/components/icon/square-arrow-right.blade.php +++ b/resources/views/components/icon/square-arrow-right.blade.php @@ -4,7 +4,7 @@ - + diff --git a/resources/views/components/icon/square-arrow-up.blade.php b/resources/views/components/icon/square-arrow-up.blade.php index 7d3f9a5..1612263 100644 --- a/resources/views/components/icon/square-arrow-up.blade.php +++ b/resources/views/components/icon/square-arrow-up.blade.php @@ -4,7 +4,7 @@ - + diff --git a/resources/views/components/icon/square-check-filled.blade.php b/resources/views/components/icon/square-check-filled.blade.php index 6fe8f79..da4eae1 100644 --- a/resources/views/components/icon/square-check-filled.blade.php +++ b/resources/views/components/icon/square-check-filled.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-square-check-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/square-chevron-down.blade.php b/resources/views/components/icon/square-chevron-down.blade.php index a60a5f3..f28e22f 100644 --- a/resources/views/components/icon/square-chevron-down.blade.php +++ b/resources/views/components/icon/square-chevron-down.blade.php @@ -3,7 +3,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-square-chevron-down']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/square-chevron-left.blade.php b/resources/views/components/icon/square-chevron-left.blade.php index c12f59a..e57329c 100644 --- a/resources/views/components/icon/square-chevron-left.blade.php +++ b/resources/views/components/icon/square-chevron-left.blade.php @@ -3,7 +3,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-square-chevron-left']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/square-chevron-right.blade.php b/resources/views/components/icon/square-chevron-right.blade.php index f222b71..82926ce 100644 --- a/resources/views/components/icon/square-chevron-right.blade.php +++ b/resources/views/components/icon/square-chevron-right.blade.php @@ -3,7 +3,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-square-chevron-right']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/square-chevron-up.blade.php b/resources/views/components/icon/square-chevron-up.blade.php index aee11a2..5fc767c 100644 --- a/resources/views/components/icon/square-chevron-up.blade.php +++ b/resources/views/components/icon/square-chevron-up.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-square-chevron-up']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/square-chevrons-down.blade.php b/resources/views/components/icon/square-chevrons-down.blade.php index d6848eb..fee83f3 100644 --- a/resources/views/components/icon/square-chevrons-down.blade.php +++ b/resources/views/components/icon/square-chevrons-down.blade.php @@ -4,7 +4,7 @@ - + diff --git a/resources/views/components/icon/square-chevrons-left.blade.php b/resources/views/components/icon/square-chevrons-left.blade.php index d34c334..b2e485f 100644 --- a/resources/views/components/icon/square-chevrons-left.blade.php +++ b/resources/views/components/icon/square-chevrons-left.blade.php @@ -4,7 +4,7 @@ - + diff --git a/resources/views/components/icon/square-chevrons-right.blade.php b/resources/views/components/icon/square-chevrons-right.blade.php index ab61866..7e98538 100644 --- a/resources/views/components/icon/square-chevrons-right.blade.php +++ b/resources/views/components/icon/square-chevrons-right.blade.php @@ -4,7 +4,7 @@ - + diff --git a/resources/views/components/icon/square-chevrons-up.blade.php b/resources/views/components/icon/square-chevrons-up.blade.php index f2bb97c..092b1d2 100644 --- a/resources/views/components/icon/square-chevrons-up.blade.php +++ b/resources/views/components/icon/square-chevrons-up.blade.php @@ -4,7 +4,7 @@ - + diff --git a/resources/views/components/icon/square-f0-filled.blade.php b/resources/views/components/icon/square-f0-filled.blade.php index 4540c32..2401ecb 100644 --- a/resources/views/components/icon/square-f0-filled.blade.php +++ b/resources/views/components/icon/square-f0-filled.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-square-f0-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/square-f0.blade.php b/resources/views/components/icon/square-f0.blade.php index c14bec5..58a2454 100644 --- a/resources/views/components/icon/square-f0.blade.php +++ b/resources/views/components/icon/square-f0.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-square-f0']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/square-f1-filled.blade.php b/resources/views/components/icon/square-f1-filled.blade.php index 1f279d1..9864ad8 100644 --- a/resources/views/components/icon/square-f1-filled.blade.php +++ b/resources/views/components/icon/square-f1-filled.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-square-f1-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/square-f1.blade.php b/resources/views/components/icon/square-f1.blade.php index f7d31fc..7b2d027 100644 --- a/resources/views/components/icon/square-f1.blade.php +++ b/resources/views/components/icon/square-f1.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-square-f1']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/square-f2-filled.blade.php b/resources/views/components/icon/square-f2-filled.blade.php index 220615a..859241a 100644 --- a/resources/views/components/icon/square-f2-filled.blade.php +++ b/resources/views/components/icon/square-f2-filled.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-square-f2-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/square-f2.blade.php b/resources/views/components/icon/square-f2.blade.php index 34b438f..7d133b8 100644 --- a/resources/views/components/icon/square-f2.blade.php +++ b/resources/views/components/icon/square-f2.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-square-f2']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/square-f3-filled.blade.php b/resources/views/components/icon/square-f3-filled.blade.php index b1b6423..acfa478 100644 --- a/resources/views/components/icon/square-f3-filled.blade.php +++ b/resources/views/components/icon/square-f3-filled.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-square-f3-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/square-f3.blade.php b/resources/views/components/icon/square-f3.blade.php index c12fac2..6b88adf 100644 --- a/resources/views/components/icon/square-f3.blade.php +++ b/resources/views/components/icon/square-f3.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-square-f3']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/square-f4-filled.blade.php b/resources/views/components/icon/square-f4-filled.blade.php index c926c7f..ffdd17f 100644 --- a/resources/views/components/icon/square-f4-filled.blade.php +++ b/resources/views/components/icon/square-f4-filled.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-square-f4-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/square-f4.blade.php b/resources/views/components/icon/square-f4.blade.php index d908b37..6bfe613 100644 --- a/resources/views/components/icon/square-f4.blade.php +++ b/resources/views/components/icon/square-f4.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-square-f4']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/square-f5-filled.blade.php b/resources/views/components/icon/square-f5-filled.blade.php index 8269faa..978283f 100644 --- a/resources/views/components/icon/square-f5-filled.blade.php +++ b/resources/views/components/icon/square-f5-filled.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-square-f5-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/square-f5.blade.php b/resources/views/components/icon/square-f5.blade.php index 030d492..5a9f4ca 100644 --- a/resources/views/components/icon/square-f5.blade.php +++ b/resources/views/components/icon/square-f5.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-square-f5']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/square-f6-filled.blade.php b/resources/views/components/icon/square-f6-filled.blade.php index f276469..db986c5 100644 --- a/resources/views/components/icon/square-f6-filled.blade.php +++ b/resources/views/components/icon/square-f6-filled.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-square-f6-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/square-f6.blade.php b/resources/views/components/icon/square-f6.blade.php index bfeed58..c989c8a 100644 --- a/resources/views/components/icon/square-f6.blade.php +++ b/resources/views/components/icon/square-f6.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-square-f6']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/square-f7-filled.blade.php b/resources/views/components/icon/square-f7-filled.blade.php index d30b965..2e38da4 100644 --- a/resources/views/components/icon/square-f7-filled.blade.php +++ b/resources/views/components/icon/square-f7-filled.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-square-f7-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/square-f7.blade.php b/resources/views/components/icon/square-f7.blade.php index 40a16ac..c36093e 100644 --- a/resources/views/components/icon/square-f7.blade.php +++ b/resources/views/components/icon/square-f7.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-square-f7']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/square-f8-filled.blade.php b/resources/views/components/icon/square-f8-filled.blade.php index 0f94795..9a4a867 100644 --- a/resources/views/components/icon/square-f8-filled.blade.php +++ b/resources/views/components/icon/square-f8-filled.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-square-f8-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/square-f8.blade.php b/resources/views/components/icon/square-f8.blade.php index 61b7d92..8574f37 100644 --- a/resources/views/components/icon/square-f8.blade.php +++ b/resources/views/components/icon/square-f8.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-square-f8']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/square-f9-filled.blade.php b/resources/views/components/icon/square-f9-filled.blade.php index de858f2..469415b 100644 --- a/resources/views/components/icon/square-f9-filled.blade.php +++ b/resources/views/components/icon/square-f9-filled.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-square-f9-filled']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/square-f9.blade.php b/resources/views/components/icon/square-f9.blade.php index b8b6422..3c9775a 100644 --- a/resources/views/components/icon/square-f9.blade.php +++ b/resources/views/components/icon/square-f9.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-square-f9']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/square-key.blade.php b/resources/views/components/icon/square-key.blade.php index f2fa242..4c96df7 100644 --- a/resources/views/components/icon/square-key.blade.php +++ b/resources/views/components/icon/square-key.blade.php @@ -5,7 +5,7 @@ - + diff --git a/resources/views/components/icon/square-rotated-forbid-2.blade.php b/resources/views/components/icon/square-rotated-forbid-2.blade.php index d59ae9a..492c2ef 100644 --- a/resources/views/components/icon/square-rotated-forbid-2.blade.php +++ b/resources/views/components/icon/square-rotated-forbid-2.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-square-rotated-forbid-2']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/square-rotated-forbid.blade.php b/resources/views/components/icon/square-rotated-forbid.blade.php index 5520625..b141527 100644 --- a/resources/views/components/icon/square-rotated-forbid.blade.php +++ b/resources/views/components/icon/square-rotated-forbid.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-square-rotated-forbid']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/square-rotated.blade.php b/resources/views/components/icon/square-rotated.blade.php index 627a62f..ed8a6b3 100644 --- a/resources/views/components/icon/square-rotated.blade.php +++ b/resources/views/components/icon/square-rotated.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-square-rotated']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/triangle-inverted.blade.php b/resources/views/components/icon/triangle-inverted.blade.php index b5fa558..2598071 100644 --- a/resources/views/components/icon/triangle-inverted.blade.php +++ b/resources/views/components/icon/triangle-inverted.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-triangle-inverted']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/triangle.blade.php b/resources/views/components/icon/triangle.blade.php index 819c87e..384527e 100644 --- a/resources/views/components/icon/triangle.blade.php +++ b/resources/views/components/icon/triangle.blade.php @@ -2,7 +2,7 @@ merge(['class' => 'icon icon-tabler icon-tabler-triangle']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - + diff --git a/resources/views/components/icon/user-check.blade.php b/resources/views/components/icon/user-check.blade.php index fa14f6a..cb4e1a5 100644 --- a/resources/views/components/icon/user-check.blade.php +++ b/resources/views/components/icon/user-check.blade.php @@ -2,9 +2,9 @@ merge(['class' => 'icon icon-tabler icon-tabler-user-check']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - - - + + + diff --git a/resources/views/components/icon/user-edit.blade.php b/resources/views/components/icon/user-edit.blade.php new file mode 100644 index 0000000..c1c8afd --- /dev/null +++ b/resources/views/components/icon/user-edit.blade.php @@ -0,0 +1,10 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-user-edit']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + diff --git a/resources/views/components/icon/user-exclamation.blade.php b/resources/views/components/icon/user-exclamation.blade.php index ebd35d9..9f13dcd 100644 --- a/resources/views/components/icon/user-exclamation.blade.php +++ b/resources/views/components/icon/user-exclamation.blade.php @@ -2,10 +2,10 @@ merge(['class' => 'icon icon-tabler icon-tabler-user-exclamation']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - - - - + + + + diff --git a/resources/views/components/icon/user-heart.blade.php b/resources/views/components/icon/user-heart.blade.php new file mode 100644 index 0000000..dc203f6 --- /dev/null +++ b/resources/views/components/icon/user-heart.blade.php @@ -0,0 +1,10 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-user-heart']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + diff --git a/resources/views/components/icon/user-minus.blade.php b/resources/views/components/icon/user-minus.blade.php index aad334e..06c5526 100644 --- a/resources/views/components/icon/user-minus.blade.php +++ b/resources/views/components/icon/user-minus.blade.php @@ -2,9 +2,9 @@ merge(['class' => 'icon icon-tabler icon-tabler-user-minus']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - - - + + + diff --git a/resources/views/components/icon/user-pin.blade.php b/resources/views/components/icon/user-pin.blade.php new file mode 100644 index 0000000..86be0a0 --- /dev/null +++ b/resources/views/components/icon/user-pin.blade.php @@ -0,0 +1,11 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-user-pin']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + + diff --git a/resources/views/components/icon/user-plus.blade.php b/resources/views/components/icon/user-plus.blade.php index 886b3c1..bcdcddf 100644 --- a/resources/views/components/icon/user-plus.blade.php +++ b/resources/views/components/icon/user-plus.blade.php @@ -2,9 +2,10 @@ merge(['class' => 'icon icon-tabler icon-tabler-user-plus']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - - - + + + + diff --git a/resources/views/components/icon/user-question.blade.php b/resources/views/components/icon/user-question.blade.php new file mode 100644 index 0000000..f913c18 --- /dev/null +++ b/resources/views/components/icon/user-question.blade.php @@ -0,0 +1,11 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-user-question']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + + diff --git a/resources/views/components/icon/user-search.blade.php b/resources/views/components/icon/user-search.blade.php index 87f3a5b..1a668da 100644 --- a/resources/views/components/icon/user-search.blade.php +++ b/resources/views/components/icon/user-search.blade.php @@ -2,10 +2,10 @@ merge(['class' => 'icon icon-tabler icon-tabler-user-search']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - - - - + + + + diff --git a/resources/views/components/icon/user-shield.blade.php b/resources/views/components/icon/user-shield.blade.php new file mode 100644 index 0000000..323d428 --- /dev/null +++ b/resources/views/components/icon/user-shield.blade.php @@ -0,0 +1,10 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-user-shield']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + diff --git a/resources/views/components/icon/user-star.blade.php b/resources/views/components/icon/user-star.blade.php new file mode 100644 index 0000000..fffaf41 --- /dev/null +++ b/resources/views/components/icon/user-star.blade.php @@ -0,0 +1,10 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-user-star']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + diff --git a/resources/views/components/icon/user-up.blade.php b/resources/views/components/icon/user-up.blade.php new file mode 100644 index 0000000..8ecd3fc --- /dev/null +++ b/resources/views/components/icon/user-up.blade.php @@ -0,0 +1,11 @@ +@props(['stroke' => 'currentColor','fill' => 'none']) + +merge(['class' => 'icon icon-tabler icon-tabler-user-up']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> + + + + + + + + diff --git a/resources/views/components/icon/user-x.blade.php b/resources/views/components/icon/user-x.blade.php index c40e6e1..2ba9f88 100644 --- a/resources/views/components/icon/user-x.blade.php +++ b/resources/views/components/icon/user-x.blade.php @@ -2,9 +2,10 @@ merge(['class' => 'icon icon-tabler icon-tabler-user-x']) }} width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke={{ $stroke }} fill={{ $fill }} stroke-linecap="round" stroke-linejoin="round"> - - - + + + +