@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.16 kB
JavaScript
;
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 Apartment48 = (_a) => {
var { fill, size = '3rem' } = _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 48 48" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M14.5 6A1.5 1.5 0 0 1 16 4.5h16A1.5 1.5 0 0 1 33.5 6v2.5H36a1.5 1.5 0 0 1 1.5 1.5v30.5H42a1.5 1.5 0 0 1 0 3H6a1.5 1.5 0 0 1 0-3h4.5V10A1.5 1.5 0 0 1 12 8.5h2.5V6Zm6 34.5h7v-9h-7v9Zm10 0V30a1.5 1.5 0 0 0-1.5-1.5H19a1.5 1.5 0 0 0-1.5 1.5v10.5h-4v-29h21v29h-4Zm0-33v1h-13v-1h13Zm-13 9.5a1.5 1.5 0 0 1 1.5-1.5h2a1.5 1.5 0 0 1 0 3h-2a1.5 1.5 0 0 1-1.5-1.5Zm9.5-1.5a1.5 1.5 0 0 0 0 3h2a1.5 1.5 0 0 0 0-3h-2ZM17.5 23a1.5 1.5 0 0 1 1.5-1.5h2a1.5 1.5 0 0 1 0 3h-2a1.5 1.5 0 0 1-1.5-1.5Zm9.5-1.5a1.5 1.5 0 0 0 0 3h2a1.5 1.5 0 0 0 0-3h-2Z" })));
};
exports.default = Apartment48;