@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
26 lines (25 loc) • 964 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _react = _interopRequireDefault(require("react"));
var _jsxRuntime = require("react/jsx-runtime");
var _path;
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
const home = props => (0, _jsxRuntime.jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
viewBox: "0 0 16 16",
...props,
children: _path || (_path = (0, _jsxRuntime.jsx)("path", {
stroke: "#000",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M5.667 12.976v-3.66c0-.367.298-.664.666-.664h3.334c.368 0 .666.297.666.665v3.659m-8 1.996h11.334c.736 0 1.333-.596 1.333-1.33V6.674c0-.43-.208-.833-.558-1.083L8.775 1.553a1.336 1.336 0 0 0-1.55 0l-5.667 4.04A1.33 1.33 0 0 0 1 6.674v6.966c0 .735.597 1.33 1.333 1.33Z"
}))
});
var _default = exports.default = home;
//# sourceMappingURL=home.js.map