no
This commit is contained in:
parent
19e77fa055
commit
2870645169
15 changed files with 1657 additions and 38 deletions
49
index.html
49
index.html
|
@ -17,6 +17,7 @@
|
|||
<div class="col"><hr class="separator"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- table header -->
|
||||
<div class="container-fluid">
|
||||
<div class="row ml-1 mr-1 separator">
|
||||
|
@ -27,22 +28,62 @@
|
|||
<div class="col-2 text-center">Mapped Value</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- system name -->
|
||||
<div class="container-fluid">
|
||||
<div class="row ml-1 mr-1">
|
||||
<div id="currentLocation" :class="['col', 'system', {charted: currentLocation !== 'Unknown', highlighted: currentLocation === 'Unknown', 'text-center': currentLocation === 'Unknown'}]">
|
||||
{{ currentLocation }}
|
||||
<div id="currentLocation" :class="[
|
||||
'col',
|
||||
'system',
|
||||
{
|
||||
charted: currentLocation !== 'Unknown',
|
||||
highlighted: currentLocation === 'Unknown',
|
||||
'text-center': currentLocation === 'Unknown'
|
||||
}
|
||||
]">
|
||||
<i class="flaticon-solar-system"></i>
|
||||
{{ currentLocation.name }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- high-value scans -->
|
||||
<div class="container-fluid">
|
||||
<div class="row ml-1 mr-1 align-items-center"></div>
|
||||
</div>
|
||||
|
||||
<!-- low-value scans -->
|
||||
<div class="container-fluid">
|
||||
<div class="row ml-1 mr-1 align-items-center"></div>
|
||||
<div v-for="body in currentSystemBodies" :key="body.BodyID" class="row ml-1 mr-1">
|
||||
<div class="col-1 system"><!-- indent --></div>
|
||||
|
||||
<div class="col-2 system charted text-left">
|
||||
<i :class="{
|
||||
'flaticon-jupiter-3': body.PlanetClass,
|
||||
'flaticon-star': body.StarType,
|
||||
'flaticon-asteroid-4': body.BodyName.includes('Belt')
|
||||
}"></i>
|
||||
{{ body.BodyName.replace(body.StarSystem, '') }}
|
||||
</div>
|
||||
|
||||
<div class="col pr-0 mr-0 system charted">
|
||||
<i :class="{
|
||||
'flaticon-star': body.StarType,
|
||||
'flaticon-asteroid-4': body.BodyName.includes('Belt')
|
||||
}"></i>
|
||||
{{ body.PlanetClass || body.StarType || '' }}
|
||||
</div>
|
||||
|
||||
<div class="col-auto pl-2 ml-0 system charted">
|
||||
{{ Intl.NumberFormat().format(Math.round(body.DistanceFromArrivalLS)) }}
|
||||
</div>
|
||||
|
||||
<div class="col-auto system charted"><!-- icons --></div>
|
||||
|
||||
<div class="col-2 system charted text-right"><!-- mapped value --></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- NAV ROUTE -->
|
||||
<div class="container-fluid">
|
||||
<div class="row separator align-items-center">
|
||||
|
@ -51,6 +92,7 @@
|
|||
<div class="col"><hr class="separator"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- table header -->
|
||||
<div class="container-fluid">
|
||||
<div class="row ml-1 mr-1 separator">
|
||||
|
@ -60,6 +102,7 @@
|
|||
<div class="col-2 text-center">Mapped Value</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container-fluid">
|
||||
<div class="row separator align-items-center">
|
||||
<div class="col"><hr class="seperator"></div>
|
||||
|
|
|
@ -7,15 +7,27 @@ COMPLETED SYSTEM FSS SCAN
|
|||
UNCOMPLETE DISCOVERY SCAN
|
||||
{ "timestamp":"2023-05-08T19:17:44Z", "event":"FSSDiscoveryScan", "Progress":0.239641, "BodyCount":7, "NonBodyCount":17, "SystemName":"LHS 551", "SystemAddress":22660650050977 }
|
||||
|
||||
AUTO SCAN
|
||||
AUTO SCAN - STAR
|
||||
{ "timestamp":"2023-05-08T19:13:58Z", "event":"Scan", "ScanType":"AutoScan", "BodyName":"LHS 119 A", "BodyID":1, "Parents":[ {"Null":0} ], "StarSystem":"LHS 119", "SystemAddress":18262603605409, "DistanceFromArrivalLS":0.000000, "StarType":"M", "Subclass":4, "StellarMass":0.214844, "Radius":267243648.000000, "AbsoluteMagnitude":11.148788, "Age_MY":11724, "SurfaceTemperature":2175.000000, "Luminosity":"V", "SemiMajorAxis":3448964357376.098633, "Eccentricity":0.010115, "OrbitalInclination":-105.666674, "Periapsis":272.289207, "OrbitalPeriod":18957803249.359131, "AscendingNode":-65.823206, "MeanAnomaly":326.300292, "RotationPeriod":131207.524554, "AxialTilt":0.000000, "WasDiscovered":true, "WasMapped":false }
|
||||
|
||||
DISCOVERY SCAN - DISCOVERED STAR
|
||||
AUTO SCAN - ASTROID
|
||||
{ "timestamp":"2023-05-08T20:34:25Z", "event":"Scan", "ScanType":"AutoScan", "BodyName":"Aten A A Belt Cluster 8", "BodyID":11, "Parents":[ {"Ring":3}, {"Star":1}, {"Null":0} ], "StarSystem":"Aten", "SystemAddress":16063580284321, "DistanceFromArrivalLS":4.171922, "WasDiscovered":true, "WasMapped":false }
|
||||
|
||||
AUTO SCAN - PLANET
|
||||
{ "timestamp":"2023-05-04T19:15:34Z", "event":"Scan", "ScanType":"AutoScan", "BodyName":"Col 285 Sector SL-B b14-5 A 2", "BodyID":13, "Parents":[ {"Star":1}, {"Null":0} ], "StarSystem":"Col 285 Sector SL-B b14-5", "SystemAddress":11662043981201, "DistanceFromArrivalLS":14.736108, "TidalLock":true, "TerraformState":"", "PlanetClass":"High metal content body", "Atmosphere":"", "AtmosphereType":"None", "Volcanism":"", "MassEM":0.134842, "Radius":3279249.500000, "SurfaceGravity":4.997877, "SurfaceTemperature":478.828308, "SurfacePressure":0.000000, "Landable":true, "Materials":[ { "Name":"iron", "Percent":21.042704 }, { "Name":"nickel", "Percent":15.915817 }, { "Name":"sulphur", "Percent":15.119031 }, { "Name":"carbon", "Percent":12.713538 }, { "Name":"chromium", "Percent":9.463602 }, { "Name":"manganese", "Percent":8.690421 }, { "Name":"phosphorus", "Percent":8.139426 }, { "Name":"vanadium", "Percent":5.167356 }, { "Name":"niobium", "Percent":1.438156 }, { "Name":"tin", "Percent":1.371430 }, { "Name":"antimony", "Percent":0.938514 } ], "Composition":{ "Ice":0.000000, "Rock":0.675801, "Metal":0.324199 }, "SemiMajorAxis":4417732596.397400, "Eccentricity":0.000022, "OrbitalInclination":0.000008, "Periapsis":115.738785, "OrbitalPeriod":272940.599918, "AscendingNode":-62.515181, "MeanAnomaly":244.149914, "RotationPeriod":273121.869415, "AxialTilt":0.183773, "WasDiscovered":true, "WasMapped":false }
|
||||
|
||||
AUTO SCAN - PLANET WITH RINGS
|
||||
{ "timestamp":"2023-05-08T20:35:59Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"Aten A 1", "BodyID":12, "Parents":[ {"Star":1}, {"Null":0} ], "StarSystem":"Aten", "SystemAddress":16063580284321, "DistanceFromArrivalLS":1167.434670, "TidalLock":false, "TerraformState":"", "PlanetClass":"Gas giant with water based life", "Atmosphere":"", "AtmosphereComposition":[ { "Name":"Hydrogen", "Percent":73.087502 }, { "Name":"Helium", "Percent":26.864477 } ], "Volcanism":"", "MassEM":728.355774, "Radius":77289928.000000, "SurfaceGravity":48.596746, "SurfaceTemperature":176.230774, "SurfacePressure":0.000000, "Landable":false, "SemiMajorAxis":350418865680.694580, "Eccentricity":0.001707, "OrbitalInclination":0.004975, "Periapsis":338.090969, "OrbitalPeriod":195814841.985703, "AscendingNode":110.765871, "MeanAnomaly":43.859451, "RotationPeriod":115219.325821, "AxialTilt":2.695141, "Rings":[ { "Name":"Aten A 1 A Ring", "RingClass":"eRingClass_Rocky", "MassMT":1.4721e+11, "InnerRad":1.4467e+08, "OuterRad":1.6124e+08 }, { "Name":"Aten A 1 B Ring", "RingClass":"eRingClass_Icy", "MassMT":2.0931e+12, "InnerRad":1.6134e+08, "OuterRad":3.1323e+08 } ], "ReserveLevel":"LowResources", "WasDiscovered":true, "WasMapped":true }
|
||||
|
||||
DISCOVERY SCAN - STAR
|
||||
{ "timestamp":"2023-05-08T19:16:19Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"V439 Andromedae B", "BodyID":2, "Parents":[ {"Null":0} ], "StarSystem":"V439 Andromedae", "SystemAddress":2282808677074, "DistanceFromArrivalLS":9823.421969, "StarType":"G", "Subclass":4, "StellarMass":0.894531, "Radius":641376256.000000, "AbsoluteMagnitude":5.081848, "Age_MY":8408, "SurfaceTemperature":5678.000000, "Luminosity":"Vab", "SemiMajorAxis":1226380169391.632080, "Eccentricity":0.205087, "OrbitalInclination":42.869302, "Periapsis":318.335747, "OrbitalPeriod":1559399366.378784, "AscendingNode":108.884004, "MeanAnomaly":170.879935, "RotationPeriod":461309.851688, "AxialTilt":0.000000, "WasDiscovered":true, "WasMapped":false }
|
||||
|
||||
FSS SCAN - DISCOVERED BODY
|
||||
FSS SCAN - PLANET
|
||||
{ "timestamp":"2023-05-08T19:18:10Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"LHS 551 3", "BodyID":3, "Parents":[ {"Star":0} ], "StarSystem":"LHS 551", "SystemAddress":22660650050977, "DistanceFromArrivalLS":1145.828346, "TidalLock":false, "TerraformState":"", "PlanetClass":"Icy body", "Atmosphere":"neon rich atmosphere", "AtmosphereType":"NeonRich", "AtmosphereComposition":[ { "Name":"Helium", "Percent":97.112808 }, { "Name":"Neon", "Percent":2.887197 } ], "Volcanism":"minor ammonia magma volcanism", "MassEM":0.786165, "Radius":7230740.000000, "SurfaceGravity":5.993182, "SurfaceTemperature":40.704479, "SurfacePressure":15131.975586, "Landable":false, "Composition":{ "Ice":0.682992, "Rock":0.211345, "Metal":0.105663 }, "SemiMajorAxis":343500107526.779175, "Eccentricity":0.004332, "OrbitalInclination":0.041314, "Periapsis":315.505986, "OrbitalPeriod":217869794.368744, "AscendingNode":1.173041, "MeanAnomaly":90.159583, "RotationPeriod":49998.912442, "AxialTilt":-0.036086, "WasDiscovered":true, "WasMapped":true }
|
||||
|
||||
FSS SCAN - ASTROID
|
||||
{ "timestamp":"2023-05-08T20:38:19Z", "event":"Scan", "ScanType":"AutoScan", "BodyName":"Aten B A Belt Cluster 2", "BodyID":45, "Parents":[ {"Ring":43}, {"Star":2}, {"Null":0} ], "StarSystem":"Aten", "SystemAddress":16063580284321, "DistanceFromArrivalLS":79972.251687, "WasDiscovered":true, "WasMapped":false }
|
||||
|
||||
DETAILED SURFACE SCAN - MAPPED BODY
|
||||
{ "timestamp":"2023-05-08T19:22:20Z", "event":"SAAScanComplete", "BodyName":"LHS 551 1", "SystemAddress":22660650050977, "BodyID":1, "ProbesUsed":8, "EfficiencyTarget":8 }
|
||||
{ "timestamp":"2023-05-08T19:22:21Z", "event":"Scan", "ScanType":"Detailed", "BodyName":"LHS 551 1", "BodyID":1, "Parents":[ {"Star":0} ], "StarSystem":"LHS 551", "SystemAddress":22660650050977, "DistanceFromArrivalLS":578.392122, "TidalLock":false, "TerraformState":"", "PlanetClass":"Rocky ice body", "Atmosphere":"helium atmosphere", "AtmosphereType":"Helium", "AtmosphereComposition":[ { "Name":"Helium", "Percent":89.334976 }, { "Name":"Hydrogen", "Percent":8.427828 }, { "Name":"Neon", "Percent":2.237205 } ], "Volcanism":"major water geysers volcanism", "MassEM":4.158691, "Radius":10698825.000000, "SurfaceGravity":14.480845, "SurfaceTemperature":58.117901, "SurfacePressure":67337.343750, "Landable":false, "Composition":{ "Ice":0.403397, "Rock":0.397748, "Metal":0.198856 }, "SemiMajorAxis":173410028219.223022, "Eccentricity":0.000081, "OrbitalInclination":-0.013599, "Periapsis":290.186625, "OrbitalPeriod":78148038.387299, "AscendingNode":-3.343060, "MeanAnomaly":332.810795, "RotationPeriod":157634.536311, "AxialTilt":0.224570, "WasDiscovered":true, "WasMapped":true }
|
||||
|
|
BIN
src/icons/Flaticon.eot
Normal file
BIN
src/icons/Flaticon.eot
Normal file
Binary file not shown.
670
src/icons/Flaticon.svg
Normal file
670
src/icons/Flaticon.svg
Normal file
|
@ -0,0 +1,670 @@
|
|||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||
<!--
|
||||
2020-10-4: Created with FontForge (http://fontforge.org)
|
||||
-->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
|
||||
<metadata>
|
||||
Created by FontForge 20170731 at Sun Oct 4 20:48:03 2020
|
||||
By root
|
||||
|
||||
</metadata>
|
||||
<defs>
|
||||
<font id="Flaticon" horiz-adv-x="512" >
|
||||
<font-face
|
||||
font-family="Flaticon"
|
||||
font-weight="400"
|
||||
font-stretch="normal"
|
||||
units-per-em="512"
|
||||
panose-1="2 0 5 3 0 0 0 0 0 0"
|
||||
ascent="448"
|
||||
descent="-64"
|
||||
bbox="-0.0058423 -64.1943 513.002 448.129"
|
||||
underline-thickness="25.6"
|
||||
underline-position="-51.2"
|
||||
unicode-range="U+0020-F122"
|
||||
/>
|
||||
<missing-glyph />
|
||||
<glyph glyph-name="space" unicode=" " horiz-adv-x="200"
|
||||
/>
|
||||
<glyph glyph-name="023-water" unicode=""
|
||||
d="M174.147 448c0 0 173.025 -199.582 173.023 -338.974c0 -91.0078 -70.2607 -165.601 -159.497 -172.502c-0.231445 -0.0185547 -0.464844 -0.0332031 -0.697266 -0.0507812c-1.10645 -0.0810547 -2.21777 -0.150391 -3.33008 -0.210938
|
||||
c-0.391602 -0.0205078 -0.783203 -0.0419922 -1.17676 -0.0595703c-1.00586 -0.0478516 -2.01465 -0.0849609 -3.02441 -0.115234c-0.394531 -0.0117188 -0.787109 -0.0273438 -1.18262 -0.0361328c-1.36816 -0.0322266 -2.73828 -0.0517578 -4.11426 -0.0517578
|
||||
h-0.000976562c-0.0224609 0 -0.0449219 0.000976562 -0.0664062 0.000976562c-1.47363 0.000976562 -2.94336 0.0185547 -4.4082 0.0556641c-93.4912 2.37305 -168.551 78.9053 -168.551 172.97c0 139.392 173.025 338.974 173.025 338.974zM241.866 13.9141
|
||||
c43.5449 34.5361 51.4502 74.9209 50.4121 102.719c-1.11133 29.8018 -12.6201 51.5557 -13.1104 52.4658l-26.4297 -14.1914c0.0869141 -0.162109 8.71973 -16.8262 9.56152 -39.3926c1.13184 -30.3584 -12.0146 -56.6338 -39.0762 -78.0957zM380.703 335.185
|
||||
c5.31445 -6.13086 130.176 -151.38 130.176 -257.675c0 -78.0283 -63.4814 -141.51 -141.51 -141.51c-23.4863 0 -46.0254 5.64844 -66.1318 16.3047c5.00684 4.13574 9.83496 8.52344 14.4707 13.1592c18.6357 18.6357 33.2705 40.3447 43.498 64.5254
|
||||
c10.5947 25.0488 15.9668 51.6406 15.9668 79.0361c0 49.8887 -18.8711 109.864 -56.1885 178.849c20.3105 27.918 36.0801 46.1904 37.0508 47.3105l11.334 13.0742zM436.986 4.15039c31.3926 24.8975 37.0869 54.1328 36.3359 74.2744
|
||||
c-0.788086 21.1445 -8.64941 36.3525 -9.54395 38.0176l-13.2148 -7.09668l-13.2607 -7.01172c0.0576172 -0.112305 5.77539 -11.2695 6.06934 -26.0859c0.373047 -18.7773 -8.04785 -35.126 -25.0293 -48.5928z" />
|
||||
<glyph glyph-name="035-gold-bars" unicode=""
|
||||
d="M349.867 64c-3.1748 0 -6.16113 1.77539 -7.6377 4.71875l-42.667 85.334c-0.588867 1.18555 -0.895508 2.49121 -0.895508 3.81348v281.601c0 4.01953 2.80762 7.49219 6.73242 8.3457c3.93359 0.835938 7.91016 -1.15234 9.57422 -4.81348l42.667 -93.8662
|
||||
c0.503906 -1.10938 0.759766 -2.3125 0.759766 -3.5332v-273.066c0 -3.95898 -2.72266 -7.39844 -6.57129 -8.30273c-0.65625 -0.15332 -1.31348 -0.230469 -1.96191 -0.230469zM315.733 159.881l25.5996 -51.2002v235.067l-25.5996 56.3203v-240.188zM452.267 21.333
|
||||
h-102.399c-4.71094 0 -8.53418 3.82324 -8.53418 8.5332v290.134c0 4.70996 3.82324 8.5332 8.53418 8.5332h102.399c4.71094 0 8.5332 -3.82324 8.5332 -8.5332v-290.134c0 -4.70996 -3.82227 -8.5332 -8.5332 -8.5332zM358.4 38.4004h85.333v273.066h-85.333v-273.066z
|
||||
M349.867 64h-187.733c-2.96094 0 -5.7002 1.53613 -7.26172 4.04492c-1.55371 2.51758 -1.69824 5.65723 -0.375977 8.30273l42.667 85.333c1.44141 2.89355 4.40332 4.71973 7.63672 4.71973h102.4c3.23438 0 6.18652 -1.82617 7.6377 -4.71973l42.666 -85.333
|
||||
c1.32324 -2.64551 1.18652 -5.78516 -0.375 -8.30273c-1.56152 -2.50879 -4.30957 -4.04492 -7.26172 -4.04492zM175.94 81.0664h160.119l-34.1328 68.2666h-91.8525zM307.2 149.333h-102.4c-4.70996 0 -8.5332 3.82324 -8.5332 8.5332v281.601
|
||||
c0 4.70996 3.82324 8.5332 8.5332 8.5332h102.4c4.70996 0 8.5332 -3.82324 8.5332 -8.5332v-281.601c0 -4.70996 -3.82324 -8.5332 -8.5332 -8.5332zM213.333 166.4h85.334v264.533h-85.334v-264.533zM503.467 -64c-2.94434 0 -5.74316 1.52734 -7.31348 4.13867
|
||||
l-51.1992 85.333c-0.793945 1.33105 -1.2207 2.8418 -1.2207 4.39453v290.134c0 3.95898 2.72266 7.39844 6.5791 8.30273c3.84863 0.904297 7.8252 -0.947266 9.5918 -4.48828l51.2002 -102.4c0.588867 -1.18555 0.895508 -2.49121 0.895508 -3.81445v-273.066
|
||||
c0 -3.83984 -2.55957 -7.20215 -6.25488 -8.22559c-0.759766 -0.205078 -1.51855 -0.307617 -2.27832 -0.307617zM460.8 32.2305l34.1338 -56.8916v240.247l-34.1338 68.2666v-251.622zM503.467 -64h-204.8c-3.07227 0 -5.90527 1.65527 -7.42383 4.32617
|
||||
c-1.51074 2.6709 -1.47656 5.95605 0.110352 8.59375l51.2002 85.333c1.54492 2.56836 4.31836 4.13867 7.31348 4.13867h102.399c3.00391 0 5.77734 -1.57031 7.31348 -4.13867l51.2002 -85.333c1.58691 -2.6377 1.62109 -5.92285 0.110352 -8.59375
|
||||
c-1.50977 -2.6709 -4.35156 -4.32617 -7.42383 -4.32617zM313.736 -46.9336h174.66l-40.96 68.2666h-92.7402zM298.667 -64c-0.750977 0 -1.51953 0.102539 -2.27832 0.307617c-3.7041 1.02344 -6.25488 4.38574 -6.25488 8.22559v128
|
||||
c0 4.71094 3.82227 8.5332 8.5332 8.5332h51.2002c4.70996 0 8.5332 -3.82227 8.5332 -8.5332v-42.667c0 -1.54395 -0.417969 -3.06348 -1.2207 -4.39453l-51.2002 -85.333c-1.56152 -2.61133 -4.36914 -4.13867 -7.3125 -4.13867zM307.2 64v-88.6611l34.1328 56.8916
|
||||
v31.7695h-34.1328zM162.134 64c-0.648438 0 -1.30566 0.0771484 -1.96289 0.230469c-3.85742 0.904297 -6.5791 4.34375 -6.5791 8.30273v273.066c0 1.2207 0.264648 2.42383 0.767578 3.5332l42.667 93.8662c1.66406 3.66113 5.64941 5.64941 9.57422 4.81348
|
||||
c3.92578 -0.853516 6.72461 -4.32617 6.72461 -8.3457v-281.601c0 -1.32227 -0.307617 -2.63672 -0.896484 -3.81348l-42.666 -85.334c-1.46777 -2.94336 -4.45508 -4.71875 -7.62891 -4.71875zM170.667 343.748v-235.067l25.5996 51.2002v240.188zM162.134 21.333h-102.4
|
||||
c-4.70996 0 -8.5332 3.82324 -8.5332 8.5332v290.134c0 4.70996 3.82324 8.5332 8.5332 8.5332h102.4c4.70996 0 8.5332 -3.82324 8.5332 -8.5332v-290.134c0 -4.70996 -3.82324 -8.5332 -8.5332 -8.5332zM68.2666 38.4004h85.334v273.066h-85.334v-273.066zM8.5332 -64
|
||||
c-0.750977 0 -1.51855 0.102539 -2.27832 0.307617c-3.70312 1.02344 -6.25488 4.38574 -6.25488 8.22559v273.066c0 1.32324 0.307617 2.63672 0.896484 3.81445l51.1992 102.4c1.77539 3.54102 5.73438 5.40137 9.60059 4.48828
|
||||
c3.84863 -0.904297 6.57031 -4.34375 6.57031 -8.30273v-290.134c0 -1.54395 -0.417969 -3.06348 -1.21973 -4.39453l-51.2002 -85.333c-1.56152 -2.61133 -4.36914 -4.13867 -7.31348 -4.13867zM17.0664 215.586v-240.247l34.1338 56.8916v251.622zM213.333 -64h-204.8
|
||||
c-3.07129 0 -5.90527 1.65527 -7.42383 4.32617c-1.51074 2.6709 -1.47656 5.95605 0.111328 8.59375l51.1992 85.333c1.54492 2.56836 4.31836 4.13867 7.31348 4.13867h102.4c3.00391 0 5.77637 -1.57031 7.3125 -4.13867l51.2002 -85.333
|
||||
c1.58691 -2.6377 1.62109 -5.92285 0.111328 -8.59375c-1.51074 -2.6709 -4.35254 -4.32617 -7.4248 -4.32617zM23.6035 -46.9336h174.66l-40.96 68.2666h-92.7402zM213.333 -64c-2.94336 0 -5.74219 1.52734 -7.3125 4.13867l-51.2002 85.333
|
||||
c-0.793945 1.33105 -1.21973 2.8418 -1.21973 4.39453v42.667c0 4.71094 3.82227 8.5332 8.5332 8.5332h51.1992c4.71094 0 8.53418 -3.82227 8.53418 -8.5332v-128c0 -3.83984 -2.56055 -7.20215 -6.25488 -8.22559
|
||||
c-0.759766 -0.205078 -1.51953 -0.307617 -2.2793 -0.307617zM170.667 32.2305l34.1328 -56.8916v88.6611h-34.1328v-31.7695z" />
|
||||
<glyph glyph-name="002-volcano" unicode=""
|
||||
d="M415.397 20.1162c3.02246 -5.55176 0.513672 -11.3145 -3.71094 -13.7119c-1.46973 -0.834961 -3.18359 -1.2832 -4.92773 -1.2832c-3.26758 0 -6.64648 1.57129 -8.74707 5.11523l-0.0117188 0.0195312c-0.03125 0.0546875 -0.0634766 0.107422 -0.0927734 0.161133
|
||||
c-0.03125 0.0537109 -0.0625 0.108398 -0.0917969 0.162109l-0.0117188 0.0214844c-3.0332 5.54297 -0.539062 11.3076 3.67773 13.7168c4.2168 2.41016 10.4531 1.63086 13.6875 -3.80078l0.0107422 -0.0195312c0.03125 -0.0517578 0.0625 -0.103516 0.0917969 -0.15625
|
||||
c0.00878906 -0.015625 0.0175781 -0.0302734 0.0263672 -0.046875c0.0302734 -0.0527344 0.0595703 -0.104492 0.0888672 -0.158203zM501.974 -43.9883c5.52148 0 9.99805 -4.47656 9.99805 -9.99805c0 -5.52051 -4.47656 -9.99902 -9.99902 -9.99902h-491.974
|
||||
c-5.52148 0 -9.99902 4.47754 -9.99902 9.99902s4.47656 9.99902 9.99902 9.99902h45.0752c53.4004 79.6113 87.5566 171.816 98.8359 267.023l1.04688 8.83496c0.267578 2.25391 1.29199 4.34961 2.90723 5.94238l13.0674 12.8926
|
||||
c8.14062 8.03223 20.168 10.2539 30.6426 5.66211l18.3564 -8.04883c2.82617 -1.23828 6.11914 -0.685547 8.38477 1.41016c9.64844 8.92383 24.2002 9.57227 34.5986 1.54199l7.3457 -5.66895c2.0791 -1.60449 4.93262 -1.86914 7.27246 -0.672852l22.5039 11.5127
|
||||
c8.8623 4.53418 19.5928 3.42383 27.3379 -2.8252c4.41895 -3.56445 7.53711 -8.57715 8.77832 -14.1182l3.01562 -13.4443c0.0195312 -0.0878906 0.0380859 -0.176758 0.0556641 -0.264648c10.6318 -54.2588 31.5186 -116.243 57.3037 -170.058
|
||||
c2.38672 -4.98047 0.283203 -10.9521 -4.69629 -13.3389c-4.97852 -2.38574 -10.9512 -0.28418 -13.3389 4.69629c-5.22754 10.9082 -10.2256 22.0479 -14.9736 33.3262l-69.0342 69.1475c-3.83105 3.83887 -8.29785 3.13574 -10.0361 2.65527
|
||||
c-1.74121 -0.480469 -5.93652 -2.16406 -7.26074 -7.42383l-17.0186 -67.5762c-3.33887 -13.2607 -14.3223 -22.2383 -27.9805 -22.877c-0.510742 -0.0224609 -1.02344 -0.0341797 -1.5293 -0.0341797c-13.0029 -0.000976562 -24.0693 7.7998 -28.459 20.2061
|
||||
l-14.377 40.6543c-1.18457 3.34863 -3.84961 5.72949 -7.31152 6.5293c-3.46289 0.802734 -6.90234 -0.168945 -9.43555 -2.65723l-26.1426 -25.6787c-16.3301 -48.21 -38.4717 -94.4453 -65.9297 -137.351h63.0303l27.6689 28.0605l6.98926 38.4854
|
||||
c0.986328 5.43359 6.19629 9.04199 11.625 8.05176c5.43359 -0.986328 9.03906 -6.19043 8.05176 -11.625l-7.54004 -41.5215c-0.359375 -1.97754 -1.30664 -3.80176 -2.71875 -5.2334l-15.9902 -16.2168h170.424l-23.6611 23.8271
|
||||
c-1.86035 1.87305 -2.9043 4.40625 -2.9043 7.0459v48.0771c0 5.52148 4.47754 9.99902 9.99902 9.99902s9.99902 -4.47656 9.99902 -9.99902v-43.9561l34.749 -34.9941h63.4043c-5.63672 8.11621 -11.1143 16.3564 -16.3682 24.6455
|
||||
c-2.95703 4.66504 -1.57227 10.8428 3.0918 13.7998c4.66699 2.95703 10.8438 1.57227 13.8008 -3.0918c7.5918 -11.9756 15.6709 -23.834 24.0254 -35.3535h45.2939zM173.771 220.682c-3.49609 -29.5215 -9.13965 -58.7588 -16.792 -87.4551l0.0820312 0.0810547
|
||||
c7.39941 7.26758 17.8525 10.21 27.9531 7.87598c10.1045 -2.33594 18.2021 -9.57031 21.6611 -19.3467l14.377 -40.6543c2.36914 -6.69922 8.40723 -6.94141 10.2021 -6.8623c1.79297 0.0839844 7.7832 0.891602 9.51855 7.7832l17.0195 67.5771
|
||||
c2.7002 10.7236 10.6797 18.8799 21.3398 21.8174c10.6631 2.93945 21.6904 0.0195312 29.5029 -7.80566l37.1943 -37.2549c-11.2197 32.167 -20.1641 64.5703 -26.207 95.3711l-2.98535 13.3115c-0.256836 1.14941 -0.904297 2.18945 -1.82031 2.92871
|
||||
c-1.60742 1.29785 -3.83398 1.52832 -5.67285 0.586914l-22.5039 -11.5127c-9.19824 -4.70703 -20.4229 -3.66895 -28.6025 2.64551l-7.34473 5.66895c-2.64453 2.04102 -6.34473 1.87695 -8.79883 -0.391602c-8.10449 -7.5 -19.8789 -9.48242 -29.9951 -5.04492
|
||||
l-18.3564 8.04883c-2.92969 1.28613 -6.29199 0.662109 -8.56445 -1.58301l-10.5723 -10.4316zM144.793 429.22c3.82031 -3.98926 3.68359 -10.3174 -0.304688 -14.1377c-3.98926 -3.81934 -10.3193 -3.68457 -14.1377 0.304688
|
||||
c-7.78125 8.125 -18.2617 12.6006 -29.5068 12.6006c-22.5234 0 -40.8467 -18.3242 -40.8467 -40.8477c0 -1.77734 0.128906 -3.63672 0.382812 -5.52734c0.62793 -4.6543 -2.06934 -9.11914 -6.48242 -10.7295c-20.2754 -7.39453 -33.8984 -26.8711 -33.8984 -48.4639
|
||||
c0 -24.2861 17.2266 -45.5146 40.9609 -50.4756c4.98438 -1.04199 8.39062 -5.66211 7.90918 -10.7314c-0.133789 -1.41406 -0.202148 -2.80176 -0.202148 -4.11914c0 -23.6553 19.2451 -42.9014 42.9014 -42.9014c3.30078 0 6.58691 0.375 9.76758 1.11523
|
||||
c5.37695 1.25391 10.7539 -2.0957 12.0049 -7.47363c1.25098 -5.37891 -2.09473 -10.7539 -7.47461 -12.0049c-4.66406 -1.08496 -9.47363 -1.63477 -14.2988 -1.63477c-33.8457 0 -61.5322 26.8672 -62.8516 60.3945c-28.6699 9.67676 -48.7158 36.9766 -48.7158 67.8311
|
||||
c0 27.3867 15.7949 52.3213 39.999 64.2432c-0.000976562 0.160156 -0.00195312 0.318359 -0.00195312 0.477539c0 33.5508 27.2959 60.8467 60.8457 60.8467c16.751 0 32.3594 -6.66504 43.9502 -18.7666zM472 386.662c24.2051 -11.9219 40 -36.8564 39.999 -64.2432
|
||||
c0 -30.8555 -20.0459 -58.1543 -48.7158 -67.8311c-1.31934 -33.5273 -29.0068 -60.3945 -62.8516 -60.3945c-15.4395 0 -30.291 5.65137 -41.8125 15.9092c-4.125 3.67188 -4.49219 9.99219 -0.819336 14.1172c3.67188 4.12402 9.99316 4.49121 14.1172 0.818359
|
||||
c7.85645 -6.99219 17.9834 -10.8457 28.5146 -10.8457c23.6562 0 42.9014 19.2451 42.9014 42.9014c0 1.31836 -0.0683594 2.7041 -0.202148 4.12012c-0.482422 5.06836 2.9248 9.68945 7.91016 10.7314c23.7334 4.95996 40.96 26.1865 40.96 50.4746
|
||||
c0 21.5918 -13.623 41.0684 -33.8984 48.4639c-4.41309 1.6084 -7.11035 6.07324 -6.48242 10.7295c0.254883 1.88965 0.383789 3.75 0.383789 5.52637c0 22.5234 -18.3242 40.8477 -40.8467 40.8477c-11.2451 0 -21.7236 -4.47461 -29.5049 -12.5996
|
||||
c-3.82129 -3.98828 -10.1494 -4.125 -14.1396 -0.305664c-3.98926 3.82031 -4.125 10.1484 -0.305664 14.1377c11.5898 12.1016 27.1973 18.7666 43.9492 18.7666c33.5498 0 60.8457 -27.2959 60.8457 -60.8467c0 -0.15918 -0.000976562 -0.317383 -0.00195312 -0.477539z
|
||||
M207.989 422.385c5.52148 0 9.99902 -4.47559 9.99902 -9.99902v-63.6699c0 -5.52246 -4.47656 -9.99902 -9.99902 -9.99902c-5.52148 0 -10 4.47559 -10 9.99902v63.6699c0 5.52246 4.47852 9.99902 10 9.99902zM207.989 320.856
|
||||
c5.52148 0 9.99902 -4.47656 9.99902 -9.99902v-17.3926c0 -5.52246 -4.47656 -9.99902 -9.99902 -9.99902c-5.52148 0 -10 4.47559 -10 9.99902v17.3926c0 5.52246 4.47852 9.99902 10 9.99902zM273.055 428.057c1.86133 -1.85938 2.93066 -4.42969 2.93066 -7.06934
|
||||
c0 -2.64062 -1.07129 -5.20996 -2.93066 -7.07031s-4.43945 -2.92969 -7.06934 -2.92969s-5.20898 1.06934 -7.07031 2.92969c-1.86035 1.86035 -2.92969 4.44043 -2.92969 7.07031s1.07031 5.20996 2.92969 7.06934c1.86035 1.86035 4.44043 2.93066 7.07031 2.93066
|
||||
s5.20996 -1.07031 7.06934 -2.93066zM360.392 389.102c3.90527 -3.90527 3.90332 -10.2363 -0.00390625 -14.1406l-1.03125 -1.03125c-19.3955 -19.3965 -30.0791 -45.1885 -30.0791 -72.623c0 -5.52148 -4.47656 -9.99902 -9.99902 -9.99902
|
||||
c-5.52148 0 -9.99902 4.47656 -9.99902 9.99805c0 32.7764 12.7627 63.5889 35.9385 86.7666l1.0332 1.03223c3.90527 3.90625 10.2373 3.9043 14.1406 -0.00292969zM142.823 334.686c15.8184 -15.8184 24.5303 -36.8506 24.5293 -59.2227
|
||||
c0 -5.52246 -4.47754 -9.99902 -9.99902 -9.99902s-9.99902 4.47559 -9.99902 9.99902c0 17.0312 -6.63184 33.04 -18.6729 45.0811l-0.675781 0.674805c-3.9043 3.90625 -3.9043 10.2373 0 14.1416c3.90723 3.90527 10.2363 3.90527 14.1426 0zM265.985 391.489
|
||||
c5.52246 0 10 -4.47754 9.99902 -9.99902v-90.1826c0 -5.52148 -4.47656 -9.99902 -9.99902 -9.99902c-5.52051 0 -9.99902 4.47656 -9.99902 9.99902v90.1826c0 5.52148 4.47754 9.99902 9.99902 9.99902zM127.993 386.932c5.52246 0 9.99902 -4.47559 9.99805 -10
|
||||
c0 -5.52148 -4.47656 -9.99902 -9.99902 -9.99902c-16.8369 0 -30.5342 -13.6973 -30.5342 -30.5342c0 -5.52148 -4.47656 -9.99902 -9.99902 -9.99902c-5.52051 0 -9.99902 4.47656 -9.99902 9.99902c0 27.8643 22.6689 50.5332 50.5332 50.5332zM383.979 359.427
|
||||
c25.9062 0 46.9814 -21.0752 46.9814 -46.9805c0 -25.9043 -21.0752 -46.9805 -46.9814 -46.9805c-5.52051 0 -9.99902 4.47656 -9.99902 9.99902c0 5.52148 4.47754 9.99902 9.99902 9.99902c14.8789 0 26.9834 12.1045 26.9834 26.9824
|
||||
c0 14.8789 -12.1055 26.9824 -26.9834 26.9824c-5.52051 0 -9.99902 4.47754 -9.99902 9.99902c0 5.52246 4.47754 9.99902 9.99902 9.99902z" />
|
||||
<glyph glyph-name="009-planet" unicode=""
|
||||
d="M229.264 351.512c-45.8877 -16.6641 -103.216 -20.0078 -147.872 -19.4082c37.0596 46.3105 115.275 83.8955 174.588 83.8955c50.9932 0 121.696 -29.209 157.82 -65.1992c-1.22363 0.320312 -2.4082 0.543945 -3.62402 0.896484
|
||||
c-5.52734 1.58398 -10.8398 3.16797 -16 4.7041c-46.5117 13.8877 -83.208 24.832 -164.912 -4.88867zM256 304c0 13.2549 28.6533 24 64 24s64 -10.7451 64 -24s-28.6533 -24 -64 -24s-64 10.7451 -64 24zM424 64c5.07227 0 10.4004 0.135742 15.9277 0.408203
|
||||
c-13.2256 -19.0225 -39.5244 -45.0107 -58.7041 -58.0078c-33.9189 9.42773 -90.0195 17.3125 -125.224 17.5996c-35.0254 -0.183594 -90.7207 -8.3623 -124.32 -18.2559c-17.583 11.7803 -42.1699 35.0762 -54.8799 52c31.7139 5.77539 83.5605 12.1621 115.729 14.2559
|
||||
c17.5879 1.20508 46.1709 2.18359 63.7998 2.18359c29.4092 0 76.9902 -2.7168 106.208 -6.06348c22.3916 -2.21582 41.7197 -4.12012 61.4639 -4.12012zM462.064 104.208c-2.84668 -6.60156 -8.07227 -17.0127 -11.6641 -23.2402
|
||||
c-9.60059 -0.631836 -18.4805 -0.967773 -26.4004 -0.967773c-18.9521 0 -37.9199 1.87207 -59.8877 4.05566c-29.6689 3.40332 -77.9844 6.16504 -107.847 6.16504c-17.9043 0 -46.9316 -0.995117 -64.7939 -2.2207c-34.6582 -2.24023 -90.4785 -9.31836 -124.6 -15.7998
|
||||
c-3.8291 5.99219 -9.46289 16.0459 -12.5762 22.4395c97.6006 0.776367 165.432 27.2725 225.336 50.7285c55.6797 21.7998 108.28 42.3916 175.912 38.6475c8.52832 -0.487305 16.5361 -1.08789 24.208 -1.74316c-0.223958 -5.17904 -0.624023 -10.3125 -1.2002 -15.4004
|
||||
c-9.87988 0.6875 -20.0479 1.12793 -30.5518 1.12793c-11.4639 0 -112 -0.896484 -112 -32s100.536 -32 112 -32c4.91992 0 9.59961 0.0722656 14.0645 0.208008zM55.2002 291.136c3.56934 7.22656 10.1064 18.5273 14.5918 25.2246
|
||||
c6.76758 -0.200195 13.8076 -0.335938 21.2324 -0.335938c44.5039 0 98.9756 4.20801 143.703 20.4639c76.7529 27.9033 107.832 18.624 154.864 4.58398c5.22461 -1.55273 10.5684 -3.15234 16.168 -4.75195c7.01074 -2.01562 18.5654 -4.45215 25.792 -5.44043
|
||||
c10.4727 -13.1797 24.3066 -36.4541 30.8799 -51.9521c-1.36621 0.0361328 -3.58594 0.0654297 -4.95312 0.0654297c-14.5449 0 -37.6973 -3.25488 -51.6787 -7.26562c-5.62402 -1.63965 -10.9834 -3.19922 -16.208 -4.7998
|
||||
c-47.0479 -14.04 -78.1113 -23.3193 -154.864 4.58398c-58.2559 21.1602 -132.911 21.8799 -179.527 19.624zM320 344c-45.5996 0 -80 -17.1924 -80 -40s34.4004 -40 80 -40s80 17.1924 80 40s-34.4004 40 -80 40zM352.44 136c5.69531 6.13574 40.0713 16 95.5596 16
|
||||
c9.67969 0 19.0479 -0.400391 28.1758 -1c-1.59277 -8.56543 -5.14844 -22.2168 -7.93555 -30.4717c-6.34375 -0.320312 -12.9365 -0.52832 -20.2402 -0.52832c-55.4883 0 -89.8643 9.86426 -95.5596 16zM240 192c0 -20.0479 -70 -48 -184 -48
|
||||
c-6.40039 0 -12.624 0.175781 -18.8477 0.351562c-2.84375 12.9971 -5.15234 34.3438 -5.15234 47.6484s2.30859 34.6514 5.15234 47.6484c6.22363 0.175781 12.4473 0.351562 18.8477 0.351562c114 0 184 -27.9521 184 -48zM150.688 -5.59961
|
||||
c28.5957 7.39355 75.7754 13.4863 105.312 13.5996c29.6992 -0.197266 77.209 -6.11719 106.048 -13.2158c-27.4033 -14.7676 -74.9082 -26.752 -106.038 -26.752c-30.8906 0 -78.0752 11.8125 -105.321 26.3682zM49.9199 110.56
|
||||
c-0.87207 0.00878906 -1.6875 0.0244141 -2.53613 0.0244141c-2.27734 5.79232 -4.30924 11.6911 -6.0957 17.6963c4.89551 -0.104492 9.72754 -0.280273 14.7119 -0.280273c96.9521 0 200 22.4004 200 64s-103.048 64 -200 64
|
||||
c-4.98438 0 -9.81641 -0.175781 -14.6797 -0.263672c1.93555 6.46354 4.13802 12.7995 6.60742 19.0078c44.3525 2.65625 122.208 3.23145 181.368 -18.2402c24.0479 -9.66406 64.5898 -18.1191 90.4961 -18.8721c21.1338 0.670898 54.4648 6.93652 74.4004 13.9844
|
||||
c5.14355 1.50391 10.4561 3.10352 16 4.7041c12.7715 3.68457 33.9248 6.6748 47.2178 6.6748c3.07129 0 8.05273 -0.163086 11.1182 -0.363281c5.75195 -17.2832 10.8193 -46.0879 11.3115 -64.2959c-7.45605 0.631836 -15.1836 1.20801 -23.3916 1.66406
|
||||
c-71.1523 4 -125.296 -17.2725 -182.648 -39.7363c-62.3916 -24.4316 -126.912 -49.7041 -223.88 -49.7041z" />
|
||||
<glyph glyph-name="026-asteroid-4" unicode=""
|
||||
d="M346.85 287.809c21.5615 -6.78711 39.4521 -21.5498 50.3828 -41.5703c10.9238 -20.0195 13.668 -43.0566 7.71484 -64.8643c-2.91992 -10.709 -7.74219 -20.6025 -14.333 -29.4092c-8.1875 -10.9395 -10.8652 -24.3135 -7.3457 -36.6885
|
||||
c2.27734 -7.99609 3.68652 -16.3018 4.1875 -24.6855c3.77637 -62.8613 -44.3057 -117.37 -107.178 -121.511c-15.1709 -0.998047 -30.0947 0.951172 -44.3838 5.79688c-15.3545 5.20508 -32.6816 3.65527 -47.542 -4.25879
|
||||
c-18.666 -9.94531 -39.3232 -15.0293 -60.1572 -15.0293c-10.0234 0 -20.0859 1.1748 -29.9883 3.55762c-68.7041 16.5166 -111.158 85.8477 -94.6416 154.552c7.69922 32.0195 27.1387 59.5342 54.7441 77.4756c19.1973 12.4775 32.6025 31.6055 37.7412 53.8555
|
||||
c7.85938 34.043 31.6436 62.708 63.6201 76.6807c38.5322 16.834 82.6113 10.6348 115.037 -16.1836c11.7188 -9.68652 26.3096 -14.583 41.1162 -13.7773c10.4814 0.568359 20.915 -0.758789 31.0254 -3.94043zM181.284 -16.1172
|
||||
c17.3574 9.24023 37.4873 11.4912 55.8154 6.34766c-7.4248 22.4893 -28.5322 38.4658 -53.1465 38.3213c-58.3135 -0.344727 -55.9844 -57.2832 -55.9609 -57.9258c18.4541 -0.03125 36.7598 4.4502 53.292 13.2568zM378.579 160.971
|
||||
c5.01367 6.69629 8.77539 14.1719 11.2373 22.2305c-5.12793 2.56055 -10.5518 4.41895 -16.1924 5.54199c-4.07422 0.810547 -6.71582 4.76758 -5.90625 8.83789c0.810547 4.07031 4.76758 6.7168 8.83789 5.90234c5.58496 -1.11133 10.9941 -2.81445 16.1836 -5.07227
|
||||
c1.13965 13.9453 -1.81152 28.0039 -8.7002 40.626c-9.06055 16.5908 -23.8672 28.8223 -41.7021 34.4385c-8.38379 2.6377 -17.0332 3.7334 -25.6953 3.26367c-18.5908 -1.00586 -36.8721 5.10449 -51.5107 17.2061c-17.585 14.54 -39.1348 22.0703 -60.9746 22.0703
|
||||
c-25.0254 0 -44.6846 -11.002 -47.6396 -12.6768c22.0547 -19.3271 34.9551 -47.3584 34.9551 -76.9473c0 -56.3994 -45.8867 -102.286 -102.29 -102.286c-12.4219 0 -24.5713 2.20801 -36.1055 6.56348c-3.88281 1.46777 -5.83984 5.80469 -4.37207 9.6875
|
||||
c1.46387 3.88184 5.80078 5.83887 9.68359 4.375c9.83105 -3.71387 20.1914 -5.59668 30.7939 -5.59668c48.1143 0 87.2568 39.1436 87.2568 87.2568c0 26.5557 -12.1758 51.6514 -32.8262 68.168c-16.4072 -13.2441 -28.0039 -31.6279 -32.916 -52.9121
|
||||
c-6.01953 -26.0625 -21.7139 -48.4658 -44.1992 -63.0762c-24.3643 -15.8359 -41.5225 -40.1211 -48.3213 -68.3877c-14.5791 -60.6455 22.8965 -121.847 83.542 -136.426c3.72266 -0.896484 7.46777 -1.58984 11.2256 -2.10254
|
||||
c0.955078 45.1084 31.8477 71.9258 71.0098 71.9258c34.5127 0 63.6006 -24.54 69.7959 -57.918c8.36035 -1.61621 16.9082 -2.15234 25.543 -1.58496c38.8799 2.55957 71.248 27.2842 85.5107 61.0098c-50.6426 -0.226562 -83.9609 35.7969 -83.9609 79.918
|
||||
c0 36.9316 25.0176 68.8848 60.833 77.7021c4.02344 0.986328 8.10254 -1.47168 9.09277 -5.49902c0.990234 -4.03125 -1.47168 -8.10547 -5.49902 -9.0957c-29.085 -7.1582 -49.3975 -33.1113 -49.3975 -63.1074c0 -62.1914 64.4932 -66.6768 74.0508 -64.3369
|
||||
c2.21875 9.28027 5.04492 29.4365 -1.11133 50.4932c-4.93945 16.8887 -1.25293 35.0801 9.76855 49.8086zM378.579 160.971zM390.431 429.197c15.9102 -12.3203 31.5146 -29.8896 10.7979 -56.6416c-9.96777 -12.877 -24.9658 -19.624 -40.1133 -19.624
|
||||
c-10.833 0 -21.7451 3.45215 -30.9551 10.583c-22.0859 17.0996 -26.1406 48.9785 -9.04102 71.0645c8.42676 10.8848 20.6299 15.0098 35.2803 11.9258c13.252 -2.78711 25.8232 -10.9512 34.0312 -17.3076zM389.347 381.758
|
||||
c10.9902 14.1953 9.16992 22.168 -8.11816 35.5537c-9.84277 7.62402 -19.7256 12.959 -27.9248 14.4854c-10.0674 1.87402 -16.6035 -1.64453 -20.3018 -6.41895c-12.0234 -15.5342 -9.17383 -37.9531 6.36035 -49.9805s37.957 -9.1748 49.9844 6.36035zM389.347 381.758z
|
||||
M510.661 316.681c3.88672 -8.81348 2.9082 -18.4502 -2.75098 -27.1309c-8.4502 -12.959 -26.5674 -22.3682 -43.0762 -22.3682c-33.6367 0 -33.6367 34.9707 -33.6367 46.4658c0 11.4912 0 46.4658 33.6367 46.4658c26.6729 0 33.0762 -14.5166 45.8271 -43.4326z
|
||||
M495.319 297.762c2.91504 4.46484 3.43262 8.67285 1.58887 12.8525c-12.791 29.0059 -15.7188 34.4697 -32.0742 34.4697c-15.4912 0 -18.6074 -12.0273 -18.6074 -31.4365c0 -26.1758 7.12012 -31.4365 18.6074 -31.4365c11.4082 0 24.8018 6.83008 30.4854 15.5508z
|
||||
M495.319 297.762zM215.123 150.795c18.1416 0 32.8965 -14.7598 32.8965 -32.8965c0 -18.1406 -14.7549 -32.9004 -32.8965 -32.9004c-18.1406 0 -32.9004 14.7598 -32.9004 32.9004c0 18.1367 14.7598 32.8965 32.9004 32.8965zM215.123 100.027
|
||||
c9.85547 0 17.8672 8.01562 17.8672 17.8672c0 9.85449 -8.01562 17.8711 -17.8672 17.8711c-9.85449 0 -17.8701 -8.0166 -17.8701 -17.8711c0 -9.85156 8.01562 -17.8672 17.8701 -17.8672zM215.123 100.027z" />
|
||||
<glyph glyph-name="031-curved-line" unicode=""
|
||||
d="M0 -64c0 282.319 229.684 512 512 512v-43.2676c-258.459 0 -468.732 -210.273 -468.732 -468.732h-43.2676z" />
|
||||
<glyph glyph-name="021-solar-system" unicode=""
|
||||
d="M512 192c0 -45.6348 -12.5586 -89.8154 -35.5215 -128.859c3.4082 -6.33301 5.52148 -13.46 5.52148 -21.1406c0 -24.8145 -20.1855 -45 -45 -45c-4.70801 0 -9.16309 0.927734 -13.4307 2.27637c-46.3311 -40.0898 -105.989 -63.2764 -167.569 -63.2764
|
||||
c-40.6807 0 -80.7988 10.6348 -116.295 28.7168c7.05859 7.33203 12.8311 15.8555 17.0967 25.2324c30.4004 -14.832 64.6113 -22.9492 99.1982 -22.9492c52.2109 0 103.067 18.0674 143.152 50.8594c-4.47559 6.99023 -7.15234 15.2412 -7.15234 24.1406
|
||||
c0 24.8145 20.1855 45 45 45c5.88477 0 11.4766 -1.20801 16.6328 -3.27246c18.2637 33.1074 28.3672 70.082 28.3672 108.272c0 124.072 -101.928 226 -226 226c-52.2109 0 -103.067 -19.0674 -143.152 -51.8594c4.47559 -6.99023 7.15234 -15.2412 7.15234 -24.1406
|
||||
c0 -24.8145 -20.1855 -45 -45 -45c-5.88477 0 -11.4766 1.20801 -16.6328 3.27246c-18.2637 -33.1094 -28.3672 -70.084 -28.3672 -108.272c0 -27.748 5.55469 -54.8623 15.3506 -80.418c-9.72949 -3.42383 -18.5938 -8.44141 -26.4746 -14.791
|
||||
c-12.1406 30.1279 -18.876 62.3096 -18.876 95.209c0 45.6348 12.5586 89.8154 35.5215 128.859c-3.4082 6.33301 -5.52148 13.46 -5.52148 21.1406c0 24.8145 20.1855 45 45 45c4.70801 0 9.16309 -0.927734 13.4307 -2.27637
|
||||
c46.3311 40.0898 105.989 63.2764 167.569 63.2764c140.61 0 256 -115.39 256 -256zM407 237c24.8145 0 45 -20.1855 45 -45s-20.1855 -45 -45 -45s-45 20.1855 -45 45s20.1855 45 45 45zM256 267c41.3525 0 76 -33.6475 76 -75s-34.6475 -75 -76 -75s-76 33.6475 -76 75
|
||||
s34.6475 75 76 75zM75 87c33.0908 0 60 -26.9092 60 -60s-26.9092 -60 -60 -60s-60 26.9092 -60 60s26.9092 60 60 60zM256 57c49.2334 0 94.3115 27.0762 117.896 68.0439c9.00879 -4.47461 18.9609 -7.17773 29.5605 -7.68457
|
||||
c-27.6777 -54.0098 -84.5156 -90.3594 -147.457 -90.3594c-90.9814 0 -166 74.0186 -166 165s75.0186 165 166 165c62.9414 0 119.779 -36.3496 147.457 -90.3594c-10.5996 -0.506836 -20.5518 -3.20996 -29.5605 -7.68457
|
||||
c-23.585 40.9678 -68.6631 68.0439 -117.896 68.0439c-74.4434 0 -136 -60.5566 -136 -135s61.5566 -135 136 -135z" />
|
||||
<glyph glyph-name="020-star" unicode=""
|
||||
d="M322 47c-5.52246 0 -10 4.47754 -10 10s4.47754 10 10 10c44.1123 0 80 35.8877 80 80c0 5.52246 4.47754 10 10 10s10 -4.47754 10 -10c0 -44.1123 35.8877 -80 80 -80c5.52246 0 10 -4.47754 10 -10s-4.47754 -10 -10 -10c-44.1123 0 -80 -35.8877 -80 -80
|
||||
c0 -5.52246 -4.47754 -10 -10 -10s-10 4.47754 -10 10c0 44.1123 -35.8877 80 -80 80zM412 103.429c-9.81641 -20.1943 -26.2344 -36.6123 -46.4287 -46.4287c20.1943 -9.81738 36.6123 -26.2354 46.4287 -46.4287c9.81738 20.1943 26.2354 36.6123 46.4287 46.4287
|
||||
c-20.1943 9.81738 -36.6123 26.2354 -46.4287 46.4287zM10 347c-5.52344 0 -10 4.47754 -10 10s4.47656 10 10 10c27.5703 0 50 22.4297 50 50c0 5.52246 4.47656 10 10 10s10 -4.47754 10 -10c0 -27.5703 22.4297 -50 50 -50c5.52344 0 10 -4.47754 10 -10
|
||||
s-4.47656 -10 -10 -10c-27.5703 0 -50 -22.4297 -50 -50c0 -5.52246 -4.47656 -10 -10 -10s-10 4.47754 -10 10c0 27.5703 -22.4297 50 -50 50zM70 380.976c-5.91309 -9.80957 -14.166 -18.0635 -23.9746 -23.9756c9.80859 -5.91211 18.0615 -14.166 23.9746 -23.9756
|
||||
c5.91211 9.80957 14.165 18.0635 23.9746 23.9756c-9.80859 5.91211 -18.0615 14.166 -23.9746 23.9756zM269 154c0 5.52246 4.47754 10 10 10s10 -4.47754 10 -10s-4.47754 -10 -10 -10s-10 4.47754 -10 10zM305.678 176.806
|
||||
c-2.81836 4.75 -1.25293 10.8848 3.49512 13.7031c11.3994 6.76465 23.4463 12.2822 35.9307 16.498c-55.875 18.9531 -100.155 63.2402 -119.104 119.118c-18.9502 -55.8838 -63.2412 -100.175 -119.125 -119.125c55.8779 -18.9482 100.165 -63.2285 119.118 -119.105
|
||||
c4.21582 12.4863 9.7334 24.5332 16.498 35.9316c2.81641 4.74902 8.9502 6.31641 13.7031 3.49609c4.74902 -2.81836 6.31348 -8.95312 3.49609 -13.7031c-15.498 -26.1182 -23.6904 -56.0703 -23.6904 -86.6191c0 -5.52246 -4.47656 -10 -10 -10s-10 4.47754 -10 10
|
||||
c0 93.7383 -76.2617 170 -170 170c-5.52344 0 -10 4.47754 -10 10s4.47656 10 10 10c93.7383 0 170 76.2617 170 170c0 5.52246 4.47656 10 10 10s10 -4.47754 10 -10c0 -93.7383 76.2617 -170 170 -170c5.52246 0 10 -4.47754 10 -10s-4.47754 -10 -10 -10
|
||||
c-30.5488 0 -60.501 -8.19238 -86.6191 -23.6904c-4.74902 -2.81836 -10.8857 -1.25293 -13.7031 3.49609z" />
|
||||
<glyph glyph-name="003-cooling-tower" unicode=""
|
||||
d="M458.523 209.773l53.168 -256c0.902344 -4.35156 -0.199219 -8.87891 -3.00391 -12.3242c-2.80469 -3.44922 -7.01172 -5.44922 -11.457 -5.44922h-482.461c-4.46875 0 -8.69531 2.01953 -11.4961 5.5c-2.80469 3.47656 -3.88281 8.03516 -2.9375 12.4023
|
||||
l77.9805 359.383c1.47656 6.79297 7.48438 11.6367 14.4336 11.6367h31.1172c7.39453 69.0898 66.0352 123.078 137.055 123.078h204.309c25.7891 0 46.7695 -20.9805 46.7695 -46.7695s-20.9805 -46.7695 -46.7695 -46.7695h-18.6484
|
||||
c-6.71484 -33.6445 -36.4766 -59.0781 -72.0625 -59.0781h-21.2773c-17.2969 0 -32.625 10.3789 -39.0469 26.4375c-5.53906 13.8477 -18.7539 22.7969 -33.668 22.7969c-11.0781 0 -21.3984 -4.96094 -28.3164 -13.6094l-4.86719 -6.08594h14.3672
|
||||
c6.94922 0 12.957 -4.84375 14.4297 -11.6367l30.8242 -142.051l7.39453 38.332c1.33984 6.94922 7.42188 11.9727 14.5 11.9727h115.203c6.99609 0 13.0352 -4.91406 14.4609 -11.7656zM432.043 192h-90.9883l-4.74609 -24.6172h100.848zM260.922 418.461
|
||||
c-54.7109 0 -100.07 -40.7773 -107.297 -93.5391h55.8906l19.6289 24.5352c12.5547 15.6953 31.2852 24.6953 51.3828 24.6953c27.0625 0 51.043 -16.2344 61.0938 -41.3594c1.91406 -4.78125 6.47266 -7.87109 11.6211 -7.87109h21.2773
|
||||
c24.2305 0 43.9414 19.7148 43.9414 43.9453v0.363281c0 8.15625 6.61328 14.7695 14.7695 14.7695h32c9.5 0 17.2305 7.73047 17.2305 17.2305s-7.73047 17.2305 -17.2305 17.2305h-204.309zM216.582 295.383h-111.922l-6.41016 -29.5352h157.961l-6.41016 29.5352
|
||||
h-33.1758h-0.0195312h-0.0234375zM91.8398 236.309l-58.7539 -270.77h129.297l-0.164062 30.9414c-16.1914 2.92969 -31.6797 10.6172 -44.168 23.1094c-32.6328 32.6328 -32.6328 85.7266 0 118.359l48.7344 48.7383c5.76953 5.76562 15.1211 5.76562 20.8867 0
|
||||
l48.7383 -48.7383c32.6328 -32.6328 32.6328 -85.7266 0 -118.359c-12.6133 -12.6133 -28.2852 -20.332 -44.6523 -23.1914l0.164062 -30.8594h129.453l-58.7539 270.77h-170.781zM138.938 40.4727c6.69531 -6.69531 14.7266 -11.2578 23.2422 -13.707v42.1562
|
||||
c0 8.15625 6.60938 14.7695 14.7695 14.7695c8.15625 0 14.7656 -6.61328 14.7656 -14.7695v-42.3125c8.72656 2.41016 16.9648 7.01953 23.8086 13.8633c21.1172 21.1172 21.1172 55.4766 0 76.5898l-38.293 38.293l-38.293 -38.293
|
||||
c-21.1172 -21.1133 -21.1172 -55.4727 0 -76.5898zM351.602 -34.4609h127.477l-35.7852 172.309h-112.684l-7.71484 -40.0117zM351.602 -34.4609z" />
|
||||
<glyph glyph-name="005-volcano-1" unicode=""
|
||||
d="M115.599 396.799c-7.06934 0 -12.8018 5.73242 -12.8018 12.8008c0 7.06934 5.73242 12.8018 12.8018 12.8018c32.1611 0 89.6016 -29.9385 89.6016 -89.6016c0 -7.06836 -5.7334 -12.8018 -12.8018 -12.8018s-12.8018 5.7334 -12.8018 12.8018
|
||||
c0 44.3252 -46.373 63.999 -63.998 63.999zM115.599 396.799zM320.4 319.998c-3.39844 0 -6.65625 1.3457 -9.05664 3.75c-2.40039 2.40039 -3.75 5.6582 -3.74512 9.05176c0 59.6631 57.4355 89.6016 89.6016 89.6016c7.06836 0 12.7969 -5.73242 12.7969 -12.8018
|
||||
c0 -7.06836 -5.72852 -12.8008 -12.7969 -12.8008c-17.6299 0 -64.0029 -19.6738 -64.0029 -63.999c0.00390625 -3.39355 -1.3457 -6.65137 -3.74609 -9.05176c-2.39941 -2.39941 -5.65723 -3.75 -9.05078 -3.75zM320.4 319.998zM269.198 115.201
|
||||
c-7.06836 0.00488281 -12.7969 5.7334 -12.8018 12.7969v38.4004c-0.0273438 28.2656 -22.9307 51.1738 -51.1963 51.2012h-37.1348c4.43457 13.6172 8.40918 27.4502 11.9209 41.499c1.41992 5.7002 6.53906 9.69824 12.4121 9.70312h128.002
|
||||
c5.87305 -0.00488281 10.9873 -4.00293 12.4072 -9.70312c3.51562 -14.0439 7.49121 -27.877 11.9248 -41.499h-11.5352c-28.2656 -0.0273438 -51.1738 -22.9355 -51.1973 -51.2012v-38.4004c-0.00976562 -7.06348 -5.73242 -12.792 -12.8018 -12.7969zM269.198 115.201z
|
||||
M508.646 -42.1484c3.66113 -3.66113 4.75781 -9.16895 2.77441 -13.9502c-1.97754 -4.78125 -6.64648 -7.89844 -11.8213 -7.90332h-486.398c-5.17969 0.00488281 -9.84863 3.12207 -11.8271 7.90332c-1.97754 4.78613 -0.885742 10.2891 2.78027 13.9502
|
||||
c71.7656 71.7705 122.517 148.964 154.561 234.15h46.4863c14.1279 -0.0195312 25.5791 -11.4707 25.5986 -25.6035v-38.4004c0 -21.2061 17.1934 -38.3994 38.3994 -38.3994s38.4004 17.1934 38.4004 38.3994v38.4004c0.0185547 14.1328 11.4697 25.584 25.5986 25.6035
|
||||
h20.8828c32.0479 -85.1865 82.7998 -162.38 154.565 -234.15zM508.646 -42.1484zM217.997 422.401c-7.06934 0 -12.7969 5.72852 -12.7969 12.7969c0 7.06934 5.72754 12.8018 12.7969 12.8018c51.2012 0 51.2012 -61.2002 51.2012 -115.2
|
||||
c0 -7.06836 -5.73242 -12.8018 -12.8018 -12.8018c-7.06836 0 -12.7969 5.7334 -12.7969 12.8018c0 54.127 -1.79004 89.6016 -25.6025 89.6016zM217.997 422.401z" />
|
||||
<glyph glyph-name="034-ingot-1" unicode=""
|
||||
d="M510.768 280.33c2.10645 -3.52148 1.45996 -8.02148 -1.52051 -10.8262l-329.1 -309.221c-0.12207 -0.104492 -0.270508 -0.139648 -0.392578 -0.244141c-0.31543 -0.262695 -0.585938 -0.55957 -0.935547 -0.77832
|
||||
c-0.314453 -0.191406 -0.672852 -0.288086 -1.00488 -0.445312c-0.270508 -0.130859 -0.515625 -0.261719 -0.794922 -0.358398c-0.926758 -0.323242 -1.8877 -0.541992 -2.85742 -0.541992c-1.00488 0 -1.9834 0.236328 -2.94531 0.577148
|
||||
c-0.12207 0.0439453 -0.25293 0.0175781 -0.375 0.0703125c-0.123047 0.0517578 -0.209961 0.139648 -0.323242 0.191406c-0.140625 0.0615234 -0.289062 0.0878906 -0.419922 0.158203l-165.424 86.8574c-4.08887 2.1416 -5.80176 7.0957 -3.90625 11.3076l47.8945 106.825
|
||||
c0.0527344 0.113281 0.157227 0.183594 0.21875 0.296875c0.410156 0.8125 0.93457 1.56445 1.58984 2.22852c0.105469 0.113281 0.192383 0.235352 0.306641 0.34082c0.0605469 0.0517578 0.104492 0.130859 0.166016 0.183594l299.398 257.026
|
||||
c2.76953 2.36816 6.70215 2.7793 9.88281 1.04004l93.5693 -51.1279c0.174805 -0.0957031 0.305664 -0.226562 0.462891 -0.332031c0.157227 -0.104492 0.296875 -0.208984 0.445312 -0.323242c0.926758 -0.672852 1.71289 -1.48535 2.30664 -2.44629
|
||||
c0.0263672 -0.0439453 0.0791016 -0.0703125 0.105469 -0.114258zM357.141 406.79l-284.177 -243.972l94.0156 -40.3965l267.644 242.023zM20.0713 57.418l144.784 -76.0225l-4.70117 124.922l-99.0654 42.5723zM182.175 -13.834l309.998 291.281l-44.6084 75.1309
|
||||
l-125.411 -113.404l-144.583 -130.742z" />
|
||||
<glyph glyph-name="018-ingot" unicode=""
|
||||
d="M510.768 280.33c2.10645 -3.52148 1.45996 -8.02148 -1.52051 -10.8086l-328.444 -308.608c-0.93457 -1.04883 -2.0791 -1.86133 -3.4248 -2.36816c-0.174805 -0.0703125 -0.367188 -0.0615234 -0.541992 -0.114258
|
||||
c-0.803711 -0.244141 -1.61621 -0.506836 -2.49902 -0.506836c-0.0439453 0 -0.114258 -0.00878906 -0.174805 0c-1.00488 0 -1.9834 0.236328 -2.94531 0.577148c-0.12207 0.0439453 -0.25293 0.0175781 -0.375 0.0703125
|
||||
c-0.123047 0.0517578 -0.209961 0.139648 -0.323242 0.191406c-0.140625 0.0615234 -0.289062 0.0878906 -0.419922 0.158203l-165.424 86.8574c-4.08887 2.1416 -5.80176 7.0957 -3.90625 11.3076l47.8945 106.816c0.0527344 0.113281 0.157227 0.183594 0.21875 0.296875
|
||||
c0.410156 0.8125 0.93457 1.56445 1.58984 2.22852c0.105469 0.113281 0.192383 0.235352 0.306641 0.34082c0.0605469 0.0517578 0.104492 0.130859 0.166016 0.183594l299.398 257.035c2.76953 2.36816 6.70215 2.77832 9.88281 1.04004l93.5693 -51.1367
|
||||
c0.174805 -0.0957031 0.305664 -0.226562 0.462891 -0.332031c0.157227 -0.104492 0.296875 -0.208984 0.445312 -0.323242c0.926758 -0.672852 1.71289 -1.48535 2.30664 -2.44629c0.0263672 -0.0439453 0.0791016 -0.0703125 0.105469 -0.114258zM20.0713 57.4268
|
||||
l144.784 -76.0225l-4.70117 124.922l-99.0654 42.5723zM182.175 -13.834l309.998 291.281l-44.6084 75.1309l-125.411 -113.404l-144.583 -130.742z" />
|
||||
<glyph glyph-name="029-jupiter-3" unicode=""
|
||||
d="M256 448c141.391 0 256 -114.617 256 -256c0 -141.391 -114.609 -256 -256 -256s-256 114.609 -256 256c0 141.383 114.609 256 256 256zM256 426.664c-16.4531 0 -32.6406 -1.68848 -48.4531 -5c21.4688 -4.66406 48.3281 -12.5859 76.5635 -26.0244
|
||||
c37.5615 -17.875 89.9219 -21.6484 120.703 -22.1719c-17.3916 14.2969 -36.6416 25.9541 -57.4697 34.7666c-28.9219 12.2344 -59.6553 18.4297 -91.3438 18.4297zM161.564 406.875c-25.9844 -11.4287 -49.4531 -27.3281 -69.8281 -47.3115
|
||||
c28.4531 -1.46973 78.0781 -8.82812 139.03 -37.7891c50.5479 -24.0088 113.75 -30.2744 157.859 -31.3057c36.6709 -0.850586 66.6094 1.67188 79.0625 2.96094c-10.3447 21.5703 -23.8604 41.2969 -40.2969 58.8525
|
||||
c-3.3584 -0.132812 -8.6084 -0.266602 -15.2803 -0.266602c-30.9062 0 -92.2666 2.99219 -137.172 24.3594c-53.5781 25.5 -102.548 29.8359 -113.375 30.5zM39.7656 283.336c-2.15625 -5.10156 -4.10938 -10.2578 -5.89062 -15.4688
|
||||
c7.375 -7.41406 29.4531 -27.5 66.7188 -44.3672c57.2031 -25.8896 121.375 -31.6318 190.734 -17.0615c113.062 23.7568 173.922 16.4219 197.969 10.9834c-2.03125 19.0078 -6.3584 37.5859 -12.9531 55.5166c-3.73438 -0.477539 -32.4844 -3.97754 -72.4688 -3.97754
|
||||
c-4.96875 0 -10.0938 0.046875 -15.375 0.171875c-67.3438 1.53125 -123.5 12.7578 -166.891 33.375c-46.4531 22.0703 -85.7031 30.5635 -110.47 33.7969c-18.6084 2.4375 -32.0303 2.35156 -38.5781 2.0625c-13.3896 -16.7422 -24.3896 -35.1641 -32.7959 -55.0312z
|
||||
M255.999 -42.6719c31.2656 0 61.6104 6.0625 90.1875 17.9688c-2.31152 1.875 -5.18652 3.82812 -8.81152 5.65625c-13.9219 7.09375 -41.0615 13.5938 -91.2812 4.46875c-35.2656 -6.43652 -65.6406 -7.3584 -88.9375 -6.31152
|
||||
c2.4834 -1.15625 4.9834 -2.28223 7.5 -3.34473c28.9219 -12.2188 59.6553 -18.4375 91.3428 -18.4375zM421.938 26.0781c19.4678 19.4688 35.1553 41.8438 46.7188 66.5928c-14.1094 -3.37402 -33.7031 -7.43652 -56.9531 -10.5615
|
||||
c-20.0469 -2.71875 -44.6406 -4.90625 -71.4531 -4.90625c-31.9375 0 -67.0312 3.125 -101.469 12.25c-69.75 18.5 -120.609 17.4688 -150.984 13.3438c-22.0146 -3 -36.7178 -8 -44.0615 -10.9688c11.5303 -24.4219 27.0781 -46.5 46.3281 -65.75
|
||||
c7.13965 -7.15625 14.6709 -13.7666 22.5615 -19.875c1.03125 -0.25 53.7344 -13.625 129.656 0.203125c46.7344 8.51562 82.8906 5.85938 107.438 -7.85938c7.71875 -4.3125 13.1562 -9.125 16.9844 -13.5156c20.2646 10.8438 38.7812 24.5781 55.2344 41.0469z
|
||||
M408.408 103.187c32.5 4.35938 57.9834 10.7031 70.1084 14.0479c8.07812 24 12.1562 49.0625 12.1562 74.7656c0 1.02441 -0.03125 2.03906 -0.046875 3.05469c-5.5 1.625 -19.0322 4.88379 -42.1406 6.07812c-28.7822 1.49219 -78.6416 0 -152.767 -15.5693
|
||||
c-26.0469 -5.48535 -51.7188 -8.21973 -76.7031 -8.21973c-13.7344 0 -27.2656 0.828125 -40.5469 2.48438c-30.3906 3.81152 -59.5625 11.9609 -86.6719 24.2422c-30.7334 13.9062 -52.1562 30.0078 -64.5 40.8047c-3.95312 -17.2109 -5.96875 -34.8906 -5.96875 -52.875
|
||||
c0 -27.75 4.76562 -54.7656 14.1582 -80.4844c21.9062 9.03125 90.7812 29.8438 208.766 -1.4375c59.8125 -15.875 122.281 -12.5 164.156 -6.8916zM170.672 85.3281c35.3438 0 64 -14.3125 64 -32c0 -17.6562 -28.6562 -32 -64 -32s-64 14.3438 -64 32
|
||||
c0 17.6875 28.6562 32 64 32zM202 47.8594c5.09375 1.96875 8.25 4.01562 10 5.46875c-1.75 1.46875 -4.90625 3.5 -10 5.46875c-8.71875 3.34375 -19.8438 5.20312 -31.3281 5.20312c-11.5 0 -22.625 -1.85938 -31.3438 -5.20312
|
||||
c-5.07812 -1.96875 -8.23438 -4 -9.98438 -5.46875c1.75 -1.45312 4.90625 -3.5 9.98438 -5.46875c8.71875 -3.34473 19.8438 -5.18848 31.3438 -5.18848c11.4844 0 22.6094 1.84375 31.3281 5.18848z" />
|
||||
<glyph glyph-name="012-jupiter" unicode=""
|
||||
d="M255.978 448c52.123 0.0429688 103 -15.9111 145.752 -45.7139h-291.505c42.7559 29.8027 93.6328 45.7568 145.753 45.7139zM255.978 -63.999c-62.2822 -0.0371094 -122.418 22.7295 -169.056 64h140.661c17.8271 0.00390625 35.5352 -2.86719 52.4512 -8.51367
|
||||
c37.8105 -12.5156 78.6484 -12.5156 116.46 0c8.51465 2.83496 17.2471 4.97559 26.1045 6.40039c-46.3135 -39.959 -105.448 -61.9277 -166.621 -61.8867zM443.589 18.0752c-17.9814 -0.478516 -35.7979 -3.58984 -52.8799 -9.24707
|
||||
c-34.0527 -11.2695 -70.833 -11.2695 -104.888 0c-18.7773 6.26953 -38.4434 9.46289 -58.2383 9.46094h-159.426c-10.4707 11.3193 -19.8955 23.5566 -28.1787 36.5684h188.57c14.3066 -0.296875 28.2607 4.47754 39.3887 13.4775l11.0898 8.55664
|
||||
c16.1406 10.2363 35.0186 15.3096 54.1123 14.5381c34.3311 0 59.9814 -13.9424 59.9814 -26.416c0 -2.98926 -3.86719 -7.81738 -12.4971 -11.8838c-24.9033 -11.6826 -55.4717 -8.8418 -65.5654 -1.75391c-0.928711 0.606445 -1.72363 1.3877 -2.33789 2.31055
|
||||
c9.24023 5.66797 20.668 6.46289 30.6006 2.12109l8.17383 16.3682c-14.6143 6.68164 -31.502 6.20117 -45.7139 -1.2832c-6.12109 -2.58984 -10.457 -8.16895 -11.4814 -14.7363c-0.504883 -7.97754 3.44238 -15.5859 10.2666 -19.7627
|
||||
c11.5596 -6.81348 24.8623 -10.1045 38.2705 -9.46582c15.6943 -0.0664062 31.2285 3.21777 45.5488 9.64355c14.6299 6.86523 23.0195 17.2344 23.0195 28.4277c0 25.5156 -33.6416 44.7148 -78.2637 44.7148c-23.1338 0.84668 -45.9648 -5.56836 -65.2754 -18.3379
|
||||
l-11.1006 -8.56934c-7.91992 -6.53809 -17.9482 -9.97266 -28.2168 -9.66504h-199.203c-7.68652 14.5967 -13.9365 29.9082 -18.6592 45.7178h216.896c19.7949 -0.00878906 39.4609 3.18066 58.2383 9.45312c34.0527 11.2715 70.835 11.2715 104.888 0
|
||||
c18.7773 -6.27246 38.4453 -9.46191 58.2344 -9.45312h52.332c-11.25 -37.5703 -30.9912 -72.0518 -57.6865 -100.784zM505.995 137.144h-57.0518c-17.8252 -0.0107422 -35.5361 2.8623 -52.4492 8.51562c-37.8115 12.5186 -78.6494 12.5186 -116.46 0
|
||||
c-16.9092 -5.65332 -34.624 -8.52637 -52.4512 -8.51562h-221.622c-3.29102 15.0342 -5.21191 30.335 -5.75293 45.7139h511.54c-0.539062 -15.3789 -2.46387 -30.6797 -5.75293 -45.7139zM511.748 201.142h-511.54c0.571289 16.2334 2.69336 32.374 6.33008 48.2031
|
||||
l4.32812 0.727539c23.0566 3.84277 46.5947 3.84277 69.6553 0l37.0645 -6.18164c25.0371 -4.19141 50.5996 -4.19141 75.6455 0l37.0645 6.18164c23.0576 3.84277 46.5928 3.84277 69.6504 0l37.0684 -6.18164c25.0371 -4.17578 50.6006 -4.17578 75.6465 0
|
||||
l37.0635 6.18164c18.2197 2.99609 36.75 3.58594 55.125 1.77148c3.99023 -16.626 6.30273 -33.6113 6.89844 -50.7021zM499.562 270.628c-17.6514 1.17773 -35.3789 0.322266 -52.8359 -2.55469l-37.0664 -6.17969c-23.0586 -3.83594 -46.5928 -3.83594 -69.6533 0
|
||||
l-37.0615 6.17969c-25.042 4.19336 -50.6074 4.19336 -75.6465 0l-37.0684 -6.17969c-23.0557 -3.83594 -46.5947 -3.83594 -69.6523 0l-37.0576 6.17969c-23.7705 3.93359 -48.0107 4.0918 -71.8291 0.482422c4.60059 14.5996 10.5117 28.7627 17.6543 42.3018h453.267
|
||||
c6.79004 -12.9062 12.458 -26.3584 16.9502 -40.2295zM39.9785 329.142c12.9971 20.3994 28.8018 38.8652 46.9434 54.8604h338.119c18.1406 -15.9951 33.9395 -34.4609 46.9365 -54.8604h-431.999zM39.9785 329.142z" />
|
||||
<glyph glyph-name="022-asteroid-2" unicode=""
|
||||
d="M206.439 326c9.41113 0 17.0674 -7.65625 17.0674 -17.0674s-7.65625 -17.0674 -17.0674 -17.0674s-17.0674 7.65625 -17.0674 17.0674s7.65625 17.0674 17.0674 17.0674zM288.545 -12.4326c13.0527 0 23.6709 -10.6191 23.6699 -23.6719
|
||||
c0 -4.63379 -1.34473 -9.10352 -3.84277 -12.9229l-22.6465 10.9053l-14.4854 18.165c4.44141 4.76758 10.6689 7.52441 17.3047 7.52441zM218.486 201.381c0 -11.0137 4.80371 -21.2207 12.9111 -28.2227l-54.1211 -26.0625h-64.5352l-22.9531 11.0537
|
||||
c3.57031 5.82324 5.49219 12.5322 5.49219 19.4824c0 20.5986 -16.7578 37.3564 -37.3564 37.3564c-10.0371 0 -19.4697 -4.00195 -26.4053 -10.9512l-17.1582 21.5137l-14.3604 62.916l14.3604 62.916l40.2363 50.4551l58.9902 28.4092l34.0166 11.374
|
||||
c2.53125 -18.1533 18.1494 -32.1748 36.9893 -32.1748c12.7002 0 24.3066 6.46191 31.1182 16.7217l18.9902 -22.6084c0.289062 -0.34375 0.617188 -0.652344 0.977539 -0.917969l45.2344 -33.3936c14.5498 -10.7412 21.2744 -29.0566 17.1279 -46.6592l-7.73633 -32.8555
|
||||
l-13.1641 -57.6758c-6.19434 4.30664 -13.5957 6.67969 -21.2979 6.67969c-20.5986 0 -37.3564 -16.7568 -37.3564 -37.3564zM92.6582 291.865c15.6846 0 28.4453 12.7607 28.4453 28.4453s-12.7607 28.4453 -28.4453 28.4453s-28.4453 -12.7607 -28.4453 -28.4453
|
||||
s12.7607 -28.4453 28.4453 -28.4453zM149.549 200.841c15.6846 0 28.4453 12.7607 28.4453 28.4453s-12.7607 28.4453 -28.4453 28.4453s-28.4453 -12.7607 -28.4453 -28.4453s12.7607 -28.4453 28.4453 -28.4453zM177.994 308.933
|
||||
c0 -15.6846 12.7607 -28.4453 28.4453 -28.4453s28.4453 12.7607 28.4453 28.4453s-12.7607 28.4453 -28.4453 28.4453s-28.4453 -12.7607 -28.4453 -28.4453zM229.864 201.381c0 14.3252 11.6553 25.9785 25.9775 25.9775c6.08301 0 11.9014 -2.12305 16.5215 -5.93652
|
||||
l-32.3857 -40.6113c-6.3291 4.87109 -10.1133 12.4082 -10.1133 20.5703zM382.562 211.849c15.4453 5.16504 32.4795 1.46387 44.3809 -9.39551c-4.04199 -7.69727 -12.084 -12.6699 -20.959 -12.6699c-12.4912 0 -22.7539 9.72559 -23.6133 22.001zM149.549 246.354
|
||||
c9.41113 0 17.0674 -7.65625 17.0674 -17.0674s-7.65625 -17.0674 -17.0674 -17.0674s-17.0674 7.65625 -17.0674 17.0674s7.65625 17.0674 17.0674 17.0674zM79.4658 163.119l-24.8691 11.9766l-15.9268 19.9727c4.88965 5.40723 11.8389 8.54199 19.2529 8.54199
|
||||
c14.3242 0 25.9775 -11.6543 25.9775 -25.9785c0 -5.2207 -1.55371 -10.249 -4.43457 -14.5127zM96.5684 72.5371c34.5059 0 62.5791 -22.9688 62.5791 -51.2012s-28.0732 -51.2021 -62.5791 -51.2021c-34.5068 0 -62.5801 22.9697 -62.5801 51.2021
|
||||
s28.0732 51.2012 62.5801 51.2012zM415.154 300.099c-34.5078 0 -62.5791 22.9688 -62.5791 51.2012s28.0732 51.2012 62.5791 51.2012s62.5791 -22.9688 62.5791 -51.2012s-28.0732 -51.2012 -62.5791 -51.2012zM184.593 420.824
|
||||
c-13.8271 0 -25.165 10.8574 -25.9375 24.4932l0.532227 0.178711c16.9268 5.6582 35.5986 1.53906 48.5645 -10.4609c-4.38086 -8.62207 -13.3018 -14.2109 -23.1592 -14.2109zM92.6582 337.378c9.41113 0 17.0674 -7.65625 17.0674 -17.0674
|
||||
s-7.65625 -17.0674 -17.0674 -17.0674c-9.41016 0 -17.0664 7.65625 -17.0664 17.0674s7.65625 17.0674 17.0664 17.0674zM448.373 -14.083c0 13.0518 10.6172 23.6699 23.6689 23.6699c5.4043 0 10.5811 -1.83984 14.7373 -5.15332l-29.5137 -37.0088
|
||||
c-5.57129 4.44336 -8.89258 11.1943 -8.89258 18.4922zM426.24 101.038c8.49707 0 15.4092 -6.91211 15.4092 -15.4082c0 -8.49707 -6.91211 -15.4092 -15.4092 -15.4092s-15.4092 6.91211 -15.4092 15.4092c0 8.49609 6.91211 15.4082 15.4092 15.4082zM373.494 27.1953
|
||||
c8.49805 0 15.4102 -6.91211 15.4102 -15.4082c0 -8.49707 -6.91211 -15.4092 -15.4102 -15.4092c-8.49707 0 -15.4092 6.91211 -15.4092 15.4092c0 8.49609 6.91211 15.4082 15.4092 15.4082zM495.041 141.218c13.3555 -9.86035 19.5273 -26.6729 15.7236 -42.8291
|
||||
l-7.17285 -30.4648l-12.0693 -52.873c-5.70605 3.82031 -12.46 5.91699 -19.4775 5.91699c-19.3271 0 -35.0488 -15.7227 -35.0488 -35.0488c0 -10.1191 4.32031 -19.5107 11.6387 -26.0664l-49.5283 -23.8506h-59.6426l-20.7852 10.0107
|
||||
c3.19727 5.37207 4.91602 11.5215 4.91602 17.8867c0 19.3262 -15.7236 35.0498 -35.0488 35.0498c-9.25977 0 -17.9668 -3.63281 -24.4424 -9.95312l-15.5625 19.5156l-13.2734 58.1465l13.2734 58.1465l37.1855 46.6309l54.583 26.2852l31.0361 10.3779
|
||||
c2.58594 -16.793 17.1348 -29.6924 34.6406 -29.6924c11.7256 0 22.4512 5.87793 28.8809 15.2383l17.2588 -20.5479c0.288086 -0.34375 0.616211 -0.652344 0.976562 -0.917969zM320.75 69.3916c14.7705 0 26.7871 12.0166 26.7871 26.7871
|
||||
c0 14.7695 -12.0166 26.7871 -26.7871 26.7871c-14.7695 0 -26.7871 -12.0176 -26.7871 -26.7871c0 -14.7705 12.0176 -26.7871 26.7871 -26.7871zM373.494 -15c14.7715 0 26.7881 12.0176 26.7881 26.7871s-12.0176 26.7861 -26.7881 26.7861
|
||||
c-14.7695 0 -26.7871 -12.0166 -26.7871 -26.7861s12.0176 -26.7871 26.7871 -26.7871zM426.24 58.8428c14.7695 0 26.7871 12.0166 26.7871 26.7871c0 14.7695 -12.0176 26.7861 -26.7871 26.7861c-14.7705 0 -26.7881 -12.0166 -26.7881 -26.7861
|
||||
c0 -14.7705 12.0176 -26.7871 26.7881 -26.7871zM320.75 111.588c8.49609 0 15.4082 -6.91211 15.4082 -15.4092c0 -8.49609 -6.91211 -15.4082 -15.4082 -15.4082c-8.49707 0 -15.4092 6.91211 -15.4092 15.4082c0 8.49707 6.91211 15.4092 15.4092 15.4092z" />
|
||||
<glyph glyph-name="013-venus" unicode=""
|
||||
d="M236.539 436.681c-24.8213 -22.0918 -56.8994 -34.292 -90.1299 -34.2783h-35.8594c41.335 28.7783 90.2725 44.6436 140.627 45.5977c-5.0957 -3.48242 -9.98047 -7.25879 -14.6377 -11.3193zM236.539 436.681zM256.344 -64
|
||||
c-46.4111 -0.0439453 -91.9521 12.6064 -131.689 36.584h263.424c-39.75 -23.9844 -85.3105 -36.6387 -131.734 -36.584zM256.344 -64zM347.796 320.098c0 -15.1543 -12.2891 -27.4365 -27.4395 -27.4365c-15.1494 0 -27.4326 12.2822 -27.4326 27.4365
|
||||
c0 15.1504 12.2832 27.4346 27.4326 27.4346c15.1504 0 27.4395 -12.2842 27.4395 -27.4346zM347.796 320.098zM252.913 235.784c-31.2393 24.9248 -70.0039 38.5264 -109.97 38.5879h-129.02c4.28516 12.5801 9.53906 24.8105 15.7236 36.5781h129.457
|
||||
c35.3584 -0.0917969 68.7939 16.0625 90.6982 43.8174c19.2539 24.3779 48.6348 38.5713 79.7021 38.4912v18.2891c-36.6484 0.0976562 -71.3154 -16.6523 -94.0176 -45.415c-18.4541 -23.3652 -46.6133 -36.9697 -76.3828 -36.8916h-118.813
|
||||
c12.9961 20.4043 28.8066 38.8721 46.9482 54.876h59.1699c37.7148 -0.0195312 74.1123 13.8242 102.3 38.8789c10.9873 9.7627 23.498 17.665 37.0352 23.3975c76.6846 -8.95215 145.256 -51.9873 186.652 -117.152h-21.1201
|
||||
c-21.998 0.00195312 -42.5693 -10.8652 -54.9697 -29.0352c-0.236328 -0.34082 -0.443359 -0.697266 -0.632812 -1.07129c-15.8975 -32.0801 -48.6602 -52.3242 -84.4609 -52.1982v-18.291c42.5 -0.147461 81.4287 23.7568 100.524 61.7305
|
||||
c9.03027 12.8975 23.7891 20.5762 39.5391 20.5762h31.7549c17.8652 -33.918 27.8281 -71.4346 29.1475 -109.741h-160.729c-35.8086 0.0498047 -70.5459 12.2393 -98.5371 34.5732zM320.356 365.824c-25.2393 -0.0351562 -45.6934 -20.4893 -45.7236 -45.7266
|
||||
c0 -25.2568 20.4736 -45.7256 45.7236 -45.7256c25.2549 0 45.7266 20.4688 45.7266 45.7256c0 25.25 -20.4717 45.7266 -45.7266 45.7266zM320.356 365.824zM347.796 73.1758c0 -10.0996 -8.19336 -18.2871 -18.291 -18.2871c-10.1025 0 -18.292 8.18945 -18.292 18.2871
|
||||
c0 10.1025 8.18945 18.291 18.292 18.291c10.0977 0 18.291 -8.18848 18.291 -18.291zM347.796 73.1758zM241.48 221.5c31.2412 -24.918 70.0088 -38.5215 109.972 -38.5811h160.727c-0.319336 -9.18652 -1.13086 -18.3408 -2.42383 -27.4365h-177.346
|
||||
c-33.1963 -0.0605469 -63.3457 -19.3545 -77.3086 -49.4766c-19.6094 -42.2539 -61.916 -69.3232 -108.498 -69.4062v-18.291c53.7129 0.0996094 102.502 31.3174 125.108 80.0479c10.959 23.6416 34.6367 38.791 60.6982 38.8408h174.015
|
||||
c-12.7949 -57.9561 -45.3037 -109.669 -91.9688 -146.328h-316.223c-44.4346 34.9004 -76.1064 83.498 -90.1016 138.239c21.0977 0.132812 40.7666 10.6504 52.5957 28.1152l13.2188 19.585c14.2695 21.0518 38.0791 33.624 63.5117 33.5479
|
||||
c40.1035 0.230469 72.8301 -32.0371 73.1582 -72.1436c-0.234375 -15.0547 -6.82617 -29.3154 -18.1494 -39.2461c-13.6348 -14.1738 -33.9834 -19.6543 -52.8916 -14.2432c-14.7998 5.00684 -25.7305 17.6328 -28.5586 32.9961
|
||||
c-2.45703 14.4805 4.61035 28.915 17.5625 35.8408c8.27246 5.20898 18.7129 5.50879 27.2725 0.799805c7.42383 -4.30664 12.0107 -12.2168 12.0605 -20.7949h18.2891c-0.0654297 15.0752 -8.11133 28.9932 -21.1436 36.5781
|
||||
c-14.1523 8.08203 -31.585 7.82129 -45.4893 -0.6875c-19.7451 -10.7129 -30.4277 -32.8545 -26.5215 -54.9717c4.00391 -21.9023 19.5566 -39.9219 40.6416 -47.0801c6.51074 -2.23926 13.3496 -3.37402 20.2305 -3.37207c19.0059 0.532227 37.126 8.13281 50.8252 21.3193
|
||||
c15.166 13.4131 23.9395 32.6182 24.1631 52.8652c-0.34082 50.1982 -41.252 90.6504 -91.4492 90.4287c-31.5029 0.078125 -60.9873 -15.5156 -78.6523 -41.6064l-13.2285 -19.5635c-8.55176 -12.6328 -22.833 -20.1719 -38.083 -20.124h-3.22559
|
||||
c-6.46289 36.1182 -5.06152 73.2051 4.11523 108.729h134.561c35.8115 -0.0537109 70.5498 -12.2393 98.5371 -34.5801zM329.505 109.759c-20.2051 0 -36.5811 -16.3789 -36.5811 -36.583c0 -20.2021 16.376 -36.5762 36.5811 -36.5762
|
||||
c20.2002 0 36.5781 16.374 36.5781 36.5762c0 20.2041 -16.3779 36.583 -36.5781 36.583zM329.505 109.759z" />
|
||||
<glyph glyph-name="001-lander" unicode=""
|
||||
d="M255.995 394.66c58.9131 0 106.662 -47.7568 106.662 -106.662c0 -58.9131 -47.749 -106.67 -106.662 -106.67c-58.9053 0 -106.67 47.7568 -106.67 106.67c0 58.9053 47.7646 106.662 106.67 106.662zM242.651 372.294l-7.90625 -94.96h42.5078l-7.91406 94.96
|
||||
c-4.375 0.679688 -8.82812 1.03809 -13.3438 1.03809s-8.96875 -0.358398 -13.3438 -1.03809zM213.324 214.062v20.6016h-23.9531c1.95312 -2.42969 4.04688 -4.76562 6.28125 -7.00781c5.35938 -5.35156 11.2969 -9.89844 17.6719 -13.5938zM213.324 255.999v21.335h-42
|
||||
c0.90625 -7.38281 2.78125 -14.5381 5.5166 -21.335h36.4834zM215.104 298.663l5.59375 67.0684c-9.20215 -4.1875 -17.6709 -10.0312 -25.0459 -17.3906c-13.5781 -13.5771 -22 -30.9209 -24.3281 -49.6777h43.7803zM277.314 205.344v50.6553h-42.6475v-50.6553
|
||||
c6.875 -1.76562 14.0312 -2.67969 21.3281 -2.67969s14.4521 0.914062 21.3193 2.67969zM291.283 365.73l5.59375 -67.0684h43.7803c-2.31152 18.7578 -10.75 36.1016 -24.3125 49.6777c-7.37402 7.36035 -15.8428 13.2031 -25.0615 17.3906zM316.346 227.655
|
||||
c13.5615 13.5781 22 30.9219 24.3115 49.6787h-41.999v-2.33594v-18.999v-41.9375c6.37598 3.69629 12.3125 8.24219 17.6875 13.5938zM501.467 -42.667c5.8125 -0.078125 10.5312 -4.8125 10.5332 -10.6562c0 -5.90625 -4.78223 -10.6719 -10.6875 -10.6719h-21.3115
|
||||
c-5.90723 0 -10.6885 4.76562 -10.6885 10.6719c0 5.25 3.81348 9.6084 8.84375 10.5l-21.9375 48.6074l-93.7168 15.5469h-95.834v-63.9365c5.89746 0 10.6475 -4.78125 10.6475 -10.6553c0 -5.90625 -4.75 -10.6719 -10.6475 -10.6719h-21.3438
|
||||
c-5.88965 0 -10.6562 4.76562 -10.6562 10.6719c0 5.87402 4.76562 10.6553 10.6562 10.6553v63.9365h-95.8418l-93.7178 -15.5469l-21.9209 -48.6074c5.01562 -0.891602 8.82715 -5.25 8.82715 -10.5c0 -5.90625 -4.78027 -10.6719 -10.6719 -10.6719h-21.3271
|
||||
c-5.89062 0 -10.6719 4.76562 -10.6719 10.6719c0 5.84375 4.70312 10.5781 10.5312 10.6562l73.4209 162.871c1.11035 2.34277 3.07812 4.28125 5.46875 5.3125l50.5156 21.2959l-75.9365 151.975l41.0771 63.8506l-71.2959 47.249
|
||||
c-4.92188 3.25781 -6.26562 9.875 -3 14.7803c3.25 4.91406 9.875 6.25879 14.7812 3l71.0605 -47.085l43.374 67.4131h192.004l95.998 -149.208l-75.9365 -151.975l50.499 -21.2959c2.40723 -1.03125 4.375 -2.96777 5.46875 -5.3125zM66.2959 29.1592l69.3887 11.5146
|
||||
l-39.1084 55.6396zM149.325 58.3613v69.2646l-37.5459 -15.8438zM266.667 42.6748h74.6465v85.3262h-170.645v-85.3262h74.6543v63.999c0 5.875 4.78125 10.6553 10.6719 10.6553s10.6719 -4.78027 10.6719 -10.6553v-63.999zM349.47 149.329l73.999 148.13l-83.123 129.2
|
||||
h-168.708l-83.123 -129.2l73.998 -148.13h186.957zM362.657 127.626v-69.2646l37.5605 53.4209zM376.312 40.6748l69.374 -11.5146l-30.2803 67.1543z" />
|
||||
<glyph glyph-name="014-moon" unicode=""
|
||||
d="M122.583 312h-32.6943l-17.3213 8.66113c6.20508 8.7998 17.4238 22.1191 25.041 29.7305c14.6562 14.6904 41.6846 34.0059 60.3311 43.1143l8.44141 -5.06445l-5.37305 -16.1201l-22.665 -22.6641c-0.640625 -0.641602 -1.43457 -1.84473 -1.77051 -2.68652z
|
||||
M279.449 64.3555l-21.3516 -49.8213l-90.7529 -28.3604c-19.6768 8.49707 -48.3516 27.2764 -64.0049 41.918l-15.3398 76.7002v69.3193l30.3711 60.7393l37.7002 30.1621l38.8994 15.5596c1.08105 0.432617 2.54883 1.52148 3.27637 2.43066l32 40
|
||||
c0.554688 0.692383 1.20215 1.94727 1.44531 2.7998l16 56c0.168945 0.594727 0.307617 1.5791 0.307617 2.19727c0 0.833008 -0.24707 2.13867 -0.549805 2.91406l-11.043 28.2295c6.47949 0.556641 13.0127 0.856445 19.5928 0.856445h0.181641
|
||||
c17.1963 0 44.583 -3.79102 61.1328 -8.46191l2.5752 -30.5693l-30.585 -91.7441l-85.5996 -54.4756c-1.20117 -0.763672 -2.60449 -2.45703 -3.13281 -3.77832l-16 -40c-0.316406 -0.789062 -0.572266 -2.12012 -0.572266 -2.9707
|
||||
c0 -1.47168 0.716797 -3.62207 1.59961 -4.7998l24 -32c0.410156 -0.546875 1.19434 -1.3125 1.75 -1.70996l53.8838 -38.4902zM171.025 37.7715c4.90234 4.90137 6.80469 12.2627 5.22168 20.2002c-1.4043 6.25 -6.27637 14.9414 -10.874 19.4004
|
||||
c-12.6904 12.6885 -30.083 15.1768 -39.5996 5.65723c-9.51758 -9.52051 -7.03125 -26.9141 5.65527 -39.6006c4.45996 -4.59766 13.1504 -9.46973 19.4004 -10.875c1.47168 -0.297852 3.88477 -0.542969 5.38672 -0.546875
|
||||
c0.144531 -0.00390625 0.379883 -0.00683594 0.524414 -0.00683594c4.58594 0 10.9854 2.58594 14.2852 5.77148zM154.055 66.0547c2.69629 -2.5752 5.60645 -7.60449 6.49512 -11.2256c0.510742 -2.55762 0.197266 -4.70215 -0.841797 -5.74414
|
||||
s-3.18652 -1.35645 -5.74512 -0.841797c-3.62109 0.889648 -8.65039 3.80176 -11.2246 6.5v0c-6.90625 6.90527 -7.96289 14.6631 -5.65723 16.9697c0.75 0.615234 2.14648 1.11523 3.11621 1.11523c0.106445 0 0.27832 -0.00683594 0.383789 -0.0146484
|
||||
c3.50586 0 8.69434 -1.97852 13.4736 -6.75879zM72 104c0 -0.4375 0.0693359 -1.14062 0.155273 -1.56934l10.458 -52.2871c-27.9385 34.1934 -50.6133 97.7812 -50.6133 141.937c0 34.1855 14.2344 85.7451 31.7734 115.089l20.6484 -10.3242
|
||||
c0.932617 -0.46582 2.53516 -0.844727 3.57715 -0.844727h0.000976562h40h0.00195312c2.98828 0 6.31445 2.25098 7.42578 5.02539l15.3906 38.4746l22.8389 22.8428c0.736328 0.737305 1.60254 2.13867 1.93164 3.12695l8 24
|
||||
c0.226562 0.679688 0.411133 1.81348 0.411133 2.53027c0 2.5 -1.74121 5.57324 -3.88477 6.86035l-4.13379 2.48047c11.8174 4.50684 31.5449 9.78613 44.0332 11.7852l11.5518 -29.5264l-14.8193 -51.8545l-29.6777 -37.1006l-38.042 -15.2168
|
||||
c-0.608398 -0.243164 -1.5166 -0.771484 -2.02734 -1.18066l-40 -32c-0.755859 -0.606445 -1.72168 -1.80176 -2.15527 -2.66895l-32 -64c-0.46582 -0.932617 -0.844727 -2.53516 -0.844727 -3.57715v-0.000976562v-72zM64 256v-16h16v16h-16zM420.4 145.459
|
||||
c2.82227 -1.63086 3.80859 -9.39844 -1.07031 -17.8574c-1.78906 -3.27148 -5.89453 -7.38574 -9.16211 -9.18262c-2.33789 -1.15625 -4.49414 -1.40332 -5.7666 -0.672852c-1.27344 0.729492 -2.13281 2.72949 -2.30078 5.33008
|
||||
c-0.00195312 0.133789 -0.00488281 0.350586 -0.00488281 0.485352c0 3.58398 1.5127 8.97852 3.37598 12.04c4.04102 7 9.68262 10.2812 13.1094 10.2812c0.03125 0.000976562 0.0830078 0.00195312 0.114258 0.00195312c0.5 0 1.26367 -0.19043 1.70508 -0.425781z
|
||||
M414.392 350.392c36.2158 -36.2148 65.6084 -107.175 65.6084 -158.392c0 -123.648 -100.352 -224 -224 -224v0h-0.202148c-17.9189 0 -46.4111 4.11328 -63.5977 9.18164l74.1875 23.1797c1.94141 0.606445 4.16602 2.61523 4.96777 4.48438l24 56
|
||||
c0.356445 0.833008 0.646484 2.24512 0.646484 3.15137c0 0.716797 -0.18457 1.84961 -0.411133 2.53027l-16 48c-0.454102 1.3623 -1.77051 3.14453 -2.93848 3.97949l-54.9932 39.2803l-20.5596 27.4131l13.3701 33.4346l85.8252 54.6182
|
||||
c1.32227 0.841797 2.79785 2.73145 3.29395 4.21875l32 96c0.226562 0.680664 0.411133 1.81445 0.411133 2.53125c0 0.185547 -0.0126953 0.484375 -0.0283203 0.668945l-2.14746 25.4844c25.373 -9.40527 61.4678 -32.5957 80.5674 -51.7646zM288 176v16h-16v-16h16z
|
||||
M416 232v-16h16v16h-16zM360 24v16h-16v-16h16zM368 312v16h-16v-16h16zM417.257 104.077c5.67383 2.97363 12.8086 9.92871 15.9258 15.5244c8.97168 15.54 6.87109 32.9854 -4.78418 39.7139c-11.6562 6.72754 -27.8145 -0.172852 -36.7842 -15.7139
|
||||
c-3.04395 -5.09082 -5.51465 -14.0361 -5.51465 -19.9678c0 -0.4375 0.0146484 -1.14844 0.0322266 -1.58691c0.520508 -8.07324 4.2666 -14.6914 10.2666 -18.1572c2.4668 -1.40918 6.77539 -2.55371 9.61719 -2.55371
|
||||
c0.0410156 0 0.108398 0.000976562 0.150391 0.000976562c3.23828 0.0410156 8.20703 1.26855 11.0908 2.74023z" />
|
||||
<glyph glyph-name="016-asteroid" unicode=""
|
||||
d="M511.909 210.619c3.17676 -37.7227 -82.8271 -93.6572 -67.5811 -112.775c15.2471 -19.1191 -82.6152 -80.9824 -60.3809 -108.874c19.6934 -24.6846 -86.3066 -56.8115 -83.7051 -39.5078s-143.36 11.2832 -172.25 39.5078
|
||||
c-25.29 24.7451 -74.9922 95.4424 -76.6865 74.6299c-1.69336 -20.8135 -48.9766 77.1094 -51.3057 147.05c-0.84668 25.623 90.6318 136.735 80.1953 147.202c-17.0312 17.0312 76.8682 45.377 76.8682 45.377s83.251 -22.0527 75.9004 5.59668
|
||||
c-7.41113 27.6494 31.6123 17.2432 52.3945 20.9033c53.7871 9.4082 103.005 14.9443 98.5586 2.57129c-2.99512 -8.31934 7.95605 -25.3506 24.5938 -47.3125c11.1631 -14.7627 70.5459 -93.0527 82.6768 -115.136c11.2227 -20.4502 19.1182 -40.6279 20.7217 -59.2324z
|
||||
M89.7246 131.876c8.10742 0 14.6416 6.53418 14.6416 14.6416c0 8.04688 -6.53418 14.6416 -14.6416 14.6416c-8.07715 0 -14.6416 -6.56445 -14.6416 -14.6416s6.56445 -14.6416 14.6416 -14.6416zM208.158 158.891c13.4609 0 24.3818 10.9199 24.3818 24.4121
|
||||
c0 13.4619 -10.9209 24.3828 -24.3818 24.3828c-13.4619 0 -24.4131 -10.9209 -24.4131 -24.3828c0 -13.5225 10.9512 -24.4121 24.4131 -24.4121zM177.09 257.024c16.124 19.3008 19.21 43.29 6.89746 53.5752s-35.3633 2.93457 -51.4873 -16.3662
|
||||
c-16.0938 -19.2998 -19.1797 -43.2588 -6.86719 -53.5439c12.3125 -10.2559 35.333 -2.96484 51.457 16.335zM292.226 9.23828c23.7471 0 42.957 19.2393 42.957 42.9561c0 23.6865 -19.2402 42.957 -42.957 42.957s-42.9561 -19.2705 -42.9561 -42.957
|
||||
c0 -23.7168 19.2393 -42.9561 42.9561 -42.9561zM415.045 219.726c-9.86133 0 -17.9082 -8.0166 -17.9082 -17.8789c0 -9.86133 8.04688 -17.9082 17.9082 -17.9082c9.8623 0 17.8789 8.0166 17.8789 17.9082c0 9.8623 -8.0166 17.8789 -17.8789 17.8789zM311.949 284.13
|
||||
c0 -18.1201 19.21 -32.8223 42.957 -32.792c23.6562 0 42.9258 14.6719 42.9258 32.792s-19.2695 32.8223 -42.9258 32.8223c-23.7471 0 -42.957 -14.7021 -42.957 -32.8223z" />
|
||||
<glyph glyph-name="007-saturn" unicode=""
|
||||
d="M500.102 437.751c7.13281 -6.95898 10.9502 -16.1836 10.7666 -25.9775c-0.329102 -16.5586 -6.90625 -63.2852 -59.5322 -141.925l-6.84082 -9.85449c-19.4541 -28.0137 -42.792 -57.2686 -69.6982 -87.4453c-0.383789 -0.428711 -0.767578 -0.858398 -1.15137 -1.28711
|
||||
c-4.55664 -5.10547 -9.25098 -10.2285 -14.0107 -15.3809c-1.16895 -1.26074 -2.31934 -2.52051 -3.50684 -3.79102c-4.21973 -4.52051 -8.53027 -9.06934 -12.9053 -13.627c-1.39648 -1.45312 -2.73926 -2.87695 -4.16504 -4.34766
|
||||
c-5.65332 -5.84473 -11.4082 -11.7188 -17.3076 -17.6182l-0.237305 -0.237305c-4.82129 -5.1875 -9.62695 -10.2295 -14.4121 -15.2168c-1.44336 -1.49805 -2.86816 -2.97754 -4.35742 -4.50293c-2.64746 -2.72168 -5.28711 -5.37012 -7.93652 -8.03711
|
||||
c-65.5596 -65.7979 -167.362 -150.73 -257.474 -152.502c-9.70801 -0.0820312 -18.9873 3.62598 -25.9561 10.7686c-6.92383 7.0791 -10.6406 16.7324 -10.2207 26.46c2.21875 50.418 49.166 107.932 69.0215 130.099l10.2119 -20.3955l-0.411133 -0.730469
|
||||
l2.64941 -4.54004c1.3877 -2.40137 2.87695 -4.74121 4.37402 -7.08789c-28.3408 -44.0049 -36.5332 -72.6387 -24.3584 -85.1426c12.1289 -12.458 37.4658 -5.41504 84.2568 23.4004l0.0263672 -0.0175781l1.79004 1.13281
|
||||
c0.567383 0.355469 1.10645 0.675781 1.68066 1.03125l1.72656 1.13379l0.0175781 0.00878906c0.0644531 0.0458984 0.12793 0.0908203 0.201172 0.136719c3.3877 2.15625 6.80371 4.4209 10.2568 6.7959c2.99512 2.06348 6.02734 4.24707 9.06934 6.4668
|
||||
c0.448242 0.337891 0.904297 0.638672 1.36133 0.976562c95.2256 69.9814 208.755 211.752 243.654 256.697c3.90918 5.02344 6.77734 8.75879 8.38477 10.8604l2.15625 2.87695c9.66211 15.0244 39.7578 65.5596 21.5 84.7949
|
||||
c-11.627 12.248 -34.9629 7.7002 -75.3877 -14.8691l-29.1914 12.6318c22.5967 20.167 79.5254 66.2998 129.495 68.4824c9.71875 0.393555 19.3721 -3.30664 26.46 -10.2207zM449.009 234.85c4.71289 -16.7959 7.08789 -34.1221 7.08789 -51.7139
|
||||
c0 -105.767 -86.0391 -191.804 -191.805 -191.804c-15.252 0 -30.3594 1.81738 -45.1191 5.38867c26.2041 20.002 54.5547 44.7812 85.0693 75.3145c0.501953 0.511719 1.01465 1.01465 1.52539 1.52539c3.98145 4.00098 8.00977 8.11914 12.0742 12.3213
|
||||
c0.895508 0.931641 1.7998 1.84473 2.7041 2.78613c3.87305 4.02734 7.79102 8.18359 11.7275 12.4033c0.831055 0.894531 1.67188 1.75391 2.51172 2.6582c0.0185547 0.0263672 0.0361328 0.0458984 0.0820312 0.0722656c3.40723 3.40723 7.43457 7.49023 11.8828 12.0752
|
||||
c40.2246 41.1553 74.5752 81.0781 102.259 118.973zM363.482 347.247c18.1475 -11.0059 34.2041 -24.7881 47.834 -41.0752l-0.584961 -0.766602c-0.283203 -0.356445 -0.530273 -0.694336 -0.886719 -1.15137c-14.5947 -19.0342 -29.4551 -37.5479 -44.5352 -55.8789
|
||||
c-30.2412 -36.7715 -61.4873 -72.7568 -94.249 -107.31c-36.9717 -39.0088 -75.8809 -76.6934 -119.877 -107.784c-6.75879 -4.76758 -17.9014 9.73633 -22.4502 14.3125c-7.16895 7.22461 -13.7725 15.0059 -19.7461 23.2354
|
||||
c0.0185547 0.0273438 -4.89551 7.26074 -4.89551 7.26074c-1.1416 1.67188 -2.28418 3.33398 -3.38867 5.0332l-14.8965 29.7207c-0.192383 0.493164 -0.348633 0.996094 -0.511719 1.49805c-0.229492 0.712891 -0.466797 1.41602 -0.722656 2.10938
|
||||
c-7.95508 21.4004 -12.1201 43.7871 -12.1201 66.6846c0 105.758 86.0557 191.805 191.803 191.794c27.4561 0 54.0342 -5.72559 78.4209 -16.7412l17.71 -9.55371zM112.512 152.394c0.511719 0 1.03125 0.0351562 1.57031 0.126953
|
||||
c4.96875 0.849609 8.30273 5.58008 7.44434 10.5488c-2.22949 12.9248 -3.37109 25.8213 -3.38965 38.334c-0.00878906 5.04199 -4.0918 9.12402 -9.13281 9.12402h-0.00976562c-5.05078 -0.00878906 -9.13281 -4.10059 -9.12402 -9.14258
|
||||
c0.0185547 -13.5352 1.25195 -27.4736 3.65332 -41.4111c0.767578 -4.44727 4.62207 -7.58008 8.98828 -7.58008zM145.429 82.8955c3.85449 3.17969 4.40234 8.83301 1.32422 12.7686c-4.50293 5.72754 -7.96484 10.8604 -11.1152 18.0664
|
||||
c-2.01855 4.62207 -7.40723 6.73242 -12.0283 4.7041c-4.62207 -2.01758 -6.73242 -7.40723 -4.7041 -12.0283c3.96387 -9.07031 8.38477 -15.5459 13.5723 -22.1494c3.15137 -4.00977 9.01465 -4.60352 12.9512 -1.36133zM264.256 329.272
|
||||
c5.04102 0 9.13281 4.0918 9.13379 9.13281c0 5.04199 -4.07324 9.13379 -9.14258 9.13379h-0.0273438c-43.3838 0 -87.9092 -18.5947 -116.205 -48.5264c-3.46191 -3.67188 -3.29785 -9.45215 0.365234 -12.9141c1.7627 -1.67188 4.01855 -2.49414 6.27441 -2.49414
|
||||
c2.42969 0 4.85059 0.958984 6.63965 2.85938c24.9629 26.4053 64.4004 42.8086 102.936 42.8086h0.0263672z" />
|
||||
<glyph glyph-name="006-flag-outline-on-a-pole-with-stars-around" unicode=""
|
||||
d="M497.468 314.981l13.0859 4.0332v-171.244l-6.97754 -2.26562c-1.39746 -0.464844 -34.2432 -11.0537 -71.96 -11.0537c-22.7021 0 -42.4707 3.87598 -58.7871 11.499c-13.5957 6.35352 -30.4951 9.59277 -50.2119 9.59277c-34.54 0 -65.373 -9.95312 -65.6748 -10.0371
|
||||
l-13.2617 -4.3418v171.631l7.14746 2.18652c1.625 0.498047 40.3105 12.251 77.9316 12.251c23.3789 0 41.6338 -4.61816 54.2764 -13.7129c9.11719 -6.56934 23.4004 -9.90039 42.4395 -9.90039c34.625 0 71.6211 11.2461 71.9922 11.3623zM490.31 162.723v-0.000976562
|
||||
h0.00976562v129.393c-14.8027 -3.62207 -40.0459 -8.74121 -64.8447 -8.74121c-23.3691 0 -41.6348 4.62207 -54.2559 13.7285c-9.12695 6.57031 -23.3994 9.90039 -42.46 9.90039c-25.4658 0 -52.3496 -6.11426 -64.834 -9.3916v-129.223
|
||||
c13.2676 3.22852 35.0166 7.40039 58.6924 7.40039c22.7031 0 42.4824 -3.875 58.7881 -11.498c13.5967 -6.36426 30.4951 -9.59375 50.2109 -9.59375c24.7676 0 47.6279 5.10352 58.6934 8.02637zM221.434 317.083h-0.0117188v-314.532h-13.834h-15.6709v314.522
|
||||
c-5.10352 4.25098 -8.43457 10.5938 -8.43457 17.7617c0 12.8076 10.3887 23.1846 23.1797 23.1846c12.8066 0 23.1943 -10.377 23.1943 -23.1846c0 -7.15723 -3.31934 -13.501 -8.42285 -17.752zM1.44531 -64c0 0 74.8926 66.5488 206.154 66.5498
|
||||
c131.262 0 198.372 -66.5498 198.372 -66.5498h-404.526zM99.0713 355.34l4.80273 27.9844l-20.3301 19.8174l28.0977 4.08203l12.5518 25.4658l12.5684 -25.4658l28.1025 -4.08203l-20.3301 -19.8174l4.80762 -27.9844l-25.1484 13.2031zM362.304 88.1582l24.333 -3.51562
|
||||
l-17.6191 -17.1641l4.1709 -24.2266l-21.7695 11.4248l-21.749 -11.4248l4.15137 24.2266l-17.5986 17.1641l24.3125 3.51562l10.8838 22.0654zM375.265 381.027l4.15039 24.2324l-17.5977 17.1631l24.332 3.52148l10.8848 22.0557l10.8652 -22.0557l24.333 -3.52148
|
||||
l-17.5996 -17.1631l4.17285 -24.2324l-21.7715 11.4248zM67.2793 134.441l3.11328 18.0947l-13.1514 12.833l18.1709 2.62598l8.13184 16.4756l8.13184 -16.4756l18.1758 -2.62598l-13.1514 -12.833l3.10742 -18.0947l-16.2637 8.5332z" />
|
||||
<glyph glyph-name="028-jupiter-2" unicode=""
|
||||
d="M388.488 249.671c-1.62207 0.962891 -2.9375 3.27441 -2.9375 5.15918c0 3.3125 2.68848 6.00098 6 6.00098c0.90918 0 2.28125 -0.376953 3.06348 -0.84082c2.88184 -1.7168 7.94336 -3.10938 11.2969 -3.10938c5.55273 0 13.0156 3.39941 16.6602 7.58789
|
||||
c0.990234 1.14941 3.02637 2.08301 4.54395 2.08301c3.3125 0 6 -2.68848 6 -6c0 -1.24609 -0.666016 -3.01758 -1.4873 -3.95508c-5.62402 -6.46777 -17.1445 -11.7168 -25.7158 -11.7168c-5.17285 0 -12.9785 2.14648 -17.4238 4.79102zM203.242 318.689h-0.00488281
|
||||
c7.69727 -4.57031 13.9443 -15.5449 13.9443 -24.4961c0 -15.7256 -12.7627 -28.4883 -28.4883 -28.4883c-15.7246 0 -28.4873 12.7627 -28.4873 28.4883c0 4.31641 1.78809 10.832 3.99219 14.5439c0.966797 1.5957 3.26562 2.8916 5.13184 2.8916
|
||||
c3.3125 0 6 -2.68848 6 -6c0 -0.893555 -0.364258 -2.24512 -0.814453 -3.01758c-1.27441 -2.14746 -2.30859 -5.91699 -2.30859 -8.41406c0 -9.10059 7.38672 -16.4873 16.4873 -16.4873s16.4873 7.38672 16.4873 16.4873c0 5.17871 -3.61328 11.5283 -8.06543 14.1738
|
||||
c-1.59668 0.966797 -2.89258 3.26562 -2.89258 5.13184c0 3.3125 2.68848 6 6 6c0.893555 0 2.24609 -0.364258 3.01855 -0.813477zM139.46 162.53c1.8877 0.473633 4.99902 0.858398 6.94531 0.858398c12.251 0 24.6357 -9.6377 27.6465 -21.5117
|
||||
c0.102539 -0.402344 0.186523 -1.06641 0.186523 -1.48242c0 -3.31152 -2.68848 -6 -6 -6c-2.58691 0 -5.19434 2.03613 -5.82129 4.5459c-1.7373 6.87207 -8.90039 12.4502 -15.9893 12.4502c-8.28906 0 -15.6455 -6.69824 -16.4199 -14.9502
|
||||
c-0.279297 -3.00098 -2.95312 -5.43945 -5.9668 -5.44336c-0.1875 0 -0.375 0.00878906 -0.564453 0.0263672c-3.00391 0.279297 -5.44238 2.95605 -5.44238 5.97363c0 0.154297 0.0117188 0.404297 0.0253906 0.557617c1.04688 11.0576 10.6338 22.2461 21.4004 24.9756z
|
||||
M150.47 118.922h0.00488281c0.382812 0.0917969 1.01074 0.166992 1.4043 0.166992c3.31152 0 6 -2.68848 6 -6c0 -2.5498 -2.00098 -5.14844 -4.46582 -5.80078c-1.87598 -0.473633 -4.96875 -0.858398 -6.90332 -0.858398h-0.00976562h-0.00585938
|
||||
c-7.43945 0 -17.3262 4.65234 -22.0693 10.3838c-0.765625 0.919922 -1.38672 2.63867 -1.38672 3.83691c0 3.31152 2.6875 6 6 6c1.57324 0 3.6582 -0.991211 4.65234 -2.21094c2.74316 -3.31738 8.46484 -6.00977 12.7695 -6.00977
|
||||
c1.12402 0 2.91992 0.220703 4.00977 0.492188zM367.573 57.043c0.394531 0.0986328 1.04395 0.177734 1.45117 0.177734c2.58594 0 5.19336 -2.03613 5.82031 -4.54492c0.466797 -1.87207 0.845703 -4.95801 0.845703 -6.8877
|
||||
c0 -12.2188 -9.61035 -24.5859 -21.4502 -27.6045c-1.9248 -0.492188 -5.10059 -0.893555 -7.08691 -0.894531c-4.30469 0.00195312 -10.7979 1.79395 -14.4941 4c-1.62109 0.962891 -2.93652 3.27344 -2.93652 5.15918c0 3.31152 2.6875 6 6 6
|
||||
c0.90918 0 2.28125 -0.376953 3.06348 -0.84082c2.14844 -1.27539 5.91895 -2.31055 8.41699 -2.31055c9.10156 0 16.4883 7.38672 16.4883 16.4873c0 1.11719 -0.219727 2.90332 -0.489258 3.9873c-0.0986328 0.393555 -0.177734 1.04297 -0.177734 1.44922
|
||||
c0 2.58789 2.03809 5.19629 4.54883 5.82227zM333.025 54.2002h0.00488281c-0.958008 -1.64648 -3.28125 -2.98242 -5.18652 -2.98242c-3.31152 0 -6 2.68848 -6 6c0 0.924805 0.389648 2.31738 0.868164 3.1084c4.57812 7.69043 15.5566 13.9326 24.5078 13.9326
|
||||
c4.31152 0 10.8213 -1.7832 14.5312 -3.97949c1.62109 -0.962891 2.9375 -3.27441 2.9375 -5.16016c0 -3.31152 -2.68848 -6 -6 -6c-0.90918 0 -2.28223 0.376953 -3.06348 0.84082c-2.14844 1.27344 -5.91797 2.30566 -8.41504 2.30566
|
||||
c-5.18066 0 -11.5361 -3.61328 -14.1846 -8.06543zM139.312 28.4629v0.00390625c1.31543 -0.994141 2.38281 -3.1377 2.38281 -4.78613c0 -3.3125 -2.6875 -6 -6 -6c-1.14355 0 -2.80176 0.572266 -3.70117 1.27734c-24.5566 18.9814 -59.3564 54.7197 -77.6777 79.7725
|
||||
c-0.602539 0.856445 -1.0918 2.40234 -1.0918 3.44922c0 3.3125 2.68848 6 6 6c1.63477 0 3.76855 -1.05273 4.7627 -2.34961c17.7666 -24.2969 51.5127 -58.957 75.3252 -77.3672zM469.391 324.283h0.00292969c20.7031 -33.5098 37.5059 -92.6748 37.5059 -132.063
|
||||
c0 -107.644 -84.6299 -216.688 -188.905 -243.403c-5.0026 -1.27214 -10.0169 -2.39062 -15.043 -3.35547c-0.191406 -0.0458984 -0.37793 -0.0859375 -0.578125 -0.113281c-12.8115 -2.43555 -33.7939 -4.41309 -46.8359 -4.41309
|
||||
c-138.405 0 -250.733 112.329 -250.733 250.734c0 38.1455 15.8604 95.6924 35.4023 128.452c40.2783 67.8154 136.982 122.854 215.857 122.854c76.6172 0 171.867 -52.6592 212.613 -117.543zM220.446 428.322c-8.10645 -23.0312 -8.6084 -62.5557 -8.42188 -79.0215
|
||||
c0.0664062 -3.28711 2.44141 -7.27441 5.2998 -8.89941l0.0878906 -0.0527344c15.2959 -9.0918 27.7109 -30.9121 27.7109 -48.7061c0 -1.86133 -0.179688 -4.87109 -0.400391 -6.71875c-0.135742 -1.02539 -0.246094 -2.69629 -0.246094 -3.73047
|
||||
c0 -6.26465 3.50684 -15.0293 7.82812 -19.5645c10.4404 -10.7578 25.2949 -25.0127 36.7754 -31.8291c21.0732 -12.623 58.1123 -22.8682 82.6768 -22.8682c6.3623 0 16.6377 0.736328 22.9355 1.64355c29.5645 4.18066 70.7949 24.6094 92.0303 45.5996
|
||||
c-4.81641 17.9844 -16.5117 45.5303 -26.1064 61.4863c-6.62109 -5.85059 -18.4287 -13.7617 -26.3574 -17.6602c1.79883 -2.69434 3.9043 -7.42969 4.7002 -10.5703c0.102539 -0.402344 0.186523 -1.06641 0.186523 -1.48242c0 -3.31152 -2.68848 -6 -6.00098 -6
|
||||
c-2.57324 0 -5.17773 2.02441 -5.81348 4.51758c-2.34277 9.18945 -11.9414 16.6484 -21.4248 16.6484c-6.94727 0 -15.4639 -4.84863 -19.0117 -10.8223c-0.155273 -0.265625 -0.299805 -0.533203 -0.443359 -0.799805
|
||||
c-0.0859375 -0.195312 -0.244141 -0.501953 -0.354492 -0.685547c-1.27441 -2.55664 -2.30957 -6.95117 -2.30957 -9.80762c0 -2.27832 0.670898 -5.85059 1.49707 -7.97266c0.22168 -0.576172 0.401367 -1.54297 0.401367 -2.16016
|
||||
c0 -3.3125 -2.68848 -6.00195 -6.00195 -6.00195c-2.27246 0 -4.78125 1.72168 -5.59961 3.84277c-1.27051 3.27344 -2.30176 8.78027 -2.30176 12.292c0 2.02051 0.349609 5.26367 0.779297 7.23828c-15.1064 1.2207 -37.9424 8.49219 -50.9736 16.2305
|
||||
c-1.59668 0.966797 -2.8916 3.2666 -2.8916 5.13281c0 3.31152 2.6875 6 6 6c0.893555 0 2.24512 -0.365234 3.01758 -0.814453c12.7207 -7.55859 35.041 -14.207 49.8242 -14.8398c5.59961 8.36328 18.3135 15.1504 28.3779 15.1504
|
||||
c5.16309 0 12.958 -2.13477 17.4004 -4.76465c0.683594 -0.405273 1.33789 -0.836914 1.9834 -1.2832c8.78906 3.91504 21.6787 12.3701 28.7715 18.8721c-6.63379 9.81836 -18.751 24.6523 -27.0479 33.1123c-7.22168 -9.49316 -22.4688 -19.5645 -34.0332 -22.4824
|
||||
c-4.19629 -1.07812 -11.1191 -1.9541 -15.4521 -1.9541c-19.3545 0 -43.1719 13.4551 -53.1621 30.0322c-0.507812 0.807617 -0.918945 2.23828 -0.918945 3.19238c0 3.31152 2.6875 6 6 6c1.9082 0 4.23438 -1.34082 5.19141 -2.99219
|
||||
c8.09473 -13.3594 27.3428 -24.2021 42.9629 -24.2021c14.1797 0 32.4248 9.33008 40.7266 20.8252c-20.7598 19.1104 -59.29 41.9922 -86.0059 51.0742c-2.72656 -5.67285 -4.93945 -15.3838 -4.93945 -21.6768c0 -0.206055 0.00195312 -0.539062 0.00585938 -0.744141
|
||||
c0 -0.0351562 0.000976562 -0.0917969 0.000976562 -0.126953c0 -3.26074 -2.64648 -5.9375 -5.90723 -5.97363h-0.100586c-3.26074 0.00292969 -5.94922 2.65234 -6 5.91309c-0.00292969 0.253906 -0.00683594 0.666992 -0.00683594 0.920898
|
||||
c0 7.29395 2.41211 18.6182 5.38281 25.2793c-11.4023 3.23047 -30.2324 6.76172 -42.0303 7.88184c-1.74219 -6.99023 -3.15527 -18.5098 -3.15527 -25.7129c0 -17.3359 7.64258 -43.2178 17.0596 -57.7734c0.529297 -0.819336 0.958984 -2.27734 0.958984 -3.25293
|
||||
c0 -3.3125 -2.68848 -6 -6 -6c-1.80469 0 -4.06348 1.23047 -5.04199 2.74609c-10.4756 16.1953 -18.9775 44.9922 -18.9775 64.2803c0 7.4209 1.35156 19.3135 3.01562 26.5459c-3.38737 0.151042 -6.78092 0.226562 -10.1807 0.226562
|
||||
c-9.98535 -0.00292969 -26.0996 -1.22949 -35.9697 -2.7373zM315.03 -39.5557c36.166 9.125 86.5713 38.2832 112.512 65.0859c-9.00977 -2.43848 -18.5039 -4.7002 -26.4336 -6.48926c-6.60645 -1.52734 -16.0801 -6.42285 -21.1475 -10.9277
|
||||
c-7.96484 -7.05078 -23.0615 -12.7734 -33.6982 -12.7734c-7.7373 0 -19.4082 3.21777 -26.0518 7.18262c-1.30859 0.801758 -3.31641 2.26172 -4.48242 3.25977c-5.53027 4.63379 -15.7939 9.36426 -22.9092 10.5576c-30.6807 5.07227 -77.2617 22.1074 -103.976 38.0254
|
||||
c-8.03418 4.77344 -19.6084 13.0752 -27.9092 19.2002c-4.63379 3.3418 -13.0156 6.44238 -18.71 6.9209c-27.9023 2.6709 -50.8594 27.5859 -51.2422 55.6133c-0.0244141 7.08496 -2.24219 18.1475 -4.9502 24.6943c-7.56934 17.8086 -18.5059 45.1807 -27.6309 74.4443
|
||||
c-7.96094 25.5303 -12.9766 47.5527 -15.0195 65.8154c-14.5908 -28.2363 -26.4316 -76.9473 -26.4316 -108.73c0 -0.504883 0.00292969 -1.32422 0.00683594 -1.8291c0.167969 -0.288086 0.391602 -0.77832 0.5 -1.09375
|
||||
c0.135742 -0.400391 10.123 -29.083 34.3223 -65.9844c0.53418 -0.823242 0.96875 -2.28809 0.96875 -3.26953c0 -3.3125 -2.6875 -6 -6 -6c-1.78027 0 -4.02148 1.20508 -5.00391 2.68945c-6.5332 9.94531 -16.2402 26.6113 -21.6689 37.2002
|
||||
c1.13411 -7.04688 2.59245 -14.0684 4.375 -21.0645c25.3545 -99.3535 129.152 -179.989 231.69 -179.989c2.62598 0 6.88574 0.0849609 9.50977 0.189453c-26.2109 7.00391 -66.6416 23.543 -90.2461 36.917c-1.6748 0.953125 -3.0332 3.28906 -3.0332 5.21484
|
||||
c0 3.3125 2.68848 6 6 6c0.876953 0 2.20605 -0.351562 2.96777 -0.785156c36.4717 -20.7568 76.877 -35.2529 120.101 -43.1133c4.53906 0.884766 9.07129 1.88672 13.5908 3.03906zM461.476 70c4.4248 7.45508 10.7979 19.9697 14.2246 27.9326
|
||||
c-19.6025 -10.0566 -53.0996 -21.4375 -74.7715 -25.4033c-2.24121 -0.411133 -5.90918 -0.744141 -8.1875 -0.744141h-0.0126953c-7.8125 0.0449219 -19.4814 3.52148 -26.0459 7.75977c-0.188477 0.121094 -0.369141 0.235352 -0.543945 0.334961
|
||||
c-5.08398 2.99805 -14 5.43164 -19.9023 5.43164c-5.50781 0 -13.9033 -2.1377 -18.7402 -4.77246c-5.94922 -3.30566 -16.3018 -5.98828 -23.1084 -5.98828c-3.72461 0 -9.65137 0.84082 -13.2285 1.87598c-24.2441 7.0498 -57.2607 17.8906 -76.9004 29.5498
|
||||
c-1.36426 0.807617 -3.01074 1.84668 -4.89941 3.08789c-8.92676 5.78516 -16.6377 19.1006 -17.2119 29.7227c-0.567383 13.3096 -10.3311 29.6191 -21.7939 36.4072c-2.34375 1.38867 -7.10156 3.26367 -16.459 4.2998c-12.959 1.45703 -28.8066 11.7842 -35.373 23.0508
|
||||
c-20.1758 34.9258 -36.5498 96.0068 -36.5498 136.342c0 4.86035 0.254883 12.7422 0.568359 17.5918c-8.74512 -9.26855 -21.3789 -25.5283 -28.2002 -36.293c-0.788086 -46.9619 29.5361 -123.633 42.7363 -154.699c3.21875 -7.74414 5.86426 -20.834 5.90527 -29.2207
|
||||
c0.298828 -22.085 18.3867 -41.7236 40.3721 -43.835c7.52539 -0.650391 18.5938 -4.77832 24.707 -9.21289c8.07715 -5.96191 19.3027 -14.0156 26.9092 -18.5322c25.6426 -15.2793 70.3564 -31.6309 99.8066 -36.5c8.89551 -1.48828 21.7275 -7.39551 28.6426 -13.1855
|
||||
c0.758789 -0.658203 2.06543 -1.62598 2.91699 -2.16016c5.08008 -3.03223 14.0059 -5.49316 19.9229 -5.49316c8.13184 0 19.6738 4.37402 25.7637 9.76465c6.33887 5.62402 18.1855 11.7324 26.4443 13.6348c13.7705 3.10645 32.3154 7.64453 44.1396 11.9375
|
||||
c5.72461 7.18262 14.1787 19.4199 18.8691 27.3164zM482.376 115.266l-0.00292969 0.00585938c4.87109 14.2549 10.0352 37.9893 11.5273 52.9795c-28.7236 -17.1426 -79.165 -32.0156 -112.594 -33.2002c-2.80664 -0.0996094 -5.62207 -0.150391 -8.42188 -0.150391
|
||||
c-65.6475 0.110352 -150.534 43.0908 -189.479 95.9385c-2.06152 2.78418 -6.44043 5.80957 -9.77441 6.75293c-6.17383 1.74805 -10.8867 3.57422 -14.0078 5.42676c-15.292 9.08008 -27.7031 30.8828 -27.7031 48.668c0 8.5752 3.55371 21.5195 7.93066 28.8936
|
||||
c0.225586 0.379883 0.494141 0.810547 0.793945 1.26562c0.643555 0.995117 1.16602 2.76367 1.16602 3.94824c0 0.386719 -0.0595703 1.00879 -0.133789 1.3877c-2.22461 11.8438 -4.0293 31.2363 -4.0293 43.2871c0 8.40723 0.881836 21.9951 1.96973 30.3311
|
||||
c-13.0869 -7.26172 -32.7148 -21.3047 -43.8125 -31.3457c-1.00195 -8.43945 -1.81445 -22.1865 -1.81445 -30.6855c0 -38.5195 15.6396 -96.8506 34.9102 -130.203c4.88477 -8.38281 16.6738 -16.0635 26.3145 -17.1465c9.22168 -1.02051 16.376 -3.01172 21.2656 -5.91211
|
||||
c14.5439 -8.61035 26.9336 -29.3037 27.6543 -46.1895c0.419922 -7.24316 5.71387 -16.3066 11.8164 -20.2305c1.7373 -1.14453 3.23047 -2.08594 4.43066 -2.7998c19.5312 -11.5967 54.8164 -22.7363 74.1162 -28.3438
|
||||
c2.66992 -0.769531 7.09277 -1.39355 9.87207 -1.39355c5.11328 0 12.8877 2.01855 17.3545 4.50684c6.32422 3.44434 17.3008 6.23926 24.502 6.23926c7.72168 0 19.3857 -3.18555 26.0361 -7.11035c0.282227 -0.167969 0.568359 -0.342773 0.860352 -0.529297
|
||||
c4.92383 -3.22754 13.6973 -5.84766 19.585 -5.84766c1.68066 0 4.38965 0.230469 6.0459 0.515625c24.5762 4.49707 62.0381 18.3584 83.6221 30.9414zM494.892 183.004l-0.00292969 0.00488281c0.0849609 2.3584 0.15332 6.1875 0.15332 8.54785
|
||||
c0 13.7041 -2.28418 35.7109 -5.09863 49.123c-22.0918 -20.0957 -64.0195 -39.8037 -93.5879 -43.9902c-6.61133 -0.928711 -17.3945 -1.68262 -24.0703 -1.68262h-0.0214844c-26.499 0.00488281 -66.5098 10.9697 -89.3096 24.4756
|
||||
c-12.6152 7.48926 -28.3135 22.5088 -39.2607 33.79c-6.19336 6.45605 -11.2188 18.9561 -11.2188 27.9023c0 1.43457 0.149414 3.75293 0.333008 5.1748c0.174805 1.45703 0.31543 3.8291 0.31543 5.29688c0 14.0225 -9.7832 31.2188 -21.8369 38.3838l-0.117188 0.0693359
|
||||
c-6.06348 3.5166 -11.0557 12.0576 -11.1436 19.0664c-0.21582 19.3838 0.541016 52.8408 7.11328 76.7412c-3.39388 -0.709635 -6.78255 -1.49544 -10.166 -2.35742c-12.6299 -3.21289 -32.4316 -10.3652 -44.1992 -15.9639
|
||||
c-1.72363 -10.1777 -3.12305 -26.8164 -3.12305 -37.1396c0 -11.4307 1.71289 -29.8262 3.82227 -41.0605c0.188477 -0.984375 0.34082 -2.59766 0.34082 -3.59961c0 -3.1543 -1.39844 -7.8584 -3.12109 -10.5c-0.197266 -0.301758 -0.376953 -0.584961 -0.525391 -0.833008
|
||||
c-3.44922 -5.81055 -6.24805 -16.0088 -6.24805 -22.7656c0 -14.0146 9.78027 -31.1943 21.8301 -38.3496c2.94531 -1.51074 7.94043 -3.39258 11.1514 -4.2002c5.52051 -1.56445 12.7686 -6.58008 16.1797 -11.1943c37.0332 -50.249 117.75 -91.0303 180.172 -91.0303
|
||||
c2.10547 0 5.52344 0.0585938 7.62793 0.129883c34.2158 1.21094 85.2939 17.3213 114.012 35.9609z" />
|
||||
<glyph glyph-name="030-pickaxe" unicode=""
|
||||
d="M510.369 159.964c5.76074 -51.8486 -5.65332 -86.8838 -6.1416 -88.3486c-2.07324 -6.22168 -7.89648 -10.376 -14.2725 -10.376c-0.820312 0 -1.64941 0.0683594 -2.48145 0.209961c-7.27734 1.24219 -12.5674 7.47168 -12.4766 14.8467
|
||||
c-0.0400391 1.25684 -0.93457 21.8574 -16.2188 56.6494c-11.998 27.3145 -35.1211 68.1611 -79.0322 117.893l-301.621 -301.621c-8.52148 -8.52246 -19.8525 -13.2168 -31.9072 -13.2168c-12.0518 0 -23.3828 4.69336 -31.9053 13.2139l-1.10449 1.10352
|
||||
c-17.5947 17.5957 -17.5947 46.2236 -0.00292969 63.8184l301.625 301.621c-50.834 44.8896 -92.4932 68.1592 -120.292 80.0732c-34.4512 14.7637 -54.001 15.1768 -54.1885 15.1768c-7.35742 0 -13.6279 5.33496 -14.8066 12.5967s3.08398 14.3066 10.0625 16.6338
|
||||
c1.46582 0.487305 36.4971 11.9014 88.3496 6.14062c30.1748 -3.35254 60.0127 -11.8369 88.6855 -25.2168c22.8906 -10.6836 45.0547 -24.5352 66.2529 -41.3408l15.5186 15.5195c17.5938 17.5947 46.2227 17.5947 63.8164 0l1.10547 -1.10547
|
||||
c17.5918 -17.5908 17.5918 -46.2188 -0.00292969 -63.8125l-15.5195 -15.5195c16.8057 -21.1973 30.6572 -43.3613 41.3408 -66.2539c13.3799 -28.6719 21.8633 -58.5098 25.2168 -88.6846zM369.485 305.495c58.8428 -58.8408 92.1406 -109.467 110.979 -148.058
|
||||
c-0.0292969 0.25293 -0.0585938 0.507812 -0.0888672 0.761719c-7.20605 61.2148 -36.9473 118.34 -88.3965 169.79c-51.4502 51.4492 -108.575 81.1904 -169.791 88.3965c-0.253906 0.0292969 -0.507812 0.0595703 -0.760742 0.0878906
|
||||
c38.5908 -18.8379 89.2178 -52.1367 148.059 -110.979zM415.625 374.128l-13.8965 -13.8955c3.8584 -3.5752 7.68066 -7.25 11.4619 -11.0312c3.78125 -3.78027 7.45605 -7.60352 11.0312 -11.4619l13.8955 13.8955c5.89648 5.89648 5.89648 15.4932 0 21.3896
|
||||
l-1.10547 1.10547c-2.94629 2.94727 -6.81934 4.4209 -10.6914 4.4209c-3.87305 0 -7.74707 -1.47363 -10.6953 -4.42285zM56.9111 -29.5713l302.492 302.491c-3.59766 3.74707 -7.2998 7.5332 -11.1299 11.3633c-3.83105 3.83105 -7.61621 7.53125 -11.3643 11.1299
|
||||
l-302.49 -302.49c-5.89551 -5.89648 -5.89551 -15.4941 0.000976562 -21.3906l1.10156 -1.09961c0.000976562 0 0.000976562 -0.00195312 0.00195312 -0.00292969c2.85547 -2.85645 6.6543 -4.42969 10.6943 -4.42969s7.83887 1.57324 10.6934 4.42871z" />
|
||||
<glyph glyph-name="024-water-drops" unicode=""
|
||||
d="M309.877 149.538c-31.3643 -55.5625 -45.3516 -92.4053 -45.3506 -119.46c0 -26.7148 8.48633 -51.4854 22.9053 -71.7559c-25.1152 -14.2021 -54.1035 -22.3223 -84.957 -22.3223c-95.4785 0 -173.156 77.6777 -173.156 173.156
|
||||
c0 38.8398 27.2578 106.82 81.0156 202.051c39.3623 69.7295 79.2744 129.535 79.6719 130.132c2.78418 4.16211 7.46191 6.66113 12.4688 6.66113c5.00781 0 9.68457 -2.49902 12.4688 -6.66113c0.398438 -0.59668 40.3096 -60.4023 79.6719 -130.132
|
||||
c21.5791 -38.2256 38.877 -72.0508 51.8672 -101.373c-7.2627 -11.1895 -21.8564 -34.1689 -36.6055 -60.2959zM441.205 134.791c27.9092 -49.4414 41.4766 -83.6934 41.4746 -104.713c0 -51.875 -42.2031 -94.0781 -94.0781 -94.0781s-94.0771 42.2031 -94.0771 94.0781
|
||||
c0 21.0195 13.5674 55.2715 41.4766 104.713c19.8213 35.1104 39.3135 64.3213 40.1328 65.5479c2.78418 4.16211 7.46094 6.66113 12.4688 6.66113c5.00879 0 9.68555 -2.49902 12.4697 -6.66113c0.820312 -1.22656 20.3125 -30.4375 40.1328 -65.5479z" />
|
||||
<glyph glyph-name="019-snowflake" unicode=""
|
||||
d="M482.885 157.988c3.7998 -9.35449 -0.702148 -20.0186 -10.0576 -23.8203l-50.8086 -20.6631l47.0234 -28.2559c8.77051 -5.00879 11.8184 -16.1768 6.81152 -24.9473c-5.00879 -8.77051 -16.1777 -11.8184 -24.9473 -6.81152
|
||||
c-0.236328 0.135742 -0.46875 0.275391 -0.699219 0.420898l-47.0205 28.252l5.61035 -54.582c0.869141 -10.0625 -6.58203 -18.9229 -16.6445 -19.793c-9.83398 -0.850586 -18.5674 6.25879 -19.7314 16.0596l-8.41211 81.8564l-89.8574 53.9805v-104.826l65.8291 -49.3711
|
||||
c8.0791 -6.05957 9.71582 -17.5215 3.65625 -25.6006s-17.5215 -9.7168 -25.6006 -3.65723l-43.8867 32.9141v-54.8574c0 -10.0986 -8.1875 -18.2861 -18.2852 -18.2861c-10.0986 0 -18.2861 8.1875 -18.2861 18.2861v54.8574l-43.8867 -32.9141
|
||||
c-8.0791 -6.05957 -19.541 -4.42188 -25.6006 3.65723s-4.42285 19.541 3.65625 25.6006l65.8291 49.3711v104.826l-89.8496 -53.9932l-8.41211 -81.8564c-0.869141 -10.0615 -9.73047 -17.5137 -19.792 -16.6436c-10.0615 0.869141 -17.5137 9.73047 -16.6445 19.792
|
||||
c0.0175781 0.194336 0.0371094 0.390625 0.0605469 0.584961l5.61133 54.582l-47.0205 -28.2529c-8.53809 -5.39355 -19.833 -2.8457 -25.2266 5.69238c-5.39453 8.53809 -2.8457 19.832 5.69141 25.2266c0.229492 0.144531 0.463867 0.285156 0.699219 0.419922
|
||||
l47.0244 28.2559l-50.8096 20.6631c-9.29395 3.95117 -13.626 14.6885 -9.6748 23.9824c3.86133 9.08594 14.2393 13.4658 23.4424 9.89453l76.2256 -30.9971l91.4639 54.9668l-91.4727 54.9619l-76.2246 -31.0078c-9.41504 -3.65332 -20.0088 1.01953 -23.6621 10.4346
|
||||
c-3.57129 9.20312 0.808594 19.5811 9.89453 23.4424l50.8086 20.6641l-47.0205 28.2617c-8.76953 5.00879 -11.8184 16.1768 -6.81152 24.9463c5.00879 8.76953 16.1777 11.8184 24.9463 6.81152c0.236328 -0.135742 0.46875 -0.276367 0.699219 -0.420898l47.0205 -28.252
|
||||
l-5.61035 54.582c-1.03027 10.0459 6.27832 19.0264 16.3242 20.0566s19.0264 -6.27832 20.0566 -16.3242l8.41211 -81.8564l89.8555 -53.9873v104.829l-65.8291 49.3711c-8.08203 6.05664 -9.72363 17.5166 -3.66699 25.5986
|
||||
c6.05664 8.08301 17.5166 9.72461 25.5986 3.66797c0.00488281 -0.00292969 0.0078125 -0.00683594 0.0126953 -0.00976562l43.8867 -32.9131v54.8555c-0.00195312 10.0986 8.18555 18.2861 18.2842 18.2861s18.2861 -8.1875 18.2861 -18.2861v-54.8574l43.8857 32.9141
|
||||
c8.0791 6.05957 19.541 4.42188 25.6006 -3.65723s4.42285 -19.541 -3.65625 -25.6006l-65.8291 -49.3711v-104.827l89.8545 53.9941l8.41211 81.8564c1.19141 10.0283 10.2881 17.1914 20.3164 16.001c9.80176 -1.16504 16.9102 -9.89844 16.0596 -19.7324
|
||||
l-5.61035 -54.582l47.0205 28.252c8.53711 5.39453 19.832 2.8457 25.2256 -5.69336c5.39453 -8.53809 2.84473 -19.832 -5.69336 -25.2266c-0.229492 -0.144531 -0.461914 -0.285156 -0.699219 -0.419922l-47.0254 -28.2559l50.8096 -20.6631
|
||||
c9.29395 -3.95117 13.626 -14.6885 9.6748 -23.9824c-3.86133 -9.08594 -14.2393 -13.4658 -23.4424 -9.89453l-76.2256 30.9971l-91.4639 -54.9668l91.4727 -54.9619l76.2246 30.998c9.33887 3.80957 19.998 -0.673828 23.8057 -10.0127
|
||||
c0.00488281 -0.00976562 0.00976562 -0.0224609 0.0146484 -0.0332031z" />
|
||||
<glyph glyph-name="032-bacteria" unicode=""
|
||||
d="M371.456 165.862c2.12207 -0.790039 3.84375 -2.3916 4.78516 -4.45117s1.02441 -4.40918 0.232422 -6.53125c-12.9766 -34.7441 -33.3896 -66.2324 -59.8105 -92.2627c-16.8018 -16.7324 -35.8135 -31.0879 -56.5078 -42.666
|
||||
c-4.11426 -2.2998 -9.31348 -0.829102 -11.6133 3.28516s-0.829102 9.31348 3.28516 11.6143c19.3438 10.8193 37.1133 24.2393 52.8125 39.8848c24.6631 24.2969 43.7207 53.6885 55.8428 86.1182c1.64844 4.41211 6.56055 6.6543 10.9736 5.00879zM151.782 157.866
|
||||
c-3.31348 0.00292969 -6.32617 1.92285 -7.72754 4.92578c-1.40039 3.00293 -0.936523 6.5459 1.19141 9.08594c14.1973 16.8369 25.1406 36.166 32.2725 57.0029c0.982422 2.8877 3.42969 5.03125 6.4209 5.625c2.99121 0.592773 6.07129 -0.454102 8.08105 -2.74805
|
||||
c2.00879 -2.29395 2.64258 -5.48535 1.66016 -8.37207c-7.81055 -22.8311 -19.7959 -44.0117 -35.3447 -62.4639c-1.62402 -1.93945 -4.02441 -3.05859 -6.55371 -3.05566zM250.59 200.312v0.0683594c-1.51367 -2.66211 -4.33691 -4.30957 -7.39941 -4.31543
|
||||
c-3.0625 -0.00683594 -5.89355 1.62695 -7.41797 4.28223c-1.52539 2.65625 -1.51074 5.9248 0.0380859 8.56641l4.53906 7.85938c-7.45508 5.38086 -13.998 11.9238 -19.3789 19.3789l-7.85938 -4.54004c-2.6416 -1.54785 -5.91016 -1.5625 -8.56543 -0.0371094
|
||||
c-2.65527 1.52441 -4.29004 4.35547 -4.2832 7.41797s1.65332 5.88574 4.31543 7.39941l7.8252 4.52246c-3.81348 8.36914 -6.23438 17.3047 -7.16797 26.4531h-8.96875c-4.71289 0 -8.5332 3.82031 -8.5332 8.5332s3.82031 8.53418 8.5332 8.53418h9.01172
|
||||
c0.929688 9.14941 3.35059 18.085 7.16797 26.4531l-7.8252 4.52246c-2.66211 1.51367 -4.30957 4.33691 -4.31641 7.39941c-0.00585938 3.0625 1.62793 5.89355 4.2832 7.41797c2.65527 1.52539 5.9248 1.51074 8.56641 -0.0380859l7.85938 -4.53906
|
||||
c5.38867 7.45703 11.9404 14 19.4043 19.3789l-4.54004 7.85938c-1.54785 2.6416 -1.5625 5.91016 -0.0371094 8.56543c1.52441 2.65527 4.35547 4.29004 7.41797 4.2832s5.88574 -1.65332 7.39941 -4.31543l4.52246 -7.8252
|
||||
c8.36914 3.81445 17.3037 6.23535 26.4531 7.16797v8.96875c0 4.71289 3.82129 8.5332 8.5332 8.5332c4.71289 0 8.53418 -3.82031 8.53418 -8.5332v-9.01172c9.14941 -0.932617 18.084 -3.35352 26.4531 -7.16797l4.52246 7.8252
|
||||
c1.51367 2.66211 4.33691 4.30957 7.39941 4.31641c3.0625 0.00585938 5.89355 -1.62793 7.41797 -4.2832c1.52539 -2.65527 1.51074 -5.9248 -0.0380859 -8.56641l-4.53906 -7.85938c7.45703 -5.38867 14 -11.9404 19.3789 -19.4043l7.85938 4.54004
|
||||
c2.6416 1.54785 5.91016 1.5625 8.56543 0.0371094c2.65527 -1.52441 4.29004 -4.35547 4.2832 -7.41797s-1.65332 -5.88574 -4.31543 -7.39941l-7.8252 -4.52246c3.81738 -8.36719 6.23828 -17.3037 7.16797 -26.4531h8.96875c4.71289 0 8.5332 -3.82129 8.5332 -8.5332
|
||||
c0 -4.71289 -3.82031 -8.53418 -8.5332 -8.53418h-9.03711c-0.933594 -9.14844 -3.35449 -18.084 -7.16797 -26.4531l7.8252 -4.52246c2.66211 -1.51367 4.30957 -4.33691 4.31543 -7.39941c0.00683594 -3.0625 -1.62695 -5.89355 -4.28223 -7.41797
|
||||
c-2.65625 -1.52539 -5.9248 -1.51074 -8.56641 0.0380859l-7.85938 4.53906c-5.38086 -7.45508 -11.9238 -13.998 -19.3789 -19.3789l4.54004 -7.85938c1.54785 -2.6416 1.5625 -5.91016 0.0371094 -8.56543c-1.52441 -2.65527 -4.35547 -4.29004 -7.41797 -4.2832
|
||||
s-5.88574 1.65332 -7.39941 4.31543l-4.52246 7.8252c-8.36914 -3.81348 -17.3047 -6.23438 -26.4531 -7.16797v-8.96875c0 -4.71289 -3.82031 -8.5332 -8.5332 -8.5332s-8.53418 3.82031 -8.53418 8.5332v8.96875c-9.14844 0.933594 -18.084 3.35449 -26.4531 7.16797z
|
||||
M221.866 285.866c0.0429688 -37.6846 30.582 -68.2236 68.2676 -68.2666c37.7021 0 68.2666 30.5645 68.2666 68.2666c0 37.7031 -30.5645 68.2676 -68.2666 68.2676c-37.7031 0 -68.2676 -30.5645 -68.2676 -68.2676zM256 311.467c0 4.71289 3.82031 8.5332 8.5332 8.5332
|
||||
s8.5332 -3.82031 8.5332 -8.5332s-3.82031 -8.5332 -8.5332 -8.5332s-8.5332 3.82031 -8.5332 8.5332zM264.533 251.733c0 4.71289 3.82031 8.5332 8.5332 8.5332s8.5332 -3.82031 8.5332 -8.5332s-3.82031 -8.5332 -8.5332 -8.5332s-8.5332 3.82031 -8.5332 8.5332z
|
||||
M119.467 72.5332c0 4.71289 3.82031 8.5332 8.5332 8.5332s8.5332 -3.82031 8.5332 -8.5332s-3.82031 -8.5332 -8.5332 -8.5332s-8.5332 3.82031 -8.5332 8.5332zM145.066 55.4668c0 4.71289 3.82031 8.5332 8.5332 8.5332s8.53418 -3.82031 8.53418 -8.5332
|
||||
s-3.82129 -8.5332 -8.53418 -8.5332s-8.5332 3.82031 -8.5332 8.5332zM307.2 294.4c0 4.71289 3.82031 8.5332 8.5332 8.5332s8.5332 -3.82031 8.5332 -8.5332s-3.82031 -8.53418 -8.5332 -8.53418s-8.5332 3.82129 -8.5332 8.53418zM213.333 72.5332
|
||||
c4.71289 0 8.5332 -3.82031 8.5332 -8.5332s-3.82031 -8.5332 -8.5332 -8.5332h-9.21582c-0.644531 -4.67773 -1.84766 -9.26172 -3.58398 -13.6533l7.95312 -4.55664c2.66211 -1.51367 4.30859 -4.33789 4.31543 -7.39941
|
||||
c0.00683594 -3.0625 -1.62793 -5.89355 -4.2832 -7.41895c-2.65527 -1.52441 -5.92383 -1.51074 -8.56543 0.0380859l-7.9873 4.6084c-2.91699 -3.69629 -6.25586 -7.03809 -9.9502 -9.95898l4.6084 -7.97852c2.31836 -4.07715 0.911133 -9.26172 -3.15137 -11.6074
|
||||
s-9.25586 -0.972656 -11.6279 3.07422l-4.5918 7.96191c-4.38965 -1.74902 -8.97363 -2.9668 -13.6533 -3.62695v-9.21582c0 -4.71289 -3.82031 -8.5332 -8.5332 -8.5332s-8.5332 3.82031 -8.5332 8.5332v9.17285c-4.67969 0.660156 -9.2627 1.87793 -13.6533 3.62695
|
||||
l-4.55664 -7.91895c-1.51367 -2.66211 -4.33691 -4.30859 -7.39941 -4.31543s-5.89355 1.62793 -7.41797 4.2832c-1.52539 2.65527 -1.51074 5.92383 0.0380859 8.56543l4.60742 7.97852c-3.69336 2.9209 -7.0332 6.2627 -9.9502 9.95898l-7.98633 -4.6084
|
||||
c-2.64258 -1.54883 -5.91113 -1.5625 -8.56641 -0.0380859c-2.65527 1.52539 -4.29004 4.35645 -4.2832 7.41895c0.00683594 3.06152 1.6543 5.88574 4.31543 7.39941l7.96191 4.59961c-1.74805 4.375 -2.96484 8.94531 -3.62695 13.6104h-9.21582
|
||||
c-4.71289 0 -8.5332 3.82031 -8.5332 8.5332s3.82031 8.5332 8.5332 8.5332h9.21582c0.650391 4.66406 1.85645 9.2334 3.59277 13.6104l-7.96191 4.59961c-4.0459 2.37305 -5.41895 7.56641 -3.07422 11.6289c2.3457 4.06152 7.53027 5.46973 11.6084 3.15137
|
||||
l7.98633 -4.6084c2.91699 3.69629 6.25684 7.03809 9.9502 9.95898l-4.60742 7.97852c-2.31934 4.07715 -0.911133 9.26172 3.15137 11.6074c4.06152 2.3457 9.25586 0.972656 11.6279 -3.07422l4.59082 -7.96191c4.39062 1.74902 8.97363 2.9668 13.6533 3.62695v9.21582
|
||||
c0 4.71289 3.82031 8.5332 8.5332 8.5332s8.5332 -3.82031 8.5332 -8.5332v-9.21582c4.66797 -0.663086 9.24023 -1.87988 13.6191 -3.62695l4.5918 7.96191c2.37207 4.04688 7.56543 5.41992 11.6279 3.07422s5.46973 -7.53027 3.15137 -11.6074l-4.6084 -7.97852
|
||||
c3.69434 -2.9209 7.0332 -6.2627 9.9502 -9.95898l7.9873 4.6084c4.07812 2.31836 9.2627 0.910156 11.6074 -3.15137c2.3457 -4.0625 0.972656 -9.25586 -3.07422 -11.6289l-7.96191 -4.59961c1.74805 -4.375 2.96582 -8.94531 3.62695 -13.6104h9.21582zM145.066 21.333
|
||||
c23.5527 0.0283203 42.6387 19.1143 42.667 42.667c0 23.5645 -19.1025 42.667 -42.667 42.667c-23.5635 0 -42.666 -19.1025 -42.666 -42.667s19.1025 -42.667 42.666 -42.667zM398.566 402.833c3.31445 -3.3291 3.31445 -8.71094 0 -12.04l-6.45117 -6.45117
|
||||
c14.8506 -17.0674 25.332 -37.4873 30.541 -59.5029l9.84766 3.27637c4.47656 1.48926 9.31348 -0.932617 10.8027 -5.41016s-0.932617 -9.31348 -5.41016 -10.8027l-12.2197 -4.0791c0.631836 -5.34766 0.962891 -10.7266 0.990234 -16.1113v-47.2744
|
||||
c0 -3.27734 -0.136719 -6.52832 -0.239258 -9.7793h8.77246c4.71289 0 8.5332 -3.82031 8.5332 -8.5332s-3.82031 -8.5332 -8.5332 -8.5332h-9.79688c-2.94531 -32.4795 -11.3945 -64.2217 -24.9854 -93.8672h0.648438c4.71289 0 8.5332 -3.82031 8.5332 -8.5332
|
||||
s-3.82031 -8.5332 -8.5332 -8.5332h-9.11328c-13.6436 -25.1436 -30.9092 -48.1445 -51.2432 -68.2666c-3.60645 -3.57324 -7.28125 -7.04297 -11.0244 -10.4111l9.14746 -9.14746c3.23438 -3.34863 3.1875 -8.6709 -0.103516 -11.9619
|
||||
c-3.29199 -3.29199 -8.61426 -3.33789 -11.9629 -0.104492l-10.1797 10.1807c-27.5098 -22.001 -58.7891 -38.8174 -92.3135 -49.6299l5.23047 -10.4531c2.10645 -4.21777 0.395508 -9.3457 -3.82324 -11.4521c-4.21777 -2.10645 -9.34473 -0.394531 -11.4512 3.82324
|
||||
l-6.60449 13.2178c-20.4678 -5.26562 -41.4395 -8.32422 -62.5586 -9.12207v-8.79785c0 -4.71289 -3.82031 -8.5332 -8.5332 -8.5332s-8.5332 3.82031 -8.5332 8.5332v8.78125c-21.7227 1.01465 -42.6494 8.48047 -60.1084 21.4443l-10.6582 -10.6582
|
||||
c-2.14258 -2.21875 -5.31543 -3.1084 -8.29883 -2.32715c-2.9834 0.780273 -5.31348 3.11035 -6.09473 6.09375c-0.78125 2.98438 0.108398 6.15625 2.32715 8.29883l9.85547 9.86523c-16.2451 16.4385 -26.4111 37.917 -28.8252 60.9023h-17.6641
|
||||
c-4.71289 0 -8.5332 3.82031 -8.5332 8.5332s3.82031 8.5332 8.5332 8.5332h17.4424c0.929688 26.1396 10.4219 51.249 27.0166 71.4668l-16.3584 16.3672c-3.23438 3.34766 -3.1875 8.66992 0.103516 11.9619c3.29199 3.29102 8.61426 3.33789 11.9629 0.103516
|
||||
l16.3154 -16.29c3.24902 2.83496 6.66895 5.46875 10.2402 7.88477c16.2617 10.54 30.9189 23.3701 43.5195 38.0928l-12.5781 8.37988c-3.9209 2.61621 -4.97949 7.91504 -2.36328 11.8359c2.61523 3.9209 7.91406 4.97949 11.835 2.36328l13.3809 -8.91699
|
||||
c15.2783 23.4258 23.7021 50.6572 24.3193 78.6172h-16.8359c-4.71289 0 -8.5332 3.82129 -8.5332 8.53418s3.82031 8.5332 8.5332 8.5332h17.5107c1.15918 17.9287 5.85449 35.4512 13.8154 51.5586l-18.1074 9.05371c-4.21875 2.10645 -5.92969 7.2334 -3.82324 11.4512
|
||||
s7.2334 5.92969 11.4512 3.82324l18.9355 -9.47168c12.9268 19.8428 30.8428 35.9395 51.9512 46.6768l-5.53809 11.0938c-2.10645 4.21777 -0.395508 9.34473 3.82324 11.4512c4.21777 2.10742 9.34473 0.395508 11.4512 -3.82227l5.97363 -11.8789
|
||||
c24.6904 8.94434 51.4531 10.498 77.0137 4.47168l3.53223 14.1826c0.696289 3.00391 2.95996 5.39844 5.91895 6.2627c2.95996 0.865234 6.15625 0.0664062 8.36035 -2.08984c2.20508 -2.15625 3.07422 -5.33398 2.27539 -8.31152l-3.72852 -14.9844
|
||||
c15.7744 -5.87109 30.3115 -14.6406 42.8623 -25.8564l6.28906 6.28906c3.33301 3.33105 8.73438 3.33105 12.0664 0zM328.687 50.5c20.0654 19.8809 36.9434 42.7373 50.04 67.7637c0.110352 0.264648 0.255859 0.486328 0.383789 0.742188
|
||||
c20.1025 38.7529 30.5615 81.7832 30.4893 125.44v47.2744c0.119141 32.1221 -12.3018 63.0234 -34.6191 86.127c-0.298828 0.15918 -0.583984 0.341797 -0.853516 0.545898c-0.177734 0.236328 -0.342773 0.480469 -0.495117 0.734375
|
||||
c-20.6562 20.8691 -48.3984 33.2188 -77.7295 34.6025c-1.91211 0.0908203 -3.81738 0.135742 -5.71777 0.135742c-15.9912 -0.00292969 -31.8174 -3.24219 -46.5234 -9.52246h-0.0429688c-13.2715 -5.63965 -25.4141 -13.6338 -35.8398 -23.5947
|
||||
c-23.7549 -22.4297 -37.1855 -53.6787 -37.1113 -86.3486c0.839844 -37.0537 -10.5205 -73.3564 -32.333 -103.322c-0.0429688 -0.0683594 0.00878906 -0.0761719 -0.09375 -0.230469c-0.102539 -0.15332 -0.239258 -0.255859 -0.350586 -0.400391
|
||||
c-14.749 -19.3438 -32.7451 -35.9775 -53.1875 -49.1611c-27.998 -19.3955 -43.915 -51.9395 -42.0352 -85.9473c2.20898 -48.2539 42.3857 -86.0039 90.6836 -85.2051c64.9531 -0.211914 127.887 22.5684 177.655 64.3066l0.0595703 0.09375
|
||||
c0.0595703 0.0595703 0.145508 0.0771484 0.213867 0.136719c5.97266 5.02637 11.8096 10.2656 17.4072 15.8291z" />
|
||||
<glyph glyph-name="033-dna" unicode=""
|
||||
d="M329.22 132.867c3.89453 -3.9082 3.91602 -10.2041 0.0166016 -14.1045c-0.00976562 -0.0078125 -0.0712891 -0.0693359 -0.0791016 -0.078125c-1.95703 -1.94238 -4.52344 -2.91797 -7.08691 -2.91797s-5.12305 0.974609 -7.07031 2.92773
|
||||
c-3.89355 3.90723 -3.91602 10.2041 -0.015625 14.1035c0.00878906 0.0078125 0.0703125 0.0703125 0.0791016 0.078125c3.91211 3.88574 10.2627 3.89941 14.1562 -0.00878906zM503.132 335.381c5.71777 -5.71777 8.86719 -13.3203 8.86816 -21.4092
|
||||
c0 -8.08594 -3.14941 -15.6875 -8.86719 -21.4053c-28.3174 -28.3184 -65.9707 -43.915 -106.021 -43.916h-23.9131v-23.9111c0 -25.3623 -6.48047 -50.4463 -18.7412 -72.5391c-2.67871 -4.83008 -8.76465 -6.57129 -13.5957 -3.89258
|
||||
c-4.8291 2.68164 -6.57129 8.76855 -3.8916 13.5977c10.6172 19.1309 16.2295 40.8574 16.2295 62.834l0.000976562 108.372c-0.000976562 29.2178 11.377 56.6885 32.0391 77.3516c1.94043 1.94141 3.00879 4.52051 3.00879 7.26367
|
||||
c0 2.74414 -1.06934 5.3252 -3.00879 7.26562c-4.00586 4.00684 -10.5234 4.00488 -14.5293 0c-24.542 -24.542 -38.0576 -57.1729 -38.0586 -91.8799v-108.373c0 -29.1758 -11.3906 -56.6357 -32.0723 -77.3184c-20.6807 -20.6797 -48.1406 -32.0713 -77.3164 -32.0713
|
||||
h-0.00195312h-23.9121v-20.5488h23.9121c21.3896 0 42.6045 5.33203 61.3525 15.4199c4.86426 2.61523 10.9277 0.794922 13.5439 -4.06738c2.61719 -4.86328 0.794922 -10.9287 -4.06836 -13.5449c-21.6504 -11.6504 -46.1426 -17.8076 -70.8281 -17.8076h-23.9121
|
||||
v-23.9121c-0.000976562 -40.0498 -15.5977 -77.7031 -43.916 -106.021c-5.90137 -5.90234 -13.6543 -8.85352 -21.4062 -8.85352s-15.5039 2.95215 -21.4062 8.85352c-9.46289 9.46387 -11.3311 23.6807 -5.62207 35.0312l-16.9258 16.9258
|
||||
c-3.90625 3.90625 -3.90527 10.2373 0 14.1426c3.9043 3.9043 10.2354 3.90332 14.1416 0l15.3975 -15.3965c4.41895 5.58594 8.12402 11.6201 11.0576 17.999l-53.1025 53.1016c-9.50781 -4.37305 -18.2676 -10.4307 -25.8877 -18.0508
|
||||
c-5.90137 -5.90234 -13.6543 -8.85352 -21.4062 -8.85352s-15.5049 2.95215 -21.4062 8.85352c-5.71777 5.71875 -8.86719 13.3213 -8.86719 21.4072s3.14941 15.6885 8.86621 21.4062c28.3174 28.3184 65.9707 43.915 106.021 43.916h23.9131v23.9111
|
||||
c0 82.6758 67.2617 149.938 149.938 149.938h23.9121v23.9131c0.000976562 40.0488 15.5977 77.7021 43.917 106.021c11.8037 11.8008 31.0098 11.8027 42.8125 0c5.71777 -5.71875 8.86719 -13.3203 8.86719 -21.4072c0 -4.83789 -1.13477 -9.49902 -3.26562 -13.6904
|
||||
l63.0625 -63.0635c11.3594 5.74414 25.6094 3.88672 35.0879 -5.5918zM37.5381 62.7627c20.6602 20.6602 48.1299 32.0391 77.3506 32.041h23.9121v10.2734v10.2734h-23.9131c-34.708 -0.000976562 -67.3379 -13.5166 -91.8789 -38.0586
|
||||
c-1.94043 -1.94141 -3.00879 -4.51953 -3.00879 -7.26367s1.06934 -5.3252 3.00879 -7.26562c4.00586 -4.00684 10.5234 -4.00488 14.5293 0zM99.125 73.3994l38.2734 -38.2734c0.911133 5.1543 1.40234 10.4199 1.40234 15.7637v23.9121h-23.9121
|
||||
c-5.34375 0 -10.6094 -0.491211 -15.7637 -1.40234zM223.261 135.35c5.90039 0 11.7139 0.574219 17.3799 1.68945l-39.6025 39.6025c-1.11523 -5.66602 -1.68945 -11.4795 -1.68945 -17.3799v-23.9121h23.9121zM261.861 144.104
|
||||
c6.2959 3.02832 12.2529 6.80762 17.7559 11.3008l-60.2129 60.2139c-4.49414 -5.50195 -8.27344 -11.459 -11.3018 -17.7559zM293.617 169.69c4.4082 5.60352 8.09668 11.6523 11.0127 18.043l-52.8975 52.8984c-6.38965 -2.91699 -12.4385 -6.60547 -18.043 -11.0127z
|
||||
M312.65 224.74v23.9121h-23.9121c-5.21484 0 -10.3574 -0.47168 -15.3955 -1.3457l37.9619 -37.9629c0.874023 5.03809 1.34668 10.1807 1.3457 15.3965zM312.652 268.651v20.5479h-23.9121c-71.6484 0 -129.938 -58.29 -129.938 -129.938l-0.000976562 -108.371
|
||||
c0.000976562 -29.2188 -11.377 -56.6895 -32.0391 -77.3516c-4.00488 -4.00488 -4.00488 -10.5225 0 -14.5293c4.00488 -4.00293 10.5225 -4.00391 14.5283 0.000976562c24.542 24.541 38.0576 57.1719 38.0586 91.8799h0.000976562v108.372
|
||||
c0 29.1768 11.3906 56.6357 32.0723 77.3184c20.6807 20.6797 48.1416 32.0713 77.3164 32.0713h0.00195312h23.9121zM392.349 388.383c-4.41699 -5.58984 -8.11621 -11.6279 -11.0469 -18.0098l53.0693 -53.0693c6.38281 2.93066 12.4209 6.63086 18.0098 11.0469z
|
||||
M373.199 333.112v-23.9131l23.9121 0.000976562c5.31738 0 10.5586 0.485352 15.6895 1.38965l-38.2119 38.2109c-0.90332 -5.13086 -1.38965 -10.3711 -1.38965 -15.6885zM488.99 306.71c1.94043 1.94141 3.00879 4.52051 3.00781 7.2627
|
||||
c0 2.74512 -1.06934 5.3252 -3.00879 7.26562c-4.00488 4.00586 -10.5225 4.00586 -14.5293 0c-20.6592 -20.6602 -48.1289 -32.0381 -77.3457 -32.0381h-0.00390625l-23.9121 -0.000976562v-10.2734v-10.2744h23.9131c34.708 0.000976562 67.3379 13.5166 91.8789 38.0586z
|
||||
M79.0898 36.0908c1.86035 -1.8584 2.92969 -4.43848 2.92969 -7.06836c0 -2.63086 -1.06934 -5.20898 -2.92969 -7.07031c-1.85938 -1.86133 -4.43945 -2.92969 -7.07031 -2.92969c-2.62988 0 -5.20996 1.06934 -7.06934 2.92969
|
||||
c-1.86035 1.85938 -2.93066 4.43945 -2.93066 7.07031c0 2.62988 1.07031 5.20996 2.93066 7.06836c1.85938 1.86133 4.43945 2.93164 7.06934 2.93164s5.20898 -1.07129 7.07031 -2.93164z" />
|
||||
<glyph glyph-name="010-planet-1" unicode=""
|
||||
d="M256 444c138.945 -0.158203 251.842 -113.055 252 -252c0 -139.104 -112.896 -252 -252 -252s-252 112.896 -252 252s112.896 252 252 252zM23.6963 180.456c1.19531 5.67188 1.35547 11.3115 -7.54395 17.4844
|
||||
c-0.0488281 -1.98047 -0.152344 -3.94043 -0.152344 -5.94043c0 -6.78027 0.351562 -13.4717 0.896484 -20.1123c2.77832 1.64941 5.82422 5.4873 6.7998 8.56836zM75.6357 304.748c13.3125 -20.3125 28.4443 -5.71191 26.4326 6.26367
|
||||
c-0.394531 1.87598 -1.80957 4.50098 -3.16016 5.86035c-11.1963 12.1201 -25.1201 4.28809 -25.0117 -6.74023c0.0478516 -1.625 0.827148 -4.03711 1.73926 -5.38379zM125.864 58.7998c1.4834 13.7998 -6.78809 21.0322 -20.1523 20.1084
|
||||
c-8.10938 -0.714844 -15.1982 -7.88281 -15.8242 -16c-0.487305 -12.8086 8.18848 -20.5283 21.6279 -18.8438c7.12891 0.981445 13.5576 7.58301 14.3486 14.7354zM141.276 160.708v0.0078125c12.0645 1.18359 21.8555 11.9824 21.8555 24.1045v0.115234
|
||||
c-0.399414 13.7402 -7.77539 24.7002 -21.5996 24.8242c-12.1211 -0.204102 -22.2705 -10.2031 -22.6562 -22.3193c-0.671875 -16.2607 5.71973 -27.7969 22.4004 -26.7324zM169.74 367.308v0.00878906c0 -16.5439 12.4033 -21.5762 36.2402 -21.5762
|
||||
c23.8359 0 41.0352 7.42383 41.0352 23.9639s-15.124 29.9521 -38.9395 29.9521c-23.8164 0 -38.3359 -15.8086 -38.3359 -32.3486zM246.6 264.18c0 6.36816 -3.29199 13.5762 -15.0713 14.5088c-12.8447 1.05176 -16.8398 -13.4043 -15.376 -19.6006
|
||||
c2.89551 -12.2842 12.6992 -9.88379 19.0674 -9.88379s11.3799 8.60742 11.3799 14.9756zM176.028 -34.2197v-0.0126953c18.4824 -6.56445 49.3857 -12.6123 68.9795 -13.5c-5.70801 13.7803 -28.0117 28.6768 -41.9482 28.6768
|
||||
c-21.4561 0 -26.0439 -8.98047 -27.0312 -15.1641zM274.112 45.9404v-0.0126953c25.7559 -7.1875 40.1357 11.2158 40.1357 33.3965c0 25.792 -24.332 38.0117 -51.2959 33.3242c-15.3779 -2.43652 -28.3555 -17.0391 -28.9678 -32.5967
|
||||
c-0.416016 -22.7793 18.5273 -28.0879 40.1279 -34.1113zM331.232 186.076v-0.0117188c1.35547 5.82715 -5.0127 8.65527 -7.95996 8.41992c-5.84863 -0.484375 -5.41211 -5.15625 -5.84863 -8.08398c-0.435547 -2.92871 3.17578 -5.82031 6.10059 -6.25684
|
||||
c0.319336 -0.0576172 0.842773 -0.104492 1.16895 -0.104492c3.34277 0 6.27246 2.7041 6.53906 6.03711zM338.204 367.804v-0.0117188c1.35547 5.83203 -5.00391 8.65625 -7.95996 8.42383c-5.84766 -0.488281 -5.41211 -5.16406 -5.84766 -8.08789
|
||||
c-0.436523 -2.92383 3.17578 -5.81641 6.09961 -6.25195c0.320312 -0.0576172 0.84375 -0.105469 1.16895 -0.105469c3.34082 0 6.27051 2.70312 6.53906 6.0332zM370.344 264.124v-0.0117188c0.456055 -13.084 11.5762 -27.084 25.1123 -24.2002
|
||||
c6.26074 1.51172 12.2373 7.88965 13.3398 14.2363c3.83984 20.1553 -7.05176 26.5078 -25.7275 24.1553c-7.02441 -0.739258 -12.7246 -7.07129 -12.7246 -14.1338v-0.0458984zM386.784 -9.07617l0.015625 -0.00390625c6.60156 4.31055 16.8701 11.9121 22.9199 16.9678
|
||||
c-2.42676 1.37305 -6.66016 2.48633 -9.44922 2.48633c-0.830078 0 -2.16992 -0.104492 -2.99023 -0.234375c-4.82812 -0.674805 -10.7148 -4.6543 -13.1406 -8.88379c-0.506836 -0.949219 -0.917969 -2.59277 -0.917969 -3.66895
|
||||
c0 -0.77832 0.22168 -2.00195 0.494141 -2.73047c0.538086 -1.32617 1.91309 -3.08789 3.06836 -3.93262zM413.38 372.968v-0.00390625c-4.12402 -12.8955 -0.307617 -22.9639 11.8926 -31.9639c3.78125 -2.81445 10.6748 -5.09863 15.3887 -5.09863
|
||||
c1.85547 0 4.81738 0.386719 6.61133 0.862305c-8.32617 10.9561 -23.5098 27.1748 -33.8926 36.2041zM425.672 139.768v0.0126953c19.9922 -31.1123 42.8125 -10.4844 41.0918 7.68359c-0.37793 3.18066 -2.46094 7.66016 -4.64746 10
|
||||
c-17.5605 19.5283 -39.6846 6.71191 -38.7598 -10.7998c0.137695 -2.07129 1.1748 -5.16113 2.31543 -6.89648z" />
|
||||
<glyph glyph-name="008-earth" unicode=""
|
||||
d="M373.083 334.123l-5.28516 3.31641l-3.70703 2.53809v3.72754l2.15918 3.30566l7.69727 1.56934l1.95801 -9.38184l4.0957 -6.63379l2.72754 -3.1377l4.98047 -1.9375l-4.68555 -5.57031l-9.07617 -0.874023h-6.82324l0.757812 8.09766l5.69629 1.17871zM366.523 331.006
|
||||
l-9.64453 -6.83398h-5.46484v4.87598l4.68555 7.51758l6.31738 1.46387l4.51758 -1.94824zM236.483 309.452l2.68555 0.0527344l3.06348 -0.631836l-1.31641 -2.7168l-3.33789 -0.28418l-0.673828 -3.23242l-2.5791 -1.60059l-4.12793 -0.347656
|
||||
c-0.136719 0.96875 -0.231445 1.70605 -0.231445 1.70605h-1.60059v3.47461h6.72852zM219.142 303.145l2.18945 2.72754l2.92773 -2.30566l-0.505859 -3.41211l-4.875 -0.410156zM511.937 194.648c0.0107422 -0.884766 0.0634766 -1.75879 0.0527344 -2.64355
|
||||
c0 -15.2568 -1.41113 -30.209 -3.99023 -44.75c-0.90625 -5.10742 -1.94824 -10.1504 -3.15918 -15.1738c-4.75977 -19.7842 -11.8242 -38.6641 -20.9014 -56.375c-42.4336 -82.8467 -128.64 -139.706 -227.934 -139.706c-141.159 0 -256.005 114.835 -256.005 256.005
|
||||
c0 58.7871 19.9639 112.972 53.4062 156.228c8.86523 11.4561 18.6367 22.1543 29.2715 31.957c45.6357 42.0654 106.507 67.8105 173.317 67.8105c66.252 0 126.691 -25.292 172.2 -66.7256c4.02246 -3.6748 7.90723 -7.50781 11.6875 -11.4355
|
||||
c1.33789 -1.36914 2.6748 -2.75879 3.99121 -4.16992c20.0166 -21.6172 36.3691 -46.667 48.0146 -74.1807c0.694336 -1.61035 1.29492 -3.26367 1.94824 -4.89551c8.73926 -21.9229 14.5723 -45.3096 16.9414 -69.7061c0.706055 -7.31836 1.08496 -14.752 1.1582 -22.2383z
|
||||
M463.754 296.964v-10.3926l4.56934 0.631836l2.42188 -0.0947266c-1.7373 3.89551 -3.55859 7.73926 -5.50684 11.5195zM426.764 341.63l-10.0986 -5.12695l1.01074 -3.35938l16.1211 -0.147461l4.6123 6.86523c-3.70703 4.54883 -7.58203 8.93945 -11.6035 13.2041z
|
||||
M117.952 370.05v0l-0.0107422 -4.69629h11.5615l2.41113 3.22168v3.66504h-8.3916l-0.442383 -1.75879h-5.12793v-0.431641zM126.145 358.625l-8.19238 -2.33789l2.20117 -2.63184l11.5605 0.726562s0.442383 5.11719 0 5.11719
|
||||
c-0.441406 0 -5.56934 -0.874023 -5.56934 -0.874023zM480.063 257.004l1.27441 1.17969c-1.86328 6.32812 -3.99023 12.5303 -6.35938 18.627l-12.2461 -0.210938l-6.13867 6.73926l-1.17969 10.835l-6.28613 -3.43262l-3.37988 -13.2461l-9.07617 9.66602
|
||||
l-0.369141 9.12891l-8.76074 7.5498l-3.25293 3.22168h-10.1719l3.22168 -9.06543l12.2354 -6.82324l2.12695 -2.25391l-2.64258 -1.32617l0.125977 -7.18164l-5.95898 -2.48438l-5.08594 1.11621l-3.17969 4.50586l8.26562 -0.441406l2.24219 3.01074l-18.3418 12.373
|
||||
l-1.39062 5.26465l-7.45508 -6.73926l-7.57031 1.54785l-11.498 -14.9414l-2.24316 -5.85449l-7.36035 -0.663086l-10.8975 -0.0634766l-6.49707 3.04297l-1.91602 12.9307l2.34766 6.15918l11.0664 2.42188l12.0674 -2.42188l1.48438 6.68652l-5.12793 1.21094
|
||||
l1.75879 10.4033l12.1504 1.90625l8.49805 12.0029l8.78125 1.47461l7.91797 -1.16895h2.90625l-1.58984 11.2666l-9.64453 -3.88574l-3.37012 8.42383l-5.59082 0.779297l-1.05273 5.78125l4.56934 4.95898l10.835 4.24316l2.79004 4.99121
|
||||
c-41.4121 36.4854 -95.6924 58.6914 -155.1 58.6914c-51.543 0 -99.2314 -16.7207 -138.012 -44.9717l11.8457 0.0947266l5.27539 -2.92676l9.95117 -2.14844l0.768555 -3.90625l15.8252 -0.589844l-2.14746 5.0752l-14.0566 0.389648l3.29492 3.06445l-1.1582 3.7168
|
||||
h-12.6982l13.8564 10.3506h13.2783l6.24414 -8.5918l10.3604 -0.589844l6.24414 6.06543l4.69629 -2.34863l-8.60254 -8.40234s-11.8984 -0.200195 -11.3193 -0.200195s0.979492 -8.19238 0.979492 -8.19238l14.4355 0.400391l1.55859 3.89648l9.9502 0.588867
|
||||
l1.16895 5.85449l-5.85449 0.990234l1.94824 5.26465l4.48535 1.3584l15.6152 -0.779297l-8.60254 -7.8125l1.37988 -6.04492l8.98145 -1.36816l-0.589844 10.9297l8.59277 4.49609l15.2256 1.75781l22.0596 -9.77051v-8.39258l7.0332 -1.75879l-3.5166 -6.63281h-9.9502
|
||||
l-2.94824 -7.61328l-22.7656 5.37012l17.8896 9.5293l-6.82227 5.79102l-15.4268 -1.94824l-1.34766 -1.38965l-0.0527344 0.0214844l-0.242188 -0.336914l-4.43262 -4.6123l-7.33887 -0.621094l0.589844 -3.66406l2.56934 -1.06348l-0.105469 -1.21094l-5.9707 -0.853516
|
||||
l-0.442383 -3.46387l-5.70703 -0.294922l-1.03125 6.88672l-10.2451 -3.11719l-20.9434 -12.2559l2.3584 -8.62402l5.85449 -3.81152l11.709 -1.62207v-13.3096l5.41211 0.874023l4.99121 10.4033l12.4561 3.94922v15.9629l6.92871 5.23242l16.7422 -3.94824
|
||||
l-1.17969 -10.54h4.48535l12.2988 6.04395l0.589844 -13.8467l8.9707 -5.46484l-0.378906 -8.21289l-8.58203 -2.92676l0.589844 -2.7168l10.3398 -4.70703l-0.199219 -5.6543l-3.00098 -0.25293l-0.0322266 0.158203l-13.0459 4.02246l-0.557617 4.17969h-0.0107422
|
||||
l3.81152 2.62207v3.81152l-4.10645 1.03223l-1.02148 -3.5166l-7.20215 -1.10547l-0.71582 0.242188v-0.358398l-2.48535 -0.378906l-2.03223 4.10645l-2.34766 1.03223h-5.12793l-2.32715 -1.90625v-4.21191l4.39062 -1.46387l4.32812 -0.610352l-0.96875 -0.431641
|
||||
l-3.94922 -4.38086l-1.74805 2.19043l-3.81152 1.01074l-10.4033 -9.79199l1.3584 -1.11621l-15.3623 -8.50781l-14.4463 -15.0361l-0.990234 -6.69727l-14.4883 -9.51855l-7.18164 -7.22363l0.790039 -14.4463l-9.96094 4.63281l0.0732422 8.45508l-27.7139 -0.00976562
|
||||
l-14.3516 -7.26562l-6.2334 -11.4883l-2.46387 -9.10742l4.0332 -8.83496l11.3086 -1.37891l17.9736 12.0146l1.56934 -5.94922l-5.48633 -10.3613l13.6777 -2.33789l1.3584 -21.1221l18.7432 -3.17969l11.9082 13.7617l14.457 -2.9375l5.0752 -7.06543l13.8574 0.821289
|
||||
l0.389648 4.10645l7.6123 -3.7168l8.57129 -13.457l14.8359 -0.220703l5.47559 -9.57129l0.779297 -11.6982l16.4053 -6.25488l20.6904 -0.210938l6.05469 -9.92871l9.1709 -2.93848l-1.75781 -8.20215l-10.0557 -12.7725l-2.92773 -28.2822l-9.06641 -7.18164
|
||||
l-13.4668 0.411133l-4.49609 -7.80273l3.32715 -14.6572l-14.6465 -18.7422l-4.68555 -8.59277l-13.9619 -6.70703l-9.18262 -1.38965l-0.378906 -3.89648l6.44434 -1.8418l-0.779297 -4.19141l-5.77051 -5.54883l3.50684 -4.40137l6.94922 -0.210938l-0.389648 -5.37012
|
||||
l-1.84277 -5.26465l-0.588867 -4.2959l10.2764 -8.65527l-1.36914 -4.49609l-13.9824 0.25293l-13.9102 12.1504l-10.835 19.0488l1.5166 18.3838l-8.20312 10.9404l3.31738 18.5537l-4.875 1.36816v40.2129s-13.668 10.3506 -14.4473 10.3506
|
||||
c-0.789062 0 -7.2334 1.74805 -7.2334 1.74805l-1.3584 7.62305l-17.7734 22.249l1.75781 8.00195l0.579102 13.0781l12.2881 8.5918l-1.75781 14.6475l-17.9531 1.35742l-14.0576 16.0156l-9.9502 2.7168l-6.44434 1.17969l0.779297 5.85449l-8.20215 1.16797v-3.31641
|
||||
l-20.501 5.0752l-8.25488 12.625l3.34766 6.11816l-12.9824 18.9424l-2.22168 13.8564h-5.26465l1.75781 -13.4668l8.98145 -13.8574l-0.978516 -5.47461l-7.61328 1.16797l-9.36035 15.9736v18.585l-9.76074 4.69629v13.3721
|
||||
c2.55859 5.99121 5.37988 11.8252 8.40234 17.5322l9.75 11.8457l-0.378906 4.26465c-3.33789 -5.2334 -6.46484 -10.6035 -9.38184 -16.1104l-8.40234 -10.2031v-7.3291c-12.0566 -28.251 -18.7529 -59.334 -18.7529 -91.9443c0 -129.545 105.39 -234.945 234.925 -234.936
|
||||
c73.4434 0 139.085 33.916 182.214 86.8691h-7.75v15.6045l-8.9707 12.0674v18.7842l-6.83398 6.81348l-0.589844 7.8125l8.67676 16.584l-16.4785 29.0938l1.96875 19.7422l-14.8467 1.53809l-5.46484 5.47461h-9.96094l-5.06445 -4.68555h-17.5635l-0.589844 -1.55859
|
||||
h-9.77148l-22.4492 25.5664l0.200195 19.9219l3.70605 1.3584l1.37988 7.62305h-5.26465l-2.15918 8.00293l25.9766 18.7422v13.2783l12.709 7.05469l5.12793 -0.516602h10.4668l8.1709 4.3916l26.3662 2.05273v-13.4775l20.8066 -5.27539l4.10645 -2.92773h3.80078v7.3291
|
||||
l12.0146 1.16895l11.4141 -8.49805h18.7314zM139.633 331.69l3.79004 -7.77051l6.00195 1.90527l1.91699 7.46582l-5.55957 1.32617zM172.264 314.116v-4.83301h-14.0469l-5.26465 1.46387l1.31641 3.36914l6.75 2.79102h9.22363v-2.79102h2.02148zM178.729 307.378
|
||||
h-7.89648v-7.76074l4.37988 0.810547l3.5166 2.26465v4.68555zM174.77 309.283v5.57031l4.83301 -4.40137zM176.971 298.017l-5.40234 -0.74707l-0.726562 -1.75879l-3.52734 -0.305664l-1.16895 -5.11719h7.46582l3.35938 3.37012v4.55859zM158.375 307.378
|
||||
l-5.41211 -5.85449l-0.884766 -5.85449l4.10645 -2.20117l9.95117 13.9102h-7.76074zM190.153 299.617v-4.54883h-7.46582l-2.04199 2.94824v4.2334h0.588867zM183.257 305.872l2.84277 -2.36914l2.87402 2.36914l-3.58984 2.23242zM483.876 245.148l1.66309 -3.13867
|
||||
c-0.294922 1.34863 -0.621094 2.6748 -0.926758 4.00195zM39.8232 291.278l8.40234 10.2031c-3.02246 -5.71777 -5.84375 -11.5508 -8.40234 -17.5322v7.3291z" />
|
||||
<glyph glyph-name="011-globe" unicode=""
|
||||
d="M509.855 224.225c-70.5654 -32.6631 -159.684 -50.5996 -251.846 -50.5986c-94.0908 0 -184.557 18.585 -255.649 52.4209c0.210938 1.5957 0.411133 3.19336 0.651367 4.78125c0.289062 1.90918 0.576172 3.81836 0.907227 5.71484
|
||||
c0.484375 2.76855 1.04297 5.5127 1.61719 8.25293c0.378906 1.8125 0.733398 3.63086 1.15234 5.42969c0.694336 2.9873 1.48633 5.93848 2.28809 8.88477c0.407227 1.49512 0.768555 3.00781 1.20312 4.49121c0.15918 0.541016 0.356445 1.06738 0.518555 1.60645
|
||||
c61.9766 -40.8145 151.188 -64.0645 247.312 -64.0645c94.0605 0 182.054 22.4316 243.941 61.8086c0.158203 -0.545898 0.350586 -1.0791 0.504883 -1.62598c0.421875 -1.49609 0.770508 -3.01758 1.16602 -4.52246c0.762695 -2.91113 1.51465 -5.82617 2.17285 -8.76953
|
||||
c0.396484 -1.77441 0.730469 -3.56445 1.08789 -5.34961c0.547852 -2.73047 1.0791 -5.46582 1.53711 -8.2207c0.307617 -1.85352 0.573242 -3.7168 0.839844 -5.58008c0.222656 -1.54785 0.402344 -3.10449 0.595703 -4.65918zM495.987 280.827
|
||||
c-59.1133 -39.0859 -145.316 -61.3984 -237.98 -61.3975c-94.71 0 -182.075 23.1191 -241.173 63.625c0.56543 1.49023 1.11719 2.98633 1.70996 4.46387c0.764648 1.9082 1.53027 3.81738 2.33984 5.70508c1.1582 2.69727 2.39062 5.3584 3.63965 8.01172
|
||||
c0.816406 1.73438 1.61035 3.48242 2.4668 5.19727c1.45703 2.91797 3.00781 5.7832 4.5752 8.64062c0.761719 1.39062 1.47949 2.80664 2.26758 4.18164c0.370117 0.644531 0.786133 1.26074 1.16113 1.90234c42.8301 -45.4678 126.915 -74.2988 219.362 -74.2988
|
||||
c94.4297 0 179.234 29.6797 221.335 76.4873c0.583984 -0.974609 1.23047 -1.91504 1.80078 -2.89648c0.850586 -1.46387 1.61523 -2.97266 2.43555 -4.45312c1.75098 -3.1582 3.4834 -6.32422 5.0957 -9.5498c0.881836 -1.76562 1.68555 -3.5625 2.52441 -5.34668
|
||||
c1.41504 -3.00879 2.80859 -6.02832 4.10254 -9.0918c0.814453 -1.92676 1.57129 -3.87695 2.33691 -5.82324c0.697266 -1.77344 1.34277 -3.56738 2 -5.35742zM254.357 265.143c-90.0293 0 -170.982 28.0254 -209.104 71.876c1.8418 2.66602 3.73047 5.2959 5.66211 7.8877
|
||||
c1.92285 2.58203 3.78906 5.20898 5.80566 7.71094c2.87402 3.56543 5.94434 6.95801 9.00488 10.3584c2.00684 2.22949 3.92773 4.53516 6.0127 6.69238c3.52441 3.64746 7.27344 7.08203 11.0205 10.5176c1.85059 1.69629 3.5918 3.49707 5.49414 5.1416
|
||||
l0.146484 0.116211c2.79199 -52.3125 74.584 -92.873 165.958 -92.873c92.9053 0 165.703 41.9053 166.171 95.4873c1.82812 -1.52637 3.51172 -3.20801 5.29395 -4.78418c3.90918 -3.45996 7.82422 -6.91406 11.5088 -10.6074
|
||||
c2.19043 -2.19629 4.21094 -4.55762 6.32129 -6.83496c3.19824 -3.44922 6.40918 -6.88574 9.41992 -10.5176c2.13281 -2.57617 4.10938 -5.29785 6.14648 -7.96387c2.0498 -2.68164 4.06934 -5.39355 6.02051 -8.16602c-36.876 -44.5059 -120.312 -74.041 -210.882 -74.041
|
||||
zM254.357 310.857c-80.1875 0 -147.938 35.5889 -147.938 77.7129c0.0537109 4.28613 0.798828 8.53516 2.20508 12.583c86.7256 61.3125 202.348 62.543 290.357 3.08789c2.09766 -4.96191 3.21973 -10.2832 3.30371 -15.6699
|
||||
c0 -42.125 -67.7412 -77.7139 -147.929 -77.7139zM251.429 429.714c-52.125 0 -91.4287 -19.6504 -91.4287 -45.7139s39.3037 -45.7139 91.4287 -45.7139s91.4297 19.6523 91.4297 45.7139s-39.3047 45.7139 -91.4297 45.7139zM511.65 205.239
|
||||
c0.229492 -4.37012 0.349609 -8.76172 0.350586 -13.2383c0 -4.79883 -0.15332 -9.38379 -0.400391 -13.8945c-0.0732422 -1.35547 -0.196289 -2.66992 -0.292969 -4.00391c-0.144531 -2.00879 -0.356445 -3.9873 -0.554688 -5.96777
|
||||
c-81.4385 -27.3232 -166.846 -40.9463 -252.744 -40.3174c-87.3994 -0.71875 -174.287 13.4141 -256.955 41.792c-0.0664062 0.80957 -0.131836 1.62109 -0.192383 2.43066c-0.513672 6.74023 -0.861328 13.4492 -0.861328 19.96
|
||||
c0 4.92871 0.182617 9.96094 0.483398 15.0371c72.5957 -33.2754 163.277 -51.6982 257.525 -51.6982c87.0762 -0.957031 173.417 16.0293 253.642 49.9004zM178.286 384c0 15.1484 32.7471 27.4287 73.1426 27.4287c40.3965 0 73.1436 -12.2803 73.1436 -27.4287
|
||||
s-32.7471 -27.4287 -73.1436 -27.4287c-40.3955 0 -73.1426 12.2803 -73.1426 27.4287zM258.009 109.531c84.917 -0.494141 169.372 12.542 250.188 38.6201c-0.179688 -1.05371 -0.405273 -2.10254 -0.598633 -3.15332
|
||||
c-0.539062 -2.93164 -1.08398 -5.86523 -1.73438 -8.78516c-0.385742 -1.73047 -0.842773 -3.4502 -1.26855 -5.1748c-0.638672 -2.59766 -1.28027 -5.19531 -2.00781 -7.7793c-0.533203 -1.89062 -1.125 -3.76758 -1.7041 -5.64844
|
||||
c-0.498047 -1.62109 -1.01953 -3.23535 -1.55176 -4.84863c-78.7666 -20.6465 -159.897 -30.8926 -241.323 -30.4756c-82.959 -0.432617 -165.604 10.2041 -245.752 31.625c-0.548828 1.69629 -1.08887 3.39355 -1.60059 5.10156
|
||||
c-0.538086 1.7959 -1.09082 3.58496 -1.58887 5.39453c-0.699219 2.53711 -1.31836 5.09961 -1.93652 7.66211c-0.43457 1.80273 -0.902344 3.59668 -1.29688 5.41113c-0.609375 2.79688 -1.12109 5.61621 -1.63379 8.43555
|
||||
c-0.224609 1.22363 -0.480469 2.44336 -0.685547 3.67188c82.0889 -27.1006 168.05 -40.6309 254.494 -40.0566zM258.009 64c78.7334 -0.313477 157.203 9.09277 233.632 28.0029c-0.334961 -0.796875 -0.704102 -1.57715 -1.04785 -2.37012
|
||||
c-1.34473 -3.10352 -2.6875 -6.20898 -4.15625 -9.24805c-0.829102 -1.71973 -1.74609 -3.38965 -2.61523 -5.08789c-1.4082 -2.75 -2.81055 -5.50488 -4.31934 -8.19629c-0.983398 -1.75488 -2.04297 -3.45898 -3.06836 -5.18652
|
||||
c-1.1748 -1.97852 -2.36523 -3.94629 -3.59473 -5.8877c-69.3457 -13.0996 -139.775 -19.6143 -210.348 -19.4551c-75.6143 -0.212891 -151.053 7.28906 -225.146 22.3887c-1.12695 1.83496 -2.2168 3.68945 -3.29395 5.55078
|
||||
c-1.02246 1.76953 -2.07715 3.52246 -3.05469 5.31348c-1.37402 2.51465 -2.64648 5.07812 -3.92969 7.63672c-0.876953 1.74805 -1.80078 3.47461 -2.63477 5.24219c-1.35156 2.86328 -2.58398 5.77539 -3.82227 8.68555
|
||||
c-0.24707 0.580078 -0.510742 1.15332 -0.751953 1.73535c77.8467 -19.665 157.859 -29.4502 238.15 -29.124zM110.122 -18.3809c50.5703 -5.98926 101.447 -9.00977 152.37 -9.04785c45.6641 0.0341797 91.2949 2.46387 136.704 7.27832
|
||||
c-87.4951 -59.1064 -202.311 -58.4033 -289.074 1.76953zM52.0049 37.4844c69.415 -12.9141 139.881 -19.3418 210.486 -19.1992c65.4746 -0.104492 130.839 5.40332 195.373 16.4619c-0.167969 -0.21582 -0.342773 -0.424805 -0.512695 -0.639648
|
||||
c-2.38867 -3.04297 -4.7627 -6.10059 -7.28516 -9.0293c-1.49121 -1.73145 -3.0918 -3.36426 -4.62793 -5.05371c-2.34375 -2.57715 -4.65918 -5.17773 -7.10547 -7.65625c-1.73828 -1.76172 -3.5791 -3.4209 -5.36914 -5.13281
|
||||
c-2.06348 -1.97461 -4.11816 -3.95801 -6.24805 -5.8623c-114.175 -14.6045 -229.788 -13.9141 -343.781 2.05078c-2.20312 2.02344 -4.3252 4.125 -6.45312 6.21973c-1.70605 1.67969 -3.46777 3.30762 -5.12305 5.03223
|
||||
c-2.42285 2.52246 -4.70703 5.16113 -7.02051 7.77539c-1.53711 1.7373 -3.13867 3.41699 -4.62695 5.19336c-2.43066 2.9043 -4.70703 5.93066 -7.00586 8.93848c-0.231445 0.302734 -0.470703 0.597656 -0.700195 0.901367z" />
|
||||
<glyph glyph-name="015-astronomy" unicode=""
|
||||
d="M70.9268 133.871c50.4141 10.6113 105.543 43.1162 152.814 90.3965c37.9697 37.9648 67.1592 81.9092 82.2109 123.736c3.47852 9.62988 6.20703 19.3672 8.19434 29.0781c17.3535 -5.43164 33.8018 -13.2324 48.8965 -23.1816
|
||||
c-2.05566 -7.98242 -4.40527 -15.9697 -7.24121 -23.8447c-17.9092 -49.7324 -50.625 -99.2666 -94.6035 -143.245c-51.0039 -50.9961 -110.107 -86.9229 -167.107 -101.814c-9.94043 15.0859 -17.7412 31.5293 -23.1641 48.875zM256.194 235.944v-17.6553h17.6553v17.6553
|
||||
h-17.6553zM256.194 235.944zM105.216 69.7021c57.918 16.6602 117.254 53.4102 168.457 104.625c45.8145 45.7979 79.9609 97.582 98.7197 149.746c2.22363 6.16797 4.15527 12.4092 5.93945 18.6592c18.0859 -14.6377 33.6162 -32.625 45.6895 -53.3535
|
||||
c-31.4873 -44.6846 -73.8838 -94.3311 -122.482 -142.927c-48.5869 -48.5986 -98.2334 -90.9951 -142.918 -122.474c-20.7549 12.082 -38.7637 27.6211 -53.4053 45.7236zM176.746 50.5645v17.6553h-17.6553v-17.6553h17.6553zM362.125 271.254v-17.6543h17.6553v17.6543
|
||||
h-17.6553zM362.125 271.254zM224.659 383.418c-9.6377 -30.7109 -32.5645 -65.9658 -63.3359 -96.7324c-30.7842 -30.7715 -66.0215 -53.707 -96.7324 -63.3359c13.4268 81.8662 78.2021 146.642 160.068 160.068zM159.091 341.875v-17.6553h17.6553v17.6553h-17.6553z
|
||||
M159.091 341.875zM338.996 109.004c40.6592 40.6514 77.3018 82.2373 107.448 121.505c2.55957 -12.6855 3.95605 -25.6299 3.95605 -38.7031c0 -107.086 -87.1201 -194.206 -194.206 -194.206c-13.0732 0 -26.0088 1.39648 -38.7031 3.96484
|
||||
c56.6299 43.7412 105.561 91.4961 121.505 107.439zM274.759 16.2197c6.22363 0.651367 12.4697 1.6377 18.5908 2.94824l-3.69043 17.2627c-5.5166 -1.17188 -11.1416 -2.07324 -16.7285 -2.65527zM311.939 24.2412c59.0732 19.6426 103.858 69.6084 116.875 130.401
|
||||
l-17.2539 3.69824c-11.7246 -54.7031 -52.0391 -99.6729 -105.189 -117.354zM311.939 24.2412zM498.509 434.116c32.5127 -32.5039 1.15039 -92.4521 -25.2627 -134.729c-33.5176 -53.6162 -85.6299 -116.806 -146.733 -177.9
|
||||
c-92.4053 -92.4268 -213.759 -185.682 -276.534 -185.682c-18.5342 0.00878906 -29.8623 7.45312 -36.1035 13.6943c-32.5127 32.5039 -1.14648 92.4482 25.2461 134.716c6.0293 9.6416 12.7578 19.7021 20.0127 30.0039
|
||||
c2.52539 -6.41406 5.27148 -12.7451 8.40527 -18.8701c-33.0352 -48.3672 -65.5352 -109.03 -41.1895 -133.375c5.71094 -5.71191 13.5859 -8.55664 23.6201 -8.55664c20.7109 0 50.5732 12.1299 89.2676 36.3105c52.5215 32.8271 114.599 84.0557 174.775 144.232
|
||||
c60.1855 60.1768 111.405 122.241 144.233 174.776c35.9043 57.4395 45.2412 95.4268 27.7627 112.896c-24.3018 24.3359 -85.0088 -8.16406 -133.384 -41.1982c-6.08203 3.11621 -12.3662 5.85352 -18.75 8.36621c54.7754 38.6338 99.0303 59.0039 128.53 59.0039
|
||||
c18.5303 0 29.8535 -7.43945 36.1035 -13.6895zM498.509 434.116zM211.259 236.741c-45.2197 -45.2236 -97.5605 -76.0947 -144.893 -85.7627c-2.85352 13.2588 -4.37891 26.9268 -4.37891 40.8271c0 4.28516 0.185547 8.53027 0.464844 12.7422
|
||||
c35.1904 9.04688 76.2373 34.5293 111.354 69.6465c35.1172 35.1162 60.5996 76.1631 69.6465 111.354c4.21191 0.279297 8.45703 0.464844 12.7422 0.464844c13.8232 0 27.4268 -1.50879 40.6416 -4.32324c-1.82715 -9.24121 -4.18555 -18.5215 -7.49512 -27.7197
|
||||
c-14.1943 -39.4395 -41.9141 -81.0645 -78.082 -117.229zM211.259 236.741z" />
|
||||
<glyph glyph-name="025-asteroid-3" unicode=""
|
||||
d="M469.094 323.438l33.3984 -88.6016c16.1211 -42.6211 11.7812 -90.2852 -11.7773 -129.289l-48.4492 -82.1445c-23.4727 -39.3125 -63.4258 -65.9375 -108.742 -72.4727l-94.2422 -13.3281c-7.28125 -1.05078 -14.625 -1.57812 -21.9805 -1.57812
|
||||
c-37.9883 -0.101562 -74.5469 14.4688 -102.051 40.668l-68.7266 64.8555c-33.1133 31.1875 -50.043 75.8711 -45.9102 121.172l8.41406 94.7812c4.28516 45.5547 28.9453 86.7305 67.0781 112.016l79.1133 52.7695c37.9141 25.5234 85.3672 32.4453 128.992 18.8164
|
||||
l90.4531 -28.3828c43.2891 -14.0625 77.9609 -46.8477 94.4297 -89.2812zM476.066 114.258v0.0429688c20.8867 34.543 24.75 76.7656 10.4766 114.527l-33.375 88.582c-14.5977 37.5664 -45.2969 66.5859 -83.625 79.0469l-90.4531 28.3633
|
||||
c-38.6719 12.0898 -80.7422 5.95312 -114.348 -16.6836l-79.1797 -52.8203c-33.832 -22.4375 -55.7188 -58.957 -59.5469 -99.3711l-8.39453 -94.7188c-3.68359 -40.1094 11.293 -79.6836 40.6094 -107.309l68.7617 -64.9141
|
||||
c29.3516 -27.8242 69.8906 -40.5625 109.883 -34.5234l94.2695 13.3281c40.1836 5.82812 75.6016 29.4492 96.4258 64.3086l48.4961 82.082v0.0585938zM476.066 114.258zM401.117 302.957c15.8477 0.0429688 31.0547 -6.25781 42.2305 -17.4961
|
||||
c20.1523 -20.1484 23.2617 -51.7266 7.42969 -75.4219c-15.832 -23.6992 -46.1953 -32.9102 -72.5234 -22.0039s-41.2891 38.8945 -35.7266 66.8438c5.55859 27.9492 30.0898 48.0781 58.5898 48.0781zM431.281 213.047c8.03125 7.98438 12.5312 18.8516 12.5 30.1758
|
||||
c0 20.3555 -14.375 37.875 -34.3398 41.8477c-19.9609 3.97266 -39.9531 -6.71094 -47.7422 -25.5156c-7.79297 -18.8047 -1.21484 -40.4961 15.707 -51.8047c16.9258 -11.3125 39.4805 -9.09375 53.875 5.29688zM431.281 213.047zM204.848 268.824
|
||||
c0.0429688 -15.8555 -6.26172 -31.0625 -17.5 -42.2422c-20.1523 -20.1484 -51.7305 -23.2539 -75.4258 -7.41797c-23.6914 15.8359 -32.8984 46.1992 -21.9883 72.5273c10.9062 26.3281 38.8945 41.2812 66.8398 35.7188
|
||||
c27.9492 -5.5625 48.0781 -30.0898 48.0742 -58.5859zM145.117 226.156c11.3203 -0.03125 22.1797 4.46484 30.1641 12.4922c14.3945 14.3906 16.6211 36.9492 5.3125 53.875s-32.9961 23.5078 -51.8047 15.7188c-18.8047 -7.78906 -29.4922 -27.7773 -25.5195 -47.7422
|
||||
c3.96875 -19.9648 21.4922 -34.3438 41.8477 -34.3438zM145.117 226.156zM110.984 157.891c9.05469 0.0195312 17.7461 -3.58203 24.1289 -10.0039c11.5156 -11.5156 13.2891 -29.5625 4.23828 -43.0977c-9.04688 -13.5391 -26.3984 -18.8008 -41.4453 -12.5664
|
||||
c-15.043 6.23438 -23.5859 22.2266 -20.4062 38.1992c3.17969 15.9688 17.1992 27.4688 33.4844 27.4688zM123.051 111.691c4.87891 4.87891 6.33984 12.2188 3.69922 18.5977s-8.86328 10.5352 -15.7656 10.5352c-6.90625 0 -13.1289 -4.15625 -15.7695 -10.5352
|
||||
s-1.17969 -13.7188 3.70312 -18.5977c6.75 -6.45312 17.3789 -6.45312 24.1328 0zM123.051 111.691zM281.648 371.223c9.05859 0.0195312 17.7461 -3.57812 24.1328 -10c11.5117 -11.5195 13.2891 -29.5625 4.23828 -43.1016s-26.4023 -18.8008 -41.4453 -12.5664
|
||||
s-23.5898 22.2305 -20.4062 38.1992c3.17969 15.9727 17.1992 27.4727 33.4805 27.4688zM293.715 325.023c4.88281 4.87891 6.34375 12.2227 3.70312 18.5977c-2.64062 6.37891 -8.86328 10.5391 -15.7695 10.5391c-6.90234 0 -13.125 -4.16016 -15.7656 -10.5391
|
||||
c-2.64062 -6.375 -1.17969 -13.7188 3.69922 -18.5977c6.75391 -6.44922 17.3828 -6.44922 24.1328 0zM293.715 325.023zM331.816 116.262v-0.0078125c10.0234 9.85938 26.1172 9.78906 36.0547 -0.148438c9.94141 -9.94141 10.0039 -26.0391 0.144531 -36.0586
|
||||
c-6.46875 -6.46484 -15.8984 -8.98828 -24.7305 -6.62109c-8.83594 2.37109 -15.7344 9.27344 -18.1016 18.1094c-2.36328 8.83594 0.164062 18.2617 6.63281 24.7266zM355.949 92.1211c1.60156 1.60156 2.5 3.77344 2.5 6.03516c0 4.07031 -2.875 7.57422 -6.86719 8.37109
|
||||
c-3.99219 0.792969 -7.99219 -1.34375 -9.55078 -5.10156c-1.55859 -3.76172 -0.242188 -8.10156 3.14453 -10.3633c3.38281 -2.26172 7.89453 -1.81641 10.7734 1.05859zM355.949 92.1211zM247.516 209.09c9.05859 0.0195312 17.7461 -3.58203 24.1328 -10.0039
|
||||
c11.5117 -11.5156 13.2891 -29.5586 4.23828 -43.0977s-26.4023 -18.8008 -41.4453 -12.5664s-23.5898 22.2305 -20.4102 38.1992c3.17969 15.9727 17.1992 27.4727 33.4844 27.4688zM259.582 162.891c4.88281 4.87891 6.34375 12.2188 3.70312 18.5977
|
||||
s-8.86719 10.5391 -15.7695 10.5391s-13.125 -4.16016 -15.7656 -10.5391c-2.64453 -6.37891 -1.18359 -13.7188 3.69922 -18.5977c6.75391 -6.44922 17.3828 -6.44922 24.1328 0zM259.582 162.891zM220.883 45.9141c9.05469 0.0234375 17.7461 -3.57422 24.1328 -9.99219
|
||||
c11.5195 -11.5117 13.2969 -29.5586 4.25391 -43.0977c-9.04688 -13.543 -26.3984 -18.8086 -41.4414 -12.5781c-15.0469 6.23047 -23.5977 22.2188 -20.4219 38.1914s17.1914 27.4766 33.4766 27.4766zM232.949 -0.285156c4.88281 4.88281 6.34375 12.2227 3.70312 18.6016
|
||||
c-2.64062 6.375 -8.86719 10.5352 -15.7695 10.5352s-13.125 -4.16016 -15.7656 -10.5352c-2.64453 -6.37891 -1.18359 -13.7188 3.69922 -18.6016c6.75781 -6.44141 17.3789 -6.44141 24.1328 0zM232.949 -0.285156zM424.242 138.348
|
||||
c0.753906 -0.828125 1.35938 -1.78125 1.79297 -2.81641c0.4375 -1.02734 0.667969 -2.12891 0.679688 -3.24219c-0.03125 -2.25781 -0.914062 -4.42188 -2.47266 -6.05859c-0.816406 -0.773438 -1.77344 -1.37891 -2.81641 -1.79297
|
||||
c-1.02734 -0.4375 -2.12891 -0.667969 -3.24219 -0.683594c-2.26953 -0.0195312 -4.45312 0.871094 -6.05859 2.47656s-2.5 3.78906 -2.47656 6.05859c0.015625 1.11328 0.246094 2.21484 0.683594 3.24219c0.433594 1.03516 1.03906 1.98828 1.79297 2.81641
|
||||
c2.47266 2.38672 6.11719 3.08984 9.30078 1.79297c1.03516 -0.433594 1.98438 -1.03906 2.81641 -1.79297zM424.242 138.348zM270.641 87.1484c0.753906 -0.832031 1.35938 -1.78125 1.79297 -2.81641c0.4375 -1.02734 0.667969 -2.12891 0.683594 -3.24219
|
||||
c-0.0351562 -2.26172 -0.917969 -4.42188 -2.47656 -6.05859c-0.816406 -0.773438 -1.76953 -1.37891 -2.81641 -1.79297c-1.02344 -0.4375 -2.125 -0.667969 -3.24219 -0.683594c-2.26953 -0.0234375 -4.45312 0.871094 -6.05859 2.47656
|
||||
s-2.49609 3.78906 -2.47266 6.05859c0.0117188 1.11328 0.246094 2.21484 0.679688 3.24219c0.433594 1.03516 1.03906 1.98438 1.79297 2.81641c2.47266 2.38672 6.12109 3.08594 9.30078 1.79297c1.03516 -0.433594 1.98828 -1.03906 2.81641 -1.79297zM270.641 87.1484z
|
||||
M199.559 97.5078c1.03516 -0.449219 1.98828 -1.06641 2.81641 -1.82812c0.753906 -0.824219 1.35938 -1.77344 1.79297 -2.80469c0.4375 -1.03125 0.667969 -2.13281 0.679688 -3.25391c0.0820312 -3.47266 -2.03906 -6.62109 -5.28906 -7.84766
|
||||
c-1.02734 -0.4375 -2.12891 -0.671875 -3.24219 -0.683594c-2.26953 -0.0234375 -4.45312 0.867188 -6.05859 2.47266s-2.49609 3.78906 -2.47656 6.05859c0.0117188 1.12891 0.242188 2.24219 0.683594 3.27734c0.433594 1.03125 1.03906 1.98047 1.79297 2.80859
|
||||
c2.47266 2.38281 6.11719 3.08594 9.30078 1.80078zM199.559 97.5078zM279.176 266.375c0.753906 -0.835938 1.35938 -1.79297 1.79297 -2.83594c0.4375 -1.02734 0.667969 -2.13281 0.679688 -3.25c0.0820312 -3.47266 -2.03906 -6.62109 -5.28906 -7.85156
|
||||
c-1.02734 -0.4375 -2.12891 -0.667969 -3.24219 -0.683594c-2.26953 -0.0195312 -4.45312 0.871094 -6.05859 2.47656s-2.5 3.78906 -2.47656 6.05859c0.0117188 1.125 0.242188 2.23828 0.683594 3.27734c0.433594 1.03125 1.03906 1.98047 1.79297 2.80859
|
||||
c2.47266 2.38281 6.11719 3.08594 9.30078 1.79688c1.03125 -0.4375 1.98438 -1.04688 2.81641 -1.79688zM279.176 266.375z" />
|
||||
<glyph glyph-name="017-asteroid-1" unicode=""
|
||||
d="M218.367 17.2031c7.39453 -0.00390625 14.0625 -4.45703 16.8906 -11.2891s1.26562 -14.6953 -3.96094 -19.9258c-7.23828 -6.90234 -18.6211 -6.90234 -25.8555 0c-5.23047 5.23047 -6.79297 13.0938 -3.96484 19.9258c2.83203 6.83203 9.49609 11.2852 16.8906 11.2891
|
||||
zM218.367 17.2031zM283.473 365.746c7.39453 -0.00390625 14.0625 -4.45703 16.8906 -11.2891c2.83203 -6.83203 1.26562 -14.6953 -3.96094 -19.9258c-7.23438 -6.91016 -18.6211 -6.91016 -25.8555 0c-5.23047 5.23047 -6.79297 13.0938 -3.96484 19.9258
|
||||
c2.83203 6.83203 9.49609 11.2852 16.8906 11.2891zM283.473 365.746zM100.617 137.176c7.39453 -0.00390625 14.0586 -4.45703 16.8906 -11.2891c2.82812 -6.83203 1.26562 -14.6953 -3.96484 -19.9258c-7.23047 -6.91016 -18.6211 -6.91016 -25.8555 0
|
||||
c-5.22656 5.23047 -6.78906 13.0938 -3.96094 19.9258s9.49609 11.2852 16.8906 11.2891zM100.617 137.176zM246.902 192.031c7.39453 0 14.0625 -4.45703 16.8906 -11.2891s1.26562 -14.6953 -3.96094 -19.9258c-7.23438 -6.91016 -18.625 -6.91016 -25.8555 0
|
||||
c-5.23047 5.23047 -6.79297 13.0938 -3.96484 19.9258c2.83203 6.83203 9.49609 11.2891 16.8906 11.2891zM246.902 192.031zM356.617 100.602c3.69531 0 7.03125 -2.22656 8.44531 -5.64453c1.41406 -3.41406 0.632812 -7.34766 -1.98047 -9.96094
|
||||
c-2.92578 -2.92578 -7.45312 -3.52344 -11.0391 -1.45312c-3.58203 2.06641 -5.33203 6.28516 -4.25781 10.2852c1.07031 3.99609 4.69141 6.77734 8.83203 6.77344zM356.617 100.602zM502.977 231.465c15.2773 -40.4648 11.1211 -85.7031 -11.2734 -122.707v-0.0625
|
||||
l-51.8867 -87.9922c-22.3125 -37.3477 -60.2617 -62.6562 -103.312 -68.9023l-101.004 -14.2773c-42.8477 -6.47266 -86.2852 7.17578 -117.73 36.9883l-73.6719 69.5508c-31.3984 29.5898 -47.4453 71.9727 -43.5117 114.938l8.99609 101.484
|
||||
c4.09766 43.2969 27.5391 82.4258 63.7812 106.469l84.8555 56.6289c36.0039 24.2539 81.0781 30.8281 122.512 17.875l96.9141 -30.3906c41.0664 -13.3516 73.9609 -44.4414 89.6016 -84.6914zM126.473 93.0312c6.87891 6.84375 10.7383 16.1523 10.7148 25.8555
|
||||
c0.00390625 17.4492 -12.3164 32.4688 -29.4297 35.875c-17.1094 3.41016 -34.2461 -5.74609 -40.9258 -21.8633s-1.04297 -34.7109 13.4609 -44.4062c14.5078 -9.69531 33.8398 -7.79688 46.1797 4.53906zM91.9414 229.059
|
||||
c11.9766 -12.0352 28.2656 -18.7852 45.2461 -18.7422c30.5352 0 56.8164 21.5664 62.7734 51.5117c5.96094 29.9453 -10.0664 59.9336 -38.2773 71.6172c-28.207 11.6836 -60.7422 1.81641 -77.707 -23.5742c-16.9609 -25.3867 -13.6289 -59.2227 7.96484 -80.8125z
|
||||
M201.188 82.3164c-0.0117188 1.19922 -0.261719 2.38281 -0.730469 3.48438c-0.464844 1.10547 -1.11328 2.12109 -1.92188 3.00781c-0.890625 0.804688 -1.91016 1.45703 -3.01562 1.92969c-3.41016 1.37891 -7.31641 0.625 -9.96484 -1.92969
|
||||
c-0.808594 -0.886719 -1.45703 -1.90234 -1.92188 -3.00781c-0.46875 -1.10156 -0.71875 -2.28516 -0.730469 -3.48438c-0.0234375 -2.43359 0.929688 -4.77344 2.65234 -6.49219c1.71875 -1.71875 4.05859 -2.67578 6.49219 -2.64844
|
||||
c1.19141 0.0117188 2.375 0.261719 3.47266 0.730469c3.48438 1.31641 5.75391 4.6875 5.66797 8.41016zM244.223 -26.9414c6.88281 6.84766 10.7422 16.1602 10.7148 25.8672c0 17.4453 -12.3242 32.4609 -29.4336 35.8672
|
||||
c-17.1133 3.40234 -34.2461 -5.75391 -40.9219 -21.8711c-6.67969 -16.1211 -1.03906 -34.7109 13.4648 -44.4023c14.5039 -9.69531 33.8398 -7.79297 46.1758 4.53906zM271.652 66.6836h0.0273438c1.66797 1.75391 2.61719 4.07031 2.65234 6.49219
|
||||
c-0.015625 1.19141 -0.265625 2.375 -0.730469 3.47266c-0.832031 2.29688 -2.64062 4.10547 -4.9375 4.9375c-3.41016 1.39062 -7.31641 0.636719 -9.96875 -1.92188c-0.804688 -0.886719 -1.45312 -1.90625 -1.91797 -3.01562
|
||||
c-0.46875 -1.09766 -0.71875 -2.28125 -0.730469 -3.47266c-0.0273438 -2.43359 0.929688 -4.77344 2.64844 -6.49219c1.72266 -1.72266 4.0625 -2.67578 6.49219 -2.65234c1.1875 0.0195312 2.35547 0.265625 3.44922 0.730469
|
||||
c1.11719 0.441406 2.14062 1.09375 3.01562 1.92188zM272.73 147.891h0.0273438c6.88281 6.83984 10.7383 16.1523 10.7148 25.8555c0.0195312 17.4453 -12.2891 32.4766 -29.3984 35.8945c-17.1094 3.42188 -34.25 -5.71484 -40.9453 -21.8281
|
||||
c-6.69141 -16.1094 -1.07422 -34.707 13.4219 -44.418c14.4922 -9.70703 33.8281 -7.82812 46.1797 4.49609zM280.797 258.711h0.0273438c1.66016 1.74609 2.60938 4.05078 2.64844 6.46484c-0.0117188 1.19531 -0.261719 2.37891 -0.730469 3.48047
|
||||
c-0.464844 1.10547 -1.11328 2.125 -1.91797 3.00781c-0.894531 0.808594 -1.91406 1.46094 -3.01953 1.92969c-3.41016 1.37891 -7.31641 0.625 -9.96484 -1.92969c-0.808594 -0.882812 -1.45703 -1.90234 -1.92188 -3.00781
|
||||
c-0.46875 -1.10156 -0.714844 -2.28516 -0.730469 -3.48047c-0.0234375 -2.43359 0.929688 -4.77344 2.65234 -6.49219c1.71875 -1.72266 4.05859 -2.67578 6.49219 -2.65234c1.1875 0.0273438 2.35547 0.285156 3.44531 0.757812
|
||||
c1.11719 0.445312 2.14062 1.09766 3.01953 1.92188zM309.301 321.605h0.0273438c6.88281 6.83984 10.7422 16.1523 10.7188 25.8555c0.015625 17.4453 -12.293 32.4727 -29.4023 35.8945c-17.1055 3.42188 -34.25 -5.71875 -40.9414 -21.8281
|
||||
c-6.69531 -16.1133 -1.07812 -34.707 13.418 -44.418c14.4961 -9.70703 33.832 -7.82812 46.1797 4.49609zM375.98 72.0664l0.0273438 -0.0078125c5.15625 5.14062 8.04688 12.1211 8.03906 19.4023c0.015625 13.082 -9.21484 24.3555 -22.043 26.9258
|
||||
c-12.832 2.57031 -25.6875 -4.28125 -30.7148 -16.3633c-5.02344 -12.082 -0.8125 -26.0273 10.0547 -33.3125c10.8711 -7.28516 25.3711 -5.87891 34.6367 3.35547zM436.25 121.539c1.67188 1.75391 2.61719 4.07031 2.65234 6.49219
|
||||
c-0.015625 1.19531 -0.261719 2.375 -0.730469 3.47266c-0.832031 2.29688 -2.64062 4.10938 -4.9375 4.9375c-3.41016 1.39062 -7.31641 0.636719 -9.96484 -1.91797c-0.808594 -0.890625 -1.45703 -1.91016 -1.92188 -3.01953
|
||||
c-0.46875 -1.09766 -0.714844 -2.27734 -0.730469 -3.47266c-0.0234375 -2.43359 0.929688 -4.77344 2.64844 -6.49219c1.72266 -1.71875 4.0625 -2.67578 6.49219 -2.65234c1.19531 0.015625 2.37891 0.265625 3.47656 0.734375
|
||||
c1.11719 0.441406 2.14453 1.09375 3.01562 1.91797zM456.723 201.633c12.043 11.9727 18.7969 28.2695 18.75 45.2539c0.00390625 30.5352 -21.5625 56.8164 -51.5078 62.7734c-29.9453 5.96094 -59.9297 -10.0625 -71.6172 -38.2695s-1.82031 -60.7422 23.5625 -77.707
|
||||
c25.3867 -16.9648 59.2188 -13.6367 80.8125 7.94922zM456.723 201.633zM411.473 292.602c12.1289 0.0351562 23.7695 -4.78516 32.3203 -13.3828c15.4258 -15.4219 17.8086 -39.5898 5.69141 -57.7227c-12.1133 -18.1367 -35.3516 -25.1875 -55.5039 -16.8438
|
||||
c-20.1484 8.34375 -31.5977 29.7617 -27.3438 51.1523s23.0273 36.7969 44.8359 36.7969zM411.473 292.602zM169.508 306.645c8.60547 -8.55469 13.4297 -20.1953 13.3945 -32.3281c0 -21.8086 -15.4023 -40.5781 -36.793 -44.8359
|
||||
c-21.3906 -4.25391 -42.8086 7.19141 -51.1523 27.3398c-8.34766 20.1445 -1.30078 43.3867 16.8281 55.5039c18.1328 12.1172 42.3008 9.74219 57.7227 -5.67969zM169.508 306.645z" />
|
||||
<glyph glyph-name="004-cooling-tower-1" unicode=""
|
||||
d="M444.055 221.539c7 0 13.0352 -4.91406 14.4648 -11.7656l8.80078 -42.3906h-129.301l-11.6953 53.9375c0.816406 0.140625 1.66406 0.21875 2.53125 0.21875h115.199zM444.055 221.539zM473.453 137.848l38.2344 -184.074
|
||||
c1.85938 -9.03125 -5.24219 -17.7734 -14.4648 -17.7734h-115.742c2.71875 7.65234 3.28125 15.9805 1.50781 24.1641l-38.5586 177.684h129.023zM473.453 137.848zM289.508 344.645c-7.84766 6.33203 -17.7227 9.81641 -27.8047 9.81641h-131.328
|
||||
c18.4922 54.3398 70.0156 93.5391 130.539 93.5391h204.309c25.7891 0 46.7695 -20.9805 46.7695 -46.7695c0 -25.7852 -20.9805 -46.7695 -46.7695 -46.7695h-18.6484c-6.71484 -33.6445 -36.4688 -59.0781 -72.0625 -59.0781h-21.2773
|
||||
c-17.3008 0 -32.6211 10.3789 -39.0508 26.4375c-4.125 10.3086 -12.5039 17.9102 -22.6875 21.1133c-0.636719 0.589844 -1.30859 1.16016 -1.98828 1.71094zM289.508 344.645zM276.137 313.285l10.293 -47.4375h-218.414l10.293 47.4375
|
||||
c1.47656 6.79297 7.48438 11.6367 14.4336 11.6367h168.961c6.94922 0 12.9609 -4.84375 14.4336 -11.6367zM276.137 313.285zM292.84 236.309l61.2812 -282.406c1.96484 -9.06641 -5.17188 -17.9023 -14.4336 -17.9023h-147.754l-0.222656 60.3906
|
||||
c16.3789 2.85547 32.0703 10.5742 44.6953 23.1992c32.6328 32.6328 32.6328 85.7266 0 118.359l-48.7383 48.7383c-5.76953 5.76562 -15.1211 5.76562 -20.8867 0l-48.7383 -48.7383c-32.6328 -32.6328 -32.6328 -85.7266 0 -118.359
|
||||
c12.4805 -12.4805 27.9531 -20.1719 44.1289 -23.1055l0.222656 -60.4844h-147.633c-9.26562 0 -16.4023 8.83594 -14.4336 17.9023l61.2773 282.406h231.234zM292.84 236.309zM191.711 26.6133h-0.00390625v42.3086c0 8.15625 -6.60938 14.7695 -14.7656 14.7695
|
||||
c-8.16016 0 -14.7695 -6.61328 -14.7695 -14.7695v-42.1562c-8.51562 2.44922 -16.5469 7.01172 -23.2422 13.7109c-21.1172 21.1133 -21.1172 55.4727 0 76.5859l38.293 38.2969l38.2969 -38.2969c21.1133 -21.1133 21.1133 -55.4727 0 -76.5859
|
||||
c-6.84375 -6.84766 -15.0859 -11.457 -23.8086 -13.8633zM191.711 26.6133z" />
|
||||
<glyph glyph-name="027-jupiter-1" unicode=""
|
||||
d="M255.909 448c44.7314 0.0136719 88.6865 -11.6904 127.484 -33.959c122.608 -70.3545 164.968 -226.786 94.6064 -349.396c-70.3545 -122.604 -226.782 -164.964 -349.394 -94.6045c-122.608 70.3545 -164.966 226.786 -94.6084 349.396v0.536133h0.306641
|
||||
c45.7275 79.168 130.18 127.959 221.604 128.027zM255.909 430.928c-48.6543 0.0429688 -96.1504 -14.8525 -136.066 -42.6729h272.132c-39.915 27.8203 -87.4092 42.7158 -136.065 42.6729zM255.909 -47.0342c57.1025 -0.0361328 112.312 20.4727 155.543 57.7725
|
||||
c-8.27051 -1.33105 -16.4199 -3.3291 -24.3682 -5.97461c-35.2949 -11.6865 -73.4199 -11.6865 -108.721 0c-15.7842 5.27051 -32.3203 7.9541 -48.9629 7.94531h-131.312c43.541 -38.5273 99.6816 -59.7812 157.82 -59.7432zM431.048 29.5859
|
||||
c24.9199 26.8184 43.3428 59.0068 53.8477 94.082h-48.8457c-18.4814 -0.00390625 -36.8408 2.97559 -54.3682 8.82715c-31.791 10.5205 -66.125 10.5205 -97.916 0c-17.5273 -5.85156 -35.8887 -8.83105 -54.3652 -8.82715h-202.478
|
||||
c4.40918 -14.7539 10.2451 -29.0498 17.4199 -42.6748h185.957c9.58203 -0.289062 18.9434 2.9209 26.3389 9.02246l10.3633 7.99609c18.0303 11.9268 39.3389 17.9131 60.9414 17.1221c41.6494 0 73.0586 -17.9229 73.0586 -41.7451
|
||||
c0 -10.4453 -7.83398 -20.123 -21.4902 -26.5361c-13.3682 -5.99609 -27.8682 -9.06641 -42.5205 -9.00488c-12.5205 -0.595703 -24.9365 2.47754 -35.7275 8.84082c-6.37012 3.89551 -10.0596 10.998 -9.5791 18.4434c0.952148 6.13379 5.00195 11.3389 10.7158 13.7617
|
||||
c13.2705 6.98828 29.0273 7.42676 42.6719 1.19531l-7.62891 -15.2773c-9.27246 4.04785 -19.9434 3.30664 -28.5684 -1.98242c0.575195 -0.858398 1.31543 -1.59277 2.18457 -2.16113c9.42188 -6.61328 37.9541 -9.26562 61.209 1.6416
|
||||
c8.05371 3.7998 11.6631 8.30176 11.6631 11.0947c0 11.6436 -23.9473 24.6592 -55.9883 24.6592c-17.8271 0.71875 -35.4482 -4.01562 -50.5186 -13.5703l-10.3545 -7.99121c-10.3857 -8.39941 -23.4111 -12.8545 -36.7656 -12.584h-176.036
|
||||
c7.73145 -12.1406 16.5312 -23.5654 26.3066 -34.1357h148.825c18.4766 0.00195312 36.8379 -2.97754 54.3652 -8.8252c31.791 -10.5273 66.125 -10.5273 97.916 0c15.9434 5.27441 32.5771 8.17969 49.3662 8.62891zM489.312 140.736
|
||||
c3.06543 14.0361 4.86328 28.3203 5.36328 42.6777h-477.531c0.501953 -14.3574 2.29688 -28.6416 5.36523 -42.6777h206.889c16.6455 -0.00195312 33.1816 2.67773 48.9658 7.94531c35.2979 11.6885 73.4258 11.6885 108.719 0
|
||||
c15.791 -5.26758 32.3223 -7.94727 48.9678 -7.94531h53.2617zM494.678 200.481c-0.55957 15.9531 -2.7207 31.8076 -6.44336 47.3281c-17.1504 1.69531 -34.4521 1.14258 -51.459 -1.64551l-34.6006 -5.77051c-23.3789 -3.90527 -47.2402 -3.90527 -70.6221 0
|
||||
l-34.5986 5.77051c-21.5264 3.58105 -43.4932 3.58105 -65.0195 0l-34.6006 -5.77051c-23.3799 -3.91406 -47.2412 -3.91406 -70.623 0l-34.5977 5.77051c-21.5273 3.58105 -43.4971 3.58105 -65.0205 0l-4.04688 -0.68457
|
||||
c-3.39355 -14.7793 -5.37305 -29.8457 -5.90234 -44.998h477.534zM483.3 265.35c-4.19043 12.9463 -9.48145 25.5117 -15.8223 37.5547h-423.135c-6.66992 -12.6426 -12.1885 -25.8613 -16.4814 -39.4932c22.2344 3.37988 44.8613 3.23242 67.0527 -0.443359
|
||||
l34.5996 -5.77051c21.5254 -3.58594 43.4932 -3.58594 65.0225 0l34.5977 5.77051c23.3818 3.91211 47.2432 3.91211 70.6211 0l34.6016 -5.77051c21.5234 -3.58594 43.4961 -3.58594 65.0205 0l34.5977 5.77051c16.2979 2.67969 32.8506 3.47754 49.3252 2.38184z
|
||||
M54.2686 319.973h403.281c-12.1318 19.041 -26.8818 36.2822 -43.8184 51.209h-315.643c-16.9365 -14.9268 -31.6865 -32.168 -43.8203 -51.209zM54.2686 319.973z" />
|
||||
</font>
|
||||
</defs></svg>
|
After Width: | Height: | Size: 138 KiB |
BIN
src/icons/Flaticon.ttf
Normal file
BIN
src/icons/Flaticon.ttf
Normal file
Binary file not shown.
BIN
src/icons/Flaticon.woff
Normal file
BIN
src/icons/Flaticon.woff
Normal file
Binary file not shown.
BIN
src/icons/Flaticon.woff2
Normal file
BIN
src/icons/Flaticon.woff2
Normal file
Binary file not shown.
110
src/icons/_flaticon.scss
Normal file
110
src/icons/_flaticon.scss
Normal file
|
@ -0,0 +1,110 @@
|
|||
/*
|
||||
Flaticon icon font: Flaticon
|
||||
Creation date: 04/10/2020 20:48
|
||||
*/
|
||||
|
||||
@font-face {
|
||||
font-family: "Flaticon";
|
||||
src: url("./Flaticon.eot");
|
||||
src: url("./Flaticon.eot?#iefix") format("embedded-opentype"),
|
||||
url("./Flaticon.woff2") format("woff2"),
|
||||
url("./Flaticon.woff") format("woff"),
|
||||
url("./Flaticon.ttf") format("truetype"),
|
||||
url("./Flaticon.svg#Flaticon") format("svg");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
||||
@font-face {
|
||||
font-family: "Flaticon";
|
||||
src: url("./Flaticon.svg#Flaticon") format("svg");
|
||||
}
|
||||
}
|
||||
|
||||
.fi:before{
|
||||
display: inline-block;
|
||||
font-family: "Flaticon";
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
line-height: 1;
|
||||
text-decoration: inherit;
|
||||
text-rendering: optimizeLegibility;
|
||||
text-transform: none;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
.flaticon-lander:before { content: "\f100"; }
|
||||
.flaticon-volcano:before { content: "\f101"; }
|
||||
.flaticon-cooling-tower:before { content: "\f102"; }
|
||||
.flaticon-cooling-tower-1:before { content: "\f103"; }
|
||||
.flaticon-volcano-1:before { content: "\f104"; }
|
||||
.flaticon-flag-outline-on-a-pole-with-stars-around:before { content: "\f105"; }
|
||||
.flaticon-saturn:before { content: "\f106"; }
|
||||
.flaticon-earth:before { content: "\f107"; }
|
||||
.flaticon-planet:before { content: "\f108"; }
|
||||
.flaticon-planet-1:before { content: "\f109"; }
|
||||
.flaticon-globe:before { content: "\f10a"; }
|
||||
.flaticon-jupiter:before { content: "\f10b"; }
|
||||
.flaticon-venus:before { content: "\f10c"; }
|
||||
.flaticon-moon:before { content: "\f10d"; }
|
||||
.flaticon-astronomy:before { content: "\f10e"; }
|
||||
.flaticon-asteroid:before { content: "\f10f"; }
|
||||
.flaticon-asteroid-1:before { content: "\f110"; }
|
||||
.flaticon-ingot:before { content: "\f111"; }
|
||||
.flaticon-snowflake:before { content: "\f112"; }
|
||||
.flaticon-star:before { content: "\f113"; }
|
||||
.flaticon-solar-system:before { content: "\f114"; }
|
||||
.flaticon-asteroid-2:before { content: "\f115"; }
|
||||
.flaticon-water:before { content: "\f116"; }
|
||||
.flaticon-water-drops:before { content: "\f117"; }
|
||||
.flaticon-asteroid-3:before { content: "\f118"; }
|
||||
.flaticon-asteroid-4:before { content: "\f119"; }
|
||||
.flaticon-jupiter-1:before { content: "\f11a"; }
|
||||
.flaticon-jupiter-2:before { content: "\f11b"; }
|
||||
.flaticon-jupiter-3:before { content: "\f11c"; }
|
||||
.flaticon-pickaxe:before { content: "\f11d"; }
|
||||
.flaticon-curved-line:before { content: "\f11e"; }
|
||||
.flaticon-bacteria:before { content: "\f11f"; }
|
||||
.flaticon-dna:before { content: "\f120"; }
|
||||
.flaticon-ingot-1:before { content: "\f121"; }
|
||||
.flaticon-gold-bars:before { content: "\f122"; }
|
||||
|
||||
$font-Flaticon-lander: "\f100";
|
||||
$font-Flaticon-volcano: "\f101";
|
||||
$font-Flaticon-cooling-tower: "\f102";
|
||||
$font-Flaticon-cooling-tower-1: "\f103";
|
||||
$font-Flaticon-volcano-1: "\f104";
|
||||
$font-Flaticon-flag-outline-on-a-pole-with-stars-around: "\f105";
|
||||
$font-Flaticon-saturn: "\f106";
|
||||
$font-Flaticon-earth: "\f107";
|
||||
$font-Flaticon-planet: "\f108";
|
||||
$font-Flaticon-planet-1: "\f109";
|
||||
$font-Flaticon-globe: "\f10a";
|
||||
$font-Flaticon-jupiter: "\f10b";
|
||||
$font-Flaticon-venus: "\f10c";
|
||||
$font-Flaticon-moon: "\f10d";
|
||||
$font-Flaticon-astronomy: "\f10e";
|
||||
$font-Flaticon-asteroid: "\f10f";
|
||||
$font-Flaticon-asteroid-1: "\f110";
|
||||
$font-Flaticon-ingot: "\f111";
|
||||
$font-Flaticon-snowflake: "\f112";
|
||||
$font-Flaticon-star: "\f113";
|
||||
$font-Flaticon-solar-system: "\f114";
|
||||
$font-Flaticon-asteroid-2: "\f115";
|
||||
$font-Flaticon-water: "\f116";
|
||||
$font-Flaticon-water-drops: "\f117";
|
||||
$font-Flaticon-asteroid-3: "\f118";
|
||||
$font-Flaticon-asteroid-4: "\f119";
|
||||
$font-Flaticon-jupiter-1: "\f11a";
|
||||
$font-Flaticon-jupiter-2: "\f11b";
|
||||
$font-Flaticon-jupiter-3: "\f11c";
|
||||
$font-Flaticon-pickaxe: "\f11d";
|
||||
$font-Flaticon-curved-line: "\f11e";
|
||||
$font-Flaticon-bacteria: "\f11f";
|
||||
$font-Flaticon-dna: "\f120";
|
||||
$font-Flaticon-ingot-1: "\f121";
|
||||
$font-Flaticon-gold-bars: "\f122";
|
70
src/icons/flaticon.css
Normal file
70
src/icons/flaticon.css
Normal file
|
@ -0,0 +1,70 @@
|
|||
/*
|
||||
Flaticon icon font: Flaticon
|
||||
Creation date: 04/10/2020 20:48
|
||||
*/
|
||||
|
||||
@font-face {
|
||||
font-family: "Flaticon";
|
||||
src: url("./Flaticon.eot");
|
||||
src: url("./Flaticon.eot?#iefix") format("embedded-opentype"),
|
||||
url("./Flaticon.woff2") format("woff2"),
|
||||
url("./Flaticon.woff") format("woff"),
|
||||
url("./Flaticon.ttf") format("truetype"),
|
||||
url("./Flaticon.svg#Flaticon") format("svg");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
||||
@font-face {
|
||||
font-family: "Flaticon";
|
||||
src: url("./Flaticon.svg#Flaticon") format("svg");
|
||||
}
|
||||
}
|
||||
|
||||
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
|
||||
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
|
||||
font-family: Flaticon;
|
||||
/*
|
||||
font-size: 20px;
|
||||
margin-left: 20px;
|
||||
*/
|
||||
font-style: normal;
|
||||
text-shadow: 0 0 0;
|
||||
}
|
||||
|
||||
.flaticon-lander:before { content: "\f100"; margin-left: 2px;}
|
||||
.flaticon-volcano:before { content: "\f101"; }
|
||||
.flaticon-cooling-tower:before { content: "\f102"; }
|
||||
.flaticon-cooling-tower-1:before { content: "\f103"; }
|
||||
.flaticon-volcano-1:before { content: "\f104"; }
|
||||
.flaticon-flag-outline-on-a-pole-with-stars-around:before { content: "\f105"; }
|
||||
.flaticon-saturn:before { content: "\f106"; }
|
||||
.flaticon-earth:before { content: "\f107"; }
|
||||
.flaticon-planet:before { content: "\f108"; }
|
||||
.flaticon-planet-1:before { content: "\f109"; }
|
||||
.flaticon-globe:before { content: "\f10a"; }
|
||||
.flaticon-jupiter:before { content: "\f10b"; }
|
||||
.flaticon-venus:before { content: "\f10c"; }
|
||||
.flaticon-moon:before { content: "\f10d"; }
|
||||
.flaticon-astronomy:before { content: "\f10e"; }
|
||||
.flaticon-asteroid:before { content: "\f10f"; }
|
||||
.flaticon-asteroid-1:before { content: "\f110"; }
|
||||
.flaticon-ingot:before { content: "\f111"; }
|
||||
.flaticon-snowflake:before { content: "\f112"; }
|
||||
.flaticon-star:before { content: "\f113"; }
|
||||
.flaticon-solar-system:before { content: "\f114"; }
|
||||
.flaticon-asteroid-2:before { content: "\f115"; }
|
||||
.flaticon-water:before { content: "\f116"; }
|
||||
.flaticon-water-drops:before { content: "\f117"; }
|
||||
.flaticon-asteroid-3:before { content: "\f118"; }
|
||||
.flaticon-asteroid-4:before { content: "\f119"; }
|
||||
.flaticon-jupiter-1:before { content: "\f11a"; }
|
||||
.flaticon-jupiter-2:before { content: "\f11b"; }
|
||||
.flaticon-jupiter-3:before { content: "\f11c"; }
|
||||
.flaticon-pickaxe:before { content: "\f11d"; }
|
||||
.flaticon-curved-line:before { content: "\f11e"; }
|
||||
.flaticon-bacteria:before { content: "\f11f"; }
|
||||
.flaticon-dna:before { content: "\f120"; }
|
||||
.flaticon-ingot-1:before { content: "\f121"; }
|
||||
.flaticon-gold-bars:before { content: "\f122"; }.flaticon-ring-metal:before { content: "\f111"; }
|
630
src/icons/flaticon.html
Normal file
630
src/icons/flaticon.html
Normal file
|
@ -0,0 +1,630 @@
|
|||
<!DOCTYPE html>
|
||||
<!--
|
||||
Flaticon icon font: Flaticon
|
||||
Creation date: 04/10/2020 20:48
|
||||
-->
|
||||
<html>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>Flaticon WebFont</title>
|
||||
<link href="http://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet" type="text/css" />
|
||||
<link rel="stylesheet" type="text/css" href="flaticon.css">
|
||||
<meta charset="UTF-8">
|
||||
<style>
|
||||
html, body, div, span, applet, object, iframe,
|
||||
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
||||
a, abbr, acronym, address, big, cite, code,
|
||||
del, dfn, em, img, ins, kbd, q, s, samp,
|
||||
small, strike, strong, sub, sup, tt, var,
|
||||
b, u, i, center,
|
||||
dl, dt, dd, ol, ul, li,
|
||||
fieldset, form, label, legend,
|
||||
table, caption, tbody, tfoot, thead, tr, th, td,
|
||||
article, aside, canvas, details, embed,
|
||||
figure, figcaption, footer, header, hgroup,
|
||||
menu, nav, output, ruby, section, summary,
|
||||
time, mark, audio, video {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
font-size: 100%;
|
||||
font: inherit;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
/* HTML5 display-role reset for older browsers */
|
||||
article, aside, details, figcaption, figure,
|
||||
footer, header, hgroup, menu, nav, section {
|
||||
display: block;
|
||||
}
|
||||
body {
|
||||
line-height: 1;
|
||||
}
|
||||
ol, ul {
|
||||
list-style: none;
|
||||
}
|
||||
blockquote, q {
|
||||
quotes: none;
|
||||
}
|
||||
blockquote:before, blockquote:after,
|
||||
q:before, q:after {
|
||||
content: '';
|
||||
content: none;
|
||||
}
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
body {
|
||||
font-family: 'Varela Round', Helvetica, Arial, sans-serif;
|
||||
font-size: 16px;
|
||||
color: #222;
|
||||
}
|
||||
a {
|
||||
color: #333;
|
||||
border-bottom: 1px solid #a9fd00;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
* {
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
|
||||
font-family: Flaticon;
|
||||
font-size: 30px;
|
||||
font-style: normal;
|
||||
margin-left: 20px;
|
||||
color: #333;
|
||||
}
|
||||
.wrapper {
|
||||
max-width: 600px;
|
||||
margin: auto;
|
||||
padding: 0 1em;
|
||||
}
|
||||
.title {
|
||||
font-size: 1.25em;
|
||||
text-align: center;
|
||||
margin-bottom: 1em;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
header {
|
||||
text-align: center;
|
||||
background-color: #222;
|
||||
color: #fff;
|
||||
padding: 1em;
|
||||
}
|
||||
header .logo {
|
||||
width: 210px;
|
||||
height: 38px;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
margin-right: 1em;
|
||||
border: none;
|
||||
}
|
||||
header strong {
|
||||
font-size: 1.95em;
|
||||
font-weight: bold;
|
||||
vertical-align: middle;
|
||||
margin-top: 5px;
|
||||
display: inline-block;
|
||||
}
|
||||
.demo {
|
||||
margin: 2em auto;
|
||||
line-height: 1.25em;
|
||||
}
|
||||
.demo ul li {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
.demo ul li .num {
|
||||
color: #222;
|
||||
border-radius: 20px;
|
||||
display: inline-block;
|
||||
width: 26px;
|
||||
padding: 3px;
|
||||
height: 26px;
|
||||
text-align: center;
|
||||
margin-right: 0.5em;
|
||||
border: 1px solid #222;
|
||||
}
|
||||
.demo ul li code {
|
||||
background-color: #222;
|
||||
border-radius: 4px;
|
||||
padding: 0.25em 0.5em;
|
||||
display: inline-block;
|
||||
color: #fff;
|
||||
font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
|
||||
font-weight: lighter;
|
||||
margin-top: 1em;
|
||||
font-size: 0.8em;
|
||||
word-break: break-all;
|
||||
}
|
||||
.demo ul li code.big {
|
||||
padding: 1em;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
.demo ul li code .red {
|
||||
color: #EF3159;
|
||||
}
|
||||
.demo ul li code .green {
|
||||
color: #ACFF65;
|
||||
}
|
||||
.demo ul li code .yellow {
|
||||
color: #FFFF99;
|
||||
}
|
||||
.demo ul li code .blue {
|
||||
color: #99D3FF;
|
||||
}
|
||||
.demo ul li code .purple {
|
||||
color: #A295FF;
|
||||
}
|
||||
.demo ul li code .dots {
|
||||
margin-top: 0.5em;
|
||||
display: block;
|
||||
}
|
||||
#glyphs {
|
||||
border-bottom: 1px solid #ccc;
|
||||
padding: 2em 0;
|
||||
text-align: center;
|
||||
}
|
||||
.glyph {
|
||||
display: inline-block;
|
||||
width: 9em;
|
||||
margin: 1em;
|
||||
text-align: center;
|
||||
vertical-align: top;
|
||||
background: #FFF;
|
||||
}
|
||||
.glyph .glyph-icon {
|
||||
padding: 10px;
|
||||
display: block;
|
||||
font-family:"Flaticon";
|
||||
font-size: 64px;
|
||||
line-height: 1;
|
||||
}
|
||||
.glyph .glyph-icon:before {
|
||||
font-size: 64px;
|
||||
color: #222;
|
||||
margin-left: 0;
|
||||
}
|
||||
.class-name {
|
||||
font-size: 0.65em;
|
||||
background-color: #222;
|
||||
color: #fff;
|
||||
border-radius: 4px 4px 0 0;
|
||||
padding: 0.5em;
|
||||
color: #FFFF99;
|
||||
font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
|
||||
}
|
||||
.author-name {
|
||||
font-size: 0.6em;
|
||||
background-color: #fcfcfd;
|
||||
border: 1px solid #DEDEE4;
|
||||
border-top: 0;
|
||||
border-radius: 0 0 4px 4px;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.class-name:last-child {
|
||||
font-size: 10px;
|
||||
color:#888;
|
||||
}
|
||||
.class-name:last-child a {
|
||||
font-size: 10px;
|
||||
color:#555;
|
||||
}
|
||||
.class-name:last-child a:hover {
|
||||
color:#a9fd00;
|
||||
}
|
||||
.glyph > input {
|
||||
display: block;
|
||||
width: 100px;
|
||||
margin: 5px auto;
|
||||
text-align: center;
|
||||
font-size: 12px;
|
||||
cursor: text;
|
||||
}
|
||||
.glyph > input.icon-input {
|
||||
font-family:"Flaticon";
|
||||
font-size: 16px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.attribution .title {
|
||||
margin-top: 2em;
|
||||
}
|
||||
.attribution textarea {
|
||||
background-color: #fcfcfd;
|
||||
padding: 1em;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
border: 1px solid #DEDEE4;
|
||||
border-radius: 4px;
|
||||
resize: none;
|
||||
width: 100%;
|
||||
height: 150px;
|
||||
font-size: 0.8em;
|
||||
font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
.iconsuse {
|
||||
margin: 2em auto;
|
||||
text-align: center;
|
||||
max-width: 1200px;
|
||||
}
|
||||
.iconsuse:after {
|
||||
content: '';
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
.iconsuse .image {
|
||||
float: left;
|
||||
width: 25%;
|
||||
padding: 0 1em;
|
||||
}
|
||||
.iconsuse .image p {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
.iconsuse .image span {
|
||||
display: block;
|
||||
font-size: 0.65em;
|
||||
background-color: #222;
|
||||
color: #fff;
|
||||
border-radius: 4px;
|
||||
padding: 0.5em;
|
||||
color: #FFFF99;
|
||||
margin-top: 1em;
|
||||
font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
|
||||
}
|
||||
#footer {
|
||||
text-align: center;
|
||||
background-color: #4C5B5C;
|
||||
color: #7c9192;
|
||||
padding: 1em;
|
||||
}
|
||||
#footer a {
|
||||
border: none;
|
||||
color: #a9fd00;
|
||||
font-weight: normal;
|
||||
}
|
||||
@media (max-width: 960px) {
|
||||
.iconsuse .image {
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
@media (max-width: 560px) {
|
||||
.iconsuse .image {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body class="characters-off">
|
||||
|
||||
<header>
|
||||
<a href="https://www.flaticon.com" target="_blank" class="logo">
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/" viewBox="0 0 560.875 102.036" enable-background="new 0 0 560.875 102.036" xml:space="preserve">
|
||||
<defs>
|
||||
</defs>
|
||||
<g>
|
||||
<g class="letters">
|
||||
<path fill="#ffffff" d="M141.596,29.675c0-3.777,2.985-6.767,6.764-6.767h34.438c3.426,0,6.15,2.728,6.15,6.15
|
||||
c0,3.43-2.724,6.149-6.15,6.149h-27.674v13.091h23.719c3.429,0,6.151,2.724,6.151,6.15c0,3.43-2.723,6.149-6.151,6.149h-23.719
|
||||
v17.574c0,3.773-2.986,6.761-6.764,6.761c-3.779,0-6.764-2.989-6.764-6.761V29.675z"></path>
|
||||
<path fill="#ffffff" d="M193.844,29.149c0-3.781,2.985-6.767,6.764-6.767c3.776,0,6.763,2.985,6.763,6.767v42.957h25.039
|
||||
c3.426,0,6.149,2.726,6.149,6.153c0,3.425-2.723,6.15-6.149,6.15h-31.802c-3.779,0-6.764-2.986-6.764-6.768V29.149z"></path>
|
||||
<path fill="#ffffff" d="M241.891,75.71l21.438-48.407c1.492-3.341,4.215-5.357,7.906-5.357h0.792
|
||||
c3.686,0,6.323,2.017,7.815,5.357l21.439,48.407c0.436,0.967,0.701,1.845,0.701,2.723c0,3.602-2.809,6.501-6.414,6.501
|
||||
c-3.161,0-5.269-1.845-6.499-4.655l-4.132-9.661h-27.059l-4.301,10.102c-1.144,2.631-3.426,4.214-6.237,4.214
|
||||
c-3.517,0-6.24-2.81-6.24-6.325C241.1,77.64,241.451,76.677,241.891,75.71z M279.932,58.666l-8.521-20.297l-8.526,20.297H279.932
|
||||
z"></path>
|
||||
<path fill="#ffffff" d="M314.864,35.387H301.86c-3.429,0-6.239-2.813-6.239-6.238c0-3.429,2.811-6.24,6.239-6.24h39.533
|
||||
c3.426,0,6.237,2.811,6.237,6.24c0,3.425-2.811,6.238-6.237,6.238h-13.001v42.785c0,3.773-2.99,6.761-6.764,6.761
|
||||
c-3.779,0-6.764-2.989-6.764-6.761V35.387z"></path>
|
||||
<path fill="#A9FD00" d="M352.615,29.149c0-3.781,2.985-6.767,6.767-6.767c3.774,0,6.761,2.985,6.761,6.767v49.024
|
||||
c0,3.773-2.987,6.761-6.761,6.761c-3.781,0-6.767-2.989-6.767-6.761V29.149z"></path>
|
||||
<path fill="#A9FD00" d="M374.132,53.836v-0.179c0-17.481,13.178-31.801,32.065-31.801c9.22,0,15.459,2.458,20.557,6.238
|
||||
c1.402,1.054,2.637,2.985,2.637,5.357c0,3.692-2.985,6.59-6.681,6.59c-1.845,0-3.071-0.702-4.044-1.319
|
||||
c-3.776-2.813-7.729-4.393-12.562-4.393c-10.364,0-17.831,8.611-17.831,19.154v0.173c0,10.542,7.291,19.329,17.831,19.329
|
||||
c5.715,0,9.492-1.756,13.359-4.834c1.049-0.874,2.458-1.491,4.039-1.491c3.429,0,6.325,2.813,6.325,6.236
|
||||
c0,2.106-1.056,3.78-2.282,4.834c-5.539,4.834-12.036,7.733-21.878,7.733C387.572,85.464,374.132,71.493,374.132,53.836z"></path>
|
||||
<path fill="#A9FD00" d="M433.009,53.836v-0.179c0-17.481,13.79-31.801,32.766-31.801c18.981,0,32.592,14.143,32.592,31.628v0.173
|
||||
c0,17.483-13.785,31.807-32.769,31.807C446.625,85.464,433.009,71.32,433.009,53.836z M484.224,53.836v-0.179
|
||||
c0-10.539-7.725-19.326-18.626-19.326c-10.893,0-18.449,8.611-18.449,19.154v0.173c0,10.542,7.73,19.329,18.626,19.329
|
||||
C476.676,72.986,484.224,64.378,484.224,53.836z"></path>
|
||||
<path fill="#A9FD00" d="M506.233,29.321c0-3.774,2.99-6.763,6.767-6.763h1.401c3.252,0,5.183,1.583,7.029,3.953l26.093,34.265
|
||||
V29.059c0-3.692,2.99-6.677,6.681-6.677c3.683,0,6.671,2.985,6.671,6.677v48.934c0,3.78-2.987,6.765-6.764,6.765h-0.436
|
||||
c-3.257,0-5.188-1.581-7.034-3.953l-27.056-35.492v32.944c0,3.687-2.985,6.676-6.678,6.676c-3.683,0-6.673-2.989-6.673-6.676
|
||||
V29.321z"></path>
|
||||
</g>
|
||||
<g class="insignia">
|
||||
<path fill="#ffffff" d="M48.372,56.137h12.517l11.156-18.537H37.186L25.688,18.539h57.825L94.668,0H9.271
|
||||
C5.925,0,2.842,1.801,1.198,4.716c-1.644,2.907-1.593,6.482,0.134,9.343l50.38,83.501c1.678,2.781,4.689,4.476,7.938,4.476
|
||||
c3.246,0,6.257-1.695,7.935-4.476l2.898-4.804L48.372,56.137z"></path>
|
||||
<g class="i">
|
||||
<path fill="#A9FD00" d="M93.575,18.539h0.031v0.004l21.652,0.004l2.705-4.488c1.727-2.861,1.778-6.436,0.133-9.343
|
||||
C116.454,1.801,113.371,0,110.026,0h-5.294L93.575,18.539z"></path>
|
||||
<polygon fill="#A9FD00" points="88.291,27.356 64.725,66.486 75.519,84.404 109.942,27.356"></polygon>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
</a>
|
||||
<strong>Font Demo</strong>
|
||||
</header>
|
||||
|
||||
|
||||
<section class="demo wrapper">
|
||||
|
||||
<p class="title">Instructions</p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<span class="num">1</span>Copy the "Fonts" files and CSS files to your website CSS folder.
|
||||
</li>
|
||||
<li>
|
||||
<span class="num">2</span>Add the CSS link to your website source code on header.
|
||||
<code class="big">
|
||||
<<span class="red">head</span>>
|
||||
<br/><span class="dots">...</span>
|
||||
<br/><<span class="red">link</span> <span class="green">rel</span>=<span class="yellow">"stylesheet"</span> <span class="green">type</span>=<span class="yellow">"text/css"</span> <span class="green">href</span>=<span class="yellow">"your_website_domain/css_root/flaticon.css"</span>>
|
||||
<br/><span class="dots">...</span>
|
||||
<br/></<span class="red">head</span>>
|
||||
</code>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>
|
||||
<span class="num">3</span>Use the icon class on <code>"<span class="blue">display</span>:<span class="purple"> inline</span>"</code> elements:
|
||||
<br />
|
||||
Use example: <code><<span class="red">i</span> <span class="green">class</span>=<span class="yellow">"flaticon-airplane49"</span>></<span class="red">i</span>></code> or <code><<span class="red">span</span> <span class="green">class</span>=<span class="yellow">"flaticon-airplane49"</span>></<span class="red">span</span>></code>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="glyphs">
|
||||
|
||||
|
||||
<div class="glyph"><div class="glyph-icon flaticon-lander"></div>
|
||||
<div class="class-name">.flaticon-lander</div>
|
||||
<div class="author-name">Author: <a data-file="001-lander" href="https://www.flaticon.com/authors/nikita-golubev">Nikita Golubev</a> </div>
|
||||
</div>
|
||||
|
||||
<div class="glyph"><div class="glyph-icon flaticon-volcano"></div>
|
||||
<div class="class-name">.flaticon-volcano</div>
|
||||
<div class="author-name">Author: <a data-file="002-volcano" href="http://www.freepik.com">Freepik</a> </div>
|
||||
</div>
|
||||
|
||||
<div class="glyph"><div class="glyph-icon flaticon-cooling-tower"></div>
|
||||
<div class="class-name">.flaticon-cooling-tower</div>
|
||||
<div class="author-name">Author: <a data-file="003-cooling-tower" href="http://www.freepik.com">Freepik</a> </div>
|
||||
</div>
|
||||
|
||||
<div class="glyph"><div class="glyph-icon flaticon-cooling-tower-1"></div>
|
||||
<div class="class-name">.flaticon-cooling-tower-1</div>
|
||||
<div class="author-name">Author: <a data-file="004-cooling-tower-1" href="http://www.freepik.com">Freepik</a> </div>
|
||||
</div>
|
||||
|
||||
<div class="glyph"><div class="glyph-icon flaticon-volcano-1"></div>
|
||||
<div class="class-name">.flaticon-volcano-1</div>
|
||||
<div class="author-name">Author: <a data-file="005-volcano-1" href="https://www.flaticon.com/authors/deemakdaksina">deemakdaksina</a> </div>
|
||||
</div>
|
||||
|
||||
<div class="glyph"><div class="glyph-icon flaticon-flag-outline-on-a-pole-with-stars-around"></div>
|
||||
<div class="class-name">.flaticon-flag-outline-on-a-pole-with-stars-around</div>
|
||||
<div class="author-name">Author: <a data-file="006-flag-outline-on-a-pole-with-stars-around" href="http://www.freepik.com">Freepik</a> </div>
|
||||
</div>
|
||||
|
||||
<div class="glyph"><div class="glyph-icon flaticon-saturn"></div>
|
||||
<div class="class-name">.flaticon-saturn</div>
|
||||
<div class="author-name">Author: <a data-file="007-saturn" href="https://www.flaticon.com/authors/prettycons">prettycons</a> </div>
|
||||
</div>
|
||||
|
||||
<div class="glyph"><div class="glyph-icon flaticon-earth"></div>
|
||||
<div class="class-name">.flaticon-earth</div>
|
||||
<div class="author-name">Author: <a data-file="008-earth" href="http://www.freepik.com">Freepik</a> </div>
|
||||
</div>
|
||||
|
||||
<div class="glyph"><div class="glyph-icon flaticon-planet"></div>
|
||||
<div class="class-name">.flaticon-planet</div>
|
||||
<div class="author-name">Author: <a data-file="009-planet" href="https://www.flaticon.com/authors/itim2101">itim2101</a> </div>
|
||||
</div>
|
||||
|
||||
<div class="glyph"><div class="glyph-icon flaticon-planet-1"></div>
|
||||
<div class="class-name">.flaticon-planet-1</div>
|
||||
<div class="author-name">Author: <a data-file="010-planet-1" href="https://www.flaticon.com/authors/victoruler">Victoruler</a> </div>
|
||||
</div>
|
||||
|
||||
<div class="glyph"><div class="glyph-icon flaticon-globe"></div>
|
||||
<div class="class-name">.flaticon-globe</div>
|
||||
<div class="author-name">Author: <a data-file="011-globe" href="https://www.flaticon.com/authors/smashicons">Smashicons</a> </div>
|
||||
</div>
|
||||
|
||||
<div class="glyph"><div class="glyph-icon flaticon-jupiter"></div>
|
||||
<div class="class-name">.flaticon-jupiter</div>
|
||||
<div class="author-name">Author: <a data-file="012-jupiter" href="https://www.flaticon.com/authors/monkik">monkik</a> </div>
|
||||
</div>
|
||||
|
||||
<div class="glyph"><div class="glyph-icon flaticon-venus"></div>
|
||||
<div class="class-name">.flaticon-venus</div>
|
||||
<div class="author-name">Author: <a data-file="013-venus" href="https://www.flaticon.com/authors/monkik">monkik</a> </div>
|
||||
</div>
|
||||
|
||||
<div class="glyph"><div class="glyph-icon flaticon-moon"></div>
|
||||
<div class="class-name">.flaticon-moon</div>
|
||||
<div class="author-name">Author: <a data-file="014-moon" href="https://www.flaticon.com/authors/nhor-phai">Nhor Phai</a> </div>
|
||||
</div>
|
||||
|
||||
<div class="glyph"><div class="glyph-icon flaticon-astronomy"></div>
|
||||
<div class="class-name">.flaticon-astronomy</div>
|
||||
<div class="author-name">Author: <a data-file="015-astronomy" href="https://www.flaticon.com/authors/eucalyp">Eucalyp</a> </div>
|
||||
</div>
|
||||
|
||||
<div class="glyph"><div class="glyph-icon flaticon-asteroid"></div>
|
||||
<div class="class-name">.flaticon-asteroid</div>
|
||||
<div class="author-name">Author: <a data-file="016-asteroid" href="http://www.freepik.com">Freepik</a> </div>
|
||||
</div>
|
||||
|
||||
<div class="glyph"><div class="glyph-icon flaticon-asteroid-1"></div>
|
||||
<div class="class-name">.flaticon-asteroid-1</div>
|
||||
<div class="author-name">Author: <a data-file="017-asteroid-1" href="https://www.flaticon.com/authors/smashicons">Smashicons</a> </div>
|
||||
</div>
|
||||
|
||||
<div class="glyph"><div class="glyph-icon flaticon-ingot"></div>
|
||||
<div class="class-name">.flaticon-ingot</div>
|
||||
<div class="author-name">Author: <a data-file="018-ingot" href="https://www.flaticon.com/authors/smashicons">Smashicons</a> </div>
|
||||
</div>
|
||||
|
||||
<div class="glyph"><div class="glyph-icon flaticon-snowflake"></div>
|
||||
<div class="class-name">.flaticon-snowflake</div>
|
||||
<div class="author-name">Author: <a data-file="019-snowflake" href="https://www.flaticon.com/authors/kmg-design">kmg design</a> </div>
|
||||
</div>
|
||||
|
||||
<div class="glyph"><div class="glyph-icon flaticon-star"></div>
|
||||
<div class="class-name">.flaticon-star</div>
|
||||
<div class="author-name">Author: <a data-file="020-star" href="http://www.freepik.com">Freepik</a> </div>
|
||||
</div>
|
||||
|
||||
<div class="glyph"><div class="glyph-icon flaticon-solar-system"></div>
|
||||
<div class="class-name">.flaticon-solar-system</div>
|
||||
<div class="author-name">Author: <a data-file="021-solar-system" href="http://www.freepik.com">Freepik</a> </div>
|
||||
</div>
|
||||
|
||||
<div class="glyph"><div class="glyph-icon flaticon-asteroid-2"></div>
|
||||
<div class="class-name">.flaticon-asteroid-2</div>
|
||||
<div class="author-name">Author: <a data-file="022-asteroid-2" href="https://www.flaticon.com/authors/abbasi">Abbasi</a> </div>
|
||||
</div>
|
||||
|
||||
<div class="glyph"><div class="glyph-icon flaticon-water"></div>
|
||||
<div class="class-name">.flaticon-water</div>
|
||||
<div class="author-name">Author: <a data-file="023-water" href="http://www.freepik.com">Freepik</a> </div>
|
||||
</div>
|
||||
|
||||
<div class="glyph"><div class="glyph-icon flaticon-water-drops"></div>
|
||||
<div class="class-name">.flaticon-water-drops</div>
|
||||
<div class="author-name">Author: <a data-file="024-water-drops" href="http://www.freepik.com">Freepik</a> </div>
|
||||
</div>
|
||||
|
||||
<div class="glyph"><div class="glyph-icon flaticon-asteroid-3"></div>
|
||||
<div class="class-name">.flaticon-asteroid-3</div>
|
||||
<div class="author-name">Author: <a data-file="025-asteroid-3" href="https://www.flaticon.com/authors/smashicons">Smashicons</a> </div>
|
||||
</div>
|
||||
|
||||
<div class="glyph"><div class="glyph-icon flaticon-asteroid-4"></div>
|
||||
<div class="class-name">.flaticon-asteroid-4</div>
|
||||
<div class="author-name">Author: <a data-file="026-asteroid-4" href="http://www.freepik.com">Freepik</a> </div>
|
||||
</div>
|
||||
|
||||
<div class="glyph"><div class="glyph-icon flaticon-jupiter-1"></div>
|
||||
<div class="class-name">.flaticon-jupiter-1</div>
|
||||
<div class="author-name">Author: <a data-file="027-jupiter-1" href="https://www.flaticon.com/authors/monkik">monkik</a> </div>
|
||||
</div>
|
||||
|
||||
<div class="glyph"><div class="glyph-icon flaticon-jupiter-2"></div>
|
||||
<div class="class-name">.flaticon-jupiter-2</div>
|
||||
<div class="author-name">Author: <a data-file="028-jupiter-2" href="https://www.flaticon.com/authors/icongeek26">Icongeek26</a> </div>
|
||||
</div>
|
||||
|
||||
<div class="glyph"><div class="glyph-icon flaticon-jupiter-3"></div>
|
||||
<div class="class-name">.flaticon-jupiter-3</div>
|
||||
<div class="author-name">Author: <a data-file="029-jupiter-3" href="https://www.flaticon.com/authors/nikita-golubev">Nikita Golubev</a> </div>
|
||||
</div>
|
||||
|
||||
<div class="glyph"><div class="glyph-icon flaticon-pickaxe"></div>
|
||||
<div class="class-name">.flaticon-pickaxe</div>
|
||||
<div class="author-name">Author: <a data-file="030-pickaxe" href="http://www.freepik.com">Freepik</a> </div>
|
||||
</div>
|
||||
|
||||
<div class="glyph"><div class="glyph-icon flaticon-curved-line"></div>
|
||||
<div class="class-name">.flaticon-curved-line</div>
|
||||
<div class="author-name">Author: <a data-file="031-curved-line" href="http://www.freepik.com">Freepik</a> </div>
|
||||
</div>
|
||||
|
||||
<div class="glyph"><div class="glyph-icon flaticon-bacteria"></div>
|
||||
<div class="class-name">.flaticon-bacteria</div>
|
||||
<div class="author-name">Author: <a data-file="032-bacteria" href="https://www.flaticon.com/authors/smashicons">Smashicons</a> </div>
|
||||
</div>
|
||||
|
||||
<div class="glyph"><div class="glyph-icon flaticon-dna"></div>
|
||||
<div class="class-name">.flaticon-dna</div>
|
||||
<div class="author-name">Author: <a data-file="033-dna" href="http://www.freepik.com">Freepik</a> </div>
|
||||
</div>
|
||||
|
||||
<div class="glyph"><div class="glyph-icon flaticon-ingot-1"></div>
|
||||
<div class="class-name">.flaticon-ingot-1</div>
|
||||
<div class="author-name">Author: <a data-file="034-ingot-1" href="https://www.flaticon.com/authors/smashicons">Smashicons</a> </div>
|
||||
</div>
|
||||
|
||||
<div class="glyph"><div class="glyph-icon flaticon-gold-bars"></div>
|
||||
<div class="class-name">.flaticon-gold-bars</div>
|
||||
<div class="author-name">Author: <a data-file="035-gold-bars" href="https://www.flaticon.com/authors/prettycons">prettycons</a> </div>
|
||||
</div>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="attribution wrapper" style="text-align:center;">
|
||||
|
||||
<div class="title">License and attribution:</div><div class="attrDiv">Font generated by <a href="https://www.flaticon.com">flaticon.com</a>. <div><p>Under <a href="http://creativecommons.org/licenses/by/3.0/">CC</a>: <a data-file="029-jupiter-3" href="https://www.flaticon.com/authors/nikita-golubev">Nikita Golubev</a>, <a data-file="033-dna" href="http://www.freepik.com">Freepik</a>, <a data-file="005-volcano-1" href="https://www.flaticon.com/authors/deemakdaksina">deemakdaksina</a>, <a data-file="035-gold-bars" href="https://www.flaticon.com/authors/prettycons">prettycons</a>, <a data-file="009-planet" href="https://www.flaticon.com/authors/itim2101">itim2101</a>, <a data-file="010-planet-1" href="https://www.flaticon.com/authors/victoruler">Victoruler</a>, <a data-file="034-ingot-1" href="https://www.flaticon.com/authors/smashicons">Smashicons</a>, <a data-file="027-jupiter-1" href="https://www.flaticon.com/authors/monkik">monkik</a>, <a data-file="014-moon" href="https://www.flaticon.com/authors/nhor-phai">Nhor Phai</a>, <a data-file="015-astronomy" href="https://www.flaticon.com/authors/eucalyp">Eucalyp</a>, <a data-file="019-snowflake" href="https://www.flaticon.com/authors/kmg-design">kmg design</a>, <a data-file="022-asteroid-2" href="https://www.flaticon.com/authors/abbasi">Abbasi</a>, <a data-file="028-jupiter-2" href="https://www.flaticon.com/authors/icongeek26">Icongeek26</a></p> </div>
|
||||
</div>
|
||||
<div class="title">Copy the Attribution License:</div>
|
||||
|
||||
<textarea onclick="this.focus();this.select();">Font generated by <a href="https://www.flaticon.com">flaticon.com</a>. <p>Under <a href="http://creativecommons.org/licenses/by/3.0/">CC</a>: <a data-file="029-jupiter-3" href="https://www.flaticon.com/authors/nikita-golubev">Nikita Golubev</a>, <a data-file="033-dna" href="http://www.freepik.com">Freepik</a>, <a data-file="005-volcano-1" href="https://www.flaticon.com/authors/deemakdaksina">deemakdaksina</a>, <a data-file="035-gold-bars" href="https://www.flaticon.com/authors/prettycons">prettycons</a>, <a data-file="009-planet" href="https://www.flaticon.com/authors/itim2101">itim2101</a>, <a data-file="010-planet-1" href="https://www.flaticon.com/authors/victoruler">Victoruler</a>, <a data-file="034-ingot-1" href="https://www.flaticon.com/authors/smashicons">Smashicons</a>, <a data-file="027-jupiter-1" href="https://www.flaticon.com/authors/monkik">monkik</a>, <a data-file="014-moon" href="https://www.flaticon.com/authors/nhor-phai">Nhor Phai</a>, <a data-file="015-astronomy" href="https://www.flaticon.com/authors/eucalyp">Eucalyp</a>, <a data-file="019-snowflake" href="https://www.flaticon.com/authors/kmg-design">kmg design</a>, <a data-file="022-asteroid-2" href="https://www.flaticon.com/authors/abbasi">Abbasi</a>, <a data-file="028-jupiter-2" href="https://www.flaticon.com/authors/icongeek26">Icongeek26</a></p>
|
||||
</textarea>
|
||||
|
||||
</section>
|
||||
|
||||
<section class="iconsuse">
|
||||
|
||||
<div class="title">Examples:</div>
|
||||
|
||||
<div class="image">
|
||||
<p>
|
||||
<i class="glyph-icon flaticon-lander"></i>
|
||||
<span><i class="flaticon-lander"></i></span>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="image">
|
||||
<p>
|
||||
<i class="glyph-icon flaticon-volcano"></i>
|
||||
<span><i class="flaticon-volcano"></i></span>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="image">
|
||||
<p>
|
||||
<i class="glyph-icon flaticon-cooling-tower"></i>
|
||||
<span><i class="flaticon-cooling-tower"></i></span>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="image">
|
||||
<p>
|
||||
<i class="glyph-icon flaticon-cooling-tower-1"></i>
|
||||
<span><i class="flaticon-cooling-tower-1"></i></span>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
<div id="footer">
|
||||
<div>Generated by <a href="https://www.flaticon.com">flaticon.com</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
11
src/interfaces/Body.js
Normal file
11
src/interfaces/Body.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
export class Body {
|
||||
constructor() {}
|
||||
|
||||
isAsteroid() {
|
||||
return this.BodyName.includes('Belt')
|
||||
}
|
||||
|
||||
simpleName() {
|
||||
return this.BodyName.replace(this.StarSystem, '')
|
||||
}
|
||||
}
|
|
@ -1,5 +1,7 @@
|
|||
import { Body } from './Body'
|
||||
import { System } from './System'
|
||||
|
||||
const EventEmitter = require('events')
|
||||
const { app } = require('electron')
|
||||
const fs = require('fs')
|
||||
const path = require('path')
|
||||
const max = require('lodash/max')
|
||||
|
@ -8,21 +10,22 @@ const os = require('os')
|
|||
const lineReader = require('reverse-line-reader')
|
||||
const chokidar = require('chokidar')
|
||||
const Tail = require('tail').Tail
|
||||
const find = require('lodash/find')
|
||||
|
||||
// set log() to console.log() so whenever I get around to setting up a log file, I don't have to
|
||||
// search and replace all the console.log()'s
|
||||
// Set log() to console.log() so whenever I get around to setting up a log file, I don't have to
|
||||
// search and replace all the console.log()'s.
|
||||
const log = console.log.bind(console)
|
||||
|
||||
export class JournalInterface extends EventEmitter {
|
||||
constructor() {
|
||||
constructor(isPackaged) {
|
||||
super()
|
||||
|
||||
this.journalDir = null
|
||||
if (!app.isPackaged) { // account for WSL during development
|
||||
if (!isPackaged) { // Account for WSL during development
|
||||
this.journalDir = "/mnt/c/Users/marle/Saved\ Games/Frontier\ Developments/Elite\ Dangerous/"
|
||||
} else if (os.platform() === 'win32') { // windows
|
||||
} else if (os.platform() === 'win32') { // Windows
|
||||
this.journalDir = os.homedir() + '\\Saved Games\\Frontier Developments\\Elite Dangerous'
|
||||
} else if (os.platform() === 'linux') { // linux
|
||||
} else if (os.platform() === 'linux') { // Linux
|
||||
this.journalDir = os.homedir() + '/.local/share/Steam/steamapps/compatdata/359320/pfx/drive_c/users/steamuser/Saved Games/Frontier Developments/Elite Dangerous/'
|
||||
} else {
|
||||
log(`ERROR: Journal files not found. OS: ${os.platform()}.`)
|
||||
|
@ -32,15 +35,18 @@ export class JournalInterface extends EventEmitter {
|
|||
|
||||
this.currentJournal = this.getLatestJournal()
|
||||
|
||||
// lineReader seems to be async, so start async processes here
|
||||
// LineReader seems to be async, so start async processes here.
|
||||
this.currentLocation = null
|
||||
this.currentSystemBodies = null
|
||||
|
||||
log('JournalInterface initialized. Attempting to find current location.')
|
||||
this.getCurrentLocation()
|
||||
.then(() => {
|
||||
log('Attempting to find scanned bodies in current system.')
|
||||
this.getScannedBodies()
|
||||
.then(() => {
|
||||
log('Scanned bodies found.')
|
||||
this.emit('SCANNED_BODIES_FOUND')
|
||||
})
|
||||
})
|
||||
|
||||
}
|
||||
|
@ -57,48 +63,93 @@ export class JournalInterface extends EventEmitter {
|
|||
log(`New journal file found, now watching ${path.basename(this.currentJournal)}.`)
|
||||
}
|
||||
|
||||
// get current location on setup, so if app is restarted, user can pick up where they left off
|
||||
// rather than waiting til they jump to the next system to use the program again
|
||||
// Get current location on setup, so if app is restarted, user can pick up where they left off
|
||||
// Rather than waiting til they jump to the next system to use the program again.
|
||||
async getCurrentLocation() {
|
||||
lineReader.eachLine(this.currentJournal, (raw, last) => {
|
||||
return lineReader.eachLine(this.currentJournal, (raw, last) => {
|
||||
if (raw) { // skip blank line at end of file
|
||||
const line = JSON.parse(raw)
|
||||
|
||||
if (line.event === 'FSDJump') {
|
||||
this.currentLocation = line.StarSystem
|
||||
this.currentLocation = new System(line.StarSystem)
|
||||
log(`Current location set to ${this.currentLocation.name}.`)
|
||||
this.emit('FSDJump')
|
||||
return false
|
||||
} else if (last) {
|
||||
log('Warning: unable to find last hyperspace jump. Current location unknown.')
|
||||
return false
|
||||
}
|
||||
}
|
||||
}).then(() => {
|
||||
this.emit('FSDJump')
|
||||
log(`Current location set to ${this.currentLocation}.`)
|
||||
})
|
||||
}
|
||||
|
||||
// look for all scanned bodies before last FSDJump, for same reasons as getCurrentLocation()
|
||||
// if ScanType = Detailed, look at line immediately above for event = SAAScanComplete?
|
||||
// Look for all scanned bodies before last FSDJump, for same reasons as getCurrentLocation().
|
||||
async getScannedBodies() {
|
||||
const detailedScanLine = null
|
||||
let detailedScanLine = null
|
||||
|
||||
lineReader.eachLine(this.currentJournal, (raw, last) => {
|
||||
if (raw) { // skip blank line at end of file
|
||||
return lineReader.eachLine(this.currentJournal, (raw, last) => {
|
||||
|
||||
if (raw) { // Skip blank line at end of file.
|
||||
const line = JSON.parse(raw)
|
||||
|
||||
if (line.event === 'Scan') {
|
||||
if (line.ScanType === 'Detailed') {
|
||||
detailedScanLine = line
|
||||
// Check if previous line was ScanType = Detailed, and handle that.
|
||||
if (detailedScanLine !== null) {
|
||||
if (line.event === 'SAAScanComplete') {
|
||||
// This was a DSS, so set the DSS flag to true and add to list.
|
||||
detailedScanLine.DSSDone = true
|
||||
this.currentLocation.bodies.push(Object.assign(new Body, detailedScanLine))
|
||||
} else {
|
||||
// Else, check that the body hasn't already been added (by a DSS scan line).
|
||||
let r = find(this.currentLocation.bodies, ['BodyID', detailedScanLine.BodyID])
|
||||
|
||||
if (r === undefined) {
|
||||
// Set DSS flag if body was not already logged, then add to list.
|
||||
detailedScanLine.DSSDone = false
|
||||
this.currentLocation.bodies.push(Object.assign(new Body, detailedScanLine))
|
||||
}
|
||||
}
|
||||
|
||||
// Finally, clear the variable.
|
||||
detailedScanLine = null
|
||||
}
|
||||
|
||||
// Now move on to evaluating the current line.
|
||||
if (line.event === 'Scan') {
|
||||
// If ScanType = Detailed and body is not a star, save the line so we can check
|
||||
// the one immediately above for event = SAAScanComplete, which indicates this
|
||||
// was a DSS.
|
||||
if (line.ScanType === 'Detailed' && line.StarType === undefined) {
|
||||
detailedScanLine = line
|
||||
|
||||
} else if (line.StarType !== undefined) { // Save stars to bodies list.
|
||||
this.currentLocation.bodies.push(Object.assign(new Body, line))
|
||||
|
||||
} else if (line.ScanType === 'AutoScan') { // Save auto/discovery scan bodies.
|
||||
// Check if planet, and then do the duplicate check (otherwise it's an
|
||||
// astroid, as we've already accounted for stars).
|
||||
if (line.PlanetClass !== undefined) {
|
||||
let r = find(this.currentLocation.bodies, ['BodyID', line.BodyID])
|
||||
|
||||
if (r === undefined) {
|
||||
line.DSSDone = false
|
||||
this.currentLocation.bodies.push(Object.assign(new Body, line))
|
||||
}
|
||||
|
||||
} else { // Asteroids.
|
||||
this.currentLocation.bodies.push(Object.assign(new Body, line))
|
||||
}
|
||||
}
|
||||
} else if (line.event === 'FSDJump') {
|
||||
// Stop evaluating once we reach the beginning of current system entries.
|
||||
return false
|
||||
}
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
// set up journal directory watcher to catch new journal files as the game seems to sometimes
|
||||
// make more than one journal per day
|
||||
// also for instances where UTC day switches over mid-play session
|
||||
// Set up journal directory watcher to catch new journal files as the game seems to sometimes
|
||||
// make more than one journal per day.
|
||||
// Also for instances where UTC day switches over mid-play session.
|
||||
watchDirectory() {
|
||||
const watcher = chokidar.watch(this.journalPattern, {usePolling: true, persistent: true})
|
||||
|
||||
|
@ -107,17 +158,17 @@ export class JournalInterface extends EventEmitter {
|
|||
log('Watching journal folder for changes...')
|
||||
}
|
||||
|
||||
// parse and handle journal lines
|
||||
// Parse and handle journal lines.
|
||||
parseLine(raw) {
|
||||
const line = JSON.parse(raw)
|
||||
|
||||
if (line.event === 'FSDJump') {
|
||||
this.currentLocation = line.StarSystem
|
||||
this.currentLocation = new System(line.StarSystem)
|
||||
this.emit('FSDJump')
|
||||
}
|
||||
}
|
||||
|
||||
// watch the journal for changes
|
||||
// Watch the journal for changes.
|
||||
watchJournal() {
|
||||
const tail = new Tail(this.currentJournal, {useWatchFile: true})
|
||||
|
||||
|
|
8
src/interfaces/System.js
Normal file
8
src/interfaces/System.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
export class System {
|
||||
constructor(StarSystem) {
|
||||
// In future, this is where we preform EDSM lookup
|
||||
|
||||
this.name = StarSystem
|
||||
this.bodies = []
|
||||
}
|
||||
}
|
|
@ -15,6 +15,7 @@ const createWindow = () => {
|
|||
preload: path.join(__dirname, 'preload.js'),
|
||||
nodeIntegration: true,
|
||||
contextIsolation: false,
|
||||
additionalArguments: [`EDS-ENV=${app.isPackaged}`],
|
||||
},
|
||||
});
|
||||
|
||||
|
|
|
@ -27,14 +27,23 @@
|
|||
*/
|
||||
|
||||
import './index.css'
|
||||
import './icons/flaticon.css'
|
||||
|
||||
const { app } = require('electron')
|
||||
import { createApp, ref } from 'https://unpkg.com/vue@3/dist/vue.esm-browser.js'
|
||||
|
||||
import { JournalInterface } from './interfaces/JournalInterface'
|
||||
|
||||
// Grab app.isPackaged from main process
|
||||
let isPackaged = false
|
||||
window.process.argv.forEach((item) => {
|
||||
if (item.includes('EDS-ENV')) {
|
||||
isPackaged = (item.split('=').pop() === 'true')
|
||||
}
|
||||
})
|
||||
|
||||
createApp({
|
||||
setup() {
|
||||
const journal = new JournalInterface
|
||||
const journal = new JournalInterface(isPackaged)
|
||||
|
||||
// TODO: show warning to user
|
||||
if (journal.journalDir === null) {
|
||||
|
@ -45,11 +54,15 @@ createApp({
|
|||
journal.watchJournal()
|
||||
|
||||
const currentLocation = ref('Unknown')
|
||||
const currentSystemBodies = ref([])
|
||||
|
||||
journal.on('FSDJump', () => currentLocation.value = journal.currentLocation)
|
||||
journal.on('SCANNED_BODIES_FOUND', () => currentSystemBodies.value = journal.currentLocation.bodies)
|
||||
|
||||
|
||||
return {
|
||||
currentLocation,
|
||||
currentSystemBodies,
|
||||
}
|
||||
}
|
||||
}).mount('#app')
|
||||
|
|
Loading…
Reference in a new issue