pay-sdk-react
Version:
A cross-platform payment SDK for React, supporting Alipay, WeChat Pay, PayPal, Stripe, Payssion, and Airwallex, compatible with H5, PC, and App environments.
29 lines • 1.4 kB
JavaScript
import _extends from "@babel/runtime-corejs3/helpers/esm/extends";
import React from 'react';
import omit from '../../utils/omit';
import { getPrefixCls } from '../../utils/getPrefixCls';
var classPrefix = getPrefixCls('icon');
var IconClose = /*#__PURE__*/React.forwardRef(function (props, ref) {
return /*#__PURE__*/React.createElement("svg", _extends({
ref: ref,
d: "1750733458208",
viewBox: "0 0 1024 1024",
version: "1.1",
xmlns: "http://www.w3.org/2000/svg",
"data-p-id": "4564",
stroke: "currentColor",
strokeWidth: "4",
className: "".concat(classPrefix, " ").concat(classPrefix, "-close")
}, omit(props, ['className'])), /*#__PURE__*/React.createElement("path", {
d: "M0 0h1024v1024H0z",
fill: "#999999",
fillOpacity: "0",
"data-p-id": "4565"
}), /*#__PURE__*/React.createElement("path", {
d: "M240.448 168l2.346667 2.154667 289.92 289.941333 279.253333-279.253333a42.666667 42.666667 0 0 1 62.506667 58.026666l-2.133334 2.346667-279.296 279.210667 279.274667 279.253333a42.666667 42.666667 0 0 1-58.005333 62.528l-2.346667-2.176-279.253333-279.253333-289.92 289.962666a42.666667 42.666667 0 0 1-62.506667-58.005333l2.154667-2.346667 289.941333-289.962666-289.92-289.92a42.666667 42.666667 0 0 1 57.984-62.506667z",
fill: "#999999",
"data-p-id": "4566"
}));
});
IconClose.displayName = 'IconClose';
export default IconClose;