import React from 'react'; import { SVGIconProps } from '../types'; declare const SvgTextFile: ({ size, ...props }: SVGIconProps) => React.JSX.Element; export default SvgTextFile; //# sourceMappingURL=TextFile.d.ts.map