/// export interface OriginIconProps extends React.SVGProps { className?: string; prefix?: string; width?: string; height?: string; useCurrentColor?: boolean; spin?: boolean; } export declare type IconProps = React.PropsWithoutRef & React.RefAttributes;