UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var tslib_es6 = require('../../node_modules/tslib/tslib.es6.js'); var index = require('../../node_modules/react/index.js'); const Apartment24 = (_a) => { var { fill, size = '1.5rem' } = _a, rest = tslib_es6.__rest(_a, ["fill", "size"]); return (index.default.createElement("svg", Object.assign({ "aria-hidden": "true", width: size, height: size }, rest, { fill: fill, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M7 3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v1h1a1 1 0 0 1 1 1v15h2a1 1 0 1 1 0 2H3a1 1 0 1 1 0-2h2V5a1 1 0 0 1 1-1h1V3Zm3.5 17h3v-4h-3v4Zm5 0v-5a1 1 0 0 0-1-1h-5a1 1 0 0 0-1 1v5H7V6h10v14h-1.5Zm-7-11.5a1 1 0 0 1 1-1h1a1 1 0 1 1 0 2h-1a1 1 0 0 1-1-1Zm5-1a1 1 0 1 0 0 2h1a1 1 0 1 0 0-2h-1Zm-5 4a1 1 0 0 1 1-1h1a1 1 0 1 1 0 2h-1a1 1 0 0 1-1-1Zm5-1a1 1 0 1 0 0 2h1a1 1 0 1 0 0-2h-1Z" }))); }; exports.default = Apartment24;