@props(['name', 'class' => 'w-6 h-6']) @php $icons = [ 'dashboard' => '', 'users' => '', 'calendar' => '', 'briefcase' => '', 'settings' => '', 'help' => '', 'logout' => '', 'search' => '', 'bell' => '', 'mail' => '', 'filter' => '', 'download' => '', 'chevron-right' => '', 'close' => '', 'eye' => '', 'file-text' => '', 'check' => '', 'arrow-left' => '', 'arrow-right' => '', 'check-circle' => '', 'alert-circle' => '', ]; @endphp merge(['class' => $class]) }} xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true"> {!! $icons[$name] ?? '' !!}