UNPKG

@sanity/icons

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