Files
vito/resources/views/components/heroicons/o-check.blade.php
Saeed Vaziry 4d051330d6 Merge (#127)
2024-03-24 09:56:34 +01:00

11 lines
250 B
PHP

<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
{{ $attributes }}
>
<path stroke-linecap="round" stroke-linejoin="round" d="m4.5 12.75 6 6 9-13.5" />
</svg>