@props([ 'icon' => 'default', 'color' => '#4F46E5', 'size' => 'md', ]) @php $sizeClasses = match ($size) { 'sm' => 'h-9 w-9 rounded-xl', 'grid' => 'h-12 w-12 rounded-2xl', 'lg' => 'h-14 w-14 rounded-2xl', default => 'h-11 w-11 rounded-xl', }; $iconSize = match ($size) { 'sm' => 'h-4 w-4', 'grid' => 'h-6 w-6', 'lg' => 'h-7 w-7', default => 'h-5 w-5', }; @endphp