--- export interface Props { title: string icon: string } const { title, icon }: Props = Astro.props ---
{title}