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

function FileText(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 8.5c.179.179.339.393.5.643h-8.429V.714c.25.161.464.321.643.5zm-8.5 2.929h9.714v18.857c0 .946-.768 1.714-1.714 1.714h-24A1.715 1.715 0 010 30.286V1.715C0 .769.768.001 1.714.001H16v9.714c0 .946.768 1.714 1.714 1.714zm2.857 13.142v-1.143a.564.564 0 00-.571-.571H7.429a.564.564 0 00-.571.571v1.143c0 .321.25.571.571.571H20c.321 0 .571-.25.571-.571zm0-4.571v-1.143a.564.564 0 00-.571-.571H7.429a.564.564 0 00-.571.571V20c0 .321.25.571.571.571H20c.321 0 .571-.25.571-.571zm0-4.571v-1.143a.564.564 0 00-.571-.571H7.429a.564.564 0 00-.571.571v1.143c0 .321.25.571.571.571H20c.321 0 .571-.25.571-.571z" />
    </svg>
  );
}

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