@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 Reddit = 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 Reddit = 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 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style }, { children: _jsx("path", { d: "M26 12.2055C26 10.6291 24.7206 9.34962 23.1441 9.34962C22.3673 9.34962 21.6819 9.64663 21.1793 10.1493C19.2373 8.75559 16.5413 7.84171 13.5712 7.72748L14.8735 1.6273L19.1002 2.51834C19.1459 3.59215 20.0369 4.46034 21.1336 4.46034C22.2531 4.46034 23.167 3.54646 23.167 2.42695C23.167 1.30744 22.2531 0.393555 21.1336 0.393555C20.3339 0.393555 19.6485 0.850497 19.3286 1.53591L14.5993 0.530639C14.4622 0.507792 14.3251 0.530638 14.2109 0.599179C14.0967 0.66772 14.0281 0.781956 13.9824 0.919039L12.5431 7.72748C9.50439 7.81886 6.78559 8.7099 4.82074 10.1493C4.3181 9.66948 3.60984 9.34962 2.85589 9.34962C1.27944 9.34962 0 10.6291 0 12.2055C0 13.3707 0.685413 14.3531 1.69069 14.8101C1.64499 15.0842 1.62214 15.3813 1.62214 15.6783C1.62214 20.0649 6.71705 23.6062 13.0228 23.6062C19.3286 23.6062 24.4236 20.0649 24.4236 15.6783C24.4236 15.3813 24.4007 15.1071 24.355 14.8329C25.2917 14.376 26 13.3707 26 12.2055ZM6.46573 14.2389C6.46573 13.1194 7.37961 12.2055 8.49912 12.2055C9.61863 12.2055 10.5325 13.1194 10.5325 14.2389C10.5325 15.3584 9.61863 16.2723 8.49912 16.2723C7.37961 16.2723 6.46573 15.3584 6.46573 14.2389ZM17.8207 19.608C16.4271 21.0016 13.7768 21.093 13 21.093C12.2232 21.093 9.55009 20.9788 8.17926 19.608C7.97364 19.4023 7.97364 19.0596 8.17926 18.854C8.38488 18.6484 8.72759 18.6484 8.93322 18.854C9.80141 19.7222 11.6749 20.0421 13.0228 20.0421C14.3708 20.0421 16.2214 19.7222 17.1125 18.854C17.3181 18.6484 17.6608 18.6484 17.8664 18.854C18.0264 19.0825 18.0264 19.4023 17.8207 19.608ZM17.4552 16.2723C16.3357 16.2723 15.4218 15.3584 15.4218 14.2389C15.4218 13.1194 16.3357 12.2055 17.4552 12.2055C18.5747 12.2055 19.4886 13.1194 19.4886 14.2389C19.4886 15.3584 18.5747 16.2723 17.4552 16.2723Z", fill: "#4D4040" }) })));
14
+ return (_jsx("svg", { width: width || '26', viewBox: "0 0 26 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: _jsx("path", { d: "M26 12.2055C26 10.6291 24.7206 9.34962 23.1441 9.34962C22.3673 9.34962 21.6819 9.64663 21.1793 10.1493C19.2373 8.75559 16.5413 7.84171 13.5712 7.72748L14.8735 1.6273L19.1002 2.51834C19.1459 3.59215 20.0369 4.46034 21.1336 4.46034C22.2531 4.46034 23.167 3.54646 23.167 2.42695C23.167 1.30744 22.2531 0.393555 21.1336 0.393555C20.3339 0.393555 19.6485 0.850497 19.3286 1.53591L14.5993 0.530639C14.4622 0.507792 14.3251 0.530638 14.2109 0.599179C14.0967 0.66772 14.0281 0.781956 13.9824 0.919039L12.5431 7.72748C9.50439 7.81886 6.78559 8.7099 4.82074 10.1493C4.3181 9.66948 3.60984 9.34962 2.85589 9.34962C1.27944 9.34962 0 10.6291 0 12.2055C0 13.3707 0.685413 14.3531 1.69069 14.8101C1.64499 15.0842 1.62214 15.3813 1.62214 15.6783C1.62214 20.0649 6.71705 23.6062 13.0228 23.6062C19.3286 23.6062 24.4236 20.0649 24.4236 15.6783C24.4236 15.3813 24.4007 15.1071 24.355 14.8329C25.2917 14.376 26 13.3707 26 12.2055ZM6.46573 14.2389C6.46573 13.1194 7.37961 12.2055 8.49912 12.2055C9.61863 12.2055 10.5325 13.1194 10.5325 14.2389C10.5325 15.3584 9.61863 16.2723 8.49912 16.2723C7.37961 16.2723 6.46573 15.3584 6.46573 14.2389ZM17.8207 19.608C16.4271 21.0016 13.7768 21.093 13 21.093C12.2232 21.093 9.55009 20.9788 8.17926 19.608C7.97364 19.4023 7.97364 19.0596 8.17926 18.854C8.38488 18.6484 8.72759 18.6484 8.93322 18.854C9.80141 19.7222 11.6749 20.0421 13.0228 20.0421C14.3708 20.0421 16.2214 19.7222 17.1125 18.854C17.3181 18.6484 17.6608 18.6484 17.8664 18.854C18.0264 19.0825 18.0264 19.4023 17.8207 19.608ZM17.4552 16.2723C16.3357 16.2723 15.4218 15.3584 15.4218 14.2389C15.4218 13.1194 16.3357 12.2055 17.4552 12.2055C18.5747 12.2055 19.4886 13.1194 19.4886 14.2389C19.4886 15.3584 18.5747 16.2723 17.4552 16.2723Z", fill: "#4D4040" }) }));
26
15
  };
27
16
  export default Reddit;
@@ -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 Rocket = 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 Rocket = function (_a) {
22
11
  degree: deg[direction],
23
12
  color: color,
24
13
  });
25
- return (_jsxs("svg", __assign({ width: width || '24', viewBox: "0 0 24 22", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style }, { children: [_jsx("g", __assign({ clipPath: "url(#clip0_3820_8025)" }, { children: _jsx("path", { d: "M23.8686 0.409125C23.8583 0.340356 23.8261 0.276705 23.7769 0.227536C23.7277 0.178367 23.6641 0.146274 23.5952 0.135978C21.4678 -0.23314 18.9748 0.135978 16.393 1.24333L16.3339 1.26917C13.5715 2.47848 11.0646 4.20216 8.94705 6.34822C8.5777 6.71734 8.23791 7.08646 7.9055 7.45557C5.82798 7.59989 3.87588 8.50186 2.42008 9.9901C0.96428 11.4784 0.106217 13.4492 0.00891349 15.5282C0.00711998 15.5367 0.00711998 15.5455 0.00891349 15.554V15.5762C0.0129339 15.6144 0.0229039 15.6517 0.0384617 15.6869C0.0587422 15.7165 0.0822821 15.7437 0.108638 15.7681H0.130798H0.152958H0.182506H0.200974H0.356098H0.404115H0.422577L0.444743 15.7423C0.452963 15.7339 0.459259 15.7238 0.463206 15.7127C0.678653 15.3523 0.936573 15.0189 1.23144 14.7198C1.98501 13.9736 2.95883 13.4896 4.00891 13.3393C3.67675 14.0759 3.39539 14.8344 3.16681 15.6094V15.6463V15.7423C3.16681 15.7423 3.16681 15.7423 3.16681 15.7607C3.16681 15.7755 3.16681 15.7755 3.16681 15.7902C3.16681 15.7902 3.16681 15.7902 3.16681 15.7902V15.8087V15.8308C3.16681 15.8308 3.18527 15.8308 3.19266 15.8567L3.80577 16.4694C2.92553 16.9447 2.1905 17.6493 1.67872 18.5085C1.16694 19.3676 0.897507 20.3493 0.899035 21.3491V22.726C0.899035 22.8141 0.934053 22.8986 0.996392 22.9609C1.05873 23.0232 1.14328 23.0582 1.23144 23.0582H2.54631C3.54131 23.0599 4.51843 22.7938 5.37501 22.2879C6.23159 21.7819 6.936 21.0547 7.41427 20.1827L7.97568 20.7475L7.99783 20.7696H8.01999H8.03846H8.20467H8.23052C8.97363 20.5505 9.70157 20.2829 10.4097 19.9686C10.2194 20.9189 9.75307 21.7919 9.06893 22.4786C8.97659 22.5672 8.89165 22.6595 8.81039 22.7444C8.62141 22.97 8.40129 23.1676 8.15665 23.3313H8.13449C8.10937 23.3545 8.08705 23.3805 8.06801 23.4088V23.431C8.05282 23.465 8.04285 23.501 8.03846 23.538V23.5638C8.03655 23.5724 8.03655 23.5812 8.03846 23.5897V23.6192V23.6451C8.04796 23.6675 8.06037 23.6886 8.07539 23.7078V23.7336L8.10494 23.7595H8.1271L8.19728 23.789H8.22683H8.28961C10.3768 23.7484 12.3755 22.9395 13.9029 21.5173C15.4302 20.0951 16.3787 18.1597 16.5666 16.0818C16.936 15.7459 17.3053 15.4064 17.6747 15.0483C19.8258 12.9344 21.5522 10.4286 22.7605 7.66597C22.7676 7.64564 22.7762 7.62589 22.7864 7.60691C23.8538 5.00833 24.2305 2.53524 23.8686 0.409125ZM19.2407 8.45588C18.8752 8.82202 18.4093 9.07158 17.9019 9.17295C17.3944 9.27432 16.8683 9.22295 16.3901 9.02535C15.9119 8.82774 15.5031 8.49278 15.2155 8.06288C14.9279 7.63297 14.7743 7.12745 14.7743 6.61029C14.7743 6.09314 14.9279 5.58762 15.2155 5.15771C15.5031 4.7278 15.9119 4.39285 16.3901 4.19524C16.8683 3.99764 17.3944 3.94627 17.9019 4.04764C18.4093 4.14901 18.8752 4.39857 19.2407 4.76471C19.7297 5.25462 20.0043 5.91833 20.0043 6.61029C20.0043 7.30226 19.7297 7.96597 19.2407 8.45588Z", fill: "#4D4040" }) })), _jsx("defs", { children: _jsx("clipPath", __assign({ id: "clip0_3820_8025" }, { children: _jsx("rect", { width: "24", height: "24", fill: "white" }) })) })] })));
14
+ return (_jsxs("svg", { width: width || '24', viewBox: "0 0 24 22", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: [_jsx("g", { clipPath: "url(#clip0_3820_8025)", children: _jsx("path", { d: "M23.8686 0.409125C23.8583 0.340356 23.8261 0.276705 23.7769 0.227536C23.7277 0.178367 23.6641 0.146274 23.5952 0.135978C21.4678 -0.23314 18.9748 0.135978 16.393 1.24333L16.3339 1.26917C13.5715 2.47848 11.0646 4.20216 8.94705 6.34822C8.5777 6.71734 8.23791 7.08646 7.9055 7.45557C5.82798 7.59989 3.87588 8.50186 2.42008 9.9901C0.96428 11.4784 0.106217 13.4492 0.00891349 15.5282C0.00711998 15.5367 0.00711998 15.5455 0.00891349 15.554V15.5762C0.0129339 15.6144 0.0229039 15.6517 0.0384617 15.6869C0.0587422 15.7165 0.0822821 15.7437 0.108638 15.7681H0.130798H0.152958H0.182506H0.200974H0.356098H0.404115H0.422577L0.444743 15.7423C0.452963 15.7339 0.459259 15.7238 0.463206 15.7127C0.678653 15.3523 0.936573 15.0189 1.23144 14.7198C1.98501 13.9736 2.95883 13.4896 4.00891 13.3393C3.67675 14.0759 3.39539 14.8344 3.16681 15.6094V15.6463V15.7423C3.16681 15.7423 3.16681 15.7423 3.16681 15.7607C3.16681 15.7755 3.16681 15.7755 3.16681 15.7902C3.16681 15.7902 3.16681 15.7902 3.16681 15.7902V15.8087V15.8308C3.16681 15.8308 3.18527 15.8308 3.19266 15.8567L3.80577 16.4694C2.92553 16.9447 2.1905 17.6493 1.67872 18.5085C1.16694 19.3676 0.897507 20.3493 0.899035 21.3491V22.726C0.899035 22.8141 0.934053 22.8986 0.996392 22.9609C1.05873 23.0232 1.14328 23.0582 1.23144 23.0582H2.54631C3.54131 23.0599 4.51843 22.7938 5.37501 22.2879C6.23159 21.7819 6.936 21.0547 7.41427 20.1827L7.97568 20.7475L7.99783 20.7696H8.01999H8.03846H8.20467H8.23052C8.97363 20.5505 9.70157 20.2829 10.4097 19.9686C10.2194 20.9189 9.75307 21.7919 9.06893 22.4786C8.97659 22.5672 8.89165 22.6595 8.81039 22.7444C8.62141 22.97 8.40129 23.1676 8.15665 23.3313H8.13449C8.10937 23.3545 8.08705 23.3805 8.06801 23.4088V23.431C8.05282 23.465 8.04285 23.501 8.03846 23.538V23.5638C8.03655 23.5724 8.03655 23.5812 8.03846 23.5897V23.6192V23.6451C8.04796 23.6675 8.06037 23.6886 8.07539 23.7078V23.7336L8.10494 23.7595H8.1271L8.19728 23.789H8.22683H8.28961C10.3768 23.7484 12.3755 22.9395 13.9029 21.5173C15.4302 20.0951 16.3787 18.1597 16.5666 16.0818C16.936 15.7459 17.3053 15.4064 17.6747 15.0483C19.8258 12.9344 21.5522 10.4286 22.7605 7.66597C22.7676 7.64564 22.7762 7.62589 22.7864 7.60691C23.8538 5.00833 24.2305 2.53524 23.8686 0.409125ZM19.2407 8.45588C18.8752 8.82202 18.4093 9.07158 17.9019 9.17295C17.3944 9.27432 16.8683 9.22295 16.3901 9.02535C15.9119 8.82774 15.5031 8.49278 15.2155 8.06288C14.9279 7.63297 14.7743 7.12745 14.7743 6.61029C14.7743 6.09314 14.9279 5.58762 15.2155 5.15771C15.5031 4.7278 15.9119 4.39285 16.3901 4.19524C16.8683 3.99764 17.3944 3.94627 17.9019 4.04764C18.4093 4.14901 18.8752 4.39857 19.2407 4.76471C19.7297 5.25462 20.0043 5.91833 20.0043 6.61029C20.0043 7.30226 19.7297 7.96597 19.2407 8.45588Z", fill: "#4D4040" }) }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_3820_8025", children: _jsx("rect", { width: "24", height: "24", fill: "white" }) }) })] }));
26
15
  };
27
16
  export default Rocket;
@@ -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 ScrollTop = 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 ScrollTop = function (_a) {
22
11
  degree: deg[direction],
23
12
  color: color,
24
13
  });
25
- return (_jsxs("svg", __assign({ width: "100%", viewBox: "0 0 50 50", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style }, { children: [_jsxs("g", __assign({ clipPath: "url(#scroll-top)" }, { children: [_jsx("rect", { width: "50", height: "50", rx: "25", fill: "var(--theme-ui-colors-primaryButton)", stroke: "#fff" }), _jsx("path", { d: "M24.9999 13.2352C25.2063 13.2352 25.3998 13.267 25.5804 13.3304C25.761 13.3929 25.9287 13.4996 26.0835 13.6507L36.3003 23.6214C36.6099 23.9236 36.7646 24.2826 36.7646 24.6986C36.7646 25.1135 36.6099 25.472 36.3003 25.7742C35.9907 26.0763 35.6295 26.2274 35.2167 26.2274C34.8039 26.2274 34.4427 26.0763 34.1331 25.7742L26.5479 18.3717L26.5479 35.2917C26.5479 35.7197 26.3993 36.0722 26.1021 36.3492C25.8059 36.6262 25.4385 36.7646 24.9999 36.7646C24.5613 36.7646 24.1934 36.6201 23.8962 36.3311C23.6 36.041 23.452 35.682 23.452 35.2539L23.452 18.3717L15.8668 25.7742C15.5572 26.0763 15.196 26.2274 14.7832 26.2274C14.3704 26.2274 14.0092 26.0763 13.6996 25.7742C13.39 25.472 13.2352 25.1135 13.2352 24.6986C13.2352 24.2826 13.39 23.9236 13.6996 23.6214L23.9164 13.6507C24.0712 13.4996 24.2388 13.3929 24.4194 13.3304C24.6 13.267 24.7935 13.2352 24.9999 13.2352Z", fill: "#FAFAFA" })] })), _jsx("defs", { children: _jsx("clipPath", __assign({ id: "scroll-top" }, { children: _jsx("rect", { width: "50", height: "50", rx: "25", fill: "#fff" }) })) })] })));
14
+ return (_jsxs("svg", { width: "100%", viewBox: "0 0 50 50", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: [_jsxs("g", { clipPath: "url(#scroll-top)", children: [_jsx("rect", { width: "50", height: "50", rx: "25", fill: "var(--theme-ui-colors-primaryButton)", stroke: "#fff" }), _jsx("path", { d: "M24.9999 13.2352C25.2063 13.2352 25.3998 13.267 25.5804 13.3304C25.761 13.3929 25.9287 13.4996 26.0835 13.6507L36.3003 23.6214C36.6099 23.9236 36.7646 24.2826 36.7646 24.6986C36.7646 25.1135 36.6099 25.472 36.3003 25.7742C35.9907 26.0763 35.6295 26.2274 35.2167 26.2274C34.8039 26.2274 34.4427 26.0763 34.1331 25.7742L26.5479 18.3717L26.5479 35.2917C26.5479 35.7197 26.3993 36.0722 26.1021 36.3492C25.8059 36.6262 25.4385 36.7646 24.9999 36.7646C24.5613 36.7646 24.1934 36.6201 23.8962 36.3311C23.6 36.041 23.452 35.682 23.452 35.2539L23.452 18.3717L15.8668 25.7742C15.5572 26.0763 15.196 26.2274 14.7832 26.2274C14.3704 26.2274 14.0092 26.0763 13.6996 25.7742C13.39 25.472 13.2352 25.1135 13.2352 24.6986C13.2352 24.2826 13.39 23.9236 13.6996 23.6214L23.9164 13.6507C24.0712 13.4996 24.2388 13.3929 24.4194 13.3304C24.6 13.267 24.7935 13.2352 24.9999 13.2352Z", fill: "#FAFAFA" })] }), _jsx("defs", { children: _jsx("clipPath", { id: "scroll-top", children: _jsx("rect", { width: "50", height: "50", rx: "25", fill: "#fff" }) }) })] }));
26
15
  };
27
16
  export default ScrollTop;
@@ -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 Search = 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 Search = function (_a) {
22
11
  degree: deg[direction],
23
12
  color: color,
24
13
  });
25
- return (_jsx("svg", __assign({ width: width || '14', viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style }, { children: _jsx("path", { d: "M10.9345 10.958C11.2051 10.6893 11.6388 10.6893 11.9093 10.958L13.6976 12.4015H13.7287C14.0904 12.7672 14.0904 13.3601 13.7287 13.7257C13.3669 14.0914 12.7803 14.0914 12.4185 13.7257L10.9345 12.0249L10.8782 11.9614C10.7733 11.8286 10.7153 11.6631 10.7153 11.4915C10.7153 11.2913 10.7942 11.0993 10.9345 10.958ZM6.00435 0C7.5968 0 9.12403 0.639405 10.2501 1.77755C11.3761 2.9157 12.0087 4.45936 12.0087 6.06895C12.0087 9.42074 9.32046 12.1379 6.00435 12.1379C2.68824 12.1379 0 9.42074 0 6.06895C0 2.71716 2.68824 0 6.00435 0Z", fill: "#FDFBF5" }) })));
14
+ return (_jsx("svg", { width: width || '14', viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: _jsx("path", { d: "M10.9345 10.958C11.2051 10.6893 11.6388 10.6893 11.9093 10.958L13.6976 12.4015H13.7287C14.0904 12.7672 14.0904 13.3601 13.7287 13.7257C13.3669 14.0914 12.7803 14.0914 12.4185 13.7257L10.9345 12.0249L10.8782 11.9614C10.7733 11.8286 10.7153 11.6631 10.7153 11.4915C10.7153 11.2913 10.7942 11.0993 10.9345 10.958ZM6.00435 0C7.5968 0 9.12403 0.639405 10.2501 1.77755C11.3761 2.9157 12.0087 4.45936 12.0087 6.06895C12.0087 9.42074 9.32046 12.1379 6.00435 12.1379C2.68824 12.1379 0 9.42074 0 6.06895C0 2.71716 2.68824 0 6.00435 0Z", fill: "#FDFBF5" }) }));
26
15
  };
27
16
  export default Search;
@@ -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 Send = 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 Send = function (_a) {
22
11
  degree: deg[direction],
23
12
  color: color,
24
13
  });
