iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 862 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 BuildingOfficeThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M248 212h-20V92h4a4 4 0 000-8h-52V44h4a4 4 0 000-8H40a4 4 0 000 8h4v168H24a4 4 0 000 8h224a4 4 0 000-8zM220 92v120h-40V92zM52 44h120v168h-32v-52a4 4 0 00-4-4H88a4 4 0 00-4 4v52H52zm80 168H92v-48h40zM76 80a4 4 0 014-4h16a4 4 0 010 8H80a4 4 0 01-4-4zm48 0a4 4 0 014-4h16a4 4 0 010 8h-16a4 4 0 01-4-4zm-44 44a4 4 0 010-8h16a4 4 0 010 8zm44-4a4 4 0 014-4h16a4 4 0 010 8h-16a4 4 0 01-4-4z" }));
exports.default = BuildingOfficeThin;