type HfIconProps = { className?: string; }; export function HfIcon({ className }: HfIconProps) { return ( ); }