25
- return (_jsx("svg", __assign({ width: width || '28', viewBox: "0 0 28 23", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style }, { children: _jsx("path", { d: "M25.2683 0.165595L1.55204 9.18306C-0.0664959 9.82406 -0.0571322 10.7143 1.25509 11.1113L7.344 12.9842L21.432 4.21996C22.0981 3.82033 22.7067 4.03531 22.2064 4.47319L10.7924 14.6302H10.7897L10.7924 14.6315L10.3724 20.8199C10.9877 20.8199 11.2593 20.5416 11.6044 20.2132L14.5619 17.3775L20.7136 21.8579C21.848 22.4738 22.6626 22.1573 22.9448 20.8225L26.9831 2.05693C27.3965 0.422785 26.3504 -0.31713 25.2683 0.165595Z", fill: "white" }) })));
14
+ return (_jsx("svg", { width: width || '28', viewBox: "0 0 28 23", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: _jsx("path", { d: "M25.2683 0.165595L1.55204 9.18306C-0.0664959 9.82406 -0.0571322 10.7143 1.25509 11.1113L7.344 12.9842L21.432 4.21996C22.0981 3.82033 22.7067 4.03531 22.2064 4.47319L10.7924 14.6302H10.7897L10.7924 14.6315L10.3724 20.8199C10.9877 20.8199 11.2593 20.5416 11.6044 20.2132L14.5619 17.3775L20.7136 21.8579C21.848 22.4738 22.6626 22.1573 22.9448 20.8225L26.9831 2.05693C27.3965 0.422785 26.3504 -0.31713 25.2683 0.165595Z", fill: "white" }) }));
26
15
  };
27
16
  export default Send;
@@ -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 Settings = 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 Settings = function (_a) {
22
11
  degree: deg[direction],
23
12
  color: color,
24
13
  });
