@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
19 lines • 1.18 kB
JavaScript
var _path;
import { jsx as _jsx } from "react/jsx-runtime";
const moneybag_in_hand = props => _jsx("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
viewBox: "0 0 16 16",
...props,
children: _path || (_path = _jsx("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M10.267 7.75C10.86 8.182 13 10.333 13 12.873c0 2.051-2.363 2.877-4.55 2.877-2.186 0-4.45-.826-4.45-2.877 0-2.641 2.333-4.89 2.88-5.223m3.387.1H7.496c-.818 0-1.635-.507-2.996-1.244m5.767 1.244c.693 0 .82-.039 1.04-.75.346-1.125.693-2.999.693-3 0-.375-.347-.75-1.04-.75l-3.35.013-1.067-1.992a.379.379 0 0 1 0-.347.307.307 0 0 1 .266-.174h3.879c.115.003.22.07.27.174a.377.377 0 0 1 0 .346L9.905 3.25M3 2.75h1.2c.18 0 .3.143.3.357v4.286c0 .214-.12.357-.3.357H3m3.933-5.753-.83 1.167a.927.927 0 0 1-.689.345H4.5m5.363 6.512a1.48 1.48 0 0 0-1.238-.584c-.759 0-1.375.462-1.375 1.032 0 .57.615 1.032 1.375 1.032.759 0 1.375.461 1.375 1.03 0 .57-.616 1.032-1.375 1.032a1.483 1.483 0 0 1-1.239-.584m1.239.584v.687m0-4.813V8.75"
}))
});
export default moneybag_in_hand;
//# sourceMappingURL=moneybag_in_hand.js.map