--- export type Props = { icon: (props: { class?: string; className?: string }) => any label: string } ---
{Astro.props.label}