@props(['name', 'class' => 'h-5 w-5']) @php // Lucide SVG paths (24x24, stroke). Add icons here as needed. $paths = [ 'menu' => '', 'chevron-left' => '', 'chevron-right' => '', 'tag' => '', 'help-circle' => '', 'lock' => '', 'lock-open' => '', 'git-branch' => '', 'x' => '', 'dashboard' => '', 'server' => '', 'cpu' => '', 'folder' => '', 'audit' => '', 'file' => '', 'command' => '', 'corner-down-left' => '', 'activity' => '', 'switcher' => '', 'search' => '', 'shield' => '', 'plus' => '', 'logout' => '', 'alert' => '', 'power' => '', 'rotate' => '', 'trash' => '', 'settings' => '', 'save' => '', 'eye' => '', 'eye-off' => '', 'user-plus' => '', 'mail' => '', ]; @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] ?? '' !!}