@props(['name', 'class' => 'h-5 w-5']) @php $strokeIcons = \App\Support\IconPaths::MAP; $fillIcons = [ 'whatsapp' => '', ]; @endphp @if (isset($fillIcons[$name])) merge(['class' => $class]) }} viewBox="0 0 24 24" fill="currentColor" aria-hidden="true">{!! $fillIcons[$name] !!} @else merge(['class' => $class]) }} viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">{!! $strokeIcons[$name] ?? $strokeIcons['sparkles'] !!} @endif