@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
18 lines • 1.1 kB
JavaScript
import _extends from "@babel/runtime-corejs3/helpers/esm/extends";
var _path;
import React from 'react';
const motorcycle = 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 9.002c-.316-.317-.649-.592-1.072-.757a2.674 2.674 0 0 0-2.99.771l-1.26 1.513a.944.944 0 0 1-.718.336h-1a.943.943 0 0 1-.708-.326c-.27-.314-.533-.654-.809-.986M8.6 2h1.675c.436 0 .823.314.913.74l.468 2.293m0 0L9.398 5.2l-4.4.314-3.065.218A.942.942 0 0 0 1 6.667c0 .508.425.933.933.933.905 0 1.798-.047 2.643.343.752.346 1.332.964 1.867 1.61m5.212-4.52 1.102 5.403m-6.314-.882-2.09 1.584m0 0a1.866 1.866 0 1 0-2.974 2.255 1.866 1.866 0 0 0 2.975-2.255Zm8.404-.702a1.867 1.867 0 1 0 .748 3.659 1.867 1.867 0 0 0-.748-3.659Zm.374-5.402c0 .96.699 1.142 1.211 1.142V3.842c-.512 0-1.211.23-1.211 1.19Z"
})));
export default motorcycle;
//# sourceMappingURL=motorcycle.js.map