type CloseSvgProps = { className?: string; }; export function CloseSvg({ className = 'fill-ock-foreground' }: CloseSvgProps) { return ( Close ); }