UNPKG

@sanity/icons

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