add Bifrost icon (#211)

This commit is contained in:
lurpis
2019-12-15 19:24:07 +08:00
committed by Maciej Hirsz
parent 0a89382127
commit 1f3a07fa3e
2 changed files with 5 additions and 0 deletions
@@ -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 {
+3
View File
@@ -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