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

function FilePowerpointO(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.429 25.536v1.893h5.839v-1.893h-1.661v-2.982h2.446c.768 0 1.464-.036 2.107-.268 1.607-.554 2.607-2.214 2.607-4.161s-.964-3.446-2.446-4.071c-.679-.268-1.5-.339-2.321-.339H7.429v1.911h1.643v9.911H7.429zm6.303-5h-2.125V15.75h2.143c.625 0 1.107.107 1.482.321.643.375 1 1.107 1 2.054 0 1-.357 1.768-1.107 2.143-.375.179-.839.268-1.393.268z" />
    </svg>
  );
}

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