UNPKG

@sanity/icons

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