@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/index.d.ts
CHANGED
|
@@ -12026,6 +12026,21 @@ declare const TokenFUN: react.ForwardRefExoticComponent<
|
|
|
12026
12026
|
Omit<IconComponentProps, 'ref'> & react.RefAttributes<SVGSVGElement>
|
|
12027
12027
|
>
|
|
12028
12028
|
|
|
12029
|
+
/**
|
|
12030
|
+
* @component @name TokenHNS
|
|
12031
|
+
* @description Web3Icon for TokenHNS
|
|
12032
|
+
*
|
|
12033
|
+
* @preview (branded, mono, background)
|
|
12034
|
+
* @preview   
|
|
12035
|
+
* @see https://web3icons.io/tokens/HNS
|
|
12036
|
+
* @param props - Web3Icon component props
|
|
12037
|
+
* @returns {JSX.Element} JSX Element
|
|
12038
|
+
*
|
|
12039
|
+
*/
|
|
12040
|
+
declare const TokenHNS: react.ForwardRefExoticComponent<
|
|
12041
|
+
Omit<IconComponentProps, 'ref'> & react.RefAttributes<SVGSVGElement>
|
|
12042
|
+
>
|
|
12043
|
+
|
|
12029
12044
|
/**
|
|
12030
12045
|
* @component @name TokenJKL
|
|
12031
12046
|
* @description Web3Icon for TokenJKL
|
|
@@ -25496,6 +25511,21 @@ declare const TokenCPOOL: react.ForwardRefExoticComponent<
|
|
|
25496
25511
|
Omit<IconComponentProps, 'ref'> & react.RefAttributes<SVGSVGElement>
|
|
25497
25512
|
>
|
|
25498
25513
|
|
|
25514
|
+
/**
|
|
25515
|
+
* @component @name TokenMON
|
|
25516
|
+
* @description Web3Icon for TokenMON
|
|
25517
|
+
*
|
|
25518
|
+
* @preview (branded, mono, background)
|
|
25519
|
+
* @preview   
|
|
25520
|
+
* @see https://web3icons.io/tokens/MON
|
|
25521
|
+
* @param props - Web3Icon component props
|
|
25522
|
+
* @returns {JSX.Element} JSX Element
|
|
25523
|
+
*
|
|
25524
|
+
*/
|
|
25525
|
+
declare const TokenMON: react.ForwardRefExoticComponent<
|
|
25526
|
+
Omit<IconComponentProps, 'ref'> & react.RefAttributes<SVGSVGElement>
|
|
25527
|
+
>
|
|
25528
|
+
|
|
25499
25529
|
/**
|
|
25500
25530
|
* @component @name TokenATM
|
|
25501
25531
|
* @description Web3Icon for TokenATM
|
|
@@ -28157,6 +28187,7 @@ declare const index$3_TokenHIPP: typeof TokenHIPP
|
|
|
28157
28187
|
declare const index$3_TokenHIVE: typeof TokenHIVE
|
|
28158
28188
|
declare const index$3_TokenHMND: typeof TokenHMND
|
|
28159
28189
|
declare const index$3_TokenHMX: typeof TokenHMX
|
|
28190
|
+
declare const index$3_TokenHNS: typeof TokenHNS
|
|
28160
28191
|
declare const index$3_TokenHNT: typeof TokenHNT
|
|
28161
28192
|
declare const index$3_TokenHOGE: typeof TokenHOGE
|
|
28162
28193
|
declare const index$3_TokenHOLD: typeof TokenHOLD
|
|
@@ -28468,6 +28499,7 @@ declare const index$3_TokenMOCHI: typeof TokenMOCHI
|
|
|
28468
28499
|
declare const index$3_TokenMOD: typeof TokenMOD
|
|
28469
28500
|
declare const index$3_TokenMOE: typeof TokenMOE
|
|
28470
28501
|
declare const index$3_TokenMOG: typeof TokenMOG
|
|
28502
|
+
declare const index$3_TokenMON: typeof TokenMON
|
|
28471
28503
|
declare const index$3_TokenMONA: typeof TokenMONA
|
|
28472
28504
|
declare const index$3_TokenMOON: typeof TokenMOON
|
|
28473
28505
|
declare const index$3_TokenMOONED: typeof TokenMOONED
|
|
@@ -29991,6 +30023,7 @@ declare namespace index$3 {
|
|
|
29991
30023
|
index$3_TokenHIVE as TokenHIVE,
|
|
29992
30024
|
index$3_TokenHMND as TokenHMND,
|
|
29993
30025
|
index$3_TokenHMX as TokenHMX,
|
|
30026
|
+
index$3_TokenHNS as TokenHNS,
|
|
29994
30027
|
index$3_TokenHNT as TokenHNT,
|
|
29995
30028
|
index$3_TokenHOGE as TokenHOGE,
|
|
29996
30029
|
index$3_TokenHOLD as TokenHOLD,
|
|
@@ -30302,6 +30335,7 @@ declare namespace index$3 {
|
|
|
30302
30335
|
index$3_TokenMOD as TokenMOD,
|
|
30303
30336
|
index$3_TokenMOE as TokenMOE,
|
|
30304
30337
|
index$3_TokenMOG as TokenMOG,
|
|
30338
|
+
index$3_TokenMON as TokenMON,
|
|
30305
30339
|
index$3_TokenMONA as TokenMONA,
|
|
30306
30340
|
index$3_TokenMOON as TokenMOON,
|
|
30307
30341
|
index$3_TokenMOONED as TokenMOONED,
|
|
@@ -37253,6 +37287,7 @@ export {
|
|
|
37253
37287
|
TokenHIVE,
|
|
37254
37288
|
TokenHMND,
|
|
37255
37289
|
TokenHMX,
|
|
37290
|
+
TokenHNS,
|
|
37256
37291
|
TokenHNT,
|
|
37257
37292
|
TokenHOGE,
|
|
37258
37293
|
TokenHOLD,
|
|
@@ -37564,6 +37599,7 @@ export {
|
|
|
37564
37599
|
TokenMOD,
|
|
37565
37600
|
TokenMOE,
|
|
37566
37601
|
TokenMOG,
|
|
37602
|
+
TokenMON,
|
|
37567
37603
|
TokenMONA,
|
|
37568
37604
|
TokenMOON,
|
|
37569
37605
|
TokenMOONED,
|