@ape.swap/bonds-sdk 1.0.778 → 1.0.779

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 (279) hide show
  1. package/dist/components/BondMenu/BondMenu.js +2 -13
  2. package/dist/components/BondRows/BondRow.d.ts +0 -1
  3. package/dist/components/BondRows/BondRow.js +2 -13
  4. package/dist/components/BondRows/BondRowHeader.js +1 -12
  5. package/dist/components/BondRows/BondRowsByChain.d.ts +2 -3
  6. package/dist/components/BondRows/BondRowsByChain.js +2 -13
  7. package/dist/components/BondRows/BondRowsWithTitle.d.ts +1 -2
  8. package/dist/components/BondRows/BondRowsWithTitle.js +2 -13
  9. package/dist/components/BondRows/ChainTitle.d.ts +1 -1
  10. package/dist/components/BondRows/ChainTitle.js +2 -13
  11. package/dist/components/MenuSelect/MenuSelect.d.ts +5 -1
  12. package/dist/components/MenuSelect/MenuSelect.js +1 -1
  13. package/dist/components/MenuSelect/RecommendationSelector.js +5 -16
  14. package/dist/components/NetworkFilter/index.js +6 -17
  15. package/dist/components/ProgressBar/ProgressBar.js +2 -13
  16. package/dist/components/ProgressBar/ProgressBarWrapper.js +1 -12
  17. package/dist/components/TokenInfoAndName/index.d.ts +1 -1
  18. package/dist/components/TokenInfoAndName/index.js +6 -17
  19. package/dist/components/Tooltip/ButtonsRow.js +1 -1
  20. package/dist/components/Tooltip/Tooltip.js +1 -12
  21. package/dist/components/uikit-sdk/Button/IconButton.js +1 -1
  22. package/dist/components/uikit-sdk/Checkbox/index.d.ts +0 -1
  23. package/dist/components/uikit-sdk/Checkbox/index.js +2 -2
  24. package/dist/components/uikit-sdk/Flex/index.d.ts +3 -1
  25. package/dist/components/uikit-sdk/Input/Input.d.ts +7 -2
  26. package/dist/components/uikit-sdk/Input/Input.js +5 -5
  27. package/dist/components/uikit-sdk/Input/NumericInput.d.ts +4 -5
  28. package/dist/components/uikit-sdk/Input/StyledInput.js +1 -12
  29. package/dist/components/uikit-sdk/Modal/ModalFooter.d.ts +4 -0
  30. package/dist/components/uikit-sdk/Modal/ModalFooter.js +21 -0
  31. package/dist/components/uikit-sdk/Modal/ModalHeader.d.ts +4 -0
  32. package/dist/components/uikit-sdk/Modal/ModalHeader.js +31 -0
  33. package/dist/components/uikit-sdk/Modal/index.d.ts +4 -0
  34. package/dist/components/uikit-sdk/Modal/index.js +46 -0
  35. package/dist/components/uikit-sdk/Modal/styles.d.ts +3 -0
  36. package/dist/components/uikit-sdk/Modal/styles.js +62 -0
  37. package/dist/components/uikit-sdk/Modal/types.d.ts +17 -0
  38. package/dist/components/uikit-sdk/Modal/types.js +1 -0
  39. package/dist/components/uikit-sdk/Select/Select.js +4 -4
  40. package/dist/components/uikit-sdk/Select/SelectItem.d.ts +0 -1
  41. package/dist/components/uikit-sdk/Select/SelectItem.js +1 -1
  42. package/dist/components/uikit-sdk/Svg/Icons/AbondFullLogo.js +1 -12
  43. package/dist/components/uikit-sdk/Svg/Icons/AbondSmallLogo.js +1 -12
  44. package/dist/components/uikit-sdk/Svg/Icons/AccountMonkey.js +1 -12
  45. package/dist/components/uikit-sdk/Svg/Icons/AllChains.js +1 -12
  46. package/dist/components/uikit-sdk/Svg/Icons/ApebondLogo.js +1 -12
  47. package/dist/components/uikit-sdk/Svg/Icons/ApeswapSmallLogo.js +1 -12
  48. package/dist/components/uikit-sdk/Svg/Icons/Arrow.js +1 -12
  49. package/dist/components/uikit-sdk/Svg/Icons/Audit.js +1 -12
  50. package/dist/components/uikit-sdk/Svg/Icons/BananaIcon.js +1 -12
  51. package/dist/components/uikit-sdk/Svg/Icons/BillsM1.js +1 -12
  52. package/dist/components/uikit-sdk/Svg/Icons/BillsM2.js +1 -12
  53. package/dist/components/uikit-sdk/Svg/Icons/BillsM3.js +1 -12
  54. package/dist/components/uikit-sdk/Svg/Icons/Bridge.js +1 -12
  55. package/dist/components/uikit-sdk/Svg/Icons/Bubble.js +1 -12
  56. package/dist/components/uikit-sdk/Svg/Icons/Calculator.js +1 -12
  57. package/dist/components/uikit-sdk/Svg/Icons/Calendar.js +1 -12
  58. package/dist/components/uikit-sdk/Svg/Icons/Cancelled.js +1 -12
  59. package/dist/components/uikit-sdk/Svg/Icons/Card.js +1 -12
  60. package/dist/components/uikit-sdk/Svg/Icons/Caret.js +1 -12
  61. package/dist/components/uikit-sdk/Svg/Icons/Chain.js +1 -12
  62. package/dist/components/uikit-sdk/Svg/Icons/Chart.js +1 -12
  63. package/dist/components/uikit-sdk/Svg/Icons/Chat.js +1 -12
  64. package/dist/components/uikit-sdk/Svg/Icons/Close.js +1 -12
  65. package/dist/components/uikit-sdk/Svg/Icons/Cog.d.ts +0 -1
  66. package/dist/components/uikit-sdk/Svg/Icons/Cog.js +1 -12
  67. package/dist/components/uikit-sdk/Svg/Icons/Collapse.js +1 -12
  68. package/dist/components/uikit-sdk/Svg/Icons/Copy.js +1 -12
  69. package/dist/components/uikit-sdk/Svg/Icons/Discord.js +1 -12
  70. package/dist/components/uikit-sdk/Svg/Icons/DiscordNew.js +1 -12
  71. package/dist/components/uikit-sdk/Svg/Icons/Docs.js +1 -12
  72. package/dist/components/uikit-sdk/Svg/Icons/DocsV2.js +1 -12
  73. package/dist/components/uikit-sdk/Svg/Icons/Ellipse.js +1 -12
  74. package/dist/components/uikit-sdk/Svg/Icons/Error.js +1 -12
  75. package/dist/components/uikit-sdk/Svg/Icons/Expand.js +1 -12
  76. package/dist/components/uikit-sdk/Svg/Icons/Explorer.js +1 -12
  77. package/dist/components/uikit-sdk/Svg/Icons/External.js +1 -12
  78. package/dist/components/uikit-sdk/Svg/Icons/Farm.js +1 -12
  79. package/dist/components/uikit-sdk/Svg/Icons/Fav.js +1 -12
  80. package/dist/components/uikit-sdk/Svg/Icons/FilledURL.js +1 -12
  81. package/dist/components/uikit-sdk/Svg/Icons/Fire.js +1 -12
  82. package/dist/components/uikit-sdk/Svg/Icons/Frame.js +1 -12
  83. package/dist/components/uikit-sdk/Svg/Icons/FullLogo.js +1 -12
  84. package/dist/components/uikit-sdk/Svg/Icons/Gnana.js +1 -12
  85. package/dist/components/uikit-sdk/Svg/Icons/GreenShield.d.ts +0 -1
  86. package/dist/components/uikit-sdk/Svg/Icons/GreenShield.js +1 -12
  87. package/dist/components/uikit-sdk/Svg/Icons/Hamburger.js +1 -12
  88. package/dist/components/uikit-sdk/Svg/Icons/HamburgerClosed.js +1 -12
  89. package/dist/components/uikit-sdk/Svg/Icons/Home.js +1 -12
  90. package/dist/components/uikit-sdk/Svg/Icons/Hot.js +1 -12
  91. package/dist/components/uikit-sdk/Svg/Icons/Info.js +1 -12
  92. package/dist/components/uikit-sdk/Svg/Icons/InfoSolid.js +1 -12
  93. package/dist/components/uikit-sdk/Svg/Icons/Insight.js +1 -12
  94. package/dist/components/uikit-sdk/Svg/Icons/Instagram.js +1 -12
  95. package/dist/components/uikit-sdk/Svg/Icons/Island.js +1 -12
  96. package/dist/components/uikit-sdk/Svg/Icons/LanguageIcon.js +1 -12
  97. package/dist/components/uikit-sdk/Svg/Icons/LineChart.js +1 -12
  98. package/dist/components/uikit-sdk/Svg/Icons/LiquidityIcon.js +1 -12
  99. package/dist/components/uikit-sdk/Svg/Icons/Logout.js +1 -12
  100. package/dist/components/uikit-sdk/Svg/Icons/Medium.js +1 -12
  101. package/dist/components/uikit-sdk/Svg/Icons/MenuSettings.js +1 -12
  102. package/dist/components/uikit-sdk/Svg/Icons/Message.js +1 -12
  103. package/dist/components/uikit-sdk/Svg/Icons/Migrate.js +1 -12
  104. package/dist/components/uikit-sdk/Svg/Icons/Moon.js +1 -12
  105. package/dist/components/uikit-sdk/Svg/Icons/More.js +1 -12
  106. package/dist/components/uikit-sdk/Svg/Icons/NFA.js +1 -12
  107. package/dist/components/uikit-sdk/Svg/Icons/NavCaret.js +1 -12
  108. package/dist/components/uikit-sdk/Svg/Icons/PlaceholderMonkey.d.ts +0 -1
  109. package/dist/components/uikit-sdk/Svg/Icons/PlaceholderMonkey.js +1 -12
  110. package/dist/components/uikit-sdk/Svg/Icons/Play.js +1 -12
  111. package/dist/components/uikit-sdk/Svg/Icons/Pool.js +1 -12
  112. package/dist/components/uikit-sdk/Svg/Icons/Positions.js +1 -12
  113. package/dist/components/uikit-sdk/Svg/Icons/ProfileDark.js +1 -12
  114. package/dist/components/uikit-sdk/Svg/Icons/ProfileLight.js +1 -12
  115. package/dist/components/uikit-sdk/Svg/Icons/Question.js +1 -12
  116. package/dist/components/uikit-sdk/Svg/Icons/QuestionCircle.js +1 -12
  117. package/dist/components/uikit-sdk/Svg/Icons/QuestionFill.js +1 -12
  118. package/dist/components/uikit-sdk/Svg/Icons/Quiz.js +1 -12
  119. package/dist/components/uikit-sdk/Svg/Icons/Receipt.js +1 -12
  120. package/dist/components/uikit-sdk/Svg/Icons/Reddit.js +1 -12
  121. package/dist/components/uikit-sdk/Svg/Icons/Rocket.js +1 -12
  122. package/dist/components/uikit-sdk/Svg/Icons/ScrollTop.js +1 -12
  123. package/dist/components/uikit-sdk/Svg/Icons/Search.js +1 -12
  124. package/dist/components/uikit-sdk/Svg/Icons/Send.js +1 -12
  125. package/dist/components/uikit-sdk/Svg/Icons/Settings.js +1 -12
  126. package/dist/components/uikit-sdk/Svg/Icons/Share.js +1 -12
  127. package/dist/components/uikit-sdk/Svg/Icons/Sort.js +1 -12
  128. package/dist/components/uikit-sdk/Svg/Icons/Success.js +1 -12
  129. package/dist/components/uikit-sdk/Svg/Icons/SuccessOutline.js +1 -12
  130. package/dist/components/uikit-sdk/Svg/Icons/SwapArrows.js +1 -12
  131. package/dist/components/uikit-sdk/Svg/Icons/SwitchArrows.d.ts +0 -1
  132. package/dist/components/uikit-sdk/Svg/Icons/SwitchArrows.js +1 -12
  133. package/dist/components/uikit-sdk/Svg/Icons/Tag.js +1 -12
  134. package/dist/components/uikit-sdk/Svg/Icons/Telegram.js +1 -12
  135. package/dist/components/uikit-sdk/Svg/Icons/TelegramNew.js +1 -12
  136. package/dist/components/uikit-sdk/Svg/Icons/TextLogo.js +1 -12
  137. package/dist/components/uikit-sdk/Svg/Icons/TickShield.js +1 -12
  138. package/dist/components/uikit-sdk/Svg/Icons/Trade.js +1 -12
  139. package/dist/components/uikit-sdk/Svg/Icons/Trash.js +1 -12
  140. package/dist/components/uikit-sdk/Svg/Icons/Twitter.js +1 -12
  141. package/dist/components/uikit-sdk/Svg/Icons/URL.js +1 -12
  142. package/dist/components/uikit-sdk/Svg/Icons/Vaults.js +1 -12
  143. package/dist/components/uikit-sdk/Svg/Icons/Verified.js +1 -12
  144. package/dist/components/uikit-sdk/Svg/Icons/Wallet.js +1 -12
  145. package/dist/components/uikit-sdk/Svg/Icons/Warning.js +1 -12
  146. package/dist/components/uikit-sdk/Svg/Icons/Watch.js +1 -12
  147. package/dist/components/uikit-sdk/Svg/Icons/Website.js +1 -12
  148. package/dist/components/uikit-sdk/Svg/Icons/WebsiteNew.js +1 -12
  149. package/dist/components/uikit-sdk/Svg/Icons/WhitepaperNew.js +1 -12
  150. package/dist/components/uikit-sdk/Svg/Icons/XNew.js +1 -12
  151. package/dist/components/uikit-sdk/Svg/Icons/YellowQuestionMark.js +1 -12
  152. package/dist/components/uikit-sdk/Svg/Icons/ZapArrow.js +1 -12
  153. package/dist/components/uikit-sdk/Svg/Icons/ZapIcon.js +1 -12
  154. package/dist/components/uikit-sdk/Svg/Icons/polygonNew.js +1 -12
  155. package/dist/components/uikit-sdk/Svg/index.d.ts +0 -1
  156. package/dist/components/uikit-sdk/Svg/tokens/ABOND.js +1 -12
  157. package/dist/components/uikit-sdk/Svg/tokens/ARBITRUM.js +1 -12
  158. package/dist/components/uikit-sdk/Svg/tokens/AVAX.js +1 -12
  159. package/dist/components/uikit-sdk/Svg/tokens/BANANA.js +1 -12
  160. package/dist/components/uikit-sdk/Svg/tokens/BASE.js +1 -12
  161. package/dist/components/uikit-sdk/Svg/tokens/BNB.js +1 -12
  162. package/dist/components/uikit-sdk/Svg/tokens/BSC.js +1 -12
  163. package/dist/components/uikit-sdk/Svg/tokens/CELO.js +1 -12
  164. package/dist/components/uikit-sdk/Svg/tokens/CRONOS.js +1 -12
  165. package/dist/components/uikit-sdk/Svg/tokens/ETH.js +1 -12
  166. package/dist/components/uikit-sdk/Svg/tokens/FANTOM.js +1 -12
  167. package/dist/components/uikit-sdk/Svg/tokens/GNANA.js +1 -12
  168. package/dist/components/uikit-sdk/Svg/tokens/GNOSIS.js +1 -12
  169. package/dist/components/uikit-sdk/Svg/tokens/INEVM.js +1 -12
  170. package/dist/components/uikit-sdk/Svg/tokens/IOTA.js +1 -12
  171. package/dist/components/uikit-sdk/Svg/tokens/LIGHTLINK.js +1 -12
  172. package/dist/components/uikit-sdk/Svg/tokens/LINEA.js +1 -12
  173. package/dist/components/uikit-sdk/Svg/tokens/OKX.js +1 -12
  174. package/dist/components/uikit-sdk/Svg/tokens/OPTIMISM.js +2 -13
  175. package/dist/components/uikit-sdk/Svg/tokens/POLYGON.js +1 -12
  176. package/dist/components/uikit-sdk/Svg/tokens/POLYGONZK.js +1 -12
  177. package/dist/components/uikit-sdk/Svg/tokens/TLOS.js +1 -12
  178. package/dist/components/uikit-sdk/Svg/walletIcons/BinanceChain.d.ts +0 -1
  179. package/dist/components/uikit-sdk/Svg/walletIcons/BinanceChain.js +1 -12
  180. package/dist/components/uikit-sdk/Svg/walletIcons/Bitkeep.d.ts +0 -1
  181. package/dist/components/uikit-sdk/Svg/walletIcons/Bitkeep.js +1 -12
  182. package/dist/components/uikit-sdk/Svg/walletIcons/Brave.d.ts +0 -1
  183. package/dist/components/uikit-sdk/Svg/walletIcons/Brave.js +1 -12
  184. package/dist/components/uikit-sdk/Svg/walletIcons/Coinbase.d.ts +0 -1
  185. package/dist/components/uikit-sdk/Svg/walletIcons/Coinbase.js +1 -12
  186. package/dist/components/uikit-sdk/Svg/walletIcons/MadWallet.js +1 -12
  187. package/dist/components/uikit-sdk/Svg/walletIcons/MathWallet.d.ts +0 -1
  188. package/dist/components/uikit-sdk/Svg/walletIcons/MathWallet.js +1 -12
  189. package/dist/components/uikit-sdk/Svg/walletIcons/Metamask.d.ts +0 -1
  190. package/dist/components/uikit-sdk/Svg/walletIcons/Metamask.js +1 -12
  191. package/dist/components/uikit-sdk/Svg/walletIcons/Nabox.d.ts +0 -1
  192. package/dist/components/uikit-sdk/Svg/walletIcons/Nabox.js +1 -12
  193. package/dist/components/uikit-sdk/Svg/walletIcons/OKX.d.ts +0 -1
  194. package/dist/components/uikit-sdk/Svg/walletIcons/OKX.js +1 -12
  195. package/dist/components/uikit-sdk/Svg/walletIcons/OntoWallet.d.ts +0 -1
  196. package/dist/components/uikit-sdk/Svg/walletIcons/OntoWallet.js +1 -12
  197. package/dist/components/uikit-sdk/Svg/walletIcons/SafePalWallet.d.ts +0 -1
  198. package/dist/components/uikit-sdk/Svg/walletIcons/SafePalWallet.js +1 -12
  199. package/dist/components/uikit-sdk/Svg/walletIcons/SocialLogin.d.ts +0 -1
  200. package/dist/components/uikit-sdk/Svg/walletIcons/SocialLogin.js +1 -12
  201. package/dist/components/uikit-sdk/Svg/walletIcons/TokenPocket.d.ts +0 -1
  202. package/dist/components/uikit-sdk/Svg/walletIcons/TokenPocket.js +1 -12
  203. package/dist/components/uikit-sdk/Svg/walletIcons/TorusWallet.d.ts +0 -1
  204. package/dist/components/uikit-sdk/Svg/walletIcons/TorusWallet.js +1 -12
  205. package/dist/components/uikit-sdk/Svg/walletIcons/TrustWallet.d.ts +0 -1
  206. package/dist/components/uikit-sdk/Svg/walletIcons/TrustWallet.js +1 -12
  207. package/dist/components/uikit-sdk/Svg/walletIcons/Unstoppable.js +1 -12
  208. package/dist/components/uikit-sdk/Svg/walletIcons/WalletConnect.d.ts +0 -1
  209. package/dist/components/uikit-sdk/Svg/walletIcons/WalletConnect.js +1 -12
  210. package/dist/components/uikit-sdk/Svg/walletIcons/WalletImage.js +1 -12
  211. package/dist/components/uikit-sdk/Tag/ListTag.js +1 -1
  212. package/dist/components/uikit-sdk/Tag/styles.d.ts +2 -3
  213. package/dist/components/uikit-sdk/Text/index.js +1 -1
  214. package/dist/components/uikit-sdk/TokenImage/index.d.ts +1 -1
  215. package/dist/components/uikit-sdk/TokenImage/index.js +2 -13
  216. package/dist/components/uikit-sdk/TooltipBubble/index.js +1 -1
  217. package/dist/components/uikit-sdk/index.d.ts +1 -0
  218. package/dist/components/uikit-sdk/index.js +1 -0
  219. package/dist/config/abi/types/factories/Banana__factory.js +2 -1
  220. package/dist/config/abi/types/factories/BondNft__factory.js +2 -1
  221. package/dist/config/abi/types/factories/Bond__factory.js +2 -1
  222. package/dist/config/abi/types/factories/EnsPublicResolver__factory.js +2 -1
  223. package/dist/config/abi/types/factories/EnsRegistrar__factory.js +2 -1
  224. package/dist/config/abi/types/factories/Erc20__factory.js +2 -1
  225. package/dist/config/abi/types/factories/Erc20_bytes32__factory.js +2 -1
  226. package/dist/config/abi/types/factories/JungleChef__factory.js +2 -1
  227. package/dist/config/abi/types/factories/LaunchBonds__factory.js +2 -1
  228. package/dist/config/abi/types/factories/LensContract__factory.js +2 -1
  229. package/dist/config/abi/types/factories/LockVeAbond__factory.js +2 -1
  230. package/dist/config/abi/types/factories/MigrationBond__factory.js +2 -1
  231. package/dist/config/abi/types/factories/MigrationFveAbond__factory.js +2 -1
  232. package/dist/config/abi/types/factories/MiniComplexRewarder__factory.js +2 -1
  233. package/dist/config/abi/types/factories/Multicallv2__factory.js +2 -1
  234. package/dist/config/abi/types/factories/Multicallv3__factory.js +2 -1
  235. package/dist/config/abi/types/factories/NonFungibleApes__factory.js +2 -1
  236. package/dist/config/abi/types/factories/NonFungibleBananas__factory.js +2 -1
  237. package/dist/config/abi/types/factories/PriceGetterLinea__factory.js +2 -1
  238. package/dist/config/abi/types/factories/PriceGetterV2__factory.js +2 -1
  239. package/dist/config/abi/types/factories/PriceGetter__factory.js +2 -1
  240. package/dist/config/abi/types/factories/SousChef__factory.js +2 -1
  241. package/dist/config/abi/types/factories/Treasury__factory.js +2 -1
  242. package/dist/config/abi/types/factories/Weth__factory.js +2 -1
  243. package/dist/config/abi/types/factories/Zap__factory.js +2 -1
  244. package/dist/config/constants/addresses.js +4 -4
  245. package/dist/config/constants/api.d.ts +4 -4
  246. package/dist/config/constants/api.js +4 -4
  247. package/dist/config/constants/lists.d.ts +3 -3
  248. package/dist/contexts/Localization/Provider.js +3 -3
  249. package/dist/contexts/Localization/helpers.js +2 -2
  250. package/dist/contexts/ModalContext.js +3 -14
  251. package/dist/contexts/RefreshContext.js +3 -14
  252. package/dist/index.d.ts +4 -4
  253. package/dist/index.js +4 -4
  254. package/dist/providers/index.d.ts +8 -0
  255. package/dist/providers/index.js +12 -0
  256. package/dist/scss/BondModal.scss +1 -1
  257. package/dist/theme/colors.js +2 -2
  258. package/dist/utils/index.js +2 -2
  259. package/dist/utils/multicall.js +2 -2
  260. package/dist/{components/Modals → views}/BondModal/BondModal.d.ts +2 -2
  261. package/dist/{components/Modals → views}/BondModal/BondModal.js +37 -36
  262. package/dist/{components/Modals → views}/BondModal/helper.d.ts +1 -1
  263. package/dist/{components/Modals → views}/BondModal/helper.js +1 -1
  264. package/dist/views/BondModal/index.d.ts +4 -0
  265. package/dist/views/BondModal/index.js +18 -0
  266. package/dist/{pages → views}/Bonds/Bonds.js +2 -13
  267. package/dist/{pages → views}/YourBonds/YourBonds.js +11 -22
  268. package/dist/{pages → views}/YourBonds/fetchBillsUser.js +7 -9
  269. package/dist/{pages → views}/YourBonds/getBillNftData.js +2 -2
  270. package/dist/{components/Modals → views}/YourBondsModal/YourBondsModal.d.ts +2 -2
  271. package/dist/views/YourBondsModal/YourBondsModal.js +173 -0
  272. package/dist/{components/Modals → views}/YourBondsModal/styles.js +1 -1
  273. package/package.json +1 -1
  274. package/dist/components/Modals/YourBondsModal/YourBondsModal.js +0 -184
  275. /package/dist/{pages → views}/Bonds/Bonds.d.ts +0 -0
  276. /package/dist/{pages → views}/YourBonds/YourBonds.d.ts +0 -0
  277. /package/dist/{pages → views}/YourBonds/fetchBillsUser.d.ts +0 -0
  278. /package/dist/{pages → views}/YourBonds/getBillNftData.d.ts +0 -0
  279. /package/dist/{components/Modals → views}/YourBondsModal/styles.d.ts +0 -0
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "theme-ui/jsx-runtime";
13
2
  var Copy = function (_a) {
14
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;
@@ -22,6 +11,6 @@ var Copy = function (_a) {
22
11
  degree: deg[direction],
23
12
  color: color,
24
13
  });
