--- import Icon from '../AstroIcon.astro'; export interface Props { id: string; title: string; subtitle: string; } const { id, title, subtitle } = Astro.props; ---