UNPKG

@sanity/icons

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