UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 862 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 CityThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M240 212h-12V88a4 4 0 00-4-4h-64a4 4 0 00-4 4v44h-56V40a4 4 0 00-4-4H32a4 4 0 00-4 4v172H16a4 4 0 000 8h224a4 4 0 000-8zM164 92h56v120h-56zm-8 48v72h-56v-72zM36 44h56v168H36zm32 28v16a4 4 0 01-8 0V72a4 4 0 018 0zm0 48v16a4 4 0 01-8 0v-16a4 4 0 018 0zm0 48v16a4 4 0 01-8 0v-16a4 4 0 018 0zm56 16v-16a4 4 0 018 0v16a4 4 0 01-8 0zm64 0v-16a4 4 0 018 0v16a4 4 0 01-8 0zm0-48v-16a4 4 0 018 0v16a4 4 0 01-8 0z" })); exports.default = CityThin;