@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