--- import Icon from "astro-iconify"; export interface Props { toggle: string; } const { toggle } = Astro.props; ---