@props(['name' => 'cube', 'class' => 'h-5 w-5']) @php $icons = [ 'home' => '', 'user-plus' => '', 'users' => '', 'teacher' => '', 'book' => '', 'calendar' => '', 'check' => '', 'clipboard' => '', 'grid' => '', 'monitor' => '', 'library' => '', 'award' => '', 'wallet' => '', 'receipt' => '', 'cash' => '', 'target' => '', 'chat' => '', 'id' => '', 'box' => '', 'chart' => '', 'settings' => '', 'shield' => '', 'cube' => '', 'file-text' => '', 'bolt' => '', 'key' => '', 'building' => '', ]; $svg = $icons[$name] ?? $icons['cube']; @endphp merge(['class' => $class]) }} fill="none" stroke="currentColor" stroke-width="1.9" viewBox="0 0 24 24">{!! $svg !!}