--- import SVGIcon from "../SVGIcon.astro"; type Props = { width: string; height: string; class?: string; }; ---