@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.
Files changed (308) hide show
  1. package/dist/card-checkout-ui.js +21 -14
  2. package/dist/card-checkout-ui.umd.cjs +21 -14
  3. package/dist/es/_commonjsHelpers.js +1 -0
  4. package/dist/es/api/http.js +19 -21
  5. package/dist/es/api/index.js +1 -1
  6. package/dist/es/api/modules/ali-pay/index.js +19 -11
  7. package/dist/es/api/modules/apple-pay/index.js +10 -26
  8. package/dist/es/api/modules/boost/index.js +56 -0
  9. package/dist/es/api/modules/card/index.js +17 -11
  10. package/dist/es/api/modules/checkout/index.js +6 -6
  11. package/dist/es/api/modules/checkout/map.js +23 -6
  12. package/dist/es/api/modules/gcash/index.js +56 -0
  13. package/dist/es/api/modules/get-browser-params.js +2 -2
  14. package/dist/es/api/modules/google-pay/index.js +10 -26
  15. package/dist/es/api/modules/grab-pay/index.js +56 -0
  16. package/dist/es/api/modules/index.js +1 -1
  17. package/dist/es/api/modules/line-pay/index.js +56 -0
  18. package/dist/es/api/modules/may-bank-qr-pay/index.js +56 -0
  19. package/dist/es/api/modules/nine-pay/index.js +56 -0
  20. package/dist/es/api/modules/paymaya/index.js +56 -0
  21. package/dist/es/api/modules/risk/index.js +13 -0
  22. package/dist/es/api/modules/sepa/index.js +19 -11
  23. package/dist/es/api/modules/shopee-pay/index.js +56 -0
  24. package/dist/es/api/modules/threeDS/index.js +1 -0
  25. package/dist/es/api/modules/tng-wallet/index.js +56 -0
  26. package/dist/es/api/modules/wechat-pay/index.js +18 -31
  27. package/dist/es/components/AccordionItem/AccordionItem.js +37 -0
  28. package/dist/es/components/AccountNameField/index.js +1 -0
  29. package/dist/es/components/AddressField/index.js +1 -0
  30. package/dist/es/components/AliPay/index.js +28 -40
  31. package/dist/es/components/ApplePay/index.js +18 -39
  32. package/dist/es/components/Boost/index.js +324 -0
  33. package/dist/es/components/Card/index.js +80 -48
  34. package/dist/es/components/CardBrands/index.js +3 -2
  35. package/dist/es/components/CardExpireDateField/index.js +1 -0
  36. package/dist/es/components/CardHolderNameField/index.js +1 -0
  37. package/dist/es/components/CardIBANField/index.js +1 -0
  38. package/dist/es/components/CardNo/index.js +1 -0
  39. package/dist/es/components/CardNumberField/index.js +124 -106
  40. package/dist/es/components/CardSecurityCodeField/index.js +1 -0
  41. package/dist/es/components/CardSelector/index.js +1 -0
  42. package/dist/es/components/CombinedCardInfo/index.js +4 -0
  43. package/dist/es/components/DropIn/index.js +206 -50
  44. package/dist/es/components/EmailField/EmailField.js +14 -15
  45. package/dist/es/components/EncryptedCard/index.js +1 -0
  46. package/dist/es/components/GooglePay/index.js +7 -6
  47. package/dist/es/components/GrabPay/index.js +324 -0
  48. package/dist/es/components/GuideCard/index.js +44 -0
  49. package/dist/es/components/LinePay/index.js +324 -0
  50. package/dist/es/components/MayBankQRPay/index.js +324 -0
  51. package/dist/es/components/NinePay/index.js +324 -0
  52. package/dist/es/components/RecurringTip/index.js +1 -0
  53. package/dist/es/components/SecuredFieldsProvider/index.js +2 -1
  54. package/dist/es/components/SecuredIframe/index.js +57 -4
  55. package/dist/es/components/Sepa/index.js +7 -10
  56. package/dist/es/components/ShopeePay/index.js +324 -0
  57. package/dist/es/components/SubmitButton/index.js +7 -20
  58. package/dist/es/components/TNGWallet/index.js +324 -0
  59. package/dist/es/components/ThreeDS/index.js +1 -0
  60. package/dist/es/components/WechatPay/index.js +30 -49
  61. package/dist/es/components/business/QRCodeModal/QRCodeModal.js +42 -0
  62. package/dist/es/components/business/QRCodeModal/index.js +7 -0
  63. package/dist/es/components/business/QRCodeModal/qr-code-modal.js +1 -0
  64. package/dist/es/components/business/QRCodeModal/type.js +1 -0
  65. package/dist/es/components/business/index.js +7 -0
  66. package/dist/es/components/index.js +10 -0
  67. package/dist/es/components/internal/Accordion/Accordion.js +14 -0
  68. package/dist/es/components/internal/Accordion/accordion2.js +1 -0
  69. package/dist/es/components/internal/Accordion/accordionTransition.js +26 -0
  70. package/dist/es/components/internal/Accordion/index.js +8 -0
  71. package/dist/es/components/internal/Accordion/type.js +10 -0
  72. package/dist/es/components/internal/Button/Button.js +1 -0
  73. package/dist/es/components/internal/Button/index.js +1 -0
  74. package/dist/es/components/internal/CheckBox/CheckBox.js +1 -0
  75. package/dist/es/components/internal/CheckBox/index.js +1 -0
  76. package/dist/es/components/internal/Form/type.js +1 -0
  77. package/dist/es/components/internal/Info/Info.js +1 -0
  78. package/dist/es/components/internal/Info/index.js +1 -0
  79. package/dist/es/components/internal/Input/type.js +1 -0
  80. package/dist/es/components/internal/LoadingCheck/LoadingCheck.js +1 -0
  81. package/dist/es/components/internal/LoadingCheck/index.js +1 -0
  82. package/dist/es/components/internal/Modal/Modal.js +18 -3
  83. package/dist/es/components/internal/Modal/index.js +1 -0
  84. package/dist/es/components/internal/Modal/type.js +1 -0
  85. package/dist/es/components/internal/QRCode/QRCode.js +32 -0
  86. package/dist/es/components/internal/QRCode/index.js +5 -0
  87. package/dist/es/components/internal/QRCode/type.js +1 -0
  88. package/dist/es/components/internal/Select/Select.js +11 -9
  89. package/dist/es/components/internal/Select/SelectMenu.js +1 -0
  90. package/dist/es/components/internal/Select/SelectMenuItem.js +1 -0
  91. package/dist/es/components/internal/icons/IconBoost.js +63 -0
  92. package/dist/es/components/internal/icons/IconCard.js +1 -40
  93. package/dist/es/components/internal/icons/IconCard2.js +60 -0
  94. package/dist/es/components/internal/icons/IconGCash.js +196 -0
  95. package/dist/es/components/internal/icons/IconGcashComplete.js +184 -0
  96. package/dist/es/components/internal/icons/IconGrabPay.js +59 -0
  97. package/dist/es/components/internal/icons/IconLinePay.js +99 -0
  98. package/dist/es/components/internal/icons/IconMayBankQRPay.js +69 -0
  99. package/dist/es/components/internal/icons/IconNinePay.js +255 -0
  100. package/dist/es/components/internal/icons/IconPaymaya.js +114 -0
  101. package/dist/es/components/internal/icons/IconRedirect.js +58 -0
  102. package/dist/es/components/internal/icons/IconScan.js +102 -0
  103. package/dist/es/components/internal/icons/IconShopeePay.js +108 -0
  104. package/dist/es/components/internal/icons/IconTNGWallet.js +119 -0
  105. package/dist/es/components/internal/icons/IconUnionPay.js +65 -0
  106. package/dist/es/components/wallets/GCash/GCash.js +368 -0
  107. package/dist/es/components/wallets/GCash/g-cash.js +1 -0
  108. package/dist/es/components/wallets/GCash/index.js +1 -0
  109. package/dist/es/components/wallets/GCash/type.js +1 -0
  110. package/dist/es/components/wallets/Paymaya/Paymaya.js +325 -0
  111. package/dist/es/components/wallets/Paymaya/index.js +1 -0
  112. package/dist/es/components/wallets/Paymaya/paymaya2.js +1 -0
  113. package/dist/es/components/wallets/Paymaya/type.js +1 -0
  114. package/dist/es/config.js +12 -12
  115. package/dist/es/constant.js +84 -4
  116. package/dist/es/core/PayKKaCheckout.js +35 -5
  117. package/dist/es/core/Session.js +24 -23
  118. package/dist/es/core/error.js +7 -0
  119. package/dist/es/core/index.js +1 -0
  120. package/dist/es/core/query.js +3 -3
  121. package/dist/es/core.js +2082 -70
  122. package/dist/es/hooks/index.js +1 -0
  123. package/dist/es/hooks/useI18n.js +1 -0
  124. package/dist/es/hooks/usePayState.js +7 -5
  125. package/dist/es/i18n/I18n.js +8 -2
  126. package/dist/es/i18n/locales/de-DE.js +16 -1
  127. package/dist/es/i18n/locales/en-GB.js +16 -1
  128. package/dist/es/i18n/locales/es-ES.js +16 -1
  129. package/dist/es/i18n/locales/fr-FR.js +16 -1
  130. package/dist/es/i18n/locales/index.js +2 -1
  131. package/dist/es/i18n/locales/ja-JP.js +16 -1
  132. package/dist/es/i18n/locales/ko-KR.js +16 -1
  133. package/dist/es/i18n/locales/nl-NL.js +88 -0
  134. package/dist/es/i18n/locales/pt-PT.js +16 -1
  135. package/dist/es/i18n/locales/ru-RU.js +16 -1
  136. package/dist/es/i18n/locales/zh-CN.js +16 -1
  137. package/dist/es/i18n/locales/zh-HK.js +16 -1
  138. package/dist/es/i18n/locales/zh-TW.js +16 -1
  139. package/dist/es/i18n/util.js +12 -3
  140. package/dist/es/index.js +22 -0
  141. package/dist/es/out/fraud-detection.js +39 -13
  142. package/dist/es/out/worldpay-ddc.js +143 -0
  143. package/dist/es/style.css +1 -1192
  144. package/dist/es/types/event.js +15 -0
  145. package/dist/es/types/fraud-detection.js +1 -0
  146. package/dist/es/types/index.js +1 -0
  147. package/dist/es/types/message.js +3 -0
  148. package/dist/es/utils/array.js +9 -0
  149. package/dist/es/utils/card-brand/brands.js +11 -1
  150. package/dist/es/utils/card-brand/index.js +4 -3
  151. package/dist/es/utils/card-brand/luhn.js +25 -0
  152. package/dist/es/utils/date.js +25 -0
  153. package/dist/es/utils/detect.js +6 -0
  154. package/dist/es/utils/format.js +28 -12
  155. package/dist/es/utils/iframe.js +1 -1
  156. package/dist/es/utils/index.js +9 -1
  157. package/dist/es/utils/location.js +37 -0
  158. package/dist/es/utils/object.js +14 -0
  159. package/dist/es/utils/redirect.js +32 -0
  160. package/dist/es/utils/reg-exp.js +4 -0
  161. package/dist/es/utils/system-info/get-browser-info.js +4 -4
  162. package/dist/es/utils/system-info/get-system-info.js +11 -7
  163. package/dist/es/utils/system-info/index.js +4 -4
  164. package/dist/style.css +1 -1
  165. package/dist/types/api/http.d.ts +4 -10
  166. package/dist/types/api/modules/ali-pay/index.d.ts +2 -1
  167. package/dist/types/api/modules/apple-pay/index.d.ts +2 -1
  168. package/dist/types/api/modules/boost/index.d.ts +24 -0
  169. package/dist/types/api/modules/card/index.d.ts +1 -1
  170. package/dist/types/api/modules/checkout/index.d.ts +2 -2
  171. package/dist/types/api/modules/checkout/type.d.ts +9 -0
  172. package/dist/types/api/modules/gcash/index.d.ts +24 -0
  173. package/dist/types/api/modules/get-browser-params.d.ts +2 -2
  174. package/dist/types/api/modules/google-pay/index.d.ts +2 -1
  175. package/dist/types/api/modules/grab-pay/index.d.ts +24 -0
  176. package/dist/types/api/modules/index.d.ts +11 -0
  177. package/dist/types/api/modules/line-pay/index.d.ts +24 -0
  178. package/dist/types/api/modules/may-bank-qr-pay/index.d.ts +24 -0
  179. package/dist/types/api/modules/nine-pay/index.d.ts +24 -0
  180. package/dist/types/api/modules/paymaya/index.d.ts +24 -0
  181. package/dist/types/api/modules/risk/index.d.ts +8 -0
  182. package/dist/types/api/modules/sepa/index.d.ts +2 -1
  183. package/dist/types/api/modules/shopee-pay/index.d.ts +24 -0
  184. package/dist/types/api/modules/threeDS/index.d.ts +3 -0
  185. package/dist/types/api/modules/tng-wallet/index.d.ts +24 -0
  186. package/dist/types/api/modules/wechat-pay/index.d.ts +2 -1
  187. package/dist/types/components/Boost/Boost.d.ts +7 -0
  188. package/dist/types/components/Boost/index.d.ts +2 -0
  189. package/dist/types/components/Boost/type.d.ts +61 -0
  190. package/dist/types/components/CardNumberField/type.d.ts +7 -1
  191. package/dist/types/components/CombinedCardInfo/type.d.ts +1 -0
  192. package/dist/types/components/DropIn/components/PaymentTabs/type.d.ts +1 -1
  193. package/dist/types/components/DropIn/config.d.ts +7 -0
  194. package/dist/types/components/DropIn/type.d.ts +11 -3
  195. package/dist/types/components/GrabPay/GrabPay.d.ts +7 -0
  196. package/dist/types/components/GrabPay/index.d.ts +2 -0
  197. package/dist/types/components/GrabPay/type.d.ts +61 -0
  198. package/dist/types/components/GuideCard/GuideCard.d.ts +3 -0
  199. package/dist/types/components/GuideCard/index.d.ts +2 -0
  200. package/dist/types/components/GuideCard/type.d.ts +4 -0
  201. package/dist/types/components/LinePay/LinePay.d.ts +7 -0
  202. package/dist/types/components/LinePay/index.d.ts +2 -0
  203. package/dist/types/components/LinePay/type.d.ts +61 -0
  204. package/dist/types/components/MayBankQRPay/MayBankQRPay.d.ts +6 -0
  205. package/dist/types/components/MayBankQRPay/index.d.ts +2 -0
  206. package/dist/types/components/MayBankQRPay/type.d.ts +61 -0
  207. package/dist/types/components/NinePay/NinePay.d.ts +6 -0
  208. package/dist/types/components/NinePay/index.d.ts +2 -0
  209. package/dist/types/components/NinePay/type.d.ts +61 -0
  210. package/dist/types/components/SecuredFieldsProvider/type.d.ts +1 -1
  211. package/dist/types/components/SecuredIframe/useSecuredInput.d.ts +1 -1
  212. package/dist/types/components/ShopeePay/ShopeePay.d.ts +7 -0
  213. package/dist/types/components/ShopeePay/index.d.ts +2 -0
  214. package/dist/types/components/ShopeePay/type.d.ts +61 -0
  215. package/dist/types/components/SubmitButton/SubmitButton.d.ts +1 -1
  216. package/dist/types/components/TNGWallet/TNGWallet.d.ts +7 -0
  217. package/dist/types/components/TNGWallet/index.d.ts +2 -0
  218. package/dist/types/components/TNGWallet/type.d.ts +61 -0
  219. package/dist/types/components/ThreeDS/components/ThreeDSIframe/ThreeDSIframe.d.ts +1 -0
  220. package/dist/types/components/ThreeDS/components/ThreeDSIframe/output.d.ts +1 -1
  221. package/dist/types/components/ThreeDS/components/ThreeDSIframe/type.d.ts +13 -3
  222. package/dist/types/components/business/QRCodeModal/QRCodeModal.d.ts +3 -0
  223. package/dist/types/components/business/QRCodeModal/index.d.ts +2 -0
  224. package/dist/types/components/business/QRCodeModal/type.d.ts +18 -0
  225. package/dist/types/components/business/index.d.ts +1 -0
  226. package/dist/types/components/index.d.ts +9 -0
  227. package/dist/types/components/internal/Accordion/Accordion.d.ts +3 -0
  228. package/dist/types/components/internal/Accordion/accordionTransition.d.ts +8 -0
  229. package/dist/types/components/internal/Accordion/components/AccordionItem/AccordionItem.d.ts +3 -0
  230. package/dist/types/components/internal/Accordion/components/AccordionItem/index.d.ts +2 -0
  231. package/dist/types/components/internal/Accordion/components/AccordionItem/type.d.ts +18 -0
  232. package/dist/types/components/internal/Accordion/index.d.ts +3 -0
  233. package/dist/types/components/internal/Accordion/type.d.ts +18 -0
  234. package/dist/types/components/internal/Modal/type.d.ts +2 -0
  235. package/dist/types/components/internal/QRCode/QRCode.d.ts +2 -0
  236. package/dist/types/components/internal/QRCode/index.d.ts +2 -0
  237. package/dist/types/components/internal/QRCode/type.d.ts +9 -0
  238. package/dist/types/components/internal/Select/Select.d.ts +1 -17
  239. package/dist/types/components/internal/Select/type.d.ts +26 -1
  240. package/dist/types/components/internal/icons/IconBoost.d.ts +2 -0
  241. package/dist/types/components/internal/icons/IconCard2.d.ts +2 -0
  242. package/dist/types/components/internal/icons/IconGCash.d.ts +2 -0
  243. package/dist/types/components/internal/icons/IconGcashComplete.d.ts +2 -0
  244. package/dist/types/components/internal/icons/IconGrabPay.d.ts +2 -0
  245. package/dist/types/components/internal/icons/IconLinePay.d.ts +2 -0
  246. package/dist/types/components/internal/icons/IconMayBankQRPay.d.ts +2 -0
  247. package/dist/types/components/internal/icons/IconNinePay.d.ts +2 -0
  248. package/dist/types/components/internal/icons/IconPaymaya.d.ts +2 -0
  249. package/dist/types/components/internal/icons/IconRedirect.d.ts +2 -0
  250. package/dist/types/components/internal/icons/IconScan.d.ts +2 -0
  251. package/dist/types/components/internal/icons/IconShopeePay.d.ts +2 -0
  252. package/dist/types/components/internal/icons/IconTNGWallet.d.ts +2 -0
  253. package/dist/types/components/internal/icons/IconUnionPay.d.ts +2 -0
  254. package/dist/types/components/internal/icons/index.d.ts +13 -0
  255. package/dist/types/components/wallets/GCash/GCash.d.ts +6 -0
  256. package/dist/types/components/wallets/GCash/index.d.ts +2 -0
  257. package/dist/types/components/wallets/GCash/type.d.ts +71 -0
  258. package/dist/types/components/wallets/Paymaya/Paymaya.d.ts +6 -0
  259. package/dist/types/components/wallets/Paymaya/index.d.ts +2 -0
  260. package/dist/types/components/wallets/Paymaya/type.d.ts +61 -0
  261. package/dist/types/config.d.ts +9 -9
  262. package/dist/types/constant.d.ts +28 -3
  263. package/dist/types/core/PayKKaCheckout.d.ts +10 -0
  264. package/dist/types/core/Session.d.ts +2 -0
  265. package/dist/types/core/error.d.ts +15 -2
  266. package/dist/types/core/query.d.ts +2 -2
  267. package/dist/types/hooks/usePayState.d.ts +5 -5
  268. package/dist/types/i18n/I18n.d.ts +1 -1
  269. package/dist/types/i18n/locales/de-DE.d.ts +13 -0
  270. package/dist/types/i18n/locales/en-GB.d.ts +13 -0
  271. package/dist/types/i18n/locales/es-ES.d.ts +13 -0
  272. package/dist/types/i18n/locales/fr-FR.d.ts +13 -0
  273. package/dist/types/i18n/locales/index.d.ts +2 -0
  274. package/dist/types/i18n/locales/ja-JP.d.ts +13 -0
  275. package/dist/types/i18n/locales/ko-KR.d.ts +13 -0
  276. package/dist/types/i18n/locales/nl-NL.d.ts +71 -0
  277. package/dist/types/i18n/locales/pt-PT.d.ts +13 -0
  278. package/dist/types/i18n/locales/ru-RU.d.ts +13 -0
  279. package/dist/types/i18n/locales/zh-CN.d.ts +13 -0
  280. package/dist/types/i18n/locales/zh-HK.d.ts +13 -0
  281. package/dist/types/i18n/locales/zh-TW.d.ts +13 -0
  282. package/dist/types/i18n/util.d.ts +5 -0
  283. package/dist/types/index.d.ts +2 -1
  284. package/dist/types/out/fraud-detection.d.ts +5 -1
  285. package/dist/types/out/types.d.ts +4 -0
  286. package/dist/types/out/worldpay-ddc-iframe.d.ts +1 -0
  287. package/dist/types/out/worldpay-ddc.d.ts +37 -0
  288. package/dist/types/types/event.d.ts +26 -0
  289. package/dist/types/types/fraud-detection.d.ts +3 -1
  290. package/dist/types/types/index.d.ts +23 -4
  291. package/dist/types/types/message.d.ts +22 -2
  292. package/dist/types/utils/array.d.ts +1 -0
  293. package/dist/types/utils/card-brand/brands.d.ts +4 -3
  294. package/dist/types/utils/card-brand/index.d.ts +9 -6
  295. package/dist/types/utils/card-brand/luhn.d.ts +9 -0
  296. package/dist/types/utils/date.d.ts +9 -0
  297. package/dist/types/utils/detect.d.ts +1 -0
  298. package/dist/types/utils/format.d.ts +7 -1
  299. package/dist/types/utils/iframe.d.ts +1 -1
  300. package/dist/types/utils/index.d.ts +8 -0
  301. package/dist/types/utils/location.d.ts +7 -0
  302. package/dist/types/utils/object.d.ts +1 -0
  303. package/dist/types/utils/redirect.d.ts +5 -0
  304. package/dist/types/utils/reg-exp.d.ts +1 -0
  305. package/dist/types/utils/system-info/get-browser-info.d.ts +1 -1
  306. package/dist/types/utils/system-info/get-system-info.d.ts +3 -2
  307. package/dist/types/utils/system-info/index.d.ts +3 -3
  308. package/package.json +6 -2
