@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
27 lines (26 loc) • 1.05 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 loan_in_medium = props => (0, _jsxRuntime.jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
fill: "none",
viewBox: "0 0 24 24",
...props,
children: _path || (_path = (0, _jsxRuntime.jsx)("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M23.25 20.25h-1.5m-21 0h1.5m8.25-11.5h3a.75.75 0 0 1 .75.75v10.75m-12 0h4.5m-4.5 0V16m4.5 4.25h3m-3 0V19m3 1.25h4.5m-4.5 0V16m4.5 4.25h3m0 0V13.5a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 .75.75v6.75m-4.5 0h4.5M2.25 9V5.5A.75.75 0 0 1 3 4.75h3a.75.75 0 0 1 .75.75V6M1 12.5h7.5M6 15l2.5-2.5m0 0L6 10"
}))
});
var _default = exports.default = loan_in_medium;
//# sourceMappingURL=loan_in_medium.js.map