@mozaic-ds/icons-react
Version:
ADS icons for React usage
19 lines (14 loc) • 1.41 kB
JavaScript
'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 House24 = (_a) => {
var { fill, size = '1.5rem' } = _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 24 24" }),
index.default.createElement("g", { "clip-path": "url(#a)" },
index.default.createElement("path", { "fill-rule": "evenodd", d: "M12.707 2.293a1 1 0 0 0-1.414 0l-9 9a1 1 0 1 0 1.414 1.414L4 12.414V20H3a1 1 0 1 0 0 2h18a1 1 0 1 0 0-2h-1v-7.586l.293.293a1 1 0 0 0 1.414-1.414l-9-9ZM18 20v-9.586l-6-6-6.003 6.004c.002.027.003.054.003.082V20h3.5v-4a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v4H18Zm-4.5 0v-3.5h-3V20h3Zm-6-9.5A.5.5 0 0 1 8 10h2.5a.5.5 0 0 1 .5.5V13a.5.5 0 0 1-.5.5H8a.5.5 0 0 1-.5-.5v-2.5Zm1 .5v1.5H10V11H8.5Zm5-1a.5.5 0 0 0-.5.5V13a.5.5 0 0 0 .5.5H16a.5.5 0 0 0 .5-.5v-2.5a.5.5 0 0 0-.5-.5h-2.5Zm.5 2.5V11h1.5v1.5H14Z" })),
index.default.createElement("defs", null,
index.default.createElement("clipPath", { id: "a" },
index.default.createElement("rect", { width: "24", height: "24", fill: "#fff" })))));
};
exports.default = House24;