@icongo/ccp
Version:
Credit Card & Payment Icons
44 lines (43 loc) • 2.5 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.CCPHiperOutline = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var CCPHiperOutline = function CCPHiperOutline(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)("path", {
d: "M698.1 0H53C23.8 0 0 23.3 0 52v370c0 28.7 23.8 52 53 52h645.1c29.2 0 53-23.3 53-52V52c0-28.7-23.8-52-53-52z",
style: {
fill: "none"
}
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M53 13.8h674c21.3 0 38.5 16.9 38.5 37.9v397.5c0 20.9-17.2 37.9-38.5 37.9H53c-21.3 0-38.5-16.9-38.5-37.9V51.7C14.4 30.8 31.7 13.8 53 13.8z",
style: {
fill: "none",
stroke: "#393939",
strokeWidth: 30
}
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M100 139.9v175h39.7v-73.2h65.2v73.2h39.5v-175h-39.5v67.3h-65.2v-67.3H100zM586.2 264c.5-2.9 1.3-8.8 1.3-15.6 0-31.4-15.6-63.4-56.6-63.4-44.1 0-64.1 35.6-64.1 67.8 0 39.7 24.7 64.7 67.8 64.7 17.1 0 33-2.6 46-7.8l-5.2-26.7c-10.6 3.4-21.6 5.2-35.1 5.2-18.4 0-34.5-7.8-35.8-24.1h81.7v-.1zm-82.1-27c1-10.6 7.8-25.7 24.4-25.7 18.2 0 22.3 16.1 22.3 25.7h-46.7zm96 77.9h39.5v-64.4c0-3.1.3-6.2.8-8.8 2.6-12.2 12.5-20 27-20 4.4 0 7.8.5 10.6 1v-37.1c-2.9-.5-4.7-.5-8.3-.5-12.2 0-27.8 7.8-34.3 26.2h-1l-1.3-23.4h-34c.5 10.9 1 23.1 1 41.8v85.2z",
style: {
fill: "#393939"
}
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M284.5 132.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.3zm83.4 152.4h19.8c19.9 0 28.9-12.7 28.9-26s-1-43.3-25.5-43.3c-28.2 0-23.7 37.3-23.5 56.8-.1 4.2.2 8.4.3 12.5zm-103.7-97.5h40.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.9h-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.6z",
style: {
fillRule: "evenodd",
clipRule: "evenodd",
fill: "#393939"
}
})]
}));
};
exports.CCPHiperOutline = CCPHiperOutline;