UNPKG

box-ui-elements

Version:
4 lines (3 loc) 225 B
import type { ForwardRefExoticComponent, RefAttributes, SVGProps } from 'react'; declare const IconInProgress: ForwardRefExoticComponent<SVGProps<SVGSVGElement> & RefAttributes<SVGSVGElement>>; export default IconInProgress;