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

function SiteFill(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="M0 6h5v9H2a2 2 0 01-2-2V6zm6 0h10v7a2 2 0 01-2 2H6V6zM0 3a2 2 0 012-2h12a2 2 0 012 2v2H0V3z" />
    </svg>
  );
}

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