Upload figma icons
This commit is contained in:
parent
a49175aea5
commit
027e9f47ba
|
@ -0,0 +1,5 @@
|
||||||
|
<svg width="74" height="60" viewBox="0 0 74 60" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<g id="Frame 31443">
|
||||||
|
<path id="Vector" d="M59.1019 45.0375V59.0747C51.3854 59.0747 47.4072 58.373 42.7293 52.0562C38.0514 45.7393 35.0293 45.0373 31.0346 45.0373V59.0747H17.001V45.0373H31.0346V31C38.2347 31 42.7293 31.9358 47.4072 38.0187C52.0851 44.1016 54.5517 45.0375 59.1019 45.0375V31H73.1355V45.0375H59.1019Z" fill="#DCE0E5"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 441 B |
Binary file not shown.
After Width: | Height: | Size: 5.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 5.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
|
@ -11,20 +11,20 @@ const ValidatorSetup = () => {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Besu',
|
name: 'Besu',
|
||||||
icon: '/icons/open-ethereum-circle',
|
icon: '/icons/hyperledger-besu-circle.png',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Geth',
|
name: 'Geth',
|
||||||
icon: '/icons/teku-circle',
|
icon: '/icons/gethereum-mascot-circle.png',
|
||||||
isSelected: true,
|
isSelected: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Erigon',
|
name: 'Erigon',
|
||||||
icon: '/icons/lighthouse-circle',
|
icon: '/icons/erigon-circle.png',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Nimbus',
|
name: 'Nimbus',
|
||||||
icon: '/icons/prysm-circle',
|
icon: '/icons/NimbusDisabled.svg',
|
||||||
isComingSoon: true,
|
isComingSoon: true,
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue