@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.21 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 House32 = (_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: "M16.707 3.293a1 1 0 0 0-1.414 0l-12 12a1 1 0 1 0 1.414 1.414l.96-.96V27H4a1 1 0 1 0 0 2h24a1 1 0 1 0 0-2h-1.667V15.748l.96.96a1 1 0 0 0 1.414-1.415l-2.666-2.666-.001-.001-9.333-9.333ZM24.333 27V13.748L16 5.414l-8.36 8.36a.933.933 0 0 1 .027.226v13h5.166v-5.667a.5.5 0 0 1 .5-.5h5.334a.5.5 0 0 1 .5.5V27h5.166Zm-6.166 0v-5.167h-4.334V27h4.334Zm-8-13a.5.5 0 0 1 .5-.5H14a.5.5 0 0 1 .5.5v3.333a.5.5 0 0 1-.5.5h-3.333a.5.5 0 0 1-.5-.5V14Zm1 .5v2.333H13.5V14.5h-2.333Zm6.833-1a.5.5 0 0 0-.5.5v3.333a.5.5 0 0 0 .5.5h3.333a.5.5 0 0 0 .5-.5V14a.5.5 0 0 0-.5-.5H18Zm.5 3.333V14.5h2.333v2.333H18.5Z" })));
};
exports.default = House32;