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