/// import IconBase from "../IconBase"; declare class IconSquareProgressOneQuarter extends IconBase { getIconComponent({ secondColor, ariaLabel, ...props }: { [x: string]: any; secondColor: any; ariaLabel?: string; }): JSX.Element; } export default IconSquareProgressOneQuarter;