export interface UimIconProps extends React.SVGProps<SVGSVGElement> {
	size?: string;
}