@props(['name', 'class' => 'h-5 w-5']) @php // Lucide SVG paths (24x24, stroke). Add icons here as needed. $paths = [ 'menu' => '', 'chevron-left' => '', 'x' => '', 'dashboard' => '', 'server' => '', 'cpu' => '', 'folder' => '', 'audit' => '', 'activity' => '', 'switcher' => '', 'bell' => '', 'search' => '', 'shield' => '', 'plus' => '', 'logout' => '', 'alert' => '', 'power' => '', 'rotate' => '', 'trash' => '', 'settings' => '', ]; @endphp merge(['class' => $class]) }} viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">{!! $paths[$name] ?? '' !!}