iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 874 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 BuildingOfficeLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M248 210h-18V94h2a6 6 0 000-12h-50V46h2a6 6 0 000-12H40a6 6 0 000 12h2v164H24a6 6 0 000 12h224a6 6 0 000-12zM218 94v116h-36V94zM54 46h116v164h-28v-50a6 6 0 00-6-6H88a6 6 0 00-6 6v50H54zm76 164H94v-44h36zM74 80a6 6 0 016-6h16a6 6 0 010 12H80a6 6 0 01-6-6zm48 0a6 6 0 016-6h16a6 6 0 010 12h-16a6 6 0 01-6-6zm-42 46a6 6 0 010-12h16a6 6 0 010 12zm42-6a6 6 0 016-6h16a6 6 0 010 12h-16a6 6 0 01-6-6z" }));
exports.default = BuildingOfficeLight;