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

function Treemap(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="M15 1a1 1 0 011 1v12a1 1 0 01-1 1H1a1 1 0 01-1-1V2a1 1 0 011-1h14zm0 1H1v12h14V2z" />
      <path d="M7 1h1v14H7V1zM11 7h1v8h-1V7z" />
      <path d="M7 7h9v1H7V7zM11 11h5v1h-5v-1z" />
    </svg>
  );
}

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