UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 946 B
'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 Home20 = (_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("path", { "fill-rule": "evenodd", d: "M9.54 1.908a.75.75 0 0 1 .92 0l7.5 5.833a.75.75 0 1 1-.92 1.184l-.457-.355v8.93a.75.75 0 0 1-.75.75H4.167a.75.75 0 0 1-.75-.75V8.57l-.456.355a.75.75 0 0 1-.921-1.184l7.5-5.833ZM10 3.45l5.083 3.954v9.346h-2.916v-5.083a.5.5 0 0 0-.5-.5H8.333a.5.5 0 0 0-.5.5v5.083H4.917V7.404L10 3.45Zm-1.167 13.3h2.334v-4.583H8.833v4.583Z" }))); }; exports.default = Home20;