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