@props(['name']) @php $icons = [ 'home' => '', 'chart-bar' => '', 'users' => '', 'building-office' => '', 'cog' => '', 'link' => '', 'eye' => '', 'pencil' => '', 'trash' => '', 'plus' => '', 'chevron-right' => '', 'chevron-left' => '', 'arrow-left' => '', 'mail' => '', 'share-2' => '', 'monitor' => '', 'search' => '', 'logout' => '', 'user' => '', 'calendar' => '', 'globe' => '', 'cursor-click' => '', ]; $path = $icons[$name] ?? $icons['link']; @endphp merge(['class' => 'w-5 h-5', 'fill' => 'none', 'stroke' => 'currentColor', 'viewBox' => '0 0 24 24']) }}> {!! $path !!}