UNPKG

@sanity/icons

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