UNPKG

@sanity/icons

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