UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.25 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 Apartment64 = (_a) => { var { fill, size = '4rem' } = _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 64 64" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M19.833 8a1.5 1.5 0 0 1 1.5-1.5h21.334a1.5 1.5 0 0 1 1.5 1.5v3.833H48a1.5 1.5 0 0 1 1.5 1.5V54.5H56a1.5 1.5 0 0 1 0 3H8a1.5 1.5 0 0 1 0-3h6.5V13.333a1.5 1.5 0 0 1 1.5-1.5h3.833V8Zm7 46.5h10.334v-13H26.833v13Zm13.334 0V40a1.5 1.5 0 0 0-1.5-1.5H25.333a1.5 1.5 0 0 0-1.5 1.5v14.5H17.5V14.833h29V54.5h-6.333Zm1-45v2.333H22.833V9.5h18.334ZM23.833 22.667a1.5 1.5 0 0 1 1.5-1.5H28a1.5 1.5 0 1 1 0 3h-2.667a1.5 1.5 0 0 1-1.5-1.5ZM36 21.167a1.5 1.5 0 1 0 0 3h2.667a1.5 1.5 0 0 0 0-3H36Zm-12.167 9.5a1.5 1.5 0 0 1 1.5-1.5H28a1.5 1.5 0 1 1 0 3h-2.667a1.5 1.5 0 0 1-1.5-1.5ZM36 29.167a1.5 1.5 0 1 0 0 3h2.667a1.5 1.5 0 0 0 0-3H36Z" }))); }; exports.default = Apartment64;