@props(['title' => null, 'class' => 'w-5 h-5']) merge(['class' => $class, 'xmlns' => 'http://www.w3.org/2000/svg', 'viewBox' => '0 0 24 24', 'fill' => 'none', 'stroke' => 'currentColor', 'stroke-width' => '1.5', 'stroke-linecap' => 'round', 'stroke-linejoin' => 'round']) }} @unless($title) aria-hidden="true" @endunless @if($title) role="img" @endif > @if($title) {{ $title }} @endif