25
- return (_jsx("svg", __assign({ width: width || '10', viewBox: "0 0 14 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style }, { children: _jsx("path", { d: "M7.52848 0C8.08572 0 8.59024 0.315 8.86886 0.78C9.0044 1.005 9.09477 1.2825 9.07218 1.575C9.05712 1.8 9.12489 2.025 9.24537 2.235C9.62941 2.8725 10.4803 3.1125 11.143 2.7525C11.8885 2.3175 12.8298 2.58 13.259 3.3225L13.7635 4.2075C14.2003 4.95 13.9593 5.9025 13.2063 6.33C12.5662 6.7125 12.3403 7.56 12.7243 8.205C12.8448 8.4075 12.9804 8.58 13.1912 8.685C13.4548 8.8275 13.6581 9.0525 13.8011 9.2775C14.0798 9.7425 14.0572 10.3125 13.7861 10.815L13.259 11.715C12.9804 12.195 12.4608 12.495 11.9261 12.495C11.6626 12.495 11.3689 12.42 11.1279 12.27C10.9321 12.1425 10.7062 12.0975 10.4653 12.0975C9.71977 12.0975 9.09477 12.72 9.07218 13.4625C9.07218 14.325 8.3794 15 7.51342 15H6.48931C5.61581 15 4.92303 14.325 4.92303 13.4625C4.90797 12.72 4.28296 12.0975 3.53747 12.0975C3.28897 12.0975 3.06307 12.1425 2.87481 12.27C2.63384 12.42 2.33264 12.495 2.07661 12.495C1.53443 12.495 1.01485 12.195 0.736231 11.715L0.216646 10.815C-0.0619717 10.3275 -0.0770321 9.7425 0.201586 9.2775C0.322069 9.0525 0.547976 8.8275 0.804003 8.685C1.01485 8.58 1.15039 8.4075 1.27841 8.205C1.65492 7.56 1.42901 6.7125 0.788942 6.33C0.0434513 5.9025 -0.197516 4.95 0.231707 4.2075L0.736231 3.3225C1.17298 2.58 2.10673 2.3175 2.85975 2.7525C3.51488 3.1125 4.36579 2.8725 4.74983 2.235C4.87032 2.025 4.93809 1.8 4.92303 1.575C4.90797 1.2825 4.9908 1.005 5.13387 0.78C5.41249 0.315 5.91702 0.015 6.46672 0H7.52848ZM7.0089 5.385C5.82665 5.385 4.87032 6.33 4.87032 7.5075C4.87032 8.685 5.82665 9.6225 7.0089 9.6225C8.19114 9.6225 9.12489 8.685 9.12489 7.5075C9.12489 6.33 8.19114 5.385 7.0089 5.385Z", fill: "#4D4040" }) })));
14
+ return (_jsx("svg", { width: width || '10', viewBox: "0 0 14 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: _jsx("path", { d: "M7.52848 0C8.08572 0 8.59024 0.315 8.86886 0.78C9.0044 1.005 9.09477 1.2825 9.07218 1.575C9.05712 1.8 9.12489 2.025 9.24537 2.235C9.62941 2.8725 10.4803 3.1125 11.143 2.7525C11.8885 2.3175 12.8298 2.58 13.259 3.3225L13.7635 4.2075C14.2003 4.95 13.9593 5.9025 13.2063 6.33C12.5662 6.7125 12.3403 7.56 12.7243 8.205C12.8448 8.4075 12.9804 8.58 13.1912 8.685C13.4548 8.8275 13.6581 9.0525 13.8011 9.2775C14.0798 9.7425 14.0572 10.3125 13.7861 10.815L13.259 11.715C12.9804 12.195 12.4608 12.495 11.9261 12.495C11.6626 12.495 11.3689 12.42 11.1279 12.27C10.9321 12.1425 10.7062 12.0975 10.4653 12.0975C9.71977 12.0975 9.09477 12.72 9.07218 13.4625C9.07218 14.325 8.3794 15 7.51342 15H6.48931C5.61581 15 4.92303 14.325 4.92303 13.4625C4.90797 12.72 4.28296 12.0975 3.53747 12.0975C3.28897 12.0975 3.06307 12.1425 2.87481 12.27C2.63384 12.42 2.33264 12.495 2.07661 12.495C1.53443 12.495 1.01485 12.195 0.736231 11.715L0.216646 10.815C-0.0619717 10.3275 -0.0770321 9.7425 0.201586 9.2775C0.322069 9.0525 0.547976 8.8275 0.804003 8.685C1.01485 8.58 1.15039 8.4075 1.27841 8.205C1.65492 7.56 1.42901 6.7125 0.788942 6.33C0.0434513 5.9025 -0.197516 4.95 0.231707 4.2075L0.736231 3.3225C1.17298 2.58 2.10673 2.3175 2.85975 2.7525C3.51488 3.1125 4.36579 2.8725 4.74983 2.235C4.87032 2.025 4.93809 1.8 4.92303 1.575C4.90797 1.2825 4.9908 1.005 5.13387 0.78C5.41249 0.315 5.91702 0.015 6.46672 0H7.52848ZM7.0089 5.385C5.82665 5.385 4.87032 6.33 4.87032 7.5075C4.87032 8.685 5.82665 9.6225 7.0089 9.6225C8.19114 9.6225 9.12489 8.685 9.12489 7.5075C9.12489 6.33 8.19114 5.385 7.0089 5.385Z", fill: "#4D4040" }) }));
26
15
  };
27
16
  export default Settings;
@@ -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 Share = 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 Share = function (_a) {
22
11
  degree: deg[direction],
23
12
  color: color,
24
13
  });
25
- return (_jsx("svg", __assign({ width: width || '15', height: "14", viewBox: "0 0 15 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style }, { children: _jsx("path", { d: "M3.2793 1.33318H5.73296C5.86756 1.33322 5.99713 1.38435 6.09548 1.47624C6.19384 1.56813 6.25364 1.69393 6.26282 1.82822C6.27199 1.9625 6.22985 2.09527 6.14491 2.19968C6.05997 2.30409 5.93856 2.37237 5.80521 2.39072L5.73296 2.39568H3.2793C2.87557 2.39561 2.48687 2.54877 2.1917 2.82422C1.89653 3.09967 1.7169 3.47687 1.68909 3.87963L1.68555 3.98943V10.7186C1.68568 11.1223 1.83902 11.5109 2.11459 11.806C2.39017 12.101 2.76744 12.2805 3.17021 12.3081L3.2793 12.3123H10.0085C10.4123 12.3124 10.8011 12.1591 11.0963 11.8835C11.3915 11.6079 11.571 11.2306 11.5987 10.8277L11.6022 10.7186V10.3658C11.6008 10.2303 11.6513 10.0993 11.7434 9.99979C11.8354 9.90025 11.962 9.83966 12.0972 9.83042C12.2325 9.82119 12.3662 9.86401 12.4709 9.95012C12.5756 10.0362 12.6434 10.1591 12.6605 10.2936L12.6647 10.3658V10.7186C12.6646 11.3985 12.4038 12.0524 11.936 12.5458C11.4682 13.0391 10.829 13.3343 10.1501 13.3706L10.0085 13.3748H3.2793C2.59918 13.3749 1.94496 13.1141 1.45143 12.6461C0.957906 12.1781 0.66268 11.5387 0.626589 10.8596L0.623047 10.7179V3.98872C0.623167 3.30884 0.883977 2.65489 1.35177 2.16154C1.81956 1.66818 2.45872 1.37298 3.13763 1.33672L3.2793 1.33318ZM8.77101 3.13518V1.15609C8.77094 1.05837 8.79784 0.962533 8.84872 0.879111C8.89961 0.795689 8.97252 0.727918 9.05943 0.683254C9.14635 0.638589 9.24389 0.618762 9.34135 0.625952C9.4388 0.633143 9.53238 0.667072 9.6118 0.724009L9.66988 0.772176L13.9156 4.84509C14.114 5.03563 14.1324 5.34093 13.9702 5.55201L13.9156 5.61222L9.66988 9.68655C9.59937 9.75427 9.51155 9.80122 9.41608 9.82223C9.32061 9.84324 9.22119 9.8375 9.12877 9.80565C9.03635 9.77379 8.95451 9.71705 8.89226 9.64167C8.83001 9.5663 8.78977 9.4752 8.77596 9.37843L8.77101 9.30264V7.31859L8.54363 7.31363C6.66088 7.30797 5.05155 8.08147 3.68092 9.65255C3.32959 10.0542 2.67155 9.74534 2.75584 9.21834C3.34163 5.57751 5.30584 3.52051 8.55709 3.15643L8.77101 3.13518Z", fill: "#4D4040" }) })));
14
+ return (_jsx("svg", { width: width || '15', height: "14", viewBox: "0 0 15 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: _jsx("path", { d: "M3.2793 1.33318H5.73296C5.86756 1.33322 5.99713 1.38435 6.09548 1.47624C6.19384 1.56813 6.25364 1.69393 6.26282 1.82822C6.27199 1.9625 6.22985 2.09527 6.14491 2.19968C6.05997 2.30409 5.93856 2.37237 5.80521 2.39072L5.73296 2.39568H3.2793C2.87557 2.39561 2.48687 2.54877 2.1917 2.82422C1.89653 3.09967 1.7169 3.47687 1.68909 3.87963L1.68555 3.98943V10.7186C1.68568 11.1223 1.83902 11.5109 2.11459 11.806C2.39017 12.101 2.76744 12.2805 3.17021 12.3081L3.2793 12.3123H10.0085C10.4123 12.3124 10.8011 12.1591 11.0963 11.8835C11.3915 11.6079 11.571 11.2306 11.5987 10.8277L11.6022 10.7186V10.3658C11.6008 10.2303 11.6513 10.0993 11.7434 9.99979C11.8354 9.90025 11.962 9.83966 12.0972 9.83042C12.2325 9.82119 12.3662 9.86401 12.4709 9.95012C12.5756 10.0362 12.6434 10.1591 12.6605 10.2936L12.6647 10.3658V10.7186C12.6646 11.3985 12.4038 12.0524 11.936 12.5458C11.4682 13.0391 10.829 13.3343 10.1501 13.3706L10.0085 13.3748H3.2793C2.59918 13.3749 1.94496 13.1141 1.45143 12.6461C0.957906 12.1781 0.66268 11.5387 0.626589 10.8596L0.623047 10.7179V3.98872C0.623167 3.30884 0.883977 2.65489 1.35177 2.16154C1.81956 1.66818 2.45872 1.37298 3.13763 1.33672L3.2793 1.33318ZM8.77101 3.13518V1.15609C8.77094 1.05837 8.79784 0.962533 8.84872 0.879111C8.89961 0.795689 8.97252 0.727918 9.05943 0.683254C9.14635 0.638589 9.24389 0.618762 9.34135 0.625952C9.4388 0.633143 9.53238 0.667072 9.6118 0.724009L9.66988 0.772176L13.9156 4.84509C14.114 5.03563 14.1324 5.34093 13.9702 5.55201L13.9156 5.61222L9.66988 9.68655C9.59937 9.75427 9.51155 9.80122 9.41608 9.82223C9.32061 9.84324 9.22119 9.8375 9.12877 9.80565C9.03635 9.77379 8.95451 9.71705 8.89226 9.64167C8.83001 9.5663 8.78977 9.4752 8.77596 9.37843L8.77101 9.30264V7.31859L8.54363 7.31363C6.66088 7.30797 5.05155 8.08147 3.68092 9.65255C3.32959 10.0542 2.67155 9.74534 2.75584 9.21834C3.34163 5.57751 5.30584 3.52051 8.55709 3.15643L8.77101 3.13518Z", fill: "#4D4040" }) }));
26
15
  };
27
16
  export default Share;
@@ -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 Sort = 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 Sort = function (_a) {
22
11
  degree: deg[direction],
23
12
  color: color,
24
13
  });
25
- return (_jsx("svg", __assign({ width: width || '12', height: height || '12', viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style }, { children: _jsx("path", { d: "M5.47015 0.970314C5.76312 0.677345 6.2389 0.677345 6.53187 0.970314L9.53187 3.97031C9.7475 4.18594 9.81078 4.50703 9.69359 4.78828C9.5764 5.06953 9.30453 5.25235 8.99984 5.25235H2.99984C2.6975 5.25235 2.42328 5.06953 2.30609 4.78828C2.1889 4.50703 2.25453 4.18594 2.46781 3.97031L5.46781 0.970314H5.47015ZM5.47015 11.032L2.47015 8.03203C2.25453 7.81641 2.19125 7.49531 2.30843 7.21406C2.42562 6.93281 2.6975 6.75 3.00218 6.75H8.99984C9.30218 6.75 9.5764 6.93281 9.69359 7.21406C9.81078 7.49531 9.74515 7.81641 9.53187 8.03203L6.53187 11.032C6.2389 11.325 5.76312 11.325 5.47015 11.032Z", fill: "#73728E" }) })));
14
+ return (_jsx("svg", { width: width || '12', height: height || '12', viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: _jsx("path", { d: "M5.47015 0.970314C5.76312 0.677345 6.2389 0.677345 6.53187 0.970314L9.53187 3.97031C9.7475 4.18594 9.81078 4.50703 9.69359 4.78828C9.5764 5.06953 9.30453 5.25235 8.99984 5.25235H2.99984C2.6975 5.25235 2.42328 5.06953 2.30609 4.78828C2.1889 4.50703 2.25453 4.18594 2.46781 3.97031L5.46781 0.970314H5.47015ZM5.47015 11.032L2.47015 8.03203C2.25453 7.81641 2.19125 7.49531 2.30843 7.21406C2.42562 6.93281 2.6975 6.75 3.00218 6.75H8.99984C9.30218 6.75 9.5764 6.93281 9.69359 7.21406C9.81078 7.49531 9.74515 7.81641 9.53187 8.03203L6.53187 11.032C6.2389 11.325 5.76312 11.325 5.47015 11.032Z", fill: "#73728E" }) }));
26
15
  };
27
16
  export default Sort;
@@ -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 Success = function (_a) {
14
3
  var _b = _a.direction, direction = _b === void 0 ? 'down' : _b, _c = _a.color, color = _c === void 0 ? 'success' : _c, width = _a.width, getStyles = _a.getStyles;
@@ -22,6 +11,6 @@ var Success = function (_a) {
22
11
  degree: deg[direction],
23
12
  color: color,
24
13
  });
25
- return (_jsxs("svg", __assign({ width: width || '10', viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style }, { children: [_jsx("mask", __assign({ id: "path-1-inside-1_8581_37376", fill: "white" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.5 15C11.6421 15 15 11.6421 15 7.5C15 3.35786 11.6421 0 7.5 0C3.35786 0 0 3.35786 0 7.5C0 11.6421 3.35786 15 7.5 15ZM10.7168 4.6311C10.8812 4.47247 11.1484 4.46313 11.3232 4.6031C11.4773 4.73374 11.5082 4.94836 11.3848 5.10699L7.57177 10.1459L7.54094 10.1832C7.29427 10.5098 6.80094 10.5938 6.44122 10.3698C6.36927 10.3232 6.29733 10.2578 6.24594 10.1925L4.324 7.70108C4.19039 7.52379 4.2315 7.28117 4.42678 7.15987C4.58094 7.05722 4.79678 7.06656 4.94066 7.17853L6.79066 8.55956L10.7168 4.6311Z" }) })), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.5 15C11.6421 15 15 11.6421 15 7.5C15 3.35786 11.6421 0 7.5 0C3.35786 0 0 3.35786 0 7.5C0 11.6421 3.35786 15 7.5 15ZM10.7168 4.6311C10.8812 4.47247 11.1484 4.46313 11.3232 4.6031C11.4773 4.73374 11.5082 4.94836 11.3848 5.10699L7.57177 10.1459L7.54094 10.1832C7.29427 10.5098 6.80094 10.5938 6.44122 10.3698C6.36927 10.3232 6.29733 10.2578 6.24594 10.1925L4.324 7.70108C4.19039 7.52379 4.2315 7.28117 4.42678 7.15987C4.58094 7.05722 4.79678 7.06656 4.94066 7.17853L6.79066 8.55956L10.7168 4.6311Z", fill: "#38A611" }), _jsx("path", { d: "M11.3232 4.6031L12.6161 3.07725L12.5951 3.05944L12.5736 3.0422L11.3232 4.6031ZM10.7168 4.6311L9.32823 3.19167L9.31506 3.20437L9.30213 3.21731L10.7168 4.6311ZM11.3848 5.10699L9.80589 3.8794L9.79787 3.88972L9.78999 3.90014L11.3848 5.10699ZM7.57177 10.1459L9.11371 11.4196L9.14087 11.3867L9.16661 11.3527L7.57177 10.1459ZM7.54094 10.1832L5.999 8.90945L5.97125 8.94305L5.94499 8.97782L7.54094 10.1832ZM6.44122 10.3698L5.35301 12.0479L5.36851 12.0579L5.3842 12.0677L6.44122 10.3698ZM6.24594 10.1925L4.66237 11.4141L4.66819 11.4217L4.67408 11.4292L6.24594 10.1925ZM4.324 7.70108L2.72677 8.90477L2.73355 8.91376L2.74042 8.92268L4.324 7.70108ZM4.42678 7.15987L5.48213 8.85876L5.50892 8.84212L5.53518 8.82463L4.42678 7.15987ZM4.94066 7.17853L3.71236 8.75691L3.72819 8.76922L3.74426 8.78122L4.94066 7.17853ZM6.79066 8.55956L5.59425 10.1622L6.98153 11.1978L8.2053 9.97335L6.79066 8.55956ZM13 7.5C13 10.5376 10.5376 13 7.5 13V17C12.7467 17 17 12.7467 17 7.5H13ZM7.5 2C10.5376 2 13 4.46243 13 7.5H17C17 2.25329 12.7467 -2 7.5 -2V2ZM2 7.5C2 4.46243 4.46243 2 7.5 2V-2C2.25329 -2 -2 2.25329 -2 7.5H2ZM7.5 13C4.46243 13 2 10.5376 2 7.5H-2C-2 12.7467 2.25329 17 7.5 17V13ZM12.5736 3.0422C11.623 2.28067 10.225 2.32656 9.32823 3.19167L12.1053 6.07052C11.5374 6.61837 10.6739 6.64559 10.0727 6.164L12.5736 3.0422ZM12.9638 6.33458C13.7999 5.2591 13.5179 3.84143 12.6161 3.07725L10.0302 6.12895C9.43671 5.62605 9.2164 4.63761 9.80589 3.8794L12.9638 6.33458ZM9.16661 11.3527L12.9797 6.31385L9.78999 3.90014L5.97694 8.93902L9.16661 11.3527ZM9.08288 11.4569L9.11371 11.4196L6.02984 8.87212L5.999 8.90945L9.08288 11.4569ZM5.3842 12.0677C6.57521 12.8092 8.23351 12.5847 9.13689 11.3886L5.94499 8.97782C6.1621 8.69035 6.45202 8.55308 6.69854 8.51121C6.94576 8.46921 7.23358 8.5072 7.49824 8.67197L5.3842 12.0677ZM4.67408 11.4292C4.86564 11.6726 5.10262 11.8855 5.35301 12.0479L7.52942 8.69178C7.59192 8.73231 7.64101 8.77179 7.68026 8.80742C7.71912 8.8427 7.76655 8.89076 7.8178 8.95589L4.67408 11.4292ZM2.74042 8.92268L4.66237 11.4141L7.82951 8.97093L5.90757 6.47949L2.74042 8.92268ZM3.37143 5.46098C2.16753 6.20884 1.89287 7.79823 2.72677 8.90477L5.92123 6.49739C6.48791 7.24934 6.29547 8.35351 5.48213 8.85876L3.37143 5.46098ZM6.16897 5.60015C5.3495 4.96244 4.1927 4.91298 3.31837 5.4951L5.53518 8.82463C4.96918 9.20147 4.24405 9.17067 3.71236 8.75691L6.16897 5.60015ZM7.98707 6.95687L6.13707 5.57584L3.74426 8.78122L5.59425 10.1622L7.98707 6.95687ZM9.30213 3.21731L5.37603 7.14577L8.2053 9.97335L12.1314 6.04489L9.30213 3.21731Z", fill: "#38A611", mask: "url(#path-1-inside-1_8581_37376)" })] })));
14
+ return (_jsxs("svg", { width: width || '10', viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: [_jsx("mask", { id: "path-1-inside-1_8581_37376", fill: "white", children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.5 15C11.6421 15 15 11.6421 15 7.5C15 3.35786 11.6421 0 7.5 0C3.35786 0 0 3.35786 0 7.5C0 11.6421 3.35786 15 7.5 15ZM10.7168 4.6311C10.8812 4.47247 11.1484 4.46313 11.3232 4.6031C11.4773 4.73374 11.5082 4.94836 11.3848 5.10699L7.57177 10.1459L7.54094 10.1832C7.29427 10.5098 6.80094 10.5938 6.44122 10.3698C6.36927 10.3232 6.29733 10.2578 6.24594 10.1925L4.324 7.70108C4.19039 7.52379 4.2315 7.28117 4.42678 7.15987C4.58094 7.05722 4.79678 7.06656 4.94066 7.17853L6.79066 8.55956L10.7168 4.6311Z" }) }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.5 15C11.6421 15 15 11.6421 15 7.5C15 3.35786 11.6421 0 7.5 0C3.35786 0 0 3.35786 0 7.5C0 11.6421 3.35786 15 7.5 15ZM10.7168 4.6311C10.8812 4.47247 11.1484 4.46313 11.3232 4.6031C11.4773 4.73374 11.5082 4.94836 11.3848 5.10699L7.57177 10.1459L7.54094 10.1832C7.29427 10.5098 6.80094 10.5938 6.44122 10.3698C6.36927 10.3232 6.29733 10.2578 6.24594 10.1925L4.324 7.70108C4.19039 7.52379 4.2315 7.28117 4.42678 7.15987C4.58094 7.05722 4.79678 7.06656 4.94066 7.17853L6.79066 8.55956L10.7168 4.6311Z", fill: "#38A611" }), _jsx("path", { d: "M11.3232 4.6031L12.6161 3.07725L12.5951 3.05944L12.5736 3.0422L11.3232 4.6031ZM10.7168 4.6311L9.32823 3.19167L9.31506 3.20437L9.30213 3.21731L10.7168 4.6311ZM11.3848 5.10699L9.80589 3.8794L9.79787 3.88972L9.78999 3.90014L11.3848 5.10699ZM7.57177 10.1459L9.11371 11.4196L9.14087 11.3867L9.16661 11.3527L7.57177 10.1459ZM7.54094 10.1832L5.999 8.90945L5.97125 8.94305L5.94499 8.97782L7.54094 10.1832ZM6.44122 10.3698L5.35301 12.0479L5.36851 12.0579L5.3842 12.0677L6.44122 10.3698ZM6.24594 10.1925L4.66237 11.4141L4.66819 11.4217L4.67408 11.4292L6.24594 10.1925ZM4.324 7.70108L2.72677 8.90477L2.73355 8.91376L2.74042 8.92268L4.324 7.70108ZM4.42678 7.15987L5.48213 8.85876L5.50892 8.84212L5.53518 8.82463L4.42678 7.15987ZM4.94066 7.17853L3.71236 8.75691L3.72819 8.76922L3.74426 8.78122L4.94066 7.17853ZM6.79066 8.55956L5.59425 10.1622L6.98153 11.1978L8.2053 9.97335L6.79066 8.55956ZM13 7.5C13 10.5376 10.5376 13 7.5 13V17C12.7467 17 17 12.7467 17 7.5H13ZM7.5 2C10.5376 2 13 4.46243 13 7.5H17C17 2.25329 12.7467 -2 7.5 -2V2ZM2 7.5C2 4.46243 4.46243 2 7.5 2V-2C2.25329 -2 -2 2.25329 -2 7.5H2ZM7.5 13C4.46243 13 2 10.5376 2 7.5H-2C-2 12.7467 2.25329 17 7.5 17V13ZM12.5736 3.0422C11.623 2.28067 10.225 2.32656 9.32823 3.19167L12.1053 6.07052C11.5374 6.61837 10.6739 6.64559 10.0727 6.164L12.5736 3.0422ZM12.9638 6.33458C13.7999 5.2591 13.5179 3.84143 12.6161 3.07725L10.0302 6.12895C9.43671 5.62605 9.2164 4.63761 9.80589 3.8794L12.9638 6.33458ZM9.16661 11.3527L12.9797 6.31385L9.78999 3.90014L5.97694 8.93902L9.16661 11.3527ZM9.08288 11.4569L9.11371 11.4196L6.02984 8.87212L5.999 8.90945L9.08288 11.4569ZM5.3842 12.0677C6.57521 12.8092 8.23351 12.5847 9.13689 11.3886L5.94499 8.97782C6.1621 8.69035 6.45202 8.55308 6.69854 8.51121C6.94576 8.46921 7.23358 8.5072 7.49824 8.67197L5.3842 12.0677ZM4.67408 11.4292C4.86564 11.6726 5.10262 11.8855 5.35301 12.0479L7.52942 8.69178C7.59192 8.73231 7.64101 8.77179 7.68026 8.80742C7.71912 8.8427 7.76655 8.89076 7.8178 8.95589L4.67408 11.4292ZM2.74042 8.92268L4.66237 11.4141L7.82951 8.97093L5.90757 6.47949L2.74042 8.92268ZM3.37143 5.46098C2.16753 6.20884 1.89287 7.79823 2.72677 8.90477L5.92123 6.49739C6.48791 7.24934 6.29547 8.35351 5.48213 8.85876L3.37143 5.46098ZM6.16897 5.60015C5.3495 4.96244 4.1927 4.91298 3.31837 5.4951L5.53518 8.82463C4.96918 9.20147 4.24405 9.17067 3.71236 8.75691L6.16897 5.60015ZM7.98707 6.95687L6.13707 5.57584L3.74426 8.78122L5.59425 10.1622L7.98707 6.95687ZM9.30213 3.21731L5.37603 7.14577L8.2053 9.97335L12.1314 6.04489L9.30213 3.21731Z", fill: "#38A611", mask: "url(#path-1-inside-1_8581_37376)" })] }));
26
15
  };
27
16
  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 } from "theme-ui/jsx-runtime";
13
2
  var Arrow = 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 Arrow = 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: "M6.95 9.35L5.31875 7.71875C5.18125 7.58125 5.0095 7.51575 4.8035 7.52225C4.597 7.52825 4.425 7.6 4.2875 7.7375C4.15 7.875 4.08125 8.05 4.08125 8.2625C4.08125 8.475 4.15 8.65 4.2875 8.7875L6.425 10.925C6.5625 11.0625 6.7375 11.1312 6.95 11.1312C7.1625 11.1312 7.3375 11.0625 7.475 10.925L11.7313 6.66875C11.8688 6.53125 11.9345 6.35925 11.9285 6.15275C11.922 5.94675 11.85 5.775 11.7125 5.6375C11.575 5.5 11.4 5.43125 11.1875 5.43125C10.975 5.43125 10.8 5.5 10.6625 5.6375L6.95 9.35ZM8 15.5C6.9625 15.5 5.9875 15.303 5.075 14.909C4.1625 14.5155 3.36875 13.9813 2.69375 13.3063C2.01875 12.6313 1.4845 11.8375 1.091 10.925C0.697 10.0125 0.5 9.0375 0.5 8C0.5 6.9625 0.697 5.9875 1.091 5.075C1.4845 4.1625 2.01875 3.36875 2.69375 2.69375C3.36875 2.01875 4.1625 1.48425 5.075 1.09025C5.9875 0.69675 6.9625 0.5 8 0.5C9.0375 0.5 10.0125 0.69675 10.925 1.09025C11.8375 1.48425 12.6313 2.01875 13.3063 2.69375C13.9813 3.36875 14.5155 4.1625 14.909 5.075C15.303 5.9875 15.5 6.9625 15.5 8C15.5 9.0375 15.303 10.0125 14.909 10.925C14.5155 11.8375 13.9813 12.6313 13.3063 13.3063C12.6313 13.9813 11.8375 14.5155 10.925 14.909C10.0125 15.303 9.0375 15.5 8 15.5ZM8 14C9.6625 14 11.0782 13.4158 12.2472 12.2472C13.4158 11.0782 14 9.6625 14 8C14 6.3375 13.4158 4.92175 12.2472 3.75275C11.0782 2.58425 9.6625 2 8 2C6.3375 2 4.922 2.58425 3.7535 3.75275C2.5845 4.92175 2 6.3375 2 8C2 9.6625 2.5845 11.0782 3.7535 12.2472C4.922 13.4158 6.3375 14 8 14Z", fill: "#38A611" }) })));
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: "M6.95 9.35L5.31875 7.71875C5.18125 7.58125 5.0095 7.51575 4.8035 7.52225C4.597 7.52825 4.425 7.6 4.2875 7.7375C4.15 7.875 4.08125 8.05 4.08125 8.2625C4.08125 8.475 4.15 8.65 4.2875 8.7875L6.425 10.925C6.5625 11.0625 6.7375 11.1312 6.95 11.1312C7.1625 11.1312 7.3375 11.0625 7.475 10.925L11.7313 6.66875C11.8688 6.53125 11.9345 6.35925 11.9285 6.15275C11.922 5.94675 11.85 5.775 11.7125 5.6375C11.575 5.5 11.4 5.43125 11.1875 5.43125C10.975 5.43125 10.8 5.5 10.6625 5.6375L6.95 9.35ZM8 15.5C6.9625 15.5 5.9875 15.303 5.075 14.909C4.1625 14.5155 3.36875 13.9813 2.69375 13.3063C2.01875 12.6313 1.4845 11.8375 1.091 10.925C0.697 10.0125 0.5 9.0375 0.5 8C0.5 6.9625 0.697 5.9875 1.091 5.075C1.4845 4.1625 2.01875 3.36875 2.69375 2.69375C3.36875 2.01875 4.1625 1.48425 5.075 1.09025C5.9875 0.69675 6.9625 0.5 8 0.5C9.0375 0.5 10.0125 0.69675 10.925 1.09025C11.8375 1.48425 12.6313 2.01875 13.3063 2.69375C13.9813 3.36875 14.5155 4.1625 14.909 5.075C15.303 5.9875 15.5 6.9625 15.5 8C15.5 9.0375 15.303 10.0125 14.909 10.925C14.5155 11.8375 13.9813 12.6313 13.3063 13.3063C12.6313 13.9813 11.8375 14.5155 10.925 14.909C10.0125 15.303 9.0375 15.5 8 15.5ZM8 14C9.6625 14 11.0782 13.4158 12.2472 12.2472C13.4158 11.0782 14 9.6625 14 8C14 6.3375 13.4158 4.92175 12.2472 3.75275C11.0782 2.58425 9.6625 2 8 2C6.3375 2 4.922 2.58425 3.7535 3.75275C2.5845 4.92175 2 6.3375 2 8C2 9.6625 2.5845 11.0782 3.7535 12.2472C4.922 13.4158 6.3375 14 8 14Z", fill: "#38A611" }) }));
26
15
  };
