{{-- Inline icon set. Kept local so no CDN or icon package is needed. --}} @props(['name']) @php $paths = [ 'grid' => '', 'list' => '', 'users' => '', 'shield' => '', 'download' => '', 'upload' => '', 'folder' => '', 'cog' => '', 'clock' => '', 'logout' => '', 'calendar' => '', 'user-check' => '', 'inbox' => '', 'phone' => '', 'banknote' => '', 'check-circle' => '', 'alert' => '', 'trend' => '', 'arrow-right' => '', 'chevron-down' => '', 'search' => '', 'mail' => '', 'doc' => '', ]; @endphp merge(['class' => 'size-5']) }} viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"> {!! $paths[$name] ?? $paths['grid'] !!}