UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

27 lines (26 loc) 1.23 kB
"use strict"; 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 currency = 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: "m1.156 3.333 1.4 2.334 2.333-1.4m.74-3.174A4.201 4.201 0 0 0 2.88 5.378m11.964 7.289-1.4-2.334-2.333 1.4m-.74 3.174a4.202 4.202 0 0 0 2.749-4.284m-1.256-8.056h-1.849c-.283 0-.557.099-.776.277a1.2 1.2 0 0 0-.295 1.51c.136.247.354.44.617.544l1.876.744c.263.105.48.297.616.544a1.199 1.199 0 0 1-.294 1.51 1.227 1.227 0 0 1-.776.277H9.136M10.5 2.568V1.5m0 7.5V7.973M5.608 14a2.74 2.74 0 0 1-1.929-.792 2.69 2.69 0 0 1-.799-1.91c0-.718.288-1.405.8-1.912a2.74 2.74 0 0 1 1.928-.791m-4.091 2.702h4.09" })) }); var _default = exports.default = currency; //# sourceMappingURL=currency.js.map