iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 928 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 BuildingLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M232 226h-26V30h10a6 6 0 000-12H40a6 6 0 000 12h10v196H24a6 6 0 000 12h208a6 6 0 000-12zM62 30h132v196h-36v-42a6 6 0 00-6-6h-48a6 6 0 00-6 6v42H62zm84 196h-36v-36h36zM90 64a6 6 0 016-6h16a6 6 0 010 12H96a6 6 0 01-6-6zm48 0a6 6 0 016-6h16a6 6 0 010 12h-16a6 6 0 01-6-6zm-48 40a6 6 0 016-6h16a6 6 0 010 12H96a6 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 = BuildingLight;