feat: add ladder node icon (#143)

* feat: add ladder node icon
* Modify svg fill
This commit is contained in:
kaiyu
2019-05-28 16:24:59 +08:00
committed by Maciej Hirsz
parent ce9538485a
commit 7a358303c2
2 changed files with 35 additions and 0 deletions
@@ -34,6 +34,7 @@ import airalabRobonomicsIcon from '../../icons/robonomics.svg';
import chainXIcon from '../../icons/chainx.svg';
import edgewareIcon from '../../icons/edgeware.svg';
import joystreamIcon from '../../icons/joystream.svg';
import ladderIcon from '../../icons/laddernetwork.svg';
import unknownImplementationIcon from '../../icons/question-solid.svg';
import './Row.css';
@@ -49,6 +50,7 @@ const ICONS = {
'edgeware-node': edgewareIcon,
'joystream-node': joystreamIcon,
'ChainX': chainXIcon,
'ladder-node': ladderIcon,
};
export namespace Row {
@@ -0,0 +1,33 @@
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
width="120.000000pt" height="120.000000pt" viewBox="0 0 120.000000 120.000000"
preserveAspectRatio="xMidYMid meet">
<g transform="translate(0.000000,120.000000) scale(0.100000,-0.100000)"
fill="currentColor" stroke="none">
<path d="M573 1189 c-26 -10 -46 -44 -39 -67 7 -22 -435 -468 -453 -457 -21
12 -57 -3 -69 -30 -20 -44 7 -85 56 -85 10 0 122 -105 250 -233 189 -189 232
-237 232 -259 0 -35 37 -62 73 -53 28 7 53 47 42 65 -5 8 72 92 216 236 200
200 227 224 256 224 23 0 37 7 48 24 30 46 -8 106 -59 92 -17 -5 -61 35 -253
226 -184 184 -230 235 -223 248 11 21 -8 61 -35 70 -11 4 -30 4 -42 -1z m54
-35 c9 -24 -10 -49 -38 -49 -24 0 -36 23 -25 51 7 19 55 18 63 -2z m-50 -76
c4 -7 9 -66 10 -130 3 -108 2 -119 -17 -138 -13 -13 -19 -28 -15 -38 8 -22
-103 -134 -127 -126 -9 3 -25 -3 -35 -13 -16 -16 -33 -18 -143 -15 -68 2 -127
7 -130 12 -5 9 425 454 442 458 4 1 10 -4 15 -10z m281 -231 c128 -128 230
-236 226 -240 -4 -4 -65 -7 -135 -7 -119 0 -129 1 -139 21 -8 13 -19 19 -35
17 -36 -4 -147 106 -139 138 4 16 0 26 -15 36 -20 12 -21 22 -21 140 0 96 3
128 13 128 6 0 117 -105 245 -233z m-238 -52 c10 -12 10 -18 0 -30 -25 -30
-61 -7 -46 30 3 8 12 15 19 15 8 0 20 -7 27 -15z m62 -112 c74 -76 75 -99 5
-170 -69 -71 -96 -70 -171 6 -75 77 -76 96 -6 166 74 75 96 75 172 -2z m-601
-43 c23 -13 25 -43 3 -61 -31 -26 -70 25 -44 56 15 18 16 18 41 5z m366 -26
c3 -8 -1 -22 -9 -30 -12 -12 -17 -12 -33 -1 -23 17 -14 47 15 47 11 0 23 -7
27 -16z m353 1 c18 -21 5 -47 -22 -43 -26 3 -37 36 -16 49 18 12 24 11 38 -6z
m371 -11 c17 -21 0 -49 -31 -49 -31 0 -48 28 -31 49 8 9 21 16 31 16 10 0 23
-7 31 -16z m-783 -26 c10 -13 21 -18 36 -14 29 7 136 -97 136 -133 0 -13 7
-32 16 -42 12 -13 17 -48 21 -142 5 -113 3 -125 -13 -131 -14 -5 -67 42 -247
222 -277 277 -274 269 -86 264 110 -3 125 -6 137 -24z m695 -10 c3 -11 -65
-86 -214 -235 -121 -120 -224 -218 -229 -217 -6 1 -14 2 -20 3 -6 0 -10 52
-10 130 0 102 3 131 15 141 8 7 15 23 15 36 0 33 105 137 131 129 12 -4 25 1
36 15 17 19 26 21 145 18 109 -3 128 -5 131 -20z m-456 -134 c3 -8 -2 -23 -11
-32 -15 -15 -17 -15 -32 0 -21 21 -11 48 16 48 11 0 23 -7 27 -16z m-3 -340
c20 -8 21 -48 2 -63 -33 -28 -74 27 -44 57 14 14 20 14 42 6z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB