@props(['name' => null, 'size' => 'w-5 h-5']) @php($path = $name ? config("icons.$name") : null) @if ($path) merge(['class' => $size]) }} fill="none" viewBox="0 0 24 24" stroke-width="1.7" stroke="currentColor" aria-hidden="true"> {!! $path !!} @endif