be-components 0.4.9 → 0.5.1

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 (250) hide show
  1. package/lib/commonjs/ApiOverrides/index.js +12 -3
  2. package/lib/commonjs/ApiOverrides/index.js.map +1 -1
  3. package/lib/commonjs/Checkout/api/index.js +254 -0
  4. package/lib/commonjs/Checkout/api/index.js.map +1 -0
  5. package/lib/commonjs/Checkout/components/AccountSummaryCard.js +274 -0
  6. package/lib/commonjs/Checkout/components/AccountSummaryCard.js.map +1 -0
  7. package/lib/commonjs/Checkout/components/ItemSummaryCard.js +56 -0
  8. package/lib/commonjs/Checkout/components/ItemSummaryCard.js.map +1 -0
  9. package/lib/commonjs/Checkout/components/OrderSummaryCard.js +84 -0
  10. package/lib/commonjs/Checkout/components/OrderSummaryCard.js.map +1 -0
  11. package/lib/commonjs/Checkout/index.js +590 -0
  12. package/lib/commonjs/Checkout/index.js.map +1 -0
  13. package/lib/commonjs/Components/Button.js +11 -3
  14. package/lib/commonjs/Components/Button.js.map +1 -1
  15. package/lib/commonjs/Components/Checkbox.js +6 -2
  16. package/lib/commonjs/Components/Checkbox.js.map +1 -1
  17. package/lib/commonjs/Components/Icons.js +441 -4
  18. package/lib/commonjs/Components/Icons.js.map +1 -1
  19. package/lib/commonjs/Components/Spring.js +6 -5
  20. package/lib/commonjs/Components/Spring.js.map +1 -1
  21. package/lib/commonjs/LocationTracker/LocationStatus.js +95 -0
  22. package/lib/commonjs/LocationTracker/LocationStatus.js.map +1 -0
  23. package/lib/commonjs/LocationTracker/api/index.js +124 -0
  24. package/lib/commonjs/LocationTracker/api/index.js.map +1 -0
  25. package/lib/commonjs/LocationTracker/index.js +207 -0
  26. package/lib/commonjs/LocationTracker/index.js.map +1 -0
  27. package/lib/commonjs/Observer/Observer.js +2 -0
  28. package/lib/commonjs/Observer/Observer.js.map +1 -1
  29. package/lib/commonjs/Wallet/api/index.js +621 -0
  30. package/lib/commonjs/Wallet/api/index.js.map +1 -0
  31. package/lib/commonjs/Wallet/components/ACHAdd.js +63 -0
  32. package/lib/commonjs/Wallet/components/ACHAdd.js.map +1 -0
  33. package/lib/commonjs/Wallet/components/AccountCard.js +137 -0
  34. package/lib/commonjs/Wallet/components/AccountCard.js.map +1 -0
  35. package/lib/commonjs/Wallet/components/AccountLimitManager.js +321 -0
  36. package/lib/commonjs/Wallet/components/AccountLimitManager.js.map +1 -0
  37. package/lib/commonjs/Wallet/components/AccountManager.js +202 -0
  38. package/lib/commonjs/Wallet/components/AccountManager.js.map +1 -0
  39. package/lib/commonjs/Wallet/components/AccountSnoozeManager.js +263 -0
  40. package/lib/commonjs/Wallet/components/AccountSnoozeManager.js.map +1 -0
  41. package/lib/commonjs/Wallet/components/AddressCard.js +56 -0
  42. package/lib/commonjs/Wallet/components/AddressCard.js.map +1 -0
  43. package/lib/commonjs/Wallet/components/AddressManager.js +365 -0
  44. package/lib/commonjs/Wallet/components/AddressManager.js.map +1 -0
  45. package/lib/commonjs/Wallet/components/DepositCard.js +195 -0
  46. package/lib/commonjs/Wallet/components/DepositCard.js.map +1 -0
  47. package/lib/commonjs/Wallet/components/LinkAccountManager.js +167 -0
  48. package/lib/commonjs/Wallet/components/LinkAccountManager.js.map +1 -0
  49. package/lib/commonjs/Wallet/components/ManageAccountCard.js +216 -0
  50. package/lib/commonjs/Wallet/components/ManageAccountCard.js.map +1 -0
  51. package/lib/commonjs/Wallet/components/ManualACHAdd.js +270 -0
  52. package/lib/commonjs/Wallet/components/ManualACHAdd.js.map +1 -0
  53. package/lib/commonjs/Wallet/components/ManualCardAdd.js +337 -0
  54. package/lib/commonjs/Wallet/components/ManualCardAdd.js.map +1 -0
  55. package/lib/commonjs/Wallet/components/MyBalance.js +73 -0
  56. package/lib/commonjs/Wallet/components/MyBalance.js.map +1 -0
  57. package/lib/commonjs/Wallet/components/PayPalOrderCapture.js +68 -0
  58. package/lib/commonjs/Wallet/components/PayPalOrderCapture.js.map +1 -0
  59. package/lib/commonjs/Wallet/components/RemoveAccount.js +108 -0
  60. package/lib/commonjs/Wallet/components/RemoveAccount.js.map +1 -0
  61. package/lib/commonjs/Wallet/components/VerifyACHAccount.js +196 -0
  62. package/lib/commonjs/Wallet/components/VerifyACHAccount.js.map +1 -0
  63. package/lib/commonjs/Wallet/components/WalletSetup.js +316 -0
  64. package/lib/commonjs/Wallet/components/WalletSetup.js.map +1 -0
  65. package/lib/commonjs/Wallet/components/WithdrawCard.js +336 -0
  66. package/lib/commonjs/Wallet/components/WithdrawCard.js.map +1 -0
  67. package/lib/commonjs/Wallet/index.js +221 -0
  68. package/lib/commonjs/Wallet/index.js.map +1 -0
  69. package/lib/commonjs/constants/colors.js +3 -0
  70. package/lib/commonjs/constants/colors.js.map +1 -1
  71. package/lib/commonjs/index.js +21 -0
  72. package/lib/commonjs/index.js.map +1 -1
  73. package/lib/module/ApiOverrides/index.js +12 -3
  74. package/lib/module/ApiOverrides/index.js.map +1 -1
  75. package/lib/module/Checkout/api/index.js +248 -0
  76. package/lib/module/Checkout/api/index.js.map +1 -0
  77. package/lib/module/Checkout/components/AccountSummaryCard.js +267 -0
  78. package/lib/module/Checkout/components/AccountSummaryCard.js.map +1 -0
  79. package/lib/module/Checkout/components/ItemSummaryCard.js +49 -0
  80. package/lib/module/Checkout/components/ItemSummaryCard.js.map +1 -0
  81. package/lib/module/Checkout/components/OrderSummaryCard.js +77 -0
  82. package/lib/module/Checkout/components/OrderSummaryCard.js.map +1 -0
  83. package/lib/module/Checkout/index.js +581 -0
  84. package/lib/module/Checkout/index.js.map +1 -0
  85. package/lib/module/Components/Button.js +11 -3
  86. package/lib/module/Components/Button.js.map +1 -1
  87. package/lib/module/Components/Checkbox.js +6 -2
  88. package/lib/module/Components/Checkbox.js.map +1 -1
  89. package/lib/module/Components/Icons.js +441 -4
  90. package/lib/module/Components/Icons.js.map +1 -1
  91. package/lib/module/Components/Spring.js +6 -5
  92. package/lib/module/Components/Spring.js.map +1 -1
  93. package/lib/module/LocationTracker/LocationStatus.js +88 -0
  94. package/lib/module/LocationTracker/LocationStatus.js.map +1 -0
  95. package/lib/module/LocationTracker/api/index.js +118 -0
  96. package/lib/module/LocationTracker/api/index.js.map +1 -0
  97. package/lib/module/LocationTracker/index.js +200 -0
  98. package/lib/module/LocationTracker/index.js.map +1 -0
  99. package/lib/module/Observer/Observer.js +2 -0
  100. package/lib/module/Observer/Observer.js.map +1 -1
  101. package/lib/module/Wallet/api/index.js +615 -0
  102. package/lib/module/Wallet/api/index.js.map +1 -0
  103. package/lib/module/Wallet/components/ACHAdd.js +56 -0
  104. package/lib/module/Wallet/components/ACHAdd.js.map +1 -0
  105. package/lib/module/Wallet/components/AccountCard.js +130 -0
  106. package/lib/module/Wallet/components/AccountCard.js.map +1 -0
  107. package/lib/module/Wallet/components/AccountLimitManager.js +312 -0
  108. package/lib/module/Wallet/components/AccountLimitManager.js.map +1 -0
  109. package/lib/module/Wallet/components/AccountManager.js +195 -0
  110. package/lib/module/Wallet/components/AccountManager.js.map +1 -0
  111. package/lib/module/Wallet/components/AccountSnoozeManager.js +254 -0
  112. package/lib/module/Wallet/components/AccountSnoozeManager.js.map +1 -0
  113. package/lib/module/Wallet/components/AddressCard.js +49 -0
  114. package/lib/module/Wallet/components/AddressCard.js.map +1 -0
  115. package/lib/module/Wallet/components/AddressManager.js +356 -0
  116. package/lib/module/Wallet/components/AddressManager.js.map +1 -0
  117. package/lib/module/Wallet/components/DepositCard.js +186 -0
  118. package/lib/module/Wallet/components/DepositCard.js.map +1 -0
  119. package/lib/module/Wallet/components/LinkAccountManager.js +158 -0
  120. package/lib/module/Wallet/components/LinkAccountManager.js.map +1 -0
  121. package/lib/module/Wallet/components/ManageAccountCard.js +207 -0
  122. package/lib/module/Wallet/components/ManageAccountCard.js.map +1 -0
  123. package/lib/module/Wallet/components/ManualACHAdd.js +261 -0
  124. package/lib/module/Wallet/components/ManualACHAdd.js.map +1 -0
  125. package/lib/module/Wallet/components/ManualCardAdd.js +328 -0
  126. package/lib/module/Wallet/components/ManualCardAdd.js.map +1 -0
  127. package/lib/module/Wallet/components/MyBalance.js +66 -0
  128. package/lib/module/Wallet/components/MyBalance.js.map +1 -0
  129. package/lib/module/Wallet/components/PayPalOrderCapture.js +61 -0
  130. package/lib/module/Wallet/components/PayPalOrderCapture.js.map +1 -0
  131. package/lib/module/Wallet/components/RemoveAccount.js +100 -0
  132. package/lib/module/Wallet/components/RemoveAccount.js.map +1 -0
  133. package/lib/module/Wallet/components/VerifyACHAccount.js +187 -0
  134. package/lib/module/Wallet/components/VerifyACHAccount.js.map +1 -0
  135. package/lib/module/Wallet/components/WalletSetup.js +307 -0
  136. package/lib/module/Wallet/components/WalletSetup.js.map +1 -0
  137. package/lib/module/Wallet/components/WithdrawCard.js +327 -0
  138. package/lib/module/Wallet/components/WithdrawCard.js.map +1 -0
  139. package/lib/module/Wallet/index.js +212 -0
  140. package/lib/module/Wallet/index.js.map +1 -0
  141. package/lib/module/constants/colors.js +3 -0
  142. package/lib/module/constants/colors.js.map +1 -1
  143. package/lib/module/index.js +4 -1
  144. package/lib/module/index.js.map +1 -1
  145. package/lib/typescript/src/ApiOverrides/index.d.ts.map +1 -1
  146. package/lib/typescript/src/Checkout/api/index.d.ts +49 -0
  147. package/lib/typescript/src/Checkout/api/index.d.ts.map +1 -0
  148. package/lib/typescript/src/Checkout/components/AccountSummaryCard.d.ts +18 -0
  149. package/lib/typescript/src/Checkout/components/AccountSummaryCard.d.ts.map +1 -0
  150. package/lib/typescript/src/Checkout/components/ItemSummaryCard.d.ts +8 -0
  151. package/lib/typescript/src/Checkout/components/ItemSummaryCard.d.ts.map +1 -0
  152. package/lib/typescript/src/Checkout/components/OrderSummaryCard.d.ts +8 -0
  153. package/lib/typescript/src/Checkout/components/OrderSummaryCard.d.ts.map +1 -0
  154. package/lib/typescript/src/Checkout/index.d.ts +12 -0
  155. package/lib/typescript/src/Checkout/index.d.ts.map +1 -0
  156. package/lib/typescript/src/Components/Button.d.ts.map +1 -1
  157. package/lib/typescript/src/Components/Checkbox.d.ts +3 -1
  158. package/lib/typescript/src/Components/Checkbox.d.ts.map +1 -1
  159. package/lib/typescript/src/Components/Icons.d.ts +8 -1
  160. package/lib/typescript/src/Components/Icons.d.ts.map +1 -1
  161. package/lib/typescript/src/Components/Spring.d.ts.map +1 -1
  162. package/lib/typescript/src/LocationTracker/LocationStatus.d.ts +21 -0
  163. package/lib/typescript/src/LocationTracker/LocationStatus.d.ts.map +1 -0
  164. package/lib/typescript/src/LocationTracker/api/index.d.ts +19 -0
  165. package/lib/typescript/src/LocationTracker/api/index.d.ts.map +1 -0
  166. package/lib/typescript/src/LocationTracker/index.d.ts +22 -0
  167. package/lib/typescript/src/LocationTracker/index.d.ts.map +1 -0
  168. package/lib/typescript/src/Observer/Observer.d.ts.map +1 -1
  169. package/lib/typescript/src/Wallet/api/index.d.ts +94 -0
  170. package/lib/typescript/src/Wallet/api/index.d.ts.map +1 -0
  171. package/lib/typescript/src/Wallet/components/ACHAdd.d.ts +13 -0
  172. package/lib/typescript/src/Wallet/components/ACHAdd.d.ts.map +1 -0
  173. package/lib/typescript/src/Wallet/components/AccountCard.d.ts +10 -0
  174. package/lib/typescript/src/Wallet/components/AccountCard.d.ts.map +1 -0
  175. package/lib/typescript/src/Wallet/components/AccountLimitManager.d.ts +10 -0
  176. package/lib/typescript/src/Wallet/components/AccountLimitManager.d.ts.map +1 -0
  177. package/lib/typescript/src/Wallet/components/AccountManager.d.ts +13 -0
  178. package/lib/typescript/src/Wallet/components/AccountManager.d.ts.map +1 -0
  179. package/lib/typescript/src/Wallet/components/AccountSnoozeManager.d.ts +10 -0
  180. package/lib/typescript/src/Wallet/components/AccountSnoozeManager.d.ts.map +1 -0
  181. package/lib/typescript/src/Wallet/components/AddressCard.d.ts +10 -0
  182. package/lib/typescript/src/Wallet/components/AddressCard.d.ts.map +1 -0
  183. package/lib/typescript/src/Wallet/components/AddressManager.d.ts +23 -0
  184. package/lib/typescript/src/Wallet/components/AddressManager.d.ts.map +1 -0
  185. package/lib/typescript/src/Wallet/components/DepositCard.d.ts +14 -0
  186. package/lib/typescript/src/Wallet/components/DepositCard.d.ts.map +1 -0
  187. package/lib/typescript/src/Wallet/components/LinkAccountManager.d.ts +10 -0
  188. package/lib/typescript/src/Wallet/components/LinkAccountManager.d.ts.map +1 -0
  189. package/lib/typescript/src/Wallet/components/ManageAccountCard.d.ts +17 -0
  190. package/lib/typescript/src/Wallet/components/ManageAccountCard.d.ts.map +1 -0
  191. package/lib/typescript/src/Wallet/components/ManualACHAdd.d.ts +11 -0
  192. package/lib/typescript/src/Wallet/components/ManualACHAdd.d.ts.map +1 -0
  193. package/lib/typescript/src/Wallet/components/ManualCardAdd.d.ts +11 -0
  194. package/lib/typescript/src/Wallet/components/ManualCardAdd.d.ts.map +1 -0
  195. package/lib/typescript/src/Wallet/components/MyBalance.d.ts +14 -0
  196. package/lib/typescript/src/Wallet/components/MyBalance.d.ts.map +1 -0
  197. package/lib/typescript/src/Wallet/components/PayPalOrderCapture.d.ts +16 -0
  198. package/lib/typescript/src/Wallet/components/PayPalOrderCapture.d.ts.map +1 -0
  199. package/lib/typescript/src/Wallet/components/RemoveAccount.d.ts +10 -0
  200. package/lib/typescript/src/Wallet/components/RemoveAccount.d.ts.map +1 -0
  201. package/lib/typescript/src/Wallet/components/VerifyACHAccount.d.ts +10 -0
  202. package/lib/typescript/src/Wallet/components/VerifyACHAccount.d.ts.map +1 -0
  203. package/lib/typescript/src/Wallet/components/WalletSetup.d.ts +11 -0
  204. package/lib/typescript/src/Wallet/components/WalletSetup.d.ts.map +1 -0
  205. package/lib/typescript/src/Wallet/components/WithdrawCard.d.ts +16 -0
  206. package/lib/typescript/src/Wallet/components/WithdrawCard.d.ts.map +1 -0
  207. package/lib/typescript/src/Wallet/index.d.ts +10 -0
  208. package/lib/typescript/src/Wallet/index.d.ts.map +1 -0
  209. package/lib/typescript/src/constants/colors.d.ts +3 -0
  210. package/lib/typescript/src/constants/colors.d.ts.map +1 -1
  211. package/lib/typescript/src/index.d.ts +4 -1
  212. package/lib/typescript/src/index.d.ts.map +1 -1
  213. package/package.json +4 -1
  214. package/src/ApiOverrides/index.ts +13 -3
  215. package/src/Checkout/api/index.tsx +199 -0
  216. package/src/Checkout/components/AccountSummaryCard.tsx +169 -0
  217. package/src/Checkout/components/ItemSummaryCard.tsx +34 -0
  218. package/src/Checkout/components/OrderSummaryCard.tsx +40 -0
  219. package/src/Checkout/index.tsx +398 -0
  220. package/src/Components/Button.tsx +5 -4
  221. package/src/Components/Checkbox.tsx +5 -2
  222. package/src/Components/Icons.tsx +196 -3
  223. package/src/Components/Spring.tsx +4 -3
  224. package/src/LocationTracker/LocationStatus.tsx +96 -0
  225. package/src/LocationTracker/api/index.tsx +114 -0
  226. package/src/LocationTracker/index.tsx +130 -0
  227. package/src/Observer/Observer.tsx +2 -1
  228. package/src/Wallet/api/index.ts +461 -0
  229. package/src/Wallet/components/ACHAdd.tsx +49 -0
  230. package/src/Wallet/components/AccountCard.tsx +92 -0
  231. package/src/Wallet/components/AccountLimitManager.tsx +212 -0
  232. package/src/Wallet/components/AccountManager.tsx +103 -0
  233. package/src/Wallet/components/AccountSnoozeManager.tsx +153 -0
  234. package/src/Wallet/components/AddressCard.tsx +31 -0
  235. package/src/Wallet/components/AddressManager.tsx +203 -0
  236. package/src/Wallet/components/DepositCard.tsx +107 -0
  237. package/src/Wallet/components/LinkAccountManager.tsx +119 -0
  238. package/src/Wallet/components/ManageAccountCard.tsx +146 -0
  239. package/src/Wallet/components/ManualACHAdd.tsx +164 -0
  240. package/src/Wallet/components/ManualCardAdd.tsx +185 -0
  241. package/src/Wallet/components/MyBalance.tsx +64 -0
  242. package/src/Wallet/components/PayPalOrderCapture.tsx +59 -0
  243. package/src/Wallet/components/RemoveAccount.tsx +68 -0
  244. package/src/Wallet/components/VerifyACHAccount.tsx +140 -0
  245. package/src/Wallet/components/WalletSetup.tsx +197 -0
  246. package/src/Wallet/components/WithdrawCard.tsx +145 -0
  247. package/src/Wallet/index.tsx +229 -0
  248. package/src/constants/colors.ts +3 -0
  249. package/src/index.tsx +7 -2
  250. package/src/types.d.ts +296 -1
