@props(['name' => 'spark', 'iconClass' => 'icon']) @php $icons = [ 'campaign' => '', 'list' => '', 'search' => '', 'plus' => '', 'import' => '', 'trash' => '', 'branch' => '', 'play' => '', 'template' => '', 'send' => '', 'desktop' => '', 'phone' => '', 'bold' => '', 'italic' => '', 'bullets' => '', 'numbers' => '', 'link' => '', 'button' => '', 'divider' => '', 'columns' => '', 'image' => '', 'image-plus' => '', 'text' => '', 'code' => '', 'save' => '', 'report' => '', 'duplicate' => '', 'download' => '', 'arrow-left' => '', 'spark' => '', 'shield' => '', ]; $body = $icons[$name] ?? $icons['spark']; @endphp