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