@props(['name', 'class' => 'w-6 h-6'])
@php
$icons = [
'dashboard' => '',
'users' => '',
'calendar' => '',
'briefcase' => '',
'settings' => '',
'help' => '',
'logout' => '',
'search' => '',
'bell' => '',
'mail' => '',
'filter' => '',
'download' => '',
'chevron-right' => '',
'close' => '',
'eye' => '',
'file-text' => '',
'check' => '',
'arrow-left' => '',
'arrow-right' => '',
'check-circle' => '',
'alert-circle' => '',
];
@endphp