@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.89 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 Funding20 = (_a) => {
var { fill, size = '1.25rem' } = _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 20 20" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M12.552 2.741a3.208 3.208 0 0 1 3.337.322.75.75 0 1 0 .903-1.198 4.709 4.709 0 0 0-7.096 1.76H8.75a.75.75 0 0 0 0 1.5h.527a4.706 4.706 0 0 0 0 1H8.75a.75.75 0 0 0 0 1.5h.946a4.708 4.708 0 0 0 6.963 1.857.75.75 0 0 0-.86-1.229 3.208 3.208 0 0 1-4.35-.628h2.301a.75.75 0 0 0 0-1.5h-2.96a3.203 3.203 0 0 1 0-1h2.96a.75.75 0 0 0 0-1.5h-2.3a3.208 3.208 0 0 1 1.102-.884ZM3.25 9.583a.75.75 0 0 0-1.5 0v7.5a.75.75 0 0 0 1.5 0v-.191c.128.076.265.153.411.23 1.077.567 2.654 1.128 4.672 1.128 1.527 0 3.266-.382 4.803-.834a38.619 38.619 0 0 0 3.795-1.353 2.153 2.153 0 0 0 1.319-2 2.213 2.213 0 0 0-2.864-2.114l-2.602.8c-.228-1.039-1.208-1.766-2.282-1.704-1.141.065-2.626.086-3.696-.115-.694-.131-1.582-.425-2.323-.7a30.618 30.618 0 0 1-1.177-.463l-.056-.024v-.16Zm0 5.29v.203l.091.072a7.15 7.15 0 0 0 1.019.646c.902.476 2.241.956 3.973.956 1.313 0 2.89-.335 4.38-.773a37.094 37.094 0 0 0 3.642-1.3.654.654 0 0 0 .395-.613.713.713 0 0 0-.922-.682l-2.971.915-.334.02.331-.02-.399.123a2.12 2.12 0 0 1-1.745.913H8.333a.75.75 0 0 1-.75-.72l-4.333.26Zm9.604-.576h.003l3.893-.233-3.896.233Zm-5.27.286v.029l-4.334.259v-3.507c.203.081.446.175.712.274.755.28 1.742.61 2.566.765 1.264.239 2.907.205 4.06.14.415-.025.745.3.745.667a.623.623 0 0 1-.623.623H8.333a.75.75 0 0 0-.75.75Z" })));
};
exports.default = Funding20;