UNPKG

@sanity/icons

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