@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
20 lines • 1.08 kB
JavaScript
var _path;
import React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
const savings_account = 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: "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"
}))
});
export default savings_account;
//# sourceMappingURL=savings_account.js.map