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

function FolderFill(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="M1 2h5.586c.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-1z" />
    </svg>
  );
}

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