@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.86 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var tslib_es6 = require('../../node_modules/tslib/tslib.es6.js');
var index = require('../../node_modules/react/index.js');
const Funding32 = (_a) => {
var { fill, size = '2rem' } = _a, rest = tslib_es6.__rest(_a, ["fill", "size"]);
return (index.default.createElement("svg", Object.assign({ "aria-hidden": "true", width: size, height: size }, rest, { fill: fill, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M19.995 4.206a5.333 5.333 0 0 1 5.548.534 1 1 0 0 0 1.204-1.597A7.333 7.333 0 0 0 15.642 6H14a1 1 0 1 0 0 2h1.069a7.324 7.324 0 0 0 0 2H14a1 1 0 0 0 0 2h1.642a7.346 7.346 0 0 0 3.248 3.475 7.333 7.333 0 0 0 7.65-.468 1 1 0 0 0-1.148-1.638 5.333 5.333 0 0 1-7.468-1.37H22a1 1 0 1 0 0-2h-4.905a5.331 5.331 0 0 1 0-2H22a1 1 0 1 0 0-2h-4.076a5.334 5.334 0 0 1 2.071-1.793ZM5 15.333a1 1 0 1 0-2 0v12a1 1 0 1 0 2 0v-.662c.283.177.6.362.95.547 1.7.894 4.192 1.782 7.383 1.782 2.414 0 5.176-.605 7.628-1.327a61.564 61.564 0 0 0 6.051-2.157C28.245 25.004 29 23.801 29 22.502a3.34 3.34 0 0 0-4.323-3.193l-4.379 1.348c-.25-1.678-1.787-2.883-3.483-2.786-1.828.105-4.225.14-5.963-.187-1.127-.213-2.561-.688-3.748-1.127a49.665 49.665 0 0 1-2.004-.793l-.029-.012-.006-.003h-.002A.966.966 0 0 0 5 15.723v-.39Zm.224 9.062A8.501 8.501 0 0 1 5 24.216v-6.329c.37.15.858.342 1.41.546 1.205.446 2.77.971 4.072 1.216 1.996.376 4.604.325 6.448.219.771-.044 1.403.56 1.403 1.268 0 .661-.535 1.197-1.197 1.197h-3.803a1 1 0 1 0 0 2h3.803a3.194 3.194 0 0 0 2.666-1.431l5.463-1.681A1.34 1.34 0 0 1 27 22.502c0 .528-.302.98-.755 1.168a59.564 59.564 0 0 1-5.848 2.085c-2.39.703-4.935 1.245-7.064 1.245-2.809 0-4.983-.78-6.45-1.552a11.585 11.585 0 0 1-1.659-1.053Z" })));
};
exports.default = Funding32;