25
- return (_jsx("svg", __assign({ 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" }) })));
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" }) }));
26
15
  };
27
16
  export default Copy;
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "theme-ui/jsx-runtime";
13
2
  var Discord = function (_a) {
14
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;
@@ -22,6 +11,6 @@ var Discord = function (_a) {
22
11
  degree: deg[direction],
23
12
  color: color,
24
13
  });
25
- return (_jsx("svg", __assign({ 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" }) })));
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" }) }));
26
15
  };
27
16
  export default Discord;
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
13
2
  var DiscordNew = function (_a) {
14
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;
@@ -22,6 +11,6 @@ var DiscordNew = function (_a) {
22
11
  degree: deg[direction],
23
12
  color: color,
24
13
  });
25
- return (_jsx("svg", __assign({ 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", __assign({ width: "32", height: "33", viewBox: "0 0 32 33", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsxs("g", __assign({ 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", __assign({ 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", __assign({ 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", __assign({ 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", __assign({ 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", __assign({ 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", __assign({ 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" })] }))] })] })) })));
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" })] })] })] }) }));
26
15
  };
27
16
  export default DiscordNew;
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
13
2
  var Docs = function (_a) {
14
3
  var _b = _a.direction, direction = _b === void 0 ? 'right' : _b, _c = _a.color, color = _c === void 0 ? 'primaryBright' : _c, getStyles = _a.getStyles;
@@ -22,6 +11,6 @@ var Docs = function (_a) {
22
11
  degree: deg[direction],
23
12
  color: color,
24
13
  });
