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

function FileAudioO(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.857zM11.071 15.179a.585.585 0 01.357.536v9.714a.586.586 0 01-.357.536.888.888 0 01-.214.036.63.63 0 01-.411-.161l-2.964-2.982H5.143a.564.564 0 01-.571-.571v-3.429c0-.321.25-.571.571-.571h2.339l2.964-2.982a.584.584 0 01.625-.125zm7.447 12.303c.339 0 .661-.143.893-.429 1.482-1.821 2.304-4.125 2.304-6.482s-.821-4.661-2.304-6.482a1.14 1.14 0 00-1.607-.179 1.144 1.144 0 00-.161 1.625c1.161 1.429 1.786 3.179 1.786 5.036s-.625 3.607-1.786 5.036a1.12 1.12 0 00.161 1.607c.214.179.464.268.714.268zm-3.768-2.643c.304 0 .607-.125.839-.357a5.694 5.694 0 000-7.822 1.154 1.154 0 00-1.625-.054 1.154 1.154 0 00-.036 1.625c.589.643.929 1.464.929 2.339s-.339 1.696-.929 2.339a1.153 1.153 0 00.036 1.625c.232.196.518.304.786.304z" />
    </svg>
  );
}

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