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

function FolderO(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 30 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M27.429 23.429V10.858c0-.946-.768-1.714-1.714-1.714H13.144A1.715 1.715 0 0111.43 7.43V6.287c0-.946-.768-1.714-1.714-1.714H4.002c-.946 0-1.714.768-1.714 1.714V23.43c0 .946.768 1.714 1.714 1.714h21.714c.946 0 1.714-.768 1.714-1.714zm2.285-12.572v12.571c0 2.196-1.804 4-4 4H4c-2.196 0-4-1.804-4-4V6.285c0-2.196 1.804-4 4-4h5.714c2.196 0 4 1.804 4 4v.571h12c2.196 0 4 1.804 4 4z" />
    </svg>
  );
}

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