@@ -0,0 +1,196 @@
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 IconGCash = ({ 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 24 24",
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: "Gcash", children: [
21
+ /* @__PURE__ */ u("rect", { width: "24", height: "24", rx: "4.8", fill: "white" }),
22
+ /* @__PURE__ */ u("g", { id: "gcash-seeklogo 1", "clip-path": "url(#clip0_914_2811)", children: [
23
+ /* @__PURE__ */ u(
24
+ "path",
25
+ {
26
+ id: "Vector",
27
+ d: "M2.49554 9.47587C2.81489 9.37154 3.1546 9.32828 3.49049 9.34991C3.98288 9.37663 4.46382 9.55093 4.8646 9.83721C4.90786 9.86901 4.95494 9.89828 4.99183 9.93899C5.05545 10.0115 5.0809 10.1146 5.05799 10.2087C5.03509 10.3105 4.95494 10.397 4.8557 10.4276C4.759 10.4581 4.64831 10.4377 4.5707 10.3729C4.2717 10.1426 3.90782 9.99752 3.53248 9.96189C3.39507 9.94663 3.25512 9.94663 3.1177 9.96189C2.72201 10.0013 2.33904 10.1604 2.03114 10.4136C1.6838 10.6973 1.43061 11.0968 1.33137 11.5345C1.23976 11.9314 1.26775 12.3564 1.41534 12.7368C1.57056 13.1414 1.85938 13.4913 2.22326 13.7254C2.49554 13.8997 2.8098 14.0079 3.13043 14.0384C3.25512 14.0537 3.38235 14.0537 3.50576 14.0397C3.89382 14.0066 4.26916 13.8577 4.57706 13.6198C4.65467 13.5587 4.76536 13.5409 4.85951 13.5727C4.98929 13.6173 5.08217 13.756 5.06563 13.8934C5.05799 13.9735 5.01601 14.0499 4.95239 14.0982C4.70811 14.2891 4.43074 14.4354 4.13556 14.5295C3.75514 14.6517 3.34545 14.6835 2.94976 14.6288C2.51081 14.5677 2.0884 14.3921 1.73469 14.1249C1.39116 13.8679 1.11125 13.5257 0.926768 13.1376C0.746098 12.7572 0.658308 12.3322 0.673576 11.9111C0.687571 11.3933 0.859335 10.8818 1.16215 10.4606C1.48786 10.0026 1.95989 9.65018 2.49554 9.47587Z",
28
+ fill: "#007CFF",
29
+ stroke: "#007CFF",
30
+ "stroke-width": "0.0011928"
31
+ }
32
+ ),
33
+ /* @__PURE__ */ u(
34
+ "path",
35
+ {
36
+ id: "Vector_2",
37
+ opacity: "0.4",
38
+ d: "M3.11328 9.96165C3.25069 9.94638 3.39065 9.94638 3.52806 9.96165C3.38938 9.95783 3.25196 9.95783 3.11328 9.96165Z",
39
+ fill: "#001934",
40
+ stroke: "#001934",
41
+ "stroke-width": "0.0011928"
42
+ }
43
+ ),
44
+ /* @__PURE__ */ u(
45
+ "path",
46
+ {
47
+ id: "Vector_3",
48
+ d: "M6.21612 10.1985C6.34844 10.1591 6.50366 10.2214 6.56728 10.3461C6.87264 10.9428 7.00623 11.6248 6.95152 12.2928C6.91335 12.7686 6.7823 13.2381 6.56219 13.6618C6.48203 13.8132 6.26701 13.8615 6.12833 13.7623C5.99982 13.6796 5.95784 13.4951 6.03418 13.3615C6.45913 12.5269 6.46295 11.4925 6.04308 10.6553C6.00491 10.5866 5.98456 10.5052 6.00364 10.4276C6.02527 10.3194 6.11052 10.2278 6.21612 10.1985Z",
49
+ fill: "#6FBAF7",
50
+ stroke: "#6FBAF7",
51
+ "stroke-width": "0.0011928"
52
+ }
53
+ ),
54
+ /* @__PURE__ */ u(
55
+ "path",
56
+ {
57
+ id: "Vector_4",
58
+ d: "M20.9805 10.2798C20.9945 10.2238 21.0504 10.1819 21.1102 10.1844C21.2248 10.1844 21.3393 10.1831 21.4538 10.1844C21.5199 10.1819 21.581 10.2404 21.581 10.3065C21.5835 10.6424 21.5797 10.9783 21.5823 11.313C21.7489 11.1628 21.9652 11.0763 22.1866 11.0547C22.4373 11.0292 22.7019 11.0725 22.9144 11.2137C23.1803 11.3867 23.3266 11.701 23.3508 12.0102C23.3584 12.3079 23.3533 12.6056 23.3546 12.9034C23.3533 13.1196 23.3572 13.3372 23.3521 13.5535C23.3355 13.6082 23.2796 13.6438 23.2236 13.6413C23.1129 13.6413 23.0009 13.6426 22.8902 13.6413C22.8304 13.6438 22.7744 13.5993 22.7617 13.5421C22.763 13.1553 22.7617 12.7685 22.7617 12.3817C22.7617 12.3041 22.7643 12.2265 22.7566 12.1489C22.7414 11.9593 22.6701 11.7583 22.5098 11.6425C22.38 11.5458 22.207 11.5242 22.0505 11.5509C21.9283 11.5725 21.8138 11.6374 21.735 11.7341C21.6255 11.869 21.5835 12.0458 21.5823 12.2163C21.581 12.6489 21.5823 13.0828 21.581 13.5153C21.5823 13.579 21.5288 13.6362 21.4652 13.64C21.3762 13.6438 21.2884 13.64 21.1993 13.6413C21.1573 13.6413 21.1166 13.6438 21.0759 13.6375C21.0288 13.6273 20.9906 13.5879 20.9805 13.5421C20.9805 12.4542 20.9805 11.3677 20.9805 10.2798Z",
59
+ fill: "#002CB8",
60
+ stroke: "#002CB8",
61
+ "stroke-width": "0.0011928"
62
+ }
63
+ ),
64
+ /* @__PURE__ */ u(
65
+ "path",
66
+ {
67
+ id: "Vector_5",
68
+ opacity: "0.52",
69
+ d: "M20.9727 10.332C20.9739 10.3154 20.9765 10.2976 20.9803 10.2798C20.9803 11.3676 20.9803 12.4542 20.9803 13.542C20.9688 13.486 20.9739 13.4301 20.9739 13.3741C20.9727 12.36 20.9752 11.346 20.9727 10.332Z",
70
+ fill: "#000B31",
71
+ stroke: "#000B31",
72
+ "stroke-width": "0.0011928"
73
+ }
74
+ ),
75
+ /* @__PURE__ */ u(
76
+ "path",
77
+ {
78
+ id: "Vector_6",
79
+ d: "M2.45194 10.5558C2.9914 10.2301 3.72044 10.239 4.24464 10.594C4.37441 10.6894 4.40113 10.893 4.30062 11.0189C4.21028 11.1424 4.02325 11.1793 3.89475 11.0966C3.69118 10.9668 3.44435 10.9108 3.20515 10.9388C2.96595 10.9642 2.73694 11.0749 2.56899 11.2467C2.40104 11.4134 2.29162 11.6373 2.2649 11.8727C2.24073 12.0635 2.27254 12.2607 2.35142 12.4363C2.45575 12.6679 2.64533 12.86 2.87689 12.9669C3.11354 13.0788 3.39091 13.0966 3.64028 13.019C3.97363 12.9172 4.24973 12.6412 4.34515 12.3065C4.10595 12.3078 3.86676 12.3065 3.62756 12.3065C3.51305 12.3065 3.40236 12.2353 3.35528 12.1322C3.29676 12.0139 3.32729 11.8599 3.42653 11.7734C3.47743 11.7276 3.54486 11.6971 3.61357 11.6945C3.9749 11.692 4.33497 11.6933 4.69631 11.6933C4.81464 11.6895 4.92915 11.7632 4.97622 11.8714C5.01694 11.9554 5.00421 12.0508 4.99912 12.1411C4.96732 12.533 4.79046 12.9109 4.51055 13.1882C4.24209 13.458 3.87948 13.6323 3.50033 13.6705C3.12754 13.7112 2.74203 13.6208 2.42522 13.4185C2.10586 13.2162 1.85649 12.902 1.73435 12.5432C1.60966 12.1806 1.61602 11.7747 1.7458 11.4146C1.87303 11.0584 2.12749 10.7505 2.45194 10.5558Z",
80
+ fill: "#002CB8",
81
+ stroke: "#002CB8",
82
+ "stroke-width": "0.0011928"
83
+ }
84
+ ),
85
+ /* @__PURE__ */ u(
86
+ "path",
87
+ {
88
+ id: "Vector_7",
89
+ d: "M9.79675 10.3397C10.0589 10.3104 10.3286 10.3321 10.578 10.4186C10.8757 10.5216 11.1454 10.7087 11.3337 10.9619C11.3744 11.0089 11.3935 11.0789 11.3655 11.1374C11.3324 11.2138 11.2447 11.238 11.1798 11.2812C11.106 11.3181 11.0347 11.3894 10.9444 11.3677C10.8744 11.3588 10.8401 11.2914 10.7968 11.243C10.6301 11.0586 10.3909 10.9466 10.1441 10.9211C9.94816 10.9021 9.74586 10.9237 9.56265 11C9.34763 11.0904 9.16823 11.257 9.05626 11.4606C8.94557 11.6629 8.90995 11.8996 8.93158 12.1273C8.94684 12.308 9.00792 12.4861 9.11352 12.635C9.25856 12.8398 9.47486 12.9938 9.71914 13.0586C9.89218 13.1019 10.0767 13.1172 10.2522 13.0726C10.4749 13.0192 10.6874 12.9085 10.8451 12.7393C10.9571 12.6197 11.0335 12.467 11.0653 12.3067C11.0665 12.3003 11.0691 12.2863 11.0703 12.28C10.7599 12.2813 10.4495 12.28 10.1403 12.2813C10.0728 12.2685 10.0143 12.21 10.0105 12.14C10.0067 12.0764 10.0105 12.0128 10.0092 11.9492C10.0092 11.9034 10.0041 11.8525 10.0309 11.8118C10.0614 11.7596 10.1212 11.7316 10.1797 11.7354C10.6047 11.7354 11.0296 11.7354 11.4546 11.7354C11.5678 11.7316 11.6683 11.8359 11.6594 11.9492C11.6543 12.1095 11.6582 12.2736 11.6187 12.4301C11.5716 12.6299 11.4915 12.822 11.377 12.9925C11.2816 13.1363 11.153 13.2546 11.0118 13.3526C10.8273 13.4785 10.6212 13.5714 10.4049 13.6248C10.1148 13.6986 9.80693 13.6808 9.51939 13.6032C9.1237 13.4951 8.7789 13.2266 8.56388 12.8793C8.33231 12.5077 8.27506 12.0446 8.36412 11.6209C8.45064 11.2036 8.7191 10.8346 9.07153 10.598C9.28655 10.4542 9.53847 10.3677 9.79675 10.3397Z",
90
+ fill: "#002CB8",
91
+ stroke: "#002CB8",
92
+ "stroke-width": "0.0011928"
93
+ }
94
+ ),
95
+ /* @__PURE__ */ u(
96
+ "path",
97
+ {
98
+ id: "Vector_8",
99
+ d: "M13.5047 10.3358C13.7363 10.3141 13.9742 10.3307 14.1969 10.4007C14.5353 10.505 14.8445 10.7226 15.0404 11.0203C15.0786 11.0763 15.0608 11.1628 15.001 11.1971C14.917 11.248 14.8292 11.2964 14.744 11.3473C14.7058 11.3689 14.6663 11.3969 14.6205 11.3905C14.5773 11.3893 14.5429 11.3587 14.52 11.3244C14.3852 11.1233 14.1651 10.9872 13.9309 10.9376C13.7401 10.8994 13.5391 10.9083 13.352 10.9605C13.1446 11.019 12.9602 11.1475 12.8317 11.318C12.7082 11.477 12.6383 11.673 12.6217 11.8727C12.6001 12.1005 12.6332 12.3384 12.7426 12.542C12.8482 12.7392 13.0174 12.902 13.2223 12.9911C13.4131 13.0751 13.6269 13.0967 13.8317 13.0764C14.0798 13.0496 14.3203 12.93 14.478 12.7354C14.5086 12.6985 14.5289 12.6514 14.5696 12.6247C14.6104 12.5992 14.6651 12.6031 14.7058 12.6285C14.8025 12.6845 14.9005 12.7392 14.9971 12.7952C15.0468 12.8219 15.0722 12.8855 15.0569 12.9402C15.0417 12.9822 15.0111 13.0166 14.9857 13.0522C14.6892 13.4466 14.1956 13.6769 13.7045 13.6705C13.3215 13.6769 12.9309 13.5586 12.6319 13.3143C12.4576 13.1731 12.31 12.9987 12.2044 12.8003C12.0937 12.5929 12.0339 12.3613 12.0199 12.1259C12.0034 11.8727 12.0339 11.6132 12.1242 11.374C12.2566 11.0279 12.5149 10.7315 12.8355 10.5457C13.039 10.4274 13.2706 10.3587 13.5047 10.3358Z",
100
+ fill: "#002CB8",
101
+ stroke: "#002CB8",
102
+ "stroke-width": "0.0011928"
103
+ }
104
+ ),
105
+ /* @__PURE__ */ u(
106
+ "path",
107
+ {
108
+ id: "Vector_9",
109
+ d: "M5.38823 10.7226C5.51928 10.6882 5.66814 10.7556 5.72921 10.8765C6.06002 11.5763 6.06002 12.4237 5.72921 13.1234C5.68723 13.2061 5.60325 13.2672 5.51038 13.2825C5.40223 13.3016 5.28645 13.2558 5.21901 13.1692C5.14904 13.0789 5.13631 12.9491 5.18721 12.8473C5.43404 12.3117 5.43022 11.6692 5.18084 11.1348C5.10578 10.9707 5.21265 10.7607 5.38823 10.7226Z",
110
+ fill: "#6FBAF7",
111
+ stroke: "#6FBAF7",
112
+ "stroke-width": "0.0011928"
113
+ }
114
+ ),
115
+ /* @__PURE__ */ u(
116
+ "path",
117
+ {
118
+ id: "Vector_10",
119
+ d: "M16.3219 11.0305C16.5624 10.9822 16.8219 10.9962 17.0433 11.1069C17.2087 11.1883 17.3487 11.3295 17.4085 11.5064C17.4161 11.3919 17.4072 11.2761 17.4123 11.1603C17.4136 11.098 17.4734 11.0458 17.5357 11.0458C17.6553 11.0445 17.7736 11.0445 17.8932 11.0458C17.9607 11.0445 18.0205 11.1043 18.0179 11.173C18.0179 11.9275 18.0179 12.682 18.0179 13.4378C18.0179 13.4708 18.0192 13.5052 18.0154 13.5396C18.0065 13.5981 17.9505 13.6413 17.892 13.6413C17.794 13.6426 17.6973 13.6401 17.5993 13.6413C17.5662 13.6413 17.5332 13.6439 17.5026 13.6362C17.453 13.6223 17.4148 13.5777 17.4123 13.5268C17.4085 13.4492 17.4136 13.3716 17.4097 13.2953C17.3436 13.3538 17.2825 13.4174 17.21 13.4683C17.0293 13.6032 16.8067 13.6821 16.5815 13.6821C16.3334 13.6846 16.0853 13.607 15.8855 13.4594C15.6908 13.3182 15.5445 13.1159 15.458 12.8932C15.3537 12.6273 15.332 12.3334 15.3791 12.0535C15.4237 11.7927 15.542 11.5407 15.729 11.3512C15.8893 11.1883 16.0993 11.0763 16.3219 11.0305ZM16.5738 11.5484C16.3919 11.5751 16.2252 11.6807 16.1222 11.8334C15.9339 12.1069 15.9262 12.4873 16.0853 12.7762C16.1718 12.939 16.3219 13.0726 16.5026 13.121C16.7329 13.1871 16.9962 13.1235 17.1693 12.9568C17.3207 12.8169 17.3983 12.6108 17.4085 12.4072C17.4237 12.1718 17.3601 11.9186 17.1896 11.7481C17.0331 11.5853 16.7952 11.5127 16.5738 11.5484Z",
120
+ fill: "#002CB8",
121
+ stroke: "#002CB8",
122
+ "stroke-width": "0.0011928"
123
+ }
124
+ ),
125
+ /* @__PURE__ */ u(
126
+ "path",
127
+ {
128
+ id: "Vector_11",
129
+ d: "M19.3324 11.0115C19.5996 10.9873 19.8821 11.0217 20.1124 11.1667C20.3185 11.2939 20.4546 11.5191 20.4839 11.7583C20.4915 11.8283 20.4304 11.897 20.3605 11.8945C20.2498 11.8957 20.1378 11.8945 20.0284 11.8957C19.9902 11.897 19.9495 11.8919 19.9215 11.8652C19.8821 11.8334 19.8795 11.78 19.8592 11.7367C19.821 11.6476 19.7396 11.5827 19.648 11.5535C19.5513 11.523 19.4482 11.5217 19.349 11.5344C19.2675 11.5459 19.1836 11.5713 19.1276 11.6349C19.0665 11.7023 19.064 11.8169 19.1238 11.8856C19.1861 11.9581 19.279 11.9937 19.3668 12.0255C19.6174 12.1095 19.8821 12.154 20.1187 12.2774C20.2561 12.3487 20.3834 12.453 20.4533 12.593C20.564 12.8131 20.5449 13.0905 20.405 13.2927C20.2867 13.4683 20.0945 13.579 19.8935 13.6337C19.648 13.6999 19.3833 13.6986 19.139 13.6299C18.952 13.5765 18.7751 13.4772 18.6441 13.3335C18.541 13.2215 18.4672 13.0803 18.4431 12.9289C18.4303 12.8576 18.4927 12.7864 18.5652 12.7864C18.6886 12.7851 18.812 12.7864 18.9342 12.7864C18.9927 12.7838 19.0474 12.8233 19.0627 12.8792C19.0818 12.9441 19.1199 13.0039 19.1721 13.0472C19.2777 13.1363 19.4215 13.1681 19.5576 13.1592C19.6632 13.1541 19.7739 13.1324 19.8566 13.0625C19.9279 13.0027 19.9546 12.8907 19.9037 12.8105C19.8592 12.7431 19.7803 12.7075 19.7065 12.6769C19.4927 12.5968 19.2663 12.5599 19.0525 12.4797C18.896 12.4225 18.7408 12.3436 18.6288 12.2164C18.466 12.0332 18.4316 11.7571 18.5169 11.5319C18.5881 11.3461 18.7446 11.2049 18.9215 11.1222C19.05 11.0598 19.1912 11.0255 19.3324 11.0115Z",
130
+ fill: "#002CB8",
131
+ stroke: "#002CB8",
132
+ "stroke-width": "0.0011928"
133
+ }
134
+ ),
135
+ /* @__PURE__ */ u(
136
+ "path",
137
+ {
138
+ id: "Vector_12",
139
+ opacity: "0.75",
140
+ d: "M23.3516 12.0103C23.3694 12.1248 23.3567 12.2405 23.3605 12.3563C23.3605 12.7088 23.3605 13.0599 23.3605 13.4124C23.3605 13.4594 23.3656 13.5078 23.3528 13.5536C23.3579 13.3373 23.3541 13.1197 23.3554 12.9034C23.3541 12.6057 23.3592 12.308 23.3516 12.0103Z",
141
+ fill: "#001966",
142
+ stroke: "#001966",
143
+ "stroke-width": "0.0011928"
144
+ }
145
+ ),
146
+ /* @__PURE__ */ u(
147
+ "path",
148
+ {
149
+ id: "Vector_13",
150
+ opacity: "0.48",
151
+ d: "M22.7563 12.1489C22.7639 12.2265 22.7614 12.3041 22.7614 12.3818C22.7614 12.7685 22.7627 13.1553 22.7614 13.5421C22.7487 13.4785 22.7563 13.4136 22.755 13.3487C22.755 12.9492 22.7538 12.5497 22.7563 12.1489Z",
152
+ fill: "#000A2B",
153
+ stroke: "#000A2B",
154
+ "stroke-width": "0.0011928"
155
+ }
156
+ ),
157
+ /* @__PURE__ */ u(
158
+ "path",
159
+ {
160
+ id: "Vector_14",
161
+ opacity: "0.27",
162
+ d: "M10.1406 12.2813C10.4498 12.28 10.7602 12.2813 11.0707 12.28C11.0694 12.2864 11.0669 12.3004 11.0656 12.3067C11.0402 12.2928 11.0109 12.2877 10.9829 12.2877C10.7246 12.2902 10.4651 12.2864 10.2068 12.2902C10.1839 12.2902 10.1623 12.2851 10.1406 12.2813Z",
163
+ fill: "#00030E",
164
+ stroke: "#00030E",
165
+ "stroke-width": "0.0011928"
166
+ }
167
+ ),
168
+ /* @__PURE__ */ u(
169
+ "path",
170
+ {
171
+ id: "Vector_15",
172
+ opacity: "0.46",
173
+ d: "M3.12891 14.0383C3.25487 14.0409 3.37955 14.0409 3.50424 14.0396C3.38083 14.0536 3.25359 14.0536 3.12891 14.0383Z",
174
+ fill: "#001E3E",
175
+ stroke: "#001E3E",
176
+ "stroke-width": "0.0011928"
177
+ }
178
+ )
179
+ ] })
180
+ ] }),
181
+ /* @__PURE__ */ u("defs", { children: /* @__PURE__ */ u("clipPath", { id: "clip0_914_2811", children: /* @__PURE__ */ u(
182
+ "rect",
183
+ {
184
+ width: "22.8",
185
+ height: "5.41967",
186
+ fill: "white",
187
+ transform: "translate(0.601562 9.29028)"
188
+ }
189
+ ) }) })
190
+ ]
191
+ }
192
+ );
193
+ };
194
+ export {
195
+ IconGCash
196
+ };
@@ -0,0 +1,184 @@
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 IconGcashComplete({ size, style, className }) {
8
+ const computedSize = !isUndefined(size) ? `${size}px` : "1em";
9
+ return /* @__PURE__ */ u(
10
+ "svg",
11
+ {
12
+ height: computedSize,
13
+ viewBox: "0 0 94 22",
14
+ fill: "none",
15
+ xmlns: "http://www.w3.org/2000/svg",
16
+ style,
17
+ className: normalizedClass(COMMON_CLASS_NAME, className),
18
+ children: [
19
+ /* @__PURE__ */ u("g", { id: "gcash", "clip-path": "url(#clip0_914_3291)", children: [
20
+ /* @__PURE__ */ u(
21
+ "path",
22
+ {
23
+ id: "Vector",
24
+ d: "M8.39887 0.75269C9.69521 0.329183 11.0742 0.153582 12.4377 0.241383C14.4364 0.349842 16.3887 1.05741 18.0156 2.21947C18.1912 2.34859 18.3823 2.46738 18.532 2.63265C18.7903 2.92703 18.8936 3.34538 18.8006 3.72757C18.7076 4.14074 18.3823 4.49194 17.9794 4.6159C17.5869 4.73985 17.1376 4.65722 16.8225 4.39381C15.6088 3.459 14.1317 2.87022 12.6081 2.72561C12.0503 2.66363 11.4822 2.66363 10.9244 2.72561C9.31819 2.88572 7.76361 3.53131 6.51375 4.55909C5.10378 5.71082 4.076 7.33254 3.67316 9.1092C3.3013 10.7206 3.41492 12.4456 4.01403 13.9899C4.64412 15.6322 5.81651 17.0525 7.29362 18.0028C8.39887 18.7104 9.67455 19.1494 10.9761 19.2734C11.4822 19.3353 11.9987 19.3353 12.4997 19.2785C14.0749 19.1442 15.5985 18.54 16.8483 17.5742C17.1634 17.3263 17.6127 17.254 17.9949 17.3831C18.5217 17.5638 18.8987 18.1268 18.8316 18.6846C18.8006 19.01 18.6302 19.3198 18.3719 19.5161C17.3803 20.2908 16.2544 20.8848 15.0562 21.2669C13.5119 21.7628 11.8489 21.8919 10.2427 21.6698C8.46085 21.4219 6.74616 20.7092 5.31037 19.6246C3.9159 18.5813 2.77966 17.192 2.03078 15.6167C1.29739 14.0725 0.94102 12.3475 1.003 10.638C1.05981 8.53592 1.75705 6.4597 2.98625 4.75018C4.30842 2.89088 6.22452 1.46026 8.39887 0.75269Z",
25
+ fill: "white",
26
+ stroke: "white",
27
+ "stroke-width": "0.00484192"
28
+ }
29
+ ),
30
+ /* @__PURE__ */ u(
31
+ "path",
32
+ {
33
+ id: "Vector_2",
34
+ opacity: "0.4",
35
+ d: "M10.9258 2.72544C11.4836 2.66346 12.0517 2.66346 12.6095 2.72544C12.0465 2.70994 11.4887 2.70994 10.9258 2.72544Z",
36
+ fill: "#001934",
37
+ stroke: "#001934",
38
+ "stroke-width": "0.00484192"
39
+ }
40
+ ),
41
+ /* @__PURE__ */ u(
42
+ "path",
43
+ {
44
+ id: "Vector_3",
45
+ d: "M23.5142 3.68674C24.0514 3.52664 24.6815 3.77971 24.9397 4.28585C26.1792 6.7081 26.7215 9.47639 26.4994 12.1879C26.3445 14.1195 25.8125 16.0253 24.919 17.7451C24.5937 18.3597 23.7208 18.556 23.1579 18.1531C22.6362 17.8174 22.4658 17.0685 22.7757 16.5262C24.5007 13.1382 24.5162 8.93926 22.8118 5.54088C22.6569 5.26198 22.5743 4.93144 22.6517 4.61639C22.7395 4.17739 23.0856 3.80553 23.5142 3.68674Z",
46
+ fill: "white",
47
+ stroke: "white",
48
+ "stroke-width": "0.00484192"
49
+ }
50
+ ),
51
+ /* @__PURE__ */ u(
52
+ "path",
53
+ {
54
+ id: "Vector_4",
55
+ d: "M83.457 4.01672C83.5138 3.78948 83.7411 3.61904 83.9838 3.62937C84.4487 3.62937 84.9135 3.62421 85.3783 3.62937C85.6469 3.61904 85.8948 3.85662 85.8948 4.12518C85.9051 5.48867 85.8896 6.85215 85.8999 8.21047C86.5765 7.60104 87.4545 7.24984 88.3532 7.16204C89.3706 7.05874 90.4449 7.23434 91.3074 7.80763C92.3868 8.51003 92.9808 9.78571 93.0789 11.0407C93.1099 12.2493 93.0892 13.4578 93.0944 14.6664C93.0892 15.5444 93.1047 16.4275 93.0841 17.3055C93.0169 17.5276 92.7897 17.6722 92.5624 17.6619C92.1131 17.6619 91.6586 17.6671 91.2093 17.6619C90.9665 17.6722 90.7393 17.4915 90.6876 17.2591C90.6928 15.689 90.6876 14.1189 90.6876 12.5488C90.6876 12.2338 90.698 11.9187 90.667 11.6037C90.605 10.8341 90.3158 10.0181 89.665 9.54813C89.1382 9.15562 88.4358 9.06782 87.8006 9.17628C87.3047 9.26408 86.8399 9.52748 86.5197 9.91999C86.0755 10.4675 85.9051 11.1854 85.8999 11.8774C85.8948 13.6334 85.8999 15.3946 85.8948 17.1506C85.8999 17.4088 85.683 17.6412 85.4248 17.6567C85.0633 17.6722 84.7069 17.6567 84.3454 17.6619C84.1749 17.6619 84.0097 17.6722 83.8444 17.6464C83.6533 17.6051 83.4983 17.445 83.457 17.2591C83.457 12.8432 83.457 8.43256 83.457 4.01672Z",
56
+ fill: "white",
57
+ stroke: "white",
58
+ "stroke-width": "0.00484192"
59
+ }
60
+ ),
61
+ /* @__PURE__ */ u(
62
+ "path",
63
+ {
64
+ id: "Vector_5",
65
+ opacity: "0.52",
66
+ d: "M83.4062 4.22805C83.4114 4.16091 83.4217 4.0886 83.4372 4.0163C83.4372 8.43213 83.4372 12.8428 83.4372 17.2586C83.3908 17.0314 83.4114 16.8041 83.4114 16.5769C83.4063 12.4606 83.4166 8.34433 83.4062 4.22805Z",
67
+ fill: "#000B31",
68
+ stroke: "#000B31",
69
+ "stroke-width": "0.00484192"
70
+ }
71
+ ),
72
+ /* @__PURE__ */ u(
73
+ "path",
74
+ {
75
+ id: "Vector_6",
76
+ d: "M8.23842 5.13731C10.4283 3.81514 13.3876 3.85129 15.5155 5.29225C16.0423 5.6796 16.1508 6.50596 15.7428 7.01726C15.3761 7.51824 14.6168 7.66802 14.0952 7.33231C13.2689 6.80551 12.2669 6.57826 11.2959 6.69189C10.325 6.79518 9.39532 7.24451 8.71358 7.94175C8.03184 8.61833 7.58767 9.52732 7.47921 10.4828C7.38108 11.2575 7.5102 12.058 7.83041 12.7708C8.25392 13.7107 9.02346 14.4906 9.96344 14.9244C10.9241 15.3789 12.05 15.4512 13.0623 15.1362C14.4154 14.723 15.5362 13.6023 15.9235 12.244C14.9526 12.2491 13.9816 12.244 13.0106 12.244C12.5458 12.244 12.0965 11.9547 11.9054 11.5364C11.6678 11.0561 11.7917 10.4311 12.1946 10.0799C12.4012 9.89401 12.6749 9.77006 12.9538 9.75973C14.4206 9.7494 15.8822 9.75456 17.349 9.75456C17.8293 9.73907 18.2941 10.0386 18.4852 10.4776C18.6505 10.8185 18.5988 11.2058 18.5782 11.5725C18.4491 13.1633 17.7312 14.6972 16.5949 15.8231C15.5052 16.918 14.0332 17.6256 12.4942 17.7805C10.9809 17.9458 9.41598 17.5791 8.12997 16.7579C6.83362 15.9367 5.82134 14.661 5.32552 13.2046C4.81938 11.7326 4.84521 10.0851 5.37201 8.62349C5.88848 7.17737 6.92142 5.92751 8.23842 5.13731Z",
77
+ fill: "white",
78
+ stroke: "white",
79
+ "stroke-width": "0.00484192"
80
+ }
81
+ ),
82
+ /* @__PURE__ */ u(
83
+ "path",
84
+ {
85
+ id: "Vector_7",
86
+ d: "M38.0595 4.25979C39.1234 4.141 40.2183 4.2288 41.2306 4.58C42.4392 4.99834 43.5341 5.75756 44.2985 6.78534C44.4637 6.97643 44.5412 7.26049 44.4276 7.49807C44.2933 7.80795 43.9369 7.90608 43.6735 8.08168C43.374 8.23146 43.0847 8.52068 42.7181 8.43288C42.434 8.39673 42.2945 8.123 42.1189 7.92674C41.4424 7.17786 40.4714 6.72336 39.4694 6.62007C38.6741 6.5426 37.8529 6.6304 37.1092 6.94028C36.2363 7.30697 35.5081 7.98355 35.0536 8.80991C34.6043 9.6311 34.4597 10.5917 34.5475 11.5162C34.6094 12.2496 34.8574 12.9727 35.286 13.5769C35.8748 14.4085 36.7528 15.0334 37.7444 15.2968C38.4468 15.4724 39.1957 15.5344 39.9084 15.3536C40.8123 15.1367 41.6748 14.6874 42.3152 14.0004C42.7697 13.515 43.0796 12.8952 43.2087 12.2444C43.2139 12.2186 43.2242 12.1618 43.2294 12.136C41.9692 12.1411 40.709 12.136 39.4539 12.1411C39.1802 12.0895 38.9426 11.8519 38.9271 11.5679C38.9117 11.3096 38.9271 11.0514 38.922 10.7932C38.922 10.6072 38.9013 10.4006 39.0098 10.2354C39.1337 10.0236 39.3765 9.90999 39.6141 9.92548C41.3391 9.92548 43.0641 9.92548 44.7891 9.92548C45.2488 9.90999 45.6568 10.3335 45.6206 10.7932C45.6 11.4439 45.6155 12.1102 45.4553 12.7454C45.2643 13.5563 44.9389 14.3362 44.4741 15.0282C44.0867 15.6118 43.5651 16.0922 42.9918 16.4898C42.2429 17.0011 41.4062 17.3782 40.5282 17.5951C39.3507 17.8946 38.1008 17.8223 36.9336 17.5073C35.3273 17.0683 33.9277 15.9785 33.0549 14.5686C32.1149 13.0605 31.8825 11.1805 32.244 9.46066C32.5952 7.76663 33.685 6.26887 35.1156 5.30823C35.9884 4.72462 37.011 4.37341 38.0595 4.25979Z",
87
+ fill: "white",
88
+ stroke: "white",
89
+ "stroke-width": "0.00484192"
90
+ }
91
+ ),
92
+ /* @__PURE__ */ u(
93
+ "path",
94
+ {
95
+ id: "Vector_8",
96
+ d: "M53.1071 4.24365C54.0471 4.15585 55.0129 4.223 55.9167 4.50706C57.2906 4.93056 58.5456 5.81373 59.341 7.02227C59.4959 7.24952 59.4236 7.60072 59.1809 7.74017C58.84 7.94676 58.4836 8.14302 58.1376 8.3496C57.9826 8.4374 57.8225 8.55103 57.6366 8.5252C57.461 8.52004 57.3216 8.39609 57.2286 8.25664C56.6811 7.44061 55.7876 6.88799 54.8373 6.68657C54.0626 6.53162 53.2466 6.56778 52.4874 6.77953C51.6455 7.01711 50.8966 7.53874 50.375 8.23082C49.874 8.8764 49.59 9.67177 49.5228 10.4826C49.435 11.4071 49.5693 12.3729 50.0135 13.1993C50.4422 13.9998 51.1291 14.6609 51.9606 15.0224C52.7353 15.3633 53.603 15.4511 54.4345 15.3685C55.4416 15.26 56.4177 14.7745 57.0582 13.9843C57.1821 13.8345 57.2647 13.6434 57.43 13.535C57.5953 13.4317 57.8174 13.4472 57.9826 13.5505C58.3752 13.7777 58.7728 13.9998 59.1654 14.2271C59.3668 14.3355 59.4701 14.5937 59.4081 14.8158C59.3461 14.9863 59.2222 15.1257 59.1189 15.2703C57.9155 16.8714 55.9116 17.8062 53.918 17.7804C52.3634 17.8062 50.7779 17.3259 49.5642 16.3343C48.8566 15.761 48.2575 15.0534 47.8288 14.2477C47.3795 13.4059 47.1367 12.4659 47.0799 11.5104C47.0128 10.4826 47.1367 9.42903 47.5034 8.45806C48.0406 7.05326 49.089 5.84988 50.3905 5.09583C51.2169 4.61551 52.1568 4.33662 53.1071 4.24365Z",
97
+ fill: "white",
98
+ stroke: "white",
99
+ "stroke-width": "0.00484192"
100
+ }
101
+ ),
102
+ /* @__PURE__ */ u(
103
+ "path",
104
+ {
105
+ id: "Vector_9",
106
+ d: "M20.1526 5.81377C20.6846 5.67432 21.2889 5.94805 21.5368 6.4387C22.8796 9.27929 22.8796 12.719 21.5368 15.5596C21.3663 15.8953 21.0255 16.1432 20.6484 16.2052C20.2094 16.2826 19.7394 16.0967 19.4657 15.7455C19.1817 15.3788 19.13 14.852 19.3366 14.4388C20.3385 12.2645 20.3231 9.65632 19.3108 7.48714C19.0061 6.82089 19.4399 5.96871 20.1526 5.81377Z",
107
+ fill: "white",
108
+ stroke: "white",
109
+ "stroke-width": "0.00484192"
110
+ }
111
+ ),
112
+ /* @__PURE__ */ u(
113
+ "path",
114
+ {
115
+ id: "Vector_10",
116
+ d: "M64.5286 7.06407C65.5047 6.86781 66.5583 6.92462 67.4569 7.37395C68.1284 7.7045 68.6965 8.27778 68.9392 8.99567C68.9702 8.53085 68.9341 8.06086 68.9547 7.59087C68.9599 7.3378 69.2026 7.12605 69.4557 7.12605C69.9412 7.12088 70.4215 7.12088 70.907 7.12605C71.1807 7.12088 71.4234 7.36362 71.4131 7.64252C71.4131 10.7052 71.4131 13.7679 71.4131 16.8357C71.4131 16.97 71.4183 17.1094 71.4028 17.2489C71.3666 17.4865 71.1394 17.6621 70.9018 17.6621C70.5041 17.6672 70.1116 17.6569 69.7139 17.6621C69.5796 17.6621 69.4454 17.6724 69.3214 17.6414C69.12 17.5846 68.965 17.4038 68.9547 17.1972C68.9392 16.8822 68.9599 16.5671 68.9444 16.2573C68.6758 16.4948 68.4279 16.7531 68.1335 16.9597C67.4001 17.5071 66.4963 17.8273 65.5822 17.8273C64.575 17.8377 63.5679 17.5226 62.7571 16.9235C61.9669 16.3502 61.3729 15.529 61.0217 14.6252C60.5982 13.5458 60.5104 12.3527 60.7015 11.2165C60.8823 10.1577 61.3626 9.13512 62.1218 8.36558C62.7725 7.70449 63.6247 7.25 64.5286 7.06407ZM65.5512 9.16611C64.8126 9.27457 64.136 9.70324 63.7177 10.323C62.9533 11.4334 62.9223 12.9777 63.5679 14.1501C63.9191 14.8111 64.5286 15.3534 65.2619 15.5497C66.1968 15.8183 67.2658 15.56 67.9683 14.8835C68.5829 14.3153 68.8979 13.4786 68.9392 12.6523C69.0012 11.6968 68.743 10.669 68.0509 9.97697C67.4156 9.31589 66.4498 9.0215 65.5512 9.16611Z",
117
+ fill: "white",
118
+ stroke: "white",
119
+ "stroke-width": "0.00484192"
120
+ }
121
+ ),
122
+ /* @__PURE__ */ u(
123
+ "path",
124
+ {
125
+ id: "Vector_11",
126
+ d: "M76.7458 6.98682C77.8304 6.88869 78.9769 7.02814 79.9117 7.61692C80.7484 8.13339 81.3011 9.04754 81.4198 10.0185C81.4508 10.3026 81.2029 10.5815 80.9189 10.5711C80.4695 10.5763 80.015 10.5711 79.5709 10.5763C79.4159 10.5815 79.2507 10.5608 79.137 10.4523C78.9769 10.3232 78.9666 10.1063 78.884 9.93071C78.729 9.56918 78.3985 9.30578 78.0266 9.18699C77.6341 9.06304 77.2158 9.05787 76.8129 9.10952C76.4824 9.156 76.1415 9.2593 75.9143 9.51753C75.6663 9.79126 75.656 10.2561 75.8988 10.535C76.1518 10.8294 76.5289 10.974 76.8852 11.1031C77.9027 11.444 78.9769 11.6247 79.9376 12.1257C80.4954 12.4149 81.0118 12.8384 81.2959 13.4066C81.7452 14.3001 81.6677 15.426 81.0996 16.2472C80.6193 16.9599 79.8394 17.4092 79.0234 17.6313C78.0266 17.8999 76.9524 17.8947 75.9607 17.6158C75.2015 17.3989 74.4836 16.996 73.9517 16.4124C73.5333 15.9579 73.2338 15.3846 73.1356 14.77C73.084 14.4808 73.3371 14.1916 73.6315 14.1916C74.1324 14.1864 74.6334 14.1916 75.1292 14.1916C75.3668 14.1813 75.5889 14.3414 75.6509 14.5686C75.7283 14.832 75.8833 15.0748 76.095 15.2504C76.5237 15.6119 77.1073 15.741 77.6599 15.7049C78.0886 15.6842 78.5379 15.5964 78.8736 15.3123C79.1629 15.0696 79.2713 14.6151 79.0647 14.2897C78.884 14.016 78.5638 13.8714 78.2642 13.7474C77.3965 13.4221 76.4772 13.2723 75.6095 12.9469C74.9743 12.7145 74.3442 12.3943 73.8897 11.8778C73.2286 11.1341 73.0892 10.0133 73.4352 9.09919C73.7244 8.34514 74.3597 7.77186 75.0776 7.43615C75.5992 7.18308 76.1725 7.04363 76.7458 6.98682Z",
127
+ fill: "white",
128
+ stroke: "white",
129
+ "stroke-width": "0.00484192"
130
+ }
131
+ ),
132
+ /* @__PURE__ */ u(
133
+ "path",
134
+ {
135
+ id: "Vector_12",
136
+ opacity: "0.75",
137
+ d: "M93.0742 11.0415C93.1465 11.5063 93.0949 11.9763 93.1104 12.4463C93.1104 13.8769 93.1104 15.3024 93.1104 16.733C93.1104 16.9241 93.131 17.1204 93.0794 17.3063C93.1 16.4283 93.0846 15.5451 93.0897 14.6671C93.0846 13.4586 93.1052 12.25 93.0742 11.0415Z",
138
+ fill: "#001966",
139
+ stroke: "#001966",
140
+ "stroke-width": "0.00484192"
141
+ }
142
+ ),
143
+ /* @__PURE__ */ u(
144
+ "path",
145
+ {
146
+ id: "Vector_13",
147
+ opacity: "0.48",
148
+ d: "M90.6465 11.6036C90.6774 11.9187 90.6671 12.2337 90.6671 12.5488C90.6671 14.1189 90.6723 15.6889 90.6671 17.259C90.6155 17.0008 90.6465 16.7374 90.6413 16.474C90.6413 14.8522 90.6361 13.2305 90.6465 11.6036Z",
149
+ fill: "#000A2B",
150
+ stroke: "#000A2B",
151
+ "stroke-width": "0.00484192"
152
+ }
153
+ ),
154
+ /* @__PURE__ */ u(
155
+ "path",
156
+ {
157
+ id: "Vector_14",
158
+ opacity: "0.27",
159
+ d: "M39.4336 12.1407C40.6886 12.1356 41.9488 12.1407 43.209 12.1356C43.2038 12.1614 43.1935 12.2182 43.1883 12.244C43.085 12.1872 42.9663 12.1665 42.8526 12.1665C41.8042 12.1769 40.7506 12.1614 39.7022 12.1769C39.6092 12.1769 39.5214 12.1562 39.4336 12.1407Z",
160
+ fill: "#00030E",
161
+ stroke: "#00030E",
162
+ "stroke-width": "0.00484192"
163
+ }
164
+ ),
165
+ /* @__PURE__ */ u(
166
+ "path",
167
+ {
168
+ id: "Vector_15",
169
+ opacity: "0.46",
170
+ d: "M10.9805 19.2732C11.4918 19.2835 11.9979 19.2835 12.5041 19.2784C12.0031 19.3352 11.4866 19.3352 10.9805 19.2732Z",
171
+ fill: "#001E3E",
172
+ stroke: "#001E3E",
173
+ "stroke-width": "0.00484192"
174
+ }
175
+ )
176
+ ] }),
177
+ /* @__PURE__ */ u("defs", { children: /* @__PURE__ */ u("clipPath", { id: "clip0_914_3291", children: /* @__PURE__ */ u("rect", { width: "92.5517", height: "22", fill: "white", transform: "translate(0.722656)" }) }) })
178
+ ]
179
+ }
180
+ );
181
+ }
182
+ export {
183
+ IconGcashComplete
184
+ };
@@ -0,0 +1,59 @@
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 IconGrabPay = ({ 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 24 24",
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: "GrabPay online", children: [
21
+ /* @__PURE__ */ u("rect", { width: "24", height: "24", rx: "4.8", fill: "white" }),
22
+ /* @__PURE__ */ u("rect", { id: "logo-grabpay 1", y: "7.5", width: "24", height: "9", fill: "url(#pattern0_3246_26190)" })
23
+ ] }),
24
+ /* @__PURE__ */ u("defs", { children: [
25
+ /* @__PURE__ */ u(
26
+ "pattern",
27
+ {
28
+ id: "pattern0_3246_26190",
29
+ patternContentUnits: "objectBoundingBox",
30
+ width: "1",
31
+ height: "1",
32
+ children: /* @__PURE__ */ u(
33
+ "use",
34
+ {
35
+ xlinkHref: "#image0_3246_26190",
36
+ transform: "matrix(0.00337079 0 0 0.00919305 -0.344382 -0.318182)"
37
+ }
38
+ )
39
+ }
40
+ ),
41
+ /* @__PURE__ */ u(
42
+ "image",
43
+ {
44
+ id: "image0_3246_26190",
45
+ "data-name": "logo-grabpay.png",
46
+ width: "501",
47
+ height: "178",
48
+ preserveAspectRatio: "none",
49
+ xlinkHref: "data:image/png;base64,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"
50
+ }
51
+ )
52
+ ] })
53
+ ]
54
+ }
55
+ );
56
+ };
57
+ export {
58
+ IconGrabPay
59
+ };
@@ -0,0 +1,99 @@
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 IconLinePay = ({ 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 24 24",
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: "Line pay", children: [
21
+ /* @__PURE__ */ u("rect", { width: "24", height: "24", rx: "4.8", fill: "white" }),
22
+ /* @__PURE__ */ u(
23
+ "g",
24
+ {
25
+ id: "LINE Pay 行動支付 1",
26
+ "clip-path": "url(#clip0_3268_25686)",
27
+ children: /* @__PURE__ */ u("g", { id: "Group", children: [
28
+ /* @__PURE__ */ u(
29
+ "path",
30
+ {
31
+ id: "Vector",
32
+ "fill-rule": "evenodd",
33
+ "clip-rule": "evenodd",
34
+ d: "M4.35926 10.1328H3.75861C3.66648 10.1328 3.59173 10.2014 3.59173 10.2861V13.7173C3.59173 13.8019 3.66648 13.8705 3.75861 13.8705H4.35926C4.4514 13.8705 4.52615 13.8019 4.52615 13.7173V10.2861C4.52615 10.2014 4.4514 10.1328 4.35926 10.1328ZM3.05723 13.0127H1.50048V10.2861C1.50048 10.2014 1.42853 10.1328 1.33976 10.1328H0.762284C0.673326 10.1328 0.601562 10.2014 0.601562 10.2861V13.7173C0.601562 13.8019 0.673513 13.8705 0.762284 13.8705H3.05723C3.14601 13.8705 3.21796 13.8019 3.21796 13.7173V13.166C3.21796 13.0813 3.14601 13.0127 3.05723 13.0127ZM11.2802 10.9906C11.369 10.9906 11.4409 10.922 11.4409 10.8374V10.2861C11.4409 10.2014 11.369 10.1328 11.2802 10.1328H8.98523C8.89646 10.1328 8.8247 10.2014 8.8247 10.2861V13.7173C8.8247 13.8019 8.89646 13.8705 8.98523 13.8705H11.2802C11.3688 13.8705 11.4407 13.8019 11.4407 13.7173V13.166C11.4407 13.0813 11.3688 13.0127 11.28 13.0127H9.72324V12.4306H11.28C11.3688 12.4306 11.4407 12.362 11.4407 12.2773V11.726C11.4407 11.6414 11.3688 11.5728 11.28 11.5728H9.72324V10.9906H11.2802ZM8.10295 10.1336H7.52361C7.43465 10.1336 7.36251 10.2021 7.36251 10.2866V12.2717L5.84612 10.2085C5.80314 10.1502 5.73904 10.1336 5.66783 10.1336C5.65886 10.1321 5.64971 10.1336 5.64036 10.1336H5.06102C4.97206 10.1336 4.89992 10.2021 4.89992 10.2866V13.7173C4.89992 13.8019 4.97206 13.8705 5.06083 13.8705H5.64018C5.72913 13.8705 5.80127 13.8019 5.80127 13.7173V11.644L7.38232 13.795C7.38793 13.8027 7.39409 13.8098 7.40082 13.8163C7.42941 13.8482 7.46931 13.8676 7.51202 13.8705H8.10295C8.19172 13.8705 8.26386 13.8019 8.26386 13.7173V10.2866C8.26386 10.2021 8.19172 10.1336 8.10295 10.1336Z",
35
+ fill: "black"
36
+ }
37
+ ),
38
+ /* @__PURE__ */ u("g", { id: "Group_2", children: /* @__PURE__ */ u("g", { id: "Mask group", children: [
39
+ /* @__PURE__ */ u(
40
+ "mask",
41
+ {
42
+ id: "mask0_3268_25686",
43
+ style: "mask-type:luminance",
44
+ maskUnits: "userSpaceOnUse",
45
+ x: "12",
46
+ y: "8",
47
+ width: "12",
48
+ height: "8",
49
+ children: /* @__PURE__ */ u("g", { id: "Group_3", children: /* @__PURE__ */ u(
50
+ "path",
51
+ {
52
+ id: "Vector_2",
53
+ d: "M12.7461 8.63672H23.3986V15.3646H12.7461V8.63672Z",
54
+ fill: "white"
55
+ }
56
+ ) })
57
+ }
58
+ ),
59
+ /* @__PURE__ */ u("g", { mask: "url(#mask0_3268_25686)", children: /* @__PURE__ */ u(
60
+ "path",
61
+ {
62
+ id: "Vector_3",
63
+ "fill-rule": "evenodd",
64
+ "clip-rule": "evenodd",
65
+ d: "M23.0111 15.3646H13.1335C13.0825 15.3644 13.0319 15.3542 12.9849 15.3345C12.9378 15.3148 12.895 15.286 12.859 15.2498C12.823 15.2136 12.7946 15.1706 12.7752 15.1234C12.7558 15.0762 12.7459 15.0256 12.7461 14.9746V9.02675C12.7459 8.9757 12.7558 8.92512 12.7752 8.87789C12.7946 8.83066 12.823 8.78771 12.859 8.7515C12.895 8.71528 12.9378 8.6865 12.9849 8.66681C13.0319 8.64711 13.0825 8.63689 13.1335 8.63672H23.0111C23.0622 8.63689 23.1127 8.64711 23.1598 8.66681C23.2069 8.6865 23.2497 8.71528 23.2856 8.7515C23.3216 8.78771 23.3501 8.83066 23.3695 8.87789C23.3888 8.92512 23.3987 8.9757 23.3986 9.02675V14.9746C23.3987 15.0256 23.3888 15.0762 23.3695 15.1234C23.3501 15.1706 23.3216 15.2136 23.2856 15.2498C23.2497 15.286 23.2069 15.3148 23.1598 15.3345C23.1127 15.3542 23.0622 15.3644 23.0111 15.3646Z",
66
+ fill: "#00C34D"
67
+ }
68
+ ) })
69
+ ] }) }),
70
+ /* @__PURE__ */ u(
71
+ "path",
72
+ {
73
+ id: "Vector_4",
74
+ "fill-rule": "evenodd",
75
+ "clip-rule": "evenodd",
76
+ d: "M15.9687 11.4097C15.9687 11.1781 15.8104 11.0011 15.5949 11.0011H15.1333V11.818H15.5949C15.8104 11.818 15.9687 11.641 15.9687 11.4097ZM16.6723 11.4097C16.6723 12.0133 16.2017 12.4988 15.5949 12.4988H15.1333V13.3905C15.1335 13.4043 15.131 13.418 15.1259 13.4309C15.1208 13.4438 15.1133 13.4555 15.1036 13.4654C15.094 13.4754 15.0825 13.4833 15.0698 13.4888C15.0571 13.4942 15.0434 13.4972 15.0296 13.4974H14.5332C14.5194 13.4971 14.5058 13.4942 14.4931 13.4887C14.4804 13.4832 14.4689 13.4753 14.4593 13.4654C14.4497 13.4554 14.4421 13.4437 14.4371 13.4309C14.432 13.418 14.4295 13.4043 14.4297 13.3905V10.4272C14.4297 10.3682 14.476 10.3203 14.5332 10.3203H15.5949C16.2017 10.3203 16.6723 10.806 16.6723 11.4097ZM18.6114 12.0957C18.6114 11.7507 18.3855 11.5343 18.074 11.5343C17.7624 11.5343 17.5365 11.7507 17.5365 12.0957C17.5365 12.4409 17.7624 12.6571 18.074 12.6571C18.3855 12.6571 18.6114 12.4409 18.6114 12.0957ZM19.2887 11.0024V13.189C19.2888 13.1964 19.2874 13.2038 19.2846 13.2107C19.2818 13.2176 19.2777 13.2238 19.2725 13.2291C19.2673 13.2344 19.2611 13.2387 19.2543 13.2415C19.2474 13.2444 19.2401 13.246 19.2327 13.246H18.6673C18.6599 13.246 18.6526 13.2444 18.6457 13.2415C18.6389 13.2387 18.6327 13.2344 18.6275 13.2291C18.6222 13.2238 18.6181 13.2176 18.6154 13.2107C18.6126 13.2038 18.6112 13.1964 18.6113 13.189V13.0298C18.4623 13.2047 18.2412 13.3105 17.9385 13.3105C17.347 13.3105 16.8592 12.7812 16.8592 12.0957C16.8592 11.4102 17.347 10.881 17.9385 10.881C18.2412 10.881 18.4623 10.9867 18.6113 11.1617V11.0024C18.6113 10.971 18.6365 10.9454 18.6673 10.9454H19.2327C19.2637 10.9454 19.2887 10.971 19.2887 11.0024ZM21.3916 10.94L20.8855 12.2551L20.3622 10.9391C20.3556 10.9221 20.3441 10.9074 20.3291 10.8971C20.3141 10.8867 20.2963 10.8811 20.2781 10.881H19.7171C19.6784 10.881 19.6518 10.9215 19.6666 10.9585L20.5397 13.1542L20.2215 13.981C20.2073 14.018 20.2336 14.058 20.2721 14.058H20.8335C20.8709 14.058 20.9043 14.0347 20.918 13.999L22.0881 10.958C22.1023 10.921 22.0759 10.881 22.0374 10.881H21.476C21.4386 10.881 21.4054 10.9043 21.3916 10.94Z",
77
+ fill: "white"
78
+ }
79
+ )
80
+ ] })
81
+ }
82
+ )
83
+ ] }),
84
+ /* @__PURE__ */ u("defs", { children: /* @__PURE__ */ u("clipPath", { id: "clip0_3268_25686", children: /* @__PURE__ */ u(
85
+ "rect",
86
+ {
87
+ width: "22.8",
88
+ height: "6.72787",
89
+ fill: "white",
90
+ transform: "translate(0.601562 8.63672)"
91
+ }
92
+ ) }) })
93
+ ]
94
+ }
95
+ );
96
+ };
97
+ export {
98
+ IconLinePay
99
+ };