@sanity/icons
Version:
The Sanity icons.
7 lines • 319 B
TypeScript
import { ForwardRefExoticComponent, RefAttributes, SVGProps } from "react";
/**
* @public
*/
declare const CloseCircleIcon: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
export { CloseCircleIcon, CloseCircleIcon as default };
//# sourceMappingURL=CloseCircle.d.ts.map