UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.21 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 FundingCard48 = (_a) => { var { fill, size = '3rem' } = _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 48 48" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M4.5 10A1.5 1.5 0 0 1 6 8.5h36a1.5 1.5 0 0 1 1.5 1.5v28a1.5 1.5 0 0 1-1.5 1.5H6A1.5 1.5 0 0 1 4.5 38V10Zm3 1.5v25h33v-25h-33ZM14.6 23a5.022 5.022 0 0 0-.075 1.5H19a1 1 0 1 1 0 2h-3.831a4.998 4.998 0 0 0 7.487 1.379 1 1 0 0 1 1.263 1.55 7.003 7.003 0 0 1-10.96-2.93H12a1 1 0 1 1 0-1.999h.518a7.076 7.076 0 0 1 .053-1.5H12a1 1 0 1 1 0-2h1.174a7 7 0 0 1 10.198-2.833 1 1 0 1 1-1.108 1.666A4.972 4.972 0 0 0 19.5 19a4.993 4.993 0 0 0-4 2H19a1 1 0 1 1 0 2h-4.4ZM28 19a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-8a1 1 0 0 0-1-1h-8Zm3 8h-2v-6h2v6Zm4-4h-2v-2h2v2Zm-2 2h2v2h-2v-2Z" }))); }; exports.default = FundingCard48;