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

function FolderOpenO(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 34 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M31.804 16.625c0-.5-.554-.625-.946-.625H11.429c-.946 0-2.196.589-2.804 1.321l-5.25 6.482c-.161.214-.321.446-.321.714 0 .5.554.625.946.625h19.429c.946 0 2.196-.589 2.804-1.339l5.25-6.482c.161-.196.321-.429.321-.696zm-20.375-2.911h13.714v-2.857c0-.946-.768-1.714-1.714-1.714H13.143a1.715 1.715 0 01-1.714-1.714V6.286c0-.946-.768-1.714-1.714-1.714H4.001c-.946 0-1.714.768-1.714 1.714v15.232l4.571-5.625c1.036-1.268 2.946-2.179 4.571-2.179zm22.66 2.911c0 .786-.339 1.536-.821 2.143L28 25.25c-1.018 1.25-2.964 2.179-4.571 2.179H4c-2.196 0-4-1.804-4-4V6.286c0-2.196 1.804-4 4-4h5.714c2.196 0 4 1.804 4 4v.571h9.714c2.196 0 4 1.804 4 4v2.857h3.429c1.214 0 2.429.554 2.964 1.696.179.375.268.786.268 1.214z" />
    </svg>
  );
}

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