parfum/resources/views/flux/icon/index.blade.php
2025-09-13 10:36:12 +07: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>