@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' => '',
'box' => '',
'cpu' => '',
'folder' => '',
'audit' => '',
'file' => '',
'command' => '',
'terminal' => '',
'corner-down-left' => '',
'activity' => '',
'switcher' => '',
'search' => '',
'shield' => '',
'shield-check' => '',
'shield-alert' => '',
'shield-off' => '',
'plus' => '',
'logout' => '',
'alert' => '',
'power' => '',
'rotate' => '',
'trash' => '',
'settings' => '',
'save' => '',
'eye' => '',
'eye-off' => '',
'user-plus' => '',
'mail' => '',
'log-in' => '',
];
@endphp