@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
25 lines (24 loc) • 1.03 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _jsxRuntime = require("react/jsx-runtime");
var _path;
const clearing_house = 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: "M6.753 15h8.498m-7.499-4.665V15m2-4.665V15m2.5-4.665V15m1.999-4.665V15M4.078 13.816c-2.92-1.825-4.09-5.298-2.816-8.355C2.537 2.405 5.915.584 9.39 1.081c3.474.498 6.112 3.18 6.346 6.453M4.815 8.93a15.292 15.292 0 0 1 .155-3.688A9.677 9.677 0 0 1 6.445 1.21M.771 7.535h3.982M1.908 4.27h12.688M1.378 10.8h2.875m5.807-9.59a10.125 10.125 0 0 1 1.54 4.477m4.15 4.648H6.254l4.382-2.688a.658.658 0 0 1 .733 0l4.383 2.688Z"
}))
});
var _default = exports.default = clearing_house;
//# sourceMappingURL=clearing_house.js.map