27
16
  export default Arrow;
@@ -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 SwapArrows = 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 SwapArrows = function (_a) {
22
11
  degree: deg[direction],
23
12
  color: color,
24
13
  });
25
- return (_jsx("svg", __assign({ width: width || '12', viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style }, { children: _jsx("path", { d: "M9.17998 6.55292C9.90746 6.55292 10.5661 6.59885 10.9713 6.68436C10.9776 6.68436 11.3484 6.76909 11.4719 6.82373C11.6503 6.90925 11.8013 7.06366 11.8975 7.25687C11.9663 7.41128 12 7.5744 12 7.74464C11.9937 7.92201 11.8905 8.25538 11.842 8.38683C11.5408 9.2531 10.5521 10.9088 9.94889 11.5439C9.85268 11.6516 9.73612 11.768 9.70874 11.7989C9.55706 11.9303 9.37238 12 9.17366 12C8.9946 12 8.81624 11.9382 8.67229 11.8139C8.59751 11.7545 8.48836 11.6363 8.43846 11.581L8.41178 11.551C7.78683 10.9017 6.84729 9.28398 6.54534 8.46363C6.53891 8.46363 6.3885 8.05443 6.35807 7.80753L6.35294 7.74464V7.71376C6.35294 7.35743 6.5313 7.02486 6.8199 6.85461C6.9779 6.76197 7.43713 6.67645 7.44415 6.66853C7.85564 6.59885 8.48691 6.55292 9.17998 6.55292ZM2.82332 6.59369C3.11087 6.59369 3.34756 6.83743 3.3799 7.15183L3.38367 7.22556L3.53745 10.278C3.53745 10.7231 3.21795 11.0833 2.82332 11.0833C2.45335 11.0833 2.1488 10.7667 2.11218 10.3604L2.10848 10.278L2.26297 7.22556C2.26297 6.87637 2.51365 6.59369 2.82332 6.59369ZM2.82704 0C3.0047 0 3.18305 0.0617624 3.32771 0.185287C3.39003 0.235271 3.47621 0.325774 3.53208 0.386623L3.58822 0.448965C4.21247 1.09905 5.15271 2.71596 5.45466 3.53629C5.46045 3.53629 5.61139 3.94615 5.64192 4.19316L5.64706 4.25606V4.28694C5.64706 4.64247 5.468 4.97504 5.1801 5.14528C5.0221 5.23871 4.56287 5.32344 4.55585 5.33136C4.14436 5.40104 3.51309 5.44696 2.82002 5.44696C2.09254 5.44696 1.43388 5.40104 1.02872 5.31552C1.02169 5.31552 0.651638 5.2308 0.528051 5.17616C0.349694 5.09143 0.198721 4.93624 0.102521 4.74303C0.0337054 4.58863 0 4.42551 0 4.25606C0.00631976 4.0779 0.109543 3.74533 0.157292 3.61389C0.459236 2.74684 1.44723 1.09113 2.05111 0.456883C2.14731 0.348403 2.26388 0.232005 2.29127 0.201124C2.44224 0.0696806 2.62762 0 2.82704 0ZM9.17682 0.916667C9.54679 0.916667 9.85073 1.23333 9.88727 1.63959L9.89095 1.72197L9.73717 4.77452C9.73717 5.12372 9.48649 5.40641 9.17682 5.40641C8.88927 5.40641 8.65258 5.16267 8.62024 4.84825L8.61647 4.77452L8.46199 1.72197C8.46199 1.27695 8.78219 0.916667 9.17682 0.916667Z", fill: "#FAFAFA" }) })));
14
+ return (_jsx("svg", { width: width || '12', viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: _jsx("path", { d: "M9.17998 6.55292C9.90746 6.55292 10.5661 6.59885 10.9713 6.68436C10.9776 6.68436 11.3484 6.76909 11.4719 6.82373C11.6503 6.90925 11.8013 7.06366 11.8975 7.25687C11.9663 7.41128 12 7.5744 12 7.74464C11.9937 7.92201 11.8905 8.25538 11.842 8.38683C11.5408 9.2531 10.5521 10.9088 9.94889 11.5439C9.85268 11.6516 9.73612 11.768 9.70874 11.7989C9.55706 11.9303 9.37238 12 9.17366 12C8.9946 12 8.81624 11.9382 8.67229 11.8139C8.59751 11.7545 8.48836 11.6363 8.43846 11.581L8.41178 11.551C7.78683 10.9017 6.84729 9.28398 6.54534 8.46363C6.53891 8.46363 6.3885 8.05443 6.35807 7.80753L6.35294 7.74464V7.71376C6.35294 7.35743 6.5313 7.02486 6.8199 6.85461C6.9779 6.76197 7.43713 6.67645 7.44415 6.66853C7.85564 6.59885 8.48691 6.55292 9.17998 6.55292ZM2.82332 6.59369C3.11087 6.59369 3.34756 6.83743 3.3799 7.15183L3.38367 7.22556L3.53745 10.278C3.53745 10.7231 3.21795 11.0833 2.82332 11.0833C2.45335 11.0833 2.1488 10.7667 2.11218 10.3604L2.10848 10.278L2.26297 7.22556C2.26297 6.87637 2.51365 6.59369 2.82332 6.59369ZM2.82704 0C3.0047 0 3.18305 0.0617624 3.32771 0.185287C3.39003 0.235271 3.47621 0.325774 3.53208 0.386623L3.58822 0.448965C4.21247 1.09905 5.15271 2.71596 5.45466 3.53629C5.46045 3.53629 5.61139 3.94615 5.64192 4.19316L5.64706 4.25606V4.28694C5.64706 4.64247 5.468 4.97504 5.1801 5.14528C5.0221 5.23871 4.56287 5.32344 4.55585 5.33136C4.14436 5.40104 3.51309 5.44696 2.82002 5.44696C2.09254 5.44696 1.43388 5.40104 1.02872 5.31552C1.02169 5.31552 0.651638 5.2308 0.528051 5.17616C0.349694 5.09143 0.198721 4.93624 0.102521 4.74303C0.0337054 4.58863 0 4.42551 0 4.25606C0.00631976 4.0779 0.109543 3.74533 0.157292 3.61389C0.459236 2.74684 1.44723 1.09113 2.05111 0.456883C2.14731 0.348403 2.26388 0.232005 2.29127 0.201124C2.44224 0.0696806 2.62762 0 2.82704 0ZM9.17682 0.916667C9.54679 0.916667 9.85073 1.23333 9.88727 1.63959L9.89095 1.72197L9.73717 4.77452C9.73717 5.12372 9.48649 5.40641 9.17682 5.40641C8.88927 5.40641 8.65258 5.16267 8.62024 4.84825L8.61647 4.77452L8.46199 1.72197C8.46199 1.27695 8.78219 0.916667 9.17682 0.916667Z", fill: "#FAFAFA" }) }));
26
15
  };
27
16
  export default SwapArrows;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { SvgProps } from './types';
3
2
  declare const SwitchArrows: ({ direction, color, width, getStyles }: SvgProps) => import("react").JSX.Element;
4
3
  export default SwitchArrows;
@@ -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 SwitchArrows = 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 SwitchArrows = function (_a) {
22
11
  degree: deg[direction],
23
12
  color: color,
24
13
  });
