/// <reference types="react" />
export interface UimIconProps extends React.SVGProps<SVGSVGElement> {
    size?: string;
}
