iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 836 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 BuildingsBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M240 204h-12V96a20 20 0 00-20-20h-36V32a20 20 0 00-28.45-18.12l-104 48.54A20.06 20.06 0 0028 80.55V204H16a12 12 0 000 24h224a12 12 0 000-24zm-36-104v104h-32V100zM52 83.09l96-44.79V204H52zM132 112v12a12 12 0 01-24 0v-12a12 12 0 0124 0zm-40 0v12a12 12 0 01-24 0v-12a12 12 0 0124 0zm0 52v12a12 12 0 01-24 0v-12a12 12 0 0124 0zm40 0v12a12 12 0 01-24 0v-12a12 12 0 0124 0z" }));
exports.default = BuildingsBold;