@web3icons/react 4.1.1 → 4.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/dynamic.js +5030 -4856
- package/dist/icons/index.d.ts +2 -0
- package/dist/icons/index.js +2809 -2667
- package/dist/icons/tokens/TokenHNS.d.ts +21 -0
- package/dist/icons/tokens/TokenHNS.js +78 -0
- package/dist/icons/tokens/TokenMON.d.ts +21 -0
- package/dist/icons/tokens/TokenMON.js +72 -0
- package/dist/icons/tokens/index.d.ts +2 -0
- package/dist/icons/tokens/index.js +2203 -2061
- package/dist/index.d.ts +36 -0
- package/dist/index.js +2818 -2670
- package/package.json +2 -2
package/dist/icons/index.d.ts
CHANGED
|
@@ -799,6 +799,7 @@ export { default as TokenPRTC } from './tokens/TokenPRTC.js'
|
|
|
799
799
|
export { default as TokenAI } from './tokens/TokenAI.js'
|
|
800
800
|
export { default as TokenNFTART } from './tokens/TokenNFTART.js'
|
|
801
801
|
export { default as TokenFUN } from './tokens/TokenFUN.js'
|
|
802
|
+
export { default as TokenHNS } from './tokens/TokenHNS.js'
|
|
802
803
|
export { default as TokenJKL } from './tokens/TokenJKL.js'
|
|
803
804
|
export { default as TokenMTVT } from './tokens/TokenMTVT.js'
|
|
804
805
|
export { default as TokenGAS } from './tokens/TokenGAS.js'
|
|
@@ -1697,6 +1698,7 @@ export { default as TokenXET } from './tokens/TokenXET.js'
|
|
|
1697
1698
|
export { default as TokenBETA } from './tokens/TokenBETA.js'
|
|
1698
1699
|
export { default as TokenYFI } from './tokens/TokenYFI.js'
|
|
1699
1700
|
export { default as TokenCPOOL } from './tokens/TokenCPOOL.js'
|
|
1701
|
+
export { default as TokenMON } from './tokens/TokenMON.js'
|
|
1700
1702
|
export { default as TokenATM } from './tokens/TokenATM.js'
|
|
1701
1703
|
export { default as TokenMGP } from './tokens/TokenMGP.js'
|
|
1702
1704
|
export { default as TokenUBT } from './tokens/TokenUBT.js'
|