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