@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
18 lines • 1.03 kB
JavaScript
import _extends from "@babel/runtime-corejs3/helpers/esm/extends";
var _path;
import React from 'react';
const snowmobile = props => React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
viewBox: "0 0 16 16"
}, props), _path || (_path = React.createElement("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"
})));
export default snowmobile;
//# sourceMappingURL=snowmobile.js.map