UNPKG

@sanity/icons

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