@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
20 lines • 1.15 kB
JavaScript
var _path;
import React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
const savings_account_medium = props => _jsx("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
fill: "none",
viewBox: "0 0 24 24",
...props,
children: _path || (_path = _jsx("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M10.5 8.25h5.25m-3.75-6a1.5 1.5 0 1 1 3 0M3.737 7.013a1.05 1.05 0 0 1 .593-1.428 4.511 4.511 0 0 1 3.548.218C9.43 4.978 11.558 4.5 13.534 4.5c5.524 0 9.716 3.832 9.716 8.438 0 1.945-.8 3.644-2.139 5.056a1.04 1.04 0 0 0-.218.344l-1.291 4.245a1.023 1.023 0 0 1-.954.667h-2.402c-.489 0-.91-.353-1.004-.842l-.174-1.316a1.028 1.028 0 0 0-1.004-.842h-1.76c-.488 0-.909.353-1.003.843l-.118 1.315c-.093.49-.514.842-1.003.842H7.862c-.447 0-.841-.295-.976-.728l-.877-3.284c-.1-.32-.342-.572-.657-.675-1.27-.419-4.602-2.04-4.602-3.954v-1.897c0-1.244.951-2.272 2.184-2.433a.974.974 0 0 0 .613-.353l.56-.675c.257-.31.314-.745.146-1.112l-.516-1.126Z"
}))
});
export default savings_account_medium;
//# sourceMappingURL=savings_account_medium.js.map