UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 867 B
"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 CityBold = (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-4V88a12 12 0 00-12-12h-72a12 12 0 00-12 12v36h-24V40a12 12 0 00-12-12H32a12 12 0 00-12 12v164h-4a12 12 0 000 24h224a12 12 0 000-24zm-76-104h48v104h-48zm-24 48v56h-24v-56zM44 52h48v152H44zm36 24v8a12 12 0 01-24 0v-8a12 12 0 0124 0zm0 48v8a12 12 0 01-24 0v-8a12 12 0 0124 0zm0 48v8a12 12 0 01-24 0v-8a12 12 0 0124 0zm96 8v-8a12 12 0 0124 0v8a12 12 0 01-24 0zm0-48v-8a12 12 0 0124 0v8a12 12 0 01-24 0z" })); exports.default = CityBold;