@props([
'state',
'offColor' => 'gray',
'offIcon' => null,
'onColor' => 'primary',
'onIcon' => null,
])
@php
use Filament\Support\Enums\IconSize;
use Filament\Support\View\Components\ToggleComponent;
use Illuminate\Support\Arr;
@endphp
@if ($state)
{{ \Filament\Support\generate_icon_html($onIcon, size: IconSize::ExtraSmall) }}
@endif