--- import { Icon } from "astro-icon/components"; type Props = { text: string; icon: string; href: string; }; const { text, icon, href } = Astro.props; ---
{text}