@@ -1 +1 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_","_colors","obj","__esModule","default","Button","title","style","title_weight","disabled","loading","title_size","padding","borderRadiusOverride","avatar_url","title_color","borderWidth","borderColor","backgroundColor","borderRadius","onPress","input_style","getBorderRadiusOverride","createElement","TouchableOpacity","flexDirection","alignItems","Colors","shades","white","ev","Image","source","uri","height","width","marginRight","resizeMode","Fragment","View","flex","marginLeft","Text","size","weight","textAlign","color","brand","midnight","ActivityIndicator","alignSelf","_default","exports"],"sourceRoot":"../../../src","sources":["Components/Button.tsx"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_","_colors","obj","__esModule","default","Button","title","style","title_weight","disabled","loading","title_size","padding","borderRadiusOverride","avatar_url","title_color","borderWidth","borderColor","backgroundColor","borderRadius","onPress","input_style","getBorderRadiusOverride","createElement","TouchableOpacity","flexDirection","alignItems","Colors","shades","white","ev","Image","source","uri","height","width","marginRight","resizeMode","Fragment","View","flex","marginLeft","Text","size","weight","textAlign","color","brand","midnight","position","top","bottom","left","right","ActivityIndicator","alignSelf","_default","exports"],"sourceRoot":"../../../src","sources":["Components/Button.tsx"],"mappings":"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","ignoreList":[]}
@@ -11,13 +11,16 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
11
11
  const Checkbox = ({
12
12
  checked,
13
13
  size,
14
+ disabled,
14
15
  color,
15
16
  onSelect,
16
- style
17
+ style,
18
+ fill_style
17
19
  }) => {
18
20
  const box_size = size ?? 20;
19
21
  const box_color = color ?? _colors.default.brand.midnight;
20
22
  return /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
23
+ disabled: disabled,
21
24
  style: {
22
25
  height: box_size,
23
26
  width: box_size,
@@ -33,7 +36,8 @@ const Checkbox = ({
33
36
  style: {
34
37
  height: box_size * 0.75,
35
38
  width: box_size * 0.75,
36
- backgroundColor: box_color
39
+ backgroundColor: box_color,
40
+ ...fill_style
37
41
  }
38
42
  }) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null));
39
43
  };
@@ -1 +1 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_colors","obj","__esModule","default","Checkbox","checked","size","color","onSelect","style","box_size","box_color","Colors","brand","midnight","createElement","TouchableOpacity","height","width","borderWidth","borderRadius","borderColor","justifyContent","alignItems","onPress","View","backgroundColor","Fragment","_default","exports"],"sourceRoot":"../../../src","sources":["Components/Checkbox.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AACA,IAAAE,OAAA,GAAAH,sBAAA,CAAAC,OAAA;AAAyC,SAAAD,uBAAAI,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA;AAUzC,MAAMG,QAAQ,GAAGA,CAAC;EAAEC,OAAO;EAAEC,IAAI;EAAEC,KAAK;EAAEC,QAAQ;EAAEC;AAAoB,CAAC,KAAK;EAC1E,MAAMC,QAAQ,GAAGJ,IAAI,IAAI,EAAE;EAC3B,MAAMK,SAAS,GAAGJ,KAAK,IAAIK,eAAM,CAACC,KAAK,CAACC,QAAQ;EAChD,oBACIlB,MAAA,CAAAO,OAAA,CAAAY,aAAA,CAAChB,YAAA,CAAAiB,gBAAgB;IACbP,KAAK,EAAE;MAAEQ,MAAM,EAACP,QAAQ;MAAEQ,KAAK,EAACR,QAAQ;MAAES,WAAW,EAAC,CAAC;MAAEC,YAAY,EAAC,CAAC;MAAEC,WAAW,EAACV,SAAS;MAAEW,cAAc,EAAC,QAAQ;MAAEC,UAAU,EAAC,QAAQ;MAAE,GAAGd;IAAM,CAAE;IACzJe,OAAO,EAAEA,CAAA,KAAMhB,QAAQ,CAACH,OAAO,GAAG,KAAK,GAAG,IAAI;EAAE,GAE/CA,OAAO,gBACRT,MAAA,CAAAO,OAAA,CAAAY,aAAA,CAAChB,YAAA,CAAA0B,IAAI;IAAChB,KAAK,EAAE;MAAEQ,MAAM,EAACP,QAAQ,GAAC,IAAI;MAAEQ,KAAK,EAACR,QAAQ,GAAC,IAAI;MAAEgB,eAAe,EAACf;IAAU;EAAE,CAAE,CAAC,gBACxFf,MAAA,CAAAO,OAAA,CAAAY,aAAA,CAAAnB,MAAA,CAAAO,OAAA,CAAAwB,QAAA,MAAI,CACS,CAAC;AAE3B,CAAC;AAAA,IAAAC,QAAA,GAAAC,OAAA,CAAA1B,OAAA,GAEcC,QAAQ","ignoreList":[]}
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_colors","obj","__esModule","default","Checkbox","checked","size","disabled","color","onSelect","style","fill_style","box_size","box_color","Colors","brand","midnight","createElement","TouchableOpacity","height","width","borderWidth","borderRadius","borderColor","justifyContent","alignItems","onPress","View","backgroundColor","Fragment","_default","exports"],"sourceRoot":"../../../src","sources":["Components/Checkbox.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AACA,IAAAE,OAAA,GAAAH,sBAAA,CAAAC,OAAA;AAAyC,SAAAD,uBAAAI,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA;AAYzC,MAAMG,QAAQ,GAAGA,CAAC;EAAEC,OAAO;EAAEC,IAAI;EAAEC,QAAQ;EAAEC,KAAK;EAAEC,QAAQ;EAAEC,KAAK;EAAEC;AAAyB,CAAC,KAAK;EAChG,MAAMC,QAAQ,GAAGN,IAAI,IAAI,EAAE;EAC3B,MAAMO,SAAS,GAAGL,KAAK,IAAIM,eAAM,CAACC,KAAK,CAACC,QAAQ;EAChD,oBACIpB,MAAA,CAAAO,OAAA,CAAAc,aAAA,CAAClB,YAAA,CAAAmB,gBAAgB;IACbX,QAAQ,EAAEA,QAAS;IACnBG,KAAK,EAAE;MAAES,MAAM,EAACP,QAAQ;MAAEQ,KAAK,EAACR,QAAQ;MAAES,WAAW,EAAC,CAAC;MAAEC,YAAY,EAAC,CAAC;MAAEC,WAAW,EAACV,SAAS;MAAEW,cAAc,EAAC,QAAQ;MAAEC,UAAU,EAAC,QAAQ;MAAE,GAAGf;IAAM,CAAE;IACzJgB,OAAO,EAAEA,CAAA,KAAMjB,QAAQ,CAACJ,OAAO,GAAG,KAAK,GAAG,IAAI;EAAE,GAE/CA,OAAO,gBACRT,MAAA,CAAAO,OAAA,CAAAc,aAAA,CAAClB,YAAA,CAAA4B,IAAI;IAACjB,KAAK,EAAE;MAAES,MAAM,EAACP,QAAQ,GAAC,IAAI;MAAEQ,KAAK,EAACR,QAAQ,GAAC,IAAI;MAAEgB,eAAe,EAACf,SAAS;MAAE,GAAGF;IAAW;EAAE,CAAE,CAAC,gBACvGf,MAAA,CAAAO,OAAA,CAAAc,aAAA,CAAArB,MAAA,CAAAO,OAAA,CAAA0B,QAAA,MAAI,CACS,CAAC;AAE3B,CAAC;AAAA,IAAAC,QAAA,GAAAC,OAAA,CAAA5B,OAAA,GAEcC,QAAQ","ignoreList":[]}
@@ -34,6 +34,232 @@ const SearchIcon = ({
34
34
  id: "Shape"
35
35
  }))));
