@web3icons/react 4.1.0 → 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 +5040 -4906
- package/dist/icons/exchanges/ExchangeCoinbase.d.ts +1 -1
- package/dist/icons/exchanges/ExchangeCoinbase.js +10 -50
- package/dist/icons/exchanges/index.js +10 -50
- package/dist/icons/index.d.ts +2 -0
- package/dist/icons/index.js +2819 -2717
- 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 +37 -1
- package/dist/index.js +2828 -2720
- package/package.json +2 -2
|
@@ -8,7 +8,7 @@ declare const __iconNode: TIconVariants
|
|
|
8
8
|
* @description Web3Icon for ExchangeCoinbase
|
|
9
9
|
*
|
|
10
10
|
* @preview (branded, mono, background)
|
|
11
|
-
* @preview   
|
|
12
12
|
* @see https://web3icons.io/exchanges/coinbase
|
|
13
13
|
* @param props - Web3Icon component props
|
|
14
14
|
* @returns {JSX.Element} JSX Element
|
|
@@ -7,14 +7,7 @@ var __iconNode = {
|
|
|
7
7
|
'path',
|
|
8
8
|
{
|
|
9
9
|
fill: '#0052FF',
|
|
10
|
-
d: 'M12
|
|
11
|
-
},
|
|
12
|
-
],
|
|
13
|
-
[
|
|
14
|
-
'path',
|
|
15
|
-
{
|
|
16
|
-
fill: '#fff',
|
|
17
|
-
d: 'M12.002 15.164a3.163 3.163 0 1 1 3.116-3.691h3.187a6.328 6.328 0 1 0 0 1.054h-3.188a3.16 3.16 0 0 1-3.115 2.637',
|
|
10
|
+
d: 'M12.151 6.721c-2.925 0-4.943 2.246-4.944 5.296 0 3.016 2.051 5.262 4.977 5.262 2.119 0 3.8-1.341 4.406-3.285h4.238C20.054 18.184 16.557 21 12.185 21c-5.178 0-9.046-3.821-9.046-8.983S7.107 3 12.185 3c4.472 0 7.902 2.816 8.676 6.972H16.59c-.639-1.944-2.32-3.251-4.439-3.251',
|
|
18
11
|
},
|
|
19
12
|
],
|
|
20
13
|
],
|
|
@@ -23,57 +16,24 @@ var __iconNode = {
|
|
|
23
16
|
'path',
|
|
24
17
|
{
|
|
25
18
|
fill: 'currentColor',
|
|
26
|
-
d: '
|
|
27
|
-
fillRule: 'evenodd',
|
|
28
|
-
clipRule: 'evenodd',
|
|
19
|
+
d: 'M12.151 6.721c-2.925 0-4.943 2.246-4.944 5.296 0 3.016 2.051 5.262 4.977 5.262 2.119 0 3.8-1.341 4.406-3.285h4.238C20.054 18.184 16.557 21 12.185 21c-5.178 0-9.046-3.821-9.046-8.983S7.107 3 12.185 3c4.472 0 7.902 2.816 8.676 6.972H16.59c-.639-1.944-2.32-3.251-4.439-3.251',
|
|
29
20
|
},
|
|
30
21
|
],
|
|
31
22
|
],
|
|
32
23
|
background: [
|
|
33
24
|
[
|
|
34
|
-
'
|
|
25
|
+
'path',
|
|
35
26
|
{
|
|
36
|
-
|
|
27
|
+
fill: '#0052FF',
|
|
28
|
+
d: 'M0 0h24v24H0z',
|
|
37
29
|
},
|
|
38
|
-
[
|
|
39
|
-
[
|
|
40
|
-
'path',
|
|
41
|
-
{
|
|
42
|
-
fill: '#0052FF',
|
|
43
|
-
d: 'M24 0H0v24h24z',
|
|
44
|
-
},
|
|
45
|
-
],
|
|
46
|
-
[
|
|
47
|
-
'path',
|
|
48
|
-
{
|
|
49
|
-
fill: '#fff',
|
|
50
|
-
d: 'M20 12a8 8 0 0 0-8-8 8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8M9.19 12a2.811 2.811 0 0 0 5.581.469h2.834a5.625 5.625 0 1 1 0-.938h-2.833A2.812 2.812 0 0 0 9.189 12',
|
|
51
|
-
fillRule: 'evenodd',
|
|
52
|
-
clipRule: 'evenodd',
|
|
53
|
-
},
|
|
54
|
-
],
|
|
55
|
-
],
|
|
56
30
|
],
|
|
57
31
|
[
|
|
58
|
-
'
|
|
59
|
-
{
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
{
|
|
64
|
-
id: 'coinbase__a',
|
|
65
|
-
},
|
|
66
|
-
[
|
|
67
|
-
[
|
|
68
|
-
'path',
|
|
69
|
-
{
|
|
70
|
-
fill: '#fff',
|
|
71
|
-
d: 'M0 0h24v24H0z',
|
|
72
|
-
},
|
|
73
|
-
],
|
|
74
|
-
],
|
|
75
|
-
],
|
|
76
|
-
],
|
|
32
|
+
'path',
|
|
33
|
+
{
|
|
34
|
+
fill: '#fff',
|
|
35
|
+
d: 'M12.134 7.307c-2.6 0-4.393 1.997-4.394 4.708 0 2.681 1.822 4.678 4.424 4.678 1.883 0 3.378-1.192 3.916-2.92h3.767C19.159 17.497 16.05 20 12.165 20c-4.603 0-8.041-3.396-8.041-7.985C4.124 7.427 7.651 4 12.165 4c3.975 0 7.023 2.503 7.711 6.197H16.08c-.568-1.728-2.062-2.89-3.946-2.89',
|
|
36
|
+
},
|
|
77
37
|
],
|
|
78
38
|
],
|
|
79
39
|
}
|
|
@@ -547,14 +547,7 @@ var __iconNode8 = {
|
|
|
547
547
|
'path',
|
|
548
548
|
{
|
|
549
549
|
fill: '#0052FF',
|
|
550
|
-
d: 'M12
|
|
551
|
-
},
|
|
552
|
-
],
|
|
553
|
-
[
|
|
554
|
-
'path',
|
|
555
|
-
{
|
|
556
|
-
fill: '#fff',
|
|
557
|
-
d: 'M12.002 15.164a3.163 3.163 0 1 1 3.116-3.691h3.187a6.328 6.328 0 1 0 0 1.054h-3.188a3.16 3.16 0 0 1-3.115 2.637',
|
|
550
|
+
d: 'M12.151 6.721c-2.925 0-4.943 2.246-4.944 5.296 0 3.016 2.051 5.262 4.977 5.262 2.119 0 3.8-1.341 4.406-3.285h4.238C20.054 18.184 16.557 21 12.185 21c-5.178 0-9.046-3.821-9.046-8.983S7.107 3 12.185 3c4.472 0 7.902 2.816 8.676 6.972H16.59c-.639-1.944-2.32-3.251-4.439-3.251',
|
|
558
551
|
},
|
|
559
552
|
],
|
|
560
553
|
],
|
|
@@ -563,57 +556,24 @@ var __iconNode8 = {
|
|
|
563
556
|
'path',
|
|
564
557
|
{
|
|
565
558
|
fill: 'currentColor',
|
|
566
|
-
d: '
|
|
567
|
-
fillRule: 'evenodd',
|
|
568
|
-
clipRule: 'evenodd',
|
|
559
|
+
d: 'M12.151 6.721c-2.925 0-4.943 2.246-4.944 5.296 0 3.016 2.051 5.262 4.977 5.262 2.119 0 3.8-1.341 4.406-3.285h4.238C20.054 18.184 16.557 21 12.185 21c-5.178 0-9.046-3.821-9.046-8.983S7.107 3 12.185 3c4.472 0 7.902 2.816 8.676 6.972H16.59c-.639-1.944-2.32-3.251-4.439-3.251',
|
|
569
560
|
},
|
|
570
561
|
],
|
|
571
562
|
],
|
|
572
563
|
background: [
|
|
573
564
|
[
|
|
574
|
-
'
|
|
565
|
+
'path',
|
|
575
566
|
{
|
|
576
|
-
|
|
567
|
+
fill: '#0052FF',
|
|
568
|
+
d: 'M0 0h24v24H0z',
|
|
577
569
|
},
|
|
578
|
-
[
|
|
579
|
-
[
|
|
580
|
-
'path',
|
|
581
|
-
{
|
|
582
|
-
fill: '#0052FF',
|
|
583
|
-
d: 'M24 0H0v24h24z',
|
|
584
|
-
},
|
|
585
|
-
],
|
|
586
|
-
[
|
|
587
|
-
'path',
|
|
588
|
-
{
|
|
589
|
-
fill: '#fff',
|
|
590
|
-
d: 'M20 12a8 8 0 0 0-8-8 8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8M9.19 12a2.811 2.811 0 0 0 5.581.469h2.834a5.625 5.625 0 1 1 0-.938h-2.833A2.812 2.812 0 0 0 9.189 12',
|
|
591
|
-
fillRule: 'evenodd',
|
|
592
|
-
clipRule: 'evenodd',
|
|
593
|
-
},
|
|
594
|
-
],
|
|
595
|
-
],
|
|
596
570
|
],
|
|
597
571
|
[
|
|
598
|
-
'
|
|
599
|
-
{
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
{
|
|
604
|
-
id: 'coinbase__a',
|
|
605
|
-
},
|
|
606
|
-
[
|
|
607
|
-
[
|
|
608
|
-
'path',
|
|
609
|
-
{
|
|
610
|
-
fill: '#fff',
|
|
611
|
-
d: 'M0 0h24v24H0z',
|
|
612
|
-
},
|
|
613
|
-
],
|
|
614
|
-
],
|
|
615
|
-
],
|
|
616
|
-
],
|
|
572
|
+
'path',
|
|
573
|
+
{
|
|
574
|
+
fill: '#fff',
|
|
575
|
+
d: 'M12.134 7.307c-2.6 0-4.393 1.997-4.394 4.708 0 2.681 1.822 4.678 4.424 4.678 1.883 0 3.378-1.192 3.916-2.92h3.767C19.159 17.497 16.05 20 12.165 20c-4.603 0-8.041-3.396-8.041-7.985C4.124 7.427 7.651 4 12.165 4c3.975 0 7.023 2.503 7.711 6.197H16.08c-.568-1.728-2.062-2.89-3.946-2.89',
|
|
576
|
+
},
|
|
617
577
|
],
|
|
618
578
|
],
|
|
619
579
|
}
|
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'
|