@props(['name'])
@php
// Lucide (https://lucide.dev) path bodies — trusted, static markup.
$icons = [
'gauge' => '',
'cloud' => '',
'users' => '',
'database' => '',
'receipt' => '',
'life-buoy' => '',
'menu' => '',
'log-out' => '',
'chevron-down' => '',
'external-link'=> '',
'shield-check' => '',
'shield' => '',
'pen' => '',
'download' => '',
'alert-triangle' => '',
'check' => '',
'plus' => '',
'server' => '',
'activity' => '',
'trending-up' => '',
'box' => '',
'bell' => '',
'arrow-left' => '',
'rotate-ccw' => '',
'trash-2' => '',
];
$body = $icons[$name] ?? '';
@endphp