@props(['icon' => null, 'class' => 'w-4 h-4 flex-shrink-0']) @php $icons = [ 'home' => '', 'folder' => '', 'chart-bar' => '', 'calendar' => '', 'building' => '', 'users' => '', 'user-group' => '', 'menu' => '', 'shield-check' => '', 'key' => '', 'cog' => '', 'beaker' => '', 'code' => '', 'document-text' => '', 'clipboard-list' => '', 'cube' => '', 'collection' => '', 'tag' => '', 'database' => '', 'terminal' => '', 'server' => '', 'adjustments' => '', 'sparkles' => '', 'lightning-bolt' => '', 'puzzle' => '', 'external-link' => '', 'default' => '', ]; $path = $icons[$icon] ?? $icons['default']; @endphp @if($icon) merge(['class' => $class]) }} fill="none" stroke="currentColor" viewBox="0 0 24 24"> {!! $path !!} @endif