@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.11 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 House48 = (_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: "M25.06 4.94a1.5 1.5 0 0 0-2.12 0l-18 18a1.5 1.5 0 0 0 2.12 2.12l1.44-1.439V40.5H6a1.5 1.5 0 0 0 0 3h36a1.5 1.5 0 0 0 0-3h-2.5V23.621l1.44 1.44a1.5 1.5 0 0 0 2.12-2.122l-18-18ZM36.5 40.5V20.621L24 8.121 11.461 20.66c.026.11.039.223.039.34v19.5H19V32a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v8.5h7.5Zm-9.5 0V33h-6v7.5h6ZM15 21a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-5Zm2 1v3h3v-3h-3Zm10-2a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-5a1 1 0 0 0-1-1h-5Zm1 5v-3h3v3h-3Z" })));
};
exports.default = House48;