@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,22 @@
|
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
const V = (t) => /* @__PURE__ */ C(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: "10",
|
|
6
|
+
height: "10",
|
|
7
|
+
viewBox: "0 0 10 10",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...t,
|
|
11
|
+
children: /* @__PURE__ */ C(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
d: "M0.625 9.95829V1.09615C0.625 0.801466 0.727083 0.552043 0.93125 0.347876C1.13542 0.143709 1.38484 0.041626 1.67952 0.041626H4.82048C5.11516 0.041626 5.36458 0.143709 5.56875 0.347876C5.77292 0.552043 5.875 0.801466 5.875 1.09615V4.88781H6.43588C6.72589 4.88781 6.97415 4.99106 7.18065 5.19756C7.38715 5.40406 7.4904 5.65227 7.4904 5.94219V8.58965C7.4904 8.77738 7.55563 8.93649 7.6861 9.06696C7.81658 9.19753 7.97568 9.26281 8.16342 9.26281C8.35115 9.26281 8.51026 9.19753 8.64073 9.06696C8.7713 8.93649 8.83658 8.77738 8.83658 8.58965V4.50194C8.74908 4.55424 8.65672 4.59051 8.5595 4.61073C8.46228 4.63086 8.36019 4.64092 8.25325 4.64092C7.89518 4.64092 7.59248 4.5173 7.34515 4.27006C7.09791 4.02283 6.97429 3.72017 6.97429 3.36211C6.97429 3.07345 7.05659 2.8164 7.22119 2.59094C7.38569 2.36548 7.60332 2.2142 7.87408 2.13711L6.55925 0.822417L7.04838 0.333293L9.1281 2.37729C9.25906 2.50815 9.3591 2.65977 9.42823 2.83215C9.49745 3.00452 9.53206 3.18117 9.53206 3.36211V8.58965C9.53206 8.9729 9.39984 9.29679 9.1354 9.56133C8.87105 9.82597 8.54744 9.95829 8.16458 9.95829C7.78162 9.95829 7.45758 9.82597 7.19246 9.56133C6.92743 9.29679 6.79492 8.9729 6.79492 8.58965V5.76281C6.79492 5.71041 6.77805 5.66739 6.74431 5.63375C6.71067 5.60011 6.6677 5.58329 6.6154 5.58329H5.875V9.95829H0.625ZM1.5 3.97913H5V1.09615C5 1.05123 4.98128 1.0101 4.94385 0.972771C4.90652 0.935341 4.8654 0.916626 4.82048 0.916626H1.67952C1.6346 0.916626 1.59348 0.935341 1.55615 0.972771C1.51872 1.0101 1.5 1.05123 1.5 1.09615V3.97913ZM8.25325 3.94544C8.41853 3.94544 8.55707 3.88954 8.66887 3.77773C8.78068 3.66592 8.83658 3.52738 8.83658 3.36211C8.83658 3.19683 8.78068 3.05829 8.66887 2.94648C8.55707 2.83467 8.41853 2.77877 8.25325 2.77877C8.08797 2.77877 7.94943 2.83467 7.83763 2.94648C7.72582 3.05829 7.66992 3.19683 7.66992 3.36211C7.66992 3.52738 7.72582 3.66592 7.83763 3.77773C7.94943 3.88954 8.08797 3.94544 8.25325 3.94544ZM1.5 9.08329H5V4.85413H1.5V9.08329Z",
|
|
15
|
+
fill: "currentColor"
|
|
16
|
+
}
|
|
17
|
+
)
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
export {
|
|
21
|
+
V as GasStationIcon
|
|
22
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { jsxs as s, jsx as C } from "react/jsx-runtime";
|
|
2
|
+
const e = (i) => /* @__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
|
+
...i,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ C(
|
|
13
|
+
"mask",
|
|
14
|
+
{
|
|
15
|
+
id: "mask0_29218_23042",
|
|
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_29218_23042)", children: /* @__PURE__ */ C(
|
|
26
|
+
"path",
|
|
27
|
+
{
|
|
28
|
+
d: "M2.74302 14.3332V7.0767H1.66602V3.60253H5.11352C5.01952 3.49397 4.95563 3.3717 4.92185 3.2357C4.88807 3.09981 4.87118 2.95708 4.87118 2.80753C4.87118 2.30897 5.04568 1.88519 5.39468 1.53619C5.74368 1.18719 6.16746 1.0127 6.66602 1.0127C6.92157 1.0127 7.15835 1.06631 7.37635 1.17353C7.59424 1.28086 7.78907 1.42425 7.96085 1.60369C8.13263 1.41736 8.32752 1.27231 8.54552 1.16853C8.76341 1.06464 9.00013 1.0127 9.25568 1.0127C9.75435 1.0127 10.1782 1.18719 10.5272 1.53619C10.8762 1.88519 11.0507 2.30897 11.0507 2.80753C11.0507 2.95542 11.0321 3.09603 10.9948 3.22936C10.9576 3.3627 10.8955 3.48708 10.8083 3.60253H14.3327V7.0767H13.2557V14.3332H2.74302ZM9.25568 2.0127C9.03046 2.0127 8.84168 2.08886 8.68935 2.24119C8.53702 2.39353 8.46085 2.58231 8.46085 2.80753C8.46085 3.03275 8.53702 3.22153 8.68935 3.37386C8.84168 3.52631 9.03046 3.60253 9.25568 3.60253C9.48091 3.60253 9.66974 3.52631 9.82218 3.37386C9.97452 3.22153 10.0507 3.03275 10.0507 2.80753C10.0507 2.58231 9.97452 2.39353 9.82218 2.24119C9.66974 2.08886 9.48091 2.0127 9.25568 2.0127ZM5.87118 2.80753C5.87118 3.03275 5.94735 3.22153 6.09968 3.37386C6.25202 3.52631 6.44079 3.60253 6.66602 3.60253C6.89124 3.60253 7.08002 3.52631 7.23235 3.37386C7.38468 3.22153 7.46085 3.03275 7.46085 2.80753C7.46085 2.58231 7.38468 2.39353 7.23235 2.24119C7.08002 2.08886 6.89124 2.0127 6.66602 2.0127C6.44079 2.0127 6.25202 2.08886 6.09968 2.24119C5.94735 2.39353 5.87118 2.58231 5.87118 2.80753ZM2.66602 4.60236V6.07686H7.49935V4.60236H2.66602ZM7.49935 13.3332V7.0767H3.74285V13.3332H7.49935ZM8.49935 13.3332H12.2558V7.0767H8.49935V13.3332ZM13.3327 6.07686V4.60236H8.49935V6.07686H13.3327Z",
|
|
29
|
+
fill: "#FC79C1"
|
|
30
|
+
}
|
|
31
|
+
) })
|
|
32
|
+
]
|
|
33
|
+
}
|
|
34
|
+
);
|
|
35
|
+
export {
|
|
36
|
+
e as GiftBoxIcon
|
|
37
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
const r = (H) => /* @__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
|
+
...H,
|
|
11
|
+
children: /* @__PURE__ */ C("path", { d: "M8 16C6.90278 16 5.86806 15.7917 4.89583 15.375C3.92361 14.9583 3.07292 14.3854 2.34375 13.6562C1.61458 12.9271 1.04167 12.0764 0.625 11.1042C0.208333 10.1319 0 9.09722 0 8C0 6.88889 0.208333 5.85069 0.625 4.88542C1.04167 3.92014 1.61458 3.07292 2.34375 2.34375C3.07292 1.61458 3.92361 1.04167 4.89583 0.625C5.86806 0.208333 6.90278 0 8 0C9.11111 0 10.1493 0.208333 11.1146 0.625C12.0799 1.04167 12.9271 1.61458 13.6562 2.34375C14.3854 3.07292 14.9583 3.92014 15.375 4.88542C15.7917 5.85069 16 6.88889 16 8C16 9.09722 15.7917 10.1319 15.375 11.1042C14.9583 12.0764 14.3854 12.9271 13.6562 13.6562C12.9271 14.3854 12.0799 14.9583 11.1146 15.375C10.1493 15.7917 9.11111 16 8 16ZM8 14.4375C8.23611 14.2014 8.47222 13.7604 8.70833 13.1146C8.94444 12.4688 9.125 11.7639 9.25 11H6.75C6.875 11.7639 7.05556 12.4688 7.29167 13.1146C7.52778 13.7604 7.76389 14.2014 8 14.4375ZM6.10417 14.2292C5.90972 13.8125 5.73958 13.3333 5.59375 12.7917C5.44792 12.25 5.32639 11.6528 5.22917 11H2.25C2.65278 11.7917 3.1875 12.4688 3.85417 13.0312C4.52083 13.5938 5.27083 13.9931 6.10417 14.2292ZM9.89583 14.2292C10.7292 13.9931 11.4792 13.5938 12.1458 13.0312C12.8125 12.4688 13.3472 11.7917 13.75 11H10.7708C10.6736 11.6528 10.5521 12.25 10.4062 12.7917C10.2604 13.3333 10.0903 13.8125 9.89583 14.2292ZM1.6875 9.5H5.04167C5.01389 9.23611 4.99653 8.97569 4.98958 8.71875C4.98264 8.46181 4.97917 8.20833 4.97917 7.95833C4.97917 7.70833 4.98264 7.46181 4.98958 7.21875C4.99653 6.97569 5.01389 6.73611 5.04167 6.5H1.6875C1.61806 6.76389 1.56944 7.01736 1.54167 7.26042C1.51389 7.50347 1.5 7.75 1.5 8C1.5 8.25 1.51389 8.49653 1.54167 8.73958C1.56944 8.98264 1.61806 9.23611 1.6875 9.5ZM6.5625 9.5H9.4375C9.46528 9.22222 9.48264 8.96181 9.48958 8.71875C9.49653 8.47569 9.5 8.23611 9.5 8C9.5 7.76389 9.49653 7.52083 9.48958 7.27083C9.48264 7.02083 9.46528 6.76389 9.4375 6.5H6.5625C6.53472 6.76389 6.51736 7.02083 6.51042 7.27083C6.50347 7.52083 6.5 7.76389 6.5 8C6.5 8.23611 6.50347 8.47917 6.51042 8.72917C6.51736 8.97917 6.53472 9.23611 6.5625 9.5ZM10.9583 9.5H14.3125C14.3819 9.23611 14.4306 8.98264 14.4583 8.73958C14.4861 8.49653 14.5 8.25 14.5 8C14.5 7.75 14.4861 7.5 14.4583 7.25C14.4306 7 14.3819 6.75 14.3125 6.5H10.9583C10.9861 6.76389 11.0035 7.02431 11.0104 7.28125C11.0174 7.53819 11.0208 7.79167 11.0208 8.04167C11.0208 8.29167 11.0174 8.53819 11.0104 8.78125C11.0035 9.02431 10.9861 9.26389 10.9583 9.5ZM10.7708 5H13.75C13.3472 4.20833 12.8125 3.53125 12.1458 2.96875C11.4792 2.40625 10.7292 2.00694 9.89583 1.77083C10.0903 2.1875 10.2604 2.66667 10.4062 3.20833C10.5521 3.75 10.6736 4.34722 10.7708 5ZM6.75 5H9.25C9.125 4.23611 8.94444 3.53125 8.70833 2.88542C8.47222 2.23958 8.23611 1.79861 8 1.5625C7.76389 1.79861 7.52778 2.23958 7.29167 2.88542C7.05556 3.53125 6.875 4.23611 6.75 5ZM2.25 5H5.22917C5.32639 4.34722 5.44792 3.75 5.59375 3.20833C5.73958 2.66667 5.90972 2.1875 6.10417 1.77083C5.27083 2.00694 4.52083 2.40625 3.85417 2.96875C3.1875 3.53125 2.65278 4.20833 2.25 5Z" })
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
export {
|
|
15
|
+
r as GlobeIcon
|
|
16
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { jsxs as t, jsx as i } from "react/jsx-runtime";
|
|
2
|
+
const h = (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__ */ i(
|
|
13
|
+
"mask",
|
|
14
|
+
{
|
|
15
|
+
id: "mask0_29218_23055",
|
|
16
|
+
style: { maskType: "alpha" },
|
|
17
|
+
maskUnits: "userSpaceOnUse",
|
|
18
|
+
x: "0",
|
|
19
|
+
y: "0",
|
|
20
|
+
width: "16",
|
|
21
|
+
height: "16",
|
|
22
|
+
children: /* @__PURE__ */ i("rect", { width: "16", height: "16", fill: "#D9D9D9" })
|
|
23
|
+
}
|
|
24
|
+
),
|
|
25
|
+
/* @__PURE__ */ i("g", { mask: "url(#mask0_29218_23055)", children: /* @__PURE__ */ i(
|
|
26
|
+
"path",
|
|
27
|
+
{
|
|
28
|
+
d: "M4.76852 12.9935L1.66602 9.891L4.76852 6.7885L5.47118 7.50133L3.58135 9.391H8.43518V10.391H3.58135L5.47118 12.2808L4.76852 12.9935ZM11.2302 9.20517L10.5275 8.49233L12.4173 6.6025H7.56352V5.60267H12.4173L10.5275 3.71283L11.2302 3L14.3327 6.1025L11.2302 9.20517Z",
|
|
29
|
+
fill: "#FC79C1"
|
|
30
|
+
}
|
|
31
|
+
) })
|
|
32
|
+
]
|
|
33
|
+
}
|
|
34
|
+
);
|
|
35
|
+
export {
|
|
36
|
+
h as HorizontalSwap
|
|
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: "12",
|
|
6
|
+
height: "12",
|
|
7
|
+
viewBox: "0 0 12 12",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...r,
|
|
11
|
+
children: /* @__PURE__ */ C("path", { d: "M3 12C2.58333 12 2.22917 11.8478 1.9375 11.5435C1.64583 11.2391 1.5 10.8696 1.5 10.4348C1.5 10 1.64583 9.63043 1.9375 9.32609C2.22917 9.02174 2.58333 8.86957 3 8.86957C3.11667 8.86957 3.225 8.88261 3.325 8.9087C3.425 8.93478 3.52083 8.96956 3.6125 9.01304L4.325 8.08696C4.09167 7.81739 3.92917 7.51304 3.8375 7.17391C3.74583 6.83478 3.725 6.49565 3.775 6.15652L2.7625 5.80435C2.62083 6.02174 2.44167 6.19565 2.225 6.32609C2.00833 6.45652 1.76667 6.52174 1.5 6.52174C1.08333 6.52174 0.729167 6.36957 0.4375 6.06522C0.145833 5.76087 0 5.3913 0 4.95652C0 4.52174 0.145833 4.15217 0.4375 3.84783C0.729167 3.54348 1.08333 3.3913 1.5 3.3913C1.91667 3.3913 2.27083 3.54348 2.5625 3.84783C2.85417 4.15217 3 4.52174 3 4.95652V5.06087L4.0125 5.42609C4.17917 5.11304 4.40208 4.84783 4.68125 4.63043C4.96042 4.41304 5.275 4.27391 5.625 4.21304V3.07826C5.3 2.98261 5.03125 2.79783 4.81875 2.52391C4.60625 2.25 4.5 1.93043 4.5 1.56522C4.5 1.13043 4.64583 0.76087 4.9375 0.456522C5.22917 0.152174 5.58333 0 6 0C6.41667 0 6.77083 0.152174 7.0625 0.456522C7.35417 0.76087 7.5 1.13043 7.5 1.56522C7.5 1.93043 7.39167 2.25 7.175 2.52391C6.95833 2.79783 6.69167 2.98261 6.375 3.07826V4.21304C6.725 4.27391 7.03958 4.41304 7.31875 4.63043C7.59792 4.84783 7.82083 5.11304 7.9875 5.42609L9 5.06087V4.95652C9 4.52174 9.14583 4.15217 9.4375 3.84783C9.72917 3.54348 10.0833 3.3913 10.5 3.3913C10.9167 3.3913 11.2708 3.54348 11.5625 3.84783C11.8542 4.15217 12 4.52174 12 4.95652C12 5.3913 11.8542 5.76087 11.5625 6.06522C11.2708 6.36957 10.9167 6.52174 10.5 6.52174C10.2333 6.52174 9.98958 6.45652 9.76875 6.32609C9.54792 6.19565 9.37083 6.02174 9.2375 5.80435L8.225 6.15652C8.275 6.49565 8.25417 6.83261 8.1625 7.16739C8.07083 7.50217 7.90833 7.8087 7.675 8.08696L8.3875 9C8.47917 8.95652 8.575 8.92391 8.675 8.90217C8.775 8.88043 8.88333 8.86957 9 8.86957C9.41667 8.86957 9.77083 9.02174 10.0625 9.32609C10.3542 9.63043 10.5 10 10.5 10.4348C10.5 10.8696 10.3542 11.2391 10.0625 11.5435C9.77083 11.8478 9.41667 12 9 12C8.58333 12 8.22917 11.8478 7.9375 11.5435C7.64583 11.2391 7.5 10.8696 7.5 10.4348C7.5 10.2609 7.52708 10.0935 7.58125 9.93261C7.63542 9.77174 7.70833 9.62609 7.8 9.49565L7.0875 8.56957C6.74583 8.76957 6.38125 8.86957 5.99375 8.86957C5.60625 8.86957 5.24167 8.76957 4.9 8.56957L4.2 9.49565C4.29167 9.62609 4.36458 9.77174 4.41875 9.93261C4.47292 10.0935 4.5 10.2609 4.5 10.4348C4.5 10.8696 4.35417 11.2391 4.0625 11.5435C3.77083 11.8478 3.41667 12 3 12ZM1.5 5.47826C1.64167 5.47826 1.76042 5.42826 1.85625 5.32826C1.95208 5.22826 2 5.10435 2 4.95652C2 4.8087 1.95208 4.68478 1.85625 4.58478C1.76042 4.48478 1.64167 4.43478 1.5 4.43478C1.35833 4.43478 1.23958 4.48478 1.14375 4.58478C1.04792 4.68478 1 4.8087 1 4.95652C1 5.10435 1.04792 5.22826 1.14375 5.32826C1.23958 5.42826 1.35833 5.47826 1.5 5.47826ZM3 10.9565C3.14167 10.9565 3.26042 10.9065 3.35625 10.8065C3.45208 10.7065 3.5 10.5826 3.5 10.4348C3.5 10.287 3.45208 10.163 3.35625 10.063C3.26042 9.96304 3.14167 9.91304 3 9.91304C2.85833 9.91304 2.73958 9.96304 2.64375 10.063C2.54792 10.163 2.5 10.287 2.5 10.4348C2.5 10.5826 2.54792 10.7065 2.64375 10.8065C2.73958 10.9065 2.85833 10.9565 3 10.9565ZM6 2.08696C6.14167 2.08696 6.26042 2.03696 6.35625 1.93696C6.45208 1.83696 6.5 1.71304 6.5 1.56522C6.5 1.41739 6.45208 1.29348 6.35625 1.19348C6.26042 1.09348 6.14167 1.04348 6 1.04348C5.85833 1.04348 5.73958 1.09348 5.64375 1.19348C5.54792 1.29348 5.5 1.41739 5.5 1.56522C5.5 1.71304 5.54792 1.83696 5.64375 1.93696C5.73958 2.03696 5.85833 2.08696 6 2.08696ZM6 7.82609C6.35 7.82609 6.64583 7.7 6.8875 7.44783C7.12917 7.19565 7.25 6.88696 7.25 6.52174C7.25 6.15652 7.12917 5.84783 6.8875 5.59565C6.64583 5.34348 6.35 5.21739 6 5.21739C5.65 5.21739 5.35417 5.34348 5.1125 5.59565C4.87083 5.84783 4.75 6.15652 4.75 6.52174C4.75 6.88696 4.87083 7.19565 5.1125 7.44783C5.35417 7.7 5.65 7.82609 6 7.82609ZM9 10.9565C9.14167 10.9565 9.26042 10.9065 9.35625 10.8065C9.45208 10.7065 9.5 10.5826 9.5 10.4348C9.5 10.287 9.45208 10.163 9.35625 10.063C9.26042 9.96304 9.14167 9.91304 9 9.91304C8.85833 9.91304 8.73958 9.96304 8.64375 10.063C8.54792 10.163 8.5 10.287 8.5 10.4348C8.5 10.5826 8.54792 10.7065 8.64375 10.8065C8.73958 10.9065 8.85833 10.9565 9 10.9565ZM10.5 5.47826C10.6417 5.47826 10.7604 5.42826 10.8562 5.32826C10.9521 5.22826 11 5.10435 11 4.95652C11 4.8087 10.9521 4.68478 10.8562 4.58478C10.7604 4.48478 10.6417 4.43478 10.5 4.43478C10.3583 4.43478 10.2396 4.48478 10.1437 4.58478C10.0479 4.68478 10 4.8087 10 4.95652C10 5.10435 10.0479 5.22826 10.1437 5.32826C10.2396 5.42826 10.3583 5.47826 10.5 5.47826Z" })
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
export {
|
|
15
|
+
o as HubIcon
|
|
16
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
const o = (t) => /* @__PURE__ */ C(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: "28",
|
|
6
|
+
height: "28",
|
|
7
|
+
viewBox: "0 0 28 28",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...t,
|
|
11
|
+
children: /* @__PURE__ */ C(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
d: "M6.41599 20.1249C4.70841 20.1249 3.26069 19.5311 2.07281 18.3434C0.884946 17.1558 0.291016 15.7083 0.291016 14.001C0.291016 12.2937 0.884946 10.8459 2.07281 9.65752C3.26069 8.46918 4.70841 7.875 6.41599 7.875C7.0959 7.875 7.74825 7.99578 8.37304 8.23734C8.99781 8.4789 9.56147 8.82179 10.064 9.26602L12.2942 11.2314L10.9705 12.4025L8.89294 10.5673C8.5519 10.2741 8.16824 10.0438 7.74196 9.87624C7.31568 9.70871 6.87342 9.62494 6.41517 9.62494C5.20705 9.62494 4.17599 10.0522 3.32199 10.9067C2.46799 11.7613 2.04099 12.7929 2.04099 14.0018C2.04099 15.2106 2.46799 16.2417 3.32199 17.095C4.17599 17.9483 5.20705 18.375 6.41517 18.375C6.87342 18.375 7.31568 18.2912 7.74196 18.1237C8.16824 17.9562 8.5519 17.7258 8.89294 17.4327L17.9346 9.26602C18.4297 8.8143 18.9908 8.46953 19.618 8.23171C20.2452 7.9939 20.9001 7.875 21.5827 7.875C23.2902 7.875 24.738 8.46883 25.9258 9.6565C27.1137 10.8442 27.7076 12.2917 27.7076 13.999C27.7076 15.7063 27.1137 17.1541 25.9258 18.3424C24.738 19.5308 23.2902 20.1249 21.5827 20.1249C20.9006 20.1249 20.2496 20.0023 19.6296 19.757C19.0096 19.5117 18.4446 19.1707 17.9346 18.7339L15.7269 16.7685L17.0281 15.5862L19.1057 17.4327C19.4467 17.7348 19.8304 17.9674 20.2567 18.1304C20.683 18.2935 21.1252 18.375 21.5835 18.375C22.7916 18.375 23.8227 17.9477 24.6767 17.0932C25.5307 16.2387 25.9577 15.207 25.9577 13.9982C25.9577 12.7893 25.5307 11.7582 24.6767 10.9049C23.8227 10.0516 22.7916 9.62494 21.5835 9.62494C21.1252 9.62494 20.683 9.70871 20.2567 9.87624C19.8304 10.0438 19.4467 10.2741 19.1057 10.5673L10.064 18.7339C9.56896 19.1856 9.00782 19.5304 8.38062 19.7682C7.7534 20.006 7.09852 20.1249 6.41599 20.1249Z",
|
|
15
|
+
fill: "currentColor"
|
|
16
|
+
}
|
|
17
|
+
)
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
export {
|
|
21
|
+
o as InfinityIcon
|
|
22
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
const t = (o) => /* @__PURE__ */ C(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: "18",
|
|
6
|
+
height: "18",
|
|
7
|
+
viewBox: "0 0 18 18",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...o,
|
|
11
|
+
children: /* @__PURE__ */ C("path", { d: "M8.16797 13.1667H9.83463V8.16669H8.16797V13.1667ZM9.0013 6.50002C9.23741 6.50002 9.43533 6.42016 9.59505 6.26044C9.75477 6.10071 9.83463 5.9028 9.83463 5.66669C9.83463 5.43058 9.75477 5.23266 9.59505 5.07294C9.43533 4.91321 9.23741 4.83335 9.0013 4.83335C8.76519 4.83335 8.56727 4.91321 8.40755 5.07294C8.24783 5.23266 8.16797 5.43058 8.16797 5.66669C8.16797 5.9028 8.24783 6.10071 8.40755 6.26044C8.56727 6.42016 8.76519 6.50002 9.0013 6.50002ZM9.0013 17.3334C7.84852 17.3334 6.76519 17.1146 5.7513 16.6771C4.73741 16.2396 3.85547 15.6459 3.10547 14.8959C2.35547 14.1459 1.76172 13.2639 1.32422 12.25C0.886719 11.2361 0.667969 10.1528 0.667969 9.00002C0.667969 7.84724 0.886719 6.76391 1.32422 5.75002C1.76172 4.73613 2.35547 3.85419 3.10547 3.10419C3.85547 2.35419 4.73741 1.76044 5.7513 1.32294C6.76519 0.885437 7.84852 0.666687 9.0013 0.666687C10.1541 0.666687 11.2374 0.885437 12.2513 1.32294C13.2652 1.76044 14.1471 2.35419 14.8971 3.10419C15.6471 3.85419 16.2409 4.73613 16.6784 5.75002C17.1159 6.76391 17.3346 7.84724 17.3346 9.00002C17.3346 10.1528 17.1159 11.2361 16.6784 12.25C16.2409 13.2639 15.6471 14.1459 14.8971 14.8959C14.1471 15.6459 13.2652 16.2396 12.2513 16.6771C11.2374 17.1146 10.1541 17.3334 9.0013 17.3334ZM9.0013 15.6667C10.8624 15.6667 12.4388 15.0209 13.7305 13.7292C15.0221 12.4375 15.668 10.8611 15.668 9.00002C15.668 7.13891 15.0221 5.56252 13.7305 4.27085C12.4388 2.97919 10.8624 2.33335 9.0013 2.33335C7.14019 2.33335 5.5638 2.97919 4.27214 4.27085C2.98047 5.56252 2.33464 7.13891 2.33464 9.00002C2.33464 10.8611 2.98047 12.4375 4.27214 13.7292C5.5638 15.0209 7.14019 15.6667 9.0013 15.6667Z" })
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
export {
|
|
15
|
+
t as InfoIcon
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
const e = (r) => /* @__PURE__ */ o(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: "10",
|
|
6
|
+
height: "7",
|
|
7
|
+
viewBox: "0 0 10 7",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...r,
|
|
11
|
+
children: /* @__PURE__ */ o("path", { d: "M5 6.83335L0 1.83335L1.16667 0.666687L5 4.50002L8.83333 0.666687L10 1.83335L5 6.83335Z" })
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
export {
|
|
15
|
+
e as KeyboardDownIcon
|
|
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: "7",
|
|
6
|
+
height: "10",
|
|
7
|
+
viewBox: "0 0 7 10",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...t,
|
|
11
|
+
children: /* @__PURE__ */ r("path", { d: "M5.66797 10L0.667969 5L5.66797 0L6.83464 1.16667L3.0013 5L6.83464 8.83333L5.66797 10Z" })
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
export {
|
|
15
|
+
e as KeyboardLeftIcon
|
|
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: "7",
|
|
6
|
+
height: "10",
|
|
7
|
+
viewBox: "0 0 7 10",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...t,
|
|
11
|
+
children: /* @__PURE__ */ r("path", { d: "M4.5013 5L0.667969 1.16667L1.83464 0L6.83464 5L1.83464 10L0.667969 8.83333L4.5013 5Z" })
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
export {
|
|
15
|
+
e as KeyboardRightIcon
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
const e = (o) => /* @__PURE__ */ r(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: "10",
|
|
6
|
+
height: "7",
|
|
7
|
+
viewBox: "0 0 10 7",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...o,
|
|
11
|
+
children: /* @__PURE__ */ r("path", { d: "M5 3.00002L1.16667 6.83335L0 5.66669L5 0.666687L10 5.66669L8.83333 6.83335L5 3.00002Z" })
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
export {
|
|
15
|
+
e as KeyboardUpIcon
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
const H = (r) => /* @__PURE__ */ C(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: "18",
|
|
6
|
+
height: "10",
|
|
7
|
+
viewBox: "0 0 18 10",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...r,
|
|
11
|
+
children: /* @__PURE__ */ C("path", { d: "M8.16797 9.16665H4.83464C3.68186 9.16665 2.69922 8.7604 1.88672 7.9479C1.07422 7.1354 0.667969 6.15276 0.667969 4.99998C0.667969 3.8472 1.07422 2.86456 1.88672 2.05206C2.69922 1.23956 3.68186 0.833313 4.83464 0.833313H8.16797V2.49998H4.83464C4.14019 2.49998 3.54991 2.74304 3.0638 3.22915C2.57769 3.71526 2.33464 4.30554 2.33464 4.99998C2.33464 5.69442 2.57769 6.2847 3.0638 6.77081C3.54991 7.25692 4.14019 7.49998 4.83464 7.49998H8.16797V9.16665ZM5.66797 5.83331V4.16665H12.3346V5.83331H5.66797ZM9.83463 9.16665V7.49998H13.168C13.8624 7.49998 14.4527 7.25692 14.9388 6.77081C15.4249 6.2847 15.668 5.69442 15.668 4.99998C15.668 4.30554 15.4249 3.71526 14.9388 3.22915C14.4527 2.74304 13.8624 2.49998 13.168 2.49998H9.83463V0.833313H13.168C14.3207 0.833313 15.3034 1.23956 16.1159 2.05206C16.9284 2.86456 17.3346 3.8472 17.3346 4.99998C17.3346 6.15276 16.9284 7.1354 16.1159 7.9479C15.3034 8.7604 14.3207 9.16665 13.168 9.16665H9.83463Z" })
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
export {
|
|
15
|
+
H as LinkIcon
|
|
16
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
const r = (o) => /* @__PURE__ */ C("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...o, children: /* @__PURE__ */ C("path", { d: "M9.99967 9.99984C10.458 9.99984 10.8504 9.83664 11.1768 9.51025C11.5031 9.18386 11.6663 8.7915 11.6663 8.33317C11.6663 7.87484 11.5031 7.48248 11.1768 7.15609C10.8504 6.8297 10.458 6.6665 9.99967 6.6665C9.54134 6.6665 9.14898 6.8297 8.82259 7.15609C8.4962 7.48248 8.33301 7.87484 8.33301 8.33317C8.33301 8.7915 8.4962 9.18386 8.82259 9.51025C9.14898 9.83664 9.54134 9.99984 9.99967 9.99984ZM9.99967 16.1248C11.6941 14.5693 12.9511 13.1561 13.7705 11.8853C14.59 10.6144 14.9997 9.48595 14.9997 8.49984C14.9997 6.98595 14.517 5.74636 13.5518 4.78109C12.5865 3.81581 11.4025 3.33317 9.99967 3.33317C8.5969 3.33317 7.41287 3.81581 6.44759 4.78109C5.48231 5.74636 4.99967 6.98595 4.99967 8.49984C4.99967 9.48595 5.4094 10.6144 6.22884 11.8853C7.04829 13.1561 8.30523 14.5693 9.99967 16.1248ZM9.99967 18.3332C7.76356 16.4304 6.09342 14.663 4.98926 13.0311C3.88509 11.3991 3.33301 9.88873 3.33301 8.49984C3.33301 6.4165 4.00315 4.75678 5.34342 3.52067C6.6837 2.28456 8.23579 1.6665 9.99967 1.6665C11.7636 1.6665 13.3156 2.28456 14.6559 3.52067C15.9962 4.75678 16.6663 6.4165 16.6663 8.49984C16.6663 9.88873 16.1143 11.3991 15.0101 13.0311C13.9059 14.663 12.2358 16.4304 9.99967 18.3332Z", fill: "currentColor" }) });
|
|
3
|
+
export {
|
|
4
|
+
r as LocationPointerIcon
|
|
5
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
const t = (o) => /* @__PURE__ */ C(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: "14",
|
|
6
|
+
height: "19",
|
|
7
|
+
viewBox: "0 0 14 19",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...o,
|
|
11
|
+
children: /* @__PURE__ */ C("path", { d: "M1.9987 18.3333C1.54036 18.3333 1.148 18.1701 0.821615 17.8437C0.495226 17.5173 0.332031 17.125 0.332031 16.6666V8.33331C0.332031 7.87498 0.495226 7.48262 0.821615 7.15623C1.148 6.82984 1.54036 6.66665 1.9987 6.66665H2.83203V4.99998C2.83203 3.8472 3.23828 2.86456 4.05078 2.05206C4.86328 1.23956 5.84592 0.833313 6.9987 0.833313C8.15148 0.833313 9.13411 1.23956 9.94661 2.05206C10.7591 2.86456 11.1654 3.8472 11.1654 4.99998V6.66665H11.9987C12.457 6.66665 12.8494 6.82984 13.1758 7.15623C13.5022 7.48262 13.6654 7.87498 13.6654 8.33331V16.6666C13.6654 17.125 13.5022 17.5173 13.1758 17.8437C12.8494 18.1701 12.457 18.3333 11.9987 18.3333H1.9987ZM1.9987 16.6666H11.9987V8.33331H1.9987V16.6666ZM6.9987 14.1666C7.45703 14.1666 7.84939 14.0035 8.17578 13.6771C8.50217 13.3507 8.66536 12.9583 8.66536 12.5C8.66536 12.0416 8.50217 11.6493 8.17578 11.3229C7.84939 10.9965 7.45703 10.8333 6.9987 10.8333C6.54036 10.8333 6.148 10.9965 5.82161 11.3229C5.49523 11.6493 5.33203 12.0416 5.33203 12.5C5.33203 12.9583 5.49523 13.3507 5.82161 13.6771C6.148 14.0035 6.54036 14.1666 6.9987 14.1666ZM4.4987 6.66665H9.4987V4.99998C9.4987 4.30554 9.25564 3.71526 8.76953 3.22915C8.28342 2.74304 7.69314 2.49998 6.9987 2.49998C6.30425 2.49998 5.71398 2.74304 5.22786 3.22915C4.74175 3.71526 4.4987 4.30554 4.4987 4.99998V6.66665Z" })
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
export {
|
|
15
|
+
t as LockIcon
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
const L = (t) => /* @__PURE__ */ o(
|
|
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
|
+
...t,
|
|
11
|
+
children: /* @__PURE__ */ o("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.5H8V2.16667H2.16667V13.8333H8V15.5H2.16667ZM11.3333 12.1667L10.1875 10.9583L12.3125 8.83333H5.5V7.16667H12.3125L10.1875 5.04167L11.3333 3.83333L15.5 8L11.3333 12.1667Z" })
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
export {
|
|
15
|
+
L as LogoutIcon
|
|
16
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
const C = (r) => /* @__PURE__ */ o("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...r, children: /* @__PURE__ */ o("path", { d: "M3.33366 16.6668C2.87533 16.6668 2.48296 16.5036 2.15658 16.1772C1.83019 15.8509 1.66699 15.4585 1.66699 15.0002V5.00016C1.66699 4.54183 1.83019 4.14947 2.15658 3.82308C2.48296 3.49669 2.87533 3.3335 3.33366 3.3335H16.667C17.1253 3.3335 17.5177 3.49669 17.8441 3.82308C18.1705 4.14947 18.3337 4.54183 18.3337 5.00016V15.0002C18.3337 15.4585 18.1705 15.8509 17.8441 16.1772C17.5177 16.5036 17.1253 16.6668 16.667 16.6668H3.33366ZM10.0003 10.8335L3.33366 6.66683V15.0002H16.667V6.66683L10.0003 10.8335ZM10.0003 9.16683L16.667 5.00016H3.33366L10.0003 9.16683ZM3.33366 6.66683V5.00016V15.0002V6.66683Z", fill: "currentColor" }) });
|
|
3
|
+
export {
|
|
4
|
+
C as MailIcon
|
|
5
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
const e = (t) => /* @__PURE__ */ r(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: "16",
|
|
6
|
+
height: "10",
|
|
7
|
+
viewBox: "0 0 16 10",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...t,
|
|
11
|
+
children: /* @__PURE__ */ r("path", { d: "M0.5 10V8.33333H15.5V10H0.5ZM0.5 5.83333V4.16667H15.5V5.83333H0.5ZM0.5 1.66667V0H15.5V1.66667H0.5Z" })
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
export {
|
|
15
|
+
e as MenuIcon
|
|
16
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { jsxs as s, jsx as i } from "react/jsx-runtime";
|
|
2
|
+
const r = ({
|
|
3
|
+
rectFill: t = "#F7CFDB",
|
|
4
|
+
pathFill: e = "#E36492",
|
|
5
|
+
...h
|
|
6
|
+
}) => /* @__PURE__ */ s("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...h, children: [
|
|
7
|
+
/* @__PURE__ */ i("rect", { width: "20", height: "20", rx: "10", fill: t }),
|
|
8
|
+
/* @__PURE__ */ i("mask", { id: "mask0_16264_15926", style: { maskType: "alpha" }, maskUnits: "userSpaceOnUse", x: "2", y: "2", width: "16", height: "16", children: /* @__PURE__ */ i("rect", { x: "2", y: "2", width: "16", height: "16", fill: "#D9D9D9" }) }),
|
|
9
|
+
/* @__PURE__ */ i("g", { mask: "url(#mask0_16264_15926)", children: /* @__PURE__ */ i(
|
|
10
|
+
"path",
|
|
11
|
+
{
|
|
12
|
+
d: "M5.9987 10.6668C5.80981 10.6668 5.65148 10.6029 5.5237 10.4752C5.39592 10.3474 5.33203 10.1891 5.33203 10.0002C5.33203 9.81127 5.39592 9.65294 5.5237 9.52516C5.65148 9.39738 5.80981 9.3335 5.9987 9.3335H13.9987C14.1876 9.3335 14.3459 9.39738 14.4737 9.52516C14.6015 9.65294 14.6654 9.81127 14.6654 10.0002C14.6654 10.1891 14.6015 10.3474 14.4737 10.4752C14.3459 10.6029 14.1876 10.6668 13.9987 10.6668H5.9987Z",
|
|
13
|
+
fill: e
|
|
14
|
+
}
|
|
15
|
+
) })
|
|
16
|
+
] });
|
|
17
|
+
export {
|
|
18
|
+
r as MinusIcon
|
|
19
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
const n = (t) => /* @__PURE__ */ r(
|
|
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
|
+
...t,
|
|
11
|
+
children: /* @__PURE__ */ r("path", { d: "M0.5 15.5V8.83333H2.16667V12.6667L12.6667 2.16667H8.83333V0.5H15.5V7.16667H13.8333V3.33333L3.33333 13.8333H7.16667V15.5H0.5Z" })
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
export {
|
|
15
|
+
n as OpenInFullIcon
|
|
16
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { jsx as n } from "react/jsx-runtime";
|
|
2
|
+
const t = (o) => /* @__PURE__ */ n(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: "12",
|
|
6
|
+
height: "12",
|
|
7
|
+
viewBox: "0 0 12 12",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...o,
|
|
11
|
+
children: /* @__PURE__ */ n(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
d: "M1.33333 12C0.966667 12 0.652778 11.8694 0.391667 11.6083C0.130556 11.3472 0 11.0333 0 10.6667V1.33333C0 0.966667 0.130556 0.652778 0.391667 0.391667C0.652778 0.130556 0.966667 0 1.33333 0H6V1.33333H1.33333V10.6667H10.6667V6H12V10.6667C12 11.0333 11.8694 11.3472 11.6083 11.6083C11.3472 11.8694 11.0333 12 10.6667 12H1.33333ZM4.46667 8.46667L3.53333 7.53333L9.73333 1.33333H7.33333V0H12V4.66667H10.6667V2.26667L4.46667 8.46667Z",
|
|
15
|
+
fill: "currentColor"
|
|
16
|
+
}
|
|
17
|
+
)
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
export {
|
|
21
|
+
t as OpenInNewIcon
|
|
22
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { jsxs as e, jsx as C } from "react/jsx-runtime";
|
|
2
|
+
const o = (t) => /* @__PURE__ */ e(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: "44",
|
|
6
|
+
height: "45",
|
|
7
|
+
viewBox: "0 0 44 45",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...t,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ C(
|
|
13
|
+
"path",
|
|
14
|
+
{
|
|
15
|
+
d: "M14.1692 1.23502C14.3871 0.920224 14.7988 0.508569 15.0652 0.339064C15.3557 0.169559 16.058 0.0242684 16.6391 5.34058e-05C17.4867 5.34058e-05 17.8015 0.145344 18.4553 0.799149C19.2301 1.59825 19.2544 1.62246 21.8938 1.74354C23.3709 1.81618 25.1144 2.05833 25.7682 2.27627C26.4462 2.46999 27.5359 3.00272 28.2381 3.43859C28.9162 3.87446 30.0543 4.69777 30.7807 5.27893C31.6525 5.98117 32.5 6.44125 34.8488 7.02241L34.2677 8.16052C33.9529 8.81432 33.2749 9.71028 32.7663 10.1946C32.2336 10.6547 31.3861 11.1874 30.8534 11.3811C30.248 11.5748 29.4005 11.6233 27.2211 11.3811L26.9305 12.6645C26.761 13.3425 26.4462 14.1416 26.2525 14.408C25.8893 14.8681 25.8893 14.7712 26.0104 13.3667C26.083 12.5434 26.083 11.8654 26.0104 11.8654C25.9377 11.8654 25.5503 12.5434 25.1386 13.3667C24.6543 14.3596 24.3153 14.8197 24.17 14.6501C24.0247 14.5049 24.1942 13.8026 24.6785 12.7129C25.0902 11.7686 25.3566 10.9695 25.2597 10.8968C25.187 10.8242 23.9521 10.7273 22.5476 10.6789C20.562 10.6305 19.5934 10.7031 18.3826 11.0421C17.5109 11.2843 16.2033 11.8654 15.4768 12.3497C14.7504 12.834 13.6849 13.7784 13.1037 14.4322C12.5226 15.086 11.7961 16.1515 11.4813 16.8295C11.1423 17.4833 10.7065 18.6941 10.5127 19.4932C10.2948 20.2922 10.1253 21.9147 10.1011 23.1254C10.1011 24.8447 10.2222 25.6922 10.7307 27.1693C11.0697 28.2106 11.7235 29.6392 12.1594 30.3173C12.6194 31.0195 13.6123 32.1818 14.4114 32.8841C15.1862 33.6105 16.397 34.458 17.0508 34.7728C17.7288 35.0876 18.8669 35.5235 19.5934 35.7172C20.3198 35.9109 21.9422 36.0804 23.2256 36.0804C24.5332 36.0804 26.1556 35.9109 26.979 35.693C27.7781 35.4751 29.2067 34.9181 30.1269 34.4338C31.1682 33.8769 32.4273 32.9325 33.3959 31.9639C34.2677 31.0922 35.3089 29.7361 35.7448 28.937C36.1565 28.1379 36.6892 26.7819 36.8829 25.9101C37.1008 25.0384 37.2703 23.8276 37.2703 23.1738C37.2703 22.5442 37.1493 21.4546 37.004 20.7523C36.8587 20.0743 36.4712 18.9846 36.1565 18.3308C35.8417 17.7012 35.5269 17.1927 35.4542 17.1927C35.3816 17.1927 35.4058 18.2582 35.4784 19.5416C35.5753 20.9461 35.5269 22.52 35.3574 23.3676C35.2121 24.1667 34.7762 25.4743 34.3888 26.2734C33.9529 27.1693 33.1538 28.2348 32.2578 29.0581C31.2892 29.9783 30.2964 30.6321 29.0372 31.1648C28.0444 31.5765 26.7368 32.0123 26.1314 32.085C25.066 32.2303 25.0902 32.206 26.979 31.2859C28.1897 30.7047 29.4973 29.8088 30.4417 28.9128C31.4345 27.9926 32.2578 26.9514 32.7179 26.0312C33.2991 24.8689 33.4444 24.1424 33.5654 22.399C33.6623 20.825 33.5897 19.7111 33.2991 18.4035C33.0811 17.4107 32.6211 16.0062 32.3063 15.3282C31.9673 14.6259 31.7009 13.9963 31.7009 13.9237C31.7009 13.8511 31.943 13.8026 32.2578 13.8026C32.5484 13.8026 33.8318 14.0448 35.091 14.3838C36.3502 14.6986 37.9484 15.2313 38.6022 15.5461C39.2802 15.8851 40.1277 16.4905 40.5394 16.8779C40.951 17.2654 41.4595 17.9434 41.6775 18.4035C41.9196 18.8636 42.2102 19.9048 42.3555 20.7039C42.5734 21.8904 42.5492 22.52 42.2344 24.094C42.0165 25.2563 41.4353 26.8787 40.7815 28.2106C40.2004 29.3971 39.1349 31.0921 38.4327 31.9397C37.7304 32.8114 36.4955 34.0464 35.6964 34.7002C34.8973 35.3298 33.2506 36.3468 32.0641 36.928C30.8776 37.5091 28.9646 38.2114 27.8265 38.4777C26.4462 38.8167 24.9933 38.9863 23.3467 38.9863C21.7243 38.9863 20.2956 38.841 18.988 38.5019C17.9225 38.2356 16.2759 37.6302 15.3557 37.1701C14.4356 36.71 12.91 35.7657 11.9899 35.0634C11.0697 34.3612 9.78629 33.1262 9.13248 32.3271C8.50289 31.528 7.65537 30.2688 7.26793 29.5424C6.88049 28.8159 6.32354 27.3873 6.03296 26.3944C5.76659 25.4016 5.4518 23.6824 5.35494 22.5685C5.25808 21.4788 5.11279 20.5828 5.01593 20.5828C4.89485 20.5828 4.74956 21.0913 4.67692 21.7209C4.58006 22.3747 4.58006 23.9245 4.6527 25.1837C4.72535 26.4429 5.01593 28.259 5.28229 29.1792C5.57287 30.0993 6.15403 31.6491 6.61412 32.5693C7.07421 33.4894 7.99438 34.8939 8.62397 35.6446C9.25356 36.4195 10.3917 37.5091 11.1181 38.0661C11.8446 38.5988 13.3217 39.4706 14.3871 39.9791C15.4526 40.4876 17.3172 41.1414 18.5037 41.432C20.223 41.8678 21.3611 41.9889 23.831 41.9647C26.5189 41.9647 27.2938 41.8678 29.1099 41.3109C30.2722 40.9719 31.7977 40.3907 32.5 40.0517C33.178 39.6885 34.413 38.9378 35.2121 38.3809C36.0112 37.8239 37.3672 36.6132 38.2389 35.693C39.1107 34.7728 40.2246 33.3684 40.6847 32.5693C41.169 31.7702 41.8712 30.4383 42.2586 29.5908C42.6461 28.7675 43.0335 28.0653 43.1546 28.0895C43.2515 28.0895 43.1062 28.7675 42.864 29.615C42.5977 30.4383 42.2344 31.5522 42.0407 32.085C41.847 32.6177 41.3627 33.7074 40.951 34.5065C40.5636 35.3056 39.6918 36.6616 39.0623 37.5091C38.4085 38.3809 37.1008 39.7127 36.1807 40.4876C35.2605 41.2625 33.8318 42.2553 33.0327 42.6669C32.2336 43.0786 30.8049 43.684 29.8848 43.9988C28.9646 44.3136 27.318 44.6768 26.2525 44.8221C25.1144 44.9916 23.2014 45.04 21.6517 44.9674C20.0535 44.8705 18.0194 44.5799 16.5665 44.1925C15.2347 43.8535 13.1764 43.1028 11.9656 42.4974C10.7791 41.9163 9.03562 40.8508 8.11545 40.1486C7.19528 39.4463 5.83924 38.1629 5.11279 37.2912C4.38634 36.4195 3.36931 35.015 2.88501 34.1432C2.37649 33.2715 1.65004 31.6491 1.23838 30.511C0.850944 29.3729 0.390858 27.581 0.221353 26.5155C0.0276326 25.3532 -0.0450125 23.5371 0.0276326 21.9147C0.124493 19.6869 0.293998 18.8151 1.04466 16.5873C1.52896 15.1344 2.42492 13.1004 3.00608 12.1076C3.58724 11.1148 4.60427 9.68606 5.23386 8.91118C5.86345 8.16052 6.88049 7.11927 7.48586 6.58654C8.09124 6.07803 9.39885 5.10942 10.3917 4.47983C11.3845 3.82603 12.571 3.14801 13.0069 2.9785C13.4428 2.809 13.7818 2.4942 13.7818 2.22784C13.806 2.0099 13.9755 1.54982 14.1692 1.23502Z",
|
|
16
|
+
fill: "currentColor"
|
|
17
|
+
}
|
|
18
|
+
),
|
|
19
|
+
/* @__PURE__ */ C(
|
|
20
|
+
"path",
|
|
21
|
+
{
|
|
22
|
+
d: "M26.616 5.32809C26.8822 5.32825 27.1487 5.47389 27.1971 5.6191C27.2212 5.78849 27.2212 6.07828 27.1971 6.22359C27.1487 6.39301 26.8822 6.53886 26.616 6.53902C26.3498 6.53902 26.0834 6.41782 26.0105 6.29684C25.9379 6.17576 25.9379 5.88509 26.0105 5.69137C26.059 5.49766 26.3497 5.32809 26.616 5.32809Z",
|
|
23
|
+
fill: "#F5F8FA"
|
|
24
|
+
}
|
|
25
|
+
)
|
|
26
|
+
]
|
|
27
|
+
}
|
|
28
|
+
);
|
|
29
|
+
export {
|
|
30
|
+
o as OtterSecIcon
|
|
31
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
const t = (o) => /* @__PURE__ */ C(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: "16",
|
|
6
|
+
height: "14",
|
|
7
|
+
viewBox: "0 0 16 14",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...o,
|
|
11
|
+
children: /* @__PURE__ */ C("path", { d: "M12.7904 13.875C11.9154 13.875 11.1758 13.5729 10.5716 12.9688C9.96745 12.3646 9.66536 11.625 9.66536 10.75C9.66536 9.875 9.96745 9.13542 10.5716 8.53125C11.1758 7.92708 11.9154 7.625 12.7904 7.625C13.6654 7.625 14.4049 7.92708 15.0091 8.53125C15.6133 9.13542 15.9154 9.875 15.9154 10.75C15.9154 11.625 15.6133 12.3646 15.0091 12.9688C14.4049 13.5729 13.6654 13.875 12.7904 13.875ZM12.7904 12.2083C13.1931 12.2083 13.5369 12.066 13.8216 11.7812C14.1063 11.4965 14.2487 11.1528 14.2487 10.75C14.2487 10.3472 14.1063 10.0035 13.8216 9.71875C13.5369 9.43403 13.1931 9.29167 12.7904 9.29167C12.3876 9.29167 12.0438 9.43403 11.7591 9.71875C11.4744 10.0035 11.332 10.3472 11.332 10.75C11.332 11.1528 11.4744 11.4965 11.7591 11.7812C12.0438 12.066 12.3876 12.2083 12.7904 12.2083ZM1.33203 11.5833V9.91667H7.9987V11.5833H1.33203ZM3.20703 6.375C2.33203 6.375 1.59245 6.07292 0.988281 5.46875C0.384115 4.86458 0.0820312 4.125 0.0820312 3.25C0.0820312 2.375 0.384115 1.63542 0.988281 1.03125C1.59245 0.427083 2.33203 0.125 3.20703 0.125C4.08203 0.125 4.82161 0.427083 5.42578 1.03125C6.02995 1.63542 6.33203 2.375 6.33203 3.25C6.33203 4.125 6.02995 4.86458 5.42578 5.46875C4.82161 6.07292 4.08203 6.375 3.20703 6.375ZM3.20703 4.70833C3.60981 4.70833 3.95356 4.56597 4.23828 4.28125C4.523 3.99653 4.66536 3.65278 4.66536 3.25C4.66536 2.84722 4.523 2.50347 4.23828 2.21875C3.95356 1.93403 3.60981 1.79167 3.20703 1.79167C2.80425 1.79167 2.4605 1.93403 2.17578 2.21875C1.89106 2.50347 1.7487 2.84722 1.7487 3.25C1.7487 3.65278 1.89106 3.99653 2.17578 4.28125C2.4605 4.56597 2.80425 4.70833 3.20703 4.70833ZM7.9987 4.08333V2.41667H14.6654V4.08333H7.9987Z" })
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
export {
|
|
15
|
+
t as PageInfoIcon
|
|
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: "20",
|
|
6
|
+
height: "19",
|
|
7
|
+
viewBox: "0 0 20 19",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...t,
|
|
11
|
+
children: /* @__PURE__ */ C(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
d: "M0.5 16V13.2C0.5 12.6333 0.645833 12.1125 0.9375 11.6375C1.22917 11.1625 1.61667 10.8 2.1 10.55C3.13333 10.0333 4.18333 9.64583 5.25 9.3875C6.31667 9.12917 7.4 9 8.5 9C8.83333 9 9.16667 9.0125 9.5 9.0375C9.83333 9.0625 10.1667 9.1 10.5 9.15C10.4333 10.1167 10.6083 11.0292 11.025 11.8875C11.4417 12.7458 12.05 13.45 12.85 14V16H0.5ZM16.5 19L15 17.5V12.85C14.2667 12.6333 13.6667 12.2208 13.2 11.6125C12.7333 11.0042 12.5 10.3 12.5 9.5C12.5 8.53333 12.8417 7.70833 13.525 7.025C14.2083 6.34167 15.0333 6 16 6C16.9667 6 17.7917 6.34167 18.475 7.025C19.1583 7.70833 19.5 8.53333 19.5 9.5C19.5 10.25 19.2875 10.9167 18.8625 11.5C18.4375 12.0833 17.9 12.5 17.25 12.75L18.5 14L17 15.5L18.5 17L16.5 19ZM8.5 8C7.4 8 6.45833 7.60833 5.675 6.825C4.89167 6.04167 4.5 5.1 4.5 4C4.5 2.9 4.89167 1.95833 5.675 1.175C6.45833 0.391667 7.4 0 8.5 0C9.6 0 10.5417 0.391667 11.325 1.175C12.1083 1.95833 12.5 2.9 12.5 4C12.5 5.1 12.1083 6.04167 11.325 6.825C10.5417 7.60833 9.6 8 8.5 8ZM16 10C16.2833 10 16.5208 9.90417 16.7125 9.7125C16.9042 9.52083 17 9.28333 17 9C17 8.71667 16.9042 8.47917 16.7125 8.2875C16.5208 8.09583 16.2833 8 16 8C15.7167 8 15.4792 8.09583 15.2875 8.2875C15.0958 8.47917 15 8.71667 15 9C15 9.28333 15.0958 9.52083 15.2875 9.7125C15.4792 9.90417 15.7167 10 16 10Z",
|
|
15
|
+
fill: "#E36492"
|
|
16
|
+
}
|
|
17
|
+
)
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
export {
|
|
21
|
+
e as PasskeyIcon
|
|
22
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { jsxs as s, jsx as C } from "react/jsx-runtime";
|
|
2
|
+
const i = (e) => /* @__PURE__ */ s("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e, children: [
|
|
3
|
+
/* @__PURE__ */ C("mask", { id: "mask0_90_5767", 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_5767)", children: /* @__PURE__ */ C("path", { d: "M11.6673 10.8335C10.9729 10.8335 10.3826 10.5904 9.89648 10.1043C9.41037 9.61822 9.16732 9.02794 9.16732 8.3335C9.16732 7.63905 9.41037 7.04877 9.89648 6.56266C10.3826 6.07655 10.9729 5.8335 11.6673 5.8335C12.3618 5.8335 12.952 6.07655 13.4382 6.56266C13.9243 7.04877 14.1673 7.63905 14.1673 8.3335C14.1673 9.02794 13.9243 9.61822 13.4382 10.1043C12.952 10.5904 12.3618 10.8335 11.6673 10.8335ZM5.83398 13.3335C5.37565 13.3335 4.98329 13.1703 4.6569 12.8439C4.33051 12.5175 4.16732 12.1252 4.16732 11.6668V5.00016C4.16732 4.54183 4.33051 4.14947 4.6569 3.82308C4.98329 3.49669 5.37565 3.3335 5.83398 3.3335H17.5007C17.959 3.3335 18.3513 3.49669 18.6777 3.82308C19.0041 4.14947 19.1673 4.54183 19.1673 5.00016V11.6668C19.1673 12.1252 19.0041 12.5175 18.6777 12.8439C18.3513 13.1703 17.959 13.3335 17.5007 13.3335H5.83398ZM7.50065 11.6668H15.834C15.834 11.2085 15.9972 10.8161 16.3236 10.4897C16.65 10.1634 17.0423 10.0002 17.5007 10.0002V6.66683C17.0423 6.66683 16.65 6.50363 16.3236 6.17725C15.9972 5.85086 15.834 5.4585 15.834 5.00016H7.50065C7.50065 5.4585 7.33746 5.85086 7.01107 6.17725C6.68468 6.50363 6.29232 6.66683 5.83398 6.66683V10.0002C6.29232 10.0002 6.68468 10.1634 7.01107 10.4897C7.33746 10.8161 7.50065 11.2085 7.50065 11.6668ZM16.6673 16.6668H2.50065C2.04232 16.6668 1.64996 16.5036 1.32357 16.1772C0.997179 15.8509 0.833984 15.4585 0.833984 15.0002V5.8335H2.50065V15.0002H16.6673V16.6668Z", fill: "currentColor" }) })
|
|
5
|
+
] });
|
|
6
|
+
export {
|
|
7
|
+
i as PaymentsIcon
|
|
8
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { jsxs as h, jsx as i } from "react/jsx-runtime";
|
|
2
|
+
const l = ({
|
|
3
|
+
rectFill: t = "#99DFC7",
|
|
4
|
+
pathFill: C = "#2CAC7F",
|
|
5
|
+
...e
|
|
6
|
+
}) => /* @__PURE__ */ h("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e, children: [
|
|
7
|
+
/* @__PURE__ */ i("rect", { width: "20", height: "20", rx: "10", fill: t }),
|
|
8
|
+
/* @__PURE__ */ i("mask", { id: "mask0_16264_15930", style: { maskType: "alpha" }, maskUnits: "userSpaceOnUse", x: "2", y: "2", width: "16", height: "16", children: /* @__PURE__ */ i("rect", { x: "2", y: "2", width: "16", height: "16", fill: "#D9D9D9" }) }),
|
|
9
|
+
/* @__PURE__ */ i("g", { mask: "url(#mask0_16264_15930)", children: /* @__PURE__ */ i(
|
|
10
|
+
"path",
|
|
11
|
+
{
|
|
12
|
+
d: "M9.33203 10.6685H5.9987C5.80981 10.6685 5.65148 10.6046 5.5237 10.4769C5.39592 10.3491 5.33203 10.1908 5.33203 10.0019C5.33203 9.81298 5.39592 9.65465 5.5237 9.52687C5.65148 9.39909 5.80981 9.3352 5.9987 9.3352H9.33203V6.00187C9.33203 5.81298 9.39592 5.65465 9.5237 5.52687C9.65148 5.39909 9.80981 5.33521 9.9987 5.33521C10.1876 5.33521 10.3459 5.39909 10.4737 5.52687C10.6015 5.65465 10.6654 5.81298 10.6654 6.00187V9.3352H13.9987C14.1876 9.3352 14.3459 9.39909 14.4737 9.52687C14.6015 9.65465 14.6654 9.81298 14.6654 10.0019C14.6654 10.1908 14.6015 10.3491 14.4737 10.4769C14.3459 10.6046 14.1876 10.6685 13.9987 10.6685H10.6654V14.0019C10.6654 14.1908 10.6015 14.3491 10.4737 14.4769C10.3459 14.6046 10.1876 14.6685 9.9987 14.6685C9.80981 14.6685 9.65148 14.6046 9.5237 14.4769C9.39592 14.3491 9.33203 14.1908 9.33203 14.0019V10.6685Z",
|
|
13
|
+
fill: C
|
|
14
|
+
}
|
|
15
|
+
) })
|
|
16
|
+
] });
|
|
17
|
+
export {
|
|
18
|
+
l as PlusIcon
|
|
19
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
const t = (o) => /* @__PURE__ */ C(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: "18",
|
|
6
|
+
height: "18",
|
|
7
|
+
viewBox: "0 0 18 18",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...o,
|
|
11
|
+
children: /* @__PURE__ */ C("path", { d: "M7.83464 12.8334L13.7096 6.95835L12.543 5.79169L7.83464 10.5L5.45964 8.12502L4.29297 9.29169L7.83464 12.8334ZM9.0013 17.3334C7.84852 17.3334 6.76519 17.1146 5.7513 16.6771C4.73741 16.2396 3.85547 15.6459 3.10547 14.8959C2.35547 14.1459 1.76172 13.2639 1.32422 12.25C0.886719 11.2361 0.667969 10.1528 0.667969 9.00002C0.667969 7.84724 0.886719 6.76391 1.32422 5.75002C1.76172 4.73613 2.35547 3.85419 3.10547 3.10419C3.85547 2.35419 4.73741 1.76044 5.7513 1.32294C6.76519 0.885437 7.84852 0.666687 9.0013 0.666687C10.1541 0.666687 11.2374 0.885437 12.2513 1.32294C13.2652 1.76044 14.1471 2.35419 14.8971 3.10419C15.6471 3.85419 16.2409 4.73613 16.6784 5.75002C17.1159 6.76391 17.3346 7.84724 17.3346 9.00002C17.3346 10.1528 17.1159 11.2361 16.6784 12.25C16.2409 13.2639 15.6471 14.1459 14.8971 14.8959C14.1471 15.6459 13.2652 16.2396 12.2513 16.6771C11.2374 17.1146 10.1541 17.3334 9.0013 17.3334Z" })
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
export {
|
|
15
|
+
t as RadioCheckedIcon
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
const t = (o) => /* @__PURE__ */ C(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: "18",
|
|
6
|
+
height: "18",
|
|
7
|
+
viewBox: "0 0 18 18",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...o,
|
|
11
|
+
children: /* @__PURE__ */ C("path", { d: "M9.0013 17.3334C7.84852 17.3334 6.76519 17.1146 5.7513 16.6771C4.73741 16.2396 3.85547 15.6459 3.10547 14.8959C2.35547 14.1459 1.76172 13.2639 1.32422 12.25C0.886719 11.2361 0.667969 10.1528 0.667969 9.00002C0.667969 7.84724 0.886719 6.76391 1.32422 5.75002C1.76172 4.73613 2.35547 3.85419 3.10547 3.10419C3.85547 2.35419 4.73741 1.76044 5.7513 1.32294C6.76519 0.885437 7.84852 0.666687 9.0013 0.666687C10.1541 0.666687 11.2374 0.885437 12.2513 1.32294C13.2652 1.76044 14.1471 2.35419 14.8971 3.10419C15.6471 3.85419 16.2409 4.73613 16.6784 5.75002C17.1159 6.76391 17.3346 7.84724 17.3346 9.00002C17.3346 10.1528 17.1159 11.2361 16.6784 12.25C16.2409 13.2639 15.6471 14.1459 14.8971 14.8959C14.1471 15.6459 13.2652 16.2396 12.2513 16.6771C11.2374 17.1146 10.1541 17.3334 9.0013 17.3334ZM9.0013 15.6667C10.8624 15.6667 12.4388 15.0209 13.7305 13.7292C15.0221 12.4375 15.668 10.8611 15.668 9.00002C15.668 7.13891 15.0221 5.56252 13.7305 4.27085C12.4388 2.97919 10.8624 2.33335 9.0013 2.33335C7.14019 2.33335 5.5638 2.97919 4.27214 4.27085C2.98047 5.56252 2.33464 7.13891 2.33464 9.00002C2.33464 10.8611 2.98047 12.4375 4.27214 13.7292C5.5638 15.0209 7.14019 15.6667 9.0013 15.6667Z" })
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
export {
|
|
15
|
+
t as RadioUncheckedIcon
|
|
16
|
+
};
|
|
@@ -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_29218_23061",
|
|
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_29218_23061)", children: /* @__PURE__ */ C(
|
|
26
|
+
"path",
|
|
27
|
+
{
|
|
28
|
+
d: "M1.66602 14.7435V13.7435H14.3327V14.7435H1.66602ZM2.99935 13V9.43583C2.62413 8.75472 2.33757 8.0695 2.13968 7.38017C1.9419 6.69083 1.84302 6.01328 1.84302 5.3475C1.84302 4.74661 1.91952 4.14083 2.07252 3.53017C2.22552 2.9195 2.42935 2.26972 2.68402 1.58083C2.74724 1.40728 2.85107 1.26711 2.99552 1.16033C3.13996 1.05344 3.30446 1 3.48902 1C3.73524 1 3.94424 1.08783 4.11602 1.2635C4.28779 1.43917 4.35785 1.64533 4.32618 1.882L4.14935 3.32817C4.08268 3.88717 4.14163 4.42694 4.32618 4.9475C4.51085 5.46794 4.78246 5.92906 5.14102 6.33083C5.49957 6.7325 5.92585 7.05556 6.41985 7.3C6.91385 7.54444 7.44035 7.66667 7.99935 7.66667C8.67879 7.66667 9.32796 7.72544 9.94685 7.843C10.5656 7.96056 11.0993 8.13 11.548 8.35133C12.0096 8.58122 12.3668 8.87522 12.6198 9.23333C12.8728 9.59144 12.9993 10.0359 12.9993 10.5667V13H2.99935ZM3.99935 12H11.9993V10.5667C11.9993 10.2787 11.9263 10.0254 11.7802 9.807C11.634 9.58867 11.4215 9.41194 11.1428 9.27683C10.7344 9.08028 10.2494 8.92944 9.68785 8.82433C9.12629 8.71922 8.56346 8.66667 7.99935 8.66667C7.29168 8.66667 6.62607 8.51239 6.00252 8.20383C5.37907 7.89528 4.84363 7.48611 4.39618 6.97633C3.94874 6.46644 3.61068 5.88311 3.38202 5.22633C3.15335 4.56944 3.08135 3.894 3.16602 3.2C3.0549 3.53333 2.97435 3.88461 2.92435 4.25383C2.87435 4.62306 2.84935 4.98761 2.84935 5.3475C2.84935 5.95339 2.95574 6.56856 3.16852 7.193C3.3814 7.81733 3.65835 8.47267 3.99935 9.159V12ZM7.99935 6.84617C7.35579 6.84617 6.80602 6.61817 6.35002 6.16217C5.89402 5.70617 5.66602 5.15639 5.66602 4.51283C5.66602 3.86928 5.89402 3.3195 6.35002 2.8635C6.80602 2.4075 7.35579 2.1795 7.99935 2.1795C8.6429 2.1795 9.19268 2.4075 9.64868 2.8635C10.1047 3.3195 10.3327 3.86928 10.3327 4.51283C10.3327 5.15639 10.1047 5.70617 9.64868 6.16217C9.19268 6.61817 8.6429 6.84617 7.99935 6.84617ZM7.99935 5.84617C8.36602 5.84617 8.6799 5.71561 8.94102 5.4545C9.20213 5.19339 9.33268 4.8795 9.33268 4.51283C9.33268 4.14617 9.20213 3.83228 8.94102 3.57117C8.6799 3.31006 8.36602 3.1795 7.99935 3.1795C7.63268 3.1795 7.31879 3.31006 7.05768 3.57117C6.79657 3.83228 6.66602 4.14617 6.66602 4.51283C6.66602 4.8795 6.79657 5.19339 7.05768 5.4545C7.31879 5.71561 7.63268 5.84617 7.99935 5.84617ZM5.51218 13V12.5563C5.51218 11.8718 5.75129 11.2874 6.22952 10.8032C6.70774 10.3191 7.28913 10.077 7.97368 10.077H10.4352V11.0768H7.97368C7.56168 11.0768 7.21513 11.2215 6.93402 11.5108C6.65279 11.8002 6.51218 12.1487 6.51218 12.5563V13H5.51218Z",
|
|
29
|
+
fill: "#FC79C1"
|
|
30
|
+
}
|
|
31
|
+
) })
|
|
32
|
+
]
|
|
33
|
+
}
|
|
34
|
+
);
|
|
35
|
+
export {
|
|
36
|
+
t as RaiseHandIcon
|
|
37
|
+
};
|