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