--- import { Icon } from 'astro-icon/components'; interface Props { url?: string; } const { url } = Astro.props; ---
Continue to Gitea