@paykka/card-checkout-ui 0.8.0 → 0.11.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/card-checkout-ui.js +21 -14
- package/dist/card-checkout-ui.umd.cjs +21 -14
- package/dist/es/_commonjsHelpers.js +1 -0
- package/dist/es/api/http.js +19 -21
- package/dist/es/api/index.js +1 -1
- package/dist/es/api/modules/ali-pay/index.js +19 -11
- package/dist/es/api/modules/apple-pay/index.js +10 -26
- package/dist/es/api/modules/boost/index.js +56 -0
- package/dist/es/api/modules/card/index.js +17 -11
- package/dist/es/api/modules/checkout/index.js +6 -6
- package/dist/es/api/modules/checkout/map.js +23 -6
- package/dist/es/api/modules/gcash/index.js +56 -0
- package/dist/es/api/modules/get-browser-params.js +2 -2
- package/dist/es/api/modules/google-pay/index.js +10 -26
- package/dist/es/api/modules/grab-pay/index.js +56 -0
- package/dist/es/api/modules/index.js +1 -1
- package/dist/es/api/modules/line-pay/index.js +56 -0
- package/dist/es/api/modules/may-bank-qr-pay/index.js +56 -0
- package/dist/es/api/modules/nine-pay/index.js +56 -0
- package/dist/es/api/modules/paymaya/index.js +56 -0
- package/dist/es/api/modules/risk/index.js +13 -0
- package/dist/es/api/modules/sepa/index.js +19 -11
- package/dist/es/api/modules/shopee-pay/index.js +56 -0
- package/dist/es/api/modules/threeDS/index.js +1 -0
- package/dist/es/api/modules/tng-wallet/index.js +56 -0
- package/dist/es/api/modules/wechat-pay/index.js +18 -31
- package/dist/es/components/AccordionItem/AccordionItem.js +37 -0
- package/dist/es/components/AccountNameField/index.js +1 -0
- package/dist/es/components/AddressField/index.js +1 -0
- package/dist/es/components/AliPay/index.js +28 -40
- package/dist/es/components/ApplePay/index.js +18 -39
- package/dist/es/components/Boost/index.js +324 -0
- package/dist/es/components/Card/index.js +80 -48
- package/dist/es/components/CardBrands/index.js +3 -2
- package/dist/es/components/CardExpireDateField/index.js +1 -0
- package/dist/es/components/CardHolderNameField/index.js +1 -0
- package/dist/es/components/CardIBANField/index.js +1 -0
- package/dist/es/components/CardNo/index.js +1 -0
- package/dist/es/components/CardNumberField/index.js +124 -106
- package/dist/es/components/CardSecurityCodeField/index.js +1 -0
- package/dist/es/components/CardSelector/index.js +1 -0
- package/dist/es/components/CombinedCardInfo/index.js +4 -0
- package/dist/es/components/DropIn/index.js +206 -50
- package/dist/es/components/EmailField/EmailField.js +14 -15
- package/dist/es/components/EncryptedCard/index.js +1 -0
- package/dist/es/components/GooglePay/index.js +7 -6
- package/dist/es/components/GrabPay/index.js +324 -0
- package/dist/es/components/GuideCard/index.js +44 -0
- package/dist/es/components/LinePay/index.js +324 -0
- package/dist/es/components/MayBankQRPay/index.js +324 -0
- package/dist/es/components/NinePay/index.js +324 -0
- package/dist/es/components/RecurringTip/index.js +1 -0
- package/dist/es/components/SecuredFieldsProvider/index.js +2 -1
- package/dist/es/components/SecuredIframe/index.js +57 -4
- package/dist/es/components/Sepa/index.js +7 -10
- package/dist/es/components/ShopeePay/index.js +324 -0
- package/dist/es/components/SubmitButton/index.js +7 -20
- package/dist/es/components/TNGWallet/index.js +324 -0
- package/dist/es/components/ThreeDS/index.js +1 -0
- package/dist/es/components/WechatPay/index.js +30 -49
- package/dist/es/components/business/QRCodeModal/QRCodeModal.js +42 -0
- package/dist/es/components/business/QRCodeModal/index.js +7 -0
- package/dist/es/components/business/QRCodeModal/qr-code-modal.js +1 -0
- package/dist/es/components/business/QRCodeModal/type.js +1 -0
- package/dist/es/components/business/index.js +7 -0
- package/dist/es/components/index.js +10 -0
- package/dist/es/components/internal/Accordion/Accordion.js +14 -0
- package/dist/es/components/internal/Accordion/accordion2.js +1 -0
- package/dist/es/components/internal/Accordion/accordionTransition.js +26 -0
- package/dist/es/components/internal/Accordion/index.js +8 -0
- package/dist/es/components/internal/Accordion/type.js +10 -0
- package/dist/es/components/internal/Button/Button.js +1 -0
- package/dist/es/components/internal/Button/index.js +1 -0
- package/dist/es/components/internal/CheckBox/CheckBox.js +1 -0
- package/dist/es/components/internal/CheckBox/index.js +1 -0
- package/dist/es/components/internal/Form/type.js +1 -0
- package/dist/es/components/internal/Info/Info.js +1 -0
- package/dist/es/components/internal/Info/index.js +1 -0
- package/dist/es/components/internal/Input/type.js +1 -0
- package/dist/es/components/internal/LoadingCheck/LoadingCheck.js +1 -0
- package/dist/es/components/internal/LoadingCheck/index.js +1 -0
- package/dist/es/components/internal/Modal/Modal.js +18 -3
- package/dist/es/components/internal/Modal/index.js +1 -0
- package/dist/es/components/internal/Modal/type.js +1 -0
- package/dist/es/components/internal/QRCode/QRCode.js +32 -0
- package/dist/es/components/internal/QRCode/index.js +5 -0
- package/dist/es/components/internal/QRCode/type.js +1 -0
- package/dist/es/components/internal/Select/Select.js +11 -9
- package/dist/es/components/internal/Select/SelectMenu.js +1 -0
- package/dist/es/components/internal/Select/SelectMenuItem.js +1 -0
- package/dist/es/components/internal/icons/IconBoost.js +63 -0
- package/dist/es/components/internal/icons/IconCard.js +1 -40
- package/dist/es/components/internal/icons/IconCard2.js +60 -0
- package/dist/es/components/internal/icons/IconGCash.js +196 -0
- package/dist/es/components/internal/icons/IconGcashComplete.js +184 -0
- package/dist/es/components/internal/icons/IconGrabPay.js +59 -0
- package/dist/es/components/internal/icons/IconLinePay.js +99 -0
- package/dist/es/components/internal/icons/IconMayBankQRPay.js +69 -0
- package/dist/es/components/internal/icons/IconNinePay.js +255 -0
- package/dist/es/components/internal/icons/IconPaymaya.js +114 -0
- package/dist/es/components/internal/icons/IconRedirect.js +58 -0
- package/dist/es/components/internal/icons/IconScan.js +102 -0
- package/dist/es/components/internal/icons/IconShopeePay.js +108 -0
- package/dist/es/components/internal/icons/IconTNGWallet.js +119 -0
- package/dist/es/components/internal/icons/IconUnionPay.js +65 -0
- package/dist/es/components/wallets/GCash/GCash.js +368 -0
- package/dist/es/components/wallets/GCash/g-cash.js +1 -0
- package/dist/es/components/wallets/GCash/index.js +1 -0
- package/dist/es/components/wallets/GCash/type.js +1 -0
- package/dist/es/components/wallets/Paymaya/Paymaya.js +325 -0
- package/dist/es/components/wallets/Paymaya/index.js +1 -0
- package/dist/es/components/wallets/Paymaya/paymaya2.js +1 -0
- package/dist/es/components/wallets/Paymaya/type.js +1 -0
- package/dist/es/config.js +12 -12
- package/dist/es/constant.js +84 -4
- package/dist/es/core/PayKKaCheckout.js +35 -5
- package/dist/es/core/Session.js +24 -23
- package/dist/es/core/error.js +7 -0
- package/dist/es/core/index.js +1 -0
- package/dist/es/core/query.js +3 -3
- package/dist/es/core.js +2082 -70
- package/dist/es/hooks/index.js +1 -0
- package/dist/es/hooks/useI18n.js +1 -0
- package/dist/es/hooks/usePayState.js +7 -5
- package/dist/es/i18n/I18n.js +8 -2
- package/dist/es/i18n/locales/de-DE.js +16 -1
- package/dist/es/i18n/locales/en-GB.js +16 -1
- package/dist/es/i18n/locales/es-ES.js +16 -1
- package/dist/es/i18n/locales/fr-FR.js +16 -1
- package/dist/es/i18n/locales/index.js +2 -1
- package/dist/es/i18n/locales/ja-JP.js +16 -1
- package/dist/es/i18n/locales/ko-KR.js +16 -1
- package/dist/es/i18n/locales/nl-NL.js +88 -0
- package/dist/es/i18n/locales/pt-PT.js +16 -1
- package/dist/es/i18n/locales/ru-RU.js +16 -1
- package/dist/es/i18n/locales/zh-CN.js +16 -1
- package/dist/es/i18n/locales/zh-HK.js +16 -1
- package/dist/es/i18n/locales/zh-TW.js +16 -1
- package/dist/es/i18n/util.js +12 -3
- package/dist/es/index.js +22 -0
- package/dist/es/out/fraud-detection.js +39 -13
- package/dist/es/out/worldpay-ddc.js +143 -0
- package/dist/es/style.css +1 -1192
- package/dist/es/types/event.js +15 -0
- package/dist/es/types/fraud-detection.js +1 -0
- package/dist/es/types/index.js +1 -0
- package/dist/es/types/message.js +3 -0
- package/dist/es/utils/array.js +9 -0
- package/dist/es/utils/card-brand/brands.js +11 -1
- package/dist/es/utils/card-brand/index.js +4 -3
- package/dist/es/utils/card-brand/luhn.js +25 -0
- package/dist/es/utils/date.js +25 -0
- package/dist/es/utils/detect.js +6 -0
- package/dist/es/utils/format.js +28 -12
- package/dist/es/utils/iframe.js +1 -1
- package/dist/es/utils/index.js +9 -1
- package/dist/es/utils/location.js +37 -0
- package/dist/es/utils/object.js +14 -0
- package/dist/es/utils/redirect.js +32 -0
- package/dist/es/utils/reg-exp.js +4 -0
- package/dist/es/utils/system-info/get-browser-info.js +4 -4
- package/dist/es/utils/system-info/get-system-info.js +11 -7
- package/dist/es/utils/system-info/index.js +4 -4
- package/dist/style.css +1 -1
- package/dist/types/api/http.d.ts +4 -10
- package/dist/types/api/modules/ali-pay/index.d.ts +2 -1
- package/dist/types/api/modules/apple-pay/index.d.ts +2 -1
- package/dist/types/api/modules/boost/index.d.ts +24 -0
- package/dist/types/api/modules/card/index.d.ts +1 -1
- package/dist/types/api/modules/checkout/index.d.ts +2 -2
- package/dist/types/api/modules/checkout/type.d.ts +9 -0
- package/dist/types/api/modules/gcash/index.d.ts +24 -0
- package/dist/types/api/modules/get-browser-params.d.ts +2 -2
- package/dist/types/api/modules/google-pay/index.d.ts +2 -1
- package/dist/types/api/modules/grab-pay/index.d.ts +24 -0
- package/dist/types/api/modules/index.d.ts +11 -0
- package/dist/types/api/modules/line-pay/index.d.ts +24 -0
- package/dist/types/api/modules/may-bank-qr-pay/index.d.ts +24 -0
- package/dist/types/api/modules/nine-pay/index.d.ts +24 -0
- package/dist/types/api/modules/paymaya/index.d.ts +24 -0
- package/dist/types/api/modules/risk/index.d.ts +8 -0
- package/dist/types/api/modules/sepa/index.d.ts +2 -1
- package/dist/types/api/modules/shopee-pay/index.d.ts +24 -0
- package/dist/types/api/modules/threeDS/index.d.ts +3 -0
- package/dist/types/api/modules/tng-wallet/index.d.ts +24 -0
- package/dist/types/api/modules/wechat-pay/index.d.ts +2 -1
- package/dist/types/components/Boost/Boost.d.ts +7 -0
- package/dist/types/components/Boost/index.d.ts +2 -0
- package/dist/types/components/Boost/type.d.ts +61 -0
- package/dist/types/components/CardNumberField/type.d.ts +7 -1
- package/dist/types/components/CombinedCardInfo/type.d.ts +1 -0
- package/dist/types/components/DropIn/components/PaymentTabs/type.d.ts +1 -1
- package/dist/types/components/DropIn/config.d.ts +7 -0
- package/dist/types/components/DropIn/type.d.ts +11 -3
- package/dist/types/components/GrabPay/GrabPay.d.ts +7 -0
- package/dist/types/components/GrabPay/index.d.ts +2 -0
- package/dist/types/components/GrabPay/type.d.ts +61 -0
- package/dist/types/components/GuideCard/GuideCard.d.ts +3 -0
- package/dist/types/components/GuideCard/index.d.ts +2 -0
- package/dist/types/components/GuideCard/type.d.ts +4 -0
- package/dist/types/components/LinePay/LinePay.d.ts +7 -0
- package/dist/types/components/LinePay/index.d.ts +2 -0
- package/dist/types/components/LinePay/type.d.ts +61 -0
- package/dist/types/components/MayBankQRPay/MayBankQRPay.d.ts +6 -0
- package/dist/types/components/MayBankQRPay/index.d.ts +2 -0
- package/dist/types/components/MayBankQRPay/type.d.ts +61 -0
- package/dist/types/components/NinePay/NinePay.d.ts +6 -0
- package/dist/types/components/NinePay/index.d.ts +2 -0
- package/dist/types/components/NinePay/type.d.ts +61 -0
- package/dist/types/components/SecuredFieldsProvider/type.d.ts +1 -1
- package/dist/types/components/SecuredIframe/useSecuredInput.d.ts +1 -1
- package/dist/types/components/ShopeePay/ShopeePay.d.ts +7 -0
- package/dist/types/components/ShopeePay/index.d.ts +2 -0
- package/dist/types/components/ShopeePay/type.d.ts +61 -0
- package/dist/types/components/SubmitButton/SubmitButton.d.ts +1 -1
- package/dist/types/components/TNGWallet/TNGWallet.d.ts +7 -0
- package/dist/types/components/TNGWallet/index.d.ts +2 -0
- package/dist/types/components/TNGWallet/type.d.ts +61 -0
- package/dist/types/components/ThreeDS/components/ThreeDSIframe/ThreeDSIframe.d.ts +1 -0
- package/dist/types/components/ThreeDS/components/ThreeDSIframe/output.d.ts +1 -1
- package/dist/types/components/ThreeDS/components/ThreeDSIframe/type.d.ts +13 -3
- package/dist/types/components/business/QRCodeModal/QRCodeModal.d.ts +3 -0
- package/dist/types/components/business/QRCodeModal/index.d.ts +2 -0
- package/dist/types/components/business/QRCodeModal/type.d.ts +18 -0
- package/dist/types/components/business/index.d.ts +1 -0
- package/dist/types/components/index.d.ts +9 -0
- package/dist/types/components/internal/Accordion/Accordion.d.ts +3 -0
- package/dist/types/components/internal/Accordion/accordionTransition.d.ts +8 -0
- package/dist/types/components/internal/Accordion/components/AccordionItem/AccordionItem.d.ts +3 -0
- package/dist/types/components/internal/Accordion/components/AccordionItem/index.d.ts +2 -0
- package/dist/types/components/internal/Accordion/components/AccordionItem/type.d.ts +18 -0
- package/dist/types/components/internal/Accordion/index.d.ts +3 -0
- package/dist/types/components/internal/Accordion/type.d.ts +18 -0
- package/dist/types/components/internal/Modal/type.d.ts +2 -0
- package/dist/types/components/internal/QRCode/QRCode.d.ts +2 -0
- package/dist/types/components/internal/QRCode/index.d.ts +2 -0
- package/dist/types/components/internal/QRCode/type.d.ts +9 -0
- package/dist/types/components/internal/Select/Select.d.ts +1 -17
- package/dist/types/components/internal/Select/type.d.ts +26 -1
- package/dist/types/components/internal/icons/IconBoost.d.ts +2 -0
- package/dist/types/components/internal/icons/IconCard2.d.ts +2 -0
- package/dist/types/components/internal/icons/IconGCash.d.ts +2 -0
- package/dist/types/components/internal/icons/IconGcashComplete.d.ts +2 -0
- package/dist/types/components/internal/icons/IconGrabPay.d.ts +2 -0
- package/dist/types/components/internal/icons/IconLinePay.d.ts +2 -0
- package/dist/types/components/internal/icons/IconMayBankQRPay.d.ts +2 -0
- package/dist/types/components/internal/icons/IconNinePay.d.ts +2 -0
- package/dist/types/components/internal/icons/IconPaymaya.d.ts +2 -0
- package/dist/types/components/internal/icons/IconRedirect.d.ts +2 -0
- package/dist/types/components/internal/icons/IconScan.d.ts +2 -0
- package/dist/types/components/internal/icons/IconShopeePay.d.ts +2 -0
- package/dist/types/components/internal/icons/IconTNGWallet.d.ts +2 -0
- package/dist/types/components/internal/icons/IconUnionPay.d.ts +2 -0
- package/dist/types/components/internal/icons/index.d.ts +13 -0
- package/dist/types/components/wallets/GCash/GCash.d.ts +6 -0
- package/dist/types/components/wallets/GCash/index.d.ts +2 -0
- package/dist/types/components/wallets/GCash/type.d.ts +71 -0
- package/dist/types/components/wallets/Paymaya/Paymaya.d.ts +6 -0
- package/dist/types/components/wallets/Paymaya/index.d.ts +2 -0
- package/dist/types/components/wallets/Paymaya/type.d.ts +61 -0
- package/dist/types/config.d.ts +9 -9
- package/dist/types/constant.d.ts +28 -3
- package/dist/types/core/PayKKaCheckout.d.ts +10 -0
- package/dist/types/core/Session.d.ts +2 -0
- package/dist/types/core/error.d.ts +15 -2
- package/dist/types/core/query.d.ts +2 -2
- package/dist/types/hooks/usePayState.d.ts +5 -5
- package/dist/types/i18n/I18n.d.ts +1 -1
- package/dist/types/i18n/locales/de-DE.d.ts +13 -0
- package/dist/types/i18n/locales/en-GB.d.ts +13 -0
- package/dist/types/i18n/locales/es-ES.d.ts +13 -0
- package/dist/types/i18n/locales/fr-FR.d.ts +13 -0
- package/dist/types/i18n/locales/index.d.ts +2 -0
- package/dist/types/i18n/locales/ja-JP.d.ts +13 -0
- package/dist/types/i18n/locales/ko-KR.d.ts +13 -0
- package/dist/types/i18n/locales/nl-NL.d.ts +71 -0
- package/dist/types/i18n/locales/pt-PT.d.ts +13 -0
- package/dist/types/i18n/locales/ru-RU.d.ts +13 -0
- package/dist/types/i18n/locales/zh-CN.d.ts +13 -0
- package/dist/types/i18n/locales/zh-HK.d.ts +13 -0
- package/dist/types/i18n/locales/zh-TW.d.ts +13 -0
- package/dist/types/i18n/util.d.ts +5 -0
- package/dist/types/index.d.ts +2 -1
- package/dist/types/out/fraud-detection.d.ts +5 -1
- package/dist/types/out/types.d.ts +4 -0
- package/dist/types/out/worldpay-ddc-iframe.d.ts +1 -0
- package/dist/types/out/worldpay-ddc.d.ts +37 -0
- package/dist/types/types/event.d.ts +26 -0
- package/dist/types/types/fraud-detection.d.ts +3 -1
- package/dist/types/types/index.d.ts +23 -4
- package/dist/types/types/message.d.ts +22 -2
- package/dist/types/utils/array.d.ts +1 -0
- package/dist/types/utils/card-brand/brands.d.ts +4 -3
- package/dist/types/utils/card-brand/index.d.ts +9 -6
- package/dist/types/utils/card-brand/luhn.d.ts +9 -0
- package/dist/types/utils/date.d.ts +9 -0
- package/dist/types/utils/detect.d.ts +1 -0
- package/dist/types/utils/format.d.ts +7 -1
- package/dist/types/utils/iframe.d.ts +1 -1
- package/dist/types/utils/index.d.ts +8 -0
- package/dist/types/utils/location.d.ts +7 -0
- package/dist/types/utils/object.d.ts +1 -0
- package/dist/types/utils/redirect.d.ts +5 -0
- package/dist/types/utils/reg-exp.d.ts +1 -0
- package/dist/types/utils/system-info/get-browser-info.d.ts +1 -1
- package/dist/types/utils/system-info/get-system-info.d.ts +3 -2
- package/dist/types/utils/system-info/index.d.ts +3 -3
- package/package.json +6 -2
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
import { u } from "../../../core.js";
|
|
2
|
+
import { COMMON_CLASS_NAME } from "../../../constant.js";
|
|
3
|
+
import { isUndefined } from "../../../utils/is.js";
|
|
4
|
+
import "../../../utils/card-brand/brands.js";
|
|
5
|
+
import "../../../utils/system-info/get-browser-info.js";
|
|
6
|
+
import { normalizedClass } from "../../../utils/format.js";
|
|
7
|
+
const IconShopeePay = ({ size, style, className }) => {
|
|
8
|
+
const computedSize = !isUndefined(size) ? `${size}px` : "1em";
|
|
9
|
+
return /* @__PURE__ */ u(
|
|
10
|
+
"svg",
|
|
11
|
+
{
|
|
12
|
+
width: computedSize,
|
|
13
|
+
height: computedSize,
|
|
14
|
+
viewBox: "0 0 22 22",
|
|
15
|
+
fill: "none",
|
|
16
|
+
style,
|
|
17
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
+
className: normalizedClass(COMMON_CLASS_NAME, className),
|
|
19
|
+
children: [
|
|
20
|
+
/* @__PURE__ */ u("g", { id: "ShopeePay online", children: [
|
|
21
|
+
/* @__PURE__ */ u("rect", { width: "22", height: "22", rx: "4.4", fill: "white" }),
|
|
22
|
+
/* @__PURE__ */ u("g", { id: "ShopeePay 1 Payment Method For Ecommerce 1", "clip-path": "url(#clip0_888_4017)", children: /* @__PURE__ */ u("g", { id: "Clip path group", children: [
|
|
23
|
+
/* @__PURE__ */ u(
|
|
24
|
+
"mask",
|
|
25
|
+
{
|
|
26
|
+
id: "mask0_888_4017",
|
|
27
|
+
style: "mask-type:luminance",
|
|
28
|
+
maskUnits: "userSpaceOnUse",
|
|
29
|
+
x: "0",
|
|
30
|
+
y: "6",
|
|
31
|
+
width: "22",
|
|
32
|
+
height: "10",
|
|
33
|
+
children: /* @__PURE__ */ u("g", { id: "clip0_33356_42067", children: /* @__PURE__ */ u(
|
|
34
|
+
"path",
|
|
35
|
+
{
|
|
36
|
+
id: "Vector",
|
|
37
|
+
d: "M21.3809 6.74493H0.550781V15.2551H21.3809V6.74493Z",
|
|
38
|
+
fill: "white"
|
|
39
|
+
}
|
|
40
|
+
) })
|
|
41
|
+
}
|
|
42
|
+
),
|
|
43
|
+
/* @__PURE__ */ u("g", { mask: "url(#mask0_888_4017)", children: /* @__PURE__ */ u("g", { id: "Group", children: [
|
|
44
|
+
/* @__PURE__ */ u(
|
|
45
|
+
"path",
|
|
46
|
+
{
|
|
47
|
+
id: "Vector_2",
|
|
48
|
+
"fill-rule": "evenodd",
|
|
49
|
+
"clip-rule": "evenodd",
|
|
50
|
+
d: "M9.85742 13.3913V8.36891C9.85742 8.26471 9.94177 8.18036 10.046 8.18036H11.7419C12.6965 8.19276 13.4732 8.97025 13.4732 9.91346C13.4732 10.8567 12.6962 11.6342 11.7411 11.6466H10.5143V13.3911C10.5143 13.4953 10.43 13.5796 10.3258 13.5796H10.046C9.94177 13.5796 9.85742 13.4953 9.85742 13.3911V13.3913ZM10.5141 10.9641H11.7339C12.0197 10.9641 12.2884 10.8534 12.4903 10.6522C12.6923 10.4513 12.8034 10.1844 12.8034 9.90055C12.8034 9.31409 12.3248 8.83728 11.7369 8.83728H10.5141V10.9641Z",
|
|
51
|
+
fill: "#EE4D2D"
|
|
52
|
+
}
|
|
53
|
+
),
|
|
54
|
+
/* @__PURE__ */ u(
|
|
55
|
+
"path",
|
|
56
|
+
{
|
|
57
|
+
id: "Vector_3",
|
|
58
|
+
"fill-rule": "evenodd",
|
|
59
|
+
"clip-rule": "evenodd",
|
|
60
|
+
d: "M17.7977 15.0852L19.0815 12.8795L17.5442 10.363C17.498 10.2875 17.5523 10.191 17.6407 10.191H18.263L19.4995 12.1963L20.6936 10.191H21.2679C21.3554 10.191 21.4098 10.2863 21.3651 10.3617L18.4717 15.2554H17.8955C17.8081 15.2554 17.7538 15.1608 17.7977 15.0854V15.0852Z",
|
|
61
|
+
fill: "#EE4D2D"
|
|
62
|
+
}
|
|
63
|
+
),
|
|
64
|
+
/* @__PURE__ */ u(
|
|
65
|
+
"path",
|
|
66
|
+
{
|
|
67
|
+
id: "Vector_4",
|
|
68
|
+
"fill-rule": "evenodd",
|
|
69
|
+
"clip-rule": "evenodd",
|
|
70
|
+
d: "M16.3534 13.3655V13.0755L16.2579 13.1549C15.9488 13.4121 15.5535 13.5538 15.1458 13.5538C14.2038 13.5538 13.4375 12.7994 13.4375 11.8723C13.4375 10.9452 14.2038 10.2166 15.1458 10.2166C15.5538 10.2166 15.9488 10.3583 16.2579 10.6158L16.3534 10.6952V10.4052C16.3534 10.301 16.4377 10.2166 16.542 10.2166H16.9329V13.5538H16.542C16.4377 13.5538 16.3534 13.4695 16.3534 13.3653V13.3655ZM15.141 10.8428C14.5491 10.8428 14.0674 11.3054 14.0674 11.8743C14.0674 12.4432 14.5591 12.9311 15.141 12.9311C15.723 12.9311 16.2147 12.4471 16.2147 11.8743C16.2147 11.3015 15.733 10.8428 15.141 10.8428Z",
|
|
71
|
+
fill: "#EE4D2D"
|
|
72
|
+
}
|
|
73
|
+
),
|
|
74
|
+
/* @__PURE__ */ u(
|
|
75
|
+
"path",
|
|
76
|
+
{
|
|
77
|
+
id: "Vector_5",
|
|
78
|
+
d: "M7.32339 8.1704H1.63936C1.4662 8.1704 1.32579 8.02998 1.32579 7.85683C1.32579 7.77818 1.38954 7.71443 1.46819 7.71443H6.56203C6.64068 7.71443 6.70444 7.65067 6.70444 7.57203V7.0585C6.70444 6.87442 6.54665 6.73004 6.36332 6.74616L1.20175 7.20189C0.833593 7.23389 0.550781 7.54226 0.550781 7.9119V12.8733C0.550781 13.2667 0.869814 13.5858 1.26327 13.5858H7.32316C7.7166 13.5858 8.03565 13.2667 8.03565 12.8733V8.88314C8.03565 8.48968 7.7166 8.17065 7.32316 8.17065",
|
|
79
|
+
fill: "#EE4D2D"
|
|
80
|
+
}
|
|
81
|
+
),
|
|
82
|
+
/* @__PURE__ */ u(
|
|
83
|
+
"path",
|
|
84
|
+
{
|
|
85
|
+
id: "Vector_6",
|
|
86
|
+
d: "M5.56617 11.8981C5.52127 12.2655 5.29725 12.5597 4.94993 12.7071C4.75668 12.7892 4.49768 12.8331 4.29227 12.8192C3.97299 12.807 3.6728 12.7299 3.3962 12.5887C3.29548 12.5374 3.14786 12.4359 3.03673 12.3431C3.01143 12.322 2.99827 12.3032 3.02284 12.269C3.04888 12.23 3.15159 12.0814 3.16796 12.0568C3.1898 12.0236 3.22577 12.0219 3.25876 12.0477C3.26323 12.0511 3.29672 12.0772 3.30341 12.0821C3.56961 12.2893 3.91295 12.4448 4.29475 12.4592C4.77602 12.4528 5.12508 12.2384 5.18734 11.9065C5.25606 11.5408 4.96432 11.227 4.40216 11.0521C4.22355 10.9965 3.77428 10.8177 3.69116 10.7695C3.2997 10.5413 3.1171 10.2421 3.14316 9.87372C3.18286 9.36318 3.65941 8.98063 4.26424 8.97815C4.55127 8.97765 4.82044 9.04066 5.06033 9.14113C5.14864 9.1781 5.31313 9.26617 5.37167 9.30959C5.4126 9.33936 5.40938 9.37285 5.39325 9.39889C5.36943 9.43859 5.29824 9.54924 5.26971 9.59513C5.24886 9.62664 5.22307 9.63036 5.1861 9.60728C4.87674 9.40088 4.55871 9.33092 4.27242 9.32522C3.85936 9.3334 3.54778 9.57702 3.52743 9.91143C3.52197 10.2133 3.75294 10.4324 4.2434 10.5999C5.25581 10.9229 5.63911 11.3027 5.56642 11.8978",
|
|
87
|
+
fill: "white"
|
|
88
|
+
}
|
|
89
|
+
)
|
|
90
|
+
] }) })
|
|
91
|
+
] }) })
|
|
92
|
+
] }),
|
|
93
|
+
/* @__PURE__ */ u("defs", { children: /* @__PURE__ */ u("clipPath", { id: "clip0_888_4017", children: /* @__PURE__ */ u(
|
|
94
|
+
"rect",
|
|
95
|
+
{
|
|
96
|
+
width: "20.9",
|
|
97
|
+
height: "8.51018",
|
|
98
|
+
fill: "white",
|
|
99
|
+
transform: "translate(0.550781 6.74493)"
|
|
100
|
+
}
|
|
101
|
+
) }) })
|
|
102
|
+
]
|
|
103
|
+
}
|
|
104
|
+
);
|
|
105
|
+
};
|
|
106
|
+
export {
|
|
107
|
+
IconShopeePay
|
|
108
|
+
};
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
import { u } from "../../../core.js";
|
|
2
|
+
import { COMMON_CLASS_NAME } from "../../../constant.js";
|
|
3
|
+
import { isUndefined } from "../../../utils/is.js";
|
|
4
|
+
import "../../../utils/card-brand/brands.js";
|
|
5
|
+
import "../../../utils/system-info/get-browser-info.js";
|
|
6
|
+
import { normalizedClass } from "../../../utils/format.js";
|
|
7
|
+
const IconTNGWallet = ({ size, style, className }) => {
|
|
8
|
+
const computedSize = !isUndefined(size) ? `${size}px` : "1em";
|
|
9
|
+
return /* @__PURE__ */ u(
|
|
10
|
+
"svg",
|
|
11
|
+
{
|
|
12
|
+
width: computedSize,
|
|
13
|
+
height: computedSize,
|
|
14
|
+
viewBox: "0 0 22 22",
|
|
15
|
+
fill: "none",
|
|
16
|
+
style,
|
|
17
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
+
className: normalizedClass(COMMON_CLASS_NAME, className),
|
|
19
|
+
children: /* @__PURE__ */ u("g", { id: "Touch 'n Go Wallet", children: [
|
|
20
|
+
/* @__PURE__ */ u("rect", { width: "22", height: "22", rx: "4.4", fill: "white" }),
|
|
21
|
+
/* @__PURE__ */ u("g", { id: "Group 427318785", children: [
|
|
22
|
+
/* @__PURE__ */ u(
|
|
23
|
+
"path",
|
|
24
|
+
{
|
|
25
|
+
id: "Vector",
|
|
26
|
+
"fill-rule": "evenodd",
|
|
27
|
+
"clip-rule": "evenodd",
|
|
28
|
+
d: "M15.9046 2.75012H6.09587C4.25143 2.75012 2.75 4.25144 2.75 6.0956V15.9045C2.75 17.7493 4.25143 19.2499 6.09587 19.2499H15.9046C17.7489 19.2499 19.25 17.7493 19.25 15.9045V6.0956C19.25 4.25144 17.7489 2.75012 15.9046 2.75012Z",
|
|
29
|
+
fill: "#295DAA"
|
|
30
|
+
}
|
|
31
|
+
),
|
|
32
|
+
/* @__PURE__ */ u(
|
|
33
|
+
"path",
|
|
34
|
+
{
|
|
35
|
+
id: "Vector_2",
|
|
36
|
+
"fill-rule": "evenodd",
|
|
37
|
+
"clip-rule": "evenodd",
|
|
38
|
+
d: "M9.16884 9.4865H8.33754C8.09351 9.4865 7.77751 9.65904 7.68649 9.88849L7.76995 9.44824H6.75406L6.30273 11.9792H7.31993L7.60091 10.3771H8.69523C8.69523 10.3771 8.55536 11.1705 8.49296 11.5258C8.43062 11.8809 8.67197 11.9673 8.79141 11.9673H9.32343L9.66977 9.99919C9.64115 9.71677 9.45078 9.4865 9.16884 9.4865Z",
|
|
39
|
+
fill: "white"
|
|
40
|
+
}
|
|
41
|
+
),
|
|
42
|
+
/* @__PURE__ */ u(
|
|
43
|
+
"path",
|
|
44
|
+
{
|
|
45
|
+
id: "Vector_3",
|
|
46
|
+
"fill-rule": "evenodd",
|
|
47
|
+
"clip-rule": "evenodd",
|
|
48
|
+
d: "M6.02086 9.44843L5.83008 10.5346L6.60283 9.44843H6.02086Z",
|
|
49
|
+
fill: "white"
|
|
50
|
+
}
|
|
51
|
+
),
|
|
52
|
+
/* @__PURE__ */ u(
|
|
53
|
+
"path",
|
|
54
|
+
{
|
|
55
|
+
id: "Vector_4",
|
|
56
|
+
"fill-rule": "evenodd",
|
|
57
|
+
"clip-rule": "evenodd",
|
|
58
|
+
d: "M7.22812 5.48413H3.82524L3.67773 6.32293H4.86515L4.38961 9.02502H5.41403L5.89252 6.32293H7.07993L7.22812 5.48413Z",
|
|
59
|
+
fill: "white"
|
|
60
|
+
}
|
|
61
|
+
),
|
|
62
|
+
/* @__PURE__ */ u(
|
|
63
|
+
"path",
|
|
64
|
+
{
|
|
65
|
+
id: "Vector_5",
|
|
66
|
+
"fill-rule": "evenodd",
|
|
67
|
+
"clip-rule": "evenodd",
|
|
68
|
+
d: "M7.93087 8.19566L8.0801 7.35005H7.16816L7.01983 8.19566H7.93087ZM6.49441 9.02524C6.21254 9.02524 6.02293 8.79456 6.07226 8.5122L6.33383 7.03247C6.38275 6.7506 6.65506 6.51964 6.93597 6.51964H8.60421C8.88608 6.51964 9.07658 6.7506 9.02519 7.03247L8.76513 8.5122C8.71498 8.79456 8.44356 9.02524 8.16217 9.02524H6.49441ZM13.2058 8.19566L13.3554 7.35005H14.6759L14.8226 6.52026H13.1236C12.8418 6.52026 12.5692 6.7506 12.5198 7.03247L12.259 8.5122C12.2094 8.79456 12.3994 9.0249 12.6821 9.0249H14.3337L14.4795 8.19566H13.2058ZM11.1294 8.19566H10.0114L10.3065 6.52026H9.41576L9.06565 8.5122C9.01577 8.79456 9.20544 9.0249 9.48738 9.0249H10.3557C10.6376 9.0249 10.8681 8.8573 11.0502 8.64017C11.0502 8.64017 11.1497 8.9303 11.2925 8.99511C11.4362 9.06108 11.8706 9.04554 11.8706 9.04554L12.3163 6.52026H11.4251L11.1294 8.19566ZM17.5513 6.53251H16.7205C16.476 6.53251 16.24 6.70554 16.1486 6.9345L16.3879 5.57379H15.4512L14.8428 9.0249H15.7803L16.0622 7.42325H17.0781C17.0781 7.42325 16.9387 8.21602 16.8763 8.57185C16.8134 8.92631 17.0554 9.01334 17.1729 9.01334H17.6267L17.9736 7.0452C18.0228 6.76278 17.8336 6.53251 17.5513 6.53251ZM14.2116 12.8211C13.8329 12.8211 13.5771 12.5092 13.6433 12.1309L13.9946 10.1417C14.0607 9.76167 14.4265 9.45131 14.8069 9.45131H16.929C17.307 9.45131 17.5639 9.76167 17.4969 10.1417L17.1459 12.1309C17.079 12.5092 16.7137 12.8211 16.3345 12.8211H14.2116ZM16.1886 11.8914L16.4561 10.3812H14.952L14.6848 11.8914H16.1886ZM12.1542 11.8913H10.6486L10.9153 10.3812H13.3555L13.5164 9.45125H10.7708C10.3907 9.45125 10.0262 9.7616 9.95976 10.1416L9.60826 12.1308C9.54173 12.5093 9.79657 12.821 10.1758 12.821H12.299C12.6787 12.821 13.0445 12.5093 13.1106 12.1308L13.3255 10.91H12.326L12.1542 11.8913Z",
|
|
69
|
+
fill: "white"
|
|
70
|
+
}
|
|
71
|
+
),
|
|
72
|
+
/* @__PURE__ */ u(
|
|
73
|
+
"path",
|
|
74
|
+
{
|
|
75
|
+
id: "Vector_6",
|
|
76
|
+
"fill-rule": "evenodd",
|
|
77
|
+
"clip-rule": "evenodd",
|
|
78
|
+
d: "M10.4101 14.0438L9.084 16.7767H8.243L8.14324 15.1226L7.33966 16.7767H6.4935L6.33203 14.0438H6.93086L7.03585 16.1874L8.06687 14.0438H8.67526L8.78018 16.1874L9.81128 14.0438H10.4101Z",
|
|
79
|
+
fill: "#FDDB00"
|
|
80
|
+
}
|
|
81
|
+
),
|
|
82
|
+
/* @__PURE__ */ u(
|
|
83
|
+
"path",
|
|
84
|
+
{
|
|
85
|
+
id: "Vector_7",
|
|
86
|
+
"fill-rule": "evenodd",
|
|
87
|
+
"clip-rule": "evenodd",
|
|
88
|
+
d: "M12.915 16.7767H12.3301L12.9098 14.0438H13.4947L12.915 16.7767Z",
|
|
89
|
+
fill: "#FDDB00"
|
|
90
|
+
}
|
|
91
|
+
),
|
|
92
|
+
/* @__PURE__ */ u(
|
|
93
|
+
"path",
|
|
94
|
+
{
|
|
95
|
+
id: "Vector_8",
|
|
96
|
+
"fill-rule": "evenodd",
|
|
97
|
+
"clip-rule": "evenodd",
|
|
98
|
+
d: "M13.8771 16.7767H13.293L13.8727 14.0438H14.4568L13.8771 16.7767Z",
|
|
99
|
+
fill: "#FDDB00"
|
|
100
|
+
}
|
|
101
|
+
),
|
|
102
|
+
/* @__PURE__ */ u(
|
|
103
|
+
"path",
|
|
104
|
+
{
|
|
105
|
+
id: "Vector_9",
|
|
106
|
+
"fill-rule": "evenodd",
|
|
107
|
+
"clip-rule": "evenodd",
|
|
108
|
+
d: "M17.915 16.7767H17.4444C17.2258 16.7767 17.0738 16.7552 16.9882 16.7125C16.9025 16.6697 16.8599 16.5834 16.8599 16.4535C16.8599 16.3805 16.871 16.2951 16.8931 16.1968L17.3495 14.0437H17.9339L17.7866 14.7234H18.3523L18.2429 15.2176H17.6868L17.5205 15.9973C17.5047 16.0764 17.4968 16.1287 17.4968 16.154C17.4968 16.208 17.5148 16.2428 17.5514 16.2586C17.5877 16.2744 17.6615 16.2824 17.7724 16.2824H18.0196L17.915 16.7767ZM5.9678 14.7852C5.88221 14.7408 5.73016 14.7187 5.51152 14.7187H4.67506C4.43419 14.7187 4.25112 14.7638 4.12611 14.8541C4.00083 14.9444 3.91604 15.0941 3.87177 15.3032L3.68637 16.192C3.67371 16.246 3.66424 16.2942 3.6579 16.337C3.65151 16.3798 3.64844 16.4186 3.64844 16.4534C3.64844 16.5169 3.6579 16.5683 3.67691 16.6078C3.69584 16.6475 3.72758 16.68 3.77199 16.7053C3.81626 16.7307 3.8766 16.7481 3.95261 16.7576C4.02862 16.7672 4.1237 16.7719 4.23777 16.7719H5.65889L5.76339 16.2824H4.56574C4.4547 16.2824 4.38101 16.2736 4.34469 16.2563C4.30822 16.2388 4.28999 16.2032 4.28999 16.1492C4.28999 16.1113 4.29639 16.0605 4.30905 15.9972L4.30939 15.9957H4.55645L4.55624 15.9972H5.91544L6.06288 15.3032C6.08496 15.2019 6.09618 15.1148 6.09618 15.0418C6.09618 14.9151 6.05331 14.8296 5.9678 14.7852ZM5.45448 15.5029H4.80117L4.41369 15.5025C4.42635 15.4393 4.44135 15.3887 4.45882 15.3507C4.47616 15.3127 4.49838 15.2834 4.52535 15.2628C4.55218 15.2423 4.58706 15.2288 4.62979 15.2224C4.67265 15.216 4.72556 15.2129 4.78906 15.2129H5.2549C5.40695 15.2129 5.48304 15.2605 5.48304 15.3556C5.48304 15.3651 5.4734 15.4141 5.45448 15.5029ZM12.2473 14.885C12.2266 14.8439 12.1933 14.8113 12.1473 14.7876C12.1016 14.7638 12.0413 14.7472 11.9669 14.7377C11.8923 14.7282 11.7997 14.7234 11.6889 14.7234H10.2725L10.1679 15.2177H11.3656C11.4765 15.2177 11.5502 15.2256 11.5866 15.2416C11.623 15.2574 11.6413 15.2923 11.6413 15.3461C11.6413 15.3713 11.6333 15.4235 11.6174 15.5024H11.1492L10.6907 15.5029C10.5544 15.5029 10.4411 15.5099 10.3508 15.5243C10.2605 15.5384 10.1852 15.5663 10.1251 15.6074C10.0648 15.6486 10.0172 15.7072 9.98244 15.7834C9.94755 15.8594 9.91591 15.9591 9.88736 16.0827L9.86376 16.1968C9.84147 16.2951 9.83032 16.3805 9.83032 16.4534C9.83032 16.5199 9.84064 16.5739 9.86121 16.6151C9.88185 16.6563 9.91508 16.6888 9.96111 16.7125C10.007 16.7363 10.0673 16.7529 10.1418 16.7624C10.2161 16.7719 10.3088 16.7767 10.4198 16.7767H11.9312L12.2449 15.3033C12.267 15.2051 12.2782 15.1195 12.2782 15.0467C12.2782 14.9801 12.2678 14.9262 12.2473 14.885ZM10.5718 16.2824C10.4863 16.2824 10.4435 16.246 10.4435 16.173C10.4435 16.1286 10.4609 16.0883 10.4958 16.0518C10.5306 16.0155 10.5767 15.9972 10.6336 15.9972H11.2657L11.266 15.9957H11.5123L11.4511 16.2824H10.5718ZM16.6461 14.7852C16.5605 14.7408 16.4084 14.7187 16.1897 14.7187H15.3532C15.1124 14.7187 14.9294 14.7638 14.8043 14.8541C14.679 14.9444 14.5943 15.0941 14.5499 15.3032L14.3646 16.192C14.3519 16.246 14.3424 16.2942 14.3361 16.337C14.3297 16.3798 14.3265 16.4186 14.3265 16.4534C14.3265 16.5169 14.3361 16.5683 14.3551 16.6078C14.3741 16.6475 14.4058 16.68 14.4502 16.7053C14.4945 16.7307 14.5547 16.7481 14.6309 16.7576C14.7068 16.7672 14.8019 16.7719 14.916 16.7719H16.3371L16.4416 16.2824H15.2439C15.133 16.2824 15.0592 16.2736 15.0229 16.2563C14.9864 16.2388 14.9682 16.2032 14.9682 16.1492C14.9682 16.1113 14.9746 16.0605 14.9872 15.9972L14.9876 15.9957H15.2347L15.2344 15.9972H16.5938L16.7411 15.3032C16.7632 15.2019 16.7744 15.1148 16.7744 15.0418C16.7744 14.9151 16.7315 14.8296 16.6461 14.7852ZM16.1327 15.5029H15.5172L15.0919 15.5025C15.1046 15.4393 15.1196 15.3887 15.137 15.3507C15.1543 15.3127 15.1765 15.2834 15.2035 15.2628C15.2304 15.2423 15.2653 15.2288 15.308 15.2224C15.3508 15.216 15.4039 15.2129 15.4672 15.2129H15.9331C16.0851 15.2129 16.1612 15.2605 16.1612 15.3556C16.1612 15.3651 16.1517 15.4141 16.1327 15.5029Z",
|
|
109
|
+
fill: "#FDDB00"
|
|
110
|
+
}
|
|
111
|
+
)
|
|
112
|
+
] })
|
|
113
|
+
] })
|
|
114
|
+
}
|
|
115
|
+
);
|
|
116
|
+
};
|
|
117
|
+
export {
|
|
118
|
+
IconTNGWallet
|
|
119
|
+
};
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { u } from "../../../core.js";
|
|
2
|
+
import { COMMON_CLASS_NAME } from "../../../constant.js";
|
|
3
|
+
import { isUndefined } from "../../../utils/is.js";
|
|
4
|
+
import "../../../utils/card-brand/brands.js";
|
|
5
|
+
import "../../../utils/system-info/get-browser-info.js";
|
|
6
|
+
import { normalizedClass } from "../../../utils/format.js";
|
|
7
|
+
function IconUnionPay({ size, style, className }) {
|
|
8
|
+
const computedSize = !isUndefined(size) ? `${size}px` : "1em";
|
|
9
|
+
return /* @__PURE__ */ u(
|
|
10
|
+
"svg",
|
|
11
|
+
{
|
|
12
|
+
width: computedSize,
|
|
13
|
+
height: computedSize,
|
|
14
|
+
viewBox: "0 0 34 24",
|
|
15
|
+
style,
|
|
16
|
+
fill: "none",
|
|
17
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
+
className: normalizedClass(COMMON_CLASS_NAME, className),
|
|
19
|
+
children: [
|
|
20
|
+
/* @__PURE__ */ u("g", { id: "unionpay", children: [
|
|
21
|
+
/* @__PURE__ */ u("rect", { x: "1", y: "1", width: "32", height: "22", rx: "4", fill: "white" }),
|
|
22
|
+
/* @__PURE__ */ u("rect", { x: "1", y: "1", width: "32", height: "22", rx: "4", stroke: "#E6E7EC", "stroke-width": "0.8" }),
|
|
23
|
+
/* @__PURE__ */ u("g", { id: "UnionPay_logo 1", "clip-path": "url(#clip0_919_3434)", children: /* @__PURE__ */ u("g", { id: "Group", children: [
|
|
24
|
+
/* @__PURE__ */ u(
|
|
25
|
+
"path",
|
|
26
|
+
{
|
|
27
|
+
id: "Vector",
|
|
28
|
+
d: "M9.49216 4.50012H15.4714C16.3061 4.50012 16.8252 5.18043 16.6305 6.01785L13.8467 17.9696C13.6502 18.8041 12.8146 19.485 11.9793 19.485H6.00069C5.16721 19.485 4.64692 18.8041 4.84163 17.9696L7.62656 6.01785C7.82126 5.18043 8.6565 4.50012 9.49216 4.50012Z",
|
|
29
|
+
fill: "#E21836"
|
|
30
|
+
}
|
|
31
|
+
),
|
|
32
|
+
/* @__PURE__ */ u(
|
|
33
|
+
"path",
|
|
34
|
+
{
|
|
35
|
+
id: "Vector_2",
|
|
36
|
+
d: "M14.9723 4.50012H21.8482C22.6827 4.50012 22.3064 5.18043 22.1101 6.01785L19.3268 17.9696C19.1315 18.8041 19.1924 19.485 18.3562 19.485H11.4802C10.6439 19.485 10.1264 18.8041 10.3229 17.9696L13.1061 6.01785C13.3037 5.18043 14.1372 4.50012 14.9723 4.50012Z",
|
|
37
|
+
fill: "#00447C"
|
|
38
|
+
}
|
|
39
|
+
),
|
|
40
|
+
/* @__PURE__ */ u(
|
|
41
|
+
"path",
|
|
42
|
+
{
|
|
43
|
+
id: "Vector_3",
|
|
44
|
+
d: "M21.5774 4.50012H27.5567C28.3925 4.50012 28.9116 5.18043 28.7153 6.01785L25.932 17.9696C25.7355 18.8041 24.8993 19.485 24.0636 19.485H18.0871C17.2509 19.485 16.7322 18.8041 16.9281 17.9696L19.7118 6.01785C19.9065 5.18043 20.7412 4.50012 21.5774 4.50012Z",
|
|
45
|
+
fill: "#007B84"
|
|
46
|
+
}
|
|
47
|
+
),
|
|
48
|
+
/* @__PURE__ */ u(
|
|
49
|
+
"path",
|
|
50
|
+
{
|
|
51
|
+
id: "Vector_4",
|
|
52
|
+
d: "M11.0536 8.33025C10.4387 8.33651 10.2572 8.33025 10.1991 8.31655C10.1768 8.4225 9.76193 10.3365 9.76076 10.3381C9.67143 10.7253 9.60643 11.0014 9.38563 11.1796C9.2603 11.2832 9.11397 11.3332 8.94433 11.3332C8.67165 11.3332 8.5128 11.1978 8.48613 10.941L8.48103 10.8528C8.48103 10.8528 8.5641 10.3342 8.5641 10.3312C8.5641 10.3312 8.99957 8.58704 9.07754 8.35648C9.08162 8.34336 9.08279 8.33651 9.08381 8.33025C8.23619 8.33768 8.08593 8.33025 8.07558 8.31655C8.0699 8.33535 8.04891 8.44349 8.04891 8.44349L7.60426 10.4094L7.56608 10.5761L7.49219 11.1214C7.49219 11.2832 7.52396 11.4153 7.58721 11.5269C7.78979 11.8809 8.36764 11.9339 8.69454 11.9339C9.11572 11.9339 9.51082 11.8445 9.77782 11.6811C10.2413 11.4072 10.3625 10.9792 10.4707 10.5988L10.5208 10.4037C10.5208 10.4037 10.9694 8.59214 11.0456 8.35648C11.0485 8.34336 11.0497 8.33651 11.0536 8.33025ZM12.5799 9.79163C12.4718 9.79163 12.2741 9.81786 12.0966 9.90487C12.0322 9.93795 11.9713 9.97614 11.907 10.0142L11.965 9.80475L11.9333 9.76948C11.5568 9.8457 11.4726 9.8559 11.1248 9.90487L11.0957 9.92425C11.0553 10.259 11.0195 10.5107 10.8698 11.1687C10.8128 11.4112 10.7536 11.6561 10.6943 11.898L10.7104 11.9288C11.0667 11.91 11.1748 11.9099 11.4845 11.9151L11.5096 11.8878C11.5489 11.6862 11.554 11.639 11.6412 11.2308C11.6821 11.0373 11.7675 10.612 11.8097 10.4606C11.8871 10.4247 11.9634 10.3895 12.0363 10.3895C12.2099 10.3895 12.1887 10.5409 12.182 10.6012C12.1746 10.7025 12.1113 11.0333 12.0465 11.3174L12.0032 11.5007C11.973 11.6361 11.94 11.7677 11.9098 11.9019L11.9229 11.9288C12.2741 11.91 12.3813 11.9099 12.6812 11.9151L12.7165 11.8878C12.7707 11.573 12.7866 11.4888 12.8827 11.0304L12.9311 10.8198C13.0251 10.4077 13.0724 10.1987 13.0012 10.0285C12.926 9.83768 12.7456 9.79163 12.5799 9.79163ZM14.2849 10.2232C14.0982 10.259 13.9792 10.2829 13.8608 10.2984C13.7435 10.3172 13.6291 10.3342 13.4487 10.3593L13.4344 10.3722L13.4213 10.3826C13.4025 10.517 13.3894 10.6331 13.3644 10.7697C13.3433 10.9109 13.3108 11.0714 13.2579 11.3019C13.217 11.4784 13.1958 11.5399 13.1725 11.602C13.1498 11.6641 13.1247 11.7244 13.0786 11.898L13.0894 11.914L13.0985 11.9287C13.2671 11.9207 13.3774 11.915 13.4908 11.914C13.604 11.9099 13.7214 11.914 13.9029 11.915L13.9188 11.9021L13.9359 11.8878C13.9621 11.7313 13.9661 11.6891 13.9821 11.6128C13.998 11.5309 14.0254 11.4175 14.0926 11.1146C14.1243 10.9724 14.1597 10.8306 14.1927 10.6854C14.2269 10.5409 14.2628 10.3985 14.2969 10.2562L14.2918 10.239L14.2849 10.2232ZM14.2889 9.64133C14.1193 9.54121 13.8215 9.57298 13.6211 9.71128C13.4213 9.84682 13.3986 10.0392 13.5676 10.1406C13.7344 10.238 14.0333 10.209 14.2319 10.0695C14.4313 9.93106 14.4562 9.74043 14.2889 9.64133ZM15.3148 11.9601C15.6581 11.9601 16.0099 11.8655 16.2747 11.5848C16.4784 11.3572 16.5718 11.0185 16.6042 10.879C16.7096 10.4167 16.6275 10.2009 16.5245 10.0694C16.368 9.86905 16.0913 9.80478 15.8044 9.80478C15.6318 9.80478 15.2208 9.82183 14.8998 10.1178C14.6692 10.3313 14.5627 10.6211 14.4984 10.8988C14.4336 11.1819 14.3589 11.6914 14.8275 11.881C14.9721 11.9431 15.1805 11.9601 15.3148 11.9601ZM15.288 10.92C15.3672 10.5699 15.4606 10.2761 15.699 10.2761C15.8858 10.2761 15.8994 10.4947 15.8163 10.8459C15.8015 10.9239 15.7333 11.2138 15.641 11.3372C15.5766 11.4283 15.5004 11.4835 15.4161 11.4835C15.3911 11.4835 15.242 11.4835 15.2396 11.2622C15.2385 11.1529 15.2608 11.0412 15.288 10.92ZM17.4622 11.9151L17.489 11.8878C17.527 11.6863 17.5333 11.6389 17.6175 11.2308C17.6596 11.0373 17.7468 10.612 17.7877 10.4606C17.8653 10.4246 17.9403 10.3894 18.0155 10.3894C18.1879 10.3894 18.167 10.5408 18.1601 10.6011C18.1538 10.7025 18.0906 11.0332 18.0246 11.3173L17.9836 11.5006C17.9523 11.6361 17.9182 11.7676 17.888 11.902L17.9011 11.9288C18.2535 11.91 18.3566 11.91 18.6582 11.9151L18.6947 11.8878C18.7476 11.5729 18.7619 11.4887 18.861 11.0305L18.9082 10.8197C19.0026 10.4076 19.0504 10.1987 18.9805 10.0285C18.9031 9.83773 18.7215 9.79167 18.5581 9.79167C18.4498 9.79167 18.2512 9.81776 18.0747 9.90491C18.0116 9.938 17.9483 9.97603 17.8863 10.0142L17.9403 9.80479L17.9113 9.76938C17.535 9.84574 17.449 9.85595 17.1018 9.90491L17.0751 9.9243C17.033 10.2591 16.9987 10.5106 16.849 11.1688C16.7921 11.4113 16.7329 11.6561 16.6737 11.898L16.6896 11.9288C17.0465 11.91 17.1531 11.91 17.4622 11.9151ZM20.0513 11.9287C20.0734 11.8206 20.205 11.1796 20.2062 11.1796C20.2062 11.1796 20.3183 10.7093 20.3251 10.6923C20.3251 10.6923 20.3604 10.6433 20.3957 10.6239H20.4476C20.9371 10.6239 21.4899 10.6239 21.9232 10.3052C22.218 10.0866 22.4196 9.76377 22.5095 9.37144C22.5328 9.27525 22.55 9.16084 22.55 9.04644C22.55 8.89618 22.5198 8.74753 22.4327 8.63137C22.2117 8.32226 21.7717 8.31658 21.2638 8.31424C21.2622 8.31424 21.0135 8.31658 21.0135 8.31658C20.3633 8.32459 20.1026 8.32226 19.9955 8.30914C19.9864 8.35651 19.9694 8.44075 19.9694 8.44075C19.9694 8.44075 19.7365 9.52009 19.7365 9.52184C19.7365 9.52184 19.1792 11.8166 19.153 11.9248C19.7206 11.9179 19.9534 11.9179 20.0513 11.9287ZM20.4828 10.0114C20.4828 10.0114 20.7304 8.93422 20.7293 8.9383L20.7373 8.88306L20.7408 8.84095L20.8397 8.85115C20.8397 8.85115 21.3504 8.89501 21.3624 8.89618C21.5639 8.97415 21.647 9.17513 21.589 9.43746C21.5361 9.6772 21.3806 9.87875 21.1808 9.97611C21.0162 10.0586 20.8147 10.0654 20.607 10.0654H20.4726L20.4828 10.0114ZM22.0245 10.9399C21.9591 11.2189 21.8839 11.7284 22.3501 11.91C22.4987 11.9732 22.632 11.992 22.7673 11.9852C22.9103 11.9774 23.0428 11.9057 23.1655 11.8026C23.1544 11.845 23.1434 11.8874 23.1323 11.9299L23.1534 11.9572C23.4888 11.943 23.5928 11.943 23.9561 11.9458L23.9891 11.9207C24.0421 11.6089 24.0921 11.306 24.23 10.7094C24.2972 10.4236 24.3642 10.1405 24.4331 9.85592L24.4224 9.82458C24.0472 9.8941 23.947 9.90897 23.5861 9.96012L23.5587 9.98242C23.5551 10.0114 23.5513 10.0393 23.5478 10.0671C23.4917 9.97644 23.4103 9.89906 23.2849 9.85082C23.1244 9.78771 22.7475 9.86903 22.4235 10.164C22.1959 10.3746 22.0866 10.6632 22.0245 10.9399ZM22.8124 10.957C22.8927 10.6132 22.9849 10.3223 23.2239 10.3223C23.3751 10.3223 23.4547 10.4618 23.4385 10.6996C23.4257 10.7589 23.4118 10.8214 23.3953 10.8921C23.3714 10.9943 23.3455 11.0956 23.3203 11.197C23.2946 11.2664 23.2648 11.3318 23.232 11.3754C23.1705 11.4625 23.0241 11.5166 22.9399 11.5166C22.916 11.5166 22.7685 11.5166 22.7634 11.2992C22.7622 11.1909 22.7845 11.0794 22.8124 10.957ZM26.9267 9.8218L26.8977 9.78872C26.5265 9.86392 26.4593 9.87587 26.1183 9.92192L26.0932 9.94699C26.092 9.95107 26.091 9.95734 26.0893 9.96302L26.0881 9.95734C25.8342 10.5431 25.8416 10.4167 25.635 10.8778C25.6338 10.8568 25.6338 10.8437 25.6327 10.8214L25.5809 9.8218L25.5484 9.78872C25.1596 9.86392 25.1504 9.87587 24.7913 9.92192L24.7633 9.94699C24.7594 9.95894 24.7594 9.97206 24.7571 9.98634L24.7594 9.99144C24.8043 10.2208 24.7935 10.1697 24.8385 10.5317C24.8595 10.7094 24.8875 10.888 24.9085 11.0635C24.9439 11.3572 24.9637 11.5017 25.007 11.9499C24.7645 12.3501 24.7071 12.5015 24.4736 12.8527L24.4752 12.8562L24.3108 13.1162C24.292 13.1436 24.2749 13.1624 24.251 13.1704C24.2248 13.1834 24.1907 13.1858 24.1433 13.1858H24.0523L23.9169 13.6361L24.3813 13.6441C24.654 13.6429 24.8254 13.5154 24.9177 13.344L25.2097 12.8436H25.2051L25.2358 12.8083C25.4323 12.3854 26.9267 9.8218 26.9267 9.8218ZM22.0245 15.7363H21.8275L22.5567 13.3241H22.7987L22.8755 13.0756L22.8829 13.352C22.8739 13.5228 23.0082 13.6742 23.3612 13.6491H23.7694L23.9099 13.1847H23.7563C23.668 13.1847 23.627 13.1624 23.6321 13.1146L23.6247 12.8334H22.8688V12.8349C22.6244 12.84 21.8945 12.8583 21.7467 12.8977C21.5679 12.9438 21.3795 13.0793 21.3795 13.0793L21.4535 12.8305H20.7464L20.599 13.3241L19.86 15.7731H19.7166L19.5759 16.2343H20.9844L20.9371 16.388H21.6311L21.6772 16.2343H21.8719L22.0245 15.7363ZM21.4466 13.8143C21.3334 13.8456 21.1227 13.9406 21.1227 13.9406L21.3101 13.3241H21.8719L21.7364 13.7733C21.7364 13.7733 21.5628 13.7835 21.4466 13.8143ZM21.4574 14.695C21.4574 14.695 21.2809 14.7171 21.1648 14.7433C21.0504 14.778 20.8359 14.8873 20.8359 14.8873L21.0294 14.2458H21.5941L21.4574 14.695ZM21.1426 15.7419H20.5791L20.7424 15.2005H21.3043L21.1426 15.7419ZM22.4998 14.2458H23.3122L23.1955 14.6238H22.3723L22.2487 15.0371H22.969L22.4236 15.805C22.3854 15.8614 22.3512 15.8814 22.3132 15.8973C22.275 15.9167 22.2248 15.9394 22.1668 15.9394H21.967L21.8297 16.3921H22.3524C22.624 16.3921 22.7845 16.2685 22.903 16.1063L23.2769 15.5945L23.3572 16.1142C23.3743 16.2115 23.4442 16.2685 23.4916 16.2907C23.5439 16.3169 23.598 16.3619 23.6744 16.3686C23.7563 16.3721 23.8154 16.3749 23.8548 16.3749H24.1116L24.2658 15.8683H24.1645C24.1063 15.8683 24.0062 15.8585 23.9892 15.8403C23.9721 15.8182 23.9721 15.7841 23.9629 15.7322L23.8815 15.2113H23.5479L23.6942 15.0371H24.5157L24.6421 14.6238H23.8815L23.9999 14.2458H24.7582L24.8989 13.7796H22.6381L22.4998 14.2458ZM15.6387 15.8472L15.8283 15.2165H16.6076L16.75 14.7473H15.97L16.089 14.3591H16.8513L16.9925 13.9048H15.0853L14.947 14.3591H15.3803L15.2647 14.7473H14.8303L14.6863 15.2245H15.1194L14.8667 16.059C14.8326 16.1694 14.8828 16.2116 14.9145 16.2629C14.947 16.3128 14.98 16.3459 15.054 16.3647C15.1304 16.3818 15.1827 16.392 15.2538 16.392H16.1323L16.2888 15.8723L15.8994 15.9258C15.8242 15.9258 15.616 15.9167 15.6387 15.8472ZM15.7281 12.8277L15.5306 13.1846C15.4883 13.2626 15.4503 13.3109 15.4161 13.3332C15.3859 13.352 15.3261 13.3599 15.2396 13.3599H15.1365L14.9988 13.8165H15.341C15.5055 13.8165 15.6319 13.7562 15.6922 13.726C15.7571 13.6913 15.7741 13.7111 15.8243 13.6628L15.9398 13.5626H17.0084L17.1502 13.0872H16.368L16.5046 12.8277H15.7281ZM17.3056 15.8564C17.2874 15.8301 17.3005 15.7839 17.3284 15.6878L17.6204 14.7211H18.6594C18.8108 14.7189 18.9201 14.7171 18.9912 14.712C19.0676 14.704 19.1507 14.6768 19.2412 14.6278C19.3346 14.5765 19.3824 14.5224 19.4228 14.4603C19.4678 14.3984 19.5401 14.2629 19.6022 14.0539L19.9693 12.8305L18.8911 12.8368C18.8911 12.8368 18.5591 12.8858 18.413 12.9398C18.2655 13.0002 18.0547 13.1687 18.0547 13.1687L18.1521 12.8333H17.486L16.5536 15.9257C16.5205 16.0458 16.4984 16.133 16.4933 16.1853C16.4915 16.2417 16.5644 16.2975 16.6116 16.3396C16.6674 16.3818 16.7499 16.3749 16.8291 16.3818C16.9123 16.388 17.0306 16.392 17.194 16.392H17.7058L17.8629 15.8615L17.4047 15.9048C17.3558 15.9048 17.3203 15.8785 17.3056 15.8564ZM17.8089 14.0682H18.9002L18.8308 14.2856C18.821 14.2907 18.7977 14.2748 18.6866 14.2879H17.7417L17.8089 14.0682ZM18.0275 13.3389H19.1279L19.0488 13.6008C19.0488 13.6008 18.5301 13.5957 18.4471 13.611C18.0815 13.6742 17.868 13.8695 17.868 13.8695L18.0275 13.3389ZM18.8552 15.0138C18.8462 15.0463 18.8319 15.0661 18.8119 15.0809C18.7898 15.0952 18.7539 15.1003 18.7004 15.1003H18.5449L18.5541 14.8355H17.9073L17.8811 16.1301C17.8801 16.2235 17.8891 16.2776 17.9575 16.3209C18.0258 16.375 18.2364 16.3818 18.5199 16.3818H18.9252L19.0715 15.8972L18.7187 15.9166L18.6013 15.9235C18.5853 15.9166 18.57 15.9103 18.5529 15.8933C18.5381 15.8786 18.513 15.8876 18.5171 15.7942L18.5199 15.4623L18.8899 15.447C19.0897 15.447 19.1751 15.382 19.248 15.3201C19.3175 15.2608 19.3402 15.1926 19.3665 15.1003L19.4285 14.8065H18.9201L18.8552 15.0138Z",
|
|
53
|
+
fill: "#FEFEFE"
|
|
54
|
+
}
|
|
55
|
+
)
|
|
56
|
+
] }) })
|
|
57
|
+
] }),
|
|
58
|
+
/* @__PURE__ */ u("defs", { children: /* @__PURE__ */ u("clipPath", { id: "clip0_919_3434", children: /* @__PURE__ */ u("rect", { width: "24", height: "15", fill: "white", transform: "translate(4.80078 4.5)" }) }) })
|
|
59
|
+
]
|
|
60
|
+
}
|
|
61
|
+
);
|
|
62
|
+
}
|
|
63
|
+
export {
|
|
64
|
+
IconUnionPay
|
|
65
|
+
};
|