@props(['name', 'stroke' => '1.75'])
@php
// Inline Lucide-style SVG paths. stroke=currentColor, fill=none, no emoji.
$paths = [
'grid' => '',
'settings' => '',
'ticket' => '',
'file-text' => '',
'list' => '',
'credit-card' => '',
'shield' => '',
'shield-check'=> '',
'star' => '',
'link' => '',
'users' => '',
'server' => '',
'bot' => '',
'chevron-down'=> '',
'chevron-updown' => '',
'bell' => '',
'logout' => '',
'send' => '',
'plus' => '',
'trash' => '',
'pencil' => '',
'check' => '',
'x' => '',
'arrow-up' => '',
'trend-up' => '',
'message' => '',
'alert' => '',
'user-plus' => '',
'inbox' => '',
'search' => '',
'filter' => '',
'sparkles' => '',
'external' => '',
'history' => '',
'undo' => '',
'clock' => '',
];
$svg = $paths[$name] ?? '';
@endphp