onlyProps([ 'color' => 'gray', 'icon', 'size' => IconSize::Large, ]) as $__key => $__value) { $$__key = $$__key ?? $__value; } ?> exceptProps([ 'color' => 'gray', 'icon', 'size' => IconSize::Large, ]); ?> 'gray', 'icon', 'size' => IconSize::Large, ]), 'is_string', ARRAY_FILTER_USE_KEY) as $__key => $__value) { $$__key = $$__key ?? $__value; } ?> $__value) { if (array_key_exists($__key, $__defined_vars)) unset($$__key); } ?> 'filament::components.icon','data' => ['icon' => $icon,'attributes' => $attributes ->class([ 'fi-no-notification-icon text-custom-400', match ($size) { IconSize::Small, 'sm' => 'h-4 w-4', IconSize::Medium, 'md' => 'h-5 w-5', IconSize::Large, 'lg' => 'h-6 w-6', default => $size, }, ]) ->style([ \Filament\Support\get_color_css_variables($color, shades: [400]), ]) ]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> withName('filament::icon'); ?> shouldRender()): ?> startComponent($component->resolveView(), $component->data()); ?> getConstructor()): ?> except(collect($constructor->getParameters())->map->getName()->all()); ?> withAttributes(['icon' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($icon),'attributes' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute( $attributes ->class([ 'fi-no-notification-icon text-custom-400', match ($size) { IconSize::Small, 'sm' => 'h-4 w-4', IconSize::Medium, 'md' => 'h-5 w-5', IconSize::Large, 'lg' => 'h-6 w-6', default => $size, }, ]) ->style([ \Filament\Support\get_color_css_variables($color, shades: [400]), ]) )]); ?> renderComponent(); ?>