frontend: add dothereum icon (#180)

* frontend: add dothereum icon

* frontend: update dothereum icon
This commit is contained in:
Talha Cross
2019-09-27 15:16:28 +02:00
committed by Maciej Hirsz
parent 98175772e4
commit fce8e2d2b0
2 changed files with 59 additions and 0 deletions
@@ -38,6 +38,7 @@ import ladderIcon from '../../icons/laddernetwork.svg';
import cennznetIcon from '../../icons/cennznet.svg';
import darwiniaIcon from '../../icons/darwinia.svg';
import turingIcon from '../../icons/turingnetwork.svg';
import dothereumIcon from '../../icons/dothereum.svg';
import unknownImplementationIcon from '../../icons/question-solid.svg';
import './Row.css';
@@ -58,6 +59,7 @@ const ICONS = {
'Darwinia': darwiniaIcon,
'Darwinia Testnet': darwiniaIcon,
'turing-node': turingIcon,
'dothereum': dothereumIcon,
};
export namespace Row {
+57
View File
@@ -0,0 +1,57 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="120"
height="120"
viewBox="0 0 120 120"
version="1.1"
id="svg30"
sodipodi:docname="dothereum.svg"
inkscape:version="0.92.4 5da689c313, 2019-01-14">
<metadata
id="metadata36">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs34" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1272"
inkscape:window-height="1413"
id="namedview32"
showgrid="false"
inkscape:zoom="1.9666667"
inkscape:cx="-39.759411"
inkscape:cy="133.20361"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="svg30" />
<style
id="style2">.a{opacity:0.25;}.b{opacity:0.75;}.c{opacity:0.5;}</style>
<path
style="fill:#000000;stroke-width:0.92477942"
d="m 52.590788,112.7343 c -8.13212,-0.27266 -9.143077,-0.50329 -10.299339,-2.3496 C 40.49501,107.51617 18.393814,22.467644 18.764702,19.850449 19.021618,18.037496 21.053908,16.905386 32.015074,12.469177 39.135875,9.5872433 45.525893,7.1943765 46.215112,7.1516957 47.783684,7.0545597 103.67532,46.661846 104.31237,48.321988 c 0.25651,0.668455 -6.072918,15.589805 -14.065397,33.158557 l -14.531778,31.943185 -7.05359,-0.19354 C 64.78213,113.12373 57.550263,112.90058 52.590788,112.7343 Z m 16.201868,-1.76673 c -0.626106,-0.25331 -1.874558,-0.26873 -2.774338,-0.0342 -0.899781,0.23447 -0.387512,0.44173 1.138374,0.46057 1.525886,0.0189 2.26207,-0.17299 1.635964,-0.42631 z m 1.600764,-3.04878 c 0,-0.84894 -20.891293,-81.556255 -23.625728,-91.270995 l -1.339917,-4.760381 -11.330248,4.431148 c -9.348011,3.655915 -11.275931,4.731435 -11.01978,6.14755 0.313776,1.734694 21.051279,80.844788 21.949058,83.731988 0.266759,0.85788 1.40168,1.73755 2.522047,1.95481 4.211087,0.81666 22.844568,0.62569 22.844568,-0.23412 z M 97.986573,52.854576 c -0.223758,-0.223758 -4.755115,0.749433 -10.069681,2.162648 l -9.662847,2.569481 -5.674616,9.47153 -5.674615,9.471529 3.747781,14.716846 3.747781,14.71685 11.996516,-26.351026 C 92.994975,65.119371 98.210332,53.078335 97.986573,52.854576 Z m -24.82925,3.92035 c 0.01144,-0.766684 -12.953253,-9.30202 -13.42011,-8.835164 -0.158615,0.158616 1.022809,5.344796 2.625388,11.524844 l 2.91378,11.236452 3.935253,-6.613242 c 2.16439,-3.637284 3.93995,-6.928084 3.945689,-7.31289 z M 89.797443,50.245318 97.641725,48.10736 74.63077,31.737113 C 61.974744,22.733477 51.482137,15.504543 51.313865,15.672815 c -0.168271,0.168272 1.246772,5.990417 3.144543,12.9381 l 3.45049,12.632151 9.247794,5.982357 c 10.353571,6.697677 9.543306,6.589601 22.640751,3.019895 z"
id="path3825"
inkscape:connector-curvature="0" />
</svg>

After

Width:  |  Height:  |  Size: 3.4 KiB