UNPKG

@sanity/icons

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