sackey e839d40a99
Some checks are pending
linter / quality (push) Waiting to run
tests / ci (push) Waiting to run
Initial commit
2025-07-30 17:15:50 +00:00

13 lines
236 B
PHP

{{-- Credit: Heroicons (https://heroicons.com) --}}
@props([
'icon' => null,
'name' => null,
])
@php
$icon = $name ?? $icon;
@endphp
<flux:delegate-component :component="'icon.' . $icon">{{ $slot }}</flux:delegate-component>