mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-12 03:01:09 +00:00
add Bifrost icon (#211)
This commit is contained in:
@@ -48,6 +48,7 @@ import darwiniaIcon from '../../icons/darwinia.svg';
|
||||
import turingIcon from '../../icons/turingnetwork.svg';
|
||||
import dothereumIcon from '../../icons/dothereum.svg';
|
||||
import katalchainIcon from '../../icons/katalchain.svg';
|
||||
import bifrostIcon from '../../icons/bifrost.svg';
|
||||
import unknownImplementationIcon from '../../icons/question-solid.svg';
|
||||
|
||||
const ICONS = {
|
||||
@@ -65,6 +66,7 @@ const ICONS = {
|
||||
'turing-node': turingIcon,
|
||||
'dothereum': dothereumIcon,
|
||||
'katalchain': katalchainIcon,
|
||||
'bifrost-node': bifrostIcon,
|
||||
};
|
||||
|
||||
export namespace Column {
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
<svg width="100" height="100" viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M20 0C8.95431 0 0 8.9543 0 20V80C0 85.5229 2.23858 90.5229 5.85786 94.1421L75 25H100L50 100H80C91.0457 100 100 91.0457 100 80V25V20C100 8.95431 91.0457 0 80 0H20Z" fill="black"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 335 B |
Reference in New Issue
Block a user