@props(['name'])
@php
$icons = [
'home' => '',
'chart-bar' => '',
'users' => '',
'building-office' => '',
'cog' => '',
'link' => '',
'eye' => '',
'pencil' => '',
'trash' => '',
'plus' => '',
'chevron-right' => '',
'chevron-left' => '',
'arrow-left' => '',
'mail' => '',
'share-2' => '',
'monitor' => '',
'search' => '',
'logout' => '',
'user' => '',
'calendar' => '',
'globe' => '',
'cursor-click' => '',
];
$path = $icons[$name] ?? $icons['link'];
@endphp