auditionadmin/resources/views/components/icons/checkmark.blade.php

6 lines
382 B
PHP

@props(['color' => 'currentColor', 'title'=>false])
<svg class="w-6 h-6 text-gray-800 " aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
@if($title)<title>{{ $title }}</title>@endif
<path stroke="{{$color}}" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 11.917 9.724 16.5 19 7.5"/>
</svg>