UNPKG

@icongo/fc

Version:
44 lines (43 loc) 1.72 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.FCMoneyTransfer = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var FCMoneyTransfer = function FCMoneyTransfer(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 48 48" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#78909C", d: "M40 41H8c-2.2 0-4-1.8-4-4V16.1c0-1.3.6-2.5 1.7-3.3L24 0l18.3 12.8c1.1.7 1.7 2 1.7 3.3V37c0 2.2-1.8 4-4 4z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#AED581", d: "M14 1h20v31H14z" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#558B2F", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M13 0v33h22V0H13zm20 31H15V2h18v29z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M34 3c0 1.7-.3 3-2 3s-3-1.3-3-3 1.3-2 3-2 2 .3 2 2zM16 1c1.7 0 3 .3 3 2s-1.3 3-3 3-2-1.3-2-3 .3-2 2-2z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 24, cy: 8, r: 2 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 24, cy: 20, r: 6 })] }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#CFD8DC", d: "M40 41H8c-2.2 0-4-1.8-4-4V17l20 13 20-13v20c0 2.2-1.8 4-4 4z" })] })); }; exports.FCMoneyTransfer = FCMoneyTransfer;