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

function FileExcelO(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.857zM7.661 25.536v1.893h5.018v-1.893H11.34l1.839-2.875c.214-.339.321-.607.375-.607h.036c.018.071.054.125.089.179.071.143.179.25.304.429l1.911 2.875h-1.357v1.893h5.196v-1.893h-1.214l-3.429-4.875 3.482-5.036h1.196v-1.911h-4.982v1.911h1.321l-1.839 2.839c-.214.339-.375.607-.375.589h-.036c-.018-.071-.054-.125-.089-.179a2.369 2.369 0 00-.304-.411l-1.893-2.839h1.357v-1.911H7.749v1.911h1.214l3.375 4.857-3.464 5.054H7.66z" />
    </svg>
  );
}

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