--- export interface Props { href?: string; active?: boolean; } const { href = "#", active = false } = Astro.props; const hasIcon = Astro.slots.has("icon"); --- { hasIcon && ( ) }