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.
- package/Readme.md +12 -0
- package/dist/019a0906020876234aeea55bdffda84f.svg +3 -0
- package/dist/146c476d14957bf48f72f2624fca70a6.svg +4 -0
- package/dist/19a58eb7c3630d4b07306a6c3220d970.svg +4 -0
- package/dist/319df1f071ee5d8a40e6abfdc5033808.svg +4 -0
- package/dist/495b0365b1bec48e3ed4d6b5050ab787.svg +4 -0
- package/dist/4c94314336076d6fec16041ab32c7af5.svg +4 -0
- package/dist/4f5309751f47792d5ed9a10bb49b99c4.svg +83 -0
- package/dist/65721e7993374bcc4145e083b5f42af2.svg +47 -0
- package/dist/7ec6f5f3bcbce4cd53ca73cb7e054566.svg +48 -0
- package/dist/9be020560a317c79c0b3851ea0d60317.svg +76 -0
- package/dist/a7dae2f8305ee0edacaf65eefff21778.svg +3 -0
- package/dist/a9758afe3827a85948f984caf2428242.svg +4 -0
- package/dist/f1ecca5e9239e78b5053dc90f83a3edf.svg +3 -0
- package/dist/index.js +2 -0
- package/dist/index.js.LICENSE.txt +35 -0
- package/dist/lib/components/Banners/components/BannerTemplate/index.d.ts +13 -0
- package/dist/lib/components/Banners/components/BannerTemplate/index.js +52 -0
- package/dist/lib/components/Banners/components/BannerTemplate/types.d.ts +6 -0
- package/dist/lib/components/Banners/components/BannerTemplate/types.js +0 -0
- package/dist/lib/components/Banners/components/BattleBanner/index.d.ts +3 -0
- package/dist/lib/components/Banners/components/BattleBanner/index.js +59 -0
- package/dist/lib/components/Banners/components/BattleBanner/types.d.ts +15 -0
- package/dist/lib/components/Banners/components/BattleBanner/types.js +2 -0
- package/dist/lib/components/Banners/components/PromotionMobileApp/components/ElonAppBanner/index.d.ts +2 -0
- package/dist/lib/components/Banners/components/PromotionMobileApp/components/ElonAppBanner/index.js +65 -0
- package/dist/lib/components/Banners/components/PromotionMobileApp/components/JabiAppBanner/index.d.ts +2 -0
- package/dist/lib/components/Banners/components/PromotionMobileApp/components/JabiAppBanner/index.js +53 -0
- package/dist/lib/components/Banners/components/PromotionMobileApp/constants.d.ts +6 -0
- package/dist/lib/components/Banners/components/PromotionMobileApp/constants.js +9 -0
- package/dist/lib/components/Banners/components/PromotionMobileApp/index.d.ts +2 -0
- package/dist/lib/components/Banners/components/PromotionMobileApp/index.js +54 -0
- package/dist/lib/components/Banners/components/PromotionMobileApp/types.d.ts +12 -0
- package/dist/lib/components/Banners/components/PromotionMobileApp/types.js +2 -0
- package/dist/lib/components/Banners/index.d.ts +2 -0
- package/dist/lib/components/Banners/index.js +52 -0
- package/dist/lib/components/Banners/types.d.ts +18 -0
- package/dist/lib/components/Banners/types.js +2 -0
- package/dist/lib/components/BattlesCard/index.d.ts +2 -0
- package/dist/lib/components/BattlesCard/index.js +69 -0
- package/dist/lib/components/BattlesCard/types.d.ts +25 -0
- package/dist/lib/components/BattlesCard/types.js +2 -0
- package/dist/lib/components/HOCs/HOCErrorBoundary/index.d.ts +13 -0
- package/dist/lib/components/HOCs/HOCErrorBoundary/index.js +107 -0
- package/dist/lib/components/HOCs/HOCErrorBoundary/types.d.ts +7 -0
- package/dist/lib/components/HOCs/HOCErrorBoundary/types.js +2 -0
- package/dist/lib/components/HOCs/HOCImageLoader/index.d.ts +2 -0
- package/dist/lib/components/HOCs/HOCImageLoader/index.js +17 -0
- package/dist/lib/components/HOCs/HOCImageLoader/types.d.ts +6 -0
- package/dist/lib/components/HOCs/HOCImageLoader/types.js +2 -0
- package/dist/lib/components/HOCs/HOCOutsideClick/index.d.ts +2 -0
- package/dist/lib/components/HOCs/HOCOutsideClick/index.js +25 -0
- package/dist/lib/components/HOCs/HOCOutsideClick/types.d.ts +11 -0
- package/dist/lib/components/HOCs/HOCOutsideClick/types.js +8 -0
- package/dist/lib/components/Jackpots/JackpotWidget/components/Jackpot/index.d.ts +6 -0
- package/dist/lib/components/Jackpots/JackpotWidget/components/Jackpot/index.js +77 -0
- package/dist/lib/components/Jackpots/JackpotWidget/components/JackpotCounter/components/Digit/index.d.ts +6 -0
- package/dist/lib/components/Jackpots/JackpotWidget/components/JackpotCounter/components/Digit/index.js +50 -0
- package/dist/lib/components/Jackpots/JackpotWidget/components/JackpotCounter/index.d.ts +6 -0
- package/dist/lib/components/Jackpots/JackpotWidget/components/JackpotCounter/index.js +57 -0
- package/dist/lib/components/Jackpots/JackpotWidget/index.d.ts +2 -0
- package/dist/lib/components/Jackpots/JackpotWidget/index.js +52 -0
- package/dist/lib/components/Jackpots/JackpotWidget/types.d.ts +13 -0
- package/dist/lib/components/Jackpots/JackpotWidget/types.js +2 -0
- package/dist/lib/components/Jackpots/JackpotWidget/utils.d.ts +13 -0
- package/dist/lib/components/Jackpots/JackpotWidget/utils.js +48 -0
- package/dist/lib/components/LastBigWinners/components/LastBigWinner/LastBigWinner.d.ts +3 -0
- package/dist/lib/components/LastBigWinners/components/LastBigWinner/LastBigWinner.js +53 -0
- package/dist/lib/components/LastBigWinners/components/LastBigWinner/types.d.ts +15 -0
- package/dist/lib/components/LastBigWinners/components/LastBigWinner/types.js +2 -0
- package/dist/lib/components/LastBigWinners/index.d.ts +2 -0
- package/dist/lib/components/LastBigWinners/index.js +122 -0
- package/dist/lib/components/LastBigWinners/types.d.ts +9 -0
- package/dist/lib/components/LastBigWinners/types.js +2 -0
- package/dist/lib/components/Layouts/BonusCardLayout/index.d.ts +2 -0
- package/dist/lib/components/Layouts/BonusCardLayout/index.js +53 -0
- package/dist/lib/components/Layouts/BonusCardLayout/types.d.ts +11 -0
- package/dist/lib/components/Layouts/BonusCardLayout/types.js +2 -0
- package/dist/lib/components/Layouts/DrawerLayout/index.d.ts +2 -0
- package/dist/lib/components/Layouts/DrawerLayout/index.js +56 -0
- package/dist/lib/components/Layouts/DrawerLayout/types.d.ts +10 -0
- package/dist/lib/components/Layouts/DrawerLayout/types.js +2 -0
- package/dist/lib/components/Layouts/ModalLayout/index.d.ts +2 -0
- package/dist/lib/components/Layouts/ModalLayout/index.js +53 -0
- package/dist/lib/components/Layouts/ModalLayout/types.d.ts +8 -0
- package/dist/lib/components/Layouts/ModalLayout/types.js +2 -0
- package/dist/lib/components/Payments/DepositQrForm/index.d.ts +2 -0
- package/dist/lib/components/Payments/DepositQrForm/index.js +49 -0
- package/dist/lib/components/Payments/DepositQrForm/types.d.ts +14 -0
- package/dist/lib/components/Payments/DepositQrForm/types.js +2 -0
- package/dist/lib/components/Payments/DepositSkelet/components/Default/index.d.ts +11 -0
- package/dist/lib/components/Payments/DepositSkelet/components/Default/index.js +38 -0
- package/dist/lib/components/Payments/DepositSkelet/components/WellexPay/NagadAndBKash/index.d.ts +9 -0
- package/dist/lib/components/Payments/DepositSkelet/components/WellexPay/NagadAndBKash/index.js +43 -0
- package/dist/lib/components/Payments/DepositSkelet/constants.d.ts +2 -0
- package/dist/lib/components/Payments/DepositSkelet/constants.js +15 -0
- package/dist/lib/components/Payments/DepositSkelet/index.d.ts +2 -0
- package/dist/lib/components/Payments/DepositSkelet/index.js +59 -0
- package/dist/lib/components/Payments/DepositSkelet/types.d.ts +87 -0
- package/dist/lib/components/Payments/DepositSkelet/types.js +81 -0
- package/dist/lib/components/Payments/Methods/components/Content/index.d.ts +2 -0
- package/dist/lib/components/Payments/Methods/components/Content/index.js +58 -0
- package/dist/lib/components/Payments/Methods/components/Content/types.d.ts +27 -0
- package/dist/lib/components/Payments/Methods/components/Content/types.js +2 -0
- package/dist/lib/components/Payments/Methods/components/PaymentList/index.d.ts +3 -0
- package/dist/lib/components/Payments/Methods/components/PaymentList/index.js +61 -0
- package/dist/lib/components/Payments/Methods/components/PaymentList/types.d.ts +12 -0
- package/dist/lib/components/Payments/Methods/components/PaymentList/types.js +2 -0
- package/dist/lib/components/Payments/Methods/constants.d.ts +5 -0
- package/dist/lib/components/Payments/Methods/constants.js +14 -0
- package/dist/lib/components/Payments/Methods/index.d.ts +2 -0
- package/dist/lib/components/Payments/Methods/index.js +60 -0
- package/dist/lib/components/Payments/Methods/types.d.ts +10 -0
- package/dist/lib/components/Payments/Methods/types.js +8 -0
- package/dist/lib/components/ReferralTable/components/EmptyTreasure/index.d.ts +2 -0
- package/dist/lib/components/ReferralTable/components/EmptyTreasure/index.js +22 -0
- package/dist/lib/components/ReferralTable/components/EmptyTreasure/types.d.ts +4 -0
- package/dist/lib/components/ReferralTable/components/EmptyTreasure/types.js +2 -0
- package/dist/lib/components/ReferralTable/components/InvitedTableHead/index.d.ts +2 -0
- package/dist/lib/components/ReferralTable/components/InvitedTableHead/index.js +46 -0
- package/dist/lib/components/ReferralTable/components/InvitedTableHead/types.d.ts +3 -0
- package/dist/lib/components/ReferralTable/components/InvitedTableHead/types.js +2 -0
- package/dist/lib/components/ReferralTable/components/List/index.d.ts +2 -0
- package/dist/lib/components/ReferralTable/components/List/index.js +47 -0
- package/dist/lib/components/ReferralTable/components/List/types.d.ts +4 -0
- package/dist/lib/components/ReferralTable/components/List/types.js +2 -0
- package/dist/lib/components/ReferralTable/index.d.ts +2 -0
- package/dist/lib/components/ReferralTable/index.js +66 -0
- package/dist/lib/components/ReferralTable/types.d.ts +15 -0
- package/dist/lib/components/ReferralTable/types.js +2 -0
- package/dist/lib/components/Scratch/index.d.ts +2 -0
- package/dist/lib/components/Scratch/index.js +118 -0
- package/dist/lib/components/Scratch/types.d.ts +14 -0
- package/dist/lib/components/Scratch/types.js +8 -0
- package/dist/lib/components/SignUp/CountrySelector/constants.d.ts +7 -0
- package/dist/lib/components/SignUp/CountrySelector/constants.js +815 -0
- package/dist/lib/components/SignUp/CountrySelector/index.d.ts +2 -0
- package/dist/lib/components/SignUp/CountrySelector/index.js +23 -0
- package/dist/lib/components/SignUp/CountrySelector/types.d.ts +10 -0
- package/dist/lib/components/SignUp/CountrySelector/types.js +2 -0
- package/dist/lib/components/SignUp/CurrencySelector/index.d.ts +2 -0
- package/dist/lib/components/SignUp/CurrencySelector/index.js +27 -0
- package/dist/lib/components/SignUp/CurrencySelector/types.d.ts +11 -0
- package/dist/lib/components/SignUp/CurrencySelector/types.js +2 -0
- package/dist/lib/components/SignUp/DocsCheckBox/index.d.ts +9 -0
- package/dist/lib/components/SignUp/DocsCheckBox/index.js +39 -0
- package/dist/lib/components/SignUp/OneClick/constants.d.ts +10 -0
- package/dist/lib/components/SignUp/OneClick/constants.js +13 -0
- package/dist/lib/components/SignUp/OneClick/index.d.ts +31 -0
- package/dist/lib/components/SignUp/OneClick/index.js +86 -0
- package/dist/lib/components/SignUp/PromoCode/index.d.ts +2 -0
- package/dist/lib/components/SignUp/PromoCode/index.js +63 -0
- package/dist/lib/components/SignUp/PromoCode/types.d.ts +6 -0
- package/dist/lib/components/SignUp/PromoCode/types.js +2 -0
- package/dist/lib/components/Text/index.d.ts +6 -0
- package/dist/lib/components/Text/index.js +11 -0
- package/dist/lib/components/Wheel/index.d.ts +2 -0
- package/dist/lib/components/Wheel/index.js +131 -0
- package/dist/lib/components/Wheel/types.d.ts +54 -0
- package/dist/lib/components/Wheel/types.js +2 -0
- package/dist/lib/components/ui/AccordionGroup/Accordion.d.ts +21 -0
- package/dist/lib/components/ui/AccordionGroup/Accordion.js +70 -0
- package/dist/lib/components/ui/AccordionGroup/index.d.ts +6 -0
- package/dist/lib/components/ui/AccordionGroup/index.js +53 -0
- package/dist/lib/components/ui/Bonuses/AvailableBonusesSlider/index.d.ts +8 -0
- package/dist/lib/components/ui/Bonuses/AvailableBonusesSlider/index.js +80 -0
- package/dist/lib/components/ui/Buttons/AppSwitcher/index.d.ts +12 -0
- package/dist/lib/components/ui/Buttons/AppSwitcher/index.js +74 -0
- package/dist/lib/components/ui/Buttons/ArrowButton/index.d.ts +7 -0
- package/dist/lib/components/ui/Buttons/ArrowButton/index.js +41 -0
- package/dist/lib/components/ui/Buttons/BaseButton/index.d.ts +2 -0
- package/dist/lib/components/ui/Buttons/BaseButton/index.js +65 -0
- package/dist/lib/components/ui/Buttons/BaseButton/types.d.ts +30 -0
- package/dist/lib/components/ui/Buttons/BaseButton/types.js +2 -0
- package/dist/lib/components/ui/Buttons/CasinoCategoryButton/index.d.ts +2 -0
- package/dist/lib/components/ui/Buttons/CasinoCategoryButton/index.js +68 -0
- package/dist/lib/components/ui/Buttons/CasinoCategoryButton/types.d.ts +21 -0
- package/dist/lib/components/ui/Buttons/CasinoCategoryButton/types.js +2 -0
- package/dist/lib/components/ui/Buttons/CasinoSubCategoriesButton/index.d.ts +2 -0
- package/dist/lib/components/ui/Buttons/CasinoSubCategoriesButton/index.js +51 -0
- package/dist/lib/components/ui/Buttons/CasinoSubCategoriesButton/types.d.ts +13 -0
- package/dist/lib/components/ui/Buttons/CasinoSubCategoriesButton/types.js +2 -0
- package/dist/lib/components/ui/Buttons/CloseButton/index.d.ts +2 -0
- package/dist/lib/components/ui/Buttons/CloseButton/index.js +49 -0
- package/dist/lib/components/ui/Buttons/CloseButton/types.d.ts +4 -0
- package/dist/lib/components/ui/Buttons/CloseButton/types.js +2 -0
- package/dist/lib/components/ui/Buttons/DepositButton/index.d.ts +10 -0
- package/dist/lib/components/ui/Buttons/DepositButton/index.js +57 -0
- package/dist/lib/components/ui/Buttons/DrawerButton/index.d.ts +2 -0
- package/dist/lib/components/ui/Buttons/DrawerButton/index.js +63 -0
- package/dist/lib/components/ui/Buttons/DrawerButton/types.d.ts +4 -0
- package/dist/lib/components/ui/Buttons/DrawerButton/types.js +2 -0
- package/dist/lib/components/ui/Buttons/GameActions/index.d.ts +0 -0
- package/dist/lib/components/ui/Buttons/GameActions/index.js +0 -0
- package/dist/lib/components/ui/Buttons/JivoButton/index.d.ts +2 -0
- package/dist/lib/components/ui/Buttons/JivoButton/index.js +154 -0
- package/dist/lib/components/ui/Buttons/JivoButton/types.d.ts +30 -0
- package/dist/lib/components/ui/Buttons/JivoButton/types.js +2 -0
- package/dist/lib/components/ui/Buttons/ProviderName/index.d.ts +2 -0
- package/dist/lib/components/ui/Buttons/ProviderName/index.js +54 -0
- package/dist/lib/components/ui/Buttons/ProviderName/types.d.ts +6 -0
- package/dist/lib/components/ui/Buttons/ProviderName/types.js +2 -0
- package/dist/lib/components/ui/Buttons/index.d.ts +4 -0
- package/dist/lib/components/ui/Buttons/index.js +7 -0
- package/dist/lib/components/ui/CountDown/index.d.ts +2 -0
- package/dist/lib/components/ui/CountDown/index.js +65 -0
- package/dist/lib/components/ui/CountDown/types.d.ts +19 -0
- package/dist/lib/components/ui/CountDown/types.js +2 -0
- package/dist/lib/components/ui/Docs/index.d.ts +2 -0
- package/dist/lib/components/ui/Docs/index.js +72 -0
- package/dist/lib/components/ui/Docs/types.d.ts +14 -0
- package/dist/lib/components/ui/Docs/types.js +2 -0
- package/dist/lib/components/ui/Footer/index.d.ts +2 -0
- package/dist/lib/components/ui/Footer/index.js +46 -0
- package/dist/lib/components/ui/Footer/types.d.ts +13 -0
- package/dist/lib/components/ui/Footer/types.js +2 -0
- package/dist/lib/components/ui/Headers/PopUpHeader/index.d.ts +2 -0
- package/dist/lib/components/ui/Headers/PopUpHeader/index.js +52 -0
- package/dist/lib/components/ui/Headers/PopUpHeader/types.d.ts +17 -0
- package/dist/lib/components/ui/Headers/PopUpHeader/types.js +2 -0
- package/dist/lib/components/ui/Headers/index.d.ts +2 -0
- package/dist/lib/components/ui/Headers/index.js +5 -0
- package/dist/lib/components/ui/Icons/ArrowSvg.d.ts +5 -0
- package/dist/lib/components/ui/Icons/ArrowSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/AvatarSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/AvatarSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/BonusGiftSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/BonusGiftSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/BurgerSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/BurgerSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/CalendarSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/CalendarSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/CashSvg.d.ts +5 -0
- package/dist/lib/components/ui/Icons/Base/CashSvg.js +52 -0
- package/dist/lib/components/ui/Icons/Base/CloseEyeSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/CloseEyeSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/CoinSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/CoinSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/CoinsSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/CoinsSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/CopySvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/CopySvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/DocSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/DocSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/DownloadSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/DownloadSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/DrawerTogglerSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/DrawerTogglerSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/FavoritesSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/FavoritesSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/GoogleSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/GoogleSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/GrowSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/GrowSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/InfoLotterySvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/InfoLotterySvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/LotterySvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/LotterySvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/OpenEyeSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/OpenEyeSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/PlusSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/PlusSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/ProfileSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/ProfileSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/ProvidersBlocksSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/ProvidersBlocksSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/SearchSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/SearchSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/SelectedSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/SelectedSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/SettingsSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/SettingsSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/ShareSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/ShareSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/StarSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/StarSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/SupportSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/SupportSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/ThreeDotsSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/ThreeDotsSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/TrashSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/TrashSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/WalletSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/WalletSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Bonuses/FirstBonusSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Bonuses/FirstBonusSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Bonuses/SecondBonusSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Bonuses/SecondBonusSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Bonuses/ThirdBonusSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Bonuses/ThirdBonusSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Bonuses/VipClub/BronzeSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Bonuses/VipClub/BronzeSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Bonuses/VipClub/DiamondSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Bonuses/VipClub/DiamondSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Bonuses/VipClub/GoldSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Bonuses/VipClub/GoldSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Bonuses/VipClub/GreenSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Bonuses/VipClub/GreenSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Bonuses/VipClub/PlatinumOneSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Bonuses/VipClub/PlatinumOneSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Bonuses/VipClub/PlatinumSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Bonuses/VipClub/PlatinumSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Bonuses/VipClub/SilverSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Bonuses/VipClub/SilverSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Bonuses/VipClubSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Bonuses/VipClubSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Casino/CoinSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Casino/CoinSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Casino/DefaultImgSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Casino/DefaultImgSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Casino/ProvidersSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Casino/ProvidersSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Casino/RecommendedSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Casino/RecommendedSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Casino/TournamentWagerSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Casino/TournamentWagerSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/CasinoSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/CasinoSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/CrashSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/CrashSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/HotSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/HotSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/InstantSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/InstantSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/OtersSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/OtersSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/PopularSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/PopularSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/ProviderSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/ProviderSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/ScratchSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/ScratchSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/SlotsSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/SlotsSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/TableSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/TableSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/TurboSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/TurboSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/VSportSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/VSportSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/WagerSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/WagerSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Categories/index.d.ts +3 -0
- package/dist/lib/components/ui/Icons/Categories/index.js +50 -0
- package/dist/lib/components/ui/Icons/CheckBoxSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/CheckBoxSvg.js +18 -0
- package/dist/lib/components/ui/Icons/CloseSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/CloseSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Deposit/DepositSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Deposit/DepositSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Deposit/ErrorSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Deposit/ErrorSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Deposit/SuccessSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Deposit/SuccessSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Deposit/WaitingSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Deposit/WaitingSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Deposit/WithdrawSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Deposit/WithdrawSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/AzeSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/AzeSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/BnSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/BnSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/BsSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/BsSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/ChSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/ChSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/DeSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/DeSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/EnSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/EnSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/EsSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/EsSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/FrSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/FrSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/HiSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/HiSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/ItSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/ItSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/KoSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/KoSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/KzSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/KzSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/NoSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/NoSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/PtSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/PtSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/RoSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/RoSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/RuSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/RuSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/TrSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/TrSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/UkrSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/UkrSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/UzSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/UzSvg.js +20 -0
- package/dist/lib/components/ui/Icons/InHouse/ElonHouseSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/InHouse/ElonHouseSvg.js +20 -0
- package/dist/lib/components/ui/Icons/InHouse/FSWinHouseSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/InHouse/FSWinHouseSvg.js +20 -0
- package/dist/lib/components/ui/Icons/InHouse/JabiInHouseSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/InHouse/JabiInHouseSvg.js +20 -0
- package/dist/lib/components/ui/Icons/InfoSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/InfoSvg.js +20 -0
- package/dist/lib/components/ui/Icons/LockSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/LockSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Navigation/NavBettingLiveSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Navigation/NavBettingLiveSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Navigation/NavBettingSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Navigation/NavBettingSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Navigation/NavBonusesSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Navigation/NavBonusesSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Navigation/NavCasinoSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Navigation/NavCasinoSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Navigation/NavMyBetsSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Navigation/NavMyBetsSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Navigation/NavReferralSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Navigation/NavReferralSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Navigation/NavTournamentSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Navigation/NavTournamentSvg.js +20 -0
- package/dist/lib/components/ui/Icons/NotFound/BonusesSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/NotFound/BonusesSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Notifications/ErrorSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Notifications/ErrorSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Notifications/SuccessSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Notifications/SuccessSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Notifications/WarningSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Notifications/WarningSvg.js +20 -0
- package/dist/lib/components/ui/Icons/PlaySvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/PlaySvg.js +20 -0
- package/dist/lib/components/ui/Icons/ReferralTreasures/ElonTreasureSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/ReferralTreasures/ElonTreasureSvg.js +44 -0
- package/dist/lib/components/ui/Icons/ReferralTreasures/FSWinTreasureSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/ReferralTreasures/FSWinTreasureSvg.js +44 -0
- package/dist/lib/components/ui/Icons/ReferralTreasures/JabibetTreasureSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/ReferralTreasures/JabibetTreasureSvg.js +44 -0
- package/dist/lib/components/ui/Icons/SocialMedia/FacebookSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/SocialMedia/FacebookSvg.js +20 -0
- package/dist/lib/components/ui/Icons/SocialMedia/InstagramSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/SocialMedia/InstagramSvg.js +20 -0
- package/dist/lib/components/ui/Icons/SocialMedia/TelegramSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/SocialMedia/TelegramSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/AmericanFootballSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/AmericanFootballSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/AussieRulesSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/AussieRulesSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/BadmintonSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/BadmintonSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/BaseballSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/BaseballSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/Basketball3x3Svg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/Basketball3x3Svg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/BasketballSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/BasketballSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/BeachSoccerSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/BeachSoccerSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/BoxingSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/BoxingSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/ChessSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/ChessSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/CricketSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/CricketSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/DartsSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/DartsSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/EFifaSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/EFifaSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/ENbaSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/ENbaSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/ENhlSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/ENhlSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/EsportSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/EsportSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/FieldHockeySvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/FieldHockeySvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/FutsalSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/FutsalSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/IceHockeySvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/IceHockeySvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/KabaddiSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/KabaddiSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/MmaSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/MmaSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/RugbySvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/RugbySvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/SnookerSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/SnookerSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/SoccerSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/SoccerSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/SquashSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/SquashSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/TableTennisSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/TableTennisSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/TennisSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/TennisSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/VolleyballSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/VolleyballSvg.js +20 -0
- package/dist/lib/components/ui/Icons/types.d.ts +8 -0
- package/dist/lib/components/ui/Icons/types.js +2 -0
- package/dist/lib/components/ui/Inputs/AmountInput/index.d.ts +3 -0
- package/dist/lib/components/ui/Inputs/AmountInput/index.js +123 -0
- package/dist/lib/components/ui/Inputs/AmountInput/types.d.ts +20 -0
- package/dist/lib/components/ui/Inputs/AmountInput/types.js +2 -0
- package/dist/lib/components/ui/Inputs/BaseInput/BaseInputUi.d.ts +2 -0
- package/dist/lib/components/ui/Inputs/BaseInput/BaseInputUi.js +72 -0
- package/dist/lib/components/ui/Inputs/BaseInput/constant.d.ts +2 -0
- package/dist/lib/components/ui/Inputs/BaseInput/constant.js +7 -0
- package/dist/lib/components/ui/Inputs/BaseInput/index.d.ts +2 -0
- package/dist/lib/components/ui/Inputs/BaseInput/index.js +52 -0
- package/dist/lib/components/ui/Inputs/BaseInput/types.d.ts +37 -0
- package/dist/lib/components/ui/Inputs/BaseInput/types.js +2 -0
- package/dist/lib/components/ui/Inputs/CheckBox/index.d.ts +12 -0
- package/dist/lib/components/ui/Inputs/CheckBox/index.js +52 -0
- package/dist/lib/components/ui/Leaderboard/components/User/index.d.ts +4 -0
- package/dist/lib/components/ui/Leaderboard/components/User/index.js +56 -0
- package/dist/lib/components/ui/Leaderboard/constants.d.ts +1 -0
- package/dist/lib/components/ui/Leaderboard/constants.js +4 -0
- package/dist/lib/components/ui/Leaderboard/index.d.ts +2 -0
- package/dist/lib/components/ui/Leaderboard/index.js +70 -0
- package/dist/lib/components/ui/Leaderboard/types.d.ts +17 -0
- package/dist/lib/components/ui/Leaderboard/types.js +2 -0
- package/dist/lib/components/ui/Loaders/CircularLoader/index.d.ts +5 -0
- package/dist/lib/components/ui/Loaders/CircularLoader/index.js +48 -0
- package/dist/lib/components/ui/Loaders/MainLoader/index.d.ts +2 -0
- package/dist/lib/components/ui/Loaders/MainLoader/index.js +52 -0
- package/dist/lib/components/ui/Loaders/MainLoader/types.d.ts +6 -0
- package/dist/lib/components/ui/Loaders/MainLoader/types.js +2 -0
- package/dist/lib/components/ui/Loaders/SkeletLoader/index.d.ts +5 -0
- package/dist/lib/components/ui/Loaders/SkeletLoader/index.js +47 -0
- package/dist/lib/components/ui/Logos/index.d.ts +2 -0
- package/dist/lib/components/ui/Logos/index.js +101 -0
- package/dist/lib/components/ui/Logos/types.d.ts +13 -0
- package/dist/lib/components/ui/Logos/types.js +2 -0
- package/dist/lib/components/ui/Pagination/index.d.ts +2 -0
- package/dist/lib/components/ui/Pagination/index.js +76 -0
- package/dist/lib/components/ui/Pagination/types.d.ts +10 -0
- package/dist/lib/components/ui/Pagination/types.js +2 -0
- package/dist/lib/components/ui/Section/index.d.ts +4 -0
- package/dist/lib/components/ui/Section/index.js +48 -0
- package/dist/lib/components/ui/Selector/index.d.ts +2 -0
- package/dist/lib/components/ui/Selector/index.js +135 -0
- package/dist/lib/components/ui/Selector/types.d.ts +43 -0
- package/dist/lib/components/ui/Selector/types.js +2 -0
- package/dist/lib/components/ui/ShowAll/index.d.ts +7 -0
- package/dist/lib/components/ui/ShowAll/index.js +50 -0
- package/dist/lib/components/ui/Step/index.d.ts +2 -0
- package/dist/lib/components/ui/Step/index.js +44 -0
- package/dist/lib/components/ui/Step/types.d.ts +5 -0
- package/dist/lib/components/ui/Step/types.js +2 -0
- package/dist/lib/components/ui/Tabs/index.d.ts +2 -0
- package/dist/lib/components/ui/Tabs/index.js +109 -0
- package/dist/lib/components/ui/Tabs/types.d.ts +15 -0
- package/dist/lib/components/ui/Tabs/types.js +2 -0
- package/dist/lib/components/ui/TournamentCard/index.d.ts +2 -0
- package/dist/lib/components/ui/TournamentCard/index.js +58 -0
- package/dist/lib/components/ui/TournamentCard/types.d.ts +16 -0
- package/dist/lib/components/ui/TournamentCard/types.js +2 -0
- package/dist/lib/hooks/useCountDown.d.ts +8 -0
- package/dist/lib/hooks/useCountDown.js +25 -0
- package/dist/lib/hooks/useElementResize.d.ts +5 -0
- package/dist/lib/hooks/useElementResize.js +41 -0
- package/dist/lib/hooks/useInView.d.ts +2 -0
- package/dist/lib/hooks/useInView.js +27 -0
- package/dist/lib/hooks/useOutsideClick.d.ts +5 -0
- package/dist/lib/hooks/useOutsideClick.js +22 -0
- package/dist/lib/hooks/useSwipe.d.ts +9 -0
- package/dist/lib/hooks/useSwipe.js +69 -0
- package/dist/lib/hooks/useTranslate.d.ts +6 -0
- package/dist/lib/hooks/useTranslate.js +46 -0
- package/dist/lib/index.d.ts +189 -0
- package/dist/lib/index.js +411 -0
- package/dist/lib/service/validation.d.ts +72 -0
- package/dist/lib/service/validation.js +190 -0
- package/dist/lib/types/ui.d.ts +14 -0
- package/dist/lib/types/ui.js +16 -0
- package/dist/lib/utils/date.d.ts +1 -0
- package/dist/lib/utils/date.js +11 -0
- package/dist/lib/zustandStore/languages/constants.d.ts +2 -0
- package/dist/lib/zustandStore/languages/constants.js +14 -0
- package/dist/lib/zustandStore/languages/selectors.d.ts +22 -0
- package/dist/lib/zustandStore/languages/selectors.js +31 -0
- package/dist/lib/zustandStore/languages/store.d.ts +2 -0
- package/dist/lib/zustandStore/languages/store.js +115 -0
- package/dist/lib/zustandStore/languages/types.d.ts +18 -0
- package/dist/lib/zustandStore/languages/types.js +2 -0
- package/dist/main.css +3950 -0
- 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.WaitingSvg = void 0;
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
|
+
var WaitingSvg = function (props) {
|
|
17
|
+
var _a = props.width, width = _a === void 0 ? '105' : _a, _b = props.height, height = _b === void 0 ? '93' : _b, classes = props.classes;
|
|
18
|
+
return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 105 93", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsx)("ellipse", { opacity: "0.5", cx: "58.0852", cy: "46.5", rx: "46.9149", ry: "46.5", fill: "#47C9FC" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M59.6526 67.7686C54.5352 67.7687 49.5761 66.0177 45.6202 62.814C41.6644 59.6102 38.9566 55.152 37.9582 50.1989C36.9598 45.2458 37.7326 40.1043 40.1449 35.6505C42.5572 31.1966 46.4597 27.706 51.1876 25.7734C55.9154 23.8408 61.176 23.5858 66.0731 25.0518C70.9701 26.5178 75.2005 29.6141 78.0436 33.8132C80.8866 38.0123 82.1663 43.0543 81.6646 48.0801C81.1629 53.1059 78.9109 57.8046 75.2923 61.3755C73.2408 63.4054 70.8029 65.0152 68.1189 66.1123C65.435 67.2095 62.5577 67.7723 59.6526 67.7686ZM31.5647 40.5184H31.7039C32.4569 40.5207 33.1784 40.8169 33.7109 41.3424C34.2433 41.868 34.5433 42.5801 34.5454 43.3232C34.5431 44.0662 34.243 44.7781 33.7107 45.3035C33.1783 45.8289 32.4568 46.1251 31.7039 46.1273H22.7257C21.9726 46.1294 21.2509 46.4256 20.7184 46.9511C20.1859 47.4767 19.8857 48.1888 19.8836 48.9321C19.8859 49.6752 20.1861 50.3872 20.7186 50.9126C21.2511 51.438 21.9727 51.7341 22.7257 51.7362H33.5629C34.316 51.7385 35.0376 52.0347 35.5701 52.5602C36.1026 53.0857 36.4027 53.7978 36.405 54.541C36.4027 55.2841 36.1026 55.9962 35.5701 56.5217C35.0376 57.0472 34.316 57.3434 33.5629 57.3457H2.84207C2.08906 57.3478 1.36748 57.6439 0.834964 58.1693C0.302446 58.6947 0.00226743 59.4067 0 60.1498C0.00211635 60.8931 0.302229 61.6052 0.834763 62.1308C1.3673 62.6563 2.08896 62.9525 2.84207 62.9546H39.9563C40.7094 62.9567 41.4311 63.2528 41.9636 63.7784C42.4961 64.3039 42.7963 65.0161 42.7984 65.7593C42.7978 66.1723 42.7048 66.58 42.5259 66.9534C42.347 67.3267 42.0868 67.6564 41.7637 67.919C41.7506 67.9297 41.7368 67.9393 41.7242 67.9506C41.3049 68.3158 40.7199 68.5635 39.9563 68.5635H22.7257C21.9726 68.5656 21.2509 68.8617 20.7184 69.3872C20.1859 69.9128 19.8857 70.625 19.8836 71.3682C19.8862 72.1111 20.1865 72.8229 20.719 73.348C21.2515 73.8732 21.9729 74.1691 22.7257 74.1712H56.8122C57.0312 74.1715 57.2494 74.1465 57.4625 74.0966C58.1862 74.1509 58.9168 74.1782 59.6543 74.1786C64.5611 74.1756 69.3847 72.9271 73.6614 70.5532C77.9381 68.1793 81.5242 64.7598 84.0751 60.6232C86.626 56.4866 88.0558 51.7721 88.2272 46.9327C88.3986 42.0933 87.3059 37.2918 85.0539 32.9895C82.802 28.6873 79.4666 25.029 75.3683 22.3661C71.27 19.7033 66.5465 18.1255 61.6519 17.7844C56.7573 17.4433 51.856 18.3503 47.4192 20.4183C42.9823 22.4863 39.159 25.6457 36.3168 29.593C31.862 35.7757 35.3589 34.9073 27.3288 34.9073H26.0112C25.2582 34.9094 24.5366 35.2055 24.0041 35.7309C23.4716 36.2563 23.1714 36.9683 23.1691 37.7115C23.1712 38.4547 23.4713 39.1669 24.0039 39.6924C24.5364 40.2179 25.2581 40.5141 26.0112 40.5162L31.5647 40.5184Z", fill: "#47C9FC" }), (0, jsx_runtime_1.jsx)("path", { d: "M13.8291 68.6429H8.51123C6.89516 68.6429 5.58508 69.8821 5.58508 71.4107C5.58508 72.9394 6.89516 74.1786 8.51123 74.1786H13.8291C15.4452 74.1786 16.7553 72.9394 16.7553 71.4107C16.7553 69.8821 15.4452 68.6429 13.8291 68.6429Z", fill: "#47C9FC" }), (0, jsx_runtime_1.jsx)("path", { d: "M13.4043 53.1429C15.255 53.1429 16.7554 51.6558 16.7554 49.8214C16.7554 47.9871 15.255 46.5 13.4043 46.5C11.5535 46.5 10.0532 47.9871 10.0532 49.8214C10.0532 51.6558 11.5535 53.1429 13.4043 53.1429Z", fill: "#47C9FC" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M49.1613 43.7684L57.6938 52.5115L82.349 22.1429L86.0106 25.3084L59.6877 57.7311L58.02 59.7857L56.1752 57.8955L45.7979 47.2623L49.1613 43.7684Z", stroke: "white", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M49.1613 43.7684L57.6938 52.5115L82.349 22.1429L86.0106 25.3084L59.6877 57.7311L58.02 59.7857L56.1752 57.8955L45.7979 47.2623L49.1613 43.7684Z", fill: "#47C9FC" })] })));
|
|
19
|
+
};
|
|
20
|
+
exports.WaitingSvg = WaitingSvg;
|
|
@@ -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.WithdrawSvg = void 0;
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
|
+
var WithdrawSvg = function (props) {
|
|
17
|
+
var _a = props.width, width = _a === void 0 ? '23' : _a, _b = props.height, height = _b === void 0 ? '22' : _b, classes = props.classes;
|
|
18
|
+
return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 23 22", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M7.83594 8.70833C7.83594 11.999 10.5036 14.6667 13.7943 14.6667C17.085 14.6667 19.7526 11.999 19.7526 8.70833C19.7526 5.41764 17.085 2.75 13.7943 2.75C10.5036 2.75 7.83594 5.41764 7.83594 8.70833Z", fill: "rgb(var(--semi-gray))", fillOpacity: "0.25" }), (0, jsx_runtime_1.jsx)("path", { d: "M3.25 13.2913C3.25 16.582 5.91764 19.2497 9.20833 19.2497C12.499 19.2497 15.1667 16.582 15.1667 13.2913C15.1667 10.0006 12.499 7.33301 9.20833 7.33301C5.91764 7.33301 3.25 10.0006 3.25 13.2913Z", fill: "rgb(var(--semi-gray))" })] })));
|
|
19
|
+
};
|
|
20
|
+
exports.WithdrawSvg = WithdrawSvg;
|
|
@@ -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.AzeSvg = void 0;
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
|
+
var AzeSvg = 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 40 40", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsxs)("g", __assign({ clipPath: "url(#clip0_1311_27106)" }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M40 20C40 17.5535 39.56 15.21 38.756 13.0435L20 12.1739L1.24398 13.0434C0.440078 15.21 0 17.5535 0 20C0 22.4464 0.440078 24.7899 1.24398 26.9564L20 27.826L38.756 26.9565C39.56 24.7899 40 22.4464 40 20Z", fill: "#D80027" }), (0, jsx_runtime_1.jsx)("path", { d: "M20 40C28.5993 40 35.9302 34.5725 38.756 26.9565H1.24401C4.06987 34.5725 11.4007 40 20 40Z", fill: "#6DA544" }), (0, jsx_runtime_1.jsx)("path", { d: "M1.24401 13.0435H38.7561C35.9302 5.4275 28.5993 0 20 0C11.4007 0 4.06987 5.4275 1.24401 13.0435Z", fill: "#338AF3" }), (0, jsx_runtime_1.jsx)("path", { d: "M20.4347 25.6521C17.3132 25.6521 14.7825 23.1215 14.7825 19.9999C14.7825 16.8784 17.3132 14.3478 20.4347 14.3478C21.408 14.3478 22.3239 14.5939 23.1234 15.0271C21.869 13.8005 20.1537 13.0434 18.2608 13.0434C14.4188 13.0434 11.3043 16.1579 11.3043 19.9999C11.3043 23.8418 14.4189 26.9563 18.2608 26.9563C20.1538 26.9563 21.8691 26.1992 23.1234 24.9726C22.3239 25.406 21.408 25.6521 20.4347 25.6521Z", fill: "white" }), (0, jsx_runtime_1.jsx)("path", { d: "M24.7826 16.0869L25.5312 18.1924L27.5495 17.2329L26.5901 19.2512L28.6956 19.9999L26.5901 20.7487L27.5495 22.7669L25.5312 21.8074L24.7826 23.913L24.034 21.8074L22.0156 22.7669L22.9752 20.7487L20.8695 19.9999L22.9752 19.2512L22.0156 17.2329L24.034 18.1924L24.7826 16.0869Z", fill: "white" })] })), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { children: (0, jsx_runtime_1.jsx)("rect", { width: "40", height: "40", fill: "white" }) }) })] })));
|
|
19
|
+
};
|
|
20
|
+
exports.AzeSvg = AzeSvg;
|
|
@@ -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.BnSvg = void 0;
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
|
+
var BnSvg = 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 40 40", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M20 40C31.0457 40 40 31.0457 40 20C40 8.9543 31.0457 0 20 0C8.9543 0 0 8.9543 0 20C0 31.0457 8.9543 40 20 40Z", fill: "#496E2D" }), (0, jsx_runtime_1.jsx)("path", { d: "M15.6522 28.6956C20.4547 28.6956 24.3479 24.8024 24.3479 20C24.3479 15.1975 20.4547 11.3043 15.6522 11.3043C10.8498 11.3043 6.95661 15.1975 6.95661 20C6.95661 24.8024 10.8498 28.6956 15.6522 28.6956Z", fill: "#D80027" })] })));
|
|
19
|
+
};
|
|
20
|
+
exports.BnSvg = BnSvg;
|
|
@@ -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.BsSvg = void 0;
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
|
+
var BsSvg = function (props) {
|
|
17
|
+
var _a = props.width, width = _a === void 0 ? '40' : _a, _b = props.height, height = _b === void 0 ? '40' : _b, classes = props.classes;
|
|
18
|
+
return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 40 40", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsxs)("g", __assign({ clipPath: "url(#clip0_1311_27207)" }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M20 40C31.0457 40 40 31.0457 40 20C40 8.9543 31.0457 0 20 0C8.9543 0 0 8.9543 0 20C0 31.0457 8.9543 40 20 40Z", fill: "white" }), (0, jsx_runtime_1.jsx)("path", { d: "M20 0C12.9086 0 6.67969 3.69086 3.12844 9.25617L30.2502 37.1757C36.0895 33.6834 40 27.2987 40 20C40 8.95438 31.0456 0 20 0Z", fill: "#FFDA44" }), (0, jsx_runtime_1.jsx)("path", { d: "M40 20C40 14.8108 38.0236 10.0836 34.7826 6.52904V33.471C38.0236 29.9164 40 25.1892 40 20Z", fill: "#0052B4" }), (0, jsx_runtime_1.jsx)("path", { d: "M24.9835 37.6464L27.0784 37.645L27.7247 35.6521L28.3733 37.6443L29.4241 37.6436C30.0684 37.2987 30.6916 36.9196 31.2913 36.5086L3.49133 8.70871C3.0332 9.37715 2.61539 10.0751 2.23969 10.7986L2.48672 11.5573L4.58164 11.556L2.88758 12.7884L3.53617 14.7805L1.84055 13.5502L0.829219 14.2858C0.290078 16.0964 0 18.0143 0 20C0 31.0457 8.95437 40 20 40C22.3353 40 24.5768 39.5991 26.6602 38.8632L24.9835 37.6464ZM4.46086 19.1305L5.10695 17.1377L3.41148 15.9072L5.50641 15.9059L6.15258 13.913L6.80117 15.9051L8.89609 15.9038L7.20195 17.1362L7.85055 19.1283L6.15492 17.898L4.46086 19.1305ZM8.77531 23.4783L9.42141 21.4855L7.72594 20.255L9.82086 20.2537L10.467 18.2608L11.1156 20.2529L13.2105 20.2516L11.5165 21.484L12.1651 23.4761L10.4695 22.2458L8.77531 23.4783ZM13.0897 27.8261L13.7358 25.8333L12.0403 24.6028L14.1352 24.6015L14.7814 22.6086L15.43 24.6007L17.5249 24.5994L15.8309 25.8318L16.4795 27.8239L14.7838 26.5935L13.0897 27.8261ZM19.0982 30.9415L17.4041 32.1739L18.0502 30.1811L16.3547 28.9507L18.4496 28.9493L19.0959 26.9564L19.7445 28.9486L21.8394 28.9472L20.1453 30.1796L20.7939 32.1718L19.0982 30.9415ZM21.7185 36.5218L22.3646 34.5289L20.6691 33.2985L22.7641 33.2971L23.4102 31.3043L24.0588 33.2964L26.1538 33.295L24.4597 34.5275L25.1083 36.5196L23.4127 35.2891L21.7185 36.5218Z", fill: "#0052B4" })] })), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { children: (0, jsx_runtime_1.jsx)("rect", { width: "40", height: "40", fill: "white" }) }) })] })));
|
|
19
|
+
};
|
|
20
|
+
exports.BsSvg = BsSvg;
|
|
@@ -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.ChSvg = void 0;
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
|
+
var ChSvg = function (props) {
|
|
17
|
+
var _a = props.width, width = _a === void 0 ? '40' : _a, _b = props.height, height = _b === void 0 ? '40' : _b, classes = props.classes;
|
|
18
|
+
return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 40 40", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsxs)("g", __assign({ clipPath: "url(#clip0_1311_27364)" }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M20 40C31.0457 40 40 31.0457 40 20C40 8.9543 31.0457 0 20 0C8.9543 0 0 8.9543 0 20C0 31.0457 8.9543 40 20 40Z", fill: "#D80027" }), (0, jsx_runtime_1.jsx)("path", { d: "M10.9453 12.1719L12.6719 17.4844H18.2578L13.7422 20.7734L15.4688 26.0859L10.9453 22.8047L6.42188 26.0859L8.15625 20.7734L3.63281 17.4844H9.21875L10.9453 12.1719Z", fill: "#FFDA44" }), (0, jsx_runtime_1.jsx)("path", { d: "M23.711 30.9766L22.3907 29.3516L20.4375 30.1094L21.5704 28.3516L20.25 26.7188L22.2735 27.2578L23.4141 25.5L23.5235 27.5938L25.5547 28.1328L23.5938 28.8828L23.711 30.9766Z", fill: "#FFDA44" }), (0, jsx_runtime_1.jsx)("path", { d: "M26.336 26.2109L26.961 24.2109L25.2501 23L27.3438 22.9688L27.961 20.9688L28.6407 22.9531L30.7344 22.9297L29.0547 24.1797L29.7266 26.1641L28.0157 24.9531L26.336 26.2109Z", fill: "#FFDA44" }), (0, jsx_runtime_1.jsx)("path", { d: "M29.8749 14.6797L28.9531 16.5625L30.4531 18.0234L28.3828 17.7266L27.4609 19.6016L27.1015 17.5391L25.0234 17.2422L26.8828 16.2656L26.5234 14.1953L28.0234 15.6562L29.8749 14.6797Z", fill: "#FFDA44" }), (0, jsx_runtime_1.jsx)("path", { d: "M23.7657 8.97656L23.6095 11.0625L25.5548 11.8516L23.5157 12.3516L23.3673 14.4453L22.2657 12.6641L20.2266 13.1641L21.5782 11.5625L20.4688 9.78906L22.4141 10.5781L23.7657 8.97656Z", fill: "#FFDA44" })] })), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { children: (0, jsx_runtime_1.jsx)("rect", { width: "40", height: "40", fill: "white" }) }) })] })));
|
|
19
|
+
};
|
|
20
|
+
exports.ChSvg = ChSvg;
|
|
@@ -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.DeSvg = void 0;
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
|
+
var DeSvg = 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 40 40", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsxs)("g", __assign({ clipPath: "url(#clip0_1311_27676)" }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M1.24401 26.9565C4.06987 34.5724 11.4007 40 20 40C28.5993 40 35.9302 34.5724 38.756 26.9565L20 25.2174L1.24401 26.9565Z", fill: "#FFDA44" }), (0, jsx_runtime_1.jsx)("path", { d: "M20 0C11.4007 0 4.06987 5.4275 1.24401 13.0435L20 14.7826L38.756 13.0434C35.9302 5.4275 28.5993 0 20 0Z", fill: "black" }), (0, jsx_runtime_1.jsx)("path", { d: "M1.24398 13.0435C0.440078 15.2101 0 17.5535 0 19.9999C0 22.4463 0.440078 24.7898 1.24398 26.9564H38.7561C39.56 24.7898 40 22.4463 40 19.9999C40 17.5535 39.56 15.2101 38.756 13.0435H1.24398Z", fill: "#D80027" })] })), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { children: (0, jsx_runtime_1.jsx)("rect", { width: "40", height: "40", fill: "white" }) }) })] })));
|
|
19
|
+
};
|
|
20
|
+
exports.DeSvg = DeSvg;
|
|
@@ -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.EnSvg = void 0;
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
|
+
var EnSvg = 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 40 40", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M20 40C31.0457 40 40 31.0457 40 20C40 8.9543 31.0457 0 20 0C8.9543 0 0 8.9543 0 20C0 31.0457 8.9543 40 20 40Z", fill: "white" }), (0, jsx_runtime_1.jsx)("path", { d: "M39.8307 17.3913H22.6088H22.6087V0.169297C21.7548 0.058125 20.8841 0 20 0C19.1159 0 18.2452 0.058125 17.3913 0.169297V17.3912V17.3913H0.169297C0.058125 18.2452 0 19.1157 0 20C0 20.8843 0.058125 21.7548 0.169297 22.6087H17.3912H17.3913V39.8307C18.2452 39.9419 19.1159 40 20 40C20.8841 40 21.7548 39.942 22.6087 39.8307V22.6088V22.6087H39.8307C39.9419 21.7548 40 20.8843 40 20C40 19.1157 39.9419 18.2452 39.8307 17.3913Z", fill: "#D80027" })] })));
|
|
19
|
+
};
|
|
20
|
+
exports.EnSvg = EnSvg;
|
|
@@ -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.EsSvg = void 0;
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
|
+
var EsSvg = 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 40 40", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M0 19.9999C0 22.4464 0.440078 24.7898 1.24398 26.9564L20 28.6956L38.756 26.9564C39.5599 24.7898 40 22.4464 40 19.9999C40 17.5535 39.5599 15.2101 38.756 13.0435L20 11.3043L1.24398 13.0435C0.440078 15.2101 0 17.5535 0 19.9999Z", fill: "#FFDA44" }), (0, jsx_runtime_1.jsx)("path", { d: "M38.756 13.0435C35.9302 5.42758 28.5993 0 20 0C11.4007 0 4.06987 5.42758 1.24401 13.0435H38.756Z", fill: "#D80027" }), (0, jsx_runtime_1.jsx)("path", { d: "M1.24401 26.9565C4.06987 34.5725 11.4007 40.0001 20 40.0001C28.5993 40.0001 35.9302 34.5725 38.756 26.9565H1.24401Z", fill: "#D80027" })] })));
|
|
19
|
+
};
|
|
20
|
+
exports.EsSvg = EsSvg;
|
|
@@ -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.FrSvg = void 0;
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
|
+
var FrSvg = function (props) {
|
|
17
|
+
var _a = props.width, width = _a === void 0 ? '40' : _a, _b = props.height, height = _b === void 0 ? '40' : _b, classes = props.classes;
|
|
18
|
+
return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 40 40", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsxs)("g", __assign({ clipPath: "url(#clip0_1311_27640)" }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M20 40C31.0457 40 40 31.0457 40 20C40 8.9543 31.0457 0 20 0C8.9543 0 0 8.9543 0 20C0 31.0457 8.9543 40 20 40Z", fill: "white" }), (0, jsx_runtime_1.jsx)("path", { d: "M40 20C40 11.4007 34.5725 4.06988 26.9565 1.24402V38.7561C34.5725 35.9302 40 28.5993 40 20Z", fill: "#D80027" }), (0, jsx_runtime_1.jsx)("path", { d: "M0 20C0 28.5993 5.42758 35.9302 13.0435 38.7561V1.24402C5.42758 4.06988 0 11.4007 0 20Z", fill: "#0052B4" })] })), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { children: (0, jsx_runtime_1.jsx)("rect", { width: "40", height: "40", fill: "white" }) }) })] })));
|
|
19
|
+
};
|
|
20
|
+
exports.FrSvg = FrSvg;
|
|
@@ -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.HiSvg = void 0;
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
|
+
var HiSvg = 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 40 40", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsxs)("g", __assign({ clipPath: "url(#clip0_1311_27814)" }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M20 40C31.0457 40 40 31.0457 40 20C40 8.9543 31.0457 0 20 0C8.9543 0 0 8.9543 0 20C0 31.0457 8.9543 40 20 40Z", fill: "white" }), (0, jsx_runtime_1.jsx)("path", { d: "M20 0C12.0708 0 5.21952 4.61445 1.98452 11.3044H38.0154C34.7805 4.61445 27.9291 0 20 0Z", fill: "#FF9811" }), (0, jsx_runtime_1.jsx)("path", { d: "M20 40.0001C27.9291 40.0001 34.7805 35.3856 38.0155 28.6957H1.98452C5.21952 35.3856 12.0708 40.0001 20 40.0001Z", fill: "#6DA544" }), (0, jsx_runtime_1.jsx)("path", { d: "M20 26.9564C23.842 26.9564 26.9565 23.8419 26.9565 19.9999C26.9565 16.158 23.842 13.0435 20 13.0435C16.158 13.0435 13.0435 16.158 13.0435 19.9999C13.0435 23.8419 16.158 26.9564 20 26.9564Z", fill: "#0052B4" }), (0, jsx_runtime_1.jsx)("path", { d: "M20 24.3478C22.4012 24.3478 24.3478 22.4012 24.3478 20C24.3478 17.5987 22.4012 15.6522 20 15.6522C17.5988 15.6522 15.6522 17.5987 15.6522 20C15.6522 22.4012 17.5988 24.3478 20 24.3478Z", fill: "white" }), (0, jsx_runtime_1.jsx)("path", { d: "M20 14.6348L21.3413 17.6769L24.6463 17.3174L22.6826 20L24.6463 22.6826L21.3413 22.3231L20 25.3651L18.6587 22.3231L15.3537 22.6825L17.3174 20L15.3537 17.3174L18.6587 17.6769L20 14.6348Z", fill: "#0052B4" })] })), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { children: (0, jsx_runtime_1.jsx)("rect", { width: "40", height: "40", fill: "white" }) }) })] })));
|
|
19
|
+
};
|
|
20
|
+
exports.HiSvg = HiSvg;
|
|
@@ -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.ItSvg = void 0;
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
|
+
var ItSvg = 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 40 40", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M20 40C31.0457 40 40 31.0457 40 20C40 8.9543 31.0457 0 20 0C8.9543 0 0 8.9543 0 20C0 31.0457 8.9543 40 20 40Z", fill: "white" }), (0, jsx_runtime_1.jsx)("path", { d: "M40 20C40 11.4007 34.5725 4.06988 26.9565 1.24402V38.7561C34.5725 35.9302 40 28.5993 40 20Z", fill: "#D80027" }), (0, jsx_runtime_1.jsx)("path", { d: "M0 20C0 28.5993 5.4275 35.9302 13.0435 38.7561V1.24402C5.4275 4.06988 0 11.4007 0 20Z", fill: "#6DA544" })] })));
|
|
19
|
+
};
|
|
20
|
+
exports.ItSvg = ItSvg;
|
|
@@ -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.KoSvg = void 0;
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
|
+
var KoSvg = function (props) {
|
|
17
|
+
var _a = props.width, width = _a === void 0 ? '40' : _a, _b = props.height, height = _b === void 0 ? '40' : _b, classes = props.classes;
|
|
18
|
+
return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 40 40", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsxs)("g", __assign({ clipPath: "url(#clip0_1311_28506)" }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M20 40C31.0457 40 40 31.0457 40 20C40 8.9543 31.0457 0 20 0C8.9543 0 0 8.9543 0 20C0 31.0457 8.9543 40 20 40Z", fill: "white" }), (0, jsx_runtime_1.jsx)("path", { d: "M26.9565 19.9999C26.9565 21.7391 23.8419 26.0869 20 26.0869C16.158 26.0869 13.0435 21.7391 13.0435 19.9999C13.0435 16.1579 16.158 13.0435 20 13.0435C23.8419 13.0435 26.9565 16.1579 26.9565 19.9999Z", fill: "#D80027" }), (0, jsx_runtime_1.jsx)("path", { d: "M26.9565 20C26.9565 23.842 23.8419 26.9565 20 26.9565C16.158 26.9565 13.0435 23.842 13.0435 20", fill: "#0052B4" }), (0, jsx_runtime_1.jsx)("path", { d: "M29.2229 24.3042L27.3783 26.1488L28.608 27.3785L30.4526 25.534L29.2229 24.3042Z", fill: "black" }), (0, jsx_runtime_1.jsx)("path", { d: "M26.1481 27.3788L24.3035 29.2234L25.5333 30.4531L27.3779 28.6085L26.1481 27.3788Z", fill: "black" }), (0, jsx_runtime_1.jsx)("path", { d: "M32.9126 27.9927L31.068 29.8373L32.2977 31.067L34.1423 29.2224L32.9126 27.9927Z", fill: "black" }), (0, jsx_runtime_1.jsx)("path", { d: "M29.8378 31.0678L27.9932 32.9124L29.223 34.1421L31.0676 32.2975L29.8378 31.0678Z", fill: "black" }), (0, jsx_runtime_1.jsx)("path", { d: "M31.0676 26.1486L29.223 27.9932L30.4528 29.2229L32.2974 27.3783L31.0676 26.1486Z", fill: "black" }), (0, jsx_runtime_1.jsx)("path", { d: "M27.9937 29.2232L26.1491 31.0677L27.3788 32.2975L29.2234 30.4529L27.9937 29.2232Z", fill: "black" }), (0, jsx_runtime_1.jsx)("path", { d: "M26.1496 8.93178L31.0686 13.8507L32.2983 12.621L27.3794 7.70203L26.1496 8.93178Z", fill: "black" }), (0, jsx_runtime_1.jsx)("path", { d: "M24.3049 10.7771L26.1495 12.6217L27.3792 11.392L25.5346 9.54742L24.3049 10.7771Z", fill: "black" }), (0, jsx_runtime_1.jsx)("path", { d: "M27.3789 13.8512L29.2234 15.6958L30.4531 14.4661L28.6085 12.6215L27.3789 13.8512Z", fill: "black" }), (0, jsx_runtime_1.jsx)("path", { d: "M27.9925 7.0879L29.8371 8.9325L31.0668 7.70275L29.2223 5.85816L27.9925 7.0879Z", fill: "black" }), (0, jsx_runtime_1.jsx)("path", { d: "M31.0681 10.1624L32.9127 12.007L34.1425 10.7772L32.2979 8.93262L31.0681 10.1624Z", fill: "black" }), (0, jsx_runtime_1.jsx)("path", { d: "M12.0066 32.9126L7.08771 27.9937L5.85796 29.2234L10.7769 34.1423L12.0066 32.9126Z", fill: "black" }), (0, jsx_runtime_1.jsx)("path", { d: "M13.8509 31.0674L12.0063 29.2228L10.7766 30.4525L12.6212 32.2971L13.8509 31.0674Z", fill: "black" }), (0, jsx_runtime_1.jsx)("path", { d: "M10.7766 27.9933L8.93205 26.1487L7.70231 27.3784L9.5469 29.223L10.7766 27.9933Z", fill: "black" }), (0, jsx_runtime_1.jsx)("path", { d: "M15.6957 29.2229L10.7768 24.304L9.54705 25.5337L14.466 30.4526L15.6957 29.2229Z", fill: "black" }), (0, jsx_runtime_1.jsx)("path", { d: "M7.08759 12.0065L12.0065 7.08752L10.7768 5.85778L5.85785 10.7767L7.08759 12.0065Z", fill: "black" }), (0, jsx_runtime_1.jsx)("path", { d: "M8.93159 13.8506L13.8505 8.93164L12.6208 7.70189L7.70185 12.6208L8.93159 13.8506Z", fill: "black" }), (0, jsx_runtime_1.jsx)("path", { d: "M10.7773 15.696L15.6962 10.7771L14.4666 9.54741L9.54762 14.4663L10.7773 15.696Z", fill: "black" })] })), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { children: (0, jsx_runtime_1.jsx)("rect", { width: "40", height: "40", fill: "white" }) }) })] })));
|
|
19
|
+
};
|
|
20
|
+
exports.KoSvg = KoSvg;
|
|
@@ -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.KzSvg = void 0;
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
|
+
var KzSvg = function (props) {
|
|
17
|
+
var _a = props.width, width = _a === void 0 ? '40' : _a, _b = props.height, height = _b === void 0 ? '40' : _b, classes = props.classes;
|
|
18
|
+
return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 40 40", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M20 40C31.0457 40 40 31.0457 40 20C40 8.9543 31.0457 0 20 0C8.9543 0 0 8.9543 0 20C0 31.0457 8.9543 40 20 40Z", fill: "#338AF3" }), (0, jsx_runtime_1.jsx)("path", { d: "M31.3044 20.2175H8.69563C8.69563 21.7783 10.0551 23.0436 11.6158 23.0436H11.5217C11.5217 24.6044 12.787 25.8697 14.3478 25.8697C14.3478 27.4305 15.613 28.6957 17.1739 28.6957H22.8261C24.3869 28.6957 25.6522 27.4305 25.6522 25.8697C27.213 25.8697 28.4783 24.6044 28.4783 23.0436H28.3842C29.9448 23.0436 31.3044 21.7783 31.3044 20.2175Z", fill: "#FFDA44" }), (0, jsx_runtime_1.jsx)("path", { d: "M27.8261 16.5217C27.8261 20.8439 24.3222 24.3478 20 24.3478C15.6777 24.3478 12.1739 20.8439 12.1739 16.5217", fill: "#338AF3" }), (0, jsx_runtime_1.jsx)("path", { d: "M25.9777 16.5217L23.5352 17.6707L24.8359 20.0363L22.1835 19.5289L21.8474 22.2082L20 20.2375L18.1525 22.2082L17.8165 19.5289L15.1641 20.0361L16.4648 17.6706L14.0223 16.5217L16.4648 15.3728L15.1641 13.0072L17.8164 13.5146L18.1526 10.8352L20 12.8059L21.8475 10.8352L22.1835 13.5146L24.8359 13.0072L23.5352 15.3729L25.9777 16.5217Z", fill: "#FFDA44" })] })));
|
|
19
|
+
};
|
|
20
|
+
exports.KzSvg = KzSvg;
|
|
@@ -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.NoSvg = void 0;
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
|
+
var NoSvg = function (props) {
|
|
17
|
+
var _a = props.width, width = _a === void 0 ? '40' : _a, _b = props.height, height = _b === void 0 ? '40' : _b, classes = props.classes;
|
|
18
|
+
return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 40 40", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsxs)("g", __assign({ clipPath: "url(#clip0_1311_28174)" }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M20 40C31.0457 40 40 31.0457 40 20C40 8.9543 31.0457 0 20 0C8.9543 0 0 8.9543 0 20C0 31.0457 8.9543 40 20 40Z", fill: "white" }), (0, jsx_runtime_1.jsx)("path", { d: "M0.688988 25.2174C1.84618 29.5111 4.39657 33.2325 7.8261 35.8676V25.2174H0.688988Z", fill: "#D80027" }), (0, jsx_runtime_1.jsx)("path", { d: "M18.2608 39.9239C18.8341 39.9733 19.4139 40 20 40C29.2405 40 37.016 33.7327 39.311 25.2174H18.2608V39.9239Z", fill: "#D80027" }), (0, jsx_runtime_1.jsx)("path", { d: "M39.311 14.7826C37.016 6.26727 29.2405 0 20 0C19.4139 0 18.8341 0.0267187 18.2608 0.0760937V14.7826H39.311Z", fill: "#D80027" }), (0, jsx_runtime_1.jsx)("path", { d: "M7.8261 4.13242C4.39657 6.76757 1.84618 10.4889 0.688988 14.7826H7.8261V4.13242Z", fill: "#D80027" }), (0, jsx_runtime_1.jsx)("path", { d: "M39.8307 17.3913H15.6523H15.6522V0.475403C13.8039 0.885247 12.0516 1.54954 10.4348 2.43181V17.3912V17.3913H0.169297C0.0579688 18.2452 0 19.1159 0 20C0 20.8842 0.0579688 21.7548 0.169297 22.6087H10.4347H10.4348V37.5681C12.0516 38.4503 13.8039 39.1148 15.6522 39.5245V22.6089V22.6088H39.8307C39.9419 21.7548 40 20.8842 40 20C40 19.1159 39.9419 18.2452 39.8307 17.3913Z", fill: "#0052B4" })] })), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { children: (0, jsx_runtime_1.jsx)("rect", { width: "40", height: "40", fill: "white" }) }) })] })));
|
|
19
|
+
};
|
|
20
|
+
exports.NoSvg = NoSvg;
|
|
@@ -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.PtSvg = void 0;
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
|
+
var PtSvg = 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.jsx)("svg", __assign({ width: width, height: height, viewBox: "0 0 40 40", fill: "none", className: classes }, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ clipPath: "url(#clip0_1311_27219)" }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M20 40C31.0457 40 40 31.0457 40 20C40 8.9543 31.0457 0 20 0C8.9543 0 0 8.9543 0 20C0 31.0457 8.9543 40 20 40Z", fill: "#6DA544" }), (0, jsx_runtime_1.jsx)("path", { d: "M20 7.82605L36.5217 20L20 32.1739L3.47831 20L20 7.82605Z", fill: "#FFDA44" }), (0, jsx_runtime_1.jsx)("path", { d: "M20 26.9564C23.8419 26.9564 26.9565 23.8419 26.9565 19.9999C26.9565 16.158 23.8419 13.0435 20 13.0435C16.158 13.0435 13.0435 16.158 13.0435 19.9999C13.0435 23.8419 16.158 26.9564 20 26.9564Z", fill: "white" }), (0, jsx_runtime_1.jsx)("path", { d: "M16.5217 19.5652C15.312 19.5652 14.1446 19.7492 13.0457 20.0906C13.0944 23.8906 16.1884 26.9565 20 26.9565C22.3569 26.9565 24.4384 25.7833 25.6968 23.9903C23.5439 21.2952 20.2313 19.5652 16.5217 19.5652Z", fill: "#0052B4" }), (0, jsx_runtime_1.jsx)("path", { d: "M26.8276 21.3328C26.9113 20.9012 26.9566 20.456 26.9566 19.9999C26.9566 16.1579 23.842 13.0435 20.0001 13.0435C17.1334 13.0435 14.6724 14.7779 13.6074 17.2543C14.5488 17.0592 15.5235 16.9565 16.5219 16.9565C20.5623 16.9564 24.2174 18.636 26.8276 21.3328Z", fill: "#0052B4" })] })) })));
|
|
19
|
+
};
|
|
20
|
+
exports.PtSvg = PtSvg;
|
|
@@ -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.RoSvg = void 0;
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
|
+
var RoSvg = function (props) {
|
|
17
|
+
var _a = props.width, width = _a === void 0 ? '40' : _a, _b = props.height, height = _b === void 0 ? '40' : _b, classes = props.classes;
|
|
18
|
+
return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 40 40", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsxs)("g", __assign({ clipPath: "url(#clip0_1311_28307)" }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M26.9565 1.24391C24.7898 0.440078 22.4464 1.03982e-08 20 1.03982e-08C17.5536 -7.81146e-05 15.2102 0.440078 13.0435 1.24391L11.3044 19.9999L13.0435 38.7559C15.2101 39.56 17.5535 40 20 40C22.4463 40 24.7898 39.56 26.9565 38.7559L28.6955 20L26.9565 1.24391Z", fill: "#FFDA44" }), (0, jsx_runtime_1.jsx)("path", { d: "M40 20C40 11.4008 34.5725 4.06977 26.9565 1.24399V38.7562C34.5725 35.9301 39.9999 28.5994 40 20Z", fill: "#D80027" }), (0, jsx_runtime_1.jsx)("path", { d: "M0 19.9999C0 28.5994 5.4275 35.9301 13.0434 38.7561L13.0434 1.24405C5.4275 4.06983 0 11.4006 0 19.9999Z", fill: "#0052B4" })] })), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { children: (0, jsx_runtime_1.jsx)("rect", { width: "40", height: "40", fill: "white" }) }) })] })));
|
|
19
|
+
};
|
|
20
|
+
exports.RoSvg = RoSvg;
|
|
@@ -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.RuSvg = void 0;
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
|
+
var RuSvg = 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 40 40", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M0 40H40V26H0V40Z", fill: "#D80027" }), (0, jsx_runtime_1.jsx)("path", { d: "M40 27C40 27 40 22.1375 40 19.5C40 16.8625 40 12 40 12H0C0 12 0 16.8625 0 19.5C0 22.1375 0 27 0 27H20H40Z", fill: "#0052B4" }), (0, jsx_runtime_1.jsx)("rect", { width: "40", height: "13", fill: "white" })] })));
|
|
19
|
+
};
|
|
20
|
+
exports.RuSvg = RuSvg;
|
|
@@ -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.TrSvg = void 0;
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
|
+
var TrSvg = 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 40 40", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M20 40C31.0457 40 40 31.0457 40 20C40 8.9543 31.0457 0 20 0C8.9543 0 0 8.9543 0 20C0 31.0457 8.9543 40 20 40Z", fill: "#D80027" }), (0, jsx_runtime_1.jsx)("path", { d: "M19.1811 16.3427L20.8221 18.604L23.4797 17.7423L21.8361 20.0016L23.4768 22.2629L20.8202 21.3979L19.1767 23.6573L19.1784 20.8634L16.5217 19.9984L19.1793 19.1367L19.1811 16.3427Z", fill: "white" }), (0, jsx_runtime_1.jsx)("path", { d: "M14.7026 25.6522C11.5811 25.6522 9.05045 23.1216 9.05045 20C9.05045 16.8785 11.5811 14.3478 14.7026 14.3478C15.6759 14.3478 16.5917 14.594 17.3912 15.0272C16.1369 13.8005 14.4215 13.0435 12.5287 13.0435C8.6867 13.0435 5.57225 16.158 5.57225 19.9999C5.57225 23.8419 8.68678 26.9564 12.5287 26.9564C14.4217 26.9564 16.137 26.1993 17.3912 24.9727C16.5917 25.406 15.6759 25.6522 14.7026 25.6522Z", fill: "white" })] })));
|
|
19
|
+
};
|
|
20
|
+
exports.TrSvg = TrSvg;
|
|
@@ -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.UkrSvg = void 0;
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
|
+
var UkrSvg = 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 40 40", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M20 40C31.0457 40 40 31.0457 40 20C40 8.9543 31.0457 0 20 0C8.9543 0 0 8.9543 0 20C0 31.0457 8.9543 40 20 40Z", fill: "#FFDA44" }), (0, jsx_runtime_1.jsx)("path", { d: "M0 20C0 8.95437 8.95437 0 20 0C31.0456 0 40 8.95437 40 20", fill: "#338AF3" })] })));
|
|
19
|
+
};
|
|
20
|
+
exports.UkrSvg = UkrSvg;
|
|
@@ -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.UzSvg = void 0;
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
|
+
var UzSvg = 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.jsx)("svg", __assign({ width: width, height: height, viewBox: "0 0 40 40", fill: "none", className: classes }, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ clipPath: "url(#clip0_1311_28826)" }, { children: [(0, jsx_runtime_1.jsx)("rect", { y: "26", width: "40", height: "14", fill: "#6DA544" }), (0, jsx_runtime_1.jsx)("rect", { width: "40", height: "14", fill: "#338AF3" }), (0, jsx_runtime_1.jsx)("rect", { y: "13.9131", width: "40", height: "1.739", fill: "#D80027" }), (0, jsx_runtime_1.jsx)("rect", { y: "24.3477", width: "40", height: "1.739", fill: "#D80027" }), (0, jsx_runtime_1.jsx)("rect", { y: "15.6521", width: "40", height: "8.69553", fill: "white" }), (0, jsx_runtime_1.jsx)("path", { d: "M0.944375 13.9131C0.331719 15.8324 -7.81112e-05 17.8772 1.37933e-08 19.9998C-7.81112e-05 22.1224 0.331797 24.1674 0.944453 26.0867L20 26.9564L39.0555 26.0869C39.6681 24.1674 40.0001 22.1224 40.0001 19.9999C40 17.8773 39.6682 15.8324 39.0555 13.913L20 13.0435L0.944375 13.9131Z", fill: "white" }), (0, jsx_runtime_1.jsx)("path", { d: "M39.0554 13.9131L19.9999 13.0436L0.944277 13.9131C0.762714 14.4822 0.606386 15.0624 0.47537 15.6523H39.5241C39.3933 15.0623 39.237 14.482 39.0554 13.9131Z", fill: "#D80027" }), (0, jsx_runtime_1.jsx)("path", { d: "M0.475613 24.3477C0.606472 24.9376 0.7628 25.5177 0.944363 26.0868L0.946238 26.0869L19.9998 26.9564L39.0554 26.0869C39.2369 25.5178 39.3933 24.9376 39.5242 24.3477H0.475613Z", fill: "#D80027" }), (0, jsx_runtime_1.jsx)("path", { d: "M20.0555 39.9999C28.9786 39.9999 36.5356 34.1559 39.111 26.0869H1C3.57539 34.1558 11.1326 39.9999 20.0555 39.9999Z", fill: "#6DA544" }), (0, jsx_runtime_1.jsx)("path", { d: "M19.9999 0.000122071C11.0769 0.000200196 3.51991 5.84418 0.944363 13.9132L39.0554 13.9132C36.4801 5.84411 28.923 4.39461e-05 19.9999 0.000122071Z", fill: "#338AF3" }), (0, jsx_runtime_1.jsx)("path", { d: "M9.13951 8.26093C9.13951 6.38773 10.456 4.82288 12.214 4.43898C11.9439 4.37991 11.6635 4.34796 11.3755 4.34796C9.21443 4.34796 7.46248 6.09983 7.46248 8.261C7.46248 10.4222 9.21427 12.174 11.3755 12.174C11.6635 12.174 11.9438 12.142 12.214 12.083C10.4561 11.699 9.13951 10.1341 9.13951 8.26093Z", fill: "white" }), (0, jsx_runtime_1.jsx)("path", { d: "M14.5269 10.0397L14.7917 10.8549H15.6489L14.9555 11.3588L15.2203 12.174L14.5269 11.6702L13.8333 12.174L14.0982 11.3588L13.4047 10.8549H14.2619L14.5269 10.0397Z", fill: "white" }), (0, jsx_runtime_1.jsx)("path", { d: "M17.2628 10.0397L17.5277 10.8549H18.3849L17.6914 11.3588L17.9563 12.174L17.2628 11.6702L16.5693 12.174L16.8342 11.3588L16.1407 10.8549H16.9978L17.2628 10.0397Z", fill: "white" }), (0, jsx_runtime_1.jsx)("path", { d: "M19.9988 10.0397L20.2637 10.8549H21.1209L20.4274 11.3588L20.6922 12.174L19.9988 11.6702L19.3052 12.174L19.5702 11.3588L18.8766 10.8549H19.7339L19.9988 10.0397Z", fill: "white" }), (0, jsx_runtime_1.jsx)("path", { d: "M22.7348 10.0397L22.9997 10.8549H23.8569L23.1634 11.3588L23.4283 12.174L22.7348 11.6702L22.0412 12.174L22.3062 11.3588L21.6126 10.8549H22.4698L22.7348 10.0397Z", fill: "white" }), (0, jsx_runtime_1.jsx)("path", { d: "M25.4708 10.0397L25.7357 10.8549H26.5929L25.8994 11.3588L26.1644 12.174L25.4708 11.6702L24.7772 12.174L25.0422 11.3588L24.3487 10.8549H25.2058L25.4708 10.0397Z", fill: "white" }), (0, jsx_runtime_1.jsx)("path", { d: "M17.2628 7.19379L17.5277 8.00894H18.3849L17.6914 8.51293L17.9563 9.32808L17.2628 8.82425L16.5693 9.32808L16.8342 8.51293L16.1407 8.00894H16.9978L17.2628 7.19379Z", fill: "white" }), (0, jsx_runtime_1.jsx)("path", { d: "M19.9988 7.19379L20.2637 8.00894H21.1209L20.4274 8.51293L20.6922 9.32808L19.9988 8.82425L19.3052 9.32808L19.5702 8.51293L18.8766 8.00894H19.7339L19.9988 7.19379Z", fill: "white" }), (0, jsx_runtime_1.jsx)("path", { d: "M22.7348 7.19379L22.9997 8.00894H23.8569L23.1634 8.51293L23.4283 9.32808L22.7348 8.82425L22.0412 9.32808L22.3062 8.51293L21.6126 8.00894H22.4698L22.7348 7.19379Z", fill: "white" }), (0, jsx_runtime_1.jsx)("path", { d: "M25.4708 7.19379L25.7357 8.00894H26.5929L25.8994 8.51293L26.1644 9.32808L25.4708 8.82425L24.7772 9.32808L25.0422 8.51293L24.3487 8.00894H25.2058L25.4708 7.19379Z", fill: "white" }), (0, jsx_runtime_1.jsx)("path", { d: "M19.9988 4.34784L20.2637 5.16315H21.1209L20.4274 5.66698L20.6922 6.48229L19.9988 5.97846L19.3052 6.48229L19.5702 5.66698L18.8766 5.16315H19.7339L19.9988 4.34784Z", fill: "white" }), (0, jsx_runtime_1.jsx)("path", { d: "M22.7348 4.34784L22.9997 5.16315H23.8569L23.1634 5.66698L23.4283 6.48229L22.7348 5.97846L22.0412 6.48229L22.3062 5.66698L21.6126 5.16315H22.4698L22.7348 4.34784Z", fill: "white" }), (0, jsx_runtime_1.jsx)("path", { d: "M25.4708 4.34784L25.7357 5.16315H26.5929L25.8994 5.66698L26.1644 6.48229L25.4708 5.97846L24.7772 6.48229L25.0422 5.66698L24.3487 5.16315H25.2058L25.4708 4.34784Z", fill: "white" })] })) })));
|
|
19
|
+
};
|
|
20
|
+
exports.UzSvg = UzSvg;
|