@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
25 lines (24 loc) • 1.11 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _jsxRuntime = require("react/jsx-runtime");
var _path;
const snowmobile = 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",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M15 11.327c0 1.207-1.095 1.423-2.023 1.423m-2.646 0h2.646M7.25 3.255c1.35 0 2.106-.102 2.38.597l.607 1.593m1.961 4.459h1.868c1.103-.002.943-1.185.72-1.898a6.96 6.96 0 0 0-2.664-3.642c-.868-.58-1.45.491-1.884 1.08-.336.456-.666 1.14-1.308 1.14H6.515c-.988 0-1.214-1.424-2.174-1.424H2.054C1.203 5.156.706 6.182 1.19 6.864c.954.943 1.929 1.86 2.868 2.818m4.184.222c.659 1.234-.295 2.847-1.692 2.846H2.096c-1.208-.002-1.462-1.76-.387-2.17l2.35-.898 1.82-.695c.911-.347 1.924.096 2.363.917Zm0 0h3.956m0 0 .779 2.846"
}))
});
var _default = exports.default = snowmobile;
//# sourceMappingURL=snowmobile.js.map