@coin-voyage/paykit 0.0.2 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -7
- package/dist/assets/ScanIconWithLogos.d.ts +5 -0
- package/dist/assets/ScanIconWithLogos.js +32 -0
- package/dist/assets/ScanIconWithLogos.js.map +1 -0
- package/dist/assets/browsers.js +10 -0
- package/dist/assets/browsers.js.map +1 -0
- package/dist/assets/chains.d.ts +35 -0
- package/dist/assets/chains.js +104 -0
- package/dist/assets/chains.js.map +1 -0
- package/dist/assets/coin-voyage.d.ts +1 -0
- package/dist/assets/coin-voyage.js +3 -0
- package/dist/assets/coin-voyage.js.map +1 -0
- package/dist/assets/coins.d.ts +2 -0
- package/dist/assets/coins.js +4 -0
- package/dist/assets/coins.js.map +1 -0
- package/dist/assets/default-logo.d.ts +1 -0
- package/dist/assets/default-logo.js +2 -0
- package/dist/assets/default-logo.js.map +1 -0
- package/dist/assets/icons.d.ts +27 -0
- package/dist/assets/icons.js +41 -0
- package/dist/assets/icons.js.map +1 -0
- package/dist/assets/logos.d.ts +185 -0
- package/dist/assets/logos.js +128 -0
- package/dist/assets/logos.js.map +1 -0
- package/dist/assets/wallet.js +5 -0
- package/dist/assets/wallet.js.map +1 -0
- package/dist/assets/wave.js +3 -0
- package/dist/assets/wave.js.map +1 -0
- package/dist/components/Pages/About/graphics.js +188 -0
- package/dist/components/Pages/About/graphics.js.map +1 -0
- package/dist/components/Pages/About/index.js +144 -0
- package/dist/components/Pages/About/index.js.map +1 -0
- package/dist/components/Pages/About/styles.js +141 -0
- package/dist/components/Pages/About/styles.js.map +1 -0
- package/dist/components/Pages/Confirmation/index.d.ts +1 -0
- package/dist/components/Pages/Confirmation/index.js +120 -0
- package/dist/components/Pages/Confirmation/index.js.map +1 -0
- package/dist/components/Pages/Connectors/index.d.ts +1 -0
- package/dist/components/Pages/Connectors/index.js +18 -0
- package/dist/components/Pages/Connectors/index.js.map +1 -0
- package/dist/components/Pages/Connectors/styles.js +263 -0
- package/dist/components/Pages/Connectors/styles.js.map +1 -0
- package/dist/components/Pages/DownloadApp/index.js +28 -0
- package/dist/components/Pages/DownloadApp/index.js.map +1 -0
- package/dist/components/Pages/MobileConnectors/index.js +73 -0
- package/dist/components/Pages/MobileConnectors/index.js.map +1 -0
- package/dist/components/Pages/MobileConnectors/styles.js +62 -0
- package/dist/components/Pages/MobileConnectors/styles.js.map +1 -0
- package/dist/components/Pages/Onboarding/index.js +16 -0
- package/dist/components/Pages/Onboarding/index.js.map +1 -0
- package/dist/components/Pages/Onboarding/styles.js +226 -0
- package/dist/components/Pages/Onboarding/styles.js.map +1 -0
- package/dist/components/Pages/PayWithToken/index.js +169 -0
- package/dist/components/Pages/PayWithToken/index.js.map +1 -0
- package/dist/components/Pages/SelectMethod/index.js +94 -0
- package/dist/components/Pages/SelectMethod/index.js.map +1 -0
- package/dist/components/Pages/SelectMethod/styles.js +261 -0
- package/dist/components/Pages/SelectMethod/styles.js.map +1 -0
- package/dist/components/Pages/SelectToken/index.js +57 -0
- package/dist/components/Pages/SelectToken/index.js.map +1 -0
- package/dist/components/Pages/SwitchNetworks/index.js +24 -0
- package/dist/components/Pages/SwitchNetworks/index.js.map +1 -0
- package/dist/components/contexts/app/index.d.ts +8 -0
- package/dist/components/contexts/app/index.js +10 -0
- package/dist/components/contexts/app/index.js.map +1 -0
- package/dist/components/contexts/pay/index.js +10 -0
- package/dist/components/contexts/pay/index.js.map +1 -0
- package/dist/components/contexts/web3/index.js +26 -0
- package/dist/components/contexts/web3/index.js.map +1 -0
- package/dist/components/pay-button/index.d.ts +74 -0
- package/dist/components/pay-button/index.js +122 -0
- package/dist/components/pay-button/index.js.map +1 -0
- package/dist/components/pay-button/styles.js +12 -0
- package/dist/components/pay-button/styles.js.map +1 -0
- package/dist/components/pay-modal/ConnectUsing.js +21 -0
- package/dist/components/pay-modal/ConnectUsing.js.map +1 -0
- package/dist/components/pay-modal/ConnectWithInjector/index.js +209 -0
- package/dist/components/pay-modal/ConnectWithInjector/index.js.map +1 -0
- package/dist/components/pay-modal/ConnectWithInjector/styles.js +130 -0
- package/dist/components/pay-modal/ConnectWithInjector/styles.js.map +1 -0
- package/dist/components/pay-modal/ConnectWithQRCode.d.ts +2 -0
- package/dist/components/pay-modal/ConnectWithQRCode.js +56 -0
- package/dist/components/pay-modal/ConnectWithQRCode.js.map +1 -0
- package/dist/components/pay-modal/index.js +80 -0
- package/dist/components/pay-modal/index.js.map +1 -0
- package/dist/components/spinners/CircleSpinner/index.js +13 -0
- package/dist/components/spinners/CircleSpinner/index.js.map +1 -0
- package/dist/components/spinners/CircleSpinner/styles.js +115 -0
- package/dist/components/spinners/CircleSpinner/styles.js.map +1 -0
- package/dist/components/spinners/SquircleSpinner/index.js +13 -0
- package/dist/components/spinners/SquircleSpinner/index.js.map +1 -0
- package/dist/components/spinners/SquircleSpinner/styles.js +63 -0
- package/dist/components/spinners/SquircleSpinner/styles.js.map +1 -0
- package/dist/components/ui/Alert/index.js +8 -0
- package/dist/components/ui/Alert/index.js.map +1 -0
- package/dist/components/ui/Alert/styles.js +53 -0
- package/dist/components/ui/Alert/styles.js.map +1 -0
- package/dist/components/ui/Alert/types.js +2 -0
- package/dist/components/ui/Alert/types.js.map +1 -0
- package/dist/components/ui/Avatar/index.js +50 -0
- package/dist/components/ui/Avatar/index.js.map +1 -0
- package/dist/components/ui/Avatar/styles.js +56 -0
- package/dist/components/ui/Avatar/styles.js.map +1 -0
- package/dist/components/ui/BrowserIcon/index.js +30 -0
- package/dist/components/ui/BrowserIcon/index.js.map +1 -0
- package/dist/components/ui/BrowserIcon/styles.js +17 -0
- package/dist/components/ui/BrowserIcon/styles.js.map +1 -0
- package/dist/components/ui/BrowserIcon/types.js +2 -0
- package/dist/components/ui/BrowserIcon/types.js.map +1 -0
- package/dist/components/ui/Button/index.js +35 -0
- package/dist/components/ui/Button/index.js.map +1 -0
- package/dist/components/ui/Button/styles.js +288 -0
- package/dist/components/ui/Button/styles.js.map +1 -0
- package/dist/components/ui/Button/types.js +2 -0
- package/dist/components/ui/Button/types.js.map +1 -0
- package/dist/components/ui/ChainSelectList/index.js +106 -0
- package/dist/components/ui/ChainSelectList/index.js.map +1 -0
- package/dist/components/ui/ChainSelectList/styles.js +225 -0
- package/dist/components/ui/ChainSelectList/styles.js.map +1 -0
- package/dist/components/ui/ConnectorList/index.js +76 -0
- package/dist/components/ui/ConnectorList/index.js.map +1 -0
- package/dist/components/ui/ConnectorList/styles.js +311 -0
- package/dist/components/ui/ConnectorList/styles.js.map +1 -0
- package/dist/components/ui/CopyToClipboard/CopyToClipboardIcon.js +69 -0
- package/dist/components/ui/CopyToClipboard/CopyToClipboardIcon.js.map +1 -0
- package/dist/components/ui/CopyToClipboard/index.js +62 -0
- package/dist/components/ui/CopyToClipboard/index.js.map +1 -0
- package/dist/components/ui/CustomQRCode/QRCode.js +66 -0
- package/dist/components/ui/CustomQRCode/QRCode.js.map +1 -0
- package/dist/components/ui/CustomQRCode/index.js +20 -0
- package/dist/components/ui/CustomQRCode/index.js.map +1 -0
- package/dist/components/ui/CustomQRCode/styles.js +152 -0
- package/dist/components/ui/CustomQRCode/styles.js.map +1 -0
- package/dist/components/ui/CustomQRCode/types.js +2 -0
- package/dist/components/ui/CustomQRCode/types.js.map +1 -0
- package/dist/components/ui/DynamicContainer/index.js +7 -0
- package/dist/components/ui/DynamicContainer/index.js.map +1 -0
- package/dist/components/ui/FitText/index.js +25 -0
- package/dist/components/ui/FitText/index.js.map +1 -0
- package/dist/components/ui/Icon/index.js +3 -0
- package/dist/components/ui/Icon/index.js.map +1 -0
- package/dist/components/ui/LazyImage/index.js +18 -0
- package/dist/components/ui/LazyImage/index.js.map +1 -0
- package/dist/components/ui/Logo/index.js +6 -0
- package/dist/components/ui/Logo/index.js.map +1 -0
- package/dist/components/ui/Logo/styles.js +26 -0
- package/dist/components/ui/Logo/styles.js.map +1 -0
- package/dist/components/ui/Modal/index.js +291 -0
- package/dist/components/ui/Modal/index.js.map +1 -0
- package/dist/components/ui/Modal/styles.js +659 -0
- package/dist/components/ui/Modal/styles.js.map +1 -0
- package/dist/components/ui/OptionsList/index.d.ts +15 -0
- package/dist/components/ui/OptionsList/index.js +112 -0
- package/dist/components/ui/OptionsList/index.js.map +1 -0
- package/dist/components/ui/OptionsList/styles.js +161 -0
- package/dist/components/ui/OptionsList/styles.js.map +1 -0
- package/dist/components/ui/OrderHeader/index.js +213 -0
- package/dist/components/ui/OrderHeader/index.js.map +1 -0
- package/dist/components/ui/Portal/index.js +30 -0
- package/dist/components/ui/Portal/index.js.map +1 -0
- package/dist/components/ui/PoweredByFooter/index.js +41 -0
- package/dist/components/ui/PoweredByFooter/index.js.map +1 -0
- package/dist/components/ui/ScrollArea/index.js +57 -0
- package/dist/components/ui/ScrollArea/index.js.map +1 -0
- package/dist/components/ui/ScrollArea/styles.js +165 -0
- package/dist/components/ui/ScrollArea/styles.js.map +1 -0
- package/dist/components/ui/Skeleton/index.js +7 -0
- package/dist/components/ui/Skeleton/index.js.map +1 -0
- package/dist/components/ui/Skeleton/styles.js +12 -0
- package/dist/components/ui/Skeleton/styles.js.map +1 -0
- package/dist/components/ui/Spinner/index.js +21 -0
- package/dist/components/ui/Spinner/index.js.map +1 -0
- package/dist/components/ui/Spinner/styles.js +19 -0
- package/dist/components/ui/Spinner/styles.js.map +1 -0
- package/dist/components/ui/ThemedButton/index.js +23 -0
- package/dist/components/ui/ThemedButton/index.js.map +1 -0
- package/dist/components/ui/ThemedButton/styles.js +156 -0
- package/dist/components/ui/ThemedButton/styles.js.map +1 -0
- package/dist/components/ui/Tooltip/index.js +98 -0
- package/dist/components/ui/Tooltip/index.js.map +1 -0
- package/dist/components/ui/Tooltip/styles.js +78 -0
- package/dist/components/ui/Tooltip/styles.js.map +1 -0
- package/dist/components/ui/Tooltip/types.js +2 -0
- package/dist/components/ui/Tooltip/types.js.map +1 -0
- package/dist/hooks/connectors/useWalletConnectUri.js +94 -0
- package/dist/hooks/connectors/useWalletConnectUri.js.map +1 -0
- package/dist/hooks/useChainIsSupported.js +9 -0
- package/dist/hooks/useChainIsSupported.js.map +1 -0
- package/dist/hooks/useConnect.js +42 -0
- package/dist/hooks/useConnect.js.map +1 -0
- package/dist/hooks/useConnectCallback.js +52 -0
- package/dist/hooks/useConnectCallback.js.map +1 -0
- package/dist/hooks/useConnectors.js +60 -0
- package/dist/hooks/useConnectors.js.map +1 -0
- package/dist/hooks/useEnsFallbackConfig.js +13 -0
- package/dist/hooks/useEnsFallbackConfig.js.map +1 -0
- package/dist/hooks/useFitText.js +146 -0
- package/dist/hooks/useFitText.js.map +1 -0
- package/dist/hooks/useFocusTrap.js +62 -0
- package/dist/hooks/useFocusTrap.js.map +1 -0
- package/dist/hooks/useGoogleFont.js +40 -0
- package/dist/hooks/useGoogleFont.js.map +1 -0
- package/dist/hooks/useIsMounted.js +7 -0
- package/dist/hooks/useIsMounted.js.map +1 -0
- package/dist/hooks/useLastConnector.js +21 -0
- package/dist/hooks/useLastConnector.js.map +1 -0
- package/dist/hooks/useLocalStorage.js +23 -0
- package/dist/hooks/useLocalStorage.js.map +1 -0
- package/dist/hooks/useLocales.js +64 -0
- package/dist/hooks/useLocales.js.map +1 -0
- package/dist/hooks/useLockBodyScroll.js +52 -0
- package/dist/hooks/useLockBodyScroll.js.map +1 -0
- package/dist/hooks/usePayOrderQuotes.d.ts +13 -0
- package/dist/hooks/usePayOrderQuotes.js +20 -0
- package/dist/hooks/usePayOrderQuotes.js.map +1 -0
- package/dist/hooks/usePayStatus.d.ts +17 -0
- package/dist/hooks/usePayStatus.js +41 -0
- package/dist/hooks/usePayStatus.js.map +1 -0
- package/dist/hooks/usePayWithToken.d.ts +13 -0
- package/dist/hooks/usePayWithToken.js +58 -0
- package/dist/hooks/usePayWithToken.js.map +1 -0
- package/dist/hooks/usePaymentState.d.ts +38 -0
- package/dist/hooks/usePaymentState.js +131 -0
- package/dist/hooks/usePaymentState.js.map +1 -0
- package/dist/hooks/usePrevious.js +11 -0
- package/dist/hooks/usePrevious.js.map +1 -0
- package/dist/hooks/useWalletConnectModal.js +48 -0
- package/dist/hooks/useWalletConnectModal.js.map +1 -0
- package/dist/hooks/useWallets.d.ts +2 -0
- package/dist/hooks/useWallets.js +75 -0
- package/dist/hooks/useWallets.js.map +1 -0
- package/dist/hooks/useWindowSize.js +20 -0
- package/dist/hooks/useWindowSize.js.map +1 -0
- package/dist/index.d.ts +10 -1123
- package/dist/index.js +10 -0
- package/dist/index.js.map +1 -0
- package/dist/lib/config/chain.js +183 -0
- package/dist/lib/config/chain.js.map +1 -0
- package/dist/lib/config/default-theme.js +4 -0
- package/dist/lib/config/default-theme.js.map +1 -0
- package/dist/lib/config/wallet.d.ts +4 -0
- package/dist/lib/config/wallet.js +380 -0
- package/dist/lib/config/wallet.js.map +1 -0
- package/dist/lib/constants/index.js +11 -0
- package/dist/lib/constants/index.js.map +1 -0
- package/dist/lib/localizations/index.js +54 -0
- package/dist/lib/localizations/index.js.map +1 -0
- package/dist/lib/localizations/locales/ar-AE.js +97 -0
- package/dist/lib/localizations/locales/ar-AE.js.map +1 -0
- package/dist/lib/localizations/locales/ca-AD.js +95 -0
- package/dist/lib/localizations/locales/ca-AD.js.map +1 -0
- package/dist/lib/localizations/locales/ee-EE.js +95 -0
- package/dist/lib/localizations/locales/ee-EE.js.map +1 -0
- package/dist/lib/localizations/locales/en-US.js +95 -0
- package/dist/lib/localizations/locales/en-US.js.map +1 -0
- package/dist/lib/localizations/locales/es-ES.js +95 -0
- package/dist/lib/localizations/locales/es-ES.js.map +1 -0
- package/dist/lib/localizations/locales/fa-IR.js +95 -0
- package/dist/lib/localizations/locales/fa-IR.js.map +1 -0
- package/dist/lib/localizations/locales/fr-FR.js +95 -0
- package/dist/lib/localizations/locales/fr-FR.js.map +1 -0
- package/dist/lib/localizations/locales/index.js +2 -0
- package/dist/lib/localizations/locales/index.js.map +1 -0
- package/dist/lib/localizations/locales/ja-JP.js +94 -0
- package/dist/lib/localizations/locales/ja-JP.js.map +1 -0
- package/dist/lib/localizations/locales/pt-BR.js +95 -0
- package/dist/lib/localizations/locales/pt-BR.js.map +1 -0
- package/dist/lib/localizations/locales/ru-RU.js +95 -0
- package/dist/lib/localizations/locales/ru-RU.js.map +1 -0
- package/dist/lib/localizations/locales/tr-TR.js +95 -0
- package/dist/lib/localizations/locales/tr-TR.js.map +1 -0
- package/dist/lib/localizations/locales/vi-VN.js +95 -0
- package/dist/lib/localizations/locales/vi-VN.js.map +1 -0
- package/dist/lib/localizations/locales/zh-CN.js +95 -0
- package/dist/lib/localizations/locales/zh-CN.js.map +1 -0
- package/dist/providers/evm/provider.js +17 -0
- package/dist/providers/evm/provider.js.map +1 -0
- package/dist/providers/paykit-provider.d.ts +3 -0
- package/dist/providers/paykit-provider.js +161 -0
- package/dist/providers/paykit-provider.js.map +1 -0
- package/dist/providers/query/provider.js +27 -0
- package/dist/providers/query/provider.js.map +1 -0
- package/dist/providers/solana/provider.js +17 -0
- package/dist/providers/solana/provider.js.map +1 -0
- package/dist/providers/sui/provider.js +17 -0
- package/dist/providers/sui/provider.js.map +1 -0
- package/dist/providers/theme/provider.js +18 -0
- package/dist/providers/theme/provider.js.map +1 -0
- package/dist/providers/utxo/provider.js +17 -0
- package/dist/providers/utxo/provider.js.map +1 -0
- package/dist/providers/wallet-provider.d.ts +9 -0
- package/dist/providers/wallet-provider.js +23 -0
- package/dist/providers/wallet-provider.js.map +1 -0
- package/dist/server.d.ts +3 -0
- package/dist/server.js +5 -0
- package/dist/server.js.map +1 -0
- package/dist/styles/defaultTheme.js +87 -0
- package/dist/styles/defaultTheme.js.map +1 -0
- package/dist/styles/index.js +326 -0
- package/dist/styles/index.js.map +1 -0
- package/dist/styles/styled/index.js +13 -0
- package/dist/styles/styled/index.js.map +1 -0
- package/dist/styles/themes/base.js +139 -0
- package/dist/styles/themes/base.js.map +1 -0
- package/dist/styles/themes/index.js +10 -0
- package/dist/styles/themes/index.js.map +1 -0
- package/dist/styles/themes/midnight.js +74 -0
- package/dist/styles/themes/midnight.js.map +1 -0
- package/dist/styles/themes/minimal.js +94 -0
- package/dist/styles/themes/minimal.js.map +1 -0
- package/dist/styles/themes/nouns.js +79 -0
- package/dist/styles/themes/nouns.js.map +1 -0
- package/dist/styles/themes/retro.js +104 -0
- package/dist/styles/themes/retro.js.map +1 -0
- package/dist/styles/themes/rounded.js +104 -0
- package/dist/styles/themes/rounded.js.map +1 -0
- package/dist/styles/themes/soft.js +69 -0
- package/dist/styles/themes/soft.js.map +1 -0
- package/dist/styles/themes/web95.js +130 -0
- package/dist/styles/themes/web95.js.map +1 -0
- package/dist/styles/types.js +2 -0
- package/dist/styles/types.js.map +1 -0
- package/dist/types/config.js +2 -0
- package/dist/types/config.js.map +1 -0
- package/dist/types/routes.js +15 -0
- package/dist/types/routes.js.map +1 -0
- package/dist/types.d.ts +130 -0
- package/dist/types.js +2 -0
- package/dist/types.js.map +1 -0
- package/dist/utils/generate-signature.js +40 -0
- package/dist/utils/generate-signature.js.map +1 -0
- package/dist/utils/index.d.ts +15 -0
- package/dist/utils/index.js +65 -0
- package/dist/utils/index.js.map +1 -0
- package/dist/utils/item.js +7 -0
- package/dist/utils/item.js.map +1 -0
- package/dist/utils/localstorage.js +60 -0
- package/dist/utils/localstorage.js.map +1 -0
- package/dist/utils/p3.js +27 -0
- package/dist/utils/p3.js.map +1 -0
- package/dist/utils/platform.d.ts +2 -0
- package/dist/utils/platform.js +11 -0
- package/dist/utils/platform.js.map +1 -0
- package/dist/utils/wallets.js +12 -0
- package/dist/utils/wallets.js.map +1 -0
- package/package.json +37 -20
- package/dist/crypto/src/assets/icons.d.ts +0 -1
- package/dist/crypto/src/assets/icons.js +0 -16
- package/dist/crypto/src/assets/icons.js.map +0 -1
- package/dist/crypto/src/evm/base-provider.d.ts +0 -5
- package/dist/crypto/src/evm/base-provider.js +0 -15
- package/dist/crypto/src/evm/base-provider.js.map +0 -1
- package/dist/crypto/src/evm/create-default-evm-config.d.ts +0 -43
- package/dist/crypto/src/evm/create-default-evm-config.js +0 -71
- package/dist/crypto/src/evm/create-default-evm-config.js.map +0 -1
- package/dist/crypto/src/evm/external-context.d.ts +0 -1
- package/dist/crypto/src/evm/external-context.js +0 -7
- package/dist/crypto/src/evm/external-context.js.map +0 -1
- package/dist/crypto/src/lib/config/chain.d.ts +0 -2
- package/dist/crypto/src/lib/config/chain.js +0 -14
- package/dist/crypto/src/lib/config/chain.js.map +0 -1
- package/dist/crypto/src/lib/connectors/coinbase.d.ts +0 -2
- package/dist/crypto/src/lib/connectors/coinbase.js +0 -7
- package/dist/crypto/src/lib/connectors/coinbase.js.map +0 -1
- package/dist/crypto/src/lib/connectors/metaMask.d.ts +0 -2
- package/dist/crypto/src/lib/connectors/metaMask.js +0 -7
- package/dist/crypto/src/lib/connectors/metaMask.js.map +0 -1
- package/dist/crypto/src/lib/connectors/types.d.ts +0 -10
- package/dist/crypto/src/lib/connectors/utils.d.ts +0 -5
- package/dist/crypto/src/lib/connectors/utils.js +0 -14
- package/dist/crypto/src/lib/connectors/utils.js.map +0 -1
- package/dist/crypto/src/lib/connectors/walletConnect.d.ts +0 -2
- package/dist/crypto/src/lib/connectors/walletConnect.js +0 -15
- package/dist/crypto/src/lib/connectors/walletConnect.js.map +0 -1
- package/dist/crypto/src/lib/hooks/use-combined-wallets.d.ts +0 -12
- package/dist/crypto/src/lib/hooks/use-combined-wallets.js +0 -118
- package/dist/crypto/src/lib/hooks/use-combined-wallets.js.map +0 -1
- package/dist/crypto/src/lib/utils/get-connector-icon.d.ts +0 -2
- package/dist/crypto/src/lib/utils/get-connector-icon.js +0 -11
- package/dist/crypto/src/lib/utils/get-connector-icon.js.map +0 -1
- package/dist/crypto/src/lib/utils/get-wallet-priority.d.ts +0 -1
- package/dist/crypto/src/lib/utils/get-wallet-priority.js +0 -15
- package/dist/crypto/src/lib/utils/get-wallet-priority.js.map +0 -1
- package/dist/crypto/src/lib/utils/is-wallet-installed.d.ts +0 -1
- package/dist/crypto/src/lib/utils/is-wallet-installed.js +0 -34
- package/dist/crypto/src/lib/utils/is-wallet-installed.js.map +0 -1
- package/dist/crypto/src/solana/base-provider.d.ts +0 -5
- package/dist/crypto/src/solana/base-provider.js +0 -13
- package/dist/crypto/src/solana/base-provider.js.map +0 -1
- package/dist/crypto/src/solana/external-context.d.ts +0 -1
- package/dist/crypto/src/solana/external-context.js +0 -6
- package/dist/crypto/src/solana/external-context.js.map +0 -1
- package/dist/crypto/src/sui/base-provider.d.ts +0 -5
- package/dist/crypto/src/sui/base-provider.js +0 -12
- package/dist/crypto/src/sui/base-provider.js.map +0 -1
- package/dist/crypto/src/sui/client.d.ts +0 -2
- package/dist/crypto/src/sui/client.js +0 -6
- package/dist/crypto/src/sui/client.js.map +0 -1
- package/dist/crypto/src/sui/external-context.d.ts +0 -1
- package/dist/crypto/src/sui/external-context.js +0 -6
- package/dist/crypto/src/sui/external-context.js.map +0 -1
- package/dist/crypto/src/types/index.d.ts +0 -23
- package/dist/crypto/src/types/wallet.d.ts +0 -6
- package/dist/crypto/src/types/walletConnector.d.ts +0 -5
- package/dist/crypto/src/utxo/base-provider.d.ts +0 -5
- package/dist/crypto/src/utxo/base-provider.js +0 -21
- package/dist/crypto/src/utxo/base-provider.js.map +0 -1
- package/dist/crypto/src/utxo/create-default-bigmi-config.d.ts +0 -33
- package/dist/crypto/src/utxo/create-default-bigmi-config.js +0 -50
- package/dist/crypto/src/utxo/create-default-bigmi-config.js.map +0 -1
- package/dist/crypto/src/utxo/external-context.d.ts +0 -1
- package/dist/crypto/src/utxo/external-context.js +0 -6
- package/dist/crypto/src/utxo/external-context.js.map +0 -1
- package/dist/paykit/package.json.js +0 -96
- package/dist/paykit/package.json.js.map +0 -1
- package/dist/paykit/src/assets/browsers.js +0 -13
- package/dist/paykit/src/assets/browsers.js.map +0 -1
- package/dist/paykit/src/assets/chains.d.ts +0 -53
- package/dist/paykit/src/assets/chains.js +0 -151
- package/dist/paykit/src/assets/chains.js.map +0 -1
- package/dist/paykit/src/assets/coins.d.ts +0 -2
- package/dist/paykit/src/assets/coins.js +0 -6
- package/dist/paykit/src/assets/coins.js.map +0 -1
- package/dist/paykit/src/assets/default-logo.d.ts +0 -1
- package/dist/paykit/src/assets/icons.d.ts +0 -33
- package/dist/paykit/src/assets/icons.js +0 -24
- package/dist/paykit/src/assets/icons.js.map +0 -1
- package/dist/paykit/src/assets/logos.d.ts +0 -185
- package/dist/paykit/src/assets/logos.js +0 -133
- package/dist/paykit/src/assets/logos.js.map +0 -1
- package/dist/paykit/src/assets/wallet.js +0 -8
- package/dist/paykit/src/assets/wallet.js.map +0 -1
- package/dist/paykit/src/assets/wave.js +0 -6
- package/dist/paykit/src/assets/wave.js.map +0 -1
- package/dist/paykit/src/components/Pages/About/graphics.js +0 -191
- package/dist/paykit/src/components/Pages/About/graphics.js.map +0 -1
- package/dist/paykit/src/components/Pages/About/index.js +0 -134
- package/dist/paykit/src/components/Pages/About/index.js.map +0 -1
- package/dist/paykit/src/components/Pages/About/styles.js +0 -144
- package/dist/paykit/src/components/Pages/About/styles.js.map +0 -1
- package/dist/paykit/src/components/Pages/Confirmation/index.d.ts +0 -3
- package/dist/paykit/src/components/Pages/Confirmation/index.js +0 -106
- package/dist/paykit/src/components/Pages/Confirmation/index.js.map +0 -1
- package/dist/paykit/src/components/Pages/Connectors/index.d.ts +0 -1
- package/dist/paykit/src/components/Pages/Connectors/index.js +0 -21
- package/dist/paykit/src/components/Pages/Connectors/index.js.map +0 -1
- package/dist/paykit/src/components/Pages/Connectors/styles.js +0 -267
- package/dist/paykit/src/components/Pages/Connectors/styles.js.map +0 -1
- package/dist/paykit/src/components/Pages/DownloadApp/index.js +0 -30
- package/dist/paykit/src/components/Pages/DownloadApp/index.js.map +0 -1
- package/dist/paykit/src/components/Pages/MobileConnectors/index.js +0 -76
- package/dist/paykit/src/components/Pages/MobileConnectors/index.js.map +0 -1
- package/dist/paykit/src/components/Pages/MobileConnectors/styles.js +0 -65
- package/dist/paykit/src/components/Pages/MobileConnectors/styles.js.map +0 -1
- package/dist/paykit/src/components/Pages/Onboarding/index.js +0 -18
- package/dist/paykit/src/components/Pages/Onboarding/index.js.map +0 -1
- package/dist/paykit/src/components/Pages/Onboarding/styles.js +0 -229
- package/dist/paykit/src/components/Pages/Onboarding/styles.js.map +0 -1
- package/dist/paykit/src/components/Pages/PayWithToken/index.js +0 -174
- package/dist/paykit/src/components/Pages/PayWithToken/index.js.map +0 -1
- package/dist/paykit/src/components/Pages/SelectMethod/index.js +0 -139
- package/dist/paykit/src/components/Pages/SelectMethod/index.js.map +0 -1
- package/dist/paykit/src/components/Pages/SelectToken/index.js +0 -56
- package/dist/paykit/src/components/Pages/SelectToken/index.js.map +0 -1
- package/dist/paykit/src/components/Pages/SwitchNetworks/index.js +0 -26
- package/dist/paykit/src/components/Pages/SwitchNetworks/index.js.map +0 -1
- package/dist/paykit/src/components/callback-handler.d.ts +0 -3
- package/dist/paykit/src/components/callback-handler.js +0 -16
- package/dist/paykit/src/components/callback-handler.js.map +0 -1
- package/dist/paykit/src/components/contexts/app/index.d.ts +0 -8
- package/dist/paykit/src/components/contexts/app/index.js +0 -13
- package/dist/paykit/src/components/contexts/app/index.js.map +0 -1
- package/dist/paykit/src/components/contexts/pay/index.js +0 -13
- package/dist/paykit/src/components/contexts/pay/index.js.map +0 -1
- package/dist/paykit/src/components/contexts/web3/index.js +0 -26
- package/dist/paykit/src/components/contexts/web3/index.js.map +0 -1
- package/dist/paykit/src/components/pay-button/index.d.ts +0 -50
- package/dist/paykit/src/components/pay-button/index.js +0 -119
- package/dist/paykit/src/components/pay-button/index.js.map +0 -1
- package/dist/paykit/src/components/pay-button/styles.js +0 -15
- package/dist/paykit/src/components/pay-button/styles.js.map +0 -1
- package/dist/paykit/src/components/pay-modal/ConnectUsing.js +0 -18
- package/dist/paykit/src/components/pay-modal/ConnectUsing.js.map +0 -1
- package/dist/paykit/src/components/pay-modal/ConnectWithInjector/index.js +0 -212
- package/dist/paykit/src/components/pay-modal/ConnectWithInjector/index.js.map +0 -1
- package/dist/paykit/src/components/pay-modal/ConnectWithInjector/styles.js +0 -133
- package/dist/paykit/src/components/pay-modal/ConnectWithInjector/styles.js.map +0 -1
- package/dist/paykit/src/components/pay-modal/index.js +0 -110
- package/dist/paykit/src/components/pay-modal/index.js.map +0 -1
- package/dist/paykit/src/components/spinners/CircleSpinner/index.js +0 -15
- package/dist/paykit/src/components/spinners/CircleSpinner/index.js.map +0 -1
- package/dist/paykit/src/components/spinners/CircleSpinner/styles.js +0 -118
- package/dist/paykit/src/components/spinners/CircleSpinner/styles.js.map +0 -1
- package/dist/paykit/src/components/spinners/SquircleSpinner/index.js +0 -15
- package/dist/paykit/src/components/spinners/SquircleSpinner/index.js.map +0 -1
- package/dist/paykit/src/components/spinners/SquircleSpinner/styles.js +0 -66
- package/dist/paykit/src/components/spinners/SquircleSpinner/styles.js.map +0 -1
- package/dist/paykit/src/components/ui/Alert/index.js +0 -10
- package/dist/paykit/src/components/ui/Alert/index.js.map +0 -1
- package/dist/paykit/src/components/ui/Alert/styles.js +0 -56
- package/dist/paykit/src/components/ui/Alert/styles.js.map +0 -1
- package/dist/paykit/src/components/ui/BrowserIcon/index.js +0 -29
- package/dist/paykit/src/components/ui/BrowserIcon/index.js.map +0 -1
- package/dist/paykit/src/components/ui/BrowserIcon/styles.js +0 -20
- package/dist/paykit/src/components/ui/BrowserIcon/styles.js.map +0 -1
- package/dist/paykit/src/components/ui/Button/index.js +0 -37
- package/dist/paykit/src/components/ui/Button/index.js.map +0 -1
- package/dist/paykit/src/components/ui/Button/styles.js +0 -291
- package/dist/paykit/src/components/ui/Button/styles.js.map +0 -1
- package/dist/paykit/src/components/ui/Chain/index.d.ts +0 -8
- package/dist/paykit/src/components/ui/Chain/styles.d.ts +0 -4
- package/dist/paykit/src/components/ui/ChainSelectList/index.js +0 -108
- package/dist/paykit/src/components/ui/ChainSelectList/index.js.map +0 -1
- package/dist/paykit/src/components/ui/ChainSelectList/styles.js +0 -228
- package/dist/paykit/src/components/ui/ChainSelectList/styles.js.map +0 -1
- package/dist/paykit/src/components/ui/ConnectorList/index.js +0 -76
- package/dist/paykit/src/components/ui/ConnectorList/index.js.map +0 -1
- package/dist/paykit/src/components/ui/ConnectorList/styles.js +0 -315
- package/dist/paykit/src/components/ui/ConnectorList/styles.js.map +0 -1
- package/dist/paykit/src/components/ui/CopyToClipboard/CopyToClipboardIcon.js +0 -71
- package/dist/paykit/src/components/ui/CopyToClipboard/CopyToClipboardIcon.js.map +0 -1
- package/dist/paykit/src/components/ui/CopyToClipboard/index.js +0 -53
- package/dist/paykit/src/components/ui/CopyToClipboard/index.js.map +0 -1
- package/dist/paykit/src/components/ui/CustomQRCode/QRCode.js +0 -69
- package/dist/paykit/src/components/ui/CustomQRCode/QRCode.js.map +0 -1
- package/dist/paykit/src/components/ui/CustomQRCode/index.js +0 -22
- package/dist/paykit/src/components/ui/CustomQRCode/index.js.map +0 -1
- package/dist/paykit/src/components/ui/CustomQRCode/styles.js +0 -155
- package/dist/paykit/src/components/ui/CustomQRCode/styles.js.map +0 -1
- package/dist/paykit/src/components/ui/FitText/index.js +0 -27
- package/dist/paykit/src/components/ui/FitText/index.js.map +0 -1
- package/dist/paykit/src/components/ui/Icon/index.js +0 -6
- package/dist/paykit/src/components/ui/Icon/index.js.map +0 -1
- package/dist/paykit/src/components/ui/Modal/index.js +0 -291
- package/dist/paykit/src/components/ui/Modal/index.js.map +0 -1
- package/dist/paykit/src/components/ui/Modal/styles.js +0 -662
- package/dist/paykit/src/components/ui/Modal/styles.js.map +0 -1
- package/dist/paykit/src/components/ui/OptionsList/index.d.ts +0 -14
- package/dist/paykit/src/components/ui/OptionsList/index.js +0 -115
- package/dist/paykit/src/components/ui/OptionsList/index.js.map +0 -1
- package/dist/paykit/src/components/ui/OptionsList/styles.js +0 -165
- package/dist/paykit/src/components/ui/OptionsList/styles.js.map +0 -1
- package/dist/paykit/src/components/ui/OrderHeader/index.js +0 -219
- package/dist/paykit/src/components/ui/OrderHeader/index.js.map +0 -1
- package/dist/paykit/src/components/ui/Portal/index.js +0 -32
- package/dist/paykit/src/components/ui/Portal/index.js.map +0 -1
- package/dist/paykit/src/components/ui/PoweredByFooter/index.js +0 -42
- package/dist/paykit/src/components/ui/PoweredByFooter/index.js.map +0 -1
- package/dist/paykit/src/components/ui/ScrollArea/index.js +0 -63
- package/dist/paykit/src/components/ui/ScrollArea/index.js.map +0 -1
- package/dist/paykit/src/components/ui/ScrollArea/styles.js +0 -168
- package/dist/paykit/src/components/ui/ScrollArea/styles.js.map +0 -1
- package/dist/paykit/src/components/ui/Spinner/index.js +0 -24
- package/dist/paykit/src/components/ui/Spinner/index.js.map +0 -1
- package/dist/paykit/src/components/ui/Spinner/styles.js +0 -22
- package/dist/paykit/src/components/ui/Spinner/styles.js.map +0 -1
- package/dist/paykit/src/components/ui/ThemedButton/index.js +0 -26
- package/dist/paykit/src/components/ui/ThemedButton/index.js.map +0 -1
- package/dist/paykit/src/components/ui/ThemedButton/styles.js +0 -154
- package/dist/paykit/src/components/ui/ThemedButton/styles.js.map +0 -1
- package/dist/paykit/src/components/ui/Tooltip/index.js +0 -100
- package/dist/paykit/src/components/ui/Tooltip/index.js.map +0 -1
- package/dist/paykit/src/components/ui/Tooltip/styles.js +0 -81
- package/dist/paykit/src/components/ui/Tooltip/styles.js.map +0 -1
- package/dist/paykit/src/hooks/connectors/useWalletConnectUri.js +0 -97
- package/dist/paykit/src/hooks/connectors/useWalletConnectUri.js.map +0 -1
- package/dist/paykit/src/hooks/useAccount.d.ts +0 -40
- package/dist/paykit/src/hooks/useAccount.js +0 -122
- package/dist/paykit/src/hooks/useAccount.js.map +0 -1
- package/dist/paykit/src/hooks/useAccountDisconnect.d.ts +0 -2
- package/dist/paykit/src/hooks/useChainIsSupported.js +0 -12
- package/dist/paykit/src/hooks/useChainIsSupported.js.map +0 -1
- package/dist/paykit/src/hooks/useChains.d.ts +0 -2
- package/dist/paykit/src/hooks/useConnect.js +0 -45
- package/dist/paykit/src/hooks/useConnect.js.map +0 -1
- package/dist/paykit/src/hooks/useConnectCallback.js +0 -55
- package/dist/paykit/src/hooks/useConnectCallback.js.map +0 -1
- package/dist/paykit/src/hooks/useConnectors.js +0 -23
- package/dist/paykit/src/hooks/useConnectors.js.map +0 -1
- package/dist/paykit/src/hooks/useFitText.js +0 -138
- package/dist/paykit/src/hooks/useFitText.js.map +0 -1
- package/dist/paykit/src/hooks/useFocusTrap.js +0 -64
- package/dist/paykit/src/hooks/useFocusTrap.js.map +0 -1
- package/dist/paykit/src/hooks/useGoogleFont.js +0 -43
- package/dist/paykit/src/hooks/useGoogleFont.js.map +0 -1
- package/dist/paykit/src/hooks/useLastConnector.js +0 -24
- package/dist/paykit/src/hooks/useLastConnector.js.map +0 -1
- package/dist/paykit/src/hooks/useLocales.js +0 -67
- package/dist/paykit/src/hooks/useLocales.js.map +0 -1
- package/dist/paykit/src/hooks/useLockBodyScroll.js +0 -55
- package/dist/paykit/src/hooks/useLockBodyScroll.js.map +0 -1
- package/dist/paykit/src/hooks/usePayStatus.d.ts +0 -15
- package/dist/paykit/src/hooks/usePayStatus.js +0 -38
- package/dist/paykit/src/hooks/usePayStatus.js.map +0 -1
- package/dist/paykit/src/hooks/usePayWithToken.d.ts +0 -9
- package/dist/paykit/src/hooks/usePayWithToken.js +0 -65
- package/dist/paykit/src/hooks/usePayWithToken.js.map +0 -1
- package/dist/paykit/src/hooks/usePaymentState.d.ts +0 -39
- package/dist/paykit/src/hooks/usePaymentState.js +0 -132
- package/dist/paykit/src/hooks/usePaymentState.js.map +0 -1
- package/dist/paykit/src/hooks/usePrevious.js +0 -14
- package/dist/paykit/src/hooks/usePrevious.js.map +0 -1
- package/dist/paykit/src/hooks/useUniversalConnect.d.ts +0 -20
- package/dist/paykit/src/hooks/useUniversalConnect.js +0 -114
- package/dist/paykit/src/hooks/useUniversalConnect.js.map +0 -1
- package/dist/paykit/src/hooks/useWalletConnectModal.js +0 -51
- package/dist/paykit/src/hooks/useWalletConnectModal.js.map +0 -1
- package/dist/paykit/src/hooks/useWalletPaymentOptions.d.ts +0 -10
- package/dist/paykit/src/hooks/useWalletPaymentOptions.js +0 -40
- package/dist/paykit/src/hooks/useWalletPaymentOptions.js.map +0 -1
- package/dist/paykit/src/hooks/useWallets.d.ts +0 -2
- package/dist/paykit/src/hooks/useWallets.js +0 -76
- package/dist/paykit/src/hooks/useWallets.js.map +0 -1
- package/dist/paykit/src/hooks/useWindowSize.js +0 -23
- package/dist/paykit/src/hooks/useWindowSize.js.map +0 -1
- package/dist/paykit/src/index.d.ts +0 -11
- package/dist/paykit/src/index.js +0 -14
- package/dist/paykit/src/index.js.map +0 -1
- package/dist/paykit/src/lib/config/chain.js +0 -306
- package/dist/paykit/src/lib/config/chain.js.map +0 -1
- package/dist/paykit/src/lib/config/default-theme.js +0 -6
- package/dist/paykit/src/lib/config/default-theme.js.map +0 -1
- package/dist/paykit/src/lib/config/wallet.d.ts +0 -4
- package/dist/paykit/src/lib/config/wallet.js +0 -372
- package/dist/paykit/src/lib/config/wallet.js.map +0 -1
- package/dist/paykit/src/lib/constants/index.js +0 -13
- package/dist/paykit/src/lib/constants/index.js.map +0 -1
- package/dist/paykit/src/lib/localizations/index.js +0 -57
- package/dist/paykit/src/lib/localizations/index.js.map +0 -1
- package/dist/paykit/src/lib/localizations/locales/ar-AE.js +0 -98
- package/dist/paykit/src/lib/localizations/locales/ar-AE.js.map +0 -1
- package/dist/paykit/src/lib/localizations/locales/ca-AD.js +0 -96
- package/dist/paykit/src/lib/localizations/locales/ca-AD.js.map +0 -1
- package/dist/paykit/src/lib/localizations/locales/ee-EE.js +0 -96
- package/dist/paykit/src/lib/localizations/locales/ee-EE.js.map +0 -1
- package/dist/paykit/src/lib/localizations/locales/en-US.js +0 -96
- package/dist/paykit/src/lib/localizations/locales/en-US.js.map +0 -1
- package/dist/paykit/src/lib/localizations/locales/es-ES.js +0 -96
- package/dist/paykit/src/lib/localizations/locales/es-ES.js.map +0 -1
- package/dist/paykit/src/lib/localizations/locales/fa-IR.js +0 -96
- package/dist/paykit/src/lib/localizations/locales/fa-IR.js.map +0 -1
- package/dist/paykit/src/lib/localizations/locales/fr-FR.js +0 -96
- package/dist/paykit/src/lib/localizations/locales/fr-FR.js.map +0 -1
- package/dist/paykit/src/lib/localizations/locales/ja-JP.js +0 -96
- package/dist/paykit/src/lib/localizations/locales/ja-JP.js.map +0 -1
- package/dist/paykit/src/lib/localizations/locales/pt-BR.js +0 -96
- package/dist/paykit/src/lib/localizations/locales/pt-BR.js.map +0 -1
- package/dist/paykit/src/lib/localizations/locales/ru-RU.js +0 -96
- package/dist/paykit/src/lib/localizations/locales/ru-RU.js.map +0 -1
- package/dist/paykit/src/lib/localizations/locales/tr-TR.js +0 -96
- package/dist/paykit/src/lib/localizations/locales/tr-TR.js.map +0 -1
- package/dist/paykit/src/lib/localizations/locales/vi-VN.js +0 -96
- package/dist/paykit/src/lib/localizations/locales/vi-VN.js.map +0 -1
- package/dist/paykit/src/lib/localizations/locales/zh-CN.js +0 -96
- package/dist/paykit/src/lib/localizations/locales/zh-CN.js.map +0 -1
- package/dist/paykit/src/providers/evm/provider.js +0 -20
- package/dist/paykit/src/providers/evm/provider.js.map +0 -1
- package/dist/paykit/src/providers/paykit-provider.d.ts +0 -3
- package/dist/paykit/src/providers/paykit-provider.js +0 -154
- package/dist/paykit/src/providers/paykit-provider.js.map +0 -1
- package/dist/paykit/src/providers/query/provider.js +0 -30
- package/dist/paykit/src/providers/query/provider.js.map +0 -1
- package/dist/paykit/src/providers/solana/provider.js +0 -20
- package/dist/paykit/src/providers/solana/provider.js.map +0 -1
- package/dist/paykit/src/providers/sui/provider.js +0 -20
- package/dist/paykit/src/providers/sui/provider.js.map +0 -1
- package/dist/paykit/src/providers/theme/provider.js +0 -21
- package/dist/paykit/src/providers/theme/provider.js.map +0 -1
- package/dist/paykit/src/providers/utxo/provider.js +0 -20
- package/dist/paykit/src/providers/utxo/provider.js.map +0 -1
- package/dist/paykit/src/providers/wallet-provider.d.ts +0 -9
- package/dist/paykit/src/providers/wallet-provider.js +0 -16
- package/dist/paykit/src/providers/wallet-provider.js.map +0 -1
- package/dist/paykit/src/server/actions/getAvailableCurrencies.d.ts +0 -25
- package/dist/paykit/src/server/actions/getAvailableCurrencies.js +0 -36
- package/dist/paykit/src/server/actions/getAvailableCurrencies.js.map +0 -1
- package/dist/paykit/src/server/actions/getSolanaPaymentOptions.d.ts +0 -5
- package/dist/paykit/src/server/actions/getSolanaPaymentOptions.js +0 -47
- package/dist/paykit/src/server/actions/getSolanaPaymentOptions.js.map +0 -1
- package/dist/paykit/src/server/actions/getSuiPaymentOptions.d.ts +0 -5
- package/dist/paykit/src/server/actions/getSuiPaymentOptions.js +0 -51
- package/dist/paykit/src/server/actions/getSuiPaymentOptions.js.map +0 -1
- package/dist/paykit/src/server/actions/getUTXOPaymentOptions.d.ts +0 -5
- package/dist/paykit/src/server/actions/getUTXOPaymentOptions.js +0 -58
- package/dist/paykit/src/server/actions/getUTXOPaymentOptions.js.map +0 -1
- package/dist/paykit/src/server/actions/getWalletPaymentOptions.d.ts +0 -8
- package/dist/paykit/src/server/actions/getWalletPaymentOptions.js +0 -26
- package/dist/paykit/src/server/actions/getWalletPaymentOptions.js.map +0 -1
- package/dist/paykit/src/server/actions/payOrder.d.ts +0 -78
- package/dist/paykit/src/server/actions/payOrder.js +0 -96
- package/dist/paykit/src/server/actions/payOrder.js.map +0 -1
- package/dist/paykit/src/styles/defaultTheme.js +0 -86
- package/dist/paykit/src/styles/defaultTheme.js.map +0 -1
- package/dist/paykit/src/styles/index.js +0 -318
- package/dist/paykit/src/styles/index.js.map +0 -1
- package/dist/paykit/src/styles/styled/index.js +0 -16
- package/dist/paykit/src/styles/styled/index.js.map +0 -1
- package/dist/paykit/src/styles/themes/base.js +0 -141
- package/dist/paykit/src/styles/themes/base.js.map +0 -1
- package/dist/paykit/src/styles/themes/index.js +0 -13
- package/dist/paykit/src/styles/themes/index.js.map +0 -1
- package/dist/paykit/src/styles/themes/midnight.js +0 -76
- package/dist/paykit/src/styles/themes/midnight.js.map +0 -1
- package/dist/paykit/src/styles/themes/minimal.js +0 -96
- package/dist/paykit/src/styles/themes/minimal.js.map +0 -1
- package/dist/paykit/src/styles/themes/nouns.js +0 -81
- package/dist/paykit/src/styles/themes/nouns.js.map +0 -1
- package/dist/paykit/src/styles/themes/retro.js +0 -106
- package/dist/paykit/src/styles/themes/retro.js.map +0 -1
- package/dist/paykit/src/styles/themes/rounded.js +0 -106
- package/dist/paykit/src/styles/themes/rounded.js.map +0 -1
- package/dist/paykit/src/styles/themes/soft.js +0 -71
- package/dist/paykit/src/styles/themes/soft.js.map +0 -1
- package/dist/paykit/src/styles/themes/web95.js +0 -132
- package/dist/paykit/src/styles/themes/web95.js.map +0 -1
- package/dist/paykit/src/types/routes.js +0 -17
- package/dist/paykit/src/types/routes.js.map +0 -1
- package/dist/paykit/src/types/wallet.d.ts +0 -33
- package/dist/paykit/src/types.d.ts +0 -138
- package/dist/paykit/src/utils/connector.d.ts +0 -5
- package/dist/paykit/src/utils/connector.js +0 -17
- package/dist/paykit/src/utils/connector.js.map +0 -1
- package/dist/paykit/src/utils/generate-signature.js +0 -43
- package/dist/paykit/src/utils/generate-signature.js.map +0 -1
- package/dist/paykit/src/utils/index.d.ts +0 -13
- package/dist/paykit/src/utils/index.js +0 -19
- package/dist/paykit/src/utils/index.js.map +0 -1
- package/dist/paykit/src/utils/p3.js +0 -17
- package/dist/paykit/src/utils/p3.js.map +0 -1
- package/dist/paykit/src/utils/platform.d.ts +0 -2
- package/dist/paykit/src/utils/platform.js +0 -13
- package/dist/paykit/src/utils/platform.js.map +0 -1
- package/dist/paykit/src/utils/wallets.js +0 -14
- package/dist/paykit/src/utils/wallets.js.map +0 -1
- package/dist/shared/src/api/config.d.ts +0 -1
- package/dist/shared/src/api/config.js +0 -4
- package/dist/shared/src/api/config.js.map +0 -1
- package/dist/shared/src/api/fetcher.d.ts +0 -6
- package/dist/shared/src/api/fetcher.js +0 -31
- package/dist/shared/src/api/fetcher.js.map +0 -1
- package/dist/shared/src/common/account.d.ts +0 -1
- package/dist/shared/src/common/account.js +0 -6
- package/dist/shared/src/common/account.js.map +0 -1
- package/dist/shared/src/common/assert.d.ts +0 -5
- package/dist/shared/src/common/assert.js +0 -14
- package/dist/shared/src/common/assert.js.map +0 -1
- package/dist/shared/src/common/chainExplorer.d.ts +0 -3
- package/dist/shared/src/common/chainExplorer.js +0 -51
- package/dist/shared/src/common/chainExplorer.js.map +0 -1
- package/dist/shared/src/common/chains.d.ts +0 -31
- package/dist/shared/src/common/chains.js +0 -84
- package/dist/shared/src/common/chains.js.map +0 -1
- package/dist/shared/src/common/currencies.d.ts +0 -14
- package/dist/shared/src/common/debug.d.ts +0 -1
- package/dist/shared/src/common/debug.js +0 -13
- package/dist/shared/src/common/debug.js.map +0 -1
- package/dist/shared/src/common/format.d.ts +0 -1
- package/dist/shared/src/common/func.d.ts +0 -4
- package/dist/shared/src/common/i18n/index.d.ts +0 -6
- package/dist/shared/src/common/i18n/languages/en.d.ts +0 -18
- package/dist/shared/src/common/i18n/languages/es.d.ts +0 -2
- package/dist/shared/src/common/model.d.ts +0 -39
- package/dist/shared/src/common/model.js +0 -14
- package/dist/shared/src/common/model.js.map +0 -1
- package/dist/shared/src/common/pay.d.ts +0 -197
- package/dist/shared/src/common/pay.js +0 -86
- package/dist/shared/src/common/pay.js.map +0 -1
- package/dist/shared/src/common/retryBackoff.d.ts +0 -1
- package/dist/shared/src/common/time.d.ts +0 -11
- package/dist/shared/src/hooks/use-is-mobile.d.ts +0 -1
- package/dist/shared/src/hooks/use-is-mobile.js +0 -17
- package/dist/shared/src/hooks/use-is-mobile.js.map +0 -1
- package/dist/shared/src/index.d.ts +0 -14
- package/dist/shared/src/types/api.d.ts +0 -28
- package/dist/shared/src/utils/browser.d.ts +0 -6
- package/dist/shared/src/utils/browser.js +0 -24
- package/dist/shared/src/utils/browser.js.map +0 -1
- package/src/index.ts +0 -23
- /package/dist/{paykit/src/assets → assets}/browsers.d.ts +0 -0
- /package/dist/{paykit/src/assets → assets}/wallet.d.ts +0 -0
- /package/dist/{paykit/src/assets → assets}/wave.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/Pages/About/graphics.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/Pages/About/index.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/Pages/About/styles.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/Pages/Connectors/styles.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/Pages/DownloadApp/index.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/Pages/MobileConnectors/index.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/Pages/MobileConnectors/styles.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/Pages/Onboarding/index.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/Pages/Onboarding/styles.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/Pages/PayWithToken/index.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/Pages/SelectMethod/index.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/Pages/SelectMethod/styles.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/Pages/SelectToken/index.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/Pages/SwitchNetworks/index.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/contexts/pay/index.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/contexts/web3/index.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/pay-button/styles.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/pay-modal/ConnectUsing.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/pay-modal/ConnectWithInjector/index.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/pay-modal/ConnectWithInjector/styles.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/pay-modal/index.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/spinners/CircleSpinner/index.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/spinners/CircleSpinner/styles.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/spinners/SquircleSpinner/index.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/spinners/SquircleSpinner/styles.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/ui/Alert/index.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/ui/Alert/styles.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/ui/Alert/types.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/ui/Avatar/index.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/ui/Avatar/styles.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/ui/BrowserIcon/index.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/ui/BrowserIcon/styles.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/ui/BrowserIcon/types.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/ui/Button/index.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/ui/Button/styles.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/ui/Button/types.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/ui/ChainSelectList/index.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/ui/ChainSelectList/styles.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/ui/ConnectorList/index.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/ui/ConnectorList/styles.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/ui/CopyToClipboard/CopyToClipboardIcon.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/ui/CopyToClipboard/index.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/ui/CustomQRCode/QRCode.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/ui/CustomQRCode/index.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/ui/CustomQRCode/styles.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/ui/CustomQRCode/types.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/ui/DynamicContainer/index.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/ui/FitText/index.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/ui/Icon/index.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/ui/LazyImage/index.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/ui/Logo/index.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/ui/Logo/styles.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/ui/Modal/index.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/ui/Modal/styles.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/ui/OptionsList/styles.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/ui/OrderHeader/index.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/ui/Portal/index.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/ui/PoweredByFooter/index.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/ui/ScrollArea/index.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/ui/ScrollArea/styles.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/ui/Skeleton/index.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/ui/Skeleton/styles.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/ui/Spinner/index.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/ui/Spinner/styles.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/ui/ThemedButton/index.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/ui/ThemedButton/styles.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/ui/Tooltip/index.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/ui/Tooltip/styles.d.ts +0 -0
- /package/dist/{paykit/src/components → components}/ui/Tooltip/types.d.ts +0 -0
- /package/dist/{paykit/src/hooks → hooks}/connectors/useWalletConnectUri.d.ts +0 -0
- /package/dist/{paykit/src/hooks → hooks}/useChainIsSupported.d.ts +0 -0
- /package/dist/{paykit/src/hooks → hooks}/useConnect.d.ts +0 -0
- /package/dist/{paykit/src/hooks → hooks}/useConnectCallback.d.ts +0 -0
- /package/dist/{paykit/src/hooks → hooks}/useConnectors.d.ts +0 -0
- /package/dist/{paykit/src/hooks → hooks}/useEnsFallbackConfig.d.ts +0 -0
- /package/dist/{paykit/src/hooks → hooks}/useFitText.d.ts +0 -0
- /package/dist/{paykit/src/hooks → hooks}/useFocusTrap.d.ts +0 -0
- /package/dist/{paykit/src/hooks → hooks}/useGoogleFont.d.ts +0 -0
- /package/dist/{paykit/src/hooks → hooks}/useIsMounted.d.ts +0 -0
- /package/dist/{paykit/src/hooks → hooks}/useLastConnector.d.ts +0 -0
- /package/dist/{paykit/src/hooks → hooks}/useLocalStorage.d.ts +0 -0
- /package/dist/{paykit/src/hooks → hooks}/useLocales.d.ts +0 -0
- /package/dist/{paykit/src/hooks → hooks}/useLockBodyScroll.d.ts +0 -0
- /package/dist/{paykit/src/hooks → hooks}/usePrevious.d.ts +0 -0
- /package/dist/{paykit/src/hooks → hooks}/useWalletConnectModal.d.ts +0 -0
- /package/dist/{paykit/src/hooks → hooks}/useWindowSize.d.ts +0 -0
- /package/dist/{paykit/src/lib → lib}/config/chain.d.ts +0 -0
- /package/dist/{paykit/src/lib → lib}/config/default-theme.d.ts +0 -0
- /package/dist/{paykit/src/lib → lib}/constants/index.d.ts +0 -0
- /package/dist/{paykit/src/lib → lib}/localizations/index.d.ts +0 -0
- /package/dist/{paykit/src/lib → lib}/localizations/locales/ar-AE.d.ts +0 -0
- /package/dist/{paykit/src/lib → lib}/localizations/locales/ca-AD.d.ts +0 -0
- /package/dist/{paykit/src/lib → lib}/localizations/locales/ee-EE.d.ts +0 -0
- /package/dist/{paykit/src/lib → lib}/localizations/locales/en-US.d.ts +0 -0
- /package/dist/{paykit/src/lib → lib}/localizations/locales/es-ES.d.ts +0 -0
- /package/dist/{paykit/src/lib → lib}/localizations/locales/fa-IR.d.ts +0 -0
- /package/dist/{paykit/src/lib → lib}/localizations/locales/fr-FR.d.ts +0 -0
- /package/dist/{paykit/src/lib → lib}/localizations/locales/index.d.ts +0 -0
- /package/dist/{paykit/src/lib → lib}/localizations/locales/ja-JP.d.ts +0 -0
- /package/dist/{paykit/src/lib → lib}/localizations/locales/pt-BR.d.ts +0 -0
- /package/dist/{paykit/src/lib → lib}/localizations/locales/ru-RU.d.ts +0 -0
- /package/dist/{paykit/src/lib → lib}/localizations/locales/tr-TR.d.ts +0 -0
- /package/dist/{paykit/src/lib → lib}/localizations/locales/vi-VN.d.ts +0 -0
- /package/dist/{paykit/src/lib → lib}/localizations/locales/zh-CN.d.ts +0 -0
- /package/dist/{paykit/src/providers → providers}/evm/provider.d.ts +0 -0
- /package/dist/{paykit/src/providers → providers}/query/provider.d.ts +0 -0
- /package/dist/{paykit/src/providers → providers}/solana/provider.d.ts +0 -0
- /package/dist/{paykit/src/providers → providers}/sui/provider.d.ts +0 -0
- /package/dist/{paykit/src/providers → providers}/theme/provider.d.ts +0 -0
- /package/dist/{paykit/src/providers → providers}/utxo/provider.d.ts +0 -0
- /package/dist/{paykit/src/styles → styles}/defaultTheme.d.ts +0 -0
- /package/dist/{paykit/src/styles → styles}/index.d.ts +0 -0
- /package/dist/{paykit/src/styles → styles}/styled/index.d.ts +0 -0
- /package/dist/{paykit/src/styles → styles}/themes/base.d.ts +0 -0
- /package/dist/{paykit/src/styles → styles}/themes/index.d.ts +0 -0
- /package/dist/{paykit/src/styles → styles}/themes/midnight.d.ts +0 -0
- /package/dist/{paykit/src/styles → styles}/themes/minimal.d.ts +0 -0
- /package/dist/{paykit/src/styles → styles}/themes/nouns.d.ts +0 -0
- /package/dist/{paykit/src/styles → styles}/themes/retro.d.ts +0 -0
- /package/dist/{paykit/src/styles → styles}/themes/rounded.d.ts +0 -0
- /package/dist/{paykit/src/styles → styles}/themes/soft.d.ts +0 -0
- /package/dist/{paykit/src/styles → styles}/themes/web95.d.ts +0 -0
- /package/dist/{paykit/src/styles → styles}/types.d.ts +0 -0
- /package/dist/{paykit/src/types → types}/config.d.ts +0 -0
- /package/dist/{paykit/src/types → types}/routes.d.ts +0 -0
- /package/dist/{paykit/src/utils → utils}/generate-signature.d.ts +0 -0
- /package/dist/{paykit/src/utils → utils}/item.d.ts +0 -0
- /package/dist/{paykit/src/utils → utils}/localstorage.d.ts +0 -0
- /package/dist/{paykit/src/utils → utils}/p3.d.ts +0 -0
- /package/dist/{paykit/src/utils → utils}/wallets.d.ts +0 -0
package/README.md
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
# CoinVoyage
|
|
1
|
+
# CoinVoyage Payments
|
|
2
2
|
|
|
3
|
-
CoinVoyage
|
|
3
|
+
CoinVoyage enables seamless crypto payments into your app.
|
|
4
4
|
|
|
5
5
|
Onboard users from any chain, any coin into your app with one click and maximize your conversion.
|
|
6
6
|
|
|
7
7
|
## Features
|
|
8
8
|
|
|
9
|
-
- 🌱
|
|
9
|
+
- 🌱 Cross-chain payments — Accept payments from 1000+ tokens on multiple chains. We handle the swapping and bridging so that your customers don't have to.
|
|
10
10
|
- 💡 Pay with a single transaction - No more wallet round-trips to make approval, swap, or bridging transactions. Your customers pay with a single transfer transaction.
|
|
11
|
-
- ⚡️ Fully permissionless -
|
|
12
|
-
- 💱 Support for all major wallets
|
|
13
|
-
- 💨 Integrate within minutes - Get up and running with CoinVoyage Pay in as little as 10 minutes
|
|
11
|
+
- ⚡️ Fully permissionless - CoinVoyage never custodies funds and funds can never be stuck in a contract. Payments can be permissionlessly completed by anyone.
|
|
12
|
+
- 💱 Support for all major wallets - CoinVoyage Pay supports payments from browser wallets like MetaMask, Phantom, Sui Wallet, Xverse, etc..
|
|
13
|
+
- 💨 Integrate within minutes - Get up and running with CoinVoyage Pay in as little as 10 minutes.
|
|
14
14
|
|
|
15
15
|
and much more...
|
|
16
16
|
|
|
17
17
|
## Documentation
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
documentation [here](https://docs.coinvoyage.io).
|
|
20
20
|
|
|
21
21
|
## Examples
|
|
22
22
|
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { motion } from 'framer-motion';
|
|
3
|
+
import styled from './../styles/styled';
|
|
4
|
+
import Logos from './logos';
|
|
5
|
+
const IconContainer = styled(motion.div) `
|
|
6
|
+
position: relative;
|
|
7
|
+
display: flex;
|
|
8
|
+
align-items: center;
|
|
9
|
+
justify-content: center;
|
|
10
|
+
width: 47px;
|
|
11
|
+
height: 52px;
|
|
12
|
+
min-width: 47px;
|
|
13
|
+
min-height: 52px;
|
|
14
|
+
svg {
|
|
15
|
+
display: block;
|
|
16
|
+
max-width: 100%;
|
|
17
|
+
height: auto;
|
|
18
|
+
}
|
|
19
|
+
`;
|
|
20
|
+
const ScanIconWithLogos = ({ logo }) => {
|
|
21
|
+
const logoList = [
|
|
22
|
+
_jsx(Logos.MetaMask, { background: true }),
|
|
23
|
+
_jsx(Logos.Coinbase, { background: true }),
|
|
24
|
+
_jsx(Logos.Crypto, {}),
|
|
25
|
+
_jsx(Logos.ImToken, {}),
|
|
26
|
+
_jsx(Logos.Argent, {}),
|
|
27
|
+
_jsx(Logos.Trust, {}),
|
|
28
|
+
];
|
|
29
|
+
return (_jsx(IconContainer, { children: _jsxs("svg", { "aria-hidden": "true", width: "47", height: "52", viewBox: "0 0 47 52", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsxs("g", { mask: "url(#gradient-mask)", children: [_jsx("path", { d: "M7 14.5C7 11.4624 9.46243 9 12.5 9H31.5C34.5376 9 37 11.4624 37 14.5V47H7V14.5Z", fill: "var(--ck-graphic-scaniconwithlogos-04)" }), logo ? (_jsx("foreignObject", { x: "13", y: "21", width: "18", height: "18", rx: "5", children: _jsx("div", { style: { overflow: 'hidden', borderRadius: 5 }, children: logo }) })) : (_jsxs(_Fragment, { children: [_jsx("foreignObject", { x: "12", y: "15", width: "9", height: "9", rx: "2.5", children: _jsx("div", { style: { overflow: 'hidden', borderRadius: 2.5 }, children: logoList[0] }) }), _jsx("foreignObject", { x: "23", y: "15", width: "9", height: "9", rx: "2.5", children: _jsx("div", { style: { overflow: 'hidden', borderRadius: 2.5 }, children: logoList[1] }) }), _jsx("foreignObject", { x: "12", y: "26", width: "9", height: "9", rx: "2.5", children: _jsx("div", { style: { overflow: 'hidden', borderRadius: 2.5 }, children: _jsx("div", { style: { overflow: 'hidden', borderRadius: 2.5 }, children: logoList[2] }) }) }), _jsx("foreignObject", { x: "23", y: "26", width: "9", height: "9", rx: "2.5", children: _jsx("div", { style: { overflow: 'hidden', borderRadius: 2.5 }, children: logoList[3] }) }), _jsx("foreignObject", { x: "12", y: "37", width: "9", height: "9", rx: "2.5", children: _jsx("div", { style: { overflow: 'hidden', borderRadius: 2.5 }, children: logoList[4] }) }), _jsx("foreignObject", { x: "23", y: "37", width: "9", height: "9", rx: "2.5", children: _jsx("div", { style: { overflow: 'hidden', borderRadius: 2.5 }, children: logoList[5] }) })] })), _jsx("path", { d: "M36 47V13.7143C36 11.1107 33.8893 9 31.2857 9H12.7143C10.1107 9 8 11.1107 8 13.7143V47", stroke: "url(#paint0_linear_924_12568)", strokeWidth: "2" }), _jsx("path", { d: "M15 10H29C29 11.1046 28.1046 12 27 12H17C15.8954 12 15 11.1046 15 10Z", fill: "var(--ck-graphic-scaniconwithlogos-01)" }), _jsx("rect", { x: "1", y: "47", width: "43", height: "5", fill: "var(--ck-tooltip-background)" }), _jsx("rect", { x: "22", y: "1", width: "24", height: "24", rx: "12", fill: "var(--ck-graphic-scaniconwithlogos-03)", stroke: "var(--ck-tooltip-background)", strokeWidth: "2" }), _jsx("rect", { x: "34.5", y: "10", width: "2.5", height: "2.5", rx: "0.75", fill: "#373737" }), _jsx("rect", { x: "31", y: "10", width: "2.5", height: "2.5", rx: "0.75", fill: "#373737" }), _jsx("rect", { x: "31", y: "13.5", width: "2.5", height: "2.5", rx: "0.75", fill: "#373737" }), _jsx("rect", { x: "34.5", y: "13.5", width: "2.5", height: "2.5", rx: "0.75", fill: "#373737" }), _jsx("path", { d: "M28.5 10.5V9C28.5 8.17157 29.1716 7.5 30 7.5H31.5", stroke: "#373737", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M36.5 7.5L38 7.5C38.8284 7.5 39.5 8.17157 39.5 9L39.5 10.5", stroke: "#373737", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M39.5 15.5L39.5 17C39.5 17.8284 38.8284 18.5 38 18.5L36.5 18.5", stroke: "#373737", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M31.5 18.5L30 18.5C29.1716 18.5 28.5 17.8284 28.5 17L28.5 15.5", stroke: "#373737", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })] }), _jsxs("defs", { children: [_jsxs("linearGradient", { id: "paint0_linear_924_12568", x1: "22", y1: "8.2549", x2: "22", y2: "47", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "var(--ck-graphic-scaniconwithlogos-01)" }), _jsx("stop", { offset: "1", stopColor: "var(--ck-graphic-scaniconwithlogos-02)" })] }), _jsxs("linearGradient", { id: "linear-gradient-mask", x1: "47", y1: "42", x2: "47", y2: "47", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "white" }), _jsx("stop", { offset: "1", stopColor: "black", stopOpacity: "0" })] }), _jsx("mask", { id: "gradient-mask", children: _jsx("rect", { x: "0", y: "0", width: "47", height: "52", fill: "url(#linear-gradient-mask)" }) })] })] }) }));
|
|
30
|
+
};
|
|
31
|
+
export default ScanIconWithLogos;
|
|
32
|
+
//# sourceMappingURL=ScanIconWithLogos.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScanIconWithLogos.js","sourceRoot":"","sources":["../../src/assets/ScanIconWithLogos.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
/**
|
|
3
|
+
* TODO: Move hex colors into css variables for p3 support
|
|
4
|
+
*/
|
|
5
|
+
const Chrome = (_jsxs("svg", { "aria-hidden": "true", width: 20, height: 20, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("g", { filter: "url(#filter0_ii_927_5781)", children: _jsxs("g", { clipPath: "url(#clip0_927_5781)", children: [_jsx("path", { d: "M1.58771 0V12.2727H6.06498L10.0002 5.45455H20.0002V0H1.58771Z", fill: "#DB4437" }), _jsx("path", { d: "M1.58771 0V12.2727H6.06498L10.0002 5.45455H20.0002V0H1.58771Z", fill: "url(#paint0_linear_927_5781)" }), _jsx("path", { d: "M6.17038 12.2272L1.64538 4.46582L1.57947 4.57946L6.07265 12.284L6.17038 12.2272Z", fill: "black", fillOpacity: "0.15" }), _jsx("path", { d: "M0 20.0003H9.51932L13.9375 15.5821V12.273H6.0625L0 1.87305V20.0003Z", fill: "#0F9D58" }), _jsx("path", { d: "M0 20.0003H9.51932L13.9375 15.5821V12.273H6.0625L0 1.87305V20.0003Z", fill: "url(#paint1_linear_927_5781)" }), _jsx("path", { d: "M13.8412 12.4208L13.7469 12.3662L9.38324 19.9969H9.51392L13.8435 12.4242L13.8412 12.4208Z", fill: "#263238", fillOpacity: "0.15" }), _jsx("path", { d: "M10.0006 5.45459L13.9381 12.2728L9.51996 20H20.0006V5.45459H10.0006Z", fill: "#FFCD40" }), _jsx("path", { d: "M10.0006 5.45459L13.9381 12.2728L9.51996 20H20.0006V5.45459H10.0006Z", fill: "url(#paint2_linear_927_5781)" }), _jsx("path", { d: "M9.9996 5.45459L13.9371 12.2728L9.51892 20H19.9996V5.45459H9.9996Z", fill: "#FFCD40" }), _jsx("path", { d: "M9.9996 5.45459L13.9371 12.2728L9.51892 20H19.9996V5.45459H9.9996Z", fill: "url(#paint3_linear_927_5781)" }), _jsx("path", { d: "M1.58691 0V12.2727H6.06419L9.99941 5.45455H19.9994V0H1.58691Z", fill: "#DB4437" }), _jsx("path", { d: "M1.58691 0V12.2727H6.06419L9.99941 5.45455H19.9994V0H1.58691Z", fill: "url(#paint4_linear_927_5781)" }), _jsx("path", { d: "M10 5.45459V7.83527L18.9091 5.45459H10Z", fill: "url(#paint5_radial_927_5781)" }), _jsx("path", { d: "M0 19.9998H9.51932L11.9318 15.9089L13.9375 12.2726H6.0625L0 1.87256V19.9998Z", fill: "#0F9D58" }), _jsx("path", { d: "M0 19.9998H9.51932L12.1023 15.5112L13.9375 12.2726H6.0625L0 1.87256V19.9998Z", fill: "url(#paint6_linear_927_5781)" }), _jsx("path", { d: "M1.58771 4.59668L8.09339 11.1012L6.06384 12.2728L1.58771 4.59668Z", fill: "url(#paint7_radial_927_5781)" }), _jsx("path", { d: "M9.52661 19.9884L11.9084 11.1021L13.938 12.2725L9.52661 19.9884Z", fill: "url(#paint8_radial_927_5781)" }), _jsx("path", { d: "M10.0003 14.5455C12.5107 14.5455 14.5458 12.5104 14.5458 10C14.5458 7.48966 12.5107 5.45459 10.0003 5.45459C7.48996 5.45459 5.4549 7.48966 5.4549 10C5.4549 12.5104 7.48996 14.5455 10.0003 14.5455Z", fill: "#F1F1F1" }), _jsx("path", { d: "M9.99995 13.6365C12.0083 13.6365 13.6363 12.0084 13.6363 10.0001C13.6363 7.99183 12.0083 6.36377 9.99995 6.36377C7.99164 6.36377 6.36359 7.99183 6.36359 10.0001C6.36359 12.0084 7.99164 13.6365 9.99995 13.6365Z", fill: "#4285F4" }), _jsx("path", { d: "M10.0003 5.34082C7.48899 5.34082 5.4549 7.37491 5.4549 9.88628V9.99991C5.4549 7.48855 7.48899 5.45446 10.0003 5.45446H20.0003V5.34082H10.0003Z", fill: "black", fillOpacity: "0.2" }), _jsx("path", { d: "M13.9318 12.273C13.1455 13.6299 11.6818 14.5458 10 14.5458C8.31818 14.5458 6.85227 13.6299 6.06818 12.273H6.06364L0 1.87305V1.98668L6.06818 12.3867C6.85455 13.7435 8.31818 14.6594 10 14.6594C11.6818 14.6594 13.1455 13.7446 13.9318 12.3867H13.9375V12.273H13.9307H13.9318Z", fill: "white", fillOpacity: "0.1" }), _jsx("path", { opacity: "0.1", d: "M10.1133 5.45459C10.094 5.45459 10.0758 5.45686 10.0565 5.458C12.5406 5.48868 14.5452 7.50913 14.5452 10C14.5452 12.491 12.5406 14.5114 10.0565 14.5421C10.0758 14.5421 10.094 14.5455 10.1133 14.5455C12.6247 14.5455 14.6588 12.5114 14.6588 10C14.6588 7.48868 12.6247 5.45459 10.1133 5.45459Z", fill: "black" }), _jsx("path", { d: "M13.9769 12.4204C14.3632 11.7522 14.5871 10.9795 14.5871 10.1522C14.5874 9.68602 14.5157 9.22262 14.3746 8.77832C14.4826 9.16696 14.5451 9.57377 14.5451 9.99764C14.5451 10.8249 14.3212 11.5976 13.9348 12.2658L13.9371 12.2704L9.51892 19.9976H9.65074L13.9769 12.4204Z", fill: "white", fillOpacity: "0.2" }), _jsx("path", { d: "M10 0.113636C15.5034 0.113636 19.9682 4.56023 20 10.0568C20 10.0375 20.0011 10.0193 20.0011 10C20.0011 4.47727 15.5239 0 10.0011 0C4.47841 0 0 4.47727 0 10C0 10.0193 0.00113639 10.0375 0.00113639 10.0568C0.0318182 4.56023 4.49659 0.113636 10 0.113636Z", fill: "white", fillOpacity: "0.2" }), _jsx("path", { d: "M10 19.8865C15.5034 19.8865 19.9682 15.4399 20 9.94336C20 9.96268 20.0011 9.98086 20.0011 10.0002C20.0011 15.5229 15.5239 20.0002 10.0011 20.0002C4.47841 20.0002 0 15.5229 0 10.0002C0 9.98086 0.00113639 9.96268 0.00113639 9.94336C0.0318182 15.4399 4.49659 19.8865 10.0011 19.8865H10Z", fill: "black", fillOpacity: "0.15" })] }) }), _jsxs("defs", { children: [_jsxs("filter", { id: "filter0_ii_927_5781", x: 0, y: "-0.235294", width: 20, height: "20.4706", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [_jsx("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _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" }), _jsx("feOffset", { dy: "0.235294" }), _jsx("feGaussianBlur", { stdDeviation: "0.235294" }), _jsx("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: -1, k3: 1 }), _jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0" }), _jsx("feBlend", { mode: "normal", in2: "shape", result: "effect1_innerShadow_927_5781" }), _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" }), _jsx("feOffset", { dy: "-0.235294" }), _jsx("feGaussianBlur", { stdDeviation: "0.235294" }), _jsx("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: -1, k3: 1 }), _jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0" }), _jsx("feBlend", { mode: "normal", in2: "effect1_innerShadow_927_5781", result: "effect2_innerShadow_927_5781" })] }), _jsxs("linearGradient", { id: "paint0_linear_927_5781", x1: "2.42521", y1: "7.61591", x2: "8.39112", y2: "4.13068", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#A52714", stopOpacity: "0.6" }), _jsx("stop", { offset: "0.66", stopColor: "#A52714", stopOpacity: 0 })] }), _jsxs("linearGradient", { id: "paint1_linear_927_5781", x1: "11.6932", y1: "17.7844", x2: "5.06136", y2: "13.8981", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#055524", stopOpacity: "0.4" }), _jsx("stop", { offset: "0.33", stopColor: "#055524", stopOpacity: 0 })] }), _jsxs("linearGradient", { id: "paint2_linear_927_5781", x1: "12.9438", y1: "4.75004", x2: "14.6143", y2: "12.0569", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#EA6100", stopOpacity: "0.3" }), _jsx("stop", { offset: "0.66", stopColor: "#EA6100", stopOpacity: 0 })] }), _jsxs("linearGradient", { id: "paint3_linear_927_5781", x1: "12.9428", y1: "4.75004", x2: "14.6132", y2: "12.0569", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#EA6100", stopOpacity: "0.3" }), _jsx("stop", { offset: "0.66", stopColor: "#EA6100", stopOpacity: 0 })] }), _jsxs("linearGradient", { id: "paint4_linear_927_5781", x1: "2.42441", y1: "7.61591", x2: "8.39032", y2: "4.13068", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#A52714", stopOpacity: "0.6" }), _jsx("stop", { offset: "0.66", stopColor: "#A52714", stopOpacity: 0 })] }), _jsxs("radialGradient", { id: "paint5_radial_927_5781", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(9.56818 5.44891) scale(9.55455)", children: [_jsx("stop", { stopColor: "#3E2723", stopOpacity: "0.2" }), _jsx("stop", { offset: 1, stopColor: "#3E2723", stopOpacity: 0 })] }), _jsxs("linearGradient", { id: "paint6_linear_927_5781", x1: "11.6932", y1: "17.7839", x2: "5.06136", y2: "13.8976", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#055524", stopOpacity: "0.4" }), _jsx("stop", { offset: "0.33", stopColor: "#055524", stopOpacity: 0 })] }), _jsxs("radialGradient", { id: "paint7_radial_927_5781", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(1.57975 4.60463) scale(8.86818)", children: [_jsx("stop", { stopColor: "#3E2723", stopOpacity: "0.2" }), _jsx("stop", { offset: 1, stopColor: "#3E2723", stopOpacity: 0 })] }), _jsxs("radialGradient", { id: "paint8_radial_927_5781", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(9.97775 10.0157) scale(9.98523)", children: [_jsx("stop", { stopColor: "#263238", stopOpacity: "0.2" }), _jsx("stop", { offset: 1, stopColor: "#263238", stopOpacity: 0 })] }), _jsx("clipPath", { id: "clip0_927_5781", children: _jsx("rect", { width: 20, height: 20, rx: 10, fill: "white" }) })] })] }));
|
|
6
|
+
const FireFox = (_jsxs("svg", { "aria-hidden": "true", width: 20, height: 20, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsxs("g", { clipPath: "url(#clip0_927_5847)", children: [_jsx("path", { d: "M19.011 6.71023C18.5898 5.69685 17.7355 4.60269 17.0665 4.25681C17.5436 5.18063 17.8747 6.17276 18.0481 7.19792L18.0499 7.21417C16.954 4.48315 15.0963 3.38023 13.5782 0.981835C13.5014 0.860539 13.4246 0.738994 13.3498 0.610696C13.3071 0.537418 13.2728 0.471393 13.2431 0.410621C13.1801 0.288713 13.1316 0.159878 13.0985 0.0267267C13.0985 0.0205825 13.0963 0.0146369 13.0923 0.0100242C13.0882 0.00541151 13.0826 0.00245454 13.0765 0.00171737C13.0705 7.85858e-05 13.0642 7.85858e-05 13.0582 0.00171737C13.057 0.00171737 13.055 0.00396821 13.0535 0.0044684C13.052 0.00496859 13.0487 0.00721943 13.0465 0.00821981L13.0502 0.00171737C10.6156 1.42725 9.78901 4.06574 9.71399 5.38624C8.74136 5.45292 7.81141 5.81121 7.04549 6.41437C6.96561 6.34671 6.88212 6.28343 6.79539 6.2248C6.57456 5.45174 6.56514 4.6336 6.76813 3.85566C5.87401 4.28877 5.07954 4.90279 4.43501 5.65884H4.43051C4.04636 5.17191 4.07337 3.5663 4.09538 3.23093C3.98174 3.2766 3.87326 3.33419 3.77176 3.40274C3.43264 3.64477 3.11562 3.91635 2.8244 4.2143C2.49255 4.55075 2.18946 4.91441 1.91831 5.30146V5.30296V5.3012C1.29521 6.18444 0.853213 7.18234 0.617826 8.23731L0.604821 8.30133C0.586564 8.38661 0.52079 8.81377 0.509535 8.90656C0.509535 8.91381 0.508035 8.92056 0.507285 8.92781C0.42244 9.36882 0.369864 9.81542 0.349976 10.2641V10.3141C0.354259 12.7396 1.26772 15.0754 2.91002 16.8604C4.55233 18.6454 6.80415 19.7498 9.22094 19.9556C11.6377 20.1615 14.0439 19.4538 15.9644 17.9723C17.8849 16.4908 19.1803 14.3431 19.5947 11.9532C19.6109 11.8282 19.6242 11.7044 19.6387 11.5781C19.8384 9.92791 19.6222 8.25404 19.01 6.70873L19.011 6.71023ZM7.83928 14.2981C7.88455 14.3198 7.92707 14.3433 7.97358 14.3641L7.98034 14.3684C7.93332 14.3458 7.8863 14.3224 7.83928 14.2981ZM18.0501 7.21692V7.20767L18.0519 7.21792L18.0501 7.21692Z", fill: "url(#paint0_linear_927_5847)" }), _jsx("path", { d: "M19.0109 6.71026C18.5898 5.69688 17.7354 4.60272 17.0664 4.25684C17.5435 5.18066 17.8746 6.17278 18.0481 7.19794V7.20719L18.0498 7.21745C18.797 9.35551 18.689 11.6997 17.7482 13.7599C16.6373 16.1435 13.9493 18.5867 9.7402 18.4667C5.19349 18.3379 1.18699 14.9629 0.439211 10.5437C0.30291 9.84668 0.439211 9.4933 0.507737 8.92684C0.414265 9.36685 0.362102 9.81463 0.351929 10.2643V10.3144C0.356212 12.7399 1.26967 15.0757 2.91198 16.8607C4.55429 18.6456 6.8061 19.7501 9.2229 19.9559C11.6397 20.1617 14.0458 19.4541 15.9664 17.9725C17.8869 16.491 19.1822 14.3434 19.5966 11.9535C19.6129 11.8284 19.6262 11.7046 19.6407 11.5783C19.8403 9.92819 19.6242 8.25431 19.0119 6.70901L19.0109 6.71026Z", fill: "url(#paint1_radial_927_5847)" }), _jsx("path", { d: "M19.0109 6.71026C18.5898 5.69688 17.7354 4.60272 17.0664 4.25684C17.5435 5.18066 17.8746 6.17278 18.0481 7.19794V7.20719L18.0498 7.21745C18.797 9.35551 18.689 11.6997 17.7482 13.7599C16.6373 16.1435 13.9493 18.5867 9.7402 18.4667C5.19349 18.3379 1.18699 14.9629 0.439211 10.5437C0.30291 9.84668 0.439211 9.4933 0.507737 8.92684C0.414265 9.36685 0.362102 9.81463 0.351929 10.2643V10.3144C0.356212 12.7399 1.26967 15.0757 2.91198 16.8607C4.55429 18.6456 6.8061 19.7501 9.2229 19.9559C11.6397 20.1617 14.0458 19.4541 15.9664 17.9725C17.8869 16.491 19.1822 14.3434 19.5966 11.9535C19.6129 11.8284 19.6262 11.7046 19.6407 11.5783C19.8403 9.92819 19.6242 8.25431 19.0119 6.70901L19.0109 6.71026Z", fill: "url(#paint2_radial_927_5847)" }), _jsx("path", { d: "M14.2993 7.84794C14.3203 7.8627 14.3398 7.87745 14.3595 7.89221C14.1161 7.46047 13.813 7.06519 13.4592 6.71802C10.4456 3.70439 12.6696 0.18557 13.0445 0.00550206L13.0483 0C10.6136 1.42553 9.78706 4.06402 9.71204 5.38452C9.82508 5.37677 9.93712 5.36726 10.0527 5.36726C10.9164 5.36893 11.7644 5.59929 12.5103 6.03492C13.2562 6.47055 13.8734 7.09592 14.2993 7.84744V7.84794Z", fill: "url(#paint3_radial_927_5847)" }), _jsx("path", { d: "M10.0577 8.45061C10.0417 8.6917 9.18992 9.52326 8.89206 9.52326C6.13602 9.52326 5.68835 11.1906 5.68835 11.1906C5.8104 12.5947 6.78877 13.7516 7.97146 14.3618C8.02548 14.3898 8.08025 14.4151 8.13502 14.4399C8.22989 14.4819 8.32476 14.5207 8.41963 14.5564C8.82553 14.7 9.25065 14.7821 9.68085 14.7997C14.5127 15.0263 15.448 9.02257 11.9615 7.27942C12.7839 7.1724 13.6168 7.37463 14.2986 7.84688C13.8727 7.09536 13.2555 6.46999 12.5096 6.03436C11.7637 5.59873 10.9158 5.36837 10.052 5.3667C9.93695 5.3667 9.82441 5.3762 9.71136 5.38396C8.73874 5.45064 7.80879 5.80893 7.04286 6.41209C7.19067 6.53714 7.35748 6.7042 7.70886 7.05058C8.36661 7.69857 10.0535 8.36983 10.0572 8.44861L10.0577 8.45061Z", fill: "url(#paint4_radial_927_5847)" }), _jsx("path", { d: "M10.0577 8.45061C10.0417 8.6917 9.18992 9.52326 8.89206 9.52326C6.13602 9.52326 5.68835 11.1906 5.68835 11.1906C5.8104 12.5947 6.78877 13.7516 7.97146 14.3618C8.02548 14.3898 8.08025 14.4151 8.13502 14.4399C8.22989 14.4819 8.32476 14.5207 8.41963 14.5564C8.82553 14.7 9.25065 14.7821 9.68085 14.7997C14.5127 15.0263 15.448 9.02257 11.9615 7.27942C12.7839 7.1724 13.6168 7.37463 14.2986 7.84688C13.8727 7.09536 13.2555 6.46999 12.5096 6.03436C11.7637 5.59873 10.9158 5.36837 10.052 5.3667C9.93695 5.3667 9.82441 5.3762 9.71136 5.38396C8.73874 5.45064 7.80879 5.80893 7.04286 6.41209C7.19067 6.53714 7.35748 6.7042 7.70886 7.05058C8.36661 7.69857 10.0535 8.36983 10.0572 8.44861L10.0577 8.45061Z", fill: "url(#paint5_radial_927_5847)" }), _jsx("path", { d: "M6.59134 6.0923C6.66987 6.14231 6.73464 6.18583 6.79141 6.2251C6.57058 5.45204 6.56117 4.63389 6.76415 3.85596C5.87003 4.28907 5.07556 4.90308 4.43103 5.65913C4.4783 5.65788 5.88432 5.63262 6.59134 6.0923Z", fill: "url(#paint6_radial_927_5847)" }), _jsx("path", { d: "M0.437567 10.5439C1.1856 14.963 5.19185 18.3393 9.73855 18.4668C13.9476 18.5859 16.6361 16.1425 17.7466 13.7601C18.6873 11.6998 18.7954 9.35569 18.0482 7.21762V7.20837C18.0482 7.20111 18.0467 7.19686 18.0482 7.19911L18.0499 7.21537C18.3938 9.46046 17.2519 11.6345 15.4665 13.1076L15.4609 13.1201C11.9821 15.9536 8.6534 14.8292 7.98064 14.3706C7.93363 14.348 7.88661 14.3246 7.83959 14.3003C5.81158 13.3309 4.97352 11.4842 5.15358 9.89862C4.67218 9.90573 4.19905 9.77307 3.79151 9.51672C3.38397 9.26038 3.05952 8.89134 2.85747 8.45433C3.38987 8.1282 3.99692 7.94382 4.62077 7.91878C5.24461 7.89374 5.86448 8.02887 6.42131 8.31128C7.56906 8.83225 8.87507 8.8836 10.0602 8.45433C10.0564 8.37555 8.36954 7.70405 7.71179 7.05631C7.36041 6.70993 7.1936 6.54312 7.04579 6.41782C6.96591 6.35016 6.88243 6.28688 6.7957 6.22825C6.73818 6.18898 6.6734 6.14647 6.59562 6.09545C5.88861 5.63578 4.48258 5.66104 4.43607 5.66229H4.43156C4.04742 5.17535 4.07443 3.56975 4.09644 3.23438C3.9828 3.28005 3.87431 3.33764 3.77282 3.40619C3.4337 3.64822 3.11667 3.91979 2.82546 4.21774C2.49242 4.55325 2.18808 4.91607 1.91562 5.3024V5.3039V5.30215C1.29252 6.18539 0.850521 7.18329 0.615133 8.23825C0.610381 8.25801 0.266002 9.76357 0.435816 10.5444L0.437567 10.5439Z", fill: "url(#paint7_radial_927_5847)" }), _jsx("path", { d: "M13.459 6.71761C13.8128 7.06516 14.1159 7.46087 14.3593 7.89305C14.4126 7.93331 14.4624 7.97333 14.5046 8.01209C16.7022 10.0378 15.5508 12.9014 15.465 13.104C17.2502 11.6332 18.3911 9.45763 18.0485 7.21179C16.952 4.47826 15.0923 3.37535 13.5768 0.976952C13.5 0.855657 13.4232 0.734111 13.3484 0.605813C13.3057 0.532535 13.2714 0.466511 13.2417 0.405738C13.1787 0.283831 13.1302 0.154995 13.0971 0.0218439C13.0971 0.0156997 13.0949 0.0097541 13.0909 0.0051414C13.0868 0.000528701 13.0812 -0.00242828 13.0751 -0.00316545C13.0691 -0.00480423 13.0628 -0.00480423 13.0568 -0.00316545C13.0556 -0.00316545 13.0536 -0.000914601 13.0521 -0.000414413C13.0506 8.57743e-05 13.0473 0.00233662 13.0451 0.00333699C12.6702 0.181154 10.4466 3.70222 13.4602 6.71335L13.459 6.71761Z", fill: "url(#paint8_radial_927_5847)" }), _jsx("path", { d: "M14.5043 8.01315C14.462 7.97439 14.4122 7.93437 14.359 7.8941C14.3392 7.87935 14.3197 7.86459 14.2987 7.84984C13.6169 7.37759 12.784 7.17536 11.9616 7.28238C15.4479 9.02553 14.5125 15.0278 9.68095 14.8027C9.25075 14.785 8.82562 14.703 8.41973 14.5594C8.32486 14.5238 8.22999 14.485 8.13512 14.4428C8.08035 14.4178 8.02558 14.3928 7.97156 14.3648L7.97831 14.369C8.65206 14.829 11.9798 15.9526 15.4586 13.1186L15.4641 13.1061C15.5509 12.9035 16.7023 10.0399 14.5038 8.01415L14.5043 8.01315Z", fill: "url(#paint9_radial_927_5847)" }), _jsx("path", { d: "M5.68842 11.1892C5.68842 11.1892 6.13583 9.52179 8.89212 9.52179C9.18998 9.52179 10.0425 8.69023 10.0578 8.44914C8.8727 8.8784 7.56669 8.82706 6.41894 8.30608C5.86211 8.02367 5.24224 7.88855 4.61839 7.91359C3.99455 7.93863 3.3875 8.123 2.8551 8.44914C3.05715 8.88615 3.3816 9.25518 3.78914 9.51153C4.19668 9.76787 4.66981 9.90053 5.15121 9.89343C4.97165 11.4783 5.80946 13.3247 7.83722 14.2951C7.88249 14.3168 7.925 14.3403 7.97152 14.3611C6.78783 13.7496 5.81046 12.5932 5.68842 11.1899V11.1892Z", fill: "url(#paint10_radial_927_5847)" }), _jsx("path", { d: "M19.0112 6.71023C18.59 5.69685 17.7357 4.60269 17.0667 4.25681C17.5438 5.18063 17.8749 6.17276 18.0483 7.19792L18.0501 7.21417C16.9542 4.48315 15.0965 3.38023 13.5784 0.981835C13.5016 0.860539 13.4249 0.738994 13.3501 0.610696C13.3073 0.537418 13.2731 0.471393 13.2433 0.410621C13.1803 0.288713 13.1318 0.159878 13.0987 0.0267267C13.0988 0.0205825 13.0966 0.0146369 13.0925 0.0100242C13.0884 0.00541151 13.0828 0.00245454 13.0767 0.00171737C13.0708 7.85859e-05 13.0644 7.85859e-05 13.0585 0.00171737C13.0572 0.00171737 13.0552 0.00396821 13.0537 0.0044684C13.0522 0.00496859 13.049 0.00721943 13.0467 0.00821981L13.0505 0.00171737C10.6158 1.42725 9.78925 4.06574 9.71422 5.38624C9.82726 5.37848 9.9393 5.36898 10.0548 5.36898C10.9186 5.37065 11.7666 5.60101 12.5125 6.03664C13.2584 6.47227 13.8756 7.09764 14.3014 7.84916C13.6196 7.37691 12.7868 7.17468 11.9643 7.2817C15.4506 9.02485 14.5153 15.0271 9.68371 14.802C9.25351 14.7843 8.82838 14.7023 8.42248 14.5587C8.32761 14.5232 8.23275 14.4843 8.13788 14.4421C8.08311 14.4171 8.02834 14.3921 7.97432 14.3641L7.98107 14.3684C7.93405 14.3458 7.88703 14.3224 7.84002 14.2981C7.88528 14.3198 7.9278 14.3433 7.97432 14.3641C6.79062 13.7524 5.81326 12.5959 5.69121 11.1929C5.69121 11.1929 6.13863 9.52554 8.89491 9.52554C9.19277 9.52554 10.0453 8.69398 10.0606 8.45289C10.0568 8.37411 8.36996 7.7026 7.71222 7.05486C7.36084 6.70848 7.19402 6.54167 7.04622 6.41637C6.96634 6.34871 6.88285 6.28543 6.79612 6.2268C6.57529 5.45374 6.56588 4.6356 6.76886 3.85766C5.87474 4.29077 5.08027 4.90479 4.43574 5.66084H4.43124C4.04709 5.17391 4.0741 3.5683 4.09611 3.23293C3.98247 3.2786 3.87399 3.33619 3.77249 3.40474C3.43337 3.64677 3.11635 3.91835 2.82514 4.2163C2.49328 4.55275 2.19019 4.91641 1.91905 5.30345V5.30496V5.30321C1.29595 6.18644 0.853946 7.18434 0.618558 8.23931L0.605554 8.30333C0.587297 8.38861 0.505516 8.82177 0.493762 8.91481C0.418959 9.36194 0.371188 9.81318 0.350708 10.2661V10.3161C0.354992 12.7416 1.26845 15.0774 2.91076 16.8624C4.55307 18.6474 6.80488 19.7518 9.22168 19.9576C11.6385 20.1635 14.0446 19.4558 15.9652 17.9743C17.8857 16.4928 19.181 14.3451 19.5954 11.9552C19.6117 11.8302 19.6249 11.7064 19.6394 11.5801C19.8391 9.92991 19.623 8.25604 19.0107 6.71073L19.0112 6.71023ZM18.0496 7.20817L18.0513 7.21842L18.0496 7.20817Z", fill: "url(#paint11_linear_927_5847)" })] }), _jsxs("defs", { children: [_jsxs("linearGradient", { id: "paint0_linear_927_5847", x1: "17.728", y1: "3.09786", x2: "1.63621", y2: "18.6237", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { offset: "0.048", stopColor: "#FFF44F" }), _jsx("stop", { offset: "0.111", stopColor: "#FFE847" }), _jsx("stop", { offset: "0.225", stopColor: "#FFC830" }), _jsx("stop", { offset: "0.368", stopColor: "#FF980E" }), _jsx("stop", { offset: "0.401", stopColor: "#FF8B16" }), _jsx("stop", { offset: "0.462", stopColor: "#FF672A" }), _jsx("stop", { offset: "0.534", stopColor: "#FF3647" }), _jsx("stop", { offset: "0.705", stopColor: "#E31587" })] }), _jsxs("radialGradient", { id: "paint1_radial_927_5847", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(17.1052 2.25108) scale(20.2076)", children: [_jsx("stop", { offset: "0.129", stopColor: "#FFBD4F" }), _jsx("stop", { offset: "0.186", stopColor: "#FFAC31" }), _jsx("stop", { offset: "0.247", stopColor: "#FF9D17" }), _jsx("stop", { offset: "0.283", stopColor: "#FF980E" }), _jsx("stop", { offset: "0.403", stopColor: "#FF563B" }), _jsx("stop", { offset: "0.467", stopColor: "#FF3750" }), _jsx("stop", { offset: "0.71", stopColor: "#F5156C" }), _jsx("stop", { offset: "0.782", stopColor: "#EB0878" }), _jsx("stop", { offset: "0.86", stopColor: "#E50080" })] }), _jsxs("radialGradient", { id: "paint2_radial_927_5847", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(9.6024 10.5042) scale(20.2076)", children: [_jsx("stop", { offset: "0.3", stopColor: "#960E18" }), _jsx("stop", { offset: "0.351", stopColor: "#B11927", stopOpacity: "0.74" }), _jsx("stop", { offset: "0.435", stopColor: "#DB293D", stopOpacity: "0.343" }), _jsx("stop", { offset: "0.497", stopColor: "#F5334B", stopOpacity: "0.094" }), _jsx("stop", { offset: "0.53", stopColor: "#FF3750", stopOpacity: 0 })] }), _jsxs("radialGradient", { id: "paint3_radial_927_5847", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(12.1034 -2.25084) scale(14.638)", children: [_jsx("stop", { offset: "0.132", stopColor: "#FFF44F" }), _jsx("stop", { offset: "0.252", stopColor: "#FFDC3E" }), _jsx("stop", { offset: "0.506", stopColor: "#FF9D12" }), _jsx("stop", { offset: "0.526", stopColor: "#FF980E" })] }), _jsxs("radialGradient", { id: "paint4_radial_927_5847", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(7.35173 15.7558) scale(9.62111)", children: [_jsx("stop", { offset: "0.353", stopColor: "#3A8EE6" }), _jsx("stop", { offset: "0.472", stopColor: "#5C79F0" }), _jsx("stop", { offset: "0.669", stopColor: "#9059FF" }), _jsx("stop", { offset: 1, stopColor: "#C139E6" })] }), _jsxs("radialGradient", { id: "paint5_radial_927_5847", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(10.5799 8.76923) rotate(-13.5916) scale(5.10194 5.97309)", children: [_jsx("stop", { offset: "0.206", stopColor: "#9059FF", stopOpacity: 0 }), _jsx("stop", { offset: "0.278", stopColor: "#8C4FF3", stopOpacity: "0.064" }), _jsx("stop", { offset: "0.747", stopColor: "#7716A8", stopOpacity: "0.45" }), _jsx("stop", { offset: "0.975", stopColor: "#6E008B", stopOpacity: "0.6" })] }), _jsxs("radialGradient", { id: "paint6_radial_927_5847", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(9.35238 1.50057) scale(6.9226)", children: [_jsx("stop", { stopColor: "#FFE226" }), _jsx("stop", { offset: "0.121", stopColor: "#FFDB27" }), _jsx("stop", { offset: "0.295", stopColor: "#FFC82A" }), _jsx("stop", { offset: "0.502", stopColor: "#FFA930" }), _jsx("stop", { offset: "0.732", stopColor: "#FF7E37" }), _jsx("stop", { offset: "0.792", stopColor: "#FF7139" })] }), _jsxs("radialGradient", { id: "paint7_radial_927_5847", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(14.8545 -3.00121) scale(29.5361)", children: [_jsx("stop", { offset: "0.113", stopColor: "#FFF44F" }), _jsx("stop", { offset: "0.456", stopColor: "#FF980E" }), _jsx("stop", { offset: "0.622", stopColor: "#FF5634" }), _jsx("stop", { offset: "0.716", stopColor: "#FF3647" }), _jsx("stop", { offset: "0.904", stopColor: "#E31587" })] }), _jsxs("radialGradient", { id: "paint8_radial_927_5847", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(12.3996 -1.36343) rotate(83.976) scale(21.6445 14.2051)", children: [_jsx("stop", { stopColor: "#FFF44F" }), _jsx("stop", { offset: "0.06", stopColor: "#FFE847" }), _jsx("stop", { offset: "0.168", stopColor: "#FFC830" }), _jsx("stop", { offset: "0.304", stopColor: "#FF980E" }), _jsx("stop", { offset: "0.356", stopColor: "#FF8B16" }), _jsx("stop", { offset: "0.455", stopColor: "#FF672A" }), _jsx("stop", { offset: "0.57", stopColor: "#FF3647" }), _jsx("stop", { offset: "0.737", stopColor: "#E31587" })] }), _jsxs("radialGradient", { id: "paint9_radial_927_5847", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(9.35233 4.00165) scale(18.4369)", children: [_jsx("stop", { offset: "0.137", stopColor: "#FFF44F" }), _jsx("stop", { offset: "0.48", stopColor: "#FF980E" }), _jsx("stop", { offset: "0.592", stopColor: "#FF5634" }), _jsx("stop", { offset: "0.655", stopColor: "#FF3647" }), _jsx("stop", { offset: "0.904", stopColor: "#E31587" })] }), _jsxs("radialGradient", { id: "paint10_radial_927_5847", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(14.1041 5.00184) scale(20.1801)", children: [_jsx("stop", { offset: "0.094", stopColor: "#FFF44F" }), _jsx("stop", { offset: "0.231", stopColor: "#FFE141" }), _jsx("stop", { offset: "0.509", stopColor: "#FFAF1E" }), _jsx("stop", { offset: "0.626", stopColor: "#FF980E" })] }), _jsxs("linearGradient", { id: "paint11_linear_927_5847", x1: "17.5331", y1: "3.01533", x2: "3.84302", y2: "16.708", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { offset: "0.167", stopColor: "#FFF44F", stopOpacity: "0.8" }), _jsx("stop", { offset: "0.266", stopColor: "#FFF44F", stopOpacity: "0.634" }), _jsx("stop", { offset: "0.489", stopColor: "#FFF44F", stopOpacity: "0.217" }), _jsx("stop", { offset: "0.6", stopColor: "#FFF44F", stopOpacity: 0 })] }), _jsx("clipPath", { id: "clip0_927_5847", children: _jsx("rect", { width: 20, height: 20, fill: "white" }) })] })] }));
|
|
7
|
+
const Brave = (_jsxs("svg", { "aria-hidden": "true", width: 20, height: 20, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("path", { d: "M17.2924 5.22043L17.7256 4.15905L16.4982 2.8883C15.8339 2.22404 14.4187 2.61393 14.4187 2.61393L12.8158 0.794434H7.16242L5.55231 2.62115C5.55231 2.62115 4.13715 2.23848 3.47289 2.8883L2.24545 4.15183L2.67866 5.21321L2.13715 6.78721L3.9422 13.6681C4.31765 15.141 4.57036 15.7114 5.63173 16.4623L8.93137 18.7006C9.24906 18.8955 9.63895 19.2349 9.99274 19.2349C10.3465 19.2349 10.7364 18.8955 11.0541 18.7006L14.3538 16.4623C15.4151 15.7114 15.6678 15.141 16.0433 13.6681L17.8483 6.78721L17.2924 5.22043Z", fill: "url(#paint0_linear_927_5861)" }), _jsx("path", { d: "M13.9711 3.78343C13.9711 3.78343 16.0433 6.28884 16.0433 6.81592C16.0433 7.35744 15.7834 7.49462 15.5234 7.77621L13.9711 9.43686C13.8267 9.58126 13.5162 9.82675 13.6967 10.2527C13.8772 10.686 14.1299 11.2203 13.8411 11.769C13.5523 12.3249 13.0469 12.6932 12.722 12.6354C12.2387 12.4786 11.7777 12.2602 11.3502 11.9856C11.0758 11.8051 10.1949 11.0758 10.1949 10.7943C10.1949 10.5127 11.1047 10 11.278 9.89895C11.444 9.78343 12.2166 9.33577 12.231 9.16249C12.2455 8.9892 12.2455 8.94588 12.0144 8.51267C11.7834 8.07946 11.379 7.50184 11.4368 7.12639C11.509 6.75094 12.1588 6.54877 12.6426 6.36827L14.1372 5.80509C14.2527 5.74733 14.2238 5.69679 13.8772 5.66068C13.5307 5.6318 12.5559 5.50184 12.1155 5.62458C11.6751 5.74733 10.9386 5.93505 10.8664 6.03614C10.8086 6.13722 10.7509 6.13722 10.8159 6.48379L11.2346 8.75816C11.2635 9.04697 11.3213 9.24191 11.018 9.31411C10.7003 9.38632 10.1733 9.50906 9.99276 9.50906C9.81225 9.50906 9.27796 9.38632 8.96749 9.31411C8.65702 9.24191 8.71478 9.04697 8.75088 8.75816C8.77976 8.46935 9.09745 6.82314 9.16243 6.48379C9.23464 6.13722 9.16965 6.13722 9.11189 6.03614C9.03969 5.93505 8.29601 5.74733 7.85558 5.62458C7.42236 5.50184 6.44041 5.6318 6.09384 5.66791C5.74727 5.69679 5.71839 5.74011 5.83391 5.81231L7.3285 6.36827C7.80503 6.54877 8.46929 6.75094 8.53428 7.12639C8.60648 7.50906 8.19493 8.07946 7.95666 8.51267C7.71839 8.94588 7.72561 8.9892 7.74005 9.16249C7.75449 9.33577 8.53428 9.78343 8.69312 9.89895C8.86641 10.0073 9.77615 10.5127 9.77615 10.7943C9.77615 11.0758 8.91695 11.8051 8.62814 11.9856C8.20063 12.2602 7.73957 12.4786 7.2563 12.6354C6.93139 12.6932 6.42597 12.3249 6.12994 11.769C5.84113 11.2203 6.10106 10.686 6.27435 10.2527C6.45485 9.81953 6.1516 9.58848 5.99998 9.43686L4.44763 7.77621C4.19493 7.50906 3.935 7.36466 3.935 6.83036C3.935 6.29606 6.0072 3.79787 6.0072 3.79787L7.97832 4.11556C8.20937 4.11556 8.722 3.92061 9.19132 3.75455C9.66063 3.61014 9.98554 3.5957 9.98554 3.5957C9.98554 3.5957 10.3032 3.5957 10.7798 3.75455C11.2563 3.91339 11.7617 4.11556 11.9928 4.11556C12.231 4.11556 13.9783 3.77621 13.9783 3.77621L13.9711 3.78343ZM12.4188 13.3719C12.5487 13.4441 12.4693 13.6029 12.3465 13.6896L10.5126 15.1192C10.3682 15.2636 10.1372 15.4802 9.98554 15.4802C9.83391 15.4802 9.61009 15.2636 9.45846 15.1192C8.8506 14.6351 8.23683 14.1586 7.61731 13.6896C7.50178 13.6029 7.42236 13.4513 7.54511 13.3719L8.62814 12.7943C9.05864 12.5665 9.51417 12.3897 9.98554 12.2672C10.0938 12.2672 10.7798 12.5127 11.3357 12.7943L12.4188 13.3719Z", fill: "white" }), _jsx("path", { d: "M14.4332 2.62115L12.8159 0.794434H7.16243L5.55232 2.62115C5.55232 2.62115 4.13716 2.23848 3.4729 2.8883C3.4729 2.8883 5.35016 2.72223 5.99998 3.77638L7.99276 4.11573C8.2238 4.11573 8.73644 3.92079 9.20575 3.75472C9.67507 3.61032 9.99998 3.59588 9.99998 3.59588C9.99998 3.59588 10.3177 3.59588 10.7942 3.75472C11.2707 3.91357 11.7761 4.11573 12.0072 4.11573C12.2455 4.11573 13.9928 3.77638 13.9928 3.77638C14.6426 2.72223 16.5198 2.8883 16.5198 2.8883C15.8556 2.22404 14.4404 2.61393 14.4404 2.61393", fill: "url(#paint1_linear_927_5861)" }), _jsxs("defs", { children: [_jsxs("linearGradient", { id: "paint0_linear_927_5861", x1: "2.13715", y1: "10.1991", x2: "17.8483", y2: "10.1991", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { offset: "0.4", stopColor: "#FF5500" }), _jsx("stop", { offset: "0.6", stopColor: "#FF2000" })] }), _jsxs("linearGradient", { id: "paint1_linear_927_5861", x1: "3.73384", y1: "2.4883", x2: "16.5198", y2: "2.4883", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#FF452A" }), _jsx("stop", { offset: 1, stopColor: "#FF2000" })] })] })] }));
|
|
8
|
+
const Edge = (_jsxs("svg", { "aria-hidden": "true", width: 20, height: 20, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsxs("g", { clipPath: "url(#clip0_927_5865)", children: [_jsx("path", { d: "M18.0547 14.8828C17.7865 15.0222 17.5099 15.1448 17.2266 15.25C16.3293 15.584 15.3792 15.7533 14.4219 15.75C10.7266 15.75 7.50781 13.2109 7.50781 9.94531C7.51262 9.50803 7.63385 9.07993 7.85905 8.70506C8.08424 8.33019 8.40526 8.0221 8.78906 7.8125C5.44531 7.95312 4.58594 11.4375 4.58594 13.4766C4.58594 19.2578 9.90625 19.8359 11.0547 19.8359C11.6719 19.8359 12.6016 19.6562 13.1641 19.4766L13.2656 19.4453C15.4183 18.7014 17.2534 17.2465 18.4688 15.3203C18.5041 15.2618 18.5192 15.1933 18.5119 15.1253C18.5046 15.0574 18.4752 14.9937 18.4282 14.944C18.3812 14.8944 18.3192 14.8615 18.2518 14.8505C18.1843 14.8394 18.1151 14.8508 18.0547 14.8828Z", fill: "url(#paint0_linear_927_5865)" }), _jsx("path", { opacity: "0.35", d: "M18.0547 14.8828C17.7865 15.0222 17.5099 15.1448 17.2266 15.25C16.3293 15.584 15.3792 15.7533 14.4219 15.75C10.7266 15.75 7.50781 13.2109 7.50781 9.94531C7.51262 9.50803 7.63385 9.07993 7.85905 8.70506C8.08424 8.33019 8.40526 8.0221 8.78906 7.8125C5.44531 7.95312 4.58594 11.4375 4.58594 13.4766C4.58594 19.2578 9.90625 19.8359 11.0547 19.8359C11.6719 19.8359 12.6016 19.6562 13.1641 19.4766L13.2656 19.4453C15.4183 18.7014 17.2534 17.2465 18.4688 15.3203C18.5041 15.2618 18.5192 15.1933 18.5119 15.1253C18.5046 15.0574 18.4752 14.9937 18.4282 14.944C18.3812 14.8944 18.3192 14.8615 18.2518 14.8505C18.1843 14.8394 18.1151 14.8508 18.0547 14.8828Z", fill: "url(#paint1_radial_927_5865)" }), _jsx("path", { d: "M8.2578 18.8516C7.56239 18.4196 6.95961 17.854 6.48436 17.1875C5.94166 16.4447 5.56809 15.5921 5.38987 14.6896C5.21165 13.787 5.23311 12.8565 5.45272 11.9631C5.67234 11.0697 6.08479 10.2353 6.66115 9.51826C7.23751 8.80123 7.96379 8.21903 8.78905 7.8125C9.03905 7.69531 9.45311 7.49219 10.0078 7.5C10.3981 7.50302 10.7824 7.59627 11.1308 7.77245C11.4791 7.94864 11.7819 8.20299 12.0156 8.51562C12.3299 8.93835 12.5023 9.4498 12.5078 9.97656C12.5078 9.96094 14.4219 3.75781 6.2578 3.75781C2.82811 3.75781 0.00780015 7.00781 0.00780015 9.86719C-0.00584162 11.3776 0.317079 12.8721 0.953112 14.2422C1.99473 16.4602 3.81447 18.2185 6.06689 19.1834C8.3193 20.1483 10.8476 20.2526 13.1719 19.4766C12.3576 19.7337 11.4972 19.811 10.6501 19.7031C9.80297 19.5952 8.98941 19.3047 8.26561 18.8516H8.2578Z", fill: "url(#paint2_linear_927_5865)" }), _jsx("path", { opacity: "0.41", d: "M8.2578 18.8516C7.56239 18.4196 6.95961 17.854 6.48436 17.1875C5.94166 16.4447 5.56809 15.5921 5.38987 14.6896C5.21165 13.787 5.23311 12.8565 5.45272 11.9631C5.67234 11.0697 6.08479 10.2353 6.66115 9.51826C7.23751 8.80123 7.96379 8.21903 8.78905 7.8125C9.03905 7.69531 9.45311 7.49219 10.0078 7.5C10.3981 7.50302 10.7824 7.59627 11.1308 7.77245C11.4791 7.94864 11.7819 8.20299 12.0156 8.51562C12.3299 8.93835 12.5023 9.4498 12.5078 9.97656C12.5078 9.96094 14.4219 3.75781 6.2578 3.75781C2.82811 3.75781 0.00780015 7.00781 0.00780015 9.86719C-0.00584162 11.3776 0.317079 12.8721 0.953112 14.2422C1.99473 16.4602 3.81447 18.2185 6.06689 19.1834C8.3193 20.1483 10.8476 20.2526 13.1719 19.4766C12.3576 19.7337 11.4972 19.811 10.6501 19.7031C9.80297 19.5952 8.98941 19.3047 8.26561 18.8516H8.2578Z", fill: "url(#paint3_radial_927_5865)" }), _jsx("path", { d: "M11.9062 11.625C11.8359 11.7031 11.6406 11.8203 11.6406 12.0625C11.6406 12.2656 11.7734 12.4688 12.0156 12.6328C13.1328 13.4141 15.25 13.3047 15.2578 13.3047C16.0907 13.3041 16.9081 13.0802 17.625 12.6562C18.3467 12.2341 18.9456 11.6307 19.3622 10.9057C19.7788 10.1808 19.9986 9.35955 20 8.52344C20.0234 6.77344 19.375 5.60937 19.1172 5.09375C17.4531 1.85937 13.8828 4.89564e-08 10 4.89564e-08C7.37202 -0.00025981 4.84956 1.03398 2.97819 2.87904C1.10682 4.7241 0.0369559 7.23166 0 9.85938C0.0390625 7.00781 2.875 4.70312 6.25 4.70312C6.52344 4.70312 8.08594 4.72656 9.53125 5.48438C10.5466 5.98895 11.3875 6.78627 11.9453 7.77344C12.4219 8.60156 12.5078 9.65625 12.5078 10.0781C12.5078 10.5 12.2969 11.1172 11.8984 11.6328L11.9062 11.625Z", fill: "url(#paint4_radial_927_5865)" }), _jsx("path", { d: "M11.9062 11.625C11.8359 11.7031 11.6406 11.8203 11.6406 12.0625C11.6406 12.2656 11.7734 12.4688 12.0156 12.6328C13.1328 13.4141 15.25 13.3047 15.2578 13.3047C16.0907 13.3041 16.9081 13.0802 17.625 12.6562C18.3467 12.2341 18.9456 11.6307 19.3622 10.9057C19.7788 10.1808 19.9986 9.35955 20 8.52344C20.0234 6.77344 19.375 5.60937 19.1172 5.09375C17.4531 1.85937 13.8828 4.89564e-08 10 4.89564e-08C7.37202 -0.00025981 4.84956 1.03398 2.97819 2.87904C1.10682 4.7241 0.0369559 7.23166 0 9.85938C0.0390625 7.00781 2.875 4.70312 6.25 4.70312C6.52344 4.70312 8.08594 4.72656 9.53125 5.48438C10.5466 5.98895 11.3875 6.78627 11.9453 7.77344C12.4219 8.60156 12.5078 9.65625 12.5078 10.0781C12.5078 10.5 12.2969 11.1172 11.8984 11.6328L11.9062 11.625Z", fill: "url(#paint5_radial_927_5865)" })] }), _jsxs("defs", { children: [_jsxs("linearGradient", { id: "paint0_linear_927_5865", x1: "4.58594", y1: "13.8281", x2: "18.5234", y2: "13.8281", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#0C59A4" }), _jsx("stop", { offset: 1, stopColor: "#114A8B" })] }), _jsxs("radialGradient", { id: "paint1_radial_927_5865", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(12.2813 13.9332) scale(7.45313 7.08047)", children: [_jsx("stop", { offset: "0.7", stopOpacity: 0 }), _jsx("stop", { offset: "0.9", stopOpacity: "0.5" }), _jsx("stop", { offset: 1 })] }), _jsxs("linearGradient", { id: "paint2_linear_927_5865", x1: "11.9297", y1: "7.78125", x2: "3.23436", y2: "17.2578", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#1B9DE2" }), _jsx("stop", { offset: "0.2", stopColor: "#1595DF" }), _jsx("stop", { offset: "0.7", stopColor: "#0680D7" }), _jsx("stop", { offset: 1, stopColor: "#0078D4" })] }), _jsxs("radialGradient", { id: "paint3_radial_927_5865", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(5.51209 15.5419) rotate(-81.3844) scale(11.202 9.05011)", children: [_jsx("stop", { offset: "0.8", stopOpacity: 0 }), _jsx("stop", { offset: "0.9", stopOpacity: "0.5" }), _jsx("stop", { offset: 1 })] }), _jsxs("radialGradient", { id: "paint4_radial_927_5865", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(2.02266 3.69656) rotate(92.2906) scale(15.8251 33.7043)", children: [_jsx("stop", { stopColor: "#35C1F1" }), _jsx("stop", { offset: "0.1", stopColor: "#34C1ED" }), _jsx("stop", { offset: "0.2", stopColor: "#2FC2DF" }), _jsx("stop", { offset: "0.3", stopColor: "#2BC3D2" }), _jsx("stop", { offset: "0.7", stopColor: "#36C752" })] }), _jsxs("radialGradient", { id: "paint5_radial_927_5865", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(18.7547 6.03906) rotate(73.7398) scale(7.60156 6.18159)", children: [_jsx("stop", { stopColor: "#66EB6E" }), _jsx("stop", { offset: 1, stopColor: "#66EB6E", stopOpacity: 0 })] }), _jsx("clipPath", { id: "clip0_927_5865", children: _jsx("rect", { width: 20, height: 20, fill: "white" }) })] })] }));
|
|
9
|
+
export default { Chrome, FireFox, Brave, Edge };
|
|
10
|
+
//# sourceMappingURL=browsers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"browsers.js","sourceRoot":"","sources":["../../src/assets/browsers.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { ChainId } from "@coin-voyage/shared/common";
|
|
2
|
+
import { JSX } from "react";
|
|
3
|
+
type Logo = {
|
|
4
|
+
testnet?: boolean;
|
|
5
|
+
} & React.SVGProps<SVGSVGElement>;
|
|
6
|
+
export declare const Ethereum: ({ testnet, ...props }: Logo) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export declare const Polygon: ({ testnet, ...props }: Logo) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export declare const Optimism: ({ testnet, ...props }: Logo) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export declare const Arbitrum: ({ testnet, ...props }: Logo) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export declare const Avalanche: ({ testnet, ...props }: Logo) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export declare const Solana: ({ testnet, ...props }: Logo) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export declare const Bitcoin: ({ testnet, ...props }: Logo) => import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
export declare const Tron: ({ testnet, ...props }: Logo) => import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
export declare const Base: ({ testnet, ...props }: Logo) => import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
export declare const Sui: ({ testnet, ...props }: Logo) => import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
export declare const chainToLogo: Record<ChainId, JSX.Element>;
|
|
17
|
+
declare const _default: {
|
|
18
|
+
UnknownChain: ({ testnet, ...props }: Logo) => import("react/jsx-runtime").JSX.Element;
|
|
19
|
+
Ethereum: ({ testnet, ...props }: Logo) => import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
Arbitrum: ({ testnet, ...props }: Logo) => import("react/jsx-runtime").JSX.Element;
|
|
21
|
+
Avalanche: ({ testnet, ...props }: Logo) => import("react/jsx-runtime").JSX.Element;
|
|
22
|
+
Base: ({ testnet, ...props }: Logo) => import("react/jsx-runtime").JSX.Element;
|
|
23
|
+
BinanceSmartChain: ({ testnet, ...props }: Logo) => import("react/jsx-runtime").JSX.Element;
|
|
24
|
+
Fantom: ({ testnet, ...props }: Logo) => import("react/jsx-runtime").JSX.Element;
|
|
25
|
+
Optimism: ({ testnet, ...props }: Logo) => import("react/jsx-runtime").JSX.Element;
|
|
26
|
+
Polygon: ({ testnet, ...props }: Logo) => import("react/jsx-runtime").JSX.Element;
|
|
27
|
+
Sui: ({ testnet, ...props }: Logo) => import("react/jsx-runtime").JSX.Element;
|
|
28
|
+
Solana: ({ testnet, ...props }: Logo) => import("react/jsx-runtime").JSX.Element;
|
|
29
|
+
Bitcoin: ({ testnet, ...props }: Logo) => import("react/jsx-runtime").JSX.Element;
|
|
30
|
+
Tron: ({ testnet, ...props }: Logo) => import("react/jsx-runtime").JSX.Element;
|
|
31
|
+
Gnosis: ({ testnet, ...props }: Logo) => import("react/jsx-runtime").JSX.Element;
|
|
32
|
+
Sepolia: ({ testnet, ...props }: Logo) => import("react/jsx-runtime").JSX.Element;
|
|
33
|
+
zkSync: ({ testnet, ...props }: Logo) => import("react/jsx-runtime").JSX.Element;
|
|
34
|
+
};
|
|
35
|
+
export default _default;
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { ChainId } from "@coin-voyage/shared/common";
|
|
3
|
+
const KnownChain = ({ testnet, ...props }) => (_jsxs("svg", { ...props, "aria-hidden": "true", width: props?.width ?? "44", height: props?.height ?? "44", viewBox: "0 0 44 44", xmlns: "http://www.w3.org/2000/svg", style: {
|
|
4
|
+
background: testnet
|
|
5
|
+
? "linear-gradient(180deg, #8995A9 0%, #424D5F 99.48%)"
|
|
6
|
+
: "black",
|
|
7
|
+
}, children: [_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.5611 8.12948C21.0082 7.90729 21.5007 7.79167 22 7.79167C22.4993 7.79167 22.9919 7.90729 23.439 8.12948L23.4408 8.1304L33.0387 12.9293C33.577 13.197 34.031 13.61 34.3478 14.121C34.6649 14.6323 34.833 15.2218 34.8333 15.8234V27.2595C34.833 27.8611 34.6649 28.4511 34.3478 28.9624C34.031 29.4733 33.578 29.8858 33.0398 30.1535L23.4411 34.9528C22.9919 35.1775 22.4963 35.2947 21.994 35.2947C21.4918 35.2947 20.9964 35.1777 20.5472 34.9529L10.9475 30.1531L10.9452 30.1519C10.4071 29.8808 9.95535 29.4646 9.6411 28.9504C9.32739 28.437 9.16312 27.8464 9.16673 27.2448L9.16675 27.2417L10.0004 27.2475H9.16673V27.2448V15.8239C9.16705 15.2223 9.33518 14.6322 9.65222 14.121C9.96906 13.61 10.4221 13.1976 10.9604 12.9298L20.5592 8.1304L20.5611 8.12948ZM21.3031 9.62267L11.8706 14.3389L22 19.4036L32.1294 14.3389L22.697 9.62267C22.4806 9.51531 22.2416 9.45905 22 9.45905C21.7585 9.45905 21.5194 9.51534 21.3031 9.62267ZM10.8341 15.8241C10.8341 15.7785 10.8362 15.733 10.8401 15.6878L21.1663 20.8509V33.3983L11.6955 28.6629C11.4352 28.5315 11.2159 28.3297 11.0638 28.0809C10.9116 27.8318 10.8321 27.5452 10.8341 27.2533L10.8341 27.2475V15.8241ZM22.8337 33.3923L32.2967 28.6608C32.5576 28.5312 32.7772 28.3313 32.9308 28.0836C33.0844 27.836 33.1658 27.5504 33.166 27.259V15.8243C33.1659 15.7786 33.1639 15.7331 33.1599 15.6878L22.8337 20.8509V33.3923Z", fill: "url(#paint0_linear_3546_7073)" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.8341 15.8241C10.8341 15.7785 10.8362 15.733 10.8401 15.6878L21.1663 20.8509V33.3983L11.6955 28.6629C11.4352 28.5315 11.2159 28.3297 11.0638 28.0809C10.9116 27.8318 10.8321 27.5452 10.8341 27.2533L10.8341 27.2475V15.8241Z", fill: "url(#paint1_linear_3546_7073)", fillOpacity: "0.3" }), _jsxs("defs", { children: [_jsxs("linearGradient", { id: "paint0_linear_3546_7073", x1: "22", y1: "7.79167", x2: "22", y2: "35.2947", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "white" }), _jsx("stop", { offset: "1", stopColor: "white", stopOpacity: "0.7" })] }), _jsxs("linearGradient", { id: "paint1_linear_3546_7073", x1: "22", y1: "7.79167", x2: "22", y2: "35.2947", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "white" }), _jsx("stop", { offset: "1", stopColor: "white", stopOpacity: "0.7" })] })] })] }));
|
|
8
|
+
const UnknownChain = ({ testnet, ...props }) => {
|
|
9
|
+
return _jsx(KnownChain, { testnet: true, ...props });
|
|
10
|
+
};
|
|
11
|
+
export const Ethereum = ({ testnet, ...props }) => {
|
|
12
|
+
let bg = "var(--ck-chain-ethereum-01, #25292E)";
|
|
13
|
+
let fill = "var(--ck-chain-ethereum-02, #ffffff)";
|
|
14
|
+
if (testnet) {
|
|
15
|
+
bg = "linear-gradient(180deg, #8995A9 0%, #424D5F 99.48%)";
|
|
16
|
+
fill = "#fff";
|
|
17
|
+
}
|
|
18
|
+
return (_jsxs("svg", { "aria-hidden": "true", width: props?.width ?? "44", height: props?.height ?? "44", viewBox: "0 0 44 44", xmlns: "http://www.w3.org/2000/svg", style: {
|
|
19
|
+
background: bg,
|
|
20
|
+
}, ...props, children: [_jsx("path", { d: "M21.9967 6.99621L21.7955 7.67987V27.5163L21.9967 27.7171L31.2044 22.2744L21.9967 6.99621Z", fill: fill }), _jsx("path", { d: "M21.9957 6.99621L12.7878 22.2744L21.9957 27.7171V18.0891V6.99621Z", fill: fill }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21.9959 36.9996L21.9959 36.9997V36.9995L31.2091 24.0243L21.9959 29.4642L12.788 24.0243L21.9957 36.9993L21.9958 36.9997L21.9959 36.9996Z", fill: fill }), _jsx("path", { d: "M21.996 27.7181L31.2037 22.2753L21.996 18.09V27.7181Z", fill: fill }), _jsx("path", { d: "M12.7878 22.2753L21.9957 27.7181V18.09L12.7878 22.2753Z", fill: fill })] }));
|
|
21
|
+
};
|
|
22
|
+
export const Polygon = ({ testnet, ...props }) => (_jsx("svg", { ...props, "aria-hidden": "true", width: props?.width ?? "44", height: props?.height ?? "44", viewBox: "0 0 44 44", xmlns: "http://www.w3.org/2000/svg", style: {
|
|
23
|
+
background: testnet
|
|
24
|
+
? "linear-gradient(180deg, #8995A9 0%, #424D5F 99.48%)"
|
|
25
|
+
: "#6F41D8",
|
|
26
|
+
}, children: _jsx("path", { d: "M29.0015 17.4529C28.4941 17.1572 27.8355 17.1572 27.2773 17.4529L23.3186 19.7271L20.6305 21.2094L16.6719 23.4822C16.1645 23.7792 15.5059 23.7792 14.9476 23.4822L11.8016 21.703C11.2943 21.4074 10.9395 20.8642 10.9395 20.2702V16.7612C10.9395 16.1686 11.2434 15.6255 11.8016 15.3285L14.8954 13.5988C15.4041 13.3018 16.0641 13.3018 16.6224 13.5988L19.7161 15.3285C20.2249 15.6255 20.5796 16.1686 20.5796 16.7612V19.0355L23.2678 17.5024V15.2295C23.2707 14.9343 23.1917 14.6441 23.0395 14.3911C22.8873 14.1381 22.6679 13.9324 22.4056 13.7968L16.6719 10.5353C16.1645 10.2382 15.5059 10.2382 14.9476 10.5353L9.11214 13.7968C8.84992 13.9324 8.63049 14.1381 8.47828 14.3911C8.32607 14.6441 8.24705 14.9343 8.25002 15.2295V21.802C8.25002 22.396 8.55389 22.9391 9.11214 23.2361L14.9476 26.4976C15.455 26.7932 16.115 26.7932 16.6719 26.4976L20.6305 24.2729L23.3186 22.7411L27.2773 20.5177C27.7846 20.2207 28.4433 20.2207 29.0015 20.5177L32.0966 22.2475C32.6054 22.5431 32.9588 23.0863 32.9588 23.6803V27.1893C32.9588 27.7819 32.6563 28.325 32.0966 28.622L29.0029 30.4013C28.4941 30.6983 27.8341 30.6983 27.2773 30.4013L24.1821 28.6715C23.6734 28.3745 23.3186 27.8314 23.3186 27.2387V24.9645L20.6305 26.4976V28.7705C20.6305 29.3631 20.9344 29.9076 21.4926 30.2032L27.3281 33.4647C27.8355 33.7617 28.4941 33.7617 29.0524 33.4647L34.8879 30.2032C35.3953 29.9076 35.75 29.3645 35.75 28.7705V22.198C35.753 21.9028 35.674 21.6126 35.5218 21.3596C35.3695 21.1066 35.1501 20.9009 34.8879 20.7653L29.0029 17.4529H29.0015Z", fill: "white" }) }));
|
|
27
|
+
export const Optimism = ({ testnet, ...props }) => (_jsxs("svg", { ...props, "aria-hidden": "true", width: props?.width ?? "44", height: props?.height ?? "44", viewBox: "0 0 44 44", xmlns: "http://www.w3.org/2000/svg", style: {
|
|
28
|
+
background: testnet
|
|
29
|
+
? "linear-gradient(180deg, #8995A9 0%, #424D5F 99.48%)"
|
|
30
|
+
: "#FF0420",
|
|
31
|
+
}, children: [_jsx("path", { d: "M15.5877 27.8473C14.2777 27.8473 13.2045 27.539 12.3679 26.9226C11.5422 26.2952 11.1294 25.4035 11.1294 24.2477C11.1294 24.0055 11.157 23.7082 11.212 23.356C11.3552 22.5634 11.5588 21.6112 11.823 20.4994C12.5715 17.4722 14.5034 15.9586 17.6187 15.9586C18.4664 15.9586 19.2259 16.1017 19.8974 16.3879C20.5689 16.663 21.0973 17.0814 21.4826 17.6428C21.8678 18.1932 22.0605 18.8537 22.0605 19.6242C22.0605 19.8554 22.033 20.1471 21.9779 20.4994C21.8128 21.4791 21.6146 22.4313 21.3835 23.356C20.9982 24.8641 20.3322 25.9924 19.3855 26.741C18.4388 27.4785 17.1729 27.8473 15.5877 27.8473ZM15.8189 25.4695C16.4354 25.4695 16.9582 25.2879 17.3876 24.9247C17.8279 24.5614 18.1416 24.0055 18.3287 23.257C18.5819 22.2222 18.7746 21.3195 18.9067 20.5489C18.9507 20.3178 18.9727 20.0811 18.9727 19.8389C18.9727 18.8372 18.4498 18.3363 17.4041 18.3363C16.7876 18.3363 16.2592 18.5179 15.8189 18.8812C15.3896 19.2445 15.0813 19.8004 14.8943 20.5489C14.6961 21.2865 14.4979 22.1892 14.2998 23.257C14.2557 23.477 14.2337 23.7082 14.2337 23.9504C14.2337 24.9632 14.7622 25.4695 15.8189 25.4695Z", fill: "white" }), _jsx("path", { d: "M22.8188 27.6815C22.6977 27.6815 22.6041 27.6429 22.5381 27.5659C22.483 27.4778 22.4665 27.3788 22.4885 27.2687L24.7672 16.5358C24.7892 16.4147 24.8498 16.3156 24.9489 16.2385C25.0479 16.1615 25.1525 16.1229 25.2626 16.1229H29.6548C30.8767 16.1229 31.8564 16.3761 32.5939 16.8825C33.3426 17.3889 33.7168 18.1209 33.7168 19.0786C33.7168 19.3538 33.6838 19.64 33.6177 19.9372C33.3426 21.2032 32.7867 22.1389 31.95 22.7443C31.1244 23.3498 29.9905 23.6525 28.5485 23.6525H26.3194L25.5598 27.2687C25.5377 27.3898 25.4772 27.4888 25.3782 27.5659C25.2791 27.6429 25.1745 27.6815 25.0645 27.6815H22.8188ZM28.6641 21.3738C29.1264 21.3738 29.5282 21.2472 29.8695 20.994C30.2217 20.7408 30.4529 20.3776 30.563 19.9042C30.596 19.717 30.6125 19.552 30.6125 19.4089C30.6125 19.0896 30.519 18.8474 30.3318 18.6823C30.1446 18.5062 29.8255 18.4182 29.3741 18.4182H27.3926L26.7652 21.3738H28.6641Z", fill: "white" })] }));
|
|
32
|
+
export const Arbitrum = ({ testnet, ...props }) => {
|
|
33
|
+
const fill = testnet ? "#ffffff" : "#28A0F0";
|
|
34
|
+
const outlineFill = testnet ? "#ffffff" : "#96BEDC";
|
|
35
|
+
return (_jsxs("svg", { ...props, "aria-hidden": "true", width: "44", height: "44", viewBox: "0 0 44 44", xmlns: "http://www.w3.org/2000/svg", style: {
|
|
36
|
+
background: testnet
|
|
37
|
+
? "linear-gradient(180deg, #8995A9 0%, #424D5F 99.48%)"
|
|
38
|
+
: "#2C364F",
|
|
39
|
+
}, children: [!testnet && (_jsx("path", { d: "M25.7948 20.5826L28.2683 16.3854L34.9355 26.7696L34.9386 28.7625L34.9168 15.0491C34.9011 14.7137 34.7231 14.407 34.4391 14.2261L22.4357 7.32182C22.1551 7.1838 21.7989 7.18546 21.5187 7.32618C21.4807 7.34524 21.4453 7.36576 21.4113 7.38835L21.3694 7.41467L9.71816 14.1664L9.67298 14.1871C9.61474 14.2137 9.55609 14.2479 9.50076 14.2872C9.27983 14.4456 9.1331 14.68 9.08564 14.9425C9.07859 14.9823 9.0732 15.023 9.07092 15.064L9.08916 26.239L15.2994 16.6138C16.0811 15.3376 17.7847 14.9262 19.3662 14.9488L21.2221 14.9977L10.2862 32.5356L11.5753 33.2778L22.6422 15.0155L27.5338 14.9977L16.4956 33.7209L21.0955 36.3668L21.6451 36.6827C21.8776 36.7772 22.1516 36.7819 22.386 36.6972L34.5581 29.6433L32.2309 30.9918L25.7948 20.5826ZM26.7384 34.175L22.0925 26.8829L24.9287 22.0702L31.0303 31.6876L26.7384 34.175Z", fill: "#2D374B" })), _jsx("path", { d: "M22.0924 26.8832L26.7385 34.1751L31.0302 31.6879L24.9286 22.0705L22.0924 26.8832Z", fill: fill }), _jsx("path", { d: "M34.9387 28.7627L34.9356 26.7698L28.2684 16.3856L25.7949 20.5828L32.2312 30.992L34.5584 29.6435C34.7866 29.4582 34.9248 29.1861 34.9393 28.8926L34.9387 28.7627Z", fill: fill }), _jsx("path", { d: "M7 30.642L10.2863 32.5356L21.2222 14.9976L19.3663 14.9487C17.785 14.9263 16.0814 15.3375 15.2995 16.6137L9.08927 26.239L7 29.449V30.642V30.642Z", fill: "white" }), _jsx("path", { d: "M27.534 14.9977L22.6423 15.0155L11.5754 33.2778L15.4437 35.5049L16.4955 33.7209L27.534 14.9977Z", fill: "white" }), _jsx("path", { d: "M37 14.9723C36.9592 13.9493 36.4052 13.013 35.5377 12.4677L23.377 5.47434C22.5187 5.04223 21.4466 5.04161 20.5868 5.47414C20.4852 5.52533 8.76078 12.3251 8.76078 12.3251C8.5985 12.4029 8.44224 12.4955 8.2953 12.6008C7.52081 13.156 7.0487 14.0186 7 14.9661V29.4492L9.08927 26.2392L9.07103 15.0639C9.07352 15.0231 9.0787 14.9827 9.08575 14.9431C9.133 14.6801 9.27994 14.4457 9.50086 14.2872C9.5562 14.2478 21.4806 7.34517 21.5186 7.32611C21.799 7.18538 22.155 7.18373 22.4356 7.32175L34.439 14.226C34.723 14.4069 34.901 14.7137 34.9167 15.049V28.8921C34.9022 29.1856 34.7862 29.4577 34.558 29.643L32.2308 30.9916L31.03 31.6875L26.7383 34.1747L22.3859 36.6969C22.1515 36.7817 21.8773 36.7769 21.645 36.6824L16.4955 33.7206L15.4435 35.5046L20.0713 38.169C20.2243 38.256 20.3607 38.3331 20.4726 38.3961C20.6458 38.4933 20.764 38.5582 20.8056 38.5785C21.1345 38.7383 21.6077 38.8311 22.0342 38.8311C22.4251 38.8311 22.8064 38.7594 23.1672 38.6181L35.8092 31.2971C36.5347 30.7348 36.9617 29.8869 37 28.9686V14.9723Z", fill: outlineFill })] }));
|
|
40
|
+
};
|
|
41
|
+
export const Avalanche = ({ testnet, ...props }) => (_jsxs("svg", { ...props, "aria-hidden": "true", width: props?.width ?? "44", height: props?.height ?? "44", viewBox: "0 0 44 44", xmlns: "http://www.w3.org/2000/svg", style: {
|
|
42
|
+
background: testnet
|
|
43
|
+
? "linear-gradient(180deg, #8995A9 0%, #424D5F 99.48%)"
|
|
44
|
+
: "#E84142",
|
|
45
|
+
}, children: [_jsx("path", { d: "M11.0188 32.1528H15.4825C16.5334 32.1528 17.0589 32.1528 17.5278 32.023C18.042 31.8701 18.511 31.5991 18.9009 31.2261C19.2589 30.885 19.5173 30.4328 20.0269 29.5409L20.0272 29.5404L20.0422 29.5142L25.8314 19.2804C26.3456 18.3821 26.5999 17.93 26.7129 17.4554C26.8372 16.9412 26.8372 16.3988 26.7129 15.8847C26.6007 15.4136 26.3439 14.9648 25.8373 14.0798L25.8258 14.0597L23.56 10.1045C23.0911 9.27958 22.8538 8.86711 22.5543 8.71456C22.2323 8.55071 21.848 8.55071 21.526 8.71456C21.2265 8.86711 20.9892 9.27958 20.5202 10.1045L9.49892 29.5311C9.03561 30.3447 8.80392 30.7517 8.82089 31.0849C8.84349 31.4466 9.02994 31.7743 9.33507 31.9721C9.61756 32.1528 10.0809 32.1528 11.0188 32.1528Z", fill: "white" }), _jsx("path", { d: "M33.1506 32.1528H26.7547C25.8111 32.1528 25.3365 32.1528 25.0596 31.9721C24.7545 31.7743 24.5681 31.4411 24.5455 31.0794C24.5286 30.7486 24.7621 30.3456 25.2294 29.539L25.2295 29.5388L25.2404 29.5199L28.4328 24.0392C28.9018 23.2313 29.1391 22.8301 29.4329 22.6776C29.7548 22.5137 30.1336 22.5137 30.4555 22.6776C30.7472 22.8261 30.9744 23.2102 31.4241 23.9708L31.4248 23.9719L31.4613 24.0336L34.665 29.5143C34.6806 29.5413 34.696 29.5678 34.7113 29.5939L34.7113 29.594C35.1554 30.3603 35.382 30.7514 35.3657 31.0739C35.3486 31.4353 35.1566 31.7688 34.8515 31.9666C34.5689 32.1528 34.0942 32.1528 33.1506 32.1528Z", fill: "white" })] }));
|
|
46
|
+
const Gnosis = ({ testnet, ...props }) => (_jsx("svg", { ...props, "aria-hidden": "true", width: props?.width ?? "44", height: props?.height ?? "44", viewBox: "0 0 44 44", xmlns: "http://www.w3.org/2000/svg", style: {
|
|
47
|
+
background: testnet
|
|
48
|
+
? "linear-gradient(180deg, #8995A9 0%, #424D5F 99.48%)"
|
|
49
|
+
: "#009CB4",
|
|
50
|
+
}, children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.3439 11.8664C17.9374 6.53462 26.7953 6.74397 32.1271 12.3374C32.4738 12.7038 32.8075 13.0832 33.1084 13.4823L22 24.5972L10.8916 13.4823C11.1991 13.0832 11.5262 12.7038 11.8729 12.3374C12.0234 12.1804 12.1804 12.0234 12.3439 11.8664ZM30.6094 13.3972C28.3196 11.0944 25.271 9.83182 22 9.83182C18.729 9.83182 15.6804 11.0944 13.3907 13.3972L22 22.0066L30.6094 13.3972ZM33.9785 14.7446L31.7215 17.0016C33.5402 19.1801 33.2523 22.425 31.0738 24.2437C29.1636 25.84 26.3897 25.84 24.4794 24.2437L22 26.7231L19.5271 24.2502C17.3486 26.0689 14.1037 25.7811 12.285 23.6026C10.6888 21.6923 10.6888 18.9185 12.285 17.0082L11.1271 15.8502L10.028 14.7446C8.7 16.9297 8 19.4418 8 21.9998C8 29.7325 14.2673 35.9998 22 35.9998C29.7327 35.9998 36 29.7325 36 21.9998C36.0065 19.4418 35.3 16.9297 33.9785 14.7446ZM30.6486 18.0747C31.1392 18.7093 31.4075 19.4943 31.4075 20.299C31.4075 21.1037 31.1392 21.8887 30.6486 22.5233C29.4187 24.113 27.1355 24.4074 25.5458 23.1775L30.6486 18.0747ZM18.4542 23.1839C17.8196 23.6745 17.0346 23.9427 16.2299 23.9427C15.4252 23.9427 14.6467 23.6745 14.0056 23.1904C12.4159 21.9605 12.1215 19.6708 13.3514 18.0811L18.4542 23.1839Z", fill: "white" }) }));
|
|
51
|
+
const BinanceSmartChain = ({ testnet, ...props }) => (_jsx("svg", { ...props, "aria-hidden": "true", width: props?.width ?? "44", height: props?.height ?? "44", version: "1.1", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 2496 2496", children: _jsxs("g", { children: [_jsx("path", { style: { fillRule: "evenodd", clipRule: "evenodd", fill: "#F0B90B" }, d: "M1248,0c689.3,0,1248,558.7,1248,1248s-558.7,1248-1248,1248\n\t\tS0,1937.3,0,1248S558.7,0,1248,0L1248,0z" }), _jsx("path", { style: { fill: "#FFFFFF" }, d: "M685.9,1248l0.9,330l280.4,165v193.2l-444.5-260.7v-524L685.9,1248L685.9,1248z M685.9,918v192.3\n\t\tl-163.3-96.6V821.4l163.3-96.6l164.1,96.6L685.9,918L685.9,918z M1084.3,821.4l163.3-96.6l164.1,96.6L1247.6,918L1084.3,821.4\n\t\tL1084.3,821.4z" }), _jsx("path", { style: { fill: "#FFFFFF" }, d: "M803.9,1509.6v-193.2l163.3,96.6v192.3L803.9,1509.6L803.9,1509.6z M1084.3,1812.2l163.3,96.6\n\t\tl164.1-96.6v192.3l-164.1,96.6l-163.3-96.6V1812.2L1084.3,1812.2z M1645.9,821.4l163.3-96.6l164.1,96.6v192.3l-164.1,96.6V918\n\t\tL1645.9,821.4L1645.9,821.4L1645.9,821.4z M1809.2,1578l0.9-330l163.3-96.6v524l-444.5,260.7v-193.2L1809.2,1578L1809.2,1578\n\t\tL1809.2,1578z" }), _jsx("polygon", { style: { fill: "#FFFFFF" }, points: "1692.1,1509.6 1528.8,1605.3 1528.8,1413 1692.1,1316.4 1692.1,1509.6 \t" }), _jsx("path", { style: { fill: "#FFFFFF" }, d: "M1692.1,986.4l0.9,193.2l-281.2,165v330.8l-163.3,95.7l-163.3-95.7v-330.8l-281.2-165V986.4\n\t\tL968,889.8l279.5,165.8l281.2-165.8l164.1,96.6H1692.1L1692.1,986.4z M803.9,656.5l443.7-261.6l444.5,261.6l-163.3,96.6\n\t\tl-281.2-165.8L967.2,753.1L803.9,656.5L803.9,656.5z" })] }) }));
|
|
52
|
+
export const Solana = ({ testnet, ...props }) => (_jsxs("svg", { ...props, "aria-hidden": "true", width: props?.width ?? "44", height: props?.height ?? "44", viewBox: "0 0 200 200", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("rect", { width: "200", height: "200", rx: "100", fill: "#121212" }), _jsx("g", { clipPath: "url(#clip0_295_42)", children: _jsx("path", { d: "M149.48 125.382L132.807 142.801C132.444 143.18 132.006 143.482 131.519 143.688C131.031 143.894 130.505 144 129.974 144H50.9356C50.5585 144 50.1896 143.893 49.8742 143.691C49.5588 143.49 49.3107 143.203 49.1604 142.866C49.0101 142.529 48.9641 142.157 49.028 141.795C49.092 141.432 49.2631 141.096 49.5204 140.828L66.2061 123.408C66.5676 123.031 67.0047 122.729 67.4904 122.523C67.9762 122.317 68.5002 122.21 69.0301 122.21H148.064C148.441 122.21 148.81 122.317 149.126 122.518C149.441 122.72 149.689 123.007 149.84 123.344C149.99 123.681 150.036 124.053 149.972 124.415C149.908 124.777 149.737 125.113 149.48 125.382ZM132.807 90.3032C132.444 89.9248 132.006 89.6231 131.519 89.4169C131.031 89.2108 130.505 89.1045 129.974 89.1048H50.9356C50.5585 89.1048 50.1896 89.2121 49.8742 89.4136C49.5588 89.6151 49.3107 89.9019 49.1604 90.2388C49.0101 90.5758 48.9641 90.9482 49.028 91.3103C49.092 91.6723 49.2631 92.0083 49.5204 92.277L66.2061 109.697C66.5676 110.074 67.0047 110.375 67.4904 110.581C67.9762 110.788 68.5002 110.894 69.0301 110.895H148.064C148.441 110.895 148.81 110.788 149.126 110.586C149.441 110.385 149.689 110.098 149.84 109.761C149.99 109.424 150.036 109.052 149.972 108.69C149.908 108.328 149.737 107.992 149.48 107.723L132.807 90.3032ZM50.9356 77.7905H129.974C130.505 77.7907 131.031 77.6845 131.519 77.4783C132.006 77.2721 132.444 76.9704 132.807 76.592L149.48 59.1722C149.737 58.9036 149.908 58.5676 149.972 58.2055C150.036 57.8434 149.99 57.471 149.84 57.1341C149.689 56.7971 149.441 56.5103 149.126 56.3088C148.81 56.1073 148.441 56 148.064 56H69.0301C68.5002 56.0009 67.9762 56.1077 67.4904 56.3138C67.0047 56.52 66.5676 56.8211 66.2061 57.1985L49.5247 74.6183C49.2677 74.8866 49.0966 75.2223 49.0325 75.5839C48.9684 75.9456 49.0141 76.3177 49.1639 76.6545C49.3136 76.9913 49.5611 77.2781 49.8758 77.4799C50.1905 77.6817 50.5589 77.7896 50.9356 77.7905Z", fill: "url(#paint0_linear_295_42)" }) }), _jsxs("defs", { children: [_jsxs("linearGradient", { id: "paint0_linear_295_42", x1: "57.5256", y1: "146.097", x2: "137.993", y2: "52.9838", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { offset: "0.08", stopColor: "#9945FF" }), _jsx("stop", { offset: "0.3", stopColor: "#8752F3" }), _jsx("stop", { offset: "0.5", stopColor: "#5497D5" }), _jsx("stop", { offset: "0.6", stopColor: "#43B4CA" }), _jsx("stop", { offset: "0.72", stopColor: "#28E0B9" }), _jsx("stop", { offset: "0.97", stopColor: "#19FB9B" })] }), _jsx("clipPath", { id: "clip0_295_42", children: _jsx("rect", { width: "101", height: "88", fill: "white", transform: "translate(49 56)" }) })] })] }));
|
|
53
|
+
export const Bitcoin = ({ testnet, ...props }) => (_jsxs("svg", { ...props, "aria-hidden": "true", width: props?.width ?? "44", height: props?.height ?? "44", viewBox: "0 0 44 44", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("path", { d: "M43.3388 27.3219C40.4005 39.1077 28.4634 46.2804 16.6762 43.3413C4.89383 40.4029 -2.27886 28.4652 0.660895 16.68C3.59789 4.89286 15.535 -2.28052 27.3187 0.657859C39.1052 3.59623 46.2772 15.5354 43.3388 27.3219Z", fill: "#F7931A" }), _jsx("path", { d: "M31.6992 18.8656C32.1371 15.9382 29.9082 14.3645 26.8605 13.3147L27.8492 9.34922L25.4353 8.74765L24.4728 12.6087C23.8383 12.4505 23.1865 12.3013 22.5389 12.1535L23.5083 8.26709L21.0958 7.66553L20.1065 11.6297C19.5813 11.51 19.0657 11.3918 18.5652 11.2673L18.5679 11.255L15.239 10.4238L14.5969 13.0019C14.5969 13.0019 16.3878 13.4123 16.35 13.4378C17.3277 13.6818 17.5043 14.3288 17.4748 14.8417L16.3487 19.3592C16.416 19.3764 16.5033 19.4012 16.5996 19.4397C16.5192 19.4197 16.4332 19.3977 16.3445 19.3764L14.766 25.7048C14.6464 26.0018 14.3432 26.4473 13.6598 26.2782C13.6839 26.3133 11.9053 25.8403 11.9053 25.8403L10.707 28.6033L13.8482 29.3864C14.4326 29.5328 15.0053 29.6862 15.569 29.8305L14.5701 33.8414L16.9812 34.443L17.9705 30.4747C18.6291 30.6535 19.2685 30.8185 19.8941 30.9738L18.9082 34.9235L21.322 35.5251L22.321 31.5218C26.437 32.3007 29.5322 31.9865 30.835 28.2637C31.8848 25.2662 30.7827 23.5372 28.6171 22.4097C30.1942 22.046 31.3822 21.0085 31.6992 18.8656ZM26.184 26.5993C25.4381 29.5968 20.3912 27.9763 18.7549 27.57L20.0804 22.2563C21.7167 22.6647 26.9637 23.4732 26.184 26.5993ZM26.9307 18.8223C26.25 21.5489 22.0494 20.1636 20.6868 19.824L21.8885 15.0046C23.2512 15.3442 27.6395 15.9781 26.9307 18.8223Z", fill: "white" })] }));
|
|
54
|
+
export const Tron = ({ testnet, ...props }) => (_jsxs("svg", { ...props, "aria-hidden": "true", width: props?.width ?? "44", height: props?.height ?? "44", viewBox: "0 0 44 44", xmlns: "http://www.w3.org/2000/svg", children: [_jsxs("g", { clipPath: "url(#clip0_450_171)", children: [_jsx("path", { d: "M43.3388 27.3219C40.4005 39.1077 28.4634 46.2804 16.6762 43.3413C4.89383 40.4029 -2.27886 28.4652 0.660896 16.68C3.59789 4.89286 15.535 -2.28052 27.3187 0.65786C39.1052 3.59623 46.2772 15.5354 43.3388 27.3219Z", fill: "#FF060A" }), _jsx("path", { d: "M36.3975 17.2381C35.0196 16.0232 33.1057 14.1724 31.5555 12.8625L31.4598 12.8056C31.3067 12.6917 31.1344 12.5968 30.9526 12.5303C27.2015 11.8659 9.74716 8.76218 9.41224 8.80015C9.31654 8.80964 9.22085 8.84761 9.1443 8.89507L9.05817 8.96151C8.95291 9.06591 8.86679 9.1893 8.81894 9.33167L8.7998 9.38862V9.70184V9.7493C10.7615 14.9507 18.5222 31.9785 20.0532 35.9839C20.1489 36.2591 20.3212 36.7717 20.6465 36.8001H20.7231C20.8953 36.8001 21.6417 35.8605 21.6417 35.8605C21.6417 35.8605 34.9717 20.5032 36.321 18.8707C36.4932 18.6713 36.6463 18.453 36.7803 18.2252C36.8186 18.0449 36.7994 17.8646 36.7324 17.6937C36.6655 17.5229 36.5411 17.3615 36.3975 17.2381ZM25.0484 19.032L30.7325 14.552L34.0722 17.4754L25.0484 19.032ZM22.8379 18.7378L13.0486 11.1066L28.8952 13.8876L22.8379 18.7378ZM23.7183 20.731L33.7373 19.1934L22.2829 32.3202L23.7183 20.731ZM11.7184 11.8754L22.0245 20.1805L20.5317 32.3296L11.7184 11.8754Z", fill: "white" })] }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_450_171", children: _jsx("rect", { width: "44", height: "44", fill: "white" }) }) })] }));
|
|
55
|
+
const Fantom = ({ testnet, ...props }) => (_jsx("svg", { ...props, "aria-hidden": "true", width: props?.width ?? "44", height: props?.height ?? "44", viewBox: "0 0 44 44", xmlns: "http://www.w3.org/2000/svg", style: {
|
|
56
|
+
background: testnet
|
|
57
|
+
? "linear-gradient(180deg, #8995A9 0%, #424D5F 99.48%)"
|
|
58
|
+
: "#0911EF",
|
|
59
|
+
}, children: _jsx("path", { d: "M20.92 9.25864C21.5933 8.91379 22.6178 8.91379 23.2911 9.25864L30.1616 12.7775C30.5671 12.9852 30.7898 13.2947 30.8297 13.6142H30.8363V31.302C30.8274 31.6504 30.6025 31.9966 30.1616 32.2225L23.2911 35.7413C22.6178 36.0862 21.5933 36.0862 20.92 35.7413L14.0495 32.2225C13.6104 31.9976 13.3997 31.6489 13.3893 31.302C13.3883 31.2678 13.3881 31.2393 13.3891 31.2157L13.3891 13.7278C13.3884 13.7086 13.3883 13.6895 13.3889 13.6705L13.3893 13.6142L13.3924 13.6142C13.4229 13.2912 13.6355 12.9896 14.0495 12.7775L20.92 9.25864ZM29.7547 23.4821L23.2911 26.7926C22.6178 27.1374 21.5933 27.1374 20.92 26.7926L14.4706 23.4895V31.2669L20.92 34.5527C21.2842 34.7415 21.6622 34.9254 22.0318 34.9488L22.1056 34.9512C22.4907 34.9524 22.8646 34.7628 23.2438 34.5833L29.7547 31.2387V23.4821ZM11.3214 31.8437C11.3214 32.5212 11.4026 32.9667 11.5639 33.2806C11.6976 33.5407 11.8981 33.7394 12.2643 33.9813L12.2852 33.9951C12.3656 34.0476 12.4541 34.1026 12.5619 34.1672L12.689 34.2427L13.0792 34.4711L12.5195 35.3685L12.0827 35.1126L12.0093 35.0689C11.883 34.9932 11.7783 34.9284 11.6807 34.8645C10.637 34.1822 10.2478 33.4384 10.2401 31.8907L10.24 31.8437H11.3214ZM21.5647 18.7412C21.5147 18.7579 21.4678 18.7772 21.4251 18.7991L14.5546 22.318C14.5474 22.3216 14.5405 22.3253 14.534 22.3289L14.5281 22.3322L14.5389 22.3382L14.5546 22.3464L21.4251 25.8653C21.4678 25.8872 21.5147 25.9065 21.5647 25.9231V18.7412ZM22.6465 18.7412V25.9231C22.6965 25.9065 22.7433 25.8872 22.7861 25.8653L29.6566 22.3464C29.6638 22.3427 29.6707 22.3391 29.6772 22.3355L29.683 22.3322L29.6722 22.3262L29.6566 22.318L22.7861 18.7991C22.7433 18.7772 22.6965 18.7579 22.6465 18.7412ZM29.7547 14.8689L23.5915 18.0256L29.7547 21.1822V14.8689ZM14.4706 14.8763V21.1749L20.6195 18.0256L14.4706 14.8763ZM22.7861 10.1859C22.4288 10.0029 21.7824 10.0029 21.4251 10.1859L14.5546 13.7048C14.5474 13.7085 14.5405 13.7122 14.534 13.7158L14.5281 13.719L14.5389 13.725L14.5546 13.7333L21.4251 17.2522C21.7824 17.4352 22.4288 17.4352 22.7861 17.2522L29.6566 13.7333C29.6638 13.7296 29.6707 13.7259 29.6772 13.7223L29.683 13.719L29.6722 13.7131L29.6566 13.7048L22.7861 10.1859ZM31.7205 9.64552L32.1573 9.90132L32.2307 9.94503C32.357 10.0206 32.4616 10.0856 32.5593 10.1494C33.603 10.8317 33.9922 11.5756 33.9998 13.1231L34 13.1703H32.9186C32.9186 12.4926 32.8373 12.0472 32.6761 11.7334C32.5424 11.4733 32.3419 11.2745 31.9757 11.0327L31.9547 11.0189C31.8744 10.9664 31.7858 10.9113 31.6781 10.8466L31.551 10.7712L31.1608 10.5428L31.7205 9.64552Z", fill: "white" }) }));
|
|
60
|
+
export const Base = ({ testnet, ...props }) => (_jsx("svg", { ...props, width: props?.width ?? "44", height: props?.height ?? "44", viewBox: "0 0 44 44", xmlns: "http://www.w3.org/2000/svg", style: {
|
|
61
|
+
background: testnet
|
|
62
|
+
? "linear-gradient(180deg, #8995A9 0%, #424D5F 99.48%)"
|
|
63
|
+
: "#0052FF",
|
|
64
|
+
}, children: _jsx("path", { d: "M21.9756 36C29.721 36 36 29.732 36 22C36 14.268 29.721 8 21.9756 8C14.6271 8 8.59871 13.6419 8 20.8232H26.5371V23.1768H8C8.59871 30.3581 14.6271 36 21.9756 36Z", fill: "white" }) }));
|
|
65
|
+
export const Sui = ({ testnet, ...props }) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", height: "44", width: "44", viewBox: "0 0 512 512", ...props, children: [_jsx("circle", { cx: 256, cy: 256, r: 256, fill: "#4ca3ff" }), _jsx("path", { fill: "#fff", fillRule: "evenodd", d: "m333.202 228.733-.007.014a98.358 98.358 0 0 1-.601 123.323l-1.186 1.458-.314-1.852q-.403-2.364-.947-4.77c-6.895-30.29-29.355-56.262-66.322-77.292-24.963-14.162-39.252-31.216-43.003-50.59-2.423-12.53-.622-25.114 2.86-35.893 3.479-10.776 8.656-19.804 13.054-25.24l.003-.003 14.38-17.584a6.308 6.308 0 0 1 9.763 0Zm22.745-17.569.002-.006-96.386-117.856a4.604 4.604 0 0 0-7.126 0L156.05 211.159l.003.006-.314.39a127.728 127.728 0 0 0-28.351 80.428c0 70.914 57.58 128.403 128.612 128.403 71.033 0 128.612-57.49 128.612-128.403a127.73 127.73 0 0 0-28.35-80.428Zm-176.834 17.189.003-.005 8.622-10.542.26 1.946q.31 2.313.754 4.648c5.578 29.268 25.505 53.671 58.821 72.572 28.96 16.483 45.821 35.435 50.68 56.223a72.483 72.483 0 0 1 1.51 24.672l-.054.462-.418.204a98.52 98.52 0 0 1-120.178-150.18Z" })] }));
|
|
66
|
+
export const chainToLogo = {
|
|
67
|
+
[ChainId.ETH]: _jsx(Ethereum, {}),
|
|
68
|
+
[ChainId.ARB]: _jsx(Arbitrum, {}),
|
|
69
|
+
[ChainId.AVAX]: _jsx(Avalanche, {}),
|
|
70
|
+
[ChainId.BASE]: _jsx(Base, {}),
|
|
71
|
+
[ChainId.BLAST]: _jsx(KnownChain, {}),
|
|
72
|
+
[ChainId.BSC]: _jsx(BinanceSmartChain, {}),
|
|
73
|
+
[ChainId.FTM]: _jsx(Fantom, {}),
|
|
74
|
+
[ChainId.ZKSYNC]: _jsx(KnownChain, {}),
|
|
75
|
+
[ChainId.OP]: _jsx(Optimism, {}),
|
|
76
|
+
[ChainId.POL]: _jsx(Polygon, {}),
|
|
77
|
+
[ChainId.SEPOLIA]: _jsx(Ethereum, { testnet: true }),
|
|
78
|
+
[ChainId.SEPOLIA_BASE]: _jsx(Base, { testnet: true }),
|
|
79
|
+
[ChainId.SEPOLIA_ARB]: _jsx(Arbitrum, { testnet: true }),
|
|
80
|
+
[ChainId.SEPOLIA_OP]: _jsx(Optimism, { testnet: true }),
|
|
81
|
+
[ChainId.SOL]: _jsx(Solana, {}),
|
|
82
|
+
[ChainId.SUI]: _jsx(Sui, {}),
|
|
83
|
+
[ChainId.BTC]: _jsx(Bitcoin, {}),
|
|
84
|
+
[ChainId.TRX]: _jsx(Tron, {}),
|
|
85
|
+
};
|
|
86
|
+
export default {
|
|
87
|
+
UnknownChain,
|
|
88
|
+
Ethereum,
|
|
89
|
+
Arbitrum,
|
|
90
|
+
Avalanche,
|
|
91
|
+
Base,
|
|
92
|
+
BinanceSmartChain,
|
|
93
|
+
Fantom,
|
|
94
|
+
Optimism,
|
|
95
|
+
Polygon,
|
|
96
|
+
Sui,
|
|
97
|
+
Solana,
|
|
98
|
+
Bitcoin,
|
|
99
|
+
Tron,
|
|
100
|
+
Gnosis,
|
|
101
|
+
Sepolia: KnownChain,
|
|
102
|
+
zkSync: KnownChain,
|
|
103
|
+
};
|
|
104
|
+
//# sourceMappingURL=chains.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"chains.js","sourceRoot":"","sources":["../../src/assets/chains.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const CoinVoyageIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
export const CoinVoyageIcon = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 383 390", ...props, children: [_jsx("path", { fill: "#583B51", d: "M195.34 390c103.12 0 186.71-83.594 186.71-186.71S298.455 16.58 195.34 16.58C92.22 16.58 8.63 100.175 8.63 203.29S92.224 390 195.34 390z" }), _jsx("path", { fill: "#272D2F", d: "M153.03 383.96c-.268.152-2.982-4.099-6.057-9.496-3.078-5.399-5.356-9.897-5.088-10.051.268-.153 2.979 4.099 6.059 9.497 3.076 5.397 5.354 9.897 5.086 10.05zM122.3 374.15c-.268.152-2.876-3.919-5.828-9.091-2.951-5.173-5.124-9.491-4.856-9.644.268-.152 2.876 3.917 5.828 9.091 2.949 5.174 5.124 9.491 4.856 9.644zM94.144 360.66c-.268.153-2.876-3.916-5.826-9.09-2.951-5.174-5.124-9.491-4.856-9.644.268-.152 2.877 3.917 5.828 9.091 2.947 5.171 5.122 9.489 4.854 9.643zM185.5 387.93c-.268.152-2.982-4.099-6.06-9.496-3.078-5.399-5.356-9.899-5.088-10.051.269-.152 2.98 4.099 6.06 9.498 3.078 5.397 5.356 9.897 5.088 10.049zM215.61 386.26c-.268.153-2.981-4.099-6.057-9.496-3.078-5.398-5.356-9.899-5.088-10.051s2.979 4.099 6.06 9.498c3.076 5.397 5.353 9.897 5.085 10.049zM245.21 379.8c-.268.152-2.982-4.099-6.06-9.496-3.078-5.399-5.356-9.897-5.087-10.051.268-.153 2.979 4.099 6.059 9.498 3.078 5.396 5.356 9.897 5.088 10.049zM272.28 369.89c-.269.153-2.982-4.099-6.058-9.495-3.078-5.399-5.356-9.899-5.088-10.052.268-.152 2.98 4.099 6.06 9.498 3.074 5.397 5.354 9.897 5.086 10.049zM298.14 354.72c-.269.152-2.982-4.099-6.058-9.496-3.078-5.399-5.356-9.899-5.088-10.051s2.98 4.099 6.06 9.498c3.076 5.397 5.354 9.897 5.086 10.049zM320.62 336.14c-.268.152-2.982-4.099-6.057-9.496-3.078-5.399-5.356-9.899-5.088-10.051.268-.153 2.979 4.099 6.059 9.498 3.076 5.396 5.354 9.897 5.086 10.049zM338.37 316.69c-.268.152-2.982-4.099-6.06-9.496-3.078-5.399-5.356-9.899-5.088-10.051s2.98 4.099 6.06 9.498c3.078 5.397 5.356 9.895 5.088 10.049zM354.54 294.06c-.268.152-2.981-4.099-6.059-9.496-3.078-5.399-5.356-9.899-5.088-10.051s2.979 4.099 6.06 9.498c3.075 5.397 5.356 9.895 5.087 10.049zM367.66 268.45c-.268.152-2.982-4.099-6.058-9.496-3.078-5.399-5.356-9.899-5.088-10.051.269-.153 2.98 4.099 6.06 9.497 3.076 5.395 5.354 9.895 5.086 10.05zM376.09 239.71c-.268.153-2.982-4.099-6.057-9.495-3.078-5.399-5.356-9.897-5.088-10.052.268-.152 2.979 4.099 6.059 9.498 3.076 5.397 5.354 9.895 5.086 10.049zM379.97 209.22c-.268.153-3.518-5.042-7.261-11.604-3.743-6.561-6.557-12.005-6.289-12.158.268-.152 3.518 5.041 7.261 11.605 3.741 6.561 6.557 12.003 6.289 12.157zM375.77 166.25c-.268.152-3.52-5.043-7.261-11.604-3.743-6.562-6.557-12.006-6.289-12.158.269-.152 3.518 5.043 7.261 11.604 3.741 6.562 6.557 12.006 6.289 12.158z" }), _jsx("path", { fill: "#D9216E", d: "M184.65 1.545c101.98 0 184.65 82.67 184.65 184.65s-82.67 184.65-184.65 184.65S0 288.176 0 186.195C0 84.215 82.67 1.545 184.65 1.545z" }), _jsx("path", { fill: "#D9216E", d: "M172.42 320.92c-77.34-7.514-134.1-74.743-126.77-150.16 7.327-75.417 75.964-130.46 153.3-122.95 77.34 7.514 134.1 74.743 126.77 150.16s-75.963 130.46-153.3 122.95z" }), _jsx("path", { fill: "#F6F6F6", d: "M300.54 232.36c-2.933 20.024-11.63 38.528-25.146 53.518-14.085 15.621-33.006 26.868-54.717 32.528-.006.004-.013.004-.02.007a53.95 53.95 0 0 1-1.085.273c-.01 0-.017.004-.023.004-1.032.261-2.144.527-3.389.807a135.565 135.565 0 0 1-16.661 2.596 148.22 148.22 0 0 1-13.82.638c-4.826 0-9.795-.229-14.762-.682a185.757 185.757 0 0 1-5.585-.605 187.602 187.602 0 0 1-16.264-2.754c-.048-.012-.094-.026-.141-.034l-.485-.103a30.169 30.169 0 0 0-.587-.126l-.093-.022a61.288 61.288 0 0 1-1.47-.335c-.054-.011-.111-.023-.168-.029-.026-.004-.056-.012-.083-.016l-.063-.011-.037-.011h-.014c-.026-.007-.054-.015-.08-.018a.2.2 0 0 0-.043-.007.602.602 0 0 0-.117-.022c-.007-.004-.014-.004-.02-.007-.007 0-.014-.004-.02-.004-.603-.144-1.243-.302-2.08-.52l-.098-.022c-.046-.019-.093-.029-.14-.044a201.35 201.35 0 0 1-3.198-.907c1.537.069 3.071.106 4.598.106l.858-.003.887.003c17.387 0 34.037-4.79 48.146-13.854 13.589-8.728 24.373-21.052 31.184-35.645 6.145-13.168 8.814-27.871 7.719-42.514-1.185-15.813-6.553-31.172-15.95-45.66-.023-.037-.043-.075-.071-.111l-.177-.276a90.17 90.17 0 0 0-.368-.558 2.509 2.509 0 0 0-.355-.434 7.744 7.744 0 0 0-.359-.369 118.48 118.48 0 0 0-1.832-2.596l-.027-.041a12.17 12.17 0 0 1-.103-.136c-4.025-5.528-8.717-10.9-13.955-15.975-.013-.011-.026-.026-.04-.037-.268-.251-.622-.738-.967-1.206-.456-.623-.972-1.328-1.594-1.933a.27.27 0 0 1-.04-.037c-6.473-6.04-10.998-13.072-13.08-20.333-1.859-6.472-1.798-13.025.177-18.955 1.762-5.284 4.943-9.772 9.2-12.977 4.467-3.366 9.942-5.144 15.83-5.144 5.311 0 10.856 1.412 16.486 4.196 1.966 1.258 3.921 2.468 5.81 3.64l.696.427c.034.022.066.041.1.059l.59.365c.11.11.228.21.358.302.345.244.804.505 1.565.885l.184.114c.177.11.356.221.533.336.063.051.131.1.2.147 12.558 8.53 23.579 18.107 32.758 28.469 8.667 9.791 15.75 20.341 21.048 31.357 9.938 20.678 13.539 42.911 10.4 64.296z" }), _jsx("path", { fill: "#F6F6F6", d: "M190.24 280.69c-14.902 14.186-33.997 22.705-54.809 22.705-28.639 0-54.016-16.13-69.716-40.963a143.546 143.546 0 0 1-8.965-17.778c-9.517-22.627-13.707-48.518-10.967-75.408a155.2 155.2 0 0 1 1.413-10.432 151.538 151.538 0 0 0 4.043 22.85c9.912 38.568 34.523 70.791 67.394 87.75 12.063 6.228 25.25 10.396 39.225 12.067 11.03 1.31 21.894.989 32.382-.791zM318.2 235.3a105.935 105.935 0 0 1-1.099 3.079c-.19.513-.378 1.023-.572 1.523-5.185 13.564-12.529 26.212-21.788 37.411l-.011.011c-16.315 18.999-35.229 30.545-54.11 37.29 15.271-6.671 28.676-16.362 39.383-28.564 13.977-15.934 22.969-35.604 26.004-56.889 3.244-22.73-.479-46.365-10.76-68.339-5.479-11.709-12.802-22.926-21.763-33.333-6.303-7.313-13.445-14.256-21.335-20.753 4.832-3.88 3.515-13.744-5.737-21.031-19.504-15.514-10.674-29.882 9.697-18.767 1.018.697 2.026 1.402 3.024 2.121h.003c1.346 1.246 3.011 2.482 4.524 3.36.003 0 .004 0 .007.006.023.022.046.037.07.06.425.335.847.674 1.263 1.01 23.029 18.519 36.802 36.187 46.989 58.06.371.804.743 1.607 1.098 2.415.188.42.371.841.556 1.265 14.58 33.651 15.139 69.034 4.557 100.06z" }), _jsx("path", { fill: "#F6F6F6", d: "M213.21 181.41a4.393 4.393 0 0 0-.505-.704c-.798-.919-1.919-1.49-3.165-1.49-1.296 0-2.461.619-3.264 1.6-.007.012-.017.022-.024.034a7.36 7.36 0 0 0-.733 1.268c-.844 1.862-.88 4.079.516 6.037.014.007.02.022.03.034 3.346 4.439 3.968 9.96 1.353 12.487-1.323 1.382-3.379 1.551-5.513.844-1.536-.512-2.859 1.239-2.086 2.788 14.293 28.764 10.194 55.997-4.835 75.475-14.702 19.051-39.865 30.674-68.504 29.029-6.155-.348-12.471-1.313-18.877-2.951a85.936 85.936 0 0 0 15.92 5.469 84.966 84.966 0 0 0 18.861 2.279c.248.004.496.004.744.004.204 0 .408 0 .609-.004h.007c.613.004 1.229.004 1.838 0 30.632.288 56.34-14.426 71.333-36.463 7.672-12.943 12.129-28.406 12.129-45.015-.001-19.125-5.911-36.73-15.834-50.721zm6.409 90.082h.003c-.009.022-.023.04-.036.062a.262.262 0 0 0 .033-.062z" }), _jsx("path", { fill: "#FAFAFA", d: "M172.43 320.33c75.967 7.387 143.64-47.138 153.09-122.39-.091 1.334-.157 2.662-.286 4-7.516 77.307-76.277 133.88-153.58 126.37-77.306-7.516-133.88-76.278-126.37-153.58.13-1.339.322-2.656.488-3.982-5.216 75.663 50.689 142.2 126.66 149.58z" }), _jsx("path", { fill: "#FAFAFA", d: "M17.742 106.73c.05.025.333-.404.832-1.263l2.136-3.839c.903-1.706 2.04-3.801 3.53-6.198 1.453-2.416 3.056-5.242 5.137-8.254C33.293 80.999 38.69 73.834 45.48 66a181.672 181.672 0 0 1 25.61-24.086 188.773 188.773 0 0 1 36.384-22.033c13.956-6.283 29.614-11.467 46.614-14.223 8.483-1.402 17.275-2.336 26.282-2.45 8.994-.161 18.211.193 27.481 1.489 9.263 1.268 18.64 3.086 27.896 5.872a199.276 199.276 0 0 1 27.426 10.477 199.471 199.471 0 0 1 25.412 14.72c7.993 5.444 15.311 11.585 22.127 17.987 6.843 6.389 12.92 13.33 18.456 20.423 5.58 7.072 10.388 14.494 14.64 21.97 8.558 14.946 14.385 30.382 18.284 45.182a188.665 188.665 0 0 1 5.774 42.142 181.699 181.699 0 0 1-2.6 35.06c-1.816 10.205-3.986 18.909-6.322 25.839-1.03 3.513-2.219 6.538-3.182 9.187-.925 2.664-1.839 4.868-2.594 6.642l-1.638 4.077c-.352.927-.509 1.414-.456 1.438.051.025.31-.414.764-1.296l1.943-3.952a79.798 79.798 0 0 0 2.9-6.548c1.065-2.624 2.354-5.634 3.487-9.14 2.54-6.914 4.915-15.641 6.922-25.918a178.661 178.661 0 0 0 3.12-35.423 188.227 188.227 0 0 0-5.454-42.778c-3.84-15.051-9.664-30.771-18.289-46.008-4.285-7.622-9.145-15.188-14.793-22.404-5.607-7.236-11.773-14.318-18.722-20.837-6.922-6.534-14.363-12.797-22.494-18.35A201.232 201.232 0 0 0 264.6 18.062a201.3 201.3 0 0 0-27.924-10.65c-9.429-2.823-18.976-4.66-28.409-5.928-9.438-1.296-18.82-1.631-27.97-1.434-9.16.15-18.102 1.137-26.718 2.603-17.269 2.885-33.146 8.253-47.259 14.74a188.295 188.295 0 0 0-36.676 22.684 178.644 178.644 0 0 0-25.565 24.719c-6.724 8.029-12.013 15.368-15.788 21.694-2.01 3.086-3.538 5.982-4.906 8.461a80.12 80.12 0 0 0-3.265 6.377c-.802 1.733-1.417 3.063-1.847 3.996-.401.904-.58 1.381-.529 1.407z" }), _jsx("path", { fill: "#272D2F", d: "M198.87 48.362C122.902 40.976 55.23 95.5 45.78 170.752c.091-1.334.157-2.662.286-4 7.516-77.307 76.278-133.88 153.58-126.37 77.307 7.516 133.88 76.278 126.37 153.58-.13 1.339-.323 2.656-.488 3.982 5.214-75.663-50.689-142.2-126.66-149.58z", opacity: 0.3 }), _jsx("path", { stroke: "#1B1E1E", strokeWidth: 4, d: "M47.645 170.95c-7.216 74.27 48.684 140.56 124.97 147.98 76.288 7.412 143.9-46.882 151.12-121.15 7.216-74.271-48.684-140.56-124.97-147.98s-143.9 46.881-151.12 121.15z" }), _jsx("path", { fill: "#272D2F", d: "M198.87 48.362C122.902 40.976 55.23 95.5 45.78 170.752c.091-1.334.157-2.662.286-4 7.516-77.307 76.278-133.88 153.58-126.37 77.307 7.516 133.88 76.278 126.37 153.58-.13 1.339-.323 2.656-.488 3.982 5.214-75.663-50.689-142.2-126.66-149.58z", opacity: 0.3 })] }));
|
|
3
|
+
//# sourceMappingURL=coin-voyage.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"coin-voyage.js","sourceRoot":"","sources":["../../src/assets/coin-voyage.tsx"],"names":[],"mappings":";AACA,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,KAAoC,EAAE,EAAE,CAAC,CACpE,eACI,KAAK,EAAC,4BAA4B,EAClC,IAAI,EAAC,MAAM,EACX,OAAO,EAAC,aAAa,KACjB,KAAK,aAET,eACI,IAAI,EAAC,SAAS,EACd,CAAC,EAAC,yIAAyI,GAC7I,EACF,eACI,IAAI,EAAC,SAAS,EACd,CAAC,EAAC,gvEAAgvE,GACpvE,EACF,eACI,IAAI,EAAC,SAAS,EACd,CAAC,EAAC,sIAAsI,GAC1I,EACF,eACI,IAAI,EAAC,SAAS,EACd,CAAC,EAAC,oKAAoK,GACxK,EACF,eACI,IAAI,EAAC,SAAS,EACd,CAAC,EAAC,uyDAAuyD,GAC3yD,EACF,eACI,IAAI,EAAC,SAAS,EACd,CAAC,EAAC,0jCAA0jC,GAC9jC,EACF,eACI,IAAI,EAAC,SAAS,EACd,CAAC,EAAC,owBAAowB,GACxwB,EACF,eACI,IAAI,EAAC,SAAS,EACd,CAAC,EAAC,8OAA8O,GAClP,EACF,eACI,IAAI,EAAC,SAAS,EACd,CAAC,EAAC,unDAAunD,GAC3nD,EACF,eACI,IAAI,EAAC,SAAS,EACd,CAAC,EAAC,8OAA8O,EAChP,OAAO,EAAE,GAAG,GACd,EACF,eACI,MAAM,EAAC,SAAS,EAChB,WAAW,EAAE,CAAC,EACd,CAAC,EAAC,uKAAuK,GAC3K,EACF,eACI,IAAI,EAAC,SAAS,EACd,CAAC,EAAC,8OAA8O,EAChP,OAAO,EAAE,GAAG,GACd,IACA,CACT,CAAA"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
export const USDC = (props) => (_jsxs("svg", { ...props, "aria-hidden": "true", width: "44", height: "44", viewBox: "0 0 44 44", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsxs("g", { clipPath: "url(#clip0_121_12)", children: [_jsx("path", { d: "M22 44C34.1917 44 44 34.1917 44 22C44 9.80826 34.1917 0 22 0C9.80826 0 0 9.80826 0 22C0 34.1917 9.80826 44 22 44Z", fill: "#2775CA" }), _jsx("path", { d: "M28.0501 25.4833C28.0501 22.2751 26.1251 21.1751 22.2751 20.7168C19.5251 20.3501 18.9751 19.6168 18.9751 18.3334C18.9751 17.0499 19.8918 16.2251 21.7251 16.2251C23.3751 16.2251 24.2918 16.7751 24.7501 18.1501C24.8418 18.4251 25.1168 18.6084 25.3918 18.6084H26.8584C27.2251 18.6084 27.5001 18.3333 27.5001 17.9668V17.8751C27.1334 15.8583 25.4834 14.3001 23.3751 14.1168V11.9168C23.3751 11.5501 23.1001 11.2751 22.6418 11.1833H21.2668C20.9001 11.1833 20.6251 11.4583 20.5334 11.9168V14.0251C17.7834 14.3918 16.0418 16.2251 16.0418 18.5168C16.0418 21.5418 17.8751 22.7334 21.7251 23.1918C24.2918 23.6501 25.1168 24.2001 25.1168 25.6668C25.1168 27.1336 23.8334 28.1418 22.0918 28.1418C19.7084 28.1418 18.8834 27.1333 18.6084 25.7583C18.5168 25.3918 18.2418 25.2083 17.9668 25.2083H16.4084C16.0418 25.2083 15.7668 25.4834 15.7668 25.8501V25.9418C16.1334 28.2334 17.6001 29.8834 20.6251 30.3418V32.5418C20.6251 32.9084 20.9001 33.1834 21.3584 33.2751H22.7334C23.1001 33.2751 23.3751 33.0001 23.4668 32.5418V30.3418C26.2168 29.8834 28.0501 27.9583 28.0501 25.4833Z", fill: "white" }), _jsx("path", { d: "M17.3251 35.1083C10.1751 32.5417 6.50834 24.5667 9.16682 17.5083C10.5418 13.6583 13.5668 10.725 17.3251 9.35001C17.6918 9.16675 17.8751 8.89175 17.8751 8.43327V7.15001C17.8751 6.78327 17.6918 6.50827 17.3251 6.41675C17.2333 6.41675 17.0501 6.41675 16.9583 6.50827C8.25008 9.25827 3.48334 18.5167 6.23334 27.225C7.88334 32.3583 11.8251 36.3 16.9583 37.95C17.3251 38.1333 17.6918 37.95 17.7833 37.5833C17.8751 37.4917 17.8751 37.4 17.8751 37.2167V35.9333C17.8751 35.6583 17.6001 35.2917 17.3251 35.1083ZM27.0418 6.50827C26.6751 6.32501 26.3083 6.50827 26.2168 6.87501C26.1251 6.96675 26.1251 7.05827 26.1251 7.24175V8.52501C26.1251 8.89175 26.4001 9.25827 26.6751 9.44175C33.8251 12.0083 37.4918 19.9833 34.8333 27.0417C33.4583 30.8917 30.4333 33.825 26.6751 35.2C26.3083 35.3833 26.1251 35.6583 26.1251 36.1167V37.4C26.1251 37.7667 26.3083 38.0417 26.6751 38.1333C26.7668 38.1333 26.9501 38.1333 27.0418 38.0417C35.7501 35.2917 40.5168 26.0333 37.7668 17.325C36.1168 12.1 32.0833 8.15827 27.0418 6.50827Z", fill: "white" })] }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_121_12", children: _jsx("rect", { width: "44", height: "44", fill: "white" }) }) })] }));
|
|
3
|
+
export const DAI = (props) => (_jsxs("svg", { ...props, "aria-hidden": "true", width: "44", height: "44", viewBox: "0 0 44 44", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsxs("g", { clipPath: "url(#clip0_121_17)", children: [_jsx("path", { d: "M22 0C34.1514 0 44 9.8506 44 22C44 34.1514 34.1514 44 22 44C9.8506 44 0 34.1504 0 22C0 9.8506 9.8506 0 22 0Z", fill: "#F5AC37" }), _jsx("path", { d: "M22.8109 23.5533H31.1705C31.3487 23.5533 31.4329 23.5533 31.4457 23.3196C31.514 22.4692 31.514 21.6138 31.4457 20.7624C31.4457 20.5971 31.3636 20.5288 31.1844 20.5288H14.5472C14.3413 20.5288 14.2859 20.5971 14.2859 20.7901V23.2374C14.2859 23.5533 14.2859 23.5533 14.6156 23.5533H22.8109ZM30.5121 17.6686C30.5359 17.6063 30.5359 17.538 30.5121 17.4766C30.3726 17.1726 30.2072 16.8826 30.0152 16.6103C29.7261 16.145 29.3855 15.7163 28.9974 15.3312C28.8143 15.0986 28.6024 14.8897 28.3648 14.7125C27.1748 13.6997 25.7601 12.9829 24.2394 12.6226C23.4722 12.4503 22.6881 12.3681 21.902 12.3751H14.5185C14.3126 12.3751 14.2849 12.4572 14.2849 12.6364V17.5172C14.2849 17.7231 14.2849 17.7785 14.5463 17.7785H30.4131C30.4131 17.7785 30.5508 17.7508 30.5785 17.6686H30.5112H30.5121ZM30.5121 26.4134C30.2785 26.3877 30.0429 26.3877 29.8092 26.4134H14.5611C14.3552 26.4134 14.2859 26.4134 14.2859 26.6886V31.4605C14.2859 31.6803 14.2859 31.7357 14.5611 31.7357H21.6011C21.9377 31.7614 22.2743 31.7377 22.6039 31.6674C23.6256 31.5941 24.6305 31.3724 25.5888 31.007C25.9373 30.8863 26.2739 30.7289 26.5917 30.5398H26.6877C28.3381 29.6814 29.6786 28.333 30.524 26.6777C30.524 26.6777 30.6201 26.4698 30.5121 26.4154V26.4134ZM11.5228 34.2097V34.1276V30.9239V29.8378V26.6065C11.5228 26.4273 11.5228 26.4005 11.303 26.4005H8.31909C8.15376 26.4005 8.08545 26.4005 8.08545 26.1807V23.5681H11.2753C11.4535 23.5681 11.5228 23.5681 11.5228 23.3345V20.7496C11.5228 20.5842 11.5228 20.5436 11.303 20.5436H8.31909C8.15376 20.5436 8.08545 20.5436 8.08545 20.3238V17.9043C8.08545 17.7528 8.08545 17.7122 8.30523 17.7122H11.2614C11.4673 17.7122 11.5228 17.7122 11.5228 17.4508V10.0396C11.5228 9.81985 11.5228 9.7644 11.798 9.7644H22.1099C22.8584 9.7941 23.6019 9.87628 24.3375 10.0119C25.8532 10.2921 27.3095 10.8336 28.641 11.6068C29.5241 12.1266 30.3369 12.7542 31.0606 13.4769C31.6051 14.0422 32.0962 14.6541 32.5318 15.3055C32.9644 15.9658 33.3238 16.6717 33.6059 17.4093C33.6406 17.6013 33.8247 17.731 34.0168 17.6983H36.4779C36.7938 17.6983 36.7938 17.6983 36.8076 18.0013V20.2565C36.8076 20.4763 36.7254 20.5318 36.5047 20.5318H34.6068C34.4148 20.5318 34.3593 20.5318 34.3732 20.7793C34.4484 21.6168 34.4484 22.4573 34.3732 23.2949C34.3732 23.5285 34.3732 23.5562 34.6355 23.5562H36.8066C36.9027 23.68 36.8066 23.8037 36.8066 23.9285C36.8205 24.0879 36.8205 24.2492 36.8066 24.4086V26.0728C36.8066 26.3065 36.7383 26.3758 36.5314 26.3758H33.9326C33.7515 26.3411 33.5752 26.457 33.5337 26.6371C32.9149 28.2459 31.9249 29.6884 30.6458 30.8447C30.1785 31.2654 29.6875 31.6614 29.1746 32.0268C28.6242 32.3436 28.0886 32.6732 27.5243 32.9346C26.4858 33.4019 25.3968 33.7464 24.279 33.9652C23.2178 34.1553 22.1416 34.2414 21.0615 34.2266H11.5188V34.2127L11.5228 34.2097Z", fill: "#FEFEFD" })] }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_121_17", children: _jsx("rect", { width: "44", height: "44", fill: "white" }) }) })] }));
|
|
4
|
+
//# sourceMappingURL=coins.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"coins.js","sourceRoot":"","sources":["../../src/assets/coins.tsx"],"names":[],"mappings":";AAAA,MAAM,CAAC,MAAM,IAAI,GAAG,CAAC,KAAoC,EAAE,EAAE,CAAC,CAC5D,kBACM,KAAK,iBACG,MAAM,EAClB,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,aAElC,aAAG,QAAQ,EAAC,oBAAoB,aAC9B,eACE,CAAC,EAAC,mHAAmH,EACrH,IAAI,EAAC,SAAS,GACd,EACF,eACE,CAAC,EAAC,miCAAmiC,EACriC,IAAI,EAAC,OAAO,GACZ,EACF,eACE,CAAC,EAAC,6+BAA6+B,EAC/+B,IAAI,EAAC,OAAO,GACZ,IACA,EACJ,yBACE,mBAAU,EAAE,EAAC,cAAc,YACzB,eAAM,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,IAAI,EAAC,OAAO,GAAG,GACnC,GACN,IACH,CACP,CAAA;AAED,MAAM,CAAC,MAAM,GAAG,GAAG,CAAC,KAAoC,EAAE,EAAE,CAAC,CAC3D,kBACM,KAAK,iBACG,MAAM,EAClB,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,aAElC,aAAG,QAAQ,EAAC,oBAAoB,aAC9B,eACE,CAAC,EAAC,8GAA8G,EAChH,IAAI,EAAC,SAAS,GACd,EACF,eACE,CAAC,EAAC,yrFAAyrF,EAC3rF,IAAI,EAAC,SAAS,GACd,IACA,EACJ,yBACE,mBAAU,EAAE,EAAC,cAAc,YACzB,eAAM,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,IAAI,EAAC,OAAO,GAAG,GACnC,GACN,IACH,CACP,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const DEFAULTLogo = "data:image/svg+xml,%3Csvg%20%20%20%20%20%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20%20%20%20%20%20%20fill%3D%22none%22%20%20%20%20%20%20%20%20viewBox%3D%220%200%20383%20390%22%20%20%20%20%3E%3Cpath%20%20%20%20%20%20%20%20%20%20%20%20fill%3D%22%23583B51%22%20%20%20%20%20%20%20%20%20%20%20%20d%3D%22M195.34%20390c103.12%200%20186.71-83.594%20186.71-186.71S298.455%2016.58%20195.34%2016.58C92.22%2016.58%208.63%20100.175%208.63%20203.29S92.224%20390%20195.34%20390z%22%20%20%20%20%20%20%20%20%2F%3E%3Cpath%20%20%20%20%20%20%20%20%20%20%20%20fill%3D%22%23272D2F%22%20%20%20%20%20%20%20%20%20%20%20%20d%3D%22M153.03%20383.96c-.268.152-2.982-4.099-6.057-9.496-3.078-5.399-5.356-9.897-5.088-10.051.268-.153%202.979%204.099%206.059%209.497%203.076%205.397%205.354%209.897%205.086%2010.05zM122.3%20374.15c-.268.152-2.876-3.919-5.828-9.091-2.951-5.173-5.124-9.491-4.856-9.644.268-.152%202.876%203.917%205.828%209.091%202.949%205.174%205.124%209.491%204.856%209.644zM94.144%20360.66c-.268.153-2.876-3.916-5.826-9.09-2.951-5.174-5.124-9.491-4.856-9.644.268-.152%202.877%203.917%205.828%209.091%202.947%205.171%205.122%209.489%204.854%209.643zM185.5%20387.93c-.268.152-2.982-4.099-6.06-9.496-3.078-5.399-5.356-9.899-5.088-10.051.269-.152%202.98%204.099%206.06%209.498%203.078%205.397%205.356%209.897%205.088%2010.049zM215.61%20386.26c-.268.153-2.981-4.099-6.057-9.496-3.078-5.398-5.356-9.899-5.088-10.051s2.979%204.099%206.06%209.498c3.076%205.397%205.353%209.897%205.085%2010.049zM245.21%20379.8c-.268.152-2.982-4.099-6.06-9.496-3.078-5.399-5.356-9.897-5.087-10.051.268-.153%202.979%204.099%206.059%209.498%203.078%205.396%205.356%209.897%205.088%2010.049zM272.28%20369.89c-.269.153-2.982-4.099-6.058-9.495-3.078-5.399-5.356-9.899-5.088-10.052.268-.152%202.98%204.099%206.06%209.498%203.074%205.397%205.354%209.897%205.086%2010.049zM298.14%20354.72c-.269.152-2.982-4.099-6.058-9.496-3.078-5.399-5.356-9.899-5.088-10.051s2.98%204.099%206.06%209.498c3.076%205.397%205.354%209.897%205.086%2010.049zM320.62%20336.14c-.268.152-2.982-4.099-6.057-9.496-3.078-5.399-5.356-9.899-5.088-10.051.268-.153%202.979%204.099%206.059%209.498%203.076%205.396%205.354%209.897%205.086%2010.049zM338.37%20316.69c-.268.152-2.982-4.099-6.06-9.496-3.078-5.399-5.356-9.899-5.088-10.051s2.98%204.099%206.06%209.498c3.078%205.397%205.356%209.895%205.088%2010.049zM354.54%20294.06c-.268.152-2.981-4.099-6.059-9.496-3.078-5.399-5.356-9.899-5.088-10.051s2.979%204.099%206.06%209.498c3.075%205.397%205.356%209.895%205.087%2010.049zM367.66%20268.45c-.268.152-2.982-4.099-6.058-9.496-3.078-5.399-5.356-9.899-5.088-10.051.269-.153%202.98%204.099%206.06%209.497%203.076%205.395%205.354%209.895%205.086%2010.05zM376.09%20239.71c-.268.153-2.982-4.099-6.057-9.495-3.078-5.399-5.356-9.897-5.088-10.052.268-.152%202.979%204.099%206.059%209.498%203.076%205.397%205.354%209.895%205.086%2010.049zM379.97%20209.22c-.268.153-3.518-5.042-7.261-11.604-3.743-6.561-6.557-12.005-6.289-12.158.268-.152%203.518%205.041%207.261%2011.605%203.741%206.561%206.557%2012.003%206.289%2012.157zM375.77%20166.25c-.268.152-3.52-5.043-7.261-11.604-3.743-6.562-6.557-12.006-6.289-12.158.269-.152%203.518%205.043%207.261%2011.604%203.741%206.562%206.557%2012.006%206.289%2012.158z%22%20%20%20%20%20%20%20%20%2F%3E%3Cpath%20%20%20%20%20%20%20%20%20%20%20%20fill%3D%22%23D9216E%22%20%20%20%20%20%20%20%20%20%20%20%20d%3D%22M184.65%201.545c101.98%200%20184.65%2082.67%20184.65%20184.65s-82.67%20184.65-184.65%20184.65S0%20288.176%200%20186.195C0%2084.215%2082.67%201.545%20184.65%201.545z%22%20%20%20%20%20%20%20%20%2F%3E%3Cpath%20%20%20%20%20%20%20%20%20%20%20%20fill%3D%22%23D9216E%22%20%20%20%20%20%20%20%20%20%20%20%20d%3D%22M172.42%20320.92c-77.34-7.514-134.1-74.743-126.77-150.16%207.327-75.417%2075.964-130.46%20153.3-122.95%2077.34%207.514%20134.1%2074.743%20126.77%20150.16s-75.963%20130.46-153.3%20122.95z%22%20%20%20%20%20%20%20%20%2F%3E%3Cpath%20%20%20%20%20%20%20%20%20%20%20%20fill%3D%22%23F6F6F6%22%20%20%20%20%20%20%20%20%20%20%20%20d%3D%22M300.54%20232.36c-2.933%2020.024-11.63%2038.528-25.146%2053.518-14.085%2015.621-33.006%2026.868-54.717%2032.528-.006.004-.013.004-.02.007a53.95%2053.95%200%200%201-1.085.273c-.01%200-.017.004-.023.004-1.032.261-2.144.527-3.389.807a135.565%20135.565%200%200%201-16.661%202.596%20148.22%20148.22%200%200%201-13.82.638c-4.826%200-9.795-.229-14.762-.682a185.757%20185.757%200%200%201-5.585-.605%20187.602%20187.602%200%200%201-16.264-2.754c-.048-.012-.094-.026-.141-.034l-.485-.103a30.169%2030.169%200%200%200-.587-.126l-.093-.022a61.288%2061.288%200%200%201-1.47-.335c-.054-.011-.111-.023-.168-.029-.026-.004-.056-.012-.083-.016l-.063-.011-.037-.011h-.014c-.026-.007-.054-.015-.08-.018a.2.2%200%200%200-.043-.007.602.602%200%200%200-.117-.022c-.007-.004-.014-.004-.02-.007-.007%200-.014-.004-.02-.004-.603-.144-1.243-.302-2.08-.52l-.098-.022c-.046-.019-.093-.029-.14-.044a201.35%20201.35%200%200%201-3.198-.907c1.537.069%203.071.106%204.598.106l.858-.003.887.003c17.387%200%2034.037-4.79%2048.146-13.854%2013.589-8.728%2024.373-21.052%2031.184-35.645%206.145-13.168%208.814-27.871%207.719-42.514-1.185-15.813-6.553-31.172-15.95-45.66-.023-.037-.043-.075-.071-.111l-.177-.276a90.17%2090.17%200%200%200-.368-.558%202.509%202.509%200%200%200-.355-.434%207.744%207.744%200%200%200-.359-.369%20118.48%20118.48%200%200%200-1.832-2.596l-.027-.041a12.17%2012.17%200%200%201-.103-.136c-4.025-5.528-8.717-10.9-13.955-15.975-.013-.011-.026-.026-.04-.037-.268-.251-.622-.738-.967-1.206-.456-.623-.972-1.328-1.594-1.933a.27.27%200%200%201-.04-.037c-6.473-6.04-10.998-13.072-13.08-20.333-1.859-6.472-1.798-13.025.177-18.955%201.762-5.284%204.943-9.772%209.2-12.977%204.467-3.366%209.942-5.144%2015.83-5.144%205.311%200%2010.856%201.412%2016.486%204.196%201.966%201.258%203.921%202.468%205.81%203.64l.696.427c.034.022.066.041.1.059l.59.365c.11.11.228.21.358.302.345.244.804.505%201.565.885l.184.114c.177.11.356.221.533.336.063.051.131.1.2.147%2012.558%208.53%2023.579%2018.107%2032.758%2028.469%208.667%209.791%2015.75%2020.341%2021.048%2031.357%209.938%2020.678%2013.539%2042.911%2010.4%2064.296z%22%20%20%20%20%20%20%20%20%2F%3E%3Cpath%20%20%20%20%20%20%20%20%20%20%20%20fill%3D%22%23F6F6F6%22%20%20%20%20%20%20%20%20%20%20%20%20d%3D%22M190.24%20280.69c-14.902%2014.186-33.997%2022.705-54.809%2022.705-28.639%200-54.016-16.13-69.716-40.963a143.546%20143.546%200%200%201-8.965-17.778c-9.517-22.627-13.707-48.518-10.967-75.408a155.2%20155.2%200%200%201%201.413-10.432%20151.538%20151.538%200%200%200%204.043%2022.85c9.912%2038.568%2034.523%2070.791%2067.394%2087.75%2012.063%206.228%2025.25%2010.396%2039.225%2012.067%2011.03%201.31%2021.894.989%2032.382-.791zM318.2%20235.3a105.935%20105.935%200%200%201-1.099%203.079c-.19.513-.378%201.023-.572%201.523-5.185%2013.564-12.529%2026.212-21.788%2037.411l-.011.011c-16.315%2018.999-35.229%2030.545-54.11%2037.29%2015.271-6.671%2028.676-16.362%2039.383-28.564%2013.977-15.934%2022.969-35.604%2026.004-56.889%203.244-22.73-.479-46.365-10.76-68.339-5.479-11.709-12.802-22.926-21.763-33.333-6.303-7.313-13.445-14.256-21.335-20.753%204.832-3.88%203.515-13.744-5.737-21.031-19.504-15.514-10.674-29.882%209.697-18.767%201.018.697%202.026%201.402%203.024%202.121h.003c1.346%201.246%203.011%202.482%204.524%203.36.003%200%20.004%200%20.007.006.023.022.046.037.07.06.425.335.847.674%201.263%201.01%2023.029%2018.519%2036.802%2036.187%2046.989%2058.06.371.804.743%201.607%201.098%202.415.188.42.371.841.556%201.265%2014.58%2033.651%2015.139%2069.034%204.557%20100.06z%22%20%20%20%20%20%20%20%20%2F%3E%3Cpath%20%20%20%20%20%20%20%20%20%20%20%20fill%3D%22%23F6F6F6%22%20%20%20%20%20%20%20%20%20%20%20%20d%3D%22M213.21%20181.41a4.393%204.393%200%200%200-.505-.704c-.798-.919-1.919-1.49-3.165-1.49-1.296%200-2.461.619-3.264%201.6-.007.012-.017.022-.024.034a7.36%207.36%200%200%200-.733%201.268c-.844%201.862-.88%204.079.516%206.037.014.007.02.022.03.034%203.346%204.439%203.968%209.96%201.353%2012.487-1.323%201.382-3.379%201.551-5.513.844-1.536-.512-2.859%201.239-2.086%202.788%2014.293%2028.764%2010.194%2055.997-4.835%2075.475-14.702%2019.051-39.865%2030.674-68.504%2029.029-6.155-.348-12.471-1.313-18.877-2.951a85.936%2085.936%200%200%200%2015.92%205.469%2084.966%2084.966%200%200%200%2018.861%202.279c.248.004.496.004.744.004.204%200%20.408%200%20.609-.004h.007c.613.004%201.229.004%201.838%200%2030.632.288%2056.34-14.426%2071.333-36.463%207.672-12.943%2012.129-28.406%2012.129-45.015-.001-19.125-5.911-36.73-15.834-50.721zm6.409%2090.082h.003c-.009.022-.023.04-.036.062a.262.262%200%200%200%20.033-.062z%22%20%20%20%20%20%20%20%20%2F%3E%3Cpath%20%20%20%20%20%20%20%20%20%20%20%20fill%3D%22%23FAFAFA%22%20%20%20%20%20%20%20%20%20%20%20%20d%3D%22M172.43%20320.33c75.967%207.387%20143.64-47.138%20153.09-122.39-.091%201.334-.157%202.662-.286%204-7.516%2077.307-76.277%20133.88-153.58%20126.37-77.306-7.516-133.88-76.278-126.37-153.58.13-1.339.322-2.656.488-3.982-5.216%2075.663%2050.689%20142.2%20126.66%20149.58z%22%20%20%20%20%20%20%20%20%2F%3E%3Cpath%20%20%20%20%20%20%20%20%20%20%20%20fill%3D%22%23FAFAFA%22%20%20%20%20%20%20%20%20%20%20%20%20d%3D%22M17.742%20106.73c.05.025.333-.404.832-1.263l2.136-3.839c.903-1.706%202.04-3.801%203.53-6.198%201.453-2.416%203.056-5.242%205.137-8.254C33.293%2080.999%2038.69%2073.834%2045.48%2066a181.672%20181.672%200%200%201%2025.61-24.086%20188.773%20188.773%200%200%201%2036.384-22.033c13.956-6.283%2029.614-11.467%2046.614-14.223%208.483-1.402%2017.275-2.336%2026.282-2.45%208.994-.161%2018.211.193%2027.481%201.489%209.263%201.268%2018.64%203.086%2027.896%205.872a199.276%20199.276%200%200%201%2027.426%2010.477%20199.471%20199.471%200%200%201%2025.412%2014.72c7.993%205.444%2015.311%2011.585%2022.127%2017.987%206.843%206.389%2012.92%2013.33%2018.456%2020.423%205.58%207.072%2010.388%2014.494%2014.64%2021.97%208.558%2014.946%2014.385%2030.382%2018.284%2045.182a188.665%20188.665%200%200%201%205.774%2042.142%20181.699%20181.699%200%200%201-2.6%2035.06c-1.816%2010.205-3.986%2018.909-6.322%2025.839-1.03%203.513-2.219%206.538-3.182%209.187-.925%202.664-1.839%204.868-2.594%206.642l-1.638%204.077c-.352.927-.509%201.414-.456%201.438.051.025.31-.414.764-1.296l1.943-3.952a79.798%2079.798%200%200%200%202.9-6.548c1.065-2.624%202.354-5.634%203.487-9.14%202.54-6.914%204.915-15.641%206.922-25.918a178.661%20178.661%200%200%200%203.12-35.423%20188.227%20188.227%200%200%200-5.454-42.778c-3.84-15.051-9.664-30.771-18.289-46.008-4.285-7.622-9.145-15.188-14.793-22.404-5.607-7.236-11.773-14.318-18.722-20.837-6.922-6.534-14.363-12.797-22.494-18.35A201.232%20201.232%200%200%200%20264.6%2018.062a201.3%20201.3%200%200%200-27.924-10.65c-9.429-2.823-18.976-4.66-28.409-5.928-9.438-1.296-18.82-1.631-27.97-1.434-9.16.15-18.102%201.137-26.718%202.603-17.269%202.885-33.146%208.253-47.259%2014.74a188.295%20188.295%200%200%200-36.676%2022.684%20178.644%20178.644%200%200%200-25.565%2024.719c-6.724%208.029-12.013%2015.368-15.788%2021.694-2.01%203.086-3.538%205.982-4.906%208.461a80.12%2080.12%200%200%200-3.265%206.377c-.802%201.733-1.417%203.063-1.847%203.996-.401.904-.58%201.381-.529%201.407z%22%20%20%20%20%20%20%20%20%2F%3E%3Cpath%20%20%20%20%20%20%20%20%20%20%20%20fill%3D%22%23272D2F%22%20%20%20%20%20%20%20%20%20%20%20%20d%3D%22M198.87%2048.362C122.902%2040.976%2055.23%2095.5%2045.78%20170.752c.091-1.334.157-2.662.286-4%207.516-77.307%2076.278-133.88%20153.58-126.37%2077.307%207.516%20133.88%2076.278%20126.37%20153.58-.13%201.339-.323%202.656-.488%203.982%205.214-75.663-50.689-142.2-126.66-149.58z%22%20%20%20%20%20%20%20%20%20%20%20%20opacity%3D%7B0.3%7D%20%20%20%20%20%20%20%20%2F%3E%3Cpath%20%20%20%20%20%20%20%20%20%20%20%20stroke%3D%22%231B1E1E%22%20%20%20%20%20%20%20%20%20%20%20%20strokeWidth%3D%7B4%7D%20%20%20%20%20%20%20%20%20%20%20%20d%3D%22M47.645%20170.95c-7.216%2074.27%2048.684%20140.56%20124.97%20147.98%2076.288%207.412%20143.9-46.882%20151.12-121.15%207.216-74.271-48.684-140.56-124.97-147.98s-143.9%2046.881-151.12%20121.15z%22%20%20%20%20%20%20%20%20%2F%3E%3Cpath%20%20%20%20%20%20%20%20%20%20%20%20fill%3D%22%23272D2F%22%20%20%20%20%20%20%20%20%20%20%20%20d%3D%22M198.87%2048.362C122.902%2040.976%2055.23%2095.5%2045.78%20170.752c.091-1.334.157-2.662.286-4%207.516-77.307%2076.278-133.88%20153.58-126.37%2077.307%207.516%20133.88%2076.278%20126.37%20153.58-.13%201.339-.323%202.656-.488%203.982%205.214-75.663-50.689-142.2-126.66-149.58z%22%20%20%20%20%20%20%20%20%20%20%20%20opacity%3D%7B0.3%7D%20%20%20%20%20%20%20%20%2F%3E%3C%2Fsvg%3E";
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const DEFAULTLogo = "data:image/svg+xml,%3Csvg%20%20%20%20%20%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20%20%20%20%20%20%20fill%3D%22none%22%20%20%20%20%20%20%20%20viewBox%3D%220%200%20383%20390%22%20%20%20%20%3E%3Cpath%20%20%20%20%20%20%20%20%20%20%20%20fill%3D%22%23583B51%22%20%20%20%20%20%20%20%20%20%20%20%20d%3D%22M195.34%20390c103.12%200%20186.71-83.594%20186.71-186.71S298.455%2016.58%20195.34%2016.58C92.22%2016.58%208.63%20100.175%208.63%20203.29S92.224%20390%20195.34%20390z%22%20%20%20%20%20%20%20%20%2F%3E%3Cpath%20%20%20%20%20%20%20%20%20%20%20%20fill%3D%22%23272D2F%22%20%20%20%20%20%20%20%20%20%20%20%20d%3D%22M153.03%20383.96c-.268.152-2.982-4.099-6.057-9.496-3.078-5.399-5.356-9.897-5.088-10.051.268-.153%202.979%204.099%206.059%209.497%203.076%205.397%205.354%209.897%205.086%2010.05zM122.3%20374.15c-.268.152-2.876-3.919-5.828-9.091-2.951-5.173-5.124-9.491-4.856-9.644.268-.152%202.876%203.917%205.828%209.091%202.949%205.174%205.124%209.491%204.856%209.644zM94.144%20360.66c-.268.153-2.876-3.916-5.826-9.09-2.951-5.174-5.124-9.491-4.856-9.644.268-.152%202.877%203.917%205.828%209.091%202.947%205.171%205.122%209.489%204.854%209.643zM185.5%20387.93c-.268.152-2.982-4.099-6.06-9.496-3.078-5.399-5.356-9.899-5.088-10.051.269-.152%202.98%204.099%206.06%209.498%203.078%205.397%205.356%209.897%205.088%2010.049zM215.61%20386.26c-.268.153-2.981-4.099-6.057-9.496-3.078-5.398-5.356-9.899-5.088-10.051s2.979%204.099%206.06%209.498c3.076%205.397%205.353%209.897%205.085%2010.049zM245.21%20379.8c-.268.152-2.982-4.099-6.06-9.496-3.078-5.399-5.356-9.897-5.087-10.051.268-.153%202.979%204.099%206.059%209.498%203.078%205.396%205.356%209.897%205.088%2010.049zM272.28%20369.89c-.269.153-2.982-4.099-6.058-9.495-3.078-5.399-5.356-9.899-5.088-10.052.268-.152%202.98%204.099%206.06%209.498%203.074%205.397%205.354%209.897%205.086%2010.049zM298.14%20354.72c-.269.152-2.982-4.099-6.058-9.496-3.078-5.399-5.356-9.899-5.088-10.051s2.98%204.099%206.06%209.498c3.076%205.397%205.354%209.897%205.086%2010.049zM320.62%20336.14c-.268.152-2.982-4.099-6.057-9.496-3.078-5.399-5.356-9.899-5.088-10.051.268-.153%202.979%204.099%206.059%209.498%203.076%205.396%205.354%209.897%205.086%2010.049zM338.37%20316.69c-.268.152-2.982-4.099-6.06-9.496-3.078-5.399-5.356-9.899-5.088-10.051s2.98%204.099%206.06%209.498c3.078%205.397%205.356%209.895%205.088%2010.049zM354.54%20294.06c-.268.152-2.981-4.099-6.059-9.496-3.078-5.399-5.356-9.899-5.088-10.051s2.979%204.099%206.06%209.498c3.075%205.397%205.356%209.895%205.087%2010.049zM367.66%20268.45c-.268.152-2.982-4.099-6.058-9.496-3.078-5.399-5.356-9.899-5.088-10.051.269-.153%202.98%204.099%206.06%209.497%203.076%205.395%205.354%209.895%205.086%2010.05zM376.09%20239.71c-.268.153-2.982-4.099-6.057-9.495-3.078-5.399-5.356-9.897-5.088-10.052.268-.152%202.979%204.099%206.059%209.498%203.076%205.397%205.354%209.895%205.086%2010.049zM379.97%20209.22c-.268.153-3.518-5.042-7.261-11.604-3.743-6.561-6.557-12.005-6.289-12.158.268-.152%203.518%205.041%207.261%2011.605%203.741%206.561%206.557%2012.003%206.289%2012.157zM375.77%20166.25c-.268.152-3.52-5.043-7.261-11.604-3.743-6.562-6.557-12.006-6.289-12.158.269-.152%203.518%205.043%207.261%2011.604%203.741%206.562%206.557%2012.006%206.289%2012.158z%22%20%20%20%20%20%20%20%20%2F%3E%3Cpath%20%20%20%20%20%20%20%20%20%20%20%20fill%3D%22%23D9216E%22%20%20%20%20%20%20%20%20%20%20%20%20d%3D%22M184.65%201.545c101.98%200%20184.65%2082.67%20184.65%20184.65s-82.67%20184.65-184.65%20184.65S0%20288.176%200%20186.195C0%2084.215%2082.67%201.545%20184.65%201.545z%22%20%20%20%20%20%20%20%20%2F%3E%3Cpath%20%20%20%20%20%20%20%20%20%20%20%20fill%3D%22%23D9216E%22%20%20%20%20%20%20%20%20%20%20%20%20d%3D%22M172.42%20320.92c-77.34-7.514-134.1-74.743-126.77-150.16%207.327-75.417%2075.964-130.46%20153.3-122.95%2077.34%207.514%20134.1%2074.743%20126.77%20150.16s-75.963%20130.46-153.3%20122.95z%22%20%20%20%20%20%20%20%20%2F%3E%3Cpath%20%20%20%20%20%20%20%20%20%20%20%20fill%3D%22%23F6F6F6%22%20%20%20%20%20%20%20%20%20%20%20%20d%3D%22M300.54%20232.36c-2.933%2020.024-11.63%2038.528-25.146%2053.518-14.085%2015.621-33.006%2026.868-54.717%2032.528-.006.004-.013.004-.02.007a53.95%2053.95%200%200%201-1.085.273c-.01%200-.017.004-.023.004-1.032.261-2.144.527-3.389.807a135.565%20135.565%200%200%201-16.661%202.596%20148.22%20148.22%200%200%201-13.82.638c-4.826%200-9.795-.229-14.762-.682a185.757%20185.757%200%200%201-5.585-.605%20187.602%20187.602%200%200%201-16.264-2.754c-.048-.012-.094-.026-.141-.034l-.485-.103a30.169%2030.169%200%200%200-.587-.126l-.093-.022a61.288%2061.288%200%200%201-1.47-.335c-.054-.011-.111-.023-.168-.029-.026-.004-.056-.012-.083-.016l-.063-.011-.037-.011h-.014c-.026-.007-.054-.015-.08-.018a.2.2%200%200%200-.043-.007.602.602%200%200%200-.117-.022c-.007-.004-.014-.004-.02-.007-.007%200-.014-.004-.02-.004-.603-.144-1.243-.302-2.08-.52l-.098-.022c-.046-.019-.093-.029-.14-.044a201.35%20201.35%200%200%201-3.198-.907c1.537.069%203.071.106%204.598.106l.858-.003.887.003c17.387%200%2034.037-4.79%2048.146-13.854%2013.589-8.728%2024.373-21.052%2031.184-35.645%206.145-13.168%208.814-27.871%207.719-42.514-1.185-15.813-6.553-31.172-15.95-45.66-.023-.037-.043-.075-.071-.111l-.177-.276a90.17%2090.17%200%200%200-.368-.558%202.509%202.509%200%200%200-.355-.434%207.744%207.744%200%200%200-.359-.369%20118.48%20118.48%200%200%200-1.832-2.596l-.027-.041a12.17%2012.17%200%200%201-.103-.136c-4.025-5.528-8.717-10.9-13.955-15.975-.013-.011-.026-.026-.04-.037-.268-.251-.622-.738-.967-1.206-.456-.623-.972-1.328-1.594-1.933a.27.27%200%200%201-.04-.037c-6.473-6.04-10.998-13.072-13.08-20.333-1.859-6.472-1.798-13.025.177-18.955%201.762-5.284%204.943-9.772%209.2-12.977%204.467-3.366%209.942-5.144%2015.83-5.144%205.311%200%2010.856%201.412%2016.486%204.196%201.966%201.258%203.921%202.468%205.81%203.64l.696.427c.034.022.066.041.1.059l.59.365c.11.11.228.21.358.302.345.244.804.505%201.565.885l.184.114c.177.11.356.221.533.336.063.051.131.1.2.147%2012.558%208.53%2023.579%2018.107%2032.758%2028.469%208.667%209.791%2015.75%2020.341%2021.048%2031.357%209.938%2020.678%2013.539%2042.911%2010.4%2064.296z%22%20%20%20%20%20%20%20%20%2F%3E%3Cpath%20%20%20%20%20%20%20%20%20%20%20%20fill%3D%22%23F6F6F6%22%20%20%20%20%20%20%20%20%20%20%20%20d%3D%22M190.24%20280.69c-14.902%2014.186-33.997%2022.705-54.809%2022.705-28.639%200-54.016-16.13-69.716-40.963a143.546%20143.546%200%200%201-8.965-17.778c-9.517-22.627-13.707-48.518-10.967-75.408a155.2%20155.2%200%200%201%201.413-10.432%20151.538%20151.538%200%200%200%204.043%2022.85c9.912%2038.568%2034.523%2070.791%2067.394%2087.75%2012.063%206.228%2025.25%2010.396%2039.225%2012.067%2011.03%201.31%2021.894.989%2032.382-.791zM318.2%20235.3a105.935%20105.935%200%200%201-1.099%203.079c-.19.513-.378%201.023-.572%201.523-5.185%2013.564-12.529%2026.212-21.788%2037.411l-.011.011c-16.315%2018.999-35.229%2030.545-54.11%2037.29%2015.271-6.671%2028.676-16.362%2039.383-28.564%2013.977-15.934%2022.969-35.604%2026.004-56.889%203.244-22.73-.479-46.365-10.76-68.339-5.479-11.709-12.802-22.926-21.763-33.333-6.303-7.313-13.445-14.256-21.335-20.753%204.832-3.88%203.515-13.744-5.737-21.031-19.504-15.514-10.674-29.882%209.697-18.767%201.018.697%202.026%201.402%203.024%202.121h.003c1.346%201.246%203.011%202.482%204.524%203.36.003%200%20.004%200%20.007.006.023.022.046.037.07.06.425.335.847.674%201.263%201.01%2023.029%2018.519%2036.802%2036.187%2046.989%2058.06.371.804.743%201.607%201.098%202.415.188.42.371.841.556%201.265%2014.58%2033.651%2015.139%2069.034%204.557%20100.06z%22%20%20%20%20%20%20%20%20%2F%3E%3Cpath%20%20%20%20%20%20%20%20%20%20%20%20fill%3D%22%23F6F6F6%22%20%20%20%20%20%20%20%20%20%20%20%20d%3D%22M213.21%20181.41a4.393%204.393%200%200%200-.505-.704c-.798-.919-1.919-1.49-3.165-1.49-1.296%200-2.461.619-3.264%201.6-.007.012-.017.022-.024.034a7.36%207.36%200%200%200-.733%201.268c-.844%201.862-.88%204.079.516%206.037.014.007.02.022.03.034%203.346%204.439%203.968%209.96%201.353%2012.487-1.323%201.382-3.379%201.551-5.513.844-1.536-.512-2.859%201.239-2.086%202.788%2014.293%2028.764%2010.194%2055.997-4.835%2075.475-14.702%2019.051-39.865%2030.674-68.504%2029.029-6.155-.348-12.471-1.313-18.877-2.951a85.936%2085.936%200%200%200%2015.92%205.469%2084.966%2084.966%200%200%200%2018.861%202.279c.248.004.496.004.744.004.204%200%20.408%200%20.609-.004h.007c.613.004%201.229.004%201.838%200%2030.632.288%2056.34-14.426%2071.333-36.463%207.672-12.943%2012.129-28.406%2012.129-45.015-.001-19.125-5.911-36.73-15.834-50.721zm6.409%2090.082h.003c-.009.022-.023.04-.036.062a.262.262%200%200%200%20.033-.062z%22%20%20%20%20%20%20%20%20%2F%3E%3Cpath%20%20%20%20%20%20%20%20%20%20%20%20fill%3D%22%23FAFAFA%22%20%20%20%20%20%20%20%20%20%20%20%20d%3D%22M172.43%20320.33c75.967%207.387%20143.64-47.138%20153.09-122.39-.091%201.334-.157%202.662-.286%204-7.516%2077.307-76.277%20133.88-153.58%20126.37-77.306-7.516-133.88-76.278-126.37-153.58.13-1.339.322-2.656.488-3.982-5.216%2075.663%2050.689%20142.2%20126.66%20149.58z%22%20%20%20%20%20%20%20%20%2F%3E%3Cpath%20%20%20%20%20%20%20%20%20%20%20%20fill%3D%22%23FAFAFA%22%20%20%20%20%20%20%20%20%20%20%20%20d%3D%22M17.742%20106.73c.05.025.333-.404.832-1.263l2.136-3.839c.903-1.706%202.04-3.801%203.53-6.198%201.453-2.416%203.056-5.242%205.137-8.254C33.293%2080.999%2038.69%2073.834%2045.48%2066a181.672%20181.672%200%200%201%2025.61-24.086%20188.773%20188.773%200%200%201%2036.384-22.033c13.956-6.283%2029.614-11.467%2046.614-14.223%208.483-1.402%2017.275-2.336%2026.282-2.45%208.994-.161%2018.211.193%2027.481%201.489%209.263%201.268%2018.64%203.086%2027.896%205.872a199.276%20199.276%200%200%201%2027.426%2010.477%20199.471%20199.471%200%200%201%2025.412%2014.72c7.993%205.444%2015.311%2011.585%2022.127%2017.987%206.843%206.389%2012.92%2013.33%2018.456%2020.423%205.58%207.072%2010.388%2014.494%2014.64%2021.97%208.558%2014.946%2014.385%2030.382%2018.284%2045.182a188.665%20188.665%200%200%201%205.774%2042.142%20181.699%20181.699%200%200%201-2.6%2035.06c-1.816%2010.205-3.986%2018.909-6.322%2025.839-1.03%203.513-2.219%206.538-3.182%209.187-.925%202.664-1.839%204.868-2.594%206.642l-1.638%204.077c-.352.927-.509%201.414-.456%201.438.051.025.31-.414.764-1.296l1.943-3.952a79.798%2079.798%200%200%200%202.9-6.548c1.065-2.624%202.354-5.634%203.487-9.14%202.54-6.914%204.915-15.641%206.922-25.918a178.661%20178.661%200%200%200%203.12-35.423%20188.227%20188.227%200%200%200-5.454-42.778c-3.84-15.051-9.664-30.771-18.289-46.008-4.285-7.622-9.145-15.188-14.793-22.404-5.607-7.236-11.773-14.318-18.722-20.837-6.922-6.534-14.363-12.797-22.494-18.35A201.232%20201.232%200%200%200%20264.6%2018.062a201.3%20201.3%200%200%200-27.924-10.65c-9.429-2.823-18.976-4.66-28.409-5.928-9.438-1.296-18.82-1.631-27.97-1.434-9.16.15-18.102%201.137-26.718%202.603-17.269%202.885-33.146%208.253-47.259%2014.74a188.295%20188.295%200%200%200-36.676%2022.684%20178.644%20178.644%200%200%200-25.565%2024.719c-6.724%208.029-12.013%2015.368-15.788%2021.694-2.01%203.086-3.538%205.982-4.906%208.461a80.12%2080.12%200%200%200-3.265%206.377c-.802%201.733-1.417%203.063-1.847%203.996-.401.904-.58%201.381-.529%201.407z%22%20%20%20%20%20%20%20%20%2F%3E%3Cpath%20%20%20%20%20%20%20%20%20%20%20%20fill%3D%22%23272D2F%22%20%20%20%20%20%20%20%20%20%20%20%20d%3D%22M198.87%2048.362C122.902%2040.976%2055.23%2095.5%2045.78%20170.752c.091-1.334.157-2.662.286-4%207.516-77.307%2076.278-133.88%20153.58-126.37%2077.307%207.516%20133.88%2076.278%20126.37%20153.58-.13%201.339-.323%202.656-.488%203.982%205.214-75.663-50.689-142.2-126.66-149.58z%22%20%20%20%20%20%20%20%20%20%20%20%20opacity%3D%7B0.3%7D%20%20%20%20%20%20%20%20%2F%3E%3Cpath%20%20%20%20%20%20%20%20%20%20%20%20stroke%3D%22%231B1E1E%22%20%20%20%20%20%20%20%20%20%20%20%20strokeWidth%3D%7B4%7D%20%20%20%20%20%20%20%20%20%20%20%20d%3D%22M47.645%20170.95c-7.216%2074.27%2048.684%20140.56%20124.97%20147.98%2076.288%207.412%20143.9-46.882%20151.12-121.15%207.216-74.271-48.684-140.56-124.97-147.98s-143.9%2046.881-151.12%20121.15z%22%20%20%20%20%20%20%20%20%2F%3E%3Cpath%20%20%20%20%20%20%20%20%20%20%20%20fill%3D%22%23272D2F%22%20%20%20%20%20%20%20%20%20%20%20%20d%3D%22M198.87%2048.362C122.902%2040.976%2055.23%2095.5%2045.78%20170.752c.091-1.334.157-2.662.286-4%207.516-77.307%2076.278-133.88%20153.58-126.37%2077.307%207.516%20133.88%2076.278%20126.37%20153.58-.13%201.339-.323%202.656-.488%203.982%205.214-75.663-50.689-142.2-126.66-149.58z%22%20%20%20%20%20%20%20%20%20%20%20%20opacity%3D%7B0.3%7D%20%20%20%20%20%20%20%20%2F%3E%3C%2Fsvg%3E";
|
|
2
|
+
//# sourceMappingURL=default-logo.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"default-logo.js","sourceRoot":"","sources":["../../src/assets/default-logo.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,WAAW,GACtB,moYAAmoY,CAAA"}
|