// 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 16 16" fill="currentColor" ref={svgRef} {...props}>
      <path d="M6.586 2c.265 0 .52.105.707.293l1.414 1.414A1 1 0 009.414 4H15a1 1 0 011 1v8a1 1 0 01-1 1H1a1 1 0 01-1-1V3a1 1 0 011-1h5.586zm0 1H1v10h14V5H9.414c-.472 0-.926-.166-1.284-.467L8 4.414 6.586 3z" />
    </svg>
  );
}

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