UNPKG

@sanity/icons

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