@php $name = $name ?? 'sparkles'; $size = $size ?? 18; $stroke = $stroke ?? 1.8; $paths = [ 'home' => '', 'bots' => '', 'template' => '', 'settings' => '', 'activity' => '', 'user' => '', 'users' => '', 'plus' => '', 'arrow-right' => '', 'arrow-left' => '', 'chevron-right' => '', 'check' => '', 'sparkles' => '', 'message' => '', 'mic' => '', 'link' => '', 'shield' => '', 'lock' => '', 'refresh' => '', 'trash' => '', 'logout' => '', 'search' => '', 'menu' => '', 'more' => '', 'bot' => '', 'close' => '', 'google' => '', ]; @endphp