UNPKG

@sanity/icons

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