--- import type { HTMLAttributes } from 'astro/types'; type Props = HTMLAttributes<'svg'>; const { class: className, ...props } = Astro.props; ---