UNPKG

@sanity/icons

Version:
7 lines 291 B
import { ForwardRefExoticComponent, RefAttributes, SVGProps } from "react"; /** * @public */ export declare const PauseIcon: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>; export { PauseIcon as default }; //# sourceMappingURL=Pause.d.ts.map