UNPKG

@sanity/icons

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