UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.33 kB
'use strict'; 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 FundingCard64 = (_a) => { var { fill, size = '4rem' } = _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 64 64" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M6.5 13.334a1.5 1.5 0 0 1 1.5-1.5h48a1.5 1.5 0 0 1 1.5 1.5v37.333a1.5 1.5 0 0 1-1.5 1.5H8a1.5 1.5 0 0 1-1.5-1.5V13.333Zm3 1.5v34.333h45V14.833h-45Zm9.7 15.5A7.02 7.02 0 0 0 19.07 33h6.263a1 1 0 1 1 0 2h-5.66A7 7 0 0 0 26 39a6.967 6.967 0 0 0 4.418-1.57 1 1 0 0 1 1.263 1.55A9.004 9.004 0 0 1 17.511 35H16a1 1 0 0 1 0-2h1.055a9.099 9.099 0 0 1 .099-2.666H16a1 1 0 1 1 0-2h1.778a9.002 9.002 0 0 1 13.2-3.833 1 1 0 0 1-1.108 1.665A6.964 6.964 0 0 0 26 25a6.996 6.996 0 0 0-5.964 3.334h5.297a1 1 0 1 1 0 2H19.2Zm18.133-4.667a1 1 0 0 0-1 1v10.666a1 1 0 0 0 1 1H48a1 1 0 0 0 1-1V26.668a1 1 0 0 0-1-1H37.333Zm1 10.666v-8.666h3.334v8.667h-3.334ZM47 31h-3.333v-3.333H47V31Zm-3.333 2H47v3.334h-3.333V33Z" }))); }; exports.default = FundingCard64;