36
36
  };
37
+ const DiscoverCardIcon = ({
38
+ size
39
+ }) => {
40
+ const ratio = 0.7;
41
+ const width = size ?? 30;
42
+ const height = width * ratio;
43
+ return /*#__PURE__*/_react.default.createElement("svg", {
44
+ width: `${width}px`,
45
+ height: `${height}px`,
46
+ viewBox: "0 0 53 37",
47
+ version: "1.1",
48
+ xmlns: "http://www.w3.org/2000/svg"
49
+ }, /*#__PURE__*/_react.default.createElement("title", null, "discover-svgrepo-com"), /*#__PURE__*/_react.default.createElement("defs", null, /*#__PURE__*/_react.default.createElement("linearGradient", {
50
+ x1: "119.04999%",
51
+ y1: "34.8173989%",
52
+ x2: "34.8160554%",
53
+ y2: "-19.0523015%",
54
+ id: "linearGradient-1"
55
+ }, /*#__PURE__*/_react.default.createElement("stop", {
56
+ "stop-color": "#F6A000",
57
+ offset: "0%"
58
+ }), /*#__PURE__*/_react.default.createElement("stop", {
59
+ "stop-color": "#E47E02",
60
+ offset: "62.3918%"
61
+ }), /*#__PURE__*/_react.default.createElement("stop", {
62
+ "stop-color": "#D36002",
63
+ offset: "100%"
64
+ }))), /*#__PURE__*/_react.default.createElement("g", {
65
+ id: "Page-1",
66
+ stroke: "none",
67
+ "stroke-width": "1",
68
+ fill: "none",
69
+ "fill-rule": "evenodd"
70
+ }, /*#__PURE__*/_react.default.createElement("g", {
71
+ id: "discover-svgrepo-com",
72
+ transform: "translate(1.896552, 1.000000)"
73
+ }, /*#__PURE__*/_react.default.createElement("rect", {
74
+ id: "Rectangle",
75
+ stroke: "#F3F3F3",
76
+ "stroke-width": "2",
77
+ fill: "#FFFFFF",
78
+ "fill-rule": "nonzero",
79
+ x: "0",
80
+ y: "0",
81
+ width: "50",
82
+ height: "34.2105263",
83
+ rx: "4"
84
+ }), /*#__PURE__*/_react.default.createElement("path", {
85
+ d: "M16.2885088,17.3880702 C16.2885088,19.5302632 17.970614,21.1912281 20.1353509,21.1912281 C20.747193,21.1912281 21.2714035,21.0709649 21.9176316,20.7665789 L21.9176316,19.0932456 C21.3494737,19.6620175 20.8459649,19.8914912 20.2014912,19.8914912 C18.7697368,19.8914912 17.7535088,18.8533333 17.7535088,17.3773684 C17.7535088,15.9782456 18.8018421,14.8744737 20.1353509,14.8744737 C20.8133333,14.8744737 21.3266667,15.1164035 21.9176316,15.694386 L21.9176316,14.0219298 C21.2936842,13.7054386 20.7807018,13.5742105 20.1688596,13.5742105 C18.0150877,13.5742105 16.2885088,15.2689474 16.2885088,17.3880702 Z M12.6403509,15.6180702 C12.6403509,16.0119298 12.8907018,16.22 13.7438596,16.5357018 C15.3608772,17.1272807 15.8400877,17.6512281 15.8400877,18.8092982 C15.8400877,20.22 14.8036842,21.2023684 13.3265789,21.2023684 C12.2447368,21.2023684 11.4580702,20.7764035 10.8031579,19.8148246 L11.7215789,18.9304386 C12.0487719,19.5633333 12.595,19.9026316 13.2730702,19.9026316 C13.9074561,19.9026316 14.3768421,19.4650877 14.3768421,18.8746491 C14.3768421,18.5685965 14.2346491,18.3058772 13.9505263,18.1203509 C13.8077193,18.0324561 13.5244737,17.9018421 12.967807,17.7052632 C11.6326316,17.2249123 11.1748246,16.7107895 11.1748246,15.7067544 C11.1748246,14.5140351 12.1583333,13.6185965 13.4478947,13.6185965 C14.2470175,13.6185965 14.9782456,13.8917544 15.5894737,14.4264035 L14.845614,15.4003509 C14.4753509,14.9853509 14.1250877,14.8101754 13.699386,14.8101754 C13.0866667,14.8101754 12.6403509,15.1591228 12.6403509,15.6180702 Z M8.84614035,21.0271053 L10.267807,21.0271053 L10.267807,13.7390351 L8.84614035,13.7390351 L8.84614035,21.0271053 Z M5.94036842,19.2138596 C5.49380702,19.6173684 4.91349123,19.7933333 3.99501754,19.7933333 L3.61349123,19.7933333 L3.61349123,14.9736842 L3.99501754,14.9736842 C4.91349123,14.9736842 5.471,15.1381579 5.94036842,15.5633333 C6.43199123,16.0008772 6.72764035,16.6794737 6.72764035,17.3774561 C6.72764035,18.077193 6.43199123,18.7763158 5.94036842,19.2138596 Z M4.27968421,13.7390351 L2.19298246,13.7390351 L2.19298246,21.0268421 L4.26870175,21.0268421 C5.37244737,21.0268421 6.16928947,20.7666667 6.86898246,20.1855263 C7.70045614,19.4977193 8.19207018,18.4607018 8.19207018,17.3881579 C8.19207018,15.2372807 6.58516667,13.7390351 4.27968421,13.7390351 Z M31.2458772,13.7390351 L33.1892105,18.634386 L35.1579825,13.7390351 L36.6989474,13.7390351 L33.5505263,21.2141228 L32.7854386,21.2141228 L29.6927193,13.7390351 L31.2458772,13.7390351 Z M37.3418421,21.0270175 L41.3733333,21.0270175 L41.3733333,19.7931579 L38.7622807,19.7931579 L38.7622807,17.8258772 L41.2772807,17.8258772 L41.2772807,16.5914035 L38.7622807,16.5914035 L38.7622807,14.9738596 L41.3733333,14.9738596 L41.3733333,13.7388596 L37.3418421,13.7388596 L37.3418421,21.0270175 Z M43.7347368,17.0942105 L44.15,17.0942105 C45.0580702,17.0942105 45.5392982,16.6997368 45.5392982,15.9671053 C45.5392982,15.2578947 45.0580702,14.8870175 44.1725439,14.8870175 L43.7347368,14.8870175 L43.7347368,17.0942105 Z M44.4228947,13.7387719 C46.062193,13.7387719 47.0020175,14.5260526 47.0020175,15.8905263 C47.0020175,17.0064035 46.4124561,17.7390351 45.3416667,17.9566667 L47.6361404,21.0269298 L45.8878947,21.0269298 L43.9202632,18.0991228 L43.7347368,18.0991228 L43.7347368,21.0269298 L42.3147368,21.0269298 L42.3147368,13.7387719 L44.4228947,13.7387719 Z",
86
+ id: "Shape",
87
+ fill: "#1D1D1B"
88
+ }), /*#__PURE__*/_react.default.createElement("path", {
89
+ d: "M29.525,19.497193 C30.6787719,17.6929825 30.1518421,15.2961404 28.3478947,14.1424561 L28.3478947,14.1424561 C26.5438596,12.9887719 24.1465789,13.5154386 22.9927193,15.3196491 L22.9927193,15.3196491 C21.8392105,17.1233333 22.3664035,19.5209649 24.1703509,20.6746491 L24.1703509,20.6746491 C25.9742982,21.8283333 28.3714035,21.3008772 29.525,19.497193 Z",
90
+ id: "Path",
91
+ fill: "url(#linearGradient-1)"
92
+ }))));
93
+ };
94
+ const VisaCardIcon = ({
95
+ size
96
+ }) => {
97
+ const ratio = 0.7;
98
+ const width = size ?? 30;
99
+ const height = width * ratio;
100
+ return /*#__PURE__*/_react.default.createElement("svg", {
101
+ width: `${width}px`,
102
+ height: `${height}px`,
103
+ viewBox: "0 0 53 37",
104
+ version: "1.1",
105
+ xmlns: "http://www.w3.org/2000/svg"
106
+ }, /*#__PURE__*/_react.default.createElement("title", null, "visa-classic-svgrepo-com"), /*#__PURE__*/_react.default.createElement("g", {
107
+ id: "Page-1",
108
+ stroke: "none",
109
+ "stroke-width": "1",
110
+ fill: "none",
111
+ "fill-rule": "evenodd"
112
+ }, /*#__PURE__*/_react.default.createElement("g", {
113
+ id: "visa-classic-svgrepo-com",
114
+ transform: "translate(1.896552, 1.000000)"
115
+ }, /*#__PURE__*/_react.default.createElement("rect", {
116
+ id: "Rectangle",
117
+ stroke: "#F3F3F3",
118
+ "stroke-width": "2",
119
+ fill: "#FFFFFF",
120
+ "fill-rule": "nonzero",
121
+ x: "0",
122
+ y: "0",
123
+ width: "50",
124
+ height: "34.2105263",
125
+ rx: "4"
126
+ }), /*#__PURE__*/_react.default.createElement("polygon", {
127
+ id: "Path",
128
+ fill: "#15195A",
129
+ "fill-rule": "nonzero",
130
+ points: "22.1505263 23.625614 18.7632456 23.625614 20.8819298 11.3442982 24.2690351 11.3442982"
131
+ }), /*#__PURE__*/_react.default.createElement("path", {
132
+ d: "M34.4297368,11.6445614 C33.7615789,11.3960526 32.7019298,11.1216667 31.3916667,11.1216667 C28.0465789,11.1216667 25.6910526,12.7939474 25.6765789,15.1847368 C25.6487719,16.9486842 27.3630702,17.9284211 28.6452632,18.5165789 C29.9557018,19.1176316 30.4012281,19.5099123 30.4012281,20.045614 C30.3878947,20.8684211 29.3422807,21.2476316 28.3670175,21.2476316 C27.0146491,21.2476316 26.2900877,21.0521053 25.1888596,20.594386 L24.7428947,20.3981579 L24.2688596,23.155 C25.0633333,23.4942982 26.5270175,23.7954386 28.0465789,23.8086842 C31.6007895,23.8086842 33.9146491,22.1622807 33.9420175,19.6144737 C33.9555263,18.2164035 33.0503509,17.1450877 31.0987719,16.2697368 C29.9140351,15.707807 29.1885088,15.3288596 29.1885088,14.7539474 C29.2024561,14.2312281 29.802193,13.6958772 31.1395614,13.6958772 C32.2407018,13.6696491 33.0498246,13.917807 33.6627193,14.1661404 L33.9690351,14.2965789 L34.4297368,11.6445614 L34.4297368,11.6445614 L34.4297368,11.6445614 Z",
133
+ id: "Path",
134
+ fill: "#15195A",
135
+ "fill-rule": "nonzero"
136
+ }), /*#__PURE__*/_react.default.createElement("path", {
137
+ d: "M40.492807,11.3442982 L43.112807,11.3442982 L45.8455263,23.6254386 L42.7092105,23.6254386 C42.7092105,23.6254386 42.4022807,22.214386 42.3050877,21.7831579 L37.9560526,21.7831579 C37.8303509,22.1096491 37.2451754,23.6254386 37.2451754,23.6254386 L33.6910526,23.6254386 L38.7223684,12.3632456 C39.0709649,11.5662281 39.6848246,11.3442982 40.492807,11.3442982 Z M40.2840351,15.8385965 C40.2840351,15.8385965 39.210614,18.5692105 38.9316667,19.2747368 L41.747193,19.2747368 C41.6078947,18.6607895 40.9664035,15.7209649 40.9664035,15.7209649 L40.7297368,14.662807 C40.63,14.9352632 40.4858772,15.3099123 40.3885965,15.5626316 C40.3227193,15.7338596 40.2783333,15.8491228 40.2840351,15.8385965 Z",
138
+ id: "Shape",
139
+ fill: "#15195A"
140
+ }), /*#__PURE__*/_react.default.createElement("path", {
141
+ d: "M4.08675439,11.3442982 L9.53649123,11.3442982 C10.2752632,11.3701754 10.8746491,11.5922807 11.0696491,12.3766667 L12.2540351,18.0194737 C12.2541228,18.0198246 12.2542982,18.0201754 12.254386,18.0205263 L12.6168421,19.7189474 L15.9341228,11.3442982 L19.5158772,11.3442982 L14.1916667,23.6126316 L10.6097368,23.6126316 L7.59067544,12.9412281 C6.54900877,12.3702632 5.36017544,11.9110526 4.031,11.5924561 L4.08675439,11.3442982 Z",
142
+ id: "Path",
143
+ fill: "#15195A"
144
+ }))));
145
+ };
146
+ const MasterCardIcon = ({
147
+ size
148
+ }) => {
149
+ const ratio = 0.7;
150
+ const width = size ?? 30;
151
+ const height = width * ratio;
152
+ return /*#__PURE__*/_react.default.createElement("svg", {
153
+ width: `${width}px`,
154
+ height: `${height}px`,
155
+ viewBox: "0 0 53 37",
156
+ version: "1.1",
157
+ xmlns: "http://www.w3.org/2000/svg"
158
+ }, /*#__PURE__*/_react.default.createElement("title", null, "mastercard-full-svgrepo-com"), /*#__PURE__*/_react.default.createElement("g", {
159
+ id: "Page-1",
160
+ stroke: "none",
161
+ "stroke-width": "1",
162
+ fill: "none",
163
+ "fill-rule": "evenodd"
164
+ }, /*#__PURE__*/_react.default.createElement("g", {
165
+ id: "mastercard-full-svgrepo-com",
166
+ transform: "translate(1.896552, 1.000000)"
167
+ }, /*#__PURE__*/_react.default.createElement("rect", {
168
+ id: "Rectangle",
169
+ stroke: "#F3F3F3",
170
+ "stroke-width": "2",
171
+ fill: "#FFFFFF",
172
+ "fill-rule": "nonzero",
173
+ x: "0",
174
+ y: "0",
175
+ width: "50",
176
+ height: "34.2105263",
177
+ rx: "6"
178
+ }), /*#__PURE__*/_react.default.createElement("path", {
179
+ d: "M18.2007895,26.6584211 L18.2007895,27.9538596 L18.2007895,29.249386 L17.6329825,29.249386 L17.6329825,28.9348246 C17.4528947,29.1681579 17.1796491,29.3145614 16.8082456,29.3145614 C16.0759649,29.3145614 15.5019298,28.745614 15.5019298,27.9538596 C15.5019298,27.162807 16.0759649,26.5932456 16.8082456,26.5932456 C17.1796491,26.5932456 17.4528947,26.7396491 17.6329825,26.9729825 L17.6329825,26.6584211 L18.2007895,26.6584211 Z M16.8788596,27.124386 C16.3873684,27.124386 16.0865789,27.4985088 16.0865789,27.9538596 C16.0865789,28.4092982 16.3873684,28.7834211 16.8788596,28.7834211 C17.3485088,28.7834211 17.6655263,28.4254386 17.6655263,27.9538596 C17.6655263,27.4823684 17.3485088,27.124386 16.8788596,27.124386 Z M37.3884211,27.9538596 C37.3884211,27.4985088 37.6892105,27.124386 38.1807018,27.124386 C38.6509649,27.124386 38.9673684,27.4823684 38.9673684,27.9538596 C38.9673684,28.4254386 38.6509649,28.7834211 38.1807018,28.7834211 C37.6892105,28.7834211 37.3884211,28.4092982 37.3884211,27.9538596 Z M39.5033333,25.6178947 L39.5033333,27.9538596 L39.5033333,29.249386 L38.9349123,29.249386 L38.9349123,28.9348246 C38.7547368,29.1681579 38.4814912,29.3145614 38.1100877,29.3145614 C37.377807,29.3145614 36.8037719,28.745614 36.8037719,27.9538596 C36.8037719,27.162807 37.377807,26.5932456 38.1100877,26.5932456 C38.4814912,26.5932456 38.7547368,26.7396491 38.9349123,26.9729825 L38.9349123,25.6178947 L39.5033333,25.6178947 Z M25.2489474,27.0977193 C25.6147368,27.0977193 25.8498246,27.3253509 25.9099123,27.7262281 L24.5548246,27.7262281 C24.6154386,27.3521053 24.8442982,27.0977193 25.2489474,27.0977193 Z M23.9594737,27.9538596 C23.9594737,27.1460526 24.4947368,26.5932456 25.2601754,26.5932456 C25.9918421,26.5932456 26.4945614,27.1460526 26.5001754,27.9538596 C26.5001754,28.0295614 26.4945614,28.1003509 26.4889474,28.1704386 L24.5498246,28.1704386 C24.6317544,28.6370175 24.965,28.8051754 25.3307895,28.8051754 C25.592807,28.8051754 25.8717544,28.7071053 26.090614,28.5340351 L26.3688596,28.9515789 C26.0518421,29.2171053 25.6916667,29.3145614 25.2983333,29.3145614 C24.5166667,29.3145614 23.9594737,28.7778947 23.9594737,27.9538596 Z M32.1163158,27.9538596 C32.1163158,27.4985088 32.4171053,27.124386 32.9085965,27.124386 C33.3781579,27.124386 33.6952632,27.4823684 33.6952632,27.9538596 C33.6952632,28.4254386 33.3781579,28.7834211 32.9085965,28.7834211 C32.4171053,28.7834211 32.1163158,28.4092982 32.1163158,27.9538596 Z M34.2305263,26.6584211 L34.2305263,27.9538596 L34.2305263,29.249386 L33.6627193,29.249386 L33.6627193,28.9348246 C33.4820175,29.1681579 33.209386,29.3145614 32.8378947,29.3145614 C32.105614,29.3145614 31.5315789,28.745614 31.5315789,27.9538596 C31.5315789,27.162807 32.105614,26.5932456 32.8378947,26.5932456 C33.209386,26.5932456 33.4820175,26.7396491 33.6627193,26.9729825 L33.6627193,26.6584211 L34.2305263,26.6584211 Z M28.9095614,27.9538596 C28.9095614,28.74 29.4611404,29.3145614 30.302807,29.3145614 C30.6961404,29.3145614 30.9581579,29.2277193 31.2421053,29.0055263 L30.969386,28.5501754 C30.7562281,28.702193 30.5322807,28.7834211 30.2859649,28.7834211 C29.8325439,28.7778947 29.4992982,28.4527193 29.4992982,27.9538596 C29.4992982,27.4550877 29.8325439,27.1299123 30.2859649,27.124386 C30.5322807,27.124386 30.7562281,27.205614 30.969386,27.3576316 L31.2421053,26.902193 C30.9581579,26.6800877 30.6961404,26.5932456 30.302807,26.5932456 C29.4611404,26.5932456 28.9095614,27.167807 28.9095614,27.9538596 Z M35.5418421,26.9729825 C35.689386,26.7452632 35.9026316,26.5932456 36.2303509,26.5932456 C36.3453509,26.5932456 36.5092105,26.615 36.6349123,26.6639474 L36.4598246,27.1950877 C36.3397368,27.1460526 36.2196491,27.1299123 36.1046491,27.1299123 C35.7331579,27.1299123 35.5474561,27.3681579 35.5474561,27.7969298 L35.5474561,29.249386 L34.9790351,29.249386 L34.9790351,26.6584211 L35.5418421,26.6584211 L35.5418421,26.9729825 Z M21.0092105,26.864386 C20.7358772,26.6857018 20.3594737,26.5932456 19.9442105,26.5932456 C19.2826316,26.5932456 18.8567544,26.907807 18.8567544,27.422807 C18.8567544,27.8453509 19.1738596,28.1058772 19.7578947,28.187193 L20.0261404,28.225 C20.3375439,28.2685088 20.4845614,28.3497368 20.4845614,28.4961404 C20.4845614,28.6965789 20.2769298,28.8107018 19.8892105,28.8107018 C19.4958772,28.8107018 19.2120175,28.6860526 19.020614,28.5395614 L18.7529825,28.9782456 C19.064386,29.2059649 19.4577193,29.3145614 19.8835965,29.3145614 C20.6377193,29.3145614 21.0748246,28.9621053 21.0748246,28.4688596 C21.0748246,28.0134211 20.7308772,27.7751754 20.1624561,27.6939474 L19.8948246,27.6554386 C19.6491228,27.6231579 19.4521053,27.5748246 19.4521053,27.4010526 C19.4521053,27.2112281 19.637807,27.0977193 19.9492105,27.0977193 C20.2825439,27.0977193 20.6051754,27.2223684 20.7634211,27.3198246 L21.0092105,26.864386 Z M27.6477193,26.9729825 C27.7946491,26.7452632 28.0078947,26.5932456 28.3355263,26.5932456 C28.450614,26.5932456 28.6144737,26.615 28.7400877,26.6639474 L28.565,27.1950877 C28.445,27.1460526 28.3249123,27.1299123 28.2098246,27.1299123 C27.8384211,27.1299123 27.6527193,27.3681579 27.6527193,27.7969298 L27.6527193,29.249386 L27.0849123,29.249386 L27.0849123,26.6584211 L27.6477193,26.6584211 L27.6477193,26.9729825 Z M23.4898246,26.6584211 L22.5612281,26.6584211 L22.5612281,25.8722807 L21.987193,25.8722807 L21.987193,26.6584211 L21.4575439,26.6584211 L21.4575439,27.1733333 L21.987193,27.1733333 L21.987193,28.3553509 C21.987193,28.9565789 22.2222807,29.3145614 22.8939474,29.3145614 C23.1402632,29.3145614 23.4242105,29.2388596 23.6042982,29.1141228 L23.4404386,28.6314035 C23.2709649,28.7288596 23.0852632,28.7778947 22.9377193,28.7778947 C22.6537719,28.7778947 22.5612281,28.6041228 22.5612281,28.3441228 L22.5612281,27.1733333 L23.4898246,27.1733333 L23.4898246,26.6584211 Z M14.9997368,27.6231579 L14.9997368,29.249386 L14.4257018,29.249386 L14.4257018,27.8074561 C14.4257018,27.3681579 14.24,27.124386 13.8522807,27.124386 C13.4751754,27.124386 13.2131579,27.3632456 13.2131579,27.8130702 L13.2131579,29.249386 L12.6391228,29.249386 L12.6391228,27.8074561 C12.6391228,27.3681579 12.4484211,27.124386 12.0713158,27.124386 C11.6829825,27.124386 11.4316667,27.3632456 11.4316667,27.8130702 L11.4316667,29.249386 L10.8582456,29.249386 L10.8582456,26.6584211 L11.4266667,26.6584211 L11.4266667,26.9778947 C11.6399123,26.6745614 11.9125439,26.5932456 12.1914035,26.5932456 C12.5903509,26.5932456 12.8742982,26.7670175 13.054386,27.0542105 C13.2950877,26.6907018 13.6390351,26.5876316 13.9723684,26.5932456 C14.6064035,26.5988596 14.9997368,27.0107895 14.9997368,27.6231579 Z",
180
+ id: "Shape",
181
+ fill: "#231F20"
182
+ }), /*#__PURE__*/_react.default.createElement("polygon", {
183
+ id: "Path",
184
+ fill: "#FF5F00",
185
+ "fill-rule": "nonzero",
186
+ points: "29.4267544 22.2557018 20.8209649 22.2557018 20.8209649 6.91078947 29.4267544 6.91078947"
187
+ }), /*#__PURE__*/_react.default.createElement("path", {
188
+ d: "M21.3669298,14.5835965 C21.3669298,11.4707895 22.8357895,8.69798246 25.1232456,6.91111404 C23.4505263,5.60444737 21.339386,4.82454386 19.0450877,4.82454386 C13.6135088,4.82454386 9.21052632,9.19377193 9.21052632,14.5835965 C9.21052632,19.9734211 13.6135088,24.3426316 19.0450877,24.3426316 C21.339386,24.3426316 23.4505263,23.5627193 25.1232456,22.2560526 C22.8357895,20.4692105 21.3669298,17.6964035 21.3669298,14.5835965",
189
+ id: "Path",
190
+ fill: "#EB001B",
191
+ "fill-rule": "nonzero"
192
+ }), /*#__PURE__*/_react.default.createElement("path", {
193
+ d: "M41.0366667,14.5835965 C41.0366667,19.9734211 36.6336842,24.3426316 31.2021053,24.3426316 C28.9077193,24.3426316 26.7966667,23.5627193 25.1232456,22.2560526 C27.4113158,20.4692105 28.8802632,17.6964035 28.8802632,14.5835965 C28.8802632,11.4707895 27.4113158,8.69798246 25.1232456,6.91111404 C26.7966667,5.60444737 28.9077193,4.82454386 31.2021053,4.82454386 C36.6336842,4.82454386 41.0366667,9.19377193 41.0366667,14.5835965",
194
+ id: "Path",
195
+ fill: "#F79E1B",
196
+ "fill-rule": "nonzero"
197
+ }))));
198
+ };
199
+ const AmexCardIcon = ({
200
+ size
201
+ }) => {
202
+ const ratio = 0.7;
203
+ const width = size ?? 30;
204
+ const height = width * ratio;
205
+ return /*#__PURE__*/_react.default.createElement("svg", {
206
+ width: `${width}px`,
207
+ height: `${height}px`,
208
+ viewBox: "0 0 50 35",
209
+ version: "1.1",
210
+ xmlns: "http://www.w3.org/2000/svg"
211
+ }, /*#__PURE__*/_react.default.createElement("title", null, "american-express-svgrepo-com (1)"), /*#__PURE__*/_react.default.createElement("g", {
212
+ id: "Page-1",
213
+ stroke: "none",
214
+ "stroke-width": "1",
215
+ fill: "none",
216
+ "fill-rule": "evenodd"
217
+ }, /*#__PURE__*/_react.default.createElement("g", {
218
+ id: "american-express-svgrepo-com-(1)",
219
+ transform: "translate(0.000000, 0.245636)",
220
+ "fill-rule": "nonzero"
221
+ }, /*#__PURE__*/_react.default.createElement("path", {
222
+ d: "M50,31.5263672 C50,33.1587891 48.6767578,34.4821289 47.0444336,34.4821289 L2.95556641,34.4821289 C1.32324219,34.4821289 0,33.1587891 0,31.5263672 L0,2.95566406 C0,1.32333984 1.32324219,0 2.95556641,0 L47.0444336,0 C48.6768555,0 50,1.32333984 50,2.95566406 L50,31.5263672 L50,31.5263672 Z",
223
+ id: "Path",
224
+ fill: "#306FC5"
225
+ }), /*#__PURE__*/_react.default.createElement("path", {
226
+ d: "M2.10126953,31.5263672 L2.10126953,2.95566406 C2.10126953,1.32333984 3.42470703,0 5.05703125,0 L2.95546875,0 C1.32324219,0 0,1.32324219 0,2.95566406 L0,31.5264648 C0,33.1588867 1.32324219,34.4822266 2.95556641,34.4822266 L5.05712891,34.4822266 C3.42480469,34.4822266 2.10126953,33.1587891 2.10126953,31.5263672 Z",
227
+ id: "Path",
228
+ fill: "#202121",
229
+ opacity: "0.15"
230
+ }), /*#__PURE__*/_react.default.createElement("g", {
231
+ id: "Group",
232
+ transform: "translate(3.588672, 10.131543)",
233
+ fill: "#FFFFFF"
234
+ }, /*#__PURE__*/_react.default.createElement("polygon", {
235
+ id: "Path",
236
+ points: "3.69550781 3.66699219 5.18945312 3.66699219 4.44267578 1.765625"
237
+ }), /*#__PURE__*/_react.default.createElement("polygon", {
238
+ id: "Path",
239
+ points: "11.6404297 10.049707 11.6404297 10.9326172 14.1530273 10.9326172 14.1530273 11.8834961 11.6404297 11.8834961 11.6404297 12.9023438 14.4245117 12.9023438 15.7146484 11.4759766 14.4924805 10.049707"
240
+ }), /*#__PURE__*/_react.default.createElement("polygon", {
241
+ id: "Path",
242
+ points: "31.2646484 1.765625 30.449707 3.66699219 32.0117188 3.66699219"
243
+ }), /*#__PURE__*/_react.default.createElement("polygon", {
244
+ id: "Path",
245
+ points: "18.90625 13.4450195 18.90625 9.57451172 17.140625 11.4759766"
246
+ }), /*#__PURE__*/_react.default.createElement("path", {
247
+ d: "M22.2335938,10.6611328 C22.165625,10.2537109 21.89375,10.049707 21.4861328,10.049707 L20.0604492,10.049707 L20.0604492,11.2719727 L21.5544922,11.2719727 C21.9618164,11.2720703 22.2335938,11.068457 22.2335938,10.6611328 Z",
248
+ id: "Path"
249
+ }), /*#__PURE__*/_react.default.createElement("path", {
250
+ d: "M26.9865234,11.1365234 C27.1223633,11.068457 27.1905273,10.8645508 27.1905273,10.6612305 C27.2584961,10.3898438 27.1223633,10.2538086 26.9865234,10.1858398 C26.8510742,10.1178711 26.6470703,10.1178711 26.4436523,10.1178711 L25.0852539,10.1178711 L25.0852539,11.2044922 L26.4435547,11.2044922 C26.6469727,11.2044922 26.8509766,11.2044922 26.9865234,11.1365234 Z",
251
+ id: "Path"
252
+ }), /*#__PURE__*/_react.default.createElement("path", {
253
+ d: "M36.7645508,0 L36.7645508,0.81484375 L36.3574219,0 L33.1662109,0 L33.1662109,0.81484375 L32.7585938,0 L28.4126953,0 C27.6658203,0 27.0543945,0.1359375 26.5114258,0.407519531 L26.5114258,0 L23.4558594,0 L23.4558594,0.06796875 L23.4558594,0.407519531 C23.1164063,0.136035156 22.7089844,0 22.1657227,0 L11.2331055,0 L10.4858398,1.69765625 L9.7390625,0 L7.29462891,0 L6.27597656,0 L6.27597656,0.81484375 L5.93642578,0 L5.86845703,0 L2.94863281,0 L1.59033203,3.19140625 L0.0287109375,6.65449219 L-1.33226763e-15,6.72255859 L0.0287109375,6.72255859 L3.49189453,6.72255859 L3.53525391,6.72255859 L3.55986328,6.65449219 L3.96748047,5.63613281 L4.85019531,5.63613281 L5.25761719,6.72255859 L9.19570312,6.72255859 L9.19570312,6.65449219 L9.19570312,5.90771484 L9.53544922,6.72246094 L11.5044922,6.72246094 L11.8438477,5.90771484 L11.8438477,6.65449219 L11.8438477,6.72255859 L13.4056641,6.72255859 L21.2147461,6.72255859 L21.2827148,6.72255859 L21.2827148,4.95693359 L21.4188477,4.95693359 C21.5544922,4.95693359 21.5544922,4.95693359 21.5544922,5.16074219 L21.5544922,6.65458984 L26.4436523,6.65458984 L26.4436523,6.24716797 C26.8510742,6.45117188 27.4618164,6.65458984 28.2767578,6.65458984 L30.3141602,6.65458984 L30.721582,5.56835938 L31.6719727,5.56835938 L32.0793945,6.65458984 L36.0176758,6.65458984 L36.0176758,5.97568359 L36.0176758,5.63623047 L36.6291016,6.65458984 L36.7645508,6.65458984 L36.8327148,6.65458984 L39.8205078,6.65458984 L39.8205078,0 L36.7647461,0 L36.7647461,0 L36.7645508,0 L36.7645508,0 Z M13.7454102,5.70419922 L13.0662109,5.70419922 L12.6588867,5.70419922 L12.6588867,5.29707031 L12.6588867,1.96933594 L12.590918,2.12509766 L12.590918,2.12324219 L11.0112305,5.70419922 L10.9612305,5.70419922 L10.5980469,5.70419922 L10.0104492,5.70419922 L8.38085937,1.96933594 L8.38085937,5.70419922 L6.07226562,5.70419922 L5.59697266,4.68564453 L3.28798828,4.68564453 L2.81259766,5.70419922 L1.61894531,5.70419922 L3.62773437,0.95078125 L5.32519531,0.95078125 L7.22646484,5.50029297 L7.22646484,0.95078125 L7.63378906,0.95078125 L9.02548828,0.95078125 L9.05751953,1.01884766 L9.05986328,1.01884766 L9.91660156,2.88349609 L10.5318359,4.28056641 L10.5536133,4.21015625 L11.9116211,0.950878906 L13.7454102,0.950878906 L13.7454102,5.70419922 L13.7454102,5.70419922 L13.7454102,5.70419922 Z M18.430957,1.96933594 L15.7826172,1.96933594 L15.7826172,2.85205078 L18.3629883,2.85205078 L18.3629883,3.80263672 L15.7826172,3.80263672 L15.7826172,4.75361328 L18.430957,4.75361328 L18.430957,5.771875 L14.6283203,5.771875 L14.6283203,0.950878906 L18.430957,0.950878906 L18.430957,1.96933594 L18.430957,1.96933594 Z M23.2742187,3.7203125 C23.2759766,3.721875 23.2782227,3.72294922 23.2803711,3.72441406 C23.3060547,3.7515625 23.3280273,3.77880859 23.3467773,3.80488281 C23.4768555,3.97539063 23.5820312,4.22900391 23.5873047,4.60087891 C23.5876953,4.60732422 23.5879883,4.61367188 23.5883789,4.62011719 C23.5883789,4.62382813 23.5890625,4.62705078 23.5890625,4.63085938 C23.5890625,4.63300781 23.5888672,4.63466797 23.5888672,4.63671875 C23.5904297,4.67412109 23.5914063,4.71230469 23.5914063,4.75361328 L23.5914063,5.70429688 L22.5730469,5.70429688 L22.5730469,5.16083984 C22.5730469,4.88925781 22.5730469,4.48173828 22.369043,4.21015625 C22.3048828,4.14599609 22.2399414,4.10371094 22.1692383,4.07363281 C22.0674805,4.00771484 21.8746094,4.00664063 21.5544922,4.00664063 L20.3318359,4.00664063 L20.3318359,5.70429688 L19.1777344,5.70429688 L19.1777344,0.950878906 L21.7583008,0.950878906 C22.369043,0.950878906 22.7766602,0.950878906 23.1163086,1.15458984 C23.4490234,1.35439453 23.65,1.68574219 23.6576172,2.21044922 C23.6418945,2.93310547 23.1780273,3.32958984 22.8445313,3.46328125 C22.8445312,3.46328125 23.0710937,3.50888672 23.2742187,3.7203125 Z M25.5608398,5.70419922 L24.4063477,5.70419922 L24.4063477,0.95078125 L25.5608398,0.95078125 L25.5608398,5.70419922 Z M38.8022461,5.70419922 L37.3081055,5.70419922 L35.1352539,2.10507813 L35.1352539,5.09287109 L35.128125,5.08583984 L35.128125,5.70712891 L33.980957,5.70712891 L33.980957,5.70429688 L32.8264648,5.70429688 L32.419043,4.68574219 L30.0421875,4.68574219 L29.6347656,5.77197266 L28.3446289,5.77197266 C27.8017578,5.77197266 27.1222656,5.63632813 26.7150391,5.22890625 C26.3076172,4.82148438 26.1041016,4.27822266 26.1041016,3.39560547 C26.1041016,2.71660156 26.2397461,2.03710938 26.7150391,1.49404297 C27.0542969,1.08632812 27.6657227,0.950878906 28.4125,0.950878906 L29.4992187,0.950878906 L29.4992187,1.96933594 L28.4125,1.96933594 C28.0050781,1.96933594 27.8017578,2.03701172 27.5295898,2.24111328 C27.3262695,2.44472656 27.190332,2.85205078 27.190332,3.32734375 C27.190332,3.87070312 27.2583008,4.21015625 27.5295898,4.48173828 C27.7337891,4.68574219 28.0051758,4.75371094 28.3446289,4.75371094 L28.8199219,4.75371094 L30.381543,1.01904297 L31.0609375,1.01904297 L32.0792969,1.01904297 L33.9808594,5.56855469 L33.9808594,5.33652344 L33.9808594,3.80283203 L33.9808594,3.6671875 L33.9808594,1.01914062 L35.6783203,1.01914062 L37.647168,4.34628906 L37.647168,1.01914062 L38.8020508,1.01914062 L38.8020508,5.70439453 L38.8022461,5.70439453 L38.8022461,5.70419922 L38.8022461,5.70419922 Z",
254
+ id: "Shape"
255
+ }), /*#__PURE__*/_react.default.createElement("path", {
256
+ d: "M22.305957,2.93056641 C22.3257812,2.909375 22.34375,2.88535156 22.3589844,2.8578125 C22.4205078,2.76044922 22.4910156,2.58505859 22.4530273,2.34570313 C22.4514648,2.32373047 22.4474609,2.30341797 22.4427734,2.28378906 C22.4415039,2.27832031 22.4416992,2.27353516 22.4402344,2.26806641 L22.4395508,2.26816406 C22.4057617,2.15185547 22.3195312,2.08037109 22.2334961,2.03701172 C22.0973633,1.96933594 21.8936523,1.96933594 21.6900391,1.96933594 L20.3317383,1.96933594 L20.3317383,3.05595703 L21.6900391,3.05595703 C21.8936523,3.05595703 22.0974609,3.05595703 22.2334961,2.98789063 C22.2539062,2.97753906 22.2720703,2.96347656 22.2895508,2.94755859 L22.2897461,2.9484375 C22.2898437,2.94833984 22.2967773,2.94111328 22.305957,2.93056641 Z",
257
+ id: "Path"
258
+ }), /*#__PURE__*/_react.default.createElement("path", {
259
+ d: "M42.8083008,12.4947266 C42.8083008,12.0194336 42.6726563,11.5439453 42.469043,11.2044922 L42.469043,8.14892578 L42.465918,8.14892578 L42.465918,7.94492188 C42.465918,7.94492188 39.6197266,7.94492188 39.1960938,7.94492188 C38.7726563,7.94492188 38.2587891,8.35224609 38.2587891,8.35224609 L38.2587891,7.94492188 L35.1353516,7.94492188 C34.6597656,7.94492188 34.0490234,8.08085938 33.7770508,8.35224609 L33.7770508,7.94492188 L28.209082,7.94492188 L28.209082,8.14892578 L28.209082,8.35214844 C27.8019531,8.01289063 27.0543945,7.94482422 26.7151367,7.94482422 L23.0482422,7.94482422 L23.0482422,8.14882813 L23.0482422,8.35205078 C22.7087891,8.01279297 21.8935547,7.94472656 21.4859375,7.94472656 L17.4123047,7.94472656 L16.4614258,8.96337891 L15.5786133,7.94472656 L15.2943359,7.94472656 L14.8317383,7.94472656 L9.46748047,7.94472656 L9.46748047,8.14873047 L9.46748047,8.68515625 L9.46748047,14.803418 L15.4430664,14.803418 L16.4249023,13.8212891 L17.2759766,14.803418 L17.3441406,14.803418 L20.7873047,14.803418 L20.9433594,14.803418 L21.0113281,14.803418 L21.0789063,14.803418 L21.0789063,14.1244141 L21.0789063,13.2416992 L21.4186523,13.2416992 C21.8935547,13.2416992 22.5049805,13.2416992 22.9802734,13.0376953 L22.9802734,14.7351563 L22.9802734,14.8712891 L26.0360352,14.8712891 L26.0360352,14.7351563 L26.0360352,13.1056641 L26.1714844,13.1056641 C26.3754883,13.1056641 26.3754883,13.1056641 26.3754883,13.309375 L26.3754883,14.7351563 L26.3754883,14.8712891 L35.6101563,14.8712891 C36.2217773,14.8712891 36.8325195,14.7351563 37.1719727,14.4635742 L37.1719727,14.7351563 L37.1719727,14.8712891 L40.0920898,14.8712891 C40.702832,14.8712891 41.3144531,14.803418 41.721875,14.5316406 C42.3470703,14.156543 42.7411133,13.4925781 42.799707,12.7006836 C42.8024414,12.6772461 42.8058594,12.6538086 42.8083008,12.6302734 L42.8040039,12.6264648 C42.806543,12.5825195 42.8083008,12.5390625 42.8083008,12.4947266 Z M21.41875,12.0874023 L20.0603516,12.0874023 L20.0603516,12.290625 L20.0603516,12.6982422 L20.0603516,13.1057617 L20.0603516,13.8527344 L17.828418,13.8527344 L16.5293945,12.3586914 L16.5249023,12.3636719 L16.4614258,12.290625 L14.9675781,13.8527344 L10.6217773,13.8527344 L10.6217773,9.09951172 L15.0355469,9.09951172 L16.2414063,10.4203125 L16.4949219,10.696875 L16.5292969,10.6612305 L17.9554688,9.09960938 L21.5542969,9.09960938 C22.2527344,9.09960938 23.0348633,9.27197266 23.33125,9.98261719 C23.3668945,10.1233398 23.3875977,10.2797852 23.3875977,10.4575195 C23.3875977,11.8155273 22.4369141,12.0874023 21.41875,12.0874023 Z M28.209082,12.0193359 C28.3447266,12.2225586 28.4126953,12.4946289 28.4126953,12.9022461 L28.4126953,13.8526367 L27.2584961,13.8526367 L27.2584961,13.2416992 C27.2584961,12.9696289 27.2584961,12.4946289 27.0544922,12.290625 C26.919043,12.0874023 26.6470703,12.0874023 26.2399414,12.0874023 L25.0177734,12.0874023 L25.0177734,13.8527344 L23.8634766,13.8527344 L23.8634766,9.03154297 L26.4436523,9.03154297 C26.9865234,9.03154297 27.4618164,9.03154297 27.8019531,9.23505859 C28.1412109,9.43896484 28.4126953,9.77851563 28.4126953,10.3217773 C28.4126953,11.0685547 27.9375977,11.4759766 27.5979492,11.6120117 C27.9375977,11.7472656 28.1412109,11.8834961 28.209082,12.0193359 Z M32.8946289,10.049707 L30.2459961,10.049707 L30.2459961,10.9325195 L32.8264648,10.9325195 L32.8264648,11.8833984 L30.2459961,11.8833984 L30.2459961,12.8341797 L32.8946289,12.8341797 L32.8946289,13.8526367 L29.0919922,13.8526367 L29.0919922,9.03144531 L32.8946289,9.03144531 L32.8946289,10.049707 Z M35.7463867,13.8527344 L33.5733398,13.8527344 L33.5733398,12.8342773 L35.7463867,12.8342773 C35.949707,12.8342773 36.0858398,12.8342773 36.2219727,12.6983398 C36.2899414,12.6302734 36.3574219,12.4947266 36.3574219,12.3587891 C36.3574219,12.2226563 36.2899414,12.0875 36.2219727,12.0194336 C36.1538086,11.9515625 36.0177734,11.8835938 35.8141602,11.8835938 C34.7276367,11.815625 33.4375,11.8835938 33.4375,10.3898438 C33.4375,9.71074219 33.8449219,8.96367188 35.0672852,8.96367188 L37.3080078,8.96367188 L37.3080078,10.1178711 L35.203125,10.1178711 C34.9995117,10.1178711 34.8634766,10.1178711 34.7275391,10.1858398 C34.5920898,10.2539063 34.5920898,10.3898438 34.5920898,10.5254883 C34.5920898,10.7292969 34.7275391,10.7972656 34.8633789,10.8646484 C34.9995117,10.9327148 35.1351563,10.9327148 35.2708008,10.9327148 L35.8820313,10.9327148 C36.4932617,10.9327148 36.9005859,11.0685547 37.172168,11.3402344 C37.3759766,11.544043 37.5118164,11.8835938 37.5118164,12.3587891 C37.5118164,13.3770508 36.9006836,13.8527344 35.7463867,13.8527344 Z M41.5861328,13.3770508 C41.3148437,13.6490234 40.8392578,13.8527344 40.1599609,13.8527344 L37.9875,13.8527344 L37.9875,12.8342773 L40.1598633,12.8342773 C40.3636719,12.8342773 40.4998047,12.8342773 40.6354492,12.6983398 C40.703125,12.6302734 40.7712891,12.4947266 40.7712891,12.3587891 C40.7712891,12.2226563 40.703125,12.0875 40.6354492,12.0194336 C40.5674805,11.9515625 40.4318359,11.8835937 40.2280273,11.8835937 C39.1418945,11.815625 37.8513672,11.8835937 37.8513672,10.3899414 C37.8513672,9.74453125 38.2206055,9.16152344 39.13125,8.98837891 C39.2401367,8.97333984 39.3551758,8.96367188 39.4811523,8.96367188 L41.722168,8.96367188 L41.722168,10.1178711 L40.2280273,10.1178711 L39.6849609,10.1178711 L39.6169922,10.1178711 C39.4131836,10.1178711 39.2775391,10.1178711 39.1418945,10.1858398 C39.0735352,10.2539063 39.0055664,10.3898438 39.0055664,10.5254883 C39.0055664,10.7292969 39.0735352,10.7972656 39.2775391,10.8646484 C39.4131836,10.9327148 39.5490234,10.9327148 39.6849609,10.9327148 L39.7524414,10.9327148 L40.2958984,10.9327148 C40.5926758,10.9327148 40.8170898,10.9693359 41.0224609,11.0415039 C41.2105469,11.1095703 41.8332031,11.3880859 41.9724609,12.1151367 C41.9845703,12.1913086 41.993457,12.2708008 41.993457,12.3587891 C41.993457,12.7663086 41.8576172,13.1057617 41.5861328,13.3770508 Z",
260
+ id: "Shape"
261
+ })))));
262
+ };
37
263
  const EyeOnIcon = ({
38
264
  color,
39
265
  size
@@ -119,6 +345,98 @@ const GiftIcon = ({
119
345
  "stroke-linecap": "round"
120
346
  }))));
