UNPKG

@sanity/icons

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