25
- return (_jsxs("svg", __assign({ width: "100%", viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style }, { children: [_jsxs("g", __assign({ 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", __assign({ id: "docs-icon" }, { children: _jsx("rect", { width: "40", height: "40", rx: "20", fill: "#fff" }) })) })] })));
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" }) }) })] }));
26
15
  };
27
16
  export default Docs;
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
13
2
  var DocsV2 = function (_a) {
14
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;
@@ -22,6 +11,6 @@ var DocsV2 = function (_a) {
22
11
  degree: deg[direction],
23
12
  color: color,
24
13
  });
25
- return (_jsxs("svg", __assign({ 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" })] })));
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" })] }));
26
15
  };
27
16
  export default DocsV2;
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
13
2
  var Ellipse = function (_a) {
14
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;
@@ -22,6 +11,6 @@ var Ellipse = function (_a) {
22
11
  degree: deg[direction],
23
12
  color: color,
24
13
  });
25
- return (_jsxs("svg", __assign({ width: width || '24', viewBox: "0 0 23 23", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style }, { children: [_jsx("circle", { cx: "11.5", cy: "11.5", r: "11.5", fill: "url(#paint0_linear_3820_7927)" }), _jsx("defs", { children: _jsxs("linearGradient", __assign({ id: "paint0_linear_3820_7927", x1: "3.1625", y1: "18.6875", x2: "23", y2: "4.025", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#A16552" }), _jsx("stop", { offset: "1", stopColor: "#E1B242" })] })) })] })));
14
+ return (_jsxs("svg", { width: width || '24', viewBox: "0 0 23 23", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: [_jsx("circle", { cx: "11.5", cy: "11.5", r: "11.5", fill: "url(#paint0_linear_3820_7927)" }), _jsx("defs", { children: _jsxs("linearGradient", { id: "paint0_linear_3820_7927", x1: "3.1625", y1: "18.6875", x2: "23", y2: "4.025", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#A16552" }), _jsx("stop", { offset: "1", stopColor: "#E1B242" })] }) })] }));
26
15
  };
27
16
  export default Ellipse;
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "theme-ui/jsx-runtime";
13
2
  var Error = function (_a) {
14
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;
@@ -22,6 +11,6 @@ var Error = function (_a) {
22
11
  degree: deg[direction],
23
12
  color: color,
24
13
  });
25
- return (_jsx("svg", __assign({ width: width || '30', viewBox: "0 0 30 26", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style }, { children: _jsx("path", { d: "M3.14966 26H26.8503C29.2739 26 30.7847 23.447 29.5729 21.4138L17.7226 1.52492C16.5108 -0.508305 13.4892 -0.508305 12.2774 1.52492L0.427071 21.4138C-0.784717 23.447 0.726083 26 3.14966 26ZM15 15.2988C14.1344 15.2988 13.4262 14.6109 13.4262 13.7701V10.7126C13.4262 9.87182 14.1344 9.18389 15 9.18389C15.8656 9.18389 16.5738 9.87182 16.5738 10.7126V13.7701C16.5738 14.6109 15.8656 15.2988 15 15.2988ZM16.5738 19.8851C16.5738 20.7293 15.8893 21.4138 15.045 21.4138H14.955C14.1107 21.4138 13.4262 20.7293 13.4262 19.8851C13.4262 19.0408 14.1107 18.3563 14.955 18.3563H15.045C15.8893 18.3563 16.5738 19.0408 16.5738 19.8851Z", fill: "#DF4141" }) })));
14
+ return (_jsx("svg", { width: width || '30', viewBox: "0 0 30 26", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: _jsx("path", { d: "M3.14966 26H26.8503C29.2739 26 30.7847 23.447 29.5729 21.4138L17.7226 1.52492C16.5108 -0.508305 13.4892 -0.508305 12.2774 1.52492L0.427071 21.4138C-0.784717 23.447 0.726083 26 3.14966 26ZM15 15.2988C14.1344 15.2988 13.4262 14.6109 13.4262 13.7701V10.7126C13.4262 9.87182 14.1344 9.18389 15 9.18389C15.8656 9.18389 16.5738 9.87182 16.5738 10.7126V13.7701C16.5738 14.6109 15.8656 15.2988 15 15.2988ZM16.5738 19.8851C16.5738 20.7293 15.8893 21.4138 15.045 21.4138H14.955C14.1107 21.4138 13.4262 20.7293 13.4262 19.8851C13.4262 19.0408 14.1107 18.3563 14.955 18.3563H15.045C15.8893 18.3563 16.5738 19.0408 16.5738 19.8851Z", fill: "#DF4141" }) }));
26
15
  };
27
16
  export default Error;
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
13
2
  var Expand = function (_a) {
14
3
  var _b = _a.direction, direction = _b === void 0 ? 'down' : _b, color = _a.color, width = _a.width, getStyles = _a.getStyles;
@@ -22,6 +11,6 @@ var Expand = function (_a) {
22
11
  degree: deg[direction],
23
12
  color: color,
24
13
  });
25
- return (_jsxs("svg", __assign({ width: width || '12', height: width || '12', viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style }, { children: [_jsx("rect", { x: "0.492676", y: "0.873535", width: "10", height: "10", rx: "5", fill: color === 'white' ? 'transparent' : 'white' }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.63257 3.36583C2.63257 3.17107 2.79045 3.01318 2.98522 3.01318H4.23908C4.43384 3.01318 4.59173 3.17107 4.59173 3.36583C4.59173 3.56059 4.43384 3.71848 4.23908 3.71848H3.83658L4.8019 4.6838C4.93962 4.82151 4.93962 5.0448 4.8019 5.18252C4.66418 5.32023 4.4409 5.32023 4.30318 5.18252L3.33786 4.2172V4.61969C3.33786 4.81445 3.17998 4.97234 2.98522 4.97234C2.79045 4.97234 2.63257 4.81445 2.63257 4.61969V3.36583ZM6.7468 3.01318H8.00066C8.19542 3.01318 8.35331 3.17107 8.35331 3.36583V4.61969C8.35331 4.81445 8.19542 4.97234 8.00066 4.97234C7.8059 4.97234 7.64801 4.81445 7.64801 4.61969V4.2172L6.68269 5.18252C6.54497 5.32023 6.32169 5.32023 6.18397 5.18252C6.04625 5.0448 6.04625 4.82151 6.18397 4.6838L7.14929 3.71848H6.7468C6.55204 3.71848 6.39415 3.56059 6.39415 3.36583C6.39415 3.17107 6.55204 3.01318 6.7468 3.01318ZM4.8019 6.56459C4.93962 6.70231 4.93962 6.92559 4.8019 7.06331L3.83658 8.02862H4.23908C4.43384 8.02862 4.59173 8.18651 4.59173 8.38127C4.59173 8.57603 4.43384 8.73392 4.23908 8.73392H2.98522C2.79045 8.73392 2.63257 8.57603 2.63257 8.38127V7.12741C2.63257 6.93265 2.79045 6.77476 2.98522 6.77476C3.17998 6.77476 3.33786 6.93265 3.33786 7.12741V7.5299L4.30318 6.56459C4.4409 6.42687 4.66418 6.42687 4.8019 6.56459ZM6.18397 6.56459C6.32169 6.42687 6.54497 6.42687 6.68269 6.56459L7.64801 7.52991V7.12741C7.64801 6.93265 7.8059 6.77476 8.00066 6.77476C8.19542 6.77476 8.35331 6.93265 8.35331 7.12741V8.38127C8.35331 8.57603 8.19542 8.73392 8.00066 8.73392H6.7468C6.55204 8.73392 6.39415 8.57603 6.39415 8.38127C6.39415 8.18651 6.55204 8.02862 6.7468 8.02862H7.14929L6.18397 7.06331C6.04625 6.92559 6.04625 6.70231 6.18397 6.56459Z", fill: "#161420" })] })));
14
+ return (_jsxs("svg", { width: width || '12', height: width || '12', viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: [_jsx("rect", { x: "0.492676", y: "0.873535", width: "10", height: "10", rx: "5", fill: color === 'white' ? 'transparent' : 'white' }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.63257 3.36583C2.63257 3.17107 2.79045 3.01318 2.98522 3.01318H4.23908C4.43384 3.01318 4.59173 3.17107 4.59173 3.36583C4.59173 3.56059 4.43384 3.71848 4.23908 3.71848H3.83658L4.8019 4.6838C4.93962 4.82151 4.93962 5.0448 4.8019 5.18252C4.66418 5.32023 4.4409 5.32023 4.30318 5.18252L3.33786 4.2172V4.61969C3.33786 4.81445 3.17998 4.97234 2.98522 4.97234C2.79045 4.97234 2.63257 4.81445 2.63257 4.61969V3.36583ZM6.7468 3.01318H8.00066C8.19542 3.01318 8.35331 3.17107 8.35331 3.36583V4.61969C8.35331 4.81445 8.19542 4.97234 8.00066 4.97234C7.8059 4.97234 7.64801 4.81445 7.64801 4.61969V4.2172L6.68269 5.18252C6.54497 5.32023 6.32169 5.32023 6.18397 5.18252C6.04625 5.0448 6.04625 4.82151 6.18397 4.6838L7.14929 3.71848H6.7468C6.55204 3.71848 6.39415 3.56059 6.39415 3.36583C6.39415 3.17107 6.55204 3.01318 6.7468 3.01318ZM4.8019 6.56459C4.93962 6.70231 4.93962 6.92559 4.8019 7.06331L3.83658 8.02862H4.23908C4.43384 8.02862 4.59173 8.18651 4.59173 8.38127C4.59173 8.57603 4.43384 8.73392 4.23908 8.73392H2.98522C2.79045 8.73392 2.63257 8.57603 2.63257 8.38127V7.12741C2.63257 6.93265 2.79045 6.77476 2.98522 6.77476C3.17998 6.77476 3.33786 6.93265 3.33786 7.12741V7.5299L4.30318 6.56459C4.4409 6.42687 4.66418 6.42687 4.8019 6.56459ZM6.18397 6.56459C6.32169 6.42687 6.54497 6.42687 6.68269 6.56459L7.64801 7.52991V7.12741C7.64801 6.93265 7.8059 6.77476 8.00066 6.77476C8.19542 6.77476 8.35331 6.93265 8.35331 7.12741V8.38127C8.35331 8.57603 8.19542 8.73392 8.00066 8.73392H6.7468C6.55204 8.73392 6.39415 8.57603 6.39415 8.38127C6.39415 8.18651 6.55204 8.02862 6.7468 8.02862H7.14929L6.18397 7.06331C6.04625 6.92559 6.04625 6.70231 6.18397 6.56459Z", fill: "#161420" })] }));
26
15
  };
27
16
  export default Expand;
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
13
2
  var Explorer = function (_a) {
14
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;
@@ -22,6 +11,6 @@ var Explorer = function (_a) {
22
11
  degree: deg[direction],
23
12
  color: color,
24
13
  });
25
- return (_jsxs("svg", __assign({ width: width || '123', viewBox: "0 0 123 123", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style }, { children: [_jsx("path", { fill: "#21325B", d: "M25.79 58.415a5.157 5.157 0 015.181-5.156l8.59.028a5.164 5.164 0 015.164 5.164v32.48c.967-.287 2.209-.593 3.568-.913a4.3 4.3 0 003.317-4.187V45.54a5.165 5.165 0 015.164-5.165h8.607a5.165 5.165 0 015.164 5.165v37.393s2.155-.872 4.254-1.758a4.311 4.311 0 002.632-3.967V32.63a5.164 5.164 0 015.163-5.164H91.2a5.164 5.164 0 015.164 5.164V69.34c7.462-5.408 15.024-11.912 21.025-19.733a8.662 8.662 0 001.319-8.092A60.792 60.792 0 0060.567.686 60.788 60.788 0 008.577 91.75a7.688 7.688 0 007.334 3.8c1.628-.143 3.655-.346 6.065-.63a4.3 4.3 0 003.815-4.268l-.001-32.236z" }), _jsx("path", { fill: "#979695", d: "M25.602 110.51a60.813 60.813 0 0063.371 5.013 60.815 60.815 0 0033.212-54.203c0-1.4-.065-2.785-.158-4.162-22.219 33.138-63.244 48.63-96.423 53.347" })] })));
14
+ return (_jsxs("svg", { width: width || '123', viewBox: "0 0 123 123", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: [_jsx("path", { fill: "#21325B", d: "M25.79 58.415a5.157 5.157 0 015.181-5.156l8.59.028a5.164 5.164 0 015.164 5.164v32.48c.967-.287 2.209-.593 3.568-.913a4.3 4.3 0 003.317-4.187V45.54a5.165 5.165 0 015.164-5.165h8.607a5.165 5.165 0 015.164 5.165v37.393s2.155-.872 4.254-1.758a4.311 4.311 0 002.632-3.967V32.63a5.164 5.164 0 015.163-5.164H91.2a5.164 5.164 0 015.164 5.164V69.34c7.462-5.408 15.024-11.912 21.025-19.733a8.662 8.662 0 001.319-8.092A60.792 60.792 0 0060.567.686 60.788 60.788 0 008.577 91.75a7.688 7.688 0 007.334 3.8c1.628-.143 3.655-.346 6.065-.63a4.3 4.3 0 003.815-4.268l-.001-32.236z" }), _jsx("path", { fill: "#979695", d: "M25.602 110.51a60.813 60.813 0 0063.371 5.013 60.815 60.815 0 0033.212-54.203c0-1.4-.065-2.785-.158-4.162-22.219 33.138-63.244 48.63-96.423 53.347" })] }));
26
15
  };
27
16
  export default Explorer;
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "theme-ui/jsx-runtime";
13
2
  var External = function (_a) {
14
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;
@@ -22,6 +11,6 @@ var External = function (_a) {
22
11
  degree: deg[direction],
23
12
  color: color,
24
13
  });
25
- return (_jsx("svg", __assign({ width: width || '11', viewBox: "0 0 11 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style }, { children: _jsx("path", { d: "M9.16667 10.2778H1.83333C1.49722 10.2778 1.22222 10.0028 1.22222 9.66667V2.33333C1.22222 1.99722 1.49722 1.72222 1.83333 1.72222H4.88889C5.225 1.72222 5.5 1.44722 5.5 1.11111C5.5 0.775 5.225 0.5 4.88889 0.5H1.22222C0.543889 0.5 0 1.05 0 1.72222V10.2778C0 10.95 0.55 11.5 1.22222 11.5H9.77778C10.45 11.5 11 10.95 11 10.2778V6.61111C11 6.275 10.725 6 10.3889 6C10.0528 6 9.77778 6.275 9.77778 6.61111V9.66667C9.77778 10.0028 9.50278 10.2778 9.16667 10.2778ZM6.72222 1.11111C6.72222 1.44722 6.99722 1.72222 7.33333 1.72222H8.91611L3.33667 7.30167C3.09833 7.54 3.09833 7.925 3.33667 8.16333C3.575 8.40167 3.96 8.40167 4.19833 8.16333L9.77778 2.58389V4.16667C9.77778 4.50278 10.0528 4.77778 10.3889 4.77778C10.725 4.77778 11 4.50278 11 4.16667V1.11111C11 0.775 10.725 0.5 10.3889 0.5H7.33333C6.99722 0.5 6.72222 0.775 6.72222 1.11111Z", fill: "#4D4040" }) })));
14
+ return (_jsx("svg", { width: width || '11', viewBox: "0 0 11 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: _jsx("path", { d: "M9.16667 10.2778H1.83333C1.49722 10.2778 1.22222 10.0028 1.22222 9.66667V2.33333C1.22222 1.99722 1.49722 1.72222 1.83333 1.72222H4.88889C5.225 1.72222 5.5 1.44722 5.5 1.11111C5.5 0.775 5.225 0.5 4.88889 0.5H1.22222C0.543889 0.5 0 1.05 0 1.72222V10.2778C0 10.95 0.55 11.5 1.22222 11.5H9.77778C10.45 11.5 11 10.95 11 10.2778V6.61111C11 6.275 10.725 6 10.3889 6C10.0528 6 9.77778 6.275 9.77778 6.61111V9.66667C9.77778 10.0028 9.50278 10.2778 9.16667 10.2778ZM6.72222 1.11111C6.72222 1.44722 6.99722 1.72222 7.33333 1.72222H8.91611L3.33667 7.30167C3.09833 7.54 3.09833 7.925 3.33667 8.16333C3.575 8.40167 3.96 8.40167 4.19833 8.16333L9.77778 2.58389V4.16667C9.77778 4.50278 10.0528 4.77778 10.3889 4.77778C10.725 4.77778 11 4.50278 11 4.16667V1.11111C11 0.775 10.725 0.5 10.3889 0.5H7.33333C6.99722 0.5 6.72222 0.775 6.72222 1.11111Z", fill: "#4D4040" }) }));
26
15
  };
27
16
  export default External;
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
13
2
  var Farm = function (_a) {
14
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;
@@ -22,6 +11,6 @@ var Farm = function (_a) {
22
11
  degree: deg[direction],
23
12
  color: color,
24
13
  });
25
- return (_jsxs("svg", __assign({ width: width || '28', viewBox: "0 0 27 28", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style }, { children: [_jsx("path", { d: "M5.71448 24.3789V28.0001H0.693432C0.145681 28.0001 -0.189056 27.3915 0.11525 26.9351C1.0586 25.4135 2.76271 24.3789 4.67984 24.3789H5.71448Z", fill: "#4D4040" }), _jsx("path", { d: "M23.6382 28.0001H18.6172V24.3789H19.6823C21.5994 24.3789 23.2731 25.3831 24.2468 26.9351C24.5207 27.3915 24.186 28.0001 23.6382 28.0001Z", fill: "#4D4040" }), _jsx("path", { d: "M10.0052 11.5065C10.1877 11.6587 10.279 11.9021 10.279 12.1456V12.4499C10.279 12.9368 9.853 13.3628 9.33568 13.3628C8.81836 13.3628 8.39233 12.9672 8.39233 12.4499V12.1456C8.39233 11.6587 8.81836 11.2327 9.33568 11.2327C9.60956 11.2327 9.853 11.3544 10.0052 11.5065Z", fill: "#4D4040" }), _jsx("path", { d: "M11.8918 15.4932C11.831 15.6149 11.6788 15.6758 11.5267 15.6149L10.9181 15.3411C10.7963 15.2802 10.7355 15.128 10.7963 14.9759C10.8268 14.8846 10.9485 14.8237 11.0398 14.8237C11.0702 14.8237 11.1006 14.8237 11.1311 14.8542L11.7397 15.128C11.8918 15.2193 11.9527 15.3715 11.8918 15.4932Z", fill: "#4D4040" }), _jsx("path", { d: "M13.5352 15.0062C13.596 15.1279 13.5351 15.3105 13.4134 15.3713L12.8048 15.6452C12.6831 15.7061 12.5309 15.6452 12.4396 15.5235C12.3788 15.4018 12.4396 15.2192 12.5614 15.1583L13.17 14.8844C13.2004 14.854 13.2308 14.854 13.2613 14.854C13.4134 14.854 13.5047 14.9149 13.5352 15.0062Z", fill: "#4D4040" }), _jsx("path", { d: "M15.6653 11.5065C15.8479 11.6587 15.9392 11.9021 15.9392 12.1456V12.4499C15.9392 12.9368 15.5132 13.3628 14.9958 13.3628C14.4785 13.3628 14.0525 12.9672 14.0525 12.4499V12.1456C14.0525 11.6587 14.4785 11.2327 14.9958 11.2327C15.2697 11.2327 15.5132 11.3544 15.6653 11.5065Z", fill: "#4D4040" }), _jsx("path", { d: "M9.33568 13.3628C8.81836 13.3628 8.39233 12.9672 8.39233 12.4499V12.1456C8.39233 11.6587 8.81836 11.2327 9.33568 11.2327C9.60956 11.2327 9.82257 11.324 10.0052 11.5065C10.1877 11.6587 10.279 11.9021 10.279 12.1456V12.4499C10.279 12.9368 9.853 13.3628 9.33568 13.3628Z", fill: "#4D4040" }), _jsx("path", { d: "M11.7701 15.1583C11.8918 15.2192 11.9527 15.3713 11.8918 15.5235C11.831 15.6452 11.6788 15.7061 11.5267 15.6452L10.9181 15.3713C10.7963 15.3105 10.7355 15.1583 10.7963 15.0062C10.8268 14.9149 10.9485 14.854 11.0398 14.854C11.0702 14.854 11.1006 14.854 11.1311 14.8844L11.7701 15.1583Z", fill: "#4D4040" }), _jsx("path", { d: "M13.5352 15.0062C13.596 15.1279 13.5351 15.3105 13.4134 15.3713L12.8048 15.6452C12.6831 15.7061 12.5309 15.6452 12.4396 15.5235C12.3788 15.4018 12.4396 15.2192 12.5614 15.1583L13.17 14.8844C13.2004 14.854 13.2308 14.854 13.2613 14.854C13.4134 14.854 13.5047 14.9149 13.5352 15.0062Z", fill: "#4D4040" }), _jsx("path", { d: "M14.9958 11.2327C15.2697 11.2327 15.4827 11.324 15.6653 11.5065C15.8479 11.6587 15.9392 11.9021 15.9392 12.1456V12.4499C15.9392 12.9368 15.5132 13.3628 14.9958 13.3628C14.4785 13.3628 14.0525 12.9672 14.0525 12.4499V12.1456C14.0525 11.6283 14.4785 11.2327 14.9958 11.2327Z", fill: "#4D4040" }), _jsx("path", { d: "M11.8918 15.4932C11.831 15.6149 11.6788 15.6758 11.5267 15.6149L10.9181 15.3411C10.7963 15.2802 10.7355 15.128 10.7963 14.9759C10.8268 14.8846 10.9485 14.8237 11.0398 14.8237C11.0702 14.8237 11.1006 14.8237 11.1311 14.8542L11.7397 15.128C11.8918 15.2193 11.9527 15.3715 11.8918 15.4932Z", fill: "#4D4040" }), _jsx("path", { d: "M13.4134 15.3411L12.8048 15.6149C12.6831 15.6758 12.5309 15.6149 12.4396 15.4932C12.3788 15.3715 12.4396 15.1889 12.5614 15.128L13.17 14.8542C13.2004 14.8237 13.2308 14.8237 13.2613 14.8237C13.3526 14.8237 13.4439 14.8846 13.5047 14.9759C13.596 15.128 13.5351 15.3106 13.4134 15.3411Z", fill: "#4D4040" }), _jsx("path", { d: "M10.279 12.1456V12.4499C10.279 12.9368 9.853 13.3628 9.33568 13.3628C8.81836 13.3628 8.39233 12.9672 8.39233 12.4499V12.1456C8.39233 11.6587 8.81836 11.2327 9.33568 11.2327C9.60956 11.2327 9.82257 11.324 10.0052 11.5065C10.1877 11.6587 10.279 11.9021 10.279 12.1456Z", fill: "#4D4040" }), _jsx("path", { d: "M15.9392 12.1456V12.4499C15.9392 12.9368 15.5132 13.3628 14.9958 13.3628C14.4785 13.3628 14.0525 12.9672 14.0525 12.4499V12.1456C14.0525 11.6587 14.4785 11.2327 14.9958 11.2327C15.2697 11.2327 15.4827 11.324 15.6653 11.5065C15.8479 11.6587 15.9392 11.9021 15.9392 12.1456Z", fill: "#4D4040" }), _jsx("path", { d: "M26.0726 20.0576C26.0117 19.875 25.8292 19.7837 25.677 19.8446C25.2814 19.9663 24.8858 20.088 24.5206 20.1793L24.8554 18.6578C24.8858 18.4752 24.7945 18.3231 24.6119 18.2926C24.4598 18.2622 24.2772 18.3535 24.2468 18.5361L23.8512 20.3619C21.2646 20.9401 19.3474 20.8184 17.9781 20.4532C19.3779 19.2664 20.2299 17.6536 20.2299 15.8582C20.2299 15.4626 20.1995 15.067 20.1082 14.7018C20.1082 14.6714 20.1082 14.641 20.0778 14.641C20.0778 14.6105 20.0473 14.5801 20.0473 14.5497C20.4125 14.3975 20.8081 14.0932 21.1733 13.6063C22.0253 12.5413 21.9949 10.9589 21.3559 10.0155H22.0558C22.6644 10.0155 23.2426 9.77207 23.6686 9.34604C24.0642 8.92001 24.3381 8.37226 24.3381 7.73322C24.3381 7.30719 24.0033 6.97245 23.5773 6.97245H19.317V3.62508C19.317 3.50336 19.317 3.41207 19.317 3.29035C19.1649 1.12978 17.0956 -0.330893 14.9959 0.0647046C13.0787 0.429872 11.2225 0.460302 9.39664 0.0951352C7.2665 -0.330893 5.16678 1.12978 5.01463 3.29035C5.01463 3.38164 5.01463 3.50336 5.01463 3.59465V6.88116H0.784776C0.571762 6.88116 0.389179 6.97245 0.267457 7.09417C0.115304 7.2159 0.0544434 7.42891 0.0544434 7.64192C0.0544434 8.88958 1.05865 9.92422 2.30631 9.92422H2.94535C2.30631 10.8676 2.30631 12.4195 3.12793 13.515C3.4931 14.0019 3.91913 14.3062 4.2843 14.4584C4.2843 14.4888 4.2843 14.5192 4.25387 14.5497C4.25387 14.5801 4.25387 14.6105 4.22343 14.641C4.13214 15.0061 4.10171 15.4017 4.10171 15.7973C4.10171 18.5056 6.0797 20.8488 8.90975 21.8834C8.97061 21.9139 9.03147 21.9139 9.09233 21.9443V24.3483H7.99683V28H16.3348V24.3788H15.1785V21.9747C15.9696 21.7009 16.7 21.3661 17.339 20.9097C18.1607 21.1835 19.1649 21.3661 20.4125 21.3661C20.8081 21.3661 21.2341 21.3357 21.6602 21.3053C21.6906 21.3357 21.721 21.3357 21.7515 21.3661L25.0684 22.5833C25.0988 22.5833 25.1293 22.6138 25.1597 22.6138C25.2814 22.6138 25.4031 22.5225 25.464 22.4008C25.5249 22.2486 25.4336 22.066 25.2814 22.0052L22.9687 21.1531C23.8512 21.001 24.825 20.7879 25.89 20.4532C26.0422 20.3923 26.1335 20.2098 26.0726 20.0576ZM17.3999 15.0974C17.552 15.5235 17.6738 16.0103 17.6738 16.3755C17.6738 17.6232 17.0956 18.7795 16.1827 19.6316C15.361 19.1143 14.9654 18.5665 14.8133 18.3231C14.935 18.2013 15.0263 18.0492 15.1176 17.897C15.2089 17.7449 15.1785 17.5623 15.0263 17.471C14.8741 17.3797 14.6916 17.4101 14.6003 17.5623C14.083 18.3535 13.17 18.8404 12.1658 18.8404C11.1616 18.8404 10.2183 18.3535 9.73138 17.5623C9.64008 17.4101 9.4575 17.3797 9.30534 17.471C9.15319 17.5623 9.12276 17.7753 9.21405 17.897C9.82266 18.8708 10.979 19.449 12.1963 19.449C12.9874 19.449 13.7482 19.1751 14.3568 18.7491C14.5394 19.0534 14.9654 19.5707 15.6653 20.0576C14.722 20.7271 13.5048 21.1227 12.1963 21.1227C9.15319 21.1227 6.68832 18.9925 6.68832 16.3451C6.68832 15.9799 6.81004 15.493 6.96219 15.067C7.14477 14.4888 7.05348 13.8802 6.74918 13.3629C6.65788 13.2412 6.59702 13.1194 6.53616 12.9977C6.35358 12.6021 6.26228 12.1761 6.26228 11.7501C6.26228 11.0806 6.4753 10.472 6.84047 9.95465H17.5216C17.8868 10.472 18.0998 11.0806 18.0998 11.7501C18.0998 12.2065 18.0085 12.6325 17.8259 13.0281C17.7651 13.1499 17.7042 13.2716 17.6129 13.3933C17.3086 13.9106 17.2173 14.5497 17.3999 15.0974Z", fill: "#4D4040" })] })));
14
+ return (_jsxs("svg", { width: width || '28', viewBox: "0 0 27 28", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: [_jsx("path", { d: "M5.71448 24.3789V28.0001H0.693432C0.145681 28.0001 -0.189056 27.3915 0.11525 26.9351C1.0586 25.4135 2.76271 24.3789 4.67984 24.3789H5.71448Z", fill: "#4D4040" }), _jsx("path", { d: "M23.6382 28.0001H18.6172V24.3789H19.6823C21.5994 24.3789 23.2731 25.3831 24.2468 26.9351C24.5207 27.3915 24.186 28.0001 23.6382 28.0001Z", fill: "#4D4040" }), _jsx("path", { d: "M10.0052 11.5065C10.1877 11.6587 10.279 11.9021 10.279 12.1456V12.4499C10.279 12.9368 9.853 13.3628 9.33568 13.3628C8.81836 13.3628 8.39233 12.9672 8.39233 12.4499V12.1456C8.39233 11.6587 8.81836 11.2327 9.33568 11.2327C9.60956 11.2327 9.853 11.3544 10.0052 11.5065Z", fill: "#4D4040" }), _jsx("path", { d: "M11.8918 15.4932C11.831 15.6149 11.6788 15.6758 11.5267 15.6149L10.9181 15.3411C10.7963 15.2802 10.7355 15.128 10.7963 14.9759C10.8268 14.8846 10.9485 14.8237 11.0398 14.8237C11.0702 14.8237 11.1006 14.8237 11.1311 14.8542L11.7397 15.128C11.8918 15.2193 11.9527 15.3715 11.8918 15.4932Z", fill: "#4D4040" }), _jsx("path", { d: "M13.5352 15.0062C13.596 15.1279 13.5351 15.3105 13.4134 15.3713L12.8048 15.6452C12.6831 15.7061 12.5309 15.6452 12.4396 15.5235C12.3788 15.4018 12.4396 15.2192 12.5614 15.1583L13.17 14.8844C13.2004 14.854 13.2308 14.854 13.2613 14.854C13.4134 14.854 13.5047 14.9149 13.5352 15.0062Z", fill: "#4D4040" }), _jsx("path", { d: "M15.6653 11.5065C15.8479 11.6587 15.9392 11.9021 15.9392 12.1456V12.4499C15.9392 12.9368 15.5132 13.3628 14.9958 13.3628C14.4785 13.3628 14.0525 12.9672 14.0525 12.4499V12.1456C14.0525 11.6587 14.4785 11.2327 14.9958 11.2327C15.2697 11.2327 15.5132 11.3544 15.6653 11.5065Z", fill: "#4D4040" }), _jsx("path", { d: "M9.33568 13.3628C8.81836 13.3628 8.39233 12.9672 8.39233 12.4499V12.1456C8.39233 11.6587 8.81836 11.2327 9.33568 11.2327C9.60956 11.2327 9.82257 11.324 10.0052 11.5065C10.1877 11.6587 10.279 11.9021 10.279 12.1456V12.4499C10.279 12.9368 9.853 13.3628 9.33568 13.3628Z", fill: "#4D4040" }), _jsx("path", { d: "M11.7701 15.1583C11.8918 15.2192 11.9527 15.3713 11.8918 15.5235C11.831 15.6452 11.6788 15.7061 11.5267 15.6452L10.9181 15.3713C10.7963 15.3105 10.7355 15.1583 10.7963 15.0062C10.8268 14.9149 10.9485 14.854 11.0398 14.854C11.0702 14.854 11.1006 14.854 11.1311 14.8844L11.7701 15.1583Z", fill: "#4D4040" }), _jsx("path", { d: "M13.5352 15.0062C13.596 15.1279 13.5351 15.3105 13.4134 15.3713L12.8048 15.6452C12.6831 15.7061 12.5309 15.6452 12.4396 15.5235C12.3788 15.4018 12.4396 15.2192 12.5614 15.1583L13.17 14.8844C13.2004 14.854 13.2308 14.854 13.2613 14.854C13.4134 14.854 13.5047 14.9149 13.5352 15.0062Z", fill: "#4D4040" }), _jsx("path", { d: "M14.9958 11.2327C15.2697 11.2327 15.4827 11.324 15.6653 11.5065C15.8479 11.6587 15.9392 11.9021 15.9392 12.1456V12.4499C15.9392 12.9368 15.5132 13.3628 14.9958 13.3628C14.4785 13.3628 14.0525 12.9672 14.0525 12.4499V12.1456C14.0525 11.6283 14.4785 11.2327 14.9958 11.2327Z", fill: "#4D4040" }), _jsx("path", { d: "M11.8918 15.4932C11.831 15.6149 11.6788 15.6758 11.5267 15.6149L10.9181 15.3411C10.7963 15.2802 10.7355 15.128 10.7963 14.9759C10.8268 14.8846 10.9485 14.8237 11.0398 14.8237C11.0702 14.8237 11.1006 14.8237 11.1311 14.8542L11.7397 15.128C11.8918 15.2193 11.9527 15.3715 11.8918 15.4932Z", fill: "#4D4040" }), _jsx("path", { d: "M13.4134 15.3411L12.8048 15.6149C12.6831 15.6758 12.5309 15.6149 12.4396 15.4932C12.3788 15.3715 12.4396 15.1889 12.5614 15.128L13.17 14.8542C13.2004 14.8237 13.2308 14.8237 13.2613 14.8237C13.3526 14.8237 13.4439 14.8846 13.5047 14.9759C13.596 15.128 13.5351 15.3106 13.4134 15.3411Z", fill: "#4D4040" }), _jsx("path", { d: "M10.279 12.1456V12.4499C10.279 12.9368 9.853 13.3628 9.33568 13.3628C8.81836 13.3628 8.39233 12.9672 8.39233 12.4499V12.1456C8.39233 11.6587 8.81836 11.2327 9.33568 11.2327C9.60956 11.2327 9.82257 11.324 10.0052 11.5065C10.1877 11.6587 10.279 11.9021 10.279 12.1456Z", fill: "#4D4040" }), _jsx("path", { d: "M15.9392 12.1456V12.4499C15.9392 12.9368 15.5132 13.3628 14.9958 13.3628C14.4785 13.3628 14.0525 12.9672 14.0525 12.4499V12.1456C14.0525 11.6587 14.4785 11.2327 14.9958 11.2327C15.2697 11.2327 15.4827 11.324 15.6653 11.5065C15.8479 11.6587 15.9392 11.9021 15.9392 12.1456Z", fill: "#4D4040" }), _jsx("path", { d: "M26.0726 20.0576C26.0117 19.875 25.8292 19.7837 25.677 19.8446C25.2814 19.9663 24.8858 20.088 24.5206 20.1793L24.8554 18.6578C24.8858 18.4752 24.7945 18.3231 24.6119 18.2926C24.4598 18.2622 24.2772 18.3535 24.2468 18.5361L23.8512 20.3619C21.2646 20.9401 19.3474 20.8184 17.9781 20.4532C19.3779 19.2664 20.2299 17.6536 20.2299 15.8582C20.2299 15.4626 20.1995 15.067 20.1082 14.7018C20.1082 14.6714 20.1082 14.641 20.0778 14.641C20.0778 14.6105 20.0473 14.5801 20.0473 14.5497C20.4125 14.3975 20.8081 14.0932 21.1733 13.6063C22.0253 12.5413 21.9949 10.9589 21.3559 10.0155H22.0558C22.6644 10.0155 23.2426 9.77207 23.6686 9.34604C24.0642 8.92001 24.3381 8.37226 24.3381 7.73322C24.3381 7.30719 24.0033 6.97245 23.5773 6.97245H19.317V3.62508C19.317 3.50336 19.317 3.41207 19.317 3.29035C19.1649 1.12978 17.0956 -0.330893 14.9959 0.0647046C13.0787 0.429872 11.2225 0.460302 9.39664 0.0951352C7.2665 -0.330893 5.16678 1.12978 5.01463 3.29035C5.01463 3.38164 5.01463 3.50336 5.01463 3.59465V6.88116H0.784776C0.571762 6.88116 0.389179 6.97245 0.267457 7.09417C0.115304 7.2159 0.0544434 7.42891 0.0544434 7.64192C0.0544434 8.88958 1.05865 9.92422 2.30631 9.92422H2.94535C2.30631 10.8676 2.30631 12.4195 3.12793 13.515C3.4931 14.0019 3.91913 14.3062 4.2843 14.4584C4.2843 14.4888 4.2843 14.5192 4.25387 14.5497C4.25387 14.5801 4.25387 14.6105 4.22343 14.641C4.13214 15.0061 4.10171 15.4017 4.10171 15.7973C4.10171 18.5056 6.0797 20.8488 8.90975 21.8834C8.97061 21.9139 9.03147 21.9139 9.09233 21.9443V24.3483H7.99683V28H16.3348V24.3788H15.1785V21.9747C15.9696 21.7009 16.7 21.3661 17.339 20.9097C18.1607 21.1835 19.1649 21.3661 20.4125 21.3661C20.8081 21.3661 21.2341 21.3357 21.6602 21.3053C21.6906 21.3357 21.721 21.3357 21.7515 21.3661L25.0684 22.5833C25.0988 22.5833 25.1293 22.6138 25.1597 22.6138C25.2814 22.6138 25.4031 22.5225 25.464 22.4008C25.5249 22.2486 25.4336 22.066 25.2814 22.0052L22.9687 21.1531C23.8512 21.001 24.825 20.7879 25.89 20.4532C26.0422 20.3923 26.1335 20.2098 26.0726 20.0576ZM17.3999 15.0974C17.552 15.5235 17.6738 16.0103 17.6738 16.3755C17.6738 17.6232 17.0956 18.7795 16.1827 19.6316C15.361 19.1143 14.9654 18.5665 14.8133 18.3231C14.935 18.2013 15.0263 18.0492 15.1176 17.897C15.2089 17.7449 15.1785 17.5623 15.0263 17.471C14.8741 17.3797 14.6916 17.4101 14.6003 17.5623C14.083 18.3535 13.17 18.8404 12.1658 18.8404C11.1616 18.8404 10.2183 18.3535 9.73138 17.5623C9.64008 17.4101 9.4575 17.3797 9.30534 17.471C9.15319 17.5623 9.12276 17.7753 9.21405 17.897C9.82266 18.8708 10.979 19.449 12.1963 19.449C12.9874 19.449 13.7482 19.1751 14.3568 18.7491C14.5394 19.0534 14.9654 19.5707 15.6653 20.0576C14.722 20.7271 13.5048 21.1227 12.1963 21.1227C9.15319 21.1227 6.68832 18.9925 6.68832 16.3451C6.68832 15.9799 6.81004 15.493 6.96219 15.067C7.14477 14.4888 7.05348 13.8802 6.74918 13.3629C6.65788 13.2412 6.59702 13.1194 6.53616 12.9977C6.35358 12.6021 6.26228 12.1761 6.26228 11.7501C6.26228 11.0806 6.4753 10.472 6.84047 9.95465H17.5216C17.8868 10.472 18.0998 11.0806 18.0998 11.7501C18.0998 12.2065 18.0085 12.6325 17.8259 13.0281C17.7651 13.1499 17.7042 13.2716 17.6129 13.3933C17.3086 13.9106 17.2173 14.5497 17.3999 15.0974Z", fill: "#4D4040" })] }));
26
15
  };
27
16
  export default Farm;
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "theme-ui/jsx-runtime";
13
2
  var Fav = function (_a) {
14
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;
@@ -22,6 +11,6 @@ var Fav = function (_a) {
22
11
  degree: deg[direction],
23
12
  color: color,
24
13
  });
25
- return (_jsx("svg", __assign({ width: width || '16', viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style }, { children: _jsx("path", { d: "M3.06 15.7142L4.36 10.0097L0 6.17286L5.76 5.66535L8 0.285645L10.24 5.66535L16 6.17286L11.64 10.0097L12.94 15.7142L8 12.6894L3.06 15.7142Z", fill: "#4D4040" }) })));
14
+ return (_jsx("svg", { width: width || '16', viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: _jsx("path", { d: "M3.06 15.7142L4.36 10.0097L0 6.17286L5.76 5.66535L8 0.285645L10.24 5.66535L16 6.17286L11.64 10.0097L12.94 15.7142L8 12.6894L3.06 15.7142Z", fill: "#4D4040" }) }));
26
15
  };
27
16
  export default Fav;
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
13
2
  var FilledURL = function (_a) {
14
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;
@@ -22,6 +11,6 @@ var FilledURL = function (_a) {
22
11
  degree: deg[direction],
23
12
  color: color,
24
13
  });
25
- return (_jsxs("svg", __assign({ width: width || '12', height: "12", viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style }, { children: [_jsx("path", { d: "M3.74081 7.50173C3.60975 6.50548 3.60975 5.49562 3.74081 4.49939H7.94338C8.07486 5.49559 8.07486 6.50554 7.94338 7.50173H3.74081Z", fill: "#FAFAFA" }), _jsx("path", { d: "M7.80674 3.73031H3.86725C4.06911 2.85334 4.32918 2.01243 4.88437 1.30146C5.03377 1.11046 5.20791 0.946569 5.42078 0.829841C5.71498 0.669728 6.00575 0.679165 6.294 0.845647C6.57421 1.00765 6.78113 1.2477 6.95985 1.51487C7.36587 2.12232 7.5971 2.80546 7.76754 3.51408C7.78312 3.57869 7.79574 3.64401 7.80975 3.70909C7.80958 3.71626 7.80853 3.72339 7.80674 3.73031Z", fill: "#FAFAFA" }), _jsx("path", { d: "M3.86865 8.26941H7.82989C7.7394 8.58754 7.65991 8.89786 7.56276 9.20203C7.40233 9.7041 7.19611 10.1875 6.87097 10.6001C6.71576 10.7982 6.53506 10.9736 6.33388 11.1215C6.00784 11.3585 5.65979 11.3349 5.32571 11.1135C4.99622 10.8947 4.76892 10.5808 4.57324 10.241C4.22496 9.6319 4.02194 8.96808 3.86865 8.26941Z", fill: "#FAFAFA" }), _jsx("path", { d: "M3.00249 7.51045H2.8783C2.13774 7.51045 1.39741 7.50883 0.655702 7.51282C0.565653 7.51282 0.531969 7.48359 0.511117 7.39634C0.287024 6.4592 0.281985 5.52353 0.518681 4.58806C0.533116 4.53147 0.541589 4.48879 0.616745 4.48926C1.39901 4.49256 2.18151 4.49186 2.96399 4.49256C2.97614 4.49502 2.98803 4.49865 2.99951 4.50341C2.87929 5.50201 2.88029 6.51211 3.00249 7.51045Z", fill: "#FAFAFA" }), _jsx("path", { d: "M8.68457 4.49631C8.72625 4.49419 8.75995 4.49089 8.79341 4.49089C9.54153 4.49089 10.2897 4.49207 11.0378 4.48877C11.1168 4.48877 11.1486 4.50976 11.1686 4.59158C11.3998 5.53623 11.4016 6.47808 11.1636 7.42274C11.1496 7.47769 11.1368 7.51184 11.0696 7.51161C10.2906 7.50959 9.51195 7.50895 8.73384 7.50976C8.71676 7.50785 8.69991 7.50443 8.68341 7.49957C8.80487 6.50245 8.80528 5.49358 8.68457 4.49631Z", fill: "#FAFAFA" }), _jsx("path", { d: "M10.8664 3.7326H8.57021C8.45019 3.14119 8.29527 2.55969 8.0572 2.00577C7.81914 1.45185 7.52219 0.930235 7.07837 0.509075C7.483 0.485494 8.71825 1.10615 9.34218 1.64097C10.0037 2.20974 10.6654 3.1136 10.8664 3.7326Z", fill: "#FAFAFA" }), _jsx("path", { d: "M3.11587 3.7306H0.822693C1.16089 2.41667 3.2373 0.641486 4.61577 0.5C4.16851 0.92988 3.87086 1.44489 3.63256 1.99976C3.39426 2.55462 3.23524 3.13518 3.11587 3.7306Z", fill: "#FAFAFA" }), _jsx("path", { d: "M8.57289 8.26941H10.8617C10.5765 9.53713 8.42098 11.38 7.08099 11.5C7.95174 10.6065 8.31375 9.4647 8.57289 8.26941Z", fill: "#FAFAFA" }), _jsx("path", { d: "M3.11316 8.26941C3.37185 9.46354 3.72953 10.6027 4.59703 11.4899C4.23476 11.5304 2.95253 10.8869 2.33662 10.3533C1.68153 9.78567 0.934325 8.75752 0.824341 8.26941H3.11316Z", fill: "#FAFAFA" })] })));
14
+ return (_jsxs("svg", { width: width || '12', height: "12", viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: [_jsx("path", { d: "M3.74081 7.50173C3.60975 6.50548 3.60975 5.49562 3.74081 4.49939H7.94338C8.07486 5.49559 8.07486 6.50554 7.94338 7.50173H3.74081Z", fill: "#FAFAFA" }), _jsx("path", { d: "M7.80674 3.73031H3.86725C4.06911 2.85334 4.32918 2.01243 4.88437 1.30146C5.03377 1.11046 5.20791 0.946569 5.42078 0.829841C5.71498 0.669728 6.00575 0.679165 6.294 0.845647C6.57421 1.00765 6.78113 1.2477 6.95985 1.51487C7.36587 2.12232 7.5971 2.80546 7.76754 3.51408C7.78312 3.57869 7.79574 3.64401 7.80975 3.70909C7.80958 3.71626 7.80853 3.72339 7.80674 3.73031Z", fill: "#FAFAFA" }), _jsx("path", { d: "M3.86865 8.26941H7.82989C7.7394 8.58754 7.65991 8.89786 7.56276 9.20203C7.40233 9.7041 7.19611 10.1875 6.87097 10.6001C6.71576 10.7982 6.53506 10.9736 6.33388 11.1215C6.00784 11.3585 5.65979 11.3349 5.32571 11.1135C4.99622 10.8947 4.76892 10.5808 4.57324 10.241C4.22496 9.6319 4.02194 8.96808 3.86865 8.26941Z", fill: "#FAFAFA" }), _jsx("path", { d: "M3.00249 7.51045H2.8783C2.13774 7.51045 1.39741 7.50883 0.655702 7.51282C0.565653 7.51282 0.531969 7.48359 0.511117 7.39634C0.287024 6.4592 0.281985 5.52353 0.518681 4.58806C0.533116 4.53147 0.541589 4.48879 0.616745 4.48926C1.39901 4.49256 2.18151 4.49186 2.96399 4.49256C2.97614 4.49502 2.98803 4.49865 2.99951 4.50341C2.87929 5.50201 2.88029 6.51211 3.00249 7.51045Z", fill: "#FAFAFA" }), _jsx("path", { d: "M8.68457 4.49631C8.72625 4.49419 8.75995 4.49089 8.79341 4.49089C9.54153 4.49089 10.2897 4.49207 11.0378 4.48877C11.1168 4.48877 11.1486 4.50976 11.1686 4.59158C11.3998 5.53623 11.4016 6.47808 11.1636 7.42274C11.1496 7.47769 11.1368 7.51184 11.0696 7.51161C10.2906 7.50959 9.51195 7.50895 8.73384 7.50976C8.71676 7.50785 8.69991 7.50443 8.68341 7.49957C8.80487 6.50245 8.80528 5.49358 8.68457 4.49631Z", fill: "#FAFAFA" }), _jsx("path", { d: "M10.8664 3.7326H8.57021C8.45019 3.14119 8.29527 2.55969 8.0572 2.00577C7.81914 1.45185 7.52219 0.930235 7.07837 0.509075C7.483 0.485494 8.71825 1.10615 9.34218 1.64097C10.0037 2.20974 10.6654 3.1136 10.8664 3.7326Z", fill: "#FAFAFA" }), _jsx("path", { d: "M3.11587 3.7306H0.822693C1.16089 2.41667 3.2373 0.641486 4.61577 0.5C4.16851 0.92988 3.87086 1.44489 3.63256 1.99976C3.39426 2.55462 3.23524 3.13518 3.11587 3.7306Z", fill: "#FAFAFA" }), _jsx("path", { d: "M8.57289 8.26941H10.8617C10.5765 9.53713 8.42098 11.38 7.08099 11.5C7.95174 10.6065 8.31375 9.4647 8.57289 8.26941Z", fill: "#FAFAFA" }), _jsx("path", { d: "M3.11316 8.26941C3.37185 9.46354 3.72953 10.6027 4.59703 11.4899C4.23476 11.5304 2.95253 10.8869 2.33662 10.3533C1.68153 9.78567 0.934325 8.75752 0.824341 8.26941H3.11316Z", fill: "#FAFAFA" })] }));
26
15
  };
27
16
  export default FilledURL;
@@ -1,17 +1,6 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "theme-ui/jsx-runtime";
13
2
  var Success = function (_a) {
14
3
  var _b = _a.color, color = _b === void 0 ? '#DF4141' : _b, width = _a.width;
15
- return (_jsx("svg", __assign({ width: width || '10', viewBox: "0 0 11 14", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { d: "M10.2183 6.37303C9.93388 5.73298 9.52048 5.15849 9.00391 4.68553L8.57764 4.29442C8.56316 4.2815 8.54574 4.27234 8.5269 4.26772C8.50806 4.26311 8.48837 4.2632 8.46957 4.26797C8.45077 4.27274 8.43343 4.28206 8.41907 4.2951C8.40471 4.30814 8.39377 4.3245 8.38721 4.34276L8.19678 4.88914C8.07812 5.23192 7.85986 5.58202 7.55078 5.92625C7.53027 5.94823 7.50684 5.95409 7.49072 5.95555C7.47461 5.95702 7.44971 5.95409 7.42773 5.93358C7.40723 5.916 7.39697 5.88963 7.39844 5.86326C7.45264 4.98143 7.18897 3.9868 6.61182 2.90428C6.13428 2.00487 5.4707 1.30321 4.6416 0.813947L4.03662 0.45799C3.95752 0.411115 3.85645 0.472639 3.86084 0.564924L3.89307 1.26805C3.91504 1.74852 3.85938 2.17332 3.72754 2.52635C3.56641 2.95848 3.33496 3.35985 3.03906 3.7202C2.83314 3.97063 2.59974 4.19715 2.34326 4.39549C1.72555 4.87034 1.22326 5.47879 0.874023 6.17528C0.525645 6.87783 0.344175 7.65134 0.34375 8.43553C0.34375 9.12694 0.47998 9.79637 0.749512 10.4277C1.00977 11.0356 1.38534 11.5873 1.85547 12.0522C2.33008 12.521 2.88086 12.8901 3.49463 13.1465C4.13037 13.4131 4.8042 13.5478 5.5 13.5478C6.1958 13.5478 6.86963 13.4131 7.50537 13.1479C8.11763 12.8931 8.67438 12.5214 9.14453 12.0537C9.61914 11.5849 9.99121 11.0371 10.2505 10.4292C10.5196 9.79956 10.6577 9.12172 10.6563 8.43699C10.6563 7.72215 10.5098 7.02782 10.2183 6.37303Z", fill: color }) })));
4
+ return (_jsx("svg", { width: width || '10', viewBox: "0 0 11 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M10.2183 6.37303C9.93388 5.73298 9.52048 5.15849 9.00391 4.68553L8.57764 4.29442C8.56316 4.2815 8.54574 4.27234 8.5269 4.26772C8.50806 4.26311 8.48837 4.2632 8.46957 4.26797C8.45077 4.27274 8.43343 4.28206 8.41907 4.2951C8.40471 4.30814 8.39377 4.3245 8.38721 4.34276L8.19678 4.88914C8.07812 5.23192 7.85986 5.58202 7.55078 5.92625C7.53027 5.94823 7.50684 5.95409 7.49072 5.95555C7.47461 5.95702 7.44971 5.95409 7.42773 5.93358C7.40723 5.916 7.39697 5.88963 7.39844 5.86326C7.45264 4.98143 7.18897 3.9868 6.61182 2.90428C6.13428 2.00487 5.4707 1.30321 4.6416 0.813947L4.03662 0.45799C3.95752 0.411115 3.85645 0.472639 3.86084 0.564924L3.89307 1.26805C3.91504 1.74852 3.85938 2.17332 3.72754 2.52635C3.56641 2.95848 3.33496 3.35985 3.03906 3.7202C2.83314 3.97063 2.59974 4.19715 2.34326 4.39549C1.72555 4.87034 1.22326 5.47879 0.874023 6.17528C0.525645 6.87783 0.344175 7.65134 0.34375 8.43553C0.34375 9.12694 0.47998 9.79637 0.749512 10.4277C1.00977 11.0356 1.38534 11.5873 1.85547 12.0522C2.33008 12.521 2.88086 12.8901 3.49463 13.1465C4.13037 13.4131 4.8042 13.5478 5.5 13.5478C6.1958 13.5478 6.86963 13.4131 7.50537 13.1479C8.11763 12.8931 8.67438 12.5214 9.14453 12.0537C9.61914 11.5849 9.99121 11.0371 10.2505 10.4292C10.5196 9.79956 10.6577 9.12172 10.6563 8.43699C10.6563 7.72215 10.5098 7.02782 10.2183 6.37303Z", fill: color }) }));
16
5
  };
17
6
  export default Success;
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
13
2
  var Frame = function (_a) {
14
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;
@@ -22,6 +11,6 @@ var Frame = function (_a) {
22
11
  degree: deg[direction],
23
12
  color: color,
24
13
  });
25
- return (_jsxs("svg", __assign({ width: width || '25', viewBox: "0 0 25 28", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style }, { children: [_jsx("g", __assign({ clipPath: "url(#clip0_3820_8010)" }, { children: _jsx("path", { d: "M6.42081 8.55251H3.67029C2.99749 8.5524 2.34312 8.76397 1.80698 9.15495C1.27084 9.54593 0.882352 10.0949 0.700773 10.718C0.315349 9.0328 0.963562 5.95727 3.32866 4.55853C3.32866 4.55853 2.50526 7.57508 2.96076 8.33343C2.96076 8.33343 6.29818 7.81102 5.15067 0C5.16819 0 8.51437 2.56997 6.42081 8.55251ZM9.38157 8.55251H7.94499C8.02598 7.98115 8.23176 7.43274 8.54881 6.94333C8.86585 6.45392 9.28698 6.03459 9.78451 5.71291C9.42682 6.6175 9.28899 7.58881 9.38157 8.55251ZM16.3367 3.80861L15.5659 8.55251H12.8153L16.3367 3.80861ZM20.2348 8.6115C20.0362 8.57022 19.8335 8.55044 19.6303 8.55251H17.4229C17.7537 7.63575 17.9569 6.68094 18.0273 5.71291C18.1377 4.11681 17.9296 2.51513 17.4142 0.994282C17.5193 1.04484 20.9093 2.82275 20.2348 8.6115ZM19.9019 10.3978C19.8116 10.3891 19.7206 10.3891 19.6303 10.3978H3.67029C3.51426 10.3967 3.35954 10.4253 3.21506 10.482C3.07057 10.5387 2.93917 10.6223 2.82843 10.728C2.71769 10.8338 2.6298 10.9595 2.56983 11.0981C2.50985 11.2367 2.47897 11.3853 2.47898 11.5354V13.4818H1.0424C0.884387 13.4804 0.728276 13.515 0.586898 13.5829C0.418104 13.6626 0.274616 13.7843 0.17139 13.9355C0.0681641 14.0867 0.00897849 14.2617 2.44868e-06 14.4424V17.1303C0.00108071 17.3182 0.0565655 17.5021 0.160232 17.6613C0.263899 17.8206 0.411646 17.9489 0.586898 18.0319C0.730236 18.0934 0.885469 18.1249 1.0424 18.1246H2.47898V20.2227H1.0424C0.884387 20.2213 0.728276 20.2559 0.586898 20.3238C0.40762 20.4064 0.256904 20.537 0.15281 20.6999C0.0487166 20.8628 -0.00433859 21.0511 2.44868e-06 21.2423V23.9386C-0.000366341 24.1257 0.0546243 24.3091 0.15855 24.4672C0.262475 24.6254 0.411044 24.7518 0.586898 24.8318C0.728276 24.8997 0.884387 24.9343 1.0424 24.9329H2.47898V26.8625C2.47897 27.0126 2.50985 27.1612 2.56983 27.2997C2.6298 27.4383 2.71769 27.5641 2.82843 27.6698C2.93917 27.7756 3.07057 27.8592 3.21506 27.9158C3.35954 27.9725 3.51426 28.0011 3.67029 28H19.6303C19.786 28.0011 19.9403 27.9725 20.0843 27.9157C20.2283 27.8589 20.3591 27.7752 20.4691 27.6693C20.5792 27.5635 20.6662 27.4376 20.7253 27.2991C20.7843 27.1606 20.8141 27.0122 20.8129 26.8625V11.5101C20.8125 11.2533 20.7225 11.0041 20.5574 10.8024C20.3922 10.6007 20.1613 10.4582 19.9019 10.3978ZM7.37562 22.5314L6.4033 23.4667C6.33569 23.5325 6.2552 23.5847 6.16649 23.6203C6.07777 23.6559 5.9826 23.6742 5.88648 23.6742C5.79035 23.6742 5.69518 23.6559 5.60647 23.6203C5.51776 23.5847 5.43727 23.5325 5.36966 23.4667C5.23585 23.3333 5.16108 23.155 5.16108 22.9696C5.16108 22.7842 5.23585 22.606 5.36966 22.4725L6.34198 21.5372C6.48075 21.4084 6.66602 21.3365 6.8588 21.3365C7.05158 21.3365 7.23684 21.4084 7.37562 21.5372C7.44395 21.6022 7.49819 21.6796 7.53521 21.765C7.57223 21.8503 7.59129 21.9418 7.59129 22.0343C7.59129 22.1268 7.57223 22.2183 7.53521 22.3037C7.49819 22.389 7.44395 22.4664 7.37562 22.5314ZM7.37562 16.9112C7.308 16.977 7.22752 17.0291 7.1388 17.0647C7.05009 17.1004 6.95492 17.1187 6.8588 17.1187C6.76267 17.1187 6.6675 17.1004 6.57879 17.0647C6.49008 17.0291 6.40959 16.977 6.34198 16.9112L5.36966 16.0096C5.26687 15.9118 5.19674 15.7867 5.16823 15.6504C5.13972 15.514 5.15413 15.3726 5.20961 15.2441C5.26509 15.1157 5.35912 15.0061 5.47969 14.9293C5.60026 14.8525 5.74189 14.8121 5.88648 14.8131C5.98229 14.812 6.07737 14.8293 6.16613 14.864C6.25489 14.8987 6.33553 14.9502 6.4033 15.0153L7.37562 15.9506C7.50313 16.0805 7.57417 16.2523 7.57417 16.4309C7.57417 16.6095 7.50313 16.7814 7.37562 16.9112ZM10.8094 20.2227C10.6064 20.4192 10.3473 20.5533 10.065 20.608C9.78268 20.6627 9.48983 20.6356 9.22358 20.53C8.95733 20.4244 8.72968 20.2451 8.56949 20.0149C8.40929 19.7847 8.32377 19.5139 8.32377 19.2368C8.32377 18.9598 8.40929 18.689 8.56949 18.4588C8.72968 18.2286 8.95733 18.0493 9.22358 17.9437C9.48983 17.8381 9.78268 17.8109 10.065 17.8656C10.3473 17.9203 10.6064 18.0545 10.8094 18.251C10.9438 18.3804 11.0502 18.5341 11.1224 18.7034C11.1946 18.8726 11.2311 19.0539 11.2299 19.2368C11.2304 19.6059 11.0793 19.9603 10.8094 20.2227ZM14.1906 23.4752C14.1233 23.5415 14.0429 23.5942 13.9542 23.6304C13.8655 23.6666 13.7702 23.6854 13.6738 23.6858C13.4799 23.6814 13.2951 23.6061 13.157 23.4752L12.1847 22.5399C12.0476 22.408 11.9706 22.2292 11.9706 22.0427C11.9706 21.8563 12.0476 21.6774 12.1847 21.5456C12.3217 21.4137 12.5076 21.3397 12.7015 21.3397C12.8953 21.3397 13.0812 21.4137 13.2183 21.5456L14.1906 22.4809C14.3259 22.6119 14.4019 22.7891 14.4019 22.9738C14.4019 23.1585 14.3259 23.3357 14.1906 23.4667V23.4752ZM14.1906 15.9844L13.2183 16.9197C13.1507 16.9854 13.0702 17.0376 12.9815 17.0732C12.8928 17.1088 12.7976 17.1271 12.7015 17.1271C12.6053 17.1271 12.5102 17.1088 12.4215 17.0732C12.3328 17.0376 12.2523 16.9854 12.1847 16.9197C12.0508 16.7862 11.9761 16.608 11.9761 16.4225C11.9761 16.2371 12.0508 16.0589 12.1847 15.9254L13.1395 14.9816C13.2782 14.8529 13.4635 14.781 13.6563 14.781C13.8491 14.781 14.0343 14.8529 14.1731 14.9816C14.3092 15.1145 14.3875 15.2923 14.3921 15.4788C14.3987 15.5759 14.3843 15.6732 14.3496 15.7647C14.3149 15.8561 14.2607 15.9395 14.1906 16.0096V15.9844ZM18.185 22.3208C18.1827 22.4892 18.1115 22.6499 17.9869 22.7682C17.8623 22.8865 17.6943 22.9528 17.5193 22.9528H17.3791C17.2056 22.9506 17.0398 22.8833 16.9171 22.7652C16.7944 22.6472 16.7244 22.4877 16.7221 22.3208V16.5068C16.7244 16.3398 16.7944 16.1804 16.9171 16.0623C17.0398 15.9443 17.2056 15.877 17.3791 15.8748H17.5193C17.6943 15.8748 17.8623 15.9411 17.9869 16.0594C18.1115 16.1777 18.1827 16.3384 18.185 16.5068V22.3208ZM24.527 22.6073C24.1442 23.5763 23.5463 24.4533 22.7751 25.1772V11.5101C22.7763 11.0407 22.6591 10.5781 22.4334 10.1619C22.885 9.59743 23.4513 9.12727 24.0978 8.78002C23.4599 10.6234 23.4599 12.6159 24.0978 14.4592C25.1926 17.0508 25.3439 19.9225 24.527 22.6073Z", fill: "#4D4040" }) })), _jsx("defs", { children: _jsx("clipPath", __assign({ id: "clip0_3820_8010" }, { children: _jsx("rect", { width: "25", height: "28", fill: "white" }) })) })] })));
14
+ return (_jsxs("svg", { width: width || '25', viewBox: "0 0 25 28", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: [_jsx("g", { clipPath: "url(#clip0_3820_8010)", children: _jsx("path", { d: "M6.42081 8.55251H3.67029C2.99749 8.5524 2.34312 8.76397 1.80698 9.15495C1.27084 9.54593 0.882352 10.0949 0.700773 10.718C0.315349 9.0328 0.963562 5.95727 3.32866 4.55853C3.32866 4.55853 2.50526 7.57508 2.96076 8.33343C2.96076 8.33343 6.29818 7.81102 5.15067 0C5.16819 0 8.51437 2.56997 6.42081 8.55251ZM9.38157 8.55251H7.94499C8.02598 7.98115 8.23176 7.43274 8.54881 6.94333C8.86585 6.45392 9.28698 6.03459 9.78451 5.71291C9.42682 6.6175 9.28899 7.58881 9.38157 8.55251ZM16.3367 3.80861L15.5659 8.55251H12.8153L16.3367 3.80861ZM20.2348 8.6115C20.0362 8.57022 19.8335 8.55044 19.6303 8.55251H17.4229C17.7537 7.63575 17.9569 6.68094 18.0273 5.71291C18.1377 4.11681 17.9296 2.51513 17.4142 0.994282C17.5193 1.04484 20.9093 2.82275 20.2348 8.6115ZM19.9019 10.3978C19.8116 10.3891 19.7206 10.3891 19.6303 10.3978H3.67029C3.51426 10.3967 3.35954 10.4253 3.21506 10.482C3.07057 10.5387 2.93917 10.6223 2.82843 10.728C2.71769 10.8338 2.6298 10.9595 2.56983 11.0981C2.50985 11.2367 2.47897 11.3853 2.47898 11.5354V13.4818H1.0424C0.884387 13.4804 0.728276 13.515 0.586898 13.5829C0.418104 13.6626 0.274616 13.7843 0.17139 13.9355C0.0681641 14.0867 0.00897849 14.2617 2.44868e-06 14.4424V17.1303C0.00108071 17.3182 0.0565655 17.5021 0.160232 17.6613C0.263899 17.8206 0.411646 17.9489 0.586898 18.0319C0.730236 18.0934 0.885469 18.1249 1.0424 18.1246H2.47898V20.2227H1.0424C0.884387 20.2213 0.728276 20.2559 0.586898 20.3238C0.40762 20.4064 0.256904 20.537 0.15281 20.6999C0.0487166 20.8628 -0.00433859 21.0511 2.44868e-06 21.2423V23.9386C-0.000366341 24.1257 0.0546243 24.3091 0.15855 24.4672C0.262475 24.6254 0.411044 24.7518 0.586898 24.8318C0.728276 24.8997 0.884387 24.9343 1.0424 24.9329H2.47898V26.8625C2.47897 27.0126 2.50985 27.1612 2.56983 27.2997C2.6298 27.4383 2.71769 27.5641 2.82843 27.6698C2.93917 27.7756 3.07057 27.8592 3.21506 27.9158C3.35954 27.9725 3.51426 28.0011 3.67029 28H19.6303C19.786 28.0011 19.9403 27.9725 20.0843 27.9157C20.2283 27.8589 20.3591 27.7752 20.4691 27.6693C20.5792 27.5635 20.6662 27.4376 20.7253 27.2991C20.7843 27.1606 20.8141 27.0122 20.8129 26.8625V11.5101C20.8125 11.2533 20.7225 11.0041 20.5574 10.8024C20.3922 10.6007 20.1613 10.4582 19.9019 10.3978ZM7.37562 22.5314L6.4033 23.4667C6.33569 23.5325 6.2552 23.5847 6.16649 23.6203C6.07777 23.6559 5.9826 23.6742 5.88648 23.6742C5.79035 23.6742 5.69518 23.6559 5.60647 23.6203C5.51776 23.5847 5.43727 23.5325 5.36966 23.4667C5.23585 23.3333 5.16108 23.155 5.16108 22.9696C5.16108 22.7842 5.23585 22.606 5.36966 22.4725L6.34198 21.5372C6.48075 21.4084 6.66602 21.3365 6.8588 21.3365C7.05158 21.3365 7.23684 21.4084 7.37562 21.5372C7.44395 21.6022 7.49819 21.6796 7.53521 21.765C7.57223 21.8503 7.59129 21.9418 7.59129 22.0343C7.59129 22.1268 7.57223 22.2183 7.53521 22.3037C7.49819 22.389 7.44395 22.4664 7.37562 22.5314ZM7.37562 16.9112C7.308 16.977 7.22752 17.0291 7.1388 17.0647C7.05009 17.1004 6.95492 17.1187 6.8588 17.1187C6.76267 17.1187 6.6675 17.1004 6.57879 17.0647C6.49008 17.0291 6.40959 16.977 6.34198 16.9112L5.36966 16.0096C5.26687 15.9118 5.19674 15.7867 5.16823 15.6504C5.13972 15.514 5.15413 15.3726 5.20961 15.2441C5.26509 15.1157 5.35912 15.0061 5.47969 14.9293C5.60026 14.8525 5.74189 14.8121 5.88648 14.8131C5.98229 14.812 6.07737 14.8293 6.16613 14.864C6.25489 14.8987 6.33553 14.9502 6.4033 15.0153L7.37562 15.9506C7.50313 16.0805 7.57417 16.2523 7.57417 16.4309C7.57417 16.6095 7.50313 16.7814 7.37562 16.9112ZM10.8094 20.2227C10.6064 20.4192 10.3473 20.5533 10.065 20.608C9.78268 20.6627 9.48983 20.6356 9.22358 20.53C8.95733 20.4244 8.72968 20.2451 8.56949 20.0149C8.40929 19.7847 8.32377 19.5139 8.32377 19.2368C8.32377 18.9598 8.40929 18.689 8.56949 18.4588C8.72968 18.2286 8.95733 18.0493 9.22358 17.9437C9.48983 17.8381 9.78268 17.8109 10.065 17.8656C10.3473 17.9203 10.6064 18.0545 10.8094 18.251C10.9438 18.3804 11.0502 18.5341 11.1224 18.7034C11.1946 18.8726 11.2311 19.0539 11.2299 19.2368C11.2304 19.6059 11.0793 19.9603 10.8094 20.2227ZM14.1906 23.4752C14.1233 23.5415 14.0429 23.5942 13.9542 23.6304C13.8655 23.6666 13.7702 23.6854 13.6738 23.6858C13.4799 23.6814 13.2951 23.6061 13.157 23.4752L12.1847 22.5399C12.0476 22.408 11.9706 22.2292 11.9706 22.0427C11.9706 21.8563 12.0476 21.6774 12.1847 21.5456C12.3217 21.4137 12.5076 21.3397 12.7015 21.3397C12.8953 21.3397 13.0812 21.4137 13.2183 21.5456L14.1906 22.4809C14.3259 22.6119 14.4019 22.7891 14.4019 22.9738C14.4019 23.1585 14.3259 23.3357 14.1906 23.4667V23.4752ZM14.1906 15.9844L13.2183 16.9197C13.1507 16.9854 13.0702 17.0376 12.9815 17.0732C12.8928 17.1088 12.7976 17.1271 12.7015 17.1271C12.6053 17.1271 12.5102 17.1088 12.4215 17.0732C12.3328 17.0376 12.2523 16.9854 12.1847 16.9197C12.0508 16.7862 11.9761 16.608 11.9761 16.4225C11.9761 16.2371 12.0508 16.0589 12.1847 15.9254L13.1395 14.9816C13.2782 14.8529 13.4635 14.781 13.6563 14.781C13.8491 14.781 14.0343 14.8529 14.1731 14.9816C14.3092 15.1145 14.3875 15.2923 14.3921 15.4788C14.3987 15.5759 14.3843 15.6732 14.3496 15.7647C14.3149 15.8561 14.2607 15.9395 14.1906 16.0096V15.9844ZM18.185 22.3208C18.1827 22.4892 18.1115 22.6499 17.9869 22.7682C17.8623 22.8865 17.6943 22.9528 17.5193 22.9528H17.3791C17.2056 22.9506 17.0398 22.8833 16.9171 22.7652C16.7944 22.6472 16.7244 22.4877 16.7221 22.3208V16.5068C16.7244 16.3398 16.7944 16.1804 16.9171 16.0623C17.0398 15.9443 17.2056 15.877 17.3791 15.8748H17.5193C17.6943 15.8748 17.8623 15.9411 17.9869 16.0594C18.1115 16.1777 18.1827 16.3384 18.185 16.5068V22.3208ZM24.527 22.6073C24.1442 23.5763 23.5463 24.4533 22.7751 25.1772V11.5101C22.7763 11.0407 22.6591 10.5781 22.4334 10.1619C22.885 9.59743 23.4513 9.12727 24.0978 8.78002C23.4599 10.6234 23.4599 12.6159 24.0978 14.4592C25.1926 17.0508 25.3439 19.9225 24.527 22.6073Z", fill: "#4D4040" }) }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_3820_8010", children: _jsx("rect", { width: "25", height: "28", fill: "white" }) }) })] }));
26
15
  };
27
16
  export default Frame;
@@ -1,17 +1,6 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
13
2
  var FullLogo = function (_a) {
14
3
  var width = _a.width;
15
- return (_jsxs("svg", __assign({ width: width || '398', viewBox: "0 0 1802 398", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("path", { fill: "#a16552", d: "M54.69,144.94a140.69,140.69,0,0,0-5,36.64c0,.87,0,1.72,0,2.57a188.47,188.47,0,0,1-5,44.45c-6.9-2.45-14-7.41-20.78-16C6.07,190,12,153.76,34,145.23c8.32-3.22,15.28-2.54,20.72-.43A.74.74,0,0,0,54.69,144.94Z" }), _jsx("path", { fill: "#f5dcb4", d: "M54.69,144.94a140.69,140.69,0,0,0-5,36.64c0,.87,0,1.72,0,2.57a188.47,188.47,0,0,1-5,44.45c-6.9-2.45-14-7.41-20.78-16C6.07,190,12,153.76,34,145.23c8.32-3.22,15.28-2.54,20.72-.43A.74.74,0,0,0,54.69,144.94Z" }), _jsx("path", { fill: "#a16552", d: "M383.4,212.61c-6.77,8.57-13.88,13.53-20.78,16a188.85,188.85,0,0,1-5-44.44c0-.85,0-1.7,0-2.57a140.21,140.21,0,0,0-5.05-36.78c5.44-2.11,12.4-2.79,20.72.43C395.29,153.76,401.23,190,383.4,212.61Z" }), _jsx("path", { fill: "#f5dcb4", d: "M383.4,212.61c-6.77,8.57-13.88,13.53-20.78,16a188.85,188.85,0,0,1-5-44.44c0-.85,0-1.7,0-2.57a140.21,140.21,0,0,0-5.05-36.78c5.44-2.11,12.4-2.79,20.72.43C395.29,153.76,401.23,190,383.4,212.61Z" }), _jsx("path", { fill: "#a16552", d: "M314.85,229.06a39.84,39.84,0,0,0-4.38,34.18c2.93,8.62,5.55,18.38,5.55,25.64C316,342,265.71,385,203.65,385S91.27,342,91.27,288.88c0-7.26,2.62-17,5.55-25.64a39.81,39.81,0,0,0-4.37-34.17,61.8,61.8,0,0,1-9.72-33.14c0-35.25,30-63.84,67.05-63.84a69.31,69.31,0,0,1,34.15,8.9,39.88,39.88,0,0,0,39.44,0,69.23,69.23,0,0,1,34.14-8.89c37,0,67.06,28.59,67.06,63.84A60.89,60.89,0,0,1,319,221.45,61.61,61.61,0,0,1,314.85,229.06Z" }), _jsx("path", { fill: "#f5dcb4", d: "M314.85,229.06a39.84,39.84,0,0,0-4.38,34.18c2.93,8.62,5.55,18.38,5.55,25.64C316,342,265.71,385,203.65,385S91.27,342,91.27,288.88c0-7.26,2.62-17,5.55-25.64a39.81,39.81,0,0,0-4.37-34.17,61.8,61.8,0,0,1-9.72-33.14c0-35.25,30-63.84,67.05-63.84a69.31,69.31,0,0,1,34.15,8.9,39.88,39.88,0,0,0,39.44,0,69.23,69.23,0,0,1,34.14-8.89c37,0,67.06,28.59,67.06,63.84A60.89,60.89,0,0,1,319,221.45,61.61,61.61,0,0,1,314.85,229.06Z" }), _jsx("path", { fill: "#4e3f3f", d: "M146.41,300.76a6.45,6.45,0,0,0-6.41,7.29c4,28.45,31,50.45,63.65,50.45s59.67-22,63.65-50.45a6.45,6.45,0,0,0-6.4-7.29Z" }), _jsx("path", { fill: "#e6646e", d: "M166.68,347.91a69.83,69.83,0,0,0,73.94,0c-4.64-16.06-19.47-12.36-37-12.36S171.32,331.85,166.68,347.91Z" }), _jsx("path", { fill: "#a16552", d: "M380.9,133.36c-13.3-5.16-23.85-2.44-31.27,1.83a163.15,163.15,0,0,0-6.25-15.69q-2.58-5.62-5.57-11.09C317.46,71.18,283.24,40.28,244,27.22L243.2,6.08,217.78,21.34,214.72,21c-1.88-.17-3.74-.3-5.64-.38l-3.71-16L204.28,0c-1.27,0-2.51,0-3.72.14-23.65,1.92-35.42,23.41-37.26,27.09C124,40.29,89.84,71.2,69.49,108.41q-3,5.46-5.57,11.09a167,167,0,0,0-6.26,15.69l-.95-.53c-7.36-3.95-17.58-6.23-30.31-1.3C-1.55,144.2-9.09,190.26,13.56,219c9.24,11.68,19,18.08,28.32,20.93-.12.52-.24,1.05-.35,1.58A109.88,109.88,0,0,0,39,265c0,54.83,40.44,102,98.38,122.73a191.69,191.69,0,0,0,42.06,9.87A201.87,201.87,0,0,0,201.88,399h1.78c90.93,0,164.64-60,164.64-134a109.88,109.88,0,0,0-2.53-23.51c-.12-.53-.23-1.06-.36-1.58,9.37-2.85,19.09-9.25,28.32-20.94C416.39,190.26,408.84,144.19,380.9,133.36ZM54.69,144.94a140.69,140.69,0,0,0-5,36.64c0,.87,0,1.72,0,2.57a188.47,188.47,0,0,1-5,44.45c-6.9-2.45-14-7.41-20.78-16C6.07,190,12,153.76,34,145.23c8.32-3.22,15.28-2.54,20.72-.43A.74.74,0,0,0,54.69,144.94ZM319,221.45a61.61,61.61,0,0,1-4.15,7.61,39.84,39.84,0,0,0-4.38,34.18c2.93,8.62,5.55,18.38,5.55,25.64C316,342,265.71,385,203.65,385S91.27,342,91.27,288.88c0-7.26,2.62-17,5.55-25.64a39.81,39.81,0,0,0-4.37-34.17,61.8,61.8,0,0,1-9.72-33.14c0-35.25,30-63.84,67.05-63.84a69.31,69.31,0,0,1,34.15,8.9,39.88,39.88,0,0,0,39.44,0,69.23,69.23,0,0,1,34.14-8.89c37,0,67.06,28.59,67.06,63.84A60.89,60.89,0,0,1,319,221.45Zm64.4-8.84c-6.77,8.57-13.88,13.53-20.78,16a188.85,188.85,0,0,1-5-44.44c0-.85,0-1.7,0-2.57a140.21,140.21,0,0,0-5.05-36.78c5.44-2.11,12.4-2.79,20.72.43C395.29,153.76,401.23,190,383.4,212.61Z" }), _jsx("rect", { fill: "#4e3f3f", x: 181.43, y: 245.71, width: 10.8, height: 24.52, rx: 5.24, transform: "translate(-125.45 320.72) rotate(-65.45)" }), _jsx("rect", { fill: "#4e3f3f", x: 215.08, y: 245.71, width: 10.8, height: 24.52, rx: 5.24, transform: "translate(77.43 565.71) rotate(-114.55)" }), _jsx("path", { fill: "#4e3f3f", d: "M145.91,221.43h0c-10.63,0-19.25-8.16-19.25-18.24v-6.08c0-10.07,8.62-18.24,19.25-18.24h0c10.63,0,19.24,8.17,19.24,18.24v6.08C165.15,213.27,156.54,221.43,145.91,221.43Z" }), _jsx("path", { fill: "#5d5360", d: "M145.91,178.87v21.28a9.63,9.63,0,0,0,19.24,0v-3C165.15,187,156.54,178.87,145.91,178.87Z" }), _jsx("ellipse", { fill: "#fff", cx: 145.91, cy: 191.03, rx: 6.42, ry: 6.08 }), _jsx("path", { fill: "#4e3f3f", d: "M261.39,221.43h0c-10.63,0-19.24-8.16-19.24-18.24v-6.08c0-10.07,8.61-18.24,19.24-18.24h0c10.63,0,19.25,8.17,19.25,18.24v6.08C280.64,213.27,272,221.43,261.39,221.43Z" }), _jsx("path", { fill: "#5d5360", d: "M261.39,178.87v21.28a9.64,9.64,0,0,0,19.25,0v-3C280.64,187,272,178.87,261.39,178.87Z" }), _jsx("ellipse", { fill: "#fff", cx: 261.39, cy: 191.03, rx: 6.42, ry: 6.08 }), _jsx("path", { opacity: "0.35", d: "M205.37,4.66c-4.31-.42-13.74,6.35-25,18.1-2.81,2.93-5.75,6.18-8.75,9.7C149.47,58.41,123.82,99.33,115,141.32c-14.74,70.5-20.73,152.3,5.29,197.67,22.05,38.44,59.11,58.59,59.11,58.59a191.69,191.69,0,0,1-42.06-9.87C79.43,367,39,319.81,39,265a109.88,109.88,0,0,1,2.54-23.51c.11-.53.23-1.06.35-1.58C32.52,237,22.8,230.64,13.56,219c-22.65-28.7-15.11-74.76,12.84-85.6,12.73-4.93,23-2.65,30.31,1.3l.95.53a167,167,0,0,1,6.26-15.69q2.58-5.62,5.57-11.09C89.84,71.2,124,40.29,163.3,27.23c1.84-3.68,13.61-25.17,37.26-27.09C201.77,0,203,0,204.28,0Z" }), _jsx("path", { fill: "#a16552", d: "M555,302.24q-7.46,2.88-26.78,2.87T496,301.58q-12.93-3.52-12.93-9,0-6.27,23.25-80.07t26.65-85q1.31-3.39,21-5.62a379.26,379.26,0,0,1,42.32-2.22q22.61,0,25,7.84,49.38,164.07,49.38,166.68t-3.13,5.22q-7.32,5.76-29,5.75-46.25,0-47.29-11l-1.83-17H564.3L563,291.79Q562.46,299.36,555,302.24Zm28.86-74.72-3.91-47h-5.75l-4.44,47Z" }), _jsx("path", { fill: "#a16552", d: "M687.61,336.72V170.56q0-5.48,14.63-11.23a85.7,85.7,0,0,1,31.61-5.75c5.23,0,9.32.62,12.28,1.83s4.79,2.44,5.49,3.66,2,6.44,3.92,15.67h2.09q.51-2.34,4.7-7.31a48.63,48.63,0,0,1,8.49-8.1q4.3-3.14,12.41-5.62a65,65,0,0,1,18.94-2.48,40.51,40.51,0,0,1,19.72,4.84q8.88,4.83,13.2,11.23a51.82,51.82,0,0,1,6.79,16.2,92.82,92.82,0,0,1,2.87,15.67q.4,5.88.4,17t-.79,21.95a199.41,199.41,0,0,1-2.87,22.08,77,77,0,0,1-6,19.33,59.94,59.94,0,0,1-9.93,14.63q-12,13.07-35.27,13.06a40.77,40.77,0,0,1-14.76-2.48q-6.4-2.48-9.53-5.88-6.54-7.05-7.58-12.54l-.26-2.61h-2.09l3.66,23.51v29.52q0,2.88-15,4.57a272.35,272.35,0,0,1-30.82,1.7q-15.81,0-21-1.43C689.35,340.6,687.61,339,687.61,336.72ZM772,197.47q-2.36-8.88-7.06-8.88t-6.79,5.23v68.44q0,6.81,7.05,6.8,9.15,0,9.15-40.5Q774.35,206.36,772,197.47Z" }), _jsx("path", { fill: "#a16552", d: "M934.75,246.07q0,17,16.2,17,9.4,0,24.56-6.4t15.94-6.4q4.95,0,13.06,14.89t8.1,21.94q0,10.2-20.9,15.42a168.41,168.41,0,0,1-40.89,5.22q-20,0-33.44-3.13t-21.94-8A63.5,63.5,0,0,1,871,271.28,67,67,0,0,1,866,257a107,107,0,0,1-2.61-23.77q0-47.55,24.82-65.58a75,75,0,0,1,27.43-12.8q15.15-3.66,35.8-3.66,66.09,0,66.09,46,0,48.85-74.19,48.86Zm-.52-38.15v17.25a15.21,15.21,0,0,0,12.41-6,22.62,22.62,0,0,0,4.84-14.63q0-15.67-8.1-15.68Q934.23,188.85,934.23,207.92Z" }), _jsx("path", { fill: "#a16552", d: "M1172.76,294.14q-7.85,5.75-21.82,9.53t-36,3.79A231,231,0,0,1,1073,303.8q-19.86-3.65-28.48-8.09t-8.62-8.63a118.79,118.79,0,0,1,4.18-30.43q4.17-15.81,9.93-15.81,1,0,21.68,7.06t31.09,7q10.46,0,13.59-2.22a7.35,7.35,0,0,0,3.13-6.4q0-4.19-5.75-7.45a66.61,66.61,0,0,0-14.37-5.74,128.6,128.6,0,0,1-18.67-7.19A141,141,0,0,1,1062,215.5a44.72,44.72,0,0,1-14.37-16.33,49.7,49.7,0,0,1-5.75-24.16q0-58,69.23-58,25.86,0,44.68,3.26t26.51,7.32q7.71,4,7.71,8,0,13.58-6.4,29.26t-12.41,15.67q-1.05,0-6.79-2.35-17.25-7.57-28.61-7.58t-15.41,2.09a6.79,6.79,0,0,0-4.05,6.41q0,4.31,5.74,7.05a80.13,80.13,0,0,0,14.24,5,116.75,116.75,0,0,1,18.55,6.8,112.66,112.66,0,0,1,18.68,10.71q8.63,6.13,14.37,17.37t5.75,26.13a52.13,52.13,0,0,1-8.1,28.47A49.87,49.87,0,0,1,1172.76,294.14Z" }), _jsx("path", { fill: "#a16552", d: "M1412.85,298.84q-3.4,6.27-35.4,6.27t-33.31-6.27l-8.88-47.55h-3.66l-8.36,47.55q-.79,6.27-45.72,6.27-12.54,0-16.59-1.44a9.19,9.19,0,0,1-5.62-4.83q-48.58-119.38-48.59-125.66t18.94-12.93a109.46,109.46,0,0,1,36.44-6.67q22.47,0,23.26,12l8.88,71.58h3.13l3.14-57.73q.26-6.52,13.32-11.5a74,74,0,0,1,26.39-5q13.32,0,20,3.26t6.92,8l2.87,63h2.88L1381.5,170q.78-6.27,17.63-11.36t29.65-5.1q12.81,0,20.12,3.66,12,5.74,12,13.59,0,.78-23.64,63.74T1412.85,298.84Z" }), _jsx("path", { fill: "#a16552", d: "M1515.78,307.46q-23.77,0-37.36-11.23-5.49-4.71-9.54-13.85T1464.83,261a38.7,38.7,0,0,1,5.88-21.42A43.08,43.08,0,0,1,1485,225.43a80.67,80.67,0,0,1,19.59-8.1,147.56,147.56,0,0,1,37.36-4.44h8.63q0-10.71-7.32-15.15-3.14-1.83-9.54-1.83t-15.41,3.39a98.26,98.26,0,0,0-15,6.93q-6,3.53-8.1,3.52-4.71,0-12.8-12.41t-8.1-22.6q0-3.39,9.67-8.88t27.3-10.06a136.9,136.9,0,0,1,34.35-4.57,133.15,133.15,0,0,1,28.87,2.74,86.1,86.1,0,0,1,19.86,6.67,40.4,40.4,0,0,1,13.06,10.45,71.92,71.92,0,0,1,8.1,11.75,44.47,44.47,0,0,1,4,13.59,131.35,131.35,0,0,1,1.83,23.77v78.64q0,2.88-14,4.57a227.87,227.87,0,0,1-27.69,1.7q-13.73,0-17.77-.78c-2.7-.53-4.31-1.13-4.83-1.83a9.49,9.49,0,0,1-1.31-3.66L1553.66,284h-2.09Q1545,307.46,1515.78,307.46Zm35-43.37V233.53a13,13,0,0,0-11,5.74,21.73,21.73,0,0,0-4.18,13.07q0,17.23,7.84,17.24a7.89,7.89,0,0,0,5.36-1.7A5,5,0,0,0,1550.79,264.09Z" }), _jsx("path", { fill: "#a16552", d: "M1644.83,336.72V170.56q0-5.48,14.63-11.23a85.76,85.76,0,0,1,31.62-5.75c5.22,0,9.31.62,12.28,1.83s4.78,2.44,5.48,3.66,2,6.44,3.92,15.67h2.09q.53-2.34,4.7-7.31a49,49,0,0,1,8.49-8.1q4.32-3.14,12.41-5.62a65.06,65.06,0,0,1,18.94-2.48,40.52,40.52,0,0,1,19.73,4.84q8.88,4.83,13.19,11.23a51.36,51.36,0,0,1,6.79,16.2,92,92,0,0,1,2.88,15.67q.39,5.88.39,17t-.78,21.95a199.47,199.47,0,0,1-2.88,22.08,76.15,76.15,0,0,1-6,19.33,60.19,60.19,0,0,1-9.92,14.63q-12,13.07-35.27,13.06a40.69,40.69,0,0,1-14.76-2.48q-6.4-2.48-9.54-5.88-6.53-7.05-7.58-12.54l-.26-2.61h-2.09l3.66,23.51v29.52q0,2.88-15,4.57a272.52,272.52,0,0,1-30.83,1.7q-15.81,0-21-1.43C1646.57,340.6,1644.83,339,1644.83,336.72Zm84.39-139.25q-2.35-8.88-7-8.88t-6.8,5.23v68.44q0,6.81,7.06,6.8,9.13,0,9.14-40.5Q1731.57,206.36,1729.22,197.47Z" })] })));
4
+ return (_jsxs("svg", { width: width || '398', viewBox: "0 0 1802 398", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("path", { fill: "#a16552", d: "M54.69,144.94a140.69,140.69,0,0,0-5,36.64c0,.87,0,1.72,0,2.57a188.47,188.47,0,0,1-5,44.45c-6.9-2.45-14-7.41-20.78-16C6.07,190,12,153.76,34,145.23c8.32-3.22,15.28-2.54,20.72-.43A.74.74,0,0,0,54.69,144.94Z" }), _jsx("path", { fill: "#f5dcb4", d: "M54.69,144.94a140.69,140.69,0,0,0-5,36.64c0,.87,0,1.72,0,2.57a188.47,188.47,0,0,1-5,44.45c-6.9-2.45-14-7.41-20.78-16C6.07,190,12,153.76,34,145.23c8.32-3.22,15.28-2.54,20.72-.43A.74.74,0,0,0,54.69,144.94Z" }), _jsx("path", { fill: "#a16552", d: "M383.4,212.61c-6.77,8.57-13.88,13.53-20.78,16a188.85,188.85,0,0,1-5-44.44c0-.85,0-1.7,0-2.57a140.21,140.21,0,0,0-5.05-36.78c5.44-2.11,12.4-2.79,20.72.43C395.29,153.76,401.23,190,383.4,212.61Z" }), _jsx("path", { fill: "#f5dcb4", d: "M383.4,212.61c-6.77,8.57-13.88,13.53-20.78,16a188.85,188.85,0,0,1-5-44.44c0-.85,0-1.7,0-2.57a140.21,140.21,0,0,0-5.05-36.78c5.44-2.11,12.4-2.79,20.72.43C395.29,153.76,401.23,190,383.4,212.61Z" }), _jsx("path", { fill: "#a16552", d: "M314.85,229.06a39.84,39.84,0,0,0-4.38,34.18c2.93,8.62,5.55,18.38,5.55,25.64C316,342,265.71,385,203.65,385S91.27,342,91.27,288.88c0-7.26,2.62-17,5.55-25.64a39.81,39.81,0,0,0-4.37-34.17,61.8,61.8,0,0,1-9.72-33.14c0-35.25,30-63.84,67.05-63.84a69.31,69.31,0,0,1,34.15,8.9,39.88,39.88,0,0,0,39.44,0,69.23,69.23,0,0,1,34.14-8.89c37,0,67.06,28.59,67.06,63.84A60.89,60.89,0,0,1,319,221.45,61.61,61.61,0,0,1,314.85,229.06Z" }), _jsx("path", { fill: "#f5dcb4", d: "M314.85,229.06a39.84,39.84,0,0,0-4.38,34.18c2.93,8.62,5.55,18.38,5.55,25.64C316,342,265.71,385,203.65,385S91.27,342,91.27,288.88c0-7.26,2.62-17,5.55-25.64a39.81,39.81,0,0,0-4.37-34.17,61.8,61.8,0,0,1-9.72-33.14c0-35.25,30-63.84,67.05-63.84a69.31,69.31,0,0,1,34.15,8.9,39.88,39.88,0,0,0,39.44,0,69.23,69.23,0,0,1,34.14-8.89c37,0,67.06,28.59,67.06,63.84A60.89,60.89,0,0,1,319,221.45,61.61,61.61,0,0,1,314.85,229.06Z" }), _jsx("path", { fill: "#4e3f3f", d: "M146.41,300.76a6.45,6.45,0,0,0-6.41,7.29c4,28.45,31,50.45,63.65,50.45s59.67-22,63.65-50.45a6.45,6.45,0,0,0-6.4-7.29Z" }), _jsx("path", { fill: "#e6646e", d: "M166.68,347.91a69.83,69.83,0,0,0,73.94,0c-4.64-16.06-19.47-12.36-37-12.36S171.32,331.85,166.68,347.91Z" }), _jsx("path", { fill: "#a16552", d: "M380.9,133.36c-13.3-5.16-23.85-2.44-31.27,1.83a163.15,163.15,0,0,0-6.25-15.69q-2.58-5.62-5.57-11.09C317.46,71.18,283.24,40.28,244,27.22L243.2,6.08,217.78,21.34,214.72,21c-1.88-.17-3.74-.3-5.64-.38l-3.71-16L204.28,0c-1.27,0-2.51,0-3.72.14-23.65,1.92-35.42,23.41-37.26,27.09C124,40.29,89.84,71.2,69.49,108.41q-3,5.46-5.57,11.09a167,167,0,0,0-6.26,15.69l-.95-.53c-7.36-3.95-17.58-6.23-30.31-1.3C-1.55,144.2-9.09,190.26,13.56,219c9.24,11.68,19,18.08,28.32,20.93-.12.52-.24,1.05-.35,1.58A109.88,109.88,0,0,0,39,265c0,54.83,40.44,102,98.38,122.73a191.69,191.69,0,0,0,42.06,9.87A201.87,201.87,0,0,0,201.88,399h1.78c90.93,0,164.64-60,164.64-134a109.88,109.88,0,0,0-2.53-23.51c-.12-.53-.23-1.06-.36-1.58,9.37-2.85,19.09-9.25,28.32-20.94C416.39,190.26,408.84,144.19,380.9,133.36ZM54.69,144.94a140.69,140.69,0,0,0-5,36.64c0,.87,0,1.72,0,2.57a188.47,188.47,0,0,1-5,44.45c-6.9-2.45-14-7.41-20.78-16C6.07,190,12,153.76,34,145.23c8.32-3.22,15.28-2.54,20.72-.43A.74.74,0,0,0,54.69,144.94ZM319,221.45a61.61,61.61,0,0,1-4.15,7.61,39.84,39.84,0,0,0-4.38,34.18c2.93,8.62,5.55,18.38,5.55,25.64C316,342,265.71,385,203.65,385S91.27,342,91.27,288.88c0-7.26,2.62-17,5.55-25.64a39.81,39.81,0,0,0-4.37-34.17,61.8,61.8,0,0,1-9.72-33.14c0-35.25,30-63.84,67.05-63.84a69.31,69.31,0,0,1,34.15,8.9,39.88,39.88,0,0,0,39.44,0,69.23,69.23,0,0,1,34.14-8.89c37,0,67.06,28.59,67.06,63.84A60.89,60.89,0,0,1,319,221.45Zm64.4-8.84c-6.77,8.57-13.88,13.53-20.78,16a188.85,188.85,0,0,1-5-44.44c0-.85,0-1.7,0-2.57a140.21,140.21,0,0,0-5.05-36.78c5.44-2.11,12.4-2.79,20.72.43C395.29,153.76,401.23,190,383.4,212.61Z" }), _jsx("rect", { fill: "#4e3f3f", x: 181.43, y: 245.71, width: 10.8, height: 24.52, rx: 5.24, transform: "translate(-125.45 320.72) rotate(-65.45)" }), _jsx("rect", { fill: "#4e3f3f", x: 215.08, y: 245.71, width: 10.8, height: 24.52, rx: 5.24, transform: "translate(77.43 565.71) rotate(-114.55)" }), _jsx("path", { fill: "#4e3f3f", d: "M145.91,221.43h0c-10.63,0-19.25-8.16-19.25-18.24v-6.08c0-10.07,8.62-18.24,19.25-18.24h0c10.63,0,19.24,8.17,19.24,18.24v6.08C165.15,213.27,156.54,221.43,145.91,221.43Z" }), _jsx("path", { fill: "#5d5360", d: "M145.91,178.87v21.28a9.63,9.63,0,0,0,19.24,0v-3C165.15,187,156.54,178.87,145.91,178.87Z" }), _jsx("ellipse", { fill: "#fff", cx: 145.91, cy: 191.03, rx: 6.42, ry: 6.08 }), _jsx("path", { fill: "#4e3f3f", d: "M261.39,221.43h0c-10.63,0-19.24-8.16-19.24-18.24v-6.08c0-10.07,8.61-18.24,19.24-18.24h0c10.63,0,19.25,8.17,19.25,18.24v6.08C280.64,213.27,272,221.43,261.39,221.43Z" }), _jsx("path", { fill: "#5d5360", d: "M261.39,178.87v21.28a9.64,9.64,0,0,0,19.25,0v-3C280.64,187,272,178.87,261.39,178.87Z" }), _jsx("ellipse", { fill: "#fff", cx: 261.39, cy: 191.03, rx: 6.42, ry: 6.08 }), _jsx("path", { opacity: "0.35", d: "M205.37,4.66c-4.31-.42-13.74,6.35-25,18.1-2.81,2.93-5.75,6.18-8.75,9.7C149.47,58.41,123.82,99.33,115,141.32c-14.74,70.5-20.73,152.3,5.29,197.67,22.05,38.44,59.11,58.59,59.11,58.59a191.69,191.69,0,0,1-42.06-9.87C79.43,367,39,319.81,39,265a109.88,109.88,0,0,1,2.54-23.51c.11-.53.23-1.06.35-1.58C32.52,237,22.8,230.64,13.56,219c-22.65-28.7-15.11-74.76,12.84-85.6,12.73-4.93,23-2.65,30.31,1.3l.95.53a167,167,0,0,1,6.26-15.69q2.58-5.62,5.57-11.09C89.84,71.2,124,40.29,163.3,27.23c1.84-3.68,13.61-25.17,37.26-27.09C201.77,0,203,0,204.28,0Z" }), _jsx("path", { fill: "#a16552", d: "M555,302.24q-7.46,2.88-26.78,2.87T496,301.58q-12.93-3.52-12.93-9,0-6.27,23.25-80.07t26.65-85q1.31-3.39,21-5.62a379.26,379.26,0,0,1,42.32-2.22q22.61,0,25,7.84,49.38,164.07,49.38,166.68t-3.13,5.22q-7.32,5.76-29,5.75-46.25,0-47.29-11l-1.83-17H564.3L563,291.79Q562.46,299.36,555,302.24Zm28.86-74.72-3.91-47h-5.75l-4.44,47Z" }), _jsx("path", { fill: "#a16552", d: "M687.61,336.72V170.56q0-5.48,14.63-11.23a85.7,85.7,0,0,1,31.61-5.75c5.23,0,9.32.62,12.28,1.83s4.79,2.44,5.49,3.66,2,6.44,3.92,15.67h2.09q.51-2.34,4.7-7.31a48.63,48.63,0,0,1,8.49-8.1q4.3-3.14,12.41-5.62a65,65,0,0,1,18.94-2.48,40.51,40.51,0,0,1,19.72,4.84q8.88,4.83,13.2,11.23a51.82,51.82,0,0,1,6.79,16.2,92.82,92.82,0,0,1,2.87,15.67q.4,5.88.4,17t-.79,21.95a199.41,199.41,0,0,1-2.87,22.08,77,77,0,0,1-6,19.33,59.94,59.94,0,0,1-9.93,14.63q-12,13.07-35.27,13.06a40.77,40.77,0,0,1-14.76-2.48q-6.4-2.48-9.53-5.88-6.54-7.05-7.58-12.54l-.26-2.61h-2.09l3.66,23.51v29.52q0,2.88-15,4.57a272.35,272.35,0,0,1-30.82,1.7q-15.81,0-21-1.43C689.35,340.6,687.61,339,687.61,336.72ZM772,197.47q-2.36-8.88-7.06-8.88t-6.79,5.23v68.44q0,6.81,7.05,6.8,9.15,0,9.15-40.5Q774.35,206.36,772,197.47Z" }), _jsx("path", { fill: "#a16552", d: "M934.75,246.07q0,17,16.2,17,9.4,0,24.56-6.4t15.94-6.4q4.95,0,13.06,14.89t8.1,21.94q0,10.2-20.9,15.42a168.41,168.41,0,0,1-40.89,5.22q-20,0-33.44-3.13t-21.94-8A63.5,63.5,0,0,1,871,271.28,67,67,0,0,1,866,257a107,107,0,0,1-2.61-23.77q0-47.55,24.82-65.58a75,75,0,0,1,27.43-12.8q15.15-3.66,35.8-3.66,66.09,0,66.09,46,0,48.85-74.19,48.86Zm-.52-38.15v17.25a15.21,15.21,0,0,0,12.41-6,22.62,22.62,0,0,0,4.84-14.63q0-15.67-8.1-15.68Q934.23,188.85,934.23,207.92Z" }), _jsx("path", { fill: "#a16552", d: "M1172.76,294.14q-7.85,5.75-21.82,9.53t-36,3.79A231,231,0,0,1,1073,303.8q-19.86-3.65-28.48-8.09t-8.62-8.63a118.79,118.79,0,0,1,4.18-30.43q4.17-15.81,9.93-15.81,1,0,21.68,7.06t31.09,7q10.46,0,13.59-2.22a7.35,7.35,0,0,0,3.13-6.4q0-4.19-5.75-7.45a66.61,66.61,0,0,0-14.37-5.74,128.6,128.6,0,0,1-18.67-7.19A141,141,0,0,1,1062,215.5a44.72,44.72,0,0,1-14.37-16.33,49.7,49.7,0,0,1-5.75-24.16q0-58,69.23-58,25.86,0,44.68,3.26t26.51,7.32q7.71,4,7.71,8,0,13.58-6.4,29.26t-12.41,15.67q-1.05,0-6.79-2.35-17.25-7.57-28.61-7.58t-15.41,2.09a6.79,6.79,0,0,0-4.05,6.41q0,4.31,5.74,7.05a80.13,80.13,0,0,0,14.24,5,116.75,116.75,0,0,1,18.55,6.8,112.66,112.66,0,0,1,18.68,10.71q8.63,6.13,14.37,17.37t5.75,26.13a52.13,52.13,0,0,1-8.1,28.47A49.87,49.87,0,0,1,1172.76,294.14Z" }), _jsx("path", { fill: "#a16552", d: "M1412.85,298.84q-3.4,6.27-35.4,6.27t-33.31-6.27l-8.88-47.55h-3.66l-8.36,47.55q-.79,6.27-45.72,6.27-12.54,0-16.59-1.44a9.19,9.19,0,0,1-5.62-4.83q-48.58-119.38-48.59-125.66t18.94-12.93a109.46,109.46,0,0,1,36.44-6.67q22.47,0,23.26,12l8.88,71.58h3.13l3.14-57.73q.26-6.52,13.32-11.5a74,74,0,0,1,26.39-5q13.32,0,20,3.26t6.92,8l2.87,63h2.88L1381.5,170q.78-6.27,17.63-11.36t29.65-5.1q12.81,0,20.12,3.66,12,5.74,12,13.59,0,.78-23.64,63.74T1412.85,298.84Z" }), _jsx("path", { fill: "#a16552", d: "M1515.78,307.46q-23.77,0-37.36-11.23-5.49-4.71-9.54-13.85T1464.83,261a38.7,38.7,0,0,1,5.88-21.42A43.08,43.08,0,0,1,1485,225.43a80.67,80.67,0,0,1,19.59-8.1,147.56,147.56,0,0,1,37.36-4.44h8.63q0-10.71-7.32-15.15-3.14-1.83-9.54-1.83t-15.41,3.39a98.26,98.26,0,0,0-15,6.93q-6,3.53-8.1,3.52-4.71,0-12.8-12.41t-8.1-22.6q0-3.39,9.67-8.88t27.3-10.06a136.9,136.9,0,0,1,34.35-4.57,133.15,133.15,0,0,1,28.87,2.74,86.1,86.1,0,0,1,19.86,6.67,40.4,40.4,0,0,1,13.06,10.45,71.92,71.92,0,0,1,8.1,11.75,44.47,44.47,0,0,1,4,13.59,131.35,131.35,0,0,1,1.83,23.77v78.64q0,2.88-14,4.57a227.87,227.87,0,0,1-27.69,1.7q-13.73,0-17.77-.78c-2.7-.53-4.31-1.13-4.83-1.83a9.49,9.49,0,0,1-1.31-3.66L1553.66,284h-2.09Q1545,307.46,1515.78,307.46Zm35-43.37V233.53a13,13,0,0,0-11,5.74,21.73,21.73,0,0,0-4.18,13.07q0,17.23,7.84,17.24a7.89,7.89,0,0,0,5.36-1.7A5,5,0,0,0,1550.79,264.09Z" }), _jsx("path", { fill: "#a16552", d: "M1644.83,336.72V170.56q0-5.48,14.63-11.23a85.76,85.76,0,0,1,31.62-5.75c5.22,0,9.31.62,12.28,1.83s4.78,2.44,5.48,3.66,2,6.44,3.92,15.67h2.09q.53-2.34,4.7-7.31a49,49,0,0,1,8.49-8.1q4.32-3.14,12.41-5.62a65.06,65.06,0,0,1,18.94-2.48,40.52,40.52,0,0,1,19.73,4.84q8.88,4.83,13.19,11.23a51.36,51.36,0,0,1,6.79,16.2,92,92,0,0,1,2.88,15.67q.39,5.88.39,17t-.78,21.95a199.47,199.47,0,0,1-2.88,22.08,76.15,76.15,0,0,1-6,19.33,60.19,60.19,0,0,1-9.92,14.63q-12,13.07-35.27,13.06a40.69,40.69,0,0,1-14.76-2.48q-6.4-2.48-9.54-5.88-6.53-7.05-7.58-12.54l-.26-2.61h-2.09l3.66,23.51v29.52q0,2.88-15,4.57a272.52,272.52,0,0,1-30.83,1.7q-15.81,0-21-1.43C1646.57,340.6,1644.83,339,1644.83,336.72Zm84.39-139.25q-2.35-8.88-7-8.88t-6.8,5.23v68.44q0,6.81,7.06,6.8,9.13,0,9.14-40.5Q1731.57,206.36,1729.22,197.47Z" })] }));
16
5
  };
17
6
  export default FullLogo;