@ape.swap/bonds-sdk 1.0.779 → 1.1.0-seedify
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/components/AccordionText/index.d.ts +9 -0
- package/dist/components/BondRows/BondRow.d.ts +3 -2
- package/dist/components/BondRows/BondRowHeader.d.ts +2 -3
- package/dist/components/BondRows/BondRowsByChain.d.ts +3 -3
- package/dist/components/BondRows/BondRowsWithTitle.d.ts +3 -3
- package/dist/components/DisconnectedPlaceholder/index.d.ts +3 -0
- package/dist/components/SlippageModal/index.d.ts +3 -0
- package/dist/components/TokenInfoAndName/index.d.ts +3 -2
- package/dist/components/TokenSelectorModal/TokenRow.d.ts +8 -0
- package/dist/components/TokenSelectorModal/index.d.ts +11 -0
- package/dist/components/TokenSelectorPanel/index.d.ts +15 -0
- package/dist/components/uikit-sdk/Modal/index.d.ts +1 -1
- package/dist/components/uikit-sdk/Toggle/index.d.ts +8 -0
- package/dist/components/uikit-sdk/Toggle/styles.d.ts +3 -0
- package/dist/components/uikit-sdk/TokenImage/index.d.ts +3 -2
- package/dist/components/uikit-sdk/index.d.ts +1 -0
- package/dist/config/abi/types/Banana.d.ts +103 -126
- package/dist/config/abi/types/Bond.d.ts +176 -221
- package/dist/config/abi/types/BondNft.d.ts +160 -207
- package/dist/config/abi/types/EnsPublicResolver.d.ts +129 -205
- package/dist/config/abi/types/EnsRegistrar.d.ts +62 -82
- package/dist/config/abi/types/Erc20.d.ts +40 -52
- package/dist/config/abi/types/Erc20_bytes32.d.ts +11 -11
- package/dist/config/abi/types/JungleChef.d.ts +64 -79
- package/dist/config/abi/types/LaunchBonds.d.ts +299 -355
- package/dist/config/abi/types/LensContract.d.ts +58 -77
- package/dist/config/abi/types/LockVeAbond.d.ts +328 -434
- package/dist/config/abi/types/MigrationBond.d.ts +268 -330
- package/dist/config/abi/types/MigrationFveAbond.d.ts +83 -89
- package/dist/config/abi/types/MiniComplexRewarder.d.ts +99 -145
- package/dist/config/abi/types/Multicallv2.d.ts +35 -46
- package/dist/config/abi/types/Multicallv3.d.ts +14 -14
- package/dist/config/abi/types/NonFungibleApes.d.ts +130 -170
- package/dist/config/abi/types/NonFungibleBananas.d.ts +135 -172
- package/dist/config/abi/types/PriceGetter.d.ts +218 -255
- package/dist/config/abi/types/PriceGetterLinea.d.ts +254 -287
- package/dist/config/abi/types/PriceGetterV2.d.ts +239 -276
- package/dist/config/abi/types/SousChef.d.ts +140 -177
- package/dist/config/abi/types/Treasury.d.ts +66 -69
- package/dist/config/abi/types/Weth.d.ts +53 -68
- package/dist/config/abi/types/Zap.d.ts +97 -141
- package/dist/config/abi/types/common.d.ts +3 -3
- package/dist/config/abi/types/factories/Banana__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/BondNft__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Bond__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/EnsPublicResolver__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/EnsRegistrar__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Erc20__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Erc20_bytes32__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/JungleChef__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/LaunchBonds__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/LensContract__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/LockVeAbond__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/MigrationBond__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/MigrationFveAbond__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/MiniComplexRewarder__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Multicallv2__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Multicallv3__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/NonFungibleApes__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/NonFungibleBananas__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/PriceGetterLinea__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/PriceGetterV2__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/PriceGetter__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/SousChef__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Treasury__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Weth__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Zap__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/index.d.ts +25 -25
- package/dist/config/abi/types/index.d.ts +51 -51
- package/dist/config/constants/addresses.d.ts +0 -8
- package/dist/config/constants/queryKeys.d.ts +10 -2
- package/dist/config/constants/tokens.d.ts +3 -6
- package/dist/config/constants/zapInputTokens.d.ts +2 -0
- package/dist/hooks/useTokenFromZapList.d.ts +3 -0
- package/dist/hooks/useTopThreeTags.d.ts +2 -2
- package/dist/main.d.ts +7 -0
- package/dist/main.js +73492 -0
- package/dist/providers/index.d.ts +0 -3
- package/dist/scss/AccordionText.scss +11 -0
- package/dist/scss/BondMenu.scss +2 -2
- package/dist/scss/BondModal.scss +305 -234
- package/dist/scss/BondRow.scss +5 -5
- package/dist/scss/BondRowHeader.scss +7 -7
- package/dist/scss/Bonds.scss +2 -1
- package/dist/scss/TokenInfoName.scss +60 -0
- package/dist/scss/YourBonds.scss +19 -14
- package/dist/scss/YourBondsModal.scss +3 -3
- package/dist/scss/index.scss +12 -0
- package/dist/state/allowance/useAllowance.d.ts +15 -0
- package/dist/state/balance/useCurrencyBalance.d.ts +4 -0
- package/dist/state/bonds/useBondNFTData.d.ts +5 -0
- package/dist/state/bonds/useBondsData.d.ts +4 -0
- package/dist/state/bonds/useBondsList.d.ts +4 -0
- package/dist/state/bonds/useHotBonds.d.ts +3 -0
- package/dist/state/bonds/useUserBonds.d.ts +5 -0
- package/dist/state/price/useCurrencyPrice.d.ts +3 -0
- package/dist/state/slippage/useSlippage.d.ts +1 -0
- package/dist/state/tokenPrices/useTokenPrices.d.ts +29 -0
- package/dist/state/zap/getChainParam.d.ts +12 -0
- package/dist/state/zap/useSoulZapBondQuote.d.ts +4 -0
- package/dist/state/zap/useSoulZapTokenQuote.d.ts +3 -0
- package/dist/types/bonds.d.ts +4 -41
- package/dist/types/yourbonds.d.ts +54 -69
- package/dist/utils/displayHelpers.d.ts +13 -0
- package/dist/utils/getNativeTicker.d.ts +3 -0
- package/dist/utils/index.d.ts +1 -1
- package/dist/views/BondModal/BondModal.d.ts +7 -6
- package/dist/views/BondModal/helper.d.ts +6 -6
- package/dist/views/BondModal/index.d.ts +2 -2
- package/dist/views/Bonds/Bonds.d.ts +7 -10
- package/dist/views/Bonds/components/CheckURL/index.d.ts +4 -0
- package/dist/views/Bonds/index.d.ts +4 -0
- package/dist/views/Bonds/utils.d.ts +14 -0
- package/dist/views/FullBondsView/FullBondsView.d.ts +7 -0
- package/dist/views/FullBondsView/index.d.ts +3 -0
- package/dist/views/YourBonds/YourBonds.d.ts +1 -11
- package/dist/views/YourBonds/components/UserBondRow/index.d.ts +6 -0
- package/dist/views/YourBonds/fetchBillsUser.d.ts +4 -5
- package/dist/views/YourBonds/index.d.ts +3 -0
- package/dist/views/YourBondsModal/YourBondsModal.d.ts +4 -5
- package/dist/views/ZapModal/index.d.ts +14 -0
- package/dist/views/ZapModal/styles.d.ts +2 -0
- package/package.json +24 -24
- package/dist/components/BondMenu/BondMenu.js +0 -40
- package/dist/components/BondMenu/useChainFilterOption.js +0 -30
- package/dist/components/BondRows/BondRow.js +0 -81
- package/dist/components/BondRows/BondRowHeader.js +0 -12
- package/dist/components/BondRows/BondRowsByChain.js +0 -13
- package/dist/components/BondRows/BondRowsWithTitle.js +0 -20
- package/dist/components/BondRows/ChainTitle.js +0 -18
- package/dist/components/MenuSelect/MenuSelect.js +0 -36
- package/dist/components/MenuSelect/RecommendationSelector.js +0 -32
- package/dist/components/MenuSelect/types.js +0 -1
- package/dist/components/NetworkFilter/index.js +0 -66
- package/dist/components/ProgressBar/ProgressBar.js +0 -10
- package/dist/components/ProgressBar/ProgressBarWrapper.js +0 -9
- package/dist/components/ProgressBar/styles.js +0 -82
- package/dist/components/TokenInfoAndName/index.js +0 -61
- package/dist/components/Tooltip/ButtonsRow.js +0 -21
- package/dist/components/Tooltip/Tooltip.js +0 -13
- package/dist/components/Tooltip/styles.js +0 -44
- package/dist/components/uikit-sdk/Button/Button.js +0 -91
- package/dist/components/uikit-sdk/Button/IconButton.js +0 -33
- package/dist/components/uikit-sdk/Button/index.js +0 -2
- package/dist/components/uikit-sdk/Button/styles.js +0 -30
- package/dist/components/uikit-sdk/Button/types.js +0 -37
- package/dist/components/uikit-sdk/Checkbox/index.js +0 -46
- package/dist/components/uikit-sdk/Checkbox/types.js +0 -5
- package/dist/components/uikit-sdk/Flex/index.js +0 -29
- package/dist/components/uikit-sdk/Input/Input.js +0 -72
- package/dist/components/uikit-sdk/Input/NumericInput.js +0 -35
- package/dist/components/uikit-sdk/Input/StyledInput.js +0 -26
- package/dist/components/uikit-sdk/Input/index.js +0 -3
- package/dist/components/uikit-sdk/Modal/ModalFooter.js +0 -21
- package/dist/components/uikit-sdk/Modal/ModalHeader.js +0 -31
- package/dist/components/uikit-sdk/Modal/index.js +0 -46
- package/dist/components/uikit-sdk/Modal/styles.js +0 -62
- package/dist/components/uikit-sdk/Modal/types.js +0 -1
- package/dist/components/uikit-sdk/Select/Select.js +0 -61
- package/dist/components/uikit-sdk/Select/SelectItem.js +0 -40
- package/dist/components/uikit-sdk/Select/index.js +0 -2
- package/dist/components/uikit-sdk/Select/styles.js +0 -50
- package/dist/components/uikit-sdk/Select/types.js +0 -37
- package/dist/components/uikit-sdk/Skeleton/index.js +0 -31
- package/dist/components/uikit-sdk/Skeleton/styles.js +0 -40
- package/dist/components/uikit-sdk/Skeleton/types.js +0 -10
- package/dist/components/uikit-sdk/Svg/Icons/AbondFullLogo.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/AbondSmallLogo.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/AccountMonkey.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/AllChains.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/ApebondLogo.js +0 -17
- package/dist/components/uikit-sdk/Svg/Icons/ApeswapSmallLogo.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/Arrow.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Audit.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/BananaIcon.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/BillsM1.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/BillsM2.js +0 -17
- package/dist/components/uikit-sdk/Svg/Icons/BillsM3.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Bridge.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Bubble.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Calculator.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Calendar.js +0 -5
- package/dist/components/uikit-sdk/Svg/Icons/Cancelled.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Card.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Caret.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Chain.js +0 -9
- package/dist/components/uikit-sdk/Svg/Icons/Chart.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Chat.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Close.js +0 -9
- package/dist/components/uikit-sdk/Svg/Icons/Cog.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Collapse.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Copy.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Discord.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/DiscordNew.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Docs.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/DocsV2.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Ellipse.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Error.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Expand.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Explorer.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/External.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Farm.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Fav.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/FilledURL.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Fire.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/Frame.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/FullLogo.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/Gnana.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/GreenShield.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/Hamburger.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/HamburgerClosed.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Home.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Hot.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/Info.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/InfoSolid.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Insight.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Instagram.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Island.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Language.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/LanguageIcon.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/LineChart.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/LiquidityIcon.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Logout.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Medium.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/MenuSettings.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Message.js +0 -9
- package/dist/components/uikit-sdk/Svg/Icons/Migrate.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Moon.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/More.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/NFA.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/NavCaret.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/PlaceholderMonkey.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Play.js +0 -5
- package/dist/components/uikit-sdk/Svg/Icons/Pool.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Positions.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/ProfileDark.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/ProfileIcon.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/ProfileLight.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/Question.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/QuestionCircle.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/QuestionFill.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Quiz.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Receipt.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Reddit.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Rocket.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/ScrollTop.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Search.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Send.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Settings.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Share.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Sort.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Success.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/SuccessOutline.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/SwapArrows.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/SwitchArrows.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Tag.js +0 -5
- package/dist/components/uikit-sdk/Svg/Icons/Telegram.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/TelegramNew.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/TextLogo.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/TickShield.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Trade.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Trash.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Twitter.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/URL.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Vaults.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Verified.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/Wallet.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Warning.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Watch.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Website.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/WebsiteNew.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/WhitepaperNew.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/XNew.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/YellowQuestionMark.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/ZapArrow.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/ZapIcon.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/index.js +0 -112
- package/dist/components/uikit-sdk/Svg/Icons/polygonNew.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/types.js +0 -1
- package/dist/components/uikit-sdk/Svg/index.js +0 -347
- package/dist/components/uikit-sdk/Svg/styles.js +0 -16
- package/dist/components/uikit-sdk/Svg/tokens/ABOND.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/ARBITRUM.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/AVAX.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/BANANA.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/BASE.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/BNB.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/BSC.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/CELO.js +0 -5
- package/dist/components/uikit-sdk/Svg/tokens/CRONOS.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/ETH.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/FANTOM.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/GNANA.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/GNOSIS.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/INEVM.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/IOTA.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/LIGHTLINK.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/LINEA.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/OKX.js +0 -5
- package/dist/components/uikit-sdk/Svg/tokens/OPTIMISM.js +0 -8
- package/dist/components/uikit-sdk/Svg/tokens/POLYGON.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/POLYGONZK.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/TLOS.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/index.js +0 -22
- package/dist/components/uikit-sdk/Svg/types.js +0 -165
- package/dist/components/uikit-sdk/Svg/walletIcons/BinanceChain.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/Bitkeep.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/Brave.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/Coinbase.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/MadWallet.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/MathWallet.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/Metamask.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/Nabox.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/OKX.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/OntoWallet.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/SafePalWallet.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/SocialLogin.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/TokenPocket.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/TorusWallet.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/TrustWallet.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/Unstoppable.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/WalletConnect.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/WalletImage.js +0 -5
- package/dist/components/uikit-sdk/Svg/walletIcons/index.js +0 -18
- package/dist/components/uikit-sdk/Tag/ListTag.js +0 -20
- package/dist/components/uikit-sdk/Tag/Tag.js +0 -42
- package/dist/components/uikit-sdk/Tag/index.js +0 -2
- package/dist/components/uikit-sdk/Tag/styles.js +0 -44
- package/dist/components/uikit-sdk/Tag/types.js +0 -34
- package/dist/components/uikit-sdk/Text/index.js +0 -35
- package/dist/components/uikit-sdk/Text/types.js +0 -13
- package/dist/components/uikit-sdk/TokenImage/index.js +0 -18
- package/dist/components/uikit-sdk/TooltipBubble/index.js +0 -66
- package/dist/components/uikit-sdk/TooltipBubble/styles.js +0 -60
- package/dist/components/uikit-sdk/TooltipBubble/types.js +0 -8
- package/dist/components/uikit-sdk/index.js +0 -12
- package/dist/config/abi/bond.json +0 -450
- package/dist/config/abi/erc20.json +0 -117
- package/dist/config/abi/multicallv2.json +0 -143
- package/dist/config/abi/types/Banana.js +0 -1
- package/dist/config/abi/types/Bond.js +0 -1
- package/dist/config/abi/types/BondNft.js +0 -1
- package/dist/config/abi/types/EnsPublicResolver.js +0 -1
- package/dist/config/abi/types/EnsRegistrar.js +0 -1
- package/dist/config/abi/types/Erc20.js +0 -1
- package/dist/config/abi/types/Erc20_bytes32.js +0 -1
- package/dist/config/abi/types/JungleChef.js +0 -1
- package/dist/config/abi/types/LaunchBonds.js +0 -1
- package/dist/config/abi/types/LensContract.js +0 -1
- package/dist/config/abi/types/LockVeAbond.js +0 -1
- package/dist/config/abi/types/MigrationBond.js +0 -1
- package/dist/config/abi/types/MigrationFveAbond.js +0 -1
- package/dist/config/abi/types/MiniComplexRewarder.js +0 -1
- package/dist/config/abi/types/Multicallv2.js +0 -1
- package/dist/config/abi/types/Multicallv3.js +0 -1
- package/dist/config/abi/types/NonFungibleApes.js +0 -1
- package/dist/config/abi/types/NonFungibleBananas.js +0 -1
- package/dist/config/abi/types/PriceGetter.js +0 -1
- package/dist/config/abi/types/PriceGetterLinea.js +0 -1
- package/dist/config/abi/types/PriceGetterV2.js +0 -1
- package/dist/config/abi/types/SousChef.js +0 -1
- package/dist/config/abi/types/Treasury.js +0 -1
- package/dist/config/abi/types/Weth.js +0 -1
- package/dist/config/abi/types/Zap.js +0 -1
- package/dist/config/abi/types/common.js +0 -1
- package/dist/config/abi/types/factories/Banana__factory.js +0 -628
- package/dist/config/abi/types/factories/BondNft__factory.js +0 -951
- package/dist/config/abi/types/factories/Bond__factory.js +0 -1042
- package/dist/config/abi/types/factories/EnsPublicResolver__factory.js +0 -833
- package/dist/config/abi/types/factories/EnsRegistrar__factory.js +0 -439
- package/dist/config/abi/types/factories/Erc20__factory.js +0 -239
- package/dist/config/abi/types/factories/Erc20_bytes32__factory.js +0 -47
- package/dist/config/abi/types/factories/JungleChef__factory.js +0 -326
- package/dist/config/abi/types/factories/LaunchBonds__factory.js +0 -2031
- package/dist/config/abi/types/factories/LensContract__factory.js +0 -338
- package/dist/config/abi/types/factories/LockVeAbond__factory.js +0 -2215
- package/dist/config/abi/types/factories/MigrationBond__factory.js +0 -1656
- package/dist/config/abi/types/factories/MigrationFveAbond__factory.js +0 -346
- package/dist/config/abi/types/factories/MiniComplexRewarder__factory.js +0 -586
- package/dist/config/abi/types/factories/Multicallv2__factory.js +0 -160
- package/dist/config/abi/types/factories/Multicallv3__factory.js +0 -109
- package/dist/config/abi/types/factories/NonFungibleApes__factory.js +0 -810
- package/dist/config/abi/types/factories/NonFungibleBananas__factory.js +0 -756
- package/dist/config/abi/types/factories/PriceGetterLinea__factory.js +0 -1465
- package/dist/config/abi/types/factories/PriceGetterV2__factory.js +0 -1364
- package/dist/config/abi/types/factories/PriceGetter__factory.js +0 -1326
- package/dist/config/abi/types/factories/SousChef__factory.js +0 -666
- package/dist/config/abi/types/factories/Treasury__factory.js +0 -309
- package/dist/config/abi/types/factories/Weth__factory.js +0 -296
- package/dist/config/abi/types/factories/Zap__factory.js +0 -889
- package/dist/config/abi/types/factories/index.js +0 -28
- package/dist/config/abi/types/index.js +0 -26
- package/dist/config/constants/addresses.js +0 -116
- package/dist/config/constants/api.js +0 -6
- package/dist/config/constants/chains.js +0 -436
- package/dist/config/constants/lifiRouting.js +0 -6
- package/dist/config/constants/lists.js +0 -21
- package/dist/config/constants/meta.js +0 -92
- package/dist/config/constants/misc.js +0 -4
- package/dist/config/constants/networks.js +0 -44
- package/dist/config/constants/products.js +0 -58
- package/dist/config/constants/queryKeys.js +0 -24
- package/dist/config/constants/tokens.js +0 -452
- package/dist/config/constants/tutorials.js +0 -80
- package/dist/config/localization/languages.js +0 -83
- package/dist/config/localization/translations.json +0 -918
- package/dist/contexts/Localization/Provider.js +0 -134
- package/dist/contexts/Localization/helpers.js +0 -63
- package/dist/contexts/Localization/index.js +0 -2
- package/dist/contexts/Localization/types.js +0 -1
- package/dist/contexts/Localization/useTranslation.js +0 -10
- package/dist/contexts/ModalContext.js +0 -67
- package/dist/contexts/RefreshContext.js +0 -78
- package/dist/enum/apeswaplists.d.ts +0 -418
- package/dist/enum/apeswaplists.js +0 -152
- package/dist/enum/tooltips.js +0 -13
- package/dist/hooks/useCookie.js +0 -29
- package/dist/hooks/useIsAbond.js +0 -10
- package/dist/hooks/useModal.js +0 -39
- package/dist/hooks/usePendingVesting.js +0 -13
- package/dist/hooks/useRefresh.js +0 -7
- package/dist/hooks/useTimer.js +0 -13
- package/dist/hooks/useTopThreeTags.js +0 -25
- package/dist/index.d.ts +0 -5
- package/dist/index.js +0 -6
- package/dist/providers/index.js +0 -12
- package/dist/theme/base.js +0 -123
- package/dist/theme/colors.js +0 -93
- package/dist/theme/components.js +0 -338
- package/dist/theme/display.js +0 -2
- package/dist/theme/index.js +0 -15
- package/dist/theme/types.js +0 -1
- package/dist/types/bonds.js +0 -1
- package/dist/types/yourbonds.js +0 -1
- package/dist/utils/convertToTokenValue.js +0 -24
- package/dist/utils/formatNumber.js +0 -34
- package/dist/utils/formatNumbers.js +0 -148
- package/dist/utils/getBalanceNumber.js +0 -18
- package/dist/utils/getTimePeriods.js +0 -44
- package/dist/utils/index.js +0 -127
- package/dist/utils/localStorageHelpers.js +0 -47
- package/dist/utils/multicall.js +0 -90
- package/dist/utils/numbers.js +0 -111
- package/dist/utils/roundNumber.js +0 -14
- package/dist/utils/track.js +0 -17
- package/dist/views/BondModal/BondModal.js +0 -277
- package/dist/views/BondModal/helper.js +0 -54
- package/dist/views/BondModal/index.js +0 -18
- package/dist/views/Bonds/Bonds.js +0 -174
- package/dist/views/YourBonds/YourBonds.js +0 -276
- package/dist/views/YourBonds/fetchBillsUser.js +0 -235
- package/dist/views/YourBonds/getBillNftData.js +0 -109
- package/dist/views/YourBondsModal/YourBondsModal.js +0 -173
- package/dist/views/YourBondsModal/styles.js +0 -12
- /package/dist/{enum → config/constants}/tooltips.d.ts +0 -0
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
|
|
2
|
-
var Ellipse = function (_a) {
|
|
3
|
-
var _b = _a.direction, direction = _b === void 0 ? 'right' : _b, _c = _a.color, color = _c === void 0 ? 'text' : _c, width = _a.width, getStyles = _a.getStyles;
|
|
4
|
-
var deg = {
|
|
5
|
-
left: 180,
|
|
6
|
-
up: 270,
|
|
7
|
-
right: 0,
|
|
8
|
-
down: 90,
|
|
9
|
-
};
|
|
10
|
-
var style = getStyles({
|
|
11
|
-
degree: deg[direction],
|
|
12
|
-
color: color,
|
|
13
|
-
});
|
|
14
|
-
return (_jsxs("svg", { width: width || '24', viewBox: "0 0 23 23", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: [_jsx("circle", { cx: "11.5", cy: "11.5", r: "11.5", fill: "url(#paint0_linear_3820_7927)" }), _jsx("defs", { children: _jsxs("linearGradient", { id: "paint0_linear_3820_7927", x1: "3.1625", y1: "18.6875", x2: "23", y2: "4.025", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#A16552" }), _jsx("stop", { offset: "1", stopColor: "#E1B242" })] }) })] }));
|
|
15
|
-
};
|
|
16
|
-
export default Ellipse;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx } from "theme-ui/jsx-runtime";
|
|
2
|
-
var Error = function (_a) {
|
|
3
|
-
var _b = _a.direction, direction = _b === void 0 ? 'right' : _b, _c = _a.color, color = _c === void 0 ? 'white' : _c, width = _a.width, getStyles = _a.getStyles;
|
|
4
|
-
var deg = {
|
|
5
|
-
left: 180,
|
|
6
|
-
up: 270,
|
|
7
|
-
right: 0,
|
|
8
|
-
down: 90,
|
|
9
|
-
};
|
|
10
|
-
var style = getStyles({
|
|
11
|
-
degree: deg[direction],
|
|
12
|
-
color: color,
|
|
13
|
-
});
|
|
14
|
-
return (_jsx("svg", { width: width || '30', viewBox: "0 0 30 26", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: _jsx("path", { d: "M3.14966 26H26.8503C29.2739 26 30.7847 23.447 29.5729 21.4138L17.7226 1.52492C16.5108 -0.508305 13.4892 -0.508305 12.2774 1.52492L0.427071 21.4138C-0.784717 23.447 0.726083 26 3.14966 26ZM15 15.2988C14.1344 15.2988 13.4262 14.6109 13.4262 13.7701V10.7126C13.4262 9.87182 14.1344 9.18389 15 9.18389C15.8656 9.18389 16.5738 9.87182 16.5738 10.7126V13.7701C16.5738 14.6109 15.8656 15.2988 15 15.2988ZM16.5738 19.8851C16.5738 20.7293 15.8893 21.4138 15.045 21.4138H14.955C14.1107 21.4138 13.4262 20.7293 13.4262 19.8851C13.4262 19.0408 14.1107 18.3563 14.955 18.3563H15.045C15.8893 18.3563 16.5738 19.0408 16.5738 19.8851Z", fill: "#DF4141" }) }));
|
|
15
|
-
};
|
|
16
|
-
export default Error;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
|
|
2
|
-
var Expand = function (_a) {
|
|
3
|
-
var _b = _a.direction, direction = _b === void 0 ? 'down' : _b, color = _a.color, width = _a.width, getStyles = _a.getStyles;
|
|
4
|
-
var deg = {
|
|
5
|
-
left: 90,
|
|
6
|
-
up: 180,
|
|
7
|
-
right: 270,
|
|
8
|
-
down: 0,
|
|
9
|
-
};
|
|
10
|
-
var style = getStyles({
|
|
11
|
-
degree: deg[direction],
|
|
12
|
-
color: color,
|
|
13
|
-
});
|
|
14
|
-
return (_jsxs("svg", { width: width || '12', height: width || '12', viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: [_jsx("rect", { x: "0.492676", y: "0.873535", width: "10", height: "10", rx: "5", fill: color === 'white' ? 'transparent' : 'white' }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.63257 3.36583C2.63257 3.17107 2.79045 3.01318 2.98522 3.01318H4.23908C4.43384 3.01318 4.59173 3.17107 4.59173 3.36583C4.59173 3.56059 4.43384 3.71848 4.23908 3.71848H3.83658L4.8019 4.6838C4.93962 4.82151 4.93962 5.0448 4.8019 5.18252C4.66418 5.32023 4.4409 5.32023 4.30318 5.18252L3.33786 4.2172V4.61969C3.33786 4.81445 3.17998 4.97234 2.98522 4.97234C2.79045 4.97234 2.63257 4.81445 2.63257 4.61969V3.36583ZM6.7468 3.01318H8.00066C8.19542 3.01318 8.35331 3.17107 8.35331 3.36583V4.61969C8.35331 4.81445 8.19542 4.97234 8.00066 4.97234C7.8059 4.97234 7.64801 4.81445 7.64801 4.61969V4.2172L6.68269 5.18252C6.54497 5.32023 6.32169 5.32023 6.18397 5.18252C6.04625 5.0448 6.04625 4.82151 6.18397 4.6838L7.14929 3.71848H6.7468C6.55204 3.71848 6.39415 3.56059 6.39415 3.36583C6.39415 3.17107 6.55204 3.01318 6.7468 3.01318ZM4.8019 6.56459C4.93962 6.70231 4.93962 6.92559 4.8019 7.06331L3.83658 8.02862H4.23908C4.43384 8.02862 4.59173 8.18651 4.59173 8.38127C4.59173 8.57603 4.43384 8.73392 4.23908 8.73392H2.98522C2.79045 8.73392 2.63257 8.57603 2.63257 8.38127V7.12741C2.63257 6.93265 2.79045 6.77476 2.98522 6.77476C3.17998 6.77476 3.33786 6.93265 3.33786 7.12741V7.5299L4.30318 6.56459C4.4409 6.42687 4.66418 6.42687 4.8019 6.56459ZM6.18397 6.56459C6.32169 6.42687 6.54497 6.42687 6.68269 6.56459L7.64801 7.52991V7.12741C7.64801 6.93265 7.8059 6.77476 8.00066 6.77476C8.19542 6.77476 8.35331 6.93265 8.35331 7.12741V8.38127C8.35331 8.57603 8.19542 8.73392 8.00066 8.73392H6.7468C6.55204 8.73392 6.39415 8.57603 6.39415 8.38127C6.39415 8.18651 6.55204 8.02862 6.7468 8.02862H7.14929L6.18397 7.06331C6.04625 6.92559 6.04625 6.70231 6.18397 6.56459Z", fill: "#161420" })] }));
|
|
15
|
-
};
|
|
16
|
-
export default Expand;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
|
|
2
|
-
var Explorer = function (_a) {
|
|
3
|
-
var _b = _a.direction, direction = _b === void 0 ? 'right' : _b, _c = _a.color, color = _c === void 0 ? 'white' : _c, width = _a.width, getStyles = _a.getStyles;
|
|
4
|
-
var deg = {
|
|
5
|
-
left: 180,
|
|
6
|
-
up: 270,
|
|
7
|
-
right: 0,
|
|
8
|
-
down: 90,
|
|
9
|
-
};
|
|
10
|
-
var style = getStyles({
|
|
11
|
-
degree: deg[direction],
|
|
12
|
-
color: color,
|
|
13
|
-
});
|
|
14
|
-
return (_jsxs("svg", { width: width || '123', viewBox: "0 0 123 123", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: [_jsx("path", { fill: "#21325B", d: "M25.79 58.415a5.157 5.157 0 015.181-5.156l8.59.028a5.164 5.164 0 015.164 5.164v32.48c.967-.287 2.209-.593 3.568-.913a4.3 4.3 0 003.317-4.187V45.54a5.165 5.165 0 015.164-5.165h8.607a5.165 5.165 0 015.164 5.165v37.393s2.155-.872 4.254-1.758a4.311 4.311 0 002.632-3.967V32.63a5.164 5.164 0 015.163-5.164H91.2a5.164 5.164 0 015.164 5.164V69.34c7.462-5.408 15.024-11.912 21.025-19.733a8.662 8.662 0 001.319-8.092A60.792 60.792 0 0060.567.686 60.788 60.788 0 008.577 91.75a7.688 7.688 0 007.334 3.8c1.628-.143 3.655-.346 6.065-.63a4.3 4.3 0 003.815-4.268l-.001-32.236z" }), _jsx("path", { fill: "#979695", d: "M25.602 110.51a60.813 60.813 0 0063.371 5.013 60.815 60.815 0 0033.212-54.203c0-1.4-.065-2.785-.158-4.162-22.219 33.138-63.244 48.63-96.423 53.347" })] }));
|
|
15
|
-
};
|
|
16
|
-
export default Explorer;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx } from "theme-ui/jsx-runtime";
|
|
2
|
-
var External = function (_a) {
|
|
3
|
-
var _b = _a.direction, direction = _b === void 0 ? 'right' : _b, _c = _a.color, color = _c === void 0 ? 'text' : _c, width = _a.width, getStyles = _a.getStyles;
|
|
4
|
-
var deg = {
|
|
5
|
-
left: 180,
|
|
6
|
-
up: 270,
|
|
7
|
-
right: 0,
|
|
8
|
-
down: 90,
|
|
9
|
-
};
|
|
10
|
-
var style = getStyles({
|
|
11
|
-
degree: deg[direction],
|
|
12
|
-
color: color,
|
|
13
|
-
});
|
|
14
|
-
return (_jsx("svg", { width: width || '11', viewBox: "0 0 11 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: _jsx("path", { d: "M9.16667 10.2778H1.83333C1.49722 10.2778 1.22222 10.0028 1.22222 9.66667V2.33333C1.22222 1.99722 1.49722 1.72222 1.83333 1.72222H4.88889C5.225 1.72222 5.5 1.44722 5.5 1.11111C5.5 0.775 5.225 0.5 4.88889 0.5H1.22222C0.543889 0.5 0 1.05 0 1.72222V10.2778C0 10.95 0.55 11.5 1.22222 11.5H9.77778C10.45 11.5 11 10.95 11 10.2778V6.61111C11 6.275 10.725 6 10.3889 6C10.0528 6 9.77778 6.275 9.77778 6.61111V9.66667C9.77778 10.0028 9.50278 10.2778 9.16667 10.2778ZM6.72222 1.11111C6.72222 1.44722 6.99722 1.72222 7.33333 1.72222H8.91611L3.33667 7.30167C3.09833 7.54 3.09833 7.925 3.33667 8.16333C3.575 8.40167 3.96 8.40167 4.19833 8.16333L9.77778 2.58389V4.16667C9.77778 4.50278 10.0528 4.77778 10.3889 4.77778C10.725 4.77778 11 4.50278 11 4.16667V1.11111C11 0.775 10.725 0.5 10.3889 0.5H7.33333C6.99722 0.5 6.72222 0.775 6.72222 1.11111Z", fill: "#4D4040" }) }));
|
|
15
|
-
};
|
|
16
|
-
export default External;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
|
|
2
|
-
var Farm = function (_a) {
|
|
3
|
-
var _b = _a.direction, direction = _b === void 0 ? 'right' : _b, _c = _a.color, color = _c === void 0 ? 'text' : _c, width = _a.width, getStyles = _a.getStyles;
|
|
4
|
-
var deg = {
|
|
5
|
-
left: 180,
|
|
6
|
-
up: 270,
|
|
7
|
-
right: 0,
|
|
8
|
-
down: 90,
|
|
9
|
-
};
|
|
10
|
-
var style = getStyles({
|
|
11
|
-
degree: deg[direction],
|
|
12
|
-
color: color,
|
|
13
|
-
});
|
|
14
|
-
return (_jsxs("svg", { width: width || '28', viewBox: "0 0 27 28", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: [_jsx("path", { d: "M5.71448 24.3789V28.0001H0.693432C0.145681 28.0001 -0.189056 27.3915 0.11525 26.9351C1.0586 25.4135 2.76271 24.3789 4.67984 24.3789H5.71448Z", fill: "#4D4040" }), _jsx("path", { d: "M23.6382 28.0001H18.6172V24.3789H19.6823C21.5994 24.3789 23.2731 25.3831 24.2468 26.9351C24.5207 27.3915 24.186 28.0001 23.6382 28.0001Z", fill: "#4D4040" }), _jsx("path", { d: "M10.0052 11.5065C10.1877 11.6587 10.279 11.9021 10.279 12.1456V12.4499C10.279 12.9368 9.853 13.3628 9.33568 13.3628C8.81836 13.3628 8.39233 12.9672 8.39233 12.4499V12.1456C8.39233 11.6587 8.81836 11.2327 9.33568 11.2327C9.60956 11.2327 9.853 11.3544 10.0052 11.5065Z", fill: "#4D4040" }), _jsx("path", { d: "M11.8918 15.4932C11.831 15.6149 11.6788 15.6758 11.5267 15.6149L10.9181 15.3411C10.7963 15.2802 10.7355 15.128 10.7963 14.9759C10.8268 14.8846 10.9485 14.8237 11.0398 14.8237C11.0702 14.8237 11.1006 14.8237 11.1311 14.8542L11.7397 15.128C11.8918 15.2193 11.9527 15.3715 11.8918 15.4932Z", fill: "#4D4040" }), _jsx("path", { d: "M13.5352 15.0062C13.596 15.1279 13.5351 15.3105 13.4134 15.3713L12.8048 15.6452C12.6831 15.7061 12.5309 15.6452 12.4396 15.5235C12.3788 15.4018 12.4396 15.2192 12.5614 15.1583L13.17 14.8844C13.2004 14.854 13.2308 14.854 13.2613 14.854C13.4134 14.854 13.5047 14.9149 13.5352 15.0062Z", fill: "#4D4040" }), _jsx("path", { d: "M15.6653 11.5065C15.8479 11.6587 15.9392 11.9021 15.9392 12.1456V12.4499C15.9392 12.9368 15.5132 13.3628 14.9958 13.3628C14.4785 13.3628 14.0525 12.9672 14.0525 12.4499V12.1456C14.0525 11.6587 14.4785 11.2327 14.9958 11.2327C15.2697 11.2327 15.5132 11.3544 15.6653 11.5065Z", fill: "#4D4040" }), _jsx("path", { d: "M9.33568 13.3628C8.81836 13.3628 8.39233 12.9672 8.39233 12.4499V12.1456C8.39233 11.6587 8.81836 11.2327 9.33568 11.2327C9.60956 11.2327 9.82257 11.324 10.0052 11.5065C10.1877 11.6587 10.279 11.9021 10.279 12.1456V12.4499C10.279 12.9368 9.853 13.3628 9.33568 13.3628Z", fill: "#4D4040" }), _jsx("path", { d: "M11.7701 15.1583C11.8918 15.2192 11.9527 15.3713 11.8918 15.5235C11.831 15.6452 11.6788 15.7061 11.5267 15.6452L10.9181 15.3713C10.7963 15.3105 10.7355 15.1583 10.7963 15.0062C10.8268 14.9149 10.9485 14.854 11.0398 14.854C11.0702 14.854 11.1006 14.854 11.1311 14.8844L11.7701 15.1583Z", fill: "#4D4040" }), _jsx("path", { d: "M13.5352 15.0062C13.596 15.1279 13.5351 15.3105 13.4134 15.3713L12.8048 15.6452C12.6831 15.7061 12.5309 15.6452 12.4396 15.5235C12.3788 15.4018 12.4396 15.2192 12.5614 15.1583L13.17 14.8844C13.2004 14.854 13.2308 14.854 13.2613 14.854C13.4134 14.854 13.5047 14.9149 13.5352 15.0062Z", fill: "#4D4040" }), _jsx("path", { d: "M14.9958 11.2327C15.2697 11.2327 15.4827 11.324 15.6653 11.5065C15.8479 11.6587 15.9392 11.9021 15.9392 12.1456V12.4499C15.9392 12.9368 15.5132 13.3628 14.9958 13.3628C14.4785 13.3628 14.0525 12.9672 14.0525 12.4499V12.1456C14.0525 11.6283 14.4785 11.2327 14.9958 11.2327Z", fill: "#4D4040" }), _jsx("path", { d: "M11.8918 15.4932C11.831 15.6149 11.6788 15.6758 11.5267 15.6149L10.9181 15.3411C10.7963 15.2802 10.7355 15.128 10.7963 14.9759C10.8268 14.8846 10.9485 14.8237 11.0398 14.8237C11.0702 14.8237 11.1006 14.8237 11.1311 14.8542L11.7397 15.128C11.8918 15.2193 11.9527 15.3715 11.8918 15.4932Z", fill: "#4D4040" }), _jsx("path", { d: "M13.4134 15.3411L12.8048 15.6149C12.6831 15.6758 12.5309 15.6149 12.4396 15.4932C12.3788 15.3715 12.4396 15.1889 12.5614 15.128L13.17 14.8542C13.2004 14.8237 13.2308 14.8237 13.2613 14.8237C13.3526 14.8237 13.4439 14.8846 13.5047 14.9759C13.596 15.128 13.5351 15.3106 13.4134 15.3411Z", fill: "#4D4040" }), _jsx("path", { d: "M10.279 12.1456V12.4499C10.279 12.9368 9.853 13.3628 9.33568 13.3628C8.81836 13.3628 8.39233 12.9672 8.39233 12.4499V12.1456C8.39233 11.6587 8.81836 11.2327 9.33568 11.2327C9.60956 11.2327 9.82257 11.324 10.0052 11.5065C10.1877 11.6587 10.279 11.9021 10.279 12.1456Z", fill: "#4D4040" }), _jsx("path", { d: "M15.9392 12.1456V12.4499C15.9392 12.9368 15.5132 13.3628 14.9958 13.3628C14.4785 13.3628 14.0525 12.9672 14.0525 12.4499V12.1456C14.0525 11.6587 14.4785 11.2327 14.9958 11.2327C15.2697 11.2327 15.4827 11.324 15.6653 11.5065C15.8479 11.6587 15.9392 11.9021 15.9392 12.1456Z", fill: "#4D4040" }), _jsx("path", { d: "M26.0726 20.0576C26.0117 19.875 25.8292 19.7837 25.677 19.8446C25.2814 19.9663 24.8858 20.088 24.5206 20.1793L24.8554 18.6578C24.8858 18.4752 24.7945 18.3231 24.6119 18.2926C24.4598 18.2622 24.2772 18.3535 24.2468 18.5361L23.8512 20.3619C21.2646 20.9401 19.3474 20.8184 17.9781 20.4532C19.3779 19.2664 20.2299 17.6536 20.2299 15.8582C20.2299 15.4626 20.1995 15.067 20.1082 14.7018C20.1082 14.6714 20.1082 14.641 20.0778 14.641C20.0778 14.6105 20.0473 14.5801 20.0473 14.5497C20.4125 14.3975 20.8081 14.0932 21.1733 13.6063C22.0253 12.5413 21.9949 10.9589 21.3559 10.0155H22.0558C22.6644 10.0155 23.2426 9.77207 23.6686 9.34604C24.0642 8.92001 24.3381 8.37226 24.3381 7.73322C24.3381 7.30719 24.0033 6.97245 23.5773 6.97245H19.317V3.62508C19.317 3.50336 19.317 3.41207 19.317 3.29035C19.1649 1.12978 17.0956 -0.330893 14.9959 0.0647046C13.0787 0.429872 11.2225 0.460302 9.39664 0.0951352C7.2665 -0.330893 5.16678 1.12978 5.01463 3.29035C5.01463 3.38164 5.01463 3.50336 5.01463 3.59465V6.88116H0.784776C0.571762 6.88116 0.389179 6.97245 0.267457 7.09417C0.115304 7.2159 0.0544434 7.42891 0.0544434 7.64192C0.0544434 8.88958 1.05865 9.92422 2.30631 9.92422H2.94535C2.30631 10.8676 2.30631 12.4195 3.12793 13.515C3.4931 14.0019 3.91913 14.3062 4.2843 14.4584C4.2843 14.4888 4.2843 14.5192 4.25387 14.5497C4.25387 14.5801 4.25387 14.6105 4.22343 14.641C4.13214 15.0061 4.10171 15.4017 4.10171 15.7973C4.10171 18.5056 6.0797 20.8488 8.90975 21.8834C8.97061 21.9139 9.03147 21.9139 9.09233 21.9443V24.3483H7.99683V28H16.3348V24.3788H15.1785V21.9747C15.9696 21.7009 16.7 21.3661 17.339 20.9097C18.1607 21.1835 19.1649 21.3661 20.4125 21.3661C20.8081 21.3661 21.2341 21.3357 21.6602 21.3053C21.6906 21.3357 21.721 21.3357 21.7515 21.3661L25.0684 22.5833C25.0988 22.5833 25.1293 22.6138 25.1597 22.6138C25.2814 22.6138 25.4031 22.5225 25.464 22.4008C25.5249 22.2486 25.4336 22.066 25.2814 22.0052L22.9687 21.1531C23.8512 21.001 24.825 20.7879 25.89 20.4532C26.0422 20.3923 26.1335 20.2098 26.0726 20.0576ZM17.3999 15.0974C17.552 15.5235 17.6738 16.0103 17.6738 16.3755C17.6738 17.6232 17.0956 18.7795 16.1827 19.6316C15.361 19.1143 14.9654 18.5665 14.8133 18.3231C14.935 18.2013 15.0263 18.0492 15.1176 17.897C15.2089 17.7449 15.1785 17.5623 15.0263 17.471C14.8741 17.3797 14.6916 17.4101 14.6003 17.5623C14.083 18.3535 13.17 18.8404 12.1658 18.8404C11.1616 18.8404 10.2183 18.3535 9.73138 17.5623C9.64008 17.4101 9.4575 17.3797 9.30534 17.471C9.15319 17.5623 9.12276 17.7753 9.21405 17.897C9.82266 18.8708 10.979 19.449 12.1963 19.449C12.9874 19.449 13.7482 19.1751 14.3568 18.7491C14.5394 19.0534 14.9654 19.5707 15.6653 20.0576C14.722 20.7271 13.5048 21.1227 12.1963 21.1227C9.15319 21.1227 6.68832 18.9925 6.68832 16.3451C6.68832 15.9799 6.81004 15.493 6.96219 15.067C7.14477 14.4888 7.05348 13.8802 6.74918 13.3629C6.65788 13.2412 6.59702 13.1194 6.53616 12.9977C6.35358 12.6021 6.26228 12.1761 6.26228 11.7501C6.26228 11.0806 6.4753 10.472 6.84047 9.95465H17.5216C17.8868 10.472 18.0998 11.0806 18.0998 11.7501C18.0998 12.2065 18.0085 12.6325 17.8259 13.0281C17.7651 13.1499 17.7042 13.2716 17.6129 13.3933C17.3086 13.9106 17.2173 14.5497 17.3999 15.0974Z", fill: "#4D4040" })] }));
|
|
15
|
-
};
|
|
16
|
-
export default Farm;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx } from "theme-ui/jsx-runtime";
|
|
2
|
-
var Fav = function (_a) {
|
|
3
|
-
var _b = _a.direction, direction = _b === void 0 ? 'down' : _b, _c = _a.color, color = _c === void 0 ? 'text' : _c, width = _a.width, getStyles = _a.getStyles;
|
|
4
|
-
var deg = {
|
|
5
|
-
left: 90,
|
|
6
|
-
up: 180,
|
|
7
|
-
right: 270,
|
|
8
|
-
down: 0,
|
|
9
|
-
};
|
|
10
|
-
var style = getStyles({
|
|
11
|
-
degree: deg[direction],
|
|
12
|
-
color: color,
|
|
13
|
-
});
|
|
14
|
-
return (_jsx("svg", { width: width || '16', viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: _jsx("path", { d: "M3.06 15.7142L4.36 10.0097L0 6.17286L5.76 5.66535L8 0.285645L10.24 5.66535L16 6.17286L11.64 10.0097L12.94 15.7142L8 12.6894L3.06 15.7142Z", fill: "#4D4040" }) }));
|
|
15
|
-
};
|
|
16
|
-
export default Fav;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
|
|
2
|
-
var FilledURL = function (_a) {
|
|
3
|
-
var _b = _a.direction, direction = _b === void 0 ? 'down' : _b, _c = _a.color, color = _c === void 0 ? 'text' : _c, width = _a.width, getStyles = _a.getStyles;
|
|
4
|
-
var deg = {
|
|
5
|
-
left: 90,
|
|
6
|
-
up: 180,
|
|
7
|
-
right: 270,
|
|
8
|
-
down: 0,
|
|
9
|
-
};
|
|
10
|
-
var style = getStyles({
|
|
11
|
-
degree: deg[direction],
|
|
12
|
-
color: color,
|
|
13
|
-
});
|
|
14
|
-
return (_jsxs("svg", { width: width || '12', height: "12", viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: [_jsx("path", { d: "M3.74081 7.50173C3.60975 6.50548 3.60975 5.49562 3.74081 4.49939H7.94338C8.07486 5.49559 8.07486 6.50554 7.94338 7.50173H3.74081Z", fill: "#FAFAFA" }), _jsx("path", { d: "M7.80674 3.73031H3.86725C4.06911 2.85334 4.32918 2.01243 4.88437 1.30146C5.03377 1.11046 5.20791 0.946569 5.42078 0.829841C5.71498 0.669728 6.00575 0.679165 6.294 0.845647C6.57421 1.00765 6.78113 1.2477 6.95985 1.51487C7.36587 2.12232 7.5971 2.80546 7.76754 3.51408C7.78312 3.57869 7.79574 3.64401 7.80975 3.70909C7.80958 3.71626 7.80853 3.72339 7.80674 3.73031Z", fill: "#FAFAFA" }), _jsx("path", { d: "M3.86865 8.26941H7.82989C7.7394 8.58754 7.65991 8.89786 7.56276 9.20203C7.40233 9.7041 7.19611 10.1875 6.87097 10.6001C6.71576 10.7982 6.53506 10.9736 6.33388 11.1215C6.00784 11.3585 5.65979 11.3349 5.32571 11.1135C4.99622 10.8947 4.76892 10.5808 4.57324 10.241C4.22496 9.6319 4.02194 8.96808 3.86865 8.26941Z", fill: "#FAFAFA" }), _jsx("path", { d: "M3.00249 7.51045H2.8783C2.13774 7.51045 1.39741 7.50883 0.655702 7.51282C0.565653 7.51282 0.531969 7.48359 0.511117 7.39634C0.287024 6.4592 0.281985 5.52353 0.518681 4.58806C0.533116 4.53147 0.541589 4.48879 0.616745 4.48926C1.39901 4.49256 2.18151 4.49186 2.96399 4.49256C2.97614 4.49502 2.98803 4.49865 2.99951 4.50341C2.87929 5.50201 2.88029 6.51211 3.00249 7.51045Z", fill: "#FAFAFA" }), _jsx("path", { d: "M8.68457 4.49631C8.72625 4.49419 8.75995 4.49089 8.79341 4.49089C9.54153 4.49089 10.2897 4.49207 11.0378 4.48877C11.1168 4.48877 11.1486 4.50976 11.1686 4.59158C11.3998 5.53623 11.4016 6.47808 11.1636 7.42274C11.1496 7.47769 11.1368 7.51184 11.0696 7.51161C10.2906 7.50959 9.51195 7.50895 8.73384 7.50976C8.71676 7.50785 8.69991 7.50443 8.68341 7.49957C8.80487 6.50245 8.80528 5.49358 8.68457 4.49631Z", fill: "#FAFAFA" }), _jsx("path", { d: "M10.8664 3.7326H8.57021C8.45019 3.14119 8.29527 2.55969 8.0572 2.00577C7.81914 1.45185 7.52219 0.930235 7.07837 0.509075C7.483 0.485494 8.71825 1.10615 9.34218 1.64097C10.0037 2.20974 10.6654 3.1136 10.8664 3.7326Z", fill: "#FAFAFA" }), _jsx("path", { d: "M3.11587 3.7306H0.822693C1.16089 2.41667 3.2373 0.641486 4.61577 0.5C4.16851 0.92988 3.87086 1.44489 3.63256 1.99976C3.39426 2.55462 3.23524 3.13518 3.11587 3.7306Z", fill: "#FAFAFA" }), _jsx("path", { d: "M8.57289 8.26941H10.8617C10.5765 9.53713 8.42098 11.38 7.08099 11.5C7.95174 10.6065 8.31375 9.4647 8.57289 8.26941Z", fill: "#FAFAFA" }), _jsx("path", { d: "M3.11316 8.26941C3.37185 9.46354 3.72953 10.6027 4.59703 11.4899C4.23476 11.5304 2.95253 10.8869 2.33662 10.3533C1.68153 9.78567 0.934325 8.75752 0.824341 8.26941H3.11316Z", fill: "#FAFAFA" })] }));
|
|
15
|
-
};
|
|
16
|
-
export default FilledURL;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx } from "theme-ui/jsx-runtime";
|
|
2
|
-
var Success = function (_a) {
|
|
3
|
-
var _b = _a.color, color = _b === void 0 ? '#DF4141' : _b, width = _a.width;
|
|
4
|
-
return (_jsx("svg", { width: width || '10', viewBox: "0 0 11 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M10.2183 6.37303C9.93388 5.73298 9.52048 5.15849 9.00391 4.68553L8.57764 4.29442C8.56316 4.2815 8.54574 4.27234 8.5269 4.26772C8.50806 4.26311 8.48837 4.2632 8.46957 4.26797C8.45077 4.27274 8.43343 4.28206 8.41907 4.2951C8.40471 4.30814 8.39377 4.3245 8.38721 4.34276L8.19678 4.88914C8.07812 5.23192 7.85986 5.58202 7.55078 5.92625C7.53027 5.94823 7.50684 5.95409 7.49072 5.95555C7.47461 5.95702 7.44971 5.95409 7.42773 5.93358C7.40723 5.916 7.39697 5.88963 7.39844 5.86326C7.45264 4.98143 7.18897 3.9868 6.61182 2.90428C6.13428 2.00487 5.4707 1.30321 4.6416 0.813947L4.03662 0.45799C3.95752 0.411115 3.85645 0.472639 3.86084 0.564924L3.89307 1.26805C3.91504 1.74852 3.85938 2.17332 3.72754 2.52635C3.56641 2.95848 3.33496 3.35985 3.03906 3.7202C2.83314 3.97063 2.59974 4.19715 2.34326 4.39549C1.72555 4.87034 1.22326 5.47879 0.874023 6.17528C0.525645 6.87783 0.344175 7.65134 0.34375 8.43553C0.34375 9.12694 0.47998 9.79637 0.749512 10.4277C1.00977 11.0356 1.38534 11.5873 1.85547 12.0522C2.33008 12.521 2.88086 12.8901 3.49463 13.1465C4.13037 13.4131 4.8042 13.5478 5.5 13.5478C6.1958 13.5478 6.86963 13.4131 7.50537 13.1479C8.11763 12.8931 8.67438 12.5214 9.14453 12.0537C9.61914 11.5849 9.99121 11.0371 10.2505 10.4292C10.5196 9.79956 10.6577 9.12172 10.6563 8.43699C10.6563 7.72215 10.5098 7.02782 10.2183 6.37303Z", fill: color }) }));
|
|
5
|
-
};
|
|
6
|
-
export default Success;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
|
|
2
|
-
var Frame = function (_a) {
|
|
3
|
-
var _b = _a.direction, direction = _b === void 0 ? 'right' : _b, _c = _a.color, color = _c === void 0 ? 'text' : _c, width = _a.width, getStyles = _a.getStyles;
|
|
4
|
-
var deg = {
|
|
5
|
-
left: 180,
|
|
6
|
-
up: 270,
|
|
7
|
-
right: 0,
|
|
8
|
-
down: 90,
|
|
9
|
-
};
|
|
10
|
-
var style = getStyles({
|
|
11
|
-
degree: deg[direction],
|
|
12
|
-
color: color,
|
|
13
|
-
});
|
|
14
|
-
return (_jsxs("svg", { width: width || '25', viewBox: "0 0 25 28", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: [_jsx("g", { clipPath: "url(#clip0_3820_8010)", children: _jsx("path", { d: "M6.42081 8.55251H3.67029C2.99749 8.5524 2.34312 8.76397 1.80698 9.15495C1.27084 9.54593 0.882352 10.0949 0.700773 10.718C0.315349 9.0328 0.963562 5.95727 3.32866 4.55853C3.32866 4.55853 2.50526 7.57508 2.96076 8.33343C2.96076 8.33343 6.29818 7.81102 5.15067 0C5.16819 0 8.51437 2.56997 6.42081 8.55251ZM9.38157 8.55251H7.94499C8.02598 7.98115 8.23176 7.43274 8.54881 6.94333C8.86585 6.45392 9.28698 6.03459 9.78451 5.71291C9.42682 6.6175 9.28899 7.58881 9.38157 8.55251ZM16.3367 3.80861L15.5659 8.55251H12.8153L16.3367 3.80861ZM20.2348 8.6115C20.0362 8.57022 19.8335 8.55044 19.6303 8.55251H17.4229C17.7537 7.63575 17.9569 6.68094 18.0273 5.71291C18.1377 4.11681 17.9296 2.51513 17.4142 0.994282C17.5193 1.04484 20.9093 2.82275 20.2348 8.6115ZM19.9019 10.3978C19.8116 10.3891 19.7206 10.3891 19.6303 10.3978H3.67029C3.51426 10.3967 3.35954 10.4253 3.21506 10.482C3.07057 10.5387 2.93917 10.6223 2.82843 10.728C2.71769 10.8338 2.6298 10.9595 2.56983 11.0981C2.50985 11.2367 2.47897 11.3853 2.47898 11.5354V13.4818H1.0424C0.884387 13.4804 0.728276 13.515 0.586898 13.5829C0.418104 13.6626 0.274616 13.7843 0.17139 13.9355C0.0681641 14.0867 0.00897849 14.2617 2.44868e-06 14.4424V17.1303C0.00108071 17.3182 0.0565655 17.5021 0.160232 17.6613C0.263899 17.8206 0.411646 17.9489 0.586898 18.0319C0.730236 18.0934 0.885469 18.1249 1.0424 18.1246H2.47898V20.2227H1.0424C0.884387 20.2213 0.728276 20.2559 0.586898 20.3238C0.40762 20.4064 0.256904 20.537 0.15281 20.6999C0.0487166 20.8628 -0.00433859 21.0511 2.44868e-06 21.2423V23.9386C-0.000366341 24.1257 0.0546243 24.3091 0.15855 24.4672C0.262475 24.6254 0.411044 24.7518 0.586898 24.8318C0.728276 24.8997 0.884387 24.9343 1.0424 24.9329H2.47898V26.8625C2.47897 27.0126 2.50985 27.1612 2.56983 27.2997C2.6298 27.4383 2.71769 27.5641 2.82843 27.6698C2.93917 27.7756 3.07057 27.8592 3.21506 27.9158C3.35954 27.9725 3.51426 28.0011 3.67029 28H19.6303C19.786 28.0011 19.9403 27.9725 20.0843 27.9157C20.2283 27.8589 20.3591 27.7752 20.4691 27.6693C20.5792 27.5635 20.6662 27.4376 20.7253 27.2991C20.7843 27.1606 20.8141 27.0122 20.8129 26.8625V11.5101C20.8125 11.2533 20.7225 11.0041 20.5574 10.8024C20.3922 10.6007 20.1613 10.4582 19.9019 10.3978ZM7.37562 22.5314L6.4033 23.4667C6.33569 23.5325 6.2552 23.5847 6.16649 23.6203C6.07777 23.6559 5.9826 23.6742 5.88648 23.6742C5.79035 23.6742 5.69518 23.6559 5.60647 23.6203C5.51776 23.5847 5.43727 23.5325 5.36966 23.4667C5.23585 23.3333 5.16108 23.155 5.16108 22.9696C5.16108 22.7842 5.23585 22.606 5.36966 22.4725L6.34198 21.5372C6.48075 21.4084 6.66602 21.3365 6.8588 21.3365C7.05158 21.3365 7.23684 21.4084 7.37562 21.5372C7.44395 21.6022 7.49819 21.6796 7.53521 21.765C7.57223 21.8503 7.59129 21.9418 7.59129 22.0343C7.59129 22.1268 7.57223 22.2183 7.53521 22.3037C7.49819 22.389 7.44395 22.4664 7.37562 22.5314ZM7.37562 16.9112C7.308 16.977 7.22752 17.0291 7.1388 17.0647C7.05009 17.1004 6.95492 17.1187 6.8588 17.1187C6.76267 17.1187 6.6675 17.1004 6.57879 17.0647C6.49008 17.0291 6.40959 16.977 6.34198 16.9112L5.36966 16.0096C5.26687 15.9118 5.19674 15.7867 5.16823 15.6504C5.13972 15.514 5.15413 15.3726 5.20961 15.2441C5.26509 15.1157 5.35912 15.0061 5.47969 14.9293C5.60026 14.8525 5.74189 14.8121 5.88648 14.8131C5.98229 14.812 6.07737 14.8293 6.16613 14.864C6.25489 14.8987 6.33553 14.9502 6.4033 15.0153L7.37562 15.9506C7.50313 16.0805 7.57417 16.2523 7.57417 16.4309C7.57417 16.6095 7.50313 16.7814 7.37562 16.9112ZM10.8094 20.2227C10.6064 20.4192 10.3473 20.5533 10.065 20.608C9.78268 20.6627 9.48983 20.6356 9.22358 20.53C8.95733 20.4244 8.72968 20.2451 8.56949 20.0149C8.40929 19.7847 8.32377 19.5139 8.32377 19.2368C8.32377 18.9598 8.40929 18.689 8.56949 18.4588C8.72968 18.2286 8.95733 18.0493 9.22358 17.9437C9.48983 17.8381 9.78268 17.8109 10.065 17.8656C10.3473 17.9203 10.6064 18.0545 10.8094 18.251C10.9438 18.3804 11.0502 18.5341 11.1224 18.7034C11.1946 18.8726 11.2311 19.0539 11.2299 19.2368C11.2304 19.6059 11.0793 19.9603 10.8094 20.2227ZM14.1906 23.4752C14.1233 23.5415 14.0429 23.5942 13.9542 23.6304C13.8655 23.6666 13.7702 23.6854 13.6738 23.6858C13.4799 23.6814 13.2951 23.6061 13.157 23.4752L12.1847 22.5399C12.0476 22.408 11.9706 22.2292 11.9706 22.0427C11.9706 21.8563 12.0476 21.6774 12.1847 21.5456C12.3217 21.4137 12.5076 21.3397 12.7015 21.3397C12.8953 21.3397 13.0812 21.4137 13.2183 21.5456L14.1906 22.4809C14.3259 22.6119 14.4019 22.7891 14.4019 22.9738C14.4019 23.1585 14.3259 23.3357 14.1906 23.4667V23.4752ZM14.1906 15.9844L13.2183 16.9197C13.1507 16.9854 13.0702 17.0376 12.9815 17.0732C12.8928 17.1088 12.7976 17.1271 12.7015 17.1271C12.6053 17.1271 12.5102 17.1088 12.4215 17.0732C12.3328 17.0376 12.2523 16.9854 12.1847 16.9197C12.0508 16.7862 11.9761 16.608 11.9761 16.4225C11.9761 16.2371 12.0508 16.0589 12.1847 15.9254L13.1395 14.9816C13.2782 14.8529 13.4635 14.781 13.6563 14.781C13.8491 14.781 14.0343 14.8529 14.1731 14.9816C14.3092 15.1145 14.3875 15.2923 14.3921 15.4788C14.3987 15.5759 14.3843 15.6732 14.3496 15.7647C14.3149 15.8561 14.2607 15.9395 14.1906 16.0096V15.9844ZM18.185 22.3208C18.1827 22.4892 18.1115 22.6499 17.9869 22.7682C17.8623 22.8865 17.6943 22.9528 17.5193 22.9528H17.3791C17.2056 22.9506 17.0398 22.8833 16.9171 22.7652C16.7944 22.6472 16.7244 22.4877 16.7221 22.3208V16.5068C16.7244 16.3398 16.7944 16.1804 16.9171 16.0623C17.0398 15.9443 17.2056 15.877 17.3791 15.8748H17.5193C17.6943 15.8748 17.8623 15.9411 17.9869 16.0594C18.1115 16.1777 18.1827 16.3384 18.185 16.5068V22.3208ZM24.527 22.6073C24.1442 23.5763 23.5463 24.4533 22.7751 25.1772V11.5101C22.7763 11.0407 22.6591 10.5781 22.4334 10.1619C22.885 9.59743 23.4513 9.12727 24.0978 8.78002C23.4599 10.6234 23.4599 12.6159 24.0978 14.4592C25.1926 17.0508 25.3439 19.9225 24.527 22.6073Z", fill: "#4D4040" }) }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_3820_8010", children: _jsx("rect", { width: "25", height: "28", fill: "white" }) }) })] }));
|
|
15
|
-
};
|
|
16
|
-
export default Frame;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
|
|
2
|
-
var FullLogo = function (_a) {
|
|
3
|
-
var width = _a.width;
|
|
4
|
-
return (_jsxs("svg", { width: width || '398', viewBox: "0 0 1802 398", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("path", { fill: "#a16552", d: "M54.69,144.94a140.69,140.69,0,0,0-5,36.64c0,.87,0,1.72,0,2.57a188.47,188.47,0,0,1-5,44.45c-6.9-2.45-14-7.41-20.78-16C6.07,190,12,153.76,34,145.23c8.32-3.22,15.28-2.54,20.72-.43A.74.74,0,0,0,54.69,144.94Z" }), _jsx("path", { fill: "#f5dcb4", d: "M54.69,144.94a140.69,140.69,0,0,0-5,36.64c0,.87,0,1.72,0,2.57a188.47,188.47,0,0,1-5,44.45c-6.9-2.45-14-7.41-20.78-16C6.07,190,12,153.76,34,145.23c8.32-3.22,15.28-2.54,20.72-.43A.74.74,0,0,0,54.69,144.94Z" }), _jsx("path", { fill: "#a16552", d: "M383.4,212.61c-6.77,8.57-13.88,13.53-20.78,16a188.85,188.85,0,0,1-5-44.44c0-.85,0-1.7,0-2.57a140.21,140.21,0,0,0-5.05-36.78c5.44-2.11,12.4-2.79,20.72.43C395.29,153.76,401.23,190,383.4,212.61Z" }), _jsx("path", { fill: "#f5dcb4", d: "M383.4,212.61c-6.77,8.57-13.88,13.53-20.78,16a188.85,188.85,0,0,1-5-44.44c0-.85,0-1.7,0-2.57a140.21,140.21,0,0,0-5.05-36.78c5.44-2.11,12.4-2.79,20.72.43C395.29,153.76,401.23,190,383.4,212.61Z" }), _jsx("path", { fill: "#a16552", d: "M314.85,229.06a39.84,39.84,0,0,0-4.38,34.18c2.93,8.62,5.55,18.38,5.55,25.64C316,342,265.71,385,203.65,385S91.27,342,91.27,288.88c0-7.26,2.62-17,5.55-25.64a39.81,39.81,0,0,0-4.37-34.17,61.8,61.8,0,0,1-9.72-33.14c0-35.25,30-63.84,67.05-63.84a69.31,69.31,0,0,1,34.15,8.9,39.88,39.88,0,0,0,39.44,0,69.23,69.23,0,0,1,34.14-8.89c37,0,67.06,28.59,67.06,63.84A60.89,60.89,0,0,1,319,221.45,61.61,61.61,0,0,1,314.85,229.06Z" }), _jsx("path", { fill: "#f5dcb4", d: "M314.85,229.06a39.84,39.84,0,0,0-4.38,34.18c2.93,8.62,5.55,18.38,5.55,25.64C316,342,265.71,385,203.65,385S91.27,342,91.27,288.88c0-7.26,2.62-17,5.55-25.64a39.81,39.81,0,0,0-4.37-34.17,61.8,61.8,0,0,1-9.72-33.14c0-35.25,30-63.84,67.05-63.84a69.31,69.31,0,0,1,34.15,8.9,39.88,39.88,0,0,0,39.44,0,69.23,69.23,0,0,1,34.14-8.89c37,0,67.06,28.59,67.06,63.84A60.89,60.89,0,0,1,319,221.45,61.61,61.61,0,0,1,314.85,229.06Z" }), _jsx("path", { fill: "#4e3f3f", d: "M146.41,300.76a6.45,6.45,0,0,0-6.41,7.29c4,28.45,31,50.45,63.65,50.45s59.67-22,63.65-50.45a6.45,6.45,0,0,0-6.4-7.29Z" }), _jsx("path", { fill: "#e6646e", d: "M166.68,347.91a69.83,69.83,0,0,0,73.94,0c-4.64-16.06-19.47-12.36-37-12.36S171.32,331.85,166.68,347.91Z" }), _jsx("path", { fill: "#a16552", d: "M380.9,133.36c-13.3-5.16-23.85-2.44-31.27,1.83a163.15,163.15,0,0,0-6.25-15.69q-2.58-5.62-5.57-11.09C317.46,71.18,283.24,40.28,244,27.22L243.2,6.08,217.78,21.34,214.72,21c-1.88-.17-3.74-.3-5.64-.38l-3.71-16L204.28,0c-1.27,0-2.51,0-3.72.14-23.65,1.92-35.42,23.41-37.26,27.09C124,40.29,89.84,71.2,69.49,108.41q-3,5.46-5.57,11.09a167,167,0,0,0-6.26,15.69l-.95-.53c-7.36-3.95-17.58-6.23-30.31-1.3C-1.55,144.2-9.09,190.26,13.56,219c9.24,11.68,19,18.08,28.32,20.93-.12.52-.24,1.05-.35,1.58A109.88,109.88,0,0,0,39,265c0,54.83,40.44,102,98.38,122.73a191.69,191.69,0,0,0,42.06,9.87A201.87,201.87,0,0,0,201.88,399h1.78c90.93,0,164.64-60,164.64-134a109.88,109.88,0,0,0-2.53-23.51c-.12-.53-.23-1.06-.36-1.58,9.37-2.85,19.09-9.25,28.32-20.94C416.39,190.26,408.84,144.19,380.9,133.36ZM54.69,144.94a140.69,140.69,0,0,0-5,36.64c0,.87,0,1.72,0,2.57a188.47,188.47,0,0,1-5,44.45c-6.9-2.45-14-7.41-20.78-16C6.07,190,12,153.76,34,145.23c8.32-3.22,15.28-2.54,20.72-.43A.74.74,0,0,0,54.69,144.94ZM319,221.45a61.61,61.61,0,0,1-4.15,7.61,39.84,39.84,0,0,0-4.38,34.18c2.93,8.62,5.55,18.38,5.55,25.64C316,342,265.71,385,203.65,385S91.27,342,91.27,288.88c0-7.26,2.62-17,5.55-25.64a39.81,39.81,0,0,0-4.37-34.17,61.8,61.8,0,0,1-9.72-33.14c0-35.25,30-63.84,67.05-63.84a69.31,69.31,0,0,1,34.15,8.9,39.88,39.88,0,0,0,39.44,0,69.23,69.23,0,0,1,34.14-8.89c37,0,67.06,28.59,67.06,63.84A60.89,60.89,0,0,1,319,221.45Zm64.4-8.84c-6.77,8.57-13.88,13.53-20.78,16a188.85,188.85,0,0,1-5-44.44c0-.85,0-1.7,0-2.57a140.21,140.21,0,0,0-5.05-36.78c5.44-2.11,12.4-2.79,20.72.43C395.29,153.76,401.23,190,383.4,212.61Z" }), _jsx("rect", { fill: "#4e3f3f", x: 181.43, y: 245.71, width: 10.8, height: 24.52, rx: 5.24, transform: "translate(-125.45 320.72) rotate(-65.45)" }), _jsx("rect", { fill: "#4e3f3f", x: 215.08, y: 245.71, width: 10.8, height: 24.52, rx: 5.24, transform: "translate(77.43 565.71) rotate(-114.55)" }), _jsx("path", { fill: "#4e3f3f", d: "M145.91,221.43h0c-10.63,0-19.25-8.16-19.25-18.24v-6.08c0-10.07,8.62-18.24,19.25-18.24h0c10.63,0,19.24,8.17,19.24,18.24v6.08C165.15,213.27,156.54,221.43,145.91,221.43Z" }), _jsx("path", { fill: "#5d5360", d: "M145.91,178.87v21.28a9.63,9.63,0,0,0,19.24,0v-3C165.15,187,156.54,178.87,145.91,178.87Z" }), _jsx("ellipse", { fill: "#fff", cx: 145.91, cy: 191.03, rx: 6.42, ry: 6.08 }), _jsx("path", { fill: "#4e3f3f", d: "M261.39,221.43h0c-10.63,0-19.24-8.16-19.24-18.24v-6.08c0-10.07,8.61-18.24,19.24-18.24h0c10.63,0,19.25,8.17,19.25,18.24v6.08C280.64,213.27,272,221.43,261.39,221.43Z" }), _jsx("path", { fill: "#5d5360", d: "M261.39,178.87v21.28a9.64,9.64,0,0,0,19.25,0v-3C280.64,187,272,178.87,261.39,178.87Z" }), _jsx("ellipse", { fill: "#fff", cx: 261.39, cy: 191.03, rx: 6.42, ry: 6.08 }), _jsx("path", { opacity: "0.35", d: "M205.37,4.66c-4.31-.42-13.74,6.35-25,18.1-2.81,2.93-5.75,6.18-8.75,9.7C149.47,58.41,123.82,99.33,115,141.32c-14.74,70.5-20.73,152.3,5.29,197.67,22.05,38.44,59.11,58.59,59.11,58.59a191.69,191.69,0,0,1-42.06-9.87C79.43,367,39,319.81,39,265a109.88,109.88,0,0,1,2.54-23.51c.11-.53.23-1.06.35-1.58C32.52,237,22.8,230.64,13.56,219c-22.65-28.7-15.11-74.76,12.84-85.6,12.73-4.93,23-2.65,30.31,1.3l.95.53a167,167,0,0,1,6.26-15.69q2.58-5.62,5.57-11.09C89.84,71.2,124,40.29,163.3,27.23c1.84-3.68,13.61-25.17,37.26-27.09C201.77,0,203,0,204.28,0Z" }), _jsx("path", { fill: "#a16552", d: "M555,302.24q-7.46,2.88-26.78,2.87T496,301.58q-12.93-3.52-12.93-9,0-6.27,23.25-80.07t26.65-85q1.31-3.39,21-5.62a379.26,379.26,0,0,1,42.32-2.22q22.61,0,25,7.84,49.38,164.07,49.38,166.68t-3.13,5.22q-7.32,5.76-29,5.75-46.25,0-47.29-11l-1.83-17H564.3L563,291.79Q562.46,299.36,555,302.24Zm28.86-74.72-3.91-47h-5.75l-4.44,47Z" }), _jsx("path", { fill: "#a16552", d: "M687.61,336.72V170.56q0-5.48,14.63-11.23a85.7,85.7,0,0,1,31.61-5.75c5.23,0,9.32.62,12.28,1.83s4.79,2.44,5.49,3.66,2,6.44,3.92,15.67h2.09q.51-2.34,4.7-7.31a48.63,48.63,0,0,1,8.49-8.1q4.3-3.14,12.41-5.62a65,65,0,0,1,18.94-2.48,40.51,40.51,0,0,1,19.72,4.84q8.88,4.83,13.2,11.23a51.82,51.82,0,0,1,6.79,16.2,92.82,92.82,0,0,1,2.87,15.67q.4,5.88.4,17t-.79,21.95a199.41,199.41,0,0,1-2.87,22.08,77,77,0,0,1-6,19.33,59.94,59.94,0,0,1-9.93,14.63q-12,13.07-35.27,13.06a40.77,40.77,0,0,1-14.76-2.48q-6.4-2.48-9.53-5.88-6.54-7.05-7.58-12.54l-.26-2.61h-2.09l3.66,23.51v29.52q0,2.88-15,4.57a272.35,272.35,0,0,1-30.82,1.7q-15.81,0-21-1.43C689.35,340.6,687.61,339,687.61,336.72ZM772,197.47q-2.36-8.88-7.06-8.88t-6.79,5.23v68.44q0,6.81,7.05,6.8,9.15,0,9.15-40.5Q774.35,206.36,772,197.47Z" }), _jsx("path", { fill: "#a16552", d: "M934.75,246.07q0,17,16.2,17,9.4,0,24.56-6.4t15.94-6.4q4.95,0,13.06,14.89t8.1,21.94q0,10.2-20.9,15.42a168.41,168.41,0,0,1-40.89,5.22q-20,0-33.44-3.13t-21.94-8A63.5,63.5,0,0,1,871,271.28,67,67,0,0,1,866,257a107,107,0,0,1-2.61-23.77q0-47.55,24.82-65.58a75,75,0,0,1,27.43-12.8q15.15-3.66,35.8-3.66,66.09,0,66.09,46,0,48.85-74.19,48.86Zm-.52-38.15v17.25a15.21,15.21,0,0,0,12.41-6,22.62,22.62,0,0,0,4.84-14.63q0-15.67-8.1-15.68Q934.23,188.85,934.23,207.92Z" }), _jsx("path", { fill: "#a16552", d: "M1172.76,294.14q-7.85,5.75-21.82,9.53t-36,3.79A231,231,0,0,1,1073,303.8q-19.86-3.65-28.48-8.09t-8.62-8.63a118.79,118.79,0,0,1,4.18-30.43q4.17-15.81,9.93-15.81,1,0,21.68,7.06t31.09,7q10.46,0,13.59-2.22a7.35,7.35,0,0,0,3.13-6.4q0-4.19-5.75-7.45a66.61,66.61,0,0,0-14.37-5.74,128.6,128.6,0,0,1-18.67-7.19A141,141,0,0,1,1062,215.5a44.72,44.72,0,0,1-14.37-16.33,49.7,49.7,0,0,1-5.75-24.16q0-58,69.23-58,25.86,0,44.68,3.26t26.51,7.32q7.71,4,7.71,8,0,13.58-6.4,29.26t-12.41,15.67q-1.05,0-6.79-2.35-17.25-7.57-28.61-7.58t-15.41,2.09a6.79,6.79,0,0,0-4.05,6.41q0,4.31,5.74,7.05a80.13,80.13,0,0,0,14.24,5,116.75,116.75,0,0,1,18.55,6.8,112.66,112.66,0,0,1,18.68,10.71q8.63,6.13,14.37,17.37t5.75,26.13a52.13,52.13,0,0,1-8.1,28.47A49.87,49.87,0,0,1,1172.76,294.14Z" }), _jsx("path", { fill: "#a16552", d: "M1412.85,298.84q-3.4,6.27-35.4,6.27t-33.31-6.27l-8.88-47.55h-3.66l-8.36,47.55q-.79,6.27-45.72,6.27-12.54,0-16.59-1.44a9.19,9.19,0,0,1-5.62-4.83q-48.58-119.38-48.59-125.66t18.94-12.93a109.46,109.46,0,0,1,36.44-6.67q22.47,0,23.26,12l8.88,71.58h3.13l3.14-57.73q.26-6.52,13.32-11.5a74,74,0,0,1,26.39-5q13.32,0,20,3.26t6.92,8l2.87,63h2.88L1381.5,170q.78-6.27,17.63-11.36t29.65-5.1q12.81,0,20.12,3.66,12,5.74,12,13.59,0,.78-23.64,63.74T1412.85,298.84Z" }), _jsx("path", { fill: "#a16552", d: "M1515.78,307.46q-23.77,0-37.36-11.23-5.49-4.71-9.54-13.85T1464.83,261a38.7,38.7,0,0,1,5.88-21.42A43.08,43.08,0,0,1,1485,225.43a80.67,80.67,0,0,1,19.59-8.1,147.56,147.56,0,0,1,37.36-4.44h8.63q0-10.71-7.32-15.15-3.14-1.83-9.54-1.83t-15.41,3.39a98.26,98.26,0,0,0-15,6.93q-6,3.53-8.1,3.52-4.71,0-12.8-12.41t-8.1-22.6q0-3.39,9.67-8.88t27.3-10.06a136.9,136.9,0,0,1,34.35-4.57,133.15,133.15,0,0,1,28.87,2.74,86.1,86.1,0,0,1,19.86,6.67,40.4,40.4,0,0,1,13.06,10.45,71.92,71.92,0,0,1,8.1,11.75,44.47,44.47,0,0,1,4,13.59,131.35,131.35,0,0,1,1.83,23.77v78.64q0,2.88-14,4.57a227.87,227.87,0,0,1-27.69,1.7q-13.73,0-17.77-.78c-2.7-.53-4.31-1.13-4.83-1.83a9.49,9.49,0,0,1-1.31-3.66L1553.66,284h-2.09Q1545,307.46,1515.78,307.46Zm35-43.37V233.53a13,13,0,0,0-11,5.74,21.73,21.73,0,0,0-4.18,13.07q0,17.23,7.84,17.24a7.89,7.89,0,0,0,5.36-1.7A5,5,0,0,0,1550.79,264.09Z" }), _jsx("path", { fill: "#a16552", d: "M1644.83,336.72V170.56q0-5.48,14.63-11.23a85.76,85.76,0,0,1,31.62-5.75c5.22,0,9.31.62,12.28,1.83s4.78,2.44,5.48,3.66,2,6.44,3.92,15.67h2.09q.53-2.34,4.7-7.31a49,49,0,0,1,8.49-8.1q4.32-3.14,12.41-5.62a65.06,65.06,0,0,1,18.94-2.48,40.52,40.52,0,0,1,19.73,4.84q8.88,4.83,13.19,11.23a51.36,51.36,0,0,1,6.79,16.2,92,92,0,0,1,2.88,15.67q.39,5.88.39,17t-.78,21.95a199.47,199.47,0,0,1-2.88,22.08,76.15,76.15,0,0,1-6,19.33,60.19,60.19,0,0,1-9.92,14.63q-12,13.07-35.27,13.06a40.69,40.69,0,0,1-14.76-2.48q-6.4-2.48-9.54-5.88-6.53-7.05-7.58-12.54l-.26-2.61h-2.09l3.66,23.51v29.52q0,2.88-15,4.57a272.52,272.52,0,0,1-30.83,1.7q-15.81,0-21-1.43C1646.57,340.6,1644.83,339,1644.83,336.72Zm84.39-139.25q-2.35-8.88-7-8.88t-6.8,5.23v68.44q0,6.81,7.06,6.8,9.13,0,9.14-40.5Q1731.57,206.36,1729.22,197.47Z" })] }));
|
|
5
|
-
};
|
|
6
|
-
export default FullLogo;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
|
|
2
|
-
var Gnana = function (_a) {
|
|
3
|
-
var _b = _a.direction, direction = _b === void 0 ? 'right' : _b, _c = _a.color, color = _c === void 0 ? 'text' : _c, width = _a.width, getStyles = _a.getStyles;
|
|
4
|
-
var deg = {
|
|
5
|
-
left: 180,
|
|
6
|
-
up: 270,
|
|
7
|
-
right: 0,
|
|
8
|
-
down: 90,
|
|
9
|
-
};
|
|
10
|
-
var style = getStyles({
|
|
11
|
-
degree: deg[direction],
|
|
12
|
-
color: color,
|
|
13
|
-
});
|
|
14
|
-
return (_jsxs("svg", { width: width || '24', viewBox: "0 0 28 28", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: [_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 2.02137C7.38438 2.02137 2.02137 7.38438 2.02137 14C2.02137 20.6156 7.38438 25.9786 14 25.9786C20.6156 25.9786 25.9786 20.6156 25.9786 14C25.9786 7.38438 20.6156 2.02137 14 2.02137ZM0 14C0 6.26801 6.26801 0 14 0C21.732 0 28 6.26801 28 14C28 21.732 21.732 28 14 28C6.26801 28 0 21.732 0 14Z", fill: "#4D4040" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 2.87699C7.85693 2.87699 2.87699 7.85693 2.87699 14C2.87699 20.1431 7.85693 25.123 14 25.123C20.1431 25.123 25.123 20.1431 25.123 14C25.123 7.85693 20.1431 2.87699 14 2.87699ZM1 14C1 6.8203 6.8203 1 14 1C21.1797 1 27 6.8203 27 14C27 21.1797 21.1797 27 14 27C6.8203 27 1 21.1797 1 14Z", fill: "#4D4040" }), _jsx("path", { d: "M7.18416 16.3572C7.55491 16.8554 8.03842 17.2585 8.59507 17.5337C10.2707 18.4003 12.1934 18.6643 14.0406 18.2816C15.6332 17.9416 17.0864 17.13 18.2113 15.9525C19.3361 14.775 20.0804 13.2862 20.3473 11.6798C20.4888 10.8308 20.6869 9.48863 19.846 8.91861C19.846 8.91861 19.8986 8.53859 19.943 8.30411C19.9875 8.06963 19.7652 8.06559 19.5388 8.04942C19.3124 8.03325 19.1022 8.04942 19.0779 8.24347C19.0639 8.45481 19.0639 8.66684 19.0779 8.87818C18.6332 9.01563 18.4553 9.5331 18.3017 9.96972C17.9411 10.979 17.3842 11.9069 16.6633 12.7C15.9424 13.493 15.0717 14.1356 14.1013 14.5906C13.1224 15.0455 12.0595 15.292 10.9803 15.3142C10.2728 15.3142 9.56533 15.2414 8.86189 15.197C8.38889 15.1687 7.45502 15.007 7.14777 15.5042C7.07364 15.6356 7.03776 15.7852 7.04419 15.9359C7.05062 16.0867 7.0991 16.2326 7.18416 16.3572Z", fill: "#4D4040" }), _jsx("path", { d: "M9.49223 8.68774L10.1512 10.4302L11.8977 11.0932L10.1512 11.7562L9.49223 13.4986L8.82923 11.7562L7.08276 11.0932L8.82923 10.4302L9.49223 8.68774Z", fill: "#4D4040" }), _jsx("path", { d: "M21.3253 14.1858L21.9884 15.9282L23.7308 16.5912L21.9884 17.2542L21.3253 18.9966L20.6623 17.2542L18.9199 16.5912L20.6623 15.9282L21.3253 14.1858Z", fill: "#4D4040" }), _jsx("path", { d: "M16.1143 7.3418L16.4822 8.3161L17.4565 8.68803L16.4822 9.05996L16.1143 10.0343L15.7424 9.05996L14.7681 8.68803L15.7424 8.3161L16.1143 7.3418Z", fill: "#4D4040" }), _jsx("path", { d: "M12.2215 20.2017L12.5934 21.176L13.5677 21.5479L12.5934 21.9198L12.2215 22.8941L11.8495 21.9198L10.8752 21.5479L11.8495 21.176L12.2215 20.2017Z", fill: "#4D4040" })] }));
|
|
15
|
-
};
|
|
16
|
-
export default Gnana;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx } from "theme-ui/jsx-runtime";
|
|
2
|
-
var GreenShield = function (_a) {
|
|
3
|
-
var width = _a.width;
|
|
4
|
-
return (_jsx("svg", { width: width || '10', height: "12", viewBox: "0 0 10 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M4.0625 6.6H2.5V4.8H4.0625V3.3H5.9375V4.8H7.5V6.6H5.9375V8.1H4.0625V6.6ZM5 0L0 1.8V5.454C0 8.484 2.13125 11.31 5 12C7.86875 11.31 10 8.484 10 5.454V1.8L5 0Z", fill: "#38A611" }) }));
|
|
5
|
-
};
|
|
6
|
-
export default GreenShield;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx } from "theme-ui/jsx-runtime";
|
|
2
|
-
var Hamburger = function (_a) {
|
|
3
|
-
var _b = _a.direction, direction = _b === void 0 ? 'down' : _b, _c = _a.color, color = _c === void 0 ? 'text' : _c, width = _a.width, getStyles = _a.getStyles;
|
|
4
|
-
var deg = {
|
|
5
|
-
left: 90,
|
|
6
|
-
up: 180,
|
|
7
|
-
right: 270,
|
|
8
|
-
down: 0,
|
|
9
|
-
};
|
|
10
|
-
var style = getStyles({
|
|
11
|
-
degree: deg[direction],
|
|
12
|
-
color: color,
|
|
13
|
-
});
|
|
14
|
-
return (_jsx("svg", { width: width || '24px', viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", sx: style, children: _jsx("path", { d: "M1.38889 22H23.6111C24.375 22 25 21.175 25 20.1667C25 19.1583 24.375 18.3333 23.6111 18.3333H1.38889C0.625 18.3333 0 19.1583 0 20.1667C0 21.175 0.625 22 1.38889 22ZM1.38889 12.8333H23.6111C24.375 12.8333 25 12.0083 25 11C25 9.99167 24.375 9.16667 23.6111 9.16667H1.38889C0.625 9.16667 0 9.99167 0 11C0 12.0083 0.625 12.8333 1.38889 12.8333ZM0 1.83333C0 2.84167 0.625 3.66667 1.38889 3.66667H23.6111C24.375 3.66667 25 2.84167 25 1.83333C25 0.825 24.375 0 23.6111 0H1.38889C0.625 0 0 0.825 0 1.83333Z" }) }));
|
|
15
|
-
};
|
|
16
|
-
export default Hamburger;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx } from "theme-ui/jsx-runtime";
|
|
2
|
-
var HamburgerClosed = function (_a) {
|
|
3
|
-
var _b = _a.direction, direction = _b === void 0 ? 'down' : _b, _c = _a.color, color = _c === void 0 ? 'text' : _c, width = _a.width, getStyles = _a.getStyles;
|
|
4
|
-
var deg = {
|
|
5
|
-
left: 90,
|
|
6
|
-
up: 180,
|
|
7
|
-
right: 270,
|
|
8
|
-
down: 0,
|
|
9
|
-
};
|
|
10
|
-
var style = getStyles({
|
|
11
|
-
degree: deg[direction],
|
|
12
|
-
color: color,
|
|
13
|
-
});
|
|
14
|
-
return (_jsx("svg", { width: width || '24px', viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", sx: style, children: _jsx("path", { d: "M14.5809 14.5809C15.1396 14.0222 15.1396 13.1164 14.5809 12.5578L9.52316 7.49997L14.5809 2.44225C15.1396 1.88357 15.1396 0.977791 14.5809 0.41912C14.0222 -0.13955 13.1164 -0.139549 12.5578 0.419122L7.50003 5.47684L2.44219 0.419003C1.88352 -0.139668 0.977738 -0.139668 0.419067 0.419003C-0.139603 0.977673 -0.139602 1.88346 0.419069 2.44213L5.47691 7.49997L0.419003 12.5579C-0.139668 13.1165 -0.139668 14.0223 0.419003 14.581C0.977673 15.1397 1.88346 15.1397 2.44213 14.581L7.50003 9.52309L12.5578 14.5809C13.1165 15.1396 14.0223 15.1396 14.5809 14.5809Z" }) }));
|
|
15
|
-
};
|
|
16
|
-
export default HamburgerClosed;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx } from "theme-ui/jsx-runtime";
|
|
2
|
-
var Home = function (_a) {
|
|
3
|
-
var _b = _a.direction, direction = _b === void 0 ? 'right' : _b, _c = _a.color, color = _c === void 0 ? 'text' : _c, width = _a.width, getStyles = _a.getStyles;
|
|
4
|
-
var deg = {
|
|
5
|
-
left: 180,
|
|
6
|
-
up: 270,
|
|
7
|
-
right: 0,
|
|
8
|
-
down: 90,
|
|
9
|
-
};
|
|
10
|
-
var style = getStyles({
|
|
11
|
-
degree: deg[direction],
|
|
12
|
-
color: color,
|
|
13
|
-
});
|
|
14
|
-
return (_jsx("svg", { width: width || '24', viewBox: "0 0 24 26", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: _jsx("path", { d: "M23.46 8.48168L18 4.25209L12.87 0.292472C12.36 -0.0974906 11.64 -0.0974906 11.13 0.292472L6 4.25209L0.54 8.48168C0.21 8.75166 0 9.17162 0 9.59158V24.5601C0 25.3701 0.63 26 1.44 26H7.29C7.74 26 8.1 25.64 8.1 25.1901V15.411C8.1 14.9611 8.46 14.6011 8.91 14.6011H15.09C15.54 14.6011 15.9 14.9611 15.9 15.411V25.1901C15.9 25.64 16.26 26 16.71 26H22.56C23.34 26 24 25.3701 24 24.5601V9.59158C24 9.17162 23.79 8.75166 23.46 8.48168Z", fill: "#4D4040" }) }));
|
|
15
|
-
};
|
|
16
|
-
export default Home;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx } from "theme-ui/jsx-runtime";
|
|
2
|
-
var Hot = function (_a) {
|
|
3
|
-
var _b = _a.color, color = _b === void 0 ? '#FE815F' : _b, width = _a.width;
|
|
4
|
-
return (_jsx("svg", { width: width || '10', viewBox: "0 0 448 512", fill: "#FE815F", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M159.3 5.4c7.8-7.3 19.9-7.2 27.7 .1c27.6 25.9 53.5 53.8 77.7 84c11-14.4 23.5-30.1 37-42.9c7.9-7.4 20.1-7.4 28 .1c34.6 33 63.9 76.6 84.5 118c20.3 40.8 33.8 82.5 33.8 111.9C448 404.2 348.2 512 224 512C98.4 512 0 404.1 0 276.5c0-38.4 17.8-85.3 45.4-131.7C73.3 97.7 112.7 48.6 159.3 5.4zM225.7 416c25.3 0 47.7-7 68.8-21c42.1-29.4 53.4-88.2 28.1-134.4c-4.5-9-16-9.6-22.5-2l-25.2 29.3c-6.6 7.6-18.5 7.4-24.7-.5c-16.5-21-46-58.5-62.8-79.8c-6.3-8-18.3-8.1-24.7-.1c-33.8 42.5-50.8 69.3-50.8 99.4C112 375.4 162.6 416 225.7 416z", fill: color }) }));
|
|
5
|
-
};
|
|
6
|
-
export default Hot;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx } from "theme-ui/jsx-runtime";
|
|
2
|
-
var Info = function (_a) {
|
|
3
|
-
var _b = _a.direction, direction = _b === void 0 ? 'right' : _b, _c = _a.color, color = _c === void 0 ? 'text' : _c, width = _a.width, getStyles = _a.getStyles;
|
|
4
|
-
var deg = {
|
|
5
|
-
left: 180,
|
|
6
|
-
up: 270,
|
|
7
|
-
right: 0,
|
|
8
|
-
down: 90,
|
|
9
|
-
};
|
|
10
|
-
var style = getStyles({
|
|
11
|
-
degree: deg[direction],
|
|
12
|
-
color: color,
|
|
13
|
-
});
|
|
14
|
-
return (_jsx("svg", { width: width || '24', viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.5 15C11.6421 15 15 11.6421 15 7.5C15 3.35786 11.6421 0 7.5 0C3.35786 0 0 3.35786 0 7.5C0 11.6421 3.35786 15 7.5 15ZM6.99162 4.62598C7.13162 4.76598 7.30495 4.83598 7.51162 4.83598C7.71162 4.83598 7.88162 4.76598 8.02162 4.62598C8.16162 4.48598 8.23162 4.31264 8.23162 4.10598C8.23162 3.89931 8.16162 3.72598 8.02162 3.58598C7.88162 3.44598 7.71162 3.37598 7.51162 3.37598C7.30495 3.37598 7.13162 3.44598 6.99162 3.58598C6.85162 3.72598 6.78162 3.89931 6.78162 4.10598C6.78162 4.31264 6.85162 4.48598 6.99162 4.62598ZM8.07162 6.13598C8.07162 5.82117 7.81642 5.56598 7.50162 5.56598C7.18681 5.56598 6.93162 5.82118 6.93162 6.13598V10.506C6.93162 10.8208 7.18681 11.076 7.50162 11.076C7.81642 11.076 8.07162 10.8208 8.07162 10.506V6.13598Z", fill: "#4D4040" }) }));
|
|
15
|
-
};
|
|
16
|
-
export default Info;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx } from "theme-ui/jsx-runtime";
|
|
2
|
-
var Arrow = function (_a) {
|
|
3
|
-
var _b = _a.direction, direction = _b === void 0 ? 'down' : _b, _c = _a.color, color = _c === void 0 ? 'text' : _c, width = _a.width, getStyles = _a.getStyles;
|
|
4
|
-
var deg = {
|
|
5
|
-
left: 90,
|
|
6
|
-
up: 180,
|
|
7
|
-
right: 270,
|
|
8
|
-
down: 0,
|
|
9
|
-
};
|
|
10
|
-
var style = getStyles({
|
|
11
|
-
degree: deg[direction],
|
|
12
|
-
color: color,
|
|
13
|
-
});
|
|
14
|
-
return (_jsx("svg", { width: width || '12', viewBox: "0 0 12 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 12C9.31371 12 12 9.31371 12 6C12 2.68629 9.31371 0 6 0C2.68629 0 0 2.68629 0 6C0 9.31371 2.68629 12 6 12ZM5.59339 3.70078C5.70539 3.81278 5.84406 3.86878 6.00939 3.86878C6.16939 3.86878 6.30539 3.81278 6.41739 3.70078C6.52939 3.58878 6.58539 3.45011 6.58539 3.28478C6.58539 3.11945 6.52939 2.98078 6.41739 2.86878C6.30539 2.75678 6.16939 2.70078 6.00939 2.70078C5.84406 2.70078 5.70539 2.75678 5.59339 2.86878C5.48139 2.98078 5.42539 3.11945 5.42539 3.28478C5.42539 3.45011 5.48139 3.58878 5.59339 3.70078ZM6.45739 4.90878C6.45739 4.65694 6.25323 4.45278 6.00139 4.45278C5.74955 4.45278 5.54539 4.65694 5.54539 4.90878V8.40478C5.54539 8.65662 5.74955 8.86078 6.00139 8.86078C6.25323 8.86078 6.45739 8.65662 6.45739 8.40478V4.90878Z", fill: "#FAFAFA" }) }));
|
|
15
|
-
};
|
|
16
|
-
export default Arrow;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx } from "theme-ui/jsx-runtime";
|
|
2
|
-
var Insight = function (_a) {
|
|
3
|
-
var _b = _a.direction, direction = _b === void 0 ? 'down' : _b, _c = _a.color, color = _c === void 0 ? 'text' : _c, width = _a.width, height = _a.height, getStyles = _a.getStyles;
|
|
4
|
-
var deg = {
|
|
5
|
-
left: 90,
|
|
6
|
-
up: 180,
|
|
7
|
-
right: 270,
|
|
8
|
-
down: 0,
|
|
9
|
-
};
|
|
10
|
-
var style = getStyles({
|
|
11
|
-
degree: deg[direction],
|
|
12
|
-
color: color,
|
|
13
|
-
});
|
|
14
|
-
return (_jsx("svg", { width: width || '15', height: height || '15', viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: _jsx("path", { d: "M12.425 11.5438C12.725 11.0625 12.8938 10.5 12.8563 9.88125C12.775 8.5375 11.7063 7.4 10.375 7.25625C9.9809 7.2104 9.58154 7.24846 9.20318 7.36793C8.82481 7.4874 8.47601 7.68558 8.17968 7.94944C7.88335 8.2133 7.64621 8.53688 7.48383 8.89891C7.32145 9.26094 7.23751 9.65323 7.23752 10.05C7.23752 11.6063 8.49377 12.8625 10.0438 12.8625C10.5938 12.8625 11.1063 12.7 11.5375 12.425L13.0438 13.9313C13.2875 14.175 13.6875 14.175 13.9313 13.9313C14.175 13.6875 14.175 13.2875 13.9313 13.0438L12.425 11.5438ZM10.05 11.6125C9.63562 11.6125 9.23819 11.4479 8.94517 11.1549C8.65214 10.8618 8.48752 10.4644 8.48752 10.05C8.48752 9.6356 8.65214 9.23817 8.94517 8.94515C9.23819 8.65212 9.63562 8.4875 10.05 8.4875C10.4644 8.4875 10.8618 8.65212 11.1549 8.94515C11.4479 9.23817 11.6125 9.6356 11.6125 10.05C11.6125 10.4644 11.4479 10.8618 11.1549 11.1549C10.8618 11.4479 10.4644 11.6125 10.05 11.6125ZM9.82502 6.3C9.36252 6.3125 8.91877 6.4125 8.51252 6.58125L8.16877 6.0625L6.24377 9.19375C6.19234 9.27762 6.12183 9.34816 6.03799 9.39963C5.95415 9.45111 5.85935 9.48206 5.76129 9.48998C5.66322 9.4979 5.56468 9.48256 5.47366 9.4452C5.38265 9.40784 5.30174 9.34953 5.23752 9.275L3.91252 7.73125L2.00002 10.7938C1.80627 11.1 1.39377 11.1813 1.10002 10.9688C0.837521 10.775 0.762521 10.4125 0.937521 10.1313L3.30002 6.35C3.52502 5.99375 4.03127 5.95625 4.30627 6.275L5.62502 7.8125L7.61252 4.58125C7.66717 4.49195 7.74345 4.41788 7.83432 4.36588C7.92519 4.31389 8.0277 4.28565 8.13238 4.28378C8.23705 4.28191 8.34051 4.30647 8.43317 4.35519C8.52584 4.40391 8.60472 4.47521 8.66252 4.5625L9.82502 6.3ZM11.4438 6.6125C11.0438 6.4375 10.6125 6.33125 10.1625 6.30625L13 1.8125C13.1938 1.50625 13.6063 1.43125 13.8938 1.64375C14.1625 1.8375 14.2313 2.20625 14.0563 2.48125L11.4438 6.6125Z", fill: "#FAFAFA" }) }));
|
|
15
|
-
};
|
|
16
|
-
export default Insight;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
|
|
2
|
-
var Instagram = function (_a) {
|
|
3
|
-
var _b = _a.direction, direction = _b === void 0 ? 'right' : _b, _c = _a.color, color = _c === void 0 ? 'white' : _c, width = _a.width, getStyles = _a.getStyles;
|
|
4
|
-
var deg = {
|
|
5
|
-
left: 180,
|
|
6
|
-
up: 270,
|
|
7
|
-
right: 0,
|
|
8
|
-
down: 90,
|
|
9
|
-
};
|
|
10
|
-
var style = getStyles({
|
|
11
|
-
degree: deg[direction],
|
|
12
|
-
color: color,
|
|
13
|
-
});
|
|
14
|
-
return (_jsxs("svg", { width: width || '28', viewBox: "0 0 26 28", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: [_jsx("path", { d: "M13.0076 3.3375C16.4831 3.3375 16.8947 3.35275 18.2615 3.41372C19.5318 3.46961 20.2177 3.68302 20.675 3.86086C21.2797 4.09459 21.7166 4.37913 22.1688 4.83135C22.6261 5.28865 22.9056 5.72054 23.1393 6.32519C23.3172 6.78249 23.5306 7.47352 23.5865 8.73872C23.6474 10.1106 23.6627 10.5222 23.6627 13.9926C23.6627 17.4681 23.6474 17.8796 23.5865 19.2464C23.5306 20.5167 23.3172 21.2027 23.1393 21.66C22.9056 22.2646 22.6211 22.7016 22.1688 23.1538C21.7115 23.6111 21.2797 23.8906 20.675 24.1243C20.2177 24.3021 19.5267 24.5155 18.2615 24.5714C16.8896 24.6324 16.478 24.6476 13.0076 24.6476C9.53215 24.6476 9.12058 24.6324 7.75376 24.5714C6.48349 24.5155 5.79754 24.3021 5.34024 24.1243C4.73559 23.8906 4.29861 23.606 3.84639 23.1538C3.3891 22.6965 3.10963 22.2646 2.8759 21.66C2.69807 21.2027 2.48466 20.5116 2.42877 19.2464C2.36779 17.8745 2.35255 17.463 2.35255 13.9926C2.35255 10.5171 2.36779 10.1055 2.42877 8.73872C2.48466 7.46844 2.69807 6.78249 2.8759 6.32519C3.10963 5.72054 3.39418 5.28357 3.84639 4.83135C4.30369 4.37405 4.73559 4.09459 5.34024 3.86086C5.79754 3.68302 6.48857 3.46961 7.75376 3.41372C9.12058 3.35275 9.53215 3.3375 13.0076 3.3375ZM13.0076 0.995117C9.47626 0.995117 9.0342 1.01036 7.64706 1.07133C6.265 1.13231 5.31483 1.35588 4.49169 1.67598C3.63299 2.01134 2.90639 2.45339 2.18487 3.17999C1.45828 3.90151 1.01622 4.62811 0.680868 5.48173C0.360758 6.30995 0.13719 7.25503 0.0762165 8.63709C0.0152433 10.0293 0 10.4714 0 14.0027C0 17.5341 0.0152433 17.9762 0.0762165 19.3633C0.13719 20.7454 0.360758 21.6955 0.680868 22.5187C1.01622 23.3774 1.45828 24.104 2.18487 24.8255C2.90639 25.547 3.63299 25.9941 4.48661 26.3244C5.31483 26.6445 6.25992 26.8681 7.64198 26.9291C9.02912 26.99 9.47117 27.0053 13.0025 27.0053C16.5339 27.0053 16.976 26.99 18.3631 26.9291C19.7452 26.8681 20.6953 26.6445 21.5185 26.3244C22.3721 25.9941 23.0987 25.547 23.8202 24.8255C24.5417 24.104 24.9889 23.3774 25.3191 22.5237C25.6392 21.6955 25.8628 20.7504 25.9238 19.3684C25.9848 17.9812 26 17.5392 26 14.0078C26 10.4765 25.9848 10.0344 25.9238 8.64726C25.8628 7.2652 25.6392 6.31503 25.3191 5.49189C24.999 4.6281 24.557 3.90151 23.8304 3.17999C23.1089 2.45847 22.3823 2.01134 21.5286 1.68107C20.7004 1.36096 19.7553 1.13739 18.3733 1.07641C16.981 1.01036 16.539 0.995117 13.0076 0.995117Z", fill: "#4D4040" }), _jsx("path", { d: "M13.0078 7.32129C9.31894 7.32129 6.32617 10.3141 6.32617 14.0029C6.32617 17.6918 9.31894 20.6846 13.0078 20.6846C16.6967 20.6846 19.6895 17.6918 19.6895 14.0029C19.6895 10.3141 16.6967 7.32129 13.0078 7.32129ZM13.0078 18.3371C10.6146 18.3371 8.67364 16.3961 8.67364 14.0029C8.67364 11.6097 10.6146 9.66876 13.0078 9.66876C15.401 9.66876 17.342 11.6097 17.342 14.0029C17.342 16.3961 15.401 18.3371 13.0078 18.3371Z", fill: "#4D4040" }), _jsx("path", { d: "M21.5134 7.05697C21.5134 7.92076 20.8122 8.61687 19.9535 8.61687C19.0897 8.61687 18.3936 7.91568 18.3936 7.05697C18.3936 6.19318 19.0947 5.49707 19.9535 5.49707C20.8122 5.49707 21.5134 6.19826 21.5134 7.05697Z", fill: "#4D4040" })] }));
|
|
15
|
-
};
|
|
16
|
-
export default Instagram;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx } from "theme-ui/jsx-runtime";
|
|
2
|
-
var Island = function (_a) {
|
|
3
|
-
var _b = _a.direction, direction = _b === void 0 ? 'down' : _b, _c = _a.color, color = _c === void 0 ? 'text' : _c, width = _a.width, getStyles = _a.getStyles;
|
|
4
|
-
var deg = {
|
|
5
|
-
left: 90,
|
|
6
|
-
up: 180,
|
|
7
|
-
right: 270,
|
|
8
|
-
down: 0,
|
|
9
|
-
};
|
|
10
|
-
var style = getStyles({
|
|
11
|
-
degree: deg[direction],
|
|
12
|
-
color: color,
|
|
13
|
-
});
|
|
14
|
-
return (_jsx("svg", { width: width || '20', height: "22", viewBox: "0 0 20 22", sx: style, children: _jsx("path", { d: "M19.598 7.744a5.478 5.478 0 00-1.543-2.083 30.7 30.7 0 001.235-.42.72.72 0 00.452-.833c-.49-2.213-3.06-3.196-5.094-2.231a3.475 3.475 0 00-.693-1.116c-1.01-1.09-2.544-1.371-3.818-.7a.72.72 0 00-.362.807c.107.444.225.911.374 1.361-2.33-.402-4.822.5-6.004 2.362a.722.722 0 00.347 1.06c1.129.431 2.376.678 3.726.738-.324.382-.6.8-.819 1.248-.502 1.025-.677 2.153-.494 3.176a.71.71 0 00.913.557 7.31 7.31 0 00.959-.391 23.99 23.99 0 00-2.088 6.534C4.359 18.05 0 18.93 0 21.28c0 .397.319.719.712.719h17.075a.715.715 0 00.712-.72c0-2.312-4.226-3.198-6.527-3.45-.013-1.326.11-2.575.382-3.885.197-.946.45-1.83.778-2.705.33.66.712 1.26 1.12 1.677a.705.705 0 001.014-.004c.771-.8 1.239-1.735 1.39-2.76a16.852 16.852 0 002.031 1.45.708.708 0 001.02-.347c.426-1.056.386-2.337-.109-3.512zm-3.151 12.818H2.052c1.678-1.093 4.985-1.438 7.197-1.438 2.366 0 5.582.386 7.197 1.438zm-5.485-6.912a19.227 19.227 0 00-.413 4.068 26.203 26.203 0 00-2.396-.01c.327-1.768.81-3.337 1.53-4.985a22.092 22.092 0 011.644-3.093c.322-.258.622-.518.89-.77.046.164.097.333.153.505a19.56 19.56 0 00-1.408 4.285zm7.615-3.827a17.687 17.687 0 01-2.165-1.81.705.705 0 00-.83-.12.72.72 0 00-.365.763c.175.967.023 1.837-.452 2.598-.817-1.305-1.415-3.409-1.402-3.92a.718.718 0 00-.493-.702.707.707 0 00-.805.281c-.47.7-2.161 2.187-3.786 3.013.128-1.165.83-2.512 2.313-3.381a.721.721 0 00.32-.838.71.71 0 00-.738-.499c-1.528.134-2.929.038-4.18-.283 1.342-1.14 3.547-1.391 5.22-.556.3.15.663.068.872-.198a.724.724 0 00-.01-.903c-.345-.422-.593-1.179-.762-1.81.572-.097 1.163.108 1.604.584.332.36.526.835.546 1.34.01.28.181.529.437.636.257.107.55.054.755-.136 1.025-.958 2.762-.8 3.453.253-.735.247-1.533.483-1.984.54a.72.72 0 00-.176 1.38c1.083.436 1.915 1.236 2.342 2.25.212.504.308 1.027.286 1.518z" }) }));
|
|
15
|
-
};
|
|
16
|
-
export default Island;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
var __assign = (this && this.__assign) || function () {
|
|
2
|
-
__assign = Object.assign || function(t) {
|
|
3
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
-
s = arguments[i];
|
|
5
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
-
t[p] = s[p];
|
|
7
|
-
}
|
|
8
|
-
return t;
|
|
9
|
-
};
|
|
10
|
-
return __assign.apply(this, arguments);
|
|
11
|
-
};
|
|
12
|
-
import { jsx as _jsx } from "theme-ui/jsx-runtime";
|
|
13
|
-
var Icon = function (props) {
|
|
14
|
-
return (_jsx("svg", __assign({ viewBox: "0 0 24 24" }, props, { children: _jsx("path", { d: "M11.99 2C6.47 2 2 6.48 2 12C2 17.52 6.47 22 11.99 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 11.99 2ZM18.92 8H15.97C15.65 6.75 15.19 5.55 14.59 4.44C16.43 5.07 17.96 6.35 18.92 8ZM12 4.04C12.83 5.24 13.48 6.57 13.91 8H10.09C10.52 6.57 11.17 5.24 12 4.04ZM4.26 14C4.1 13.36 4 12.69 4 12C4 11.31 4.1 10.64 4.26 10H7.64C7.56 10.66 7.5 11.32 7.5 12C7.5 12.68 7.56 13.34 7.64 14H4.26ZM5.08 16H8.03C8.35 17.25 8.81 18.45 9.41 19.56C7.57 18.93 6.04 17.66 5.08 16ZM8.03 8H5.08C6.04 6.34 7.57 5.07 9.41 4.44C8.81 5.55 8.35 6.75 8.03 8ZM12 19.96C11.17 18.76 10.52 17.43 10.09 16H13.91C13.48 17.43 12.83 18.76 12 19.96ZM14.34 14H9.66C9.57 13.34 9.5 12.68 9.5 12C9.5 11.32 9.57 10.65 9.66 10H14.34C14.43 10.65 14.5 11.32 14.5 12C14.5 12.68 14.43 13.34 14.34 14ZM14.59 19.56C15.19 18.45 15.65 17.25 15.97 16H18.92C17.96 17.65 16.43 18.93 14.59 19.56ZM16.36 14C16.44 13.34 16.5 12.68 16.5 12C16.5 11.32 16.44 10.66 16.36 10H19.74C19.9 10.64 20 11.31 20 12C20 12.69 19.9 13.36 19.74 14H16.36Z" }) })));
|
|
15
|
-
};
|
|
16
|
-
export default Icon;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx } from "theme-ui/jsx-runtime";
|
|
2
|
-
var Language = function (_a) {
|
|
3
|
-
var _b = _a.direction, direction = _b === void 0 ? 'down' : _b, _c = _a.color, color = _c === void 0 ? 'text' : _c, width = _a.width, getStyles = _a.getStyles;
|
|
4
|
-
var deg = {
|
|
5
|
-
left: 90,
|
|
6
|
-
up: 180,
|
|
7
|
-
right: 270,
|
|
8
|
-
down: 0,
|
|
9
|
-
};
|
|
10
|
-
var style = getStyles({
|
|
11
|
-
degree: deg[direction],
|
|
12
|
-
color: color,
|
|
13
|
-
});
|
|
14
|
-
return (_jsx("svg", { width: width || '24', viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: _jsx("path", { d: "M11.99 2C6.47 2 2 6.48 2 12C2 17.52 6.47 22 11.99 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 11.99 2ZM18.92 8H15.97C15.65 6.75 15.19 5.55 14.59 4.44C16.43 5.07 17.96 6.35 18.92 8ZM12 4.04C12.83 5.24 13.48 6.57 13.91 8H10.09C10.52 6.57 11.17 5.24 12 4.04ZM4.26 14C4.1 13.36 4 12.69 4 12C4 11.31 4.1 10.64 4.26 10H7.64C7.56 10.66 7.5 11.32 7.5 12C7.5 12.68 7.56 13.34 7.64 14H4.26ZM5.08 16H8.03C8.35 17.25 8.81 18.45 9.41 19.56C7.57 18.93 6.04 17.66 5.08 16ZM8.03 8H5.08C6.04 6.34 7.57 5.07 9.41 4.44C8.81 5.55 8.35 6.75 8.03 8ZM12 19.96C11.17 18.76 10.52 17.43 10.09 16H13.91C13.48 17.43 12.83 18.76 12 19.96ZM14.34 14H9.66C9.57 13.34 9.5 12.68 9.5 12C9.5 11.32 9.57 10.65 9.66 10H14.34C14.43 10.65 14.5 11.32 14.5 12C14.5 12.68 14.43 13.34 14.34 14ZM14.59 19.56C15.19 18.45 15.65 17.25 15.97 16H18.92C17.96 17.65 16.43 18.93 14.59 19.56ZM16.36 14C16.44 13.34 16.5 12.68 16.5 12C16.5 11.32 16.44 10.66 16.36 10H19.74C19.9 10.64 20 11.31 20 12C20 12.69 19.9 13.36 19.74 14H16.36Z" }) }));
|
|
15
|
-
};
|
|
16
|
-
export default Language;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx } from "theme-ui/jsx-runtime";
|
|
2
|
-
var LineChart = function (_a) {
|
|
3
|
-
var width = _a.width;
|
|
4
|
-
return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: width || '14', height: width || '14', viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: _jsx("polyline", { points: "22 12 18 12 15 21 9 3 6 12 2 12" }) }));
|
|
5
|
-
};
|
|
6
|
-
export default LineChart;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
|
|
2
|
-
var LiquidityIcon = function (_a) {
|
|
3
|
-
var _b = _a.direction, direction = _b === void 0 ? 'down' : _b, _c = _a.color, color = _c === void 0 ? 'text' : _c, width = _a.width, getStyles = _a.getStyles;
|
|
4
|
-
var deg = {
|
|
5
|
-
left: 90,
|
|
6
|
-
up: 180,
|
|
7
|
-
right: 270,
|
|
8
|
-
down: 0,
|
|
9
|
-
};
|
|
10
|
-
var style = getStyles({
|
|
11
|
-
degree: deg[direction],
|
|
12
|
-
color: color,
|
|
13
|
-
});
|
|
14
|
-
return (_jsxs("svg", { width: '100%', height: "39", viewBox: "0 0 30 39", fill: "none", children: [_jsxs("g", { opacity: "0.89", clipPath: "url(#clip0_1992_116620)", children: [_jsx("path", { d: "M15.9871 0.336479C15.4839 -0.110857 14.729 -0.110857 14.2258 0.336479C11.2403 2.9772 1.68872 12.3424 1.68872 24.079C1.68872 37.9897 12.8419 38.9998 15.1065 38.9998C17.371 38.9998 28.5242 37.9897 28.5242 24.079C28.5194 12.3424 18.9726 2.9772 15.9871 0.336479ZM21.0678 25.3248H17.1919V29.5288C17.1919 30.3465 16.5242 31.0103 15.7016 31.0103H14.5113C13.6887 31.0103 13.021 30.3465 13.021 29.5288V25.3248H9.14517C8.32259 25.3248 7.65485 24.661 7.65485 23.8433V22.6167C7.65485 21.799 8.32259 21.1352 9.14517 21.1352H13.021V16.9312C13.021 16.1135 13.6887 15.4497 14.5113 15.4497H15.7016C16.5242 15.4497 17.1919 16.1135 17.1919 16.9312V21.1352H21.0678C21.8903 21.1352 22.5581 21.799 22.5581 22.6167V23.8433C22.5581 24.661 21.8903 25.3248 21.0678 25.3248Z", fill: "#4D4040" }), _jsx("g", { opacity: "1", filter: "url(#filter0_d_1992_116620)", children: _jsx("path", { d: "M14.5065 31.0059H15.6968C16.5194 31.0059 17.1871 30.3421 17.1871 29.5244V25.3204H21.0629C21.8855 25.3204 22.5533 24.6566 22.5533 23.8389V22.6123C22.5533 21.7946 21.8855 21.1308 21.0629 21.1308H17.1871V16.9268C17.1871 16.1091 16.5194 15.4453 15.6968 15.4453H14.5065C13.6839 15.4453 13.0162 16.1091 13.0162 16.9268V21.1308H9.14035C8.31777 21.1308 7.65002 21.7946 7.65002 22.6123V23.8389C7.65002 24.6566 8.31777 25.3204 9.14035 25.3204H13.0162V29.5244C13.0162 30.3421 13.6839 31.0059 14.5065 31.0059Z", fill: "white", sx: style }) })] }), _jsxs("defs", { children: [_jsxs("filter", { id: "filter0_d_1992_116620", x: "-2.34998", y: "5.44531", width: "34.9032", height: "35.5605", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), _jsx("feOffset", {}), _jsx("feGaussianBlur", { stdDeviation: "5" }), _jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" }), _jsx("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_1992_116620" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_1992_116620", result: "shape" })] }), _jsx("clipPath", { id: "clip0_1992_116620", sx: style, children: _jsx("rect", { width: "30", height: "39", fill: "white" }) })] })] }));
|
|
15
|
-
};
|
|
16
|
-
export default LiquidityIcon;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx } from "theme-ui/jsx-runtime";
|
|
2
|
-
var Logout = function (_a) {
|
|
3
|
-
var _b = _a.direction, direction = _b === void 0 ? 'down' : _b, _c = _a.color, color = _c === void 0 ? 'text' : _c, width = _a.width, height = _a.height, getStyles = _a.getStyles;
|
|
4
|
-
var deg = {
|
|
5
|
-
left: 90,
|
|
6
|
-
up: 180,
|
|
7
|
-
right: 270,
|
|
8
|
-
down: 0,
|
|
9
|
-
};
|
|
10
|
-
var style = getStyles({
|
|
11
|
-
degree: deg[direction],
|
|
12
|
-
color: color,
|
|
13
|
-
});
|
|
14
|
-
return (_jsx("svg", { width: width || '18', height: height || '19', viewBox: "0 0 18 19", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: _jsx("path", { d: "M3.46767 17.2253C2.91777 17.2253 2.44902 17.0316 2.06142 16.6443C1.67412 16.2567 1.48047 15.788 1.48047 15.2381V4.62527C1.48047 4.07537 1.67412 3.60347 2.06142 3.20957C2.44902 2.81597 2.91777 2.61917 3.46767 2.61917H9.01797V4.62527H3.46767V15.2381H9.01797V17.2253H3.46767ZM12.3552 14.1504L10.9305 12.7631L12.7489 10.9253H6.67392V8.93807H12.7305L10.8927 7.11917L12.3178 5.71292L16.5366 9.95057L12.3552 14.1504Z", fill: "#FAFAFA" }) }));
|
|
15
|
-
};
|
|
16
|
-
export default Logout;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
|
|
2
|
-
var Medium = function (_a) {
|
|
3
|
-
var _b = _a.direction, direction = _b === void 0 ? 'right' : _b, _c = _a.color, color = _c === void 0 ? 'white' : _c, width = _a.width, getStyles = _a.getStyles;
|
|
4
|
-
var deg = {
|
|
5
|
-
left: 180,
|
|
6
|
-
up: 270,
|
|
7
|
-
right: 0,
|
|
8
|
-
down: 90,
|
|
9
|
-
};
|
|
10
|
-
var style = getStyles({
|
|
11
|
-
degree: deg[direction],
|
|
12
|
-
color: color,
|
|
13
|
-
});
|
|
14
|
-
return (_jsxs("svg", { width: width || '26', viewBox: "0 0 26 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: [_jsx("path", { d: "M14.6656 8.00021C14.6656 12.0852 11.3825 15.3966 7.33292 15.3966C3.2833 15.3966 0 12.0844 0 8.00021C0 3.916 3.28305 0.603516 7.33292 0.603516C11.3828 0.603516 14.6656 3.91525 14.6656 8.00021Z", fill: "#4D4040" }), _jsx("path", { d: "M22.7094 8.00003C22.7094 11.8451 21.0679 14.9634 19.0429 14.9634C17.018 14.9634 15.3765 11.8451 15.3765 8.00003C15.3765 4.15493 17.0177 1.03662 19.0427 1.03662C21.0676 1.03662 22.7091 4.15393 22.7091 8.00003", fill: "#4D4040" }), _jsx("path", { d: "M26.0001 8.00033C26.0001 11.4446 25.4229 14.2384 24.7106 14.2384C23.9984 14.2384 23.4214 11.4453 23.4214 8.00033C23.4214 4.55531 23.9986 1.76221 24.7106 1.76221C25.4227 1.76221 26.0001 4.55506 26.0001 8.00033Z", fill: "#4D4040" })] }));
|
|
15
|
-
};
|
|
16
|
-
export default Medium;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx } from "theme-ui/jsx-runtime";
|
|
2
|
-
var Arrow = function (_a) {
|
|
3
|
-
var _b = _a.direction, direction = _b === void 0 ? 'down' : _b, _c = _a.color, color = _c === void 0 ? 'text' : _c, width = _a.width, getStyles = _a.getStyles;
|
|
4
|
-
var deg = {
|
|
5
|
-
left: 90,
|
|
6
|
-
up: 180,
|
|
7
|
-
right: 270,
|
|
8
|
-
down: 0,
|
|
9
|
-
};
|
|
10
|
-
var style = getStyles({
|
|
11
|
-
degree: deg[direction],
|
|
12
|
-
color: color,
|
|
13
|
-
});
|
|
14
|
-
return (_jsx("svg", { width: width || '11', height: "18", viewBox: "0 0 18 18", sx: style, children: _jsx("path", { d: "M0 15C0 15.55 0.45 16 1 16H6V14H1C0.45 14 0 14.45 0 15ZM0 3C0 3.55 0.45 4 1 4H10V2H1C0.45 2 0 2.45 0 3ZM10 17V16H17C17.55 16 18 15.55 18 15C18 14.45 17.55 14 17 14H10V13C10 12.45 9.55 12 9 12C8.45 12 8 12.45 8 13V17C8 17.55 8.45 18 9 18C9.55 18 10 17.55 10 17ZM4 7V8H1C0.45 8 0 8.45 0 9C0 9.55 0.45 10 1 10H4V11C4 11.55 4.45 12 5 12C5.55 12 6 11.55 6 11V7C6 6.45 5.55 6 5 6C4.45 6 4 6.45 4 7ZM18 9C18 8.45 17.55 8 17 8H8V10H17C17.55 10 18 9.55 18 9ZM13 6C13.55 6 14 5.55 14 5V4H17C17.55 4 18 3.55 18 3C18 2.45 17.55 2 17 2H14V1C14 0.45 13.55 0 13 0C12.45 0 12 0.45 12 1V5C12 5.55 12.45 6 13 6Z", fill: "#4D4040" }) }));
|
|
15
|
-
};
|
|
16
|
-
export default Arrow;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx } from "theme-ui/jsx-runtime";
|
|
2
|
-
var Message = function (_a) {
|
|
3
|
-
var width = _a.width, height = _a.height, _b = _a.color, color = _b === void 0 ? 'text' : _b, getStyles = _a.getStyles;
|
|
4
|
-
var style = getStyles({
|
|
5
|
-
color: color,
|
|
6
|
-
});
|
|
7
|
-
return (_jsx("svg", { width: width || '25', height: height || '20', viewBox: "0 0 25 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: _jsx("path", { d: "M2.76146 20C1.99765 20 1.34646 19.7347 0.807873 19.2041C0.269291 18.6734 0 18.0318 0 17.2793V2.74964C0 1.99711 0.269291 1.3507 0.807873 0.81042C1.34646 0.27014 1.99765 0 2.76146 0H22.2092C22.973 0 23.6291 0.27014 24.1774 0.81042C24.7258 1.3507 25 1.99711 25 2.74964V17.2793C25 18.0318 24.7258 18.6734 24.1774 19.2041C23.6291 19.7347 22.973 20 22.2092 20H2.76146ZM12.4853 11.879L2.76146 5.5794V17.2793H22.2092V5.5794L12.4853 11.879ZM12.4853 9.05934L22.0917 2.74964H2.90834L12.4853 9.05934ZM2.76146 5.5794V2.74964V17.2793V5.5794Z", fill: "#4D4040" }) }));
|
|
8
|
-
};
|
|
9
|
-
export default Message;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
|
|
2
|
-
var Arrow = function (_a) {
|
|
3
|
-
var _b = _a.direction, direction = _b === void 0 ? 'down' : _b, _c = _a.color, color = _c === void 0 ? 'text' : _c, width = _a.width, getStyles = _a.getStyles;
|
|
4
|
-
var deg = {
|
|
5
|
-
left: 90,
|
|
6
|
-
up: 180,
|
|
7
|
-
right: 270,
|
|
8
|
-
down: 0,
|
|
9
|
-
};
|
|
10
|
-
var style = getStyles({
|
|
11
|
-
degree: deg[direction],
|
|
12
|
-
color: color,
|
|
13
|
-
});
|
|
14
|
-
return (_jsxs("svg", { width: width || '23', height: "21", viewBox: "0 0 23 21", sx: style, children: [_jsx("path", { d: "M16.0441 2.93585C16.0441 2.42479 16.0751 1.96208 16.1328 1.67745C16.1328 1.67301 16.1899 1.41254 16.2267 1.32572C16.2844 1.20042 16.3885 1.09437 16.5188 1.02678C16.6229 0.978439 16.7329 0.954762 16.8477 0.954762C16.9673 0.959201 17.1921 1.03172 17.2807 1.06575C17.8648 1.27738 18.9812 1.97194 19.4093 2.39569C19.482 2.46327 19.5604 2.54516 19.5813 2.5644C19.6699 2.67095 19.7169 2.80069 19.7169 2.94029C19.7169 3.06608 19.6752 3.19138 19.5914 3.29251C19.5514 3.34504 19.4717 3.42172 19.4343 3.45678L19.4142 3.47552C18.9764 3.91456 17.8856 4.57459 17.3325 4.78671C17.3325 4.79123 17.0566 4.89689 16.8901 4.91827L16.8477 4.92187L16.8269 4.92187C16.5866 4.92187 16.3624 4.79658 16.2476 4.59383C16.1851 4.48284 16.1274 4.16022 16.1221 4.15529C16.0751 3.86621 16.0441 3.42274 16.0441 2.93585ZM3.68313 2.9124C3.68313 2.65249 3.89663 2.43897 4.17056 2.4133L4.2261 2.41071L14.845 2.54442C15.0805 2.54442 15.2711 2.72053 15.2711 2.93807C15.2711 3.14008 15.1068 3.30635 14.8948 3.32908L14.845 3.33172L4.2261 3.41458C3.92605 3.41458 3.68313 3.18963 3.68313 2.9124Z", fill: "#4D4040" }), _jsxs("g", { clipPath: "url(#clip0_987_3830)", children: [_jsx("path", { d: "M4.97754 6.30664C6.3199 6.30664 7.66226 6.30664 9.0037 6.30664C9.41701 6.30664 9.53326 6.42381 9.5351 6.84266C9.53603 7.27259 9.53879 7.70159 9.53418 8.13151C9.53049 8.45811 9.39487 8.59465 9.0692 8.59557C6.33835 8.59742 3.60842 8.59742 0.877571 8.59557C0.540827 8.59557 0.404285 8.45442 0.401517 8.11675C0.399672 7.67114 0.398749 7.22646 0.402439 6.78177C0.405207 6.44411 0.542672 6.30756 0.881261 6.30664C2.24669 6.30664 3.61211 6.30664 4.97754 6.30664Z", fill: "#4D4040" }), _jsx("path", { d: "M4.97836 9.35352C6.32072 9.35352 7.66308 9.35352 9.00451 9.35352C9.41783 9.35352 9.53408 9.47068 9.53592 9.88954C9.53685 10.3195 9.53961 10.7485 9.535 11.1784C9.53131 11.505 9.39569 11.6415 9.07002 11.6424C6.33917 11.6443 3.60924 11.6443 0.87839 11.6424C0.541647 11.6424 0.405104 11.5013 0.402336 11.1636C0.399569 10.7189 0.398646 10.2743 0.402336 9.82865C0.405104 9.49098 0.542569 9.35536 0.88208 9.35444C2.24751 9.35259 3.61293 9.35444 4.97743 9.35444L4.97836 9.35352Z", fill: "#4D4040" }), _jsx("path", { d: "M4.97836 12.4023C6.32072 12.4023 7.66308 12.4023 9.00451 12.4023C9.41783 12.4023 9.53408 12.5195 9.53592 12.9384C9.53685 13.3683 9.53961 13.7973 9.535 14.2272C9.53131 14.5538 9.39569 14.6904 9.07002 14.6913C6.33917 14.6931 3.60924 14.6931 0.87839 14.6913C0.541647 14.6913 0.405104 14.5501 0.402336 14.2125C0.399569 13.7678 0.398646 13.3231 0.402336 12.8775C0.405104 12.5398 0.542569 12.4042 0.88208 12.4033C2.24751 12.4014 3.61293 12.4033 4.97743 12.4033L4.97836 12.4023Z", fill: "#4D4040" }), _jsx("path", { d: "M18.4408 6.30664C19.7831 6.30664 21.1255 6.30664 22.4669 6.30664C22.8802 6.30664 22.9965 6.42381 22.9983 6.84266C22.9992 7.27259 23.002 7.70159 22.9974 8.13151C22.9937 8.45811 22.8581 8.59465 22.5324 8.59557C19.8016 8.59742 17.0716 8.59742 14.3408 8.59557C14.004 8.59557 13.8675 8.45442 13.8647 8.11675C13.862 7.67207 13.861 7.22738 13.8647 6.78177C13.8675 6.44411 14.005 6.30849 14.3445 6.30756C15.7099 6.30572 17.0753 6.30756 18.4398 6.30756L18.4408 6.30664Z", fill: "#4D4040" }), _jsx("path", { d: "M18.4408 9.35352C19.7831 9.35352 21.1255 9.35352 22.4669 9.35352C22.8802 9.35352 22.9965 9.47068 22.9983 9.88954C22.9992 10.3195 23.002 10.7485 22.9974 11.1784C22.9937 11.505 22.8581 11.6415 22.5324 11.6424C19.8016 11.6443 17.0716 11.6443 14.3408 11.6424C14.004 11.6424 13.8675 11.5013 13.8647 11.1636C13.862 10.7189 13.861 10.2743 13.8647 9.82865C13.8675 9.49098 14.005 9.35536 14.3445 9.35444C15.7099 9.35259 17.0753 9.35444 18.4398 9.35444L18.4408 9.35352Z", fill: "#4D4040" }), _jsx("path", { d: "M18.4408 12.4023C19.7831 12.4023 21.1255 12.4023 22.4669 12.4023C22.8802 12.4023 22.9965 12.5195 22.9983 12.9384C22.9992 13.3683 23.002 13.7973 22.9974 14.2272C22.9937 14.5538 22.8581 14.6904 22.5324 14.6913C19.8016 14.6931 17.0716 14.6931 14.3408 14.6913C14.004 14.6913 13.8675 14.5501 13.8647 14.2125C13.862 13.7678 13.861 13.3231 13.8647 12.8775C13.8675 12.5398 14.005 12.4042 14.3445 12.4033C15.7099 12.4014 17.0753 12.4033 18.4398 12.4033L18.4408 12.4023Z", fill: "#4D4040" })] }), _jsx("path", { d: "M16.0441 18.0569C16.0441 17.5459 16.0751 17.0832 16.1328 16.7985C16.1328 16.7941 16.1899 16.5336 16.2267 16.4468C16.2844 16.3215 16.3885 16.2155 16.5188 16.1479C16.6229 16.0995 16.7329 16.0759 16.8477 16.0759C16.9673 16.0803 17.1921 16.1528 17.2807 16.1868C17.8648 16.3985 18.9812 17.093 19.4093 17.5168C19.482 17.5844 19.5604 17.6663 19.5813 17.6855C19.6699 17.792 19.7169 17.9218 19.7169 18.0614C19.7169 18.1872 19.6752 18.3125 19.5914 18.4136C19.5514 18.4661 19.4717 18.5428 19.4343 18.5779L19.4142 18.5966C18.9764 19.0357 17.8856 19.6957 17.3325 19.9078C17.3325 19.9123 17.0566 20.018 16.8901 20.0394L16.8477 20.043L16.8269 20.043C16.5866 20.043 16.3624 19.9177 16.2476 19.7149C16.1851 19.6039 16.1274 19.2813 16.1221 19.2764C16.0751 18.9873 16.0441 18.5438 16.0441 18.0569ZM3.68313 18.0335C3.68313 17.7736 3.89663 17.5601 4.17056 17.5344L4.2261 17.5318L14.845 17.6655C15.0805 17.6655 15.2711 17.8416 15.2711 18.0592C15.2711 18.2612 15.1068 18.4274 14.8948 18.4502L14.845 18.4528L4.2261 18.5357C3.92605 18.5357 3.68313 18.3107 3.68313 18.0335Z", fill: "#4D4040" }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_987_3830", children: _jsx("rect", { width: "22.5996", height: "8.38629", fill: "white", transform: "translate(0.400391 6.30664)" }) }) })] }));
|
|
15
|
-
};
|
|
16
|
-
export default Arrow;
|