@ledgerhq/live-common 33.2.0 → 33.3.0-next.0

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 (11243) hide show
  1. package/lib/__tests__/currencies.js +0 -15
  2. package/lib/__tests__/currencies.js.map +1 -1
  3. package/lib/__tests__/test-helpers/environment.js +1 -0
  4. package/lib/__tests__/test-helpers/environment.js.map +1 -1
  5. package/lib/apps/inlineAppInstall.d.ts.map +1 -1
  6. package/lib/apps/inlineAppInstall.js +60 -48
  7. package/lib/apps/inlineAppInstall.js.map +1 -1
  8. package/lib/bot/engine.d.ts.map +1 -1
  9. package/lib/bot/engine.js +3 -5
  10. package/lib/bot/engine.js.map +1 -1
  11. package/lib/bot/index.d.ts.map +1 -1
  12. package/lib/bot/index.js.map +1 -1
  13. package/lib/bot/portfolio/process-sync.js +2 -2
  14. package/lib/bot/portfolio/process-sync.js.map +1 -1
  15. package/lib/bridge/react/BridgeSync.test.js +15 -1
  16. package/lib/bridge/react/BridgeSync.test.js.map +1 -1
  17. package/lib/countervalues/api/api.js +2 -2
  18. package/lib/countervalues/api/api.js.map +1 -1
  19. package/lib/countervalues/api/api.mock.d.ts.map +1 -1
  20. package/lib/countervalues/api/api.mock.js +12 -1
  21. package/lib/countervalues/api/api.mock.js.map +1 -1
  22. package/lib/countervalues/api/index.js +3 -3
  23. package/lib/countervalues/api/index.js.map +1 -1
  24. package/lib/countervalues/logic.d.ts.map +1 -1
  25. package/lib/countervalues/logic.integration.test.js +13 -8
  26. package/lib/countervalues/logic.integration.test.js.map +1 -1
  27. package/lib/countervalues/logic.js +0 -5
  28. package/lib/countervalues/logic.js.map +1 -1
  29. package/lib/countervalues/mock.test.js +2 -2
  30. package/lib/countervalues/mock.test.js.map +1 -1
  31. package/lib/countervalues/modules/index.d.ts +0 -1
  32. package/lib/countervalues/modules/index.d.ts.map +1 -1
  33. package/lib/countervalues/modules/index.js +1 -6
  34. package/lib/countervalues/modules/index.js.map +1 -1
  35. package/lib/countervalues/modules/types.d.ts +0 -1
  36. package/lib/countervalues/modules/types.d.ts.map +1 -1
  37. package/lib/countervalues/types.d.ts +1 -1
  38. package/lib/countervalues/types.d.ts.map +1 -1
  39. package/lib/currencies/cryptoIcons.d.ts +3 -0
  40. package/lib/currencies/cryptoIcons.d.ts.map +1 -0
  41. package/lib/currencies/cryptoIcons.js +24 -0
  42. package/lib/currencies/cryptoIcons.js.map +1 -0
  43. package/lib/currencies/hooks.d.ts +4 -0
  44. package/lib/currencies/hooks.d.ts.map +1 -0
  45. package/lib/currencies/hooks.js +28 -0
  46. package/lib/currencies/hooks.js.map +1 -0
  47. package/lib/currencies/index.d.ts +2 -2
  48. package/lib/currencies/index.d.ts.map +1 -1
  49. package/lib/currencies/index.js +2 -5
  50. package/lib/currencies/index.js.map +1 -1
  51. package/lib/currencies/mock.d.ts +1 -1
  52. package/lib/currencies/mock.d.ts.map +1 -1
  53. package/lib/currencies/mock.js +42 -42
  54. package/lib/currencies/mock.js.map +1 -1
  55. package/lib/currencies/sortByMarketcap.d.ts +3 -4
  56. package/lib/currencies/sortByMarketcap.d.ts.map +1 -1
  57. package/lib/currencies/sortByMarketcap.js +24 -72
  58. package/lib/currencies/sortByMarketcap.js.map +1 -1
  59. package/lib/currencies/sortByMarketcap.test.js +11 -5
  60. package/lib/currencies/sortByMarketcap.test.js.map +1 -1
  61. package/lib/deviceSDK/actions/getLatestAvailableFirmware.test.js +1 -1
  62. package/lib/deviceSDK/actions/getLatestAvailableFirmware.test.js.map +1 -1
  63. package/lib/deviceSDK/actions/updateFirmware.d.ts +1 -1
  64. package/lib/deviceSDK/actions/updateFirmware.d.ts.map +1 -1
  65. package/lib/deviceSDK/actions/updateFirmware.js +1 -0
  66. package/lib/deviceSDK/actions/updateFirmware.js.map +1 -1
  67. package/lib/deviceSDK/commands/core.d.ts +1 -0
  68. package/lib/deviceSDK/commands/core.d.ts.map +1 -1
  69. package/lib/deviceSDK/commands/core.js +2 -0
  70. package/lib/deviceSDK/commands/core.js.map +1 -1
  71. package/lib/deviceSDK/commands/firmwareUpdate/flashMcuOrBootloader.d.ts.map +1 -1
  72. package/lib/deviceSDK/commands/firmwareUpdate/flashMcuOrBootloader.js +4 -1
  73. package/lib/deviceSDK/commands/firmwareUpdate/flashMcuOrBootloader.js.map +1 -1
  74. package/lib/deviceSDK/commands/firmwareUpdate/installFirmware.d.ts +2 -1
  75. package/lib/deviceSDK/commands/firmwareUpdate/installFirmware.d.ts.map +1 -1
  76. package/lib/deviceSDK/commands/firmwareUpdate/installFirmware.js +15 -7
  77. package/lib/deviceSDK/commands/firmwareUpdate/installFirmware.js.map +1 -1
  78. package/lib/deviceSDK/commands/toggleOnboardingEarlyCheck.test.js +0 -2
  79. package/lib/deviceSDK/commands/toggleOnboardingEarlyCheck.test.js.map +1 -1
  80. package/lib/deviceSDK/hooks/useBatteryStatuses.d.ts +2 -0
  81. package/lib/deviceSDK/hooks/useBatteryStatuses.d.ts.map +1 -1
  82. package/lib/deviceSDK/hooks/useBatteryStatuses.js +24 -3
  83. package/lib/deviceSDK/hooks/useBatteryStatuses.js.map +1 -1
  84. package/lib/deviceSDK/tasks/core.d.ts +2 -2
  85. package/lib/deviceSDK/tasks/core.d.ts.map +1 -1
  86. package/lib/deviceSDK/tasks/core.js +48 -48
  87. package/lib/deviceSDK/tasks/core.js.map +1 -1
  88. package/lib/deviceSDK/tasks/core.test.js +1 -1
  89. package/lib/deviceSDK/tasks/core.test.js.map +1 -1
  90. package/lib/deviceSDK/tasks/getBatteryStatuses.d.ts +1 -1
  91. package/lib/deviceSDK/tasks/getBatteryStatuses.d.ts.map +1 -1
  92. package/lib/deviceSDK/tasks/getBatteryStatuses.js +4 -0
  93. package/lib/deviceSDK/tasks/getBatteryStatuses.js.map +1 -1
  94. package/lib/deviceSDK/tasks/toggleOnboardingEarlyCheck.d.ts.map +1 -1
  95. package/lib/deviceSDK/tasks/toggleOnboardingEarlyCheck.js +0 -2
  96. package/lib/deviceSDK/tasks/toggleOnboardingEarlyCheck.js.map +1 -1
  97. package/lib/deviceSDK/tasks/updateFirmware.d.ts +4 -0
  98. package/lib/deviceSDK/tasks/updateFirmware.d.ts.map +1 -1
  99. package/lib/deviceSDK/tasks/updateFirmware.js +17 -3
  100. package/lib/deviceSDK/tasks/updateFirmware.js.map +1 -1
  101. package/lib/deviceSDK/transports/core.d.ts +1 -1
  102. package/lib/deviceSDK/transports/core.d.ts.map +1 -1
  103. package/lib/deviceSDK/transports/core.js +22 -32
  104. package/lib/deviceSDK/transports/core.js.map +1 -1
  105. package/lib/deviceSDK/transports/core.test.d.ts +2 -0
  106. package/lib/deviceSDK/transports/core.test.d.ts.map +1 -0
  107. package/lib/deviceSDK/transports/core.test.js +126 -0
  108. package/lib/deviceSDK/transports/core.test.js.map +1 -0
  109. package/lib/env.react.d.ts +1 -1
  110. package/lib/env.react.d.ts.map +1 -1
  111. package/lib/errors.d.ts +0 -3
  112. package/lib/errors.d.ts.map +1 -1
  113. package/lib/errors.js +2 -3
  114. package/lib/errors.js.map +1 -1
  115. package/lib/exchange/platform/transfer/completeExchange.d.ts.map +1 -1
  116. package/lib/exchange/platform/transfer/completeExchange.js +0 -2
  117. package/lib/exchange/platform/transfer/completeExchange.js.map +1 -1
  118. package/lib/exchange/swap/completeExchange.d.ts.map +1 -1
  119. package/lib/exchange/swap/completeExchange.js +0 -4
  120. package/lib/exchange/swap/completeExchange.js.map +1 -1
  121. package/lib/exchange/swap/hooks/useIsSwapLiveApp.js +2 -2
  122. package/lib/exchange/swap/hooks/useIsSwapLiveApp.js.map +1 -1
  123. package/lib/exchange/swap/hooks/useIsSwapLiveApp.test.js +3 -3
  124. package/lib/exchange/swap/hooks/useIsSwapLiveApp.test.js.map +1 -1
  125. package/lib/exchange/swap/hooks/usePickDefaultAccount.js +2 -2
  126. package/lib/exchange/swap/hooks/usePickDefaultAccount.js.map +1 -1
  127. package/lib/exchange/swap/hooks/useUpdateMaxAmount.test.js +1 -1
  128. package/lib/exchange/swap/hooks/useUpdateMaxAmount.test.js.map +1 -1
  129. package/lib/exchange/swap/hooks/v5/useFetchCurrencyAll.js +2 -2
  130. package/lib/exchange/swap/hooks/v5/useFetchCurrencyAll.js.map +1 -1
  131. package/lib/exchange/swap/hooks/v5/useFetchCurrencyFrom.js +2 -2
  132. package/lib/exchange/swap/hooks/v5/useFetchCurrencyFrom.js.map +1 -1
  133. package/lib/exchange/swap/hooks/v5/useFetchCurrencyTo.js +2 -2
  134. package/lib/exchange/swap/hooks/v5/useFetchCurrencyTo.js.map +1 -1
  135. package/lib/exchange/swap/hooks/v5/useProviderRates.d.ts.map +1 -1
  136. package/lib/exchange/swap/hooks/v5/useProviderRates.js +12 -3
  137. package/lib/exchange/swap/hooks/v5/useProviderRates.js.map +1 -1
  138. package/lib/exchange/swap/initSwap.d.ts.map +1 -1
  139. package/lib/exchange/swap/initSwap.js +0 -3
  140. package/lib/exchange/swap/initSwap.js.map +1 -1
  141. package/lib/families/bitcoin/exchange.d.ts +1 -1
  142. package/lib/families/bitcoin/getAccountNetworkInfo.d.ts.map +1 -1
  143. package/lib/families/bitcoin/getAccountNetworkInfo.js +0 -13
  144. package/lib/families/bitcoin/getAccountNetworkInfo.js.map +1 -1
  145. package/lib/families/bitcoin/specs.d.ts.map +1 -1
  146. package/lib/families/bitcoin/specs.js +0 -23
  147. package/lib/families/bitcoin/specs.js.map +1 -1
  148. package/lib/families/bitcoin/types.d.ts +0 -1
  149. package/lib/families/bitcoin/types.d.ts.map +1 -1
  150. package/lib/families/bitcoin/types.js.map +1 -1
  151. package/lib/families/bitcoin/wallet-btc/__tests__/wallet.explorer.integration.test.js +0 -2
  152. package/lib/families/bitcoin/wallet-btc/__tests__/wallet.explorer.integration.test.js.map +1 -1
  153. package/lib/families/bitcoin/wallet-btc/__tests__/wallet.explorer.unit.test.js +0 -17
  154. package/lib/families/bitcoin/wallet-btc/__tests__/wallet.explorer.unit.test.js.map +1 -1
  155. package/lib/families/bitcoin/wallet-btc/explorer/index.d.ts +0 -1
  156. package/lib/families/bitcoin/wallet-btc/explorer/index.d.ts.map +1 -1
  157. package/lib/families/bitcoin/wallet-btc/explorer/index.js +0 -9
  158. package/lib/families/bitcoin/wallet-btc/explorer/index.js.map +1 -1
  159. package/lib/families/bitcoin/wallet-btc/explorer/types.d.ts +0 -1
  160. package/lib/families/bitcoin/wallet-btc/explorer/types.d.ts.map +1 -1
  161. package/lib/families/bitcoin/walletApiAdapter.d.ts.map +1 -1
  162. package/lib/families/bitcoin/walletApiAdapter.js +26 -7
  163. package/lib/families/bitcoin/walletApiAdapter.js.map +1 -1
  164. package/lib/families/bitcoin/walletApiAdapter.test.js +87 -17
  165. package/lib/families/bitcoin/walletApiAdapter.test.js.map +1 -1
  166. package/lib/families/cardano/deviceTransactionConfig.d.ts.map +1 -1
  167. package/lib/families/cardano/deviceTransactionConfig.js +1 -2
  168. package/lib/families/cardano/deviceTransactionConfig.js.map +1 -1
  169. package/lib/families/cardano/errors.d.ts +6 -0
  170. package/lib/families/cardano/errors.d.ts.map +1 -1
  171. package/lib/families/cardano/errors.js +5 -1
  172. package/lib/families/cardano/errors.js.map +1 -1
  173. package/lib/families/cardano/js-getTransactionStatus.d.ts.map +1 -1
  174. package/lib/families/cardano/js-getTransactionStatus.js +8 -0
  175. package/lib/families/cardano/js-getTransactionStatus.js.map +1 -1
  176. package/lib/families/cardano/js-synchronisation.d.ts +2 -0
  177. package/lib/families/cardano/js-synchronisation.d.ts.map +1 -1
  178. package/lib/families/cardano/js-synchronisation.js +8 -9
  179. package/lib/families/cardano/js-synchronisation.js.map +1 -1
  180. package/lib/families/cardano/js-synchronisation.unit.test.d.ts +2 -0
  181. package/lib/families/cardano/js-synchronisation.unit.test.d.ts.map +1 -0
  182. package/lib/families/cardano/js-synchronisation.unit.test.js +120 -0
  183. package/lib/families/cardano/js-synchronisation.unit.test.js.map +1 -0
  184. package/lib/families/cardano/logic.d.ts +6 -1
  185. package/lib/families/cardano/logic.d.ts.map +1 -1
  186. package/lib/families/cardano/logic.js +10 -1
  187. package/lib/families/cardano/logic.js.map +1 -1
  188. package/lib/families/cardano/logic.unit.test.d.ts +2 -0
  189. package/lib/families/cardano/logic.unit.test.d.ts.map +1 -0
  190. package/lib/families/cardano/logic.unit.test.js +52 -0
  191. package/lib/families/cardano/logic.unit.test.js.map +1 -0
  192. package/lib/families/cosmos/api/Cosmos.d.ts +5 -0
  193. package/lib/families/cosmos/api/Cosmos.d.ts.map +1 -1
  194. package/lib/families/cosmos/api/Cosmos.js +20 -0
  195. package/lib/families/cosmos/api/Cosmos.js.map +1 -1
  196. package/lib/families/cosmos/bridge/mock.d.ts.map +1 -1
  197. package/lib/families/cosmos/bridge/mock.js +21 -4
  198. package/lib/families/cosmos/bridge/mock.js.map +1 -1
  199. package/lib/families/cosmos/chain/Dydx.js +1 -1
  200. package/lib/families/cosmos/js-buildTransaction.js +10 -10
  201. package/lib/families/cosmos/js-buildTransaction.js.map +1 -1
  202. package/lib/families/cosmos/js-buildTransaction.test.js +133 -10
  203. package/lib/families/cosmos/js-buildTransaction.test.js.map +1 -1
  204. package/lib/families/cosmos/js-prepareTransaction.js +1 -1
  205. package/lib/families/cosmos/js-prepareTransaction.js.map +1 -1
  206. package/lib/families/cosmos/js-signOperation.js +2 -2
  207. package/lib/families/cosmos/js-signOperation.js.map +1 -1
  208. package/lib/families/crypto_org/account.d.ts.map +1 -1
  209. package/lib/families/crypto_org/account.js +2 -2
  210. package/lib/families/crypto_org/account.js.map +1 -1
  211. package/lib/families/evm/react.react.test.js +1 -1
  212. package/lib/families/evm/react.react.test.js.map +1 -1
  213. package/lib/families/evm/walletApiAdapter.d.ts.map +1 -1
  214. package/lib/families/evm/walletApiAdapter.js +37 -17
  215. package/lib/families/evm/walletApiAdapter.js.map +1 -1
  216. package/lib/families/evm/walletApiAdapter.test.js +189 -74
  217. package/lib/families/evm/walletApiAdapter.test.js.map +1 -1
  218. package/lib/families/hedera/api/mirror.js +1 -1
  219. package/lib/families/hedera/api/mirror.js.map +1 -1
  220. package/lib/families/hedera/types.d.ts +6 -0
  221. package/lib/families/hedera/types.d.ts.map +1 -1
  222. package/lib/families/polkadot/exchange.d.ts +1 -1
  223. package/lib/families/polkadot/walletApiAdapter.d.ts +1 -1
  224. package/lib/families/polkadot/walletApiAdapter.d.ts.map +1 -1
  225. package/lib/families/polkadot/walletApiAdapter.js +32 -5
  226. package/lib/families/polkadot/walletApiAdapter.js.map +1 -1
  227. package/lib/families/polkadot/walletApiAdapter.test.js +95 -18
  228. package/lib/families/polkadot/walletApiAdapter.test.js.map +1 -1
  229. package/lib/families/ripple/walletApiAdapter.js +3 -3
  230. package/lib/families/ripple/walletApiAdapter.js.map +1 -1
  231. package/lib/families/ripple/walletApiAdapter.test.js +8 -2
  232. package/lib/families/ripple/walletApiAdapter.test.js.map +1 -1
  233. package/lib/families/vechain/account.d.ts +7 -0
  234. package/lib/families/vechain/account.d.ts.map +1 -0
  235. package/lib/families/vechain/account.js +19 -0
  236. package/lib/families/vechain/account.js.map +1 -0
  237. package/lib/families/vechain/api/index.d.ts +7 -0
  238. package/lib/families/vechain/api/index.d.ts.map +1 -0
  239. package/lib/families/vechain/api/index.js +20 -0
  240. package/lib/families/vechain/api/index.js.map +1 -0
  241. package/lib/families/vechain/api/sdk.d.ts +47 -0
  242. package/lib/families/vechain/api/sdk.d.ts.map +1 -0
  243. package/lib/families/vechain/api/sdk.js +165 -0
  244. package/lib/families/vechain/api/sdk.js.map +1 -0
  245. package/lib/families/vechain/api/types.d.ts +71 -0
  246. package/lib/families/vechain/api/types.d.ts.map +1 -0
  247. package/lib/families/vechain/api/types.js +3 -0
  248. package/lib/families/vechain/api/types.js.map +1 -0
  249. package/lib/families/vechain/bridge/js-estimateMaxSpendable.d.ts +8 -0
  250. package/lib/families/vechain/bridge/js-estimateMaxSpendable.d.ts.map +1 -0
  251. package/lib/families/vechain/bridge/js-estimateMaxSpendable.js +30 -0
  252. package/lib/families/vechain/bridge/js-estimateMaxSpendable.js.map +1 -0
  253. package/lib/families/vechain/bridge/js.d.ts +8 -0
  254. package/lib/families/vechain/bridge/js.d.ts.map +1 -0
  255. package/lib/families/vechain/bridge/js.js +41 -0
  256. package/lib/families/vechain/bridge/js.js.map +1 -0
  257. package/lib/families/vechain/bridge/mock.d.ts +10 -0
  258. package/lib/families/vechain/bridge/mock.d.ts.map +1 -0
  259. package/lib/families/vechain/bridge/mock.js +127 -0
  260. package/lib/families/vechain/bridge/mock.js.map +1 -0
  261. package/lib/families/vechain/bridge.integration.test.d.ts +2 -0
  262. package/lib/families/vechain/bridge.integration.test.d.ts.map +1 -0
  263. package/lib/families/vechain/bridge.integration.test.js +248 -0
  264. package/lib/families/vechain/bridge.integration.test.js.map +1 -0
  265. package/lib/families/vechain/cli-transaction.d.ts +17 -0
  266. package/lib/families/vechain/cli-transaction.d.ts.map +1 -0
  267. package/lib/families/vechain/cli-transaction.js +48 -0
  268. package/lib/families/vechain/cli-transaction.js.map +1 -0
  269. package/lib/families/vechain/constants.d.ts +6 -0
  270. package/lib/families/vechain/constants.d.ts.map +1 -0
  271. package/lib/families/vechain/constants.js +9 -0
  272. package/lib/families/vechain/constants.js.map +1 -0
  273. package/lib/families/vechain/contracts/abis/VIP180.d.ts +17 -0
  274. package/lib/families/vechain/contracts/abis/VIP180.d.ts.map +1 -0
  275. package/lib/families/vechain/contracts/abis/VIP180.js +265 -0
  276. package/lib/families/vechain/contracts/abis/VIP180.js.map +1 -0
  277. package/lib/families/vechain/contracts/abis/params.d.ts +8 -0
  278. package/lib/families/vechain/contracts/abis/params.d.ts.map +1 -0
  279. package/lib/families/vechain/contracts/abis/params.js +69 -0
  280. package/lib/families/vechain/contracts/abis/params.js.map +1 -0
  281. package/lib/families/vechain/contracts/constants.d.ts +6 -0
  282. package/lib/families/vechain/contracts/constants.d.ts.map +1 -0
  283. package/lib/families/vechain/contracts/constants.js +10 -0
  284. package/lib/families/vechain/contracts/constants.js.map +1 -0
  285. package/lib/families/vechain/datasets/vechain.d.ts +5 -0
  286. package/lib/families/vechain/datasets/vechain.d.ts.map +1 -0
  287. package/lib/families/vechain/datasets/vechain.js +97 -0
  288. package/lib/families/vechain/datasets/vechain.js.map +1 -0
  289. package/lib/families/vechain/datasets/vechain.scanAccounts.1.d.ts +6 -0
  290. package/lib/families/vechain/datasets/vechain.scanAccounts.1.d.ts.map +1 -0
  291. package/lib/families/vechain/datasets/vechain.scanAccounts.1.js +16 -0
  292. package/lib/families/vechain/datasets/vechain.scanAccounts.1.js.map +1 -0
  293. package/lib/families/vechain/errors.d.ts +10 -0
  294. package/lib/families/vechain/errors.d.ts.map +1 -0
  295. package/lib/families/vechain/errors.js +8 -0
  296. package/lib/families/vechain/errors.js.map +1 -0
  297. package/lib/families/vechain/hw-getAddress.d.ts +4 -0
  298. package/lib/families/vechain/hw-getAddress.d.ts.map +1 -0
  299. package/lib/families/vechain/hw-getAddress.js +29 -0
  300. package/lib/families/vechain/hw-getAddress.js.map +1 -0
  301. package/lib/families/vechain/hw-signMessage.d.ts +15 -0
  302. package/lib/families/vechain/hw-signMessage.d.ts.map +1 -0
  303. package/lib/families/vechain/hw-signMessage.js +37 -0
  304. package/lib/families/vechain/hw-signMessage.js.map +1 -0
  305. package/lib/families/vechain/js-broadcast.d.ts +10 -0
  306. package/lib/families/vechain/js-broadcast.d.ts.map +1 -0
  307. package/lib/families/vechain/js-broadcast.js +26 -0
  308. package/lib/families/vechain/js-broadcast.js.map +1 -0
  309. package/lib/families/vechain/js-getTransactionStatus.d.ts +6 -0
  310. package/lib/families/vechain/js-getTransactionStatus.d.ts.map +1 -0
  311. package/lib/families/vechain/js-getTransactionStatus.js +75 -0
  312. package/lib/families/vechain/js-getTransactionStatus.js.map +1 -0
  313. package/lib/families/vechain/js-signOperation.d.ts +13 -0
  314. package/lib/families/vechain/js-signOperation.d.ts.map +1 -0
  315. package/lib/families/vechain/js-signOperation.js +86 -0
  316. package/lib/families/vechain/js-signOperation.js.map +1 -0
  317. package/lib/families/vechain/js-synchronisation.d.ts +3 -0
  318. package/lib/families/vechain/js-synchronisation.d.ts.map +1 -0
  319. package/lib/families/vechain/js-synchronisation.js +87 -0
  320. package/lib/families/vechain/js-synchronisation.js.map +1 -0
  321. package/lib/families/vechain/js-transaction.d.ts +20 -0
  322. package/lib/families/vechain/js-transaction.d.ts.map +1 -0
  323. package/lib/families/vechain/js-transaction.js +99 -0
  324. package/lib/families/vechain/js-transaction.js.map +1 -0
  325. package/lib/families/vechain/mock.d.ts +9 -0
  326. package/lib/families/vechain/mock.d.ts.map +1 -0
  327. package/lib/families/vechain/mock.js +13 -0
  328. package/lib/families/vechain/mock.js.map +1 -0
  329. package/lib/families/vechain/specs.d.ts +8 -0
  330. package/lib/families/vechain/specs.d.ts.map +1 -0
  331. package/lib/families/vechain/specs.js +162 -0
  332. package/lib/families/vechain/specs.js.map +1 -0
  333. package/lib/families/vechain/speculos-deviceActions.d.ts +7 -0
  334. package/lib/families/vechain/speculos-deviceActions.d.ts.map +1 -0
  335. package/lib/families/vechain/speculos-deviceActions.js +23 -0
  336. package/lib/families/vechain/speculos-deviceActions.js.map +1 -0
  337. package/lib/families/vechain/transaction.d.ts +17 -0
  338. package/lib/families/vechain/transaction.d.ts.map +1 -0
  339. package/lib/families/vechain/transaction.js +55 -0
  340. package/lib/families/vechain/transaction.js.map +1 -0
  341. package/lib/families/vechain/types.d.ts +25 -0
  342. package/lib/families/vechain/types.d.ts.map +1 -0
  343. package/lib/families/vechain/types.js +3 -0
  344. package/lib/families/vechain/types.js.map +1 -0
  345. package/lib/families/vechain/utils/address-utils.d.ts +2 -0
  346. package/lib/families/vechain/utils/address-utils.d.ts.map +1 -0
  347. package/lib/families/vechain/utils/address-utils.js +19 -0
  348. package/lib/families/vechain/utils/address-utils.js.map +1 -0
  349. package/lib/families/vechain/utils/hex-utils.d.ts +8 -0
  350. package/lib/families/vechain/utils/hex-utils.d.ts.map +1 -0
  351. package/lib/families/vechain/utils/hex-utils.js +52 -0
  352. package/lib/families/vechain/utils/hex-utils.js.map +1 -0
  353. package/lib/families/vechain/utils/mapping-utils.d.ts +5 -0
  354. package/lib/families/vechain/utils/mapping-utils.d.ts.map +1 -0
  355. package/lib/families/vechain/utils/mapping-utils.js +61 -0
  356. package/lib/families/vechain/utils/mapping-utils.js.map +1 -0
  357. package/lib/families/vechain/utils/pad-address.d.ts +2 -0
  358. package/lib/families/vechain/utils/pad-address.d.ts.map +1 -0
  359. package/lib/families/vechain/utils/pad-address.js +13 -0
  360. package/lib/families/vechain/utils/pad-address.js.map +1 -0
  361. package/lib/families/vechain/utils/transaction-utils.d.ts +30 -0
  362. package/lib/families/vechain/utils/transaction-utils.d.ts.map +1 -0
  363. package/lib/families/vechain/utils/transaction-utils.js +164 -0
  364. package/lib/families/vechain/utils/transaction-utils.js.map +1 -0
  365. package/lib/generated/account.d.ts +3 -0
  366. package/lib/generated/account.d.ts.map +1 -1
  367. package/lib/generated/account.js +6 -4
  368. package/lib/generated/account.js.map +1 -1
  369. package/lib/generated/bridge/js.d.ts +4 -0
  370. package/lib/generated/bridge/js.d.ts.map +1 -1
  371. package/lib/generated/bridge/js.js +2 -0
  372. package/lib/generated/bridge/js.js.map +1 -1
  373. package/lib/generated/bridge/mock.d.ts +4 -0
  374. package/lib/generated/bridge/mock.d.ts.map +1 -1
  375. package/lib/generated/bridge/mock.js +2 -0
  376. package/lib/generated/bridge/mock.js.map +1 -1
  377. package/lib/generated/cli-transaction.d.ts +12 -0
  378. package/lib/generated/cli-transaction.d.ts.map +1 -1
  379. package/lib/generated/cli-transaction.js +2 -0
  380. package/lib/generated/cli-transaction.js.map +1 -1
  381. package/lib/generated/exchange.d.ts +2 -2
  382. package/lib/generated/hw-getAddress.d.ts +1 -0
  383. package/lib/generated/hw-getAddress.d.ts.map +1 -1
  384. package/lib/generated/hw-getAddress.js +2 -0
  385. package/lib/generated/hw-getAddress.js.map +1 -1
  386. package/lib/generated/hw-signMessage.d.ts +7 -0
  387. package/lib/generated/hw-signMessage.d.ts.map +1 -1
  388. package/lib/generated/hw-signMessage.js +2 -0
  389. package/lib/generated/hw-signMessage.js.map +1 -1
  390. package/lib/generated/mock.d.ts +4 -0
  391. package/lib/generated/mock.d.ts.map +1 -1
  392. package/lib/generated/mock.js +4 -2
  393. package/lib/generated/mock.js.map +1 -1
  394. package/lib/generated/specs.d.ts +4 -0
  395. package/lib/generated/specs.d.ts.map +1 -1
  396. package/lib/generated/specs.js +8 -6
  397. package/lib/generated/specs.js.map +1 -1
  398. package/lib/generated/transaction.d.ts +8 -0
  399. package/lib/generated/transaction.d.ts.map +1 -1
  400. package/lib/generated/transaction.js +8 -6
  401. package/lib/generated/transaction.js.map +1 -1
  402. package/lib/generated/types.d.ts +8 -4
  403. package/lib/generated/types.d.ts.map +1 -1
  404. package/lib/hooks/recoverFeatureFlag.d.ts +1 -0
  405. package/lib/hooks/recoverFeatureFlag.d.ts.map +1 -1
  406. package/lib/hooks/recoverFeatureFlag.js +12 -6
  407. package/lib/hooks/recoverFeatureFlag.js.map +1 -1
  408. package/lib/hw/actions/implementations.d.ts +2 -0
  409. package/lib/hw/actions/implementations.d.ts.map +1 -1
  410. package/lib/hw/actions/implementations.js +22 -12
  411. package/lib/hw/actions/implementations.js.map +1 -1
  412. package/lib/hw/actions/installLanguage.d.ts.map +1 -1
  413. package/lib/hw/actions/installLanguage.js +1 -0
  414. package/lib/hw/actions/installLanguage.js.map +1 -1
  415. package/lib/hw/actions/manager.d.ts.map +1 -1
  416. package/lib/hw/actions/manager.js +1 -0
  417. package/lib/hw/actions/manager.js.map +1 -1
  418. package/lib/hw/actions/staxLoadImage.d.ts.map +1 -1
  419. package/lib/hw/actions/staxLoadImage.js +3 -0
  420. package/lib/hw/actions/staxLoadImage.js.map +1 -1
  421. package/lib/hw/actions/transaction.d.ts.map +1 -1
  422. package/lib/hw/actions/transaction.js +1 -3
  423. package/lib/hw/actions/transaction.js.map +1 -1
  424. package/lib/hw/connectApp.d.ts.map +1 -1
  425. package/lib/hw/connectApp.js +0 -3
  426. package/lib/hw/connectApp.js.map +1 -1
  427. package/lib/hw/connectManager.d.ts.map +1 -1
  428. package/lib/hw/connectManager.js +1 -3
  429. package/lib/hw/connectManager.js.map +1 -1
  430. package/lib/hw/deviceAccess.d.ts +46 -1
  431. package/lib/hw/deviceAccess.d.ts.map +1 -1
  432. package/lib/hw/deviceAccess.js +72 -32
  433. package/lib/hw/deviceAccess.js.map +1 -1
  434. package/lib/hw/deviceAccess.test.d.ts +2 -0
  435. package/lib/hw/deviceAccess.test.d.ts.map +1 -0
  436. package/lib/hw/deviceAccess.test.js +116 -0
  437. package/lib/hw/deviceAccess.test.js.map +1 -0
  438. package/lib/hw/getBatteryStatus.d.ts.map +1 -1
  439. package/lib/hw/getBatteryStatus.js +8 -0
  440. package/lib/hw/getBatteryStatus.js.map +1 -1
  441. package/lib/hw/getDeviceInfo.d.ts.map +1 -1
  442. package/lib/hw/getDeviceInfo.js +5 -3
  443. package/lib/hw/getDeviceInfo.js.map +1 -1
  444. package/lib/hw/getOnboardingStatePolling.d.ts +9 -3
  445. package/lib/hw/getOnboardingStatePolling.d.ts.map +1 -1
  446. package/lib/hw/getOnboardingStatePolling.js +20 -6
  447. package/lib/hw/getOnboardingStatePolling.js.map +1 -1
  448. package/lib/hw/getOnboardingStatePolling.test.js +8 -32
  449. package/lib/hw/getOnboardingStatePolling.test.js.map +1 -1
  450. package/lib/hw/getVersion.d.ts +10 -1
  451. package/lib/hw/getVersion.d.ts.map +1 -1
  452. package/lib/hw/getVersion.js +11 -2
  453. package/lib/hw/getVersion.js.map +1 -1
  454. package/lib/hw/index.d.ts +12 -2
  455. package/lib/hw/index.d.ts.map +1 -1
  456. package/lib/hw/index.js +54 -7
  457. package/lib/hw/index.js.map +1 -1
  458. package/lib/hw/index.test.d.ts +2 -0
  459. package/lib/hw/index.test.d.ts.map +1 -0
  460. package/lib/hw/index.test.js +98 -0
  461. package/lib/hw/index.test.js.map +1 -0
  462. package/lib/hw/installLanguage.d.ts.map +1 -1
  463. package/lib/hw/installLanguage.js +1 -3
  464. package/lib/hw/installLanguage.js.map +1 -1
  465. package/lib/hw/staxFetchImage.d.ts.map +1 -1
  466. package/lib/hw/staxFetchImage.js +1 -3
  467. package/lib/hw/staxFetchImage.js.map +1 -1
  468. package/lib/hw/staxLoadImage.d.ts.map +1 -1
  469. package/lib/hw/staxLoadImage.js +1 -3
  470. package/lib/hw/staxLoadImage.js.map +1 -1
  471. package/lib/hw/uninstallLanguage.d.ts.map +1 -1
  472. package/lib/hw/uninstallLanguage.js +1 -3
  473. package/lib/hw/uninstallLanguage.js.map +1 -1
  474. package/lib/load/speculos.d.ts +5 -0
  475. package/lib/load/speculos.d.ts.map +1 -1
  476. package/lib/load/speculos.js +5 -1
  477. package/lib/load/speculos.js.map +1 -1
  478. package/lib/manager/api.d.ts.map +1 -1
  479. package/lib/manager/api.js +1 -2
  480. package/lib/manager/api.js.map +1 -1
  481. package/lib/platform/types.d.ts +3 -0
  482. package/lib/platform/types.d.ts.map +1 -1
  483. package/lib/postOnboarding/actions.d.ts +1 -0
  484. package/lib/postOnboarding/actions.d.ts.map +1 -1
  485. package/lib/postOnboarding/actions.js +6 -1
  486. package/lib/postOnboarding/actions.js.map +1 -1
  487. package/lib/postOnboarding/hooks/useAllPostOnboardingActionsCompleted.test.js +4 -0
  488. package/lib/postOnboarding/hooks/useAllPostOnboardingActionsCompleted.test.js.map +1 -1
  489. package/lib/postOnboarding/hooks/usePostOnboardingHubState.d.ts.map +1 -1
  490. package/lib/postOnboarding/hooks/usePostOnboardingHubState.js +4 -2
  491. package/lib/postOnboarding/hooks/usePostOnboardingHubState.js.map +1 -1
  492. package/lib/postOnboarding/hooks/usePostOnboardingHubState.test.js +8 -4
  493. package/lib/postOnboarding/hooks/usePostOnboardingHubState.test.js.map +1 -1
  494. package/lib/postOnboarding/hooks/useStartPostOnboardingCallback.js +2 -2
  495. package/lib/postOnboarding/hooks/useStartPostOnboardingCallback.js.map +1 -1
  496. package/lib/postOnboarding/reducer.d.ts +4 -0
  497. package/lib/postOnboarding/reducer.d.ts.map +1 -1
  498. package/lib/postOnboarding/reducer.js +5 -1
  499. package/lib/postOnboarding/reducer.js.map +1 -1
  500. package/lib/postOnboarding/reducer.test.js +16 -4
  501. package/lib/postOnboarding/reducer.test.js.map +1 -1
  502. package/lib/react.d.ts +7 -2
  503. package/lib/react.d.ts.map +1 -1
  504. package/lib/react.js +28 -18
  505. package/lib/react.js.map +1 -1
  506. package/lib/reactNative.d.ts +7 -2
  507. package/lib/reactNative.d.ts.map +1 -1
  508. package/lib/reactNative.js +11 -15
  509. package/lib/reactNative.js.map +1 -1
  510. package/lib/utils/__tests__/runOnceWhen.test.d.ts +2 -0
  511. package/lib/utils/__tests__/runOnceWhen.test.d.ts.map +1 -0
  512. package/lib/utils/__tests__/runOnceWhen.test.js +53 -0
  513. package/lib/utils/__tests__/runOnceWhen.test.js.map +1 -0
  514. package/lib/utils/runOnceWhen.d.ts +2 -0
  515. package/lib/utils/runOnceWhen.d.ts.map +1 -0
  516. package/lib/utils/runOnceWhen.js +19 -0
  517. package/lib/utils/runOnceWhen.js.map +1 -0
  518. package/lib/wallet-api/converters.d.ts.map +1 -1
  519. package/lib/wallet-api/converters.js +11 -2
  520. package/lib/wallet-api/converters.js.map +1 -1
  521. package/lib/wallet-api/converters.test.d.ts.map +1 -1
  522. package/lib/wallet-api/converters.test.js +6 -3
  523. package/lib/wallet-api/converters.test.js.map +1 -1
  524. package/lib/wallet-api/logic.d.ts +3 -1
  525. package/lib/wallet-api/logic.d.ts.map +1 -1
  526. package/lib/wallet-api/logic.js +15 -5
  527. package/lib/wallet-api/logic.js.map +1 -1
  528. package/lib/wallet-api/react.d.ts.map +1 -1
  529. package/lib/wallet-api/react.js +1 -0
  530. package/lib/wallet-api/react.js.map +1 -1
  531. package/lib/wallet-api/types.d.ts +9 -3
  532. package/lib/wallet-api/types.d.ts.map +1 -1
  533. package/lib-es/__tests__/currencies.js +1 -16
  534. package/lib-es/__tests__/currencies.js.map +1 -1
  535. package/lib-es/__tests__/test-helpers/environment.js +1 -0
  536. package/lib-es/__tests__/test-helpers/environment.js.map +1 -1
  537. package/lib-es/apps/inlineAppInstall.d.ts.map +1 -1
  538. package/lib-es/apps/inlineAppInstall.js +60 -48
  539. package/lib-es/apps/inlineAppInstall.js.map +1 -1
  540. package/lib-es/bot/engine.d.ts.map +1 -1
  541. package/lib-es/bot/engine.js +3 -5
  542. package/lib-es/bot/engine.js.map +1 -1
  543. package/lib-es/bot/index.d.ts.map +1 -1
  544. package/lib-es/bot/index.js.map +1 -1
  545. package/lib-es/bot/portfolio/process-sync.js +2 -2
  546. package/lib-es/bot/portfolio/process-sync.js.map +1 -1
  547. package/lib-es/bridge/react/BridgeSync.test.js +15 -1
  548. package/lib-es/bridge/react/BridgeSync.test.js.map +1 -1
  549. package/lib-es/countervalues/api/api.js +2 -2
  550. package/lib-es/countervalues/api/api.js.map +1 -1
  551. package/lib-es/countervalues/api/api.mock.d.ts.map +1 -1
  552. package/lib-es/countervalues/api/api.mock.js +12 -1
  553. package/lib-es/countervalues/api/api.mock.js.map +1 -1
  554. package/lib-es/countervalues/api/index.js +3 -3
  555. package/lib-es/countervalues/api/index.js.map +1 -1
  556. package/lib-es/countervalues/logic.d.ts.map +1 -1
  557. package/lib-es/countervalues/logic.integration.test.js +10 -8
  558. package/lib-es/countervalues/logic.integration.test.js.map +1 -1
  559. package/lib-es/countervalues/logic.js +1 -6
  560. package/lib-es/countervalues/logic.js.map +1 -1
  561. package/lib-es/countervalues/mock.test.js +2 -2
  562. package/lib-es/countervalues/mock.test.js.map +1 -1
  563. package/lib-es/countervalues/modules/index.d.ts +0 -1
  564. package/lib-es/countervalues/modules/index.d.ts.map +1 -1
  565. package/lib-es/countervalues/modules/index.js +0 -4
  566. package/lib-es/countervalues/modules/index.js.map +1 -1
  567. package/lib-es/countervalues/modules/types.d.ts +0 -1
  568. package/lib-es/countervalues/modules/types.d.ts.map +1 -1
  569. package/lib-es/countervalues/types.d.ts +1 -1
  570. package/lib-es/countervalues/types.d.ts.map +1 -1
  571. package/lib-es/currencies/cryptoIcons.d.ts +3 -0
  572. package/lib-es/currencies/cryptoIcons.d.ts.map +1 -0
  573. package/lib-es/currencies/cryptoIcons.js +17 -0
  574. package/lib-es/currencies/cryptoIcons.js.map +1 -0
  575. package/lib-es/currencies/hooks.d.ts +4 -0
  576. package/lib-es/currencies/hooks.d.ts.map +1 -0
  577. package/lib-es/currencies/hooks.js +23 -0
  578. package/lib-es/currencies/hooks.js.map +1 -0
  579. package/lib-es/currencies/index.d.ts +2 -2
  580. package/lib-es/currencies/index.d.ts.map +1 -1
  581. package/lib-es/currencies/index.js +2 -2
  582. package/lib-es/currencies/index.js.map +1 -1
  583. package/lib-es/currencies/mock.d.ts +1 -1
  584. package/lib-es/currencies/mock.d.ts.map +1 -1
  585. package/lib-es/currencies/mock.js +41 -41
  586. package/lib-es/currencies/mock.js.map +1 -1
  587. package/lib-es/currencies/sortByMarketcap.d.ts +3 -4
  588. package/lib-es/currencies/sortByMarketcap.d.ts.map +1 -1
  589. package/lib-es/currencies/sortByMarketcap.js +21 -68
  590. package/lib-es/currencies/sortByMarketcap.js.map +1 -1
  591. package/lib-es/currencies/sortByMarketcap.test.js +14 -8
  592. package/lib-es/currencies/sortByMarketcap.test.js.map +1 -1
  593. package/lib-es/deviceSDK/actions/getLatestAvailableFirmware.test.js +1 -1
  594. package/lib-es/deviceSDK/actions/getLatestAvailableFirmware.test.js.map +1 -1
  595. package/lib-es/deviceSDK/actions/updateFirmware.d.ts +1 -1
  596. package/lib-es/deviceSDK/actions/updateFirmware.d.ts.map +1 -1
  597. package/lib-es/deviceSDK/actions/updateFirmware.js +1 -0
  598. package/lib-es/deviceSDK/actions/updateFirmware.js.map +1 -1
  599. package/lib-es/deviceSDK/commands/core.d.ts +1 -0
  600. package/lib-es/deviceSDK/commands/core.d.ts.map +1 -1
  601. package/lib-es/deviceSDK/commands/core.js +1 -1
  602. package/lib-es/deviceSDK/commands/core.js.map +1 -1
  603. package/lib-es/deviceSDK/commands/firmwareUpdate/flashMcuOrBootloader.d.ts.map +1 -1
  604. package/lib-es/deviceSDK/commands/firmwareUpdate/flashMcuOrBootloader.js +5 -2
  605. package/lib-es/deviceSDK/commands/firmwareUpdate/flashMcuOrBootloader.js.map +1 -1
  606. package/lib-es/deviceSDK/commands/firmwareUpdate/installFirmware.d.ts +2 -1
  607. package/lib-es/deviceSDK/commands/firmwareUpdate/installFirmware.d.ts.map +1 -1
  608. package/lib-es/deviceSDK/commands/firmwareUpdate/installFirmware.js +16 -8
  609. package/lib-es/deviceSDK/commands/firmwareUpdate/installFirmware.js.map +1 -1
  610. package/lib-es/deviceSDK/commands/toggleOnboardingEarlyCheck.test.js +0 -2
  611. package/lib-es/deviceSDK/commands/toggleOnboardingEarlyCheck.test.js.map +1 -1
  612. package/lib-es/deviceSDK/hooks/useBatteryStatuses.d.ts +2 -0
  613. package/lib-es/deviceSDK/hooks/useBatteryStatuses.d.ts.map +1 -1
  614. package/lib-es/deviceSDK/hooks/useBatteryStatuses.js +24 -3
  615. package/lib-es/deviceSDK/hooks/useBatteryStatuses.js.map +1 -1
  616. package/lib-es/deviceSDK/tasks/core.d.ts +2 -2
  617. package/lib-es/deviceSDK/tasks/core.d.ts.map +1 -1
  618. package/lib-es/deviceSDK/tasks/core.js +49 -49
  619. package/lib-es/deviceSDK/tasks/core.js.map +1 -1
  620. package/lib-es/deviceSDK/tasks/core.test.js +1 -1
  621. package/lib-es/deviceSDK/tasks/core.test.js.map +1 -1
  622. package/lib-es/deviceSDK/tasks/getBatteryStatuses.d.ts +1 -1
  623. package/lib-es/deviceSDK/tasks/getBatteryStatuses.d.ts.map +1 -1
  624. package/lib-es/deviceSDK/tasks/getBatteryStatuses.js +7 -3
  625. package/lib-es/deviceSDK/tasks/getBatteryStatuses.js.map +1 -1
  626. package/lib-es/deviceSDK/tasks/toggleOnboardingEarlyCheck.d.ts.map +1 -1
  627. package/lib-es/deviceSDK/tasks/toggleOnboardingEarlyCheck.js +0 -2
  628. package/lib-es/deviceSDK/tasks/toggleOnboardingEarlyCheck.js.map +1 -1
  629. package/lib-es/deviceSDK/tasks/updateFirmware.d.ts +4 -0
  630. package/lib-es/deviceSDK/tasks/updateFirmware.d.ts.map +1 -1
  631. package/lib-es/deviceSDK/tasks/updateFirmware.js +20 -6
  632. package/lib-es/deviceSDK/tasks/updateFirmware.js.map +1 -1
  633. package/lib-es/deviceSDK/transports/core.d.ts +1 -1
  634. package/lib-es/deviceSDK/transports/core.d.ts.map +1 -1
  635. package/lib-es/deviceSDK/transports/core.js +22 -32
  636. package/lib-es/deviceSDK/transports/core.js.map +1 -1
  637. package/lib-es/deviceSDK/transports/core.test.d.ts +2 -0
  638. package/lib-es/deviceSDK/transports/core.test.d.ts.map +1 -0
  639. package/lib-es/deviceSDK/transports/core.test.js +121 -0
  640. package/lib-es/deviceSDK/transports/core.test.js.map +1 -0
  641. package/lib-es/env.react.d.ts +1 -1
  642. package/lib-es/env.react.d.ts.map +1 -1
  643. package/lib-es/errors.d.ts +0 -3
  644. package/lib-es/errors.d.ts.map +1 -1
  645. package/lib-es/errors.js +0 -1
  646. package/lib-es/errors.js.map +1 -1
  647. package/lib-es/exchange/platform/transfer/completeExchange.d.ts.map +1 -1
  648. package/lib-es/exchange/platform/transfer/completeExchange.js +0 -2
  649. package/lib-es/exchange/platform/transfer/completeExchange.js.map +1 -1
  650. package/lib-es/exchange/swap/completeExchange.d.ts.map +1 -1
  651. package/lib-es/exchange/swap/completeExchange.js +0 -4
  652. package/lib-es/exchange/swap/completeExchange.js.map +1 -1
  653. package/lib-es/exchange/swap/hooks/useIsSwapLiveApp.js +1 -1
  654. package/lib-es/exchange/swap/hooks/useIsSwapLiveApp.js.map +1 -1
  655. package/lib-es/exchange/swap/hooks/useIsSwapLiveApp.test.js +2 -2
  656. package/lib-es/exchange/swap/hooks/useIsSwapLiveApp.test.js.map +1 -1
  657. package/lib-es/exchange/swap/hooks/usePickDefaultAccount.js +1 -1
  658. package/lib-es/exchange/swap/hooks/usePickDefaultAccount.js.map +1 -1
  659. package/lib-es/exchange/swap/hooks/useUpdateMaxAmount.test.js +1 -1
  660. package/lib-es/exchange/swap/hooks/useUpdateMaxAmount.test.js.map +1 -1
  661. package/lib-es/exchange/swap/hooks/v5/useFetchCurrencyAll.js +1 -1
  662. package/lib-es/exchange/swap/hooks/v5/useFetchCurrencyAll.js.map +1 -1
  663. package/lib-es/exchange/swap/hooks/v5/useFetchCurrencyFrom.js +1 -1
  664. package/lib-es/exchange/swap/hooks/v5/useFetchCurrencyFrom.js.map +1 -1
  665. package/lib-es/exchange/swap/hooks/v5/useFetchCurrencyTo.js +1 -1
  666. package/lib-es/exchange/swap/hooks/v5/useFetchCurrencyTo.js.map +1 -1
  667. package/lib-es/exchange/swap/hooks/v5/useProviderRates.d.ts.map +1 -1
  668. package/lib-es/exchange/swap/hooks/v5/useProviderRates.js +12 -3
  669. package/lib-es/exchange/swap/hooks/v5/useProviderRates.js.map +1 -1
  670. package/lib-es/exchange/swap/initSwap.d.ts.map +1 -1
  671. package/lib-es/exchange/swap/initSwap.js +0 -3
  672. package/lib-es/exchange/swap/initSwap.js.map +1 -1
  673. package/lib-es/families/bitcoin/exchange.d.ts +1 -1
  674. package/lib-es/families/bitcoin/getAccountNetworkInfo.d.ts.map +1 -1
  675. package/lib-es/families/bitcoin/getAccountNetworkInfo.js +0 -13
  676. package/lib-es/families/bitcoin/getAccountNetworkInfo.js.map +1 -1
  677. package/lib-es/families/bitcoin/specs.d.ts.map +1 -1
  678. package/lib-es/families/bitcoin/specs.js +1 -24
  679. package/lib-es/families/bitcoin/specs.js.map +1 -1
  680. package/lib-es/families/bitcoin/types.d.ts +0 -1
  681. package/lib-es/families/bitcoin/types.d.ts.map +1 -1
  682. package/lib-es/families/bitcoin/types.js.map +1 -1
  683. package/lib-es/families/bitcoin/wallet-btc/__tests__/wallet.explorer.integration.test.js +0 -2
  684. package/lib-es/families/bitcoin/wallet-btc/__tests__/wallet.explorer.integration.test.js.map +1 -1
  685. package/lib-es/families/bitcoin/wallet-btc/__tests__/wallet.explorer.unit.test.js +0 -17
  686. package/lib-es/families/bitcoin/wallet-btc/__tests__/wallet.explorer.unit.test.js.map +1 -1
  687. package/lib-es/families/bitcoin/wallet-btc/explorer/index.d.ts +0 -1
  688. package/lib-es/families/bitcoin/wallet-btc/explorer/index.d.ts.map +1 -1
  689. package/lib-es/families/bitcoin/wallet-btc/explorer/index.js +0 -9
  690. package/lib-es/families/bitcoin/wallet-btc/explorer/index.js.map +1 -1
  691. package/lib-es/families/bitcoin/wallet-btc/explorer/types.d.ts +0 -1
  692. package/lib-es/families/bitcoin/wallet-btc/explorer/types.d.ts.map +1 -1
  693. package/lib-es/families/bitcoin/walletApiAdapter.d.ts.map +1 -1
  694. package/lib-es/families/bitcoin/walletApiAdapter.js +23 -7
  695. package/lib-es/families/bitcoin/walletApiAdapter.js.map +1 -1
  696. package/lib-es/families/bitcoin/walletApiAdapter.test.js +87 -17
  697. package/lib-es/families/bitcoin/walletApiAdapter.test.js.map +1 -1
  698. package/lib-es/families/cardano/deviceTransactionConfig.d.ts.map +1 -1
  699. package/lib-es/families/cardano/deviceTransactionConfig.js +1 -2
  700. package/lib-es/families/cardano/deviceTransactionConfig.js.map +1 -1
  701. package/lib-es/families/cardano/errors.d.ts +6 -0
  702. package/lib-es/families/cardano/errors.d.ts.map +1 -1
  703. package/lib-es/families/cardano/errors.js +4 -0
  704. package/lib-es/families/cardano/errors.js.map +1 -1
  705. package/lib-es/families/cardano/js-getTransactionStatus.d.ts.map +1 -1
  706. package/lib-es/families/cardano/js-getTransactionStatus.js +9 -1
  707. package/lib-es/families/cardano/js-getTransactionStatus.js.map +1 -1
  708. package/lib-es/families/cardano/js-synchronisation.d.ts +2 -0
  709. package/lib-es/families/cardano/js-synchronisation.d.ts.map +1 -1
  710. package/lib-es/families/cardano/js-synchronisation.js +5 -7
  711. package/lib-es/families/cardano/js-synchronisation.js.map +1 -1
  712. package/lib-es/families/cardano/js-synchronisation.unit.test.d.ts +2 -0
  713. package/lib-es/families/cardano/js-synchronisation.unit.test.d.ts.map +1 -0
  714. package/lib-es/families/cardano/js-synchronisation.unit.test.js +115 -0
  715. package/lib-es/families/cardano/js-synchronisation.unit.test.js.map +1 -0
  716. package/lib-es/families/cardano/logic.d.ts +6 -1
  717. package/lib-es/families/cardano/logic.d.ts.map +1 -1
  718. package/lib-es/families/cardano/logic.js +8 -0
  719. package/lib-es/families/cardano/logic.js.map +1 -1
  720. package/lib-es/families/cardano/logic.unit.test.d.ts +2 -0
  721. package/lib-es/families/cardano/logic.unit.test.d.ts.map +1 -0
  722. package/lib-es/families/cardano/logic.unit.test.js +47 -0
  723. package/lib-es/families/cardano/logic.unit.test.js.map +1 -0
  724. package/lib-es/families/cosmos/api/Cosmos.d.ts +5 -0
  725. package/lib-es/families/cosmos/api/Cosmos.d.ts.map +1 -1
  726. package/lib-es/families/cosmos/api/Cosmos.js +20 -0
  727. package/lib-es/families/cosmos/api/Cosmos.js.map +1 -1
  728. package/lib-es/families/cosmos/bridge/mock.d.ts.map +1 -1
  729. package/lib-es/families/cosmos/bridge/mock.js +22 -5
  730. package/lib-es/families/cosmos/bridge/mock.js.map +1 -1
  731. package/lib-es/families/cosmos/chain/Dydx.js +1 -1
  732. package/lib-es/families/cosmos/js-buildTransaction.js +10 -10
  733. package/lib-es/families/cosmos/js-buildTransaction.js.map +1 -1
  734. package/lib-es/families/cosmos/js-buildTransaction.test.js +133 -10
  735. package/lib-es/families/cosmos/js-buildTransaction.test.js.map +1 -1
  736. package/lib-es/families/cosmos/js-prepareTransaction.js +1 -1
  737. package/lib-es/families/cosmos/js-prepareTransaction.js.map +1 -1
  738. package/lib-es/families/cosmos/js-signOperation.js +2 -2
  739. package/lib-es/families/cosmos/js-signOperation.js.map +1 -1
  740. package/lib-es/families/crypto_org/account.d.ts.map +1 -1
  741. package/lib-es/families/crypto_org/account.js +2 -2
  742. package/lib-es/families/crypto_org/account.js.map +1 -1
  743. package/lib-es/families/evm/react.react.test.js +1 -1
  744. package/lib-es/families/evm/react.react.test.js.map +1 -1
  745. package/lib-es/families/evm/walletApiAdapter.d.ts.map +1 -1
  746. package/lib-es/families/evm/walletApiAdapter.js +38 -18
  747. package/lib-es/families/evm/walletApiAdapter.js.map +1 -1
  748. package/lib-es/families/evm/walletApiAdapter.test.js +189 -74
  749. package/lib-es/families/evm/walletApiAdapter.test.js.map +1 -1
  750. package/lib-es/families/hedera/api/mirror.js +1 -1
  751. package/lib-es/families/hedera/api/mirror.js.map +1 -1
  752. package/lib-es/families/hedera/types.d.ts +6 -0
  753. package/lib-es/families/hedera/types.d.ts.map +1 -1
  754. package/lib-es/families/polkadot/exchange.d.ts +1 -1
  755. package/lib-es/families/polkadot/walletApiAdapter.d.ts +1 -1
  756. package/lib-es/families/polkadot/walletApiAdapter.d.ts.map +1 -1
  757. package/lib-es/families/polkadot/walletApiAdapter.js +29 -5
  758. package/lib-es/families/polkadot/walletApiAdapter.js.map +1 -1
  759. package/lib-es/families/polkadot/walletApiAdapter.test.js +95 -18
  760. package/lib-es/families/polkadot/walletApiAdapter.test.js.map +1 -1
  761. package/lib-es/families/ripple/walletApiAdapter.js +3 -3
  762. package/lib-es/families/ripple/walletApiAdapter.js.map +1 -1
  763. package/lib-es/families/ripple/walletApiAdapter.test.js +8 -2
  764. package/lib-es/families/ripple/walletApiAdapter.test.js.map +1 -1
  765. package/lib-es/families/vechain/account.d.ts +7 -0
  766. package/lib-es/families/vechain/account.d.ts.map +1 -0
  767. package/lib-es/families/vechain/account.js +17 -0
  768. package/lib-es/families/vechain/account.js.map +1 -0
  769. package/lib-es/families/vechain/api/index.d.ts +7 -0
  770. package/lib-es/families/vechain/api/index.d.ts.map +1 -0
  771. package/lib-es/families/vechain/api/index.js +4 -0
  772. package/lib-es/families/vechain/api/index.js.map +1 -0
  773. package/lib-es/families/vechain/api/sdk.d.ts +47 -0
  774. package/lib-es/families/vechain/api/sdk.d.ts.map +1 -0
  775. package/lib-es/families/vechain/api/sdk.js +151 -0
  776. package/lib-es/families/vechain/api/sdk.js.map +1 -0
  777. package/lib-es/families/vechain/api/types.d.ts +71 -0
  778. package/lib-es/families/vechain/api/types.d.ts.map +1 -0
  779. package/lib-es/families/vechain/api/types.js +2 -0
  780. package/lib-es/families/vechain/api/types.js.map +1 -0
  781. package/lib-es/families/vechain/bridge/js-estimateMaxSpendable.d.ts +8 -0
  782. package/lib-es/families/vechain/bridge/js-estimateMaxSpendable.d.ts.map +1 -0
  783. package/lib-es/families/vechain/bridge/js-estimateMaxSpendable.js +23 -0
  784. package/lib-es/families/vechain/bridge/js-estimateMaxSpendable.js.map +1 -0
  785. package/lib-es/families/vechain/bridge/js.d.ts +8 -0
  786. package/lib-es/families/vechain/bridge/js.d.ts.map +1 -0
  787. package/lib-es/families/vechain/bridge/js.js +36 -0
  788. package/lib-es/families/vechain/bridge/js.js.map +1 -0
  789. package/lib-es/families/vechain/bridge/mock.d.ts +10 -0
  790. package/lib-es/families/vechain/bridge/mock.d.ts.map +1 -0
  791. package/lib-es/families/vechain/bridge/mock.js +120 -0
  792. package/lib-es/families/vechain/bridge/mock.js.map +1 -0
  793. package/lib-es/families/vechain/bridge.integration.test.d.ts +2 -0
  794. package/lib-es/families/vechain/bridge.integration.test.d.ts.map +1 -0
  795. package/lib-es/families/vechain/bridge.integration.test.js +243 -0
  796. package/lib-es/families/vechain/bridge.integration.test.js.map +1 -0
  797. package/lib-es/families/vechain/cli-transaction.d.ts +17 -0
  798. package/lib-es/families/vechain/cli-transaction.d.ts.map +1 -0
  799. package/lib-es/families/vechain/cli-transaction.js +43 -0
  800. package/lib-es/families/vechain/cli-transaction.js.map +1 -0
  801. package/lib-es/families/vechain/constants.d.ts +6 -0
  802. package/lib-es/families/vechain/constants.d.ts.map +1 -0
  803. package/lib-es/families/vechain/constants.js +6 -0
  804. package/lib-es/families/vechain/constants.js.map +1 -0
  805. package/lib-es/families/vechain/contracts/abis/VIP180.d.ts +17 -0
  806. package/lib-es/families/vechain/contracts/abis/VIP180.d.ts.map +1 -0
  807. package/lib-es/families/vechain/contracts/abis/VIP180.js +263 -0
  808. package/lib-es/families/vechain/contracts/abis/VIP180.js.map +1 -0
  809. package/lib-es/families/vechain/contracts/abis/params.d.ts +8 -0
  810. package/lib-es/families/vechain/contracts/abis/params.d.ts.map +1 -0
  811. package/lib-es/families/vechain/contracts/abis/params.js +67 -0
  812. package/lib-es/families/vechain/contracts/abis/params.js.map +1 -0
  813. package/lib-es/families/vechain/contracts/constants.d.ts +6 -0
  814. package/lib-es/families/vechain/contracts/constants.d.ts.map +1 -0
  815. package/lib-es/families/vechain/contracts/constants.js +7 -0
  816. package/lib-es/families/vechain/contracts/constants.js.map +1 -0
  817. package/lib-es/families/vechain/datasets/vechain.d.ts +5 -0
  818. package/lib-es/families/vechain/datasets/vechain.d.ts.map +1 -0
  819. package/lib-es/families/vechain/datasets/vechain.js +94 -0
  820. package/lib-es/families/vechain/datasets/vechain.js.map +1 -0
  821. package/lib-es/families/vechain/datasets/vechain.scanAccounts.1.d.ts +6 -0
  822. package/lib-es/families/vechain/datasets/vechain.scanAccounts.1.d.ts.map +1 -0
  823. package/lib-es/families/vechain/datasets/vechain.scanAccounts.1.js +14 -0
  824. package/lib-es/families/vechain/datasets/vechain.scanAccounts.1.js.map +1 -0
  825. package/lib-es/families/vechain/errors.d.ts +10 -0
  826. package/lib-es/families/vechain/errors.d.ts.map +1 -0
  827. package/lib-es/families/vechain/errors.js +5 -0
  828. package/lib-es/families/vechain/errors.js.map +1 -0
  829. package/lib-es/families/vechain/hw-getAddress.d.ts +4 -0
  830. package/lib-es/families/vechain/hw-getAddress.d.ts.map +1 -0
  831. package/lib-es/families/vechain/hw-getAddress.js +24 -0
  832. package/lib-es/families/vechain/hw-getAddress.js.map +1 -0
  833. package/lib-es/families/vechain/hw-signMessage.d.ts +15 -0
  834. package/lib-es/families/vechain/hw-signMessage.d.ts.map +1 -0
  835. package/lib-es/families/vechain/hw-signMessage.js +30 -0
  836. package/lib-es/families/vechain/hw-signMessage.js.map +1 -0
  837. package/lib-es/families/vechain/js-broadcast.d.ts +10 -0
  838. package/lib-es/families/vechain/js-broadcast.d.ts.map +1 -0
  839. package/lib-es/families/vechain/js-broadcast.js +24 -0
  840. package/lib-es/families/vechain/js-broadcast.js.map +1 -0
  841. package/lib-es/families/vechain/js-getTransactionStatus.d.ts +6 -0
  842. package/lib-es/families/vechain/js-getTransactionStatus.d.ts.map +1 -0
  843. package/lib-es/families/vechain/js-getTransactionStatus.js +70 -0
  844. package/lib-es/families/vechain/js-getTransactionStatus.js.map +1 -0
  845. package/lib-es/families/vechain/js-signOperation.d.ts +13 -0
  846. package/lib-es/families/vechain/js-signOperation.d.ts.map +1 -0
  847. package/lib-es/families/vechain/js-signOperation.js +81 -0
  848. package/lib-es/families/vechain/js-signOperation.js.map +1 -0
  849. package/lib-es/families/vechain/js-synchronisation.d.ts +3 -0
  850. package/lib-es/families/vechain/js-synchronisation.d.ts.map +1 -0
  851. package/lib-es/families/vechain/js-synchronisation.js +81 -0
  852. package/lib-es/families/vechain/js-synchronisation.js.map +1 -0
  853. package/lib-es/families/vechain/js-transaction.d.ts +20 -0
  854. package/lib-es/families/vechain/js-transaction.d.ts.map +1 -0
  855. package/lib-es/families/vechain/js-transaction.js +89 -0
  856. package/lib-es/families/vechain/js-transaction.js.map +1 -0
  857. package/lib-es/families/vechain/mock.d.ts +9 -0
  858. package/lib-es/families/vechain/mock.d.ts.map +1 -0
  859. package/lib-es/families/vechain/mock.js +11 -0
  860. package/lib-es/families/vechain/mock.js.map +1 -0
  861. package/lib-es/families/vechain/specs.d.ts +8 -0
  862. package/lib-es/families/vechain/specs.d.ts.map +1 -0
  863. package/lib-es/families/vechain/specs.js +157 -0
  864. package/lib-es/families/vechain/specs.js.map +1 -0
  865. package/lib-es/families/vechain/speculos-deviceActions.d.ts +7 -0
  866. package/lib-es/families/vechain/speculos-deviceActions.d.ts.map +1 -0
  867. package/lib-es/families/vechain/speculos-deviceActions.js +21 -0
  868. package/lib-es/families/vechain/speculos-deviceActions.js.map +1 -0
  869. package/lib-es/families/vechain/transaction.d.ts +17 -0
  870. package/lib-es/families/vechain/transaction.d.ts.map +1 -0
  871. package/lib-es/families/vechain/transaction.js +47 -0
  872. package/lib-es/families/vechain/transaction.js.map +1 -0
  873. package/lib-es/families/vechain/types.d.ts +25 -0
  874. package/lib-es/families/vechain/types.d.ts.map +1 -0
  875. package/lib-es/families/vechain/types.js +2 -0
  876. package/lib-es/families/vechain/types.js.map +1 -0
  877. package/lib-es/families/vechain/utils/address-utils.d.ts +2 -0
  878. package/lib-es/families/vechain/utils/address-utils.d.ts.map +1 -0
  879. package/lib-es/families/vechain/utils/address-utils.js +12 -0
  880. package/lib-es/families/vechain/utils/address-utils.js.map +1 -0
  881. package/lib-es/families/vechain/utils/hex-utils.d.ts +8 -0
  882. package/lib-es/families/vechain/utils/hex-utils.d.ts.map +1 -0
  883. package/lib-es/families/vechain/utils/hex-utils.js +50 -0
  884. package/lib-es/families/vechain/utils/hex-utils.js.map +1 -0
  885. package/lib-es/families/vechain/utils/mapping-utils.d.ts +5 -0
  886. package/lib-es/families/vechain/utils/mapping-utils.d.ts.map +1 -0
  887. package/lib-es/families/vechain/utils/mapping-utils.js +53 -0
  888. package/lib-es/families/vechain/utils/mapping-utils.js.map +1 -0
  889. package/lib-es/families/vechain/utils/pad-address.d.ts +2 -0
  890. package/lib-es/families/vechain/utils/pad-address.d.ts.map +1 -0
  891. package/lib-es/families/vechain/utils/pad-address.js +9 -0
  892. package/lib-es/families/vechain/utils/pad-address.js.map +1 -0
  893. package/lib-es/families/vechain/utils/transaction-utils.d.ts +30 -0
  894. package/lib-es/families/vechain/utils/transaction-utils.d.ts.map +1 -0
  895. package/lib-es/families/vechain/utils/transaction-utils.js +153 -0
  896. package/lib-es/families/vechain/utils/transaction-utils.js.map +1 -0
  897. package/lib-es/generated/account.d.ts +3 -0
  898. package/lib-es/generated/account.d.ts.map +1 -1
  899. package/lib-es/generated/account.js +2 -0
  900. package/lib-es/generated/account.js.map +1 -1
  901. package/lib-es/generated/bridge/js.d.ts +4 -0
  902. package/lib-es/generated/bridge/js.d.ts.map +1 -1
  903. package/lib-es/generated/bridge/js.js +2 -0
  904. package/lib-es/generated/bridge/js.js.map +1 -1
  905. package/lib-es/generated/bridge/mock.d.ts +4 -0
  906. package/lib-es/generated/bridge/mock.d.ts.map +1 -1
  907. package/lib-es/generated/bridge/mock.js +2 -0
  908. package/lib-es/generated/bridge/mock.js.map +1 -1
  909. package/lib-es/generated/cli-transaction.d.ts +12 -0
  910. package/lib-es/generated/cli-transaction.d.ts.map +1 -1
  911. package/lib-es/generated/cli-transaction.js +2 -0
  912. package/lib-es/generated/cli-transaction.js.map +1 -1
  913. package/lib-es/generated/exchange.d.ts +2 -2
  914. package/lib-es/generated/hw-getAddress.d.ts +1 -0
  915. package/lib-es/generated/hw-getAddress.d.ts.map +1 -1
  916. package/lib-es/generated/hw-getAddress.js +2 -0
  917. package/lib-es/generated/hw-getAddress.js.map +1 -1
  918. package/lib-es/generated/hw-signMessage.d.ts +7 -0
  919. package/lib-es/generated/hw-signMessage.d.ts.map +1 -1
  920. package/lib-es/generated/hw-signMessage.js +2 -0
  921. package/lib-es/generated/hw-signMessage.js.map +1 -1
  922. package/lib-es/generated/mock.d.ts +4 -0
  923. package/lib-es/generated/mock.d.ts.map +1 -1
  924. package/lib-es/generated/mock.js +2 -0
  925. package/lib-es/generated/mock.js.map +1 -1
  926. package/lib-es/generated/specs.d.ts +4 -0
  927. package/lib-es/generated/specs.d.ts.map +1 -1
  928. package/lib-es/generated/specs.js +2 -0
  929. package/lib-es/generated/specs.js.map +1 -1
  930. package/lib-es/generated/transaction.d.ts +8 -0
  931. package/lib-es/generated/transaction.d.ts.map +1 -1
  932. package/lib-es/generated/transaction.js +2 -0
  933. package/lib-es/generated/transaction.js.map +1 -1
  934. package/lib-es/generated/types.d.ts +8 -4
  935. package/lib-es/generated/types.d.ts.map +1 -1
  936. package/lib-es/hooks/recoverFeatureFlag.d.ts +1 -0
  937. package/lib-es/hooks/recoverFeatureFlag.d.ts.map +1 -1
  938. package/lib-es/hooks/recoverFeatureFlag.js +10 -5
  939. package/lib-es/hooks/recoverFeatureFlag.js.map +1 -1
  940. package/lib-es/hw/actions/implementations.d.ts +2 -0
  941. package/lib-es/hw/actions/implementations.d.ts.map +1 -1
  942. package/lib-es/hw/actions/implementations.js +21 -11
  943. package/lib-es/hw/actions/implementations.js.map +1 -1
  944. package/lib-es/hw/actions/installLanguage.d.ts.map +1 -1
  945. package/lib-es/hw/actions/installLanguage.js +1 -0
  946. package/lib-es/hw/actions/installLanguage.js.map +1 -1
  947. package/lib-es/hw/actions/manager.d.ts.map +1 -1
  948. package/lib-es/hw/actions/manager.js +1 -0
  949. package/lib-es/hw/actions/manager.js.map +1 -1
  950. package/lib-es/hw/actions/staxLoadImage.d.ts.map +1 -1
  951. package/lib-es/hw/actions/staxLoadImage.js +4 -1
  952. package/lib-es/hw/actions/staxLoadImage.js.map +1 -1
  953. package/lib-es/hw/actions/transaction.d.ts.map +1 -1
  954. package/lib-es/hw/actions/transaction.js +1 -3
  955. package/lib-es/hw/actions/transaction.js.map +1 -1
  956. package/lib-es/hw/connectApp.d.ts.map +1 -1
  957. package/lib-es/hw/connectApp.js +0 -3
  958. package/lib-es/hw/connectApp.js.map +1 -1
  959. package/lib-es/hw/connectManager.d.ts.map +1 -1
  960. package/lib-es/hw/connectManager.js +1 -3
  961. package/lib-es/hw/connectManager.js.map +1 -1
  962. package/lib-es/hw/deviceAccess.d.ts +46 -1
  963. package/lib-es/hw/deviceAccess.d.ts.map +1 -1
  964. package/lib-es/hw/deviceAccess.js +70 -31
  965. package/lib-es/hw/deviceAccess.js.map +1 -1
  966. package/lib-es/hw/deviceAccess.test.d.ts +2 -0
  967. package/lib-es/hw/deviceAccess.test.d.ts.map +1 -0
  968. package/lib-es/hw/deviceAccess.test.js +111 -0
  969. package/lib-es/hw/deviceAccess.test.js.map +1 -0
  970. package/lib-es/hw/getBatteryStatus.d.ts.map +1 -1
  971. package/lib-es/hw/getBatteryStatus.js +8 -0
  972. package/lib-es/hw/getBatteryStatus.js.map +1 -1
  973. package/lib-es/hw/getDeviceInfo.d.ts.map +1 -1
  974. package/lib-es/hw/getDeviceInfo.js +6 -4
  975. package/lib-es/hw/getDeviceInfo.js.map +1 -1
  976. package/lib-es/hw/getOnboardingStatePolling.d.ts +9 -3
  977. package/lib-es/hw/getOnboardingStatePolling.d.ts.map +1 -1
  978. package/lib-es/hw/getOnboardingStatePolling.js +23 -9
  979. package/lib-es/hw/getOnboardingStatePolling.js.map +1 -1
  980. package/lib-es/hw/getOnboardingStatePolling.test.js +8 -32
  981. package/lib-es/hw/getOnboardingStatePolling.test.js.map +1 -1
  982. package/lib-es/hw/getVersion.d.ts +10 -1
  983. package/lib-es/hw/getVersion.d.ts.map +1 -1
  984. package/lib-es/hw/getVersion.js +11 -2
  985. package/lib-es/hw/getVersion.js.map +1 -1
  986. package/lib-es/hw/index.d.ts +12 -2
  987. package/lib-es/hw/index.d.ts.map +1 -1
  988. package/lib-es/hw/index.js +54 -7
  989. package/lib-es/hw/index.js.map +1 -1
  990. package/lib-es/hw/index.test.d.ts +2 -0
  991. package/lib-es/hw/index.test.d.ts.map +1 -0
  992. package/lib-es/hw/index.test.js +96 -0
  993. package/lib-es/hw/index.test.js.map +1 -0
  994. package/lib-es/hw/installLanguage.d.ts.map +1 -1
  995. package/lib-es/hw/installLanguage.js +1 -3
  996. package/lib-es/hw/installLanguage.js.map +1 -1
  997. package/lib-es/hw/staxFetchImage.d.ts.map +1 -1
  998. package/lib-es/hw/staxFetchImage.js +1 -3
  999. package/lib-es/hw/staxFetchImage.js.map +1 -1
  1000. package/lib-es/hw/staxLoadImage.d.ts.map +1 -1
  1001. package/lib-es/hw/staxLoadImage.js +1 -3
  1002. package/lib-es/hw/staxLoadImage.js.map +1 -1
  1003. package/lib-es/hw/uninstallLanguage.d.ts.map +1 -1
  1004. package/lib-es/hw/uninstallLanguage.js +1 -3
  1005. package/lib-es/hw/uninstallLanguage.js.map +1 -1
  1006. package/lib-es/load/speculos.d.ts +5 -0
  1007. package/lib-es/load/speculos.d.ts.map +1 -1
  1008. package/lib-es/load/speculos.js +5 -1
  1009. package/lib-es/load/speculos.js.map +1 -1
  1010. package/lib-es/manager/api.d.ts.map +1 -1
  1011. package/lib-es/manager/api.js +1 -2
  1012. package/lib-es/manager/api.js.map +1 -1
  1013. package/lib-es/platform/types.d.ts +3 -0
  1014. package/lib-es/platform/types.d.ts.map +1 -1
  1015. package/lib-es/postOnboarding/actions.d.ts +1 -0
  1016. package/lib-es/postOnboarding/actions.d.ts.map +1 -1
  1017. package/lib-es/postOnboarding/actions.js +4 -0
  1018. package/lib-es/postOnboarding/actions.js.map +1 -1
  1019. package/lib-es/postOnboarding/hooks/useAllPostOnboardingActionsCompleted.test.js +4 -0
  1020. package/lib-es/postOnboarding/hooks/useAllPostOnboardingActionsCompleted.test.js.map +1 -1
  1021. package/lib-es/postOnboarding/hooks/usePostOnboardingHubState.d.ts.map +1 -1
  1022. package/lib-es/postOnboarding/hooks/usePostOnboardingHubState.js +3 -1
  1023. package/lib-es/postOnboarding/hooks/usePostOnboardingHubState.js.map +1 -1
  1024. package/lib-es/postOnboarding/hooks/usePostOnboardingHubState.test.js +7 -3
  1025. package/lib-es/postOnboarding/hooks/usePostOnboardingHubState.test.js.map +1 -1
  1026. package/lib-es/postOnboarding/hooks/useStartPostOnboardingCallback.js +1 -1
  1027. package/lib-es/postOnboarding/hooks/useStartPostOnboardingCallback.js.map +1 -1
  1028. package/lib-es/postOnboarding/reducer.d.ts +4 -0
  1029. package/lib-es/postOnboarding/reducer.d.ts.map +1 -1
  1030. package/lib-es/postOnboarding/reducer.js +5 -1
  1031. package/lib-es/postOnboarding/reducer.js.map +1 -1
  1032. package/lib-es/postOnboarding/reducer.test.js +16 -4
  1033. package/lib-es/postOnboarding/reducer.test.js.map +1 -1
  1034. package/lib-es/react.d.ts +7 -2
  1035. package/lib-es/react.d.ts.map +1 -1
  1036. package/lib-es/react.js +27 -16
  1037. package/lib-es/react.js.map +1 -1
  1038. package/lib-es/reactNative.d.ts +7 -2
  1039. package/lib-es/reactNative.d.ts.map +1 -1
  1040. package/lib-es/reactNative.js +10 -13
  1041. package/lib-es/reactNative.js.map +1 -1
  1042. package/lib-es/utils/__tests__/runOnceWhen.test.d.ts +2 -0
  1043. package/lib-es/utils/__tests__/runOnceWhen.test.d.ts.map +1 -0
  1044. package/lib-es/utils/__tests__/runOnceWhen.test.js +51 -0
  1045. package/lib-es/utils/__tests__/runOnceWhen.test.js.map +1 -0
  1046. package/lib-es/utils/runOnceWhen.d.ts +2 -0
  1047. package/lib-es/utils/runOnceWhen.d.ts.map +1 -0
  1048. package/lib-es/utils/runOnceWhen.js +15 -0
  1049. package/lib-es/utils/runOnceWhen.js.map +1 -0
  1050. package/lib-es/wallet-api/converters.d.ts.map +1 -1
  1051. package/lib-es/wallet-api/converters.js +11 -2
  1052. package/lib-es/wallet-api/converters.js.map +1 -1
  1053. package/lib-es/wallet-api/converters.test.d.ts.map +1 -1
  1054. package/lib-es/wallet-api/converters.test.js +6 -3
  1055. package/lib-es/wallet-api/converters.test.js.map +1 -1
  1056. package/lib-es/wallet-api/logic.d.ts +3 -1
  1057. package/lib-es/wallet-api/logic.d.ts.map +1 -1
  1058. package/lib-es/wallet-api/logic.js +16 -6
  1059. package/lib-es/wallet-api/logic.js.map +1 -1
  1060. package/lib-es/wallet-api/react.d.ts.map +1 -1
  1061. package/lib-es/wallet-api/react.js +1 -0
  1062. package/lib-es/wallet-api/react.js.map +1 -1
  1063. package/lib-es/wallet-api/types.d.ts +9 -3
  1064. package/lib-es/wallet-api/types.d.ts.map +1 -1
  1065. package/package.json +42 -37
  1066. package/src/__snapshots__/cross.test.ts.snap +11 -11
  1067. package/src/__tests__/__snapshots__/portfolio.v2.ts.snap +1597 -1597
  1068. package/src/__tests__/__snapshots__/range.ts.snap +6 -6
  1069. package/src/__tests__/__snapshots__/user.ts.snap +1 -1
  1070. package/src/__tests__/currencies.ts +2 -24
  1071. package/src/__tests__/test-helpers/environment.ts +1 -0
  1072. package/src/apps/inlineAppInstall.ts +20 -3
  1073. package/src/bot/engine.ts +3 -4
  1074. package/src/bot/index.ts +1 -0
  1075. package/src/bot/portfolio/process-sync.ts +2 -1
  1076. package/src/bridge/react/BridgeSync.test.tsx +16 -1
  1077. package/src/countervalues/api/api.mock.ts +13 -1
  1078. package/src/countervalues/api/api.ts +2 -2
  1079. package/src/countervalues/api/index.ts +3 -3
  1080. package/src/countervalues/logic.integration.test.ts +11 -9
  1081. package/src/countervalues/logic.ts +1 -13
  1082. package/src/countervalues/mock.test.ts +2 -2
  1083. package/src/countervalues/modules/index.ts +0 -7
  1084. package/src/countervalues/modules/types.ts +0 -1
  1085. package/src/countervalues/types.ts +1 -1
  1086. package/src/currencies/__snapshots__/sortByMarketcap.test.ts.snap +812 -310
  1087. package/src/currencies/cryptoIcons.ts +19 -0
  1088. package/src/currencies/hooks.ts +24 -0
  1089. package/src/currencies/index.ts +2 -11
  1090. package/src/currencies/mock.ts +41 -41
  1091. package/src/currencies/sortByMarketcap.test.ts +14 -8
  1092. package/src/currencies/sortByMarketcap.ts +24 -79
  1093. package/src/deviceSDK/actions/getLatestAvailableFirmware.test.ts +1 -1
  1094. package/src/deviceSDK/actions/updateFirmware.ts +3 -0
  1095. package/src/deviceSDK/commands/core.ts +2 -0
  1096. package/src/deviceSDK/commands/firmwareUpdate/flashMcuOrBootloader.ts +6 -2
  1097. package/src/deviceSDK/commands/firmwareUpdate/installFirmware.ts +16 -9
  1098. package/src/deviceSDK/commands/toggleOnboardingEarlyCheck.test.ts +0 -2
  1099. package/src/deviceSDK/hooks/useBatteryStatuses.ts +27 -3
  1100. package/src/deviceSDK/tasks/core.test.ts +1 -1
  1101. package/src/deviceSDK/tasks/core.ts +58 -66
  1102. package/src/deviceSDK/tasks/getBatteryStatuses.ts +10 -4
  1103. package/src/deviceSDK/tasks/toggleOnboardingEarlyCheck.ts +1 -4
  1104. package/src/deviceSDK/tasks/updateFirmware.ts +29 -4
  1105. package/src/deviceSDK/transports/core.test.ts +141 -0
  1106. package/src/deviceSDK/transports/core.ts +28 -36
  1107. package/src/errors.ts +0 -1
  1108. package/src/exchange/platform/transfer/completeExchange.ts +0 -2
  1109. package/src/exchange/swap/completeExchange.ts +0 -4
  1110. package/src/exchange/swap/hooks/useIsSwapLiveApp.test.ts +2 -2
  1111. package/src/exchange/swap/hooks/useIsSwapLiveApp.ts +1 -1
  1112. package/src/exchange/swap/hooks/usePickDefaultAccount.ts +1 -1
  1113. package/src/exchange/swap/hooks/useUpdateMaxAmount.test.ts +1 -1
  1114. package/src/exchange/swap/hooks/v5/useFetchCurrencyAll.ts +1 -1
  1115. package/src/exchange/swap/hooks/v5/useFetchCurrencyFrom.ts +1 -1
  1116. package/src/exchange/swap/hooks/v5/useFetchCurrencyTo.ts +1 -1
  1117. package/src/exchange/swap/hooks/v5/useProviderRates.ts +15 -3
  1118. package/src/exchange/swap/initSwap.ts +0 -3
  1119. package/src/families/algorand/__snapshots__/bridge.integration.test.ts.snap +890 -890
  1120. package/src/families/bitcoin/__snapshots__/bridge.integration.test.ts.snap +8642 -7809
  1121. package/src/families/bitcoin/getAccountNetworkInfo.ts +0 -15
  1122. package/src/families/bitcoin/specs.ts +1 -27
  1123. package/src/families/bitcoin/types.ts +0 -1
  1124. package/src/families/bitcoin/wallet-btc/__tests__/wallet.explorer.integration.test.ts +0 -3
  1125. package/src/families/bitcoin/wallet-btc/__tests__/wallet.explorer.unit.test.ts +0 -18
  1126. package/src/families/bitcoin/wallet-btc/explorer/index.ts +0 -8
  1127. package/src/families/bitcoin/wallet-btc/explorer/types.ts +0 -1
  1128. package/src/families/bitcoin/walletApiAdapter.test.ts +92 -21
  1129. package/src/families/bitcoin/walletApiAdapter.ts +29 -13
  1130. package/src/families/cardano/__snapshots__/bridge.integration.test.ts.snap +278 -315
  1131. package/src/families/cardano/deviceTransactionConfig.ts +1 -2
  1132. package/src/families/cardano/errors.ts +5 -0
  1133. package/src/families/cardano/js-getTransactionStatus.ts +16 -1
  1134. package/src/families/cardano/js-synchronisation.ts +6 -7
  1135. package/src/families/cardano/js-synchronisation.unit.test.ts +125 -0
  1136. package/src/families/cardano/logic.ts +9 -0
  1137. package/src/families/cardano/logic.unit.test.ts +51 -0
  1138. package/src/families/casper/__snapshots__/bridge.integration.test.ts.snap +44 -44
  1139. package/src/families/celo/__snapshots__/bridge.integration.test.ts.snap +62 -62
  1140. package/src/families/cosmos/api/Cosmos.ts +26 -0
  1141. package/src/families/cosmos/bridge/mock.ts +27 -5
  1142. package/src/families/cosmos/chain/Dydx.ts +1 -1
  1143. package/src/families/cosmos/datasets/__snapshots__/axelar.integration.test.ts.snap +14 -14
  1144. package/src/families/cosmos/datasets/__snapshots__/coreum.integration.test.ts.snap +38 -38
  1145. package/src/families/cosmos/datasets/__snapshots__/cosmos.integration.test.ts.snap +692 -692
  1146. package/src/families/cosmos/datasets/__snapshots__/desmos.integration.test.ts.snap +14 -14
  1147. package/src/families/cosmos/datasets/__snapshots__/dydx.integration.test.ts.snap +63 -0
  1148. package/src/families/cosmos/datasets/__snapshots__/injective.integration.test.ts.snap +14 -14
  1149. package/src/families/cosmos/datasets/__snapshots__/onomy.integration.test.ts.snap +14 -14
  1150. package/src/families/cosmos/datasets/__snapshots__/osmosis.integration.test.ts.snap +14 -14
  1151. package/src/families/cosmos/datasets/__snapshots__/quicksilver.integration.test.ts.snap +14 -14
  1152. package/src/families/cosmos/datasets/__snapshots__/secretNetwork.integration.test.ts.snap +14 -14
  1153. package/src/families/cosmos/datasets/__snapshots__/seiNetwork.integration.test.ts.snap +12 -87
  1154. package/src/families/cosmos/datasets/__snapshots__/stargaze.integration.test.ts.snap +14 -14
  1155. package/src/families/cosmos/datasets/__snapshots__/umee.integration.test.ts.snap +14 -14
  1156. package/src/families/cosmos/js-buildTransaction.test.ts +137 -10
  1157. package/src/families/cosmos/js-buildTransaction.ts +10 -10
  1158. package/src/families/cosmos/js-prepareTransaction.ts +1 -1
  1159. package/src/families/cosmos/js-signOperation.ts +2 -2
  1160. package/src/families/crypto_org/NOTES.md +10 -0
  1161. package/src/families/crypto_org/__snapshots__/bridge.integration.test.ts.snap +502 -502
  1162. package/src/families/crypto_org/account.ts +3 -2
  1163. package/src/families/elrond/__snapshots__/bridge.integration.test.ts.snap +44 -44
  1164. package/src/families/evm/react.react.test.ts +1 -1
  1165. package/src/families/evm/walletApiAdapter.test.ts +199 -84
  1166. package/src/families/evm/walletApiAdapter.ts +43 -33
  1167. package/src/families/filecoin/__snapshots__/bridge.integration.test.ts.snap +25 -48
  1168. package/src/families/hedera/__snapshots__/bridge.integration.test.ts.snap +46 -19
  1169. package/src/families/hedera/api/mirror.ts +1 -1
  1170. package/src/families/hedera/types.ts +8 -0
  1171. package/src/families/internet_computer/__snapshots__/bridge.integration.test.ts.snap +18 -18
  1172. package/src/families/polkadot/__snapshots__/bridge.integration.test.ts.snap +711 -711
  1173. package/src/families/polkadot/walletApiAdapter.test.ts +105 -22
  1174. package/src/families/polkadot/walletApiAdapter.ts +39 -9
  1175. package/src/families/ripple/walletApiAdapter.test.ts +10 -5
  1176. package/src/families/ripple/walletApiAdapter.ts +3 -3
  1177. package/src/families/solana/__snapshots__/bridge.integration.test.ts.snap +24 -24
  1178. package/src/families/stacks/__snapshots__/bridge.integration.test.ts.snap +22 -22
  1179. package/src/families/stellar/__snapshots__/bridge.integration.test.ts.snap +428 -428
  1180. package/src/families/tron/__snapshots__/bridge.integration.test.ts.snap +1451 -1451
  1181. package/src/families/vechain/__snapshots__/bridge.integration.test.ts.snap +194 -0
  1182. package/src/families/vechain/account.ts +22 -0
  1183. package/src/families/vechain/api/index.ts +3 -0
  1184. package/src/families/vechain/api/sdk.ts +174 -0
  1185. package/src/families/vechain/api/types.ts +81 -0
  1186. package/src/families/vechain/bridge/js-estimateMaxSpendable.ts +20 -0
  1187. package/src/families/vechain/bridge/js.ts +33 -0
  1188. package/src/families/vechain/bridge/mock.ts +137 -0
  1189. package/src/families/vechain/bridge.integration.test.ts +258 -0
  1190. package/src/families/vechain/cli-transaction.ts +69 -0
  1191. package/src/families/vechain/constants.ts +5 -0
  1192. package/src/families/vechain/contracts/abis/VIP180.ts +265 -0
  1193. package/src/families/vechain/contracts/abis/params.ts +70 -0
  1194. package/src/families/vechain/contracts/constants.ts +11 -0
  1195. package/src/families/vechain/datasets/vechain.scanAccounts.1.ts +13 -0
  1196. package/src/families/vechain/datasets/vechain.ts +98 -0
  1197. package/src/families/vechain/errors.ts +7 -0
  1198. package/src/families/vechain/hw-getAddress.ts +17 -0
  1199. package/src/families/vechain/hw-signMessage.ts +25 -0
  1200. package/src/families/vechain/js-broadcast.ts +22 -0
  1201. package/src/families/vechain/js-getTransactionStatus.ts +78 -0
  1202. package/src/families/vechain/js-signOperation.ts +103 -0
  1203. package/src/families/vechain/js-synchronisation.ts +86 -0
  1204. package/src/families/vechain/js-transaction.ts +107 -0
  1205. package/src/families/vechain/mock.ts +14 -0
  1206. package/src/families/vechain/specs.ts +210 -0
  1207. package/src/families/vechain/speculos-deviceActions.ts +24 -0
  1208. package/src/families/vechain/transaction.ts +74 -0
  1209. package/src/families/vechain/types.ts +35 -0
  1210. package/src/families/vechain/utils/address-utils.ts +11 -0
  1211. package/src/families/vechain/utils/hex-utils.ts +53 -0
  1212. package/src/families/vechain/utils/mapping-utils.ts +67 -0
  1213. package/src/families/vechain/utils/pad-address.ts +8 -0
  1214. package/src/families/vechain/utils/transaction-utils.ts +191 -0
  1215. package/src/generated/account.ts +2 -0
  1216. package/src/generated/bridge/js.ts +2 -0
  1217. package/src/generated/bridge/mock.ts +2 -0
  1218. package/src/generated/cli-transaction.ts +2 -0
  1219. package/src/generated/hw-getAddress.ts +2 -0
  1220. package/src/generated/hw-signMessage.ts +2 -0
  1221. package/src/generated/mock.ts +2 -0
  1222. package/src/generated/specs.ts +2 -0
  1223. package/src/generated/transaction.ts +2 -0
  1224. package/src/generated/types.ts +12 -4
  1225. package/src/hooks/recoverFeatureFlag.ts +17 -5
  1226. package/src/hw/actions/implementations.ts +27 -11
  1227. package/src/hw/actions/installLanguage.ts +1 -0
  1228. package/src/hw/actions/manager.ts +1 -0
  1229. package/src/hw/actions/staxLoadImage.ts +8 -1
  1230. package/src/hw/actions/transaction.ts +0 -1
  1231. package/src/hw/connectApp.ts +0 -3
  1232. package/src/hw/connectManager.ts +1 -4
  1233. package/src/hw/deviceAccess.test.ts +131 -0
  1234. package/src/hw/deviceAccess.ts +88 -34
  1235. package/src/hw/getBatteryStatus.ts +10 -0
  1236. package/src/hw/getDeviceInfo.ts +10 -4
  1237. package/src/hw/getOnboardingStatePolling.test.ts +8 -36
  1238. package/src/hw/getOnboardingStatePolling.ts +31 -12
  1239. package/src/hw/getVersion.ts +14 -2
  1240. package/src/hw/index.test.ts +97 -0
  1241. package/src/hw/index.ts +61 -6
  1242. package/src/hw/installLanguage.ts +1 -4
  1243. package/src/hw/staxFetchImage.ts +1 -4
  1244. package/src/hw/staxLoadImage.ts +1 -4
  1245. package/src/hw/uninstallLanguage.ts +1 -4
  1246. package/src/load/speculos.ts +13 -1
  1247. package/src/manager/api.ts +1 -2
  1248. package/src/platform/types.ts +3 -0
  1249. package/src/postOnboarding/actions.ts +5 -0
  1250. package/src/postOnboarding/hooks/useAllPostOnboardingActionsCompleted.test.ts +4 -0
  1251. package/src/postOnboarding/hooks/usePostOnboardingHubState.test.ts +7 -3
  1252. package/src/postOnboarding/hooks/usePostOnboardingHubState.ts +3 -1
  1253. package/src/postOnboarding/hooks/useStartPostOnboardingCallback.ts +1 -1
  1254. package/src/postOnboarding/reducer.test.ts +13 -1
  1255. package/src/postOnboarding/reducer.ts +15 -2
  1256. package/src/react.tsx +43 -0
  1257. package/src/reactNative.ts +12 -14
  1258. package/src/socket/__snapshots__/socket.test.ts.snap +108 -108
  1259. package/src/utils/__tests__/runOnceWhen.test.ts +71 -0
  1260. package/src/utils/runOnceWhen.ts +19 -0
  1261. package/src/wallet-api/converters.test.ts +8 -5
  1262. package/src/wallet-api/converters.ts +11 -2
  1263. package/src/wallet-api/logic.ts +19 -6
  1264. package/src/wallet-api/react.ts +1 -0
  1265. package/src/wallet-api/types.ts +9 -5
  1266. package/lib/data/flags/react/frFlag.d.ts +0 -7
  1267. package/lib/data/flags/react/frFlag.d.ts.map +0 -1
  1268. package/lib/data/flags/react/frFlag.js +0 -57
  1269. package/lib/data/flags/react/frFlag.js.map +0 -1
  1270. package/lib/data/flags/react/index.d.ts +0 -4
  1271. package/lib/data/flags/react/index.d.ts.map +0 -1
  1272. package/lib/data/flags/react/index.js +0 -13
  1273. package/lib/data/flags/react/index.js.map +0 -1
  1274. package/lib/data/flags/react/jpFlag.d.ts +0 -7
  1275. package/lib/data/flags/react/jpFlag.d.ts.map +0 -1
  1276. package/lib/data/flags/react/jpFlag.js +0 -59
  1277. package/lib/data/flags/react/jpFlag.js.map +0 -1
  1278. package/lib/data/flags/react/usFlag.d.ts +0 -7
  1279. package/lib/data/flags/react/usFlag.d.ts.map +0 -1
  1280. package/lib/data/flags/react/usFlag.js +0 -64
  1281. package/lib/data/flags/react/usFlag.js.map +0 -1
  1282. package/lib/data/flags/reactNative/frFlag.d.ts +0 -7
  1283. package/lib/data/flags/reactNative/frFlag.d.ts.map +0 -1
  1284. package/lib/data/flags/reactNative/frFlag.js +0 -50
  1285. package/lib/data/flags/reactNative/frFlag.js.map +0 -1
  1286. package/lib/data/flags/reactNative/index.d.ts +0 -4
  1287. package/lib/data/flags/reactNative/index.d.ts.map +0 -1
  1288. package/lib/data/flags/reactNative/index.js +0 -13
  1289. package/lib/data/flags/reactNative/index.js.map +0 -1
  1290. package/lib/data/flags/reactNative/jpFlag.d.ts +0 -7
  1291. package/lib/data/flags/reactNative/jpFlag.d.ts.map +0 -1
  1292. package/lib/data/flags/reactNative/jpFlag.js +0 -52
  1293. package/lib/data/flags/reactNative/jpFlag.js.map +0 -1
  1294. package/lib/data/flags/reactNative/usFlag.d.ts +0 -7
  1295. package/lib/data/flags/reactNative/usFlag.d.ts.map +0 -1
  1296. package/lib/data/flags/reactNative/usFlag.js +0 -57
  1297. package/lib/data/flags/reactNative/usFlag.js.map +0 -1
  1298. package/lib/data/icons/react/_0Xbtc.d.ts +0 -8
  1299. package/lib/data/icons/react/_0Xbtc.d.ts.map +0 -1
  1300. package/lib/data/icons/react/_0Xbtc.js +0 -37
  1301. package/lib/data/icons/react/_0Xbtc.js.map +0 -1
  1302. package/lib/data/icons/react/_2Give.d.ts +0 -8
  1303. package/lib/data/icons/react/_2Give.d.ts.map +0 -1
  1304. package/lib/data/icons/react/_2Give.js +0 -43
  1305. package/lib/data/icons/react/_2Give.js.map +0 -1
  1306. package/lib/data/icons/react/abi.d.ts +0 -8
  1307. package/lib/data/icons/react/abi.d.ts.map +0 -1
  1308. package/lib/data/icons/react/abi.js +0 -34
  1309. package/lib/data/icons/react/abi.js.map +0 -1
  1310. package/lib/data/icons/react/abt.d.ts +0 -8
  1311. package/lib/data/icons/react/abt.d.ts.map +0 -1
  1312. package/lib/data/icons/react/abt.js +0 -34
  1313. package/lib/data/icons/react/abt.js.map +0 -1
  1314. package/lib/data/icons/react/act.d.ts +0 -8
  1315. package/lib/data/icons/react/act.d.ts.map +0 -1
  1316. package/lib/data/icons/react/act.js +0 -34
  1317. package/lib/data/icons/react/act.js.map +0 -1
  1318. package/lib/data/icons/react/actn.d.ts +0 -8
  1319. package/lib/data/icons/react/actn.d.ts.map +0 -1
  1320. package/lib/data/icons/react/actn.js +0 -34
  1321. package/lib/data/icons/react/actn.js.map +0 -1
  1322. package/lib/data/icons/react/ada.d.ts +0 -8
  1323. package/lib/data/icons/react/ada.d.ts.map +0 -1
  1324. package/lib/data/icons/react/ada.js +0 -34
  1325. package/lib/data/icons/react/ada.js.map +0 -1
  1326. package/lib/data/icons/react/add.d.ts +0 -8
  1327. package/lib/data/icons/react/add.d.ts.map +0 -1
  1328. package/lib/data/icons/react/add.js +0 -34
  1329. package/lib/data/icons/react/add.js.map +0 -1
  1330. package/lib/data/icons/react/adx.d.ts +0 -8
  1331. package/lib/data/icons/react/adx.d.ts.map +0 -1
  1332. package/lib/data/icons/react/adx.js +0 -34
  1333. package/lib/data/icons/react/adx.js.map +0 -1
  1334. package/lib/data/icons/react/ae.d.ts +0 -8
  1335. package/lib/data/icons/react/ae.d.ts.map +0 -1
  1336. package/lib/data/icons/react/ae.js +0 -34
  1337. package/lib/data/icons/react/ae.js.map +0 -1
  1338. package/lib/data/icons/react/aeon.d.ts +0 -8
  1339. package/lib/data/icons/react/aeon.d.ts.map +0 -1
  1340. package/lib/data/icons/react/aeon.js +0 -37
  1341. package/lib/data/icons/react/aeon.js.map +0 -1
  1342. package/lib/data/icons/react/agi.d.ts +0 -8
  1343. package/lib/data/icons/react/agi.d.ts.map +0 -1
  1344. package/lib/data/icons/react/agi.js +0 -35
  1345. package/lib/data/icons/react/agi.js.map +0 -1
  1346. package/lib/data/icons/react/agrs.d.ts +0 -8
  1347. package/lib/data/icons/react/agrs.d.ts.map +0 -1
  1348. package/lib/data/icons/react/agrs.js +0 -34
  1349. package/lib/data/icons/react/agrs.js.map +0 -1
  1350. package/lib/data/icons/react/aion.d.ts +0 -8
  1351. package/lib/data/icons/react/aion.d.ts.map +0 -1
  1352. package/lib/data/icons/react/aion.js +0 -35
  1353. package/lib/data/icons/react/aion.js.map +0 -1
  1354. package/lib/data/icons/react/algo.d.ts +0 -8
  1355. package/lib/data/icons/react/algo.d.ts.map +0 -1
  1356. package/lib/data/icons/react/algo.js +0 -34
  1357. package/lib/data/icons/react/algo.js.map +0 -1
  1358. package/lib/data/icons/react/amb.d.ts +0 -8
  1359. package/lib/data/icons/react/amb.d.ts.map +0 -1
  1360. package/lib/data/icons/react/amb.js +0 -34
  1361. package/lib/data/icons/react/amb.js.map +0 -1
  1362. package/lib/data/icons/react/amp.d.ts +0 -8
  1363. package/lib/data/icons/react/amp.d.ts.map +0 -1
  1364. package/lib/data/icons/react/amp.js +0 -34
  1365. package/lib/data/icons/react/amp.js.map +0 -1
  1366. package/lib/data/icons/react/ampl.d.ts +0 -8
  1367. package/lib/data/icons/react/ampl.d.ts.map +0 -1
  1368. package/lib/data/icons/react/ampl.js +0 -34
  1369. package/lib/data/icons/react/ampl.js.map +0 -1
  1370. package/lib/data/icons/react/ant.d.ts +0 -8
  1371. package/lib/data/icons/react/ant.d.ts.map +0 -1
  1372. package/lib/data/icons/react/ant.js +0 -34
  1373. package/lib/data/icons/react/ant.js.map +0 -1
  1374. package/lib/data/icons/react/apex.d.ts +0 -8
  1375. package/lib/data/icons/react/apex.d.ts.map +0 -1
  1376. package/lib/data/icons/react/apex.js +0 -34
  1377. package/lib/data/icons/react/apex.js.map +0 -1
  1378. package/lib/data/icons/react/appc.d.ts +0 -8
  1379. package/lib/data/icons/react/appc.d.ts.map +0 -1
  1380. package/lib/data/icons/react/appc.js +0 -34
  1381. package/lib/data/icons/react/appc.js.map +0 -1
  1382. package/lib/data/icons/react/ardr.d.ts +0 -8
  1383. package/lib/data/icons/react/ardr.d.ts.map +0 -1
  1384. package/lib/data/icons/react/ardr.js +0 -34
  1385. package/lib/data/icons/react/ardr.js.map +0 -1
  1386. package/lib/data/icons/react/arg.d.ts +0 -8
  1387. package/lib/data/icons/react/arg.d.ts.map +0 -1
  1388. package/lib/data/icons/react/arg.js +0 -35
  1389. package/lib/data/icons/react/arg.js.map +0 -1
  1390. package/lib/data/icons/react/ark.d.ts +0 -8
  1391. package/lib/data/icons/react/ark.d.ts.map +0 -1
  1392. package/lib/data/icons/react/ark.js +0 -34
  1393. package/lib/data/icons/react/ark.js.map +0 -1
  1394. package/lib/data/icons/react/arn.d.ts +0 -8
  1395. package/lib/data/icons/react/arn.d.ts.map +0 -1
  1396. package/lib/data/icons/react/arn.js +0 -34
  1397. package/lib/data/icons/react/arn.js.map +0 -1
  1398. package/lib/data/icons/react/arnx.d.ts +0 -8
  1399. package/lib/data/icons/react/arnx.d.ts.map +0 -1
  1400. package/lib/data/icons/react/arnx.js +0 -36
  1401. package/lib/data/icons/react/arnx.js.map +0 -1
  1402. package/lib/data/icons/react/ary.d.ts +0 -8
  1403. package/lib/data/icons/react/ary.d.ts.map +0 -1
  1404. package/lib/data/icons/react/ary.js +0 -34
  1405. package/lib/data/icons/react/ary.js.map +0 -1
  1406. package/lib/data/icons/react/ast.d.ts +0 -8
  1407. package/lib/data/icons/react/ast.d.ts.map +0 -1
  1408. package/lib/data/icons/react/ast.js +0 -34
  1409. package/lib/data/icons/react/ast.js.map +0 -1
  1410. package/lib/data/icons/react/astr.d.ts +0 -8
  1411. package/lib/data/icons/react/astr.d.ts.map +0 -1
  1412. package/lib/data/icons/react/astr.js +0 -34
  1413. package/lib/data/icons/react/astr.js.map +0 -1
  1414. package/lib/data/icons/react/atm.d.ts +0 -8
  1415. package/lib/data/icons/react/atm.d.ts.map +0 -1
  1416. package/lib/data/icons/react/atm.js +0 -34
  1417. package/lib/data/icons/react/atm.js.map +0 -1
  1418. package/lib/data/icons/react/atom.d.ts +0 -8
  1419. package/lib/data/icons/react/atom.d.ts.map +0 -1
  1420. package/lib/data/icons/react/atom.js +0 -47
  1421. package/lib/data/icons/react/atom.js.map +0 -1
  1422. package/lib/data/icons/react/audr.d.ts +0 -8
  1423. package/lib/data/icons/react/audr.d.ts.map +0 -1
  1424. package/lib/data/icons/react/audr.js +0 -34
  1425. package/lib/data/icons/react/audr.js.map +0 -1
  1426. package/lib/data/icons/react/auto.d.ts +0 -8
  1427. package/lib/data/icons/react/auto.d.ts.map +0 -1
  1428. package/lib/data/icons/react/auto.js +0 -34
  1429. package/lib/data/icons/react/auto.js.map +0 -1
  1430. package/lib/data/icons/react/avax.d.ts +0 -8
  1431. package/lib/data/icons/react/avax.d.ts.map +0 -1
  1432. package/lib/data/icons/react/avax.js +0 -34
  1433. package/lib/data/icons/react/avax.js.map +0 -1
  1434. package/lib/data/icons/react/axl.d.ts +0 -8
  1435. package/lib/data/icons/react/axl.d.ts.map +0 -1
  1436. package/lib/data/icons/react/axl.js +0 -37
  1437. package/lib/data/icons/react/axl.js.map +0 -1
  1438. package/lib/data/icons/react/aywa.d.ts +0 -8
  1439. package/lib/data/icons/react/aywa.d.ts.map +0 -1
  1440. package/lib/data/icons/react/aywa.js +0 -36
  1441. package/lib/data/icons/react/aywa.js.map +0 -1
  1442. package/lib/data/icons/react/bab.d.ts +0 -8
  1443. package/lib/data/icons/react/bab.d.ts.map +0 -1
  1444. package/lib/data/icons/react/bab.js +0 -34
  1445. package/lib/data/icons/react/bab.js.map +0 -1
  1446. package/lib/data/icons/react/bal.d.ts +0 -8
  1447. package/lib/data/icons/react/bal.d.ts.map +0 -1
  1448. package/lib/data/icons/react/bal.js +0 -39
  1449. package/lib/data/icons/react/bal.js.map +0 -1
  1450. package/lib/data/icons/react/band.d.ts +0 -8
  1451. package/lib/data/icons/react/band.d.ts.map +0 -1
  1452. package/lib/data/icons/react/band.js +0 -35
  1453. package/lib/data/icons/react/band.js.map +0 -1
  1454. package/lib/data/icons/react/bat.d.ts +0 -8
  1455. package/lib/data/icons/react/bat.d.ts.map +0 -1
  1456. package/lib/data/icons/react/bat.js +0 -34
  1457. package/lib/data/icons/react/bat.js.map +0 -1
  1458. package/lib/data/icons/react/bay.d.ts +0 -8
  1459. package/lib/data/icons/react/bay.d.ts.map +0 -1
  1460. package/lib/data/icons/react/bay.js +0 -34
  1461. package/lib/data/icons/react/bay.js.map +0 -1
  1462. package/lib/data/icons/react/bcbc.d.ts +0 -8
  1463. package/lib/data/icons/react/bcbc.d.ts.map +0 -1
  1464. package/lib/data/icons/react/bcbc.js +0 -34
  1465. package/lib/data/icons/react/bcbc.js.map +0 -1
  1466. package/lib/data/icons/react/bcc.d.ts +0 -8
  1467. package/lib/data/icons/react/bcc.d.ts.map +0 -1
  1468. package/lib/data/icons/react/bcc.js +0 -34
  1469. package/lib/data/icons/react/bcc.js.map +0 -1
  1470. package/lib/data/icons/react/bcd.d.ts +0 -8
  1471. package/lib/data/icons/react/bcd.d.ts.map +0 -1
  1472. package/lib/data/icons/react/bcd.js +0 -34
  1473. package/lib/data/icons/react/bcd.js.map +0 -1
  1474. package/lib/data/icons/react/bcert.d.ts +0 -8
  1475. package/lib/data/icons/react/bcert.d.ts.map +0 -1
  1476. package/lib/data/icons/react/bcert.js +0 -39
  1477. package/lib/data/icons/react/bcert.js.map +0 -1
  1478. package/lib/data/icons/react/bch.d.ts +0 -8
  1479. package/lib/data/icons/react/bch.d.ts.map +0 -1
  1480. package/lib/data/icons/react/bch.js +0 -34
  1481. package/lib/data/icons/react/bch.js.map +0 -1
  1482. package/lib/data/icons/react/bcio.d.ts +0 -8
  1483. package/lib/data/icons/react/bcio.d.ts.map +0 -1
  1484. package/lib/data/icons/react/bcio.js +0 -34
  1485. package/lib/data/icons/react/bcio.js.map +0 -1
  1486. package/lib/data/icons/react/bcn.d.ts +0 -8
  1487. package/lib/data/icons/react/bcn.d.ts.map +0 -1
  1488. package/lib/data/icons/react/bcn.js +0 -34
  1489. package/lib/data/icons/react/bcn.js.map +0 -1
  1490. package/lib/data/icons/react/bco.d.ts +0 -8
  1491. package/lib/data/icons/react/bco.d.ts.map +0 -1
  1492. package/lib/data/icons/react/bco.js +0 -35
  1493. package/lib/data/icons/react/bco.js.map +0 -1
  1494. package/lib/data/icons/react/bcpt.d.ts +0 -8
  1495. package/lib/data/icons/react/bcpt.d.ts.map +0 -1
  1496. package/lib/data/icons/react/bcpt.js +0 -34
  1497. package/lib/data/icons/react/bcpt.js.map +0 -1
  1498. package/lib/data/icons/react/bdl.d.ts +0 -8
  1499. package/lib/data/icons/react/bdl.d.ts.map +0 -1
  1500. package/lib/data/icons/react/bdl.js +0 -35
  1501. package/lib/data/icons/react/bdl.js.map +0 -1
  1502. package/lib/data/icons/react/beam.d.ts +0 -8
  1503. package/lib/data/icons/react/beam.d.ts.map +0 -1
  1504. package/lib/data/icons/react/beam.js +0 -34
  1505. package/lib/data/icons/react/beam.js.map +0 -1
  1506. package/lib/data/icons/react/bela.d.ts +0 -8
  1507. package/lib/data/icons/react/bela.d.ts.map +0 -1
  1508. package/lib/data/icons/react/bela.js +0 -34
  1509. package/lib/data/icons/react/bela.js.map +0 -1
  1510. package/lib/data/icons/react/bix.d.ts +0 -8
  1511. package/lib/data/icons/react/bix.d.ts.map +0 -1
  1512. package/lib/data/icons/react/bix.js +0 -34
  1513. package/lib/data/icons/react/bix.js.map +0 -1
  1514. package/lib/data/icons/react/blcn.d.ts +0 -8
  1515. package/lib/data/icons/react/blcn.d.ts.map +0 -1
  1516. package/lib/data/icons/react/blcn.js +0 -34
  1517. package/lib/data/icons/react/blcn.js.map +0 -1
  1518. package/lib/data/icons/react/blk.d.ts +0 -8
  1519. package/lib/data/icons/react/blk.d.ts.map +0 -1
  1520. package/lib/data/icons/react/blk.js +0 -34
  1521. package/lib/data/icons/react/blk.js.map +0 -1
  1522. package/lib/data/icons/react/block.d.ts +0 -8
  1523. package/lib/data/icons/react/block.d.ts.map +0 -1
  1524. package/lib/data/icons/react/block.js +0 -37
  1525. package/lib/data/icons/react/block.js.map +0 -1
  1526. package/lib/data/icons/react/blz.d.ts +0 -8
  1527. package/lib/data/icons/react/blz.d.ts.map +0 -1
  1528. package/lib/data/icons/react/blz.js +0 -34
  1529. package/lib/data/icons/react/blz.js.map +0 -1
  1530. package/lib/data/icons/react/bnb.d.ts +0 -8
  1531. package/lib/data/icons/react/bnb.d.ts.map +0 -1
  1532. package/lib/data/icons/react/bnb.js +0 -34
  1533. package/lib/data/icons/react/bnb.js.map +0 -1
  1534. package/lib/data/icons/react/bnt.d.ts +0 -8
  1535. package/lib/data/icons/react/bnt.d.ts.map +0 -1
  1536. package/lib/data/icons/react/bnt.js +0 -34
  1537. package/lib/data/icons/react/bnt.js.map +0 -1
  1538. package/lib/data/icons/react/bnty.d.ts +0 -8
  1539. package/lib/data/icons/react/bnty.d.ts.map +0 -1
  1540. package/lib/data/icons/react/bnty.js +0 -34
  1541. package/lib/data/icons/react/bnty.js.map +0 -1
  1542. package/lib/data/icons/react/booty.d.ts +0 -8
  1543. package/lib/data/icons/react/booty.d.ts.map +0 -1
  1544. package/lib/data/icons/react/booty.js +0 -35
  1545. package/lib/data/icons/react/booty.js.map +0 -1
  1546. package/lib/data/icons/react/bos.d.ts +0 -8
  1547. package/lib/data/icons/react/bos.d.ts.map +0 -1
  1548. package/lib/data/icons/react/bos.js +0 -34
  1549. package/lib/data/icons/react/bos.js.map +0 -1
  1550. package/lib/data/icons/react/bpt.d.ts +0 -8
  1551. package/lib/data/icons/react/bpt.d.ts.map +0 -1
  1552. package/lib/data/icons/react/bpt.js +0 -34
  1553. package/lib/data/icons/react/bpt.js.map +0 -1
  1554. package/lib/data/icons/react/bq.d.ts +0 -8
  1555. package/lib/data/icons/react/bq.d.ts.map +0 -1
  1556. package/lib/data/icons/react/bq.js +0 -34
  1557. package/lib/data/icons/react/bq.js.map +0 -1
  1558. package/lib/data/icons/react/brd.d.ts +0 -8
  1559. package/lib/data/icons/react/brd.d.ts.map +0 -1
  1560. package/lib/data/icons/react/brd.js +0 -34
  1561. package/lib/data/icons/react/brd.js.map +0 -1
  1562. package/lib/data/icons/react/bsd.d.ts +0 -8
  1563. package/lib/data/icons/react/bsd.d.ts.map +0 -1
  1564. package/lib/data/icons/react/bsd.js +0 -34
  1565. package/lib/data/icons/react/bsd.js.map +0 -1
  1566. package/lib/data/icons/react/bsv.d.ts +0 -8
  1567. package/lib/data/icons/react/bsv.d.ts.map +0 -1
  1568. package/lib/data/icons/react/bsv.js +0 -34
  1569. package/lib/data/icons/react/bsv.js.map +0 -1
  1570. package/lib/data/icons/react/btc.d.ts +0 -8
  1571. package/lib/data/icons/react/btc.d.ts.map +0 -1
  1572. package/lib/data/icons/react/btc.js +0 -34
  1573. package/lib/data/icons/react/btc.js.map +0 -1
  1574. package/lib/data/icons/react/btcd.d.ts +0 -8
  1575. package/lib/data/icons/react/btcd.d.ts.map +0 -1
  1576. package/lib/data/icons/react/btcd.js +0 -34
  1577. package/lib/data/icons/react/btcd.js.map +0 -1
  1578. package/lib/data/icons/react/btch.d.ts +0 -8
  1579. package/lib/data/icons/react/btch.d.ts.map +0 -1
  1580. package/lib/data/icons/react/btch.js +0 -36
  1581. package/lib/data/icons/react/btch.js.map +0 -1
  1582. package/lib/data/icons/react/btcp.d.ts +0 -8
  1583. package/lib/data/icons/react/btcp.d.ts.map +0 -1
  1584. package/lib/data/icons/react/btcp.js +0 -34
  1585. package/lib/data/icons/react/btcp.js.map +0 -1
  1586. package/lib/data/icons/react/btcz.d.ts +0 -8
  1587. package/lib/data/icons/react/btcz.d.ts.map +0 -1
  1588. package/lib/data/icons/react/btcz.js +0 -34
  1589. package/lib/data/icons/react/btcz.js.map +0 -1
  1590. package/lib/data/icons/react/btdx.d.ts +0 -8
  1591. package/lib/data/icons/react/btdx.d.ts.map +0 -1
  1592. package/lib/data/icons/react/btdx.js +0 -35
  1593. package/lib/data/icons/react/btdx.js.map +0 -1
  1594. package/lib/data/icons/react/btg.d.ts +0 -8
  1595. package/lib/data/icons/react/btg.d.ts.map +0 -1
  1596. package/lib/data/icons/react/btg.js +0 -34
  1597. package/lib/data/icons/react/btg.js.map +0 -1
  1598. package/lib/data/icons/react/btm.d.ts +0 -8
  1599. package/lib/data/icons/react/btm.d.ts.map +0 -1
  1600. package/lib/data/icons/react/btm.js +0 -34
  1601. package/lib/data/icons/react/btm.js.map +0 -1
  1602. package/lib/data/icons/react/bts.d.ts +0 -8
  1603. package/lib/data/icons/react/bts.d.ts.map +0 -1
  1604. package/lib/data/icons/react/bts.js +0 -34
  1605. package/lib/data/icons/react/bts.js.map +0 -1
  1606. package/lib/data/icons/react/btt.d.ts +0 -8
  1607. package/lib/data/icons/react/btt.d.ts.map +0 -1
  1608. package/lib/data/icons/react/btt.js +0 -37
  1609. package/lib/data/icons/react/btt.js.map +0 -1
  1610. package/lib/data/icons/react/btx.d.ts +0 -8
  1611. package/lib/data/icons/react/btx.d.ts.map +0 -1
  1612. package/lib/data/icons/react/btx.js +0 -34
  1613. package/lib/data/icons/react/btx.js.map +0 -1
  1614. package/lib/data/icons/react/burst.d.ts +0 -8
  1615. package/lib/data/icons/react/burst.d.ts.map +0 -1
  1616. package/lib/data/icons/react/burst.js +0 -34
  1617. package/lib/data/icons/react/burst.js.map +0 -1
  1618. package/lib/data/icons/react/bze.d.ts +0 -8
  1619. package/lib/data/icons/react/bze.d.ts.map +0 -1
  1620. package/lib/data/icons/react/bze.js +0 -35
  1621. package/lib/data/icons/react/bze.js.map +0 -1
  1622. package/lib/data/icons/react/call.d.ts +0 -8
  1623. package/lib/data/icons/react/call.d.ts.map +0 -1
  1624. package/lib/data/icons/react/call.js +0 -35
  1625. package/lib/data/icons/react/call.js.map +0 -1
  1626. package/lib/data/icons/react/cc.d.ts +0 -8
  1627. package/lib/data/icons/react/cc.d.ts.map +0 -1
  1628. package/lib/data/icons/react/cc.js +0 -35
  1629. package/lib/data/icons/react/cc.js.map +0 -1
  1630. package/lib/data/icons/react/cdn.d.ts +0 -8
  1631. package/lib/data/icons/react/cdn.d.ts.map +0 -1
  1632. package/lib/data/icons/react/cdn.js +0 -34
  1633. package/lib/data/icons/react/cdn.js.map +0 -1
  1634. package/lib/data/icons/react/cdt.d.ts +0 -8
  1635. package/lib/data/icons/react/cdt.d.ts.map +0 -1
  1636. package/lib/data/icons/react/cdt.js +0 -34
  1637. package/lib/data/icons/react/cdt.js.map +0 -1
  1638. package/lib/data/icons/react/celo.d.ts +0 -8
  1639. package/lib/data/icons/react/celo.d.ts.map +0 -1
  1640. package/lib/data/icons/react/celo.js +0 -36
  1641. package/lib/data/icons/react/celo.js.map +0 -1
  1642. package/lib/data/icons/react/cenz.d.ts +0 -8
  1643. package/lib/data/icons/react/cenz.d.ts.map +0 -1
  1644. package/lib/data/icons/react/cenz.js +0 -35
  1645. package/lib/data/icons/react/cenz.js.map +0 -1
  1646. package/lib/data/icons/react/chain.d.ts +0 -8
  1647. package/lib/data/icons/react/chain.d.ts.map +0 -1
  1648. package/lib/data/icons/react/chain.js +0 -35
  1649. package/lib/data/icons/react/chain.js.map +0 -1
  1650. package/lib/data/icons/react/chat.d.ts +0 -8
  1651. package/lib/data/icons/react/chat.d.ts.map +0 -1
  1652. package/lib/data/icons/react/chat.js +0 -34
  1653. package/lib/data/icons/react/chat.js.map +0 -1
  1654. package/lib/data/icons/react/chips.d.ts +0 -8
  1655. package/lib/data/icons/react/chips.d.ts.map +0 -1
  1656. package/lib/data/icons/react/chips.js +0 -34
  1657. package/lib/data/icons/react/chips.js.map +0 -1
  1658. package/lib/data/icons/react/cix.d.ts +0 -8
  1659. package/lib/data/icons/react/cix.d.ts.map +0 -1
  1660. package/lib/data/icons/react/cix.js +0 -35
  1661. package/lib/data/icons/react/cix.js.map +0 -1
  1662. package/lib/data/icons/react/clam.d.ts +0 -8
  1663. package/lib/data/icons/react/clam.d.ts.map +0 -1
  1664. package/lib/data/icons/react/clam.js +0 -34
  1665. package/lib/data/icons/react/clam.js.map +0 -1
  1666. package/lib/data/icons/react/cloak.d.ts +0 -8
  1667. package/lib/data/icons/react/cloak.d.ts.map +0 -1
  1668. package/lib/data/icons/react/cloak.js +0 -34
  1669. package/lib/data/icons/react/cloak.js.map +0 -1
  1670. package/lib/data/icons/react/cmm.d.ts +0 -8
  1671. package/lib/data/icons/react/cmm.d.ts.map +0 -1
  1672. package/lib/data/icons/react/cmm.js +0 -34
  1673. package/lib/data/icons/react/cmm.js.map +0 -1
  1674. package/lib/data/icons/react/cmt.d.ts +0 -8
  1675. package/lib/data/icons/react/cmt.d.ts.map +0 -1
  1676. package/lib/data/icons/react/cmt.js +0 -34
  1677. package/lib/data/icons/react/cmt.js.map +0 -1
  1678. package/lib/data/icons/react/cnd.d.ts +0 -8
  1679. package/lib/data/icons/react/cnd.d.ts.map +0 -1
  1680. package/lib/data/icons/react/cnd.js +0 -34
  1681. package/lib/data/icons/react/cnd.js.map +0 -1
  1682. package/lib/data/icons/react/cnx.d.ts +0 -8
  1683. package/lib/data/icons/react/cnx.d.ts.map +0 -1
  1684. package/lib/data/icons/react/cnx.js +0 -35
  1685. package/lib/data/icons/react/cnx.js.map +0 -1
  1686. package/lib/data/icons/react/cny.d.ts +0 -8
  1687. package/lib/data/icons/react/cny.d.ts.map +0 -1
  1688. package/lib/data/icons/react/cny.js +0 -34
  1689. package/lib/data/icons/react/cny.js.map +0 -1
  1690. package/lib/data/icons/react/cob.d.ts +0 -8
  1691. package/lib/data/icons/react/cob.d.ts.map +0 -1
  1692. package/lib/data/icons/react/cob.js +0 -35
  1693. package/lib/data/icons/react/cob.js.map +0 -1
  1694. package/lib/data/icons/react/colx.d.ts +0 -8
  1695. package/lib/data/icons/react/colx.d.ts.map +0 -1
  1696. package/lib/data/icons/react/colx.js +0 -34
  1697. package/lib/data/icons/react/colx.js.map +0 -1
  1698. package/lib/data/icons/react/comp.d.ts +0 -8
  1699. package/lib/data/icons/react/comp.d.ts.map +0 -1
  1700. package/lib/data/icons/react/comp.js +0 -34
  1701. package/lib/data/icons/react/comp.js.map +0 -1
  1702. package/lib/data/icons/react/coqui.d.ts +0 -8
  1703. package/lib/data/icons/react/coqui.d.ts.map +0 -1
  1704. package/lib/data/icons/react/coqui.js +0 -34
  1705. package/lib/data/icons/react/coqui.js.map +0 -1
  1706. package/lib/data/icons/react/core.d.ts +0 -8
  1707. package/lib/data/icons/react/core.d.ts.map +0 -1
  1708. package/lib/data/icons/react/core.js +0 -34
  1709. package/lib/data/icons/react/core.js.map +0 -1
  1710. package/lib/data/icons/react/cred.d.ts +0 -8
  1711. package/lib/data/icons/react/cred.d.ts.map +0 -1
  1712. package/lib/data/icons/react/cred.js +0 -34
  1713. package/lib/data/icons/react/cred.js.map +0 -1
  1714. package/lib/data/icons/react/crk.d.ts +0 -8
  1715. package/lib/data/icons/react/crk.d.ts.map +0 -1
  1716. package/lib/data/icons/react/crk.js +0 -38
  1717. package/lib/data/icons/react/crk.js.map +0 -1
  1718. package/lib/data/icons/react/cro.d.ts +0 -8
  1719. package/lib/data/icons/react/cro.d.ts.map +0 -1
  1720. package/lib/data/icons/react/cro.js +0 -37
  1721. package/lib/data/icons/react/cro.js.map +0 -1
  1722. package/lib/data/icons/react/crpt.d.ts +0 -8
  1723. package/lib/data/icons/react/crpt.d.ts.map +0 -1
  1724. package/lib/data/icons/react/crpt.js +0 -34
  1725. package/lib/data/icons/react/crpt.js.map +0 -1
  1726. package/lib/data/icons/react/crw.d.ts +0 -8
  1727. package/lib/data/icons/react/crw.d.ts.map +0 -1
  1728. package/lib/data/icons/react/crw.js +0 -34
  1729. package/lib/data/icons/react/crw.js.map +0 -1
  1730. package/lib/data/icons/react/cs.d.ts +0 -8
  1731. package/lib/data/icons/react/cs.d.ts.map +0 -1
  1732. package/lib/data/icons/react/cs.js +0 -34
  1733. package/lib/data/icons/react/cs.js.map +0 -1
  1734. package/lib/data/icons/react/cspr.d.ts +0 -8
  1735. package/lib/data/icons/react/cspr.d.ts.map +0 -1
  1736. package/lib/data/icons/react/cspr.js +0 -38
  1737. package/lib/data/icons/react/cspr.js.map +0 -1
  1738. package/lib/data/icons/react/ctr.d.ts +0 -8
  1739. package/lib/data/icons/react/ctr.d.ts.map +0 -1
  1740. package/lib/data/icons/react/ctr.js +0 -35
  1741. package/lib/data/icons/react/ctr.js.map +0 -1
  1742. package/lib/data/icons/react/ctxc.d.ts +0 -8
  1743. package/lib/data/icons/react/ctxc.d.ts.map +0 -1
  1744. package/lib/data/icons/react/ctxc.js +0 -39
  1745. package/lib/data/icons/react/ctxc.js.map +0 -1
  1746. package/lib/data/icons/react/currencyArbitrum.d.ts +0 -8
  1747. package/lib/data/icons/react/currencyArbitrum.d.ts.map +0 -1
  1748. package/lib/data/icons/react/currencyArbitrum.js +0 -37
  1749. package/lib/data/icons/react/currencyArbitrum.js.map +0 -1
  1750. package/lib/data/icons/react/currencyArbitrumGoerli.d.ts +0 -8
  1751. package/lib/data/icons/react/currencyArbitrumGoerli.d.ts.map +0 -1
  1752. package/lib/data/icons/react/currencyArbitrumGoerli.js +0 -37
  1753. package/lib/data/icons/react/currencyArbitrumGoerli.js.map +0 -1
  1754. package/lib/data/icons/react/currencyBase.d.ts +0 -8
  1755. package/lib/data/icons/react/currencyBase.d.ts.map +0 -1
  1756. package/lib/data/icons/react/currencyBase.js +0 -34
  1757. package/lib/data/icons/react/currencyBase.js.map +0 -1
  1758. package/lib/data/icons/react/currencyBaseGoerli.d.ts +0 -8
  1759. package/lib/data/icons/react/currencyBaseGoerli.d.ts.map +0 -1
  1760. package/lib/data/icons/react/currencyBaseGoerli.js +0 -34
  1761. package/lib/data/icons/react/currencyBaseGoerli.js.map +0 -1
  1762. package/lib/data/icons/react/currencyBoba.d.ts +0 -8
  1763. package/lib/data/icons/react/currencyBoba.d.ts.map +0 -1
  1764. package/lib/data/icons/react/currencyBoba.js +0 -42
  1765. package/lib/data/icons/react/currencyBoba.js.map +0 -1
  1766. package/lib/data/icons/react/currencyOptimism.d.ts +0 -8
  1767. package/lib/data/icons/react/currencyOptimism.d.ts.map +0 -1
  1768. package/lib/data/icons/react/currencyOptimism.js +0 -36
  1769. package/lib/data/icons/react/currencyOptimism.js.map +0 -1
  1770. package/lib/data/icons/react/currencyOptimismGoerli.d.ts +0 -8
  1771. package/lib/data/icons/react/currencyOptimismGoerli.d.ts.map +0 -1
  1772. package/lib/data/icons/react/currencyOptimismGoerli.js +0 -36
  1773. package/lib/data/icons/react/currencyOptimismGoerli.js.map +0 -1
  1774. package/lib/data/icons/react/currencyPolygonZkEvm.d.ts +0 -8
  1775. package/lib/data/icons/react/currencyPolygonZkEvm.d.ts.map +0 -1
  1776. package/lib/data/icons/react/currencyPolygonZkEvm.js +0 -34
  1777. package/lib/data/icons/react/currencyPolygonZkEvm.js.map +0 -1
  1778. package/lib/data/icons/react/currencyPolygonZkEvmTestnet.d.ts +0 -8
  1779. package/lib/data/icons/react/currencyPolygonZkEvmTestnet.d.ts.map +0 -1
  1780. package/lib/data/icons/react/currencyPolygonZkEvmTestnet.js +0 -34
  1781. package/lib/data/icons/react/currencyPolygonZkEvmTestnet.js.map +0 -1
  1782. package/lib/data/icons/react/cvc.d.ts +0 -8
  1783. package/lib/data/icons/react/cvc.d.ts.map +0 -1
  1784. package/lib/data/icons/react/cvc.js +0 -34
  1785. package/lib/data/icons/react/cvc.js.map +0 -1
  1786. package/lib/data/icons/react/d.d.ts +0 -8
  1787. package/lib/data/icons/react/d.d.ts.map +0 -1
  1788. package/lib/data/icons/react/d.js +0 -35
  1789. package/lib/data/icons/react/d.js.map +0 -1
  1790. package/lib/data/icons/react/dai.d.ts +0 -8
  1791. package/lib/data/icons/react/dai.d.ts.map +0 -1
  1792. package/lib/data/icons/react/dai.js +0 -34
  1793. package/lib/data/icons/react/dai.js.map +0 -1
  1794. package/lib/data/icons/react/dash.d.ts +0 -8
  1795. package/lib/data/icons/react/dash.d.ts.map +0 -1
  1796. package/lib/data/icons/react/dash.js +0 -35
  1797. package/lib/data/icons/react/dash.js.map +0 -1
  1798. package/lib/data/icons/react/dat.d.ts +0 -8
  1799. package/lib/data/icons/react/dat.d.ts.map +0 -1
  1800. package/lib/data/icons/react/dat.js +0 -34
  1801. package/lib/data/icons/react/dat.js.map +0 -1
  1802. package/lib/data/icons/react/data.d.ts +0 -8
  1803. package/lib/data/icons/react/data.d.ts.map +0 -1
  1804. package/lib/data/icons/react/data.js +0 -34
  1805. package/lib/data/icons/react/data.js.map +0 -1
  1806. package/lib/data/icons/react/dbc.d.ts +0 -8
  1807. package/lib/data/icons/react/dbc.d.ts.map +0 -1
  1808. package/lib/data/icons/react/dbc.js +0 -34
  1809. package/lib/data/icons/react/dbc.js.map +0 -1
  1810. package/lib/data/icons/react/dcn.d.ts +0 -8
  1811. package/lib/data/icons/react/dcn.d.ts.map +0 -1
  1812. package/lib/data/icons/react/dcn.js +0 -35
  1813. package/lib/data/icons/react/dcn.js.map +0 -1
  1814. package/lib/data/icons/react/dcr.d.ts +0 -8
  1815. package/lib/data/icons/react/dcr.d.ts.map +0 -1
  1816. package/lib/data/icons/react/dcr.js +0 -35
  1817. package/lib/data/icons/react/dcr.js.map +0 -1
  1818. package/lib/data/icons/react/deez.d.ts +0 -8
  1819. package/lib/data/icons/react/deez.d.ts.map +0 -1
  1820. package/lib/data/icons/react/deez.js +0 -34
  1821. package/lib/data/icons/react/deez.js.map +0 -1
  1822. package/lib/data/icons/react/dent.d.ts +0 -8
  1823. package/lib/data/icons/react/dent.d.ts.map +0 -1
  1824. package/lib/data/icons/react/dent.js +0 -34
  1825. package/lib/data/icons/react/dent.js.map +0 -1
  1826. package/lib/data/icons/react/dew.d.ts +0 -8
  1827. package/lib/data/icons/react/dew.d.ts.map +0 -1
  1828. package/lib/data/icons/react/dew.js +0 -34
  1829. package/lib/data/icons/react/dew.js.map +0 -1
  1830. package/lib/data/icons/react/dgb.d.ts +0 -8
  1831. package/lib/data/icons/react/dgb.d.ts.map +0 -1
  1832. package/lib/data/icons/react/dgb.js +0 -34
  1833. package/lib/data/icons/react/dgb.js.map +0 -1
  1834. package/lib/data/icons/react/dgd.d.ts +0 -8
  1835. package/lib/data/icons/react/dgd.d.ts.map +0 -1
  1836. package/lib/data/icons/react/dgd.js +0 -34
  1837. package/lib/data/icons/react/dgd.js.map +0 -1
  1838. package/lib/data/icons/react/dlt.d.ts +0 -8
  1839. package/lib/data/icons/react/dlt.d.ts.map +0 -1
  1840. package/lib/data/icons/react/dlt.js +0 -34
  1841. package/lib/data/icons/react/dlt.js.map +0 -1
  1842. package/lib/data/icons/react/dnt.d.ts +0 -8
  1843. package/lib/data/icons/react/dnt.d.ts.map +0 -1
  1844. package/lib/data/icons/react/dnt.js +0 -34
  1845. package/lib/data/icons/react/dnt.js.map +0 -1
  1846. package/lib/data/icons/react/dock.d.ts +0 -8
  1847. package/lib/data/icons/react/dock.d.ts.map +0 -1
  1848. package/lib/data/icons/react/dock.js +0 -34
  1849. package/lib/data/icons/react/dock.js.map +0 -1
  1850. package/lib/data/icons/react/doge.d.ts +0 -8
  1851. package/lib/data/icons/react/doge.d.ts.map +0 -1
  1852. package/lib/data/icons/react/doge.js +0 -34
  1853. package/lib/data/icons/react/doge.js.map +0 -1
  1854. package/lib/data/icons/react/dot.d.ts +0 -8
  1855. package/lib/data/icons/react/dot.d.ts.map +0 -1
  1856. package/lib/data/icons/react/dot.js +0 -39
  1857. package/lib/data/icons/react/dot.js.map +0 -1
  1858. package/lib/data/icons/react/drgn.d.ts +0 -8
  1859. package/lib/data/icons/react/drgn.d.ts.map +0 -1
  1860. package/lib/data/icons/react/drgn.js +0 -35
  1861. package/lib/data/icons/react/drgn.js.map +0 -1
  1862. package/lib/data/icons/react/drop.d.ts +0 -8
  1863. package/lib/data/icons/react/drop.d.ts.map +0 -1
  1864. package/lib/data/icons/react/drop.js +0 -41
  1865. package/lib/data/icons/react/drop.js.map +0 -1
  1866. package/lib/data/icons/react/dsm.d.ts +0 -8
  1867. package/lib/data/icons/react/dsm.d.ts.map +0 -1
  1868. package/lib/data/icons/react/dsm.js +0 -34
  1869. package/lib/data/icons/react/dsm.js.map +0 -1
  1870. package/lib/data/icons/react/dta.d.ts +0 -8
  1871. package/lib/data/icons/react/dta.d.ts.map +0 -1
  1872. package/lib/data/icons/react/dta.js +0 -34
  1873. package/lib/data/icons/react/dta.js.map +0 -1
  1874. package/lib/data/icons/react/dth.d.ts +0 -8
  1875. package/lib/data/icons/react/dth.d.ts.map +0 -1
  1876. package/lib/data/icons/react/dth.js +0 -35
  1877. package/lib/data/icons/react/dth.js.map +0 -1
  1878. package/lib/data/icons/react/dtr.d.ts +0 -8
  1879. package/lib/data/icons/react/dtr.d.ts.map +0 -1
  1880. package/lib/data/icons/react/dtr.js +0 -35
  1881. package/lib/data/icons/react/dtr.js.map +0 -1
  1882. package/lib/data/icons/react/dydx.d.ts +0 -8
  1883. package/lib/data/icons/react/dydx.d.ts.map +0 -1
  1884. package/lib/data/icons/react/dydx.js +0 -37
  1885. package/lib/data/icons/react/dydx.js.map +0 -1
  1886. package/lib/data/icons/react/ebst.d.ts +0 -8
  1887. package/lib/data/icons/react/ebst.d.ts.map +0 -1
  1888. package/lib/data/icons/react/ebst.js +0 -34
  1889. package/lib/data/icons/react/ebst.js.map +0 -1
  1890. package/lib/data/icons/react/eca.d.ts +0 -8
  1891. package/lib/data/icons/react/eca.d.ts.map +0 -1
  1892. package/lib/data/icons/react/eca.js +0 -34
  1893. package/lib/data/icons/react/eca.js.map +0 -1
  1894. package/lib/data/icons/react/edg.d.ts +0 -8
  1895. package/lib/data/icons/react/edg.d.ts.map +0 -1
  1896. package/lib/data/icons/react/edg.js +0 -35
  1897. package/lib/data/icons/react/edg.js.map +0 -1
  1898. package/lib/data/icons/react/edo.d.ts +0 -8
  1899. package/lib/data/icons/react/edo.d.ts.map +0 -1
  1900. package/lib/data/icons/react/edo.js +0 -34
  1901. package/lib/data/icons/react/edo.js.map +0 -1
  1902. package/lib/data/icons/react/edoge.d.ts +0 -8
  1903. package/lib/data/icons/react/edoge.d.ts.map +0 -1
  1904. package/lib/data/icons/react/edoge.js +0 -34
  1905. package/lib/data/icons/react/edoge.js.map +0 -1
  1906. package/lib/data/icons/react/egem.d.ts +0 -8
  1907. package/lib/data/icons/react/egem.d.ts.map +0 -1
  1908. package/lib/data/icons/react/egem.js +0 -34
  1909. package/lib/data/icons/react/egem.js.map +0 -1
  1910. package/lib/data/icons/react/egld.d.ts +0 -8
  1911. package/lib/data/icons/react/egld.d.ts.map +0 -1
  1912. package/lib/data/icons/react/egld.js +0 -34
  1913. package/lib/data/icons/react/egld.js.map +0 -1
  1914. package/lib/data/icons/react/ela.d.ts +0 -8
  1915. package/lib/data/icons/react/ela.d.ts.map +0 -1
  1916. package/lib/data/icons/react/ela.js +0 -45
  1917. package/lib/data/icons/react/ela.js.map +0 -1
  1918. package/lib/data/icons/react/elec.d.ts +0 -8
  1919. package/lib/data/icons/react/elec.d.ts.map +0 -1
  1920. package/lib/data/icons/react/elec.js +0 -36
  1921. package/lib/data/icons/react/elec.js.map +0 -1
  1922. package/lib/data/icons/react/elf.d.ts +0 -8
  1923. package/lib/data/icons/react/elf.d.ts.map +0 -1
  1924. package/lib/data/icons/react/elf.js +0 -34
  1925. package/lib/data/icons/react/elf.js.map +0 -1
  1926. package/lib/data/icons/react/elix.d.ts +0 -8
  1927. package/lib/data/icons/react/elix.d.ts.map +0 -1
  1928. package/lib/data/icons/react/elix.js +0 -41
  1929. package/lib/data/icons/react/elix.js.map +0 -1
  1930. package/lib/data/icons/react/ella.d.ts +0 -8
  1931. package/lib/data/icons/react/ella.d.ts.map +0 -1
  1932. package/lib/data/icons/react/ella.js +0 -34
  1933. package/lib/data/icons/react/ella.js.map +0 -1
  1934. package/lib/data/icons/react/emc.d.ts +0 -8
  1935. package/lib/data/icons/react/emc.d.ts.map +0 -1
  1936. package/lib/data/icons/react/emc.js +0 -34
  1937. package/lib/data/icons/react/emc.js.map +0 -1
  1938. package/lib/data/icons/react/emc2.d.ts +0 -8
  1939. package/lib/data/icons/react/emc2.d.ts.map +0 -1
  1940. package/lib/data/icons/react/emc2.js +0 -36
  1941. package/lib/data/icons/react/emc2.js.map +0 -1
  1942. package/lib/data/icons/react/eng.d.ts +0 -8
  1943. package/lib/data/icons/react/eng.d.ts.map +0 -1
  1944. package/lib/data/icons/react/eng.js +0 -35
  1945. package/lib/data/icons/react/eng.js.map +0 -1
  1946. package/lib/data/icons/react/enj.d.ts +0 -8
  1947. package/lib/data/icons/react/enj.d.ts.map +0 -1
  1948. package/lib/data/icons/react/enj.js +0 -34
  1949. package/lib/data/icons/react/enj.js.map +0 -1
  1950. package/lib/data/icons/react/entrp.d.ts +0 -8
  1951. package/lib/data/icons/react/entrp.d.ts.map +0 -1
  1952. package/lib/data/icons/react/entrp.js +0 -34
  1953. package/lib/data/icons/react/entrp.js.map +0 -1
  1954. package/lib/data/icons/react/eon.d.ts +0 -8
  1955. package/lib/data/icons/react/eon.d.ts.map +0 -1
  1956. package/lib/data/icons/react/eon.js +0 -34
  1957. package/lib/data/icons/react/eon.js.map +0 -1
  1958. package/lib/data/icons/react/eop.d.ts +0 -8
  1959. package/lib/data/icons/react/eop.d.ts.map +0 -1
  1960. package/lib/data/icons/react/eop.js +0 -35
  1961. package/lib/data/icons/react/eop.js.map +0 -1
  1962. package/lib/data/icons/react/eos.d.ts +0 -8
  1963. package/lib/data/icons/react/eos.d.ts.map +0 -1
  1964. package/lib/data/icons/react/eos.js +0 -34
  1965. package/lib/data/icons/react/eos.js.map +0 -1
  1966. package/lib/data/icons/react/eqli.d.ts +0 -8
  1967. package/lib/data/icons/react/eqli.d.ts.map +0 -1
  1968. package/lib/data/icons/react/eqli.js +0 -34
  1969. package/lib/data/icons/react/eqli.js.map +0 -1
  1970. package/lib/data/icons/react/equa.d.ts +0 -8
  1971. package/lib/data/icons/react/equa.d.ts.map +0 -1
  1972. package/lib/data/icons/react/equa.js +0 -34
  1973. package/lib/data/icons/react/equa.js.map +0 -1
  1974. package/lib/data/icons/react/eqz.d.ts +0 -8
  1975. package/lib/data/icons/react/eqz.d.ts.map +0 -1
  1976. package/lib/data/icons/react/eqz.js +0 -34
  1977. package/lib/data/icons/react/eqz.js.map +0 -1
  1978. package/lib/data/icons/react/etc.d.ts +0 -8
  1979. package/lib/data/icons/react/etc.d.ts.map +0 -1
  1980. package/lib/data/icons/react/etc.js +0 -37
  1981. package/lib/data/icons/react/etc.js.map +0 -1
  1982. package/lib/data/icons/react/eth.d.ts +0 -8
  1983. package/lib/data/icons/react/eth.d.ts.map +0 -1
  1984. package/lib/data/icons/react/eth.js +0 -39
  1985. package/lib/data/icons/react/eth.js.map +0 -1
  1986. package/lib/data/icons/react/ethos.d.ts +0 -8
  1987. package/lib/data/icons/react/ethos.d.ts.map +0 -1
  1988. package/lib/data/icons/react/ethos.js +0 -35
  1989. package/lib/data/icons/react/ethos.js.map +0 -1
  1990. package/lib/data/icons/react/etn.d.ts +0 -8
  1991. package/lib/data/icons/react/etn.d.ts.map +0 -1
  1992. package/lib/data/icons/react/etn.js +0 -34
  1993. package/lib/data/icons/react/etn.js.map +0 -1
  1994. package/lib/data/icons/react/etp.d.ts +0 -8
  1995. package/lib/data/icons/react/etp.d.ts.map +0 -1
  1996. package/lib/data/icons/react/etp.js +0 -35
  1997. package/lib/data/icons/react/etp.js.map +0 -1
  1998. package/lib/data/icons/react/euroc.d.ts +0 -8
  1999. package/lib/data/icons/react/euroc.d.ts.map +0 -1
  2000. package/lib/data/icons/react/euroc.js +0 -36
  2001. package/lib/data/icons/react/euroc.js.map +0 -1
  2002. package/lib/data/icons/react/evmos.d.ts +0 -8
  2003. package/lib/data/icons/react/evmos.d.ts.map +0 -1
  2004. package/lib/data/icons/react/evmos.js +0 -34
  2005. package/lib/data/icons/react/evmos.js.map +0 -1
  2006. package/lib/data/icons/react/evx.d.ts +0 -8
  2007. package/lib/data/icons/react/evx.d.ts.map +0 -1
  2008. package/lib/data/icons/react/evx.js +0 -35
  2009. package/lib/data/icons/react/evx.js.map +0 -1
  2010. package/lib/data/icons/react/ewt.d.ts +0 -8
  2011. package/lib/data/icons/react/ewt.d.ts.map +0 -1
  2012. package/lib/data/icons/react/ewt.js +0 -34
  2013. package/lib/data/icons/react/ewt.js.map +0 -1
  2014. package/lib/data/icons/react/exmo.d.ts +0 -8
  2015. package/lib/data/icons/react/exmo.d.ts.map +0 -1
  2016. package/lib/data/icons/react/exmo.js +0 -34
  2017. package/lib/data/icons/react/exmo.js.map +0 -1
  2018. package/lib/data/icons/react/exp.d.ts +0 -8
  2019. package/lib/data/icons/react/exp.d.ts.map +0 -1
  2020. package/lib/data/icons/react/exp.js +0 -34
  2021. package/lib/data/icons/react/exp.js.map +0 -1
  2022. package/lib/data/icons/react/fair.d.ts +0 -8
  2023. package/lib/data/icons/react/fair.d.ts.map +0 -1
  2024. package/lib/data/icons/react/fair.js +0 -34
  2025. package/lib/data/icons/react/fair.js.map +0 -1
  2026. package/lib/data/icons/react/fct.d.ts +0 -8
  2027. package/lib/data/icons/react/fct.d.ts.map +0 -1
  2028. package/lib/data/icons/react/fct.js +0 -34
  2029. package/lib/data/icons/react/fct.js.map +0 -1
  2030. package/lib/data/icons/react/fil.d.ts +0 -8
  2031. package/lib/data/icons/react/fil.d.ts.map +0 -1
  2032. package/lib/data/icons/react/fil.js +0 -34
  2033. package/lib/data/icons/react/fil.js.map +0 -1
  2034. package/lib/data/icons/react/fjc.d.ts +0 -8
  2035. package/lib/data/icons/react/fjc.d.ts.map +0 -1
  2036. package/lib/data/icons/react/fjc.js +0 -36
  2037. package/lib/data/icons/react/fjc.js.map +0 -1
  2038. package/lib/data/icons/react/fldc.d.ts +0 -8
  2039. package/lib/data/icons/react/fldc.d.ts.map +0 -1
  2040. package/lib/data/icons/react/fldc.js +0 -34
  2041. package/lib/data/icons/react/fldc.js.map +0 -1
  2042. package/lib/data/icons/react/flo.d.ts +0 -8
  2043. package/lib/data/icons/react/flo.d.ts.map +0 -1
  2044. package/lib/data/icons/react/flo.js +0 -34
  2045. package/lib/data/icons/react/flo.js.map +0 -1
  2046. package/lib/data/icons/react/flr.d.ts +0 -8
  2047. package/lib/data/icons/react/flr.d.ts.map +0 -1
  2048. package/lib/data/icons/react/flr.js +0 -34
  2049. package/lib/data/icons/react/flr.js.map +0 -1
  2050. package/lib/data/icons/react/fsn.d.ts +0 -8
  2051. package/lib/data/icons/react/fsn.d.ts.map +0 -1
  2052. package/lib/data/icons/react/fsn.js +0 -34
  2053. package/lib/data/icons/react/fsn.js.map +0 -1
  2054. package/lib/data/icons/react/ftc.d.ts +0 -8
  2055. package/lib/data/icons/react/ftc.d.ts.map +0 -1
  2056. package/lib/data/icons/react/ftc.js +0 -34
  2057. package/lib/data/icons/react/ftc.js.map +0 -1
  2058. package/lib/data/icons/react/ftm.d.ts +0 -8
  2059. package/lib/data/icons/react/ftm.d.ts.map +0 -1
  2060. package/lib/data/icons/react/ftm.js +0 -34
  2061. package/lib/data/icons/react/ftm.js.map +0 -1
  2062. package/lib/data/icons/react/fuel.d.ts +0 -8
  2063. package/lib/data/icons/react/fuel.d.ts.map +0 -1
  2064. package/lib/data/icons/react/fuel.js +0 -34
  2065. package/lib/data/icons/react/fuel.js.map +0 -1
  2066. package/lib/data/icons/react/fun.d.ts +0 -8
  2067. package/lib/data/icons/react/fun.d.ts.map +0 -1
  2068. package/lib/data/icons/react/fun.js +0 -34
  2069. package/lib/data/icons/react/fun.js.map +0 -1
  2070. package/lib/data/icons/react/gAbi.d.ts +0 -8
  2071. package/lib/data/icons/react/gAbi.d.ts.map +0 -1
  2072. package/lib/data/icons/react/gAbi.js +0 -35
  2073. package/lib/data/icons/react/gAbi.js.map +0 -1
  2074. package/lib/data/icons/react/game.d.ts +0 -8
  2075. package/lib/data/icons/react/game.d.ts.map +0 -1
  2076. package/lib/data/icons/react/game.js +0 -34
  2077. package/lib/data/icons/react/game.js.map +0 -1
  2078. package/lib/data/icons/react/gas.d.ts +0 -8
  2079. package/lib/data/icons/react/gas.d.ts.map +0 -1
  2080. package/lib/data/icons/react/gas.js +0 -34
  2081. package/lib/data/icons/react/gas.js.map +0 -1
  2082. package/lib/data/icons/react/gbx.d.ts +0 -8
  2083. package/lib/data/icons/react/gbx.d.ts.map +0 -1
  2084. package/lib/data/icons/react/gbx.js +0 -35
  2085. package/lib/data/icons/react/gbx.js.map +0 -1
  2086. package/lib/data/icons/react/gbyte.d.ts +0 -8
  2087. package/lib/data/icons/react/gbyte.d.ts.map +0 -1
  2088. package/lib/data/icons/react/gbyte.js +0 -35
  2089. package/lib/data/icons/react/gbyte.js.map +0 -1
  2090. package/lib/data/icons/react/generic.d.ts +0 -8
  2091. package/lib/data/icons/react/generic.d.ts.map +0 -1
  2092. package/lib/data/icons/react/generic.js +0 -34
  2093. package/lib/data/icons/react/generic.js.map +0 -1
  2094. package/lib/data/icons/react/gin.d.ts +0 -8
  2095. package/lib/data/icons/react/gin.d.ts.map +0 -1
  2096. package/lib/data/icons/react/gin.js +0 -35
  2097. package/lib/data/icons/react/gin.js.map +0 -1
  2098. package/lib/data/icons/react/glmr.d.ts +0 -8
  2099. package/lib/data/icons/react/glmr.d.ts.map +0 -1
  2100. package/lib/data/icons/react/glmr.js +0 -48
  2101. package/lib/data/icons/react/glmr.js.map +0 -1
  2102. package/lib/data/icons/react/glxt.d.ts +0 -8
  2103. package/lib/data/icons/react/glxt.d.ts.map +0 -1
  2104. package/lib/data/icons/react/glxt.js +0 -34
  2105. package/lib/data/icons/react/glxt.js.map +0 -1
  2106. package/lib/data/icons/react/gm.d.ts +0 -8
  2107. package/lib/data/icons/react/gm.d.ts.map +0 -1
  2108. package/lib/data/icons/react/gm.js +0 -35
  2109. package/lib/data/icons/react/gm.js.map +0 -1
  2110. package/lib/data/icons/react/gmr.d.ts +0 -8
  2111. package/lib/data/icons/react/gmr.d.ts.map +0 -1
  2112. package/lib/data/icons/react/gmr.js +0 -38
  2113. package/lib/data/icons/react/gmr.js.map +0 -1
  2114. package/lib/data/icons/react/gno.d.ts +0 -8
  2115. package/lib/data/icons/react/gno.d.ts.map +0 -1
  2116. package/lib/data/icons/react/gno.js +0 -34
  2117. package/lib/data/icons/react/gno.js.map +0 -1
  2118. package/lib/data/icons/react/gnt.d.ts +0 -8
  2119. package/lib/data/icons/react/gnt.d.ts.map +0 -1
  2120. package/lib/data/icons/react/gnt.js +0 -34
  2121. package/lib/data/icons/react/gnt.js.map +0 -1
  2122. package/lib/data/icons/react/gold.d.ts +0 -8
  2123. package/lib/data/icons/react/gold.d.ts.map +0 -1
  2124. package/lib/data/icons/react/gold.js +0 -34
  2125. package/lib/data/icons/react/gold.js.map +0 -1
  2126. package/lib/data/icons/react/grc.d.ts +0 -8
  2127. package/lib/data/icons/react/grc.d.ts.map +0 -1
  2128. package/lib/data/icons/react/grc.js +0 -34
  2129. package/lib/data/icons/react/grc.js.map +0 -1
  2130. package/lib/data/icons/react/grin.d.ts +0 -8
  2131. package/lib/data/icons/react/grin.d.ts.map +0 -1
  2132. package/lib/data/icons/react/grin.js +0 -34
  2133. package/lib/data/icons/react/grin.js.map +0 -1
  2134. package/lib/data/icons/react/gsc.d.ts +0 -8
  2135. package/lib/data/icons/react/gsc.d.ts.map +0 -1
  2136. package/lib/data/icons/react/gsc.js +0 -34
  2137. package/lib/data/icons/react/gsc.js.map +0 -1
  2138. package/lib/data/icons/react/gto.d.ts +0 -8
  2139. package/lib/data/icons/react/gto.d.ts.map +0 -1
  2140. package/lib/data/icons/react/gto.js +0 -35
  2141. package/lib/data/icons/react/gto.js.map +0 -1
  2142. package/lib/data/icons/react/gup.d.ts +0 -8
  2143. package/lib/data/icons/react/gup.d.ts.map +0 -1
  2144. package/lib/data/icons/react/gup.js +0 -34
  2145. package/lib/data/icons/react/gup.js.map +0 -1
  2146. package/lib/data/icons/react/gusd.d.ts +0 -8
  2147. package/lib/data/icons/react/gusd.d.ts.map +0 -1
  2148. package/lib/data/icons/react/gusd.js +0 -34
  2149. package/lib/data/icons/react/gusd.js.map +0 -1
  2150. package/lib/data/icons/react/gvt.d.ts +0 -8
  2151. package/lib/data/icons/react/gvt.d.ts.map +0 -1
  2152. package/lib/data/icons/react/gvt.js +0 -34
  2153. package/lib/data/icons/react/gvt.js.map +0 -1
  2154. package/lib/data/icons/react/gxs.d.ts +0 -8
  2155. package/lib/data/icons/react/gxs.d.ts.map +0 -1
  2156. package/lib/data/icons/react/gxs.js +0 -34
  2157. package/lib/data/icons/react/gxs.js.map +0 -1
  2158. package/lib/data/icons/react/gzr.d.ts +0 -8
  2159. package/lib/data/icons/react/gzr.d.ts.map +0 -1
  2160. package/lib/data/icons/react/gzr.js +0 -37
  2161. package/lib/data/icons/react/gzr.js.map +0 -1
  2162. package/lib/data/icons/react/hbar.d.ts +0 -8
  2163. package/lib/data/icons/react/hbar.d.ts.map +0 -1
  2164. package/lib/data/icons/react/hbar.js +0 -34
  2165. package/lib/data/icons/react/hbar.js.map +0 -1
  2166. package/lib/data/icons/react/hight.d.ts +0 -8
  2167. package/lib/data/icons/react/hight.d.ts.map +0 -1
  2168. package/lib/data/icons/react/hight.js +0 -34
  2169. package/lib/data/icons/react/hight.js.map +0 -1
  2170. package/lib/data/icons/react/hmmm.d.ts +0 -8
  2171. package/lib/data/icons/react/hmmm.d.ts.map +0 -1
  2172. package/lib/data/icons/react/hmmm.js +0 -35
  2173. package/lib/data/icons/react/hmmm.js.map +0 -1
  2174. package/lib/data/icons/react/hodl.d.ts +0 -8
  2175. package/lib/data/icons/react/hodl.d.ts.map +0 -1
  2176. package/lib/data/icons/react/hodl.js +0 -34
  2177. package/lib/data/icons/react/hodl.js.map +0 -1
  2178. package/lib/data/icons/react/hot.d.ts +0 -8
  2179. package/lib/data/icons/react/hot.d.ts.map +0 -1
  2180. package/lib/data/icons/react/hot.js +0 -34
  2181. package/lib/data/icons/react/hot.js.map +0 -1
  2182. package/lib/data/icons/react/hpb.d.ts +0 -8
  2183. package/lib/data/icons/react/hpb.d.ts.map +0 -1
  2184. package/lib/data/icons/react/hpb.js +0 -35
  2185. package/lib/data/icons/react/hpb.js.map +0 -1
  2186. package/lib/data/icons/react/hsr.d.ts +0 -8
  2187. package/lib/data/icons/react/hsr.d.ts.map +0 -1
  2188. package/lib/data/icons/react/hsr.js +0 -35
  2189. package/lib/data/icons/react/hsr.js.map +0 -1
  2190. package/lib/data/icons/react/ht.d.ts +0 -8
  2191. package/lib/data/icons/react/ht.d.ts.map +0 -1
  2192. package/lib/data/icons/react/ht.js +0 -35
  2193. package/lib/data/icons/react/ht.js.map +0 -1
  2194. package/lib/data/icons/react/html.d.ts +0 -8
  2195. package/lib/data/icons/react/html.d.ts.map +0 -1
  2196. package/lib/data/icons/react/html.js +0 -34
  2197. package/lib/data/icons/react/html.js.map +0 -1
  2198. package/lib/data/icons/react/huc.d.ts +0 -8
  2199. package/lib/data/icons/react/huc.d.ts.map +0 -1
  2200. package/lib/data/icons/react/huc.js +0 -34
  2201. package/lib/data/icons/react/huc.js.map +0 -1
  2202. package/lib/data/icons/react/hush.d.ts +0 -8
  2203. package/lib/data/icons/react/hush.d.ts.map +0 -1
  2204. package/lib/data/icons/react/hush.js +0 -34
  2205. package/lib/data/icons/react/hush.js.map +0 -1
  2206. package/lib/data/icons/react/icn.d.ts +0 -8
  2207. package/lib/data/icons/react/icn.d.ts.map +0 -1
  2208. package/lib/data/icons/react/icn.js +0 -34
  2209. package/lib/data/icons/react/icn.js.map +0 -1
  2210. package/lib/data/icons/react/icp.d.ts +0 -8
  2211. package/lib/data/icons/react/icp.d.ts.map +0 -1
  2212. package/lib/data/icons/react/icp.js +0 -34
  2213. package/lib/data/icons/react/icp.js.map +0 -1
  2214. package/lib/data/icons/react/icx.d.ts +0 -8
  2215. package/lib/data/icons/react/icx.d.ts.map +0 -1
  2216. package/lib/data/icons/react/icx.js +0 -34
  2217. package/lib/data/icons/react/icx.js.map +0 -1
  2218. package/lib/data/icons/react/ignis.d.ts +0 -8
  2219. package/lib/data/icons/react/ignis.d.ts.map +0 -1
  2220. package/lib/data/icons/react/ignis.js +0 -35
  2221. package/lib/data/icons/react/ignis.js.map +0 -1
  2222. package/lib/data/icons/react/ilk.d.ts +0 -8
  2223. package/lib/data/icons/react/ilk.d.ts.map +0 -1
  2224. package/lib/data/icons/react/ilk.js +0 -34
  2225. package/lib/data/icons/react/ilk.js.map +0 -1
  2226. package/lib/data/icons/react/index.d.ts +0 -516
  2227. package/lib/data/icons/react/index.d.ts.map +0 -1
  2228. package/lib/data/icons/react/index.js +0 -1047
  2229. package/lib/data/icons/react/index.js.map +0 -1
  2230. package/lib/data/icons/react/inj.d.ts +0 -8
  2231. package/lib/data/icons/react/inj.d.ts.map +0 -1
  2232. package/lib/data/icons/react/inj.js +0 -35
  2233. package/lib/data/icons/react/inj.js.map +0 -1
  2234. package/lib/data/icons/react/ink.d.ts +0 -8
  2235. package/lib/data/icons/react/ink.d.ts.map +0 -1
  2236. package/lib/data/icons/react/ink.js +0 -35
  2237. package/lib/data/icons/react/ink.js.map +0 -1
  2238. package/lib/data/icons/react/ins.d.ts +0 -8
  2239. package/lib/data/icons/react/ins.d.ts.map +0 -1
  2240. package/lib/data/icons/react/ins.js +0 -37
  2241. package/lib/data/icons/react/ins.js.map +0 -1
  2242. package/lib/data/icons/react/ion.d.ts +0 -8
  2243. package/lib/data/icons/react/ion.d.ts.map +0 -1
  2244. package/lib/data/icons/react/ion.js +0 -34
  2245. package/lib/data/icons/react/ion.js.map +0 -1
  2246. package/lib/data/icons/react/iop.d.ts +0 -8
  2247. package/lib/data/icons/react/iop.d.ts.map +0 -1
  2248. package/lib/data/icons/react/iop.js +0 -36
  2249. package/lib/data/icons/react/iop.js.map +0 -1
  2250. package/lib/data/icons/react/iost.d.ts +0 -8
  2251. package/lib/data/icons/react/iost.d.ts.map +0 -1
  2252. package/lib/data/icons/react/iost.js +0 -34
  2253. package/lib/data/icons/react/iost.js.map +0 -1
  2254. package/lib/data/icons/react/iotx.d.ts +0 -8
  2255. package/lib/data/icons/react/iotx.d.ts.map +0 -1
  2256. package/lib/data/icons/react/iotx.js +0 -56
  2257. package/lib/data/icons/react/iotx.js.map +0 -1
  2258. package/lib/data/icons/react/iq.d.ts +0 -8
  2259. package/lib/data/icons/react/iq.d.ts.map +0 -1
  2260. package/lib/data/icons/react/iq.js +0 -34
  2261. package/lib/data/icons/react/iq.js.map +0 -1
  2262. package/lib/data/icons/react/itc.d.ts +0 -8
  2263. package/lib/data/icons/react/itc.d.ts.map +0 -1
  2264. package/lib/data/icons/react/itc.js +0 -34
  2265. package/lib/data/icons/react/itc.js.map +0 -1
  2266. package/lib/data/icons/react/jnt.d.ts +0 -8
  2267. package/lib/data/icons/react/jnt.d.ts.map +0 -1
  2268. package/lib/data/icons/react/jnt.js +0 -34
  2269. package/lib/data/icons/react/jnt.js.map +0 -1
  2270. package/lib/data/icons/react/jpy.d.ts +0 -8
  2271. package/lib/data/icons/react/jpy.d.ts.map +0 -1
  2272. package/lib/data/icons/react/jpy.js +0 -34
  2273. package/lib/data/icons/react/jpy.js.map +0 -1
  2274. package/lib/data/icons/react/kava.d.ts +0 -8
  2275. package/lib/data/icons/react/kava.d.ts.map +0 -1
  2276. package/lib/data/icons/react/kava.js +0 -35
  2277. package/lib/data/icons/react/kava.js.map +0 -1
  2278. package/lib/data/icons/react/kcs.d.ts +0 -8
  2279. package/lib/data/icons/react/kcs.d.ts.map +0 -1
  2280. package/lib/data/icons/react/kcs.js +0 -34
  2281. package/lib/data/icons/react/kcs.js.map +0 -1
  2282. package/lib/data/icons/react/kin.d.ts +0 -8
  2283. package/lib/data/icons/react/kin.d.ts.map +0 -1
  2284. package/lib/data/icons/react/kin.js +0 -34
  2285. package/lib/data/icons/react/kin.js.map +0 -1
  2286. package/lib/data/icons/react/klay.d.ts +0 -8
  2287. package/lib/data/icons/react/klay.d.ts.map +0 -1
  2288. package/lib/data/icons/react/klay.js +0 -37
  2289. package/lib/data/icons/react/klay.js.map +0 -1
  2290. package/lib/data/icons/react/klown.d.ts +0 -8
  2291. package/lib/data/icons/react/klown.d.ts.map +0 -1
  2292. package/lib/data/icons/react/klown.js +0 -54
  2293. package/lib/data/icons/react/klown.js.map +0 -1
  2294. package/lib/data/icons/react/kmd.d.ts +0 -8
  2295. package/lib/data/icons/react/kmd.d.ts.map +0 -1
  2296. package/lib/data/icons/react/kmd.js +0 -35
  2297. package/lib/data/icons/react/kmd.js.map +0 -1
  2298. package/lib/data/icons/react/knc.d.ts +0 -8
  2299. package/lib/data/icons/react/knc.d.ts.map +0 -1
  2300. package/lib/data/icons/react/knc.js +0 -34
  2301. package/lib/data/icons/react/knc.js.map +0 -1
  2302. package/lib/data/icons/react/krb.d.ts +0 -8
  2303. package/lib/data/icons/react/krb.d.ts.map +0 -1
  2304. package/lib/data/icons/react/krb.js +0 -34
  2305. package/lib/data/icons/react/krb.js.map +0 -1
  2306. package/lib/data/icons/react/lbc.d.ts +0 -8
  2307. package/lib/data/icons/react/lbc.d.ts.map +0 -1
  2308. package/lib/data/icons/react/lbc.js +0 -34
  2309. package/lib/data/icons/react/lbc.js.map +0 -1
  2310. package/lib/data/icons/react/lend.d.ts +0 -8
  2311. package/lib/data/icons/react/lend.d.ts.map +0 -1
  2312. package/lib/data/icons/react/lend.js +0 -34
  2313. package/lib/data/icons/react/lend.js.map +0 -1
  2314. package/lib/data/icons/react/leo.d.ts +0 -8
  2315. package/lib/data/icons/react/leo.d.ts.map +0 -1
  2316. package/lib/data/icons/react/leo.js +0 -37
  2317. package/lib/data/icons/react/leo.js.map +0 -1
  2318. package/lib/data/icons/react/link.d.ts +0 -8
  2319. package/lib/data/icons/react/link.d.ts.map +0 -1
  2320. package/lib/data/icons/react/link.js +0 -34
  2321. package/lib/data/icons/react/link.js.map +0 -1
  2322. package/lib/data/icons/react/lkk.d.ts +0 -8
  2323. package/lib/data/icons/react/lkk.d.ts.map +0 -1
  2324. package/lib/data/icons/react/lkk.js +0 -34
  2325. package/lib/data/icons/react/lkk.js.map +0 -1
  2326. package/lib/data/icons/react/loom.d.ts +0 -8
  2327. package/lib/data/icons/react/loom.d.ts.map +0 -1
  2328. package/lib/data/icons/react/loom.js +0 -39
  2329. package/lib/data/icons/react/loom.js.map +0 -1
  2330. package/lib/data/icons/react/lpt.d.ts +0 -8
  2331. package/lib/data/icons/react/lpt.d.ts.map +0 -1
  2332. package/lib/data/icons/react/lpt.js +0 -34
  2333. package/lib/data/icons/react/lpt.js.map +0 -1
  2334. package/lib/data/icons/react/lrc.d.ts +0 -8
  2335. package/lib/data/icons/react/lrc.d.ts.map +0 -1
  2336. package/lib/data/icons/react/lrc.js +0 -34
  2337. package/lib/data/icons/react/lrc.js.map +0 -1
  2338. package/lib/data/icons/react/lsk.d.ts +0 -8
  2339. package/lib/data/icons/react/lsk.d.ts.map +0 -1
  2340. package/lib/data/icons/react/lsk.js +0 -34
  2341. package/lib/data/icons/react/lsk.js.map +0 -1
  2342. package/lib/data/icons/react/ltc.d.ts +0 -8
  2343. package/lib/data/icons/react/ltc.d.ts.map +0 -1
  2344. package/lib/data/icons/react/ltc.js +0 -34
  2345. package/lib/data/icons/react/ltc.js.map +0 -1
  2346. package/lib/data/icons/react/lun.d.ts +0 -8
  2347. package/lib/data/icons/react/lun.d.ts.map +0 -1
  2348. package/lib/data/icons/react/lun.js +0 -34
  2349. package/lib/data/icons/react/lun.js.map +0 -1
  2350. package/lib/data/icons/react/lyx.d.ts +0 -8
  2351. package/lib/data/icons/react/lyx.d.ts.map +0 -1
  2352. package/lib/data/icons/react/lyx.js +0 -34
  2353. package/lib/data/icons/react/lyx.js.map +0 -1
  2354. package/lib/data/icons/react/maid.d.ts +0 -8
  2355. package/lib/data/icons/react/maid.d.ts.map +0 -1
  2356. package/lib/data/icons/react/maid.js +0 -36
  2357. package/lib/data/icons/react/maid.js.map +0 -1
  2358. package/lib/data/icons/react/mana.d.ts +0 -8
  2359. package/lib/data/icons/react/mana.d.ts.map +0 -1
  2360. package/lib/data/icons/react/mana.js +0 -34
  2361. package/lib/data/icons/react/mana.js.map +0 -1
  2362. package/lib/data/icons/react/matic.d.ts +0 -8
  2363. package/lib/data/icons/react/matic.d.ts.map +0 -1
  2364. package/lib/data/icons/react/matic.js +0 -34
  2365. package/lib/data/icons/react/matic.js.map +0 -1
  2366. package/lib/data/icons/react/mcap.d.ts +0 -8
  2367. package/lib/data/icons/react/mcap.d.ts.map +0 -1
  2368. package/lib/data/icons/react/mcap.js +0 -34
  2369. package/lib/data/icons/react/mcap.js.map +0 -1
  2370. package/lib/data/icons/react/mco.d.ts +0 -8
  2371. package/lib/data/icons/react/mco.d.ts.map +0 -1
  2372. package/lib/data/icons/react/mco.js +0 -34
  2373. package/lib/data/icons/react/mco.js.map +0 -1
  2374. package/lib/data/icons/react/mda.d.ts +0 -8
  2375. package/lib/data/icons/react/mda.d.ts.map +0 -1
  2376. package/lib/data/icons/react/mda.js +0 -34
  2377. package/lib/data/icons/react/mda.js.map +0 -1
  2378. package/lib/data/icons/react/mds.d.ts +0 -8
  2379. package/lib/data/icons/react/mds.d.ts.map +0 -1
  2380. package/lib/data/icons/react/mds.js +0 -34
  2381. package/lib/data/icons/react/mds.js.map +0 -1
  2382. package/lib/data/icons/react/med.d.ts +0 -8
  2383. package/lib/data/icons/react/med.d.ts.map +0 -1
  2384. package/lib/data/icons/react/med.js +0 -34
  2385. package/lib/data/icons/react/med.js.map +0 -1
  2386. package/lib/data/icons/react/meetone.d.ts +0 -8
  2387. package/lib/data/icons/react/meetone.d.ts.map +0 -1
  2388. package/lib/data/icons/react/meetone.js +0 -35
  2389. package/lib/data/icons/react/meetone.js.map +0 -1
  2390. package/lib/data/icons/react/metis.d.ts +0 -8
  2391. package/lib/data/icons/react/metis.d.ts.map +0 -1
  2392. package/lib/data/icons/react/metis.js +0 -34
  2393. package/lib/data/icons/react/metis.js.map +0 -1
  2394. package/lib/data/icons/react/mex.d.ts +0 -8
  2395. package/lib/data/icons/react/mex.d.ts.map +0 -1
  2396. package/lib/data/icons/react/mex.js +0 -34
  2397. package/lib/data/icons/react/mex.js.map +0 -1
  2398. package/lib/data/icons/react/mft.d.ts +0 -8
  2399. package/lib/data/icons/react/mft.d.ts.map +0 -1
  2400. package/lib/data/icons/react/mft.js +0 -34
  2401. package/lib/data/icons/react/mft.js.map +0 -1
  2402. package/lib/data/icons/react/miota.d.ts +0 -8
  2403. package/lib/data/icons/react/miota.d.ts.map +0 -1
  2404. package/lib/data/icons/react/miota.js +0 -34
  2405. package/lib/data/icons/react/miota.js.map +0 -1
  2406. package/lib/data/icons/react/mith.d.ts +0 -8
  2407. package/lib/data/icons/react/mith.d.ts.map +0 -1
  2408. package/lib/data/icons/react/mith.js +0 -34
  2409. package/lib/data/icons/react/mith.js.map +0 -1
  2410. package/lib/data/icons/react/mkr.d.ts +0 -8
  2411. package/lib/data/icons/react/mkr.d.ts.map +0 -1
  2412. package/lib/data/icons/react/mkr.js +0 -34
  2413. package/lib/data/icons/react/mkr.js.map +0 -1
  2414. package/lib/data/icons/react/mln.d.ts +0 -8
  2415. package/lib/data/icons/react/mln.d.ts.map +0 -1
  2416. package/lib/data/icons/react/mln.js +0 -35
  2417. package/lib/data/icons/react/mln.js.map +0 -1
  2418. package/lib/data/icons/react/mnx.d.ts +0 -8
  2419. package/lib/data/icons/react/mnx.d.ts.map +0 -1
  2420. package/lib/data/icons/react/mnx.js +0 -35
  2421. package/lib/data/icons/react/mnx.js.map +0 -1
  2422. package/lib/data/icons/react/mnz.d.ts +0 -8
  2423. package/lib/data/icons/react/mnz.d.ts.map +0 -1
  2424. package/lib/data/icons/react/mnz.js +0 -34
  2425. package/lib/data/icons/react/mnz.js.map +0 -1
  2426. package/lib/data/icons/react/moac.d.ts +0 -8
  2427. package/lib/data/icons/react/moac.d.ts.map +0 -1
  2428. package/lib/data/icons/react/moac.js +0 -34
  2429. package/lib/data/icons/react/moac.js.map +0 -1
  2430. package/lib/data/icons/react/mod.d.ts +0 -8
  2431. package/lib/data/icons/react/mod.d.ts.map +0 -1
  2432. package/lib/data/icons/react/mod.js +0 -35
  2433. package/lib/data/icons/react/mod.js.map +0 -1
  2434. package/lib/data/icons/react/mona.d.ts +0 -8
  2435. package/lib/data/icons/react/mona.d.ts.map +0 -1
  2436. package/lib/data/icons/react/mona.js +0 -34
  2437. package/lib/data/icons/react/mona.js.map +0 -1
  2438. package/lib/data/icons/react/movr.d.ts +0 -8
  2439. package/lib/data/icons/react/movr.d.ts.map +0 -1
  2440. package/lib/data/icons/react/movr.js +0 -43
  2441. package/lib/data/icons/react/movr.js.map +0 -1
  2442. package/lib/data/icons/react/msr.d.ts +0 -8
  2443. package/lib/data/icons/react/msr.d.ts.map +0 -1
  2444. package/lib/data/icons/react/msr.js +0 -35
  2445. package/lib/data/icons/react/msr.js.map +0 -1
  2446. package/lib/data/icons/react/mth.d.ts +0 -8
  2447. package/lib/data/icons/react/mth.d.ts.map +0 -1
  2448. package/lib/data/icons/react/mth.js +0 -41
  2449. package/lib/data/icons/react/mth.js.map +0 -1
  2450. package/lib/data/icons/react/mtl.d.ts +0 -8
  2451. package/lib/data/icons/react/mtl.d.ts.map +0 -1
  2452. package/lib/data/icons/react/mtl.js +0 -34
  2453. package/lib/data/icons/react/mtl.js.map +0 -1
  2454. package/lib/data/icons/react/music.d.ts +0 -8
  2455. package/lib/data/icons/react/music.d.ts.map +0 -1
  2456. package/lib/data/icons/react/music.js +0 -34
  2457. package/lib/data/icons/react/music.js.map +0 -1
  2458. package/lib/data/icons/react/mzc.d.ts +0 -8
  2459. package/lib/data/icons/react/mzc.d.ts.map +0 -1
  2460. package/lib/data/icons/react/mzc.js +0 -34
  2461. package/lib/data/icons/react/mzc.js.map +0 -1
  2462. package/lib/data/icons/react/nano.d.ts +0 -8
  2463. package/lib/data/icons/react/nano.d.ts.map +0 -1
  2464. package/lib/data/icons/react/nano.js +0 -34
  2465. package/lib/data/icons/react/nano.js.map +0 -1
  2466. package/lib/data/icons/react/nas.d.ts +0 -8
  2467. package/lib/data/icons/react/nas.d.ts.map +0 -1
  2468. package/lib/data/icons/react/nas.js +0 -34
  2469. package/lib/data/icons/react/nas.js.map +0 -1
  2470. package/lib/data/icons/react/nav.d.ts +0 -8
  2471. package/lib/data/icons/react/nav.d.ts.map +0 -1
  2472. package/lib/data/icons/react/nav.js +0 -34
  2473. package/lib/data/icons/react/nav.js.map +0 -1
  2474. package/lib/data/icons/react/ncash.d.ts +0 -8
  2475. package/lib/data/icons/react/ncash.d.ts.map +0 -1
  2476. package/lib/data/icons/react/ncash.js +0 -34
  2477. package/lib/data/icons/react/ncash.js.map +0 -1
  2478. package/lib/data/icons/react/ndz.d.ts +0 -8
  2479. package/lib/data/icons/react/ndz.d.ts.map +0 -1
  2480. package/lib/data/icons/react/ndz.js +0 -34
  2481. package/lib/data/icons/react/ndz.js.map +0 -1
  2482. package/lib/data/icons/react/near.d.ts +0 -8
  2483. package/lib/data/icons/react/near.d.ts.map +0 -1
  2484. package/lib/data/icons/react/near.js +0 -34
  2485. package/lib/data/icons/react/near.js.map +0 -1
  2486. package/lib/data/icons/react/nebl.d.ts +0 -8
  2487. package/lib/data/icons/react/nebl.d.ts.map +0 -1
  2488. package/lib/data/icons/react/nebl.js +0 -34
  2489. package/lib/data/icons/react/nebl.js.map +0 -1
  2490. package/lib/data/icons/react/neo.d.ts +0 -8
  2491. package/lib/data/icons/react/neo.d.ts.map +0 -1
  2492. package/lib/data/icons/react/neo.js +0 -34
  2493. package/lib/data/icons/react/neo.js.map +0 -1
  2494. package/lib/data/icons/react/neon.d.ts +0 -8
  2495. package/lib/data/icons/react/neon.d.ts.map +0 -1
  2496. package/lib/data/icons/react/neon.js +0 -34
  2497. package/lib/data/icons/react/neon.js.map +0 -1
  2498. package/lib/data/icons/react/neos.d.ts +0 -8
  2499. package/lib/data/icons/react/neos.d.ts.map +0 -1
  2500. package/lib/data/icons/react/neos.js +0 -34
  2501. package/lib/data/icons/react/neos.js.map +0 -1
  2502. package/lib/data/icons/react/neu.d.ts +0 -8
  2503. package/lib/data/icons/react/neu.d.ts.map +0 -1
  2504. package/lib/data/icons/react/neu.js +0 -37
  2505. package/lib/data/icons/react/neu.js.map +0 -1
  2506. package/lib/data/icons/react/nexo.d.ts +0 -8
  2507. package/lib/data/icons/react/nexo.d.ts.map +0 -1
  2508. package/lib/data/icons/react/nexo.js +0 -39
  2509. package/lib/data/icons/react/nexo.js.map +0 -1
  2510. package/lib/data/icons/react/ngc.d.ts +0 -8
  2511. package/lib/data/icons/react/ngc.d.ts.map +0 -1
  2512. package/lib/data/icons/react/ngc.js +0 -34
  2513. package/lib/data/icons/react/ngc.js.map +0 -1
  2514. package/lib/data/icons/react/nim.d.ts +0 -8
  2515. package/lib/data/icons/react/nim.d.ts.map +0 -1
  2516. package/lib/data/icons/react/nim.js +0 -34
  2517. package/lib/data/icons/react/nim.js.map +0 -1
  2518. package/lib/data/icons/react/nio.d.ts +0 -8
  2519. package/lib/data/icons/react/nio.d.ts.map +0 -1
  2520. package/lib/data/icons/react/nio.js +0 -34
  2521. package/lib/data/icons/react/nio.js.map +0 -1
  2522. package/lib/data/icons/react/nlc2.d.ts +0 -8
  2523. package/lib/data/icons/react/nlc2.d.ts.map +0 -1
  2524. package/lib/data/icons/react/nlc2.js +0 -34
  2525. package/lib/data/icons/react/nlc2.js.map +0 -1
  2526. package/lib/data/icons/react/nlg.d.ts +0 -8
  2527. package/lib/data/icons/react/nlg.d.ts.map +0 -1
  2528. package/lib/data/icons/react/nlg.js +0 -34
  2529. package/lib/data/icons/react/nlg.js.map +0 -1
  2530. package/lib/data/icons/react/nmc.d.ts +0 -8
  2531. package/lib/data/icons/react/nmc.d.ts.map +0 -1
  2532. package/lib/data/icons/react/nmc.js +0 -34
  2533. package/lib/data/icons/react/nmc.js.map +0 -1
  2534. package/lib/data/icons/react/nmr.d.ts +0 -8
  2535. package/lib/data/icons/react/nmr.d.ts.map +0 -1
  2536. package/lib/data/icons/react/nmr.js +0 -34
  2537. package/lib/data/icons/react/nmr.js.map +0 -1
  2538. package/lib/data/icons/react/nom.d.ts +0 -8
  2539. package/lib/data/icons/react/nom.d.ts.map +0 -1
  2540. package/lib/data/icons/react/nom.js +0 -34
  2541. package/lib/data/icons/react/nom.js.map +0 -1
  2542. package/lib/data/icons/react/npxs.d.ts +0 -8
  2543. package/lib/data/icons/react/npxs.d.ts.map +0 -1
  2544. package/lib/data/icons/react/npxs.js +0 -35
  2545. package/lib/data/icons/react/npxs.js.map +0 -1
  2546. package/lib/data/icons/react/nuls.d.ts +0 -8
  2547. package/lib/data/icons/react/nuls.d.ts.map +0 -1
  2548. package/lib/data/icons/react/nuls.js +0 -34
  2549. package/lib/data/icons/react/nuls.js.map +0 -1
  2550. package/lib/data/icons/react/nxs.d.ts +0 -8
  2551. package/lib/data/icons/react/nxs.d.ts.map +0 -1
  2552. package/lib/data/icons/react/nxs.js +0 -34
  2553. package/lib/data/icons/react/nxs.js.map +0 -1
  2554. package/lib/data/icons/react/nxt.d.ts +0 -8
  2555. package/lib/data/icons/react/nxt.d.ts.map +0 -1
  2556. package/lib/data/icons/react/nxt.js +0 -34
  2557. package/lib/data/icons/react/nxt.js.map +0 -1
  2558. package/lib/data/icons/react/nym.d.ts +0 -8
  2559. package/lib/data/icons/react/nym.d.ts.map +0 -1
  2560. package/lib/data/icons/react/nym.js +0 -38
  2561. package/lib/data/icons/react/nym.js.map +0 -1
  2562. package/lib/data/icons/react/nyx.d.ts +0 -8
  2563. package/lib/data/icons/react/nyx.d.ts.map +0 -1
  2564. package/lib/data/icons/react/nyx.js +0 -36
  2565. package/lib/data/icons/react/nyx.js.map +0 -1
  2566. package/lib/data/icons/react/oax.d.ts +0 -8
  2567. package/lib/data/icons/react/oax.d.ts.map +0 -1
  2568. package/lib/data/icons/react/oax.js +0 -34
  2569. package/lib/data/icons/react/oax.js.map +0 -1
  2570. package/lib/data/icons/react/ok.d.ts +0 -8
  2571. package/lib/data/icons/react/ok.d.ts.map +0 -1
  2572. package/lib/data/icons/react/ok.js +0 -34
  2573. package/lib/data/icons/react/ok.js.map +0 -1
  2574. package/lib/data/icons/react/okb.d.ts +0 -8
  2575. package/lib/data/icons/react/okb.d.ts.map +0 -1
  2576. package/lib/data/icons/react/okb.js +0 -37
  2577. package/lib/data/icons/react/okb.js.map +0 -1
  2578. package/lib/data/icons/react/omg.d.ts +0 -8
  2579. package/lib/data/icons/react/omg.d.ts.map +0 -1
  2580. package/lib/data/icons/react/omg.js +0 -34
  2581. package/lib/data/icons/react/omg.js.map +0 -1
  2582. package/lib/data/icons/react/omni.d.ts +0 -8
  2583. package/lib/data/icons/react/omni.d.ts.map +0 -1
  2584. package/lib/data/icons/react/omni.js +0 -34
  2585. package/lib/data/icons/react/omni.js.map +0 -1
  2586. package/lib/data/icons/react/ong.d.ts +0 -8
  2587. package/lib/data/icons/react/ong.d.ts.map +0 -1
  2588. package/lib/data/icons/react/ong.js +0 -36
  2589. package/lib/data/icons/react/ong.js.map +0 -1
  2590. package/lib/data/icons/react/ont.d.ts +0 -8
  2591. package/lib/data/icons/react/ont.d.ts.map +0 -1
  2592. package/lib/data/icons/react/ont.js +0 -34
  2593. package/lib/data/icons/react/ont.js.map +0 -1
  2594. package/lib/data/icons/react/oot.d.ts +0 -8
  2595. package/lib/data/icons/react/oot.d.ts.map +0 -1
  2596. package/lib/data/icons/react/oot.js +0 -34
  2597. package/lib/data/icons/react/oot.js.map +0 -1
  2598. package/lib/data/icons/react/osmo.d.ts +0 -8
  2599. package/lib/data/icons/react/osmo.d.ts.map +0 -1
  2600. package/lib/data/icons/react/osmo.js +0 -38
  2601. package/lib/data/icons/react/osmo.js.map +0 -1
  2602. package/lib/data/icons/react/ost.d.ts +0 -8
  2603. package/lib/data/icons/react/ost.d.ts.map +0 -1
  2604. package/lib/data/icons/react/ost.js +0 -35
  2605. package/lib/data/icons/react/ost.js.map +0 -1
  2606. package/lib/data/icons/react/ox.d.ts +0 -8
  2607. package/lib/data/icons/react/ox.d.ts.map +0 -1
  2608. package/lib/data/icons/react/ox.js +0 -34
  2609. package/lib/data/icons/react/ox.js.map +0 -1
  2610. package/lib/data/icons/react/oxt.d.ts +0 -8
  2611. package/lib/data/icons/react/oxt.d.ts.map +0 -1
  2612. package/lib/data/icons/react/oxt.js +0 -34
  2613. package/lib/data/icons/react/oxt.js.map +0 -1
  2614. package/lib/data/icons/react/pac.d.ts +0 -8
  2615. package/lib/data/icons/react/pac.d.ts.map +0 -1
  2616. package/lib/data/icons/react/pac.js +0 -34
  2617. package/lib/data/icons/react/pac.js.map +0 -1
  2618. package/lib/data/icons/react/part.d.ts +0 -8
  2619. package/lib/data/icons/react/part.d.ts.map +0 -1
  2620. package/lib/data/icons/react/part.js +0 -34
  2621. package/lib/data/icons/react/part.js.map +0 -1
  2622. package/lib/data/icons/react/pasc.d.ts +0 -8
  2623. package/lib/data/icons/react/pasc.d.ts.map +0 -1
  2624. package/lib/data/icons/react/pasc.js +0 -34
  2625. package/lib/data/icons/react/pasc.js.map +0 -1
  2626. package/lib/data/icons/react/pasl.d.ts +0 -8
  2627. package/lib/data/icons/react/pasl.d.ts.map +0 -1
  2628. package/lib/data/icons/react/pasl.js +0 -34
  2629. package/lib/data/icons/react/pasl.js.map +0 -1
  2630. package/lib/data/icons/react/pax.d.ts +0 -8
  2631. package/lib/data/icons/react/pax.d.ts.map +0 -1
  2632. package/lib/data/icons/react/pax.js +0 -34
  2633. package/lib/data/icons/react/pax.js.map +0 -1
  2634. package/lib/data/icons/react/pay.d.ts +0 -8
  2635. package/lib/data/icons/react/pay.d.ts.map +0 -1
  2636. package/lib/data/icons/react/pay.js +0 -34
  2637. package/lib/data/icons/react/pay.js.map +0 -1
  2638. package/lib/data/icons/react/payx.d.ts +0 -8
  2639. package/lib/data/icons/react/payx.d.ts.map +0 -1
  2640. package/lib/data/icons/react/payx.js +0 -35
  2641. package/lib/data/icons/react/payx.js.map +0 -1
  2642. package/lib/data/icons/react/pink.d.ts +0 -8
  2643. package/lib/data/icons/react/pink.d.ts.map +0 -1
  2644. package/lib/data/icons/react/pink.js +0 -35
  2645. package/lib/data/icons/react/pink.js.map +0 -1
  2646. package/lib/data/icons/react/pirl.d.ts +0 -8
  2647. package/lib/data/icons/react/pirl.d.ts.map +0 -1
  2648. package/lib/data/icons/react/pirl.js +0 -34
  2649. package/lib/data/icons/react/pirl.js.map +0 -1
  2650. package/lib/data/icons/react/pivx.d.ts +0 -8
  2651. package/lib/data/icons/react/pivx.d.ts.map +0 -1
  2652. package/lib/data/icons/react/pivx.js +0 -34
  2653. package/lib/data/icons/react/pivx.js.map +0 -1
  2654. package/lib/data/icons/react/plr.d.ts +0 -8
  2655. package/lib/data/icons/react/plr.d.ts.map +0 -1
  2656. package/lib/data/icons/react/plr.js +0 -34
  2657. package/lib/data/icons/react/plr.js.map +0 -1
  2658. package/lib/data/icons/react/poa.d.ts +0 -8
  2659. package/lib/data/icons/react/poa.d.ts.map +0 -1
  2660. package/lib/data/icons/react/poa.js +0 -35
  2661. package/lib/data/icons/react/poa.js.map +0 -1
  2662. package/lib/data/icons/react/poe.d.ts +0 -8
  2663. package/lib/data/icons/react/poe.d.ts.map +0 -1
  2664. package/lib/data/icons/react/poe.js +0 -35
  2665. package/lib/data/icons/react/poe.js.map +0 -1
  2666. package/lib/data/icons/react/polis.d.ts +0 -8
  2667. package/lib/data/icons/react/polis.d.ts.map +0 -1
  2668. package/lib/data/icons/react/polis.js +0 -34
  2669. package/lib/data/icons/react/polis.js.map +0 -1
  2670. package/lib/data/icons/react/poly.d.ts +0 -8
  2671. package/lib/data/icons/react/poly.d.ts.map +0 -1
  2672. package/lib/data/icons/react/poly.js +0 -34
  2673. package/lib/data/icons/react/poly.js.map +0 -1
  2674. package/lib/data/icons/react/pot.d.ts +0 -8
  2675. package/lib/data/icons/react/pot.d.ts.map +0 -1
  2676. package/lib/data/icons/react/pot.js +0 -34
  2677. package/lib/data/icons/react/pot.js.map +0 -1
  2678. package/lib/data/icons/react/powr.d.ts +0 -8
  2679. package/lib/data/icons/react/powr.d.ts.map +0 -1
  2680. package/lib/data/icons/react/powr.js +0 -34
  2681. package/lib/data/icons/react/powr.js.map +0 -1
  2682. package/lib/data/icons/react/ppc.d.ts +0 -8
  2683. package/lib/data/icons/react/ppc.d.ts.map +0 -1
  2684. package/lib/data/icons/react/ppc.js +0 -35
  2685. package/lib/data/icons/react/ppc.js.map +0 -1
  2686. package/lib/data/icons/react/ppp.d.ts +0 -8
  2687. package/lib/data/icons/react/ppp.d.ts.map +0 -1
  2688. package/lib/data/icons/react/ppp.js +0 -34
  2689. package/lib/data/icons/react/ppp.js.map +0 -1
  2690. package/lib/data/icons/react/ppt.d.ts +0 -8
  2691. package/lib/data/icons/react/ppt.d.ts.map +0 -1
  2692. package/lib/data/icons/react/ppt.js +0 -34
  2693. package/lib/data/icons/react/ppt.js.map +0 -1
  2694. package/lib/data/icons/react/pre.d.ts +0 -8
  2695. package/lib/data/icons/react/pre.d.ts.map +0 -1
  2696. package/lib/data/icons/react/pre.js +0 -39
  2697. package/lib/data/icons/react/pre.js.map +0 -1
  2698. package/lib/data/icons/react/prl.d.ts +0 -8
  2699. package/lib/data/icons/react/prl.d.ts.map +0 -1
  2700. package/lib/data/icons/react/prl.js +0 -34
  2701. package/lib/data/icons/react/prl.js.map +0 -1
  2702. package/lib/data/icons/react/ptrn.d.ts +0 -8
  2703. package/lib/data/icons/react/ptrn.d.ts.map +0 -1
  2704. package/lib/data/icons/react/ptrn.js +0 -34
  2705. package/lib/data/icons/react/ptrn.js.map +0 -1
  2706. package/lib/data/icons/react/pungo.d.ts +0 -8
  2707. package/lib/data/icons/react/pungo.d.ts.map +0 -1
  2708. package/lib/data/icons/react/pungo.js +0 -34
  2709. package/lib/data/icons/react/pungo.js.map +0 -1
  2710. package/lib/data/icons/react/pura.d.ts +0 -8
  2711. package/lib/data/icons/react/pura.d.ts.map +0 -1
  2712. package/lib/data/icons/react/pura.js +0 -34
  2713. package/lib/data/icons/react/pura.js.map +0 -1
  2714. package/lib/data/icons/react/pyusd.d.ts +0 -8
  2715. package/lib/data/icons/react/pyusd.d.ts.map +0 -1
  2716. package/lib/data/icons/react/pyusd.js +0 -35
  2717. package/lib/data/icons/react/pyusd.js.map +0 -1
  2718. package/lib/data/icons/react/qash.d.ts +0 -8
  2719. package/lib/data/icons/react/qash.d.ts.map +0 -1
  2720. package/lib/data/icons/react/qash.js +0 -34
  2721. package/lib/data/icons/react/qash.js.map +0 -1
  2722. package/lib/data/icons/react/qck.d.ts +0 -8
  2723. package/lib/data/icons/react/qck.d.ts.map +0 -1
  2724. package/lib/data/icons/react/qck.js +0 -35
  2725. package/lib/data/icons/react/qck.js.map +0 -1
  2726. package/lib/data/icons/react/qiwi.d.ts +0 -8
  2727. package/lib/data/icons/react/qiwi.d.ts.map +0 -1
  2728. package/lib/data/icons/react/qiwi.js +0 -34
  2729. package/lib/data/icons/react/qiwi.js.map +0 -1
  2730. package/lib/data/icons/react/qlc.d.ts +0 -8
  2731. package/lib/data/icons/react/qlc.d.ts.map +0 -1
  2732. package/lib/data/icons/react/qlc.js +0 -34
  2733. package/lib/data/icons/react/qlc.js.map +0 -1
  2734. package/lib/data/icons/react/qrl.d.ts +0 -8
  2735. package/lib/data/icons/react/qrl.d.ts.map +0 -1
  2736. package/lib/data/icons/react/qrl.js +0 -34
  2737. package/lib/data/icons/react/qrl.js.map +0 -1
  2738. package/lib/data/icons/react/qsp.d.ts +0 -8
  2739. package/lib/data/icons/react/qsp.d.ts.map +0 -1
  2740. package/lib/data/icons/react/qsp.js +0 -34
  2741. package/lib/data/icons/react/qsp.js.map +0 -1
  2742. package/lib/data/icons/react/qtum.d.ts +0 -8
  2743. package/lib/data/icons/react/qtum.d.ts.map +0 -1
  2744. package/lib/data/icons/react/qtum.js +0 -34
  2745. package/lib/data/icons/react/qtum.js.map +0 -1
  2746. package/lib/data/icons/react/r.d.ts +0 -8
  2747. package/lib/data/icons/react/r.d.ts.map +0 -1
  2748. package/lib/data/icons/react/r.js +0 -34
  2749. package/lib/data/icons/react/r.js.map +0 -1
  2750. package/lib/data/icons/react/rads.d.ts +0 -8
  2751. package/lib/data/icons/react/rads.d.ts.map +0 -1
  2752. package/lib/data/icons/react/rads.js +0 -35
  2753. package/lib/data/icons/react/rads.js.map +0 -1
  2754. package/lib/data/icons/react/rap.d.ts +0 -8
  2755. package/lib/data/icons/react/rap.d.ts.map +0 -1
  2756. package/lib/data/icons/react/rap.js +0 -34
  2757. package/lib/data/icons/react/rap.js.map +0 -1
  2758. package/lib/data/icons/react/rbtc.d.ts +0 -8
  2759. package/lib/data/icons/react/rbtc.d.ts.map +0 -1
  2760. package/lib/data/icons/react/rbtc.js +0 -35
  2761. package/lib/data/icons/react/rbtc.js.map +0 -1
  2762. package/lib/data/icons/react/rcn.d.ts +0 -8
  2763. package/lib/data/icons/react/rcn.d.ts.map +0 -1
  2764. package/lib/data/icons/react/rcn.js +0 -34
  2765. package/lib/data/icons/react/rcn.js.map +0 -1
  2766. package/lib/data/icons/react/rdd.d.ts +0 -8
  2767. package/lib/data/icons/react/rdd.d.ts.map +0 -1
  2768. package/lib/data/icons/react/rdd.js +0 -35
  2769. package/lib/data/icons/react/rdd.js.map +0 -1
  2770. package/lib/data/icons/react/rdn.d.ts +0 -8
  2771. package/lib/data/icons/react/rdn.d.ts.map +0 -1
  2772. package/lib/data/icons/react/rdn.js +0 -34
  2773. package/lib/data/icons/react/rdn.js.map +0 -1
  2774. package/lib/data/icons/react/ren.d.ts +0 -8
  2775. package/lib/data/icons/react/ren.d.ts.map +0 -1
  2776. package/lib/data/icons/react/ren.js +0 -34
  2777. package/lib/data/icons/react/ren.js.map +0 -1
  2778. package/lib/data/icons/react/rep.d.ts +0 -8
  2779. package/lib/data/icons/react/rep.d.ts.map +0 -1
  2780. package/lib/data/icons/react/rep.js +0 -34
  2781. package/lib/data/icons/react/rep.js.map +0 -1
  2782. package/lib/data/icons/react/repv2.d.ts +0 -8
  2783. package/lib/data/icons/react/repv2.d.ts.map +0 -1
  2784. package/lib/data/icons/react/repv2.js +0 -35
  2785. package/lib/data/icons/react/repv2.js.map +0 -1
  2786. package/lib/data/icons/react/req.d.ts +0 -8
  2787. package/lib/data/icons/react/req.d.ts.map +0 -1
  2788. package/lib/data/icons/react/req.js +0 -34
  2789. package/lib/data/icons/react/req.js.map +0 -1
  2790. package/lib/data/icons/react/rhoc.d.ts +0 -8
  2791. package/lib/data/icons/react/rhoc.d.ts.map +0 -1
  2792. package/lib/data/icons/react/rhoc.js +0 -34
  2793. package/lib/data/icons/react/rhoc.js.map +0 -1
  2794. package/lib/data/icons/react/ric.d.ts +0 -8
  2795. package/lib/data/icons/react/ric.d.ts.map +0 -1
  2796. package/lib/data/icons/react/ric.js +0 -34
  2797. package/lib/data/icons/react/ric.js.map +0 -1
  2798. package/lib/data/icons/react/ride.d.ts +0 -8
  2799. package/lib/data/icons/react/ride.d.ts.map +0 -1
  2800. package/lib/data/icons/react/ride.js +0 -34
  2801. package/lib/data/icons/react/ride.js.map +0 -1
  2802. package/lib/data/icons/react/rise.d.ts +0 -8
  2803. package/lib/data/icons/react/rise.d.ts.map +0 -1
  2804. package/lib/data/icons/react/rise.js +0 -34
  2805. package/lib/data/icons/react/rise.js.map +0 -1
  2806. package/lib/data/icons/react/rlc.d.ts +0 -8
  2807. package/lib/data/icons/react/rlc.d.ts.map +0 -1
  2808. package/lib/data/icons/react/rlc.js +0 -34
  2809. package/lib/data/icons/react/rlc.js.map +0 -1
  2810. package/lib/data/icons/react/rpx.d.ts +0 -8
  2811. package/lib/data/icons/react/rpx.d.ts.map +0 -1
  2812. package/lib/data/icons/react/rpx.js +0 -34
  2813. package/lib/data/icons/react/rpx.js.map +0 -1
  2814. package/lib/data/icons/react/rub.d.ts +0 -8
  2815. package/lib/data/icons/react/rub.d.ts.map +0 -1
  2816. package/lib/data/icons/react/rub.js +0 -34
  2817. package/lib/data/icons/react/rub.js.map +0 -1
  2818. package/lib/data/icons/react/rvn.d.ts +0 -8
  2819. package/lib/data/icons/react/rvn.d.ts.map +0 -1
  2820. package/lib/data/icons/react/rvn.js +0 -34
  2821. package/lib/data/icons/react/rvn.js.map +0 -1
  2822. package/lib/data/icons/react/ryo.d.ts +0 -8
  2823. package/lib/data/icons/react/ryo.d.ts.map +0 -1
  2824. package/lib/data/icons/react/ryo.js +0 -35
  2825. package/lib/data/icons/react/ryo.js.map +0 -1
  2826. package/lib/data/icons/react/sAbi.d.ts +0 -8
  2827. package/lib/data/icons/react/sAbi.d.ts.map +0 -1
  2828. package/lib/data/icons/react/sAbi.js +0 -34
  2829. package/lib/data/icons/react/sAbi.js.map +0 -1
  2830. package/lib/data/icons/react/safe.d.ts +0 -8
  2831. package/lib/data/icons/react/safe.d.ts.map +0 -1
  2832. package/lib/data/icons/react/safe.js +0 -35
  2833. package/lib/data/icons/react/safe.js.map +0 -1
  2834. package/lib/data/icons/react/sai.d.ts +0 -8
  2835. package/lib/data/icons/react/sai.d.ts.map +0 -1
  2836. package/lib/data/icons/react/sai.js +0 -34
  2837. package/lib/data/icons/react/sai.js.map +0 -1
  2838. package/lib/data/icons/react/salt.d.ts +0 -8
  2839. package/lib/data/icons/react/salt.d.ts.map +0 -1
  2840. package/lib/data/icons/react/salt.js +0 -34
  2841. package/lib/data/icons/react/salt.js.map +0 -1
  2842. package/lib/data/icons/react/san.d.ts +0 -8
  2843. package/lib/data/icons/react/san.d.ts.map +0 -1
  2844. package/lib/data/icons/react/san.js +0 -34
  2845. package/lib/data/icons/react/san.js.map +0 -1
  2846. package/lib/data/icons/react/sbd.d.ts +0 -8
  2847. package/lib/data/icons/react/sbd.d.ts.map +0 -1
  2848. package/lib/data/icons/react/sbd.js +0 -34
  2849. package/lib/data/icons/react/sbd.js.map +0 -1
  2850. package/lib/data/icons/react/sberbank.d.ts +0 -8
  2851. package/lib/data/icons/react/sberbank.d.ts.map +0 -1
  2852. package/lib/data/icons/react/sberbank.js +0 -34
  2853. package/lib/data/icons/react/sberbank.js.map +0 -1
  2854. package/lib/data/icons/react/sc.d.ts +0 -8
  2855. package/lib/data/icons/react/sc.d.ts.map +0 -1
  2856. package/lib/data/icons/react/sc.js +0 -34
  2857. package/lib/data/icons/react/sc.js.map +0 -1
  2858. package/lib/data/icons/react/scrt.d.ts +0 -8
  2859. package/lib/data/icons/react/scrt.d.ts.map +0 -1
  2860. package/lib/data/icons/react/scrt.js +0 -35
  2861. package/lib/data/icons/react/scrt.js.map +0 -1
  2862. package/lib/data/icons/react/sei.d.ts +0 -8
  2863. package/lib/data/icons/react/sei.d.ts.map +0 -1
  2864. package/lib/data/icons/react/sei.js +0 -34
  2865. package/lib/data/icons/react/sei.js.map +0 -1
  2866. package/lib/data/icons/react/sgb.d.ts +0 -8
  2867. package/lib/data/icons/react/sgb.d.ts.map +0 -1
  2868. package/lib/data/icons/react/sgb.js +0 -40
  2869. package/lib/data/icons/react/sgb.js.map +0 -1
  2870. package/lib/data/icons/react/shift.d.ts +0 -8
  2871. package/lib/data/icons/react/shift.d.ts.map +0 -1
  2872. package/lib/data/icons/react/shift.js +0 -37
  2873. package/lib/data/icons/react/shift.js.map +0 -1
  2874. package/lib/data/icons/react/sib.d.ts +0 -8
  2875. package/lib/data/icons/react/sib.d.ts.map +0 -1
  2876. package/lib/data/icons/react/sib.js +0 -34
  2877. package/lib/data/icons/react/sib.js.map +0 -1
  2878. package/lib/data/icons/react/sin.d.ts +0 -8
  2879. package/lib/data/icons/react/sin.d.ts.map +0 -1
  2880. package/lib/data/icons/react/sin.js +0 -35
  2881. package/lib/data/icons/react/sin.js.map +0 -1
  2882. package/lib/data/icons/react/sky.d.ts +0 -8
  2883. package/lib/data/icons/react/sky.d.ts.map +0 -1
  2884. package/lib/data/icons/react/sky.js +0 -34
  2885. package/lib/data/icons/react/sky.js.map +0 -1
  2886. package/lib/data/icons/react/slr.d.ts +0 -8
  2887. package/lib/data/icons/react/slr.d.ts.map +0 -1
  2888. package/lib/data/icons/react/slr.js +0 -34
  2889. package/lib/data/icons/react/slr.js.map +0 -1
  2890. package/lib/data/icons/react/sls.d.ts +0 -8
  2891. package/lib/data/icons/react/sls.d.ts.map +0 -1
  2892. package/lib/data/icons/react/sls.js +0 -34
  2893. package/lib/data/icons/react/sls.js.map +0 -1
  2894. package/lib/data/icons/react/smart.d.ts +0 -8
  2895. package/lib/data/icons/react/smart.d.ts.map +0 -1
  2896. package/lib/data/icons/react/smart.js +0 -35
  2897. package/lib/data/icons/react/smart.js.map +0 -1
  2898. package/lib/data/icons/react/sngls.d.ts +0 -8
  2899. package/lib/data/icons/react/sngls.d.ts.map +0 -1
  2900. package/lib/data/icons/react/sngls.js +0 -34
  2901. package/lib/data/icons/react/sngls.js.map +0 -1
  2902. package/lib/data/icons/react/snm.d.ts +0 -8
  2903. package/lib/data/icons/react/snm.d.ts.map +0 -1
  2904. package/lib/data/icons/react/snm.js +0 -34
  2905. package/lib/data/icons/react/snm.js.map +0 -1
  2906. package/lib/data/icons/react/snt.d.ts +0 -8
  2907. package/lib/data/icons/react/snt.d.ts.map +0 -1
  2908. package/lib/data/icons/react/snt.js +0 -34
  2909. package/lib/data/icons/react/snt.js.map +0 -1
  2910. package/lib/data/icons/react/soc.d.ts +0 -8
  2911. package/lib/data/icons/react/soc.d.ts.map +0 -1
  2912. package/lib/data/icons/react/soc.js +0 -35
  2913. package/lib/data/icons/react/soc.js.map +0 -1
  2914. package/lib/data/icons/react/sol.d.ts +0 -8
  2915. package/lib/data/icons/react/sol.d.ts.map +0 -1
  2916. package/lib/data/icons/react/sol.js +0 -36
  2917. package/lib/data/icons/react/sol.js.map +0 -1
  2918. package/lib/data/icons/react/spank.d.ts +0 -8
  2919. package/lib/data/icons/react/spank.d.ts.map +0 -1
  2920. package/lib/data/icons/react/spank.js +0 -34
  2921. package/lib/data/icons/react/spank.js.map +0 -1
  2922. package/lib/data/icons/react/sphtx.d.ts +0 -8
  2923. package/lib/data/icons/react/sphtx.d.ts.map +0 -1
  2924. package/lib/data/icons/react/sphtx.js +0 -34
  2925. package/lib/data/icons/react/sphtx.js.map +0 -1
  2926. package/lib/data/icons/react/srn.d.ts +0 -8
  2927. package/lib/data/icons/react/srn.d.ts.map +0 -1
  2928. package/lib/data/icons/react/srn.js +0 -34
  2929. package/lib/data/icons/react/srn.js.map +0 -1
  2930. package/lib/data/icons/react/ssv.d.ts +0 -8
  2931. package/lib/data/icons/react/ssv.d.ts.map +0 -1
  2932. package/lib/data/icons/react/ssv.js +0 -35
  2933. package/lib/data/icons/react/ssv.js.map +0 -1
  2934. package/lib/data/icons/react/stak.d.ts +0 -8
  2935. package/lib/data/icons/react/stak.d.ts.map +0 -1
  2936. package/lib/data/icons/react/stak.js +0 -34
  2937. package/lib/data/icons/react/stak.js.map +0 -1
  2938. package/lib/data/icons/react/stars.d.ts +0 -8
  2939. package/lib/data/icons/react/stars.d.ts.map +0 -1
  2940. package/lib/data/icons/react/stars.js +0 -34
  2941. package/lib/data/icons/react/stars.js.map +0 -1
  2942. package/lib/data/icons/react/start.d.ts +0 -8
  2943. package/lib/data/icons/react/start.d.ts.map +0 -1
  2944. package/lib/data/icons/react/start.js +0 -34
  2945. package/lib/data/icons/react/start.js.map +0 -1
  2946. package/lib/data/icons/react/steem.d.ts +0 -8
  2947. package/lib/data/icons/react/steem.d.ts.map +0 -1
  2948. package/lib/data/icons/react/steem.js +0 -34
  2949. package/lib/data/icons/react/steem.js.map +0 -1
  2950. package/lib/data/icons/react/storj.d.ts +0 -8
  2951. package/lib/data/icons/react/storj.d.ts.map +0 -1
  2952. package/lib/data/icons/react/storj.js +0 -34
  2953. package/lib/data/icons/react/storj.js.map +0 -1
  2954. package/lib/data/icons/react/storm.d.ts +0 -8
  2955. package/lib/data/icons/react/storm.d.ts.map +0 -1
  2956. package/lib/data/icons/react/storm.js +0 -34
  2957. package/lib/data/icons/react/storm.js.map +0 -1
  2958. package/lib/data/icons/react/stq.d.ts +0 -8
  2959. package/lib/data/icons/react/stq.d.ts.map +0 -1
  2960. package/lib/data/icons/react/stq.js +0 -34
  2961. package/lib/data/icons/react/stq.js.map +0 -1
  2962. package/lib/data/icons/react/strat.d.ts +0 -8
  2963. package/lib/data/icons/react/strat.d.ts.map +0 -1
  2964. package/lib/data/icons/react/strat.js +0 -34
  2965. package/lib/data/icons/react/strat.js.map +0 -1
  2966. package/lib/data/icons/react/strd.d.ts +0 -8
  2967. package/lib/data/icons/react/strd.d.ts.map +0 -1
  2968. package/lib/data/icons/react/strd.js +0 -35
  2969. package/lib/data/icons/react/strd.js.map +0 -1
  2970. package/lib/data/icons/react/stx.d.ts +0 -8
  2971. package/lib/data/icons/react/stx.d.ts.map +0 -1
  2972. package/lib/data/icons/react/stx.js +0 -36
  2973. package/lib/data/icons/react/stx.js.map +0 -1
  2974. package/lib/data/icons/react/sub.d.ts +0 -8
  2975. package/lib/data/icons/react/sub.d.ts.map +0 -1
  2976. package/lib/data/icons/react/sub.js +0 -34
  2977. package/lib/data/icons/react/sub.js.map +0 -1
  2978. package/lib/data/icons/react/sumo.d.ts +0 -8
  2979. package/lib/data/icons/react/sumo.d.ts.map +0 -1
  2980. package/lib/data/icons/react/sumo.js +0 -34
  2981. package/lib/data/icons/react/sumo.js.map +0 -1
  2982. package/lib/data/icons/react/sys.d.ts +0 -8
  2983. package/lib/data/icons/react/sys.d.ts.map +0 -1
  2984. package/lib/data/icons/react/sys.js +0 -35
  2985. package/lib/data/icons/react/sys.js.map +0 -1
  2986. package/lib/data/icons/react/taas.d.ts +0 -8
  2987. package/lib/data/icons/react/taas.d.ts.map +0 -1
  2988. package/lib/data/icons/react/taas.js +0 -34
  2989. package/lib/data/icons/react/taas.js.map +0 -1
  2990. package/lib/data/icons/react/tau.d.ts +0 -8
  2991. package/lib/data/icons/react/tau.d.ts.map +0 -1
  2992. package/lib/data/icons/react/tau.js +0 -34
  2993. package/lib/data/icons/react/tau.js.map +0 -1
  2994. package/lib/data/icons/react/tbx.d.ts +0 -8
  2995. package/lib/data/icons/react/tbx.d.ts.map +0 -1
  2996. package/lib/data/icons/react/tbx.js +0 -35
  2997. package/lib/data/icons/react/tbx.js.map +0 -1
  2998. package/lib/data/icons/react/tel.d.ts +0 -8
  2999. package/lib/data/icons/react/tel.d.ts.map +0 -1
  3000. package/lib/data/icons/react/tel.js +0 -34
  3001. package/lib/data/icons/react/tel.js.map +0 -1
  3002. package/lib/data/icons/react/ten.d.ts +0 -8
  3003. package/lib/data/icons/react/ten.d.ts.map +0 -1
  3004. package/lib/data/icons/react/ten.js +0 -34
  3005. package/lib/data/icons/react/ten.js.map +0 -1
  3006. package/lib/data/icons/react/tern.d.ts +0 -8
  3007. package/lib/data/icons/react/tern.d.ts.map +0 -1
  3008. package/lib/data/icons/react/tern.js +0 -34
  3009. package/lib/data/icons/react/tern.js.map +0 -1
  3010. package/lib/data/icons/react/tgch.d.ts +0 -8
  3011. package/lib/data/icons/react/tgch.d.ts.map +0 -1
  3012. package/lib/data/icons/react/tgch.js +0 -35
  3013. package/lib/data/icons/react/tgch.js.map +0 -1
  3014. package/lib/data/icons/react/theta.d.ts +0 -8
  3015. package/lib/data/icons/react/theta.d.ts.map +0 -1
  3016. package/lib/data/icons/react/theta.js +0 -34
  3017. package/lib/data/icons/react/theta.js.map +0 -1
  3018. package/lib/data/icons/react/tifi.d.ts +0 -8
  3019. package/lib/data/icons/react/tifi.d.ts.map +0 -1
  3020. package/lib/data/icons/react/tifi.js +0 -34
  3021. package/lib/data/icons/react/tifi.js.map +0 -1
  3022. package/lib/data/icons/react/tix.d.ts +0 -8
  3023. package/lib/data/icons/react/tix.d.ts.map +0 -1
  3024. package/lib/data/icons/react/tix.js +0 -34
  3025. package/lib/data/icons/react/tix.js.map +0 -1
  3026. package/lib/data/icons/react/tkn.d.ts +0 -8
  3027. package/lib/data/icons/react/tkn.d.ts.map +0 -1
  3028. package/lib/data/icons/react/tkn.js +0 -34
  3029. package/lib/data/icons/react/tkn.js.map +0 -1
  3030. package/lib/data/icons/react/tks.d.ts +0 -8
  3031. package/lib/data/icons/react/tks.d.ts.map +0 -1
  3032. package/lib/data/icons/react/tks.js +0 -35
  3033. package/lib/data/icons/react/tks.js.map +0 -1
  3034. package/lib/data/icons/react/tlos.d.ts +0 -8
  3035. package/lib/data/icons/react/tlos.d.ts.map +0 -1
  3036. package/lib/data/icons/react/tlos.js +0 -34
  3037. package/lib/data/icons/react/tlos.js.map +0 -1
  3038. package/lib/data/icons/react/tnb.d.ts +0 -8
  3039. package/lib/data/icons/react/tnb.d.ts.map +0 -1
  3040. package/lib/data/icons/react/tnb.js +0 -34
  3041. package/lib/data/icons/react/tnb.js.map +0 -1
  3042. package/lib/data/icons/react/tnc.d.ts +0 -8
  3043. package/lib/data/icons/react/tnc.d.ts.map +0 -1
  3044. package/lib/data/icons/react/tnc.js +0 -34
  3045. package/lib/data/icons/react/tnc.js.map +0 -1
  3046. package/lib/data/icons/react/tnt.d.ts +0 -8
  3047. package/lib/data/icons/react/tnt.d.ts.map +0 -1
  3048. package/lib/data/icons/react/tnt.js +0 -34
  3049. package/lib/data/icons/react/tnt.js.map +0 -1
  3050. package/lib/data/icons/react/tomo.d.ts +0 -8
  3051. package/lib/data/icons/react/tomo.d.ts.map +0 -1
  3052. package/lib/data/icons/react/tomo.js +0 -34
  3053. package/lib/data/icons/react/tomo.js.map +0 -1
  3054. package/lib/data/icons/react/tpay.d.ts +0 -8
  3055. package/lib/data/icons/react/tpay.d.ts.map +0 -1
  3056. package/lib/data/icons/react/tpay.js +0 -36
  3057. package/lib/data/icons/react/tpay.js.map +0 -1
  3058. package/lib/data/icons/react/trig.d.ts +0 -8
  3059. package/lib/data/icons/react/trig.d.ts.map +0 -1
  3060. package/lib/data/icons/react/trig.js +0 -34
  3061. package/lib/data/icons/react/trig.js.map +0 -1
  3062. package/lib/data/icons/react/trtl.d.ts +0 -8
  3063. package/lib/data/icons/react/trtl.d.ts.map +0 -1
  3064. package/lib/data/icons/react/trtl.js +0 -35
  3065. package/lib/data/icons/react/trtl.js.map +0 -1
  3066. package/lib/data/icons/react/trx.d.ts +0 -8
  3067. package/lib/data/icons/react/trx.d.ts.map +0 -1
  3068. package/lib/data/icons/react/trx.js +0 -35
  3069. package/lib/data/icons/react/trx.js.map +0 -1
  3070. package/lib/data/icons/react/tusd.d.ts +0 -8
  3071. package/lib/data/icons/react/tusd.d.ts.map +0 -1
  3072. package/lib/data/icons/react/tusd.js +0 -36
  3073. package/lib/data/icons/react/tusd.js.map +0 -1
  3074. package/lib/data/icons/react/tyc.d.ts +0 -8
  3075. package/lib/data/icons/react/tyc.d.ts.map +0 -1
  3076. package/lib/data/icons/react/tyc.js +0 -37
  3077. package/lib/data/icons/react/tyc.js.map +0 -1
  3078. package/lib/data/icons/react/tzc.d.ts +0 -8
  3079. package/lib/data/icons/react/tzc.d.ts.map +0 -1
  3080. package/lib/data/icons/react/tzc.js +0 -34
  3081. package/lib/data/icons/react/tzc.js.map +0 -1
  3082. package/lib/data/icons/react/ubq.d.ts +0 -8
  3083. package/lib/data/icons/react/ubq.d.ts.map +0 -1
  3084. package/lib/data/icons/react/ubq.js +0 -35
  3085. package/lib/data/icons/react/ubq.js.map +0 -1
  3086. package/lib/data/icons/react/uma.d.ts +0 -8
  3087. package/lib/data/icons/react/uma.d.ts.map +0 -1
  3088. package/lib/data/icons/react/uma.js +0 -35
  3089. package/lib/data/icons/react/uma.js.map +0 -1
  3090. package/lib/data/icons/react/umee.d.ts +0 -8
  3091. package/lib/data/icons/react/umee.d.ts.map +0 -1
  3092. package/lib/data/icons/react/umee.js +0 -36
  3093. package/lib/data/icons/react/umee.js.map +0 -1
  3094. package/lib/data/icons/react/uni.d.ts +0 -8
  3095. package/lib/data/icons/react/uni.d.ts.map +0 -1
  3096. package/lib/data/icons/react/uni.js +0 -41
  3097. package/lib/data/icons/react/uni.js.map +0 -1
  3098. package/lib/data/icons/react/unity.d.ts +0 -8
  3099. package/lib/data/icons/react/unity.d.ts.map +0 -1
  3100. package/lib/data/icons/react/unity.js +0 -35
  3101. package/lib/data/icons/react/unity.js.map +0 -1
  3102. package/lib/data/icons/react/usdc.d.ts +0 -8
  3103. package/lib/data/icons/react/usdc.d.ts.map +0 -1
  3104. package/lib/data/icons/react/usdc.js +0 -34
  3105. package/lib/data/icons/react/usdc.js.map +0 -1
  3106. package/lib/data/icons/react/usdt.d.ts +0 -8
  3107. package/lib/data/icons/react/usdt.d.ts.map +0 -1
  3108. package/lib/data/icons/react/usdt.js +0 -34
  3109. package/lib/data/icons/react/usdt.js.map +0 -1
  3110. package/lib/data/icons/react/utk.d.ts +0 -8
  3111. package/lib/data/icons/react/utk.d.ts.map +0 -1
  3112. package/lib/data/icons/react/utk.js +0 -34
  3113. package/lib/data/icons/react/utk.js.map +0 -1
  3114. package/lib/data/icons/react/veri.d.ts +0 -8
  3115. package/lib/data/icons/react/veri.d.ts.map +0 -1
  3116. package/lib/data/icons/react/veri.js +0 -34
  3117. package/lib/data/icons/react/veri.js.map +0 -1
  3118. package/lib/data/icons/react/verse.d.ts +0 -8
  3119. package/lib/data/icons/react/verse.d.ts.map +0 -1
  3120. package/lib/data/icons/react/verse.js +0 -34
  3121. package/lib/data/icons/react/verse.js.map +0 -1
  3122. package/lib/data/icons/react/vet.d.ts +0 -8
  3123. package/lib/data/icons/react/vet.d.ts.map +0 -1
  3124. package/lib/data/icons/react/vet.js +0 -34
  3125. package/lib/data/icons/react/vet.js.map +0 -1
  3126. package/lib/data/icons/react/via.d.ts +0 -8
  3127. package/lib/data/icons/react/via.d.ts.map +0 -1
  3128. package/lib/data/icons/react/via.js +0 -34
  3129. package/lib/data/icons/react/via.js.map +0 -1
  3130. package/lib/data/icons/react/vib.d.ts +0 -8
  3131. package/lib/data/icons/react/vib.d.ts.map +0 -1
  3132. package/lib/data/icons/react/vib.js +0 -34
  3133. package/lib/data/icons/react/vib.js.map +0 -1
  3134. package/lib/data/icons/react/vibe.d.ts +0 -8
  3135. package/lib/data/icons/react/vibe.d.ts.map +0 -1
  3136. package/lib/data/icons/react/vibe.js +0 -34
  3137. package/lib/data/icons/react/vibe.js.map +0 -1
  3138. package/lib/data/icons/react/vivo.d.ts +0 -8
  3139. package/lib/data/icons/react/vivo.d.ts.map +0 -1
  3140. package/lib/data/icons/react/vivo.js +0 -34
  3141. package/lib/data/icons/react/vivo.js.map +0 -1
  3142. package/lib/data/icons/react/vlx.d.ts +0 -8
  3143. package/lib/data/icons/react/vlx.d.ts.map +0 -1
  3144. package/lib/data/icons/react/vlx.js +0 -34
  3145. package/lib/data/icons/react/vlx.js.map +0 -1
  3146. package/lib/data/icons/react/vrc.d.ts +0 -8
  3147. package/lib/data/icons/react/vrc.d.ts.map +0 -1
  3148. package/lib/data/icons/react/vrc.js +0 -34
  3149. package/lib/data/icons/react/vrc.js.map +0 -1
  3150. package/lib/data/icons/react/vrsc.d.ts +0 -8
  3151. package/lib/data/icons/react/vrsc.d.ts.map +0 -1
  3152. package/lib/data/icons/react/vrsc.js +0 -35
  3153. package/lib/data/icons/react/vrsc.js.map +0 -1
  3154. package/lib/data/icons/react/vtc.d.ts +0 -8
  3155. package/lib/data/icons/react/vtc.d.ts.map +0 -1
  3156. package/lib/data/icons/react/vtc.js +0 -34
  3157. package/lib/data/icons/react/vtc.js.map +0 -1
  3158. package/lib/data/icons/react/vtho.d.ts +0 -8
  3159. package/lib/data/icons/react/vtho.d.ts.map +0 -1
  3160. package/lib/data/icons/react/vtho.js +0 -35
  3161. package/lib/data/icons/react/vtho.js.map +0 -1
  3162. package/lib/data/icons/react/wabi.d.ts +0 -8
  3163. package/lib/data/icons/react/wabi.d.ts.map +0 -1
  3164. package/lib/data/icons/react/wabi.js +0 -34
  3165. package/lib/data/icons/react/wabi.js.map +0 -1
  3166. package/lib/data/icons/react/waifu.d.ts +0 -8
  3167. package/lib/data/icons/react/waifu.d.ts.map +0 -1
  3168. package/lib/data/icons/react/waifu.js +0 -35
  3169. package/lib/data/icons/react/waifu.js.map +0 -1
  3170. package/lib/data/icons/react/wan.d.ts +0 -8
  3171. package/lib/data/icons/react/wan.d.ts.map +0 -1
  3172. package/lib/data/icons/react/wan.js +0 -35
  3173. package/lib/data/icons/react/wan.js.map +0 -1
  3174. package/lib/data/icons/react/waves.d.ts +0 -8
  3175. package/lib/data/icons/react/waves.d.ts.map +0 -1
  3176. package/lib/data/icons/react/waves.js +0 -34
  3177. package/lib/data/icons/react/waves.js.map +0 -1
  3178. package/lib/data/icons/react/wax.d.ts +0 -8
  3179. package/lib/data/icons/react/wax.d.ts.map +0 -1
  3180. package/lib/data/icons/react/wax.js +0 -34
  3181. package/lib/data/icons/react/wax.js.map +0 -1
  3182. package/lib/data/icons/react/wbtc.d.ts +0 -8
  3183. package/lib/data/icons/react/wbtc.d.ts.map +0 -1
  3184. package/lib/data/icons/react/wbtc.js +0 -35
  3185. package/lib/data/icons/react/wbtc.js.map +0 -1
  3186. package/lib/data/icons/react/wdoge.d.ts +0 -8
  3187. package/lib/data/icons/react/wdoge.d.ts.map +0 -1
  3188. package/lib/data/icons/react/wdoge.js +0 -36
  3189. package/lib/data/icons/react/wdoge.js.map +0 -1
  3190. package/lib/data/icons/react/wgr.d.ts +0 -8
  3191. package/lib/data/icons/react/wgr.d.ts.map +0 -1
  3192. package/lib/data/icons/react/wgr.js +0 -34
  3193. package/lib/data/icons/react/wgr.js.map +0 -1
  3194. package/lib/data/icons/react/wicc.d.ts +0 -8
  3195. package/lib/data/icons/react/wicc.d.ts.map +0 -1
  3196. package/lib/data/icons/react/wicc.js +0 -35
  3197. package/lib/data/icons/react/wicc.js.map +0 -1
  3198. package/lib/data/icons/react/wings.d.ts +0 -8
  3199. package/lib/data/icons/react/wings.d.ts.map +0 -1
  3200. package/lib/data/icons/react/wings.js +0 -36
  3201. package/lib/data/icons/react/wings.js.map +0 -1
  3202. package/lib/data/icons/react/wpr.d.ts +0 -8
  3203. package/lib/data/icons/react/wpr.d.ts.map +0 -1
  3204. package/lib/data/icons/react/wpr.js +0 -34
  3205. package/lib/data/icons/react/wpr.js.map +0 -1
  3206. package/lib/data/icons/react/wtc.d.ts +0 -8
  3207. package/lib/data/icons/react/wtc.d.ts.map +0 -1
  3208. package/lib/data/icons/react/wtc.js +0 -37
  3209. package/lib/data/icons/react/wtc.js.map +0 -1
  3210. package/lib/data/icons/react/x.d.ts +0 -8
  3211. package/lib/data/icons/react/x.d.ts.map +0 -1
  3212. package/lib/data/icons/react/x.js +0 -36
  3213. package/lib/data/icons/react/x.js.map +0 -1
  3214. package/lib/data/icons/react/xas.d.ts +0 -8
  3215. package/lib/data/icons/react/xas.d.ts.map +0 -1
  3216. package/lib/data/icons/react/xas.js +0 -35
  3217. package/lib/data/icons/react/xas.js.map +0 -1
  3218. package/lib/data/icons/react/xbc.d.ts +0 -8
  3219. package/lib/data/icons/react/xbc.d.ts.map +0 -1
  3220. package/lib/data/icons/react/xbc.js +0 -35
  3221. package/lib/data/icons/react/xbc.js.map +0 -1
  3222. package/lib/data/icons/react/xbp.d.ts +0 -8
  3223. package/lib/data/icons/react/xbp.d.ts.map +0 -1
  3224. package/lib/data/icons/react/xbp.js +0 -34
  3225. package/lib/data/icons/react/xbp.js.map +0 -1
  3226. package/lib/data/icons/react/xby.d.ts +0 -8
  3227. package/lib/data/icons/react/xby.d.ts.map +0 -1
  3228. package/lib/data/icons/react/xby.js +0 -34
  3229. package/lib/data/icons/react/xby.js.map +0 -1
  3230. package/lib/data/icons/react/xcp.d.ts +0 -8
  3231. package/lib/data/icons/react/xcp.d.ts.map +0 -1
  3232. package/lib/data/icons/react/xcp.js +0 -34
  3233. package/lib/data/icons/react/xcp.js.map +0 -1
  3234. package/lib/data/icons/react/xdn.d.ts +0 -8
  3235. package/lib/data/icons/react/xdn.d.ts.map +0 -1
  3236. package/lib/data/icons/react/xdn.js +0 -34
  3237. package/lib/data/icons/react/xdn.js.map +0 -1
  3238. package/lib/data/icons/react/xem.d.ts +0 -8
  3239. package/lib/data/icons/react/xem.d.ts.map +0 -1
  3240. package/lib/data/icons/react/xem.js +0 -34
  3241. package/lib/data/icons/react/xem.js.map +0 -1
  3242. package/lib/data/icons/react/xin.d.ts +0 -8
  3243. package/lib/data/icons/react/xin.d.ts.map +0 -1
  3244. package/lib/data/icons/react/xin.js +0 -34
  3245. package/lib/data/icons/react/xin.js.map +0 -1
  3246. package/lib/data/icons/react/xlm.d.ts +0 -8
  3247. package/lib/data/icons/react/xlm.d.ts.map +0 -1
  3248. package/lib/data/icons/react/xlm.js +0 -35
  3249. package/lib/data/icons/react/xlm.js.map +0 -1
  3250. package/lib/data/icons/react/xmcc.d.ts +0 -8
  3251. package/lib/data/icons/react/xmcc.d.ts.map +0 -1
  3252. package/lib/data/icons/react/xmcc.js +0 -35
  3253. package/lib/data/icons/react/xmcc.js.map +0 -1
  3254. package/lib/data/icons/react/xmg.d.ts +0 -8
  3255. package/lib/data/icons/react/xmg.d.ts.map +0 -1
  3256. package/lib/data/icons/react/xmg.js +0 -35
  3257. package/lib/data/icons/react/xmg.js.map +0 -1
  3258. package/lib/data/icons/react/xmo.d.ts +0 -8
  3259. package/lib/data/icons/react/xmo.d.ts.map +0 -1
  3260. package/lib/data/icons/react/xmo.js +0 -36
  3261. package/lib/data/icons/react/xmo.js.map +0 -1
  3262. package/lib/data/icons/react/xmr.d.ts +0 -8
  3263. package/lib/data/icons/react/xmr.d.ts.map +0 -1
  3264. package/lib/data/icons/react/xmr.js +0 -34
  3265. package/lib/data/icons/react/xmr.js.map +0 -1
  3266. package/lib/data/icons/react/xmy.d.ts +0 -8
  3267. package/lib/data/icons/react/xmy.d.ts.map +0 -1
  3268. package/lib/data/icons/react/xmy.js +0 -35
  3269. package/lib/data/icons/react/xmy.js.map +0 -1
  3270. package/lib/data/icons/react/xp.d.ts +0 -8
  3271. package/lib/data/icons/react/xp.d.ts.map +0 -1
  3272. package/lib/data/icons/react/xp.js +0 -34
  3273. package/lib/data/icons/react/xp.js.map +0 -1
  3274. package/lib/data/icons/react/xpa.d.ts +0 -8
  3275. package/lib/data/icons/react/xpa.d.ts.map +0 -1
  3276. package/lib/data/icons/react/xpa.js +0 -34
  3277. package/lib/data/icons/react/xpa.js.map +0 -1
  3278. package/lib/data/icons/react/xpm.d.ts +0 -8
  3279. package/lib/data/icons/react/xpm.d.ts.map +0 -1
  3280. package/lib/data/icons/react/xpm.js +0 -34
  3281. package/lib/data/icons/react/xpm.js.map +0 -1
  3282. package/lib/data/icons/react/xprt.d.ts +0 -8
  3283. package/lib/data/icons/react/xprt.d.ts.map +0 -1
  3284. package/lib/data/icons/react/xprt.js +0 -35
  3285. package/lib/data/icons/react/xprt.js.map +0 -1
  3286. package/lib/data/icons/react/xrp.d.ts +0 -8
  3287. package/lib/data/icons/react/xrp.d.ts.map +0 -1
  3288. package/lib/data/icons/react/xrp.js +0 -34
  3289. package/lib/data/icons/react/xrp.js.map +0 -1
  3290. package/lib/data/icons/react/xsg.d.ts +0 -8
  3291. package/lib/data/icons/react/xsg.d.ts.map +0 -1
  3292. package/lib/data/icons/react/xsg.js +0 -34
  3293. package/lib/data/icons/react/xsg.js.map +0 -1
  3294. package/lib/data/icons/react/xst.d.ts +0 -8
  3295. package/lib/data/icons/react/xst.d.ts.map +0 -1
  3296. package/lib/data/icons/react/xst.js +0 -34
  3297. package/lib/data/icons/react/xst.js.map +0 -1
  3298. package/lib/data/icons/react/xtz.d.ts +0 -8
  3299. package/lib/data/icons/react/xtz.d.ts.map +0 -1
  3300. package/lib/data/icons/react/xtz.js +0 -34
  3301. package/lib/data/icons/react/xtz.js.map +0 -1
  3302. package/lib/data/icons/react/xuc.d.ts +0 -8
  3303. package/lib/data/icons/react/xuc.d.ts.map +0 -1
  3304. package/lib/data/icons/react/xuc.js +0 -35
  3305. package/lib/data/icons/react/xuc.js.map +0 -1
  3306. package/lib/data/icons/react/xvc.d.ts +0 -8
  3307. package/lib/data/icons/react/xvc.d.ts.map +0 -1
  3308. package/lib/data/icons/react/xvc.js +0 -34
  3309. package/lib/data/icons/react/xvc.js.map +0 -1
  3310. package/lib/data/icons/react/xvg.d.ts +0 -8
  3311. package/lib/data/icons/react/xvg.d.ts.map +0 -1
  3312. package/lib/data/icons/react/xvg.js +0 -35
  3313. package/lib/data/icons/react/xvg.js.map +0 -1
  3314. package/lib/data/icons/react/xzc.d.ts +0 -8
  3315. package/lib/data/icons/react/xzc.d.ts.map +0 -1
  3316. package/lib/data/icons/react/xzc.js +0 -34
  3317. package/lib/data/icons/react/xzc.js.map +0 -1
  3318. package/lib/data/icons/react/yae.d.ts +0 -8
  3319. package/lib/data/icons/react/yae.d.ts.map +0 -1
  3320. package/lib/data/icons/react/yae.js +0 -34
  3321. package/lib/data/icons/react/yae.js.map +0 -1
  3322. package/lib/data/icons/react/yfi.d.ts +0 -8
  3323. package/lib/data/icons/react/yfi.d.ts.map +0 -1
  3324. package/lib/data/icons/react/yfi.js +0 -35
  3325. package/lib/data/icons/react/yfi.js.map +0 -1
  3326. package/lib/data/icons/react/yoyow.d.ts +0 -8
  3327. package/lib/data/icons/react/yoyow.d.ts.map +0 -1
  3328. package/lib/data/icons/react/yoyow.js +0 -34
  3329. package/lib/data/icons/react/yoyow.js.map +0 -1
  3330. package/lib/data/icons/react/zcl.d.ts +0 -8
  3331. package/lib/data/icons/react/zcl.d.ts.map +0 -1
  3332. package/lib/data/icons/react/zcl.js +0 -34
  3333. package/lib/data/icons/react/zcl.js.map +0 -1
  3334. package/lib/data/icons/react/zec.d.ts +0 -8
  3335. package/lib/data/icons/react/zec.d.ts.map +0 -1
  3336. package/lib/data/icons/react/zec.js +0 -34
  3337. package/lib/data/icons/react/zec.js.map +0 -1
  3338. package/lib/data/icons/react/zel.d.ts +0 -8
  3339. package/lib/data/icons/react/zel.d.ts.map +0 -1
  3340. package/lib/data/icons/react/zel.js +0 -34
  3341. package/lib/data/icons/react/zel.js.map +0 -1
  3342. package/lib/data/icons/react/zen.d.ts +0 -8
  3343. package/lib/data/icons/react/zen.d.ts.map +0 -1
  3344. package/lib/data/icons/react/zen.js +0 -36
  3345. package/lib/data/icons/react/zen.js.map +0 -1
  3346. package/lib/data/icons/react/zest.d.ts +0 -8
  3347. package/lib/data/icons/react/zest.d.ts.map +0 -1
  3348. package/lib/data/icons/react/zest.js +0 -36
  3349. package/lib/data/icons/react/zest.js.map +0 -1
  3350. package/lib/data/icons/react/zil.d.ts +0 -8
  3351. package/lib/data/icons/react/zil.d.ts.map +0 -1
  3352. package/lib/data/icons/react/zil.js +0 -36
  3353. package/lib/data/icons/react/zil.js.map +0 -1
  3354. package/lib/data/icons/react/zilla.d.ts +0 -8
  3355. package/lib/data/icons/react/zilla.d.ts.map +0 -1
  3356. package/lib/data/icons/react/zilla.js +0 -34
  3357. package/lib/data/icons/react/zilla.js.map +0 -1
  3358. package/lib/data/icons/react/zrx.d.ts +0 -8
  3359. package/lib/data/icons/react/zrx.d.ts.map +0 -1
  3360. package/lib/data/icons/react/zrx.js +0 -34
  3361. package/lib/data/icons/react/zrx.js.map +0 -1
  3362. package/lib/data/icons/reactNative/_0Xbtc.d.ts +0 -8
  3363. package/lib/data/icons/reactNative/_0Xbtc.d.ts.map +0 -1
  3364. package/lib/data/icons/reactNative/_0Xbtc.js +0 -38
  3365. package/lib/data/icons/reactNative/_0Xbtc.js.map +0 -1
  3366. package/lib/data/icons/reactNative/_2Give.d.ts +0 -8
  3367. package/lib/data/icons/reactNative/_2Give.d.ts.map +0 -1
  3368. package/lib/data/icons/reactNative/_2Give.js +0 -44
  3369. package/lib/data/icons/reactNative/_2Give.js.map +0 -1
  3370. package/lib/data/icons/reactNative/abi.d.ts +0 -8
  3371. package/lib/data/icons/reactNative/abi.d.ts.map +0 -1
  3372. package/lib/data/icons/reactNative/abi.js +0 -35
  3373. package/lib/data/icons/reactNative/abi.js.map +0 -1
  3374. package/lib/data/icons/reactNative/abt.d.ts +0 -8
  3375. package/lib/data/icons/reactNative/abt.d.ts.map +0 -1
  3376. package/lib/data/icons/reactNative/abt.js +0 -35
  3377. package/lib/data/icons/reactNative/abt.js.map +0 -1
  3378. package/lib/data/icons/reactNative/act.d.ts +0 -8
  3379. package/lib/data/icons/reactNative/act.d.ts.map +0 -1
  3380. package/lib/data/icons/reactNative/act.js +0 -35
  3381. package/lib/data/icons/reactNative/act.js.map +0 -1
  3382. package/lib/data/icons/reactNative/actn.d.ts +0 -8
  3383. package/lib/data/icons/reactNative/actn.d.ts.map +0 -1
  3384. package/lib/data/icons/reactNative/actn.js +0 -35
  3385. package/lib/data/icons/reactNative/actn.js.map +0 -1
  3386. package/lib/data/icons/reactNative/ada.d.ts +0 -8
  3387. package/lib/data/icons/reactNative/ada.d.ts.map +0 -1
  3388. package/lib/data/icons/reactNative/ada.js +0 -35
  3389. package/lib/data/icons/reactNative/ada.js.map +0 -1
  3390. package/lib/data/icons/reactNative/add.d.ts +0 -8
  3391. package/lib/data/icons/reactNative/add.d.ts.map +0 -1
  3392. package/lib/data/icons/reactNative/add.js +0 -35
  3393. package/lib/data/icons/reactNative/add.js.map +0 -1
  3394. package/lib/data/icons/reactNative/adx.d.ts +0 -8
  3395. package/lib/data/icons/reactNative/adx.d.ts.map +0 -1
  3396. package/lib/data/icons/reactNative/adx.js +0 -35
  3397. package/lib/data/icons/reactNative/adx.js.map +0 -1
  3398. package/lib/data/icons/reactNative/ae.d.ts +0 -8
  3399. package/lib/data/icons/reactNative/ae.d.ts.map +0 -1
  3400. package/lib/data/icons/reactNative/ae.js +0 -35
  3401. package/lib/data/icons/reactNative/ae.js.map +0 -1
  3402. package/lib/data/icons/reactNative/aeon.d.ts +0 -8
  3403. package/lib/data/icons/reactNative/aeon.d.ts.map +0 -1
  3404. package/lib/data/icons/reactNative/aeon.js +0 -38
  3405. package/lib/data/icons/reactNative/aeon.js.map +0 -1
  3406. package/lib/data/icons/reactNative/agi.d.ts +0 -8
  3407. package/lib/data/icons/reactNative/agi.d.ts.map +0 -1
  3408. package/lib/data/icons/reactNative/agi.js +0 -36
  3409. package/lib/data/icons/reactNative/agi.js.map +0 -1
  3410. package/lib/data/icons/reactNative/agrs.d.ts +0 -8
  3411. package/lib/data/icons/reactNative/agrs.d.ts.map +0 -1
  3412. package/lib/data/icons/reactNative/agrs.js +0 -35
  3413. package/lib/data/icons/reactNative/agrs.js.map +0 -1
  3414. package/lib/data/icons/reactNative/aion.d.ts +0 -8
  3415. package/lib/data/icons/reactNative/aion.d.ts.map +0 -1
  3416. package/lib/data/icons/reactNative/aion.js +0 -36
  3417. package/lib/data/icons/reactNative/aion.js.map +0 -1
  3418. package/lib/data/icons/reactNative/algo.d.ts +0 -8
  3419. package/lib/data/icons/reactNative/algo.d.ts.map +0 -1
  3420. package/lib/data/icons/reactNative/algo.js +0 -35
  3421. package/lib/data/icons/reactNative/algo.js.map +0 -1
  3422. package/lib/data/icons/reactNative/amb.d.ts +0 -8
  3423. package/lib/data/icons/reactNative/amb.d.ts.map +0 -1
  3424. package/lib/data/icons/reactNative/amb.js +0 -35
  3425. package/lib/data/icons/reactNative/amb.js.map +0 -1
  3426. package/lib/data/icons/reactNative/amp.d.ts +0 -8
  3427. package/lib/data/icons/reactNative/amp.d.ts.map +0 -1
  3428. package/lib/data/icons/reactNative/amp.js +0 -35
  3429. package/lib/data/icons/reactNative/amp.js.map +0 -1
  3430. package/lib/data/icons/reactNative/ampl.d.ts +0 -8
  3431. package/lib/data/icons/reactNative/ampl.d.ts.map +0 -1
  3432. package/lib/data/icons/reactNative/ampl.js +0 -35
  3433. package/lib/data/icons/reactNative/ampl.js.map +0 -1
  3434. package/lib/data/icons/reactNative/ant.d.ts +0 -8
  3435. package/lib/data/icons/reactNative/ant.d.ts.map +0 -1
  3436. package/lib/data/icons/reactNative/ant.js +0 -35
  3437. package/lib/data/icons/reactNative/ant.js.map +0 -1
  3438. package/lib/data/icons/reactNative/apex.d.ts +0 -8
  3439. package/lib/data/icons/reactNative/apex.d.ts.map +0 -1
  3440. package/lib/data/icons/reactNative/apex.js +0 -35
  3441. package/lib/data/icons/reactNative/apex.js.map +0 -1
  3442. package/lib/data/icons/reactNative/appc.d.ts +0 -8
  3443. package/lib/data/icons/reactNative/appc.d.ts.map +0 -1
  3444. package/lib/data/icons/reactNative/appc.js +0 -35
  3445. package/lib/data/icons/reactNative/appc.js.map +0 -1
  3446. package/lib/data/icons/reactNative/ardr.d.ts +0 -8
  3447. package/lib/data/icons/reactNative/ardr.d.ts.map +0 -1
  3448. package/lib/data/icons/reactNative/ardr.js +0 -35
  3449. package/lib/data/icons/reactNative/ardr.js.map +0 -1
  3450. package/lib/data/icons/reactNative/arg.d.ts +0 -8
  3451. package/lib/data/icons/reactNative/arg.d.ts.map +0 -1
  3452. package/lib/data/icons/reactNative/arg.js +0 -36
  3453. package/lib/data/icons/reactNative/arg.js.map +0 -1
  3454. package/lib/data/icons/reactNative/ark.d.ts +0 -8
  3455. package/lib/data/icons/reactNative/ark.d.ts.map +0 -1
  3456. package/lib/data/icons/reactNative/ark.js +0 -35
  3457. package/lib/data/icons/reactNative/ark.js.map +0 -1
  3458. package/lib/data/icons/reactNative/arn.d.ts +0 -8
  3459. package/lib/data/icons/reactNative/arn.d.ts.map +0 -1
  3460. package/lib/data/icons/reactNative/arn.js +0 -35
  3461. package/lib/data/icons/reactNative/arn.js.map +0 -1
  3462. package/lib/data/icons/reactNative/arnx.d.ts +0 -8
  3463. package/lib/data/icons/reactNative/arnx.d.ts.map +0 -1
  3464. package/lib/data/icons/reactNative/arnx.js +0 -37
  3465. package/lib/data/icons/reactNative/arnx.js.map +0 -1
  3466. package/lib/data/icons/reactNative/ary.d.ts +0 -8
  3467. package/lib/data/icons/reactNative/ary.d.ts.map +0 -1
  3468. package/lib/data/icons/reactNative/ary.js +0 -35
  3469. package/lib/data/icons/reactNative/ary.js.map +0 -1
  3470. package/lib/data/icons/reactNative/ast.d.ts +0 -8
  3471. package/lib/data/icons/reactNative/ast.d.ts.map +0 -1
  3472. package/lib/data/icons/reactNative/ast.js +0 -35
  3473. package/lib/data/icons/reactNative/ast.js.map +0 -1
  3474. package/lib/data/icons/reactNative/astr.d.ts +0 -8
  3475. package/lib/data/icons/reactNative/astr.d.ts.map +0 -1
  3476. package/lib/data/icons/reactNative/astr.js +0 -35
  3477. package/lib/data/icons/reactNative/astr.js.map +0 -1
  3478. package/lib/data/icons/reactNative/atm.d.ts +0 -8
  3479. package/lib/data/icons/reactNative/atm.d.ts.map +0 -1
  3480. package/lib/data/icons/reactNative/atm.js +0 -35
  3481. package/lib/data/icons/reactNative/atm.js.map +0 -1
  3482. package/lib/data/icons/reactNative/atom.d.ts +0 -8
  3483. package/lib/data/icons/reactNative/atom.d.ts.map +0 -1
  3484. package/lib/data/icons/reactNative/atom.js +0 -48
  3485. package/lib/data/icons/reactNative/atom.js.map +0 -1
  3486. package/lib/data/icons/reactNative/audr.d.ts +0 -8
  3487. package/lib/data/icons/reactNative/audr.d.ts.map +0 -1
  3488. package/lib/data/icons/reactNative/audr.js +0 -35
  3489. package/lib/data/icons/reactNative/audr.js.map +0 -1
  3490. package/lib/data/icons/reactNative/auto.d.ts +0 -8
  3491. package/lib/data/icons/reactNative/auto.d.ts.map +0 -1
  3492. package/lib/data/icons/reactNative/auto.js +0 -35
  3493. package/lib/data/icons/reactNative/auto.js.map +0 -1
  3494. package/lib/data/icons/reactNative/avax.d.ts +0 -8
  3495. package/lib/data/icons/reactNative/avax.d.ts.map +0 -1
  3496. package/lib/data/icons/reactNative/avax.js +0 -35
  3497. package/lib/data/icons/reactNative/avax.js.map +0 -1
  3498. package/lib/data/icons/reactNative/axl.d.ts +0 -8
  3499. package/lib/data/icons/reactNative/axl.d.ts.map +0 -1
  3500. package/lib/data/icons/reactNative/axl.js +0 -38
  3501. package/lib/data/icons/reactNative/axl.js.map +0 -1
  3502. package/lib/data/icons/reactNative/aywa.d.ts +0 -8
  3503. package/lib/data/icons/reactNative/aywa.d.ts.map +0 -1
  3504. package/lib/data/icons/reactNative/aywa.js +0 -37
  3505. package/lib/data/icons/reactNative/aywa.js.map +0 -1
  3506. package/lib/data/icons/reactNative/bab.d.ts +0 -8
  3507. package/lib/data/icons/reactNative/bab.d.ts.map +0 -1
  3508. package/lib/data/icons/reactNative/bab.js +0 -35
  3509. package/lib/data/icons/reactNative/bab.js.map +0 -1
  3510. package/lib/data/icons/reactNative/bal.d.ts +0 -8
  3511. package/lib/data/icons/reactNative/bal.d.ts.map +0 -1
  3512. package/lib/data/icons/reactNative/bal.js +0 -40
  3513. package/lib/data/icons/reactNative/bal.js.map +0 -1
  3514. package/lib/data/icons/reactNative/band.d.ts +0 -8
  3515. package/lib/data/icons/reactNative/band.d.ts.map +0 -1
  3516. package/lib/data/icons/reactNative/band.js +0 -36
  3517. package/lib/data/icons/reactNative/band.js.map +0 -1
  3518. package/lib/data/icons/reactNative/bat.d.ts +0 -8
  3519. package/lib/data/icons/reactNative/bat.d.ts.map +0 -1
  3520. package/lib/data/icons/reactNative/bat.js +0 -35
  3521. package/lib/data/icons/reactNative/bat.js.map +0 -1
  3522. package/lib/data/icons/reactNative/bay.d.ts +0 -8
  3523. package/lib/data/icons/reactNative/bay.d.ts.map +0 -1
  3524. package/lib/data/icons/reactNative/bay.js +0 -35
  3525. package/lib/data/icons/reactNative/bay.js.map +0 -1
  3526. package/lib/data/icons/reactNative/bcbc.d.ts +0 -8
  3527. package/lib/data/icons/reactNative/bcbc.d.ts.map +0 -1
  3528. package/lib/data/icons/reactNative/bcbc.js +0 -35
  3529. package/lib/data/icons/reactNative/bcbc.js.map +0 -1
  3530. package/lib/data/icons/reactNative/bcc.d.ts +0 -8
  3531. package/lib/data/icons/reactNative/bcc.d.ts.map +0 -1
  3532. package/lib/data/icons/reactNative/bcc.js +0 -35
  3533. package/lib/data/icons/reactNative/bcc.js.map +0 -1
  3534. package/lib/data/icons/reactNative/bcd.d.ts +0 -8
  3535. package/lib/data/icons/reactNative/bcd.d.ts.map +0 -1
  3536. package/lib/data/icons/reactNative/bcd.js +0 -35
  3537. package/lib/data/icons/reactNative/bcd.js.map +0 -1
  3538. package/lib/data/icons/reactNative/bcert.d.ts +0 -8
  3539. package/lib/data/icons/reactNative/bcert.d.ts.map +0 -1
  3540. package/lib/data/icons/reactNative/bcert.js +0 -40
  3541. package/lib/data/icons/reactNative/bcert.js.map +0 -1
  3542. package/lib/data/icons/reactNative/bch.d.ts +0 -8
  3543. package/lib/data/icons/reactNative/bch.d.ts.map +0 -1
  3544. package/lib/data/icons/reactNative/bch.js +0 -35
  3545. package/lib/data/icons/reactNative/bch.js.map +0 -1
  3546. package/lib/data/icons/reactNative/bcio.d.ts +0 -8
  3547. package/lib/data/icons/reactNative/bcio.d.ts.map +0 -1
  3548. package/lib/data/icons/reactNative/bcio.js +0 -35
  3549. package/lib/data/icons/reactNative/bcio.js.map +0 -1
  3550. package/lib/data/icons/reactNative/bcn.d.ts +0 -8
  3551. package/lib/data/icons/reactNative/bcn.d.ts.map +0 -1
  3552. package/lib/data/icons/reactNative/bcn.js +0 -35
  3553. package/lib/data/icons/reactNative/bcn.js.map +0 -1
  3554. package/lib/data/icons/reactNative/bco.d.ts +0 -8
  3555. package/lib/data/icons/reactNative/bco.d.ts.map +0 -1
  3556. package/lib/data/icons/reactNative/bco.js +0 -36
  3557. package/lib/data/icons/reactNative/bco.js.map +0 -1
  3558. package/lib/data/icons/reactNative/bcpt.d.ts +0 -8
  3559. package/lib/data/icons/reactNative/bcpt.d.ts.map +0 -1
  3560. package/lib/data/icons/reactNative/bcpt.js +0 -35
  3561. package/lib/data/icons/reactNative/bcpt.js.map +0 -1
  3562. package/lib/data/icons/reactNative/bdl.d.ts +0 -8
  3563. package/lib/data/icons/reactNative/bdl.d.ts.map +0 -1
  3564. package/lib/data/icons/reactNative/bdl.js +0 -36
  3565. package/lib/data/icons/reactNative/bdl.js.map +0 -1
  3566. package/lib/data/icons/reactNative/beam.d.ts +0 -8
  3567. package/lib/data/icons/reactNative/beam.d.ts.map +0 -1
  3568. package/lib/data/icons/reactNative/beam.js +0 -35
  3569. package/lib/data/icons/reactNative/beam.js.map +0 -1
  3570. package/lib/data/icons/reactNative/bela.d.ts +0 -8
  3571. package/lib/data/icons/reactNative/bela.d.ts.map +0 -1
  3572. package/lib/data/icons/reactNative/bela.js +0 -35
  3573. package/lib/data/icons/reactNative/bela.js.map +0 -1
  3574. package/lib/data/icons/reactNative/bix.d.ts +0 -8
  3575. package/lib/data/icons/reactNative/bix.d.ts.map +0 -1
  3576. package/lib/data/icons/reactNative/bix.js +0 -35
  3577. package/lib/data/icons/reactNative/bix.js.map +0 -1
  3578. package/lib/data/icons/reactNative/blcn.d.ts +0 -8
  3579. package/lib/data/icons/reactNative/blcn.d.ts.map +0 -1
  3580. package/lib/data/icons/reactNative/blcn.js +0 -35
  3581. package/lib/data/icons/reactNative/blcn.js.map +0 -1
  3582. package/lib/data/icons/reactNative/blk.d.ts +0 -8
  3583. package/lib/data/icons/reactNative/blk.d.ts.map +0 -1
  3584. package/lib/data/icons/reactNative/blk.js +0 -35
  3585. package/lib/data/icons/reactNative/blk.js.map +0 -1
  3586. package/lib/data/icons/reactNative/block.d.ts +0 -8
  3587. package/lib/data/icons/reactNative/block.d.ts.map +0 -1
  3588. package/lib/data/icons/reactNative/block.js +0 -38
  3589. package/lib/data/icons/reactNative/block.js.map +0 -1
  3590. package/lib/data/icons/reactNative/blz.d.ts +0 -8
  3591. package/lib/data/icons/reactNative/blz.d.ts.map +0 -1
  3592. package/lib/data/icons/reactNative/blz.js +0 -35
  3593. package/lib/data/icons/reactNative/blz.js.map +0 -1
  3594. package/lib/data/icons/reactNative/bnb.d.ts +0 -8
  3595. package/lib/data/icons/reactNative/bnb.d.ts.map +0 -1
  3596. package/lib/data/icons/reactNative/bnb.js +0 -35
  3597. package/lib/data/icons/reactNative/bnb.js.map +0 -1
  3598. package/lib/data/icons/reactNative/bnt.d.ts +0 -8
  3599. package/lib/data/icons/reactNative/bnt.d.ts.map +0 -1
  3600. package/lib/data/icons/reactNative/bnt.js +0 -35
  3601. package/lib/data/icons/reactNative/bnt.js.map +0 -1
  3602. package/lib/data/icons/reactNative/bnty.d.ts +0 -8
  3603. package/lib/data/icons/reactNative/bnty.d.ts.map +0 -1
  3604. package/lib/data/icons/reactNative/bnty.js +0 -35
  3605. package/lib/data/icons/reactNative/bnty.js.map +0 -1
  3606. package/lib/data/icons/reactNative/booty.d.ts +0 -8
  3607. package/lib/data/icons/reactNative/booty.d.ts.map +0 -1
  3608. package/lib/data/icons/reactNative/booty.js +0 -36
  3609. package/lib/data/icons/reactNative/booty.js.map +0 -1
  3610. package/lib/data/icons/reactNative/bos.d.ts +0 -8
  3611. package/lib/data/icons/reactNative/bos.d.ts.map +0 -1
  3612. package/lib/data/icons/reactNative/bos.js +0 -35
  3613. package/lib/data/icons/reactNative/bos.js.map +0 -1
  3614. package/lib/data/icons/reactNative/bpt.d.ts +0 -8
  3615. package/lib/data/icons/reactNative/bpt.d.ts.map +0 -1
  3616. package/lib/data/icons/reactNative/bpt.js +0 -35
  3617. package/lib/data/icons/reactNative/bpt.js.map +0 -1
  3618. package/lib/data/icons/reactNative/bq.d.ts +0 -8
  3619. package/lib/data/icons/reactNative/bq.d.ts.map +0 -1
  3620. package/lib/data/icons/reactNative/bq.js +0 -35
  3621. package/lib/data/icons/reactNative/bq.js.map +0 -1
  3622. package/lib/data/icons/reactNative/brd.d.ts +0 -8
  3623. package/lib/data/icons/reactNative/brd.d.ts.map +0 -1
  3624. package/lib/data/icons/reactNative/brd.js +0 -35
  3625. package/lib/data/icons/reactNative/brd.js.map +0 -1
  3626. package/lib/data/icons/reactNative/bsd.d.ts +0 -8
  3627. package/lib/data/icons/reactNative/bsd.d.ts.map +0 -1
  3628. package/lib/data/icons/reactNative/bsd.js +0 -35
  3629. package/lib/data/icons/reactNative/bsd.js.map +0 -1
  3630. package/lib/data/icons/reactNative/bsv.d.ts +0 -8
  3631. package/lib/data/icons/reactNative/bsv.d.ts.map +0 -1
  3632. package/lib/data/icons/reactNative/bsv.js +0 -35
  3633. package/lib/data/icons/reactNative/bsv.js.map +0 -1
  3634. package/lib/data/icons/reactNative/btc.d.ts +0 -8
  3635. package/lib/data/icons/reactNative/btc.d.ts.map +0 -1
  3636. package/lib/data/icons/reactNative/btc.js +0 -35
  3637. package/lib/data/icons/reactNative/btc.js.map +0 -1
  3638. package/lib/data/icons/reactNative/btcd.d.ts +0 -8
  3639. package/lib/data/icons/reactNative/btcd.d.ts.map +0 -1
  3640. package/lib/data/icons/reactNative/btcd.js +0 -35
  3641. package/lib/data/icons/reactNative/btcd.js.map +0 -1
  3642. package/lib/data/icons/reactNative/btch.d.ts +0 -8
  3643. package/lib/data/icons/reactNative/btch.d.ts.map +0 -1
  3644. package/lib/data/icons/reactNative/btch.js +0 -37
  3645. package/lib/data/icons/reactNative/btch.js.map +0 -1
  3646. package/lib/data/icons/reactNative/btcp.d.ts +0 -8
  3647. package/lib/data/icons/reactNative/btcp.d.ts.map +0 -1
  3648. package/lib/data/icons/reactNative/btcp.js +0 -35
  3649. package/lib/data/icons/reactNative/btcp.js.map +0 -1
  3650. package/lib/data/icons/reactNative/btcz.d.ts +0 -8
  3651. package/lib/data/icons/reactNative/btcz.d.ts.map +0 -1
  3652. package/lib/data/icons/reactNative/btcz.js +0 -35
  3653. package/lib/data/icons/reactNative/btcz.js.map +0 -1
  3654. package/lib/data/icons/reactNative/btdx.d.ts +0 -8
  3655. package/lib/data/icons/reactNative/btdx.d.ts.map +0 -1
  3656. package/lib/data/icons/reactNative/btdx.js +0 -36
  3657. package/lib/data/icons/reactNative/btdx.js.map +0 -1
  3658. package/lib/data/icons/reactNative/btg.d.ts +0 -8
  3659. package/lib/data/icons/reactNative/btg.d.ts.map +0 -1
  3660. package/lib/data/icons/reactNative/btg.js +0 -35
  3661. package/lib/data/icons/reactNative/btg.js.map +0 -1
  3662. package/lib/data/icons/reactNative/btm.d.ts +0 -8
  3663. package/lib/data/icons/reactNative/btm.d.ts.map +0 -1
  3664. package/lib/data/icons/reactNative/btm.js +0 -35
  3665. package/lib/data/icons/reactNative/btm.js.map +0 -1
  3666. package/lib/data/icons/reactNative/bts.d.ts +0 -8
  3667. package/lib/data/icons/reactNative/bts.d.ts.map +0 -1
  3668. package/lib/data/icons/reactNative/bts.js +0 -35
  3669. package/lib/data/icons/reactNative/bts.js.map +0 -1
  3670. package/lib/data/icons/reactNative/btt.d.ts +0 -8
  3671. package/lib/data/icons/reactNative/btt.d.ts.map +0 -1
  3672. package/lib/data/icons/reactNative/btt.js +0 -38
  3673. package/lib/data/icons/reactNative/btt.js.map +0 -1
  3674. package/lib/data/icons/reactNative/btx.d.ts +0 -8
  3675. package/lib/data/icons/reactNative/btx.d.ts.map +0 -1
  3676. package/lib/data/icons/reactNative/btx.js +0 -35
  3677. package/lib/data/icons/reactNative/btx.js.map +0 -1
  3678. package/lib/data/icons/reactNative/burst.d.ts +0 -8
  3679. package/lib/data/icons/reactNative/burst.d.ts.map +0 -1
  3680. package/lib/data/icons/reactNative/burst.js +0 -35
  3681. package/lib/data/icons/reactNative/burst.js.map +0 -1
  3682. package/lib/data/icons/reactNative/bze.d.ts +0 -8
  3683. package/lib/data/icons/reactNative/bze.d.ts.map +0 -1
  3684. package/lib/data/icons/reactNative/bze.js +0 -36
  3685. package/lib/data/icons/reactNative/bze.js.map +0 -1
  3686. package/lib/data/icons/reactNative/call.d.ts +0 -8
  3687. package/lib/data/icons/reactNative/call.d.ts.map +0 -1
  3688. package/lib/data/icons/reactNative/call.js +0 -36
  3689. package/lib/data/icons/reactNative/call.js.map +0 -1
  3690. package/lib/data/icons/reactNative/cc.d.ts +0 -8
  3691. package/lib/data/icons/reactNative/cc.d.ts.map +0 -1
  3692. package/lib/data/icons/reactNative/cc.js +0 -36
  3693. package/lib/data/icons/reactNative/cc.js.map +0 -1
  3694. package/lib/data/icons/reactNative/cdn.d.ts +0 -8
  3695. package/lib/data/icons/reactNative/cdn.d.ts.map +0 -1
  3696. package/lib/data/icons/reactNative/cdn.js +0 -35
  3697. package/lib/data/icons/reactNative/cdn.js.map +0 -1
  3698. package/lib/data/icons/reactNative/cdt.d.ts +0 -8
  3699. package/lib/data/icons/reactNative/cdt.d.ts.map +0 -1
  3700. package/lib/data/icons/reactNative/cdt.js +0 -35
  3701. package/lib/data/icons/reactNative/cdt.js.map +0 -1
  3702. package/lib/data/icons/reactNative/celo.d.ts +0 -8
  3703. package/lib/data/icons/reactNative/celo.d.ts.map +0 -1
  3704. package/lib/data/icons/reactNative/celo.js +0 -37
  3705. package/lib/data/icons/reactNative/celo.js.map +0 -1
  3706. package/lib/data/icons/reactNative/cenz.d.ts +0 -8
  3707. package/lib/data/icons/reactNative/cenz.d.ts.map +0 -1
  3708. package/lib/data/icons/reactNative/cenz.js +0 -36
  3709. package/lib/data/icons/reactNative/cenz.js.map +0 -1
  3710. package/lib/data/icons/reactNative/chain.d.ts +0 -8
  3711. package/lib/data/icons/reactNative/chain.d.ts.map +0 -1
  3712. package/lib/data/icons/reactNative/chain.js +0 -36
  3713. package/lib/data/icons/reactNative/chain.js.map +0 -1
  3714. package/lib/data/icons/reactNative/chat.d.ts +0 -8
  3715. package/lib/data/icons/reactNative/chat.d.ts.map +0 -1
  3716. package/lib/data/icons/reactNative/chat.js +0 -35
  3717. package/lib/data/icons/reactNative/chat.js.map +0 -1
  3718. package/lib/data/icons/reactNative/chips.d.ts +0 -8
  3719. package/lib/data/icons/reactNative/chips.d.ts.map +0 -1
  3720. package/lib/data/icons/reactNative/chips.js +0 -35
  3721. package/lib/data/icons/reactNative/chips.js.map +0 -1
  3722. package/lib/data/icons/reactNative/cix.d.ts +0 -8
  3723. package/lib/data/icons/reactNative/cix.d.ts.map +0 -1
  3724. package/lib/data/icons/reactNative/cix.js +0 -36
  3725. package/lib/data/icons/reactNative/cix.js.map +0 -1
  3726. package/lib/data/icons/reactNative/clam.d.ts +0 -8
  3727. package/lib/data/icons/reactNative/clam.d.ts.map +0 -1
  3728. package/lib/data/icons/reactNative/clam.js +0 -35
  3729. package/lib/data/icons/reactNative/clam.js.map +0 -1
  3730. package/lib/data/icons/reactNative/cloak.d.ts +0 -8
  3731. package/lib/data/icons/reactNative/cloak.d.ts.map +0 -1
  3732. package/lib/data/icons/reactNative/cloak.js +0 -35
  3733. package/lib/data/icons/reactNative/cloak.js.map +0 -1
  3734. package/lib/data/icons/reactNative/cmm.d.ts +0 -8
  3735. package/lib/data/icons/reactNative/cmm.d.ts.map +0 -1
  3736. package/lib/data/icons/reactNative/cmm.js +0 -35
  3737. package/lib/data/icons/reactNative/cmm.js.map +0 -1
  3738. package/lib/data/icons/reactNative/cmt.d.ts +0 -8
  3739. package/lib/data/icons/reactNative/cmt.d.ts.map +0 -1
  3740. package/lib/data/icons/reactNative/cmt.js +0 -35
  3741. package/lib/data/icons/reactNative/cmt.js.map +0 -1
  3742. package/lib/data/icons/reactNative/cnd.d.ts +0 -8
  3743. package/lib/data/icons/reactNative/cnd.d.ts.map +0 -1
  3744. package/lib/data/icons/reactNative/cnd.js +0 -35
  3745. package/lib/data/icons/reactNative/cnd.js.map +0 -1
  3746. package/lib/data/icons/reactNative/cnx.d.ts +0 -8
  3747. package/lib/data/icons/reactNative/cnx.d.ts.map +0 -1
  3748. package/lib/data/icons/reactNative/cnx.js +0 -36
  3749. package/lib/data/icons/reactNative/cnx.js.map +0 -1
  3750. package/lib/data/icons/reactNative/cny.d.ts +0 -8
  3751. package/lib/data/icons/reactNative/cny.d.ts.map +0 -1
  3752. package/lib/data/icons/reactNative/cny.js +0 -35
  3753. package/lib/data/icons/reactNative/cny.js.map +0 -1
  3754. package/lib/data/icons/reactNative/cob.d.ts +0 -8
  3755. package/lib/data/icons/reactNative/cob.d.ts.map +0 -1
  3756. package/lib/data/icons/reactNative/cob.js +0 -36
  3757. package/lib/data/icons/reactNative/cob.js.map +0 -1
  3758. package/lib/data/icons/reactNative/colx.d.ts +0 -8
  3759. package/lib/data/icons/reactNative/colx.d.ts.map +0 -1
  3760. package/lib/data/icons/reactNative/colx.js +0 -35
  3761. package/lib/data/icons/reactNative/colx.js.map +0 -1
  3762. package/lib/data/icons/reactNative/comp.d.ts +0 -8
  3763. package/lib/data/icons/reactNative/comp.d.ts.map +0 -1
  3764. package/lib/data/icons/reactNative/comp.js +0 -35
  3765. package/lib/data/icons/reactNative/comp.js.map +0 -1
  3766. package/lib/data/icons/reactNative/coqui.d.ts +0 -8
  3767. package/lib/data/icons/reactNative/coqui.d.ts.map +0 -1
  3768. package/lib/data/icons/reactNative/coqui.js +0 -35
  3769. package/lib/data/icons/reactNative/coqui.js.map +0 -1
  3770. package/lib/data/icons/reactNative/core.d.ts +0 -8
  3771. package/lib/data/icons/reactNative/core.d.ts.map +0 -1
  3772. package/lib/data/icons/reactNative/core.js +0 -35
  3773. package/lib/data/icons/reactNative/core.js.map +0 -1
  3774. package/lib/data/icons/reactNative/cred.d.ts +0 -8
  3775. package/lib/data/icons/reactNative/cred.d.ts.map +0 -1
  3776. package/lib/data/icons/reactNative/cred.js +0 -35
  3777. package/lib/data/icons/reactNative/cred.js.map +0 -1
  3778. package/lib/data/icons/reactNative/crk.d.ts +0 -8
  3779. package/lib/data/icons/reactNative/crk.d.ts.map +0 -1
  3780. package/lib/data/icons/reactNative/crk.js +0 -39
  3781. package/lib/data/icons/reactNative/crk.js.map +0 -1
  3782. package/lib/data/icons/reactNative/cro.d.ts +0 -8
  3783. package/lib/data/icons/reactNative/cro.d.ts.map +0 -1
  3784. package/lib/data/icons/reactNative/cro.js +0 -38
  3785. package/lib/data/icons/reactNative/cro.js.map +0 -1
  3786. package/lib/data/icons/reactNative/crpt.d.ts +0 -8
  3787. package/lib/data/icons/reactNative/crpt.d.ts.map +0 -1
  3788. package/lib/data/icons/reactNative/crpt.js +0 -35
  3789. package/lib/data/icons/reactNative/crpt.js.map +0 -1
  3790. package/lib/data/icons/reactNative/crw.d.ts +0 -8
  3791. package/lib/data/icons/reactNative/crw.d.ts.map +0 -1
  3792. package/lib/data/icons/reactNative/crw.js +0 -35
  3793. package/lib/data/icons/reactNative/crw.js.map +0 -1
  3794. package/lib/data/icons/reactNative/cs.d.ts +0 -8
  3795. package/lib/data/icons/reactNative/cs.d.ts.map +0 -1
  3796. package/lib/data/icons/reactNative/cs.js +0 -35
  3797. package/lib/data/icons/reactNative/cs.js.map +0 -1
  3798. package/lib/data/icons/reactNative/cspr.d.ts +0 -8
  3799. package/lib/data/icons/reactNative/cspr.d.ts.map +0 -1
  3800. package/lib/data/icons/reactNative/cspr.js +0 -39
  3801. package/lib/data/icons/reactNative/cspr.js.map +0 -1
  3802. package/lib/data/icons/reactNative/ctr.d.ts +0 -8
  3803. package/lib/data/icons/reactNative/ctr.d.ts.map +0 -1
  3804. package/lib/data/icons/reactNative/ctr.js +0 -36
  3805. package/lib/data/icons/reactNative/ctr.js.map +0 -1
  3806. package/lib/data/icons/reactNative/ctxc.d.ts +0 -8
  3807. package/lib/data/icons/reactNative/ctxc.d.ts.map +0 -1
  3808. package/lib/data/icons/reactNative/ctxc.js +0 -40
  3809. package/lib/data/icons/reactNative/ctxc.js.map +0 -1
  3810. package/lib/data/icons/reactNative/currencyArbitrum.d.ts +0 -8
  3811. package/lib/data/icons/reactNative/currencyArbitrum.d.ts.map +0 -1
  3812. package/lib/data/icons/reactNative/currencyArbitrum.js +0 -38
  3813. package/lib/data/icons/reactNative/currencyArbitrum.js.map +0 -1
  3814. package/lib/data/icons/reactNative/currencyArbitrumGoerli.d.ts +0 -8
  3815. package/lib/data/icons/reactNative/currencyArbitrumGoerli.d.ts.map +0 -1
  3816. package/lib/data/icons/reactNative/currencyArbitrumGoerli.js +0 -38
  3817. package/lib/data/icons/reactNative/currencyArbitrumGoerli.js.map +0 -1
  3818. package/lib/data/icons/reactNative/currencyBase.d.ts +0 -8
  3819. package/lib/data/icons/reactNative/currencyBase.d.ts.map +0 -1
  3820. package/lib/data/icons/reactNative/currencyBase.js +0 -35
  3821. package/lib/data/icons/reactNative/currencyBase.js.map +0 -1
  3822. package/lib/data/icons/reactNative/currencyBaseGoerli.d.ts +0 -8
  3823. package/lib/data/icons/reactNative/currencyBaseGoerli.d.ts.map +0 -1
  3824. package/lib/data/icons/reactNative/currencyBaseGoerli.js +0 -35
  3825. package/lib/data/icons/reactNative/currencyBaseGoerli.js.map +0 -1
  3826. package/lib/data/icons/reactNative/currencyBoba.d.ts +0 -8
  3827. package/lib/data/icons/reactNative/currencyBoba.d.ts.map +0 -1
  3828. package/lib/data/icons/reactNative/currencyBoba.js +0 -43
  3829. package/lib/data/icons/reactNative/currencyBoba.js.map +0 -1
  3830. package/lib/data/icons/reactNative/currencyOptimism.d.ts +0 -8
  3831. package/lib/data/icons/reactNative/currencyOptimism.d.ts.map +0 -1
  3832. package/lib/data/icons/reactNative/currencyOptimism.js +0 -37
  3833. package/lib/data/icons/reactNative/currencyOptimism.js.map +0 -1
  3834. package/lib/data/icons/reactNative/currencyOptimismGoerli.d.ts +0 -8
  3835. package/lib/data/icons/reactNative/currencyOptimismGoerli.d.ts.map +0 -1
  3836. package/lib/data/icons/reactNative/currencyOptimismGoerli.js +0 -37
  3837. package/lib/data/icons/reactNative/currencyOptimismGoerli.js.map +0 -1
  3838. package/lib/data/icons/reactNative/currencyPolygonZkEvm.d.ts +0 -8
  3839. package/lib/data/icons/reactNative/currencyPolygonZkEvm.d.ts.map +0 -1
  3840. package/lib/data/icons/reactNative/currencyPolygonZkEvm.js +0 -35
  3841. package/lib/data/icons/reactNative/currencyPolygonZkEvm.js.map +0 -1
  3842. package/lib/data/icons/reactNative/currencyPolygonZkEvmTestnet.d.ts +0 -8
  3843. package/lib/data/icons/reactNative/currencyPolygonZkEvmTestnet.d.ts.map +0 -1
  3844. package/lib/data/icons/reactNative/currencyPolygonZkEvmTestnet.js +0 -35
  3845. package/lib/data/icons/reactNative/currencyPolygonZkEvmTestnet.js.map +0 -1
  3846. package/lib/data/icons/reactNative/cvc.d.ts +0 -8
  3847. package/lib/data/icons/reactNative/cvc.d.ts.map +0 -1
  3848. package/lib/data/icons/reactNative/cvc.js +0 -35
  3849. package/lib/data/icons/reactNative/cvc.js.map +0 -1
  3850. package/lib/data/icons/reactNative/d.d.ts +0 -8
  3851. package/lib/data/icons/reactNative/d.d.ts.map +0 -1
  3852. package/lib/data/icons/reactNative/d.js +0 -36
  3853. package/lib/data/icons/reactNative/d.js.map +0 -1
  3854. package/lib/data/icons/reactNative/dai.d.ts +0 -8
  3855. package/lib/data/icons/reactNative/dai.d.ts.map +0 -1
  3856. package/lib/data/icons/reactNative/dai.js +0 -35
  3857. package/lib/data/icons/reactNative/dai.js.map +0 -1
  3858. package/lib/data/icons/reactNative/dash.d.ts +0 -8
  3859. package/lib/data/icons/reactNative/dash.d.ts.map +0 -1
  3860. package/lib/data/icons/reactNative/dash.js +0 -36
  3861. package/lib/data/icons/reactNative/dash.js.map +0 -1
  3862. package/lib/data/icons/reactNative/dat.d.ts +0 -8
  3863. package/lib/data/icons/reactNative/dat.d.ts.map +0 -1
  3864. package/lib/data/icons/reactNative/dat.js +0 -35
  3865. package/lib/data/icons/reactNative/dat.js.map +0 -1
  3866. package/lib/data/icons/reactNative/data.d.ts +0 -8
  3867. package/lib/data/icons/reactNative/data.d.ts.map +0 -1
  3868. package/lib/data/icons/reactNative/data.js +0 -35
  3869. package/lib/data/icons/reactNative/data.js.map +0 -1
  3870. package/lib/data/icons/reactNative/dbc.d.ts +0 -8
  3871. package/lib/data/icons/reactNative/dbc.d.ts.map +0 -1
  3872. package/lib/data/icons/reactNative/dbc.js +0 -35
  3873. package/lib/data/icons/reactNative/dbc.js.map +0 -1
  3874. package/lib/data/icons/reactNative/dcn.d.ts +0 -8
  3875. package/lib/data/icons/reactNative/dcn.d.ts.map +0 -1
  3876. package/lib/data/icons/reactNative/dcn.js +0 -36
  3877. package/lib/data/icons/reactNative/dcn.js.map +0 -1
  3878. package/lib/data/icons/reactNative/dcr.d.ts +0 -8
  3879. package/lib/data/icons/reactNative/dcr.d.ts.map +0 -1
  3880. package/lib/data/icons/reactNative/dcr.js +0 -36
  3881. package/lib/data/icons/reactNative/dcr.js.map +0 -1
  3882. package/lib/data/icons/reactNative/deez.d.ts +0 -8
  3883. package/lib/data/icons/reactNative/deez.d.ts.map +0 -1
  3884. package/lib/data/icons/reactNative/deez.js +0 -35
  3885. package/lib/data/icons/reactNative/deez.js.map +0 -1
  3886. package/lib/data/icons/reactNative/dent.d.ts +0 -8
  3887. package/lib/data/icons/reactNative/dent.d.ts.map +0 -1
  3888. package/lib/data/icons/reactNative/dent.js +0 -35
  3889. package/lib/data/icons/reactNative/dent.js.map +0 -1
  3890. package/lib/data/icons/reactNative/dew.d.ts +0 -8
  3891. package/lib/data/icons/reactNative/dew.d.ts.map +0 -1
  3892. package/lib/data/icons/reactNative/dew.js +0 -35
  3893. package/lib/data/icons/reactNative/dew.js.map +0 -1
  3894. package/lib/data/icons/reactNative/dgb.d.ts +0 -8
  3895. package/lib/data/icons/reactNative/dgb.d.ts.map +0 -1
  3896. package/lib/data/icons/reactNative/dgb.js +0 -35
  3897. package/lib/data/icons/reactNative/dgb.js.map +0 -1
  3898. package/lib/data/icons/reactNative/dgd.d.ts +0 -8
  3899. package/lib/data/icons/reactNative/dgd.d.ts.map +0 -1
  3900. package/lib/data/icons/reactNative/dgd.js +0 -35
  3901. package/lib/data/icons/reactNative/dgd.js.map +0 -1
  3902. package/lib/data/icons/reactNative/dlt.d.ts +0 -8
  3903. package/lib/data/icons/reactNative/dlt.d.ts.map +0 -1
  3904. package/lib/data/icons/reactNative/dlt.js +0 -35
  3905. package/lib/data/icons/reactNative/dlt.js.map +0 -1
  3906. package/lib/data/icons/reactNative/dnt.d.ts +0 -8
  3907. package/lib/data/icons/reactNative/dnt.d.ts.map +0 -1
  3908. package/lib/data/icons/reactNative/dnt.js +0 -35
  3909. package/lib/data/icons/reactNative/dnt.js.map +0 -1
  3910. package/lib/data/icons/reactNative/dock.d.ts +0 -8
  3911. package/lib/data/icons/reactNative/dock.d.ts.map +0 -1
  3912. package/lib/data/icons/reactNative/dock.js +0 -35
  3913. package/lib/data/icons/reactNative/dock.js.map +0 -1
  3914. package/lib/data/icons/reactNative/doge.d.ts +0 -8
  3915. package/lib/data/icons/reactNative/doge.d.ts.map +0 -1
  3916. package/lib/data/icons/reactNative/doge.js +0 -35
  3917. package/lib/data/icons/reactNative/doge.js.map +0 -1
  3918. package/lib/data/icons/reactNative/dot.d.ts +0 -8
  3919. package/lib/data/icons/reactNative/dot.d.ts.map +0 -1
  3920. package/lib/data/icons/reactNative/dot.js +0 -40
  3921. package/lib/data/icons/reactNative/dot.js.map +0 -1
  3922. package/lib/data/icons/reactNative/drgn.d.ts +0 -8
  3923. package/lib/data/icons/reactNative/drgn.d.ts.map +0 -1
  3924. package/lib/data/icons/reactNative/drgn.js +0 -36
  3925. package/lib/data/icons/reactNative/drgn.js.map +0 -1
  3926. package/lib/data/icons/reactNative/drop.d.ts +0 -8
  3927. package/lib/data/icons/reactNative/drop.d.ts.map +0 -1
  3928. package/lib/data/icons/reactNative/drop.js +0 -42
  3929. package/lib/data/icons/reactNative/drop.js.map +0 -1
  3930. package/lib/data/icons/reactNative/dsm.d.ts +0 -8
  3931. package/lib/data/icons/reactNative/dsm.d.ts.map +0 -1
  3932. package/lib/data/icons/reactNative/dsm.js +0 -35
  3933. package/lib/data/icons/reactNative/dsm.js.map +0 -1
  3934. package/lib/data/icons/reactNative/dta.d.ts +0 -8
  3935. package/lib/data/icons/reactNative/dta.d.ts.map +0 -1
  3936. package/lib/data/icons/reactNative/dta.js +0 -35
  3937. package/lib/data/icons/reactNative/dta.js.map +0 -1
  3938. package/lib/data/icons/reactNative/dth.d.ts +0 -8
  3939. package/lib/data/icons/reactNative/dth.d.ts.map +0 -1
  3940. package/lib/data/icons/reactNative/dth.js +0 -36
  3941. package/lib/data/icons/reactNative/dth.js.map +0 -1
  3942. package/lib/data/icons/reactNative/dtr.d.ts +0 -8
  3943. package/lib/data/icons/reactNative/dtr.d.ts.map +0 -1
  3944. package/lib/data/icons/reactNative/dtr.js +0 -36
  3945. package/lib/data/icons/reactNative/dtr.js.map +0 -1
  3946. package/lib/data/icons/reactNative/dydx.d.ts +0 -8
  3947. package/lib/data/icons/reactNative/dydx.d.ts.map +0 -1
  3948. package/lib/data/icons/reactNative/dydx.js +0 -38
  3949. package/lib/data/icons/reactNative/dydx.js.map +0 -1
  3950. package/lib/data/icons/reactNative/ebst.d.ts +0 -8
  3951. package/lib/data/icons/reactNative/ebst.d.ts.map +0 -1
  3952. package/lib/data/icons/reactNative/ebst.js +0 -35
  3953. package/lib/data/icons/reactNative/ebst.js.map +0 -1
  3954. package/lib/data/icons/reactNative/eca.d.ts +0 -8
  3955. package/lib/data/icons/reactNative/eca.d.ts.map +0 -1
  3956. package/lib/data/icons/reactNative/eca.js +0 -35
  3957. package/lib/data/icons/reactNative/eca.js.map +0 -1
  3958. package/lib/data/icons/reactNative/edg.d.ts +0 -8
  3959. package/lib/data/icons/reactNative/edg.d.ts.map +0 -1
  3960. package/lib/data/icons/reactNative/edg.js +0 -36
  3961. package/lib/data/icons/reactNative/edg.js.map +0 -1
  3962. package/lib/data/icons/reactNative/edo.d.ts +0 -8
  3963. package/lib/data/icons/reactNative/edo.d.ts.map +0 -1
  3964. package/lib/data/icons/reactNative/edo.js +0 -35
  3965. package/lib/data/icons/reactNative/edo.js.map +0 -1
  3966. package/lib/data/icons/reactNative/edoge.d.ts +0 -8
  3967. package/lib/data/icons/reactNative/edoge.d.ts.map +0 -1
  3968. package/lib/data/icons/reactNative/edoge.js +0 -35
  3969. package/lib/data/icons/reactNative/edoge.js.map +0 -1
  3970. package/lib/data/icons/reactNative/egem.d.ts +0 -8
  3971. package/lib/data/icons/reactNative/egem.d.ts.map +0 -1
  3972. package/lib/data/icons/reactNative/egem.js +0 -35
  3973. package/lib/data/icons/reactNative/egem.js.map +0 -1
  3974. package/lib/data/icons/reactNative/egld.d.ts +0 -8
  3975. package/lib/data/icons/reactNative/egld.d.ts.map +0 -1
  3976. package/lib/data/icons/reactNative/egld.js +0 -35
  3977. package/lib/data/icons/reactNative/egld.js.map +0 -1
  3978. package/lib/data/icons/reactNative/ela.d.ts +0 -8
  3979. package/lib/data/icons/reactNative/ela.d.ts.map +0 -1
  3980. package/lib/data/icons/reactNative/ela.js +0 -46
  3981. package/lib/data/icons/reactNative/ela.js.map +0 -1
  3982. package/lib/data/icons/reactNative/elec.d.ts +0 -8
  3983. package/lib/data/icons/reactNative/elec.d.ts.map +0 -1
  3984. package/lib/data/icons/reactNative/elec.js +0 -37
  3985. package/lib/data/icons/reactNative/elec.js.map +0 -1
  3986. package/lib/data/icons/reactNative/elf.d.ts +0 -8
  3987. package/lib/data/icons/reactNative/elf.d.ts.map +0 -1
  3988. package/lib/data/icons/reactNative/elf.js +0 -35
  3989. package/lib/data/icons/reactNative/elf.js.map +0 -1
  3990. package/lib/data/icons/reactNative/elix.d.ts +0 -8
  3991. package/lib/data/icons/reactNative/elix.d.ts.map +0 -1
  3992. package/lib/data/icons/reactNative/elix.js +0 -42
  3993. package/lib/data/icons/reactNative/elix.js.map +0 -1
  3994. package/lib/data/icons/reactNative/ella.d.ts +0 -8
  3995. package/lib/data/icons/reactNative/ella.d.ts.map +0 -1
  3996. package/lib/data/icons/reactNative/ella.js +0 -35
  3997. package/lib/data/icons/reactNative/ella.js.map +0 -1
  3998. package/lib/data/icons/reactNative/emc.d.ts +0 -8
  3999. package/lib/data/icons/reactNative/emc.d.ts.map +0 -1
  4000. package/lib/data/icons/reactNative/emc.js +0 -35
  4001. package/lib/data/icons/reactNative/emc.js.map +0 -1
  4002. package/lib/data/icons/reactNative/emc2.d.ts +0 -8
  4003. package/lib/data/icons/reactNative/emc2.d.ts.map +0 -1
  4004. package/lib/data/icons/reactNative/emc2.js +0 -37
  4005. package/lib/data/icons/reactNative/emc2.js.map +0 -1
  4006. package/lib/data/icons/reactNative/eng.d.ts +0 -8
  4007. package/lib/data/icons/reactNative/eng.d.ts.map +0 -1
  4008. package/lib/data/icons/reactNative/eng.js +0 -36
  4009. package/lib/data/icons/reactNative/eng.js.map +0 -1
  4010. package/lib/data/icons/reactNative/enj.d.ts +0 -8
  4011. package/lib/data/icons/reactNative/enj.d.ts.map +0 -1
  4012. package/lib/data/icons/reactNative/enj.js +0 -35
  4013. package/lib/data/icons/reactNative/enj.js.map +0 -1
  4014. package/lib/data/icons/reactNative/entrp.d.ts +0 -8
  4015. package/lib/data/icons/reactNative/entrp.d.ts.map +0 -1
  4016. package/lib/data/icons/reactNative/entrp.js +0 -35
  4017. package/lib/data/icons/reactNative/entrp.js.map +0 -1
  4018. package/lib/data/icons/reactNative/eon.d.ts +0 -8
  4019. package/lib/data/icons/reactNative/eon.d.ts.map +0 -1
  4020. package/lib/data/icons/reactNative/eon.js +0 -35
  4021. package/lib/data/icons/reactNative/eon.js.map +0 -1
  4022. package/lib/data/icons/reactNative/eop.d.ts +0 -8
  4023. package/lib/data/icons/reactNative/eop.d.ts.map +0 -1
  4024. package/lib/data/icons/reactNative/eop.js +0 -36
  4025. package/lib/data/icons/reactNative/eop.js.map +0 -1
  4026. package/lib/data/icons/reactNative/eos.d.ts +0 -8
  4027. package/lib/data/icons/reactNative/eos.d.ts.map +0 -1
  4028. package/lib/data/icons/reactNative/eos.js +0 -35
  4029. package/lib/data/icons/reactNative/eos.js.map +0 -1
  4030. package/lib/data/icons/reactNative/eqli.d.ts +0 -8
  4031. package/lib/data/icons/reactNative/eqli.d.ts.map +0 -1
  4032. package/lib/data/icons/reactNative/eqli.js +0 -35
  4033. package/lib/data/icons/reactNative/eqli.js.map +0 -1
  4034. package/lib/data/icons/reactNative/equa.d.ts +0 -8
  4035. package/lib/data/icons/reactNative/equa.d.ts.map +0 -1
  4036. package/lib/data/icons/reactNative/equa.js +0 -35
  4037. package/lib/data/icons/reactNative/equa.js.map +0 -1
  4038. package/lib/data/icons/reactNative/eqz.d.ts +0 -8
  4039. package/lib/data/icons/reactNative/eqz.d.ts.map +0 -1
  4040. package/lib/data/icons/reactNative/eqz.js +0 -35
  4041. package/lib/data/icons/reactNative/eqz.js.map +0 -1
  4042. package/lib/data/icons/reactNative/etc.d.ts +0 -8
  4043. package/lib/data/icons/reactNative/etc.d.ts.map +0 -1
  4044. package/lib/data/icons/reactNative/etc.js +0 -38
  4045. package/lib/data/icons/reactNative/etc.js.map +0 -1
  4046. package/lib/data/icons/reactNative/eth.d.ts +0 -8
  4047. package/lib/data/icons/reactNative/eth.d.ts.map +0 -1
  4048. package/lib/data/icons/reactNative/eth.js +0 -40
  4049. package/lib/data/icons/reactNative/eth.js.map +0 -1
  4050. package/lib/data/icons/reactNative/ethos.d.ts +0 -8
  4051. package/lib/data/icons/reactNative/ethos.d.ts.map +0 -1
  4052. package/lib/data/icons/reactNative/ethos.js +0 -36
  4053. package/lib/data/icons/reactNative/ethos.js.map +0 -1
  4054. package/lib/data/icons/reactNative/etn.d.ts +0 -8
  4055. package/lib/data/icons/reactNative/etn.d.ts.map +0 -1
  4056. package/lib/data/icons/reactNative/etn.js +0 -35
  4057. package/lib/data/icons/reactNative/etn.js.map +0 -1
  4058. package/lib/data/icons/reactNative/etp.d.ts +0 -8
  4059. package/lib/data/icons/reactNative/etp.d.ts.map +0 -1
  4060. package/lib/data/icons/reactNative/etp.js +0 -36
  4061. package/lib/data/icons/reactNative/etp.js.map +0 -1
  4062. package/lib/data/icons/reactNative/euroc.d.ts +0 -8
  4063. package/lib/data/icons/reactNative/euroc.d.ts.map +0 -1
  4064. package/lib/data/icons/reactNative/euroc.js +0 -37
  4065. package/lib/data/icons/reactNative/euroc.js.map +0 -1
  4066. package/lib/data/icons/reactNative/evmos.d.ts +0 -8
  4067. package/lib/data/icons/reactNative/evmos.d.ts.map +0 -1
  4068. package/lib/data/icons/reactNative/evmos.js +0 -35
  4069. package/lib/data/icons/reactNative/evmos.js.map +0 -1
  4070. package/lib/data/icons/reactNative/evx.d.ts +0 -8
  4071. package/lib/data/icons/reactNative/evx.d.ts.map +0 -1
  4072. package/lib/data/icons/reactNative/evx.js +0 -36
  4073. package/lib/data/icons/reactNative/evx.js.map +0 -1
  4074. package/lib/data/icons/reactNative/ewt.d.ts +0 -8
  4075. package/lib/data/icons/reactNative/ewt.d.ts.map +0 -1
  4076. package/lib/data/icons/reactNative/ewt.js +0 -35
  4077. package/lib/data/icons/reactNative/ewt.js.map +0 -1
  4078. package/lib/data/icons/reactNative/exmo.d.ts +0 -8
  4079. package/lib/data/icons/reactNative/exmo.d.ts.map +0 -1
  4080. package/lib/data/icons/reactNative/exmo.js +0 -35
  4081. package/lib/data/icons/reactNative/exmo.js.map +0 -1
  4082. package/lib/data/icons/reactNative/exp.d.ts +0 -8
  4083. package/lib/data/icons/reactNative/exp.d.ts.map +0 -1
  4084. package/lib/data/icons/reactNative/exp.js +0 -35
  4085. package/lib/data/icons/reactNative/exp.js.map +0 -1
  4086. package/lib/data/icons/reactNative/fair.d.ts +0 -8
  4087. package/lib/data/icons/reactNative/fair.d.ts.map +0 -1
  4088. package/lib/data/icons/reactNative/fair.js +0 -35
  4089. package/lib/data/icons/reactNative/fair.js.map +0 -1
  4090. package/lib/data/icons/reactNative/fct.d.ts +0 -8
  4091. package/lib/data/icons/reactNative/fct.d.ts.map +0 -1
  4092. package/lib/data/icons/reactNative/fct.js +0 -35
  4093. package/lib/data/icons/reactNative/fct.js.map +0 -1
  4094. package/lib/data/icons/reactNative/fil.d.ts +0 -8
  4095. package/lib/data/icons/reactNative/fil.d.ts.map +0 -1
  4096. package/lib/data/icons/reactNative/fil.js +0 -35
  4097. package/lib/data/icons/reactNative/fil.js.map +0 -1
  4098. package/lib/data/icons/reactNative/fjc.d.ts +0 -8
  4099. package/lib/data/icons/reactNative/fjc.d.ts.map +0 -1
  4100. package/lib/data/icons/reactNative/fjc.js +0 -37
  4101. package/lib/data/icons/reactNative/fjc.js.map +0 -1
  4102. package/lib/data/icons/reactNative/fldc.d.ts +0 -8
  4103. package/lib/data/icons/reactNative/fldc.d.ts.map +0 -1
  4104. package/lib/data/icons/reactNative/fldc.js +0 -35
  4105. package/lib/data/icons/reactNative/fldc.js.map +0 -1
  4106. package/lib/data/icons/reactNative/flo.d.ts +0 -8
  4107. package/lib/data/icons/reactNative/flo.d.ts.map +0 -1
  4108. package/lib/data/icons/reactNative/flo.js +0 -35
  4109. package/lib/data/icons/reactNative/flo.js.map +0 -1
  4110. package/lib/data/icons/reactNative/flr.d.ts +0 -8
  4111. package/lib/data/icons/reactNative/flr.d.ts.map +0 -1
  4112. package/lib/data/icons/reactNative/flr.js +0 -35
  4113. package/lib/data/icons/reactNative/flr.js.map +0 -1
  4114. package/lib/data/icons/reactNative/fsn.d.ts +0 -8
  4115. package/lib/data/icons/reactNative/fsn.d.ts.map +0 -1
  4116. package/lib/data/icons/reactNative/fsn.js +0 -35
  4117. package/lib/data/icons/reactNative/fsn.js.map +0 -1
  4118. package/lib/data/icons/reactNative/ftc.d.ts +0 -8
  4119. package/lib/data/icons/reactNative/ftc.d.ts.map +0 -1
  4120. package/lib/data/icons/reactNative/ftc.js +0 -35
  4121. package/lib/data/icons/reactNative/ftc.js.map +0 -1
  4122. package/lib/data/icons/reactNative/ftm.d.ts +0 -8
  4123. package/lib/data/icons/reactNative/ftm.d.ts.map +0 -1
  4124. package/lib/data/icons/reactNative/ftm.js +0 -35
  4125. package/lib/data/icons/reactNative/ftm.js.map +0 -1
  4126. package/lib/data/icons/reactNative/fuel.d.ts +0 -8
  4127. package/lib/data/icons/reactNative/fuel.d.ts.map +0 -1
  4128. package/lib/data/icons/reactNative/fuel.js +0 -35
  4129. package/lib/data/icons/reactNative/fuel.js.map +0 -1
  4130. package/lib/data/icons/reactNative/fun.d.ts +0 -8
  4131. package/lib/data/icons/reactNative/fun.d.ts.map +0 -1
  4132. package/lib/data/icons/reactNative/fun.js +0 -35
  4133. package/lib/data/icons/reactNative/fun.js.map +0 -1
  4134. package/lib/data/icons/reactNative/gAbi.d.ts +0 -8
  4135. package/lib/data/icons/reactNative/gAbi.d.ts.map +0 -1
  4136. package/lib/data/icons/reactNative/gAbi.js +0 -36
  4137. package/lib/data/icons/reactNative/gAbi.js.map +0 -1
  4138. package/lib/data/icons/reactNative/game.d.ts +0 -8
  4139. package/lib/data/icons/reactNative/game.d.ts.map +0 -1
  4140. package/lib/data/icons/reactNative/game.js +0 -35
  4141. package/lib/data/icons/reactNative/game.js.map +0 -1
  4142. package/lib/data/icons/reactNative/gas.d.ts +0 -8
  4143. package/lib/data/icons/reactNative/gas.d.ts.map +0 -1
  4144. package/lib/data/icons/reactNative/gas.js +0 -35
  4145. package/lib/data/icons/reactNative/gas.js.map +0 -1
  4146. package/lib/data/icons/reactNative/gbx.d.ts +0 -8
  4147. package/lib/data/icons/reactNative/gbx.d.ts.map +0 -1
  4148. package/lib/data/icons/reactNative/gbx.js +0 -36
  4149. package/lib/data/icons/reactNative/gbx.js.map +0 -1
  4150. package/lib/data/icons/reactNative/gbyte.d.ts +0 -8
  4151. package/lib/data/icons/reactNative/gbyte.d.ts.map +0 -1
  4152. package/lib/data/icons/reactNative/gbyte.js +0 -36
  4153. package/lib/data/icons/reactNative/gbyte.js.map +0 -1
  4154. package/lib/data/icons/reactNative/generic.d.ts +0 -8
  4155. package/lib/data/icons/reactNative/generic.d.ts.map +0 -1
  4156. package/lib/data/icons/reactNative/generic.js +0 -35
  4157. package/lib/data/icons/reactNative/generic.js.map +0 -1
  4158. package/lib/data/icons/reactNative/gin.d.ts +0 -8
  4159. package/lib/data/icons/reactNative/gin.d.ts.map +0 -1
  4160. package/lib/data/icons/reactNative/gin.js +0 -36
  4161. package/lib/data/icons/reactNative/gin.js.map +0 -1
  4162. package/lib/data/icons/reactNative/glmr.d.ts +0 -8
  4163. package/lib/data/icons/reactNative/glmr.d.ts.map +0 -1
  4164. package/lib/data/icons/reactNative/glmr.js +0 -49
  4165. package/lib/data/icons/reactNative/glmr.js.map +0 -1
  4166. package/lib/data/icons/reactNative/glxt.d.ts +0 -8
  4167. package/lib/data/icons/reactNative/glxt.d.ts.map +0 -1
  4168. package/lib/data/icons/reactNative/glxt.js +0 -35
  4169. package/lib/data/icons/reactNative/glxt.js.map +0 -1
  4170. package/lib/data/icons/reactNative/gm.d.ts +0 -8
  4171. package/lib/data/icons/reactNative/gm.d.ts.map +0 -1
  4172. package/lib/data/icons/reactNative/gm.js +0 -36
  4173. package/lib/data/icons/reactNative/gm.js.map +0 -1
  4174. package/lib/data/icons/reactNative/gmr.d.ts +0 -8
  4175. package/lib/data/icons/reactNative/gmr.d.ts.map +0 -1
  4176. package/lib/data/icons/reactNative/gmr.js +0 -39
  4177. package/lib/data/icons/reactNative/gmr.js.map +0 -1
  4178. package/lib/data/icons/reactNative/gno.d.ts +0 -8
  4179. package/lib/data/icons/reactNative/gno.d.ts.map +0 -1
  4180. package/lib/data/icons/reactNative/gno.js +0 -35
  4181. package/lib/data/icons/reactNative/gno.js.map +0 -1
  4182. package/lib/data/icons/reactNative/gnt.d.ts +0 -8
  4183. package/lib/data/icons/reactNative/gnt.d.ts.map +0 -1
  4184. package/lib/data/icons/reactNative/gnt.js +0 -35
  4185. package/lib/data/icons/reactNative/gnt.js.map +0 -1
  4186. package/lib/data/icons/reactNative/gold.d.ts +0 -8
  4187. package/lib/data/icons/reactNative/gold.d.ts.map +0 -1
  4188. package/lib/data/icons/reactNative/gold.js +0 -35
  4189. package/lib/data/icons/reactNative/gold.js.map +0 -1
  4190. package/lib/data/icons/reactNative/grc.d.ts +0 -8
  4191. package/lib/data/icons/reactNative/grc.d.ts.map +0 -1
  4192. package/lib/data/icons/reactNative/grc.js +0 -35
  4193. package/lib/data/icons/reactNative/grc.js.map +0 -1
  4194. package/lib/data/icons/reactNative/grin.d.ts +0 -8
  4195. package/lib/data/icons/reactNative/grin.d.ts.map +0 -1
  4196. package/lib/data/icons/reactNative/grin.js +0 -35
  4197. package/lib/data/icons/reactNative/grin.js.map +0 -1
  4198. package/lib/data/icons/reactNative/gsc.d.ts +0 -8
  4199. package/lib/data/icons/reactNative/gsc.d.ts.map +0 -1
  4200. package/lib/data/icons/reactNative/gsc.js +0 -35
  4201. package/lib/data/icons/reactNative/gsc.js.map +0 -1
  4202. package/lib/data/icons/reactNative/gto.d.ts +0 -8
  4203. package/lib/data/icons/reactNative/gto.d.ts.map +0 -1
  4204. package/lib/data/icons/reactNative/gto.js +0 -36
  4205. package/lib/data/icons/reactNative/gto.js.map +0 -1
  4206. package/lib/data/icons/reactNative/gup.d.ts +0 -8
  4207. package/lib/data/icons/reactNative/gup.d.ts.map +0 -1
  4208. package/lib/data/icons/reactNative/gup.js +0 -35
  4209. package/lib/data/icons/reactNative/gup.js.map +0 -1
  4210. package/lib/data/icons/reactNative/gusd.d.ts +0 -8
  4211. package/lib/data/icons/reactNative/gusd.d.ts.map +0 -1
  4212. package/lib/data/icons/reactNative/gusd.js +0 -35
  4213. package/lib/data/icons/reactNative/gusd.js.map +0 -1
  4214. package/lib/data/icons/reactNative/gvt.d.ts +0 -8
  4215. package/lib/data/icons/reactNative/gvt.d.ts.map +0 -1
  4216. package/lib/data/icons/reactNative/gvt.js +0 -35
  4217. package/lib/data/icons/reactNative/gvt.js.map +0 -1
  4218. package/lib/data/icons/reactNative/gxs.d.ts +0 -8
  4219. package/lib/data/icons/reactNative/gxs.d.ts.map +0 -1
  4220. package/lib/data/icons/reactNative/gxs.js +0 -35
  4221. package/lib/data/icons/reactNative/gxs.js.map +0 -1
  4222. package/lib/data/icons/reactNative/gzr.d.ts +0 -8
  4223. package/lib/data/icons/reactNative/gzr.d.ts.map +0 -1
  4224. package/lib/data/icons/reactNative/gzr.js +0 -38
  4225. package/lib/data/icons/reactNative/gzr.js.map +0 -1
  4226. package/lib/data/icons/reactNative/hbar.d.ts +0 -8
  4227. package/lib/data/icons/reactNative/hbar.d.ts.map +0 -1
  4228. package/lib/data/icons/reactNative/hbar.js +0 -35
  4229. package/lib/data/icons/reactNative/hbar.js.map +0 -1
  4230. package/lib/data/icons/reactNative/hight.d.ts +0 -8
  4231. package/lib/data/icons/reactNative/hight.d.ts.map +0 -1
  4232. package/lib/data/icons/reactNative/hight.js +0 -35
  4233. package/lib/data/icons/reactNative/hight.js.map +0 -1
  4234. package/lib/data/icons/reactNative/hmmm.d.ts +0 -8
  4235. package/lib/data/icons/reactNative/hmmm.d.ts.map +0 -1
  4236. package/lib/data/icons/reactNative/hmmm.js +0 -36
  4237. package/lib/data/icons/reactNative/hmmm.js.map +0 -1
  4238. package/lib/data/icons/reactNative/hodl.d.ts +0 -8
  4239. package/lib/data/icons/reactNative/hodl.d.ts.map +0 -1
  4240. package/lib/data/icons/reactNative/hodl.js +0 -35
  4241. package/lib/data/icons/reactNative/hodl.js.map +0 -1
  4242. package/lib/data/icons/reactNative/hot.d.ts +0 -8
  4243. package/lib/data/icons/reactNative/hot.d.ts.map +0 -1
  4244. package/lib/data/icons/reactNative/hot.js +0 -35
  4245. package/lib/data/icons/reactNative/hot.js.map +0 -1
  4246. package/lib/data/icons/reactNative/hpb.d.ts +0 -8
  4247. package/lib/data/icons/reactNative/hpb.d.ts.map +0 -1
  4248. package/lib/data/icons/reactNative/hpb.js +0 -36
  4249. package/lib/data/icons/reactNative/hpb.js.map +0 -1
  4250. package/lib/data/icons/reactNative/hsr.d.ts +0 -8
  4251. package/lib/data/icons/reactNative/hsr.d.ts.map +0 -1
  4252. package/lib/data/icons/reactNative/hsr.js +0 -36
  4253. package/lib/data/icons/reactNative/hsr.js.map +0 -1
  4254. package/lib/data/icons/reactNative/ht.d.ts +0 -8
  4255. package/lib/data/icons/reactNative/ht.d.ts.map +0 -1
  4256. package/lib/data/icons/reactNative/ht.js +0 -36
  4257. package/lib/data/icons/reactNative/ht.js.map +0 -1
  4258. package/lib/data/icons/reactNative/html.d.ts +0 -8
  4259. package/lib/data/icons/reactNative/html.d.ts.map +0 -1
  4260. package/lib/data/icons/reactNative/html.js +0 -35
  4261. package/lib/data/icons/reactNative/html.js.map +0 -1
  4262. package/lib/data/icons/reactNative/huc.d.ts +0 -8
  4263. package/lib/data/icons/reactNative/huc.d.ts.map +0 -1
  4264. package/lib/data/icons/reactNative/huc.js +0 -35
  4265. package/lib/data/icons/reactNative/huc.js.map +0 -1
  4266. package/lib/data/icons/reactNative/hush.d.ts +0 -8
  4267. package/lib/data/icons/reactNative/hush.d.ts.map +0 -1
  4268. package/lib/data/icons/reactNative/hush.js +0 -35
  4269. package/lib/data/icons/reactNative/hush.js.map +0 -1
  4270. package/lib/data/icons/reactNative/icn.d.ts +0 -8
  4271. package/lib/data/icons/reactNative/icn.d.ts.map +0 -1
  4272. package/lib/data/icons/reactNative/icn.js +0 -35
  4273. package/lib/data/icons/reactNative/icn.js.map +0 -1
  4274. package/lib/data/icons/reactNative/icp.d.ts +0 -8
  4275. package/lib/data/icons/reactNative/icp.d.ts.map +0 -1
  4276. package/lib/data/icons/reactNative/icp.js +0 -35
  4277. package/lib/data/icons/reactNative/icp.js.map +0 -1
  4278. package/lib/data/icons/reactNative/icx.d.ts +0 -8
  4279. package/lib/data/icons/reactNative/icx.d.ts.map +0 -1
  4280. package/lib/data/icons/reactNative/icx.js +0 -35
  4281. package/lib/data/icons/reactNative/icx.js.map +0 -1
  4282. package/lib/data/icons/reactNative/ignis.d.ts +0 -8
  4283. package/lib/data/icons/reactNative/ignis.d.ts.map +0 -1
  4284. package/lib/data/icons/reactNative/ignis.js +0 -36
  4285. package/lib/data/icons/reactNative/ignis.js.map +0 -1
  4286. package/lib/data/icons/reactNative/ilk.d.ts +0 -8
  4287. package/lib/data/icons/reactNative/ilk.d.ts.map +0 -1
  4288. package/lib/data/icons/reactNative/ilk.js +0 -35
  4289. package/lib/data/icons/reactNative/ilk.js.map +0 -1
  4290. package/lib/data/icons/reactNative/index.d.ts +0 -516
  4291. package/lib/data/icons/reactNative/index.d.ts.map +0 -1
  4292. package/lib/data/icons/reactNative/index.js +0 -1047
  4293. package/lib/data/icons/reactNative/index.js.map +0 -1
  4294. package/lib/data/icons/reactNative/inj.d.ts +0 -8
  4295. package/lib/data/icons/reactNative/inj.d.ts.map +0 -1
  4296. package/lib/data/icons/reactNative/inj.js +0 -36
  4297. package/lib/data/icons/reactNative/inj.js.map +0 -1
  4298. package/lib/data/icons/reactNative/ink.d.ts +0 -8
  4299. package/lib/data/icons/reactNative/ink.d.ts.map +0 -1
  4300. package/lib/data/icons/reactNative/ink.js +0 -36
  4301. package/lib/data/icons/reactNative/ink.js.map +0 -1
  4302. package/lib/data/icons/reactNative/ins.d.ts +0 -8
  4303. package/lib/data/icons/reactNative/ins.d.ts.map +0 -1
  4304. package/lib/data/icons/reactNative/ins.js +0 -38
  4305. package/lib/data/icons/reactNative/ins.js.map +0 -1
  4306. package/lib/data/icons/reactNative/ion.d.ts +0 -8
  4307. package/lib/data/icons/reactNative/ion.d.ts.map +0 -1
  4308. package/lib/data/icons/reactNative/ion.js +0 -35
  4309. package/lib/data/icons/reactNative/ion.js.map +0 -1
  4310. package/lib/data/icons/reactNative/iop.d.ts +0 -8
  4311. package/lib/data/icons/reactNative/iop.d.ts.map +0 -1
  4312. package/lib/data/icons/reactNative/iop.js +0 -37
  4313. package/lib/data/icons/reactNative/iop.js.map +0 -1
  4314. package/lib/data/icons/reactNative/iost.d.ts +0 -8
  4315. package/lib/data/icons/reactNative/iost.d.ts.map +0 -1
  4316. package/lib/data/icons/reactNative/iost.js +0 -35
  4317. package/lib/data/icons/reactNative/iost.js.map +0 -1
  4318. package/lib/data/icons/reactNative/iotx.d.ts +0 -8
  4319. package/lib/data/icons/reactNative/iotx.d.ts.map +0 -1
  4320. package/lib/data/icons/reactNative/iotx.js +0 -57
  4321. package/lib/data/icons/reactNative/iotx.js.map +0 -1
  4322. package/lib/data/icons/reactNative/iq.d.ts +0 -8
  4323. package/lib/data/icons/reactNative/iq.d.ts.map +0 -1
  4324. package/lib/data/icons/reactNative/iq.js +0 -35
  4325. package/lib/data/icons/reactNative/iq.js.map +0 -1
  4326. package/lib/data/icons/reactNative/itc.d.ts +0 -8
  4327. package/lib/data/icons/reactNative/itc.d.ts.map +0 -1
  4328. package/lib/data/icons/reactNative/itc.js +0 -35
  4329. package/lib/data/icons/reactNative/itc.js.map +0 -1
  4330. package/lib/data/icons/reactNative/jnt.d.ts +0 -8
  4331. package/lib/data/icons/reactNative/jnt.d.ts.map +0 -1
  4332. package/lib/data/icons/reactNative/jnt.js +0 -35
  4333. package/lib/data/icons/reactNative/jnt.js.map +0 -1
  4334. package/lib/data/icons/reactNative/jpy.d.ts +0 -8
  4335. package/lib/data/icons/reactNative/jpy.d.ts.map +0 -1
  4336. package/lib/data/icons/reactNative/jpy.js +0 -35
  4337. package/lib/data/icons/reactNative/jpy.js.map +0 -1
  4338. package/lib/data/icons/reactNative/kava.d.ts +0 -8
  4339. package/lib/data/icons/reactNative/kava.d.ts.map +0 -1
  4340. package/lib/data/icons/reactNative/kava.js +0 -36
  4341. package/lib/data/icons/reactNative/kava.js.map +0 -1
  4342. package/lib/data/icons/reactNative/kcs.d.ts +0 -8
  4343. package/lib/data/icons/reactNative/kcs.d.ts.map +0 -1
  4344. package/lib/data/icons/reactNative/kcs.js +0 -35
  4345. package/lib/data/icons/reactNative/kcs.js.map +0 -1
  4346. package/lib/data/icons/reactNative/kin.d.ts +0 -8
  4347. package/lib/data/icons/reactNative/kin.d.ts.map +0 -1
  4348. package/lib/data/icons/reactNative/kin.js +0 -35
  4349. package/lib/data/icons/reactNative/kin.js.map +0 -1
  4350. package/lib/data/icons/reactNative/klay.d.ts +0 -8
  4351. package/lib/data/icons/reactNative/klay.d.ts.map +0 -1
  4352. package/lib/data/icons/reactNative/klay.js +0 -38
  4353. package/lib/data/icons/reactNative/klay.js.map +0 -1
  4354. package/lib/data/icons/reactNative/klown.d.ts +0 -8
  4355. package/lib/data/icons/reactNative/klown.d.ts.map +0 -1
  4356. package/lib/data/icons/reactNative/klown.js +0 -55
  4357. package/lib/data/icons/reactNative/klown.js.map +0 -1
  4358. package/lib/data/icons/reactNative/kmd.d.ts +0 -8
  4359. package/lib/data/icons/reactNative/kmd.d.ts.map +0 -1
  4360. package/lib/data/icons/reactNative/kmd.js +0 -36
  4361. package/lib/data/icons/reactNative/kmd.js.map +0 -1
  4362. package/lib/data/icons/reactNative/knc.d.ts +0 -8
  4363. package/lib/data/icons/reactNative/knc.d.ts.map +0 -1
  4364. package/lib/data/icons/reactNative/knc.js +0 -35
  4365. package/lib/data/icons/reactNative/knc.js.map +0 -1
  4366. package/lib/data/icons/reactNative/krb.d.ts +0 -8
  4367. package/lib/data/icons/reactNative/krb.d.ts.map +0 -1
  4368. package/lib/data/icons/reactNative/krb.js +0 -35
  4369. package/lib/data/icons/reactNative/krb.js.map +0 -1
  4370. package/lib/data/icons/reactNative/lbc.d.ts +0 -8
  4371. package/lib/data/icons/reactNative/lbc.d.ts.map +0 -1
  4372. package/lib/data/icons/reactNative/lbc.js +0 -35
  4373. package/lib/data/icons/reactNative/lbc.js.map +0 -1
  4374. package/lib/data/icons/reactNative/lend.d.ts +0 -8
  4375. package/lib/data/icons/reactNative/lend.d.ts.map +0 -1
  4376. package/lib/data/icons/reactNative/lend.js +0 -35
  4377. package/lib/data/icons/reactNative/lend.js.map +0 -1
  4378. package/lib/data/icons/reactNative/leo.d.ts +0 -8
  4379. package/lib/data/icons/reactNative/leo.d.ts.map +0 -1
  4380. package/lib/data/icons/reactNative/leo.js +0 -38
  4381. package/lib/data/icons/reactNative/leo.js.map +0 -1
  4382. package/lib/data/icons/reactNative/link.d.ts +0 -8
  4383. package/lib/data/icons/reactNative/link.d.ts.map +0 -1
  4384. package/lib/data/icons/reactNative/link.js +0 -35
  4385. package/lib/data/icons/reactNative/link.js.map +0 -1
  4386. package/lib/data/icons/reactNative/lkk.d.ts +0 -8
  4387. package/lib/data/icons/reactNative/lkk.d.ts.map +0 -1
  4388. package/lib/data/icons/reactNative/lkk.js +0 -35
  4389. package/lib/data/icons/reactNative/lkk.js.map +0 -1
  4390. package/lib/data/icons/reactNative/loom.d.ts +0 -8
  4391. package/lib/data/icons/reactNative/loom.d.ts.map +0 -1
  4392. package/lib/data/icons/reactNative/loom.js +0 -40
  4393. package/lib/data/icons/reactNative/loom.js.map +0 -1
  4394. package/lib/data/icons/reactNative/lpt.d.ts +0 -8
  4395. package/lib/data/icons/reactNative/lpt.d.ts.map +0 -1
  4396. package/lib/data/icons/reactNative/lpt.js +0 -35
  4397. package/lib/data/icons/reactNative/lpt.js.map +0 -1
  4398. package/lib/data/icons/reactNative/lrc.d.ts +0 -8
  4399. package/lib/data/icons/reactNative/lrc.d.ts.map +0 -1
  4400. package/lib/data/icons/reactNative/lrc.js +0 -35
  4401. package/lib/data/icons/reactNative/lrc.js.map +0 -1
  4402. package/lib/data/icons/reactNative/lsk.d.ts +0 -8
  4403. package/lib/data/icons/reactNative/lsk.d.ts.map +0 -1
  4404. package/lib/data/icons/reactNative/lsk.js +0 -35
  4405. package/lib/data/icons/reactNative/lsk.js.map +0 -1
  4406. package/lib/data/icons/reactNative/ltc.d.ts +0 -8
  4407. package/lib/data/icons/reactNative/ltc.d.ts.map +0 -1
  4408. package/lib/data/icons/reactNative/ltc.js +0 -35
  4409. package/lib/data/icons/reactNative/ltc.js.map +0 -1
  4410. package/lib/data/icons/reactNative/lun.d.ts +0 -8
  4411. package/lib/data/icons/reactNative/lun.d.ts.map +0 -1
  4412. package/lib/data/icons/reactNative/lun.js +0 -35
  4413. package/lib/data/icons/reactNative/lun.js.map +0 -1
  4414. package/lib/data/icons/reactNative/lyx.d.ts +0 -8
  4415. package/lib/data/icons/reactNative/lyx.d.ts.map +0 -1
  4416. package/lib/data/icons/reactNative/lyx.js +0 -35
  4417. package/lib/data/icons/reactNative/lyx.js.map +0 -1
  4418. package/lib/data/icons/reactNative/maid.d.ts +0 -8
  4419. package/lib/data/icons/reactNative/maid.d.ts.map +0 -1
  4420. package/lib/data/icons/reactNative/maid.js +0 -37
  4421. package/lib/data/icons/reactNative/maid.js.map +0 -1
  4422. package/lib/data/icons/reactNative/mana.d.ts +0 -8
  4423. package/lib/data/icons/reactNative/mana.d.ts.map +0 -1
  4424. package/lib/data/icons/reactNative/mana.js +0 -35
  4425. package/lib/data/icons/reactNative/mana.js.map +0 -1
  4426. package/lib/data/icons/reactNative/matic.d.ts +0 -8
  4427. package/lib/data/icons/reactNative/matic.d.ts.map +0 -1
  4428. package/lib/data/icons/reactNative/matic.js +0 -35
  4429. package/lib/data/icons/reactNative/matic.js.map +0 -1
  4430. package/lib/data/icons/reactNative/mcap.d.ts +0 -8
  4431. package/lib/data/icons/reactNative/mcap.d.ts.map +0 -1
  4432. package/lib/data/icons/reactNative/mcap.js +0 -35
  4433. package/lib/data/icons/reactNative/mcap.js.map +0 -1
  4434. package/lib/data/icons/reactNative/mco.d.ts +0 -8
  4435. package/lib/data/icons/reactNative/mco.d.ts.map +0 -1
  4436. package/lib/data/icons/reactNative/mco.js +0 -35
  4437. package/lib/data/icons/reactNative/mco.js.map +0 -1
  4438. package/lib/data/icons/reactNative/mda.d.ts +0 -8
  4439. package/lib/data/icons/reactNative/mda.d.ts.map +0 -1
  4440. package/lib/data/icons/reactNative/mda.js +0 -35
  4441. package/lib/data/icons/reactNative/mda.js.map +0 -1
  4442. package/lib/data/icons/reactNative/mds.d.ts +0 -8
  4443. package/lib/data/icons/reactNative/mds.d.ts.map +0 -1
  4444. package/lib/data/icons/reactNative/mds.js +0 -35
  4445. package/lib/data/icons/reactNative/mds.js.map +0 -1
  4446. package/lib/data/icons/reactNative/med.d.ts +0 -8
  4447. package/lib/data/icons/reactNative/med.d.ts.map +0 -1
  4448. package/lib/data/icons/reactNative/med.js +0 -35
  4449. package/lib/data/icons/reactNative/med.js.map +0 -1
  4450. package/lib/data/icons/reactNative/meetone.d.ts +0 -8
  4451. package/lib/data/icons/reactNative/meetone.d.ts.map +0 -1
  4452. package/lib/data/icons/reactNative/meetone.js +0 -36
  4453. package/lib/data/icons/reactNative/meetone.js.map +0 -1
  4454. package/lib/data/icons/reactNative/metis.d.ts +0 -8
  4455. package/lib/data/icons/reactNative/metis.d.ts.map +0 -1
  4456. package/lib/data/icons/reactNative/metis.js +0 -35
  4457. package/lib/data/icons/reactNative/metis.js.map +0 -1
  4458. package/lib/data/icons/reactNative/mex.d.ts +0 -8
  4459. package/lib/data/icons/reactNative/mex.d.ts.map +0 -1
  4460. package/lib/data/icons/reactNative/mex.js +0 -35
  4461. package/lib/data/icons/reactNative/mex.js.map +0 -1
  4462. package/lib/data/icons/reactNative/mft.d.ts +0 -8
  4463. package/lib/data/icons/reactNative/mft.d.ts.map +0 -1
  4464. package/lib/data/icons/reactNative/mft.js +0 -35
  4465. package/lib/data/icons/reactNative/mft.js.map +0 -1
  4466. package/lib/data/icons/reactNative/miota.d.ts +0 -8
  4467. package/lib/data/icons/reactNative/miota.d.ts.map +0 -1
  4468. package/lib/data/icons/reactNative/miota.js +0 -35
  4469. package/lib/data/icons/reactNative/miota.js.map +0 -1
  4470. package/lib/data/icons/reactNative/mith.d.ts +0 -8
  4471. package/lib/data/icons/reactNative/mith.d.ts.map +0 -1
  4472. package/lib/data/icons/reactNative/mith.js +0 -35
  4473. package/lib/data/icons/reactNative/mith.js.map +0 -1
  4474. package/lib/data/icons/reactNative/mkr.d.ts +0 -8
  4475. package/lib/data/icons/reactNative/mkr.d.ts.map +0 -1
  4476. package/lib/data/icons/reactNative/mkr.js +0 -35
  4477. package/lib/data/icons/reactNative/mkr.js.map +0 -1
  4478. package/lib/data/icons/reactNative/mln.d.ts +0 -8
  4479. package/lib/data/icons/reactNative/mln.d.ts.map +0 -1
  4480. package/lib/data/icons/reactNative/mln.js +0 -36
  4481. package/lib/data/icons/reactNative/mln.js.map +0 -1
  4482. package/lib/data/icons/reactNative/mnx.d.ts +0 -8
  4483. package/lib/data/icons/reactNative/mnx.d.ts.map +0 -1
  4484. package/lib/data/icons/reactNative/mnx.js +0 -36
  4485. package/lib/data/icons/reactNative/mnx.js.map +0 -1
  4486. package/lib/data/icons/reactNative/mnz.d.ts +0 -8
  4487. package/lib/data/icons/reactNative/mnz.d.ts.map +0 -1
  4488. package/lib/data/icons/reactNative/mnz.js +0 -35
  4489. package/lib/data/icons/reactNative/mnz.js.map +0 -1
  4490. package/lib/data/icons/reactNative/moac.d.ts +0 -8
  4491. package/lib/data/icons/reactNative/moac.d.ts.map +0 -1
  4492. package/lib/data/icons/reactNative/moac.js +0 -35
  4493. package/lib/data/icons/reactNative/moac.js.map +0 -1
  4494. package/lib/data/icons/reactNative/mod.d.ts +0 -8
  4495. package/lib/data/icons/reactNative/mod.d.ts.map +0 -1
  4496. package/lib/data/icons/reactNative/mod.js +0 -36
  4497. package/lib/data/icons/reactNative/mod.js.map +0 -1
  4498. package/lib/data/icons/reactNative/mona.d.ts +0 -8
  4499. package/lib/data/icons/reactNative/mona.d.ts.map +0 -1
  4500. package/lib/data/icons/reactNative/mona.js +0 -35
  4501. package/lib/data/icons/reactNative/mona.js.map +0 -1
  4502. package/lib/data/icons/reactNative/movr.d.ts +0 -8
  4503. package/lib/data/icons/reactNative/movr.d.ts.map +0 -1
  4504. package/lib/data/icons/reactNative/movr.js +0 -44
  4505. package/lib/data/icons/reactNative/movr.js.map +0 -1
  4506. package/lib/data/icons/reactNative/msr.d.ts +0 -8
  4507. package/lib/data/icons/reactNative/msr.d.ts.map +0 -1
  4508. package/lib/data/icons/reactNative/msr.js +0 -36
  4509. package/lib/data/icons/reactNative/msr.js.map +0 -1
  4510. package/lib/data/icons/reactNative/mth.d.ts +0 -8
  4511. package/lib/data/icons/reactNative/mth.d.ts.map +0 -1
  4512. package/lib/data/icons/reactNative/mth.js +0 -42
  4513. package/lib/data/icons/reactNative/mth.js.map +0 -1
  4514. package/lib/data/icons/reactNative/mtl.d.ts +0 -8
  4515. package/lib/data/icons/reactNative/mtl.d.ts.map +0 -1
  4516. package/lib/data/icons/reactNative/mtl.js +0 -35
  4517. package/lib/data/icons/reactNative/mtl.js.map +0 -1
  4518. package/lib/data/icons/reactNative/music.d.ts +0 -8
  4519. package/lib/data/icons/reactNative/music.d.ts.map +0 -1
  4520. package/lib/data/icons/reactNative/music.js +0 -35
  4521. package/lib/data/icons/reactNative/music.js.map +0 -1
  4522. package/lib/data/icons/reactNative/mzc.d.ts +0 -8
  4523. package/lib/data/icons/reactNative/mzc.d.ts.map +0 -1
  4524. package/lib/data/icons/reactNative/mzc.js +0 -35
  4525. package/lib/data/icons/reactNative/mzc.js.map +0 -1
  4526. package/lib/data/icons/reactNative/nano.d.ts +0 -8
  4527. package/lib/data/icons/reactNative/nano.d.ts.map +0 -1
  4528. package/lib/data/icons/reactNative/nano.js +0 -35
  4529. package/lib/data/icons/reactNative/nano.js.map +0 -1
  4530. package/lib/data/icons/reactNative/nas.d.ts +0 -8
  4531. package/lib/data/icons/reactNative/nas.d.ts.map +0 -1
  4532. package/lib/data/icons/reactNative/nas.js +0 -35
  4533. package/lib/data/icons/reactNative/nas.js.map +0 -1
  4534. package/lib/data/icons/reactNative/nav.d.ts +0 -8
  4535. package/lib/data/icons/reactNative/nav.d.ts.map +0 -1
  4536. package/lib/data/icons/reactNative/nav.js +0 -35
  4537. package/lib/data/icons/reactNative/nav.js.map +0 -1
  4538. package/lib/data/icons/reactNative/ncash.d.ts +0 -8
  4539. package/lib/data/icons/reactNative/ncash.d.ts.map +0 -1
  4540. package/lib/data/icons/reactNative/ncash.js +0 -35
  4541. package/lib/data/icons/reactNative/ncash.js.map +0 -1
  4542. package/lib/data/icons/reactNative/ndz.d.ts +0 -8
  4543. package/lib/data/icons/reactNative/ndz.d.ts.map +0 -1
  4544. package/lib/data/icons/reactNative/ndz.js +0 -35
  4545. package/lib/data/icons/reactNative/ndz.js.map +0 -1
  4546. package/lib/data/icons/reactNative/near.d.ts +0 -8
  4547. package/lib/data/icons/reactNative/near.d.ts.map +0 -1
  4548. package/lib/data/icons/reactNative/near.js +0 -35
  4549. package/lib/data/icons/reactNative/near.js.map +0 -1
  4550. package/lib/data/icons/reactNative/nebl.d.ts +0 -8
  4551. package/lib/data/icons/reactNative/nebl.d.ts.map +0 -1
  4552. package/lib/data/icons/reactNative/nebl.js +0 -35
  4553. package/lib/data/icons/reactNative/nebl.js.map +0 -1
  4554. package/lib/data/icons/reactNative/neo.d.ts +0 -8
  4555. package/lib/data/icons/reactNative/neo.d.ts.map +0 -1
  4556. package/lib/data/icons/reactNative/neo.js +0 -35
  4557. package/lib/data/icons/reactNative/neo.js.map +0 -1
  4558. package/lib/data/icons/reactNative/neon.d.ts +0 -8
  4559. package/lib/data/icons/reactNative/neon.d.ts.map +0 -1
  4560. package/lib/data/icons/reactNative/neon.js +0 -35
  4561. package/lib/data/icons/reactNative/neon.js.map +0 -1
  4562. package/lib/data/icons/reactNative/neos.d.ts +0 -8
  4563. package/lib/data/icons/reactNative/neos.d.ts.map +0 -1
  4564. package/lib/data/icons/reactNative/neos.js +0 -35
  4565. package/lib/data/icons/reactNative/neos.js.map +0 -1
  4566. package/lib/data/icons/reactNative/neu.d.ts +0 -8
  4567. package/lib/data/icons/reactNative/neu.d.ts.map +0 -1
  4568. package/lib/data/icons/reactNative/neu.js +0 -38
  4569. package/lib/data/icons/reactNative/neu.js.map +0 -1
  4570. package/lib/data/icons/reactNative/nexo.d.ts +0 -8
  4571. package/lib/data/icons/reactNative/nexo.d.ts.map +0 -1
  4572. package/lib/data/icons/reactNative/nexo.js +0 -40
  4573. package/lib/data/icons/reactNative/nexo.js.map +0 -1
  4574. package/lib/data/icons/reactNative/ngc.d.ts +0 -8
  4575. package/lib/data/icons/reactNative/ngc.d.ts.map +0 -1
  4576. package/lib/data/icons/reactNative/ngc.js +0 -35
  4577. package/lib/data/icons/reactNative/ngc.js.map +0 -1
  4578. package/lib/data/icons/reactNative/nim.d.ts +0 -8
  4579. package/lib/data/icons/reactNative/nim.d.ts.map +0 -1
  4580. package/lib/data/icons/reactNative/nim.js +0 -35
  4581. package/lib/data/icons/reactNative/nim.js.map +0 -1
  4582. package/lib/data/icons/reactNative/nio.d.ts +0 -8
  4583. package/lib/data/icons/reactNative/nio.d.ts.map +0 -1
  4584. package/lib/data/icons/reactNative/nio.js +0 -35
  4585. package/lib/data/icons/reactNative/nio.js.map +0 -1
  4586. package/lib/data/icons/reactNative/nlc2.d.ts +0 -8
  4587. package/lib/data/icons/reactNative/nlc2.d.ts.map +0 -1
  4588. package/lib/data/icons/reactNative/nlc2.js +0 -35
  4589. package/lib/data/icons/reactNative/nlc2.js.map +0 -1
  4590. package/lib/data/icons/reactNative/nlg.d.ts +0 -8
  4591. package/lib/data/icons/reactNative/nlg.d.ts.map +0 -1
  4592. package/lib/data/icons/reactNative/nlg.js +0 -35
  4593. package/lib/data/icons/reactNative/nlg.js.map +0 -1
  4594. package/lib/data/icons/reactNative/nmc.d.ts +0 -8
  4595. package/lib/data/icons/reactNative/nmc.d.ts.map +0 -1
  4596. package/lib/data/icons/reactNative/nmc.js +0 -35
  4597. package/lib/data/icons/reactNative/nmc.js.map +0 -1
  4598. package/lib/data/icons/reactNative/nmr.d.ts +0 -8
  4599. package/lib/data/icons/reactNative/nmr.d.ts.map +0 -1
  4600. package/lib/data/icons/reactNative/nmr.js +0 -35
  4601. package/lib/data/icons/reactNative/nmr.js.map +0 -1
  4602. package/lib/data/icons/reactNative/nom.d.ts +0 -8
  4603. package/lib/data/icons/reactNative/nom.d.ts.map +0 -1
  4604. package/lib/data/icons/reactNative/nom.js +0 -35
  4605. package/lib/data/icons/reactNative/nom.js.map +0 -1
  4606. package/lib/data/icons/reactNative/npxs.d.ts +0 -8
  4607. package/lib/data/icons/reactNative/npxs.d.ts.map +0 -1
  4608. package/lib/data/icons/reactNative/npxs.js +0 -36
  4609. package/lib/data/icons/reactNative/npxs.js.map +0 -1
  4610. package/lib/data/icons/reactNative/nuls.d.ts +0 -8
  4611. package/lib/data/icons/reactNative/nuls.d.ts.map +0 -1
  4612. package/lib/data/icons/reactNative/nuls.js +0 -35
  4613. package/lib/data/icons/reactNative/nuls.js.map +0 -1
  4614. package/lib/data/icons/reactNative/nxs.d.ts +0 -8
  4615. package/lib/data/icons/reactNative/nxs.d.ts.map +0 -1
  4616. package/lib/data/icons/reactNative/nxs.js +0 -35
  4617. package/lib/data/icons/reactNative/nxs.js.map +0 -1
  4618. package/lib/data/icons/reactNative/nxt.d.ts +0 -8
  4619. package/lib/data/icons/reactNative/nxt.d.ts.map +0 -1
  4620. package/lib/data/icons/reactNative/nxt.js +0 -35
  4621. package/lib/data/icons/reactNative/nxt.js.map +0 -1
  4622. package/lib/data/icons/reactNative/nym.d.ts +0 -8
  4623. package/lib/data/icons/reactNative/nym.d.ts.map +0 -1
  4624. package/lib/data/icons/reactNative/nym.js +0 -39
  4625. package/lib/data/icons/reactNative/nym.js.map +0 -1
  4626. package/lib/data/icons/reactNative/nyx.d.ts +0 -8
  4627. package/lib/data/icons/reactNative/nyx.d.ts.map +0 -1
  4628. package/lib/data/icons/reactNative/nyx.js +0 -37
  4629. package/lib/data/icons/reactNative/nyx.js.map +0 -1
  4630. package/lib/data/icons/reactNative/oax.d.ts +0 -8
  4631. package/lib/data/icons/reactNative/oax.d.ts.map +0 -1
  4632. package/lib/data/icons/reactNative/oax.js +0 -35
  4633. package/lib/data/icons/reactNative/oax.js.map +0 -1
  4634. package/lib/data/icons/reactNative/ok.d.ts +0 -8
  4635. package/lib/data/icons/reactNative/ok.d.ts.map +0 -1
  4636. package/lib/data/icons/reactNative/ok.js +0 -35
  4637. package/lib/data/icons/reactNative/ok.js.map +0 -1
  4638. package/lib/data/icons/reactNative/okb.d.ts +0 -8
  4639. package/lib/data/icons/reactNative/okb.d.ts.map +0 -1
  4640. package/lib/data/icons/reactNative/okb.js +0 -38
  4641. package/lib/data/icons/reactNative/okb.js.map +0 -1
  4642. package/lib/data/icons/reactNative/omg.d.ts +0 -8
  4643. package/lib/data/icons/reactNative/omg.d.ts.map +0 -1
  4644. package/lib/data/icons/reactNative/omg.js +0 -35
  4645. package/lib/data/icons/reactNative/omg.js.map +0 -1
  4646. package/lib/data/icons/reactNative/omni.d.ts +0 -8
  4647. package/lib/data/icons/reactNative/omni.d.ts.map +0 -1
  4648. package/lib/data/icons/reactNative/omni.js +0 -35
  4649. package/lib/data/icons/reactNative/omni.js.map +0 -1
  4650. package/lib/data/icons/reactNative/ong.d.ts +0 -8
  4651. package/lib/data/icons/reactNative/ong.d.ts.map +0 -1
  4652. package/lib/data/icons/reactNative/ong.js +0 -37
  4653. package/lib/data/icons/reactNative/ong.js.map +0 -1
  4654. package/lib/data/icons/reactNative/ont.d.ts +0 -8
  4655. package/lib/data/icons/reactNative/ont.d.ts.map +0 -1
  4656. package/lib/data/icons/reactNative/ont.js +0 -35
  4657. package/lib/data/icons/reactNative/ont.js.map +0 -1
  4658. package/lib/data/icons/reactNative/oot.d.ts +0 -8
  4659. package/lib/data/icons/reactNative/oot.d.ts.map +0 -1
  4660. package/lib/data/icons/reactNative/oot.js +0 -35
  4661. package/lib/data/icons/reactNative/oot.js.map +0 -1
  4662. package/lib/data/icons/reactNative/osmo.d.ts +0 -8
  4663. package/lib/data/icons/reactNative/osmo.d.ts.map +0 -1
  4664. package/lib/data/icons/reactNative/osmo.js +0 -39
  4665. package/lib/data/icons/reactNative/osmo.js.map +0 -1
  4666. package/lib/data/icons/reactNative/ost.d.ts +0 -8
  4667. package/lib/data/icons/reactNative/ost.d.ts.map +0 -1
  4668. package/lib/data/icons/reactNative/ost.js +0 -36
  4669. package/lib/data/icons/reactNative/ost.js.map +0 -1
  4670. package/lib/data/icons/reactNative/ox.d.ts +0 -8
  4671. package/lib/data/icons/reactNative/ox.d.ts.map +0 -1
  4672. package/lib/data/icons/reactNative/ox.js +0 -35
  4673. package/lib/data/icons/reactNative/ox.js.map +0 -1
  4674. package/lib/data/icons/reactNative/oxt.d.ts +0 -8
  4675. package/lib/data/icons/reactNative/oxt.d.ts.map +0 -1
  4676. package/lib/data/icons/reactNative/oxt.js +0 -35
  4677. package/lib/data/icons/reactNative/oxt.js.map +0 -1
  4678. package/lib/data/icons/reactNative/pac.d.ts +0 -8
  4679. package/lib/data/icons/reactNative/pac.d.ts.map +0 -1
  4680. package/lib/data/icons/reactNative/pac.js +0 -35
  4681. package/lib/data/icons/reactNative/pac.js.map +0 -1
  4682. package/lib/data/icons/reactNative/part.d.ts +0 -8
  4683. package/lib/data/icons/reactNative/part.d.ts.map +0 -1
  4684. package/lib/data/icons/reactNative/part.js +0 -35
  4685. package/lib/data/icons/reactNative/part.js.map +0 -1
  4686. package/lib/data/icons/reactNative/pasc.d.ts +0 -8
  4687. package/lib/data/icons/reactNative/pasc.d.ts.map +0 -1
  4688. package/lib/data/icons/reactNative/pasc.js +0 -35
  4689. package/lib/data/icons/reactNative/pasc.js.map +0 -1
  4690. package/lib/data/icons/reactNative/pasl.d.ts +0 -8
  4691. package/lib/data/icons/reactNative/pasl.d.ts.map +0 -1
  4692. package/lib/data/icons/reactNative/pasl.js +0 -35
  4693. package/lib/data/icons/reactNative/pasl.js.map +0 -1
  4694. package/lib/data/icons/reactNative/pax.d.ts +0 -8
  4695. package/lib/data/icons/reactNative/pax.d.ts.map +0 -1
  4696. package/lib/data/icons/reactNative/pax.js +0 -35
  4697. package/lib/data/icons/reactNative/pax.js.map +0 -1
  4698. package/lib/data/icons/reactNative/pay.d.ts +0 -8
  4699. package/lib/data/icons/reactNative/pay.d.ts.map +0 -1
  4700. package/lib/data/icons/reactNative/pay.js +0 -35
  4701. package/lib/data/icons/reactNative/pay.js.map +0 -1
  4702. package/lib/data/icons/reactNative/payx.d.ts +0 -8
  4703. package/lib/data/icons/reactNative/payx.d.ts.map +0 -1
  4704. package/lib/data/icons/reactNative/payx.js +0 -36
  4705. package/lib/data/icons/reactNative/payx.js.map +0 -1
  4706. package/lib/data/icons/reactNative/pink.d.ts +0 -8
  4707. package/lib/data/icons/reactNative/pink.d.ts.map +0 -1
  4708. package/lib/data/icons/reactNative/pink.js +0 -36
  4709. package/lib/data/icons/reactNative/pink.js.map +0 -1
  4710. package/lib/data/icons/reactNative/pirl.d.ts +0 -8
  4711. package/lib/data/icons/reactNative/pirl.d.ts.map +0 -1
  4712. package/lib/data/icons/reactNative/pirl.js +0 -35
  4713. package/lib/data/icons/reactNative/pirl.js.map +0 -1
  4714. package/lib/data/icons/reactNative/pivx.d.ts +0 -8
  4715. package/lib/data/icons/reactNative/pivx.d.ts.map +0 -1
  4716. package/lib/data/icons/reactNative/pivx.js +0 -35
  4717. package/lib/data/icons/reactNative/pivx.js.map +0 -1
  4718. package/lib/data/icons/reactNative/plr.d.ts +0 -8
  4719. package/lib/data/icons/reactNative/plr.d.ts.map +0 -1
  4720. package/lib/data/icons/reactNative/plr.js +0 -35
  4721. package/lib/data/icons/reactNative/plr.js.map +0 -1
  4722. package/lib/data/icons/reactNative/poa.d.ts +0 -8
  4723. package/lib/data/icons/reactNative/poa.d.ts.map +0 -1
  4724. package/lib/data/icons/reactNative/poa.js +0 -36
  4725. package/lib/data/icons/reactNative/poa.js.map +0 -1
  4726. package/lib/data/icons/reactNative/poe.d.ts +0 -8
  4727. package/lib/data/icons/reactNative/poe.d.ts.map +0 -1
  4728. package/lib/data/icons/reactNative/poe.js +0 -36
  4729. package/lib/data/icons/reactNative/poe.js.map +0 -1
  4730. package/lib/data/icons/reactNative/polis.d.ts +0 -8
  4731. package/lib/data/icons/reactNative/polis.d.ts.map +0 -1
  4732. package/lib/data/icons/reactNative/polis.js +0 -35
  4733. package/lib/data/icons/reactNative/polis.js.map +0 -1
  4734. package/lib/data/icons/reactNative/poly.d.ts +0 -8
  4735. package/lib/data/icons/reactNative/poly.d.ts.map +0 -1
  4736. package/lib/data/icons/reactNative/poly.js +0 -35
  4737. package/lib/data/icons/reactNative/poly.js.map +0 -1
  4738. package/lib/data/icons/reactNative/pot.d.ts +0 -8
  4739. package/lib/data/icons/reactNative/pot.d.ts.map +0 -1
  4740. package/lib/data/icons/reactNative/pot.js +0 -35
  4741. package/lib/data/icons/reactNative/pot.js.map +0 -1
  4742. package/lib/data/icons/reactNative/powr.d.ts +0 -8
  4743. package/lib/data/icons/reactNative/powr.d.ts.map +0 -1
  4744. package/lib/data/icons/reactNative/powr.js +0 -35
  4745. package/lib/data/icons/reactNative/powr.js.map +0 -1
  4746. package/lib/data/icons/reactNative/ppc.d.ts +0 -8
  4747. package/lib/data/icons/reactNative/ppc.d.ts.map +0 -1
  4748. package/lib/data/icons/reactNative/ppc.js +0 -36
  4749. package/lib/data/icons/reactNative/ppc.js.map +0 -1
  4750. package/lib/data/icons/reactNative/ppp.d.ts +0 -8
  4751. package/lib/data/icons/reactNative/ppp.d.ts.map +0 -1
  4752. package/lib/data/icons/reactNative/ppp.js +0 -35
  4753. package/lib/data/icons/reactNative/ppp.js.map +0 -1
  4754. package/lib/data/icons/reactNative/ppt.d.ts +0 -8
  4755. package/lib/data/icons/reactNative/ppt.d.ts.map +0 -1
  4756. package/lib/data/icons/reactNative/ppt.js +0 -35
  4757. package/lib/data/icons/reactNative/ppt.js.map +0 -1
  4758. package/lib/data/icons/reactNative/pre.d.ts +0 -8
  4759. package/lib/data/icons/reactNative/pre.d.ts.map +0 -1
  4760. package/lib/data/icons/reactNative/pre.js +0 -40
  4761. package/lib/data/icons/reactNative/pre.js.map +0 -1
  4762. package/lib/data/icons/reactNative/prl.d.ts +0 -8
  4763. package/lib/data/icons/reactNative/prl.d.ts.map +0 -1
  4764. package/lib/data/icons/reactNative/prl.js +0 -35
  4765. package/lib/data/icons/reactNative/prl.js.map +0 -1
  4766. package/lib/data/icons/reactNative/ptrn.d.ts +0 -8
  4767. package/lib/data/icons/reactNative/ptrn.d.ts.map +0 -1
  4768. package/lib/data/icons/reactNative/ptrn.js +0 -35
  4769. package/lib/data/icons/reactNative/ptrn.js.map +0 -1
  4770. package/lib/data/icons/reactNative/pungo.d.ts +0 -8
  4771. package/lib/data/icons/reactNative/pungo.d.ts.map +0 -1
  4772. package/lib/data/icons/reactNative/pungo.js +0 -35
  4773. package/lib/data/icons/reactNative/pungo.js.map +0 -1
  4774. package/lib/data/icons/reactNative/pura.d.ts +0 -8
  4775. package/lib/data/icons/reactNative/pura.d.ts.map +0 -1
  4776. package/lib/data/icons/reactNative/pura.js +0 -35
  4777. package/lib/data/icons/reactNative/pura.js.map +0 -1
  4778. package/lib/data/icons/reactNative/pyusd.d.ts +0 -8
  4779. package/lib/data/icons/reactNative/pyusd.d.ts.map +0 -1
  4780. package/lib/data/icons/reactNative/pyusd.js +0 -36
  4781. package/lib/data/icons/reactNative/pyusd.js.map +0 -1
  4782. package/lib/data/icons/reactNative/qash.d.ts +0 -8
  4783. package/lib/data/icons/reactNative/qash.d.ts.map +0 -1
  4784. package/lib/data/icons/reactNative/qash.js +0 -35
  4785. package/lib/data/icons/reactNative/qash.js.map +0 -1
  4786. package/lib/data/icons/reactNative/qck.d.ts +0 -8
  4787. package/lib/data/icons/reactNative/qck.d.ts.map +0 -1
  4788. package/lib/data/icons/reactNative/qck.js +0 -36
  4789. package/lib/data/icons/reactNative/qck.js.map +0 -1
  4790. package/lib/data/icons/reactNative/qiwi.d.ts +0 -8
  4791. package/lib/data/icons/reactNative/qiwi.d.ts.map +0 -1
  4792. package/lib/data/icons/reactNative/qiwi.js +0 -35
  4793. package/lib/data/icons/reactNative/qiwi.js.map +0 -1
  4794. package/lib/data/icons/reactNative/qlc.d.ts +0 -8
  4795. package/lib/data/icons/reactNative/qlc.d.ts.map +0 -1
  4796. package/lib/data/icons/reactNative/qlc.js +0 -35
  4797. package/lib/data/icons/reactNative/qlc.js.map +0 -1
  4798. package/lib/data/icons/reactNative/qrl.d.ts +0 -8
  4799. package/lib/data/icons/reactNative/qrl.d.ts.map +0 -1
  4800. package/lib/data/icons/reactNative/qrl.js +0 -35
  4801. package/lib/data/icons/reactNative/qrl.js.map +0 -1
  4802. package/lib/data/icons/reactNative/qsp.d.ts +0 -8
  4803. package/lib/data/icons/reactNative/qsp.d.ts.map +0 -1
  4804. package/lib/data/icons/reactNative/qsp.js +0 -35
  4805. package/lib/data/icons/reactNative/qsp.js.map +0 -1
  4806. package/lib/data/icons/reactNative/qtum.d.ts +0 -8
  4807. package/lib/data/icons/reactNative/qtum.d.ts.map +0 -1
  4808. package/lib/data/icons/reactNative/qtum.js +0 -35
  4809. package/lib/data/icons/reactNative/qtum.js.map +0 -1
  4810. package/lib/data/icons/reactNative/r.d.ts +0 -8
  4811. package/lib/data/icons/reactNative/r.d.ts.map +0 -1
  4812. package/lib/data/icons/reactNative/r.js +0 -35
  4813. package/lib/data/icons/reactNative/r.js.map +0 -1
  4814. package/lib/data/icons/reactNative/rads.d.ts +0 -8
  4815. package/lib/data/icons/reactNative/rads.d.ts.map +0 -1
  4816. package/lib/data/icons/reactNative/rads.js +0 -36
  4817. package/lib/data/icons/reactNative/rads.js.map +0 -1
  4818. package/lib/data/icons/reactNative/rap.d.ts +0 -8
  4819. package/lib/data/icons/reactNative/rap.d.ts.map +0 -1
  4820. package/lib/data/icons/reactNative/rap.js +0 -35
  4821. package/lib/data/icons/reactNative/rap.js.map +0 -1
  4822. package/lib/data/icons/reactNative/rbtc.d.ts +0 -8
  4823. package/lib/data/icons/reactNative/rbtc.d.ts.map +0 -1
  4824. package/lib/data/icons/reactNative/rbtc.js +0 -36
  4825. package/lib/data/icons/reactNative/rbtc.js.map +0 -1
  4826. package/lib/data/icons/reactNative/rcn.d.ts +0 -8
  4827. package/lib/data/icons/reactNative/rcn.d.ts.map +0 -1
  4828. package/lib/data/icons/reactNative/rcn.js +0 -35
  4829. package/lib/data/icons/reactNative/rcn.js.map +0 -1
  4830. package/lib/data/icons/reactNative/rdd.d.ts +0 -8
  4831. package/lib/data/icons/reactNative/rdd.d.ts.map +0 -1
  4832. package/lib/data/icons/reactNative/rdd.js +0 -36
  4833. package/lib/data/icons/reactNative/rdd.js.map +0 -1
  4834. package/lib/data/icons/reactNative/rdn.d.ts +0 -8
  4835. package/lib/data/icons/reactNative/rdn.d.ts.map +0 -1
  4836. package/lib/data/icons/reactNative/rdn.js +0 -35
  4837. package/lib/data/icons/reactNative/rdn.js.map +0 -1
  4838. package/lib/data/icons/reactNative/ren.d.ts +0 -8
  4839. package/lib/data/icons/reactNative/ren.d.ts.map +0 -1
  4840. package/lib/data/icons/reactNative/ren.js +0 -35
  4841. package/lib/data/icons/reactNative/ren.js.map +0 -1
  4842. package/lib/data/icons/reactNative/rep.d.ts +0 -8
  4843. package/lib/data/icons/reactNative/rep.d.ts.map +0 -1
  4844. package/lib/data/icons/reactNative/rep.js +0 -35
  4845. package/lib/data/icons/reactNative/rep.js.map +0 -1
  4846. package/lib/data/icons/reactNative/repv2.d.ts +0 -8
  4847. package/lib/data/icons/reactNative/repv2.d.ts.map +0 -1
  4848. package/lib/data/icons/reactNative/repv2.js +0 -36
  4849. package/lib/data/icons/reactNative/repv2.js.map +0 -1
  4850. package/lib/data/icons/reactNative/req.d.ts +0 -8
  4851. package/lib/data/icons/reactNative/req.d.ts.map +0 -1
  4852. package/lib/data/icons/reactNative/req.js +0 -35
  4853. package/lib/data/icons/reactNative/req.js.map +0 -1
  4854. package/lib/data/icons/reactNative/rhoc.d.ts +0 -8
  4855. package/lib/data/icons/reactNative/rhoc.d.ts.map +0 -1
  4856. package/lib/data/icons/reactNative/rhoc.js +0 -35
  4857. package/lib/data/icons/reactNative/rhoc.js.map +0 -1
  4858. package/lib/data/icons/reactNative/ric.d.ts +0 -8
  4859. package/lib/data/icons/reactNative/ric.d.ts.map +0 -1
  4860. package/lib/data/icons/reactNative/ric.js +0 -35
  4861. package/lib/data/icons/reactNative/ric.js.map +0 -1
  4862. package/lib/data/icons/reactNative/ride.d.ts +0 -8
  4863. package/lib/data/icons/reactNative/ride.d.ts.map +0 -1
  4864. package/lib/data/icons/reactNative/ride.js +0 -35
  4865. package/lib/data/icons/reactNative/ride.js.map +0 -1
  4866. package/lib/data/icons/reactNative/rise.d.ts +0 -8
  4867. package/lib/data/icons/reactNative/rise.d.ts.map +0 -1
  4868. package/lib/data/icons/reactNative/rise.js +0 -35
  4869. package/lib/data/icons/reactNative/rise.js.map +0 -1
  4870. package/lib/data/icons/reactNative/rlc.d.ts +0 -8
  4871. package/lib/data/icons/reactNative/rlc.d.ts.map +0 -1
  4872. package/lib/data/icons/reactNative/rlc.js +0 -35
  4873. package/lib/data/icons/reactNative/rlc.js.map +0 -1
  4874. package/lib/data/icons/reactNative/rpx.d.ts +0 -8
  4875. package/lib/data/icons/reactNative/rpx.d.ts.map +0 -1
  4876. package/lib/data/icons/reactNative/rpx.js +0 -35
  4877. package/lib/data/icons/reactNative/rpx.js.map +0 -1
  4878. package/lib/data/icons/reactNative/rub.d.ts +0 -8
  4879. package/lib/data/icons/reactNative/rub.d.ts.map +0 -1
  4880. package/lib/data/icons/reactNative/rub.js +0 -35
  4881. package/lib/data/icons/reactNative/rub.js.map +0 -1
  4882. package/lib/data/icons/reactNative/rvn.d.ts +0 -8
  4883. package/lib/data/icons/reactNative/rvn.d.ts.map +0 -1
  4884. package/lib/data/icons/reactNative/rvn.js +0 -35
  4885. package/lib/data/icons/reactNative/rvn.js.map +0 -1
  4886. package/lib/data/icons/reactNative/ryo.d.ts +0 -8
  4887. package/lib/data/icons/reactNative/ryo.d.ts.map +0 -1
  4888. package/lib/data/icons/reactNative/ryo.js +0 -36
  4889. package/lib/data/icons/reactNative/ryo.js.map +0 -1
  4890. package/lib/data/icons/reactNative/sAbi.d.ts +0 -8
  4891. package/lib/data/icons/reactNative/sAbi.d.ts.map +0 -1
  4892. package/lib/data/icons/reactNative/sAbi.js +0 -35
  4893. package/lib/data/icons/reactNative/sAbi.js.map +0 -1
  4894. package/lib/data/icons/reactNative/safe.d.ts +0 -8
  4895. package/lib/data/icons/reactNative/safe.d.ts.map +0 -1
  4896. package/lib/data/icons/reactNative/safe.js +0 -36
  4897. package/lib/data/icons/reactNative/safe.js.map +0 -1
  4898. package/lib/data/icons/reactNative/sai.d.ts +0 -8
  4899. package/lib/data/icons/reactNative/sai.d.ts.map +0 -1
  4900. package/lib/data/icons/reactNative/sai.js +0 -35
  4901. package/lib/data/icons/reactNative/sai.js.map +0 -1
  4902. package/lib/data/icons/reactNative/salt.d.ts +0 -8
  4903. package/lib/data/icons/reactNative/salt.d.ts.map +0 -1
  4904. package/lib/data/icons/reactNative/salt.js +0 -35
  4905. package/lib/data/icons/reactNative/salt.js.map +0 -1
  4906. package/lib/data/icons/reactNative/san.d.ts +0 -8
  4907. package/lib/data/icons/reactNative/san.d.ts.map +0 -1
  4908. package/lib/data/icons/reactNative/san.js +0 -35
  4909. package/lib/data/icons/reactNative/san.js.map +0 -1
  4910. package/lib/data/icons/reactNative/sbd.d.ts +0 -8
  4911. package/lib/data/icons/reactNative/sbd.d.ts.map +0 -1
  4912. package/lib/data/icons/reactNative/sbd.js +0 -35
  4913. package/lib/data/icons/reactNative/sbd.js.map +0 -1
  4914. package/lib/data/icons/reactNative/sberbank.d.ts +0 -8
  4915. package/lib/data/icons/reactNative/sberbank.d.ts.map +0 -1
  4916. package/lib/data/icons/reactNative/sberbank.js +0 -35
  4917. package/lib/data/icons/reactNative/sberbank.js.map +0 -1
  4918. package/lib/data/icons/reactNative/sc.d.ts +0 -8
  4919. package/lib/data/icons/reactNative/sc.d.ts.map +0 -1
  4920. package/lib/data/icons/reactNative/sc.js +0 -35
  4921. package/lib/data/icons/reactNative/sc.js.map +0 -1
  4922. package/lib/data/icons/reactNative/scrt.d.ts +0 -8
  4923. package/lib/data/icons/reactNative/scrt.d.ts.map +0 -1
  4924. package/lib/data/icons/reactNative/scrt.js +0 -36
  4925. package/lib/data/icons/reactNative/scrt.js.map +0 -1
  4926. package/lib/data/icons/reactNative/sei.d.ts +0 -8
  4927. package/lib/data/icons/reactNative/sei.d.ts.map +0 -1
  4928. package/lib/data/icons/reactNative/sei.js +0 -35
  4929. package/lib/data/icons/reactNative/sei.js.map +0 -1
  4930. package/lib/data/icons/reactNative/sgb.d.ts +0 -8
  4931. package/lib/data/icons/reactNative/sgb.d.ts.map +0 -1
  4932. package/lib/data/icons/reactNative/sgb.js +0 -41
  4933. package/lib/data/icons/reactNative/sgb.js.map +0 -1
  4934. package/lib/data/icons/reactNative/shift.d.ts +0 -8
  4935. package/lib/data/icons/reactNative/shift.d.ts.map +0 -1
  4936. package/lib/data/icons/reactNative/shift.js +0 -38
  4937. package/lib/data/icons/reactNative/shift.js.map +0 -1
  4938. package/lib/data/icons/reactNative/sib.d.ts +0 -8
  4939. package/lib/data/icons/reactNative/sib.d.ts.map +0 -1
  4940. package/lib/data/icons/reactNative/sib.js +0 -35
  4941. package/lib/data/icons/reactNative/sib.js.map +0 -1
  4942. package/lib/data/icons/reactNative/sin.d.ts +0 -8
  4943. package/lib/data/icons/reactNative/sin.d.ts.map +0 -1
  4944. package/lib/data/icons/reactNative/sin.js +0 -36
  4945. package/lib/data/icons/reactNative/sin.js.map +0 -1
  4946. package/lib/data/icons/reactNative/sky.d.ts +0 -8
  4947. package/lib/data/icons/reactNative/sky.d.ts.map +0 -1
  4948. package/lib/data/icons/reactNative/sky.js +0 -35
  4949. package/lib/data/icons/reactNative/sky.js.map +0 -1
  4950. package/lib/data/icons/reactNative/slr.d.ts +0 -8
  4951. package/lib/data/icons/reactNative/slr.d.ts.map +0 -1
  4952. package/lib/data/icons/reactNative/slr.js +0 -35
  4953. package/lib/data/icons/reactNative/slr.js.map +0 -1
  4954. package/lib/data/icons/reactNative/sls.d.ts +0 -8
  4955. package/lib/data/icons/reactNative/sls.d.ts.map +0 -1
  4956. package/lib/data/icons/reactNative/sls.js +0 -35
  4957. package/lib/data/icons/reactNative/sls.js.map +0 -1
  4958. package/lib/data/icons/reactNative/smart.d.ts +0 -8
  4959. package/lib/data/icons/reactNative/smart.d.ts.map +0 -1
  4960. package/lib/data/icons/reactNative/smart.js +0 -36
  4961. package/lib/data/icons/reactNative/smart.js.map +0 -1
  4962. package/lib/data/icons/reactNative/sngls.d.ts +0 -8
  4963. package/lib/data/icons/reactNative/sngls.d.ts.map +0 -1
  4964. package/lib/data/icons/reactNative/sngls.js +0 -35
  4965. package/lib/data/icons/reactNative/sngls.js.map +0 -1
  4966. package/lib/data/icons/reactNative/snm.d.ts +0 -8
  4967. package/lib/data/icons/reactNative/snm.d.ts.map +0 -1
  4968. package/lib/data/icons/reactNative/snm.js +0 -35
  4969. package/lib/data/icons/reactNative/snm.js.map +0 -1
  4970. package/lib/data/icons/reactNative/snt.d.ts +0 -8
  4971. package/lib/data/icons/reactNative/snt.d.ts.map +0 -1
  4972. package/lib/data/icons/reactNative/snt.js +0 -35
  4973. package/lib/data/icons/reactNative/snt.js.map +0 -1
  4974. package/lib/data/icons/reactNative/soc.d.ts +0 -8
  4975. package/lib/data/icons/reactNative/soc.d.ts.map +0 -1
  4976. package/lib/data/icons/reactNative/soc.js +0 -36
  4977. package/lib/data/icons/reactNative/soc.js.map +0 -1
  4978. package/lib/data/icons/reactNative/sol.d.ts +0 -8
  4979. package/lib/data/icons/reactNative/sol.d.ts.map +0 -1
  4980. package/lib/data/icons/reactNative/sol.js +0 -37
  4981. package/lib/data/icons/reactNative/sol.js.map +0 -1
  4982. package/lib/data/icons/reactNative/spank.d.ts +0 -8
  4983. package/lib/data/icons/reactNative/spank.d.ts.map +0 -1
  4984. package/lib/data/icons/reactNative/spank.js +0 -35
  4985. package/lib/data/icons/reactNative/spank.js.map +0 -1
  4986. package/lib/data/icons/reactNative/sphtx.d.ts +0 -8
  4987. package/lib/data/icons/reactNative/sphtx.d.ts.map +0 -1
  4988. package/lib/data/icons/reactNative/sphtx.js +0 -35
  4989. package/lib/data/icons/reactNative/sphtx.js.map +0 -1
  4990. package/lib/data/icons/reactNative/srn.d.ts +0 -8
  4991. package/lib/data/icons/reactNative/srn.d.ts.map +0 -1
  4992. package/lib/data/icons/reactNative/srn.js +0 -35
  4993. package/lib/data/icons/reactNative/srn.js.map +0 -1
  4994. package/lib/data/icons/reactNative/ssv.d.ts +0 -8
  4995. package/lib/data/icons/reactNative/ssv.d.ts.map +0 -1
  4996. package/lib/data/icons/reactNative/ssv.js +0 -36
  4997. package/lib/data/icons/reactNative/ssv.js.map +0 -1
  4998. package/lib/data/icons/reactNative/stak.d.ts +0 -8
  4999. package/lib/data/icons/reactNative/stak.d.ts.map +0 -1
  5000. package/lib/data/icons/reactNative/stak.js +0 -35
  5001. package/lib/data/icons/reactNative/stak.js.map +0 -1
  5002. package/lib/data/icons/reactNative/stars.d.ts +0 -8
  5003. package/lib/data/icons/reactNative/stars.d.ts.map +0 -1
  5004. package/lib/data/icons/reactNative/stars.js +0 -35
  5005. package/lib/data/icons/reactNative/stars.js.map +0 -1
  5006. package/lib/data/icons/reactNative/start.d.ts +0 -8
  5007. package/lib/data/icons/reactNative/start.d.ts.map +0 -1
  5008. package/lib/data/icons/reactNative/start.js +0 -35
  5009. package/lib/data/icons/reactNative/start.js.map +0 -1
  5010. package/lib/data/icons/reactNative/steem.d.ts +0 -8
  5011. package/lib/data/icons/reactNative/steem.d.ts.map +0 -1
  5012. package/lib/data/icons/reactNative/steem.js +0 -35
  5013. package/lib/data/icons/reactNative/steem.js.map +0 -1
  5014. package/lib/data/icons/reactNative/storj.d.ts +0 -8
  5015. package/lib/data/icons/reactNative/storj.d.ts.map +0 -1
  5016. package/lib/data/icons/reactNative/storj.js +0 -35
  5017. package/lib/data/icons/reactNative/storj.js.map +0 -1
  5018. package/lib/data/icons/reactNative/storm.d.ts +0 -8
  5019. package/lib/data/icons/reactNative/storm.d.ts.map +0 -1
  5020. package/lib/data/icons/reactNative/storm.js +0 -35
  5021. package/lib/data/icons/reactNative/storm.js.map +0 -1
  5022. package/lib/data/icons/reactNative/stq.d.ts +0 -8
  5023. package/lib/data/icons/reactNative/stq.d.ts.map +0 -1
  5024. package/lib/data/icons/reactNative/stq.js +0 -35
  5025. package/lib/data/icons/reactNative/stq.js.map +0 -1
  5026. package/lib/data/icons/reactNative/strat.d.ts +0 -8
  5027. package/lib/data/icons/reactNative/strat.d.ts.map +0 -1
  5028. package/lib/data/icons/reactNative/strat.js +0 -35
  5029. package/lib/data/icons/reactNative/strat.js.map +0 -1
  5030. package/lib/data/icons/reactNative/strd.d.ts +0 -8
  5031. package/lib/data/icons/reactNative/strd.d.ts.map +0 -1
  5032. package/lib/data/icons/reactNative/strd.js +0 -36
  5033. package/lib/data/icons/reactNative/strd.js.map +0 -1
  5034. package/lib/data/icons/reactNative/stx.d.ts +0 -8
  5035. package/lib/data/icons/reactNative/stx.d.ts.map +0 -1
  5036. package/lib/data/icons/reactNative/stx.js +0 -37
  5037. package/lib/data/icons/reactNative/stx.js.map +0 -1
  5038. package/lib/data/icons/reactNative/sub.d.ts +0 -8
  5039. package/lib/data/icons/reactNative/sub.d.ts.map +0 -1
  5040. package/lib/data/icons/reactNative/sub.js +0 -35
  5041. package/lib/data/icons/reactNative/sub.js.map +0 -1
  5042. package/lib/data/icons/reactNative/sumo.d.ts +0 -8
  5043. package/lib/data/icons/reactNative/sumo.d.ts.map +0 -1
  5044. package/lib/data/icons/reactNative/sumo.js +0 -35
  5045. package/lib/data/icons/reactNative/sumo.js.map +0 -1
  5046. package/lib/data/icons/reactNative/sys.d.ts +0 -8
  5047. package/lib/data/icons/reactNative/sys.d.ts.map +0 -1
  5048. package/lib/data/icons/reactNative/sys.js +0 -36
  5049. package/lib/data/icons/reactNative/sys.js.map +0 -1
  5050. package/lib/data/icons/reactNative/taas.d.ts +0 -8
  5051. package/lib/data/icons/reactNative/taas.d.ts.map +0 -1
  5052. package/lib/data/icons/reactNative/taas.js +0 -35
  5053. package/lib/data/icons/reactNative/taas.js.map +0 -1
  5054. package/lib/data/icons/reactNative/tau.d.ts +0 -8
  5055. package/lib/data/icons/reactNative/tau.d.ts.map +0 -1
  5056. package/lib/data/icons/reactNative/tau.js +0 -35
  5057. package/lib/data/icons/reactNative/tau.js.map +0 -1
  5058. package/lib/data/icons/reactNative/tbx.d.ts +0 -8
  5059. package/lib/data/icons/reactNative/tbx.d.ts.map +0 -1
  5060. package/lib/data/icons/reactNative/tbx.js +0 -36
  5061. package/lib/data/icons/reactNative/tbx.js.map +0 -1
  5062. package/lib/data/icons/reactNative/tel.d.ts +0 -8
  5063. package/lib/data/icons/reactNative/tel.d.ts.map +0 -1
  5064. package/lib/data/icons/reactNative/tel.js +0 -35
  5065. package/lib/data/icons/reactNative/tel.js.map +0 -1
  5066. package/lib/data/icons/reactNative/ten.d.ts +0 -8
  5067. package/lib/data/icons/reactNative/ten.d.ts.map +0 -1
  5068. package/lib/data/icons/reactNative/ten.js +0 -35
  5069. package/lib/data/icons/reactNative/ten.js.map +0 -1
  5070. package/lib/data/icons/reactNative/tern.d.ts +0 -8
  5071. package/lib/data/icons/reactNative/tern.d.ts.map +0 -1
  5072. package/lib/data/icons/reactNative/tern.js +0 -35
  5073. package/lib/data/icons/reactNative/tern.js.map +0 -1
  5074. package/lib/data/icons/reactNative/tgch.d.ts +0 -8
  5075. package/lib/data/icons/reactNative/tgch.d.ts.map +0 -1
  5076. package/lib/data/icons/reactNative/tgch.js +0 -36
  5077. package/lib/data/icons/reactNative/tgch.js.map +0 -1
  5078. package/lib/data/icons/reactNative/theta.d.ts +0 -8
  5079. package/lib/data/icons/reactNative/theta.d.ts.map +0 -1
  5080. package/lib/data/icons/reactNative/theta.js +0 -35
  5081. package/lib/data/icons/reactNative/theta.js.map +0 -1
  5082. package/lib/data/icons/reactNative/tifi.d.ts +0 -8
  5083. package/lib/data/icons/reactNative/tifi.d.ts.map +0 -1
  5084. package/lib/data/icons/reactNative/tifi.js +0 -35
  5085. package/lib/data/icons/reactNative/tifi.js.map +0 -1
  5086. package/lib/data/icons/reactNative/tix.d.ts +0 -8
  5087. package/lib/data/icons/reactNative/tix.d.ts.map +0 -1
  5088. package/lib/data/icons/reactNative/tix.js +0 -35
  5089. package/lib/data/icons/reactNative/tix.js.map +0 -1
  5090. package/lib/data/icons/reactNative/tkn.d.ts +0 -8
  5091. package/lib/data/icons/reactNative/tkn.d.ts.map +0 -1
  5092. package/lib/data/icons/reactNative/tkn.js +0 -35
  5093. package/lib/data/icons/reactNative/tkn.js.map +0 -1
  5094. package/lib/data/icons/reactNative/tks.d.ts +0 -8
  5095. package/lib/data/icons/reactNative/tks.d.ts.map +0 -1
  5096. package/lib/data/icons/reactNative/tks.js +0 -36
  5097. package/lib/data/icons/reactNative/tks.js.map +0 -1
  5098. package/lib/data/icons/reactNative/tlos.d.ts +0 -8
  5099. package/lib/data/icons/reactNative/tlos.d.ts.map +0 -1
  5100. package/lib/data/icons/reactNative/tlos.js +0 -35
  5101. package/lib/data/icons/reactNative/tlos.js.map +0 -1
  5102. package/lib/data/icons/reactNative/tnb.d.ts +0 -8
  5103. package/lib/data/icons/reactNative/tnb.d.ts.map +0 -1
  5104. package/lib/data/icons/reactNative/tnb.js +0 -35
  5105. package/lib/data/icons/reactNative/tnb.js.map +0 -1
  5106. package/lib/data/icons/reactNative/tnc.d.ts +0 -8
  5107. package/lib/data/icons/reactNative/tnc.d.ts.map +0 -1
  5108. package/lib/data/icons/reactNative/tnc.js +0 -35
  5109. package/lib/data/icons/reactNative/tnc.js.map +0 -1
  5110. package/lib/data/icons/reactNative/tnt.d.ts +0 -8
  5111. package/lib/data/icons/reactNative/tnt.d.ts.map +0 -1
  5112. package/lib/data/icons/reactNative/tnt.js +0 -35
  5113. package/lib/data/icons/reactNative/tnt.js.map +0 -1
  5114. package/lib/data/icons/reactNative/tomo.d.ts +0 -8
  5115. package/lib/data/icons/reactNative/tomo.d.ts.map +0 -1
  5116. package/lib/data/icons/reactNative/tomo.js +0 -35
  5117. package/lib/data/icons/reactNative/tomo.js.map +0 -1
  5118. package/lib/data/icons/reactNative/tpay.d.ts +0 -8
  5119. package/lib/data/icons/reactNative/tpay.d.ts.map +0 -1
  5120. package/lib/data/icons/reactNative/tpay.js +0 -37
  5121. package/lib/data/icons/reactNative/tpay.js.map +0 -1
  5122. package/lib/data/icons/reactNative/trig.d.ts +0 -8
  5123. package/lib/data/icons/reactNative/trig.d.ts.map +0 -1
  5124. package/lib/data/icons/reactNative/trig.js +0 -35
  5125. package/lib/data/icons/reactNative/trig.js.map +0 -1
  5126. package/lib/data/icons/reactNative/trtl.d.ts +0 -8
  5127. package/lib/data/icons/reactNative/trtl.d.ts.map +0 -1
  5128. package/lib/data/icons/reactNative/trtl.js +0 -36
  5129. package/lib/data/icons/reactNative/trtl.js.map +0 -1
  5130. package/lib/data/icons/reactNative/trx.d.ts +0 -8
  5131. package/lib/data/icons/reactNative/trx.d.ts.map +0 -1
  5132. package/lib/data/icons/reactNative/trx.js +0 -36
  5133. package/lib/data/icons/reactNative/trx.js.map +0 -1
  5134. package/lib/data/icons/reactNative/tusd.d.ts +0 -8
  5135. package/lib/data/icons/reactNative/tusd.d.ts.map +0 -1
  5136. package/lib/data/icons/reactNative/tusd.js +0 -37
  5137. package/lib/data/icons/reactNative/tusd.js.map +0 -1
  5138. package/lib/data/icons/reactNative/tyc.d.ts +0 -8
  5139. package/lib/data/icons/reactNative/tyc.d.ts.map +0 -1
  5140. package/lib/data/icons/reactNative/tyc.js +0 -38
  5141. package/lib/data/icons/reactNative/tyc.js.map +0 -1
  5142. package/lib/data/icons/reactNative/tzc.d.ts +0 -8
  5143. package/lib/data/icons/reactNative/tzc.d.ts.map +0 -1
  5144. package/lib/data/icons/reactNative/tzc.js +0 -35
  5145. package/lib/data/icons/reactNative/tzc.js.map +0 -1
  5146. package/lib/data/icons/reactNative/ubq.d.ts +0 -8
  5147. package/lib/data/icons/reactNative/ubq.d.ts.map +0 -1
  5148. package/lib/data/icons/reactNative/ubq.js +0 -36
  5149. package/lib/data/icons/reactNative/ubq.js.map +0 -1
  5150. package/lib/data/icons/reactNative/uma.d.ts +0 -8
  5151. package/lib/data/icons/reactNative/uma.d.ts.map +0 -1
  5152. package/lib/data/icons/reactNative/uma.js +0 -36
  5153. package/lib/data/icons/reactNative/uma.js.map +0 -1
  5154. package/lib/data/icons/reactNative/umee.d.ts +0 -8
  5155. package/lib/data/icons/reactNative/umee.d.ts.map +0 -1
  5156. package/lib/data/icons/reactNative/umee.js +0 -37
  5157. package/lib/data/icons/reactNative/umee.js.map +0 -1
  5158. package/lib/data/icons/reactNative/uni.d.ts +0 -8
  5159. package/lib/data/icons/reactNative/uni.d.ts.map +0 -1
  5160. package/lib/data/icons/reactNative/uni.js +0 -42
  5161. package/lib/data/icons/reactNative/uni.js.map +0 -1
  5162. package/lib/data/icons/reactNative/unity.d.ts +0 -8
  5163. package/lib/data/icons/reactNative/unity.d.ts.map +0 -1
  5164. package/lib/data/icons/reactNative/unity.js +0 -36
  5165. package/lib/data/icons/reactNative/unity.js.map +0 -1
  5166. package/lib/data/icons/reactNative/usdc.d.ts +0 -8
  5167. package/lib/data/icons/reactNative/usdc.d.ts.map +0 -1
  5168. package/lib/data/icons/reactNative/usdc.js +0 -35
  5169. package/lib/data/icons/reactNative/usdc.js.map +0 -1
  5170. package/lib/data/icons/reactNative/usdt.d.ts +0 -8
  5171. package/lib/data/icons/reactNative/usdt.d.ts.map +0 -1
  5172. package/lib/data/icons/reactNative/usdt.js +0 -35
  5173. package/lib/data/icons/reactNative/usdt.js.map +0 -1
  5174. package/lib/data/icons/reactNative/utk.d.ts +0 -8
  5175. package/lib/data/icons/reactNative/utk.d.ts.map +0 -1
  5176. package/lib/data/icons/reactNative/utk.js +0 -35
  5177. package/lib/data/icons/reactNative/utk.js.map +0 -1
  5178. package/lib/data/icons/reactNative/veri.d.ts +0 -8
  5179. package/lib/data/icons/reactNative/veri.d.ts.map +0 -1
  5180. package/lib/data/icons/reactNative/veri.js +0 -35
  5181. package/lib/data/icons/reactNative/veri.js.map +0 -1
  5182. package/lib/data/icons/reactNative/verse.d.ts +0 -8
  5183. package/lib/data/icons/reactNative/verse.d.ts.map +0 -1
  5184. package/lib/data/icons/reactNative/verse.js +0 -35
  5185. package/lib/data/icons/reactNative/verse.js.map +0 -1
  5186. package/lib/data/icons/reactNative/vet.d.ts +0 -8
  5187. package/lib/data/icons/reactNative/vet.d.ts.map +0 -1
  5188. package/lib/data/icons/reactNative/vet.js +0 -35
  5189. package/lib/data/icons/reactNative/vet.js.map +0 -1
  5190. package/lib/data/icons/reactNative/via.d.ts +0 -8
  5191. package/lib/data/icons/reactNative/via.d.ts.map +0 -1
  5192. package/lib/data/icons/reactNative/via.js +0 -35
  5193. package/lib/data/icons/reactNative/via.js.map +0 -1
  5194. package/lib/data/icons/reactNative/vib.d.ts +0 -8
  5195. package/lib/data/icons/reactNative/vib.d.ts.map +0 -1
  5196. package/lib/data/icons/reactNative/vib.js +0 -35
  5197. package/lib/data/icons/reactNative/vib.js.map +0 -1
  5198. package/lib/data/icons/reactNative/vibe.d.ts +0 -8
  5199. package/lib/data/icons/reactNative/vibe.d.ts.map +0 -1
  5200. package/lib/data/icons/reactNative/vibe.js +0 -35
  5201. package/lib/data/icons/reactNative/vibe.js.map +0 -1
  5202. package/lib/data/icons/reactNative/vivo.d.ts +0 -8
  5203. package/lib/data/icons/reactNative/vivo.d.ts.map +0 -1
  5204. package/lib/data/icons/reactNative/vivo.js +0 -35
  5205. package/lib/data/icons/reactNative/vivo.js.map +0 -1
  5206. package/lib/data/icons/reactNative/vlx.d.ts +0 -8
  5207. package/lib/data/icons/reactNative/vlx.d.ts.map +0 -1
  5208. package/lib/data/icons/reactNative/vlx.js +0 -35
  5209. package/lib/data/icons/reactNative/vlx.js.map +0 -1
  5210. package/lib/data/icons/reactNative/vrc.d.ts +0 -8
  5211. package/lib/data/icons/reactNative/vrc.d.ts.map +0 -1
  5212. package/lib/data/icons/reactNative/vrc.js +0 -35
  5213. package/lib/data/icons/reactNative/vrc.js.map +0 -1
  5214. package/lib/data/icons/reactNative/vrsc.d.ts +0 -8
  5215. package/lib/data/icons/reactNative/vrsc.d.ts.map +0 -1
  5216. package/lib/data/icons/reactNative/vrsc.js +0 -36
  5217. package/lib/data/icons/reactNative/vrsc.js.map +0 -1
  5218. package/lib/data/icons/reactNative/vtc.d.ts +0 -8
  5219. package/lib/data/icons/reactNative/vtc.d.ts.map +0 -1
  5220. package/lib/data/icons/reactNative/vtc.js +0 -35
  5221. package/lib/data/icons/reactNative/vtc.js.map +0 -1
  5222. package/lib/data/icons/reactNative/vtho.d.ts +0 -8
  5223. package/lib/data/icons/reactNative/vtho.d.ts.map +0 -1
  5224. package/lib/data/icons/reactNative/vtho.js +0 -36
  5225. package/lib/data/icons/reactNative/vtho.js.map +0 -1
  5226. package/lib/data/icons/reactNative/wabi.d.ts +0 -8
  5227. package/lib/data/icons/reactNative/wabi.d.ts.map +0 -1
  5228. package/lib/data/icons/reactNative/wabi.js +0 -35
  5229. package/lib/data/icons/reactNative/wabi.js.map +0 -1
  5230. package/lib/data/icons/reactNative/waifu.d.ts +0 -8
  5231. package/lib/data/icons/reactNative/waifu.d.ts.map +0 -1
  5232. package/lib/data/icons/reactNative/waifu.js +0 -36
  5233. package/lib/data/icons/reactNative/waifu.js.map +0 -1
  5234. package/lib/data/icons/reactNative/wan.d.ts +0 -8
  5235. package/lib/data/icons/reactNative/wan.d.ts.map +0 -1
  5236. package/lib/data/icons/reactNative/wan.js +0 -36
  5237. package/lib/data/icons/reactNative/wan.js.map +0 -1
  5238. package/lib/data/icons/reactNative/waves.d.ts +0 -8
  5239. package/lib/data/icons/reactNative/waves.d.ts.map +0 -1
  5240. package/lib/data/icons/reactNative/waves.js +0 -35
  5241. package/lib/data/icons/reactNative/waves.js.map +0 -1
  5242. package/lib/data/icons/reactNative/wax.d.ts +0 -8
  5243. package/lib/data/icons/reactNative/wax.d.ts.map +0 -1
  5244. package/lib/data/icons/reactNative/wax.js +0 -35
  5245. package/lib/data/icons/reactNative/wax.js.map +0 -1
  5246. package/lib/data/icons/reactNative/wbtc.d.ts +0 -8
  5247. package/lib/data/icons/reactNative/wbtc.d.ts.map +0 -1
  5248. package/lib/data/icons/reactNative/wbtc.js +0 -36
  5249. package/lib/data/icons/reactNative/wbtc.js.map +0 -1
  5250. package/lib/data/icons/reactNative/wdoge.d.ts +0 -8
  5251. package/lib/data/icons/reactNative/wdoge.d.ts.map +0 -1
  5252. package/lib/data/icons/reactNative/wdoge.js +0 -37
  5253. package/lib/data/icons/reactNative/wdoge.js.map +0 -1
  5254. package/lib/data/icons/reactNative/wgr.d.ts +0 -8
  5255. package/lib/data/icons/reactNative/wgr.d.ts.map +0 -1
  5256. package/lib/data/icons/reactNative/wgr.js +0 -35
  5257. package/lib/data/icons/reactNative/wgr.js.map +0 -1
  5258. package/lib/data/icons/reactNative/wicc.d.ts +0 -8
  5259. package/lib/data/icons/reactNative/wicc.d.ts.map +0 -1
  5260. package/lib/data/icons/reactNative/wicc.js +0 -36
  5261. package/lib/data/icons/reactNative/wicc.js.map +0 -1
  5262. package/lib/data/icons/reactNative/wings.d.ts +0 -8
  5263. package/lib/data/icons/reactNative/wings.d.ts.map +0 -1
  5264. package/lib/data/icons/reactNative/wings.js +0 -37
  5265. package/lib/data/icons/reactNative/wings.js.map +0 -1
  5266. package/lib/data/icons/reactNative/wpr.d.ts +0 -8
  5267. package/lib/data/icons/reactNative/wpr.d.ts.map +0 -1
  5268. package/lib/data/icons/reactNative/wpr.js +0 -35
  5269. package/lib/data/icons/reactNative/wpr.js.map +0 -1
  5270. package/lib/data/icons/reactNative/wtc.d.ts +0 -8
  5271. package/lib/data/icons/reactNative/wtc.d.ts.map +0 -1
  5272. package/lib/data/icons/reactNative/wtc.js +0 -38
  5273. package/lib/data/icons/reactNative/wtc.js.map +0 -1
  5274. package/lib/data/icons/reactNative/x.d.ts +0 -8
  5275. package/lib/data/icons/reactNative/x.d.ts.map +0 -1
  5276. package/lib/data/icons/reactNative/x.js +0 -37
  5277. package/lib/data/icons/reactNative/x.js.map +0 -1
  5278. package/lib/data/icons/reactNative/xas.d.ts +0 -8
  5279. package/lib/data/icons/reactNative/xas.d.ts.map +0 -1
  5280. package/lib/data/icons/reactNative/xas.js +0 -36
  5281. package/lib/data/icons/reactNative/xas.js.map +0 -1
  5282. package/lib/data/icons/reactNative/xbc.d.ts +0 -8
  5283. package/lib/data/icons/reactNative/xbc.d.ts.map +0 -1
  5284. package/lib/data/icons/reactNative/xbc.js +0 -36
  5285. package/lib/data/icons/reactNative/xbc.js.map +0 -1
  5286. package/lib/data/icons/reactNative/xbp.d.ts +0 -8
  5287. package/lib/data/icons/reactNative/xbp.d.ts.map +0 -1
  5288. package/lib/data/icons/reactNative/xbp.js +0 -35
  5289. package/lib/data/icons/reactNative/xbp.js.map +0 -1
  5290. package/lib/data/icons/reactNative/xby.d.ts +0 -8
  5291. package/lib/data/icons/reactNative/xby.d.ts.map +0 -1
  5292. package/lib/data/icons/reactNative/xby.js +0 -35
  5293. package/lib/data/icons/reactNative/xby.js.map +0 -1
  5294. package/lib/data/icons/reactNative/xcp.d.ts +0 -8
  5295. package/lib/data/icons/reactNative/xcp.d.ts.map +0 -1
  5296. package/lib/data/icons/reactNative/xcp.js +0 -35
  5297. package/lib/data/icons/reactNative/xcp.js.map +0 -1
  5298. package/lib/data/icons/reactNative/xdn.d.ts +0 -8
  5299. package/lib/data/icons/reactNative/xdn.d.ts.map +0 -1
  5300. package/lib/data/icons/reactNative/xdn.js +0 -35
  5301. package/lib/data/icons/reactNative/xdn.js.map +0 -1
  5302. package/lib/data/icons/reactNative/xem.d.ts +0 -8
  5303. package/lib/data/icons/reactNative/xem.d.ts.map +0 -1
  5304. package/lib/data/icons/reactNative/xem.js +0 -35
  5305. package/lib/data/icons/reactNative/xem.js.map +0 -1
  5306. package/lib/data/icons/reactNative/xin.d.ts +0 -8
  5307. package/lib/data/icons/reactNative/xin.d.ts.map +0 -1
  5308. package/lib/data/icons/reactNative/xin.js +0 -35
  5309. package/lib/data/icons/reactNative/xin.js.map +0 -1
  5310. package/lib/data/icons/reactNative/xlm.d.ts +0 -8
  5311. package/lib/data/icons/reactNative/xlm.d.ts.map +0 -1
  5312. package/lib/data/icons/reactNative/xlm.js +0 -36
  5313. package/lib/data/icons/reactNative/xlm.js.map +0 -1
  5314. package/lib/data/icons/reactNative/xmcc.d.ts +0 -8
  5315. package/lib/data/icons/reactNative/xmcc.d.ts.map +0 -1
  5316. package/lib/data/icons/reactNative/xmcc.js +0 -36
  5317. package/lib/data/icons/reactNative/xmcc.js.map +0 -1
  5318. package/lib/data/icons/reactNative/xmg.d.ts +0 -8
  5319. package/lib/data/icons/reactNative/xmg.d.ts.map +0 -1
  5320. package/lib/data/icons/reactNative/xmg.js +0 -36
  5321. package/lib/data/icons/reactNative/xmg.js.map +0 -1
  5322. package/lib/data/icons/reactNative/xmo.d.ts +0 -8
  5323. package/lib/data/icons/reactNative/xmo.d.ts.map +0 -1
  5324. package/lib/data/icons/reactNative/xmo.js +0 -37
  5325. package/lib/data/icons/reactNative/xmo.js.map +0 -1
  5326. package/lib/data/icons/reactNative/xmr.d.ts +0 -8
  5327. package/lib/data/icons/reactNative/xmr.d.ts.map +0 -1
  5328. package/lib/data/icons/reactNative/xmr.js +0 -35
  5329. package/lib/data/icons/reactNative/xmr.js.map +0 -1
  5330. package/lib/data/icons/reactNative/xmy.d.ts +0 -8
  5331. package/lib/data/icons/reactNative/xmy.d.ts.map +0 -1
  5332. package/lib/data/icons/reactNative/xmy.js +0 -36
  5333. package/lib/data/icons/reactNative/xmy.js.map +0 -1
  5334. package/lib/data/icons/reactNative/xp.d.ts +0 -8
  5335. package/lib/data/icons/reactNative/xp.d.ts.map +0 -1
  5336. package/lib/data/icons/reactNative/xp.js +0 -35
  5337. package/lib/data/icons/reactNative/xp.js.map +0 -1
  5338. package/lib/data/icons/reactNative/xpa.d.ts +0 -8
  5339. package/lib/data/icons/reactNative/xpa.d.ts.map +0 -1
  5340. package/lib/data/icons/reactNative/xpa.js +0 -35
  5341. package/lib/data/icons/reactNative/xpa.js.map +0 -1
  5342. package/lib/data/icons/reactNative/xpm.d.ts +0 -8
  5343. package/lib/data/icons/reactNative/xpm.d.ts.map +0 -1
  5344. package/lib/data/icons/reactNative/xpm.js +0 -35
  5345. package/lib/data/icons/reactNative/xpm.js.map +0 -1
  5346. package/lib/data/icons/reactNative/xprt.d.ts +0 -8
  5347. package/lib/data/icons/reactNative/xprt.d.ts.map +0 -1
  5348. package/lib/data/icons/reactNative/xprt.js +0 -36
  5349. package/lib/data/icons/reactNative/xprt.js.map +0 -1
  5350. package/lib/data/icons/reactNative/xrp.d.ts +0 -8
  5351. package/lib/data/icons/reactNative/xrp.d.ts.map +0 -1
  5352. package/lib/data/icons/reactNative/xrp.js +0 -35
  5353. package/lib/data/icons/reactNative/xrp.js.map +0 -1
  5354. package/lib/data/icons/reactNative/xsg.d.ts +0 -8
  5355. package/lib/data/icons/reactNative/xsg.d.ts.map +0 -1
  5356. package/lib/data/icons/reactNative/xsg.js +0 -35
  5357. package/lib/data/icons/reactNative/xsg.js.map +0 -1
  5358. package/lib/data/icons/reactNative/xst.d.ts +0 -8
  5359. package/lib/data/icons/reactNative/xst.d.ts.map +0 -1
  5360. package/lib/data/icons/reactNative/xst.js +0 -35
  5361. package/lib/data/icons/reactNative/xst.js.map +0 -1
  5362. package/lib/data/icons/reactNative/xtz.d.ts +0 -8
  5363. package/lib/data/icons/reactNative/xtz.d.ts.map +0 -1
  5364. package/lib/data/icons/reactNative/xtz.js +0 -35
  5365. package/lib/data/icons/reactNative/xtz.js.map +0 -1
  5366. package/lib/data/icons/reactNative/xuc.d.ts +0 -8
  5367. package/lib/data/icons/reactNative/xuc.d.ts.map +0 -1
  5368. package/lib/data/icons/reactNative/xuc.js +0 -36
  5369. package/lib/data/icons/reactNative/xuc.js.map +0 -1
  5370. package/lib/data/icons/reactNative/xvc.d.ts +0 -8
  5371. package/lib/data/icons/reactNative/xvc.d.ts.map +0 -1
  5372. package/lib/data/icons/reactNative/xvc.js +0 -35
  5373. package/lib/data/icons/reactNative/xvc.js.map +0 -1
  5374. package/lib/data/icons/reactNative/xvg.d.ts +0 -8
  5375. package/lib/data/icons/reactNative/xvg.d.ts.map +0 -1
  5376. package/lib/data/icons/reactNative/xvg.js +0 -36
  5377. package/lib/data/icons/reactNative/xvg.js.map +0 -1
  5378. package/lib/data/icons/reactNative/xzc.d.ts +0 -8
  5379. package/lib/data/icons/reactNative/xzc.d.ts.map +0 -1
  5380. package/lib/data/icons/reactNative/xzc.js +0 -35
  5381. package/lib/data/icons/reactNative/xzc.js.map +0 -1
  5382. package/lib/data/icons/reactNative/yae.d.ts +0 -8
  5383. package/lib/data/icons/reactNative/yae.d.ts.map +0 -1
  5384. package/lib/data/icons/reactNative/yae.js +0 -35
  5385. package/lib/data/icons/reactNative/yae.js.map +0 -1
  5386. package/lib/data/icons/reactNative/yfi.d.ts +0 -8
  5387. package/lib/data/icons/reactNative/yfi.d.ts.map +0 -1
  5388. package/lib/data/icons/reactNative/yfi.js +0 -36
  5389. package/lib/data/icons/reactNative/yfi.js.map +0 -1
  5390. package/lib/data/icons/reactNative/yoyow.d.ts +0 -8
  5391. package/lib/data/icons/reactNative/yoyow.d.ts.map +0 -1
  5392. package/lib/data/icons/reactNative/yoyow.js +0 -35
  5393. package/lib/data/icons/reactNative/yoyow.js.map +0 -1
  5394. package/lib/data/icons/reactNative/zcl.d.ts +0 -8
  5395. package/lib/data/icons/reactNative/zcl.d.ts.map +0 -1
  5396. package/lib/data/icons/reactNative/zcl.js +0 -35
  5397. package/lib/data/icons/reactNative/zcl.js.map +0 -1
  5398. package/lib/data/icons/reactNative/zec.d.ts +0 -8
  5399. package/lib/data/icons/reactNative/zec.d.ts.map +0 -1
  5400. package/lib/data/icons/reactNative/zec.js +0 -35
  5401. package/lib/data/icons/reactNative/zec.js.map +0 -1
  5402. package/lib/data/icons/reactNative/zel.d.ts +0 -8
  5403. package/lib/data/icons/reactNative/zel.d.ts.map +0 -1
  5404. package/lib/data/icons/reactNative/zel.js +0 -35
  5405. package/lib/data/icons/reactNative/zel.js.map +0 -1
  5406. package/lib/data/icons/reactNative/zen.d.ts +0 -8
  5407. package/lib/data/icons/reactNative/zen.d.ts.map +0 -1
  5408. package/lib/data/icons/reactNative/zen.js +0 -37
  5409. package/lib/data/icons/reactNative/zen.js.map +0 -1
  5410. package/lib/data/icons/reactNative/zest.d.ts +0 -8
  5411. package/lib/data/icons/reactNative/zest.d.ts.map +0 -1
  5412. package/lib/data/icons/reactNative/zest.js +0 -37
  5413. package/lib/data/icons/reactNative/zest.js.map +0 -1
  5414. package/lib/data/icons/reactNative/zil.d.ts +0 -8
  5415. package/lib/data/icons/reactNative/zil.d.ts.map +0 -1
  5416. package/lib/data/icons/reactNative/zil.js +0 -37
  5417. package/lib/data/icons/reactNative/zil.js.map +0 -1
  5418. package/lib/data/icons/reactNative/zilla.d.ts +0 -8
  5419. package/lib/data/icons/reactNative/zilla.d.ts.map +0 -1
  5420. package/lib/data/icons/reactNative/zilla.js +0 -35
  5421. package/lib/data/icons/reactNative/zilla.js.map +0 -1
  5422. package/lib/data/icons/reactNative/zrx.d.ts +0 -8
  5423. package/lib/data/icons/reactNative/zrx.d.ts.map +0 -1
  5424. package/lib/data/icons/reactNative/zrx.js +0 -35
  5425. package/lib/data/icons/reactNative/zrx.js.map +0 -1
  5426. package/lib/featureFlags/FeatureFlagsContext.d.ts +0 -46
  5427. package/lib/featureFlags/FeatureFlagsContext.d.ts.map +0 -1
  5428. package/lib/featureFlags/FeatureFlagsContext.js +0 -27
  5429. package/lib/featureFlags/FeatureFlagsContext.js.map +0 -1
  5430. package/lib/featureFlags/FeatureFlagsContext.test.d.ts +0 -2
  5431. package/lib/featureFlags/FeatureFlagsContext.test.d.ts.map +0 -1
  5432. package/lib/featureFlags/FeatureFlagsContext.test.js +0 -15
  5433. package/lib/featureFlags/FeatureFlagsContext.test.js.map +0 -1
  5434. package/lib/featureFlags/FeatureToggle.d.ts +0 -10
  5435. package/lib/featureFlags/FeatureToggle.d.ts.map +0 -1
  5436. package/lib/featureFlags/FeatureToggle.js +0 -16
  5437. package/lib/featureFlags/FeatureToggle.js.map +0 -1
  5438. package/lib/featureFlags/defaultFeatures.d.ts +0 -59
  5439. package/lib/featureFlags/defaultFeatures.d.ts.map +0 -1
  5440. package/lib/featureFlags/defaultFeatures.js +0 -308
  5441. package/lib/featureFlags/defaultFeatures.js.map +0 -1
  5442. package/lib/featureFlags/groupedFeatures.d.ts +0 -6
  5443. package/lib/featureFlags/groupedFeatures.d.ts.map +0 -1
  5444. package/lib/featureFlags/groupedFeatures.js +0 -22
  5445. package/lib/featureFlags/groupedFeatures.js.map +0 -1
  5446. package/lib/featureFlags/helper.d.ts +0 -2
  5447. package/lib/featureFlags/helper.d.ts.map +0 -1
  5448. package/lib/featureFlags/helper.js +0 -10
  5449. package/lib/featureFlags/helper.js.map +0 -1
  5450. package/lib/featureFlags/index.d.ts +0 -9
  5451. package/lib/featureFlags/index.d.ts.map +0 -1
  5452. package/lib/featureFlags/index.js +0 -30
  5453. package/lib/featureFlags/index.js.map +0 -1
  5454. package/lib/featureFlags/mock.d.ts +0 -11
  5455. package/lib/featureFlags/mock.d.ts.map +0 -1
  5456. package/lib/featureFlags/mock.js +0 -26
  5457. package/lib/featureFlags/mock.js.map +0 -1
  5458. package/lib/featureFlags/useFeature.d.ts +0 -14
  5459. package/lib/featureFlags/useFeature.d.ts.map +0 -1
  5460. package/lib/featureFlags/useFeature.js +0 -21
  5461. package/lib/featureFlags/useFeature.js.map +0 -1
  5462. package/lib/featureFlags/useFeature.test.d.ts +0 -2
  5463. package/lib/featureFlags/useFeature.test.d.ts.map +0 -1
  5464. package/lib/featureFlags/useFeature.test.js +0 -27
  5465. package/lib/featureFlags/useFeature.test.js.map +0 -1
  5466. package/lib/featureFlags/useHasOverriddenFeatureFlags.d.ts +0 -6
  5467. package/lib/featureFlags/useHasOverriddenFeatureFlags.d.ts.map +0 -1
  5468. package/lib/featureFlags/useHasOverriddenFeatureFlags.js +0 -24
  5469. package/lib/featureFlags/useHasOverriddenFeatureFlags.js.map +0 -1
  5470. package/lib-es/data/flags/react/frFlag.d.ts +0 -7
  5471. package/lib-es/data/flags/react/frFlag.d.ts.map +0 -1
  5472. package/lib-es/data/flags/react/frFlag.js +0 -32
  5473. package/lib-es/data/flags/react/frFlag.js.map +0 -1
  5474. package/lib-es/data/flags/react/index.d.ts +0 -4
  5475. package/lib-es/data/flags/react/index.d.ts.map +0 -1
  5476. package/lib-es/data/flags/react/index.js +0 -4
  5477. package/lib-es/data/flags/react/index.js.map +0 -1
  5478. package/lib-es/data/flags/react/jpFlag.d.ts +0 -7
  5479. package/lib-es/data/flags/react/jpFlag.d.ts.map +0 -1
  5480. package/lib-es/data/flags/react/jpFlag.js +0 -34
  5481. package/lib-es/data/flags/react/jpFlag.js.map +0 -1
  5482. package/lib-es/data/flags/react/usFlag.d.ts +0 -7
  5483. package/lib-es/data/flags/react/usFlag.d.ts.map +0 -1
  5484. package/lib-es/data/flags/react/usFlag.js +0 -39
  5485. package/lib-es/data/flags/react/usFlag.js.map +0 -1
  5486. package/lib-es/data/flags/reactNative/frFlag.d.ts +0 -7
  5487. package/lib-es/data/flags/reactNative/frFlag.d.ts.map +0 -1
  5488. package/lib-es/data/flags/reactNative/frFlag.js +0 -25
  5489. package/lib-es/data/flags/reactNative/frFlag.js.map +0 -1
  5490. package/lib-es/data/flags/reactNative/index.d.ts +0 -4
  5491. package/lib-es/data/flags/reactNative/index.d.ts.map +0 -1
  5492. package/lib-es/data/flags/reactNative/index.js +0 -4
  5493. package/lib-es/data/flags/reactNative/index.js.map +0 -1
  5494. package/lib-es/data/flags/reactNative/jpFlag.d.ts +0 -7
  5495. package/lib-es/data/flags/reactNative/jpFlag.d.ts.map +0 -1
  5496. package/lib-es/data/flags/reactNative/jpFlag.js +0 -27
  5497. package/lib-es/data/flags/reactNative/jpFlag.js.map +0 -1
  5498. package/lib-es/data/flags/reactNative/usFlag.d.ts +0 -7
  5499. package/lib-es/data/flags/reactNative/usFlag.d.ts.map +0 -1
  5500. package/lib-es/data/flags/reactNative/usFlag.js +0 -32
  5501. package/lib-es/data/flags/reactNative/usFlag.js.map +0 -1
  5502. package/lib-es/data/icons/react/_0Xbtc.d.ts +0 -8
  5503. package/lib-es/data/icons/react/_0Xbtc.d.ts.map +0 -1
  5504. package/lib-es/data/icons/react/_0Xbtc.js +0 -12
  5505. package/lib-es/data/icons/react/_0Xbtc.js.map +0 -1
  5506. package/lib-es/data/icons/react/_2Give.d.ts +0 -8
  5507. package/lib-es/data/icons/react/_2Give.d.ts.map +0 -1
  5508. package/lib-es/data/icons/react/_2Give.js +0 -18
  5509. package/lib-es/data/icons/react/_2Give.js.map +0 -1
  5510. package/lib-es/data/icons/react/abi.d.ts +0 -8
  5511. package/lib-es/data/icons/react/abi.d.ts.map +0 -1
  5512. package/lib-es/data/icons/react/abi.js +0 -9
  5513. package/lib-es/data/icons/react/abi.js.map +0 -1
  5514. package/lib-es/data/icons/react/abt.d.ts +0 -8
  5515. package/lib-es/data/icons/react/abt.d.ts.map +0 -1
  5516. package/lib-es/data/icons/react/abt.js +0 -9
  5517. package/lib-es/data/icons/react/abt.js.map +0 -1
  5518. package/lib-es/data/icons/react/act.d.ts +0 -8
  5519. package/lib-es/data/icons/react/act.d.ts.map +0 -1
  5520. package/lib-es/data/icons/react/act.js +0 -9
  5521. package/lib-es/data/icons/react/act.js.map +0 -1
  5522. package/lib-es/data/icons/react/actn.d.ts +0 -8
  5523. package/lib-es/data/icons/react/actn.d.ts.map +0 -1
  5524. package/lib-es/data/icons/react/actn.js +0 -9
  5525. package/lib-es/data/icons/react/actn.js.map +0 -1
  5526. package/lib-es/data/icons/react/ada.d.ts +0 -8
  5527. package/lib-es/data/icons/react/ada.d.ts.map +0 -1
  5528. package/lib-es/data/icons/react/ada.js +0 -9
  5529. package/lib-es/data/icons/react/ada.js.map +0 -1
  5530. package/lib-es/data/icons/react/add.d.ts +0 -8
  5531. package/lib-es/data/icons/react/add.d.ts.map +0 -1
  5532. package/lib-es/data/icons/react/add.js +0 -9
  5533. package/lib-es/data/icons/react/add.js.map +0 -1
  5534. package/lib-es/data/icons/react/adx.d.ts +0 -8
  5535. package/lib-es/data/icons/react/adx.d.ts.map +0 -1
  5536. package/lib-es/data/icons/react/adx.js +0 -9
  5537. package/lib-es/data/icons/react/adx.js.map +0 -1
  5538. package/lib-es/data/icons/react/ae.d.ts +0 -8
  5539. package/lib-es/data/icons/react/ae.d.ts.map +0 -1
  5540. package/lib-es/data/icons/react/ae.js +0 -9
  5541. package/lib-es/data/icons/react/ae.js.map +0 -1
  5542. package/lib-es/data/icons/react/aeon.d.ts +0 -8
  5543. package/lib-es/data/icons/react/aeon.d.ts.map +0 -1
  5544. package/lib-es/data/icons/react/aeon.js +0 -12
  5545. package/lib-es/data/icons/react/aeon.js.map +0 -1
  5546. package/lib-es/data/icons/react/agi.d.ts +0 -8
  5547. package/lib-es/data/icons/react/agi.d.ts.map +0 -1
  5548. package/lib-es/data/icons/react/agi.js +0 -10
  5549. package/lib-es/data/icons/react/agi.js.map +0 -1
  5550. package/lib-es/data/icons/react/agrs.d.ts +0 -8
  5551. package/lib-es/data/icons/react/agrs.d.ts.map +0 -1
  5552. package/lib-es/data/icons/react/agrs.js +0 -9
  5553. package/lib-es/data/icons/react/agrs.js.map +0 -1
  5554. package/lib-es/data/icons/react/aion.d.ts +0 -8
  5555. package/lib-es/data/icons/react/aion.d.ts.map +0 -1
  5556. package/lib-es/data/icons/react/aion.js +0 -10
  5557. package/lib-es/data/icons/react/aion.js.map +0 -1
  5558. package/lib-es/data/icons/react/algo.d.ts +0 -8
  5559. package/lib-es/data/icons/react/algo.d.ts.map +0 -1
  5560. package/lib-es/data/icons/react/algo.js +0 -9
  5561. package/lib-es/data/icons/react/algo.js.map +0 -1
  5562. package/lib-es/data/icons/react/amb.d.ts +0 -8
  5563. package/lib-es/data/icons/react/amb.d.ts.map +0 -1
  5564. package/lib-es/data/icons/react/amb.js +0 -9
  5565. package/lib-es/data/icons/react/amb.js.map +0 -1
  5566. package/lib-es/data/icons/react/amp.d.ts +0 -8
  5567. package/lib-es/data/icons/react/amp.d.ts.map +0 -1
  5568. package/lib-es/data/icons/react/amp.js +0 -9
  5569. package/lib-es/data/icons/react/amp.js.map +0 -1
  5570. package/lib-es/data/icons/react/ampl.d.ts +0 -8
  5571. package/lib-es/data/icons/react/ampl.d.ts.map +0 -1
  5572. package/lib-es/data/icons/react/ampl.js +0 -9
  5573. package/lib-es/data/icons/react/ampl.js.map +0 -1
  5574. package/lib-es/data/icons/react/ant.d.ts +0 -8
  5575. package/lib-es/data/icons/react/ant.d.ts.map +0 -1
  5576. package/lib-es/data/icons/react/ant.js +0 -9
  5577. package/lib-es/data/icons/react/ant.js.map +0 -1
  5578. package/lib-es/data/icons/react/apex.d.ts +0 -8
  5579. package/lib-es/data/icons/react/apex.d.ts.map +0 -1
  5580. package/lib-es/data/icons/react/apex.js +0 -9
  5581. package/lib-es/data/icons/react/apex.js.map +0 -1
  5582. package/lib-es/data/icons/react/appc.d.ts +0 -8
  5583. package/lib-es/data/icons/react/appc.d.ts.map +0 -1
  5584. package/lib-es/data/icons/react/appc.js +0 -9
  5585. package/lib-es/data/icons/react/appc.js.map +0 -1
  5586. package/lib-es/data/icons/react/ardr.d.ts +0 -8
  5587. package/lib-es/data/icons/react/ardr.d.ts.map +0 -1
  5588. package/lib-es/data/icons/react/ardr.js +0 -9
  5589. package/lib-es/data/icons/react/ardr.js.map +0 -1
  5590. package/lib-es/data/icons/react/arg.d.ts +0 -8
  5591. package/lib-es/data/icons/react/arg.d.ts.map +0 -1
  5592. package/lib-es/data/icons/react/arg.js +0 -10
  5593. package/lib-es/data/icons/react/arg.js.map +0 -1
  5594. package/lib-es/data/icons/react/ark.d.ts +0 -8
  5595. package/lib-es/data/icons/react/ark.d.ts.map +0 -1
  5596. package/lib-es/data/icons/react/ark.js +0 -9
  5597. package/lib-es/data/icons/react/ark.js.map +0 -1
  5598. package/lib-es/data/icons/react/arn.d.ts +0 -8
  5599. package/lib-es/data/icons/react/arn.d.ts.map +0 -1
  5600. package/lib-es/data/icons/react/arn.js +0 -9
  5601. package/lib-es/data/icons/react/arn.js.map +0 -1
  5602. package/lib-es/data/icons/react/arnx.d.ts +0 -8
  5603. package/lib-es/data/icons/react/arnx.d.ts.map +0 -1
  5604. package/lib-es/data/icons/react/arnx.js +0 -11
  5605. package/lib-es/data/icons/react/arnx.js.map +0 -1
  5606. package/lib-es/data/icons/react/ary.d.ts +0 -8
  5607. package/lib-es/data/icons/react/ary.d.ts.map +0 -1
  5608. package/lib-es/data/icons/react/ary.js +0 -9
  5609. package/lib-es/data/icons/react/ary.js.map +0 -1
  5610. package/lib-es/data/icons/react/ast.d.ts +0 -8
  5611. package/lib-es/data/icons/react/ast.d.ts.map +0 -1
  5612. package/lib-es/data/icons/react/ast.js +0 -9
  5613. package/lib-es/data/icons/react/ast.js.map +0 -1
  5614. package/lib-es/data/icons/react/astr.d.ts +0 -8
  5615. package/lib-es/data/icons/react/astr.d.ts.map +0 -1
  5616. package/lib-es/data/icons/react/astr.js +0 -9
  5617. package/lib-es/data/icons/react/astr.js.map +0 -1
  5618. package/lib-es/data/icons/react/atm.d.ts +0 -8
  5619. package/lib-es/data/icons/react/atm.d.ts.map +0 -1
  5620. package/lib-es/data/icons/react/atm.js +0 -9
  5621. package/lib-es/data/icons/react/atm.js.map +0 -1
  5622. package/lib-es/data/icons/react/atom.d.ts +0 -8
  5623. package/lib-es/data/icons/react/atom.d.ts.map +0 -1
  5624. package/lib-es/data/icons/react/atom.js +0 -22
  5625. package/lib-es/data/icons/react/atom.js.map +0 -1
  5626. package/lib-es/data/icons/react/audr.d.ts +0 -8
  5627. package/lib-es/data/icons/react/audr.d.ts.map +0 -1
  5628. package/lib-es/data/icons/react/audr.js +0 -9
  5629. package/lib-es/data/icons/react/audr.js.map +0 -1
  5630. package/lib-es/data/icons/react/auto.d.ts +0 -8
  5631. package/lib-es/data/icons/react/auto.d.ts.map +0 -1
  5632. package/lib-es/data/icons/react/auto.js +0 -9
  5633. package/lib-es/data/icons/react/auto.js.map +0 -1
  5634. package/lib-es/data/icons/react/avax.d.ts +0 -8
  5635. package/lib-es/data/icons/react/avax.d.ts.map +0 -1
  5636. package/lib-es/data/icons/react/avax.js +0 -9
  5637. package/lib-es/data/icons/react/avax.js.map +0 -1
  5638. package/lib-es/data/icons/react/axl.d.ts +0 -8
  5639. package/lib-es/data/icons/react/axl.d.ts.map +0 -1
  5640. package/lib-es/data/icons/react/axl.js +0 -12
  5641. package/lib-es/data/icons/react/axl.js.map +0 -1
  5642. package/lib-es/data/icons/react/aywa.d.ts +0 -8
  5643. package/lib-es/data/icons/react/aywa.d.ts.map +0 -1
  5644. package/lib-es/data/icons/react/aywa.js +0 -11
  5645. package/lib-es/data/icons/react/aywa.js.map +0 -1
  5646. package/lib-es/data/icons/react/bab.d.ts +0 -8
  5647. package/lib-es/data/icons/react/bab.d.ts.map +0 -1
  5648. package/lib-es/data/icons/react/bab.js +0 -9
  5649. package/lib-es/data/icons/react/bab.js.map +0 -1
  5650. package/lib-es/data/icons/react/bal.d.ts +0 -8
  5651. package/lib-es/data/icons/react/bal.d.ts.map +0 -1
  5652. package/lib-es/data/icons/react/bal.js +0 -14
  5653. package/lib-es/data/icons/react/bal.js.map +0 -1
  5654. package/lib-es/data/icons/react/band.d.ts +0 -8
  5655. package/lib-es/data/icons/react/band.d.ts.map +0 -1
  5656. package/lib-es/data/icons/react/band.js +0 -10
  5657. package/lib-es/data/icons/react/band.js.map +0 -1
  5658. package/lib-es/data/icons/react/bat.d.ts +0 -8
  5659. package/lib-es/data/icons/react/bat.d.ts.map +0 -1
  5660. package/lib-es/data/icons/react/bat.js +0 -9
  5661. package/lib-es/data/icons/react/bat.js.map +0 -1
  5662. package/lib-es/data/icons/react/bay.d.ts +0 -8
  5663. package/lib-es/data/icons/react/bay.d.ts.map +0 -1
  5664. package/lib-es/data/icons/react/bay.js +0 -9
  5665. package/lib-es/data/icons/react/bay.js.map +0 -1
  5666. package/lib-es/data/icons/react/bcbc.d.ts +0 -8
  5667. package/lib-es/data/icons/react/bcbc.d.ts.map +0 -1
  5668. package/lib-es/data/icons/react/bcbc.js +0 -9
  5669. package/lib-es/data/icons/react/bcbc.js.map +0 -1
  5670. package/lib-es/data/icons/react/bcc.d.ts +0 -8
  5671. package/lib-es/data/icons/react/bcc.d.ts.map +0 -1
  5672. package/lib-es/data/icons/react/bcc.js +0 -9
  5673. package/lib-es/data/icons/react/bcc.js.map +0 -1
  5674. package/lib-es/data/icons/react/bcd.d.ts +0 -8
  5675. package/lib-es/data/icons/react/bcd.d.ts.map +0 -1
  5676. package/lib-es/data/icons/react/bcd.js +0 -9
  5677. package/lib-es/data/icons/react/bcd.js.map +0 -1
  5678. package/lib-es/data/icons/react/bcert.d.ts +0 -8
  5679. package/lib-es/data/icons/react/bcert.d.ts.map +0 -1
  5680. package/lib-es/data/icons/react/bcert.js +0 -14
  5681. package/lib-es/data/icons/react/bcert.js.map +0 -1
  5682. package/lib-es/data/icons/react/bch.d.ts +0 -8
  5683. package/lib-es/data/icons/react/bch.d.ts.map +0 -1
  5684. package/lib-es/data/icons/react/bch.js +0 -9
  5685. package/lib-es/data/icons/react/bch.js.map +0 -1
  5686. package/lib-es/data/icons/react/bcio.d.ts +0 -8
  5687. package/lib-es/data/icons/react/bcio.d.ts.map +0 -1
  5688. package/lib-es/data/icons/react/bcio.js +0 -9
  5689. package/lib-es/data/icons/react/bcio.js.map +0 -1
  5690. package/lib-es/data/icons/react/bcn.d.ts +0 -8
  5691. package/lib-es/data/icons/react/bcn.d.ts.map +0 -1
  5692. package/lib-es/data/icons/react/bcn.js +0 -9
  5693. package/lib-es/data/icons/react/bcn.js.map +0 -1
  5694. package/lib-es/data/icons/react/bco.d.ts +0 -8
  5695. package/lib-es/data/icons/react/bco.d.ts.map +0 -1
  5696. package/lib-es/data/icons/react/bco.js +0 -10
  5697. package/lib-es/data/icons/react/bco.js.map +0 -1
  5698. package/lib-es/data/icons/react/bcpt.d.ts +0 -8
  5699. package/lib-es/data/icons/react/bcpt.d.ts.map +0 -1
  5700. package/lib-es/data/icons/react/bcpt.js +0 -9
  5701. package/lib-es/data/icons/react/bcpt.js.map +0 -1
  5702. package/lib-es/data/icons/react/bdl.d.ts +0 -8
  5703. package/lib-es/data/icons/react/bdl.d.ts.map +0 -1
  5704. package/lib-es/data/icons/react/bdl.js +0 -10
  5705. package/lib-es/data/icons/react/bdl.js.map +0 -1
  5706. package/lib-es/data/icons/react/beam.d.ts +0 -8
  5707. package/lib-es/data/icons/react/beam.d.ts.map +0 -1
  5708. package/lib-es/data/icons/react/beam.js +0 -9
  5709. package/lib-es/data/icons/react/beam.js.map +0 -1
  5710. package/lib-es/data/icons/react/bela.d.ts +0 -8
  5711. package/lib-es/data/icons/react/bela.d.ts.map +0 -1
  5712. package/lib-es/data/icons/react/bela.js +0 -9
  5713. package/lib-es/data/icons/react/bela.js.map +0 -1
  5714. package/lib-es/data/icons/react/bix.d.ts +0 -8
  5715. package/lib-es/data/icons/react/bix.d.ts.map +0 -1
  5716. package/lib-es/data/icons/react/bix.js +0 -9
  5717. package/lib-es/data/icons/react/bix.js.map +0 -1
  5718. package/lib-es/data/icons/react/blcn.d.ts +0 -8
  5719. package/lib-es/data/icons/react/blcn.d.ts.map +0 -1
  5720. package/lib-es/data/icons/react/blcn.js +0 -9
  5721. package/lib-es/data/icons/react/blcn.js.map +0 -1
  5722. package/lib-es/data/icons/react/blk.d.ts +0 -8
  5723. package/lib-es/data/icons/react/blk.d.ts.map +0 -1
  5724. package/lib-es/data/icons/react/blk.js +0 -9
  5725. package/lib-es/data/icons/react/blk.js.map +0 -1
  5726. package/lib-es/data/icons/react/block.d.ts +0 -8
  5727. package/lib-es/data/icons/react/block.d.ts.map +0 -1
  5728. package/lib-es/data/icons/react/block.js +0 -12
  5729. package/lib-es/data/icons/react/block.js.map +0 -1
  5730. package/lib-es/data/icons/react/blz.d.ts +0 -8
  5731. package/lib-es/data/icons/react/blz.d.ts.map +0 -1
  5732. package/lib-es/data/icons/react/blz.js +0 -9
  5733. package/lib-es/data/icons/react/blz.js.map +0 -1
  5734. package/lib-es/data/icons/react/bnb.d.ts +0 -8
  5735. package/lib-es/data/icons/react/bnb.d.ts.map +0 -1
  5736. package/lib-es/data/icons/react/bnb.js +0 -9
  5737. package/lib-es/data/icons/react/bnb.js.map +0 -1
  5738. package/lib-es/data/icons/react/bnt.d.ts +0 -8
  5739. package/lib-es/data/icons/react/bnt.d.ts.map +0 -1
  5740. package/lib-es/data/icons/react/bnt.js +0 -9
  5741. package/lib-es/data/icons/react/bnt.js.map +0 -1
  5742. package/lib-es/data/icons/react/bnty.d.ts +0 -8
  5743. package/lib-es/data/icons/react/bnty.d.ts.map +0 -1
  5744. package/lib-es/data/icons/react/bnty.js +0 -9
  5745. package/lib-es/data/icons/react/bnty.js.map +0 -1
  5746. package/lib-es/data/icons/react/booty.d.ts +0 -8
  5747. package/lib-es/data/icons/react/booty.d.ts.map +0 -1
  5748. package/lib-es/data/icons/react/booty.js +0 -10
  5749. package/lib-es/data/icons/react/booty.js.map +0 -1
  5750. package/lib-es/data/icons/react/bos.d.ts +0 -8
  5751. package/lib-es/data/icons/react/bos.d.ts.map +0 -1
  5752. package/lib-es/data/icons/react/bos.js +0 -9
  5753. package/lib-es/data/icons/react/bos.js.map +0 -1
  5754. package/lib-es/data/icons/react/bpt.d.ts +0 -8
  5755. package/lib-es/data/icons/react/bpt.d.ts.map +0 -1
  5756. package/lib-es/data/icons/react/bpt.js +0 -9
  5757. package/lib-es/data/icons/react/bpt.js.map +0 -1
  5758. package/lib-es/data/icons/react/bq.d.ts +0 -8
  5759. package/lib-es/data/icons/react/bq.d.ts.map +0 -1
  5760. package/lib-es/data/icons/react/bq.js +0 -9
  5761. package/lib-es/data/icons/react/bq.js.map +0 -1
  5762. package/lib-es/data/icons/react/brd.d.ts +0 -8
  5763. package/lib-es/data/icons/react/brd.d.ts.map +0 -1
  5764. package/lib-es/data/icons/react/brd.js +0 -9
  5765. package/lib-es/data/icons/react/brd.js.map +0 -1
  5766. package/lib-es/data/icons/react/bsd.d.ts +0 -8
  5767. package/lib-es/data/icons/react/bsd.d.ts.map +0 -1
  5768. package/lib-es/data/icons/react/bsd.js +0 -9
  5769. package/lib-es/data/icons/react/bsd.js.map +0 -1
  5770. package/lib-es/data/icons/react/bsv.d.ts +0 -8
  5771. package/lib-es/data/icons/react/bsv.d.ts.map +0 -1
  5772. package/lib-es/data/icons/react/bsv.js +0 -9
  5773. package/lib-es/data/icons/react/bsv.js.map +0 -1
  5774. package/lib-es/data/icons/react/btc.d.ts +0 -8
  5775. package/lib-es/data/icons/react/btc.d.ts.map +0 -1
  5776. package/lib-es/data/icons/react/btc.js +0 -9
  5777. package/lib-es/data/icons/react/btc.js.map +0 -1
  5778. package/lib-es/data/icons/react/btcd.d.ts +0 -8
  5779. package/lib-es/data/icons/react/btcd.d.ts.map +0 -1
  5780. package/lib-es/data/icons/react/btcd.js +0 -9
  5781. package/lib-es/data/icons/react/btcd.js.map +0 -1
  5782. package/lib-es/data/icons/react/btch.d.ts +0 -8
  5783. package/lib-es/data/icons/react/btch.d.ts.map +0 -1
  5784. package/lib-es/data/icons/react/btch.js +0 -11
  5785. package/lib-es/data/icons/react/btch.js.map +0 -1
  5786. package/lib-es/data/icons/react/btcp.d.ts +0 -8
  5787. package/lib-es/data/icons/react/btcp.d.ts.map +0 -1
  5788. package/lib-es/data/icons/react/btcp.js +0 -9
  5789. package/lib-es/data/icons/react/btcp.js.map +0 -1
  5790. package/lib-es/data/icons/react/btcz.d.ts +0 -8
  5791. package/lib-es/data/icons/react/btcz.d.ts.map +0 -1
  5792. package/lib-es/data/icons/react/btcz.js +0 -9
  5793. package/lib-es/data/icons/react/btcz.js.map +0 -1
  5794. package/lib-es/data/icons/react/btdx.d.ts +0 -8
  5795. package/lib-es/data/icons/react/btdx.d.ts.map +0 -1
  5796. package/lib-es/data/icons/react/btdx.js +0 -10
  5797. package/lib-es/data/icons/react/btdx.js.map +0 -1
  5798. package/lib-es/data/icons/react/btg.d.ts +0 -8
  5799. package/lib-es/data/icons/react/btg.d.ts.map +0 -1
  5800. package/lib-es/data/icons/react/btg.js +0 -9
  5801. package/lib-es/data/icons/react/btg.js.map +0 -1
  5802. package/lib-es/data/icons/react/btm.d.ts +0 -8
  5803. package/lib-es/data/icons/react/btm.d.ts.map +0 -1
  5804. package/lib-es/data/icons/react/btm.js +0 -9
  5805. package/lib-es/data/icons/react/btm.js.map +0 -1
  5806. package/lib-es/data/icons/react/bts.d.ts +0 -8
  5807. package/lib-es/data/icons/react/bts.d.ts.map +0 -1
  5808. package/lib-es/data/icons/react/bts.js +0 -9
  5809. package/lib-es/data/icons/react/bts.js.map +0 -1
  5810. package/lib-es/data/icons/react/btt.d.ts +0 -8
  5811. package/lib-es/data/icons/react/btt.d.ts.map +0 -1
  5812. package/lib-es/data/icons/react/btt.js +0 -12
  5813. package/lib-es/data/icons/react/btt.js.map +0 -1
  5814. package/lib-es/data/icons/react/btx.d.ts +0 -8
  5815. package/lib-es/data/icons/react/btx.d.ts.map +0 -1
  5816. package/lib-es/data/icons/react/btx.js +0 -9
  5817. package/lib-es/data/icons/react/btx.js.map +0 -1
  5818. package/lib-es/data/icons/react/burst.d.ts +0 -8
  5819. package/lib-es/data/icons/react/burst.d.ts.map +0 -1
  5820. package/lib-es/data/icons/react/burst.js +0 -9
  5821. package/lib-es/data/icons/react/burst.js.map +0 -1
  5822. package/lib-es/data/icons/react/bze.d.ts +0 -8
  5823. package/lib-es/data/icons/react/bze.d.ts.map +0 -1
  5824. package/lib-es/data/icons/react/bze.js +0 -10
  5825. package/lib-es/data/icons/react/bze.js.map +0 -1
  5826. package/lib-es/data/icons/react/call.d.ts +0 -8
  5827. package/lib-es/data/icons/react/call.d.ts.map +0 -1
  5828. package/lib-es/data/icons/react/call.js +0 -10
  5829. package/lib-es/data/icons/react/call.js.map +0 -1
  5830. package/lib-es/data/icons/react/cc.d.ts +0 -8
  5831. package/lib-es/data/icons/react/cc.d.ts.map +0 -1
  5832. package/lib-es/data/icons/react/cc.js +0 -10
  5833. package/lib-es/data/icons/react/cc.js.map +0 -1
  5834. package/lib-es/data/icons/react/cdn.d.ts +0 -8
  5835. package/lib-es/data/icons/react/cdn.d.ts.map +0 -1
  5836. package/lib-es/data/icons/react/cdn.js +0 -9
  5837. package/lib-es/data/icons/react/cdn.js.map +0 -1
  5838. package/lib-es/data/icons/react/cdt.d.ts +0 -8
  5839. package/lib-es/data/icons/react/cdt.d.ts.map +0 -1
  5840. package/lib-es/data/icons/react/cdt.js +0 -9
  5841. package/lib-es/data/icons/react/cdt.js.map +0 -1
  5842. package/lib-es/data/icons/react/celo.d.ts +0 -8
  5843. package/lib-es/data/icons/react/celo.d.ts.map +0 -1
  5844. package/lib-es/data/icons/react/celo.js +0 -11
  5845. package/lib-es/data/icons/react/celo.js.map +0 -1
  5846. package/lib-es/data/icons/react/cenz.d.ts +0 -8
  5847. package/lib-es/data/icons/react/cenz.d.ts.map +0 -1
  5848. package/lib-es/data/icons/react/cenz.js +0 -10
  5849. package/lib-es/data/icons/react/cenz.js.map +0 -1
  5850. package/lib-es/data/icons/react/chain.d.ts +0 -8
  5851. package/lib-es/data/icons/react/chain.d.ts.map +0 -1
  5852. package/lib-es/data/icons/react/chain.js +0 -10
  5853. package/lib-es/data/icons/react/chain.js.map +0 -1
  5854. package/lib-es/data/icons/react/chat.d.ts +0 -8
  5855. package/lib-es/data/icons/react/chat.d.ts.map +0 -1
  5856. package/lib-es/data/icons/react/chat.js +0 -9
  5857. package/lib-es/data/icons/react/chat.js.map +0 -1
  5858. package/lib-es/data/icons/react/chips.d.ts +0 -8
  5859. package/lib-es/data/icons/react/chips.d.ts.map +0 -1
  5860. package/lib-es/data/icons/react/chips.js +0 -9
  5861. package/lib-es/data/icons/react/chips.js.map +0 -1
  5862. package/lib-es/data/icons/react/cix.d.ts +0 -8
  5863. package/lib-es/data/icons/react/cix.d.ts.map +0 -1
  5864. package/lib-es/data/icons/react/cix.js +0 -10
  5865. package/lib-es/data/icons/react/cix.js.map +0 -1
  5866. package/lib-es/data/icons/react/clam.d.ts +0 -8
  5867. package/lib-es/data/icons/react/clam.d.ts.map +0 -1
  5868. package/lib-es/data/icons/react/clam.js +0 -9
  5869. package/lib-es/data/icons/react/clam.js.map +0 -1
  5870. package/lib-es/data/icons/react/cloak.d.ts +0 -8
  5871. package/lib-es/data/icons/react/cloak.d.ts.map +0 -1
  5872. package/lib-es/data/icons/react/cloak.js +0 -9
  5873. package/lib-es/data/icons/react/cloak.js.map +0 -1
  5874. package/lib-es/data/icons/react/cmm.d.ts +0 -8
  5875. package/lib-es/data/icons/react/cmm.d.ts.map +0 -1
  5876. package/lib-es/data/icons/react/cmm.js +0 -9
  5877. package/lib-es/data/icons/react/cmm.js.map +0 -1
  5878. package/lib-es/data/icons/react/cmt.d.ts +0 -8
  5879. package/lib-es/data/icons/react/cmt.d.ts.map +0 -1
  5880. package/lib-es/data/icons/react/cmt.js +0 -9
  5881. package/lib-es/data/icons/react/cmt.js.map +0 -1
  5882. package/lib-es/data/icons/react/cnd.d.ts +0 -8
  5883. package/lib-es/data/icons/react/cnd.d.ts.map +0 -1
  5884. package/lib-es/data/icons/react/cnd.js +0 -9
  5885. package/lib-es/data/icons/react/cnd.js.map +0 -1
  5886. package/lib-es/data/icons/react/cnx.d.ts +0 -8
  5887. package/lib-es/data/icons/react/cnx.d.ts.map +0 -1
  5888. package/lib-es/data/icons/react/cnx.js +0 -10
  5889. package/lib-es/data/icons/react/cnx.js.map +0 -1
  5890. package/lib-es/data/icons/react/cny.d.ts +0 -8
  5891. package/lib-es/data/icons/react/cny.d.ts.map +0 -1
  5892. package/lib-es/data/icons/react/cny.js +0 -9
  5893. package/lib-es/data/icons/react/cny.js.map +0 -1
  5894. package/lib-es/data/icons/react/cob.d.ts +0 -8
  5895. package/lib-es/data/icons/react/cob.d.ts.map +0 -1
  5896. package/lib-es/data/icons/react/cob.js +0 -10
  5897. package/lib-es/data/icons/react/cob.js.map +0 -1
  5898. package/lib-es/data/icons/react/colx.d.ts +0 -8
  5899. package/lib-es/data/icons/react/colx.d.ts.map +0 -1
  5900. package/lib-es/data/icons/react/colx.js +0 -9
  5901. package/lib-es/data/icons/react/colx.js.map +0 -1
  5902. package/lib-es/data/icons/react/comp.d.ts +0 -8
  5903. package/lib-es/data/icons/react/comp.d.ts.map +0 -1
  5904. package/lib-es/data/icons/react/comp.js +0 -9
  5905. package/lib-es/data/icons/react/comp.js.map +0 -1
  5906. package/lib-es/data/icons/react/coqui.d.ts +0 -8
  5907. package/lib-es/data/icons/react/coqui.d.ts.map +0 -1
  5908. package/lib-es/data/icons/react/coqui.js +0 -9
  5909. package/lib-es/data/icons/react/coqui.js.map +0 -1
  5910. package/lib-es/data/icons/react/core.d.ts +0 -8
  5911. package/lib-es/data/icons/react/core.d.ts.map +0 -1
  5912. package/lib-es/data/icons/react/core.js +0 -9
  5913. package/lib-es/data/icons/react/core.js.map +0 -1
  5914. package/lib-es/data/icons/react/cred.d.ts +0 -8
  5915. package/lib-es/data/icons/react/cred.d.ts.map +0 -1
  5916. package/lib-es/data/icons/react/cred.js +0 -9
  5917. package/lib-es/data/icons/react/cred.js.map +0 -1
  5918. package/lib-es/data/icons/react/crk.d.ts +0 -8
  5919. package/lib-es/data/icons/react/crk.d.ts.map +0 -1
  5920. package/lib-es/data/icons/react/crk.js +0 -13
  5921. package/lib-es/data/icons/react/crk.js.map +0 -1
  5922. package/lib-es/data/icons/react/cro.d.ts +0 -8
  5923. package/lib-es/data/icons/react/cro.d.ts.map +0 -1
  5924. package/lib-es/data/icons/react/cro.js +0 -12
  5925. package/lib-es/data/icons/react/cro.js.map +0 -1
  5926. package/lib-es/data/icons/react/crpt.d.ts +0 -8
  5927. package/lib-es/data/icons/react/crpt.d.ts.map +0 -1
  5928. package/lib-es/data/icons/react/crpt.js +0 -9
  5929. package/lib-es/data/icons/react/crpt.js.map +0 -1
  5930. package/lib-es/data/icons/react/crw.d.ts +0 -8
  5931. package/lib-es/data/icons/react/crw.d.ts.map +0 -1
  5932. package/lib-es/data/icons/react/crw.js +0 -9
  5933. package/lib-es/data/icons/react/crw.js.map +0 -1
  5934. package/lib-es/data/icons/react/cs.d.ts +0 -8
  5935. package/lib-es/data/icons/react/cs.d.ts.map +0 -1
  5936. package/lib-es/data/icons/react/cs.js +0 -9
  5937. package/lib-es/data/icons/react/cs.js.map +0 -1
  5938. package/lib-es/data/icons/react/cspr.d.ts +0 -8
  5939. package/lib-es/data/icons/react/cspr.d.ts.map +0 -1
  5940. package/lib-es/data/icons/react/cspr.js +0 -13
  5941. package/lib-es/data/icons/react/cspr.js.map +0 -1
  5942. package/lib-es/data/icons/react/ctr.d.ts +0 -8
  5943. package/lib-es/data/icons/react/ctr.d.ts.map +0 -1
  5944. package/lib-es/data/icons/react/ctr.js +0 -10
  5945. package/lib-es/data/icons/react/ctr.js.map +0 -1
  5946. package/lib-es/data/icons/react/ctxc.d.ts +0 -8
  5947. package/lib-es/data/icons/react/ctxc.d.ts.map +0 -1
  5948. package/lib-es/data/icons/react/ctxc.js +0 -14
  5949. package/lib-es/data/icons/react/ctxc.js.map +0 -1
  5950. package/lib-es/data/icons/react/currencyArbitrum.d.ts +0 -8
  5951. package/lib-es/data/icons/react/currencyArbitrum.d.ts.map +0 -1
  5952. package/lib-es/data/icons/react/currencyArbitrum.js +0 -12
  5953. package/lib-es/data/icons/react/currencyArbitrum.js.map +0 -1
  5954. package/lib-es/data/icons/react/currencyArbitrumGoerli.d.ts +0 -8
  5955. package/lib-es/data/icons/react/currencyArbitrumGoerli.d.ts.map +0 -1
  5956. package/lib-es/data/icons/react/currencyArbitrumGoerli.js +0 -12
  5957. package/lib-es/data/icons/react/currencyArbitrumGoerli.js.map +0 -1
  5958. package/lib-es/data/icons/react/currencyBase.d.ts +0 -8
  5959. package/lib-es/data/icons/react/currencyBase.d.ts.map +0 -1
  5960. package/lib-es/data/icons/react/currencyBase.js +0 -9
  5961. package/lib-es/data/icons/react/currencyBase.js.map +0 -1
  5962. package/lib-es/data/icons/react/currencyBaseGoerli.d.ts +0 -8
  5963. package/lib-es/data/icons/react/currencyBaseGoerli.d.ts.map +0 -1
  5964. package/lib-es/data/icons/react/currencyBaseGoerli.js +0 -9
  5965. package/lib-es/data/icons/react/currencyBaseGoerli.js.map +0 -1
  5966. package/lib-es/data/icons/react/currencyBoba.d.ts +0 -8
  5967. package/lib-es/data/icons/react/currencyBoba.d.ts.map +0 -1
  5968. package/lib-es/data/icons/react/currencyBoba.js +0 -17
  5969. package/lib-es/data/icons/react/currencyBoba.js.map +0 -1
  5970. package/lib-es/data/icons/react/currencyOptimism.d.ts +0 -8
  5971. package/lib-es/data/icons/react/currencyOptimism.d.ts.map +0 -1
  5972. package/lib-es/data/icons/react/currencyOptimism.js +0 -11
  5973. package/lib-es/data/icons/react/currencyOptimism.js.map +0 -1
  5974. package/lib-es/data/icons/react/currencyOptimismGoerli.d.ts +0 -8
  5975. package/lib-es/data/icons/react/currencyOptimismGoerli.d.ts.map +0 -1
  5976. package/lib-es/data/icons/react/currencyOptimismGoerli.js +0 -11
  5977. package/lib-es/data/icons/react/currencyOptimismGoerli.js.map +0 -1
  5978. package/lib-es/data/icons/react/currencyPolygonZkEvm.d.ts +0 -8
  5979. package/lib-es/data/icons/react/currencyPolygonZkEvm.d.ts.map +0 -1
  5980. package/lib-es/data/icons/react/currencyPolygonZkEvm.js +0 -9
  5981. package/lib-es/data/icons/react/currencyPolygonZkEvm.js.map +0 -1
  5982. package/lib-es/data/icons/react/currencyPolygonZkEvmTestnet.d.ts +0 -8
  5983. package/lib-es/data/icons/react/currencyPolygonZkEvmTestnet.d.ts.map +0 -1
  5984. package/lib-es/data/icons/react/currencyPolygonZkEvmTestnet.js +0 -9
  5985. package/lib-es/data/icons/react/currencyPolygonZkEvmTestnet.js.map +0 -1
  5986. package/lib-es/data/icons/react/cvc.d.ts +0 -8
  5987. package/lib-es/data/icons/react/cvc.d.ts.map +0 -1
  5988. package/lib-es/data/icons/react/cvc.js +0 -9
  5989. package/lib-es/data/icons/react/cvc.js.map +0 -1
  5990. package/lib-es/data/icons/react/d.d.ts +0 -8
  5991. package/lib-es/data/icons/react/d.d.ts.map +0 -1
  5992. package/lib-es/data/icons/react/d.js +0 -10
  5993. package/lib-es/data/icons/react/d.js.map +0 -1
  5994. package/lib-es/data/icons/react/dai.d.ts +0 -8
  5995. package/lib-es/data/icons/react/dai.d.ts.map +0 -1
  5996. package/lib-es/data/icons/react/dai.js +0 -9
  5997. package/lib-es/data/icons/react/dai.js.map +0 -1
  5998. package/lib-es/data/icons/react/dash.d.ts +0 -8
  5999. package/lib-es/data/icons/react/dash.d.ts.map +0 -1
  6000. package/lib-es/data/icons/react/dash.js +0 -10
  6001. package/lib-es/data/icons/react/dash.js.map +0 -1
  6002. package/lib-es/data/icons/react/dat.d.ts +0 -8
  6003. package/lib-es/data/icons/react/dat.d.ts.map +0 -1
  6004. package/lib-es/data/icons/react/dat.js +0 -9
  6005. package/lib-es/data/icons/react/dat.js.map +0 -1
  6006. package/lib-es/data/icons/react/data.d.ts +0 -8
  6007. package/lib-es/data/icons/react/data.d.ts.map +0 -1
  6008. package/lib-es/data/icons/react/data.js +0 -9
  6009. package/lib-es/data/icons/react/data.js.map +0 -1
  6010. package/lib-es/data/icons/react/dbc.d.ts +0 -8
  6011. package/lib-es/data/icons/react/dbc.d.ts.map +0 -1
  6012. package/lib-es/data/icons/react/dbc.js +0 -9
  6013. package/lib-es/data/icons/react/dbc.js.map +0 -1
  6014. package/lib-es/data/icons/react/dcn.d.ts +0 -8
  6015. package/lib-es/data/icons/react/dcn.d.ts.map +0 -1
  6016. package/lib-es/data/icons/react/dcn.js +0 -10
  6017. package/lib-es/data/icons/react/dcn.js.map +0 -1
  6018. package/lib-es/data/icons/react/dcr.d.ts +0 -8
  6019. package/lib-es/data/icons/react/dcr.d.ts.map +0 -1
  6020. package/lib-es/data/icons/react/dcr.js +0 -10
  6021. package/lib-es/data/icons/react/dcr.js.map +0 -1
  6022. package/lib-es/data/icons/react/deez.d.ts +0 -8
  6023. package/lib-es/data/icons/react/deez.d.ts.map +0 -1
  6024. package/lib-es/data/icons/react/deez.js +0 -9
  6025. package/lib-es/data/icons/react/deez.js.map +0 -1
  6026. package/lib-es/data/icons/react/dent.d.ts +0 -8
  6027. package/lib-es/data/icons/react/dent.d.ts.map +0 -1
  6028. package/lib-es/data/icons/react/dent.js +0 -9
  6029. package/lib-es/data/icons/react/dent.js.map +0 -1
  6030. package/lib-es/data/icons/react/dew.d.ts +0 -8
  6031. package/lib-es/data/icons/react/dew.d.ts.map +0 -1
  6032. package/lib-es/data/icons/react/dew.js +0 -9
  6033. package/lib-es/data/icons/react/dew.js.map +0 -1
  6034. package/lib-es/data/icons/react/dgb.d.ts +0 -8
  6035. package/lib-es/data/icons/react/dgb.d.ts.map +0 -1
  6036. package/lib-es/data/icons/react/dgb.js +0 -9
  6037. package/lib-es/data/icons/react/dgb.js.map +0 -1
  6038. package/lib-es/data/icons/react/dgd.d.ts +0 -8
  6039. package/lib-es/data/icons/react/dgd.d.ts.map +0 -1
  6040. package/lib-es/data/icons/react/dgd.js +0 -9
  6041. package/lib-es/data/icons/react/dgd.js.map +0 -1
  6042. package/lib-es/data/icons/react/dlt.d.ts +0 -8
  6043. package/lib-es/data/icons/react/dlt.d.ts.map +0 -1
  6044. package/lib-es/data/icons/react/dlt.js +0 -9
  6045. package/lib-es/data/icons/react/dlt.js.map +0 -1
  6046. package/lib-es/data/icons/react/dnt.d.ts +0 -8
  6047. package/lib-es/data/icons/react/dnt.d.ts.map +0 -1
  6048. package/lib-es/data/icons/react/dnt.js +0 -9
  6049. package/lib-es/data/icons/react/dnt.js.map +0 -1
  6050. package/lib-es/data/icons/react/dock.d.ts +0 -8
  6051. package/lib-es/data/icons/react/dock.d.ts.map +0 -1
  6052. package/lib-es/data/icons/react/dock.js +0 -9
  6053. package/lib-es/data/icons/react/dock.js.map +0 -1
  6054. package/lib-es/data/icons/react/doge.d.ts +0 -8
  6055. package/lib-es/data/icons/react/doge.d.ts.map +0 -1
  6056. package/lib-es/data/icons/react/doge.js +0 -9
  6057. package/lib-es/data/icons/react/doge.js.map +0 -1
  6058. package/lib-es/data/icons/react/dot.d.ts +0 -8
  6059. package/lib-es/data/icons/react/dot.d.ts.map +0 -1
  6060. package/lib-es/data/icons/react/dot.js +0 -14
  6061. package/lib-es/data/icons/react/dot.js.map +0 -1
  6062. package/lib-es/data/icons/react/drgn.d.ts +0 -8
  6063. package/lib-es/data/icons/react/drgn.d.ts.map +0 -1
  6064. package/lib-es/data/icons/react/drgn.js +0 -10
  6065. package/lib-es/data/icons/react/drgn.js.map +0 -1
  6066. package/lib-es/data/icons/react/drop.d.ts +0 -8
  6067. package/lib-es/data/icons/react/drop.d.ts.map +0 -1
  6068. package/lib-es/data/icons/react/drop.js +0 -16
  6069. package/lib-es/data/icons/react/drop.js.map +0 -1
  6070. package/lib-es/data/icons/react/dsm.d.ts +0 -8
  6071. package/lib-es/data/icons/react/dsm.d.ts.map +0 -1
  6072. package/lib-es/data/icons/react/dsm.js +0 -9
  6073. package/lib-es/data/icons/react/dsm.js.map +0 -1
  6074. package/lib-es/data/icons/react/dta.d.ts +0 -8
  6075. package/lib-es/data/icons/react/dta.d.ts.map +0 -1
  6076. package/lib-es/data/icons/react/dta.js +0 -9
  6077. package/lib-es/data/icons/react/dta.js.map +0 -1
  6078. package/lib-es/data/icons/react/dth.d.ts +0 -8
  6079. package/lib-es/data/icons/react/dth.d.ts.map +0 -1
  6080. package/lib-es/data/icons/react/dth.js +0 -10
  6081. package/lib-es/data/icons/react/dth.js.map +0 -1
  6082. package/lib-es/data/icons/react/dtr.d.ts +0 -8
  6083. package/lib-es/data/icons/react/dtr.d.ts.map +0 -1
  6084. package/lib-es/data/icons/react/dtr.js +0 -10
  6085. package/lib-es/data/icons/react/dtr.js.map +0 -1
  6086. package/lib-es/data/icons/react/dydx.d.ts +0 -8
  6087. package/lib-es/data/icons/react/dydx.d.ts.map +0 -1
  6088. package/lib-es/data/icons/react/dydx.js +0 -12
  6089. package/lib-es/data/icons/react/dydx.js.map +0 -1
  6090. package/lib-es/data/icons/react/ebst.d.ts +0 -8
  6091. package/lib-es/data/icons/react/ebst.d.ts.map +0 -1
  6092. package/lib-es/data/icons/react/ebst.js +0 -9
  6093. package/lib-es/data/icons/react/ebst.js.map +0 -1
  6094. package/lib-es/data/icons/react/eca.d.ts +0 -8
  6095. package/lib-es/data/icons/react/eca.d.ts.map +0 -1
  6096. package/lib-es/data/icons/react/eca.js +0 -9
  6097. package/lib-es/data/icons/react/eca.js.map +0 -1
  6098. package/lib-es/data/icons/react/edg.d.ts +0 -8
  6099. package/lib-es/data/icons/react/edg.d.ts.map +0 -1
  6100. package/lib-es/data/icons/react/edg.js +0 -10
  6101. package/lib-es/data/icons/react/edg.js.map +0 -1
  6102. package/lib-es/data/icons/react/edo.d.ts +0 -8
  6103. package/lib-es/data/icons/react/edo.d.ts.map +0 -1
  6104. package/lib-es/data/icons/react/edo.js +0 -9
  6105. package/lib-es/data/icons/react/edo.js.map +0 -1
  6106. package/lib-es/data/icons/react/edoge.d.ts +0 -8
  6107. package/lib-es/data/icons/react/edoge.d.ts.map +0 -1
  6108. package/lib-es/data/icons/react/edoge.js +0 -9
  6109. package/lib-es/data/icons/react/edoge.js.map +0 -1
  6110. package/lib-es/data/icons/react/egem.d.ts +0 -8
  6111. package/lib-es/data/icons/react/egem.d.ts.map +0 -1
  6112. package/lib-es/data/icons/react/egem.js +0 -9
  6113. package/lib-es/data/icons/react/egem.js.map +0 -1
  6114. package/lib-es/data/icons/react/egld.d.ts +0 -8
  6115. package/lib-es/data/icons/react/egld.d.ts.map +0 -1
  6116. package/lib-es/data/icons/react/egld.js +0 -9
  6117. package/lib-es/data/icons/react/egld.js.map +0 -1
  6118. package/lib-es/data/icons/react/ela.d.ts +0 -8
  6119. package/lib-es/data/icons/react/ela.d.ts.map +0 -1
  6120. package/lib-es/data/icons/react/ela.js +0 -20
  6121. package/lib-es/data/icons/react/ela.js.map +0 -1
  6122. package/lib-es/data/icons/react/elec.d.ts +0 -8
  6123. package/lib-es/data/icons/react/elec.d.ts.map +0 -1
  6124. package/lib-es/data/icons/react/elec.js +0 -11
  6125. package/lib-es/data/icons/react/elec.js.map +0 -1
  6126. package/lib-es/data/icons/react/elf.d.ts +0 -8
  6127. package/lib-es/data/icons/react/elf.d.ts.map +0 -1
  6128. package/lib-es/data/icons/react/elf.js +0 -9
  6129. package/lib-es/data/icons/react/elf.js.map +0 -1
  6130. package/lib-es/data/icons/react/elix.d.ts +0 -8
  6131. package/lib-es/data/icons/react/elix.d.ts.map +0 -1
  6132. package/lib-es/data/icons/react/elix.js +0 -16
  6133. package/lib-es/data/icons/react/elix.js.map +0 -1
  6134. package/lib-es/data/icons/react/ella.d.ts +0 -8
  6135. package/lib-es/data/icons/react/ella.d.ts.map +0 -1
  6136. package/lib-es/data/icons/react/ella.js +0 -9
  6137. package/lib-es/data/icons/react/ella.js.map +0 -1
  6138. package/lib-es/data/icons/react/emc.d.ts +0 -8
  6139. package/lib-es/data/icons/react/emc.d.ts.map +0 -1
  6140. package/lib-es/data/icons/react/emc.js +0 -9
  6141. package/lib-es/data/icons/react/emc.js.map +0 -1
  6142. package/lib-es/data/icons/react/emc2.d.ts +0 -8
  6143. package/lib-es/data/icons/react/emc2.d.ts.map +0 -1
  6144. package/lib-es/data/icons/react/emc2.js +0 -11
  6145. package/lib-es/data/icons/react/emc2.js.map +0 -1
  6146. package/lib-es/data/icons/react/eng.d.ts +0 -8
  6147. package/lib-es/data/icons/react/eng.d.ts.map +0 -1
  6148. package/lib-es/data/icons/react/eng.js +0 -10
  6149. package/lib-es/data/icons/react/eng.js.map +0 -1
  6150. package/lib-es/data/icons/react/enj.d.ts +0 -8
  6151. package/lib-es/data/icons/react/enj.d.ts.map +0 -1
  6152. package/lib-es/data/icons/react/enj.js +0 -9
  6153. package/lib-es/data/icons/react/enj.js.map +0 -1
  6154. package/lib-es/data/icons/react/entrp.d.ts +0 -8
  6155. package/lib-es/data/icons/react/entrp.d.ts.map +0 -1
  6156. package/lib-es/data/icons/react/entrp.js +0 -9
  6157. package/lib-es/data/icons/react/entrp.js.map +0 -1
  6158. package/lib-es/data/icons/react/eon.d.ts +0 -8
  6159. package/lib-es/data/icons/react/eon.d.ts.map +0 -1
  6160. package/lib-es/data/icons/react/eon.js +0 -9
  6161. package/lib-es/data/icons/react/eon.js.map +0 -1
  6162. package/lib-es/data/icons/react/eop.d.ts +0 -8
  6163. package/lib-es/data/icons/react/eop.d.ts.map +0 -1
  6164. package/lib-es/data/icons/react/eop.js +0 -10
  6165. package/lib-es/data/icons/react/eop.js.map +0 -1
  6166. package/lib-es/data/icons/react/eos.d.ts +0 -8
  6167. package/lib-es/data/icons/react/eos.d.ts.map +0 -1
  6168. package/lib-es/data/icons/react/eos.js +0 -9
  6169. package/lib-es/data/icons/react/eos.js.map +0 -1
  6170. package/lib-es/data/icons/react/eqli.d.ts +0 -8
  6171. package/lib-es/data/icons/react/eqli.d.ts.map +0 -1
  6172. package/lib-es/data/icons/react/eqli.js +0 -9
  6173. package/lib-es/data/icons/react/eqli.js.map +0 -1
  6174. package/lib-es/data/icons/react/equa.d.ts +0 -8
  6175. package/lib-es/data/icons/react/equa.d.ts.map +0 -1
  6176. package/lib-es/data/icons/react/equa.js +0 -9
  6177. package/lib-es/data/icons/react/equa.js.map +0 -1
  6178. package/lib-es/data/icons/react/eqz.d.ts +0 -8
  6179. package/lib-es/data/icons/react/eqz.d.ts.map +0 -1
  6180. package/lib-es/data/icons/react/eqz.js +0 -9
  6181. package/lib-es/data/icons/react/eqz.js.map +0 -1
  6182. package/lib-es/data/icons/react/etc.d.ts +0 -8
  6183. package/lib-es/data/icons/react/etc.d.ts.map +0 -1
  6184. package/lib-es/data/icons/react/etc.js +0 -12
  6185. package/lib-es/data/icons/react/etc.js.map +0 -1
  6186. package/lib-es/data/icons/react/eth.d.ts +0 -8
  6187. package/lib-es/data/icons/react/eth.d.ts.map +0 -1
  6188. package/lib-es/data/icons/react/eth.js +0 -14
  6189. package/lib-es/data/icons/react/eth.js.map +0 -1
  6190. package/lib-es/data/icons/react/ethos.d.ts +0 -8
  6191. package/lib-es/data/icons/react/ethos.d.ts.map +0 -1
  6192. package/lib-es/data/icons/react/ethos.js +0 -10
  6193. package/lib-es/data/icons/react/ethos.js.map +0 -1
  6194. package/lib-es/data/icons/react/etn.d.ts +0 -8
  6195. package/lib-es/data/icons/react/etn.d.ts.map +0 -1
  6196. package/lib-es/data/icons/react/etn.js +0 -9
  6197. package/lib-es/data/icons/react/etn.js.map +0 -1
  6198. package/lib-es/data/icons/react/etp.d.ts +0 -8
  6199. package/lib-es/data/icons/react/etp.d.ts.map +0 -1
  6200. package/lib-es/data/icons/react/etp.js +0 -10
  6201. package/lib-es/data/icons/react/etp.js.map +0 -1
  6202. package/lib-es/data/icons/react/euroc.d.ts +0 -8
  6203. package/lib-es/data/icons/react/euroc.d.ts.map +0 -1
  6204. package/lib-es/data/icons/react/euroc.js +0 -11
  6205. package/lib-es/data/icons/react/euroc.js.map +0 -1
  6206. package/lib-es/data/icons/react/evmos.d.ts +0 -8
  6207. package/lib-es/data/icons/react/evmos.d.ts.map +0 -1
  6208. package/lib-es/data/icons/react/evmos.js +0 -9
  6209. package/lib-es/data/icons/react/evmos.js.map +0 -1
  6210. package/lib-es/data/icons/react/evx.d.ts +0 -8
  6211. package/lib-es/data/icons/react/evx.d.ts.map +0 -1
  6212. package/lib-es/data/icons/react/evx.js +0 -10
  6213. package/lib-es/data/icons/react/evx.js.map +0 -1
  6214. package/lib-es/data/icons/react/ewt.d.ts +0 -8
  6215. package/lib-es/data/icons/react/ewt.d.ts.map +0 -1
  6216. package/lib-es/data/icons/react/ewt.js +0 -9
  6217. package/lib-es/data/icons/react/ewt.js.map +0 -1
  6218. package/lib-es/data/icons/react/exmo.d.ts +0 -8
  6219. package/lib-es/data/icons/react/exmo.d.ts.map +0 -1
  6220. package/lib-es/data/icons/react/exmo.js +0 -9
  6221. package/lib-es/data/icons/react/exmo.js.map +0 -1
  6222. package/lib-es/data/icons/react/exp.d.ts +0 -8
  6223. package/lib-es/data/icons/react/exp.d.ts.map +0 -1
  6224. package/lib-es/data/icons/react/exp.js +0 -9
  6225. package/lib-es/data/icons/react/exp.js.map +0 -1
  6226. package/lib-es/data/icons/react/fair.d.ts +0 -8
  6227. package/lib-es/data/icons/react/fair.d.ts.map +0 -1
  6228. package/lib-es/data/icons/react/fair.js +0 -9
  6229. package/lib-es/data/icons/react/fair.js.map +0 -1
  6230. package/lib-es/data/icons/react/fct.d.ts +0 -8
  6231. package/lib-es/data/icons/react/fct.d.ts.map +0 -1
  6232. package/lib-es/data/icons/react/fct.js +0 -9
  6233. package/lib-es/data/icons/react/fct.js.map +0 -1
  6234. package/lib-es/data/icons/react/fil.d.ts +0 -8
  6235. package/lib-es/data/icons/react/fil.d.ts.map +0 -1
  6236. package/lib-es/data/icons/react/fil.js +0 -9
  6237. package/lib-es/data/icons/react/fil.js.map +0 -1
  6238. package/lib-es/data/icons/react/fjc.d.ts +0 -8
  6239. package/lib-es/data/icons/react/fjc.d.ts.map +0 -1
  6240. package/lib-es/data/icons/react/fjc.js +0 -11
  6241. package/lib-es/data/icons/react/fjc.js.map +0 -1
  6242. package/lib-es/data/icons/react/fldc.d.ts +0 -8
  6243. package/lib-es/data/icons/react/fldc.d.ts.map +0 -1
  6244. package/lib-es/data/icons/react/fldc.js +0 -9
  6245. package/lib-es/data/icons/react/fldc.js.map +0 -1
  6246. package/lib-es/data/icons/react/flo.d.ts +0 -8
  6247. package/lib-es/data/icons/react/flo.d.ts.map +0 -1
  6248. package/lib-es/data/icons/react/flo.js +0 -9
  6249. package/lib-es/data/icons/react/flo.js.map +0 -1
  6250. package/lib-es/data/icons/react/flr.d.ts +0 -8
  6251. package/lib-es/data/icons/react/flr.d.ts.map +0 -1
  6252. package/lib-es/data/icons/react/flr.js +0 -9
  6253. package/lib-es/data/icons/react/flr.js.map +0 -1
  6254. package/lib-es/data/icons/react/fsn.d.ts +0 -8
  6255. package/lib-es/data/icons/react/fsn.d.ts.map +0 -1
  6256. package/lib-es/data/icons/react/fsn.js +0 -9
  6257. package/lib-es/data/icons/react/fsn.js.map +0 -1
  6258. package/lib-es/data/icons/react/ftc.d.ts +0 -8
  6259. package/lib-es/data/icons/react/ftc.d.ts.map +0 -1
  6260. package/lib-es/data/icons/react/ftc.js +0 -9
  6261. package/lib-es/data/icons/react/ftc.js.map +0 -1
  6262. package/lib-es/data/icons/react/ftm.d.ts +0 -8
  6263. package/lib-es/data/icons/react/ftm.d.ts.map +0 -1
  6264. package/lib-es/data/icons/react/ftm.js +0 -9
  6265. package/lib-es/data/icons/react/ftm.js.map +0 -1
  6266. package/lib-es/data/icons/react/fuel.d.ts +0 -8
  6267. package/lib-es/data/icons/react/fuel.d.ts.map +0 -1
  6268. package/lib-es/data/icons/react/fuel.js +0 -9
  6269. package/lib-es/data/icons/react/fuel.js.map +0 -1
  6270. package/lib-es/data/icons/react/fun.d.ts +0 -8
  6271. package/lib-es/data/icons/react/fun.d.ts.map +0 -1
  6272. package/lib-es/data/icons/react/fun.js +0 -9
  6273. package/lib-es/data/icons/react/fun.js.map +0 -1
  6274. package/lib-es/data/icons/react/gAbi.d.ts +0 -8
  6275. package/lib-es/data/icons/react/gAbi.d.ts.map +0 -1
  6276. package/lib-es/data/icons/react/gAbi.js +0 -10
  6277. package/lib-es/data/icons/react/gAbi.js.map +0 -1
  6278. package/lib-es/data/icons/react/game.d.ts +0 -8
  6279. package/lib-es/data/icons/react/game.d.ts.map +0 -1
  6280. package/lib-es/data/icons/react/game.js +0 -9
  6281. package/lib-es/data/icons/react/game.js.map +0 -1
  6282. package/lib-es/data/icons/react/gas.d.ts +0 -8
  6283. package/lib-es/data/icons/react/gas.d.ts.map +0 -1
  6284. package/lib-es/data/icons/react/gas.js +0 -9
  6285. package/lib-es/data/icons/react/gas.js.map +0 -1
  6286. package/lib-es/data/icons/react/gbx.d.ts +0 -8
  6287. package/lib-es/data/icons/react/gbx.d.ts.map +0 -1
  6288. package/lib-es/data/icons/react/gbx.js +0 -10
  6289. package/lib-es/data/icons/react/gbx.js.map +0 -1
  6290. package/lib-es/data/icons/react/gbyte.d.ts +0 -8
  6291. package/lib-es/data/icons/react/gbyte.d.ts.map +0 -1
  6292. package/lib-es/data/icons/react/gbyte.js +0 -10
  6293. package/lib-es/data/icons/react/gbyte.js.map +0 -1
  6294. package/lib-es/data/icons/react/generic.d.ts +0 -8
  6295. package/lib-es/data/icons/react/generic.d.ts.map +0 -1
  6296. package/lib-es/data/icons/react/generic.js +0 -9
  6297. package/lib-es/data/icons/react/generic.js.map +0 -1
  6298. package/lib-es/data/icons/react/gin.d.ts +0 -8
  6299. package/lib-es/data/icons/react/gin.d.ts.map +0 -1
  6300. package/lib-es/data/icons/react/gin.js +0 -10
  6301. package/lib-es/data/icons/react/gin.js.map +0 -1
  6302. package/lib-es/data/icons/react/glmr.d.ts +0 -8
  6303. package/lib-es/data/icons/react/glmr.d.ts.map +0 -1
  6304. package/lib-es/data/icons/react/glmr.js +0 -23
  6305. package/lib-es/data/icons/react/glmr.js.map +0 -1
  6306. package/lib-es/data/icons/react/glxt.d.ts +0 -8
  6307. package/lib-es/data/icons/react/glxt.d.ts.map +0 -1
  6308. package/lib-es/data/icons/react/glxt.js +0 -9
  6309. package/lib-es/data/icons/react/glxt.js.map +0 -1
  6310. package/lib-es/data/icons/react/gm.d.ts +0 -8
  6311. package/lib-es/data/icons/react/gm.d.ts.map +0 -1
  6312. package/lib-es/data/icons/react/gm.js +0 -10
  6313. package/lib-es/data/icons/react/gm.js.map +0 -1
  6314. package/lib-es/data/icons/react/gmr.d.ts +0 -8
  6315. package/lib-es/data/icons/react/gmr.d.ts.map +0 -1
  6316. package/lib-es/data/icons/react/gmr.js +0 -13
  6317. package/lib-es/data/icons/react/gmr.js.map +0 -1
  6318. package/lib-es/data/icons/react/gno.d.ts +0 -8
  6319. package/lib-es/data/icons/react/gno.d.ts.map +0 -1
  6320. package/lib-es/data/icons/react/gno.js +0 -9
  6321. package/lib-es/data/icons/react/gno.js.map +0 -1
  6322. package/lib-es/data/icons/react/gnt.d.ts +0 -8
  6323. package/lib-es/data/icons/react/gnt.d.ts.map +0 -1
  6324. package/lib-es/data/icons/react/gnt.js +0 -9
  6325. package/lib-es/data/icons/react/gnt.js.map +0 -1
  6326. package/lib-es/data/icons/react/gold.d.ts +0 -8
  6327. package/lib-es/data/icons/react/gold.d.ts.map +0 -1
  6328. package/lib-es/data/icons/react/gold.js +0 -9
  6329. package/lib-es/data/icons/react/gold.js.map +0 -1
  6330. package/lib-es/data/icons/react/grc.d.ts +0 -8
  6331. package/lib-es/data/icons/react/grc.d.ts.map +0 -1
  6332. package/lib-es/data/icons/react/grc.js +0 -9
  6333. package/lib-es/data/icons/react/grc.js.map +0 -1
  6334. package/lib-es/data/icons/react/grin.d.ts +0 -8
  6335. package/lib-es/data/icons/react/grin.d.ts.map +0 -1
  6336. package/lib-es/data/icons/react/grin.js +0 -9
  6337. package/lib-es/data/icons/react/grin.js.map +0 -1
  6338. package/lib-es/data/icons/react/gsc.d.ts +0 -8
  6339. package/lib-es/data/icons/react/gsc.d.ts.map +0 -1
  6340. package/lib-es/data/icons/react/gsc.js +0 -9
  6341. package/lib-es/data/icons/react/gsc.js.map +0 -1
  6342. package/lib-es/data/icons/react/gto.d.ts +0 -8
  6343. package/lib-es/data/icons/react/gto.d.ts.map +0 -1
  6344. package/lib-es/data/icons/react/gto.js +0 -10
  6345. package/lib-es/data/icons/react/gto.js.map +0 -1
  6346. package/lib-es/data/icons/react/gup.d.ts +0 -8
  6347. package/lib-es/data/icons/react/gup.d.ts.map +0 -1
  6348. package/lib-es/data/icons/react/gup.js +0 -9
  6349. package/lib-es/data/icons/react/gup.js.map +0 -1
  6350. package/lib-es/data/icons/react/gusd.d.ts +0 -8
  6351. package/lib-es/data/icons/react/gusd.d.ts.map +0 -1
  6352. package/lib-es/data/icons/react/gusd.js +0 -9
  6353. package/lib-es/data/icons/react/gusd.js.map +0 -1
  6354. package/lib-es/data/icons/react/gvt.d.ts +0 -8
  6355. package/lib-es/data/icons/react/gvt.d.ts.map +0 -1
  6356. package/lib-es/data/icons/react/gvt.js +0 -9
  6357. package/lib-es/data/icons/react/gvt.js.map +0 -1
  6358. package/lib-es/data/icons/react/gxs.d.ts +0 -8
  6359. package/lib-es/data/icons/react/gxs.d.ts.map +0 -1
  6360. package/lib-es/data/icons/react/gxs.js +0 -9
  6361. package/lib-es/data/icons/react/gxs.js.map +0 -1
  6362. package/lib-es/data/icons/react/gzr.d.ts +0 -8
  6363. package/lib-es/data/icons/react/gzr.d.ts.map +0 -1
  6364. package/lib-es/data/icons/react/gzr.js +0 -12
  6365. package/lib-es/data/icons/react/gzr.js.map +0 -1
  6366. package/lib-es/data/icons/react/hbar.d.ts +0 -8
  6367. package/lib-es/data/icons/react/hbar.d.ts.map +0 -1
  6368. package/lib-es/data/icons/react/hbar.js +0 -9
  6369. package/lib-es/data/icons/react/hbar.js.map +0 -1
  6370. package/lib-es/data/icons/react/hight.d.ts +0 -8
  6371. package/lib-es/data/icons/react/hight.d.ts.map +0 -1
  6372. package/lib-es/data/icons/react/hight.js +0 -9
  6373. package/lib-es/data/icons/react/hight.js.map +0 -1
  6374. package/lib-es/data/icons/react/hmmm.d.ts +0 -8
  6375. package/lib-es/data/icons/react/hmmm.d.ts.map +0 -1
  6376. package/lib-es/data/icons/react/hmmm.js +0 -10
  6377. package/lib-es/data/icons/react/hmmm.js.map +0 -1
  6378. package/lib-es/data/icons/react/hodl.d.ts +0 -8
  6379. package/lib-es/data/icons/react/hodl.d.ts.map +0 -1
  6380. package/lib-es/data/icons/react/hodl.js +0 -9
  6381. package/lib-es/data/icons/react/hodl.js.map +0 -1
  6382. package/lib-es/data/icons/react/hot.d.ts +0 -8
  6383. package/lib-es/data/icons/react/hot.d.ts.map +0 -1
  6384. package/lib-es/data/icons/react/hot.js +0 -9
  6385. package/lib-es/data/icons/react/hot.js.map +0 -1
  6386. package/lib-es/data/icons/react/hpb.d.ts +0 -8
  6387. package/lib-es/data/icons/react/hpb.d.ts.map +0 -1
  6388. package/lib-es/data/icons/react/hpb.js +0 -10
  6389. package/lib-es/data/icons/react/hpb.js.map +0 -1
  6390. package/lib-es/data/icons/react/hsr.d.ts +0 -8
  6391. package/lib-es/data/icons/react/hsr.d.ts.map +0 -1
  6392. package/lib-es/data/icons/react/hsr.js +0 -10
  6393. package/lib-es/data/icons/react/hsr.js.map +0 -1
  6394. package/lib-es/data/icons/react/ht.d.ts +0 -8
  6395. package/lib-es/data/icons/react/ht.d.ts.map +0 -1
  6396. package/lib-es/data/icons/react/ht.js +0 -10
  6397. package/lib-es/data/icons/react/ht.js.map +0 -1
  6398. package/lib-es/data/icons/react/html.d.ts +0 -8
  6399. package/lib-es/data/icons/react/html.d.ts.map +0 -1
  6400. package/lib-es/data/icons/react/html.js +0 -9
  6401. package/lib-es/data/icons/react/html.js.map +0 -1
  6402. package/lib-es/data/icons/react/huc.d.ts +0 -8
  6403. package/lib-es/data/icons/react/huc.d.ts.map +0 -1
  6404. package/lib-es/data/icons/react/huc.js +0 -9
  6405. package/lib-es/data/icons/react/huc.js.map +0 -1
  6406. package/lib-es/data/icons/react/hush.d.ts +0 -8
  6407. package/lib-es/data/icons/react/hush.d.ts.map +0 -1
  6408. package/lib-es/data/icons/react/hush.js +0 -9
  6409. package/lib-es/data/icons/react/hush.js.map +0 -1
  6410. package/lib-es/data/icons/react/icn.d.ts +0 -8
  6411. package/lib-es/data/icons/react/icn.d.ts.map +0 -1
  6412. package/lib-es/data/icons/react/icn.js +0 -9
  6413. package/lib-es/data/icons/react/icn.js.map +0 -1
  6414. package/lib-es/data/icons/react/icp.d.ts +0 -8
  6415. package/lib-es/data/icons/react/icp.d.ts.map +0 -1
  6416. package/lib-es/data/icons/react/icp.js +0 -9
  6417. package/lib-es/data/icons/react/icp.js.map +0 -1
  6418. package/lib-es/data/icons/react/icx.d.ts +0 -8
  6419. package/lib-es/data/icons/react/icx.d.ts.map +0 -1
  6420. package/lib-es/data/icons/react/icx.js +0 -9
  6421. package/lib-es/data/icons/react/icx.js.map +0 -1
  6422. package/lib-es/data/icons/react/ignis.d.ts +0 -8
  6423. package/lib-es/data/icons/react/ignis.d.ts.map +0 -1
  6424. package/lib-es/data/icons/react/ignis.js +0 -10
  6425. package/lib-es/data/icons/react/ignis.js.map +0 -1
  6426. package/lib-es/data/icons/react/ilk.d.ts +0 -8
  6427. package/lib-es/data/icons/react/ilk.d.ts.map +0 -1
  6428. package/lib-es/data/icons/react/ilk.js +0 -9
  6429. package/lib-es/data/icons/react/ilk.js.map +0 -1
  6430. package/lib-es/data/icons/react/index.d.ts +0 -516
  6431. package/lib-es/data/icons/react/index.d.ts.map +0 -1
  6432. package/lib-es/data/icons/react/index.js +0 -516
  6433. package/lib-es/data/icons/react/index.js.map +0 -1
  6434. package/lib-es/data/icons/react/inj.d.ts +0 -8
  6435. package/lib-es/data/icons/react/inj.d.ts.map +0 -1
  6436. package/lib-es/data/icons/react/inj.js +0 -10
  6437. package/lib-es/data/icons/react/inj.js.map +0 -1
  6438. package/lib-es/data/icons/react/ink.d.ts +0 -8
  6439. package/lib-es/data/icons/react/ink.d.ts.map +0 -1
  6440. package/lib-es/data/icons/react/ink.js +0 -10
  6441. package/lib-es/data/icons/react/ink.js.map +0 -1
  6442. package/lib-es/data/icons/react/ins.d.ts +0 -8
  6443. package/lib-es/data/icons/react/ins.d.ts.map +0 -1
  6444. package/lib-es/data/icons/react/ins.js +0 -12
  6445. package/lib-es/data/icons/react/ins.js.map +0 -1
  6446. package/lib-es/data/icons/react/ion.d.ts +0 -8
  6447. package/lib-es/data/icons/react/ion.d.ts.map +0 -1
  6448. package/lib-es/data/icons/react/ion.js +0 -9
  6449. package/lib-es/data/icons/react/ion.js.map +0 -1
  6450. package/lib-es/data/icons/react/iop.d.ts +0 -8
  6451. package/lib-es/data/icons/react/iop.d.ts.map +0 -1
  6452. package/lib-es/data/icons/react/iop.js +0 -11
  6453. package/lib-es/data/icons/react/iop.js.map +0 -1
  6454. package/lib-es/data/icons/react/iost.d.ts +0 -8
  6455. package/lib-es/data/icons/react/iost.d.ts.map +0 -1
  6456. package/lib-es/data/icons/react/iost.js +0 -9
  6457. package/lib-es/data/icons/react/iost.js.map +0 -1
  6458. package/lib-es/data/icons/react/iotx.d.ts +0 -8
  6459. package/lib-es/data/icons/react/iotx.d.ts.map +0 -1
  6460. package/lib-es/data/icons/react/iotx.js +0 -31
  6461. package/lib-es/data/icons/react/iotx.js.map +0 -1
  6462. package/lib-es/data/icons/react/iq.d.ts +0 -8
  6463. package/lib-es/data/icons/react/iq.d.ts.map +0 -1
  6464. package/lib-es/data/icons/react/iq.js +0 -9
  6465. package/lib-es/data/icons/react/iq.js.map +0 -1
  6466. package/lib-es/data/icons/react/itc.d.ts +0 -8
  6467. package/lib-es/data/icons/react/itc.d.ts.map +0 -1
  6468. package/lib-es/data/icons/react/itc.js +0 -9
  6469. package/lib-es/data/icons/react/itc.js.map +0 -1
  6470. package/lib-es/data/icons/react/jnt.d.ts +0 -8
  6471. package/lib-es/data/icons/react/jnt.d.ts.map +0 -1
  6472. package/lib-es/data/icons/react/jnt.js +0 -9
  6473. package/lib-es/data/icons/react/jnt.js.map +0 -1
  6474. package/lib-es/data/icons/react/jpy.d.ts +0 -8
  6475. package/lib-es/data/icons/react/jpy.d.ts.map +0 -1
  6476. package/lib-es/data/icons/react/jpy.js +0 -9
  6477. package/lib-es/data/icons/react/jpy.js.map +0 -1
  6478. package/lib-es/data/icons/react/kava.d.ts +0 -8
  6479. package/lib-es/data/icons/react/kava.d.ts.map +0 -1
  6480. package/lib-es/data/icons/react/kava.js +0 -10
  6481. package/lib-es/data/icons/react/kava.js.map +0 -1
  6482. package/lib-es/data/icons/react/kcs.d.ts +0 -8
  6483. package/lib-es/data/icons/react/kcs.d.ts.map +0 -1
  6484. package/lib-es/data/icons/react/kcs.js +0 -9
  6485. package/lib-es/data/icons/react/kcs.js.map +0 -1
  6486. package/lib-es/data/icons/react/kin.d.ts +0 -8
  6487. package/lib-es/data/icons/react/kin.d.ts.map +0 -1
  6488. package/lib-es/data/icons/react/kin.js +0 -9
  6489. package/lib-es/data/icons/react/kin.js.map +0 -1
  6490. package/lib-es/data/icons/react/klay.d.ts +0 -8
  6491. package/lib-es/data/icons/react/klay.d.ts.map +0 -1
  6492. package/lib-es/data/icons/react/klay.js +0 -12
  6493. package/lib-es/data/icons/react/klay.js.map +0 -1
  6494. package/lib-es/data/icons/react/klown.d.ts +0 -8
  6495. package/lib-es/data/icons/react/klown.d.ts.map +0 -1
  6496. package/lib-es/data/icons/react/klown.js +0 -29
  6497. package/lib-es/data/icons/react/klown.js.map +0 -1
  6498. package/lib-es/data/icons/react/kmd.d.ts +0 -8
  6499. package/lib-es/data/icons/react/kmd.d.ts.map +0 -1
  6500. package/lib-es/data/icons/react/kmd.js +0 -10
  6501. package/lib-es/data/icons/react/kmd.js.map +0 -1
  6502. package/lib-es/data/icons/react/knc.d.ts +0 -8
  6503. package/lib-es/data/icons/react/knc.d.ts.map +0 -1
  6504. package/lib-es/data/icons/react/knc.js +0 -9
  6505. package/lib-es/data/icons/react/knc.js.map +0 -1
  6506. package/lib-es/data/icons/react/krb.d.ts +0 -8
  6507. package/lib-es/data/icons/react/krb.d.ts.map +0 -1
  6508. package/lib-es/data/icons/react/krb.js +0 -9
  6509. package/lib-es/data/icons/react/krb.js.map +0 -1
  6510. package/lib-es/data/icons/react/lbc.d.ts +0 -8
  6511. package/lib-es/data/icons/react/lbc.d.ts.map +0 -1
  6512. package/lib-es/data/icons/react/lbc.js +0 -9
  6513. package/lib-es/data/icons/react/lbc.js.map +0 -1
  6514. package/lib-es/data/icons/react/lend.d.ts +0 -8
  6515. package/lib-es/data/icons/react/lend.d.ts.map +0 -1
  6516. package/lib-es/data/icons/react/lend.js +0 -9
  6517. package/lib-es/data/icons/react/lend.js.map +0 -1
  6518. package/lib-es/data/icons/react/leo.d.ts +0 -8
  6519. package/lib-es/data/icons/react/leo.d.ts.map +0 -1
  6520. package/lib-es/data/icons/react/leo.js +0 -12
  6521. package/lib-es/data/icons/react/leo.js.map +0 -1
  6522. package/lib-es/data/icons/react/link.d.ts +0 -8
  6523. package/lib-es/data/icons/react/link.d.ts.map +0 -1
  6524. package/lib-es/data/icons/react/link.js +0 -9
  6525. package/lib-es/data/icons/react/link.js.map +0 -1
  6526. package/lib-es/data/icons/react/lkk.d.ts +0 -8
  6527. package/lib-es/data/icons/react/lkk.d.ts.map +0 -1
  6528. package/lib-es/data/icons/react/lkk.js +0 -9
  6529. package/lib-es/data/icons/react/lkk.js.map +0 -1
  6530. package/lib-es/data/icons/react/loom.d.ts +0 -8
  6531. package/lib-es/data/icons/react/loom.d.ts.map +0 -1
  6532. package/lib-es/data/icons/react/loom.js +0 -14
  6533. package/lib-es/data/icons/react/loom.js.map +0 -1
  6534. package/lib-es/data/icons/react/lpt.d.ts +0 -8
  6535. package/lib-es/data/icons/react/lpt.d.ts.map +0 -1
  6536. package/lib-es/data/icons/react/lpt.js +0 -9
  6537. package/lib-es/data/icons/react/lpt.js.map +0 -1
  6538. package/lib-es/data/icons/react/lrc.d.ts +0 -8
  6539. package/lib-es/data/icons/react/lrc.d.ts.map +0 -1
  6540. package/lib-es/data/icons/react/lrc.js +0 -9
  6541. package/lib-es/data/icons/react/lrc.js.map +0 -1
  6542. package/lib-es/data/icons/react/lsk.d.ts +0 -8
  6543. package/lib-es/data/icons/react/lsk.d.ts.map +0 -1
  6544. package/lib-es/data/icons/react/lsk.js +0 -9
  6545. package/lib-es/data/icons/react/lsk.js.map +0 -1
  6546. package/lib-es/data/icons/react/ltc.d.ts +0 -8
  6547. package/lib-es/data/icons/react/ltc.d.ts.map +0 -1
  6548. package/lib-es/data/icons/react/ltc.js +0 -9
  6549. package/lib-es/data/icons/react/ltc.js.map +0 -1
  6550. package/lib-es/data/icons/react/lun.d.ts +0 -8
  6551. package/lib-es/data/icons/react/lun.d.ts.map +0 -1
  6552. package/lib-es/data/icons/react/lun.js +0 -9
  6553. package/lib-es/data/icons/react/lun.js.map +0 -1
  6554. package/lib-es/data/icons/react/lyx.d.ts +0 -8
  6555. package/lib-es/data/icons/react/lyx.d.ts.map +0 -1
  6556. package/lib-es/data/icons/react/lyx.js +0 -9
  6557. package/lib-es/data/icons/react/lyx.js.map +0 -1
  6558. package/lib-es/data/icons/react/maid.d.ts +0 -8
  6559. package/lib-es/data/icons/react/maid.d.ts.map +0 -1
  6560. package/lib-es/data/icons/react/maid.js +0 -11
  6561. package/lib-es/data/icons/react/maid.js.map +0 -1
  6562. package/lib-es/data/icons/react/mana.d.ts +0 -8
  6563. package/lib-es/data/icons/react/mana.d.ts.map +0 -1
  6564. package/lib-es/data/icons/react/mana.js +0 -9
  6565. package/lib-es/data/icons/react/mana.js.map +0 -1
  6566. package/lib-es/data/icons/react/matic.d.ts +0 -8
  6567. package/lib-es/data/icons/react/matic.d.ts.map +0 -1
  6568. package/lib-es/data/icons/react/matic.js +0 -9
  6569. package/lib-es/data/icons/react/matic.js.map +0 -1
  6570. package/lib-es/data/icons/react/mcap.d.ts +0 -8
  6571. package/lib-es/data/icons/react/mcap.d.ts.map +0 -1
  6572. package/lib-es/data/icons/react/mcap.js +0 -9
  6573. package/lib-es/data/icons/react/mcap.js.map +0 -1
  6574. package/lib-es/data/icons/react/mco.d.ts +0 -8
  6575. package/lib-es/data/icons/react/mco.d.ts.map +0 -1
  6576. package/lib-es/data/icons/react/mco.js +0 -9
  6577. package/lib-es/data/icons/react/mco.js.map +0 -1
  6578. package/lib-es/data/icons/react/mda.d.ts +0 -8
  6579. package/lib-es/data/icons/react/mda.d.ts.map +0 -1
  6580. package/lib-es/data/icons/react/mda.js +0 -9
  6581. package/lib-es/data/icons/react/mda.js.map +0 -1
  6582. package/lib-es/data/icons/react/mds.d.ts +0 -8
  6583. package/lib-es/data/icons/react/mds.d.ts.map +0 -1
  6584. package/lib-es/data/icons/react/mds.js +0 -9
  6585. package/lib-es/data/icons/react/mds.js.map +0 -1
  6586. package/lib-es/data/icons/react/med.d.ts +0 -8
  6587. package/lib-es/data/icons/react/med.d.ts.map +0 -1
  6588. package/lib-es/data/icons/react/med.js +0 -9
  6589. package/lib-es/data/icons/react/med.js.map +0 -1
  6590. package/lib-es/data/icons/react/meetone.d.ts +0 -8
  6591. package/lib-es/data/icons/react/meetone.d.ts.map +0 -1
  6592. package/lib-es/data/icons/react/meetone.js +0 -10
  6593. package/lib-es/data/icons/react/meetone.js.map +0 -1
  6594. package/lib-es/data/icons/react/metis.d.ts +0 -8
  6595. package/lib-es/data/icons/react/metis.d.ts.map +0 -1
  6596. package/lib-es/data/icons/react/metis.js +0 -9
  6597. package/lib-es/data/icons/react/metis.js.map +0 -1
  6598. package/lib-es/data/icons/react/mex.d.ts +0 -8
  6599. package/lib-es/data/icons/react/mex.d.ts.map +0 -1
  6600. package/lib-es/data/icons/react/mex.js +0 -9
  6601. package/lib-es/data/icons/react/mex.js.map +0 -1
  6602. package/lib-es/data/icons/react/mft.d.ts +0 -8
  6603. package/lib-es/data/icons/react/mft.d.ts.map +0 -1
  6604. package/lib-es/data/icons/react/mft.js +0 -9
  6605. package/lib-es/data/icons/react/mft.js.map +0 -1
  6606. package/lib-es/data/icons/react/miota.d.ts +0 -8
  6607. package/lib-es/data/icons/react/miota.d.ts.map +0 -1
  6608. package/lib-es/data/icons/react/miota.js +0 -9
  6609. package/lib-es/data/icons/react/miota.js.map +0 -1
  6610. package/lib-es/data/icons/react/mith.d.ts +0 -8
  6611. package/lib-es/data/icons/react/mith.d.ts.map +0 -1
  6612. package/lib-es/data/icons/react/mith.js +0 -9
  6613. package/lib-es/data/icons/react/mith.js.map +0 -1
  6614. package/lib-es/data/icons/react/mkr.d.ts +0 -8
  6615. package/lib-es/data/icons/react/mkr.d.ts.map +0 -1
  6616. package/lib-es/data/icons/react/mkr.js +0 -9
  6617. package/lib-es/data/icons/react/mkr.js.map +0 -1
  6618. package/lib-es/data/icons/react/mln.d.ts +0 -8
  6619. package/lib-es/data/icons/react/mln.d.ts.map +0 -1
  6620. package/lib-es/data/icons/react/mln.js +0 -10
  6621. package/lib-es/data/icons/react/mln.js.map +0 -1
  6622. package/lib-es/data/icons/react/mnx.d.ts +0 -8
  6623. package/lib-es/data/icons/react/mnx.d.ts.map +0 -1
  6624. package/lib-es/data/icons/react/mnx.js +0 -10
  6625. package/lib-es/data/icons/react/mnx.js.map +0 -1
  6626. package/lib-es/data/icons/react/mnz.d.ts +0 -8
  6627. package/lib-es/data/icons/react/mnz.d.ts.map +0 -1
  6628. package/lib-es/data/icons/react/mnz.js +0 -9
  6629. package/lib-es/data/icons/react/mnz.js.map +0 -1
  6630. package/lib-es/data/icons/react/moac.d.ts +0 -8
  6631. package/lib-es/data/icons/react/moac.d.ts.map +0 -1
  6632. package/lib-es/data/icons/react/moac.js +0 -9
  6633. package/lib-es/data/icons/react/moac.js.map +0 -1
  6634. package/lib-es/data/icons/react/mod.d.ts +0 -8
  6635. package/lib-es/data/icons/react/mod.d.ts.map +0 -1
  6636. package/lib-es/data/icons/react/mod.js +0 -10
  6637. package/lib-es/data/icons/react/mod.js.map +0 -1
  6638. package/lib-es/data/icons/react/mona.d.ts +0 -8
  6639. package/lib-es/data/icons/react/mona.d.ts.map +0 -1
  6640. package/lib-es/data/icons/react/mona.js +0 -9
  6641. package/lib-es/data/icons/react/mona.js.map +0 -1
  6642. package/lib-es/data/icons/react/movr.d.ts +0 -8
  6643. package/lib-es/data/icons/react/movr.d.ts.map +0 -1
  6644. package/lib-es/data/icons/react/movr.js +0 -18
  6645. package/lib-es/data/icons/react/movr.js.map +0 -1
  6646. package/lib-es/data/icons/react/msr.d.ts +0 -8
  6647. package/lib-es/data/icons/react/msr.d.ts.map +0 -1
  6648. package/lib-es/data/icons/react/msr.js +0 -10
  6649. package/lib-es/data/icons/react/msr.js.map +0 -1
  6650. package/lib-es/data/icons/react/mth.d.ts +0 -8
  6651. package/lib-es/data/icons/react/mth.d.ts.map +0 -1
  6652. package/lib-es/data/icons/react/mth.js +0 -16
  6653. package/lib-es/data/icons/react/mth.js.map +0 -1
  6654. package/lib-es/data/icons/react/mtl.d.ts +0 -8
  6655. package/lib-es/data/icons/react/mtl.d.ts.map +0 -1
  6656. package/lib-es/data/icons/react/mtl.js +0 -9
  6657. package/lib-es/data/icons/react/mtl.js.map +0 -1
  6658. package/lib-es/data/icons/react/music.d.ts +0 -8
  6659. package/lib-es/data/icons/react/music.d.ts.map +0 -1
  6660. package/lib-es/data/icons/react/music.js +0 -9
  6661. package/lib-es/data/icons/react/music.js.map +0 -1
  6662. package/lib-es/data/icons/react/mzc.d.ts +0 -8
  6663. package/lib-es/data/icons/react/mzc.d.ts.map +0 -1
  6664. package/lib-es/data/icons/react/mzc.js +0 -9
  6665. package/lib-es/data/icons/react/mzc.js.map +0 -1
  6666. package/lib-es/data/icons/react/nano.d.ts +0 -8
  6667. package/lib-es/data/icons/react/nano.d.ts.map +0 -1
  6668. package/lib-es/data/icons/react/nano.js +0 -9
  6669. package/lib-es/data/icons/react/nano.js.map +0 -1
  6670. package/lib-es/data/icons/react/nas.d.ts +0 -8
  6671. package/lib-es/data/icons/react/nas.d.ts.map +0 -1
  6672. package/lib-es/data/icons/react/nas.js +0 -9
  6673. package/lib-es/data/icons/react/nas.js.map +0 -1
  6674. package/lib-es/data/icons/react/nav.d.ts +0 -8
  6675. package/lib-es/data/icons/react/nav.d.ts.map +0 -1
  6676. package/lib-es/data/icons/react/nav.js +0 -9
  6677. package/lib-es/data/icons/react/nav.js.map +0 -1
  6678. package/lib-es/data/icons/react/ncash.d.ts +0 -8
  6679. package/lib-es/data/icons/react/ncash.d.ts.map +0 -1
  6680. package/lib-es/data/icons/react/ncash.js +0 -9
  6681. package/lib-es/data/icons/react/ncash.js.map +0 -1
  6682. package/lib-es/data/icons/react/ndz.d.ts +0 -8
  6683. package/lib-es/data/icons/react/ndz.d.ts.map +0 -1
  6684. package/lib-es/data/icons/react/ndz.js +0 -9
  6685. package/lib-es/data/icons/react/ndz.js.map +0 -1
  6686. package/lib-es/data/icons/react/near.d.ts +0 -8
  6687. package/lib-es/data/icons/react/near.d.ts.map +0 -1
  6688. package/lib-es/data/icons/react/near.js +0 -9
  6689. package/lib-es/data/icons/react/near.js.map +0 -1
  6690. package/lib-es/data/icons/react/nebl.d.ts +0 -8
  6691. package/lib-es/data/icons/react/nebl.d.ts.map +0 -1
  6692. package/lib-es/data/icons/react/nebl.js +0 -9
  6693. package/lib-es/data/icons/react/nebl.js.map +0 -1
  6694. package/lib-es/data/icons/react/neo.d.ts +0 -8
  6695. package/lib-es/data/icons/react/neo.d.ts.map +0 -1
  6696. package/lib-es/data/icons/react/neo.js +0 -9
  6697. package/lib-es/data/icons/react/neo.js.map +0 -1
  6698. package/lib-es/data/icons/react/neon.d.ts +0 -8
  6699. package/lib-es/data/icons/react/neon.d.ts.map +0 -1
  6700. package/lib-es/data/icons/react/neon.js +0 -9
  6701. package/lib-es/data/icons/react/neon.js.map +0 -1
  6702. package/lib-es/data/icons/react/neos.d.ts +0 -8
  6703. package/lib-es/data/icons/react/neos.d.ts.map +0 -1
  6704. package/lib-es/data/icons/react/neos.js +0 -9
  6705. package/lib-es/data/icons/react/neos.js.map +0 -1
  6706. package/lib-es/data/icons/react/neu.d.ts +0 -8
  6707. package/lib-es/data/icons/react/neu.d.ts.map +0 -1
  6708. package/lib-es/data/icons/react/neu.js +0 -12
  6709. package/lib-es/data/icons/react/neu.js.map +0 -1
  6710. package/lib-es/data/icons/react/nexo.d.ts +0 -8
  6711. package/lib-es/data/icons/react/nexo.d.ts.map +0 -1
  6712. package/lib-es/data/icons/react/nexo.js +0 -14
  6713. package/lib-es/data/icons/react/nexo.js.map +0 -1
  6714. package/lib-es/data/icons/react/ngc.d.ts +0 -8
  6715. package/lib-es/data/icons/react/ngc.d.ts.map +0 -1
  6716. package/lib-es/data/icons/react/ngc.js +0 -9
  6717. package/lib-es/data/icons/react/ngc.js.map +0 -1
  6718. package/lib-es/data/icons/react/nim.d.ts +0 -8
  6719. package/lib-es/data/icons/react/nim.d.ts.map +0 -1
  6720. package/lib-es/data/icons/react/nim.js +0 -9
  6721. package/lib-es/data/icons/react/nim.js.map +0 -1
  6722. package/lib-es/data/icons/react/nio.d.ts +0 -8
  6723. package/lib-es/data/icons/react/nio.d.ts.map +0 -1
  6724. package/lib-es/data/icons/react/nio.js +0 -9
  6725. package/lib-es/data/icons/react/nio.js.map +0 -1
  6726. package/lib-es/data/icons/react/nlc2.d.ts +0 -8
  6727. package/lib-es/data/icons/react/nlc2.d.ts.map +0 -1
  6728. package/lib-es/data/icons/react/nlc2.js +0 -9
  6729. package/lib-es/data/icons/react/nlc2.js.map +0 -1
  6730. package/lib-es/data/icons/react/nlg.d.ts +0 -8
  6731. package/lib-es/data/icons/react/nlg.d.ts.map +0 -1
  6732. package/lib-es/data/icons/react/nlg.js +0 -9
  6733. package/lib-es/data/icons/react/nlg.js.map +0 -1
  6734. package/lib-es/data/icons/react/nmc.d.ts +0 -8
  6735. package/lib-es/data/icons/react/nmc.d.ts.map +0 -1
  6736. package/lib-es/data/icons/react/nmc.js +0 -9
  6737. package/lib-es/data/icons/react/nmc.js.map +0 -1
  6738. package/lib-es/data/icons/react/nmr.d.ts +0 -8
  6739. package/lib-es/data/icons/react/nmr.d.ts.map +0 -1
  6740. package/lib-es/data/icons/react/nmr.js +0 -9
  6741. package/lib-es/data/icons/react/nmr.js.map +0 -1
  6742. package/lib-es/data/icons/react/nom.d.ts +0 -8
  6743. package/lib-es/data/icons/react/nom.d.ts.map +0 -1
  6744. package/lib-es/data/icons/react/nom.js +0 -9
  6745. package/lib-es/data/icons/react/nom.js.map +0 -1
  6746. package/lib-es/data/icons/react/npxs.d.ts +0 -8
  6747. package/lib-es/data/icons/react/npxs.d.ts.map +0 -1
  6748. package/lib-es/data/icons/react/npxs.js +0 -10
  6749. package/lib-es/data/icons/react/npxs.js.map +0 -1
  6750. package/lib-es/data/icons/react/nuls.d.ts +0 -8
  6751. package/lib-es/data/icons/react/nuls.d.ts.map +0 -1
  6752. package/lib-es/data/icons/react/nuls.js +0 -9
  6753. package/lib-es/data/icons/react/nuls.js.map +0 -1
  6754. package/lib-es/data/icons/react/nxs.d.ts +0 -8
  6755. package/lib-es/data/icons/react/nxs.d.ts.map +0 -1
  6756. package/lib-es/data/icons/react/nxs.js +0 -9
  6757. package/lib-es/data/icons/react/nxs.js.map +0 -1
  6758. package/lib-es/data/icons/react/nxt.d.ts +0 -8
  6759. package/lib-es/data/icons/react/nxt.d.ts.map +0 -1
  6760. package/lib-es/data/icons/react/nxt.js +0 -9
  6761. package/lib-es/data/icons/react/nxt.js.map +0 -1
  6762. package/lib-es/data/icons/react/nym.d.ts +0 -8
  6763. package/lib-es/data/icons/react/nym.d.ts.map +0 -1
  6764. package/lib-es/data/icons/react/nym.js +0 -13
  6765. package/lib-es/data/icons/react/nym.js.map +0 -1
  6766. package/lib-es/data/icons/react/nyx.d.ts +0 -8
  6767. package/lib-es/data/icons/react/nyx.d.ts.map +0 -1
  6768. package/lib-es/data/icons/react/nyx.js +0 -11
  6769. package/lib-es/data/icons/react/nyx.js.map +0 -1
  6770. package/lib-es/data/icons/react/oax.d.ts +0 -8
  6771. package/lib-es/data/icons/react/oax.d.ts.map +0 -1
  6772. package/lib-es/data/icons/react/oax.js +0 -9
  6773. package/lib-es/data/icons/react/oax.js.map +0 -1
  6774. package/lib-es/data/icons/react/ok.d.ts +0 -8
  6775. package/lib-es/data/icons/react/ok.d.ts.map +0 -1
  6776. package/lib-es/data/icons/react/ok.js +0 -9
  6777. package/lib-es/data/icons/react/ok.js.map +0 -1
  6778. package/lib-es/data/icons/react/okb.d.ts +0 -8
  6779. package/lib-es/data/icons/react/okb.d.ts.map +0 -1
  6780. package/lib-es/data/icons/react/okb.js +0 -12
  6781. package/lib-es/data/icons/react/okb.js.map +0 -1
  6782. package/lib-es/data/icons/react/omg.d.ts +0 -8
  6783. package/lib-es/data/icons/react/omg.d.ts.map +0 -1
  6784. package/lib-es/data/icons/react/omg.js +0 -9
  6785. package/lib-es/data/icons/react/omg.js.map +0 -1
  6786. package/lib-es/data/icons/react/omni.d.ts +0 -8
  6787. package/lib-es/data/icons/react/omni.d.ts.map +0 -1
  6788. package/lib-es/data/icons/react/omni.js +0 -9
  6789. package/lib-es/data/icons/react/omni.js.map +0 -1
  6790. package/lib-es/data/icons/react/ong.d.ts +0 -8
  6791. package/lib-es/data/icons/react/ong.d.ts.map +0 -1
  6792. package/lib-es/data/icons/react/ong.js +0 -11
  6793. package/lib-es/data/icons/react/ong.js.map +0 -1
  6794. package/lib-es/data/icons/react/ont.d.ts +0 -8
  6795. package/lib-es/data/icons/react/ont.d.ts.map +0 -1
  6796. package/lib-es/data/icons/react/ont.js +0 -9
  6797. package/lib-es/data/icons/react/ont.js.map +0 -1
  6798. package/lib-es/data/icons/react/oot.d.ts +0 -8
  6799. package/lib-es/data/icons/react/oot.d.ts.map +0 -1
  6800. package/lib-es/data/icons/react/oot.js +0 -9
  6801. package/lib-es/data/icons/react/oot.js.map +0 -1
  6802. package/lib-es/data/icons/react/osmo.d.ts +0 -8
  6803. package/lib-es/data/icons/react/osmo.d.ts.map +0 -1
  6804. package/lib-es/data/icons/react/osmo.js +0 -13
  6805. package/lib-es/data/icons/react/osmo.js.map +0 -1
  6806. package/lib-es/data/icons/react/ost.d.ts +0 -8
  6807. package/lib-es/data/icons/react/ost.d.ts.map +0 -1
  6808. package/lib-es/data/icons/react/ost.js +0 -10
  6809. package/lib-es/data/icons/react/ost.js.map +0 -1
  6810. package/lib-es/data/icons/react/ox.d.ts +0 -8
  6811. package/lib-es/data/icons/react/ox.d.ts.map +0 -1
  6812. package/lib-es/data/icons/react/ox.js +0 -9
  6813. package/lib-es/data/icons/react/ox.js.map +0 -1
  6814. package/lib-es/data/icons/react/oxt.d.ts +0 -8
  6815. package/lib-es/data/icons/react/oxt.d.ts.map +0 -1
  6816. package/lib-es/data/icons/react/oxt.js +0 -9
  6817. package/lib-es/data/icons/react/oxt.js.map +0 -1
  6818. package/lib-es/data/icons/react/pac.d.ts +0 -8
  6819. package/lib-es/data/icons/react/pac.d.ts.map +0 -1
  6820. package/lib-es/data/icons/react/pac.js +0 -9
  6821. package/lib-es/data/icons/react/pac.js.map +0 -1
  6822. package/lib-es/data/icons/react/part.d.ts +0 -8
  6823. package/lib-es/data/icons/react/part.d.ts.map +0 -1
  6824. package/lib-es/data/icons/react/part.js +0 -9
  6825. package/lib-es/data/icons/react/part.js.map +0 -1
  6826. package/lib-es/data/icons/react/pasc.d.ts +0 -8
  6827. package/lib-es/data/icons/react/pasc.d.ts.map +0 -1
  6828. package/lib-es/data/icons/react/pasc.js +0 -9
  6829. package/lib-es/data/icons/react/pasc.js.map +0 -1
  6830. package/lib-es/data/icons/react/pasl.d.ts +0 -8
  6831. package/lib-es/data/icons/react/pasl.d.ts.map +0 -1
  6832. package/lib-es/data/icons/react/pasl.js +0 -9
  6833. package/lib-es/data/icons/react/pasl.js.map +0 -1
  6834. package/lib-es/data/icons/react/pax.d.ts +0 -8
  6835. package/lib-es/data/icons/react/pax.d.ts.map +0 -1
  6836. package/lib-es/data/icons/react/pax.js +0 -9
  6837. package/lib-es/data/icons/react/pax.js.map +0 -1
  6838. package/lib-es/data/icons/react/pay.d.ts +0 -8
  6839. package/lib-es/data/icons/react/pay.d.ts.map +0 -1
  6840. package/lib-es/data/icons/react/pay.js +0 -9
  6841. package/lib-es/data/icons/react/pay.js.map +0 -1
  6842. package/lib-es/data/icons/react/payx.d.ts +0 -8
  6843. package/lib-es/data/icons/react/payx.d.ts.map +0 -1
  6844. package/lib-es/data/icons/react/payx.js +0 -10
  6845. package/lib-es/data/icons/react/payx.js.map +0 -1
  6846. package/lib-es/data/icons/react/pink.d.ts +0 -8
  6847. package/lib-es/data/icons/react/pink.d.ts.map +0 -1
  6848. package/lib-es/data/icons/react/pink.js +0 -10
  6849. package/lib-es/data/icons/react/pink.js.map +0 -1
  6850. package/lib-es/data/icons/react/pirl.d.ts +0 -8
  6851. package/lib-es/data/icons/react/pirl.d.ts.map +0 -1
  6852. package/lib-es/data/icons/react/pirl.js +0 -9
  6853. package/lib-es/data/icons/react/pirl.js.map +0 -1
  6854. package/lib-es/data/icons/react/pivx.d.ts +0 -8
  6855. package/lib-es/data/icons/react/pivx.d.ts.map +0 -1
  6856. package/lib-es/data/icons/react/pivx.js +0 -9
  6857. package/lib-es/data/icons/react/pivx.js.map +0 -1
  6858. package/lib-es/data/icons/react/plr.d.ts +0 -8
  6859. package/lib-es/data/icons/react/plr.d.ts.map +0 -1
  6860. package/lib-es/data/icons/react/plr.js +0 -9
  6861. package/lib-es/data/icons/react/plr.js.map +0 -1
  6862. package/lib-es/data/icons/react/poa.d.ts +0 -8
  6863. package/lib-es/data/icons/react/poa.d.ts.map +0 -1
  6864. package/lib-es/data/icons/react/poa.js +0 -10
  6865. package/lib-es/data/icons/react/poa.js.map +0 -1
  6866. package/lib-es/data/icons/react/poe.d.ts +0 -8
  6867. package/lib-es/data/icons/react/poe.d.ts.map +0 -1
  6868. package/lib-es/data/icons/react/poe.js +0 -10
  6869. package/lib-es/data/icons/react/poe.js.map +0 -1
  6870. package/lib-es/data/icons/react/polis.d.ts +0 -8
  6871. package/lib-es/data/icons/react/polis.d.ts.map +0 -1
  6872. package/lib-es/data/icons/react/polis.js +0 -9
  6873. package/lib-es/data/icons/react/polis.js.map +0 -1
  6874. package/lib-es/data/icons/react/poly.d.ts +0 -8
  6875. package/lib-es/data/icons/react/poly.d.ts.map +0 -1
  6876. package/lib-es/data/icons/react/poly.js +0 -9
  6877. package/lib-es/data/icons/react/poly.js.map +0 -1
  6878. package/lib-es/data/icons/react/pot.d.ts +0 -8
  6879. package/lib-es/data/icons/react/pot.d.ts.map +0 -1
  6880. package/lib-es/data/icons/react/pot.js +0 -9
  6881. package/lib-es/data/icons/react/pot.js.map +0 -1
  6882. package/lib-es/data/icons/react/powr.d.ts +0 -8
  6883. package/lib-es/data/icons/react/powr.d.ts.map +0 -1
  6884. package/lib-es/data/icons/react/powr.js +0 -9
  6885. package/lib-es/data/icons/react/powr.js.map +0 -1
  6886. package/lib-es/data/icons/react/ppc.d.ts +0 -8
  6887. package/lib-es/data/icons/react/ppc.d.ts.map +0 -1
  6888. package/lib-es/data/icons/react/ppc.js +0 -10
  6889. package/lib-es/data/icons/react/ppc.js.map +0 -1
  6890. package/lib-es/data/icons/react/ppp.d.ts +0 -8
  6891. package/lib-es/data/icons/react/ppp.d.ts.map +0 -1
  6892. package/lib-es/data/icons/react/ppp.js +0 -9
  6893. package/lib-es/data/icons/react/ppp.js.map +0 -1
  6894. package/lib-es/data/icons/react/ppt.d.ts +0 -8
  6895. package/lib-es/data/icons/react/ppt.d.ts.map +0 -1
  6896. package/lib-es/data/icons/react/ppt.js +0 -9
  6897. package/lib-es/data/icons/react/ppt.js.map +0 -1
  6898. package/lib-es/data/icons/react/pre.d.ts +0 -8
  6899. package/lib-es/data/icons/react/pre.d.ts.map +0 -1
  6900. package/lib-es/data/icons/react/pre.js +0 -14
  6901. package/lib-es/data/icons/react/pre.js.map +0 -1
  6902. package/lib-es/data/icons/react/prl.d.ts +0 -8
  6903. package/lib-es/data/icons/react/prl.d.ts.map +0 -1
  6904. package/lib-es/data/icons/react/prl.js +0 -9
  6905. package/lib-es/data/icons/react/prl.js.map +0 -1
  6906. package/lib-es/data/icons/react/ptrn.d.ts +0 -8
  6907. package/lib-es/data/icons/react/ptrn.d.ts.map +0 -1
  6908. package/lib-es/data/icons/react/ptrn.js +0 -9
  6909. package/lib-es/data/icons/react/ptrn.js.map +0 -1
  6910. package/lib-es/data/icons/react/pungo.d.ts +0 -8
  6911. package/lib-es/data/icons/react/pungo.d.ts.map +0 -1
  6912. package/lib-es/data/icons/react/pungo.js +0 -9
  6913. package/lib-es/data/icons/react/pungo.js.map +0 -1
  6914. package/lib-es/data/icons/react/pura.d.ts +0 -8
  6915. package/lib-es/data/icons/react/pura.d.ts.map +0 -1
  6916. package/lib-es/data/icons/react/pura.js +0 -9
  6917. package/lib-es/data/icons/react/pura.js.map +0 -1
  6918. package/lib-es/data/icons/react/pyusd.d.ts +0 -8
  6919. package/lib-es/data/icons/react/pyusd.d.ts.map +0 -1
  6920. package/lib-es/data/icons/react/pyusd.js +0 -10
  6921. package/lib-es/data/icons/react/pyusd.js.map +0 -1
  6922. package/lib-es/data/icons/react/qash.d.ts +0 -8
  6923. package/lib-es/data/icons/react/qash.d.ts.map +0 -1
  6924. package/lib-es/data/icons/react/qash.js +0 -9
  6925. package/lib-es/data/icons/react/qash.js.map +0 -1
  6926. package/lib-es/data/icons/react/qck.d.ts +0 -8
  6927. package/lib-es/data/icons/react/qck.d.ts.map +0 -1
  6928. package/lib-es/data/icons/react/qck.js +0 -10
  6929. package/lib-es/data/icons/react/qck.js.map +0 -1
  6930. package/lib-es/data/icons/react/qiwi.d.ts +0 -8
  6931. package/lib-es/data/icons/react/qiwi.d.ts.map +0 -1
  6932. package/lib-es/data/icons/react/qiwi.js +0 -9
  6933. package/lib-es/data/icons/react/qiwi.js.map +0 -1
  6934. package/lib-es/data/icons/react/qlc.d.ts +0 -8
  6935. package/lib-es/data/icons/react/qlc.d.ts.map +0 -1
  6936. package/lib-es/data/icons/react/qlc.js +0 -9
  6937. package/lib-es/data/icons/react/qlc.js.map +0 -1
  6938. package/lib-es/data/icons/react/qrl.d.ts +0 -8
  6939. package/lib-es/data/icons/react/qrl.d.ts.map +0 -1
  6940. package/lib-es/data/icons/react/qrl.js +0 -9
  6941. package/lib-es/data/icons/react/qrl.js.map +0 -1
  6942. package/lib-es/data/icons/react/qsp.d.ts +0 -8
  6943. package/lib-es/data/icons/react/qsp.d.ts.map +0 -1
  6944. package/lib-es/data/icons/react/qsp.js +0 -9
  6945. package/lib-es/data/icons/react/qsp.js.map +0 -1
  6946. package/lib-es/data/icons/react/qtum.d.ts +0 -8
  6947. package/lib-es/data/icons/react/qtum.d.ts.map +0 -1
  6948. package/lib-es/data/icons/react/qtum.js +0 -9
  6949. package/lib-es/data/icons/react/qtum.js.map +0 -1
  6950. package/lib-es/data/icons/react/r.d.ts +0 -8
  6951. package/lib-es/data/icons/react/r.d.ts.map +0 -1
  6952. package/lib-es/data/icons/react/r.js +0 -9
  6953. package/lib-es/data/icons/react/r.js.map +0 -1
  6954. package/lib-es/data/icons/react/rads.d.ts +0 -8
  6955. package/lib-es/data/icons/react/rads.d.ts.map +0 -1
  6956. package/lib-es/data/icons/react/rads.js +0 -10
  6957. package/lib-es/data/icons/react/rads.js.map +0 -1
  6958. package/lib-es/data/icons/react/rap.d.ts +0 -8
  6959. package/lib-es/data/icons/react/rap.d.ts.map +0 -1
  6960. package/lib-es/data/icons/react/rap.js +0 -9
  6961. package/lib-es/data/icons/react/rap.js.map +0 -1
  6962. package/lib-es/data/icons/react/rbtc.d.ts +0 -8
  6963. package/lib-es/data/icons/react/rbtc.d.ts.map +0 -1
  6964. package/lib-es/data/icons/react/rbtc.js +0 -10
  6965. package/lib-es/data/icons/react/rbtc.js.map +0 -1
  6966. package/lib-es/data/icons/react/rcn.d.ts +0 -8
  6967. package/lib-es/data/icons/react/rcn.d.ts.map +0 -1
  6968. package/lib-es/data/icons/react/rcn.js +0 -9
  6969. package/lib-es/data/icons/react/rcn.js.map +0 -1
  6970. package/lib-es/data/icons/react/rdd.d.ts +0 -8
  6971. package/lib-es/data/icons/react/rdd.d.ts.map +0 -1
  6972. package/lib-es/data/icons/react/rdd.js +0 -10
  6973. package/lib-es/data/icons/react/rdd.js.map +0 -1
  6974. package/lib-es/data/icons/react/rdn.d.ts +0 -8
  6975. package/lib-es/data/icons/react/rdn.d.ts.map +0 -1
  6976. package/lib-es/data/icons/react/rdn.js +0 -9
  6977. package/lib-es/data/icons/react/rdn.js.map +0 -1
  6978. package/lib-es/data/icons/react/ren.d.ts +0 -8
  6979. package/lib-es/data/icons/react/ren.d.ts.map +0 -1
  6980. package/lib-es/data/icons/react/ren.js +0 -9
  6981. package/lib-es/data/icons/react/ren.js.map +0 -1
  6982. package/lib-es/data/icons/react/rep.d.ts +0 -8
  6983. package/lib-es/data/icons/react/rep.d.ts.map +0 -1
  6984. package/lib-es/data/icons/react/rep.js +0 -9
  6985. package/lib-es/data/icons/react/rep.js.map +0 -1
  6986. package/lib-es/data/icons/react/repv2.d.ts +0 -8
  6987. package/lib-es/data/icons/react/repv2.d.ts.map +0 -1
  6988. package/lib-es/data/icons/react/repv2.js +0 -10
  6989. package/lib-es/data/icons/react/repv2.js.map +0 -1
  6990. package/lib-es/data/icons/react/req.d.ts +0 -8
  6991. package/lib-es/data/icons/react/req.d.ts.map +0 -1
  6992. package/lib-es/data/icons/react/req.js +0 -9
  6993. package/lib-es/data/icons/react/req.js.map +0 -1
  6994. package/lib-es/data/icons/react/rhoc.d.ts +0 -8
  6995. package/lib-es/data/icons/react/rhoc.d.ts.map +0 -1
  6996. package/lib-es/data/icons/react/rhoc.js +0 -9
  6997. package/lib-es/data/icons/react/rhoc.js.map +0 -1
  6998. package/lib-es/data/icons/react/ric.d.ts +0 -8
  6999. package/lib-es/data/icons/react/ric.d.ts.map +0 -1
  7000. package/lib-es/data/icons/react/ric.js +0 -9
  7001. package/lib-es/data/icons/react/ric.js.map +0 -1
  7002. package/lib-es/data/icons/react/ride.d.ts +0 -8
  7003. package/lib-es/data/icons/react/ride.d.ts.map +0 -1
  7004. package/lib-es/data/icons/react/ride.js +0 -9
  7005. package/lib-es/data/icons/react/ride.js.map +0 -1
  7006. package/lib-es/data/icons/react/rise.d.ts +0 -8
  7007. package/lib-es/data/icons/react/rise.d.ts.map +0 -1
  7008. package/lib-es/data/icons/react/rise.js +0 -9
  7009. package/lib-es/data/icons/react/rise.js.map +0 -1
  7010. package/lib-es/data/icons/react/rlc.d.ts +0 -8
  7011. package/lib-es/data/icons/react/rlc.d.ts.map +0 -1
  7012. package/lib-es/data/icons/react/rlc.js +0 -9
  7013. package/lib-es/data/icons/react/rlc.js.map +0 -1
  7014. package/lib-es/data/icons/react/rpx.d.ts +0 -8
  7015. package/lib-es/data/icons/react/rpx.d.ts.map +0 -1
  7016. package/lib-es/data/icons/react/rpx.js +0 -9
  7017. package/lib-es/data/icons/react/rpx.js.map +0 -1
  7018. package/lib-es/data/icons/react/rub.d.ts +0 -8
  7019. package/lib-es/data/icons/react/rub.d.ts.map +0 -1
  7020. package/lib-es/data/icons/react/rub.js +0 -9
  7021. package/lib-es/data/icons/react/rub.js.map +0 -1
  7022. package/lib-es/data/icons/react/rvn.d.ts +0 -8
  7023. package/lib-es/data/icons/react/rvn.d.ts.map +0 -1
  7024. package/lib-es/data/icons/react/rvn.js +0 -9
  7025. package/lib-es/data/icons/react/rvn.js.map +0 -1
  7026. package/lib-es/data/icons/react/ryo.d.ts +0 -8
  7027. package/lib-es/data/icons/react/ryo.d.ts.map +0 -1
  7028. package/lib-es/data/icons/react/ryo.js +0 -10
  7029. package/lib-es/data/icons/react/ryo.js.map +0 -1
  7030. package/lib-es/data/icons/react/sAbi.d.ts +0 -8
  7031. package/lib-es/data/icons/react/sAbi.d.ts.map +0 -1
  7032. package/lib-es/data/icons/react/sAbi.js +0 -9
  7033. package/lib-es/data/icons/react/sAbi.js.map +0 -1
  7034. package/lib-es/data/icons/react/safe.d.ts +0 -8
  7035. package/lib-es/data/icons/react/safe.d.ts.map +0 -1
  7036. package/lib-es/data/icons/react/safe.js +0 -10
  7037. package/lib-es/data/icons/react/safe.js.map +0 -1
  7038. package/lib-es/data/icons/react/sai.d.ts +0 -8
  7039. package/lib-es/data/icons/react/sai.d.ts.map +0 -1
  7040. package/lib-es/data/icons/react/sai.js +0 -9
  7041. package/lib-es/data/icons/react/sai.js.map +0 -1
  7042. package/lib-es/data/icons/react/salt.d.ts +0 -8
  7043. package/lib-es/data/icons/react/salt.d.ts.map +0 -1
  7044. package/lib-es/data/icons/react/salt.js +0 -9
  7045. package/lib-es/data/icons/react/salt.js.map +0 -1
  7046. package/lib-es/data/icons/react/san.d.ts +0 -8
  7047. package/lib-es/data/icons/react/san.d.ts.map +0 -1
  7048. package/lib-es/data/icons/react/san.js +0 -9
  7049. package/lib-es/data/icons/react/san.js.map +0 -1
  7050. package/lib-es/data/icons/react/sbd.d.ts +0 -8
  7051. package/lib-es/data/icons/react/sbd.d.ts.map +0 -1
  7052. package/lib-es/data/icons/react/sbd.js +0 -9
  7053. package/lib-es/data/icons/react/sbd.js.map +0 -1
  7054. package/lib-es/data/icons/react/sberbank.d.ts +0 -8
  7055. package/lib-es/data/icons/react/sberbank.d.ts.map +0 -1
  7056. package/lib-es/data/icons/react/sberbank.js +0 -9
  7057. package/lib-es/data/icons/react/sberbank.js.map +0 -1
  7058. package/lib-es/data/icons/react/sc.d.ts +0 -8
  7059. package/lib-es/data/icons/react/sc.d.ts.map +0 -1
  7060. package/lib-es/data/icons/react/sc.js +0 -9
  7061. package/lib-es/data/icons/react/sc.js.map +0 -1
  7062. package/lib-es/data/icons/react/scrt.d.ts +0 -8
  7063. package/lib-es/data/icons/react/scrt.d.ts.map +0 -1
  7064. package/lib-es/data/icons/react/scrt.js +0 -10
  7065. package/lib-es/data/icons/react/scrt.js.map +0 -1
  7066. package/lib-es/data/icons/react/sei.d.ts +0 -8
  7067. package/lib-es/data/icons/react/sei.d.ts.map +0 -1
  7068. package/lib-es/data/icons/react/sei.js +0 -9
  7069. package/lib-es/data/icons/react/sei.js.map +0 -1
  7070. package/lib-es/data/icons/react/sgb.d.ts +0 -8
  7071. package/lib-es/data/icons/react/sgb.d.ts.map +0 -1
  7072. package/lib-es/data/icons/react/sgb.js +0 -15
  7073. package/lib-es/data/icons/react/sgb.js.map +0 -1
  7074. package/lib-es/data/icons/react/shift.d.ts +0 -8
  7075. package/lib-es/data/icons/react/shift.d.ts.map +0 -1
  7076. package/lib-es/data/icons/react/shift.js +0 -12
  7077. package/lib-es/data/icons/react/shift.js.map +0 -1
  7078. package/lib-es/data/icons/react/sib.d.ts +0 -8
  7079. package/lib-es/data/icons/react/sib.d.ts.map +0 -1
  7080. package/lib-es/data/icons/react/sib.js +0 -9
  7081. package/lib-es/data/icons/react/sib.js.map +0 -1
  7082. package/lib-es/data/icons/react/sin.d.ts +0 -8
  7083. package/lib-es/data/icons/react/sin.d.ts.map +0 -1
  7084. package/lib-es/data/icons/react/sin.js +0 -10
  7085. package/lib-es/data/icons/react/sin.js.map +0 -1
  7086. package/lib-es/data/icons/react/sky.d.ts +0 -8
  7087. package/lib-es/data/icons/react/sky.d.ts.map +0 -1
  7088. package/lib-es/data/icons/react/sky.js +0 -9
  7089. package/lib-es/data/icons/react/sky.js.map +0 -1
  7090. package/lib-es/data/icons/react/slr.d.ts +0 -8
  7091. package/lib-es/data/icons/react/slr.d.ts.map +0 -1
  7092. package/lib-es/data/icons/react/slr.js +0 -9
  7093. package/lib-es/data/icons/react/slr.js.map +0 -1
  7094. package/lib-es/data/icons/react/sls.d.ts +0 -8
  7095. package/lib-es/data/icons/react/sls.d.ts.map +0 -1
  7096. package/lib-es/data/icons/react/sls.js +0 -9
  7097. package/lib-es/data/icons/react/sls.js.map +0 -1
  7098. package/lib-es/data/icons/react/smart.d.ts +0 -8
  7099. package/lib-es/data/icons/react/smart.d.ts.map +0 -1
  7100. package/lib-es/data/icons/react/smart.js +0 -10
  7101. package/lib-es/data/icons/react/smart.js.map +0 -1
  7102. package/lib-es/data/icons/react/sngls.d.ts +0 -8
  7103. package/lib-es/data/icons/react/sngls.d.ts.map +0 -1
  7104. package/lib-es/data/icons/react/sngls.js +0 -9
  7105. package/lib-es/data/icons/react/sngls.js.map +0 -1
  7106. package/lib-es/data/icons/react/snm.d.ts +0 -8
  7107. package/lib-es/data/icons/react/snm.d.ts.map +0 -1
  7108. package/lib-es/data/icons/react/snm.js +0 -9
  7109. package/lib-es/data/icons/react/snm.js.map +0 -1
  7110. package/lib-es/data/icons/react/snt.d.ts +0 -8
  7111. package/lib-es/data/icons/react/snt.d.ts.map +0 -1
  7112. package/lib-es/data/icons/react/snt.js +0 -9
  7113. package/lib-es/data/icons/react/snt.js.map +0 -1
  7114. package/lib-es/data/icons/react/soc.d.ts +0 -8
  7115. package/lib-es/data/icons/react/soc.d.ts.map +0 -1
  7116. package/lib-es/data/icons/react/soc.js +0 -10
  7117. package/lib-es/data/icons/react/soc.js.map +0 -1
  7118. package/lib-es/data/icons/react/sol.d.ts +0 -8
  7119. package/lib-es/data/icons/react/sol.d.ts.map +0 -1
  7120. package/lib-es/data/icons/react/sol.js +0 -11
  7121. package/lib-es/data/icons/react/sol.js.map +0 -1
  7122. package/lib-es/data/icons/react/spank.d.ts +0 -8
  7123. package/lib-es/data/icons/react/spank.d.ts.map +0 -1
  7124. package/lib-es/data/icons/react/spank.js +0 -9
  7125. package/lib-es/data/icons/react/spank.js.map +0 -1
  7126. package/lib-es/data/icons/react/sphtx.d.ts +0 -8
  7127. package/lib-es/data/icons/react/sphtx.d.ts.map +0 -1
  7128. package/lib-es/data/icons/react/sphtx.js +0 -9
  7129. package/lib-es/data/icons/react/sphtx.js.map +0 -1
  7130. package/lib-es/data/icons/react/srn.d.ts +0 -8
  7131. package/lib-es/data/icons/react/srn.d.ts.map +0 -1
  7132. package/lib-es/data/icons/react/srn.js +0 -9
  7133. package/lib-es/data/icons/react/srn.js.map +0 -1
  7134. package/lib-es/data/icons/react/ssv.d.ts +0 -8
  7135. package/lib-es/data/icons/react/ssv.d.ts.map +0 -1
  7136. package/lib-es/data/icons/react/ssv.js +0 -10
  7137. package/lib-es/data/icons/react/ssv.js.map +0 -1
  7138. package/lib-es/data/icons/react/stak.d.ts +0 -8
  7139. package/lib-es/data/icons/react/stak.d.ts.map +0 -1
  7140. package/lib-es/data/icons/react/stak.js +0 -9
  7141. package/lib-es/data/icons/react/stak.js.map +0 -1
  7142. package/lib-es/data/icons/react/stars.d.ts +0 -8
  7143. package/lib-es/data/icons/react/stars.d.ts.map +0 -1
  7144. package/lib-es/data/icons/react/stars.js +0 -9
  7145. package/lib-es/data/icons/react/stars.js.map +0 -1
  7146. package/lib-es/data/icons/react/start.d.ts +0 -8
  7147. package/lib-es/data/icons/react/start.d.ts.map +0 -1
  7148. package/lib-es/data/icons/react/start.js +0 -9
  7149. package/lib-es/data/icons/react/start.js.map +0 -1
  7150. package/lib-es/data/icons/react/steem.d.ts +0 -8
  7151. package/lib-es/data/icons/react/steem.d.ts.map +0 -1
  7152. package/lib-es/data/icons/react/steem.js +0 -9
  7153. package/lib-es/data/icons/react/steem.js.map +0 -1
  7154. package/lib-es/data/icons/react/storj.d.ts +0 -8
  7155. package/lib-es/data/icons/react/storj.d.ts.map +0 -1
  7156. package/lib-es/data/icons/react/storj.js +0 -9
  7157. package/lib-es/data/icons/react/storj.js.map +0 -1
  7158. package/lib-es/data/icons/react/storm.d.ts +0 -8
  7159. package/lib-es/data/icons/react/storm.d.ts.map +0 -1
  7160. package/lib-es/data/icons/react/storm.js +0 -9
  7161. package/lib-es/data/icons/react/storm.js.map +0 -1
  7162. package/lib-es/data/icons/react/stq.d.ts +0 -8
  7163. package/lib-es/data/icons/react/stq.d.ts.map +0 -1
  7164. package/lib-es/data/icons/react/stq.js +0 -9
  7165. package/lib-es/data/icons/react/stq.js.map +0 -1
  7166. package/lib-es/data/icons/react/strat.d.ts +0 -8
  7167. package/lib-es/data/icons/react/strat.d.ts.map +0 -1
  7168. package/lib-es/data/icons/react/strat.js +0 -9
  7169. package/lib-es/data/icons/react/strat.js.map +0 -1
  7170. package/lib-es/data/icons/react/strd.d.ts +0 -8
  7171. package/lib-es/data/icons/react/strd.d.ts.map +0 -1
  7172. package/lib-es/data/icons/react/strd.js +0 -10
  7173. package/lib-es/data/icons/react/strd.js.map +0 -1
  7174. package/lib-es/data/icons/react/stx.d.ts +0 -8
  7175. package/lib-es/data/icons/react/stx.d.ts.map +0 -1
  7176. package/lib-es/data/icons/react/stx.js +0 -11
  7177. package/lib-es/data/icons/react/stx.js.map +0 -1
  7178. package/lib-es/data/icons/react/sub.d.ts +0 -8
  7179. package/lib-es/data/icons/react/sub.d.ts.map +0 -1
  7180. package/lib-es/data/icons/react/sub.js +0 -9
  7181. package/lib-es/data/icons/react/sub.js.map +0 -1
  7182. package/lib-es/data/icons/react/sumo.d.ts +0 -8
  7183. package/lib-es/data/icons/react/sumo.d.ts.map +0 -1
  7184. package/lib-es/data/icons/react/sumo.js +0 -9
  7185. package/lib-es/data/icons/react/sumo.js.map +0 -1
  7186. package/lib-es/data/icons/react/sys.d.ts +0 -8
  7187. package/lib-es/data/icons/react/sys.d.ts.map +0 -1
  7188. package/lib-es/data/icons/react/sys.js +0 -10
  7189. package/lib-es/data/icons/react/sys.js.map +0 -1
  7190. package/lib-es/data/icons/react/taas.d.ts +0 -8
  7191. package/lib-es/data/icons/react/taas.d.ts.map +0 -1
  7192. package/lib-es/data/icons/react/taas.js +0 -9
  7193. package/lib-es/data/icons/react/taas.js.map +0 -1
  7194. package/lib-es/data/icons/react/tau.d.ts +0 -8
  7195. package/lib-es/data/icons/react/tau.d.ts.map +0 -1
  7196. package/lib-es/data/icons/react/tau.js +0 -9
  7197. package/lib-es/data/icons/react/tau.js.map +0 -1
  7198. package/lib-es/data/icons/react/tbx.d.ts +0 -8
  7199. package/lib-es/data/icons/react/tbx.d.ts.map +0 -1
  7200. package/lib-es/data/icons/react/tbx.js +0 -10
  7201. package/lib-es/data/icons/react/tbx.js.map +0 -1
  7202. package/lib-es/data/icons/react/tel.d.ts +0 -8
  7203. package/lib-es/data/icons/react/tel.d.ts.map +0 -1
  7204. package/lib-es/data/icons/react/tel.js +0 -9
  7205. package/lib-es/data/icons/react/tel.js.map +0 -1
  7206. package/lib-es/data/icons/react/ten.d.ts +0 -8
  7207. package/lib-es/data/icons/react/ten.d.ts.map +0 -1
  7208. package/lib-es/data/icons/react/ten.js +0 -9
  7209. package/lib-es/data/icons/react/ten.js.map +0 -1
  7210. package/lib-es/data/icons/react/tern.d.ts +0 -8
  7211. package/lib-es/data/icons/react/tern.d.ts.map +0 -1
  7212. package/lib-es/data/icons/react/tern.js +0 -9
  7213. package/lib-es/data/icons/react/tern.js.map +0 -1
  7214. package/lib-es/data/icons/react/tgch.d.ts +0 -8
  7215. package/lib-es/data/icons/react/tgch.d.ts.map +0 -1
  7216. package/lib-es/data/icons/react/tgch.js +0 -10
  7217. package/lib-es/data/icons/react/tgch.js.map +0 -1
  7218. package/lib-es/data/icons/react/theta.d.ts +0 -8
  7219. package/lib-es/data/icons/react/theta.d.ts.map +0 -1
  7220. package/lib-es/data/icons/react/theta.js +0 -9
  7221. package/lib-es/data/icons/react/theta.js.map +0 -1
  7222. package/lib-es/data/icons/react/tifi.d.ts +0 -8
  7223. package/lib-es/data/icons/react/tifi.d.ts.map +0 -1
  7224. package/lib-es/data/icons/react/tifi.js +0 -9
  7225. package/lib-es/data/icons/react/tifi.js.map +0 -1
  7226. package/lib-es/data/icons/react/tix.d.ts +0 -8
  7227. package/lib-es/data/icons/react/tix.d.ts.map +0 -1
  7228. package/lib-es/data/icons/react/tix.js +0 -9
  7229. package/lib-es/data/icons/react/tix.js.map +0 -1
  7230. package/lib-es/data/icons/react/tkn.d.ts +0 -8
  7231. package/lib-es/data/icons/react/tkn.d.ts.map +0 -1
  7232. package/lib-es/data/icons/react/tkn.js +0 -9
  7233. package/lib-es/data/icons/react/tkn.js.map +0 -1
  7234. package/lib-es/data/icons/react/tks.d.ts +0 -8
  7235. package/lib-es/data/icons/react/tks.d.ts.map +0 -1
  7236. package/lib-es/data/icons/react/tks.js +0 -10
  7237. package/lib-es/data/icons/react/tks.js.map +0 -1
  7238. package/lib-es/data/icons/react/tlos.d.ts +0 -8
  7239. package/lib-es/data/icons/react/tlos.d.ts.map +0 -1
  7240. package/lib-es/data/icons/react/tlos.js +0 -9
  7241. package/lib-es/data/icons/react/tlos.js.map +0 -1
  7242. package/lib-es/data/icons/react/tnb.d.ts +0 -8
  7243. package/lib-es/data/icons/react/tnb.d.ts.map +0 -1
  7244. package/lib-es/data/icons/react/tnb.js +0 -9
  7245. package/lib-es/data/icons/react/tnb.js.map +0 -1
  7246. package/lib-es/data/icons/react/tnc.d.ts +0 -8
  7247. package/lib-es/data/icons/react/tnc.d.ts.map +0 -1
  7248. package/lib-es/data/icons/react/tnc.js +0 -9
  7249. package/lib-es/data/icons/react/tnc.js.map +0 -1
  7250. package/lib-es/data/icons/react/tnt.d.ts +0 -8
  7251. package/lib-es/data/icons/react/tnt.d.ts.map +0 -1
  7252. package/lib-es/data/icons/react/tnt.js +0 -9
  7253. package/lib-es/data/icons/react/tnt.js.map +0 -1
  7254. package/lib-es/data/icons/react/tomo.d.ts +0 -8
  7255. package/lib-es/data/icons/react/tomo.d.ts.map +0 -1
  7256. package/lib-es/data/icons/react/tomo.js +0 -9
  7257. package/lib-es/data/icons/react/tomo.js.map +0 -1
  7258. package/lib-es/data/icons/react/tpay.d.ts +0 -8
  7259. package/lib-es/data/icons/react/tpay.d.ts.map +0 -1
  7260. package/lib-es/data/icons/react/tpay.js +0 -11
  7261. package/lib-es/data/icons/react/tpay.js.map +0 -1
  7262. package/lib-es/data/icons/react/trig.d.ts +0 -8
  7263. package/lib-es/data/icons/react/trig.d.ts.map +0 -1
  7264. package/lib-es/data/icons/react/trig.js +0 -9
  7265. package/lib-es/data/icons/react/trig.js.map +0 -1
  7266. package/lib-es/data/icons/react/trtl.d.ts +0 -8
  7267. package/lib-es/data/icons/react/trtl.d.ts.map +0 -1
  7268. package/lib-es/data/icons/react/trtl.js +0 -10
  7269. package/lib-es/data/icons/react/trtl.js.map +0 -1
  7270. package/lib-es/data/icons/react/trx.d.ts +0 -8
  7271. package/lib-es/data/icons/react/trx.d.ts.map +0 -1
  7272. package/lib-es/data/icons/react/trx.js +0 -10
  7273. package/lib-es/data/icons/react/trx.js.map +0 -1
  7274. package/lib-es/data/icons/react/tusd.d.ts +0 -8
  7275. package/lib-es/data/icons/react/tusd.d.ts.map +0 -1
  7276. package/lib-es/data/icons/react/tusd.js +0 -11
  7277. package/lib-es/data/icons/react/tusd.js.map +0 -1
  7278. package/lib-es/data/icons/react/tyc.d.ts +0 -8
  7279. package/lib-es/data/icons/react/tyc.d.ts.map +0 -1
  7280. package/lib-es/data/icons/react/tyc.js +0 -12
  7281. package/lib-es/data/icons/react/tyc.js.map +0 -1
  7282. package/lib-es/data/icons/react/tzc.d.ts +0 -8
  7283. package/lib-es/data/icons/react/tzc.d.ts.map +0 -1
  7284. package/lib-es/data/icons/react/tzc.js +0 -9
  7285. package/lib-es/data/icons/react/tzc.js.map +0 -1
  7286. package/lib-es/data/icons/react/ubq.d.ts +0 -8
  7287. package/lib-es/data/icons/react/ubq.d.ts.map +0 -1
  7288. package/lib-es/data/icons/react/ubq.js +0 -10
  7289. package/lib-es/data/icons/react/ubq.js.map +0 -1
  7290. package/lib-es/data/icons/react/uma.d.ts +0 -8
  7291. package/lib-es/data/icons/react/uma.d.ts.map +0 -1
  7292. package/lib-es/data/icons/react/uma.js +0 -10
  7293. package/lib-es/data/icons/react/uma.js.map +0 -1
  7294. package/lib-es/data/icons/react/umee.d.ts +0 -8
  7295. package/lib-es/data/icons/react/umee.d.ts.map +0 -1
  7296. package/lib-es/data/icons/react/umee.js +0 -11
  7297. package/lib-es/data/icons/react/umee.js.map +0 -1
  7298. package/lib-es/data/icons/react/uni.d.ts +0 -8
  7299. package/lib-es/data/icons/react/uni.d.ts.map +0 -1
  7300. package/lib-es/data/icons/react/uni.js +0 -16
  7301. package/lib-es/data/icons/react/uni.js.map +0 -1
  7302. package/lib-es/data/icons/react/unity.d.ts +0 -8
  7303. package/lib-es/data/icons/react/unity.d.ts.map +0 -1
  7304. package/lib-es/data/icons/react/unity.js +0 -10
  7305. package/lib-es/data/icons/react/unity.js.map +0 -1
  7306. package/lib-es/data/icons/react/usdc.d.ts +0 -8
  7307. package/lib-es/data/icons/react/usdc.d.ts.map +0 -1
  7308. package/lib-es/data/icons/react/usdc.js +0 -9
  7309. package/lib-es/data/icons/react/usdc.js.map +0 -1
  7310. package/lib-es/data/icons/react/usdt.d.ts +0 -8
  7311. package/lib-es/data/icons/react/usdt.d.ts.map +0 -1
  7312. package/lib-es/data/icons/react/usdt.js +0 -9
  7313. package/lib-es/data/icons/react/usdt.js.map +0 -1
  7314. package/lib-es/data/icons/react/utk.d.ts +0 -8
  7315. package/lib-es/data/icons/react/utk.d.ts.map +0 -1
  7316. package/lib-es/data/icons/react/utk.js +0 -9
  7317. package/lib-es/data/icons/react/utk.js.map +0 -1
  7318. package/lib-es/data/icons/react/veri.d.ts +0 -8
  7319. package/lib-es/data/icons/react/veri.d.ts.map +0 -1
  7320. package/lib-es/data/icons/react/veri.js +0 -9
  7321. package/lib-es/data/icons/react/veri.js.map +0 -1
  7322. package/lib-es/data/icons/react/verse.d.ts +0 -8
  7323. package/lib-es/data/icons/react/verse.d.ts.map +0 -1
  7324. package/lib-es/data/icons/react/verse.js +0 -9
  7325. package/lib-es/data/icons/react/verse.js.map +0 -1
  7326. package/lib-es/data/icons/react/vet.d.ts +0 -8
  7327. package/lib-es/data/icons/react/vet.d.ts.map +0 -1
  7328. package/lib-es/data/icons/react/vet.js +0 -9
  7329. package/lib-es/data/icons/react/vet.js.map +0 -1
  7330. package/lib-es/data/icons/react/via.d.ts +0 -8
  7331. package/lib-es/data/icons/react/via.d.ts.map +0 -1
  7332. package/lib-es/data/icons/react/via.js +0 -9
  7333. package/lib-es/data/icons/react/via.js.map +0 -1
  7334. package/lib-es/data/icons/react/vib.d.ts +0 -8
  7335. package/lib-es/data/icons/react/vib.d.ts.map +0 -1
  7336. package/lib-es/data/icons/react/vib.js +0 -9
  7337. package/lib-es/data/icons/react/vib.js.map +0 -1
  7338. package/lib-es/data/icons/react/vibe.d.ts +0 -8
  7339. package/lib-es/data/icons/react/vibe.d.ts.map +0 -1
  7340. package/lib-es/data/icons/react/vibe.js +0 -9
  7341. package/lib-es/data/icons/react/vibe.js.map +0 -1
  7342. package/lib-es/data/icons/react/vivo.d.ts +0 -8
  7343. package/lib-es/data/icons/react/vivo.d.ts.map +0 -1
  7344. package/lib-es/data/icons/react/vivo.js +0 -9
  7345. package/lib-es/data/icons/react/vivo.js.map +0 -1
  7346. package/lib-es/data/icons/react/vlx.d.ts +0 -8
  7347. package/lib-es/data/icons/react/vlx.d.ts.map +0 -1
  7348. package/lib-es/data/icons/react/vlx.js +0 -9
  7349. package/lib-es/data/icons/react/vlx.js.map +0 -1
  7350. package/lib-es/data/icons/react/vrc.d.ts +0 -8
  7351. package/lib-es/data/icons/react/vrc.d.ts.map +0 -1
  7352. package/lib-es/data/icons/react/vrc.js +0 -9
  7353. package/lib-es/data/icons/react/vrc.js.map +0 -1
  7354. package/lib-es/data/icons/react/vrsc.d.ts +0 -8
  7355. package/lib-es/data/icons/react/vrsc.d.ts.map +0 -1
  7356. package/lib-es/data/icons/react/vrsc.js +0 -10
  7357. package/lib-es/data/icons/react/vrsc.js.map +0 -1
  7358. package/lib-es/data/icons/react/vtc.d.ts +0 -8
  7359. package/lib-es/data/icons/react/vtc.d.ts.map +0 -1
  7360. package/lib-es/data/icons/react/vtc.js +0 -9
  7361. package/lib-es/data/icons/react/vtc.js.map +0 -1
  7362. package/lib-es/data/icons/react/vtho.d.ts +0 -8
  7363. package/lib-es/data/icons/react/vtho.d.ts.map +0 -1
  7364. package/lib-es/data/icons/react/vtho.js +0 -10
  7365. package/lib-es/data/icons/react/vtho.js.map +0 -1
  7366. package/lib-es/data/icons/react/wabi.d.ts +0 -8
  7367. package/lib-es/data/icons/react/wabi.d.ts.map +0 -1
  7368. package/lib-es/data/icons/react/wabi.js +0 -9
  7369. package/lib-es/data/icons/react/wabi.js.map +0 -1
  7370. package/lib-es/data/icons/react/waifu.d.ts +0 -8
  7371. package/lib-es/data/icons/react/waifu.d.ts.map +0 -1
  7372. package/lib-es/data/icons/react/waifu.js +0 -10
  7373. package/lib-es/data/icons/react/waifu.js.map +0 -1
  7374. package/lib-es/data/icons/react/wan.d.ts +0 -8
  7375. package/lib-es/data/icons/react/wan.d.ts.map +0 -1
  7376. package/lib-es/data/icons/react/wan.js +0 -10
  7377. package/lib-es/data/icons/react/wan.js.map +0 -1
  7378. package/lib-es/data/icons/react/waves.d.ts +0 -8
  7379. package/lib-es/data/icons/react/waves.d.ts.map +0 -1
  7380. package/lib-es/data/icons/react/waves.js +0 -9
  7381. package/lib-es/data/icons/react/waves.js.map +0 -1
  7382. package/lib-es/data/icons/react/wax.d.ts +0 -8
  7383. package/lib-es/data/icons/react/wax.d.ts.map +0 -1
  7384. package/lib-es/data/icons/react/wax.js +0 -9
  7385. package/lib-es/data/icons/react/wax.js.map +0 -1
  7386. package/lib-es/data/icons/react/wbtc.d.ts +0 -8
  7387. package/lib-es/data/icons/react/wbtc.d.ts.map +0 -1
  7388. package/lib-es/data/icons/react/wbtc.js +0 -10
  7389. package/lib-es/data/icons/react/wbtc.js.map +0 -1
  7390. package/lib-es/data/icons/react/wdoge.d.ts +0 -8
  7391. package/lib-es/data/icons/react/wdoge.d.ts.map +0 -1
  7392. package/lib-es/data/icons/react/wdoge.js +0 -11
  7393. package/lib-es/data/icons/react/wdoge.js.map +0 -1
  7394. package/lib-es/data/icons/react/wgr.d.ts +0 -8
  7395. package/lib-es/data/icons/react/wgr.d.ts.map +0 -1
  7396. package/lib-es/data/icons/react/wgr.js +0 -9
  7397. package/lib-es/data/icons/react/wgr.js.map +0 -1
  7398. package/lib-es/data/icons/react/wicc.d.ts +0 -8
  7399. package/lib-es/data/icons/react/wicc.d.ts.map +0 -1
  7400. package/lib-es/data/icons/react/wicc.js +0 -10
  7401. package/lib-es/data/icons/react/wicc.js.map +0 -1
  7402. package/lib-es/data/icons/react/wings.d.ts +0 -8
  7403. package/lib-es/data/icons/react/wings.d.ts.map +0 -1
  7404. package/lib-es/data/icons/react/wings.js +0 -11
  7405. package/lib-es/data/icons/react/wings.js.map +0 -1
  7406. package/lib-es/data/icons/react/wpr.d.ts +0 -8
  7407. package/lib-es/data/icons/react/wpr.d.ts.map +0 -1
  7408. package/lib-es/data/icons/react/wpr.js +0 -9
  7409. package/lib-es/data/icons/react/wpr.js.map +0 -1
  7410. package/lib-es/data/icons/react/wtc.d.ts +0 -8
  7411. package/lib-es/data/icons/react/wtc.d.ts.map +0 -1
  7412. package/lib-es/data/icons/react/wtc.js +0 -12
  7413. package/lib-es/data/icons/react/wtc.js.map +0 -1
  7414. package/lib-es/data/icons/react/x.d.ts +0 -8
  7415. package/lib-es/data/icons/react/x.d.ts.map +0 -1
  7416. package/lib-es/data/icons/react/x.js +0 -11
  7417. package/lib-es/data/icons/react/x.js.map +0 -1
  7418. package/lib-es/data/icons/react/xas.d.ts +0 -8
  7419. package/lib-es/data/icons/react/xas.d.ts.map +0 -1
  7420. package/lib-es/data/icons/react/xas.js +0 -10
  7421. package/lib-es/data/icons/react/xas.js.map +0 -1
  7422. package/lib-es/data/icons/react/xbc.d.ts +0 -8
  7423. package/lib-es/data/icons/react/xbc.d.ts.map +0 -1
  7424. package/lib-es/data/icons/react/xbc.js +0 -10
  7425. package/lib-es/data/icons/react/xbc.js.map +0 -1
  7426. package/lib-es/data/icons/react/xbp.d.ts +0 -8
  7427. package/lib-es/data/icons/react/xbp.d.ts.map +0 -1
  7428. package/lib-es/data/icons/react/xbp.js +0 -9
  7429. package/lib-es/data/icons/react/xbp.js.map +0 -1
  7430. package/lib-es/data/icons/react/xby.d.ts +0 -8
  7431. package/lib-es/data/icons/react/xby.d.ts.map +0 -1
  7432. package/lib-es/data/icons/react/xby.js +0 -9
  7433. package/lib-es/data/icons/react/xby.js.map +0 -1
  7434. package/lib-es/data/icons/react/xcp.d.ts +0 -8
  7435. package/lib-es/data/icons/react/xcp.d.ts.map +0 -1
  7436. package/lib-es/data/icons/react/xcp.js +0 -9
  7437. package/lib-es/data/icons/react/xcp.js.map +0 -1
  7438. package/lib-es/data/icons/react/xdn.d.ts +0 -8
  7439. package/lib-es/data/icons/react/xdn.d.ts.map +0 -1
  7440. package/lib-es/data/icons/react/xdn.js +0 -9
  7441. package/lib-es/data/icons/react/xdn.js.map +0 -1
  7442. package/lib-es/data/icons/react/xem.d.ts +0 -8
  7443. package/lib-es/data/icons/react/xem.d.ts.map +0 -1
  7444. package/lib-es/data/icons/react/xem.js +0 -9
  7445. package/lib-es/data/icons/react/xem.js.map +0 -1
  7446. package/lib-es/data/icons/react/xin.d.ts +0 -8
  7447. package/lib-es/data/icons/react/xin.d.ts.map +0 -1
  7448. package/lib-es/data/icons/react/xin.js +0 -9
  7449. package/lib-es/data/icons/react/xin.js.map +0 -1
  7450. package/lib-es/data/icons/react/xlm.d.ts +0 -8
  7451. package/lib-es/data/icons/react/xlm.d.ts.map +0 -1
  7452. package/lib-es/data/icons/react/xlm.js +0 -10
  7453. package/lib-es/data/icons/react/xlm.js.map +0 -1
  7454. package/lib-es/data/icons/react/xmcc.d.ts +0 -8
  7455. package/lib-es/data/icons/react/xmcc.d.ts.map +0 -1
  7456. package/lib-es/data/icons/react/xmcc.js +0 -10
  7457. package/lib-es/data/icons/react/xmcc.js.map +0 -1
  7458. package/lib-es/data/icons/react/xmg.d.ts +0 -8
  7459. package/lib-es/data/icons/react/xmg.d.ts.map +0 -1
  7460. package/lib-es/data/icons/react/xmg.js +0 -10
  7461. package/lib-es/data/icons/react/xmg.js.map +0 -1
  7462. package/lib-es/data/icons/react/xmo.d.ts +0 -8
  7463. package/lib-es/data/icons/react/xmo.d.ts.map +0 -1
  7464. package/lib-es/data/icons/react/xmo.js +0 -11
  7465. package/lib-es/data/icons/react/xmo.js.map +0 -1
  7466. package/lib-es/data/icons/react/xmr.d.ts +0 -8
  7467. package/lib-es/data/icons/react/xmr.d.ts.map +0 -1
  7468. package/lib-es/data/icons/react/xmr.js +0 -9
  7469. package/lib-es/data/icons/react/xmr.js.map +0 -1
  7470. package/lib-es/data/icons/react/xmy.d.ts +0 -8
  7471. package/lib-es/data/icons/react/xmy.d.ts.map +0 -1
  7472. package/lib-es/data/icons/react/xmy.js +0 -10
  7473. package/lib-es/data/icons/react/xmy.js.map +0 -1
  7474. package/lib-es/data/icons/react/xp.d.ts +0 -8
  7475. package/lib-es/data/icons/react/xp.d.ts.map +0 -1
  7476. package/lib-es/data/icons/react/xp.js +0 -9
  7477. package/lib-es/data/icons/react/xp.js.map +0 -1
  7478. package/lib-es/data/icons/react/xpa.d.ts +0 -8
  7479. package/lib-es/data/icons/react/xpa.d.ts.map +0 -1
  7480. package/lib-es/data/icons/react/xpa.js +0 -9
  7481. package/lib-es/data/icons/react/xpa.js.map +0 -1
  7482. package/lib-es/data/icons/react/xpm.d.ts +0 -8
  7483. package/lib-es/data/icons/react/xpm.d.ts.map +0 -1
  7484. package/lib-es/data/icons/react/xpm.js +0 -9
  7485. package/lib-es/data/icons/react/xpm.js.map +0 -1
  7486. package/lib-es/data/icons/react/xprt.d.ts +0 -8
  7487. package/lib-es/data/icons/react/xprt.d.ts.map +0 -1
  7488. package/lib-es/data/icons/react/xprt.js +0 -10
  7489. package/lib-es/data/icons/react/xprt.js.map +0 -1
  7490. package/lib-es/data/icons/react/xrp.d.ts +0 -8
  7491. package/lib-es/data/icons/react/xrp.d.ts.map +0 -1
  7492. package/lib-es/data/icons/react/xrp.js +0 -9
  7493. package/lib-es/data/icons/react/xrp.js.map +0 -1
  7494. package/lib-es/data/icons/react/xsg.d.ts +0 -8
  7495. package/lib-es/data/icons/react/xsg.d.ts.map +0 -1
  7496. package/lib-es/data/icons/react/xsg.js +0 -9
  7497. package/lib-es/data/icons/react/xsg.js.map +0 -1
  7498. package/lib-es/data/icons/react/xst.d.ts +0 -8
  7499. package/lib-es/data/icons/react/xst.d.ts.map +0 -1
  7500. package/lib-es/data/icons/react/xst.js +0 -9
  7501. package/lib-es/data/icons/react/xst.js.map +0 -1
  7502. package/lib-es/data/icons/react/xtz.d.ts +0 -8
  7503. package/lib-es/data/icons/react/xtz.d.ts.map +0 -1
  7504. package/lib-es/data/icons/react/xtz.js +0 -9
  7505. package/lib-es/data/icons/react/xtz.js.map +0 -1
  7506. package/lib-es/data/icons/react/xuc.d.ts +0 -8
  7507. package/lib-es/data/icons/react/xuc.d.ts.map +0 -1
  7508. package/lib-es/data/icons/react/xuc.js +0 -10
  7509. package/lib-es/data/icons/react/xuc.js.map +0 -1
  7510. package/lib-es/data/icons/react/xvc.d.ts +0 -8
  7511. package/lib-es/data/icons/react/xvc.d.ts.map +0 -1
  7512. package/lib-es/data/icons/react/xvc.js +0 -9
  7513. package/lib-es/data/icons/react/xvc.js.map +0 -1
  7514. package/lib-es/data/icons/react/xvg.d.ts +0 -8
  7515. package/lib-es/data/icons/react/xvg.d.ts.map +0 -1
  7516. package/lib-es/data/icons/react/xvg.js +0 -10
  7517. package/lib-es/data/icons/react/xvg.js.map +0 -1
  7518. package/lib-es/data/icons/react/xzc.d.ts +0 -8
  7519. package/lib-es/data/icons/react/xzc.d.ts.map +0 -1
  7520. package/lib-es/data/icons/react/xzc.js +0 -9
  7521. package/lib-es/data/icons/react/xzc.js.map +0 -1
  7522. package/lib-es/data/icons/react/yae.d.ts +0 -8
  7523. package/lib-es/data/icons/react/yae.d.ts.map +0 -1
  7524. package/lib-es/data/icons/react/yae.js +0 -9
  7525. package/lib-es/data/icons/react/yae.js.map +0 -1
  7526. package/lib-es/data/icons/react/yfi.d.ts +0 -8
  7527. package/lib-es/data/icons/react/yfi.d.ts.map +0 -1
  7528. package/lib-es/data/icons/react/yfi.js +0 -10
  7529. package/lib-es/data/icons/react/yfi.js.map +0 -1
  7530. package/lib-es/data/icons/react/yoyow.d.ts +0 -8
  7531. package/lib-es/data/icons/react/yoyow.d.ts.map +0 -1
  7532. package/lib-es/data/icons/react/yoyow.js +0 -9
  7533. package/lib-es/data/icons/react/yoyow.js.map +0 -1
  7534. package/lib-es/data/icons/react/zcl.d.ts +0 -8
  7535. package/lib-es/data/icons/react/zcl.d.ts.map +0 -1
  7536. package/lib-es/data/icons/react/zcl.js +0 -9
  7537. package/lib-es/data/icons/react/zcl.js.map +0 -1
  7538. package/lib-es/data/icons/react/zec.d.ts +0 -8
  7539. package/lib-es/data/icons/react/zec.d.ts.map +0 -1
  7540. package/lib-es/data/icons/react/zec.js +0 -9
  7541. package/lib-es/data/icons/react/zec.js.map +0 -1
  7542. package/lib-es/data/icons/react/zel.d.ts +0 -8
  7543. package/lib-es/data/icons/react/zel.d.ts.map +0 -1
  7544. package/lib-es/data/icons/react/zel.js +0 -9
  7545. package/lib-es/data/icons/react/zel.js.map +0 -1
  7546. package/lib-es/data/icons/react/zen.d.ts +0 -8
  7547. package/lib-es/data/icons/react/zen.d.ts.map +0 -1
  7548. package/lib-es/data/icons/react/zen.js +0 -11
  7549. package/lib-es/data/icons/react/zen.js.map +0 -1
  7550. package/lib-es/data/icons/react/zest.d.ts +0 -8
  7551. package/lib-es/data/icons/react/zest.d.ts.map +0 -1
  7552. package/lib-es/data/icons/react/zest.js +0 -11
  7553. package/lib-es/data/icons/react/zest.js.map +0 -1
  7554. package/lib-es/data/icons/react/zil.d.ts +0 -8
  7555. package/lib-es/data/icons/react/zil.d.ts.map +0 -1
  7556. package/lib-es/data/icons/react/zil.js +0 -11
  7557. package/lib-es/data/icons/react/zil.js.map +0 -1
  7558. package/lib-es/data/icons/react/zilla.d.ts +0 -8
  7559. package/lib-es/data/icons/react/zilla.d.ts.map +0 -1
  7560. package/lib-es/data/icons/react/zilla.js +0 -9
  7561. package/lib-es/data/icons/react/zilla.js.map +0 -1
  7562. package/lib-es/data/icons/react/zrx.d.ts +0 -8
  7563. package/lib-es/data/icons/react/zrx.d.ts.map +0 -1
  7564. package/lib-es/data/icons/react/zrx.js +0 -9
  7565. package/lib-es/data/icons/react/zrx.js.map +0 -1
  7566. package/lib-es/data/icons/reactNative/_0Xbtc.d.ts +0 -8
  7567. package/lib-es/data/icons/reactNative/_0Xbtc.d.ts.map +0 -1
  7568. package/lib-es/data/icons/reactNative/_0Xbtc.js +0 -13
  7569. package/lib-es/data/icons/reactNative/_0Xbtc.js.map +0 -1
  7570. package/lib-es/data/icons/reactNative/_2Give.d.ts +0 -8
  7571. package/lib-es/data/icons/reactNative/_2Give.d.ts.map +0 -1
  7572. package/lib-es/data/icons/reactNative/_2Give.js +0 -19
  7573. package/lib-es/data/icons/reactNative/_2Give.js.map +0 -1
  7574. package/lib-es/data/icons/reactNative/abi.d.ts +0 -8
  7575. package/lib-es/data/icons/reactNative/abi.d.ts.map +0 -1
  7576. package/lib-es/data/icons/reactNative/abi.js +0 -10
  7577. package/lib-es/data/icons/reactNative/abi.js.map +0 -1
  7578. package/lib-es/data/icons/reactNative/abt.d.ts +0 -8
  7579. package/lib-es/data/icons/reactNative/abt.d.ts.map +0 -1
  7580. package/lib-es/data/icons/reactNative/abt.js +0 -10
  7581. package/lib-es/data/icons/reactNative/abt.js.map +0 -1
  7582. package/lib-es/data/icons/reactNative/act.d.ts +0 -8
  7583. package/lib-es/data/icons/reactNative/act.d.ts.map +0 -1
  7584. package/lib-es/data/icons/reactNative/act.js +0 -10
  7585. package/lib-es/data/icons/reactNative/act.js.map +0 -1
  7586. package/lib-es/data/icons/reactNative/actn.d.ts +0 -8
  7587. package/lib-es/data/icons/reactNative/actn.d.ts.map +0 -1
  7588. package/lib-es/data/icons/reactNative/actn.js +0 -10
  7589. package/lib-es/data/icons/reactNative/actn.js.map +0 -1
  7590. package/lib-es/data/icons/reactNative/ada.d.ts +0 -8
  7591. package/lib-es/data/icons/reactNative/ada.d.ts.map +0 -1
  7592. package/lib-es/data/icons/reactNative/ada.js +0 -10
  7593. package/lib-es/data/icons/reactNative/ada.js.map +0 -1
  7594. package/lib-es/data/icons/reactNative/add.d.ts +0 -8
  7595. package/lib-es/data/icons/reactNative/add.d.ts.map +0 -1
  7596. package/lib-es/data/icons/reactNative/add.js +0 -10
  7597. package/lib-es/data/icons/reactNative/add.js.map +0 -1
  7598. package/lib-es/data/icons/reactNative/adx.d.ts +0 -8
  7599. package/lib-es/data/icons/reactNative/adx.d.ts.map +0 -1
  7600. package/lib-es/data/icons/reactNative/adx.js +0 -10
  7601. package/lib-es/data/icons/reactNative/adx.js.map +0 -1
  7602. package/lib-es/data/icons/reactNative/ae.d.ts +0 -8
  7603. package/lib-es/data/icons/reactNative/ae.d.ts.map +0 -1
  7604. package/lib-es/data/icons/reactNative/ae.js +0 -10
  7605. package/lib-es/data/icons/reactNative/ae.js.map +0 -1
  7606. package/lib-es/data/icons/reactNative/aeon.d.ts +0 -8
  7607. package/lib-es/data/icons/reactNative/aeon.d.ts.map +0 -1
  7608. package/lib-es/data/icons/reactNative/aeon.js +0 -13
  7609. package/lib-es/data/icons/reactNative/aeon.js.map +0 -1
  7610. package/lib-es/data/icons/reactNative/agi.d.ts +0 -8
  7611. package/lib-es/data/icons/reactNative/agi.d.ts.map +0 -1
  7612. package/lib-es/data/icons/reactNative/agi.js +0 -11
  7613. package/lib-es/data/icons/reactNative/agi.js.map +0 -1
  7614. package/lib-es/data/icons/reactNative/agrs.d.ts +0 -8
  7615. package/lib-es/data/icons/reactNative/agrs.d.ts.map +0 -1
  7616. package/lib-es/data/icons/reactNative/agrs.js +0 -10
  7617. package/lib-es/data/icons/reactNative/agrs.js.map +0 -1
  7618. package/lib-es/data/icons/reactNative/aion.d.ts +0 -8
  7619. package/lib-es/data/icons/reactNative/aion.d.ts.map +0 -1
  7620. package/lib-es/data/icons/reactNative/aion.js +0 -11
  7621. package/lib-es/data/icons/reactNative/aion.js.map +0 -1
  7622. package/lib-es/data/icons/reactNative/algo.d.ts +0 -8
  7623. package/lib-es/data/icons/reactNative/algo.d.ts.map +0 -1
  7624. package/lib-es/data/icons/reactNative/algo.js +0 -10
  7625. package/lib-es/data/icons/reactNative/algo.js.map +0 -1
  7626. package/lib-es/data/icons/reactNative/amb.d.ts +0 -8
  7627. package/lib-es/data/icons/reactNative/amb.d.ts.map +0 -1
  7628. package/lib-es/data/icons/reactNative/amb.js +0 -10
  7629. package/lib-es/data/icons/reactNative/amb.js.map +0 -1
  7630. package/lib-es/data/icons/reactNative/amp.d.ts +0 -8
  7631. package/lib-es/data/icons/reactNative/amp.d.ts.map +0 -1
  7632. package/lib-es/data/icons/reactNative/amp.js +0 -10
  7633. package/lib-es/data/icons/reactNative/amp.js.map +0 -1
  7634. package/lib-es/data/icons/reactNative/ampl.d.ts +0 -8
  7635. package/lib-es/data/icons/reactNative/ampl.d.ts.map +0 -1
  7636. package/lib-es/data/icons/reactNative/ampl.js +0 -10
  7637. package/lib-es/data/icons/reactNative/ampl.js.map +0 -1
  7638. package/lib-es/data/icons/reactNative/ant.d.ts +0 -8
  7639. package/lib-es/data/icons/reactNative/ant.d.ts.map +0 -1
  7640. package/lib-es/data/icons/reactNative/ant.js +0 -10
  7641. package/lib-es/data/icons/reactNative/ant.js.map +0 -1
  7642. package/lib-es/data/icons/reactNative/apex.d.ts +0 -8
  7643. package/lib-es/data/icons/reactNative/apex.d.ts.map +0 -1
  7644. package/lib-es/data/icons/reactNative/apex.js +0 -10
  7645. package/lib-es/data/icons/reactNative/apex.js.map +0 -1
  7646. package/lib-es/data/icons/reactNative/appc.d.ts +0 -8
  7647. package/lib-es/data/icons/reactNative/appc.d.ts.map +0 -1
  7648. package/lib-es/data/icons/reactNative/appc.js +0 -10
  7649. package/lib-es/data/icons/reactNative/appc.js.map +0 -1
  7650. package/lib-es/data/icons/reactNative/ardr.d.ts +0 -8
  7651. package/lib-es/data/icons/reactNative/ardr.d.ts.map +0 -1
  7652. package/lib-es/data/icons/reactNative/ardr.js +0 -10
  7653. package/lib-es/data/icons/reactNative/ardr.js.map +0 -1
  7654. package/lib-es/data/icons/reactNative/arg.d.ts +0 -8
  7655. package/lib-es/data/icons/reactNative/arg.d.ts.map +0 -1
  7656. package/lib-es/data/icons/reactNative/arg.js +0 -11
  7657. package/lib-es/data/icons/reactNative/arg.js.map +0 -1
  7658. package/lib-es/data/icons/reactNative/ark.d.ts +0 -8
  7659. package/lib-es/data/icons/reactNative/ark.d.ts.map +0 -1
  7660. package/lib-es/data/icons/reactNative/ark.js +0 -10
  7661. package/lib-es/data/icons/reactNative/ark.js.map +0 -1
  7662. package/lib-es/data/icons/reactNative/arn.d.ts +0 -8
  7663. package/lib-es/data/icons/reactNative/arn.d.ts.map +0 -1
  7664. package/lib-es/data/icons/reactNative/arn.js +0 -10
  7665. package/lib-es/data/icons/reactNative/arn.js.map +0 -1
  7666. package/lib-es/data/icons/reactNative/arnx.d.ts +0 -8
  7667. package/lib-es/data/icons/reactNative/arnx.d.ts.map +0 -1
  7668. package/lib-es/data/icons/reactNative/arnx.js +0 -12
  7669. package/lib-es/data/icons/reactNative/arnx.js.map +0 -1
  7670. package/lib-es/data/icons/reactNative/ary.d.ts +0 -8
  7671. package/lib-es/data/icons/reactNative/ary.d.ts.map +0 -1
  7672. package/lib-es/data/icons/reactNative/ary.js +0 -10
  7673. package/lib-es/data/icons/reactNative/ary.js.map +0 -1
  7674. package/lib-es/data/icons/reactNative/ast.d.ts +0 -8
  7675. package/lib-es/data/icons/reactNative/ast.d.ts.map +0 -1
  7676. package/lib-es/data/icons/reactNative/ast.js +0 -10
  7677. package/lib-es/data/icons/reactNative/ast.js.map +0 -1
  7678. package/lib-es/data/icons/reactNative/astr.d.ts +0 -8
  7679. package/lib-es/data/icons/reactNative/astr.d.ts.map +0 -1
  7680. package/lib-es/data/icons/reactNative/astr.js +0 -10
  7681. package/lib-es/data/icons/reactNative/astr.js.map +0 -1
  7682. package/lib-es/data/icons/reactNative/atm.d.ts +0 -8
  7683. package/lib-es/data/icons/reactNative/atm.d.ts.map +0 -1
  7684. package/lib-es/data/icons/reactNative/atm.js +0 -10
  7685. package/lib-es/data/icons/reactNative/atm.js.map +0 -1
  7686. package/lib-es/data/icons/reactNative/atom.d.ts +0 -8
  7687. package/lib-es/data/icons/reactNative/atom.d.ts.map +0 -1
  7688. package/lib-es/data/icons/reactNative/atom.js +0 -23
  7689. package/lib-es/data/icons/reactNative/atom.js.map +0 -1
  7690. package/lib-es/data/icons/reactNative/audr.d.ts +0 -8
  7691. package/lib-es/data/icons/reactNative/audr.d.ts.map +0 -1
  7692. package/lib-es/data/icons/reactNative/audr.js +0 -10
  7693. package/lib-es/data/icons/reactNative/audr.js.map +0 -1
  7694. package/lib-es/data/icons/reactNative/auto.d.ts +0 -8
  7695. package/lib-es/data/icons/reactNative/auto.d.ts.map +0 -1
  7696. package/lib-es/data/icons/reactNative/auto.js +0 -10
  7697. package/lib-es/data/icons/reactNative/auto.js.map +0 -1
  7698. package/lib-es/data/icons/reactNative/avax.d.ts +0 -8
  7699. package/lib-es/data/icons/reactNative/avax.d.ts.map +0 -1
  7700. package/lib-es/data/icons/reactNative/avax.js +0 -10
  7701. package/lib-es/data/icons/reactNative/avax.js.map +0 -1
  7702. package/lib-es/data/icons/reactNative/axl.d.ts +0 -8
  7703. package/lib-es/data/icons/reactNative/axl.d.ts.map +0 -1
  7704. package/lib-es/data/icons/reactNative/axl.js +0 -13
  7705. package/lib-es/data/icons/reactNative/axl.js.map +0 -1
  7706. package/lib-es/data/icons/reactNative/aywa.d.ts +0 -8
  7707. package/lib-es/data/icons/reactNative/aywa.d.ts.map +0 -1
  7708. package/lib-es/data/icons/reactNative/aywa.js +0 -12
  7709. package/lib-es/data/icons/reactNative/aywa.js.map +0 -1
  7710. package/lib-es/data/icons/reactNative/bab.d.ts +0 -8
  7711. package/lib-es/data/icons/reactNative/bab.d.ts.map +0 -1
  7712. package/lib-es/data/icons/reactNative/bab.js +0 -10
  7713. package/lib-es/data/icons/reactNative/bab.js.map +0 -1
  7714. package/lib-es/data/icons/reactNative/bal.d.ts +0 -8
  7715. package/lib-es/data/icons/reactNative/bal.d.ts.map +0 -1
  7716. package/lib-es/data/icons/reactNative/bal.js +0 -15
  7717. package/lib-es/data/icons/reactNative/bal.js.map +0 -1
  7718. package/lib-es/data/icons/reactNative/band.d.ts +0 -8
  7719. package/lib-es/data/icons/reactNative/band.d.ts.map +0 -1
  7720. package/lib-es/data/icons/reactNative/band.js +0 -11
  7721. package/lib-es/data/icons/reactNative/band.js.map +0 -1
  7722. package/lib-es/data/icons/reactNative/bat.d.ts +0 -8
  7723. package/lib-es/data/icons/reactNative/bat.d.ts.map +0 -1
  7724. package/lib-es/data/icons/reactNative/bat.js +0 -10
  7725. package/lib-es/data/icons/reactNative/bat.js.map +0 -1
  7726. package/lib-es/data/icons/reactNative/bay.d.ts +0 -8
  7727. package/lib-es/data/icons/reactNative/bay.d.ts.map +0 -1
  7728. package/lib-es/data/icons/reactNative/bay.js +0 -10
  7729. package/lib-es/data/icons/reactNative/bay.js.map +0 -1
  7730. package/lib-es/data/icons/reactNative/bcbc.d.ts +0 -8
  7731. package/lib-es/data/icons/reactNative/bcbc.d.ts.map +0 -1
  7732. package/lib-es/data/icons/reactNative/bcbc.js +0 -10
  7733. package/lib-es/data/icons/reactNative/bcbc.js.map +0 -1
  7734. package/lib-es/data/icons/reactNative/bcc.d.ts +0 -8
  7735. package/lib-es/data/icons/reactNative/bcc.d.ts.map +0 -1
  7736. package/lib-es/data/icons/reactNative/bcc.js +0 -10
  7737. package/lib-es/data/icons/reactNative/bcc.js.map +0 -1
  7738. package/lib-es/data/icons/reactNative/bcd.d.ts +0 -8
  7739. package/lib-es/data/icons/reactNative/bcd.d.ts.map +0 -1
  7740. package/lib-es/data/icons/reactNative/bcd.js +0 -10
  7741. package/lib-es/data/icons/reactNative/bcd.js.map +0 -1
  7742. package/lib-es/data/icons/reactNative/bcert.d.ts +0 -8
  7743. package/lib-es/data/icons/reactNative/bcert.d.ts.map +0 -1
  7744. package/lib-es/data/icons/reactNative/bcert.js +0 -15
  7745. package/lib-es/data/icons/reactNative/bcert.js.map +0 -1
  7746. package/lib-es/data/icons/reactNative/bch.d.ts +0 -8
  7747. package/lib-es/data/icons/reactNative/bch.d.ts.map +0 -1
  7748. package/lib-es/data/icons/reactNative/bch.js +0 -10
  7749. package/lib-es/data/icons/reactNative/bch.js.map +0 -1
  7750. package/lib-es/data/icons/reactNative/bcio.d.ts +0 -8
  7751. package/lib-es/data/icons/reactNative/bcio.d.ts.map +0 -1
  7752. package/lib-es/data/icons/reactNative/bcio.js +0 -10
  7753. package/lib-es/data/icons/reactNative/bcio.js.map +0 -1
  7754. package/lib-es/data/icons/reactNative/bcn.d.ts +0 -8
  7755. package/lib-es/data/icons/reactNative/bcn.d.ts.map +0 -1
  7756. package/lib-es/data/icons/reactNative/bcn.js +0 -10
  7757. package/lib-es/data/icons/reactNative/bcn.js.map +0 -1
  7758. package/lib-es/data/icons/reactNative/bco.d.ts +0 -8
  7759. package/lib-es/data/icons/reactNative/bco.d.ts.map +0 -1
  7760. package/lib-es/data/icons/reactNative/bco.js +0 -11
  7761. package/lib-es/data/icons/reactNative/bco.js.map +0 -1
  7762. package/lib-es/data/icons/reactNative/bcpt.d.ts +0 -8
  7763. package/lib-es/data/icons/reactNative/bcpt.d.ts.map +0 -1
  7764. package/lib-es/data/icons/reactNative/bcpt.js +0 -10
  7765. package/lib-es/data/icons/reactNative/bcpt.js.map +0 -1
  7766. package/lib-es/data/icons/reactNative/bdl.d.ts +0 -8
  7767. package/lib-es/data/icons/reactNative/bdl.d.ts.map +0 -1
  7768. package/lib-es/data/icons/reactNative/bdl.js +0 -11
  7769. package/lib-es/data/icons/reactNative/bdl.js.map +0 -1
  7770. package/lib-es/data/icons/reactNative/beam.d.ts +0 -8
  7771. package/lib-es/data/icons/reactNative/beam.d.ts.map +0 -1
  7772. package/lib-es/data/icons/reactNative/beam.js +0 -10
  7773. package/lib-es/data/icons/reactNative/beam.js.map +0 -1
  7774. package/lib-es/data/icons/reactNative/bela.d.ts +0 -8
  7775. package/lib-es/data/icons/reactNative/bela.d.ts.map +0 -1
  7776. package/lib-es/data/icons/reactNative/bela.js +0 -10
  7777. package/lib-es/data/icons/reactNative/bela.js.map +0 -1
  7778. package/lib-es/data/icons/reactNative/bix.d.ts +0 -8
  7779. package/lib-es/data/icons/reactNative/bix.d.ts.map +0 -1
  7780. package/lib-es/data/icons/reactNative/bix.js +0 -10
  7781. package/lib-es/data/icons/reactNative/bix.js.map +0 -1
  7782. package/lib-es/data/icons/reactNative/blcn.d.ts +0 -8
  7783. package/lib-es/data/icons/reactNative/blcn.d.ts.map +0 -1
  7784. package/lib-es/data/icons/reactNative/blcn.js +0 -10
  7785. package/lib-es/data/icons/reactNative/blcn.js.map +0 -1
  7786. package/lib-es/data/icons/reactNative/blk.d.ts +0 -8
  7787. package/lib-es/data/icons/reactNative/blk.d.ts.map +0 -1
  7788. package/lib-es/data/icons/reactNative/blk.js +0 -10
  7789. package/lib-es/data/icons/reactNative/blk.js.map +0 -1
  7790. package/lib-es/data/icons/reactNative/block.d.ts +0 -8
  7791. package/lib-es/data/icons/reactNative/block.d.ts.map +0 -1
  7792. package/lib-es/data/icons/reactNative/block.js +0 -13
  7793. package/lib-es/data/icons/reactNative/block.js.map +0 -1
  7794. package/lib-es/data/icons/reactNative/blz.d.ts +0 -8
  7795. package/lib-es/data/icons/reactNative/blz.d.ts.map +0 -1
  7796. package/lib-es/data/icons/reactNative/blz.js +0 -10
  7797. package/lib-es/data/icons/reactNative/blz.js.map +0 -1
  7798. package/lib-es/data/icons/reactNative/bnb.d.ts +0 -8
  7799. package/lib-es/data/icons/reactNative/bnb.d.ts.map +0 -1
  7800. package/lib-es/data/icons/reactNative/bnb.js +0 -10
  7801. package/lib-es/data/icons/reactNative/bnb.js.map +0 -1
  7802. package/lib-es/data/icons/reactNative/bnt.d.ts +0 -8
  7803. package/lib-es/data/icons/reactNative/bnt.d.ts.map +0 -1
  7804. package/lib-es/data/icons/reactNative/bnt.js +0 -10
  7805. package/lib-es/data/icons/reactNative/bnt.js.map +0 -1
  7806. package/lib-es/data/icons/reactNative/bnty.d.ts +0 -8
  7807. package/lib-es/data/icons/reactNative/bnty.d.ts.map +0 -1
  7808. package/lib-es/data/icons/reactNative/bnty.js +0 -10
  7809. package/lib-es/data/icons/reactNative/bnty.js.map +0 -1
  7810. package/lib-es/data/icons/reactNative/booty.d.ts +0 -8
  7811. package/lib-es/data/icons/reactNative/booty.d.ts.map +0 -1
  7812. package/lib-es/data/icons/reactNative/booty.js +0 -11
  7813. package/lib-es/data/icons/reactNative/booty.js.map +0 -1
  7814. package/lib-es/data/icons/reactNative/bos.d.ts +0 -8
  7815. package/lib-es/data/icons/reactNative/bos.d.ts.map +0 -1
  7816. package/lib-es/data/icons/reactNative/bos.js +0 -10
  7817. package/lib-es/data/icons/reactNative/bos.js.map +0 -1
  7818. package/lib-es/data/icons/reactNative/bpt.d.ts +0 -8
  7819. package/lib-es/data/icons/reactNative/bpt.d.ts.map +0 -1
  7820. package/lib-es/data/icons/reactNative/bpt.js +0 -10
  7821. package/lib-es/data/icons/reactNative/bpt.js.map +0 -1
  7822. package/lib-es/data/icons/reactNative/bq.d.ts +0 -8
  7823. package/lib-es/data/icons/reactNative/bq.d.ts.map +0 -1
  7824. package/lib-es/data/icons/reactNative/bq.js +0 -10
  7825. package/lib-es/data/icons/reactNative/bq.js.map +0 -1
  7826. package/lib-es/data/icons/reactNative/brd.d.ts +0 -8
  7827. package/lib-es/data/icons/reactNative/brd.d.ts.map +0 -1
  7828. package/lib-es/data/icons/reactNative/brd.js +0 -10
  7829. package/lib-es/data/icons/reactNative/brd.js.map +0 -1
  7830. package/lib-es/data/icons/reactNative/bsd.d.ts +0 -8
  7831. package/lib-es/data/icons/reactNative/bsd.d.ts.map +0 -1
  7832. package/lib-es/data/icons/reactNative/bsd.js +0 -10
  7833. package/lib-es/data/icons/reactNative/bsd.js.map +0 -1
  7834. package/lib-es/data/icons/reactNative/bsv.d.ts +0 -8
  7835. package/lib-es/data/icons/reactNative/bsv.d.ts.map +0 -1
  7836. package/lib-es/data/icons/reactNative/bsv.js +0 -10
  7837. package/lib-es/data/icons/reactNative/bsv.js.map +0 -1
  7838. package/lib-es/data/icons/reactNative/btc.d.ts +0 -8
  7839. package/lib-es/data/icons/reactNative/btc.d.ts.map +0 -1
  7840. package/lib-es/data/icons/reactNative/btc.js +0 -10
  7841. package/lib-es/data/icons/reactNative/btc.js.map +0 -1
  7842. package/lib-es/data/icons/reactNative/btcd.d.ts +0 -8
  7843. package/lib-es/data/icons/reactNative/btcd.d.ts.map +0 -1
  7844. package/lib-es/data/icons/reactNative/btcd.js +0 -10
  7845. package/lib-es/data/icons/reactNative/btcd.js.map +0 -1
  7846. package/lib-es/data/icons/reactNative/btch.d.ts +0 -8
  7847. package/lib-es/data/icons/reactNative/btch.d.ts.map +0 -1
  7848. package/lib-es/data/icons/reactNative/btch.js +0 -12
  7849. package/lib-es/data/icons/reactNative/btch.js.map +0 -1
  7850. package/lib-es/data/icons/reactNative/btcp.d.ts +0 -8
  7851. package/lib-es/data/icons/reactNative/btcp.d.ts.map +0 -1
  7852. package/lib-es/data/icons/reactNative/btcp.js +0 -10
  7853. package/lib-es/data/icons/reactNative/btcp.js.map +0 -1
  7854. package/lib-es/data/icons/reactNative/btcz.d.ts +0 -8
  7855. package/lib-es/data/icons/reactNative/btcz.d.ts.map +0 -1
  7856. package/lib-es/data/icons/reactNative/btcz.js +0 -10
  7857. package/lib-es/data/icons/reactNative/btcz.js.map +0 -1
  7858. package/lib-es/data/icons/reactNative/btdx.d.ts +0 -8
  7859. package/lib-es/data/icons/reactNative/btdx.d.ts.map +0 -1
  7860. package/lib-es/data/icons/reactNative/btdx.js +0 -11
  7861. package/lib-es/data/icons/reactNative/btdx.js.map +0 -1
  7862. package/lib-es/data/icons/reactNative/btg.d.ts +0 -8
  7863. package/lib-es/data/icons/reactNative/btg.d.ts.map +0 -1
  7864. package/lib-es/data/icons/reactNative/btg.js +0 -10
  7865. package/lib-es/data/icons/reactNative/btg.js.map +0 -1
  7866. package/lib-es/data/icons/reactNative/btm.d.ts +0 -8
  7867. package/lib-es/data/icons/reactNative/btm.d.ts.map +0 -1
  7868. package/lib-es/data/icons/reactNative/btm.js +0 -10
  7869. package/lib-es/data/icons/reactNative/btm.js.map +0 -1
  7870. package/lib-es/data/icons/reactNative/bts.d.ts +0 -8
  7871. package/lib-es/data/icons/reactNative/bts.d.ts.map +0 -1
  7872. package/lib-es/data/icons/reactNative/bts.js +0 -10
  7873. package/lib-es/data/icons/reactNative/bts.js.map +0 -1
  7874. package/lib-es/data/icons/reactNative/btt.d.ts +0 -8
  7875. package/lib-es/data/icons/reactNative/btt.d.ts.map +0 -1
  7876. package/lib-es/data/icons/reactNative/btt.js +0 -13
  7877. package/lib-es/data/icons/reactNative/btt.js.map +0 -1
  7878. package/lib-es/data/icons/reactNative/btx.d.ts +0 -8
  7879. package/lib-es/data/icons/reactNative/btx.d.ts.map +0 -1
  7880. package/lib-es/data/icons/reactNative/btx.js +0 -10
  7881. package/lib-es/data/icons/reactNative/btx.js.map +0 -1
  7882. package/lib-es/data/icons/reactNative/burst.d.ts +0 -8
  7883. package/lib-es/data/icons/reactNative/burst.d.ts.map +0 -1
  7884. package/lib-es/data/icons/reactNative/burst.js +0 -10
  7885. package/lib-es/data/icons/reactNative/burst.js.map +0 -1
  7886. package/lib-es/data/icons/reactNative/bze.d.ts +0 -8
  7887. package/lib-es/data/icons/reactNative/bze.d.ts.map +0 -1
  7888. package/lib-es/data/icons/reactNative/bze.js +0 -11
  7889. package/lib-es/data/icons/reactNative/bze.js.map +0 -1
  7890. package/lib-es/data/icons/reactNative/call.d.ts +0 -8
  7891. package/lib-es/data/icons/reactNative/call.d.ts.map +0 -1
  7892. package/lib-es/data/icons/reactNative/call.js +0 -11
  7893. package/lib-es/data/icons/reactNative/call.js.map +0 -1
  7894. package/lib-es/data/icons/reactNative/cc.d.ts +0 -8
  7895. package/lib-es/data/icons/reactNative/cc.d.ts.map +0 -1
  7896. package/lib-es/data/icons/reactNative/cc.js +0 -11
  7897. package/lib-es/data/icons/reactNative/cc.js.map +0 -1
  7898. package/lib-es/data/icons/reactNative/cdn.d.ts +0 -8
  7899. package/lib-es/data/icons/reactNative/cdn.d.ts.map +0 -1
  7900. package/lib-es/data/icons/reactNative/cdn.js +0 -10
  7901. package/lib-es/data/icons/reactNative/cdn.js.map +0 -1
  7902. package/lib-es/data/icons/reactNative/cdt.d.ts +0 -8
  7903. package/lib-es/data/icons/reactNative/cdt.d.ts.map +0 -1
  7904. package/lib-es/data/icons/reactNative/cdt.js +0 -10
  7905. package/lib-es/data/icons/reactNative/cdt.js.map +0 -1
  7906. package/lib-es/data/icons/reactNative/celo.d.ts +0 -8
  7907. package/lib-es/data/icons/reactNative/celo.d.ts.map +0 -1
  7908. package/lib-es/data/icons/reactNative/celo.js +0 -12
  7909. package/lib-es/data/icons/reactNative/celo.js.map +0 -1
  7910. package/lib-es/data/icons/reactNative/cenz.d.ts +0 -8
  7911. package/lib-es/data/icons/reactNative/cenz.d.ts.map +0 -1
  7912. package/lib-es/data/icons/reactNative/cenz.js +0 -11
  7913. package/lib-es/data/icons/reactNative/cenz.js.map +0 -1
  7914. package/lib-es/data/icons/reactNative/chain.d.ts +0 -8
  7915. package/lib-es/data/icons/reactNative/chain.d.ts.map +0 -1
  7916. package/lib-es/data/icons/reactNative/chain.js +0 -11
  7917. package/lib-es/data/icons/reactNative/chain.js.map +0 -1
  7918. package/lib-es/data/icons/reactNative/chat.d.ts +0 -8
  7919. package/lib-es/data/icons/reactNative/chat.d.ts.map +0 -1
  7920. package/lib-es/data/icons/reactNative/chat.js +0 -10
  7921. package/lib-es/data/icons/reactNative/chat.js.map +0 -1
  7922. package/lib-es/data/icons/reactNative/chips.d.ts +0 -8
  7923. package/lib-es/data/icons/reactNative/chips.d.ts.map +0 -1
  7924. package/lib-es/data/icons/reactNative/chips.js +0 -10
  7925. package/lib-es/data/icons/reactNative/chips.js.map +0 -1
  7926. package/lib-es/data/icons/reactNative/cix.d.ts +0 -8
  7927. package/lib-es/data/icons/reactNative/cix.d.ts.map +0 -1
  7928. package/lib-es/data/icons/reactNative/cix.js +0 -11
  7929. package/lib-es/data/icons/reactNative/cix.js.map +0 -1
  7930. package/lib-es/data/icons/reactNative/clam.d.ts +0 -8
  7931. package/lib-es/data/icons/reactNative/clam.d.ts.map +0 -1
  7932. package/lib-es/data/icons/reactNative/clam.js +0 -10
  7933. package/lib-es/data/icons/reactNative/clam.js.map +0 -1
  7934. package/lib-es/data/icons/reactNative/cloak.d.ts +0 -8
  7935. package/lib-es/data/icons/reactNative/cloak.d.ts.map +0 -1
  7936. package/lib-es/data/icons/reactNative/cloak.js +0 -10
  7937. package/lib-es/data/icons/reactNative/cloak.js.map +0 -1
  7938. package/lib-es/data/icons/reactNative/cmm.d.ts +0 -8
  7939. package/lib-es/data/icons/reactNative/cmm.d.ts.map +0 -1
  7940. package/lib-es/data/icons/reactNative/cmm.js +0 -10
  7941. package/lib-es/data/icons/reactNative/cmm.js.map +0 -1
  7942. package/lib-es/data/icons/reactNative/cmt.d.ts +0 -8
  7943. package/lib-es/data/icons/reactNative/cmt.d.ts.map +0 -1
  7944. package/lib-es/data/icons/reactNative/cmt.js +0 -10
  7945. package/lib-es/data/icons/reactNative/cmt.js.map +0 -1
  7946. package/lib-es/data/icons/reactNative/cnd.d.ts +0 -8
  7947. package/lib-es/data/icons/reactNative/cnd.d.ts.map +0 -1
  7948. package/lib-es/data/icons/reactNative/cnd.js +0 -10
  7949. package/lib-es/data/icons/reactNative/cnd.js.map +0 -1
  7950. package/lib-es/data/icons/reactNative/cnx.d.ts +0 -8
  7951. package/lib-es/data/icons/reactNative/cnx.d.ts.map +0 -1
  7952. package/lib-es/data/icons/reactNative/cnx.js +0 -11
  7953. package/lib-es/data/icons/reactNative/cnx.js.map +0 -1
  7954. package/lib-es/data/icons/reactNative/cny.d.ts +0 -8
  7955. package/lib-es/data/icons/reactNative/cny.d.ts.map +0 -1
  7956. package/lib-es/data/icons/reactNative/cny.js +0 -10
  7957. package/lib-es/data/icons/reactNative/cny.js.map +0 -1
  7958. package/lib-es/data/icons/reactNative/cob.d.ts +0 -8
  7959. package/lib-es/data/icons/reactNative/cob.d.ts.map +0 -1
  7960. package/lib-es/data/icons/reactNative/cob.js +0 -11
  7961. package/lib-es/data/icons/reactNative/cob.js.map +0 -1
  7962. package/lib-es/data/icons/reactNative/colx.d.ts +0 -8
  7963. package/lib-es/data/icons/reactNative/colx.d.ts.map +0 -1
  7964. package/lib-es/data/icons/reactNative/colx.js +0 -10
  7965. package/lib-es/data/icons/reactNative/colx.js.map +0 -1
  7966. package/lib-es/data/icons/reactNative/comp.d.ts +0 -8
  7967. package/lib-es/data/icons/reactNative/comp.d.ts.map +0 -1
  7968. package/lib-es/data/icons/reactNative/comp.js +0 -10
  7969. package/lib-es/data/icons/reactNative/comp.js.map +0 -1
  7970. package/lib-es/data/icons/reactNative/coqui.d.ts +0 -8
  7971. package/lib-es/data/icons/reactNative/coqui.d.ts.map +0 -1
  7972. package/lib-es/data/icons/reactNative/coqui.js +0 -10
  7973. package/lib-es/data/icons/reactNative/coqui.js.map +0 -1
  7974. package/lib-es/data/icons/reactNative/core.d.ts +0 -8
  7975. package/lib-es/data/icons/reactNative/core.d.ts.map +0 -1
  7976. package/lib-es/data/icons/reactNative/core.js +0 -10
  7977. package/lib-es/data/icons/reactNative/core.js.map +0 -1
  7978. package/lib-es/data/icons/reactNative/cred.d.ts +0 -8
  7979. package/lib-es/data/icons/reactNative/cred.d.ts.map +0 -1
  7980. package/lib-es/data/icons/reactNative/cred.js +0 -10
  7981. package/lib-es/data/icons/reactNative/cred.js.map +0 -1
  7982. package/lib-es/data/icons/reactNative/crk.d.ts +0 -8
  7983. package/lib-es/data/icons/reactNative/crk.d.ts.map +0 -1
  7984. package/lib-es/data/icons/reactNative/crk.js +0 -14
  7985. package/lib-es/data/icons/reactNative/crk.js.map +0 -1
  7986. package/lib-es/data/icons/reactNative/cro.d.ts +0 -8
  7987. package/lib-es/data/icons/reactNative/cro.d.ts.map +0 -1
  7988. package/lib-es/data/icons/reactNative/cro.js +0 -13
  7989. package/lib-es/data/icons/reactNative/cro.js.map +0 -1
  7990. package/lib-es/data/icons/reactNative/crpt.d.ts +0 -8
  7991. package/lib-es/data/icons/reactNative/crpt.d.ts.map +0 -1
  7992. package/lib-es/data/icons/reactNative/crpt.js +0 -10
  7993. package/lib-es/data/icons/reactNative/crpt.js.map +0 -1
  7994. package/lib-es/data/icons/reactNative/crw.d.ts +0 -8
  7995. package/lib-es/data/icons/reactNative/crw.d.ts.map +0 -1
  7996. package/lib-es/data/icons/reactNative/crw.js +0 -10
  7997. package/lib-es/data/icons/reactNative/crw.js.map +0 -1
  7998. package/lib-es/data/icons/reactNative/cs.d.ts +0 -8
  7999. package/lib-es/data/icons/reactNative/cs.d.ts.map +0 -1
  8000. package/lib-es/data/icons/reactNative/cs.js +0 -10
  8001. package/lib-es/data/icons/reactNative/cs.js.map +0 -1
  8002. package/lib-es/data/icons/reactNative/cspr.d.ts +0 -8
  8003. package/lib-es/data/icons/reactNative/cspr.d.ts.map +0 -1
  8004. package/lib-es/data/icons/reactNative/cspr.js +0 -14
  8005. package/lib-es/data/icons/reactNative/cspr.js.map +0 -1
  8006. package/lib-es/data/icons/reactNative/ctr.d.ts +0 -8
  8007. package/lib-es/data/icons/reactNative/ctr.d.ts.map +0 -1
  8008. package/lib-es/data/icons/reactNative/ctr.js +0 -11
  8009. package/lib-es/data/icons/reactNative/ctr.js.map +0 -1
  8010. package/lib-es/data/icons/reactNative/ctxc.d.ts +0 -8
  8011. package/lib-es/data/icons/reactNative/ctxc.d.ts.map +0 -1
  8012. package/lib-es/data/icons/reactNative/ctxc.js +0 -15
  8013. package/lib-es/data/icons/reactNative/ctxc.js.map +0 -1
  8014. package/lib-es/data/icons/reactNative/currencyArbitrum.d.ts +0 -8
  8015. package/lib-es/data/icons/reactNative/currencyArbitrum.d.ts.map +0 -1
  8016. package/lib-es/data/icons/reactNative/currencyArbitrum.js +0 -13
  8017. package/lib-es/data/icons/reactNative/currencyArbitrum.js.map +0 -1
  8018. package/lib-es/data/icons/reactNative/currencyArbitrumGoerli.d.ts +0 -8
  8019. package/lib-es/data/icons/reactNative/currencyArbitrumGoerli.d.ts.map +0 -1
  8020. package/lib-es/data/icons/reactNative/currencyArbitrumGoerli.js +0 -13
  8021. package/lib-es/data/icons/reactNative/currencyArbitrumGoerli.js.map +0 -1
  8022. package/lib-es/data/icons/reactNative/currencyBase.d.ts +0 -8
  8023. package/lib-es/data/icons/reactNative/currencyBase.d.ts.map +0 -1
  8024. package/lib-es/data/icons/reactNative/currencyBase.js +0 -10
  8025. package/lib-es/data/icons/reactNative/currencyBase.js.map +0 -1
  8026. package/lib-es/data/icons/reactNative/currencyBaseGoerli.d.ts +0 -8
  8027. package/lib-es/data/icons/reactNative/currencyBaseGoerli.d.ts.map +0 -1
  8028. package/lib-es/data/icons/reactNative/currencyBaseGoerli.js +0 -10
  8029. package/lib-es/data/icons/reactNative/currencyBaseGoerli.js.map +0 -1
  8030. package/lib-es/data/icons/reactNative/currencyBoba.d.ts +0 -8
  8031. package/lib-es/data/icons/reactNative/currencyBoba.d.ts.map +0 -1
  8032. package/lib-es/data/icons/reactNative/currencyBoba.js +0 -18
  8033. package/lib-es/data/icons/reactNative/currencyBoba.js.map +0 -1
  8034. package/lib-es/data/icons/reactNative/currencyOptimism.d.ts +0 -8
  8035. package/lib-es/data/icons/reactNative/currencyOptimism.d.ts.map +0 -1
  8036. package/lib-es/data/icons/reactNative/currencyOptimism.js +0 -12
  8037. package/lib-es/data/icons/reactNative/currencyOptimism.js.map +0 -1
  8038. package/lib-es/data/icons/reactNative/currencyOptimismGoerli.d.ts +0 -8
  8039. package/lib-es/data/icons/reactNative/currencyOptimismGoerli.d.ts.map +0 -1
  8040. package/lib-es/data/icons/reactNative/currencyOptimismGoerli.js +0 -12
  8041. package/lib-es/data/icons/reactNative/currencyOptimismGoerli.js.map +0 -1
  8042. package/lib-es/data/icons/reactNative/currencyPolygonZkEvm.d.ts +0 -8
  8043. package/lib-es/data/icons/reactNative/currencyPolygonZkEvm.d.ts.map +0 -1
  8044. package/lib-es/data/icons/reactNative/currencyPolygonZkEvm.js +0 -10
  8045. package/lib-es/data/icons/reactNative/currencyPolygonZkEvm.js.map +0 -1
  8046. package/lib-es/data/icons/reactNative/currencyPolygonZkEvmTestnet.d.ts +0 -8
  8047. package/lib-es/data/icons/reactNative/currencyPolygonZkEvmTestnet.d.ts.map +0 -1
  8048. package/lib-es/data/icons/reactNative/currencyPolygonZkEvmTestnet.js +0 -10
  8049. package/lib-es/data/icons/reactNative/currencyPolygonZkEvmTestnet.js.map +0 -1
  8050. package/lib-es/data/icons/reactNative/cvc.d.ts +0 -8
  8051. package/lib-es/data/icons/reactNative/cvc.d.ts.map +0 -1
  8052. package/lib-es/data/icons/reactNative/cvc.js +0 -10
  8053. package/lib-es/data/icons/reactNative/cvc.js.map +0 -1
  8054. package/lib-es/data/icons/reactNative/d.d.ts +0 -8
  8055. package/lib-es/data/icons/reactNative/d.d.ts.map +0 -1
  8056. package/lib-es/data/icons/reactNative/d.js +0 -11
  8057. package/lib-es/data/icons/reactNative/d.js.map +0 -1
  8058. package/lib-es/data/icons/reactNative/dai.d.ts +0 -8
  8059. package/lib-es/data/icons/reactNative/dai.d.ts.map +0 -1
  8060. package/lib-es/data/icons/reactNative/dai.js +0 -10
  8061. package/lib-es/data/icons/reactNative/dai.js.map +0 -1
  8062. package/lib-es/data/icons/reactNative/dash.d.ts +0 -8
  8063. package/lib-es/data/icons/reactNative/dash.d.ts.map +0 -1
  8064. package/lib-es/data/icons/reactNative/dash.js +0 -11
  8065. package/lib-es/data/icons/reactNative/dash.js.map +0 -1
  8066. package/lib-es/data/icons/reactNative/dat.d.ts +0 -8
  8067. package/lib-es/data/icons/reactNative/dat.d.ts.map +0 -1
  8068. package/lib-es/data/icons/reactNative/dat.js +0 -10
  8069. package/lib-es/data/icons/reactNative/dat.js.map +0 -1
  8070. package/lib-es/data/icons/reactNative/data.d.ts +0 -8
  8071. package/lib-es/data/icons/reactNative/data.d.ts.map +0 -1
  8072. package/lib-es/data/icons/reactNative/data.js +0 -10
  8073. package/lib-es/data/icons/reactNative/data.js.map +0 -1
  8074. package/lib-es/data/icons/reactNative/dbc.d.ts +0 -8
  8075. package/lib-es/data/icons/reactNative/dbc.d.ts.map +0 -1
  8076. package/lib-es/data/icons/reactNative/dbc.js +0 -10
  8077. package/lib-es/data/icons/reactNative/dbc.js.map +0 -1
  8078. package/lib-es/data/icons/reactNative/dcn.d.ts +0 -8
  8079. package/lib-es/data/icons/reactNative/dcn.d.ts.map +0 -1
  8080. package/lib-es/data/icons/reactNative/dcn.js +0 -11
  8081. package/lib-es/data/icons/reactNative/dcn.js.map +0 -1
  8082. package/lib-es/data/icons/reactNative/dcr.d.ts +0 -8
  8083. package/lib-es/data/icons/reactNative/dcr.d.ts.map +0 -1
  8084. package/lib-es/data/icons/reactNative/dcr.js +0 -11
  8085. package/lib-es/data/icons/reactNative/dcr.js.map +0 -1
  8086. package/lib-es/data/icons/reactNative/deez.d.ts +0 -8
  8087. package/lib-es/data/icons/reactNative/deez.d.ts.map +0 -1
  8088. package/lib-es/data/icons/reactNative/deez.js +0 -10
  8089. package/lib-es/data/icons/reactNative/deez.js.map +0 -1
  8090. package/lib-es/data/icons/reactNative/dent.d.ts +0 -8
  8091. package/lib-es/data/icons/reactNative/dent.d.ts.map +0 -1
  8092. package/lib-es/data/icons/reactNative/dent.js +0 -10
  8093. package/lib-es/data/icons/reactNative/dent.js.map +0 -1
  8094. package/lib-es/data/icons/reactNative/dew.d.ts +0 -8
  8095. package/lib-es/data/icons/reactNative/dew.d.ts.map +0 -1
  8096. package/lib-es/data/icons/reactNative/dew.js +0 -10
  8097. package/lib-es/data/icons/reactNative/dew.js.map +0 -1
  8098. package/lib-es/data/icons/reactNative/dgb.d.ts +0 -8
  8099. package/lib-es/data/icons/reactNative/dgb.d.ts.map +0 -1
  8100. package/lib-es/data/icons/reactNative/dgb.js +0 -10
  8101. package/lib-es/data/icons/reactNative/dgb.js.map +0 -1
  8102. package/lib-es/data/icons/reactNative/dgd.d.ts +0 -8
  8103. package/lib-es/data/icons/reactNative/dgd.d.ts.map +0 -1
  8104. package/lib-es/data/icons/reactNative/dgd.js +0 -10
  8105. package/lib-es/data/icons/reactNative/dgd.js.map +0 -1
  8106. package/lib-es/data/icons/reactNative/dlt.d.ts +0 -8
  8107. package/lib-es/data/icons/reactNative/dlt.d.ts.map +0 -1
  8108. package/lib-es/data/icons/reactNative/dlt.js +0 -10
  8109. package/lib-es/data/icons/reactNative/dlt.js.map +0 -1
  8110. package/lib-es/data/icons/reactNative/dnt.d.ts +0 -8
  8111. package/lib-es/data/icons/reactNative/dnt.d.ts.map +0 -1
  8112. package/lib-es/data/icons/reactNative/dnt.js +0 -10
  8113. package/lib-es/data/icons/reactNative/dnt.js.map +0 -1
  8114. package/lib-es/data/icons/reactNative/dock.d.ts +0 -8
  8115. package/lib-es/data/icons/reactNative/dock.d.ts.map +0 -1
  8116. package/lib-es/data/icons/reactNative/dock.js +0 -10
  8117. package/lib-es/data/icons/reactNative/dock.js.map +0 -1
  8118. package/lib-es/data/icons/reactNative/doge.d.ts +0 -8
  8119. package/lib-es/data/icons/reactNative/doge.d.ts.map +0 -1
  8120. package/lib-es/data/icons/reactNative/doge.js +0 -10
  8121. package/lib-es/data/icons/reactNative/doge.js.map +0 -1
  8122. package/lib-es/data/icons/reactNative/dot.d.ts +0 -8
  8123. package/lib-es/data/icons/reactNative/dot.d.ts.map +0 -1
  8124. package/lib-es/data/icons/reactNative/dot.js +0 -15
  8125. package/lib-es/data/icons/reactNative/dot.js.map +0 -1
  8126. package/lib-es/data/icons/reactNative/drgn.d.ts +0 -8
  8127. package/lib-es/data/icons/reactNative/drgn.d.ts.map +0 -1
  8128. package/lib-es/data/icons/reactNative/drgn.js +0 -11
  8129. package/lib-es/data/icons/reactNative/drgn.js.map +0 -1
  8130. package/lib-es/data/icons/reactNative/drop.d.ts +0 -8
  8131. package/lib-es/data/icons/reactNative/drop.d.ts.map +0 -1
  8132. package/lib-es/data/icons/reactNative/drop.js +0 -17
  8133. package/lib-es/data/icons/reactNative/drop.js.map +0 -1
  8134. package/lib-es/data/icons/reactNative/dsm.d.ts +0 -8
  8135. package/lib-es/data/icons/reactNative/dsm.d.ts.map +0 -1
  8136. package/lib-es/data/icons/reactNative/dsm.js +0 -10
  8137. package/lib-es/data/icons/reactNative/dsm.js.map +0 -1
  8138. package/lib-es/data/icons/reactNative/dta.d.ts +0 -8
  8139. package/lib-es/data/icons/reactNative/dta.d.ts.map +0 -1
  8140. package/lib-es/data/icons/reactNative/dta.js +0 -10
  8141. package/lib-es/data/icons/reactNative/dta.js.map +0 -1
  8142. package/lib-es/data/icons/reactNative/dth.d.ts +0 -8
  8143. package/lib-es/data/icons/reactNative/dth.d.ts.map +0 -1
  8144. package/lib-es/data/icons/reactNative/dth.js +0 -11
  8145. package/lib-es/data/icons/reactNative/dth.js.map +0 -1
  8146. package/lib-es/data/icons/reactNative/dtr.d.ts +0 -8
  8147. package/lib-es/data/icons/reactNative/dtr.d.ts.map +0 -1
  8148. package/lib-es/data/icons/reactNative/dtr.js +0 -11
  8149. package/lib-es/data/icons/reactNative/dtr.js.map +0 -1
  8150. package/lib-es/data/icons/reactNative/dydx.d.ts +0 -8
  8151. package/lib-es/data/icons/reactNative/dydx.d.ts.map +0 -1
  8152. package/lib-es/data/icons/reactNative/dydx.js +0 -13
  8153. package/lib-es/data/icons/reactNative/dydx.js.map +0 -1
  8154. package/lib-es/data/icons/reactNative/ebst.d.ts +0 -8
  8155. package/lib-es/data/icons/reactNative/ebst.d.ts.map +0 -1
  8156. package/lib-es/data/icons/reactNative/ebst.js +0 -10
  8157. package/lib-es/data/icons/reactNative/ebst.js.map +0 -1
  8158. package/lib-es/data/icons/reactNative/eca.d.ts +0 -8
  8159. package/lib-es/data/icons/reactNative/eca.d.ts.map +0 -1
  8160. package/lib-es/data/icons/reactNative/eca.js +0 -10
  8161. package/lib-es/data/icons/reactNative/eca.js.map +0 -1
  8162. package/lib-es/data/icons/reactNative/edg.d.ts +0 -8
  8163. package/lib-es/data/icons/reactNative/edg.d.ts.map +0 -1
  8164. package/lib-es/data/icons/reactNative/edg.js +0 -11
  8165. package/lib-es/data/icons/reactNative/edg.js.map +0 -1
  8166. package/lib-es/data/icons/reactNative/edo.d.ts +0 -8
  8167. package/lib-es/data/icons/reactNative/edo.d.ts.map +0 -1
  8168. package/lib-es/data/icons/reactNative/edo.js +0 -10
  8169. package/lib-es/data/icons/reactNative/edo.js.map +0 -1
  8170. package/lib-es/data/icons/reactNative/edoge.d.ts +0 -8
  8171. package/lib-es/data/icons/reactNative/edoge.d.ts.map +0 -1
  8172. package/lib-es/data/icons/reactNative/edoge.js +0 -10
  8173. package/lib-es/data/icons/reactNative/edoge.js.map +0 -1
  8174. package/lib-es/data/icons/reactNative/egem.d.ts +0 -8
  8175. package/lib-es/data/icons/reactNative/egem.d.ts.map +0 -1
  8176. package/lib-es/data/icons/reactNative/egem.js +0 -10
  8177. package/lib-es/data/icons/reactNative/egem.js.map +0 -1
  8178. package/lib-es/data/icons/reactNative/egld.d.ts +0 -8
  8179. package/lib-es/data/icons/reactNative/egld.d.ts.map +0 -1
  8180. package/lib-es/data/icons/reactNative/egld.js +0 -10
  8181. package/lib-es/data/icons/reactNative/egld.js.map +0 -1
  8182. package/lib-es/data/icons/reactNative/ela.d.ts +0 -8
  8183. package/lib-es/data/icons/reactNative/ela.d.ts.map +0 -1
  8184. package/lib-es/data/icons/reactNative/ela.js +0 -21
  8185. package/lib-es/data/icons/reactNative/ela.js.map +0 -1
  8186. package/lib-es/data/icons/reactNative/elec.d.ts +0 -8
  8187. package/lib-es/data/icons/reactNative/elec.d.ts.map +0 -1
  8188. package/lib-es/data/icons/reactNative/elec.js +0 -12
  8189. package/lib-es/data/icons/reactNative/elec.js.map +0 -1
  8190. package/lib-es/data/icons/reactNative/elf.d.ts +0 -8
  8191. package/lib-es/data/icons/reactNative/elf.d.ts.map +0 -1
  8192. package/lib-es/data/icons/reactNative/elf.js +0 -10
  8193. package/lib-es/data/icons/reactNative/elf.js.map +0 -1
  8194. package/lib-es/data/icons/reactNative/elix.d.ts +0 -8
  8195. package/lib-es/data/icons/reactNative/elix.d.ts.map +0 -1
  8196. package/lib-es/data/icons/reactNative/elix.js +0 -17
  8197. package/lib-es/data/icons/reactNative/elix.js.map +0 -1
  8198. package/lib-es/data/icons/reactNative/ella.d.ts +0 -8
  8199. package/lib-es/data/icons/reactNative/ella.d.ts.map +0 -1
  8200. package/lib-es/data/icons/reactNative/ella.js +0 -10
  8201. package/lib-es/data/icons/reactNative/ella.js.map +0 -1
  8202. package/lib-es/data/icons/reactNative/emc.d.ts +0 -8
  8203. package/lib-es/data/icons/reactNative/emc.d.ts.map +0 -1
  8204. package/lib-es/data/icons/reactNative/emc.js +0 -10
  8205. package/lib-es/data/icons/reactNative/emc.js.map +0 -1
  8206. package/lib-es/data/icons/reactNative/emc2.d.ts +0 -8
  8207. package/lib-es/data/icons/reactNative/emc2.d.ts.map +0 -1
  8208. package/lib-es/data/icons/reactNative/emc2.js +0 -12
  8209. package/lib-es/data/icons/reactNative/emc2.js.map +0 -1
  8210. package/lib-es/data/icons/reactNative/eng.d.ts +0 -8
  8211. package/lib-es/data/icons/reactNative/eng.d.ts.map +0 -1
  8212. package/lib-es/data/icons/reactNative/eng.js +0 -11
  8213. package/lib-es/data/icons/reactNative/eng.js.map +0 -1
  8214. package/lib-es/data/icons/reactNative/enj.d.ts +0 -8
  8215. package/lib-es/data/icons/reactNative/enj.d.ts.map +0 -1
  8216. package/lib-es/data/icons/reactNative/enj.js +0 -10
  8217. package/lib-es/data/icons/reactNative/enj.js.map +0 -1
  8218. package/lib-es/data/icons/reactNative/entrp.d.ts +0 -8
  8219. package/lib-es/data/icons/reactNative/entrp.d.ts.map +0 -1
  8220. package/lib-es/data/icons/reactNative/entrp.js +0 -10
  8221. package/lib-es/data/icons/reactNative/entrp.js.map +0 -1
  8222. package/lib-es/data/icons/reactNative/eon.d.ts +0 -8
  8223. package/lib-es/data/icons/reactNative/eon.d.ts.map +0 -1
  8224. package/lib-es/data/icons/reactNative/eon.js +0 -10
  8225. package/lib-es/data/icons/reactNative/eon.js.map +0 -1
  8226. package/lib-es/data/icons/reactNative/eop.d.ts +0 -8
  8227. package/lib-es/data/icons/reactNative/eop.d.ts.map +0 -1
  8228. package/lib-es/data/icons/reactNative/eop.js +0 -11
  8229. package/lib-es/data/icons/reactNative/eop.js.map +0 -1
  8230. package/lib-es/data/icons/reactNative/eos.d.ts +0 -8
  8231. package/lib-es/data/icons/reactNative/eos.d.ts.map +0 -1
  8232. package/lib-es/data/icons/reactNative/eos.js +0 -10
  8233. package/lib-es/data/icons/reactNative/eos.js.map +0 -1
  8234. package/lib-es/data/icons/reactNative/eqli.d.ts +0 -8
  8235. package/lib-es/data/icons/reactNative/eqli.d.ts.map +0 -1
  8236. package/lib-es/data/icons/reactNative/eqli.js +0 -10
  8237. package/lib-es/data/icons/reactNative/eqli.js.map +0 -1
  8238. package/lib-es/data/icons/reactNative/equa.d.ts +0 -8
  8239. package/lib-es/data/icons/reactNative/equa.d.ts.map +0 -1
  8240. package/lib-es/data/icons/reactNative/equa.js +0 -10
  8241. package/lib-es/data/icons/reactNative/equa.js.map +0 -1
  8242. package/lib-es/data/icons/reactNative/eqz.d.ts +0 -8
  8243. package/lib-es/data/icons/reactNative/eqz.d.ts.map +0 -1
  8244. package/lib-es/data/icons/reactNative/eqz.js +0 -10
  8245. package/lib-es/data/icons/reactNative/eqz.js.map +0 -1
  8246. package/lib-es/data/icons/reactNative/etc.d.ts +0 -8
  8247. package/lib-es/data/icons/reactNative/etc.d.ts.map +0 -1
  8248. package/lib-es/data/icons/reactNative/etc.js +0 -13
  8249. package/lib-es/data/icons/reactNative/etc.js.map +0 -1
  8250. package/lib-es/data/icons/reactNative/eth.d.ts +0 -8
  8251. package/lib-es/data/icons/reactNative/eth.d.ts.map +0 -1
  8252. package/lib-es/data/icons/reactNative/eth.js +0 -15
  8253. package/lib-es/data/icons/reactNative/eth.js.map +0 -1
  8254. package/lib-es/data/icons/reactNative/ethos.d.ts +0 -8
  8255. package/lib-es/data/icons/reactNative/ethos.d.ts.map +0 -1
  8256. package/lib-es/data/icons/reactNative/ethos.js +0 -11
  8257. package/lib-es/data/icons/reactNative/ethos.js.map +0 -1
  8258. package/lib-es/data/icons/reactNative/etn.d.ts +0 -8
  8259. package/lib-es/data/icons/reactNative/etn.d.ts.map +0 -1
  8260. package/lib-es/data/icons/reactNative/etn.js +0 -10
  8261. package/lib-es/data/icons/reactNative/etn.js.map +0 -1
  8262. package/lib-es/data/icons/reactNative/etp.d.ts +0 -8
  8263. package/lib-es/data/icons/reactNative/etp.d.ts.map +0 -1
  8264. package/lib-es/data/icons/reactNative/etp.js +0 -11
  8265. package/lib-es/data/icons/reactNative/etp.js.map +0 -1
  8266. package/lib-es/data/icons/reactNative/euroc.d.ts +0 -8
  8267. package/lib-es/data/icons/reactNative/euroc.d.ts.map +0 -1
  8268. package/lib-es/data/icons/reactNative/euroc.js +0 -12
  8269. package/lib-es/data/icons/reactNative/euroc.js.map +0 -1
  8270. package/lib-es/data/icons/reactNative/evmos.d.ts +0 -8
  8271. package/lib-es/data/icons/reactNative/evmos.d.ts.map +0 -1
  8272. package/lib-es/data/icons/reactNative/evmos.js +0 -10
  8273. package/lib-es/data/icons/reactNative/evmos.js.map +0 -1
  8274. package/lib-es/data/icons/reactNative/evx.d.ts +0 -8
  8275. package/lib-es/data/icons/reactNative/evx.d.ts.map +0 -1
  8276. package/lib-es/data/icons/reactNative/evx.js +0 -11
  8277. package/lib-es/data/icons/reactNative/evx.js.map +0 -1
  8278. package/lib-es/data/icons/reactNative/ewt.d.ts +0 -8
  8279. package/lib-es/data/icons/reactNative/ewt.d.ts.map +0 -1
  8280. package/lib-es/data/icons/reactNative/ewt.js +0 -10
  8281. package/lib-es/data/icons/reactNative/ewt.js.map +0 -1
  8282. package/lib-es/data/icons/reactNative/exmo.d.ts +0 -8
  8283. package/lib-es/data/icons/reactNative/exmo.d.ts.map +0 -1
  8284. package/lib-es/data/icons/reactNative/exmo.js +0 -10
  8285. package/lib-es/data/icons/reactNative/exmo.js.map +0 -1
  8286. package/lib-es/data/icons/reactNative/exp.d.ts +0 -8
  8287. package/lib-es/data/icons/reactNative/exp.d.ts.map +0 -1
  8288. package/lib-es/data/icons/reactNative/exp.js +0 -10
  8289. package/lib-es/data/icons/reactNative/exp.js.map +0 -1
  8290. package/lib-es/data/icons/reactNative/fair.d.ts +0 -8
  8291. package/lib-es/data/icons/reactNative/fair.d.ts.map +0 -1
  8292. package/lib-es/data/icons/reactNative/fair.js +0 -10
  8293. package/lib-es/data/icons/reactNative/fair.js.map +0 -1
  8294. package/lib-es/data/icons/reactNative/fct.d.ts +0 -8
  8295. package/lib-es/data/icons/reactNative/fct.d.ts.map +0 -1
  8296. package/lib-es/data/icons/reactNative/fct.js +0 -10
  8297. package/lib-es/data/icons/reactNative/fct.js.map +0 -1
  8298. package/lib-es/data/icons/reactNative/fil.d.ts +0 -8
  8299. package/lib-es/data/icons/reactNative/fil.d.ts.map +0 -1
  8300. package/lib-es/data/icons/reactNative/fil.js +0 -10
  8301. package/lib-es/data/icons/reactNative/fil.js.map +0 -1
  8302. package/lib-es/data/icons/reactNative/fjc.d.ts +0 -8
  8303. package/lib-es/data/icons/reactNative/fjc.d.ts.map +0 -1
  8304. package/lib-es/data/icons/reactNative/fjc.js +0 -12
  8305. package/lib-es/data/icons/reactNative/fjc.js.map +0 -1
  8306. package/lib-es/data/icons/reactNative/fldc.d.ts +0 -8
  8307. package/lib-es/data/icons/reactNative/fldc.d.ts.map +0 -1
  8308. package/lib-es/data/icons/reactNative/fldc.js +0 -10
  8309. package/lib-es/data/icons/reactNative/fldc.js.map +0 -1
  8310. package/lib-es/data/icons/reactNative/flo.d.ts +0 -8
  8311. package/lib-es/data/icons/reactNative/flo.d.ts.map +0 -1
  8312. package/lib-es/data/icons/reactNative/flo.js +0 -10
  8313. package/lib-es/data/icons/reactNative/flo.js.map +0 -1
  8314. package/lib-es/data/icons/reactNative/flr.d.ts +0 -8
  8315. package/lib-es/data/icons/reactNative/flr.d.ts.map +0 -1
  8316. package/lib-es/data/icons/reactNative/flr.js +0 -10
  8317. package/lib-es/data/icons/reactNative/flr.js.map +0 -1
  8318. package/lib-es/data/icons/reactNative/fsn.d.ts +0 -8
  8319. package/lib-es/data/icons/reactNative/fsn.d.ts.map +0 -1
  8320. package/lib-es/data/icons/reactNative/fsn.js +0 -10
  8321. package/lib-es/data/icons/reactNative/fsn.js.map +0 -1
  8322. package/lib-es/data/icons/reactNative/ftc.d.ts +0 -8
  8323. package/lib-es/data/icons/reactNative/ftc.d.ts.map +0 -1
  8324. package/lib-es/data/icons/reactNative/ftc.js +0 -10
  8325. package/lib-es/data/icons/reactNative/ftc.js.map +0 -1
  8326. package/lib-es/data/icons/reactNative/ftm.d.ts +0 -8
  8327. package/lib-es/data/icons/reactNative/ftm.d.ts.map +0 -1
  8328. package/lib-es/data/icons/reactNative/ftm.js +0 -10
  8329. package/lib-es/data/icons/reactNative/ftm.js.map +0 -1
  8330. package/lib-es/data/icons/reactNative/fuel.d.ts +0 -8
  8331. package/lib-es/data/icons/reactNative/fuel.d.ts.map +0 -1
  8332. package/lib-es/data/icons/reactNative/fuel.js +0 -10
  8333. package/lib-es/data/icons/reactNative/fuel.js.map +0 -1
  8334. package/lib-es/data/icons/reactNative/fun.d.ts +0 -8
  8335. package/lib-es/data/icons/reactNative/fun.d.ts.map +0 -1
  8336. package/lib-es/data/icons/reactNative/fun.js +0 -10
  8337. package/lib-es/data/icons/reactNative/fun.js.map +0 -1
  8338. package/lib-es/data/icons/reactNative/gAbi.d.ts +0 -8
  8339. package/lib-es/data/icons/reactNative/gAbi.d.ts.map +0 -1
  8340. package/lib-es/data/icons/reactNative/gAbi.js +0 -11
  8341. package/lib-es/data/icons/reactNative/gAbi.js.map +0 -1
  8342. package/lib-es/data/icons/reactNative/game.d.ts +0 -8
  8343. package/lib-es/data/icons/reactNative/game.d.ts.map +0 -1
  8344. package/lib-es/data/icons/reactNative/game.js +0 -10
  8345. package/lib-es/data/icons/reactNative/game.js.map +0 -1
  8346. package/lib-es/data/icons/reactNative/gas.d.ts +0 -8
  8347. package/lib-es/data/icons/reactNative/gas.d.ts.map +0 -1
  8348. package/lib-es/data/icons/reactNative/gas.js +0 -10
  8349. package/lib-es/data/icons/reactNative/gas.js.map +0 -1
  8350. package/lib-es/data/icons/reactNative/gbx.d.ts +0 -8
  8351. package/lib-es/data/icons/reactNative/gbx.d.ts.map +0 -1
  8352. package/lib-es/data/icons/reactNative/gbx.js +0 -11
  8353. package/lib-es/data/icons/reactNative/gbx.js.map +0 -1
  8354. package/lib-es/data/icons/reactNative/gbyte.d.ts +0 -8
  8355. package/lib-es/data/icons/reactNative/gbyte.d.ts.map +0 -1
  8356. package/lib-es/data/icons/reactNative/gbyte.js +0 -11
  8357. package/lib-es/data/icons/reactNative/gbyte.js.map +0 -1
  8358. package/lib-es/data/icons/reactNative/generic.d.ts +0 -8
  8359. package/lib-es/data/icons/reactNative/generic.d.ts.map +0 -1
  8360. package/lib-es/data/icons/reactNative/generic.js +0 -10
  8361. package/lib-es/data/icons/reactNative/generic.js.map +0 -1
  8362. package/lib-es/data/icons/reactNative/gin.d.ts +0 -8
  8363. package/lib-es/data/icons/reactNative/gin.d.ts.map +0 -1
  8364. package/lib-es/data/icons/reactNative/gin.js +0 -11
  8365. package/lib-es/data/icons/reactNative/gin.js.map +0 -1
  8366. package/lib-es/data/icons/reactNative/glmr.d.ts +0 -8
  8367. package/lib-es/data/icons/reactNative/glmr.d.ts.map +0 -1
  8368. package/lib-es/data/icons/reactNative/glmr.js +0 -24
  8369. package/lib-es/data/icons/reactNative/glmr.js.map +0 -1
  8370. package/lib-es/data/icons/reactNative/glxt.d.ts +0 -8
  8371. package/lib-es/data/icons/reactNative/glxt.d.ts.map +0 -1
  8372. package/lib-es/data/icons/reactNative/glxt.js +0 -10
  8373. package/lib-es/data/icons/reactNative/glxt.js.map +0 -1
  8374. package/lib-es/data/icons/reactNative/gm.d.ts +0 -8
  8375. package/lib-es/data/icons/reactNative/gm.d.ts.map +0 -1
  8376. package/lib-es/data/icons/reactNative/gm.js +0 -11
  8377. package/lib-es/data/icons/reactNative/gm.js.map +0 -1
  8378. package/lib-es/data/icons/reactNative/gmr.d.ts +0 -8
  8379. package/lib-es/data/icons/reactNative/gmr.d.ts.map +0 -1
  8380. package/lib-es/data/icons/reactNative/gmr.js +0 -14
  8381. package/lib-es/data/icons/reactNative/gmr.js.map +0 -1
  8382. package/lib-es/data/icons/reactNative/gno.d.ts +0 -8
  8383. package/lib-es/data/icons/reactNative/gno.d.ts.map +0 -1
  8384. package/lib-es/data/icons/reactNative/gno.js +0 -10
  8385. package/lib-es/data/icons/reactNative/gno.js.map +0 -1
  8386. package/lib-es/data/icons/reactNative/gnt.d.ts +0 -8
  8387. package/lib-es/data/icons/reactNative/gnt.d.ts.map +0 -1
  8388. package/lib-es/data/icons/reactNative/gnt.js +0 -10
  8389. package/lib-es/data/icons/reactNative/gnt.js.map +0 -1
  8390. package/lib-es/data/icons/reactNative/gold.d.ts +0 -8
  8391. package/lib-es/data/icons/reactNative/gold.d.ts.map +0 -1
  8392. package/lib-es/data/icons/reactNative/gold.js +0 -10
  8393. package/lib-es/data/icons/reactNative/gold.js.map +0 -1
  8394. package/lib-es/data/icons/reactNative/grc.d.ts +0 -8
  8395. package/lib-es/data/icons/reactNative/grc.d.ts.map +0 -1
  8396. package/lib-es/data/icons/reactNative/grc.js +0 -10
  8397. package/lib-es/data/icons/reactNative/grc.js.map +0 -1
  8398. package/lib-es/data/icons/reactNative/grin.d.ts +0 -8
  8399. package/lib-es/data/icons/reactNative/grin.d.ts.map +0 -1
  8400. package/lib-es/data/icons/reactNative/grin.js +0 -10
  8401. package/lib-es/data/icons/reactNative/grin.js.map +0 -1
  8402. package/lib-es/data/icons/reactNative/gsc.d.ts +0 -8
  8403. package/lib-es/data/icons/reactNative/gsc.d.ts.map +0 -1
  8404. package/lib-es/data/icons/reactNative/gsc.js +0 -10
  8405. package/lib-es/data/icons/reactNative/gsc.js.map +0 -1
  8406. package/lib-es/data/icons/reactNative/gto.d.ts +0 -8
  8407. package/lib-es/data/icons/reactNative/gto.d.ts.map +0 -1
  8408. package/lib-es/data/icons/reactNative/gto.js +0 -11
  8409. package/lib-es/data/icons/reactNative/gto.js.map +0 -1
  8410. package/lib-es/data/icons/reactNative/gup.d.ts +0 -8
  8411. package/lib-es/data/icons/reactNative/gup.d.ts.map +0 -1
  8412. package/lib-es/data/icons/reactNative/gup.js +0 -10
  8413. package/lib-es/data/icons/reactNative/gup.js.map +0 -1
  8414. package/lib-es/data/icons/reactNative/gusd.d.ts +0 -8
  8415. package/lib-es/data/icons/reactNative/gusd.d.ts.map +0 -1
  8416. package/lib-es/data/icons/reactNative/gusd.js +0 -10
  8417. package/lib-es/data/icons/reactNative/gusd.js.map +0 -1
  8418. package/lib-es/data/icons/reactNative/gvt.d.ts +0 -8
  8419. package/lib-es/data/icons/reactNative/gvt.d.ts.map +0 -1
  8420. package/lib-es/data/icons/reactNative/gvt.js +0 -10
  8421. package/lib-es/data/icons/reactNative/gvt.js.map +0 -1
  8422. package/lib-es/data/icons/reactNative/gxs.d.ts +0 -8
  8423. package/lib-es/data/icons/reactNative/gxs.d.ts.map +0 -1
  8424. package/lib-es/data/icons/reactNative/gxs.js +0 -10
  8425. package/lib-es/data/icons/reactNative/gxs.js.map +0 -1
  8426. package/lib-es/data/icons/reactNative/gzr.d.ts +0 -8
  8427. package/lib-es/data/icons/reactNative/gzr.d.ts.map +0 -1
  8428. package/lib-es/data/icons/reactNative/gzr.js +0 -13
  8429. package/lib-es/data/icons/reactNative/gzr.js.map +0 -1
  8430. package/lib-es/data/icons/reactNative/hbar.d.ts +0 -8
  8431. package/lib-es/data/icons/reactNative/hbar.d.ts.map +0 -1
  8432. package/lib-es/data/icons/reactNative/hbar.js +0 -10
  8433. package/lib-es/data/icons/reactNative/hbar.js.map +0 -1
  8434. package/lib-es/data/icons/reactNative/hight.d.ts +0 -8
  8435. package/lib-es/data/icons/reactNative/hight.d.ts.map +0 -1
  8436. package/lib-es/data/icons/reactNative/hight.js +0 -10
  8437. package/lib-es/data/icons/reactNative/hight.js.map +0 -1
  8438. package/lib-es/data/icons/reactNative/hmmm.d.ts +0 -8
  8439. package/lib-es/data/icons/reactNative/hmmm.d.ts.map +0 -1
  8440. package/lib-es/data/icons/reactNative/hmmm.js +0 -11
  8441. package/lib-es/data/icons/reactNative/hmmm.js.map +0 -1
  8442. package/lib-es/data/icons/reactNative/hodl.d.ts +0 -8
  8443. package/lib-es/data/icons/reactNative/hodl.d.ts.map +0 -1
  8444. package/lib-es/data/icons/reactNative/hodl.js +0 -10
  8445. package/lib-es/data/icons/reactNative/hodl.js.map +0 -1
  8446. package/lib-es/data/icons/reactNative/hot.d.ts +0 -8
  8447. package/lib-es/data/icons/reactNative/hot.d.ts.map +0 -1
  8448. package/lib-es/data/icons/reactNative/hot.js +0 -10
  8449. package/lib-es/data/icons/reactNative/hot.js.map +0 -1
  8450. package/lib-es/data/icons/reactNative/hpb.d.ts +0 -8
  8451. package/lib-es/data/icons/reactNative/hpb.d.ts.map +0 -1
  8452. package/lib-es/data/icons/reactNative/hpb.js +0 -11
  8453. package/lib-es/data/icons/reactNative/hpb.js.map +0 -1
  8454. package/lib-es/data/icons/reactNative/hsr.d.ts +0 -8
  8455. package/lib-es/data/icons/reactNative/hsr.d.ts.map +0 -1
  8456. package/lib-es/data/icons/reactNative/hsr.js +0 -11
  8457. package/lib-es/data/icons/reactNative/hsr.js.map +0 -1
  8458. package/lib-es/data/icons/reactNative/ht.d.ts +0 -8
  8459. package/lib-es/data/icons/reactNative/ht.d.ts.map +0 -1
  8460. package/lib-es/data/icons/reactNative/ht.js +0 -11
  8461. package/lib-es/data/icons/reactNative/ht.js.map +0 -1
  8462. package/lib-es/data/icons/reactNative/html.d.ts +0 -8
  8463. package/lib-es/data/icons/reactNative/html.d.ts.map +0 -1
  8464. package/lib-es/data/icons/reactNative/html.js +0 -10
  8465. package/lib-es/data/icons/reactNative/html.js.map +0 -1
  8466. package/lib-es/data/icons/reactNative/huc.d.ts +0 -8
  8467. package/lib-es/data/icons/reactNative/huc.d.ts.map +0 -1
  8468. package/lib-es/data/icons/reactNative/huc.js +0 -10
  8469. package/lib-es/data/icons/reactNative/huc.js.map +0 -1
  8470. package/lib-es/data/icons/reactNative/hush.d.ts +0 -8
  8471. package/lib-es/data/icons/reactNative/hush.d.ts.map +0 -1
  8472. package/lib-es/data/icons/reactNative/hush.js +0 -10
  8473. package/lib-es/data/icons/reactNative/hush.js.map +0 -1
  8474. package/lib-es/data/icons/reactNative/icn.d.ts +0 -8
  8475. package/lib-es/data/icons/reactNative/icn.d.ts.map +0 -1
  8476. package/lib-es/data/icons/reactNative/icn.js +0 -10
  8477. package/lib-es/data/icons/reactNative/icn.js.map +0 -1
  8478. package/lib-es/data/icons/reactNative/icp.d.ts +0 -8
  8479. package/lib-es/data/icons/reactNative/icp.d.ts.map +0 -1
  8480. package/lib-es/data/icons/reactNative/icp.js +0 -10
  8481. package/lib-es/data/icons/reactNative/icp.js.map +0 -1
  8482. package/lib-es/data/icons/reactNative/icx.d.ts +0 -8
  8483. package/lib-es/data/icons/reactNative/icx.d.ts.map +0 -1
  8484. package/lib-es/data/icons/reactNative/icx.js +0 -10
  8485. package/lib-es/data/icons/reactNative/icx.js.map +0 -1
  8486. package/lib-es/data/icons/reactNative/ignis.d.ts +0 -8
  8487. package/lib-es/data/icons/reactNative/ignis.d.ts.map +0 -1
  8488. package/lib-es/data/icons/reactNative/ignis.js +0 -11
  8489. package/lib-es/data/icons/reactNative/ignis.js.map +0 -1
  8490. package/lib-es/data/icons/reactNative/ilk.d.ts +0 -8
  8491. package/lib-es/data/icons/reactNative/ilk.d.ts.map +0 -1
  8492. package/lib-es/data/icons/reactNative/ilk.js +0 -10
  8493. package/lib-es/data/icons/reactNative/ilk.js.map +0 -1
  8494. package/lib-es/data/icons/reactNative/index.d.ts +0 -516
  8495. package/lib-es/data/icons/reactNative/index.d.ts.map +0 -1
  8496. package/lib-es/data/icons/reactNative/index.js +0 -516
  8497. package/lib-es/data/icons/reactNative/index.js.map +0 -1
  8498. package/lib-es/data/icons/reactNative/inj.d.ts +0 -8
  8499. package/lib-es/data/icons/reactNative/inj.d.ts.map +0 -1
  8500. package/lib-es/data/icons/reactNative/inj.js +0 -11
  8501. package/lib-es/data/icons/reactNative/inj.js.map +0 -1
  8502. package/lib-es/data/icons/reactNative/ink.d.ts +0 -8
  8503. package/lib-es/data/icons/reactNative/ink.d.ts.map +0 -1
  8504. package/lib-es/data/icons/reactNative/ink.js +0 -11
  8505. package/lib-es/data/icons/reactNative/ink.js.map +0 -1
  8506. package/lib-es/data/icons/reactNative/ins.d.ts +0 -8
  8507. package/lib-es/data/icons/reactNative/ins.d.ts.map +0 -1
  8508. package/lib-es/data/icons/reactNative/ins.js +0 -13
  8509. package/lib-es/data/icons/reactNative/ins.js.map +0 -1
  8510. package/lib-es/data/icons/reactNative/ion.d.ts +0 -8
  8511. package/lib-es/data/icons/reactNative/ion.d.ts.map +0 -1
  8512. package/lib-es/data/icons/reactNative/ion.js +0 -10
  8513. package/lib-es/data/icons/reactNative/ion.js.map +0 -1
  8514. package/lib-es/data/icons/reactNative/iop.d.ts +0 -8
  8515. package/lib-es/data/icons/reactNative/iop.d.ts.map +0 -1
  8516. package/lib-es/data/icons/reactNative/iop.js +0 -12
  8517. package/lib-es/data/icons/reactNative/iop.js.map +0 -1
  8518. package/lib-es/data/icons/reactNative/iost.d.ts +0 -8
  8519. package/lib-es/data/icons/reactNative/iost.d.ts.map +0 -1
  8520. package/lib-es/data/icons/reactNative/iost.js +0 -10
  8521. package/lib-es/data/icons/reactNative/iost.js.map +0 -1
  8522. package/lib-es/data/icons/reactNative/iotx.d.ts +0 -8
  8523. package/lib-es/data/icons/reactNative/iotx.d.ts.map +0 -1
  8524. package/lib-es/data/icons/reactNative/iotx.js +0 -32
  8525. package/lib-es/data/icons/reactNative/iotx.js.map +0 -1
  8526. package/lib-es/data/icons/reactNative/iq.d.ts +0 -8
  8527. package/lib-es/data/icons/reactNative/iq.d.ts.map +0 -1
  8528. package/lib-es/data/icons/reactNative/iq.js +0 -10
  8529. package/lib-es/data/icons/reactNative/iq.js.map +0 -1
  8530. package/lib-es/data/icons/reactNative/itc.d.ts +0 -8
  8531. package/lib-es/data/icons/reactNative/itc.d.ts.map +0 -1
  8532. package/lib-es/data/icons/reactNative/itc.js +0 -10
  8533. package/lib-es/data/icons/reactNative/itc.js.map +0 -1
  8534. package/lib-es/data/icons/reactNative/jnt.d.ts +0 -8
  8535. package/lib-es/data/icons/reactNative/jnt.d.ts.map +0 -1
  8536. package/lib-es/data/icons/reactNative/jnt.js +0 -10
  8537. package/lib-es/data/icons/reactNative/jnt.js.map +0 -1
  8538. package/lib-es/data/icons/reactNative/jpy.d.ts +0 -8
  8539. package/lib-es/data/icons/reactNative/jpy.d.ts.map +0 -1
  8540. package/lib-es/data/icons/reactNative/jpy.js +0 -10
  8541. package/lib-es/data/icons/reactNative/jpy.js.map +0 -1
  8542. package/lib-es/data/icons/reactNative/kava.d.ts +0 -8
  8543. package/lib-es/data/icons/reactNative/kava.d.ts.map +0 -1
  8544. package/lib-es/data/icons/reactNative/kava.js +0 -11
  8545. package/lib-es/data/icons/reactNative/kava.js.map +0 -1
  8546. package/lib-es/data/icons/reactNative/kcs.d.ts +0 -8
  8547. package/lib-es/data/icons/reactNative/kcs.d.ts.map +0 -1
  8548. package/lib-es/data/icons/reactNative/kcs.js +0 -10
  8549. package/lib-es/data/icons/reactNative/kcs.js.map +0 -1
  8550. package/lib-es/data/icons/reactNative/kin.d.ts +0 -8
  8551. package/lib-es/data/icons/reactNative/kin.d.ts.map +0 -1
  8552. package/lib-es/data/icons/reactNative/kin.js +0 -10
  8553. package/lib-es/data/icons/reactNative/kin.js.map +0 -1
  8554. package/lib-es/data/icons/reactNative/klay.d.ts +0 -8
  8555. package/lib-es/data/icons/reactNative/klay.d.ts.map +0 -1
  8556. package/lib-es/data/icons/reactNative/klay.js +0 -13
  8557. package/lib-es/data/icons/reactNative/klay.js.map +0 -1
  8558. package/lib-es/data/icons/reactNative/klown.d.ts +0 -8
  8559. package/lib-es/data/icons/reactNative/klown.d.ts.map +0 -1
  8560. package/lib-es/data/icons/reactNative/klown.js +0 -30
  8561. package/lib-es/data/icons/reactNative/klown.js.map +0 -1
  8562. package/lib-es/data/icons/reactNative/kmd.d.ts +0 -8
  8563. package/lib-es/data/icons/reactNative/kmd.d.ts.map +0 -1
  8564. package/lib-es/data/icons/reactNative/kmd.js +0 -11
  8565. package/lib-es/data/icons/reactNative/kmd.js.map +0 -1
  8566. package/lib-es/data/icons/reactNative/knc.d.ts +0 -8
  8567. package/lib-es/data/icons/reactNative/knc.d.ts.map +0 -1
  8568. package/lib-es/data/icons/reactNative/knc.js +0 -10
  8569. package/lib-es/data/icons/reactNative/knc.js.map +0 -1
  8570. package/lib-es/data/icons/reactNative/krb.d.ts +0 -8
  8571. package/lib-es/data/icons/reactNative/krb.d.ts.map +0 -1
  8572. package/lib-es/data/icons/reactNative/krb.js +0 -10
  8573. package/lib-es/data/icons/reactNative/krb.js.map +0 -1
  8574. package/lib-es/data/icons/reactNative/lbc.d.ts +0 -8
  8575. package/lib-es/data/icons/reactNative/lbc.d.ts.map +0 -1
  8576. package/lib-es/data/icons/reactNative/lbc.js +0 -10
  8577. package/lib-es/data/icons/reactNative/lbc.js.map +0 -1
  8578. package/lib-es/data/icons/reactNative/lend.d.ts +0 -8
  8579. package/lib-es/data/icons/reactNative/lend.d.ts.map +0 -1
  8580. package/lib-es/data/icons/reactNative/lend.js +0 -10
  8581. package/lib-es/data/icons/reactNative/lend.js.map +0 -1
  8582. package/lib-es/data/icons/reactNative/leo.d.ts +0 -8
  8583. package/lib-es/data/icons/reactNative/leo.d.ts.map +0 -1
  8584. package/lib-es/data/icons/reactNative/leo.js +0 -13
  8585. package/lib-es/data/icons/reactNative/leo.js.map +0 -1
  8586. package/lib-es/data/icons/reactNative/link.d.ts +0 -8
  8587. package/lib-es/data/icons/reactNative/link.d.ts.map +0 -1
  8588. package/lib-es/data/icons/reactNative/link.js +0 -10
  8589. package/lib-es/data/icons/reactNative/link.js.map +0 -1
  8590. package/lib-es/data/icons/reactNative/lkk.d.ts +0 -8
  8591. package/lib-es/data/icons/reactNative/lkk.d.ts.map +0 -1
  8592. package/lib-es/data/icons/reactNative/lkk.js +0 -10
  8593. package/lib-es/data/icons/reactNative/lkk.js.map +0 -1
  8594. package/lib-es/data/icons/reactNative/loom.d.ts +0 -8
  8595. package/lib-es/data/icons/reactNative/loom.d.ts.map +0 -1
  8596. package/lib-es/data/icons/reactNative/loom.js +0 -15
  8597. package/lib-es/data/icons/reactNative/loom.js.map +0 -1
  8598. package/lib-es/data/icons/reactNative/lpt.d.ts +0 -8
  8599. package/lib-es/data/icons/reactNative/lpt.d.ts.map +0 -1
  8600. package/lib-es/data/icons/reactNative/lpt.js +0 -10
  8601. package/lib-es/data/icons/reactNative/lpt.js.map +0 -1
  8602. package/lib-es/data/icons/reactNative/lrc.d.ts +0 -8
  8603. package/lib-es/data/icons/reactNative/lrc.d.ts.map +0 -1
  8604. package/lib-es/data/icons/reactNative/lrc.js +0 -10
  8605. package/lib-es/data/icons/reactNative/lrc.js.map +0 -1
  8606. package/lib-es/data/icons/reactNative/lsk.d.ts +0 -8
  8607. package/lib-es/data/icons/reactNative/lsk.d.ts.map +0 -1
  8608. package/lib-es/data/icons/reactNative/lsk.js +0 -10
  8609. package/lib-es/data/icons/reactNative/lsk.js.map +0 -1
  8610. package/lib-es/data/icons/reactNative/ltc.d.ts +0 -8
  8611. package/lib-es/data/icons/reactNative/ltc.d.ts.map +0 -1
  8612. package/lib-es/data/icons/reactNative/ltc.js +0 -10
  8613. package/lib-es/data/icons/reactNative/ltc.js.map +0 -1
  8614. package/lib-es/data/icons/reactNative/lun.d.ts +0 -8
  8615. package/lib-es/data/icons/reactNative/lun.d.ts.map +0 -1
  8616. package/lib-es/data/icons/reactNative/lun.js +0 -10
  8617. package/lib-es/data/icons/reactNative/lun.js.map +0 -1
  8618. package/lib-es/data/icons/reactNative/lyx.d.ts +0 -8
  8619. package/lib-es/data/icons/reactNative/lyx.d.ts.map +0 -1
  8620. package/lib-es/data/icons/reactNative/lyx.js +0 -10
  8621. package/lib-es/data/icons/reactNative/lyx.js.map +0 -1
  8622. package/lib-es/data/icons/reactNative/maid.d.ts +0 -8
  8623. package/lib-es/data/icons/reactNative/maid.d.ts.map +0 -1
  8624. package/lib-es/data/icons/reactNative/maid.js +0 -12
  8625. package/lib-es/data/icons/reactNative/maid.js.map +0 -1
  8626. package/lib-es/data/icons/reactNative/mana.d.ts +0 -8
  8627. package/lib-es/data/icons/reactNative/mana.d.ts.map +0 -1
  8628. package/lib-es/data/icons/reactNative/mana.js +0 -10
  8629. package/lib-es/data/icons/reactNative/mana.js.map +0 -1
  8630. package/lib-es/data/icons/reactNative/matic.d.ts +0 -8
  8631. package/lib-es/data/icons/reactNative/matic.d.ts.map +0 -1
  8632. package/lib-es/data/icons/reactNative/matic.js +0 -10
  8633. package/lib-es/data/icons/reactNative/matic.js.map +0 -1
  8634. package/lib-es/data/icons/reactNative/mcap.d.ts +0 -8
  8635. package/lib-es/data/icons/reactNative/mcap.d.ts.map +0 -1
  8636. package/lib-es/data/icons/reactNative/mcap.js +0 -10
  8637. package/lib-es/data/icons/reactNative/mcap.js.map +0 -1
  8638. package/lib-es/data/icons/reactNative/mco.d.ts +0 -8
  8639. package/lib-es/data/icons/reactNative/mco.d.ts.map +0 -1
  8640. package/lib-es/data/icons/reactNative/mco.js +0 -10
  8641. package/lib-es/data/icons/reactNative/mco.js.map +0 -1
  8642. package/lib-es/data/icons/reactNative/mda.d.ts +0 -8
  8643. package/lib-es/data/icons/reactNative/mda.d.ts.map +0 -1
  8644. package/lib-es/data/icons/reactNative/mda.js +0 -10
  8645. package/lib-es/data/icons/reactNative/mda.js.map +0 -1
  8646. package/lib-es/data/icons/reactNative/mds.d.ts +0 -8
  8647. package/lib-es/data/icons/reactNative/mds.d.ts.map +0 -1
  8648. package/lib-es/data/icons/reactNative/mds.js +0 -10
  8649. package/lib-es/data/icons/reactNative/mds.js.map +0 -1
  8650. package/lib-es/data/icons/reactNative/med.d.ts +0 -8
  8651. package/lib-es/data/icons/reactNative/med.d.ts.map +0 -1
  8652. package/lib-es/data/icons/reactNative/med.js +0 -10
  8653. package/lib-es/data/icons/reactNative/med.js.map +0 -1
  8654. package/lib-es/data/icons/reactNative/meetone.d.ts +0 -8
  8655. package/lib-es/data/icons/reactNative/meetone.d.ts.map +0 -1
  8656. package/lib-es/data/icons/reactNative/meetone.js +0 -11
  8657. package/lib-es/data/icons/reactNative/meetone.js.map +0 -1
  8658. package/lib-es/data/icons/reactNative/metis.d.ts +0 -8
  8659. package/lib-es/data/icons/reactNative/metis.d.ts.map +0 -1
  8660. package/lib-es/data/icons/reactNative/metis.js +0 -10
  8661. package/lib-es/data/icons/reactNative/metis.js.map +0 -1
  8662. package/lib-es/data/icons/reactNative/mex.d.ts +0 -8
  8663. package/lib-es/data/icons/reactNative/mex.d.ts.map +0 -1
  8664. package/lib-es/data/icons/reactNative/mex.js +0 -10
  8665. package/lib-es/data/icons/reactNative/mex.js.map +0 -1
  8666. package/lib-es/data/icons/reactNative/mft.d.ts +0 -8
  8667. package/lib-es/data/icons/reactNative/mft.d.ts.map +0 -1
  8668. package/lib-es/data/icons/reactNative/mft.js +0 -10
  8669. package/lib-es/data/icons/reactNative/mft.js.map +0 -1
  8670. package/lib-es/data/icons/reactNative/miota.d.ts +0 -8
  8671. package/lib-es/data/icons/reactNative/miota.d.ts.map +0 -1
  8672. package/lib-es/data/icons/reactNative/miota.js +0 -10
  8673. package/lib-es/data/icons/reactNative/miota.js.map +0 -1
  8674. package/lib-es/data/icons/reactNative/mith.d.ts +0 -8
  8675. package/lib-es/data/icons/reactNative/mith.d.ts.map +0 -1
  8676. package/lib-es/data/icons/reactNative/mith.js +0 -10
  8677. package/lib-es/data/icons/reactNative/mith.js.map +0 -1
  8678. package/lib-es/data/icons/reactNative/mkr.d.ts +0 -8
  8679. package/lib-es/data/icons/reactNative/mkr.d.ts.map +0 -1
  8680. package/lib-es/data/icons/reactNative/mkr.js +0 -10
  8681. package/lib-es/data/icons/reactNative/mkr.js.map +0 -1
  8682. package/lib-es/data/icons/reactNative/mln.d.ts +0 -8
  8683. package/lib-es/data/icons/reactNative/mln.d.ts.map +0 -1
  8684. package/lib-es/data/icons/reactNative/mln.js +0 -11
  8685. package/lib-es/data/icons/reactNative/mln.js.map +0 -1
  8686. package/lib-es/data/icons/reactNative/mnx.d.ts +0 -8
  8687. package/lib-es/data/icons/reactNative/mnx.d.ts.map +0 -1
  8688. package/lib-es/data/icons/reactNative/mnx.js +0 -11
  8689. package/lib-es/data/icons/reactNative/mnx.js.map +0 -1
  8690. package/lib-es/data/icons/reactNative/mnz.d.ts +0 -8
  8691. package/lib-es/data/icons/reactNative/mnz.d.ts.map +0 -1
  8692. package/lib-es/data/icons/reactNative/mnz.js +0 -10
  8693. package/lib-es/data/icons/reactNative/mnz.js.map +0 -1
  8694. package/lib-es/data/icons/reactNative/moac.d.ts +0 -8
  8695. package/lib-es/data/icons/reactNative/moac.d.ts.map +0 -1
  8696. package/lib-es/data/icons/reactNative/moac.js +0 -10
  8697. package/lib-es/data/icons/reactNative/moac.js.map +0 -1
  8698. package/lib-es/data/icons/reactNative/mod.d.ts +0 -8
  8699. package/lib-es/data/icons/reactNative/mod.d.ts.map +0 -1
  8700. package/lib-es/data/icons/reactNative/mod.js +0 -11
  8701. package/lib-es/data/icons/reactNative/mod.js.map +0 -1
  8702. package/lib-es/data/icons/reactNative/mona.d.ts +0 -8
  8703. package/lib-es/data/icons/reactNative/mona.d.ts.map +0 -1
  8704. package/lib-es/data/icons/reactNative/mona.js +0 -10
  8705. package/lib-es/data/icons/reactNative/mona.js.map +0 -1
  8706. package/lib-es/data/icons/reactNative/movr.d.ts +0 -8
  8707. package/lib-es/data/icons/reactNative/movr.d.ts.map +0 -1
  8708. package/lib-es/data/icons/reactNative/movr.js +0 -19
  8709. package/lib-es/data/icons/reactNative/movr.js.map +0 -1
  8710. package/lib-es/data/icons/reactNative/msr.d.ts +0 -8
  8711. package/lib-es/data/icons/reactNative/msr.d.ts.map +0 -1
  8712. package/lib-es/data/icons/reactNative/msr.js +0 -11
  8713. package/lib-es/data/icons/reactNative/msr.js.map +0 -1
  8714. package/lib-es/data/icons/reactNative/mth.d.ts +0 -8
  8715. package/lib-es/data/icons/reactNative/mth.d.ts.map +0 -1
  8716. package/lib-es/data/icons/reactNative/mth.js +0 -17
  8717. package/lib-es/data/icons/reactNative/mth.js.map +0 -1
  8718. package/lib-es/data/icons/reactNative/mtl.d.ts +0 -8
  8719. package/lib-es/data/icons/reactNative/mtl.d.ts.map +0 -1
  8720. package/lib-es/data/icons/reactNative/mtl.js +0 -10
  8721. package/lib-es/data/icons/reactNative/mtl.js.map +0 -1
  8722. package/lib-es/data/icons/reactNative/music.d.ts +0 -8
  8723. package/lib-es/data/icons/reactNative/music.d.ts.map +0 -1
  8724. package/lib-es/data/icons/reactNative/music.js +0 -10
  8725. package/lib-es/data/icons/reactNative/music.js.map +0 -1
  8726. package/lib-es/data/icons/reactNative/mzc.d.ts +0 -8
  8727. package/lib-es/data/icons/reactNative/mzc.d.ts.map +0 -1
  8728. package/lib-es/data/icons/reactNative/mzc.js +0 -10
  8729. package/lib-es/data/icons/reactNative/mzc.js.map +0 -1
  8730. package/lib-es/data/icons/reactNative/nano.d.ts +0 -8
  8731. package/lib-es/data/icons/reactNative/nano.d.ts.map +0 -1
  8732. package/lib-es/data/icons/reactNative/nano.js +0 -10
  8733. package/lib-es/data/icons/reactNative/nano.js.map +0 -1
  8734. package/lib-es/data/icons/reactNative/nas.d.ts +0 -8
  8735. package/lib-es/data/icons/reactNative/nas.d.ts.map +0 -1
  8736. package/lib-es/data/icons/reactNative/nas.js +0 -10
  8737. package/lib-es/data/icons/reactNative/nas.js.map +0 -1
  8738. package/lib-es/data/icons/reactNative/nav.d.ts +0 -8
  8739. package/lib-es/data/icons/reactNative/nav.d.ts.map +0 -1
  8740. package/lib-es/data/icons/reactNative/nav.js +0 -10
  8741. package/lib-es/data/icons/reactNative/nav.js.map +0 -1
  8742. package/lib-es/data/icons/reactNative/ncash.d.ts +0 -8
  8743. package/lib-es/data/icons/reactNative/ncash.d.ts.map +0 -1
  8744. package/lib-es/data/icons/reactNative/ncash.js +0 -10
  8745. package/lib-es/data/icons/reactNative/ncash.js.map +0 -1
  8746. package/lib-es/data/icons/reactNative/ndz.d.ts +0 -8
  8747. package/lib-es/data/icons/reactNative/ndz.d.ts.map +0 -1
  8748. package/lib-es/data/icons/reactNative/ndz.js +0 -10
  8749. package/lib-es/data/icons/reactNative/ndz.js.map +0 -1
  8750. package/lib-es/data/icons/reactNative/near.d.ts +0 -8
  8751. package/lib-es/data/icons/reactNative/near.d.ts.map +0 -1
  8752. package/lib-es/data/icons/reactNative/near.js +0 -10
  8753. package/lib-es/data/icons/reactNative/near.js.map +0 -1
  8754. package/lib-es/data/icons/reactNative/nebl.d.ts +0 -8
  8755. package/lib-es/data/icons/reactNative/nebl.d.ts.map +0 -1
  8756. package/lib-es/data/icons/reactNative/nebl.js +0 -10
  8757. package/lib-es/data/icons/reactNative/nebl.js.map +0 -1
  8758. package/lib-es/data/icons/reactNative/neo.d.ts +0 -8
  8759. package/lib-es/data/icons/reactNative/neo.d.ts.map +0 -1
  8760. package/lib-es/data/icons/reactNative/neo.js +0 -10
  8761. package/lib-es/data/icons/reactNative/neo.js.map +0 -1
  8762. package/lib-es/data/icons/reactNative/neon.d.ts +0 -8
  8763. package/lib-es/data/icons/reactNative/neon.d.ts.map +0 -1
  8764. package/lib-es/data/icons/reactNative/neon.js +0 -10
  8765. package/lib-es/data/icons/reactNative/neon.js.map +0 -1
  8766. package/lib-es/data/icons/reactNative/neos.d.ts +0 -8
  8767. package/lib-es/data/icons/reactNative/neos.d.ts.map +0 -1
  8768. package/lib-es/data/icons/reactNative/neos.js +0 -10
  8769. package/lib-es/data/icons/reactNative/neos.js.map +0 -1
  8770. package/lib-es/data/icons/reactNative/neu.d.ts +0 -8
  8771. package/lib-es/data/icons/reactNative/neu.d.ts.map +0 -1
  8772. package/lib-es/data/icons/reactNative/neu.js +0 -13
  8773. package/lib-es/data/icons/reactNative/neu.js.map +0 -1
  8774. package/lib-es/data/icons/reactNative/nexo.d.ts +0 -8
  8775. package/lib-es/data/icons/reactNative/nexo.d.ts.map +0 -1
  8776. package/lib-es/data/icons/reactNative/nexo.js +0 -15
  8777. package/lib-es/data/icons/reactNative/nexo.js.map +0 -1
  8778. package/lib-es/data/icons/reactNative/ngc.d.ts +0 -8
  8779. package/lib-es/data/icons/reactNative/ngc.d.ts.map +0 -1
  8780. package/lib-es/data/icons/reactNative/ngc.js +0 -10
  8781. package/lib-es/data/icons/reactNative/ngc.js.map +0 -1
  8782. package/lib-es/data/icons/reactNative/nim.d.ts +0 -8
  8783. package/lib-es/data/icons/reactNative/nim.d.ts.map +0 -1
  8784. package/lib-es/data/icons/reactNative/nim.js +0 -10
  8785. package/lib-es/data/icons/reactNative/nim.js.map +0 -1
  8786. package/lib-es/data/icons/reactNative/nio.d.ts +0 -8
  8787. package/lib-es/data/icons/reactNative/nio.d.ts.map +0 -1
  8788. package/lib-es/data/icons/reactNative/nio.js +0 -10
  8789. package/lib-es/data/icons/reactNative/nio.js.map +0 -1
  8790. package/lib-es/data/icons/reactNative/nlc2.d.ts +0 -8
  8791. package/lib-es/data/icons/reactNative/nlc2.d.ts.map +0 -1
  8792. package/lib-es/data/icons/reactNative/nlc2.js +0 -10
  8793. package/lib-es/data/icons/reactNative/nlc2.js.map +0 -1
  8794. package/lib-es/data/icons/reactNative/nlg.d.ts +0 -8
  8795. package/lib-es/data/icons/reactNative/nlg.d.ts.map +0 -1
  8796. package/lib-es/data/icons/reactNative/nlg.js +0 -10
  8797. package/lib-es/data/icons/reactNative/nlg.js.map +0 -1
  8798. package/lib-es/data/icons/reactNative/nmc.d.ts +0 -8
  8799. package/lib-es/data/icons/reactNative/nmc.d.ts.map +0 -1
  8800. package/lib-es/data/icons/reactNative/nmc.js +0 -10
  8801. package/lib-es/data/icons/reactNative/nmc.js.map +0 -1
  8802. package/lib-es/data/icons/reactNative/nmr.d.ts +0 -8
  8803. package/lib-es/data/icons/reactNative/nmr.d.ts.map +0 -1
  8804. package/lib-es/data/icons/reactNative/nmr.js +0 -10
  8805. package/lib-es/data/icons/reactNative/nmr.js.map +0 -1
  8806. package/lib-es/data/icons/reactNative/nom.d.ts +0 -8
  8807. package/lib-es/data/icons/reactNative/nom.d.ts.map +0 -1
  8808. package/lib-es/data/icons/reactNative/nom.js +0 -10
  8809. package/lib-es/data/icons/reactNative/nom.js.map +0 -1
  8810. package/lib-es/data/icons/reactNative/npxs.d.ts +0 -8
  8811. package/lib-es/data/icons/reactNative/npxs.d.ts.map +0 -1
  8812. package/lib-es/data/icons/reactNative/npxs.js +0 -11
  8813. package/lib-es/data/icons/reactNative/npxs.js.map +0 -1
  8814. package/lib-es/data/icons/reactNative/nuls.d.ts +0 -8
  8815. package/lib-es/data/icons/reactNative/nuls.d.ts.map +0 -1
  8816. package/lib-es/data/icons/reactNative/nuls.js +0 -10
  8817. package/lib-es/data/icons/reactNative/nuls.js.map +0 -1
  8818. package/lib-es/data/icons/reactNative/nxs.d.ts +0 -8
  8819. package/lib-es/data/icons/reactNative/nxs.d.ts.map +0 -1
  8820. package/lib-es/data/icons/reactNative/nxs.js +0 -10
  8821. package/lib-es/data/icons/reactNative/nxs.js.map +0 -1
  8822. package/lib-es/data/icons/reactNative/nxt.d.ts +0 -8
  8823. package/lib-es/data/icons/reactNative/nxt.d.ts.map +0 -1
  8824. package/lib-es/data/icons/reactNative/nxt.js +0 -10
  8825. package/lib-es/data/icons/reactNative/nxt.js.map +0 -1
  8826. package/lib-es/data/icons/reactNative/nym.d.ts +0 -8
  8827. package/lib-es/data/icons/reactNative/nym.d.ts.map +0 -1
  8828. package/lib-es/data/icons/reactNative/nym.js +0 -14
  8829. package/lib-es/data/icons/reactNative/nym.js.map +0 -1
  8830. package/lib-es/data/icons/reactNative/nyx.d.ts +0 -8
  8831. package/lib-es/data/icons/reactNative/nyx.d.ts.map +0 -1
  8832. package/lib-es/data/icons/reactNative/nyx.js +0 -12
  8833. package/lib-es/data/icons/reactNative/nyx.js.map +0 -1
  8834. package/lib-es/data/icons/reactNative/oax.d.ts +0 -8
  8835. package/lib-es/data/icons/reactNative/oax.d.ts.map +0 -1
  8836. package/lib-es/data/icons/reactNative/oax.js +0 -10
  8837. package/lib-es/data/icons/reactNative/oax.js.map +0 -1
  8838. package/lib-es/data/icons/reactNative/ok.d.ts +0 -8
  8839. package/lib-es/data/icons/reactNative/ok.d.ts.map +0 -1
  8840. package/lib-es/data/icons/reactNative/ok.js +0 -10
  8841. package/lib-es/data/icons/reactNative/ok.js.map +0 -1
  8842. package/lib-es/data/icons/reactNative/okb.d.ts +0 -8
  8843. package/lib-es/data/icons/reactNative/okb.d.ts.map +0 -1
  8844. package/lib-es/data/icons/reactNative/okb.js +0 -13
  8845. package/lib-es/data/icons/reactNative/okb.js.map +0 -1
  8846. package/lib-es/data/icons/reactNative/omg.d.ts +0 -8
  8847. package/lib-es/data/icons/reactNative/omg.d.ts.map +0 -1
  8848. package/lib-es/data/icons/reactNative/omg.js +0 -10
  8849. package/lib-es/data/icons/reactNative/omg.js.map +0 -1
  8850. package/lib-es/data/icons/reactNative/omni.d.ts +0 -8
  8851. package/lib-es/data/icons/reactNative/omni.d.ts.map +0 -1
  8852. package/lib-es/data/icons/reactNative/omni.js +0 -10
  8853. package/lib-es/data/icons/reactNative/omni.js.map +0 -1
  8854. package/lib-es/data/icons/reactNative/ong.d.ts +0 -8
  8855. package/lib-es/data/icons/reactNative/ong.d.ts.map +0 -1
  8856. package/lib-es/data/icons/reactNative/ong.js +0 -12
  8857. package/lib-es/data/icons/reactNative/ong.js.map +0 -1
  8858. package/lib-es/data/icons/reactNative/ont.d.ts +0 -8
  8859. package/lib-es/data/icons/reactNative/ont.d.ts.map +0 -1
  8860. package/lib-es/data/icons/reactNative/ont.js +0 -10
  8861. package/lib-es/data/icons/reactNative/ont.js.map +0 -1
  8862. package/lib-es/data/icons/reactNative/oot.d.ts +0 -8
  8863. package/lib-es/data/icons/reactNative/oot.d.ts.map +0 -1
  8864. package/lib-es/data/icons/reactNative/oot.js +0 -10
  8865. package/lib-es/data/icons/reactNative/oot.js.map +0 -1
  8866. package/lib-es/data/icons/reactNative/osmo.d.ts +0 -8
  8867. package/lib-es/data/icons/reactNative/osmo.d.ts.map +0 -1
  8868. package/lib-es/data/icons/reactNative/osmo.js +0 -14
  8869. package/lib-es/data/icons/reactNative/osmo.js.map +0 -1
  8870. package/lib-es/data/icons/reactNative/ost.d.ts +0 -8
  8871. package/lib-es/data/icons/reactNative/ost.d.ts.map +0 -1
  8872. package/lib-es/data/icons/reactNative/ost.js +0 -11
  8873. package/lib-es/data/icons/reactNative/ost.js.map +0 -1
  8874. package/lib-es/data/icons/reactNative/ox.d.ts +0 -8
  8875. package/lib-es/data/icons/reactNative/ox.d.ts.map +0 -1
  8876. package/lib-es/data/icons/reactNative/ox.js +0 -10
  8877. package/lib-es/data/icons/reactNative/ox.js.map +0 -1
  8878. package/lib-es/data/icons/reactNative/oxt.d.ts +0 -8
  8879. package/lib-es/data/icons/reactNative/oxt.d.ts.map +0 -1
  8880. package/lib-es/data/icons/reactNative/oxt.js +0 -10
  8881. package/lib-es/data/icons/reactNative/oxt.js.map +0 -1
  8882. package/lib-es/data/icons/reactNative/pac.d.ts +0 -8
  8883. package/lib-es/data/icons/reactNative/pac.d.ts.map +0 -1
  8884. package/lib-es/data/icons/reactNative/pac.js +0 -10
  8885. package/lib-es/data/icons/reactNative/pac.js.map +0 -1
  8886. package/lib-es/data/icons/reactNative/part.d.ts +0 -8
  8887. package/lib-es/data/icons/reactNative/part.d.ts.map +0 -1
  8888. package/lib-es/data/icons/reactNative/part.js +0 -10
  8889. package/lib-es/data/icons/reactNative/part.js.map +0 -1
  8890. package/lib-es/data/icons/reactNative/pasc.d.ts +0 -8
  8891. package/lib-es/data/icons/reactNative/pasc.d.ts.map +0 -1
  8892. package/lib-es/data/icons/reactNative/pasc.js +0 -10
  8893. package/lib-es/data/icons/reactNative/pasc.js.map +0 -1
  8894. package/lib-es/data/icons/reactNative/pasl.d.ts +0 -8
  8895. package/lib-es/data/icons/reactNative/pasl.d.ts.map +0 -1
  8896. package/lib-es/data/icons/reactNative/pasl.js +0 -10
  8897. package/lib-es/data/icons/reactNative/pasl.js.map +0 -1
  8898. package/lib-es/data/icons/reactNative/pax.d.ts +0 -8
  8899. package/lib-es/data/icons/reactNative/pax.d.ts.map +0 -1
  8900. package/lib-es/data/icons/reactNative/pax.js +0 -10
  8901. package/lib-es/data/icons/reactNative/pax.js.map +0 -1
  8902. package/lib-es/data/icons/reactNative/pay.d.ts +0 -8
  8903. package/lib-es/data/icons/reactNative/pay.d.ts.map +0 -1
  8904. package/lib-es/data/icons/reactNative/pay.js +0 -10
  8905. package/lib-es/data/icons/reactNative/pay.js.map +0 -1
  8906. package/lib-es/data/icons/reactNative/payx.d.ts +0 -8
  8907. package/lib-es/data/icons/reactNative/payx.d.ts.map +0 -1
  8908. package/lib-es/data/icons/reactNative/payx.js +0 -11
  8909. package/lib-es/data/icons/reactNative/payx.js.map +0 -1
  8910. package/lib-es/data/icons/reactNative/pink.d.ts +0 -8
  8911. package/lib-es/data/icons/reactNative/pink.d.ts.map +0 -1
  8912. package/lib-es/data/icons/reactNative/pink.js +0 -11
  8913. package/lib-es/data/icons/reactNative/pink.js.map +0 -1
  8914. package/lib-es/data/icons/reactNative/pirl.d.ts +0 -8
  8915. package/lib-es/data/icons/reactNative/pirl.d.ts.map +0 -1
  8916. package/lib-es/data/icons/reactNative/pirl.js +0 -10
  8917. package/lib-es/data/icons/reactNative/pirl.js.map +0 -1
  8918. package/lib-es/data/icons/reactNative/pivx.d.ts +0 -8
  8919. package/lib-es/data/icons/reactNative/pivx.d.ts.map +0 -1
  8920. package/lib-es/data/icons/reactNative/pivx.js +0 -10
  8921. package/lib-es/data/icons/reactNative/pivx.js.map +0 -1
  8922. package/lib-es/data/icons/reactNative/plr.d.ts +0 -8
  8923. package/lib-es/data/icons/reactNative/plr.d.ts.map +0 -1
  8924. package/lib-es/data/icons/reactNative/plr.js +0 -10
  8925. package/lib-es/data/icons/reactNative/plr.js.map +0 -1
  8926. package/lib-es/data/icons/reactNative/poa.d.ts +0 -8
  8927. package/lib-es/data/icons/reactNative/poa.d.ts.map +0 -1
  8928. package/lib-es/data/icons/reactNative/poa.js +0 -11
  8929. package/lib-es/data/icons/reactNative/poa.js.map +0 -1
  8930. package/lib-es/data/icons/reactNative/poe.d.ts +0 -8
  8931. package/lib-es/data/icons/reactNative/poe.d.ts.map +0 -1
  8932. package/lib-es/data/icons/reactNative/poe.js +0 -11
  8933. package/lib-es/data/icons/reactNative/poe.js.map +0 -1
  8934. package/lib-es/data/icons/reactNative/polis.d.ts +0 -8
  8935. package/lib-es/data/icons/reactNative/polis.d.ts.map +0 -1
  8936. package/lib-es/data/icons/reactNative/polis.js +0 -10
  8937. package/lib-es/data/icons/reactNative/polis.js.map +0 -1
  8938. package/lib-es/data/icons/reactNative/poly.d.ts +0 -8
  8939. package/lib-es/data/icons/reactNative/poly.d.ts.map +0 -1
  8940. package/lib-es/data/icons/reactNative/poly.js +0 -10
  8941. package/lib-es/data/icons/reactNative/poly.js.map +0 -1
  8942. package/lib-es/data/icons/reactNative/pot.d.ts +0 -8
  8943. package/lib-es/data/icons/reactNative/pot.d.ts.map +0 -1
  8944. package/lib-es/data/icons/reactNative/pot.js +0 -10
  8945. package/lib-es/data/icons/reactNative/pot.js.map +0 -1
  8946. package/lib-es/data/icons/reactNative/powr.d.ts +0 -8
  8947. package/lib-es/data/icons/reactNative/powr.d.ts.map +0 -1
  8948. package/lib-es/data/icons/reactNative/powr.js +0 -10
  8949. package/lib-es/data/icons/reactNative/powr.js.map +0 -1
  8950. package/lib-es/data/icons/reactNative/ppc.d.ts +0 -8
  8951. package/lib-es/data/icons/reactNative/ppc.d.ts.map +0 -1
  8952. package/lib-es/data/icons/reactNative/ppc.js +0 -11
  8953. package/lib-es/data/icons/reactNative/ppc.js.map +0 -1
  8954. package/lib-es/data/icons/reactNative/ppp.d.ts +0 -8
  8955. package/lib-es/data/icons/reactNative/ppp.d.ts.map +0 -1
  8956. package/lib-es/data/icons/reactNative/ppp.js +0 -10
  8957. package/lib-es/data/icons/reactNative/ppp.js.map +0 -1
  8958. package/lib-es/data/icons/reactNative/ppt.d.ts +0 -8
  8959. package/lib-es/data/icons/reactNative/ppt.d.ts.map +0 -1
  8960. package/lib-es/data/icons/reactNative/ppt.js +0 -10
  8961. package/lib-es/data/icons/reactNative/ppt.js.map +0 -1
  8962. package/lib-es/data/icons/reactNative/pre.d.ts +0 -8
  8963. package/lib-es/data/icons/reactNative/pre.d.ts.map +0 -1
  8964. package/lib-es/data/icons/reactNative/pre.js +0 -15
  8965. package/lib-es/data/icons/reactNative/pre.js.map +0 -1
  8966. package/lib-es/data/icons/reactNative/prl.d.ts +0 -8
  8967. package/lib-es/data/icons/reactNative/prl.d.ts.map +0 -1
  8968. package/lib-es/data/icons/reactNative/prl.js +0 -10
  8969. package/lib-es/data/icons/reactNative/prl.js.map +0 -1
  8970. package/lib-es/data/icons/reactNative/ptrn.d.ts +0 -8
  8971. package/lib-es/data/icons/reactNative/ptrn.d.ts.map +0 -1
  8972. package/lib-es/data/icons/reactNative/ptrn.js +0 -10
  8973. package/lib-es/data/icons/reactNative/ptrn.js.map +0 -1
  8974. package/lib-es/data/icons/reactNative/pungo.d.ts +0 -8
  8975. package/lib-es/data/icons/reactNative/pungo.d.ts.map +0 -1
  8976. package/lib-es/data/icons/reactNative/pungo.js +0 -10
  8977. package/lib-es/data/icons/reactNative/pungo.js.map +0 -1
  8978. package/lib-es/data/icons/reactNative/pura.d.ts +0 -8
  8979. package/lib-es/data/icons/reactNative/pura.d.ts.map +0 -1
  8980. package/lib-es/data/icons/reactNative/pura.js +0 -10
  8981. package/lib-es/data/icons/reactNative/pura.js.map +0 -1
  8982. package/lib-es/data/icons/reactNative/pyusd.d.ts +0 -8
  8983. package/lib-es/data/icons/reactNative/pyusd.d.ts.map +0 -1
  8984. package/lib-es/data/icons/reactNative/pyusd.js +0 -11
  8985. package/lib-es/data/icons/reactNative/pyusd.js.map +0 -1
  8986. package/lib-es/data/icons/reactNative/qash.d.ts +0 -8
  8987. package/lib-es/data/icons/reactNative/qash.d.ts.map +0 -1
  8988. package/lib-es/data/icons/reactNative/qash.js +0 -10
  8989. package/lib-es/data/icons/reactNative/qash.js.map +0 -1
  8990. package/lib-es/data/icons/reactNative/qck.d.ts +0 -8
  8991. package/lib-es/data/icons/reactNative/qck.d.ts.map +0 -1
  8992. package/lib-es/data/icons/reactNative/qck.js +0 -11
  8993. package/lib-es/data/icons/reactNative/qck.js.map +0 -1
  8994. package/lib-es/data/icons/reactNative/qiwi.d.ts +0 -8
  8995. package/lib-es/data/icons/reactNative/qiwi.d.ts.map +0 -1
  8996. package/lib-es/data/icons/reactNative/qiwi.js +0 -10
  8997. package/lib-es/data/icons/reactNative/qiwi.js.map +0 -1
  8998. package/lib-es/data/icons/reactNative/qlc.d.ts +0 -8
  8999. package/lib-es/data/icons/reactNative/qlc.d.ts.map +0 -1
  9000. package/lib-es/data/icons/reactNative/qlc.js +0 -10
  9001. package/lib-es/data/icons/reactNative/qlc.js.map +0 -1
  9002. package/lib-es/data/icons/reactNative/qrl.d.ts +0 -8
  9003. package/lib-es/data/icons/reactNative/qrl.d.ts.map +0 -1
  9004. package/lib-es/data/icons/reactNative/qrl.js +0 -10
  9005. package/lib-es/data/icons/reactNative/qrl.js.map +0 -1
  9006. package/lib-es/data/icons/reactNative/qsp.d.ts +0 -8
  9007. package/lib-es/data/icons/reactNative/qsp.d.ts.map +0 -1
  9008. package/lib-es/data/icons/reactNative/qsp.js +0 -10
  9009. package/lib-es/data/icons/reactNative/qsp.js.map +0 -1
  9010. package/lib-es/data/icons/reactNative/qtum.d.ts +0 -8
  9011. package/lib-es/data/icons/reactNative/qtum.d.ts.map +0 -1
  9012. package/lib-es/data/icons/reactNative/qtum.js +0 -10
  9013. package/lib-es/data/icons/reactNative/qtum.js.map +0 -1
  9014. package/lib-es/data/icons/reactNative/r.d.ts +0 -8
  9015. package/lib-es/data/icons/reactNative/r.d.ts.map +0 -1
  9016. package/lib-es/data/icons/reactNative/r.js +0 -10
  9017. package/lib-es/data/icons/reactNative/r.js.map +0 -1
  9018. package/lib-es/data/icons/reactNative/rads.d.ts +0 -8
  9019. package/lib-es/data/icons/reactNative/rads.d.ts.map +0 -1
  9020. package/lib-es/data/icons/reactNative/rads.js +0 -11
  9021. package/lib-es/data/icons/reactNative/rads.js.map +0 -1
  9022. package/lib-es/data/icons/reactNative/rap.d.ts +0 -8
  9023. package/lib-es/data/icons/reactNative/rap.d.ts.map +0 -1
  9024. package/lib-es/data/icons/reactNative/rap.js +0 -10
  9025. package/lib-es/data/icons/reactNative/rap.js.map +0 -1
  9026. package/lib-es/data/icons/reactNative/rbtc.d.ts +0 -8
  9027. package/lib-es/data/icons/reactNative/rbtc.d.ts.map +0 -1
  9028. package/lib-es/data/icons/reactNative/rbtc.js +0 -11
  9029. package/lib-es/data/icons/reactNative/rbtc.js.map +0 -1
  9030. package/lib-es/data/icons/reactNative/rcn.d.ts +0 -8
  9031. package/lib-es/data/icons/reactNative/rcn.d.ts.map +0 -1
  9032. package/lib-es/data/icons/reactNative/rcn.js +0 -10
  9033. package/lib-es/data/icons/reactNative/rcn.js.map +0 -1
  9034. package/lib-es/data/icons/reactNative/rdd.d.ts +0 -8
  9035. package/lib-es/data/icons/reactNative/rdd.d.ts.map +0 -1
  9036. package/lib-es/data/icons/reactNative/rdd.js +0 -11
  9037. package/lib-es/data/icons/reactNative/rdd.js.map +0 -1
  9038. package/lib-es/data/icons/reactNative/rdn.d.ts +0 -8
  9039. package/lib-es/data/icons/reactNative/rdn.d.ts.map +0 -1
  9040. package/lib-es/data/icons/reactNative/rdn.js +0 -10
  9041. package/lib-es/data/icons/reactNative/rdn.js.map +0 -1
  9042. package/lib-es/data/icons/reactNative/ren.d.ts +0 -8
  9043. package/lib-es/data/icons/reactNative/ren.d.ts.map +0 -1
  9044. package/lib-es/data/icons/reactNative/ren.js +0 -10
  9045. package/lib-es/data/icons/reactNative/ren.js.map +0 -1
  9046. package/lib-es/data/icons/reactNative/rep.d.ts +0 -8
  9047. package/lib-es/data/icons/reactNative/rep.d.ts.map +0 -1
  9048. package/lib-es/data/icons/reactNative/rep.js +0 -10
  9049. package/lib-es/data/icons/reactNative/rep.js.map +0 -1
  9050. package/lib-es/data/icons/reactNative/repv2.d.ts +0 -8
  9051. package/lib-es/data/icons/reactNative/repv2.d.ts.map +0 -1
  9052. package/lib-es/data/icons/reactNative/repv2.js +0 -11
  9053. package/lib-es/data/icons/reactNative/repv2.js.map +0 -1
  9054. package/lib-es/data/icons/reactNative/req.d.ts +0 -8
  9055. package/lib-es/data/icons/reactNative/req.d.ts.map +0 -1
  9056. package/lib-es/data/icons/reactNative/req.js +0 -10
  9057. package/lib-es/data/icons/reactNative/req.js.map +0 -1
  9058. package/lib-es/data/icons/reactNative/rhoc.d.ts +0 -8
  9059. package/lib-es/data/icons/reactNative/rhoc.d.ts.map +0 -1
  9060. package/lib-es/data/icons/reactNative/rhoc.js +0 -10
  9061. package/lib-es/data/icons/reactNative/rhoc.js.map +0 -1
  9062. package/lib-es/data/icons/reactNative/ric.d.ts +0 -8
  9063. package/lib-es/data/icons/reactNative/ric.d.ts.map +0 -1
  9064. package/lib-es/data/icons/reactNative/ric.js +0 -10
  9065. package/lib-es/data/icons/reactNative/ric.js.map +0 -1
  9066. package/lib-es/data/icons/reactNative/ride.d.ts +0 -8
  9067. package/lib-es/data/icons/reactNative/ride.d.ts.map +0 -1
  9068. package/lib-es/data/icons/reactNative/ride.js +0 -10
  9069. package/lib-es/data/icons/reactNative/ride.js.map +0 -1
  9070. package/lib-es/data/icons/reactNative/rise.d.ts +0 -8
  9071. package/lib-es/data/icons/reactNative/rise.d.ts.map +0 -1
  9072. package/lib-es/data/icons/reactNative/rise.js +0 -10
  9073. package/lib-es/data/icons/reactNative/rise.js.map +0 -1
  9074. package/lib-es/data/icons/reactNative/rlc.d.ts +0 -8
  9075. package/lib-es/data/icons/reactNative/rlc.d.ts.map +0 -1
  9076. package/lib-es/data/icons/reactNative/rlc.js +0 -10
  9077. package/lib-es/data/icons/reactNative/rlc.js.map +0 -1
  9078. package/lib-es/data/icons/reactNative/rpx.d.ts +0 -8
  9079. package/lib-es/data/icons/reactNative/rpx.d.ts.map +0 -1
  9080. package/lib-es/data/icons/reactNative/rpx.js +0 -10
  9081. package/lib-es/data/icons/reactNative/rpx.js.map +0 -1
  9082. package/lib-es/data/icons/reactNative/rub.d.ts +0 -8
  9083. package/lib-es/data/icons/reactNative/rub.d.ts.map +0 -1
  9084. package/lib-es/data/icons/reactNative/rub.js +0 -10
  9085. package/lib-es/data/icons/reactNative/rub.js.map +0 -1
  9086. package/lib-es/data/icons/reactNative/rvn.d.ts +0 -8
  9087. package/lib-es/data/icons/reactNative/rvn.d.ts.map +0 -1
  9088. package/lib-es/data/icons/reactNative/rvn.js +0 -10
  9089. package/lib-es/data/icons/reactNative/rvn.js.map +0 -1
  9090. package/lib-es/data/icons/reactNative/ryo.d.ts +0 -8
  9091. package/lib-es/data/icons/reactNative/ryo.d.ts.map +0 -1
  9092. package/lib-es/data/icons/reactNative/ryo.js +0 -11
  9093. package/lib-es/data/icons/reactNative/ryo.js.map +0 -1
  9094. package/lib-es/data/icons/reactNative/sAbi.d.ts +0 -8
  9095. package/lib-es/data/icons/reactNative/sAbi.d.ts.map +0 -1
  9096. package/lib-es/data/icons/reactNative/sAbi.js +0 -10
  9097. package/lib-es/data/icons/reactNative/sAbi.js.map +0 -1
  9098. package/lib-es/data/icons/reactNative/safe.d.ts +0 -8
  9099. package/lib-es/data/icons/reactNative/safe.d.ts.map +0 -1
  9100. package/lib-es/data/icons/reactNative/safe.js +0 -11
  9101. package/lib-es/data/icons/reactNative/safe.js.map +0 -1
  9102. package/lib-es/data/icons/reactNative/sai.d.ts +0 -8
  9103. package/lib-es/data/icons/reactNative/sai.d.ts.map +0 -1
  9104. package/lib-es/data/icons/reactNative/sai.js +0 -10
  9105. package/lib-es/data/icons/reactNative/sai.js.map +0 -1
  9106. package/lib-es/data/icons/reactNative/salt.d.ts +0 -8
  9107. package/lib-es/data/icons/reactNative/salt.d.ts.map +0 -1
  9108. package/lib-es/data/icons/reactNative/salt.js +0 -10
  9109. package/lib-es/data/icons/reactNative/salt.js.map +0 -1
  9110. package/lib-es/data/icons/reactNative/san.d.ts +0 -8
  9111. package/lib-es/data/icons/reactNative/san.d.ts.map +0 -1
  9112. package/lib-es/data/icons/reactNative/san.js +0 -10
  9113. package/lib-es/data/icons/reactNative/san.js.map +0 -1
  9114. package/lib-es/data/icons/reactNative/sbd.d.ts +0 -8
  9115. package/lib-es/data/icons/reactNative/sbd.d.ts.map +0 -1
  9116. package/lib-es/data/icons/reactNative/sbd.js +0 -10
  9117. package/lib-es/data/icons/reactNative/sbd.js.map +0 -1
  9118. package/lib-es/data/icons/reactNative/sberbank.d.ts +0 -8
  9119. package/lib-es/data/icons/reactNative/sberbank.d.ts.map +0 -1
  9120. package/lib-es/data/icons/reactNative/sberbank.js +0 -10
  9121. package/lib-es/data/icons/reactNative/sberbank.js.map +0 -1
  9122. package/lib-es/data/icons/reactNative/sc.d.ts +0 -8
  9123. package/lib-es/data/icons/reactNative/sc.d.ts.map +0 -1
  9124. package/lib-es/data/icons/reactNative/sc.js +0 -10
  9125. package/lib-es/data/icons/reactNative/sc.js.map +0 -1
  9126. package/lib-es/data/icons/reactNative/scrt.d.ts +0 -8
  9127. package/lib-es/data/icons/reactNative/scrt.d.ts.map +0 -1
  9128. package/lib-es/data/icons/reactNative/scrt.js +0 -11
  9129. package/lib-es/data/icons/reactNative/scrt.js.map +0 -1
  9130. package/lib-es/data/icons/reactNative/sei.d.ts +0 -8
  9131. package/lib-es/data/icons/reactNative/sei.d.ts.map +0 -1
  9132. package/lib-es/data/icons/reactNative/sei.js +0 -10
  9133. package/lib-es/data/icons/reactNative/sei.js.map +0 -1
  9134. package/lib-es/data/icons/reactNative/sgb.d.ts +0 -8
  9135. package/lib-es/data/icons/reactNative/sgb.d.ts.map +0 -1
  9136. package/lib-es/data/icons/reactNative/sgb.js +0 -16
  9137. package/lib-es/data/icons/reactNative/sgb.js.map +0 -1
  9138. package/lib-es/data/icons/reactNative/shift.d.ts +0 -8
  9139. package/lib-es/data/icons/reactNative/shift.d.ts.map +0 -1
  9140. package/lib-es/data/icons/reactNative/shift.js +0 -13
  9141. package/lib-es/data/icons/reactNative/shift.js.map +0 -1
  9142. package/lib-es/data/icons/reactNative/sib.d.ts +0 -8
  9143. package/lib-es/data/icons/reactNative/sib.d.ts.map +0 -1
  9144. package/lib-es/data/icons/reactNative/sib.js +0 -10
  9145. package/lib-es/data/icons/reactNative/sib.js.map +0 -1
  9146. package/lib-es/data/icons/reactNative/sin.d.ts +0 -8
  9147. package/lib-es/data/icons/reactNative/sin.d.ts.map +0 -1
  9148. package/lib-es/data/icons/reactNative/sin.js +0 -11
  9149. package/lib-es/data/icons/reactNative/sin.js.map +0 -1
  9150. package/lib-es/data/icons/reactNative/sky.d.ts +0 -8
  9151. package/lib-es/data/icons/reactNative/sky.d.ts.map +0 -1
  9152. package/lib-es/data/icons/reactNative/sky.js +0 -10
  9153. package/lib-es/data/icons/reactNative/sky.js.map +0 -1
  9154. package/lib-es/data/icons/reactNative/slr.d.ts +0 -8
  9155. package/lib-es/data/icons/reactNative/slr.d.ts.map +0 -1
  9156. package/lib-es/data/icons/reactNative/slr.js +0 -10
  9157. package/lib-es/data/icons/reactNative/slr.js.map +0 -1
  9158. package/lib-es/data/icons/reactNative/sls.d.ts +0 -8
  9159. package/lib-es/data/icons/reactNative/sls.d.ts.map +0 -1
  9160. package/lib-es/data/icons/reactNative/sls.js +0 -10
  9161. package/lib-es/data/icons/reactNative/sls.js.map +0 -1
  9162. package/lib-es/data/icons/reactNative/smart.d.ts +0 -8
  9163. package/lib-es/data/icons/reactNative/smart.d.ts.map +0 -1
  9164. package/lib-es/data/icons/reactNative/smart.js +0 -11
  9165. package/lib-es/data/icons/reactNative/smart.js.map +0 -1
  9166. package/lib-es/data/icons/reactNative/sngls.d.ts +0 -8
  9167. package/lib-es/data/icons/reactNative/sngls.d.ts.map +0 -1
  9168. package/lib-es/data/icons/reactNative/sngls.js +0 -10
  9169. package/lib-es/data/icons/reactNative/sngls.js.map +0 -1
  9170. package/lib-es/data/icons/reactNative/snm.d.ts +0 -8
  9171. package/lib-es/data/icons/reactNative/snm.d.ts.map +0 -1
  9172. package/lib-es/data/icons/reactNative/snm.js +0 -10
  9173. package/lib-es/data/icons/reactNative/snm.js.map +0 -1
  9174. package/lib-es/data/icons/reactNative/snt.d.ts +0 -8
  9175. package/lib-es/data/icons/reactNative/snt.d.ts.map +0 -1
  9176. package/lib-es/data/icons/reactNative/snt.js +0 -10
  9177. package/lib-es/data/icons/reactNative/snt.js.map +0 -1
  9178. package/lib-es/data/icons/reactNative/soc.d.ts +0 -8
  9179. package/lib-es/data/icons/reactNative/soc.d.ts.map +0 -1
  9180. package/lib-es/data/icons/reactNative/soc.js +0 -11
  9181. package/lib-es/data/icons/reactNative/soc.js.map +0 -1
  9182. package/lib-es/data/icons/reactNative/sol.d.ts +0 -8
  9183. package/lib-es/data/icons/reactNative/sol.d.ts.map +0 -1
  9184. package/lib-es/data/icons/reactNative/sol.js +0 -12
  9185. package/lib-es/data/icons/reactNative/sol.js.map +0 -1
  9186. package/lib-es/data/icons/reactNative/spank.d.ts +0 -8
  9187. package/lib-es/data/icons/reactNative/spank.d.ts.map +0 -1
  9188. package/lib-es/data/icons/reactNative/spank.js +0 -10
  9189. package/lib-es/data/icons/reactNative/spank.js.map +0 -1
  9190. package/lib-es/data/icons/reactNative/sphtx.d.ts +0 -8
  9191. package/lib-es/data/icons/reactNative/sphtx.d.ts.map +0 -1
  9192. package/lib-es/data/icons/reactNative/sphtx.js +0 -10
  9193. package/lib-es/data/icons/reactNative/sphtx.js.map +0 -1
  9194. package/lib-es/data/icons/reactNative/srn.d.ts +0 -8
  9195. package/lib-es/data/icons/reactNative/srn.d.ts.map +0 -1
  9196. package/lib-es/data/icons/reactNative/srn.js +0 -10
  9197. package/lib-es/data/icons/reactNative/srn.js.map +0 -1
  9198. package/lib-es/data/icons/reactNative/ssv.d.ts +0 -8
  9199. package/lib-es/data/icons/reactNative/ssv.d.ts.map +0 -1
  9200. package/lib-es/data/icons/reactNative/ssv.js +0 -11
  9201. package/lib-es/data/icons/reactNative/ssv.js.map +0 -1
  9202. package/lib-es/data/icons/reactNative/stak.d.ts +0 -8
  9203. package/lib-es/data/icons/reactNative/stak.d.ts.map +0 -1
  9204. package/lib-es/data/icons/reactNative/stak.js +0 -10
  9205. package/lib-es/data/icons/reactNative/stak.js.map +0 -1
  9206. package/lib-es/data/icons/reactNative/stars.d.ts +0 -8
  9207. package/lib-es/data/icons/reactNative/stars.d.ts.map +0 -1
  9208. package/lib-es/data/icons/reactNative/stars.js +0 -10
  9209. package/lib-es/data/icons/reactNative/stars.js.map +0 -1
  9210. package/lib-es/data/icons/reactNative/start.d.ts +0 -8
  9211. package/lib-es/data/icons/reactNative/start.d.ts.map +0 -1
  9212. package/lib-es/data/icons/reactNative/start.js +0 -10
  9213. package/lib-es/data/icons/reactNative/start.js.map +0 -1
  9214. package/lib-es/data/icons/reactNative/steem.d.ts +0 -8
  9215. package/lib-es/data/icons/reactNative/steem.d.ts.map +0 -1
  9216. package/lib-es/data/icons/reactNative/steem.js +0 -10
  9217. package/lib-es/data/icons/reactNative/steem.js.map +0 -1
  9218. package/lib-es/data/icons/reactNative/storj.d.ts +0 -8
  9219. package/lib-es/data/icons/reactNative/storj.d.ts.map +0 -1
  9220. package/lib-es/data/icons/reactNative/storj.js +0 -10
  9221. package/lib-es/data/icons/reactNative/storj.js.map +0 -1
  9222. package/lib-es/data/icons/reactNative/storm.d.ts +0 -8
  9223. package/lib-es/data/icons/reactNative/storm.d.ts.map +0 -1
  9224. package/lib-es/data/icons/reactNative/storm.js +0 -10
  9225. package/lib-es/data/icons/reactNative/storm.js.map +0 -1
  9226. package/lib-es/data/icons/reactNative/stq.d.ts +0 -8
  9227. package/lib-es/data/icons/reactNative/stq.d.ts.map +0 -1
  9228. package/lib-es/data/icons/reactNative/stq.js +0 -10
  9229. package/lib-es/data/icons/reactNative/stq.js.map +0 -1
  9230. package/lib-es/data/icons/reactNative/strat.d.ts +0 -8
  9231. package/lib-es/data/icons/reactNative/strat.d.ts.map +0 -1
  9232. package/lib-es/data/icons/reactNative/strat.js +0 -10
  9233. package/lib-es/data/icons/reactNative/strat.js.map +0 -1
  9234. package/lib-es/data/icons/reactNative/strd.d.ts +0 -8
  9235. package/lib-es/data/icons/reactNative/strd.d.ts.map +0 -1
  9236. package/lib-es/data/icons/reactNative/strd.js +0 -11
  9237. package/lib-es/data/icons/reactNative/strd.js.map +0 -1
  9238. package/lib-es/data/icons/reactNative/stx.d.ts +0 -8
  9239. package/lib-es/data/icons/reactNative/stx.d.ts.map +0 -1
  9240. package/lib-es/data/icons/reactNative/stx.js +0 -12
  9241. package/lib-es/data/icons/reactNative/stx.js.map +0 -1
  9242. package/lib-es/data/icons/reactNative/sub.d.ts +0 -8
  9243. package/lib-es/data/icons/reactNative/sub.d.ts.map +0 -1
  9244. package/lib-es/data/icons/reactNative/sub.js +0 -10
  9245. package/lib-es/data/icons/reactNative/sub.js.map +0 -1
  9246. package/lib-es/data/icons/reactNative/sumo.d.ts +0 -8
  9247. package/lib-es/data/icons/reactNative/sumo.d.ts.map +0 -1
  9248. package/lib-es/data/icons/reactNative/sumo.js +0 -10
  9249. package/lib-es/data/icons/reactNative/sumo.js.map +0 -1
  9250. package/lib-es/data/icons/reactNative/sys.d.ts +0 -8
  9251. package/lib-es/data/icons/reactNative/sys.d.ts.map +0 -1
  9252. package/lib-es/data/icons/reactNative/sys.js +0 -11
  9253. package/lib-es/data/icons/reactNative/sys.js.map +0 -1
  9254. package/lib-es/data/icons/reactNative/taas.d.ts +0 -8
  9255. package/lib-es/data/icons/reactNative/taas.d.ts.map +0 -1
  9256. package/lib-es/data/icons/reactNative/taas.js +0 -10
  9257. package/lib-es/data/icons/reactNative/taas.js.map +0 -1
  9258. package/lib-es/data/icons/reactNative/tau.d.ts +0 -8
  9259. package/lib-es/data/icons/reactNative/tau.d.ts.map +0 -1
  9260. package/lib-es/data/icons/reactNative/tau.js +0 -10
  9261. package/lib-es/data/icons/reactNative/tau.js.map +0 -1
  9262. package/lib-es/data/icons/reactNative/tbx.d.ts +0 -8
  9263. package/lib-es/data/icons/reactNative/tbx.d.ts.map +0 -1
  9264. package/lib-es/data/icons/reactNative/tbx.js +0 -11
  9265. package/lib-es/data/icons/reactNative/tbx.js.map +0 -1
  9266. package/lib-es/data/icons/reactNative/tel.d.ts +0 -8
  9267. package/lib-es/data/icons/reactNative/tel.d.ts.map +0 -1
  9268. package/lib-es/data/icons/reactNative/tel.js +0 -10
  9269. package/lib-es/data/icons/reactNative/tel.js.map +0 -1
  9270. package/lib-es/data/icons/reactNative/ten.d.ts +0 -8
  9271. package/lib-es/data/icons/reactNative/ten.d.ts.map +0 -1
  9272. package/lib-es/data/icons/reactNative/ten.js +0 -10
  9273. package/lib-es/data/icons/reactNative/ten.js.map +0 -1
  9274. package/lib-es/data/icons/reactNative/tern.d.ts +0 -8
  9275. package/lib-es/data/icons/reactNative/tern.d.ts.map +0 -1
  9276. package/lib-es/data/icons/reactNative/tern.js +0 -10
  9277. package/lib-es/data/icons/reactNative/tern.js.map +0 -1
  9278. package/lib-es/data/icons/reactNative/tgch.d.ts +0 -8
  9279. package/lib-es/data/icons/reactNative/tgch.d.ts.map +0 -1
  9280. package/lib-es/data/icons/reactNative/tgch.js +0 -11
  9281. package/lib-es/data/icons/reactNative/tgch.js.map +0 -1
  9282. package/lib-es/data/icons/reactNative/theta.d.ts +0 -8
  9283. package/lib-es/data/icons/reactNative/theta.d.ts.map +0 -1
  9284. package/lib-es/data/icons/reactNative/theta.js +0 -10
  9285. package/lib-es/data/icons/reactNative/theta.js.map +0 -1
  9286. package/lib-es/data/icons/reactNative/tifi.d.ts +0 -8
  9287. package/lib-es/data/icons/reactNative/tifi.d.ts.map +0 -1
  9288. package/lib-es/data/icons/reactNative/tifi.js +0 -10
  9289. package/lib-es/data/icons/reactNative/tifi.js.map +0 -1
  9290. package/lib-es/data/icons/reactNative/tix.d.ts +0 -8
  9291. package/lib-es/data/icons/reactNative/tix.d.ts.map +0 -1
  9292. package/lib-es/data/icons/reactNative/tix.js +0 -10
  9293. package/lib-es/data/icons/reactNative/tix.js.map +0 -1
  9294. package/lib-es/data/icons/reactNative/tkn.d.ts +0 -8
  9295. package/lib-es/data/icons/reactNative/tkn.d.ts.map +0 -1
  9296. package/lib-es/data/icons/reactNative/tkn.js +0 -10
  9297. package/lib-es/data/icons/reactNative/tkn.js.map +0 -1
  9298. package/lib-es/data/icons/reactNative/tks.d.ts +0 -8
  9299. package/lib-es/data/icons/reactNative/tks.d.ts.map +0 -1
  9300. package/lib-es/data/icons/reactNative/tks.js +0 -11
  9301. package/lib-es/data/icons/reactNative/tks.js.map +0 -1
  9302. package/lib-es/data/icons/reactNative/tlos.d.ts +0 -8
  9303. package/lib-es/data/icons/reactNative/tlos.d.ts.map +0 -1
  9304. package/lib-es/data/icons/reactNative/tlos.js +0 -10
  9305. package/lib-es/data/icons/reactNative/tlos.js.map +0 -1
  9306. package/lib-es/data/icons/reactNative/tnb.d.ts +0 -8
  9307. package/lib-es/data/icons/reactNative/tnb.d.ts.map +0 -1
  9308. package/lib-es/data/icons/reactNative/tnb.js +0 -10
  9309. package/lib-es/data/icons/reactNative/tnb.js.map +0 -1
  9310. package/lib-es/data/icons/reactNative/tnc.d.ts +0 -8
  9311. package/lib-es/data/icons/reactNative/tnc.d.ts.map +0 -1
  9312. package/lib-es/data/icons/reactNative/tnc.js +0 -10
  9313. package/lib-es/data/icons/reactNative/tnc.js.map +0 -1
  9314. package/lib-es/data/icons/reactNative/tnt.d.ts +0 -8
  9315. package/lib-es/data/icons/reactNative/tnt.d.ts.map +0 -1
  9316. package/lib-es/data/icons/reactNative/tnt.js +0 -10
  9317. package/lib-es/data/icons/reactNative/tnt.js.map +0 -1
  9318. package/lib-es/data/icons/reactNative/tomo.d.ts +0 -8
  9319. package/lib-es/data/icons/reactNative/tomo.d.ts.map +0 -1
  9320. package/lib-es/data/icons/reactNative/tomo.js +0 -10
  9321. package/lib-es/data/icons/reactNative/tomo.js.map +0 -1
  9322. package/lib-es/data/icons/reactNative/tpay.d.ts +0 -8
  9323. package/lib-es/data/icons/reactNative/tpay.d.ts.map +0 -1
  9324. package/lib-es/data/icons/reactNative/tpay.js +0 -12
  9325. package/lib-es/data/icons/reactNative/tpay.js.map +0 -1
  9326. package/lib-es/data/icons/reactNative/trig.d.ts +0 -8
  9327. package/lib-es/data/icons/reactNative/trig.d.ts.map +0 -1
  9328. package/lib-es/data/icons/reactNative/trig.js +0 -10
  9329. package/lib-es/data/icons/reactNative/trig.js.map +0 -1
  9330. package/lib-es/data/icons/reactNative/trtl.d.ts +0 -8
  9331. package/lib-es/data/icons/reactNative/trtl.d.ts.map +0 -1
  9332. package/lib-es/data/icons/reactNative/trtl.js +0 -11
  9333. package/lib-es/data/icons/reactNative/trtl.js.map +0 -1
  9334. package/lib-es/data/icons/reactNative/trx.d.ts +0 -8
  9335. package/lib-es/data/icons/reactNative/trx.d.ts.map +0 -1
  9336. package/lib-es/data/icons/reactNative/trx.js +0 -11
  9337. package/lib-es/data/icons/reactNative/trx.js.map +0 -1
  9338. package/lib-es/data/icons/reactNative/tusd.d.ts +0 -8
  9339. package/lib-es/data/icons/reactNative/tusd.d.ts.map +0 -1
  9340. package/lib-es/data/icons/reactNative/tusd.js +0 -12
  9341. package/lib-es/data/icons/reactNative/tusd.js.map +0 -1
  9342. package/lib-es/data/icons/reactNative/tyc.d.ts +0 -8
  9343. package/lib-es/data/icons/reactNative/tyc.d.ts.map +0 -1
  9344. package/lib-es/data/icons/reactNative/tyc.js +0 -13
  9345. package/lib-es/data/icons/reactNative/tyc.js.map +0 -1
  9346. package/lib-es/data/icons/reactNative/tzc.d.ts +0 -8
  9347. package/lib-es/data/icons/reactNative/tzc.d.ts.map +0 -1
  9348. package/lib-es/data/icons/reactNative/tzc.js +0 -10
  9349. package/lib-es/data/icons/reactNative/tzc.js.map +0 -1
  9350. package/lib-es/data/icons/reactNative/ubq.d.ts +0 -8
  9351. package/lib-es/data/icons/reactNative/ubq.d.ts.map +0 -1
  9352. package/lib-es/data/icons/reactNative/ubq.js +0 -11
  9353. package/lib-es/data/icons/reactNative/ubq.js.map +0 -1
  9354. package/lib-es/data/icons/reactNative/uma.d.ts +0 -8
  9355. package/lib-es/data/icons/reactNative/uma.d.ts.map +0 -1
  9356. package/lib-es/data/icons/reactNative/uma.js +0 -11
  9357. package/lib-es/data/icons/reactNative/uma.js.map +0 -1
  9358. package/lib-es/data/icons/reactNative/umee.d.ts +0 -8
  9359. package/lib-es/data/icons/reactNative/umee.d.ts.map +0 -1
  9360. package/lib-es/data/icons/reactNative/umee.js +0 -12
  9361. package/lib-es/data/icons/reactNative/umee.js.map +0 -1
  9362. package/lib-es/data/icons/reactNative/uni.d.ts +0 -8
  9363. package/lib-es/data/icons/reactNative/uni.d.ts.map +0 -1
  9364. package/lib-es/data/icons/reactNative/uni.js +0 -17
  9365. package/lib-es/data/icons/reactNative/uni.js.map +0 -1
  9366. package/lib-es/data/icons/reactNative/unity.d.ts +0 -8
  9367. package/lib-es/data/icons/reactNative/unity.d.ts.map +0 -1
  9368. package/lib-es/data/icons/reactNative/unity.js +0 -11
  9369. package/lib-es/data/icons/reactNative/unity.js.map +0 -1
  9370. package/lib-es/data/icons/reactNative/usdc.d.ts +0 -8
  9371. package/lib-es/data/icons/reactNative/usdc.d.ts.map +0 -1
  9372. package/lib-es/data/icons/reactNative/usdc.js +0 -10
  9373. package/lib-es/data/icons/reactNative/usdc.js.map +0 -1
  9374. package/lib-es/data/icons/reactNative/usdt.d.ts +0 -8
  9375. package/lib-es/data/icons/reactNative/usdt.d.ts.map +0 -1
  9376. package/lib-es/data/icons/reactNative/usdt.js +0 -10
  9377. package/lib-es/data/icons/reactNative/usdt.js.map +0 -1
  9378. package/lib-es/data/icons/reactNative/utk.d.ts +0 -8
  9379. package/lib-es/data/icons/reactNative/utk.d.ts.map +0 -1
  9380. package/lib-es/data/icons/reactNative/utk.js +0 -10
  9381. package/lib-es/data/icons/reactNative/utk.js.map +0 -1
  9382. package/lib-es/data/icons/reactNative/veri.d.ts +0 -8
  9383. package/lib-es/data/icons/reactNative/veri.d.ts.map +0 -1
  9384. package/lib-es/data/icons/reactNative/veri.js +0 -10
  9385. package/lib-es/data/icons/reactNative/veri.js.map +0 -1
  9386. package/lib-es/data/icons/reactNative/verse.d.ts +0 -8
  9387. package/lib-es/data/icons/reactNative/verse.d.ts.map +0 -1
  9388. package/lib-es/data/icons/reactNative/verse.js +0 -10
  9389. package/lib-es/data/icons/reactNative/verse.js.map +0 -1
  9390. package/lib-es/data/icons/reactNative/vet.d.ts +0 -8
  9391. package/lib-es/data/icons/reactNative/vet.d.ts.map +0 -1
  9392. package/lib-es/data/icons/reactNative/vet.js +0 -10
  9393. package/lib-es/data/icons/reactNative/vet.js.map +0 -1
  9394. package/lib-es/data/icons/reactNative/via.d.ts +0 -8
  9395. package/lib-es/data/icons/reactNative/via.d.ts.map +0 -1
  9396. package/lib-es/data/icons/reactNative/via.js +0 -10
  9397. package/lib-es/data/icons/reactNative/via.js.map +0 -1
  9398. package/lib-es/data/icons/reactNative/vib.d.ts +0 -8
  9399. package/lib-es/data/icons/reactNative/vib.d.ts.map +0 -1
  9400. package/lib-es/data/icons/reactNative/vib.js +0 -10
  9401. package/lib-es/data/icons/reactNative/vib.js.map +0 -1
  9402. package/lib-es/data/icons/reactNative/vibe.d.ts +0 -8
  9403. package/lib-es/data/icons/reactNative/vibe.d.ts.map +0 -1
  9404. package/lib-es/data/icons/reactNative/vibe.js +0 -10
  9405. package/lib-es/data/icons/reactNative/vibe.js.map +0 -1
  9406. package/lib-es/data/icons/reactNative/vivo.d.ts +0 -8
  9407. package/lib-es/data/icons/reactNative/vivo.d.ts.map +0 -1
  9408. package/lib-es/data/icons/reactNative/vivo.js +0 -10
  9409. package/lib-es/data/icons/reactNative/vivo.js.map +0 -1
  9410. package/lib-es/data/icons/reactNative/vlx.d.ts +0 -8
  9411. package/lib-es/data/icons/reactNative/vlx.d.ts.map +0 -1
  9412. package/lib-es/data/icons/reactNative/vlx.js +0 -10
  9413. package/lib-es/data/icons/reactNative/vlx.js.map +0 -1
  9414. package/lib-es/data/icons/reactNative/vrc.d.ts +0 -8
  9415. package/lib-es/data/icons/reactNative/vrc.d.ts.map +0 -1
  9416. package/lib-es/data/icons/reactNative/vrc.js +0 -10
  9417. package/lib-es/data/icons/reactNative/vrc.js.map +0 -1
  9418. package/lib-es/data/icons/reactNative/vrsc.d.ts +0 -8
  9419. package/lib-es/data/icons/reactNative/vrsc.d.ts.map +0 -1
  9420. package/lib-es/data/icons/reactNative/vrsc.js +0 -11
  9421. package/lib-es/data/icons/reactNative/vrsc.js.map +0 -1
  9422. package/lib-es/data/icons/reactNative/vtc.d.ts +0 -8
  9423. package/lib-es/data/icons/reactNative/vtc.d.ts.map +0 -1
  9424. package/lib-es/data/icons/reactNative/vtc.js +0 -10
  9425. package/lib-es/data/icons/reactNative/vtc.js.map +0 -1
  9426. package/lib-es/data/icons/reactNative/vtho.d.ts +0 -8
  9427. package/lib-es/data/icons/reactNative/vtho.d.ts.map +0 -1
  9428. package/lib-es/data/icons/reactNative/vtho.js +0 -11
  9429. package/lib-es/data/icons/reactNative/vtho.js.map +0 -1
  9430. package/lib-es/data/icons/reactNative/wabi.d.ts +0 -8
  9431. package/lib-es/data/icons/reactNative/wabi.d.ts.map +0 -1
  9432. package/lib-es/data/icons/reactNative/wabi.js +0 -10
  9433. package/lib-es/data/icons/reactNative/wabi.js.map +0 -1
  9434. package/lib-es/data/icons/reactNative/waifu.d.ts +0 -8
  9435. package/lib-es/data/icons/reactNative/waifu.d.ts.map +0 -1
  9436. package/lib-es/data/icons/reactNative/waifu.js +0 -11
  9437. package/lib-es/data/icons/reactNative/waifu.js.map +0 -1
  9438. package/lib-es/data/icons/reactNative/wan.d.ts +0 -8
  9439. package/lib-es/data/icons/reactNative/wan.d.ts.map +0 -1
  9440. package/lib-es/data/icons/reactNative/wan.js +0 -11
  9441. package/lib-es/data/icons/reactNative/wan.js.map +0 -1
  9442. package/lib-es/data/icons/reactNative/waves.d.ts +0 -8
  9443. package/lib-es/data/icons/reactNative/waves.d.ts.map +0 -1
  9444. package/lib-es/data/icons/reactNative/waves.js +0 -10
  9445. package/lib-es/data/icons/reactNative/waves.js.map +0 -1
  9446. package/lib-es/data/icons/reactNative/wax.d.ts +0 -8
  9447. package/lib-es/data/icons/reactNative/wax.d.ts.map +0 -1
  9448. package/lib-es/data/icons/reactNative/wax.js +0 -10
  9449. package/lib-es/data/icons/reactNative/wax.js.map +0 -1
  9450. package/lib-es/data/icons/reactNative/wbtc.d.ts +0 -8
  9451. package/lib-es/data/icons/reactNative/wbtc.d.ts.map +0 -1
  9452. package/lib-es/data/icons/reactNative/wbtc.js +0 -11
  9453. package/lib-es/data/icons/reactNative/wbtc.js.map +0 -1
  9454. package/lib-es/data/icons/reactNative/wdoge.d.ts +0 -8
  9455. package/lib-es/data/icons/reactNative/wdoge.d.ts.map +0 -1
  9456. package/lib-es/data/icons/reactNative/wdoge.js +0 -12
  9457. package/lib-es/data/icons/reactNative/wdoge.js.map +0 -1
  9458. package/lib-es/data/icons/reactNative/wgr.d.ts +0 -8
  9459. package/lib-es/data/icons/reactNative/wgr.d.ts.map +0 -1
  9460. package/lib-es/data/icons/reactNative/wgr.js +0 -10
  9461. package/lib-es/data/icons/reactNative/wgr.js.map +0 -1
  9462. package/lib-es/data/icons/reactNative/wicc.d.ts +0 -8
  9463. package/lib-es/data/icons/reactNative/wicc.d.ts.map +0 -1
  9464. package/lib-es/data/icons/reactNative/wicc.js +0 -11
  9465. package/lib-es/data/icons/reactNative/wicc.js.map +0 -1
  9466. package/lib-es/data/icons/reactNative/wings.d.ts +0 -8
  9467. package/lib-es/data/icons/reactNative/wings.d.ts.map +0 -1
  9468. package/lib-es/data/icons/reactNative/wings.js +0 -12
  9469. package/lib-es/data/icons/reactNative/wings.js.map +0 -1
  9470. package/lib-es/data/icons/reactNative/wpr.d.ts +0 -8
  9471. package/lib-es/data/icons/reactNative/wpr.d.ts.map +0 -1
  9472. package/lib-es/data/icons/reactNative/wpr.js +0 -10
  9473. package/lib-es/data/icons/reactNative/wpr.js.map +0 -1
  9474. package/lib-es/data/icons/reactNative/wtc.d.ts +0 -8
  9475. package/lib-es/data/icons/reactNative/wtc.d.ts.map +0 -1
  9476. package/lib-es/data/icons/reactNative/wtc.js +0 -13
  9477. package/lib-es/data/icons/reactNative/wtc.js.map +0 -1
  9478. package/lib-es/data/icons/reactNative/x.d.ts +0 -8
  9479. package/lib-es/data/icons/reactNative/x.d.ts.map +0 -1
  9480. package/lib-es/data/icons/reactNative/x.js +0 -12
  9481. package/lib-es/data/icons/reactNative/x.js.map +0 -1
  9482. package/lib-es/data/icons/reactNative/xas.d.ts +0 -8
  9483. package/lib-es/data/icons/reactNative/xas.d.ts.map +0 -1
  9484. package/lib-es/data/icons/reactNative/xas.js +0 -11
  9485. package/lib-es/data/icons/reactNative/xas.js.map +0 -1
  9486. package/lib-es/data/icons/reactNative/xbc.d.ts +0 -8
  9487. package/lib-es/data/icons/reactNative/xbc.d.ts.map +0 -1
  9488. package/lib-es/data/icons/reactNative/xbc.js +0 -11
  9489. package/lib-es/data/icons/reactNative/xbc.js.map +0 -1
  9490. package/lib-es/data/icons/reactNative/xbp.d.ts +0 -8
  9491. package/lib-es/data/icons/reactNative/xbp.d.ts.map +0 -1
  9492. package/lib-es/data/icons/reactNative/xbp.js +0 -10
  9493. package/lib-es/data/icons/reactNative/xbp.js.map +0 -1
  9494. package/lib-es/data/icons/reactNative/xby.d.ts +0 -8
  9495. package/lib-es/data/icons/reactNative/xby.d.ts.map +0 -1
  9496. package/lib-es/data/icons/reactNative/xby.js +0 -10
  9497. package/lib-es/data/icons/reactNative/xby.js.map +0 -1
  9498. package/lib-es/data/icons/reactNative/xcp.d.ts +0 -8
  9499. package/lib-es/data/icons/reactNative/xcp.d.ts.map +0 -1
  9500. package/lib-es/data/icons/reactNative/xcp.js +0 -10
  9501. package/lib-es/data/icons/reactNative/xcp.js.map +0 -1
  9502. package/lib-es/data/icons/reactNative/xdn.d.ts +0 -8
  9503. package/lib-es/data/icons/reactNative/xdn.d.ts.map +0 -1
  9504. package/lib-es/data/icons/reactNative/xdn.js +0 -10
  9505. package/lib-es/data/icons/reactNative/xdn.js.map +0 -1
  9506. package/lib-es/data/icons/reactNative/xem.d.ts +0 -8
  9507. package/lib-es/data/icons/reactNative/xem.d.ts.map +0 -1
  9508. package/lib-es/data/icons/reactNative/xem.js +0 -10
  9509. package/lib-es/data/icons/reactNative/xem.js.map +0 -1
  9510. package/lib-es/data/icons/reactNative/xin.d.ts +0 -8
  9511. package/lib-es/data/icons/reactNative/xin.d.ts.map +0 -1
  9512. package/lib-es/data/icons/reactNative/xin.js +0 -10
  9513. package/lib-es/data/icons/reactNative/xin.js.map +0 -1
  9514. package/lib-es/data/icons/reactNative/xlm.d.ts +0 -8
  9515. package/lib-es/data/icons/reactNative/xlm.d.ts.map +0 -1
  9516. package/lib-es/data/icons/reactNative/xlm.js +0 -11
  9517. package/lib-es/data/icons/reactNative/xlm.js.map +0 -1
  9518. package/lib-es/data/icons/reactNative/xmcc.d.ts +0 -8
  9519. package/lib-es/data/icons/reactNative/xmcc.d.ts.map +0 -1
  9520. package/lib-es/data/icons/reactNative/xmcc.js +0 -11
  9521. package/lib-es/data/icons/reactNative/xmcc.js.map +0 -1
  9522. package/lib-es/data/icons/reactNative/xmg.d.ts +0 -8
  9523. package/lib-es/data/icons/reactNative/xmg.d.ts.map +0 -1
  9524. package/lib-es/data/icons/reactNative/xmg.js +0 -11
  9525. package/lib-es/data/icons/reactNative/xmg.js.map +0 -1
  9526. package/lib-es/data/icons/reactNative/xmo.d.ts +0 -8
  9527. package/lib-es/data/icons/reactNative/xmo.d.ts.map +0 -1
  9528. package/lib-es/data/icons/reactNative/xmo.js +0 -12
  9529. package/lib-es/data/icons/reactNative/xmo.js.map +0 -1
  9530. package/lib-es/data/icons/reactNative/xmr.d.ts +0 -8
  9531. package/lib-es/data/icons/reactNative/xmr.d.ts.map +0 -1
  9532. package/lib-es/data/icons/reactNative/xmr.js +0 -10
  9533. package/lib-es/data/icons/reactNative/xmr.js.map +0 -1
  9534. package/lib-es/data/icons/reactNative/xmy.d.ts +0 -8
  9535. package/lib-es/data/icons/reactNative/xmy.d.ts.map +0 -1
  9536. package/lib-es/data/icons/reactNative/xmy.js +0 -11
  9537. package/lib-es/data/icons/reactNative/xmy.js.map +0 -1
  9538. package/lib-es/data/icons/reactNative/xp.d.ts +0 -8
  9539. package/lib-es/data/icons/reactNative/xp.d.ts.map +0 -1
  9540. package/lib-es/data/icons/reactNative/xp.js +0 -10
  9541. package/lib-es/data/icons/reactNative/xp.js.map +0 -1
  9542. package/lib-es/data/icons/reactNative/xpa.d.ts +0 -8
  9543. package/lib-es/data/icons/reactNative/xpa.d.ts.map +0 -1
  9544. package/lib-es/data/icons/reactNative/xpa.js +0 -10
  9545. package/lib-es/data/icons/reactNative/xpa.js.map +0 -1
  9546. package/lib-es/data/icons/reactNative/xpm.d.ts +0 -8
  9547. package/lib-es/data/icons/reactNative/xpm.d.ts.map +0 -1
  9548. package/lib-es/data/icons/reactNative/xpm.js +0 -10
  9549. package/lib-es/data/icons/reactNative/xpm.js.map +0 -1
  9550. package/lib-es/data/icons/reactNative/xprt.d.ts +0 -8
  9551. package/lib-es/data/icons/reactNative/xprt.d.ts.map +0 -1
  9552. package/lib-es/data/icons/reactNative/xprt.js +0 -11
  9553. package/lib-es/data/icons/reactNative/xprt.js.map +0 -1
  9554. package/lib-es/data/icons/reactNative/xrp.d.ts +0 -8
  9555. package/lib-es/data/icons/reactNative/xrp.d.ts.map +0 -1
  9556. package/lib-es/data/icons/reactNative/xrp.js +0 -10
  9557. package/lib-es/data/icons/reactNative/xrp.js.map +0 -1
  9558. package/lib-es/data/icons/reactNative/xsg.d.ts +0 -8
  9559. package/lib-es/data/icons/reactNative/xsg.d.ts.map +0 -1
  9560. package/lib-es/data/icons/reactNative/xsg.js +0 -10
  9561. package/lib-es/data/icons/reactNative/xsg.js.map +0 -1
  9562. package/lib-es/data/icons/reactNative/xst.d.ts +0 -8
  9563. package/lib-es/data/icons/reactNative/xst.d.ts.map +0 -1
  9564. package/lib-es/data/icons/reactNative/xst.js +0 -10
  9565. package/lib-es/data/icons/reactNative/xst.js.map +0 -1
  9566. package/lib-es/data/icons/reactNative/xtz.d.ts +0 -8
  9567. package/lib-es/data/icons/reactNative/xtz.d.ts.map +0 -1
  9568. package/lib-es/data/icons/reactNative/xtz.js +0 -10
  9569. package/lib-es/data/icons/reactNative/xtz.js.map +0 -1
  9570. package/lib-es/data/icons/reactNative/xuc.d.ts +0 -8
  9571. package/lib-es/data/icons/reactNative/xuc.d.ts.map +0 -1
  9572. package/lib-es/data/icons/reactNative/xuc.js +0 -11
  9573. package/lib-es/data/icons/reactNative/xuc.js.map +0 -1
  9574. package/lib-es/data/icons/reactNative/xvc.d.ts +0 -8
  9575. package/lib-es/data/icons/reactNative/xvc.d.ts.map +0 -1
  9576. package/lib-es/data/icons/reactNative/xvc.js +0 -10
  9577. package/lib-es/data/icons/reactNative/xvc.js.map +0 -1
  9578. package/lib-es/data/icons/reactNative/xvg.d.ts +0 -8
  9579. package/lib-es/data/icons/reactNative/xvg.d.ts.map +0 -1
  9580. package/lib-es/data/icons/reactNative/xvg.js +0 -11
  9581. package/lib-es/data/icons/reactNative/xvg.js.map +0 -1
  9582. package/lib-es/data/icons/reactNative/xzc.d.ts +0 -8
  9583. package/lib-es/data/icons/reactNative/xzc.d.ts.map +0 -1
  9584. package/lib-es/data/icons/reactNative/xzc.js +0 -10
  9585. package/lib-es/data/icons/reactNative/xzc.js.map +0 -1
  9586. package/lib-es/data/icons/reactNative/yae.d.ts +0 -8
  9587. package/lib-es/data/icons/reactNative/yae.d.ts.map +0 -1
  9588. package/lib-es/data/icons/reactNative/yae.js +0 -10
  9589. package/lib-es/data/icons/reactNative/yae.js.map +0 -1
  9590. package/lib-es/data/icons/reactNative/yfi.d.ts +0 -8
  9591. package/lib-es/data/icons/reactNative/yfi.d.ts.map +0 -1
  9592. package/lib-es/data/icons/reactNative/yfi.js +0 -11
  9593. package/lib-es/data/icons/reactNative/yfi.js.map +0 -1
  9594. package/lib-es/data/icons/reactNative/yoyow.d.ts +0 -8
  9595. package/lib-es/data/icons/reactNative/yoyow.d.ts.map +0 -1
  9596. package/lib-es/data/icons/reactNative/yoyow.js +0 -10
  9597. package/lib-es/data/icons/reactNative/yoyow.js.map +0 -1
  9598. package/lib-es/data/icons/reactNative/zcl.d.ts +0 -8
  9599. package/lib-es/data/icons/reactNative/zcl.d.ts.map +0 -1
  9600. package/lib-es/data/icons/reactNative/zcl.js +0 -10
  9601. package/lib-es/data/icons/reactNative/zcl.js.map +0 -1
  9602. package/lib-es/data/icons/reactNative/zec.d.ts +0 -8
  9603. package/lib-es/data/icons/reactNative/zec.d.ts.map +0 -1
  9604. package/lib-es/data/icons/reactNative/zec.js +0 -10
  9605. package/lib-es/data/icons/reactNative/zec.js.map +0 -1
  9606. package/lib-es/data/icons/reactNative/zel.d.ts +0 -8
  9607. package/lib-es/data/icons/reactNative/zel.d.ts.map +0 -1
  9608. package/lib-es/data/icons/reactNative/zel.js +0 -10
  9609. package/lib-es/data/icons/reactNative/zel.js.map +0 -1
  9610. package/lib-es/data/icons/reactNative/zen.d.ts +0 -8
  9611. package/lib-es/data/icons/reactNative/zen.d.ts.map +0 -1
  9612. package/lib-es/data/icons/reactNative/zen.js +0 -12
  9613. package/lib-es/data/icons/reactNative/zen.js.map +0 -1
  9614. package/lib-es/data/icons/reactNative/zest.d.ts +0 -8
  9615. package/lib-es/data/icons/reactNative/zest.d.ts.map +0 -1
  9616. package/lib-es/data/icons/reactNative/zest.js +0 -12
  9617. package/lib-es/data/icons/reactNative/zest.js.map +0 -1
  9618. package/lib-es/data/icons/reactNative/zil.d.ts +0 -8
  9619. package/lib-es/data/icons/reactNative/zil.d.ts.map +0 -1
  9620. package/lib-es/data/icons/reactNative/zil.js +0 -12
  9621. package/lib-es/data/icons/reactNative/zil.js.map +0 -1
  9622. package/lib-es/data/icons/reactNative/zilla.d.ts +0 -8
  9623. package/lib-es/data/icons/reactNative/zilla.d.ts.map +0 -1
  9624. package/lib-es/data/icons/reactNative/zilla.js +0 -10
  9625. package/lib-es/data/icons/reactNative/zilla.js.map +0 -1
  9626. package/lib-es/data/icons/reactNative/zrx.d.ts +0 -8
  9627. package/lib-es/data/icons/reactNative/zrx.d.ts.map +0 -1
  9628. package/lib-es/data/icons/reactNative/zrx.js +0 -10
  9629. package/lib-es/data/icons/reactNative/zrx.js.map +0 -1
  9630. package/lib-es/featureFlags/FeatureFlagsContext.d.ts +0 -46
  9631. package/lib-es/featureFlags/FeatureFlagsContext.d.ts.map +0 -1
  9632. package/lib-es/featureFlags/FeatureFlagsContext.js +0 -23
  9633. package/lib-es/featureFlags/FeatureFlagsContext.js.map +0 -1
  9634. package/lib-es/featureFlags/FeatureFlagsContext.test.d.ts +0 -2
  9635. package/lib-es/featureFlags/FeatureFlagsContext.test.d.ts.map +0 -1
  9636. package/lib-es/featureFlags/FeatureFlagsContext.test.js +0 -13
  9637. package/lib-es/featureFlags/FeatureFlagsContext.test.js.map +0 -1
  9638. package/lib-es/featureFlags/FeatureToggle.d.ts +0 -10
  9639. package/lib-es/featureFlags/FeatureToggle.d.ts.map +0 -1
  9640. package/lib-es/featureFlags/FeatureToggle.js +0 -11
  9641. package/lib-es/featureFlags/FeatureToggle.js.map +0 -1
  9642. package/lib-es/featureFlags/defaultFeatures.d.ts +0 -59
  9643. package/lib-es/featureFlags/defaultFeatures.d.ts.map +0 -1
  9644. package/lib-es/featureFlags/defaultFeatures.js +0 -304
  9645. package/lib-es/featureFlags/defaultFeatures.js.map +0 -1
  9646. package/lib-es/featureFlags/groupedFeatures.d.ts +0 -6
  9647. package/lib-es/featureFlags/groupedFeatures.d.ts.map +0 -1
  9648. package/lib-es/featureFlags/groupedFeatures.js +0 -19
  9649. package/lib-es/featureFlags/groupedFeatures.js.map +0 -1
  9650. package/lib-es/featureFlags/helper.d.ts +0 -2
  9651. package/lib-es/featureFlags/helper.d.ts.map +0 -1
  9652. package/lib-es/featureFlags/helper.js +0 -6
  9653. package/lib-es/featureFlags/helper.js.map +0 -1
  9654. package/lib-es/featureFlags/index.d.ts +0 -9
  9655. package/lib-es/featureFlags/index.d.ts.map +0 -1
  9656. package/lib-es/featureFlags/index.js +0 -9
  9657. package/lib-es/featureFlags/index.js.map +0 -1
  9658. package/lib-es/featureFlags/mock.d.ts +0 -11
  9659. package/lib-es/featureFlags/mock.d.ts.map +0 -1
  9660. package/lib-es/featureFlags/mock.js +0 -18
  9661. package/lib-es/featureFlags/mock.js.map +0 -1
  9662. package/lib-es/featureFlags/useFeature.d.ts +0 -14
  9663. package/lib-es/featureFlags/useFeature.d.ts.map +0 -1
  9664. package/lib-es/featureFlags/useFeature.js +0 -19
  9665. package/lib-es/featureFlags/useFeature.js.map +0 -1
  9666. package/lib-es/featureFlags/useFeature.test.d.ts +0 -2
  9667. package/lib-es/featureFlags/useFeature.test.d.ts.map +0 -1
  9668. package/lib-es/featureFlags/useFeature.test.js +0 -22
  9669. package/lib-es/featureFlags/useFeature.test.js.map +0 -1
  9670. package/lib-es/featureFlags/useHasOverriddenFeatureFlags.d.ts +0 -6
  9671. package/lib-es/featureFlags/useHasOverriddenFeatureFlags.d.ts.map +0 -1
  9672. package/lib-es/featureFlags/useHasOverriddenFeatureFlags.js +0 -20
  9673. package/lib-es/featureFlags/useHasOverriddenFeatureFlags.js.map +0 -1
  9674. package/src/data/flags/react/frFlag.tsx +0 -17
  9675. package/src/data/flags/react/index.tsx +0 -3
  9676. package/src/data/flags/react/jpFlag.tsx +0 -17
  9677. package/src/data/flags/react/usFlag.tsx +0 -17
  9678. package/src/data/flags/reactNative/frFlag.tsx +0 -19
  9679. package/src/data/flags/reactNative/index.tsx +0 -3
  9680. package/src/data/flags/reactNative/jpFlag.tsx +0 -19
  9681. package/src/data/flags/reactNative/usFlag.tsx +0 -19
  9682. package/src/data/flags/svg/FR.svg +0 -29
  9683. package/src/data/flags/svg/JP.svg +0 -33
  9684. package/src/data/flags/svg/US.svg +0 -36
  9685. package/src/data/icons/react/_0Xbtc.tsx +0 -12
  9686. package/src/data/icons/react/_2Give.tsx +0 -12
  9687. package/src/data/icons/react/abi.tsx +0 -12
  9688. package/src/data/icons/react/abt.tsx +0 -12
  9689. package/src/data/icons/react/act.tsx +0 -12
  9690. package/src/data/icons/react/actn.tsx +0 -12
  9691. package/src/data/icons/react/ada.tsx +0 -12
  9692. package/src/data/icons/react/add.tsx +0 -12
  9693. package/src/data/icons/react/adx.tsx +0 -12
  9694. package/src/data/icons/react/ae.tsx +0 -12
  9695. package/src/data/icons/react/aeon.tsx +0 -12
  9696. package/src/data/icons/react/agi.tsx +0 -12
  9697. package/src/data/icons/react/agrs.tsx +0 -12
  9698. package/src/data/icons/react/aion.tsx +0 -12
  9699. package/src/data/icons/react/algo.tsx +0 -12
  9700. package/src/data/icons/react/amb.tsx +0 -12
  9701. package/src/data/icons/react/amp.tsx +0 -12
  9702. package/src/data/icons/react/ampl.tsx +0 -12
  9703. package/src/data/icons/react/ant.tsx +0 -12
  9704. package/src/data/icons/react/apex.tsx +0 -12
  9705. package/src/data/icons/react/appc.tsx +0 -12
  9706. package/src/data/icons/react/ardr.tsx +0 -12
  9707. package/src/data/icons/react/arg.tsx +0 -12
  9708. package/src/data/icons/react/ark.tsx +0 -12
  9709. package/src/data/icons/react/arn.tsx +0 -12
  9710. package/src/data/icons/react/arnx.tsx +0 -12
  9711. package/src/data/icons/react/ary.tsx +0 -12
  9712. package/src/data/icons/react/ast.tsx +0 -12
  9713. package/src/data/icons/react/astr.tsx +0 -12
  9714. package/src/data/icons/react/atm.tsx +0 -12
  9715. package/src/data/icons/react/atom.tsx +0 -12
  9716. package/src/data/icons/react/audr.tsx +0 -12
  9717. package/src/data/icons/react/auto.tsx +0 -12
  9718. package/src/data/icons/react/avax.tsx +0 -12
  9719. package/src/data/icons/react/axl.tsx +0 -12
  9720. package/src/data/icons/react/aywa.tsx +0 -12
  9721. package/src/data/icons/react/bab.tsx +0 -12
  9722. package/src/data/icons/react/bal.tsx +0 -12
  9723. package/src/data/icons/react/band.tsx +0 -12
  9724. package/src/data/icons/react/bat.tsx +0 -12
  9725. package/src/data/icons/react/bay.tsx +0 -12
  9726. package/src/data/icons/react/bcbc.tsx +0 -12
  9727. package/src/data/icons/react/bcc.tsx +0 -12
  9728. package/src/data/icons/react/bcd.tsx +0 -12
  9729. package/src/data/icons/react/bcert.tsx +0 -12
  9730. package/src/data/icons/react/bch.tsx +0 -12
  9731. package/src/data/icons/react/bcio.tsx +0 -12
  9732. package/src/data/icons/react/bcn.tsx +0 -12
  9733. package/src/data/icons/react/bco.tsx +0 -12
  9734. package/src/data/icons/react/bcpt.tsx +0 -12
  9735. package/src/data/icons/react/bdl.tsx +0 -12
  9736. package/src/data/icons/react/beam.tsx +0 -12
  9737. package/src/data/icons/react/bela.tsx +0 -12
  9738. package/src/data/icons/react/bix.tsx +0 -12
  9739. package/src/data/icons/react/blcn.tsx +0 -12
  9740. package/src/data/icons/react/blk.tsx +0 -12
  9741. package/src/data/icons/react/block.tsx +0 -12
  9742. package/src/data/icons/react/blz.tsx +0 -12
  9743. package/src/data/icons/react/bnb.tsx +0 -12
  9744. package/src/data/icons/react/bnt.tsx +0 -12
  9745. package/src/data/icons/react/bnty.tsx +0 -12
  9746. package/src/data/icons/react/booty.tsx +0 -12
  9747. package/src/data/icons/react/bos.tsx +0 -12
  9748. package/src/data/icons/react/bpt.tsx +0 -12
  9749. package/src/data/icons/react/bq.tsx +0 -12
  9750. package/src/data/icons/react/brd.tsx +0 -12
  9751. package/src/data/icons/react/bsd.tsx +0 -12
  9752. package/src/data/icons/react/bsv.tsx +0 -12
  9753. package/src/data/icons/react/btc.tsx +0 -12
  9754. package/src/data/icons/react/btcd.tsx +0 -12
  9755. package/src/data/icons/react/btch.tsx +0 -12
  9756. package/src/data/icons/react/btcp.tsx +0 -12
  9757. package/src/data/icons/react/btcz.tsx +0 -12
  9758. package/src/data/icons/react/btdx.tsx +0 -12
  9759. package/src/data/icons/react/btg.tsx +0 -12
  9760. package/src/data/icons/react/btm.tsx +0 -12
  9761. package/src/data/icons/react/bts.tsx +0 -12
  9762. package/src/data/icons/react/btt.tsx +0 -12
  9763. package/src/data/icons/react/btx.tsx +0 -12
  9764. package/src/data/icons/react/burst.tsx +0 -12
  9765. package/src/data/icons/react/bze.tsx +0 -12
  9766. package/src/data/icons/react/call.tsx +0 -12
  9767. package/src/data/icons/react/cc.tsx +0 -12
  9768. package/src/data/icons/react/cdn.tsx +0 -12
  9769. package/src/data/icons/react/cdt.tsx +0 -12
  9770. package/src/data/icons/react/celo.tsx +0 -12
  9771. package/src/data/icons/react/cenz.tsx +0 -12
  9772. package/src/data/icons/react/chain.tsx +0 -12
  9773. package/src/data/icons/react/chat.tsx +0 -12
  9774. package/src/data/icons/react/chips.tsx +0 -12
  9775. package/src/data/icons/react/cix.tsx +0 -12
  9776. package/src/data/icons/react/clam.tsx +0 -12
  9777. package/src/data/icons/react/cloak.tsx +0 -12
  9778. package/src/data/icons/react/cmm.tsx +0 -12
  9779. package/src/data/icons/react/cmt.tsx +0 -12
  9780. package/src/data/icons/react/cnd.tsx +0 -12
  9781. package/src/data/icons/react/cnx.tsx +0 -12
  9782. package/src/data/icons/react/cny.tsx +0 -12
  9783. package/src/data/icons/react/cob.tsx +0 -12
  9784. package/src/data/icons/react/colx.tsx +0 -12
  9785. package/src/data/icons/react/comp.tsx +0 -12
  9786. package/src/data/icons/react/coqui.tsx +0 -12
  9787. package/src/data/icons/react/core.tsx +0 -12
  9788. package/src/data/icons/react/cred.tsx +0 -12
  9789. package/src/data/icons/react/crk.tsx +0 -12
  9790. package/src/data/icons/react/cro.tsx +0 -12
  9791. package/src/data/icons/react/crpt.tsx +0 -12
  9792. package/src/data/icons/react/crw.tsx +0 -12
  9793. package/src/data/icons/react/cs.tsx +0 -12
  9794. package/src/data/icons/react/cspr.tsx +0 -12
  9795. package/src/data/icons/react/ctr.tsx +0 -12
  9796. package/src/data/icons/react/ctxc.tsx +0 -12
  9797. package/src/data/icons/react/currencyArbitrum.tsx +0 -12
  9798. package/src/data/icons/react/currencyArbitrumGoerli.tsx +0 -12
  9799. package/src/data/icons/react/currencyBase.tsx +0 -12
  9800. package/src/data/icons/react/currencyBaseGoerli.tsx +0 -12
  9801. package/src/data/icons/react/currencyBoba.tsx +0 -12
  9802. package/src/data/icons/react/currencyOptimism.tsx +0 -12
  9803. package/src/data/icons/react/currencyOptimismGoerli.tsx +0 -12
  9804. package/src/data/icons/react/currencyPolygonZkEvm.tsx +0 -12
  9805. package/src/data/icons/react/currencyPolygonZkEvmTestnet.tsx +0 -12
  9806. package/src/data/icons/react/cvc.tsx +0 -12
  9807. package/src/data/icons/react/d.tsx +0 -12
  9808. package/src/data/icons/react/dai.tsx +0 -12
  9809. package/src/data/icons/react/dash.tsx +0 -12
  9810. package/src/data/icons/react/dat.tsx +0 -12
  9811. package/src/data/icons/react/data.tsx +0 -12
  9812. package/src/data/icons/react/dbc.tsx +0 -12
  9813. package/src/data/icons/react/dcn.tsx +0 -12
  9814. package/src/data/icons/react/dcr.tsx +0 -12
  9815. package/src/data/icons/react/deez.tsx +0 -12
  9816. package/src/data/icons/react/dent.tsx +0 -12
  9817. package/src/data/icons/react/dew.tsx +0 -12
  9818. package/src/data/icons/react/dgb.tsx +0 -12
  9819. package/src/data/icons/react/dgd.tsx +0 -12
  9820. package/src/data/icons/react/dlt.tsx +0 -12
  9821. package/src/data/icons/react/dnt.tsx +0 -12
  9822. package/src/data/icons/react/dock.tsx +0 -12
  9823. package/src/data/icons/react/doge.tsx +0 -12
  9824. package/src/data/icons/react/dot.tsx +0 -12
  9825. package/src/data/icons/react/drgn.tsx +0 -12
  9826. package/src/data/icons/react/drop.tsx +0 -12
  9827. package/src/data/icons/react/dsm.tsx +0 -12
  9828. package/src/data/icons/react/dta.tsx +0 -12
  9829. package/src/data/icons/react/dth.tsx +0 -12
  9830. package/src/data/icons/react/dtr.tsx +0 -12
  9831. package/src/data/icons/react/dydx.tsx +0 -12
  9832. package/src/data/icons/react/ebst.tsx +0 -12
  9833. package/src/data/icons/react/eca.tsx +0 -12
  9834. package/src/data/icons/react/edg.tsx +0 -12
  9835. package/src/data/icons/react/edo.tsx +0 -12
  9836. package/src/data/icons/react/edoge.tsx +0 -12
  9837. package/src/data/icons/react/egem.tsx +0 -12
  9838. package/src/data/icons/react/egld.tsx +0 -12
  9839. package/src/data/icons/react/ela.tsx +0 -12
  9840. package/src/data/icons/react/elec.tsx +0 -12
  9841. package/src/data/icons/react/elf.tsx +0 -12
  9842. package/src/data/icons/react/elix.tsx +0 -12
  9843. package/src/data/icons/react/ella.tsx +0 -12
  9844. package/src/data/icons/react/emc.tsx +0 -12
  9845. package/src/data/icons/react/emc2.tsx +0 -12
  9846. package/src/data/icons/react/eng.tsx +0 -12
  9847. package/src/data/icons/react/enj.tsx +0 -12
  9848. package/src/data/icons/react/entrp.tsx +0 -12
  9849. package/src/data/icons/react/eon.tsx +0 -12
  9850. package/src/data/icons/react/eop.tsx +0 -12
  9851. package/src/data/icons/react/eos.tsx +0 -12
  9852. package/src/data/icons/react/eqli.tsx +0 -12
  9853. package/src/data/icons/react/equa.tsx +0 -12
  9854. package/src/data/icons/react/eqz.tsx +0 -12
  9855. package/src/data/icons/react/etc.tsx +0 -12
  9856. package/src/data/icons/react/eth.tsx +0 -12
  9857. package/src/data/icons/react/ethos.tsx +0 -12
  9858. package/src/data/icons/react/etn.tsx +0 -12
  9859. package/src/data/icons/react/etp.tsx +0 -12
  9860. package/src/data/icons/react/euroc.tsx +0 -12
  9861. package/src/data/icons/react/evmos.tsx +0 -12
  9862. package/src/data/icons/react/evx.tsx +0 -12
  9863. package/src/data/icons/react/ewt.tsx +0 -12
  9864. package/src/data/icons/react/exmo.tsx +0 -12
  9865. package/src/data/icons/react/exp.tsx +0 -12
  9866. package/src/data/icons/react/fair.tsx +0 -12
  9867. package/src/data/icons/react/fct.tsx +0 -12
  9868. package/src/data/icons/react/fil.tsx +0 -12
  9869. package/src/data/icons/react/fjc.tsx +0 -12
  9870. package/src/data/icons/react/fldc.tsx +0 -12
  9871. package/src/data/icons/react/flo.tsx +0 -12
  9872. package/src/data/icons/react/flr.tsx +0 -12
  9873. package/src/data/icons/react/fsn.tsx +0 -12
  9874. package/src/data/icons/react/ftc.tsx +0 -12
  9875. package/src/data/icons/react/ftm.tsx +0 -12
  9876. package/src/data/icons/react/fuel.tsx +0 -12
  9877. package/src/data/icons/react/fun.tsx +0 -12
  9878. package/src/data/icons/react/gAbi.tsx +0 -12
  9879. package/src/data/icons/react/game.tsx +0 -12
  9880. package/src/data/icons/react/gas.tsx +0 -12
  9881. package/src/data/icons/react/gbx.tsx +0 -12
  9882. package/src/data/icons/react/gbyte.tsx +0 -12
  9883. package/src/data/icons/react/generic.tsx +0 -12
  9884. package/src/data/icons/react/gin.tsx +0 -12
  9885. package/src/data/icons/react/glmr.tsx +0 -12
  9886. package/src/data/icons/react/glxt.tsx +0 -12
  9887. package/src/data/icons/react/gm.tsx +0 -12
  9888. package/src/data/icons/react/gmr.tsx +0 -12
  9889. package/src/data/icons/react/gno.tsx +0 -12
  9890. package/src/data/icons/react/gnt.tsx +0 -12
  9891. package/src/data/icons/react/gold.tsx +0 -12
  9892. package/src/data/icons/react/grc.tsx +0 -12
  9893. package/src/data/icons/react/grin.tsx +0 -12
  9894. package/src/data/icons/react/gsc.tsx +0 -12
  9895. package/src/data/icons/react/gto.tsx +0 -12
  9896. package/src/data/icons/react/gup.tsx +0 -12
  9897. package/src/data/icons/react/gusd.tsx +0 -12
  9898. package/src/data/icons/react/gvt.tsx +0 -12
  9899. package/src/data/icons/react/gxs.tsx +0 -12
  9900. package/src/data/icons/react/gzr.tsx +0 -12
  9901. package/src/data/icons/react/hbar.tsx +0 -12
  9902. package/src/data/icons/react/hight.tsx +0 -12
  9903. package/src/data/icons/react/hmmm.tsx +0 -12
  9904. package/src/data/icons/react/hodl.tsx +0 -12
  9905. package/src/data/icons/react/hot.tsx +0 -12
  9906. package/src/data/icons/react/hpb.tsx +0 -12
  9907. package/src/data/icons/react/hsr.tsx +0 -12
  9908. package/src/data/icons/react/ht.tsx +0 -12
  9909. package/src/data/icons/react/html.tsx +0 -12
  9910. package/src/data/icons/react/huc.tsx +0 -12
  9911. package/src/data/icons/react/hush.tsx +0 -12
  9912. package/src/data/icons/react/icn.tsx +0 -12
  9913. package/src/data/icons/react/icp.tsx +0 -12
  9914. package/src/data/icons/react/icx.tsx +0 -12
  9915. package/src/data/icons/react/ignis.tsx +0 -12
  9916. package/src/data/icons/react/ilk.tsx +0 -12
  9917. package/src/data/icons/react/index.tsx +0 -515
  9918. package/src/data/icons/react/inj.tsx +0 -12
  9919. package/src/data/icons/react/ink.tsx +0 -12
  9920. package/src/data/icons/react/ins.tsx +0 -12
  9921. package/src/data/icons/react/ion.tsx +0 -12
  9922. package/src/data/icons/react/iop.tsx +0 -12
  9923. package/src/data/icons/react/iost.tsx +0 -12
  9924. package/src/data/icons/react/iotx.tsx +0 -12
  9925. package/src/data/icons/react/iq.tsx +0 -12
  9926. package/src/data/icons/react/itc.tsx +0 -12
  9927. package/src/data/icons/react/jnt.tsx +0 -12
  9928. package/src/data/icons/react/jpy.tsx +0 -12
  9929. package/src/data/icons/react/kava.tsx +0 -12
  9930. package/src/data/icons/react/kcs.tsx +0 -12
  9931. package/src/data/icons/react/kin.tsx +0 -12
  9932. package/src/data/icons/react/klay.tsx +0 -12
  9933. package/src/data/icons/react/klown.tsx +0 -12
  9934. package/src/data/icons/react/kmd.tsx +0 -12
  9935. package/src/data/icons/react/knc.tsx +0 -12
  9936. package/src/data/icons/react/krb.tsx +0 -12
  9937. package/src/data/icons/react/lbc.tsx +0 -12
  9938. package/src/data/icons/react/lend.tsx +0 -12
  9939. package/src/data/icons/react/leo.tsx +0 -12
  9940. package/src/data/icons/react/link.tsx +0 -12
  9941. package/src/data/icons/react/lkk.tsx +0 -12
  9942. package/src/data/icons/react/loom.tsx +0 -12
  9943. package/src/data/icons/react/lpt.tsx +0 -12
  9944. package/src/data/icons/react/lrc.tsx +0 -12
  9945. package/src/data/icons/react/lsk.tsx +0 -12
  9946. package/src/data/icons/react/ltc.tsx +0 -12
  9947. package/src/data/icons/react/lun.tsx +0 -12
  9948. package/src/data/icons/react/lyx.tsx +0 -12
  9949. package/src/data/icons/react/maid.tsx +0 -12
  9950. package/src/data/icons/react/mana.tsx +0 -12
  9951. package/src/data/icons/react/matic.tsx +0 -12
  9952. package/src/data/icons/react/mcap.tsx +0 -12
  9953. package/src/data/icons/react/mco.tsx +0 -12
  9954. package/src/data/icons/react/mda.tsx +0 -12
  9955. package/src/data/icons/react/mds.tsx +0 -12
  9956. package/src/data/icons/react/med.tsx +0 -12
  9957. package/src/data/icons/react/meetone.tsx +0 -12
  9958. package/src/data/icons/react/metis.tsx +0 -12
  9959. package/src/data/icons/react/mex.tsx +0 -12
  9960. package/src/data/icons/react/mft.tsx +0 -12
  9961. package/src/data/icons/react/miota.tsx +0 -12
  9962. package/src/data/icons/react/mith.tsx +0 -12
  9963. package/src/data/icons/react/mkr.tsx +0 -12
  9964. package/src/data/icons/react/mln.tsx +0 -12
  9965. package/src/data/icons/react/mnx.tsx +0 -12
  9966. package/src/data/icons/react/mnz.tsx +0 -12
  9967. package/src/data/icons/react/moac.tsx +0 -12
  9968. package/src/data/icons/react/mod.tsx +0 -12
  9969. package/src/data/icons/react/mona.tsx +0 -12
  9970. package/src/data/icons/react/movr.tsx +0 -12
  9971. package/src/data/icons/react/msr.tsx +0 -12
  9972. package/src/data/icons/react/mth.tsx +0 -12
  9973. package/src/data/icons/react/mtl.tsx +0 -12
  9974. package/src/data/icons/react/music.tsx +0 -12
  9975. package/src/data/icons/react/mzc.tsx +0 -12
  9976. package/src/data/icons/react/nano.tsx +0 -12
  9977. package/src/data/icons/react/nas.tsx +0 -12
  9978. package/src/data/icons/react/nav.tsx +0 -12
  9979. package/src/data/icons/react/ncash.tsx +0 -12
  9980. package/src/data/icons/react/ndz.tsx +0 -12
  9981. package/src/data/icons/react/near.tsx +0 -12
  9982. package/src/data/icons/react/nebl.tsx +0 -12
  9983. package/src/data/icons/react/neo.tsx +0 -12
  9984. package/src/data/icons/react/neon.tsx +0 -12
  9985. package/src/data/icons/react/neos.tsx +0 -12
  9986. package/src/data/icons/react/neu.tsx +0 -12
  9987. package/src/data/icons/react/nexo.tsx +0 -12
  9988. package/src/data/icons/react/ngc.tsx +0 -12
  9989. package/src/data/icons/react/nim.tsx +0 -12
  9990. package/src/data/icons/react/nio.tsx +0 -12
  9991. package/src/data/icons/react/nlc2.tsx +0 -12
  9992. package/src/data/icons/react/nlg.tsx +0 -12
  9993. package/src/data/icons/react/nmc.tsx +0 -12
  9994. package/src/data/icons/react/nmr.tsx +0 -12
  9995. package/src/data/icons/react/nom.tsx +0 -12
  9996. package/src/data/icons/react/npxs.tsx +0 -12
  9997. package/src/data/icons/react/nuls.tsx +0 -12
  9998. package/src/data/icons/react/nxs.tsx +0 -12
  9999. package/src/data/icons/react/nxt.tsx +0 -12
  10000. package/src/data/icons/react/nym.tsx +0 -12
  10001. package/src/data/icons/react/nyx.tsx +0 -12
  10002. package/src/data/icons/react/oax.tsx +0 -12
  10003. package/src/data/icons/react/ok.tsx +0 -12
  10004. package/src/data/icons/react/okb.tsx +0 -12
  10005. package/src/data/icons/react/omg.tsx +0 -12
  10006. package/src/data/icons/react/omni.tsx +0 -12
  10007. package/src/data/icons/react/ong.tsx +0 -12
  10008. package/src/data/icons/react/ont.tsx +0 -12
  10009. package/src/data/icons/react/oot.tsx +0 -12
  10010. package/src/data/icons/react/osmo.tsx +0 -12
  10011. package/src/data/icons/react/ost.tsx +0 -12
  10012. package/src/data/icons/react/ox.tsx +0 -12
  10013. package/src/data/icons/react/oxt.tsx +0 -12
  10014. package/src/data/icons/react/pac.tsx +0 -12
  10015. package/src/data/icons/react/part.tsx +0 -12
  10016. package/src/data/icons/react/pasc.tsx +0 -12
  10017. package/src/data/icons/react/pasl.tsx +0 -12
  10018. package/src/data/icons/react/pax.tsx +0 -12
  10019. package/src/data/icons/react/pay.tsx +0 -12
  10020. package/src/data/icons/react/payx.tsx +0 -12
  10021. package/src/data/icons/react/pink.tsx +0 -12
  10022. package/src/data/icons/react/pirl.tsx +0 -12
  10023. package/src/data/icons/react/pivx.tsx +0 -12
  10024. package/src/data/icons/react/plr.tsx +0 -12
  10025. package/src/data/icons/react/poa.tsx +0 -12
  10026. package/src/data/icons/react/poe.tsx +0 -12
  10027. package/src/data/icons/react/polis.tsx +0 -12
  10028. package/src/data/icons/react/poly.tsx +0 -12
  10029. package/src/data/icons/react/pot.tsx +0 -12
  10030. package/src/data/icons/react/powr.tsx +0 -12
  10031. package/src/data/icons/react/ppc.tsx +0 -12
  10032. package/src/data/icons/react/ppp.tsx +0 -12
  10033. package/src/data/icons/react/ppt.tsx +0 -12
  10034. package/src/data/icons/react/pre.tsx +0 -12
  10035. package/src/data/icons/react/prl.tsx +0 -12
  10036. package/src/data/icons/react/ptrn.tsx +0 -12
  10037. package/src/data/icons/react/pungo.tsx +0 -12
  10038. package/src/data/icons/react/pura.tsx +0 -12
  10039. package/src/data/icons/react/pyusd.tsx +0 -12
  10040. package/src/data/icons/react/qash.tsx +0 -12
  10041. package/src/data/icons/react/qck.tsx +0 -12
  10042. package/src/data/icons/react/qiwi.tsx +0 -12
  10043. package/src/data/icons/react/qlc.tsx +0 -12
  10044. package/src/data/icons/react/qrl.tsx +0 -12
  10045. package/src/data/icons/react/qsp.tsx +0 -12
  10046. package/src/data/icons/react/qtum.tsx +0 -12
  10047. package/src/data/icons/react/r.tsx +0 -12
  10048. package/src/data/icons/react/rads.tsx +0 -12
  10049. package/src/data/icons/react/rap.tsx +0 -12
  10050. package/src/data/icons/react/rbtc.tsx +0 -12
  10051. package/src/data/icons/react/rcn.tsx +0 -12
  10052. package/src/data/icons/react/rdd.tsx +0 -12
  10053. package/src/data/icons/react/rdn.tsx +0 -12
  10054. package/src/data/icons/react/ren.tsx +0 -12
  10055. package/src/data/icons/react/rep.tsx +0 -12
  10056. package/src/data/icons/react/repv2.tsx +0 -12
  10057. package/src/data/icons/react/req.tsx +0 -12
  10058. package/src/data/icons/react/rhoc.tsx +0 -12
  10059. package/src/data/icons/react/ric.tsx +0 -12
  10060. package/src/data/icons/react/ride.tsx +0 -12
  10061. package/src/data/icons/react/rise.tsx +0 -12
  10062. package/src/data/icons/react/rlc.tsx +0 -12
  10063. package/src/data/icons/react/rpx.tsx +0 -12
  10064. package/src/data/icons/react/rub.tsx +0 -12
  10065. package/src/data/icons/react/rvn.tsx +0 -12
  10066. package/src/data/icons/react/ryo.tsx +0 -12
  10067. package/src/data/icons/react/sAbi.tsx +0 -12
  10068. package/src/data/icons/react/safe.tsx +0 -12
  10069. package/src/data/icons/react/sai.tsx +0 -12
  10070. package/src/data/icons/react/salt.tsx +0 -12
  10071. package/src/data/icons/react/san.tsx +0 -12
  10072. package/src/data/icons/react/sbd.tsx +0 -12
  10073. package/src/data/icons/react/sberbank.tsx +0 -12
  10074. package/src/data/icons/react/sc.tsx +0 -12
  10075. package/src/data/icons/react/scrt.tsx +0 -12
  10076. package/src/data/icons/react/sei.tsx +0 -12
  10077. package/src/data/icons/react/sgb.tsx +0 -12
  10078. package/src/data/icons/react/shift.tsx +0 -12
  10079. package/src/data/icons/react/sib.tsx +0 -12
  10080. package/src/data/icons/react/sin.tsx +0 -12
  10081. package/src/data/icons/react/sky.tsx +0 -12
  10082. package/src/data/icons/react/slr.tsx +0 -12
  10083. package/src/data/icons/react/sls.tsx +0 -12
  10084. package/src/data/icons/react/smart.tsx +0 -12
  10085. package/src/data/icons/react/sngls.tsx +0 -12
  10086. package/src/data/icons/react/snm.tsx +0 -12
  10087. package/src/data/icons/react/snt.tsx +0 -12
  10088. package/src/data/icons/react/soc.tsx +0 -12
  10089. package/src/data/icons/react/sol.tsx +0 -12
  10090. package/src/data/icons/react/spank.tsx +0 -12
  10091. package/src/data/icons/react/sphtx.tsx +0 -12
  10092. package/src/data/icons/react/srn.tsx +0 -12
  10093. package/src/data/icons/react/ssv.tsx +0 -12
  10094. package/src/data/icons/react/stak.tsx +0 -12
  10095. package/src/data/icons/react/stars.tsx +0 -12
  10096. package/src/data/icons/react/start.tsx +0 -12
  10097. package/src/data/icons/react/steem.tsx +0 -12
  10098. package/src/data/icons/react/storj.tsx +0 -12
  10099. package/src/data/icons/react/storm.tsx +0 -12
  10100. package/src/data/icons/react/stq.tsx +0 -12
  10101. package/src/data/icons/react/strat.tsx +0 -12
  10102. package/src/data/icons/react/strd.tsx +0 -12
  10103. package/src/data/icons/react/stx.tsx +0 -12
  10104. package/src/data/icons/react/sub.tsx +0 -12
  10105. package/src/data/icons/react/sumo.tsx +0 -12
  10106. package/src/data/icons/react/sys.tsx +0 -12
  10107. package/src/data/icons/react/taas.tsx +0 -12
  10108. package/src/data/icons/react/tau.tsx +0 -12
  10109. package/src/data/icons/react/tbx.tsx +0 -12
  10110. package/src/data/icons/react/tel.tsx +0 -12
  10111. package/src/data/icons/react/ten.tsx +0 -12
  10112. package/src/data/icons/react/tern.tsx +0 -12
  10113. package/src/data/icons/react/tgch.tsx +0 -12
  10114. package/src/data/icons/react/theta.tsx +0 -12
  10115. package/src/data/icons/react/tifi.tsx +0 -12
  10116. package/src/data/icons/react/tix.tsx +0 -12
  10117. package/src/data/icons/react/tkn.tsx +0 -12
  10118. package/src/data/icons/react/tks.tsx +0 -12
  10119. package/src/data/icons/react/tlos.tsx +0 -12
  10120. package/src/data/icons/react/tnb.tsx +0 -12
  10121. package/src/data/icons/react/tnc.tsx +0 -12
  10122. package/src/data/icons/react/tnt.tsx +0 -12
  10123. package/src/data/icons/react/tomo.tsx +0 -12
  10124. package/src/data/icons/react/tpay.tsx +0 -12
  10125. package/src/data/icons/react/trig.tsx +0 -12
  10126. package/src/data/icons/react/trtl.tsx +0 -12
  10127. package/src/data/icons/react/trx.tsx +0 -12
  10128. package/src/data/icons/react/tusd.tsx +0 -12
  10129. package/src/data/icons/react/tyc.tsx +0 -12
  10130. package/src/data/icons/react/tzc.tsx +0 -12
  10131. package/src/data/icons/react/ubq.tsx +0 -12
  10132. package/src/data/icons/react/uma.tsx +0 -12
  10133. package/src/data/icons/react/umee.tsx +0 -12
  10134. package/src/data/icons/react/uni.tsx +0 -12
  10135. package/src/data/icons/react/unity.tsx +0 -12
  10136. package/src/data/icons/react/usdc.tsx +0 -12
  10137. package/src/data/icons/react/usdt.tsx +0 -12
  10138. package/src/data/icons/react/utk.tsx +0 -12
  10139. package/src/data/icons/react/veri.tsx +0 -12
  10140. package/src/data/icons/react/verse.tsx +0 -12
  10141. package/src/data/icons/react/vet.tsx +0 -12
  10142. package/src/data/icons/react/via.tsx +0 -12
  10143. package/src/data/icons/react/vib.tsx +0 -12
  10144. package/src/data/icons/react/vibe.tsx +0 -12
  10145. package/src/data/icons/react/vivo.tsx +0 -12
  10146. package/src/data/icons/react/vlx.tsx +0 -12
  10147. package/src/data/icons/react/vrc.tsx +0 -12
  10148. package/src/data/icons/react/vrsc.tsx +0 -12
  10149. package/src/data/icons/react/vtc.tsx +0 -12
  10150. package/src/data/icons/react/vtho.tsx +0 -12
  10151. package/src/data/icons/react/wabi.tsx +0 -12
  10152. package/src/data/icons/react/waifu.tsx +0 -12
  10153. package/src/data/icons/react/wan.tsx +0 -12
  10154. package/src/data/icons/react/waves.tsx +0 -12
  10155. package/src/data/icons/react/wax.tsx +0 -12
  10156. package/src/data/icons/react/wbtc.tsx +0 -12
  10157. package/src/data/icons/react/wdoge.tsx +0 -12
  10158. package/src/data/icons/react/wgr.tsx +0 -12
  10159. package/src/data/icons/react/wicc.tsx +0 -12
  10160. package/src/data/icons/react/wings.tsx +0 -12
  10161. package/src/data/icons/react/wpr.tsx +0 -12
  10162. package/src/data/icons/react/wtc.tsx +0 -12
  10163. package/src/data/icons/react/x.tsx +0 -12
  10164. package/src/data/icons/react/xas.tsx +0 -12
  10165. package/src/data/icons/react/xbc.tsx +0 -12
  10166. package/src/data/icons/react/xbp.tsx +0 -12
  10167. package/src/data/icons/react/xby.tsx +0 -12
  10168. package/src/data/icons/react/xcp.tsx +0 -12
  10169. package/src/data/icons/react/xdn.tsx +0 -12
  10170. package/src/data/icons/react/xem.tsx +0 -12
  10171. package/src/data/icons/react/xin.tsx +0 -12
  10172. package/src/data/icons/react/xlm.tsx +0 -12
  10173. package/src/data/icons/react/xmcc.tsx +0 -12
  10174. package/src/data/icons/react/xmg.tsx +0 -12
  10175. package/src/data/icons/react/xmo.tsx +0 -12
  10176. package/src/data/icons/react/xmr.tsx +0 -12
  10177. package/src/data/icons/react/xmy.tsx +0 -12
  10178. package/src/data/icons/react/xp.tsx +0 -12
  10179. package/src/data/icons/react/xpa.tsx +0 -12
  10180. package/src/data/icons/react/xpm.tsx +0 -12
  10181. package/src/data/icons/react/xprt.tsx +0 -12
  10182. package/src/data/icons/react/xrp.tsx +0 -12
  10183. package/src/data/icons/react/xsg.tsx +0 -12
  10184. package/src/data/icons/react/xst.tsx +0 -12
  10185. package/src/data/icons/react/xtz.tsx +0 -12
  10186. package/src/data/icons/react/xuc.tsx +0 -12
  10187. package/src/data/icons/react/xvc.tsx +0 -12
  10188. package/src/data/icons/react/xvg.tsx +0 -12
  10189. package/src/data/icons/react/xzc.tsx +0 -12
  10190. package/src/data/icons/react/yae.tsx +0 -12
  10191. package/src/data/icons/react/yfi.tsx +0 -12
  10192. package/src/data/icons/react/yoyow.tsx +0 -12
  10193. package/src/data/icons/react/zcl.tsx +0 -12
  10194. package/src/data/icons/react/zec.tsx +0 -12
  10195. package/src/data/icons/react/zel.tsx +0 -12
  10196. package/src/data/icons/react/zen.tsx +0 -12
  10197. package/src/data/icons/react/zest.tsx +0 -12
  10198. package/src/data/icons/react/zil.tsx +0 -12
  10199. package/src/data/icons/react/zilla.tsx +0 -12
  10200. package/src/data/icons/react/zrx.tsx +0 -12
  10201. package/src/data/icons/reactNative/_0Xbtc.tsx +0 -13
  10202. package/src/data/icons/reactNative/_2Give.tsx +0 -13
  10203. package/src/data/icons/reactNative/abi.tsx +0 -13
  10204. package/src/data/icons/reactNative/abt.tsx +0 -13
  10205. package/src/data/icons/reactNative/act.tsx +0 -13
  10206. package/src/data/icons/reactNative/actn.tsx +0 -13
  10207. package/src/data/icons/reactNative/ada.tsx +0 -13
  10208. package/src/data/icons/reactNative/add.tsx +0 -13
  10209. package/src/data/icons/reactNative/adx.tsx +0 -13
  10210. package/src/data/icons/reactNative/ae.tsx +0 -13
  10211. package/src/data/icons/reactNative/aeon.tsx +0 -13
  10212. package/src/data/icons/reactNative/agi.tsx +0 -13
  10213. package/src/data/icons/reactNative/agrs.tsx +0 -13
  10214. package/src/data/icons/reactNative/aion.tsx +0 -13
  10215. package/src/data/icons/reactNative/algo.tsx +0 -13
  10216. package/src/data/icons/reactNative/amb.tsx +0 -13
  10217. package/src/data/icons/reactNative/amp.tsx +0 -13
  10218. package/src/data/icons/reactNative/ampl.tsx +0 -13
  10219. package/src/data/icons/reactNative/ant.tsx +0 -13
  10220. package/src/data/icons/reactNative/apex.tsx +0 -13
  10221. package/src/data/icons/reactNative/appc.tsx +0 -13
  10222. package/src/data/icons/reactNative/ardr.tsx +0 -13
  10223. package/src/data/icons/reactNative/arg.tsx +0 -13
  10224. package/src/data/icons/reactNative/ark.tsx +0 -13
  10225. package/src/data/icons/reactNative/arn.tsx +0 -13
  10226. package/src/data/icons/reactNative/arnx.tsx +0 -13
  10227. package/src/data/icons/reactNative/ary.tsx +0 -13
  10228. package/src/data/icons/reactNative/ast.tsx +0 -13
  10229. package/src/data/icons/reactNative/astr.tsx +0 -13
  10230. package/src/data/icons/reactNative/atm.tsx +0 -13
  10231. package/src/data/icons/reactNative/atom.tsx +0 -13
  10232. package/src/data/icons/reactNative/audr.tsx +0 -13
  10233. package/src/data/icons/reactNative/auto.tsx +0 -13
  10234. package/src/data/icons/reactNative/avax.tsx +0 -13
  10235. package/src/data/icons/reactNative/axl.tsx +0 -13
  10236. package/src/data/icons/reactNative/aywa.tsx +0 -13
  10237. package/src/data/icons/reactNative/bab.tsx +0 -13
  10238. package/src/data/icons/reactNative/bal.tsx +0 -13
  10239. package/src/data/icons/reactNative/band.tsx +0 -13
  10240. package/src/data/icons/reactNative/bat.tsx +0 -13
  10241. package/src/data/icons/reactNative/bay.tsx +0 -13
  10242. package/src/data/icons/reactNative/bcbc.tsx +0 -13
  10243. package/src/data/icons/reactNative/bcc.tsx +0 -13
  10244. package/src/data/icons/reactNative/bcd.tsx +0 -13
  10245. package/src/data/icons/reactNative/bcert.tsx +0 -13
  10246. package/src/data/icons/reactNative/bch.tsx +0 -13
  10247. package/src/data/icons/reactNative/bcio.tsx +0 -13
  10248. package/src/data/icons/reactNative/bcn.tsx +0 -13
  10249. package/src/data/icons/reactNative/bco.tsx +0 -13
  10250. package/src/data/icons/reactNative/bcpt.tsx +0 -13
  10251. package/src/data/icons/reactNative/bdl.tsx +0 -13
  10252. package/src/data/icons/reactNative/beam.tsx +0 -13
  10253. package/src/data/icons/reactNative/bela.tsx +0 -13
  10254. package/src/data/icons/reactNative/bix.tsx +0 -13
  10255. package/src/data/icons/reactNative/blcn.tsx +0 -13
  10256. package/src/data/icons/reactNative/blk.tsx +0 -13
  10257. package/src/data/icons/reactNative/block.tsx +0 -13
  10258. package/src/data/icons/reactNative/blz.tsx +0 -13
  10259. package/src/data/icons/reactNative/bnb.tsx +0 -13
  10260. package/src/data/icons/reactNative/bnt.tsx +0 -13
  10261. package/src/data/icons/reactNative/bnty.tsx +0 -13
  10262. package/src/data/icons/reactNative/booty.tsx +0 -13
  10263. package/src/data/icons/reactNative/bos.tsx +0 -13
  10264. package/src/data/icons/reactNative/bpt.tsx +0 -13
  10265. package/src/data/icons/reactNative/bq.tsx +0 -13
  10266. package/src/data/icons/reactNative/brd.tsx +0 -13
  10267. package/src/data/icons/reactNative/bsd.tsx +0 -13
  10268. package/src/data/icons/reactNative/bsv.tsx +0 -13
  10269. package/src/data/icons/reactNative/btc.tsx +0 -13
  10270. package/src/data/icons/reactNative/btcd.tsx +0 -13
  10271. package/src/data/icons/reactNative/btch.tsx +0 -13
  10272. package/src/data/icons/reactNative/btcp.tsx +0 -13
  10273. package/src/data/icons/reactNative/btcz.tsx +0 -13
  10274. package/src/data/icons/reactNative/btdx.tsx +0 -13
  10275. package/src/data/icons/reactNative/btg.tsx +0 -13
  10276. package/src/data/icons/reactNative/btm.tsx +0 -13
  10277. package/src/data/icons/reactNative/bts.tsx +0 -13
  10278. package/src/data/icons/reactNative/btt.tsx +0 -13
  10279. package/src/data/icons/reactNative/btx.tsx +0 -13
  10280. package/src/data/icons/reactNative/burst.tsx +0 -13
  10281. package/src/data/icons/reactNative/bze.tsx +0 -13
  10282. package/src/data/icons/reactNative/call.tsx +0 -13
  10283. package/src/data/icons/reactNative/cc.tsx +0 -13
  10284. package/src/data/icons/reactNative/cdn.tsx +0 -13
  10285. package/src/data/icons/reactNative/cdt.tsx +0 -13
  10286. package/src/data/icons/reactNative/celo.tsx +0 -13
  10287. package/src/data/icons/reactNative/cenz.tsx +0 -13
  10288. package/src/data/icons/reactNative/chain.tsx +0 -13
  10289. package/src/data/icons/reactNative/chat.tsx +0 -13
  10290. package/src/data/icons/reactNative/chips.tsx +0 -13
  10291. package/src/data/icons/reactNative/cix.tsx +0 -13
  10292. package/src/data/icons/reactNative/clam.tsx +0 -13
  10293. package/src/data/icons/reactNative/cloak.tsx +0 -13
  10294. package/src/data/icons/reactNative/cmm.tsx +0 -13
  10295. package/src/data/icons/reactNative/cmt.tsx +0 -13
  10296. package/src/data/icons/reactNative/cnd.tsx +0 -13
  10297. package/src/data/icons/reactNative/cnx.tsx +0 -13
  10298. package/src/data/icons/reactNative/cny.tsx +0 -13
  10299. package/src/data/icons/reactNative/cob.tsx +0 -13
  10300. package/src/data/icons/reactNative/colx.tsx +0 -13
  10301. package/src/data/icons/reactNative/comp.tsx +0 -13
  10302. package/src/data/icons/reactNative/coqui.tsx +0 -13
  10303. package/src/data/icons/reactNative/core.tsx +0 -13
  10304. package/src/data/icons/reactNative/cred.tsx +0 -13
  10305. package/src/data/icons/reactNative/crk.tsx +0 -13
  10306. package/src/data/icons/reactNative/cro.tsx +0 -13
  10307. package/src/data/icons/reactNative/crpt.tsx +0 -13
  10308. package/src/data/icons/reactNative/crw.tsx +0 -13
  10309. package/src/data/icons/reactNative/cs.tsx +0 -13
  10310. package/src/data/icons/reactNative/cspr.tsx +0 -13
  10311. package/src/data/icons/reactNative/ctr.tsx +0 -13
  10312. package/src/data/icons/reactNative/ctxc.tsx +0 -13
  10313. package/src/data/icons/reactNative/currencyArbitrum.tsx +0 -13
  10314. package/src/data/icons/reactNative/currencyArbitrumGoerli.tsx +0 -13
  10315. package/src/data/icons/reactNative/currencyBase.tsx +0 -13
  10316. package/src/data/icons/reactNative/currencyBaseGoerli.tsx +0 -13
  10317. package/src/data/icons/reactNative/currencyBoba.tsx +0 -13
  10318. package/src/data/icons/reactNative/currencyOptimism.tsx +0 -13
  10319. package/src/data/icons/reactNative/currencyOptimismGoerli.tsx +0 -13
  10320. package/src/data/icons/reactNative/currencyPolygonZkEvm.tsx +0 -13
  10321. package/src/data/icons/reactNative/currencyPolygonZkEvmTestnet.tsx +0 -13
  10322. package/src/data/icons/reactNative/cvc.tsx +0 -13
  10323. package/src/data/icons/reactNative/d.tsx +0 -13
  10324. package/src/data/icons/reactNative/dai.tsx +0 -13
  10325. package/src/data/icons/reactNative/dash.tsx +0 -13
  10326. package/src/data/icons/reactNative/dat.tsx +0 -13
  10327. package/src/data/icons/reactNative/data.tsx +0 -13
  10328. package/src/data/icons/reactNative/dbc.tsx +0 -13
  10329. package/src/data/icons/reactNative/dcn.tsx +0 -13
  10330. package/src/data/icons/reactNative/dcr.tsx +0 -13
  10331. package/src/data/icons/reactNative/deez.tsx +0 -13
  10332. package/src/data/icons/reactNative/dent.tsx +0 -13
  10333. package/src/data/icons/reactNative/dew.tsx +0 -13
  10334. package/src/data/icons/reactNative/dgb.tsx +0 -13
  10335. package/src/data/icons/reactNative/dgd.tsx +0 -13
  10336. package/src/data/icons/reactNative/dlt.tsx +0 -13
  10337. package/src/data/icons/reactNative/dnt.tsx +0 -13
  10338. package/src/data/icons/reactNative/dock.tsx +0 -13
  10339. package/src/data/icons/reactNative/doge.tsx +0 -13
  10340. package/src/data/icons/reactNative/dot.tsx +0 -13
  10341. package/src/data/icons/reactNative/drgn.tsx +0 -13
  10342. package/src/data/icons/reactNative/drop.tsx +0 -13
  10343. package/src/data/icons/reactNative/dsm.tsx +0 -13
  10344. package/src/data/icons/reactNative/dta.tsx +0 -13
  10345. package/src/data/icons/reactNative/dth.tsx +0 -13
  10346. package/src/data/icons/reactNative/dtr.tsx +0 -13
  10347. package/src/data/icons/reactNative/dydx.tsx +0 -13
  10348. package/src/data/icons/reactNative/ebst.tsx +0 -13
  10349. package/src/data/icons/reactNative/eca.tsx +0 -13
  10350. package/src/data/icons/reactNative/edg.tsx +0 -13
  10351. package/src/data/icons/reactNative/edo.tsx +0 -13
  10352. package/src/data/icons/reactNative/edoge.tsx +0 -13
  10353. package/src/data/icons/reactNative/egem.tsx +0 -13
  10354. package/src/data/icons/reactNative/egld.tsx +0 -13
  10355. package/src/data/icons/reactNative/ela.tsx +0 -13
  10356. package/src/data/icons/reactNative/elec.tsx +0 -13
  10357. package/src/data/icons/reactNative/elf.tsx +0 -13
  10358. package/src/data/icons/reactNative/elix.tsx +0 -13
  10359. package/src/data/icons/reactNative/ella.tsx +0 -13
  10360. package/src/data/icons/reactNative/emc.tsx +0 -13
  10361. package/src/data/icons/reactNative/emc2.tsx +0 -13
  10362. package/src/data/icons/reactNative/eng.tsx +0 -13
  10363. package/src/data/icons/reactNative/enj.tsx +0 -13
  10364. package/src/data/icons/reactNative/entrp.tsx +0 -13
  10365. package/src/data/icons/reactNative/eon.tsx +0 -13
  10366. package/src/data/icons/reactNative/eop.tsx +0 -13
  10367. package/src/data/icons/reactNative/eos.tsx +0 -13
  10368. package/src/data/icons/reactNative/eqli.tsx +0 -13
  10369. package/src/data/icons/reactNative/equa.tsx +0 -13
  10370. package/src/data/icons/reactNative/eqz.tsx +0 -13
  10371. package/src/data/icons/reactNative/etc.tsx +0 -13
  10372. package/src/data/icons/reactNative/eth.tsx +0 -13
  10373. package/src/data/icons/reactNative/ethos.tsx +0 -13
  10374. package/src/data/icons/reactNative/etn.tsx +0 -13
  10375. package/src/data/icons/reactNative/etp.tsx +0 -13
  10376. package/src/data/icons/reactNative/euroc.tsx +0 -13
  10377. package/src/data/icons/reactNative/evmos.tsx +0 -13
  10378. package/src/data/icons/reactNative/evx.tsx +0 -13
  10379. package/src/data/icons/reactNative/ewt.tsx +0 -13
  10380. package/src/data/icons/reactNative/exmo.tsx +0 -13
  10381. package/src/data/icons/reactNative/exp.tsx +0 -13
  10382. package/src/data/icons/reactNative/fair.tsx +0 -13
  10383. package/src/data/icons/reactNative/fct.tsx +0 -13
  10384. package/src/data/icons/reactNative/fil.tsx +0 -13
  10385. package/src/data/icons/reactNative/fjc.tsx +0 -13
  10386. package/src/data/icons/reactNative/fldc.tsx +0 -13
  10387. package/src/data/icons/reactNative/flo.tsx +0 -13
  10388. package/src/data/icons/reactNative/flr.tsx +0 -13
  10389. package/src/data/icons/reactNative/fsn.tsx +0 -13
  10390. package/src/data/icons/reactNative/ftc.tsx +0 -13
  10391. package/src/data/icons/reactNative/ftm.tsx +0 -13
  10392. package/src/data/icons/reactNative/fuel.tsx +0 -13
  10393. package/src/data/icons/reactNative/fun.tsx +0 -13
  10394. package/src/data/icons/reactNative/gAbi.tsx +0 -13
  10395. package/src/data/icons/reactNative/game.tsx +0 -13
  10396. package/src/data/icons/reactNative/gas.tsx +0 -13
  10397. package/src/data/icons/reactNative/gbx.tsx +0 -13
  10398. package/src/data/icons/reactNative/gbyte.tsx +0 -13
  10399. package/src/data/icons/reactNative/generic.tsx +0 -13
  10400. package/src/data/icons/reactNative/gin.tsx +0 -13
  10401. package/src/data/icons/reactNative/glmr.tsx +0 -13
  10402. package/src/data/icons/reactNative/glxt.tsx +0 -13
  10403. package/src/data/icons/reactNative/gm.tsx +0 -13
  10404. package/src/data/icons/reactNative/gmr.tsx +0 -13
  10405. package/src/data/icons/reactNative/gno.tsx +0 -13
  10406. package/src/data/icons/reactNative/gnt.tsx +0 -13
  10407. package/src/data/icons/reactNative/gold.tsx +0 -13
  10408. package/src/data/icons/reactNative/grc.tsx +0 -13
  10409. package/src/data/icons/reactNative/grin.tsx +0 -13
  10410. package/src/data/icons/reactNative/gsc.tsx +0 -13
  10411. package/src/data/icons/reactNative/gto.tsx +0 -13
  10412. package/src/data/icons/reactNative/gup.tsx +0 -13
  10413. package/src/data/icons/reactNative/gusd.tsx +0 -13
  10414. package/src/data/icons/reactNative/gvt.tsx +0 -13
  10415. package/src/data/icons/reactNative/gxs.tsx +0 -13
  10416. package/src/data/icons/reactNative/gzr.tsx +0 -13
  10417. package/src/data/icons/reactNative/hbar.tsx +0 -13
  10418. package/src/data/icons/reactNative/hight.tsx +0 -13
  10419. package/src/data/icons/reactNative/hmmm.tsx +0 -13
  10420. package/src/data/icons/reactNative/hodl.tsx +0 -13
  10421. package/src/data/icons/reactNative/hot.tsx +0 -13
  10422. package/src/data/icons/reactNative/hpb.tsx +0 -13
  10423. package/src/data/icons/reactNative/hsr.tsx +0 -13
  10424. package/src/data/icons/reactNative/ht.tsx +0 -13
  10425. package/src/data/icons/reactNative/html.tsx +0 -13
  10426. package/src/data/icons/reactNative/huc.tsx +0 -13
  10427. package/src/data/icons/reactNative/hush.tsx +0 -13
  10428. package/src/data/icons/reactNative/icn.tsx +0 -13
  10429. package/src/data/icons/reactNative/icp.tsx +0 -13
  10430. package/src/data/icons/reactNative/icx.tsx +0 -13
  10431. package/src/data/icons/reactNative/ignis.tsx +0 -13
  10432. package/src/data/icons/reactNative/ilk.tsx +0 -13
  10433. package/src/data/icons/reactNative/index.tsx +0 -515
  10434. package/src/data/icons/reactNative/inj.tsx +0 -13
  10435. package/src/data/icons/reactNative/ink.tsx +0 -13
  10436. package/src/data/icons/reactNative/ins.tsx +0 -13
  10437. package/src/data/icons/reactNative/ion.tsx +0 -13
  10438. package/src/data/icons/reactNative/iop.tsx +0 -13
  10439. package/src/data/icons/reactNative/iost.tsx +0 -13
  10440. package/src/data/icons/reactNative/iotx.tsx +0 -13
  10441. package/src/data/icons/reactNative/iq.tsx +0 -13
  10442. package/src/data/icons/reactNative/itc.tsx +0 -13
  10443. package/src/data/icons/reactNative/jnt.tsx +0 -13
  10444. package/src/data/icons/reactNative/jpy.tsx +0 -13
  10445. package/src/data/icons/reactNative/kava.tsx +0 -13
  10446. package/src/data/icons/reactNative/kcs.tsx +0 -13
  10447. package/src/data/icons/reactNative/kin.tsx +0 -13
  10448. package/src/data/icons/reactNative/klay.tsx +0 -13
  10449. package/src/data/icons/reactNative/klown.tsx +0 -13
  10450. package/src/data/icons/reactNative/kmd.tsx +0 -13
  10451. package/src/data/icons/reactNative/knc.tsx +0 -13
  10452. package/src/data/icons/reactNative/krb.tsx +0 -13
  10453. package/src/data/icons/reactNative/lbc.tsx +0 -13
  10454. package/src/data/icons/reactNative/lend.tsx +0 -13
  10455. package/src/data/icons/reactNative/leo.tsx +0 -13
  10456. package/src/data/icons/reactNative/link.tsx +0 -13
  10457. package/src/data/icons/reactNative/lkk.tsx +0 -13
  10458. package/src/data/icons/reactNative/loom.tsx +0 -13
  10459. package/src/data/icons/reactNative/lpt.tsx +0 -13
  10460. package/src/data/icons/reactNative/lrc.tsx +0 -13
  10461. package/src/data/icons/reactNative/lsk.tsx +0 -13
  10462. package/src/data/icons/reactNative/ltc.tsx +0 -13
  10463. package/src/data/icons/reactNative/lun.tsx +0 -13
  10464. package/src/data/icons/reactNative/lyx.tsx +0 -13
  10465. package/src/data/icons/reactNative/maid.tsx +0 -13
  10466. package/src/data/icons/reactNative/mana.tsx +0 -13
  10467. package/src/data/icons/reactNative/matic.tsx +0 -13
  10468. package/src/data/icons/reactNative/mcap.tsx +0 -13
  10469. package/src/data/icons/reactNative/mco.tsx +0 -13
  10470. package/src/data/icons/reactNative/mda.tsx +0 -13
  10471. package/src/data/icons/reactNative/mds.tsx +0 -13
  10472. package/src/data/icons/reactNative/med.tsx +0 -13
  10473. package/src/data/icons/reactNative/meetone.tsx +0 -13
  10474. package/src/data/icons/reactNative/metis.tsx +0 -13
  10475. package/src/data/icons/reactNative/mex.tsx +0 -13
  10476. package/src/data/icons/reactNative/mft.tsx +0 -13
  10477. package/src/data/icons/reactNative/miota.tsx +0 -13
  10478. package/src/data/icons/reactNative/mith.tsx +0 -13
  10479. package/src/data/icons/reactNative/mkr.tsx +0 -13
  10480. package/src/data/icons/reactNative/mln.tsx +0 -13
  10481. package/src/data/icons/reactNative/mnx.tsx +0 -13
  10482. package/src/data/icons/reactNative/mnz.tsx +0 -13
  10483. package/src/data/icons/reactNative/moac.tsx +0 -13
  10484. package/src/data/icons/reactNative/mod.tsx +0 -13
  10485. package/src/data/icons/reactNative/mona.tsx +0 -13
  10486. package/src/data/icons/reactNative/movr.tsx +0 -13
  10487. package/src/data/icons/reactNative/msr.tsx +0 -13
  10488. package/src/data/icons/reactNative/mth.tsx +0 -13
  10489. package/src/data/icons/reactNative/mtl.tsx +0 -13
  10490. package/src/data/icons/reactNative/music.tsx +0 -13
  10491. package/src/data/icons/reactNative/mzc.tsx +0 -13
  10492. package/src/data/icons/reactNative/nano.tsx +0 -13
  10493. package/src/data/icons/reactNative/nas.tsx +0 -13
  10494. package/src/data/icons/reactNative/nav.tsx +0 -13
  10495. package/src/data/icons/reactNative/ncash.tsx +0 -13
  10496. package/src/data/icons/reactNative/ndz.tsx +0 -13
  10497. package/src/data/icons/reactNative/near.tsx +0 -13
  10498. package/src/data/icons/reactNative/nebl.tsx +0 -13
  10499. package/src/data/icons/reactNative/neo.tsx +0 -13
  10500. package/src/data/icons/reactNative/neon.tsx +0 -13
  10501. package/src/data/icons/reactNative/neos.tsx +0 -13
  10502. package/src/data/icons/reactNative/neu.tsx +0 -13
  10503. package/src/data/icons/reactNative/nexo.tsx +0 -13
  10504. package/src/data/icons/reactNative/ngc.tsx +0 -13
  10505. package/src/data/icons/reactNative/nim.tsx +0 -13
  10506. package/src/data/icons/reactNative/nio.tsx +0 -13
  10507. package/src/data/icons/reactNative/nlc2.tsx +0 -13
  10508. package/src/data/icons/reactNative/nlg.tsx +0 -13
  10509. package/src/data/icons/reactNative/nmc.tsx +0 -13
  10510. package/src/data/icons/reactNative/nmr.tsx +0 -13
  10511. package/src/data/icons/reactNative/nom.tsx +0 -13
  10512. package/src/data/icons/reactNative/npxs.tsx +0 -13
  10513. package/src/data/icons/reactNative/nuls.tsx +0 -13
  10514. package/src/data/icons/reactNative/nxs.tsx +0 -13
  10515. package/src/data/icons/reactNative/nxt.tsx +0 -13
  10516. package/src/data/icons/reactNative/nym.tsx +0 -13
  10517. package/src/data/icons/reactNative/nyx.tsx +0 -13
  10518. package/src/data/icons/reactNative/oax.tsx +0 -13
  10519. package/src/data/icons/reactNative/ok.tsx +0 -13
  10520. package/src/data/icons/reactNative/okb.tsx +0 -13
  10521. package/src/data/icons/reactNative/omg.tsx +0 -13
  10522. package/src/data/icons/reactNative/omni.tsx +0 -13
  10523. package/src/data/icons/reactNative/ong.tsx +0 -13
  10524. package/src/data/icons/reactNative/ont.tsx +0 -13
  10525. package/src/data/icons/reactNative/oot.tsx +0 -13
  10526. package/src/data/icons/reactNative/osmo.tsx +0 -13
  10527. package/src/data/icons/reactNative/ost.tsx +0 -13
  10528. package/src/data/icons/reactNative/ox.tsx +0 -13
  10529. package/src/data/icons/reactNative/oxt.tsx +0 -13
  10530. package/src/data/icons/reactNative/pac.tsx +0 -13
  10531. package/src/data/icons/reactNative/part.tsx +0 -13
  10532. package/src/data/icons/reactNative/pasc.tsx +0 -13
  10533. package/src/data/icons/reactNative/pasl.tsx +0 -13
  10534. package/src/data/icons/reactNative/pax.tsx +0 -13
  10535. package/src/data/icons/reactNative/pay.tsx +0 -13
  10536. package/src/data/icons/reactNative/payx.tsx +0 -13
  10537. package/src/data/icons/reactNative/pink.tsx +0 -13
  10538. package/src/data/icons/reactNative/pirl.tsx +0 -13
  10539. package/src/data/icons/reactNative/pivx.tsx +0 -13
  10540. package/src/data/icons/reactNative/plr.tsx +0 -13
  10541. package/src/data/icons/reactNative/poa.tsx +0 -13
  10542. package/src/data/icons/reactNative/poe.tsx +0 -13
  10543. package/src/data/icons/reactNative/polis.tsx +0 -13
  10544. package/src/data/icons/reactNative/poly.tsx +0 -13
  10545. package/src/data/icons/reactNative/pot.tsx +0 -13
  10546. package/src/data/icons/reactNative/powr.tsx +0 -13
  10547. package/src/data/icons/reactNative/ppc.tsx +0 -13
  10548. package/src/data/icons/reactNative/ppp.tsx +0 -13
  10549. package/src/data/icons/reactNative/ppt.tsx +0 -13
  10550. package/src/data/icons/reactNative/pre.tsx +0 -13
  10551. package/src/data/icons/reactNative/prl.tsx +0 -13
  10552. package/src/data/icons/reactNative/ptrn.tsx +0 -13
  10553. package/src/data/icons/reactNative/pungo.tsx +0 -13
  10554. package/src/data/icons/reactNative/pura.tsx +0 -13
  10555. package/src/data/icons/reactNative/pyusd.tsx +0 -13
  10556. package/src/data/icons/reactNative/qash.tsx +0 -13
  10557. package/src/data/icons/reactNative/qck.tsx +0 -13
  10558. package/src/data/icons/reactNative/qiwi.tsx +0 -13
  10559. package/src/data/icons/reactNative/qlc.tsx +0 -13
  10560. package/src/data/icons/reactNative/qrl.tsx +0 -13
  10561. package/src/data/icons/reactNative/qsp.tsx +0 -13
  10562. package/src/data/icons/reactNative/qtum.tsx +0 -13
  10563. package/src/data/icons/reactNative/r.tsx +0 -13
  10564. package/src/data/icons/reactNative/rads.tsx +0 -13
  10565. package/src/data/icons/reactNative/rap.tsx +0 -13
  10566. package/src/data/icons/reactNative/rbtc.tsx +0 -13
  10567. package/src/data/icons/reactNative/rcn.tsx +0 -13
  10568. package/src/data/icons/reactNative/rdd.tsx +0 -13
  10569. package/src/data/icons/reactNative/rdn.tsx +0 -13
  10570. package/src/data/icons/reactNative/ren.tsx +0 -13
  10571. package/src/data/icons/reactNative/rep.tsx +0 -13
  10572. package/src/data/icons/reactNative/repv2.tsx +0 -13
  10573. package/src/data/icons/reactNative/req.tsx +0 -13
  10574. package/src/data/icons/reactNative/rhoc.tsx +0 -13
  10575. package/src/data/icons/reactNative/ric.tsx +0 -13
  10576. package/src/data/icons/reactNative/ride.tsx +0 -13
  10577. package/src/data/icons/reactNative/rise.tsx +0 -13
  10578. package/src/data/icons/reactNative/rlc.tsx +0 -13
  10579. package/src/data/icons/reactNative/rpx.tsx +0 -13
  10580. package/src/data/icons/reactNative/rub.tsx +0 -13
  10581. package/src/data/icons/reactNative/rvn.tsx +0 -13
  10582. package/src/data/icons/reactNative/ryo.tsx +0 -13
  10583. package/src/data/icons/reactNative/sAbi.tsx +0 -13
  10584. package/src/data/icons/reactNative/safe.tsx +0 -13
  10585. package/src/data/icons/reactNative/sai.tsx +0 -13
  10586. package/src/data/icons/reactNative/salt.tsx +0 -13
  10587. package/src/data/icons/reactNative/san.tsx +0 -13
  10588. package/src/data/icons/reactNative/sbd.tsx +0 -13
  10589. package/src/data/icons/reactNative/sberbank.tsx +0 -13
  10590. package/src/data/icons/reactNative/sc.tsx +0 -13
  10591. package/src/data/icons/reactNative/scrt.tsx +0 -13
  10592. package/src/data/icons/reactNative/sei.tsx +0 -13
  10593. package/src/data/icons/reactNative/sgb.tsx +0 -13
  10594. package/src/data/icons/reactNative/shift.tsx +0 -13
  10595. package/src/data/icons/reactNative/sib.tsx +0 -13
  10596. package/src/data/icons/reactNative/sin.tsx +0 -13
  10597. package/src/data/icons/reactNative/sky.tsx +0 -13
  10598. package/src/data/icons/reactNative/slr.tsx +0 -13
  10599. package/src/data/icons/reactNative/sls.tsx +0 -13
  10600. package/src/data/icons/reactNative/smart.tsx +0 -13
  10601. package/src/data/icons/reactNative/sngls.tsx +0 -13
  10602. package/src/data/icons/reactNative/snm.tsx +0 -13
  10603. package/src/data/icons/reactNative/snt.tsx +0 -13
  10604. package/src/data/icons/reactNative/soc.tsx +0 -13
  10605. package/src/data/icons/reactNative/sol.tsx +0 -13
  10606. package/src/data/icons/reactNative/spank.tsx +0 -13
  10607. package/src/data/icons/reactNative/sphtx.tsx +0 -13
  10608. package/src/data/icons/reactNative/srn.tsx +0 -13
  10609. package/src/data/icons/reactNative/ssv.tsx +0 -13
  10610. package/src/data/icons/reactNative/stak.tsx +0 -13
  10611. package/src/data/icons/reactNative/stars.tsx +0 -13
  10612. package/src/data/icons/reactNative/start.tsx +0 -13
  10613. package/src/data/icons/reactNative/steem.tsx +0 -13
  10614. package/src/data/icons/reactNative/storj.tsx +0 -13
  10615. package/src/data/icons/reactNative/storm.tsx +0 -13
  10616. package/src/data/icons/reactNative/stq.tsx +0 -13
  10617. package/src/data/icons/reactNative/strat.tsx +0 -13
  10618. package/src/data/icons/reactNative/strd.tsx +0 -13
  10619. package/src/data/icons/reactNative/stx.tsx +0 -13
  10620. package/src/data/icons/reactNative/sub.tsx +0 -13
  10621. package/src/data/icons/reactNative/sumo.tsx +0 -13
  10622. package/src/data/icons/reactNative/sys.tsx +0 -13
  10623. package/src/data/icons/reactNative/taas.tsx +0 -13
  10624. package/src/data/icons/reactNative/tau.tsx +0 -13
  10625. package/src/data/icons/reactNative/tbx.tsx +0 -13
  10626. package/src/data/icons/reactNative/tel.tsx +0 -13
  10627. package/src/data/icons/reactNative/ten.tsx +0 -13
  10628. package/src/data/icons/reactNative/tern.tsx +0 -13
  10629. package/src/data/icons/reactNative/tgch.tsx +0 -13
  10630. package/src/data/icons/reactNative/theta.tsx +0 -13
  10631. package/src/data/icons/reactNative/tifi.tsx +0 -13
  10632. package/src/data/icons/reactNative/tix.tsx +0 -13
  10633. package/src/data/icons/reactNative/tkn.tsx +0 -13
  10634. package/src/data/icons/reactNative/tks.tsx +0 -13
  10635. package/src/data/icons/reactNative/tlos.tsx +0 -13
  10636. package/src/data/icons/reactNative/tnb.tsx +0 -13
  10637. package/src/data/icons/reactNative/tnc.tsx +0 -13
  10638. package/src/data/icons/reactNative/tnt.tsx +0 -13
  10639. package/src/data/icons/reactNative/tomo.tsx +0 -13
  10640. package/src/data/icons/reactNative/tpay.tsx +0 -13
  10641. package/src/data/icons/reactNative/trig.tsx +0 -13
  10642. package/src/data/icons/reactNative/trtl.tsx +0 -13
  10643. package/src/data/icons/reactNative/trx.tsx +0 -13
  10644. package/src/data/icons/reactNative/tusd.tsx +0 -13
  10645. package/src/data/icons/reactNative/tyc.tsx +0 -13
  10646. package/src/data/icons/reactNative/tzc.tsx +0 -13
  10647. package/src/data/icons/reactNative/ubq.tsx +0 -13
  10648. package/src/data/icons/reactNative/uma.tsx +0 -13
  10649. package/src/data/icons/reactNative/umee.tsx +0 -13
  10650. package/src/data/icons/reactNative/uni.tsx +0 -13
  10651. package/src/data/icons/reactNative/unity.tsx +0 -13
  10652. package/src/data/icons/reactNative/usdc.tsx +0 -13
  10653. package/src/data/icons/reactNative/usdt.tsx +0 -13
  10654. package/src/data/icons/reactNative/utk.tsx +0 -13
  10655. package/src/data/icons/reactNative/veri.tsx +0 -13
  10656. package/src/data/icons/reactNative/verse.tsx +0 -13
  10657. package/src/data/icons/reactNative/vet.tsx +0 -13
  10658. package/src/data/icons/reactNative/via.tsx +0 -13
  10659. package/src/data/icons/reactNative/vib.tsx +0 -13
  10660. package/src/data/icons/reactNative/vibe.tsx +0 -13
  10661. package/src/data/icons/reactNative/vivo.tsx +0 -13
  10662. package/src/data/icons/reactNative/vlx.tsx +0 -13
  10663. package/src/data/icons/reactNative/vrc.tsx +0 -13
  10664. package/src/data/icons/reactNative/vrsc.tsx +0 -13
  10665. package/src/data/icons/reactNative/vtc.tsx +0 -13
  10666. package/src/data/icons/reactNative/vtho.tsx +0 -13
  10667. package/src/data/icons/reactNative/wabi.tsx +0 -13
  10668. package/src/data/icons/reactNative/waifu.tsx +0 -13
  10669. package/src/data/icons/reactNative/wan.tsx +0 -13
  10670. package/src/data/icons/reactNative/waves.tsx +0 -13
  10671. package/src/data/icons/reactNative/wax.tsx +0 -13
  10672. package/src/data/icons/reactNative/wbtc.tsx +0 -13
  10673. package/src/data/icons/reactNative/wdoge.tsx +0 -13
  10674. package/src/data/icons/reactNative/wgr.tsx +0 -13
  10675. package/src/data/icons/reactNative/wicc.tsx +0 -13
  10676. package/src/data/icons/reactNative/wings.tsx +0 -13
  10677. package/src/data/icons/reactNative/wpr.tsx +0 -13
  10678. package/src/data/icons/reactNative/wtc.tsx +0 -13
  10679. package/src/data/icons/reactNative/x.tsx +0 -13
  10680. package/src/data/icons/reactNative/xas.tsx +0 -13
  10681. package/src/data/icons/reactNative/xbc.tsx +0 -13
  10682. package/src/data/icons/reactNative/xbp.tsx +0 -13
  10683. package/src/data/icons/reactNative/xby.tsx +0 -13
  10684. package/src/data/icons/reactNative/xcp.tsx +0 -13
  10685. package/src/data/icons/reactNative/xdn.tsx +0 -13
  10686. package/src/data/icons/reactNative/xem.tsx +0 -13
  10687. package/src/data/icons/reactNative/xin.tsx +0 -13
  10688. package/src/data/icons/reactNative/xlm.tsx +0 -13
  10689. package/src/data/icons/reactNative/xmcc.tsx +0 -13
  10690. package/src/data/icons/reactNative/xmg.tsx +0 -13
  10691. package/src/data/icons/reactNative/xmo.tsx +0 -13
  10692. package/src/data/icons/reactNative/xmr.tsx +0 -13
  10693. package/src/data/icons/reactNative/xmy.tsx +0 -13
  10694. package/src/data/icons/reactNative/xp.tsx +0 -13
  10695. package/src/data/icons/reactNative/xpa.tsx +0 -13
  10696. package/src/data/icons/reactNative/xpm.tsx +0 -13
  10697. package/src/data/icons/reactNative/xprt.tsx +0 -13
  10698. package/src/data/icons/reactNative/xrp.tsx +0 -13
  10699. package/src/data/icons/reactNative/xsg.tsx +0 -13
  10700. package/src/data/icons/reactNative/xst.tsx +0 -13
  10701. package/src/data/icons/reactNative/xtz.tsx +0 -13
  10702. package/src/data/icons/reactNative/xuc.tsx +0 -13
  10703. package/src/data/icons/reactNative/xvc.tsx +0 -13
  10704. package/src/data/icons/reactNative/xvg.tsx +0 -13
  10705. package/src/data/icons/reactNative/xzc.tsx +0 -13
  10706. package/src/data/icons/reactNative/yae.tsx +0 -13
  10707. package/src/data/icons/reactNative/yfi.tsx +0 -13
  10708. package/src/data/icons/reactNative/yoyow.tsx +0 -13
  10709. package/src/data/icons/reactNative/zcl.tsx +0 -13
  10710. package/src/data/icons/reactNative/zec.tsx +0 -13
  10711. package/src/data/icons/reactNative/zel.tsx +0 -13
  10712. package/src/data/icons/reactNative/zen.tsx +0 -13
  10713. package/src/data/icons/reactNative/zest.tsx +0 -13
  10714. package/src/data/icons/reactNative/zil.tsx +0 -13
  10715. package/src/data/icons/reactNative/zilla.tsx +0 -13
  10716. package/src/data/icons/reactNative/zrx.tsx +0 -13
  10717. package/src/data/icons/svg/0XBTC.svg +0 -6
  10718. package/src/data/icons/svg/2GIVE.svg +0 -12
  10719. package/src/data/icons/svg/ABI.svg +0 -3
  10720. package/src/data/icons/svg/ABT.svg +0 -3
  10721. package/src/data/icons/svg/ACT.svg +0 -3
  10722. package/src/data/icons/svg/ACTN.svg +0 -3
  10723. package/src/data/icons/svg/ADA.svg +0 -3
  10724. package/src/data/icons/svg/ADD.svg +0 -3
  10725. package/src/data/icons/svg/ADX.svg +0 -3
  10726. package/src/data/icons/svg/AE.svg +0 -3
  10727. package/src/data/icons/svg/AEON.svg +0 -6
  10728. package/src/data/icons/svg/AGI.svg +0 -4
  10729. package/src/data/icons/svg/AGRS.svg +0 -3
  10730. package/src/data/icons/svg/AION.svg +0 -4
  10731. package/src/data/icons/svg/ALGO.svg +0 -3
  10732. package/src/data/icons/svg/AMB.svg +0 -3
  10733. package/src/data/icons/svg/AMP.svg +0 -3
  10734. package/src/data/icons/svg/AMPL.svg +0 -3
  10735. package/src/data/icons/svg/ANT.svg +0 -3
  10736. package/src/data/icons/svg/APEX.svg +0 -3
  10737. package/src/data/icons/svg/APPC.svg +0 -3
  10738. package/src/data/icons/svg/ARDR.svg +0 -3
  10739. package/src/data/icons/svg/ARG.svg +0 -4
  10740. package/src/data/icons/svg/ARK.svg +0 -3
  10741. package/src/data/icons/svg/ARN.svg +0 -3
  10742. package/src/data/icons/svg/ARNX.svg +0 -5
  10743. package/src/data/icons/svg/ARY.svg +0 -3
  10744. package/src/data/icons/svg/AST.svg +0 -3
  10745. package/src/data/icons/svg/ASTR.svg +0 -3
  10746. package/src/data/icons/svg/ATM.svg +0 -3
  10747. package/src/data/icons/svg/ATOM.svg +0 -16
  10748. package/src/data/icons/svg/AUDR.svg +0 -3
  10749. package/src/data/icons/svg/AUTO.svg +0 -3
  10750. package/src/data/icons/svg/AVAX.svg +0 -3
  10751. package/src/data/icons/svg/AXL.svg +0 -6
  10752. package/src/data/icons/svg/AYWA.svg +0 -5
  10753. package/src/data/icons/svg/BAB.svg +0 -3
  10754. package/src/data/icons/svg/BAL.svg +0 -8
  10755. package/src/data/icons/svg/BAND.svg +0 -4
  10756. package/src/data/icons/svg/BAT.svg +0 -3
  10757. package/src/data/icons/svg/BAY.svg +0 -3
  10758. package/src/data/icons/svg/BCBC.svg +0 -3
  10759. package/src/data/icons/svg/BCC.svg +0 -3
  10760. package/src/data/icons/svg/BCD.svg +0 -3
  10761. package/src/data/icons/svg/BCERT.svg +0 -8
  10762. package/src/data/icons/svg/BCH.svg +0 -3
  10763. package/src/data/icons/svg/BCIO.svg +0 -3
  10764. package/src/data/icons/svg/BCN.svg +0 -3
  10765. package/src/data/icons/svg/BCO.svg +0 -4
  10766. package/src/data/icons/svg/BCPT.svg +0 -3
  10767. package/src/data/icons/svg/BDL.svg +0 -4
  10768. package/src/data/icons/svg/BEAM.svg +0 -3
  10769. package/src/data/icons/svg/BELA.svg +0 -3
  10770. package/src/data/icons/svg/BIX.svg +0 -3
  10771. package/src/data/icons/svg/BLCN.svg +0 -3
  10772. package/src/data/icons/svg/BLK.svg +0 -3
  10773. package/src/data/icons/svg/BLOCK.svg +0 -6
  10774. package/src/data/icons/svg/BLZ.svg +0 -3
  10775. package/src/data/icons/svg/BNB.svg +0 -3
  10776. package/src/data/icons/svg/BNT.svg +0 -3
  10777. package/src/data/icons/svg/BNTY.svg +0 -3
  10778. package/src/data/icons/svg/BOOTY.svg +0 -4
  10779. package/src/data/icons/svg/BOS.svg +0 -3
  10780. package/src/data/icons/svg/BPT.svg +0 -3
  10781. package/src/data/icons/svg/BQ.svg +0 -3
  10782. package/src/data/icons/svg/BRD.svg +0 -3
  10783. package/src/data/icons/svg/BSD.svg +0 -3
  10784. package/src/data/icons/svg/BSV.svg +0 -3
  10785. package/src/data/icons/svg/BTC.svg +0 -3
  10786. package/src/data/icons/svg/BTCD.svg +0 -3
  10787. package/src/data/icons/svg/BTCH.svg +0 -5
  10788. package/src/data/icons/svg/BTCP.svg +0 -3
  10789. package/src/data/icons/svg/BTCZ.svg +0 -3
  10790. package/src/data/icons/svg/BTDX.svg +0 -4
  10791. package/src/data/icons/svg/BTG.svg +0 -3
  10792. package/src/data/icons/svg/BTM.svg +0 -3
  10793. package/src/data/icons/svg/BTS.svg +0 -3
  10794. package/src/data/icons/svg/BTT.svg +0 -6
  10795. package/src/data/icons/svg/BTX.svg +0 -3
  10796. package/src/data/icons/svg/BURST.svg +0 -3
  10797. package/src/data/icons/svg/BZE.svg +0 -4
  10798. package/src/data/icons/svg/CALL.svg +0 -4
  10799. package/src/data/icons/svg/CC.svg +0 -4
  10800. package/src/data/icons/svg/CDN.svg +0 -3
  10801. package/src/data/icons/svg/CDT.svg +0 -3
  10802. package/src/data/icons/svg/CELO.svg +0 -5
  10803. package/src/data/icons/svg/CENZ.svg +0 -4
  10804. package/src/data/icons/svg/CHAIN.svg +0 -4
  10805. package/src/data/icons/svg/CHAT.svg +0 -3
  10806. package/src/data/icons/svg/CHIPS.svg +0 -3
  10807. package/src/data/icons/svg/CIX.svg +0 -4
  10808. package/src/data/icons/svg/CLAM.svg +0 -3
  10809. package/src/data/icons/svg/CLOAK.svg +0 -3
  10810. package/src/data/icons/svg/CMM.svg +0 -3
  10811. package/src/data/icons/svg/CMT.svg +0 -3
  10812. package/src/data/icons/svg/CND.svg +0 -3
  10813. package/src/data/icons/svg/CNX.svg +0 -4
  10814. package/src/data/icons/svg/CNY.svg +0 -3
  10815. package/src/data/icons/svg/COB.svg +0 -4
  10816. package/src/data/icons/svg/COLX.svg +0 -3
  10817. package/src/data/icons/svg/COMP.svg +0 -3
  10818. package/src/data/icons/svg/COQUI.svg +0 -3
  10819. package/src/data/icons/svg/CORE.svg +0 -3
  10820. package/src/data/icons/svg/CRED.svg +0 -3
  10821. package/src/data/icons/svg/CRK.svg +0 -7
  10822. package/src/data/icons/svg/CRO.svg +0 -6
  10823. package/src/data/icons/svg/CRPT.svg +0 -3
  10824. package/src/data/icons/svg/CRW.svg +0 -3
  10825. package/src/data/icons/svg/CS.svg +0 -3
  10826. package/src/data/icons/svg/CSPR.svg +0 -8
  10827. package/src/data/icons/svg/CTR.svg +0 -4
  10828. package/src/data/icons/svg/CTXC.svg +0 -8
  10829. package/src/data/icons/svg/CVC.svg +0 -3
  10830. package/src/data/icons/svg/D.svg +0 -4
  10831. package/src/data/icons/svg/DAI.svg +0 -3
  10832. package/src/data/icons/svg/DASH.svg +0 -4
  10833. package/src/data/icons/svg/DAT.svg +0 -3
  10834. package/src/data/icons/svg/DATA.svg +0 -3
  10835. package/src/data/icons/svg/DBC.svg +0 -3
  10836. package/src/data/icons/svg/DCN.svg +0 -4
  10837. package/src/data/icons/svg/DCR.svg +0 -4
  10838. package/src/data/icons/svg/DEEZ.svg +0 -3
  10839. package/src/data/icons/svg/DENT.svg +0 -3
  10840. package/src/data/icons/svg/DEW.svg +0 -3
  10841. package/src/data/icons/svg/DGB.svg +0 -3
  10842. package/src/data/icons/svg/DGD.svg +0 -3
  10843. package/src/data/icons/svg/DLT.svg +0 -3
  10844. package/src/data/icons/svg/DNT.svg +0 -3
  10845. package/src/data/icons/svg/DOCK.svg +0 -3
  10846. package/src/data/icons/svg/DOGE.svg +0 -3
  10847. package/src/data/icons/svg/DOT.svg +0 -8
  10848. package/src/data/icons/svg/DRGN.svg +0 -4
  10849. package/src/data/icons/svg/DROP.svg +0 -10
  10850. package/src/data/icons/svg/DSM.svg +0 -3
  10851. package/src/data/icons/svg/DTA.svg +0 -3
  10852. package/src/data/icons/svg/DTH.svg +0 -4
  10853. package/src/data/icons/svg/DTR.svg +0 -4
  10854. package/src/data/icons/svg/DYDX.svg +0 -7
  10855. package/src/data/icons/svg/EBST.svg +0 -3
  10856. package/src/data/icons/svg/ECA.svg +0 -3
  10857. package/src/data/icons/svg/EDG.svg +0 -4
  10858. package/src/data/icons/svg/EDO.svg +0 -3
  10859. package/src/data/icons/svg/EDOGE.svg +0 -3
  10860. package/src/data/icons/svg/EGEM.svg +0 -3
  10861. package/src/data/icons/svg/EGLD.svg +0 -5
  10862. package/src/data/icons/svg/ELA.svg +0 -14
  10863. package/src/data/icons/svg/ELEC.svg +0 -5
  10864. package/src/data/icons/svg/ELF.svg +0 -3
  10865. package/src/data/icons/svg/ELIX.svg +0 -10
  10866. package/src/data/icons/svg/ELLA.svg +0 -3
  10867. package/src/data/icons/svg/EMC.svg +0 -3
  10868. package/src/data/icons/svg/EMC2.svg +0 -5
  10869. package/src/data/icons/svg/ENG.svg +0 -4
  10870. package/src/data/icons/svg/ENJ.svg +0 -3
  10871. package/src/data/icons/svg/ENTRP.svg +0 -3
  10872. package/src/data/icons/svg/EON.svg +0 -3
  10873. package/src/data/icons/svg/EOP.svg +0 -4
  10874. package/src/data/icons/svg/EOS.svg +0 -3
  10875. package/src/data/icons/svg/EQLI.svg +0 -3
  10876. package/src/data/icons/svg/EQUA.svg +0 -3
  10877. package/src/data/icons/svg/EQZ.svg +0 -3
  10878. package/src/data/icons/svg/ETC.svg +0 -6
  10879. package/src/data/icons/svg/ETH.svg +0 -8
  10880. package/src/data/icons/svg/ETHOS.svg +0 -4
  10881. package/src/data/icons/svg/ETN.svg +0 -3
  10882. package/src/data/icons/svg/ETP.svg +0 -4
  10883. package/src/data/icons/svg/EUROC.svg +0 -5
  10884. package/src/data/icons/svg/EVMOS.svg +0 -3
  10885. package/src/data/icons/svg/EVX.svg +0 -4
  10886. package/src/data/icons/svg/EWT.svg +0 -3
  10887. package/src/data/icons/svg/EXMO.svg +0 -3
  10888. package/src/data/icons/svg/EXP.svg +0 -3
  10889. package/src/data/icons/svg/FAIR.svg +0 -3
  10890. package/src/data/icons/svg/FCT.svg +0 -3
  10891. package/src/data/icons/svg/FIL.svg +0 -3
  10892. package/src/data/icons/svg/FJC.svg +0 -5
  10893. package/src/data/icons/svg/FLDC.svg +0 -3
  10894. package/src/data/icons/svg/FLO.svg +0 -3
  10895. package/src/data/icons/svg/FLR.svg +0 -4
  10896. package/src/data/icons/svg/FSN.svg +0 -3
  10897. package/src/data/icons/svg/FTC.svg +0 -3
  10898. package/src/data/icons/svg/FTM.svg +0 -3
  10899. package/src/data/icons/svg/FUEL.svg +0 -3
  10900. package/src/data/icons/svg/FUN.svg +0 -3
  10901. package/src/data/icons/svg/GAME.svg +0 -3
  10902. package/src/data/icons/svg/GAS.svg +0 -3
  10903. package/src/data/icons/svg/GBX.svg +0 -4
  10904. package/src/data/icons/svg/GBYTE.svg +0 -4
  10905. package/src/data/icons/svg/GENERIC.svg +0 -3
  10906. package/src/data/icons/svg/GIN.svg +0 -4
  10907. package/src/data/icons/svg/GLMR.svg +0 -18
  10908. package/src/data/icons/svg/GLXT.svg +0 -3
  10909. package/src/data/icons/svg/GM.svg +0 -4
  10910. package/src/data/icons/svg/GMR.svg +0 -7
  10911. package/src/data/icons/svg/GNO.svg +0 -3
  10912. package/src/data/icons/svg/GNT.svg +0 -3
  10913. package/src/data/icons/svg/GOLD.svg +0 -3
  10914. package/src/data/icons/svg/GRC.svg +0 -3
  10915. package/src/data/icons/svg/GRIN.svg +0 -3
  10916. package/src/data/icons/svg/GSC.svg +0 -3
  10917. package/src/data/icons/svg/GTO.svg +0 -4
  10918. package/src/data/icons/svg/GUP.svg +0 -3
  10919. package/src/data/icons/svg/GUSD.svg +0 -3
  10920. package/src/data/icons/svg/GVT.svg +0 -3
  10921. package/src/data/icons/svg/GXS.svg +0 -3
  10922. package/src/data/icons/svg/GZR.svg +0 -6
  10923. package/src/data/icons/svg/HBAR.svg +0 -3
  10924. package/src/data/icons/svg/HIGHT.svg +0 -3
  10925. package/src/data/icons/svg/HMMM.svg +0 -4
  10926. package/src/data/icons/svg/HODL.svg +0 -3
  10927. package/src/data/icons/svg/HOT.svg +0 -3
  10928. package/src/data/icons/svg/HPB.svg +0 -4
  10929. package/src/data/icons/svg/HSR.svg +0 -4
  10930. package/src/data/icons/svg/HT.svg +0 -4
  10931. package/src/data/icons/svg/HTML.svg +0 -3
  10932. package/src/data/icons/svg/HUC.svg +0 -3
  10933. package/src/data/icons/svg/HUSH.svg +0 -3
  10934. package/src/data/icons/svg/ICN.svg +0 -3
  10935. package/src/data/icons/svg/ICP.svg +0 -3
  10936. package/src/data/icons/svg/ICX.svg +0 -3
  10937. package/src/data/icons/svg/IGNIS.svg +0 -4
  10938. package/src/data/icons/svg/ILK.svg +0 -3
  10939. package/src/data/icons/svg/INJ.svg +0 -4
  10940. package/src/data/icons/svg/INK.svg +0 -4
  10941. package/src/data/icons/svg/INS.svg +0 -6
  10942. package/src/data/icons/svg/ION.svg +0 -3
  10943. package/src/data/icons/svg/IOP.svg +0 -5
  10944. package/src/data/icons/svg/IOST.svg +0 -3
  10945. package/src/data/icons/svg/IOTX.svg +0 -25
  10946. package/src/data/icons/svg/IQ.svg +0 -3
  10947. package/src/data/icons/svg/ITC.svg +0 -3
  10948. package/src/data/icons/svg/JNT.svg +0 -3
  10949. package/src/data/icons/svg/JPY.svg +0 -3
  10950. package/src/data/icons/svg/KAVA.svg +0 -4
  10951. package/src/data/icons/svg/KCS.svg +0 -3
  10952. package/src/data/icons/svg/KIN.svg +0 -3
  10953. package/src/data/icons/svg/KLAY.svg +0 -6
  10954. package/src/data/icons/svg/KLOWN.svg +0 -23
  10955. package/src/data/icons/svg/KMD.svg +0 -4
  10956. package/src/data/icons/svg/KNC.svg +0 -3
  10957. package/src/data/icons/svg/KRB.svg +0 -3
  10958. package/src/data/icons/svg/LBC.svg +0 -3
  10959. package/src/data/icons/svg/LEND.svg +0 -3
  10960. package/src/data/icons/svg/LEO.svg +0 -6
  10961. package/src/data/icons/svg/LINK.svg +0 -3
  10962. package/src/data/icons/svg/LKK.svg +0 -3
  10963. package/src/data/icons/svg/LOOM.svg +0 -8
  10964. package/src/data/icons/svg/LPT.svg +0 -3
  10965. package/src/data/icons/svg/LRC.svg +0 -3
  10966. package/src/data/icons/svg/LSK.svg +0 -3
  10967. package/src/data/icons/svg/LTC.svg +0 -3
  10968. package/src/data/icons/svg/LUN.svg +0 -3
  10969. package/src/data/icons/svg/LYX.svg +0 -3
  10970. package/src/data/icons/svg/MAID.svg +0 -5
  10971. package/src/data/icons/svg/MANA.svg +0 -3
  10972. package/src/data/icons/svg/MATIC.svg +0 -3
  10973. package/src/data/icons/svg/MCAP.svg +0 -3
  10974. package/src/data/icons/svg/MCO.svg +0 -3
  10975. package/src/data/icons/svg/MDA.svg +0 -3
  10976. package/src/data/icons/svg/MDS.svg +0 -3
  10977. package/src/data/icons/svg/MED.svg +0 -3
  10978. package/src/data/icons/svg/MEETONE.svg +0 -4
  10979. package/src/data/icons/svg/METIS.svg +0 -3
  10980. package/src/data/icons/svg/MEX.svg +0 -4
  10981. package/src/data/icons/svg/MFT.svg +0 -3
  10982. package/src/data/icons/svg/MIOTA.svg +0 -3
  10983. package/src/data/icons/svg/MITH.svg +0 -3
  10984. package/src/data/icons/svg/MKR.svg +0 -3
  10985. package/src/data/icons/svg/MLN.svg +0 -4
  10986. package/src/data/icons/svg/MNX.svg +0 -4
  10987. package/src/data/icons/svg/MNZ.svg +0 -3
  10988. package/src/data/icons/svg/MOAC.svg +0 -3
  10989. package/src/data/icons/svg/MOD.svg +0 -4
  10990. package/src/data/icons/svg/MONA.svg +0 -3
  10991. package/src/data/icons/svg/MOVR.svg +0 -12
  10992. package/src/data/icons/svg/MSR.svg +0 -4
  10993. package/src/data/icons/svg/MTH.svg +0 -10
  10994. package/src/data/icons/svg/MTL.svg +0 -3
  10995. package/src/data/icons/svg/MUSIC.svg +0 -3
  10996. package/src/data/icons/svg/MZC.svg +0 -3
  10997. package/src/data/icons/svg/NANO.svg +0 -3
  10998. package/src/data/icons/svg/NAS.svg +0 -3
  10999. package/src/data/icons/svg/NAV.svg +0 -3
  11000. package/src/data/icons/svg/NCASH.svg +0 -3
  11001. package/src/data/icons/svg/NDZ.svg +0 -3
  11002. package/src/data/icons/svg/NEAR.svg +0 -3
  11003. package/src/data/icons/svg/NEBL.svg +0 -3
  11004. package/src/data/icons/svg/NEO.svg +0 -3
  11005. package/src/data/icons/svg/NEON.svg +0 -3
  11006. package/src/data/icons/svg/NEOS.svg +0 -3
  11007. package/src/data/icons/svg/NEU.svg +0 -6
  11008. package/src/data/icons/svg/NEXO.svg +0 -8
  11009. package/src/data/icons/svg/NGC.svg +0 -3
  11010. package/src/data/icons/svg/NIM.svg +0 -3
  11011. package/src/data/icons/svg/NIO.svg +0 -3
  11012. package/src/data/icons/svg/NLC2.svg +0 -3
  11013. package/src/data/icons/svg/NLG.svg +0 -3
  11014. package/src/data/icons/svg/NMC.svg +0 -3
  11015. package/src/data/icons/svg/NMR.svg +0 -3
  11016. package/src/data/icons/svg/NOM.svg +0 -3
  11017. package/src/data/icons/svg/NPXS.svg +0 -4
  11018. package/src/data/icons/svg/NULS.svg +0 -3
  11019. package/src/data/icons/svg/NXS.svg +0 -3
  11020. package/src/data/icons/svg/NXT.svg +0 -3
  11021. package/src/data/icons/svg/NYM.svg +0 -7
  11022. package/src/data/icons/svg/NYX.svg +0 -5
  11023. package/src/data/icons/svg/OAX.svg +0 -3
  11024. package/src/data/icons/svg/OK.svg +0 -3
  11025. package/src/data/icons/svg/OKB.svg +0 -6
  11026. package/src/data/icons/svg/OMG.svg +0 -3
  11027. package/src/data/icons/svg/OMNI.svg +0 -3
  11028. package/src/data/icons/svg/ONG.svg +0 -5
  11029. package/src/data/icons/svg/ONT.svg +0 -3
  11030. package/src/data/icons/svg/OOT.svg +0 -3
  11031. package/src/data/icons/svg/OSMO.svg +0 -7
  11032. package/src/data/icons/svg/OST.svg +0 -4
  11033. package/src/data/icons/svg/OX.svg +0 -3
  11034. package/src/data/icons/svg/OXT.svg +0 -3
  11035. package/src/data/icons/svg/PAC.svg +0 -3
  11036. package/src/data/icons/svg/PART.svg +0 -3
  11037. package/src/data/icons/svg/PASC.svg +0 -3
  11038. package/src/data/icons/svg/PASL.svg +0 -3
  11039. package/src/data/icons/svg/PAX.svg +0 -3
  11040. package/src/data/icons/svg/PAY.svg +0 -3
  11041. package/src/data/icons/svg/PAYX.svg +0 -4
  11042. package/src/data/icons/svg/PINK.svg +0 -4
  11043. package/src/data/icons/svg/PIRL.svg +0 -3
  11044. package/src/data/icons/svg/PIVX.svg +0 -3
  11045. package/src/data/icons/svg/PLR.svg +0 -3
  11046. package/src/data/icons/svg/POA.svg +0 -4
  11047. package/src/data/icons/svg/POE.svg +0 -4
  11048. package/src/data/icons/svg/POLIS.svg +0 -3
  11049. package/src/data/icons/svg/POLY.svg +0 -3
  11050. package/src/data/icons/svg/POT.svg +0 -3
  11051. package/src/data/icons/svg/POWR.svg +0 -3
  11052. package/src/data/icons/svg/PPC.svg +0 -4
  11053. package/src/data/icons/svg/PPP.svg +0 -3
  11054. package/src/data/icons/svg/PPT.svg +0 -3
  11055. package/src/data/icons/svg/PRE.svg +0 -8
  11056. package/src/data/icons/svg/PRL.svg +0 -3
  11057. package/src/data/icons/svg/PTRN.svg +0 -3
  11058. package/src/data/icons/svg/PUNGO.svg +0 -3
  11059. package/src/data/icons/svg/PURA.svg +0 -3
  11060. package/src/data/icons/svg/PYUSD.svg +0 -4
  11061. package/src/data/icons/svg/QASH.svg +0 -3
  11062. package/src/data/icons/svg/QCK.svg +0 -4
  11063. package/src/data/icons/svg/QIWI.svg +0 -3
  11064. package/src/data/icons/svg/QLC.svg +0 -3
  11065. package/src/data/icons/svg/QRL.svg +0 -3
  11066. package/src/data/icons/svg/QSP.svg +0 -3
  11067. package/src/data/icons/svg/QTUM.svg +0 -3
  11068. package/src/data/icons/svg/R.svg +0 -3
  11069. package/src/data/icons/svg/RADS.svg +0 -4
  11070. package/src/data/icons/svg/RAP.svg +0 -3
  11071. package/src/data/icons/svg/RBTC.svg +0 -4
  11072. package/src/data/icons/svg/RCN.svg +0 -3
  11073. package/src/data/icons/svg/RDD.svg +0 -4
  11074. package/src/data/icons/svg/RDN.svg +0 -3
  11075. package/src/data/icons/svg/REN.svg +0 -3
  11076. package/src/data/icons/svg/REP.svg +0 -3
  11077. package/src/data/icons/svg/REPV2.svg +0 -4
  11078. package/src/data/icons/svg/REQ.svg +0 -3
  11079. package/src/data/icons/svg/RHOC.svg +0 -3
  11080. package/src/data/icons/svg/RIC.svg +0 -3
  11081. package/src/data/icons/svg/RIDE.svg +0 -6
  11082. package/src/data/icons/svg/RISE.svg +0 -3
  11083. package/src/data/icons/svg/RLC.svg +0 -3
  11084. package/src/data/icons/svg/RPX.svg +0 -3
  11085. package/src/data/icons/svg/RUB.svg +0 -3
  11086. package/src/data/icons/svg/RVN.svg +0 -3
  11087. package/src/data/icons/svg/RYO.svg +0 -4
  11088. package/src/data/icons/svg/SAFE.svg +0 -4
  11089. package/src/data/icons/svg/SAI.svg +0 -3
  11090. package/src/data/icons/svg/SALT.svg +0 -3
  11091. package/src/data/icons/svg/SAN.svg +0 -3
  11092. package/src/data/icons/svg/SBD.svg +0 -3
  11093. package/src/data/icons/svg/SBERBANK.svg +0 -3
  11094. package/src/data/icons/svg/SC.svg +0 -3
  11095. package/src/data/icons/svg/SCRT.svg +0 -4
  11096. package/src/data/icons/svg/SEI.svg +0 -3
  11097. package/src/data/icons/svg/SGB.svg +0 -28
  11098. package/src/data/icons/svg/SHIFT.svg +0 -6
  11099. package/src/data/icons/svg/SIB.svg +0 -3
  11100. package/src/data/icons/svg/SIN.svg +0 -4
  11101. package/src/data/icons/svg/SKY.svg +0 -3
  11102. package/src/data/icons/svg/SLR.svg +0 -3
  11103. package/src/data/icons/svg/SLS.svg +0 -3
  11104. package/src/data/icons/svg/SMART.svg +0 -4
  11105. package/src/data/icons/svg/SNGLS.svg +0 -3
  11106. package/src/data/icons/svg/SNM.svg +0 -3
  11107. package/src/data/icons/svg/SNT.svg +0 -3
  11108. package/src/data/icons/svg/SOC.svg +0 -4
  11109. package/src/data/icons/svg/SOL.svg +0 -8
  11110. package/src/data/icons/svg/SPANK.svg +0 -3
  11111. package/src/data/icons/svg/SPHTX.svg +0 -3
  11112. package/src/data/icons/svg/SRN.svg +0 -3
  11113. package/src/data/icons/svg/SSV.svg +0 -8
  11114. package/src/data/icons/svg/STAK.svg +0 -3
  11115. package/src/data/icons/svg/STARS.svg +0 -3
  11116. package/src/data/icons/svg/START.svg +0 -3
  11117. package/src/data/icons/svg/STEEM.svg +0 -3
  11118. package/src/data/icons/svg/STORJ.svg +0 -3
  11119. package/src/data/icons/svg/STORM.svg +0 -3
  11120. package/src/data/icons/svg/STQ.svg +0 -3
  11121. package/src/data/icons/svg/STRAT.svg +0 -3
  11122. package/src/data/icons/svg/STRD.svg +0 -4
  11123. package/src/data/icons/svg/STX.svg +0 -6
  11124. package/src/data/icons/svg/SUB.svg +0 -3
  11125. package/src/data/icons/svg/SUMO.svg +0 -3
  11126. package/src/data/icons/svg/SYS.svg +0 -4
  11127. package/src/data/icons/svg/TAAS.svg +0 -3
  11128. package/src/data/icons/svg/TAU.svg +0 -3
  11129. package/src/data/icons/svg/TBX.svg +0 -4
  11130. package/src/data/icons/svg/TEL.svg +0 -3
  11131. package/src/data/icons/svg/TEN.svg +0 -3
  11132. package/src/data/icons/svg/TERN.svg +0 -3
  11133. package/src/data/icons/svg/TGCH.svg +0 -4
  11134. package/src/data/icons/svg/THETA.svg +0 -3
  11135. package/src/data/icons/svg/TIFI.svg +0 -3
  11136. package/src/data/icons/svg/TIX.svg +0 -3
  11137. package/src/data/icons/svg/TKN.svg +0 -3
  11138. package/src/data/icons/svg/TKS.svg +0 -4
  11139. package/src/data/icons/svg/TLOS.svg +0 -3
  11140. package/src/data/icons/svg/TNB.svg +0 -3
  11141. package/src/data/icons/svg/TNC.svg +0 -3
  11142. package/src/data/icons/svg/TNT.svg +0 -3
  11143. package/src/data/icons/svg/TOMO.svg +0 -3
  11144. package/src/data/icons/svg/TPAY.svg +0 -5
  11145. package/src/data/icons/svg/TRIG.svg +0 -3
  11146. package/src/data/icons/svg/TRTL.svg +0 -4
  11147. package/src/data/icons/svg/TRX.svg +0 -4
  11148. package/src/data/icons/svg/TUSD.svg +0 -5
  11149. package/src/data/icons/svg/TYC.svg +0 -6
  11150. package/src/data/icons/svg/TZC.svg +0 -3
  11151. package/src/data/icons/svg/UBQ.svg +0 -4
  11152. package/src/data/icons/svg/UMA.svg +0 -4
  11153. package/src/data/icons/svg/UMEE.svg +0 -5
  11154. package/src/data/icons/svg/UNI.svg +0 -10
  11155. package/src/data/icons/svg/UNITY.svg +0 -4
  11156. package/src/data/icons/svg/USDC.svg +0 -3
  11157. package/src/data/icons/svg/USDT.svg +0 -3
  11158. package/src/data/icons/svg/UTK.svg +0 -3
  11159. package/src/data/icons/svg/VERI.svg +0 -3
  11160. package/src/data/icons/svg/VERSE.svg +0 -3
  11161. package/src/data/icons/svg/VET.svg +0 -3
  11162. package/src/data/icons/svg/VIA.svg +0 -3
  11163. package/src/data/icons/svg/VIB.svg +0 -3
  11164. package/src/data/icons/svg/VIBE.svg +0 -3
  11165. package/src/data/icons/svg/VIVO.svg +0 -3
  11166. package/src/data/icons/svg/VLX.svg +0 -3
  11167. package/src/data/icons/svg/VRC.svg +0 -3
  11168. package/src/data/icons/svg/VRSC.svg +0 -4
  11169. package/src/data/icons/svg/VTC.svg +0 -3
  11170. package/src/data/icons/svg/VTHO.svg +0 -4
  11171. package/src/data/icons/svg/WABI.svg +0 -3
  11172. package/src/data/icons/svg/WAIFU.svg +0 -1
  11173. package/src/data/icons/svg/WAN.svg +0 -4
  11174. package/src/data/icons/svg/WAVES.svg +0 -3
  11175. package/src/data/icons/svg/WAX.svg +0 -3
  11176. package/src/data/icons/svg/WBTC.svg +0 -4
  11177. package/src/data/icons/svg/WDOGE.svg +0 -5
  11178. package/src/data/icons/svg/WGR.svg +0 -3
  11179. package/src/data/icons/svg/WICC.svg +0 -4
  11180. package/src/data/icons/svg/WINGS.svg +0 -5
  11181. package/src/data/icons/svg/WPR.svg +0 -3
  11182. package/src/data/icons/svg/WTC.svg +0 -6
  11183. package/src/data/icons/svg/X.svg +0 -5
  11184. package/src/data/icons/svg/XAS.svg +0 -4
  11185. package/src/data/icons/svg/XBC.svg +0 -4
  11186. package/src/data/icons/svg/XBP.svg +0 -3
  11187. package/src/data/icons/svg/XBY.svg +0 -3
  11188. package/src/data/icons/svg/XCP.svg +0 -3
  11189. package/src/data/icons/svg/XDN.svg +0 -3
  11190. package/src/data/icons/svg/XEM.svg +0 -3
  11191. package/src/data/icons/svg/XIN.svg +0 -3
  11192. package/src/data/icons/svg/XLM.svg +0 -4
  11193. package/src/data/icons/svg/XMCC.svg +0 -4
  11194. package/src/data/icons/svg/XMG.svg +0 -4
  11195. package/src/data/icons/svg/XMO.svg +0 -5
  11196. package/src/data/icons/svg/XMR.svg +0 -3
  11197. package/src/data/icons/svg/XMY.svg +0 -4
  11198. package/src/data/icons/svg/XP.svg +0 -3
  11199. package/src/data/icons/svg/XPA.svg +0 -3
  11200. package/src/data/icons/svg/XPM.svg +0 -3
  11201. package/src/data/icons/svg/XPRT.svg +0 -4
  11202. package/src/data/icons/svg/XRP.svg +0 -3
  11203. package/src/data/icons/svg/XSG.svg +0 -3
  11204. package/src/data/icons/svg/XST.svg +0 -3
  11205. package/src/data/icons/svg/XTZ.svg +0 -3
  11206. package/src/data/icons/svg/XUC.svg +0 -4
  11207. package/src/data/icons/svg/XVC.svg +0 -3
  11208. package/src/data/icons/svg/XVG.svg +0 -4
  11209. package/src/data/icons/svg/XZC.svg +0 -3
  11210. package/src/data/icons/svg/YAE.svg +0 -5
  11211. package/src/data/icons/svg/YFI.svg +0 -4
  11212. package/src/data/icons/svg/YOYOW.svg +0 -3
  11213. package/src/data/icons/svg/ZCL.svg +0 -3
  11214. package/src/data/icons/svg/ZEC.svg +0 -3
  11215. package/src/data/icons/svg/ZEL.svg +0 -3
  11216. package/src/data/icons/svg/ZEN.svg +0 -5
  11217. package/src/data/icons/svg/ZEST.svg +0 -5
  11218. package/src/data/icons/svg/ZIL.svg +0 -5
  11219. package/src/data/icons/svg/ZILLA.svg +0 -3
  11220. package/src/data/icons/svg/ZRX.svg +0 -3
  11221. package/src/data/icons/svg/currency_arbitrum.svg +0 -6
  11222. package/src/data/icons/svg/currency_arbitrum_goerli.svg +0 -6
  11223. package/src/data/icons/svg/currency_base.svg +0 -3
  11224. package/src/data/icons/svg/currency_base_goerli.svg +0 -3
  11225. package/src/data/icons/svg/currency_boba.svg +0 -11
  11226. package/src/data/icons/svg/currency_optimism.svg +0 -5
  11227. package/src/data/icons/svg/currency_optimism_goerli.svg +0 -5
  11228. package/src/data/icons/svg/currency_polygon_zk_evm.svg +0 -3
  11229. package/src/data/icons/svg/currency_polygon_zk_evm_testnet.svg +0 -3
  11230. package/src/data/icons/svg/gABI.svg +0 -4
  11231. package/src/data/icons/svg/sABI.svg +0 -3
  11232. package/src/featureFlags/FeatureFlagsContext.test.tsx +0 -13
  11233. package/src/featureFlags/FeatureFlagsContext.tsx +0 -69
  11234. package/src/featureFlags/FeatureToggle.tsx +0 -22
  11235. package/src/featureFlags/defaultFeatures.ts +0 -407
  11236. package/src/featureFlags/groupedFeatures.ts +0 -25
  11237. package/src/featureFlags/helper.tsx +0 -9
  11238. package/src/featureFlags/index.ts +0 -10
  11239. package/src/featureFlags/mock.tsx +0 -29
  11240. package/src/featureFlags/useFeature.test.tsx +0 -23
  11241. package/src/featureFlags/useFeature.ts +0 -21
  11242. package/src/featureFlags/useHasOverriddenFeatureFlags.ts +0 -24
  11243. package/src/react.ts +0 -29
@@ -1,7 +1,7 @@
1
1
  // Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
 
3
- exports[`sortByMarketcap snapshot 1`] = `
4
- Array [
3
+ exports[`sortCurrenciesByIds snapshot 1`] = `
4
+ [
5
5
  "bitcoin",
6
6
  "ethereum",
7
7
  "ripple",
@@ -34,7 +34,7 @@ Array [
34
34
  "dogecoin",
35
35
  "ethereum/erc20/bat",
36
36
  "vechain",
37
- "polygon/erc20/paxos_standard",
37
+ "ethereum/erc20/payperex",
38
38
  "digibyte",
39
39
  "hedera",
40
40
  "bitcoin_gold",
@@ -49,8 +49,10 @@ Array [
49
49
  "ethereum/erc20/trueusd",
50
50
  "ethereum/erc20/kyber_network_crystal_v2",
51
51
  "ravencoin",
52
+ "ethereum/erc20/augur",
52
53
  "ethereum/erc20/enjin",
53
54
  "waves",
55
+ "ethereum/erc20/hyperion_token",
54
56
  "ethereum/erc20/omg",
55
57
  "ethereum/erc20/dai_stablecoin_v2_0",
56
58
  "ethereum/erc20/energi",
@@ -58,7 +60,7 @@ Array [
58
60
  "ethereum/erc20/crypto_com",
59
61
  "nano",
60
62
  "ethereum/erc20/digix_dao",
61
- "ethereum/erc20/kucoin_token",
63
+ "ethereum/erc20/kucoin_shares",
62
64
  "ethereum/erc20/status_network_token",
63
65
  "ethereum/erc20/bytom",
64
66
  "nervos",
@@ -67,23 +69,23 @@ Array [
67
69
  "ethereum/erc20/nexo",
68
70
  "zilliqa",
69
71
  "ethereum/erc20/seele_token",
72
+ "bsc/bep20/bat_true_share",
70
73
  "ethereum/erc20/aave_",
71
74
  "ethereum/erc20/republic_protocol",
72
75
  "zencash",
73
76
  "polygon",
74
77
  "ethereum/erc20/nmr",
75
- "ethereum/erc20/streamr",
78
+ "ethereum/erc20/data_economy_index",
76
79
  "ethereum/erc20/decentraland_mana",
77
80
  "ethereum/erc20/unibright",
78
81
  "zcoin",
79
- "bsc/bep20/greentrust",
80
82
  "ethereum/erc20/paxos_gold",
81
83
  "ethereum/erc20/elf_token",
82
84
  "ethereum/erc20/digitexfutures",
83
85
  "ethereum/erc20/waxp_token",
84
86
  "aion",
85
87
  "ethereum/erc20/civitas_protocol",
86
- "ethereum/erc20/loopringcoin_v2",
88
+ "ethereum/erc20/loopringcoin_v1",
87
89
  "ethereum/erc20/swipe",
88
90
  "ethereum/erc20/powerledger",
89
91
  "ethereum/erc20/ripio_credit_network",
@@ -92,31 +94,30 @@ Array [
92
94
  "ethereum/erc20/stasis_eurs_token",
93
95
  "ethereum/erc20/chiliz",
94
96
  "thundercore",
95
- "ethereum/erc20/aragon_network_token",
96
97
  "ethereum/erc20/celsius",
97
98
  "ethereum/erc20/gatechaintoken",
98
- "ethereum/erc20/gxc",
99
+ "ethereum/erc20/game_x_coin",
100
+ "ethereum/erc20/pundi_x_token_old",
99
101
  "ethereum/erc20/iexec_rlc",
100
102
  "tomo",
101
103
  "elastos",
102
- "polygon/erc20/bandtoken",
103
104
  "ethereum/erc20/ocean",
104
105
  "ethereum/erc20/healthcare_administration_token",
105
- "ethereum/erc20/crpt",
106
106
  "ark",
107
+ "ethereum/erc20/pchain",
107
108
  "ethereum/erc20/cortex_coin",
108
109
  "ethereum/erc20/wirex_token",
109
110
  "ethereum/erc20/nash_exchange_token",
110
111
  "ethereum/erc20/mx_token",
111
112
  "ethereum/erc20/tierion_network_token",
112
- "bsc/bep20/nuls",
113
+ "ethereum/erc20/nuls",
113
114
  "kava_evm",
114
115
  "ethereum/erc20/orbs",
115
116
  "ethereum/erc20/beam",
116
117
  "ethereum/erc20/bora",
117
118
  "wanchain",
118
119
  "ethereum/erc20/metalpay",
119
- "ethereum/erc20/thorchain_eth_rune",
120
+ "ethereum/erc20/rune",
120
121
  "ethereum/erc20/acuteanglecoin",
121
122
  "pivx",
122
123
  "ethereum/erc20/reserve_rights",
@@ -125,16 +126,15 @@ Array [
125
126
  "vertcoin",
126
127
  "ethereum/erc20/ztcoin",
127
128
  "ethereum/erc20/nebula",
128
- "ethereum/erc20/loom_token",
129
129
  "ethereum/erc20/eldorado_token",
130
+ "bsc/bep20/wazirx_token",
130
131
  "ethereum/erc20/civic",
131
132
  "ethereum/erc20/storj",
132
- "polygon/erc20/fetch",
133
- "ethereum/erc20/telcoin",
133
+ "ethereum/erc20/meditel",
134
+ "ethereum/erc20/boa",
134
135
  "ethereum/erc20/kan",
135
136
  "ethereum/erc20/bancor",
136
137
  "ethereum/erc20/populous",
137
- "polygon/erc20/iotex_network",
138
138
  "ethereum/erc20/funfair",
139
139
  "kusama",
140
140
  "syscoin",
@@ -147,7 +147,6 @@ Array [
147
147
  "ethereum/erc20/qash",
148
148
  "ethereum/erc20/function_x",
149
149
  "ethereum/erc20/you_chain",
150
- "bsc/bep20/binance-peg_coti_token",
151
150
  "ethereum/erc20/uquid_coin",
152
151
  "ethereum/erc20/the_force_token",
153
152
  "ethereum/erc20/innovativebioresearchclassic",
@@ -171,20 +170,22 @@ Array [
171
170
  "ethereum/erc20/bitbook_gambling",
172
171
  "ethereum/erc20/qqq_token",
173
172
  "ethereum/erc20/centrality_token",
173
+ "ethereum/erc20/thorenext",
174
174
  "ethereum/erc20/jul",
175
+ "ethereum/erc20/erc20_",
175
176
  "ethereum/erc20/breeze",
176
177
  "ethereum/erc20/banker_token",
178
+ "ethereum/erc20/dao_invest",
177
179
  "velas_evm",
178
180
  "ethereum/erc20/zeon",
179
181
  "ethereum/erc20/gaptoken",
180
182
  "ethereum/erc20/cryptoindex_100",
181
183
  "ethereum/erc20/usdk",
182
- "ethereum/erc20/qubitica_",
183
184
  "ethereum/erc20/ethereum_meta",
185
+ "ethereum/erc20/bitmax_token",
184
186
  "ethereum/erc20/bitforex_token",
185
187
  "ethereum/erc20/synchrobitcoin",
186
188
  "ethereum/erc20/agavecoin",
187
- "ethereum/erc20/futureswap_token",
188
189
  "ethereum/erc20/gnosis",
189
190
  "ethereum/erc20/dtr",
190
191
  "ethereum/erc20/crypto20",
@@ -192,7 +193,7 @@ Array [
192
193
  "ethereum/erc20/ecoreal",
193
194
  "ethereum/erc20/bz",
194
195
  "ethereum/erc20/edcoin",
195
- "ethereum/erc20/btu_protocol",
196
+ "ethereum/erc20/bitsoutoken",
196
197
  "ethereum/erc20/exnce",
197
198
  "ethereum/erc20/imported_gbyte",
198
199
  "ethereum/erc20/chimpion",
@@ -205,7 +206,8 @@ Array [
205
206
  "ethereum/erc20/rocket_pool",
206
207
  "ethereum/erc20/latoken",
207
208
  "ethereum/erc20/marblecoin",
208
- "polygon/erc20/shardus_(pos)",
209
+ "ethereum/erc20/ultiledger",
210
+ "bsc/bep20/b2b_token",
209
211
  "ethereum/erc20/coinex_token",
210
212
  "ethereum/erc20/unore",
211
213
  "ethereum/erc20/polymath_network",
@@ -215,17 +217,15 @@ Array [
215
217
  "ethereum/erc20/dent",
216
218
  "ethereum/erc20/odem_token",
217
219
  "ethereum/erc20/elitium",
218
- "ethereum/erc20/sai",
219
220
  "ethereum/erc20/anchor",
220
221
  "ethereum/erc20/arcblock_token",
221
- "ethereum/erc20/wrapped_bitcoin",
222
222
  "ethereum/erc20/credits",
223
223
  "ethereum/erc20/xactoken",
224
- "ethereum/erc20/metadium",
224
+ "ethereum/erc20/meta_bots",
225
225
  "ethereum/erc20/lto_network_token",
226
- "polygon/erc20/polywolf",
227
- "bsc/bep20/tech_trees_coin",
228
- "ethereum/erc20/cashaa",
226
+ "ethereum/erc20/moontoken",
227
+ "ethereum/erc20/thetimeschain_coin",
228
+ "ethereum/erc20/cas_coin",
229
229
  "ethereum/erc20/invictus_hyperion",
230
230
  "ethereum/erc20/idex_token",
231
231
  "ethereum/erc20/request_network",
@@ -253,12 +253,15 @@ Array [
253
253
  "ethereum/erc20/dark_matter_token",
254
254
  "ethereum/erc20/nkn",
255
255
  "ethereum/erc20/mexc_token",
256
+ "ethereum/erc20/iot_chain",
256
257
  "ethereum/erc20/voyager_token",
257
258
  "telos_evm",
258
259
  "ethereum/erc20/santiment",
259
260
  "ethereum/erc20/mda",
261
+ "ethereum/erc20/ontime",
262
+ "ethereum/erc20/libratoken",
260
263
  "ethereum/erc20/wabi",
261
- "ethereum/erc20/peculium",
264
+ "ethereum/erc20/pcl",
262
265
  "ethereum/erc20/moviebloc",
263
266
  "ethereum/erc20/spectre_ai_d_token",
264
267
  "ethereum/erc20/celer",
@@ -267,15 +270,15 @@ Array [
267
270
  "ethereum/erc20/salt_lending_token",
268
271
  "ethereum/erc20/dragon",
269
272
  "ethereum/erc20/adex_network",
270
- "ethereum/erc20/cocostokenv2",
273
+ "ethereum/erc20/cocostoken_old",
274
+ "ethereum/erc20/proton ",
271
275
  "ethereum/erc20/gifto",
272
276
  "ethereum/erc20/dgx",
273
277
  "ethereum/erc20/neu_fund",
274
- "ethereum/erc20/ekt",
275
278
  "ethereum/erc20/tenx",
276
279
  "ethereum/erc20/internet_node_token",
277
280
  "ethereum/erc20/levolution_io_token",
278
- "ethereum/erc20/decentr",
281
+ "ethereum/erc20/darkenergycrystals",
279
282
  "ethereum/erc20/iqeon",
280
283
  "peercoin",
281
284
  "ethereum/erc20/united_traders_token",
@@ -289,10 +292,9 @@ Array [
289
292
  "qrl",
290
293
  "ethereum/erc20/token_of_power",
291
294
  "ethereum/erc20/s4fe",
292
- "ethereum/erc20/pressone_token",
295
+ "ethereum/erc20/persians",
293
296
  "ethereum/erc20/everycoin",
294
297
  "ethereum/erc20/moss_coin",
295
- "ethereum/erc20/vitetoken",
296
298
  "ethereum/erc20/degenarts_com_coin",
297
299
  "ethereum/erc20/gemini_dollar",
298
300
  "polygon/erc20/mainframe_token",
@@ -309,28 +311,25 @@ Array [
309
311
  "ethereum/erc20/flashstake",
310
312
  "ethereum/erc20/cosmocoin",
311
313
  "ethereum/erc20/vnx_exchange",
312
- "ethereum/erc20/linear_token",
314
+ "ethereum/erc20/lina",
313
315
  "ethereum/erc20/firstblood",
314
316
  "ethereum/erc20/sentinel_protocol",
315
317
  "ethereum/erc20/coinmetro_token",
316
318
  "ethereum/erc20/u_networks",
317
319
  "ethereum/erc20/unlimitedip_token",
318
320
  "ethereum/erc20/simple_token__ost_",
319
- "ethereum/erc20/revelation_coin",
320
321
  "ethereum/erc20/perlin",
321
- "ethereum/erc20/vidt_dao",
322
322
  "ethereum/erc20/cryptofranc",
323
323
  "ethereum/erc20/linkatoken",
324
324
  "ethereum/erc20/credo___bitbounce",
325
325
  "ethereum/erc20/synth_susd",
326
- "ethereum/erc20/hydro_token",
326
+ "ethereum/erc20/hydro",
327
327
  "ethereum/erc20/jnt",
328
328
  "ethereum/erc20/symverse",
329
329
  "ethereum/erc20/troy",
330
330
  "ethereum/erc20/tokencard",
331
331
  "ethereum/erc20/everus",
332
332
  "ethereum/erc20/ivy_mining",
333
- "ethereum/erc20/utrust_token",
334
333
  "ethereum/erc20/fusion",
335
334
  "ethereum/erc20/origo",
336
335
  "ethereum/erc20/babb_bax",
@@ -340,26 +339,30 @@ Array [
340
339
  "ethereum/erc20/metronome",
341
340
  "ethereum/erc20/pillar_project",
342
341
  "ethereum/erc20/ava",
343
- "ethereum/erc20/propy",
342
+ "ethereum/erc20/ethfinex_nectar_token",
343
+ "ethereum/erc20/cryptaldash",
344
344
  "ethereum/erc20/token_prometeus_network",
345
345
  "ethereum/erc20/wings",
346
346
  "ethereum/erc20/sirin_labs",
347
+ "bsc/bep20/aryze_eusd",
347
348
  "ethereum/erc20/apm_coin",
348
349
  "ethereum/erc20/amo_coin",
349
350
  "ethereum/erc20/bitcapitalvendor_token",
350
351
  "ethereum/erc20/gitcoin",
351
352
  "ethereum/erc20/etheroll",
352
- "ethereum/erc20/blocksquaretoken",
353
+ "ethereum/erc20/beshare_token",
354
+ "ethereum/erc20/morpheus_network_old",
353
355
  "ethereum/erc20/eosdac",
354
356
  "ethereum/erc20/ipc",
357
+ "ethereum/erc20/bf_token",
355
358
  "ethereum/erc20/endor_protocol_token",
356
359
  "ethereum/erc20/melon_token",
357
- "ethereum/erc20/fleta_token",
358
360
  "ethereum/erc20/vidycoin",
359
361
  "ethereum/erc20/yoyow",
360
362
  "ethereum/erc20/genesis_vision",
361
363
  "ethereum/erc20/evx_token",
362
364
  "ethereum/erc20/valor",
365
+ "ethereum/erc20/hitbtc_token",
363
366
  "ethereum/erc20/time_new_bank",
364
367
  "ethereum/erc20/wrapped_mir_token",
365
368
  "ethereum/erc20/litentry",
@@ -369,7 +372,7 @@ Array [
369
372
  "mix",
370
373
  "ethereum/erc20/foam_token",
371
374
  "hpb",
372
- "ethereum/erc20/videocoin",
375
+ "ethereum/erc20/vid",
373
376
  "ethereum/erc20/man",
374
377
  "ethereum/erc20/dentacoin",
375
378
  "nimiq",
@@ -389,11 +392,12 @@ Array [
389
392
  "ethereum/erc20/trustverse",
390
393
  "ethereum/erc20/roobee",
391
394
  "ethereum/erc20/qunquncommunities",
392
- "ethereum/erc20/eurbase_stablecoin_v2",
395
+ "ethereum/erc20/eurbase_stablecoin",
393
396
  "ethereum/erc20/qiibeetoken",
394
397
  "ethereum/erc20/tokenclub_token",
395
398
  "ethereum/erc20/governance_token_monolithosdao",
396
399
  "ethereum/erc20/appcoins",
400
+ "bsc/bep20/agro_global_token_v2",
397
401
  "ethereum/erc20/dock",
398
402
  "ethereum/erc20/xy_oracle",
399
403
  "viacoin",
@@ -404,7 +408,6 @@ Array [
404
408
  "ethereum/erc20/pumapay",
405
409
  "hycon",
406
410
  "ethereum/erc20/agrello",
407
- "bsc/bep20/pi_network",
408
411
  "ethereum/erc20/snetwork",
409
412
  "ethereum/erc20/ultraingas",
410
413
  "ethereum/erc20/oax",
@@ -416,23 +419,24 @@ Array [
416
419
  "ethereum/erc20/districtox",
417
420
  "ethereum/erc20/monetha",
418
421
  "ethereum/erc20/coindash",
422
+ "ethereum/erc20/sharetoken",
419
423
  "ethereum/erc20/margix",
420
424
  "ethereum/erc20/get",
421
425
  "ethereum/erc20/tripio",
422
426
  "ethereum/erc20/sonm",
423
427
  "ethereum/erc20/data",
424
428
  "ethereum/erc20/universa",
425
- "ethereum/erc20/nestree",
426
429
  "ethereum/erc20/gny",
427
430
  "ethereum/erc20/dapstoken",
428
431
  "ethereum/erc20/lcx",
429
432
  "ethereum/erc20/vib",
430
433
  "ethereum/erc20/global_social_chain",
431
434
  "ethereum/erc20/bitmarttoken",
432
- "ethereum/erc20/bountymarketcap",
433
435
  "ethereum/erc20/box_token",
434
436
  "ethereum/erc20/carbon_utility_token",
435
437
  "ethereum/erc20/grid",
438
+ "ethereum/erc20/public_mint",
439
+ "ethereum/erc20/cnn_token",
436
440
  "ethereum/erc20/0chain",
437
441
  "ethereum/erc20/presearch",
438
442
  "ethereum/erc20/peg_network_token",
@@ -440,10 +444,9 @@ Array [
440
444
  "ethereum/erc20/deepbrainchain_token",
441
445
  "ethereum/erc20/airswap",
442
446
  "ethereum/erc20/sentivate",
443
- "ethereum/erc20/vera_",
444
447
  "ethereum/erc20/humanscape",
445
448
  "ethereum/erc20/ftc",
446
- "ethereum/erc20/bidipass",
449
+ "ethereum/erc20/bdp",
447
450
  "ethereum/erc20/rotharium",
448
451
  "ethereum/erc20/(payx)",
449
452
  "ethereum/erc20/aeron_token",
@@ -455,13 +458,14 @@ Array [
455
458
  "ethereum/erc20/beaxy_token",
456
459
  "ethereum/erc20/oneroot_network",
457
460
  "ethereum/erc20/bitberrytoken",
461
+ "ethereum/erc20/vin",
458
462
  "poa",
459
463
  "nix",
460
464
  "ethereum/erc20/cargox",
461
465
  "ethereum/erc20/baasid",
462
466
  "ethereum/erc20/covesting",
463
467
  "ethereum/erc20/bcpt",
464
- "ethereum/erc20/lympo_",
468
+ "ethereum/erc20/lympo",
465
469
  "ethereum/erc20/newscrypto",
466
470
  "ethereum/erc20/spendcoin",
467
471
  "ethereum/erc20/napoleonx",
@@ -472,6 +476,7 @@ Array [
472
476
  "ethereum/erc20/etherparty_fuel",
473
477
  "ethereum/erc20/daostack",
474
478
  "ethereum/erc20/litextoken",
479
+ "ethereum/erc20/inventoryclub_token",
475
480
  "ethereum/erc20/noku",
476
481
  "ethereum/erc20/insights_network",
477
482
  "ethereum/erc20/morpheus_infrastructure_token",
@@ -490,16 +495,16 @@ Array [
490
495
  "ethereum/erc20/dadi",
491
496
  "ethereum/erc20/akropolis",
492
497
  "ethereum/erc20/platoncoin",
493
- "ethereum/erc20/hubiits",
494
- "ethereum/erc20/skrumble_token",
498
+ "ethereum/erc20/habitat_token",
499
+ "ethereum/erc20/skrumble_network_v2",
495
500
  "ethereum/erc20/betprotocoltoken",
496
501
  "ethereum/erc20/lnx_protocol",
497
502
  "ethereum/erc20/switcheo_token",
498
503
  "ethereum/erc20/fatcoin",
499
- "ethereum/erc20/blackpool_token",
500
- "ethereum/erc20/nectar",
504
+ "ethereum/erc20/balancer_pool_token",
505
+ "ethereum/erc20/namechangetoken",
501
506
  "ethereum/erc20/liftoken",
502
- "ethereum/erc20/eterbase_utility_token",
507
+ "ethereum/erc20/eterbase_coin",
503
508
  "ethereum/erc20/dream",
504
509
  "ethereum/erc20/kryll",
505
510
  "ethereum/erc20/alphadex",
@@ -512,48 +517,46 @@ Array [
512
517
  "ethereum/erc20/pivot_token",
513
518
  "ethereum/erc20/contents_protocol_token",
514
519
  "ethereum/erc20/caspian_token",
520
+ "ethereum/erc20/cube",
515
521
  "ethereum/erc20/1wo",
516
522
  "ethereum/erc20/nucleusvision",
517
523
  "rsk",
518
524
  "ethereum/erc20/cure_farm",
519
525
  "ethereum/erc20/commerceblock",
520
526
  "ethereum/erc20/blue_whale_exchange",
521
- "ethereum/erc20/confideal",
522
- "ethereum/erc20/xstable_protocol",
523
527
  "ethereum/erc20/asian_fintech",
524
528
  "ethereum/erc20/abyss",
525
529
  "ethereum/erc20/linkeye_token",
526
530
  "ethereum/erc20/atomic_wallet_token",
527
531
  "bsc/bep20/kingtoken",
528
532
  "ethereum/erc20/likecoin",
529
- "ethereum/erc20/noia_token",
530
533
  "ethereum/erc20/czr",
531
534
  "ethereum/erc20/omix",
532
535
  "ethereum/erc20/poker_chips",
533
536
  "bittorrent",
534
537
  "ethereum/erc20/education",
535
- "ethereum/erc20/iethereum",
536
538
  "ethereum/erc20/plutus",
537
539
  "ethereum/erc20/aidus_token",
538
540
  "ethereum/erc20/vndc",
539
541
  "ethereum/erc20/goldmint_mnt_prelaunch_token",
540
542
  "ethereum/erc20/red_mwat",
543
+ "ethereum/erc20/cvtoken",
541
544
  "ethereum/erc20/daex_token",
542
545
  "ethereum/erc20/ceek_vr_token",
543
- "polygon/erc20/cardstack",
544
- "bsc/bep20/pnetwork_token",
546
+ "ethereum/erc20/penta_network_token",
545
547
  "ethereum/erc20/yee",
546
548
  "ethereum/erc20/hashbx",
547
549
  "bsc/bep20/velorex",
548
550
  "ethereum/erc20/ferrum_network_token",
551
+ "bsc/bep20/raven_protocol",
552
+ "ethereum/erc20/karma",
549
553
  "ethereum/erc20/cloudbric",
550
- "ethereum/erc20/sentinel",
554
+ "ethereum/erc20/paypie",
551
555
  "zclassic",
552
556
  "ethereum/erc20/mysterium",
553
- "ethereum/erc20/substratum_",
554
557
  "ethereum/erc20/tolar_token",
555
558
  "ethereum/erc20/opacity_old",
556
- "ethereum/erc20/life_crypto",
559
+ "ethereum/erc20/life",
557
560
  "ethereum/erc20/dacsee",
558
561
  "ethereum/erc20/zeuxcoin",
559
562
  "ethereum/erc20/change_bank",
@@ -568,7 +571,6 @@ Array [
568
571
  "ethereum/erc20/blockchain_certified_data_token",
569
572
  "ethereum/erc20/fintrux_network",
570
573
  "ethereum/erc20/bitex_global_xbx_coin",
571
- "bsc/bep20/adshares",
572
574
  "ethereum/erc20/unikoingold",
573
575
  "ethereum/erc20/canabio",
574
576
  "ethereum/erc20/omni",
@@ -576,21 +578,22 @@ Array [
576
578
  "ethereum/erc20/bankex",
577
579
  "ethereum/erc20/fasttoken",
578
580
  "ethereum/erc20/boom",
579
- "ethereum/erc20/digitalticks",
581
+ "ethereum/erc20/data_exchange_token",
582
+ "ethereum/erc20/art",
580
583
  "ethereum/erc20/hashgard",
581
- "ethereum/erc20/primas_token",
582
584
  "ethereum/erc20/snov",
583
- "ethereum/erc20/faceter",
584
585
  "ethereum/erc20/the_real_coin_",
585
- "ethereum/erc20/mtc_mesh_network",
586
+ "ethereum/erc20/medical_token_currency",
586
587
  "ethereum/erc20/dynasty_global_investments_ag",
587
588
  "ethereum/erc20/bolt_token",
588
589
  "ethereum/erc20/atl",
590
+ "ethereum/erc20/cryptobuyer_token",
589
591
  "ethereum/erc20/connext",
590
592
  "ethereum/erc20/chatcoin",
591
593
  "ethereum/erc20/lever_token",
592
594
  "ethereum/erc20/datum_token",
593
595
  "ethereum/erc20/ai_doctor",
596
+ "ethereum/erc20/minereum",
594
597
  "ethereum/erc20/colulocalnetwork",
595
598
  "ethereum/erc20/vice_industry_token",
596
599
  "ethereum/erc20/amond",
@@ -616,23 +619,22 @@ Array [
616
619
  "ethereum/erc20/delphy_token",
617
620
  "ethereum/erc20/ubex",
618
621
  "ethereum/erc20/bomb",
619
- "ethereum/erc20/moneytoken",
622
+ "ethereum/erc20/immortal",
620
623
  "ethereum/erc20/atn",
621
- "ethereum/erc20/eraswap",
622
624
  "ethereum/erc20/stableusd",
623
625
  "ethereum/erc20/isik_coin",
624
626
  "ethereum/erc20/indahash_coin",
625
627
  "ethereum/erc20/stoken",
628
+ "ethereum/erc20/passive_income_bot",
626
629
  "ethereum/erc20/insureum_token",
627
630
  "ethereum/erc20/proton_token",
628
631
  "ethereum/erc20/sakura_bloom",
629
- "ethereum/erc20/popchain_cash",
632
+ "ethereum/erc20/pitch",
630
633
  "ethereum/erc20/lux_expression",
631
634
  "ethereum/erc20/linkey_token",
632
635
  "ethereum/erc20/locus_chain",
633
636
  "ethereum/erc20/qchi",
634
- "ethereum/erc20/owndata",
635
- "ethereum/erc20/timeminer",
637
+ "ethereum/erc20/chronobank",
636
638
  "ethereum/erc20/multivac",
637
639
  "ethereum/erc20/wins_live",
638
640
  "ethereum/erc20/swarm",
@@ -649,14 +651,16 @@ Array [
649
651
  "ethereum/erc20/jobchain",
650
652
  "ethereum/erc20/block_chain_com",
651
653
  "ethereum/erc20/spankchain",
652
- "polygon/erc20/ig_gold_(pos)",
654
+ "ethereum/erc20/ig_gold",
653
655
  "ethereum/erc20/0xcert_protocol_token",
654
656
  "ethereum/erc20/wepower",
655
657
  "ethereum/erc20/proxeus",
656
658
  "ethereum/erc20/internxt",
657
- "bsc/bep20/usdx",
659
+ "ethereum/erc20/dforce_",
660
+ "ethereum/erc20/nexxo_tokens",
658
661
  "ethereum/erc20/temco",
659
- "ethereum/erc20/mindexcoin",
662
+ "ethereum/erc20/mic",
663
+ "ethereum/erc20/bcs",
660
664
  "ethereum/erc20/lml",
661
665
  "ethereum/erc20/domraidertoken",
662
666
  "ethereum/erc20/cosplaytoken",
@@ -666,7 +670,7 @@ Array [
666
670
  "bitcoin_private",
667
671
  "ethereum/erc20/vegawallet",
668
672
  "ethereum/erc20/echolink",
669
- "ethereum/erc20/free_coin",
673
+ "ethereum/erc20/anti-lockdown",
670
674
  "ethereum/erc20/capp_token",
671
675
  "ethereum/erc20/gmb",
672
676
  "ethereum/erc20/insurepal_token",
@@ -676,13 +680,13 @@ Array [
676
680
  "ethereum/erc20/zap",
677
681
  "ethereum/erc20/brickblock_token",
678
682
  "ethereum/erc20/avt",
679
- "ethereum/erc20/open_governance_token",
683
+ "ethereum/erc20/yieldfarming_insure",
680
684
  "ethereum/erc20/mobile_integrated_blockchain",
681
685
  "ethereum/erc20/vezt",
682
686
  "ethereum/erc20/rate3",
683
687
  "ethereum/erc20/ebcoin",
684
688
  "ethereum/erc20/friendz_coin",
685
- "ethereum/erc20/openleverage",
689
+ "ethereum/erc20/olive",
686
690
  "ethereum/erc20/mpay",
687
691
  "ethereum/erc20/iconiq_lab_token",
688
692
  "ethereum/erc20/dml_token",
@@ -697,21 +701,26 @@ Array [
697
701
  "ethereum/erc20/covalent_token",
698
702
  "ethereum/erc20/everipedia_iq",
699
703
  "ethereum/erc20/auctus",
700
- "ethereum/erc20/fxt_token",
701
704
  "ethereum/erc20/sapien",
705
+ "ethereum/erc20/up",
706
+ "ethereum/erc20/taekwondo_access_credit",
707
+ "ethereum/erc20/quadrantprotocol",
708
+ "ethereum/erc20/dos_network_token",
702
709
  "ethereum/erc20/dna",
703
710
  "ethereum/erc20/dovu",
704
711
  "ethereum/erc20/fnkostoken",
705
712
  "ethereum/erc20/mark",
706
713
  "ethereum/erc20/flip_token",
707
714
  "ethereum/erc20/team",
715
+ "polygon/erc20/ig_orb_(pos)",
708
716
  "ethereum/erc20/syncfab_manufacturing",
709
717
  "ethereum/erc20/niobium",
710
- "ethereum/erc20/bob_s_repair",
718
+ "ethereum/erc20/bob",
711
719
  "ethereum/erc20/hashcoin",
712
720
  "ethereum/erc20/xceltoken_plus",
713
721
  "ethereum/erc20/adbank",
714
722
  "ethereum/erc20/knoxstertoken",
723
+ "bsc/bep20/cvn",
715
724
  "ethereum/erc20/enecuum",
716
725
  "ethereum/erc20/envion_ag",
717
726
  "ethereum/erc20/sf_capital",
@@ -723,6 +732,7 @@ Array [
723
732
  "ethereum/erc20/q_dao_governance_token_v1_0",
724
733
  "ethereum/erc20/tv_two__token_for_television",
725
734
  "ethereum/erc20/viewly",
735
+ "ethereum/erc20/clearcryptos",
726
736
  "ethereum/erc20/octopus_network_token",
727
737
  "ethereum/erc20/dev",
728
738
  "ethereum/erc20/honest",
@@ -736,15 +746,17 @@ Array [
736
746
  "ethereum/erc20/seal_finance",
737
747
  "ethereum/erc20/coinus",
738
748
  "ethereum/erc20/rating",
739
- "ethereum/erc20/uptrennd",
740
749
  "stacks",
741
750
  "ethereum/erc20/smartshare_token",
742
751
  "ethereum/erc20/fti",
743
- "ethereum/erc20/neurochain_clausius",
752
+ "ethereum/erc20/needscoin",
744
753
  "ethereum/erc20/wholeearthcoin",
745
754
  "ethereum/erc20/datx",
746
755
  "ethereum/erc20/mileverse",
756
+ "ethereum/erc20/biocrypt",
747
757
  "ethereum/erc20/bittwatt",
758
+ "ethereum/erc20/ono_token",
759
+ "ethereum/erc20/bitifex",
748
760
  "ethereum/erc20/energitoken",
749
761
  "ethereum/erc20/electrifyasia",
750
762
  "ethereum/erc20/xplay",
@@ -754,15 +766,15 @@ Array [
754
766
  "ethereum/erc20/sentinel_chain",
755
767
  "ethereum/erc20/localcoinswap_cryptoshare",
756
768
  "bsc/bep20/qubit_token",
769
+ "ethereum/erc20/autonio_old",
770
+ "ethereum/erc20/zilla",
757
771
  "ethereum/erc20/vodi_x",
758
772
  "ethereum/erc20/coinlancer",
759
773
  "pirl",
760
774
  "ethereum/erc20/meme",
761
775
  "ethereum/erc20/x8x",
762
776
  "ethereum/erc20/aog",
763
- "ethereum/erc20/mobilian",
764
- "ethereum/erc20/kek_token",
765
- "ethereum/erc20/essentia",
777
+ "ethereum/erc20/cryptokek_com",
766
778
  "ethereum/erc20/pton",
767
779
  "ethereum/erc20/tcash",
768
780
  "ethereum/erc20/nanjcoin",
@@ -777,25 +789,23 @@ Array [
777
789
  "ethereum/erc20/pdata",
778
790
  "ethereum/erc20/eroscoin",
779
791
  "ethereum/erc20/changenow",
780
- "ethereum/erc20/real_estate_asset_ledger",
781
- "ethereum/erc20/coinfi_token",
792
+ "ethereum/erc20/cofi_token",
782
793
  "ethereum/erc20/betr",
783
- "ethereum/erc20/global_aex_token",
784
794
  "ethereum/erc20/sharder",
785
795
  "ethereum/erc20/storiqa",
786
796
  "ethereum/erc20/adtoken",
797
+ "bsc/bep20/bfx",
787
798
  "ethereum/erc20/globitex",
788
799
  "ether1",
789
800
  "ethereum/erc20/fota",
790
801
  "ethereum/erc20/flyp_me",
791
- "bsc/bep20/ping",
802
+ "ethereum/erc20/cryptoping",
792
803
  "ethereum/erc20/tietoken",
793
804
  "ethereum/erc20/blue",
794
805
  "ethereum/erc20/adelphoi",
795
806
  "ethereum/erc20/swyft_token",
796
807
  "ethereum/erc20/playgame",
797
808
  "ethereum/erc20/star_token",
798
- "ethereum/erc20/gotoken_",
799
809
  "ethereum/erc20/swarm_city_token",
800
810
  "ethereum/erc20/goldfund",
801
811
  "ethereum/erc20/idex_membership",
@@ -803,6 +813,8 @@ Array [
803
813
  "ethereum/erc20/hoqu_token",
804
814
  "ethereum/erc20/kubo_coin",
805
815
  "ethereum/erc20/sparkpoint",
816
+ "ethereum/erc20/pop_network_token",
817
+ "ethereum/erc20/zum_token",
806
818
  "ethereum/erc20/eszcoin",
807
819
  "ethereum/erc20/ipsx",
808
820
  "ethereum/erc20/pla_token",
@@ -819,8 +831,7 @@ Array [
819
831
  "ethereum/erc20/bezop",
820
832
  "ethereum/erc20/kuende_token",
821
833
  "ethereum/erc20/ecog9coin",
822
- "ethereum/erc20/cubrix",
823
- "ethereum/erc20/pass_token",
834
+ "ethereum/erc20/pass",
824
835
  "ethereum/erc20/primalbase_token__pbt_",
825
836
  "ethereum/erc20/relex",
826
837
  "ethereum/erc20/socialcoin",
@@ -848,7 +859,7 @@ Array [
848
859
  "ethereum/erc20/sharpay_token",
849
860
  "ethereum/erc20/mesefa",
850
861
  "ethereum/erc20/typerium",
851
- "ethereum/erc20/gems",
862
+ "ethereum/erc20/cargo_gems",
852
863
  "ethereum/erc20/bounty0x_token",
853
864
  "ethereum/erc20/bird_money",
854
865
  "ethereum/erc20/exmr_fdn_",
@@ -871,13 +882,14 @@ Array [
871
882
  "ethereum/erc20/blocktix",
872
883
  "ethereum/erc20/mybit",
873
884
  "ethereum/erc20/mywish",
874
- "ethereum/erc20/parachute",
885
+ "ethereum/erc20/par_stablecoin",
875
886
  "ethereum/erc20/paladin_token",
876
887
  "ethereum/erc20/pix",
877
888
  "ethereum/erc20/bitcoin_fast",
878
889
  "ethereum/erc20/silent_notary_token",
879
890
  "ethersocial",
880
891
  "ethereum/erc20/abx_token",
892
+ "ethereum/erc20/cobinhood_token",
881
893
  "ethereum/erc20/alpha_protocol",
882
894
  "ethereum/erc20/lioncoin",
883
895
  "ethereum/erc20/crad_cash",
@@ -885,22 +897,24 @@ Array [
885
897
  "ethereum/erc20/rightmesh_token",
886
898
  "ethereum/erc20/parrotcoin",
887
899
  "ethereum/erc20/itt_token",
900
+ "bsc/bep20/blu",
888
901
  "ethereum/erc20/evedo_token",
889
- "ethereum/erc20/acent",
902
+ "ethereum/erc20/ace",
890
903
  "ethereum/erc20/patron",
891
904
  "ethereum/erc20/rupiah_token",
892
- "ethereum/erc20/gene_token",
905
+ "ethereum/erc20/gene_source_code_chain",
906
+ "bsc/bep20/phoswap",
893
907
  "ethereum/erc20/heartbout",
894
908
  "ethereum/erc20/pluscoin",
895
909
  "ethereum/erc20/ethereum_gold_project",
896
- "ethereum/erc20/matrexcoin",
910
+ "ethereum/erc20/macaron_coin",
897
911
  "ethereum/erc20/civilization",
898
912
  "ethereum/erc20/wand_token",
899
913
  "ethereum/erc20/thrivetoken",
900
914
  "ethereum/erc20/tesla",
901
915
  "ethereum/erc20/mainstream_for_the_underground",
902
916
  "polygon/erc20/safedollar.fi_share_2.0",
903
- "ethereum/erc20/cdx",
917
+ "ethereum/erc20/carbon_dollar_x",
904
918
  "ethereum/erc20/dropil",
905
919
  "ethereum/erc20/savedroid",
906
920
  "ethereum/erc20/android_chain",
@@ -923,6 +937,7 @@ Array [
923
937
  "ethereum/erc20/voise",
924
938
  "ethereum/erc20/webcoin",
925
939
  "ethereum/erc20/aston_x",
940
+ "ethereum/erc20/jupiter",
926
941
  "ethereum/erc20/cpchain",
927
942
  "ethereum/erc20/metamorph",
928
943
  "ethereum/erc20/fuze_token",
@@ -938,10 +953,11 @@ Array [
938
953
  "ethereum/erc20/micromoney",
939
954
  "ethereum/erc20/prg",
940
955
  "ethereum/erc20/fantasy_sports",
956
+ "ethereum/erc20/ethereum_cash",
941
957
  "ethereum/erc20/beat_token",
942
958
  "ethereum/erc20/model-x-coin",
943
959
  "ethereum/erc20/paymon",
944
- "ethereum/erc20/inx_token",
960
+ "ethereum/erc20/inmax",
945
961
  "ethereum/erc20/notional",
946
962
  "ethereum/erc20/lala_world_token",
947
963
  "ethereum/erc20/superfarm",
@@ -952,16 +968,15 @@ Array [
952
968
  "ethereum/erc20/robet_-_truly_decentralized_sportsbetting",
953
969
  "ethereum/erc20/cred",
954
970
  "ethereum/erc20/celeum",
955
- "ethereum/erc20/worldcore",
956
971
  "ethereum/erc20/tagbond",
957
- "ethereum/erc20/bitrue_coin",
972
+ "ethereum/erc20/aragon_china_token",
973
+ "ethereum/erc20/electrumdark",
974
+ "ethereum/erc20/bitether_",
958
975
  "ethereum/erc20/skin",
959
976
  "ethereum/erc20/btc_lite",
960
977
  "ethereum/erc20/sportify",
961
- "ethereum/erc20/moneynet_coin",
962
978
  "ethereum/erc20/ethplode",
963
979
  "ethereum/erc20/clearpoll",
964
- "ethereum/erc20/arthur_chain",
965
980
  "ethereum/erc20/signals_network_token",
966
981
  "ethereum/erc20/spindle",
967
982
  "ethereum/erc20/cryptobonusmiles",
@@ -980,23 +995,22 @@ Array [
980
995
  "ethereum/erc20/vdice",
981
996
  "ethereum/erc20/kind_ads_token",
982
997
  "ethereum/erc20/agrolot_token",
983
- "ethereum/erc20/fundum",
984
998
  "ethereum/erc20/blockburn",
985
999
  "ethereum/erc20/meschain",
986
1000
  "ethereum/erc20/waletoken",
987
1001
  "ethereum/erc20/cryptosoul",
988
1002
  "ethereum/erc20/boxx",
989
- "ethereum/erc20/cryptex",
1003
+ "ethereum/erc20/smartx",
990
1004
  "ethereum/erc20/kuverit",
991
- "ethereum/erc20/linker_coin",
1005
+ "ethereum/erc20/lancer_token",
992
1006
  "ethereum/erc20/the_skytoken",
993
1007
  "ethereum/erc20/heronodetoken",
994
1008
  "ethereum/erc20/alx",
995
1009
  "ethereum/erc20/zeusnetwork",
996
1010
  "ethereum/erc20/paycentos",
997
- "ethereum/erc20/investfeed",
998
- "bsc/bep20/chess",
1011
+ "ethereum/erc20/chess_coin",
999
1012
  "ethereum/erc20/global_coin_research",
1013
+ "bsc/bep20/cheeseswap",
1000
1014
  "ethereum/erc20/bitstash",
1001
1015
  "ethereum/erc20/joint",
1002
1016
  "polygon/erc20/enegra",
@@ -1004,7 +1018,6 @@ Array [
1004
1018
  "ethereum/erc20/bonuscloud_token",
1005
1019
  "ethereum/erc20/connectjob",
1006
1020
  "ethereum/erc20/herbalist_token",
1007
- "ethereum/erc20/more",
1008
1021
  "ethereum/erc20/open_trading_network",
1009
1022
  "ethereum/erc20/globex",
1010
1023
  "ethereum/erc20/xeuro",
@@ -1018,8 +1031,8 @@ Array [
1018
1031
  "ethereum/erc20/wabnetwork",
1019
1032
  "ethereum/erc20/ether_kingdoms_token",
1020
1033
  "ethereum/erc20/hashnet_biteco",
1021
- "bsc/bep20/orica",
1022
- "ethereum/erc20/ftx_token",
1034
+ "ethereum/erc20/origami_network",
1035
+ "ethereum/erc20/farmatrust_token",
1023
1036
  "ethereum/erc20/wpptoken",
1024
1037
  "ethereum/erc20/uchain_token",
1025
1038
  "ethereum/erc20/yolocash",
@@ -1028,15 +1041,17 @@ Array [
1028
1041
  "ethereum/erc20/netkoin",
1029
1042
  "ethereum/erc20/connect_coin",
1030
1043
  "ethereum/erc20/horse",
1031
- "ethereum/erc20/ownix",
1032
1044
  "ethereum/erc20/ctl",
1033
1045
  "ethereum/erc20/elevate",
1046
+ "ethereum/erc20/silverway",
1034
1047
  "ethereum/erc20/ig",
1035
1048
  "ethereum/erc20/btrn",
1036
1049
  "ethereum/erc20/mojo",
1037
1050
  "ethereum/erc20/quinads",
1051
+ "ethereum/erc20/bluewizard",
1038
1052
  "ethereum/erc20/jigstack",
1039
1053
  "ethereum/erc20/all_best_ico_defi",
1054
+ "bsc/bep20/blast_frontiers",
1040
1055
  "ethereum/erc20/jet",
1041
1056
  "ethereum/erc20/starter_coin",
1042
1057
  "ethereum/erc20/nox",
@@ -1063,6 +1078,7 @@ Array [
1063
1078
  "ethereum/erc20/student_coin_1",
1064
1079
  "ethereum/erc20/cybermusic",
1065
1080
  "ethereum/erc20/cryptogpt_token",
1081
+ "ethereum/erc20/natmin",
1066
1082
  "ethereum/erc20/showhand",
1067
1083
  "ethereum/erc20/indexed",
1068
1084
  "ethereum/erc20/dodreamchain",
@@ -1075,7 +1091,6 @@ Array [
1075
1091
  "ethereum/erc20/talken",
1076
1092
  "ethereum/erc20/provoco_token",
1077
1093
  "ethereum/erc20/travelnote",
1078
- "ethereum/erc20/bullionschain",
1079
1094
  "ethereum/erc20/luctoken",
1080
1095
  "ethereum/erc20/hyperquant_token",
1081
1096
  "ethereum/erc20/customcontractnetwork",
@@ -1084,17 +1099,15 @@ Array [
1084
1099
  "ethereum/erc20/araw",
1085
1100
  "ethereum/erc20/escroco_emerald",
1086
1101
  "ethereum/erc20/yup",
1087
- "ethereum/erc20/bnc_token",
1102
+ "ethereum/erc20/bionic",
1088
1103
  "ethereum/erc20/stakehouse_batch",
1089
- "ethereum/erc20/micromines",
1090
- "bsc/bep20/luna_(wormhole)",
1104
+ "ethereum/erc20/micro_launchpad_token",
1091
1105
  "ethereum/erc20/tokendesk",
1092
1106
  "akroma",
1093
1107
  "ethereum/erc20/delta_financial_-_deep_defi_derivatives",
1094
1108
  "ethereum/erc20/tracto",
1095
1109
  "ethereum/erc20/aigang",
1096
1110
  "ethereum/erc20/cpucoin",
1097
- "ethereum/erc20/ptokens_ore",
1098
1111
  "ethereum/erc20/masternet",
1099
1112
  "ethereum/erc20/cryptrust",
1100
1113
  "ethereum/erc20/alpha_coin",
@@ -1102,24 +1115,25 @@ Array [
1102
1115
  "ethereum/erc20/rntb_token",
1103
1116
  "ethereum/erc20/xovbank",
1104
1117
  "ethereum/erc20/call",
1118
+ "ethereum/erc20/arbitrage",
1119
+ "ethereum/erc20/futurax",
1105
1120
  "ethereum/erc20/iogtoken",
1106
- "ethereum/erc20/rocket_bunny",
1121
+ "ethereum/erc20/bunnytoken",
1107
1122
  "ethereum/erc20/crystaltoken",
1108
1123
  "ethereum/erc20/couchain",
1109
1124
  "ethereum/erc20/kora_network_token",
1110
1125
  "ethereum/erc20/havy",
1111
1126
  "ethereum/erc20/rlt",
1112
- "ethereum/erc20/crystal_clear_token",
1113
- "ethereum/erc20/authorship",
1127
+ "ethereum/erc20/all_the_smoke",
1128
+ "ethereum/erc20/benscoin",
1114
1129
  "ethereum/erc20/vikky_token",
1115
1130
  "ethereum/erc20/hyper_speed_network",
1116
- "ethereum/erc20/eventchain",
1131
+ "ethereum/erc20/eco_value_coin",
1117
1132
  "atheios",
1118
1133
  "ethereum/erc20/fintab",
1119
1134
  "ethereum/erc20/imswallet",
1120
1135
  "ethereum/erc20/speedcash",
1121
1136
  "ethereum/erc20/kaaso",
1122
- "bsc/bep20/marshall_rogan_inu",
1123
1137
  "ethereum/erc20/dalecoin",
1124
1138
  "bsc/bep20/milo_inu",
1125
1139
  "ethereum/erc20/cybermiles",
@@ -1135,8 +1149,11 @@ Array [
1135
1149
  "ethereum/erc20/brat",
1136
1150
  "ethereum/erc20/bitcoin_one",
1137
1151
  "ethereum/erc20/javascript",
1152
+ "ethereum/erc20/staker",
1138
1153
  "ethereum/erc20/oobit",
1154
+ "bsc/bep20/connex",
1139
1155
  "bsc/bep20/posschain",
1156
+ "ethereum/erc20/app_alliance_association",
1140
1157
  "ethereum/erc20/beatify",
1141
1158
  "ethereum/erc20/hms_token",
1142
1159
  "ethereum/erc20/innovativebioresearchcoin",
@@ -1146,7 +1163,7 @@ Array [
1146
1163
  "ethereum/erc20/aax_token",
1147
1164
  "ethereum/erc20/cybertronchain",
1148
1165
  "ethereum/erc20/deapcoin",
1149
- "polygon/erc20/ong",
1166
+ "ethereum/erc20/ong",
1150
1167
  "ethereum/erc20/ethbear",
1151
1168
  "ethereum/erc20/all_sports_coin",
1152
1169
  "ethereum/erc20/bkex_chain",
@@ -1162,7 +1179,7 @@ Array [
1162
1179
  "factom",
1163
1180
  "ethereum/erc20/echoin",
1164
1181
  "ethereum/erc20/bispextoken",
1165
- "bsc/bep20/bear",
1182
+ "ethereum/erc20/arcane_bear",
1166
1183
  "ethereum/erc20/bitcoin_card",
1167
1184
  "ethereum/erc20/bikicoin_token",
1168
1185
  "ethereum/erc20/the_truth",
@@ -1173,11 +1190,13 @@ Array [
1173
1190
  "ethereum/erc20/topchaincoin",
1174
1191
  "ethereum/erc20/medium_token",
1175
1192
  "ethereum/erc20/brazilian_real",
1176
- "ethereum/erc20/minter_hub",
1193
+ "ethereum/erc20/hub_token",
1177
1194
  "ethereum/erc20/latam_cash",
1178
1195
  "ethereum/erc20/btse_token",
1179
1196
  "ethereum/erc20/quras_token",
1180
1197
  "ethereum/erc20/kok_coin",
1198
+ "ethereum/erc20/12ships",
1199
+ "vechain/vip180/vtho",
1181
1200
  "ethereum/erc20/chronic_token",
1182
1201
  "ethereum/erc20/litecoin_token",
1183
1202
  "ethereum/erc20/mt_token",
@@ -1188,11 +1207,10 @@ Array [
1188
1207
  "ethereum/erc20/zuflo_coin",
1189
1208
  "ethereum/erc20/nnb_token",
1190
1209
  "ethereum/erc20/ezystayz_token",
1191
- "ethereum/erc20/coxxxcoin",
1192
1210
  "ethereum/erc20/yuan_chain_new",
1193
1211
  "ethereum/erc20/rakun",
1194
1212
  "ethereum/erc20/tesra_ai_supernet",
1195
- "ethereum/erc20/synth_sbtc",
1213
+ "ethereum/erc20/siambitcoin",
1196
1214
  "ethereum/erc20/cryptoenergy",
1197
1215
  "ethereum/erc20/lukki_operating_token",
1198
1216
  "ethereum/erc20/vx_network",
@@ -1201,10 +1219,11 @@ Array [
1201
1219
  "ethereum/erc20/d_community",
1202
1220
  "ethereum/erc20/precium_token",
1203
1221
  "ethereum/erc20/blockcloud",
1222
+ "ethereum/erc20/spice",
1204
1223
  "ethereum/erc20/probit_token",
1205
1224
  "ethereum/erc20/mogu_token",
1206
- "bsc/bep20/spintop",
1207
1225
  "ethereum/erc20/dexterg",
1226
+ "ethereum/erc20/decurian",
1208
1227
  "ethereum/erc20/goldonsteroids",
1209
1228
  "ethereum/erc20/kardiachain_token",
1210
1229
  "ethereum/erc20/ubu",
@@ -1218,11 +1237,12 @@ Array [
1218
1237
  "ethereum/erc20/decentralized_vulnerability_platform",
1219
1238
  "ethereum/erc20/aitheon",
1220
1239
  "ethereum/erc20/bull",
1240
+ "bsc/bep20/bux_token",
1221
1241
  "ethereum/erc20/custody_token",
1222
1242
  "ethereum/erc20/vi",
1223
1243
  "tron/trc20/TMwFHYXLJaRUPeW6421aqXL4ZEzPRFGkGT",
1224
- "ethereum/erc20/the_transfer_token",
1225
- "polygon/erc20/cccash",
1244
+ "ethereum/erc20/tapcoin",
1245
+ "ethereum/erc20/ccc__iconomi_",
1226
1246
  "ethereum/erc20/hintchain",
1227
1247
  "ethereum/erc20/bihukey",
1228
1248
  "ethereum/erc20/acoconut",
@@ -1230,14 +1250,15 @@ Array [
1230
1250
  "ethereum/erc20/two_prime_ff1_token",
1231
1251
  "ethereum/erc20/sonic_token",
1232
1252
  "ethereum/erc20/superskynet",
1253
+ "ethereum/erc20/pledgecamp",
1233
1254
  "klaytn",
1234
1255
  "ethereum/erc20/entherfound",
1256
+ "ethereum/erc20/basic_token",
1235
1257
  "ethereum/erc20/bizzcoin",
1236
1258
  "bsc/bep20/binance-peg_juventus_token",
1237
1259
  "helium",
1238
1260
  "ethereum/erc20/loaprotocol",
1239
1261
  "ethereum/erc20/jack_token",
1240
- "ethereum/erc20/chaintrade_token",
1241
1262
  "axelar",
1242
1263
  "ethereum/erc20/marshal_lion_group_coin",
1243
1264
  "bsc/bep20/exonova",
@@ -1248,6 +1269,7 @@ Array [
1248
1269
  "ethereum/erc20/edgeless",
1249
1270
  "ethereum/erc20/stk_token",
1250
1271
  "ethereum/erc20/the_protocol",
1272
+ "bsc/bep20/alaskagoldrush",
1251
1273
  "ethereum/erc20/bitpanda_ecosystem_token",
1252
1274
  "ethereum/erc20/metaprediction",
1253
1275
  "ethereum/erc20/hustle",
@@ -1258,6 +1280,8 @@ Array [
1258
1280
  "ethereum/erc20/treelion",
1259
1281
  "ethereum/erc20/volatility_protocol_token",
1260
1282
  "elrond/esdt/4d45582d343535633537",
1283
+ "ethereum/erc20/ucot",
1284
+ "ethereum/erc20/bidao",
1261
1285
  "ethereum/erc20/usda",
1262
1286
  "ethereum/erc20/global_reserve_system",
1263
1287
  "ethereum/erc20/engine_token",
@@ -1267,42 +1291,51 @@ Array [
1267
1291
  "ethereum/erc20/dexa_coin",
1268
1292
  "ethereum/erc20/ardcoin",
1269
1293
  "ethereum/erc20/eco",
1294
+ "ethereum/erc20/thingsopreatingsystem",
1270
1295
  "ethereum/erc20/aladin",
1271
1296
  "ethereum/erc20/kamari",
1297
+ "ethereum/erc20/thecash",
1272
1298
  "ethereum/erc20/arcs",
1273
1299
  "ethereum/erc20/sinergia",
1300
+ "ethereum/erc20/entanmo",
1301
+ "ethereum/erc20/freight_trust_network",
1274
1302
  "bsc/bep20/saver_token",
1303
+ "ethereum/erc20/torchain",
1275
1304
  "ethereum/erc20/lbk",
1305
+ "ethereum/erc20/iic",
1276
1306
  "ethereum/erc20/peakdefi",
1277
1307
  "ethereum/erc20/medibit",
1278
1308
  "ethereum/erc20/webn",
1279
1309
  "ethereum/erc20/seer-erc20-token",
1280
1310
  "ethereum/erc20/wibx_utility_token",
1281
1311
  "ethereum/erc20/new_energy",
1282
- "ethereum/erc20/blackhole_black_governance_token",
1312
+ "ethereum/erc20/black",
1283
1313
  "ethereum/erc20/dmme",
1284
1314
  "ethereum/erc20/bitto",
1285
1315
  "ethereum/erc20/globalvillage_ecosystem",
1316
+ "bsc/bep20/babydoge_ceo",
1286
1317
  "ethereum/erc20/gsenetwork",
1287
1318
  "ethereum/erc20/bitcoffeen",
1288
1319
  "ethereum/erc20/amaten",
1320
+ "ethereum/erc20/gamestars_token",
1289
1321
  "ethereum/erc20/curtoken",
1290
1322
  "ethereum/erc20/compound_dai",
1291
1323
  "ethereum/erc20/rae_token",
1292
1324
  "ethereum/erc20/livepeer",
1293
1325
  "ethereum/erc20/cpay",
1326
+ "bsc/bep20/chintai_exchange_token",
1294
1327
  "ethereum/erc20/bet",
1295
1328
  "ethereum/erc20/tepleton",
1296
1329
  "ethereum/erc20/krypton",
1297
1330
  "ethereum/erc20/dsla",
1298
- "bsc/bep20/cyberdragon_gold",
1331
+ "ethereum/erc20/dragonereum_gold",
1299
1332
  "ethereum/erc20/palletonetoken",
1300
1333
  "ethereum/erc20/venjocoin",
1301
1334
  "ethereum/erc20/blur",
1302
1335
  "ethereum/erc20/volt",
1303
1336
  "ethereum/erc20/map_protocol",
1304
- "ethereum/erc20/crypto_boss_coin",
1305
- "polygon/erc20/beefy.finance",
1337
+ "ethereum/erc20/consentium_coin",
1338
+ "ethereum/erc20/bifi",
1306
1339
  "ethereum/erc20/inqubeta",
1307
1340
  "ethereum/erc20/future1coin",
1308
1341
  "ethereum/erc20/ptokens_btc",
@@ -1310,19 +1343,20 @@ Array [
1310
1343
  "ethereum/erc20/switch",
1311
1344
  "ethereum/erc20/otcbtc_token",
1312
1345
  "ethereum/erc20/cifculation_coin",
1346
+ "ethereum/erc20/mixin",
1313
1347
  "ethereum/erc20/raksur",
1314
1348
  "ethereum/erc20/healing_plus",
1315
1349
  "ethereum/erc20/tilwiki_-_faces_of_art",
1316
1350
  "ethereum/erc20/xcrypt_token",
1317
1351
  "ethereum/erc20/celcoin",
1318
- "bsc/bep20/binance-peg_btcb_token",
1319
1352
  "ethereum/erc20/dws",
1320
- "ethereum/erc20/student_coin",
1353
+ "ethereum/erc20/strikecoin_token",
1321
1354
  "ethereum/erc20/b_one_payment",
1322
1355
  "ethereum/erc20/qusd_stablecoin",
1323
1356
  "ethereum/erc20/uractoken",
1324
1357
  "ethereum/erc20/sopay",
1325
1358
  "ethereum/erc20/easymine_token",
1359
+ "ethereum/erc20/berezkaflex",
1326
1360
  "ethereum/erc20/lemo",
1327
1361
  "ethereum/erc20/decentralized_accessible_content_chain",
1328
1362
  "ethereum/erc20/tudatoken",
@@ -1336,34 +1370,36 @@ Array [
1336
1370
  "ethereum/erc20/opennity_token",
1337
1371
  "ethereum/erc20/accelerator_network",
1338
1372
  "ethereum/erc20/aerotoken",
1373
+ "bsc/bep20/coin98_dollar",
1339
1374
  "ethereum/erc20/bitdao",
1340
1375
  "iov",
1341
1376
  "ethereum/erc20/infinity_esaham",
1342
- "bsc/bep20/smartchain_poker",
1377
+ "ethereum/erc20/efficient_transaction_token",
1343
1378
  "ethereum/erc20/bcdn",
1344
1379
  "ethereum/erc20/loltoken",
1345
1380
  "ethereum/erc20/apple_network",
1346
1381
  "ethereum/erc20/ethereum_chain_token",
1347
1382
  "ethereum/erc20/romtoken",
1383
+ "ethereum/erc20/dappnode_dao_token",
1384
+ "ethereum/erc20/lendroid_support_token",
1348
1385
  "ethereum/erc20/slt",
1349
1386
  "ethereum/erc20/deepcloud",
1350
1387
  "ethereum/erc20/nam_coin",
1351
- "ethereum/erc20/alphacon",
1352
1388
  "ethereum/erc20/tronipay",
1353
1389
  "ethereum/erc20/sxc_token",
1390
+ "ethereum/erc20/magnachain",
1354
1391
  "ethereum/erc20/sparkster",
1355
1392
  "ethereum/erc20/voltz",
1356
- "tron/trc10/1002670",
1393
+ "ethereum/erc20/science_chain",
1357
1394
  "ethereum/erc20/robocalls",
1358
1395
  "ethereum/erc20/bolttcoin",
1359
1396
  "ethereum/erc20/blink",
1360
1397
  "ethereum/erc20/xtock",
1361
- "ethereum/erc20/ors_token",
1362
1398
  "ethereum/erc20/one_dex",
1363
1399
  "ethereum/erc20/wiki_token",
1364
1400
  "ethereum/erc20/litbinex_coin",
1365
1401
  "ethereum/erc20/gem_exchange_and_trading",
1366
- "ethereum/erc20/usechain_token",
1402
+ "ethereum/erc20/elenausd",
1367
1403
  "ethereum/erc20/buddy",
1368
1404
  "ethereum/erc20/emblem",
1369
1405
  "ethereum/erc20/can",
@@ -1375,6 +1411,7 @@ Array [
1375
1411
  "ethereum/erc20/gazecoin_metaverse_token",
1376
1412
  "ethereum/erc20/mobilinktoken",
1377
1413
  "ethereum/erc20/bggtoken",
1414
+ "bsc/bep20/centaurify",
1378
1415
  "ethereum/erc20/tok",
1379
1416
  "ethereum/erc20/tratok",
1380
1417
  "ethereum/erc20/levelapp_token",
@@ -1383,6 +1420,7 @@ Array [
1383
1420
  "ethereum/erc20/gomics",
1384
1421
  "ethereum/erc20/roboai_coin_r2r",
1385
1422
  "ethereum/erc20/asac_coin",
1423
+ "ethereum/erc20/insurace",
1386
1424
  "ethereum/erc20/holotoken",
1387
1425
  "ethereum/erc20/etoro_euro",
1388
1426
  "near",
@@ -1438,7 +1476,6 @@ Array [
1438
1476
  "ethereum/erc20/0x0",
1439
1477
  "ethereum/erc20/0xbitcoin",
1440
1478
  "ethereum/erc20/10set_token",
1441
- "ethereum/erc20/12ships",
1442
1479
  "ethereum/erc20/14_small_electric_chairs_reversal_series",
1443
1480
  "ethereum/erc20/1inch_liquidity_pool_(1inch-usdc)",
1444
1481
  "ethereum/erc20/1inch_liquidity_pool_(1inch-wbtc)",
@@ -1534,7 +1571,7 @@ Array [
1534
1571
  "ethereum/erc20/accel",
1535
1572
  "ethereum/erc20/accord",
1536
1573
  "ethereum/erc20/acd",
1537
- "ethereum/erc20/ace",
1574
+ "ethereum/erc20/acent",
1538
1575
  "ethereum/erc20/acquirefi",
1539
1576
  "ethereum/erc20/acreage",
1540
1577
  "ethereum/erc20/acria_token",
@@ -1599,7 +1636,6 @@ Array [
1599
1636
  "ethereum/erc20/alkemi_wrapped_ether_2",
1600
1637
  "ethereum/erc20/alkimi_exchange",
1601
1638
  "ethereum/erc20/all_in",
1602
- "ethereum/erc20/all_the_smoke",
1603
1639
  "ethereum/erc20/allcoinsyieldcapital",
1604
1640
  "ethereum/erc20/alldex_alliance",
1605
1641
  "ethereum/erc20/allianceblock_nexera_token",
@@ -1617,6 +1653,7 @@ Array [
1617
1653
  "ethereum/erc20/alpha_olympus",
1618
1654
  "ethereum/erc20/alpha_quark_token",
1619
1655
  "ethereum/erc20/alpha_wolf",
1656
+ "ethereum/erc20/alphacon",
1620
1657
  "ethereum/erc20/alphatoken",
1621
1658
  "ethereum/erc20/alphr",
1622
1659
  "ethereum/erc20/alrightcoin",
@@ -1656,7 +1693,6 @@ Array [
1656
1693
  "ethereum/erc20/anonymous_coin",
1657
1694
  "ethereum/erc20/anonzk",
1658
1695
  "ethereum/erc20/anrkey_x",
1659
- "ethereum/erc20/anti-lockdown",
1660
1696
  "ethereum/erc20/antimatter_finance_governance_token",
1661
1697
  "ethereum/erc20/antique_zombie_shards",
1662
1698
  "ethereum/erc20/anxtrom",
@@ -1678,7 +1714,6 @@ Array [
1678
1714
  "ethereum/erc20/apollo18",
1679
1715
  "ethereum/erc20/apollo_inu",
1680
1716
  "ethereum/erc20/apot",
1681
- "ethereum/erc20/app_alliance_association",
1682
1717
  "ethereum/erc20/apple_protocol_token",
1683
1718
  "ethereum/erc20/applepie",
1684
1719
  "ethereum/erc20/apron",
@@ -1686,16 +1721,14 @@ Array [
1686
1721
  "ethereum/erc20/apyswap",
1687
1722
  "ethereum/erc20/aqua_token",
1688
1723
  "ethereum/erc20/ara_token",
1689
- "ethereum/erc20/aragon_china_token",
1690
1724
  "ethereum/erc20/aragon_network_juror",
1725
+ "ethereum/erc20/aragon_network_token",
1691
1726
  "ethereum/erc20/arbi_token",
1692
1727
  "ethereum/erc20/arbismart_token",
1693
1728
  "ethereum/erc20/arbiswap",
1694
- "ethereum/erc20/arbitrage",
1695
1729
  "ethereum/erc20/arc_governance_token",
1696
1730
  "ethereum/erc20/arc_stablex",
1697
1731
  "ethereum/erc20/arca",
1698
- "ethereum/erc20/arcane_bear",
1699
1732
  "ethereum/erc20/archangel",
1700
1733
  "ethereum/erc20/archer_dao_governance_token",
1701
1734
  "ethereum/erc20/archetypal_network",
@@ -1713,11 +1746,11 @@ Array [
1713
1746
  "ethereum/erc20/armor_nxm",
1714
1747
  "ethereum/erc20/armors_token",
1715
1748
  "ethereum/erc20/arowana_token",
1716
- "ethereum/erc20/art",
1717
1749
  "ethereum/erc20/art_blocks_curated_fidenza_855",
1718
1750
  "ethereum/erc20/art_blocks_curated_full_set",
1719
1751
  "ethereum/erc20/artem_coin",
1720
1752
  "ethereum/erc20/arteon",
1753
+ "ethereum/erc20/arthur_chain",
1721
1754
  "ethereum/erc20/artificial_liquid_intelligence_token",
1722
1755
  "ethereum/erc20/artista",
1723
1756
  "ethereum/erc20/artm",
@@ -1751,7 +1784,6 @@ Array [
1751
1784
  "ethereum/erc20/attention_token",
1752
1785
  "ethereum/erc20/attrace",
1753
1786
  "ethereum/erc20/audius",
1754
- "ethereum/erc20/augur",
1755
1787
  "ethereum/erc20/aura",
1756
1788
  "ethereum/erc20/aura_bal",
1757
1789
  "ethereum/erc20/aurei",
@@ -1766,12 +1798,12 @@ Array [
1766
1798
  "ethereum/erc20/aurusplatinum",
1767
1799
  "ethereum/erc20/aurussilver",
1768
1800
  "ethereum/erc20/aurusx",
1801
+ "ethereum/erc20/authorship",
1769
1802
  "ethereum/erc20/autoglyph",
1770
1803
  "ethereum/erc20/autoglyph_271",
1771
1804
  "ethereum/erc20/autoglyphs",
1772
1805
  "ethereum/erc20/automata",
1773
1806
  "ethereum/erc20/autonio",
1774
- "ethereum/erc20/autonio_old",
1775
1807
  "ethereum/erc20/autz_token",
1776
1808
  "ethereum/erc20/ava_0xeD2479",
1777
1809
  "ethereum/erc20/avaluse",
@@ -1832,7 +1864,6 @@ Array [
1832
1864
  "ethereum/erc20/balancer_aave_boosted_stablepool",
1833
1865
  "ethereum/erc20/balancer_aurabal_stable_pool",
1834
1866
  "ethereum/erc20/balancer_idle_boosted_stablepool",
1835
- "ethereum/erc20/balancer_pool_token",
1836
1867
  "ethereum/erc20/balancer_reth_stable_pool",
1837
1868
  "ethereum/erc20/balancer_steth_stable_pool",
1838
1869
  "ethereum/erc20/balancer_wusdr_stable_pool",
@@ -1865,7 +1896,6 @@ Array [
1865
1896
  "ethereum/erc20/bartertrade",
1866
1897
  "ethereum/erc20/bas",
1867
1898
  "ethereum/erc20/base_protocol",
1868
- "ethereum/erc20/basic_token",
1869
1899
  "ethereum/erc20/basid",
1870
1900
  "ethereum/erc20/basis_dollar_share",
1871
1901
  "ethereum/erc20/basketcoin",
@@ -1886,10 +1916,8 @@ Array [
1886
1916
  "ethereum/erc20/bchc",
1887
1917
  "ethereum/erc20/bcl",
1888
1918
  "ethereum/erc20/bcp_coin",
1889
- "ethereum/erc20/bcs",
1890
1919
  "ethereum/erc20/bdcc_coin",
1891
1920
  "ethereum/erc20/bdk",
1892
- "ethereum/erc20/bdp",
1893
1921
  "ethereum/erc20/be_gaming_coin",
1894
1922
  "ethereum/erc20/beach_token",
1895
1923
  "ethereum/erc20/bear",
@@ -1907,12 +1935,9 @@ Array [
1907
1935
  "ethereum/erc20/benative_digital_voucher",
1908
1936
  "ethereum/erc20/benchmark",
1909
1937
  "ethereum/erc20/benefits_coin",
1910
- "ethereum/erc20/benscoin",
1911
1938
  "ethereum/erc20/benzene",
1912
1939
  "ethereum/erc20/beowulf",
1913
1940
  "ethereum/erc20/berezkadynamic",
1914
- "ethereum/erc20/berezkaflex",
1915
- "ethereum/erc20/beshare_token",
1916
1941
  "ethereum/erc20/bestpick_coin",
1917
1942
  "ethereum/erc20/bether",
1918
1943
  "ethereum/erc20/betherchip",
@@ -1921,13 +1946,11 @@ Array [
1921
1946
  "ethereum/erc20/better_money",
1922
1947
  "ethereum/erc20/beyond_finance",
1923
1948
  "ethereum/erc20/bezoge_earth",
1924
- "ethereum/erc20/bf_token",
1925
1949
  "ethereum/erc20/bgt",
1926
1950
  "ethereum/erc20/bhpcash",
1927
1951
  "ethereum/erc20/biconomy_token",
1928
- "ethereum/erc20/bidao",
1929
1952
  "ethereum/erc20/bidao_smart_chain",
1930
- "ethereum/erc20/bifi",
1953
+ "ethereum/erc20/bidipass",
1931
1954
  "ethereum/erc20/big_eyes",
1932
1955
  "ethereum/erc20/bigcash",
1933
1956
  "ethereum/erc20/bigocoin",
@@ -1940,9 +1963,7 @@ Array [
1940
1963
  "ethereum/erc20/binance_wrapped_fil",
1941
1964
  "ethereum/erc20/bincentive_token",
1942
1965
  "ethereum/erc20/bintex_futures",
1943
- "ethereum/erc20/biocrypt",
1944
1966
  "ethereum/erc20/biokkoin",
1945
- "ethereum/erc20/bionic",
1946
1967
  "ethereum/erc20/biontoken",
1947
1968
  "ethereum/erc20/biop",
1948
1969
  "ethereum/erc20/biopassport_coin",
@@ -1972,7 +1993,6 @@ Array [
1972
1993
  "ethereum/erc20/bitdefi",
1973
1994
  "ethereum/erc20/bitdice",
1974
1995
  "ethereum/erc20/bitenium_token",
1975
- "ethereum/erc20/bitether_",
1976
1996
  "ethereum/erc20/bitfarmings",
1977
1997
  "ethereum/erc20/bitfxt_coin",
1978
1998
  "ethereum/erc20/bitgear",
@@ -1982,11 +2002,9 @@ Array [
1982
2002
  "ethereum/erc20/bithao_token",
1983
2003
  "ethereum/erc20/bithash_token",
1984
2004
  "ethereum/erc20/bither_platform_token",
1985
- "ethereum/erc20/bitifex",
1986
2005
  "ethereum/erc20/bitkeep_token",
1987
2006
  "ethereum/erc20/bitkings_token",
1988
2007
  "ethereum/erc20/bitlle_token",
1989
- "ethereum/erc20/bitmax_token",
1990
2008
  "ethereum/erc20/bitnorm",
1991
2009
  "ethereum/erc20/bitonyx_token",
1992
2010
  "ethereum/erc20/bitopro_coin",
@@ -1996,9 +2014,9 @@ Array [
1996
2014
  "ethereum/erc20/bitpower",
1997
2015
  "ethereum/erc20/bitrewards_token",
1998
2016
  "ethereum/erc20/bitrock",
2017
+ "ethereum/erc20/bitrue_coin",
1999
2018
  "ethereum/erc20/bitscreenertoken",
2000
2019
  "ethereum/erc20/bitsong",
2001
- "ethereum/erc20/bitsoutoken",
2002
2020
  "ethereum/erc20/bitspawn_token",
2003
2021
  "ethereum/erc20/bitsten_token",
2004
2022
  "ethereum/erc20/bittoken",
@@ -2007,13 +2025,14 @@ Array [
2007
2025
  "ethereum/erc20/bitwell_token",
2008
2026
  "ethereum/erc20/bixcoin_pro",
2009
2027
  "ethereum/erc20/bkchain",
2010
- "ethereum/erc20/black",
2011
2028
  "ethereum/erc20/black_hole",
2012
2029
  "ethereum/erc20/black_kishu_inu",
2013
2030
  "ethereum/erc20/blackdragon_token",
2014
2031
  "ethereum/erc20/blackfisk",
2032
+ "ethereum/erc20/blackhole_black_governance_token",
2015
2033
  "ethereum/erc20/blackholeswap-compound_daiusdc_v1",
2016
2034
  "ethereum/erc20/blackpearl_token",
2035
+ "ethereum/erc20/blackpool_token",
2017
2036
  "ethereum/erc20/blank_token_old",
2018
2037
  "ethereum/erc20/blaze",
2019
2038
  "ethereum/erc20/blaze_network",
@@ -2036,6 +2055,7 @@ Array [
2036
2055
  "ethereum/erc20/blockremit",
2037
2056
  "ethereum/erc20/blockrx",
2038
2057
  "ethereum/erc20/blocks",
2058
+ "ethereum/erc20/blocksquaretoken",
2039
2059
  "ethereum/erc20/blockstar_token",
2040
2060
  "ethereum/erc20/blocktanium",
2041
2061
  "ethereum/erc20/blocktrade_com",
@@ -2049,16 +2069,15 @@ Array [
2049
2069
  "ethereum/erc20/bluechips",
2050
2070
  "ethereum/erc20/blueshare_token",
2051
2071
  "ethereum/erc20/bluesparrowtoken",
2052
- "ethereum/erc20/bluewizard",
2053
2072
  "ethereum/erc20/bmj_master_nodes",
2054
2073
  "ethereum/erc20/bmt",
2055
2074
  "ethereum/erc20/bnc",
2075
+ "ethereum/erc20/bnc_token",
2056
2076
  "ethereum/erc20/bnet_token",
2057
2077
  "ethereum/erc20/bns_finance",
2058
2078
  "ethereum/erc20/bns_token",
2059
2079
  "ethereum/erc20/bnt_smart_token_relay",
2060
- "ethereum/erc20/boa",
2061
- "ethereum/erc20/bob",
2080
+ "ethereum/erc20/bob_s_repair",
2062
2081
  "ethereum/erc20/bobc",
2063
2082
  "ethereum/erc20/bobo_cash",
2064
2083
  "ethereum/erc20/boldman",
@@ -2100,6 +2119,7 @@ Array [
2100
2119
  "ethereum/erc20/boule_coin",
2101
2120
  "ethereum/erc20/bounce_token_",
2102
2121
  "ethereum/erc20/bounce_token_auction",
2122
+ "ethereum/erc20/bountymarketcap",
2103
2123
  "ethereum/erc20/bowl_a_coin",
2104
2124
  "ethereum/erc20/boxaxis",
2105
2125
  "ethereum/erc20/bpop",
@@ -2139,6 +2159,7 @@ Array [
2139
2159
  "ethereum/erc20/btrfly_",
2140
2160
  "ethereum/erc20/btrst",
2141
2161
  "ethereum/erc20/btu_incentivized_dai",
2162
+ "ethereum/erc20/btu_protocol",
2142
2163
  "ethereum/erc20/btz_by_bunz",
2143
2164
  "ethereum/erc20/bubble",
2144
2165
  "ethereum/erc20/budbo",
@@ -2152,11 +2173,11 @@ Array [
2152
2173
  "ethereum/erc20/bullbearethereum_set_ii",
2153
2174
  "ethereum/erc20/bulldog",
2154
2175
  "ethereum/erc20/bullion_crypto",
2176
+ "ethereum/erc20/bullionschain",
2155
2177
  "ethereum/erc20/bullrun",
2156
2178
  "ethereum/erc20/bullswaptoken",
2157
2179
  "ethereum/erc20/bump",
2158
2180
  "ethereum/erc20/bundles",
2159
- "ethereum/erc20/bunnytoken",
2160
2181
  "ethereum/erc20/burency",
2161
2182
  "ethereum/erc20/burn",
2162
2183
  "ethereum/erc20/burn_kenny",
@@ -2204,19 +2225,17 @@ Array [
2204
2225
  "ethereum/erc20/carbcoin",
2205
2226
  "ethereum/erc20/carblock",
2206
2227
  "ethereum/erc20/carbon",
2207
- "ethereum/erc20/carbon_dollar_x",
2208
2228
  "ethereum/erc20/carbon_gems",
2209
2229
  "ethereum/erc20/carbon_grid",
2210
2230
  "ethereum/erc20/card_starter",
2211
2231
  "ethereum/erc20/cardswap",
2212
2232
  "ethereum/erc20/cardwallet",
2213
- "ethereum/erc20/cargo_gems",
2214
2233
  "ethereum/erc20/cargocoin",
2215
2234
  "ethereum/erc20/carlive_chain",
2216
2235
  "ethereum/erc20/carnomaly",
2217
- "ethereum/erc20/cas_coin",
2218
2236
  "ethereum/erc20/cash_global_coin",
2219
2237
  "ethereum/erc20/cash_tech",
2238
+ "ethereum/erc20/cashaa",
2220
2239
  "ethereum/erc20/cashbackpro",
2221
2240
  "ethereum/erc20/cashpay",
2222
2241
  "ethereum/erc20/cashperscan",
@@ -2233,7 +2252,7 @@ Array [
2233
2252
  "ethereum/erc20/cbk",
2234
2253
  "ethereum/erc20/cc",
2235
2254
  "ethereum/erc20/cc_token",
2236
- "ethereum/erc20/ccc__iconomi_",
2255
+ "ethereum/erc20/cdx",
2237
2256
  "ethereum/erc20/cedars",
2238
2257
  "ethereum/erc20/celeb_plus",
2239
2258
  "ethereum/erc20/cellframe_token",
@@ -2257,6 +2276,7 @@ Array [
2257
2276
  "ethereum/erc20/chainlink_trading_set",
2258
2277
  "ethereum/erc20/chainsquare",
2259
2278
  "ethereum/erc20/chainswap_com_governance_token",
2279
+ "ethereum/erc20/chaintrade_token",
2260
2280
  "ethereum/erc20/chalice_finance",
2261
2281
  "ethereum/erc20/change_your_life",
2262
2282
  "ethereum/erc20/changer",
@@ -2265,7 +2285,6 @@ Array [
2265
2285
  "ethereum/erc20/chartex",
2266
2286
  "ethereum/erc20/cherry",
2267
2287
  "ethereum/erc20/cherry_token",
2268
- "ethereum/erc20/chess_coin",
2269
2288
  "ethereum/erc20/chi_gastoken_by_1inch",
2270
2289
  "ethereum/erc20/chicken",
2271
2290
  "ethereum/erc20/chihiro_inu",
@@ -2277,7 +2296,6 @@ Array [
2277
2296
  "ethereum/erc20/chowchow_finance",
2278
2297
  "ethereum/erc20/christ_coin",
2279
2298
  "ethereum/erc20/chromie_squiggle",
2280
- "ethereum/erc20/chronobank",
2281
2299
  "ethereum/erc20/chronoly",
2282
2300
  "ethereum/erc20/chubby_inu",
2283
2301
  "ethereum/erc20/chunghoptoken",
@@ -2292,7 +2310,6 @@ Array [
2292
2310
  "ethereum/erc20/clash_token",
2293
2311
  "ethereum/erc20/classie",
2294
2312
  "ethereum/erc20/claymore",
2295
- "ethereum/erc20/clearcryptos",
2296
2313
  "ethereum/erc20/clearinghouse_token",
2297
2314
  "ethereum/erc20/clearpool",
2298
2315
  "ethereum/erc20/clever",
@@ -2310,18 +2327,15 @@ Array [
2310
2327
  "ethereum/erc20/cmdx",
2311
2328
  "ethereum/erc20/cmgcoin",
2312
2329
  "ethereum/erc20/cng_casino",
2313
- "ethereum/erc20/cnn_token",
2314
2330
  "ethereum/erc20/cnyq_stablecoin_by_q_dao_v1_0",
2315
2331
  "ethereum/erc20/co",
2316
2332
  "ethereum/erc20/co2bit",
2317
2333
  "ethereum/erc20/coal_coin",
2318
2334
  "ethereum/erc20/cobak_token",
2319
- "ethereum/erc20/cobinhood_token",
2320
2335
  "ethereum/erc20/cocaine_cowboy",
2321
2336
  "ethereum/erc20/cocktailbar",
2322
- "ethereum/erc20/cocostoken_old",
2337
+ "ethereum/erc20/cocostokenv2",
2323
2338
  "ethereum/erc20/codex_token",
2324
- "ethereum/erc20/cofi_token",
2325
2339
  "ethereum/erc20/coge_inu",
2326
2340
  "ethereum/erc20/cogecoin",
2327
2341
  "ethereum/erc20/coin",
@@ -2335,6 +2349,7 @@ Array [
2335
2349
  "ethereum/erc20/coinbene_future_token",
2336
2350
  "ethereum/erc20/coincasso_exchange_token",
2337
2351
  "ethereum/erc20/coincrowd",
2352
+ "ethereum/erc20/coinfi_token",
2338
2353
  "ethereum/erc20/coinloan",
2339
2354
  "ethereum/erc20/coinmerge_os",
2340
2355
  "ethereum/erc20/coinmetro_token_old",
@@ -2387,10 +2402,10 @@ Array [
2387
2402
  "ethereum/erc20/concentrated_voting_power",
2388
2403
  "ethereum/erc20/concentrator_token",
2389
2404
  "ethereum/erc20/concern_poverty_chain",
2405
+ "ethereum/erc20/confideal",
2390
2406
  "ethereum/erc20/conjure",
2391
2407
  "ethereum/erc20/connect_financial",
2392
2408
  "ethereum/erc20/connectome",
2393
- "ethereum/erc20/consentium_coin",
2394
2409
  "ethereum/erc20/constitutiondao",
2395
2410
  "ethereum/erc20/contentbox",
2396
2411
  "ethereum/erc20/contraction_dynamic_set_dollar",
@@ -2424,6 +2439,7 @@ Array [
2424
2439
  "ethereum/erc20/cow_protocol_token",
2425
2440
  "ethereum/erc20/cowboy_finance",
2426
2441
  "ethereum/erc20/coweye",
2442
+ "ethereum/erc20/coxxxcoin",
2427
2443
  "ethereum/erc20/cp3rtoken",
2428
2444
  "ethereum/erc20/cpollo",
2429
2445
  "ethereum/erc20/cprop",
@@ -2449,20 +2465,22 @@ Array [
2449
2465
  "ethereum/erc20/crownfinance",
2450
2466
  "ethereum/erc20/crowns",
2451
2467
  "ethereum/erc20/crowny_token",
2468
+ "ethereum/erc20/crpt",
2452
2469
  "ethereum/erc20/cruisebit",
2453
2470
  "ethereum/erc20/crunch_token",
2454
2471
  "ethereum/erc20/crust",
2455
2472
  "ethereum/erc20/crust_storage_market",
2456
2473
  "ethereum/erc20/crybet_token",
2457
2474
  "ethereum/erc20/crycash",
2458
- "ethereum/erc20/cryptaldash",
2459
2475
  "ethereum/erc20/cryptaur",
2476
+ "ethereum/erc20/cryptex",
2460
2477
  "ethereum/erc20/cryptfillcoin",
2461
2478
  "ethereum/erc20/cryptid",
2462
2479
  "ethereum/erc20/crypto10_hedged",
2463
2480
  "ethereum/erc20/crypto_accept",
2464
2481
  "ethereum/erc20/crypto_bank",
2465
2482
  "ethereum/erc20/crypto_bits",
2483
+ "ethereum/erc20/crypto_boss_coin",
2466
2484
  "ethereum/erc20/crypto_candy",
2467
2485
  "ethereum/erc20/crypto_carbon_energy",
2468
2486
  "ethereum/erc20/crypto_daily_token",
@@ -2478,7 +2496,6 @@ Array [
2478
2496
  "ethereum/erc20/crypto_village_accelerator_gold",
2479
2497
  "ethereum/erc20/cryptoart_ai",
2480
2498
  "ethereum/erc20/cryptobet",
2481
- "ethereum/erc20/cryptobuyer_token",
2482
2499
  "ethereum/erc20/cryptocart",
2483
2500
  "ethereum/erc20/cryptochrome",
2484
2501
  "ethereum/erc20/cryptocrashcourse",
@@ -2489,7 +2506,6 @@ Array [
2489
2506
  "ethereum/erc20/cryptoforce",
2490
2507
  "ethereum/erc20/cryptographic_ultra_money",
2491
2508
  "ethereum/erc20/cryptokee",
2492
- "ethereum/erc20/cryptokek_com",
2493
2509
  "ethereum/erc20/cryptokitties_[gen_0]",
2494
2510
  "ethereum/erc20/cryptolandy",
2495
2511
  "ethereum/erc20/cryptolending",
@@ -2500,7 +2516,6 @@ Array [
2500
2516
  "ethereum/erc20/cryptonits",
2501
2517
  "ethereum/erc20/cryptonovae",
2502
2518
  "ethereum/erc20/cryptophunks",
2503
- "ethereum/erc20/cryptoping",
2504
2519
  "ethereum/erc20/cryptoprofile",
2505
2520
  "ethereum/erc20/cryptopunk_7171",
2506
2521
  "ethereum/erc20/cryptopups",
@@ -2510,9 +2525,10 @@ Array [
2510
2525
  "ethereum/erc20/cryptotask",
2511
2526
  "ethereum/erc20/cryptotipsfr_token_v2",
2512
2527
  "ethereum/erc20/cryptowater",
2528
+ "ethereum/erc20/crystal_clear_token",
2513
2529
  "ethereum/erc20/csp_dao",
2514
2530
  "ethereum/erc20/ctask_token",
2515
- "ethereum/erc20/cube",
2531
+ "ethereum/erc20/cubrix",
2516
2532
  "ethereum/erc20/cubtoken",
2517
2533
  "ethereum/erc20/cudl",
2518
2534
  "ethereum/erc20/cudostoken",
@@ -2579,7 +2595,6 @@ Array [
2579
2595
  "ethereum/erc20/curvefi_usdn3crv",
2580
2596
  "ethereum/erc20/cute_coin",
2581
2597
  "ethereum/erc20/cvault_finance",
2582
- "ethereum/erc20/cvtoken",
2583
2598
  "ethereum/erc20/cxn_network",
2584
2599
  "ethereum/erc20/cy_finance",
2585
2600
  "ethereum/erc20/cyber_doge",
@@ -2599,22 +2614,17 @@ Array [
2599
2614
  "ethereum/erc20/danat_coin",
2600
2615
  "ethereum/erc20/dandy_dego",
2601
2616
  "ethereum/erc20/dao1",
2602
- "ethereum/erc20/dao_invest",
2603
2617
  "ethereum/erc20/dao_playmarket_2_0",
2604
2618
  "ethereum/erc20/daohaus_token",
2605
2619
  "ethereum/erc20/daoventuresdefi",
2606
- "ethereum/erc20/dappnode_dao_token",
2607
2620
  "ethereum/erc20/dappradar",
2608
2621
  "ethereum/erc20/dappstore_token",
2609
2622
  "ethereum/erc20/dark_bundles",
2610
- "ethereum/erc20/darkenergycrystals",
2611
2623
  "ethereum/erc20/darktoken",
2612
2624
  "ethereum/erc20/dart_token",
2613
2625
  "ethereum/erc20/daruma",
2614
2626
  "ethereum/erc20/darwinia_commitment_token",
2615
2627
  "ethereum/erc20/dash_2_trade",
2616
- "ethereum/erc20/data_economy_index",
2617
- "ethereum/erc20/data_exchange_token",
2618
2628
  "ethereum/erc20/data_know_your_customer",
2619
2629
  "ethereum/erc20/databroker",
2620
2630
  "ethereum/erc20/datamine",
@@ -2637,12 +2647,12 @@ Array [
2637
2647
  "ethereum/erc20/debase",
2638
2648
  "ethereum/erc20/debitum",
2639
2649
  "ethereum/erc20/decanect",
2650
+ "ethereum/erc20/decentr",
2640
2651
  "ethereum/erc20/decentral_games",
2641
2652
  "ethereum/erc20/decentralizecurrency",
2642
2653
  "ethereum/erc20/decentralized_insurance_protocol",
2643
2654
  "ethereum/erc20/decentraweb",
2644
2655
  "ethereum/erc20/decenturion_token",
2645
- "ethereum/erc20/decurian",
2646
2656
  "ethereum/erc20/dede",
2647
2657
  "ethereum/erc20/deelance",
2648
2658
  "ethereum/erc20/deeper_network",
@@ -2676,7 +2686,7 @@ Array [
2676
2686
  "ethereum/erc20/defisocial",
2677
2687
  "ethereum/erc20/defiville_island_token",
2678
2688
  "ethereum/erc20/defiwizard_token",
2679
- "ethereum/erc20/defiyieldprotocol",
2689
+ "ethereum/erc20/defiyieldprotocol_",
2680
2690
  "ethereum/erc20/deflect_protocol",
2681
2691
  "ethereum/erc20/degate_token",
2682
2692
  "ethereum/erc20/degen39$farm_normies",
@@ -2732,7 +2742,6 @@ Array [
2732
2742
  "ethereum/erc20/dfinance",
2733
2743
  "ethereum/erc20/dfohub",
2734
2744
  "ethereum/erc20/dforce",
2735
- "ethereum/erc20/dforce_",
2736
2745
  "ethereum/erc20/dfund",
2737
2746
  "ethereum/erc20/dfv",
2738
2747
  "ethereum/erc20/dfx_token",
@@ -2769,6 +2778,7 @@ Array [
2769
2778
  "ethereum/erc20/digital_reserve_currency",
2770
2779
  "ethereum/erc20/digital_standard_unit",
2771
2780
  "ethereum/erc20/digital_wallet_coin",
2781
+ "ethereum/erc20/digitalticks",
2772
2782
  "ethereum/erc20/digitoads",
2773
2783
  "ethereum/erc20/digiwill",
2774
2784
  "ethereum/erc20/diligence",
@@ -2843,7 +2853,6 @@ Array [
2843
2853
  "ethereum/erc20/dorayaki",
2844
2854
  "ethereum/erc20/dorayaki_",
2845
2855
  "ethereum/erc20/doren",
2846
- "ethereum/erc20/dos_network_token",
2847
2856
  "ethereum/erc20/dose",
2848
2857
  "ethereum/erc20/doshi",
2849
2858
  "ethereum/erc20/dotify_token",
@@ -2854,7 +2863,6 @@ Array [
2854
2863
  "ethereum/erc20/dracula_token",
2855
2864
  "ethereum/erc20/dragonbit",
2856
2865
  "ethereum/erc20/dragonbite",
2857
- "ethereum/erc20/dragonereum_gold",
2858
2866
  "ethereum/erc20/dragonflyprotocol_com",
2859
2867
  "ethereum/erc20/dragonglass",
2860
2868
  "ethereum/erc20/drakoin",
@@ -2890,6 +2898,7 @@ Array [
2890
2898
  "ethereum/erc20/dydx",
2891
2899
  "ethereum/erc20/dymmax_governance_token",
2892
2900
  "ethereum/erc20/dynamic_set_dollar",
2901
+ "ethereum/erc20/dypius",
2893
2902
  "ethereum/erc20/dyxtoken",
2894
2903
  "ethereum/erc20/e-radix",
2895
2904
  "ethereum/erc20/e2p",
@@ -2915,7 +2924,6 @@ Array [
2915
2924
  "ethereum/erc20/eclipseum",
2916
2925
  "ethereum/erc20/ecn",
2917
2926
  "ethereum/erc20/eco_token",
2918
- "ethereum/erc20/eco_value_coin",
2919
2927
  "ethereum/erc20/ecofi_token",
2920
2928
  "ethereum/erc20/ecoreal_estate_old",
2921
2929
  "ethereum/erc20/ecoscu",
@@ -2924,17 +2932,15 @@ Array [
2924
2932
  "ethereum/erc20/ecpn_token",
2925
2933
  "ethereum/erc20/edda",
2926
2934
  "ethereum/erc20/eden",
2927
- "ethereum/erc20/efficient_transaction_token",
2928
2935
  "ethereum/erc20/efforce_ieo",
2929
2936
  "ethereum/erc20/efinity_token",
2930
2937
  "ethereum/erc20/egame",
2931
2938
  "ethereum/erc20/ehash_token",
2939
+ "ethereum/erc20/ekt",
2932
2940
  "ethereum/erc20/ela_on_ethereum",
2933
2941
  "ethereum/erc20/elastic_governance",
2934
2942
  "ethereum/erc20/electronic_move_pay",
2935
- "ethereum/erc20/electrumdark",
2936
2943
  "ethereum/erc20/elena_protocol",
2937
- "ethereum/erc20/elenausd",
2938
2944
  "ethereum/erc20/elis",
2939
2945
  "ethereum/erc20/elite_swap",
2940
2946
  "ethereum/erc20/elixir_token",
@@ -2959,7 +2965,6 @@ Array [
2959
2965
  "ethereum/erc20/enjinstarter",
2960
2966
  "ethereum/erc20/enkronostoken",
2961
2967
  "ethereum/erc20/enreachdao",
2962
- "ethereum/erc20/entanmo",
2963
2968
  "ethereum/erc20/enter_governance_token",
2964
2969
  "ethereum/erc20/entone",
2965
2970
  "ethereum/erc20/entropy",
@@ -2977,7 +2982,7 @@ Array [
2977
2982
  "ethereum/erc20/equalizer",
2978
2983
  "ethereum/erc20/equos_origin",
2979
2984
  "ethereum/erc20/equusminingtoken",
2980
- "ethereum/erc20/erc20_",
2985
+ "ethereum/erc20/eraswap",
2981
2986
  "ethereum/erc20/erc20ektatoken",
2982
2987
  "ethereum/erc20/erc223",
2983
2988
  "ethereum/erc20/ercaux",
@@ -2988,8 +2993,9 @@ Array [
2988
2993
  "ethereum/erc20/escx_token",
2989
2994
  "ethereum/erc20/esov",
2990
2995
  "ethereum/erc20/esportspro",
2996
+ "ethereum/erc20/essentia",
2991
2997
  "ethereum/erc20/etch",
2992
- "ethereum/erc20/eterbase_coin",
2998
+ "ethereum/erc20/eterbase_utility_token",
2993
2999
  "ethereum/erc20/etg_finance",
2994
3000
  "ethereum/erc20/eth2socks",
2995
3001
  "ethereum/erc20/eth_26_ema_crossover_yield_ii",
@@ -3017,7 +3023,6 @@ Array [
3017
3023
  "ethereum/erc20/etherco2",
3018
3024
  "ethereum/erc20/etheremon_token",
3019
3025
  "ethereum/erc20/ethereum_apex",
3020
- "ethereum/erc20/ethereum_cash",
3021
3026
  "ethereum/erc20/ethereum_cell_network",
3022
3027
  "ethereum/erc20/ethereum_dark",
3023
3028
  "ethereum/erc20/ethereum_hive",
@@ -3043,7 +3048,6 @@ Array [
3043
3048
  "ethereum/erc20/ethersmart",
3044
3049
  "ethereum/erc20/ethersocks",
3045
3050
  "ethereum/erc20/etheruem_risen",
3046
- "ethereum/erc20/ethfinex_nectar_token",
3047
3051
  "ethereum/erc20/ethix",
3048
3052
  "ethereum/erc20/ethlink_pa_candlestick_set",
3049
3053
  "ethereum/erc20/ethos",
@@ -3057,7 +3061,7 @@ Array [
3057
3061
  "ethereum/erc20/eub_chain",
3058
3062
  "ethereum/erc20/euler",
3059
3063
  "ethereum/erc20/eur_tether__erc20_",
3060
- "ethereum/erc20/eurbase_stablecoin",
3064
+ "ethereum/erc20/eurbase_stablecoin_v2",
3061
3065
  "ethereum/erc20/euro_coin",
3062
3066
  "ethereum/erc20/euro_stable_token",
3063
3067
  "ethereum/erc20/euroe_stablecoin",
@@ -3070,6 +3074,7 @@ Array [
3070
3074
  "ethereum/erc20/evan",
3071
3075
  "ethereum/erc20/evanesco_network",
3072
3076
  "ethereum/erc20/evencoin",
3077
+ "ethereum/erc20/eventchain",
3073
3078
  "ethereum/erc20/eveotoken",
3074
3079
  "ethereum/erc20/everape",
3075
3080
  "ethereum/erc20/everest_id",
@@ -3100,6 +3105,7 @@ Array [
3100
3105
  "ethereum/erc20/ezdex",
3101
3106
  "ethereum/erc20/eztoken",
3102
3107
  "ethereum/erc20/fabric_token",
3108
+ "ethereum/erc20/faceter",
3103
3109
  "ethereum/erc20/fairum_community",
3104
3110
  "ethereum/erc20/faith_tribe",
3105
3111
  "ethereum/erc20/faithcoin",
@@ -3125,7 +3131,6 @@ Array [
3125
3131
  "ethereum/erc20/farm_usdt",
3126
3132
  "ethereum/erc20/farm_wbtc",
3127
3133
  "ethereum/erc20/farm_weth",
3128
- "ethereum/erc20/farmatrust_token",
3129
3134
  "ethereum/erc20/farming_bad",
3130
3135
  "ethereum/erc20/farmland_protocol",
3131
3136
  "ethereum/erc20/farswap",
@@ -3176,6 +3181,7 @@ Array [
3176
3181
  "ethereum/erc20/flapp",
3177
3182
  "ethereum/erc20/flash_bot_token",
3178
3183
  "ethereum/erc20/flashswap",
3184
+ "ethereum/erc20/fleta_token",
3179
3185
  "ethereum/erc20/flex_coin",
3180
3186
  "ethereum/erc20/flex_ungovernance_token",
3181
3187
  "ethereum/erc20/flexusd",
@@ -3223,11 +3229,11 @@ Array [
3223
3229
  "ethereum/erc20/frax_price_index_share",
3224
3230
  "ethereum/erc20/frax_share",
3225
3231
  "ethereum/erc20/fred_energy_erc-20",
3232
+ "ethereum/erc20/free_coin",
3226
3233
  "ethereum/erc20/freedom_reserve",
3227
3234
  "ethereum/erc20/freelatoken",
3228
3235
  "ethereum/erc20/freeliquid",
3229
3236
  "ethereum/erc20/freewaytoken",
3230
- "ethereum/erc20/freight_trust_network",
3231
3237
  "ethereum/erc20/freldocoinx",
3232
3238
  "ethereum/erc20/french_ico_coin",
3233
3239
  "ethereum/erc20/frenzy",
@@ -3245,6 +3251,7 @@ Array [
3245
3251
  "ethereum/erc20/frontier_token",
3246
3252
  "ethereum/erc20/frozencoin_network",
3247
3253
  "ethereum/erc20/fruits",
3254
+ "ethereum/erc20/ftx_token",
3248
3255
  "ethereum/erc20/fud_finance",
3249
3256
  "ethereum/erc20/fuel_finance",
3250
3257
  "ethereum/erc20/fuel_injection_network",
@@ -3254,17 +3261,19 @@ Array [
3254
3261
  "ethereum/erc20/fund_yourself_now",
3255
3262
  "ethereum/erc20/fundamenta",
3256
3263
  "ethereum/erc20/funder_one",
3264
+ "ethereum/erc20/fundum",
3257
3265
  "ethereum/erc20/furucombo",
3258
3266
  "ethereum/erc20/fuse_token",
3259
3267
  "ethereum/erc20/futourist_token",
3260
- "ethereum/erc20/futurax",
3261
3268
  "ethereum/erc20/future_cash_digital",
3262
3269
  "ethereum/erc20/future_of_finance_fund",
3263
3270
  "ethereum/erc20/future_time_dividend",
3271
+ "ethereum/erc20/futureswap_token",
3264
3272
  "ethereum/erc20/fuzzyinu",
3265
3273
  "ethereum/erc20/fx1_sports",
3266
3274
  "ethereum/erc20/fxi_sports",
3267
3275
  "ethereum/erc20/fxpay",
3276
+ "ethereum/erc20/fxt_token",
3268
3277
  "ethereum/erc20/fyooz_nft",
3269
3278
  "ethereum/erc20/gains",
3270
3279
  "ethereum/erc20/gains_v2",
@@ -3276,12 +3285,10 @@ Array [
3276
3285
  "ethereum/erc20/game_coin",
3277
3286
  "ethereum/erc20/game_of_bitcoins",
3278
3287
  "ethereum/erc20/game_on_players",
3279
- "ethereum/erc20/game_x_coin",
3280
3288
  "ethereum/erc20/gamecity",
3281
3289
  "ethereum/erc20/gamee",
3282
3290
  "ethereum/erc20/gamefanz",
3283
3291
  "ethereum/erc20/gamercoin",
3284
- "ethereum/erc20/gamestars_token",
3285
3292
  "ethereum/erc20/gamestop_finance",
3286
3293
  "ethereum/erc20/gameswap_org",
3287
3294
  "ethereum/erc20/gameswift",
@@ -3309,11 +3316,12 @@ Array [
3309
3316
  "ethereum/erc20/geeq",
3310
3317
  "ethereum/erc20/gelato_network_token",
3311
3318
  "ethereum/erc20/geld",
3319
+ "ethereum/erc20/gems",
3312
3320
  "ethereum/erc20/gemtoken",
3313
3321
  "ethereum/erc20/gemvault_coin",
3314
3322
  "ethereum/erc20/gen_shards",
3315
3323
  "ethereum/erc20/genbit_bunnies",
3316
- "ethereum/erc20/gene_source_code_chain",
3324
+ "ethereum/erc20/gene_token",
3317
3325
  "ethereum/erc20/genebank_token",
3318
3326
  "ethereum/erc20/generation_of_yield",
3319
3327
  "ethereum/erc20/genes",
@@ -3350,6 +3358,7 @@ Array [
3350
3358
  "ethereum/erc20/gladius",
3351
3359
  "ethereum/erc20/glextoken",
3352
3360
  "ethereum/erc20/glitch",
3361
+ "ethereum/erc20/global_aex_token",
3353
3362
  "ethereum/erc20/global_currency_unit",
3354
3363
  "ethereum/erc20/global_defi",
3355
3364
  "ethereum/erc20/global_human_trust",
@@ -3401,6 +3410,7 @@ Array [
3401
3410
  "ethereum/erc20/gone_studio",
3402
3411
  "ethereum/erc20/goonrich",
3403
3412
  "ethereum/erc20/gotogods",
3413
+ "ethereum/erc20/gotoken_",
3404
3414
  "ethereum/erc20/gourmetgalaxy",
3405
3415
  "ethereum/erc20/governance_ohm",
3406
3416
  "ethereum/erc20/governor",
@@ -3448,8 +3458,8 @@ Array [
3448
3458
  "ethereum/erc20/guppi",
3449
3459
  "ethereum/erc20/guss_one",
3450
3460
  "ethereum/erc20/gutter_cat_gang",
3461
+ "ethereum/erc20/gxc",
3451
3462
  "ethereum/erc20/h3x",
3452
- "ethereum/erc20/habitat_token",
3453
3463
  "ethereum/erc20/hac_token",
3454
3464
  "ethereum/erc20/hachiko_inu",
3455
3465
  "ethereum/erc20/hacken",
@@ -3515,7 +3525,6 @@ Array [
3515
3525
  "ethereum/erc20/hilo",
3516
3526
  "ethereum/erc20/hina_inu",
3517
3527
  "ethereum/erc20/hippofinance",
3518
- "ethereum/erc20/hitbtc_token",
3519
3528
  "ethereum/erc20/hitchaincoin",
3520
3529
  "ethereum/erc20/hiz_finance",
3521
3530
  "ethereum/erc20/hkg",
@@ -3552,7 +3561,7 @@ Array [
3552
3561
  "ethereum/erc20/hplus",
3553
3562
  "ethereum/erc20/hst",
3554
3563
  "ethereum/erc20/hub_finance",
3555
- "ethereum/erc20/hub_token",
3564
+ "ethereum/erc20/hubiits",
3556
3565
  "ethereum/erc20/huckleberry_inu",
3557
3566
  "ethereum/erc20/hue",
3558
3567
  "ethereum/erc20/human_token",
@@ -3565,8 +3574,8 @@ Array [
3565
3574
  "ethereum/erc20/hut34_entropy_token",
3566
3575
  "ethereum/erc20/hybrid_bank_cash",
3567
3576
  "ethereum/erc20/hybrix_hydra",
3568
- "ethereum/erc20/hydro",
3569
3577
  "ethereum/erc20/hydro_protocol",
3578
+ "ethereum/erc20/hydro_token",
3570
3579
  "ethereum/erc20/hygenercoin",
3571
3580
  "ethereum/erc20/hype",
3572
3581
  "ethereum/erc20/hype-finance",
@@ -3574,7 +3583,6 @@ Array [
3574
3583
  "ethereum/erc20/hyper_credit_network",
3575
3584
  "ethereum/erc20/hypercycle_token",
3576
3585
  "ethereum/erc20/hyperhash",
3577
- "ethereum/erc20/hyperion_token",
3578
3586
  "ethereum/erc20/hypersign_identity_token",
3579
3587
  "ethereum/erc20/hyve",
3580
3588
  "ethereum/erc20/hzm",
@@ -3611,10 +3619,9 @@ Array [
3611
3619
  "ethereum/erc20/iearn_busd",
3612
3620
  "ethereum/erc20/iearn_tusd",
3613
3621
  "ethereum/erc20/iearn_usdc",
3622
+ "ethereum/erc20/iethereum",
3614
3623
  "ethereum/erc20/ifarm",
3615
- "ethereum/erc20/ig_gold",
3616
3624
  "ethereum/erc20/ignite",
3617
- "ethereum/erc20/iic",
3618
3625
  "ethereum/erc20/ijas_coin",
3619
3626
  "ethereum/erc20/ikb",
3620
3627
  "ethereum/erc20/ikomp",
@@ -3622,7 +3629,6 @@ Array [
3622
3629
  "ethereum/erc20/image_generation_ai",
3623
3630
  "ethereum/erc20/ime_lab",
3624
3631
  "ethereum/erc20/imm_coin",
3625
- "ethereum/erc20/immortal",
3626
3632
  "ethereum/erc20/immutable_x",
3627
3633
  "ethereum/erc20/impactxp",
3628
3634
  "ethereum/erc20/impermax",
@@ -3640,12 +3646,10 @@ Array [
3640
3646
  "ethereum/erc20/infinity_token",
3641
3647
  "ethereum/erc20/inheritance_art",
3642
3648
  "ethereum/erc20/injective_token",
3643
- "ethereum/erc20/inmax",
3644
3649
  "ethereum/erc20/inoovi",
3645
3650
  "ethereum/erc20/ins",
3646
3651
  "ethereum/erc20/instadapp",
3647
3652
  "ethereum/erc20/insula",
3648
- "ethereum/erc20/insurace",
3649
3653
  "ethereum/erc20/insure_",
3650
3654
  "ethereum/erc20/insured_finance_nft_vault",
3651
3655
  "ethereum/erc20/integral",
@@ -3665,18 +3669,18 @@ Array [
3665
3669
  "ethereum/erc20/intime",
3666
3670
  "ethereum/erc20/inu",
3667
3671
  "ethereum/erc20/invacio_coin",
3668
- "ethereum/erc20/inventoryclub_token",
3669
3672
  "ethereum/erc20/inverse",
3670
3673
  "ethereum/erc20/inverse_btc_volatility_index",
3671
3674
  "ethereum/erc20/inverse_dao",
3672
3675
  "ethereum/erc20/inverse_eth_volatility_index",
3676
+ "ethereum/erc20/investfeed",
3673
3677
  "ethereum/erc20/invi_token",
3674
3678
  "ethereum/erc20/invictus_margin_lending",
3675
3679
  "ethereum/erc20/invox_finance",
3680
+ "ethereum/erc20/inx_token",
3676
3681
  "ethereum/erc20/ioi_token",
3677
3682
  "ethereum/erc20/ionia",
3678
3683
  "ethereum/erc20/iot___",
3679
- "ethereum/erc20/iot_chain",
3680
3684
  "ethereum/erc20/iown_token",
3681
3685
  "ethereum/erc20/iqoniq",
3682
3686
  "ethereum/erc20/iron_bank_eur",
@@ -3730,7 +3734,6 @@ Array [
3730
3734
  "ethereum/erc20/julien",
3731
3735
  "ethereum/erc20/jumptoken",
3732
3736
  "ethereum/erc20/junca_cash",
3733
- "ethereum/erc20/jupiter",
3734
3737
  "ethereum/erc20/jurasaur",
3735
3738
  "ethereum/erc20/jury_online",
3736
3739
  "ethereum/erc20/jus_token",
@@ -3743,7 +3746,6 @@ Array [
3743
3746
  "ethereum/erc20/kambria_yield_tuning_engine",
3744
3747
  "ethereum/erc20/kangal",
3745
3748
  "ethereum/erc20/kappa_token",
3746
- "ethereum/erc20/karma",
3747
3749
  "ethereum/erc20/kaspa",
3748
3750
  "ethereum/erc20/katalyo_token",
3749
3751
  "ethereum/erc20/katana_inu",
@@ -3760,6 +3762,7 @@ Array [
3760
3762
  "ethereum/erc20/kefi_token",
3761
3763
  "ethereum/erc20/keisukeinu_finance",
3762
3764
  "ethereum/erc20/kek",
3765
+ "ethereum/erc20/kek_token",
3763
3766
  "ethereum/erc20/kelpie_inu",
3764
3767
  "ethereum/erc20/kelvpn_token",
3765
3768
  "ethereum/erc20/kenysians_network",
@@ -3825,7 +3828,7 @@ Array [
3825
3828
  "ethereum/erc20/kskintoken",
3826
3829
  "ethereum/erc20/kstarcoin",
3827
3830
  "ethereum/erc20/kublaicoin",
3828
- "ethereum/erc20/kucoin_shares",
3831
+ "ethereum/erc20/kucoin_token",
3829
3832
  "ethereum/erc20/kudoe",
3830
3833
  "ethereum/erc20/kuky_coin",
3831
3834
  "ethereum/erc20/kuma_inu",
@@ -3845,7 +3848,6 @@ Array [
3845
3848
  "ethereum/erc20/laika",
3846
3849
  "ethereum/erc20/laikaprotocol",
3847
3850
  "ethereum/erc20/lance_coin",
3848
- "ethereum/erc20/lancer_token",
3849
3851
  "ethereum/erc20/landbox",
3850
3852
  "ethereum/erc20/latiumx",
3851
3853
  "ethereum/erc20/lattice_token",
@@ -3866,7 +3868,6 @@ Array [
3866
3868
  "ethereum/erc20/lemon_bet",
3867
3869
  "ethereum/erc20/lemond_money",
3868
3870
  "ethereum/erc20/lendconnect",
3869
- "ethereum/erc20/lendroid_support_token",
3870
3871
  "ethereum/erc20/leocoin",
3871
3872
  "ethereum/erc20/leox",
3872
3873
  "ethereum/erc20/lepricon",
@@ -3883,11 +3884,10 @@ Array [
3883
3884
  "ethereum/erc20/libero_financial_freedom",
3884
3885
  "ethereum/erc20/libertas",
3885
3886
  "ethereum/erc20/libfx",
3886
- "ethereum/erc20/libratoken",
3887
3887
  "ethereum/erc20/librefreelencer",
3888
3888
  "ethereum/erc20/lido_dao_token",
3889
3889
  "ethereum/erc20/lien",
3890
- "ethereum/erc20/life",
3890
+ "ethereum/erc20/life_crypto",
3891
3891
  "ethereum/erc20/liferun_coin",
3892
3892
  "ethereum/erc20/lift_kitchen",
3893
3893
  "ethereum/erc20/lift_kitchen_btc",
@@ -3897,14 +3897,15 @@ Array [
3897
3897
  "ethereum/erc20/limestone",
3898
3898
  "ethereum/erc20/limewire_token",
3899
3899
  "ethereum/erc20/limitswap",
3900
- "ethereum/erc20/lina",
3901
3900
  "ethereum/erc20/lincoin",
3901
+ "ethereum/erc20/linear_token",
3902
3902
  "ethereum/erc20/linfinity",
3903
3903
  "ethereum/erc20/link_platform",
3904
3904
  "ethereum/erc20/link_profit_taker_set",
3905
3905
  "ethereum/erc20/link_rsi_crossover_set",
3906
3906
  "ethereum/erc20/linkbased",
3907
3907
  "ethereum/erc20/linkcoin_token",
3908
+ "ethereum/erc20/linker_coin",
3908
3909
  "ethereum/erc20/linketh_growth_alpha_set",
3909
3910
  "ethereum/erc20/linketh_rsi_ratio_trading",
3910
3911
  "ethereum/erc20/linkflow",
@@ -3912,6 +3913,7 @@ Array [
3912
3913
  "ethereum/erc20/linkusd",
3913
3914
  "ethereum/erc20/liquid",
3914
3915
  "ethereum/erc20/liquid_lottery_rtc",
3916
+ "ethereum/erc20/liquid_staked_eth",
3915
3917
  "ethereum/erc20/liquid_staking_matic",
3916
3918
  "ethereum/erc20/liquidity_dividends_protocol",
3917
3919
  "ethereum/erc20/liquorchain_token",
@@ -3938,8 +3940,9 @@ Array [
3938
3940
  "ethereum/erc20/lookrev",
3939
3941
  "ethereum/erc20/lookrev_old",
3940
3942
  "ethereum/erc20/looksrare_token",
3943
+ "ethereum/erc20/loom_token",
3941
3944
  "ethereum/erc20/loon_network",
3942
- "ethereum/erc20/loopringcoin_v1",
3945
+ "ethereum/erc20/loopringcoin_v2",
3943
3946
  "ethereum/erc20/lords",
3944
3947
  "ethereum/erc20/lossless_token",
3945
3948
  "ethereum/erc20/lotoblock",
@@ -3973,19 +3976,17 @@ Array [
3973
3976
  "ethereum/erc20/lyfe_gold",
3974
3977
  "ethereum/erc20/lyfe_land",
3975
3978
  "ethereum/erc20/lyfe_silver",
3976
- "ethereum/erc20/lympo",
3979
+ "ethereum/erc20/lympo_",
3977
3980
  "ethereum/erc20/lympo_market_token",
3978
3981
  "ethereum/erc20/lync_network",
3979
3982
  "ethereum/erc20/lynchpin",
3980
3983
  "ethereum/erc20/m3m3coin",
3981
- "ethereum/erc20/macaron_coin",
3982
3984
  "ethereum/erc20/machix_token",
3983
3985
  "ethereum/erc20/mad",
3984
3986
  "ethereum/erc20/magic",
3985
3987
  "ethereum/erc20/magic_e-stock",
3986
3988
  "ethereum/erc20/magic_internet_money",
3987
3989
  "ethereum/erc20/magiccraft",
3988
- "ethereum/erc20/magnachain",
3989
3990
  "ethereum/erc20/mahadao",
3990
3991
  "ethereum/erc20/maidcoin",
3991
3992
  "ethereum/erc20/maidsafecoin",
@@ -4021,6 +4022,7 @@ Array [
4021
4022
  "ethereum/erc20/masq",
4022
4023
  "ethereum/erc20/math_token",
4023
4024
  "ethereum/erc20/matic",
4025
+ "ethereum/erc20/matrexcoin",
4024
4026
  "ethereum/erc20/maverick_token",
4025
4027
  "ethereum/erc20/maximus_decimus",
4026
4028
  "ethereum/erc20/maxxer",
@@ -4039,10 +4041,8 @@ Array [
4039
4041
  "ethereum/erc20/media_licensing_token",
4040
4042
  "ethereum/erc20/media_network_token",
4041
4043
  "ethereum/erc20/medical_cannabis_coin",
4042
- "ethereum/erc20/medical_token_currency",
4043
4044
  "ethereum/erc20/medicalveda",
4044
4045
  "ethereum/erc20/medikey",
4045
- "ethereum/erc20/meditel",
4046
4046
  "ethereum/erc20/medooza_ecosystem_v2_0",
4047
4047
  "ethereum/erc20/medx_token",
4048
4048
  "ethereum/erc20/mee_token",
@@ -4070,10 +4070,10 @@ Array [
4070
4070
  "ethereum/erc20/meshbox",
4071
4071
  "ethereum/erc20/messier",
4072
4072
  "ethereum/erc20/meta",
4073
- "ethereum/erc20/meta_bots",
4074
4073
  "ethereum/erc20/meta_masters_guild",
4075
4074
  "ethereum/erc20/meta_network",
4076
4075
  "ethereum/erc20/metacade",
4076
+ "ethereum/erc20/metadium",
4077
4077
  "ethereum/erc20/metafabric",
4078
4078
  "ethereum/erc20/metafactory",
4079
4079
  "ethereum/erc20/metafluence",
@@ -4096,10 +4096,9 @@ Array [
4096
4096
  "ethereum/erc20/mfi_erc20",
4097
4097
  "ethereum/erc20/mia_neko",
4098
4098
  "ethereum/erc20/miami",
4099
- "ethereum/erc20/mic",
4100
- "ethereum/erc20/micro_launchpad_token",
4101
4099
  "ethereum/erc20/micro_licensing_coin",
4102
4100
  "ethereum/erc20/microbloodsciencetoken",
4101
+ "ethereum/erc20/micromines",
4103
4102
  "ethereum/erc20/migranet_token",
4104
4103
  "ethereum/erc20/mikado",
4105
4104
  "ethereum/erc20/mikscoin",
@@ -4109,11 +4108,12 @@ Array [
4109
4108
  "ethereum/erc20/million",
4110
4109
  "ethereum/erc20/mimo_parallel_governance_token",
4111
4110
  "ethereum/erc20/mindcell",
4111
+ "ethereum/erc20/mindexcoin",
4112
4112
  "ethereum/erc20/minds",
4113
4113
  "ethereum/erc20/mindsyncai",
4114
- "ethereum/erc20/minereum",
4115
4114
  "ethereum/erc20/minibitcoin",
4116
4115
  "ethereum/erc20/miniswap",
4116
+ "ethereum/erc20/minter_hub",
4117
4117
  "ethereum/erc20/minty_art",
4118
4118
  "ethereum/erc20/mintyswap",
4119
4119
  "ethereum/erc20/miraqle",
@@ -4124,7 +4124,6 @@ Array [
4124
4124
  "ethereum/erc20/mishka_token",
4125
4125
  "ethereum/erc20/miss",
4126
4126
  "ethereum/erc20/mitrav",
4127
- "ethereum/erc20/mixin",
4128
4127
  "ethereum/erc20/mixmarvel_token",
4129
4128
  "ethereum/erc20/mixsome",
4130
4129
  "ethereum/erc20/mlttoken",
@@ -4133,6 +4132,7 @@ Array [
4133
4132
  "ethereum/erc20/mnmcoin",
4134
4133
  "ethereum/erc20/moar_finance",
4135
4134
  "ethereum/erc20/mobifi",
4135
+ "ethereum/erc20/mobilian",
4136
4136
  "ethereum/erc20/mobilum_token",
4137
4137
  "ethereum/erc20/mochi_market",
4138
4138
  "ethereum/erc20/modefi",
@@ -4149,8 +4149,10 @@ Array [
4149
4149
  "ethereum/erc20/money_party",
4150
4150
  "ethereum/erc20/money_printer_go_brrr",
4151
4151
  "ethereum/erc20/moneybrain_bips",
4152
+ "ethereum/erc20/moneynet_coin",
4152
4153
  "ethereum/erc20/moneyrebel_token",
4153
4154
  "ethereum/erc20/moneyswap",
4155
+ "ethereum/erc20/moneytoken",
4154
4156
  "ethereum/erc20/monftertoken",
4155
4157
  "ethereum/erc20/mongcoin",
4156
4158
  "ethereum/erc20/monkeycoin",
@@ -4163,14 +4165,13 @@ Array [
4163
4165
  "ethereum/erc20/moonday_finance",
4164
4166
  "ethereum/erc20/moondayplus_com",
4165
4167
  "ethereum/erc20/moonrabbit",
4166
- "ethereum/erc20/moontoken",
4167
4168
  "ethereum/erc20/moontools_io",
4168
4169
  "ethereum/erc20/morality",
4170
+ "ethereum/erc20/more",
4169
4171
  "ethereum/erc20/more_gold_coin",
4170
4172
  "ethereum/erc20/mork",
4171
4173
  "ethereum/erc20/morpher",
4172
4174
  "ethereum/erc20/morpheus_network",
4173
- "ethereum/erc20/morpheus_network_old",
4174
4175
  "ethereum/erc20/moss_carbon_credit",
4175
4176
  "ethereum/erc20/most",
4176
4177
  "ethereum/erc20/mot",
@@ -4187,6 +4188,7 @@ Array [
4187
4188
  "ethereum/erc20/mrv",
4188
4189
  "ethereum/erc20/mstable_btc",
4189
4190
  "ethereum/erc20/mstable_usd",
4191
+ "ethereum/erc20/mtc_mesh_network",
4190
4192
  "ethereum/erc20/mti_finance",
4191
4193
  "ethereum/erc20/mtpelerin_shares",
4192
4194
  "ethereum/erc20/mtrctoken",
@@ -4226,20 +4228,18 @@ Array [
4226
4228
  "ethereum/erc20/nabox_token",
4227
4229
  "ethereum/erc20/nahmii",
4228
4230
  "ethereum/erc20/nakamoto.games",
4229
- "ethereum/erc20/namechangetoken",
4230
4231
  "ethereum/erc20/nami_corporation_token",
4231
4232
  "ethereum/erc20/nami_ico",
4232
4233
  "ethereum/erc20/nantrade",
4233
4234
  "ethereum/erc20/naostoken",
4234
4235
  "ethereum/erc20/narwhale",
4235
- "ethereum/erc20/natmin",
4236
4236
  "ethereum/erc20/nature",
4237
4237
  "ethereum/erc20/navitoken",
4238
4238
  "ethereum/erc20/ncdtoken",
4239
4239
  "ethereum/erc20/ndex",
4240
4240
  "ethereum/erc20/ndn_link",
4241
4241
  "ethereum/erc20/nearpad_token",
4242
- "ethereum/erc20/needscoin",
4242
+ "ethereum/erc20/nectar",
4243
4243
  "ethereum/erc20/neeo",
4244
4244
  "ethereum/erc20/neeva",
4245
4245
  "ethereum/erc20/neighbourhoods_token",
@@ -4247,9 +4247,11 @@ Array [
4247
4247
  "ethereum/erc20/neos_credits",
4248
4248
  "ethereum/erc20/nervenetwork",
4249
4249
  "ethereum/erc20/nest",
4250
+ "ethereum/erc20/nestree",
4250
4251
  "ethereum/erc20/netkoin_liquid",
4251
4252
  "ethereum/erc20/netvrk",
4252
4253
  "ethereum/erc20/network",
4254
+ "ethereum/erc20/neurochain_clausius",
4253
4255
  "ethereum/erc20/neuroni.ai",
4254
4256
  "ethereum/erc20/neurotoken",
4255
4257
  "ethereum/erc20/neutrino_system_base_token",
@@ -4265,7 +4267,6 @@ Array [
4265
4267
  "ethereum/erc20/next_generation_money",
4266
4268
  "ethereum/erc20/next_level",
4267
4269
  "ethereum/erc20/nexus_mutual",
4268
- "ethereum/erc20/nexxo_tokens",
4269
4270
  "ethereum/erc20/nft_index",
4270
4271
  "ethereum/erc20/nft_platform_index",
4271
4272
  "ethereum/erc20/nft_rehab",
@@ -4298,6 +4299,7 @@ Array [
4298
4299
  "ethereum/erc20/node_token",
4299
4300
  "ethereum/erc20/noderunners",
4300
4301
  "ethereum/erc20/nodeseeds_com_token",
4302
+ "ethereum/erc20/noia_token",
4301
4303
  "ethereum/erc20/nollya_coin",
4302
4304
  "ethereum/erc20/nomad_coin",
4303
4305
  "ethereum/erc20/non-fungible_toke",
@@ -4319,7 +4321,6 @@ Array [
4319
4321
  "ethereum/erc20/ntoken_wrapped_btc",
4320
4322
  "ethereum/erc20/nton",
4321
4323
  "ethereum/erc20/nucypher",
4322
- "ethereum/erc20/nuls",
4323
4324
  "ethereum/erc20/num_token",
4324
4325
  "ethereum/erc20/nunet_utility_token",
4325
4326
  "ethereum/erc20/nuvo_cash",
@@ -4355,7 +4356,6 @@ Array [
4355
4356
  "ethereum/erc20/okage_inu",
4356
4357
  "ethereum/erc20/olcf",
4357
4358
  "ethereum/erc20/old_cover_protocol",
4358
- "ethereum/erc20/olive",
4359
4359
  "ethereum/erc20/olympus",
4360
4360
  "ethereum/erc20/olyseum",
4361
4361
  "ethereum/erc20/om_lira",
@@ -4380,17 +4380,16 @@ Array [
4380
4380
  "ethereum/erc20/oneuni",
4381
4381
  "ethereum/erc20/onevbtc",
4382
4382
  "ethereum/erc20/onewing",
4383
- "ethereum/erc20/ong",
4384
4383
  "ethereum/erc20/onigiritoken",
4385
- "ethereum/erc20/ono_token",
4386
4384
  "ethereum/erc20/onooks",
4387
4385
  "ethereum/erc20/ons",
4388
- "ethereum/erc20/ontime",
4389
4386
  "ethereum/erc20/ooki_token",
4390
4387
  "ethereum/erc20/opacity",
4391
4388
  "ethereum/erc20/open_alexa_protocol",
4392
4389
  "ethereum/erc20/open_chain",
4393
4390
  "ethereum/erc20/open_exchange_token",
4391
+ "ethereum/erc20/open_governance_token",
4392
+ "ethereum/erc20/openleverage",
4394
4393
  "ethereum/erc20/openocean",
4395
4394
  "ethereum/erc20/openswap",
4396
4395
  "ethereum/erc20/opes_finance",
@@ -4416,7 +4415,6 @@ Array [
4416
4415
  "ethereum/erc20/orica",
4417
4416
  "ethereum/erc20/orient",
4418
4417
  "ethereum/erc20/orientum_plus",
4419
- "ethereum/erc20/origami_network",
4420
4418
  "ethereum/erc20/origin_dollar",
4421
4419
  "ethereum/erc20/origin_dollar_governance",
4422
4420
  "ethereum/erc20/origin_ether",
@@ -4425,6 +4423,7 @@ Array [
4425
4423
  "ethereum/erc20/ormecash",
4426
4424
  "ethereum/erc20/ormeus_coin_",
4427
4425
  "ethereum/erc20/oro_token",
4426
+ "ethereum/erc20/ors_token",
4428
4427
  "ethereum/erc20/oryx",
4429
4428
  "ethereum/erc20/osaka_protocol",
4430
4429
  "ethereum/erc20/osinachi",
@@ -4432,6 +4431,8 @@ Array [
4432
4431
  "ethereum/erc20/oviex_com_token",
4433
4432
  "ethereum/erc20/ovr",
4434
4433
  "ethereum/erc20/owl_token",
4434
+ "ethereum/erc20/owndata",
4435
+ "ethereum/erc20/ownix",
4435
4436
  "ethereum/erc20/ox_fina",
4436
4437
  "ethereum/erc20/oxo_farm",
4437
4438
  "ethereum/erc20/oxydev",
@@ -4459,8 +4460,8 @@ Array [
4459
4460
  "ethereum/erc20/pantos_token",
4460
4461
  "ethereum/erc20/papa_shiba",
4461
4462
  "ethereum/erc20/paper_token",
4462
- "ethereum/erc20/par_stablecoin",
4463
4463
  "ethereum/erc20/para",
4464
+ "ethereum/erc20/parachute",
4464
4465
  "ethereum/erc20/paradox",
4465
4466
  "ethereum/erc20/paralink_network",
4466
4467
  "ethereum/erc20/parallelchain_token",
@@ -4472,9 +4473,8 @@ Array [
4472
4473
  "ethereum/erc20/parsiq_boost",
4473
4474
  "ethereum/erc20/parsiq_token_",
4474
4475
  "ethereum/erc20/party_of_the_living_dead",
4475
- "ethereum/erc20/pass",
4476
+ "ethereum/erc20/pass_token",
4476
4477
  "ethereum/erc20/passive_income",
4477
- "ethereum/erc20/passive_income_bot",
4478
4478
  "ethereum/erc20/patents",
4479
4479
  "ethereum/erc20/pathfinders",
4480
4480
  "ethereum/erc20/patriot",
@@ -4487,28 +4487,24 @@ Array [
4487
4487
  "ethereum/erc20/payaccept",
4488
4488
  "ethereum/erc20/payou_finance",
4489
4489
  "ethereum/erc20/paypal_usd",
4490
- "ethereum/erc20/payperex",
4491
- "ethereum/erc20/paypie",
4492
4490
  "ethereum/erc20/paypite_v2",
4493
4491
  "ethereum/erc20/paypolitan_token",
4494
4492
  "ethereum/erc20/payship_org",
4495
4493
  "ethereum/erc20/pazzi",
4496
4494
  "ethereum/erc20/pazzy",
4497
4495
  "ethereum/erc20/pbl",
4498
- "ethereum/erc20/pchain",
4499
- "ethereum/erc20/pcl",
4500
4496
  "ethereum/erc20/pclold",
4501
4497
  "ethereum/erc20/peach_finance",
4502
4498
  "ethereum/erc20/peaches_finance",
4503
4499
  "ethereum/erc20/peacockcoin",
4504
4500
  "ethereum/erc20/pear_swap",
4501
+ "ethereum/erc20/peculium",
4505
4502
  "ethereum/erc20/peerex_network",
4506
4503
  "ethereum/erc20/peet_erc20",
4507
4504
  "ethereum/erc20/pegasus",
4508
4505
  "ethereum/erc20/pegs",
4509
4506
  "ethereum/erc20/pendle",
4510
4507
  "ethereum/erc20/penny_for_bit",
4511
- "ethereum/erc20/penta_network_token",
4512
4508
  "ethereum/erc20/peoples_punk",
4513
4509
  "ethereum/erc20/pep_token",
4514
4510
  "ethereum/erc20/pepe",
@@ -4521,7 +4517,6 @@ Array [
4521
4517
  "ethereum/erc20/percent",
4522
4518
  "ethereum/erc20/peri_finance_token",
4523
4519
  "ethereum/erc20/perpetual",
4524
- "ethereum/erc20/persians",
4525
4520
  "ethereum/erc20/petcoin",
4526
4521
  "ethereum/erc20/pethereum",
4527
4522
  "ethereum/erc20/petro",
@@ -4560,7 +4555,6 @@ Array [
4560
4555
  "ethereum/erc20/pinknode_token",
4561
4556
  "ethereum/erc20/pinkslip_finance",
4562
4557
  "ethereum/erc20/pist_trust",
4563
- "ethereum/erc20/pitch",
4564
4558
  "ethereum/erc20/pitquidity",
4565
4559
  "ethereum/erc20/pixel",
4566
4560
  "ethereum/erc20/pixel_inu",
@@ -4576,7 +4570,6 @@ Array [
4576
4570
  "ethereum/erc20/playcent",
4577
4571
  "ethereum/erc20/playchip",
4578
4572
  "ethereum/erc20/plebtoken",
4579
- "ethereum/erc20/pledgecamp",
4580
4573
  "ethereum/erc20/plethori",
4581
4574
  "ethereum/erc20/plgtoken",
4582
4575
  "ethereum/erc20/plot",
@@ -4632,7 +4625,7 @@ Array [
4632
4625
  "ethereum/erc20/pooltogether",
4633
4626
  "ethereum/erc20/pooltogether_usdc_ticket_(compound)",
4634
4627
  "ethereum/erc20/poorpleb",
4635
- "ethereum/erc20/pop_network_token",
4628
+ "ethereum/erc20/popchain_cash",
4636
4629
  "ethereum/erc20/popcorn_token",
4637
4630
  "ethereum/erc20/populous_xbrl_token__pxt_",
4638
4631
  "ethereum/erc20/porkchop",
@@ -4656,9 +4649,11 @@ Array [
4656
4649
  "ethereum/erc20/premia",
4657
4650
  "ethereum/erc20/president_donald_trump",
4658
4651
  "ethereum/erc20/president_ron_desantis",
4652
+ "ethereum/erc20/pressone_token",
4659
4653
  "ethereum/erc20/presto_token",
4660
4654
  "ethereum/erc20/previse",
4661
4655
  "ethereum/erc20/pria",
4656
+ "ethereum/erc20/primas_token",
4662
4657
  "ethereum/erc20/primate",
4663
4658
  "ethereum/erc20/prime",
4664
4659
  "ethereum/erc20/prime_dai",
@@ -4678,12 +4673,12 @@ Array [
4678
4673
  "ethereum/erc20/prophecytoken",
4679
4674
  "ethereum/erc20/prophet_finance",
4680
4675
  "ethereum/erc20/props",
4676
+ "ethereum/erc20/propy",
4681
4677
  "ethereum/erc20/prosper",
4682
4678
  "ethereum/erc20/prostarter",
4683
4679
  "ethereum/erc20/protector_roge",
4684
4680
  "ethereum/erc20/protocol_finance",
4685
4681
  "ethereum/erc20/protocol_zero",
4686
- "ethereum/erc20/proton ",
4687
4682
  "ethereum/erc20/proxy",
4688
4683
  "ethereum/erc20/proxy_0x82089a9c",
4689
4684
  "ethereum/erc20/prsp",
@@ -4693,16 +4688,15 @@ Array [
4693
4688
  "ethereum/erc20/psyop",
4694
4689
  "ethereum/erc20/pteria",
4695
4690
  "ethereum/erc20/ptokens_ltc",
4691
+ "ethereum/erc20/ptokens_ore",
4696
4692
  "ethereum/erc20/ptokens_tlos",
4697
4693
  "ethereum/erc20/pub_finance",
4698
4694
  "ethereum/erc20/public_index_network",
4699
- "ethereum/erc20/public_mint",
4700
4695
  "ethereum/erc20/puglife",
4701
4696
  "ethereum/erc20/pulltherug_finance",
4702
4697
  "ethereum/erc20/pulse_unity_token",
4703
4698
  "ethereum/erc20/pulsedogecoin",
4704
4699
  "ethereum/erc20/pundi_x_token",
4705
- "ethereum/erc20/pundi_x_token_old",
4706
4700
  "ethereum/erc20/punk",
4707
4701
  "ethereum/erc20/punk_floor",
4708
4702
  "ethereum/erc20/pupper",
@@ -4736,13 +4730,13 @@ Array [
4736
4730
  "ethereum/erc20/qtchain",
4737
4731
  "ethereum/erc20/quadency_token",
4738
4732
  "ethereum/erc20/quadranstoken",
4739
- "ethereum/erc20/quadrantprotocol",
4740
4733
  "ethereum/erc20/quai",
4741
4734
  "ethereum/erc20/quakecoin",
4742
4735
  "ethereum/erc20/quannabu",
4743
4736
  "ethereum/erc20/quantfury_data_token",
4744
4737
  "ethereum/erc20/quantfury_token",
4745
4738
  "ethereum/erc20/quarashi",
4739
+ "ethereum/erc20/qubitica_",
4746
4740
  "ethereum/erc20/quickmining_token",
4747
4741
  "ethereum/erc20/quickswap",
4748
4742
  "ethereum/erc20/quidd",
@@ -4789,6 +4783,7 @@ Array [
4789
4783
  "ethereum/erc20/rbx",
4790
4784
  "ethereum/erc20/rccc_token",
4791
4785
  "ethereum/erc20/read_this_contract",
4786
+ "ethereum/erc20/real_estate_asset_ledger",
4792
4787
  "ethereum/erc20/realio_network",
4793
4788
  "ethereum/erc20/realisto",
4794
4789
  "ethereum/erc20/realitytoken",
@@ -4836,6 +4831,7 @@ Array [
4836
4831
  "ethereum/erc20/reserve_rights_old",
4837
4832
  "ethereum/erc20/resfinex",
4838
4833
  "ethereum/erc20/restore",
4834
+ "ethereum/erc20/revelation_coin",
4839
4835
  "ethereum/erc20/revest",
4840
4836
  "ethereum/erc20/revolt_token",
4841
4837
  "ethereum/erc20/revolutionpopuli_erc20_token",
@@ -4874,6 +4870,7 @@ Array [
4874
4870
  "ethereum/erc20/rock",
4875
4871
  "ethereum/erc20/rock3t_3t_finance",
4876
4872
  "ethereum/erc20/rocket",
4873
+ "ethereum/erc20/rocket_bunny",
4877
4874
  "ethereum/erc20/rocket_coin",
4878
4875
  "ethereum/erc20/rocket_pool_OLD",
4879
4876
  "ethereum/erc20/rocket_pool_eth",
@@ -4903,7 +4900,6 @@ Array [
4903
4900
  "ethereum/erc20/rugrelief",
4904
4901
  "ethereum/erc20/ruler_protocol",
4905
4902
  "ethereum/erc20/ruletka",
4906
- "ethereum/erc20/rune",
4907
4903
  "ethereum/erc20/rusgas",
4908
4904
  "ethereum/erc20/rush",
4909
4905
  "ethereum/erc20/ryi_platinum",
@@ -4925,6 +4921,7 @@ Array [
4925
4921
  "ethereum/erc20/safemusk",
4926
4922
  "ethereum/erc20/safeswap",
4927
4923
  "ethereum/erc20/safuu",
4924
+ "ethereum/erc20/sai",
4928
4925
  "ethereum/erc20/saitama",
4929
4926
  "ethereum/erc20/saito",
4930
4927
  "ethereum/erc20/saitoki_inu",
@@ -4960,7 +4957,6 @@ Array [
4960
4957
  "ethereum/erc20/scatter_cx",
4961
4958
  "ethereum/erc20/scdstoken",
4962
4959
  "ethereum/erc20/schnoodle",
4963
- "ethereum/erc20/science_chain",
4964
4960
  "ethereum/erc20/scifitoken",
4965
4961
  "ethereum/erc20/scoobi-doge",
4966
4962
  "ethereum/erc20/scott",
@@ -4988,6 +4984,7 @@ Array [
4988
4984
  "ethereum/erc20/sensatori_token",
4989
4985
  "ethereum/erc20/sensitrust_token",
4990
4986
  "ethereum/erc20/sensorium",
4987
+ "ethereum/erc20/sentinel",
4991
4988
  "ethereum/erc20/sergey_save_link",
4992
4989
  "ethereum/erc20/sergs",
4993
4990
  "ethereum/erc20/serum",
@@ -5011,7 +5008,6 @@ Array [
5011
5008
  "ethereum/erc20/shardingdao",
5012
5009
  "ethereum/erc20/shareat",
5013
5010
  "ethereum/erc20/sharedstake_governance_token",
5014
- "ethereum/erc20/sharetoken",
5015
5011
  "ethereum/erc20/sharity",
5016
5012
  "ethereum/erc20/sharpe_platform_token",
5017
5013
  "ethereum/erc20/shed_coin",
@@ -5067,7 +5063,6 @@ Array [
5067
5063
  "ethereum/erc20/shytoshis_vision",
5068
5064
  "ethereum/erc20/si14bet",
5069
5065
  "ethereum/erc20/siacashcoin",
5070
- "ethereum/erc20/siambitcoin",
5071
5066
  "ethereum/erc20/siberian_husky",
5072
5067
  "ethereum/erc20/sid_token",
5073
5068
  "ethereum/erc20/sideshift_token",
@@ -5079,7 +5074,6 @@ Array [
5079
5074
  "ethereum/erc20/silo_governance_token",
5080
5075
  "ethereum/erc20/silver_standard",
5081
5076
  "ethereum/erc20/silvertoken",
5082
- "ethereum/erc20/silverway",
5083
5077
  "ethereum/erc20/simba_storage_token",
5084
5078
  "ethereum/erc20/simbatoken",
5085
5079
  "ethereum/erc20/simian_finance",
@@ -5098,7 +5092,7 @@ Array [
5098
5092
  "ethereum/erc20/skraps",
5099
5093
  "ethereum/erc20/skraps_",
5100
5094
  "ethereum/erc20/skrp__phase_1_e_",
5101
- "ethereum/erc20/skrumble_network_v2",
5095
+ "ethereum/erc20/skrumble_token",
5102
5096
  "ethereum/erc20/skull",
5103
5097
  "ethereum/erc20/skull_candy",
5104
5098
  "ethereum/erc20/skymap_token",
@@ -5113,7 +5107,6 @@ Array [
5113
5107
  "ethereum/erc20/smartmesh",
5114
5108
  "ethereum/erc20/smartmesh_token",
5115
5109
  "ethereum/erc20/smartrealty",
5116
- "ethereum/erc20/smartx",
5117
5110
  "ethereum/erc20/smilecoin",
5118
5111
  "ethereum/erc20/smol",
5119
5112
  "ethereum/erc20/smooth_love_potion",
@@ -5184,7 +5177,6 @@ Array [
5184
5177
  "ethereum/erc20/sperax_",
5185
5178
  "ethereum/erc20/spherium_token",
5186
5179
  "ethereum/erc20/spheroid",
5187
- "ethereum/erc20/spice",
5188
5180
  "ethereum/erc20/spice_",
5189
5181
  "ethereum/erc20/spice_vc_token",
5190
5182
  "ethereum/erc20/spider_ecology",
@@ -5226,7 +5218,6 @@ Array [
5226
5218
  "ethereum/erc20/stakedxem",
5227
5219
  "ethereum/erc20/stakedxym",
5228
5220
  "ethereum/erc20/stakedzen",
5229
- "ethereum/erc20/staker",
5230
5221
  "ethereum/erc20/stakewise",
5231
5222
  "ethereum/erc20/stakewise_reward_eth2",
5232
5223
  "ethereum/erc20/stakewise_staked_eth2",
@@ -5274,16 +5265,18 @@ Array [
5274
5265
  "ethereum/erc20/stream",
5275
5266
  "ethereum/erc20/stream_protocol",
5276
5267
  "ethereum/erc20/streamix",
5268
+ "ethereum/erc20/streamr",
5277
5269
  "ethereum/erc20/streamshares",
5278
5270
  "ethereum/erc20/street_cred",
5279
5271
  "ethereum/erc20/strike_token",
5280
- "ethereum/erc20/strikecoin_token",
5281
5272
  "ethereum/erc20/strikex",
5282
5273
  "ethereum/erc20/strips_token",
5283
5274
  "ethereum/erc20/strong",
5284
5275
  "ethereum/erc20/stronger",
5285
5276
  "ethereum/erc20/stronghold",
5286
5277
  "ethereum/erc20/strudel_finance",
5278
+ "ethereum/erc20/student_coin",
5279
+ "ethereum/erc20/substratum_",
5287
5280
  "ethereum/erc20/successlife",
5288
5281
  "ethereum/erc20/sugar_exchange",
5289
5282
  "ethereum/erc20/sukhavati_network_token",
@@ -5372,6 +5365,7 @@ Array [
5372
5365
  "ethereum/erc20/synth_samzn",
5373
5366
  "ethereum/erc20/synth_saud",
5374
5367
  "ethereum/erc20/synth_sbnb",
5368
+ "ethereum/erc20/synth_sbtc",
5375
5369
  "ethereum/erc20/synth_scex",
5376
5370
  "ethereum/erc20/synth_schf",
5377
5371
  "ethereum/erc20/synth_scomp",
@@ -5407,7 +5401,6 @@ Array [
5407
5401
  "ethereum/erc20/tacos",
5408
5402
  "ethereum/erc20/tacotoken",
5409
5403
  "ethereum/erc20/tadpole",
5410
- "ethereum/erc20/taekwondo_access_credit",
5411
5404
  "ethereum/erc20/taiyo",
5412
5405
  "ethereum/erc20/taklimakan_network",
5413
5406
  "ethereum/erc20/talao",
@@ -5418,7 +5411,6 @@ Array [
5418
5411
  "ethereum/erc20/tamadoge_(0x99c6)",
5419
5412
  "ethereum/erc20/tamy_token",
5420
5413
  "ethereum/erc20/tangguotao_token",
5421
- "ethereum/erc20/tapcoin",
5422
5414
  "ethereum/erc20/tapmydata",
5423
5415
  "ethereum/erc20/taraxa_coin",
5424
5416
  "ethereum/erc20/tardigrades_finance",
@@ -5445,6 +5437,7 @@ Array [
5445
5437
  "ethereum/erc20/tectum_",
5446
5438
  "ethereum/erc20/tectum_emission_token",
5447
5439
  "ethereum/erc20/tehbag",
5440
+ "ethereum/erc20/telcoin",
5448
5441
  "ethereum/erc20/telex",
5449
5442
  "ethereum/erc20/tellor_tributes_old",
5450
5443
  "ethereum/erc20/tend_token",
@@ -5489,17 +5482,15 @@ Array [
5489
5482
  "ethereum/erc20/the_portal",
5490
5483
  "ethereum/erc20/the_real_coin",
5491
5484
  "ethereum/erc20/the_tokenized_bitcoin",
5485
+ "ethereum/erc20/the_transfer_token",
5492
5486
  "ethereum/erc20/the_world_news",
5493
- "ethereum/erc20/thecash",
5494
5487
  "ethereum/erc20/themistoken",
5495
5488
  "ethereum/erc20/thenode",
5496
5489
  "ethereum/erc20/theredorder",
5497
- "ethereum/erc20/thetimeschain_coin",
5498
5490
  "ethereum/erc20/thex-thoreexchange",
5499
- "ethereum/erc20/thingsopreatingsystem",
5500
5491
  "ethereum/erc20/thirm",
5492
+ "ethereum/erc20/thorchain_eth_rune",
5501
5493
  "ethereum/erc20/thorecash",
5502
- "ethereum/erc20/thorenext",
5503
5494
  "ethereum/erc20/thorncoin",
5504
5495
  "ethereum/erc20/thorswap_token",
5505
5496
  "ethereum/erc20/thorwallet_governance_token",
@@ -5520,6 +5511,7 @@ Array [
5520
5511
  "ethereum/erc20/tiktok_coin",
5521
5512
  "ethereum/erc20/time_dividend",
5522
5513
  "ethereum/erc20/timecoin",
5514
+ "ethereum/erc20/timeminer",
5523
5515
  "ethereum/erc20/timers",
5524
5516
  "ethereum/erc20/tingles",
5525
5517
  "ethereum/erc20/tinku",
@@ -5564,7 +5556,6 @@ Array [
5564
5556
  "ethereum/erc20/topbidder",
5565
5557
  "ethereum/erc20/topbtc_token",
5566
5558
  "ethereum/erc20/topia",
5567
- "ethereum/erc20/torchain",
5568
5559
  "ethereum/erc20/torex",
5569
5560
  "ethereum/erc20/torg",
5570
5561
  "ethereum/erc20/torn_token",
@@ -5651,13 +5642,11 @@ Array [
5651
5642
  "ethereum/erc20/ubx",
5652
5643
  "ethereum/erc20/ucoin",
5653
5644
  "ethereum/erc20/ucostoken",
5654
- "ethereum/erc20/ucot",
5655
5645
  "ethereum/erc20/ucx",
5656
5646
  "ethereum/erc20/ufc",
5657
5647
  "ethereum/erc20/ug_coin",
5658
5648
  "ethereum/erc20/uhive_token_v2",
5659
5649
  "ethereum/erc20/ulgen_hash_power",
5660
- "ethereum/erc20/ultiledger",
5661
5650
  "ethereum/erc20/uma_voting_token_v1",
5662
5651
  "ethereum/erc20/umbrella",
5663
5652
  "ethereum/erc20/umbrellacoin",
@@ -5770,13 +5759,13 @@ Array [
5770
5759
  "ethereum/erc20/unshething_token",
5771
5760
  "ethereum/erc20/unslashed_finance_governance_token",
5772
5761
  "ethereum/erc20/unvest",
5773
- "ethereum/erc20/up",
5774
5762
  "ethereum/erc20/upbots",
5775
5763
  "ethereum/erc20/uploadea",
5776
5764
  "ethereum/erc20/upper_dollar",
5777
5765
  "ethereum/erc20/upper_euro",
5778
5766
  "ethereum/erc20/upper_libra",
5779
5767
  "ethereum/erc20/uptoken",
5768
+ "ethereum/erc20/uptrennd",
5780
5769
  "ethereum/erc20/urbit_data",
5781
5770
  "ethereum/erc20/ureeqa_token",
5782
5771
  "ethereum/erc20/usd_digital",
@@ -5785,10 +5774,12 @@ Array [
5785
5774
  "ethereum/erc20/usdfreeliquidity",
5786
5775
  "ethereum/erc20/usdl",
5787
5776
  "ethereum/erc20/usdp_stablecoin",
5777
+ "ethereum/erc20/usechain_token",
5788
5778
  "ethereum/erc20/user_pay",
5789
5779
  "ethereum/erc20/usgold",
5790
5780
  "ethereum/erc20/ushi",
5791
5781
  "ethereum/erc20/utopia_open_platform",
5782
+ "ethereum/erc20/utrust_token",
5792
5783
  "ethereum/erc20/utu_coin",
5793
5784
  "ethereum/erc20/uunio",
5794
5785
  "ethereum/erc20/uwerx",
@@ -5828,6 +5819,7 @@ Array [
5828
5819
  "ethereum/erc20/venom",
5829
5820
  "ethereum/erc20/venus",
5830
5821
  "ethereum/erc20/veogv",
5822
+ "ethereum/erc20/vera_",
5831
5823
  "ethereum/erc20/veros_",
5832
5824
  "ethereum/erc20/verox",
5833
5825
  "ethereum/erc20/verse",
@@ -5844,9 +5836,9 @@ Array [
5844
5836
  "ethereum/erc20/vibex_exchange_token",
5845
5837
  "ethereum/erc20/vicetoken",
5846
5838
  "ethereum/erc20/victoria_vr",
5847
- "ethereum/erc20/vid",
5839
+ "ethereum/erc20/videocoin",
5840
+ "ethereum/erc20/vidt_dao",
5848
5841
  "ethereum/erc20/vidya",
5849
- "ethereum/erc20/vin",
5850
5842
  "ethereum/erc20/vinx_coin",
5851
5843
  "ethereum/erc20/vinx_coins_sto",
5852
5844
  "ethereum/erc20/virtue_player_points",
@@ -5855,6 +5847,7 @@ Array [
5855
5847
  "ethereum/erc20/visor",
5856
5848
  "ethereum/erc20/vita_inu",
5857
5849
  "ethereum/erc20/vitadao_token",
5850
+ "ethereum/erc20/vitetoken",
5858
5851
  "ethereum/erc20/viu",
5859
5852
  "ethereum/erc20/vixco",
5860
5853
  "ethereum/erc20/vlink_pool",
@@ -5963,6 +5956,7 @@ Array [
5963
5956
  "ethereum/erc20/world_credit_diamond_coin",
5964
5957
  "ethereum/erc20/world_token",
5965
5958
  "ethereum/erc20/worldcoin",
5959
+ "ethereum/erc20/worldcore",
5966
5960
  "ethereum/erc20/worldpet_token",
5967
5961
  "ethereum/erc20/woyager",
5968
5962
  "ethereum/erc20/wrapped_anatha",
@@ -5971,6 +5965,7 @@ Array [
5971
5965
  "ethereum/erc20/wrapped_banano",
5972
5966
  "ethereum/erc20/wrapped_binance_beacon_eth",
5973
5967
  "ethereum/erc20/wrapped_bind",
5968
+ "ethereum/erc20/wrapped_bitcoin",
5974
5969
  "ethereum/erc20/wrapped_buy_token",
5975
5970
  "ethereum/erc20/wrapped_bytz",
5976
5971
  "ethereum/erc20/wrapped_celo",
@@ -6100,6 +6095,7 @@ Array [
6100
6095
  "ethereum/erc20/xsgd",
6101
6096
  "ethereum/erc20/xshib_staked_shiba_inu",
6102
6097
  "ethereum/erc20/xsigma",
6098
+ "ethereum/erc20/xstable_protocol",
6103
6099
  "ethereum/erc20/xswap",
6104
6100
  "ethereum/erc20/xtake",
6105
6101
  "ethereum/erc20/xtoken",
@@ -6200,7 +6196,6 @@ Array [
6200
6196
  "ethereum/erc20/yield_farming_token",
6201
6197
  "ethereum/erc20/yield_guild_games_token",
6202
6198
  "ethereum/erc20/yield_protocol",
6203
- "ethereum/erc20/yieldfarming_insure",
6204
6199
  "ethereum/erc20/yieldification",
6205
6200
  "ethereum/erc20/yieldly",
6206
6201
  "ethereum/erc20/yieldwars_com",
@@ -6254,7 +6249,6 @@ Array [
6254
6249
  "ethereum/erc20/zigcoin_",
6255
6250
  "ethereum/erc20/zigzag",
6256
6251
  "ethereum/erc20/zild_finance_coin",
6257
- "ethereum/erc20/zilla",
6258
6252
  "ethereum/erc20/zin_finance",
6259
6253
  "ethereum/erc20/zinu",
6260
6254
  "ethereum/erc20/ziot",
@@ -6281,7 +6275,6 @@ Array [
6281
6275
  "ethereum/erc20/zpay",
6282
6276
  "ethereum/erc20/zrocor",
6283
6277
  "ethereum/erc20/ztx",
6284
- "ethereum/erc20/zum_token",
6285
6278
  "ethereum/erc20/zuplo",
6286
6279
  "ethereum/erc20/zyro",
6287
6280
  "ethereum/erc20/zytara_usd",
@@ -6384,9 +6377,11 @@ Array [
6384
6377
  "polygon/erc20/balancer_wsteth_stablepool",
6385
6378
  "polygon/erc20/balancer_wusdr_stable_pool",
6386
6379
  "polygon/erc20/bancor",
6380
+ "polygon/erc20/bandtoken",
6387
6381
  "polygon/erc20/bankless_defi_innovation_index_(pos)",
6388
6382
  "polygon/erc20/bat",
6389
6383
  "polygon/erc20/bbgo",
6384
+ "polygon/erc20/beefy.finance",
6390
6385
  "polygon/erc20/betprotocoltoken",
6391
6386
  "polygon/erc20/binance-usd",
6392
6387
  "polygon/erc20/bit2me",
@@ -6410,8 +6405,10 @@ Array [
6410
6405
  "polygon/erc20/cad_coin",
6411
6406
  "polygon/erc20/calvaria_duels_of_eternity",
6412
6407
  "polygon/erc20/camel",
6408
+ "polygon/erc20/cardstack",
6413
6409
  "polygon/erc20/cargox",
6414
6410
  "polygon/erc20/cbomber_token",
6411
+ "polygon/erc20/cccash",
6415
6412
  "polygon/erc20/celsius",
6416
6413
  "polygon/erc20/cerby_token",
6417
6414
  "polygon/erc20/chain_games",
@@ -6491,6 +6488,7 @@ Array [
6491
6488
  "polygon/erc20/fantom_token",
6492
6489
  "polygon/erc20/farthing",
6493
6490
  "polygon/erc20/fegtoken",
6491
+ "polygon/erc20/fetch",
6494
6492
  "polygon/erc20/fibo",
6495
6493
  "polygon/erc20/financie_token_(pos)",
6496
6494
  "polygon/erc20/fish",
@@ -6540,7 +6538,7 @@ Array [
6540
6538
  "polygon/erc20/icb_token_(pos)",
6541
6539
  "polygon/erc20/idle_(pos)",
6542
6540
  "polygon/erc20/idleweth_[best_yield]",
6543
- "polygon/erc20/ig_orb_(pos)",
6541
+ "polygon/erc20/ig_gold_(pos)",
6544
6542
  "polygon/erc20/impermax",
6545
6543
  "polygon/erc20/impermax_borrowable",
6546
6544
  "polygon/erc20/injective_token",
@@ -6551,6 +6549,7 @@ Array [
6551
6549
  "polygon/erc20/invictus_crypto10_hedged",
6552
6550
  "polygon/erc20/invictus_crypto20",
6553
6551
  "polygon/erc20/invictus_stable_growth",
6552
+ "polygon/erc20/iotex_network",
6554
6553
  "polygon/erc20/iron_finance_ice_token",
6555
6554
  "polygon/erc20/iron_stablecoin",
6556
6555
  "polygon/erc20/iron_titanium_token",
@@ -6658,6 +6657,7 @@ Array [
6658
6657
  "polygon/erc20/ocean_token",
6659
6658
  "polygon/erc20/oiler",
6660
6659
  "polygon/erc20/omg_network",
6660
+ "polygon/erc20/ong",
6661
6661
  "polygon/erc20/optimus_v3",
6662
6662
  "polygon/erc20/oraichain_token",
6663
6663
  "polygon/erc20/orbs",
@@ -6674,6 +6674,7 @@ Array [
6674
6674
  "polygon/erc20/parsiq_token",
6675
6675
  "polygon/erc20/pax.world",
6676
6676
  "polygon/erc20/paxos_gold",
6677
+ "polygon/erc20/paxos_standard",
6677
6678
  "polygon/erc20/pegaxy_stone",
6678
6679
  "polygon/erc20/pen",
6679
6680
  "polygon/erc20/pendyst",
@@ -6689,6 +6690,7 @@ Array [
6689
6690
  "polygon/erc20/polylastic",
6690
6691
  "polygon/erc20/polymath",
6691
6692
  "polygon/erc20/polyroll_token",
6693
+ "polygon/erc20/polywolf",
6692
6694
  "polygon/erc20/polyyeld_token",
6693
6695
  "polygon/erc20/pooltogether",
6694
6696
  "polygon/erc20/powerledger",
@@ -6726,6 +6728,7 @@ Array [
6726
6728
  "polygon/erc20/sekuritance_(pos)",
6727
6729
  "polygon/erc20/sentinel",
6728
6730
  "polygon/erc20/serum",
6731
+ "polygon/erc20/shardus_(pos)",
6729
6732
  "polygon/erc20/shiba_inu_(pos)",
6730
6733
  "polygon/erc20/shibplus_token",
6731
6734
  "polygon/erc20/shibplus_token_",
@@ -6856,6 +6859,7 @@ Array [
6856
6859
  "polygon/erc20/zen_exchange_token",
6857
6860
  "polygon/erc20/zombie_inu",
6858
6861
  "polygon/erc20/zrx",
6862
+ "tron/trc10/1002670",
6859
6863
  "tron/trc10/1001943",
6860
6864
  "tron/trc10/1001351",
6861
6865
  "tron/trc10/1001316",
@@ -6873,84 +6877,305 @@ Array [
6873
6877
  "tron/trc20/TVj7RNVHy6thbM7BWdSe9G6gXwKhjhdNZS",
6874
6878
  "tron/trc20/TZJmk51TP3YEETw7phRP581A7H3VzLDFsa",
6875
6879
  "bsc/bep20/(del)",
6880
+ "bsc/bep20/0xmonero_on_xdai_from_xdai",
6876
6881
  "bsc/bep20/10set_token",
6877
6882
  "bsc/bep20/1inch_token",
6883
+ "bsc/bep20/1move",
6884
+ "bsc/bep20/1move_ee45",
6878
6885
  "bsc/bep20/2030floki",
6886
+ "bsc/bep20/2049",
6887
+ "bsc/bep20/2g_carbon_coin",
6888
+ "bsc/bep20/3wild_farm",
6889
+ "bsc/bep20/4d_twin_maps",
6890
+ "bsc/bep20/4jnet",
6891
+ "bsc/bep20/8bitearn",
6892
+ "bsc/bep20/8pay_network_v2",
6879
6893
  "bsc/bep20/99starz",
6894
+ "bsc/bep20/a2dao_token",
6895
+ "bsc/bep20/a4",
6896
+ "bsc/bep20/a_i_earn",
6897
+ "bsc/bep20/a_i_genesis_official",
6898
+ "bsc/bep20/able_finance",
6899
+ "bsc/bep20/aboat_token",
6900
+ "bsc/bep20/absolute_sync_token",
6880
6901
  "bsc/bep20/accel_bnb_pre_sale",
6902
+ "bsc/bep20/acetoken",
6903
+ "bsc/bep20/acknoledger",
6881
6904
  "bsc/bep20/acria_infinity_token",
6905
+ "bsc/bep20/acria_token",
6882
6906
  "bsc/bep20/acryptos",
6907
+ "bsc/bep20/acryptos_i",
6883
6908
  "bsc/bep20/acts_token",
6909
+ "bsc/bep20/adacash",
6910
+ "bsc/bep20/adadao",
6911
+ "bsc/bep20/adadex",
6912
+ "bsc/bep20/adapad_io",
6884
6913
  "bsc/bep20/adex_network",
6914
+ "bsc/bep20/ado_protocol",
6915
+ "bsc/bep20/adonis",
6916
+ "bsc/bep20/adroverse_token",
6917
+ "bsc/bep20/adshares",
6885
6918
  "bsc/bep20/ae_cash",
6919
+ "bsc/bep20/aerdrop",
6886
6920
  "bsc/bep20/aeterna",
6921
+ "bsc/bep20/afen",
6922
+ "bsc/bep20/affinity",
6923
+ "bsc/bep20/afrostar",
6924
+ "bsc/bep20/aga_token",
6925
+ "bsc/bep20/ageofgods",
6926
+ "bsc/bep20/agii",
6927
+ "bsc/bep20/agritech",
6928
+ "bsc/bep20/ai_coinova",
6929
+ "bsc/bep20/ai_crew",
6887
6930
  "bsc/bep20/ai_dogemini",
6931
+ "bsc/bep20/ai_floki",
6932
+ "bsc/bep20/ai_swap",
6933
+ "bsc/bep20/aicoin",
6934
+ "bsc/bep20/ainu_token",
6935
+ "bsc/bep20/aion_mars",
6936
+ "bsc/bep20/aione",
6888
6937
  "bsc/bep20/aioz_network",
6938
+ "bsc/bep20/aipad_tech",
6939
+ "bsc/bep20/airnft_token",
6940
+ "bsc/bep20/ait_token",
6941
+ "bsc/bep20/akino_inu",
6942
+ "bsc/bep20/al_capone",
6889
6943
  "bsc/bep20/alchemy",
6890
6944
  "bsc/bep20/aleph.im_v2",
6945
+ "bsc/bep20/algoblocks",
6891
6946
  "bsc/bep20/alice",
6892
6947
  "bsc/bep20/alien_worlds_trilium",
6948
+ "bsc/bep20/alif",
6949
+ "bsc/bep20/alink_ai",
6893
6950
  "bsc/bep20/alinx",
6951
+ "bsc/bep20/alita_token",
6952
+ "bsc/bep20/alitas",
6953
+ "bsc/bep20/aliumtoken",
6954
+ "bsc/bep20/all_in_gpt",
6955
+ "bsc/bep20/all_in_pepe",
6956
+ "bsc/bep20/allbridge",
6894
6957
  "bsc/bep20/alliance_token",
6958
+ "bsc/bep20/allianceblock_nexera_token",
6895
6959
  "bsc/bep20/allianceblock_token",
6960
+ "bsc/bep20/almira",
6896
6961
  "bsc/bep20/alpacatoken",
6897
6962
  "bsc/bep20/alpatoken",
6898
6963
  "bsc/bep20/alphatoken",
6899
6964
  "bsc/bep20/alpine_fan_token",
6965
+ "bsc/bep20/altbase",
6966
+ "bsc/bep20/alterna_network",
6967
+ "bsc/bep20/altitude",
6900
6968
  "bsc/bep20/altura",
6969
+ "bsc/bep20/aluna",
6970
+ "bsc/bep20/alva",
6971
+ "bsc/bep20/alvey_chain",
6972
+ "bsc/bep20/amazingteamdao",
6973
+ "bsc/bep20/amazy_token",
6901
6974
  "bsc/bep20/amc_fight_night",
6975
+ "bsc/bep20/american_shiba",
6976
+ "bsc/bep20/ammyi_coin",
6902
6977
  "bsc/bep20/ampl_secured_by_meter_passport",
6978
+ "bsc/bep20/ampleswap_token",
6979
+ "bsc/bep20/amt_token",
6980
+ "bsc/bep20/anagata",
6981
+ "bsc/bep20/anchorswap_token",
6982
+ "bsc/bep20/anime",
6903
6983
  "bsc/bep20/anji",
6904
6984
  "bsc/bep20/ankr",
6985
+ "bsc/bep20/ankr_staked_bnb",
6986
+ "bsc/bep20/ankr_staked_eth",
6987
+ "bsc/bep20/ankr_staked_matic",
6988
+ "bsc/bep20/anomus",
6905
6989
  "bsc/bep20/anontoken",
6906
6990
  "bsc/bep20/antimatter.finance_mapping_token",
6991
+ "bsc/bep20/antnetworx",
6992
+ "bsc/bep20/antofy",
6993
+ "bsc/bep20/anubit",
6994
+ "bsc/bep20/anypad",
6907
6995
  "bsc/bep20/anyswap-bep20",
6908
6996
  "bsc/bep20/apecoin",
6997
+ "bsc/bep20/apedoge",
6909
6998
  "bsc/bep20/apemax",
6910
6999
  "bsc/bep20/apeswapfinance_banana",
7000
+ "bsc/bep20/apexcoin",
7001
+ "bsc/bep20/apidae_token",
7002
+ "bsc/bep20/apollox_token",
7003
+ "bsc/bep20/appleswap_ai_token_ap",
7004
+ "bsc/bep20/april_token",
6911
7005
  "bsc/bep20/apyswap",
7006
+ "bsc/bep20/aqdc",
7007
+ "bsc/bep20/aquachain_token",
7008
+ "bsc/bep20/aquagoat",
7009
+ "bsc/bep20/arabic",
7010
+ "bsc/bep20/arable_protocol",
7011
+ "bsc/bep20/arbipad",
7012
+ "bsc/bep20/arbitrum_charts",
7013
+ "bsc/bep20/arcas",
7014
+ "bsc/bep20/archangel",
7015
+ "bsc/bep20/arcona",
7016
+ "bsc/bep20/arcstar",
7017
+ "bsc/bep20/arena_token",
6912
7018
  "bsc/bep20/arenaplay",
7019
+ "bsc/bep20/areon",
7020
+ "bsc/bep20/ares_protocol",
7021
+ "bsc/bep20/argonon_helium",
6913
7022
  "bsc/bep20/argontoken",
7023
+ "bsc/bep20/ari10",
7024
+ "bsc/bep20/arithfi",
6914
7025
  "bsc/bep20/ariva",
7026
+ "bsc/bep20/arix",
7027
+ "bsc/bep20/arken_token",
7028
+ "bsc/bep20/arker",
7029
+ "bsc/bep20/arkrivals",
7030
+ "bsc/bep20/armour_wallet",
7031
+ "bsc/bep20/arora",
6915
7032
  "bsc/bep20/arpa_token",
6916
7033
  "bsc/bep20/arrano",
7034
+ "bsc/bep20/art_can_die",
7035
+ "bsc/bep20/arth_valuecoin_bsc",
6917
7036
  "bsc/bep20/artrade_token",
7037
+ "bsc/bep20/asenix",
7038
+ "bsc/bep20/ash_token",
7039
+ "bsc/bep20/asia_coin",
7040
+ "bsc/bep20/asian_fintech",
7041
+ "bsc/bep20/asix_token",
7042
+ "bsc/bep20/aspotoken",
7043
+ "bsc/bep20/assa",
7044
+ "bsc/bep20/astro_cash",
7045
+ "bsc/bep20/astro_pepe",
7046
+ "bsc/bep20/astro_token",
7047
+ "bsc/bep20/astroai",
7048
+ "bsc/bep20/astrospaces_io",
7049
+ "bsc/bep20/asva",
7050
+ "bsc/bep20/asyagro",
7051
+ "bsc/bep20/ataritoken",
7052
+ "bsc/bep20/athenasv2",
7053
+ "bsc/bep20/atlantis",
7054
+ "bsc/bep20/atlantis_token",
7055
+ "bsc/bep20/auctus",
7056
+ "bsc/bep20/aura",
7057
+ "bsc/bep20/aureo",
7058
+ "bsc/bep20/aurora_dimension",
6918
7059
  "bsc/bep20/aurox_token",
6919
7060
  "bsc/bep20/ausmt_v2",
7061
+ "bsc/bep20/australian_shepherd_token",
6920
7062
  "bsc/bep20/autocrypto",
6921
7063
  "bsc/bep20/automata",
6922
7064
  "bsc/bep20/autov2",
7065
+ "bsc/bep20/avatar_musk_verse",
7066
+ "bsc/bep20/avatly",
7067
+ "bsc/bep20/avnrich_token",
7068
+ "bsc/bep20/avocado_bg",
7069
+ "bsc/bep20/avocado_dao_token",
7070
+ "bsc/bep20/axelar_wrapped_usdc",
7071
+ "bsc/bep20/axl_inu",
7072
+ "bsc/bep20/axlegames",
7073
+ "bsc/bep20/b_launch",
7074
+ "bsc/bep20/baby_alvey",
7075
+ "bsc/bep20/baby_aptos",
6923
7076
  "bsc/bep20/baby_cake",
7077
+ "bsc/bep20/baby_doge_ceo",
6924
7078
  "bsc/bep20/baby_doge_coin",
7079
+ "bsc/bep20/baby_doge_inu",
7080
+ "bsc/bep20/baby_floki",
7081
+ "bsc/bep20/baby_floki_inu",
7082
+ "bsc/bep20/baby_lambo_inu",
7083
+ "bsc/bep20/baby_lovely_inu",
7084
+ "bsc/bep20/baby_luffy",
7085
+ "bsc/bep20/baby_meme_coin",
7086
+ "bsc/bep20/baby_pepe",
7087
+ "bsc/bep20/baby_shark",
7088
+ "bsc/bep20/baby_squid_game",
7089
+ "bsc/bep20/baby_yooshiape",
7090
+ "bsc/bep20/babyama",
6925
7091
  "bsc/bep20/babybnbtiger",
7092
+ "bsc/bep20/babychita_token",
6926
7093
  "bsc/bep20/babydoge_2.0",
7094
+ "bsc/bep20/babydogearmy",
7095
+ "bsc/bep20/babydogecash",
7096
+ "bsc/bep20/babydot",
7097
+ "bsc/bep20/babyflokicoin",
6927
7098
  "bsc/bep20/babyflokidoge",
7099
+ "bsc/bep20/babykitty",
7100
+ "bsc/bep20/babylons_governance_token",
7101
+ "bsc/bep20/babypepe",
7102
+ "bsc/bep20/babyrabbit",
7103
+ "bsc/bep20/babyshark",
7104
+ "bsc/bep20/babyswap_token",
7105
+ "bsc/bep20/babyxrp",
7106
+ "bsc/bep20/bacondao",
6928
7107
  "bsc/bep20/badger_sett_badger",
6929
7108
  "bsc/bep20/badger_sett_digg",
7109
+ "bsc/bep20/bafi_finance_token",
7110
+ "bsc/bep20/baka_casino",
6930
7111
  "bsc/bep20/bakerytoken",
7112
+ "bsc/bep20/bakerytools",
7113
+ "bsc/bep20/bali_token",
7114
+ "bsc/bep20/ballswap",
6931
7115
  "bsc/bep20/balto_token",
7116
+ "bsc/bep20/bamboodefi",
7117
+ "bsc/bep20/bananace",
7118
+ "bsc/bep20/bankersdream",
6932
7119
  "bsc/bep20/banus",
7120
+ "bsc/bep20/barking",
7121
+ "bsc/bep20/bart_simpson_coin",
7122
+ "bsc/bep20/barter_bep20",
7123
+ "bsc/bep20/basebank",
7124
+ "bsc/bep20/based_ai",
7125
+ "bsc/bep20/basketball_legends",
7126
+ "bsc/bep20/basketcoin",
6933
7127
  "bsc/bep20/bat_true_dollar",
6934
- "bsc/bep20/bat_true_share",
7128
+ "bsc/bep20/battle_saga",
7129
+ "bsc/bep20/battleforten",
6935
7130
  "bsc/bep20/battleinfinity",
7131
+ "bsc/bep20/battleverse_coin",
7132
+ "bsc/bep20/bayesian",
6936
7133
  "bsc/bep20/bb_verse",
7134
+ "bsc/bep20/bblurt_token",
7135
+ "bsc/bep20/bbs_via_chainport_io",
7136
+ "bsc/bep20/bcpay_fintech",
6937
7137
  "bsc/bep20/bdollar",
6938
7138
  "bsc/bep20/bdollar_share",
6939
7139
  "bsc/bep20/be_meta_famous",
6940
7140
  "bsc/bep20/beam",
7141
+ "bsc/bep20/bear",
6941
7142
  "bsc/bep20/bearn.fi",
7143
+ "bsc/bep20/beatgen",
6942
7144
  "bsc/bep20/beefy.finance",
7145
+ "bsc/bep20/beetoken",
7146
+ "bsc/bep20/befaster_holder_token",
7147
+ "bsc/bep20/belifex",
6943
7148
  "bsc/bep20/bella_protocol",
6944
7149
  "bsc/bep20/belt_token",
7150
+ "bsc/bep20/belugatoken",
6945
7151
  "bsc/bep20/bemil",
7152
+ "bsc/bep20/benft_ai",
7153
+ "bsc/bep20/benyketoken",
7154
+ "bsc/bep20/bep20_leo",
6946
7155
  "bsc/bep20/bep20dhp",
7156
+ "bsc/bep20/berger_doge_coin",
6947
7157
  "bsc/bep20/berry_tributes",
7158
+ "bsc/bep20/berryswap_token",
6948
7159
  "bsc/bep20/beta_token",
7160
+ "bsc/bep20/betero",
7161
+ "bsc/bep20/betswirl_v2",
7162
+ "bsc/bep20/betterment_digital",
6949
7163
  "bsc/bep20/betu",
7164
+ "bsc/bep20/bfg_token",
6950
7165
  "bsc/bep20/bgov_token",
7166
+ "bsc/bep20/bholdus_token",
7167
+ "bsc/bep20/bibi",
7168
+ "bsc/bep20/bibi2_0",
7169
+ "bsc/bep20/bible_coin",
6951
7170
  "bsc/bep20/biconomy_token_(wormhole)",
6952
7171
  "bsc/bep20/bidr_bep20",
7172
+ "bsc/bep20/bidz_coin",
7173
+ "bsc/bep20/big_crypto_game_token",
7174
+ "bsc/bep20/big_panda",
7175
+ "bsc/bep20/bilira",
7176
+ "bsc/bep20/billiard_crypto",
6953
7177
  "bsc/bep20/billion_happiness",
7178
+ "bsc/bep20/billionaires_pixel_club",
6954
7179
  "bsc/bep20/binamon",
6955
7180
  "bsc/bep20/binance-peg_apenft_token",
6956
7181
  "bsc/bep20/binance-peg_as_roma_token",
@@ -6964,12 +7189,14 @@ Array [
6964
7189
  "bsc/bep20/binance-peg_bitcoin_cash_token",
6965
7190
  "bsc/bep20/binance-peg_bittorrent",
6966
7191
  "bsc/bep20/binance-peg_bsc-usd",
7192
+ "bsc/bep20/binance-peg_btcb_token",
6967
7193
  "bsc/bep20/binance-peg_busd_token",
6968
7194
  "bsc/bep20/binance-peg_cardano_token",
6969
7195
  "bsc/bep20/binance-peg_celer_token",
6970
7196
  "bsc/bep20/binance-peg_chainlink_token",
6971
7197
  "bsc/bep20/binance-peg_compound_coin",
6972
7198
  "bsc/bep20/binance-peg_cosmos_token",
7199
+ "bsc/bep20/binance-peg_coti_token",
6973
7200
  "bsc/bep20/binance-peg_dai_token",
6974
7201
  "bsc/bep20/binance-peg_dogecoin",
6975
7202
  "bsc/bep20/binance-peg_ecash_token",
@@ -7008,90 +7235,339 @@ Array [
7008
7235
  "bsc/bep20/binaryx",
7009
7236
  "bsc/bep20/binemon",
7010
7237
  "bsc/bep20/binstarter",
7238
+ "bsc/bep20/bintex_futures",
7239
+ "bsc/bep20/biokript",
7240
+ "bsc/bep20/bios",
7241
+ "bsc/bep20/birb",
7242
+ "bsc/bep20/bird",
7011
7243
  "bsc/bep20/biswap",
7244
+ "bsc/bep20/bit2me",
7245
+ "bsc/bep20/bit_game_verse_token",
7246
+ "bsc/bep20/bit_store_coin",
7247
+ "bsc/bep20/bit_token",
7012
7248
  "bsc/bep20/bitbase",
7249
+ "bsc/bep20/bitbook",
7250
+ "bsc/bep20/bitcoin_battle",
7251
+ "bsc/bep20/bitcoin_br",
7013
7252
  "bsc/bep20/bitcoin_bsc",
7253
+ "bsc/bep20/bitcoin_e_wallet",
7254
+ "bsc/bep20/bitcoin_pay",
7255
+ "bsc/bep20/bitcoinai",
7256
+ "bsc/bep20/bitcointry_token",
7257
+ "bsc/bep20/bitcoiva",
7258
+ "bsc/bep20/bitconey",
7259
+ "bsc/bep20/bitindi_chain",
7260
+ "bsc/bep20/bitorbit_com",
7014
7261
  "bsc/bep20/bitrise_token",
7015
7262
  "bsc/bep20/bitrue_token",
7263
+ "bsc/bep20/bitscrow",
7016
7264
  "bsc/bep20/bitshiba",
7265
+ "bsc/bep20/bitsniper",
7266
+ "bsc/bep20/bittoken",
7017
7267
  "bsc/bep20/bittorrent",
7268
+ "bsc/bep20/bitvalley",
7018
7269
  "bsc/bep20/bitwell_token",
7270
+ "bsc/bep20/bitzen",
7271
+ "bsc/bep20/bitzipp_token",
7272
+ "bsc/bep20/black_phoenix",
7273
+ "bsc/bep20/black_whale",
7274
+ "bsc/bep20/blackhat",
7275
+ "bsc/bep20/blackpearl_token",
7276
+ "bsc/bep20/blazex",
7277
+ "bsc/bep20/bless_global_credit",
7278
+ "bsc/bep20/blind_boxes_token",
7019
7279
  "bsc/bep20/blinktoken",
7280
+ "bsc/bep20/blinq",
7281
+ "bsc/bep20/blithe",
7282
+ "bsc/bep20/blitz_token",
7020
7283
  "bsc/bep20/blockapescissors",
7284
+ "bsc/bep20/blockasset",
7285
+ "bsc/bep20/blockchain_island",
7286
+ "bsc/bep20/blockchain_monster_coin",
7287
+ "bsc/bep20/blockchaincoinx",
7288
+ "bsc/bep20/blockchainspace_via_chainport_io",
7289
+ "bsc/bep20/blockrock",
7290
+ "bsc/bep20/blockscape",
7291
+ "bsc/bep20/blocx",
7021
7292
  "bsc/bep20/blok",
7293
+ "bsc/bep20/bloody_bunny",
7294
+ "bsc/bep20/blueart_token",
7295
+ "bsc/bep20/bluebenx",
7296
+ "bsc/bep20/bluzelle_token",
7022
7297
  "bsc/bep20/bnb48_club_token",
7298
+ "bsc/bep20/bnb_bank",
7299
+ "bsc/bep20/bnb_diamond",
7023
7300
  "bsc/bep20/bnb_lion_inu",
7024
7301
  "bsc/bep20/bnb_network",
7025
7302
  "bsc/bep20/bnb_tiger_inu",
7303
+ "bsc/bep20/bnb_whales",
7304
+ "bsc/bep20/bnbking",
7305
+ "bsc/bep20/bns_finance",
7306
+ "bsc/bep20/bob",
7026
7307
  "bsc/bep20/bobc",
7308
+ "bsc/bep20/boda",
7309
+ "bsc/bep20/body_ai",
7310
+ "bsc/bep20/bogey",
7311
+ "bsc/bep20/bogged_finance",
7027
7312
  "bsc/bep20/boletoken",
7313
+ "bsc/bep20/bolicai",
7314
+ "bsc/bep20/bolide",
7315
+ "bsc/bep20/bomb_money",
7316
+ "bsc/bep20/bomber_coin",
7028
7317
  "bsc/bep20/bondly",
7318
+ "bsc/bep20/bone",
7319
+ "bsc/bep20/bonfire",
7320
+ "bsc/bep20/bongweedcoin",
7321
+ "bsc/bep20/bonk",
7322
+ "bsc/bep20/bonyta",
7029
7323
  "bsc/bep20/boringdao",
7324
+ "bsc/bep20/boringdao_token",
7325
+ "bsc/bep20/boss_token",
7326
+ "bsc/bep20/bot",
7327
+ "bsc/bep20/botccoin",
7328
+ "bsc/bep20/botopiafinance",
7329
+ "bsc/bep20/bountie",
7330
+ "bsc/bep20/bountykinds_yu",
7331
+ "bsc/bep20/bovine_verse_token",
7332
+ "bsc/bep20/box_dao",
7030
7333
  "bsc/bep20/bpad",
7334
+ "bsc/bep20/brain_sync",
7335
+ "bsc/bep20/brandpad",
7031
7336
  "bsc/bep20/brank",
7337
+ "bsc/bep20/brd",
7338
+ "bsc/bep20/brewlabs",
7339
+ "bsc/bep20/brick_token",
7340
+ "bsc/bep20/brickken",
7032
7341
  "bsc/bep20/bridge",
7033
7342
  "bsc/bep20/brn_metaverse",
7343
+ "bsc/bep20/brokoli_token_via_chainport_io",
7344
+ "bsc/bep20/broovs",
7345
+ "bsc/bep20/brt",
7346
+ "bsc/bep20/brz_token",
7034
7347
  "bsc/bep20/bsc_conflux",
7035
7348
  "bsc/bep20/bsc_ecosystem_defi_blue_chips",
7036
7349
  "bsc/bep20/bsc_wrapped_jupiter",
7350
+ "bsc/bep20/bscdium_token",
7037
7351
  "bsc/bep20/bscpad.com",
7352
+ "bsc/bep20/bscs_token",
7038
7353
  "bsc/bep20/bscx",
7039
7354
  "bsc/bep20/btaf",
7355
+ "bsc/bep20/bts_chain",
7356
+ "bsc/bep20/buddy_dao",
7357
+ "bsc/bep20/buff",
7358
+ "bsc/bep20/buff_doge_coin",
7359
+ "bsc/bep20/buffswap",
7360
+ "bsc/bep20/build_token",
7361
+ "bsc/bep20/bull_btc_club",
7362
+ "bsc/bep20/bull_coin",
7363
+ "bsc/bep20/bull_game_tokens",
7364
+ "bsc/bep20/bull_perks",
7365
+ "bsc/bep20/bumblebot",
7366
+ "bsc/bep20/bumoon",
7367
+ "bsc/bep20/buni_token",
7040
7368
  "bsc/bep20/bunny_token",
7041
7369
  "bsc/bep20/bunnypark",
7370
+ "bsc/bep20/bunnypark_game",
7371
+ "bsc/bep20/bunscake",
7042
7372
  "bsc/bep20/burger_swap",
7043
7373
  "bsc/bep20/busd-bd1",
7044
7374
  "bsc/bep20/busdprinter",
7045
- "bsc/bep20/bux_token",
7375
+ "bsc/bep20/busdx",
7376
+ "bsc/bep20/buy_token",
7377
+ "bsc/bep20/byepix",
7378
+ "bsc/bep20/bytenext",
7046
7379
  "bsc/bep20/c+charge",
7380
+ "bsc/bep20/cacom",
7381
+ "bsc/bep20/cake_monster",
7382
+ "bsc/bep20/cakebot",
7383
+ "bsc/bep20/cakeswap_token",
7384
+ "bsc/bep20/caketools",
7385
+ "bsc/bep20/calcium",
7386
+ "bsc/bep20/canadian_inuit_dog_v2",
7047
7387
  "bsc/bep20/canyacoin",
7388
+ "bsc/bep20/capitalrock",
7048
7389
  "bsc/bep20/capsule_coin",
7390
+ "bsc/bep20/capybara_coin",
7049
7391
  "bsc/bep20/car",
7050
7392
  "bsc/bep20/carbon",
7393
+ "bsc/bep20/carbon_1176",
7394
+ "bsc/bep20/carbon_89ea",
7395
+ "bsc/bep20/cardence",
7051
7396
  "bsc/bep20/cartesi_token",
7397
+ "bsc/bep20/cash_driver",
7398
+ "bsc/bep20/cashaa",
7399
+ "bsc/bep20/cashback",
7400
+ "bsc/bep20/cashbackpro",
7401
+ "bsc/bep20/cashcow",
7052
7402
  "bsc/bep20/casper",
7403
+ "bsc/bep20/casperpad",
7053
7404
  "bsc/bep20/cat",
7405
+ "bsc/bep20/catbonk",
7406
+ "bsc/bep20/catceo",
7407
+ "bsc/bep20/catchy",
7054
7408
  "bsc/bep20/catcoin",
7055
7409
  "bsc/bep20/catecoin",
7056
7410
  "bsc/bep20/catecoin_",
7411
+ "bsc/bep20/catge_v2",
7057
7412
  "bsc/bep20/catgirl",
7058
7413
  "bsc/bep20/catpay",
7414
+ "bsc/bep20/cats_coin",
7415
+ "bsc/bep20/catvillscoin",
7416
+ "bsc/bep20/catzcoin",
7417
+ "bsc/bep20/cavatar",
7418
+ "bsc/bep20/caw_ceo",
7419
+ "bsc/bep20/cbyte",
7420
+ "bsc/bep20/ccgds",
7421
+ "bsc/bep20/ccn",
7422
+ "bsc/bep20/ceasports",
7423
+ "bsc/bep20/cebiolabs",
7059
7424
  "bsc/bep20/ceek",
7060
7425
  "bsc/bep20/cellframe_erc20_v2",
7061
7426
  "bsc/bep20/cellframe_token",
7427
+ "bsc/bep20/cellstoken",
7062
7428
  "bsc/bep20/centcex",
7429
+ "bsc/bep20/centric_swap",
7430
+ "bsc/bep20/centrofi",
7431
+ "bsc/bep20/ceo",
7063
7432
  "bsc/bep20/cerby_token",
7064
7433
  "bsc/bep20/certik_token",
7434
+ "bsc/bep20/cex_trade",
7435
+ "bsc/bep20/cfl365_finance",
7436
+ "bsc/bep20/chain_games",
7437
+ "bsc/bep20/chain_of_legends_token",
7438
+ "bsc/bep20/chaincade",
7065
7439
  "bsc/bep20/chaingpt",
7066
7440
  "bsc/bep20/chainport.io-peg_xcad_token",
7441
+ "bsc/bep20/chappyz",
7067
7442
  "bsc/bep20/chatcrypto",
7443
+ "bsc/bep20/chavo",
7068
7444
  "bsc/bep20/checkdot",
7445
+ "bsc/bep20/checoin",
7446
+ "bsc/bep20/cheelee",
7447
+ "bsc/bep20/cheemsinu",
7069
7448
  "bsc/bep20/cheers",
7449
+ "bsc/bep20/cheesecakeswap_token",
7070
7450
  "bsc/bep20/cheesemaker.farm",
7451
+ "bsc/bep20/cherish_credit",
7452
+ "bsc/bep20/cherry_token",
7453
+ "bsc/bep20/chess",
7071
7454
  "bsc/bep20/chi_gastoken_by_1inch",
7455
+ "bsc/bep20/chica",
7456
+ "bsc/bep20/chihiro_inu",
7457
+ "bsc/bep20/chihuahua",
7458
+ "bsc/bep20/child_support",
7459
+ "bsc/bep20/chirpley_token",
7460
+ "bsc/bep20/christmas_floki",
7461
+ "bsc/bep20/christmas_shiba",
7072
7462
  "bsc/bep20/chroma",
7463
+ "bsc/bep20/chronicle_via_chainport_io",
7464
+ "bsc/bep20/chubbyakita",
7073
7465
  "bsc/bep20/chumbi_valley",
7466
+ "bsc/bep20/cicca_defi",
7467
+ "bsc/bep20/circuits_of_value_v2",
7468
+ "bsc/bep20/citadel_one",
7469
+ "bsc/bep20/city_tycoon_games",
7470
+ "bsc/bep20/civilization",
7471
+ "bsc/bep20/clash_of_lilliput",
7074
7472
  "bsc/bep20/clear_water",
7473
+ "bsc/bep20/clinq_gold_token",
7075
7474
  "bsc/bep20/clintex",
7475
+ "bsc/bep20/cliq_token",
7476
+ "bsc/bep20/cloud_pet",
7477
+ "bsc/bep20/cloudcoin_finance",
7478
+ "bsc/bep20/cloudtx",
7479
+ "bsc/bep20/cloutcontracts_peg",
7480
+ "bsc/bep20/clover",
7481
+ "bsc/bep20/cmc_coin",
7076
7482
  "bsc/bep20/co",
7483
+ "bsc/bep20/co2dao_token",
7077
7484
  "bsc/bep20/coalphoenix",
7485
+ "bsc/bep20/cockapoo",
7486
+ "bsc/bep20/cockroach_coin",
7487
+ "bsc/bep20/codai",
7488
+ "bsc/bep20/coffee",
7489
+ "bsc/bep20/cogito_governance_token",
7078
7490
  "bsc/bep20/coin98",
7079
7491
  "bsc/bep20/coin_merge",
7492
+ "bsc/bep20/coin_of_nature",
7493
+ "bsc/bep20/coin_of_the_champions",
7494
+ "bsc/bep20/coinalpha",
7495
+ "bsc/bep20/coinary_token",
7496
+ "bsc/bep20/coinhub_token",
7497
+ "bsc/bep20/coinlocally_coin",
7498
+ "bsc/bep20/coinmarketprime",
7499
+ "bsc/bep20/coinmatch_ai",
7500
+ "bsc/bep20/coinmooner",
7501
+ "bsc/bep20/coinopy",
7502
+ "bsc/bep20/coinracer",
7503
+ "bsc/bep20/coinradr",
7504
+ "bsc/bep20/coinsale_token",
7505
+ "bsc/bep20/coinscope",
7506
+ "bsc/bep20/coinspaid",
7507
+ "bsc/bep20/coinwealth",
7508
+ "bsc/bep20/coinxpad",
7509
+ "bsc/bep20/coinzix_token",
7510
+ "bsc/bep20/coldstack",
7511
+ "bsc/bep20/colizeum",
7512
+ "bsc/bep20/collectivecare",
7513
+ "bsc/bep20/collector_coin",
7514
+ "bsc/bep20/collie_inu",
7080
7515
  "bsc/bep20/coloniume",
7516
+ "bsc/bep20/colossusxt",
7517
+ "bsc/bep20/combotoken",
7518
+ "bsc/bep20/compound_meta",
7081
7519
  "bsc/bep20/concentrated_voting_power",
7520
+ "bsc/bep20/connext",
7082
7521
  "bsc/bep20/contentos",
7522
+ "bsc/bep20/continuumfinance",
7523
+ "bsc/bep20/contractus",
7524
+ "bsc/bep20/cooper",
7083
7525
  "bsc/bep20/copiosa_coin",
7526
+ "bsc/bep20/copycat_token",
7527
+ "bsc/bep20/cor_token",
7528
+ "bsc/bep20/core_multichain_token",
7529
+ "bsc/bep20/corgi_ceo",
7530
+ "bsc/bep20/corgicoin",
7531
+ "bsc/bep20/corionx",
7084
7532
  "bsc/bep20/cornucopias_[via_chainport.io]",
7533
+ "bsc/bep20/cosanta",
7534
+ "bsc/bep20/cosmic_chain",
7535
+ "bsc/bep20/cotrader",
7536
+ "bsc/bep20/covesting",
7537
+ "bsc/bep20/cowrie",
7085
7538
  "bsc/bep20/cp",
7539
+ "bsc/bep20/cpos_cloud_payment",
7540
+ "bsc/bep20/cracle",
7541
+ "bsc/bep20/cratos_bep20",
7542
+ "bsc/bep20/crazy_bunny_equity_token",
7543
+ "bsc/bep20/crazy_tiger",
7544
+ "bsc/bep20/crazybunny",
7086
7545
  "bsc/bep20/cream",
7087
7546
  "bsc/bep20/cream_cardano_token",
7547
+ "bsc/bep20/creator_chain",
7548
+ "bsc/bep20/credi_via_chainport_io",
7549
+ "bsc/bep20/cremation_coin",
7088
7550
  "bsc/bep20/creoengine",
7551
+ "bsc/bep20/crimson_network",
7552
+ "bsc/bep20/criptoville_coins_2",
7089
7553
  "bsc/bep20/crir_msh",
7554
+ "bsc/bep20/cross_chain_bridge_token",
7090
7555
  "bsc/bep20/cross_finance",
7556
+ "bsc/bep20/crosschain_iotx",
7557
+ "bsc/bep20/crossdex",
7558
+ "bsc/bep20/crossfi",
7559
+ "bsc/bep20/crossswap_com",
7091
7560
  "bsc/bep20/crosswallet",
7092
7561
  "bsc/bep20/crowns",
7562
+ "bsc/bep20/crusaders_of_crypto",
7563
+ "bsc/bep20/cryptegrity_dao",
7564
+ "bsc/bep20/crypthub_token",
7565
+ "bsc/bep20/crypto_ai",
7566
+ "bsc/bep20/crypto_classic",
7093
7567
  "bsc/bep20/crypto_development_services",
7568
+ "bsc/bep20/crypto_gaming_united",
7094
7569
  "bsc/bep20/crypto_jackpot",
7570
+ "bsc/bep20/crypto_street_v2",
7095
7571
  "bsc/bep20/cryptoart.ai",
7096
7572
  "bsc/bep20/cryptoblades_skill_token",
7097
7573
  "bsc/bep20/cryptocars",
@@ -7103,8 +7579,10 @@ Array [
7103
7579
  "bsc/bep20/cubiex",
7104
7580
  "bsc/bep20/cultecoin",
7105
7581
  "bsc/bep20/curate",
7582
+ "bsc/bep20/cure_token_v2",
7106
7583
  "bsc/bep20/custodiy_(v3)",
7107
7584
  "bsc/bep20/cyberconnect",
7585
+ "bsc/bep20/cyberdragon_gold",
7108
7586
  "bsc/bep20/cyclone_protocol",
7109
7587
  "bsc/bep20/dalarnia",
7110
7588
  "bsc/bep20/dar_utilities_token",
@@ -7116,6 +7594,7 @@ Array [
7116
7594
  "bsc/bep20/decentraland",
7117
7595
  "bsc/bep20/decentralized_community_investment_protocol",
7118
7596
  "bsc/bep20/deepspace",
7597
+ "bsc/bep20/def_cafe",
7119
7598
  "bsc/bep20/defi_100",
7120
7599
  "bsc/bep20/defi_for_you",
7121
7600
  "bsc/bep20/defidollar_dao",
@@ -7188,6 +7667,7 @@ Array [
7188
7667
  "bsc/bep20/feg_token",
7189
7668
  "bsc/bep20/ferrum_network_token",
7190
7669
  "bsc/bep20/fetch",
7670
+ "bsc/bep20/fight_token",
7191
7671
  "bsc/bep20/finnexus",
7192
7672
  "bsc/bep20/firepin",
7193
7673
  "bsc/bep20/firo",
@@ -7241,6 +7721,7 @@ Array [
7241
7721
  "bsc/bep20/goswapp",
7242
7722
  "bsc/bep20/gourmetgalaxy",
7243
7723
  "bsc/bep20/green_metaverse_token",
7724
+ "bsc/bep20/greentrust",
7244
7725
  "bsc/bep20/grimacecoin",
7245
7726
  "bsc/bep20/grizzly_honey",
7246
7727
  "bsc/bep20/grove_gold",
@@ -7289,6 +7770,7 @@ Array [
7289
7770
  "bsc/bep20/jarvis_synthetic_british_pound",
7290
7771
  "bsc/bep20/jarvis_synthetic_swiss_franc",
7291
7772
  "bsc/bep20/jasmycoin",
7773
+ "bsc/bep20/jaws_token",
7292
7774
  "bsc/bep20/jedstar",
7293
7775
  "bsc/bep20/jefe",
7294
7776
  "bsc/bep20/jencoin",
@@ -7339,6 +7821,7 @@ Array [
7339
7821
  "bsc/bep20/lto_network",
7340
7822
  "bsc/bep20/luckyblock",
7341
7823
  "bsc/bep20/lucro",
7824
+ "bsc/bep20/luna_(wormhole)",
7342
7825
  "bsc/bep20/luna_rush_token",
7343
7826
  "bsc/bep20/lunachow_on_xdai_from_xdai",
7344
7827
  "bsc/bep20/lunaone",
@@ -7353,6 +7836,7 @@ Array [
7353
7836
  "bsc/bep20/mafacoin",
7354
7837
  "bsc/bep20/magiccraft",
7355
7838
  "bsc/bep20/marketmove",
7839
+ "bsc/bep20/marshall_rogan_inu",
7356
7840
  "bsc/bep20/maru",
7357
7841
  "bsc/bep20/mask_network",
7358
7842
  "bsc/bep20/math_token",
@@ -7423,6 +7907,7 @@ Array [
7423
7907
  "bsc/bep20/nobility",
7424
7908
  "bsc/bep20/noe_crypto_bank",
7425
7909
  "bsc/bep20/nominex",
7910
+ "bsc/bep20/nuls",
7426
7911
  "bsc/bep20/num_token_[via_chainport.io]",
7427
7912
  "bsc/bep20/nyanswop_token",
7428
7913
  "bsc/bep20/nyuku",
@@ -7438,6 +7923,7 @@ Array [
7438
7923
  "bsc/bep20/orbital_lps",
7439
7924
  "bsc/bep20/orbs",
7440
7925
  "bsc/bep20/oreo",
7926
+ "bsc/bep20/orica",
7441
7927
  "bsc/bep20/orion_protocol",
7442
7928
  "bsc/bep20/ovr",
7443
7929
  "bsc/bep20/paid_network",
@@ -7447,10 +7933,11 @@ Array [
7447
7933
  "bsc/bep20/pasta_token",
7448
7934
  "bsc/bep20/perlin",
7449
7935
  "bsc/bep20/pet_games",
7450
- "bsc/bep20/phoswap",
7936
+ "bsc/bep20/pi_network",
7451
7937
  "bsc/bep20/pigcoin",
7452
7938
  "bsc/bep20/pige_inu",
7453
7939
  "bsc/bep20/piinu",
7940
+ "bsc/bep20/ping",
7454
7941
  "bsc/bep20/piston",
7455
7942
  "bsc/bep20/pitbull",
7456
7943
  "bsc/bep20/pizzaswap",
@@ -7459,12 +7946,14 @@ Array [
7459
7946
  "bsc/bep20/plant_vs_undead_token",
7460
7947
  "bsc/bep20/plastik_token",
7461
7948
  "bsc/bep20/playzap",
7949
+ "bsc/bep20/pnetwork_token",
7462
7950
  "bsc/bep20/poco_token",
7463
7951
  "bsc/bep20/poken",
7464
7952
  "bsc/bep20/pokerfi.finance",
7465
7953
  "bsc/bep20/polka_city",
7466
7954
  "bsc/bep20/polkamon",
7467
7955
  "bsc/bep20/polkastartertoken",
7956
+ "bsc/bep20/poly_peg_cook",
7468
7957
  "bsc/bep20/polycrowns",
7469
7958
  "bsc/bep20/position_token",
7470
7959
  "bsc/bep20/potfolio",
@@ -7477,6 +7966,8 @@ Array [
7477
7966
  "bsc/bep20/proof_of_degen",
7478
7967
  "bsc/bep20/propel",
7479
7968
  "bsc/bep20/prosper",
7969
+ "bsc/bep20/ptokens_anrx",
7970
+ "bsc/bep20/ptokens_bist",
7480
7971
  "bsc/bep20/ptokens_btc",
7481
7972
  "bsc/bep20/ptokens_cgg",
7482
7973
  "bsc/bep20/ptokens_gala",
@@ -7498,7 +7989,6 @@ Array [
7498
7989
  "bsc/bep20/ramp_defi",
7499
7990
  "bsc/bep20/rangers_protocol_gas",
7500
7991
  "bsc/bep20/raptor_v3",
7501
- "bsc/bep20/raven_protocol",
7502
7992
  "bsc/bep20/rayons_energy",
7503
7993
  "bsc/bep20/rbx",
7504
7994
  "bsc/bep20/real_chain_link_network",
@@ -7508,6 +7998,7 @@ Array [
7508
7998
  "bsc/bep20/refinable",
7509
7999
  "bsc/bep20/refugees_token",
7510
8000
  "bsc/bep20/rejuve_token",
8001
+ "bsc/bep20/rekt",
7511
8002
  "bsc/bep20/renbtc",
7512
8003
  "bsc/bep20/rendoge",
7513
8004
  "bsc/bep20/renewable_energy_token",
@@ -7552,6 +8043,7 @@ Array [
7552
8043
  "bsc/bep20/skynet",
7553
8044
  "bsc/bep20/skytale",
7554
8045
  "bsc/bep20/smart_advertising_transaction_token",
8046
+ "bsc/bep20/smartchain_poker",
7555
8047
  "bsc/bep20/snappy_doge",
7556
8048
  "bsc/bep20/snow",
7557
8049
  "bsc/bep20/snufflesinu",
@@ -7565,6 +8057,7 @@ Array [
7565
8057
  "bsc/bep20/space_id",
7566
8058
  "bsc/bep20/spartan_protocol_token_v2",
7567
8059
  "bsc/bep20/spike_the_bnb",
8060
+ "bsc/bep20/spintop",
7568
8061
  "bsc/bep20/splintershards",
7569
8062
  "bsc/bep20/spore",
7570
8063
  "bsc/bep20/spore_token",
@@ -7578,6 +8071,7 @@ Array [
7578
8071
  "bsc/bep20/standardbtchashratetoken",
7579
8072
  "bsc/bep20/starmon",
7580
8073
  "bsc/bep20/starship_doge",
8074
+ "bsc/bep20/static",
7581
8075
  "bsc/bep20/staysbase",
7582
8076
  "bsc/bep20/step",
7583
8077
  "bsc/bep20/stobox_token_v2",
@@ -7604,10 +8098,12 @@ Array [
7604
8098
  "bsc/bep20/tanzanite",
7605
8099
  "bsc/bep20/tbitcoin",
7606
8100
  "bsc/bep20/tdogecoin",
8101
+ "bsc/bep20/tech_trees_coin",
7607
8102
  "bsc/bep20/tegro",
7608
8103
  "bsc/bep20/tenet",
7609
8104
  "bsc/bep20/tft_on_bsc",
7610
8105
  "bsc/bep20/the_force_token",
8106
+ "bsc/bep20/the_moon_metaverse",
7611
8107
  "bsc/bep20/the_sandbox",
7612
8108
  "bsc/bep20/thetan_gem",
7613
8109
  "bsc/bep20/thetryum",
@@ -7650,11 +8146,13 @@ Array [
7650
8146
  "bsc/bep20/unilend_finance_token",
7651
8147
  "bsc/bep20/uniristoken",
7652
8148
  "bsc/bep20/unitrade",
8149
+ "bsc/bep20/universal_store_of_value",
7653
8150
  "bsc/bep20/unmarshaltoken",
7654
8151
  "bsc/bep20/upbots",
7655
8152
  "bsc/bep20/usd_mono",
7656
8153
  "bsc/bep20/usd_zedxion",
7657
8154
  "bsc/bep20/usdtatsu",
8155
+ "bsc/bep20/usdx",
7658
8156
  "bsc/bep20/vagabond",
7659
8157
  "bsc/bep20/vai_stablecoin",
7660
8158
  "bsc/bep20/vallhund_inu",
@@ -7700,7 +8198,6 @@ Array [
7700
8198
  "bsc/bep20/wault",
7701
8199
  "bsc/bep20/waultswap",
7702
8200
  "bsc/bep20/waves",
7703
- "bsc/bep20/wazirx_token",
7704
8201
  "bsc/bep20/wdo",
7705
8202
  "bsc/bep20/weather",
7706
8203
  "bsc/bep20/weed_inu",
@@ -7715,11 +8212,15 @@ Array [
7715
8212
  "bsc/bep20/wootrade_network",
7716
8213
  "bsc/bep20/workquest_token",
7717
8214
  "bsc/bep20/world_of_defish",
8215
+ "bsc/bep20/wrapped_avax_wormhole",
7718
8216
  "bsc/bep20/wrapped_banano",
7719
8217
  "bsc/bep20/wrapped_binance_beacon_eth",
8218
+ "bsc/bep20/wrapped_bis",
8219
+ "bsc/bep20/wrapped_bitcash",
7720
8220
  "bsc/bep20/wrapped_bitcoinz",
7721
8221
  "bsc/bep20/wrapped_blackcoin",
7722
8222
  "bsc/bep20/wrapped_bnb",
8223
+ "bsc/bep20/wrapped_bytz",
7723
8224
  "bsc/bep20/wrapped_idena",
7724
8225
  "bsc/bep20/wrapped_mass",
7725
8226
  "bsc/bep20/wrapped_mir_token",
@@ -7745,6 +8246,7 @@ Array [
7745
8246
  "bsc/bep20/yummy",
7746
8247
  "bsc/bep20/zedxion",
7747
8248
  "bsc/bep20/zeedex",
8249
+ "bsc/bep20/zero_exchange_token",
7748
8250
  "bsc/bep20/zeroswaptoken",
7749
8251
  "bsc/bep20/zigcoin",
7750
8252
  "bsc/bep20/zilliqa",