--- import PajamasIcon from "./PajamasIcon.astro" interface Props { class?: string } const { class: clazz } = Astro.props ---