121
347
  };
348
+ const TransactionSuccessIcon = ({
349
+ size
350
+ }) => {
351
+ const icon_size = size ?? 250;
352
+ return /*#__PURE__*/_react.default.createElement("svg", {
353
+ width: `${icon_size}px`,
354
+ height: `${icon_size}px`,
355
+ viewBox: "0 0 280 280",
356
+ version: "1.1",
357
+ xmlns: "http://www.w3.org/2000/svg"
358
+ }, /*#__PURE__*/_react.default.createElement("title", null, "success-filled-svgrepo-com"), /*#__PURE__*/_react.default.createElement("defs", null, /*#__PURE__*/_react.default.createElement("linearGradient", {
359
+ x1: "10.1840112%",
360
+ y1: "0%",
361
+ x2: "83.3721051%",
362
+ y2: "96.1944687%",
363
+ id: "linearGradient-1"
364
+ }, /*#__PURE__*/_react.default.createElement("stop", {
365
+ "stop-color": "#AB9F5E",
366
+ offset: "0%"
367
+ }), /*#__PURE__*/_react.default.createElement("stop", {
368
+ "stop-color": "#AB9F5E",
369
+ "stop-opacity": "0.5",
370
+ offset: "100%"
371
+ }))), /*#__PURE__*/_react.default.createElement("g", {
372
+ id: "Page-1",
373
+ stroke: "none",
374
+ "stroke-width": "1",
375
+ fill: "none",
376
+ "fill-rule": "evenodd"
377
+ }, /*#__PURE__*/_react.default.createElement("g", {
378
+ id: "success-filled-svgrepo-com",
379
+ transform: "translate(14.818182, 14.909091)"
380
+ }, /*#__PURE__*/_react.default.createElement("circle", {
381
+ id: "Oval",
382
+ stroke: "url(#linearGradient-1)",
383
+ "stroke-width": "30",
384
+ cx: "125.181818",
385
+ cy: "125.090909",
386
+ r: "125"
387
+ }), /*#__PURE__*/_react.default.createElement("path", {
388
+ d: "M125,0 C194.035594,0 250,55.9644063 250,125 C250,194.035594 194.035594,250 125,250 C55.9644063,250 0,194.035594 0,125 C0,55.9644063 55.9644063,0 125,0 Z M109.428571,149.660714 L81.6607143,121.875 C78.9525135,119.166799 75.0052249,118.109126 71.3057539,119.100397 C67.6062828,120.091667 64.716667,122.981283 63.7253967,126.680754 C62.7341264,130.380225 63.7917992,134.327514 66.5,137.035714 L101.857143,172.392857 C103.862111,174.413566 106.590895,175.550121 109.4375,175.550121 C112.284105,175.550121 115.012889,174.413566 117.017857,172.392857 L190.232143,99.1607143 C192.977104,96.4631674 194.064403,92.5006372 193.080578,88.77993 C192.096752,85.0592229 189.192965,82.152011 185.47342,81.1638015 C181.753875,80.1755921 177.790066,81.2582195 175.089286,84 L109.428571,149.660714 Z",
389
+ id: "Shape",
390
+ fill: "#7DCD85",
391
+ "fill-rule": "nonzero"
392
+ }))));
393
+ };
394
+ const TransactionErrorIcon = ({
395
+ size
396
+ }) => {
397
+ const icon_size = size ?? 250;
398
+ return /*#__PURE__*/_react.default.createElement("svg", {
399
+ width: `${icon_size}px`,
400
+ height: `${icon_size}px`,
401
+ viewBox: "0 0 270 270",
402
+ version: "1.1",
403
+ xmlns: "http://www.w3.org/2000/svg"
404
+ }, /*#__PURE__*/_react.default.createElement("title", null, "error-filled-svgrepo-com"), /*#__PURE__*/_react.default.createElement("defs", null, /*#__PURE__*/_react.default.createElement("linearGradient", {
405
+ x1: "24.8993998%",
406
+ y1: "1.46791298%",
407
+ x2: "80.892076%",
408
+ y2: "92.9436978%",
409
+ id: "linearGradient-1"
410
+ }, /*#__PURE__*/_react.default.createElement("stop", {
411
+ "stop-color": "#6E8894",
412
+ offset: "0%"
413
+ }), /*#__PURE__*/_react.default.createElement("stop", {
414
+ "stop-color": "#6E8894",
415
+ "stop-opacity": "0.64",
416
+ offset: "100%"
417
+ }))), /*#__PURE__*/_react.default.createElement("g", {
418
+ id: "Page-1",
419
+ stroke: "none",
420
+ "stroke-width": "1",
421
+ fill: "none",
422
+ "fill-rule": "evenodd"
423
+ }, /*#__PURE__*/_react.default.createElement("g", {
424
+ id: "error-filled-svgrepo-com",
425
+ transform: "translate(10.000000, 10.000000)"
426
+ }, /*#__PURE__*/_react.default.createElement("path", {
427
+ d: "M125,0 C194.025,0 250,55.975 250,125 C250,194.025 194.025,250 125,250 C55.975,250 0,194.025 0,125 C0,55.975 55.975,0 125,0 Z M153.6625,78.6625001 L125,107.325 L96.3374999,78.6625001 L78.6625001,96.3374999 L107.325,125 L78.6625001,153.6625 L96.3374999,171.3375 L125,142.675 L153.6625,171.3375 L171.3375,153.6625 L142.675,125 L171.3375,96.3374999 L153.6625,78.6625001 Z",
428
+ id: "Combined-Shape",
429
+ fill: "#D5573B",
430
+ "fill-rule": "nonzero"
431
+ }), /*#__PURE__*/_react.default.createElement("circle", {
432
+ id: "Oval",
433
+ stroke: "url(#linearGradient-1)",
434
+ "stroke-width": "20",
435
+ cx: "125",
436
+ cy: "125",
437
+ r: "125"
438
+ }))));
439
+ };
122
440
  const LogoutIcon = ({
123
441
  color,
124
442
  size
@@ -797,10 +1115,15 @@ const ChevronIcon = ({
797
1115
  }))));
