@mozaic-ds/icons-react
Version:
ADS icons for React usage
19 lines (14 loc) • 1.51 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 House20 = (_a) => {
var { fill, size = '1.25rem' } = _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 20 20" }),
index.default.createElement("g", { "clip-path": "url(#a)" },
index.default.createElement("path", { "fill-rule": "evenodd", d: "M10.53 1.97a.75.75 0 0 0-1.06 0l-7.5 7.5a.75.75 0 1 0 1.06 1.06l.387-.386v6.606H2.5a.75.75 0 0 0 0 1.5h15a.75.75 0 0 0 0-1.5h-.917v-6.606l.387.386a.75.75 0 1 0 1.06-1.06l-7.5-7.5Zm4.553 14.78V8.644L10 3.561 4.91 8.65a.757.757 0 0 1 .007.099v8h2.916v-3.417a.5.5 0 0 1 .5-.5h3.334a.5.5 0 0 1 .5.5v3.417h2.916Zm-3.916 0v-2.917H8.833v2.917h2.334Zm-5-8a.5.5 0 0 1 .5-.5H8.75a.5.5 0 0 1 .5.5v2.083a.5.5 0 0 1-.5.5H6.667a.5.5 0 0 1-.5-.5V8.75Zm1 .5v1.083H8.25V9.25H7.167Zm4.083-1a.5.5 0 0 0-.5.5v2.083a.5.5 0 0 0 .5.5h2.083a.5.5 0 0 0 .5-.5V8.75a.5.5 0 0 0-.5-.5H11.25Zm.5 2.083V9.25h1.083v1.083H11.75Z" })),
index.default.createElement("defs", null,
index.default.createElement("clipPath", { id: "a" },
index.default.createElement("rect", { width: "20", height: "20", fill: "#fff" })))));
};
exports.default = House20;