@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
18 lines • 968 B
JavaScript
import _extends from "@babel/runtime-corejs3/helpers/esm/extends";
var _path;
import React from 'react';
const money_left_medium = props => React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
fill: "none",
viewBox: "0 0 24 24"
}, props), _path || (_path = React.createElement("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M1 12c0 6.075 4.925 11 11 11s11-4.925 11-11S18.075 1 12 1M9.333 14h6.534c.257 0 .466.209.466.467v2.066a.467.467 0 0 1-.466.467H9.333a.467.467 0 0 1-.466-.467v-2.066c0-.258.209-.467.466-.467Zm.934-3H16.8c.258 0 .467.209.467.467v2.066A.467.467 0 0 1 16.8 14h-6.533a.467.467 0 0 1-.467-.467v-2.066c0-.258.209-.467.467-.467Zm-2.8-3H14c.258 0 .467.209.467.467v2.066A.467.467 0 0 1 14 11H7.467A.467.467 0 0 1 7 10.533V8.467C7 8.209 7.209 8 7.467 8Z"
})));
export default money_left_medium;
//# sourceMappingURL=money_left_medium.js.map