Add Crust Network telemetry icon (#303)

* change crust telemetry icon

* Update ImplementationColumn.tsx

* Update ImplementationColumn.tsx
This commit is contained in:
MyronFanQiu
2020-12-11 17:21:17 +08:00
committed by GitHub
parent 1f5b1607cc
commit e22bd924ca
2 changed files with 14 additions and 0 deletions
@@ -22,6 +22,7 @@ import bifrostIcon from '../../../icons/bifrost.svg';
import totemIcon from '../../../icons/totem.svg';
import nodleIcon from '../../../icons/nodle.svg';
import zeroIcon from '../../../icons/zero.svg';
import crustIcon from '../../../icons/crust.svg'
const ICONS = {
'parity-polkadot': parityPolkadotIcon,
@@ -46,6 +47,7 @@ const ICONS = {
Totem: totemIcon,
'Nodle Chain Node': nodleIcon,
subzero: zeroIcon,
Crust: crustIcon,
};
const SEMVER_PATTERN = /^\d+\.\d+\.\d+/;
+12
View File
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<g>
<path d="M144,170.3L272.6,96c4.4-2.6,9.9-2.6,14.3,0l81,46.8c8.1,4.7,9.6,15.8,3,22.5l-27.5,27.6c-4.6,4.6-11.7,5.5-17.3,2.3
l-39.1-22.6c-4.5-2.6-10.1-2.6-14.6,0l-135.6,79.1l0-69C136.9,177.5,139.6,172.8,144,170.3z"/>
<path d="M368.1,369L286.8,416c-4.4,2.6-9.9,2.6-14.3,0l-128.6-74.3c-4.4-2.6-7.2-7.3-7.2-12.4v-62.6l66.3-38.4v62.8
c0,5.1,2.7,9.8,7.2,12.4l62.3,36c4.4,2.6,9.9,2.6,14.3,0l39.4-22.8c5.6-3.2,12.7-2.3,17.3,2.3l27.6,27.6
C377.7,353.2,376.3,364.3,368.1,369z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 853 B