UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.08 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 BuildingsFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M239.73 208H224V96a16 16 0 00-16-16h-44a4 4 0 00-4 4v124h-16V32.41a16.43 16.43 0 00-6.16-13 16 16 0 00-18.72-.69L39.12 72A16 16 0 0032 85.34V208H16.27A8.18 8.18 0 008 215.47a8 8 0 008 8.53h224a8 8 0 008-8.53 8.18 8.18 0 00-8.27-7.47zM76 184a8 8 0 01-8.53 8 8.18 8.18 0 01-7.47-8.28v-15.45a8.19 8.19 0 017.47-8.27 8 8 0 018.53 8zm0-56a8 8 0 01-8.53 8 8.19 8.19 0 01-7.47-8.28v-15.45a8.19 8.19 0 017.47-8.27 8 8 0 018.53 8zm40 56a8 8 0 01-8.53 8 8.18 8.18 0 01-7.47-8.26v-15.47a8.19 8.19 0 017.47-8.26 8 8 0 018.53 8zm0-56a8 8 0 01-8.53 8 8.19 8.19 0 01-7.47-8.26v-15.47a8.19 8.19 0 017.47-8.26 8 8 0 018.53 8z" })); exports.default = BuildingsFill;