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

function Building2(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 32 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M20.094 2C19.132.791 17.667 0 16 0s-3.131.791-4.094 2H4v30h24V2h-7.906zM16 1.001c.553 0 1.001.448 1.001 1.001s-.448.997-1.001.997a.999.999 0 110-1.998zM26 30H6V4h4.919a5.1 5.1 0 00-.169 1.25h10.501c0-.434-.066-.848-.165-1.25H26v26z" />
      <path d="M9.527 18.078V7.079h-2v12.999h16.946v-2zM7.527 22.249h16.946v2H7.527v-2zM7.527 26h16.946v2H7.527v-2z" />
      <path d="M15.497 12.293l3.71 3.712 4.926-4.926-1.415-1.415-3.511 3.511-3.71-3.71-3.406 3.406-1.152-1.152-1.413 1.413 2.565 2.567z" />
    </svg>
  );
}

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