UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.24 kB
'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 ConnectedHome48 = (_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: "M24.921 4.816a1.5 1.5 0 0 0-1.842 0l-18 14a1.5 1.5 0 1 0 1.842 2.368L8.5 19.956V42a1.5 1.5 0 0 0 1.5 1.5h28a1.5 1.5 0 0 0 1.5-1.5V19.956l1.58 1.228a1.5 1.5 0 0 0 1.841-2.368l-18-14ZM36.5 17.622 24 7.9l-12.5 9.723V40.5h25V17.622ZM26 34a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm-6.242-5.242a1 1 0 0 0 1.414 1.414 4 4 0 0 1 5.657 0 1 1 0 0 0 1.414-1.414 6 6 0 0 0-8.485 0Zm-2.828-1.415a1 1 0 0 1 0-1.414c3.905-3.906 10.236-3.906 14.142 0a1 1 0 0 1-1.415 1.414 8 8 0 0 0-11.313 0 1 1 0 0 1-1.414 0ZM14.1 23.1a1 1 0 1 0 1.415 1.414c4.686-4.687 12.284-4.687 16.97 0a1 1 0 0 0 1.415-1.415c-5.468-5.467-14.332-5.467-19.8 0Z" }))); }; exports.default = ConnectedHome48;