--- import Icon from 'astro-iconify'; export interface Props { url: string; } const { url } = Astro.props; const placeholder = 'Type the article URL here'; ---