--- type Props = { width: string; height: string; viewBox: string; class?: string; fill?: string; children: any; "aria-label"?: string; }; const { width, height, class: className, fill = "currentColor", viewBox, "aria-label": ariaLabel } = Astro.props; ---