@icongo/ccp
Version:
Credit Card & Payment Icons
31 lines (30 loc) • 2.13 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.CCPHiper = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var CCPHiper = function CCPHiper(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 .st0{fill:#393939}\n "
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
className: "st0",
d: "M392 217c-28.2 0-23.7 37.3-23.5 56.8 0 4.2.3 8.3.4 12.5h19.8c19.9 0 28.9-12.7 28.9-26s-1-43.3-25.6-43.3z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
className: "st0",
d: "M725 0H55C24.7 0 0 24.7 0 55v391c0 30.3 24.7 55 55 55h670c30.3 0 55-24.7 55-55V55c0-30.3-24.7-55-55-55zM285.5 133.9c11.2 0 20.3 9.1 20.3 20.3 0 11.2-9.1 20.3-20.3 20.3-11.2 0-20.3-9.1-20.3-20.3 0-11.2 9.1-20.3 20.3-20.3zm-40.1 182h-39.5v-73.2h-65.2v73.2H101v-175h39.7v67.2h65.2v-67.2h39.5v175zm143.3 1.5h-19.2c.2 16.2.2 32.5.2 48.8h-40.6c0-15.6.1-32 .2-48.8-43.9-.2-64.1-28-64.1-57v-71.6h40.6v71.6c0 13.3 7.4 26 23.7 26 .1-32.2 0-65.4-1.1-97.6h33.9c.7 6.2 1.4 12.4 2 18.6 16-32 66.5-25 83.5 2.1 17.5 27.9 23.5 107.9-59.1 107.9zM587.2 265h-81.8c1.3 16.4 17.4 24.1 35.8 24.1 13.5 0 24.4-1.8 35.1-5.2l5.2 26.7c-13 5.2-28.8 7.8-46 7.8-43.1 0-67.8-24.9-67.8-64.7 0-32.2 20-67.8 64.1-67.8 41 0 56.6 31.9 56.6 63.4.1 6.9-.7 12.9-1.2 15.7zm91.8-41.3c-2.9-.5-6.2-1-10.6-1-14.5 0-24.4 7.8-27 20-.5 2.6-.8 5.7-.8 8.8v64.4h-39.5v-85.2c0-18.7-.5-30.9-1-41.8h34l1.3 23.4h1c6.5-18.4 22.1-26.2 34.3-26.2 3.6 0 5.5 0 8.3.5v37.1z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
className: "st0",
d: "M529.5 212.3c-16.6 0-23.4 15.1-24.4 25.7h46.7c0-9.6-4.1-25.7-22.3-25.7z"
})]
}));
};
exports.CCPHiper = CCPHiper;