@props(['name']) @php $paths = [ 'home' => '', 'users' => '', 'shield' => '', 'settings' => '', 'history' => '', 'login' => '', 'logout' => '', 'menu' => '', 'x' => '', 'plus' => '', 'search' => '', 'edit' => '', 'eye' => '', 'question' => '', ]; @endphp merge(['class' => 'h-5 w-5', 'fill' => 'none', 'viewBox' => '0 0 24 24', 'stroke-width' => '1.75', 'stroke' => 'currentColor', 'aria-hidden' => 'true']) }}>{!! $paths[$name] ?? '' !!}