@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.1 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 Apartment32 = (_a) => {
var { fill, size = '2rem' } = _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 32 32" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M9.667 4a1 1 0 0 1 1-1h10.666a1 1 0 0 1 1 1v1.667H24a1 1 0 0 1 1 1V27h3a1 1 0 1 1 0 2H4a1 1 0 1 1 0-2h3V6.667a1 1 0 0 1 1-1h1.667V4Zm4 23h4.666v-6h-4.666v6Zm6.666 0v-7a1 1 0 0 0-1-1h-6.666a1 1 0 0 0-1 1v7H9V7.667h14V27h-2.667Zm0-22v.667h-8.666V5h8.666Zm-8.666 6.333a1 1 0 0 1 1-1H14a1 1 0 1 1 0 2h-1.333a1 1 0 0 1-1-1Zm6.333-1a1 1 0 1 0 0 2h1.333a1 1 0 1 0 0-2H18Zm-6.333 5a1 1 0 0 1 1-1H14a1 1 0 1 1 0 2h-1.333a1 1 0 0 1-1-1Zm6.333-1a1 1 0 1 0 0 2h1.333a1 1 0 1 0 0-2H18Z" })));
};
exports.default = Apartment32;