Add logo and update icon selection (#236)

This commit is contained in:
Chris D'Costa
2020-03-30 11:03:27 +02:00
committed by GitHub
parent 3dc21d1123
commit 14ea2044ae
2 changed files with 10 additions and 0 deletions
@@ -53,6 +53,7 @@ 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 totemIcon from '../../icons/totem.svg';
import unknownImplementationIcon from '../../icons/question-solid.svg';
const ICONS = {
@@ -72,6 +73,8 @@ const ICONS = {
'dothereum': dothereumIcon,
'katalchain': katalchainIcon,
'bifrost-node': bifrostIcon,
'Totem Meccano CanaryNet': totemIcon,
'Totem': totemIcon,
};
export namespace Column {
+7
View File
@@ -0,0 +1,7 @@
<svg viewBox="0 0 137 137" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="totem">
<rect id="border-rectangle" fill="#FFFFFF" x="0" y="0" width="137" height="137"></rect>
<path d="M37,22.1953125 C37.4631579,18.7317708 39.3157895,17 42.5578947,17 C45.8,17 47.8842105,18.7317708 48.8105263,22.1953125 L48.8105263,40.75 L99.5263158,40.75 C101.842105,40.75 103,42.4817708 103,45.9453125 C103,49.4088542 101.842105,51.140625 99.5263158,51.140625 L48.8105263,51.140625 L48.8105263,77.1171875 C49.7368421,92.9505208 55.9894737,100.867188 67.5684211,100.867188 C79.1473684,100.867188 89.8,100.867188 99.5263158,100.867187 C101.842105,101.856771 103,103.588542 103,106.0625 C103,108.536458 101.842105,110.515625 99.5263158,112 L67.5684211,112 C47.1894737,112 37,100.372396 37,77.1171875 C37,53.8619792 37,35.5546875 37,22.1953125 Z" id="outer-t" stroke="#000000" stroke-width="7" fill="#000000"></path>
<path d="M37,22.1953125 C37.4631579,18.7317708 39.3157895,17 42.5578947,17 C45.8,17 47.8842105,18.7317708 48.8105263,22.1953125 L48.8105263,40.75 L99.5263158,40.75 C101.842105,40.75 103,42.4817708 103,45.9453125 C103,49.4088542 101.842105,51.140625 99.5263158,51.140625 L48.8105263,51.140625 L48.8105263,77.1171875 C49.7368421,92.9505208 55.9894737,100.867188 67.5684211,100.867188 C79.1473684,100.867188 89.8,100.867188 99.5263158,100.867187 C101.842105,101.856771 103,103.588542 103,106.0625 C103,108.536458 101.842105,110.515625 99.5263158,112 L67.5684211,112 C47.1894737,112 37,100.372396 37,77.1171875 C37,53.8619792 37,35.5546875 37,22.1953125 Z" id="inner-t" fill="#000000"></path>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB