iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 899 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Building = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M16.433 18.765H2v-1.11h2.22V1h12.213v16.655h2.22v1.11h-2.22zm-7.772-1.11h3.331v-4.442h-3.33v4.442zM15.323 2.11H5.331v15.545h2.22v-5.552h5.551v5.552h2.221V2.11zm-4.44 5.552h3.33v3.33h-3.33v-3.33zm1.11 2.22h1.11v-1.11h-1.11v1.11zm-1.11-6.662h3.33v3.332h-3.33V3.22zm1.11 2.222h1.11V4.33h-1.11v1.11zM6.44 7.662h3.33v3.33h-3.33v-3.33zm1.11 2.22h1.11v-1.11h-1.11v1.11zM6.441 3.22h3.33v3.332h-3.33V3.22zm1.11 2.222h1.11V4.33h-1.11v1.11z", fill: "#000", fillRule: "evenodd" }));
exports.default = Building;