UNPKG

@sanity/icons

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