@gardenfi/garden-book 0.2.29 → 0.2.30
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/dist/BlogCard/index.d.ts +1 -0
- package/dist/BlogCard/index.js +60 -0
- package/dist/BottomSheet/index.d.ts +1 -0
- package/dist/BottomSheet/index.js +17 -0
- package/dist/Button/ClientOnlyLottie.js +27 -0
- package/dist/Button/index.d.ts +1 -0
- package/dist/Button/index.js +108 -0
- package/dist/Button/spinner.json.js +375 -0
- package/dist/Checkbox/index.d.ts +1 -0
- package/dist/Checkbox/index.js +7 -0
- package/dist/Chip/index.d.ts +1 -0
- package/dist/Chip/index.js +20 -0
- package/dist/ClientOnly/index.js +6 -0
- package/dist/Container/index.d.ts +1 -0
- package/dist/Container/index.js +6 -0
- package/dist/{components/organisms/Footer → Footer}/Footer.d.ts +7 -0
- package/dist/{components/organisms/Footer → Footer}/FooterBackgroundAnimation.d.ts +2 -1
- package/dist/Footer/FooterBackgroundAnimation.js +99 -0
- package/dist/Footer/FooterLink.js +87 -0
- package/dist/Footer/index.d.ts +1 -0
- package/dist/Footer/index.js +401 -0
- package/dist/GradientScroll/index.d.ts +1 -0
- package/dist/GradientScroll/index.js +123 -0
- package/dist/Icons/APIIcon.js +37 -0
- package/dist/Icons/AddIcon.js +16 -0
- package/dist/Icons/ArrowDownwardIcon.js +16 -0
- package/dist/Icons/ArrowEastIcon.js +22 -0
- package/dist/Icons/ArrowInwardIcon.js +37 -0
- package/dist/Icons/ArrowLeftIcon.js +16 -0
- package/dist/Icons/ArrowNorthEastIcon.js +16 -0
- package/dist/Icons/ArrowNorthWestIcon.js +16 -0
- package/dist/Icons/ArrowRightIcon.js +16 -0
- package/dist/Icons/ArrowSouthEastIcon.js +16 -0
- package/dist/Icons/ArrowSouthWestIcon.js +16 -0
- package/dist/Icons/ArrowSyncIcon.js +16 -0
- package/dist/Icons/ArrowUpwardIcon.js +16 -0
- package/dist/Icons/BlogIcon.js +37 -0
- package/dist/Icons/BooksIcon.js +8 -0
- package/dist/Icons/BrandKitIcon.js +37 -0
- package/dist/Icons/BtcIcon.js +5 -0
- package/dist/Icons/CancelIcon.js +22 -0
- package/dist/Icons/ChainflipIcon.js +103 -0
- package/dist/Icons/CheckCircleIcon.js +22 -0
- package/dist/Icons/CheckIcon.js +16 -0
- package/dist/Icons/Checked.js +37 -0
- package/dist/Icons/ClockIcon.js +16 -0
- package/dist/Icons/CloseIcon.js +16 -0
- package/dist/Icons/CodeBlockIcon.js +22 -0
- package/dist/Icons/CompareArrowsIcon.js +22 -0
- package/dist/Icons/ConsoleIcon.js +22 -0
- package/dist/Icons/CopyIcon.js +16 -0
- package/dist/Icons/CopyrightsIcon.js +22 -0
- package/dist/Icons/DeleteIcon.js +16 -0
- package/dist/Icons/DigitalWellbeingIcon.js +8 -0
- package/dist/Icons/DiscordIcon.js +22 -0
- package/dist/Icons/DistanceIcon.js +8 -0
- package/dist/Icons/DollarChipIcon.js +37 -0
- package/dist/Icons/DraftIcon.js +37 -0
- package/dist/Icons/EditIcon.js +16 -0
- package/dist/Icons/EncryptedIcon.js +37 -0
- package/dist/Icons/ExchangeAltIcon.d.ts +5 -0
- package/dist/Icons/ExchangeAltIcon.js +37 -0
- package/dist/Icons/ExchangeIcon.js +19 -0
- package/dist/Icons/FaqIcon.js +37 -0
- package/dist/Icons/FeesIcon.js +22 -0
- package/dist/Icons/FillDownIcon.js +5 -0
- package/dist/Icons/FillUpIcon.js +5 -0
- package/dist/Icons/FingerprintIcon.js +22 -0
- package/dist/Icons/FlowChartIcon.js +8 -0
- package/dist/Icons/FolderIcon.js +37 -0
- package/dist/Icons/GasStationIcon.js +22 -0
- package/dist/Icons/GiftBoxIcon.js +37 -0
- package/dist/Icons/GlobeIcon.d.ts +5 -0
- package/dist/Icons/GlobeIcon.js +16 -0
- package/dist/Icons/HorizontalSwap.js +37 -0
- package/dist/Icons/HubIcon.js +16 -0
- package/dist/Icons/InfinityIcon.js +22 -0
- package/dist/Icons/InfoIcon.js +16 -0
- package/dist/Icons/KeyboardDownIcon.js +16 -0
- package/dist/Icons/KeyboardLeftIcon.js +16 -0
- package/dist/Icons/KeyboardRightIcon.js +16 -0
- package/dist/Icons/KeyboardUpIcon.js +16 -0
- package/dist/Icons/LinkIcon.js +16 -0
- package/dist/Icons/LocationPointerIcon.js +5 -0
- package/dist/Icons/LockIcon.js +16 -0
- package/dist/Icons/LogoutIcon.js +16 -0
- package/dist/Icons/MailIcon.js +5 -0
- package/dist/Icons/MenuIcon.js +16 -0
- package/dist/Icons/MinusIcon.js +19 -0
- package/dist/Icons/OpenInFullIcon.js +16 -0
- package/dist/Icons/OpenInNewIcon.js +22 -0
- package/dist/Icons/OtterSecIcon.js +31 -0
- package/dist/Icons/PageInfoIcon.js +16 -0
- package/dist/Icons/PasskeyIcon.js +22 -0
- package/dist/Icons/PaymentsIcon.js +8 -0
- package/dist/Icons/PlusIcon.js +19 -0
- package/dist/Icons/RadioCheckedIcon.js +16 -0
- package/dist/Icons/RadioUncheckedIcon.js +16 -0
- package/dist/Icons/RaiseHandIcon.js +37 -0
- package/dist/Icons/ReferralIcon.js +16 -0
- package/dist/Icons/RelayLinkIcon.js +88 -0
- package/dist/Icons/RemoveIcon.js +16 -0
- package/dist/Icons/RewardsIcon.js +5 -0
- package/dist/Icons/Rotate360Icon.js +37 -0
- package/dist/Icons/RoutingIcon.js +37 -0
- package/dist/Icons/RowInfoIcon.js +37 -0
- package/dist/Icons/SDKIcon.js +37 -0
- package/dist/Icons/SearchIcon.js +16 -0
- package/dist/Icons/SearchIconThin.js +37 -0
- package/dist/Icons/ShapesIcon.js +8 -0
- package/dist/Icons/Share.js +22 -0
- package/dist/Icons/StakeIcon.js +37 -0
- package/dist/Icons/StarIcon.js +16 -0
- package/dist/Icons/SwapHorizontalIcon.js +21 -0
- package/dist/Icons/ThorswapIcon.js +55 -0
- package/dist/Icons/TimerIcon.js +16 -0
- package/dist/Icons/Unchecked.js +37 -0
- package/dist/Icons/UserGroupsIcon.js +8 -0
- package/dist/Icons/WalletIcon.js +16 -0
- package/dist/Icons/WalletIconRose.js +22 -0
- package/dist/Icons/WarningIcon.js +37 -0
- package/dist/Icons/XIcon.js +22 -0
- package/dist/Icons/XSolidIcon.js +22 -0
- package/dist/Icons/YoutubeIcon.js +24 -0
- package/dist/Icons/ZellicIcon.js +101 -0
- package/dist/{components/atoms/Icons → Icons}/index.d.ts +2 -2
- package/dist/Icons/index.js +202 -0
- package/dist/InfoBadge/index.d.ts +1 -0
- package/dist/InfoBadge/index.js +16 -0
- package/dist/Logo/ArbitrumLogo.js +66 -0
- package/dist/Logo/BTCLogo.js +32 -0
- package/dist/Logo/Camelot.js +73 -0
- package/dist/Logo/CatalogLogo.js +44 -0
- package/dist/Logo/Coinbase.js +24 -0
- package/dist/Logo/DLCBTC.js +68 -0
- package/dist/Logo/DODO.js +77 -0
- package/dist/Logo/Debridge.js +103 -0
- package/dist/Logo/EthereumLogo.js +60 -0
- package/dist/Logo/GMX.js +49 -0
- package/dist/Logo/GMXLogo.js +40 -0
- package/dist/Logo/GardenDocs.js +31 -0
- package/dist/Logo/GardenExplorer.js +34 -0
- package/dist/Logo/GardenExplorerAlt.js +31 -0
- package/dist/Logo/GardenFullLogo.js +66 -0
- package/dist/Logo/GardenIcon.js +33 -0
- package/dist/Logo/GardenIconOutline.js +43 -0
- package/dist/Logo/GardenLogo.js +33 -0
- package/dist/Logo/GardenLogoDark.js +83 -0
- package/dist/Logo/GardenLogoLight.js +83 -0
- package/dist/Logo/GardenLogoMarkDark.js +41 -0
- package/dist/Logo/GardenLogoMarkLight.js +41 -0
- package/dist/Logo/GardenLogoText.js +59 -0
- package/dist/Logo/GardenStrokeIcon.js +43 -0
- package/dist/Logo/NFTIcon.js +37 -0
- package/dist/Logo/PancakeSwap.js +134 -0
- package/dist/Logo/PhantomIcon.js +23 -0
- package/dist/Logo/PolygonLogo.js +31 -0
- package/dist/Logo/Radiant.js +31 -0
- package/dist/Logo/RadiantLogo.js +40 -0
- package/dist/Logo/Solv.js +73 -0
- package/dist/Logo/SwellBTC.js +31 -0
- package/dist/Logo/TraderJoe.js +98 -0
- package/dist/Logo/TrailOfBits.js +190 -0
- package/dist/Logo/TrustWallet.js +50 -0
- package/dist/Logo/Vertex.js +90 -0
- package/dist/Logo/WalletConnect.js +22 -0
- package/dist/Logo/index.js +76 -0
- package/dist/Modal/index.d.ts +1 -0
- package/dist/Modal/index.js +66 -0
- package/dist/{components/atoms/Opacity → Opacity}/Opacity.d.ts +1 -1
- package/dist/Opacity/index.d.ts +2 -0
- package/dist/Opacity/index.js +25 -0
- package/dist/QuestCard/index.d.ts +1 -0
- package/dist/QuestCard/index.js +57 -0
- package/dist/Sidebar/index.d.ts +1 -0
- package/dist/Sidebar/index.js +41 -0
- package/dist/TokenInfo/index.d.ts +1 -0
- package/dist/TokenInfo/index.js +44 -0
- package/dist/TokenNetworkLogos/index.d.ts +1 -0
- package/dist/TokenNetworkLogos/index.js +41 -0
- package/dist/Typography/index.d.ts +1 -0
- package/dist/Typography/index.js +89 -0
- package/dist/animations/RollingText/RollingText.js +70 -0
- package/dist/animations/ScaleY/ScaleY.js +32 -0
- package/dist/animations/Shine/Shine.js +6 -0
- package/dist/assets/blogPlaceholder.svg.js +4 -0
- package/dist/assets/maskRect.svg.js +4 -0
- package/dist/hooks/useClientOnly.js +10 -0
- package/dist/index.d.ts +19 -1
- package/dist/index.js +317 -0
- package/dist/node_modules/@radix-ui/primitive/dist/index.js +9 -0
- package/dist/node_modules/@radix-ui/react-compose-refs/dist/index.js +29 -0
- package/dist/node_modules/@radix-ui/react-context/dist/index.js +70 -0
- package/dist/node_modules/@radix-ui/react-dialog/dist/index.js +257 -0
- package/dist/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +127 -0
- package/dist/node_modules/@radix-ui/react-focus-guards/dist/index.js +17 -0
- package/dist/node_modules/@radix-ui/react-focus-scope/dist/index.js +137 -0
- package/dist/node_modules/@radix-ui/react-id/dist/index.js +13 -0
- package/dist/node_modules/@radix-ui/react-portal/dist/index.js +16 -0
- package/dist/node_modules/@radix-ui/react-presence/dist/index.js +71 -0
- package/dist/node_modules/@radix-ui/react-primitive/dist/index.js +36 -0
- package/dist/node_modules/@radix-ui/react-slot/dist/index.js +50 -0
- package/dist/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +13 -0
- package/dist/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +54 -0
- package/dist/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +14 -0
- package/dist/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +6 -0
- package/dist/node_modules/aria-hidden/dist/es2015/index.js +52 -0
- package/dist/node_modules/vaul/dist/index.js +1038 -0
- package/dist/style.css +1 -1
- package/dist/utils/index.js +6 -0
- package/package.json +28 -19
- package/dist/animations/RollingText/RollingText.stories.d.ts +0 -7
- package/dist/animations/ScaleY/ScaleY.stories.d.ts +0 -7
- package/dist/animations/Shine/Shine.stories.d.ts +0 -7
- package/dist/components/atoms/BottomSheet/BottomSheet.stories.d.ts +0 -7
- package/dist/components/atoms/Button/Button.stories.d.ts +0 -17
- package/dist/components/atoms/Button/spinner.json.d.ts +0 -3
- package/dist/components/atoms/Checkbox/Checkbox.stories.d.ts +0 -7
- package/dist/components/atoms/Container/Container.stories.d.ts +0 -7
- package/dist/components/atoms/Icons/ExchangeAltIcon.d.ts +0 -3
- package/dist/components/atoms/Icons/GlobeIcon.d.ts +0 -5
- package/dist/components/atoms/Icons/Icons.stories.d.ts +0 -5
- package/dist/components/atoms/Logo/Logo.stories.d.ts +0 -5
- package/dist/components/atoms/Modal/Modal.stories.d.ts +0 -7
- package/dist/components/atoms/Opacity/Opacity.stories.d.ts +0 -11
- package/dist/components/atoms/Sidebar/Sidebar.stories.d.ts +0 -9
- package/dist/components/atoms/Typography/Typography.stories.d.ts +0 -17
- package/dist/components/atoms/index.d.ts +0 -13
- package/dist/components/index.d.ts +0 -3
- package/dist/components/molecules/Chip/Chip.stories.d.ts +0 -37
- package/dist/components/molecules/GradientScroll/GradientScroll.stories.d.ts +0 -28
- package/dist/components/molecules/InfoBadge/InfoBadge.stories.d.ts +0 -14
- package/dist/components/molecules/TokenInfo/TokenInfo.stories.d.ts +0 -19
- package/dist/components/molecules/TokenNetworkLogos/TokenNetworkLogos.stories.d.ts +0 -21
- package/dist/components/molecules/index.d.ts +0 -7
- package/dist/components/organisms/BlogCard/BlogCard.stories.d.ts +0 -21
- package/dist/components/organisms/Footer/Footer.stories.d.ts +0 -17
- package/dist/components/organisms/QuestCard/QuestCard.stories.d.ts +0 -27
- package/dist/components/organisms/index.d.ts +0 -3
- package/dist/fonts/HafferBlack.woff2 +0 -0
- package/dist/fonts/HafferBold.woff2 +0 -0
- package/dist/fonts/HafferHeavy.woff2 +0 -0
- package/dist/fonts/HafferLight.woff2 +0 -0
- package/dist/fonts/HafferMedium.woff2 +0 -0
- package/dist/fonts/HafferRegular.woff2 +0 -0
- package/dist/fonts/HafferSemiBold.woff2 +0 -0
- package/dist/fonts/HafferThin.woff2 +0 -0
- package/dist/index.es-DRwhRJ5M.js +0 -8030
- package/dist/index.es-ov1WrgHZ.cjs +0 -11
- package/dist/ui.cjs.js +0 -65
- package/dist/ui.es.js +0 -16134
- package/dist/ui.umd.js +0 -75
- /package/dist/{components/organisms/BlogCard → BlogCard}/BlogCard.d.ts +0 -0
- /package/dist/{components/atoms/BottomSheet → BottomSheet}/BottomSheet.d.ts +0 -0
- /package/dist/{components/atoms/Button → Button}/Button.d.ts +0 -0
- /package/dist/{components/atoms/Button → Button}/ClientOnlyLottie.d.ts +0 -0
- /package/dist/{components/atoms/Checkbox → Checkbox}/Checkbox.d.ts +0 -0
- /package/dist/{components/molecules/Chip → Chip}/Chip.d.ts +0 -0
- /package/dist/{components/atoms/ClientOnly → ClientOnly}/ClientOnly.d.ts +0 -0
- /package/dist/{components/atoms/ClientOnly → ClientOnly}/index.d.ts +0 -0
- /package/dist/{components/atoms/Container → Container}/Container.d.ts +0 -0
- /package/dist/{components/organisms/Footer → Footer}/FooterLink.d.ts +0 -0
- /package/dist/{components/molecules/GradientScroll → GradientScroll}/GradientScroll.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/APIIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/AddIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/ArrowDownwardIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/ArrowEastIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/ArrowInwardIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/ArrowLeftIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/ArrowNorthEastIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/ArrowNorthWestIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/ArrowRightIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/ArrowSouthEastIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/ArrowSouthWestIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/ArrowSyncIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/ArrowUpwardIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/BlogIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/BooksIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/BrandKitIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/BtcIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/CancelIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/ChainflipIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/CheckCircleIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/CheckIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/Checked.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/ClockIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/CloseIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/CodeBlockIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/CompareArrowsIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/ConsoleIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/CopyIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/CopyrightsIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/DeleteIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/DigitalWellbeingIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/DiscordIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/DistanceIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/DollarChipIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/DraftIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/EditIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/EncryptedIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/ExchangeIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/FaqIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/FeesIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/FillDownIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/FillUpIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/FingerprintIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/FlowChartIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/FolderIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/GasStationIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/GiftBoxIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/HorizontalSwap.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/HubIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/InfinityIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/InfoIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/KeyboardDownIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/KeyboardLeftIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/KeyboardRightIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/KeyboardUpIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/LinkIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/LocationPointerIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/LockIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/LogoutIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/MailIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/MenuIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/MinusIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/OpenInFullIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/OpenInNewIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/OtterSecIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/PageInfoIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons/Passkey.d.ts → Icons/PasskeyIcon.d.ts} +0 -0
- /package/dist/{components/atoms/Icons → Icons}/PaymentsIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/PlusIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/RadioCheckedIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/RadioUncheckedIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/RaiseHandIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/ReferralIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/RelayLinkIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/RemoveIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/RewardsIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/Rotate360Icon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/RoutingIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/RowInfoIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/SDKIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/SearchIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/SearchIconThin.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/ShapesIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/Share.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/StakeIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/StarIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/SwapHorizontalIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/ThorswapIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/TimerIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/Unchecked.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/UserGroupsIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/WalletIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/WalletIconRose.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/WarningIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/XIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/XSolidIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/YoutubeIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/ZellicIcon.d.ts +0 -0
- /package/dist/{components/molecules/InfoBadge → InfoBadge}/InfoBadge.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/ArbitrumLogo.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/BTCLogo.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/Camelot.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/CatalogLogo.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/Coinbase.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/DLCBTC.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/DODO.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/Debridge.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/EthereumLogo.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/GMX.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/GMXLogo.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/GardenDocs.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/GardenExplorer.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/GardenExplorerAlt.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/GardenFullLogo.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/GardenIcon.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/GardenIconOutline.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/GardenLogo.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/GardenLogoDark.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/GardenLogoLight.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/GardenLogoMarkDark.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/GardenLogoMarkLight.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/GardenLogoText.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/GardenStrokeIcon.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/NFTIcon.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/PancakeSwap.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/PhantomIcon.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/PolygonLogo.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/Radiant.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/RadiantLogo.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/Solv.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/SwellBTC.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/TraderJoe.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/TrailOfBits.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/TrustWallet.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/Vertex.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/WalletConnect.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/index.d.ts +0 -0
- /package/dist/{components/atoms/Modal → Modal}/Modal.d.ts +0 -0
- /package/dist/{components/organisms/QuestCard → QuestCard}/QuestCard.d.ts +0 -0
- /package/dist/{components/atoms/Sidebar → Sidebar}/Sidebar.d.ts +0 -0
- /package/dist/{components/molecules/TokenInfo → TokenInfo}/TokenInfo.d.ts +0 -0
- /package/dist/{components/molecules/TokenNetworkLogos → TokenNetworkLogos}/TokenNetworkLogos.d.ts +0 -0
- /package/dist/{components/atoms/Typography → Typography}/Typography.d.ts +0 -0
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
import { jsxs as A, jsx as s } from "react/jsx-runtime";
|
|
2
|
+
import { useState as h, useRef as z, useCallback as D, useEffect as x } from "react";
|
|
3
|
+
import { cn as o } from "../utils/index.js";
|
|
4
|
+
const Q = ({
|
|
5
|
+
children: R,
|
|
6
|
+
height: L,
|
|
7
|
+
width: d,
|
|
8
|
+
className: N,
|
|
9
|
+
gradientHeight: p = 24,
|
|
10
|
+
gradientWidth: b = 24,
|
|
11
|
+
gradientClassName: a,
|
|
12
|
+
gradientTopClassName: O,
|
|
13
|
+
gradientBottomClassName: T,
|
|
14
|
+
gradientLeftClassName: B,
|
|
15
|
+
gradientRightClassName: j,
|
|
16
|
+
onClose: m = !1,
|
|
17
|
+
direction: u = "vertical",
|
|
18
|
+
...E
|
|
19
|
+
}) => {
|
|
20
|
+
const [H, M] = h(!1), [k, I] = h(!1), [P, V] = h(!1), [W, $] = h(!1), e = z(null), S = z(null), i = u === "vertical", f = u === "horizontal", c = D(() => {
|
|
21
|
+
if (e.current) {
|
|
22
|
+
const { scrollTop: t, scrollHeight: g, clientHeight: n, scrollLeft: w, scrollWidth: G, clientWidth: y } = e.current, l = 0.5;
|
|
23
|
+
if (i) {
|
|
24
|
+
const v = Math.abs(t + n - g) < l;
|
|
25
|
+
I(!v && t + n < g - l), M(t > l);
|
|
26
|
+
}
|
|
27
|
+
if (f) {
|
|
28
|
+
const v = Math.abs(w + y - G) < l;
|
|
29
|
+
$(!v && w + y < G - l), V(w > l);
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}, [i, f]);
|
|
33
|
+
x(() => {
|
|
34
|
+
m && e.current && (e.current.scrollTop = 0, e.current.scrollLeft = 0);
|
|
35
|
+
}, [m]), x(() => {
|
|
36
|
+
const t = e.current, g = S.current;
|
|
37
|
+
if (!t || !g) return;
|
|
38
|
+
c();
|
|
39
|
+
const n = new ResizeObserver(() => {
|
|
40
|
+
c();
|
|
41
|
+
});
|
|
42
|
+
return n.observe(t), n.observe(g), () => {
|
|
43
|
+
n.disconnect();
|
|
44
|
+
};
|
|
45
|
+
}, [c]);
|
|
46
|
+
const q = () => u === "horizontal" ? "gf-overflow-x-auto gf-overflow-y-hidden" : "gf-overflow-y-auto gf-overflow-x-hidden", r = (t) => typeof t == "number" ? `${t}px` : t;
|
|
47
|
+
return /* @__PURE__ */ A(
|
|
48
|
+
"div",
|
|
49
|
+
{
|
|
50
|
+
className: o(
|
|
51
|
+
"gf-bg-white gf-relative gf-overflow-hidden",
|
|
52
|
+
f ? "" : "gf-w-full",
|
|
53
|
+
N
|
|
54
|
+
),
|
|
55
|
+
style: {
|
|
56
|
+
height: r(L),
|
|
57
|
+
...d && { width: r(d) }
|
|
58
|
+
},
|
|
59
|
+
...E,
|
|
60
|
+
children: [
|
|
61
|
+
/* @__PURE__ */ s(
|
|
62
|
+
"div",
|
|
63
|
+
{
|
|
64
|
+
className: o("gf-h-full gf-w-full gf-no-scrollbar", q()),
|
|
65
|
+
onScroll: c,
|
|
66
|
+
ref: e,
|
|
67
|
+
children: /* @__PURE__ */ s(
|
|
68
|
+
"div",
|
|
69
|
+
{
|
|
70
|
+
ref: S,
|
|
71
|
+
className: o(f && !i && "gf-inline-flex"),
|
|
72
|
+
children: R
|
|
73
|
+
}
|
|
74
|
+
)
|
|
75
|
+
}
|
|
76
|
+
),
|
|
77
|
+
i && H && /* @__PURE__ */ s(
|
|
78
|
+
"div",
|
|
79
|
+
{
|
|
80
|
+
className: o(
|
|
81
|
+
"gf-w-full gf-absolute gf-top-0 gf-left-0 gf-z-40 gf-bg-gradient-to-b gf-from-white gf-via-white/80 gf-to-transparent gf-pointer-events-none",
|
|
82
|
+
O || a
|
|
83
|
+
),
|
|
84
|
+
style: { height: r(p) }
|
|
85
|
+
}
|
|
86
|
+
),
|
|
87
|
+
i && k && /* @__PURE__ */ s(
|
|
88
|
+
"div",
|
|
89
|
+
{
|
|
90
|
+
className: o(
|
|
91
|
+
"gf-w-full gf-absolute gf-bottom-0 gf-left-0 gf-z-40 gf-bg-gradient-to-t gf-from-white gf-via-white/80 gf-to-transparent gf-pointer-events-none",
|
|
92
|
+
T || a
|
|
93
|
+
),
|
|
94
|
+
style: { height: r(p) }
|
|
95
|
+
}
|
|
96
|
+
),
|
|
97
|
+
f && P && /* @__PURE__ */ s(
|
|
98
|
+
"div",
|
|
99
|
+
{
|
|
100
|
+
className: o(
|
|
101
|
+
"gf-h-full gf-absolute gf-top-0 gf-left-0 gf-z-40 gf-bg-gradient-to-r gf-from-white gf-via-white/80 gf-to-transparent gf-pointer-events-none",
|
|
102
|
+
B || a
|
|
103
|
+
),
|
|
104
|
+
style: { width: r(b) }
|
|
105
|
+
}
|
|
106
|
+
),
|
|
107
|
+
f && W && /* @__PURE__ */ s(
|
|
108
|
+
"div",
|
|
109
|
+
{
|
|
110
|
+
className: o(
|
|
111
|
+
"gf-h-full gf-absolute gf-top-0 gf-right-0 gf-z-40 gf-bg-gradient-to-l gf-from-white gf-via-white/80 gf-to-transparent gf-pointer-events-none",
|
|
112
|
+
j || a
|
|
113
|
+
),
|
|
114
|
+
style: { width: r(b) }
|
|
115
|
+
}
|
|
116
|
+
)
|
|
117
|
+
]
|
|
118
|
+
}
|
|
119
|
+
);
|
|
120
|
+
};
|
|
121
|
+
export {
|
|
122
|
+
Q as GradientScroll
|
|
123
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { jsxs as s, jsx as C } from "react/jsx-runtime";
|
|
2
|
+
const i = (e) => /* @__PURE__ */ s(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: "16",
|
|
6
|
+
height: "16",
|
|
7
|
+
viewBox: "0 0 16 16",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...e,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ C(
|
|
13
|
+
"mask",
|
|
14
|
+
{
|
|
15
|
+
id: "mask0_24315_24445",
|
|
16
|
+
style: { maskType: "alpha" },
|
|
17
|
+
maskUnits: "userSpaceOnUse",
|
|
18
|
+
x: "0",
|
|
19
|
+
y: "0",
|
|
20
|
+
width: "16",
|
|
21
|
+
height: "16",
|
|
22
|
+
children: /* @__PURE__ */ C("rect", { width: "16", height: "16", fill: "#D9D9D9" })
|
|
23
|
+
}
|
|
24
|
+
),
|
|
25
|
+
/* @__PURE__ */ C("g", { mask: "url(#mask0_24315_24445)", children: /* @__PURE__ */ C(
|
|
26
|
+
"path",
|
|
27
|
+
{
|
|
28
|
+
d: "M9.51267 13V12H11.16C11.396 12 11.5949 11.9201 11.7568 11.7603C11.9188 11.6004 11.9998 11.4068 11.9998 11.1795V9.80767C11.9998 9.41111 12.1178 9.05556 12.3537 8.741C12.5896 8.42644 12.8968 8.20767 13.2755 8.08467V7.91533C12.8968 7.79233 12.5896 7.57356 12.3537 7.259C12.1178 6.94444 11.9998 6.58889 11.9998 6.19233V4.8205C11.9998 4.59317 11.9188 4.39956 11.7568 4.23967C11.5949 4.07989 11.396 4 11.16 4H9.51267V3H11.16C11.6729 3 12.1077 3.17733 12.4645 3.532C12.8214 3.88678 12.9998 4.31628 12.9998 4.8205V6.19233C12.9998 6.42822 13.0829 6.62611 13.2492 6.786C13.4154 6.94578 13.6186 7.02567 13.8588 7.02567H14.3332V8.97433H13.8588C13.6186 8.97433 13.4154 9.05422 13.2492 9.214C13.0829 9.37389 12.9998 9.57178 12.9998 9.80767V11.1795C12.9998 11.6837 12.8214 12.1132 12.4645 12.468C12.1077 12.8227 11.6729 13 11.16 13H9.51267ZM4.83967 13C4.33112 13 3.89734 12.8227 3.53834 12.468C3.17934 12.1132 2.99984 11.6837 2.99984 11.1795V9.80767C2.99984 9.57178 2.91673 9.37389 2.7505 9.214C2.58428 9.05422 2.38106 8.97433 2.14084 8.97433H1.6665V7.02567H2.14084C2.38106 7.02567 2.58428 6.94578 2.7505 6.786C2.91673 6.62611 2.99984 6.42822 2.99984 6.19233V4.8205C2.99984 4.31628 3.17934 3.88678 3.53834 3.532C3.89734 3.17733 4.33112 3 4.83967 3H6.49334V4H4.83967C4.608 4 4.41012 4.07989 4.246 4.23967C4.08189 4.39956 3.99984 4.59317 3.99984 4.8205V6.19233C3.99984 6.58889 3.88295 6.94444 3.64917 7.259C3.41539 7.57356 3.10706 7.79233 2.72417 7.91533V8.08467C3.10706 8.20767 3.41539 8.42644 3.64917 8.741C3.88295 9.05556 3.99984 9.41111 3.99984 9.80767V11.1795C3.99984 11.4068 4.08189 11.6004 4.246 11.7603C4.41012 11.9201 4.608 12 4.83967 12H6.49334V13H4.83967Z",
|
|
29
|
+
fill: "currentColor"
|
|
30
|
+
}
|
|
31
|
+
) })
|
|
32
|
+
]
|
|
33
|
+
}
|
|
34
|
+
);
|
|
35
|
+
export {
|
|
36
|
+
i as APIIcon
|
|
37
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
const e = (t) => /* @__PURE__ */ r(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: "12",
|
|
6
|
+
height: "12",
|
|
7
|
+
viewBox: "0 0 12 12",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...t,
|
|
11
|
+
children: /* @__PURE__ */ r("path", { d: "M5.16797 6.83332H0.167969V5.16666H5.16797V0.166656H6.83464V5.16666H11.8346V6.83332H6.83464V11.8333H5.16797V6.83332Z" })
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
export {
|
|
15
|
+
e as AddIcon
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
const w = (o) => /* @__PURE__ */ r(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: "12",
|
|
6
|
+
height: "18",
|
|
7
|
+
viewBox: "0 0 12 18",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...o,
|
|
11
|
+
children: /* @__PURE__ */ r("path", { d: "M6.0013 17.3333L0.167969 11.5L1.33464 10.3333L5.16797 14.1458V0.666656H6.83464V14.1458L10.668 10.3125L11.8346 11.5L6.0013 17.3333Z" })
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
export {
|
|
15
|
+
w as ArrowDownwardIcon
|
|
16
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
const n = (o) => /* @__PURE__ */ r(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: "21",
|
|
6
|
+
height: "14",
|
|
7
|
+
viewBox: "0 0 21 14",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...o,
|
|
11
|
+
children: /* @__PURE__ */ r(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
d: "M13.1367 14L11.7117 12.6L16.3117 8H0.136719V6H16.3117L11.7367 1.4L13.1367 0L20.1367 7L13.1367 14Z",
|
|
15
|
+
fill: "currentColor"
|
|
16
|
+
}
|
|
17
|
+
)
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
export {
|
|
21
|
+
n as ArrowEastIcon
|
|
22
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { jsxs as i, jsx as s } from "react/jsx-runtime";
|
|
2
|
+
const h = (e) => /* @__PURE__ */ i(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: "24",
|
|
6
|
+
height: "24",
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...e,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ s(
|
|
13
|
+
"mask",
|
|
14
|
+
{
|
|
15
|
+
id: "mask0_30670_24680",
|
|
16
|
+
style: { maskType: "alpha" },
|
|
17
|
+
maskUnits: "userSpaceOnUse",
|
|
18
|
+
x: "0",
|
|
19
|
+
y: "0",
|
|
20
|
+
width: "24",
|
|
21
|
+
height: "24",
|
|
22
|
+
children: /* @__PURE__ */ s("rect", { width: "24", height: "24", fill: "#D9D9D9" })
|
|
23
|
+
}
|
|
24
|
+
),
|
|
25
|
+
/* @__PURE__ */ s("g", { mask: "url(#mask0_30670_24680)", children: /* @__PURE__ */ s(
|
|
26
|
+
"path",
|
|
27
|
+
{
|
|
28
|
+
d: "M10.513 3.29756L12.4929 3.29756V16.874L18.574 10.7929L19.9882 12.2071L11.5029 20.6924L3.01764 12.2071L4.43186 10.7929L10.513 16.874L10.513 3.29756Z",
|
|
29
|
+
fill: "#473C75"
|
|
30
|
+
}
|
|
31
|
+
) })
|
|
32
|
+
]
|
|
33
|
+
}
|
|
34
|
+
);
|
|
35
|
+
export {
|
|
36
|
+
h as ArrowInwardIcon
|
|
37
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
const e = (t) => /* @__PURE__ */ r(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: "18",
|
|
6
|
+
height: "12",
|
|
7
|
+
viewBox: "0 0 18 12",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...t,
|
|
11
|
+
children: /* @__PURE__ */ r("path", { d: "M6.5013 11.8333L0.667969 5.99999L6.5013 0.166656L7.66797 1.33332L3.85547 5.16666H17.3346V6.83332H3.85547L7.6888 10.6667L6.5013 11.8333Z" })
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
export {
|
|
15
|
+
e as ArrowLeftIcon
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
const h = (t) => /* @__PURE__ */ r(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: "13",
|
|
6
|
+
height: "13",
|
|
7
|
+
viewBox: "0 0 13 13",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...t,
|
|
11
|
+
children: /* @__PURE__ */ r("path", { d: "M1.4987 12.6667L0.332031 11.5L9.9987 1.83335H4.4987V0.166687H12.832V8.50002H11.1654V3.00002L1.4987 12.6667Z" })
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
export {
|
|
15
|
+
h as ArrowNorthEastIcon
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
const e = (t) => /* @__PURE__ */ r(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: "13",
|
|
6
|
+
height: "13",
|
|
7
|
+
viewBox: "0 0 13 13",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...t,
|
|
11
|
+
children: /* @__PURE__ */ r("path", { d: "M11.5013 12.6667L1.83464 3.00002V8.50002H0.167969V0.166687H8.5013V1.83335H3.0013L12.668 11.5L11.5013 12.6667Z" })
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
export {
|
|
15
|
+
e as ArrowNorthWestIcon
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
const h = (t) => /* @__PURE__ */ r(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: "18",
|
|
6
|
+
height: "12",
|
|
7
|
+
viewBox: "0 0 18 12",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...t,
|
|
11
|
+
children: /* @__PURE__ */ r("path", { d: "M11.5013 11.8333L10.3138 10.6667L14.1471 6.83332H0.667969V5.16666H14.1471L10.3346 1.33332L11.5013 0.166656L17.3346 5.99999L11.5013 11.8333Z" })
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
export {
|
|
15
|
+
h as ArrowRightIcon
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
const h = (t) => /* @__PURE__ */ r(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: "13",
|
|
6
|
+
height: "13",
|
|
7
|
+
viewBox: "0 0 13 13",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...t,
|
|
11
|
+
children: /* @__PURE__ */ r("path", { d: "M4.4987 12.8333V11.1666H9.9987L0.332031 1.49998L1.4987 0.333313L11.1654 9.99998V4.49998H12.832V12.8333H4.4987Z" })
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
export {
|
|
15
|
+
h as ArrowSouthEastIcon
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
const e = (t) => /* @__PURE__ */ r(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: "13",
|
|
6
|
+
height: "13",
|
|
7
|
+
viewBox: "0 0 13 13",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...t,
|
|
11
|
+
children: /* @__PURE__ */ r("path", { d: "M0.167969 12.8333V4.49998H1.83464V9.99998L11.5013 0.333313L12.668 1.49998L3.0013 11.1666H8.5013V12.8333H0.167969Z" })
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
export {
|
|
15
|
+
e as ArrowSouthWestIcon
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
const t = (L) => /* @__PURE__ */ r(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: "14",
|
|
6
|
+
height: "12",
|
|
7
|
+
viewBox: "0 0 14 12",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...L,
|
|
11
|
+
children: /* @__PURE__ */ r("path", { d: "M3.76656 11.7692L0.664062 8.66667L3.76656 5.56417L4.4794 6.26667L2.5794 8.16667H12.6641V9.16667H2.5794L4.4794 11.0667L3.76656 11.7692ZM10.2282 6.43584L9.5154 5.73334L11.4154 3.83334H1.33073V2.83334H11.4154L9.5154 0.933335L10.2282 0.230835L13.3307 3.33334L10.2282 6.43584Z" })
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
export {
|
|
15
|
+
t as ArrowSyncIcon
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
const w = (o) => /* @__PURE__ */ r(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: "12",
|
|
6
|
+
height: "18",
|
|
7
|
+
viewBox: "0 0 12 18",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...o,
|
|
11
|
+
children: /* @__PURE__ */ r("path", { d: "M5.16797 17.3333V3.85416L1.33464 7.66666L0.167969 6.49999L6.0013 0.666656L11.8346 6.49999L10.668 7.68749L6.83464 3.85416V17.3333H5.16797Z" })
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
export {
|
|
15
|
+
w as ArrowUpwardIcon
|
|
16
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { jsxs as t, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
const i = (s) => /* @__PURE__ */ t(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: "16",
|
|
6
|
+
height: "16",
|
|
7
|
+
viewBox: "0 0 16 16",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...s,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ e(
|
|
13
|
+
"mask",
|
|
14
|
+
{
|
|
15
|
+
id: "mask0_24315_24428",
|
|
16
|
+
style: { maskType: "alpha" },
|
|
17
|
+
maskUnits: "userSpaceOnUse",
|
|
18
|
+
x: "0",
|
|
19
|
+
y: "0",
|
|
20
|
+
width: "16",
|
|
21
|
+
height: "16",
|
|
22
|
+
children: /* @__PURE__ */ e("rect", { width: "16", height: "16", fill: "#D9D9D9" })
|
|
23
|
+
}
|
|
24
|
+
),
|
|
25
|
+
/* @__PURE__ */ e("g", { mask: "url(#mask0_24315_24428)", children: /* @__PURE__ */ e(
|
|
26
|
+
"path",
|
|
27
|
+
{
|
|
28
|
+
d: "M4.83325 11.1677H9.16659V10.1677H4.83325V11.1677ZM4.83325 8.50102H11.1666V7.50102H4.83325V8.50102ZM4.83325 5.83435H11.1666V4.83435H4.83325V5.83435ZM3.53842 13.6677C3.20164 13.6677 2.91659 13.551 2.68325 13.3177C2.44992 13.0844 2.33325 12.7993 2.33325 12.4625V3.53952C2.33325 3.20274 2.44992 2.91768 2.68325 2.68435C2.91659 2.45102 3.20164 2.33435 3.53842 2.33435H12.4614C12.7982 2.33435 13.0833 2.45102 13.3166 2.68435C13.5499 2.91768 13.6666 3.20274 13.6666 3.53952V12.4625C13.6666 12.7993 13.5499 13.0844 13.3166 13.3177C13.0833 13.551 12.7982 13.6677 12.4614 13.6677H3.53842ZM3.53842 12.6677H12.4614C12.5128 12.6677 12.5598 12.6463 12.6024 12.6035C12.6452 12.5609 12.6666 12.5139 12.6666 12.4625V3.53952C12.6666 3.48818 12.6452 3.44118 12.6024 3.39852C12.5598 3.35574 12.5128 3.33435 12.4614 3.33435H3.53842C3.48709 3.33435 3.44009 3.35574 3.39742 3.39852C3.35464 3.44118 3.33325 3.48818 3.33325 3.53952V12.4625C3.33325 12.5139 3.35464 12.5609 3.39742 12.6035C3.44009 12.6463 3.48709 12.6677 3.53842 12.6677Z",
|
|
29
|
+
fill: "currentColor"
|
|
30
|
+
}
|
|
31
|
+
) })
|
|
32
|
+
]
|
|
33
|
+
}
|
|
34
|
+
);
|
|
35
|
+
export {
|
|
36
|
+
i as BlogIcon
|
|
37
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { jsxs as t, jsx as s } from "react/jsx-runtime";
|
|
2
|
+
const h = (e) => /* @__PURE__ */ t("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e, children: [
|
|
3
|
+
/* @__PURE__ */ s("mask", { id: "mask0_90_5758", style: { maskType: "alpha" }, maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "20", height: "20", children: /* @__PURE__ */ s("rect", { width: "20", height: "20", fill: "#D9D9D9" }) }),
|
|
4
|
+
/* @__PURE__ */ s("g", { mask: "url(#mask0_90_5758)", children: /* @__PURE__ */ s("path", { d: "M5 18.3332C4.30556 18.3332 3.71528 18.0901 3.22917 17.604C2.74306 17.1179 2.5 16.5276 2.5 15.8332V4.1665C2.5 3.47206 2.74306 2.88178 3.22917 2.39567C3.71528 1.90956 4.30556 1.6665 5 1.6665H14.1667V14.9998H5C4.76389 14.9998 4.56597 15.0797 4.40625 15.2394C4.24653 15.3991 4.16667 15.5971 4.16667 15.8332C4.16667 16.0693 4.24653 16.2672 4.40625 16.4269C4.56597 16.5866 4.76389 16.6665 5 16.6665H15.8333V3.33317H17.5V18.3332H5ZM7.5 13.3332H12.5V3.33317H7.5V13.3332ZM5.83333 13.3332V3.33317H5C4.76389 3.33317 4.56597 3.41303 4.40625 3.57275C4.24653 3.73248 4.16667 3.93039 4.16667 4.1665V13.479C4.30556 13.4373 4.44097 13.4026 4.57292 13.3748C4.70486 13.3471 4.84722 13.3332 5 13.3332H5.83333Z", fill: "currentColor" }) })
|
|
5
|
+
] });
|
|
6
|
+
export {
|
|
7
|
+
h as BooksIcon
|
|
8
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { jsxs as e, jsx as C } from "react/jsx-runtime";
|
|
2
|
+
const s = (t) => /* @__PURE__ */ e(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: "16",
|
|
6
|
+
height: "16",
|
|
7
|
+
viewBox: "0 0 16 16",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...t,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ C(
|
|
13
|
+
"mask",
|
|
14
|
+
{
|
|
15
|
+
id: "mask0_24315_24433",
|
|
16
|
+
style: { maskType: "alpha" },
|
|
17
|
+
maskUnits: "userSpaceOnUse",
|
|
18
|
+
x: "0",
|
|
19
|
+
y: "0",
|
|
20
|
+
width: "16",
|
|
21
|
+
height: "16",
|
|
22
|
+
children: /* @__PURE__ */ C("rect", { width: "16", height: "16", fill: "#D9D9D9" })
|
|
23
|
+
}
|
|
24
|
+
),
|
|
25
|
+
/* @__PURE__ */ C("g", { mask: "url(#mask0_24315_24433)", children: /* @__PURE__ */ C(
|
|
26
|
+
"path",
|
|
27
|
+
{
|
|
28
|
+
d: "M5.58982 11.9796C5.67093 11.9864 5.7501 11.9915 5.82732 11.9949C5.90443 11.9984 5.98765 12.0001 6.07699 12.0001C6.17099 12.0001 6.25854 11.9984 6.33965 11.9949C6.42087 11.9915 6.50421 11.9864 6.58965 11.9796V13.0514C6.58965 13.1112 6.60893 13.1603 6.64749 13.1988C6.68593 13.2372 6.73504 13.2564 6.79482 13.2564H13.0513C13.1111 13.2564 13.1602 13.2372 13.1987 13.1988C13.2371 13.1603 13.2563 13.1112 13.2563 13.0514V6.79494C13.2563 6.73516 13.2371 6.68605 13.1987 6.64761C13.1602 6.60905 13.1111 6.58977 13.0513 6.58977H11.9795C11.9863 6.50433 11.9914 6.421 11.9948 6.33977C11.9983 6.25866 12 6.17111 12 6.07711C12 5.98777 11.9983 5.90455 11.9948 5.82744C11.9914 5.75022 11.9863 5.67105 11.9795 5.58994H13.0513C13.3827 5.58994 13.6663 5.70794 13.9023 5.94394C14.1383 6.17994 14.2563 6.46361 14.2563 6.79494V13.0514C14.2563 13.3828 14.1383 13.6664 13.9023 13.9024C13.6663 14.1384 13.3827 14.2564 13.0513 14.2564H6.79482C6.46349 14.2564 6.17982 14.1384 5.94382 13.9024C5.70782 13.6664 5.58982 13.3828 5.58982 13.0514V11.9796ZM6.07815 10.4103C4.87137 10.4103 3.84726 9.99 3.00582 9.14944C2.16437 8.30877 1.74365 7.28505 1.74365 6.07827C1.74365 4.8715 2.16393 3.84739 3.00449 3.00594C3.84515 2.1645 4.86887 1.74377 6.07565 1.74377C7.28243 1.74377 8.30654 2.16405 9.14799 3.00461C9.98943 3.84527 10.4102 4.869 10.4102 6.07577C10.4102 7.28255 9.98987 8.30666 9.14932 9.14811C8.30865 9.98955 7.28493 10.4103 6.07815 10.4103ZM6.07699 9.41044C6.99921 9.41044 7.78532 9.08544 8.43532 8.43544C9.08532 7.78544 9.41032 6.99933 9.41032 6.07711C9.41032 5.15489 9.08532 4.36877 8.43532 3.71877C7.78532 3.06877 6.99921 2.74377 6.07699 2.74377C5.15476 2.74377 4.36865 3.06877 3.71865 3.71877C3.06865 4.36877 2.74365 5.15489 2.74365 6.07711C2.74365 6.99933 3.06865 7.78544 3.71865 8.43544C4.36865 9.08544 5.15476 9.41044 6.07699 9.41044Z",
|
|
29
|
+
fill: "currentColor"
|
|
30
|
+
}
|
|
31
|
+
) })
|
|
32
|
+
]
|
|
33
|
+
}
|
|
34
|
+
);
|
|
35
|
+
export {
|
|
36
|
+
s as BrandKitIcon
|
|
37
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
const t = (H) => /* @__PURE__ */ C("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...H, children: /* @__PURE__ */ C("path", { d: "M7.5 17.5V15.8333H5V14.1667H6.66667V5.83333H5V4.16667H7.5V2.5H9.16667V4.16667H10.8333V2.5H12.5V4.27083C13.2222 4.46528 13.8194 4.85764 14.2917 5.44792C14.7639 6.03819 15 6.72222 15 7.5C15 7.90278 14.9306 8.28819 14.7917 8.65625C14.6528 9.02431 14.4583 9.35417 14.2083 9.64583C14.6944 9.9375 15.0868 10.3333 15.3854 10.8333C15.684 11.3333 15.8333 11.8889 15.8333 12.5C15.8333 13.4167 15.5069 14.2014 14.8542 14.8542C14.2014 15.5069 13.4167 15.8333 12.5 15.8333V17.5H10.8333V15.8333H9.16667V17.5H7.5ZM8.33333 9.16667H11.6667C12.125 9.16667 12.5174 9.00347 12.8437 8.67708C13.1701 8.35069 13.3333 7.95833 13.3333 7.5C13.3333 7.04167 13.1701 6.64931 12.8437 6.32292C12.5174 5.99653 12.125 5.83333 11.6667 5.83333H8.33333V9.16667ZM8.33333 14.1667H12.5C12.9583 14.1667 13.3507 14.0035 13.6771 13.6771C14.0035 13.3507 14.1667 12.9583 14.1667 12.5C14.1667 12.0417 14.0035 11.6493 13.6771 11.3229C13.3507 10.9965 12.9583 10.8333 12.5 10.8333H8.33333V14.1667Z", fill: "currentColor" }) });
|
|
3
|
+
export {
|
|
4
|
+
t as BtcIcon
|
|
5
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
const n = (L) => /* @__PURE__ */ C(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: "8",
|
|
6
|
+
height: "8",
|
|
7
|
+
viewBox: "0 0 8 8",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...L,
|
|
11
|
+
children: /* @__PURE__ */ C(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
d: "M2.56 6L4 4.56L5.44 6L6 5.44L4.56 4L6 2.56L5.44 2L4 3.44L2.56 2L2 2.56L3.44 4L2 5.44L2.56 6ZM4 8C3.44667 8 2.92667 7.895 2.44 7.685C1.95333 7.475 1.53 7.19 1.17 6.83C0.81 6.47 0.525 6.04667 0.315 5.56C0.105 5.07333 0 4.55333 0 4C0 3.44667 0.105 2.92667 0.315 2.44C0.525 1.95333 0.81 1.53 1.17 1.17C1.53 0.81 1.95333 0.525 2.44 0.315C2.92667 0.105 3.44667 0 4 0C4.55333 0 5.07333 0.105 5.56 0.315C6.04667 0.525 6.47 0.81 6.83 1.17C7.19 1.53 7.475 1.95333 7.685 2.44C7.895 2.92667 8 3.44667 8 4C8 4.55333 7.895 5.07333 7.685 5.56C7.475 6.04667 7.19 6.47 6.83 6.83C6.47 7.19 6.04667 7.475 5.56 7.685C5.07333 7.895 4.55333 8 4 8Z",
|
|
15
|
+
fill: "#FF005C"
|
|
16
|
+
}
|
|
17
|
+
)
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
export {
|
|
21
|
+
n as CancelIcon
|
|
22
|
+
};
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import { jsxs as i, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
const o = (r) => /* @__PURE__ */ i(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: "16",
|
|
6
|
+
height: "16",
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...r,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ t("circle", { cx: "12", cy: "12", r: "12", fill: "#222222" }),
|
|
13
|
+
/* @__PURE__ */ t(
|
|
14
|
+
"circle",
|
|
15
|
+
{
|
|
16
|
+
cx: "12",
|
|
17
|
+
cy: "12",
|
|
18
|
+
r: "12",
|
|
19
|
+
fill: "url(#paint0_radial_16260_59346)",
|
|
20
|
+
fillOpacity: "0.15"
|
|
21
|
+
}
|
|
22
|
+
),
|
|
23
|
+
/* @__PURE__ */ i("g", { clipPath: "url(#clip0_16260_59346)", children: [
|
|
24
|
+
/* @__PURE__ */ t(
|
|
25
|
+
"path",
|
|
26
|
+
{
|
|
27
|
+
d: "M17.9999 5.98035V11.0893C17.9999 11.9975 17.7125 12.8774 17.1939 13.6012C17.0326 13.8282 16.8504 14.034 16.6471 14.2256L16.6331 14.2327H14.2359V9.49982H12.0139H9.77096H9.57469H7.35974L7.38778 9.47144L9.26628 7.70461L9.96021 7.0589C10.7453 6.32094 11.7125 5.98035 12.778 5.98035H17.9999Z",
|
|
28
|
+
fill: "url(#paint1_linear_16260_59346)"
|
|
29
|
+
}
|
|
30
|
+
),
|
|
31
|
+
/* @__PURE__ */ t(
|
|
32
|
+
"path",
|
|
33
|
+
{
|
|
34
|
+
d: "M16.6333 14.2398L16.6263 14.2469L16.6193 14.254L16.4931 14.3747L16.0165 14.8288L14.2852 16.4537L14.1169 16.6098C13.3319 17.3407 12.3015 17.738 11.2431 17.738H6.00012V15.4532L6.00713 14.2327L6.02115 12.6078C6.02816 11.4228 6.5118 10.3017 7.36694 9.4928H9.5819H9.58891V14.2327H16.6333V14.2398Z",
|
|
35
|
+
fill: "url(#paint2_linear_16260_59346)"
|
|
36
|
+
}
|
|
37
|
+
)
|
|
38
|
+
] }),
|
|
39
|
+
/* @__PURE__ */ i("defs", { children: [
|
|
40
|
+
/* @__PURE__ */ i(
|
|
41
|
+
"radialGradient",
|
|
42
|
+
{
|
|
43
|
+
id: "paint0_radial_16260_59346",
|
|
44
|
+
cx: "0",
|
|
45
|
+
cy: "0",
|
|
46
|
+
r: "1",
|
|
47
|
+
gradientUnits: "userSpaceOnUse",
|
|
48
|
+
gradientTransform: "translate(0.999999) rotate(48.8141) scale(31.8904)",
|
|
49
|
+
children: [
|
|
50
|
+
/* @__PURE__ */ t("stop", { stopColor: "white" }),
|
|
51
|
+
/* @__PURE__ */ t("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })
|
|
52
|
+
]
|
|
53
|
+
}
|
|
54
|
+
),
|
|
55
|
+
/* @__PURE__ */ i(
|
|
56
|
+
"linearGradient",
|
|
57
|
+
{
|
|
58
|
+
id: "paint1_linear_16260_59346",
|
|
59
|
+
x1: "12.9315",
|
|
60
|
+
y1: "5.47634",
|
|
61
|
+
x2: "12.2436",
|
|
62
|
+
y2: "18.4428",
|
|
63
|
+
gradientUnits: "userSpaceOnUse",
|
|
64
|
+
children: [
|
|
65
|
+
/* @__PURE__ */ t("stop", { stopColor: "#48EF8A" }),
|
|
66
|
+
/* @__PURE__ */ t("stop", { offset: "0.5458", stopColor: "#43B4A6" }),
|
|
67
|
+
/* @__PURE__ */ t("stop", { offset: "0.6918", stopColor: "#2D796F" }),
|
|
68
|
+
/* @__PURE__ */ t("stop", { offset: "0.9662", stopColor: "black" })
|
|
69
|
+
]
|
|
70
|
+
}
|
|
71
|
+
),
|
|
72
|
+
/* @__PURE__ */ i(
|
|
73
|
+
"linearGradient",
|
|
74
|
+
{
|
|
75
|
+
id: "paint2_linear_16260_59346",
|
|
76
|
+
x1: "11.6332",
|
|
77
|
+
y1: "18.3813",
|
|
78
|
+
x2: "9.82728",
|
|
79
|
+
y2: "5.0946",
|
|
80
|
+
gradientUnits: "userSpaceOnUse",
|
|
81
|
+
children: [
|
|
82
|
+
/* @__PURE__ */ t("stop", { stopColor: "#FF5F96" }),
|
|
83
|
+
/* @__PURE__ */ t("stop", { offset: "0.6103", stopColor: "#FF33AF" }),
|
|
84
|
+
/* @__PURE__ */ t("stop", { offset: "1", stopColor: "black" })
|
|
85
|
+
]
|
|
86
|
+
}
|
|
87
|
+
),
|
|
88
|
+
/* @__PURE__ */ t("clipPath", { id: "clip0_16260_59346", children: /* @__PURE__ */ t(
|
|
89
|
+
"rect",
|
|
90
|
+
{
|
|
91
|
+
width: "12",
|
|
92
|
+
height: "11.7647",
|
|
93
|
+
fill: "white",
|
|
94
|
+
transform: "translate(6 5.98035)"
|
|
95
|
+
}
|
|
96
|
+
) })
|
|
97
|
+
] })
|
|
98
|
+
]
|
|
99
|
+
}
|
|
100
|
+
);
|
|
101
|
+
export {
|
|
102
|
+
o as ChainflipIcon
|
|
103
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
const t = (r) => /* @__PURE__ */ C(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: "14",
|
|
6
|
+
height: "14",
|
|
7
|
+
viewBox: "0 0 14 14",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...r,
|
|
11
|
+
children: /* @__PURE__ */ C(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
d: "M6.06536 10.0667L10.7654 5.36666L9.83203 4.43333L6.06536 8.19999L4.16536 6.29999L3.23203 7.23333L6.06536 10.0667ZM6.9987 13.6667C6.07648 13.6667 5.20981 13.4917 4.3987 13.1417C3.58759 12.7917 2.88203 12.3167 2.28203 11.7167C1.68203 11.1167 1.20703 10.4111 0.857031 9.59999C0.507031 8.78888 0.332031 7.92222 0.332031 6.99999C0.332031 6.07777 0.507031 5.21111 0.857031 4.39999C1.20703 3.58888 1.68203 2.88333 2.28203 2.28333C2.88203 1.68333 3.58759 1.20833 4.3987 0.858328C5.20981 0.508328 6.07648 0.333328 6.9987 0.333328C7.92092 0.333328 8.78759 0.508328 9.5987 0.858328C10.4098 1.20833 11.1154 1.68333 11.7154 2.28333C12.3154 2.88333 12.7904 3.58888 13.1404 4.39999C13.4904 5.21111 13.6654 6.07777 13.6654 6.99999C13.6654 7.92222 13.4904 8.78888 13.1404 9.59999C12.7904 10.4111 12.3154 11.1167 11.7154 11.7167C11.1154 12.3167 10.4098 12.7917 9.5987 13.1417C8.78759 13.4917 7.92092 13.6667 6.9987 13.6667ZM6.9987 12.3333C8.48759 12.3333 9.7487 11.8167 10.782 10.7833C11.8154 9.74999 12.332 8.48888 12.332 6.99999C12.332 5.51111 11.8154 4.24999 10.782 3.21666C9.7487 2.18333 8.48759 1.66666 6.9987 1.66666C5.50981 1.66666 4.2487 2.18333 3.21536 3.21666C2.18203 4.24999 1.66536 5.51111 1.66536 6.99999C1.66536 8.48888 2.18203 9.74999 3.21536 10.7833C4.2487 11.8167 5.50981 12.3333 6.9987 12.3333Z",
|
|
15
|
+
fill: "currentColor"
|
|
16
|
+
}
|
|
17
|
+
)
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
export {
|
|
21
|
+
t as CheckCircleIcon
|
|
22
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
const e = (t) => /* @__PURE__ */ r(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: "14",
|
|
6
|
+
height: "11",
|
|
7
|
+
viewBox: "0 0 14 11",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...t,
|
|
11
|
+
children: /* @__PURE__ */ r("path", { d: "M4.95703 11.0003L0.207031 6.25033L1.39453 5.06283L4.95703 8.62533L12.6029 0.979492L13.7904 2.16699L4.95703 11.0003Z" })
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
export {
|
|
15
|
+
e as CheckIcon
|
|
16
|
+
};
|