@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
25 lines (24 loc) • 1.05 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _jsxRuntime = require("react/jsx-runtime");
var _path;
const clearing_house_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: "M9.755 22.803h12.75m-11.25-7.2v7.2m3-7.2v7.2m3.75-7.2v7.2m3-7.2v7.2M5.742 20.976C1.362 18.16-.395 12.8 1.518 8.082 3.43 3.365 8.498.555 13.71 1.322c5.212.768 9.17 4.907 9.521 9.958M6.85 13.436a24.304 24.304 0 0 1 .232-5.69 15.205 15.205 0 0 1 2.213-6.227M.78 11.283h5.975m-4.268-5.04h19.036M1.691 16.323h4.314m8.711-14.804a15.91 15.91 0 0 1 2.312 6.912m6.227 7.172H9.005l6.575-4.148a.965.965 0 0 1 1.1 0l6.575 4.148Z"
}))
});
var _default = exports.default = clearing_house_medium;
//# sourceMappingURL=clearing_house_medium.js.map