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

function Folder(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="M29.714 10.857v12.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(Folder);
export default ForwardRef;
