UNPKG

@sanity/icons

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