be-components 1.0.8 → 1.1.0

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 (904) hide show
  1. package/lib/commonjs/AdServer/components/CompanyAdCard.js +3 -5
  2. package/lib/commonjs/AdServer/components/CompanyAdCard.js.map +1 -1
  3. package/lib/commonjs/AdServer/index.js +9 -10
  4. package/lib/commonjs/AdServer/index.js.map +1 -1
  5. package/lib/commonjs/ApiOverrides/index.js +6 -3
  6. package/lib/commonjs/ApiOverrides/index.js.map +1 -1
  7. package/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.js +16 -17
  8. package/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.js.map +1 -1
  9. package/lib/commonjs/Authenticator/Components/LoginForm.js +58 -60
  10. package/lib/commonjs/Authenticator/Components/LoginForm.js.map +1 -1
  11. package/lib/commonjs/Authenticator/Components/StrategyForm.js +67 -69
  12. package/lib/commonjs/Authenticator/Components/StrategyForm.js.map +1 -1
  13. package/lib/commonjs/Authenticator/index.js +14 -16
  14. package/lib/commonjs/Authenticator/index.js.map +1 -1
  15. package/lib/commonjs/BettorSearch/index.js +8 -10
  16. package/lib/commonjs/BettorSearch/index.js.map +1 -1
  17. package/lib/commonjs/Bracket/components/BracketCompetitionCard.js +92 -94
  18. package/lib/commonjs/Bracket/components/BracketCompetitionCard.js.map +1 -1
  19. package/lib/commonjs/Bracket/components/BracketCompetitionSelector.js +37 -39
  20. package/lib/commonjs/Bracket/components/BracketCompetitionSelector.js.map +1 -1
  21. package/lib/commonjs/Bracket/components/BracketPlay/BracketNavigator.js +18 -19
  22. package/lib/commonjs/Bracket/components/BracketPlay/BracketNavigator.js.map +1 -1
  23. package/lib/commonjs/Bracket/components/BracketPlay/BracketRound.js +7 -8
  24. package/lib/commonjs/Bracket/components/BracketPlay/BracketRound.js.map +1 -1
  25. package/lib/commonjs/Bracket/components/BracketPlay/RoundEvent.js +45 -46
  26. package/lib/commonjs/Bracket/components/BracketPlay/RoundEvent.js.map +1 -1
  27. package/lib/commonjs/Bracket/components/BracketPlay/index.js +27 -29
  28. package/lib/commonjs/Bracket/components/BracketPlay/index.js.map +1 -1
  29. package/lib/commonjs/Bracket/components/BracketSelector.js +21 -22
  30. package/lib/commonjs/Bracket/components/BracketSelector.js.map +1 -1
  31. package/lib/commonjs/Bracket/components/CompetitionLeaderboard.js +34 -36
  32. package/lib/commonjs/Bracket/components/CompetitionLeaderboard.js.map +1 -1
  33. package/lib/commonjs/Bracket/components/JoinCompetitionCard.js +20 -22
  34. package/lib/commonjs/Bracket/components/JoinCompetitionCard.js.map +1 -1
  35. package/lib/commonjs/Bracket/components/PlayerBalanceCard.js +6 -7
  36. package/lib/commonjs/Bracket/components/PlayerBalanceCard.js.map +1 -1
  37. package/lib/commonjs/Bracket/components/PlayerBracketManager.js +75 -77
  38. package/lib/commonjs/Bracket/components/PlayerBracketManager.js.map +1 -1
  39. package/lib/commonjs/Bracket/components/PlayerBrackets.js +27 -28
  40. package/lib/commonjs/Bracket/components/PlayerBrackets.js.map +1 -1
  41. package/lib/commonjs/Bracket/components/RoomMenu.js +15 -16
  42. package/lib/commonjs/Bracket/components/RoomMenu.js.map +1 -1
  43. package/lib/commonjs/Bracket/index.js +9 -11
  44. package/lib/commonjs/Bracket/index.js.map +1 -1
  45. package/lib/commonjs/Checkout/components/AccountSummaryCard.js +43 -44
  46. package/lib/commonjs/Checkout/components/AccountSummaryCard.js.map +1 -1
  47. package/lib/commonjs/Checkout/components/ItemSummaryCard.js +7 -8
  48. package/lib/commonjs/Checkout/components/ItemSummaryCard.js.map +1 -1
  49. package/lib/commonjs/Checkout/components/OrderSummaryCard.js +12 -13
  50. package/lib/commonjs/Checkout/components/OrderSummaryCard.js.map +1 -1
  51. package/lib/commonjs/Checkout/components/PayPalOrderCapture.js +2 -4
  52. package/lib/commonjs/Checkout/components/PayPalOrderCapture.js.map +1 -1
  53. package/lib/commonjs/Checkout/components/ShippingSummaryCard.js +7 -8
  54. package/lib/commonjs/Checkout/components/ShippingSummaryCard.js.map +1 -1
  55. package/lib/commonjs/Checkout/index.js +58 -60
  56. package/lib/commonjs/Checkout/index.js.map +1 -1
  57. package/lib/commonjs/Competition/components/AthleteMarketCard.js +20 -21
  58. package/lib/commonjs/Competition/components/AthleteMarketCard.js.map +1 -1
  59. package/lib/commonjs/Competition/components/CompetitionCard.js +25 -26
  60. package/lib/commonjs/Competition/components/CompetitionCard.js.map +1 -1
  61. package/lib/commonjs/Competition/components/CompetitionInfoCard.js +31 -32
  62. package/lib/commonjs/Competition/components/CompetitionInfoCard.js.map +1 -1
  63. package/lib/commonjs/Competition/components/CompetitionLeaderboard.js +34 -36
  64. package/lib/commonjs/Competition/components/CompetitionLeaderboard.js.map +1 -1
  65. package/lib/commonjs/Competition/components/CompetitionPlay.js +116 -118
  66. package/lib/commonjs/Competition/components/CompetitionPlay.js.map +1 -1
  67. package/lib/commonjs/Competition/components/CompetitionSeasonCard.js +16 -17
  68. package/lib/commonjs/Competition/components/CompetitionSeasonCard.js.map +1 -1
  69. package/lib/commonjs/Competition/components/CompetitionSelector.js +14 -16
  70. package/lib/commonjs/Competition/components/CompetitionSelector.js.map +1 -1
  71. package/lib/commonjs/Competition/components/CompetitionTypeCard.js +43 -45
  72. package/lib/commonjs/Competition/components/CompetitionTypeCard.js.map +1 -1
  73. package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js +29 -31
  74. package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js.map +1 -1
  75. package/lib/commonjs/Competition/components/LeaderPicks.js +39 -41
  76. package/lib/commonjs/Competition/components/LeaderPicks.js.map +1 -1
  77. package/lib/commonjs/Competition/components/ManageSeasonForm.js +85 -87
  78. package/lib/commonjs/Competition/components/ManageSeasonForm.js.map +1 -1
  79. package/lib/commonjs/Competition/components/MarketsCard.js +17 -19
  80. package/lib/commonjs/Competition/components/MarketsCard.js.map +1 -1
  81. package/lib/commonjs/Competition/components/MatchMarketCard.js +25 -26
  82. package/lib/commonjs/Competition/components/MatchMarketCard.js.map +1 -1
  83. package/lib/commonjs/Competition/components/NavOutPrompt.js +18 -19
  84. package/lib/commonjs/Competition/components/NavOutPrompt.js.map +1 -1
  85. package/lib/commonjs/Competition/components/SeasonInfoModal.js +52 -54
  86. package/lib/commonjs/Competition/components/SeasonInfoModal.js.map +1 -1
  87. package/lib/commonjs/Competition/components/TeamEventCard.js +30 -31
  88. package/lib/commonjs/Competition/components/TeamEventCard.js.map +1 -1
  89. package/lib/commonjs/Competition/components/WagerPickForm.js +30 -32
  90. package/lib/commonjs/Competition/components/WagerPickForm.js.map +1 -1
  91. package/lib/commonjs/Competition/index.js +3 -5
  92. package/lib/commonjs/Competition/index.js.map +1 -1
  93. package/lib/commonjs/Components/Button.js +7 -8
  94. package/lib/commonjs/Components/Button.js.map +1 -1
  95. package/lib/commonjs/Components/Checkbox.js +3 -4
  96. package/lib/commonjs/Components/Checkbox.js.map +1 -1
  97. package/lib/commonjs/Components/Icons.js +650 -373
  98. package/lib/commonjs/Components/Icons.js.map +1 -1
  99. package/lib/commonjs/Components/ImageUploader.js +3 -5
  100. package/lib/commonjs/Components/ImageUploader.js.map +1 -1
  101. package/lib/commonjs/Components/Jerseys.js +124 -125
  102. package/lib/commonjs/Components/Jerseys.js.map +1 -1
  103. package/lib/commonjs/Components/LinearDiagnal.js +7 -9
  104. package/lib/commonjs/Components/LinearDiagnal.js.map +1 -1
  105. package/lib/commonjs/Components/Spring.js +1 -3
  106. package/lib/commonjs/Components/Spring.js.map +1 -1
  107. package/lib/commonjs/Components/Switch.js +8 -9
  108. package/lib/commonjs/Components/Switch.js.map +1 -1
  109. package/lib/commonjs/Components/Text.js +33 -5
  110. package/lib/commonjs/Components/Text.js.map +1 -1
  111. package/lib/commonjs/Components/TextInput.js +1 -2
  112. package/lib/commonjs/Components/TextInput.js.map +1 -1
  113. package/lib/commonjs/LocationTracker/index.js +27 -28
  114. package/lib/commonjs/LocationTracker/index.js.map +1 -1
  115. package/lib/commonjs/Observer/Observer.js +2 -4
  116. package/lib/commonjs/Observer/Observer.js.map +1 -1
  117. package/lib/commonjs/Poll/components/CampaignPlay.js +56 -58
  118. package/lib/commonjs/Poll/components/CampaignPlay.js.map +1 -1
  119. package/lib/commonjs/Poll/components/CampaignProgressBar.js +11 -13
  120. package/lib/commonjs/Poll/components/CampaignProgressBar.js.map +1 -1
  121. package/lib/commonjs/Poll/components/CampaignResult.js +56 -58
  122. package/lib/commonjs/Poll/components/CampaignResult.js.map +1 -1
  123. package/lib/commonjs/Poll/components/CampaignSelector.js +12 -14
  124. package/lib/commonjs/Poll/components/CampaignSelector.js.map +1 -1
  125. package/lib/commonjs/Poll/components/PollCampaignCard.js +7 -8
  126. package/lib/commonjs/Poll/components/PollCampaignCard.js.map +1 -1
  127. package/lib/commonjs/Poll/components/PollCard.js +49 -51
  128. package/lib/commonjs/Poll/components/PollCard.js.map +1 -1
  129. package/lib/commonjs/Poll/components/PollOptionCard.js +14 -16
  130. package/lib/commonjs/Poll/components/PollOptionCard.js.map +1 -1
  131. package/lib/commonjs/Poll/components/PollSelectCard.js +25 -26
  132. package/lib/commonjs/Poll/components/PollSelectCard.js.map +1 -1
  133. package/lib/commonjs/Poll/components/ResponseTimer.js +3 -5
  134. package/lib/commonjs/Poll/components/ResponseTimer.js.map +1 -1
  135. package/lib/commonjs/Poll/components/WidgetHeader.js +11 -12
  136. package/lib/commonjs/Poll/components/WidgetHeader.js.map +1 -1
  137. package/lib/commonjs/Poll/flashmarket/ResultCard.js +47 -49
  138. package/lib/commonjs/Poll/flashmarket/ResultCard.js.map +1 -1
  139. package/lib/commonjs/Poll/flashmarket/index.js +52 -54
  140. package/lib/commonjs/Poll/flashmarket/index.js.map +1 -1
  141. package/lib/commonjs/Poll/index.js +6 -8
  142. package/lib/commonjs/Poll/index.js.map +1 -1
  143. package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js +35 -37
  144. package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js.map +1 -1
  145. package/lib/commonjs/ProfileManager/Components/BasicStatus.js +35 -36
  146. package/lib/commonjs/ProfileManager/Components/BasicStatus.js.map +1 -1
  147. package/lib/commonjs/ProfileManager/Components/CodeRedeem.js +50 -52
  148. package/lib/commonjs/ProfileManager/Components/CodeRedeem.js.map +1 -1
  149. package/lib/commonjs/ProfileManager/Components/DOBManager.js +24 -26
  150. package/lib/commonjs/ProfileManager/Components/DOBManager.js.map +1 -1
  151. package/lib/commonjs/ProfileManager/Components/EmailManager.js +36 -38
  152. package/lib/commonjs/ProfileManager/Components/EmailManager.js.map +1 -1
  153. package/lib/commonjs/ProfileManager/Components/PasswordManager.js +36 -38
  154. package/lib/commonjs/ProfileManager/Components/PasswordManager.js.map +1 -1
  155. package/lib/commonjs/ProfileManager/Components/PhoneManager.js +36 -38
  156. package/lib/commonjs/ProfileManager/Components/PhoneManager.js.map +1 -1
  157. package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js +17 -19
  158. package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js.map +1 -1
  159. package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js +15 -16
  160. package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js.map +1 -1
  161. package/lib/commonjs/ProfileManager/Components/ProfileWizard.js +66 -68
  162. package/lib/commonjs/ProfileManager/Components/ProfileWizard.js.map +1 -1
  163. package/lib/commonjs/ProfileManager/Components/SettingsManager.js +29 -31
  164. package/lib/commonjs/ProfileManager/Components/SettingsManager.js.map +1 -1
  165. package/lib/commonjs/ProfileManager/Components/VouchCard.js +63 -65
  166. package/lib/commonjs/ProfileManager/Components/VouchCard.js.map +1 -1
  167. package/lib/commonjs/ProfileManager/index.js +16 -18
  168. package/lib/commonjs/ProfileManager/index.js.map +1 -1
  169. package/lib/commonjs/SocialComponents/PlayerCard.js +11 -12
  170. package/lib/commonjs/SocialComponents/PlayerCard.js.map +1 -1
  171. package/lib/commonjs/SocialComponents/PlayerFollowButton.js +3 -4
  172. package/lib/commonjs/SocialComponents/PlayerFollowButton.js.map +1 -1
  173. package/lib/commonjs/SocialComponents/PlayerList.js +4 -6
  174. package/lib/commonjs/SocialComponents/PlayerList.js.map +1 -1
  175. package/lib/commonjs/Socket/api/index.js +18 -0
  176. package/lib/commonjs/Socket/api/index.js.map +1 -0
  177. package/lib/commonjs/Socket/index.js +120 -0
  178. package/lib/commonjs/Socket/index.js.map +1 -0
  179. package/lib/commonjs/Squares/api/index.js +97 -0
  180. package/lib/commonjs/Squares/api/index.js.map +1 -0
  181. package/lib/commonjs/Squares/components/BidForm.js +173 -0
  182. package/lib/commonjs/Squares/components/BidForm.js.map +1 -0
  183. package/lib/commonjs/Squares/components/BidToggle.js +63 -0
  184. package/lib/commonjs/Squares/components/BidToggle.js.map +1 -0
  185. package/lib/commonjs/Squares/components/BoardStats.js +144 -0
  186. package/lib/commonjs/Squares/components/BoardStats.js.map +1 -0
  187. package/lib/commonjs/Squares/components/EventCard.js +132 -0
  188. package/lib/commonjs/Squares/components/EventCard.js.map +1 -0
  189. package/lib/commonjs/Squares/components/MySquaresCard.js +109 -0
  190. package/lib/commonjs/Squares/components/MySquaresCard.js.map +1 -0
  191. package/lib/commonjs/Squares/components/OfferForm.js +181 -0
  192. package/lib/commonjs/Squares/components/OfferForm.js.map +1 -0
  193. package/lib/commonjs/Squares/components/ResultsCard.js +108 -0
  194. package/lib/commonjs/Squares/components/ResultsCard.js.map +1 -0
  195. package/lib/commonjs/Squares/components/SquareCard.js +337 -0
  196. package/lib/commonjs/Squares/components/SquareCard.js.map +1 -0
  197. package/lib/commonjs/Squares/components/SquareOfferCard.js +266 -0
  198. package/lib/commonjs/Squares/components/SquareOfferCard.js.map +1 -0
  199. package/lib/commonjs/Squares/components/SquareOwners.js +123 -0
  200. package/lib/commonjs/Squares/components/SquareOwners.js.map +1 -0
  201. package/lib/commonjs/Squares/components/SquaresBoard.js +209 -0
  202. package/lib/commonjs/Squares/components/SquaresBoard.js.map +1 -0
  203. package/lib/commonjs/Squares/components/SquaresDetails.js +90 -0
  204. package/lib/commonjs/Squares/components/SquaresDetails.js.map +1 -0
  205. package/lib/commonjs/Squares/index.js +568 -0
  206. package/lib/commonjs/Squares/index.js.map +1 -0
  207. package/lib/commonjs/Wallet/components/ACHAddCard.js +38 -39
  208. package/lib/commonjs/Wallet/components/ACHAddCard.js.map +1 -1
  209. package/lib/commonjs/Wallet/components/AccountCard.js +17 -18
  210. package/lib/commonjs/Wallet/components/AccountCard.js.map +1 -1
  211. package/lib/commonjs/Wallet/components/AccountLimitManager.js +32 -34
  212. package/lib/commonjs/Wallet/components/AccountLimitManager.js.map +1 -1
  213. package/lib/commonjs/Wallet/components/AccountManager.js +31 -32
  214. package/lib/commonjs/Wallet/components/AccountManager.js.map +1 -1
  215. package/lib/commonjs/Wallet/components/AccountSnoozeManager.js +31 -33
  216. package/lib/commonjs/Wallet/components/AccountSnoozeManager.js.map +1 -1
  217. package/lib/commonjs/Wallet/components/AddressCard.js +7 -8
  218. package/lib/commonjs/Wallet/components/AddressCard.js.map +1 -1
  219. package/lib/commonjs/Wallet/components/AddressManager.js +44 -46
  220. package/lib/commonjs/Wallet/components/AddressManager.js.map +1 -1
  221. package/lib/commonjs/Wallet/components/DepositCard.js +41 -43
  222. package/lib/commonjs/Wallet/components/DepositCard.js.map +1 -1
  223. package/lib/commonjs/Wallet/components/FundAccountCard.js +54 -55
  224. package/lib/commonjs/Wallet/components/FundAccountCard.js.map +1 -1
  225. package/lib/commonjs/Wallet/components/ItemOrderCard.js +15 -17
  226. package/lib/commonjs/Wallet/components/ItemOrderCard.js.map +1 -1
  227. package/lib/commonjs/Wallet/components/ItemOrderDetailCard.js +23 -25
  228. package/lib/commonjs/Wallet/components/ItemOrderDetailCard.js.map +1 -1
  229. package/lib/commonjs/Wallet/components/LinkAccountManager.js +40 -42
  230. package/lib/commonjs/Wallet/components/LinkAccountManager.js.map +1 -1
  231. package/lib/commonjs/Wallet/components/ManageAccountCard.js +36 -38
  232. package/lib/commonjs/Wallet/components/ManageAccountCard.js.map +1 -1
  233. package/lib/commonjs/Wallet/components/ManualACHAdd.js +33 -35
  234. package/lib/commonjs/Wallet/components/ManualACHAdd.js.map +1 -1
  235. package/lib/commonjs/Wallet/components/ManualCardAdd.js +47 -49
  236. package/lib/commonjs/Wallet/components/ManualCardAdd.js.map +1 -1
  237. package/lib/commonjs/Wallet/components/MyBalance.js +34 -35
  238. package/lib/commonjs/Wallet/components/MyBalance.js.map +1 -1
  239. package/lib/commonjs/Wallet/components/OrderManager.js +15 -17
  240. package/lib/commonjs/Wallet/components/OrderManager.js.map +1 -1
  241. package/lib/commonjs/Wallet/components/RemoveAccount.js +10 -12
  242. package/lib/commonjs/Wallet/components/RemoveAccount.js.map +1 -1
  243. package/lib/commonjs/Wallet/components/VerifyACHAccount.js +20 -22
  244. package/lib/commonjs/Wallet/components/VerifyACHAccount.js.map +1 -1
  245. package/lib/commonjs/Wallet/components/WalletActionSelector.js +49 -51
  246. package/lib/commonjs/Wallet/components/WalletActionSelector.js.map +1 -1
  247. package/lib/commonjs/Wallet/components/WalletSettings.js +98 -100
  248. package/lib/commonjs/Wallet/components/WalletSettings.js.map +1 -1
  249. package/lib/commonjs/Wallet/components/WalletSetup.js +58 -60
  250. package/lib/commonjs/Wallet/components/WalletSetup.js.map +1 -1
  251. package/lib/commonjs/Wallet/components/WithdrawCard.js +46 -48
  252. package/lib/commonjs/Wallet/components/WithdrawCard.js.map +1 -1
  253. package/lib/commonjs/Wallet/index.js +45 -47
  254. package/lib/commonjs/Wallet/index.js.map +1 -1
  255. package/lib/commonjs/constants/styles.js +86 -0
  256. package/lib/commonjs/constants/styles.js.map +1 -1
  257. package/lib/commonjs/index.js +14 -0
  258. package/lib/commonjs/index.js.map +1 -1
  259. package/lib/module/AdServer/components/CompanyAdCard.js +1 -1
  260. package/lib/module/AdServer/components/CompanyAdCard.js.map +1 -1
  261. package/lib/module/AdServer/index.js +2 -1
  262. package/lib/module/AdServer/index.js.map +1 -1
  263. package/lib/module/ApiOverrides/index.js +6 -3
  264. package/lib/module/ApiOverrides/index.js.map +1 -1
  265. package/lib/module/Authenticator/Components/AuthStrategyIdentifier.js +0 -1
  266. package/lib/module/Authenticator/Components/AuthStrategyIdentifier.js.map +1 -1
  267. package/lib/module/Authenticator/Components/LoginForm.js +1 -1
  268. package/lib/module/Authenticator/Components/LoginForm.js.map +1 -1
  269. package/lib/module/Authenticator/Components/StrategyForm.js +1 -1
  270. package/lib/module/Authenticator/Components/StrategyForm.js.map +1 -1
  271. package/lib/module/Authenticator/index.js +1 -1
  272. package/lib/module/Authenticator/index.js.map +1 -1
  273. package/lib/module/BettorSearch/index.js +1 -1
  274. package/lib/module/BettorSearch/index.js.map +1 -1
  275. package/lib/module/Bracket/components/BracketCompetitionCard.js +1 -1
  276. package/lib/module/Bracket/components/BracketCompetitionCard.js.map +1 -1
  277. package/lib/module/Bracket/components/BracketCompetitionSelector.js +1 -1
  278. package/lib/module/Bracket/components/BracketCompetitionSelector.js.map +1 -1
  279. package/lib/module/Bracket/components/BracketPlay/BracketNavigator.js +0 -1
  280. package/lib/module/Bracket/components/BracketPlay/BracketNavigator.js.map +1 -1
  281. package/lib/module/Bracket/components/BracketPlay/BracketRound.js +0 -1
  282. package/lib/module/Bracket/components/BracketPlay/BracketRound.js.map +1 -1
  283. package/lib/module/Bracket/components/BracketPlay/RoundEvent.js +0 -1
  284. package/lib/module/Bracket/components/BracketPlay/RoundEvent.js.map +1 -1
  285. package/lib/module/Bracket/components/BracketPlay/index.js +1 -1
  286. package/lib/module/Bracket/components/BracketPlay/index.js.map +1 -1
  287. package/lib/module/Bracket/components/BracketSelector.js +0 -1
  288. package/lib/module/Bracket/components/BracketSelector.js.map +1 -1
  289. package/lib/module/Bracket/components/CompetitionLeaderboard.js +1 -1
  290. package/lib/module/Bracket/components/CompetitionLeaderboard.js.map +1 -1
  291. package/lib/module/Bracket/components/JoinCompetitionCard.js +1 -1
  292. package/lib/module/Bracket/components/JoinCompetitionCard.js.map +1 -1
  293. package/lib/module/Bracket/components/PlayerBalanceCard.js +0 -1
  294. package/lib/module/Bracket/components/PlayerBalanceCard.js.map +1 -1
  295. package/lib/module/Bracket/components/PlayerBracketManager.js +1 -1
  296. package/lib/module/Bracket/components/PlayerBracketManager.js.map +1 -1
  297. package/lib/module/Bracket/components/PlayerBrackets.js +0 -1
  298. package/lib/module/Bracket/components/PlayerBrackets.js.map +1 -1
  299. package/lib/module/Bracket/components/RoomMenu.js +0 -1
  300. package/lib/module/Bracket/components/RoomMenu.js.map +1 -1
  301. package/lib/module/Bracket/index.js +1 -1
  302. package/lib/module/Bracket/index.js.map +1 -1
  303. package/lib/module/Checkout/components/AccountSummaryCard.js +0 -1
  304. package/lib/module/Checkout/components/AccountSummaryCard.js.map +1 -1
  305. package/lib/module/Checkout/components/ItemSummaryCard.js +0 -1
  306. package/lib/module/Checkout/components/ItemSummaryCard.js.map +1 -1
  307. package/lib/module/Checkout/components/OrderSummaryCard.js +0 -1
  308. package/lib/module/Checkout/components/OrderSummaryCard.js.map +1 -1
  309. package/lib/module/Checkout/components/PayPalOrderCapture.js +0 -1
  310. package/lib/module/Checkout/components/PayPalOrderCapture.js.map +1 -1
  311. package/lib/module/Checkout/components/ShippingSummaryCard.js +0 -1
  312. package/lib/module/Checkout/components/ShippingSummaryCard.js.map +1 -1
  313. package/lib/module/Checkout/index.js +1 -1
  314. package/lib/module/Checkout/index.js.map +1 -1
  315. package/lib/module/Competition/components/AthleteMarketCard.js +0 -1
  316. package/lib/module/Competition/components/AthleteMarketCard.js.map +1 -1
  317. package/lib/module/Competition/components/CompetitionCard.js +0 -1
  318. package/lib/module/Competition/components/CompetitionCard.js.map +1 -1
  319. package/lib/module/Competition/components/CompetitionInfoCard.js +0 -1
  320. package/lib/module/Competition/components/CompetitionInfoCard.js.map +1 -1
  321. package/lib/module/Competition/components/CompetitionLeaderboard.js +1 -1
  322. package/lib/module/Competition/components/CompetitionLeaderboard.js.map +1 -1
  323. package/lib/module/Competition/components/CompetitionPlay.js +1 -1
  324. package/lib/module/Competition/components/CompetitionPlay.js.map +1 -1
  325. package/lib/module/Competition/components/CompetitionSeasonCard.js +0 -1
  326. package/lib/module/Competition/components/CompetitionSeasonCard.js.map +1 -1
  327. package/lib/module/Competition/components/CompetitionSelector.js +1 -1
  328. package/lib/module/Competition/components/CompetitionSelector.js.map +1 -1
  329. package/lib/module/Competition/components/CompetitionTypeCard.js +1 -1
  330. package/lib/module/Competition/components/CompetitionTypeCard.js.map +1 -1
  331. package/lib/module/Competition/components/EnterCompetitionPrompt.js +1 -1
  332. package/lib/module/Competition/components/EnterCompetitionPrompt.js.map +1 -1
  333. package/lib/module/Competition/components/LeaderPicks.js +1 -1
  334. package/lib/module/Competition/components/LeaderPicks.js.map +1 -1
  335. package/lib/module/Competition/components/ManageSeasonForm.js +1 -1
  336. package/lib/module/Competition/components/ManageSeasonForm.js.map +1 -1
  337. package/lib/module/Competition/components/MarketsCard.js +1 -1
  338. package/lib/module/Competition/components/MarketsCard.js.map +1 -1
  339. package/lib/module/Competition/components/MatchMarketCard.js +0 -1
  340. package/lib/module/Competition/components/MatchMarketCard.js.map +1 -1
  341. package/lib/module/Competition/components/NavOutPrompt.js +0 -1
  342. package/lib/module/Competition/components/NavOutPrompt.js.map +1 -1
  343. package/lib/module/Competition/components/SeasonInfoModal.js +1 -1
  344. package/lib/module/Competition/components/SeasonInfoModal.js.map +1 -1
  345. package/lib/module/Competition/components/TeamEventCard.js +0 -1
  346. package/lib/module/Competition/components/TeamEventCard.js.map +1 -1
  347. package/lib/module/Competition/components/WagerPickForm.js +1 -1
  348. package/lib/module/Competition/components/WagerPickForm.js.map +1 -1
  349. package/lib/module/Competition/index.js +1 -1
  350. package/lib/module/Competition/index.js.map +1 -1
  351. package/lib/module/Components/Button.js +0 -1
  352. package/lib/module/Components/Button.js.map +1 -1
  353. package/lib/module/Components/Checkbox.js +0 -1
  354. package/lib/module/Components/Checkbox.js.map +1 -1
  355. package/lib/module/Components/Icons.js +279 -2
  356. package/lib/module/Components/Icons.js.map +1 -1
  357. package/lib/module/Components/ImageUploader.js +1 -1
  358. package/lib/module/Components/ImageUploader.js.map +1 -1
  359. package/lib/module/Components/Jerseys.js +0 -1
  360. package/lib/module/Components/Jerseys.js.map +1 -1
  361. package/lib/module/Components/LinearDiagnal.js +1 -1
  362. package/lib/module/Components/LinearDiagnal.js.map +1 -1
  363. package/lib/module/Components/Spring.js +0 -1
  364. package/lib/module/Components/Spring.js.map +1 -1
  365. package/lib/module/Components/Switch.js +0 -1
  366. package/lib/module/Components/Switch.js.map +1 -1
  367. package/lib/module/Components/Text.js +33 -5
  368. package/lib/module/Components/Text.js.map +1 -1
  369. package/lib/module/Components/TextInput.js +0 -1
  370. package/lib/module/Components/TextInput.js.map +1 -1
  371. package/lib/module/LocationTracker/index.js +0 -1
  372. package/lib/module/LocationTracker/index.js.map +1 -1
  373. package/lib/module/Observer/Observer.js +0 -1
  374. package/lib/module/Observer/Observer.js.map +1 -1
  375. package/lib/module/Poll/components/CampaignPlay.js +0 -1
  376. package/lib/module/Poll/components/CampaignPlay.js.map +1 -1
  377. package/lib/module/Poll/components/CampaignProgressBar.js +0 -1
  378. package/lib/module/Poll/components/CampaignProgressBar.js.map +1 -1
  379. package/lib/module/Poll/components/CampaignResult.js +0 -1
  380. package/lib/module/Poll/components/CampaignResult.js.map +1 -1
  381. package/lib/module/Poll/components/CampaignSelector.js +1 -1
  382. package/lib/module/Poll/components/CampaignSelector.js.map +1 -1
  383. package/lib/module/Poll/components/PollCampaignCard.js +0 -1
  384. package/lib/module/Poll/components/PollCampaignCard.js.map +1 -1
  385. package/lib/module/Poll/components/PollCard.js +0 -1
  386. package/lib/module/Poll/components/PollCard.js.map +1 -1
  387. package/lib/module/Poll/components/PollOptionCard.js +1 -1
  388. package/lib/module/Poll/components/PollOptionCard.js.map +1 -1
  389. package/lib/module/Poll/components/PollSelectCard.js +0 -1
  390. package/lib/module/Poll/components/PollSelectCard.js.map +1 -1
  391. package/lib/module/Poll/components/ResponseTimer.js +1 -1
  392. package/lib/module/Poll/components/ResponseTimer.js.map +1 -1
  393. package/lib/module/Poll/components/WidgetHeader.js +0 -1
  394. package/lib/module/Poll/components/WidgetHeader.js.map +1 -1
  395. package/lib/module/Poll/flashmarket/ResultCard.js +1 -1
  396. package/lib/module/Poll/flashmarket/ResultCard.js.map +1 -1
  397. package/lib/module/Poll/flashmarket/index.js +1 -1
  398. package/lib/module/Poll/flashmarket/index.js.map +1 -1
  399. package/lib/module/Poll/index.js +1 -1
  400. package/lib/module/Poll/index.js.map +1 -1
  401. package/lib/module/ProfileManager/Components/BasicInfoManager.js +1 -1
  402. package/lib/module/ProfileManager/Components/BasicInfoManager.js.map +1 -1
  403. package/lib/module/ProfileManager/Components/BasicStatus.js +0 -1
  404. package/lib/module/ProfileManager/Components/BasicStatus.js.map +1 -1
  405. package/lib/module/ProfileManager/Components/CodeRedeem.js +1 -1
  406. package/lib/module/ProfileManager/Components/CodeRedeem.js.map +1 -1
  407. package/lib/module/ProfileManager/Components/DOBManager.js +1 -1
  408. package/lib/module/ProfileManager/Components/DOBManager.js.map +1 -1
  409. package/lib/module/ProfileManager/Components/EmailManager.js +1 -1
  410. package/lib/module/ProfileManager/Components/EmailManager.js.map +1 -1
  411. package/lib/module/ProfileManager/Components/PasswordManager.js +1 -1
  412. package/lib/module/ProfileManager/Components/PasswordManager.js.map +1 -1
  413. package/lib/module/ProfileManager/Components/PhoneManager.js +1 -1
  414. package/lib/module/ProfileManager/Components/PhoneManager.js.map +1 -1
  415. package/lib/module/ProfileManager/Components/ProfilePicManager.js +1 -1
  416. package/lib/module/ProfileManager/Components/ProfilePicManager.js.map +1 -1
  417. package/lib/module/ProfileManager/Components/ProfileWelcome.js +0 -1
  418. package/lib/module/ProfileManager/Components/ProfileWelcome.js.map +1 -1
  419. package/lib/module/ProfileManager/Components/ProfileWizard.js +1 -1
  420. package/lib/module/ProfileManager/Components/ProfileWizard.js.map +1 -1
  421. package/lib/module/ProfileManager/Components/SettingsManager.js +1 -1
  422. package/lib/module/ProfileManager/Components/SettingsManager.js.map +1 -1
  423. package/lib/module/ProfileManager/Components/VouchCard.js +1 -1
  424. package/lib/module/ProfileManager/Components/VouchCard.js.map +1 -1
  425. package/lib/module/ProfileManager/index.js +1 -1
  426. package/lib/module/ProfileManager/index.js.map +1 -1
  427. package/lib/module/SocialComponents/PlayerCard.js +0 -1
  428. package/lib/module/SocialComponents/PlayerCard.js.map +1 -1
  429. package/lib/module/SocialComponents/PlayerFollowButton.js +0 -1
  430. package/lib/module/SocialComponents/PlayerFollowButton.js.map +1 -1
  431. package/lib/module/SocialComponents/PlayerList.js +1 -1
  432. package/lib/module/SocialComponents/PlayerList.js.map +1 -1
  433. package/lib/module/Socket/api/index.js +13 -0
  434. package/lib/module/Socket/api/index.js.map +1 -0
  435. package/lib/module/Socket/index.js +113 -0
  436. package/lib/module/Socket/index.js.map +1 -0
  437. package/lib/module/Squares/api/index.js +91 -0
  438. package/lib/module/Squares/api/index.js.map +1 -0
  439. package/lib/module/Squares/components/BidForm.js +166 -0
  440. package/lib/module/Squares/components/BidForm.js.map +1 -0
  441. package/lib/module/Squares/components/BidToggle.js +56 -0
  442. package/lib/module/Squares/components/BidToggle.js.map +1 -0
  443. package/lib/module/Squares/components/BoardStats.js +137 -0
  444. package/lib/module/Squares/components/BoardStats.js.map +1 -0
  445. package/lib/module/Squares/components/EventCard.js +125 -0
  446. package/lib/module/Squares/components/EventCard.js.map +1 -0
  447. package/lib/module/Squares/components/MySquaresCard.js +102 -0
  448. package/lib/module/Squares/components/MySquaresCard.js.map +1 -0
  449. package/lib/module/Squares/components/OfferForm.js +174 -0
  450. package/lib/module/Squares/components/OfferForm.js.map +1 -0
  451. package/lib/module/Squares/components/ResultsCard.js +101 -0
  452. package/lib/module/Squares/components/ResultsCard.js.map +1 -0
  453. package/lib/module/Squares/components/SquareCard.js +330 -0
  454. package/lib/module/Squares/components/SquareCard.js.map +1 -0
  455. package/lib/module/Squares/components/SquareOfferCard.js +259 -0
  456. package/lib/module/Squares/components/SquareOfferCard.js.map +1 -0
  457. package/lib/module/Squares/components/SquareOwners.js +116 -0
  458. package/lib/module/Squares/components/SquareOwners.js.map +1 -0
  459. package/lib/module/Squares/components/SquaresBoard.js +202 -0
  460. package/lib/module/Squares/components/SquaresBoard.js.map +1 -0
  461. package/lib/module/Squares/components/SquaresDetails.js +83 -0
  462. package/lib/module/Squares/components/SquaresDetails.js.map +1 -0
  463. package/lib/module/Squares/index.js +561 -0
  464. package/lib/module/Squares/index.js.map +1 -0
  465. package/lib/module/Wallet/components/ACHAddCard.js +0 -1
  466. package/lib/module/Wallet/components/ACHAddCard.js.map +1 -1
  467. package/lib/module/Wallet/components/AccountCard.js +0 -1
  468. package/lib/module/Wallet/components/AccountCard.js.map +1 -1
  469. package/lib/module/Wallet/components/AccountLimitManager.js +1 -1
  470. package/lib/module/Wallet/components/AccountLimitManager.js.map +1 -1
  471. package/lib/module/Wallet/components/AccountManager.js +0 -1
  472. package/lib/module/Wallet/components/AccountManager.js.map +1 -1
  473. package/lib/module/Wallet/components/AccountSnoozeManager.js +1 -1
  474. package/lib/module/Wallet/components/AccountSnoozeManager.js.map +1 -1
  475. package/lib/module/Wallet/components/AddressCard.js +0 -1
  476. package/lib/module/Wallet/components/AddressCard.js.map +1 -1
  477. package/lib/module/Wallet/components/AddressManager.js +1 -1
  478. package/lib/module/Wallet/components/AddressManager.js.map +1 -1
  479. package/lib/module/Wallet/components/DepositCard.js +1 -1
  480. package/lib/module/Wallet/components/DepositCard.js.map +1 -1
  481. package/lib/module/Wallet/components/FundAccountCard.js +0 -1
  482. package/lib/module/Wallet/components/FundAccountCard.js.map +1 -1
  483. package/lib/module/Wallet/components/ItemOrderCard.js +1 -1
  484. package/lib/module/Wallet/components/ItemOrderCard.js.map +1 -1
  485. package/lib/module/Wallet/components/ItemOrderDetailCard.js +0 -1
  486. package/lib/module/Wallet/components/ItemOrderDetailCard.js.map +1 -1
  487. package/lib/module/Wallet/components/LinkAccountManager.js +1 -1
  488. package/lib/module/Wallet/components/LinkAccountManager.js.map +1 -1
  489. package/lib/module/Wallet/components/ManageAccountCard.js +1 -1
  490. package/lib/module/Wallet/components/ManageAccountCard.js.map +1 -1
  491. package/lib/module/Wallet/components/ManualACHAdd.js +1 -1
  492. package/lib/module/Wallet/components/ManualACHAdd.js.map +1 -1
  493. package/lib/module/Wallet/components/ManualCardAdd.js +1 -1
  494. package/lib/module/Wallet/components/ManualCardAdd.js.map +1 -1
  495. package/lib/module/Wallet/components/MyBalance.js +0 -1
  496. package/lib/module/Wallet/components/MyBalance.js.map +1 -1
  497. package/lib/module/Wallet/components/OrderManager.js +1 -1
  498. package/lib/module/Wallet/components/OrderManager.js.map +1 -1
  499. package/lib/module/Wallet/components/RemoveAccount.js +0 -1
  500. package/lib/module/Wallet/components/RemoveAccount.js.map +1 -1
  501. package/lib/module/Wallet/components/VerifyACHAccount.js +1 -1
  502. package/lib/module/Wallet/components/VerifyACHAccount.js.map +1 -1
  503. package/lib/module/Wallet/components/WalletActionSelector.js +1 -1
  504. package/lib/module/Wallet/components/WalletActionSelector.js.map +1 -1
  505. package/lib/module/Wallet/components/WalletSettings.js +0 -1
  506. package/lib/module/Wallet/components/WalletSettings.js.map +1 -1
  507. package/lib/module/Wallet/components/WalletSetup.js +1 -1
  508. package/lib/module/Wallet/components/WalletSetup.js.map +1 -1
  509. package/lib/module/Wallet/components/WithdrawCard.js +1 -1
  510. package/lib/module/Wallet/components/WithdrawCard.js.map +1 -1
  511. package/lib/module/Wallet/index.js +1 -1
  512. package/lib/module/Wallet/index.js.map +1 -1
  513. package/lib/module/constants/styles.js +86 -0
  514. package/lib/module/constants/styles.js.map +1 -1
  515. package/lib/module/index.js +3 -1
  516. package/lib/module/index.js.map +1 -1
  517. package/lib/typescript/src/AdServer/components/CompanyAdCard.d.ts +1 -2
  518. package/lib/typescript/src/AdServer/components/CompanyAdCard.d.ts.map +1 -1
  519. package/lib/typescript/src/AdServer/index.d.ts +2 -3
  520. package/lib/typescript/src/AdServer/index.d.ts.map +1 -1
  521. package/lib/typescript/src/ApiOverrides/index.d.ts.map +1 -1
  522. package/lib/typescript/src/Authenticator/Components/AuthStrategyIdentifier.d.ts +1 -2
  523. package/lib/typescript/src/Authenticator/Components/AuthStrategyIdentifier.d.ts.map +1 -1
  524. package/lib/typescript/src/Authenticator/Components/LoginForm.d.ts +1 -2
  525. package/lib/typescript/src/Authenticator/Components/LoginForm.d.ts.map +1 -1
  526. package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts +1 -2
  527. package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts.map +1 -1
  528. package/lib/typescript/src/Authenticator/index.d.ts +1 -2
  529. package/lib/typescript/src/Authenticator/index.d.ts.map +1 -1
  530. package/lib/typescript/src/BettorSearch/index.d.ts +1 -2
  531. package/lib/typescript/src/BettorSearch/index.d.ts.map +1 -1
  532. package/lib/typescript/src/Bracket/components/BracketCompetitionCard.d.ts +1 -2
  533. package/lib/typescript/src/Bracket/components/BracketCompetitionCard.d.ts.map +1 -1
  534. package/lib/typescript/src/Bracket/components/BracketCompetitionSelector.d.ts +1 -2
  535. package/lib/typescript/src/Bracket/components/BracketCompetitionSelector.d.ts.map +1 -1
  536. package/lib/typescript/src/Bracket/components/BracketPlay/BracketNavigator.d.ts +1 -2
  537. package/lib/typescript/src/Bracket/components/BracketPlay/BracketNavigator.d.ts.map +1 -1
  538. package/lib/typescript/src/Bracket/components/BracketPlay/BracketRound.d.ts +1 -2
  539. package/lib/typescript/src/Bracket/components/BracketPlay/BracketRound.d.ts.map +1 -1
  540. package/lib/typescript/src/Bracket/components/BracketPlay/RoundEvent.d.ts +1 -2
  541. package/lib/typescript/src/Bracket/components/BracketPlay/RoundEvent.d.ts.map +1 -1
  542. package/lib/typescript/src/Bracket/components/BracketPlay/index.d.ts +1 -2
  543. package/lib/typescript/src/Bracket/components/BracketPlay/index.d.ts.map +1 -1
  544. package/lib/typescript/src/Bracket/components/BracketSelector.d.ts +1 -2
  545. package/lib/typescript/src/Bracket/components/BracketSelector.d.ts.map +1 -1
  546. package/lib/typescript/src/Bracket/components/CompetitionLeaderboard.d.ts +1 -2
  547. package/lib/typescript/src/Bracket/components/CompetitionLeaderboard.d.ts.map +1 -1
  548. package/lib/typescript/src/Bracket/components/JoinCompetitionCard.d.ts +1 -2
  549. package/lib/typescript/src/Bracket/components/JoinCompetitionCard.d.ts.map +1 -1
  550. package/lib/typescript/src/Bracket/components/PlayerBalanceCard.d.ts +1 -2
  551. package/lib/typescript/src/Bracket/components/PlayerBalanceCard.d.ts.map +1 -1
  552. package/lib/typescript/src/Bracket/components/PlayerBracketManager.d.ts +1 -2
  553. package/lib/typescript/src/Bracket/components/PlayerBracketManager.d.ts.map +1 -1
  554. package/lib/typescript/src/Bracket/components/PlayerBrackets.d.ts +1 -2
  555. package/lib/typescript/src/Bracket/components/PlayerBrackets.d.ts.map +1 -1
  556. package/lib/typescript/src/Bracket/components/RoomMenu.d.ts +1 -2
  557. package/lib/typescript/src/Bracket/components/RoomMenu.d.ts.map +1 -1
  558. package/lib/typescript/src/Bracket/index.d.ts +1 -2
  559. package/lib/typescript/src/Bracket/index.d.ts.map +1 -1
  560. package/lib/typescript/src/Checkout/components/AccountSummaryCard.d.ts +1 -2
  561. package/lib/typescript/src/Checkout/components/AccountSummaryCard.d.ts.map +1 -1
  562. package/lib/typescript/src/Checkout/components/ItemSummaryCard.d.ts +1 -2
  563. package/lib/typescript/src/Checkout/components/ItemSummaryCard.d.ts.map +1 -1
  564. package/lib/typescript/src/Checkout/components/OrderSummaryCard.d.ts +1 -2
  565. package/lib/typescript/src/Checkout/components/OrderSummaryCard.d.ts.map +1 -1
  566. package/lib/typescript/src/Checkout/components/PayPalOrderCapture.d.ts +1 -2
  567. package/lib/typescript/src/Checkout/components/PayPalOrderCapture.d.ts.map +1 -1
  568. package/lib/typescript/src/Checkout/components/ShippingSummaryCard.d.ts +1 -2
  569. package/lib/typescript/src/Checkout/components/ShippingSummaryCard.d.ts.map +1 -1
  570. package/lib/typescript/src/Checkout/index.d.ts +1 -2
  571. package/lib/typescript/src/Checkout/index.d.ts.map +1 -1
  572. package/lib/typescript/src/Competition/components/AthleteMarketCard.d.ts +1 -2
  573. package/lib/typescript/src/Competition/components/AthleteMarketCard.d.ts.map +1 -1
  574. package/lib/typescript/src/Competition/components/CompetitionCard.d.ts +1 -2
  575. package/lib/typescript/src/Competition/components/CompetitionCard.d.ts.map +1 -1
  576. package/lib/typescript/src/Competition/components/CompetitionInfoCard.d.ts +1 -2
  577. package/lib/typescript/src/Competition/components/CompetitionInfoCard.d.ts.map +1 -1
  578. package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts +1 -2
  579. package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts.map +1 -1
  580. package/lib/typescript/src/Competition/components/CompetitionPlay.d.ts +1 -2
  581. package/lib/typescript/src/Competition/components/CompetitionPlay.d.ts.map +1 -1
  582. package/lib/typescript/src/Competition/components/CompetitionSeasonCard.d.ts +1 -2
  583. package/lib/typescript/src/Competition/components/CompetitionSeasonCard.d.ts.map +1 -1
  584. package/lib/typescript/src/Competition/components/CompetitionSelector.d.ts +1 -2
  585. package/lib/typescript/src/Competition/components/CompetitionSelector.d.ts.map +1 -1
  586. package/lib/typescript/src/Competition/components/CompetitionTypeCard.d.ts +1 -2
  587. package/lib/typescript/src/Competition/components/CompetitionTypeCard.d.ts.map +1 -1
  588. package/lib/typescript/src/Competition/components/EnterCompetitionPrompt.d.ts +1 -2
  589. package/lib/typescript/src/Competition/components/EnterCompetitionPrompt.d.ts.map +1 -1
  590. package/lib/typescript/src/Competition/components/LeaderPicks.d.ts +1 -2
  591. package/lib/typescript/src/Competition/components/LeaderPicks.d.ts.map +1 -1
  592. package/lib/typescript/src/Competition/components/ManageSeasonForm.d.ts +1 -2
  593. package/lib/typescript/src/Competition/components/ManageSeasonForm.d.ts.map +1 -1
  594. package/lib/typescript/src/Competition/components/MarketsCard.d.ts +1 -2
  595. package/lib/typescript/src/Competition/components/MarketsCard.d.ts.map +1 -1
  596. package/lib/typescript/src/Competition/components/MatchMarketCard.d.ts +1 -2
  597. package/lib/typescript/src/Competition/components/MatchMarketCard.d.ts.map +1 -1
  598. package/lib/typescript/src/Competition/components/NavOutPrompt.d.ts +1 -2
  599. package/lib/typescript/src/Competition/components/NavOutPrompt.d.ts.map +1 -1
  600. package/lib/typescript/src/Competition/components/SeasonInfoModal.d.ts +1 -2
  601. package/lib/typescript/src/Competition/components/SeasonInfoModal.d.ts.map +1 -1
  602. package/lib/typescript/src/Competition/components/TeamEventCard.d.ts +1 -2
  603. package/lib/typescript/src/Competition/components/TeamEventCard.d.ts.map +1 -1
  604. package/lib/typescript/src/Competition/components/WagerPickForm.d.ts +1 -2
  605. package/lib/typescript/src/Competition/components/WagerPickForm.d.ts.map +1 -1
  606. package/lib/typescript/src/Competition/index.d.ts +1 -2
  607. package/lib/typescript/src/Competition/index.d.ts.map +1 -1
  608. package/lib/typescript/src/Components/Button.d.ts +1 -2
  609. package/lib/typescript/src/Components/Button.d.ts.map +1 -1
  610. package/lib/typescript/src/Components/Checkbox.d.ts +1 -2
  611. package/lib/typescript/src/Components/Checkbox.d.ts.map +1 -1
  612. package/lib/typescript/src/Components/Icons.d.ts +57 -53
  613. package/lib/typescript/src/Components/Icons.d.ts.map +1 -1
  614. package/lib/typescript/src/Components/ImageUploader.d.ts +1 -2
  615. package/lib/typescript/src/Components/ImageUploader.d.ts.map +1 -1
  616. package/lib/typescript/src/Components/Jerseys.d.ts +2 -3
  617. package/lib/typescript/src/Components/Jerseys.d.ts.map +1 -1
  618. package/lib/typescript/src/Components/LinearDiagnal.d.ts +1 -2
  619. package/lib/typescript/src/Components/LinearDiagnal.d.ts.map +1 -1
  620. package/lib/typescript/src/Components/Spring.d.ts +1 -2
  621. package/lib/typescript/src/Components/Spring.d.ts.map +1 -1
  622. package/lib/typescript/src/Components/Switch.d.ts +1 -2
  623. package/lib/typescript/src/Components/Switch.d.ts.map +1 -1
  624. package/lib/typescript/src/Components/Text.d.ts +3 -2
  625. package/lib/typescript/src/Components/Text.d.ts.map +1 -1
  626. package/lib/typescript/src/Components/TextInput.d.ts +1 -2
  627. package/lib/typescript/src/Components/TextInput.d.ts.map +1 -1
  628. package/lib/typescript/src/LocationTracker/index.d.ts +1 -2
  629. package/lib/typescript/src/LocationTracker/index.d.ts.map +1 -1
  630. package/lib/typescript/src/Observer/Observer.d.ts +1 -2
  631. package/lib/typescript/src/Observer/Observer.d.ts.map +1 -1
  632. package/lib/typescript/src/Poll/components/CampaignPlay.d.ts +1 -2
  633. package/lib/typescript/src/Poll/components/CampaignPlay.d.ts.map +1 -1
  634. package/lib/typescript/src/Poll/components/CampaignProgressBar.d.ts +1 -2
  635. package/lib/typescript/src/Poll/components/CampaignProgressBar.d.ts.map +1 -1
  636. package/lib/typescript/src/Poll/components/CampaignResult.d.ts +1 -2
  637. package/lib/typescript/src/Poll/components/CampaignResult.d.ts.map +1 -1
  638. package/lib/typescript/src/Poll/components/CampaignSelector.d.ts +1 -2
  639. package/lib/typescript/src/Poll/components/CampaignSelector.d.ts.map +1 -1
  640. package/lib/typescript/src/Poll/components/PollCampaignCard.d.ts +1 -2
  641. package/lib/typescript/src/Poll/components/PollCampaignCard.d.ts.map +1 -1
  642. package/lib/typescript/src/Poll/components/PollCard.d.ts +1 -2
  643. package/lib/typescript/src/Poll/components/PollCard.d.ts.map +1 -1
  644. package/lib/typescript/src/Poll/components/PollOptionCard.d.ts +1 -2
  645. package/lib/typescript/src/Poll/components/PollOptionCard.d.ts.map +1 -1
  646. package/lib/typescript/src/Poll/components/PollSelectCard.d.ts +1 -2
  647. package/lib/typescript/src/Poll/components/PollSelectCard.d.ts.map +1 -1
  648. package/lib/typescript/src/Poll/components/ResponseTimer.d.ts +1 -2
  649. package/lib/typescript/src/Poll/components/ResponseTimer.d.ts.map +1 -1
  650. package/lib/typescript/src/Poll/components/WidgetHeader.d.ts +1 -2
  651. package/lib/typescript/src/Poll/components/WidgetHeader.d.ts.map +1 -1
  652. package/lib/typescript/src/Poll/flashmarket/ResultCard.d.ts +1 -2
  653. package/lib/typescript/src/Poll/flashmarket/ResultCard.d.ts.map +1 -1
  654. package/lib/typescript/src/Poll/flashmarket/index.d.ts +1 -2
  655. package/lib/typescript/src/Poll/flashmarket/index.d.ts.map +1 -1
  656. package/lib/typescript/src/Poll/index.d.ts +1 -2
  657. package/lib/typescript/src/Poll/index.d.ts.map +1 -1
  658. package/lib/typescript/src/ProfileManager/Components/BasicInfoManager.d.ts +1 -2
  659. package/lib/typescript/src/ProfileManager/Components/BasicInfoManager.d.ts.map +1 -1
  660. package/lib/typescript/src/ProfileManager/Components/BasicStatus.d.ts +1 -2
  661. package/lib/typescript/src/ProfileManager/Components/BasicStatus.d.ts.map +1 -1
  662. package/lib/typescript/src/ProfileManager/Components/CodeRedeem.d.ts +1 -2
  663. package/lib/typescript/src/ProfileManager/Components/CodeRedeem.d.ts.map +1 -1
  664. package/lib/typescript/src/ProfileManager/Components/DOBManager.d.ts +1 -2
  665. package/lib/typescript/src/ProfileManager/Components/DOBManager.d.ts.map +1 -1
  666. package/lib/typescript/src/ProfileManager/Components/EmailManager.d.ts +1 -2
  667. package/lib/typescript/src/ProfileManager/Components/EmailManager.d.ts.map +1 -1
  668. package/lib/typescript/src/ProfileManager/Components/PasswordManager.d.ts +1 -2
  669. package/lib/typescript/src/ProfileManager/Components/PasswordManager.d.ts.map +1 -1
  670. package/lib/typescript/src/ProfileManager/Components/PhoneManager.d.ts +1 -2
  671. package/lib/typescript/src/ProfileManager/Components/PhoneManager.d.ts.map +1 -1
  672. package/lib/typescript/src/ProfileManager/Components/ProfilePicManager.d.ts +1 -2
  673. package/lib/typescript/src/ProfileManager/Components/ProfilePicManager.d.ts.map +1 -1
  674. package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts +1 -2
  675. package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts.map +1 -1
  676. package/lib/typescript/src/ProfileManager/Components/ProfileWizard.d.ts +1 -2
  677. package/lib/typescript/src/ProfileManager/Components/ProfileWizard.d.ts.map +1 -1
  678. package/lib/typescript/src/ProfileManager/Components/SettingsManager.d.ts +1 -2
  679. package/lib/typescript/src/ProfileManager/Components/SettingsManager.d.ts.map +1 -1
  680. package/lib/typescript/src/ProfileManager/Components/VouchCard.d.ts +1 -2
  681. package/lib/typescript/src/ProfileManager/Components/VouchCard.d.ts.map +1 -1
  682. package/lib/typescript/src/ProfileManager/index.d.ts +1 -2
  683. package/lib/typescript/src/ProfileManager/index.d.ts.map +1 -1
  684. package/lib/typescript/src/SocialComponents/PlayerCard.d.ts +1 -2
  685. package/lib/typescript/src/SocialComponents/PlayerCard.d.ts.map +1 -1
  686. package/lib/typescript/src/SocialComponents/PlayerFollowButton.d.ts +1 -2
  687. package/lib/typescript/src/SocialComponents/PlayerFollowButton.d.ts.map +1 -1
  688. package/lib/typescript/src/SocialComponents/PlayerList.d.ts +1 -2
  689. package/lib/typescript/src/SocialComponents/PlayerList.d.ts.map +1 -1
  690. package/lib/typescript/src/Socket/api/index.d.ts +6 -0
  691. package/lib/typescript/src/Socket/api/index.d.ts.map +1 -0
  692. package/lib/typescript/src/Socket/index.d.ts +11 -0
  693. package/lib/typescript/src/Socket/index.d.ts.map +1 -0
  694. package/lib/typescript/src/Squares/api/index.d.ts +29 -0
  695. package/lib/typescript/src/Squares/api/index.d.ts.map +1 -0
  696. package/lib/typescript/src/Squares/components/BidForm.d.ts +21 -0
  697. package/lib/typescript/src/Squares/components/BidForm.d.ts.map +1 -0
  698. package/lib/typescript/src/Squares/components/BidToggle.d.ts +9 -0
  699. package/lib/typescript/src/Squares/components/BidToggle.d.ts.map +1 -0
  700. package/lib/typescript/src/Squares/components/BoardStats.d.ts +10 -0
  701. package/lib/typescript/src/Squares/components/BoardStats.d.ts.map +1 -0
  702. package/lib/typescript/src/Squares/components/EventCard.d.ts +8 -0
  703. package/lib/typescript/src/Squares/components/EventCard.d.ts.map +1 -0
  704. package/lib/typescript/src/Squares/components/MySquaresCard.d.ts +13 -0
  705. package/lib/typescript/src/Squares/components/MySquaresCard.d.ts.map +1 -0
  706. package/lib/typescript/src/Squares/components/OfferForm.d.ts +22 -0
  707. package/lib/typescript/src/Squares/components/OfferForm.d.ts.map +1 -0
  708. package/lib/typescript/src/Squares/components/ResultsCard.d.ts +11 -0
  709. package/lib/typescript/src/Squares/components/ResultsCard.d.ts.map +1 -0
  710. package/lib/typescript/src/Squares/components/SquareCard.d.ts +20 -0
  711. package/lib/typescript/src/Squares/components/SquareCard.d.ts.map +1 -0
  712. package/lib/typescript/src/Squares/components/SquareOfferCard.d.ts +12 -0
  713. package/lib/typescript/src/Squares/components/SquareOfferCard.d.ts.map +1 -0
  714. package/lib/typescript/src/Squares/components/SquareOwners.d.ts +9 -0
  715. package/lib/typescript/src/Squares/components/SquareOwners.d.ts.map +1 -0
  716. package/lib/typescript/src/Squares/components/SquaresBoard.d.ts +18 -0
  717. package/lib/typescript/src/Squares/components/SquaresBoard.d.ts.map +1 -0
  718. package/lib/typescript/src/Squares/components/SquaresDetails.d.ts +9 -0
  719. package/lib/typescript/src/Squares/components/SquaresDetails.d.ts.map +1 -0
  720. package/lib/typescript/src/Squares/index.d.ts +14 -0
  721. package/lib/typescript/src/Squares/index.d.ts.map +1 -0
  722. package/lib/typescript/src/Wallet/components/ACHAddCard.d.ts +1 -2
  723. package/lib/typescript/src/Wallet/components/ACHAddCard.d.ts.map +1 -1
  724. package/lib/typescript/src/Wallet/components/AccountCard.d.ts +1 -2
  725. package/lib/typescript/src/Wallet/components/AccountCard.d.ts.map +1 -1
  726. package/lib/typescript/src/Wallet/components/AccountLimitManager.d.ts +1 -2
  727. package/lib/typescript/src/Wallet/components/AccountLimitManager.d.ts.map +1 -1
  728. package/lib/typescript/src/Wallet/components/AccountManager.d.ts +1 -2
  729. package/lib/typescript/src/Wallet/components/AccountManager.d.ts.map +1 -1
  730. package/lib/typescript/src/Wallet/components/AccountSnoozeManager.d.ts +1 -2
  731. package/lib/typescript/src/Wallet/components/AccountSnoozeManager.d.ts.map +1 -1
  732. package/lib/typescript/src/Wallet/components/AddressCard.d.ts +1 -2
  733. package/lib/typescript/src/Wallet/components/AddressCard.d.ts.map +1 -1
  734. package/lib/typescript/src/Wallet/components/AddressManager.d.ts +1 -2
  735. package/lib/typescript/src/Wallet/components/AddressManager.d.ts.map +1 -1
  736. package/lib/typescript/src/Wallet/components/DepositCard.d.ts +1 -2
  737. package/lib/typescript/src/Wallet/components/DepositCard.d.ts.map +1 -1
  738. package/lib/typescript/src/Wallet/components/FundAccountCard.d.ts +1 -2
  739. package/lib/typescript/src/Wallet/components/FundAccountCard.d.ts.map +1 -1
  740. package/lib/typescript/src/Wallet/components/ItemOrderCard.d.ts +1 -2
  741. package/lib/typescript/src/Wallet/components/ItemOrderCard.d.ts.map +1 -1
  742. package/lib/typescript/src/Wallet/components/ItemOrderDetailCard.d.ts +1 -2
  743. package/lib/typescript/src/Wallet/components/ItemOrderDetailCard.d.ts.map +1 -1
  744. package/lib/typescript/src/Wallet/components/LinkAccountManager.d.ts +1 -2
  745. package/lib/typescript/src/Wallet/components/LinkAccountManager.d.ts.map +1 -1
  746. package/lib/typescript/src/Wallet/components/ManageAccountCard.d.ts +1 -2
  747. package/lib/typescript/src/Wallet/components/ManageAccountCard.d.ts.map +1 -1
  748. package/lib/typescript/src/Wallet/components/ManualACHAdd.d.ts +1 -2
  749. package/lib/typescript/src/Wallet/components/ManualACHAdd.d.ts.map +1 -1
  750. package/lib/typescript/src/Wallet/components/ManualCardAdd.d.ts +1 -2
  751. package/lib/typescript/src/Wallet/components/ManualCardAdd.d.ts.map +1 -1
  752. package/lib/typescript/src/Wallet/components/MyBalance.d.ts +1 -2
  753. package/lib/typescript/src/Wallet/components/MyBalance.d.ts.map +1 -1
  754. package/lib/typescript/src/Wallet/components/OrderManager.d.ts +1 -2
  755. package/lib/typescript/src/Wallet/components/OrderManager.d.ts.map +1 -1
  756. package/lib/typescript/src/Wallet/components/RemoveAccount.d.ts +1 -2
  757. package/lib/typescript/src/Wallet/components/RemoveAccount.d.ts.map +1 -1
  758. package/lib/typescript/src/Wallet/components/VerifyACHAccount.d.ts +1 -2
  759. package/lib/typescript/src/Wallet/components/VerifyACHAccount.d.ts.map +1 -1
  760. package/lib/typescript/src/Wallet/components/WalletActionSelector.d.ts +1 -2
  761. package/lib/typescript/src/Wallet/components/WalletActionSelector.d.ts.map +1 -1
  762. package/lib/typescript/src/Wallet/components/WalletSettings.d.ts +1 -2
  763. package/lib/typescript/src/Wallet/components/WalletSettings.d.ts.map +1 -1
  764. package/lib/typescript/src/Wallet/components/WalletSetup.d.ts +1 -2
  765. package/lib/typescript/src/Wallet/components/WalletSetup.d.ts.map +1 -1
  766. package/lib/typescript/src/Wallet/components/WithdrawCard.d.ts +1 -2
  767. package/lib/typescript/src/Wallet/components/WithdrawCard.d.ts.map +1 -1
  768. package/lib/typescript/src/Wallet/index.d.ts +1 -2
  769. package/lib/typescript/src/Wallet/index.d.ts.map +1 -1
  770. package/lib/typescript/src/constants/styles.d.ts +86 -0
  771. package/lib/typescript/src/constants/styles.d.ts.map +1 -1
  772. package/lib/typescript/src/index.d.ts +3 -1
  773. package/lib/typescript/src/index.d.ts.map +1 -1
  774. package/package.json +1 -1
  775. package/src/AdServer/components/CompanyAdCard.tsx +1 -1
  776. package/src/AdServer/index.tsx +2 -1
  777. package/src/ApiOverrides/index.ts +6 -3
  778. package/src/Authenticator/Components/AuthStrategyIdentifier.tsx +0 -1
  779. package/src/Authenticator/Components/LoginForm.tsx +1 -1
  780. package/src/Authenticator/Components/StrategyForm.tsx +1 -1
  781. package/src/Authenticator/index.tsx +1 -1
  782. package/src/BettorSearch/index.tsx +1 -1
  783. package/src/Bracket/components/BracketCompetitionCard.tsx +1 -1
  784. package/src/Bracket/components/BracketCompetitionSelector.tsx +1 -1
  785. package/src/Bracket/components/BracketPlay/BracketNavigator.tsx +0 -1
  786. package/src/Bracket/components/BracketPlay/BracketRound.tsx +0 -1
  787. package/src/Bracket/components/BracketPlay/RoundEvent.tsx +0 -1
  788. package/src/Bracket/components/BracketPlay/index.tsx +1 -1
  789. package/src/Bracket/components/BracketSelector.tsx +0 -1
  790. package/src/Bracket/components/CompetitionLeaderboard.tsx +1 -1
  791. package/src/Bracket/components/JoinCompetitionCard.tsx +1 -1
  792. package/src/Bracket/components/PlayerBalanceCard.tsx +0 -1
  793. package/src/Bracket/components/PlayerBracketManager.tsx +1 -1
  794. package/src/Bracket/components/PlayerBrackets.tsx +0 -1
  795. package/src/Bracket/components/RoomMenu.tsx +0 -1
  796. package/src/Bracket/index.tsx +1 -1
  797. package/src/Checkout/components/AccountSummaryCard.tsx +0 -1
  798. package/src/Checkout/components/ItemSummaryCard.tsx +0 -1
  799. package/src/Checkout/components/OrderSummaryCard.tsx +0 -1
  800. package/src/Checkout/components/PayPalOrderCapture.tsx +0 -1
  801. package/src/Checkout/components/ShippingSummaryCard.tsx +0 -1
  802. package/src/Checkout/index.tsx +1 -1
  803. package/src/Competition/components/AthleteMarketCard.tsx +0 -1
  804. package/src/Competition/components/CompetitionCard.tsx +0 -1
  805. package/src/Competition/components/CompetitionInfoCard.tsx +0 -1
  806. package/src/Competition/components/CompetitionLeaderboard.tsx +1 -1
  807. package/src/Competition/components/CompetitionPlay.tsx +1 -1
  808. package/src/Competition/components/CompetitionSeasonCard.tsx +0 -1
  809. package/src/Competition/components/CompetitionSelector.tsx +1 -1
  810. package/src/Competition/components/CompetitionTypeCard.tsx +1 -1
  811. package/src/Competition/components/EnterCompetitionPrompt.tsx +1 -1
  812. package/src/Competition/components/LeaderPicks.tsx +1 -1
  813. package/src/Competition/components/ManageSeasonForm.tsx +1 -1
  814. package/src/Competition/components/MarketsCard.tsx +1 -1
  815. package/src/Competition/components/MatchMarketCard.tsx +0 -1
  816. package/src/Competition/components/NavOutPrompt.tsx +0 -1
  817. package/src/Competition/components/SeasonInfoModal.tsx +1 -1
  818. package/src/Competition/components/TeamEventCard.tsx +0 -1
  819. package/src/Competition/components/WagerPickForm.tsx +1 -1
  820. package/src/Competition/index.tsx +1 -1
  821. package/src/Components/Button.tsx +0 -1
  822. package/src/Components/Checkbox.tsx +0 -1
  823. package/src/Components/Icons.tsx +76 -2
  824. package/src/Components/ImageUploader.tsx +1 -1
  825. package/src/Components/Jerseys.tsx +0 -1
  826. package/src/Components/LinearDiagnal.tsx +1 -1
  827. package/src/Components/Spring.tsx +0 -1
  828. package/src/Components/Switch.tsx +0 -1
  829. package/src/Components/Text.tsx +23 -3
  830. package/src/Components/TextInput.tsx +0 -1
  831. package/src/LocationTracker/index.tsx +0 -1
  832. package/src/Observer/Observer.tsx +0 -1
  833. package/src/Poll/components/CampaignPlay.tsx +0 -1
  834. package/src/Poll/components/CampaignProgressBar.tsx +0 -1
  835. package/src/Poll/components/CampaignResult.tsx +0 -1
  836. package/src/Poll/components/CampaignSelector.tsx +1 -1
  837. package/src/Poll/components/PollCampaignCard.tsx +0 -1
  838. package/src/Poll/components/PollCard.tsx +0 -1
  839. package/src/Poll/components/PollOptionCard.tsx +1 -1
  840. package/src/Poll/components/PollSelectCard.tsx +0 -1
  841. package/src/Poll/components/ResponseTimer.tsx +1 -1
  842. package/src/Poll/components/WidgetHeader.tsx +0 -1
  843. package/src/Poll/flashmarket/ResultCard.tsx +1 -1
  844. package/src/Poll/flashmarket/index.tsx +1 -1
  845. package/src/Poll/index.tsx +1 -1
  846. package/src/ProfileManager/Components/BasicInfoManager.tsx +1 -1
  847. package/src/ProfileManager/Components/BasicStatus.tsx +0 -1
  848. package/src/ProfileManager/Components/CodeRedeem.tsx +1 -1
  849. package/src/ProfileManager/Components/DOBManager.tsx +1 -1
  850. package/src/ProfileManager/Components/EmailManager.tsx +1 -1
  851. package/src/ProfileManager/Components/PasswordManager.tsx +1 -1
  852. package/src/ProfileManager/Components/PhoneManager.tsx +1 -1
  853. package/src/ProfileManager/Components/ProfilePicManager.tsx +1 -1
  854. package/src/ProfileManager/Components/ProfileWelcome.tsx +0 -1
  855. package/src/ProfileManager/Components/ProfileWizard.tsx +1 -1
  856. package/src/ProfileManager/Components/SettingsManager.tsx +1 -1
  857. package/src/ProfileManager/Components/VouchCard.tsx +1 -1
  858. package/src/ProfileManager/index.tsx +1 -1
  859. package/src/SocialComponents/PlayerCard.tsx +0 -1
  860. package/src/SocialComponents/PlayerFollowButton.tsx +0 -1
  861. package/src/SocialComponents/PlayerList.tsx +1 -1
  862. package/src/Socket/api/index.ts +15 -0
  863. package/src/Socket/index.tsx +96 -0
  864. package/src/Squares/api/index.ts +69 -0
  865. package/src/Squares/components/BidForm.tsx +85 -0
  866. package/src/Squares/components/BidToggle.tsx +27 -0
  867. package/src/Squares/components/BoardStats.tsx +70 -0
  868. package/src/Squares/components/EventCard.tsx +77 -0
  869. package/src/Squares/components/MySquaresCard.tsx +80 -0
  870. package/src/Squares/components/OfferForm.tsx +94 -0
  871. package/src/Squares/components/ResultsCard.tsx +67 -0
  872. package/src/Squares/components/SquareCard.tsx +190 -0
  873. package/src/Squares/components/SquareOfferCard.tsx +101 -0
  874. package/src/Squares/components/SquareOwners.tsx +69 -0
  875. package/src/Squares/components/SquaresBoard.tsx +161 -0
  876. package/src/Squares/components/SquaresDetails.tsx +54 -0
  877. package/src/Squares/index.tsx +398 -0
  878. package/src/Wallet/components/ACHAddCard.tsx +0 -1
  879. package/src/Wallet/components/AccountCard.tsx +0 -1
  880. package/src/Wallet/components/AccountLimitManager.tsx +1 -1
  881. package/src/Wallet/components/AccountManager.tsx +0 -1
  882. package/src/Wallet/components/AccountSnoozeManager.tsx +1 -1
  883. package/src/Wallet/components/AddressCard.tsx +0 -1
  884. package/src/Wallet/components/AddressManager.tsx +1 -1
  885. package/src/Wallet/components/DepositCard.tsx +1 -1
  886. package/src/Wallet/components/FundAccountCard.tsx +0 -1
  887. package/src/Wallet/components/ItemOrderCard.tsx +1 -1
  888. package/src/Wallet/components/ItemOrderDetailCard.tsx +0 -1
  889. package/src/Wallet/components/LinkAccountManager.tsx +1 -1
  890. package/src/Wallet/components/ManageAccountCard.tsx +1 -1
  891. package/src/Wallet/components/ManualACHAdd.tsx +1 -1
  892. package/src/Wallet/components/ManualCardAdd.tsx +1 -1
  893. package/src/Wallet/components/MyBalance.tsx +0 -1
  894. package/src/Wallet/components/OrderManager.tsx +1 -1
  895. package/src/Wallet/components/RemoveAccount.tsx +0 -1
  896. package/src/Wallet/components/VerifyACHAccount.tsx +1 -1
  897. package/src/Wallet/components/WalletActionSelector.tsx +1 -1
  898. package/src/Wallet/components/WalletSettings.tsx +0 -1
  899. package/src/Wallet/components/WalletSetup.tsx +1 -1
  900. package/src/Wallet/components/WithdrawCard.tsx +1 -1
  901. package/src/Wallet/index.tsx +1 -1
  902. package/src/constants/styles.ts +15 -2
  903. package/src/index.tsx +6 -1
  904. package/src/types.d.ts +52 -1
