react-gldn-kit 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (586) hide show
  1. package/Readme.md +12 -0
  2. package/dist/019a0906020876234aeea55bdffda84f.svg +3 -0
  3. package/dist/146c476d14957bf48f72f2624fca70a6.svg +4 -0
  4. package/dist/19a58eb7c3630d4b07306a6c3220d970.svg +4 -0
  5. package/dist/319df1f071ee5d8a40e6abfdc5033808.svg +4 -0
  6. package/dist/495b0365b1bec48e3ed4d6b5050ab787.svg +4 -0
  7. package/dist/4c94314336076d6fec16041ab32c7af5.svg +4 -0
  8. package/dist/4f5309751f47792d5ed9a10bb49b99c4.svg +83 -0
  9. package/dist/65721e7993374bcc4145e083b5f42af2.svg +47 -0
  10. package/dist/7ec6f5f3bcbce4cd53ca73cb7e054566.svg +48 -0
  11. package/dist/9be020560a317c79c0b3851ea0d60317.svg +76 -0
  12. package/dist/a7dae2f8305ee0edacaf65eefff21778.svg +3 -0
  13. package/dist/a9758afe3827a85948f984caf2428242.svg +4 -0
  14. package/dist/f1ecca5e9239e78b5053dc90f83a3edf.svg +3 -0
  15. package/dist/index.js +2 -0
  16. package/dist/index.js.LICENSE.txt +35 -0
  17. package/dist/lib/components/Banners/components/BannerTemplate/index.d.ts +13 -0
  18. package/dist/lib/components/Banners/components/BannerTemplate/index.js +52 -0
  19. package/dist/lib/components/Banners/components/BannerTemplate/types.d.ts +6 -0
  20. package/dist/lib/components/Banners/components/BannerTemplate/types.js +0 -0
  21. package/dist/lib/components/Banners/components/BattleBanner/index.d.ts +3 -0
  22. package/dist/lib/components/Banners/components/BattleBanner/index.js +59 -0
  23. package/dist/lib/components/Banners/components/BattleBanner/types.d.ts +15 -0
  24. package/dist/lib/components/Banners/components/BattleBanner/types.js +2 -0
  25. package/dist/lib/components/Banners/components/PromotionMobileApp/components/ElonAppBanner/index.d.ts +2 -0
  26. package/dist/lib/components/Banners/components/PromotionMobileApp/components/ElonAppBanner/index.js +65 -0
  27. package/dist/lib/components/Banners/components/PromotionMobileApp/components/JabiAppBanner/index.d.ts +2 -0
  28. package/dist/lib/components/Banners/components/PromotionMobileApp/components/JabiAppBanner/index.js +53 -0
  29. package/dist/lib/components/Banners/components/PromotionMobileApp/constants.d.ts +6 -0
  30. package/dist/lib/components/Banners/components/PromotionMobileApp/constants.js +9 -0
  31. package/dist/lib/components/Banners/components/PromotionMobileApp/index.d.ts +2 -0
  32. package/dist/lib/components/Banners/components/PromotionMobileApp/index.js +54 -0
  33. package/dist/lib/components/Banners/components/PromotionMobileApp/types.d.ts +12 -0
  34. package/dist/lib/components/Banners/components/PromotionMobileApp/types.js +2 -0
  35. package/dist/lib/components/Banners/index.d.ts +2 -0
  36. package/dist/lib/components/Banners/index.js +52 -0
  37. package/dist/lib/components/Banners/types.d.ts +18 -0
  38. package/dist/lib/components/Banners/types.js +2 -0
  39. package/dist/lib/components/BattlesCard/index.d.ts +2 -0
  40. package/dist/lib/components/BattlesCard/index.js +69 -0
  41. package/dist/lib/components/BattlesCard/types.d.ts +25 -0
  42. package/dist/lib/components/BattlesCard/types.js +2 -0
  43. package/dist/lib/components/HOCs/HOCErrorBoundary/index.d.ts +13 -0
  44. package/dist/lib/components/HOCs/HOCErrorBoundary/index.js +107 -0
  45. package/dist/lib/components/HOCs/HOCErrorBoundary/types.d.ts +7 -0
  46. package/dist/lib/components/HOCs/HOCErrorBoundary/types.js +2 -0
  47. package/dist/lib/components/HOCs/HOCImageLoader/index.d.ts +2 -0
  48. package/dist/lib/components/HOCs/HOCImageLoader/index.js +17 -0
  49. package/dist/lib/components/HOCs/HOCImageLoader/types.d.ts +6 -0
  50. package/dist/lib/components/HOCs/HOCImageLoader/types.js +2 -0
  51. package/dist/lib/components/HOCs/HOCOutsideClick/index.d.ts +2 -0
  52. package/dist/lib/components/HOCs/HOCOutsideClick/index.js +25 -0
  53. package/dist/lib/components/HOCs/HOCOutsideClick/types.d.ts +11 -0
  54. package/dist/lib/components/HOCs/HOCOutsideClick/types.js +8 -0
  55. package/dist/lib/components/Jackpots/JackpotWidget/components/Jackpot/index.d.ts +6 -0
  56. package/dist/lib/components/Jackpots/JackpotWidget/components/Jackpot/index.js +77 -0
  57. package/dist/lib/components/Jackpots/JackpotWidget/components/JackpotCounter/components/Digit/index.d.ts +6 -0
  58. package/dist/lib/components/Jackpots/JackpotWidget/components/JackpotCounter/components/Digit/index.js +50 -0
  59. package/dist/lib/components/Jackpots/JackpotWidget/components/JackpotCounter/index.d.ts +6 -0
  60. package/dist/lib/components/Jackpots/JackpotWidget/components/JackpotCounter/index.js +57 -0
  61. package/dist/lib/components/Jackpots/JackpotWidget/index.d.ts +2 -0
  62. package/dist/lib/components/Jackpots/JackpotWidget/index.js +52 -0
  63. package/dist/lib/components/Jackpots/JackpotWidget/types.d.ts +13 -0
  64. package/dist/lib/components/Jackpots/JackpotWidget/types.js +2 -0
  65. package/dist/lib/components/Jackpots/JackpotWidget/utils.d.ts +13 -0
  66. package/dist/lib/components/Jackpots/JackpotWidget/utils.js +48 -0
  67. package/dist/lib/components/LastBigWinners/components/LastBigWinner/LastBigWinner.d.ts +3 -0
  68. package/dist/lib/components/LastBigWinners/components/LastBigWinner/LastBigWinner.js +53 -0
  69. package/dist/lib/components/LastBigWinners/components/LastBigWinner/types.d.ts +15 -0
  70. package/dist/lib/components/LastBigWinners/components/LastBigWinner/types.js +2 -0
  71. package/dist/lib/components/LastBigWinners/index.d.ts +2 -0
  72. package/dist/lib/components/LastBigWinners/index.js +122 -0
  73. package/dist/lib/components/LastBigWinners/types.d.ts +9 -0
  74. package/dist/lib/components/LastBigWinners/types.js +2 -0
  75. package/dist/lib/components/Layouts/BonusCardLayout/index.d.ts +2 -0
  76. package/dist/lib/components/Layouts/BonusCardLayout/index.js +53 -0
  77. package/dist/lib/components/Layouts/BonusCardLayout/types.d.ts +11 -0
  78. package/dist/lib/components/Layouts/BonusCardLayout/types.js +2 -0
  79. package/dist/lib/components/Layouts/DrawerLayout/index.d.ts +2 -0
  80. package/dist/lib/components/Layouts/DrawerLayout/index.js +56 -0
  81. package/dist/lib/components/Layouts/DrawerLayout/types.d.ts +10 -0
  82. package/dist/lib/components/Layouts/DrawerLayout/types.js +2 -0
  83. package/dist/lib/components/Layouts/ModalLayout/index.d.ts +2 -0
  84. package/dist/lib/components/Layouts/ModalLayout/index.js +53 -0
  85. package/dist/lib/components/Layouts/ModalLayout/types.d.ts +8 -0
  86. package/dist/lib/components/Layouts/ModalLayout/types.js +2 -0
  87. package/dist/lib/components/Payments/DepositQrForm/index.d.ts +2 -0
  88. package/dist/lib/components/Payments/DepositQrForm/index.js +49 -0
  89. package/dist/lib/components/Payments/DepositQrForm/types.d.ts +14 -0
  90. package/dist/lib/components/Payments/DepositQrForm/types.js +2 -0
  91. package/dist/lib/components/Payments/DepositSkelet/components/Default/index.d.ts +11 -0
  92. package/dist/lib/components/Payments/DepositSkelet/components/Default/index.js +38 -0
  93. package/dist/lib/components/Payments/DepositSkelet/components/WellexPay/NagadAndBKash/index.d.ts +9 -0
  94. package/dist/lib/components/Payments/DepositSkelet/components/WellexPay/NagadAndBKash/index.js +43 -0
  95. package/dist/lib/components/Payments/DepositSkelet/constants.d.ts +2 -0
  96. package/dist/lib/components/Payments/DepositSkelet/constants.js +15 -0
  97. package/dist/lib/components/Payments/DepositSkelet/index.d.ts +2 -0
  98. package/dist/lib/components/Payments/DepositSkelet/index.js +59 -0
  99. package/dist/lib/components/Payments/DepositSkelet/types.d.ts +87 -0
  100. package/dist/lib/components/Payments/DepositSkelet/types.js +81 -0
  101. package/dist/lib/components/Payments/Methods/components/Content/index.d.ts +2 -0
  102. package/dist/lib/components/Payments/Methods/components/Content/index.js +58 -0
  103. package/dist/lib/components/Payments/Methods/components/Content/types.d.ts +27 -0
  104. package/dist/lib/components/Payments/Methods/components/Content/types.js +2 -0
  105. package/dist/lib/components/Payments/Methods/components/PaymentList/index.d.ts +3 -0
  106. package/dist/lib/components/Payments/Methods/components/PaymentList/index.js +61 -0
  107. package/dist/lib/components/Payments/Methods/components/PaymentList/types.d.ts +12 -0
  108. package/dist/lib/components/Payments/Methods/components/PaymentList/types.js +2 -0
  109. package/dist/lib/components/Payments/Methods/constants.d.ts +5 -0
  110. package/dist/lib/components/Payments/Methods/constants.js +14 -0
  111. package/dist/lib/components/Payments/Methods/index.d.ts +2 -0
  112. package/dist/lib/components/Payments/Methods/index.js +60 -0
  113. package/dist/lib/components/Payments/Methods/types.d.ts +10 -0
  114. package/dist/lib/components/Payments/Methods/types.js +8 -0
  115. package/dist/lib/components/ReferralTable/components/EmptyTreasure/index.d.ts +2 -0
  116. package/dist/lib/components/ReferralTable/components/EmptyTreasure/index.js +22 -0
  117. package/dist/lib/components/ReferralTable/components/EmptyTreasure/types.d.ts +4 -0
  118. package/dist/lib/components/ReferralTable/components/EmptyTreasure/types.js +2 -0
  119. package/dist/lib/components/ReferralTable/components/InvitedTableHead/index.d.ts +2 -0
  120. package/dist/lib/components/ReferralTable/components/InvitedTableHead/index.js +46 -0
  121. package/dist/lib/components/ReferralTable/components/InvitedTableHead/types.d.ts +3 -0
  122. package/dist/lib/components/ReferralTable/components/InvitedTableHead/types.js +2 -0
  123. package/dist/lib/components/ReferralTable/components/List/index.d.ts +2 -0
  124. package/dist/lib/components/ReferralTable/components/List/index.js +47 -0
  125. package/dist/lib/components/ReferralTable/components/List/types.d.ts +4 -0
  126. package/dist/lib/components/ReferralTable/components/List/types.js +2 -0
  127. package/dist/lib/components/ReferralTable/index.d.ts +2 -0
  128. package/dist/lib/components/ReferralTable/index.js +66 -0
  129. package/dist/lib/components/ReferralTable/types.d.ts +15 -0
  130. package/dist/lib/components/ReferralTable/types.js +2 -0
  131. package/dist/lib/components/Scratch/index.d.ts +2 -0
  132. package/dist/lib/components/Scratch/index.js +118 -0
  133. package/dist/lib/components/Scratch/types.d.ts +14 -0
  134. package/dist/lib/components/Scratch/types.js +8 -0
  135. package/dist/lib/components/SignUp/CountrySelector/constants.d.ts +7 -0
  136. package/dist/lib/components/SignUp/CountrySelector/constants.js +815 -0
  137. package/dist/lib/components/SignUp/CountrySelector/index.d.ts +2 -0
  138. package/dist/lib/components/SignUp/CountrySelector/index.js +23 -0
  139. package/dist/lib/components/SignUp/CountrySelector/types.d.ts +10 -0
  140. package/dist/lib/components/SignUp/CountrySelector/types.js +2 -0
  141. package/dist/lib/components/SignUp/CurrencySelector/index.d.ts +2 -0
  142. package/dist/lib/components/SignUp/CurrencySelector/index.js +27 -0
  143. package/dist/lib/components/SignUp/CurrencySelector/types.d.ts +11 -0
  144. package/dist/lib/components/SignUp/CurrencySelector/types.js +2 -0
  145. package/dist/lib/components/SignUp/DocsCheckBox/index.d.ts +9 -0
  146. package/dist/lib/components/SignUp/DocsCheckBox/index.js +39 -0
  147. package/dist/lib/components/SignUp/OneClick/constants.d.ts +10 -0
  148. package/dist/lib/components/SignUp/OneClick/constants.js +13 -0
  149. package/dist/lib/components/SignUp/OneClick/index.d.ts +31 -0
  150. package/dist/lib/components/SignUp/OneClick/index.js +86 -0
  151. package/dist/lib/components/SignUp/PromoCode/index.d.ts +2 -0
  152. package/dist/lib/components/SignUp/PromoCode/index.js +63 -0
  153. package/dist/lib/components/SignUp/PromoCode/types.d.ts +6 -0
  154. package/dist/lib/components/SignUp/PromoCode/types.js +2 -0
  155. package/dist/lib/components/Text/index.d.ts +6 -0
  156. package/dist/lib/components/Text/index.js +11 -0
  157. package/dist/lib/components/Wheel/index.d.ts +2 -0
  158. package/dist/lib/components/Wheel/index.js +131 -0
  159. package/dist/lib/components/Wheel/types.d.ts +54 -0
  160. package/dist/lib/components/Wheel/types.js +2 -0
  161. package/dist/lib/components/ui/AccordionGroup/Accordion.d.ts +21 -0
  162. package/dist/lib/components/ui/AccordionGroup/Accordion.js +70 -0
  163. package/dist/lib/components/ui/AccordionGroup/index.d.ts +6 -0
  164. package/dist/lib/components/ui/AccordionGroup/index.js +53 -0
  165. package/dist/lib/components/ui/Bonuses/AvailableBonusesSlider/index.d.ts +8 -0
  166. package/dist/lib/components/ui/Bonuses/AvailableBonusesSlider/index.js +80 -0
  167. package/dist/lib/components/ui/Buttons/AppSwitcher/index.d.ts +12 -0
  168. package/dist/lib/components/ui/Buttons/AppSwitcher/index.js +74 -0
  169. package/dist/lib/components/ui/Buttons/ArrowButton/index.d.ts +7 -0
  170. package/dist/lib/components/ui/Buttons/ArrowButton/index.js +41 -0
  171. package/dist/lib/components/ui/Buttons/BaseButton/index.d.ts +2 -0
  172. package/dist/lib/components/ui/Buttons/BaseButton/index.js +65 -0
  173. package/dist/lib/components/ui/Buttons/BaseButton/types.d.ts +30 -0
  174. package/dist/lib/components/ui/Buttons/BaseButton/types.js +2 -0
  175. package/dist/lib/components/ui/Buttons/CasinoCategoryButton/index.d.ts +2 -0
  176. package/dist/lib/components/ui/Buttons/CasinoCategoryButton/index.js +68 -0
  177. package/dist/lib/components/ui/Buttons/CasinoCategoryButton/types.d.ts +21 -0
  178. package/dist/lib/components/ui/Buttons/CasinoCategoryButton/types.js +2 -0
  179. package/dist/lib/components/ui/Buttons/CasinoSubCategoriesButton/index.d.ts +2 -0
  180. package/dist/lib/components/ui/Buttons/CasinoSubCategoriesButton/index.js +51 -0
  181. package/dist/lib/components/ui/Buttons/CasinoSubCategoriesButton/types.d.ts +13 -0
  182. package/dist/lib/components/ui/Buttons/CasinoSubCategoriesButton/types.js +2 -0
  183. package/dist/lib/components/ui/Buttons/CloseButton/index.d.ts +2 -0
  184. package/dist/lib/components/ui/Buttons/CloseButton/index.js +49 -0
  185. package/dist/lib/components/ui/Buttons/CloseButton/types.d.ts +4 -0
  186. package/dist/lib/components/ui/Buttons/CloseButton/types.js +2 -0
  187. package/dist/lib/components/ui/Buttons/DepositButton/index.d.ts +10 -0
  188. package/dist/lib/components/ui/Buttons/DepositButton/index.js +57 -0
  189. package/dist/lib/components/ui/Buttons/DrawerButton/index.d.ts +2 -0
  190. package/dist/lib/components/ui/Buttons/DrawerButton/index.js +63 -0
  191. package/dist/lib/components/ui/Buttons/DrawerButton/types.d.ts +4 -0
  192. package/dist/lib/components/ui/Buttons/DrawerButton/types.js +2 -0
  193. package/dist/lib/components/ui/Buttons/GameActions/index.d.ts +0 -0
  194. package/dist/lib/components/ui/Buttons/GameActions/index.js +0 -0
  195. package/dist/lib/components/ui/Buttons/JivoButton/index.d.ts +2 -0
  196. package/dist/lib/components/ui/Buttons/JivoButton/index.js +154 -0
  197. package/dist/lib/components/ui/Buttons/JivoButton/types.d.ts +30 -0
  198. package/dist/lib/components/ui/Buttons/JivoButton/types.js +2 -0
  199. package/dist/lib/components/ui/Buttons/ProviderName/index.d.ts +2 -0
  200. package/dist/lib/components/ui/Buttons/ProviderName/index.js +54 -0
  201. package/dist/lib/components/ui/Buttons/ProviderName/types.d.ts +6 -0
  202. package/dist/lib/components/ui/Buttons/ProviderName/types.js +2 -0
  203. package/dist/lib/components/ui/Buttons/index.d.ts +4 -0
  204. package/dist/lib/components/ui/Buttons/index.js +7 -0
  205. package/dist/lib/components/ui/CountDown/index.d.ts +2 -0
  206. package/dist/lib/components/ui/CountDown/index.js +65 -0
  207. package/dist/lib/components/ui/CountDown/types.d.ts +19 -0
  208. package/dist/lib/components/ui/CountDown/types.js +2 -0
  209. package/dist/lib/components/ui/Docs/index.d.ts +2 -0
  210. package/dist/lib/components/ui/Docs/index.js +72 -0
  211. package/dist/lib/components/ui/Docs/types.d.ts +14 -0
  212. package/dist/lib/components/ui/Docs/types.js +2 -0
  213. package/dist/lib/components/ui/Footer/index.d.ts +2 -0
  214. package/dist/lib/components/ui/Footer/index.js +46 -0
  215. package/dist/lib/components/ui/Footer/types.d.ts +13 -0
  216. package/dist/lib/components/ui/Footer/types.js +2 -0
  217. package/dist/lib/components/ui/Headers/PopUpHeader/index.d.ts +2 -0
  218. package/dist/lib/components/ui/Headers/PopUpHeader/index.js +52 -0
  219. package/dist/lib/components/ui/Headers/PopUpHeader/types.d.ts +17 -0
  220. package/dist/lib/components/ui/Headers/PopUpHeader/types.js +2 -0
  221. package/dist/lib/components/ui/Headers/index.d.ts +2 -0
  222. package/dist/lib/components/ui/Headers/index.js +5 -0
  223. package/dist/lib/components/ui/Icons/ArrowSvg.d.ts +5 -0
  224. package/dist/lib/components/ui/Icons/ArrowSvg.js +20 -0
  225. package/dist/lib/components/ui/Icons/Base/AvatarSvg.d.ts +2 -0
  226. package/dist/lib/components/ui/Icons/Base/AvatarSvg.js +20 -0
  227. package/dist/lib/components/ui/Icons/Base/BonusGiftSvg.d.ts +2 -0
  228. package/dist/lib/components/ui/Icons/Base/BonusGiftSvg.js +20 -0
  229. package/dist/lib/components/ui/Icons/Base/BurgerSvg.d.ts +2 -0
  230. package/dist/lib/components/ui/Icons/Base/BurgerSvg.js +20 -0
  231. package/dist/lib/components/ui/Icons/Base/CalendarSvg.d.ts +2 -0
  232. package/dist/lib/components/ui/Icons/Base/CalendarSvg.js +20 -0
  233. package/dist/lib/components/ui/Icons/Base/CashSvg.d.ts +5 -0
  234. package/dist/lib/components/ui/Icons/Base/CashSvg.js +52 -0
  235. package/dist/lib/components/ui/Icons/Base/CloseEyeSvg.d.ts +2 -0
  236. package/dist/lib/components/ui/Icons/Base/CloseEyeSvg.js +20 -0
  237. package/dist/lib/components/ui/Icons/Base/CoinSvg.d.ts +2 -0
  238. package/dist/lib/components/ui/Icons/Base/CoinSvg.js +20 -0
  239. package/dist/lib/components/ui/Icons/Base/CoinsSvg.d.ts +2 -0
  240. package/dist/lib/components/ui/Icons/Base/CoinsSvg.js +20 -0
  241. package/dist/lib/components/ui/Icons/Base/CopySvg.d.ts +2 -0
  242. package/dist/lib/components/ui/Icons/Base/CopySvg.js +20 -0
  243. package/dist/lib/components/ui/Icons/Base/DocSvg.d.ts +2 -0
  244. package/dist/lib/components/ui/Icons/Base/DocSvg.js +20 -0
  245. package/dist/lib/components/ui/Icons/Base/DownloadSvg.d.ts +2 -0
  246. package/dist/lib/components/ui/Icons/Base/DownloadSvg.js +20 -0
  247. package/dist/lib/components/ui/Icons/Base/DrawerTogglerSvg.d.ts +2 -0
  248. package/dist/lib/components/ui/Icons/Base/DrawerTogglerSvg.js +20 -0
  249. package/dist/lib/components/ui/Icons/Base/FavoritesSvg.d.ts +2 -0
  250. package/dist/lib/components/ui/Icons/Base/FavoritesSvg.js +20 -0
  251. package/dist/lib/components/ui/Icons/Base/GoogleSvg.d.ts +2 -0
  252. package/dist/lib/components/ui/Icons/Base/GoogleSvg.js +20 -0
  253. package/dist/lib/components/ui/Icons/Base/GrowSvg.d.ts +2 -0
  254. package/dist/lib/components/ui/Icons/Base/GrowSvg.js +20 -0
  255. package/dist/lib/components/ui/Icons/Base/InfoLotterySvg.d.ts +2 -0
  256. package/dist/lib/components/ui/Icons/Base/InfoLotterySvg.js +20 -0
  257. package/dist/lib/components/ui/Icons/Base/LotterySvg.d.ts +2 -0
  258. package/dist/lib/components/ui/Icons/Base/LotterySvg.js +20 -0
  259. package/dist/lib/components/ui/Icons/Base/OpenEyeSvg.d.ts +2 -0
  260. package/dist/lib/components/ui/Icons/Base/OpenEyeSvg.js +20 -0
  261. package/dist/lib/components/ui/Icons/Base/PlusSvg.d.ts +2 -0
  262. package/dist/lib/components/ui/Icons/Base/PlusSvg.js +20 -0
  263. package/dist/lib/components/ui/Icons/Base/ProfileSvg.d.ts +2 -0
  264. package/dist/lib/components/ui/Icons/Base/ProfileSvg.js +20 -0
  265. package/dist/lib/components/ui/Icons/Base/ProvidersBlocksSvg.d.ts +2 -0
  266. package/dist/lib/components/ui/Icons/Base/ProvidersBlocksSvg.js +20 -0
  267. package/dist/lib/components/ui/Icons/Base/SearchSvg.d.ts +2 -0
  268. package/dist/lib/components/ui/Icons/Base/SearchSvg.js +20 -0
  269. package/dist/lib/components/ui/Icons/Base/SelectedSvg.d.ts +2 -0
  270. package/dist/lib/components/ui/Icons/Base/SelectedSvg.js +20 -0
  271. package/dist/lib/components/ui/Icons/Base/SettingsSvg.d.ts +2 -0
  272. package/dist/lib/components/ui/Icons/Base/SettingsSvg.js +20 -0
  273. package/dist/lib/components/ui/Icons/Base/ShareSvg.d.ts +2 -0
  274. package/dist/lib/components/ui/Icons/Base/ShareSvg.js +20 -0
  275. package/dist/lib/components/ui/Icons/Base/StarSvg.d.ts +2 -0
  276. package/dist/lib/components/ui/Icons/Base/StarSvg.js +20 -0
  277. package/dist/lib/components/ui/Icons/Base/SupportSvg.d.ts +2 -0
  278. package/dist/lib/components/ui/Icons/Base/SupportSvg.js +20 -0
  279. package/dist/lib/components/ui/Icons/Base/ThreeDotsSvg.d.ts +2 -0
  280. package/dist/lib/components/ui/Icons/Base/ThreeDotsSvg.js +20 -0
  281. package/dist/lib/components/ui/Icons/Base/TrashSvg.d.ts +2 -0
  282. package/dist/lib/components/ui/Icons/Base/TrashSvg.js +20 -0
  283. package/dist/lib/components/ui/Icons/Base/WalletSvg.d.ts +2 -0
  284. package/dist/lib/components/ui/Icons/Base/WalletSvg.js +20 -0
  285. package/dist/lib/components/ui/Icons/Bonuses/FirstBonusSvg.d.ts +2 -0
  286. package/dist/lib/components/ui/Icons/Bonuses/FirstBonusSvg.js +20 -0
  287. package/dist/lib/components/ui/Icons/Bonuses/SecondBonusSvg.d.ts +2 -0
  288. package/dist/lib/components/ui/Icons/Bonuses/SecondBonusSvg.js +20 -0
  289. package/dist/lib/components/ui/Icons/Bonuses/ThirdBonusSvg.d.ts +2 -0
  290. package/dist/lib/components/ui/Icons/Bonuses/ThirdBonusSvg.js +20 -0
  291. package/dist/lib/components/ui/Icons/Bonuses/VipClub/BronzeSvg.d.ts +2 -0
  292. package/dist/lib/components/ui/Icons/Bonuses/VipClub/BronzeSvg.js +20 -0
  293. package/dist/lib/components/ui/Icons/Bonuses/VipClub/DiamondSvg.d.ts +2 -0
  294. package/dist/lib/components/ui/Icons/Bonuses/VipClub/DiamondSvg.js +20 -0
  295. package/dist/lib/components/ui/Icons/Bonuses/VipClub/GoldSvg.d.ts +2 -0
  296. package/dist/lib/components/ui/Icons/Bonuses/VipClub/GoldSvg.js +20 -0
  297. package/dist/lib/components/ui/Icons/Bonuses/VipClub/GreenSvg.d.ts +2 -0
  298. package/dist/lib/components/ui/Icons/Bonuses/VipClub/GreenSvg.js +20 -0
  299. package/dist/lib/components/ui/Icons/Bonuses/VipClub/PlatinumOneSvg.d.ts +2 -0
  300. package/dist/lib/components/ui/Icons/Bonuses/VipClub/PlatinumOneSvg.js +20 -0
  301. package/dist/lib/components/ui/Icons/Bonuses/VipClub/PlatinumSvg.d.ts +2 -0
  302. package/dist/lib/components/ui/Icons/Bonuses/VipClub/PlatinumSvg.js +20 -0
  303. package/dist/lib/components/ui/Icons/Bonuses/VipClub/SilverSvg.d.ts +2 -0
  304. package/dist/lib/components/ui/Icons/Bonuses/VipClub/SilverSvg.js +20 -0
  305. package/dist/lib/components/ui/Icons/Bonuses/VipClubSvg.d.ts +2 -0
  306. package/dist/lib/components/ui/Icons/Bonuses/VipClubSvg.js +20 -0
  307. package/dist/lib/components/ui/Icons/Casino/CoinSvg.d.ts +2 -0
  308. package/dist/lib/components/ui/Icons/Casino/CoinSvg.js +20 -0
  309. package/dist/lib/components/ui/Icons/Casino/DefaultImgSvg.d.ts +2 -0
  310. package/dist/lib/components/ui/Icons/Casino/DefaultImgSvg.js +20 -0
  311. package/dist/lib/components/ui/Icons/Casino/ProvidersSvg.d.ts +2 -0
  312. package/dist/lib/components/ui/Icons/Casino/ProvidersSvg.js +20 -0
  313. package/dist/lib/components/ui/Icons/Casino/RecommendedSvg.d.ts +2 -0
  314. package/dist/lib/components/ui/Icons/Casino/RecommendedSvg.js +20 -0
  315. package/dist/lib/components/ui/Icons/Casino/TournamentWagerSvg.d.ts +2 -0
  316. package/dist/lib/components/ui/Icons/Casino/TournamentWagerSvg.js +20 -0
  317. package/dist/lib/components/ui/Icons/Categories/Icons/CasinoSvg.d.ts +2 -0
  318. package/dist/lib/components/ui/Icons/Categories/Icons/CasinoSvg.js +20 -0
  319. package/dist/lib/components/ui/Icons/Categories/Icons/CrashSvg.d.ts +2 -0
  320. package/dist/lib/components/ui/Icons/Categories/Icons/CrashSvg.js +20 -0
  321. package/dist/lib/components/ui/Icons/Categories/Icons/HotSvg.d.ts +2 -0
  322. package/dist/lib/components/ui/Icons/Categories/Icons/HotSvg.js +20 -0
  323. package/dist/lib/components/ui/Icons/Categories/Icons/InstantSvg.d.ts +2 -0
  324. package/dist/lib/components/ui/Icons/Categories/Icons/InstantSvg.js +20 -0
  325. package/dist/lib/components/ui/Icons/Categories/Icons/OtersSvg.d.ts +2 -0
  326. package/dist/lib/components/ui/Icons/Categories/Icons/OtersSvg.js +20 -0
  327. package/dist/lib/components/ui/Icons/Categories/Icons/PopularSvg.d.ts +2 -0
  328. package/dist/lib/components/ui/Icons/Categories/Icons/PopularSvg.js +20 -0
  329. package/dist/lib/components/ui/Icons/Categories/Icons/ProviderSvg.d.ts +2 -0
  330. package/dist/lib/components/ui/Icons/Categories/Icons/ProviderSvg.js +20 -0
  331. package/dist/lib/components/ui/Icons/Categories/Icons/ScratchSvg.d.ts +2 -0
  332. package/dist/lib/components/ui/Icons/Categories/Icons/ScratchSvg.js +20 -0
  333. package/dist/lib/components/ui/Icons/Categories/Icons/SlotsSvg.d.ts +2 -0
  334. package/dist/lib/components/ui/Icons/Categories/Icons/SlotsSvg.js +20 -0
  335. package/dist/lib/components/ui/Icons/Categories/Icons/TableSvg.d.ts +2 -0
  336. package/dist/lib/components/ui/Icons/Categories/Icons/TableSvg.js +20 -0
  337. package/dist/lib/components/ui/Icons/Categories/Icons/TurboSvg.d.ts +2 -0
  338. package/dist/lib/components/ui/Icons/Categories/Icons/TurboSvg.js +20 -0
  339. package/dist/lib/components/ui/Icons/Categories/Icons/VSportSvg.d.ts +2 -0
  340. package/dist/lib/components/ui/Icons/Categories/Icons/VSportSvg.js +20 -0
  341. package/dist/lib/components/ui/Icons/Categories/Icons/WagerSvg.d.ts +2 -0
  342. package/dist/lib/components/ui/Icons/Categories/Icons/WagerSvg.js +20 -0
  343. package/dist/lib/components/ui/Icons/Categories/index.d.ts +3 -0
  344. package/dist/lib/components/ui/Icons/Categories/index.js +50 -0
  345. package/dist/lib/components/ui/Icons/CheckBoxSvg.d.ts +2 -0
  346. package/dist/lib/components/ui/Icons/CheckBoxSvg.js +18 -0
  347. package/dist/lib/components/ui/Icons/CloseSvg.d.ts +2 -0
  348. package/dist/lib/components/ui/Icons/CloseSvg.js +20 -0
  349. package/dist/lib/components/ui/Icons/Deposit/DepositSvg.d.ts +2 -0
  350. package/dist/lib/components/ui/Icons/Deposit/DepositSvg.js +20 -0
  351. package/dist/lib/components/ui/Icons/Deposit/ErrorSvg.d.ts +2 -0
  352. package/dist/lib/components/ui/Icons/Deposit/ErrorSvg.js +20 -0
  353. package/dist/lib/components/ui/Icons/Deposit/SuccessSvg.d.ts +2 -0
  354. package/dist/lib/components/ui/Icons/Deposit/SuccessSvg.js +20 -0
  355. package/dist/lib/components/ui/Icons/Deposit/WaitingSvg.d.ts +2 -0
  356. package/dist/lib/components/ui/Icons/Deposit/WaitingSvg.js +20 -0
  357. package/dist/lib/components/ui/Icons/Deposit/WithdrawSvg.d.ts +2 -0
  358. package/dist/lib/components/ui/Icons/Deposit/WithdrawSvg.js +20 -0
  359. package/dist/lib/components/ui/Icons/FlagIcons/AzeSvg.d.ts +2 -0
  360. package/dist/lib/components/ui/Icons/FlagIcons/AzeSvg.js +20 -0
  361. package/dist/lib/components/ui/Icons/FlagIcons/BnSvg.d.ts +2 -0
  362. package/dist/lib/components/ui/Icons/FlagIcons/BnSvg.js +20 -0
  363. package/dist/lib/components/ui/Icons/FlagIcons/BsSvg.d.ts +2 -0
  364. package/dist/lib/components/ui/Icons/FlagIcons/BsSvg.js +20 -0
  365. package/dist/lib/components/ui/Icons/FlagIcons/ChSvg.d.ts +2 -0
  366. package/dist/lib/components/ui/Icons/FlagIcons/ChSvg.js +20 -0
  367. package/dist/lib/components/ui/Icons/FlagIcons/DeSvg.d.ts +2 -0
  368. package/dist/lib/components/ui/Icons/FlagIcons/DeSvg.js +20 -0
  369. package/dist/lib/components/ui/Icons/FlagIcons/EnSvg.d.ts +2 -0
  370. package/dist/lib/components/ui/Icons/FlagIcons/EnSvg.js +20 -0
  371. package/dist/lib/components/ui/Icons/FlagIcons/EsSvg.d.ts +2 -0
  372. package/dist/lib/components/ui/Icons/FlagIcons/EsSvg.js +20 -0
  373. package/dist/lib/components/ui/Icons/FlagIcons/FrSvg.d.ts +2 -0
  374. package/dist/lib/components/ui/Icons/FlagIcons/FrSvg.js +20 -0
  375. package/dist/lib/components/ui/Icons/FlagIcons/HiSvg.d.ts +2 -0
  376. package/dist/lib/components/ui/Icons/FlagIcons/HiSvg.js +20 -0
  377. package/dist/lib/components/ui/Icons/FlagIcons/ItSvg.d.ts +2 -0
  378. package/dist/lib/components/ui/Icons/FlagIcons/ItSvg.js +20 -0
  379. package/dist/lib/components/ui/Icons/FlagIcons/KoSvg.d.ts +2 -0
  380. package/dist/lib/components/ui/Icons/FlagIcons/KoSvg.js +20 -0
  381. package/dist/lib/components/ui/Icons/FlagIcons/KzSvg.d.ts +2 -0
  382. package/dist/lib/components/ui/Icons/FlagIcons/KzSvg.js +20 -0
  383. package/dist/lib/components/ui/Icons/FlagIcons/NoSvg.d.ts +2 -0
  384. package/dist/lib/components/ui/Icons/FlagIcons/NoSvg.js +20 -0
  385. package/dist/lib/components/ui/Icons/FlagIcons/PtSvg.d.ts +2 -0
  386. package/dist/lib/components/ui/Icons/FlagIcons/PtSvg.js +20 -0
  387. package/dist/lib/components/ui/Icons/FlagIcons/RoSvg.d.ts +2 -0
  388. package/dist/lib/components/ui/Icons/FlagIcons/RoSvg.js +20 -0
  389. package/dist/lib/components/ui/Icons/FlagIcons/RuSvg.d.ts +2 -0
  390. package/dist/lib/components/ui/Icons/FlagIcons/RuSvg.js +20 -0
  391. package/dist/lib/components/ui/Icons/FlagIcons/TrSvg.d.ts +2 -0
  392. package/dist/lib/components/ui/Icons/FlagIcons/TrSvg.js +20 -0
  393. package/dist/lib/components/ui/Icons/FlagIcons/UkrSvg.d.ts +2 -0
  394. package/dist/lib/components/ui/Icons/FlagIcons/UkrSvg.js +20 -0
  395. package/dist/lib/components/ui/Icons/FlagIcons/UzSvg.d.ts +2 -0
  396. package/dist/lib/components/ui/Icons/FlagIcons/UzSvg.js +20 -0
  397. package/dist/lib/components/ui/Icons/InHouse/ElonHouseSvg.d.ts +2 -0
  398. package/dist/lib/components/ui/Icons/InHouse/ElonHouseSvg.js +20 -0
  399. package/dist/lib/components/ui/Icons/InHouse/FSWinHouseSvg.d.ts +2 -0
  400. package/dist/lib/components/ui/Icons/InHouse/FSWinHouseSvg.js +20 -0
  401. package/dist/lib/components/ui/Icons/InHouse/JabiInHouseSvg.d.ts +2 -0
  402. package/dist/lib/components/ui/Icons/InHouse/JabiInHouseSvg.js +20 -0
  403. package/dist/lib/components/ui/Icons/InfoSvg.d.ts +2 -0
  404. package/dist/lib/components/ui/Icons/InfoSvg.js +20 -0
  405. package/dist/lib/components/ui/Icons/LockSvg.d.ts +2 -0
  406. package/dist/lib/components/ui/Icons/LockSvg.js +20 -0
  407. package/dist/lib/components/ui/Icons/Navigation/NavBettingLiveSvg.d.ts +2 -0
  408. package/dist/lib/components/ui/Icons/Navigation/NavBettingLiveSvg.js +20 -0
  409. package/dist/lib/components/ui/Icons/Navigation/NavBettingSvg.d.ts +2 -0
  410. package/dist/lib/components/ui/Icons/Navigation/NavBettingSvg.js +20 -0
  411. package/dist/lib/components/ui/Icons/Navigation/NavBonusesSvg.d.ts +2 -0
  412. package/dist/lib/components/ui/Icons/Navigation/NavBonusesSvg.js +20 -0
  413. package/dist/lib/components/ui/Icons/Navigation/NavCasinoSvg.d.ts +2 -0
  414. package/dist/lib/components/ui/Icons/Navigation/NavCasinoSvg.js +20 -0
  415. package/dist/lib/components/ui/Icons/Navigation/NavMyBetsSvg.d.ts +2 -0
  416. package/dist/lib/components/ui/Icons/Navigation/NavMyBetsSvg.js +20 -0
  417. package/dist/lib/components/ui/Icons/Navigation/NavReferralSvg.d.ts +2 -0
  418. package/dist/lib/components/ui/Icons/Navigation/NavReferralSvg.js +20 -0
  419. package/dist/lib/components/ui/Icons/Navigation/NavTournamentSvg.d.ts +2 -0
  420. package/dist/lib/components/ui/Icons/Navigation/NavTournamentSvg.js +20 -0
  421. package/dist/lib/components/ui/Icons/NotFound/BonusesSvg.d.ts +2 -0
  422. package/dist/lib/components/ui/Icons/NotFound/BonusesSvg.js +20 -0
  423. package/dist/lib/components/ui/Icons/Notifications/ErrorSvg.d.ts +2 -0
  424. package/dist/lib/components/ui/Icons/Notifications/ErrorSvg.js +20 -0
  425. package/dist/lib/components/ui/Icons/Notifications/SuccessSvg.d.ts +2 -0
  426. package/dist/lib/components/ui/Icons/Notifications/SuccessSvg.js +20 -0
  427. package/dist/lib/components/ui/Icons/Notifications/WarningSvg.d.ts +2 -0
  428. package/dist/lib/components/ui/Icons/Notifications/WarningSvg.js +20 -0
  429. package/dist/lib/components/ui/Icons/PlaySvg.d.ts +2 -0
  430. package/dist/lib/components/ui/Icons/PlaySvg.js +20 -0
  431. package/dist/lib/components/ui/Icons/ReferralTreasures/ElonTreasureSvg.d.ts +2 -0
  432. package/dist/lib/components/ui/Icons/ReferralTreasures/ElonTreasureSvg.js +44 -0
  433. package/dist/lib/components/ui/Icons/ReferralTreasures/FSWinTreasureSvg.d.ts +2 -0
  434. package/dist/lib/components/ui/Icons/ReferralTreasures/FSWinTreasureSvg.js +44 -0
  435. package/dist/lib/components/ui/Icons/ReferralTreasures/JabibetTreasureSvg.d.ts +2 -0
  436. package/dist/lib/components/ui/Icons/ReferralTreasures/JabibetTreasureSvg.js +44 -0
  437. package/dist/lib/components/ui/Icons/SocialMedia/FacebookSvg.d.ts +2 -0
  438. package/dist/lib/components/ui/Icons/SocialMedia/FacebookSvg.js +20 -0
  439. package/dist/lib/components/ui/Icons/SocialMedia/InstagramSvg.d.ts +2 -0
  440. package/dist/lib/components/ui/Icons/SocialMedia/InstagramSvg.js +20 -0
  441. package/dist/lib/components/ui/Icons/SocialMedia/TelegramSvg.d.ts +2 -0
  442. package/dist/lib/components/ui/Icons/SocialMedia/TelegramSvg.js +20 -0
  443. package/dist/lib/components/ui/Icons/Sports/AmericanFootballSvg.d.ts +2 -0
  444. package/dist/lib/components/ui/Icons/Sports/AmericanFootballSvg.js +20 -0
  445. package/dist/lib/components/ui/Icons/Sports/AussieRulesSvg.d.ts +2 -0
  446. package/dist/lib/components/ui/Icons/Sports/AussieRulesSvg.js +20 -0
  447. package/dist/lib/components/ui/Icons/Sports/BadmintonSvg.d.ts +2 -0
  448. package/dist/lib/components/ui/Icons/Sports/BadmintonSvg.js +20 -0
  449. package/dist/lib/components/ui/Icons/Sports/BaseballSvg.d.ts +2 -0
  450. package/dist/lib/components/ui/Icons/Sports/BaseballSvg.js +20 -0
  451. package/dist/lib/components/ui/Icons/Sports/Basketball3x3Svg.d.ts +2 -0
  452. package/dist/lib/components/ui/Icons/Sports/Basketball3x3Svg.js +20 -0
  453. package/dist/lib/components/ui/Icons/Sports/BasketballSvg.d.ts +2 -0
  454. package/dist/lib/components/ui/Icons/Sports/BasketballSvg.js +20 -0
  455. package/dist/lib/components/ui/Icons/Sports/BeachSoccerSvg.d.ts +2 -0
  456. package/dist/lib/components/ui/Icons/Sports/BeachSoccerSvg.js +20 -0
  457. package/dist/lib/components/ui/Icons/Sports/BoxingSvg.d.ts +2 -0
  458. package/dist/lib/components/ui/Icons/Sports/BoxingSvg.js +20 -0
  459. package/dist/lib/components/ui/Icons/Sports/ChessSvg.d.ts +2 -0
  460. package/dist/lib/components/ui/Icons/Sports/ChessSvg.js +20 -0
  461. package/dist/lib/components/ui/Icons/Sports/CricketSvg.d.ts +2 -0
  462. package/dist/lib/components/ui/Icons/Sports/CricketSvg.js +20 -0
  463. package/dist/lib/components/ui/Icons/Sports/DartsSvg.d.ts +2 -0
  464. package/dist/lib/components/ui/Icons/Sports/DartsSvg.js +20 -0
  465. package/dist/lib/components/ui/Icons/Sports/EFifaSvg.d.ts +2 -0
  466. package/dist/lib/components/ui/Icons/Sports/EFifaSvg.js +20 -0
  467. package/dist/lib/components/ui/Icons/Sports/ENbaSvg.d.ts +2 -0
  468. package/dist/lib/components/ui/Icons/Sports/ENbaSvg.js +20 -0
  469. package/dist/lib/components/ui/Icons/Sports/ENhlSvg.d.ts +2 -0
  470. package/dist/lib/components/ui/Icons/Sports/ENhlSvg.js +20 -0
  471. package/dist/lib/components/ui/Icons/Sports/EsportSvg.d.ts +2 -0
  472. package/dist/lib/components/ui/Icons/Sports/EsportSvg.js +20 -0
  473. package/dist/lib/components/ui/Icons/Sports/FieldHockeySvg.d.ts +2 -0
  474. package/dist/lib/components/ui/Icons/Sports/FieldHockeySvg.js +20 -0
  475. package/dist/lib/components/ui/Icons/Sports/FutsalSvg.d.ts +2 -0
  476. package/dist/lib/components/ui/Icons/Sports/FutsalSvg.js +20 -0
  477. package/dist/lib/components/ui/Icons/Sports/IceHockeySvg.d.ts +2 -0
  478. package/dist/lib/components/ui/Icons/Sports/IceHockeySvg.js +20 -0
  479. package/dist/lib/components/ui/Icons/Sports/KabaddiSvg.d.ts +2 -0
  480. package/dist/lib/components/ui/Icons/Sports/KabaddiSvg.js +20 -0
  481. package/dist/lib/components/ui/Icons/Sports/MmaSvg.d.ts +2 -0
  482. package/dist/lib/components/ui/Icons/Sports/MmaSvg.js +20 -0
  483. package/dist/lib/components/ui/Icons/Sports/RugbySvg.d.ts +2 -0
  484. package/dist/lib/components/ui/Icons/Sports/RugbySvg.js +20 -0
  485. package/dist/lib/components/ui/Icons/Sports/SnookerSvg.d.ts +2 -0
  486. package/dist/lib/components/ui/Icons/Sports/SnookerSvg.js +20 -0
  487. package/dist/lib/components/ui/Icons/Sports/SoccerSvg.d.ts +2 -0
  488. package/dist/lib/components/ui/Icons/Sports/SoccerSvg.js +20 -0
  489. package/dist/lib/components/ui/Icons/Sports/SquashSvg.d.ts +2 -0
  490. package/dist/lib/components/ui/Icons/Sports/SquashSvg.js +20 -0
  491. package/dist/lib/components/ui/Icons/Sports/TableTennisSvg.d.ts +2 -0
  492. package/dist/lib/components/ui/Icons/Sports/TableTennisSvg.js +20 -0
  493. package/dist/lib/components/ui/Icons/Sports/TennisSvg.d.ts +2 -0
  494. package/dist/lib/components/ui/Icons/Sports/TennisSvg.js +20 -0
  495. package/dist/lib/components/ui/Icons/Sports/VolleyballSvg.d.ts +2 -0
  496. package/dist/lib/components/ui/Icons/Sports/VolleyballSvg.js +20 -0
  497. package/dist/lib/components/ui/Icons/types.d.ts +8 -0
  498. package/dist/lib/components/ui/Icons/types.js +2 -0
  499. package/dist/lib/components/ui/Inputs/AmountInput/index.d.ts +3 -0
  500. package/dist/lib/components/ui/Inputs/AmountInput/index.js +123 -0
  501. package/dist/lib/components/ui/Inputs/AmountInput/types.d.ts +20 -0
  502. package/dist/lib/components/ui/Inputs/AmountInput/types.js +2 -0
  503. package/dist/lib/components/ui/Inputs/BaseInput/BaseInputUi.d.ts +2 -0
  504. package/dist/lib/components/ui/Inputs/BaseInput/BaseInputUi.js +72 -0
  505. package/dist/lib/components/ui/Inputs/BaseInput/constant.d.ts +2 -0
  506. package/dist/lib/components/ui/Inputs/BaseInput/constant.js +7 -0
  507. package/dist/lib/components/ui/Inputs/BaseInput/index.d.ts +2 -0
  508. package/dist/lib/components/ui/Inputs/BaseInput/index.js +52 -0
  509. package/dist/lib/components/ui/Inputs/BaseInput/types.d.ts +37 -0
  510. package/dist/lib/components/ui/Inputs/BaseInput/types.js +2 -0
  511. package/dist/lib/components/ui/Inputs/CheckBox/index.d.ts +12 -0
  512. package/dist/lib/components/ui/Inputs/CheckBox/index.js +52 -0
  513. package/dist/lib/components/ui/Leaderboard/components/User/index.d.ts +4 -0
  514. package/dist/lib/components/ui/Leaderboard/components/User/index.js +56 -0
  515. package/dist/lib/components/ui/Leaderboard/constants.d.ts +1 -0
  516. package/dist/lib/components/ui/Leaderboard/constants.js +4 -0
  517. package/dist/lib/components/ui/Leaderboard/index.d.ts +2 -0
  518. package/dist/lib/components/ui/Leaderboard/index.js +70 -0
  519. package/dist/lib/components/ui/Leaderboard/types.d.ts +17 -0
  520. package/dist/lib/components/ui/Leaderboard/types.js +2 -0
  521. package/dist/lib/components/ui/Loaders/CircularLoader/index.d.ts +5 -0
  522. package/dist/lib/components/ui/Loaders/CircularLoader/index.js +48 -0
  523. package/dist/lib/components/ui/Loaders/MainLoader/index.d.ts +2 -0
  524. package/dist/lib/components/ui/Loaders/MainLoader/index.js +52 -0
  525. package/dist/lib/components/ui/Loaders/MainLoader/types.d.ts +6 -0
  526. package/dist/lib/components/ui/Loaders/MainLoader/types.js +2 -0
  527. package/dist/lib/components/ui/Loaders/SkeletLoader/index.d.ts +5 -0
  528. package/dist/lib/components/ui/Loaders/SkeletLoader/index.js +47 -0
  529. package/dist/lib/components/ui/Logos/index.d.ts +2 -0
  530. package/dist/lib/components/ui/Logos/index.js +101 -0
  531. package/dist/lib/components/ui/Logos/types.d.ts +13 -0
  532. package/dist/lib/components/ui/Logos/types.js +2 -0
  533. package/dist/lib/components/ui/Pagination/index.d.ts +2 -0
  534. package/dist/lib/components/ui/Pagination/index.js +76 -0
  535. package/dist/lib/components/ui/Pagination/types.d.ts +10 -0
  536. package/dist/lib/components/ui/Pagination/types.js +2 -0
  537. package/dist/lib/components/ui/Section/index.d.ts +4 -0
  538. package/dist/lib/components/ui/Section/index.js +48 -0
  539. package/dist/lib/components/ui/Selector/index.d.ts +2 -0
  540. package/dist/lib/components/ui/Selector/index.js +135 -0
  541. package/dist/lib/components/ui/Selector/types.d.ts +43 -0
  542. package/dist/lib/components/ui/Selector/types.js +2 -0
  543. package/dist/lib/components/ui/ShowAll/index.d.ts +7 -0
  544. package/dist/lib/components/ui/ShowAll/index.js +50 -0
  545. package/dist/lib/components/ui/Step/index.d.ts +2 -0
  546. package/dist/lib/components/ui/Step/index.js +44 -0
  547. package/dist/lib/components/ui/Step/types.d.ts +5 -0
  548. package/dist/lib/components/ui/Step/types.js +2 -0
  549. package/dist/lib/components/ui/Tabs/index.d.ts +2 -0
  550. package/dist/lib/components/ui/Tabs/index.js +109 -0
  551. package/dist/lib/components/ui/Tabs/types.d.ts +15 -0
  552. package/dist/lib/components/ui/Tabs/types.js +2 -0
  553. package/dist/lib/components/ui/TournamentCard/index.d.ts +2 -0
  554. package/dist/lib/components/ui/TournamentCard/index.js +58 -0
  555. package/dist/lib/components/ui/TournamentCard/types.d.ts +16 -0
  556. package/dist/lib/components/ui/TournamentCard/types.js +2 -0
  557. package/dist/lib/hooks/useCountDown.d.ts +8 -0
  558. package/dist/lib/hooks/useCountDown.js +25 -0
  559. package/dist/lib/hooks/useElementResize.d.ts +5 -0
  560. package/dist/lib/hooks/useElementResize.js +41 -0
  561. package/dist/lib/hooks/useInView.d.ts +2 -0
  562. package/dist/lib/hooks/useInView.js +27 -0
  563. package/dist/lib/hooks/useOutsideClick.d.ts +5 -0
  564. package/dist/lib/hooks/useOutsideClick.js +22 -0
  565. package/dist/lib/hooks/useSwipe.d.ts +9 -0
  566. package/dist/lib/hooks/useSwipe.js +69 -0
  567. package/dist/lib/hooks/useTranslate.d.ts +6 -0
  568. package/dist/lib/hooks/useTranslate.js +46 -0
  569. package/dist/lib/index.d.ts +189 -0
  570. package/dist/lib/index.js +411 -0
  571. package/dist/lib/service/validation.d.ts +72 -0
  572. package/dist/lib/service/validation.js +190 -0
  573. package/dist/lib/types/ui.d.ts +14 -0
  574. package/dist/lib/types/ui.js +16 -0
  575. package/dist/lib/utils/date.d.ts +1 -0
  576. package/dist/lib/utils/date.js +11 -0
  577. package/dist/lib/zustandStore/languages/constants.d.ts +2 -0
  578. package/dist/lib/zustandStore/languages/constants.js +14 -0
  579. package/dist/lib/zustandStore/languages/selectors.d.ts +22 -0
  580. package/dist/lib/zustandStore/languages/selectors.js +31 -0
  581. package/dist/lib/zustandStore/languages/store.d.ts +2 -0
  582. package/dist/lib/zustandStore/languages/store.js +115 -0
  583. package/dist/lib/zustandStore/languages/types.d.ts +18 -0
  584. package/dist/lib/zustandStore/languages/types.js +2 -0
  585. package/dist/main.css +3950 -0
  586. package/package.json +66 -0
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.ThirdBonusSvg = void 0;
15
+ var jsx_runtime_1 = require("react/jsx-runtime");
16
+ var ThirdBonusSvg = function (props) {
17
+ var _a = props.width, width = _a === void 0 ? '50' : _a, _b = props.height, height = _b === void 0 ? '41' : _b, classes = props.classes;
18
+ return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 50 41", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsx)("ellipse", { cx: "25.2578", cy: "21.5244", rx: "14.1407", ry: "14.4755", fill: "url(#paint0_linear_0_1)" }), (0, jsx_runtime_1.jsx)("ellipse", { cx: "25.2578", cy: "21.5244", rx: "14.1407", ry: "14.4755", fill: "url(#paint1_radial_0_1)" }), (0, jsx_runtime_1.jsx)("ellipse", { cx: "25.2572", cy: "21.5242", rx: "13.0463", ry: "13.3553", fill: "url(#paint2_linear_0_1)" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter0_f_0_1)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M38.3041 21.5244C38.3041 28.9003 32.4631 34.8797 25.2578 34.8797", stroke: "url(#paint3_linear_0_1)", strokeWidth: "0.854805" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter1_f_0_1)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M20.1386 9.24022C26.766 6.34601 34.4306 9.49961 37.2578 16.284", stroke: "url(#paint4_linear_0_1)", strokeWidth: "0.854805" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter2_d_0_1)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M17.0115 18.9211L22.7096 18.0735L25.2579 12.7878L27.8062 18.0735L33.5043 18.9211L29.3811 23.0354L30.3545 28.8449L25.2579 26.102L20.1613 28.8449L21.1347 23.0354L17.0115 18.9211Z", fill: "white" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter3_d_0_1)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M40.7396 26.8517C37.9108 26.5653 34.3434 23.6243 32.2425 22.0694C31.9464 22.2428 31.3564 22.8858 31.5226 23.1413C32.1808 24.1531 33.6463 26.9007 36.0373 28.7835C38.2218 30.5038 41.1547 29.9557 41.5416 27.6841C41.5582 27.2202 41.1914 26.8975 40.7396 26.8517Z", fill: "url(#paint5_linear_0_1)" }) })), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M40.8134 29.066C38.1892 29.0628 35.4742 27.1015 32.8125 23.8166C32.9138 23.4384 33.0289 23.0856 33.1553 22.7568C35.281 24.3624 38.2867 26.6038 40.7378 26.8519C41.1896 26.8977 41.5564 27.2204 41.5398 27.6843C41.4422 28.2575 41.1824 28.721 40.8134 29.066Z", fill: "url(#paint6_linear_0_1)" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter4_d_0_1)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M44.6763 22.4285C41.0983 23.1733 36.33 22.9569 33.2151 21.8587C32.9099 22.1869 32.3574 22.9294 32.6742 23.1416C35.5542 25.0701 36.8984 26.2472 40.1311 27.7184C43.3354 29.1766 46.2453 26.0865 45.9468 23.1416C45.8091 22.5643 45.2478 22.3096 44.6763 22.4285Z", fill: "url(#paint7_linear_0_1)" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter5_f_0_1)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M45.9516 23.1416C46.2473 26.0587 43.3948 29.1183 40.2266 27.7585C40.167 27.7349 40.1359 27.7184 40.1359 27.7184C40.1662 27.7321 40.1964 27.7455 40.2266 27.7585C40.5835 27.8997 41.9641 28.2946 43.8243 26.9153C45.9949 25.3058 45.9516 23.1416 45.9516 23.1416Z", fill: "url(#paint8_radial_0_1)" }) })), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M45.5883 25.3674C45.8877 24.6695 46.0239 23.9008 45.947 23.1418C45.8092 22.5645 45.248 22.3098 44.6765 22.4287C41.0985 23.1735 36.3302 22.9571 33.2152 21.8589C33.0708 22.0142 32.8711 22.2622 32.7342 22.503C37.0436 25.2731 42.7983 27.2099 45.5883 25.3674Z", fill: "url(#paint9_linear_0_1)" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter6_d_0_1)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M45.1126 17.157C41.5949 19.3228 36.6048 20.784 33.3415 21.1447C33.1893 21.5775 32.9736 22.476 33.3415 22.5513C36.608 23.2206 40.358 24.0716 44.0466 23.9528C47.4072 23.8446 48.0599 19.5864 47.0712 17.4467C46.6675 16.5733 45.7633 16.7564 45.1126 17.157Z", fill: "url(#paint10_linear_0_1)" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter7_f_0_1)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M46.9733 17.4229C47.9621 19.5626 47.3093 23.8208 43.9488 23.929C42.5599 23.9737 41.1623 23.8809 39.7852 23.7121", stroke: "url(#paint11_linear_0_1)", strokeWidth: "0.641104" }) })), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M47.4569 18.8842C47.3964 18.3558 47.2664 17.8615 47.0748 17.4467C46.6711 16.5733 45.7669 16.7564 45.1162 17.157C41.5985 19.3228 36.6084 20.784 33.3451 21.1447C33.2727 21.3506 33.1859 21.6618 33.1544 21.9397C40.331 22.5033 44.6428 21.0811 47.4569 18.8842Z", fill: "url(#paint12_linear_0_1)" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M41.3807 21.5722C43.983 21.028 45.9356 20.0687 47.453 18.8842C47.3924 18.3559 47.2624 17.8615 47.0708 17.4467C46.6672 16.5733 45.7629 16.7564 45.1122 17.157C44.0852 17.7893 42.9326 18.3616 41.7341 18.864L41.3807 21.5722Z", fill: "url(#paint13_linear_0_1)" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M44.4806 20.6217C45.6334 20.1343 46.614 19.5443 47.4594 18.8843C47.3989 18.3559 47.2689 17.8615 47.0772 17.4467C46.6736 16.5733 45.7693 16.7564 45.1187 17.157C45.0208 17.2173 44.9217 17.277 44.8215 17.3362L44.4806 20.6217Z", fill: "url(#paint14_linear_0_1)" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter8_d_0_1)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M38.0024 20.6065C36.6323 22.7704 33.5449 23.8348 32.9803 23.3775C32.2569 22.7916 33.2532 23.6184 34.0531 21.9303C35.0072 19.9167 34.6944 18.0796 37.3111 17.4748C41.5688 16.4908 45.5912 12.8124 46.5397 11.1883C47.589 9.39144 48.8259 11.4036 48.8259 13.2887C48.826 18.2901 45.8801 18.7647 43.3777 19.5469C40.235 20.4174 38.7948 20.4437 38.0024 20.6065Z", fill: "url(#paint15_linear_0_1)" }) })), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M47.6828 10.5466C47.322 10.3873 46.9186 10.5394 46.5396 11.1883C45.5911 12.8125 41.6139 16.4741 37.3562 17.4582C35.569 17.8712 35.1272 18.867 34.7228 20.0983C44.9057 18.3574 47.5691 13.4268 47.6828 10.5466Z", fill: "white", fillOpacity: "0.2" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M42.2965 19.831C42.1091 19.8774 41.9291 19.9204 41.756 19.9603L41.9456 17.8359C42.1367 17.7373 42.3219 17.6371 42.5014 17.5354L42.2965 19.831ZM45.41 18.8953C44.9323 19.0793 44.4377 19.2273 43.95 19.3733C43.758 19.4308 43.567 19.488 43.3786 19.5469C43.1314 19.6153 42.8948 19.6786 42.6681 19.7371L42.8813 17.3132C44.1066 16.5727 45.0471 15.7656 45.7571 14.9492L45.41 18.8953Z", fill: "#FFBC57", fillOpacity: "0.3" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter9_d_0_1)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M9.26041 26.8517C12.0892 26.5653 15.6566 23.6243 17.7575 22.0694C18.0536 22.2428 18.6436 22.8858 18.4774 23.1413C17.8192 24.1531 16.3537 26.9007 13.9627 28.7835C11.7782 30.5038 8.84533 29.9557 8.45842 27.6841C8.44182 27.2202 8.8086 26.8975 9.26041 26.8517Z", fill: "url(#paint16_linear_0_1)" }) })), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.18472 29.066C11.809 29.0627 14.524 27.1015 17.1856 23.8166C17.0844 23.4384 16.9692 23.0856 16.8428 22.7568C14.7172 24.3624 11.7115 26.6037 9.26033 26.8519C8.80851 26.8977 8.44173 27.2203 8.45834 27.6843C8.55598 28.2575 8.81575 28.721 9.18472 29.066Z", fill: "url(#paint17_linear_0_1)" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter10_d_0_1)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M5.3237 22.4285C8.9017 23.1733 13.67 22.9569 16.7849 21.8587C17.0901 22.1869 17.6426 22.9294 17.3258 23.1416C14.4458 25.0701 13.1016 26.2472 9.8689 27.7184C6.66462 29.1766 3.75471 26.0865 4.05318 23.1416C4.19092 22.5643 4.75221 22.3096 5.3237 22.4285Z", fill: "url(#paint18_linear_0_1)" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter11_f_0_1)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M4.0464 23.1416C3.75075 26.0587 6.60321 29.1183 9.77149 27.7585C9.83107 27.7349 9.86212 27.7184 9.86212 27.7184C9.83188 27.7321 9.80167 27.7455 9.77149 27.7585C9.41458 27.8997 8.03397 28.2946 6.17379 26.9153C4.00311 25.3058 4.0464 23.1416 4.0464 23.1416Z", fill: "url(#paint19_radial_0_1)" }) })), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.41162 25.3675C4.11217 24.6695 3.97596 23.9008 4.05289 23.1418C4.19063 22.5645 4.75191 22.3098 5.3234 22.4287C8.90141 23.1735 13.6697 22.9572 16.7846 21.8589C16.9291 22.0142 17.1288 22.2622 17.2657 22.503C12.9563 25.2731 7.20155 27.2099 4.41162 25.3675Z", fill: "url(#paint20_linear_0_1)" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter12_d_0_1)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M4.88738 17.157C8.4051 19.3228 13.3952 20.784 16.6585 21.1447C16.8107 21.5775 17.0264 22.476 16.6585 22.5513C13.392 23.2206 9.64198 24.0716 5.95337 23.9528C2.59284 23.8446 1.94007 19.5864 2.92884 17.4467C3.33245 16.5733 4.23675 16.7564 4.88738 17.157Z", fill: "url(#paint21_linear_0_1)" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter13_f_0_1)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M3.02474 17.4229C2.03597 19.5626 2.68874 23.8208 6.04927 23.929C7.43813 23.9737 8.8357 23.8809 10.2129 23.7121", stroke: "url(#paint22_linear_0_1)", strokeWidth: "0.641104" }) })), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.54104 18.8842C2.60158 18.3559 2.73156 17.8615 2.92323 17.4467C3.32685 16.5733 4.23114 16.7564 4.88177 17.157C8.39949 19.3228 13.3896 20.784 16.6529 21.1447C16.7253 21.3506 16.8121 21.6618 16.8435 21.9397C9.66703 22.5034 5.35525 21.0812 2.54104 18.8842Z", fill: "url(#paint23_linear_0_1)" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.61917 21.5723C6.01691 21.0282 4.06424 20.0689 2.5469 18.8845C2.60742 18.3561 2.73742 17.8616 2.92912 17.4467C3.33273 16.5733 4.23703 16.7564 4.88766 17.157C5.91472 17.7893 7.0673 18.3616 8.26577 18.864L8.61917 21.5723Z", fill: "url(#paint24_linear_0_1)" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.51955 20.6217C4.36672 20.1344 3.38611 19.5443 2.54066 18.8843C2.60119 18.3559 2.73118 17.8615 2.92286 17.4467C3.32647 16.5733 4.23076 16.7564 4.88139 17.157C4.97935 17.2173 5.07844 17.277 5.17861 17.3362L5.51955 20.6217Z", fill: "url(#paint25_linear_0_1)" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter14_d_0_1)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M11.9976 20.6065C13.3677 22.7704 16.4551 23.8348 17.0197 23.3775C17.7431 22.7916 16.7468 23.6184 15.9469 21.9303C14.9928 19.9167 15.3056 18.0796 12.6889 17.4748C8.43123 16.4908 4.40879 12.8124 3.46028 11.1883C2.41095 9.39144 1.17409 11.4036 1.17407 13.2887C1.17403 18.2901 4.11987 18.7647 6.62231 19.5469C9.76499 20.4174 11.2052 20.4437 11.9976 20.6065Z", fill: "url(#paint26_linear_0_1)" }) })), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.31726 10.5466C2.67807 10.3873 3.08153 10.5394 3.46052 11.1883C4.40903 12.8125 8.38625 16.4741 12.6439 17.4582C14.4311 17.8712 14.8729 18.867 15.2773 20.0983C5.0944 18.3574 2.43099 13.4268 2.31726 10.5466Z", fill: "white", fillOpacity: "0.2" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.70357 19.8312C7.89098 19.8775 8.07103 19.9205 8.24406 19.9604L8.05446 17.8361C7.86343 17.7374 7.67822 17.6372 7.4987 17.5356L7.70357 19.8312ZM4.59015 18.8955C5.0679 19.0795 5.56246 19.2275 6.05014 19.3735C6.24214 19.431 6.43306 19.4881 6.62147 19.547C6.86871 19.6155 7.10541 19.6788 7.33208 19.7373L7.11891 17.3133C5.89357 16.5728 4.95311 15.7656 4.24309 14.9492L4.59015 18.8955Z", fill: "#FFBC57", fillOpacity: "0.3" }), (0, jsx_runtime_1.jsxs)("g", __assign({ filter: "url(#filter15_d_0_1)" }, { children: [(0, jsx_runtime_1.jsx)("ellipse", { cx: "25.2575", cy: "21.6639", rx: "12.0075", ry: "12.2919", fill: "url(#paint27_linear_0_1)" }), (0, jsx_runtime_1.jsx)("ellipse", { cx: "25.2575", cy: "21.6639", rx: "12.0075", ry: "12.2919", fill: "url(#paint28_radial_0_1)" })] })), (0, jsx_runtime_1.jsx)("ellipse", { cx: "25.2574", cy: "21.6638", rx: "9.9234", ry: "10.1584", fill: "url(#paint29_linear_0_1)" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter16_i_0_1)" }, { children: (0, jsx_runtime_1.jsx)("ellipse", { cx: "25.257", cy: "21.6638", rx: "9.36442", ry: "9.58619", fill: "url(#paint30_linear_0_1)" }) })), (0, jsx_runtime_1.jsx)("ellipse", { cx: "2.7607", cy: "0.243876", rx: "2.7607", ry: "0.243876", transform: "matrix(0.698784 -0.715333 0.698784 0.715333 14.0723 13.8779)", fill: "url(#paint31_radial_0_1)" }), (0, jsx_runtime_1.jsx)("ellipse", { cx: "3.95738", cy: "0.243876", rx: "3.95738", ry: "0.243876", transform: "matrix(0.698784 0.715333 -0.698784 0.715333 13.5762 9.07227)", fill: "url(#paint32_radial_0_1)" }), (0, jsx_runtime_1.jsx)("ellipse", { cx: "1.18087", cy: "1.08342", rx: "1.18087", ry: "1.08342", transform: "matrix(0.698784 -0.715333 0.698784 0.715333 14.5879 12.1475)", fill: "url(#paint33_radial_0_1)" }), (0, jsx_runtime_1.jsx)("ellipse", { cx: "1.85136", cy: "1.80982", rx: "1.85136", ry: "1.80982", transform: "matrix(0.698784 -0.715333 0.698784 0.715333 13.6133 12.1074)", fill: "url(#paint34_radial_0_1)" }), (0, jsx_runtime_1.jsxs)("g", __assign({ filter: "url(#filter17_d_0_1)" }, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M31.7804 16.8633C31.3436 16.7496 30.886 16.6891 30.4146 16.6891C27.3651 16.6891 24.893 19.2197 24.893 22.3414C24.893 25.4589 27.3585 27.9869 30.4023 27.9937C28.9959 29.2071 27.1794 29.9383 25.1962 29.9383C20.7321 29.9383 17.1133 26.2338 17.1133 21.664C17.1133 17.0942 20.7321 13.3896 25.1962 13.3896C27.9119 13.3896 30.3147 14.7606 31.7804 16.8633Z", fill: "url(#paint35_linear_0_1)" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter18_f_0_1)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M31.7786 16.856L26.0054 15.792L21.377 18.6597L21.6043 23.9796L24.7468 28.0277L30.4105 27.9955", stroke: "url(#paint36_linear_0_1)", strokeWidth: "0.520087" }) })), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M25.0801 23.8062C25.3953 25.0122 26.0904 26.0593 27.0261 26.8047L24.7462 28.0278L21.5956 23.9627L25.0801 23.8062Z", fill: "url(#paint37_linear_0_1)" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M25.0989 20.8043C24.9643 21.293 24.8922 21.8086 24.8922 22.3415C24.8922 22.8483 24.9574 23.3396 25.0796 23.807L21.5949 23.9629L21.3672 18.6431L25.0989 20.8043Z", fill: "url(#paint38_linear_0_1)" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M26.4809 18.3741C25.8371 19.0429 25.3548 19.875 25.0989 20.8043L21.3672 18.6431L26.0135 15.7837L26.4809 18.3741Z", fill: "url(#paint39_linear_0_1)" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M27.023 26.8023C27.9559 27.5466 29.1284 27.991 30.4021 27.9938C30.4018 27.9941 30.4016 27.9943 30.4013 27.9946L24.746 28.0196L27.023 26.8023Z", fill: "url(#paint40_linear_0_1)" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M30.4014 27.9946C28.9951 29.2076 27.179 29.9385 25.1961 29.9385C24.5748 29.9385 23.9698 29.8667 23.3886 29.7309L24.7458 28.0196L30.4014 27.9946Z", fill: "url(#paint41_linear_0_1)" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23.389 29.7306C21.0866 29.1921 19.1586 27.6473 18.0704 25.5722L21.5956 23.9629L24.7462 28.0193L23.389 29.7306Z", fill: "url(#paint42_linear_0_1)" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.0701 25.5722C17.4596 24.4082 17.1134 23.0775 17.1134 21.6639C17.1134 19.9367 17.6303 18.3331 18.5145 17.0064L21.3678 18.6429L21.5955 23.9628L18.0701 25.5722Z", fill: "url(#paint43_linear_0_1)" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21.3669 18.643L26.0132 15.7836V13.4315C25.7443 13.4038 25.4714 13.3896 25.1954 13.3896C22.4186 13.3896 19.9688 14.823 18.5136 17.0065L21.3669 18.643Z", fill: "url(#paint44_linear_0_1)" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M31.1443 16.7377L26.0136 15.7834V13.4311C28.3874 13.6749 30.4585 14.9701 31.7757 16.8551L31.6706 16.8356C31.4981 16.7945 31.3225 16.7618 31.1443 16.7377Z", fill: "url(#paint45_linear_0_1)" }), (0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter19_f_0_1)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M31.7689 16.8369L25.9957 15.7729L21.3672 18.6407L21.5945 23.9606L24.737 28.0087L30.4007 27.9765", stroke: "url(#paint46_linear_0_1)", strokeWidth: "0.520087" }) })), (0, jsx_runtime_1.jsx)("ellipse", { cx: "1.28371", cy: "0.114294", rx: "1.28371", ry: "0.114294", transform: "matrix(0.490611 -0.871396 0.86051 0.509464 20.6484 19.7036)", fill: "url(#paint47_radial_0_1)" }), (0, jsx_runtime_1.jsx)("ellipse", { cx: "1.8232", cy: "0.111451", rx: "1.8232", ry: "0.111451", transform: "matrix(0.860613 0.509282 -0.490786 0.871292 19.8613 17.6172)", fill: "url(#paint48_radial_0_1)" }), (0, jsx_runtime_1.jsx)("ellipse", { cx: "0.545245", cy: "0.503249", rx: "0.545245", ry: "0.503249", transform: "matrix(0.489238 -0.872205 0.859704 0.510888 20.6777 18.8613)", fill: "url(#paint49_radial_0_1)" }), (0, jsx_runtime_1.jsx)("ellipse", { cx: "0.854573", cy: "0.840407", rx: "0.854573", ry: "0.840407", transform: "matrix(0.489235 -0.872206 0.859702 0.510891 20.2363 18.959)", fill: "url(#paint50_radial_0_1)" }), (0, jsx_runtime_1.jsx)("ellipse", { cx: "0.494624", cy: "0.0440383", rx: "0.494624", ry: "0.0440383", transform: "matrix(0.490611 -0.871396 0.86051 0.509463 25.7324 16.2324)", fill: "url(#paint51_radial_0_1)" }), (0, jsx_runtime_1.jsx)("ellipse", { cx: "0.702493", cy: "0.0429429", rx: "0.702493", ry: "0.0429429", transform: "matrix(0.860613 0.509281 -0.490787 0.871292 25.4297 15.4282)", fill: "url(#paint52_radial_0_1)" }), (0, jsx_runtime_1.jsx)("ellipse", { cx: "0.210087", cy: "0.193906", rx: "0.210087", ry: "0.193906", transform: "matrix(0.489238 -0.872204 0.859704 0.510888 25.7441 15.9077)", fill: "url(#paint53_radial_0_1)" }), (0, jsx_runtime_1.jsx)("ellipse", { cx: "0.567936", cy: "0.558521", rx: "0.567936", ry: "0.558521", transform: "matrix(0.489235 -0.872206 0.859702 0.510891 25.2559 16.0337)", fill: "url(#paint54_radial_0_1)" })] })), (0, jsx_runtime_1.jsxs)("defs", { children: [(0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter0_f_0_1", x: "24.4777", y: "20.7443", width: "15.0349", height: "15.343", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.390066", result: "effect1_foregroundBlur_0_1" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter1_f_0_1", x: "19.1945", y: "6.95522", width: "19.236", height: "10.28", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.390066", result: "effect1_foregroundBlur_0_1" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter2_d_0_1", x: "5.14171", y: "0.917592", width: "40.2322", height: "39.7971", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), (0, jsx_runtime_1.jsx)("feOffset", {}), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "5.935" }), (0, jsx_runtime_1.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.408333 0 0 0 0 0.275625 0 0 0 0 0.153125 0 0 0 0.25 0" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_0_1" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_0_1", result: "shape" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter3_d_0_1", x: "29.7845", y: "21.2145", width: "13.468", height: "11.1438", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), (0, jsx_runtime_1.jsx)("feOffset", { dy: "0.854805" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.854805" }), (0, jsx_runtime_1.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.5375 0 0 0 0 0.322052 0 0 0 0 0.123177 0 0 0 0.3 0" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_0_1" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_0_1", result: "shape" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter4_d_0_1", x: "30.8705", y: "21.0041", width: "16.8079", height: "9.65164", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), (0, jsx_runtime_1.jsx)("feOffset", { dy: "0.854805" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.854805" }), (0, jsx_runtime_1.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.508333 0 0 0 0 0.234045 0 0 0 0 0.116493 0 0 0 0.3 0" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_0_1" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_0_1", result: "shape" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter5_f_0_1", x: "39.2819", y: "22.2868", width: "7.54555", height: "6.65932", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.427402", result: "effect1_foregroundBlur_0_1" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter6_d_0_1", x: "32.0985", y: "16.8232", width: "16.4339", height: "9.22097", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), (0, jsx_runtime_1.jsx)("feOffset", { dy: "1.04017" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.520087" }), (0, jsx_runtime_1.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.491667 0 0 0 0 0.253454 0 0 0 0 0.178229 0 0 0 0.25 0" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_0_1" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_0_1", result: "shape" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter7_f_0_1", x: "38.8913", y: "16.4338", width: "9.67836", height: "8.68178", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.427402", result: "effect1_foregroundBlur_0_1" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter8_d_0_1", x: "31.6903", y: "10.4883", width: "18.1761", height: "15.074", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), (0, jsx_runtime_1.jsx)("feOffset", { dy: "1.04017" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.520087" }), (0, jsx_runtime_1.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.525 0 0 0 0 0.3024 0 0 0 0 0.177187 0 0 0 0.25 0" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_0_1" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_0_1", result: "shape" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter9_d_0_1", x: "6.74742", y: "21.2145", width: "13.468", height: "11.1438", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), (0, jsx_runtime_1.jsx)("feOffset", { dy: "0.854805" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.854805" }), (0, jsx_runtime_1.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.541667 0 0 0 0 0.238333 0 0 0 0 0.0677083 0 0 0 0.3 0" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_0_1" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_0_1", result: "shape" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter10_d_0_1", x: "2.32164", y: "21.0041", width: "16.8079", height: "9.65164", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), (0, jsx_runtime_1.jsx)("feOffset", { dy: "0.854805" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.854805" }), (0, jsx_runtime_1.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.508333 0 0 0 0 0.234045 0 0 0 0 0.116493 0 0 0 0.3 0" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_0_1" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_0_1", result: "shape" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter11_f_0_1", x: "3.17059", y: "22.2868", width: "7.54555", height: "6.65932", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.427402", result: "effect1_foregroundBlur_0_1" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter12_d_0_1", x: "1.46764", y: "16.8232", width: "16.4339", height: "9.22097", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), (0, jsx_runtime_1.jsx)("feOffset", { dy: "1.04017" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.520087" }), (0, jsx_runtime_1.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.491667 0 0 0 0 0.253454 0 0 0 0 0.178229 0 0 0 0.25 0" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_0_1" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_0_1", result: "shape" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter13_f_0_1", x: "1.4284", y: "16.4338", width: "9.67836", height: "8.68178", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.427402", result: "effect1_foregroundBlur_0_1" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter14_d_0_1", x: "0.133653", y: "10.4883", width: "18.1761", height: "15.074", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), (0, jsx_runtime_1.jsx)("feOffset", { dy: "1.04017" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.520087" }), (0, jsx_runtime_1.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.525 0 0 0 0 0.3024 0 0 0 0 0.177187 0 0 0 0.25 0" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_0_1" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_0_1", result: "shape" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter15_d_0_1", x: "8.12117", y: "5.09805", width: "34.2733", height: "34.8412", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), (0, jsx_runtime_1.jsx)("feOffset", { dy: "0.854805" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "2.56441" }), (0, jsx_runtime_1.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.770833 0 0 0 0 0.50875 0 0 0 0 0 0 0 0 1 0" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "multiply", in2: "BackgroundImageFix", result: "effect1_dropShadow_0_1" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_0_1", result: "shape" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter16_i_0_1", x: "15.8926", y: "12.0776", width: "18.7285", height: "20.0272", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), (0, jsx_runtime_1.jsx)("feOffset", { dy: "0.854805" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "3.20552" }), (0, jsx_runtime_1.jsx)("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.591667 0 0 0 0 0.388528 0 0 0 0 0.0838194 0 0 0 0.4 0" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in2: "shape", result: "effect1_innerShadow_0_1" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter17_d_0_1", x: "13.9928", y: "10.2691", width: "20.9539", height: "22.7899", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), (0, jsx_runtime_1.jsx)("feOffset", {}), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "1.56026" }), (0, jsx_runtime_1.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.775 0 0 0 0 0.465 0 0 0 0 0 0 0 0 0.6 0" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_0_1" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_0_1", result: "shape" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter18_f_0_1", x: "20.5912", y: "14.998", width: "11.755", height: "13.8107", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.260044", result: "effect1_foregroundBlur_0_1" })] })), (0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter19_f_0_1", x: "20.5815", y: "14.9789", width: "11.755", height: "13.8107", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.260044", result: "effect1_foregroundBlur_0_1" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint0_linear_0_1", x1: "17.1479", y1: "10.8417", x2: "36.7285", y2: "31.318", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FFDA79" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.473958", stopColor: "#FFC759" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FFE39B" })] })), (0, jsx_runtime_1.jsxs)("radialGradient", __assign({ id: "paint1_radial_0_1", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(19.7194 9.83893) rotate(57.7397) scale(19.2703 19.0816)" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint2_linear_0_1", x1: "18.639", y1: "10.3085", x2: "32.9734", y2: "32.5263", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FFBE3F" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.479167", stopColor: "#FFE6A6" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FFD9A0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint3_linear_0_1", x1: "38.477", y1: "22.2045", x2: "26.1248", y2: "35.1274", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white", stopOpacity: "0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.463219", stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint4_linear_0_1", x1: "19.9721", y1: "8.84061", x2: "36.3457", y2: "14.4702", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.0732354", stopColor: "white", stopOpacity: "0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.463219", stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint5_linear_0_1", x1: "40.7769", y1: "29.1796", x2: "34.2221", y2: "27.7113", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FF8125" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FFDE89" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint6_linear_0_1", x1: "42.0501", y1: "25.9114", x2: "36.2055", y2: "26.257", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FFF1DC" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint7_linear_0_1", x1: "45.5207", y1: "25.582", x2: "37.3589", y2: "25.429", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FF8125" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FFDCA7" })] })), (0, jsx_runtime_1.jsxs)("radialGradient", __assign({ id: "paint8_radial_0_1", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(44.8685 27.3777) rotate(-131.983) scale(1.64009 15.4024)" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint9_linear_0_1", x1: "46.7413", y1: "23.9751", x2: "38.0043", y2: "25.1429", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FFF1DC" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint10_linear_0_1", x1: "37.7098", y1: "22.9636", x2: "47.3911", y2: "21.3158", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FFEAB5" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FFA959" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint11_linear_0_1", x1: "47.7846", y1: "19.3965", x2: "42.4628", y2: "23.754", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white", stopOpacity: "0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.463716", stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint12_linear_0_1", x1: "42.0487", y1: "20.1573", x2: "37.2997", y2: "21.1075", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FFC581" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint13_linear_0_1", x1: "44.9057", y1: "19.1978", x2: "41.3689", y2: "20.1725", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FFC581" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint14_linear_0_1", x1: "47.4593", y1: "17.4679", x2: "44.1589", y2: "18.595", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FFE3C1" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint15_linear_0_1", x1: "32.163", y1: "22.941", x2: "49.2782", y2: "10.5514", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.308652", stopColor: "#FFA724" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint16_linear_0_1", x1: "9.22307", y1: "29.1796", x2: "15.7779", y2: "27.7113", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FF8125" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FFDE89" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint17_linear_0_1", x1: "7.94792", y1: "25.9114", x2: "13.7925", y2: "26.257", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FFF1DC" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint18_linear_0_1", x1: "4.47929", y1: "25.582", x2: "12.6411", y2: "25.429", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FF8125" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FFDCA7" })] })), (0, jsx_runtime_1.jsxs)("radialGradient", __assign({ id: "paint19_radial_0_1", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(5.12951 27.3777) rotate(-48.0169) scale(1.64009 15.4024)" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint20_linear_0_1", x1: "3.25867", y1: "23.9751", x2: "11.9957", y2: "25.1429", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FFF1DC" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint21_linear_0_1", x1: "12.2902", y1: "22.9636", x2: "2.60894", y2: "21.3158", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FFEAB5" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FFA959" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint22_linear_0_1", x1: "2.21345", y1: "19.3965", x2: "7.53526", y2: "23.754", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white", stopOpacity: "0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.463716", stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint23_linear_0_1", x1: "7.9493", y1: "20.1573", x2: "12.6983", y2: "21.1075", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FFC581" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint24_linear_0_1", x1: "5.09428", y1: "19.1978", x2: "8.63106", y2: "20.1725", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FFC581" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint25_linear_0_1", x1: "2.54081", y1: "17.4679", x2: "5.84111", y2: "18.5949", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FFE3C1" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint26_linear_0_1", x1: "17.837", y1: "22.941", x2: "0.721774", y2: "10.5514", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.308652", stopColor: "#FFA724" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint27_linear_0_1", x1: "24.3792", y1: "9.37207", x2: "33.5064", y2: "29.0223", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FFF0B9" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FFCC7E" })] })), (0, jsx_runtime_1.jsxs)("radialGradient", __assign({ id: "paint28_radial_0_1", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(15.8229 12.9101) rotate(37.6717) scale(18.2549 18.368)" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint29_linear_0_1", x1: "20.2234", y1: "13.1328", x2: "31.1266", y2: "30.0323", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#F5C54A" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.479167", stopColor: "#FFE8AC" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#F5C54A" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint30_linear_0_1", x1: "30.3485", y1: "31.25", x2: "20.1992", y2: "13.8333", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.255208", stopColor: "#FFF6C5" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.802083", stopColor: "#A55002" })] })), (0, jsx_runtime_1.jsxs)("radialGradient", __assign({ id: "paint31_radial_0_1", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(2.7607 0.243876) rotate(90) scale(0.243876 2.7607)" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("radialGradient", __assign({ id: "paint32_radial_0_1", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(3.95738 0.243876) rotate(90) scale(0.243876 3.95738)" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("radialGradient", __assign({ id: "paint33_radial_0_1", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(1.18087 1.08342) rotate(90) scale(1.08342 1.18087)" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("radialGradient", __assign({ id: "paint34_radial_0_1", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(1.85136 1.80982) rotate(90) scale(1.80982 1.85136)" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint35_linear_0_1", x1: "26.2081", y1: "15.3859", x2: "30.4715", y2: "17.1109", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#DCAA2A" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FFEAB6" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint36_linear_0_1", x1: "26.5778", y1: "15.792", x2: "26.5778", y2: "28.0277", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white", stopOpacity: "0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.515625", stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint37_linear_0_1", x1: "22.5956", y1: "24.14", x2: "26.4042", y2: "24.4854", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#E79800" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FFE381" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint38_linear_0_1", x1: "21.5703", y1: "22.4695", x2: "24.8244", y2: "22.0501", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#F19E21" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FFDB5B" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint39_linear_0_1", x1: "25.1593", y1: "20.304", x2: "27.5043", y2: "17.8469", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#F3A919" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FFE381" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint40_linear_0_1", x1: "25.8962", y1: "27.8075", x2: "29.8142", y2: "27.3419", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#F2A91C" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FFEFB6" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint41_linear_0_1", x1: "29.6124", y1: "29.2741", x2: "25.9222", y2: "27.0165", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#DE9F26" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FFE27B" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint42_linear_0_1", x1: "20.4414", y1: "24.4906", x2: "23.5967", y2: "28.6795", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.0174301", stopColor: "#FABC1E" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.523237", stopColor: "#FFCE4F" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FFE7C2" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint43_linear_0_1", x1: "21.3446", y1: "19.7964", x2: "17.1161", y2: "20.9426", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FFBD3E" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FFEFB8" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint44_linear_0_1", x1: "25.8154", y1: "13.2141", x2: "20.4617", y2: "17.6109", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FFD43E" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FFFAE7" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint45_linear_0_1", x1: "28.4596", y1: "17.0091", x2: "28.5604", y2: "13.8034", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#FFC701" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FFFBE7" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint46_linear_0_1", x1: "26.568", y1: "15.7729", x2: "26.568", y2: "28.0087", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white", stopOpacity: "0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.515625", stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("radialGradient", __assign({ id: "paint47_radial_0_1", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(1.28371 0.114294) rotate(90) scale(0.114294 1.28371)" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("radialGradient", __assign({ id: "paint48_radial_0_1", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(1.8232 0.111451) rotate(90) scale(0.111451 1.8232)" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("radialGradient", __assign({ id: "paint49_radial_0_1", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(0.545245 0.503249) rotate(90) scale(0.503249 0.545245)" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("radialGradient", __assign({ id: "paint50_radial_0_1", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(0.854573 0.840407) rotate(90) scale(0.840407 0.854573)" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("radialGradient", __assign({ id: "paint51_radial_0_1", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(0.494624 0.0440383) rotate(90) scale(0.0440383 0.494624)" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("radialGradient", __assign({ id: "paint52_radial_0_1", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(0.702493 0.0429429) rotate(90) scale(0.0429429 0.702493)" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("radialGradient", __assign({ id: "paint53_radial_0_1", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(0.210087 0.193906) rotate(90) scale(0.193906 0.210087)" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] })), (0, jsx_runtime_1.jsxs)("radialGradient", __assign({ id: "paint54_radial_0_1", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(0.567936 0.558521) rotate(90) scale(0.558521 0.567936)" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "white" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })] }))] })] })));
19
+ };
20
+ exports.ThirdBonusSvg = ThirdBonusSvg;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../../types';
2
+ export declare const BronzeSvg: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.BronzeSvg = void 0;
15
+ var jsx_runtime_1 = require("react/jsx-runtime");
16
+ var BronzeSvg = function (props) {
17
+ var _a = props.width, width = _a === void 0 ? '14' : _a, _b = props.height, height = _b === void 0 ? '16' : _b, classes = props.classes;
18
+ return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 14 16", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.5 3.55662C13.8094 3.73526 14 4.06538 14 4.42265V11.268C14 11.6252 13.8094 11.9553 13.5 12.134L7.57176 15.5566C7.26236 15.7353 6.88116 15.7353 6.57176 15.5566L0.643555 12.134C0.334154 11.9553 0.143555 11.6252 0.143555 11.2679V4.42265C0.143555 4.06538 0.334154 3.73526 0.643555 3.55662L6.57176 0.133975C6.88116 -0.0446582 7.26236 -0.0446582 7.57176 0.133975L13.5 3.55662ZM2.77614 4.78788C2.46674 4.96652 2.27614 5.29664 2.27614 5.65391V10.0367C2.27614 10.394 2.46674 10.7241 2.77614 10.9027L6.57174 13.0941C6.88114 13.2727 7.26234 13.2727 7.57174 13.0941L11.3673 10.9027C11.6767 10.7241 11.8673 10.394 11.8673 10.0367V5.65391C11.8673 5.29664 11.6767 4.96652 11.3673 4.78788L7.57174 2.59649C7.26234 2.41786 6.88114 2.41786 6.57174 2.59649L2.77614 4.78788ZM7.57174 1.27683C7.26234 1.0982 6.88114 1.0982 6.57174 1.27683L1.63328 4.12805C1.32388 4.30669 1.13328 4.63681 1.13328 4.99408V10.6965C1.13328 11.0538 1.32388 11.3839 1.63328 11.5625L6.57174 14.4138C6.88114 14.5924 7.26234 14.5924 7.57174 14.4138L12.5102 11.5625C12.8196 11.3839 13.0102 11.0538 13.0102 10.6965V4.99408C13.0102 4.63681 12.8196 4.30669 12.5102 4.12805L7.57174 1.27683ZM7.44112 4.16184C7.30448 3.83333 6.8391 3.83333 6.70247 4.16184L5.95646 5.95545C5.89886 6.09395 5.76861 6.18857 5.6191 6.20056L3.68275 6.3558C3.32808 6.38423 3.18427 6.82683 3.45449 7.0583L4.92978 8.32205C5.0437 8.41963 5.09345 8.57274 5.05865 8.71864L4.60792 10.6082C4.52536 10.9543 4.90186 11.2278 5.2055 11.0424L6.86329 10.0298C6.9913 9.95161 7.15229 9.95161 7.28029 10.0298L8.93808 11.0424C9.24172 11.2278 9.61822 10.9543 9.53567 10.6082L9.08494 8.71864C9.05014 8.57274 9.09989 8.41963 9.2138 8.32205L10.6891 7.0583C10.9593 6.82683 10.8155 6.38423 10.4608 6.3558L8.52449 6.20056C8.37497 6.18857 8.24473 6.09395 8.18713 5.95545L7.44112 4.16184Z", fill: "url(#paint0_linear_395_11384)" }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint0_linear_395_11384", x1: "0.143555", y1: "0.309449", x2: "13.7291", y2: "-0.0569611", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#94624E" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#BC9684" })] })) })] })));
19
+ };
20
+ exports.BronzeSvg = BronzeSvg;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../../types';
2
+ export declare const DiamondSvg: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.DiamondSvg = void 0;
15
+ var jsx_runtime_1 = require("react/jsx-runtime");
16
+ var DiamondSvg = function (props) {
17
+ var _a = props.width, width = _a === void 0 ? '12' : _a, _b = props.height, height = _b === void 0 ? '14' : _b, classes = props.classes;
18
+ return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 12 14", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.5 3.39573C11.8094 3.57436 12 3.90449 12 4.26175V10.0353C12 10.3925 11.8094 10.7226 11.5 10.9013L6.5 13.788C6.1906 13.9667 5.8094 13.9667 5.5 13.788L0.5 10.9013C0.190598 10.7226 0 10.3925 0 10.0353V4.26175C0 3.90449 0.190599 3.57436 0.5 3.39573L5.5 0.508974C5.8094 0.330342 6.1906 0.330342 6.5 0.508975L11.5 3.39573ZM2.34687 4.46203C2.03747 4.64066 1.84687 4.97079 1.84687 5.32805V8.96895C1.84687 9.32622 2.03747 9.65635 2.34687 9.83498L5.49999 11.6554C5.80939 11.8341 6.19058 11.8341 6.49999 11.6554L9.6531 9.83498C9.9625 9.65635 10.1531 9.32622 10.1531 8.96895V5.32805C10.1531 4.97079 9.9625 4.64066 9.6531 4.46203L6.49998 2.64157C6.19058 2.46294 5.80939 2.46294 5.49999 2.64158L2.34687 4.46203ZM6.49999 1.49872C6.19058 1.32009 5.80939 1.32009 5.49999 1.49872L1.35713 3.8906C1.04773 4.06923 0.857128 4.39936 0.857128 4.75662V9.54038C0.857128 9.89765 1.04773 10.2278 1.35713 10.4064L5.49999 12.7983C5.80939 12.9769 6.19058 12.9769 6.49999 12.7983L10.6428 10.4064C10.9522 10.2278 11.1428 9.89765 11.1428 9.54038V4.75662C11.1428 4.39936 10.9522 4.06923 10.6428 3.8906L6.49999 1.49872ZM6.36936 4.0775C6.23272 3.74898 5.76734 3.74898 5.6307 4.0775L5.04669 5.48162C4.98909 5.62012 4.85885 5.71475 4.70933 5.72673L3.19346 5.84826C2.8388 5.87669 2.69499 6.31929 2.9652 6.55076L4.12014 7.54009C4.23405 7.63767 4.2838 7.79078 4.249 7.93668L3.89615 9.41591C3.81359 9.762 4.19009 10.0355 4.49373 9.85008L5.79153 9.05739C5.91954 8.97921 6.08053 8.97921 6.20853 9.05739L7.50633 9.85008C7.80997 10.0355 8.18647 9.762 8.10391 9.41591L7.75106 7.93668C7.71626 7.79078 7.76601 7.63767 7.87992 7.54009L9.03486 6.55076C9.30507 6.3193 9.16126 5.87669 8.8066 5.84826L7.29073 5.72673C7.14121 5.71475 7.01097 5.62012 6.95337 5.48162L6.36936 4.0775Z", fill: "url(#paint0_linear_807_55077)" }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint0_linear_807_55077", x1: "6.06218", y1: "-2.00984", x2: "16.4496", y2: "1.82981", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#94D4FF" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#ABDDFF" })] })) })] })));
19
+ };
20
+ exports.DiamondSvg = DiamondSvg;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../../types';
2
+ export declare const GoldSvg: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.GoldSvg = void 0;
15
+ var jsx_runtime_1 = require("react/jsx-runtime");
16
+ var GoldSvg = function (props) {
17
+ var _a = props.width, width = _a === void 0 ? '12' : _a, _b = props.height, height = _b === void 0 ? '14' : _b, classes = props.classes;
18
+ return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 12 14", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.5 3.24722C11.8094 3.42586 12 3.75598 12 4.11325V9.88675C12 10.244 11.8094 10.5741 11.5 10.7528L6.5 13.6395C6.1906 13.8182 5.8094 13.8182 5.5 13.6395L0.5 10.7528C0.190598 10.5741 0 10.244 0 9.88675V4.11325C0 3.75598 0.190599 3.42586 0.5 3.24722L5.5 0.360472C5.8094 0.181839 6.1906 0.18184 6.5 0.360472L11.5 3.24722ZM2.34687 4.31352C2.03747 4.49216 1.84687 4.82228 1.84687 5.17955V8.82045C1.84687 9.17772 2.03747 9.50784 2.34687 9.68648L5.49999 11.5069C5.80939 11.6856 6.19058 11.6856 6.49999 11.5069L9.6531 9.68648C9.9625 9.50784 10.1531 9.17772 10.1531 8.82045V5.17955C10.1531 4.82228 9.9625 4.49216 9.6531 4.31352L6.49998 2.49307C6.19058 2.31444 5.80939 2.31444 5.49999 2.49307L2.34687 4.31352ZM6.49999 1.35022C6.19058 1.17158 5.80939 1.17158 5.49999 1.35022L1.35713 3.7421C1.04773 3.92073 0.857128 4.25086 0.857128 4.60812V9.39188C0.857128 9.74915 1.04773 10.0793 1.35713 10.2579L5.49999 12.6498C5.80939 12.8284 6.19058 12.8284 6.49999 12.6498L10.6428 10.2579C10.9522 10.0793 11.1428 9.74914 11.1428 9.39188V4.60812C11.1428 4.25085 10.9522 3.92073 10.6428 3.7421L6.49999 1.35022ZM6.36936 3.929C6.23272 3.60048 5.76734 3.60048 5.6307 3.929L5.04669 5.33312C4.98909 5.47162 4.85885 5.56624 4.70933 5.57823L3.19346 5.69976C2.8388 5.72819 2.69499 6.17079 2.9652 6.40226L4.12014 7.39158C4.23405 7.48916 4.2838 7.64227 4.249 7.78818L3.89615 9.26741C3.81359 9.6135 4.19009 9.88704 4.49373 9.70158L5.79153 8.90889C5.91954 8.8307 6.08053 8.8307 6.20853 8.90889L7.50633 9.70158C7.80997 9.88704 8.18647 9.6135 8.10391 9.26741L7.75106 7.78818C7.71626 7.64227 7.76601 7.48916 7.87992 7.39158L9.03486 6.40226C9.30507 6.17079 9.16126 5.72819 8.8066 5.69976L7.29073 5.57823C7.14121 5.56624 7.01097 5.47162 6.95337 5.33312L6.36936 3.929Z", fill: "url(#paint0_linear_401_12115)" }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint0_linear_401_12115", x1: "-1.92553e-07", y1: "0.164632", x2: "12.1952", y2: "0.227446", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#BE810D" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FFC45A" })] })) })] })));
19
+ };
20
+ exports.GoldSvg = GoldSvg;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../../types';
2
+ export declare const GreenSvg: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.GreenSvg = void 0;
15
+ var jsx_runtime_1 = require("react/jsx-runtime");
16
+ var GreenSvg = function (props) {
17
+ var _a = props.width, width = _a === void 0 ? '14' : _a, _b = props.height, height = _b === void 0 ? '16' : _b, classes = props.classes;
18
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: width, height: height, viewBox: "0 0 14 16", fill: "none", className: classes }, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.3564 3.55662C13.6658 3.73526 13.8564 4.06538 13.8564 4.42265V11.268C13.8564 11.6252 13.6658 11.9553 13.3564 12.134L7.4282 15.5566C7.1188 15.7353 6.7376 15.7353 6.4282 15.5566L0.5 12.134C0.190599 11.9553 0 11.6252 0 11.2679V4.42265C0 4.06538 0.190599 3.73526 0.5 3.55662L6.4282 0.133975C6.7376 -0.0446582 7.1188 -0.0446582 7.4282 0.133975L13.3564 3.55662ZM2.63258 4.78788C2.32318 4.96652 2.13258 5.29664 2.13258 5.65391V10.0367C2.13258 10.394 2.32318 10.7241 2.63258 10.9027L6.42819 13.0941C6.73759 13.2727 7.11879 13.2727 7.42819 13.0941L11.2238 10.9027C11.5332 10.7241 11.7238 10.394 11.7238 10.0367V5.65391C11.7238 5.29664 11.5332 4.96652 11.2238 4.78788L7.42819 2.59649C7.11878 2.41786 6.73759 2.41786 6.42819 2.59649L2.63258 4.78788ZM7.42819 1.27683C7.11878 1.0982 6.73759 1.0982 6.42819 1.27683L1.48973 4.12805C1.18033 4.30669 0.989727 4.63681 0.989727 4.99408V10.6965C0.989727 11.0538 1.18033 11.3839 1.48973 11.5625L6.42819 14.4138C6.73759 14.5924 7.11879 14.5924 7.42819 14.4138L12.3666 11.5625C12.676 11.3839 12.8666 11.0538 12.8666 10.6965V4.99408C12.8666 4.63681 12.676 4.30669 12.3666 4.12805L7.42819 1.27683ZM7.29757 4.16184C7.16093 3.83333 6.69555 3.83333 6.55891 4.16184L5.81291 5.95545C5.7553 6.09395 5.62506 6.18857 5.47554 6.20056L3.53919 6.3558C3.18453 6.38423 3.04072 6.82683 3.31093 7.0583L4.78623 8.32205C4.90015 8.41963 4.94989 8.57274 4.91509 8.71864L4.46436 10.6082C4.38181 10.9543 4.75831 11.2278 5.06195 11.0424L6.71974 10.0298C6.84774 9.95161 7.00873 9.95161 7.13674 10.0298L8.79453 11.0424C9.09817 11.2278 9.47467 10.9543 9.39211 10.6082L8.94139 8.71864C8.90658 8.57274 8.95633 8.41963 9.07025 8.32205L10.5455 7.0583C10.8158 6.82683 10.6719 6.38423 10.3173 6.3558L8.38093 6.20056C8.23142 6.18857 8.10117 6.09395 8.04357 5.95545L7.29757 4.16184Z", fill: "rgb(var(--primary))" }) })));
19
+ };
20
+ exports.GreenSvg = GreenSvg;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../../types';
2
+ export declare const PlatinumOneSvg: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.PlatinumOneSvg = void 0;
15
+ var jsx_runtime_1 = require("react/jsx-runtime");
16
+ var PlatinumOneSvg = function (props) {
17
+ var _a = props.width, width = _a === void 0 ? '12' : _a, _b = props.height, height = _b === void 0 ? '14' : _b, classes = props.classes;
18
+ return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 12 14", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.5 3.24722C11.8094 3.42586 12 3.75598 12 4.11325V9.88675C12 10.244 11.8094 10.5741 11.5 10.7528L6.5 13.6395C6.1906 13.8182 5.8094 13.8182 5.5 13.6395L0.5 10.7528C0.190598 10.5741 0 10.244 0 9.88675V4.11325C0 3.75598 0.190599 3.42586 0.5 3.24722L5.5 0.360472C5.8094 0.181839 6.1906 0.181839 6.5 0.360472L11.5 3.24722ZM2.34687 4.31352C2.03747 4.49216 1.84687 4.82228 1.84687 5.17955V8.82045C1.84687 9.17772 2.03747 9.50784 2.34687 9.68648L5.49999 11.5069C5.80939 11.6856 6.19058 11.6856 6.49999 11.5069L9.6531 9.68648C9.9625 9.50784 10.1531 9.17772 10.1531 8.82045V5.17955C10.1531 4.82228 9.9625 4.49216 9.6531 4.31352L6.49998 2.49307C6.19058 2.31444 5.80939 2.31444 5.49999 2.49307L2.34687 4.31352ZM6.49999 1.35022C6.19058 1.17158 5.80939 1.17158 5.49999 1.35022L1.35713 3.74209C1.04773 3.92073 0.857128 4.25085 0.857128 4.60812V9.39188C0.857128 9.74915 1.04773 10.0793 1.35713 10.2579L5.49999 12.6498C5.80939 12.8284 6.19058 12.8284 6.49999 12.6498L10.6428 10.2579C10.9522 10.0793 11.1428 9.74914 11.1428 9.39188V4.60812C11.1428 4.25085 10.9522 3.92073 10.6428 3.74209L6.49999 1.35022ZM6.58181 9.14786V4.81774H5.54258V9.14786H6.58181Z", fill: "url(#paint0_linear_401_12127)" }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint0_linear_401_12127", x1: "6", y1: "0.226497", x2: "6", y2: "13.7735", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#9FADC1" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#BAC9DD" })] })) })] })));
19
+ };
20
+ exports.PlatinumOneSvg = PlatinumOneSvg;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../../types';
2
+ export declare const PlatinumSvg: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.PlatinumSvg = void 0;
15
+ var jsx_runtime_1 = require("react/jsx-runtime");
16
+ var PlatinumSvg = function (props) {
17
+ var _a = props.width, width = _a === void 0 ? '12' : _a, _b = props.height, height = _b === void 0 ? '14' : _b, classes = props.classes;
18
+ return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 12 14", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.5 3.24722C11.8094 3.42586 12 3.75598 12 4.11325V9.88675C12 10.244 11.8094 10.5741 11.5 10.7528L6.5 13.6395C6.1906 13.8182 5.8094 13.8182 5.5 13.6395L0.5 10.7528C0.190598 10.5741 0 10.244 0 9.88675V4.11325C0 3.75598 0.190599 3.42586 0.5 3.24722L5.5 0.360472C5.8094 0.181839 6.1906 0.18184 6.5 0.360472L11.5 3.24722ZM2.34687 4.31352C2.03747 4.49216 1.84687 4.82228 1.84687 5.17955V8.82045C1.84687 9.17772 2.03747 9.50784 2.34687 9.68648L5.49999 11.5069C5.80939 11.6856 6.19058 11.6856 6.49999 11.5069L9.6531 9.68648C9.9625 9.50784 10.1531 9.17772 10.1531 8.82045V5.17955C10.1531 4.82228 9.9625 4.49216 9.6531 4.31352L6.49998 2.49307C6.19058 2.31444 5.80939 2.31444 5.49999 2.49307L2.34687 4.31352ZM6.49999 1.35022C6.19058 1.17158 5.80939 1.17158 5.49999 1.35022L1.35713 3.7421C1.04773 3.92073 0.857128 4.25086 0.857128 4.60812V9.39188C0.857128 9.74915 1.04773 10.0793 1.35713 10.2579L5.49999 12.6498C5.80939 12.8284 6.19058 12.8284 6.49999 12.6498L10.6428 10.2579C10.9522 10.0793 11.1428 9.74914 11.1428 9.39188V4.60812C11.1428 4.25085 10.9522 3.92073 10.6428 3.7421L6.49999 1.35022ZM4.52649 9.41585V5.08573H3.63726V9.41585H4.52649ZM6.65301 9.41585H6.37345L4.87456 5.08573H5.86193L6.84043 8.38172L7.82178 5.08573H8.8151L7.30729 9.41585H7.03368H6.65301Z", fill: "url(#paint0_linear_401_12139)" }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint0_linear_401_12139", x1: "6", y1: "0.226498", x2: "6", y2: "13.7735", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#9FADC1" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#BAC9DD" })] })) })] })));
19
+ };
20
+ exports.PlatinumSvg = PlatinumSvg;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../../types';
2
+ export declare const SilverSvg: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.SilverSvg = void 0;
15
+ var jsx_runtime_1 = require("react/jsx-runtime");
16
+ var SilverSvg = function (props) {
17
+ var _a = props.width, width = _a === void 0 ? '12' : _a, _b = props.height, height = _b === void 0 ? '14' : _b, classes = props.classes;
18
+ return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 12 14", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.5 3.24723C11.8094 3.42586 12 3.75599 12 4.11325V9.88676C12 10.244 11.8094 10.5741 11.5 10.7528L6.5 13.6395C6.1906 13.8182 5.8094 13.8182 5.5 13.6395L0.5 10.7528C0.190598 10.5741 0 10.244 0 9.88675V4.11325C0 3.75599 0.190599 3.42586 0.5 3.24723L5.5 0.360476C5.8094 0.181843 6.1906 0.181843 6.5 0.360476L11.5 3.24723ZM2.34687 4.31353C2.03747 4.49216 1.84687 4.82229 1.84687 5.17955V8.82046C1.84687 9.17772 2.03747 9.50785 2.34687 9.68648L5.49999 11.5069C5.80939 11.6856 6.19058 11.6856 6.49999 11.5069L9.6531 9.68648C9.9625 9.50785 10.1531 9.17772 10.1531 8.82046V5.17955C10.1531 4.82229 9.9625 4.49216 9.6531 4.31353L6.49998 2.49308C6.19058 2.31444 5.80939 2.31444 5.49999 2.49308L2.34687 4.31353ZM6.49999 1.35022C6.19058 1.17159 5.80939 1.17159 5.49999 1.35022L1.35713 3.7421C1.04773 3.92073 0.857128 4.25086 0.857128 4.60812V9.39188C0.857128 9.74915 1.04773 10.0793 1.35713 10.2579L5.49999 12.6498C5.80939 12.8284 6.19058 12.8284 6.49999 12.6498L10.6428 10.2579C10.9522 10.0793 11.1428 9.74915 11.1428 9.39188V4.60812C11.1428 4.25086 10.9522 3.92073 10.6428 3.7421L6.49999 1.35022ZM6.36936 3.929C6.23272 3.60049 5.76734 3.60048 5.6307 3.929L5.04669 5.33313C4.98909 5.47162 4.85885 5.56625 4.70933 5.57823L3.19346 5.69976C2.8388 5.72819 2.69499 6.1708 2.9652 6.40226L4.12014 7.39159C4.23405 7.48917 4.2838 7.64228 4.249 7.78818L3.89615 9.26741C3.81359 9.6135 4.19009 9.88704 4.49373 9.70158L5.79153 8.90889C5.91954 8.83071 6.08053 8.83071 6.20853 8.90889L7.50633 9.70158C7.80997 9.88704 8.18647 9.6135 8.10391 9.26741L7.75106 7.78818C7.71626 7.64228 7.76601 7.48917 7.87992 7.39159L9.03486 6.40226C9.30507 6.1708 9.16126 5.72819 8.8066 5.69976L7.29073 5.57823C7.14121 5.56625 7.01097 5.47162 6.95337 5.33313L6.36936 3.929Z", fill: "url(#paint0_linear_401_12075)" }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint0_linear_401_12075", x1: "3.32323e-07", y1: "-0.102538", x2: "13.4838", y2: "1.10354", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#6A737B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#A6ABB0" })] })) })] })));
19
+ };
20
+ exports.SilverSvg = SilverSvg;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../types';
2
+ export declare const VipClubSvg: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.VipClubSvg = void 0;
15
+ var jsx_runtime_1 = require("react/jsx-runtime");
16
+ var VipClubSvg = function (props) {
17
+ var _a = props.width, width = _a === void 0 ? '17' : _a, _b = props.height, height = _b === void 0 ? '16' : _b, classes = props.classes;
18
+ return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 17 16", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M15.2775 9.86052L15.4405 8.34527C15.5275 7.53679 15.5849 7.00293 15.5398 6.66658L15.5556 6.66667C16.2919 6.66667 16.8889 6.06971 16.8889 5.33333C16.8889 4.59695 16.2919 4 15.5556 4C14.8192 4 14.2222 4.59695 14.2222 5.33333C14.2222 5.66637 14.3443 5.97088 14.5462 6.20456C14.2564 6.38344 13.8775 6.76088 13.3071 7.32901L13.3071 7.32902C12.8677 7.76671 12.648 7.98555 12.4029 8.01944C12.2671 8.03822 12.1288 8.01891 12.0034 7.9637C11.7771 7.86404 11.6262 7.5935 11.3244 7.05241L9.73373 4.20035C9.54757 3.86656 9.39175 3.58717 9.25126 3.36236C9.82757 3.06833 10.2222 2.46914 10.2222 1.77778C10.2222 0.795938 9.42628 0 8.44444 0C7.4626 0 6.66667 0.795938 6.66667 1.77778C6.66667 2.46914 7.06132 3.06833 7.63763 3.36236C7.49713 3.58719 7.34134 3.86652 7.15515 4.20036L5.5645 7.05241C5.26272 7.59349 5.11183 7.86404 4.88552 7.9637C4.76012 8.01891 4.62175 8.03822 4.48595 8.01944C4.24086 7.98555 4.02117 7.76671 3.58177 7.32902C3.01144 6.7609 2.6325 6.38344 2.34269 6.20456C2.54457 5.97088 2.66667 5.66637 2.66667 5.33333C2.66667 4.59695 2.06971 4 1.33333 4C0.596954 4 0 4.59695 0 5.33333C0 6.06971 0.596954 6.66667 1.33333 6.66667L1.34908 6.66658C1.30401 7.00293 1.36144 7.53679 1.4484 8.34526L1.61138 9.86052C1.70185 10.7016 1.77708 11.5019 1.86922 12.2222H15.0197C15.1118 11.5019 15.187 10.7016 15.2775 9.86052Z", fill: "rgb(var(--third))" }), (0, jsx_runtime_1.jsx)("path", { d: "M7.47739 16H9.4115C11.9323 16 13.1927 16 14.0337 15.2473C14.4008 14.9187 14.6332 14.3264 14.8009 13.5556H2.08796C2.25569 14.3264 2.48812 14.9187 2.85518 15.2473C3.69615 16 4.95656 16 7.47739 16Z", fill: "rgb(var(--third))" })] })));
19
+ };
20
+ exports.VipClubSvg = VipClubSvg;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../types';
2
+ export declare const CasinoCoinSvg: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.CasinoCoinSvg = void 0;
15
+ var jsx_runtime_1 = require("react/jsx-runtime");
16
+ var CasinoCoinSvg = function (props) {
17
+ var _a = props.width, width = _a === void 0 ? '12' : _a, _b = props.height, height = _b === void 0 ? '12' : _b, classes = props.classes;
18
+ return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 12 12", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M9.79233 1.56824C8.93562 0.834934 7.9278 0.393416 6.88953 0.234163C4.96164 -0.0615994 2.92924 0.615946 1.56766 2.20675C-0.527229 4.6543 -0.241383 8.33657 2.20617 10.4315C3.06288 11.1648 4.07066 11.6062 5.10893 11.7655C7.03678 12.0613 9.06926 11.3837 10.4308 9.79287C12.5257 7.34536 12.2398 3.66309 9.79233 1.56824ZM10.9229 7.69204L9.14013 7.07746C9.38025 6.37689 9.37734 5.61726 9.14068 4.92401L10.9216 4.31112C11.0623 4.72246 11.1523 5.15437 11.1868 5.59951C11.2428 6.31999 11.1508 7.02886 10.9229 7.69204ZM9.92239 2.5855L8.50304 3.81845C8.39801 3.69823 8.2835 3.58388 8.15864 3.477C7.7074 3.09081 7.18234 2.84758 6.63823 2.74145L6.99613 0.902146C7.87484 1.07254 8.69649 1.46463 9.38218 2.05155C9.57657 2.21792 9.75684 2.3965 9.92239 2.5855ZM4.22893 1.11027C4.48188 1.01918 4.74132 0.94858 5.00454 0.89825L5.36212 2.74157C4.6621 2.878 4.0012 3.2394 3.49716 3.81746L2.07639 2.58188C2.65815 1.91433 3.40079 1.40875 4.22893 1.11027ZM1.07585 4.30766L2.85833 4.9222C2.61821 5.62277 2.62113 6.38232 2.85774 7.07561L1.07534 7.68901C0.935172 7.27815 0.845648 6.8469 0.811177 6.40271C0.75522 5.6816 0.847459 4.97167 1.07585 4.30766ZM2.07312 9.4166L3.49547 8.18117C3.60049 8.30143 3.71504 8.41586 3.83994 8.52274C4.29114 8.90893 4.81616 9.15208 5.36023 9.25825L5.00044 11.1076C4.12193 10.9365 3.30107 10.5401 2.61562 9.95334C2.42024 9.78618 2.23926 9.60674 2.07312 9.4166ZM7.76863 10.895C7.51643 10.9858 7.25762 11.0567 6.99507 11.1076L6.6363 9.25809C7.33632 9.12166 7.99726 8.76026 8.5013 8.18216L9.9227 9.41813C9.34074 10.0864 8.59712 10.5964 7.76863 10.895Z", fill: "rgb(var(--gray))" }), (0, jsx_runtime_1.jsx)("path", { d: "M3.84008 2.58663C4.01394 2.58663 4.15488 2.44568 4.15488 2.27182C4.15488 2.09795 4.01394 1.95701 3.84008 1.95701C3.66621 1.95701 3.52527 2.09795 3.52527 2.27182C3.52527 2.44568 3.66621 2.58663 3.84008 2.58663Z", fill: "rgb(var(--gray))" }), (0, jsx_runtime_1.jsx)("path", { d: "M1.69054 6.32029C1.8644 6.32029 2.00535 6.17935 2.00535 6.00548C2.00535 5.83162 1.8644 5.69067 1.69054 5.69067C1.51668 5.69067 1.37573 5.83162 1.37573 6.00548C1.37573 6.17935 1.51668 6.32029 1.69054 6.32029Z", fill: "rgb(var(--gray))" }), (0, jsx_runtime_1.jsx)("path", { d: "M3.84984 10.0485C4.02371 10.0485 4.16465 9.90757 4.16465 9.73371C4.16465 9.55984 4.02371 9.4189 3.84984 9.4189C3.67598 9.4189 3.53503 9.55984 3.53503 9.73371C3.53503 9.90757 3.67598 10.0485 3.84984 10.0485Z", fill: "rgb(var(--gray))" }), (0, jsx_runtime_1.jsx)("path", { d: "M8.15847 10.0428C8.33236 10.0428 8.47332 9.90188 8.47332 9.728C8.47332 9.55411 8.33236 9.41315 8.15847 9.41315C7.98459 9.41315 7.84363 9.55411 7.84363 9.728C7.84363 9.90188 7.98459 10.0428 8.15847 10.0428Z", fill: "rgb(var(--gray))" }), (0, jsx_runtime_1.jsx)("path", { d: "M10.3069 6.30879C10.4807 6.30879 10.6217 6.16785 10.6217 5.99399C10.6217 5.82012 10.4807 5.67918 10.3069 5.67918C10.133 5.67918 9.99207 5.82012 9.99207 5.99399C9.99207 6.16785 10.133 6.30879 10.3069 6.30879Z", fill: "rgb(var(--gray))" }), (0, jsx_runtime_1.jsx)("path", { d: "M8.14867 2.58072C8.32253 2.58072 8.46348 2.43978 8.46348 2.26591C8.46348 2.09205 8.32253 1.95111 8.14867 1.95111C7.97481 1.95111 7.83386 2.09205 7.83386 2.26591C7.83386 2.43978 7.97481 2.58072 8.14867 2.58072Z", fill: "rgb(var(--gray))" })] })));
19
+ };
20
+ exports.CasinoCoinSvg = CasinoCoinSvg;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../types';
2
+ export declare const DefaultImgSvg: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.DefaultImgSvg = void 0;
15
+ var jsx_runtime_1 = require("react/jsx-runtime");
16
+ var DefaultImgSvg = function (props) {
17
+ var _a = props.width, width = _a === void 0 ? '84' : _a, _b = props.height, height = _b === void 0 ? '108' : _b, classes = props.classes;
18
+ return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 84 108", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsx)("g", __assign({ opacity: "0.9", filter: "url(#filter0_dd_651_168920)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M59.6863 73.1603L23.6955 62.2828L31.9432 38.0866L36.753 59.7924L36.8551 60.2534L37.3212 60.1778L46.078 58.7567L46.5992 58.6721L46.4863 58.1563L38.2836 20.66L57.6629 18.0913L43.1834 33.3346L42.8368 33.6996L43.204 34.0438L50.2094 40.609L50.5774 40.9539L50.9191 40.583L75.7506 13.6281L94.1244 29.6386L72.5323 24.3826L72.032 24.2608L71.925 24.7645L69.9985 33.8308L69.8971 34.3082L70.3718 34.4212L106.318 42.9748L100.941 66.4552L94.8733 45.7593L94.7432 45.3156L94.2907 45.4107L85.0961 47.3433L84.5779 47.4522L84.7163 47.9633L94.4527 83.9205L71.1967 90.4289L86.9469 75.2495L87.2856 74.9231L86.9805 74.5651L80.9967 67.5451L80.6572 67.1468L80.2748 67.5041L52.4441 93.5084L36.1312 75.9801L56.915 82.3026L57.3938 82.4482L57.539 81.9692L60.0201 73.784L60.1653 73.3051L59.6863 73.1603ZM10.8545 68.291L19.7157 70.9866L51.8654 108.326L52.2105 108.727L52.5913 108.36L58.7015 102.471L107.838 91.8909L108.364 91.7777L108.213 91.2615L105.812 83.0735L119.48 36.3488L119.627 35.8464L119.118 35.7226L113.245 34.2929L75.8773 -0.366587L75.5151 -0.70259L75.1748 -0.344354L68.7017 6.47014L26.781 12.2942L26.2444 12.3688L26.3616 12.8976L28.0383 20.4642L10.5312 67.6387L10.3465 68.1365L10.8545 68.291Z", stroke: "rgb(var(--primary))", shapeRendering: "crispEdges" }) })), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsxs)("filter", __assign({ x: "0.497515", y: "-10.6029", width: "128.95", height: "129.255", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), (0, jsx_runtime_1.jsx)("feOffset", {}), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "4.5989" }), (0, jsx_runtime_1.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.145098 0 0 0 0 0.960784 0 0 0 0 0.423529 0 0 0 0.25 0" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_651_168920" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), (0, jsx_runtime_1.jsx)("feOffset", {}), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "1.14972" }), (0, jsx_runtime_1.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.145098 0 0 0 0 0.960784 0 0 0 0 0.423529 0 0 0 0.25 0" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in2: "effect1_dropShadow_651_168920", result: "effect2_dropShadow_651_168920" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect2_dropShadow_651_168920", result: "shape" })] })) })] })));
19
+ };
20
+ exports.DefaultImgSvg = DefaultImgSvg;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../types';
2
+ export declare const ProvidersSvg: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.ProvidersSvg = void 0;
15
+ var jsx_runtime_1 = require("react/jsx-runtime");
16
+ var ProvidersSvg = function (props) {
17
+ var _a = props.width, width = _a === void 0 ? '20' : _a, _b = props.height, height = _b === void 0 ? '20' : _b, classes = props.classes;
18
+ return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 20 20", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M8.88247 1.39056C9.44369 0.650413 10.5564 0.650413 11.1176 1.39056L12.3771 3.05166C12.5773 3.31562 12.9042 3.45106 13.2324 3.40593L15.2976 3.12198C16.2178 2.99546 17.0046 3.78225 16.8781 4.70245L16.5941 6.76765C16.549 7.09581 16.6845 7.4228 16.9484 7.62294L18.6095 8.88247C19.3497 9.44369 19.3497 10.5564 18.6095 11.1176L16.9484 12.3771C16.6844 12.5773 16.549 12.9042 16.5941 13.2324L16.8781 15.2976C17.0046 16.2178 16.2178 17.0046 15.2976 16.8781L13.2324 16.5941C12.9042 16.549 12.5773 16.6844 12.3771 16.9484L11.1176 18.6095C10.5564 19.3496 9.44369 19.3496 8.88247 18.6095L7.62294 16.9484C7.4228 16.6844 7.09582 16.549 6.76765 16.5941L4.70245 16.8781C3.78224 17.0046 2.99546 16.2178 3.12198 15.2976L3.40593 13.2324C3.45106 12.9042 3.31562 12.5773 3.05166 12.3771L1.39056 11.1176C0.650413 10.5564 0.650412 9.44369 1.39056 8.88247L3.05166 7.62294C3.31562 7.4228 3.45106 7.09581 3.40593 6.76765L3.12198 4.70245C2.99546 3.78224 3.78225 2.99546 4.70245 3.12198L6.76765 3.40593C7.09582 3.45106 7.4228 3.31562 7.62294 3.05166L8.88247 1.39056Z", fill: "rgb(var(--primary))", fillOpacity: "0.25" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.16667 9.08333C7.66041 9.08333 7.25 8.67293 7.25 8.16667C7.25 7.66041 7.66041 7.25 8.16667 7.25C8.67293 7.25 9.08333 7.66041 9.08333 8.16667C9.08333 8.67293 8.67293 9.08333 8.16667 9.08333ZM12.4815 8.81485L8.81485 12.4815C8.45687 12.8395 7.87647 12.8395 7.51849 12.4815C7.16051 12.1235 7.16051 11.5431 7.51849 11.1852L11.1852 7.51849C11.5431 7.16051 12.1235 7.16051 12.4815 7.51849C12.8395 7.87647 12.8395 8.45687 12.4815 8.81485ZM10.9167 11.8333C10.9167 12.3396 11.3271 12.75 11.8333 12.75C12.3396 12.75 12.75 12.3396 12.75 11.8333C12.75 11.3271 12.3396 10.9167 11.8333 10.9167C11.3271 10.9167 10.9167 11.3271 10.9167 11.8333Z", fill: "rgb(var(--primary))" })] })));
19
+ };
20
+ exports.ProvidersSvg = ProvidersSvg;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../types';
2
+ export declare const RecommendedSvg: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.RecommendedSvg = void 0;
15
+ var jsx_runtime_1 = require("react/jsx-runtime");
16
+ var RecommendedSvg = function (props) {
17
+ var _a = props.width, width = _a === void 0 ? '18' : _a, _b = props.height, height = _b === void 0 ? '18' : _b, classes = props.classes;
18
+ return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 18 18", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M12.5681 2.50544e-06C12.3157 -2.74155e-05 12.0699 -5.65574e-05 11.8618 0.0169504C11.6332 0.0356272 11.3634 0.0796947 11.092 0.217992C10.7157 0.409739 10.4097 0.7157 10.218 1.09202C10.0797 1.36345 10.0356 1.63318 10.017 1.86178C9.99994 2.06993 9.99997 2.31572 10 2.56811V5.4319C9.99997 5.68429 9.99994 5.93008 10.017 6.13824C10.0356 6.36683 10.0797 6.63656 10.218 6.90799C10.4097 7.28431 10.7157 7.59027 11.092 7.78202C11.3634 7.92032 11.6332 7.96438 11.8618 7.98306C12.0699 8.00007 12.3157 8.00004 12.5681 8.00001H15.4319C15.6843 8.00004 15.9301 8.00007 16.1382 7.98306C16.3668 7.96438 16.6366 7.92032 16.908 7.78202C17.2843 7.59027 17.5903 7.28431 17.782 6.90799C17.9203 6.63656 17.9644 6.36683 17.9831 6.13824C18.0001 5.93008 18 5.68429 18 5.4319V2.56811C18 2.31572 18.0001 2.06993 17.9831 1.86178C17.9644 1.63318 17.9203 1.36345 17.782 1.09202C17.5903 0.7157 17.2843 0.409739 16.908 0.217992C16.6366 0.0796947 16.3668 0.0356272 16.1382 0.0169504C15.9301 -5.65555e-05 15.6843 -2.74171e-05 15.4319 2.50383e-06L12.5681 2.50544e-06Z", fill: "rgb(var(--primary))", fillOpacity: "0.25" }), (0, jsx_runtime_1.jsx)("path", { d: "M2.56811 10C2.31572 9.99997 2.06993 9.99994 1.86178 10.017C1.63318 10.0356 1.36345 10.0797 1.09202 10.218C0.7157 10.4097 0.409739 10.7157 0.217992 11.092C0.0796947 11.3634 0.0356272 11.6332 0.0169504 11.8618C-5.65555e-05 12.0699 -2.74171e-05 12.3157 2.50383e-06 12.5681L2.50544e-06 15.4319C-2.74155e-05 15.6843 -5.65574e-05 15.9301 0.0169504 16.1382C0.0356272 16.3668 0.0796947 16.6366 0.217992 16.908C0.409739 17.2843 0.7157 17.5903 1.09202 17.782C1.36345 17.9203 1.63318 17.9644 1.86178 17.9831C2.06993 18.0001 2.31572 18 2.56811 18H5.4319C5.68429 18 5.93008 18.0001 6.13824 17.9831C6.36683 17.9644 6.63656 17.9203 6.90799 17.782C7.28431 17.5903 7.59027 17.2843 7.78202 16.908C7.92032 16.6366 7.96438 16.3668 7.98306 16.1382C8.00007 15.9301 8.00004 15.6843 8.00001 15.4319V12.5681C8.00004 12.3157 8.00007 12.0699 7.98306 11.8618C7.96438 11.6332 7.92032 11.3634 7.78202 11.092C7.59027 10.7157 7.28431 10.4097 6.90799 10.218C6.63656 10.0797 6.36683 10.0356 6.13824 10.017C5.93008 9.99994 5.68429 9.99997 5.4319 10H2.56811Z", fill: "rgb(var(--primary))", fillOpacity: "0.25" }), (0, jsx_runtime_1.jsx)("path", { d: "M12.5681 10C12.3157 9.99997 12.0699 9.99994 11.8618 10.017C11.6332 10.0356 11.3634 10.0797 11.092 10.218C10.7157 10.4097 10.4097 10.7157 10.218 11.092C10.0797 11.3634 10.0356 11.6332 10.017 11.8618C9.99994 12.0699 9.99997 12.3157 10 12.5681V15.4319C9.99997 15.6843 9.99994 15.9301 10.017 16.1382C10.0356 16.3668 10.0797 16.6366 10.218 16.908C10.4097 17.2843 10.7157 17.5903 11.092 17.782C11.3634 17.9203 11.6332 17.9644 11.8618 17.9831C12.0699 18.0001 12.3157 18 12.5681 18H15.4319C15.6843 18 15.9301 18.0001 16.1382 17.9831C16.3668 17.9644 16.6366 17.9203 16.908 17.782C17.2843 17.5903 17.5903 17.2843 17.782 16.908C17.9203 16.6366 17.9644 16.3668 17.9831 16.1382C18.0001 15.9301 18 15.6843 18 15.4319V12.5681C18 12.3157 18.0001 12.0699 17.9831 11.8618C17.9644 11.6332 17.9203 11.3634 17.782 11.092C17.5903 10.7157 17.2843 10.4097 16.908 10.218C16.6366 10.0797 16.3668 10.0356 16.1382 10.017C15.9301 9.99994 15.6843 9.99997 15.4319 10H12.5681Z", fill: "rgb(var(--primary))", fillOpacity: "0.25" }), (0, jsx_runtime_1.jsx)("path", { d: "M2.56811 2.50544e-06C2.31573 -2.74155e-05 2.06993 -5.65574e-05 1.86178 0.0169504C1.63318 0.0356272 1.36345 0.0796947 1.09202 0.217992C0.7157 0.409739 0.409739 0.7157 0.217992 1.09202C0.0796947 1.36345 0.0356272 1.63318 0.0169504 1.86178C-5.65555e-05 2.06993 -2.74171e-05 2.31572 2.50383e-06 2.56809L2.50544e-06 5.4319C-2.74155e-05 5.68428 -5.65574e-05 5.93008 0.0169504 6.13824C0.0356272 6.36683 0.0796947 6.63656 0.217992 6.90799C0.409739 7.28431 0.7157 7.59027 1.09202 7.78202C1.36345 7.92032 1.63318 7.96438 1.86178 7.98306C2.06992 8.00007 2.3157 8.00004 2.56807 8.00001H5.4319C5.68427 8.00004 5.93009 8.00007 6.13824 7.98306C6.36683 7.96438 6.63656 7.92032 6.90799 7.78202C7.28431 7.59027 7.59027 7.28431 7.78202 6.90799C7.92032 6.63656 7.96438 6.36683 7.98306 6.13824C8.00007 5.93009 8.00004 5.68431 8.00001 5.43194V2.56811C8.00004 2.31574 8.00007 2.06992 7.98306 1.86178C7.96438 1.63318 7.92032 1.36345 7.78202 1.09202C7.59027 0.7157 7.28431 0.409739 6.90799 0.217992C6.63656 0.0796947 6.36683 0.0356272 6.13824 0.0169504C5.93008 -5.65555e-05 5.68429 -2.74171e-05 5.43192 2.50383e-06L2.56811 2.50544e-06Z", fill: "rgb(var(--primary))" })] })));
19
+ };
20
+ exports.RecommendedSvg = RecommendedSvg;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../types';
2
+ export declare const TournamentWagerSvg: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.TournamentWagerSvg = void 0;
15
+ var jsx_runtime_1 = require("react/jsx-runtime");
16
+ var TournamentWagerSvg = function (props) {
17
+ var _a = props.width, width = _a === void 0 ? '24' : _a, _b = props.height, height = _b === void 0 ? '24' : _b, classes = props.classes;
18
+ return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 24 24", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10 6.5C10 5.67157 10.5373 5 11.2 5C11.5073 5 11.7877 5.14443 12 5.38195C12.2123 5.14443 12.4927 5 12.8 5C13.4627 5 14 5.67157 14 6.5C14 7.32843 13.4627 8 12.8 8H12.4V14H11.6V8H11.2C10.5373 8 10 7.32843 10 6.5ZM11.6 7H11.2C10.9791 7 10.8 6.77614 10.8 6.5C10.8 6.22386 10.9791 6 11.2 6C11.4209 6 11.6 6.22386 11.6 6.5V7ZM12.4 7H12.8C13.0209 7 13.2 6.77614 13.2 6.5C13.2 6.22386 13.0209 6 12.8 6C12.5791 6 12.4 6.22386 12.4 6.5V7Z", fill: "rgb(var(--primary))" }), (0, jsx_runtime_1.jsx)("path", { d: "M7 8.2C7 7.53726 7.49746 7 8.11111 7H15.8889C16.5025 7 17 7.53726 17 8.2V8.8C17 9.46274 16.5025 10 15.8889 10H8.11111C7.49746 10 7 9.46274 7 8.8V8.2Z", fill: "rgb(var(--primary))" }), (0, jsx_runtime_1.jsx)("path", { d: "M8 9.55556C8 9.24873 8.22386 9 8.5 9H15.5C15.7761 9 16 9.24873 16 9.55556V12.3333C16 13.2538 15.3284 14 14.5 14H9.5C8.67157 14 8 13.2538 8 12.3333V9.55556Z", fill: "rgb(var(--primary))", fillOpacity: "0.25" }), (0, jsx_runtime_1.jsx)("path", { d: "M6.37293 3.00014C5.55159 3.26498 4.90893 3.5558 4.11707 4.13686C4.0144 4.23487 3.91375 4.33499 3.81519 4.43714C3.82644 4.46367 3.84379 4.49644 3.86943 4.54261C3.91705 4.62848 3.99913 4.73119 4.1024 4.83277C3.94413 5.08678 3.79559 5.34671 3.65709 5.61202C3.48534 5.46952 3.33121 5.31094 3.20737 5.13295C2.84824 5.58063 2.52775 6.05796 2.24934 6.55983C2.26785 6.63652 2.32232 6.72014 2.42652 6.83217C2.55102 6.96591 2.74551 7.10405 2.97149 7.22189C2.87662 7.50863 2.79524 7.79395 2.7284 8.07877C2.37965 7.92033 2.06066 7.71464 1.80993 7.45331C1.52725 8.11077 1.31655 8.79689 1.18152 9.49969C1.2441 9.61378 1.35562 9.71827 1.52427 9.82931C1.76202 9.98587 2.10365 10.1141 2.47499 10.1882C2.47288 10.49 2.48671 10.7893 2.51305 11.0847C1.97835 11.0062 1.46282 10.8387 1.04235 10.5617C1.04001 10.5601 1.03738 10.5589 1.03504 10.5573C0.974987 11.2744 0.992164 11.9958 1.08627 12.7092C1.19455 12.8723 1.37577 12.9884 1.64582 13.0813C1.99298 13.2006 2.46482 13.238 2.94519 13.1896C3.03894 13.4766 3.14559 13.7582 3.26441 14.0334C2.60957 14.1317 1.9408 14.1094 1.36162 13.9103C1.34582 13.9049 1.33044 13.8985 1.31474 13.8928C1.50013 14.6137 1.76494 15.3118 2.1043 15.9743C2.27085 16.1057 2.49571 16.1719 2.7943 16.1925C3.23024 16.2227 3.78543 16.1115 4.31484 15.8952C4.48842 16.141 4.67217 16.3795 4.86562 16.6101C4.18265 16.9248 3.44249 17.1105 2.75329 17.0671C3.21985 17.7524 3.76835 18.3781 4.3866 18.9304C4.58629 18.9982 4.82254 18.999 5.10726 18.9435C5.55726 18.8557 6.08484 18.5964 6.56179 18.2404H6.56329C6.80427 18.4266 7.05302 18.6025 7.30888 18.7677C6.74751 19.2323 6.10771 19.5972 5.45591 19.7624C6.00661 20.135 6.59298 20.452 7.20637 20.7086C7.43779 20.7285 7.68871 20.6636 7.97249 20.5255C8.33212 20.3505 8.71218 20.045 9.05202 19.6687C9.85058 19.9866 10.6801 20.1946 11.5159 20.2736L11.5993 19.4005C10.9305 19.3372 10.2595 19.1769 9.60426 18.9347C9.9269 18.414 10.1485 17.8485 10.2108 17.3673C10.266 16.9401 10.2147 16.61 10.0335 16.3624C9.65479 16.2884 9.28869 16.1777 8.93783 16.0343C8.92977 16.3376 8.85787 16.6431 8.74002 16.9293C8.56448 17.356 8.29377 17.7636 7.96518 18.135C7.71323 17.98 7.46835 17.8138 7.23126 17.6369C7.54157 17.3002 7.79015 16.9352 7.92998 16.5953C8.10838 16.1619 8.12559 15.8182 7.95927 15.5261C7.59609 15.2938 7.25601 15.0228 6.94124 14.7189C6.85813 14.9205 6.74498 15.1113 6.61162 15.2858C6.35493 15.6217 6.0223 15.9191 5.64773 16.172C5.4546 15.9508 5.27029 15.7219 5.09694 15.4835C5.43219 15.2635 5.72019 15.0101 5.91585 14.754C6.15201 14.445 6.25429 14.1723 6.21904 13.9059C5.98311 13.5945 5.77154 13.2654 5.58623 12.9215C5.47898 13.0477 5.35866 13.1621 5.2273 13.2629C4.91052 13.5055 4.53365 13.692 4.13015 13.8268C4.00851 13.5601 3.89779 13.2878 3.80202 13.0095C4.15016 12.8967 4.46437 12.7431 4.69405 12.5671C4.96105 12.3626 5.10665 12.1665 5.14087 11.946C4.99714 11.5657 4.88112 11.1755 4.79371 10.7784C4.70615 10.8288 4.61511 10.8729 4.52127 10.9103C4.17205 11.0484 3.78299 11.1181 3.38315 11.133C3.35149 10.8415 3.33532 10.5486 3.33473 10.2555C3.66084 10.2431 3.96585 10.1881 4.1991 10.0958C4.41473 10.0105 4.55512 9.91772 4.63705 9.80287C4.58816 9.33874 4.57542 8.8715 4.59894 8.40539C4.56848 8.41027 4.53848 8.41383 4.5081 8.41711C4.1976 8.45109 3.87266 8.42414 3.55157 8.35416C3.61579 8.07384 3.69548 7.79119 3.79035 7.50745C4.01863 7.55119 4.23744 7.56478 4.41285 7.54561C4.53538 7.5322 4.62529 7.51017 4.6941 7.4797C4.75849 7.06686 4.852 6.65909 4.97394 6.25945C4.77791 6.22495 4.58563 6.16139 4.39973 6.07781C4.53553 5.81581 4.68165 5.55928 4.83773 5.30883C4.95088 5.35397 5.05879 5.38687 5.15118 5.40117C5.20307 5.40914 5.24601 5.41359 5.28158 5.4143C5.3728 5.1968 5.47012 4.98445 5.57605 4.77853C5.85252 4.22531 6.15801 3.64172 6.37293 3.00014ZM17.828 3.00014C18.0428 3.64167 18.3483 4.22522 18.6249 4.77848C18.7317 4.98645 18.8304 5.19852 18.9207 5.4142C18.9559 5.41345 18.9985 5.40891 19.0496 5.40108C19.1424 5.38673 19.2509 5.3542 19.3646 5.30873C19.5207 5.5592 19.6668 5.81574 19.8026 6.07777C19.6162 6.16148 19.4231 6.22495 19.2269 6.25945C19.3471 6.65273 19.4413 7.06102 19.5066 7.47961C19.5757 7.51045 19.6662 7.53211 19.7894 7.54561C19.9648 7.56483 20.1837 7.55123 20.4119 7.5075C20.5048 7.7862 20.584 8.06928 20.6493 8.3557C20.3288 8.42541 20.0042 8.45114 19.6942 8.41725C19.6634 8.4141 19.6326 8.41019 19.602 8.40553C19.626 8.87159 19.6137 9.33881 19.5653 9.80297C19.6474 9.91781 19.7878 10.0106 20.0034 10.0959C20.2362 10.188 20.5407 10.2431 20.8662 10.2556C20.8656 10.5487 20.8494 10.8417 20.8179 11.1331C20.4185 11.1181 20.03 11.0483 19.6812 10.9104C19.5873 10.873 19.4963 10.8289 19.4087 10.7785C19.3212 11.1751 19.2052 11.5647 19.0615 11.9445C19.095 12.1658 19.2394 12.3623 19.5068 12.5671C19.7367 12.7431 20.0508 12.8967 20.399 13.0095C20.3032 13.2879 20.1925 13.5601 20.0709 13.8269C19.6679 13.6921 19.2916 13.5052 18.9752 13.263C18.8433 13.1622 18.7225 13.0478 18.6148 12.9216C18.4268 13.2695 18.2154 13.5986 17.982 13.9059C17.9464 14.1723 18.049 14.4451 18.2853 14.7541C18.4806 15.0099 18.7687 15.2637 19.104 15.4837C18.9307 15.722 18.7464 15.9508 18.5533 16.1721C18.1787 15.9192 17.8461 15.6218 17.5894 15.2859C17.4564 15.1117 17.3441 14.9213 17.2613 14.7204C16.9468 15.024 16.6062 15.294 16.2432 15.5261C16.0769 15.8182 16.0941 16.1619 16.2725 16.5954C16.4124 16.9352 16.661 17.3003 16.9713 17.637C16.7337 17.8138 16.4884 17.98 16.2359 18.135C15.9077 17.7636 15.6381 17.356 15.4625 16.9293C15.3447 16.6431 15.2728 16.3376 15.2647 16.0344C14.9105 16.1792 14.5431 16.2891 14.1676 16.3625C13.986 16.61 13.9351 16.9402 13.9904 17.3674C14.0526 17.8485 14.2754 18.4141 14.5982 18.9348C13.9432 19.177 13.272 19.3373 12.6031 19.4006L12.6852 20.2736C13.5214 20.1945 14.3514 19.9869 15.1505 19.6687C15.4904 20.045 15.8704 20.3505 16.23 20.5255C16.5139 20.6637 16.7648 20.7285 16.9962 20.7086C17.6096 20.4521 18.196 20.1351 18.7466 19.7624C18.0952 19.5974 17.4546 19.233 16.8936 18.7691C17.1487 18.6048 17.3971 18.4272 17.6392 18.2403C18.1164 18.5968 18.645 18.8556 19.0953 18.9435C19.3791 18.9989 19.6151 18.999 19.8145 18.9317C20.4333 18.3791 20.9823 17.7529 21.4493 17.067C20.76 17.1104 20.0184 16.9248 19.3355 16.61C19.5286 16.3797 19.7136 16.1417 19.8876 15.8952C20.4171 16.1113 20.9722 16.2226 21.4083 16.1925C21.7068 16.1718 21.9317 16.1056 22.0981 15.9742C22.4375 15.3117 22.7023 14.6136 22.8877 13.8927C22.872 13.8984 22.8566 13.9049 22.8408 13.9102C22.2617 14.1093 21.5929 14.1316 20.938 14.0333C21.0573 13.7571 21.1639 13.4755 21.2573 13.1895C21.7371 13.2377 22.2084 13.2003 22.5552 13.0811C22.8254 12.9883 23.0076 12.8723 23.1162 12.7091C23.2098 11.9956 23.2265 11.2742 23.1661 10.5572C23.1641 10.5585 23.1622 10.5603 23.1602 10.5616C22.7398 10.8386 22.2241 11.0062 21.6895 11.0846C21.7159 10.7892 21.7296 10.4899 21.7275 10.1881C22.0988 10.1139 22.4405 9.98573 22.6782 9.82917C22.8466 9.71827 22.9569 9.61336 23.0196 9.49955C22.8844 8.79678 22.6737 8.11068 22.3911 7.45322C22.1404 7.71431 21.8223 7.92009 21.4741 8.07872C21.4058 7.78959 21.3247 7.50364 21.2309 7.22175C21.4561 7.10395 21.6501 6.96562 21.7744 6.83208C21.8781 6.7207 21.9338 6.63755 21.9531 6.56114C21.6747 6.05879 21.3542 5.58098 20.995 5.13286C20.8711 5.3108 20.717 5.46942 20.5453 5.61192C20.4068 5.3466 20.2583 5.08663 20.1 4.83258C20.2035 4.73105 20.2853 4.6282 20.3329 4.54242C20.3581 4.49695 20.376 4.4648 20.3871 4.43845C20.2881 4.33581 20.187 4.23521 20.0839 4.13672C19.2921 3.55566 18.6494 3.26498 17.828 3.00014Z", fill: "rgb(var(--primary))" })] })));
19
+ };
20
+ exports.TournamentWagerSvg = TournamentWagerSvg;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../../types';
2
+ export declare const CasinoSvg: (props: IconProps) => import("react/jsx-runtime").JSX.Element;