@props(['name']) @php $icons = [ 'africa' => '', 'arrow-up-right' => '', 'award' => '', 'bar-chart' => '', 'bot' => '', 'briefcase' => '', 'building' => '', 'coins' => '', 'globe' => '', 'layout-grid' => '', 'link' => '', 'loan' => '', 'monitor' => '', 'printer' => '', 'users' => '', 'check' => '', 'close' => '', 'chevron-down' => '', 'chevron-left' => '', 'chevron-right' => '', 'credit-card' => '', 'download' => '', 'facebook' => '', 'file-text' => '', 'mail' => '', 'map-pin' => '', 'phone' => '', 'forklift' => '', 'heart-pulse' => '', 'instagram' => '', 'linkedin' => '', 'message-circle' => '', 'package' => '', 'pill' => '', 'play' => '', 'rocket' => '', 'settings' => '', 'shield-check' => '', 'shirt' => '', 'shopping-bag' => '', 'shopping-cart' => '', 'sparkles' => '', 'store' => '', 'target' => '', 'truck' => '', 'utensils' => '', 'wand' => '', 'whatsapp' => '', 'wrench' => '', 'x' => '', 'youtube' => '', ]; @endphp merge(['class' => 'icon']) }} aria-hidden="true" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"> {!! $icons[$name] ?? $icons['sparkles'] !!}