@@ -4,7 +4,6 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
7
  var _colors = _interopRequireDefault(require("../constants/colors"));
9
8
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
10
9
  const SearchIcon = ({
@@ -12,65 +11,126 @@ const SearchIcon = ({
12
11
  size
13
12
  }) => {
14
13
  const icon_size = size ?? 19;
15
- return /*#__PURE__*/_react.default.createElement("svg", {
14
+ return /*#__PURE__*/React.createElement("svg", {
16
15
  width: `${icon_size}px`,
17
16
  height: `${icon_size}px`,
18
17
  viewBox: "0 0 19 19",
19
18
  version: "1.1",
20
19
  xmlns: "http://www.w3.org/2000/svg"
21
- }, /*#__PURE__*/_react.default.createElement("title", null, "Vector (2)"), /*#__PURE__*/_react.default.createElement("g", {
20
+ }, /*#__PURE__*/React.createElement("title", null, "Vector (2)"), /*#__PURE__*/React.createElement("g", {
22
21
  id: "Page-1",
23
22
  stroke: "none",
24
23
  "stroke-width": "1",
25
24
  fill: "none",
26
25
  "fill-rule": "evenodd"
27
- }, /*#__PURE__*/_react.default.createElement("g", {
26
+ }, /*#__PURE__*/React.createElement("g", {
28
27
  id: "Vector-(2)",
29
28
  transform: "translate(0.000000, 0.000000)",
30
29
  fill: color ?? _colors.default.brand.midnight,
31
30
  "fill-rule": "nonzero"
32
- }, /*#__PURE__*/_react.default.createElement("path", {
31
+ }, /*#__PURE__*/React.createElement("path", {
33
32
  d: "M8.00050802,14.000488 C8.78843802,14.000488 9.56868802,13.845288 10.296588,13.543788 C11.024588,13.242288 11.685988,12.800288 12.243188,12.243188 C12.800288,11.685988 13.242288,11.024588 13.543788,10.296588 C13.845288,9.56868802 14.000488,8.78843802 14.000488,8.00050802 C14.000488,7.21256802 13.845288,6.43235802 13.543788,5.70439802 C13.242288,4.97644802 12.800288,4.31501802 12.243188,3.75785802 C11.685988,3.20070802 11.024588,2.75875802 10.296588,2.45722802 C9.56868802,2.15569802 8.78843802,2.00050802 8.00050802,2.00050802 C6.40920802,2.00050802 4.88307802,2.63264802 3.75785802,3.75785802 C2.63264802,4.88307802 2.00050802,6.40920802 2.00050802,8.00050802 C2.00050802,9.59178802 2.63264802,11.117888 3.75785802,12.243188 C4.88307802,13.368388 6.40920802,14.000488 8.00050802,14.000488 Z M14.320488,12.906488 L17.900488,16.486488 C17.995988,16.578788 18.072088,16.689188 18.124388,16.811288 C18.176688,16.933288 18.204188,17.064488 18.2053164,17.197288 C18.206288,17.330088 18.180888,17.461788 18.130488,17.584588 C18.080188,17.707488 18.005788,17.819088 17.911888,17.912888 C17.817888,18.006688 17.706188,18.080888 17.583288,18.131088 C17.460388,18.181288 17.328688,18.206488 17.195888,18.2053289 C17.063088,18.203988 16.931888,18.176288 16.809988,18.123788 C16.687988,18.071288 16.577688,17.995088 16.485488,17.899488 L12.905488,14.319488 C11.297988,15.567388 9.27529802,16.155688 7.24925802,15.964688 C5.22321802,15.773688 3.34610802,14.817788 2.00005802,13.291588 C0.653998017,11.765288 -0.0598119827,9.78348802 0.00392901727,7.74942802 C0.0676700173,5.71540802 0.904168017,3.78212802 2.34314802,2.34314802 C3.78212802,0.904168017 5.71540802,0.0676700173 7.74942802,0.00392901727 C9.78348802,-0.0598119827 11.765288,0.653998017 13.291588,2.00005802 C14.817788,3.34610802 15.773688,5.22321802 15.964688,7.24925802 C16.155688,9.27529802 15.567388,11.297988 14.319488,12.905488 L14.320488,12.906488 Z",
34
33
  id: "Shape"
35
34
  }))));
36
35
  };
36
+ const UnbidSquare = ({
37
+ color,
38
+ secondary_color
39
+ }) => {
40
+ return /*#__PURE__*/React.createElement("svg", {
41
+ width: "45",
42
+ height: "45",
43
+ viewBox: "0 0 50 51",
44
+ fill: "none",
45
+ xmlns: "http://www.w3.org/2000/svg"
46
+ }, /*#__PURE__*/React.createElement("mask", {
47
+ id: "mask0_720_125",
48
+ style: {
49
+ maskType: 'alpha'
50
+ },
51
+ maskUnits: "userSpaceOnUse",
52
+ x: "0",
53
+ y: "0",
54
+ width: "50",
55
+ height: "51"
56
+ }, /*#__PURE__*/React.createElement("rect", {
57
+ y: "0.5",
58
+ width: "50",
59
+ height: "50",
60
+ rx: "5.67771",
61
+ fill: "#D9D9D9"
62
+ })), /*#__PURE__*/React.createElement("g", {
63
+ mask: "url(#mask0_720_125)"
64
+ }, /*#__PURE__*/React.createElement("rect", {
65
+ y: "0.5",
66
+ width: "50",
67
+ height: "50",
68
+ rx: "5.67771",
69
+ fill: color ?? _colors.default.brand.midnight
70
+ }), /*#__PURE__*/React.createElement("rect", {
71
+ x: "-50.6396",
72
+ y: "53.9214",
73
+ width: "72.8366",
74
+ height: "71.825",
75
+ transform: "rotate(-45 -50.6396 53.9214)",
76
+ fill: secondary_color ?? _colors.default.brand.cyan
77
+ }), /*#__PURE__*/React.createElement("rect", {
78
+ x: "0.300451",
79
+ y: "0.800451",
80
+ width: "49.3991",
81
+ height: "49.3991",
82
+ rx: "5.37725",
83
+ stroke: "#FCFCFC",
84
+ "stroke-width": "0.600902"
85
+ }), /*#__PURE__*/React.createElement("rect", {
86
+ x: "-2.30176",
87
+ y: "0.5",
88
+ width: "52.9414",
89
+ height: "50.256",
90
+ fill: secondary_color ?? _colors.default.brand.cyan,
91
+ "fill-opacity": "0.4"
92
+ }), /*#__PURE__*/React.createElement("path", {
93
+ d: "M14.0734 29V18.4516H18.1562C19.3411 18.4516 20.2213 18.7049 20.7965 19.2115C21.3718 19.7095 21.6595 20.4007 21.6595 21.2851C21.6595 21.7574 21.5478 22.1781 21.3246 22.5473C21.1099 22.908 20.8266 23.1913 20.4746 23.3974C20.8695 23.5605 21.2259 23.8568 21.5436 24.2861C21.8613 24.7068 22.0201 25.2306 22.0201 25.8574C22.0201 26.7761 21.7239 27.5317 21.1314 28.1242C20.5389 28.7081 19.7189 29 18.6714 29H14.0734ZM16.2114 27.1711H18.3623C18.7401 27.1711 19.0707 27.0595 19.354 26.8362C19.646 26.613 19.7919 26.2867 19.7919 25.8574C19.7919 25.4624 19.6631 25.1361 19.4055 24.8785C19.1565 24.6124 18.7916 24.4793 18.3108 24.4793H16.2114V27.1711ZM16.2114 22.6761H17.9888C18.4267 22.6761 18.7744 22.5731 19.032 22.367C19.2982 22.1609 19.4313 21.8561 19.4313 21.4526C19.4313 20.6798 18.9633 20.2934 18.0274 20.2934H16.2114V22.6761ZM23.5399 29V18.4516H25.6779V29H23.5399ZM27.7 29V18.4516H30.9972C32.6372 18.4516 33.8865 18.911 34.7451 19.8297C35.6038 20.7399 36.0331 22.0364 36.0331 23.7194C36.0331 24.2603 35.9859 24.7669 35.8914 25.2392C35.8055 25.7114 35.6424 26.1837 35.402 26.6559C35.1702 27.1282 34.8696 27.5317 34.5004 27.8666C34.1398 28.2015 33.659 28.4762 33.0579 28.6909C32.4569 28.897 31.7699 29 30.9972 29H27.7ZM29.838 27.1969H30.7911C31.7957 27.1969 32.547 26.9221 33.045 26.3726C33.543 25.823 33.792 24.9386 33.792 23.7194C33.792 22.4658 33.5344 21.5771 33.0193 21.0533C32.5041 20.5295 31.7699 20.2676 30.8169 20.2676H29.838V27.1969Z",
94
+ fill: "white"
95
+ })));
96
+ };
37
97
  const DiscoverCardIcon = ({
38
98
  size
39
99
  }) => {
40
100
  const ratio = 0.7;
41
101
  const width = size ?? 30;
42
102
  const height = width * ratio;
43
- return /*#__PURE__*/_react.default.createElement("svg", {
103
+ return /*#__PURE__*/React.createElement("svg", {
44
104
  width: `${width}px`,
45
105
  height: `${height}px`,
46
106
  viewBox: "0 0 53 37",
47
107
  version: "1.1",
48
108
  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", {
109
+ }, /*#__PURE__*/React.createElement("title", null, "discover-svgrepo-com"), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
50
110
  x1: "119.04999%",
51
111
  y1: "34.8173989%",
52
112
  x2: "34.8160554%",
53
113
  y2: "-19.0523015%",
54
114
  id: "linearGradient-1"
55
- }, /*#__PURE__*/_react.default.createElement("stop", {
115
+ }, /*#__PURE__*/React.createElement("stop", {
56
116
  "stop-color": "#F6A000",
57
117
  offset: "0%"
58
- }), /*#__PURE__*/_react.default.createElement("stop", {
118
+ }), /*#__PURE__*/React.createElement("stop", {
59
119
  "stop-color": "#E47E02",
60
120
  offset: "62.3918%"
61
- }), /*#__PURE__*/_react.default.createElement("stop", {
121
+ }), /*#__PURE__*/React.createElement("stop", {
62
122
  "stop-color": "#D36002",
63
123
  offset: "100%"
64
- }))), /*#__PURE__*/_react.default.createElement("g", {
124
+ }))), /*#__PURE__*/React.createElement("g", {
65
125
  id: "Page-1",
66
126
  stroke: "none",
67
127
  "stroke-width": "1",
68
128
  fill: "none",
69
129
  "fill-rule": "evenodd"
70
- }, /*#__PURE__*/_react.default.createElement("g", {
130
+ }, /*#__PURE__*/React.createElement("g", {
71
131
  id: "discover-svgrepo-com",
72
132
  transform: "translate(1.896552, 1.000000)"
73
- }, /*#__PURE__*/_react.default.createElement("rect", {
133
+ }, /*#__PURE__*/React.createElement("rect", {
74
134
  id: "Rectangle",
75
135
  stroke: "#F3F3F3",
76
136
  "stroke-width": "2",
@@ -81,11 +141,11 @@ const DiscoverCardIcon = ({
81
141
  width: "50",
82
142
  height: "34.2105263",
83
143
  rx: "4"
84
- }), /*#__PURE__*/_react.default.createElement("path", {
144
+ }), /*#__PURE__*/React.createElement("path", {
85
145
  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
146
  id: "Shape",
87
147
  fill: "#1D1D1B"
88
- }), /*#__PURE__*/_react.default.createElement("path", {
148
+ }), /*#__PURE__*/React.createElement("path", {
89
149
  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
150
  id: "Path",
91
151
  fill: "url(#linearGradient-1)"
@@ -97,22 +157,22 @@ const VisaCardIcon = ({
97
157
  const ratio = 0.7;
98
158
  const width = size ?? 30;
99
159
  const height = width * ratio;
100
- return /*#__PURE__*/_react.default.createElement("svg", {
160
+ return /*#__PURE__*/React.createElement("svg", {
101
161
  width: `${width}px`,
102
162
  height: `${height}px`,
103
163
  viewBox: "0 0 53 37",
104
164
  version: "1.1",
105
165
  xmlns: "http://www.w3.org/2000/svg"
106
- }, /*#__PURE__*/_react.default.createElement("title", null, "visa-classic-svgrepo-com"), /*#__PURE__*/_react.default.createElement("g", {
166
+ }, /*#__PURE__*/React.createElement("title", null, "visa-classic-svgrepo-com"), /*#__PURE__*/React.createElement("g", {
107
167
  id: "Page-1",
108
168
  stroke: "none",
109
169
  "stroke-width": "1",
110
170
  fill: "none",
111
171
  "fill-rule": "evenodd"
112
- }, /*#__PURE__*/_react.default.createElement("g", {
172
+ }, /*#__PURE__*/React.createElement("g", {
113
173
  id: "visa-classic-svgrepo-com",
114
174
  transform: "translate(1.896552, 1.000000)"
115
- }, /*#__PURE__*/_react.default.createElement("rect", {
175
+ }, /*#__PURE__*/React.createElement("rect", {
116
176
  id: "Rectangle",
117
177
  stroke: "#F3F3F3",
118
178
  "stroke-width": "2",
@@ -123,21 +183,21 @@ const VisaCardIcon = ({
123
183
  width: "50",
124
184
  height: "34.2105263",
125
185
  rx: "4"
126
- }), /*#__PURE__*/_react.default.createElement("polygon", {
186
+ }), /*#__PURE__*/React.createElement("polygon", {
127
187
  id: "Path",
128
188
  fill: "#15195A",
129
189
  "fill-rule": "nonzero",
130
190
  points: "22.1505263 23.625614 18.7632456 23.625614 20.8819298 11.3442982 24.2690351 11.3442982"
131
- }), /*#__PURE__*/_react.default.createElement("path", {
191
+ }), /*#__PURE__*/React.createElement("path", {
132
192
  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
193
  id: "Path",
134
194
  fill: "#15195A",
135
195
  "fill-rule": "nonzero"
136
- }), /*#__PURE__*/_react.default.createElement("path", {
196
+ }), /*#__PURE__*/React.createElement("path", {
137
197
  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
198
  id: "Shape",
139
199
  fill: "#15195A"
140
- }), /*#__PURE__*/_react.default.createElement("path", {
200
+ }), /*#__PURE__*/React.createElement("path", {
141
201
  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
202
  id: "Path",
143
203
  fill: "#15195A"
@@ -149,22 +209,22 @@ const MasterCardIcon = ({
149
209
  const ratio = 0.7;
150
210
  const width = size ?? 30;
151
211
  const height = width * ratio;
152
- return /*#__PURE__*/_react.default.createElement("svg", {
212
+ return /*#__PURE__*/React.createElement("svg", {
153
213
  width: `${width}px`,
154
214
  height: `${height}px`,
155
215
  viewBox: "0 0 53 37",
156
216
  version: "1.1",
157
217
  xmlns: "http://www.w3.org/2000/svg"
158
- }, /*#__PURE__*/_react.default.createElement("title", null, "mastercard-full-svgrepo-com"), /*#__PURE__*/_react.default.createElement("g", {
218
+ }, /*#__PURE__*/React.createElement("title", null, "mastercard-full-svgrepo-com"), /*#__PURE__*/React.createElement("g", {
159
219
  id: "Page-1",
160
220
  stroke: "none",
161
221
  "stroke-width": "1",
162
222
  fill: "none",
163
223
  "fill-rule": "evenodd"
164
- }, /*#__PURE__*/_react.default.createElement("g", {
224
+ }, /*#__PURE__*/React.createElement("g", {
165
225
  id: "mastercard-full-svgrepo-com",
166
226
  transform: "translate(1.896552, 1.000000)"
167
- }, /*#__PURE__*/_react.default.createElement("rect", {
227
+ }, /*#__PURE__*/React.createElement("rect", {
168
228
  id: "Rectangle",
169
229
  stroke: "#F3F3F3",
170
230
  "stroke-width": "2",
@@ -175,21 +235,21 @@ const MasterCardIcon = ({
175
235
  width: "50",
176
236
  height: "34.2105263",
177
237
  rx: "6"
178
- }), /*#__PURE__*/_react.default.createElement("path", {
238
+ }), /*#__PURE__*/React.createElement("path", {
179
239
  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
240
  id: "Shape",
181
241
  fill: "#231F20"
182
- }), /*#__PURE__*/_react.default.createElement("polygon", {
242
+ }), /*#__PURE__*/React.createElement("polygon", {
183
243
  id: "Path",
184
244
  fill: "#FF5F00",
185
245
  "fill-rule": "nonzero",
186
246
  points: "29.4267544 22.2557018 20.8209649 22.2557018 20.8209649 6.91078947 29.4267544 6.91078947"
187
- }), /*#__PURE__*/_react.default.createElement("path", {
247
+ }), /*#__PURE__*/React.createElement("path", {
188
248
  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
249
  id: "Path",
190
250
  fill: "#EB001B",
191
251
  "fill-rule": "nonzero"
192
- }), /*#__PURE__*/_react.default.createElement("path", {
252
+ }), /*#__PURE__*/React.createElement("path", {
193
253
  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
254
  id: "Path",
195
255
  fill: "#F79E1B",
@@ -202,60 +262,60 @@ const AmexCardIcon = ({
202
262
  const ratio = 0.7;
203
263
  const width = size ?? 30;
204
264
  const height = width * ratio;
205
- return /*#__PURE__*/_react.default.createElement("svg", {
265
+ return /*#__PURE__*/React.createElement("svg", {
206
266
  width: `${width}px`,
207
267
  height: `${height}px`,
208
268
  viewBox: "0 0 50 35",
209
269
  version: "1.1",
210
270
  xmlns: "http://www.w3.org/2000/svg"
211
- }, /*#__PURE__*/_react.default.createElement("title", null, "american-express-svgrepo-com (1)"), /*#__PURE__*/_react.default.createElement("g", {
271
+ }, /*#__PURE__*/React.createElement("title", null, "american-express-svgrepo-com (1)"), /*#__PURE__*/React.createElement("g", {
212
272
  id: "Page-1",
213
273
  stroke: "none",
214
274
  "stroke-width": "1",
215
275
  fill: "none",
216
276
  "fill-rule": "evenodd"
217
- }, /*#__PURE__*/_react.default.createElement("g", {
277
+ }, /*#__PURE__*/React.createElement("g", {
218
278
  id: "american-express-svgrepo-com-(1)",
219
279
  transform: "translate(0.000000, 0.245636)",
220
280
  "fill-rule": "nonzero"
221
- }, /*#__PURE__*/_react.default.createElement("path", {
281
+ }, /*#__PURE__*/React.createElement("path", {
222
282
  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
283
  id: "Path",
224
284
  fill: "#306FC5"
225
- }), /*#__PURE__*/_react.default.createElement("path", {
285
+ }), /*#__PURE__*/React.createElement("path", {
226
286
  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
287
  id: "Path",
228
288
  fill: "#202121",
229
289
  opacity: "0.15"
230
- }), /*#__PURE__*/_react.default.createElement("g", {
290
+ }), /*#__PURE__*/React.createElement("g", {
231
291
  id: "Group",
232
292
  transform: "translate(3.588672, 10.131543)",
233
293
  fill: "#FFFFFF"
234
- }, /*#__PURE__*/_react.default.createElement("polygon", {
294
+ }, /*#__PURE__*/React.createElement("polygon", {
235
295
  id: "Path",
236
296
  points: "3.69550781 3.66699219 5.18945312 3.66699219 4.44267578 1.765625"
237
- }), /*#__PURE__*/_react.default.createElement("polygon", {
297
+ }), /*#__PURE__*/React.createElement("polygon", {
238
298
  id: "Path",
239
299
  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", {
300
+ }), /*#__PURE__*/React.createElement("polygon", {
241
301
  id: "Path",
242
302
  points: "31.2646484 1.765625 30.449707 3.66699219 32.0117188 3.66699219"
243
- }), /*#__PURE__*/_react.default.createElement("polygon", {
303
+ }), /*#__PURE__*/React.createElement("polygon", {
244
304
  id: "Path",
245
305
  points: "18.90625 13.4450195 18.90625 9.57451172 17.140625 11.4759766"
246
- }), /*#__PURE__*/_react.default.createElement("path", {
306
+ }), /*#__PURE__*/React.createElement("path", {
247
307
  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
308
  id: "Path"
249
- }), /*#__PURE__*/_react.default.createElement("path", {
309
+ }), /*#__PURE__*/React.createElement("path", {
250
310
  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
311
  id: "Path"
252
- }), /*#__PURE__*/_react.default.createElement("path", {
312
+ }), /*#__PURE__*/React.createElement("path", {
253
313
  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
314
  id: "Shape"
255
- }), /*#__PURE__*/_react.default.createElement("path", {
315
+ }), /*#__PURE__*/React.createElement("path", {
256
316
  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
317
  id: "Path"
258
- }), /*#__PURE__*/_react.default.createElement("path", {
318
+ }), /*#__PURE__*/React.createElement("path", {
259
319
  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
320
  id: "Shape"
261
321
  })))));
@@ -267,13 +327,13 @@ const EyeOnIcon = ({
267
327
  const ratio = 0.75;
268
328
  let width = size ?? 14;
269
329
  let height = width * ratio;
270
- return /*#__PURE__*/_react.default.createElement("svg", {
330
+ return /*#__PURE__*/React.createElement("svg", {
271
331
  width: `${width}px`,
272
332
  height: `${height}px`,
273
333
  viewBox: "0 0 24 18",
274
334
  version: "1.1",
275
335
  xmlns: "http://www.w3.org/2000/svg"
276
- }, /*#__PURE__*/_react.default.createElement("title", null, "eye"), /*#__PURE__*/_react.default.createElement("g", {
336
+ }, /*#__PURE__*/React.createElement("title", null, "eye"), /*#__PURE__*/React.createElement("g", {
277
337
  id: "Page-1",
278
338
  stroke: "none",
279
339
  "stroke-width": "1",
@@ -281,15 +341,15 @@ const EyeOnIcon = ({
281
341
  "fill-rule": "evenodd",
282
342
  "stroke-linecap": "round",
283
343
  "stroke-linejoin": "round"
284
- }, /*#__PURE__*/_react.default.createElement("g", {
344
+ }, /*#__PURE__*/React.createElement("g", {
285
345
  id: "eye",
286
346
  transform: "translate(1.000000, 1.000000)",
287
347
  stroke: color,
288
348
  "stroke-width": "2"
289
- }, /*#__PURE__*/_react.default.createElement("path", {
349
+ }, /*#__PURE__*/React.createElement("path", {
290
350
  d: "M0,8 C0,8 4,0 11,0 C18,0 22,8 22,8 C22,8 18,16 11,16 C4,16 0,8 0,8 Z",
291
351
  id: "Path"
292
- }), /*#__PURE__*/_react.default.createElement("circle", {
352
+ }), /*#__PURE__*/React.createElement("circle", {
293
353
  id: "Oval",
294
354
  cx: "11",
295
355
  cy: "8",
@@ -302,23 +362,23 @@ const PlaidIcon = ({
302
362
  const ratio = 0.9615;
303
363
  let height = size ?? 14;
304
364
  let width = height * ratio;
305
- return /*#__PURE__*/_react.default.createElement("svg", {
365
+ return /*#__PURE__*/React.createElement("svg", {
306
366
  width: `${width}px`,
307
367
  height: `${height}px`,
308
368
  viewBox: "0 0 50 52",
309
369
  version: "1.1",
310
370
  xmlns: "http://www.w3.org/2000/svg"
311
- }, /*#__PURE__*/_react.default.createElement("title", null, "Plaid_(company)-Vertical-Logo.wine (1)"), /*#__PURE__*/_react.default.createElement("g", {
371
+ }, /*#__PURE__*/React.createElement("title", null, "Plaid_(company)-Vertical-Logo.wine (1)"), /*#__PURE__*/React.createElement("g", {
312
372
  id: "Page-1",
313
373
  stroke: "none",
314
374
  "stroke-width": "1",
315
375
  fill: "none",
316
376
  "fill-rule": "evenodd"
317
- }, /*#__PURE__*/_react.default.createElement("g", {
377
+ }, /*#__PURE__*/React.createElement("g", {
318
378
  id: "Plaid_(company)-Vertical-Logo.wine-(1)",
319
379
  fill: "#111212",
320
380
  "fill-rule": "nonzero"
321
- }, /*#__PURE__*/_react.default.createElement("path", {
381
+ }, /*#__PURE__*/React.createElement("path", {
322
382
  d: "M37.0521625,26.381365 L32.705422,22.0347244 L36.121831,18.6185151 L38.4456123,20.9423964 L37.0521625,26.381365 Z M36.121831,14.5189642 L32.705422,11.1027549 L37.0521625,6.75621419 L38.4456123,12.1953826 L36.121831,14.5189642 Z M29.563668,3.31293895 L35.0025368,4.70618903 L30.6558962,9.0530294 L27.239687,5.63682015 L29.563668,3.31293895 Z M23.1402359,5.63692003 L19.7239267,9.0530294 L15.377386,4.70638878 L20.8163547,3.31293895 L23.1402359,5.63692003 Z M13.327261,6.7558147 L17.6742012,11.1028548 L14.2580918,14.5189642 L11.9338111,12.1946835 L13.327261,6.7558147 Z M14.2580918,18.6183154 L17.6742012,22.0344248 L13.327261,26.381365 L11.9338111,20.9424962 L14.2580918,18.6183154 Z M20.8161549,29.8245404 L15.3769865,28.4310906 L19.7239267,24.0842502 L23.140136,27.5005593 L20.8161549,29.8245404 Z M28.6060708,22.0346245 L25.1898615,25.4508338 L21.7735524,22.0346245 L25.1898615,18.6183154 L28.6060708,22.0346245 Z M30.6557963,13.1523806 L34.0720056,16.5686897 L30.6557963,19.984899 L27.2394872,16.5686897 L30.6557963,13.1523806 Z M23.140136,16.5686897 L19.7239267,19.984899 L16.3078174,16.5686897 L19.7239267,13.1525804 L23.140136,16.5686897 Z M21.7737522,11.1028548 L25.1899614,7.68664557 L28.6060708,11.1027549 L25.1898615,14.5189642 L21.7737522,11.1028548 Z M27.2394872,27.5005593 L30.6557963,24.0844499 L35.0023371,28.4310906 L29.5633684,29.8243406 L27.2394872,27.5005593 Z M39.1108767,30.4897049 L41.7585513,20.1556845 L38.1715565,16.5687896 L41.7585513,12.9815951 L39.1107769,2.64747477 L28.7766565,0 L25.1899614,3.58709461 L21.6025672,0 L11.2685467,2.6477744 L8.62107193,12.9817949 L12.2083663,16.5686897 L8.62107193,20.1558842 L11.2685467,30.4899047 L21.6027669,33.1374793 L25.1898615,29.550185 L28.7767564,33.1374793 L39.1108767,30.4897049 Z M48.8647259,41.2489913 C48.4431554,40.6529399 47.9401871,40.1758391 47.3574191,39.8157914 C46.4012201,39.2196401 45.0980568,38.9215146 43.4473302,38.9215146 L39.2775674,38.9215146 L39.2775674,51.3383191 L44.1550413,51.3383191 C45.9167286,51.3383191 47.3322507,50.7680353 48.3995102,49.6261695 C49.4666699,48.4843037 50,46.970505 50,45.0837748 C50,43.5823606 49.6212757,42.3044656 48.8647259,41.2489913 M43.8014853,48.5279489 L42.4421926,48.5279489 L42.4421926,41.7327836 L43.820062,41.7327836 C44.7881461,41.7327836 45.5321117,42.0323074 46.0534569,42.6306559 C46.5750018,43.2296036 46.8352749,44.0786372 46.8352749,45.1761587 C46.8352749,47.4111516 45.8236455,48.5279489 43.8014853,48.5279489 M33.4143316,51.3388184 L36.5789568,51.3388184 L36.5789568,38.9221138 L33.4143316,38.9221138 L33.4143316,51.3388184 Z M24.3856716,38.9219141 L19.415614,51.3388184 L22.8220355,51.3388184 L23.4736171,49.5334859 L27.7918934,49.5334859 L28.3874454,51.3388184 L31.8323186,51.3388184 L26.8985155,38.9219141 L24.3856716,38.9219141 Z M24.3486181,47.0204423 L25.6517814,42.7759734 L26.9356688,47.0204423 L24.3486181,47.0204423 Z M14.5197632,38.9219141 L11.3552378,38.9219141 L11.3552378,51.3388184 L18.1874566,51.3388184 L18.1874566,48.5275494 L14.5197632,48.5275494 L14.5197632,38.9219141 Z M7.87440974,39.8528448 C7.12954529,39.2323242 5.85744305,38.9224134 4.05810302,38.9224134 L0,38.9224134 L0,51.3386187 L3.03448868,51.3386187 L3.03448868,47.4484048 L4.39318216,47.4484048 C6.04390885,47.4484048 7.25378924,47.0881573 8.02302308,46.3677621 C8.89123261,45.5617744 9.32598656,44.4885224 9.32598656,43.1477065 C9.32598656,41.757952 8.84239395,40.6597314 7.87440974,39.8528448 M4.31847599,44.6371358 L3.03448868,44.6371358 L3.03448868,41.7328835 L4.18823957,41.7328835 C5.59047836,41.7328835 6.29159775,42.2202713 6.29159775,43.1941481 C6.29159775,44.1564395 5.63412354,44.6371358 4.31847599,44.6371358",
323
383
  id: "Shape"
324
384
  }))));
@@ -330,43 +390,43 @@ const GiftIcon = ({
330
390
  const ratio = 0.96;
331
391
  let width = size ?? 14;
332
392
  let height = width * ratio;
333
- return /*#__PURE__*/_react.default.createElement("svg", {
393
+ return /*#__PURE__*/React.createElement("svg", {
334
394
  width: `${width}px`,
335
395
  height: `${height}px`,
336
396
  viewBox: "0 0 22 21",
337
397
  version: "1.1",
338
398
  xmlns: "http://www.w3.org/2000/svg"
339
- }, /*#__PURE__*/_react.default.createElement("title", null, "gift-svgrepo-com"), /*#__PURE__*/_react.default.createElement("g", {
399
+ }, /*#__PURE__*/React.createElement("title", null, "gift-svgrepo-com"), /*#__PURE__*/React.createElement("g", {
340
400
  id: "Page-1",
341
401
  stroke: "none",
342
402
  "stroke-width": "1",
343
403
  fill: "none",
344
404
  "fill-rule": "evenodd",
345
405
  "stroke-linejoin": "round"
346
- }, /*#__PURE__*/_react.default.createElement("g", {
406
+ }, /*#__PURE__*/React.createElement("g", {
347
407
  id: "gift-svgrepo-com",
348
408
  transform: "translate(1.000000, 1.000000)",
349
409
  stroke: color ?? _colors.default.brand.midnight,
350
410
  "stroke-width": "2"
351
- }, /*#__PURE__*/_react.default.createElement("path", {
411
+ }, /*#__PURE__*/React.createElement("path", {
352
412
  d: "M0,7.22751235 C0,6.71122347 0,6.45309013 0.0427,6.23842347 C0.218044444,5.35689013 0.907155556,4.66777902 1.78868889,4.49243458 C2.00335556,4.44973458 2.26148889,4.44973458 2.77777778,4.44973458 L10,4.44973458 L17.2222222,4.44973458 C17.7385556,4.44973458 17.9966667,4.44973458 18.2113333,4.49243458 C19.0928889,4.66777902 19.782,5.35689013 19.9573333,6.23842347 C20,6.45309013 20,6.71122347 20,7.22751235 L20,7.22751235 L20,7.22751235 C20,7.74380124 20,8.0019568 19.9573333,8.21662347 C19.782,9.09817902 19.0928889,9.78729013 18.2113333,9.96262347 C17.9966667,10.0052901 17.7385556,10.0052901 17.2222222,10.0052901 L10,10.0052901 L2.77777778,10.0052901 C2.26148889,10.0052901 2.00335556,10.0052901 1.78868889,9.96262347 C0.907155556,9.78729013 0.218044444,9.09817902 0.0427,8.21662347 C0,8.0019568 0,7.74380124 0,7.22751235 L0,7.22751235 L0,7.22751235 Z",
353
413
  id: "Path"
354
- }), /*#__PURE__*/_react.default.createElement("path", {
414
+ }), /*#__PURE__*/React.createElement("path", {
355
415
  d: "M1.11111111,10.0052901 L1.11111111,14.4497346 C1.11111111,16.5448457 1.11111111,17.5924012 1.76198889,18.2432901 C2.41285556,18.894179 3.46042222,18.894179 5.55555556,18.894179 L6.66666667,18.894179 L13.3333333,18.894179 L14.4444444,18.894179 C16.5395556,18.894179 17.5871111,18.894179 18.238,18.2432901 C18.8888889,17.5924012 18.8888889,16.5448457 18.8888889,14.4497346 L18.8888889,10.0052901",
356
416
  id: "Path",
357
417
  "stroke-linecap": "round"
358
- }), /*#__PURE__*/_react.default.createElement("line", {
418
+ }), /*#__PURE__*/React.createElement("line", {
359
419
  x1: "10",
360
420
  y1: "4.44973458",
361
421
  x2: "10",
362
422
  y2: "18.894179",
363
423
  id: "Path",
364
424
  "stroke-linecap": "round"
365
- }), /*#__PURE__*/_react.default.createElement("path", {
425
+ }), /*#__PURE__*/React.createElement("path", {
366
426
  d: "M9.30588889,3.58210124 L7.10655556,0.832923465 C6.27916667,-0.201309868 4.73446667,-0.28473209 3.79792222,0.651812354 C2.398,2.05173458 3.38513333,4.44973458 5.36492222,4.44973458 L8.88888889,4.44973458 C9.33666667,4.44973458 9.58566667,3.93176791 9.30588889,3.58210124 Z",
367
427
  id: "Path",
368
428
  "stroke-linecap": "round"
369
- }), /*#__PURE__*/_react.default.createElement("path", {
429
+ }), /*#__PURE__*/React.createElement("path", {
370
430
  d: "M10.6941111,3.58210124 L12.8934444,0.832923465 C13.7208889,-0.201309868 15.2655556,-0.28473209 16.2021111,0.651812354 C17.602,2.05173458 16.6148889,4.44973458 14.6351111,4.44973458 L11.1111111,4.44973458 C10.6633333,4.44973458 10.4143333,3.93176791 10.6941111,3.58210124 Z",
371
431
  id: "Path",
372
432
  "stroke-linecap": "round"
@@ -376,42 +436,42 @@ const TransactionSuccessIcon = ({
376
436
  size
377
437
  }) => {
378
438
  const icon_size = size ?? 250;
379
- return /*#__PURE__*/_react.default.createElement("svg", {
439
+ return /*#__PURE__*/React.createElement("svg", {
380
440
  width: `${icon_size}px`,
381
441
  height: `${icon_size}px`,
382
442
  viewBox: "0 0 280 280",
383
443
  version: "1.1",
384
444
  xmlns: "http://www.w3.org/2000/svg"
385
- }, /*#__PURE__*/_react.default.createElement("title", null, "success-filled-svgrepo-com"), /*#__PURE__*/_react.default.createElement("defs", null, /*#__PURE__*/_react.default.createElement("linearGradient", {
445
+ }, /*#__PURE__*/React.createElement("title", null, "success-filled-svgrepo-com"), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
386
446
  x1: "10.1840112%",
387
447
  y1: "0%",
388
448
  x2: "83.3721051%",
389
449
  y2: "96.1944687%",
390
450
  id: "linearGradient-1"
391
- }, /*#__PURE__*/_react.default.createElement("stop", {
451
+ }, /*#__PURE__*/React.createElement("stop", {
392
452
  "stop-color": "#AB9F5E",
393
453
  offset: "0%"
394
- }), /*#__PURE__*/_react.default.createElement("stop", {
454
+ }), /*#__PURE__*/React.createElement("stop", {
395
455
  "stop-color": "#AB9F5E",
396
456
  "stop-opacity": "0.5",
397
457
  offset: "100%"
398
- }))), /*#__PURE__*/_react.default.createElement("g", {
458
+ }))), /*#__PURE__*/React.createElement("g", {
399
459
  id: "Page-1",
400
460
  stroke: "none",
401
461
  "stroke-width": "1",
402
462
  fill: "none",
403
463
  "fill-rule": "evenodd"
404
- }, /*#__PURE__*/_react.default.createElement("g", {
464
+ }, /*#__PURE__*/React.createElement("g", {
405
465
  id: "success-filled-svgrepo-com",
406
466
  transform: "translate(14.818182, 14.909091)"
407
- }, /*#__PURE__*/_react.default.createElement("circle", {
467
+ }, /*#__PURE__*/React.createElement("circle", {
408
468
  id: "Oval",
409
469
  stroke: "url(#linearGradient-1)",
410
470
  "stroke-width": "30",
411
471
  cx: "125.181818",
412
472
  cy: "125.090909",
413
473
  r: "125"
414
- }), /*#__PURE__*/_react.default.createElement("path", {
474
+ }), /*#__PURE__*/React.createElement("path", {
415
475
  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",
416
476
  id: "Shape",
417
477
  fill: "#7DCD85",
@@ -422,40 +482,40 @@ const TransactionErrorIcon = ({
422
482
  size
423
483
  }) => {
424
484
  const icon_size = size ?? 250;
425
- return /*#__PURE__*/_react.default.createElement("svg", {
485
+ return /*#__PURE__*/React.createElement("svg", {
426
486
  width: `${icon_size}px`,
427
487
  height: `${icon_size}px`,
428
488
  viewBox: "0 0 270 270",
429
489
  version: "1.1",
430
490
  xmlns: "http://www.w3.org/2000/svg"
431
- }, /*#__PURE__*/_react.default.createElement("title", null, "error-filled-svgrepo-com"), /*#__PURE__*/_react.default.createElement("defs", null, /*#__PURE__*/_react.default.createElement("linearGradient", {
491
+ }, /*#__PURE__*/React.createElement("title", null, "error-filled-svgrepo-com"), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
432
492
  x1: "24.8993998%",
433
493
  y1: "1.46791298%",
434
494
  x2: "80.892076%",
435
495
  y2: "92.9436978%",
436
496
  id: "linearGradient-1"
437
- }, /*#__PURE__*/_react.default.createElement("stop", {
497
+ }, /*#__PURE__*/React.createElement("stop", {
438
498
  "stop-color": "#6E8894",
439
499
  offset: "0%"
440
- }), /*#__PURE__*/_react.default.createElement("stop", {
500
+ }), /*#__PURE__*/React.createElement("stop", {
441
501
  "stop-color": "#6E8894",
442
502
  "stop-opacity": "0.64",
443
503
  offset: "100%"
444
- }))), /*#__PURE__*/_react.default.createElement("g", {
504
+ }))), /*#__PURE__*/React.createElement("g", {
445
505
  id: "Page-1",
446
506
  stroke: "none",
447
507
  "stroke-width": "1",
448
508
  fill: "none",
449
509
  "fill-rule": "evenodd"
450
- }, /*#__PURE__*/_react.default.createElement("g", {
510
+ }, /*#__PURE__*/React.createElement("g", {
451
511
  id: "error-filled-svgrepo-com",
452
512
  transform: "translate(10.000000, 10.000000)"
453
- }, /*#__PURE__*/_react.default.createElement("path", {
513
+ }, /*#__PURE__*/React.createElement("path", {
454
514
  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",
455
515
  id: "Combined-Shape",
456
516
  fill: "#D5573B",
457
517
  "fill-rule": "nonzero"
458
- }), /*#__PURE__*/_react.default.createElement("circle", {
518
+ }), /*#__PURE__*/React.createElement("circle", {
459
519
  id: "Oval",
460
520
  stroke: "url(#linearGradient-1)",
461
521
  "stroke-width": "20",
@@ -469,23 +529,23 @@ const LogoutIcon = ({
469
529
  size
470
530
  }) => {
471
531
  const icon_size = size ?? 20;
472
- return /*#__PURE__*/_react.default.createElement("svg", {
532
+ return /*#__PURE__*/React.createElement("svg", {
473
533
  width: `${icon_size}px`,
474
534
  height: `${icon_size}px`,
475
535
  viewBox: "0 0 20 20",
476
536
  version: "1.1",
477
537
  xmlns: "http://www.w3.org/2000/svg"
478
- }, /*#__PURE__*/_react.default.createElement("title", null, "logout-svgrepo-com"), /*#__PURE__*/_react.default.createElement("g", {
538
+ }, /*#__PURE__*/React.createElement("title", null, "logout-svgrepo-com"), /*#__PURE__*/React.createElement("g", {
479
539
  id: "Page-1",
480
540
  stroke: "none",
481
541
  "stroke-width": "1",
482
542
  fill: "none",
483
543
  "fill-rule": "evenodd"
484
- }, /*#__PURE__*/_react.default.createElement("g", {
544
+ }, /*#__PURE__*/React.createElement("g", {
485
545
  id: "logout-svgrepo-com",
486
546
  transform: "translate(-0.000000, 0.000000)",
487
547
  fill: color ?? _colors.default.brand.midnight
488
- }, /*#__PURE__*/_react.default.createElement("path", {
548
+ }, /*#__PURE__*/React.createElement("path", {
489
549
  d: "M0,4.28571939 C0,1.91878324 1.91878324,0 4.28571939,0 L9.52382086,0 C11.6277281,0 13.3333492,1.70558298 13.3333492,3.80952834 L13.3333492,4.76191043 C13.3333492,5.28789201 12.9069677,5.71429252 12.3809671,5.71429252 C11.8549665,5.71429252 11.428585,5.28789201 11.428585,4.76191043 L11.428585,3.80952834 C11.428585,2.75755566 10.5758221,1.90476417 9.52382086,1.90476417 L4.28571939,1.90476417 C2.97075592,1.90476417 1.90476417,2.97075592 1.90476417,4.28571939 L1.90476417,14.7619223 C1.90476417,16.0768763 2.97075592,17.1428776 4.28571939,17.1428776 L9.52382086,17.1428776 C10.5758221,17.1428776 11.428585,16.2901146 11.428585,15.2381134 L11.428585,14.2857313 C11.428585,13.7597307 11.8549665,13.3333492 12.3809671,13.3333492 C12.9069677,13.3333492 13.3333492,13.7597307 13.3333492,14.2857313 L13.3333492,15.2381134 C13.3333492,17.3420206 11.6277281,19.0476417 9.52382086,19.0476417 L4.28571939,19.0476417 C1.91878324,19.0476417 0,17.1288775 0,14.7619223 L0,4.28571939 Z M15.5170661,5.99323571 C15.8889713,5.62131145 16.4920196,5.62131145 16.8639248,5.99323571 L19.7210711,8.85039149 C20.0929763,9.22229669 20.0929763,9.82534503 19.7210711,10.1972502 L16.8639248,13.0543965 C16.4920196,13.4263017 15.8889713,13.4263017 15.5170661,13.0543965 C15.1451609,12.6824913 15.1451609,12.079443 15.5170661,11.7075377 L16.7484009,10.4762029 L8.57143878,10.4762029 C8.04543815,10.4762029 7.61905669,10.0498215 7.61905669,9.52382086 C7.61905669,8.99782024 8.04543815,8.57143878 8.57143878,8.57143878 L16.7484009,8.57143878 L15.5170661,7.3401135 C15.1451609,6.96817972 15.1451609,6.36516948 15.5170661,5.99323571 Z",
490
550
  id: "Shape"
491
551
  }))));
@@ -497,13 +557,13 @@ const EyeOffIcon = ({
497
557
  const ratio = 1;
498
558
  let width = size ?? 14;
499
559
  let height = width * ratio;
500
- return /*#__PURE__*/_react.default.createElement("svg", {
560
+ return /*#__PURE__*/React.createElement("svg", {
501
561
  width: `${width}px`,
502
562
  height: `${height}px`,
503
563
  viewBox: "0 0 24 24",
504
564
  version: "1.1",
505
565
  xmlns: "http://www.w3.org/2000/svg"
506
- }, /*#__PURE__*/_react.default.createElement("title", null, "eye-off"), /*#__PURE__*/_react.default.createElement("g", {
566
+ }, /*#__PURE__*/React.createElement("title", null, "eye-off"), /*#__PURE__*/React.createElement("g", {
507
567
  id: "Page-1",
508
568
  stroke: "none",
509
569
  "stroke-width": "1",
@@ -511,15 +571,15 @@ const EyeOffIcon = ({
511
571
  "fill-rule": "evenodd",
512
572
  "stroke-linecap": "round",
513
573
  "stroke-linejoin": "round"
514
- }, /*#__PURE__*/_react.default.createElement("g", {
574
+ }, /*#__PURE__*/React.createElement("g", {
515
575
  id: "eye-off",
516
576
  transform: "translate(1.000000, 1.000000)",
517
577
  stroke: color,
518
578
  "stroke-width": "2"
519
- }, /*#__PURE__*/_react.default.createElement("path", {
579
+ }, /*#__PURE__*/React.createElement("path", {
520
580
  d: "M16.94,16.94 C15.23059,18.2430022 13.1491075,18.9648632 11,19 C4,19 0,11 0,11 C1.2438899,8.68189567 2.96913545,6.65660741 5.06,5.06 M8.9,3.24 C9.5883323,3.07887951 10.2930641,2.99833874 11,2.99997482 C18,2.99997482 22,11 22,11 C21.3929796,12.1356074 20.6690554,13.2047361 19.84,14.19 M13.12,13.12 C12.3721177,13.9226127 11.2457778,14.2529967 10.1828444,13.9815422 C9.1199109,13.7100876 8.28991239,12.8800891 8.01845783,11.8171556 C7.74700327,10.7542222 8.07738729,9.62788232 8.88,8.88",
521
581
  id: "Shape"
522
- }), /*#__PURE__*/_react.default.createElement("line", {
582
+ }), /*#__PURE__*/React.createElement("line", {
523
583
  x1: "0",
524
584
  y1: "0",
525
585
  x2: "22",
@@ -534,28 +594,28 @@ const NotificationIcon = ({
534
594
  const ratio = 0.863;
535
595
  let height = size ?? 14;
536
596
  let width = height * ratio;
537
- return /*#__PURE__*/_react.default.createElement("svg", {
597
+ return /*#__PURE__*/React.createElement("svg", {
538
598
  width: `${width}px`,
539
599
  height: `${height}px`,
540
600
  viewBox: "0 0 19 22",
541
601
  version: "1.1",
542
602
  xmlns: "http://www.w3.org/2000/svg"
543
- }, /*#__PURE__*/_react.default.createElement("title", null, "notification-bell-on-svgrepo-com (1)"), /*#__PURE__*/_react.default.createElement("g", {
603
+ }, /*#__PURE__*/React.createElement("title", null, "notification-bell-on-svgrepo-com (1)"), /*#__PURE__*/React.createElement("g", {
544
604
  id: "Page-1",
545
605
  stroke: "none",
546
606
  "stroke-width": "1",
547
607
  fill: "none",
548
608
  "fill-rule": "evenodd",
549
609
  "stroke-linejoin": "round"
550
- }, /*#__PURE__*/_react.default.createElement("g", {
610
+ }, /*#__PURE__*/React.createElement("g", {
551
611
  id: "notification-bell-on-svgrepo-com-(1)",
552
612
  transform: "translate(1.887826, 1.000000)",
553
613
  stroke: color ?? _colors.default.brand.midnight,
554
614
  "stroke-width": "2"
555
- }, /*#__PURE__*/_react.default.createElement("path", {
615
+ }, /*#__PURE__*/React.createElement("path", {
556
616
  d: "M5.09214307,16.8717414 C4.4618511,16.8717414 2.49815976,16.8717414 1.04327967,16.8717414 C0.26810762,16.8717414 -0.235114486,16.0559958 0.111548704,15.3626694 L1.00216393,13.581439 C1.29174683,13.0022941 1.44250804,12.3643379 1.44250804,11.7167883 C1.44250804,10.9141814 1.44250804,9.72200209 1.44250804,8.52971846 C1.44250804,6.44421272 2.4852609,2.27320125 7.69902524,2.27320125 C12.9127896,2.27320125 13.9555424,6.44421272 13.9555424,8.52971846 C13.9555424,9.72200209 13.9555424,10.9141814 13.9555424,11.7167883 C13.9555424,12.3643379 14.1063245,13.0022941 14.395897,13.581439 L15.2865122,15.3626694 C15.6331233,16.0559958 15.1289522,16.8717414 14.353874,16.8717414 L10.3059074,16.8717414 M5.09214307,16.8717414 C5.09214307,18.9572471 6.13489594,20 7.69902524,20 C9.26315454,20 10.3059074,18.9572471 10.3059074,16.8717414 M5.09214307,16.8717414 C6.72102733,16.8717414 10.3059074,16.8717414 10.3059074,16.8717414",
557
617
  id: "Shape"
558
- }), /*#__PURE__*/_react.default.createElement("line", {
618
+ }), /*#__PURE__*/React.createElement("line", {
559
619
  x1: "7.69902524",
560
620
  y1: "2.08550574",
561
621
  x2: "7.69902524",
@@ -569,24 +629,24 @@ const USDIcon = ({
569
629
  size
570
630
  }) => {
571
631
  let icon_size = size ?? 17;
572
- return /*#__PURE__*/_react.default.createElement("svg", {
632
+ return /*#__PURE__*/React.createElement("svg", {
573
633
  width: `${icon_size}px`,
574
634
  height: `${icon_size}px`,
575
635
  viewBox: "0 0 17 17",
576
636
  version: "1.1",
577
637
  xmlns: "http://www.w3.org/2000/svg"
578
- }, /*#__PURE__*/_react.default.createElement("title", null, "Group"), /*#__PURE__*/_react.default.createElement("g", {
638
+ }, /*#__PURE__*/React.createElement("title", null, "Group"), /*#__PURE__*/React.createElement("g", {
579
639
  id: "Page-1",
580
640
  stroke: "none",
581
641
  "stroke-width": "1",
582
642
  fill: "none",
583
643
  "fill-rule": "evenodd"
584
- }, /*#__PURE__*/_react.default.createElement("g", {
644
+ }, /*#__PURE__*/React.createElement("g", {
585
645
  id: "Group",
586
646
  transform: "translate(-0.000000, -0.000000)",
587
647
  fill: color,
588
648
  "fill-rule": "nonzero"
589
- }, /*#__PURE__*/_react.default.createElement("path", {
649
+ }, /*#__PURE__*/React.createElement("path", {
590
650
  d: "M7.500003,10.833313 L7.500003,9.166663 C6.836963,9.166663 6.201073,8.903273 5.732233,8.434433 C5.263393,7.965593 5.000003,7.329713 5.000003,6.666663 C5.000003,6.003623 5.263393,5.367743 5.732233,4.898903 C6.201073,4.430063 6.836963,4.166663 7.500003,4.166663 L7.500003,3.333333 C7.500003,3.112323 7.587803,2.900363 7.744083,2.744073 C7.900363,2.587793 8.112323,2.500003 8.333333,2.500003 C8.554343,2.500003 8.766313,2.587793 8.922593,2.744073 C9.078873,2.900363 9.166663,3.112323 9.166663,3.333333 L9.166663,4.166663 L9.185003,4.166663 C9.843213,4.166663 10.474413,4.428123 10.939813,4.893533 C11.405213,5.358933 11.666713,5.990153 11.666713,6.648333 C11.666713,6.869343 11.578913,7.081313 11.422613,7.237593 C11.266313,7.393873 11.054313,7.481663 10.833313,7.481663 C10.612313,7.481663 10.400313,7.393873 10.244113,7.237593 C10.087813,7.081313 10.000013,6.869343 10.000013,6.648333 C10.000013,6.432183 9.914113,6.224883 9.761313,6.072043 C9.608413,5.919203 9.401113,5.833333 9.185003,5.833333 L9.166663,5.833333 L9.166663,7.500003 C9.829713,7.500003 10.465613,7.763393 10.934413,8.232233 C11.403313,8.701073 11.666713,9.336963 11.666713,10.000013 C11.666713,10.663013 11.403313,11.298913 10.934413,11.767813 C10.465613,12.236613 9.829713,12.500013 9.166663,12.500013 L9.166663,13.333313 C9.166663,13.554313 9.078873,13.766313 8.922593,13.922613 C8.766313,14.078913 8.554343,14.166713 8.333333,14.166713 C8.112323,14.166713 7.900363,14.078913 7.744083,13.922613 C7.587803,13.766313 7.500003,13.554313 7.500003,13.333313 L7.500003,12.500013 L7.457503,12.500013 C6.805733,12.500013 6.180653,12.241113 5.719783,11.780213 C5.258913,11.319313 5.000003,10.694313 5.000003,10.042513 C5.000003,9.821483 5.087793,9.609523 5.244083,9.453243 C5.400363,9.296963 5.612323,9.209163 5.833333,9.209163 C6.054343,9.209163 6.266313,9.296963 6.422593,9.453243 C6.578873,9.609523 6.666663,9.821483 6.666663,10.042513 C6.666883,10.252213 6.750283,10.453213 6.898543,10.601413 C7.046803,10.749713 7.247823,10.833113 7.457503,10.833313 L7.500003,10.833313 Z M9.166663,10.833313 C9.387713,10.833313 9.599613,10.745513 9.755913,10.589213 C9.912213,10.433013 10.000013,10.221013 10.000013,10.000013 C10.000013,9.778983 9.912213,9.567023 9.755913,9.410743 C9.599613,9.254463 9.387713,9.166663 9.166663,9.166663 L9.166663,10.833313 Z M7.500003,5.833333 C7.278983,5.833333 7.067023,5.921133 6.910743,6.077413 C6.754463,6.233693 6.666663,6.445653 6.666663,6.666663 C6.666663,6.887683 6.754463,7.099643 6.910743,7.255923 C7.067023,7.412203 7.278983,7.500003 7.500003,7.500003 L7.500003,5.833333 Z M8.333333,16.666713 C3.730833,16.666713 4.4408921e-16,12.935813 4.4408921e-16,8.333333 C4.4408921e-16,3.730833 3.730833,4.16333634e-16 8.333333,4.16333634e-16 C12.935813,4.16333634e-16 16.666713,3.730833 16.666713,8.333333 C16.666713,12.935813 12.935813,16.666713 8.333333,16.666713 Z M8.333333,15.000013 C10.101413,15.000013 11.797113,14.297613 13.047413,13.047413 C14.297613,11.797113 15.000013,10.101413 15.000013,8.333333 C15.000013,6.565223 14.297613,4.869533 13.047413,3.619293 C11.797113,2.369043 10.101413,1.666663 8.333333,1.666663 C6.565223,1.666663 4.869533,2.369043 3.619293,3.619293 C2.369043,4.869533 1.666663,6.565223 1.666663,8.333333 C1.666663,10.101413 2.369043,11.797113 3.619293,13.047413 C4.869533,14.297613 6.565223,15.000013 8.333333,15.000013 Z",
591
651
  id: "Shape"
592
652
  }))));
@@ -596,13 +656,13 @@ const EdgeCoinIcon = ({
596
656
  size
597
657
  }) => {
598
658
  let icon_size = size ?? 17;
599
- return /*#__PURE__*/_react.default.createElement("svg", {
659
+ return /*#__PURE__*/React.createElement("svg", {
600
660
  width: `${icon_size}px`,
601
661
  height: `${icon_size}px`,
602
662
  viewBox: "0 0 22 22",
603
663
  version: "1.1",
604
664
  xmlns: "http://www.w3.org/2000/svg"
605
- }, /*#__PURE__*/_react.default.createElement("title", null, "currency-dollar-circle-svgrepo-com"), /*#__PURE__*/_react.default.createElement("g", {
665
+ }, /*#__PURE__*/React.createElement("title", null, "currency-dollar-circle-svgrepo-com"), /*#__PURE__*/React.createElement("g", {
606
666
  id: "Page-1",
607
667
  stroke: "none",
608
668
  "stroke-width": "1",
@@ -610,12 +670,12 @@ const EdgeCoinIcon = ({
610
670
  "fill-rule": "evenodd",
611
671
  "stroke-linecap": "round",
612
672
  "stroke-linejoin": "round"
613
- }, /*#__PURE__*/_react.default.createElement("g", {
673
+ }, /*#__PURE__*/React.createElement("g", {
614
674
  id: "currency-dollar-circle-svgrepo-com",
615
675
  transform: "translate(1.000000, 1.000000)",
616
676
  stroke: color ?? _colors.default.brand.midnight,
617
677
  "stroke-width": "2"
618
- }, /*#__PURE__*/_react.default.createElement("path", {
678
+ }, /*#__PURE__*/React.createElement("path", {
619
679
  d: "M6.56111111,4.49999979 L6.53611111,15.4833333 M6.51666667,4.50277788 L12.95,4.50277788 M6.51666667,10.2361112 L12.95,10.2361112 M6.51666667,15.5694445 L12.95,15.5694445 M20,10 C20,13.5726557 18.0940108,16.873926 15,18.660254 C11.9059893,20.4465819 8.09401075,20.4465819 5,18.660254 C1.90598917,16.873926 4.93432455e-16,13.5726557 4.93432455e-16,10 C4.93432455e-16,4.47715237 4.47715258,0 10,0 C15.5228474,0 20,4.47715237 20,10 L20,10 Z",
620
680
  id: "Shape"
621
681
  }))));
@@ -625,77 +685,77 @@ const ChangeIcon = ({
625
685
  size
626
686
  }) => {
627
687
  let icon_size = size ?? 14;
628
- return /*#__PURE__*/_react.default.createElement("svg", {
688
+ return /*#__PURE__*/React.createElement("svg", {
629
689
  width: `${icon_size}px`,
630
690
  height: `${icon_size}px`,
631
691
  viewBox: "0 0 50 50",
632
692
  version: "1.1",
633
693
  xmlns: "http://www.w3.org/2000/svg"
634
- }, /*#__PURE__*/_react.default.createElement("title", null, "change-svgrepo-com"), /*#__PURE__*/_react.default.createElement("g", {
694
+ }, /*#__PURE__*/React.createElement("title", null, "change-svgrepo-com"), /*#__PURE__*/React.createElement("g", {
635
695
  id: "Page-1",
636
696
  stroke: "none",
637
697
  "stroke-width": "1",
638
698
  fill: "none",
639
699
  "fill-rule": "evenodd"
640
- }, /*#__PURE__*/_react.default.createElement("g", {
700
+ }, /*#__PURE__*/React.createElement("g", {
641
701
  id: "change-svgrepo-com",
642
702
  fill: color ?? _colors.default.brand.midnight,
643
703
  "fill-rule": "nonzero"
644
- }, /*#__PURE__*/_react.default.createElement("path", {
704
+ }, /*#__PURE__*/React.createElement("path", {
645
705
  d: "M16.2740785,40.028426 C15.755866,39.5000562 14.9179053,39.5000562 14.3996928,40.028426 C13.8814803,40.5567957 13.8814803,41.4111809 14.3996928,41.9395506 L15.8992014,43.4684504 L9.81296064,43.4684504 C5.85469899,43.4684504 2.64619163,40.1858127 2.64619163,36.161209 L2.64619163,31.6307193 C2.64619163,30.8887533 2.05079851,30.2816901 1.32309582,30.2816901 C0.595393117,30.2816901 0,30.8887533 0,31.6307193 L0,36.161209 C0,41.6809867 4.39929359,46.1665087 9.81296064,46.1665087 L15.8992014,46.1665087 L14.3996928,47.6954085 C13.8814803,48.2237782 13.8814803,49.0781634 14.3996928,49.6065332 C14.6532862,49.8650971 14.9950859,50 15.3368857,50 C15.6786854,50 16.0094594,49.8650971 16.2740785,49.6065332 L20.0338758,45.7730419 C20.5520883,45.2446721 20.5520883,44.390287 20.0338758,43.8619172 L16.2740785,40.028426 Z",
646
706
  id: "Path"
647
- }), /*#__PURE__*/_react.default.createElement("path", {
707
+ }), /*#__PURE__*/React.createElement("path", {
648
708
  d: "M23.3101458,0 L1.33774151,0 C0.60198368,0 0,0.60198368 0,1.33774151 L0,23.3101458 C0,24.0459036 0.60198368,24.6478873 1.33774151,24.6478873 L23.3101458,24.6478873 C24.0459036,24.6478873 24.6478873,24.0459036 24.6478873,23.3101458 L24.6478873,1.33774151 C24.6478873,0.60198368 24.0570515,0 23.3101458,0 Z M21.9724043,21.9724043 L2.67548302,21.9724043 L2.67548302,2.67548302 L21.9724043,2.67548302 L21.9724043,21.9724043 Z",
649
709
  id: "Shape"
650
- }), /*#__PURE__*/_react.default.createElement("path", {
710
+ }), /*#__PURE__*/React.createElement("path", {
651
711
  d: "M40.1760136,3.83575502 L34.0897728,3.83575502 L35.5892814,2.30707316 C36.1074939,1.7787787 36.1074939,0.924515312 35.5892814,0.396220848 C35.0710689,-0.132073616 34.2331082,-0.132073616 33.7148957,0.396220848 L29.9661242,4.22916579 C29.4479117,4.75746025 29.4479117,5.61172364 29.9661242,6.1400181 L33.7259215,9.97296305 C33.9795148,10.2314901 34.3213146,10.3663738 34.6631143,10.3663738 C35.0049141,10.3663738 35.335688,10.2314901 35.6003072,9.97296305 C36.1185197,9.44466858 36.1185197,8.59040519 35.6003072,8.06211073 L34.1007986,6.53342888 L40.1870394,6.53342888 C44.145301,6.53342888 47.3538084,9.81559874 47.3538084,13.8396289 L47.3538084,18.3694729 C47.3538084,19.1113332 47.9492015,19.7183099 48.6769042,19.7183099 C49.4046069,19.7183099 50,19.1113332 50,18.3694729 L50,13.8396289 C50,8.32063781 45.5896806,3.83575502 40.1760136,3.83575502 Z",
652
712
  id: "Path"
653
- }), /*#__PURE__*/_react.default.createElement("path", {
713
+ }), /*#__PURE__*/React.createElement("path", {
654
714
  d: "M48.5915493,47.1830986 C48.2159624,47.1830986 47.8521127,47.3356808 47.5938967,47.5938967 C47.3356808,47.8521127 47.1830986,48.2159624 47.1830986,48.5915493 C47.1830986,48.9553991 47.3356808,49.3309859 47.5938967,49.5892019 C47.8521127,49.8474178 48.2159624,50 48.5915493,50 C48.9671362,50 49.3309859,49.8474178 49.5892019,49.5892019 C49.8474178,49.3309859 50,48.9671362 50,48.5915493 C50,48.2159624 49.8474178,47.8521127 49.5892019,47.5938967 C49.3192488,47.3356808 48.9553991,47.1830986 48.5915493,47.1830986 Z",
655
715
  id: "Path"
656
- }), /*#__PURE__*/_react.default.createElement("path", {
716
+ }), /*#__PURE__*/React.createElement("path", {
657
717
  d: "M42.9577465,47.1830986 C42.1830986,47.1830986 41.5492958,47.8169014 41.5492958,48.5915493 C41.5492958,49.3661972 42.1830986,50 42.9577465,50 C43.7323944,50 44.3661972,49.3661972 44.3661972,48.5915493 C44.3661972,47.8169014 43.7323944,47.1830986 42.9577465,47.1830986 Z",
658
718
  id: "Path"
659
- }), /*#__PURE__*/_react.default.createElement("path", {
719
+ }), /*#__PURE__*/React.createElement("path", {
660
720
  d: "M32.3943662,47.1830986 C31.6197183,47.1830986 30.9859155,47.8169014 30.9859155,48.5915493 C30.9859155,49.3661972 31.6197183,50 32.3943662,50 C33.1690141,50 33.8028169,49.3661972 33.8028169,48.5915493 C33.8028169,47.8169014 33.1807512,47.1830986 32.3943662,47.1830986 Z",
661
721
  id: "Path"
662
- }), /*#__PURE__*/_react.default.createElement("path", {
722
+ }), /*#__PURE__*/React.createElement("path", {
663
723
  d: "M37.3239437,47.1830986 C36.5492958,47.1830986 35.915493,47.8169014 35.915493,48.5915493 C35.915493,49.3661972 36.5492958,50 37.3239437,50 C38.0985915,50 38.7323944,49.3661972 38.7323944,48.5915493 C38.7323944,47.8169014 38.0985915,47.1830986 37.3239437,47.1830986 Z",
664
724
  id: "Path"
665
- }), /*#__PURE__*/_react.default.createElement("path", {
725
+ }), /*#__PURE__*/React.createElement("path", {
666
726
  d: "M26.7605634,47.1830986 C26.3849765,47.1830986 26.0211268,47.3356808 25.7629108,47.5938967 C25.5046948,47.8521127 25.3521127,48.2159624 25.3521127,48.5915493 C25.3521127,48.9553991 25.5046948,49.3309859 25.7629108,49.5892019 C26.0211268,49.8474178 26.3849765,50 26.7605634,50 C27.1244131,50 27.5,49.8474178 27.758216,49.5892019 C28.0164319,49.3309859 28.1690141,48.9671362 28.1690141,48.5915493 C28.1690141,48.2159624 28.0164319,47.8521127 27.758216,47.5938967 C27.5,47.3356808 27.1242958,47.1830986 26.7605634,47.1830986 Z",
667
727
  id: "Path"
668
- }), /*#__PURE__*/_react.default.createElement("path", {
728
+ }), /*#__PURE__*/React.createElement("path", {
669
729
  d: "M26.7605634,41.5492958 C25.9859155,41.5492958 25.3521127,42.1830986 25.3521127,42.9577465 C25.3521127,43.7323944 25.9859155,44.3661972 26.7605634,44.3661972 C27.5352113,44.3661972 28.1690141,43.7323944 28.1690141,42.9577465 C28.1690141,42.1830986 27.5350939,41.5492958 26.7605634,41.5492958 Z",
670
730
  id: "Path"
671
- }), /*#__PURE__*/_react.default.createElement("path", {
731
+ }), /*#__PURE__*/React.createElement("path", {
672
732
  d: "M26.7605634,36.6197183 C25.9859155,36.6197183 25.3521127,37.2535211 25.3521127,38.028169 C25.3521127,38.8028169 25.9859155,39.4366197 26.7605634,39.4366197 C27.5352113,39.4366197 28.1690141,38.8028169 28.1690141,38.028169 C28.1690141,37.2535211 27.5350939,36.6197183 26.7605634,36.6197183 Z",
673
733
  id: "Path"
674
- }), /*#__PURE__*/_react.default.createElement("path", {
734
+ }), /*#__PURE__*/React.createElement("path", {
675
735
  d: "M26.7605634,30.9859155 C25.9859155,30.9859155 25.3521127,31.6197183 25.3521127,32.3943662 C25.3521127,33.1690141 25.9859155,33.8028169 26.7605634,33.8028169 C27.5352113,33.8028169 28.1690141,33.1690141 28.1690141,32.3943662 C28.1690141,31.6197183 27.5350939,30.9859155 26.7605634,30.9859155 Z",
676
736
  id: "Path"
677
- }), /*#__PURE__*/_react.default.createElement("path", {
737
+ }), /*#__PURE__*/React.createElement("path", {
678
738
  d: "M26.7605634,25.3521127 C26.3849765,25.3521127 26.0211268,25.5046948 25.7629108,25.7629108 C25.5046948,26.0211268 25.3521127,26.3849765 25.3521127,26.7605634 C25.3521127,27.1361502 25.5046948,27.5 25.7629108,27.758216 C26.0211268,28.0164319 26.3849765,28.1690141 26.7605634,28.1690141 C27.1244131,28.1690141 27.5,28.0164319 27.758216,27.758216 C28.0164319,27.5 28.1690141,27.1361502 28.1690141,26.7605634 C28.1690141,26.3967136 28.0164319,26.0211268 27.758216,25.7629108 C27.4881455,25.4929577 27.1242958,25.3521127 26.7605634,25.3521127 Z",
679
739
  id: "Path"
680
- }), /*#__PURE__*/_react.default.createElement("path", {
740
+ }), /*#__PURE__*/React.createElement("path", {
681
741
  d: "M42.9577465,25.3521127 C42.1830986,25.3521127 41.5492958,25.9859155 41.5492958,26.7605634 C41.5492958,27.5352113 42.1830986,28.1690141 42.9577465,28.1690141 C43.7323944,28.1690141 44.3661972,27.5352113 44.3661972,26.7605634 C44.3661972,25.9859155 43.7323944,25.3521127 42.9577465,25.3521127 Z",
682
742
  id: "Path"
683
- }), /*#__PURE__*/_react.default.createElement("path", {
743
+ }), /*#__PURE__*/React.createElement("path", {
684
744
  d: "M37.3239437,25.3521127 C36.5492958,25.3521127 35.915493,25.9859155 35.915493,26.7605634 C35.915493,27.5352113 36.5492958,28.1690141 37.3239437,28.1690141 C38.0985915,28.1690141 38.7323944,27.5352113 38.7323944,26.7605634 C38.7323944,25.9859155 38.0985915,25.3521127 37.3239437,25.3521127 Z",
685
745
  id: "Path"
686
- }), /*#__PURE__*/_react.default.createElement("path", {
746
+ }), /*#__PURE__*/React.createElement("path", {
687
747
  d: "M32.3943662,25.3521127 C31.6197183,25.3521127 30.9859155,25.9859155 30.9859155,26.7605634 C30.9859155,27.5352113 31.6197183,28.1690141 32.3943662,28.1690141 C33.1690141,28.1690141 33.8028169,27.5352113 33.8028169,26.7605634 C33.8028169,25.9859155 33.1807512,25.3521127 32.3943662,25.3521127 Z",
688
748
  id: "Path"
689
- }), /*#__PURE__*/_react.default.createElement("path", {
749
+ }), /*#__PURE__*/React.createElement("path", {
690
750
  d: "M48.5915493,25.3521127 C48.2159624,25.3521127 47.8521127,25.5046948 47.5938967,25.7629108 C47.3356808,26.0211268 47.1830986,26.3849765 47.1830986,26.7605634 C47.1830986,27.1361502 47.3356808,27.5 47.5938967,27.758216 C47.8521127,28.0164319 48.2159624,28.1690141 48.5915493,28.1690141 C48.9671362,28.1690141 49.3309859,28.0164319 49.5892019,27.758216 C49.8474178,27.5 50,27.1361502 50,26.7605634 C50,26.3967136 49.8474178,26.0211268 49.5892019,25.7629108 C49.3192488,25.5046948 48.9553991,25.3521127 48.5915493,25.3521127 Z",
691
751
  id: "Path"
692
- }), /*#__PURE__*/_react.default.createElement("path", {
752
+ }), /*#__PURE__*/React.createElement("path", {
693
753
  d: "M48.5915493,30.9859155 C47.8169014,30.9859155 47.1830986,31.6197183 47.1830986,32.3943662 C47.1830986,33.1690141 47.8169014,33.8028169 48.5915493,33.8028169 C49.3661972,33.8028169 50,33.1690141 50,32.3943662 C50,31.6197183 49.3661972,30.9859155 48.5915493,30.9859155 Z",
694
754
  id: "Path"
695
- }), /*#__PURE__*/_react.default.createElement("path", {
755
+ }), /*#__PURE__*/React.createElement("path", {
696
756
  d: "M48.5915493,41.5492958 C47.8169014,41.5492958 47.1830986,42.1830986 47.1830986,42.9577465 C47.1830986,43.7323944 47.8169014,44.3661972 48.5915493,44.3661972 C49.3661972,44.3661972 50,43.7323944 50,42.9577465 C50,42.1830986 49.3661972,41.5492958 48.5915493,41.5492958 Z",
697
757
  id: "Path"
698
- }), /*#__PURE__*/_react.default.createElement("path", {
758
+ }), /*#__PURE__*/React.createElement("path", {
699
759
  d: "M48.5915493,36.6197183 C47.8169014,36.6197183 47.1830986,37.2535211 47.1830986,38.028169 C47.1830986,38.8028169 47.8169014,39.4366197 48.5915493,39.4366197 C49.3661972,39.4366197 50,38.8028169 50,38.028169 C50,37.2535211 49.3661972,36.6197183 48.5915493,36.6197183 Z",
700
760
  id: "Path"
701
761
  }))));
@@ -707,13 +767,13 @@ const LockClosedIcon = ({
707
767
  const ratio = 0.909;
708
768
  const height = size ?? 22;
709
769
  const width = height * ratio;
710
- return /*#__PURE__*/_react.default.createElement("svg", {
770
+ return /*#__PURE__*/React.createElement("svg", {
711
771
  width: `${width}px`,
712
772
  height: `${height}px`,
713
773
  viewBox: "0 0 20 22",
714
774
  version: "1.1",
715
775
  xmlns: "http://www.w3.org/2000/svg"
716
- }, /*#__PURE__*/_react.default.createElement("title", null, "lock"), /*#__PURE__*/_react.default.createElement("g", {
776
+ }, /*#__PURE__*/React.createElement("title", null, "lock"), /*#__PURE__*/React.createElement("g", {
717
777
  id: "Page-1",
718
778
  stroke: "none",
719
779
  "stroke-width": "1",
@@ -721,19 +781,19 @@ const LockClosedIcon = ({
721
781
  "fill-rule": "evenodd",
722
782
  "stroke-linecap": "round",
723
783
  "stroke-linejoin": "round"
724
- }, /*#__PURE__*/_react.default.createElement("g", {
784
+ }, /*#__PURE__*/React.createElement("g", {
725
785
  id: "lock",
726
786
  transform: "translate(1.000000, 1.000000)",
727
787
  stroke: color,
728
788
  "stroke-width": "2"
729
- }, /*#__PURE__*/_react.default.createElement("rect", {
789
+ }, /*#__PURE__*/React.createElement("rect", {
730
790
  id: "Rectangle",
731
791
  x: "0",
732
792
  y: "9",
733
793
  width: "18",
734
794
  height: "11",
735
795
  rx: "2"
736
- }), /*#__PURE__*/_react.default.createElement("path", {
796
+ }), /*#__PURE__*/React.createElement("path", {
737
797
  d: "M4,9 L4,5 C4,2.23857625 6.23857625,8.8817842e-16 9,8.8817842e-16 C11.7614237,8.8817842e-16 14,2.23857625 14,5 L14,9",
738
798
  id: "Path"
739
799
  }))));
@@ -742,13 +802,13 @@ const PausedIcon = ({
742
802
  color,
743
803
  size
744
804
  }) => {
745
- return /*#__PURE__*/_react.default.createElement("svg", {
805
+ return /*#__PURE__*/React.createElement("svg", {
746
806
  width: `${size ?? 14}px`,
747
807
  height: `${size ?? 14}px`,
748
808
  viewBox: "0 0 22 22",
749
809
  version: "1.1",
750
810
  xmlns: "http://www.w3.org/2000/svg"
751
- }, /*#__PURE__*/_react.default.createElement("title", null, "pause-circle"), /*#__PURE__*/_react.default.createElement("g", {
811
+ }, /*#__PURE__*/React.createElement("title", null, "pause-circle"), /*#__PURE__*/React.createElement("g", {
752
812
  id: "Page-1",
753
813
  stroke: "none",
754
814
  "stroke-width": "1",
@@ -756,23 +816,23 @@ const PausedIcon = ({
756
816
  "fill-rule": "evenodd",
757
817
  "stroke-linecap": "round",
758
818
  "stroke-linejoin": "round"
759
- }, /*#__PURE__*/_react.default.createElement("g", {
819
+ }, /*#__PURE__*/React.createElement("g", {
760
820
  id: "pause-circle",
761
821
  transform: "translate(1.000000, 1.000000)",
762
822
  stroke: color,
763
823
  "stroke-width": "2"
764
- }, /*#__PURE__*/_react.default.createElement("circle", {
824
+ }, /*#__PURE__*/React.createElement("circle", {
765
825
  id: "Oval",
766
826
  cx: "10",
767
827
  cy: "10",
768
828
  r: "10"
769
- }), /*#__PURE__*/_react.default.createElement("line", {
829
+ }), /*#__PURE__*/React.createElement("line", {
770
830
  x1: "8",
771
831
  y1: "13",
772
832
  x2: "8",
773
833
  y2: "7",
774
834
  id: "Path"
775
- }), /*#__PURE__*/_react.default.createElement("line", {
835
+ }), /*#__PURE__*/React.createElement("line", {
776
836
  x1: "12",
777
837
  y1: "13",
778
838
  x2: "12",
@@ -784,13 +844,13 @@ const PlusCircleIcon = ({
784
844
  color,
785
845
  size
786
846
  }) => {
787
- return /*#__PURE__*/_react.default.createElement("svg", {
847
+ return /*#__PURE__*/React.createElement("svg", {
788
848
  width: `${size ?? 14}px`,
789
849
  height: `${size ?? 14}px`,
790
850
  viewBox: "0 0 22 22",
791
851
  version: "1.1",
792
852
  xmlns: "http://www.w3.org/2000/svg"
793
- }, /*#__PURE__*/_react.default.createElement("title", null, "plus-circle"), /*#__PURE__*/_react.default.createElement("g", {
853
+ }, /*#__PURE__*/React.createElement("title", null, "plus-circle"), /*#__PURE__*/React.createElement("g", {
794
854
  id: "Page-1",
795
855
  stroke: "none",
796
856
  "stroke-width": "1",
@@ -798,23 +858,23 @@ const PlusCircleIcon = ({
798
858
  "fill-rule": "evenodd",
799
859
  "stroke-linecap": "round",
800
860
  "stroke-linejoin": "round"
801
- }, /*#__PURE__*/_react.default.createElement("g", {
861
+ }, /*#__PURE__*/React.createElement("g", {
802
862
  id: "plus-circle",
803
863
  transform: "translate(1.000000, 1.000000)",
804
864
  stroke: color,
805
865
  "stroke-width": "2"
806
- }, /*#__PURE__*/_react.default.createElement("circle", {
866
+ }, /*#__PURE__*/React.createElement("circle", {
807
867
  id: "Oval",
808
868
  cx: "10",
809
869
  cy: "10",
810
870
  r: "10"
811
- }), /*#__PURE__*/_react.default.createElement("line", {
871
+ }), /*#__PURE__*/React.createElement("line", {
812
872
  x1: "10",
813
873
  y1: "6",
814
874
  x2: "10",
815
875
  y2: "14",
816
876
  id: "Path"
817
- }), /*#__PURE__*/_react.default.createElement("line", {
877
+ }), /*#__PURE__*/React.createElement("line", {
818
878
  x1: "6",
819
879
  y1: "10",
820
880
  x2: "14",
@@ -826,13 +886,13 @@ const TVIcon = ({
826
886
  color,
827
887
  size
828
888
  }) => {
829
- return /*#__PURE__*/_react.default.createElement("svg", {
889
+ return /*#__PURE__*/React.createElement("svg", {
830
890
  width: `${size ?? 14}px`,
831
891
  height: `${size ?? 14}px`,
832
892
  viewBox: "0 0 22 22",
833
893
  version: "1.1",
834
894
  xmlns: "http://www.w3.org/2000/svg"
835
- }, /*#__PURE__*/_react.default.createElement("title", null, "tv"), /*#__PURE__*/_react.default.createElement("g", {
895
+ }, /*#__PURE__*/React.createElement("title", null, "tv"), /*#__PURE__*/React.createElement("g", {
836
896
  id: "Page-1",
837
897
  stroke: "none",
838
898
  "stroke-width": "1",
@@ -840,19 +900,19 @@ const TVIcon = ({
840
900
  "fill-rule": "evenodd",
841
901
  "stroke-linecap": "round",
842
902
  "stroke-linejoin": "round"
843
- }, /*#__PURE__*/_react.default.createElement("g", {
903
+ }, /*#__PURE__*/React.createElement("g", {
844
904
  id: "tv-(1)",
845
905
  transform: "translate(1.000000, 1.000000)",
846
906
  stroke: color,
847
907
  "stroke-width": "2"
848
- }, /*#__PURE__*/_react.default.createElement("rect", {
908
+ }, /*#__PURE__*/React.createElement("rect", {
849
909
  id: "Rectangle",
850
910
  x: "0",
851
911
  y: "5",
852
912
  width: "20",
853
913
  height: "15",
854
914
  rx: "2"
855
- }), /*#__PURE__*/_react.default.createElement("polyline", {
915
+ }), /*#__PURE__*/React.createElement("polyline", {
856
916
  id: "Path",
857
917
  points: "15 0 10 5 5 0"
858
918
  }))));
@@ -861,23 +921,23 @@ const PreferencesIcon = ({
861
921
  color,
862
922
  size
863
923
  }) => {
864
- return /*#__PURE__*/_react.default.createElement("svg", {
924
+ return /*#__PURE__*/React.createElement("svg", {
865
925
  width: `${size ?? 14}px`,
866
926
  height: `${size ?? 14}px`,
867
927
  viewBox: "0 0 20 20",
868
928
  version: "1.1",
869
929
  xmlns: "http://www.w3.org/2000/svg"
870
- }, /*#__PURE__*/_react.default.createElement("title", null, "preferences-svgrepo-com"), /*#__PURE__*/_react.default.createElement("g", {
930
+ }, /*#__PURE__*/React.createElement("title", null, "preferences-svgrepo-com"), /*#__PURE__*/React.createElement("g", {
871
931
  id: "Page-1",
872
932
  stroke: "none",
873
933
  "stroke-width": "1",
874
934
  fill: "none",
875
935
  "fill-rule": "evenodd"
876
- }, /*#__PURE__*/_react.default.createElement("g", {
936
+ }, /*#__PURE__*/React.createElement("g", {
877
937
  id: "preferences-svgrepo-com",
878
938
  fill: color ?? _colors.default.brand.midnight,
879
939
  "fill-rule": "nonzero"
880
- }, /*#__PURE__*/_react.default.createElement("path", {
940
+ }, /*#__PURE__*/React.createElement("path", {
881
941
  d: "M18.75,17.5 C18.75,18.19 18.19,18.75 17.5,18.75 L2.5,18.75 C1.81,18.75 1.25,18.19 1.25,17.5 L1.25,2.5 C1.25,1.81 1.81,1.25 2.5,1.25 L17.5,1.25 C18.19,1.25 18.75,1.81 18.75,2.5 L18.75,17.5 L18.75,17.5 Z M17.5,0 L2.5,0 C1.119375,0 0,1.119375 0,2.5 L0,17.5 C0,18.880625 1.119375,20 2.5,20 L17.5,20 C18.880625,20 20,18.880625 20,17.5 L20,2.5 C20,1.119375 18.880625,0 17.5,0 L17.5,0 Z M12.5,12.125 C11.67125,12.125 11,11.453125 11,10.625 C11,9.796875 11.67125,9.125 12.5,9.125 C13.32875,9.125 14,9.796875 14,10.625 C14,11.453125 13.32875,12.125 12.5,12.125 L12.5,12.125 Z M16.25,10 L14.91125,10 C14.633125,8.923125 13.66375,8.125 12.5,8.125 C11.33625,8.125 10.3675,8.923125 10.08875,10 L3.75,10 C3.405,10 3.125,10.28 3.125,10.625 C3.125,10.970625 3.405,11.25 3.75,11.25 L10.08875,11.25 C10.366875,12.326875 11.33625,13.125 12.5,13.125 C13.66375,13.125 14.633125,12.326875 14.91125,11.25 L16.25,11.25 C16.595,11.25 16.875,10.970625 16.875,10.625 C16.875,10.28 16.595,10 16.25,10 L16.25,10 Z M6.875,7.125 C6.04625,7.125 5.375,6.453125 5.375,5.625 C5.375,4.796875 6.04625,4.125625 6.875,4.125625 C7.70375,4.125625 8.375,4.796875 8.375,5.625 C8.375,6.453125 7.70375,7.125 6.875,7.125 L6.875,7.125 Z M16.25,5 L9.28625,5 C9.008125,3.923125 8.03875,3.125 6.875,3.125 C5.71125,3.125 4.741875,3.923125 4.46375,5 L3.75,5 C3.405,5 3.125,5.28 3.125,5.625 C3.125,5.970625 3.405,6.25 3.75,6.25 L4.46375,6.25 C4.741875,7.326875 5.71125,8.125 6.875,8.125 C8.03875,8.125 9.008125,7.326875 9.28625,6.25 L16.25,6.25 C16.595,6.25 16.875,5.970625 16.875,5.625 C16.875,5.28 16.595,5 16.25,5 L16.25,5 Z M6.875,17.125 C6.04625,17.125 5.375,16.453125 5.375,15.625 C5.375,14.796875 6.04625,14.125625 6.875,14.125625 C7.70375,14.125625 8.375,14.796875 8.375,15.625 C8.375,16.453125 7.70375,17.125 6.875,17.125 L6.875,17.125 Z M16.25,15 L9.28625,15 C9.008125,13.92375 8.03875,13.125 6.875,13.125 C5.71125,13.125 4.741875,13.92375 4.46375,15 L3.75,15 C3.405,15 3.125,15.279375 3.125,15.625 C3.125,15.970625 3.405,16.25 3.75,16.25 L4.46375,16.25 C4.741875,17.326875 5.71125,18.125 6.875,18.125 C8.03875,18.125 9.008125,17.326875 9.28625,16.25 L16.25,16.25 C16.595,16.25 16.875,15.970625 16.875,15.625 C16.875,15.279375 16.595,15 16.25,15 L16.25,15 Z",
882
942
  id: "preferences"
883
943
  }))));
@@ -889,13 +949,13 @@ const AwardRibbonIcon = ({
889
949
  const ratio = 0.666667;
890
950
  const height = size ?? 14;
891
951
  const width = height * ratio;
892
- return /*#__PURE__*/_react.default.createElement("svg", {
952
+ return /*#__PURE__*/React.createElement("svg", {
893
953
  width: `${width}px`,
894
954
  height: `${height}px`,
895
955
  viewBox: "0 0 16 24",
896
956
  version: "1.1",
897
957
  xmlns: "http://www.w3.org/2000/svg"
898
- }, /*#__PURE__*/_react.default.createElement("title", null, "award"), /*#__PURE__*/_react.default.createElement("g", {
958
+ }, /*#__PURE__*/React.createElement("title", null, "award"), /*#__PURE__*/React.createElement("g", {
899
959
  id: "Page-1",
900
960
  stroke: "none",
901
961
  "stroke-width": "1",
@@ -903,17 +963,17 @@ const AwardRibbonIcon = ({
903
963
  "fill-rule": "evenodd",
904
964
  "stroke-linecap": "round",
905
965
  "stroke-linejoin": "round"
906
- }, /*#__PURE__*/_react.default.createElement("g", {
966
+ }, /*#__PURE__*/React.createElement("g", {
907
967
  id: "award",
908
968
  transform: "translate(1.000000, 1.000000)",
909
969
  stroke: color ?? _colors.default.brand.midnight,
910
970
  "stroke-width": "2"
911
- }, /*#__PURE__*/_react.default.createElement("circle", {
971
+ }, /*#__PURE__*/React.createElement("circle", {
912
972
  id: "Oval",
913
973
  cx: "7",
914
974
  cy: "7",
915
975
  r: "7"
916
- }), /*#__PURE__*/_react.default.createElement("polyline", {
976
+ }), /*#__PURE__*/React.createElement("polyline", {
917
977
  id: "Path",
918
978
  points: "3.21 12.89 2 22 7 19 12 22 10.79 12.88"
919
979
  }))));
@@ -922,13 +982,13 @@ const PacerCarIcon = ({
922
982
  size,
923
983
  color
924
984
  }) => {
925
- return /*#__PURE__*/_react.default.createElement("svg", {
985
+ return /*#__PURE__*/React.createElement("svg", {
926
986
  width: `${size ?? 40}px`,
927
987
  height: `${size ?? 40}px`,
928
988
  viewBox: "0 0 42 42",
929
989
  version: "1.1",
930
990
  xmlns: "http://www.w3.org/2000/svg"
931
- }, /*#__PURE__*/_react.default.createElement("title", null, "car-salesman-service-svgrepo-com"), /*#__PURE__*/_react.default.createElement("g", {
991
+ }, /*#__PURE__*/React.createElement("title", null, "car-salesman-service-svgrepo-com"), /*#__PURE__*/React.createElement("g", {
932
992
  id: "Page-1",
933
993
  stroke: "none",
934
994
  "stroke-width": "1",
@@ -936,56 +996,56 @@ const PacerCarIcon = ({
936
996
  "fill-rule": "evenodd",
937
997
  "stroke-linecap": "round",
938
998
  "stroke-linejoin": "round"
939
- }, /*#__PURE__*/_react.default.createElement("g", {
999
+ }, /*#__PURE__*/React.createElement("g", {
940
1000
  id: "car-salesman-service-svgrepo-com",
941
1001
  transform: "translate(1.000000, 1.000000)",
942
1002
  stroke: color ?? _colors.default.brand.midnight,
943
1003
  "stroke-width": "2"
944
- }, /*#__PURE__*/_react.default.createElement("path", {
1004
+ }, /*#__PURE__*/React.createElement("path", {
945
1005
  d: "M15.1724138,35.862069 L15.1724138,38.6206897 C15.1724138,39.3834483 14.5558621,40 13.7931034,40 L11.0344828,40",
946
1006
  id: "XMLID_336_"
947
- }), /*#__PURE__*/_react.default.createElement("path", {
1007
+ }), /*#__PURE__*/React.createElement("path", {
948
1008
  d: "M38.6206897,35.862069 L38.6206897,38.6206897 C38.6206897,39.3834483 38.0041379,40 37.2413793,40 L35.862069,40 C35.0993103,40 34.4827586,39.3834483 34.4827586,38.6206897 L34.4827586,35.862069",
949
1009
  id: "XMLID_6229_"
950
- }), /*#__PURE__*/_react.default.createElement("line", {
1010
+ }), /*#__PURE__*/React.createElement("line", {
951
1011
  x1: "40",
952
1012
  y1: "35.862069",
953
1013
  x2: "13.7931034",
954
1014
  y2: "35.862069",
955
1015
  id: "XMLID_5901_"
956
- }), /*#__PURE__*/_react.default.createElement("path", {
1016
+ }), /*#__PURE__*/React.createElement("path", {
957
1017
  d: "M13.7875862,26.7944828 C16.1531034,26.3489655 19.697931,26.2068966 24.8275862,26.2068966 C36.5517241,26.2068966 40,27.0110345 40,30.3448276 L40,31.9834483",
958
1018
  id: "XMLID_5891_"
959
- }), /*#__PURE__*/_react.default.createElement("path", {
1019
+ }), /*#__PURE__*/React.createElement("path", {
960
1020
  d: "M34.4827586,33.1034483 L34.4827586,31.7241379 C34.4827586,30.9655172 35.1034483,30.3448276 35.862069,30.3448276 L40,30.3448276 L40,33.1034483 L34.4827586,33.1034483 Z",
961
1021
  id: "XMLID_351_"
962
- }), /*#__PURE__*/_react.default.createElement("path", {
1022
+ }), /*#__PURE__*/React.createElement("path", {
963
1023
  d: "M13.1034483,30.3448276 L13.7931034,30.3448276 C14.5517241,30.3448276 15.1724138,30.9655172 15.1724138,31.7241379 L15.1724138,33.1034483 L11.0344828,33.1034483",
964
1024
  id: "XMLID_337_"
965
- }), /*#__PURE__*/_react.default.createElement("path", {
1025
+ }), /*#__PURE__*/React.createElement("path", {
966
1026
  d: "M17.9310345,33.1034483 L17.9310345,33.1034483 C17.9310345,31.5806897 19.1668966,30.3448276 20.6896552,30.3448276 L28.9655172,30.3448276 C30.4882759,30.3448276 31.7241379,31.5806897 31.7241379,33.1034483 L31.7241379,33.1034483",
967
1027
  id: "XMLID_5872_"
968
- }), /*#__PURE__*/_react.default.createElement("path", {
1028
+ }), /*#__PURE__*/React.createElement("path", {
969
1029
  d: "M37.3365517,27.1806897 L34.9241379,19.9310345 C34.6744828,19.2 33.8744828,18.5241379 33.1158621,18.4275862 C31.4758621,18.2206897 28.4675862,17.9310345 24.8262069,17.9310345 C21.1848276,17.9310345 18.177931,18.2206897 16.5365517,18.4275862 C15.777931,18.5241379 14.977931,19.2 14.7282759,19.9310345 L13.56,23.4482759",
970
1030
  id: "XMLID_341_"
971
- }), /*#__PURE__*/_react.default.createElement("path", {
1031
+ }), /*#__PURE__*/React.createElement("path", {
972
1032
  d: "M11.0344828,40 L11.0344828,17.9310345 L11.0344828,17.9310345 C12.0537931,17.9310345 12.9448276,17.377931 13.422069,16.5544828 C13.657931,16.1475862 13.7931034,15.6758621 13.7931034,15.1724138 L13.7931034,13.1034483 C13.7931034,11.2068966 12.2413793,9.65517241 10.3448276,9.65517241 L3.44827586,9.65517241 C1.54344828,9.65517241 0,11.1986207 0,13.1034483 L0,15.1724138 C0,16.6951724 1.23586207,17.9310345 2.75862069,17.9310345 L2.75862069,17.9310345 L2.75862069,24.8275862 L0,40",
973
1033
  id: "XMLID_6327_"
974
- }), /*#__PURE__*/_react.default.createElement("circle", {
1034
+ }), /*#__PURE__*/React.createElement("circle", {
975
1035
  id: "XMLID_6326_",
976
1036
  cx: "6.89655172",
977
1037
  cy: "3.44827586",
978
1038
  r: "3.44827586"
979
- }), /*#__PURE__*/_react.default.createElement("g", {
1039
+ }), /*#__PURE__*/React.createElement("g", {
980
1040
  id: "XMLID_6270_",
981
1041
  transform: "translate(2.758621, 13.543448)"
982
- }, /*#__PURE__*/_react.default.createElement("path", {
1042
+ }, /*#__PURE__*/React.createElement("path", {
983
1043
  d: "M8.27586207,2.31862069 L8.27586207,1.87862069 C8.27586207,1.0262069 7.51034483,0.376551724 6.67034483,0.51862069 L1.60551724,1.36137931 C0.765517241,1.50068966 0,0.853793103 0,-2.84217094e-15",
984
1044
  id: "XMLID_6276_"
985
- }), /*#__PURE__*/_react.default.createElement("polyline", {
1045
+ }), /*#__PURE__*/React.createElement("polyline", {
986
1046
  id: "XMLID_6274_",
987
1047
  points: "5.51724138 26.4565517 4.13793103 10.5944828 0 26.4565517"
988
- }), /*#__PURE__*/_react.default.createElement("line", {
1048
+ }), /*#__PURE__*/React.createElement("line", {
989
1049
  x1: "2.75862069",
990
1050
  y1: "4.38758621",
991
1051
  x2: "8.27586207",
@@ -1000,13 +1060,13 @@ const ShareSocialIcon = ({
1000
1060
  const ratio = 0.88;
1001
1061
  let height = size ?? 14;
1002
1062
  let width = height * ratio;
1003
- return /*#__PURE__*/_react.default.createElement("svg", {
1063
+ return /*#__PURE__*/React.createElement("svg", {
1004
1064
  width: `${width}px`,
1005
1065
  height: `${height}px`,
1006
1066
  viewBox: "0 0 22 25",
1007
1067
  version: "1.1",
1008
1068
  xmlns: "http://www.w3.org/2000/svg"
1009
- }, /*#__PURE__*/_react.default.createElement("title", null, "share-social-outline"), /*#__PURE__*/_react.default.createElement("g", {
1069
+ }, /*#__PURE__*/React.createElement("title", null, "share-social-outline"), /*#__PURE__*/React.createElement("g", {
1010
1070
  id: "Page-1",
1011
1071
  stroke: "none",
1012
1072
  "stroke-width": "1",
@@ -1014,27 +1074,27 @@ const ShareSocialIcon = ({
1014
1074
  "fill-rule": "evenodd",
1015
1075
  "stroke-linecap": "round",
1016
1076
  "stroke-linejoin": "round"
1017
- }, /*#__PURE__*/_react.default.createElement("g", {
1077
+ }, /*#__PURE__*/React.createElement("g", {
1018
1078
  id: "share-social-outline",
1019
1079
  transform: "translate(1.000000, 1.000000)",
1020
1080
  stroke: color,
1021
1081
  "stroke-width": "2"
1022
- }, /*#__PURE__*/_react.default.createElement("circle", {
1082
+ }, /*#__PURE__*/React.createElement("circle", {
1023
1083
  id: "Oval",
1024
1084
  cx: "2.5",
1025
1085
  cy: "12.5",
1026
1086
  r: "2.5"
1027
- }), /*#__PURE__*/_react.default.createElement("circle", {
1087
+ }), /*#__PURE__*/React.createElement("circle", {
1028
1088
  id: "Oval",
1029
1089
  cx: "17.5",
1030
1090
  cy: "2.5",
1031
1091
  r: "2.5"
1032
- }), /*#__PURE__*/_react.default.createElement("circle", {
1092
+ }), /*#__PURE__*/React.createElement("circle", {
1033
1093
  id: "Oval",
1034
1094
  cx: "17.5",
1035
1095
  cy: "20.5",
1036
1096
  r: "2.5"
1037
- }), /*#__PURE__*/_react.default.createElement("path", {
1097
+ }), /*#__PURE__*/React.createElement("path", {
1038
1098
  d: "M5,12.9648875 L16,19 M16,4 L5,10.0351125",
1039
1099
  id: "Shape"
1040
1100
  }))));
@@ -1061,111 +1121,111 @@ const ChevronIcon = ({
1061
1121
  }
1062
1122
  switch (direction) {
1063
1123
  case 'up':
1064
- return /*#__PURE__*/_react.default.createElement("svg", {
1124
+ return /*#__PURE__*/React.createElement("svg", {
1065
1125
  width: `${up_down_width}`,
1066
1126
  height: `${up_down_height}`,
1067
1127
  viewBox: "0 0 9 6",
1068
1128
  version: "1.1",
1069
1129
  xmlns: "http://www.w3.org/2000/svg"
1070
- }, /*#__PURE__*/_react.default.createElement("title", null, "Group"), /*#__PURE__*/_react.default.createElement("g", {
1130
+ }, /*#__PURE__*/React.createElement("title", null, "Group"), /*#__PURE__*/React.createElement("g", {
1071
1131
  id: "Page-1",
1072
1132
  stroke: "none",
1073
1133
  "stroke-width": "1",
1074
1134
  fill: "none",
1075
1135
  "fill-rule": "evenodd"
1076
- }, /*#__PURE__*/_react.default.createElement("g", {
1136
+ }, /*#__PURE__*/React.createElement("g", {
1077
1137
  id: "Group",
1078
1138
  transform: "translate(-0.000000, 0.000000)",
1079
1139
  fill: color,
1080
1140
  "fill-rule": "nonzero"
1081
- }, /*#__PURE__*/_react.default.createElement("path", {
1141
+ }, /*#__PURE__*/React.createElement("path", {
1082
1142
  d: "M4.4298072,1.609187 L1.1298072,4.909187 C1.0040772,5.030627 0.835667203,5.097827 0.660877203,5.09633223 C0.486077203,5.094787 0.318868203,5.024677 0.195262203,4.901067 C0.0716572032,4.777467 0.00154420324,4.610257 -3.33066907e-16,4.435457 C-0.00149379676,4.260657 0.0657032032,4.092257 0.187141203,3.966527 L3.9584772,0.195191 C4.0834972,0.07021 4.2530372,-1.11022302e-16 4.4298072,-1.11022302e-16 C4.6065872,-1.11022302e-16 4.7761272,0.07021 4.9011372,0.195191 L8.6724772,3.966527 C8.7939172,4.092257 8.8611072,4.260657 8.85961244,4.435457 C8.8580772,4.610257 8.7879572,4.777467 8.6643572,4.901067 C8.5407472,5.024677 8.3735372,5.094787 8.1987472,5.09633223 C8.0239472,5.097827 7.8555472,5.030627 7.7298072,4.909187 L4.4298072,1.609187 L4.4298072,1.609187 Z",
1083
1143
  id: "Path"
1084
1144
  }))));
1085
1145
  case 'down':
1086
- return /*#__PURE__*/_react.default.createElement("svg", {
1146
+ return /*#__PURE__*/React.createElement("svg", {
1087
1147
  width: `${up_down_width}`,
1088
1148
  height: `${up_down_height}`,
1089
1149
  viewBox: "0 0 9 6",
1090
1150
  version: "1.1",
1091
1151
  xmlns: "http://www.w3.org/2000/svg"
1092
- }, /*#__PURE__*/_react.default.createElement("title", null, "Group"), /*#__PURE__*/_react.default.createElement("g", {
1152
+ }, /*#__PURE__*/React.createElement("title", null, "Group"), /*#__PURE__*/React.createElement("g", {
1093
1153
  id: "Page-1",
1094
1154
  stroke: "none",
1095
1155
  "stroke-width": "1",
1096
1156
  fill: "none",
1097
1157
  "fill-rule": "evenodd"
1098
- }, /*#__PURE__*/_react.default.createElement("g", {
1158
+ }, /*#__PURE__*/React.createElement("g", {
1099
1159
  id: "Group",
1100
1160
  transform: "translate(0.000000, 0.000000)",
1101
1161
  fill: color,
1102
1162
  "fill-rule": "nonzero"
1103
- }, /*#__PURE__*/_react.default.createElement("path", {
1163
+ }, /*#__PURE__*/React.createElement("path", {
1104
1164
  d: "M4.44619516,3.50352216 L7.74619516,0.203525159 C7.80769516,0.139852159 7.88125516,0.0890631588 7.96259516,0.0541241588 C8.04392516,0.0191851588 8.13140516,0.000794158788 8.21992516,-5.55111512e-17 C8.30844516,-0.000743841212 8.39623516,0.0161231588 8.47816516,0.0496441588 C8.56009516,0.0831651588 8.63452516,0.132667159 8.69712516,0.195262159 C8.75971516,0.257857159 8.80922516,0.332291159 8.84274516,0.414222159 C8.87626516,0.496153159 8.89312516,0.583940159 8.89238975,0.672462159 C8.89159516,0.760982159 8.87320516,0.848462159 8.83826516,0.929792159 C8.80332516,1.01113216 8.75253516,1.08469216 8.68886516,1.14619216 L4.91752516,4.91752216 C4.79250516,5.04250216 4.62296516,5.11271216 4.44619516,5.11271216 C4.26941516,5.11271216 4.09987516,5.04250216 3.97485516,4.91752216 L0.203526157,1.14619216 C0.139852157,1.08469216 0.0890641574,1.01113216 0.0541251574,0.929792159 C0.0191851574,0.848462159 0.000795157381,0.760982159 0,0.672462159 C-0.000743842619,0.583940159 0.0161241574,0.496153159 0.0496451574,0.414222159 C0.0831651574,0.332291159 0.132667157,0.257857159 0.195262157,0.195262159 C0.257858157,0.132667159 0.332292157,0.0831651588 0.414225157,0.0496441588 C0.496155157,0.0161231588 0.583945157,-0.000743841212 0.672455157,-5.55111512e-17 C0.760975157,0.000794158788 0.848455157,0.0191851588 0.929795157,0.0541241588 C1.01113516,0.0890631588 1.08469516,0.139852159 1.14619516,0.203525159 L4.44619516,3.50352216 Z",
1105
1165
  id: "Path"
1106
1166
  }))));
1107
1167
  case 'right':
1108
- return /*#__PURE__*/_react.default.createElement("svg", {
1168
+ return /*#__PURE__*/React.createElement("svg", {
1109
1169
  width: `${right_left_width}`,
1110
1170
  height: `${right_left_height}`,
1111
1171
  viewBox: "0 0 5 9",
1112
1172
  version: "1.1",
1113
1173
  xmlns: "http://www.w3.org/2000/svg"
1114
- }, /*#__PURE__*/_react.default.createElement("title", null, "Group"), /*#__PURE__*/_react.default.createElement("g", {
1174
+ }, /*#__PURE__*/React.createElement("title", null, "Group"), /*#__PURE__*/React.createElement("g", {
1115
1175
  id: "Page-1",
1116
1176
  stroke: "none",
1117
1177
  "stroke-width": "1",
1118
1178
  fill: "none",
1119
1179
  "fill-rule": "evenodd"
1120
- }, /*#__PURE__*/_react.default.createElement("g", {
1180
+ }, /*#__PURE__*/React.createElement("g", {
1121
1181
  id: "Group",
1122
1182
  fill: color,
1123
1183
  "fill-rule": "nonzero"
1124
- }, /*#__PURE__*/_react.default.createElement("path", {
1184
+ }, /*#__PURE__*/React.createElement("path", {
1125
1185
  d: "M3.42628961,4.5083094 L0.199038607,1.1622094 C0.136769607,1.0998494 0.087100807,1.0252594 0.052931607,0.942785403 C0.018762407,0.860313403 0.000777086037,0.771610403 1.12960314e-16,0.681854403 C-0.000727827963,0.592098403 0.015768307,0.503086403 0.048549907,0.420010403 C0.081331507,0.336934403 0.129742607,0.261460403 0.190957607,0.197990403 C0.252172607,0.134520403 0.324966607,0.0843266034 0.405090607,0.0503376034 C0.485215607,0.0163486034 0.571066607,-0.00075456557 0.657634607,3.46944695e-16 C0.744202607,0.00080563043 0.829753607,0.0194538034 0.909296607,0.0548809034 C0.988838607,0.0903079034 1.06077961,0.141806403 1.12091961,0.206369403 L4.80910961,4.0303894 C4.93133961,4.1571494 5,4.3290594 5,4.5083094 C5,4.6875494 4.93133961,4.8594594 4.80910961,4.9862194 L1.12091961,8.8102394 C0.997960607,8.9333794 0.833271607,9.0015094 0.662327607,9 C0.491383607,8.9984294 0.327861607,8.9273394 0.206981607,8.8020094 C0.086101107,8.6766794 0.017533807,8.5071294 0.016048407,8.3298894 C0.014563107,8.1526494 0.080277907,7.9818994 0.199039607,7.8544094 L3.42628961,4.5083094 Z",
1126
1186
  id: "Path"
1127
1187
  }))));
1128
1188
  case 'left':
1129
- return /*#__PURE__*/_react.default.createElement("svg", {
1189
+ return /*#__PURE__*/React.createElement("svg", {
1130
1190
  width: `${right_left_width}`,
1131
1191
  height: `${right_left_height}`,
1132
1192
  viewBox: "0 0 5 9",
1133
1193
  version: "1.1",
1134
1194
  xmlns: "http://www.w3.org/2000/svg"
1135
- }, /*#__PURE__*/_react.default.createElement("title", null, "Group"), /*#__PURE__*/_react.default.createElement("g", {
1195
+ }, /*#__PURE__*/React.createElement("title", null, "Group"), /*#__PURE__*/React.createElement("g", {
1136
1196
  id: "Page-1",
1137
1197
  stroke: "none",
1138
1198
  "stroke-width": "1",
1139
1199
  fill: "none",
1140
1200
  "fill-rule": "evenodd"
1141
- }, /*#__PURE__*/_react.default.createElement("g", {
1201
+ }, /*#__PURE__*/React.createElement("g", {
1142
1202
  id: "Group",
1143
1203
  transform: "translate(0.000000, 0.000000)",
1144
1204
  fill: color,
1145
1205
  "fill-rule": "nonzero"
1146
- }, /*#__PURE__*/_react.default.createElement("path", {
1206
+ }, /*#__PURE__*/React.createElement("path", {
1147
1207
  d: "M1.57371568,4.49170068 L4.80094025,7.83779879 C4.86321636,7.90017832 4.91289642,7.97472551 4.94708569,8.05722224 C4.98119672,8.13971897 4.99919107,8.22838064 5,8.31817797 C5.0007558,8.40789417 4.98424794,8.49696144 4.95146692,8.58002599 C4.9186859,8.66309054 4.87025763,8.73853003 4.80907683,8.80204521 C4.74781779,8.86547927 4.67505802,8.91569114 4.59494403,8.94967947 C4.5147518,8.9836678 4.42892657,9.00078364 4.3423972,9 C4.2557896,8.9992424 4.1702773,8.98058532 4.09071097,8.94513688 C4.01114464,8.90968843 3.93924546,8.85817867 3.87908174,8.79360896 L0.190888788,4.96963821 C0.0686601911,4.84285121 -6.94878077e-16,4.67096275 -6.94878077e-16,4.49170068 C-6.94878077e-16,4.31245484 0.0686601911,4.14054204 0.190888788,4.01377937 L3.87908174,0.189751841 C4.00206922,0.0666151323 4.16675667,-0.00151564628 4.33770302,0 C4.50864937,0.00156682733 4.67216327,0.0726584029 4.79303838,0.19798529 C4.91391349,0.32332029 4.9824485,0.49286445 4.98393499,0.670106683 C4.98542148,0.847348915 4.91970298,1.01810173 4.80094025,1.14559446 L1.57371568,4.49170068 Z",
1148
1208
  id: "Path"
1149
1209
  }))));
1150
1210
  default:
1151
- return /*#__PURE__*/_react.default.createElement("svg", {
1211
+ return /*#__PURE__*/React.createElement("svg", {
1152
1212
  width: `${up_down_width}`,
1153
1213
  height: `${up_down_height}`,
1154
1214
  viewBox: "0 0 9 6",
1155
1215
  version: "1.1",
1156
1216
  xmlns: "http://www.w3.org/2000/svg"
1157
- }, /*#__PURE__*/_react.default.createElement("title", null, "Group"), /*#__PURE__*/_react.default.createElement("g", {
1217
+ }, /*#__PURE__*/React.createElement("title", null, "Group"), /*#__PURE__*/React.createElement("g", {
1158
1218
  id: "Page-1",
1159
1219
  stroke: "none",
1160
1220
  "stroke-width": "1",
1161
1221
  fill: "none",
1162
1222
  "fill-rule": "evenodd"
1163
- }, /*#__PURE__*/_react.default.createElement("g", {
1223
+ }, /*#__PURE__*/React.createElement("g", {
1164
1224
  id: "Group",
1165
1225
  transform: "translate(-0.000000, 0.000000)",
1166
1226
  fill: color,
1167
1227
  "fill-rule": "nonzero"
1168
- }, /*#__PURE__*/_react.default.createElement("path", {
1228
+ }, /*#__PURE__*/React.createElement("path", {
1169
1229
  d: "M4.4298072,1.609187 L1.1298072,4.909187 C1.0040772,5.030627 0.835667203,5.097827 0.660877203,5.09633223 C0.486077203,5.094787 0.318868203,5.024677 0.195262203,4.901067 C0.0716572032,4.777467 0.00154420324,4.610257 -3.33066907e-16,4.435457 C-0.00149379676,4.260657 0.0657032032,4.092257 0.187141203,3.966527 L3.9584772,0.195191 C4.0834972,0.07021 4.2530372,-1.11022302e-16 4.4298072,-1.11022302e-16 C4.6065872,-1.11022302e-16 4.7761272,0.07021 4.9011372,0.195191 L8.6724772,3.966527 C8.7939172,4.092257 8.8611072,4.260657 8.85961244,4.435457 C8.8580772,4.610257 8.7879572,4.777467 8.6643572,4.901067 C8.5407472,5.024677 8.3735372,5.094787 8.1987472,5.09633223 C8.0239472,5.097827 7.8555472,5.030627 7.7298072,4.909187 L4.4298072,1.609187 L4.4298072,1.609187 Z",
1170
1230
  id: "Path"
1171
1231
  }))));
@@ -1177,28 +1237,28 @@ const PayPalIcon = ({
1177
1237
  const ratio = 0.3168;
1178
1238
  const width = size ?? 75;
1179
1239
  const height = width * ratio;
1180
- return /*#__PURE__*/_react.default.createElement("svg", {
1240
+ return /*#__PURE__*/React.createElement("svg", {
1181
1241
  width: `${width}px`,
1182
1242
  height: `${height}px`,
1183
1243
  viewBox: "0 0 101 32",
1184
1244
  preserveAspectRatio: "xMinYMin meet",
1185
1245
  xmlns: "http://www.w3.org/2000/svg"
1186
- }, /*#__PURE__*/_react.default.createElement("path", {
1246
+ }, /*#__PURE__*/React.createElement("path", {
1187
1247
  fill: "#003087",
1188
1248
  d: "M 12.237 2.8 L 4.437 2.8 C 3.937 2.8 3.437 3.2 3.337 3.7 L 0.237 23.7 C 0.137 24.1 0.437 24.4 0.837 24.4 L 4.537 24.4 C 5.037 24.4 5.537 24 5.637 23.5 L 6.437 18.1 C 6.537 17.6 6.937 17.2 7.537 17.2 L 10.037 17.2 C 15.137 17.2 18.137 14.7 18.937 9.8 C 19.237 7.7 18.937 6 17.937 4.8 C 16.837 3.5 14.837 2.8 12.237 2.8 Z M 13.137 10.1 C 12.737 12.9 10.537 12.9 8.537 12.9 L 7.337 12.9 L 8.137 7.7 C 8.137 7.4 8.437 7.2 8.737 7.2 L 9.237 7.2 C 10.637 7.2 11.937 7.2 12.637 8 C 13.137 8.4 13.337 9.1 13.137 10.1 Z"
1189
- }), /*#__PURE__*/_react.default.createElement("path", {
1249
+ }), /*#__PURE__*/React.createElement("path", {
1190
1250
  fill: "#003087",
1191
1251
  d: "M 35.437 10 L 31.737 10 C 31.437 10 31.137 10.2 31.137 10.5 L 30.937 11.5 L 30.637 11.1 C 29.837 9.9 28.037 9.5 26.237 9.5 C 22.137 9.5 18.637 12.6 17.937 17 C 17.537 19.2 18.037 21.3 19.337 22.7 C 20.437 24 22.137 24.6 24.037 24.6 C 27.337 24.6 29.237 22.5 29.237 22.5 L 29.037 23.5 C 28.937 23.9 29.237 24.3 29.637 24.3 L 33.037 24.3 C 33.537 24.3 34.037 23.9 34.137 23.4 L 36.137 10.6 C 36.237 10.4 35.837 10 35.437 10 Z M 30.337 17.2 C 29.937 19.3 28.337 20.8 26.137 20.8 C 25.037 20.8 24.237 20.5 23.637 19.8 C 23.037 19.1 22.837 18.2 23.037 17.2 C 23.337 15.1 25.137 13.6 27.237 13.6 C 28.337 13.6 29.137 14 29.737 14.6 C 30.237 15.3 30.437 16.2 30.337 17.2 Z"
1192
- }), /*#__PURE__*/_react.default.createElement("path", {
1252
+ }), /*#__PURE__*/React.createElement("path", {
1193
1253
  fill: "#003087",
1194
1254
  d: "M 55.337 10 L 51.637 10 C 51.237 10 50.937 10.2 50.737 10.5 L 45.537 18.1 L 43.337 10.8 C 43.237 10.3 42.737 10 42.337 10 L 38.637 10 C 38.237 10 37.837 10.4 38.037 10.9 L 42.137 23 L 38.237 28.4 C 37.937 28.8 38.237 29.4 38.737 29.4 L 42.437 29.4 C 42.837 29.4 43.137 29.2 43.337 28.9 L 55.837 10.9 C 56.137 10.6 55.837 10 55.337 10 Z"
1195
- }), /*#__PURE__*/_react.default.createElement("path", {
1255
+ }), /*#__PURE__*/React.createElement("path", {
1196
1256
  fill: "#009cde",
1197
1257
  d: "M 67.737 2.8 L 59.937 2.8 C 59.437 2.8 58.937 3.2 58.837 3.7 L 55.737 23.6 C 55.637 24 55.937 24.3 56.337 24.3 L 60.337 24.3 C 60.737 24.3 61.037 24 61.037 23.7 L 61.937 18 C 62.037 17.5 62.437 17.1 63.037 17.1 L 65.537 17.1 C 70.637 17.1 73.637 14.6 74.437 9.7 C 74.737 7.6 74.437 5.9 73.437 4.7 C 72.237 3.5 70.337 2.8 67.737 2.8 Z M 68.637 10.1 C 68.237 12.9 66.037 12.9 64.037 12.9 L 62.837 12.9 L 63.637 7.7 C 63.637 7.4 63.937 7.2 64.237 7.2 L 64.737 7.2 C 66.137 7.2 67.437 7.2 68.137 8 C 68.637 8.4 68.737 9.1 68.637 10.1 Z"
1198
- }), /*#__PURE__*/_react.default.createElement("path", {
1258
+ }), /*#__PURE__*/React.createElement("path", {
1199
1259
  fill: "#009cde",
1200
1260
  d: "M 90.937 10 L 87.237 10 C 86.937 10 86.637 10.2 86.637 10.5 L 86.437 11.5 L 86.137 11.1 C 85.337 9.9 83.537 9.5 81.737 9.5 C 77.637 9.5 74.137 12.6 73.437 17 C 73.037 19.2 73.537 21.3 74.837 22.7 C 75.937 24 77.637 24.6 79.537 24.6 C 82.837 24.6 84.737 22.5 84.737 22.5 L 84.537 23.5 C 84.437 23.9 84.737 24.3 85.137 24.3 L 88.537 24.3 C 89.037 24.3 89.537 23.9 89.637 23.4 L 91.637 10.6 C 91.637 10.4 91.337 10 90.937 10 Z M 85.737 17.2 C 85.337 19.3 83.737 20.8 81.537 20.8 C 80.437 20.8 79.637 20.5 79.037 19.8 C 78.437 19.1 78.237 18.2 78.437 17.2 C 78.737 15.1 80.537 13.6 82.637 13.6 C 83.737 13.6 84.537 14 85.137 14.6 C 85.737 15.3 85.937 16.2 85.737 17.2 Z"
1201
- }), /*#__PURE__*/_react.default.createElement("path", {
1261
+ }), /*#__PURE__*/React.createElement("path", {
1202
1262
  fill: "#009cde",
1203
1263
  d: "M 95.337 3.3 L 92.137 23.6 C 92.037 24 92.337 24.3 92.737 24.3 L 95.937 24.3 C 96.437 24.3 96.937 23.9 97.037 23.4 L 100.237 3.5 C 100.337 3.1 100.037 2.8 99.637 2.8 L 96.037 2.8 C 95.637 2.8 95.437 3 95.337 3.3 Z"
1204
1264
  }));
@@ -1210,13 +1270,13 @@ const CreditCardIcon = ({
1210
1270
  let ratio = 0.75;
1211
1271
  let width = size ?? 24;
1212
1272
  let height = width * ratio;
1213
- return /*#__PURE__*/_react.default.createElement("svg", {
1273
+ return /*#__PURE__*/React.createElement("svg", {
1214
1274
  width: `${width}px`,
1215
1275
  height: `${height}px`,
1216
1276
  viewBox: "0 0 24 18",
1217
1277
  version: "1.1",
1218
1278
  xmlns: "http://www.w3.org/2000/svg"
1219
- }, /*#__PURE__*/_react.default.createElement("title", null, "credit-card"), /*#__PURE__*/_react.default.createElement("g", {
1279
+ }, /*#__PURE__*/React.createElement("title", null, "credit-card"), /*#__PURE__*/React.createElement("g", {
1220
1280
  id: "Images",
1221
1281
  stroke: "none",
1222
1282
  "stroke-width": "1",
@@ -1224,19 +1284,19 @@ const CreditCardIcon = ({
1224
1284
  "fill-rule": "evenodd",
1225
1285
  "stroke-linecap": "round",
1226
1286
  "stroke-linejoin": "round"
1227
- }, /*#__PURE__*/_react.default.createElement("g", {
1287
+ }, /*#__PURE__*/React.createElement("g", {
1228
1288
  id: "credit-card",
1229
1289
  transform: "translate(1.000000, 1.000000)",
1230
1290
  stroke: color,
1231
1291
  "stroke-width": "2"
1232
- }, /*#__PURE__*/_react.default.createElement("rect", {
1292
+ }, /*#__PURE__*/React.createElement("rect", {
1233
1293
  id: "Rectangle",
1234
1294
  x: "0",
1235
1295
  y: "0",
1236
1296
  width: "22",
1237
1297
  height: "16",
1238
1298
  rx: "2"
1239
- }), /*#__PURE__*/_react.default.createElement("line", {
1299
+ }), /*#__PURE__*/React.createElement("line", {
1240
1300
  x1: "0",
1241
1301
  y1: "6",
1242
1302
  x2: "22",
@@ -1248,13 +1308,13 @@ const BankIcon = ({
1248
1308
  size,
1249
1309
  color
1250
1310
  }) => {
1251
- return /*#__PURE__*/_react.default.createElement("svg", {
1311
+ return /*#__PURE__*/React.createElement("svg", {
1252
1312
  width: `${size ?? 33}px`,
1253
1313
  height: `${size ?? 33}px`,
1254
1314
  viewBox: "0 0 33 33",
1255
1315
  version: "1.1",
1256
1316
  xmlns: "http://www.w3.org/2000/svg"
1257
- }, /*#__PURE__*/_react.default.createElement("title", null, "bank-svgrepo-com"), /*#__PURE__*/_react.default.createElement("g", {
1317
+ }, /*#__PURE__*/React.createElement("title", null, "bank-svgrepo-com"), /*#__PURE__*/React.createElement("g", {
1258
1318
  id: "Images",
1259
1319
  stroke: "none",
1260
1320
  "stroke-width": "1",
@@ -1262,12 +1322,12 @@ const BankIcon = ({
1262
1322
  "fill-rule": "evenodd",
1263
1323
  "stroke-linecap": "round",
1264
1324
  "stroke-linejoin": "round"
1265
- }, /*#__PURE__*/_react.default.createElement("g", {
1325
+ }, /*#__PURE__*/React.createElement("g", {
1266
1326
  id: "bank-svgrepo-com",
1267
1327
  transform: "translate(2.000000, 2.000000)",
1268
1328
  stroke: color,
1269
1329
  "stroke-width": "2.666667"
1270
- }, /*#__PURE__*/_react.default.createElement("path", {
1330
+ }, /*#__PURE__*/React.createElement("path", {
1271
1331
  d: "M0,29.2622951 L29,29.2622951 M1.5,24.3442623 L27.5,24.3442623 M4.75,23.5901639 L4.75,15.7213115 M11.25,23.5901639 L11.25,15.7213115 M17.75,23.5901639 L17.75,15.7213115 M24.25,23.5901639 L24.25,15.7213115 M29,11.8032787 L17.9252222,1.9561866 C16.7131833,0.878592829 16.1072444,0.339812056 15.4234889,0.135190751 C14.8209333,-0.0450635838 14.1790667,-0.0450635838 13.5765111,0.135190751 C12.8927556,0.339812056 12.2868167,0.878592829 11.0748422,1.9561866 L0,11.8032787 L29,11.8032787 Z",
1272
1332
  id: "Shape"
1273
1333
  }))));
@@ -1278,33 +1338,33 @@ const BankInstantIcon = ({
1278
1338
  }) => {
1279
1339
  let width = size ?? 42;
1280
1340
  let height = width * .92857;
1281
- return /*#__PURE__*/_react.default.createElement("svg", {
1341
+ return /*#__PURE__*/React.createElement("svg", {
1282
1342
  width: `${width}px`,
1283
1343
  height: `${height}px`,
1284
1344
  viewBox: "0 0 42 39",
1285
1345
  version: "1.1",
1286
1346
  xmlns: "http://www.w3.org/2000/svg"
1287
- }, /*#__PURE__*/_react.default.createElement("title", null, "bank_icon"), /*#__PURE__*/_react.default.createElement("g", {
1347
+ }, /*#__PURE__*/React.createElement("title", null, "bank_icon"), /*#__PURE__*/React.createElement("g", {
1288
1348
  id: "Page-1",
1289
1349
  stroke: "none",
1290
1350
  "stroke-width": "1",
1291
1351
  fill: "none",
1292
1352
  "fill-rule": "evenodd"
1293
- }, /*#__PURE__*/_react.default.createElement("g", {
1353
+ }, /*#__PURE__*/React.createElement("g", {
1294
1354
  id: "bank_icon",
1295
1355
  transform: "translate(4.000000, 1.370506)",
1296
1356
  stroke: color
1297
- }, /*#__PURE__*/_react.default.createElement("path", {
1357
+ }, /*#__PURE__*/React.createElement("path", {
1298
1358
  d: "M0,35.8917894 L29,35.8917894 M1.5,30.9737566 L27.5,30.9737566 M4.75,30.2196582 L4.75,22.3508058 M11.25,30.2196582 L11.25,22.3508058 M17.75,30.2196582 L17.75,22.3508058 M24.25,30.2196582 L24.25,22.3508058 M29,18.432773 L17.9252222,8.58568093 C16.7131833,7.50808716 16.1072444,6.96930639 15.4234889,6.76468508 C14.8209333,6.58443075 14.1790667,6.58443075 13.5765111,6.76468508 C12.8927556,6.96930639 12.2868167,7.50808716 11.0748422,8.58568093 L0,18.432773 L29,18.432773 Z",
1299
1359
  id: "Shape",
1300
1360
  "stroke-width": "2.666667"
1301
- }), /*#__PURE__*/_react.default.createElement("g", {
1361
+ }), /*#__PURE__*/React.createElement("g", {
1302
1362
  id: "zap",
1303
1363
  transform: "translate(30.500000, 10.629494) rotate(10.000000) translate(-30.500000, -10.629494) translate(26.000000, 0.629494)",
1304
1364
  "stroke-linecap": "round",
1305
1365
  "stroke-linejoin": "round",
1306
1366
  "stroke-width": "2"
1307
- }, /*#__PURE__*/_react.default.createElement("polygon", {
1367
+ }, /*#__PURE__*/React.createElement("polygon", {
1308
1368
  id: "Path",
1309
1369
  points: "0 12 4.5 12 4 20 9 8 4.5 8 5 1.13686838e-13"
1310
1370
  })))));
@@ -1314,24 +1374,24 @@ const DepositIcon = ({
1314
1374
  size
1315
1375
  }) => {
1316
1376
  let width = size ?? 20;
1317
- return /*#__PURE__*/_react.default.createElement("svg", {
1377
+ return /*#__PURE__*/React.createElement("svg", {
1318
1378
  width: `${width}px`,
1319
1379
  height: `${width}px`,
1320
1380
  viewBox: "0 0 23 24",
1321
1381
  version: "1.1",
1322
1382
  xmlns: "http://www.w3.org/2000/svg"
1323
- }, /*#__PURE__*/_react.default.createElement("title", null, "dollar-sign (1)"), /*#__PURE__*/_react.default.createElement("g", {
1383
+ }, /*#__PURE__*/React.createElement("title", null, "dollar-sign (1)"), /*#__PURE__*/React.createElement("g", {
1324
1384
  id: "Images",
1325
1385
  stroke: "none",
1326
1386
  "stroke-width": "1",
1327
1387
  fill: "none",
1328
1388
  "fill-rule": "evenodd"
1329
- }, /*#__PURE__*/_react.default.createElement("g", {
1389
+ }, /*#__PURE__*/React.createElement("g", {
1330
1390
  id: "dollar-sign-(1)",
1331
1391
  transform: "translate(1.000000, 1.000000)",
1332
1392
  stroke: color,
1333
1393
  "stroke-width": "2"
1334
- }, /*#__PURE__*/_react.default.createElement("line", {
1394
+ }, /*#__PURE__*/React.createElement("line", {
1335
1395
  x1: "11.5",
1336
1396
  y1: "6",
1337
1397
  x2: "11.5",
@@ -1339,24 +1399,24 @@ const DepositIcon = ({
1339
1399
  id: "Path",
1340
1400
  "stroke-linecap": "round",
1341
1401
  "stroke-linejoin": "round"
1342
- }), /*#__PURE__*/_react.default.createElement("path", {
1402
+ }), /*#__PURE__*/React.createElement("path", {
1343
1403
  d: "M14.4166667,9 L10.0416667,9 C8.91408531,9 8,9.8954305 8,11 C8,12.1045695 8.91408531,13 10.0416667,13 L12.9583334,13 C14.0859147,13 15,13.8954305 15,15 C15,16.1045695 14.0859147,17 12.9583334,17 L8,17",
1344
1404
  id: "Path",
1345
1405
  "stroke-linecap": "round",
1346
1406
  "stroke-linejoin": "round"
1347
- }), /*#__PURE__*/_react.default.createElement("circle", {
1407
+ }), /*#__PURE__*/React.createElement("circle", {
1348
1408
  id: "Oval",
1349
1409
  cx: "11.5",
1350
1410
  cy: "12.5",
1351
1411
  r: "9.5"
1352
- }), /*#__PURE__*/_react.default.createElement("line", {
1412
+ }), /*#__PURE__*/React.createElement("line", {
1353
1413
  x1: "0.5",
1354
1414
  y1: "2.5",
1355
1415
  x2: "4.5",
1356
1416
  y2: "2.5",
1357
1417
  id: "Line",
1358
1418
  "stroke-linecap": "square"
1359
- }), /*#__PURE__*/_react.default.createElement("line", {
1419
+ }), /*#__PURE__*/React.createElement("line", {
1360
1420
  x1: "2.5",
1361
1421
  y1: "4.5",
1362
1422
  x2: "2.5",
@@ -1370,24 +1430,24 @@ const WithdrawIcon = ({
1370
1430
  size
1371
1431
  }) => {
1372
1432
  let width = size ?? 20;
1373
- return /*#__PURE__*/_react.default.createElement("svg", {
1433
+ return /*#__PURE__*/React.createElement("svg", {
1374
1434
  width: `${width}px`,
1375
1435
  height: `${width - 1}px`,
1376
1436
  viewBox: "0 0 24 22",
1377
1437
  version: "1.1",
1378
1438
  xmlns: "http://www.w3.org/2000/svg"
1379
- }, /*#__PURE__*/_react.default.createElement("title", null, "dollar-sign (1)"), /*#__PURE__*/_react.default.createElement("g", {
1439
+ }, /*#__PURE__*/React.createElement("title", null, "dollar-sign (1)"), /*#__PURE__*/React.createElement("g", {
1380
1440
  id: "Images",
1381
1441
  stroke: "none",
1382
1442
  "stroke-width": "1",
1383
1443
  fill: "none",
1384
1444
  "fill-rule": "evenodd"
1385
- }, /*#__PURE__*/_react.default.createElement("g", {
1445
+ }, /*#__PURE__*/React.createElement("g", {
1386
1446
  id: "dollar-sign-(1)",
1387
1447
  transform: "translate(1.000000, 1.000000)",
1388
1448
  stroke: color,
1389
1449
  "stroke-width": "2"
1390
- }, /*#__PURE__*/_react.default.createElement("line", {
1450
+ }, /*#__PURE__*/React.createElement("line", {
1391
1451
  x1: "12.5",
1392
1452
  y1: "4",
1393
1453
  x2: "12.5",
@@ -1395,17 +1455,17 @@ const WithdrawIcon = ({
1395
1455
  id: "Path",
1396
1456
  "stroke-linecap": "round",
1397
1457
  "stroke-linejoin": "round"
1398
- }), /*#__PURE__*/_react.default.createElement("path", {
1458
+ }), /*#__PURE__*/React.createElement("path", {
1399
1459
  d: "M15.4166667,7 L11.0416667,7 C9.91408531,7 9,7.8954305 9,9 C9,10.1045695 9.91408531,11 11.0416667,11 L13.9583334,11 C15.0859147,11 16,11.8954305 16,13 C16,14.1045695 15.0859147,15 13.9583334,15 L9,15",
1400
1460
  id: "Path",
1401
1461
  "stroke-linecap": "round",
1402
1462
  "stroke-linejoin": "round"
1403
- }), /*#__PURE__*/_react.default.createElement("circle", {
1463
+ }), /*#__PURE__*/React.createElement("circle", {
1404
1464
  id: "Oval",
1405
1465
  cx: "12.5",
1406
1466
  cy: "10.5",
1407
1467
  r: "9.5"
1408
- }), /*#__PURE__*/_react.default.createElement("line", {
1468
+ }), /*#__PURE__*/React.createElement("line", {
1409
1469
  x1: "0.5",
1410
1470
  y1: "0.5",
1411
1471
  x2: "5.5",
@@ -1421,13 +1481,13 @@ const SnoozeIcon = ({
1421
1481
  let ratio = 0.912;
1422
1482
  let height = size ?? 34;
1423
1483
  let width = height * ratio;
1424
- return /*#__PURE__*/_react.default.createElement("svg", {
1484
+ return /*#__PURE__*/React.createElement("svg", {
1425
1485
  width: `${width}px`,
1426
1486
  height: `${height}px`,
1427
1487
  viewBox: "0 0 31 34",
1428
1488
  version: "1.1",
1429
1489
  xmlns: "http://www.w3.org/2000/svg"
1430
- }, /*#__PURE__*/_react.default.createElement("title", null, "sleep-svgrepo-com"), /*#__PURE__*/_react.default.createElement("g", {
1490
+ }, /*#__PURE__*/React.createElement("title", null, "sleep-svgrepo-com"), /*#__PURE__*/React.createElement("g", {
1431
1491
  id: "Images",
1432
1492
  stroke: "none",
1433
1493
  "stroke-width": "1",
@@ -1435,12 +1495,12 @@ const SnoozeIcon = ({
1435
1495
  "fill-rule": "evenodd",
1436
1496
  "stroke-linecap": "round",
1437
1497
  "stroke-linejoin": "round"
1438
- }, /*#__PURE__*/_react.default.createElement("g", {
1498
+ }, /*#__PURE__*/React.createElement("g", {
1439
1499
  id: "sleep-svgrepo-com",
1440
1500
  transform: "translate(1.000000, 1.000000)",
1441
1501
  stroke: color,
1442
1502
  "stroke-width": "2"
1443
- }, /*#__PURE__*/_react.default.createElement("path", {
1503
+ }, /*#__PURE__*/React.createElement("path", {
1444
1504
  d: "M0,0 L13.518797,0 L0,16 L13.518797,16 M18.9699248,10.8108108 L29,10.8108108 L18.9699248,22.7027027 L29,22.7027027 M5.23308271,22.7027027 L13.0827068,22.7027027 L5.23308271,32 L13.0827068,32",
1445
1505
  id: "Shape"
1446
1506
  }))));
@@ -1454,46 +1514,46 @@ const MoreIcon = ({
1454
1514
  let height = size ?? 24;
1455
1515
  let width = height / ratio;
1456
1516
  if (['up', 'down'].includes(direction ?? 'up')) {
1457
- return /*#__PURE__*/_react.default.createElement("svg", {
1517
+ return /*#__PURE__*/React.createElement("svg", {
1458
1518
  width: `${width}px`,
1459
1519
  height: `${height}px`,
1460
1520
  viewBox: "0 0 6 24",
1461
1521
  version: "1.1",
1462
1522
  xmlns: "http://www.w3.org/2000/svg"
1463
- }, /*#__PURE__*/_react.default.createElement("title", null, "Group"), /*#__PURE__*/_react.default.createElement("g", {
1523
+ }, /*#__PURE__*/React.createElement("title", null, "Group"), /*#__PURE__*/React.createElement("g", {
1464
1524
  id: "Page-1",
1465
1525
  stroke: "none",
1466
1526
  "stroke-width": "1",
1467
1527
  fill: "none",
1468
1528
  "fill-rule": "evenodd"
1469
- }, /*#__PURE__*/_react.default.createElement("g", {
1529
+ }, /*#__PURE__*/React.createElement("g", {
1470
1530
  id: "Group",
1471
1531
  transform: "translate(0.000000, 0.000000)",
1472
1532
  fill: color,
1473
1533
  "fill-rule": "nonzero"
1474
- }, /*#__PURE__*/_react.default.createElement("path", {
1534
+ }, /*#__PURE__*/React.createElement("path", {
1475
1535
  d: "M-6,15 C-6.79565,15 -7.55871,14.6839259 -8.12132,14.1213159 C-8.68393,13.5587159 -9,12.7956459 -9,12 C-9,11.2043459 -8.68393,10.4412859 -8.12132,9.87867986 C-7.55871,9.31607086 -6.79565,9 -6,9 C-5.20435,9 -4.44129,9.31607086 -3.87868,9.87867986 C-3.31607,10.4412859 -3,11.2043459 -3,12 C-3,12.7956459 -3.31607,13.5587159 -3.87868,14.1213159 C-4.44129,14.6839259 -5.20435,15 -6,15 Z M12,15 C11.2044,15 10.4413,14.6839259 9.8787,14.1213159 C9.3161,13.5587159 9,12.7956459 9,12 C9,11.2043459 9.3161,10.4412859 9.8787,9.87867986 C10.4413,9.31607086 11.2044,9 12,9 C12.7956,9 13.5587,9.31607086 14.1213,9.87867986 C14.6839,10.4412859 15,11.2043459 15,12 C15,12.7956459 14.6839,13.5587159 14.1213,14.1213159 C13.5587,14.6839259 12.7956,15 12,15 Z M3,15 C2.2044,15 1.4413,14.6839259 0.87868,14.1213159 C0.31607,13.5587159 0,12.7956459 0,12 C0,11.2043459 0.31607,10.4412859 0.87868,9.87867986 C1.4413,9.31607086 2.2044,9 3,9 C3.7956,9 4.5587,9.31607086 5.1213,9.87867986 C5.6839,10.4412859 6,11.2043459 6,12 C6,12.7956459 5.6839,13.5587159 5.1213,14.1213159 C4.5587,14.6839259 3.7956,15 3,15 Z",
1476
1536
  id: "Shape",
1477
1537
  transform: "translate(3.000000, 12.000000) rotate(90.000000) translate(-3.000000, -12.000000) "
1478
1538
  }))));
1479
1539
  }
1480
- return /*#__PURE__*/_react.default.createElement("svg", {
1540
+ return /*#__PURE__*/React.createElement("svg", {
1481
1541
  width: `${height}px`,
1482
1542
  height: `${width}px`,
1483
1543
  viewBox: "0 0 24 6",
1484
1544
  version: "1.1",
1485
1545
  xmlns: "http://www.w3.org/2000/svg"
1486
- }, /*#__PURE__*/_react.default.createElement("title", null, "Group"), /*#__PURE__*/_react.default.createElement("g", {
1546
+ }, /*#__PURE__*/React.createElement("title", null, "Group"), /*#__PURE__*/React.createElement("g", {
1487
1547
  id: "Page-1",
1488
1548
  stroke: "none",
1489
1549
  "stroke-width": "1",
1490
1550
  fill: "none",
1491
1551
  "fill-rule": "evenodd"
1492
- }, /*#__PURE__*/_react.default.createElement("g", {
1552
+ }, /*#__PURE__*/React.createElement("g", {
1493
1553
  id: "Group",
1494
1554
  fill: color,
1495
1555
  "fill-rule": "nonzero"
1496
- }, /*#__PURE__*/_react.default.createElement("path", {
1556
+ }, /*#__PURE__*/React.createElement("path", {
1497
1557
  d: "M3,6 C2.20435,6 1.44129,5.68392586 0.87868,5.12131586 C0.31607,4.55871586 0,3.79564586 0,3 C0,2.20434586 0.31607,1.44128586 0.87868,0.878679859 C1.44129,0.316070859 2.20435,0 3,0 C3.79565,0 4.55871,0.316070859 5.12132,0.878679859 C5.68393,1.44128586 6,2.20434586 6,3 C6,3.79564586 5.68393,4.55871586 5.12132,5.12131586 C4.55871,5.68392586 3.79565,6 3,6 Z M21,6 C20.2044,6 19.4413,5.68392586 18.8787,5.12131586 C18.3161,4.55871586 18,3.79564586 18,3 C18,2.20434586 18.3161,1.44128586 18.8787,0.878679859 C19.4413,0.316070859 20.2044,0 21,0 C21.7956,0 22.5587,0.316070859 23.1213,0.878679859 C23.6839,1.44128586 24,2.20434586 24,3 C24,3.79564586 23.6839,4.55871586 23.1213,5.12131586 C22.5587,5.68392586 21.7956,6 21,6 Z M12,6 C11.2044,6 10.4413,5.68392586 9.87868,5.12131586 C9.31607,4.55871586 9,3.79564586 9,3 C9,2.20434586 9.31607,1.44128586 9.87868,0.878679859 C10.4413,0.316070859 11.2044,0 12,0 C12.7956,0 13.5587,0.316070859 14.1213,0.878679859 C14.6839,1.44128586 15,2.20434586 15,3 C15,3.79564586 14.6839,4.55871586 14.1213,5.12131586 C13.5587,5.68392586 12.7956,6 12,6 Z",
1498
1558
  id: "Shape"
1499
1559
  }))));
@@ -1501,13 +1561,13 @@ const MoreIcon = ({
1501
1561
  const MenuIcon = ({
1502
1562
  color
1503
1563
  }) => {
1504
- return /*#__PURE__*/_react.default.createElement("svg", {
1564
+ return /*#__PURE__*/React.createElement("svg", {
1505
1565
  width: "20px",
1506
1566
  height: "15px",
1507
1567
  viewBox: "0 0 20 15",
1508
1568
  version: "1.1",
1509
1569
  xmlns: "http://www.w3.org/2000/svg"
1510
- }, /*#__PURE__*/_react.default.createElement("title", null, "menu"), /*#__PURE__*/_react.default.createElement("g", {
1570
+ }, /*#__PURE__*/React.createElement("title", null, "menu"), /*#__PURE__*/React.createElement("g", {
1511
1571
  id: "Page-1",
1512
1572
  stroke: "none",
1513
1573
  "stroke-width": "1",
@@ -1515,24 +1575,24 @@ const MenuIcon = ({
1515
1575
  "fill-rule": "evenodd",
1516
1576
  "stroke-linecap": "round",
1517
1577
  "stroke-linejoin": "round"
1518
- }, /*#__PURE__*/_react.default.createElement("g", {
1578
+ }, /*#__PURE__*/React.createElement("g", {
1519
1579
  id: "menu",
1520
1580
  transform: "translate(1.000000, 1.000000)",
1521
1581
  stroke: color,
1522
1582
  "stroke-width": "2"
1523
- }, /*#__PURE__*/_react.default.createElement("line", {
1583
+ }, /*#__PURE__*/React.createElement("line", {
1524
1584
  x1: "0",
1525
1585
  y1: "6.5",
1526
1586
  x2: "18",
1527
1587
  y2: "6.5",
1528
1588
  id: "Path"
1529
- }), /*#__PURE__*/_react.default.createElement("line", {
1589
+ }), /*#__PURE__*/React.createElement("line", {
1530
1590
  x1: "0",
1531
1591
  y1: "0.5",
1532
1592
  x2: "18",
1533
1593
  y2: "0.5",
1534
1594
  id: "Path"
1535
- }), /*#__PURE__*/_react.default.createElement("line", {
1595
+ }), /*#__PURE__*/React.createElement("line", {
1536
1596
  x1: "0",
1537
1597
  y1: "12.5",
1538
1598
  x2: "18",
@@ -1544,13 +1604,13 @@ const ImageIcon = ({
1544
1604
  color,
1545
1605
  size
1546
1606
  }) => {
1547
- return /*#__PURE__*/_react.default.createElement("svg", {
1607
+ return /*#__PURE__*/React.createElement("svg", {
1548
1608
  width: `${size ?? 20}px`,
1549
1609
  height: `${size ?? 20}px`,
1550
1610
  viewBox: "0 0 20 20",
1551
1611
  version: "1.1",
1552
1612
  xmlns: "http://www.w3.org/2000/svg"
1553
- }, /*#__PURE__*/_react.default.createElement("title", null, "image"), /*#__PURE__*/_react.default.createElement("g", {
1613
+ }, /*#__PURE__*/React.createElement("title", null, "image"), /*#__PURE__*/React.createElement("g", {
1554
1614
  id: "Page-1",
1555
1615
  stroke: "none",
1556
1616
  "stroke-width": "1",
@@ -1558,24 +1618,24 @@ const ImageIcon = ({
1558
1618
  "fill-rule": "evenodd",
1559
1619
  "stroke-linecap": "round",
1560
1620
  "stroke-linejoin": "round"
1561
- }, /*#__PURE__*/_react.default.createElement("g", {
1621
+ }, /*#__PURE__*/React.createElement("g", {
1562
1622
  id: "image",
1563
1623
  transform: "translate(1.000000, 1.000000)",
1564
1624
  stroke: color,
1565
1625
  "stroke-width": "2"
1566
- }, /*#__PURE__*/_react.default.createElement("rect", {
1626
+ }, /*#__PURE__*/React.createElement("rect", {
1567
1627
  id: "Rectangle",
1568
1628
  x: "0",
1569
1629
  y: "0",
1570
1630
  width: "18",
1571
1631
  height: "18",
1572
1632
  rx: "2"
1573
- }), /*#__PURE__*/_react.default.createElement("circle", {
1633
+ }), /*#__PURE__*/React.createElement("circle", {
1574
1634
  id: "Oval",
1575
1635
  cx: "5.5",
1576
1636
  cy: "5.5",
1577
1637
  r: "1.5"
1578
- }), /*#__PURE__*/_react.default.createElement("polyline", {
1638
+ }), /*#__PURE__*/React.createElement("polyline", {
1579
1639
  id: "Path",
1580
1640
  points: "18 12 13 7 2 18"
1581
1641
  }))));
@@ -1584,23 +1644,23 @@ const CheckIcon = ({
1584
1644
  color,
1585
1645
  size
1586
1646
  }) => {
1587
- return /*#__PURE__*/_react.default.createElement("svg", {
1647
+ return /*#__PURE__*/React.createElement("svg", {
1588
1648
  width: `${size ?? 14}px`,
1589
1649
  height: `${size ?? 14}px`,
1590
1650
  viewBox: "0 0 14 10",
1591
1651
  version: "1.1",
1592
1652
  xmlns: "http://www.w3.org/2000/svg"
1593
- }, /*#__PURE__*/_react.default.createElement("title", null, "Group"), /*#__PURE__*/_react.default.createElement("g", {
1653
+ }, /*#__PURE__*/React.createElement("title", null, "Group"), /*#__PURE__*/React.createElement("g", {
1594
1654
  id: "Page-1",
1595
1655
  stroke: "none",
1596
1656
  "stroke-width": "1",
1597
1657
  fill: "none",
1598
1658
  "fill-rule": "evenodd"
1599
- }, /*#__PURE__*/_react.default.createElement("g", {
1659
+ }, /*#__PURE__*/React.createElement("g", {
1600
1660
  id: "Group",
1601
1661
  fill: color,
1602
1662
  "fill-rule": "nonzero"
1603
- }, /*#__PURE__*/_react.default.createElement("path", {
1663
+ }, /*#__PURE__*/React.createElement("path", {
1604
1664
  d: "M5.25478903,9.07120602 C5.12351903,9.07146406 4.99349903,9.04581406 4.87216903,8.99570406 C4.75083903,8.94559406 4.64060903,8.87202406 4.54778903,8.77920406 L0.305787033,4.53620406 C0.210214033,4.44402406 0.133956033,4.33373406 0.0814620331,4.21176406 C0.0289690331,4.08979406 0.0012910331,3.95860406 1.94289029e-16,3.82582406 C-0.0012019669,3.69304406 0.0240070331,3.56134406 0.0742000331,3.43841406 C0.124394033,3.31548406 0.198568033,3.20378406 0.292393033,3.10982406 C0.386219033,3.01586406 0.497817033,2.94153406 0.620677033,2.89116406 C0.743536033,2.84080406 0.875199033,2.81540406 1.00797903,2.81646406 C1.14075903,2.81752406 1.27198903,2.84501406 1.39402903,2.89733406 C1.51606903,2.94965406 1.62646903,3.02576406 1.71878903,3.12120406 L5.25378903,6.65620406 L11.618799,0.293202063 C11.806299,0.105562063 12.060699,9.30628876e-05 12.325899,3.33066907e-16 C12.591199,-9.39371124e-05 12.845599,0.105194063 13.033299,0.292702063 C13.220899,0.480214063 13.3264991,0.734574063 13.3264991,0.999844063 C13.3264991,1.26511406 13.221299,1.51956406 13.033799,1.70720406 L5.96178903,8.77920406 C5.86896903,8.87202406 5.75872903,8.94559406 5.63740903,8.99570406 C5.51607903,9.04581406 5.38604903,9.07146406 5.25478903,9.07120602 Z",
1605
1665
  id: "Path"
1606
1666
  }))));
@@ -1616,23 +1676,23 @@ const BettorEdgeIcon = ({
1616
1676
  height = size * 2;
1617
1677
  width = height * ratio;
1618
1678
  }
1619
- return /*#__PURE__*/_react.default.createElement("svg", {
1679
+ return /*#__PURE__*/React.createElement("svg", {
1620
1680
  width: `${width}px`,
1621
1681
  height: `${height}px`,
1622
1682
  viewBox: "0 0 45 58",
1623
1683
  version: "1.1",
1624
1684
  xmlns: "http://www.w3.org/2000/svg"
1625
- }, /*#__PURE__*/_react.default.createElement("title", null, "Group"), /*#__PURE__*/_react.default.createElement("g", {
1685
+ }, /*#__PURE__*/React.createElement("title", null, "Group"), /*#__PURE__*/React.createElement("g", {
1626
1686
  id: "Page-1",
1627
1687
  stroke: "none",
1628
1688
  "stroke-width": "1",
1629
1689
  fill: "none",
1630
1690
  "fill-rule": "evenodd"
1631
- }, /*#__PURE__*/_react.default.createElement("g", {
1691
+ }, /*#__PURE__*/React.createElement("g", {
1632
1692
  id: "Group",
1633
1693
  fill: color,
1634
1694
  "fill-rule": "nonzero"
1635
- }, /*#__PURE__*/_react.default.createElement("path", {
1695
+ }, /*#__PURE__*/React.createElement("path", {
1636
1696
  d: "M21.6596,34.4057 L31.3356,44.3798 L44.1069,43.1291 L44.1069,53.5633 L21.6596,57.2682 L21.6596,57.3389 L15.78,56.3557 C15.78,56.3557 21.6596,56.1748 21.6596,50.8967 L21.6596,34.4057 Z M0,33.0803 L9.64838,33.3635 C9.64838,33.3635 12.4051,34.0596 12.4051,39.5422 C12.4051,45.0248 9.64838,45.3512 9.64838,45.3512 L0,44.3522 L0,33.0803 Z M31.1111,13.0182 L31.1111,23.5586 L43.3193,23.9361 L43.3193,33.332 L31.4104,33.7017 L31.3356,43.9629 L21.6596,33.8669 L16.7646,28.7304 L21.6596,23.3108 L31.1111,13.0182 Z M9.64838,12.0507 C9.64838,12.0507 12.4051,12.3732 12.4051,17.1989 C12.4051,22.0247 9.64838,22.7051 9.64838,22.7051 L0,23.063 L0,13.0418 L9.64838,12.0507 Z M21.6596,0 L44.1069,3.71667 L44.1069,13.6868 L31.1269,12.3928 L21.6596,22.6972 L21.6596,6.51302 C21.6596,1.89471 17.1581,1.1759 16.0327,1.06836 L15.8461,1.05347 C15.8245,1.05215 15.808,1.05131 15.7969,1.0508 L15.78,1.05011 L21.6596,0.0707937 L21.6596,0 Z",
1637
1697
  id: "Shape"
1638
1698
  }))));
@@ -1641,13 +1701,13 @@ const CheckCirlceIcon = ({
1641
1701
  color,
1642
1702
  size
1643
1703
  }) => {
1644
- return /*#__PURE__*/_react.default.createElement("svg", {
1704
+ return /*#__PURE__*/React.createElement("svg", {
1645
1705
  width: `${size ?? 14}px`,
1646
1706
  height: `${size ?? 14}px`,
1647
1707
  viewBox: "0 0 22 22",
1648
1708
  version: "1.1",
1649
1709
  xmlns: "http://www.w3.org/2000/svg"
1650
- }, /*#__PURE__*/_react.default.createElement("title", null, "check-circle"), /*#__PURE__*/_react.default.createElement("g", {
1710
+ }, /*#__PURE__*/React.createElement("title", null, "check-circle"), /*#__PURE__*/React.createElement("g", {
1651
1711
  id: "Page-1",
1652
1712
  stroke: "none",
1653
1713
  "stroke-width": "1",
@@ -1655,15 +1715,15 @@ const CheckCirlceIcon = ({
1655
1715
  "fill-rule": "evenodd",
1656
1716
  "stroke-linecap": "round",
1657
1717
  "stroke-linejoin": "round"
1658
- }, /*#__PURE__*/_react.default.createElement("g", {
1718
+ }, /*#__PURE__*/React.createElement("g", {
1659
1719
  id: "check-circle",
1660
1720
  transform: "translate(1.000000, 1.000000)",
1661
1721
  stroke: color,
1662
1722
  "stroke-width": "2"
1663
- }, /*#__PURE__*/_react.default.createElement("path", {
1723
+ }, /*#__PURE__*/React.createElement("path", {
1664
1724
  d: "M20.0000565,9.08623485 L20.0000565,10.0062349 C19.9975243,14.4349207 17.0823504,18.3344478 12.8354089,19.5901358 C8.58846732,20.8458238 4.02145001,19.158547 1.61101155,15.4433012 C-0.799426916,11.7280554 -0.479080094,6.86987383 2.39833065,3.503307 C5.2757414,0.136740166 10.0247691,-0.936239861 14.0700565,0.866234854",
1665
1725
  id: "Path"
1666
- }), /*#__PURE__*/_react.default.createElement("polyline", {
1726
+ }), /*#__PURE__*/React.createElement("polyline", {
1667
1727
  id: "Path",
1668
1728
  points: "20.0000565 2.00623485 10.0000565 12.0162349 7.00005646 9.01623485"
1669
1729
  }))));
@@ -1672,13 +1732,13 @@ const CloseIcon = ({
1672
1732
  color,
1673
1733
  size
1674
1734
  }) => {
1675
- return /*#__PURE__*/_react.default.createElement("svg", {
1735
+ return /*#__PURE__*/React.createElement("svg", {
1676
1736
  width: `${size ?? 14}px`,
1677
1737
  height: `${size ?? 14}px`,
1678
1738
  viewBox: "0 0 14 14",
1679
1739
  version: "1.1",
1680
1740
  xmlns: "http://www.w3.org/2000/svg"
1681
- }, /*#__PURE__*/_react.default.createElement("title", null, "x"), /*#__PURE__*/_react.default.createElement("g", {
1741
+ }, /*#__PURE__*/React.createElement("title", null, "x"), /*#__PURE__*/React.createElement("g", {
1682
1742
  id: "Page-1",
1683
1743
  stroke: "none",
1684
1744
  "stroke-width": "1",
@@ -1686,18 +1746,18 @@ const CloseIcon = ({
1686
1746
  "fill-rule": "evenodd",
1687
1747
  "stroke-linecap": "round",
1688
1748
  "stroke-linejoin": "round"
1689
- }, /*#__PURE__*/_react.default.createElement("g", {
1749
+ }, /*#__PURE__*/React.createElement("g", {
1690
1750
  id: "x",
1691
1751
  transform: "translate(1.000000, 1.000000)",
1692
1752
  stroke: color,
1693
1753
  "stroke-width": "2"
1694
- }, /*#__PURE__*/_react.default.createElement("line", {
1754
+ }, /*#__PURE__*/React.createElement("line", {
1695
1755
  x1: "12",
1696
1756
  y1: "0",
1697
1757
  x2: "0",
1698
1758
  y2: "12",
1699
1759
  id: "Path"
1700
- }), /*#__PURE__*/_react.default.createElement("line", {
1760
+ }), /*#__PURE__*/React.createElement("line", {
1701
1761
  x1: "0",
1702
1762
  y1: "0",
1703
1763
  x2: "12",
@@ -1709,26 +1769,26 @@ const InProgressIcon = ({
1709
1769
  color,
1710
1770
  size
1711
1771
  }) => {
1712
- return /*#__PURE__*/_react.default.createElement("svg", {
1772
+ return /*#__PURE__*/React.createElement("svg", {
1713
1773
  width: `${size ?? 14}px`,
1714
1774
  height: `${size ?? 14}px`,
1715
1775
  viewBox: "0 0 24 24",
1716
1776
  version: "1.1",
1717
1777
  xmlns: "http://www.w3.org/2000/svg"
1718
- }, /*#__PURE__*/_react.default.createElement("title", null, "in-progress-svgrepo-com"), /*#__PURE__*/_react.default.createElement("g", {
1778
+ }, /*#__PURE__*/React.createElement("title", null, "in-progress-svgrepo-com"), /*#__PURE__*/React.createElement("g", {
1719
1779
  id: "Page-1",
1720
1780
  stroke: "none",
1721
1781
  "stroke-width": "1",
1722
1782
  fill: "none",
1723
1783
  "fill-rule": "evenodd"
1724
- }, /*#__PURE__*/_react.default.createElement("g", {
1784
+ }, /*#__PURE__*/React.createElement("g", {
1725
1785
  id: "in-progress-svgrepo-com"
1726
- }, /*#__PURE__*/_react.default.createElement("path", {
1786
+ }, /*#__PURE__*/React.createElement("path", {
1727
1787
  d: "M11.7,2 C11.6,2 11.6,2 11.5,2 C11.5,2 11.5,2 11.4,2 L11.4,2 C11.2,2 11.1,2 10.9,2 L11.1,4 C11.5,4 12,4 12.4,4 C16.4,4.3 19.7,7.5 19.9,11.6 C20.1,16 16.7,19.8 12.3,20 C12.3,20 12.2,20 12.1,20 C11.8,20 11.4,20 11.1,20 L11,22 C11.4,22 11.8,22 12.3,22 C12.4,22 12.6,22 12.7,22 L12.7,22 C18.1,21.6 22.2,17 22,11.6 C21.8,6.5 17.7,2.5 12.7,2.1 L12.7,2.1 C12.7,2.1 12.7,2.1 12.7,2.1 C12.5,2.1 12.4,2.1 12.2,2.1 C12,2 11.9,2 11.7,2 Z M8.2,2.7 C7.7,3 7.2,3.2 6.7,3.5 L7.8,5.2 C8.1,5 8.5,4.8 8.9,4.6 L8.2,2.7 Z M4.5,5.4 C4.1,5.8 3.8,6.3 3.5,6.7 L5.2,7.7 C5.4,7.4 5.7,7.1 6,6.7 L4.5,5.4 Z M15.4,8.4 L10.8,13.6 L8.1,11.5 L7,13.2 L11.2,16.4 L17,9.8 L15.4,8.4 Z M2.4,9 C2.2,9.5 2.1,10.1 2.1,10.6 L4.1,10.9 C4.2,10.5 4.2,10 4.4,9.6 L2.4,9 Z M4.1,13 L2.1,13.2 C2.1,13.3 2.1,13.4 2.1,13.5 C2.2,13.9 2.3,14.4 2.4,14.8 L4.3,14.2 C4.2,13.9 4.1,13.5 4.1,13.1 L4.1,13 Z M5.2,16.2 L3.5,17.3 C3.8,17.8 4.1,18.2 4.5,18.6 L6,17.3 C5.7,16.9 5.4,16.6 5.2,16.2 Z M7.8,18.8 L6.7,20.5 C7.2,20.8 7.7,21 8.2,21.3 L9,19.5 C8.5,19.2 8.1,19 7.8,18.8 Z",
1728
1788
  id: "Shape",
1729
1789
  fill: color,
1730
1790
  "fill-rule": "nonzero"
1731
- }), /*#__PURE__*/_react.default.createElement("rect", {
1791
+ }), /*#__PURE__*/React.createElement("rect", {
1732
1792
  id: "Rectangle",
1733
1793
  x: "0",
1734
1794
  y: "0",
@@ -1740,13 +1800,13 @@ const UserIcon = ({
1740
1800
  color,
1741
1801
  size
1742
1802
  }) => {
1743
- return /*#__PURE__*/_react.default.createElement("svg", {
1803
+ return /*#__PURE__*/React.createElement("svg", {
1744
1804
  width: `${size ?? 14}px`,
1745
1805
  height: `${size ?? 14}px`,
1746
1806
  viewBox: "0 0 18 20",
1747
1807
  version: "1.1",
1748
1808
  xmlns: "http://www.w3.org/2000/svg"
1749
- }, /*#__PURE__*/_react.default.createElement("title", null, "user"), /*#__PURE__*/_react.default.createElement("g", {
1809
+ }, /*#__PURE__*/React.createElement("title", null, "user"), /*#__PURE__*/React.createElement("g", {
1750
1810
  id: "Page-1",
1751
1811
  stroke: "none",
1752
1812
  "stroke-width": "1",
@@ -1754,15 +1814,15 @@ const UserIcon = ({
1754
1814
  "fill-rule": "evenodd",
1755
1815
  "stroke-linecap": "round",
1756
1816
  "stroke-linejoin": "round"
1757
- }, /*#__PURE__*/_react.default.createElement("g", {
1817
+ }, /*#__PURE__*/React.createElement("g", {
1758
1818
  id: "user",
1759
1819
  transform: "translate(1.000000, 1.000000)",
1760
1820
  stroke: color,
1761
1821
  "stroke-width": "2"
1762
- }, /*#__PURE__*/_react.default.createElement("path", {
1822
+ }, /*#__PURE__*/React.createElement("path", {
1763
1823
  d: "M16,18 L16,16 C16,13.790861 14.209139,12 12,12 L4,12 C1.790861,12 0,13.790861 0,16 L0,18",
1764
1824
  id: "Path"
1765
- }), /*#__PURE__*/_react.default.createElement("circle", {
1825
+ }), /*#__PURE__*/React.createElement("circle", {
1766
1826
  id: "Oval",
1767
1827
  cx: "8",
1768
1828
  cy: "4",
@@ -1776,13 +1836,13 @@ const ListIcon = ({
1776
1836
  let ratio = 1.4;
1777
1837
  let height = size ?? 14;
1778
1838
  let width = height * ratio;
1779
- return /*#__PURE__*/_react.default.createElement("svg", {
1839
+ return /*#__PURE__*/React.createElement("svg", {
1780
1840
  width: `${width}px`,
1781
1841
  height: `${height}px`,
1782
1842
  viewBox: "0 0 21 15",
1783
1843
  version: "1.1",
1784
1844
  xmlns: "http://www.w3.org/2000/svg"
1785
- }, /*#__PURE__*/_react.default.createElement("title", null, "list"), /*#__PURE__*/_react.default.createElement("g", {
1845
+ }, /*#__PURE__*/React.createElement("title", null, "list"), /*#__PURE__*/React.createElement("g", {
1786
1846
  id: "Page-1",
1787
1847
  stroke: "none",
1788
1848
  "stroke-width": "1",
@@ -1790,42 +1850,42 @@ const ListIcon = ({
1790
1850
  "fill-rule": "evenodd",
1791
1851
  "stroke-linecap": "round",
1792
1852
  "stroke-linejoin": "round"
1793
- }, /*#__PURE__*/_react.default.createElement("g", {
1853
+ }, /*#__PURE__*/React.createElement("g", {
1794
1854
  id: "list",
1795
1855
  transform: "translate(1.000000, 1.000000)",
1796
1856
  stroke: color,
1797
1857
  "stroke-width": "2"
1798
- }, /*#__PURE__*/_react.default.createElement("line", {
1858
+ }, /*#__PURE__*/React.createElement("line", {
1799
1859
  x1: "5.495",
1800
1860
  y1: "0.5",
1801
1861
  x2: "18.495",
1802
1862
  y2: "0.5",
1803
1863
  id: "Path"
1804
- }), /*#__PURE__*/_react.default.createElement("line", {
1864
+ }), /*#__PURE__*/React.createElement("line", {
1805
1865
  x1: "5.495",
1806
1866
  y1: "6.5",
1807
1867
  x2: "18.495",
1808
1868
  y2: "6.5",
1809
1869
  id: "Path"
1810
- }), /*#__PURE__*/_react.default.createElement("line", {
1870
+ }), /*#__PURE__*/React.createElement("line", {
1811
1871
  x1: "5.495",
1812
1872
  y1: "12.5",
1813
1873
  x2: "18.495",
1814
1874
  y2: "12.5",
1815
1875
  id: "Path"
1816
- }), /*#__PURE__*/_react.default.createElement("line", {
1876
+ }), /*#__PURE__*/React.createElement("line", {
1817
1877
  x1: "0.495",
1818
1878
  y1: "0.5",
1819
1879
  x2: "0.505",
1820
1880
  y2: "0.5",
1821
1881
  id: "Path"
1822
- }), /*#__PURE__*/_react.default.createElement("line", {
1882
+ }), /*#__PURE__*/React.createElement("line", {
1823
1883
  x1: "0.495",
1824
1884
  y1: "6.5",
1825
1885
  x2: "0.505",
1826
1886
  y2: "6.5",
1827
1887
  id: "Path"
1828
- }), /*#__PURE__*/_react.default.createElement("line", {
1888
+ }), /*#__PURE__*/React.createElement("line", {
1829
1889
  x1: "0.495",
1830
1890
  y1: "12.5",
1831
1891
  x2: "0.505",
@@ -1837,23 +1897,23 @@ const TrophyIcon = ({
1837
1897
  color,
1838
1898
  size
1839
1899
  }) => {
1840
- return /*#__PURE__*/_react.default.createElement("svg", {
1900
+ return /*#__PURE__*/React.createElement("svg", {
1841
1901
  width: `${size ?? 14}px`,
1842
1902
  height: `${size ?? 14}px`,
1843
1903
  viewBox: "0 0 16 16",
1844
1904
  version: "1.1",
1845
1905
  xmlns: "http://www.w3.org/2000/svg"
1846
- }, /*#__PURE__*/_react.default.createElement("title", null, "Group"), /*#__PURE__*/_react.default.createElement("g", {
1906
+ }, /*#__PURE__*/React.createElement("title", null, "Group"), /*#__PURE__*/React.createElement("g", {
1847
1907
  id: "Page-1",
1848
1908
  stroke: "none",
1849
1909
  "stroke-width": "1",
1850
1910
  fill: "none",
1851
1911
  "fill-rule": "evenodd"
1852
- }, /*#__PURE__*/_react.default.createElement("g", {
1912
+ }, /*#__PURE__*/React.createElement("g", {
1853
1913
  id: "Group",
1854
1914
  transform: "translate(0.000000, 0.000000)",
1855
1915
  fill: color
1856
- }, /*#__PURE__*/_react.default.createElement("path", {
1916
+ }, /*#__PURE__*/React.createElement("path", {
1857
1917
  d: "M15.9744,2.74451 C15.8361,1.81267 15.1711,1.06941 14.3196,0.895008 C14.0161,0.832855 13.7183,0.846759 13.4379,0.928709 L13.4379,0.690593 C13.4379,0.309201 13.1374,0 12.7666,0 L3.23337997,0 C3.05515997,0 2.88428997,0.0728345 2.75833997,0.202666 C2.63239997,0.332405 2.56177997,0.508276 2.56204997,0.691606 L2.56230997,0.928801 C2.28196997,0.846759 1.98397997,0.832763 1.68035997,0.895008 C0.828752974,1.06941 0.163774974,1.81267 0.0255696737,2.74451 C-0.0737876263,3.41457 -0.00754954628,5.1021 2.58916997,6.68521 C2.77373997,8.73812 5.37310997,10.3952 7.33303997,10.7075 L7.33303997,11.9521 L4.30004997,11.9521 C3.92928997,11.9521 3.62870997,12.2613 3.62870997,12.6427 L3.62870997,15.3094 C3.62870997,15.6908 3.92928997,16 4.30004997,16 L11.7,16 C12.0708,16 12.3714,15.6908 12.3714,15.3094 L12.3714,12.6427 C12.3714,12.2613 12.0708,11.9521 11.7,11.9521 L8.67570997,11.9521 L8.67570997,10.7075 C10.6366,10.395 13.2364,8.73545 13.4189,6.68024 C16.0075,5.0986 16.0738,3.41383 15.9744,2.74451 Z M11.0287,14.6188 L4.97137997,14.6188 L4.97137997,13.3333 L11.0287,13.3333 L11.0287,14.6188 Z M13.438,5.008 C14.6791,4.03094 14.6861,3.21522 14.6471,2.95288 C14.5856,2.53788 14.3066,2.3006 14.0575,2.24958 C13.7851,2.19397 13.5802,2.35087 13.438,2.53567 L13.438,5.008 Z M1.94262997,2.24958 C2.21652997,2.19369 2.42240997,2.3528 2.56463997,2.53908 L2.56803997,5.01269 C1.32096997,4.03352 1.31389997,3.21558 1.35292997,2.95288 C1.41450997,2.53788 1.69342997,2.3006 1.94262997,2.24958 Z M3.90569997,1.38119 L3.91231997,6.26754 C3.91231997,7.9839 6.33614997,9.37945 8.00436997,9.37945 C9.67106997,9.37945 12.0937,7.98556 12.0954,6.26745 L12.0954,1.38119 L3.90569997,1.38119 Z",
1858
1918
  id: "Shape"
1859
1919
  }))));
@@ -1862,13 +1922,13 @@ const EditIcon = ({
1862
1922
  color,
1863
1923
  size
1864
1924
  }) => {
1865
- return /*#__PURE__*/_react.default.createElement("svg", {
1925
+ return /*#__PURE__*/React.createElement("svg", {
1866
1926
  width: `${size ?? 14}px`,
1867
1927
  height: `${size ?? 14}px`,
1868
1928
  viewBox: "0 0 16 16",
1869
1929
  version: "1.1",
1870
1930
  xmlns: "http://www.w3.org/2000/svg"
1871
- }, /*#__PURE__*/_react.default.createElement("title", null, "edit-3-svgrepo-com"), /*#__PURE__*/_react.default.createElement("g", {
1931
+ }, /*#__PURE__*/React.createElement("title", null, "edit-3-svgrepo-com"), /*#__PURE__*/React.createElement("g", {
1872
1932
  id: "Page-1",
1873
1933
  stroke: "none",
1874
1934
  "stroke-width": "1",
@@ -1876,15 +1936,15 @@ const EditIcon = ({
1876
1936
  "fill-rule": "evenodd",
1877
1937
  "stroke-linecap": "round",
1878
1938
  "stroke-linejoin": "round"
1879
- }, /*#__PURE__*/_react.default.createElement("g", {
1939
+ }, /*#__PURE__*/React.createElement("g", {
1880
1940
  id: "edit-3-svgrepo-com",
1881
1941
  transform: "translate(1.000000, 1.000000)",
1882
1942
  stroke: color ?? _colors.default.brand.midnight,
1883
1943
  "stroke-width": "1.5"
1884
- }, /*#__PURE__*/_react.default.createElement("path", {
1944
+ }, /*#__PURE__*/React.createElement("path", {
1885
1945
  d: "M13.4142169,3.12168866 L6.77664984,9.75922094 C6.11567618,10.4201946 4.15360718,10.7263298 3.71527728,10.2879999 C3.27694738,9.84966997 3.57612493,7.88762184 4.23709859,7.22664818 L10.8816442,0.582137411 C11.045496,0.403368388 11.2438577,0.259665757 11.4648316,0.159684794 C11.685736,0.0597038305 11.9246606,0.00550399043 12.1671336,0.000397099207 C12.4095369,-0.0047028344 12.6505488,0.0393667147 12.8754886,0.129961852 C13.1004284,0.220556989 13.304704,0.355813073 13.475931,0.527527072 C13.6471579,0.699241071 13.7818574,0.903864601 13.8718194,1.12905485 C13.9617814,1.35425205 14.0052665,1.5953335 13.9994917,1.83777168 C13.9937169,2.08020986 13.9388213,2.31898833 13.8382837,2.53964917 C13.7376765,2.76031001 13.5934451,2.95831685 13.4142169,3.12168866 L13.4142169,3.12168866 Z",
1886
1946
  id: "Path"
1887
- }), /*#__PURE__*/_react.default.createElement("path", {
1947
+ }), /*#__PURE__*/React.createElement("path", {
1888
1948
  d: "M6.26185573,1.45182568 L2.78304699,1.45182568 C2.04493422,1.45182568 1.33710101,1.7450336 0.815175336,2.26695927 C0.293256619,2.78888495 0,3.4967599 0,4.23487267 L0,11.1924901 C0,11.9306238 0.293256619,12.6384918 0.815175336,13.1603827 C1.33710101,13.6823431 2.04493422,13.9755371 2.78304699,13.9755371 L10.4364262,13.9755371 C11.9740597,13.9755371 12.5237115,12.723166 12.5237115,11.1924901 L12.5237115,7.71368141",
1889
1949
  id: "Path"
1890
1950
  }))));
@@ -1896,13 +1956,13 @@ const ShareIcon = ({
1896
1956
  const ratio = 1.22;
1897
1957
  let width = size ?? 14;
1898
1958
  let height = width * ratio;
1899
- return /*#__PURE__*/_react.default.createElement("svg", {
1959
+ return /*#__PURE__*/React.createElement("svg", {
1900
1960
  width: `${width}px`,
1901
1961
  height: `${height}px`,
1902
1962
  viewBox: "0 0 18 22",
1903
1963
  version: "1.1",
1904
1964
  xmlns: "http://www.w3.org/2000/svg"
1905
- }, /*#__PURE__*/_react.default.createElement("title", null, "share"), /*#__PURE__*/_react.default.createElement("g", {
1965
+ }, /*#__PURE__*/React.createElement("title", null, "share"), /*#__PURE__*/React.createElement("g", {
1906
1966
  id: "Page-1",
1907
1967
  stroke: "none",
1908
1968
  "stroke-width": "1",
@@ -1910,18 +1970,18 @@ const ShareIcon = ({
1910
1970
  "fill-rule": "evenodd",
1911
1971
  "stroke-linecap": "round",
1912
1972
  "stroke-linejoin": "round"
1913
- }, /*#__PURE__*/_react.default.createElement("g", {
1973
+ }, /*#__PURE__*/React.createElement("g", {
1914
1974
  id: "share",
1915
1975
  transform: "translate(1.000000, 1.000000)",
1916
1976
  stroke: color,
1917
1977
  "stroke-width": "2"
1918
- }, /*#__PURE__*/_react.default.createElement("path", {
1978
+ }, /*#__PURE__*/React.createElement("path", {
1919
1979
  d: "M0,10 L0,18 C0,19.1045695 0.8954305,20 2,20 L14,20 C15.1045695,20 16,19.1045695 16,18 L16,10",
1920
1980
  id: "Path"
1921
- }), /*#__PURE__*/_react.default.createElement("polyline", {
1981
+ }), /*#__PURE__*/React.createElement("polyline", {
1922
1982
  id: "Path",
1923
1983
  points: "12 4 8 0 4 4"
1924
- }), /*#__PURE__*/_react.default.createElement("line", {
1984
+ }), /*#__PURE__*/React.createElement("line", {
1925
1985
  x1: "8",
1926
1986
  y1: "0",
1927
1987
  x2: "8",
@@ -1936,26 +1996,26 @@ const SettingsIcon = ({
1936
1996
  const ratio = .947;
1937
1997
  let height = size ?? 14;
1938
1998
  let width = height * ratio;
1939
- return /*#__PURE__*/_react.default.createElement("svg", {
1999
+ return /*#__PURE__*/React.createElement("svg", {
1940
2000
  width: `${width}px`,
1941
2001
  height: `${height}px`,
1942
2002
  viewBox: "0 0 19 20",
1943
2003
  version: "1.1",
1944
2004
  xmlns: "http://www.w3.org/2000/svg"
1945
- }, /*#__PURE__*/_react.default.createElement("title", null, "settings-svgrepo-com (1)"), /*#__PURE__*/_react.default.createElement("g", {
2005
+ }, /*#__PURE__*/React.createElement("title", null, "settings-svgrepo-com (1)"), /*#__PURE__*/React.createElement("g", {
1946
2006
  id: "Page-1",
1947
2007
  stroke: "none",
1948
2008
  "stroke-width": "1",
1949
2009
  fill: "none",
1950
2010
  "fill-rule": "evenodd"
1951
- }, /*#__PURE__*/_react.default.createElement("g", {
2011
+ }, /*#__PURE__*/React.createElement("g", {
1952
2012
  id: "settings-svgrepo-com-(1)",
1953
2013
  transform: "translate(0.000000, -0.000000)",
1954
2014
  fill: color ?? _colors.default.brand.midnight
1955
- }, /*#__PURE__*/_react.default.createElement("path", {
2015
+ }, /*#__PURE__*/React.createElement("path", {
1956
2016
  d: "M9.46811514,6.51162817 C7.54154773,6.51162817 5.97974311,8.07342349 5.97974311,10.0000002 C5.97974311,11.9266048 7.54154773,13.4883722 9.46811514,13.4883722 C11.3947198,13.4883722 12.9564872,11.9266048 12.9564872,10.0000002 C12.9564872,8.07342349 11.3947198,6.51162817 9.46811514,6.51162817 Z M7.37509192,10.0000002 C7.37509192,8.84409324 8.31220818,7.90697698 9.46811514,7.90697698 C10.6240221,7.90697698 11.5611384,8.84409324 11.5611384,10.0000002 C11.5611384,11.1559072 10.6240221,12.0930234 9.46811514,12.0930234 C8.31220818,12.0930234 7.37509192,11.1559072 7.37509192,10.0000002 Z",
1957
2017
  id: "Shape"
1958
- }), /*#__PURE__*/_react.default.createElement("path", {
2018
+ }), /*#__PURE__*/React.createElement("path", {
1959
2019
  d: "M9.44458025,0 C9.03118491,0 8.68597562,0 8.40262679,0.0193213249 C8.10765005,0.0394515571 7.8290454,0.0828376027 7.55891517,0.194725973 C6.93210588,0.454363177 6.43409659,0.952363167 6.17445939,1.57918176 C6.0392966,1.90550733 6.00269195,2.2494143 5.98871055,2.62321895 C5.97747335,2.92371197 5.82582684,3.17442824 5.60202219,3.30363754 C5.37822685,3.43284684 5.08527801,3.43881893 4.81942686,3.29830731 C4.48871058,3.12350731 4.17257106,2.98324685 3.82237571,2.93714452 C3.14972456,2.84858639 2.46943621,3.03087475 1.93117575,3.443898 C1.69921297,3.6218887 1.52231995,3.84148869 1.35740832,4.08688404 C1.19898042,4.32261426 1.02641298,4.62153519 0.819687401,4.9796003 L0.796199029,5.02028867 C0.58946415,5.37834447 0.416887409,5.67724679 0.291947877,5.93230725 C0.161892065,6.19783283 0.0601525324,6.46082817 0.0219850912,6.75070724 C-0.0665730465,7.42336769 0.115715322,8.10364675 0.528729267,8.64195371 C0.743724612,8.92204673 1.02321298,9.12576766 1.33990134,9.3247444 C1.59458041,9.48474439 1.73591064,9.74148857 1.73589203,10 C1.73588273,10.2584188 1.5945525,10.515163 1.33990134,10.675163 C1.02317577,10.8741397 0.743659496,11.0778606 0.528645546,11.3580467 C0.115622299,11.8962792 -0.0666567675,12.5765583 0.021892068,13.2492094 C0.0600595091,13.5390699 0.161799042,13.8021397 0.291854853,14.067628 C0.416794386,14.3226978 0.589371127,14.6215815 0.796096704,14.979628 L0.819594378,15.0203722 C1.02631996,15.3784187 1.19888739,15.6773024 1.3573153,15.9130233 C1.52222692,16.1584187 1.69911994,16.3780466 1.93108273,16.5560001 C2.46934318,16.9690233 3.14963154,17.1513489 3.82228269,17.0627908 C4.17245943,17.0166512 4.48858035,16.8764652 4.81927802,16.7016745 C5.08516639,16.5611163 5.37815243,16.5670698 5.60197568,16.6963722 C5.82580823,16.8255815 5.97747335,17.0762791 5.98871055,17.3768373 C6.00269195,17.7506047 6.0393059,18.0945117 6.17445939,18.4208372 C6.43409659,19.0476279 6.93210588,19.5456744 7.55891517,19.8053023 C7.8290454,19.9172093 8.10765005,19.9605581 8.40262679,19.9806512 C8.68597562,20 9.03118491,20 9.44458025,20 L9.491557,20 C9.90504536,20 10.2501616,20 10.5336035,19.9806512 C10.8285802,19.9605581 11.1071849,19.9172093 11.3773244,19.8053023 C12.0041151,19.5456744 12.5021616,19.0476279 12.7617895,18.4208372 C12.8969523,18.0945117 12.9335104,17.7506047 12.9474639,17.3767442 C12.9587197,17.0762791 13.1103476,16.8255815 13.3341616,16.6962791 C13.5579755,16.5670698 13.8509988,16.5611163 14.1168592,16.7015815 C14.4475569,16.8763722 14.7636499,17.0166512 15.1138825,17.0626977 C15.7865336,17.1512559 16.4668127,16.9690233 17.0050452,16.5560001 C17.2370452,16.3779536 17.4138824,16.1584187 17.5788127,15.9130233 C17.7372313,15.6773024 17.9097894,15.3784187 18.1164871,15.0203722 L18.1400219,14.979628 C18.3467196,14.6215815 18.5193708,14.3226048 18.644301,14.067535 C18.7743475,13.8020466 18.8760219,13.5390699 18.9142545,13.2492094 C19.0028126,12.5764653 18.820487,11.8961862 18.4074638,11.3579537 C18.1924871,11.0777676 17.9129522,10.8741397 17.596301,10.675163 C17.3416034,10.515163 17.200301,10.2584188 17.200301,9.99990717 C17.200301,9.74148857 17.3416034,9.48483742 17.596208,9.32483742 C17.9130452,9.12586068 18.1925801,8.92223278 18.4075568,8.64195371 C18.8205801,8.10371186 19.0029056,7.42343281 18.9143475,6.75077235 C18.876115,6.46089329 18.7744405,6.19789795 18.644394,5.93237237 C18.5194638,5.67733052 18.3469057,5.3784468 18.140115,5.0204189 L18.1166731,4.97970262 C17.9098824,4.62162821 17.7373243,4.32267938 17.5789057,4.08694915 C17.4139754,3.84155381 17.2371382,3.62195381 17.0051382,3.44395382 C16.4669057,3.03093987 15.7866266,2.8486515 15.1138825,2.93720964 C14.7637429,2.98331196 14.4476499,3.12355382 14.1169523,3.29834452 C13.8510918,3.43887475 13.5580685,3.43289335 13.3342546,3.30366545 C13.1104406,3.17444684 12.9587197,2.92369336 12.9474639,2.62317244 C12.9335104,2.24937709 12.8969523,1.90548873 12.7617895,1.57918176 C12.5021616,0.952363167 12.0041151,0.454363177 11.3773244,0.194725973 C11.1071849,0.0828376027 10.8285802,0.0394515571 10.5336035,0.0193213249 C10.2501616,0 9.90504536,0 9.491557,0 L9.44458025,0 Z M8.09285935,1.48386083 C8.1646733,1.4541306 8.27369656,1.42671665 8.49760353,1.41143293 C8.72783608,1.3957306 9.0251384,1.3953492 9.46811514,1.3953492 C9.91109187,1.3953492 10.2083942,1.3957306 10.4385337,1.41143293 C10.6625337,1.42671665 10.771557,1.4541306 10.8432779,1.48386083 C11.1282081,1.60187943 11.3546267,1.82824222 11.4725802,2.11316314 C11.5098825,2.20303291 11.5406732,2.34313523 11.5531384,2.67532127 C11.5806732,3.41241893 11.9611383,4.12213055 12.6365802,4.51207472 C13.311929,4.90202821 14.1168592,4.87665146 14.7689522,4.5319817 C15.0628127,4.37665147 15.1996499,4.33332124 15.296022,4.32062357 C15.6017894,4.2803724 15.9109987,4.36322822 16.1556499,4.55095844 C16.2173243,4.59825147 16.2955569,4.67896774 16.4207662,4.86526542 C16.5495103,5.05677239 16.6984406,5.3140468 16.9199289,5.6976747 C17.1414173,6.0813119 17.2897894,6.33895841 17.3912778,6.54616771 C17.4899754,6.7477398 17.5207661,6.85587933 17.5309057,6.93290258 C17.5711847,7.23865141 17.488301,7.54787932 17.3005801,7.79253978 C17.2413243,7.86972117 17.1354638,7.96650256 16.8538824,8.14334907 C16.2294173,8.53581418 15.8050452,9.22009324 15.8049522,9.99990717 C15.8049522,10.7798141 16.2293243,11.4641862 16.8538824,11.8566513 C17.1353708,12.0334885 17.2412313,12.1302327 17.3004871,12.207442 C17.488208,12.4520932 17.5710917,12.7613025 17.5308127,13.0670699 C17.5206731,13.1440932 17.4898824,13.2521862 17.3911847,13.4537676 C17.2896964,13.6609304 17.1413243,13.9186048 16.9198359,14.3022327 C16.6983476,14.6858606 16.5494173,14.9431629 16.4206731,15.1346978 C16.2954638,15.3209303 16.2172313,15.4016745 16.1555569,15.4489303 C15.9109057,15.6367443 15.6016964,15.719535 15.295929,15.6793489 C15.1995569,15.6666047 15.0627197,15.6232559 14.7688592,15.4680001 C14.1167662,15.1232559 13.311836,15.0979536 12.6363941,15.4879071 C11.9611383,15.8778605 11.5806732,16.587535 11.5531384,17.3246512 C11.5406732,17.6568373 11.5098825,17.7969303 11.4725802,17.8868838 C11.3546267,18.171721 11.1282081,18.3981396 10.8432779,18.5161861 C10.771557,18.5458605 10.6625337,18.5733024 10.4385337,18.5885582 C10.2083942,18.6042791 9.91109187,18.6046512 9.46811514,18.6046512 C9.0251384,18.6046512 8.72783608,18.6042791 8.49760353,18.5885582 C8.27369656,18.5733024 8.1646733,18.5458605 8.09285935,18.5161861 C7.80802215,18.3981396 7.58161285,18.171721 7.46359425,17.8868838 C7.42636634,17.7969303 7.39551053,17.6568373 7.38308262,17.3246512 C7.35551983,16.587628 6.97506402,15.8778605 6.29965008,15.4879071 C5.62424545,15.0979536 4.81938965,15.1233489 4.16725943,15.4680001 C3.87337106,15.6233489 3.73660827,15.6666978 3.64016176,15.6793489 C3.33440363,15.719628 3.02518503,15.6367443 2.78052457,15.4490233 C2.71888736,15.4017675 2.6406269,15.3210233 2.5154269,15.1346978 C2.38672923,14.9432559 2.23775249,14.6859536 2.01626412,14.3023257 C1.79476645,13.9186978 1.64645018,13.6610234 1.5449525,13.4538606 C1.44621762,13.2522792 1.41544553,13.1440932 1.40530599,13.0670699 C1.36505483,12.7613025 1.44791064,12.4520932 1.63565018,12.207442 C1.69486878,12.1303257 1.80077575,12.0334885 2.08225482,11.8566513 C2.70679434,11.4642792 3.13120363,10.7799072 3.13124084,10.0000932 C3.13128736,9.22009324 2.70685946,8.53572116 2.08226412,8.14325605 C1.80085017,7.96640954 1.6949525,7.86964675 1.6357339,7.79247466 C1.44800367,7.5478142 1.36514786,7.2385956 1.40539902,6.93283747 C1.41553855,6.85582352 1.44631064,6.74767468 1.54504553,6.54611189 C1.6465432,6.33889329 1.79485947,6.08124679 2.01634784,5.69760958 C2.23784551,5.31398169 2.38681295,5.05670727 2.51551993,4.8652003 C2.64071992,4.67891193 2.71898039,4.59818635 2.78060829,4.55090263 C3.02527806,4.3631631 3.33449665,4.28030729 3.64024548,4.32055845 C3.7367013,4.33325612 3.87347339,4.37658636 4.16739896,4.53194449 C4.81949197,4.87660495 5.62431056,4.90197239 6.29968729,4.51204682 C6.97507333,4.12212124 7.35551983,3.41243754 7.38308262,2.67536778 C7.39551053,2.34315384 7.42636634,2.20304221 7.46359425,2.11316314 C7.58161285,1.82824222 7.80802215,1.60187943 8.09285935,1.48386083 Z",
1960
2020
  id: "Shape"
1961
2021
  }))));
@@ -1964,28 +2024,28 @@ const TransactionIcon = ({
1964
2024
  color,
1965
2025
  size
1966
2026
  }) => {
1967
- return /*#__PURE__*/_react.default.createElement("svg", {
2027
+ return /*#__PURE__*/React.createElement("svg", {
1968
2028
  width: `${size ?? 20}px`,
1969
2029
  height: `${size ?? 20}px`,
1970
2030
  viewBox: "0 0 20 20",
1971
2031
  version: "1.1",
1972
2032
  xmlns: "http://www.w3.org/2000/svg"
1973
- }, /*#__PURE__*/_react.default.createElement("title", null, "transaction-svgrepo-com"), /*#__PURE__*/_react.default.createElement("g", {
2033
+ }, /*#__PURE__*/React.createElement("title", null, "transaction-svgrepo-com"), /*#__PURE__*/React.createElement("g", {
1974
2034
  id: "Page-1",
1975
2035
  stroke: "none",
1976
2036
  "stroke-width": "1",
1977
2037
  fill: "none",
1978
2038
  "fill-rule": "evenodd"
1979
- }, /*#__PURE__*/_react.default.createElement("g", {
2039
+ }, /*#__PURE__*/React.createElement("g", {
1980
2040
  id: "transaction-svgrepo-com",
1981
2041
  fill: color ?? _colors.default.brand.midnight
1982
- }, /*#__PURE__*/_react.default.createElement("path", {
2042
+ }, /*#__PURE__*/React.createElement("path", {
1983
2043
  d: "M9.28571429,0 C8.10228571,0 7.14285714,0.959385714 7.14285714,2.14285714 L7.14285714,4.28571429 L2.14285714,4.28571429 C0.959385714,4.28571429 0,5.2451 0,6.42857143 L0,17.8571429 C0,19.0405714 0.959385714,20 2.14285714,20 L10.7142857,20 C11.8977143,20 12.8571429,19.0405714 12.8571429,17.8571429 L12.8571429,15.7142857 L17.8571429,15.7142857 C19.0405714,15.7142857 20,14.7548571 20,13.5714286 L20,2.14285714 C20,0.959385714 19.0405714,0 17.8571429,0 L9.28571429,0 Z M11.4285714,15.7142857 L9.28571429,15.7142857 C8.10228571,15.7142857 7.14285714,14.7548571 7.14285714,13.5714286 L7.14285714,5.71428571 L2.14285714,5.71428571 C1.74837143,5.71428571 1.42857143,6.03408571 1.42857143,6.42857143 L1.42857143,17.8571429 C1.42857143,18.2515714 1.74837143,18.5714286 2.14285714,18.5714286 L10.7142857,18.5714286 C11.1087143,18.5714286 11.4285714,18.2515714 11.4285714,17.8571429 L11.4285714,15.7142857 Z M8.57142857,2.14285714 C8.57142857,1.74837143 8.89128571,1.42857143 9.28571429,1.42857143 L17.8571429,1.42857143 C18.2515714,1.42857143 18.5714286,1.74837143 18.5714286,2.14285714 L18.5714286,13.5714286 C18.5714286,13.9658571 18.2515714,14.2857143 17.8571429,14.2857143 L9.28571429,14.2857143 C8.89128571,14.2857143 8.57142857,13.9658571 8.57142857,13.5714286 L8.57142857,2.14285714 Z",
1984
2044
  id: "Shape"
1985
- }), /*#__PURE__*/_react.default.createElement("path", {
2045
+ }), /*#__PURE__*/React.createElement("path", {
1986
2046
  d: "M10,5 C10,4.60551429 10.3198571,4.28571429 10.7142857,4.28571429 L16.4285714,4.28571429 C16.823,4.28571429 17.1428571,4.60551429 17.1428571,5 C17.1428571,5.39448571 16.823,5.71428571 16.4285714,5.71428571 L10.7142857,5.71428571 C10.3198571,5.71428571 10,5.39448571 10,5 Z",
1987
2047
  id: "Path"
1988
- }), /*#__PURE__*/_react.default.createElement("path", {
2048
+ }), /*#__PURE__*/React.createElement("path", {
1989
2049
  d: "M10,7.85714286 C10,7.46271429 10.3198571,7.14285714 10.7142857,7.14285714 L13.5714286,7.14285714 C13.9658571,7.14285714 14.2857143,7.46271429 14.2857143,7.85714286 C14.2857143,8.25157143 13.9658571,8.57142857 13.5714286,8.57142857 L10.7142857,8.57142857 C10.3198571,8.57142857 10,8.25157143 10,7.85714286 Z",
1990
2050
  id: "Path"
1991
2051
  }))));
@@ -1994,13 +2054,13 @@ const AlertIcon = ({
1994
2054
  color,
1995
2055
  size
1996
2056
  }) => {
1997
- return /*#__PURE__*/_react.default.createElement("svg", {
2057
+ return /*#__PURE__*/React.createElement("svg", {
1998
2058
  width: `${size}px`,
1999
2059
  height: `${size}px`,
2000
2060
  viewBox: "0 0 22 22",
2001
2061
  version: "1.1",
2002
2062
  xmlns: "http://www.w3.org/2000/svg"
2003
- }, /*#__PURE__*/_react.default.createElement("title", null, "alert-circle"), /*#__PURE__*/_react.default.createElement("g", {
2063
+ }, /*#__PURE__*/React.createElement("title", null, "alert-circle"), /*#__PURE__*/React.createElement("g", {
2004
2064
  id: "Page-1",
2005
2065
  stroke: "none",
2006
2066
  "stroke-width": "1",
@@ -2008,23 +2068,23 @@ const AlertIcon = ({
2008
2068
  "fill-rule": "evenodd",
2009
2069
  "stroke-linecap": "round",
2010
2070
  "stroke-linejoin": "round"
2011
- }, /*#__PURE__*/_react.default.createElement("g", {
2071
+ }, /*#__PURE__*/React.createElement("g", {
2012
2072
  id: "alert-circle",
2013
2073
  transform: "translate(1.000000, 1.000000)",
2014
2074
  stroke: color,
2015
2075
  "stroke-width": "2"
2016
- }, /*#__PURE__*/_react.default.createElement("circle", {
2076
+ }, /*#__PURE__*/React.createElement("circle", {
2017
2077
  id: "Oval",
2018
2078
  cx: "10",
2019
2079
  cy: "10",
2020
2080
  r: "10"
2021
- }), /*#__PURE__*/_react.default.createElement("line", {
2081
+ }), /*#__PURE__*/React.createElement("line", {
2022
2082
  x1: "10",
2023
2083
  y1: "6",
2024
2084
  x2: "10",
2025
2085
  y2: "10",
2026
2086
  id: "Path"
2027
- }), /*#__PURE__*/_react.default.createElement("line", {
2087
+ }), /*#__PURE__*/React.createElement("line", {
2028
2088
  x1: "10",
2029
2089
  y1: "14",
2030
2090
  x2: "10.01",
@@ -2039,13 +2099,13 @@ const PhoneIcon = ({
2039
2099
  const ratio = .7727;
2040
2100
  let height = size ?? 14;
2041
2101
  let width = height * ratio;
2042
- return /*#__PURE__*/_react.default.createElement("svg", {
2102
+ return /*#__PURE__*/React.createElement("svg", {
2043
2103
  width: `${width}px`,
2044
2104
  height: `${height}px`,
2045
2105
  viewBox: "0 0 17 22",
2046
2106
  version: "1.1",
2047
2107
  xmlns: "http://www.w3.org/2000/svg"
2048
- }, /*#__PURE__*/_react.default.createElement("title", null, "phone-svgrepo-com"), /*#__PURE__*/_react.default.createElement("g", {
2108
+ }, /*#__PURE__*/React.createElement("title", null, "phone-svgrepo-com"), /*#__PURE__*/React.createElement("g", {
2049
2109
  id: "Page-1",
2050
2110
  stroke: "none",
2051
2111
  "stroke-width": "1",
@@ -2053,15 +2113,15 @@ const PhoneIcon = ({
2053
2113
  "fill-rule": "evenodd",
2054
2114
  "stroke-linecap": "round",
2055
2115
  "stroke-linejoin": "round"
2056
- }, /*#__PURE__*/_react.default.createElement("g", {
2116
+ }, /*#__PURE__*/React.createElement("g", {
2057
2117
  id: "phone-svgrepo-com",
2058
2118
  transform: "translate(1.438912, 1.000000)",
2059
2119
  stroke: color ?? _colors.default.brand.midnight,
2060
2120
  "stroke-width": "2"
2061
- }, /*#__PURE__*/_react.default.createElement("path", {
2121
+ }, /*#__PURE__*/React.createElement("path", {
2062
2122
  d: "M14.0067027,15.5000775 L14.0067027,4.5000225 C14.069603,3.37367687 13.684301,2.26821134 12.9347973,1.42505713 C12.1852936,0.58190291 11.1326883,0.0695803479 10.0066827,0 L4.00666266,0 C2.88071703,0.0695803479 1.82805177,0.58190291 1.07858802,1.42505713 C0.329114272,2.26821134 -0.0562676553,3.37367687 0.00665265933,4.5000225 L0.00665265933,15.5000775 C-0.0562676553,16.6263831 0.329114272,17.7317887 1.07858802,18.5748929 C1.82805177,19.4180971 2.88071703,19.9303997 4.00666266,20 L10.0066827,20 C11.1326883,19.9303997 12.1852936,19.4180971 12.9347973,18.5748929 C13.684301,17.7317887 14.069603,16.6263831 14.0067027,15.5000775 L14.0067027,15.5000775 Z",
2063
2123
  id: "Path"
2064
- }), /*#__PURE__*/_react.default.createElement("line", {
2124
+ }), /*#__PURE__*/React.createElement("line", {
2065
2125
  x1: "9.00687766",
2066
2126
  y1: "3.000015",
2067
2127
  x2: "5.00685766",
@@ -2076,29 +2136,29 @@ const EmailIcon = ({
2076
2136
  const ratio = .8181;
2077
2137
  let width = size ?? 14;
2078
2138
  let height = width * ratio;
2079
- return /*#__PURE__*/_react.default.createElement("svg", {
2139
+ return /*#__PURE__*/React.createElement("svg", {
2080
2140
  width: `${width}px`,
2081
2141
  height: `${height}px`,
2082
2142
  viewBox: "0 0 22 18",
2083
2143
  version: "1.1",
2084
2144
  xmlns: "http://www.w3.org/2000/svg"
2085
- }, /*#__PURE__*/_react.default.createElement("title", null, "email-svgrepo-com"), /*#__PURE__*/_react.default.createElement("g", {
2145
+ }, /*#__PURE__*/React.createElement("title", null, "email-svgrepo-com"), /*#__PURE__*/React.createElement("g", {
2086
2146
  id: "Page-1",
2087
2147
  stroke: "none",
2088
2148
  "stroke-width": "1",
2089
2149
  fill: "none",
2090
2150
  "fill-rule": "evenodd",
2091
2151
  "stroke-linecap": "round"
2092
- }, /*#__PURE__*/_react.default.createElement("g", {
2152
+ }, /*#__PURE__*/React.createElement("g", {
2093
2153
  id: "email-svgrepo-com",
2094
2154
  transform: "translate(1.000000, 1.000000)",
2095
2155
  stroke: color ?? _colors.default.brand.midnight,
2096
2156
  "stroke-width": "2"
2097
- }, /*#__PURE__*/_react.default.createElement("path", {
2157
+ }, /*#__PURE__*/React.createElement("path", {
2098
2158
  d: "M1.11111111,2.22222222 L8,7.38888889 C9.18522222,8.27777778 10.8147778,8.27777778 12,7.38888889 L18.8888889,2.22222222",
2099
2159
  id: "Path",
2100
2160
  "stroke-linejoin": "round"
2101
- }), /*#__PURE__*/_react.default.createElement("rect", {
2161
+ }), /*#__PURE__*/React.createElement("rect", {
2102
2162
  id: "Rectangle",
2103
2163
  x: "0",
2104
2164
  y: "0",
@@ -2114,32 +2174,32 @@ const BirthdayIcon = ({
2114
2174
  const ratio = .958;
2115
2175
  let height = size ?? 14;
2116
2176
  let width = height * ratio;
2117
- return /*#__PURE__*/_react.default.createElement("svg", {
2177
+ return /*#__PURE__*/React.createElement("svg", {
2118
2178
  width: `${width}px`,
2119
2179
  height: `${height}px`,
2120
2180
  viewBox: "0 0 23 24",
2121
2181
  version: "1.1",
2122
2182
  xmlns: "http://www.w3.org/2000/svg"
2123
- }, /*#__PURE__*/_react.default.createElement("title", null, "birthday-card-invitation-svgrepo-com"), /*#__PURE__*/_react.default.createElement("g", {
2183
+ }, /*#__PURE__*/React.createElement("title", null, "birthday-card-invitation-svgrepo-com"), /*#__PURE__*/React.createElement("g", {
2124
2184
  id: "Page-1",
2125
2185
  stroke: "none",
2126
2186
  "stroke-width": "1",
2127
2187
  fill: "none",
2128
2188
  "fill-rule": "evenodd"
2129
- }, /*#__PURE__*/_react.default.createElement("g", {
2189
+ }, /*#__PURE__*/React.createElement("g", {
2130
2190
  id: "birthday-card-invitation-svgrepo-com",
2131
2191
  fill: color ?? _colors.default.brand.midnight,
2132
2192
  "fill-rule": "nonzero"
2133
- }, /*#__PURE__*/_react.default.createElement("path", {
2193
+ }, /*#__PURE__*/React.createElement("path", {
2134
2194
  d: "M22.0403438,9.3645 L20.3392969,7.75045312 L20.3392969,3.18304687 C20.3392969,2.92148437 20.1273281,2.70951562 19.8657656,2.70951562 L15.0264375,2.70951562 L12.9365625,0.726609375 C11.915625,-0.242203125 10.3160625,-0.242203125 9.29503125,0.726609375 L7.20520312,2.70951562 L2.365875,2.70951562 C2.1043125,2.70951562 1.89234375,2.92148437 1.89234375,3.18304687 L1.89234375,7.75045312 L0.147609375,9.40589062 C-0.042140625,9.58589062 -0.0481875,9.88382812 0.130078125,10.0753594 C0.211828125,10.16325 7.89342187,15.8377969 7.89342187,15.8377969 L1.52517187,21.8800781 C1.36954687,22.0276875 1.25953125,22.207875 1.19798438,22.4021719 C1.03964062,22.1668594 0.9470625,21.8836875 0.9470625,21.579375 L0.9470625,12.7727344 C0.9470625,12.5111719 0.73509375,12.2992031 0.47353125,12.2992031 C0.21196875,12.2992031 0,12.5111719 0,12.7727344 L0,21.579375 C0,22.8550312 0.990375,23.9029687 2.24245312,23.996625 C2.28534375,24.001125 19.94625,24.001125 19.9891875,23.996625 C21.2412187,23.9029219 22.2314533,22.8549375 22.2314533,21.579375 L22.2314533,9.82626562 C22.2314533,9.66520312 22.1904844,9.51473437 22.0403438,9.3645 Z M9.946875,1.41360938 C10.602375,0.791625 11.6292656,0.791765625 12.2846719,1.41360938 L13.6504687,2.70951562 L8.58098437,2.70951562 L9.946875,1.41360938 Z M1.21125,9.7021875 L1.89234375,9.05596875 L1.89234375,9.24159375 C1.89234375,9.50315625 2.1043125,9.715125 2.365875,9.715125 C2.6274375,9.715125 2.83940625,9.50315625 2.83940625,9.24159375 L2.83940625,3.65657813 L14.8336406,3.65657813 C14.8349531,3.65657813 14.8363125,3.65676563 14.837625,3.65676563 C14.8388906,3.65676563 14.8401562,3.65657813 14.8413281,3.65657813 L19.3921406,3.65657813 L19.3921406,9.25129687 C19.3921406,9.51285937 19.6041094,9.72482812 19.8656719,9.72482812 C20.1272344,9.72482812 20.3392031,9.51285937 20.3392031,9.25129687 L20.3392031,9.05596875 L21.0260156,9.70767187 L13.6464844,15.1815 L12.9365156,14.5078594 C11.9155781,13.5390469 10.3160156,13.5389531 9.29498437,14.5078594 L8.59078125,15.1759687 L1.21125,9.7021875 Z M20.1229219,22.878375 C20.1023906,22.9298437 20.0374219,23.0454844 19.8794531,23.0552812 C19.8552656,23.0565 2.37628125,23.0565 2.35223437,23.0552812 C2.194125,23.0455781 2.12929687,22.9298437 2.10876562,22.878375 C2.08729687,22.8245625 2.0510625,22.6867031 2.17701562,22.567125 L8.91089062,16.1777812 C8.94257812,16.154625 8.97173438,16.1271562 8.99770312,16.0954688 L9.946875,15.1948594 C10.274625,14.8838906 10.6952344,14.7284062 11.1157969,14.7284062 C11.5363594,14.7284062 11.9569687,14.8839375 12.2847187,15.1948594 L20.054625,22.567125 C20.180625,22.6866562 20.1443437,22.8245625 20.1229219,22.878375 Z M21.2844375,21.5793281 C21.2844375,21.8837344 21.1918594,22.1667656 21.0335156,22.402125 C20.9719688,22.2079219 20.8619531,22.0277344 20.7063281,21.8800781 L14.3439375,15.8432344 L21.2844375,10.6950937 L21.2844375,21.5793281 L21.2844375,21.5793281 Z",
2135
2195
  id: "Shape"
2136
- }), /*#__PURE__*/_react.default.createElement("path", {
2196
+ }), /*#__PURE__*/React.createElement("path", {
2137
2197
  d: "M7.498125,5.2335 C7.24354687,5.2335 7.04409375,5.43295312 7.04409375,5.68753125 L7.04409375,7.49971875 L5.1174375,7.49971875 L5.1174375,5.68753125 C5.1174375,5.43295313 4.9145625,5.2335 4.65571875,5.2335 C4.40109375,5.2335 4.20164063,5.43295312 4.20164063,5.68753125 L4.20164063,10.2201094 C4.20164063,10.4746875 4.40109375,10.6741406 4.65571875,10.6741406 C4.91465625,10.6741406 5.1174375,10.4746875 5.1174375,10.2201094 L5.1174375,8.40792187 L7.04404688,8.40792187 L7.04404688,10.2201094 C7.04404688,10.4746875 7.2435,10.6741406 7.49807813,10.6741406 C7.7570625,10.6741406 7.95989063,10.4746875 7.95989063,10.2201094 L7.95989063,5.68753125 C7.95989063,5.43295313 7.7570625,5.2335 7.498125,5.2335 Z",
2138
2198
  id: "Path"
2139
- }), /*#__PURE__*/_react.default.createElement("path", {
2199
+ }), /*#__PURE__*/React.createElement("path", {
2140
2200
  d: "M12.4064531,7.59215625 C12.5886094,7.33776563 12.6846562,7.0385625 12.6846562,6.7246875 C12.6846562,5.9025 12.0157031,5.23354688 11.1935156,5.23354688 L10.1026875,5.23354688 C9.85223438,5.23354688 9.64851562,5.43721875 9.64851562,5.68757812 L9.64851562,10.2201563 C9.64846875,10.46625 9.85640625,10.6741875 10.1026875,10.6741875 C10.1089219,10.6741875 10.114125,10.672875 10.1179687,10.6712344 C10.1225156,10.6731094 10.1276719,10.6741875 10.1333906,10.6741875 L11.4931406,10.6741875 C12.4170469,10.6741875 13.1686875,9.919125 13.1686875,8.991 C13.1686875,8.42817188 12.8844375,7.90771875 12.4064531,7.59215625 Z M10.5643594,6.14939063 L11.1935156,6.14939063 C11.5161094,6.14939063 11.7687656,6.40204687 11.7687656,6.72464063 C11.7687656,7.050375 11.5107188,7.31535937 11.1935156,7.31535937 L10.5643594,7.31535937 L10.5643594,6.14939063 L10.5643594,6.14939063 Z M11.4931406,9.75825 L10.5643594,9.75825 L10.5643594,8.23120313 L11.4925313,8.23120313 C11.9188594,8.23870313 12.2527969,8.57240625 12.2527969,8.99095313 C12.2527969,9.41376562 11.9188594,9.75079688 11.4931406,9.75825 Z",
2141
2201
  id: "Shape"
2142
- }), /*#__PURE__*/_react.default.createElement("path", {
2202
+ }), /*#__PURE__*/React.createElement("path", {
2143
2203
  d: "M15.5724844,5.2335 L14.6660156,5.2335 C14.4114375,5.2335 14.2119844,5.43295313 14.2119844,5.68753125 L14.2119844,10.2201094 C14.2119844,10.4705156 14.4156094,10.6741875 14.6660156,10.6741875 L15.5724844,10.6741875 C17.0682187,10.6741875 18.2851406,9.450375 18.2851406,7.94615625 C18.2851406,6.45042188 17.0682656,5.2335 15.5724844,5.2335 Z M15.5724844,9.75829687 L15.1277344,9.75829687 L15.1277344,9.75829687 L15.1277344,6.14939063 L15.5724844,6.14939063 C16.5632344,6.14939063 17.3693437,6.95545313 17.3693437,7.94615625 C17.3692969,8.95476563 16.5799687,9.75075 15.5724844,9.75829687 Z",
2144
2204
  id: "Shape"
2145
2205
  }))));
@@ -2150,112 +2210,327 @@ const IBTFLowIcon = ({
2150
2210
  const ratio = .279;
2151
2211
  let width = size ?? 14;
2152
2212
  let height = width * ratio;
2153
- return /*#__PURE__*/_react.default.createElement("svg", {
2213
+ return /*#__PURE__*/React.createElement("svg", {
2154
2214
  width: `${width}px`,
2155
2215
  height: `${height}px`,
2156
2216
  viewBox: "0 0 939 262",
2157
2217
  version: "1.1",
2158
2218
  xmlns: "http://www.w3.org/2000/svg"
2159
- }, /*#__PURE__*/_react.default.createElement("title", null, "Artboard"), /*#__PURE__*/_react.default.createElement("g", {
2219
+ }, /*#__PURE__*/React.createElement("title", null, "Artboard"), /*#__PURE__*/React.createElement("g", {
2160
2220
  id: "Artboard",
2161
2221
  stroke: "none",
2162
2222
  "stroke-width": "1",
2163
2223
  fill: "none",
2164
2224
  "fill-rule": "evenodd"
2165
- }, /*#__PURE__*/_react.default.createElement("g", {
2225
+ }, /*#__PURE__*/React.createElement("g", {
2166
2226
  id: "Plaid_(company)-Vertical-Logo.wine",
2167
2227
  transform: "translate(400.000000, 52.000000)",
2168
2228
  fill: "#111212",
2169
2229
  "fill-rule": "nonzero"
2170
- }, /*#__PURE__*/_react.default.createElement("path", {
2230
+ }, /*#__PURE__*/React.createElement("path", {
2171
2231
  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",
2172
2232
  id: "Shape"
2173
- })), /*#__PURE__*/_react.default.createElement("g", {
2233
+ })), /*#__PURE__*/React.createElement("g", {
2174
2234
  id: "bank_icon_instant",
2175
2235
  transform: "translate(724.000000, 52.159450)",
2176
2236
  stroke: "#003566",
2177
2237
  "stroke-width": "12"
2178
- }, /*#__PURE__*/_react.default.createElement("path", {
2238
+ }, /*#__PURE__*/React.createElement("path", {
2179
2239
  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",
2180
2240
  id: "Shape"
2181
- })), /*#__PURE__*/_react.default.createElement("g", {
2241
+ })), /*#__PURE__*/React.createElement("g", {
2182
2242
  id: "BettorEdge-Double-Line---Dark",
2183
2243
  transform: "translate(8.000000, 52.000000)",
2184
2244
  fill: "#003566",
2185
2245
  "fill-rule": "nonzero"
2186
- }, /*#__PURE__*/_react.default.createElement("path", {
2246
+ }, /*#__PURE__*/React.createElement("path", {
2187
2247
  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",
2188
2248
  id: "Shape"
2189
- }), /*#__PURE__*/_react.default.createElement("path", {
2249
+ }), /*#__PURE__*/React.createElement("path", {
2190
2250
  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",
2191
2251
  id: "Shape"
2192
- }), /*#__PURE__*/_react.default.createElement("path", {
2252
+ }), /*#__PURE__*/React.createElement("path", {
2193
2253
  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",
2194
2254
  id: "Path"
2195
- }), /*#__PURE__*/_react.default.createElement("path", {
2255
+ }), /*#__PURE__*/React.createElement("path", {
2196
2256
  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",
2197
2257
  id: "Path"
2198
- }), /*#__PURE__*/_react.default.createElement("path", {
2258
+ }), /*#__PURE__*/React.createElement("path", {
2199
2259
  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",
2200
2260
  id: "Shape"
2201
- }), /*#__PURE__*/_react.default.createElement("path", {
2261
+ }), /*#__PURE__*/React.createElement("path", {
2202
2262
  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",
2203
2263
  id: "Path"
2204
- }), /*#__PURE__*/_react.default.createElement("polygon", {
2264
+ }), /*#__PURE__*/React.createElement("polygon", {
2205
2265
  id: "Path",
2206
2266
  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"
2207
- }), /*#__PURE__*/_react.default.createElement("path", {
2267
+ }), /*#__PURE__*/React.createElement("path", {
2208
2268
  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",
2209
2269
  id: "Shape"
2210
- }), /*#__PURE__*/_react.default.createElement("path", {
2270
+ }), /*#__PURE__*/React.createElement("path", {
2211
2271
  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",
2212
2272
  id: "Shape"
2213
- }), /*#__PURE__*/_react.default.createElement("path", {
2273
+ }), /*#__PURE__*/React.createElement("path", {
2214
2274
  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",
2215
2275
  id: "Shape"
2216
- }), /*#__PURE__*/_react.default.createElement("polygon", {
2276
+ }), /*#__PURE__*/React.createElement("polygon", {
2217
2277
  id: "Combined-Shape",
2218
2278
  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"
2219
- }), /*#__PURE__*/_react.default.createElement("path", {
2279
+ }), /*#__PURE__*/React.createElement("path", {
2220
2280
  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",
2221
2281
  id: "Combined-Shape"
2222
- }), /*#__PURE__*/_react.default.createElement("path", {
2282
+ }), /*#__PURE__*/React.createElement("path", {
2223
2283
  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",
2224
2284
  id: "Combined-Shape"
2225
- }), /*#__PURE__*/_react.default.createElement("path", {
2285
+ }), /*#__PURE__*/React.createElement("path", {
2226
2286
  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",
2227
2287
  id: "Path"
2228
- }), /*#__PURE__*/_react.default.createElement("path", {
2288
+ }), /*#__PURE__*/React.createElement("path", {
2229
2289
  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",
2230
2290
  id: "Path"
2231
- })), /*#__PURE__*/_react.default.createElement("g", {
2291
+ })), /*#__PURE__*/React.createElement("g", {
2232
2292
  id: "chevron-circle-right",
2233
2293
  transform: "translate(293.000000, 127.000000)",
2234
2294
  fill: "#000000",
2235
2295
  "fill-rule": "nonzero"
2236
- }, /*#__PURE__*/_react.default.createElement("path", {
2296
+ }, /*#__PURE__*/React.createElement("path", {
2237
2297
  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",
2238
2298
  id: "Shape"
2239
- })), /*#__PURE__*/_react.default.createElement("path", {
2299
+ })), /*#__PURE__*/React.createElement("path", {
2240
2300
  id: "Line",
2241
2301
  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",
2242
2302
  fill: "#003566",
2243
2303
  "fill-rule": "nonzero"
2244
- }), /*#__PURE__*/_react.default.createElement("g", {
2304
+ }), /*#__PURE__*/React.createElement("g", {
2245
2305
  id: "chevron-circle-right",
2246
2306
  transform: "translate(617.000000, 127.000000)",
2247
2307
  fill: "#000000",
2248
2308
  "fill-rule": "nonzero"
2249
- }, /*#__PURE__*/_react.default.createElement("path", {
2309
+ }, /*#__PURE__*/React.createElement("path", {
2250
2310
  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",
2251
2311
  id: "Shape"
2252
2312
  }))));
2253
2313
  };
2314
+ const PieIcon = ({
2315
+ color,
2316
+ size
2317
+ }) => {
2318
+ return /*#__PURE__*/React.createElement("svg", {
2319
+ width: `${size ?? 14}`,
2320
+ height: `${size ?? 14}`,
2321
+ viewBox: "0 0 20 20",
2322
+ version: "1.1",
2323
+ xmlns: "http://www.w3.org/2000/svg"
2324
+ }, /*#__PURE__*/React.createElement("title", null, "stats-svgrepo-com (1)"), /*#__PURE__*/React.createElement("g", {
2325
+ id: "Page-1",
2326
+ stroke: "none",
2327
+ "stroke-width": "1",
2328
+ fill: "none",
2329
+ "fill-rule": "evenodd",
2330
+ "stroke-linecap": "round",
2331
+ "stroke-linejoin": "round"
2332
+ }, /*#__PURE__*/React.createElement("g", {
2333
+ id: "stats-svgrepo-com-(1)",
2334
+ transform: "translate(1.000000, 1.000000)",
2335
+ stroke: color ?? _colors.default.brand.midnight
2336
+ }, /*#__PURE__*/React.createElement("path", {
2337
+ d: "M0.0487155625,9.94908701 C-0.243938891,7.09124252 0.802475441,4.46977279 2.63602934,2.6362189 C4.26464749,1.00760074 6.51467118,0 8.99990522,0 L8.99990522,6.6712795 C8.99990522,7.95756181 10.0424382,9.00009478 11.3287205,9.00009478 L18,9.00009478 C18,14.3082411 13.4048593,18.5428035 7.9752265,17.9431336 C3.81402173,17.4835807 0.474888758,14.113785 0.0487155625,9.94908701 Z",
2338
+ id: "Path"
2339
+ }), /*#__PURE__*/React.createElement("path", {
2340
+ d: "M11.450207,5.77352121 L11.450207,0.340007031 C13.7790223,0.340007031 17.6596048,4.85984935 17.6596048,6.54979297 L12.2264788,6.54979297 C11.7975886,6.54979297 11.450207,6.20241136 11.450207,5.77352121 Z",
2341
+ id: "Path"
2342
+ }))));
2343
+ };
2344
+ const SquaresIcon = ({
2345
+ color,
2346
+ size
2347
+ }) => {
2348
+ return /*#__PURE__*/React.createElement("svg", {
2349
+ width: `${size ?? 14}`,
2350
+ height: `${size ?? 14}`,
2351
+ viewBox: "0 0 50 50",
2352
+ version: "1.1",
2353
+ xmlns: "http://www.w3.org/2000/svg"
2354
+ }, /*#__PURE__*/React.createElement("title", null, "Artboard"), /*#__PURE__*/React.createElement("g", {
2355
+ id: "Artboard",
2356
+ stroke: "none",
2357
+ "stroke-width": "1",
2358
+ fill: "none",
2359
+ "fill-rule": "evenodd"
2360
+ }, /*#__PURE__*/React.createElement("rect", {
2361
+ id: "Rectangle",
2362
+ stroke: color ?? _colors.default.brand.midnight,
2363
+ x: "6",
2364
+ y: "6",
2365
+ width: "8",
2366
+ height: "8",
2367
+ rx: "1"
2368
+ }), /*#__PURE__*/React.createElement("rect", {
2369
+ id: "Rectangle",
2370
+ stroke: color ?? _colors.default.brand.midnight,
2371
+ x: "16",
2372
+ y: "6",
2373
+ width: "8",
2374
+ height: "8",
2375
+ rx: "1"
2376
+ }), /*#__PURE__*/React.createElement("rect", {
2377
+ id: "Rectangle",
2378
+ stroke: color ?? _colors.default.brand.midnight,
2379
+ x: "26",
2380
+ y: "6",
2381
+ width: "8",
2382
+ height: "8",
2383
+ rx: "1"
2384
+ }), /*#__PURE__*/React.createElement("rect", {
2385
+ id: "Rectangle",
2386
+ stroke: color ?? _colors.default.brand.midnight,
2387
+ x: "36",
2388
+ y: "6",
2389
+ width: "8",
2390
+ height: "8",
2391
+ rx: "1"
2392
+ }), /*#__PURE__*/React.createElement("rect", {
2393
+ id: "Rectangle",
2394
+ stroke: color ?? _colors.default.brand.midnight,
2395
+ x: "6",
2396
+ y: "16",
2397
+ width: "8",
2398
+ height: "8",
2399
+ rx: "1"
2400
+ }), /*#__PURE__*/React.createElement("rect", {
2401
+ id: "Rectangle",
2402
+ stroke: color ?? _colors.default.brand.midnight,
2403
+ x: "16",
2404
+ y: "16",
2405
+ width: "8",
2406
+ height: "8",
2407
+ rx: "1"
2408
+ }), /*#__PURE__*/React.createElement("rect", {
2409
+ id: "Rectangle",
2410
+ stroke: color ?? _colors.default.brand.midnight,
2411
+ x: "26",
2412
+ y: "16",
2413
+ width: "8",
2414
+ height: "8",
2415
+ rx: "1"
2416
+ }), /*#__PURE__*/React.createElement("rect", {
2417
+ id: "Rectangle",
2418
+ stroke: color ?? _colors.default.brand.midnight,
2419
+ x: "36",
2420
+ y: "16",
2421
+ width: "8",
2422
+ height: "8",
2423
+ rx: "1"
2424
+ }), /*#__PURE__*/React.createElement("rect", {
2425
+ id: "Rectangle",
2426
+ stroke: color ?? _colors.default.brand.midnight,
2427
+ x: "6",
2428
+ y: "26",
2429
+ width: "8",
2430
+ height: "8",
2431
+ rx: "1"
2432
+ }), /*#__PURE__*/React.createElement("rect", {
2433
+ id: "Rectangle",
2434
+ stroke: color ?? _colors.default.brand.midnight,
2435
+ x: "16",
2436
+ y: "26",
2437
+ width: "8",
2438
+ height: "8",
2439
+ rx: "1"
2440
+ }), /*#__PURE__*/React.createElement("rect", {
2441
+ id: "Rectangle",
2442
+ stroke: color ?? _colors.default.brand.midnight,
2443
+ x: "26",
2444
+ y: "26",
2445
+ width: "8",
2446
+ height: "8",
2447
+ rx: "1"
2448
+ }), /*#__PURE__*/React.createElement("rect", {
2449
+ id: "Rectangle",
2450
+ stroke: color ?? _colors.default.brand.midnight,
2451
+ x: "36",
2452
+ y: "26",
2453
+ width: "8",
2454
+ height: "8",
2455
+ rx: "1"
2456
+ }), /*#__PURE__*/React.createElement("rect", {
2457
+ id: "Rectangle",
2458
+ stroke: color ?? _colors.default.brand.midnight,
2459
+ x: "6",
2460
+ y: "36",
2461
+ width: "8",
2462
+ height: "8",
2463
+ rx: "1"
2464
+ }), /*#__PURE__*/React.createElement("rect", {
2465
+ id: "Rectangle",
2466
+ stroke: color ?? _colors.default.brand.midnight,
2467
+ x: "16",
2468
+ y: "36",
2469
+ width: "8",
2470
+ height: "8",
2471
+ rx: "1"
2472
+ }), /*#__PURE__*/React.createElement("rect", {
2473
+ id: "Rectangle",
2474
+ stroke: color ?? _colors.default.brand.midnight,
2475
+ x: "26",
2476
+ y: "36",
2477
+ width: "8",
2478
+ height: "8",
2479
+ rx: "1"
2480
+ }), /*#__PURE__*/React.createElement("rect", {
2481
+ id: "Rectangle",
2482
+ stroke: color ?? _colors.default.brand.midnight,
2483
+ x: "36",
2484
+ y: "36",
2485
+ width: "8",
2486
+ height: "8",
2487
+ rx: "1"
2488
+ }), /*#__PURE__*/React.createElement("rect", {
2489
+ id: "Rectangle",
2490
+ "fill-opacity": "0.2",
2491
+ fill: "#D8D8D8",
2492
+ x: "4",
2493
+ y: "3",
2494
+ width: "42",
2495
+ height: "43",
2496
+ rx: "1"
2497
+ })));
2498
+ };
2499
+ const OwnedSquareIcon = ({
2500
+ color,
2501
+ size
2502
+ }) => {
2503
+ return /*#__PURE__*/React.createElement("svg", {
2504
+ width: `${size ?? 14}`,
2505
+ height: `${size ?? 14}`,
2506
+ viewBox: "0 0 20 19",
2507
+ version: "1.1",
2508
+ xmlns: "http://www.w3.org/2000/svg"
2509
+ }, /*#__PURE__*/React.createElement("title", null, "square-user-check-svgrepo-com"), /*#__PURE__*/React.createElement("g", {
2510
+ id: "Page-1",
2511
+ stroke: "none",
2512
+ "stroke-width": "1",
2513
+ fill: "none",
2514
+ "fill-rule": "evenodd",
2515
+ "stroke-linecap": "round",
2516
+ "stroke-linejoin": "round"
2517
+ }, /*#__PURE__*/React.createElement("g", {
2518
+ id: "square-user-check-svgrepo-com",
2519
+ transform: "translate(1.000000, 1.000000)",
2520
+ stroke: color ?? _colors.default.brand.midnight,
2521
+ "stroke-width": "2"
2522
+ }, /*#__PURE__*/React.createElement("path", {
2523
+ d: "M11.6470588,14.8235294 L13.7647059,16.9411765 L18,12.7058824 M7.41176471,16.9411765 L3.38823529,16.9411765 C2.20224706,16.9411765 1.60924235,16.9411765 1.15625647,16.7103529 C0.757789412,16.5073765 0.433831765,16.1833765 0.230812941,15.7849412 C0,15.3319765 0,14.7389294 0,13.5529412 L0,3.38823529 C0,2.20224706 0,1.60924235 0.230812941,1.15625647 C0.433831765,0.757789412 0.757789412,0.433831765 1.15625647,0.230812941 C1.60924235,0 2.20224706,0 3.38823529,0 L13.5529412,0 C14.7389294,0 15.3319765,0 15.7849412,0.230812941 C16.1833765,0.433831765 16.5073765,0.757789412 16.7103529,1.15625647 C16.9411765,1.60924235 16.9411765,2.20224706 16.9411765,3.38823529 L16.9411765,8.47058824 M3.17647059,16.9411765 C3.17647059,16.5785294 3.21292588,16.2244588 3.28237412,15.8823529 C3.77289529,13.4659059 5.90933647,11.6470588 8.47058824,11.6470588 M10.5882353,6.35294118 C10.5882353,7.52251765 9.64016471,8.47058824 8.47058824,8.47058824 C7.30101176,8.47058824 6.35294118,7.52251765 6.35294118,6.35294118 C6.35294118,5.18339647 7.30101176,4.23529412 8.47058824,4.23529412 C9.64016471,4.23529412 10.5882353,5.18339647 10.5882353,6.35294118 Z",
2524
+ id: "Shape"
2525
+ }))));
2526
+ };
2254
2527
  var _default = exports.default = {
2255
2528
  SearchIcon,
2256
2529
  EyeOnIcon,
2257
2530
  AlertIcon,
2531
+ PieIcon,
2258
2532
  BankIcon,
2533
+ SquaresIcon,
2259
2534
  EditIcon,
2260
2535
  PreferencesIcon,
2261
2536
  CheckCirlceIcon,
@@ -2266,6 +2541,7 @@ var _default = exports.default = {
2266
2541
  PhoneIcon,
2267
2542
  EmailIcon,
2268
2543
  NotificationIcon,
2544
+ OwnedSquareIcon,
2269
2545
  InProgressIcon,
2270
2546
  LockClosedIcon,
2271
2547
  CloseIcon,
@@ -2303,6 +2579,7 @@ var _default = exports.default = {
2303
2579
  TransactionSuccessIcon,
2304
2580
  TransactionErrorIcon,
2305
2581
  VisaCardIcon,
2306
- MasterCardIcon
2582
+ MasterCardIcon,
2583
+ UnbidSquare
2307
2584
  };
2308
2585
  //# sourceMappingURL=Icons.js.map