iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 838 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 BuildingsThin = (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-20V96a12 12 0 00-12-12h-68V32a12 12 0 00-18.66-10l-80 53.33a12 12 0 00-5.34 10V212H16a4 4 0 000 8h224a4 4 0 000-8zM208 92a4 4 0 014 4v116h-72V92zM44 85.34A4 4 0 0145.78 82l80-53.33A4 4 0 01132 32v180H44zM108 112v16a4 4 0 01-8 0v-16a4 4 0 018 0zm-32 0v16a4 4 0 01-8 0v-16a4 4 0 018 0zm0 56v16a4 4 0 01-8 0v-16a4 4 0 018 0zm32 0v16a4 4 0 01-8 0v-16a4 4 0 018 0z" }));
exports.default = BuildingsThin;