frontend: add gossamer icon to implementation lists (#569)

* frontend: add gossamer icon to implementation lists

* chore(frontend): run prettier
This commit is contained in:
Afri
2024-01-15 17:26:10 +01:00
committed by GitHub
parent bc0a88f458
commit 5f2d985bb3
2 changed files with 26 additions and 0 deletions
@@ -40,6 +40,7 @@ import totemIcon from '../../../icons/totem.svg';
import nodleIcon from '../../../icons/nodle.svg';
import zeroIcon from '../../../icons/zero.svg';
import crustIcon from '../../../icons/crust.svg';
import gossamerIcon from '../../../icons/gossamer.svg';
const ICONS = {
'parity-polkadot': parityPolkadotIcon,
@@ -66,6 +67,7 @@ const ICONS = {
'Nodle Chain Node': nodleIcon,
subzero: zeroIcon,
Crust: crustIcon,
Gossamer: gossamerIcon,
};
const SEMVER_PATTERN = /^\d+\.\d+\.\d+/;
+24
View File
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 27.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 2906.2 3000" style="enable-background:new 0 0 2906.2 3000;" xml:space="preserve">
<style type="text/css">
.st0{fill:#E71D7B;}
</style>
<path class="st0" d="M2788.7,2230.3L2572.2,2105V862.6c0-0.6-0.1-1.1-0.1-1.7l218.3-126.8c11.7-6.8,15.6-21.7,8.9-33.4
c-6.8-11.7-21.8-15.7-33.4-8.9l-217.6,126.4c-0.9-0.6-1.8-1.3-2.7-1.8L1467,193.7c-0.4-0.2-0.8-0.4-1.2-0.6l-0.5-159.4
c0-13.5-11-24.4-24.4-24.4c-13.5,0-24.5,11-24.4,24.5l0.5,158.2c-1.1,0.5-2.2,1-3.3,1.6L340.9,813.1L131.2,691.7
c-11.7-6.7-26.6-2.7-33.3,9c-6.8,11.7-2.7,26.7,9,33.4l522.6,302.6v895.7l-272.2,158v-594.4c0-13.5-10.9-24.4-24.4-24.4
c-13.5,0-24.4,10.9-24.4,24.4V2108c0,3.5,0.4,6.9,1.1,10.2l-200.7,116.5c-11.7,6.8-15.6,21.7-8.9,33.4l0,0
c6.8,11.7,21.8,15.7,33.5,8.9l206.6-120l1073.6,619.8c3.5,2,7.2,3.5,11.1,4.7l0.6,185.2c0,13.5,11,24.4,24.4,24.4
c13.5,0,24.5-11,24.4-24.5l-0.6-193.6l1072-618.9c2.3-1.3,4.4-2.8,6.4-4.4l212.4,123c11.7,6.7,26.6,2.7,33.3-9
C2804.5,2252,2800.5,2237,2788.7,2230.3z M2523.4,2076.7l-272.2-157.6v-871.8l272.2-158V2076.7z M1043.9,1276.6l358,207.3
l-358,207.9V1276.6z M1422.2,1932.6l-348.8-201.4l347.6-201.8L1422.2,1932.6z M1075.3,1238.3l344.2-198.7l1.2,398.7L1075.3,1238.3z
M1471.1,1925.4l-1.2-402.1l348.4,201.7L1471.1,1925.4z M1468.4,1043.6l347.8,199.8l-346.6,201.2L1468.4,1043.6z M1419,876
l-485.4,280.3L710.3,1027l707.9-408.7L1419,876z M931.9,1813.4l490.8,283.3l0.8,258.6L709,1942.8L931.9,1813.4z M1471.5,2088.9
l488.4-282l223.3,129.3l-710.9,410.4L1471.5,2088.9z M1978.7,1761.3v-232.3c0-39.1-31.8-71-70.9-71s-71,31.8-71,71v150.1
l-337.4-195.3l702.9-408.2v815.1L1978.7,1761.3z M2499.8,846.4L2228.4,1004L1858,790.2c-11.4-6.6-25.9-3-32.9,8.1l0,0
c-7.4,11.7-3.6,27.3,8.4,34.3l346.1,199.8l-221.9,128.9l-489.8-281.6l-1.9-630L2499.8,846.4z M1417.1,248.2l0.9,313.7L661.5,998.7
L389.7,841.4L1417.1,248.2z M678.4,1065L902,1194.5v579.7L678.4,1904V1065z M388.8,2128.7l271.4-157.6l763.4,440.7l0.9,314.8
L388.8,2128.7z M1473.4,2716.7l-0.9-313.7l759.5-438.5l271.8,157.4L1473.4,2716.7z"/>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB