@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
27 lines (26 loc) • 1.27 kB
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 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.593m0 0c-.335.455-.665 1.138-1.307 1.138H6.515c-.988 0-1.214-1.423-2.174-1.423H2.054C1.203 5.156.706 6.182 1.19 6.864c.954.943 1.929 1.86 2.868 2.818m6.18-4.237c.435-.59 1.016-1.662 1.884-1.081a6.96 6.96 0 0 1 2.664 3.642c.223.713.383 1.896-.72 1.898h-1.868m-8.14-.222 1.822-.695c.91-.347 1.923.096 2.362.917m-4.184-.222-2.35.897c-1.074.412-.82 2.17.388 2.171H6.55c1.397.001 2.351-1.612 1.692-2.846m0 0h3.956m0 0 .779 2.846"
}))
});
var _default = exports.default = snowmobile;
//# sourceMappingURL=snowmobile.js.map