@icongo/ccp
Version:
Credit Card & Payment Icons
75 lines (74 loc) • 3.32 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.CCPMirRounded = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var CCPMirRounded = function CCPMirRounded(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 780 500",
height: "1em",
width: "1em"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("style", {
children: "\n .st1{fill:#37a72e}\n "
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M40 0h700c22.1 0 40 17.9 40 40v420c0 22.1-17.9 40-40 40H40c-22.1 0-40-17.9-40-40V40C0 17.9 17.9 0 40 0z",
style: {
fill: "#fff"
}
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
id: "Page-1",
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
id: "Artboard",
transform: "translate(-91 -154)",
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
id: "Group",
transform: "translate(91 154)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
id: "Combined-Shape",
className: "st1",
d: "M544.1 240.5v108h60v-64h68c28.6-.2 52.9-18.5 62.1-44H544.1z"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("linearGradient", {
id: "Combined-Shape_4_",
gradientUnits: "userSpaceOnUse",
x1: 362.405,
y1: 275.431,
x2: 363.405,
y2: 275.431,
gradientTransform: "matrix(201.7633 0 0 -79 -72583.844 21950.025)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
offset: 0,
style: {
stopColor: "#00a0e5"
}
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
offset: 1,
style: {
stopColor: "#0077c3"
}
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
id: "Combined-Shape_1_",
d: "M536.1 151.5c3.5 44.1 45.3 79 96.3 79h104.3c.8-4 1.2-8.2 1.2-12.5 0-36.6-29.5-66.2-66-66.5H536.1z",
style: {
fill: "url(#Combined-Shape_4_)"
}
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
id: "Combined-Shape_2_",
className: "st1",
d: "M447.3 229.4v-.1.1c.7-1.2 1.8-1.9 3.2-1.9 2 0 3.5 1.6 3.6 3.5v116.5h60v-196h-60c-7.6.3-16.2 5.8-19.4 12.7L387 266.6c-.1.4-.3.8-.5 1.2-.7 1-1.9 1.7-3.3 1.7-2.2 0-4-1.8-4-4v-114h-60v196h60c7.5-.4 15.9-5.9 19.1-12.7l49-105.1c-.1-.1 0-.2 0-.3z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
id: "Combined-Shape_3_",
className: "st1",
d: "m223.3 232.8-35.1 114.7H145l-35-114.8c-.3-1.8-1.9-3.2-3.9-3.2-2.2 0-3.9 1.8-3.9 3.9v114h-60v-196H109c11 0 22.6 8.6 25.8 19.1L164 266c1.5 4.8 3.8 4.7 5.3 0l29.2-95.5c3.2-10.6 14.8-19.1 25.8-19.1h66.8v196h-60V233.3c0-2.2-1.8-3.9-3.9-3.9-2 .1-3.6 1.5-3.9 3.4z"
})]
})
})
})]
}));
};
exports.CCPMirRounded = CCPMirRounded;