iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 853 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 BuildingsLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M240 210h-18V96a14 14 0 00-14-14h-66V32a14 14 0 00-21.77-11.64l-80 53.33A14 14 0 0034 85.34V210H16a6 6 0 000 12h224a6 6 0 000-12zM208 94a2 2 0 012 2v114h-68V94zM46 85.34a2 2 0 01.89-1.66l80-53.34A2 2 0 01130 32v178H46zM110 112v16a6 6 0 01-12 0v-16a6 6 0 0112 0zm-32 0v16a6 6 0 01-12 0v-16a6 6 0 0112 0zm0 56v16a6 6 0 01-12 0v-16a6 6 0 0112 0zm32 0v16a6 6 0 01-12 0v-16a6 6 0 0112 0z" }));
exports.default = BuildingsLight;