@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.
Files changed (455) hide show
  1. package/dist/components/AccordionText/index.d.ts +9 -0
  2. package/dist/components/BondRows/BondRow.d.ts +3 -2
  3. package/dist/components/BondRows/BondRowHeader.d.ts +2 -3
  4. package/dist/components/BondRows/BondRowsByChain.d.ts +3 -3
  5. package/dist/components/BondRows/BondRowsWithTitle.d.ts +3 -3
  6. package/dist/components/DisconnectedPlaceholder/index.d.ts +3 -0
  7. package/dist/components/SlippageModal/index.d.ts +3 -0
  8. package/dist/components/TokenInfoAndName/index.d.ts +3 -2
  9. package/dist/components/TokenSelectorModal/TokenRow.d.ts +8 -0
  10. package/dist/components/TokenSelectorModal/index.d.ts +11 -0
  11. package/dist/components/TokenSelectorPanel/index.d.ts +15 -0
  12. package/dist/components/uikit-sdk/Modal/index.d.ts +1 -1
  13. package/dist/components/uikit-sdk/Toggle/index.d.ts +8 -0
  14. package/dist/components/uikit-sdk/Toggle/styles.d.ts +3 -0
  15. package/dist/components/uikit-sdk/TokenImage/index.d.ts +3 -2
  16. package/dist/components/uikit-sdk/index.d.ts +1 -0
  17. package/dist/config/abi/types/Banana.d.ts +103 -126
  18. package/dist/config/abi/types/Bond.d.ts +176 -221
  19. package/dist/config/abi/types/BondNft.d.ts +160 -207
  20. package/dist/config/abi/types/EnsPublicResolver.d.ts +129 -205
  21. package/dist/config/abi/types/EnsRegistrar.d.ts +62 -82
  22. package/dist/config/abi/types/Erc20.d.ts +40 -52
  23. package/dist/config/abi/types/Erc20_bytes32.d.ts +11 -11
  24. package/dist/config/abi/types/JungleChef.d.ts +64 -79
  25. package/dist/config/abi/types/LaunchBonds.d.ts +299 -355
  26. package/dist/config/abi/types/LensContract.d.ts +58 -77
  27. package/dist/config/abi/types/LockVeAbond.d.ts +328 -434
  28. package/dist/config/abi/types/MigrationBond.d.ts +268 -330
  29. package/dist/config/abi/types/MigrationFveAbond.d.ts +83 -89
  30. package/dist/config/abi/types/MiniComplexRewarder.d.ts +99 -145
  31. package/dist/config/abi/types/Multicallv2.d.ts +35 -46
  32. package/dist/config/abi/types/Multicallv3.d.ts +14 -14
  33. package/dist/config/abi/types/NonFungibleApes.d.ts +130 -170
  34. package/dist/config/abi/types/NonFungibleBananas.d.ts +135 -172
  35. package/dist/config/abi/types/PriceGetter.d.ts +218 -255
  36. package/dist/config/abi/types/PriceGetterLinea.d.ts +254 -287
  37. package/dist/config/abi/types/PriceGetterV2.d.ts +239 -276
  38. package/dist/config/abi/types/SousChef.d.ts +140 -177
  39. package/dist/config/abi/types/Treasury.d.ts +66 -69
  40. package/dist/config/abi/types/Weth.d.ts +53 -68
  41. package/dist/config/abi/types/Zap.d.ts +97 -141
  42. package/dist/config/abi/types/common.d.ts +3 -3
  43. package/dist/config/abi/types/factories/Banana__factory.d.ts +3 -3
  44. package/dist/config/abi/types/factories/BondNft__factory.d.ts +3 -3
  45. package/dist/config/abi/types/factories/Bond__factory.d.ts +3 -3
  46. package/dist/config/abi/types/factories/EnsPublicResolver__factory.d.ts +3 -3
  47. package/dist/config/abi/types/factories/EnsRegistrar__factory.d.ts +3 -3
  48. package/dist/config/abi/types/factories/Erc20__factory.d.ts +3 -3
  49. package/dist/config/abi/types/factories/Erc20_bytes32__factory.d.ts +3 -3
  50. package/dist/config/abi/types/factories/JungleChef__factory.d.ts +3 -3
  51. package/dist/config/abi/types/factories/LaunchBonds__factory.d.ts +3 -3
  52. package/dist/config/abi/types/factories/LensContract__factory.d.ts +3 -3
  53. package/dist/config/abi/types/factories/LockVeAbond__factory.d.ts +3 -3
  54. package/dist/config/abi/types/factories/MigrationBond__factory.d.ts +3 -3
  55. package/dist/config/abi/types/factories/MigrationFveAbond__factory.d.ts +3 -3
  56. package/dist/config/abi/types/factories/MiniComplexRewarder__factory.d.ts +3 -3
  57. package/dist/config/abi/types/factories/Multicallv2__factory.d.ts +3 -3
  58. package/dist/config/abi/types/factories/Multicallv3__factory.d.ts +3 -3
  59. package/dist/config/abi/types/factories/NonFungibleApes__factory.d.ts +3 -3
  60. package/dist/config/abi/types/factories/NonFungibleBananas__factory.d.ts +3 -3
  61. package/dist/config/abi/types/factories/PriceGetterLinea__factory.d.ts +3 -3
  62. package/dist/config/abi/types/factories/PriceGetterV2__factory.d.ts +3 -3
  63. package/dist/config/abi/types/factories/PriceGetter__factory.d.ts +3 -3
  64. package/dist/config/abi/types/factories/SousChef__factory.d.ts +3 -3
  65. package/dist/config/abi/types/factories/Treasury__factory.d.ts +3 -3
  66. package/dist/config/abi/types/factories/Weth__factory.d.ts +3 -3
  67. package/dist/config/abi/types/factories/Zap__factory.d.ts +3 -3
  68. package/dist/config/abi/types/factories/index.d.ts +25 -25
  69. package/dist/config/abi/types/index.d.ts +51 -51
  70. package/dist/config/constants/addresses.d.ts +0 -8
  71. package/dist/config/constants/queryKeys.d.ts +10 -2
  72. package/dist/config/constants/tokens.d.ts +3 -6
  73. package/dist/config/constants/zapInputTokens.d.ts +2 -0
  74. package/dist/hooks/useTokenFromZapList.d.ts +3 -0
  75. package/dist/hooks/useTopThreeTags.d.ts +2 -2
  76. package/dist/main.d.ts +7 -0
  77. package/dist/main.js +73492 -0
  78. package/dist/providers/index.d.ts +0 -3
  79. package/dist/scss/AccordionText.scss +11 -0
  80. package/dist/scss/BondMenu.scss +2 -2
  81. package/dist/scss/BondModal.scss +305 -234
  82. package/dist/scss/BondRow.scss +5 -5
  83. package/dist/scss/BondRowHeader.scss +7 -7
  84. package/dist/scss/Bonds.scss +2 -1
  85. package/dist/scss/TokenInfoName.scss +60 -0
  86. package/dist/scss/YourBonds.scss +19 -14
  87. package/dist/scss/YourBondsModal.scss +3 -3
  88. package/dist/scss/index.scss +12 -0
  89. package/dist/state/allowance/useAllowance.d.ts +15 -0
  90. package/dist/state/balance/useCurrencyBalance.d.ts +4 -0
  91. package/dist/state/bonds/useBondNFTData.d.ts +5 -0
  92. package/dist/state/bonds/useBondsData.d.ts +4 -0
  93. package/dist/state/bonds/useBondsList.d.ts +4 -0
  94. package/dist/state/bonds/useHotBonds.d.ts +3 -0
  95. package/dist/state/bonds/useUserBonds.d.ts +5 -0
  96. package/dist/state/price/useCurrencyPrice.d.ts +3 -0
  97. package/dist/state/slippage/useSlippage.d.ts +1 -0
  98. package/dist/state/tokenPrices/useTokenPrices.d.ts +29 -0
  99. package/dist/state/zap/getChainParam.d.ts +12 -0
  100. package/dist/state/zap/useSoulZapBondQuote.d.ts +4 -0
  101. package/dist/state/zap/useSoulZapTokenQuote.d.ts +3 -0
  102. package/dist/types/bonds.d.ts +4 -41
  103. package/dist/types/yourbonds.d.ts +54 -69
  104. package/dist/utils/displayHelpers.d.ts +13 -0
  105. package/dist/utils/getNativeTicker.d.ts +3 -0
  106. package/dist/utils/index.d.ts +1 -1
  107. package/dist/views/BondModal/BondModal.d.ts +7 -6
  108. package/dist/views/BondModal/helper.d.ts +6 -6
  109. package/dist/views/BondModal/index.d.ts +2 -2
  110. package/dist/views/Bonds/Bonds.d.ts +7 -10
  111. package/dist/views/Bonds/components/CheckURL/index.d.ts +4 -0
  112. package/dist/views/Bonds/index.d.ts +4 -0
  113. package/dist/views/Bonds/utils.d.ts +14 -0
  114. package/dist/views/FullBondsView/FullBondsView.d.ts +7 -0
  115. package/dist/views/FullBondsView/index.d.ts +3 -0
  116. package/dist/views/YourBonds/YourBonds.d.ts +1 -11
  117. package/dist/views/YourBonds/components/UserBondRow/index.d.ts +6 -0
  118. package/dist/views/YourBonds/fetchBillsUser.d.ts +4 -5
  119. package/dist/views/YourBonds/index.d.ts +3 -0
  120. package/dist/views/YourBondsModal/YourBondsModal.d.ts +4 -5
  121. package/dist/views/ZapModal/index.d.ts +14 -0
  122. package/dist/views/ZapModal/styles.d.ts +2 -0
  123. package/package.json +24 -24
  124. package/dist/components/BondMenu/BondMenu.js +0 -40
  125. package/dist/components/BondMenu/useChainFilterOption.js +0 -30
  126. package/dist/components/BondRows/BondRow.js +0 -81
  127. package/dist/components/BondRows/BondRowHeader.js +0 -12
  128. package/dist/components/BondRows/BondRowsByChain.js +0 -13
  129. package/dist/components/BondRows/BondRowsWithTitle.js +0 -20
  130. package/dist/components/BondRows/ChainTitle.js +0 -18
  131. package/dist/components/MenuSelect/MenuSelect.js +0 -36
  132. package/dist/components/MenuSelect/RecommendationSelector.js +0 -32
  133. package/dist/components/MenuSelect/types.js +0 -1
  134. package/dist/components/NetworkFilter/index.js +0 -66
  135. package/dist/components/ProgressBar/ProgressBar.js +0 -10
  136. package/dist/components/ProgressBar/ProgressBarWrapper.js +0 -9
  137. package/dist/components/ProgressBar/styles.js +0 -82
  138. package/dist/components/TokenInfoAndName/index.js +0 -61
  139. package/dist/components/Tooltip/ButtonsRow.js +0 -21
  140. package/dist/components/Tooltip/Tooltip.js +0 -13
  141. package/dist/components/Tooltip/styles.js +0 -44
  142. package/dist/components/uikit-sdk/Button/Button.js +0 -91
  143. package/dist/components/uikit-sdk/Button/IconButton.js +0 -33
  144. package/dist/components/uikit-sdk/Button/index.js +0 -2
  145. package/dist/components/uikit-sdk/Button/styles.js +0 -30
  146. package/dist/components/uikit-sdk/Button/types.js +0 -37
  147. package/dist/components/uikit-sdk/Checkbox/index.js +0 -46
  148. package/dist/components/uikit-sdk/Checkbox/types.js +0 -5
  149. package/dist/components/uikit-sdk/Flex/index.js +0 -29
  150. package/dist/components/uikit-sdk/Input/Input.js +0 -72
  151. package/dist/components/uikit-sdk/Input/NumericInput.js +0 -35
  152. package/dist/components/uikit-sdk/Input/StyledInput.js +0 -26
  153. package/dist/components/uikit-sdk/Input/index.js +0 -3
  154. package/dist/components/uikit-sdk/Modal/ModalFooter.js +0 -21
  155. package/dist/components/uikit-sdk/Modal/ModalHeader.js +0 -31
  156. package/dist/components/uikit-sdk/Modal/index.js +0 -46
  157. package/dist/components/uikit-sdk/Modal/styles.js +0 -62
  158. package/dist/components/uikit-sdk/Modal/types.js +0 -1
  159. package/dist/components/uikit-sdk/Select/Select.js +0 -61
  160. package/dist/components/uikit-sdk/Select/SelectItem.js +0 -40
  161. package/dist/components/uikit-sdk/Select/index.js +0 -2
  162. package/dist/components/uikit-sdk/Select/styles.js +0 -50
  163. package/dist/components/uikit-sdk/Select/types.js +0 -37
  164. package/dist/components/uikit-sdk/Skeleton/index.js +0 -31
  165. package/dist/components/uikit-sdk/Skeleton/styles.js +0 -40
  166. package/dist/components/uikit-sdk/Skeleton/types.js +0 -10
  167. package/dist/components/uikit-sdk/Svg/Icons/AbondFullLogo.js +0 -16
  168. package/dist/components/uikit-sdk/Svg/Icons/AbondSmallLogo.js +0 -6
  169. package/dist/components/uikit-sdk/Svg/Icons/AccountMonkey.js +0 -16
  170. package/dist/components/uikit-sdk/Svg/Icons/AllChains.js +0 -6
  171. package/dist/components/uikit-sdk/Svg/Icons/ApebondLogo.js +0 -17
  172. package/dist/components/uikit-sdk/Svg/Icons/ApeswapSmallLogo.js +0 -6
  173. package/dist/components/uikit-sdk/Svg/Icons/Arrow.js +0 -16
  174. package/dist/components/uikit-sdk/Svg/Icons/Audit.js +0 -16
  175. package/dist/components/uikit-sdk/Svg/Icons/BananaIcon.js +0 -6
  176. package/dist/components/uikit-sdk/Svg/Icons/BillsM1.js +0 -16
  177. package/dist/components/uikit-sdk/Svg/Icons/BillsM2.js +0 -17
  178. package/dist/components/uikit-sdk/Svg/Icons/BillsM3.js +0 -16
  179. package/dist/components/uikit-sdk/Svg/Icons/Bridge.js +0 -16
  180. package/dist/components/uikit-sdk/Svg/Icons/Bubble.js +0 -16
  181. package/dist/components/uikit-sdk/Svg/Icons/Calculator.js +0 -16
  182. package/dist/components/uikit-sdk/Svg/Icons/Calendar.js +0 -5
  183. package/dist/components/uikit-sdk/Svg/Icons/Cancelled.js +0 -16
  184. package/dist/components/uikit-sdk/Svg/Icons/Card.js +0 -16
  185. package/dist/components/uikit-sdk/Svg/Icons/Caret.js +0 -16
  186. package/dist/components/uikit-sdk/Svg/Icons/Chain.js +0 -9
  187. package/dist/components/uikit-sdk/Svg/Icons/Chart.js +0 -16
  188. package/dist/components/uikit-sdk/Svg/Icons/Chat.js +0 -16
  189. package/dist/components/uikit-sdk/Svg/Icons/Close.js +0 -9
  190. package/dist/components/uikit-sdk/Svg/Icons/Cog.js +0 -16
  191. package/dist/components/uikit-sdk/Svg/Icons/Collapse.js +0 -16
  192. package/dist/components/uikit-sdk/Svg/Icons/Copy.js +0 -16
  193. package/dist/components/uikit-sdk/Svg/Icons/Discord.js +0 -16
  194. package/dist/components/uikit-sdk/Svg/Icons/DiscordNew.js +0 -16
  195. package/dist/components/uikit-sdk/Svg/Icons/Docs.js +0 -16
  196. package/dist/components/uikit-sdk/Svg/Icons/DocsV2.js +0 -16
  197. package/dist/components/uikit-sdk/Svg/Icons/Ellipse.js +0 -16
  198. package/dist/components/uikit-sdk/Svg/Icons/Error.js +0 -16
  199. package/dist/components/uikit-sdk/Svg/Icons/Expand.js +0 -16
  200. package/dist/components/uikit-sdk/Svg/Icons/Explorer.js +0 -16
  201. package/dist/components/uikit-sdk/Svg/Icons/External.js +0 -16
  202. package/dist/components/uikit-sdk/Svg/Icons/Farm.js +0 -16
  203. package/dist/components/uikit-sdk/Svg/Icons/Fav.js +0 -16
  204. package/dist/components/uikit-sdk/Svg/Icons/FilledURL.js +0 -16
  205. package/dist/components/uikit-sdk/Svg/Icons/Fire.js +0 -6
  206. package/dist/components/uikit-sdk/Svg/Icons/Frame.js +0 -16
  207. package/dist/components/uikit-sdk/Svg/Icons/FullLogo.js +0 -6
  208. package/dist/components/uikit-sdk/Svg/Icons/Gnana.js +0 -16
  209. package/dist/components/uikit-sdk/Svg/Icons/GreenShield.js +0 -6
  210. package/dist/components/uikit-sdk/Svg/Icons/Hamburger.js +0 -16
  211. package/dist/components/uikit-sdk/Svg/Icons/HamburgerClosed.js +0 -16
  212. package/dist/components/uikit-sdk/Svg/Icons/Home.js +0 -16
  213. package/dist/components/uikit-sdk/Svg/Icons/Hot.js +0 -6
  214. package/dist/components/uikit-sdk/Svg/Icons/Info.js +0 -16
  215. package/dist/components/uikit-sdk/Svg/Icons/InfoSolid.js +0 -16
  216. package/dist/components/uikit-sdk/Svg/Icons/Insight.js +0 -16
  217. package/dist/components/uikit-sdk/Svg/Icons/Instagram.js +0 -16
  218. package/dist/components/uikit-sdk/Svg/Icons/Island.js +0 -16
  219. package/dist/components/uikit-sdk/Svg/Icons/Language.js +0 -16
  220. package/dist/components/uikit-sdk/Svg/Icons/LanguageIcon.js +0 -16
  221. package/dist/components/uikit-sdk/Svg/Icons/LineChart.js +0 -6
  222. package/dist/components/uikit-sdk/Svg/Icons/LiquidityIcon.js +0 -16
  223. package/dist/components/uikit-sdk/Svg/Icons/Logout.js +0 -16
  224. package/dist/components/uikit-sdk/Svg/Icons/Medium.js +0 -16
  225. package/dist/components/uikit-sdk/Svg/Icons/MenuSettings.js +0 -16
  226. package/dist/components/uikit-sdk/Svg/Icons/Message.js +0 -9
  227. package/dist/components/uikit-sdk/Svg/Icons/Migrate.js +0 -16
  228. package/dist/components/uikit-sdk/Svg/Icons/Moon.js +0 -16
  229. package/dist/components/uikit-sdk/Svg/Icons/More.js +0 -16
  230. package/dist/components/uikit-sdk/Svg/Icons/NFA.js +0 -16
  231. package/dist/components/uikit-sdk/Svg/Icons/NavCaret.js +0 -16
  232. package/dist/components/uikit-sdk/Svg/Icons/PlaceholderMonkey.js +0 -16
  233. package/dist/components/uikit-sdk/Svg/Icons/Play.js +0 -5
  234. package/dist/components/uikit-sdk/Svg/Icons/Pool.js +0 -16
  235. package/dist/components/uikit-sdk/Svg/Icons/Positions.js +0 -16
  236. package/dist/components/uikit-sdk/Svg/Icons/ProfileDark.js +0 -6
  237. package/dist/components/uikit-sdk/Svg/Icons/ProfileIcon.js +0 -16
  238. package/dist/components/uikit-sdk/Svg/Icons/ProfileLight.js +0 -6
  239. package/dist/components/uikit-sdk/Svg/Icons/Question.js +0 -6
  240. package/dist/components/uikit-sdk/Svg/Icons/QuestionCircle.js +0 -16
  241. package/dist/components/uikit-sdk/Svg/Icons/QuestionFill.js +0 -16
  242. package/dist/components/uikit-sdk/Svg/Icons/Quiz.js +0 -16
  243. package/dist/components/uikit-sdk/Svg/Icons/Receipt.js +0 -16
  244. package/dist/components/uikit-sdk/Svg/Icons/Reddit.js +0 -16
  245. package/dist/components/uikit-sdk/Svg/Icons/Rocket.js +0 -16
  246. package/dist/components/uikit-sdk/Svg/Icons/ScrollTop.js +0 -16
  247. package/dist/components/uikit-sdk/Svg/Icons/Search.js +0 -16
  248. package/dist/components/uikit-sdk/Svg/Icons/Send.js +0 -16
  249. package/dist/components/uikit-sdk/Svg/Icons/Settings.js +0 -16
  250. package/dist/components/uikit-sdk/Svg/Icons/Share.js +0 -16
  251. package/dist/components/uikit-sdk/Svg/Icons/Sort.js +0 -16
  252. package/dist/components/uikit-sdk/Svg/Icons/Success.js +0 -16
  253. package/dist/components/uikit-sdk/Svg/Icons/SuccessOutline.js +0 -16
  254. package/dist/components/uikit-sdk/Svg/Icons/SwapArrows.js +0 -16
  255. package/dist/components/uikit-sdk/Svg/Icons/SwitchArrows.js +0 -16
  256. package/dist/components/uikit-sdk/Svg/Icons/Tag.js +0 -5
  257. package/dist/components/uikit-sdk/Svg/Icons/Telegram.js +0 -16
  258. package/dist/components/uikit-sdk/Svg/Icons/TelegramNew.js +0 -16
  259. package/dist/components/uikit-sdk/Svg/Icons/TextLogo.js +0 -6
  260. package/dist/components/uikit-sdk/Svg/Icons/TickShield.js +0 -16
  261. package/dist/components/uikit-sdk/Svg/Icons/Trade.js +0 -16
  262. package/dist/components/uikit-sdk/Svg/Icons/Trash.js +0 -16
  263. package/dist/components/uikit-sdk/Svg/Icons/Twitter.js +0 -16
  264. package/dist/components/uikit-sdk/Svg/Icons/URL.js +0 -16
  265. package/dist/components/uikit-sdk/Svg/Icons/Vaults.js +0 -16
  266. package/dist/components/uikit-sdk/Svg/Icons/Verified.js +0 -6
  267. package/dist/components/uikit-sdk/Svg/Icons/Wallet.js +0 -16
  268. package/dist/components/uikit-sdk/Svg/Icons/Warning.js +0 -16
  269. package/dist/components/uikit-sdk/Svg/Icons/Watch.js +0 -16
  270. package/dist/components/uikit-sdk/Svg/Icons/Website.js +0 -16
  271. package/dist/components/uikit-sdk/Svg/Icons/WebsiteNew.js +0 -16
  272. package/dist/components/uikit-sdk/Svg/Icons/WhitepaperNew.js +0 -16
  273. package/dist/components/uikit-sdk/Svg/Icons/XNew.js +0 -16
  274. package/dist/components/uikit-sdk/Svg/Icons/YellowQuestionMark.js +0 -6
  275. package/dist/components/uikit-sdk/Svg/Icons/ZapArrow.js +0 -16
  276. package/dist/components/uikit-sdk/Svg/Icons/ZapIcon.js +0 -16
  277. package/dist/components/uikit-sdk/Svg/Icons/index.js +0 -112
  278. package/dist/components/uikit-sdk/Svg/Icons/polygonNew.js +0 -16
  279. package/dist/components/uikit-sdk/Svg/Icons/types.js +0 -1
  280. package/dist/components/uikit-sdk/Svg/index.js +0 -347
  281. package/dist/components/uikit-sdk/Svg/styles.js +0 -16
  282. package/dist/components/uikit-sdk/Svg/tokens/ABOND.js +0 -6
  283. package/dist/components/uikit-sdk/Svg/tokens/ARBITRUM.js +0 -6
  284. package/dist/components/uikit-sdk/Svg/tokens/AVAX.js +0 -6
  285. package/dist/components/uikit-sdk/Svg/tokens/BANANA.js +0 -6
  286. package/dist/components/uikit-sdk/Svg/tokens/BASE.js +0 -6
  287. package/dist/components/uikit-sdk/Svg/tokens/BNB.js +0 -6
  288. package/dist/components/uikit-sdk/Svg/tokens/BSC.js +0 -6
  289. package/dist/components/uikit-sdk/Svg/tokens/CELO.js +0 -5
  290. package/dist/components/uikit-sdk/Svg/tokens/CRONOS.js +0 -6
  291. package/dist/components/uikit-sdk/Svg/tokens/ETH.js +0 -6
  292. package/dist/components/uikit-sdk/Svg/tokens/FANTOM.js +0 -6
  293. package/dist/components/uikit-sdk/Svg/tokens/GNANA.js +0 -6
  294. package/dist/components/uikit-sdk/Svg/tokens/GNOSIS.js +0 -6
  295. package/dist/components/uikit-sdk/Svg/tokens/INEVM.js +0 -6
  296. package/dist/components/uikit-sdk/Svg/tokens/IOTA.js +0 -6
  297. package/dist/components/uikit-sdk/Svg/tokens/LIGHTLINK.js +0 -6
  298. package/dist/components/uikit-sdk/Svg/tokens/LINEA.js +0 -6
  299. package/dist/components/uikit-sdk/Svg/tokens/OKX.js +0 -5
  300. package/dist/components/uikit-sdk/Svg/tokens/OPTIMISM.js +0 -8
  301. package/dist/components/uikit-sdk/Svg/tokens/POLYGON.js +0 -6
  302. package/dist/components/uikit-sdk/Svg/tokens/POLYGONZK.js +0 -6
  303. package/dist/components/uikit-sdk/Svg/tokens/TLOS.js +0 -6
  304. package/dist/components/uikit-sdk/Svg/tokens/index.js +0 -22
  305. package/dist/components/uikit-sdk/Svg/types.js +0 -165
  306. package/dist/components/uikit-sdk/Svg/walletIcons/BinanceChain.js +0 -6
  307. package/dist/components/uikit-sdk/Svg/walletIcons/Bitkeep.js +0 -6
  308. package/dist/components/uikit-sdk/Svg/walletIcons/Brave.js +0 -6
  309. package/dist/components/uikit-sdk/Svg/walletIcons/Coinbase.js +0 -6
  310. package/dist/components/uikit-sdk/Svg/walletIcons/MadWallet.js +0 -6
  311. package/dist/components/uikit-sdk/Svg/walletIcons/MathWallet.js +0 -6
  312. package/dist/components/uikit-sdk/Svg/walletIcons/Metamask.js +0 -6
  313. package/dist/components/uikit-sdk/Svg/walletIcons/Nabox.js +0 -6
  314. package/dist/components/uikit-sdk/Svg/walletIcons/OKX.js +0 -6
  315. package/dist/components/uikit-sdk/Svg/walletIcons/OntoWallet.js +0 -6
  316. package/dist/components/uikit-sdk/Svg/walletIcons/SafePalWallet.js +0 -6
  317. package/dist/components/uikit-sdk/Svg/walletIcons/SocialLogin.js +0 -6
  318. package/dist/components/uikit-sdk/Svg/walletIcons/TokenPocket.js +0 -6
  319. package/dist/components/uikit-sdk/Svg/walletIcons/TorusWallet.js +0 -6
  320. package/dist/components/uikit-sdk/Svg/walletIcons/TrustWallet.js +0 -6
  321. package/dist/components/uikit-sdk/Svg/walletIcons/Unstoppable.js +0 -6
  322. package/dist/components/uikit-sdk/Svg/walletIcons/WalletConnect.js +0 -6
  323. package/dist/components/uikit-sdk/Svg/walletIcons/WalletImage.js +0 -5
  324. package/dist/components/uikit-sdk/Svg/walletIcons/index.js +0 -18
  325. package/dist/components/uikit-sdk/Tag/ListTag.js +0 -20
  326. package/dist/components/uikit-sdk/Tag/Tag.js +0 -42
  327. package/dist/components/uikit-sdk/Tag/index.js +0 -2
  328. package/dist/components/uikit-sdk/Tag/styles.js +0 -44
  329. package/dist/components/uikit-sdk/Tag/types.js +0 -34
  330. package/dist/components/uikit-sdk/Text/index.js +0 -35
  331. package/dist/components/uikit-sdk/Text/types.js +0 -13
  332. package/dist/components/uikit-sdk/TokenImage/index.js +0 -18
  333. package/dist/components/uikit-sdk/TooltipBubble/index.js +0 -66
  334. package/dist/components/uikit-sdk/TooltipBubble/styles.js +0 -60
  335. package/dist/components/uikit-sdk/TooltipBubble/types.js +0 -8
  336. package/dist/components/uikit-sdk/index.js +0 -12
  337. package/dist/config/abi/bond.json +0 -450
  338. package/dist/config/abi/erc20.json +0 -117
  339. package/dist/config/abi/multicallv2.json +0 -143
  340. package/dist/config/abi/types/Banana.js +0 -1
  341. package/dist/config/abi/types/Bond.js +0 -1
  342. package/dist/config/abi/types/BondNft.js +0 -1
  343. package/dist/config/abi/types/EnsPublicResolver.js +0 -1
  344. package/dist/config/abi/types/EnsRegistrar.js +0 -1
  345. package/dist/config/abi/types/Erc20.js +0 -1
  346. package/dist/config/abi/types/Erc20_bytes32.js +0 -1
  347. package/dist/config/abi/types/JungleChef.js +0 -1
  348. package/dist/config/abi/types/LaunchBonds.js +0 -1
  349. package/dist/config/abi/types/LensContract.js +0 -1
  350. package/dist/config/abi/types/LockVeAbond.js +0 -1
  351. package/dist/config/abi/types/MigrationBond.js +0 -1
  352. package/dist/config/abi/types/MigrationFveAbond.js +0 -1
  353. package/dist/config/abi/types/MiniComplexRewarder.js +0 -1
  354. package/dist/config/abi/types/Multicallv2.js +0 -1
  355. package/dist/config/abi/types/Multicallv3.js +0 -1
  356. package/dist/config/abi/types/NonFungibleApes.js +0 -1
  357. package/dist/config/abi/types/NonFungibleBananas.js +0 -1
  358. package/dist/config/abi/types/PriceGetter.js +0 -1
  359. package/dist/config/abi/types/PriceGetterLinea.js +0 -1
  360. package/dist/config/abi/types/PriceGetterV2.js +0 -1
  361. package/dist/config/abi/types/SousChef.js +0 -1
  362. package/dist/config/abi/types/Treasury.js +0 -1
  363. package/dist/config/abi/types/Weth.js +0 -1
  364. package/dist/config/abi/types/Zap.js +0 -1
  365. package/dist/config/abi/types/common.js +0 -1
  366. package/dist/config/abi/types/factories/Banana__factory.js +0 -628
  367. package/dist/config/abi/types/factories/BondNft__factory.js +0 -951
  368. package/dist/config/abi/types/factories/Bond__factory.js +0 -1042
  369. package/dist/config/abi/types/factories/EnsPublicResolver__factory.js +0 -833
  370. package/dist/config/abi/types/factories/EnsRegistrar__factory.js +0 -439
  371. package/dist/config/abi/types/factories/Erc20__factory.js +0 -239
  372. package/dist/config/abi/types/factories/Erc20_bytes32__factory.js +0 -47
  373. package/dist/config/abi/types/factories/JungleChef__factory.js +0 -326
  374. package/dist/config/abi/types/factories/LaunchBonds__factory.js +0 -2031
  375. package/dist/config/abi/types/factories/LensContract__factory.js +0 -338
  376. package/dist/config/abi/types/factories/LockVeAbond__factory.js +0 -2215
  377. package/dist/config/abi/types/factories/MigrationBond__factory.js +0 -1656
  378. package/dist/config/abi/types/factories/MigrationFveAbond__factory.js +0 -346
  379. package/dist/config/abi/types/factories/MiniComplexRewarder__factory.js +0 -586
  380. package/dist/config/abi/types/factories/Multicallv2__factory.js +0 -160
  381. package/dist/config/abi/types/factories/Multicallv3__factory.js +0 -109
  382. package/dist/config/abi/types/factories/NonFungibleApes__factory.js +0 -810
  383. package/dist/config/abi/types/factories/NonFungibleBananas__factory.js +0 -756
  384. package/dist/config/abi/types/factories/PriceGetterLinea__factory.js +0 -1465
  385. package/dist/config/abi/types/factories/PriceGetterV2__factory.js +0 -1364
  386. package/dist/config/abi/types/factories/PriceGetter__factory.js +0 -1326
  387. package/dist/config/abi/types/factories/SousChef__factory.js +0 -666
  388. package/dist/config/abi/types/factories/Treasury__factory.js +0 -309
  389. package/dist/config/abi/types/factories/Weth__factory.js +0 -296
  390. package/dist/config/abi/types/factories/Zap__factory.js +0 -889
  391. package/dist/config/abi/types/factories/index.js +0 -28
  392. package/dist/config/abi/types/index.js +0 -26
  393. package/dist/config/constants/addresses.js +0 -116
  394. package/dist/config/constants/api.js +0 -6
  395. package/dist/config/constants/chains.js +0 -436
  396. package/dist/config/constants/lifiRouting.js +0 -6
  397. package/dist/config/constants/lists.js +0 -21
  398. package/dist/config/constants/meta.js +0 -92
  399. package/dist/config/constants/misc.js +0 -4
  400. package/dist/config/constants/networks.js +0 -44
  401. package/dist/config/constants/products.js +0 -58
  402. package/dist/config/constants/queryKeys.js +0 -24
  403. package/dist/config/constants/tokens.js +0 -452
  404. package/dist/config/constants/tutorials.js +0 -80
  405. package/dist/config/localization/languages.js +0 -83
  406. package/dist/config/localization/translations.json +0 -918
  407. package/dist/contexts/Localization/Provider.js +0 -134
  408. package/dist/contexts/Localization/helpers.js +0 -63
  409. package/dist/contexts/Localization/index.js +0 -2
  410. package/dist/contexts/Localization/types.js +0 -1
  411. package/dist/contexts/Localization/useTranslation.js +0 -10
  412. package/dist/contexts/ModalContext.js +0 -67
  413. package/dist/contexts/RefreshContext.js +0 -78
  414. package/dist/enum/apeswaplists.d.ts +0 -418
  415. package/dist/enum/apeswaplists.js +0 -152
  416. package/dist/enum/tooltips.js +0 -13
  417. package/dist/hooks/useCookie.js +0 -29
  418. package/dist/hooks/useIsAbond.js +0 -10
  419. package/dist/hooks/useModal.js +0 -39
  420. package/dist/hooks/usePendingVesting.js +0 -13
  421. package/dist/hooks/useRefresh.js +0 -7
  422. package/dist/hooks/useTimer.js +0 -13
  423. package/dist/hooks/useTopThreeTags.js +0 -25
  424. package/dist/index.d.ts +0 -5
  425. package/dist/index.js +0 -6
  426. package/dist/providers/index.js +0 -12
  427. package/dist/theme/base.js +0 -123
  428. package/dist/theme/colors.js +0 -93
  429. package/dist/theme/components.js +0 -338
  430. package/dist/theme/display.js +0 -2
  431. package/dist/theme/index.js +0 -15
  432. package/dist/theme/types.js +0 -1
  433. package/dist/types/bonds.js +0 -1
  434. package/dist/types/yourbonds.js +0 -1
  435. package/dist/utils/convertToTokenValue.js +0 -24
  436. package/dist/utils/formatNumber.js +0 -34
  437. package/dist/utils/formatNumbers.js +0 -148
  438. package/dist/utils/getBalanceNumber.js +0 -18
  439. package/dist/utils/getTimePeriods.js +0 -44
  440. package/dist/utils/index.js +0 -127
  441. package/dist/utils/localStorageHelpers.js +0 -47
  442. package/dist/utils/multicall.js +0 -90
  443. package/dist/utils/numbers.js +0 -111
  444. package/dist/utils/roundNumber.js +0 -14
  445. package/dist/utils/track.js +0 -17
  446. package/dist/views/BondModal/BondModal.js +0 -277
  447. package/dist/views/BondModal/helper.js +0 -54
  448. package/dist/views/BondModal/index.js +0 -18
  449. package/dist/views/Bonds/Bonds.js +0 -174
  450. package/dist/views/YourBonds/YourBonds.js +0 -276
  451. package/dist/views/YourBonds/fetchBillsUser.js +0 -235
  452. package/dist/views/YourBonds/getBillNftData.js +0 -109
  453. package/dist/views/YourBondsModal/YourBondsModal.js +0 -173
  454. package/dist/views/YourBondsModal/styles.js +0 -12
  455. /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 AccountMonkey = function (_a) {
3
- var _b = _a.direction, direction = _b === void 0 ? 'down' : _b, _c = _a.color, color = _c === void 0 ? 'white3' : _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 || '85.46', viewBox: "0 0 85.46 100.46", xmlns: "http://www.w3.org/2000/svg", sx: style, children: [_jsx("path", { d: "M85.46 42.73A42.73 42.73 0 1142.73 0a42.68 42.68 0 0142.73 42.73z" }), _jsx("path", { color: "grey", d: "M65.39 79a42.75 42.75 0 01-45.32 0 42.75 42.75 0 0145.32 0zM49.11 11.68a27.13 27.13 0 0114.71 12.73c.31.57.6 1.14.87 1.73a25.7 25.7 0 011 2.46c.16.48.31.95.44 1.43v.08a21.8 21.8 0 01.79 5.76v.4a29.74 29.74 0 00.78 7c.1.41.2.82.31 1.22 0 .19.09.37.13.55l.06.24a17.38 17.38 0 01.39 3.69c0 11.6-11.55 21-25.8 21h-.27a31.23 31.23 0 01-3.52-.25 30.48 30.48 0 01-6.59-1.55C23.33 64.92 17 57.53 17 48.94a17.38 17.38 0 01.4-3.69l.06-.24c0-.18.08-.36.13-.55.11-.4.21-.81.3-1.22a29.23 29.23 0 00.79-7v-.4a22.05 22.05 0 01.78-5.74c.13-.51.29-1 .46-1.51a25.7 25.7 0 011-2.46c.27-.59.56-1.16.87-1.73a27.14 27.14 0 0114.7-12.73 20.44 20.44 0 0112.62.01z" }), _jsx("path", { d: "M60.87 40.12a9.61 9.61 0 00.87-4 10.26 10.26 0 00-10.51-10 10.82 10.82 0 00-5.35 1.39 6.25 6.25 0 01-6.18 0 10.76 10.76 0 00-5.35-1.39 10.26 10.26 0 00-10.5 10 9.61 9.61 0 00.87 4 10.53 10.53 0 00.65 1.19 6.26 6.26 0 01.68 5.36 14.3 14.3 0 00-.87 4c0 8.32 7.89 15.07 17.61 15.07S60.4 59 60.4 50.68a14 14 0 00-.87-4 6.23 6.23 0 01.69-5.36 10.53 10.53 0 00.65-1.2z" }), _jsx("path", { color: "grey", d: "M18.21 45a9.12 9.12 0 01-4.44-3.28c-3.55-4.5-2.37-11.71 2-13.41a5.45 5.45 0 014.75.2l.15.08M64.78 28.61a5.45 5.45 0 014.9-.29c4.38 1.7 5.56 8.91 2 13.41A9.16 9.16 0 0167.25 45M42.79 60.49a11.34 11.34 0 01-9.49-4.92 1 1 0 111.7-1.09 9.64 9.64 0 0015.65 0 1 1 0 111.67 1.09 11.34 11.34 0 01-9.53 4.92z" }), _jsx("rect", { color: "grey", x: 39.05, y: 44.77, width: 1.82, height: 4.14, rx: 0.85, transform: "rotate(-65.45 39.954 46.838)" }), _jsx("rect", { color: "grey", x: 44.72, y: 44.77, width: 1.82, height: 4.14, rx: 0.85, transform: "rotate(-114.55 45.635 46.84)" }), _jsx("path", { color: "grey", d: "M33.75 41.12a2.94 2.94 0 01-3-2.86v-1a2.94 2.94 0 013-2.85 2.94 2.94 0 013 2.85v1a2.94 2.94 0 01-3 2.86zM51.84 41.12a2.94 2.94 0 01-3-2.86v-1a2.94 2.94 0 013-2.85 2.94 2.94 0 013 2.85v1a2.94 2.94 0 01-3 2.86z" })] }));
15
- };
16
- export default AccountMonkey;
@@ -1,6 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
2
- var AllChains = function (_a) {
3
- var width = _a.width;
4
- return (_jsx("svg", { width: width || '26', viewBox: "0 0 26 26", fill: "#fafafa", xmlns: "http://www.w3.org/2000/svg", children: _jsxs("g", { mask: "url(#mask0_4377_23303)", children: [_jsx("circle", { cx: "12", cy: "12", r: "11", fill: "#fafafa" }), _jsx("path", { d: "M0 12.9777C0.0118051 5.83109 5.86935 -0.0156193 13.0011 -9.12111e-05C20.1926 0.0161764 26.0074 5.84588 26 13.0332C25.9926 20.2375 20.138 26.062 12.8624 25.9992C5.72916 25.9378 0.0272993 20.1783 0 12.9777ZM10.6563 20.2242C11.2222 20.2331 11.9032 20.0659 12.5547 19.7598C13.4386 19.345 14.0879 18.6462 14.7077 17.929C15.1068 17.4676 14.9954 16.7525 14.5387 16.3606C14.0746 15.9621 13.3995 15.9769 12.9561 16.4028C12.6765 16.6712 12.4123 16.9544 12.132 17.2213C11.1875 18.1175 9.72666 18.1027 8.81693 17.1932C7.90573 16.2823 7.88802 14.8211 8.78299 13.8776C9.04344 13.6033 9.31865 13.3437 9.58205 13.0731C10.0454 12.5962 10.0484 11.8656 9.59312 11.4079C9.1342 10.9472 8.41409 10.9465 7.92934 11.4123C7.67036 11.6615 7.41434 11.9144 7.16274 12.1717C6.29433 13.0576 5.82803 14.1172 5.78745 15.3624C5.70113 18.0332 7.82826 20.2294 10.6563 20.2242ZM15.5016 5.78746C14.31 5.78894 13.2638 6.18454 12.374 6.97278C12.036 7.27151 11.7276 7.60426 11.4126 7.92813C10.9359 8.41837 10.9411 9.15189 11.417 9.61182C11.8811 10.0599 12.6005 10.0444 13.0808 9.57337C13.3575 9.302 13.6223 9.01879 13.9071 8.75703C14.4797 8.22982 15.1644 8.02647 15.9243 8.16918C16.8525 8.34369 17.487 8.89753 17.7652 9.80333C18.0434 10.7091 17.8176 11.5122 17.1617 12.1924C16.9189 12.4446 16.6651 12.6864 16.4202 12.9378C15.9546 13.4147 15.9494 14.1446 16.4039 14.6015C16.8628 15.0629 17.5837 15.0659 18.0677 14.6023C18.3341 14.3472 18.5967 14.0884 18.8535 13.8236C19.7027 12.9481 20.1646 11.9048 20.2096 10.6803C20.3092 7.99246 18.188 5.78746 15.5008 5.7882L15.5016 5.78746ZM15.4381 11.7407C15.399 11.2674 15.1895 10.8903 14.7342 10.6803C14.2753 10.4681 13.7979 10.5494 13.4113 10.9295C12.5769 11.7517 11.7468 12.5792 10.9271 13.4155C10.4446 13.9072 10.446 14.6104 10.9035 15.0807C11.3676 15.5576 12.0892 15.5702 12.5879 15.0814C13.4254 14.2621 14.2473 13.4273 15.0751 12.5977C15.3068 12.3655 15.4182 12.0801 15.4381 11.7407Z", fill: "#312F3A" })] }) }));
5
- };
6
- export default AllChains;
@@ -1,17 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
2
- //Fix this so that it gets the correct migration color based on theme
3
- var ApebondLogo = function (_a) {
4
- 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;
5
- var deg = {
6
- left: 90,
7
- up: 180,
8
- right: 270,
9
- down: 0,
10
- };
11
- var style = getStyles({
12
- degree: deg[direction],
13
- color: color,
14
- });
15
- return (_jsxs("svg", { width: width || '26', height: "25", viewBox: "0 0 26 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: [_jsxs("g", { clipPath: "url(#clip0_340_8011)", children: [_jsx("path", { d: "M3.87332 8.54473C3.81796 8.72718 3.74111 9.01557 3.74111 9.01557C3.73981 9.01884 3.73915 9.02145 3.7385 9.02472C3.52945 9.79898 3.41808 10.5896 3.41808 11.3756C3.41808 11.4319 3.41808 11.4861 3.41938 11.5411C3.4311 12.5017 3.31257 13.4564 3.09961 14.3922L3.00452 14.7754C2.51412 14.5832 2.01199 14.2176 1.532 13.6075C0.201454 11.9151 0.644969 9.19932 2.28617 8.55977C2.92897 8.30997 3.46171 8.37406 3.87397 8.54473H3.87332Z", fill: "#958FFF" }), _jsx("path", { d: "M24.9676 13.6067C24.4915 14.2116 23.9933 14.5771 23.5062 14.7694L23.413 14.3901C23.2001 13.4543 23.0815 12.5002 23.0926 11.5396C23.0926 11.4846 23.0926 11.4304 23.0926 11.3741C23.0926 10.5848 22.9812 9.79161 22.7702 9.01474L22.627 8.54325C23.0386 8.37258 23.5713 8.30915 24.2128 8.55829C25.854 9.19784 26.2975 11.913 24.967 13.606L24.9676 13.6067Z", fill: "#958FFF" }), _jsx("path", { d: "M22.0349 14.1097C21.8506 13.3008 21.7484 12.4762 21.7581 11.6457C21.7581 11.5986 21.7581 11.5515 21.7581 11.5032C21.7581 10.8211 21.6617 10.1358 21.4794 9.46353L21.3172 8.92992C21.2176 8.63631 21.1023 8.34531 20.972 8.06019C20.877 7.85224 20.7747 7.64691 20.6646 7.44549C19.6851 5.64652 18.124 4.1137 16.3037 3.27013C16.0354 3.14588 15.4395 1.77131 15.4395 1.77131L14.036 2.6175C13.98 2.61096 13.924 2.60508 13.8673 2.59985C13.7638 2.59069 13.6609 2.5835 13.556 2.57892L13.0858 1.44238C11.3554 2.03485 10.3348 3.20408 10.0014 3.37018C8.27032 4.23141 6.79064 5.71584 5.84825 7.44549C5.73753 7.64756 5.63593 7.85224 5.54085 8.06019C5.41059 8.34531 5.29532 8.63631 5.19502 8.92992C5.17809 8.92011 5.03351 9.46288 5.03351 9.46288C5.03221 9.4655 5.03155 9.46811 5.03155 9.47073C4.85115 10.1397 4.75476 10.8231 4.75476 11.5025C4.75476 11.5509 4.75476 11.598 4.75476 11.6451C4.76519 12.4756 4.66228 13.3008 4.47798 14.1097L4.32362 14.7349C4.31711 14.7643 4.3106 14.7937 4.30409 14.8232C4.21161 15.2469 4.16406 15.6818 4.16406 16.1265C4.16406 19.1666 6.39727 21.781 9.59696 22.9313C10.3257 23.1942 11.1053 23.3806 11.9194 23.4786C12.3245 23.5277 12.738 23.5538 13.1594 23.5578C13.192 23.5578 13.2252 23.5578 13.2577 23.5578C18.279 23.5578 22.3495 20.2299 22.3495 16.1258C22.3495 15.6811 22.3019 15.2456 22.2095 14.8225C22.2029 14.7931 22.1964 14.7637 22.1893 14.7349L22.0349 14.1084V14.1097Z", fill: "#958FFF" })] }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_340_8011", children: _jsx("rect", { width: "25", height: "25", fill: "white", transform: "translate(0.75)" }) }) })] }));
16
- };
17
- export default ApebondLogo;
@@ -1,6 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
2
- var ApeswapSmallLogo = function (_a) {
3
- var width = _a.width;
4
- return (_jsxs("svg", { width: width || '35', viewBox: "0 0 35 34", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("path", { d: "M4.68422 12.3515C4.4028 13.3692 4.25826 14.4192 4.25433 15.4743C4.25433 15.5479 4.25433 15.6206 4.25433 15.693C4.27035 16.9703 4.1109 18.2379 3.82444 19.4804C3.23079 19.2717 2.61878 18.8487 2.03647 18.1179C0.499792 16.1935 1.01254 13.1036 2.90485 12.3767C3.62082 12.1023 4.21955 12.1603 4.68774 12.3403C4.68618 12.3446 4.68579 12.3477 4.68422 12.3515Z", fill: "#A16552" }), _jsx("path", { d: "M4.68422 12.3515C4.4028 13.3692 4.25826 14.4192 4.25433 15.4743C4.25433 15.5479 4.25433 15.6206 4.25433 15.693C4.27035 16.9703 4.1109 18.2379 3.82444 19.4804C3.23079 19.2717 2.61878 18.8487 2.03647 18.1179C0.499792 16.1935 1.01254 13.1036 2.90485 12.3767C3.62082 12.1023 4.21955 12.1603 4.68774 12.3403C4.68618 12.3446 4.68579 12.3477 4.68422 12.3515Z", fill: "#F5DCB4" }), _jsx("path", { d: "M32.9652 18.1178C32.3829 18.8478 31.7713 19.2708 31.1784 19.479C30.8904 18.2366 30.7314 16.9686 30.7485 15.6925C30.7485 15.6201 30.7485 15.5473 30.7485 15.4738C30.7445 14.4143 30.5983 13.36 30.314 12.3386C30.7829 12.1586 31.3809 12.1005 32.0968 12.375C33.988 13.1034 34.5003 16.1933 32.9652 18.1178Z", fill: "#A16552" }), _jsx("path", { d: "M32.9652 18.1178C32.3829 18.8478 31.7713 19.2708 31.1784 19.479C30.8904 18.2366 30.7314 16.9686 30.7485 15.6925C30.7485 15.6201 30.7485 15.5473 30.7485 15.4738C30.7445 14.4143 30.5983 13.36 30.314 12.3386C30.7829 12.1586 31.3809 12.1005 32.0968 12.375C33.988 13.1034 34.5003 16.1933 32.9652 18.1178Z", fill: "#F5DCB4" }), _jsx("path", { d: "M27.0676 19.5203C26.5103 20.3853 26.3563 21.4556 26.6909 22.4325C26.9426 23.1679 27.1681 23.9985 27.1681 24.6171C27.1681 29.1414 22.8398 32.8088 17.5001 32.8088C12.1604 32.8088 7.8318 29.1414 7.8318 24.6171C7.8318 23.9978 8.0573 23.1679 8.30938 22.4325C8.64352 21.4571 8.49032 20.3853 7.93302 19.5207C7.79888 19.3125 7.67953 19.0954 7.57582 18.8708C7.25922 18.1891 7.09575 17.4474 7.09668 16.6971C7.09668 13.6931 9.67879 11.2573 12.8655 11.2573C13.8945 11.2547 14.9067 11.5159 15.8036 12.0156C16.3207 12.3067 16.9053 12.4597 17.5001 12.4597C18.0949 12.4597 18.6795 12.3067 19.1966 12.0156C20.0936 11.5161 21.1058 11.2551 22.1348 11.2581C25.3211 11.2581 27.904 13.6939 27.904 16.6978C27.9054 17.4479 27.7426 18.1894 27.4268 18.8712C27.3223 19.0955 27.2023 19.3123 27.0676 19.5203Z", fill: "#A16552" }), _jsx("path", { d: "M27.0676 19.5203C26.5103 20.3853 26.3563 21.4556 26.6909 22.4325C26.9426 23.1679 27.1681 23.9985 27.1681 24.6171C27.1681 29.1414 22.8398 32.8088 17.5001 32.8088C12.1604 32.8088 7.8318 29.1414 7.8318 24.6171C7.8318 23.9978 8.0573 23.1679 8.30938 22.4325C8.64352 21.4571 8.49032 20.3853 7.93302 19.5207C7.79888 19.3125 7.67953 19.0954 7.57582 18.8708C7.25922 18.1891 7.09575 17.4474 7.09668 16.6971C7.09668 13.6931 9.67879 11.2573 12.8655 11.2573C13.8945 11.2547 14.9067 11.5159 15.8036 12.0156C16.3207 12.3067 16.9053 12.4597 17.5001 12.4597C18.0949 12.4597 18.6795 12.3067 19.1966 12.0156C20.0936 11.5161 21.1058 11.2551 22.1348 11.2581C25.3211 11.2581 27.904 13.6939 27.904 16.6978C27.9054 17.4479 27.7426 18.1894 27.4268 18.8712C27.3223 19.0955 27.2023 19.3123 27.0676 19.5203Z", fill: "#F5DCB4" }), _jsx("path", { d: "M12.576 25.6292C12.497 25.6291 12.4188 25.6458 12.3468 25.678C12.2748 25.7103 12.2106 25.7574 12.1584 25.8162C12.1062 25.875 12.0673 25.9441 12.0443 26.019C12.0213 26.0939 12.0147 26.1728 12.0249 26.2504C12.3665 28.6745 14.6864 30.5491 17.5002 30.5491C20.3141 30.5491 22.6339 28.6741 22.9767 26.25C22.9868 26.1723 22.9801 26.0934 22.9569 26.0185C22.9338 25.9436 22.8948 25.8745 22.8425 25.8157C22.7902 25.757 22.7259 25.7099 22.6538 25.6777C22.5817 25.6456 22.5035 25.629 22.4244 25.6292H12.576Z", fill: "#4E3F3F" }), _jsx("path", { d: "M14.3198 29.6465C15.2737 30.2366 16.3758 30.5495 17.5005 30.5495C18.6251 30.5495 19.7272 30.2366 20.6811 29.6465C20.2825 28.2786 19.0061 28.5933 17.5006 28.5933C15.9952 28.5933 14.7188 28.2786 14.3198 29.6465Z", fill: "#E6646E" }), _jsx("path", { d: "M32.7501 11.3652C31.6085 10.9251 30.6979 11.1574 30.0605 11.5208C29.9044 11.0664 29.7248 10.6203 29.5223 10.1843C29.3746 9.86406 29.2148 9.54912 29.0428 9.23948C27.2924 6.0656 24.348 3.4336 20.9694 2.3208L20.9026 0.51982L18.7164 1.82034C18.6288 1.81027 18.5413 1.80098 18.453 1.79286C18.2912 1.77853 18.1306 1.76731 17.9676 1.76073L17.6479 0.397122L17.5545 0C17.4455 0 17.3388 0.00348373 17.2348 0.011999C15.1995 0.175338 14.1865 2.00651 14.0301 2.32042C10.6524 3.43321 7.70993 6.06676 5.95909 9.23793C5.78739 9.54757 5.62768 9.86251 5.47995 10.1827C5.27746 10.619 5.09784 11.0654 4.9418 11.52C4.91523 11.5042 4.88787 11.4887 4.85973 11.4744C4.22662 11.138 3.3469 10.9433 2.25223 11.3637C-0.154 12.2887 -0.803139 16.2131 1.14545 18.6585C1.94036 19.6544 2.77709 20.1998 3.58256 20.4421C3.57201 20.487 3.56185 20.5323 3.55207 20.5772C3.40676 21.2353 3.33365 21.907 3.334 22.5806C3.334 27.2524 6.81223 31.2701 11.7978 33.0385C12.9684 33.4523 14.1824 33.7337 15.4167 33.8777C16.0576 33.9539 16.7023 33.9947 17.3478 34C17.3986 34 17.4501 34 17.501 34C25.3246 34 31.6667 28.8858 31.6667 22.5783C31.6671 21.9047 31.594 21.233 31.4487 20.5749C31.4389 20.53 31.4287 20.4847 31.4178 20.4406C32.2236 20.1975 33.0592 19.6521 33.8545 18.6558C35.8035 16.2131 35.154 12.2879 32.7501 11.3652ZM4.68426 12.3514C4.40284 13.3691 4.25829 14.4191 4.25436 15.4742C4.25436 15.5478 4.25436 15.6205 4.25436 15.6929C4.27039 16.9702 4.11094 18.2378 3.82447 19.4803C3.23083 19.2716 2.61881 18.8486 2.0365 18.1178C0.49983 16.1934 1.01258 13.1035 2.90489 12.3766C3.62086 12.1022 4.21958 12.1602 4.68778 12.3402C4.68621 12.3445 4.68582 12.3476 4.68426 12.3514ZM27.4268 18.871C27.3229 19.0953 27.2036 19.3122 27.0696 19.5201C26.5123 20.3852 26.3583 21.4554 26.6929 22.4324C26.9445 23.1678 27.17 23.9984 27.17 24.6169C27.17 29.1413 22.8418 32.8086 17.5021 32.8086C12.1625 32.8086 7.83186 29.1413 7.83186 24.6169C7.83186 23.9976 8.05736 23.1678 8.30943 22.4324C8.64358 21.457 8.49038 20.3852 7.93308 19.5205C7.79894 19.3124 7.67959 19.0952 7.57588 18.8707C7.25928 18.1889 7.09581 17.4473 7.09674 16.6969C7.09674 13.693 9.67884 11.2572 12.8655 11.2572C13.8946 11.2546 14.9068 11.5158 15.8037 12.0155C16.3208 12.3066 16.9054 12.4596 17.5002 12.4596C18.095 12.4596 18.6796 12.3066 19.1967 12.0155C20.0936 11.516 21.1058 11.255 22.1348 11.258C25.3211 11.258 27.904 13.6937 27.904 16.6977C27.9054 17.4478 27.7426 18.1893 27.4268 18.871ZM32.9674 18.1178C32.3831 18.8478 31.7715 19.2709 31.1786 19.4791C30.8906 18.2367 30.7315 16.9686 30.7487 15.6925C30.7487 15.6201 30.7487 15.5474 30.7487 15.4738C30.7446 14.4143 30.5985 13.36 30.3141 12.3387C30.7831 12.1587 31.381 12.1006 32.097 12.375C33.9882 13.1035 34.5005 16.1934 32.9654 18.1178H32.9674Z", fill: "#A16552" }), _jsx("path", { d: "M15.0935 21.5479L15.0933 21.5483C14.9868 21.7793 15.0895 22.0521 15.3227 22.1576L16.3973 22.6438C16.6306 22.7493 16.906 22.6476 17.0126 22.4166L17.0127 22.4162C17.1193 22.1852 17.0165 21.9124 16.7833 21.8069L15.7087 21.3207C15.4754 21.2152 15.2 21.3169 15.0935 21.5479Z", fill: "#4E3F3F" }), _jsx("path", { d: "M17.9891 22.4178L17.9892 22.4182C18.0958 22.6492 18.3712 22.7509 18.6044 22.6454L19.6791 22.1592C19.9123 22.0537 20.015 21.7809 19.9085 21.5499L19.9083 21.5495C19.8018 21.3186 19.5263 21.2168 19.2931 21.3223L18.2185 21.8085C17.9852 21.914 17.8825 22.1868 17.9891 22.4178Z", fill: "#4E3F3F" }), _jsx("path", { d: "M12.5321 18.8699C11.6176 18.8699 10.8762 18.1732 10.8762 17.3155V16.7976C10.8762 15.9391 11.6188 15.2432 12.5321 15.2432C13.4466 15.2432 14.1884 15.9399 14.1884 16.7976V17.3155C14.1884 18.174 13.447 18.8699 12.5321 18.8699Z", fill: "#4E3F3F" }), _jsx("path", { d: "M12.5322 15.2432V17.0565C12.5322 17.4858 12.9031 17.8337 13.3604 17.8337C13.8176 17.8337 14.1885 17.4854 14.1885 17.0565V16.7976C14.1885 15.9391 13.4471 15.2432 12.5322 15.2432Z", fill: "#5D5360" }), _jsx("path", { d: "M12.5323 16.798C12.8371 16.798 13.0841 16.566 13.0841 16.2797C13.0841 15.9935 12.8371 15.7615 12.5323 15.7615C12.2275 15.7615 11.9805 15.9935 11.9805 16.2797C11.9805 16.566 12.2275 16.798 12.5323 16.798Z", fill: "white" }), _jsx("path", { d: "M22.4681 18.8699C21.5536 18.8699 20.8123 18.1732 20.8123 17.3155V16.7976C20.8123 15.9391 21.5548 15.2432 22.4681 15.2432C23.383 15.2432 24.1244 15.9399 24.1244 16.7976V17.3155C24.1244 18.174 23.383 18.8699 22.4681 18.8699Z", fill: "#4E3F3F" }), _jsx("path", { d: "M22.468 15.2432V17.0565C22.468 17.4858 22.8389 17.8337 23.2962 17.8337C23.7534 17.8337 24.1243 17.4854 24.1243 17.0565V16.7976C24.1243 15.9391 23.3829 15.2432 22.468 15.2432Z", fill: "#5D5360" }), _jsx("path", { d: "M22.4681 16.798C22.7729 16.798 23.0199 16.566 23.0199 16.2797C23.0199 15.9935 22.7729 15.7615 22.4681 15.7615C22.1633 15.7615 21.9163 15.9935 21.9163 16.2797C21.9163 16.566 22.1633 16.798 22.4681 16.798Z", fill: "white" }), _jsx("path", { opacity: "0.35", d: "M17.6478 0.397129C17.2777 0.360745 16.4659 0.939011 15.4948 1.93994C15.2529 2.18921 15.0004 2.46596 14.7417 2.76593C12.8384 4.97719 10.6319 8.46382 9.87606 12.0422C8.60709 18.0493 8.092 25.0191 10.3306 28.885C12.228 32.1611 15.4166 33.8781 15.4166 33.8781C14.1822 33.7337 12.9682 33.4516 11.7977 33.0374C6.81326 31.2701 3.33386 27.2524 3.33386 22.5806C3.3335 21.907 3.40662 21.2353 3.55193 20.5772C3.5617 20.5323 3.57186 20.487 3.58242 20.4421C2.77695 20.1998 1.941 19.6545 1.14531 18.6586C-0.803283 16.2131 -0.154143 12.2887 2.25053 11.3652C3.3448 10.9449 4.22491 11.1396 4.85803 11.4759C4.88617 11.4902 4.91352 11.5057 4.9401 11.5216C5.09614 11.0669 5.27576 10.6206 5.47825 10.1843C5.62598 9.86407 5.78569 9.54913 5.95738 9.23949C7.70822 6.06831 10.6507 3.4336 14.0284 2.32197C14.1867 2.00807 15.2009 0.176892 17.2331 0.0135532C17.3371 0.00503796 17.4438 0.000780405 17.5528 0.00155452L17.6478 0.397129Z", fill: "#4E3F3F" })] }));
5
- };
6
- export default ApeswapSmallLogo;
@@ -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 || '6', viewBox: "0 0 6 11", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: _jsx("path", { d: "M3.00373 5.59387C3.77667 5.59387 4.4765 5.63946 4.90699 5.72433C4.9137 5.72433 5.30764 5.80842 5.43895 5.86265C5.62845 5.94752 5.78886 6.10077 5.89107 6.29253C5.96419 6.44578 6 6.60767 6 6.77664C5.99329 6.95268 5.88361 7.28354 5.83213 7.41399C5.51206 8.27375 4.46158 9.91705 3.82069 10.5473C3.71848 10.6542 3.59463 10.7697 3.56553 10.8004C3.40438 10.9308 3.20816 11 2.99702 11C2.80677 11 2.61726 10.9387 2.46431 10.8153C2.38486 10.7564 2.26889 10.6391 2.21587 10.5841L2.18752 10.5544C1.5235 9.90997 0.525243 8.3044 0.204428 7.49022C0.197588 7.49022 0.0377811 7.0841 0.00544739 6.83905L0 6.77664L0 6.74599C0 6.39234 0.189506 6.06226 0.496146 5.8933C0.664015 5.80135 1.15195 5.71647 1.15941 5.70861C1.59662 5.63946 2.26735 5.59387 3.00373 5.59387ZM3.00037 0C3.39347 0 3.71639 0.314279 3.75523 0.717488L3.75914 0.799248L3.59575 3.82885C3.59575 4.17542 3.3294 4.45599 3.00037 4.45599C2.69485 4.45599 2.44337 4.21407 2.409 3.90203L2.405 3.82885L2.24086 0.799248C2.24086 0.357579 2.58107 0 3.00037 0Z", fill: "#FAFAFA" }) }));
15
- };
16
- export default Arrow;
@@ -1,16 +0,0 @@
1
- import { jsx as _jsx } from "theme-ui/jsx-runtime";
2
- var Audit = 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 || '14', height: "17", viewBox: "0 0 14 17", sx: style, children: _jsx("path", { d: "M6.66667 10.2917C7.18056 10.2917 7.61806 10.1147 7.97917 9.7605C8.34028 9.40633 8.52083 8.96536 8.52083 8.43758C8.52083 7.92369 8.34028 7.48619 7.97917 7.12508C7.61806 6.76397 7.18056 6.58341 6.66667 6.58341C6.15278 6.58341 5.71528 6.76397 5.35417 7.12508C4.99306 7.48619 4.8125 7.92369 4.8125 8.43758C4.8125 8.96536 4.99306 9.40633 5.35417 9.7605C5.71528 10.1147 6.15278 10.2917 6.66667 10.2917ZM6.66667 15.5417C7.31944 15.3195 7.98611 14.9688 8.66667 14.4897C9.34722 14.0105 9.89583 13.4654 10.3125 12.8542L8.39583 11.0209C8.13194 11.1737 7.85417 11.2987 7.5625 11.3959C7.27083 11.4931 6.97222 11.5417 6.66667 11.5417C5.80556 11.5417 5.07292 11.2431 4.46875 10.6459C3.86458 10.0487 3.5625 9.31258 3.5625 8.43758C3.5625 7.57647 3.86458 6.84383 4.46875 6.23966C5.07292 5.6355 5.80556 5.33341 6.66667 5.33341C7.52778 5.33341 8.26042 5.6355 8.86458 6.23966C9.46875 6.84383 9.77083 7.58341 9.77083 8.45841C9.77083 8.75008 9.72917 9.04175 9.64583 9.33341C9.5625 9.62508 9.43056 9.88897 9.25 10.1251L11 11.7917C11.3333 11.1945 11.5972 10.5383 11.7917 9.823C11.9861 9.10772 12.0833 8.37508 12.0833 7.62508V3.50008L6.66667 1.52091L1.25 3.50008V7.62508C1.25 9.44453 1.75347 11.0869 2.76042 12.5522C3.76736 14.0174 5.06944 15.014 6.66667 15.5417ZM6.66667 16.8334C4.72222 16.3473 3.125 15.2188 1.875 13.448C0.625 11.6772 0 9.73619 0 7.62508V2.66675L6.66667 0.166748L13.3333 2.66675V7.62508C13.3333 9.73619 12.7083 11.6772 11.4583 13.448C10.2083 15.2188 8.61111 16.3473 6.66667 16.8334Z", fill: "#4D4040" }) }));
15
- };
16
- export default Audit;
@@ -1,6 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
2
- var BananaIcon = function (_a) {
3
- var width = _a.width;
4
- return (_jsxs("svg", { width: width || '25', viewBox: "0 0 36 36", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("path", { d: "M17.1717 20.2991C17.1717 20.2991 17.3079 18.3836 14.8592 16.2792C11.3558 13.2704 10.9537 12.6088 13.8571 13.079C16.7606 13.5492 18.8753 15.9825 18.8753 15.9825", fill: "#FFCA28" }), _jsx("path", { d: "M11.0577 25.5935L10.9691 24.3691L8.5525 24.5464C8.43256 24.5553 8.32107 24.6114 8.24253 24.7025C8.16398 24.7936 8.12483 24.9121 8.13368 25.0321L8.15295 25.3468C8.16183 25.4668 8.21793 25.5785 8.30895 25.6572C8.39998 25.736 8.51851 25.7754 8.63857 25.7669L11.0577 25.5935Z", fill: "#AC752C" }), _jsx("path", { d: "M11.0577 25.5935L11.0128 24.9819L8.14526 25.1913L8.15297 25.3468C8.16185 25.4668 8.21795 25.5784 8.30898 25.6572C8.40001 25.7359 8.51854 25.7754 8.6386 25.7669L11.0577 25.5935Z", fill: "#7D551F" }), _jsx("path", { d: "M21.7311 21.4104C21.3081 20.9631 20.8252 20.5765 20.2961 20.2619C19.7822 19.9458 19.2323 19.6953 18.6927 19.4319C18.2161 19.1994 17.7831 18.9347 17.2641 18.8333L17.1934 18.9335C17.169 18.9669 17.1433 18.999 17.1202 19.0324C17.0675 19.1082 17.0097 19.1827 16.9519 19.2585L16.9301 19.2868L16.8569 19.3818C16.8312 19.4152 16.8029 19.4473 16.7759 19.4808C16.7181 19.5553 16.6577 19.6272 16.5961 19.6979C16.4162 19.9124 16.2261 20.1218 16.0282 20.3248C15.9948 20.3599 15.9614 20.3933 15.928 20.425C15.8753 20.4803 15.8214 20.5342 15.7661 20.5856L15.6492 20.6974C15.6094 20.7359 15.5708 20.7719 15.531 20.8079L15.5053 20.8323C15.4462 20.8875 15.3846 20.9428 15.3216 20.9954L15.2792 21.0327C15.2556 21.0559 15.2308 21.0778 15.2047 21.0982L15.1302 21.1612C15.066 21.2138 15.0017 21.2678 14.94 21.3192C14.8514 21.3924 14.7576 21.4656 14.6651 21.5363C14.5726 21.607 14.5161 21.6506 14.439 21.7046L14.3966 21.7342L14.209 21.8626C14.1088 21.9333 14.0048 22.0027 13.8994 22.0695C13.6853 22.2091 13.4643 22.3427 13.2365 22.4703C12.8252 22.703 12.4 22.9102 11.9634 23.0908C11.7771 23.1705 11.5869 23.245 11.3955 23.3144C11.2992 23.3491 11.2015 23.3837 11.1039 23.4159C11.0062 23.448 10.933 23.4737 10.8469 23.5006C10.7287 23.5366 10.6118 23.57 10.4949 23.6034C10.465 23.6158 10.4358 23.6299 10.4076 23.6458C10.3921 23.6548 10.3742 23.6651 10.3549 23.6741L10.3253 23.6921L10.2958 23.7113C10.0256 23.8808 9.81464 24.13 9.69197 24.4244C9.69197 24.4334 9.69196 24.4423 9.68169 24.4526C9.61021 24.6516 9.5826 24.8638 9.60075 25.0744C9.60839 25.1947 9.6282 25.314 9.65985 25.4303C9.68079 25.5144 9.71231 25.5956 9.75363 25.6718C9.90561 25.9343 10.1387 26.1403 10.4178 26.2589C10.9857 26.5262 11.7257 26.5763 12.1715 26.5776C14.0656 26.5467 15.9275 26.0819 17.6139 25.2188C19.3003 24.3558 20.7664 23.1175 21.8994 21.5993C21.8454 21.5376 21.7902 21.4746 21.7311 21.4104Z", fill: "#FFB300" }), _jsx("path", { d: "M18.6877 19.4371C18.211 19.2045 17.7781 18.9399 17.2591 18.8384L17.1884 18.9386C17.164 18.972 17.1383 19.0041 17.1152 19.0375C17.092 19.0709 17.0651 19.1043 17.0394 19.1364C17.0137 19.1686 16.9777 19.2212 16.9469 19.2649L16.925 19.2932L16.8518 19.3882C16.8261 19.4216 16.7978 19.4538 16.7709 19.4872C16.7439 19.5206 16.7143 19.554 16.6861 19.5887L16.591 19.7043C16.5358 19.7698 16.4779 19.8328 16.4214 19.8983C16.4111 19.9098 16.4009 19.9227 16.3893 19.9342L16.3084 20.0255C16.248 20.0923 16.1876 20.1539 16.1246 20.2233L16.0232 20.3312C15.9897 20.3663 15.9563 20.3997 15.9229 20.4314C15.869 20.4867 15.815 20.5394 15.7611 20.592L15.6442 20.7038C15.6043 20.7423 15.5658 20.7783 15.526 20.8143L15.5003 20.8387C15.4412 20.8939 15.3795 20.9479 15.3166 21.0019L15.2742 21.0391L15.1996 21.1046L15.1251 21.1676C15.0609 21.2203 14.9967 21.2742 14.935 21.3256L14.7616 21.4541L14.6601 21.5363C14.5855 21.5915 14.511 21.6506 14.4339 21.7046L14.3916 21.7341L14.204 21.8626C14.1552 21.8973 14.1051 21.9281 14.0537 21.9615L13.8944 22.0695C13.8173 22.1196 13.7402 22.1658 13.6631 22.2146L13.5346 22.2891C13.4344 22.3508 13.3317 22.4112 13.2302 22.4703L13.022 22.5833L12.7099 22.7452L12.494 22.8493C12.387 22.9007 12.2778 22.9508 12.1664 22.9996L11.957 23.0908C11.8285 23.1422 11.7103 23.1923 11.5857 23.2386L11.4431 23.2925C11.4251 23.3002 11.4046 23.3066 11.3892 23.3143C11.2928 23.349 11.1952 23.3837 11.0975 23.4158L10.8406 23.5006C10.7224 23.5366 10.6055 23.57 10.4886 23.6034C10.4586 23.6158 10.4294 23.6299 10.4012 23.6458C10.3858 23.6548 10.3678 23.6651 10.3485 23.6741L10.319 23.6921L10.2894 23.7113C10.0193 23.8808 9.80829 24.1299 9.68562 24.4244C9.68562 24.4333 9.68562 24.4423 9.67534 24.4526C9.60386 24.6516 9.57626 24.8637 9.5944 25.0744C9.60205 25.1947 9.62185 25.314 9.6535 25.4303H9.67405C10.1331 25.434 10.5921 25.4121 11.0487 25.3648C11.712 25.2965 12.3685 25.1741 13.0118 24.9986C13.1595 24.9601 13.3072 24.9164 13.455 24.8701C16.0181 24.0755 18.2518 22.466 19.8169 20.2863C19.8709 20.2117 19.9223 20.1347 19.9737 20.0589C19.5523 19.8417 19.118 19.64 18.6877 19.4371Z", fill: "#FFD54F" }), _jsx("path", { d: "M22.2205 21.1471L19.8104 20.2991L16.9301 19.2868L16.9519 19.2585C16.9827 19.2161 17.0148 19.1737 17.0444 19.13C17.0739 19.0864 17.0945 19.0645 17.1202 19.0311C17.1459 18.9977 17.169 18.9656 17.1934 18.9322C17.2568 18.8465 17.3185 18.7609 17.3784 18.6752C17.4182 18.6187 17.4555 18.5596 17.494 18.5031C17.5698 18.3862 17.6444 18.2706 17.7137 18.1524C17.7394 18.1125 17.7638 18.0727 17.7882 18.0329L17.8101 17.9956L17.9386 17.7798C17.9814 17.7027 18.0242 17.6269 18.067 17.5524L18.2032 17.2839C18.2405 17.2094 18.279 17.1336 18.315 17.0578C18.351 16.982 18.3908 16.8959 18.4306 16.815C18.4422 16.788 18.455 16.7623 18.4653 16.7366C18.4897 16.6826 18.5128 16.6287 18.536 16.5734V16.5619C18.5681 16.4822 18.6028 16.4039 18.6349 16.3229C18.6433 16.3054 18.6506 16.2874 18.6567 16.269L18.6747 16.224C18.6965 16.1662 18.7158 16.1109 18.7364 16.0544C18.7569 15.9979 18.7736 15.9632 18.789 15.9182C18.8045 15.8733 18.8237 15.8257 18.8404 15.7795L18.8533 15.7448C18.8623 15.7165 18.8726 15.687 18.8815 15.6574C18.8905 15.6279 18.9008 15.5996 18.9098 15.5675C18.974 15.3705 19.0344 15.1727 19.091 14.974C19.1179 14.8725 19.1449 14.7735 19.1706 14.6721C19.2079 14.5282 19.2413 14.3843 19.2708 14.2365L19.2811 14.1916C19.2811 14.1787 19.2811 14.1672 19.2811 14.1556C19.3158 13.986 19.3453 13.8151 19.3749 13.6417C19.3839 13.5839 19.3929 13.5261 19.3993 13.4683C19.4057 13.4105 19.4147 13.3539 19.4237 13.2948C19.4327 13.2357 19.4404 13.1664 19.4481 13.0906C19.4481 13.0482 19.4571 13.0083 19.461 12.9621C19.4712 12.8889 19.4764 12.8131 19.4828 12.7373C19.4892 12.6615 19.4944 12.6088 19.4995 12.5343C19.5072 12.4161 19.5123 12.2966 19.5188 12.1771C19.5188 12.1167 19.5188 12.0486 19.5188 11.9934C19.5188 11.9703 19.5188 11.9472 19.5188 11.9253C19.5201 11.9022 19.5201 11.879 19.5188 11.8559C19.5188 11.811 19.5188 11.7647 19.5188 11.7198C19.5188 11.6748 19.5188 11.6144 19.5188 11.563C19.5188 11.3883 19.5111 11.2161 19.5021 11.0414C19.5021 11.0324 19.5021 11.0234 19.5021 11.0144C19.4931 10.8564 19.4815 10.6971 19.4661 10.5365C19.4327 9.88004 19.1822 8.3525 19.3016 7.26563C19.3569 6.77101 19.4892 6.36632 19.7564 6.19032C19.7894 6.16692 19.8247 6.14711 19.8618 6.13122C19.9008 6.11808 19.9408 6.10777 19.9813 6.10039H19.9877C20.3545 6.05294 20.7266 6.12936 21.045 6.3175C21.5058 6.58519 21.912 6.93736 22.2424 7.35556C23.6055 9.39993 24.3294 11.8037 24.3221 14.2608C24.3148 16.7179 23.5765 19.1173 22.2013 21.1535L22.2205 21.1471Z", fill: "#FFD770" }), _jsx("path", { d: "M19.8104 20.2992C21.2266 18.3335 22.0351 15.9957 22.1358 13.5751C22.2365 11.1545 21.625 8.75759 20.377 6.68111C20.3024 6.56035 20.2267 6.4383 20.1496 6.31882C20.1007 6.24302 20.0481 6.16722 19.9993 6.09399C19.9587 6.10138 19.9188 6.11169 19.8798 6.12483C19.8427 6.14072 19.8073 6.16053 19.7744 6.18392C19.5072 6.3625 19.3749 6.76462 19.3196 7.25924C19.2002 8.34097 19.4481 9.87365 19.4841 10.5301C19.4995 10.6907 19.5111 10.85 19.5201 11.0081C19.5201 11.017 19.5201 11.026 19.5201 11.035C19.529 11.2098 19.5355 11.3819 19.5368 11.5566C19.5368 11.5721 19.5368 11.59 19.5368 11.6042V11.7288C19.5368 11.7738 19.5368 11.82 19.5368 11.865C19.5381 11.8881 19.5381 11.9112 19.5368 11.9343C19.5368 11.9562 19.5368 11.9793 19.5368 12.0024C19.5368 12.0641 19.5368 12.1309 19.5368 12.1861C19.5303 12.3056 19.5252 12.4251 19.5175 12.5433C19.5175 12.6114 19.5085 12.6795 19.5008 12.7463C19.4931 12.8131 19.4867 12.8979 19.4789 12.9711C19.4789 13.0135 19.4699 13.0533 19.4661 13.0996C19.4584 13.169 19.4507 13.2371 19.4417 13.3039C19.4327 13.3707 19.425 13.4208 19.4173 13.4773C19.4096 13.5338 19.4019 13.5929 19.3929 13.6507C19.3633 13.8203 19.3338 13.9912 19.2991 14.1646C19.2991 14.1762 19.2991 14.1877 19.2991 14.2006L19.2888 14.2456C19.2593 14.3933 19.2259 14.5372 19.1886 14.6811C19.1629 14.7826 19.1359 14.8815 19.1089 14.983C19.0524 15.1825 18.992 15.3804 18.9278 15.5765C18.9188 15.6086 18.9098 15.6369 18.8995 15.6665C18.8893 15.696 18.8803 15.7256 18.8713 15.7538L18.8584 15.7885C18.8417 15.8348 18.825 15.881 18.807 15.9273C18.789 15.9735 18.7723 16.0185 18.7544 16.0634C18.7364 16.1084 18.7145 16.1752 18.6927 16.233L18.6747 16.278C18.6685 16.2964 18.6612 16.3144 18.6529 16.3319C18.6207 16.4129 18.5861 16.4913 18.5539 16.5709V16.5825C18.5308 16.6377 18.5077 16.6917 18.4833 16.7456C18.473 16.7713 18.4602 16.797 18.4486 16.824C18.4088 16.9049 18.3715 16.9872 18.333 17.0668C18.2944 17.1465 18.2585 17.2184 18.2212 17.2929L18.085 17.5614C18.0422 17.6359 17.9994 17.7117 17.9565 17.7888L17.8281 18.0047L17.7882 18.0239C17.7638 18.0638 17.7394 18.1036 17.7137 18.1434C17.6444 18.2616 17.5698 18.3772 17.494 18.4941C17.4555 18.5507 17.4182 18.6098 17.3784 18.6663C17.3185 18.7519 17.2568 18.8376 17.1934 18.9232C17.169 18.9566 17.1433 18.9888 17.1202 19.0222C17.0971 19.0556 17.0701 19.089 17.0444 19.1211C17.0187 19.1532 16.9827 19.2059 16.9519 19.2495L16.9301 19.2778L19.8104 20.2992Z", fill: "#FFEA8C" }), _jsx("path", { d: "M16.9301 19.2869C16.9301 19.2869 19.5201 20.2594 20.5504 21.2884C22.1717 22.9098 22.7948 23.4082 21.8518 28.2927C21.8184 28.4713 21.7889 28.6499 21.7683 28.831C21.6771 29.643 21.5872 31.7011 24.7848 26.9374C28.63 21.2075 23.1764 19.5965 23.1764 19.5965C21.1722 19.0171 19.0434 18.9541 16.9301 19.2869Z", fill: "#FFCA28" })] }));
5
- };
6
- export default BananaIcon;
@@ -1,16 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
2
- var BillsM1 = 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", { xmlns: "http://www.w3.org/2000/svg", width: width || '48', viewBox: "0 0 48 48", sx: style, children: [_jsx("rect", { x: "1", y: "1.48901", width: "45.2941", height: "45.2941", rx: "22.6471", sx: { fill: 'white4' }, stroke: color, strokeWidth: "2" }), _jsxs("g", { clipPath: "url(#clip0_993_35738)", children: [_jsx("path", { d: "M25.282 12.6793L26.8351 14.276C27.2145 14.6666 27.7481 14.8633 28.2862 14.8112L30.4891 14.5993C31.4881 14.5032 32.3719 15.2539 32.4517 16.2678L32.6281 18.5021C32.6715 19.0481 32.9552 19.5466 33.4002 19.8573L35.2219 21.1289C36.0481 21.7063 36.2484 22.8567 35.6669 23.6856L34.3842 25.5122C34.0704 25.9585 33.972 26.5252 34.1156 27.0532L34.7042 29.2139C34.971 30.1946 34.3948 31.2066 33.4233 31.4617L31.2816 32.0257C30.7577 32.164 30.3233 32.533 30.0981 33.0315L29.178 35.07C28.7605 35.995 27.6763 36.3946 26.7704 35.9582L24.7723 34.9955C24.2839 34.7602 23.7165 34.7602 23.2281 34.9955L21.23 35.9582C20.3232 36.3946 19.239 35.995 18.8224 35.07L17.9022 33.0315C17.6771 32.533 17.2427 32.164 16.7188 32.0257L14.5771 31.4617C13.6056 31.2058 13.0285 30.1937 13.2962 29.2139L13.8848 27.0532C14.0284 26.5252 13.93 25.9585 13.6162 25.5122L12.3335 23.6856C11.752 22.8567 11.9523 21.7063 12.7785 21.1289L14.6002 19.8573C15.0461 19.5466 15.3297 19.0481 15.3723 18.5021L15.5487 16.2678C15.6285 15.2539 16.5123 14.5032 17.5113 14.5993L19.7142 14.8112C20.2531 14.8633 20.7859 14.6666 21.1653 14.276L22.7193 12.6793C23.424 11.9546 24.5773 11.9546 25.282 12.6793Z", fill: color }), _jsx("path", { d: "M20.5449 24.4341C20.1603 24.4341 19.8255 24.3975 19.5416 24.3232C19.2577 24.249 18.9931 24.1198 18.7479 23.9347C18.2493 23.5559 18 22.8209 18 21.7296C18 20.6384 18.2625 19.9539 18.7866 19.5934C19.2323 19.2877 19.8184 19.136 20.5439 19.136C21.2694 19.136 21.8504 19.2888 22.3144 19.5934C22.8395 19.9539 23.101 20.6663 23.101 21.7296C23.101 22.7929 22.8517 23.5656 22.3531 23.9347C21.8982 24.2673 21.2948 24.4341 20.5429 24.4341H20.5449ZM20.5449 23.0888C20.6151 23.0888 20.6711 23.0609 20.7158 23.006C20.8298 22.8768 20.8868 22.5486 20.8868 22.0213C20.8868 21.4939 20.8695 21.1313 20.8339 20.9322C20.7993 20.7331 20.7596 20.6114 20.7158 20.5641C20.6721 20.5178 20.6151 20.4952 20.5449 20.4952C20.317 20.4952 20.204 20.9278 20.204 21.792C20.204 22.6562 20.318 23.0888 20.5449 23.0888V23.0888ZM22.2371 28.8379C22.0539 28.9444 21.7476 28.9972 21.3193 28.9972C20.8909 28.9972 20.6762 28.8766 20.6762 28.6366C20.6762 28.6183 20.6843 28.5807 20.7026 28.5258L25.3457 19.842C25.4241 19.6945 25.4963 19.5805 25.5625 19.5019C25.6276 19.4233 25.7476 19.3448 25.9227 19.2662C26.0977 19.1876 26.3165 19.1478 26.578 19.1478C27.1203 19.1478 27.391 19.2727 27.391 19.5223C27.391 19.5686 27.3818 19.6106 27.3645 19.6472L22.6695 28.3859C22.5647 28.5796 22.4202 28.7303 22.2371 28.8368V28.8379ZM27.4439 29.136C27.0593 29.136 26.7245 29.0994 26.4406 29.0251C26.1567 28.9509 25.8921 28.8217 25.6469 28.6366C25.1483 28.2578 24.899 27.5228 24.899 26.4315C24.899 25.3402 25.1615 24.6612 25.6856 24.3093C26.1313 23.995 26.7174 23.8379 27.4429 23.8379C28.1684 23.8379 28.7494 23.995 29.2134 24.3093C29.7385 24.6612 30 25.3682 30 26.4315C30 27.4948 29.7507 28.2675 29.2521 28.6366C28.7973 28.9692 28.1938 29.136 27.4419 29.136H27.4439ZM27.4439 27.7907C27.5141 27.7907 27.5701 27.7681 27.6149 27.7219C27.7288 27.583 27.7858 27.2505 27.7858 26.7232C27.7858 26.1958 27.7685 25.8331 27.7329 25.634C27.6983 25.435 27.6586 25.3123 27.6149 25.266C27.5711 25.2197 27.5141 25.1971 27.4439 25.1971C27.216 25.1971 27.103 25.6297 27.103 26.4939C27.103 27.3581 27.217 27.7907 27.4439 27.7907V27.7907Z", sx: { color: 'white4' } })] }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_993_35738", children: _jsx("rect", { width: "24", height: "24", transform: "translate(12 12.136)" }) }) })] }));
15
- };
16
- export default BillsM1;
@@ -1,17 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
2
- var BillsM2 = 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
- fill: 'error',
12
- degree: deg[direction],
13
- color: color,
14
- });
15
- return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: width || '48', viewBox: "0 0 48 48", fill: "none", sx: style, children: [_jsx("rect", { x: "1", y: "1.48901", width: "45.2941", height: "45.2941", rx: "22.6471", sx: { fill: 'white4' }, stroke: color, strokeWidth: "2" }), _jsx("path", { d: "M22.1671 35.489C21.6643 35.489 21.281 35.0386 21.3615 34.5423L22.605 26.8723H17.6304C17.3805 26.8723 17.1988 26.7705 17.0852 26.5668C16.9716 26.3631 16.9716 26.1696 17.0852 25.9862L25.1906 13.8521C25.3421 13.6252 25.5969 13.489 25.8697 13.489C26.3732 13.489 26.7567 13.94 26.6759 14.4369L25.4331 22.0751H30.3396C30.5895 22.0751 30.7769 22.177 30.9018 22.3807C31.0268 22.5844 31.0325 22.7779 30.9189 22.9612L22.8472 35.1242C22.6959 35.352 22.4406 35.489 22.1671 35.489Z", fill: color })] }));
16
- };
17
- export default BillsM2;
@@ -1,16 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
2
- var BillsM3 = 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", { xmlns: "http://www.w3.org/2000/svg", width: width || '48', viewBox: "0 0 48 48", fill: "none", sx: style, children: [_jsx("rect", { x: "1", y: "1.21704", width: "45.2941", height: "45.2941", rx: "22.6471", sx: { fill: 'white4' }, stroke: color, strokeWidth: "2" }), _jsx("path", { d: "M34 16.0408H13C11.8954 16.0408 11 16.9362 11 18.0408V30.0408C11 31.1453 11.8954 32.0408 13 32.0408H34C35.1046 32.0408 36 31.1453 36 30.0408V18.0408C36 16.9362 35.1046 16.0408 34 16.0408Z", fill: color }), _jsx("path", { d: "M22.6978 20.6436C22.6978 20.4991 22.8025 20.3625 23.012 20.234C23.2215 20.1054 23.4974 20.0408 23.8398 20.0408C24.1049 20.0408 24.2754 20.104 24.3527 20.2289C24.4076 20.3168 24.4357 20.3981 24.4357 20.4736V20.7562C25.0591 20.8317 25.4922 20.9631 25.7356 21.1513C25.8352 21.2268 25.8844 21.2987 25.8844 21.3677C25.8844 21.6938 25.8167 22.0453 25.6819 22.4215C25.5465 22.7977 25.4156 22.9866 25.2885 22.9866C25.2661 22.9866 25.1946 22.9582 25.0732 22.9016C24.7091 22.72 24.407 22.6285 24.1668 22.6285C23.9267 22.6285 23.7638 22.6539 23.6782 22.704C23.5926 22.7542 23.5498 22.8311 23.5498 22.9343C23.5498 23.0374 23.6105 23.118 23.7319 23.174C23.8532 23.2306 24.0033 23.2793 24.1828 23.3199C24.3623 23.3606 24.5577 23.4282 24.7704 23.5226C24.9825 23.617 25.1799 23.7296 25.3625 23.8617C25.5446 23.9932 25.6966 24.19 25.818 24.45C25.9393 24.7108 26 24.9759 26 25.2453C26 25.5148 25.9776 25.7377 25.9336 25.9135C25.8895 26.0893 25.8135 26.2708 25.7062 26.4597C25.5989 26.6485 25.436 26.8155 25.2176 26.963C24.9997 27.1104 24.7385 27.2186 24.4351 27.2876V27.438C24.4351 27.5825 24.3304 27.719 24.1208 27.8476C23.9113 27.9761 23.6354 28.0408 23.2931 28.0408C23.028 28.0408 22.8568 27.9783 22.7795 27.8527C22.7246 27.7648 22.6965 27.6834 22.6965 27.6079V27.3254C22.3375 27.2876 22.0258 27.2281 21.7614 27.1467C21.2536 26.9898 21 26.8206 21 26.6383C21 26.2868 21.0441 25.9215 21.1322 25.5416C21.2204 25.1618 21.3251 24.9722 21.4465 24.9722C21.4682 24.9722 21.6975 25.0572 22.1338 25.2264C22.5694 25.3957 22.8983 25.4806 23.1187 25.4806C23.339 25.4806 23.4828 25.4538 23.5492 25.4007C23.6156 25.3477 23.6488 25.2707 23.6488 25.1705C23.6488 25.0703 23.5881 24.9838 23.4668 24.9119C23.3454 24.84 23.1934 24.7819 23.0114 24.7376C22.8293 24.6941 22.632 24.6243 22.4193 24.5306C22.2066 24.4362 22.0092 24.3266 21.8272 24.2009C21.6451 24.0753 21.4931 23.8901 21.3717 23.6453C21.2504 23.4006 21.1897 23.1151 21.1897 22.789C21.1897 21.6342 21.6917 20.9602 22.6965 20.7656V20.6429L22.6978 20.6436Z", sx: { color: 'white4' } })] }));
15
- };
16
- export default BillsM3;
@@ -1,16 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
2
- var Bridge = 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 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: [_jsxs("g", { clipPath: "url(#clip0_690_4087)", children: [_jsx("path", { d: "M19.8552 17.2023H17.0085V6.93992C16.8302 7.11875 16.6949 7.27896 16.5363 7.40936C16.2686 7.62979 15.9837 7.82725 15.7124 8.04272C15.651 8.09115 15.5765 8.17622 15.5765 8.24515C15.5687 9.98069 15.5705 11.7162 15.5705 13.4772H16.2698V15.7077H7.73136V13.4921H8.42829V13.2413C8.42829 11.6138 8.42471 9.9869 8.43306 8.3594C8.43425 8.17684 8.3651 8.09612 8.23274 7.99677C7.81363 7.68257 7.41061 7.34478 7.00521 7.01878V17.1955H4.14355C4.14355 17.1172 4.14355 17.0359 4.14355 16.9545C4.14355 12.5067 4.14355 8.05824 4.14355 3.61041C4.14355 3.1801 4.2455 3.07267 4.65329 3.07205C5.27808 3.07205 5.90288 3.07143 6.52767 3.07205C6.87942 3.07205 6.99865 3.195 6.99985 3.55639C7.00104 3.94386 7.01356 4.33195 6.99746 4.7188C6.96109 5.59992 7.31165 6.296 7.92512 6.86479C8.72757 7.60868 9.69457 7.98684 10.7361 8.17001C11.9428 8.38238 13.1369 8.30414 14.3012 7.8999C15.0793 7.62979 15.7875 7.23114 16.3432 6.58288C16.7819 6.07122 17.0186 5.4807 17.0001 4.78462C16.9888 4.36672 16.9966 3.94759 16.999 3.52907C17.0007 3.20742 17.1259 3.0733 17.4294 3.07205C18.0912 3.06957 18.7535 3.06957 19.4153 3.07205C19.7312 3.0733 19.8541 3.20494 19.8546 3.54335C19.8558 4.89142 19.8546 6.24012 19.8546 7.58819C19.8546 10.6954 19.8546 13.8032 19.8546 16.9104V17.201L19.8552 17.2023ZM14.8396 13.4766V8.51029C14.3632 8.64876 13.9018 8.78351 13.4386 8.91887V13.4766H14.8396ZM10.5572 13.4791V8.91577C10.0785 8.77668 9.61767 8.64255 9.15622 8.50843V13.4797H10.5572V13.4791ZM12.7023 13.4779V9.01139H11.2971V13.4779H12.7023Z", fill: "#4D4040" }), _jsx("path", { d: "M19.0701 3.33024C19.0207 3.23428 19.0019 3.11118 19 3L19.0125 4.78424C19.1159 4.90205 19.1829 4.9808 19.2518 5.05757C20.1492 6.05955 21.2434 6.59893 22.5561 6.61746C22.8429 6.62143 23.0101 6.46855 23.0164 6.21111C23.0227 5.95234 22.8586 5.78424 22.5793 5.77564C20.9327 5.72401 19.8273 4.80344 19.0701 3.33024Z", fill: "#4D4040" }), _jsx("path", { d: "M4.94646 3.33024C4.99593 3.23428 5.01472 3.11118 5.0166 3L5.00408 4.78424C4.90074 4.90205 4.83372 4.9808 4.76483 5.05757C3.86736 6.05955 2.77322 6.59893 1.46052 6.61746C1.17367 6.62143 1.00646 6.46855 1.00019 6.21111C0.99393 5.95234 1.15802 5.78424 1.43734 5.77564C3.08386 5.72401 4.18927 4.80344 4.94646 3.33024Z", fill: "#4D4040" }), _jsx("path", { d: "M5.56866 20.9279C5.00348 20.9279 4.4389 20.9292 3.87372 20.9279C3.55536 20.9267 3.43136 20.7963 3.42957 20.4616C3.42778 20.0282 3.41645 19.5935 3.43672 19.1613C3.44328 19.021 3.50767 18.8614 3.59471 18.7528C3.77535 18.528 3.97746 18.3181 4.19268 18.1293C4.29701 18.038 4.45023 17.9635 4.58318 17.9604C5.23659 17.9437 5.89119 17.9424 6.5452 17.9604C6.6853 17.9642 6.83911 18.0449 6.95835 18.1318C7.5748 18.582 7.85083 19.1893 7.71848 19.9816C7.69105 20.1468 7.71669 20.3219 7.71371 20.492C7.70834 20.7926 7.57897 20.9267 7.28506 20.9279C6.71273 20.9304 6.14039 20.9285 5.56806 20.9285L5.56866 20.9279Z", fill: "#4D4040" }), _jsx("path", { d: "M18.425 20.9279C17.8598 20.9279 17.2952 20.9292 16.73 20.9279C16.4105 20.9267 16.2859 20.7969 16.2847 20.4635C16.2829 20.0301 16.2698 19.5954 16.2924 19.1632C16.3002 19.0173 16.3789 18.8602 16.4624 18.7354C16.8946 18.0896 17.4776 17.8288 18.2402 17.9431C18.6187 17.9996 19.0128 17.9375 19.3979 17.9611C19.5392 17.9698 19.7079 18.0337 19.8093 18.1331C20.5736 18.8819 20.5694 18.8869 20.5694 19.9798C20.5694 20.158 20.573 20.3362 20.5682 20.5138C20.5611 20.7864 20.4287 20.9255 20.164 20.9273C19.5845 20.9311 19.0045 20.9286 18.425 20.9286V20.9279Z", fill: "#4D4040" }), _jsx("path", { d: "M3.41901 13.489V15.7089C3.03925 15.7089 2.6565 15.7275 2.27614 15.7008C2.09788 15.6884 2.00309 15.5257 2.00249 15.332C2.0007 14.8452 1.99713 14.3577 2.00428 13.8709C2.00786 13.6381 2.14557 13.4965 2.36914 13.4909C2.71016 13.4828 3.05177 13.489 3.41901 13.489Z", fill: "#4D4040" }), _jsx("path", { d: "M20.585 13.489C20.9486 13.489 21.2968 13.4822 21.6444 13.4915C21.8548 13.4971 21.9913 13.6411 21.9949 13.8622C22.0027 14.3564 22.0027 14.8513 21.9949 15.3462C21.9913 15.5667 21.8536 15.7107 21.6432 15.7163C21.2956 15.7256 20.9474 15.7188 20.585 15.7188V13.489Z", fill: "#4D4040" })] }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_690_4087", children: _jsx("rect", { width: "20", height: "17.8571", fill: "white", transform: "translate(2 3.07141)" }) }) })] }));
15
- };
16
- export default Bridge;
@@ -1,16 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
2
- var Bubble = 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 || '13', height: "19", viewBox: "0 0 19 13", sx: style, children: [_jsxs("g", { clipPath: "url(#clip0_241_4869)", children: [_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.223615 11.8591C0.223615 11.8591 -0.502465 9.34304 0.649961 8.18498C1.54141 7.28917 2.98866 7.28943 3.87985 8.18498C4.77105 9.08053 4.7713 10.5349 3.87985 11.4307C2.72743 12.5887 0.223615 11.8591 0.223615 11.8591Z", fill: "#4D4040" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.79913 4.50158C2.98474 3.08414 4.33367 0.842317 4.33367 0.842317C4.33367 0.842317 6.94048 0.7891 7.75487 2.20653L11.4688 8.67068C12.0995 9.76837 11.7245 11.1726 10.6328 11.806C9.54116 12.4394 8.14378 12.0634 7.51311 10.9657L3.79913 4.50158Z", fill: "#4D4040" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.0234 4.50158C10.209 3.08414 11.558 0.842317 11.558 0.842317C11.558 0.842317 14.1648 0.7891 14.9792 2.20653L18.6931 8.67068C19.3238 9.76837 18.9488 11.1726 17.8572 11.806C16.7655 12.4394 15.3681 12.0634 14.7374 10.9657L11.0234 4.50158Z", fill: "#4D4040" })] }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_241_4869", children: _jsx("rect", { width: "19", height: "11.3095", fill: "white", transform: "translate(0 0.845215)" }) }) })] }));
15
- };
16
- export default Bubble;
@@ -1,16 +0,0 @@
1
- import { jsx as _jsx } from "theme-ui/jsx-runtime";
2
- var Calculator = 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 || '19', viewBox: "0 0 19 23", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: _jsx("path", { d: "M2.28582 0H16.7176C16.9437 0.0678094 17.1776 0.120017 17.3948 0.207029C18.4064 0.627087 19.0014 1.56982 19.0014 2.74838C19.0014 8.58 19.0014 14.4118 19.0014 20.2438C19.0014 20.311 19.0014 20.3782 19.0014 20.446C18.958 21.8526 17.8256 22.9928 16.4314 22.9952C11.8146 23.0024 7.19718 23 2.57918 22.988C2.22344 22.9835 1.87265 22.9034 1.54974 22.7528C0.517326 22.2661 0.00736465 21.4194 0.00736465 20.266V5.39835C0.00736465 4.47002 -0.00096607 3.54169 0.00736465 2.61336C0.0156954 1.68503 0.420332 0.93313 1.20283 0.435061C1.52594 0.229832 1.92403 0.14162 2.28582 0ZM9.52581 2.875C7.87117 2.875 6.21673 2.875 4.56249 2.875C3.5753 2.875 2.86778 3.5855 2.85528 4.58344C2.84933 5.0395 2.84933 5.49577 2.85528 5.95223C2.86659 6.93937 3.55745 7.66187 4.53631 7.66487C7.84559 7.67487 11.1545 7.67487 14.463 7.66487C15.4436 7.66187 16.1345 6.94477 16.1481 5.95523C16.1541 5.52137 16.1481 5.08751 16.1481 4.65365C16.1434 3.5735 15.4507 2.8744 14.3767 2.8738L9.52581 2.875ZM5.70677 18.2431C5.94479 18.4904 6.15247 18.7124 6.36133 18.9314C6.43335 19.0129 6.52345 19.076 6.62429 19.1157C6.72512 19.1553 6.83382 19.1703 6.9415 19.1595C7.23189 19.1301 7.44492 18.9794 7.54607 18.701C7.5989 18.5717 7.61171 18.4293 7.58282 18.2926C7.55394 18.1558 7.4847 18.0311 7.38422 17.9347C7.16227 17.7073 6.93258 17.4882 6.69158 17.2518C6.94507 17.001 7.17417 16.7879 7.3872 16.5593C7.73233 16.1885 7.63355 15.619 7.19559 15.4053C7.06146 15.3379 6.90936 15.3158 6.76179 15.3422C6.61422 15.3687 6.47903 15.4424 6.3762 15.5524C6.15068 15.775 5.93646 16.0102 5.70439 16.2533C5.45804 15.9994 5.2468 15.7792 5.03317 15.5608C4.95977 15.4805 4.86887 15.4186 4.76767 15.3799C4.66647 15.3411 4.55773 15.3266 4.45002 15.3375C4.31576 15.3451 4.18679 15.3928 4.07961 15.4747C3.97243 15.5566 3.89194 15.6689 3.84843 15.7972C3.79562 15.9227 3.78191 16.0614 3.80912 16.195C3.83633 16.3285 3.90317 16.4506 4.00076 16.5449C4.22628 16.7795 4.46609 16.9992 4.71839 17.244C4.47085 17.484 4.25365 17.6905 4.04598 17.9041C3.73477 18.2227 3.71989 18.6542 4.00254 18.9464C4.28519 19.2387 4.73148 19.2387 5.05281 18.92C5.26405 18.7088 5.46756 18.491 5.70677 18.2431ZM4.99271 12.2171C4.99271 12.3791 4.99271 12.5123 4.99271 12.645C4.99926 13.0896 5.28667 13.4077 5.68892 13.4173C6.09118 13.4269 6.40298 13.0968 6.41667 12.648C6.42024 12.5093 6.41667 12.3701 6.41667 12.2171C6.59518 12.2171 6.74395 12.2213 6.89271 12.2171C7.0708 12.2023 7.23691 12.1207 7.35824 11.9883C7.47956 11.856 7.54729 11.6827 7.54803 11.5025C7.54878 11.3222 7.48249 11.1483 7.36227 11.015C7.24205 10.8816 7.07662 10.7986 6.89866 10.7823C6.74513 10.7769 6.59161 10.7823 6.4131 10.7823C6.4131 10.5867 6.42738 10.4145 6.4131 10.2458C6.39892 10.06 6.31387 9.887 6.17583 9.76312C6.03778 9.63924 5.8575 9.57415 5.67285 9.58153C5.28964 9.60194 5.00699 9.89898 4.9939 10.3016C4.98914 10.4559 4.9939 10.6101 4.9939 10.7817C4.80884 10.7817 4.65412 10.7769 4.50001 10.7817C4.32253 10.7971 4.15717 10.8788 4.03637 11.0108C3.91557 11.1428 3.84806 11.3156 3.84709 11.4952C3.84612 11.6749 3.91176 11.8484 4.03113 11.9817C4.1505 12.115 4.31497 12.1986 4.49227 12.2159C4.64639 12.2225 4.8017 12.2171 4.99211 12.2171H4.99271ZM13.3092 12.4535C13.687 12.4535 14.0649 12.4565 14.4398 12.4535C14.8807 12.4487 15.1943 12.1535 15.2002 11.7496C15.2062 11.3458 14.8884 11.0229 14.4386 11.0193C13.6757 11.0133 12.9128 11.0133 12.15 11.0193C11.7073 11.0235 11.4056 11.3248 11.405 11.7394C11.4044 12.1541 11.7085 12.4481 12.1512 12.4535C12.5386 12.4571 12.9236 12.4535 13.3086 12.4535H13.3092ZM13.2949 16.7657C13.6799 16.7657 14.0655 16.7693 14.4505 16.7657C14.8884 16.7603 15.2014 16.4609 15.2032 16.054C15.205 15.6472 14.8932 15.3339 14.4558 15.3339C13.6858 15.3267 12.9156 15.3267 12.1452 15.3339C11.7043 15.3387 11.405 15.646 11.408 16.0612C11.4109 16.4765 11.7162 16.7573 12.1589 16.7645C12.5392 16.7687 12.9164 16.7657 13.2943 16.7657H13.2949ZM13.3074 19.1661C13.7001 19.1661 14.0928 19.1763 14.485 19.1661C14.9069 19.1523 15.208 18.8366 15.2032 18.4376C15.1984 18.0385 14.8884 17.7373 14.4653 17.7343C13.6874 17.7291 12.9099 17.7291 12.1327 17.7343C12.0076 17.7364 11.8845 17.7663 11.7721 17.8219C11.6331 17.8958 11.523 18.0151 11.4598 18.1603C11.3965 18.3054 11.384 18.4679 11.424 18.6212C11.4972 18.9302 11.7811 19.1559 12.1298 19.1643C12.5213 19.1757 12.914 19.1685 13.3068 19.1679L13.3074 19.1661Z", fill: "#4D4040" }) }));
15
- };
16
- export default Calculator;
@@ -1,5 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
2
- var Calendar = function () {
3
- return (_jsxs("svg", { width: "36", height: "36", viewBox: "0 0 36 36", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("g", { clipPath: "url(#clip0_156_6038)", children: _jsx("path", { d: "M31.125 18V28.2083C31.125 28.9819 30.8177 29.7237 30.2707 30.2707C29.7237 30.8177 28.9819 31.125 28.2083 31.125H7.79167C7.01812 31.125 6.27625 30.8177 5.72927 30.2707C5.18229 29.7237 4.875 28.9819 4.875 28.2083V18H31.125ZM23.8333 4.875C24.2201 4.875 24.591 5.02865 24.8645 5.30214C25.138 5.57563 25.2917 5.94656 25.2917 6.33333V7.79167H28.2083C28.9819 7.79167 29.7237 8.09896 30.2707 8.64594C30.8177 9.19292 31.125 9.93479 31.125 10.7083V15.0833H4.875V10.7083C4.875 9.93479 5.18229 9.19292 5.72927 8.64594C6.27625 8.09896 7.01812 7.79167 7.79167 7.79167H10.7083V6.33333C10.7083 5.94656 10.862 5.57563 11.1355 5.30214C11.409 5.02865 11.7799 4.875 12.1667 4.875C12.5534 4.875 12.9244 5.02865 13.1979 5.30214C13.4714 5.57563 13.625 5.94656 13.625 6.33333V7.79167H22.375V6.33333C22.375 5.94656 22.5286 5.57563 22.8021 5.30214C23.0756 5.02865 23.4466 4.875 23.8333 4.875Z", fill: "#73728E" }) }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_156_6038", children: _jsx("rect", { width: "35", height: "35", fill: "white", transform: "translate(0.5 0.5)" }) }) })] }));
4
- };
5
- export default Calendar;
@@ -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 || '16', viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: _jsx("path", { d: "M4.775 11.225C4.9125 11.3625 5.0875 11.4313 5.3 11.4313C5.5125 11.4313 5.6875 11.3625 5.825 11.225L8 9.05L10.1938 11.2438C10.3313 11.3813 10.5033 11.4467 10.7098 11.4403C10.9157 11.4342 11.0875 11.3625 11.225 11.225C11.3625 11.0875 11.4313 10.9125 11.4313 10.7C11.4313 10.4875 11.3625 10.3125 11.225 10.175L9.05 8L11.2438 5.80625C11.3813 5.66875 11.4467 5.49675 11.4403 5.29025C11.4342 5.08425 11.3625 4.9125 11.225 4.775C11.0875 4.6375 10.9125 4.56875 10.7 4.56875C10.4875 4.56875 10.3125 4.6375 10.175 4.775L8 6.95L5.80625 4.75625C5.66875 4.61875 5.497 4.553 5.291 4.559C5.0845 4.5655 4.9125 4.6375 4.775 4.775C4.6375 4.9125 4.56875 5.0875 4.56875 5.3C4.56875 5.5125 4.6375 5.6875 4.775 5.825L6.95 8L4.75625 10.1938C4.61875 10.3313 4.55325 10.503 4.55975 10.709C4.56575 10.9155 4.6375 11.0875 4.775 11.225ZM8 15.5C6.9625 15.5 5.9875 15.303 5.075 14.909C4.1625 14.5155 3.36875 13.9813 2.69375 13.3063C2.01875 12.6313 1.4845 11.8375 1.091 10.925C0.697 10.0125 0.5 9.0375 0.5 8C0.5 6.9625 0.697 5.9875 1.091 5.075C1.4845 4.1625 2.01875 3.36875 2.69375 2.69375C3.36875 2.01875 4.1625 1.48425 5.075 1.09025C5.9875 0.69675 6.9625 0.5 8 0.5C9.0375 0.5 10.0125 0.69675 10.925 1.09025C11.8375 1.48425 12.6313 2.01875 13.3063 2.69375C13.9813 3.36875 14.5155 4.1625 14.909 5.075C15.303 5.9875 15.5 6.9625 15.5 8C15.5 9.0375 15.303 10.0125 14.909 10.925C14.5155 11.8375 13.9813 12.6313 13.3063 13.3063C12.6313 13.9813 11.8375 14.5155 10.925 14.909C10.0125 15.303 9.0375 15.5 8 15.5ZM8 14C9.6625 14 11.0782 13.4158 12.2472 12.2472C13.4158 11.0782 14 9.6625 14 8C14 6.3375 13.4158 4.92175 12.2472 3.75275C11.0782 2.58425 9.6625 2 8 2C6.3375 2 4.922 2.58425 3.7535 3.75275C2.5845 4.92175 2 6.3375 2 8C2 9.6625 2.5845 11.0782 3.7535 12.2472C4.922 13.4158 6.3375 14 8 14Z", fill: "#DF4141" }) }));
15
- };
16
- export default Arrow;
@@ -1,16 +0,0 @@
1
- import { jsx as _jsx } from "theme-ui/jsx-runtime";
2
- var Card = 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: "M22 7.55c0 .66-.54 1.2-1.2 1.2H3.2c-.66 0-1.2-.54-1.2-1.2v-.01C2 5.25 3.85 3.4 6.14 3.4h11.71C20.14 3.4 22 5.26 22 7.55ZM2 11.45v5.01c0 2.29 1.85 4.14 4.14 4.14h11.71c2.29 0 4.15-1.86 4.15-4.15v-5c0-.66-.54-1.2-1.2-1.2H3.2c-.66 0-1.2.54-1.2 1.2Zm6 5.8H6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2c.41 0 .75.34.75.75s-.34.75-.75.75Zm6.5 0h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75Z" }) }));
15
- };
16
- export default Card;
@@ -1,16 +0,0 @@
1
- import { jsx as _jsx } from "theme-ui/jsx-runtime";
2
- var Caret = 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 || '10', viewBox: "0 0 10 8", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: _jsx("path", { d: "M4.30702 7.70463C4.26072 7.65942 4.06273 7.48875 3.89987 7.32976C2.87559 6.39766 1.19907 3.9661 0.687336 2.69342C0.605106 2.50015 0.431067 2.01149 0.419891 1.75041C0.419891 1.50024 0.477372 1.26176 0.59393 1.03419C0.756792 0.750511 1.01306 0.522942 1.31563 0.398246C1.52559 0.317973 2.15389 0.193278 2.16507 0.193278C2.85244 0.0685823 3.96932 -2.63609e-07 5.20356 -2.09659e-07C6.37952 -1.58256e-07 7.45089 0.0685824 8.14864 0.170677C8.15982 0.182367 8.9406 0.307063 9.20804 0.443449C9.69663 0.693619 10 1.18227 10 1.70521L10 1.75041C9.98802 2.09099 9.68465 2.80721 9.67348 2.80721C9.16094 4.0113 7.56665 6.38675 6.50725 7.34145C6.50725 7.34145 6.23502 7.61033 6.06497 7.72723C5.82068 7.9096 5.51811 8 5.21553 8C4.87783 8 4.56329 7.8979 4.30702 7.70463Z", fill: "#4D4040" }) }));
15
- };
16
- export default Caret;
@@ -1,9 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
2
- import { useThemeUI } from 'theme-ui';
3
- var Chain = function (_a) {
4
- var _b, _c, _d, _e;
5
- var width = _a.width;
6
- var theme = useThemeUI();
7
- return (_jsxs("svg", { width: width || '10', height: "14", viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("path", { d: "M8.02932 5.97059C7.48329 5.42478 6.74284 5.11816 5.97079 5.11816C5.19874 5.11816 4.45829 5.42478 3.91225 5.97059L1.85305 8.02912C1.30701 8.57516 1.00024 9.31576 1.00024 10.088C1.00024 10.8602 1.30701 11.6008 1.85305 12.1469C2.3991 12.6929 3.1397 12.9997 3.91192 12.9997C4.68415 12.9997 5.42474 12.6929 5.97079 12.1469L7.00005 11.1176", stroke: (_c = (_b = theme.theme.colors) === null || _b === void 0 ? void 0 : _b.text) === null || _c === void 0 ? void 0 : _c.toString(), strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M5.9707 8.02908C6.51674 8.57489 7.25719 8.8815 8.02924 8.8815C8.80129 8.8815 9.54173 8.57489 10.0878 8.02908L12.147 5.97054C12.693 5.4245 12.9998 4.6839 12.9998 3.91168C12.9998 3.13945 12.693 2.39886 12.147 1.85281C11.6009 1.30676 10.8603 1 10.0881 1C9.31588 1 8.57528 1.30676 8.02924 1.85281L6.99997 2.88208", stroke: (_e = (_d = theme.theme.colors) === null || _d === void 0 ? void 0 : _d.text) === null || _e === void 0 ? void 0 : _e.toString(), strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
8
- };
9
- export default Chain;
@@ -1,16 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
2
- var Chart = 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 || '10', viewBox: "0 0 28 22", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: [_jsx("path", { d: "M3.10416 1.5204C3.10416 0.680715 2.40926 0 1.55208 0C0.694896 0 0 0.680715 0 1.5204V18.2448C0 19.9243 1.38978 21.2856 3.10416 21.2856H26.3853C27.2425 21.2856 27.9374 20.605 27.9374 19.7652C27.9374 18.9255 27.2425 18.2448 26.3853 18.2448H3.10416V1.5204Z", fill: "#4D4040" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M25.0868 17.2946H6.84194C6.00225 17.2946 5.32153 16.5907 5.32153 15.7224V9.43341C5.32153 8.56506 6.00225 7.86118 6.84194 7.86118H11.4031V6.28894C11.4031 5.42063 12.0838 4.7167 12.9235 4.7167H17.4848V1.57223C17.4848 0.703921 18.1654 0 19.0052 0H25.0868C25.9265 0 26.6072 0.703921 26.6072 1.57223V15.7224C26.6072 16.5907 25.9265 17.2946 25.0868 17.2946ZM20.5256 3.14447H23.5664V14.1501H20.5256V3.14447ZM14.444 14.1501H17.4848V7.86118H14.444V14.1501ZM11.4031 11.0056H8.36234V14.1501H11.4031V11.0056Z", fill: "#4D4040" })] }));
15
- };
16
- export default Chart;
@@ -1,16 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
2
- var Chat = 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 || '40', height: height || '40', viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: _jsxs("g", { id: "Frame 6", children: [_jsx("rect", { x: "-0.000244141", width: "40", height: "40", rx: "20", fill: "var(--theme-ui-colors-primaryButton)" }), _jsx("path", { id: "Vector", fillRule: "evenodd", clipRule: "evenodd", d: "M15.4738 12.0604C18.6356 11.8221 21.8114 11.8378 24.9706 12.1073L26.8737 12.2691C27.5725 12.3286 28.231 12.6213 28.7433 13.1003C29.2557 13.5792 29.5921 14.2165 29.6984 14.9097L29.8181 15.6942C30.2257 18.3535 30.1877 21.062 29.7055 23.7088C29.5902 24.3416 29.2565 24.9139 28.7626 25.3259C28.2687 25.738 27.6459 25.9637 27.0027 25.9637H16.4776C16.2349 25.9637 15.9968 26.0235 15.7834 26.1384L11.1974 28.6032C11.0634 28.6752 10.913 28.7112 10.7609 28.7077C10.6088 28.7042 10.4603 28.6613 10.3297 28.5832C10.1992 28.5051 10.0911 28.3945 10.0161 28.2621C9.94106 28.1298 9.90167 27.9802 9.90173 27.8281V17.8412C9.90204 16.3835 10.453 14.9798 11.4443 13.9111C12.4356 12.8424 13.794 12.1877 15.2475 12.078L15.4738 12.0604ZM15.4715 17.8611C15.0828 17.8611 14.71 18.0156 14.4351 18.2904C14.1602 18.5653 14.0058 18.9381 14.0058 19.3269C14.0058 19.7156 14.1602 20.0884 14.4351 20.3633C14.71 20.6382 15.0828 20.7926 15.4715 20.7926C15.8602 20.7926 16.233 20.6382 16.5079 20.3633C16.7828 20.0884 16.9372 19.7156 16.9372 19.3269C16.9372 18.9381 16.7828 18.5653 16.5079 18.2904C16.233 18.0156 15.8602 17.8611 15.4715 17.8611ZM20.1618 17.8611C19.7731 17.8611 19.4003 18.0156 19.1254 18.2904C18.8505 18.5653 18.6961 18.9381 18.6961 19.3269C18.6961 19.7156 18.8505 20.0884 19.1254 20.3633C19.4003 20.6382 19.7731 20.7926 20.1618 20.7926C20.5506 20.7926 20.9234 20.6382 21.1983 20.3633C21.4731 20.0884 21.6276 19.7156 21.6276 19.3269C21.6276 18.9381 21.4731 18.5653 21.1983 18.2904C20.9234 18.0156 20.5506 17.8611 20.1618 17.8611ZM23.3864 19.3269C23.3864 18.9381 23.5409 18.5653 23.8157 18.2904C24.0906 18.0156 24.4634 17.8611 24.8522 17.8611C25.2409 17.8611 25.6137 18.0156 25.8886 18.2904C26.1635 18.5653 26.3179 18.9381 26.3179 19.3269C26.3179 19.7156 26.1635 20.0884 25.8886 20.3633C25.6137 20.6382 25.2409 20.7926 24.8522 20.7926C24.4634 20.7926 24.0906 20.6382 23.8157 20.3633C23.5409 20.0884 23.3864 19.7156 23.3864 19.3269Z", fill: "white" })] }) }));
15
- };
16
- export default Chat;
@@ -1,9 +0,0 @@
1
- import { jsx as _jsx } from "theme-ui/jsx-runtime";
2
- var Close = function (_a) {
3
- var width = _a.width, _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 || '12', viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.9497 10.9497C11.3403 10.5592 11.3403 9.92602 10.9497 9.5355L7.41424 5.99999L10.9497 2.46451C11.3402 2.07399 11.3402 1.44082 10.9497 1.0503C10.5592 0.659775 9.92602 0.659775 9.5355 1.0503L6.00002 4.58578L2.46446 1.05022C2.07394 0.659693 1.44077 0.659693 1.05025 1.05022C0.659726 1.44074 0.659726 2.07391 1.05025 2.46443L4.58581 5.99999L1.05022 9.53558C0.659693 9.9261 0.659693 10.5593 1.05022 10.9498C1.44074 11.3403 2.07391 11.3403 2.46443 10.9498L6.00002 7.4142L9.53553 10.9497C9.92605 11.3402 10.5592 11.3402 10.9497 10.9497Z", fill: "#FAFAFA" }) }));
8
- };
9
- export default Close;
@@ -1,16 +0,0 @@
1
- import { jsx as _jsx } from "theme-ui/jsx-runtime";
2
- var Cog = 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: "M19.43 12.98C19.47 12.66 19.5 12.34 19.5 12C19.5 11.66 19.47 11.34 19.43 11.02L21.54 9.37C21.73 9.22 21.78 8.95 21.66 8.73L19.66 5.27C19.54 5.05 19.27 4.97 19.05 5.05L16.56 6.05C16.04 5.65 15.48 5.32 14.87 5.07L14.49 2.42C14.46 2.18 14.25 2 14 2H9.99996C9.74996 2 9.53996 2.18 9.50996 2.42L9.12996 5.07C8.51996 5.32 7.95996 5.66 7.43996 6.05L4.94996 5.05C4.71996 4.96 4.45996 5.05 4.33996 5.27L2.33996 8.73C2.20996 8.95 2.26996 9.22 2.45996 9.37L4.56996 11.02C4.52996 11.34 4.49996 11.67 4.49996 12C4.49996 12.33 4.52996 12.66 4.56996 12.98L2.45996 14.63C2.26996 14.78 2.21996 15.05 2.33996 15.27L4.33996 18.73C4.45996 18.95 4.72996 19.03 4.94996 18.95L7.43996 17.95C7.95996 18.35 8.51996 18.68 9.12996 18.93L9.50996 21.58C9.53996 21.82 9.74996 22 9.99996 22H14C14.25 22 14.46 21.82 14.49 21.58L14.87 18.93C15.48 18.68 16.04 18.34 16.56 17.95L19.05 18.95C19.28 19.04 19.54 18.95 19.66 18.73L21.66 15.27C21.78 15.05 21.73 14.78 21.54 14.63L19.43 12.98ZM12 15.5C10.07 15.5 8.49996 13.93 8.49996 12C8.49996 10.07 10.07 8.5 12 8.5C13.93 8.5 15.5 10.07 15.5 12C15.5 13.93 13.93 15.5 12 15.5Z" }) }));
15
- };
16
- export default Cog;
@@ -1,16 +0,0 @@
1
- import { jsx as _jsx } from "theme-ui/jsx-runtime";
2
- var Collapse = 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 || '23', viewBox: "0 0 23 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: _jsx("path", { d: "M1.27783 15.5H15.0278C15.7153 15.5 16.2778 14.9375 16.2778 14.25C16.2778 13.5625 15.7153 13 15.0278 13H1.27783C0.590332 13 0.027832 13.5625 0.027832 14.25C0.027832 14.9375 0.590332 15.5 1.27783 15.5ZM1.27783 9.25H11.2778C11.9653 9.25 12.5278 8.6875 12.5278 8C12.5278 7.3125 11.9653 6.75 11.2778 6.75H1.27783C0.590332 6.75 0.027832 7.3125 0.027832 8C0.027832 8.6875 0.590332 9.25 1.27783 9.25ZM0.027832 1.75C0.027832 2.4375 0.590332 3 1.27783 3H15.0278C15.7153 3 16.2778 2.4375 16.2778 1.75C16.2778 1.0625 15.7153 0.5 15.0278 0.5H1.27783C0.590332 0.5 0.027832 1.0625 0.027832 1.75ZM21.6528 11.6L18.0528 8L21.6528 4.4C22.1403 3.9125 22.1403 3.125 21.6528 2.6375C21.1653 2.15 20.3778 2.15 19.8903 2.6375L15.4028 7.125C14.9153 7.6125 14.9153 8.4 15.4028 8.8875L19.8903 13.375C20.3778 13.8625 21.1653 13.8625 21.6528 13.375C22.1278 12.8875 22.1403 12.0875 21.6528 11.6Z", fill: "#4D4040" }) }));
15
- };
16
- export default Collapse;
@@ -1,16 +0,0 @@
1
- import { jsx as _jsx } from "theme-ui/jsx-runtime";
2
- var Copy = 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: "M15 1H4C2.9 1 2 1.9 2 3V16C2 16.55 2.45 17 3 17C3.55 17 4 16.55 4 16V4C4 3.45 4.45 3 5 3H15C15.55 3 16 2.55 16 2C16 1.45 15.55 1 15 1ZM19 5H8C6.9 5 6 5.9 6 7V21C6 22.1 6.9 23 8 23H19C20.1 23 21 22.1 21 21V7C21 5.9 20.1 5 19 5ZM18 21H9C8.45 21 8 20.55 8 20V8C8 7.45 8.45 7 9 7H18C18.55 7 19 7.45 19 8V20C19 20.55 18.55 21 18 21Z" }) }));
15
- };
16
- export default Copy;
@@ -1,16 +0,0 @@
1
- import { jsx as _jsx } from "theme-ui/jsx-runtime";
2
- var Discord = 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 || '26', viewBox: "0 0 26 26", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: _jsx("path", { d: "M22.0101 4.86639C20.3526 4.11889 18.576 3.56639 16.718 3.25222C16.7015 3.24904 16.6844 3.25109 16.669 3.25808C16.6537 3.26506 16.6409 3.27665 16.6325 3.29122C16.405 3.69097 16.1515 4.21205 15.9738 4.62372C14.0033 4.32931 12 4.32931 10.0295 4.62372C9.83165 4.16749 9.60849 3.72263 9.36112 3.29122C9.35273 3.27647 9.34005 3.26462 9.32476 3.25727C9.30946 3.24991 9.29229 3.2474 9.27553 3.25005C7.4187 3.56422 5.64203 4.11672 3.98345 4.8653C3.96918 4.87129 3.95708 4.88149 3.94878 4.89455C0.577449 9.8508 -0.346634 14.6846 0.107282 19.4578C0.108546 19.4695 0.112174 19.4808 0.117948 19.4911C0.123721 19.5013 0.131519 19.5103 0.140866 19.5174C2.10862 20.95 4.3034 22.0414 6.63328 22.7457C6.64953 22.7507 6.6669 22.7507 6.68313 22.7457C6.69936 22.7407 6.71371 22.7309 6.72428 22.7176C7.22478 22.0459 7.67112 21.3363 8.05245 20.591C8.0752 20.5476 8.05353 20.4956 8.00803 20.4783C7.30821 20.2148 6.63013 19.8967 5.98003 19.5271C5.96835 19.5205 5.95851 19.511 5.95139 19.4996C5.94426 19.4882 5.94009 19.4752 5.93923 19.4618C5.93837 19.4483 5.94086 19.4349 5.94646 19.4227C5.95207 19.4105 5.96063 19.3998 5.97137 19.3917C6.10787 19.291 6.24437 19.1859 6.37437 19.0808C6.38607 19.0714 6.40016 19.0653 6.41508 19.0634C6.43 19.0615 6.44516 19.0638 6.45887 19.07C10.7131 20.981 15.3205 20.981 19.525 19.07C19.5387 19.0634 19.554 19.0609 19.5691 19.0626C19.5843 19.0643 19.5986 19.0702 19.6105 19.0797C19.7405 19.1859 19.876 19.291 20.0135 19.3917C20.0244 19.3997 20.0331 19.4102 20.0389 19.4223C20.0447 19.4344 20.0473 19.4478 20.0467 19.4612C20.0461 19.4746 20.0421 19.4876 20.0352 19.4992C20.0283 19.5107 20.0186 19.5203 20.007 19.5271C19.3592 19.8998 18.6854 20.2151 17.978 20.4772C17.9671 20.4812 17.9572 20.4874 17.9489 20.4955C17.9406 20.5035 17.9342 20.5133 17.93 20.524C17.9258 20.5348 17.9239 20.5463 17.9245 20.5579C17.9252 20.5694 17.9282 20.5807 17.9335 20.591C18.3235 21.3352 18.7699 22.0437 19.2606 22.7165C19.2708 22.7303 19.285 22.7406 19.3013 22.746C19.3176 22.7515 19.3352 22.7517 19.3516 22.7468C21.6855 22.0444 23.8839 20.9526 25.8538 19.5174C25.8634 19.5107 25.8715 19.502 25.8774 19.4919C25.8834 19.4818 25.8872 19.4705 25.8885 19.4589C26.4301 13.9404 24.9806 9.14555 22.0437 4.89672C22.0365 4.88291 22.0246 4.87215 22.0101 4.86639ZM8.68837 16.5512C7.40787 16.5512 6.35162 15.3931 6.35162 13.9729C6.35162 12.5516 7.38728 11.3946 8.68837 11.3946C9.9992 11.3946 11.0457 12.5613 11.0251 13.9729C11.0251 15.3942 9.98945 16.5512 8.68837 16.5512ZM17.328 16.5512C16.0464 16.5512 14.9912 15.3931 14.9912 13.9729C14.9912 12.5516 16.0258 11.3946 17.328 11.3946C18.6388 11.3946 19.6853 12.5613 19.6647 13.9729C19.6647 15.3942 18.6399 16.5512 17.328 16.5512Z", fill: "#4D4040" }) }));
15
- };
16
- export default Discord;
@@ -1,16 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
2
- var DiscordNew = 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 || '32', height: height || '33', viewBox: "0 0 32 33", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: _jsxs("svg", { width: "32", height: "33", viewBox: "0 0 32 33", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsxs("g", { filter: "url(#filter0_b_1256_1273)", children: [_jsx("rect", { y: "0.685425", width: "32", height: "32", rx: "10", fill: "white", fillOpacity: "0.1" }), _jsx("rect", { x: "0.75", y: "1.43542", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint0_radial_1256_1273)", strokeWidth: "1.5" }), _jsx("rect", { x: "0.75", y: "1.43542", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint1_radial_1256_1273)", strokeWidth: "1.5" }), _jsx("rect", { x: "0.75", y: "1.43542", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint2_radial_1256_1273)", strokeWidth: "1.5" }), _jsx("rect", { x: "0.75", y: "1.43542", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint3_radial_1256_1273)", strokeWidth: "1.5" }), _jsx("rect", { x: "0.75", y: "1.43542", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint4_radial_1256_1273)", strokeWidth: "1.5" }), _jsx("path", { d: "M22.0583 11.1271C20.9499 10.6104 19.7499 10.2354 18.4999 10.0188C18.489 10.0184 18.4781 10.0205 18.468 10.0248C18.4579 10.0291 18.4489 10.0356 18.4416 10.0438C18.2916 10.3188 18.1166 10.6771 17.9999 10.9521C16.6741 10.7521 15.3258 10.7521 13.9999 10.9521C13.8833 10.6688 13.7083 10.3188 13.5499 10.0438C13.5416 10.0271 13.5166 10.0188 13.4916 10.0188C12.2416 10.2354 11.0499 10.6104 9.93327 11.1271C9.92493 11.1271 9.9166 11.1354 9.90827 11.1438C7.6416 14.5354 7.0166 17.8354 7.32493 21.1021C7.32493 21.1188 7.33327 21.1354 7.34993 21.1438C8.84993 22.2438 10.2916 22.9104 11.7166 23.3521C11.7416 23.3604 11.7666 23.3521 11.7749 23.3354C12.1083 22.8771 12.4083 22.3938 12.6666 21.8854C12.6833 21.8521 12.6666 21.8188 12.6333 21.8104C12.1583 21.6271 11.7083 21.4104 11.2666 21.1604C11.2333 21.1438 11.2333 21.0938 11.2583 21.0688C11.3499 21.0021 11.4416 20.9271 11.5333 20.8604C11.5499 20.8438 11.5749 20.8438 11.5916 20.8521C14.4583 22.1604 17.5499 22.1604 20.3833 20.8521C20.3999 20.8438 20.4249 20.8438 20.4416 20.8604C20.5333 20.9354 20.6249 21.0021 20.7166 21.0771C20.7499 21.1021 20.7499 21.1521 20.7083 21.1688C20.2749 21.4271 19.8166 21.6354 19.3416 21.8188C19.3083 21.8271 19.2999 21.8688 19.3083 21.8938C19.5749 22.4021 19.8749 22.8854 20.1999 23.3438C20.2249 23.3521 20.2499 23.3604 20.2749 23.3521C21.7083 22.9104 23.1499 22.2438 24.6499 21.1438C24.6666 21.1354 24.6749 21.1188 24.6749 21.1021C25.0416 17.3271 24.0666 14.0521 22.0916 11.1438C22.0833 11.1354 22.0749 11.1271 22.0583 11.1271ZM13.0999 19.1104C12.2416 19.1104 11.5249 18.3188 11.5249 17.3438C11.5249 16.3688 12.2249 15.5771 13.0999 15.5771C13.9833 15.5771 14.6833 16.3771 14.6749 17.3438C14.6749 18.3188 13.9749 19.1104 13.0999 19.1104ZM18.9083 19.1104C18.0499 19.1104 17.3333 18.3188 17.3333 17.3438C17.3333 16.3688 18.0333 15.5771 18.9083 15.5771C19.7916 15.5771 20.4916 16.3771 20.4833 17.3438C20.4833 18.3188 19.7916 19.1104 18.9083 19.1104Z", fill: "#BEBEBE" })] }), _jsxs("defs", { children: [_jsxs("filter", { id: "filter0_b_1256_1273", x: "-34", y: "-33.3146", width: "100", height: "100", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feGaussianBlur", { in: "BackgroundImageFix", stdDeviation: "17" }), _jsx("feComposite", { in2: "SourceAlpha", operator: "in", result: "effect1_backgroundBlur_1256_1273" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_backgroundBlur_1256_1273", result: "shape" })] }), _jsxs("radialGradient", { id: "paint0_radial_1256_1273", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(17.0576 35.3327) rotate(-170.836) scale(16.6214 8.31622)", children: [_jsx("stop", { stopColor: "#2F328B" }), _jsx("stop", { offset: "1", stopColor: "#6F6AC9", stopOpacity: "0.05" })] }), _jsxs("radialGradient", { id: "paint1_radial_1256_1273", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(32 4.23451) rotate(110.316) scale(31.393 6.75515)", children: [_jsx("stop", { stopColor: "#8161FF" }), _jsx("stop", { offset: "1", stopColor: "#6560C5", stopOpacity: "0.05" })] }), _jsxs("radialGradient", { id: "paint2_radial_1256_1273", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(1.15855e-07 1.67452) rotate(53.7163) scale(13.3167 15.4102)", children: [_jsx("stop", { stopColor: "#6F6AC9" }), _jsx("stop", { offset: "1", stopColor: "#33A36D", stopOpacity: "0.05" }), _jsx("stop", { offset: "1", stopColor: "#6F6AC9", stopOpacity: "0.05" })] }), _jsxs("radialGradient", { id: "paint3_radial_1256_1273", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(0 0.685425) scale(7.74643 12.5485)", children: [_jsx("stop", { stopColor: "white", stopOpacity: "0.81" }), _jsx("stop", { offset: "1", stopColor: "white", stopOpacity: "0.19" })] }), _jsxs("radialGradient", { id: "paint4_radial_1256_1273", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(32.0095 0.685425) rotate(90) scale(12.832 6.78225)", children: [_jsx("stop", { stopOpacity: "0.5" }), _jsx("stop", { offset: "1", stopOpacity: "0" })] })] })] }) }));
15
- };
16
- export default DiscordNew;
@@ -1,16 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
2
- var Docs = function (_a) {
3
- var _b = _a.direction, direction = _b === void 0 ? 'right' : _b, _c = _a.color, color = _c === void 0 ? 'primaryBright' : _c, 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: "100%", viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: [_jsxs("g", { clipPath: "url(#docs-icon)", children: [_jsx("rect", { width: "40", height: "40", rx: "20", fill: "var(--theme-ui-colors-primaryButton)", stroke: "#fff" }), _jsx("path", { d: "M22.5909 17.65V16.45C23.1659 16.2167 23.754 16.0417 24.3551 15.925C24.9562 15.8083 25.5879 15.75 26.25 15.75C26.703 15.75 27.1473 15.7833 27.583 15.85C28.0186 15.9167 28.4455 16 28.8636 16.1V17.2C28.4455 17.05 28.0229 16.9375 27.596 16.8625C27.1691 16.7875 26.7205 16.75 26.25 16.75C25.5879 16.75 24.9519 16.8292 24.342 16.9875C23.7322 17.1458 23.1485 17.3667 22.5909 17.65ZM22.5909 23.15V21.925C23.1659 21.6917 23.754 21.5208 24.3551 21.4125C24.9562 21.3042 25.5879 21.25 26.25 21.25C26.703 21.25 27.1473 21.2833 27.583 21.35C28.0186 21.4167 28.4455 21.5 28.8636 21.6V22.7C28.4455 22.55 28.0229 22.4375 27.596 22.3625C27.1691 22.2875 26.7205 22.25 26.25 22.25C25.5879 22.25 24.9519 22.325 24.342 22.475C23.7322 22.625 23.1485 22.85 22.5909 23.15ZM22.5909 20.4V19.2C23.1659 18.9667 23.754 18.7917 24.3551 18.675C24.9562 18.5583 25.5879 18.5 26.25 18.5C26.703 18.5 27.1473 18.5333 27.583 18.6C28.0186 18.6667 28.4455 18.75 28.8636 18.85V19.95C28.4455 19.8 28.0229 19.6875 27.596 19.6125C27.1691 19.5375 26.7205 19.5 26.25 19.5C25.5879 19.5 24.9519 19.5792 24.342 19.7375C23.7322 19.8958 23.1485 20.1167 22.5909 20.4ZM21.3364 25.75C22.2076 25.3333 23.0614 25.0208 23.8977 24.8125C24.7341 24.6042 25.6227 24.5 26.5636 24.5C27.2258 24.5 27.9097 24.55 28.6153 24.65C29.321 24.75 29.9265 24.8833 30.4318 25.05V14.325C29.8394 14.0417 29.2121 13.8333 28.55 13.7C27.8879 13.5667 27.2258 13.5 26.5636 13.5C25.6227 13.5 24.7123 13.6375 23.8324 13.9125C22.9525 14.1875 22.1205 14.575 21.3364 15.075V25.75ZM20.5523 28C19.6636 27.3667 18.6966 26.8792 17.6511 26.5375C16.6057 26.1958 15.5341 26.025 14.4364 26.025C13.7917 26.025 13.1644 26.1 12.5545 26.25C11.9447 26.4 11.3348 26.5833 10.725 26.8C10.3242 26.9833 9.93655 26.9583 9.56193 26.725C9.18731 26.4917 9 26.1583 9 25.725V14.15C9 13.9 9.06098 13.6708 9.18295 13.4625C9.30492 13.2542 9.48788 13.0917 9.73182 12.975C10.4636 12.6417 11.2259 12.3958 12.0187 12.2375C12.8116 12.0792 13.6174 12 14.4364 12C15.5341 12 16.6013 12.1417 17.6381 12.425C18.6748 12.7083 19.6462 13.1417 20.5523 13.725C21.4409 13.1417 22.3949 12.7083 23.4142 12.425C24.4335 12.1417 25.4833 12 26.5636 12C27.3826 12 28.1841 12.0792 28.9682 12.2375C29.7523 12.3958 30.5102 12.6417 31.242 12.975C31.486 13.0917 31.6733 13.2542 31.804 13.4625C31.9347 13.6708 32 13.9 32 14.15V25.725C32 26.1917 31.804 26.5458 31.4119 26.7875C31.0199 27.0292 30.6322 27.0333 30.2489 26.8C29.6564 26.5667 29.0553 26.3792 28.4455 26.2375C27.8356 26.0958 27.2083 26.025 26.5636 26.025C25.4659 26.025 24.4117 26.2 23.4011 26.55C22.3905 26.9 21.4409 27.3833 20.5523 28Z", fill: "#fff" })] }), _jsx("defs", { children: _jsx("clipPath", { id: "docs-icon", children: _jsx("rect", { width: "40", height: "40", rx: "20", fill: "#fff" }) }) })] }));
15
- };
16
- export default Docs;
@@ -1,16 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
2
- var DocsV2 = 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 (_jsxs("svg", { width: width || '40', height: height || '40', viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: [_jsx("rect", { x: "-0.000244141", width: "40", height: "40", rx: "20", fill: "var(--theme-ui-colors-primaryButton)" }), _jsx("path", { d: "M22.1666 17.7724V16.6349C22.7625 16.4138 23.3719 16.2479 23.9948 16.1373C24.6176 16.0266 25.2722 15.9714 25.9583 15.9714C26.4277 15.9714 26.8881 16.0029 27.3396 16.0662C27.791 16.1294 28.2334 16.2084 28.6666 16.3031V17.3459C28.2334 17.2037 27.7954 17.097 27.3531 17.0259C26.9107 16.9548 26.4459 16.9193 25.9583 16.9193C25.2722 16.9193 24.6132 16.9944 23.9812 17.1444C23.3493 17.2945 22.7444 17.5039 22.1666 17.7724ZM22.1666 22.986V21.8248C22.7625 21.6036 23.3719 21.4416 23.9948 21.339C24.6176 21.2363 25.2722 21.1849 25.9583 21.1849C26.4277 21.1849 26.8881 21.2165 27.3396 21.2797C27.791 21.3429 28.2334 21.4219 28.6666 21.5167V22.5594C28.2334 22.4172 27.7954 22.3106 27.3531 22.2395C26.9107 22.1684 26.4459 22.1328 25.9583 22.1328C25.2722 22.1328 24.6132 22.2039 23.9812 22.3461C23.3493 22.4883 22.7444 22.7016 22.1666 22.986ZM22.1666 20.3792V19.2417C22.7625 19.0205 23.3719 18.8547 23.9948 18.744C24.6176 18.6334 25.2722 18.5781 25.9583 18.5781C26.4277 18.5781 26.8881 18.6097 27.3396 18.6729C27.791 18.7362 28.2334 18.8151 28.6666 18.9099V19.9526C28.2334 19.8104 27.7954 19.7038 27.3531 19.6327C26.9107 19.5616 26.4459 19.5261 25.9583 19.5261C25.2722 19.5261 24.6132 19.6011 23.9812 19.7512C23.3493 19.9012 22.7444 20.1106 22.1666 20.3792ZM20.8667 25.4505C21.7694 25.0555 22.6542 24.7593 23.5208 24.5619C24.3875 24.3644 25.3083 24.2656 26.2833 24.2656C26.9695 24.2656 27.6781 24.313 28.4093 24.4078C29.1406 24.5026 29.768 24.629 30.2916 24.787V14.6206C29.6778 14.352 29.0277 14.1545 28.3416 14.0281C27.6556 13.9018 26.9695 13.8386 26.2833 13.8386C25.3083 13.8386 24.3649 13.9689 23.4531 14.2296C22.5413 14.4903 21.6792 14.8576 20.8667 15.3315V25.4505ZM20.0542 27.5834C19.1333 26.983 18.1312 26.5209 17.0479 26.197C15.9646 25.8731 14.8542 25.7112 13.7167 25.7112C13.0486 25.7112 12.3986 25.7823 11.7666 25.9245C11.1347 26.0667 10.5027 26.2404 9.87081 26.4459C9.45549 26.6196 9.0538 26.5959 8.6656 26.3748C8.27741 26.1536 8.08331 25.8376 8.08331 25.4268V14.4547C8.08331 14.2177 8.1465 14.0005 8.27289 13.803C8.39928 13.6056 8.58887 13.4515 8.84165 13.3409C9.59994 13.025 10.3899 12.7919 11.2114 12.6418C12.033 12.4918 12.868 12.4167 13.7167 12.4167C14.8542 12.4167 15.96 12.551 17.0344 12.8196C18.1086 13.0881 19.1152 13.4989 20.0542 14.0518C20.975 13.4989 21.9635 13.0881 23.0198 12.8196C24.076 12.551 25.1638 12.4167 26.2833 12.4167C27.132 12.4167 27.9625 12.4918 28.775 12.6418C29.5875 12.7919 30.3729 13.025 31.1312 13.3409C31.384 13.4515 31.5781 13.6056 31.7135 13.803C31.849 14.0005 31.9166 14.2177 31.9166 14.4547V25.4268C31.9166 25.8692 31.7135 26.2049 31.3072 26.434C30.901 26.6631 30.4993 26.667 30.1021 26.4459C29.4881 26.2247 28.8653 26.047 28.2334 25.9127C27.6014 25.7783 26.9513 25.7112 26.2833 25.7112C25.1458 25.7112 24.0534 25.8771 23.0062 26.2089C21.959 26.5406 20.975 26.9988 20.0542 27.5834Z", fill: "#FAFAFA" })] }));
15
- };
16
- export default DocsV2;