UNPKG

@sanity/icons

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