iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 873 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 BuildingOffice = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M248 208h-16V96a8 8 0 000-16h-48V48a8 8 0 000-16H40a8 8 0 000 16v160H24a8 8 0 000 16h224a8 8 0 000-16zM216 96v112h-32V96zM56 48h112v160h-24v-48a8 8 0 00-8-8H88a8 8 0 00-8 8v48H56zm72 160H96v-40h32zM72 80a8 8 0 018-8h16a8 8 0 010 16H80a8 8 0 01-8-8zm48 0a8 8 0 018-8h16a8 8 0 010 16h-16a8 8 0 01-8-8zm-48 40a8 8 0 018-8h16a8 8 0 010 16H80a8 8 0 01-8-8zm48 0a8 8 0 018-8h16a8 8 0 010 16h-16a8 8 0 01-8-8z" }));
exports.default = BuildingOffice;