// Generated by script, don't edit it please.
import * as React from 'react';

function FileTextO(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 27 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M26.214 6.786c.661.661 1.214 1.982 1.214 2.929v20.571c0 .946-.768 1.714-1.714 1.714h-24A1.715 1.715 0 010 30.286V1.715C0 .769.768.001 1.714.001h16c.946 0 2.268.554 2.929 1.214zm-7.928-4.357v6.714H25c-.107-.304-.268-.607-.393-.732l-5.589-5.589c-.125-.125-.429-.286-.732-.393zm6.857 27.285V11.428h-7.429A1.715 1.715 0 0116 9.714V2.285H2.286v27.429h22.857zM6.857 14.286c0-.321.25-.571.571-.571h12.571c.321 0 .571.25.571.571v1.143c0 .321-.25.571-.571.571H7.428a.564.564 0 01-.571-.571v-1.143zm13.143 4c.321 0 .571.25.571.571V20c0 .321-.25.571-.571.571H7.429A.564.564 0 016.858 20v-1.143c0-.321.25-.571.571-.571H20zm0 4.571c.321 0 .571.25.571.571v1.143c0 .321-.25.571-.571.571H7.429a.564.564 0 01-.571-.571v-1.143c0-.321.25-.571.571-.571H20z" />
    </svg>
  );
}

const ForwardRef = React.forwardRef(FileTextO);
export default ForwardRef;
