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

function Page(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="M9.586 16a1 1 0 00.608-.206l.099-.087L14 12a1 1 0 00-1-1H9.5a.5.5 0 00-.5.5V15H3a1 1 0 01-.993-.883L2 14V2a1 1 0 01.883-.993L3 1h9a1 1 0 01.993.883L13 2v6.5a.5.5 0 00.992.09L14 8.5V2A2.001 2.001 0 0012.149.005L12 0H3a2.001 2.001 0 00-1.995 1.851L1 2v12c0 1.054.816 1.918 1.851 1.995L3 16h6.586zM10 14.585V12h2.585L10 14.585z" />
      <path d="M4.5 10h3a.5.5 0 000-1h-3a.5.5 0 000 1zM4.5 13h3a.5.5 0 000-1h-3a.5.5 0 000 1zM4.5 7h6a.5.5 0 000-1h-6a.5.5 0 000 1zM4.5 4h6a.5.5 0 000-1h-6a.5.5 0 000 1z" />
    </svg>
  );
}

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