--- import { Icon } from '@astrojs/starlight/components'; import MyIcon from './MyIcon.astro'; import type { Props } from '@astrojs/starlight/props'; const { labels } = Astro.props; ---