@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
27 lines (26 loc) • 1.35 kB
JavaScript
;
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 savings_account = 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: "M7.067 6.25h3.266M8.285 1.262a.93.93 0 0 1 1.297 0M2.859 4.897a.653.653 0 0 1 .369-.889 2.807 2.807 0 0 1 2.208.135c.965-.512 2.29-.81 3.519-.81 3.437 0 6.045 2.385 6.045 5.25 0 1.211-.497 2.268-1.331 3.147a.646.646 0 0 0-.136.214l-.803 2.641a.637.637 0 0 1-.594.415h-1.494a.64.64 0 0 1-.625-.524l-.108-.819a.64.64 0 0 0-.625-.524H8.19a.64.64 0 0 0-.625.525l-.073.818a.64.64 0 0 1-.625.524H5.425a.638.638 0 0 1-.607-.453l-.546-2.043a.638.638 0 0 0-.408-.42C3.073 11.823 1 10.813 1 9.623v-1.18c0-.774.592-1.414 1.359-1.514a.607.607 0 0 0 .381-.22l.349-.42a.658.658 0 0 0 .09-.692l-.32-.7Z"
}))
});
var _default = exports.default = savings_account;
//# sourceMappingURL=savings_account.js.map