798
1116
  }
799
1117
  };
800
- const PayPalIcon = ({}) => {
1118
+ const PayPalIcon = ({
1119
+ size
1120
+ }) => {
1121
+ const ratio = 0.3168;
1122
+ const width = size ?? 75;
1123
+ const height = width * ratio;
801
1124
  return /*#__PURE__*/_react.default.createElement("svg", {
802
- width: "101px",
803
- height: "32",
1125
+ width: `${width}px`,
1126
+ height: `${height}px`,
804
1127
  viewBox: "0 0 101 32",
805
1128
  preserveAspectRatio: "xMinYMin meet",
806
1129
  xmlns: "http://www.w3.org/2000/svg"
@@ -1704,6 +2027,113 @@ const BirthdayIcon = ({
1704
2027
  id: "Shape"
1705
2028
  }))));
1706
2029
  };
2030
+ const IBTFLowIcon = ({
2031
+ size
2032
+ }) => {
2033
+ const ratio = .279;
2034
+ let width = size ?? 14;
2035
+ let height = width * ratio;
2036
+ return /*#__PURE__*/_react.default.createElement("svg", {
2037
+ width: `${width}px`,
2038
+ height: `${height}px`,
2039
+ viewBox: "0 0 939 262",
2040
+ version: "1.1",
2041
+ xmlns: "http://www.w3.org/2000/svg"
2042
+ }, /*#__PURE__*/_react.default.createElement("title", null, "Artboard"), /*#__PURE__*/_react.default.createElement("g", {
2043
+ id: "Artboard",
2044
+ stroke: "none",
2045
+ "stroke-width": "1",
2046
+ fill: "none",
2047
+ "fill-rule": "evenodd"
2048
+ }, /*#__PURE__*/_react.default.createElement("g", {
2049
+ id: "Plaid_(company)-Vertical-Logo.wine",
2050
+ transform: "translate(400.000000, 52.000000)",
2051
+ fill: "#111212",
2052
+ "fill-rule": "nonzero"
2053
+ }, /*#__PURE__*/_react.default.createElement("path", {
2054
+ d: "M144.343651,102.773557 L127.410108,85.8404032 L140.71937,72.5319192 L149.772096,81.5850344 L144.343651,102.773557 Z M140.71937,56.5613492 L127.410108,43.2528651 L144.343651,26.3201001 L149.772096,47.5094011 L140.71937,56.5613492 Z M115.170816,12.9061753 L136.35895,18.3338424 L119.425796,35.2677746 L106.117312,21.9592906 L115.170816,12.9061753 Z M90.1471306,21.9596796 L76.8382575,35.2677746 L59.9054924,18.3346205 L81.0940154,12.9061753 L90.1471306,21.9596796 Z M51.9188457,26.3185438 L68.853167,43.2532542 L55.545072,56.5613492 L46.4904004,47.5066776 L51.9188457,26.3185438 Z M55.545072,72.531141 L68.853167,85.839236 L51.9188457,102.773557 L46.4904004,81.5854235 L55.545072,72.531141 Z M81.0932372,116.187093 L59.9039361,110.758648 L76.8382575,93.8247155 L90.1467416,107.133589 L81.0932372,116.187093 Z M111.440316,85.8400142 L98.131832,99.1484982 L84.8229588,85.8400142 L98.131832,72.531141 L111.440316,85.8400142 Z M119.425407,51.2375665 L132.733891,64.5464396 L119.425407,77.8549237 L106.116533,64.5464396 L119.425407,51.2375665 Z M90.1467416,64.5464396 L76.8382575,77.8549237 L63.5301625,64.5464396 L76.8382575,51.2383446 L90.1467416,64.5464396 Z M84.823737,43.2532542 L98.1322211,29.9447701 L111.440316,43.2528651 L98.131832,56.5613492 L84.823737,43.2532542 Z M106.116533,107.133589 L119.425407,93.8254937 L136.358172,110.758648 L115.169649,116.186315 L106.116533,107.133589 Z M152.363759,118.778366 L162.678272,78.5202506 L148.704461,64.5468287 L162.678272,50.5722395 L152.36337,10.3137347 L112.104865,0 L98.1322211,13.9742001 L84.1568537,0 L43.898738,10.314902 L33.5850033,50.5730177 L47.5599816,64.5464396 L33.5850033,78.5210288 L43.898738,118.779145 L84.1576319,129.093268 L98.131832,115.11829 L112.105254,129.093268 L152.363759,118.778366 Z M190.361708,160.693185 C188.719401,158.371155 186.759994,156.51252 184.489712,155.109886 C180.764659,152.787467 175.687942,151.626063 169.257227,151.626063 L153.013133,151.626063 L153.013133,199.998055 L172.014248,199.998055 C178.877232,199.998055 184.391664,197.776407 188.549373,193.328055 C192.706694,188.879702 194.784382,182.982416 194.784382,175.632304 C194.784382,169.783263 193.30899,164.804983 190.361708,160.693185 M170.636905,189.04973 L165.341525,189.04973 L165.341525,162.577889 L170.709274,162.577889 C174.480627,162.577889 177.378884,163.74474 179.409882,166.075719 C181.441658,168.409032 182.455601,171.716602 182.455601,175.992203 C182.455601,184.699037 178.514609,189.04973 170.636905,189.04973 M130.171798,200 L142.50019,200 L142.50019,151.628397 L130.171798,151.628397 L130.171798,200 Z M94.9989592,151.627619 L75.6371673,200 L88.9075215,200 L91.4458799,192.966989 L108.268535,192.966989 L110.58862,200 L124.00877,200 L104.788214,151.627619 L94.9989592,151.627619 Z M94.8546105,183.176956 L99.9313274,166.64183 L104.932952,183.176956 L94.8546105,183.176956 Z M56.5644618,151.627619 L44.2364595,151.627619 L44.2364595,200 L70.8526495,200 L70.8526495,189.048174 L56.5644618,189.048174 L56.5644618,151.627619 Z M30.6762406,155.254235 C27.7744814,152.83688 22.8187684,151.629565 15.8091018,151.629565 L0,151.629565 L0,199.999222 L11.82142,199.999222 L11.82142,184.844164 L17.1144654,184.844164 C23.545181,184.844164 28.258497,183.440752 31.2551918,180.634317 C34.6374649,177.494441 36.3311305,173.313386 36.3311305,168.089986 C36.3311305,162.675937 34.4472048,158.397613 30.6762406,155.254235 M16.8234335,173.892338 L11.82142,173.892338 L11.82142,162.578278 L16.3160731,162.578278 C21.7787574,162.578278 24.5100995,164.476989 24.5100995,168.270909 C24.5100995,172.019695 21.9487854,173.892338 16.8234335,173.892338",
2055
+ id: "Shape"
2056
+ })), /*#__PURE__*/_react.default.createElement("g", {
2057
+ id: "bank_icon_instant",
2058
+ transform: "translate(724.000000, 52.159450)",
2059
+ stroke: "#003566",
2060
+ "stroke-width": "12"
2061
+ }, /*#__PURE__*/_react.default.createElement("path", {
2062
+ d: "M0,196.640044 L194.877444,196.640044 M10.0798678,163.591297 L184.797577,163.591297 M31.9195814,158.523822 L31.9195814,105.645828 M75.5990086,158.523822 L75.5990086,105.645828 M119.278436,158.523822 L119.278436,105.645828 M162.957863,158.523822 L162.957863,105.645828 M194.877444,79.3169925 L120.455913,13.1454015 C112.311119,5.90406637 108.239263,2.28350708 103.644486,0.908469909 C99.5953657,-0.302823303 95.2820787,-0.302823303 91.2329581,0.908469909 C86.6381814,2.28350708 82.5663254,5.90406637 74.4219636,13.1454015 L0,79.3169925 L194.877444,79.3169925 Z",
2063
+ id: "Shape"
2064
+ })), /*#__PURE__*/_react.default.createElement("g", {
2065
+ id: "BettorEdge-Double-Line---Dark",
2066
+ transform: "translate(8.000000, 52.000000)",
2067
+ fill: "#003566",
2068
+ "fill-rule": "nonzero"
2069
+ }, /*#__PURE__*/_react.default.createElement("path", {
2070
+ d: "M26.2355349,177.365585 C26.2355349,185.453482 22.057902,188.795588 12.6749384,188.795588 L0,188.795588 L0,149.041233 L11.2628984,149.041233 C20.0275724,149.041233 24.3054685,151.338931 24.414087,159.426829 L24.414087,160.003342 C24.414087,163.804988 23.002047,166.311568 20.6040857,167.614989 C23.6788236,168.818148 26.2355349,171.633872 26.2355349,176.638677 L26.2355349,177.365585 Z M7.09362075,155.148933 L7.09362075,165.434265 L11.9480302,165.434265 C15.9084263,165.434265 17.3204662,164.281238 17.3204662,160.421105 L17.3204662,160.061829 C17.3204662,155.675314 15.2817813,155.157288 11.3715169,155.157288 L7.09362075,155.148933 Z M18.8327694,176.872624 C18.8327694,172.594728 16.8442161,171.55032 12.6749384,171.55032 L7.09362075,171.55032 L7.09362075,182.712955 L13.1428333,182.712955 C17.4207294,182.712955 18.8327694,181.359402 18.8327694,177.39065 L18.8327694,176.872624 Z",
2071
+ id: "Shape"
2072
+ }), /*#__PURE__*/_react.default.createElement("path", {
2073
+ d: "M54.0919915,179.40427 C53.8831098,185.921377 50.7498851,189.430589 42.7204746,189.430589 C34.691064,189.430589 30.7724443,185.770982 30.7724443,177.114927 L30.7724443,168.876634 C30.7724443,161.106237 34.6325772,156.828341 42.670343,156.828341 C50.5410035,156.828341 54.3677153,160.529724 54.3677153,168.768016 L54.3677153,175.234992 L37.6571834,175.234992 L37.6571834,177.85019 C37.6571834,181.710323 39.0692234,183.640389 42.670343,183.640389 C46.2714626,183.640389 47.382713,182.019468 47.541463,179.304006 L54.0919915,179.40427 Z M37.6571834,168.918411 L37.6571834,169.854201 L47.6835025,169.854201 L47.6835025,168.709529 C47.6835025,164.590383 46.3299495,162.660317 42.7288298,162.660317 C39.1277102,162.660317 37.6571834,164.431633 37.6571834,168.918411 Z",
2074
+ id: "Shape"
2075
+ }), /*#__PURE__*/_react.default.createElement("path", {
2076
+ d: "M72.9748924,182.796507 L72.9748924,189.054602 C71.6863843,189.303015 70.3768577,189.426132 69.064628,189.422409 C61.8122572,189.422409 59.5145591,185.612232 59.5145591,177.724861 L59.5145591,154.12959 L66.7167983,151.706563 L66.7167983,158.958934 L72.9748924,158.958934 L72.9748924,165.058278 L66.7167983,165.058278 L66.7167983,177.967164 C66.7167983,181.935915 67.8113381,183.080587 70.7273259,183.080587 C71.4847428,183.069699 72.238586,182.974417 72.9748924,182.796507 Z",
2077
+ id: "Path"
2078
+ }), /*#__PURE__*/_react.default.createElement("path", {
2079
+ d: "M91.6489117,182.796507 L91.6489117,189.054602 C90.3604036,189.303015 89.0508769,189.426132 87.7386473,189.422409 C80.4862765,189.422409 78.1885784,185.612232 78.1885784,177.724861 L78.1885784,153.736893 L85.3908176,151.723274 L85.3908176,158.975644 L91.6489117,158.975644 L91.6489117,165.074989 L85.3908176,165.074989 L85.3908176,177.967164 C85.3908176,181.935915 86.4853574,183.080587 89.4013452,183.080587 C90.1587617,183.069699 90.9126056,182.974417 91.6489117,182.796507 L91.6489117,182.796507 Z",
2080
+ id: "Path"
2081
+ }), /*#__PURE__*/_react.default.createElement("path", {
2082
+ d: "M120.232276,169.127292 L120.232276,177.131637 C120.232276,185.787693 116.472407,189.447299 108.334378,189.447299 C100.196349,189.447299 96.4448344,185.787693 96.4448344,177.131637 L96.4448344,169.152358 C96.4448344,160.546434 100.204704,156.845052 108.334378,156.845052 C116.464051,156.845052 120.232276,160.521369 120.232276,169.127292 Z M103.521745,177.156703 C103.521745,181.852362 104.775034,183.264402 108.367799,183.264402 C111.960563,183.264402 113.222208,181.852362 113.222208,177.156703 L113.222208,169.077161 C113.222208,164.381501 111.968918,163.027948 108.367799,163.027948 C104.766679,163.027948 103.521745,164.381501 103.521745,169.077161 L103.521745,177.156703 Z",
2083
+ id: "Shape"
2084
+ }), /*#__PURE__*/_react.default.createElement("path", {
2085
+ d: "M132.405899,157.480052 L132.539583,160.262355 C134.391868,158.075431 137.135852,156.846323 140.000836,156.920249 C140.490117,156.923481 140.97862,156.959769 141.463007,157.028867 L141.463007,164.272883 C140.754984,164.167531 140.039857,164.117249 139.324059,164.122488 C135.931821,164.122488 133.05761,165.943936 133.05761,171.007227 L133.05761,188.829009 L126.022476,188.829009 L126.022476,157.42992 L132.405899,157.480052 Z",
2086
+ id: "Path"
2087
+ }), /*#__PURE__*/_react.default.createElement("polygon", {
2088
+ id: "Path",
2089
+ points: "159.126039 166.044199 172.118478 166.044199 172.118478 172.402557 159.126039 172.402557 159.126039 182.838284 174.725321 182.838284 174.725321 189.405523 151.882024 189.405523 151.882024 149.659523 174.207294 149.659523 174.207294 156.243472 159.126039 156.243472"
2090
+ }), /*#__PURE__*/_react.default.createElement("path", {
2091
+ d: "M196.582696,159.627355 L196.582696,151.706563 L203.567699,149.141496 L203.567699,189.405523 L197.418223,189.405523 L197.100723,187.325062 C195.538288,189.096378 192.881313,190.032168 189.848352,190.032168 C183.122363,190.032168 179.822033,185.754272 179.822033,177.724861 L179.822033,169.369595 C179.822033,161.072816 184.409074,157.421565 190.090655,157.421565 C193.08184,157.42992 195.170656,158.265447 196.582696,159.627355 Z M196.524209,169.169069 C196.524209,165.049923 194.49388,163.637883 191.678155,163.637883 C188.653549,163.637883 186.823746,165.208673 186.823746,169.695451 L186.823746,177.825124 C186.823746,182.052889 188.235786,183.882692 191.628024,183.882692 C194.752893,183.882692 196.524209,182.311902 196.524209,178.660651 L196.524209,169.169069 Z",
2092
+ id: "Shape"
2093
+ }), /*#__PURE__*/_react.default.createElement("path", {
2094
+ d: "M226.101851,188.260851 L226.101851,186.172035 C224.199969,187.658976 221.829441,188.417544 219.417638,188.310983 C212.691649,188.310983 209.349543,184.033087 209.349543,176.003676 L209.349543,169.37795 C209.349543,161.081171 213.944939,157.42992 219.62652,157.42992 C222.651126,157.42992 224.739942,158.265447 226.143627,159.627355 L226.352509,158.056565 L233.086853,157.981368 L233.086853,187.634206 C233.086853,196.766512 228.600075,200 221.138823,200 C212.666583,200 211.597109,196.749802 209.349543,191.0348 L216.710532,190.508418 C216.860927,192.906379 218.013953,194.310064 221.347704,194.310064 C224.681455,194.310064 226.101851,192.697498 226.101851,188.260851 Z M226.101851,169.169069 C226.101851,165.049923 224.071521,163.637883 221.255796,163.637883 C218.23119,163.637883 216.401387,165.208673 216.401387,169.695451 L216.401387,176.10394 C216.401387,180.331704 217.813427,182.161507 221.19731,182.161507 C224.330534,182.161507 226.101851,180.590717 226.101851,176.939466 L226.101851,169.169069 Z",
2095
+ id: "Shape"
2096
+ }), /*#__PURE__*/_react.default.createElement("path", {
2097
+ d: "M262.255086,180.022559 C262.046205,186.539667 258.91298,190.048878 250.883569,190.048878 C242.854159,190.048878 238.960605,186.380917 238.960605,177.724861 L238.960605,169.486569 C238.960605,161.707816 242.820738,157.42992 250.850148,157.42992 C258.729164,157.42992 262.547521,161.139658 262.547521,169.37795 L262.547521,175.844926 L245.836989,175.844926 L245.836989,178.451769 C245.836989,182.311902 247.249029,184.241969 250.850148,184.241969 C254.451268,184.241969 255.721268,182.570915 255.863308,179.847099 L262.255086,180.022559 Z M245.820278,169.536701 L245.820278,170.447424 L255.846597,170.447424 L255.846597,169.302753 C255.846597,165.183607 254.484689,163.253541 250.891925,163.253541 C247.29916,163.253541 245.820278,165.049923 245.820278,169.536701 Z",
2098
+ id: "Shape"
2099
+ }), /*#__PURE__*/_react.default.createElement("polygon", {
2100
+ id: "Combined-Shape",
2101
+ points: "135.111587 69.7277157 126.131425 60.1620502 135.111587 50.3402268 135.111587 50.2084885 151.944816 31.311359 151.944816 50.6622538 174.633082 51.3648582 174.633082 68.60794 152.896259 69.288588 152.808434 88.1271671 135.111587 69.5959774"
2102
+ }), /*#__PURE__*/_react.default.createElement("path", {
2103
+ d: "M132.948991,13.6525045 C132.948991,2.59013243 120.633329,2.19743493 120.633329,2.19743493 L120.633329,2.19743493 L132.948991,0.150394786 L132.948991,0 L179.73848,7.78710782 L179.73848,28.6836279 L152.667419,25.9765217 L132.948991,47.5832393 L132.948991,13.6525045 Z",
2104
+ id: "Combined-Shape"
2105
+ }), /*#__PURE__*/_react.default.createElement("path", {
2106
+ d: "M132.948991,120.1905 L120.633329,118.135105 L120.647911,118.134561 C121.121029,118.11546 132.948991,117.529515 132.948991,106.68839 L132.948991,72.1143 L153.101892,93.0275306 L179.73848,90.4039771 L179.73848,112.278063 L132.948991,120.040105 L132.948991,120.1905 Z",
2107
+ id: "Combined-Shape"
2108
+ }), /*#__PURE__*/_react.default.createElement("path", {
2109
+ d: "M107.92497,25.2579688 L87.8723315,27.33843 L87.8723315,48.3435685 L107.92497,47.5915946 C107.92497,47.5915946 113.690103,46.1711994 113.690103,36.0195513 C113.690103,25.8679032 107.92497,25.2579688 107.92497,25.2579688 Z",
2110
+ id: "Path"
2111
+ }), /*#__PURE__*/_react.default.createElement("path", {
2112
+ d: "M107.92497,69.9335756 L87.8723315,69.3403518 L87.8723315,92.9690437 L107.92497,95.0662155 C107.92497,95.0662155 113.690103,94.3810837 113.690103,82.8842378 C113.690103,71.3873919 107.92497,69.9335756 107.92497,69.9335756 Z",
2113
+ id: "Path"
2114
+ })), /*#__PURE__*/_react.default.createElement("g", {
2115
+ id: "chevron-circle-right",
2116
+ transform: "translate(293.000000, 127.000000)",
2117
+ fill: "#000000",
2118
+ "fill-rule": "nonzero"
2119
+ }, /*#__PURE__*/_react.default.createElement("path", {
2120
+ d: "M25,0 C38.8104839,0 50,11.1895161 50,25 C50,38.8104839 38.8104839,50 25,50 C11.1895161,50 0,38.8104839 0,25 C0,11.1895161 11.1895161,0 25,0 Z M36.4818548,23.2862903 L22.8225806,9.62701613 C21.875,8.67943548 20.3427419,8.67943548 19.4052419,9.62701613 L17.6915323,11.3407258 C16.7439516,12.2883065 16.7439516,13.8205645 17.6915323,14.7580645 L27.9334677,25 L17.6915323,35.2419355 C16.7439516,36.1895161 16.7439516,37.7217742 17.6915323,38.6592742 L19.4052419,40.3729839 C20.3528226,41.3205645 21.8850806,41.3205645 22.8225806,40.3729839 L36.4818548,26.7137097 C37.4294355,25.766129 37.4294355,24.233871 36.4818548,23.2862903 Z",
2121
+ id: "Shape"
2122
+ })), /*#__PURE__*/_react.default.createElement("path", {
2123
+ id: "Line",
2124
+ d: "M498.132027,11.8261695 C548.908855,11.8261695 621.034608,31.2779065 714.694773,70.1250244 L717.539551,71.3081465 L721.231405,72.8476977 L718.152302,80.2314047 L714.460449,78.6918535 C620.307167,39.4287038 548.133972,19.8261695 498.132027,19.8261695 C453.890768,19.8261695 389.862461,35.17115 306.247663,65.8919869 L303.707887,66.8276278 L284.591,74.105 L310.338725,77.9605822 L314.294632,78.5528596 L313.110078,86.4646754 L309.15417,85.872398 L268.304961,79.7564657 L261.272236,78.703528 L265.824084,73.240143 L292.263253,41.5063625 L294.823668,38.4332084 L300.969976,43.554038 L298.409562,46.6271921 L281.744,66.629 L300.898688,59.337179 C386.606795,27.6784337 452.294752,11.8261695 498.132027,11.8261695 Z",
2125
+ fill: "#003566",
2126
+ "fill-rule": "nonzero"
2127
+ }), /*#__PURE__*/_react.default.createElement("g", {
2128
+ id: "chevron-circle-right",
2129
+ transform: "translate(617.000000, 127.000000)",
2130
+ fill: "#000000",
2131
+ "fill-rule": "nonzero"
2132
+ }, /*#__PURE__*/_react.default.createElement("path", {
2133
+ d: "M25,0 C38.8104839,0 50,11.1895161 50,25 C50,38.8104839 38.8104839,50 25,50 C11.1895161,50 0,38.8104839 0,25 C0,11.1895161 11.1895161,0 25,0 Z M36.4818548,23.2862903 L22.8225806,9.62701613 C21.875,8.67943548 20.3427419,8.67943548 19.4052419,9.62701613 L17.6915323,11.3407258 C16.7439516,12.2883065 16.7439516,13.8205645 17.6915323,14.7580645 L27.9334677,25 L17.6915323,35.2419355 C16.7439516,36.1895161 16.7439516,37.7217742 17.6915323,38.6592742 L19.4052419,40.3729839 C20.3528226,41.3205645 21.8850806,41.3205645 22.8225806,40.3729839 L36.4818548,26.7137097 C37.4294355,25.766129 37.4294355,24.233871 36.4818548,23.2862903 Z",
2134
+ id: "Shape"
2135
+ }))));
2136
+ };
1707
2137
  var _default = exports.default = {
1708
2138
  SearchIcon,
1709
2139
  EyeOnIcon,
@@ -1731,6 +2161,7 @@ var _default = exports.default = {
1731
2161
  MoreIcon,
1732
2162
  SnoozeIcon,
1733
2163
  GiftIcon,
2164
+ IBTFLowIcon,
1734
2165
  WithdrawIcon,
1735
2166
  DepositIcon,
1736
2167
  BankInstantIcon,
@@ -1745,6 +2176,12 @@ var _default = exports.default = {
1745
2176
  PausedIcon,
1746
2177
  ChangeIcon,
1747
2178
  USDIcon,
1748
- EyeOffIcon
2179
+ EyeOffIcon,
2180
+ DiscoverCardIcon,
2181
+ AmexCardIcon,
2182
+ TransactionSuccessIcon,
2183
+ TransactionErrorIcon,
2184
+ VisaCardIcon,
2185
+ MasterCardIcon
1749
2186
  };
1750
2187
  //# sourceMappingURL=Icons.js.map