25
- return (_jsx("svg", __assign({ width: width || '10', viewBox: "0 0 10 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style }, { children: _jsx("path", { d: "M5.00104 2.79925V3.75392C5.00104 3.99392 5.28904 4.11125 5.45437 3.94059L6.94237 2.45259C7.04904 2.34592 7.04904 2.18059 6.94237 2.07392L5.45437 0.585919C5.28904 0.420586 5.00104 0.537919 5.00104 0.777919V1.73259C2.64371 1.73259 0.734375 3.64192 0.734375 5.99925C0.734375 6.55392 0.841042 7.08725 1.03838 7.57259C1.18238 7.92992 1.64104 8.02592 1.91304 7.75392C2.05704 7.60992 2.11571 7.39125 2.03571 7.19925C1.88104 6.83125 1.80104 6.42059 1.80104 5.99925C1.80104 4.23392 3.23571 2.79925 5.00104 2.79925ZM8.08904 4.24459C7.94504 4.38859 7.88637 4.61259 7.96637 4.79925C8.11571 5.17259 8.20104 5.57792 8.20104 5.99925C8.20104 7.76459 6.76637 9.19925 5.00104 9.19925V8.24458C5.00104 8.00458 4.71304 7.88725 4.54771 8.05792L3.05971 9.54592C2.95304 9.65259 2.95304 9.81792 3.05971 9.92459L4.54771 11.4126C4.71304 11.5779 5.00104 11.4606 5.00104 11.2259V10.2659C7.35837 10.2659 9.26771 8.35659 9.26771 5.99925C9.26771 5.44459 9.16104 4.91125 8.96371 4.42592C8.81971 4.06859 8.36104 3.97259 8.08904 4.24459Z", fill: "#4D4040" }) })));
14
+ return (_jsx("svg", { width: width || '10', viewBox: "0 0 10 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: _jsx("path", { d: "M5.00104 2.79925V3.75392C5.00104 3.99392 5.28904 4.11125 5.45437 3.94059L6.94237 2.45259C7.04904 2.34592 7.04904 2.18059 6.94237 2.07392L5.45437 0.585919C5.28904 0.420586 5.00104 0.537919 5.00104 0.777919V1.73259C2.64371 1.73259 0.734375 3.64192 0.734375 5.99925C0.734375 6.55392 0.841042 7.08725 1.03838 7.57259C1.18238 7.92992 1.64104 8.02592 1.91304 7.75392C2.05704 7.60992 2.11571 7.39125 2.03571 7.19925C1.88104 6.83125 1.80104 6.42059 1.80104 5.99925C1.80104 4.23392 3.23571 2.79925 5.00104 2.79925ZM8.08904 4.24459C7.94504 4.38859 7.88637 4.61259 7.96637 4.79925C8.11571 5.17259 8.20104 5.57792 8.20104 5.99925C8.20104 7.76459 6.76637 9.19925 5.00104 9.19925V8.24458C5.00104 8.00458 4.71304 7.88725 4.54771 8.05792L3.05971 9.54592C2.95304 9.65259 2.95304 9.81792 3.05971 9.92459L4.54771 11.4126C4.71304 11.5779 5.00104 11.4606 5.00104 11.2259V10.2659C7.35837 10.2659 9.26771 8.35659 9.26771 5.99925C9.26771 5.44459 9.16104 4.91125 8.96371 4.42592C8.81971 4.06859 8.36104 3.97259 8.08904 4.24459Z", fill: "#4D4040" }) }));
26
15
  };
27
16
  export default SwitchArrows;
@@ -1,16 +1,5 @@
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 Tag = function () {
14
- return (_jsx("svg", __assign({ width: "12", height: "12", viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("g", __assign({ opacity: "0.6" }, { children: _jsx("path", { d: "M1.07911 8.65006C1.12887 8.75764 1.20086 8.85538 1.29111 8.93789C1.38386 9.02377 1.4943 9.09191 1.61601 9.13833C1.73772 9.18475 1.86829 9.20854 2.00011 9.20831L8.00011 9.20831C8.14861 9.20831 8.28911 9.14781 8.38461 9.04377L10.8846 6.29377C11.0391 6.12373 11.0391 5.87669 10.8846 5.70664L8.38461 2.95664C8.28911 2.85214 8.14861 2.79164 8.00011 2.79164L2.00012 2.79164C1.86919 2.79109 1.73944 2.81439 1.61842 2.86018C1.49739 2.90597 1.3875 2.97335 1.29512 3.05839C1.20143 3.14341 1.1271 3.24464 1.07646 3.35621C1.02582 3.46778 0.999867 3.58747 1.00011 3.70831L1.00011 8.29164C1.00011 8.41356 1.02612 8.53227 1.07911 8.65006Z", fill: "white" }) })) })));
3
+ return (_jsx("svg", { width: "12", height: "12", viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("g", { opacity: "0.6", children: _jsx("path", { d: "M1.07911 8.65006C1.12887 8.75764 1.20086 8.85538 1.29111 8.93789C1.38386 9.02377 1.4943 9.09191 1.61601 9.13833C1.73772 9.18475 1.86829 9.20854 2.00011 9.20831L8.00011 9.20831C8.14861 9.20831 8.28911 9.14781 8.38461 9.04377L10.8846 6.29377C11.0391 6.12373 11.0391 5.87669 10.8846 5.70664L8.38461 2.95664C8.28911 2.85214 8.14861 2.79164 8.00011 2.79164L2.00012 2.79164C1.86919 2.79109 1.73944 2.81439 1.61842 2.86018C1.49739 2.90597 1.3875 2.97335 1.29512 3.05839C1.20143 3.14341 1.1271 3.24464 1.07646 3.35621C1.02582 3.46778 0.999867 3.58747 1.00011 3.70831L1.00011 8.29164C1.00011 8.41356 1.02612 8.53227 1.07911 8.65006Z", fill: "white" }) }) }));
15
4
  };
16
5
  export default Tag;
@@ -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 Telegram = 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 Telegram = function (_a) {
22
11
  degree: deg[direction],
23
12
  color: color,
24
13
  });
25
- return (_jsx("svg", __assign({ width: width || '40', viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style }, { children: _jsx("path", { d: "M30.38 11.1315L9.12065 19.2774C7.66979 19.8564 7.67818 20.6606 8.85446 21.0192L14.3126 22.7111L26.9411 14.794C27.5383 14.433 28.0838 14.6272 27.6354 15.0227L17.4038 24.198H17.4014L17.4038 24.1992L17.0273 29.7894C17.5788 29.7894 17.8223 29.538 18.1316 29.2414L20.7827 26.6798L26.2972 30.7271C27.314 31.2835 28.0443 30.9975 28.2973 29.7918L31.9172 12.84C32.2877 11.3638 31.3501 10.6954 30.38 11.1315Z", fill: "#FAFAFA" }) })));
14
+ return (_jsx("svg", { width: width || '40', viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: _jsx("path", { d: "M30.38 11.1315L9.12065 19.2774C7.66979 19.8564 7.67818 20.6606 8.85446 21.0192L14.3126 22.7111L26.9411 14.794C27.5383 14.433 28.0838 14.6272 27.6354 15.0227L17.4038 24.198H17.4014L17.4038 24.1992L17.0273 29.7894C17.5788 29.7894 17.8223 29.538 18.1316 29.2414L20.7827 26.6798L26.2972 30.7271C27.314 31.2835 28.0443 30.9975 28.2973 29.7918L31.9172 12.84C32.2877 11.3638 31.3501 10.6954 30.38 11.1315Z", fill: "#FAFAFA" }) }));
26
15
  };
27
16
  export default Telegram;
@@ -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 TelegramNew = 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 TelegramNew = function (_a) {
22
11
  degree: deg[direction],
23
12
  color: color,
24
13
  });
25
- return (_jsx("svg", __assign({ width: width || '32', height: height || '32', viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style }, { children: _jsxs("svg", __assign({ width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsxs("g", __assign({ filter: "url(#filter0_b_2056_6421)" }, { children: [_jsx("rect", { width: "32", height: "32", rx: "10", fill: "white", fillOpacity: "0.1" }), _jsx("rect", { x: "0.75", y: "0.75", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint0_radial_2056_6421)", strokeWidth: "1.5" }), _jsx("rect", { x: "0.75", y: "0.75", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint1_radial_2056_6421)", strokeWidth: "1.5" }), _jsx("rect", { x: "0.75", y: "0.75", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint2_radial_2056_6421)", strokeWidth: "1.5" }), _jsx("rect", { x: "0.75", y: "0.75", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint3_radial_2056_6421)", strokeWidth: "1.5" }), _jsx("rect", { x: "0.75", y: "0.75", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint4_radial_2056_6421)", strokeWidth: "1.5" }), _jsx("path", { d: "M22.92 9.40238L8.7471 14.833C7.77986 15.219 7.78545 15.7551 8.56964 15.9942L12.2084 17.1221L20.6274 11.844C21.0256 11.6034 21.3892 11.7328 21.0903 11.9965L14.2692 18.1134H14.2676L14.2692 18.1142L14.0182 21.841C14.3859 21.841 14.5482 21.6734 14.7544 21.4757L16.5218 19.7679L20.1982 22.4661C20.876 22.8371 21.3629 22.6464 21.5316 21.8426L23.9448 10.5414C24.1918 9.55724 23.5668 9.11164 22.92 9.40238Z", fill: "#BEBEBE" })] })), _jsxs("defs", { children: [_jsxs("filter", __assign({ id: "filter0_b_2056_6421", x: "-34", y: "-34", 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_2056_6421" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_backgroundBlur_2056_6421", result: "shape" })] })), _jsxs("radialGradient", __assign({ id: "paint0_radial_2056_6421", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(17.0576 34.6473) 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_2056_6421", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(32 3.54909) 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_2056_6421", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(1.15855e-07 0.989091) 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_2056_6421", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "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_2056_6421", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(32.0095) 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 || '32', viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: _jsxs("svg", { width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsxs("g", { filter: "url(#filter0_b_2056_6421)", children: [_jsx("rect", { width: "32", height: "32", rx: "10", fill: "white", fillOpacity: "0.1" }), _jsx("rect", { x: "0.75", y: "0.75", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint0_radial_2056_6421)", strokeWidth: "1.5" }), _jsx("rect", { x: "0.75", y: "0.75", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint1_radial_2056_6421)", strokeWidth: "1.5" }), _jsx("rect", { x: "0.75", y: "0.75", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint2_radial_2056_6421)", strokeWidth: "1.5" }), _jsx("rect", { x: "0.75", y: "0.75", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint3_radial_2056_6421)", strokeWidth: "1.5" }), _jsx("rect", { x: "0.75", y: "0.75", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint4_radial_2056_6421)", strokeWidth: "1.5" }), _jsx("path", { d: "M22.92 9.40238L8.7471 14.833C7.77986 15.219 7.78545 15.7551 8.56964 15.9942L12.2084 17.1221L20.6274 11.844C21.0256 11.6034 21.3892 11.7328 21.0903 11.9965L14.2692 18.1134H14.2676L14.2692 18.1142L14.0182 21.841C14.3859 21.841 14.5482 21.6734 14.7544 21.4757L16.5218 19.7679L20.1982 22.4661C20.876 22.8371 21.3629 22.6464 21.5316 21.8426L23.9448 10.5414C24.1918 9.55724 23.5668 9.11164 22.92 9.40238Z", fill: "#BEBEBE" })] }), _jsxs("defs", { children: [_jsxs("filter", { id: "filter0_b_2056_6421", x: "-34", y: "-34", 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_2056_6421" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_backgroundBlur_2056_6421", result: "shape" })] }), _jsxs("radialGradient", { id: "paint0_radial_2056_6421", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(17.0576 34.6473) 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_2056_6421", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(32 3.54909) 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_2056_6421", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(1.15855e-07 0.989091) 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_2056_6421", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "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_2056_6421", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(32.0095) 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 TelegramNew;
@@ -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 TextLogo = function (_a) {
14
3
  var width = _a.width;
15
- return (_jsxs("svg", __assign({ width: width || '160', viewBox: "0 0 160 36", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("path", { d: "M4.81663 13.2106C4.52556 14.272 4.37562 15.351 4.37562 16.4212C4.37562 16.5001 4.37562 16.5703 4.37562 16.6492C4.39326 17.965 4.22567 19.272 3.9346 20.544C3.326 20.3334 2.69976 19.8948 2.09998 19.1405C0.529969 17.1668 1.05919 13.9913 2.99965 13.2369C3.73174 12.9562 4.34916 13.0176 4.82545 13.2019C4.82545 13.2106 4.82545 13.2106 4.81663 13.2106Z", fill: "#A16552" }), _jsx("path", { d: "M4.81663 13.2106C4.52556 14.272 4.37562 15.351 4.37562 16.4212C4.37562 16.5001 4.37562 16.5703 4.37562 16.6492C4.39326 17.965 4.22567 19.272 3.9346 20.544C3.326 20.3334 2.69976 19.8948 2.09998 19.1405C0.529969 17.1668 1.05919 13.9913 2.99965 13.2369C3.73174 12.9562 4.34916 13.0176 4.82545 13.2019C4.82545 13.2106 4.82545 13.2106 4.81663 13.2106Z", fill: "#F5DCB4" }), _jsx("path", { d: "M33.8178 19.1492C33.218 19.9036 32.5917 20.3334 31.9831 20.5527C31.6921 19.272 31.5245 17.965 31.5421 16.658C31.5421 16.5878 31.5421 16.5089 31.5421 16.4299C31.5421 15.351 31.3834 14.2633 31.0923 13.2019C31.5686 13.0176 32.186 12.9562 32.9181 13.2369C34.8586 13.9913 35.3878 17.1668 33.8178 19.1492Z", fill: "#A16552" }), _jsx("path", { d: "M33.8178 19.1492C33.218 19.9036 32.5917 20.3334 31.9831 20.5527C31.6921 19.272 31.5245 17.965 31.5421 16.658C31.5421 16.5878 31.5421 16.5089 31.5421 16.4299C31.5421 15.351 31.3834 14.2633 31.0923 13.2019C31.5686 13.0176 32.186 12.9562 32.9181 13.2369C34.8586 13.9913 35.3878 17.1668 33.8178 19.1492Z", fill: "#F5DCB4" }), _jsx("path", { d: "M27.767 20.5964C27.1937 21.4912 27.0349 22.5877 27.3789 23.5964C27.6347 24.3508 27.864 25.2105 27.864 25.842C27.864 30.4999 23.4274 34.2719 17.95 34.2719C12.4726 34.2719 8.0448 30.4999 8.0448 25.842C8.0448 25.2017 8.27413 24.3508 8.52992 23.5964C8.87391 22.5964 8.71514 21.4912 8.14182 20.5964C8.0007 20.3859 7.88603 20.1578 7.78019 19.9298C7.46266 19.2456 7.28625 18.4912 7.28625 17.6929C7.28625 14.5964 9.93234 12.0964 13.1959 12.0964C14.2984 12.0964 15.3215 12.3771 16.2124 12.8771C17.2973 13.4824 18.6027 13.4824 19.6876 12.8771C20.5696 12.3859 21.6016 12.0964 22.6953 12.0964C25.9588 12.0964 28.6137 14.6052 28.6137 17.6929C28.6137 18.4912 28.4373 19.2456 28.1198 19.9298C28.0228 20.1578 27.9081 20.3771 27.767 20.5964Z", fill: "#A16552" }), _jsx("path", { d: "M27.767 20.5964C27.1937 21.4912 27.0349 22.5877 27.3789 23.5964C27.6347 24.3508 27.864 25.2105 27.864 25.842C27.864 30.4999 23.4274 34.2719 17.95 34.2719C12.4726 34.2719 8.0448 30.4999 8.0448 25.842C8.0448 25.2017 8.27413 24.3508 8.52992 23.5964C8.87391 22.5964 8.71514 21.4912 8.14182 20.5964C8.0007 20.3859 7.88603 20.1578 7.78019 19.9298C7.46266 19.2456 7.28625 18.4912 7.28625 17.6929C7.28625 14.5964 9.93234 12.0964 13.1959 12.0964C14.2984 12.0964 15.3215 12.3771 16.2124 12.8771C17.2973 13.4824 18.6027 13.4824 19.6876 12.8771C20.5696 12.3859 21.6016 12.0964 22.6953 12.0964C25.9588 12.0964 28.6137 14.6052 28.6137 17.6929C28.6137 18.4912 28.4373 19.2456 28.1198 19.9298C28.0228 20.1578 27.9081 20.3771 27.767 20.5964Z", fill: "#F5DCB4" }), _jsx("path", { d: "M12.9137 26.886C12.5697 26.886 12.3051 27.1842 12.3492 27.5263C12.702 30.0176 15.0835 31.9562 17.9677 31.9562C20.8519 31.9562 23.2334 30.0263 23.5862 27.5263C23.6303 27.193 23.3657 26.886 23.0217 26.886H12.9137Z", fill: "#4E3F3F" }), _jsx("path", { d: "M14.6953 31.0176C15.6214 31.6053 16.7416 31.9474 17.9588 31.9474C19.176 31.9474 20.2962 31.6053 21.2223 31.0176C20.8166 29.6053 19.5024 29.9299 17.9588 29.9299C16.4153 29.9299 15.1099 29.6053 14.6953 31.0176Z", fill: "#E6646E" }), _jsx("path", { d: "M33.5972 12.2018C32.4241 11.7456 31.4892 11.9912 30.8365 12.3596C30.6777 11.8947 30.4925 11.4386 30.2808 10.9825C30.1309 10.6491 29.9633 10.3246 29.7869 10.0088C27.9964 6.74561 24.971 4.03509 21.5134 2.88597L21.4429 1.03509L19.2025 2.37719C19.1143 2.36842 19.0261 2.35965 18.9291 2.35088C18.7615 2.33333 18.6027 2.32456 18.4352 2.31579L18.1088 0.912281L18.0118 0.5C17.8971 0.5 17.7913 0.5 17.6854 0.508772C15.595 0.675439 14.563 2.5614 14.3955 2.88597C10.9291 4.03509 7.91255 6.74561 6.12203 10.0088C5.94562 10.3246 5.77803 10.6491 5.62809 10.9825C5.4164 11.4298 5.23118 11.8947 5.07241 12.3596C5.04595 12.3421 5.01949 12.3246 4.98421 12.3158C4.33151 11.9737 3.43184 11.7719 2.31166 12.2018C-0.140384 13.1491 -0.801906 17.193 1.19148 19.7105C2.00295 20.7368 2.86734 21.2982 3.68762 21.5439C3.6788 21.5877 3.66998 21.6404 3.65234 21.6842C3.5024 22.3509 3.43184 23.0439 3.43184 23.7456C3.43184 28.5526 6.99524 32.693 12.111 34.5088C13.2753 34.9211 14.5189 35.2193 15.8244 35.3772C16.4682 35.4561 17.1298 35.5 17.8001 35.5C17.853 35.5 17.9059 35.5 17.9589 35.5C25.9765 35.5 32.4771 30.2368 32.4771 23.7456C32.4771 23.0439 32.3977 22.3509 32.2566 21.6842C32.2477 21.6404 32.2389 21.5877 32.2213 21.5439C33.0504 21.2895 33.906 20.7281 34.7174 19.7105C36.7196 17.193 36.0581 13.1491 33.5972 12.2018ZM4.81662 13.2105C4.52555 14.2719 4.37561 15.3509 4.37561 16.4211C4.37561 16.5 4.37561 16.5702 4.37561 16.6491C4.39325 17.9649 4.22566 19.2719 3.93459 20.5439C3.32599 20.3333 2.69975 19.8947 2.09997 19.1404C0.529959 17.1667 1.05918 13.9912 2.99964 13.2368C3.73173 12.9561 4.34915 13.0175 4.82544 13.2018C4.82544 13.2105 4.82544 13.2105 4.81662 13.2105ZM28.1375 19.9211C28.0316 20.1491 27.9082 20.3772 27.7759 20.5877C27.2025 21.4825 27.0438 22.5789 27.3878 23.5877C27.6435 24.3421 27.8729 25.2018 27.8729 25.8333C27.8729 30.4912 23.4363 34.2632 17.9589 34.2632C12.4815 34.2632 8.04485 30.5 8.04485 25.8421C8.04485 25.2018 8.27418 24.3509 8.52997 23.5965C8.87396 22.5965 8.71519 21.4912 8.14187 20.5965C8.00075 20.386 7.88609 20.1579 7.78024 19.9298C7.46271 19.2456 7.28631 18.4912 7.28631 17.693C7.28631 14.5965 9.93239 12.0965 13.1959 12.0965C14.2984 12.0965 15.3216 12.3772 16.2124 12.8772C17.2973 13.4825 18.6027 13.4825 19.6876 12.8772C20.5697 12.386 21.6016 12.0965 22.6954 12.0965C25.9589 12.0965 28.6138 14.6053 28.6138 17.693C28.6226 18.4825 28.4462 19.2368 28.1375 19.9211ZM33.8178 19.1491C33.218 19.9035 32.5917 20.3333 31.9831 20.5526C31.6921 19.2719 31.5245 17.9649 31.5421 16.6579C31.5421 16.5877 31.5421 16.5088 31.5421 16.4298C31.5421 15.3509 31.3834 14.2632 31.0923 13.2018C31.5686 13.0175 32.186 12.9561 32.9181 13.2368C34.8586 13.9912 35.3878 17.1667 33.8178 19.1491Z", fill: "#A16552" }), _jsx("path", { d: "M17.4649 23.5615L17.4561 23.5878C17.3503 23.8159 17.0768 23.9211 16.8475 23.8159L15.7185 23.3071C15.4892 23.2018 15.3833 22.9299 15.4892 22.7018L15.498 22.6755C15.6039 22.4475 15.8773 22.3422 16.1066 22.4475L17.2356 22.9562C17.4649 23.0615 17.5708 23.3334 17.4649 23.5615Z", fill: "#4E3F3F" }), _jsx("path", { d: "M18.4528 23.5615L18.4616 23.5878C18.5675 23.8159 18.8409 23.9211 19.0702 23.8159L20.1992 23.3071C20.4286 23.2018 20.5344 22.9299 20.4286 22.7018L20.4197 22.6755C20.3139 22.4475 20.0405 22.3422 19.8111 22.4475L18.6821 22.9562C18.4528 23.0615 18.347 23.3334 18.4528 23.5615Z", fill: "#4E3F3F" }), _jsx("path", { d: "M12.8695 19.9209C11.9346 19.9209 11.176 19.2016 11.176 18.3244V17.7894C11.176 16.9034 11.9346 16.1929 12.8695 16.1929C13.8045 16.1929 14.563 16.9122 14.563 17.7894V18.3244C14.563 19.2104 13.8045 19.9209 12.8695 19.9209Z", fill: "#4E3F3F" }), _jsx("path", { d: "M12.8695 16.1929V18.0613C12.8695 18.4999 13.2488 18.8595 13.7163 18.8595C14.1837 18.8595 14.563 18.4999 14.563 18.0613V17.7981C14.563 16.9034 13.8045 16.1929 12.8695 16.1929Z", fill: "#5D5360" }), _jsx("path", { d: "M12.8696 17.7894C13.1813 17.7894 13.434 17.5498 13.434 17.2543C13.434 16.9588 13.1813 16.7192 12.8696 16.7192C12.5578 16.7192 12.3051 16.9588 12.3051 17.2543C12.3051 17.5498 12.5578 17.7894 12.8696 17.7894Z", fill: "white" }), _jsx("path", { d: "M23.0481 19.9209C22.1132 19.9209 21.3546 19.2016 21.3546 18.3244V17.7894C21.3546 16.9034 22.1132 16.1929 23.0481 16.1929C23.9831 16.1929 24.7416 16.9122 24.7416 17.7894V18.3244C24.7504 19.2104 23.9919 19.9209 23.0481 19.9209Z", fill: "#4E3F3F" }), _jsx("path", { d: "M23.0482 16.1929V18.0613C23.0482 18.4999 23.4275 18.8595 23.895 18.8595C24.3624 18.8595 24.7417 18.4999 24.7417 18.0613V17.7981C24.7505 16.9034 23.992 16.1929 23.0482 16.1929Z", fill: "#5D5360" }), _jsx("path", { d: "M23.0481 17.7894C23.3599 17.7894 23.6126 17.5498 23.6126 17.2543C23.6126 16.9588 23.3599 16.7192 23.0481 16.7192C22.7364 16.7192 22.4836 16.9588 22.4836 17.2543C22.4836 17.5498 22.7364 17.7894 23.0481 17.7894Z", fill: "white" }), _jsx("path", { opacity: "0.35", d: "M18.109 0.912281C17.7297 0.877193 16.9006 1.46491 15.9039 2.5C15.6569 2.75439 15.4011 3.04386 15.1277 3.35088C13.1784 5.62281 10.9116 9.2193 10.1354 12.9035C8.83884 19.0789 8.31844 26.2544 10.6117 30.2368C12.561 33.6053 15.8245 35.3772 15.8245 35.3772C14.5191 35.2193 13.2754 34.9298 12.1112 34.5088C7.00422 32.693 3.432 28.5526 3.432 23.7456C3.432 23.0439 3.51138 22.3509 3.65251 21.6842C3.66133 21.6404 3.67015 21.5877 3.68779 21.5439C2.85868 21.2982 2.00311 20.7368 1.19164 19.7105C-0.801745 17.193 -0.140222 13.1491 2.32064 12.2018C3.44082 11.7719 4.34931 11.9737 4.99319 12.3158C5.01965 12.3333 5.04611 12.3421 5.08139 12.3596C5.24016 11.8947 5.42538 11.4298 5.63707 10.9825C5.78702 10.6491 5.9546 10.3246 6.13101 10.0088C7.92153 6.74561 10.9381 4.03509 14.4044 2.88597C14.5632 2.5614 15.604 0.675439 17.6944 0.508772C17.7914 0.5 17.9061 0.5 18.0119 0.5L18.109 0.912281Z", fill: "#4E3F3F" }), _jsx("path", { d: "M49.0028 27.0088C48.5618 27.1754 47.7768 27.2632 46.639 27.2632C45.5012 27.2632 44.5574 27.1579 43.79 26.9561C43.0315 26.7456 42.6522 26.4825 42.6522 26.1667C42.6522 25.7983 43.3314 23.4561 44.7074 19.1404C46.0745 14.8246 46.8595 12.3421 47.0535 11.6842C47.1329 11.4825 47.7504 11.3246 48.9058 11.193C50.0613 11.0614 51.3138 11 52.6368 11C53.9687 11 54.7007 11.2281 54.8419 11.6842C57.7437 21.2807 59.1991 26.1491 59.1991 26.307C59.1991 26.4561 59.1109 26.614 58.9257 26.7632C58.4935 27.0965 57.6467 27.2632 56.3678 27.2632C53.6511 27.2632 52.2575 26.9386 52.1958 26.2983L52.037 24.807H49.8231L49.7085 26.0877C49.6732 26.5351 49.435 26.8421 49.0028 27.0088ZM51.5431 20.4561L51.1991 16.3333H50.6963L50.3082 20.4561H51.5431Z", fill: "#A16552" }), _jsx("path", { d: "M60.6985 30.0351V15.465C60.6985 15.1404 61.1307 14.8158 61.9862 14.4825C62.8506 14.1492 63.7768 13.9825 64.7735 13.9825C65.2321 13.9825 65.5938 14.0351 65.8584 14.1404C66.123 14.2457 66.2817 14.3509 66.3435 14.465C66.4052 14.5702 66.5199 15.0264 66.6875 15.8422H66.8727C66.8992 15.7018 67.0403 15.4913 67.2872 15.2018C67.5342 14.9123 67.7812 14.6755 68.037 14.4913C68.2928 14.3071 68.6544 14.1404 69.1307 14.0001C69.607 13.8509 70.1627 13.7808 70.7977 13.7808C71.4328 13.7808 72.0149 13.9211 72.5353 14.2018C73.0557 14.4825 73.4438 14.8158 73.6996 15.1843C73.9554 15.5615 74.1494 16.0351 74.2994 16.6053C74.4493 17.1755 74.5287 17.6404 74.5552 17.9825C74.5816 18.3246 74.5905 18.8246 74.5905 19.4737C74.5905 20.1229 74.564 20.7632 74.5199 21.3948C74.4758 22.0264 74.3876 22.6755 74.2641 23.3334C74.1406 23.9913 73.9642 24.5527 73.7349 25.0264C73.5056 25.5001 73.2145 25.9299 72.8617 26.3071C72.1561 27.0702 71.1153 27.4562 69.7481 27.4562C69.2542 27.4562 68.822 27.386 68.4427 27.2369C68.0634 27.0878 67.79 26.9211 67.6048 26.7194C67.2167 26.3071 66.9962 25.9387 66.9344 25.6229L66.908 25.3948H66.7228L67.0491 27.4562V30.0439C67.0491 30.2106 66.6081 30.3422 65.7261 30.4474C64.844 30.5439 63.9355 30.5965 63.0094 30.5965C62.0833 30.5965 61.4658 30.5527 61.1571 30.4737C60.8484 30.3773 60.6985 30.2369 60.6985 30.0351ZM68.134 17.8246C67.9929 17.3071 67.79 17.0439 67.5078 17.0439C67.2343 17.0439 67.0315 17.193 66.908 17.5001V23.5001C66.908 23.8948 67.1197 24.0965 67.5342 24.0965C68.0723 24.0965 68.3369 22.9123 68.3369 20.5439C68.3457 19.2544 68.2751 18.3422 68.134 17.8246Z", fill: "#A16552" }), _jsx("path", { d: "M82.4934 22.0877C82.4934 23.079 82.9697 23.579 83.9223 23.579C84.478 23.579 85.2013 23.3947 86.0921 23.0176C86.983 22.6404 87.4505 22.4562 87.4946 22.4562C87.7856 22.4562 88.1737 22.8947 88.65 23.7632C89.1263 24.6316 89.3645 25.2719 89.3645 25.6842C89.3645 26.2807 88.747 26.7281 87.521 27.0351C86.295 27.3421 85.0866 27.4912 83.9135 27.4912C82.7404 27.4912 81.7525 27.4035 80.9675 27.2193C80.1737 27.0351 79.5298 26.807 79.0359 26.5176C78.5331 26.2369 78.1009 25.886 77.7217 25.4737C77.3424 25.0614 77.069 24.6667 76.8837 24.2895C76.6985 23.9123 76.5574 23.5 76.4427 23.0439C76.2928 22.3684 76.2134 21.6754 76.2134 20.9561C76.2134 18.1754 76.9455 16.2544 78.4008 15.2018C79.1241 14.6667 79.9267 14.2895 80.8176 14.079C81.7084 13.8684 82.758 13.7544 83.9752 13.7544C87.865 13.7544 89.8055 15.0965 89.8055 17.7895C89.8055 20.6491 87.6269 22.079 83.2608 22.079H82.4934V22.0877ZM82.4493 18.7369V20.2456C82.8904 20.2456 83.2608 20.0702 83.5431 19.7193C83.8253 19.3684 83.9664 18.9386 83.9664 18.4386C83.9664 17.5176 83.7283 17.0614 83.252 17.0614C82.7139 17.0702 82.4493 17.6228 82.4493 18.7369Z", fill: "#A16552" }), _jsx("path", { d: "M103.486 26.2983C103.027 26.6316 102.383 26.9123 101.563 27.1316C100.743 27.3509 99.6842 27.4649 98.3788 27.4649C97.0822 27.4649 95.8474 27.3597 94.6831 27.1404C93.5188 26.9299 92.6809 26.693 92.1693 26.4299C91.6666 26.1667 91.4108 25.9211 91.4108 25.6755C91.4108 24.8158 91.5343 23.9299 91.7812 23.0088C92.0282 22.0878 92.3193 21.6228 92.6544 21.6228C92.7162 21.6228 93.3512 21.8334 94.5684 22.2457C95.7856 22.6579 96.6941 22.8685 97.3115 22.8685C97.929 22.8685 98.3259 22.8071 98.5111 22.6755C98.6963 22.5439 98.7845 22.3597 98.7845 22.1141C98.7845 21.8685 98.617 21.6492 98.2818 21.465C97.9466 21.272 97.5232 21.1053 97.0117 20.965C96.5089 20.8158 95.9532 20.6141 95.3623 20.3334C94.7713 20.0614 94.2244 19.7544 93.7129 19.4123C93.2101 19.079 92.7867 18.5965 92.4427 17.9825C92.1076 17.3597 91.94 16.6579 91.94 15.8597C91.94 12.465 93.9775 10.772 98.0436 10.772C99.5607 10.772 100.875 10.8685 101.986 11.0614C103.089 11.2544 103.874 11.465 104.324 11.7018C104.774 11.9386 105.003 12.1755 105.003 12.4036C105.003 13.2018 104.818 14.0527 104.438 14.9737C104.059 15.8948 103.697 16.3509 103.345 16.3509C103.283 16.3509 103.08 16.2807 102.745 16.1404C101.731 15.7018 100.893 15.4737 100.222 15.4737C99.5519 15.4737 99.1021 15.5351 98.8639 15.6579C98.6258 15.7807 98.5111 15.965 98.5111 16.2193C98.5111 16.4737 98.6787 16.6755 99.0139 16.8421C99.349 17 99.7724 17.1492 100.266 17.2807C100.769 17.4123 101.307 17.6053 101.898 17.8772C102.489 18.1404 103.036 18.4562 103.547 18.8158C104.05 19.1755 104.474 19.6842 104.818 20.3421C105.153 21 105.32 21.7632 105.32 22.6316C105.32 23.5527 105.082 24.3772 104.606 25.1316C104.324 25.5702 103.944 25.9649 103.486 26.2983Z", fill: "#A16552" }), _jsx("path", { d: "M124.663 26.7105C124.461 27.0789 123.42 27.2631 121.541 27.2631C119.662 27.2631 118.683 27.0789 118.604 26.7105L117.819 22.5438H117.493L116.752 26.7105C116.708 27.0789 115.358 27.2631 112.721 27.2631C111.98 27.2631 111.495 27.2192 111.257 27.1403C111.018 27.0526 110.851 26.9122 110.763 26.7192C107.905 19.7368 106.476 16.0614 106.476 15.6929C106.476 15.3245 107.032 14.9473 108.143 14.5614C109.254 14.1754 110.33 13.9736 111.354 13.9736C112.677 13.9736 113.356 14.3245 113.409 15.0263L114.194 21.307H114.467L114.741 16.2456C114.758 15.8596 115.146 15.5263 115.914 15.2368C116.681 14.9473 117.457 14.7982 118.242 14.7982C119.027 14.7982 119.609 14.8947 120.006 15.0877C120.394 15.2807 120.597 15.5087 120.615 15.7894L120.871 21.3157H121.126L121.885 15.4298C121.929 15.0614 122.45 14.728 123.437 14.4298C124.425 14.1315 125.298 13.9824 126.057 13.9824C126.807 13.9824 127.398 14.0877 127.83 14.307C128.536 14.6403 128.888 15.0438 128.888 15.4999C128.888 15.5438 128.192 17.4122 126.807 21.0877C125.431 24.7543 124.708 26.6403 124.663 26.7105Z", fill: "#A16552" }), _jsx("path", { d: "M133.739 27.4737C132.337 27.4737 131.243 27.1492 130.441 26.4913C130.114 26.2193 129.841 25.8158 129.603 25.2807C129.365 24.7457 129.25 24.1229 129.25 23.4036C129.25 22.6843 129.426 22.0614 129.77 21.5264C130.114 20.9913 130.538 20.579 131.023 20.2895C131.517 20 132.09 19.7632 132.752 19.579C133.748 19.3158 134.851 19.193 136.05 19.193H136.809C136.809 18.5702 136.597 18.1228 136.165 17.8597C135.98 17.7544 135.698 17.7018 135.327 17.7018C134.948 17.7018 134.498 17.7983 133.969 18C133.44 18.2018 132.999 18.4036 132.646 18.6053C132.293 18.8158 132.055 18.9123 131.931 18.9123C131.658 18.9123 131.279 18.5527 130.802 17.8246C130.326 17.0965 130.088 16.4386 130.088 15.8421C130.088 15.6404 130.37 15.386 130.943 15.0614C131.508 14.7369 132.311 14.4474 133.351 14.1755C134.392 13.9123 135.398 13.772 136.386 13.772C137.365 13.772 138.22 13.8509 138.935 14.0088C139.649 14.1667 140.231 14.3597 140.69 14.5965C141.14 14.8246 141.528 15.1316 141.845 15.5176C142.163 15.9036 142.401 16.2457 142.56 16.5527C142.718 16.8597 142.842 17.2544 142.913 17.7457C143.018 18.3071 143.071 19.0088 143.071 19.8334V26.7281C143.071 26.8948 142.657 27.0264 141.836 27.1316C141.016 27.2281 140.205 27.2807 139.393 27.2807C138.591 27.2807 138.061 27.2544 137.823 27.2106C137.585 27.1667 137.444 27.1141 137.4 27.0527C137.356 26.9913 137.312 26.886 137.285 26.7281L137.1 25.4211H136.915C136.518 26.7807 135.459 27.4737 133.739 27.4737ZM136.827 23.6667V20.9825C136.43 20.9825 136.103 21.1492 135.856 21.4825C135.609 21.8158 135.486 22.2018 135.486 22.6316C135.486 23.6404 135.715 24.1404 136.174 24.1404C136.377 24.1404 136.527 24.0878 136.65 23.9913C136.774 23.9036 136.827 23.7895 136.827 23.6667Z", fill: "#A16552" }), _jsx("path", { d: "M145.126 30.0351V15.465C145.126 15.1404 145.559 14.8158 146.414 14.4825C147.279 14.1492 148.205 13.9825 149.201 13.9825C149.66 13.9825 150.022 14.0351 150.286 14.1404C150.551 14.2457 150.71 14.3509 150.771 14.465C150.833 14.5702 150.948 15.0264 151.115 15.8422H151.301C151.327 15.7018 151.468 15.4913 151.715 15.2018C151.962 14.9123 152.209 14.6755 152.465 14.4913C152.721 14.3071 153.082 14.1404 153.559 14.0001C154.035 13.8509 154.591 13.7808 155.226 13.7808C155.861 13.7808 156.443 13.9211 156.963 14.2018C157.484 14.4825 157.872 14.8158 158.128 15.1843C158.383 15.5615 158.577 16.0351 158.727 16.6053C158.877 17.1755 158.957 17.6404 158.983 17.9825C159.01 18.3246 159.018 18.8246 159.018 19.4737C159.018 20.1229 158.992 20.7632 158.948 21.3948C158.904 22.0264 158.816 22.6755 158.692 23.3334C158.569 23.9913 158.392 24.5527 158.163 25.0264C157.934 25.5001 157.642 25.9299 157.29 26.3071C156.584 27.0702 155.543 27.4562 154.176 27.4562C153.682 27.4562 153.25 27.386 152.871 27.2369C152.491 27.0878 152.218 26.9211 152.033 26.7194C151.645 26.3071 151.424 25.9387 151.362 25.6229L151.336 25.3948H151.151L151.477 27.4562V30.0439C151.477 30.2106 151.036 30.3422 150.154 30.4474C149.272 30.5439 148.364 30.5965 147.437 30.5965C146.511 30.5965 145.894 30.5527 145.585 30.4737C145.276 30.3773 145.126 30.2369 145.126 30.0351ZM152.571 17.8246C152.43 17.3071 152.227 17.0439 151.945 17.0439C151.671 17.0439 151.468 17.193 151.345 17.5001V23.5001C151.345 23.8948 151.556 24.0965 151.971 24.0965C152.509 24.0965 152.774 22.9123 152.774 20.5439C152.774 19.2544 152.703 18.3422 152.571 17.8246Z", fill: "#A16552" })] })));
4
+ return (_jsxs("svg", { width: width || '160', viewBox: "0 0 160 36", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("path", { d: "M4.81663 13.2106C4.52556 14.272 4.37562 15.351 4.37562 16.4212C4.37562 16.5001 4.37562 16.5703 4.37562 16.6492C4.39326 17.965 4.22567 19.272 3.9346 20.544C3.326 20.3334 2.69976 19.8948 2.09998 19.1405C0.529969 17.1668 1.05919 13.9913 2.99965 13.2369C3.73174 12.9562 4.34916 13.0176 4.82545 13.2019C4.82545 13.2106 4.82545 13.2106 4.81663 13.2106Z", fill: "#A16552" }), _jsx("path", { d: "M4.81663 13.2106C4.52556 14.272 4.37562 15.351 4.37562 16.4212C4.37562 16.5001 4.37562 16.5703 4.37562 16.6492C4.39326 17.965 4.22567 19.272 3.9346 20.544C3.326 20.3334 2.69976 19.8948 2.09998 19.1405C0.529969 17.1668 1.05919 13.9913 2.99965 13.2369C3.73174 12.9562 4.34916 13.0176 4.82545 13.2019C4.82545 13.2106 4.82545 13.2106 4.81663 13.2106Z", fill: "#F5DCB4" }), _jsx("path", { d: "M33.8178 19.1492C33.218 19.9036 32.5917 20.3334 31.9831 20.5527C31.6921 19.272 31.5245 17.965 31.5421 16.658C31.5421 16.5878 31.5421 16.5089 31.5421 16.4299C31.5421 15.351 31.3834 14.2633 31.0923 13.2019C31.5686 13.0176 32.186 12.9562 32.9181 13.2369C34.8586 13.9913 35.3878 17.1668 33.8178 19.1492Z", fill: "#A16552" }), _jsx("path", { d: "M33.8178 19.1492C33.218 19.9036 32.5917 20.3334 31.9831 20.5527C31.6921 19.272 31.5245 17.965 31.5421 16.658C31.5421 16.5878 31.5421 16.5089 31.5421 16.4299C31.5421 15.351 31.3834 14.2633 31.0923 13.2019C31.5686 13.0176 32.186 12.9562 32.9181 13.2369C34.8586 13.9913 35.3878 17.1668 33.8178 19.1492Z", fill: "#F5DCB4" }), _jsx("path", { d: "M27.767 20.5964C27.1937 21.4912 27.0349 22.5877 27.3789 23.5964C27.6347 24.3508 27.864 25.2105 27.864 25.842C27.864 30.4999 23.4274 34.2719 17.95 34.2719C12.4726 34.2719 8.0448 30.4999 8.0448 25.842C8.0448 25.2017 8.27413 24.3508 8.52992 23.5964C8.87391 22.5964 8.71514 21.4912 8.14182 20.5964C8.0007 20.3859 7.88603 20.1578 7.78019 19.9298C7.46266 19.2456 7.28625 18.4912 7.28625 17.6929C7.28625 14.5964 9.93234 12.0964 13.1959 12.0964C14.2984 12.0964 15.3215 12.3771 16.2124 12.8771C17.2973 13.4824 18.6027 13.4824 19.6876 12.8771C20.5696 12.3859 21.6016 12.0964 22.6953 12.0964C25.9588 12.0964 28.6137 14.6052 28.6137 17.6929C28.6137 18.4912 28.4373 19.2456 28.1198 19.9298C28.0228 20.1578 27.9081 20.3771 27.767 20.5964Z", fill: "#A16552" }), _jsx("path", { d: "M27.767 20.5964C27.1937 21.4912 27.0349 22.5877 27.3789 23.5964C27.6347 24.3508 27.864 25.2105 27.864 25.842C27.864 30.4999 23.4274 34.2719 17.95 34.2719C12.4726 34.2719 8.0448 30.4999 8.0448 25.842C8.0448 25.2017 8.27413 24.3508 8.52992 23.5964C8.87391 22.5964 8.71514 21.4912 8.14182 20.5964C8.0007 20.3859 7.88603 20.1578 7.78019 19.9298C7.46266 19.2456 7.28625 18.4912 7.28625 17.6929C7.28625 14.5964 9.93234 12.0964 13.1959 12.0964C14.2984 12.0964 15.3215 12.3771 16.2124 12.8771C17.2973 13.4824 18.6027 13.4824 19.6876 12.8771C20.5696 12.3859 21.6016 12.0964 22.6953 12.0964C25.9588 12.0964 28.6137 14.6052 28.6137 17.6929C28.6137 18.4912 28.4373 19.2456 28.1198 19.9298C28.0228 20.1578 27.9081 20.3771 27.767 20.5964Z", fill: "#F5DCB4" }), _jsx("path", { d: "M12.9137 26.886C12.5697 26.886 12.3051 27.1842 12.3492 27.5263C12.702 30.0176 15.0835 31.9562 17.9677 31.9562C20.8519 31.9562 23.2334 30.0263 23.5862 27.5263C23.6303 27.193 23.3657 26.886 23.0217 26.886H12.9137Z", fill: "#4E3F3F" }), _jsx("path", { d: "M14.6953 31.0176C15.6214 31.6053 16.7416 31.9474 17.9588 31.9474C19.176 31.9474 20.2962 31.6053 21.2223 31.0176C20.8166 29.6053 19.5024 29.9299 17.9588 29.9299C16.4153 29.9299 15.1099 29.6053 14.6953 31.0176Z", fill: "#E6646E" }), _jsx("path", { d: "M33.5972 12.2018C32.4241 11.7456 31.4892 11.9912 30.8365 12.3596C30.6777 11.8947 30.4925 11.4386 30.2808 10.9825C30.1309 10.6491 29.9633 10.3246 29.7869 10.0088C27.9964 6.74561 24.971 4.03509 21.5134 2.88597L21.4429 1.03509L19.2025 2.37719C19.1143 2.36842 19.0261 2.35965 18.9291 2.35088C18.7615 2.33333 18.6027 2.32456 18.4352 2.31579L18.1088 0.912281L18.0118 0.5C17.8971 0.5 17.7913 0.5 17.6854 0.508772C15.595 0.675439 14.563 2.5614 14.3955 2.88597C10.9291 4.03509 7.91255 6.74561 6.12203 10.0088C5.94562 10.3246 5.77803 10.6491 5.62809 10.9825C5.4164 11.4298 5.23118 11.8947 5.07241 12.3596C5.04595 12.3421 5.01949 12.3246 4.98421 12.3158C4.33151 11.9737 3.43184 11.7719 2.31166 12.2018C-0.140384 13.1491 -0.801906 17.193 1.19148 19.7105C2.00295 20.7368 2.86734 21.2982 3.68762 21.5439C3.6788 21.5877 3.66998 21.6404 3.65234 21.6842C3.5024 22.3509 3.43184 23.0439 3.43184 23.7456C3.43184 28.5526 6.99524 32.693 12.111 34.5088C13.2753 34.9211 14.5189 35.2193 15.8244 35.3772C16.4682 35.4561 17.1298 35.5 17.8001 35.5C17.853 35.5 17.9059 35.5 17.9589 35.5C25.9765 35.5 32.4771 30.2368 32.4771 23.7456C32.4771 23.0439 32.3977 22.3509 32.2566 21.6842C32.2477 21.6404 32.2389 21.5877 32.2213 21.5439C33.0504 21.2895 33.906 20.7281 34.7174 19.7105C36.7196 17.193 36.0581 13.1491 33.5972 12.2018ZM4.81662 13.2105C4.52555 14.2719 4.37561 15.3509 4.37561 16.4211C4.37561 16.5 4.37561 16.5702 4.37561 16.6491C4.39325 17.9649 4.22566 19.2719 3.93459 20.5439C3.32599 20.3333 2.69975 19.8947 2.09997 19.1404C0.529959 17.1667 1.05918 13.9912 2.99964 13.2368C3.73173 12.9561 4.34915 13.0175 4.82544 13.2018C4.82544 13.2105 4.82544 13.2105 4.81662 13.2105ZM28.1375 19.9211C28.0316 20.1491 27.9082 20.3772 27.7759 20.5877C27.2025 21.4825 27.0438 22.5789 27.3878 23.5877C27.6435 24.3421 27.8729 25.2018 27.8729 25.8333C27.8729 30.4912 23.4363 34.2632 17.9589 34.2632C12.4815 34.2632 8.04485 30.5 8.04485 25.8421C8.04485 25.2018 8.27418 24.3509 8.52997 23.5965C8.87396 22.5965 8.71519 21.4912 8.14187 20.5965C8.00075 20.386 7.88609 20.1579 7.78024 19.9298C7.46271 19.2456 7.28631 18.4912 7.28631 17.693C7.28631 14.5965 9.93239 12.0965 13.1959 12.0965C14.2984 12.0965 15.3216 12.3772 16.2124 12.8772C17.2973 13.4825 18.6027 13.4825 19.6876 12.8772C20.5697 12.386 21.6016 12.0965 22.6954 12.0965C25.9589 12.0965 28.6138 14.6053 28.6138 17.693C28.6226 18.4825 28.4462 19.2368 28.1375 19.9211ZM33.8178 19.1491C33.218 19.9035 32.5917 20.3333 31.9831 20.5526C31.6921 19.2719 31.5245 17.9649 31.5421 16.6579C31.5421 16.5877 31.5421 16.5088 31.5421 16.4298C31.5421 15.3509 31.3834 14.2632 31.0923 13.2018C31.5686 13.0175 32.186 12.9561 32.9181 13.2368C34.8586 13.9912 35.3878 17.1667 33.8178 19.1491Z", fill: "#A16552" }), _jsx("path", { d: "M17.4649 23.5615L17.4561 23.5878C17.3503 23.8159 17.0768 23.9211 16.8475 23.8159L15.7185 23.3071C15.4892 23.2018 15.3833 22.9299 15.4892 22.7018L15.498 22.6755C15.6039 22.4475 15.8773 22.3422 16.1066 22.4475L17.2356 22.9562C17.4649 23.0615 17.5708 23.3334 17.4649 23.5615Z", fill: "#4E3F3F" }), _jsx("path", { d: "M18.4528 23.5615L18.4616 23.5878C18.5675 23.8159 18.8409 23.9211 19.0702 23.8159L20.1992 23.3071C20.4286 23.2018 20.5344 22.9299 20.4286 22.7018L20.4197 22.6755C20.3139 22.4475 20.0405 22.3422 19.8111 22.4475L18.6821 22.9562C18.4528 23.0615 18.347 23.3334 18.4528 23.5615Z", fill: "#4E3F3F" }), _jsx("path", { d: "M12.8695 19.9209C11.9346 19.9209 11.176 19.2016 11.176 18.3244V17.7894C11.176 16.9034 11.9346 16.1929 12.8695 16.1929C13.8045 16.1929 14.563 16.9122 14.563 17.7894V18.3244C14.563 19.2104 13.8045 19.9209 12.8695 19.9209Z", fill: "#4E3F3F" }), _jsx("path", { d: "M12.8695 16.1929V18.0613C12.8695 18.4999 13.2488 18.8595 13.7163 18.8595C14.1837 18.8595 14.563 18.4999 14.563 18.0613V17.7981C14.563 16.9034 13.8045 16.1929 12.8695 16.1929Z", fill: "#5D5360" }), _jsx("path", { d: "M12.8696 17.7894C13.1813 17.7894 13.434 17.5498 13.434 17.2543C13.434 16.9588 13.1813 16.7192 12.8696 16.7192C12.5578 16.7192 12.3051 16.9588 12.3051 17.2543C12.3051 17.5498 12.5578 17.7894 12.8696 17.7894Z", fill: "white" }), _jsx("path", { d: "M23.0481 19.9209C22.1132 19.9209 21.3546 19.2016 21.3546 18.3244V17.7894C21.3546 16.9034 22.1132 16.1929 23.0481 16.1929C23.9831 16.1929 24.7416 16.9122 24.7416 17.7894V18.3244C24.7504 19.2104 23.9919 19.9209 23.0481 19.9209Z", fill: "#4E3F3F" }), _jsx("path", { d: "M23.0482 16.1929V18.0613C23.0482 18.4999 23.4275 18.8595 23.895 18.8595C24.3624 18.8595 24.7417 18.4999 24.7417 18.0613V17.7981C24.7505 16.9034 23.992 16.1929 23.0482 16.1929Z", fill: "#5D5360" }), _jsx("path", { d: "M23.0481 17.7894C23.3599 17.7894 23.6126 17.5498 23.6126 17.2543C23.6126 16.9588 23.3599 16.7192 23.0481 16.7192C22.7364 16.7192 22.4836 16.9588 22.4836 17.2543C22.4836 17.5498 22.7364 17.7894 23.0481 17.7894Z", fill: "white" }), _jsx("path", { opacity: "0.35", d: "M18.109 0.912281C17.7297 0.877193 16.9006 1.46491 15.9039 2.5C15.6569 2.75439 15.4011 3.04386 15.1277 3.35088C13.1784 5.62281 10.9116 9.2193 10.1354 12.9035C8.83884 19.0789 8.31844 26.2544 10.6117 30.2368C12.561 33.6053 15.8245 35.3772 15.8245 35.3772C14.5191 35.2193 13.2754 34.9298 12.1112 34.5088C7.00422 32.693 3.432 28.5526 3.432 23.7456C3.432 23.0439 3.51138 22.3509 3.65251 21.6842C3.66133 21.6404 3.67015 21.5877 3.68779 21.5439C2.85868 21.2982 2.00311 20.7368 1.19164 19.7105C-0.801745 17.193 -0.140222 13.1491 2.32064 12.2018C3.44082 11.7719 4.34931 11.9737 4.99319 12.3158C5.01965 12.3333 5.04611 12.3421 5.08139 12.3596C5.24016 11.8947 5.42538 11.4298 5.63707 10.9825C5.78702 10.6491 5.9546 10.3246 6.13101 10.0088C7.92153 6.74561 10.9381 4.03509 14.4044 2.88597C14.5632 2.5614 15.604 0.675439 17.6944 0.508772C17.7914 0.5 17.9061 0.5 18.0119 0.5L18.109 0.912281Z", fill: "#4E3F3F" }), _jsx("path", { d: "M49.0028 27.0088C48.5618 27.1754 47.7768 27.2632 46.639 27.2632C45.5012 27.2632 44.5574 27.1579 43.79 26.9561C43.0315 26.7456 42.6522 26.4825 42.6522 26.1667C42.6522 25.7983 43.3314 23.4561 44.7074 19.1404C46.0745 14.8246 46.8595 12.3421 47.0535 11.6842C47.1329 11.4825 47.7504 11.3246 48.9058 11.193C50.0613 11.0614 51.3138 11 52.6368 11C53.9687 11 54.7007 11.2281 54.8419 11.6842C57.7437 21.2807 59.1991 26.1491 59.1991 26.307C59.1991 26.4561 59.1109 26.614 58.9257 26.7632C58.4935 27.0965 57.6467 27.2632 56.3678 27.2632C53.6511 27.2632 52.2575 26.9386 52.1958 26.2983L52.037 24.807H49.8231L49.7085 26.0877C49.6732 26.5351 49.435 26.8421 49.0028 27.0088ZM51.5431 20.4561L51.1991 16.3333H50.6963L50.3082 20.4561H51.5431Z", fill: "#A16552" }), _jsx("path", { d: "M60.6985 30.0351V15.465C60.6985 15.1404 61.1307 14.8158 61.9862 14.4825C62.8506 14.1492 63.7768 13.9825 64.7735 13.9825C65.2321 13.9825 65.5938 14.0351 65.8584 14.1404C66.123 14.2457 66.2817 14.3509 66.3435 14.465C66.4052 14.5702 66.5199 15.0264 66.6875 15.8422H66.8727C66.8992 15.7018 67.0403 15.4913 67.2872 15.2018C67.5342 14.9123 67.7812 14.6755 68.037 14.4913C68.2928 14.3071 68.6544 14.1404 69.1307 14.0001C69.607 13.8509 70.1627 13.7808 70.7977 13.7808C71.4328 13.7808 72.0149 13.9211 72.5353 14.2018C73.0557 14.4825 73.4438 14.8158 73.6996 15.1843C73.9554 15.5615 74.1494 16.0351 74.2994 16.6053C74.4493 17.1755 74.5287 17.6404 74.5552 17.9825C74.5816 18.3246 74.5905 18.8246 74.5905 19.4737C74.5905 20.1229 74.564 20.7632 74.5199 21.3948C74.4758 22.0264 74.3876 22.6755 74.2641 23.3334C74.1406 23.9913 73.9642 24.5527 73.7349 25.0264C73.5056 25.5001 73.2145 25.9299 72.8617 26.3071C72.1561 27.0702 71.1153 27.4562 69.7481 27.4562C69.2542 27.4562 68.822 27.386 68.4427 27.2369C68.0634 27.0878 67.79 26.9211 67.6048 26.7194C67.2167 26.3071 66.9962 25.9387 66.9344 25.6229L66.908 25.3948H66.7228L67.0491 27.4562V30.0439C67.0491 30.2106 66.6081 30.3422 65.7261 30.4474C64.844 30.5439 63.9355 30.5965 63.0094 30.5965C62.0833 30.5965 61.4658 30.5527 61.1571 30.4737C60.8484 30.3773 60.6985 30.2369 60.6985 30.0351ZM68.134 17.8246C67.9929 17.3071 67.79 17.0439 67.5078 17.0439C67.2343 17.0439 67.0315 17.193 66.908 17.5001V23.5001C66.908 23.8948 67.1197 24.0965 67.5342 24.0965C68.0723 24.0965 68.3369 22.9123 68.3369 20.5439C68.3457 19.2544 68.2751 18.3422 68.134 17.8246Z", fill: "#A16552" }), _jsx("path", { d: "M82.4934 22.0877C82.4934 23.079 82.9697 23.579 83.9223 23.579C84.478 23.579 85.2013 23.3947 86.0921 23.0176C86.983 22.6404 87.4505 22.4562 87.4946 22.4562C87.7856 22.4562 88.1737 22.8947 88.65 23.7632C89.1263 24.6316 89.3645 25.2719 89.3645 25.6842C89.3645 26.2807 88.747 26.7281 87.521 27.0351C86.295 27.3421 85.0866 27.4912 83.9135 27.4912C82.7404 27.4912 81.7525 27.4035 80.9675 27.2193C80.1737 27.0351 79.5298 26.807 79.0359 26.5176C78.5331 26.2369 78.1009 25.886 77.7217 25.4737C77.3424 25.0614 77.069 24.6667 76.8837 24.2895C76.6985 23.9123 76.5574 23.5 76.4427 23.0439C76.2928 22.3684 76.2134 21.6754 76.2134 20.9561C76.2134 18.1754 76.9455 16.2544 78.4008 15.2018C79.1241 14.6667 79.9267 14.2895 80.8176 14.079C81.7084 13.8684 82.758 13.7544 83.9752 13.7544C87.865 13.7544 89.8055 15.0965 89.8055 17.7895C89.8055 20.6491 87.6269 22.079 83.2608 22.079H82.4934V22.0877ZM82.4493 18.7369V20.2456C82.8904 20.2456 83.2608 20.0702 83.5431 19.7193C83.8253 19.3684 83.9664 18.9386 83.9664 18.4386C83.9664 17.5176 83.7283 17.0614 83.252 17.0614C82.7139 17.0702 82.4493 17.6228 82.4493 18.7369Z", fill: "#A16552" }), _jsx("path", { d: "M103.486 26.2983C103.027 26.6316 102.383 26.9123 101.563 27.1316C100.743 27.3509 99.6842 27.4649 98.3788 27.4649C97.0822 27.4649 95.8474 27.3597 94.6831 27.1404C93.5188 26.9299 92.6809 26.693 92.1693 26.4299C91.6666 26.1667 91.4108 25.9211 91.4108 25.6755C91.4108 24.8158 91.5343 23.9299 91.7812 23.0088C92.0282 22.0878 92.3193 21.6228 92.6544 21.6228C92.7162 21.6228 93.3512 21.8334 94.5684 22.2457C95.7856 22.6579 96.6941 22.8685 97.3115 22.8685C97.929 22.8685 98.3259 22.8071 98.5111 22.6755C98.6963 22.5439 98.7845 22.3597 98.7845 22.1141C98.7845 21.8685 98.617 21.6492 98.2818 21.465C97.9466 21.272 97.5232 21.1053 97.0117 20.965C96.5089 20.8158 95.9532 20.6141 95.3623 20.3334C94.7713 20.0614 94.2244 19.7544 93.7129 19.4123C93.2101 19.079 92.7867 18.5965 92.4427 17.9825C92.1076 17.3597 91.94 16.6579 91.94 15.8597C91.94 12.465 93.9775 10.772 98.0436 10.772C99.5607 10.772 100.875 10.8685 101.986 11.0614C103.089 11.2544 103.874 11.465 104.324 11.7018C104.774 11.9386 105.003 12.1755 105.003 12.4036C105.003 13.2018 104.818 14.0527 104.438 14.9737C104.059 15.8948 103.697 16.3509 103.345 16.3509C103.283 16.3509 103.08 16.2807 102.745 16.1404C101.731 15.7018 100.893 15.4737 100.222 15.4737C99.5519 15.4737 99.1021 15.5351 98.8639 15.6579C98.6258 15.7807 98.5111 15.965 98.5111 16.2193C98.5111 16.4737 98.6787 16.6755 99.0139 16.8421C99.349 17 99.7724 17.1492 100.266 17.2807C100.769 17.4123 101.307 17.6053 101.898 17.8772C102.489 18.1404 103.036 18.4562 103.547 18.8158C104.05 19.1755 104.474 19.6842 104.818 20.3421C105.153 21 105.32 21.7632 105.32 22.6316C105.32 23.5527 105.082 24.3772 104.606 25.1316C104.324 25.5702 103.944 25.9649 103.486 26.2983Z", fill: "#A16552" }), _jsx("path", { d: "M124.663 26.7105C124.461 27.0789 123.42 27.2631 121.541 27.2631C119.662 27.2631 118.683 27.0789 118.604 26.7105L117.819 22.5438H117.493L116.752 26.7105C116.708 27.0789 115.358 27.2631 112.721 27.2631C111.98 27.2631 111.495 27.2192 111.257 27.1403C111.018 27.0526 110.851 26.9122 110.763 26.7192C107.905 19.7368 106.476 16.0614 106.476 15.6929C106.476 15.3245 107.032 14.9473 108.143 14.5614C109.254 14.1754 110.33 13.9736 111.354 13.9736C112.677 13.9736 113.356 14.3245 113.409 15.0263L114.194 21.307H114.467L114.741 16.2456C114.758 15.8596 115.146 15.5263 115.914 15.2368C116.681 14.9473 117.457 14.7982 118.242 14.7982C119.027 14.7982 119.609 14.8947 120.006 15.0877C120.394 15.2807 120.597 15.5087 120.615 15.7894L120.871 21.3157H121.126L121.885 15.4298C121.929 15.0614 122.45 14.728 123.437 14.4298C124.425 14.1315 125.298 13.9824 126.057 13.9824C126.807 13.9824 127.398 14.0877 127.83 14.307C128.536 14.6403 128.888 15.0438 128.888 15.4999C128.888 15.5438 128.192 17.4122 126.807 21.0877C125.431 24.7543 124.708 26.6403 124.663 26.7105Z", fill: "#A16552" }), _jsx("path", { d: "M133.739 27.4737C132.337 27.4737 131.243 27.1492 130.441 26.4913C130.114 26.2193 129.841 25.8158 129.603 25.2807C129.365 24.7457 129.25 24.1229 129.25 23.4036C129.25 22.6843 129.426 22.0614 129.77 21.5264C130.114 20.9913 130.538 20.579 131.023 20.2895C131.517 20 132.09 19.7632 132.752 19.579C133.748 19.3158 134.851 19.193 136.05 19.193H136.809C136.809 18.5702 136.597 18.1228 136.165 17.8597C135.98 17.7544 135.698 17.7018 135.327 17.7018C134.948 17.7018 134.498 17.7983 133.969 18C133.44 18.2018 132.999 18.4036 132.646 18.6053C132.293 18.8158 132.055 18.9123 131.931 18.9123C131.658 18.9123 131.279 18.5527 130.802 17.8246C130.326 17.0965 130.088 16.4386 130.088 15.8421C130.088 15.6404 130.37 15.386 130.943 15.0614C131.508 14.7369 132.311 14.4474 133.351 14.1755C134.392 13.9123 135.398 13.772 136.386 13.772C137.365 13.772 138.22 13.8509 138.935 14.0088C139.649 14.1667 140.231 14.3597 140.69 14.5965C141.14 14.8246 141.528 15.1316 141.845 15.5176C142.163 15.9036 142.401 16.2457 142.56 16.5527C142.718 16.8597 142.842 17.2544 142.913 17.7457C143.018 18.3071 143.071 19.0088 143.071 19.8334V26.7281C143.071 26.8948 142.657 27.0264 141.836 27.1316C141.016 27.2281 140.205 27.2807 139.393 27.2807C138.591 27.2807 138.061 27.2544 137.823 27.2106C137.585 27.1667 137.444 27.1141 137.4 27.0527C137.356 26.9913 137.312 26.886 137.285 26.7281L137.1 25.4211H136.915C136.518 26.7807 135.459 27.4737 133.739 27.4737ZM136.827 23.6667V20.9825C136.43 20.9825 136.103 21.1492 135.856 21.4825C135.609 21.8158 135.486 22.2018 135.486 22.6316C135.486 23.6404 135.715 24.1404 136.174 24.1404C136.377 24.1404 136.527 24.0878 136.65 23.9913C136.774 23.9036 136.827 23.7895 136.827 23.6667Z", fill: "#A16552" }), _jsx("path", { d: "M145.126 30.0351V15.465C145.126 15.1404 145.559 14.8158 146.414 14.4825C147.279 14.1492 148.205 13.9825 149.201 13.9825C149.66 13.9825 150.022 14.0351 150.286 14.1404C150.551 14.2457 150.71 14.3509 150.771 14.465C150.833 14.5702 150.948 15.0264 151.115 15.8422H151.301C151.327 15.7018 151.468 15.4913 151.715 15.2018C151.962 14.9123 152.209 14.6755 152.465 14.4913C152.721 14.3071 153.082 14.1404 153.559 14.0001C154.035 13.8509 154.591 13.7808 155.226 13.7808C155.861 13.7808 156.443 13.9211 156.963 14.2018C157.484 14.4825 157.872 14.8158 158.128 15.1843C158.383 15.5615 158.577 16.0351 158.727 16.6053C158.877 17.1755 158.957 17.6404 158.983 17.9825C159.01 18.3246 159.018 18.8246 159.018 19.4737C159.018 20.1229 158.992 20.7632 158.948 21.3948C158.904 22.0264 158.816 22.6755 158.692 23.3334C158.569 23.9913 158.392 24.5527 158.163 25.0264C157.934 25.5001 157.642 25.9299 157.29 26.3071C156.584 27.0702 155.543 27.4562 154.176 27.4562C153.682 27.4562 153.25 27.386 152.871 27.2369C152.491 27.0878 152.218 26.9211 152.033 26.7194C151.645 26.3071 151.424 25.9387 151.362 25.6229L151.336 25.3948H151.151L151.477 27.4562V30.0439C151.477 30.2106 151.036 30.3422 150.154 30.4474C149.272 30.5439 148.364 30.5965 147.437 30.5965C146.511 30.5965 145.894 30.5527 145.585 30.4737C145.276 30.3773 145.126 30.2369 145.126 30.0351ZM152.571 17.8246C152.43 17.3071 152.227 17.0439 151.945 17.0439C151.671 17.0439 151.468 17.193 151.345 17.5001V23.5001C151.345 23.8948 151.556 24.0965 151.971 24.0965C152.509 24.0965 152.774 22.9123 152.774 20.5439C152.774 19.2544 152.703 18.3422 152.571 17.8246Z", fill: "#A16552" })] }));
16
5
  };
17
6
  export default TextLogo;
@@ -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 TickShield = 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 TickShield = function (_a) {
22
11
  degree: deg[direction],
23
12
  color: color,
24
13
  });
25
- return (_jsx("svg", __assign({ width: width || '9', height: "11", viewBox: "0 0 9 11", sx: style }, { children: _jsx("path", { d: "M4.12875 0.623496L0.920417 2.04891C0.590417 2.19558 0.375 2.52558 0.375 2.88766V5.04183C0.375 7.58558 2.135 9.96433 4.5 10.5418C6.865 9.96433 8.625 7.58558 8.625 5.04183V2.88766C8.625 2.52558 8.40958 2.19558 8.07958 2.04891L4.87125 0.623496C4.6375 0.518079 4.3625 0.518079 4.12875 0.623496ZM3.25792 7.46641L2.07083 6.27933C2.0284 6.2369 1.99474 6.18652 1.97178 6.13108C1.94881 6.07564 1.93699 6.01621 1.93699 5.9562C1.93699 5.89619 1.94881 5.83677 1.97178 5.78133C1.99474 5.72589 2.0284 5.67551 2.07083 5.63308C2.11327 5.59065 2.16364 5.55699 2.21908 5.53402C2.27453 5.51106 2.33395 5.49924 2.39396 5.49924C2.45397 5.49924 2.51339 5.51106 2.56883 5.53402C2.62427 5.55699 2.67465 5.59065 2.71708 5.63308L3.58333 6.49475L6.27833 3.79975C6.32077 3.75731 6.37114 3.72365 6.42658 3.70069C6.48203 3.67772 6.54145 3.6659 6.60146 3.6659C6.66147 3.6659 6.72089 3.67772 6.77633 3.70069C6.83177 3.72365 6.88215 3.75731 6.92458 3.79975C6.96702 3.84218 7.00068 3.89256 7.02364 3.948C7.04661 4.00344 7.05843 4.06286 7.05843 4.12287C7.05843 4.18288 7.04661 4.2423 7.02364 4.29775C7.00068 4.35319 6.96702 4.40356 6.92458 4.446L3.90417 7.46641C3.86176 7.5089 3.8114 7.54261 3.75595 7.56561C3.70051 7.58861 3.64107 7.60045 3.58104 7.60045C3.52101 7.60045 3.46158 7.58861 3.40613 7.56561C3.35068 7.54261 3.30032 7.5089 3.25792 7.46641Z", fill: "#A09F9C" }) })));
14
+ return (_jsx("svg", { width: width || '9', height: "11", viewBox: "0 0 9 11", sx: style, children: _jsx("path", { d: "M4.12875 0.623496L0.920417 2.04891C0.590417 2.19558 0.375 2.52558 0.375 2.88766V5.04183C0.375 7.58558 2.135 9.96433 4.5 10.5418C6.865 9.96433 8.625 7.58558 8.625 5.04183V2.88766C8.625 2.52558 8.40958 2.19558 8.07958 2.04891L4.87125 0.623496C4.6375 0.518079 4.3625 0.518079 4.12875 0.623496ZM3.25792 7.46641L2.07083 6.27933C2.0284 6.2369 1.99474 6.18652 1.97178 6.13108C1.94881 6.07564 1.93699 6.01621 1.93699 5.9562C1.93699 5.89619 1.94881 5.83677 1.97178 5.78133C1.99474 5.72589 2.0284 5.67551 2.07083 5.63308C2.11327 5.59065 2.16364 5.55699 2.21908 5.53402C2.27453 5.51106 2.33395 5.49924 2.39396 5.49924C2.45397 5.49924 2.51339 5.51106 2.56883 5.53402C2.62427 5.55699 2.67465 5.59065 2.71708 5.63308L3.58333 6.49475L6.27833 3.79975C6.32077 3.75731 6.37114 3.72365 6.42658 3.70069C6.48203 3.67772 6.54145 3.6659 6.60146 3.6659C6.66147 3.6659 6.72089 3.67772 6.77633 3.70069C6.83177 3.72365 6.88215 3.75731 6.92458 3.79975C6.96702 3.84218 7.00068 3.89256 7.02364 3.948C7.04661 4.00344 7.05843 4.06286 7.05843 4.12287C7.05843 4.18288 7.04661 4.2423 7.02364 4.29775C7.00068 4.35319 6.96702 4.40356 6.92458 4.446L3.90417 7.46641C3.86176 7.5089 3.8114 7.54261 3.75595 7.56561C3.70051 7.58861 3.64107 7.60045 3.58104 7.60045C3.52101 7.60045 3.46158 7.58861 3.40613 7.56561C3.35068 7.54261 3.30032 7.5089 3.25792 7.46641Z", fill: "#A09F9C" }) }));
26
15
  };
27
16
  export default TickShield;