@gardenfi/garden-book 0.2.29 → 0.2.31
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/Code4renaLogo.d.ts +5 -0
- package/dist/Logo/Code4renaLogo.js +45 -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/{components/atoms/Logo → Logo}/index.d.ts +1 -0
- package/dist/Logo/index.js +78 -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 +319 -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/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,16 @@
|
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
const t = (r) => /* @__PURE__ */ C(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: "20",
|
|
6
|
+
height: "14",
|
|
7
|
+
viewBox: "0 0 20 14",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...r,
|
|
11
|
+
children: /* @__PURE__ */ C("path", { d: "M10.4167 6.95831C10.8194 6.51387 11.1285 6.00692 11.3438 5.43748C11.559 4.86804 11.6667 4.27776 11.6667 3.66665C11.6667 3.05554 11.559 2.46526 11.3438 1.89581C11.1285 1.32637 10.8194 0.819424 10.4167 0.37498C11.25 0.486091 11.9444 0.854146 12.5 1.47915C13.0556 2.10415 13.3333 2.83331 13.3333 3.66665C13.3333 4.49998 13.0556 5.22915 12.5 5.85415C11.9444 6.47915 11.25 6.8472 10.4167 6.95831ZM15 13.6666V11.1666C15 10.6666 14.8889 10.191 14.6667 9.73956C14.4444 9.28817 14.1528 8.88887 13.7917 8.54165C14.5 8.79165 15.1562 9.11456 15.7604 9.5104C16.3646 9.90623 16.6667 10.4583 16.6667 11.1666V13.6666H15ZM16.6667 7.83331V6.16665H15V4.49998H16.6667V2.83331H18.3333V4.49998H20V6.16665H18.3333V7.83331H16.6667ZM6.66667 6.99998C5.75 6.99998 4.96528 6.67359 4.3125 6.02081C3.65972 5.36804 3.33333 4.58331 3.33333 3.66665C3.33333 2.74998 3.65972 1.96526 4.3125 1.31248C4.96528 0.659702 5.75 0.333313 6.66667 0.333313C7.58333 0.333313 8.36806 0.659702 9.02083 1.31248C9.67361 1.96526 10 2.74998 10 3.66665C10 4.58331 9.67361 5.36804 9.02083 6.02081C8.36806 6.67359 7.58333 6.99998 6.66667 6.99998ZM0 13.6666V11.3333C0 10.8611 0.121528 10.4271 0.364583 10.0312C0.607639 9.6354 0.930556 9.33331 1.33333 9.12498C2.19444 8.69442 3.06944 8.37151 3.95833 8.15623C4.84722 7.94095 5.75 7.83331 6.66667 7.83331C7.58333 7.83331 8.48611 7.94095 9.375 8.15623C10.2639 8.37151 11.1389 8.69442 12 9.12498C12.4028 9.33331 12.7257 9.6354 12.9688 10.0312C13.2118 10.4271 13.3333 10.8611 13.3333 11.3333V13.6666H0ZM6.66667 5.33331C7.125 5.33331 7.51736 5.17012 7.84375 4.84373C8.17014 4.51734 8.33333 4.12498 8.33333 3.66665C8.33333 3.20831 8.17014 2.81595 7.84375 2.48956C7.51736 2.16317 7.125 1.99998 6.66667 1.99998C6.20833 1.99998 5.81597 2.16317 5.48958 2.48956C5.16319 2.81595 5 3.20831 5 3.66665C5 4.12498 5.16319 4.51734 5.48958 4.84373C5.81597 5.17012 6.20833 5.33331 6.66667 5.33331ZM1.66667 12H11.6667V11.3333C11.6667 11.1805 11.6285 11.0416 11.5521 10.9166C11.4757 10.7916 11.375 10.6944 11.25 10.625C10.5 10.25 9.74306 9.96873 8.97917 9.78123C8.21528 9.59373 7.44444 9.49998 6.66667 9.49998C5.88889 9.49998 5.11806 9.59373 4.35417 9.78123C3.59028 9.96873 2.83333 10.25 2.08333 10.625C1.95833 10.6944 1.85764 10.7916 1.78125 10.9166C1.70486 11.0416 1.66667 11.1805 1.66667 11.3333V12Z" })
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
export {
|
|
15
|
+
t as ReferralIcon
|
|
16
|
+
};
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import { jsxs as t, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
const n = (i) => /* @__PURE__ */ t(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: "24",
|
|
6
|
+
height: "24",
|
|
7
|
+
viewBox: "0 0 600 600",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...i,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ e(
|
|
13
|
+
"path",
|
|
14
|
+
{
|
|
15
|
+
d: "M299.4 447.057L387.768 396.038V249.701L261.037 176.533L172.76 227.5L299.4 300.615V447.057Z",
|
|
16
|
+
fill: "url(#paint0_linear_61_2)"
|
|
17
|
+
}
|
|
18
|
+
),
|
|
19
|
+
/* @__PURE__ */ e(
|
|
20
|
+
"path",
|
|
21
|
+
{
|
|
22
|
+
fillRule: "evenodd",
|
|
23
|
+
clipRule: "evenodd",
|
|
24
|
+
d: "M300 128.75L346.737 101.662L304.683 77.3819C301.785 75.709 298.215 75.709 295.317 77.3819L109.548 184.636C106.651 186.309 104.866 189.4 104.866 192.746V407.254C104.866 410.6 106.651 413.692 109.548 415.364L295.317 522.618C298.215 524.291 301.785 524.291 304.683 522.618L490.452 415.364C493.349 413.692 495.134 410.6 495.134 407.254V358.613L448.307 385.625L300 471.25L151.693 385.625V214.375L300 128.75Z",
|
|
25
|
+
fill: "url(#paint1_linear_61_2)"
|
|
26
|
+
}
|
|
27
|
+
),
|
|
28
|
+
/* @__PURE__ */ e(
|
|
29
|
+
"path",
|
|
30
|
+
{
|
|
31
|
+
d: "M407.406 384.568L495.078 333.951V193.022C495.078 189.676 493.292 186.584 490.395 184.911L368.346 114.447L281.771 164.431L407.406 236.966V384.568Z",
|
|
32
|
+
fill: "url(#paint2_linear_61_2)"
|
|
33
|
+
}
|
|
34
|
+
),
|
|
35
|
+
/* @__PURE__ */ t("defs", { children: [
|
|
36
|
+
/* @__PURE__ */ t(
|
|
37
|
+
"linearGradient",
|
|
38
|
+
{
|
|
39
|
+
id: "paint0_linear_61_2",
|
|
40
|
+
x1: "241.468",
|
|
41
|
+
y1: "193.157",
|
|
42
|
+
x2: "207.525",
|
|
43
|
+
y2: "429.887",
|
|
44
|
+
gradientUnits: "userSpaceOnUse",
|
|
45
|
+
children: [
|
|
46
|
+
/* @__PURE__ */ e("stop", { stopColor: "#624AFF" }),
|
|
47
|
+
/* @__PURE__ */ e("stop", { offset: "0.98", stopColor: "#DD09FF" })
|
|
48
|
+
]
|
|
49
|
+
}
|
|
50
|
+
),
|
|
51
|
+
/* @__PURE__ */ t(
|
|
52
|
+
"linearGradient",
|
|
53
|
+
{
|
|
54
|
+
id: "paint1_linear_61_2",
|
|
55
|
+
x1: "180.056",
|
|
56
|
+
y1: "494.56",
|
|
57
|
+
x2: "234.169",
|
|
58
|
+
y2: "49.7161",
|
|
59
|
+
gradientUnits: "userSpaceOnUse",
|
|
60
|
+
children: [
|
|
61
|
+
/* @__PURE__ */ e("stop", { stopColor: "#EF41FF" }),
|
|
62
|
+
/* @__PURE__ */ e("stop", { offset: "0.67", stopColor: "#1F6BFF" }),
|
|
63
|
+
/* @__PURE__ */ e("stop", { offset: "1", stopColor: "#7DEFFF" })
|
|
64
|
+
]
|
|
65
|
+
}
|
|
66
|
+
),
|
|
67
|
+
/* @__PURE__ */ t(
|
|
68
|
+
"linearGradient",
|
|
69
|
+
{
|
|
70
|
+
id: "paint2_linear_61_2",
|
|
71
|
+
x1: "372.264",
|
|
72
|
+
y1: "86.2467",
|
|
73
|
+
x2: "319.851",
|
|
74
|
+
y2: "316.686",
|
|
75
|
+
gradientUnits: "userSpaceOnUse",
|
|
76
|
+
children: [
|
|
77
|
+
/* @__PURE__ */ e("stop", { stopColor: "#7DEFFF" }),
|
|
78
|
+
/* @__PURE__ */ e("stop", { offset: "0.985", stopColor: "#5707FF" })
|
|
79
|
+
]
|
|
80
|
+
}
|
|
81
|
+
)
|
|
82
|
+
] })
|
|
83
|
+
]
|
|
84
|
+
}
|
|
85
|
+
);
|
|
86
|
+
export {
|
|
87
|
+
n as RelayLinkIcon
|
|
88
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
const e = (r) => /* @__PURE__ */ o(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: "12",
|
|
6
|
+
height: "2",
|
|
7
|
+
viewBox: "0 0 12 2",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...r,
|
|
11
|
+
children: /* @__PURE__ */ o("path", { d: "M0.167969 1.83332V0.166656H11.8346V1.83332H0.167969Z" })
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
export {
|
|
15
|
+
e as RemoveIcon
|
|
16
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
const t = (r) => /* @__PURE__ */ C("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...r, children: /* @__PURE__ */ C("path", { d: "M7 17.5C5.73611 17.5 4.67014 17.066 3.80208 16.1979C2.93403 15.3299 2.5 14.2639 2.5 13C2.5 12.4722 2.59028 11.9583 2.77083 11.4583C2.95139 10.9583 3.20833 10.5069 3.54167 10.1042L6.5 6.54167L4.47917 2.5H15.5208L13.5 6.54167L16.4583 10.1042C16.7917 10.5069 17.0486 10.9583 17.2292 11.4583C17.4097 11.9583 17.5 12.4722 17.5 13C17.5 14.2639 17.0625 15.3299 16.1875 16.1979C15.3125 17.066 14.25 17.5 13 17.5H7ZM10 13.3333C9.54167 13.3333 9.14931 13.1701 8.82292 12.8438C8.49653 12.5174 8.33333 12.125 8.33333 11.6667C8.33333 11.2083 8.49653 10.816 8.82292 10.4896C9.14931 10.1632 9.54167 10 10 10C10.4583 10 10.8507 10.1632 11.1771 10.4896C11.5035 10.816 11.6667 11.2083 11.6667 11.6667C11.6667 12.125 11.5035 12.5174 11.1771 12.8438C10.8507 13.1701 10.4583 13.3333 10 13.3333ZM8.02083 5.83333H11.9792L12.8125 4.16667H7.1875L8.02083 5.83333ZM7 15.8333H13C13.7917 15.8333 14.4618 15.559 15.0104 15.0104C15.559 14.4618 15.8333 13.7917 15.8333 13C15.8333 12.6667 15.7743 12.3438 15.6562 12.0312C15.5382 11.7188 15.375 11.4375 15.1667 11.1875L12.1042 7.5H7.91667L4.83333 11.1667C4.625 11.4167 4.46181 11.7014 4.34375 12.0208C4.22569 12.3403 4.16667 12.6667 4.16667 13C4.16667 13.7917 4.44097 14.4618 4.98958 15.0104C5.53819 15.559 6.20833 15.8333 7 15.8333Z", fill: "currentColor" }) });
|
|
3
|
+
export {
|
|
4
|
+
t as RewardsIcon
|
|
5
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { jsxs as s, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
const i = (e) => /* @__PURE__ */ s(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: "21",
|
|
6
|
+
height: "20",
|
|
7
|
+
viewBox: "0 0 21 20",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...e,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ t(
|
|
13
|
+
"mask",
|
|
14
|
+
{
|
|
15
|
+
id: "mask0_26898_28846",
|
|
16
|
+
style: { maskType: "alpha" },
|
|
17
|
+
maskUnits: "userSpaceOnUse",
|
|
18
|
+
x: "0",
|
|
19
|
+
y: "0",
|
|
20
|
+
width: "21",
|
|
21
|
+
height: "20",
|
|
22
|
+
children: /* @__PURE__ */ t("rect", { x: "0.335938", width: "20", height: "20", fill: "#D9D9D9" })
|
|
23
|
+
}
|
|
24
|
+
),
|
|
25
|
+
/* @__PURE__ */ t("g", { mask: "url(#mask0_26898_28846)", children: /* @__PURE__ */ t(
|
|
26
|
+
"path",
|
|
27
|
+
{
|
|
28
|
+
d: "M7.83333 16.6666L6.66667 15.4999L8.125 13.9999C6.34722 13.7638 4.88194 13.2777 3.72917 12.5416C2.57639 11.8055 2 10.9583 2 9.99992C2 8.84714 2.80208 7.8645 4.40625 7.052C6.01042 6.2395 7.98611 5.83325 10.3333 5.83325C12.6806 5.83325 14.6563 6.2395 16.2604 7.052C17.8646 7.8645 18.6667 8.84714 18.6667 9.99992C18.6667 10.861 18.2049 11.6319 17.2812 12.3124C16.3576 12.993 15.1528 13.4999 13.6667 13.8333V12.1249C14.7361 11.8471 15.559 11.5034 16.1354 11.0937C16.7118 10.6839 17 10.3194 17 9.99992C17 9.55547 16.4062 9.0277 15.2188 8.41659C14.0312 7.80547 12.4028 7.49992 10.3333 7.49992C8.26389 7.49992 6.63542 7.80547 5.44792 8.41659C4.26042 9.0277 3.66667 9.55547 3.66667 9.99992C3.66667 10.3333 4.02083 10.7326 4.72917 11.1978C5.4375 11.6631 6.44444 12.0138 7.75 12.2499L6.66667 11.1666L7.83333 9.99992L11.1667 13.3333L7.83333 16.6666Z",
|
|
29
|
+
fill: "currentColor"
|
|
30
|
+
}
|
|
31
|
+
) })
|
|
32
|
+
]
|
|
33
|
+
}
|
|
34
|
+
);
|
|
35
|
+
export {
|
|
36
|
+
i as Rotate360Icon
|
|
37
|
+
};
|
|
@@ -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: "20",
|
|
6
|
+
height: "20",
|
|
7
|
+
viewBox: "0 0 20 20",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...t,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ C(
|
|
13
|
+
"mask",
|
|
14
|
+
{
|
|
15
|
+
id: "mask0_27034_20191",
|
|
16
|
+
style: { maskType: "alpha" },
|
|
17
|
+
maskUnits: "userSpaceOnUse",
|
|
18
|
+
x: "0",
|
|
19
|
+
y: "0",
|
|
20
|
+
width: "20",
|
|
21
|
+
height: "20",
|
|
22
|
+
children: /* @__PURE__ */ C("rect", { width: "20", height: "20", fill: "#D9D9D9" })
|
|
23
|
+
}
|
|
24
|
+
),
|
|
25
|
+
/* @__PURE__ */ C("g", { mask: "url(#mask0_27034_20191)", children: /* @__PURE__ */ C(
|
|
26
|
+
"path",
|
|
27
|
+
{
|
|
28
|
+
d: "M15.8333 17.2916C15.3131 17.2916 14.8497 17.1353 14.4431 16.8228C14.0366 16.5103 13.7687 16.111 13.6394 15.6249H9.16667C8.30347 15.6249 7.56681 15.3199 6.95667 14.7099C6.34667 14.0998 6.04167 13.3631 6.04167 12.4999C6.04167 11.6367 6.34667 10.9001 6.95667 10.2899C7.56681 9.67992 8.30347 9.37492 9.16667 9.37492H10.8333C11.349 9.37492 11.7904 9.19117 12.1575 8.82367C12.5247 8.45617 12.7083 8.01443 12.7083 7.49846C12.7083 6.98235 12.5247 6.54103 12.1575 6.1745C11.7904 5.80811 11.349 5.62492 10.8333 5.62492H6.36062C6.22271 6.11103 5.95264 6.51034 5.55042 6.82284C5.14819 7.13534 4.68694 7.29159 4.16667 7.29159C3.53014 7.29159 2.98903 7.06888 2.54333 6.62346C2.09778 6.17804 1.875 5.63721 1.875 5.00096C1.875 4.36457 2.09778 3.82339 2.54333 3.37742C2.98903 2.93131 3.53014 2.70825 4.16667 2.70825C4.68694 2.70825 5.14819 2.8645 5.55042 3.177C5.95264 3.4895 6.22271 3.88881 6.36062 4.37492H10.8333C11.6965 4.37492 12.4332 4.67992 13.0433 5.28992C13.6533 5.90006 13.9583 6.63672 13.9583 7.49992C13.9583 8.36311 13.6533 9.09978 13.0433 9.70992C12.4332 10.3199 11.6965 10.6249 10.8333 10.6249H9.16667C8.65097 10.6249 8.20958 10.8087 7.8425 11.1762C7.47528 11.5437 7.29167 11.9854 7.29167 12.5014C7.29167 13.0175 7.47528 13.4588 7.8425 13.8253C8.20958 14.1917 8.65097 14.3749 9.16667 14.3749H13.6394C13.7773 13.8888 14.0474 13.4895 14.4496 13.177C14.8518 12.8645 15.3131 12.7083 15.8333 12.7083C16.4699 12.7083 17.011 12.931 17.4567 13.3764C17.9022 13.8218 18.125 14.3626 18.125 14.9989C18.125 15.6353 17.9022 16.1764 17.4567 16.6224C17.011 17.0685 16.4699 17.2916 15.8333 17.2916ZM4.16667 6.04159C4.45625 6.04159 4.70222 5.94033 4.90458 5.73783C5.10708 5.53547 5.20833 5.2895 5.20833 4.99992C5.20833 4.71034 5.10708 4.46436 4.90458 4.262C4.70222 4.0595 4.45625 3.95825 4.16667 3.95825C3.87708 3.95825 3.63111 4.0595 3.42875 4.262C3.22625 4.46436 3.125 4.71034 3.125 4.99992C3.125 5.2895 3.22625 5.53547 3.42875 5.73783C3.63111 5.94033 3.87708 6.04159 4.16667 6.04159Z",
|
|
29
|
+
fill: "currentColor"
|
|
30
|
+
}
|
|
31
|
+
) })
|
|
32
|
+
]
|
|
33
|
+
}
|
|
34
|
+
);
|
|
35
|
+
export {
|
|
36
|
+
s as RoutingIcon
|
|
37
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { jsxs as e, jsx as C } from "react/jsx-runtime";
|
|
2
|
+
const t = (s) => /* @__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
|
+
...s,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ C(
|
|
13
|
+
"mask",
|
|
14
|
+
{
|
|
15
|
+
id: "mask0_27901_26642",
|
|
16
|
+
style: { maskType: "alpha" },
|
|
17
|
+
maskUnits: "userSpaceOnUse",
|
|
18
|
+
x: "0",
|
|
19
|
+
y: "0",
|
|
20
|
+
width: "16",
|
|
21
|
+
height: "17",
|
|
22
|
+
children: /* @__PURE__ */ C("rect", { y: "0.000488281", width: "16", height: "16", fill: "#D9D9D9" })
|
|
23
|
+
}
|
|
24
|
+
),
|
|
25
|
+
/* @__PURE__ */ C("g", { mask: "url(#mask0_27901_26642)", children: /* @__PURE__ */ C(
|
|
26
|
+
"path",
|
|
27
|
+
{
|
|
28
|
+
d: "M11.7692 13.103C11.1446 13.103 10.6167 12.8873 10.1853 12.4561C9.75411 12.0248 9.5385 11.4968 9.5385 10.8723C9.5385 10.2476 9.75411 9.71967 10.1853 9.28845C10.6167 8.85712 11.1446 8.64145 11.7692 8.64145C12.3938 8.64145 12.9218 8.85712 13.353 9.28845C13.7843 9.71967 14 10.2476 14 10.8723C14 11.4968 13.7843 12.0248 13.353 12.4561C12.9218 12.8873 12.3938 13.103 11.7692 13.103ZM11.7685 12.103C12.1083 12.103 12.3985 11.9829 12.6392 11.7428C12.8797 11.5026 13 11.2126 13 10.8729C13 10.5332 12.8799 10.2429 12.6397 10.0023C12.3996 9.76173 12.1096 9.64145 11.7698 9.64145C11.4301 9.64145 11.1399 9.76156 10.8993 10.0018C10.6588 10.2419 10.5385 10.5318 10.5385 10.8716C10.5385 11.2114 10.6586 11.5016 10.8987 11.7421C11.1389 11.9827 11.4288 12.103 11.7685 12.103ZM3 11.3723V10.3723H8.077V11.3723H3ZM4.23083 7.35945C3.60617 7.35945 3.07822 7.14378 2.647 6.71245C2.21567 6.28123 2 5.75328 2 5.12862C2 4.50406 2.21567 3.97612 2.647 3.54478C3.07822 3.11356 3.60617 2.89795 4.23083 2.89795C4.85539 2.89795 5.38333 3.11356 5.81467 3.54478C6.24589 3.97612 6.4615 4.50406 6.4615 5.12862C6.4615 5.75328 6.24589 6.28123 5.81467 6.71245C5.38333 7.14378 4.85539 7.35945 4.23083 7.35945ZM4.23017 6.35945C4.56994 6.35945 4.86011 6.23934 5.10067 5.99912C5.34122 5.759 5.4615 5.46906 5.4615 5.12928C5.4615 4.7895 5.34144 4.49934 5.10133 4.25878C4.86111 4.01823 4.57117 3.89795 4.2315 3.89795C3.89172 3.89795 3.6015 4.01801 3.36083 4.25812C3.12028 4.49834 3 4.78828 3 5.12795C3 5.46773 3.12011 5.75795 3.36033 5.99862C3.60044 6.23917 3.89039 6.35945 4.23017 6.35945ZM7.923 5.62862V4.62862H13V5.62862H7.923Z",
|
|
29
|
+
fill: "#473C75"
|
|
30
|
+
}
|
|
31
|
+
) })
|
|
32
|
+
]
|
|
33
|
+
}
|
|
34
|
+
);
|
|
35
|
+
export {
|
|
36
|
+
t as RowInfoIcon
|
|
37
|
+
};
|
|
@@ -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_24450",
|
|
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_24450)", children: /* @__PURE__ */ e(
|
|
26
|
+
"path",
|
|
27
|
+
{
|
|
28
|
+
d: "M3.53866 13.6667C3.20622 13.6667 2.92222 13.5489 2.68666 13.3135C2.45122 13.0779 2.3335 12.7939 2.3335 12.4615V4.5C2.3335 4.38289 2.34994 4.27306 2.38283 4.1705C2.41572 4.06794 2.46938 3.97267 2.54383 3.88467L3.46433 2.777C3.53866 2.68467 3.62366 2.61544 3.71933 2.56933C3.81511 2.52311 3.92155 2.5 4.03866 2.5H11.9617C12.0788 2.5 12.1852 2.52311 12.281 2.56933C12.3767 2.61544 12.4617 2.68467 12.536 2.777L13.4565 3.88467C13.5309 3.97267 13.5846 4.06794 13.6175 4.1705C13.6504 4.27306 13.6668 4.38289 13.6668 4.5V12.4615C13.6668 12.7939 13.5491 13.0779 13.3137 13.3135C13.0781 13.5489 12.7941 13.6667 12.4617 13.6667H3.53866ZM3.60016 4.16667H12.4002L11.8335 3.5H4.16683L3.60016 4.16667ZM3.53866 12.6667H12.4617C12.5216 12.6667 12.5707 12.6474 12.6092 12.609C12.6476 12.5706 12.6668 12.5214 12.6668 12.4615V5.16667H3.3335V12.4615C3.3335 12.5214 3.35272 12.5706 3.39116 12.609C3.42961 12.6474 3.47877 12.6667 3.53866 12.6667ZM9.70016 11.123L11.8232 9L9.70016 6.877L8.97716 7.6L10.3772 9L8.97716 10.4L9.70016 11.123ZM6.3335 11.123L7.0565 10.4L5.6565 9L7.0565 7.6L6.3335 6.877L4.2105 9L6.3335 11.123Z",
|
|
29
|
+
fill: "currentColor"
|
|
30
|
+
}
|
|
31
|
+
) })
|
|
32
|
+
]
|
|
33
|
+
}
|
|
34
|
+
);
|
|
35
|
+
export {
|
|
36
|
+
i as SDKIcon
|
|
37
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
const o = (r) => /* @__PURE__ */ C(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: "16",
|
|
6
|
+
height: "16",
|
|
7
|
+
viewBox: "0 0 16 16",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...r,
|
|
11
|
+
children: /* @__PURE__ */ C("path", { d: "M14.3333 15.5L9.08333 10.25C8.66667 10.5833 8.1875 10.8472 7.64583 11.0417C7.10417 11.2361 6.52778 11.3333 5.91667 11.3333C4.40278 11.3333 3.12153 10.809 2.07292 9.76042C1.02431 8.71181 0.5 7.43056 0.5 5.91667C0.5 4.40278 1.02431 3.12153 2.07292 2.07292C3.12153 1.02431 4.40278 0.5 5.91667 0.5C7.43056 0.5 8.71181 1.02431 9.76042 2.07292C10.809 3.12153 11.3333 4.40278 11.3333 5.91667C11.3333 6.52778 11.2361 7.10417 11.0417 7.64583C10.8472 8.1875 10.5833 8.66667 10.25 9.08333L15.5 14.3333L14.3333 15.5ZM5.91667 9.66667C6.95833 9.66667 7.84375 9.30208 8.57292 8.57292C9.30208 7.84375 9.66667 6.95833 9.66667 5.91667C9.66667 4.875 9.30208 3.98958 8.57292 3.26042C7.84375 2.53125 6.95833 2.16667 5.91667 2.16667C4.875 2.16667 3.98958 2.53125 3.26042 3.26042C2.53125 3.98958 2.16667 4.875 2.16667 5.91667C2.16667 6.95833 2.53125 7.84375 3.26042 8.57292C3.98958 9.30208 4.875 9.66667 5.91667 9.66667Z" })
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
export {
|
|
15
|
+
o as SearchIcon
|
|
16
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { jsxs as h, jsx as C } from "react/jsx-runtime";
|
|
2
|
+
const s = (e) => /* @__PURE__ */ h(
|
|
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_25526_70195",
|
|
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_25526_70195)", children: /* @__PURE__ */ C(
|
|
26
|
+
"path",
|
|
27
|
+
{
|
|
28
|
+
d: "M13.0245 13.7178L8.83729 9.53051C8.50396 9.80574 8.12063 10.0211 7.68729 10.1767C7.25396 10.3322 6.80568 10.41 6.34246 10.41C5.20301 10.41 4.23868 10.0155 3.44946 9.22651C2.66024 8.43751 2.26562 7.4734 2.26562 6.33418C2.26562 5.19507 2.66012 4.23063 3.44912 3.44085C4.23812 2.65118 5.20224 2.25635 6.34146 2.25635C7.48057 2.25635 8.44501 2.65096 9.23479 3.44018C10.0245 4.2294 10.4193 5.19374 10.4193 6.33318C10.4193 6.80929 10.3394 7.26402 10.1796 7.69735C10.0197 8.13068 9.80646 8.50757 9.53979 8.82802L13.727 13.0152L13.0245 13.7178ZM6.34246 9.41018C7.20146 9.41018 7.92901 9.11207 8.52513 8.51585C9.12135 7.91974 9.41946 7.19218 9.41946 6.33318C9.41946 5.47418 9.12135 4.74662 8.52513 4.15051C7.92901 3.55429 7.20146 3.25618 6.34246 3.25618C5.48346 3.25618 4.7559 3.55429 4.15979 4.15051C3.56357 4.74662 3.26546 5.47418 3.26546 6.33318C3.26546 7.19218 3.56357 7.91974 4.15979 8.51585C4.7559 9.11207 5.48346 9.41018 6.34246 9.41018Z",
|
|
29
|
+
fill: "currentColor"
|
|
30
|
+
}
|
|
31
|
+
) })
|
|
32
|
+
]
|
|
33
|
+
}
|
|
34
|
+
);
|
|
35
|
+
export {
|
|
36
|
+
s as SearchIconThin
|
|
37
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { jsxs as t, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
const h = (s) => /* @__PURE__ */ t("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...s, children: [
|
|
3
|
+
/* @__PURE__ */ e("mask", { id: "mask0_90_5665", style: { maskType: "alpha" }, maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "16", height: "16", children: /* @__PURE__ */ e("rect", { width: "16", height: "16", fill: "#D9D9D9" }) }),
|
|
4
|
+
/* @__PURE__ */ e("g", { mask: "url(#mask0_90_5665)", children: /* @__PURE__ */ e("path", { d: "M4.79419 7.07665L7.99936 1.82031L11.2045 7.07665H4.79419ZM11.666 14.41C10.901 14.41 10.2525 14.144 9.72053 13.612C9.18853 13.08 8.92253 12.4315 8.92253 11.6665C8.92253 10.9015 9.18853 10.253 9.72053 9.72098C10.2525 9.18898 10.901 8.92298 11.666 8.92298C12.431 8.92298 13.0795 9.18898 13.6115 9.72098C14.1435 10.253 14.4095 10.9015 14.4095 11.6665C14.4095 12.4315 14.1435 13.08 13.6115 13.612C13.0795 14.144 12.431 14.41 11.666 14.41ZM2.25586 14.0766V9.25631H7.07619V14.0766H2.25586ZM11.6659 13.4101C12.154 13.4101 12.5666 13.2416 12.9039 12.9045C13.2411 12.5674 13.4097 12.1548 13.4097 11.6666C13.4097 11.1785 13.2411 10.7659 12.904 10.4286C12.5669 10.0914 12.1543 9.92281 11.6662 9.92281C11.1781 9.92281 10.7654 10.0914 10.4282 10.4285C10.091 10.7656 9.92236 11.1782 9.92236 11.6663C9.92236 12.1544 10.0909 12.5671 10.428 12.9043C10.7651 13.2415 11.1777 13.4101 11.6659 13.4101ZM3.25569 13.0768H6.07636V10.2561H3.25569V13.0768ZM6.55836 6.07681H9.44036L7.99936 3.75881L6.55836 6.07681Z", fill: "currentColor" }) })
|
|
5
|
+
] });
|
|
6
|
+
export {
|
|
7
|
+
h as ShapesIcon
|
|
8
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
const o = (r) => /* @__PURE__ */ C(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "16",
|
|
7
|
+
height: "16",
|
|
8
|
+
viewBox: "0 0 16 16",
|
|
9
|
+
fill: "none",
|
|
10
|
+
...r,
|
|
11
|
+
children: /* @__PURE__ */ C(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
d: "M11.333 14.6663C10.7775 14.6663 10.3052 14.4719 9.91634 14.083C9.52745 13.6941 9.33301 13.2219 9.33301 12.6663C9.33301 12.5997 9.34968 12.4441 9.38301 12.1997L4.69967 9.46634C4.5219 9.63301 4.31634 9.76356 4.08301 9.85801C3.84967 9.95245 3.59967 9.99967 3.33301 9.99967C2.77745 9.99967 2.30523 9.80523 1.91634 9.41634C1.52745 9.02745 1.33301 8.55523 1.33301 7.99967C1.33301 7.44412 1.52745 6.9719 1.91634 6.58301C2.30523 6.19412 2.77745 5.99967 3.33301 5.99967C3.59967 5.99967 3.84967 6.0469 4.08301 6.14134C4.31634 6.23579 4.5219 6.36634 4.69967 6.53301L9.38301 3.79967C9.36079 3.7219 9.3469 3.6469 9.34134 3.57467C9.33579 3.50245 9.33301 3.4219 9.33301 3.33301C9.33301 2.77745 9.52745 2.30523 9.91634 1.91634C10.3052 1.52745 10.7775 1.33301 11.333 1.33301C11.8886 1.33301 12.3608 1.52745 12.7497 1.91634C13.1386 2.30523 13.333 2.77745 13.333 3.33301C13.333 3.88856 13.1386 4.36079 12.7497 4.74967C12.3608 5.13856 11.8886 5.33301 11.333 5.33301C11.0663 5.33301 10.8163 5.28579 10.583 5.19134C10.3497 5.0969 10.1441 4.96634 9.96634 4.79967L5.28301 7.53301C5.30523 7.61079 5.31912 7.68579 5.32467 7.75801C5.33023 7.83023 5.33301 7.91079 5.33301 7.99967C5.33301 8.08856 5.33023 8.16912 5.32467 8.24134C5.31912 8.31356 5.30523 8.38856 5.28301 8.46634L9.96634 11.1997C10.1441 11.033 10.3497 10.9025 10.583 10.808C10.8163 10.7136 11.0663 10.6663 11.333 10.6663C11.8886 10.6663 12.3608 10.8608 12.7497 11.2497C13.1386 11.6386 13.333 12.1108 13.333 12.6663C13.333 13.2219 13.1386 13.6941 12.7497 14.083C12.3608 14.4719 11.8886 14.6663 11.333 14.6663ZM11.333 13.333C11.5219 13.333 11.6802 13.2691 11.808 13.1413C11.9358 13.0136 11.9997 12.8552 11.9997 12.6663C11.9997 12.4775 11.9358 12.3191 11.808 12.1913C11.6802 12.0636 11.5219 11.9997 11.333 11.9997C11.1441 11.9997 10.9858 12.0636 10.858 12.1913C10.7302 12.3191 10.6663 12.4775 10.6663 12.6663C10.6663 12.8552 10.7302 13.0136 10.858 13.1413C10.9858 13.2691 11.1441 13.333 11.333 13.333ZM3.33301 8.66634C3.5219 8.66634 3.68023 8.60245 3.80801 8.47467C3.93579 8.3469 3.99967 8.18856 3.99967 7.99967C3.99967 7.81079 3.93579 7.65245 3.80801 7.52467C3.68023 7.3969 3.5219 7.33301 3.33301 7.33301C3.14412 7.33301 2.98579 7.3969 2.85801 7.52467C2.73023 7.65245 2.66634 7.81079 2.66634 7.99967C2.66634 8.18856 2.73023 8.3469 2.85801 8.47467C2.98579 8.60245 3.14412 8.66634 3.33301 8.66634ZM11.333 3.99967C11.5219 3.99967 11.6802 3.93579 11.808 3.80801C11.9358 3.68023 11.9997 3.5219 11.9997 3.33301C11.9997 3.14412 11.9358 2.98579 11.808 2.85801C11.6802 2.73023 11.5219 2.66634 11.333 2.66634C11.1441 2.66634 10.9858 2.73023 10.858 2.85801C10.7302 2.98579 10.6663 3.14412 10.6663 3.33301C10.6663 3.5219 10.7302 3.68023 10.858 3.80801C10.9858 3.93579 11.1441 3.99967 11.333 3.99967Z",
|
|
15
|
+
fill: "currentColor"
|
|
16
|
+
}
|
|
17
|
+
)
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
export {
|
|
21
|
+
o as Share
|
|
22
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { jsxs as t, jsx as C } from "react/jsx-runtime";
|
|
2
|
+
const i = (e) => /* @__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
|
+
...e,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ C(
|
|
13
|
+
"mask",
|
|
14
|
+
{
|
|
15
|
+
id: "mask0_24315_24292",
|
|
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_24292)", children: /* @__PURE__ */ C(
|
|
26
|
+
"path",
|
|
27
|
+
{
|
|
28
|
+
d: "M10.001 13C8.60544 13 7.42306 12.5157 6.45383 11.5472C5.48461 10.5786 5 9.39656 5 8.001C5 6.60544 5.48428 5.42306 6.45283 4.45383C7.42139 3.48461 8.60344 3 9.999 3C11.3946 3 12.5769 3.48428 13.5462 4.45283C14.5154 5.42139 15 6.60344 15 7.999C15 9.39456 14.5157 10.5769 13.5472 11.5462C12.5786 12.5154 11.3966 13 10.001 13ZM4.66667 12.8205C3.57433 12.5307 2.69017 11.9391 2.01417 11.0455C1.33806 10.1519 1 9.13678 1 8C1 6.86322 1.33806 5.84806 2.01417 4.9545C2.69017 4.06094 3.57433 3.46928 4.66667 3.1795V4.23333C3.86667 4.51111 3.22222 4.99444 2.73333 5.68333C2.24444 6.37222 2 7.14444 2 8C2 8.85556 2.24444 9.62778 2.73333 10.3167C3.22222 11.0056 3.86667 11.4889 4.66667 11.7667V12.8205ZM10 12C11.1111 12 12.0556 11.6111 12.8333 10.8333C13.6111 10.0556 14 9.11111 14 8C14 6.88889 13.6111 5.94444 12.8333 5.16667C12.0556 4.38889 11.1111 4 10 4C8.88889 4 7.94444 4.38889 7.16667 5.16667C6.38889 5.94444 6 6.88889 6 8C6 9.11111 6.38889 10.0556 7.16667 10.8333C7.94444 11.6111 8.88889 12 10 12Z",
|
|
29
|
+
fill: "currentColor"
|
|
30
|
+
}
|
|
31
|
+
) })
|
|
32
|
+
]
|
|
33
|
+
}
|
|
34
|
+
);
|
|
35
|
+
export {
|
|
36
|
+
i as StakeIcon
|
|
37
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsx as L } from "react/jsx-runtime";
|
|
2
|
+
const o = (r) => /* @__PURE__ */ L(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: "18",
|
|
6
|
+
height: "17",
|
|
7
|
+
viewBox: "0 0 18 17",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...r,
|
|
11
|
+
children: /* @__PURE__ */ L("path", { d: "M6.3763 13.0209L9.0013 11.4375L11.6263 13.0417L10.9388 10.0417L13.2513 8.04169L10.2096 7.77085L9.0013 4.93752L7.79297 7.75002L4.7513 8.02085L7.0638 10.0417L6.3763 13.0209ZM3.85547 16.5L5.20964 10.6459L0.667969 6.70835L6.66797 6.18752L9.0013 0.666687L11.3346 6.18752L17.3346 6.70835L12.793 10.6459L14.1471 16.5L9.0013 13.3959L3.85547 16.5Z" })
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
export {
|
|
15
|
+
o as StarIcon
|
|
16
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { jsx as L } from "react/jsx-runtime";
|
|
2
|
+
const r = (t) => /* @__PURE__ */ L(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "12",
|
|
7
|
+
height: "10",
|
|
8
|
+
viewBox: "0 0 12 10",
|
|
9
|
+
fill: "#817A90",
|
|
10
|
+
...t,
|
|
11
|
+
children: /* @__PURE__ */ L(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
d: "M3.1727 9.36931L0.458008 6.65462L3.1727 3.93994L3.78753 4.56367L2.13392 6.21712H6.38103V7.09212H2.13392L3.78753 8.74573L3.1727 9.36931ZM8.82665 6.05452L8.21182 5.43079L9.86542 3.77719H5.61832V2.90233H9.86542L8.21182 1.24873L8.82665 0.625L11.5413 3.33969L8.82665 6.05452Z"
|
|
15
|
+
}
|
|
16
|
+
)
|
|
17
|
+
}
|
|
18
|
+
);
|
|
19
|
+
export {
|
|
20
|
+
r as SwapHorizontalIcon
|
|
21
|
+
};
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { jsxs as l, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
const n = (s) => /* @__PURE__ */ l(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
version: "1.1",
|
|
6
|
+
id: "Layer_2",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
9
|
+
width: 16,
|
|
10
|
+
height: 16,
|
|
11
|
+
viewBox: "0 0 2988 2988",
|
|
12
|
+
style: { background: "new 0 0 2988 2988" },
|
|
13
|
+
xmlSpace: "preserve",
|
|
14
|
+
...s,
|
|
15
|
+
children: [
|
|
16
|
+
/* @__PURE__ */ e("style", { type: "text/css", children: `.st0{enable-background:new;}
|
|
17
|
+
.st1{fill:url(#SVGID_1_);}` }),
|
|
18
|
+
/* @__PURE__ */ e("ellipse", { className: "st0", cx: "1494.8", cy: "1494", rx: "1443.3", ry: "1442.6" }),
|
|
19
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ l(
|
|
20
|
+
"linearGradient",
|
|
21
|
+
{
|
|
22
|
+
id: "SVGID_1_",
|
|
23
|
+
gradientUnits: "userSpaceOnUse",
|
|
24
|
+
x1: "2551.4639",
|
|
25
|
+
y1: "437.3013",
|
|
26
|
+
x2: "438.0661",
|
|
27
|
+
y2: "2550.699",
|
|
28
|
+
children: [
|
|
29
|
+
/* @__PURE__ */ e("stop", { offset: "0", style: { stopColor: "#3EF8F3" } }),
|
|
30
|
+
/* @__PURE__ */ e("stop", { offset: "1", style: { stopColor: "#07AEFE" } })
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
) }),
|
|
34
|
+
/* @__PURE__ */ e(
|
|
35
|
+
"path",
|
|
36
|
+
{
|
|
37
|
+
className: "st1",
|
|
38
|
+
d: `M2872.1,912.5c-75.3-177.9-183.1-337.7-320.3-474.9c-26.2-26.2-53.2-51.3-81-75.3c-3.1-2.6-6.2-5.3-9.3-7.9
|
|
39
|
+
c-115.6-98.2-244.6-177.6-384.9-236.9C1892.3,39.5,1696.5,0,1494.7,0C1293,0,1097.2,39.5,912.9,117.4
|
|
40
|
+
c-178,75.3-337.9,182.9-475.1,320.1c-137.3,137.2-245,297-320.3,474.9C39.5,1096.7,0,1292.3,0,1494c0,201.7,39.5,397.3,117.5,581.5
|
|
41
|
+
c75.3,177.9,183.1,337.7,320.3,474.9c22.2,22.2,45.1,43.7,68.5,64.3c4.4,3.9,8.9,7.8,13.3,11.6c117.7,101.5,249.6,183.5,393.3,244.2
|
|
42
|
+
c184.3,77.9,380.1,117.4,581.8,117.4c201.8,0,397.5-39.5,581.8-117.4c178-75.2,337.9-182.9,475.1-320.1
|
|
43
|
+
c137.3-137.2,245-297,320.3-474.9c77.9-184.2,117.5-379.9,117.5-581.5C2989.5,1292.3,2950,1096.7,2872.1,912.5z M1494.7,2907.5
|
|
44
|
+
c-337.4,0-647.6-118.7-890.9-316.5l1481.5-623.5l-507.3-514.8l-0.2,0.2l-1-1L561.3,2555C266.7,2295.7,80.5,1916.2,80.5,1494
|
|
45
|
+
C80.5,714.6,714.9,80.5,1494.7,80.5c333.3,0,640,115.9,882,309.3L1069.2,937.9l507.6,513.9l0.2-0.2l1,1l841.1-1027.5
|
|
46
|
+
C2719,684.5,2909,1067.5,2909,1494C2909,2273.4,2274.6,2907.5,1494.7,2907.5z M762.5,2444.7l816.4-886.8l378.4,384L762.5,2444.7z
|
|
47
|
+
M2242.1,525.8l-669.4,817.7l-375.2-379.8L2242.1,525.8z`
|
|
48
|
+
}
|
|
49
|
+
)
|
|
50
|
+
]
|
|
51
|
+
}
|
|
52
|
+
);
|
|
53
|
+
export {
|
|
54
|
+
n as ThorswapIcon
|
|
55
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
const o = (r) => /* @__PURE__ */ C(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: "16",
|
|
6
|
+
height: "19",
|
|
7
|
+
viewBox: "0 0 16 19",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...r,
|
|
11
|
+
children: /* @__PURE__ */ C("path", { d: "M5.5 2.49998V0.833313H10.5V2.49998H5.5ZM7.16667 11.6666H8.83333V6.66665H7.16667V11.6666ZM8 18.3333C6.97222 18.3333 6.00347 18.1354 5.09375 17.7396C4.18403 17.3437 3.38889 16.8055 2.70833 16.125C2.02778 15.4444 1.48958 14.6493 1.09375 13.7396C0.697917 12.8298 0.5 11.8611 0.5 10.8333C0.5 9.80554 0.697917 8.83679 1.09375 7.92706C1.48958 7.01734 2.02778 6.2222 2.70833 5.54165C3.38889 4.86109 4.18403 4.3229 5.09375 3.92706C6.00347 3.53123 6.97222 3.33331 8 3.33331C8.86111 3.33331 9.6875 3.4722 10.4792 3.74998C11.2708 4.02776 12.0139 4.43054 12.7083 4.95831L13.875 3.79165L15.0417 4.95831L13.875 6.12498C14.4028 6.81942 14.8056 7.56248 15.0833 8.35415C15.3611 9.14581 15.5 9.9722 15.5 10.8333C15.5 11.8611 15.3021 12.8298 14.9062 13.7396C14.5104 14.6493 13.9722 15.4444 13.2917 16.125C12.6111 16.8055 11.816 17.3437 10.9062 17.7396C9.99653 18.1354 9.02778 18.3333 8 18.3333ZM8 16.6666C9.61111 16.6666 10.9861 16.0972 12.125 14.9583C13.2639 13.8194 13.8333 12.4444 13.8333 10.8333C13.8333 9.2222 13.2639 7.8472 12.125 6.70831C10.9861 5.56942 9.61111 4.99998 8 4.99998C6.38889 4.99998 5.01389 5.56942 3.875 6.70831C2.73611 7.8472 2.16667 9.2222 2.16667 10.8333C2.16667 12.4444 2.73611 13.8194 3.875 14.9583C5.01389 16.0972 6.38889 16.6666 8 16.6666Z" })
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
export {
|
|
15
|
+
o as TimerIcon
|
|
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
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "24",
|
|
7
|
+
height: "24",
|
|
8
|
+
viewBox: "0 0 24 24",
|
|
9
|
+
fill: "none",
|
|
10
|
+
...s,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ e(
|
|
13
|
+
"mask",
|
|
14
|
+
{
|
|
15
|
+
id: "mask0_14594_15093",
|
|
16
|
+
style: { maskType: "alpha" },
|
|
17
|
+
maskUnits: "userSpaceOnUse",
|
|
18
|
+
x: "0",
|
|
19
|
+
y: "0",
|
|
20
|
+
width: "24",
|
|
21
|
+
height: "24",
|
|
22
|
+
children: /* @__PURE__ */ e("rect", { width: "24", height: "24", fill: "#D9D9D9" })
|
|
23
|
+
}
|
|
24
|
+
),
|
|
25
|
+
/* @__PURE__ */ e("g", { mask: "url(#mask0_14594_15093)", children: /* @__PURE__ */ e(
|
|
26
|
+
"path",
|
|
27
|
+
{
|
|
28
|
+
d: "M5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5ZM5 19H19V5H5V19Z",
|
|
29
|
+
fill: "currentColor"
|
|
30
|
+
}
|
|
31
|
+
) })
|
|
32
|
+
]
|
|
33
|
+
}
|
|
34
|
+
);
|
|
35
|
+
export {
|
|
36
|
+
i as Unchecked
|
|
37
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { jsxs as e, jsx as C } from "react/jsx-runtime";
|
|
2
|
+
const t = (s) => /* @__PURE__ */ e("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...s, children: [
|
|
3
|
+
/* @__PURE__ */ C("mask", { id: "mask0_90_5776", style: { maskType: "alpha" }, maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "20", height: "20", children: /* @__PURE__ */ C("rect", { width: "20", height: "20", fill: "#D9D9D9" }) }),
|
|
4
|
+
/* @__PURE__ */ C("g", { mask: "url(#mask0_90_5776)", children: /* @__PURE__ */ C("path", { d: "M0 15V13.6875C0 13.0903 0.305556 12.6042 0.916667 12.2292C1.52778 11.8542 2.33333 11.6667 3.33333 11.6667C3.51389 11.6667 3.6875 11.6701 3.85417 11.6771C4.02083 11.684 4.18056 11.7014 4.33333 11.7292C4.13889 12.0208 3.99306 12.3264 3.89583 12.6458C3.79861 12.9653 3.75 13.2986 3.75 13.6458V15H0ZM5 15V13.6458C5 13.2014 5.12153 12.7951 5.36458 12.4271C5.60764 12.059 5.95139 11.7361 6.39583 11.4583C6.84028 11.1806 7.37153 10.9722 7.98958 10.8333C8.60764 10.6944 9.27778 10.625 10 10.625C10.7361 10.625 11.4132 10.6944 12.0312 10.8333C12.6493 10.9722 13.1806 11.1806 13.625 11.4583C14.0694 11.7361 14.4097 12.059 14.6458 12.4271C14.8819 12.7951 15 13.2014 15 13.6458V15H5ZM16.25 15V13.6458C16.25 13.2847 16.2049 12.9444 16.1146 12.625C16.0243 12.3056 15.8889 12.0069 15.7083 11.7292C15.8611 11.7014 16.0174 11.684 16.1771 11.6771C16.3368 11.6701 16.5 11.6667 16.6667 11.6667C17.6667 11.6667 18.4722 11.8507 19.0833 12.2188C19.6944 12.5868 20 13.0764 20 13.6875V15H16.25ZM6.77083 13.3333H13.25C13.1111 13.0556 12.7257 12.8125 12.0938 12.6042C11.4618 12.3958 10.7639 12.2917 10 12.2917C9.23611 12.2917 8.53819 12.3958 7.90625 12.6042C7.27431 12.8125 6.89583 13.0556 6.77083 13.3333ZM3.33333 10.8333C2.875 10.8333 2.48264 10.6701 2.15625 10.3438C1.82986 10.0174 1.66667 9.625 1.66667 9.16667C1.66667 8.69444 1.82986 8.29861 2.15625 7.97917C2.48264 7.65972 2.875 7.5 3.33333 7.5C3.80556 7.5 4.20139 7.65972 4.52083 7.97917C4.84028 8.29861 5 8.69444 5 9.16667C5 9.625 4.84028 10.0174 4.52083 10.3438C4.20139 10.6701 3.80556 10.8333 3.33333 10.8333ZM16.6667 10.8333C16.2083 10.8333 15.816 10.6701 15.4896 10.3438C15.1632 10.0174 15 9.625 15 9.16667C15 8.69444 15.1632 8.29861 15.4896 7.97917C15.816 7.65972 16.2083 7.5 16.6667 7.5C17.1389 7.5 17.5347 7.65972 17.8542 7.97917C18.1736 8.29861 18.3333 8.69444 18.3333 9.16667C18.3333 9.625 18.1736 10.0174 17.8542 10.3438C17.5347 10.6701 17.1389 10.8333 16.6667 10.8333ZM10 10C9.30556 10 8.71528 9.75694 8.22917 9.27083C7.74306 8.78472 7.5 8.19444 7.5 7.5C7.5 6.79167 7.74306 6.19792 8.22917 5.71875C8.71528 5.23958 9.30556 5 10 5C10.7083 5 11.3021 5.23958 11.7812 5.71875C12.2604 6.19792 12.5 6.79167 12.5 7.5C12.5 8.19444 12.2604 8.78472 11.7812 9.27083C11.3021 9.75694 10.7083 10 10 10ZM10 8.33333C10.2361 8.33333 10.434 8.25347 10.5938 8.09375C10.7535 7.93403 10.8333 7.73611 10.8333 7.5C10.8333 7.26389 10.7535 7.06597 10.5938 6.90625C10.434 6.74653 10.2361 6.66667 10 6.66667C9.76389 6.66667 9.56597 6.74653 9.40625 6.90625C9.24653 7.06597 9.16667 7.26389 9.16667 7.5C9.16667 7.73611 9.24653 7.93403 9.40625 8.09375C9.56597 8.25347 9.76389 8.33333 10 8.33333Z", fill: "currentColor" }) })
|
|
5
|
+
] });
|
|
6
|
+
export {
|
|
7
|
+
t as UserGroupsIcon
|
|
8
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
const H = (t) => /* @__PURE__ */ C(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: "17",
|
|
6
|
+
height: "16",
|
|
7
|
+
viewBox: "0 0 17 16",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...t,
|
|
11
|
+
children: /* @__PURE__ */ C("path", { d: "M2.16667 15.5C1.70833 15.5 1.31597 15.3368 0.989583 15.0104C0.663194 14.684 0.5 14.2917 0.5 13.8333V2.16667C0.5 1.70833 0.663194 1.31597 0.989583 0.989583C1.31597 0.663194 1.70833 0.5 2.16667 0.5H13.8333C14.2917 0.5 14.684 0.663194 15.0104 0.989583C15.3368 1.31597 15.5 1.70833 15.5 2.16667V4.25H13.8333V2.16667H2.16667V13.8333H13.8333V11.75H15.5V13.8333C15.5 14.2917 15.3368 14.684 15.0104 15.0104C14.684 15.3368 14.2917 15.5 13.8333 15.5H2.16667ZM8.83333 12.1667C8.375 12.1667 7.98264 12.0035 7.65625 11.6771C7.32986 11.3507 7.16667 10.9583 7.16667 10.5V5.5C7.16667 5.04167 7.32986 4.64931 7.65625 4.32292C7.98264 3.99653 8.375 3.83333 8.83333 3.83333H14.6667C15.125 3.83333 15.5174 3.99653 15.8438 4.32292C16.1701 4.64931 16.3333 5.04167 16.3333 5.5V10.5C16.3333 10.9583 16.1701 11.3507 15.8438 11.6771C15.5174 12.0035 15.125 12.1667 14.6667 12.1667H8.83333ZM14.6667 10.5V5.5H8.83333V10.5H14.6667ZM11.3333 9.25C11.6806 9.25 11.9757 9.12847 12.2188 8.88542C12.4618 8.64236 12.5833 8.34722 12.5833 8C12.5833 7.65278 12.4618 7.35764 12.2188 7.11458C11.9757 6.87153 11.6806 6.75 11.3333 6.75C10.9861 6.75 10.691 6.87153 10.4479 7.11458C10.2049 7.35764 10.0833 7.65278 10.0833 8C10.0833 8.34722 10.2049 8.64236 10.4479 8.88542C10.691 9.12847 10.9861 9.25 11.3333 9.25Z" })
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
export {
|
|
15
|
+
H as WalletIcon
|
|
16
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
const e = (t) => /* @__PURE__ */ C(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: "19",
|
|
6
|
+
height: "18",
|
|
7
|
+
viewBox: "0 0 19 18",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...t,
|
|
11
|
+
children: /* @__PURE__ */ C(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
d: "M2 18C1.45 18 0.979167 17.8042 0.5875 17.4125C0.195833 17.0208 0 16.55 0 16V2C0 1.45 0.195833 0.979167 0.5875 0.5875C0.979167 0.195833 1.45 0 2 0H16C16.55 0 17.0208 0.195833 17.4125 0.5875C17.8042 0.979167 18 1.45 18 2H10C8.81667 2 7.85417 2.37083 7.1125 3.1125C6.37083 3.85417 6 4.81667 6 6V12C6 13.1833 6.37083 14.1458 7.1125 14.8875C7.85417 15.6292 8.81667 16 10 16H18C18 16.55 17.8042 17.0208 17.4125 17.4125C17.0208 17.8042 16.55 18 16 18H2ZM10 14C9.45 14 8.97917 13.8042 8.5875 13.4125C8.19583 13.0208 8 12.55 8 12V6C8 5.45 8.19583 4.97917 8.5875 4.5875C8.97917 4.19583 9.45 4 10 4H17C17.55 4 18.0208 4.19583 18.4125 4.5875C18.8042 4.97917 19 5.45 19 6V12C19 12.55 18.8042 13.0208 18.4125 13.4125C18.0208 13.8042 17.55 14 17 14H10ZM13 10.5C13.4333 10.5 13.7917 10.3583 14.075 10.075C14.3583 9.79167 14.5 9.43333 14.5 9C14.5 8.56667 14.3583 8.20833 14.075 7.925C13.7917 7.64167 13.4333 7.5 13 7.5C12.5667 7.5 12.2083 7.64167 11.925 7.925C11.6417 8.20833 11.5 8.56667 11.5 9C11.5 9.43333 11.6417 9.79167 11.925 10.075C12.2083 10.3583 12.5667 10.5 13 10.5Z",
|
|
15
|
+
fill: "#E36492"
|
|
16
|
+
}
|
|
17
|
+
)
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
export {
|
|
21
|
+
e as WalletIconRose
|
|
22
|
+
};
|