UNPKG

@sanity/icons

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