--- import type { HTMLAttributes } from 'astro/types' type Props = HTMLAttributes<'svg'> ---