@props(['name' => 'globe', 'class' => 'w-6 h-6']) @php $paths = [ // Service icons 'broadcast' => '', 'network' => '', 'shield' => '', 'power' => '', 'globe' => '', 'integration' => '', // Industry icons 'building' => '', 'landmark' => '', 'cap' => '', 'health' => '', 'bank' => '', 'venue' => '', // UI icons 'arrow' => '', 'arrow-up-right' => '', 'check' => '', 'mail' => '', 'phone' => '', 'pin' => '', 'search' => '', 'menu' => '', 'close' => '', 'clock' => '', 'spark' => '', 'quote' => '', 'lock' => '', ]; $d = $paths[$name] ?? $paths['globe']; @endphp merge(['class' => $class]) }} viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"> {!! $d !!}