UNPKG

@sanity/icons

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