import type { IconProps } from './types'; export function AstroIcon({ className }: IconProps) { return ( ); }