--- type Props = { fill?: string } const fill = Astro.props.fill; const size = 40; ---