@props(['name', 'class' => 'w-5 h-5'])
@php
$icons = [
'layout-dashboard' => '',
'users' => '',
'home' => '',
'map' => '',
'file-text' => '',
'file-cog' => '',
'user-cog' => '',
'newspaper' => '',
'settings' => '',
'database' => '',
'bar-chart-3' => '',
'menu' => '',
'sun' => '',
'moon' => '',
'log-out' => '',
'log-in' => '',
'bell' => '',
'check' => '',
'check-circle' => '',
'x' => '',
'x-circle' => '',
'plus' => '',
'edit' => '',
'trash' => '',
'search' => '',
'filter' => '',
'download' => '',
'upload' => '',
'printer' => '',
'eye' => '',
'briefcase' => '',
'heart-handshake' => '',
'heart' => '',
'baby' => '',
'flower' => '',
'truck' => '',
'shield-check' => '',
'user-check' => '',
'activity' => '',
'clock' => '',
'arrow-right' => '',
'chevron-right' => '',
'chevron-down' => '',
'phone' => '',
'mail' => '',
'map-pin' => '',
'building' => '',
'camera' => '',
'idcard' => '',
'file-check' => '',
'inbox' => '',
'info' => '',
'alert-triangle' => '',
'pen-tool' => '',
'sparkles' => '',
];
$path = $icons[$name] ?? $icons['info'];
@endphp