UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.09 kB
"use strict"; 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 BuildingApartmentBold = (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-4V76a12 12 0 00-12-12h-36V40a12 12 0 00-12-12H80a12 12 0 00-12 12v60H32a12 12 0 00-12 12v92h-4a12 12 0 000 24h224a12 12 0 000-24zM44 124h36a12 12 0 0012-12V52h72v24a12 12 0 0012 12h36v116h-64v-28a4 4 0 00-4-4h-32a4 4 0 00-4 4v28H44zm64-48a12 12 0 0112-12h16a12 12 0 010 24h-16a12 12 0 01-12-12zm0 36a12 12 0 0112-12h16a12 12 0 010 24h-16a12 12 0 01-12-12zm52 0a12 12 0 0112-12h16a12 12 0 010 24h-16a12 12 0 01-12-12zm-64 36a12 12 0 01-12 12H68a12 12 0 010-24h16a12 12 0 0112 12zm12 0a12 12 0 0112-12h16a12 12 0 010 24h-16a12 12 0 01-12-12zm52 0a12 12 0 0112-12h16a12 12 0 010 24h-16a12 12 0 01-12-12z" })); exports.default = BuildingApartmentBold;