UNPKG

@sanity/icons

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