new tandoor theme added, minor ux fixes
This commit is contained in:
parent
9f4eb91287
commit
ad24a44588
18
cookbook/migrations/0124_alter_userpreference_theme.py
Normal file
18
cookbook/migrations/0124_alter_userpreference_theme.py
Normal file
@ -0,0 +1,18 @@
|
||||
# Generated by Django 3.2.3 on 2021-05-30 15:53
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('cookbook', '0123_invitelink_email'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='userpreference',
|
||||
name='theme',
|
||||
field=models.CharField(choices=[('BOOTSTRAP', 'Bootstrap'), ('DARKLY', 'Darkly'), ('FLATLY', 'Flatly'), ('SUPERHERO', 'Superhero'), ('TANDOOR', 'Tandoor')], default='FLATLY', max_length=128),
|
||||
),
|
||||
]
|
@ -75,12 +75,14 @@ class UserPreference(models.Model, PermissionModelMixin):
|
||||
DARKLY = 'DARKLY'
|
||||
FLATLY = 'FLATLY'
|
||||
SUPERHERO = 'SUPERHERO'
|
||||
TANDOOR = 'TANDOOR'
|
||||
|
||||
THEMES = (
|
||||
(BOOTSTRAP, 'Bootstrap'),
|
||||
(DARKLY, 'Darkly'),
|
||||
(FLATLY, 'Flatly'),
|
||||
(SUPERHERO, 'Superhero')
|
||||
(SUPERHERO, 'Superhero'),
|
||||
(TANDOOR, 'Tandoor')
|
||||
)
|
||||
|
||||
# Nav colors
|
||||
|
165
cookbook/static/assets/brand_logo.svg
Normal file
165
cookbook/static/assets/brand_logo.svg
Normal file
@ -0,0 +1,165 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:serif="http://www.serif.com/"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="2048"
|
||||
height="512"
|
||||
viewBox="0 0 2048 512"
|
||||
version="1.1"
|
||||
xml:space="preserve"
|
||||
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"
|
||||
id="svg48"
|
||||
sodipodi:docname="brand_logo.svg"
|
||||
inkscape:version="1.0.2-2 (e86c870879, 2021-01-15)"><metadata
|
||||
id="metadata52"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="2560"
|
||||
inkscape:window-height="1377"
|
||||
id="namedview50"
|
||||
showgrid="false"
|
||||
inkscape:zoom="0.4921875"
|
||||
inkscape:cx="781.42929"
|
||||
inkscape:cy="329.59753"
|
||||
inkscape:window-x="1912"
|
||||
inkscape:window-y="1072"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg48"
|
||||
inkscape:document-rotation="0" />
|
||||
<g
|
||||
id="Logo"
|
||||
transform="matrix(0.637323,0,0,0.637323,-243.095,-716.725)">
|
||||
<g
|
||||
id="Kreis"
|
||||
transform="matrix(1.44936,0,0,1.50279,387.258,1039.34)">
|
||||
<ellipse
|
||||
cx="273.12299"
|
||||
cy="324.01501"
|
||||
rx="259.82199"
|
||||
ry="250.584"
|
||||
style="fill:url(#_Linear1)"
|
||||
id="ellipse2" />
|
||||
<clipPath
|
||||
id="_clip2">
|
||||
<ellipse
|
||||
cx="273.12299"
|
||||
cy="324.01501"
|
||||
rx="259.82199"
|
||||
ry="250.584"
|
||||
id="ellipse4" />
|
||||
</clipPath>
|
||||
<g
|
||||
clip-path="url(#_clip2)"
|
||||
id="g18">
|
||||
<g
|
||||
id="Shadow"
|
||||
transform="matrix(1.10322,0,0,1.064,-5.58287,50.5786)">
|
||||
<path
|
||||
d="M 156.285,427.208 389.554,660.477 668.803,495.551 374.012,200.761 Z"
|
||||
style="fill:#161616"
|
||||
id="path7" />
|
||||
<g
|
||||
transform="translate(-4.22105,0.775864)"
|
||||
id="g11">
|
||||
<path
|
||||
d="M 208.628,178.613 485.935,455.919 590.027,364.63 296.923,71.526 l -2.748,67.463 z"
|
||||
style="fill:#161616"
|
||||
id="path9" />
|
||||
</g>
|
||||
<g
|
||||
transform="translate(-85.3876,27.8512)"
|
||||
id="g15">
|
||||
<path
|
||||
d="m 310.385,145.641 277.307,277.307 2.7,-61.591 -293.104,-293.104 -3.113,70.736 z"
|
||||
style="fill:#161616"
|
||||
id="path13" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(1.471,0,0,1.471,406.537,1149.69)"
|
||||
id="g23">
|
||||
<path
|
||||
d="m 256.049,220 c 30.173,-0.006 56.607,-12.69 73.339,-25.866 16.962,-13.38 41.511,-10.728 55.223,5.966 22.518,27.276 35.987,61.844 35.987,99.43 0,61.55 -37.994,137.571 -90.834,164.176 -22.729,11.444 -46.298,16.88 -73.666,16.893 v 0 H 256.049 256 v 0 C 228.632,480.586 205.063,475.15 182.334,463.706 129.494,437.101 91.5,361.08 91.5,299.53 c 0,-37.586 13.469,-72.154 35.987,-99.43 13.712,-16.694 38.261,-19.346 55.223,-5.966 16.732,13.176 43.166,25.86 73.339,25.866 z"
|
||||
style="fill:#ffcb76"
|
||||
id="path21" />
|
||||
</g>
|
||||
<g
|
||||
id="Flame-2"
|
||||
serif:id="Flame 2"
|
||||
transform="matrix(0.965725,0,0,0.89175,164.497,436.391)">
|
||||
<path
|
||||
d="m 604.408,844.314 c -2.427,-3.469 -2.446,-8.258 -0.046,-11.749 2.401,-3.491 6.643,-4.844 10.407,-3.319 19.101,7.623 44.064,19.383 63.438,35.206 40.319,32.929 51.343,54.955 60.345,77.639 10.656,26.852 12.233,54.589 9.963,73.989 -6.497,55.53 -48.16,101.42 -107.481,101.42 -59.321,0 -106.541,-45.45 -107.481,-101.42 -0.567,-33.708 10.432,-60.637 22.435,-79.86 2.994,-4.783 8.606,-6.751 13.621,-4.776 5.014,1.975 8.148,7.387 7.606,13.136 -1.722,12.136 -2.853,24.792 -2.283,34.904 1.931,34.216 22.239,43.016 43.151,42.806 22.288,-0.21 44.842,-19.12 36.714,-67.395 -7.107,-42.214 -32.435,-84.701 -50.389,-110.581 z"
|
||||
style="fill:#ff6f00"
|
||||
id="path25" />
|
||||
<clipPath
|
||||
id="_clip3">
|
||||
<path
|
||||
d="m 604.408,844.314 c -2.427,-3.469 -2.446,-8.258 -0.046,-11.749 2.401,-3.491 6.643,-4.844 10.407,-3.319 19.101,7.623 44.064,19.383 63.438,35.206 40.319,32.929 51.343,54.955 60.345,77.639 10.656,26.852 12.233,54.589 9.963,73.989 -6.497,55.53 -48.16,101.42 -107.481,101.42 -59.321,0 -106.541,-45.45 -107.481,-101.42 -0.567,-33.708 10.432,-60.637 22.435,-79.86 2.994,-4.783 8.606,-6.751 13.621,-4.776 5.014,1.975 8.148,7.387 7.606,13.136 -1.722,12.136 -2.853,24.792 -2.283,34.904 1.931,34.216 22.239,43.016 43.151,42.806 22.288,-0.21 44.842,-19.12 36.714,-67.395 -7.107,-42.214 -32.435,-84.701 -50.389,-110.581 z"
|
||||
id="path27" />
|
||||
</clipPath>
|
||||
<g
|
||||
clip-path="url(#_clip3)"
|
||||
id="g34">
|
||||
<g
|
||||
transform="matrix(1.28784,-0.270602,0.285942,1.59598,247.349,825.209)"
|
||||
id="g32">
|
||||
<path
|
||||
d="m 255.004,46.957 c 24.543,11.588 50.996,38.49 58.303,73.204 12.13,57.63 -21.736,73.628 -50.811,72.242 -46.607,-2.222 -62.302,-39.157 -31.17,-83.503 19.305,-27.499 1.337,-72.492 23.678,-61.943 z"
|
||||
style="fill:#ffd100"
|
||||
id="path30" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="Hut"
|
||||
transform="matrix(1.521,0,0,1.521,393.566,1149.06)">
|
||||
<path
|
||||
d="m 228.197,408.524 c -5.499,0 -10.384,-1.836 -14.173,-4.905 -2.248,-1.825 -3.104,-4.867 -2.136,-7.595 0.968,-2.729 3.549,-4.552 6.444,-4.552 13.882,-0.072 37.78,-0.076 37.78,-0.076 0,0 23.897,0.004 37.779,0.076 2.895,0 5.476,1.823 6.444,4.552 0.968,2.728 0.112,5.77 -2.136,7.595 -3.789,3.069 -8.673,4.905 -14.172,4.905 z M 217.24,378.877 c -3.032,0 -5.94,-1.206 -8.082,-3.352 -2.143,-2.146 -3.344,-5.056 -3.338,-8.089 0.011,-6.317 0.022,-12.897 0.022,-12.897 0,-4.116 -2.745,-7.725 -6.711,-8.825 -13.818,-3.873 -23.931,-16.246 -23.931,-30.891 0,-17.753 14.859,-32.166 33.162,-32.166 0,0 0,0 0,0 7.039,0 13.313,-4.439 15.655,-11.076 3.226,-9.191 12.394,-19.566 31.983,-19.583 v 0 h 0.223 v 0 c 19.589,0.017 28.757,10.392 31.983,19.583 2.343,6.637 8.616,11.076 15.655,11.076 0,0 0,0 0,0 18.303,0 33.162,14.413 33.162,32.166 0,14.645 -10.112,27.018 -23.93,30.891 -3.966,1.1 -6.711,4.709 -6.712,8.825 0,0 0.005,6.588 0.01,12.908 0.003,3.031 -1.2,5.938 -3.342,8.082 -2.142,2.143 -5.048,3.348 -8.078,3.348 -19.356,0 -58.367,0 -77.731,0 z"
|
||||
style="fill:#161616"
|
||||
id="path37" />
|
||||
</g>
|
||||
</g>
|
||||
<defs
|
||||
id="defs46">
|
||||
<linearGradient
|
||||
id="_Linear1"
|
||||
x1="0"
|
||||
y1="0"
|
||||
x2="1"
|
||||
y2="0"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(2e-6,0,0,2e-6,3755.77,81.7179)"><stop
|
||||
offset="0"
|
||||
style="stop-color:rgb(39,39,39);stop-opacity:1"
|
||||
id="stop41" /><stop
|
||||
offset="1"
|
||||
style="stop-color:rgb(108,108,108);stop-opacity:1"
|
||||
id="stop43" /></linearGradient>
|
||||
</defs>
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:333.333px;line-height:1.25;font-family:sans-serif;fill:#2e2e2e;fill-opacity:1;stroke:none;"
|
||||
x="625.77777"
|
||||
y="373.5943"
|
||||
id="text56"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan54"
|
||||
x="625.77777"
|
||||
y="373.5943"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:333.333px;font-family:'Maiandra GD';-inkscape-font-specification:'Maiandra GD';fill:#2e2e2e;fill-opacity:1;">Tandoor</tspan></text></svg>
|
After Width: | Height: | Size: 7.5 KiB |
167
cookbook/static/assets/brand_logo_white.svg
Normal file
167
cookbook/static/assets/brand_logo_white.svg
Normal file
@ -0,0 +1,167 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:serif="http://www.serif.com/"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="2048"
|
||||
height="512"
|
||||
viewBox="0 0 2048 512"
|
||||
version="1.1"
|
||||
xml:space="preserve"
|
||||
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"
|
||||
id="svg48"
|
||||
sodipodi:docname="brand_logo_white.svg"
|
||||
inkscape:version="1.0.2-2 (e86c870879, 2021-01-15)"><metadata
|
||||
id="metadata52"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="2560"
|
||||
inkscape:window-height="1377"
|
||||
id="namedview50"
|
||||
showgrid="false"
|
||||
inkscape:zoom="0.4921875"
|
||||
inkscape:cx="781.42929"
|
||||
inkscape:cy="329.59753"
|
||||
inkscape:window-x="1912"
|
||||
inkscape:window-y="1072"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg48"
|
||||
inkscape:document-rotation="0" />
|
||||
<g
|
||||
id="g880"
|
||||
transform="translate(0,2.5332475e-4)"><g
|
||||
id="Logo"
|
||||
transform="matrix(0.637323,0,0,0.637323,-243.095,-716.725)">
|
||||
<g
|
||||
id="Kreis"
|
||||
transform="matrix(1.44936,0,0,1.50279,387.258,1039.34)">
|
||||
<ellipse
|
||||
cx="273.12299"
|
||||
cy="324.01501"
|
||||
rx="259.82199"
|
||||
ry="250.584"
|
||||
style="fill:url(#_Linear1)"
|
||||
id="ellipse2" />
|
||||
<clipPath
|
||||
id="_clip2">
|
||||
<ellipse
|
||||
cx="273.12299"
|
||||
cy="324.01501"
|
||||
rx="259.82199"
|
||||
ry="250.584"
|
||||
id="ellipse4" />
|
||||
</clipPath>
|
||||
<g
|
||||
clip-path="url(#_clip2)"
|
||||
id="g18">
|
||||
<g
|
||||
id="Shadow"
|
||||
transform="matrix(1.10322,0,0,1.064,-5.58287,50.5786)">
|
||||
<path
|
||||
d="M 156.285,427.208 389.554,660.477 668.803,495.551 374.012,200.761 Z"
|
||||
style="fill:#161616"
|
||||
id="path7" />
|
||||
<g
|
||||
transform="translate(-4.22105,0.775864)"
|
||||
id="g11">
|
||||
<path
|
||||
d="M 208.628,178.613 485.935,455.919 590.027,364.63 296.923,71.526 l -2.748,67.463 z"
|
||||
style="fill:#161616"
|
||||
id="path9" />
|
||||
</g>
|
||||
<g
|
||||
transform="translate(-85.3876,27.8512)"
|
||||
id="g15">
|
||||
<path
|
||||
d="m 310.385,145.641 277.307,277.307 2.7,-61.591 -293.104,-293.104 -3.113,70.736 z"
|
||||
style="fill:#161616"
|
||||
id="path13" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(1.471,0,0,1.471,406.537,1149.69)"
|
||||
id="g23">
|
||||
<path
|
||||
d="m 256.049,220 c 30.173,-0.006 56.607,-12.69 73.339,-25.866 16.962,-13.38 41.511,-10.728 55.223,5.966 22.518,27.276 35.987,61.844 35.987,99.43 0,61.55 -37.994,137.571 -90.834,164.176 -22.729,11.444 -46.298,16.88 -73.666,16.893 v 0 H 256.049 256 v 0 C 228.632,480.586 205.063,475.15 182.334,463.706 129.494,437.101 91.5,361.08 91.5,299.53 c 0,-37.586 13.469,-72.154 35.987,-99.43 13.712,-16.694 38.261,-19.346 55.223,-5.966 16.732,13.176 43.166,25.86 73.339,25.866 z"
|
||||
style="fill:#ffcb76"
|
||||
id="path21" />
|
||||
</g>
|
||||
<g
|
||||
id="Flame-2"
|
||||
serif:id="Flame 2"
|
||||
transform="matrix(0.965725,0,0,0.89175,164.497,436.391)">
|
||||
<path
|
||||
d="m 604.408,844.314 c -2.427,-3.469 -2.446,-8.258 -0.046,-11.749 2.401,-3.491 6.643,-4.844 10.407,-3.319 19.101,7.623 44.064,19.383 63.438,35.206 40.319,32.929 51.343,54.955 60.345,77.639 10.656,26.852 12.233,54.589 9.963,73.989 -6.497,55.53 -48.16,101.42 -107.481,101.42 -59.321,0 -106.541,-45.45 -107.481,-101.42 -0.567,-33.708 10.432,-60.637 22.435,-79.86 2.994,-4.783 8.606,-6.751 13.621,-4.776 5.014,1.975 8.148,7.387 7.606,13.136 -1.722,12.136 -2.853,24.792 -2.283,34.904 1.931,34.216 22.239,43.016 43.151,42.806 22.288,-0.21 44.842,-19.12 36.714,-67.395 -7.107,-42.214 -32.435,-84.701 -50.389,-110.581 z"
|
||||
style="fill:#ff6f00"
|
||||
id="path25" />
|
||||
<clipPath
|
||||
id="_clip3">
|
||||
<path
|
||||
d="m 604.408,844.314 c -2.427,-3.469 -2.446,-8.258 -0.046,-11.749 2.401,-3.491 6.643,-4.844 10.407,-3.319 19.101,7.623 44.064,19.383 63.438,35.206 40.319,32.929 51.343,54.955 60.345,77.639 10.656,26.852 12.233,54.589 9.963,73.989 -6.497,55.53 -48.16,101.42 -107.481,101.42 -59.321,0 -106.541,-45.45 -107.481,-101.42 -0.567,-33.708 10.432,-60.637 22.435,-79.86 2.994,-4.783 8.606,-6.751 13.621,-4.776 5.014,1.975 8.148,7.387 7.606,13.136 -1.722,12.136 -2.853,24.792 -2.283,34.904 1.931,34.216 22.239,43.016 43.151,42.806 22.288,-0.21 44.842,-19.12 36.714,-67.395 -7.107,-42.214 -32.435,-84.701 -50.389,-110.581 z"
|
||||
id="path27" />
|
||||
</clipPath>
|
||||
<g
|
||||
clip-path="url(#_clip3)"
|
||||
id="g34">
|
||||
<g
|
||||
transform="matrix(1.28784,-0.270602,0.285942,1.59598,247.349,825.209)"
|
||||
id="g32">
|
||||
<path
|
||||
d="m 255.004,46.957 c 24.543,11.588 50.996,38.49 58.303,73.204 12.13,57.63 -21.736,73.628 -50.811,72.242 -46.607,-2.222 -62.302,-39.157 -31.17,-83.503 19.305,-27.499 1.337,-72.492 23.678,-61.943 z"
|
||||
style="fill:#ffd100"
|
||||
id="path30" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="Hut"
|
||||
transform="matrix(1.521,0,0,1.521,393.566,1149.06)">
|
||||
<path
|
||||
d="m 228.197,408.524 c -5.499,0 -10.384,-1.836 -14.173,-4.905 -2.248,-1.825 -3.104,-4.867 -2.136,-7.595 0.968,-2.729 3.549,-4.552 6.444,-4.552 13.882,-0.072 37.78,-0.076 37.78,-0.076 0,0 23.897,0.004 37.779,0.076 2.895,0 5.476,1.823 6.444,4.552 0.968,2.728 0.112,5.77 -2.136,7.595 -3.789,3.069 -8.673,4.905 -14.172,4.905 z M 217.24,378.877 c -3.032,0 -5.94,-1.206 -8.082,-3.352 -2.143,-2.146 -3.344,-5.056 -3.338,-8.089 0.011,-6.317 0.022,-12.897 0.022,-12.897 0,-4.116 -2.745,-7.725 -6.711,-8.825 -13.818,-3.873 -23.931,-16.246 -23.931,-30.891 0,-17.753 14.859,-32.166 33.162,-32.166 0,0 0,0 0,0 7.039,0 13.313,-4.439 15.655,-11.076 3.226,-9.191 12.394,-19.566 31.983,-19.583 v 0 h 0.223 v 0 c 19.589,0.017 28.757,10.392 31.983,19.583 2.343,6.637 8.616,11.076 15.655,11.076 0,0 0,0 0,0 18.303,0 33.162,14.413 33.162,32.166 0,14.645 -10.112,27.018 -23.93,30.891 -3.966,1.1 -6.711,4.709 -6.712,8.825 0,0 0.005,6.588 0.01,12.908 0.003,3.031 -1.2,5.938 -3.342,8.082 -2.142,2.143 -5.048,3.348 -8.078,3.348 -19.356,0 -58.367,0 -77.731,0 z"
|
||||
style="fill:#161616"
|
||||
id="path37" />
|
||||
</g>
|
||||
</g></g>
|
||||
<defs
|
||||
id="defs46">
|
||||
<linearGradient
|
||||
id="_Linear1"
|
||||
x1="0"
|
||||
y1="0"
|
||||
x2="1"
|
||||
y2="0"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(2e-6,0,0,2e-6,3755.77,81.7179)"><stop
|
||||
offset="0"
|
||||
style="stop-color:rgb(39,39,39);stop-opacity:1"
|
||||
id="stop41" /><stop
|
||||
offset="1"
|
||||
style="stop-color:rgb(108,108,108);stop-opacity:1"
|
||||
id="stop43" /></linearGradient>
|
||||
</defs>
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:333.333px;line-height:1.25;font-family:sans-serif;fill:#ffffff;fill-opacity:1;stroke:none"
|
||||
x="625.77777"
|
||||
y="373.5943"
|
||||
id="text56"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan54"
|
||||
x="625.77777"
|
||||
y="373.5943"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:333.333px;font-family:'Maiandra GD';-inkscape-font-specification:'Maiandra GD';fill:#ffffff;fill-opacity:1">Tandoor</tspan></text></svg>
|
After Width: | Height: | Size: 7.6 KiB |
544
cookbook/static/assets/header.svg
Normal file
544
cookbook/static/assets/header.svg
Normal file
@ -0,0 +1,544 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="3109.5654mm"
|
||||
height="485.83429mm"
|
||||
viewBox="0 0 3109.5654 485.83429"
|
||||
version="1.1"
|
||||
id="SVGRoot"
|
||||
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
|
||||
sodipodi:docname="header.svg">
|
||||
<defs
|
||||
id="defs5069" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="4.3349334"
|
||||
inkscape:cx="130.47689"
|
||||
inkscape:cy="1650.2359"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
inkscape:window-width="2520"
|
||||
inkscape:window-height="1481"
|
||||
inkscape:window-x="8629"
|
||||
inkscape:window-y="570"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata5072">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(1054.7827,-7.0828552)">
|
||||
<rect
|
||||
style="fill:#222222;fill-opacity:0.99215686;stroke:none;stroke-width:1.73483849;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="rect5625"
|
||||
width="3109.5654"
|
||||
height="485.83429"
|
||||
x="-1054.7827"
|
||||
y="7.0828552" />
|
||||
<path
|
||||
id="path5627"
|
||||
d="m -1000.2201,176.94992 c -2.2188,0 -4.0001,-1.78126 -4.0001,-3.99999 0,-3.87501 4.0001,-2.875 4.0001,-8.00001 1.49995,0 3.99995,3.68753 3.99995,7 0,3.3125 -1.78125,5 -3.99995,5 z m 15.99995,0 c -2.21875,0 -4,-1.78126 -4,-3.99999 0,-3.87501 4,-2.875 4,-8.00001 1.5,0 4,3.68753 4,7 0,3.3125 -1.78125,5 -4,5 z m 16,0 c -2.21875,0 -4,-1.78126 -4,-3.99999 0,-3.87501 4,-2.875 4,-8.00001 1.5,0 4,3.68753 4,7 0,3.3125 -1.78125,5 -4,5 z m 5.99999,20.00002 h -3.99998 v -18.00002 h -4.00001 v 18.00002 h -12 v -18.00002 h -4 v 18.00002 h -11.99999 v -18.00002 h -4.00006 v 18.00002 h -3.9999 c -3.3126,0 -6,2.68747 -6,5.99997 v 26.00001 h 55.99994 v -26.00001 c 0,-3.3125 -2.6875,-5.99997 -6,-5.99997 z m 2.00001,27.99999 h -48.00005 v -9.00538 c 2.0278,-1.18486 2.991,-2.99462 5.3438,-2.99462 3.49388,0 3.90662,3.99998 9.34375,3.99998 5.35538,0 5.90213,-3.99998 9.3125,-3.99998 3.51849,0 3.90013,3.99998 9.34375,3.99998 5.41964,0 5.84587,-3.99998 9.34375,-3.99998 2.311,0 3.28061,1.80937 5.3125,2.99438 z m 0,-14.04676 c -1.20325,-0.98425 -2.65213,-1.95324 -5.3125,-1.95324 -5.42875,0 -5.85312,4 -9.34375,4 -3.46187,0 -3.93175,-4 -9.34375,-4 -5.35525,0 -5.90225,4 -9.3125,4 -3.51851,0 -3.90024,-4 -9.34375,-4 -2.6829,0 -4.1376,0.97177 -5.3438,1.95724 v -7.95726 c 0,-1.10272 0.8973,-1.99998 2.0001,-1.99998 h 43.99994 c 1.10276,0 2.00001,0.89726 2.00001,1.99998 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12499999" />
|
||||
<path
|
||||
id="path5640"
|
||||
d="m -868.22025,214.94992 c -1.65751,0 -2.99998,1.34249 -2.99998,3 0,1.65624 1.34247,3 2.99998,3 1.65752,0 2.99999,-1.34376 2.99999,-3 0,-1.65751 -1.34247,-3 -2.99999,-3 z m 16.78123,-6.99624 11.21876,-43.00376 h -57.99999 c -3.30872,0 -5.99997,2.69127 -5.99997,6.00004 v 19.99996 c 0,3.30877 2.69125,6 5.99997,6 h 12.78252 l 0.94126,10.82001 c -4.50875,1.7275 -7.72376,6.06374 -7.72376,11.17999 v 6 c 0,2.20873 1.79125,4 3.99999,4 h 39.99999 c 2.20874,0 3.99999,-1.79127 3.99999,-4 v -6 c 0,-4.92499 -2.97374,-9.14752 -7.21876,-10.99624 z m -46.78123,-15.00376 c -1.10123,0 -1.99997,-0.89625 -1.99997,-2 v -19.99996 c 0,-1.10375 0.89874,-2 1.99997,-2 h 10.3475 l 2.08751,23.99996 z m 52.82248,-23.99996 -2.08748,7.99996 h -19.73498 c -0.55253,0 -1.00002,0.44751 -1.00002,1.00004 v 1.99996 c 0,0.55253 0.44749,1 1.00002,1 h 18.69247 l -2.0875,8 h -16.60497 c -0.55253,0 -1.00002,0.44751 -1.00002,1 v 2 c 0,0.55253 0.44749,1 1.00002,1 h 15.56122 l -3.65248,14 h -25.24125 l -3.30501,-37.99996 z m -2.82248,55.99996 h -39.99999 v -6 c 0,-4.41125 3.58875,-8 7.99999,-8 h 24 c 4.41125,0 8,3.58875 8,8 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.1249999" />
|
||||
<path
|
||||
id="path5651"
|
||||
d="m -587.90184,184.94991 h -17.53413 c -0.68885,0 -1.25244,-0.67497 -1.25244,-1.49998 v -0.99999 c 0,-0.82501 0.56359,-1.50002 1.25244,-1.50002 h 17.53413 c 0.68885,0 1.25244,0.67501 1.25244,1.50002 v 0.99999 c 0,0.82501 -0.56359,1.49998 -1.25244,1.49998 z m 1.25244,6.5 v -0.99999 c 0,-0.82501 -0.56359,-1.49998 -1.25244,-1.49998 h -17.53413 c -0.68885,0 -1.25244,0.67497 -1.25244,1.49998 v 0.99999 c 0,0.82501 0.56359,1.50002 1.25244,1.50002 h 17.53413 c 0.68885,0 1.25244,-0.67501 1.25244,-1.50002 z m 6.75274,33.49998 h 0.34442 c 0.68886,0 1.25244,0.67501 1.25244,1.50002 v 0.99999 c 0,0.82501 -0.56358,1.50002 -1.25244,1.50002 h -37.15569 c -4.61319,0 -8.34963,-4.47501 -8.34963,-10 v -43.99997 c 0,-5.52502 3.73644,-10.00003 8.34963,-10.00003 h 35.90324 c 1.38812,0 2.50489,1.33751 2.50489,3.00004 v 45.99995 c 0,1.25 -0.64707,2.32499 -1.55513,2.775 -0.37572,2.01252 -0.45921,5.7 -0.0416,8.22498 z m -31.80152,-11.99997 h 30.05855 v -43.99997 h -30.05855 z m -10.01952,1.99998 c 1.39856,-1.24997 3.13111,-1.99998 5.00977,-1.99998 h 1.66992 v -43.99997 h -1.66992 c -2.76582,0 -5.00977,2.68749 -5.00977,6 z m 38.85693,9.99999 c -0.32364,-2.54999 -0.30268,-5.64997 0,-7.99998 h -33.84716 c -6.67971,0 -6.67971,7.99998 0,7.99998 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.11422013" />
|
||||
<path
|
||||
id="path5662"
|
||||
d="m -321.10736,168.9499 a 11.896253,11.896253 0 0 0 -7.21627,2.46752 c -2.9175,-3.90501 -7.53374,-6.4675 -12.78372,-6.4675 -5.25,0 -9.86628,2.56249 -12.78378,6.4675 a 11.945003,11.945003 0 0 0 -19.21627,9.53248 c 0,5.21751 8.00003,28.00002 8.00003,28.00002 v 16.00002 a 4.0000012,4.0000012 0 0 0 3.99998,3.99998 h 40.00003 a 4.0000012,4.0000012 0 0 0 3.99997,-3.99998 v -16.00002 c 0,0 8.00003,-22.78251 8.00003,-28.00002 a 12.000003,12.000003 0 0 0 -12,-12 z m -38.00003,54.00004 v -10 h 36.00002 v 10 z m 36.34251,-16.00002 h -3.69375 l 1.35126,-16.84376 a 1.0000003,1.0000003 0 0 0 -0.91624,-1.07622 l -2.00001,-0.16009 h -0.0812 a 1.0000003,1.0000003 0 0 0 -0.99999,0.92124 l -1.37498,17.16252 h -8.71002 v -17.00375 a 1.0000003,1.0000003 0 0 0 -0.99999,-1 h -2.00001 a 1.0000003,1.0000003 0 0 0 -1.00001,1 v 16.99999 h -8.55249 l -1.375,-17.16248 a 1.0000003,1.0000003 0 0 0 -1.00001,-0.92128 h -0.0812 l -2.00001,0.16009 a 1.0000003,1.0000003 0 0 0 -0.91626,1.07623 l 1.35877,16.84751 h -3.69375 c -3.65753,-10.40249 -7.6,-23.33251 -7.65751,-26.00002 a 5.9462515,5.9462515 0 0 1 9.59,-4.74999 l 4.81501,3.65251 3.61749,-4.84124 c 1.9275,-2.58127 4.83502,-4.06127 7.97752,-4.06127 3.14246,0 6.04997,1.48 7.97748,4.05876 l 3.61749,4.84125 4.81502,-3.65001 a 5.9462515,5.9462515 0 0 1 9.59003,4.74001 c -0.0575,2.67749 -4.00001,15.60751 -7.65755,26.01 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12500003" />
|
||||
<path
|
||||
id="path5673"
|
||||
d="m -847.60614,77.650015 c -1.68752,-1.42499 -3.825,-2.2 -6.02501,-2.2 -2.7375,0 -5.3125,1.18748 -7.11249,3.26249 l -2.55,-11.12502 c -1.96251,-8.62499 -9.45,-14.63748 -18.20002,-14.63748 -1.41248,0 -2.83748,0.16241 -4.22498,0.4875 -10.05001,2.33751 -16.3375,12.50002 -14.025,22.63751 l 5.57499,24.375005 c 0.05,0.23744 0.1375,0.46249 0.19999,0.7 -1.17499,0.38749 -2.25,1.47499 -2.25,2.79999 V 113.95 c 0,1.66251 1.33752,3 2.97501,3 h 37.8875 c 1.63749,0 3.14999,-1.33749 3.14999,-3 v -9.99999 c 0,-1.42499 -1.17499,-2.55 -2.48751,-2.86248 l 8.3,-10.050035 c 3.32501,-4.02499 2.77501,-10.02498 -1.2125,-13.38748 z m -8.61251,35.300005 h -35.99999 v -8.00001 h 35.99999 z m 6.77501,-24.475005 -10.3125,12.475015 h -30.10001 c -0.14999,-0.46253 -0.33749,-0.92502 -0.44998,-1.412535 l -5.57502,-24.37499 c -1.82499,-7.98748 3.12501,-15.98751 11.05,-17.83751 1.10001,-0.25012 2.21251,-0.38748 3.32501,-0.38748 6.89999,0 12.79999,4.7375 14.34999,11.53751 l 3.43749,15.04998 0.90001,3.92501 2.5625,-3.1 2.42501,-2.9375 c 1.03751,-1.26252 2.56249,-1.97499 4.18749,-1.97499 1.27499,0 2.50002,0.44998 3.48749,1.27498 2.32501,1.94998 2.63752,5.42501 0.71252,7.76251 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12499999" />
|
||||
<path
|
||||
id="path5684"
|
||||
d="m -708.23518,188.94993 h -14.17124 l 13.34127,-13.34124 c 3.01372,-3.01376 2.18871,-8.09377 -1.62252,-10.00002 a 6.2446251,6.2446251 0 0 0 -2.79124,-0.65875 c -1.32752,0 -2.64502,0.42252 -3.74752,1.24875 l -30.33499,22.75126 h -22.67375 c -0.55252,0 -1,0.44749 -1,1.00001 v 2 c 0,0.55249 0.44748,0.99998 1,0.99998 h 3 v 4.00001 c 0,10.17749 6.345,18.85376 15.28624,22.34375 -1.595,2.0975 -2.71249,4.57875 -3.11501,7.30499 -0.18125,1.22877 0.7475,2.35125 1.99002,2.35125 h 27.67748 c 1.24251,0 2.17125,-1.12124 1.99,-2.35125 -0.40125,-2.72624 -1.51872,-5.20874 -3.11497,-7.30499 8.94124,-3.48999 15.28623,-12.16626 15.28623,-22.34375 v -4.00001 h 3 c 0.55252,0 1,-0.44749 1,-0.99998 v -2 c 0,-0.55252 -0.44748,-1.00001 -1,-1.00001 z m -6.59252,-19.55126 c 2.19753,-1.64749 4.90129,1.41375 2.93377,3.38127 l -16.16874,16.16999 h -12.83251 z m -0.40748,27.55126 c 0,8.28875 -5.00124,15.59624 -12.73999,18.6175 l -4.93876,1.92749 3.20999,4.21999 c 0.76002,1.00002 1.35877,2.09377 1.77376,3.23502 h -22.60875 c 0.415,-1.14125 1.01251,-2.235 1.77375,-3.23502 l 3.21001,-4.21999 -4.93877,-1.92749 c -7.73998,-3.02126 -12.74125,-10.32875 -12.74125,-18.6175 v -4.00001 h 48.00001 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12499999" />
|
||||
<path
|
||||
id="path5695"
|
||||
d="m -204.53606,52.950005 h -39.99999 a 8.0000001,8.0000001 0 0 0 -8.00003,7.99999 v 52.000015 a 4.0000002,4.0000002 0 0 0 4.00001,3.99999 h 48.00002 a 4.0000002,4.0000002 0 0 0 3.99998,-3.99999 V 60.949995 a 8.0000001,8.0000001 0 0 0 -7.99999,-7.99999 z m 4.00001,60.000005 h -48.00002 V 72.950005 h 48.00002 z m 0,-43.999995 h -48.00002 v -8.00002 a 4.0000002,4.0000002 0 0 1 4.00002,-3.99998 h 39.99999 a 4.0000002,4.0000002 0 0 1 4.00001,3.99998 z m -6.00001,-8.00002 a 2.0000001,2.0000001 0 1 0 2,2 2.0000001,2.0000001 0 0 0 -2,-2 z m -8,0 a 2.0000001,2.0000001 0 1 0 2.00001,2 2.0000001,2.0000001 0 0 0 -2.00001,-2 z m -20,0 a 2.0000001,2.0000001 0 1 0 2,2 2.0000001,2.0000001 0 0 0 -2,-2 z m -7.99999,0 a 2.0000001,2.0000001 0 1 0 1.99998,2 2.0000001,2.0000001 0 0 0 -1.99998,-2 z m 0,48.000025 h 35.99999 a 2.0000001,2.0000001 0 0 0 2,-2.00001 V 78.950015 a 2.0000001,2.0000001 0 0 0 -2,-2 h -35.99999 a 2.0000001,2.0000001 0 0 0 -2,2 v 27.999995 a 2.0000001,2.0000001 0 0 0 2,2.00001 z m 1.99998,-28.000005 h 31.99999 v 23.999995 h -31.99999 z m 26.00001,3.99999 h -20 a 2.0000053,2.0000053 0 0 0 0,4.00001 h 20 a 2.0000053,2.0000053 0 0 0 0,-4.00001 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.125" />
|
||||
<path
|
||||
id="path5706"
|
||||
d="m -429.02571,80.321695 c -6.31838,-16.42668 -22.26007,-27.37169 -40.08167,-27.37169 -17.82164,0 -33.76502,10.94501 -40.07832,27.37169 -7.08834,0.27334 -7.92168,6.23499 -7.92168,7.65166 a 7.6816658,7.6816658 0 0 0 7.70333,7.64334 c 0.45338,0 0.79503,-0.0999 1.21997,-0.12669 l 5.41002,16.220015 a 7.6666657,7.6666657 0 0 0 7.27171,5.23998 h 52.79001 a 7.6666657,7.6666657 0 0 0 7.27163,-5.24163 l 5.40494,-16.218365 c 0.42339,0.0284 0.76675,0.12669 1.22005,0.12669 a 7.6816658,7.6816658 0 0 0 7.70828,-7.64334 c 0,-1.46168 -0.8583,-7.35667 -7.91827,-7.65166 z m -11.47331,29.696655 a 2.3333332,2.3333332 0 0 1 -2.21332,1.59832 h -52.79173 a 2.3333332,2.3333332 0 0 1 -2.21333,-1.59664 l -5.20999,-15.631675 a 21.178333,21.178333 0 0 0 4.86665,-2.78166 c 1.51505,-1.12332 2.10001,-1.57168 4.23505,0.0108 2.01999,1.5 5.41165,4.00001 11.32333,4.00001 5.91169,0 9.3066,-2.51001 11.33333,-4.01334 1.51164,-1.11834 2.08496,-1.56667 4.20167,0.008 2.02499,1.5 5.41002,3.99999 11.32163,3.99999 5.91168,0 9.3017,-2.51 11.32334,-4.01 1.81335,-1.34498 2.35331,-1.36667 4.18669,0 a 21.151665,21.151665 0 0 0 4.84659,2.78167 l -5.20991,15.633345 z m 11.68666,-19.735015 c -4.15673,0 -6.36499,-1.63998 -8.15168,-2.96832 -4.95171,-3.66666 -8.34337,-1.615 -10.53672,0.0108 -1.77326,1.31832 -3.98332,2.95833 -8.14497,2.95833 -4.16165,0 -6.36993,-1.64001 -8.15669,-2.9617 -5.30325,-3.94664 -8.91661,-1.2083 -10.54996,0 -1.77664,1.32169 -3.98505,2.9617 -8.15168,2.9617 -4.16658,0 -6.37502,-1.64001 -8.16659,-2.9617 -1.13005,-0.83331 -4.95172,-4.16665 -10.57837,0 -1.78005,1.31668 -4.00001,2.95669 -8.16665,2.95669 a 2.3116664,2.3116664 0 1 1 0,-4.62333 c 0.89828,0 1.84665,0.0801 4.45831,-1.36166 8.88831,-25.65333 33.13662,-26.01 35.84998,-26.01 2.66671,0 26.9534,0.33333 35.83336,25.99997 2.62493,1.48501 3.42832,1.38501 4.46332,1.38501 a 2.3116666,2.3116666 0 1 1 0,4.62333 z m -55.10166,-23.71832 a 2.678333,2.678333 0 0 0 -3.57835,1.19333 l -2.66672,5.33334 a 2.6666664,2.6666664 0 0 0 1.19339,3.57832 c 1.59001,0.78336 3.05998,-0.16676 3.57827,-1.19331 l 2.66671,-5.33333 a 2.6666664,2.6666664 0 0 0 -1.1933,-3.57835 z m 33.18997,1.19168 a 2.6672562,2.6672562 0 1 0 -4.77166,2.38499 l 2.66665,5.33333 c 0.51665,1.02834 1.98834,1.97668 3.57835,1.19334 a 2.6666664,2.6666664 0 0 0 1.1933,-3.57835 z m -18.38333,-1.47333 a 2.6666664,2.6666664 0 0 0 -2.66664,2.66667 v 5.3333 a 2.666681,2.666681 0 1 0 5.33335,0 v -5.3333 a 2.6666664,2.6666664 0 0 0 -2.66671,-2.66667 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.16666664" />
|
||||
<path
|
||||
id="path5717"
|
||||
d="m -79.042211,183.93774 a 1.0149924,1.0149924 0 0 0 1,0.97499 h 1.9999 a 0.99249264,0.99249264 0 0 0 1.0001,-1.02498 c -0.2627,-5.26247 -2.4125,-9.16245 -5.1999,-11.93742 -2.3001,-2.33747 -2.6376,-4.77497 -2.7376,-6.11246 a 0.9837427,0.9837427 0 0 0 -1,-0.88749 l -2,0.012 a 0.99999253,0.99999253 0 0 0 -0.9874,1.08748 13.182401,13.182401 0 0 0 3.9,8.71244 c 2.1624,2.14999 3.7999,5.08745 4.0249,9.17491 z m -13.9374,0 a 1.0149924,1.0149924 0 0 0 1,0.97499 h 2 a 0.99249264,0.99249264 0 0 0 1,-1.02498 c -0.2625,-5.26247 -2.4125,-9.16245 -5.2,-11.93742 -2.28754,-2.33747 -2.62494,-4.77497 -2.72494,-6.11246 a 0.98749264,0.98749264 0 0 0 -1.0125,-0.88749 l -2,0.012 a 0.99999253,0.99999253 0 0 0 -0.987499,1.08748 c 0.125,1.86248 0.65,5.44995 3.899999,8.71244 2.16124,2.14999 3.79874,5.08745 4.02494,9.17491 z m 33.9998,5.01246 h -55.999639 a 3.9999701,3.9999701 0 0 0 -4,3.99996 c 0,11.83742 6.4449,22.14485 15.9999,27.68106 v 4.31873 a 3.9999701,3.9999701 0 0 0 3.999899,3.99997 h 23.99984 a 3.9999701,3.9999701 0 0 0 4.0001,-3.99997 v -4.31873 c 9.5548,-5.53621 15.9998,-15.84364 15.9998,-27.68106 a 3.9999701,3.9999701 0 0 0 -3.9999,-3.99996 z m -16,29.3748 v 6.62495 h -23.99984 V 218.325 c -16.542299,-9.58369 -15.999799,-23.22235 -15.999799,-25.37484 h 55.999639 c 0,2.1825 0.4212,15.86113 -16,25.37484 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12499907" />
|
||||
<path
|
||||
id="path5728"
|
||||
d="m -984.22013,52.950005 c -17.67247,0 -32.00007,14.32752 -32.00007,32.00002 0,17.672495 14.3276,31.999975 32.00007,31.999975 17.67246,0 31.99999,-14.32748 31.99999,-31.999975 0,-17.6725 -14.32753,-32.00002 -31.99999,-32.00002 z m 0,59.999995 c -15.43875,0 -27.99997,-12.56124 -27.99997,-27.999975 0,-15.43877 12.56122,-28.00002 27.99997,-28.00002 15.43872,0 27.99998,12.56125 27.99998,28.00002 0,15.438735 -12.56126,27.999975 -27.99998,27.999975 z m 19.79873,-27.999975 3.53499,-3.53503 c 0.39001,-0.39 0.39001,-1.02374 0,-1.41373 l -1.41373,-1.41376 c -0.39,-0.38999 -1.02378,-0.38999 -1.41378,0 l -3.53499,3.535 -5.65748,-5.65624 2.82874,-2.82875 2.12126,2.12124 c 0.39,0.38999 1.02373,0.38999 1.41373,0 l 1.41378,-1.41373 c 0.39,-0.39002 0.39,-1.02376 0,-1.41376 l -2.12126,-2.12127 0.70748,-0.70748 c 0.39,-0.38999 0.39,-1.02376 0,-1.41376 l -1.41373,-1.41376 c -0.39,-0.38999 -1.02373,-0.38999 -1.41373,0 l -0.70753,0.70752 -2.12126,-2.12124 c -0.39,-0.39 -1.02373,-0.39 -1.41373,0 l -1.41374,1.41372 c -0.39,0.39 -0.39,1.02377 0,1.41376 l 2.12122,2.12124 -2.82874,2.82875 -5.65748,-5.65623 3.53622,-3.535 c 0.39,-0.39 0.39,-1.02373 0,-1.41376 l -1.41496,-1.41875 c -0.39,-0.39 -1.02378,-0.39 -1.41378,0 l -3.53623,3.53626 -3.53626,-3.53626 c -0.39,-0.39 -1.02373,-0.39 -1.41373,0 l -1.41379,1.41376 c -0.38999,0.38999 -0.38999,1.02373 0,1.41376 l 3.53627,3.535 -5.65625,5.65623 -2.82874,-2.82875 2.12121,-2.12124 c 0.39,-0.38999 0.39,-1.02376 0,-1.41376 l -1.41373,-1.41375 c -0.39,-0.39 -1.02373,-0.39 -1.41373,0 l -2.12126,2.12127 -0.70753,-0.70752 c -0.39,-0.38999 -1.02373,-0.38999 -1.41373,0 l -1.4137,1.41376 c -0.39,0.39 -0.39,1.02374 0,1.41376 l 0.7074,0.70748 -2.1212,2.12124 c -0.39,0.39003 -0.39,1.02377 0,1.41376 l 1.4138,1.41376 c 0.39,0.39 1.0237,0.39 1.4137,0 l 2.12126,-2.12127 2.82874,2.82878 -5.6563,5.65624 -3.5362,-3.535 c -0.39,-0.38999 -1.0238,-0.38999 -1.4138,0 l -1.4175,1.41749 c -0.39,0.39002 -0.39,1.02376 0,1.41376 l 3.5363,3.53626 -3.5363,3.53623 c -0.39,0.39002 -0.39,1.02376 0,1.41376 l 1.4138,1.41376 c 0.39,0.38999 1.0237,0.38999 1.4137,0 l 3.5363,-3.535 5.65627,5.65623 -2.82879,2.82875 -2.12118,-2.12123 c -0.39,-0.39 -1.0238,-0.39 -1.4138,0 l -1.4138,1.41372 c -0.3899,0.39 -0.3899,1.02377 0,1.41376 l 2.1213,2.12124 -0.7075,0.70751 c -0.39,0.390005 -0.39,1.023775 0,1.413765 l 1.4138,1.41373 c 0.39,0.39003 1.0237,0.39003 1.4137,0 l 0.70748,-0.70748 2.12126,2.12124 c 0.39,0.38999 1.02378,0.38999 1.41378,0 l 1.41373,-1.41376 c 0.39,-0.39 0.39,-1.02373 0,-1.41373 l -2.12126,-2.121275 2.82874,-2.82872 5.65753,5.657505 -3.53627,3.53623 c -0.39,0.39 -0.39,1.02377 0,1.41376 l 1.41378,1.41373 c 0.39,0.39003 1.02373,0.39003 1.41373,0 l 3.53877,-3.535 3.53623,3.53626 c 0.39,0.39 1.02378,0.39 1.41378,0 l 1.41373,-1.41376 c 0.39,-0.38999 0.39,-1.02373 0,-1.41372 l -3.53627,-3.53626 5.65753,-5.657515 2.82874,2.82876 -2.12126,2.121235 c -0.39,0.39 -0.39,1.02377 0,1.41376 l 1.41373,1.41376 c 0.39,0.39 1.02378,0.39 1.41378,0 l 2.12126,-2.12124 0.70748,0.70748 c 0.39,0.39 1.02373,0.39 1.41373,0 l 1.41378,-1.41376 c 0.39001,-0.38999 0.39001,-1.02373 0,-1.413725 l -0.70752,-0.70751 2.12126,-2.12124 c 0.39,-0.39 0.39,-1.02377 0,-1.41376 l -1.41374,-1.41376 c -0.39,-0.39 -1.02378,-0.39 -1.41378,0 l -2.12121,2.12127 -2.82879,-2.82875 5.65626,-5.65627 3.53626,3.535 c 0.39001,0.38999 1.02374,0.38999 1.41374,0 l 1.41378,-1.41373 c 0.38999,-0.39003 0.38999,-1.02377 0,-1.41376 z m -19.79873,-14.14252 5.65621,5.65627 -5.65621,5.6575 -5.65625,-5.65627 z m -14.14251,14.14252 5.65625,-5.6575 5.65748,5.6575 -5.65748,5.6575 z m 14.14251,14.14249 -5.65752,-5.65751 5.65752,-5.6575 5.65749,5.6575 z m 8.485,-8.48626 -5.65625,-5.65623 5.65748,-5.65627 5.65625,5.65627 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12499999" />
|
||||
<path
|
||||
id="path5739"
|
||||
d="m -456.09491,223.73742 1.77501,-20.60001 c -5.26252,-4.13751 -8.8,-9.62502 -8.8,-16.18747 0.0126,-11.78751 11.02499,-22.00002 19.01247,-22.00002 2.76251,0 5,2.16252 5,4.81249 v 54.37498 c 0,2.65001 -2.23749,4.81253 -5,4.81253 h -6.99998 c -2.84999,0 -5.225,-2.33754 -4.9875,-5.2125 z m -3.01251,-36.78748 c 0,6.37497 4.02501,10.68746 8.975,14.31247 l -1.97499,22.825 c -0.0361,0.46249 0.42497,0.8625 1,0.8625 h 6.99998 c 0.53752,0 1,-0.37512 1,-0.81252 v -54.37498 c 0,-0.43748 -0.46248,-0.81248 -1,-0.81248 -5.57499,0 -14.99999,8.22497 -14.99999,18.00001 z m -9.9125,-17.77502 c -0.41252,-2.43748 -2.64998,-4.225 -5.76248,-4.225 -1.4875,0 -3.01251,0.42502 -4.16253,1.40001 -1.04997,-0.8875 -2.49999,-1.40001 -4.16248,-1.40001 -1.66252,0 -3.11251,0.51251 -4.16252,1.40001 -1.14997,-0.97499 -2.67499,-1.40001 -4.16248,-1.40001 -3.15001,0 -5.35,1.81252 -5.76252,4.225 -0.22515,1.17498 -1.91247,10.57501 -1.91247,14.5125 0,6.36247 3.33749,11.45002 8.87498,13.83749 l -1.42499,26.35001 c -0.14999,2.74997 2.03748,5.075 4.79999,5.075 h 7.49999 c 2.75004,0 4.95002,-2.31253 4.80002,-5.075 l -1.42502,-26.35001 c 5.52502,-2.38747 8.87503,-7.47502 8.87503,-13.83749 0,-3.93749 -1.68754,-13.33752 -1.91252,-14.5125 z m -11.05001,25.775 1.52502,29.13749 c 0.0242,0.46249 -0.33734,0.8625 -0.81252,0.8625 h -7.49999 c -0.46249,0 -0.83749,-0.38759 -0.81249,-0.8625 l 1.52499,-29.13749 c -5.29999,-1.1 -8.96247,-5.37502 -8.96247,-11.2625 0,-3.71249 1.84999,-13.82502 1.84999,-13.82502 0.19982,-1.23749 3.53748,-1.21249 3.68748,0.0241 v 15.31248 c 0.11261,1.43748 3.52503,1.46249 3.6875,0.0241 l 0.92502,-15.36249 c 0.19982,-1.21249 3.4875,-1.21249 3.68748,0 l 0.92502,15.36249 c 0.16244,1.42502 3.575,1.40001 3.6875,-0.0241 v -15.30001 c 0.14999,-1.2375 3.48749,-1.26247 3.68748,-0.0241 0,0 1.84999,10.11252 1.84999,13.82502 0.0126,5.85 -3.625,10.14999 -8.95,11.24998 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12499996" />
|
||||
<path
|
||||
id="path5750"
|
||||
d="m -218.53608,180.94994 c 3.31375,0 6.00002,-2.68627 6.00002,-6.00002 0,-3.31374 -2.68627,-6.00001 -6.00002,-6.00001 -3.31375,0 -6.00001,2.68627 -6.00001,6.00001 0,3.31375 2.68626,6.00002 6.00001,6.00002 z m 0,-8.00001 c 1.10252,0 2,0.89747 2,1.99999 0,1.10252 -0.89748,1.99999 -2,1.99999 -1.10251,0 -1.99999,-0.89747 -1.99999,-1.99999 0,-1.10252 0.89748,-1.99999 1.99999,-1.99999 z m 22,14.99998 v -1.99999 c 0,-0.5525 -0.4475,-0.99999 -0.99999,-0.99999 h -54.00001 c -0.55249,0 -0.99999,0.44749 -0.99999,0.99999 v 1.99999 c 0,0.5525 0.4475,1 0.99999,1 h 5.84125 c -4.24374,5.72252 -6.84124,12.70252 -6.84124,19.20001 0,4.885 1.47749,8.83126 3.99999,11.94126 v 6.85875 c 0,1.105 0.89503,1.99999 2.00003,1.99999 1.105,0 1.99999,-0.89499 1.99999,-1.99999 v -3.16751 c 5.08248,3.50373 12.15998,5.1675 19.99997,5.1675 7.83875,0 14.91752,-1.66377 20,-5.16624 v 3.16625 c 0,1.105 0.89503,1.99999 2.00004,1.99999 1.105,0 1.99998,-0.89499 1.99998,-1.99999 v -6.85875 c 2.5225,-3.11 3.99999,-7.05626 3.99999,-11.94126 0,-6.49749 -2.5975,-13.47749 -6.84124,-19.20001 h 5.84125 c 0.55249,0 0.99999,-0.4475 0.99999,-1 z m -3.99999,20.20001 c 0,15.1625 -16.78374,16.80002 -24.00002,16.80002 -7.21622,0 -23.99999,-1.63752 -23.99999,-16.80002 0,-6.53124 3.01753,-13.75249 7.95503,-19.20001 h 32.08873 c 4.93872,5.44752 7.95625,12.66877 7.95625,19.20001 z m -32,-35.19999 c 2.20874,0 3.99999,-1.79124 3.99999,-4.00002 0,-2.20875 -1.79125,-3.99999 -3.99999,-3.99999 -2.20874,0 -3.99998,1.79124 -3.99998,3.99999 0,2.20878 1.79124,4.00002 3.99998,4.00002 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12500001" />
|
||||
<path
|
||||
id="path5761"
|
||||
d="m -576.61441,73.757113 0.83999,-2.5214 v 0 l 6.09571,-18.28571 h -57.14279 a 11.428558,11.428558 0 0 0 -11.42857,11.42856 v 14.85712 a 1.1428558,1.1428558 0 0 0 1.14286,1.14287 h 2.28572 a 1.1428558,1.1428558 0 0 0 1.14286,-1.14287 v -14.85712 a 6.8571343,6.8571343 0 0 1 6.85713,-6.85711 h 3.80999 l 4.57141,13.71426 v 0 l 0.8643,2.59426 c -7.04426,5.67715 -11.5314,14.21856 -11.5314,23.77999 0,7.352827 2.66001,12.109977 7.0914,16.815687 a 8.1685613,8.1685613 0 0 0 5.93287,2.52429 h 37.9528 a 8.1542755,8.1542755 0 0 0 5.92141,-2.51429 c 4.42857,-4.70714 7.09858,-9.46286 7.10142,-16.817117 0,-9.47286 -4.37571,-18.12141 -11.50711,-23.86142 z m -41.57852,-16.23566 h 42.17137 l -4.57141,13.71426 h -33.02855 z m 5.44999,18.28568 h 31.38569 c 2.99999,2.41714 7.81139,6.01142 10.3571,13.71426 h -52.19421 c 2.58713,-7.71427 7.54572,-11.37283 10.45142,-13.71426 z m 37.2071,35.492797 a 3.5599955,3.5599955 0 0 1 -2.59429,1.07858 h -37.9528 a 3.5714241,3.5714241 0 0 1 -2.60429,-1.08858 c -4.26286,-4.52428 -5.84856,-8.23283 -5.84856,-13.679967 a 25.471396,25.471396 0 0 1 0.27125,-3.51716 h 54.31852 a 25.781397,25.781397 0 0 1 0.26713,3.5243 c 0,5.445697 -1.58857,9.154267 -5.85712,13.682827 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.14285697" />
|
||||
<path
|
||||
id="path5772"
|
||||
d="m -727.23533,93.949125 c -1.65623,0 -2.99995,1.34246 -2.99995,2.99995 0,1.65621 1.34372,2.99992 2.99995,2.99992 1.65621,0 2.99993,-1.34371 2.99993,-2.99992 0,-1.65749 -1.34372,-2.99995 -2.99993,-2.99995 z m -20.9996,-16.99966 c 0,-1.65749 -1.34373,-2.99995 -2.99996,-2.99995 -1.6562,0 -2.99993,1.34246 -2.99993,2.99995 0,1.65621 1.34373,2.99992 2.99993,2.99992 1.65623,0 2.99996,-1.34371 2.99996,-2.99992 z m 0.99998,16.99966 c -1.65622,0 -2.99993,1.34246 -2.99993,2.99995 0,1.65621 1.34371,2.99992 2.99993,2.99992 1.6562,0 2.99996,-1.34371 2.99996,-2.99992 0,-1.65749 -1.34376,-2.99995 -2.99996,-2.99995 z m 11.99976,-11.99978 c -1.6562,0 -2.99995,1.34246 -2.99995,2.99995 0,1.65621 1.34375,2.99995 2.99995,2.99995 1.65621,0 2.99995,-1.34374 2.99995,-2.99995 0,-1.65749 -1.34374,-2.99995 -2.99995,-2.99995 z m 27.81447,2.97744 c -8.7461,-0.10616 -15.80845,-7.21111 -15.80845,-15.98218 -8.77107,0 -15.8747,-7.0611 -15.98217,-15.80595 -0.82749,-0.1262 -1.66123,-0.18865 -2.49122,-0.18865 -2.58494,0 -5.1474,0.60625 -7.4736,1.79122 l -8.64108,4.40243 a 16.527304,16.527304 0 0 0 -7.22362,7.22609 l -4.38743,8.60983 a 16.580302,16.580302 0 0 0 -1.60244,10.11857 l 1.50995,9.53483 a 16.569053,16.569053 0 0 0 4.64493,9.119795 l 6.8461,6.84487 a 16.50418,16.50418 0 0 0 9.08858,4.63242 l 9.58857,1.51748 c 0.85748,0.13639 1.71997,0.20246 2.57995,0.20246 2.58994,0 5.15616,-0.61001 7.4861,-1.79748 l 8.64108,-4.40241 a 16.527304,16.527304 0 0 0 7.22359,-7.22609 l 4.38744,-8.609845 c 1.56998,-3.0787 2.12621,-6.57112 1.61372,-9.98733 z m -5.17739,8.16985 -4.38745,8.611085 c -1.20994,2.37496 -3.10367,4.26866 -5.4761,5.47739 l -8.6411,4.40244 c -1.74747,0.88994 -3.70869,1.36117 -5.66989,1.36117 -0.65124,0 -1.30874,-0.0512 -1.95372,-0.1538 l -9.58732,-1.51745 c -2.62494,-0.41624 -5.00615,-1.62997 -6.88611,-3.50993 l -6.84611,-6.84487 c -1.88746,-1.886215 -3.10495,-4.278665 -3.52244,-6.916135 l -1.50996,-9.53354 c -0.41875,-2.63997 0.004,-5.29489 1.21497,-7.6761 l 4.38742,-8.60983 c 1.20997,-2.37496 3.10368,-4.26866 5.47614,-5.47739 l 8.63983,-4.40368 c 1.41622,-0.72123 2.97495,-1.16624 4.56366,-1.30747 1.64372,7.89361 7.97985,14.11846 15.90593,15.60721 1.48871,7.92733 7.7136,14.26346 15.60846,15.90592 -0.13739,1.59123 -0.58,3.14243 -1.31621,4.58491 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12499758" />
|
||||
<path
|
||||
id="path5794"
|
||||
d="m -79.787761,52.950005 c -16.55795,0 -31.006649,10.95333 -39.052249,20.33331 l -16.0613,-14.27832 c -2.2371,-1.84166 -5.5619,0.11165 -4.999,2.92669 l 4.4492,23.01832 -4.4508,23.020035 c -0.5613,2.81333 2.7602,4.76663 4.9922,2.93167 l 16.0615,-14.275035 c 8.0521,9.370005 22.509099,20.323325 39.060449,20.323325 25.291,0 45.7932,-25.600005 45.7932,-31.999995 0,-6.39999 -20.5022,-32 -45.7932,-32 z m 0,58.666695 c -14.1406,0 -27.375449,-9.54502 -35.045149,-18.478335 l -3.3695,-3.92501 c -5.1646,4.24667 -2.0268,1.47999 -15.2467,13.601665 3.6029,-18.981675 3.1079,-16.395005 3.4059,-17.865015 -0.298,-1.46835 0.1985,1.12166 -3.4043,-17.86501 13.2464,12.14167 10.1004,9.36833 15.2467,13.60336 l 3.3695,-3.92503 c 7.6699,-8.93333 20.896449,-18.48001 35.043549,-18.48001 21.2261,0 39.0905,21.08168 40.46,26.66669 -1.3695,5.58501 -19.2339,26.666695 -40.46,26.666695 z m -3.6063,-41.725025 -1.8727,-1.885 a 1.3246526,1.333334 0 0 0 -1.8744,0 l -14.021449,14.11 a 1.3246526,1.333334 0 0 0 0,1.88499 l 1.872799,1.88499 a 1.3246526,1.333334 0 0 0 1.8727,0 l 14.02305,-14.10333 a 1.3246526,1.333334 0 0 0 0,-1.89165 z m 18.5451,2.66667 -1.8727,-1.88499 a 1.3246526,1.333334 0 0 0 -1.8743,0 l -24.6188,24.77666 a 1.3246526,1.333334 0 0 0 0,1.885 l 1.8729,1.88499 a 1.3246526,1.333334 0 0 0 1.8727,0 l 24.6202,-24.77001 a 1.3246526,1.333334 0 0 0 0,-1.89165 z m 6.0753,11.44835 a 1.3246526,1.333334 0 0 0 -1.8745,0 l -14.0214,14.11 a 1.3246526,1.333334 0 0 0 0,1.884995 l 1.8726,1.88499 a 1.3246526,1.333334 0 0 0 1.8729,0 l 14.0229,-14.103335 a 1.3246526,1.333334 0 0 0 0,-1.88666 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.16612326" />
|
||||
<path
|
||||
id="path5805"
|
||||
d="m -341.10743,94.950015 c -1.09999,0 -2.00002,0.9 -2.00002,1.99998 0,1.1 0.90003,1.99999 2.00002,1.99999 1.09996,0 2,-0.89999 2,-1.99999 0,-1.09998 -0.90004,-1.99998 -2,-1.99998 z m -4.00005,-31.00001 c -1.09996,0 -1.99992,0.9 -1.99992,2.00002 0,1.1 0.89996,1.99999 1.99992,1.99999 1.1001,0 2.00003,-0.89999 2.00003,-1.99999 0,-1.10002 -0.89993,-2.00002 -2.00003,-2.00002 z m 4.00005,23.00001 c -1.09999,0 -2.00002,0.9 -2.00002,1.99999 0,1.1 0.90003,1.99998 2.00002,1.99998 1.09996,0 2,-0.89998 2,-1.99998 0,-1.09999 -0.90004,-1.99999 -2,-1.99999 z m 0,-7.99999 c -1.09999,0 -2.00002,0.9 -2.00002,1.99998 0,1.1 0.90003,2.00003 2.00002,2.00003 1.09996,0 2,-0.90003 2,-2.00003 0,-1.09998 -0.90004,-1.99998 -2,-1.99998 z m 4.00003,-15.00002 c -1.10007,0 -2.00003,0.9 -2.00003,2.00002 0,1.1 0.89996,1.99999 2.00003,1.99999 1.09998,0 2.00001,-0.89999 2.00001,-1.99999 0,-1.10002 -0.90003,-2.00002 -2.00001,-2.00002 z m 23.99995,19.00003 c 0,-5.51253 -4.4875,-10.00002 -9.99996,-10.00002 h -4.95 c 1.28743,-2.88749 1.57497,-6.17501 0.72496,-9.44999 -1.2375,-4.84999 -5.17502,-8.79998 -9.99998,-10.06251 -1.24997,-0.32487 -2.51253,-0.48751 -3.775,-0.48751 -3.81248,0 -7.38754,1.48752 -10.07497,4.17501 -2.68753,2.6875 -4.17501,6.26249 -4.17501,10.07501 0,1.99999 0.42495,3.96249 1.225,5.74999 h -4.97506 c -5.51247,0 -9.99996,4.48749 -9.99996,10.00002 0,5.51246 4.48749,9.99998 9.99996,9.99998 h 3.48761 l -7.25004,7.700005 c -3.47501,4.27498 -2.82504,10.5875 1.44992,14.06247 1.78751,1.4375 4.02512,2.23751 6.31256,2.23751 3.02496,0 5.86249,-1.35001 7.76254,-3.7 l 6.23745,-6.44997 6.23753,6.44997 c 1.89995,2.34999 4.73748,3.7 7.76244,3.7 2.28757,0 4.52496,-0.80001 6.29998,-2.23751 4.27507,-3.47497 4.92501,-9.78749 1.45003,-14.06247 l -7.24993,-7.700005 h 3.49997 c 5.51246,0 9.99996,-4.48752 9.99996,-9.99998 z m -17.925,10.88749 8.57499,9.324985 c 2.0875,2.57501 1.70001,6.35 -0.87498,8.43751 -1.11256,0.89998 -2.45,1.34997 -3.77502,1.34997 -1.74993,0 -3.47497,-0.7625 -4.66245,-2.21247 l -6.23753,-6.45 c -0.79999,-0.98751 -1.95,-1.47501 -3.09999,-1.47501 -1.15001,0 -2.29993,0.4875 -3.10001,1.47501 l -6.23753,6.45 c -1.18744,1.46248 -2.91241,2.21247 -4.66245,2.21247 -1.32499,0 -2.66247,-0.43748 -3.77503,-1.34997 -2.57498,-2.08751 -2.96248,-5.8625 -0.87497,-8.43751 l 8.57502,-9.324985 c 1.58744,-1.9625 0.1999,-4.88752 -2.325,-4.88752 h -5.60007 c -3.31252,0 -5.99995,-2.68749 -5.99995,-5.99997 0,-3.31251 2.68743,-6.00001 5.99995,-6.00001 h 10.20001 c 1.16251,0 1.77499,-1.4375 0.91253,-2.21252 -2.06255,-1.86248 -3.36247,-4.53748 -3.36247,-7.53748 0,-5.6625 4.58747,-10.25001 10.24997,-10.25001 0.90004,0 1.82503,0.11255 2.76252,0.3625 3.44995,0.9 6.26249,3.725 7.13746,7.18748 1.03747,4.06251 -0.33744,7.83754 -3.00001,10.23751 -0.8625,0.78752 -0.27481,2.22502 0.90004,2.22502 h 10.20001 c 3.31241,0 5.99994,2.6875 5.99994,5.99997 0,3.31251 -2.68753,6 -5.99994,6 h -5.58758 c -2.52492,-0.0134 -3.92494,2.91253 -2.33746,4.87503 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12499995" />
|
||||
<path
|
||||
id="path5627-3"
|
||||
d="m -755.23517,400.94978 c -2.21875,0 -4.00001,-1.78126 -4.00001,-3.99999 0,-3.87502 4.00001,-2.87501 4.00001,-8.00002 1.49999,0 4,3.68753 4,7.00001 0,3.3125 -1.78126,5 -4,5 z m 15.99999,0 c -2.21874,0 -3.99999,-1.78126 -3.99999,-3.99999 0,-3.87502 3.99999,-2.87501 3.99999,-8.00002 1.5,0 4.00001,3.68753 4.00001,7.00001 0,3.3125 -1.78125,5 -4.00001,5 z m 16,0 c -2.21875,0 -4,-1.78126 -4,-3.99999 0,-3.87502 4,-2.87501 4,-8.00002 1.5,0 4,3.68753 4,7.00001 0,3.3125 -1.78124,5 -4,5 z m 6,20.00002 h -3.99999 v -18.00002 h -4.00001 v 18.00002 h -11.99999 v -18.00002 h -4 v 18.00002 h -12 v -18.00002 h -4 v 18.00002 h -4 c -3.3125,0 -6,2.68747 -6,5.99998 v 26 h 55.99999 v -26 c 0,-3.31251 -2.6875,-5.99998 -6,-5.99998 z m 2.00001,27.99999 h -48.00001 v -9.00537 c 2.02775,-1.18487 2.991,-2.99463 5.34375,-2.99463 3.49388,0 3.90662,3.99999 9.34376,3.99999 5.35537,0 5.90212,-3.99999 9.31249,-3.99999 3.5185,0 3.90013,3.99999 9.34375,3.99999 5.41964,0 5.84588,-3.99999 9.34375,-3.99999 2.31101,0 3.28062,1.80938 5.31251,2.99438 z m 0,-14.04676 c -1.20324,-0.98425 -2.65213,-1.95323 -5.31251,-1.95323 -5.42874,0 -5.85312,3.99999 -9.34375,3.99999 -3.46186,0 -3.93175,-3.99999 -9.34375,-3.99999 -5.35525,0 -5.90224,3.99999 -9.31249,3.99999 -3.51851,0 -3.90025,-3.99999 -9.34376,-3.99999 -2.68286,0 -4.13762,0.97176 -5.34375,1.95723 v -7.95725 c 0,-1.10273 0.89725,-1.99999 2.00001,-1.99999 h 43.99999 c 1.10276,0 2.00001,0.89726 2.00001,1.99999 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12499999" />
|
||||
<path
|
||||
id="path5640-5"
|
||||
d="m -597.67869,438.94978 c -1.65751,0 -2.99998,1.34249 -2.99998,3 0,1.65624 1.34247,3 2.99998,3 1.65752,0 2.99999,-1.34376 2.99999,-3 0,-1.65751 -1.34247,-3 -2.99999,-3 z m 16.78123,-6.99624 11.21876,-43.00377 h -58 c -3.30872,0 -5.99997,2.69127 -5.99997,6.00005 v 19.99996 c 0,3.30877 2.69125,6 5.99997,6 h 12.78253 l 0.94126,10.82001 c -4.50875,1.7275 -7.72376,6.06374 -7.72376,11.17999 v 6 c 0,2.20873 1.79125,4 3.99999,4 h 39.99999 c 2.20874,0 3.99999,-1.79127 3.99999,-4 v -6 c 0,-4.92499 -2.97374,-9.14752 -7.21876,-10.99624 z m -46.78124,-15.00376 c -1.10123,0 -1.99997,-0.89625 -1.99997,-2 v -19.99996 c 0,-1.10376 0.89874,-2.00001 1.99997,-2.00001 h 10.34751 l 2.08751,23.99997 z m 52.82249,-23.99997 -2.08748,7.99997 h -19.73498 c -0.55253,0 -1.00002,0.44751 -1.00002,1.00004 v 1.99996 c 0,0.55253 0.44749,1 1.00002,1 h 18.69247 l -2.0875,8 h -16.60497 c -0.55253,0 -1.00002,0.44751 -1.00002,1 v 2 c 0,0.55253 0.44749,1 1.00002,1 h 15.56122 l -3.65248,14 h -25.24125 l -3.30501,-37.99997 z m -2.82248,55.99997 h -39.99999 v -6 c 0,-4.41125 3.58875,-8 7.99999,-8 h 24 c 4.41125,0 8,3.58875 8,8 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.1249999" />
|
||||
<path
|
||||
id="path5651-5"
|
||||
d="m -327.33062,408.94977 h -17.53412 c -0.68884,0 -1.25243,-0.67497 -1.25243,-1.49998 v -0.99999 c 0,-0.82501 0.56359,-1.50002 1.25243,-1.50002 h 17.53412 c 0.68887,0 1.25246,0.67501 1.25246,1.50002 v 0.99999 c 0,0.82501 -0.56359,1.49998 -1.25246,1.49998 z m 1.25246,6.5 v -0.99999 c 0,-0.82501 -0.56359,-1.49998 -1.25246,-1.49998 h -17.53412 c -0.68884,0 -1.25243,0.67497 -1.25243,1.49998 v 0.99999 c 0,0.82501 0.56359,1.50002 1.25243,1.50002 h 17.53412 c 0.68887,0 1.25246,-0.67501 1.25246,-1.50002 z m 6.75272,33.49998 h 0.34444 c 0.68884,0 1.25243,0.67501 1.25243,1.50002 v 0.99999 c 0,0.82501 -0.56359,1.50002 -1.25243,1.50002 h -37.1557 c -4.6132,0 -8.34962,-4.47501 -8.34962,-10 v -43.99997 c 0,-5.52503 3.73642,-10.00004 8.34962,-10.00004 h 35.90324 c 1.38811,0 2.50489,1.33751 2.50489,3.00004 v 45.99996 c 0,1.25 -0.64707,2.32499 -1.55514,2.775 -0.37571,2.01252 -0.45919,5.7 -0.0416,8.22498 z m -31.80151,-11.99997 h 30.05854 V 392.9498 h -30.05854 z m -10.01951,1.99998 c 1.39854,-1.24997 3.13111,-1.99998 5.00976,-1.99998 h 1.66991 V 392.9498 h -1.66991 c -2.76583,0 -5.00976,2.6875 -5.00976,6.00001 z m 38.85692,9.99999 c -0.32364,-2.54999 -0.30268,-5.64997 0,-7.99998 h -33.84716 c -6.6797,0 -6.6797,7.99998 0,7.99998 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.11422013" />
|
||||
<path
|
||||
id="path5662-5"
|
||||
d="m -66.979571,392.94975 a 11.896253,11.896253 0 0 0 -7.2163,2.46753 c -2.9175,-3.90502 -7.5338,-6.46751 -12.7838,-6.46751 -5.25,0 -9.86628,2.56249 -12.78378,6.46751 a 11.945003,11.945003 0 0 0 -19.216199,9.53248 c 0,5.21751 8,28.00002 8,28.00002 v 16.00002 a 4.0000013,4.0000013 0 0 0 4,3.99998 h 40.000079 a 4.0000013,4.0000013 0 0 0 4,-3.99998 v -16.00002 c 0,0 8,-22.78251 8,-28.00002 a 12.000003,12.000003 0 0 0 -12,-12.00001 z m -38.000079,54.00005 v -10 h 36.000079 v 10 z m 36.342579,-16.00002 h -3.6938 l 1.3513,-16.84376 a 1.0000003,1.0000003 0 0 0 -0.9162,-1.07622 l -2,-0.16009 h -0.081 a 1.0000003,1.0000003 0 0 0 -1,0.92124 l -1.375,17.16252 h -8.7101 v -17.00375 a 1.0000003,1.0000003 0 0 0 -1,-1 h -2 a 1.0000003,1.0000003 0 0 0 -1.0001,1 v 16.99999 h -8.55238 l -1.375,-17.16248 a 1.0000003,1.0000003 0 0 0 -1.0001,-0.92128 h -0.081 l -1.9999,0.16009 a 1.0000003,1.0000003 0 0 0 -0.9163,1.07623 l 1.3587,16.84751 h -3.6937 c -3.6575,-10.40249 -7.6,-23.33251 -7.6575,-26.00002 a 5.9462517,5.9462517 0 0 1 9.59,-4.74999 l 4.814994,3.65251 3.61748,-4.84124 c 1.9275,-2.58127 4.835,-4.06127 7.9775,-4.06127 3.1425,0 6.05,1.48 7.9775,4.05876 l 3.6176,4.84125 4.815,-3.65001 a 5.9462517,5.9462517 0 0 1 9.59,4.74001 c -0.058,2.67749 -4,15.60751 -7.6575,26.01 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12500003" />
|
||||
<path
|
||||
id="path5673-3"
|
||||
d="m -444.49331,301.64985 c -1.68752,-1.42499 -3.825,-2.2 -6.02501,-2.2 -2.7375,0 -5.3125,1.18748 -7.11249,3.26249 l -2.55,-11.12502 c -1.96251,-8.62499 -9.45,-14.63748 -18.20002,-14.63748 -1.41248,0 -2.83748,0.16241 -4.22498,0.4875 -10.05001,2.33751 -16.3375,12.50002 -14.025,22.63751 l 5.57499,24.375 c 0.05,0.23744 0.1375,0.46249 0.19999,0.7 -1.17499,0.38749 -2.25,1.47499 -2.25,2.79999 v 10 c 0,1.66251 1.33752,3 2.97501,3 h 37.8875 c 1.63749,0 3.14999,-1.33749 3.14999,-3 v -10 c 0,-1.42499 -1.17499,-2.55 -2.48751,-2.86248 l 8.3,-10.05003 c 3.32501,-4.02499 2.77501,-10.02498 -1.2125,-13.38748 z m -8.61251,35.30001 h -35.99999 v -8.00002 h 35.99999 z m 6.77501,-24.47501 -10.3125,12.47501 h -30.10001 c -0.14999,-0.46253 -0.33749,-0.92502 -0.44998,-1.41253 l -5.57502,-24.37499 c -1.82499,-7.98748 3.12501,-15.98751 11.05,-17.83751 1.10001,-0.25012 2.21251,-0.38748 3.32501,-0.38748 6.89999,0 12.79999,4.7375 14.34999,11.53751 l 3.43749,15.04998 0.90001,3.92501 2.5625,-3.1 2.42501,-2.9375 c 1.03751,-1.26252 2.56249,-1.97499 4.18749,-1.97499 1.27499,0 2.50002,0.44998 3.48749,1.27498 2.32501,1.94998 2.63752,5.42501 0.71252,7.76251 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12499999" />
|
||||
<path
|
||||
id="path5684-1"
|
||||
d="m -438.10741,412.94979 h -14.17124 l 13.34127,-13.34124 c 3.01371,-3.01376 2.18869,-8.09378 -1.62253,-10.00003 a 6.2446252,6.2446252 0 0 0 -2.79125,-0.65875 c -1.32752,0 -2.64501,0.42252 -3.7475,1.24875 l -30.33501,22.75127 h -22.67374 c -0.55252,0 -1,0.44749 -1,1.00001 v 2 c 0,0.55249 0.44748,0.99998 1,0.99998 h 3 v 4.00001 c 0,10.17749 6.345,18.85376 15.28623,22.34375 -1.59499,2.0975 -2.71248,4.57875 -3.115,7.30499 -0.18125,1.22877 0.74751,2.35125 1.99002,2.35125 h 27.67748 c 1.24251,0 2.17125,-1.12124 1.99001,-2.35125 -0.40127,-2.72624 -1.51873,-5.20874 -3.11499,-7.30499 8.94125,-3.48999 15.28625,-12.16626 15.28625,-22.34375 v -4.00001 h 3 c 0.5525,0 0.99999,-0.44749 0.99999,-0.99998 v -2 c 0,-0.55252 -0.44749,-1.00001 -0.99999,-1.00001 z m -6.59254,-19.55127 c 2.19755,-1.64749 4.9013,1.41376 2.93378,3.38128 l -16.16874,16.16999 h -12.83251 z m -0.40746,27.55127 c 0,8.28875 -5.00126,15.59624 -12.74,18.6175 l -4.93877,1.92749 3.21,4.21999 c 0.76002,1.00002 1.35877,2.09377 1.77377,3.23502 h -22.60875 c 0.415,-1.14125 1.01251,-2.235 1.77374,-3.23502 l 3.21,-4.21999 -4.93876,-1.92749 c -7.73998,-3.02126 -12.74125,-10.32875 -12.74125,-18.6175 v -4.00001 h 48.00002 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12499999" />
|
||||
<path
|
||||
id="path5695-7"
|
||||
d="m -852.22024,276.94984 h -40 a 8.0000001,8.0000001 0 0 0 -8,7.99999 v 52.00003 a 4.0000002,4.0000002 0 0 0 4,3.99999 h 48 a 4.0000002,4.0000002 0 0 0 4,-3.99999 v -52.00003 a 8.0000001,8.0000001 0 0 0 -8,-7.99999 z m 4,60.00002 h -48 v -40.00001 h 48 z m 0,-44 h -48 v -8.00003 a 4.0000002,4.0000002 0 0 1 4,-3.99998 h 40 a 4.0000002,4.0000002 0 0 1 4,3.99998 z m -6,-8.00003 a 2.0000001,2.0000001 0 1 0 2,2 2.0000001,2.0000001 0 0 0 -2,-2 z m -8,0 a 2.0000001,2.0000001 0 1 0 2,2 2.0000001,2.0000001 0 0 0 -2,-2 z m -20,0 a 2.0000001,2.0000001 0 1 0 2,2 2.0000001,2.0000001 0 0 0 -2,-2 z m -8,0 a 2.0000001,2.0000001 0 1 0 2,2 2.0000001,2.0000001 0 0 0 -2,-2 z m 0,48.00003 h 36 a 2.0000001,2.0000001 0 0 0 2,-2.00001 v -27.99999 a 2.0000001,2.0000001 0 0 0 -2,-2 h -36 a 2.0000001,2.0000001 0 0 0 -2,2 v 27.99999 a 2.0000001,2.0000001 0 0 0 2,2.00001 z m 2,-28 h 32 v 23.99999 h -32 z m 26,3.99999 h -20 a 2.0000055,2.0000055 0 0 0 0,4.00001 h 20 a 2.0000055,2.0000055 0 0 0 0,-4.00001 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.125" />
|
||||
<path
|
||||
id="path5706-9"
|
||||
d="m -46.898011,304.32153 c -6.3184,-16.42668 -22.26,-27.37169 -40.0816,-27.37169 -17.821639,0 -33.765039,10.94501 -40.078339,27.37169 -7.0884,0.27334 -7.9217,6.23499 -7.9217,7.65166 a 7.6816659,7.6816659 0 0 0 7.7033,7.64334 c 0.4534,0 0.795,-0.0999 1.22,-0.12669 l 5.41,16.22001 a 7.6666659,7.6666659 0 0 0 7.2717,5.23999 h 52.790039 a 7.6666659,7.6666659 0 0 0 7.2716,-5.24164 l 5.405,-16.21836 c 0.4234,0.0284 0.7667,0.12669 1.22,0.12669 a 7.6816659,7.6816659 0 0 0 7.7083,-7.64334 c 0,-1.46168 -0.8583,-7.35667 -7.9183,-7.65166 z m -11.4733,29.69665 a 2.3333332,2.3333332 0 0 1 -2.2133,1.59832 h -52.791739 a 2.3333332,2.3333332 0 0 1 -2.2133,-1.59664 l -5.21,-15.63167 a 21.178333,21.178333 0 0 0 4.8666,-2.78166 c 1.5151,-1.12332 2.1,-1.57168 4.2351,0.0108 2.02,1.5 5.4116,4.00001 11.3233,4.00001 5.911739,0 9.306639,-2.51001 11.333339,-4.01334 1.5117,-1.11834 2.085,-1.56667 4.2017,0.008 2.025,1.5 5.41,3.99999 11.3216,3.99999 5.9117,0 9.3017,-2.51 11.3233,-4.01 1.8134,-1.34498 2.3534,-1.36667 4.1867,0 a 21.151665,21.151665 0 0 0 4.8466,2.78167 l -5.2099,15.63334 z m 11.6867,-19.73501 c -4.1568,0 -6.365,-1.63998 -8.1517,-2.96832 -4.9517,-3.66666 -8.3434,-1.615 -10.5367,0.0108 -1.7733,1.31832 -3.9833,2.95833 -8.145,2.95833 -4.1616,0 -6.3699,-1.64001 -8.1566,-2.9617 -5.3033,-3.94664 -8.9167,-1.2083 -10.55,0 -1.7766,1.32169 -3.9851,2.9617 -8.151739,2.9617 -4.1666,0 -6.375,-1.64001 -8.1666,-2.9617 -1.13,-0.83331 -4.9517,-4.16665 -10.5784,0 -1.78,1.31668 -4,2.95669 -8.1666,2.95669 a 2.3116664,2.3116664 0 1 1 0,-4.62333 c 0.8983,0 1.8466,0.0801 4.4583,-1.36166 8.8883,-25.65333 33.136639,-26.01 35.850039,-26.01 2.6667,0 26.9534,0.33333 35.8333,25.99997 2.6249,1.48501 3.4283,1.38501 4.4633,1.38501 a 2.3116666,2.3116666 0 1 1 0,4.62333 z m -55.101739,-23.71832 a 2.6783329,2.6783329 0 0 0 -3.5783,1.19333 l -2.6667,5.33334 a 2.6666664,2.6666664 0 0 0 1.1934,3.57832 c 1.59,0.78336 3.06,-0.16676 3.5782,-1.19331 l 2.6667,-5.33333 a 2.6666664,2.6666664 0 0 0 -1.1933,-3.57835 z m 33.190039,1.19168 a 2.6672561,2.6672561 0 1 0 -4.7716,2.38499 l 2.6666,5.33333 c 0.5167,1.02834 1.9884,1.97668 3.5783,1.19334 a 2.6666664,2.6666664 0 0 0 1.1933,-3.57835 z m -18.3833,-1.47333 a 2.6666664,2.6666664 0 0 0 -2.6667,2.66667 v 5.3333 a 2.6667,2.6667 0 1 0 5.3334,0 v -5.3333 a 2.6666664,2.6666664 0 0 0 -2.6667,-2.66667 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.16666666" />
|
||||
<path
|
||||
id="path5717-1"
|
||||
d="m -864.28279,407.93759 a 1.0149924,1.0149924 0 0 0 1,0.97499 h 1.9999 a 0.99249264,0.99249264 0 0 0 1.0001,-1.02498 c -0.2627,-5.26247 -2.4125,-9.16245 -5.1999,-11.93742 -2.3001,-2.33747 -2.6376,-4.77497 -2.7376,-6.11246 a 0.98374271,0.98374271 0 0 0 -1,-0.88749 l -2,0.012 a 0.99999255,0.99999255 0 0 0 -0.9874,1.08748 13.182401,13.182401 0 0 0 3.9,8.71244 c 2.1624,2.14999 3.7999,5.08745 4.0249,9.17491 z m -13.9374,0 a 1.0149924,1.0149924 0 0 0 1,0.97499 h 2 a 0.99249264,0.99249264 0 0 0 1,-1.02498 c -0.2625,-5.26247 -2.4125,-9.16245 -5.2,-11.93742 -2.2875,-2.33747 -2.6249,-4.77497 -2.7249,-6.11246 a 0.98749265,0.98749265 0 0 0 -1.0125,-0.88749 l -2,0.012 a 0.99999255,0.99999255 0 0 0 -0.9875,1.08748 c 0.125,1.86248 0.65,5.44995 3.9,8.71244 2.1612,2.14999 3.7987,5.08745 4.0249,9.17491 z m 33.9998,5.01246 h -55.9996 a 3.99997,3.99997 0 0 0 -4,3.99996 c 0,11.83742 6.4449,22.14485 15.9999,27.68106 v 4.31873 a 3.99997,3.99997 0 0 0 3.9999,3.99997 h 23.9998 a 3.99997,3.99997 0 0 0 4.0001,-3.99997 v -4.31873 c 9.5548,-5.53621 15.9998,-15.84364 15.9998,-27.68106 a 3.99997,3.99997 0 0 0 -3.9999,-3.99996 z m -16,29.3748 v 6.62495 h -23.9998 v -6.62495 c -16.5423,-9.58369 -15.9998,-23.22235 -15.9998,-25.37484 h 55.9996 c 0,2.1825 0.4212,15.86113 -16,25.37484 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12499908" />
|
||||
<path
|
||||
id="path5728-1"
|
||||
d="m -601.67865,276.94984 c -17.67251,0 -32.00004,14.32752 -32.00004,32.00002 0,17.67249 14.32753,31.99998 32.00004,31.99998 17.67246,0 31.99998,-14.32749 31.99998,-31.99998 0,-17.6725 -14.32752,-32.00002 -31.99998,-32.00002 z m 0,60 c -15.43876,0 -28.00003,-12.56125 -28.00003,-27.99998 0,-15.43877 12.56127,-28.00002 28.00003,-28.00002 15.43871,0 27.99997,12.56125 27.99997,28.00002 0,15.43873 -12.56126,27.99998 -27.99997,27.99998 z m 19.79873,-27.99998 3.53499,-3.53503 c 0.39,-0.39 0.39,-1.02374 0,-1.41373 l -1.41373,-1.41376 c -0.39,-0.38999 -1.02378,-0.38999 -1.41378,0 l -3.535,3.535 -5.65748,-5.65624 2.82874,-2.82875 2.12126,2.12124 c 0.39,0.38999 1.02374,0.38999 1.41374,0 l 1.41378,-1.41373 c 0.39,-0.39002 0.39,-1.02376 0,-1.41376 l -2.12126,-2.12127 0.70748,-0.70748 c 0.39,-0.38999 0.39,-1.02376 0,-1.41376 l -1.41374,-1.41376 c -0.39,-0.38999 -1.02373,-0.38999 -1.41373,0 l -0.70753,0.70752 -2.12126,-2.12124 c -0.38999,-0.39 -1.02373,-0.39 -1.41373,0 l -1.41373,1.41372 c -0.39,0.39 -0.39,1.02377 0,1.41376 l 2.12121,2.12124 -2.82874,2.82875 -5.65748,-5.65623 3.53622,-3.535 c 0.39,-0.39 0.39,-1.02373 0,-1.41376 l -1.41496,-1.41875 c -0.39,-0.39 -1.02378,-0.39 -1.41378,0 l -3.53622,3.53626 -3.53627,-3.53626 c -0.39,-0.39 -1.02373,-0.39 -1.41373,0 l -1.41378,1.41376 c -0.39,0.38999 -0.39,1.02373 0,1.41376 l 3.53627,3.535 -5.65625,5.65623 -2.82874,-2.82875 2.12121,-2.12124 c 0.39,-0.38999 0.39,-1.02376 0,-1.41376 l -1.41373,-1.41375 c -0.39,-0.39 -1.02374,-0.39 -1.41374,0 l -2.12126,2.12127 -0.70752,-0.70752 c -0.39001,-0.38999 -1.02374,-0.38999 -1.41374,0 l -1.41373,1.41376 c -0.39,0.39 -0.39,1.02374 0,1.41376 l 0.70748,0.70748 -2.12126,2.12124 c -0.39,0.39003 -0.39,1.02377 0,1.41376 l 1.41378,1.41376 c 0.39,0.39 1.02373,0.39 1.41373,0 l 2.12126,-2.12127 2.82875,2.82878 -5.65626,5.65624 -3.53627,-3.535 c -0.39,-0.38999 -1.02373,-0.38999 -1.41373,0 l -1.41751,1.41749 c -0.39,0.39002 -0.39,1.02376 0,1.41376 l 3.53627,3.53626 -3.53627,3.53623 c -0.39,0.39002 -0.39,1.02376 0,1.41376 l 1.41378,1.41376 c 0.39,0.38999 1.02373,0.38999 1.41373,0 l 3.53627,-3.535 5.65625,5.65623 -2.82879,2.82875 -2.12121,-2.12123 c -0.39,-0.39 -1.02378,-0.39 -1.41378,0 l -1.41373,1.41372 c -0.39,0.39 -0.39,1.02377 0,1.41376 l 2.12126,2.12124 -0.70753,0.70751 c -0.39,0.39 -0.39,1.02377 0,1.41376 l 1.41378,1.41373 c 0.39,0.39003 1.02373,0.39003 1.41373,0 l 0.70748,-0.70748 2.12127,2.12124 c 0.38999,0.38999 1.02377,0.38999 1.41377,0 l 1.41374,-1.41376 c 0.38999,-0.39 0.38999,-1.02373 0,-1.41373 l -2.12126,-2.12127 2.82874,-2.82872 5.65753,5.6575 -3.53627,3.53623 c -0.39,0.39 -0.39,1.02377 0,1.41376 l 1.41378,1.41373 c 0.39,0.39003 1.02373,0.39003 1.41373,0 l 3.53877,-3.535 3.53622,3.53626 c 0.39,0.39 1.02378,0.39 1.41378,0 l 1.41373,-1.41376 c 0.39001,-0.38999 0.39001,-1.02373 0,-1.41372 l -3.53626,-3.53626 5.65752,-5.65751 2.82874,2.82876 -2.12126,2.12123 c -0.38999,0.39 -0.38999,1.02377 0,1.41376 l 1.41374,1.41376 c 0.38999,0.39 1.02378,0.39 1.41378,0 l 2.12126,-2.12124 0.70748,0.70748 c 0.39,0.39 1.02373,0.39 1.41373,0 l 1.41378,-1.41376 c 0.39,-0.38999 0.39,-1.02373 0,-1.41372 l -0.70753,-0.70751 2.12126,-2.12124 c 0.39,-0.39 0.39,-1.02377 0,-1.41376 l -1.41373,-1.41376 c -0.39,-0.39 -1.02378,-0.39 -1.41378,0 l -2.12121,2.12127 -2.82879,-2.82875 5.65625,-5.65627 3.53627,3.535 c 0.39,0.38999 1.02373,0.38999 1.41373,0 l 1.41378,-1.41373 c 0.39,-0.39003 0.39,-1.02377 0,-1.41376 z m -19.79873,-14.14252 5.6562,5.65627 -5.6562,5.6575 -5.65625,-5.65627 z m -14.14252,14.14252 5.65625,-5.6575 5.65748,5.6575 -5.65748,5.6575 z m 14.14252,14.14249 -5.65753,-5.65751 5.65753,-5.6575 5.65748,5.6575 z m 8.48499,-8.48626 -5.65625,-5.65623 5.65748,-5.65627 5.65625,5.65627 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12499999" />
|
||||
<path
|
||||
id="path5739-8"
|
||||
d="m -211.52356,447.73728 1.77501,-20.60001 c -5.26251,-4.13751 -8.79999,-9.62502 -8.79999,-16.18747 0.0127,-11.78751 11.02498,-22.00003 19.01246,-22.00003 2.76251,0 4.99999,2.16252 4.99999,4.81249 v 54.37499 c 0,2.65001 -2.23748,4.81253 -4.99999,4.81253 h -6.99998 c -2.84998,0 -5.22499,-2.33754 -4.9875,-5.2125 z m -3.01252,-36.78748 c 0,6.37497 4.02503,10.68746 8.97501,14.31247 l -1.97498,22.825 c -0.0361,0.46249 0.42495,0.8625 0.99999,0.8625 h 6.99998 c 0.53753,0 0.99999,-0.37512 0.99999,-0.81252 v -54.37499 c 0,-0.43748 -0.46246,-0.81248 -0.99999,-0.81248 -5.57498,0 -15,8.22498 -15,18.00002 z m -9.91248,-17.77503 c -0.41254,-2.43748 -2.64999,-4.225 -5.76249,-4.225 -1.48749,0 -3.01252,0.42502 -4.16253,1.40001 -1.04997,-0.8875 -2.5,-1.40001 -4.16248,-1.40001 -1.66251,0 -3.11251,0.51251 -4.16253,1.40001 -1.14996,-0.97499 -2.67499,-1.40001 -4.16248,-1.40001 -3.15,0 -5.34998,1.81252 -5.76252,4.225 -0.22513,1.17499 -1.91246,10.57502 -1.91246,14.51251 0,6.36247 3.33748,11.45002 8.87497,13.83749 l -1.42499,26.35001 c -0.14997,2.74997 2.0375,5.075 4.79999,5.075 h 7.50001 c 2.75003,0 4.95001,-2.31253 4.80002,-5.075 l -1.42502,-26.35001 c 5.525,-2.38747 8.87503,-7.47502 8.87503,-13.83749 0,-3.93749 -1.68754,-13.33752 -1.91252,-14.51251 z m -11.05003,25.77501 1.52503,29.13749 c 0.0241,0.46249 -0.33734,0.8625 -0.81251,0.8625 h -7.50001 c -0.46249,0 -0.83748,-0.38759 -0.81248,-0.8625 l 1.525,-29.13749 c -5.3,-1.1 -8.96249,-5.37502 -8.96249,-11.2625 0,-3.71249 1.84999,-13.82503 1.84999,-13.82503 0.19984,-1.23749 3.53748,-1.21249 3.6875,0.0241 v 15.31249 c 0.11261,1.43748 3.52502,1.46249 3.6875,0.0241 l 0.92501,-15.3625 c 0.19981,-1.21249 3.4875,-1.21249 3.68747,0 l 0.92503,15.3625 c 0.16243,1.42502 3.575,1.40001 3.6875,-0.0241 v -15.30002 c 0.14999,-1.2375 3.4875,-1.26247 3.68747,-0.0241 0,0 1.85,10.11253 1.85,13.82503 0.0127,5.85 -3.62501,10.14999 -8.95001,11.24998 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12499996" />
|
||||
<path
|
||||
id="path5750-4"
|
||||
d="m -978.22015,404.9498 c 3.3137,0 6,-2.68627 6,-6.00002 0,-3.31374 -2.6863,-6.00002 -6,-6.00002 -3.3138,0 -6,2.68628 -6,6.00002 0,3.31375 2.6862,6.00002 6,6.00002 z m 0,-8.00001 c 1.1025,0 2,0.89747 2,1.99999 0,1.10252 -0.8975,1.99999 -2,1.99999 -1.1025,0 -2,-0.89747 -2,-1.99999 0,-1.10252 0.8975,-1.99999 2,-1.99999 z m 22,14.99998 v -1.99999 c 0,-0.5525 -0.4475,-0.99999 -1,-0.99999 h -54.00005 c -0.5525,0 -1,0.44749 -1,0.99999 v 1.99999 c 0,0.5525 0.4475,1 1,1 h 5.8412 c -4.2437,5.72252 -6.8412,12.70252 -6.8412,19.20001 0,4.885 1.4775,8.83126 4,11.94126 v 6.85875 c 0,1.105 0.895,1.99999 2,1.99999 1.105,0 2,-0.89499 2,-1.99999 v -3.16751 c 5.08255,3.50373 12.16005,5.1675 20.00005,5.1675 7.8387,0 14.9175,-1.66377 20,-5.16624 v 3.16625 c 0,1.105 0.895,1.99999 2,1.99999 1.105,0 2,-0.89499 2,-1.99999 v -6.85875 c 2.5225,-3.11 4,-7.05626 4,-11.94126 0,-6.49749 -2.5975,-13.47749 -6.8413,-19.20001 h 5.8413 c 0.5525,0 1,-0.4475 1,-1 z m -4,20.20001 c 0,15.1625 -16.7837,16.80002 -24,16.80002 -7.2163,0 -24.00005,-1.63752 -24.00005,-16.80002 0,-6.53124 3.0175,-13.75249 7.955,-19.20001 h 32.08875 c 4.9388,5.44752 7.9563,12.66877 7.9563,19.20001 z m -32,-35.19999 c 2.2087,0 4,-1.79124 4,-4.00003 0,-2.20875 -1.7913,-3.99999 -4,-3.99999 -2.2087,0 -4,1.79124 -4,3.99999 0,2.20879 1.7913,4.00003 4,4.00003 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12500001" />
|
||||
<path
|
||||
id="path5761-6"
|
||||
d="m -199.4718,297.75695 0.84,-2.5214 v 0 l 6.09571,-18.28571 h -57.1428 a 11.428558,11.428558 0 0 0 -11.42855,11.42856 v 14.85712 a 1.1428558,1.1428558 0 0 0 1.14284,1.14287 h 2.28574 a 1.1428558,1.1428558 0 0 0 1.14284,-1.14287 V 288.3784 a 6.8571343,6.8571343 0 0 1 6.85713,-6.85711 h 3.81 l 4.57141,13.71426 v 0 l 0.86429,2.59426 c -7.04427,5.67715 -11.53139,14.21856 -11.53139,23.77999 0,7.35283 2.65999,12.10998 7.09139,16.81569 a 8.1685614,8.1685614 0 0 0 5.93286,2.52429 h 37.95281 a 8.1542755,8.1542755 0 0 0 5.9214,-2.51429 c 4.42857,-4.70714 7.09859,-9.46286 7.10142,-16.81712 0,-9.47286 -4.37571,-18.12141 -11.5071,-23.86142 z m -41.57853,-16.23566 h 42.17138 l -4.57142,13.71426 h -33.02854 z m 5.44999,18.28568 h 31.3857 c 3,2.41714 7.8114,6.01142 10.35711,13.71426 h -52.19422 c 2.58712,-7.71427 7.54573,-11.37283 10.45141,-13.71426 z m 37.20711,35.4928 a 3.5599955,3.5599955 0 0 1 -2.59429,1.07858 h -37.95281 a 3.5714241,3.5714241 0 0 1 -2.60427,-1.08858 c -4.26286,-4.52428 -5.84856,-8.23283 -5.84856,-13.67997 a 25.471396,25.471396 0 0 1 0.27125,-3.51716 h 54.31851 a 25.781397,25.781397 0 0 1 0.26712,3.5243 c 0,5.4457 -1.58856,9.15427 -5.8571,13.68283 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.14285697" />
|
||||
<path
|
||||
id="path5772-1"
|
||||
d="m -329.10761,317.94896 c -1.65624,0 -2.99995,1.34246 -2.99995,2.99995 0,1.65621 1.34371,2.99992 2.99995,2.99992 1.65621,0 2.99993,-1.34371 2.99993,-2.99992 0,-1.65749 -1.34372,-2.99995 -2.99993,-2.99995 z m -20.99961,-16.99966 c 0,-1.65749 -1.34371,-2.99995 -2.99995,-2.99995 -1.65621,0 -2.99992,1.34246 -2.99992,2.99995 0,1.65621 1.34371,2.99992 2.99992,2.99992 1.65624,0 2.99995,-1.34371 2.99995,-2.99992 z m 1,16.99966 c -1.65624,0 -2.99993,1.34246 -2.99993,2.99995 0,1.65621 1.34369,2.99992 2.99993,2.99992 1.65618,0 2.99995,-1.34371 2.99995,-2.99992 0,-1.65749 -1.34377,-2.99995 -2.99995,-2.99995 z m 11.99975,-11.99978 c -1.65621,0 -2.99995,1.34246 -2.99995,2.99995 0,1.65621 1.34374,2.99995 2.99995,2.99995 1.65621,0 2.99995,-1.34374 2.99995,-2.99995 0,-1.65749 -1.34374,-2.99995 -2.99995,-2.99995 z m 27.81448,2.97744 c -8.74612,-0.10616 -15.80846,-7.21111 -15.80846,-15.98218 -8.77107,0 -15.8747,-7.0611 -15.98218,-15.80595 -0.82748,-0.1262 -1.66121,-0.18865 -2.49121,-0.18865 -2.58495,0 -5.14739,0.60625 -7.47361,1.79122 l -8.64108,4.40243 a 16.527304,16.527304 0 0 0 -7.22362,7.22609 l -4.38743,8.60983 a 16.580302,16.580302 0 0 0 -1.60242,10.11857 l 1.50995,9.53483 a 16.569053,16.569053 0 0 0 4.64492,9.11979 l 6.84609,6.84487 a 16.50418,16.50418 0 0 0 9.0886,4.63243 l 9.58855,1.51748 c 0.85749,0.13639 1.71998,0.20246 2.57995,0.20246 2.58996,0 5.15618,-0.61001 7.4861,-1.79748 l 8.64108,-4.40242 a 16.527304,16.527304 0 0 0 7.2236,-7.22609 l 4.38745,-8.60984 c 1.56996,-3.0787 2.12619,-6.57112 1.61372,-9.98733 z m -5.17739,8.16985 -4.38745,8.61108 c -1.20994,2.37496 -3.10367,4.26866 -5.47611,5.47739 l -8.64111,4.40244 c -1.74747,0.88995 -3.70869,1.36118 -5.66989,1.36118 -0.65124,0 -1.30873,-0.0512 -1.95371,-0.1538 l -9.58733,-1.51746 c -2.62493,-0.41624 -5.00613,-1.62997 -6.8861,-3.50993 l -6.84612,-6.84487 c -1.88746,-1.88621 -3.10494,-4.27866 -3.52243,-6.91613 l -1.50997,-9.53354 c -0.41873,-2.63997 0.004,-5.29489 1.21499,-7.6761 l 4.3874,-8.60983 c 1.20997,-2.37496 3.10369,-4.26866 5.47616,-5.47739 l 8.63981,-4.40368 c 1.41624,-0.72123 2.97495,-1.16624 4.56367,-1.30747 1.64372,7.89361 7.97986,14.11846 15.90593,15.60721 1.4887,7.92733 7.71361,14.26346 15.60845,15.90592 -0.13739,1.59123 -0.57999,3.14243 -1.31619,4.58491 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12499759" />
|
||||
<path
|
||||
id="path5794-5"
|
||||
d="m -732.04318,276.94984 c -16.5581,0 -31.0068,10.95333 -39.0524,20.33332 l -16.0613,-14.27833 c -2.2371,-1.84166 -5.5619,0.11165 -4.999,2.92669 l 4.4492,23.01833 -4.4508,23.02003 c -0.5613,2.81333 2.7602,4.76664 4.9922,2.93167 l 16.0615,-14.27503 c 8.0521,9.37 22.5091,20.32333 39.0606,20.32333 25.291,0 45.7932,-25.60001 45.7932,-32 0,-6.39999 -20.5022,-32.00001 -45.7932,-32.00001 z m 0,58.6667 c -14.1407,0 -27.3756,-9.54502 -35.0453,-18.47833 l -3.3695,-3.92501 c -5.1646,4.24667 -2.0268,1.47999 -15.2467,13.60166 3.6029,-18.98167 3.1079,-16.395 3.4059,-17.86501 -0.298,-1.46835 0.1985,1.12166 -3.4043,-17.86501 13.2464,12.14167 10.1004,9.36833 15.2467,13.60335 l 3.3695,-3.92502 c 7.6699,-8.93333 20.8965,-18.48002 35.0437,-18.48002 21.2261,0 39.0905,21.08169 40.46,26.6667 -1.3695,5.58501 -19.2339,26.66669 -40.46,26.66669 z m -3.6063,-41.72502 -1.8728,-1.885 a 1.3246526,1.333334 0 0 0 -1.8744,0 l -14.0215,14.11 a 1.3246526,1.333334 0 0 0 0,1.88498 l 1.8728,1.885 a 1.3246526,1.333334 0 0 0 1.8727,0 l 14.0232,-14.10333 a 1.3246526,1.333334 0 0 0 0,-1.89165 z m 18.5451,2.66667 -1.8727,-1.88499 a 1.3246526,1.333334 0 0 0 -1.8743,0 l -24.6189,24.77666 a 1.3246526,1.333334 0 0 0 0,1.885 l 1.8729,1.88499 a 1.3246526,1.333334 0 0 0 1.8727,0 l 24.6203,-24.77001 a 1.3246526,1.333334 0 0 0 0,-1.89165 z m 6.0753,11.44835 a 1.3246526,1.333334 0 0 0 -1.8745,0 l -14.0214,14.11 a 1.3246526,1.333334 0 0 0 0,1.88499 l 1.8726,1.88499 a 1.3246526,1.333334 0 0 0 1.8729,0 l 14.0229,-14.10333 a 1.3246526,1.333334 0 0 0 0,-1.88666 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.16612327" />
|
||||
<path
|
||||
id="path5805-4"
|
||||
d="m -984.22005,318.94986 c -1.1001,0 -2.0001,0.9 -2.0001,1.99998 0,1.1 0.9,1.99999 2.0001,1.99999 1.0999,0 1.9999,-0.89999 1.9999,-1.99999 0,-1.09998 -0.9,-1.99998 -1.9999,-1.99998 z m -4.0001,-31.00002 c -1.1,0 -1.9999,0.90001 -1.9999,2.00003 0,1.1 0.8999,1.99999 1.9999,1.99999 1.1001,0 2,-0.89999 2,-1.99999 0,-1.10002 -0.8999,-2.00003 -2,-2.00003 z m 4.0001,23.00002 c -1.1001,0 -2.0001,0.9 -2.0001,1.99999 0,1.1 0.9,1.99998 2.0001,1.99998 1.0999,0 1.9999,-0.89998 1.9999,-1.99998 0,-1.09999 -0.9,-1.99999 -1.9999,-1.99999 z m 0,-7.99999 c -1.1001,0 -2.0001,0.9 -2.0001,1.99998 0,1.1 0.9,2.00003 2.0001,2.00003 1.0999,0 1.9999,-0.90003 1.9999,-2.00003 0,-1.09998 -0.9,-1.99998 -1.9999,-1.99998 z m 4,-15.00003 c -1.1001,0 -2.0001,0.90001 -2.0001,2.00003 0,1.1 0.9,1.99999 2.0001,1.99999 1.1,0 2,-0.89999 2,-1.99999 0,-1.10002 -0.9,-2.00003 -2,-2.00003 z m 23.9999,19.00004 c 0,-5.51253 -4.4875,-10.00002 -9.9999,-10.00002 h -4.95 c 1.2874,-2.88749 1.5749,-6.17501 0.7249,-9.45 -1.2375,-4.84999 -5.175,-8.79998 -10,-10.06251 -1.2499,-0.32487 -2.5125,-0.48751 -3.7749,-0.48751 -3.8125,0 -7.3876,1.48752 -10.075,4.17501 -2.6876,2.6875 -4.175,6.26249 -4.175,10.07502 0,1.99999 0.4249,3.96249 1.225,5.74999 h -4.97515 c -5.5125,0 -10,4.48749 -10,10.00002 0,5.51246 4.4875,9.99998 10,9.99998 h 3.48765 l -7.25005,7.7 c -3.475,4.27498 -2.8251,10.5875 1.4499,14.06248 1.7875,1.4375 4.0251,2.23751 6.31255,2.23751 3.025,0 5.8625,-1.35001 7.7626,-3.7 l 6.2375,-6.44998 6.2375,6.44998 c 1.8999,2.34999 4.7374,3.7 7.7624,3.7 2.2876,0 4.525,-0.80001 6.3,-2.23751 4.2751,-3.47498 4.925,-9.7875 1.45,-14.06248 l -7.2499,-7.7 h 3.5 c 5.5124,0 9.9999,-4.48753 9.9999,-9.99998 z m -17.925,10.88749 8.575,9.32498 c 2.0875,2.575 1.7,6.35 -0.875,8.43751 -1.1125,0.89999 -2.45,1.34998 -3.775,1.34998 -1.7499,0 -3.475,-0.7625 -4.6624,-2.21248 l -6.2376,-6.45 c -0.8,-0.98751 -1.95,-1.47501 -3.0999,-1.47501 -1.1501,0 -2.3,0.4875 -3.1001,1.47501 l -6.2375,6.45 c -1.1874,1.46249 -2.9124,2.21248 -4.6625,2.21248 -1.3249,0 -2.66245,-0.43748 -3.77505,-1.34998 -2.575,-2.08751 -2.9625,-5.8625 -0.875,-8.43751 l 8.57515,-9.32498 c 1.5874,-1.9625 0.1999,-4.88752 -2.325,-4.88752 h -5.60015 c -3.3125,0 -6,-2.68749 -6,-5.99997 0,-3.31251 2.6875,-6.00001 6,-6.00001 h 10.20005 c 1.1625,0 1.775,-1.4375 0.9126,-2.21252 -2.0626,-1.86248 -3.3625,-4.53748 -3.3625,-7.53748 0,-5.66251 4.5874,-10.25002 10.25,-10.25002 0.9,0 1.825,0.11255 2.7625,0.3625 3.4499,0.9 6.2624,3.725 7.1374,7.18748 1.0375,4.06252 -0.3374,7.83755 -3,10.23752 -0.8625,0.78752 -0.2748,2.22502 0.9,2.22502 h 10.2001 c 3.3124,0 5.9999,2.6875 5.9999,5.99997 0,3.31251 -2.6875,6 -5.9999,6 h -5.5876 c -2.5249,-0.0134 -3.925,2.91253 -2.3375,4.87503 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12499995" />
|
||||
<path
|
||||
id="path5627-7"
|
||||
d="m 30.005309,176.94992 c -2.2187,0 -4,-1.78126 -4,-3.99999 0,-3.87501 4,-2.875 4,-8.00001 1.5,0 4,3.68753 4,7 0,3.3125 -1.7812,5 -4,5 z m 16,0 c -2.2187,0 -4,-1.78126 -4,-3.99999 0,-3.87501 4,-2.875 4,-8.00001 1.5,0 4,3.68753 4,7 0,3.3125 -1.7812,5 -4,5 z m 16,0 c -2.2187,0 -4,-1.78126 -4,-3.99999 0,-3.87501 4,-2.875 4,-8.00001 1.5,0 4,3.68753 4,7 0,3.3125 -1.7812,5 -4,5 z m 6,20.00002 h -4 v -18.00002 h -4 v 18.00002 h -12 v -18.00002 h -4 v 18.00002 h -12 v -18.00002 h -4 v 18.00002 h -4 c -3.3125,0 -6,2.68747 -6,5.99997 v 26.00001 h 56 v -26.00001 c 0,-3.3125 -2.6875,-5.99997 -6,-5.99997 z m 2,27.99999 h -48 v -9.00538 c 2.0278,-1.18486 2.991,-2.99462 5.3438,-2.99462 3.4939,0 3.9066,3.99998 9.3437,3.99998 5.3554,0 5.9022,-3.99998 9.3125,-3.99998 3.5185,0 3.9002,3.99998 9.3438,3.99998 5.4196,0 5.8459,-3.99998 9.3437,-3.99998 2.311,0 3.2806,1.80937 5.3125,2.99438 z m 0,-14.04676 c -1.2032,-0.98425 -2.6521,-1.95324 -5.3125,-1.95324 -5.4287,0 -5.8531,4 -9.3437,4 -3.4619,0 -3.9318,-4 -9.3438,-4 -5.3552,0 -5.9022,4 -9.3125,4 -3.5185,0 -3.9002,-4 -9.3437,-4 -2.6829,0 -4.1376,0.97177 -5.3438,1.95724 v -7.95726 c 0,-1.10272 0.8973,-1.99998 2,-1.99998 h 44 c 1.1028,0 2,0.89726 2,1.99998 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12499999" />
|
||||
<path
|
||||
id="path5640-9"
|
||||
d="m 162.00531,214.94992 c -1.6575,0 -3,1.34249 -3,3 0,1.65624 1.3425,3 3,3 1.6575,0 3,-1.34376 3,-3 0,-1.65751 -1.3425,-3 -3,-3 z m 16.7812,-6.99624 11.2188,-43.00376 h -58 c -3.3087,0 -6,2.69127 -6,6.00004 v 19.99996 c 0,3.30877 2.6913,6 6,6 h 12.7825 l 0.9413,10.82001 c -4.5088,1.7275 -7.7238,6.06374 -7.7238,11.17999 v 6 c 0,2.20873 1.7913,4 4,4 h 40 c 2.2088,0 4,-1.79127 4,-4 v -6 c 0,-4.92499 -2.9737,-9.14752 -7.2188,-10.99624 z m -46.7812,-15.00376 c -1.1012,0 -2,-0.89625 -2,-2 v -19.99996 c 0,-1.10375 0.8988,-2 2,-2 h 10.3475 l 2.0875,23.99996 z m 52.8225,-23.99996 -2.0875,7.99996 h -19.735 c -0.5525,0 -1,0.44751 -1,1.00004 v 1.99996 c 0,0.55253 0.4475,1 1,1 h 18.6925 l -2.0875,8 h -16.605 c -0.5525,0 -1,0.44751 -1,1 v 2 c 0,0.55253 0.4475,1 1,1 h 15.5613 l -3.6525,14 h -25.2413 l -3.305,-37.99996 z m -2.8225,55.99996 h -40 v -6 c 0,-4.41125 3.5888,-8 8,-8 h 24 c 4.4113,0 8,3.58875 8,8 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.1249999" />
|
||||
<path
|
||||
id="path5651-8"
|
||||
d="m 442.32375,184.94991 h -17.5341 c -0.6889,0 -1.2525,-0.67497 -1.2525,-1.49998 v -0.99999 c 0,-0.82501 0.5636,-1.50002 1.2525,-1.50002 h 17.5341 c 0.6889,0 1.2524,0.67501 1.2524,1.50002 v 0.99999 c 0,0.82501 -0.5635,1.49998 -1.2524,1.49998 z m 1.2524,6.5 v -0.99999 c 0,-0.82501 -0.5635,-1.49998 -1.2524,-1.49998 h -17.5341 c -0.6889,0 -1.2525,0.67497 -1.2525,1.49998 v 0.99999 c 0,0.82501 0.5636,1.50002 1.2525,1.50002 h 17.5341 c 0.6889,0 1.2524,-0.67501 1.2524,-1.50002 z m 6.7528,33.49998 h 0.3444 c 0.6889,0 1.2525,0.67501 1.2525,1.50002 v 0.99999 c 0,0.82501 -0.5636,1.50002 -1.2525,1.50002 h -37.1557 c -4.6132,0 -8.3496,-4.47501 -8.3496,-10 v -43.99997 c 0,-5.52502 3.7364,-10.00003 8.3496,-10.00003 h 35.9033 c 1.3881,0 2.5049,1.33751 2.5049,3.00004 v 45.99995 c 0,1.25 -0.6471,2.32499 -1.5552,2.775 -0.3757,2.01252 -0.4592,5.7 -0.042,8.22498 z m -31.8015,-11.99997 h 30.0585 v -43.99997 h -30.0585 z m -10.0196,1.99998 c 1.3986,-1.24997 3.1311,-1.99998 5.0098,-1.99998 h 1.6699 v -43.99997 h -1.6699 c -2.7658,0 -5.0098,2.68749 -5.0098,6 z m 38.857,9.99999 c -0.3237,-2.54999 -0.3027,-5.64997 0,-7.99998 h -33.8472 c -6.6797,0 -6.6797,7.99998 0,7.99998 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.11422013" />
|
||||
<path
|
||||
id="path5662-1"
|
||||
d="m 709.11835,168.9499 a 11.896253,11.896253 0 0 0 -7.2163,2.46752 c -2.9175,-3.90501 -7.5337,-6.4675 -12.7837,-6.4675 -5.25,0 -9.8663,2.56249 -12.7838,6.4675 a 11.945003,11.945003 0 0 0 -19.2163,9.53248 c 0,5.21751 8.0001,28.00002 8.0001,28.00002 v 16.00002 a 4.0000013,4.0000013 0 0 0 3.9999,3.99998 h 40.0001 a 4.0000013,4.0000013 0 0 0 3.9999,-3.99998 v -16.00002 c 0,0 8.0001,-22.78251 8.0001,-28.00002 a 12.000003,12.000003 0 0 0 -12,-12 z m -38.0001,54.00004 v -10 h 36.0001 v 10 z m 36.3426,-16.00002 h -3.6938 l 1.3513,-16.84376 a 1.0000003,1.0000003 0 0 0 -0.9163,-1.07622 l -2,-0.16009 h -0.081 a 1.0000003,1.0000003 0 0 0 -1,0.92124 l -1.375,17.16252 h -8.71 v -17.00375 a 1.0000003,1.0000003 0 0 0 -1,-1 h -2 a 1.0000003,1.0000003 0 0 0 -1,1 v 16.99999 h -8.5525 l -1.375,-17.16248 a 1.0000003,1.0000003 0 0 0 -1,-0.92128 h -0.081 l -2,0.16009 a 1.0000003,1.0000003 0 0 0 -0.9162,1.07623 l 1.3587,16.84751 h -3.6937 c -3.6576,-10.40249 -7.6,-23.33251 -7.6575,-26.00002 a 5.9462517,5.9462517 0 0 1 9.5899,-4.74999 l 4.8151,3.65251 3.6175,-4.84124 c 1.9274,-2.58127 4.835,-4.06127 7.9775,-4.06127 3.1424,0 6.0499,1.48 7.9775,4.05876 l 3.6174,4.84125 4.8151,-3.65001 a 5.9462517,5.9462517 0 0 1 9.59,4.74001 c -0.058,2.67749 -4,15.60751 -7.6576,26.01 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12500003" />
|
||||
<path
|
||||
id="path5673-8"
|
||||
d="m 182.61931,77.650015 c -1.6875,-1.42499 -3.825,-2.2 -6.025,-2.2 -2.7375,0 -5.3125,1.18748 -7.1125,3.26249 l -2.55,-11.12502 c -1.9625,-8.62499 -9.45,-14.63748 -18.2,-14.63748 -1.4125,0 -2.8375,0.16241 -4.225,0.4875 -10.05,2.33751 -16.3375,12.50002 -14.025,22.63751 l 5.575,24.375005 c 0.05,0.23744 0.1375,0.46249 0.2,0.7 -1.175,0.38749 -2.25,1.47499 -2.25,2.79999 V 113.95 c 0,1.66251 1.3375,3 2.975,3 h 37.8875 c 1.6375,0 3.15,-1.33749 3.15,-3 v -9.99999 c 0,-1.42499 -1.175,-2.55 -2.4875,-2.86248 l 8.3,-10.050035 c 3.325,-4.02499 2.775,-10.02498 -1.2125,-13.38748 z m -8.6125,35.300005 h -36 v -8.00001 h 36 z m 6.775,-24.475005 -10.3125,12.475015 h -30.1 c -0.15,-0.46253 -0.3375,-0.92502 -0.45,-1.412535 l -5.575,-24.37499 c -1.825,-7.98748 3.125,-15.98751 11.05,-17.83751 1.1,-0.25012 2.2125,-0.38748 3.325,-0.38748 6.9,0 12.8,4.7375 14.35,11.53751 l 3.4375,15.04998 0.9,3.92501 2.5625,-3.1 2.425,-2.9375 c 1.0375,-1.26252 2.5625,-1.97499 4.1875,-1.97499 1.275,0 2.5,0.44998 3.4875,1.27498 2.325,1.94998 2.6375,5.42501 0.7125,7.76251 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12499999" />
|
||||
<path
|
||||
id="path5684-6"
|
||||
d="m 321.99045,188.94993 h -14.1713 l 13.3413,-13.34124 c 3.0137,-3.01376 2.1887,-8.09377 -1.6225,-10.00002 a 6.2446252,6.2446252 0 0 0 -2.7912,-0.65875 c -1.3276,0 -2.6451,0.42252 -3.7476,1.24875 l -30.335,22.75126 h -22.67374 c -0.5525,0 -1,0.44749 -1,1.00001 v 2 c 0,0.55249 0.4475,0.99998 1,0.99998 h 3 v 4.00001 c 0,10.17749 6.345,18.85376 15.28624,22.34375 -1.595,2.0975 -2.7125,4.57875 -3.115,7.30499 -0.1812,1.22877 0.7475,2.35125 1.99,2.35125 h 27.6775 c 1.2425,0 2.1713,-1.12124 1.99,-2.35125 -0.4012,-2.72624 -1.5187,-5.20874 -3.1149,-7.30499 8.9412,-3.48999 15.2862,-12.16626 15.2862,-22.34375 v -4.00001 h 3 c 0.5525,0 1,-0.44749 1,-0.99998 v -2 c 0,-0.55252 -0.4475,-1.00001 -1,-1.00001 z m -6.5925,-19.55126 c 2.1975,-1.64749 4.9013,1.41375 2.9337,3.38127 l -16.1687,16.16999 h -12.8325 z m -0.4075,27.55126 c 0,8.28875 -5.0013,15.59624 -12.74,18.6175 l -4.9388,1.92749 3.21,4.21999 c 0.7601,1.00002 1.3588,2.09377 1.7738,3.23502 h -22.6088 c 0.415,-1.14125 1.0125,-2.235 1.7738,-3.23502 l 3.21,-4.21999 -4.9388,-1.92749 c -7.74004,-3.02126 -12.74124,-10.32875 -12.74124,-18.6175 v -4.00001 h 48.00004 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12499999" />
|
||||
<path
|
||||
id="path5695-2"
|
||||
d="m 825.68965,52.950005 h -40 a 8.0000001,8.0000001 0 0 0 -8.0001,7.99999 v 52.000015 a 4.0000002,4.0000002 0 0 0 4,3.99999 h 48.0001 a 4.0000002,4.0000002 0 0 0 4,-3.99999 V 60.949995 a 8.0000001,8.0000001 0 0 0 -8,-7.99999 z m 4,60.000005 h -48.0001 V 72.950005 h 48.0001 z m 0,-43.999995 h -48.0001 v -8.00002 a 4.0000002,4.0000002 0 0 1 4.0001,-3.99998 h 40 a 4.0000002,4.0000002 0 0 1 4,3.99998 z m -6.0001,-8.00002 a 2.0000001,2.0000001 0 1 0 2.0001,2 2.0000001,2.0000001 0 0 0 -2.0001,-2 z m -7.9999,0 a 2.0000001,2.0000001 0 1 0 2,2 2.0000001,2.0000001 0 0 0 -2,-2 z m -20,0 a 2.0000001,2.0000001 0 1 0 1.9999,2 2.0000001,2.0000001 0 0 0 -1.9999,-2 z m -8,0 a 2.0000001,2.0000001 0 1 0 2,2 2.0000001,2.0000001 0 0 0 -2,-2 z m 0,48.000025 h 35.9999 a 2.0000001,2.0000001 0 0 0 2.0001,-2.00001 V 78.950015 a 2.0000001,2.0000001 0 0 0 -2.0001,-2 h -35.9999 a 2.0000001,2.0000001 0 0 0 -2,2 v 27.999995 a 2.0000001,2.0000001 0 0 0 2,2.00001 z m 2,-28.000005 h 31.9999 v 23.999995 h -31.9999 z m 26,3.99999 h -20 a 2.0000055,2.0000055 0 0 0 0,4.00001 h 20 a 2.0000055,2.0000055 0 0 0 0,-4.00001 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.125" />
|
||||
<path
|
||||
id="path5706-1"
|
||||
d="m 601.19995,80.321695 c -6.3184,-16.42668 -22.26,-27.37169 -40.0816,-27.37169 -17.8217,0 -33.7651,10.94501 -40.0784,27.37169 -7.0883,0.27334 -7.9217,6.23499 -7.9217,7.65166 a 7.6816659,7.6816659 0 0 0 7.7034,7.64334 c 0.4534,0 0.795,-0.0999 1.22,-0.12669 l 5.41,16.220015 a 7.6666659,7.6666659 0 0 0 7.2717,5.23998 h 52.79 a 7.6666659,7.6666659 0 0 0 7.2716,-5.24163 l 5.405,-16.218365 c 0.4234,0.0284 0.7667,0.12669 1.22,0.12669 a 7.6816659,7.6816659 0 0 0 7.7083,-7.64334 c 0,-1.46168 -0.8583,-7.35667 -7.9183,-7.65166 z m -11.4733,29.696655 a 2.3333332,2.3333332 0 0 1 -2.2133,1.59832 h -52.7917 a 2.3333332,2.3333332 0 0 1 -2.2134,-1.59664 l -5.2099,-15.631675 a 21.178333,21.178333 0 0 0 4.8666,-2.78166 c 1.5151,-1.12332 2.1,-1.57168 4.235,0.0108 2.02,1.5 5.4117,4.00001 11.3234,4.00001 5.9117,0 9.3066,-2.51001 11.3333,-4.01334 1.5117,-1.11834 2.085,-1.56667 4.2017,0.008 2.025,1.5 5.41,3.99999 11.3216,3.99999 5.9117,0 9.3017,-2.51 11.3234,-4.01 1.8133,-1.34498 2.3533,-1.36667 4.1866,0 a 21.151665,21.151665 0 0 0 4.8466,2.78167 l -5.2099,15.633345 z m 11.6867,-19.735015 c -4.1567,0 -6.365,-1.63998 -8.1517,-2.96832 -4.9517,-3.66666 -8.3434,-1.615 -10.5367,0.0108 -1.7733,1.31832 -3.9833,2.95833 -8.145,2.95833 -4.1617,0 -6.3699,-1.64001 -8.1567,-2.9617 -5.3032,-3.94664 -8.9166,-1.2083 -10.5499,0 -1.7767,1.32169 -3.9851,2.9617 -8.1517,2.9617 -4.1666,0 -6.3751,-1.64001 -8.1666,-2.9617 -1.1301,-0.83331 -4.9517,-4.16665 -10.5784,0 -1.78,1.31668 -4,2.95669 -8.1666,2.95669 a 2.3116664,2.3116664 0 1 1 0,-4.62333 c 0.8982,0 1.8466,0.0801 4.4583,-1.36166 8.8883,-25.65333 33.1366,-26.01 35.85,-26.01 2.6667,0 26.9534,0.33333 35.8333,25.99997 2.6249,1.48501 3.4283,1.38501 4.4633,1.38501 a 2.3116666,2.3116666 0 1 1 0,4.62333 z m -55.1017,-23.71832 a 2.6783329,2.6783329 0 0 0 -3.5783,1.19333 l -2.6668,5.33334 a 2.6666664,2.6666664 0 0 0 1.1934,3.57832 c 1.5901,0.78336 3.06,-0.16676 3.5783,-1.19331 l 2.6667,-5.33333 a 2.6666664,2.6666664 0 0 0 -1.1933,-3.57835 z m 33.19,1.19168 a 2.6672691,2.6672691 0 1 0 -4.7717,2.38499 l 2.6667,5.33333 c 0.5166,1.02834 1.9883,1.97668 3.5783,1.19334 a 2.6666664,2.6666664 0 0 0 1.1933,-3.57835 z m -18.3833,-1.47333 a 2.6666664,2.6666664 0 0 0 -2.6667,2.66667 v 5.3333 a 2.6667,2.6667 0 1 0 5.3334,0 v -5.3333 a 2.6666664,2.6666664 0 0 0 -2.6667,-2.66667 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.16666666" />
|
||||
<path
|
||||
id="path5717-4"
|
||||
d="m 951.18345,183.93774 a 1.0149924,1.0149924 0 0 0 1,0.97499 h 1.9999 a 0.99249264,0.99249264 0 0 0 1.0001,-1.02498 c -0.2627,-5.26247 -2.4125,-9.16245 -5.1999,-11.93742 -2.3001,-2.33747 -2.6376,-4.77497 -2.7376,-6.11246 a 0.98374271,0.98374271 0 0 0 -1,-0.88749 l -2,0.012 a 0.99999255,0.99999255 0 0 0 -0.9874,1.08748 13.182401,13.182401 0 0 0 3.9,8.71244 c 2.1624,2.15 3.7999,5.08746 4.0249,9.17492 z m -13.9374,0 a 1.0149924,1.0149924 0 0 0 1,0.97499 h 2 a 0.99249264,0.99249264 0 0 0 1,-1.02498 c -0.2625,-5.26247 -2.4125,-9.16245 -5.2,-11.93742 -2.2875,-2.33747 -2.625,-4.77497 -2.7249,-6.11246 a 0.98749265,0.98749265 0 0 0 -1.0125,-0.88749 l -2,0.012 a 0.99999255,0.99999255 0 0 0 -0.9875,1.08748 c 0.1249,1.86249 0.65,5.44996 3.8999,8.71244 2.1613,2.15 3.7988,5.08746 4.025,9.17492 z m 33.9998,5.01246 h -55.9996 a 3.99997,3.99997 0 0 0 -4,3.99996 c 0,11.83742 6.4449,22.14485 15.9999,27.68106 v 4.31873 a 3.99997,3.99997 0 0 0 3.9999,3.99997 h 23.9998 a 3.99997,3.99997 0 0 0 4.0001,-3.99997 v -4.31873 c 9.5548,-5.53621 15.9998,-15.84364 15.9998,-27.68106 a 3.99997,3.99997 0 0 0 -3.9999,-3.99996 z m -16,29.3748 v 6.62495 h -23.9998 V 218.325 c -16.5423,-9.58369 -15.9998,-23.22235 -15.9998,-25.37484 h 55.9996 c 0,2.1825 0.4212,15.86113 -16,25.37484 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12499908" />
|
||||
<path
|
||||
id="path5728-6"
|
||||
d="m 46.005409,52.950005 c -17.6725,0 -32.0001,14.32752 -32.0001,32.00002 0,17.672495 14.3276,31.999975 32.0001,31.999975 17.6724,0 31.9999,-14.32748 31.9999,-31.999975 0,-17.6725 -14.3275,-32.00002 -31.9999,-32.00002 z m 0,59.999995 c -15.4388,0 -28.0001,-12.56124 -28.0001,-27.999975 0,-15.43877 12.5613,-28.00002 28.0001,-28.00002 15.4387,0 27.9999,12.56125 27.9999,28.00002 0,15.438735 -12.5612,27.999975 -27.9999,27.999975 z m 19.7987,-27.999975 3.535,-3.53503 c 0.39,-0.39 0.39,-1.02374 0,-1.41373 l -1.4138,-1.41376 c -0.39,-0.38999 -1.0237,-0.38999 -1.4137,0 l -3.535,3.535 -5.6575,-5.65624 2.8287,-2.82875 2.1213,2.12124 c 0.39,0.38999 1.0237,0.38999 1.4137,0 l 1.4138,-1.41373 c 0.39,-0.39002 0.39,-1.02376 0,-1.41376 l -2.1213,-2.12127 0.7075,-0.70748 c 0.39,-0.38999 0.39,-1.02376 0,-1.41376 l -1.4137,-1.41376 c -0.39,-0.38999 -1.0237,-0.38999 -1.4137,0 l -0.7076,0.70752 -2.1212,-2.12124 c -0.39,-0.39 -1.0238,-0.39 -1.4138,0 l -1.4137,1.41372 c -0.39,0.39 -0.39,1.02377 0,1.41376 l 2.1212,2.12124 -2.8287,2.82875 -5.6575,-5.65623 3.5362,-3.535 c 0.39,-0.39 0.39,-1.02373 0,-1.41376 l -1.4149,-1.41875 c -0.39,-0.39 -1.0238,-0.39 -1.4138,0 l -3.5362,3.53626 -3.5363,-3.53626 c -0.39,-0.39 -1.0237,-0.39 -1.4137,0 l -1.4138,1.41376 c -0.39,0.38999 -0.39,1.02373 0,1.41376 l 3.5362,3.535 -5.6562,5.65623 -2.8287,-2.82875 2.1212,-2.12124 c 0.39,-0.38999 0.39,-1.02376 0,-1.41376 l -1.4138,-1.41375 c -0.39,-0.39 -1.0237,-0.39 -1.4137,0 l -2.1213,2.12127 -0.7075,-0.70752 c -0.39,-0.38999 -1.0237,-0.38999 -1.4137,0 l -1.4137,1.41376 c -0.39,0.39 -0.39,1.02374 0,1.41376 l 0.7074,0.70748 -2.1212,2.12124 c -0.39,0.39003 -0.39,1.02377 0,1.41376 l 1.4138,1.41376 c 0.39,0.39 1.0237,0.39 1.4137,0 l 2.1212,-2.12127 2.8288,2.82878 -5.6563,5.65624 -3.5362,-3.535 c -0.39,-0.38999 -1.0238,-0.38999 -1.4138,0 l -1.4175,1.41749 c -0.39,0.39002 -0.39,1.02376 0,1.41376 l 3.5363,3.53626 -3.5363,3.53623 c -0.39,0.39002 -0.39,1.02376 0,1.41376 l 1.4138,1.41376 c 0.39,0.38999 1.0237,0.38999 1.4137,0 l 3.5363,-3.535 5.6563,5.65623 -2.8288,2.82875 -2.1212,-2.12123 c -0.39,-0.39 -1.0238,-0.39 -1.4138,0 l -1.4138,1.41372 c -0.39,0.39 -0.39,1.02377 0,1.41376 l 2.1213,2.12124 -0.7075,0.70751 c -0.39,0.390005 -0.39,1.023775 0,1.413765 l 1.4138,1.41373 c 0.39,0.39003 1.0237,0.39003 1.4137,0 l 0.7075,-0.70748 2.1212,2.12124 c 0.39,0.38999 1.0238,0.38999 1.4138,0 l 1.4137,-1.41376 c 0.39,-0.39 0.39,-1.02373 0,-1.41373 l -2.1212,-2.121275 2.8287,-2.82872 5.6575,5.657505 -3.5362,3.53623 c -0.39,0.39 -0.39,1.02377 0,1.41376 l 1.4138,1.41373 c 0.39,0.39003 1.0237,0.39003 1.4137,0 l 3.5388,-3.535 3.5362,3.53626 c 0.39,0.39 1.0238,0.39 1.4138,0 l 1.4137,-1.41376 c 0.39,-0.38999 0.39,-1.02373 0,-1.41372 l -3.5363,-3.53626 5.6576,-5.657515 2.8287,2.82876 -2.1213,2.121235 c -0.39,0.39 -0.39,1.02377 0,1.41376 l 1.4138,1.41376 c 0.39,0.39 1.0237,0.39 1.4137,0 l 2.1213,-2.12124 0.7075,0.70748 c 0.39,0.39 1.0237,0.39 1.4137,0 l 1.4138,-1.41376 c 0.39,-0.38999 0.39,-1.02373 0,-1.413725 l -0.7075,-0.70751 2.1212,-2.12124 c 0.39,-0.39 0.39,-1.02377 0,-1.41376 l -1.4137,-1.41376 c -0.39,-0.39 -1.0238,-0.39 -1.4138,0 l -2.1212,2.12127 -2.8288,-2.82875 5.6563,-5.65627 3.5362,3.535 c 0.39,0.38999 1.0238,0.38999 1.4138,0 l 1.4138,-1.41373 c 0.3899,-0.39003 0.3899,-1.02377 0,-1.41376 z m -19.7987,-14.14252 5.6562,5.65627 -5.6562,5.6575 -5.6563,-5.65627 z m -14.1426,14.14252 5.6563,-5.6575 5.6575,5.6575 -5.6575,5.6575 z m 14.1426,14.14249 -5.6576,-5.65751 5.6576,-5.6575 5.6574,5.6575 z m 8.485,-8.48626 -5.6563,-5.65623 5.6575,-5.65627 5.6562,5.65627 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12499999" />
|
||||
<path
|
||||
id="path5739-2"
|
||||
d="m 574.13075,223.73742 1.775,-20.60001 c -5.2625,-4.13751 -8.8,-9.62502 -8.8,-16.18747 0.013,-11.78751 11.025,-22.00002 19.0125,-22.00002 2.7625,0 5,2.16252 5,4.81249 v 54.37498 c 0,2.65001 -2.2375,4.81253 -5,4.81253 h -7 c -2.85,0 -5.225,-2.33754 -4.9875,-5.2125 z m -3.0125,-36.78748 c 0,6.37497 4.025,10.68746 8.975,14.31247 l -1.975,22.825 c -0.036,0.46249 0.425,0.8625 1,0.8625 h 7 c 0.5375,0 1,-0.37512 1,-0.81252 v -54.37498 c 0,-0.43748 -0.4625,-0.81248 -1,-0.81248 -5.575,0 -15,8.22497 -15,18.00001 z m -9.9125,-17.77502 c -0.4125,-2.43748 -2.65,-4.225 -5.7625,-4.225 -1.4875,0 -3.0125,0.42502 -4.1625,1.40001 -1.0499,-0.8875 -2.5,-1.40001 -4.1625,-1.40001 -1.6625,0 -3.1125,0.51251 -4.1625,1.40001 -1.15,-0.97499 -2.675,-1.40001 -4.1625,-1.40001 -3.15,0 -5.35,1.81252 -5.7625,4.225 -0.2251,1.17498 -1.9125,10.57501 -1.9125,14.5125 0,6.36247 3.3375,11.45002 8.875,13.83749 l -1.425,26.35001 c -0.15,2.74997 2.0375,5.075 4.8,5.075 h 7.5 c 2.75,0 4.95,-2.31253 4.8,-5.075 l -1.425,-26.35001 c 5.525,-2.38747 8.875,-7.47502 8.875,-13.83749 0,-3.93749 -1.6875,-13.33752 -1.9125,-14.5125 z m -11.05,25.775 1.525,29.13749 c 0.024,0.46249 -0.3373,0.8625 -0.8125,0.8625 h -7.5 c -0.4625,0 -0.8375,-0.38759 -0.8125,-0.8625 l 1.525,-29.13749 c -5.3,-1.1 -8.9624,-5.37502 -8.9624,-11.2625 0,-3.71249 1.8499,-13.82502 1.8499,-13.82502 0.1999,-1.23749 3.5375,-1.21249 3.6875,0.0241 v 15.31248 c 0.1126,1.43748 3.525,1.46249 3.6875,0.0241 l 0.925,-15.36249 c 0.1999,-1.21249 3.4875,-1.21249 3.6875,0 l 0.925,15.36249 c 0.1625,1.42502 3.575,1.40001 3.6875,-0.0241 v -15.30001 c 0.15,-1.2375 3.4875,-1.26247 3.6875,-0.0241 0,0 1.85,10.11252 1.85,13.82502 0.013,5.85 -3.625,10.14999 -8.95,11.24998 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12499996" />
|
||||
<path
|
||||
id="path5750-2"
|
||||
d="m 811.68965,180.94994 c 3.3138,0 6.0001,-2.68627 6.0001,-6.00002 0,-3.31374 -2.6863,-6.00001 -6.0001,-6.00001 -3.3137,0 -6,2.68627 -6,6.00001 0,3.31375 2.6863,6.00002 6,6.00002 z m 0,-8.00001 c 1.1025,0 2,0.89747 2,1.99999 0,1.10252 -0.8975,1.99999 -2,1.99999 -1.1025,0 -2,-0.89747 -2,-1.99999 0,-1.10252 0.8975,-1.99999 2,-1.99999 z m 22,14.99998 v -1.99999 c 0,-0.5525 -0.4475,-0.99999 -1,-0.99999 h -54 c -0.5524,0 -1,0.44749 -1,0.99999 v 1.99999 c 0,0.5525 0.4476,1 1,1 h 5.8413 c -4.2438,5.72252 -6.8413,12.70252 -6.8413,19.20001 0,4.885 1.4775,8.83126 4,11.94126 v 6.85875 c 0,1.105 0.8951,1.99999 2.0001,1.99999 1.105,0 2,-0.89499 2,-1.99999 v -3.16751 c 5.0824,3.50373 12.1599,5.1675 19.9999,5.1675 7.8388,0 14.9175,-1.66377 20,-5.16624 v 3.16625 c 0,1.105 0.8951,1.99999 2.0001,1.99999 1.105,0 2,-0.89499 2,-1.99999 v -6.85875 c 2.5224,-3.11 3.9999,-7.05626 3.9999,-11.94126 0,-6.49749 -2.5975,-13.47749 -6.8412,-19.20001 h 5.8412 c 0.5525,0 1,-0.4475 1,-1 z m -3.9999,20.20001 c 0,15.1625 -16.7838,16.80002 -24.0001,16.80002 -7.2162,0 -24,-1.63752 -24,-16.80002 0,-6.53124 3.0176,-13.75249 7.955,-19.20001 h 32.0888 c 4.9387,5.44752 7.9563,12.66877 7.9563,19.20001 z m -32.0001,-35.19999 c 2.2088,0 4,-1.79124 4,-4.00002 0,-2.20875 -1.7912,-3.99999 -4,-3.99999 -2.2087,0 -3.9999,1.79124 -3.9999,3.99999 0,2.20878 1.7912,4.00002 3.9999,4.00002 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12500001" />
|
||||
<path
|
||||
id="path5761-9"
|
||||
d="m 453.61115,73.757113 0.84,-2.5214 v 0 l 6.0957,-18.28571 h -57.1427 a 11.428558,11.428558 0 0 0 -11.4286,11.42856 v 14.85712 a 1.1428558,1.1428558 0 0 0 1.1429,1.14287 h 2.2857 a 1.1428558,1.1428558 0 0 0 1.1428,-1.14287 v -14.85712 a 6.8571343,6.8571343 0 0 1 6.8572,-6.85711 h 3.8099 l 4.5714,13.71426 v 0 l 0.8643,2.59426 c -7.0442,5.67715 -11.5314,14.21856 -11.5314,23.77999 0,7.352827 2.6601,12.109977 7.0914,16.815687 a 8.1685614,8.1685614 0 0 0 5.9329,2.52429 h 37.9528 a 8.1542755,8.1542755 0 0 0 5.9214,-2.51429 c 4.4286,-4.70714 7.0986,-9.46286 7.1015,-16.817117 0,-9.47286 -4.3758,-18.12141 -11.5072,-23.86142 z m -41.5785,-16.23566 h 42.1714 l -4.5714,13.71426 h -33.0286 z m 5.45,18.28568 h 31.3857 c 3,2.41714 7.8114,6.01142 10.3571,13.71426 h -52.1942 c 2.5871,-7.71427 7.5457,-11.37283 10.4514,-13.71426 z m 37.2071,35.492797 a 3.5599955,3.5599955 0 0 1 -2.5943,1.07858 h -37.9528 a 3.5714241,3.5714241 0 0 1 -2.6043,-1.08858 c -4.2628,-4.52428 -5.8485,-8.23283 -5.8485,-13.679967 a 25.471396,25.471396 0 0 1 0.2712,-3.51716 h 54.3185 a 25.781397,25.781397 0 0 1 0.2672,3.5243 c 0,5.445697 -1.5886,9.154267 -5.8572,13.682827 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.14285697" />
|
||||
<path
|
||||
id="path5772-4"
|
||||
d="m 302.99025,93.949125 c -1.6562,0 -2.9999,1.34246 -2.9999,2.99995 0,1.65621 1.3437,2.99992 2.9999,2.99992 1.6562,0 3,-1.34371 3,-2.99992 0,-1.65749 -1.3438,-2.99995 -3,-2.99995 z m -20.9996,-16.99966 c 0,-1.65749 -1.3437,-2.99995 -2.9999,-2.99995 -1.6562,0 -3,1.34246 -3,2.99995 0,1.65621 1.3438,2.99992 3,2.99992 1.6562,0 2.9999,-1.34371 2.9999,-2.99992 z m 1,16.99966 c -1.6562,0 -2.9999,1.34246 -2.9999,2.99995 0,1.65621 1.3437,2.99992 2.9999,2.99992 1.6562,0 3,-1.34371 3,-2.99992 0,-1.65749 -1.3438,-2.99995 -3,-2.99995 z m 11.9998,-11.99978 c -1.6562,0 -3,1.34246 -3,2.99995 0,1.65621 1.3438,2.99995 3,2.99995 1.6562,0 2.9999,-1.34374 2.9999,-2.99995 0,-1.65749 -1.3437,-2.99995 -2.9999,-2.99995 z m 27.8145,2.97744 c -8.7461,-0.10616 -15.8085,-7.21111 -15.8085,-15.98218 -8.7711,0 -15.8747,-7.0611 -15.9822,-15.80595 -0.8275,-0.1262 -1.6612,-0.18865 -2.4912,-0.18865 -2.5849,0 -5.1474,0.60625 -7.4736,1.79122 l -8.64114,4.40243 a 16.527304,16.527304 0 0 0 -7.2236,7.22609 l -4.3874,8.60983 a 16.580302,16.580302 0 0 0 -1.6025,10.11857 l 1.51,9.53483 a 16.569053,16.569053 0 0 0 4.6449,9.119795 l 6.8461,6.84487 a 16.50418,16.50418 0 0 0 9.08864,4.63242 l 9.5886,1.51748 c 0.8574,0.13639 1.7199,0.20246 2.5799,0.20246 2.59,0 5.1562,-0.61001 7.4861,-1.79748 l 8.6411,-4.40241 a 16.527304,16.527304 0 0 0 7.2236,-7.22609 l 4.3874,-8.609845 c 1.57,-3.0787 2.1262,-6.57112 1.6138,-9.98733 z m -5.1774,8.16985 -4.3875,8.611085 c -1.2099,2.37496 -3.1037,4.26866 -5.4761,5.47739 l -8.6411,4.40244 c -1.7475,0.88995 -3.7087,1.36117 -5.6699,1.36117 -0.6512,0 -1.3087,-0.0512 -1.9537,-0.1538 l -9.5873,-1.51745 c -2.625,-0.41624 -5.0062,-1.62997 -6.8861,-3.50993 l -6.84614,-6.84487 c -1.8875,-1.886215 -3.105,-4.278665 -3.5225,-6.916135 l -1.5099,-9.53354 c -0.4188,-2.63997 0,-5.29489 1.2149,-7.6761 l 4.3874,-8.60983 c 1.21,-2.37496 3.1037,-4.26866 5.47624,-5.47739 l 8.6398,-4.40368 c 1.4162,-0.72123 2.975,-1.16624 4.5637,-1.30747 1.6437,7.89361 7.9798,14.11846 15.9059,15.60721 1.4887,7.92733 7.7136,14.26346 15.6085,15.90592 -0.1374,1.59123 -0.58,3.14243 -1.3162,4.58491 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12499759" />
|
||||
<path
|
||||
id="path5794-0"
|
||||
d="m 950.43795,52.950005 c -16.558,0 -31.0067,10.95333 -39.0523,20.33331 l -16.0613,-14.27832 c -2.2371,-1.84166 -5.5619,0.11165 -4.999,2.92669 l 4.4492,23.01832 -4.4508,23.020035 c -0.5613,2.81333 2.7602,4.76663 4.9922,2.93167 l 16.0615,-14.275035 c 8.0521,9.370005 22.5091,20.323325 39.0605,20.323325 25.2909,0 45.7931,-25.600005 45.7931,-31.999995 0,-6.39999 -20.5022,-32 -45.7931,-32 z m 0,58.666695 c -14.1407,0 -27.3755,-9.54502 -35.0452,-18.478335 l -3.3695,-3.92501 c -5.1646,4.24667 -2.0268,1.47999 -15.2467,13.601665 3.6029,-18.981675 3.1079,-16.395005 3.4059,-17.865015 -0.298,-1.46835 0.1985,1.12166 -3.4043,-17.86501 13.2464,12.14167 10.1004,9.36833 15.2467,13.60336 l 3.3695,-3.92503 c 7.6699,-8.93333 20.8964,-18.48001 35.0436,-18.48001 21.226,0 39.0904,21.08168 40.46,26.66669 -1.3696,5.58501 -19.234,26.666695 -40.46,26.666695 z m -3.6063,-41.725025 -1.8728,-1.885 a 1.3246526,1.333334 0 0 0 -1.8744,0 l -14.0214,14.11 a 1.3246526,1.333334 0 0 0 0,1.88499 l 1.8728,1.88499 a 1.3246526,1.333334 0 0 0 1.8727,0 l 14.0231,-14.10333 a 1.3246526,1.333334 0 0 0 0,-1.89165 z m 18.5451,2.66667 -1.8727,-1.88499 a 1.3246526,1.333334 0 0 0 -1.8744,0 l -24.6188,24.77666 a 1.3246526,1.333334 0 0 0 0,1.885 l 1.8729,1.88499 a 1.3246526,1.333334 0 0 0 1.8727,0 l 24.6203,-24.77001 a 1.3246526,1.333334 0 0 0 0,-1.89165 z m 6.0752,11.44835 a 1.3246526,1.333334 0 0 0 -1.8745,0 l -14.0214,14.11 a 1.3246526,1.333334 0 0 0 0,1.884995 l 1.8726,1.88499 a 1.3246526,1.333334 0 0 0 1.873,0 l 14.0228,-14.103335 a 1.3246526,1.333334 0 0 0 0,-1.88666 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.16612327" />
|
||||
<path
|
||||
id="path5805-7"
|
||||
d="m 689.11825,94.950015 c -1.1,0 -2,0.9 -2,1.99998 0,1.1 0.9,1.99999 2,1.99999 1.0999,0 2,-0.89999 2,-1.99999 0,-1.09998 -0.9001,-1.99998 -2,-1.99998 z m -4.0001,-31.00001 c -1.0999,0 -1.9999,0.9 -1.9999,2.00002 0,1.1 0.9,1.99999 1.9999,1.99999 1.1001,0 2.0001,-0.89999 2.0001,-1.99999 0,-1.10002 -0.9,-2.00002 -2.0001,-2.00002 z m 4.0001,23.00001 c -1.1,0 -2,0.9 -2,1.99999 0,1.1 0.9,1.99998 2,1.99998 1.0999,0 2,-0.89998 2,-1.99998 0,-1.09999 -0.9001,-1.99999 -2,-1.99999 z m 0,-7.99999 c -1.1,0 -2,0.9 -2,1.99998 0,1.1 0.9,2.00003 2,2.00003 1.0999,0 2,-0.90003 2,-2.00003 0,-1.09998 -0.9001,-1.99998 -2,-1.99998 z m 4,-15.00002 c -1.1,0 -2,0.9 -2,2.00002 0,1.1 0.9,1.99999 2,1.99999 1.1,0 2,-0.89999 2,-1.99999 0,-1.10002 -0.9,-2.00002 -2,-2.00002 z m 24,19.00003 c 0,-5.51253 -4.4875,-10.00002 -10,-10.00002 h -4.95 c 1.2874,-2.88749 1.575,-6.17501 0.725,-9.44999 -1.2375,-4.84999 -5.175,-8.79998 -10,-10.06251 -1.25,-0.32487 -2.5125,-0.48751 -3.775,-0.48751 -3.8125,0 -7.3875,1.48752 -10.075,4.17501 -2.6875,2.6875 -4.175,6.26249 -4.175,10.07501 0,1.99999 0.425,3.96249 1.225,5.74999 h -4.9751 c -5.5124,0 -9.9999,4.48749 -9.9999,10.00002 0,5.51246 4.4875,9.99998 9.9999,9.99998 h 3.4877 l -7.2501,7.700005 c -3.475,4.27498 -2.825,10.5875 1.4499,14.06247 1.7876,1.4375 4.0252,2.23751 6.3126,2.23751 3.025,0 5.8625,-1.35001 7.7626,-3.7 l 6.2374,-6.44997 6.2375,6.44997 c 1.9,2.34999 4.7375,3.7 7.7625,3.7 2.2875,0 4.5249,-0.80001 6.2999,-2.23751 4.2751,-3.47497 4.925,-9.78749 1.4501,-14.06247 l -7.25,-7.700005 h 3.5 c 5.5125,0 10,-4.48752 10,-9.99998 z m -17.925,10.88749 8.575,9.324985 c 2.0875,2.57501 1.7,6.35 -0.875,8.43751 -1.1126,0.89999 -2.45,1.34997 -3.775,1.34997 -1.75,0 -3.475,-0.76249 -4.6625,-2.21247 l -6.2375,-6.45 c -0.8,-0.98751 -1.95,-1.47501 -3.1,-1.47501 -1.15,0 -2.2999,0.4875 -3.1,1.47501 l -6.2375,6.45 c -1.1875,1.46249 -2.9124,2.21247 -4.6625,2.21247 -1.325,0 -2.6625,-0.43747 -3.775,-1.34997 -2.575,-2.08751 -2.9625,-5.8625 -0.875,-8.43751 l 8.575,-9.324985 c 1.5875,-1.9625 0.1999,-4.88752 -2.325,-4.88752 h -5.6001 c -3.3125,0 -5.9999,-2.68749 -5.9999,-5.99997 0,-3.31251 2.6874,-6.00001 5.9999,-6.00001 h 10.2001 c 1.1625,0 1.775,-1.4375 0.9125,-2.21252 -2.0626,-1.86248 -3.3625,-4.53748 -3.3625,-7.53748 0,-5.6625 4.5875,-10.25001 10.25,-10.25001 0.9,0 1.825,0.11255 2.7625,0.3625 3.45,0.9 6.2625,3.725 7.1375,7.18748 1.0374,4.06251 -0.3375,7.83754 -3,10.23751 -0.8625,0.78752 -0.2748,2.22502 0.9,2.22502 h 10.2 c 3.3124,0 6,2.6875 6,5.99997 0,3.31251 -2.6876,6 -6,6 h -5.5876 c -2.5249,-0.0134 -3.9249,2.91253 -2.3374,4.87503 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12499995" />
|
||||
<path
|
||||
id="path5627-3-2"
|
||||
d="m 274.99045,400.94979 c -2.2188,0 -4.00004,-1.78128 -4.00004,-4 0,-3.87501 4.00004,-2.87501 4.00004,-8.00002 1.5,0 4,3.68752 4,7 0,3.31251 -1.7813,5.00002 -4,5.00002 z m 16,0 c -2.2187,0 -4,-1.78128 -4,-4 0,-3.87501 4,-2.87501 4,-8.00002 1.5,0 4,3.68752 4,7 0,3.31251 -1.7813,5.00002 -4,5.00002 z m 16,0 c -2.2188,0 -4,-1.78128 -4,-4 0,-3.87501 4,-2.87501 4,-8.00002 1.5,0 4,3.68752 4,7 0,3.31251 -1.7812,5.00002 -4,5.00002 z m 6,20.00001 h -4 v -18.00003 h -4 v 18.00003 h -12 v -18.00003 h -4 v 18.00003 h -12 v -18.00003 h -4 v 18.00003 h -4.00004 c -3.3125,0 -6,2.68748 -6,5.99998 v 26 h 56.00004 v -26 c 0,-3.3125 -2.6875,-5.99998 -6,-5.99998 z m 2,27.99998 h -48.00004 v -9.00536 c 2.0277,-1.18488 2.991,-2.99463 5.3437,-2.99463 3.49394,0 3.90674,4 9.34384,4 5.3554,0 5.9021,-4 9.3125,-4 3.5185,0 3.9001,4 9.3437,4 5.4197,0 5.8459,-4 9.3438,-4 2.311,0 3.2806,1.80938 5.3125,2.99437 z m 0,-14.04675 c -1.2032,-0.98425 -2.6521,-1.95324 -5.3125,-1.95324 -5.4288,0 -5.8531,4 -9.3438,4 -3.4618,0 -3.9317,-4 -9.3437,-4 -5.3553,0 -5.9022,4 -9.3125,4 -3.5185,0 -3.9003,-4 -9.34384,-4 -2.6828,0 -4.1376,0.97177 -5.3437,1.95723 v -7.95724 c 0,-1.10273 0.8972,-1.99998 2,-1.99998 h 44.00004 c 1.1028,0 2,0.89725 2,1.99998 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12499999" />
|
||||
<path
|
||||
id="path5640-5-1"
|
||||
d="m 432.54695,438.94978 c -1.6576,0 -3,1.34249 -3,3 0,1.65624 1.3424,3.00001 3,3.00001 1.6575,0 3,-1.34377 3,-3.00001 0,-1.65751 -1.3425,-3 -3,-3 z m 16.7812,-6.99625 11.2188,-43.00376 h -58 c -3.3088,0 -6,2.69126 -6,6.00006 v 19.99996 c 0,3.30875 2.6912,5.99999 6,5.99999 h 12.7825 l 0.9412,10.82 c -4.5087,1.72752 -7.7237,6.06375 -7.7237,11.17999 v 6.00001 c 0,2.20872 1.7912,4 4,4 h 40 c 2.2087,0 3.9999,-1.79128 3.9999,-4 v -6.00001 c 0,-4.92498 -2.9737,-9.14752 -7.2187,-10.99624 z m -46.7812,-15.00375 c -1.1013,0 -2,-0.89625 -2,-1.99999 v -19.99996 c 0,-1.10376 0.8987,-2.00001 2,-2.00001 h 10.3475 l 2.0875,23.99996 z m 52.8224,-23.99996 -2.0874,7.99997 h -19.735 c -0.5526,0 -1,0.44749 -1,1.00002 v 1.99998 c 0,0.55253 0.4474,1 1,1 h 18.6924 l -2.0874,7.99999 h -16.605 c -0.5526,0 -1,0.44752 -1,0.99999 v 2.00002 c 0,0.55252 0.4474,0.99999 1,0.99999 h 15.5612 l -3.6525,14 h -25.2412 l -3.305,-37.99996 z m -2.8224,55.99996 h -40 v -6.00001 c 0,-4.41124 3.5887,-7.99999 8,-7.99999 h 23.9999 c 4.4113,0 8.0001,3.58875 8.0001,7.99999 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.1249999" />
|
||||
<path
|
||||
id="path5651-5-5"
|
||||
d="m 702.89505,408.94978 h -17.5341 c -0.6888,0 -1.2524,-0.67498 -1.2524,-1.5 v -0.99999 c 0,-0.825 0.5636,-1.5 1.2524,-1.5 h 17.5341 c 0.6889,0 1.2525,0.675 1.2525,1.5 v 0.99999 c 0,0.82502 -0.5636,1.5 -1.2525,1.5 z m 1.2525,6.5 v -1 c 0,-0.82502 -0.5636,-1.49997 -1.2525,-1.49997 h -17.5341 c -0.6888,0 -1.2524,0.67495 -1.2524,1.49997 v 1 c 0,0.82499 0.5636,1.5 1.2524,1.5 h 17.5341 c 0.6889,0 1.2525,-0.67501 1.2525,-1.5 z m 6.7527,33.49998 h 0.3444 c 0.6889,0 1.2525,0.675 1.2525,1.5 v 0.99999 c 0,0.82503 -0.5636,1.50003 -1.2525,1.50003 h -37.1557 c -4.6132,0 -8.3496,-4.475 -8.3496,-10.00001 V 398.9498 c 0,-5.52503 3.7364,-10.00003 8.3496,-10.00003 h 35.9033 c 1.3881,0 2.5049,1.33752 2.5049,3.00003 v 45.99998 c 0,1.25 -0.6471,2.32498 -1.5552,2.77498 -0.3757,2.01253 -0.4592,5.7 -0.042,8.225 z m -31.8015,-11.99997 h 30.0585 v -44 h -30.0585 z m -10.0195,1.99996 c 1.3985,-1.24997 3.1311,-1.99996 5.0097,-1.99996 h 1.6699 v -44 h -1.6699 c -2.7658,0 -5.0097,2.68751 -5.0097,6.00001 z m 38.8569,10.00001 c -0.3237,-2.55 -0.3027,-5.64997 0,-8 h -33.8472 c -6.6797,0 -6.6797,8 0,8 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.11422013" />
|
||||
<path
|
||||
id="path5662-5-0"
|
||||
d="m 963.24615,392.94974 a 11.896253,11.896253 0 0 0 -7.2163,2.46753 c -2.9175,-3.90501 -7.5338,-6.4675 -12.7838,-6.4675 -5.25,0 -9.8662,2.56249 -12.7837,6.4675 a 11.945003,11.945003 0 0 0 -19.2163,9.53249 c 0,5.2175 8.0001,28.00003 8.0001,28.00003 v 16.00002 a 4.0000013,4.0000013 0 0 0 4,3.99997 h 40 a 4.0000013,4.0000013 0 0 0 4,-3.99997 v -16.00002 c 0,0 8,-22.78253 8,-28.00003 a 12.000003,12.000003 0 0 0 -12,-12.00002 z m -38.0001,54.00006 v -10.00001 h 36.0001 v 10.00001 z m 36.3426,-16.00002 h -3.6938 l 1.3513,-16.84377 a 1.0000003,1.0000003 0 0 0 -0.9162,-1.07622 l -2,-0.16007 h -0.081 a 1.0000003,1.0000003 0 0 0 -1,0.92122 l -1.375,17.16252 h -8.7101 v -17.00374 a 1.0000003,1.0000003 0 0 0 -1,-0.99999 h -2 a 1.0000003,1.0000003 0 0 0 -1.0001,0.99999 v 16.99998 h -8.5523 l -1.3751,-17.16246 a 1.0000003,1.0000003 0 0 0 -1.0001,-0.92128 h -0.081 l -1.9999,0.16007 a 1.0000003,1.0000003 0 0 0 -0.9163,1.07625 l 1.3588,16.8475 h -3.6938 c -3.6574,-10.40249 -7.5999,-23.33252 -7.6574,-26.00002 a 5.9462517,5.9462517 0 0 1 9.59,-4.74999 l 4.815,3.6525 3.6174,-4.84124 c 1.9275,-2.58125 4.835,-4.06125 7.9775,-4.06125 3.1425,0 6.05,1.48 7.9775,4.05876 l 3.6176,4.84124 4.815,-3.65001 a 5.9462517,5.9462517 0 0 1 9.59,4.74001 c -0.058,2.67748 -4,15.60751 -7.6575,26.01 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12500003" />
|
||||
<path
|
||||
id="path5673-3-8"
|
||||
d="m 585.73235,301.64985 c -1.6875,-1.42499 -3.825,-2.2 -6.025,-2.2 -2.7375,0 -5.3125,1.18748 -7.1125,3.26249 l -2.55,-11.12502 c -1.9625,-8.62499 -9.45,-14.63748 -18.2,-14.63748 -1.4125,0 -2.8375,0.16241 -4.225,0.4875 -10.05,2.33751 -16.3375,12.50002 -14.025,22.63751 l 5.575,24.375 c 0.05,0.23743 0.1375,0.46249 0.2,0.70001 -1.175,0.38748 -2.25,1.47497 -2.25,2.79998 v 10 c 0,1.66251 1.3375,3.00001 2.975,3.00001 h 37.8875 c 1.6375,0 3.15,-1.3375 3.15,-3.00001 v -10 c 0,-1.425 -1.175,-2.55001 -2.4875,-2.86248 l 8.3,-10.05003 c 3.325,-4.02499 2.775,-10.02498 -1.2125,-13.38748 z m -8.6125,35.3 h -36 v -8.00002 h 36 z m 6.775,-24.475 -10.3125,12.47501 h -30.1 c -0.15,-0.46252 -0.3375,-0.92501 -0.45,-1.41253 l -5.575,-24.37499 c -1.825,-7.98748 3.125,-15.98751 11.05,-17.83751 1.1,-0.25012 2.2125,-0.38748 3.325,-0.38748 6.9,0 12.8,4.7375 14.35,11.53751 l 3.4375,15.04998 0.9,3.92501 2.5625,-3.1 2.425,-2.9375 c 1.0375,-1.26252 2.5625,-1.97499 4.1875,-1.97499 1.275,0 2.5,0.44998 3.4875,1.27498 2.325,1.94998 2.6375,5.42501 0.7125,7.76251 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12499999" />
|
||||
<path
|
||||
id="path5684-1-6"
|
||||
d="m 592.11825,412.94978 h -14.1712 l 13.3413,-13.34122 c 3.0137,-3.01376 2.1887,-8.09379 -1.6226,-10.00003 a 6.2446252,6.2446252 0 0 0 -2.7912,-0.65876 c -1.3275,0 -2.645,0.42251 -3.7475,1.24875 l -30.335,22.75126 h -22.6738 c -0.5525,0 -1,0.44749 -1,1.00002 v 2.00001 c 0,0.55248 0.4475,0.99997 1,0.99997 h 3 v 4.00002 c 0,10.17749 6.345,18.85376 15.2863,22.34375 -1.595,2.09748 -2.7125,4.57874 -3.1151,7.30498 -0.1812,1.22878 0.7476,2.35125 1.9901,2.35125 h 27.6775 c 1.2425,0 2.1712,-1.12125 1.99,-2.35125 -0.4013,-2.72624 -1.5188,-5.20874 -3.115,-7.30498 8.9412,-3.48999 15.2862,-12.16626 15.2862,-22.34375 v -4.00002 h 3 c 0.5525,0 1,-0.44749 1,-0.99997 v -2.00001 c 0,-0.55253 -0.4475,-1.00002 -1,-1.00002 z m -6.5925,-19.55125 c 2.1975,-1.64751 4.9013,1.41375 2.9338,3.38127 l -16.1688,16.16998 h -12.8325 z m -0.4075,27.55127 c 0,8.28874 -5.0012,15.59624 -12.74,18.61749 l -4.9387,1.92749 3.21,4.22 c 0.76,1.00001 1.3587,2.09375 1.7737,3.235 h -22.6087 c 0.415,-1.14125 1.0125,-2.23499 1.7737,-3.235 l 3.21,-4.22 -4.9387,-1.92749 c -7.74,-3.02125 -12.7413,-10.32875 -12.7413,-18.61749 v -4.00002 h 48 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12499999" />
|
||||
<path
|
||||
id="path5695-7-5"
|
||||
d="m 178.00531,276.94983 h -40 a 8.0000001,8.0000001 0 0 0 -8,7.99999 v 52.00003 a 4.0000002,4.0000002 0 0 0 4,4 h 48 a 4.0000002,4.0000002 0 0 0 4,-4 v -52.00003 a 8.0000001,8.0000001 0 0 0 -8,-7.99999 z m 4,60.00002 h -48 v -40.00001 h 48 z m 0,-44 h -48 v -8.00003 a 4.0000002,4.0000002 0 0 1 4,-3.99998 h 40 a 4.0000002,4.0000002 0 0 1 4,3.99998 z m -6,-8.00003 a 2.0000001,2.0000001 0 1 0 2,2 2.0000001,2.0000001 0 0 0 -2,-2 z m -8,0 a 2.0000001,2.0000001 0 1 0 2,2 2.0000001,2.0000001 0 0 0 -2,-2 z m -20,0 a 2.0000001,2.0000001 0 1 0 2,2 2.0000001,2.0000001 0 0 0 -2,-2 z m -8,0 a 2.0000001,2.0000001 0 1 0 2,2 2.0000001,2.0000001 0 0 0 -2,-2 z m 0,48.00003 h 36 a 2.0000001,2.0000001 0 0 0 2,-2.00001 v -27.99999 a 2.0000001,2.0000001 0 0 0 -2,-2 h -36 a 2.0000001,2.0000001 0 0 0 -2,2 v 27.99999 a 2.0000001,2.0000001 0 0 0 2,2.00001 z m 2,-28 h 32 v 23.99998 h -32 z m 26,3.99999 h -20 a 2.0000055,2.0000055 0 0 0 0,4.00001 h 20 a 2.0000055,2.0000055 0 0 0 0,-4.00001 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.125" />
|
||||
<path
|
||||
id="path5706-9-5"
|
||||
d="m 983.32765,304.32153 c -6.3184,-16.42668 -22.26,-27.37169 -40.0816,-27.37169 -17.8216,0 -33.765,10.94501 -40.0783,27.37169 -7.0884,0.27334 -7.9217,6.23499 -7.9217,7.65166 a 7.6816659,7.6816659 0 0 0 7.7032,7.64333 c 0.4535,0 0.7951,-0.0999 1.2201,-0.12668 l 5.41,16.22001 a 7.6666659,7.6666659 0 0 0 7.2717,5.24 h 52.79 a 7.6666659,7.6666659 0 0 0 7.2716,-5.24164 l 5.405,-16.21837 c 0.4234,0.0284 0.7667,0.12668 1.22,0.12668 a 7.6816659,7.6816659 0 0 0 7.7083,-7.64333 c 0,-1.46168 -0.8583,-7.35667 -7.9183,-7.65166 z m -11.4733,29.69666 a 2.3333332,2.3333332 0 0 1 -2.2133,1.59832 h -52.7917 a 2.3333332,2.3333332 0 0 1 -2.2134,-1.59666 l -5.2099,-15.63166 a 21.178333,21.178333 0 0 0 4.8665,-2.78166 c 1.5152,-1.12332 2.1001,-1.57168 4.2351,0.0108 2.0201,1.5 5.4117,4.00001 11.3233,4.00001 5.9118,0 9.3067,-2.51001 11.3334,-4.01334 1.5117,-1.11834 2.085,-1.56667 4.2017,0.008 2.025,1.5 5.41,4 11.3216,4 5.9117,0 9.3017,-2.51001 11.3233,-4.01001 1.8134,-1.34498 2.3534,-1.36667 4.1867,0 a 21.151665,21.151665 0 0 0 4.8466,2.78169 l -5.2099,15.63333 z m 11.6867,-19.73502 c -4.1568,0 -6.365,-1.63998 -8.1517,-2.96832 -4.9517,-3.66666 -8.3434,-1.615 -10.5367,0.0108 -1.7733,1.31832 -3.9833,2.95833 -8.145,2.95833 -4.1616,0 -6.3699,-1.64001 -8.1566,-2.9617 -5.3033,-3.94664 -8.9167,-1.2083 -10.55,0 -1.7766,1.32169 -3.9851,2.9617 -8.1518,2.9617 -4.1666,0 -6.375,-1.64001 -8.1666,-2.9617 -1.1299,-0.8333 -4.9517,-4.16664 -10.5783,0 -1.7801,1.31668 -4,2.9567 -8.1666,2.9567 a 2.31167,2.31167 0 1 1 0,-4.62334 c 0.8982,0 1.8466,0.0801 4.4583,-1.36166 8.8882,-25.65333 33.1366,-26.01 35.85,-26.01 2.6667,0 26.9534,0.33333 35.8333,25.99997 2.6249,1.48501 3.4283,1.38502 4.4633,1.38502 a 2.3116666,2.3116666 0 1 1 0,4.62332 z m -55.1017,-23.71832 a 2.6783329,2.6783329 0 0 0 -3.5783,1.19333 l -2.6668,5.33334 a 2.6666664,2.6666664 0 0 0 1.1934,3.57832 c 1.5901,0.78336 3.0601,-0.16676 3.5782,-1.19331 l 2.6668,-5.33333 a 2.6666664,2.6666664 0 0 0 -1.1933,-3.57835 z m 33.19,1.19168 a 2.6672561,2.6672561 0 1 0 -4.7716,2.38499 l 2.6666,5.33333 c 0.5167,1.02834 1.9884,1.97668 3.5783,1.19334 a 2.6666664,2.6666664 0 0 0 1.1933,-3.57835 z m -18.3833,-1.47333 a 2.6666664,2.6666664 0 0 0 -2.6667,2.66667 v 5.3333 a 2.6667,2.6667 0 1 0 5.3334,0 v -5.3333 a 2.6666664,2.6666664 0 0 0 -2.6667,-2.66667 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.16666667" />
|
||||
<path
|
||||
id="path5717-1-3"
|
||||
d="m 165.94271,407.93759 a 1.0149924,1.0149924 0 0 0 1,0.97499 h 1.9999 a 0.99249264,0.99249264 0 0 0 1.0001,-1.02497 c -0.2627,-5.26248 -2.4125,-9.16246 -5.1999,-11.93744 -2.3001,-2.33746 -2.6376,-4.77496 -2.7376,-6.11246 a 0.98374271,0.98374271 0 0 0 -1,-0.88749 l -2,0.0119 a 0.99999255,0.99999255 0 0 0 -0.9874,1.08749 13.182401,13.182401 0 0 0 3.9,8.71244 c 2.1624,2.14997 3.7999,5.08743 4.0249,9.1749 z m -13.9374,0 a 1.0149924,1.0149924 0 0 0 1,0.97499 h 2 a 0.99249264,0.99249264 0 0 0 1,-1.02497 c -0.2625,-5.26248 -2.4125,-9.16246 -5.2,-11.93744 -2.2875,-2.33746 -2.6249,-4.77496 -2.7249,-6.11246 a 0.98749265,0.98749265 0 0 0 -1.0125,-0.88749 l -2,0.0119 a 0.99999255,0.99999255 0 0 0 -0.9875,1.08749 c 0.125,1.86245 0.65,5.44994 3.9,8.71244 2.1612,2.14997 3.7987,5.08743 4.0249,9.1749 z m 33.9998,5.01246 h -55.9996 a 3.99997,3.99997 0 0 0 -4,3.99997 c 0,11.8374 6.4449,22.14485 15.9999,27.68105 v 4.31874 a 3.99997,3.99997 0 0 0 3.9999,3.99997 h 23.9998 a 3.99997,3.99997 0 0 0 4.0001,-3.99997 v -4.31874 c 9.5548,-5.5362 15.9998,-15.84365 15.9998,-27.68105 a 3.99997,3.99997 0 0 0 -3.9999,-3.99997 z m -16,29.3748 v 6.62496 h -23.9998 v -6.62496 c -16.5423,-9.58368 -15.9998,-23.22234 -15.9998,-25.37483 h 55.9996 c 0,2.18249 0.4212,15.86113 -16,25.37483 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12499909" />
|
||||
<path
|
||||
id="path5728-1-8"
|
||||
d="m 428.54695,276.94984 c -17.6725,0 -32,14.32752 -32,32.00002 0,17.67248 14.3275,31.99999 32,31.99999 17.6725,0 32,-14.32751 32,-31.99999 0,-17.6725 -14.3275,-32.00002 -32,-32.00002 z m 0,60.00001 c -15.4388,0 -28,-12.56125 -28,-27.99999 0,-15.43877 12.5612,-28.00002 28,-28.00002 15.4387,0 28,12.56125 28,28.00002 0,15.43874 -12.5613,27.99999 -28,27.99999 z m 19.7987,-27.99999 3.535,-3.53503 c 0.39,-0.39 0.39,-1.02374 0,-1.41373 l -1.4137,-1.41376 c -0.39,-0.38999 -1.0238,-0.38999 -1.4138,0 l -3.535,3.535 -5.6575,-5.65624 2.8288,-2.82875 2.1212,2.12124 c 0.39,0.38999 1.0238,0.38999 1.4138,0 l 1.4137,-1.41373 c 0.39,-0.39002 0.39,-1.02376 0,-1.41376 l -2.1212,-2.12127 0.7075,-0.70748 c 0.39,-0.38999 0.39,-1.02376 0,-1.41376 l -1.4138,-1.41376 c -0.39,-0.38999 -1.0237,-0.38999 -1.4137,0 l -0.7075,0.70752 -2.1213,-2.12124 c -0.39,-0.39 -1.0237,-0.39 -1.4137,0 l -1.4137,1.41372 c -0.3901,0.39 -0.3901,1.02377 0,1.41376 l 2.1211,2.12124 -2.8287,2.82875 -5.6575,-5.65623 3.5363,-3.535 c 0.39,-0.39 0.39,-1.02373 0,-1.41376 l -1.415,-1.41875 c -0.39,-0.39 -1.0238,-0.39 -1.4138,0 l -3.5362,3.53626 -3.5363,-3.53626 c -0.39,-0.39 -1.0237,-0.39 -1.4137,0 l -1.4138,1.41376 c -0.39,0.38999 -0.39,1.02373 0,1.41376 l 3.5363,3.535 -5.6563,5.65623 -2.8287,-2.82875 2.1212,-2.12124 c 0.39,-0.38999 0.39,-1.02376 0,-1.41376 l -1.4137,-1.41375 c -0.39,-0.39 -1.0238,-0.39 -1.4138,0 l -2.1212,2.12127 -0.7076,-0.70752 c -0.39,-0.38999 -1.0237,-0.38999 -1.4137,0 l -1.4137,1.41376 c -0.39,0.39 -0.39,1.02374 0,1.41376 l 0.7075,0.70748 -2.1213,2.12124 c -0.39,0.39003 -0.39,1.02377 0,1.41376 l 1.4138,1.41376 c 0.39,0.39 1.0237,0.39 1.4137,0 l 2.1213,-2.12127 2.8287,2.82878 -5.6562,5.65624 -3.5363,-3.535 c -0.39,-0.38999 -1.0237,-0.38999 -1.4137,0 l -1.4175,1.41749 c -0.39,0.39002 -0.39,1.02376 0,1.41376 l 3.5362,3.53626 -3.5362,3.53623 c -0.39,0.39002 -0.39,1.02376 0,1.41376 l 1.4137,1.41376 c 0.39,0.38999 1.0238,0.38999 1.4137,0 l 3.5363,-3.535 5.6563,5.65623 -2.8288,2.82874 -2.1212,-2.12121 c -0.39,-0.39 -1.0238,-0.39 -1.4138,0 l -1.4137,1.41372 c -0.39,0.38999 -0.39,1.02375 0,1.41375 l 2.1212,2.12124 -0.7075,0.70752 c -0.39,0.39 -0.39,1.02375 0,1.41375 l 1.4138,1.41372 c 0.39,0.39005 1.0237,0.39005 1.4137,0 l 0.7075,-0.70747 2.1212,2.12125 c 0.39,0.38999 1.0238,0.38999 1.4138,0 l 1.4138,-1.41378 c 0.39,-0.38999 0.39,-1.02372 0,-1.41372 l -2.1213,-2.12127 2.8287,-2.82871 5.6576,5.6575 -3.5363,3.53621 c -0.39,0.39 -0.39,1.02378 0,1.41378 l 1.4138,1.41372 c 0.39,0.39002 1.0237,0.39002 1.4137,0 l 3.5388,-3.53499 3.5362,3.53626 c 0.39,0.38999 1.0238,0.38999 1.4138,0 l 1.4137,-1.41378 c 0.39,-0.38999 0.39,-1.02372 0,-1.41372 l -3.5362,-3.53626 5.6575,-5.65751 2.8287,2.82877 -2.1212,2.12122 c -0.39,0.39002 -0.39,1.02378 0,1.41377 l 1.4137,1.41375 c 0.39,0.39002 1.0238,0.39002 1.4138,0 l 2.1212,-2.12122 0.7075,0.70747 c 0.39,0.39 1.0237,0.39 1.4137,0 l 1.4138,-1.41377 c 0.39,-0.38997 0.39,-1.02373 0,-1.4137 l -0.7075,-0.70752 2.1213,-2.12124 c 0.39,-0.39 0.39,-1.02378 0,-1.41375 l -1.4138,-1.41378 c -0.39,-0.38999 -1.0237,-0.38999 -1.4138,0 l -2.1212,2.12127 -2.8287,-2.82874 5.6562,-5.65627 3.5363,3.535 c 0.39,0.38999 1.0237,0.38999 1.4137,0 l 1.4138,-1.41373 c 0.39,-0.39003 0.39,-1.02377 0,-1.41376 z m -19.7987,-14.14252 5.6562,5.65627 -5.6562,5.6575 -5.6563,-5.65627 z m -14.1425,14.14252 5.6562,-5.6575 5.6575,5.6575 -5.6575,5.6575 z m 14.1425,14.14249 -5.6575,-5.65751 5.6575,-5.6575 5.6575,5.6575 z m 8.485,-8.48626 -5.6563,-5.65623 5.6575,-5.65627 5.6563,5.65627 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12499999" />
|
||||
<path
|
||||
id="path5739-8-9"
|
||||
d="m 818.70205,447.73728 1.7751,-20.60001 c -5.2626,-4.1375 -8.8,-9.62501 -8.8,-16.18747 0.013,-11.78751 11.0249,-22.00003 19.0124,-22.00003 2.7625,0 5,2.16252 5,4.81248 v 54.375 c 0,2.65001 -2.2375,4.81253 -5,4.81253 h -7 c -2.8499,0 -5.2249,-2.33754 -4.9875,-5.2125 z m -3.0125,-36.78748 c 0,6.37497 4.0251,10.68747 8.975,14.31247 l -1.9749,22.825 c -0.036,0.46249 0.4249,0.86251 0.9999,0.86251 h 7 c 0.5376,0 1,-0.37512 1,-0.81253 v -54.375 c 0,-0.43746 -0.4624,-0.81248 -1,-0.81248 -5.5749,0 -15,8.22499 -15,18.00003 z m -9.9125,-17.77503 c -0.4125,-2.43747 -2.6499,-4.225 -5.7625,-4.225 -1.4874,0 -3.0125,0.42503 -4.1625,1.40002 -1.0499,-0.88752 -2.5,-1.40002 -4.1625,-1.40002 -1.6625,0 -3.1125,0.5125 -4.1625,1.40002 -1.1499,-0.97499 -2.675,-1.40002 -4.1625,-1.40002 -3.15,0 -5.3499,1.81253 -5.7625,4.225 -0.2251,1.17499 -1.9124,10.57502 -1.9124,14.5125 0,6.36249 3.3374,11.45003 8.8749,13.8375 l -1.425,26.35001 c -0.1499,2.74997 2.0375,5.075 4.8,5.075 h 7.5 c 2.7501,0 4.95,-2.31254 4.8001,-5.075 l -1.4251,-26.35001 c 5.525,-2.38747 8.8751,-7.47501 8.8751,-13.8375 0,-3.93748 -1.6876,-13.33751 -1.9126,-14.5125 z m -11.05,25.77502 1.525,29.13748 c 0.024,0.46249 -0.3373,0.86251 -0.8125,0.86251 h -7.5 c -0.4625,0 -0.8374,-0.38761 -0.8125,-0.86251 l 1.525,-29.13748 c -5.3,-1.10001 -8.9624,-5.37504 -8.9624,-11.26252 0,-3.71247 1.8499,-13.82501 1.8499,-13.82501 0.1999,-1.23751 3.5375,-1.2125 3.6875,0.0241 v 15.3125 c 0.1127,1.43748 3.5251,1.46248 3.6876,0.0241 l 0.925,-15.3625 c 0.1998,-1.21248 3.4875,-1.21248 3.6874,0 l 0.9251,15.3625 c 0.1624,1.42502 3.575,1.40002 3.6875,-0.0241 v -15.30001 c 0.1499,-1.23751 3.4875,-1.26249 3.6874,-0.0241 0,0 1.85,10.11253 1.85,13.82504 0.013,5.84999 -3.625,10.14997 -8.95,11.24997 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12499996" />
|
||||
<path
|
||||
id="path5750-4-7"
|
||||
d="m 52.005309,404.94981 c 3.3137,0 6,-2.68629 6,-6.00003 0,-3.31375 -2.6863,-6.00001 -6,-6.00001 -3.3138,0 -6,2.68626 -6,6.00001 0,3.31374 2.6862,6.00003 6,6.00003 z m 0,-8.00002 c 1.1025,0 2,0.89747 2,1.99999 0,1.10252 -0.8975,1.99998 -2,1.99998 -1.1025,0 -2,-0.89746 -2,-1.99998 0,-1.10252 0.8975,-1.99999 2,-1.99999 z m 22,14.99997 v -1.99998 c 0,-0.55251 -0.4475,-1 -1,-1 h -54 c -0.5525,0 -1,0.44749 -1,1 v 1.99998 c 0,0.5525 0.4475,1.00002 1,1.00002 h 5.8412 c -4.2437,5.72251 -6.8412,12.70251 -6.8412,19.19999 0,4.88501 1.4775,8.83127 4,11.94128 v 6.85874 c 0,1.10501 0.895,1.99999 2,1.99999 1.105,0 2,-0.89498 2,-1.99999 v -3.16751 c 5.0825,3.50372 12.16,5.1675 20,5.1675 7.8387,0 14.9175,-1.66378 20,-5.16623 v 3.16624 c 0,1.10501 0.895,1.99999 2,1.99999 1.105,0 2,-0.89498 2,-1.99999 v -6.85874 c 2.5225,-3.11001 4,-7.05627 4,-11.94128 0,-6.49748 -2.5975,-13.47748 -6.8413,-19.19999 h 5.8413 c 0.5525,0 1,-0.44752 1,-1.00002 z m -4,20.20001 c 0,15.16251 -16.7837,16.80004 -24,16.80004 -7.2163,0 -24,-1.63753 -24,-16.80004 0,-6.53124 3.0175,-13.75248 7.955,-19.19999 h 32.0887 c 4.9388,5.44751 7.9563,12.66875 7.9563,19.19999 z m -32,-35.19998 c 2.2087,0 4,-1.79123 4,-4.00002 0,-2.20877 -1.7913,-4 -4,-4 -2.2087,0 -4,1.79123 -4,4 0,2.20879 1.7913,4.00002 4,4.00002 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12500001" />
|
||||
<path
|
||||
id="path5761-6-1"
|
||||
d="m 830.75385,297.75696 0.84,-2.5214 v 0 l 6.0957,-18.28571 h -57.1428 a 11.428558,11.428558 0 0 0 -11.4285,11.42856 v 14.85712 a 1.1428558,1.1428558 0 0 0 1.1428,1.14287 h 2.2858 a 1.1428558,1.1428558 0 0 0 1.1428,-1.14287 v -14.85712 a 6.8571343,6.8571343 0 0 1 6.8571,-6.85711 h 3.81 l 4.5714,13.71426 v 0 l 0.8643,2.59426 c -7.0442,5.67715 -11.5314,14.21856 -11.5314,23.78 0,7.35282 2.66,12.10998 7.0914,16.81567 a 8.1685614,8.1685614 0 0 0 5.9329,2.52429 h 37.9528 a 8.1542755,8.1542755 0 0 0 5.9214,-2.51429 c 4.4286,-4.70712 7.0986,-9.46284 7.1014,-16.8171 0,-9.47287 -4.3757,-18.12142 -11.5071,-23.86143 z m -41.5785,-16.23566 h 42.1714 l -4.5715,13.71426 h -33.0285 z m 5.45,18.28568 h 31.3857 c 3,2.41714 7.8114,6.01142 10.3571,13.71426 h -52.1942 c 2.5871,-7.71427 7.5457,-11.37283 10.4514,-13.71426 z m 37.2071,35.49281 a 3.5599955,3.5599955 0 0 1 -2.5943,1.07857 h -37.9528 a 3.5714241,3.5714241 0 0 1 -2.6043,-1.08858 c -4.2628,-4.52429 -5.8485,-8.23282 -5.8485,-13.67996 a 25.471396,25.471396 0 0 1 0.2712,-3.51716 h 54.3185 a 25.781397,25.781397 0 0 1 0.2671,3.52428 c 0,5.4457 -1.5885,9.15429 -5.8571,13.68285 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.14285697" />
|
||||
<path
|
||||
id="path5772-1-7"
|
||||
d="m 701.11805,317.94896 c -1.6562,0 -2.9999,1.34247 -2.9999,2.99995 0,1.65621 1.3437,2.99992 2.9999,2.99992 1.6562,0 3,-1.34371 3,-2.99992 0,-1.65748 -1.3438,-2.99995 -3,-2.99995 z m -20.9996,-16.99966 c 0,-1.65749 -1.3437,-2.99995 -2.9999,-2.99995 -1.6562,0 -3,1.34246 -3,2.99995 0,1.65621 1.3438,2.99992 3,2.99992 1.6562,0 2.9999,-1.34371 2.9999,-2.99992 z m 1,16.99966 c -1.6562,0 -2.9999,1.34247 -2.9999,2.99995 0,1.65621 1.3437,2.99992 2.9999,2.99992 1.6562,0 3,-1.34371 3,-2.99992 0,-1.65748 -1.3438,-2.99995 -3,-2.99995 z m 11.9998,-11.99978 c -1.6562,0 -3,1.34246 -3,2.99995 0,1.65621 1.3438,2.99995 3,2.99995 1.6562,0 2.9999,-1.34374 2.9999,-2.99995 0,-1.65749 -1.3437,-2.99995 -2.9999,-2.99995 z m 27.8144,2.97744 c -8.7461,-0.10616 -15.8084,-7.21111 -15.8084,-15.98218 -8.7711,0 -15.8747,-7.0611 -15.9822,-15.80595 -0.8275,-0.1262 -1.6612,-0.18865 -2.4912,-0.18865 -2.585,0 -5.1474,0.60625 -7.4736,1.79122 l -8.6411,4.40243 a 16.527304,16.527304 0 0 0 -7.2236,7.22609 l -4.3874,8.60983 a 16.580302,16.580302 0 0 0 -1.6025,10.11857 l 1.51,9.53482 a 16.569053,16.569053 0 0 0 4.6449,9.11979 l 6.8461,6.84488 a 16.50418,16.50418 0 0 0 9.0886,4.63243 l 9.5885,1.51749 c 0.8575,0.13639 1.72,0.20246 2.58,0.20246 2.59,0 5.1562,-0.61003 7.4861,-1.7975 l 8.6411,-4.40241 a 16.527304,16.527304 0 0 0 7.2236,-7.22608 l 4.3874,-8.60986 c 1.57,-3.07869 2.1262,-6.57111 1.6137,-9.98732 z m -5.1773,8.16985 -4.3875,8.61107 c -1.2099,2.37496 -3.1037,4.26866 -5.4761,5.47741 l -8.6411,4.40243 c -1.7475,0.88995 -3.7087,1.36117 -5.6699,1.36117 -0.6512,0 -1.3087,-0.0512 -1.9537,-0.1538 l -9.5873,-1.51744 c -2.625,-0.41624 -5.0062,-1.62999 -6.8861,-3.50993 l -6.8462,-6.84488 c -1.8874,-1.88622 -3.1049,-4.27866 -3.5224,-6.91613 l -1.51,-9.53354 c -0.4187,-2.63997 0,-5.29489 1.215,-7.6761 l 4.3874,-8.60983 c 1.21,-2.37496 3.1037,-4.26866 5.4762,-5.47739 l 8.6398,-4.40368 c 1.4162,-0.72123 2.9749,-1.16624 4.5637,-1.30747 1.6437,7.89361 7.9798,14.11846 15.9059,15.60721 1.4887,7.92733 7.7136,14.26346 15.6085,15.90592 -0.1374,1.59123 -0.58,3.14243 -1.3162,4.58491 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.1249976" />
|
||||
<path
|
||||
id="path5794-5-6"
|
||||
d="m 298.18245,276.94983 c -16.5581,0 -31.00684,10.95333 -39.05244,20.33332 l -16.0613,-14.27833 c -2.2371,-1.84166 -5.5619,0.11165 -4.999,2.92669 l 4.4492,23.01833 -4.4508,23.02002 c -0.5613,2.81334 2.7602,4.76666 4.9922,2.93169 l 16.0615,-14.27504 c 8.0521,9.37001 22.50914,20.32334 39.06064,20.32334 25.291,0 45.7932,-25.60002 45.7932,-32.00001 0,-6.39999 -20.5022,-32.00001 -45.7932,-32.00001 z m 0,58.6667 c -14.1407,0 -27.37564,-9.54502 -35.04534,-18.47833 l -3.3695,-3.92501 c -5.1646,4.24667 -2.0268,1.47999 -15.2467,13.60166 3.6029,-18.98167 3.1079,-16.395 3.4059,-17.86501 -0.298,-1.46835 0.1985,1.12166 -3.4043,-17.86501 13.2464,12.14167 10.1004,9.36833 15.2467,13.60335 l 3.3695,-3.92502 c 7.6699,-8.93333 20.89654,-18.48002 35.04374,-18.48002 21.2261,0 39.0905,21.08169 40.46,26.6667 -1.3695,5.58501 -19.2339,26.66669 -40.46,26.66669 z m -3.6063,-41.72502 -1.8728,-1.885 a 1.3246526,1.333334 0 0 0 -1.8744,0 l -14.0215,14.11 a 1.3246526,1.333334 0 0 0 0,1.88498 l 1.8728,1.885 a 1.3246526,1.333334 0 0 0 1.8727,0 l 14.0232,-14.10333 a 1.3246526,1.333334 0 0 0 0,-1.89165 z m 18.5451,2.66667 -1.8727,-1.88499 a 1.3246526,1.333334 0 0 0 -1.8743,0 l -24.6189,24.77667 a 1.3246526,1.333334 0 0 0 0,1.885 l 1.8729,1.88499 a 1.3246526,1.333334 0 0 0 1.8727,0 l 24.6203,-24.77002 a 1.3246526,1.333334 0 0 0 0,-1.89165 z m 6.0753,11.44835 a 1.3246526,1.333334 0 0 0 -1.8745,0 l -14.0214,14.11001 a 1.3246526,1.333334 0 0 0 0,1.88497 l 1.8726,1.885 a 1.3246526,1.333334 0 0 0 1.8729,0 l 14.0229,-14.10333 a 1.3246526,1.333334 0 0 0 0,-1.88666 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.16612327" />
|
||||
<path
|
||||
id="path5805-4-6"
|
||||
d="m 46.005409,318.94985 c -1.1001,0 -2.0001,0.9 -2.0001,1.99998 0,1.10001 0.9,1.99999 2.0001,1.99999 1.0999,0 1.9999,-0.89998 1.9999,-1.99999 0,-1.09998 -0.9,-1.99998 -1.9999,-1.99998 z m -4.0001,-31.00002 c -1.1,0 -1.9999,0.90001 -1.9999,2.00003 0,1.1 0.8999,1.99999 1.9999,1.99999 1.1001,0 2,-0.89999 2,-1.99999 0,-1.10002 -0.8999,-2.00003 -2,-2.00003 z m 4.0001,23.00002 c -1.1001,0 -2.0001,0.9 -2.0001,1.99999 0,1.1 0.9,1.99998 2.0001,1.99998 1.0999,0 1.9999,-0.89998 1.9999,-1.99998 0,-1.09999 -0.9,-1.99999 -1.9999,-1.99999 z m 0,-7.99999 c -1.1001,0 -2.0001,0.9 -2.0001,1.99998 0,1.1 0.9,2.00003 2.0001,2.00003 1.0999,0 1.9999,-0.90003 1.9999,-2.00003 0,-1.09998 -0.9,-1.99998 -1.9999,-1.99998 z m 4,-15.00003 c -1.1001,0 -2.0001,0.90001 -2.0001,2.00003 0,1.1 0.9,1.99999 2.0001,1.99999 1.1,0 2,-0.89999 2,-1.99999 0,-1.10002 -0.9,-2.00003 -2,-2.00003 z m 23.9999,19.00004 c 0,-5.51253 -4.4875,-10.00002 -9.9999,-10.00002 h -4.95 c 1.2874,-2.88749 1.5749,-6.17501 0.7249,-9.45 -1.2375,-4.84999 -5.175,-8.79998 -10,-10.06251 -1.2499,-0.32487 -2.5125,-0.48751 -3.7749,-0.48751 -3.8125,0 -7.3876,1.48752 -10.075,4.17501 -2.6876,2.6875 -4.175,6.26249 -4.175,10.07502 0,1.99999 0.4249,3.96249 1.225,5.74999 h -4.9751 c -5.5125,0 -10,4.48749 -10,10.00002 0,5.51246 4.4875,9.99998 10,9.99998 h 3.4876 l -7.25,7.7 c -3.475,4.27498 -2.8251,10.58751 1.4499,14.06247 1.7875,1.43751 4.0251,2.23753 6.3125,2.23753 3.025,0 5.8625,-1.35001 7.7626,-3.70002 l 6.2375,-6.44998 6.2375,6.44998 c 1.8999,2.35001 4.7374,3.70002 7.7624,3.70002 2.2876,0 4.525,-0.80002 6.3,-2.23753 4.2751,-3.47496 4.925,-9.78749 1.45,-14.06247 l -7.2499,-7.7 h 3.5 c 5.5124,0 9.9999,-4.48753 9.9999,-9.99998 z m -17.925,10.88748 8.575,9.32498 c 2.0875,2.575 1.7,6.35 -0.875,8.43751 -1.1125,0.90001 -2.45,1.34998 -3.775,1.34998 -1.7499,0 -3.475,-0.7625 -4.6624,-2.21247 l -6.2376,-6.45001 c -0.8,-0.98751 -1.95,-1.475 -3.0999,-1.475 -1.1501,0 -2.3,0.48749 -3.1001,1.475 l -6.2375,6.45001 c -1.1874,1.46248 -2.9124,2.21247 -4.6625,2.21247 -1.3249,0 -2.6624,-0.43746 -3.775,-1.34998 -2.575,-2.08751 -2.9625,-5.86248 -0.875,-8.43751 l 8.5751,-9.32498 c 1.5874,-1.96249 0.1999,-4.88751 -2.325,-4.88751 h -5.6001 c -3.3125,0 -6,-2.68749 -6,-5.99997 0,-3.31251 2.6875,-6.00001 6,-6.00001 h 10.2 c 1.1625,0 1.775,-1.4375 0.9126,-2.21252 -2.0626,-1.86248 -3.3625,-4.53748 -3.3625,-7.53748 0,-5.66251 4.5874,-10.25002 10.25,-10.25002 0.9,0 1.825,0.11255 2.7625,0.3625 3.4499,0.9 6.2624,3.725 7.1374,7.18748 1.0375,4.06252 -0.3374,7.83755 -3,10.23752 -0.8625,0.78752 -0.2748,2.22502 0.9,2.22502 h 10.2001 c 3.3124,0 5.9999,2.6875 5.9999,5.99997 0,3.31251 -2.6875,6 -5.9999,6 h -5.5876 c -2.5249,-0.0134 -3.925,2.91253 -2.3375,4.87502 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12499995" />
|
||||
<path
|
||||
id="path5627-7-8"
|
||||
d="m 1060.2309,176.94992 c -2.2187,0 -4,-1.78126 -4,-3.99999 0,-3.87501 4,-2.875 4,-8.00001 1.5,0 4,3.68753 4,7 0,3.3125 -1.7812,5 -4,5 z m 16,0 c -2.2187,0 -4,-1.78126 -4,-3.99999 0,-3.87501 4,-2.875 4,-8.00001 1.5,0 4,3.68753 4,7 0,3.3125 -1.7812,5 -4,5 z m 16,0 c -2.2187,0 -4,-1.78126 -4,-3.99999 0,-3.87501 4,-2.875 4,-8.00001 1.5,0 4,3.68753 4,7 0,3.3125 -1.7812,5 -4,5 z m 6,20.00002 h -4 v -18.00002 h -4 v 18.00002 h -12 v -18.00002 h -4 v 18.00002 h -12 v -18.00002 h -4 v 18.00002 h -4 c -3.3125,0 -6,2.68747 -6,5.99997 v 26.00001 h 56 v -26.00001 c 0,-3.3125 -2.6875,-5.99997 -6,-5.99997 z m 2,27.99999 h -48 v -9.00538 c 2.0278,-1.18486 2.991,-2.99462 5.3438,-2.99462 3.4939,0 3.9066,3.99998 9.3437,3.99998 5.3554,0 5.9022,-3.99998 9.3125,-3.99998 3.5185,0 3.9002,3.99998 9.3438,3.99998 5.4196,0 5.8459,-3.99998 9.3437,-3.99998 2.311,0 3.2806,1.80937 5.3125,2.99438 z m 0,-14.04676 c -1.2032,-0.98425 -2.6521,-1.95324 -5.3125,-1.95324 -5.4287,0 -5.8531,4 -9.3437,4 -3.4619,0 -3.9318,-4 -9.3438,-4 -5.3552,0 -5.9022,4 -9.3125,4 -3.5185,0 -3.9002,-4 -9.3437,-4 -2.6829,0 -4.1376,0.97177 -5.3438,1.95724 v -7.95726 c 0,-1.10272 0.8973,-1.99998 2,-1.99998 h 44 c 1.1028,0 2,0.89726 2,1.99998 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12499999" />
|
||||
<path
|
||||
id="path5640-9-7"
|
||||
d="m 1192.2309,214.94992 c -1.6575,0 -3,1.34249 -3,3 0,1.65624 1.3425,3 3,3 1.6575,0 3,-1.34376 3,-3 0,-1.65751 -1.3425,-3 -3,-3 z m 16.7812,-6.99624 11.2188,-43.00376 h -58 c -3.3087,0 -6,2.69127 -6,6.00004 v 19.99996 c 0,3.30877 2.6913,6 6,6 h 12.7825 l 0.9413,10.82001 c -4.5088,1.7275 -7.7238,6.06374 -7.7238,11.17999 v 6 c 0,2.20873 1.7913,4 4,4 h 40 c 2.2088,0 4,-1.79127 4,-4 v -6 c 0,-4.92499 -2.9737,-9.14752 -7.2188,-10.99624 z m -46.7812,-15.00376 c -1.1012,0 -2,-0.89625 -2,-2 v -19.99996 c 0,-1.10375 0.8988,-2 2,-2 h 10.3475 l 2.0875,23.99996 z m 52.8225,-23.99996 -2.0875,7.99996 h -19.735 c -0.5525,0 -1,0.44751 -1,1.00004 v 1.99996 c 0,0.55253 0.4475,1 1,1 h 18.6925 l -2.0875,8 h -16.605 c -0.5525,0 -1,0.44751 -1,1 v 2 c 0,0.55253 0.4475,1 1,1 h 15.5613 l -3.6525,14 h -25.2413 l -3.305,-37.99996 z m -2.8225,55.99996 h -40 v -6 c 0,-4.41125 3.5888,-8 8,-8 h 24 c 4.4113,0 8,3.58875 8,8 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.1249999" />
|
||||
<path
|
||||
id="path5651-8-3"
|
||||
d="m 1472.5493,184.94991 h -17.5341 c -0.6889,0 -1.2525,-0.67497 -1.2525,-1.49998 v -0.99999 c 0,-0.82501 0.5636,-1.50002 1.2525,-1.50002 h 17.5341 c 0.6889,0 1.2524,0.67501 1.2524,1.50002 v 0.99999 c 0,0.82501 -0.5635,1.49998 -1.2524,1.49998 z m 1.2524,6.5 v -0.99999 c 0,-0.82501 -0.5635,-1.49998 -1.2524,-1.49998 h -17.5341 c -0.6889,0 -1.2525,0.67497 -1.2525,1.49998 v 0.99999 c 0,0.82501 0.5636,1.50002 1.2525,1.50002 h 17.5341 c 0.6889,0 1.2524,-0.67501 1.2524,-1.50002 z m 6.7528,33.49998 h 0.3444 c 0.6889,0 1.2525,0.67501 1.2525,1.50002 v 0.99999 c 0,0.82501 -0.5636,1.50002 -1.2525,1.50002 h -37.1557 c -4.6132,0 -8.3496,-4.47501 -8.3496,-10 v -43.99997 c 0,-5.52502 3.7364,-10.00003 8.3496,-10.00003 h 35.9033 c 1.3881,0 2.5049,1.33751 2.5049,3.00004 v 45.99995 c 0,1.25 -0.6471,2.32499 -1.5552,2.775 -0.3757,2.01252 -0.4592,5.7 -0.042,8.22498 z m -31.8015,-11.99997 h 30.0585 v -43.99997 h -30.0585 z m -10.0196,1.99998 c 1.3986,-1.24997 3.1311,-1.99998 5.0098,-1.99998 h 1.6699 v -43.99997 h -1.6699 c -2.7658,0 -5.0098,2.68749 -5.0098,6 z m 38.857,9.99999 c -0.3237,-2.54999 -0.3027,-5.64997 0,-7.99998 h -33.8472 c -6.6797,0 -6.6797,7.99998 0,7.99998 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.11422013" />
|
||||
<path
|
||||
id="path5662-1-7"
|
||||
d="m 1739.3439,168.9499 a 11.896253,11.896253 0 0 0 -7.2163,2.46752 c -2.9175,-3.90501 -7.5337,-6.4675 -12.7837,-6.4675 -5.25,0 -9.8663,2.56249 -12.7838,6.4675 a 11.945003,11.945003 0 0 0 -19.2163,9.53248 c 0,5.21751 8.0001,28.00002 8.0001,28.00002 v 16.00002 a 4.0000013,4.0000013 0 0 0 3.9999,3.99998 h 40.0001 a 4.0000013,4.0000013 0 0 0 3.9999,-3.99998 v -16.00002 c 0,0 8.0001,-22.78251 8.0001,-28.00002 a 12.000003,12.000003 0 0 0 -12,-12 z m -38.0001,54.00004 v -10 h 36.0001 v 10 z m 36.3426,-16.00002 h -3.6938 l 1.3513,-16.84376 a 1.0000003,1.0000003 0 0 0 -0.9163,-1.07622 l -2,-0.16009 h -0.081 a 1.0000003,1.0000003 0 0 0 -1,0.92124 l -1.375,17.16252 h -8.71 v -17.00375 a 1.0000003,1.0000003 0 0 0 -1,-1 h -2 a 1.0000003,1.0000003 0 0 0 -1,1 v 16.99999 h -8.5525 l -1.375,-17.16248 a 1.0000003,1.0000003 0 0 0 -1,-0.92128 h -0.081 l -2,0.16009 a 1.0000003,1.0000003 0 0 0 -0.9162,1.07623 l 1.3587,16.84751 h -3.6937 c -3.6576,-10.40249 -7.6,-23.33251 -7.6575,-26.00002 a 5.9462517,5.9462517 0 0 1 9.5899,-4.74999 l 4.8151,3.65251 3.6175,-4.84124 c 1.9274,-2.58127 4.835,-4.06127 7.9775,-4.06127 3.1424,0 6.0499,1.48 7.9775,4.05876 l 3.6174,4.84125 4.8151,-3.65001 a 5.9462517,5.9462517 0 0 1 9.59,4.74001 c -0.058,2.67749 -4,15.60751 -7.6576,26.01 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12500003" />
|
||||
<path
|
||||
id="path5673-8-0"
|
||||
d="m 1212.8449,77.650015 c -1.6875,-1.42499 -3.825,-2.2 -6.025,-2.2 -2.7375,0 -5.3125,1.18748 -7.1125,3.26249 l -2.55,-11.12502 c -1.9625,-8.62499 -9.45,-14.63748 -18.2,-14.63748 -1.4125,0 -2.8375,0.16241 -4.225,0.4875 -10.05,2.33751 -16.3375,12.50002 -14.025,22.63751 l 5.575,24.375005 c 0.05,0.23744 0.1375,0.46249 0.2,0.7 -1.175,0.38749 -2.25,1.47499 -2.25,2.79999 V 113.95 c 0,1.66251 1.3375,3 2.975,3 h 37.8875 c 1.6375,0 3.15,-1.33749 3.15,-3 v -9.99999 c 0,-1.42499 -1.175,-2.55 -2.4875,-2.86248 l 8.3,-10.050035 c 3.325,-4.02499 2.775,-10.02498 -1.2125,-13.38748 z m -8.6125,35.300005 h -36 v -8.00001 h 36 z m 6.775,-24.475005 -10.3125,12.475015 h -30.1 c -0.15,-0.46253 -0.3375,-0.92502 -0.45,-1.412535 l -5.575,-24.37499 c -1.825,-7.98748 3.125,-15.98751 11.05,-17.83751 1.1,-0.25012 2.2125,-0.38748 3.325,-0.38748 6.9,0 12.8,4.7375 14.35,11.53751 l 3.4375,15.04998 0.9,3.92501 2.5625,-3.1 2.425,-2.9375 c 1.0375,-1.26252 2.5625,-1.97499 4.1875,-1.97499 1.275,0 2.5,0.44998 3.4875,1.27498 2.325,1.94998 2.6375,5.42501 0.7125,7.76251 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12499999" />
|
||||
<path
|
||||
id="path5684-6-6"
|
||||
d="m 1352.216,188.94993 h -14.1713 l 13.3413,-13.34124 c 3.0137,-3.01376 2.1887,-8.09377 -1.6225,-10.00002 a 6.2446252,6.2446252 0 0 0 -2.7912,-0.65875 c -1.3276,0 -2.6451,0.42252 -3.7476,1.24875 l -30.335,22.75126 h -22.6737 c -0.5525,0 -1,0.44749 -1,1.00001 v 2 c 0,0.55249 0.4475,0.99998 1,0.99998 h 3 v 4.00001 c 0,10.17749 6.345,18.85376 15.2862,22.34375 -1.595,2.0975 -2.7125,4.57875 -3.115,7.30499 -0.1812,1.22877 0.7475,2.35125 1.99,2.35125 h 27.6775 c 1.2425,0 2.1713,-1.12124 1.99,-2.35125 -0.4012,-2.72624 -1.5187,-5.20874 -3.1149,-7.30499 8.9412,-3.48999 15.2862,-12.16626 15.2862,-22.34375 v -4.00001 h 3 c 0.5525,0 1,-0.44749 1,-0.99998 v -2 c 0,-0.55252 -0.4475,-1.00001 -1,-1.00001 z m -6.5925,-19.55126 c 2.1975,-1.64749 4.9013,1.41375 2.9337,3.38127 l -16.1687,16.16999 h -12.8325 z m -0.4075,27.55126 c 0,8.28875 -5.0013,15.59624 -12.74,18.6175 l -4.9388,1.92749 3.21,4.21999 c 0.7601,1.00002 1.3588,2.09377 1.7738,3.23502 h -22.6088 c 0.415,-1.14125 1.0125,-2.235 1.7738,-3.23502 l 3.21,-4.21999 -4.9388,-1.92749 c -7.74,-3.02126 -12.7412,-10.32875 -12.7412,-18.6175 v -4.00001 h 48 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12499999" />
|
||||
<path
|
||||
id="path5695-2-6"
|
||||
d="m 1855.9152,52.950005 h -40 a 8.0000001,8.0000001 0 0 0 -8.0001,7.99999 v 52.000015 a 4.0000002,4.0000002 0 0 0 4,3.99999 h 48.0001 a 4.0000002,4.0000002 0 0 0 4,-3.99999 V 60.949995 a 8.0000001,8.0000001 0 0 0 -8,-7.99999 z m 4,60.000005 h -48.0001 V 72.950005 h 48.0001 z m 0,-43.999995 h -48.0001 v -8.00002 a 4.0000002,4.0000002 0 0 1 4.0001,-3.99998 h 40 a 4.0000002,4.0000002 0 0 1 4,3.99998 z m -6.0001,-8.00002 a 2.0000001,2.0000001 0 1 0 2.0001,2 2.0000001,2.0000001 0 0 0 -2.0001,-2 z m -7.9999,0 a 2.0000001,2.0000001 0 1 0 2,2 2.0000001,2.0000001 0 0 0 -2,-2 z m -20,0 a 2.0000001,2.0000001 0 1 0 1.9999,2 2.0000001,2.0000001 0 0 0 -1.9999,-2 z m -8,0 a 2.0000001,2.0000001 0 1 0 2,2 2.0000001,2.0000001 0 0 0 -2,-2 z m 0,48.000025 h 35.9999 a 2.0000001,2.0000001 0 0 0 2.0001,-2.00001 V 78.950015 a 2.0000001,2.0000001 0 0 0 -2.0001,-2 h -35.9999 a 2.0000001,2.0000001 0 0 0 -2,2 v 27.999995 a 2.0000001,2.0000001 0 0 0 2,2.00001 z m 2,-28.000005 h 31.9999 v 23.999995 h -31.9999 z m 26,3.99999 h -20 a 2.0000055,2.0000055 0 0 0 0,4.00001 h 20 a 2.0000055,2.0000055 0 0 0 0,-4.00001 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.125" />
|
||||
<path
|
||||
id="path5706-1-5"
|
||||
d="m 1631.4255,80.321695 c -6.3184,-16.42668 -22.26,-27.37169 -40.0816,-27.37169 -17.8217,0 -33.7651,10.94501 -40.0784,27.37169 -7.0883,0.27334 -7.9217,6.23499 -7.9217,7.65166 a 7.6816659,7.6816659 0 0 0 7.7034,7.64334 c 0.4534,0 0.795,-0.0999 1.22,-0.12669 l 5.41,16.220005 a 7.6666659,7.6666659 0 0 0 7.2717,5.23999 h 52.79 a 7.6666659,7.6666659 0 0 0 7.2716,-5.24164 l 5.405,-16.218355 c 0.4234,0.0284 0.7667,0.12669 1.22,0.12669 a 7.6816659,7.6816659 0 0 0 7.7083,-7.64334 c 0,-1.46168 -0.8583,-7.35667 -7.9183,-7.65166 z m -11.4733,29.696645 a 2.3333332,2.3333332 0 0 1 -2.2133,1.59832 h -52.7917 a 2.3333332,2.3333332 0 0 1 -2.2134,-1.59664 l -5.2099,-15.631665 a 21.178333,21.178333 0 0 0 4.8666,-2.78166 c 1.5151,-1.12332 2.1,-1.57168 4.235,0.0108 2.02,1.5 5.4117,4.00001 11.3234,4.00001 5.9117,0 9.3066,-2.51001 11.3333,-4.01334 1.5117,-1.11834 2.085,-1.56667 4.2017,0.008 2.025,1.5 5.41,3.99999 11.3216,3.99999 5.9117,0 9.3017,-2.51 11.3234,-4.01 1.8133,-1.34498 2.3533,-1.36667 4.1866,0 a 21.151665,21.151665 0 0 0 4.8466,2.78167 l -5.2099,15.633335 z m 11.6867,-19.735005 c -4.1567,0 -6.365,-1.63998 -8.1517,-2.96832 -4.9517,-3.66666 -8.3434,-1.615 -10.5367,0.0108 -1.7733,1.31832 -3.9833,2.95833 -8.145,2.95833 -4.1617,0 -6.3699,-1.64001 -8.1567,-2.9617 -5.3032,-3.94664 -8.9166,-1.2083 -10.5499,0 -1.7767,1.32169 -3.9851,2.9617 -8.1517,2.9617 -4.1666,0 -6.3751,-1.64001 -8.1666,-2.9617 -1.1301,-0.83331 -4.9517,-4.16665 -10.5784,0 -1.78,1.31668 -4,2.95669 -8.1666,2.95669 a 2.3116664,2.3116664 0 1 1 0,-4.62333 c 0.8982,0 1.8466,0.0801 4.4583,-1.36166 8.8883,-25.65333 33.1366,-26.01 35.85,-26.01 2.6667,0 26.9534,0.33333 35.8333,25.99997 2.6249,1.48501 3.4283,1.38501 4.4633,1.38501 a 2.3116666,2.3116666 0 1 1 0,4.62333 z m -55.1017,-23.71832 a 2.6783329,2.6783329 0 0 0 -3.5783,1.19333 l -2.6668,5.33334 a 2.6666664,2.6666664 0 0 0 1.1934,3.57832 c 1.5901,0.78336 3.06,-0.16676 3.5783,-1.19331 l 2.6667,-5.33333 a 2.6666664,2.6666664 0 0 0 -1.1933,-3.57835 z m 33.19,1.19168 a 2.6672691,2.6672691 0 1 0 -4.7717,2.38499 l 2.6667,5.33333 c 0.5166,1.02834 1.9883,1.97668 3.5783,1.19334 a 2.6666664,2.6666664 0 0 0 1.1933,-3.57835 z m -18.3833,-1.47333 a 2.6666664,2.6666664 0 0 0 -2.6667,2.66667 v 5.3333 a 2.6667,2.6667 0 1 0 5.3334,0 v -5.3333 a 2.6666664,2.6666664 0 0 0 -2.6667,-2.66667 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.16666667" />
|
||||
<path
|
||||
id="path5717-4-6"
|
||||
d="m 1981.409,183.93774 a 1.0149924,1.0149924 0 0 0 1,0.97499 h 1.9999 a 0.99249264,0.99249264 0 0 0 1.0001,-1.02498 c -0.2627,-5.26247 -2.4125,-9.16245 -5.1999,-11.93742 -2.3001,-2.33747 -2.6376,-4.77497 -2.7376,-6.11246 a 0.98374271,0.98374271 0 0 0 -1,-0.88749 l -2,0.012 a 0.99999255,0.99999255 0 0 0 -0.9874,1.08748 13.182401,13.182401 0 0 0 3.9,8.71244 c 2.1624,2.15 3.7999,5.08746 4.0249,9.17492 z m -13.9374,0 a 1.0149924,1.0149924 0 0 0 1,0.97499 h 2 a 0.99249264,0.99249264 0 0 0 1,-1.02498 c -0.2625,-5.26247 -2.4125,-9.16245 -5.2,-11.93742 -2.2875,-2.33747 -2.625,-4.77497 -2.7249,-6.11246 a 0.98749265,0.98749265 0 0 0 -1.0125,-0.88749 l -2,0.012 a 0.99999255,0.99999255 0 0 0 -0.9875,1.08748 c 0.1249,1.86249 0.65,5.44996 3.8999,8.71244 2.1613,2.15 3.7988,5.08746 4.025,9.17492 z m 33.9998,5.01246 h -55.9996 a 3.99997,3.99997 0 0 0 -4,3.99996 c 0,11.83742 6.4449,22.14485 15.9999,27.68106 v 4.31873 a 3.99997,3.99997 0 0 0 3.9999,3.99997 h 23.9998 a 3.99997,3.99997 0 0 0 4.0001,-3.99997 v -4.31873 c 9.5548,-5.53621 15.9998,-15.84364 15.9998,-27.68106 a 3.99997,3.99997 0 0 0 -3.9999,-3.99996 z m -16,29.3748 v 6.62495 h -23.9998 V 218.325 c -16.5423,-9.58369 -15.9998,-23.22235 -15.9998,-25.37484 h 55.9996 c 0,2.1825 0.4212,15.86113 -16,25.37484 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12499909" />
|
||||
<path
|
||||
id="path5728-6-1"
|
||||
d="m 1076.231,52.950005 c -17.6725,0 -32.0001,14.32752 -32.0001,32.00002 0,17.672495 14.3276,31.999975 32.0001,31.999975 17.6724,0 31.9999,-14.32748 31.9999,-31.999975 0,-17.6725 -14.3275,-32.00002 -31.9999,-32.00002 z m 0,59.999995 c -15.4388,0 -28.0001,-12.56124 -28.0001,-27.999975 0,-15.43877 12.5613,-28.00002 28.0001,-28.00002 15.4387,0 27.9999,12.56125 27.9999,28.00002 0,15.438735 -12.5612,27.999975 -27.9999,27.999975 z m 19.7987,-27.999975 3.535,-3.53503 c 0.39,-0.39 0.39,-1.02374 0,-1.41373 l -1.4138,-1.41376 c -0.39,-0.38999 -1.0237,-0.38999 -1.4137,0 l -3.535,3.535 -5.6575,-5.65624 2.8287,-2.82875 2.1213,2.12124 c 0.39,0.38999 1.0237,0.38999 1.4137,0 l 1.4138,-1.41373 c 0.39,-0.39002 0.39,-1.02376 0,-1.41376 l -2.1213,-2.12127 0.7075,-0.70748 c 0.39,-0.38999 0.39,-1.02376 0,-1.41376 l -1.4137,-1.41376 c -0.39,-0.38999 -1.0237,-0.38999 -1.4137,0 l -0.7076,0.70752 -2.1212,-2.12124 c -0.39,-0.39 -1.0238,-0.39 -1.4138,0 l -1.4137,1.41372 c -0.39,0.39 -0.39,1.02377 0,1.41376 l 2.1212,2.12124 -2.8287,2.82875 -5.6575,-5.65623 3.5362,-3.535 c 0.39,-0.39 0.39,-1.02373 0,-1.41376 l -1.4149,-1.41875 c -0.39,-0.39 -1.0238,-0.39 -1.4138,0 l -3.5362,3.53626 -3.5363,-3.53626 c -0.39,-0.39 -1.0237,-0.39 -1.4137,0 l -1.4138,1.41376 c -0.39,0.38999 -0.39,1.02373 0,1.41376 l 3.5362,3.535 -5.6562,5.65623 -2.8287,-2.82875 2.1212,-2.12124 c 0.39,-0.38999 0.39,-1.02376 0,-1.41376 l -1.4138,-1.41375 c -0.39,-0.39 -1.0237,-0.39 -1.4137,0 l -2.1213,2.12127 -0.7075,-0.70752 c -0.39,-0.38999 -1.0237,-0.38999 -1.4137,0 l -1.4137,1.41376 c -0.39,0.39 -0.39,1.02374 0,1.41376 l 0.7074,0.70748 -2.1212,2.12124 c -0.39,0.39003 -0.39,1.02377 0,1.41376 l 1.4138,1.41376 c 0.39,0.39 1.0237,0.39 1.4137,0 l 2.1212,-2.12127 2.8288,2.82878 -5.6563,5.65624 -3.5362,-3.535 c -0.39,-0.38999 -1.0238,-0.38999 -1.4138,0 l -1.4175,1.41749 c -0.39,0.39002 -0.39,1.02376 0,1.41376 l 3.5363,3.53626 -3.5363,3.53623 c -0.39,0.39002 -0.39,1.02376 0,1.41376 l 1.4138,1.41376 c 0.39,0.38999 1.0237,0.38999 1.4137,0 l 3.5363,-3.535 5.6563,5.65623 -2.8288,2.82875 -2.1212,-2.12123 c -0.39,-0.39 -1.0238,-0.39 -1.4138,0 l -1.4138,1.41372 c -0.39,0.39 -0.39,1.02377 0,1.41376 l 2.1213,2.12124 -0.7075,0.70751 c -0.39,0.390005 -0.39,1.023775 0,1.413765 l 1.4138,1.41373 c 0.39,0.39003 1.0237,0.39003 1.4137,0 l 0.7075,-0.70748 2.1212,2.12124 c 0.39,0.38999 1.0238,0.38999 1.4138,0 l 1.4137,-1.41376 c 0.39,-0.39 0.39,-1.02373 0,-1.41373 l -2.1212,-2.121275 2.8287,-2.82872 5.6575,5.657505 -3.5362,3.53623 c -0.39,0.39 -0.39,1.02377 0,1.41376 l 1.4138,1.41373 c 0.39,0.39003 1.0237,0.39003 1.4137,0 l 3.5388,-3.535 3.5362,3.53626 c 0.39,0.39 1.0238,0.39 1.4138,0 l 1.4137,-1.41376 c 0.39,-0.38999 0.39,-1.02373 0,-1.41372 l -3.5363,-3.53626 5.6576,-5.657515 2.8287,2.82876 -2.1213,2.121235 c -0.39,0.39 -0.39,1.02377 0,1.41376 l 1.4138,1.41376 c 0.39,0.39 1.0237,0.39 1.4137,0 l 2.1213,-2.12124 0.7075,0.70748 c 0.39,0.39 1.0237,0.39 1.4137,0 l 1.4138,-1.41376 c 0.39,-0.38999 0.39,-1.02373 0,-1.413725 l -0.7075,-0.70751 2.1212,-2.12124 c 0.39,-0.39 0.39,-1.02377 0,-1.41376 l -1.4137,-1.41376 c -0.39,-0.39 -1.0238,-0.39 -1.4138,0 l -2.1212,2.12127 -2.8288,-2.82875 5.6563,-5.65627 3.5362,3.535 c 0.39,0.38999 1.0238,0.38999 1.4138,0 l 1.4138,-1.41373 c 0.3899,-0.39003 0.3899,-1.02377 0,-1.41376 z m -19.7987,-14.14252 5.6562,5.65627 -5.6562,5.6575 -5.6563,-5.65627 z m -14.1426,14.14252 5.6563,-5.6575 5.6575,5.6575 -5.6575,5.6575 z m 14.1426,14.14249 -5.6576,-5.65751 5.6576,-5.6575 5.6574,5.6575 z m 8.485,-8.48626 -5.6563,-5.65623 5.6575,-5.65627 5.6562,5.65627 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12499999" />
|
||||
<path
|
||||
id="path5739-2-6"
|
||||
d="m 1604.3563,223.73742 1.775,-20.60001 c -5.2625,-4.13751 -8.8,-9.62502 -8.8,-16.18747 0.013,-11.78751 11.025,-22.00002 19.0125,-22.00002 2.7625,0 5,2.16252 5,4.81249 v 54.37498 c 0,2.65001 -2.2375,4.81253 -5,4.81253 h -7 c -2.85,0 -5.225,-2.33754 -4.9875,-5.2125 z m -3.0125,-36.78748 c 0,6.37497 4.025,10.68746 8.975,14.31247 l -1.975,22.825 c -0.036,0.46249 0.425,0.8625 1,0.8625 h 7 c 0.5375,0 1,-0.37512 1,-0.81252 v -54.37498 c 0,-0.43748 -0.4625,-0.81248 -1,-0.81248 -5.575,0 -15,8.22497 -15,18.00001 z m -9.9125,-17.77502 c -0.4125,-2.43748 -2.65,-4.225 -5.7625,-4.225 -1.4875,0 -3.0125,0.42502 -4.1625,1.40001 -1.0499,-0.8875 -2.5,-1.40001 -4.1625,-1.40001 -1.6625,0 -3.1125,0.51251 -4.1625,1.40001 -1.15,-0.97499 -2.675,-1.40001 -4.1625,-1.40001 -3.15,0 -5.35,1.81252 -5.7625,4.225 -0.2251,1.17498 -1.9125,10.57501 -1.9125,14.5125 0,6.36247 3.3375,11.45002 8.875,13.83749 l -1.425,26.35001 c -0.15,2.74997 2.0375,5.075 4.8,5.075 h 7.5 c 2.75,0 4.95,-2.31253 4.8,-5.075 l -1.425,-26.35001 c 5.525,-2.38747 8.875,-7.47502 8.875,-13.83749 0,-3.93749 -1.6875,-13.33752 -1.9125,-14.5125 z m -11.05,25.775 1.525,29.13749 c 0.024,0.46249 -0.3373,0.8625 -0.8125,0.8625 h -7.5 c -0.4625,0 -0.8375,-0.38759 -0.8125,-0.8625 l 1.525,-29.13749 c -5.3,-1.1 -8.9624,-5.37502 -8.9624,-11.2625 0,-3.71249 1.8499,-13.82502 1.8499,-13.82502 0.1999,-1.23749 3.5375,-1.21249 3.6875,0.0241 v 15.31248 c 0.1126,1.43748 3.525,1.4625 3.6875,0.0241 l 0.925,-15.36249 c 0.1999,-1.21249 3.4875,-1.21249 3.6875,0 l 0.925,15.36249 c 0.1625,1.42502 3.575,1.40001 3.6875,-0.0241 v -15.30001 c 0.15,-1.2375 3.4875,-1.26247 3.6875,-0.0241 0,0 1.85,10.11252 1.85,13.82502 0.013,5.85 -3.625,10.14999 -8.95,11.24998 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12499996" />
|
||||
<path
|
||||
id="path5750-2-5"
|
||||
d="m 1841.9152,180.94994 c 3.3138,0 6.0001,-2.68627 6.0001,-6.00002 0,-3.31374 -2.6863,-6.00001 -6.0001,-6.00001 -3.3137,0 -6,2.68627 -6,6.00001 0,3.31375 2.6863,6.00002 6,6.00002 z m 0,-8.00001 c 1.1025,0 2,0.89747 2,1.99999 0,1.10252 -0.8975,1.99999 -2,1.99999 -1.1025,0 -2,-0.89747 -2,-1.99999 0,-1.10252 0.8975,-1.99999 2,-1.99999 z m 22,14.99998 v -1.99999 c 0,-0.5525 -0.4475,-0.99999 -1,-0.99999 h -54 c -0.5524,0 -1,0.44749 -1,0.99999 v 1.99999 c 0,0.5525 0.4476,1 1,1 h 5.8413 c -4.2438,5.72252 -6.8413,12.70252 -6.8413,19.20001 0,4.885 1.4775,8.83126 4,11.94126 v 6.85875 c 0,1.105 0.8951,1.99999 2.0001,1.99999 1.105,0 2,-0.89499 2,-1.99999 v -3.16751 c 5.0824,3.50373 12.1599,5.1675 19.9999,5.1675 7.8388,0 14.9175,-1.66377 20,-5.16624 v 3.16625 c 0,1.105 0.8951,1.99999 2.0001,1.99999 1.105,0 2,-0.89499 2,-1.99999 v -6.85875 c 2.5224,-3.11 3.9999,-7.05626 3.9999,-11.94126 0,-6.49749 -2.5975,-13.47749 -6.8412,-19.20001 h 5.8412 c 0.5525,0 1,-0.4475 1,-1 z m -3.9999,20.20001 c 0,15.1625 -16.7838,16.80002 -24.0001,16.80002 -7.2162,0 -24,-1.63752 -24,-16.80002 0,-6.53124 3.0176,-13.75249 7.955,-19.20001 h 32.0888 c 4.9387,5.44752 7.9563,12.66877 7.9563,19.20001 z m -32.0001,-35.19999 c 2.2088,0 4,-1.79124 4,-4.00002 0,-2.20875 -1.7912,-3.99999 -4,-3.99999 -2.2087,0 -3.9999,1.79124 -3.9999,3.99999 0,2.20878 1.7912,4.00002 3.9999,4.00002 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12500001" />
|
||||
<path
|
||||
id="path5761-9-3"
|
||||
d="m 1483.8367,73.757113 0.84,-2.5214 v 0 l 6.0957,-18.28571 h -57.1427 a 11.428558,11.428558 0 0 0 -11.4286,11.42856 v 14.85712 a 1.1428558,1.1428558 0 0 0 1.1429,1.14287 h 2.2857 a 1.1428558,1.1428558 0 0 0 1.1428,-1.14287 v -14.85712 a 6.8571343,6.8571343 0 0 1 6.8572,-6.85711 h 3.8099 l 4.5714,13.71426 v 0 l 0.8643,2.59426 c -7.0442,5.67715 -11.5314,14.21856 -11.5314,23.77999 0,7.352827 2.6601,12.109977 7.0914,16.815687 a 8.1685614,8.1685614 0 0 0 5.9329,2.52429 h 37.9528 a 8.1542755,8.1542755 0 0 0 5.9214,-2.51429 c 4.4286,-4.70714 7.0986,-9.46286 7.1015,-16.817117 0,-9.47286 -4.3758,-18.12141 -11.5072,-23.86142 z m -41.5785,-16.23566 h 42.1714 l -4.5714,13.71426 h -33.0286 z m 5.45,18.28568 h 31.3857 c 3,2.41714 7.8114,6.01142 10.3571,13.71426 h -52.1942 c 2.5871,-7.71427 7.5457,-11.37283 10.4514,-13.71426 z m 37.2071,35.492797 a 3.5599955,3.5599955 0 0 1 -2.5943,1.07858 h -37.9528 a 3.5714241,3.5714241 0 0 1 -2.6043,-1.08858 c -4.2628,-4.52428 -5.8485,-8.23283 -5.8485,-13.679967 a 25.471396,25.471396 0 0 1 0.2712,-3.51716 h 54.3185 a 25.781397,25.781397 0 0 1 0.2672,3.5243 c 0,5.445697 -1.5886,9.154267 -5.8572,13.682827 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.14285697" />
|
||||
<path
|
||||
id="path5772-4-4"
|
||||
d="m 1333.2158,93.949125 c -1.6562,0 -2.9999,1.34246 -2.9999,2.99995 0,1.65621 1.3437,2.99992 2.9999,2.99992 1.6562,0 3,-1.34371 3,-2.99992 0,-1.65749 -1.3438,-2.99995 -3,-2.99995 z m -20.9996,-16.99966 c 0,-1.65749 -1.3437,-2.99995 -2.9999,-2.99995 -1.6562,0 -3,1.34246 -3,2.99995 0,1.65621 1.3438,2.99992 3,2.99992 1.6562,0 2.9999,-1.34371 2.9999,-2.99992 z m 1,16.99966 c -1.6562,0 -2.9999,1.34246 -2.9999,2.99995 0,1.65621 1.3437,2.99992 2.9999,2.99992 1.6562,0 3,-1.34371 3,-2.99992 0,-1.65749 -1.3438,-2.99995 -3,-2.99995 z m 11.9998,-11.99978 c -1.6562,0 -3,1.34246 -3,2.99995 0,1.65621 1.3438,2.99995 3,2.99995 1.6562,0 2.9999,-1.34374 2.9999,-2.99995 0,-1.65749 -1.3437,-2.99995 -2.9999,-2.99995 z m 27.8145,2.97744 c -8.7461,-0.10616 -15.8085,-7.21111 -15.8085,-15.98218 -8.7711,0 -15.8747,-7.0611 -15.9822,-15.80595 -0.8275,-0.1262 -1.6612,-0.18865 -2.4912,-0.18865 -2.5849,0 -5.1474,0.60625 -7.4736,1.79122 l -8.6411,4.40243 a 16.527304,16.527304 0 0 0 -7.2236,7.22609 l -4.3874,8.60983 a 16.580302,16.580302 0 0 0 -1.6025,10.11857 l 1.51,9.53483 a 16.569053,16.569053 0 0 0 4.6449,9.119795 l 6.8461,6.84486 a 16.50418,16.50418 0 0 0 9.0886,4.63243 l 9.5886,1.51748 c 0.8574,0.13639 1.7199,0.20246 2.5799,0.20246 2.59,0 5.1562,-0.61001 7.4861,-1.79748 l 8.6411,-4.40242 a 16.527304,16.527304 0 0 0 7.2236,-7.22608 l 4.3874,-8.609845 c 1.57,-3.0787 2.1262,-6.57112 1.6138,-9.98733 z m -5.1774,8.16985 -4.3875,8.611085 c -1.2099,2.37496 -3.1037,4.26866 -5.4761,5.47739 l -8.6411,4.40243 c -1.7475,0.88995 -3.7087,1.36118 -5.6699,1.36118 -0.6512,0 -1.3087,-0.0512 -1.9537,-0.1538 l -9.5873,-1.51746 c -2.625,-0.41624 -5.0062,-1.62996 -6.8861,-3.50992 l -6.8461,-6.84487 c -1.8875,-1.886215 -3.105,-4.278665 -3.5225,-6.916135 l -1.5099,-9.53354 c -0.4188,-2.63997 0,-5.29489 1.2149,-7.6761 l 4.3874,-8.60983 c 1.21,-2.37496 3.1037,-4.26866 5.4762,-5.47739 l 8.6398,-4.40368 c 1.4162,-0.72123 2.975,-1.16624 4.5637,-1.30747 1.6437,7.89361 7.9798,14.11846 15.9059,15.60721 1.4887,7.92733 7.7136,14.26346 15.6085,15.90592 -0.1374,1.59123 -0.58,3.14243 -1.3162,4.58491 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.1249976" />
|
||||
<path
|
||||
id="path5794-0-3"
|
||||
d="m 1980.6635,52.950005 c -16.558,0 -31.0067,10.95333 -39.0523,20.33331 l -16.0613,-14.27832 c -2.2371,-1.84166 -5.5619,0.11165 -4.999,2.92669 l 4.4492,23.01832 -4.4508,23.020035 c -0.5613,2.81332 2.7602,4.76663 4.9922,2.93166 l 16.0615,-14.275025 c 8.0521,9.370005 22.5091,20.323325 39.0605,20.323325 25.2909,0 45.7931,-25.600005 45.7931,-31.999995 0,-6.39999 -20.5022,-32 -45.7931,-32 z m 0,58.666685 c -14.1407,0 -27.3755,-9.54501 -35.0452,-18.478325 l -3.3695,-3.92501 c -5.1646,4.24667 -2.0268,1.47999 -15.2467,13.601665 3.6029,-18.981675 3.1079,-16.395005 3.4059,-17.865015 -0.298,-1.46835 0.1985,1.12166 -3.4043,-17.86501 13.2464,12.14167 10.1004,9.36833 15.2467,13.60336 l 3.3695,-3.92503 c 7.6699,-8.93333 20.8964,-18.48001 35.0436,-18.48001 21.226,0 39.0904,21.08168 40.46,26.66669 -1.3696,5.58501 -19.234,26.666685 -40.46,26.666685 z m -3.6063,-41.725015 -1.8728,-1.885 a 1.3246526,1.333334 0 0 0 -1.8744,0 l -14.0214,14.11 a 1.3246526,1.333334 0 0 0 0,1.88499 l 1.8728,1.88499 a 1.3246526,1.333334 0 0 0 1.8727,0 l 14.0231,-14.10333 a 1.3246526,1.333334 0 0 0 0,-1.89165 z m 18.5451,2.66667 -1.8727,-1.88499 a 1.3246526,1.333334 0 0 0 -1.8744,0 l -24.6188,24.77666 a 1.3246526,1.333334 0 0 0 0,1.885 l 1.8729,1.88499 a 1.3246526,1.333334 0 0 0 1.8727,0 l 24.6203,-24.77001 a 1.3246526,1.333334 0 0 0 0,-1.89165 z m 6.0752,11.44835 a 1.3246526,1.333334 0 0 0 -1.8745,0 l -14.0214,14.11 a 1.3246526,1.333334 0 0 0 0,1.884995 l 1.8726,1.88499 a 1.3246526,1.333334 0 0 0 1.873,0 L 2003.55,87.783345 a 1.3246526,1.333334 0 0 0 0,-1.88666 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.16612327" />
|
||||
<path
|
||||
id="path5805-7-7"
|
||||
d="m 1719.3438,94.950015 c -1.1,0 -2,0.9 -2,1.99998 0,1.1 0.9,1.99999 2,1.99999 1.0999,0 2,-0.89999 2,-1.99999 0,-1.09998 -0.9001,-1.99998 -2,-1.99998 z m -4.0001,-31.00001 c -1.0999,0 -1.9999,0.9 -1.9999,2.00002 0,1.1 0.9,1.99999 1.9999,1.99999 1.1001,0 2.0001,-0.89999 2.0001,-1.99999 0,-1.10002 -0.9,-2.00002 -2.0001,-2.00002 z m 4.0001,23.00001 c -1.1,0 -2,0.9 -2,1.99999 0,1.1 0.9,1.99998 2,1.99998 1.0999,0 2,-0.89998 2,-1.99998 0,-1.09999 -0.9001,-1.99999 -2,-1.99999 z m 0,-7.99999 c -1.1,0 -2,0.9 -2,1.99998 0,1.1 0.9,2.00003 2,2.00003 1.0999,0 2,-0.90003 2,-2.00003 0,-1.09998 -0.9001,-1.99998 -2,-1.99998 z m 4,-15.00002 c -1.1,0 -2,0.9 -2,2.00002 0,1.1 0.9,1.99999 2,1.99999 1.1,0 2,-0.89999 2,-1.99999 0,-1.10002 -0.9,-2.00002 -2,-2.00002 z m 24,19.00003 c 0,-5.51253 -4.4875,-10.00002 -10,-10.00002 h -4.95 c 1.2874,-2.88749 1.575,-6.17501 0.725,-9.44999 -1.2375,-4.84999 -5.175,-8.79998 -10,-10.06251 -1.25,-0.32487 -2.5125,-0.48751 -3.775,-0.48751 -3.8125,0 -7.3875,1.48752 -10.075,4.17501 -2.6875,2.6875 -4.175,6.26249 -4.175,10.07501 0,1.99999 0.425,3.96249 1.225,5.74999 h -4.9751 c -5.5124,0 -9.9999,4.48749 -9.9999,10.00002 0,5.51246 4.4875,9.99998 9.9999,9.99998 h 3.4877 l -7.2501,7.700005 c -3.475,4.27498 -2.825,10.58749 1.4499,14.06247 1.7876,1.4375 4.0252,2.23751 6.3126,2.23751 3.025,0 5.8625,-1.35001 7.7626,-3.7 l 6.2374,-6.44997 6.2375,6.44997 c 1.9,2.34999 4.7375,3.7 7.7625,3.7 2.2875,0 4.5249,-0.80001 6.2999,-2.23751 4.2751,-3.47498 4.925,-9.78749 1.4501,-14.06247 l -7.25,-7.700005 h 3.5 c 5.5125,0 10,-4.48752 10,-9.99998 z m -17.925,10.88749 8.575,9.324985 c 2.0875,2.57501 1.7,6.35 -0.875,8.4375 -1.1126,0.89999 -2.45,1.34998 -3.775,1.34998 -1.75,0 -3.475,-0.7625 -4.6625,-2.21248 l -6.2375,-6.44999 c -0.8,-0.98751 -1.95,-1.47501 -3.1,-1.47501 -1.15,0 -2.2999,0.4875 -3.1,1.47501 l -6.2375,6.44999 c -1.1875,1.46249 -2.9124,2.21248 -4.6625,2.21248 -1.325,0 -2.6625,-0.43748 -3.775,-1.34998 -2.575,-2.0875 -2.9625,-5.86249 -0.875,-8.4375 l 8.575,-9.324985 c 1.5875,-1.9625 0.1999,-4.88752 -2.325,-4.88752 h -5.6001 c -3.3125,0 -5.9999,-2.68749 -5.9999,-5.99997 0,-3.31251 2.6874,-6.00001 5.9999,-6.00001 h 10.2001 c 1.1625,0 1.775,-1.4375 0.9125,-2.21252 -2.0626,-1.86248 -3.3625,-4.53748 -3.3625,-7.53748 0,-5.6625 4.5875,-10.25001 10.25,-10.25001 0.9,0 1.825,0.11255 2.7625,0.3625 3.45,0.9 6.2625,3.725 7.1375,7.18748 1.0374,4.06251 -0.3375,7.83754 -3,10.23751 -0.8625,0.78752 -0.2748,2.22502 0.9,2.22502 h 10.2 c 3.3124,0 6,2.6875 6,5.99997 0,3.31251 -2.6876,6 -6,6 h -5.5876 c -2.5249,-0.0134 -3.9249,2.91253 -2.3374,4.87503 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12499995" />
|
||||
<path
|
||||
id="path5627-3-2-2"
|
||||
d="m 1305.216,400.94979 c -2.2188,0 -4,-1.78128 -4,-4 0,-3.87501 4,-2.87501 4,-8.00002 1.5,0 4,3.68752 4,7 0,3.31251 -1.7813,5.00002 -4,5.00002 z m 16,0 c -2.2187,0 -4,-1.78128 -4,-4 0,-3.87501 4,-2.87501 4,-8.00002 1.5,0 4,3.68752 4,7 0,3.31251 -1.7813,5.00002 -4,5.00002 z m 16,0 c -2.2188,0 -4,-1.78128 -4,-4 0,-3.87501 4,-2.87501 4,-8.00002 1.5,0 4,3.68752 4,7 0,3.31251 -1.7812,5.00002 -4,5.00002 z m 6,20.00001 h -4 v -18.00003 h -4 v 18.00003 h -12 v -18.00003 h -4 v 18.00003 h -12 v -18.00003 h -4 v 18.00003 h -4 c -3.3125,0 -6,2.68748 -6,5.99998 v 26 h 56 v -26 c 0,-3.3125 -2.6875,-5.99998 -6,-5.99998 z m 2,27.99998 h -48 v -9.00536 c 2.0277,-1.18488 2.991,-2.99463 5.3437,-2.99463 3.4939,0 3.9067,4 9.3438,4 5.3554,0 5.9021,-4 9.3125,-4 3.5185,0 3.9001,4 9.3437,4 5.4197,0 5.8459,-4 9.3438,-4 2.311,0 3.2806,1.80938 5.3125,2.99437 z m 0,-14.04675 c -1.2032,-0.98425 -2.6521,-1.95324 -5.3125,-1.95324 -5.4288,0 -5.8531,4 -9.3438,4 -3.4618,0 -3.9317,-4 -9.3437,-4 -5.3553,0 -5.9022,4 -9.3125,4 -3.5185,0 -3.9003,-4 -9.3438,-4 -2.6828,0 -4.1376,0.97177 -5.3437,1.95723 v -7.95724 c 0,-1.10273 0.8972,-1.99998 2,-1.99998 h 44 c 1.1028,0 2,0.89725 2,1.99998 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12499999" />
|
||||
<path
|
||||
id="path5640-5-1-1"
|
||||
d="m 1462.7725,438.94978 c -1.6576,0 -3,1.34249 -3,3 0,1.65624 1.3424,3.00001 3,3.00001 1.6575,0 3,-1.34377 3,-3.00001 0,-1.65751 -1.3425,-3 -3,-3 z m 16.7812,-6.99625 11.2188,-43.00376 h -58 c -3.3088,0 -6,2.69126 -6,6.00006 v 19.99996 c 0,3.30875 2.6912,5.99999 6,5.99999 h 12.7825 l 0.9412,10.82 c -4.5087,1.72752 -7.7237,6.06375 -7.7237,11.17999 v 6.00001 c 0,2.20872 1.7912,4 4,4 h 40 c 2.2087,0 3.9999,-1.79128 3.9999,-4 v -6.00001 c 0,-4.92498 -2.9737,-9.14752 -7.2187,-10.99624 z m -46.7812,-15.00375 c -1.1013,0 -2,-0.89625 -2,-1.99999 v -19.99996 c 0,-1.10376 0.8987,-2.00001 2,-2.00001 h 10.3475 l 2.0875,23.99996 z m 52.8224,-23.99996 -2.0874,7.99997 h -19.735 c -0.5526,0 -1,0.44749 -1,1.00002 v 1.99998 c 0,0.55253 0.4474,1 1,1 h 18.6924 l -2.0874,7.99999 h -16.605 c -0.5526,0 -1,0.44752 -1,0.99999 v 2.00002 c 0,0.55252 0.4474,0.99999 1,0.99999 h 15.5612 l -3.6525,14 H 1450.44 l -3.305,-37.99996 z m -2.8224,55.99996 h -40 v -6.00001 c 0,-4.41124 3.5887,-7.99999 8,-7.99999 h 23.9999 c 4.4113,0 8.0001,3.58875 8.0001,7.99999 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.1249999" />
|
||||
<path
|
||||
id="path5651-5-5-4"
|
||||
d="m 1733.1206,408.94978 h -17.5341 c -0.6888,0 -1.2524,-0.67498 -1.2524,-1.5 v -0.99999 c 0,-0.825 0.5636,-1.5 1.2524,-1.5 h 17.5341 c 0.6889,0 1.2525,0.675 1.2525,1.5 v 0.99999 c 0,0.82502 -0.5636,1.5 -1.2525,1.5 z m 1.2525,6.5 v -1 c 0,-0.82502 -0.5636,-1.49997 -1.2525,-1.49997 h -17.5341 c -0.6888,0 -1.2524,0.67495 -1.2524,1.49997 v 1 c 0,0.82499 0.5636,1.5 1.2524,1.5 h 17.5341 c 0.6889,0 1.2525,-0.67501 1.2525,-1.5 z m 6.7527,33.49998 h 0.3444 c 0.6889,0 1.2525,0.675 1.2525,1.5 v 0.99999 c 0,0.82503 -0.5636,1.50003 -1.2525,1.50003 h -37.1557 c -4.6132,0 -8.3496,-4.475 -8.3496,-10.00001 V 398.9498 c 0,-5.52503 3.7364,-10.00003 8.3496,-10.00003 h 35.9033 c 1.3881,0 2.5049,1.33752 2.5049,3.00003 v 45.99998 c 0,1.25 -0.6471,2.32498 -1.5552,2.77498 -0.3757,2.01253 -0.4592,5.7 -0.042,8.225 z m -31.8015,-11.99997 h 30.0585 v -44 h -30.0585 z m -10.0195,1.99996 c 1.3985,-1.24997 3.1311,-1.99996 5.0097,-1.99996 h 1.6699 v -44 h -1.6699 c -2.7658,0 -5.0097,2.68751 -5.0097,6.00001 z m 38.8569,10.00001 c -0.3237,-2.55 -0.3027,-5.64997 0,-8 h -33.8472 c -6.6797,0 -6.6797,8 0,8 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.11422013" />
|
||||
<path
|
||||
id="path5662-5-0-6"
|
||||
d="m 1993.4717,392.94974 a 11.896253,11.896253 0 0 0 -7.2163,2.46753 c -2.9175,-3.90501 -7.5338,-6.4675 -12.7838,-6.4675 -5.25,0 -9.8662,2.56249 -12.7837,6.4675 a 11.945003,11.945003 0 0 0 -19.2163,9.53249 c 0,5.2175 8.0001,28.00003 8.0001,28.00003 v 16.00002 a 4.0000013,4.0000013 0 0 0 4,3.99997 h 40 a 4.0000013,4.0000013 0 0 0 4,-3.99997 v -16.00002 c 0,0 8,-22.78253 8,-28.00003 a 12.000003,12.000003 0 0 0 -12,-12.00002 z m -38.0001,54.00006 v -10.00001 h 36.0001 v 10.00001 z m 36.3426,-16.00002 h -3.6938 l 1.3513,-16.84377 a 1.0000003,1.0000003 0 0 0 -0.9162,-1.07622 l -2,-0.16007 h -0.081 a 1.0000003,1.0000003 0 0 0 -1,0.92122 l -1.375,17.16252 h -8.7101 v -17.00374 a 1.0000003,1.0000003 0 0 0 -1,-0.99999 h -2 a 1.0000003,1.0000003 0 0 0 -1.0001,0.99999 v 16.99998 h -8.5523 l -1.3751,-17.16246 a 1.0000003,1.0000003 0 0 0 -1.0001,-0.92128 h -0.081 l -1.9999,0.16007 a 1.0000003,1.0000003 0 0 0 -0.9163,1.07625 l 1.3588,16.8475 h -3.6938 c -3.6574,-10.40249 -7.5999,-23.33252 -7.6574,-26.00002 a 5.9462517,5.9462517 0 0 1 9.59,-4.74999 l 4.815,3.6525 3.6174,-4.84124 c 1.9275,-2.58125 4.835,-4.06125 7.9775,-4.06125 3.1425,0 6.05,1.48 7.9775,4.05876 l 3.6176,4.84124 4.815,-3.65001 a 5.9462517,5.9462517 0 0 1 9.59,4.74001 c -0.058,2.67748 -4,15.60751 -7.6575,26.01 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12500003" />
|
||||
<path
|
||||
id="path5673-3-8-1"
|
||||
d="m 1615.9579,301.64985 c -1.6875,-1.42499 -3.825,-2.2 -6.025,-2.2 -2.7375,0 -5.3125,1.18748 -7.1125,3.26249 l -2.55,-11.12502 c -1.9625,-8.62499 -9.45,-14.63748 -18.2,-14.63748 -1.4125,0 -2.8375,0.16241 -4.225,0.4875 -10.05,2.33751 -16.3375,12.50002 -14.025,22.63751 l 5.575,24.375 c 0.05,0.23743 0.1375,0.46249 0.2,0.70001 -1.175,0.38748 -2.25,1.47497 -2.25,2.79998 v 10 c 0,1.66251 1.3375,3.00001 2.975,3.00001 h 37.8875 c 1.6375,0 3.15,-1.3375 3.15,-3.00001 v -10 c 0,-1.425 -1.175,-2.55001 -2.4875,-2.86248 l 8.3,-10.05003 c 3.325,-4.02499 2.775,-10.02498 -1.2125,-13.38748 z m -8.6125,35.3 h -36 v -8.00002 h 36 z m 6.775,-24.475 -10.3125,12.47501 h -30.1 c -0.15,-0.46252 -0.3375,-0.92501 -0.45,-1.41253 l -5.575,-24.37499 c -1.825,-7.98748 3.125,-15.98751 11.05,-17.83751 1.1,-0.25012 2.2125,-0.38748 3.325,-0.38748 6.9,0 12.8,4.7375 14.35,11.53751 l 3.4375,15.04998 0.9,3.92501 2.5625,-3.1 2.425,-2.9375 c 1.0375,-1.26252 2.5625,-1.97499 4.1875,-1.97499 1.275,0 2.5,0.44998 3.4875,1.27498 2.325,1.94998 2.6375,5.42501 0.7125,7.76251 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12499999" />
|
||||
<path
|
||||
id="path5684-1-6-3"
|
||||
d="m 1622.3438,412.94978 h -14.1712 l 13.3413,-13.34122 c 3.0137,-3.01376 2.1887,-8.09379 -1.6226,-10.00003 a 6.2446252,6.2446252 0 0 0 -2.7912,-0.65876 c -1.3275,0 -2.645,0.42251 -3.7475,1.24875 l -30.335,22.75126 h -22.6738 c -0.5525,0 -1,0.44749 -1,1.00002 v 2.00001 c 0,0.55248 0.4475,0.99997 1,0.99997 h 3 v 4.00002 c 0,10.17749 6.345,18.85376 15.2863,22.34375 -1.595,2.09748 -2.7125,4.57874 -3.1151,7.30498 -0.1812,1.22878 0.7476,2.35125 1.9901,2.35125 h 27.6775 c 1.2425,0 2.1712,-1.12125 1.99,-2.35125 -0.4013,-2.72624 -1.5188,-5.20874 -3.115,-7.30498 8.9412,-3.48999 15.2862,-12.16626 15.2862,-22.34375 v -4.00002 h 3 c 0.5525,0 1,-0.44749 1,-0.99997 v -2.00001 c 0,-0.55253 -0.4475,-1.00002 -1,-1.00002 z m -6.5925,-19.55125 c 2.1975,-1.64751 4.9013,1.41375 2.9338,3.38127 l -16.1688,16.16998 h -12.8325 z m -0.4075,27.55127 c 0,8.28874 -5.0012,15.59624 -12.74,18.61749 l -4.9387,1.92749 3.21,4.22 c 0.76,1.00001 1.3587,2.09375 1.7737,3.235 h -22.6087 c 0.415,-1.14125 1.0125,-2.23499 1.7737,-3.235 l 3.21,-4.22 -4.9387,-1.92749 c -7.74,-3.02125 -12.7413,-10.32875 -12.7413,-18.61749 v -4.00002 h 48 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12499999" />
|
||||
<path
|
||||
id="path5695-7-5-0"
|
||||
d="m 1208.2309,276.94983 h -40 a 8.0000001,8.0000001 0 0 0 -8,7.99999 v 52.00003 a 4.0000002,4.0000002 0 0 0 4,4 h 48 a 4.0000002,4.0000002 0 0 0 4,-4 v -52.00003 a 8.0000001,8.0000001 0 0 0 -8,-7.99999 z m 4,60.00002 h -48 v -40.00001 h 48 z m 0,-44 h -48 v -8.00003 a 4.0000002,4.0000002 0 0 1 4,-3.99998 h 40 a 4.0000002,4.0000002 0 0 1 4,3.99998 z m -6,-8.00003 a 2.0000001,2.0000001 0 1 0 2,2 2.0000001,2.0000001 0 0 0 -2,-2 z m -8,0 a 2.0000001,2.0000001 0 1 0 2,2 2.0000001,2.0000001 0 0 0 -2,-2 z m -20,0 a 2.0000001,2.0000001 0 1 0 2,2 2.0000001,2.0000001 0 0 0 -2,-2 z m -8,0 a 2.0000001,2.0000001 0 1 0 2,2 2.0000001,2.0000001 0 0 0 -2,-2 z m 0,48.00003 h 36 a 2.0000001,2.0000001 0 0 0 2,-2.00001 v -27.99999 a 2.0000001,2.0000001 0 0 0 -2,-2 h -36 a 2.0000001,2.0000001 0 0 0 -2,2 v 27.99999 a 2.0000001,2.0000001 0 0 0 2,2.00001 z m 2,-28 h 32 v 23.99998 h -32 z m 26,3.99999 h -20 a 2.0000055,2.0000055 0 0 0 0,4.00001 h 20 a 2.0000055,2.0000055 0 0 0 0,-4.00001 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.125" />
|
||||
<path
|
||||
id="path5706-9-5-9"
|
||||
d="m 2013.5532,304.32153 c -6.3184,-16.42668 -22.26,-27.37169 -40.0816,-27.37169 -17.8216,0 -33.765,10.94501 -40.0783,27.37169 -7.0884,0.27334 -7.9217,6.23499 -7.9217,7.65166 a 7.6816659,7.6816659 0 0 0 7.7032,7.64333 c 0.4535,0 0.7951,-0.0999 1.2201,-0.12668 l 5.41,16.22001 a 7.6666659,7.6666659 0 0 0 7.2717,5.24 h 52.79 a 7.6666659,7.6666659 0 0 0 7.2716,-5.24164 l 5.405,-16.21837 c 0.4234,0.0284 0.7667,0.12668 1.22,0.12668 a 7.6816659,7.6816659 0 0 0 7.7083,-7.64333 c 0,-1.46168 -0.8583,-7.35667 -7.9183,-7.65166 z m -11.4733,29.69666 a 2.3333332,2.3333332 0 0 1 -2.2133,1.59832 h -52.7917 a 2.3333332,2.3333332 0 0 1 -2.2134,-1.59666 l -5.2099,-15.63166 a 21.178333,21.178333 0 0 0 4.8665,-2.78166 c 1.5152,-1.12332 2.1001,-1.57168 4.2351,0.0108 2.0201,1.5 5.4117,4.00001 11.3233,4.00001 5.9118,0 9.3067,-2.51002 11.3334,-4.01334 1.5117,-1.11834 2.085,-1.56668 4.2017,0.008 2.025,1.5 5.41,4 11.3216,4 5.9117,0 9.3017,-2.51001 11.3233,-4.01001 1.8134,-1.34498 2.3534,-1.36667 4.1867,0 a 21.151665,21.151665 0 0 0 4.8466,2.78171 l -5.2099,15.63333 z m 11.6867,-19.73502 c -4.1568,0 -6.365,-1.63998 -8.1517,-2.96832 -4.9517,-3.66666 -8.3434,-1.615 -10.5367,0.0108 -1.7733,1.31831 -3.9833,2.95833 -8.145,2.95833 -4.1616,0 -6.3699,-1.64002 -8.1566,-2.9617 -5.3033,-3.94665 -8.9167,-1.2083 -10.55,0 -1.7766,1.32168 -3.9851,2.9617 -8.1518,2.9617 -4.1666,0 -6.375,-1.64002 -8.1666,-2.9617 -1.1299,-0.8333 -4.9517,-4.16664 -10.5783,0 -1.7801,1.31668 -4,2.9567 -8.1666,2.9567 a 2.31167,2.31167 0 1 1 0,-4.62334 c 0.8982,0 1.8466,0.0801 4.4583,-1.36167 8.8882,-25.65332 33.1366,-26.01 35.85,-26.01 2.6667,0 26.9534,0.33333 35.8333,25.99998 2.6249,1.485 3.4283,1.38502 4.4633,1.38502 a 2.3116666,2.3116666 0 1 1 0,4.62331 z m -55.1017,-23.71832 a 2.6783329,2.6783329 0 0 0 -3.5783,1.19333 l -2.6668,5.33334 a 2.6666664,2.6666664 0 0 0 1.1934,3.57832 c 1.5901,0.78336 3.0601,-0.16676 3.5782,-1.19331 l 2.6668,-5.33333 a 2.6666664,2.6666664 0 0 0 -1.1933,-3.57835 z m 33.19,1.19168 a 2.6672561,2.6672561 0 1 0 -4.7716,2.38499 l 2.6666,5.33333 c 0.5167,1.02834 1.9884,1.97668 3.5783,1.19334 a 2.6666664,2.6666664 0 0 0 1.1933,-3.57835 z m -18.3833,-1.47333 a 2.6666664,2.6666664 0 0 0 -2.6667,2.66667 v 5.3333 a 2.6667,2.6667 0 1 0 5.3334,0 v -5.3333 a 2.6666664,2.6666664 0 0 0 -2.6667,-2.66667 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.16666667" />
|
||||
<path
|
||||
id="path5717-1-3-4"
|
||||
d="m 1196.1683,407.93759 a 1.0149924,1.0149924 0 0 0 1,0.97499 h 1.9999 a 0.99249264,0.99249264 0 0 0 1.0001,-1.02497 c -0.2627,-5.26248 -2.4125,-9.16246 -5.1999,-11.93744 -2.3001,-2.33746 -2.6376,-4.77496 -2.7376,-6.11246 a 0.98374271,0.98374271 0 0 0 -1,-0.88749 l -2,0.0119 a 0.99999255,0.99999255 0 0 0 -0.9874,1.08749 13.182401,13.182401 0 0 0 3.9,8.71244 c 2.1624,2.14997 3.7999,5.08743 4.0249,9.1749 z m -13.9374,0 a 1.0149924,1.0149924 0 0 0 1,0.97499 h 2 a 0.99249264,0.99249264 0 0 0 1,-1.02497 c -0.2625,-5.26248 -2.4125,-9.16246 -5.2,-11.93744 -2.2875,-2.33746 -2.6249,-4.77496 -2.7249,-6.11246 a 0.98749265,0.98749265 0 0 0 -1.0125,-0.88749 l -2,0.0119 a 0.99999255,0.99999255 0 0 0 -0.9875,1.08749 c 0.125,1.86245 0.65,5.44994 3.9,8.71244 2.1612,2.14997 3.7987,5.08743 4.0249,9.1749 z m 33.9998,5.01246 h -55.9996 a 3.99997,3.99997 0 0 0 -4,3.99997 c 0,11.8374 6.4449,22.14485 15.9999,27.68105 v 4.31874 a 3.99997,3.99997 0 0 0 3.9999,3.99997 h 23.9998 a 3.99997,3.99997 0 0 0 4.0001,-3.99997 v -4.31874 c 9.5548,-5.5362 15.9998,-15.84365 15.9998,-27.68105 a 3.99997,3.99997 0 0 0 -3.9999,-3.99997 z m -16,29.3748 v 6.62496 h -23.9998 v -6.62496 c -16.5423,-9.58368 -15.9998,-23.22234 -15.9998,-25.37483 h 55.9996 c 0,2.18249 0.4212,15.86113 -16,25.37483 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12499909" />
|
||||
<path
|
||||
id="path5728-1-8-8"
|
||||
d="m 1458.7725,276.94984 c -17.6725,0 -32,14.32752 -32,32.00002 0,17.67248 14.3275,31.99999 32,31.99999 17.6725,0 32,-14.32751 32,-31.99999 0,-17.6725 -14.3275,-32.00002 -32,-32.00002 z m 0,60.00001 c -15.4388,0 -28,-12.56125 -28,-27.99999 0,-15.43877 12.5612,-28.00002 28,-28.00002 15.4387,0 28,12.56125 28,28.00002 0,15.43874 -12.5613,27.99999 -28,27.99999 z m 19.7987,-27.99999 3.535,-3.53503 c 0.39,-0.39 0.39,-1.02374 0,-1.41373 l -1.4137,-1.41376 c -0.39,-0.38999 -1.0238,-0.38999 -1.4138,0 l -3.535,3.535 -5.6575,-5.65624 2.8288,-2.82875 2.1212,2.12124 c 0.39,0.38999 1.0238,0.38999 1.4138,0 l 1.4137,-1.41373 c 0.39,-0.39002 0.39,-1.02376 0,-1.41376 l -2.1212,-2.12127 0.7075,-0.70748 c 0.39,-0.38999 0.39,-1.02376 0,-1.41376 l -1.4138,-1.41376 c -0.39,-0.38999 -1.0237,-0.38999 -1.4137,0 l -0.7075,0.70752 -2.1213,-2.12124 c -0.39,-0.39 -1.0237,-0.39 -1.4137,0 l -1.4137,1.41372 c -0.3901,0.39 -0.3901,1.02377 0,1.41376 l 2.1211,2.12124 -2.8287,2.82875 -5.6575,-5.65623 3.5363,-3.535 c 0.39,-0.39 0.39,-1.02373 0,-1.41376 l -1.415,-1.41875 c -0.39,-0.39 -1.0238,-0.39 -1.4138,0 l -3.5362,3.53626 -3.5363,-3.53626 c -0.39,-0.39 -1.0237,-0.39 -1.4137,0 l -1.4138,1.41376 c -0.39,0.38999 -0.39,1.02373 0,1.41376 l 3.5363,3.535 -5.6563,5.65623 -2.8287,-2.82875 2.1212,-2.12124 c 0.39,-0.38999 0.39,-1.02376 0,-1.41376 l -1.4137,-1.41375 c -0.39,-0.39 -1.0238,-0.39 -1.4138,0 l -2.1212,2.12127 -0.7076,-0.70752 c -0.39,-0.38999 -1.0237,-0.38999 -1.4137,0 l -1.4137,1.41376 c -0.39,0.39 -0.39,1.02374 0,1.41376 l 0.7075,0.70748 -2.1213,2.12124 c -0.39,0.39003 -0.39,1.02377 0,1.41376 l 1.4138,1.41376 c 0.39,0.39 1.0237,0.39 1.4137,0 l 2.1213,-2.12127 2.8287,2.82878 -5.6562,5.65624 -3.5363,-3.535 c -0.39,-0.38999 -1.0237,-0.38999 -1.4137,0 l -1.4175,1.41749 c -0.39,0.39002 -0.39,1.02376 0,1.41376 l 3.5362,3.53626 -3.5362,3.53623 c -0.39,0.39002 -0.39,1.02376 0,1.41376 l 1.4137,1.41376 c 0.39,0.38999 1.0238,0.38999 1.4137,0 l 3.5363,-3.535 5.6563,5.65623 -2.8288,2.82874 -2.1212,-2.12121 c -0.39,-0.39 -1.0238,-0.39 -1.4138,0 l -1.4137,1.41372 c -0.39,0.38999 -0.39,1.02375 0,1.41375 l 2.1212,2.12124 -0.7075,0.70752 c -0.39,0.39 -0.39,1.02375 0,1.41375 l 1.4138,1.41372 c 0.39,0.39005 1.0237,0.39005 1.4137,0 l 0.7075,-0.70747 2.1212,2.12125 c 0.39,0.38999 1.0238,0.38999 1.4138,0 l 1.4138,-1.41378 c 0.39,-0.38999 0.39,-1.02372 0,-1.41372 l -2.1213,-2.12127 2.8287,-2.82871 5.6576,5.6575 -3.5363,3.53621 c -0.39,0.39 -0.39,1.02378 0,1.41378 l 1.4138,1.41372 c 0.39,0.39002 1.0237,0.39002 1.4137,0 l 3.5388,-3.53499 3.5362,3.53626 c 0.39,0.38999 1.0238,0.38999 1.4138,0 l 1.4137,-1.41378 c 0.39,-0.38999 0.39,-1.02372 0,-1.41372 l -3.5362,-3.53626 5.6575,-5.65751 2.8287,2.82877 -2.1212,2.12122 c -0.39,0.39002 -0.39,1.02378 0,1.41377 l 1.4137,1.41375 c 0.39,0.39002 1.0238,0.39002 1.4138,0 l 2.1212,-2.12122 0.7075,0.70747 c 0.39,0.39 1.0237,0.39 1.4137,0 l 1.4138,-1.41377 c 0.39,-0.38997 0.39,-1.02373 0,-1.4137 l -0.7075,-0.70752 2.1213,-2.12124 c 0.39,-0.39 0.39,-1.02378 0,-1.41375 l -1.4138,-1.41378 c -0.39,-0.38999 -1.0237,-0.38999 -1.4138,0 l -2.1212,2.12127 -2.8287,-2.82874 5.6562,-5.65627 3.5363,3.535 c 0.39,0.38999 1.0237,0.38999 1.4137,0 l 1.4138,-1.41373 c 0.39,-0.39003 0.39,-1.02377 0,-1.41376 z m -19.7987,-14.14252 5.6562,5.65627 -5.6562,5.6575 -5.6563,-5.65627 z m -14.1425,14.14252 5.6562,-5.6575 5.6575,5.6575 -5.6575,5.6575 z m 14.1425,14.14249 -5.6575,-5.65751 5.6575,-5.6575 5.6575,5.6575 z m 8.485,-8.48626 -5.6563,-5.65623 5.6575,-5.65627 5.6563,5.65627 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12499999" />
|
||||
<path
|
||||
id="path5739-8-9-8"
|
||||
d="m 1848.9276,447.73728 1.7751,-20.60001 c -5.2626,-4.1375 -8.8,-9.62501 -8.8,-16.18747 0.013,-11.78751 11.0249,-22.00003 19.0124,-22.00003 2.7625,0 5,2.16252 5,4.81248 v 54.375 c 0,2.65001 -2.2375,4.81253 -5,4.81253 h -7 c -2.8499,0 -5.2249,-2.33754 -4.9875,-5.2125 z m -3.0125,-36.78748 c 0,6.37497 4.0251,10.68747 8.975,14.31247 l -1.9749,22.825 c -0.036,0.46249 0.4249,0.86251 0.9999,0.86251 h 7 c 0.5376,0 1,-0.37512 1,-0.81253 v -54.375 c 0,-0.43746 -0.4624,-0.81248 -1,-0.81248 -5.5749,0 -15,8.22499 -15,18.00003 z m -9.9125,-17.77503 c -0.4125,-2.43747 -2.6499,-4.225 -5.7625,-4.225 -1.4874,0 -3.0125,0.42503 -4.1625,1.40002 -1.0499,-0.88752 -2.5,-1.40002 -4.1625,-1.40002 -1.6625,0 -3.1125,0.5125 -4.1625,1.40002 -1.1499,-0.97499 -2.675,-1.40002 -4.1625,-1.40002 -3.15,0 -5.3499,1.81253 -5.7625,4.225 -0.2251,1.17499 -1.9124,10.57502 -1.9124,14.5125 0,6.36249 3.3374,11.45003 8.8749,13.8375 l -1.425,26.35001 c -0.1499,2.74997 2.0375,5.075 4.8,5.075 h 7.5 c 2.7501,0 4.95,-2.31254 4.8001,-5.075 l -1.4251,-26.35001 c 5.525,-2.38747 8.8751,-7.47501 8.8751,-13.8375 0,-3.93748 -1.6876,-13.33751 -1.9126,-14.5125 z m -11.05,25.77502 1.525,29.13748 c 0.024,0.46249 -0.3373,0.86251 -0.8125,0.86251 h -7.5 c -0.4625,0 -0.8374,-0.38761 -0.8125,-0.86251 l 1.525,-29.13748 c -5.3,-1.10001 -8.9624,-5.37504 -8.9624,-11.26252 0,-3.71247 1.8499,-13.82501 1.8499,-13.82501 0.1999,-1.23751 3.5375,-1.2125 3.6875,0.0241 v 15.3125 c 0.1127,1.43748 3.5251,1.46248 3.6876,0.0241 l 0.925,-15.3625 c 0.1998,-1.21248 3.4875,-1.21248 3.6874,0 l 0.9251,15.3625 c 0.1624,1.42502 3.575,1.40002 3.6875,-0.0241 v -15.30001 c 0.1499,-1.23751 3.4875,-1.26249 3.6874,-0.0241 0,0 1.85,10.11254 1.85,13.82504 0.013,5.84999 -3.625,10.14997 -8.95,11.24997 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12499996" />
|
||||
<path
|
||||
id="path5750-4-7-1"
|
||||
d="m 1082.2309,404.94981 c 3.3137,0 6,-2.68629 6,-6.00003 0,-3.31375 -2.6863,-6.00001 -6,-6.00001 -3.3138,0 -6,2.68626 -6,6.00001 0,3.31374 2.6862,6.00003 6,6.00003 z m 0,-8.00002 c 1.1025,0 2,0.89747 2,1.99999 0,1.10252 -0.8975,1.99998 -2,1.99998 -1.1025,0 -2,-0.89746 -2,-1.99998 0,-1.10252 0.8975,-1.99999 2,-1.99999 z m 22,14.99997 v -1.99998 c 0,-0.55251 -0.4475,-1 -1,-1 h -54 c -0.5525,0 -1,0.44749 -1,1 v 1.99998 c 0,0.5525 0.4475,1.00002 1,1.00002 h 5.8412 c -4.2437,5.72251 -6.8412,12.70251 -6.8412,19.19999 0,4.88501 1.4775,8.83127 4,11.94128 v 6.85874 c 0,1.10501 0.895,1.99999 2,1.99999 1.105,0 2,-0.89498 2,-1.99999 v -3.16751 c 5.0825,3.50372 12.16,5.1675 20,5.1675 7.8387,0 14.9175,-1.66378 20,-5.16623 v 3.16624 c 0,1.10501 0.895,1.99999 2,1.99999 1.105,0 2,-0.89498 2,-1.99999 v -6.85874 c 2.5225,-3.11001 4,-7.05627 4,-11.94128 0,-6.49748 -2.5975,-13.47748 -6.8413,-19.19999 h 5.8413 c 0.5525,0 1,-0.44752 1,-1.00002 z m -4,20.20001 c 0,15.16251 -16.7837,16.80004 -24,16.80004 -7.2163,0 -24,-1.63753 -24,-16.80004 0,-6.53124 3.0175,-13.75248 7.955,-19.19999 h 32.0887 c 4.9388,5.44751 7.9563,12.66875 7.9563,19.19999 z m -32,-35.19998 c 2.2087,0 4,-1.79123 4,-4.00002 0,-2.20877 -1.7913,-4 -4,-4 -2.2087,0 -4,1.79123 -4,4 0,2.20879 1.7913,4.00002 4,4.00002 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12500001" />
|
||||
<path
|
||||
id="path5761-6-1-0"
|
||||
d="m 1860.9794,297.75696 0.84,-2.5214 v 0 l 6.0957,-18.28571 h -57.1428 a 11.428558,11.428558 0 0 0 -11.4285,11.42856 v 14.85712 a 1.1428558,1.1428558 0 0 0 1.1428,1.14287 h 2.2858 a 1.1428558,1.1428558 0 0 0 1.1428,-1.14287 v -14.85712 a 6.8571343,6.8571343 0 0 1 6.8571,-6.85711 h 3.81 l 4.5714,13.71426 v 0 l 0.8643,2.59426 c -7.0442,5.67715 -11.5314,14.21856 -11.5314,23.78 0,7.35282 2.66,12.10998 7.0914,16.81567 a 8.1685614,8.1685614 0 0 0 5.9329,2.52429 h 37.9528 a 8.1542755,8.1542755 0 0 0 5.9214,-2.51429 c 4.4286,-4.70712 7.0986,-9.46284 7.1014,-16.8171 0,-9.47287 -4.3757,-18.12142 -11.5071,-23.86143 z m -41.5785,-16.23566 h 42.1714 l -4.5715,13.71426 h -33.0285 z m 5.45,18.28568 h 31.3857 c 3,2.41714 7.8114,6.01142 10.3571,13.71426 h -52.1942 c 2.5871,-7.71427 7.5457,-11.37283 10.4514,-13.71426 z m 37.2071,35.49281 a 3.5599955,3.5599955 0 0 1 -2.5943,1.07857 h -37.9528 a 3.5714241,3.5714241 0 0 1 -2.6043,-1.08858 c -4.2628,-4.52429 -5.8485,-8.23282 -5.8485,-13.67996 a 25.471396,25.471396 0 0 1 0.2712,-3.51716 h 54.3185 a 25.781397,25.781397 0 0 1 0.2671,3.52428 c 0,5.4457 -1.5885,9.15429 -5.8571,13.68285 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.14285697" />
|
||||
<path
|
||||
id="path5772-1-7-4"
|
||||
d="m 1731.3436,317.94896 c -1.6562,0 -2.9999,1.34247 -2.9999,2.99995 0,1.65621 1.3437,2.99992 2.9999,2.99992 1.6562,0 3,-1.34371 3,-2.99992 0,-1.65748 -1.3438,-2.99995 -3,-2.99995 z M 1710.344,300.9493 c 0,-1.65749 -1.3437,-2.99995 -2.9999,-2.99995 -1.6562,0 -3,1.34246 -3,2.99995 0,1.65621 1.3438,2.99992 3,2.99992 1.6562,0 2.9999,-1.34371 2.9999,-2.99992 z m 1,16.99966 c -1.6562,0 -2.9999,1.34247 -2.9999,2.99995 0,1.65621 1.3437,2.99992 2.9999,2.99992 1.6562,0 3,-1.34371 3,-2.99992 0,-1.65748 -1.3438,-2.99995 -3,-2.99995 z m 11.9998,-11.99978 c -1.6562,0 -3,1.34246 -3,2.99995 0,1.65621 1.3438,2.99995 3,2.99995 1.6562,0 2.9999,-1.34374 2.9999,-2.99995 0,-1.65749 -1.3437,-2.99995 -2.9999,-2.99995 z m 27.8144,2.97744 c -8.7461,-0.10616 -15.8084,-7.21111 -15.8084,-15.98218 -8.7711,0 -15.8747,-7.0611 -15.9822,-15.80595 -0.8275,-0.1262 -1.6612,-0.18865 -2.4912,-0.18865 -2.585,0 -5.1474,0.60625 -7.4736,1.79122 l -8.6411,4.40243 a 16.527304,16.527304 0 0 0 -7.2236,7.22609 l -4.3874,8.60983 a 16.580302,16.580302 0 0 0 -1.6025,10.11857 l 1.51,9.53482 a 16.569053,16.569053 0 0 0 4.6449,9.11979 l 6.8461,6.84488 a 16.50418,16.50418 0 0 0 9.0886,4.63243 l 9.5885,1.51749 c 0.8575,0.13639 1.72,0.20246 2.58,0.20246 2.59,0 5.1562,-0.61003 7.4861,-1.7975 l 8.6411,-4.40241 a 16.527304,16.527304 0 0 0 7.2236,-7.22608 l 4.3874,-8.60986 c 1.57,-3.07869 2.1262,-6.57111 1.6137,-9.98732 z m -5.1773,8.16985 -4.3875,8.61107 c -1.2099,2.37496 -3.1037,4.26866 -5.4761,5.47741 l -8.6411,4.40243 c -1.7475,0.88995 -3.7087,1.36117 -5.6699,1.36117 -0.6512,0 -1.3087,-0.0512 -1.9537,-0.1538 l -9.5873,-1.51744 c -2.625,-0.41624 -5.0062,-1.62999 -6.8861,-3.50993 l -6.8462,-6.84488 c -1.8874,-1.88622 -3.1049,-4.27866 -3.5224,-6.91613 l -1.51,-9.53354 c -0.4187,-2.63997 0,-5.29489 1.215,-7.6761 l 4.3874,-8.60983 c 1.21,-2.37496 3.1037,-4.26866 5.4762,-5.47739 l 8.6398,-4.40368 c 1.4162,-0.72123 2.9749,-1.16624 4.5637,-1.30747 1.6437,7.89361 7.9798,14.11846 15.9059,15.60721 1.4887,7.92733 7.7136,14.26346 15.6085,15.90592 -0.1374,1.59123 -0.58,3.14243 -1.3162,4.58491 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.1249976" />
|
||||
<path
|
||||
id="path5794-5-6-2"
|
||||
d="m 1328.408,276.94983 c -16.5581,0 -31.0068,10.95333 -39.0524,20.33332 l -16.0613,-14.27833 c -2.2371,-1.84166 -5.5619,0.11165 -4.999,2.92669 l 4.4492,23.01833 -4.4508,23.02002 c -0.5613,2.81334 2.7602,4.76666 4.9922,2.93169 l 16.0615,-14.27504 c 8.0521,9.37001 22.5091,20.32334 39.0606,20.32334 25.291,0 45.7932,-25.60002 45.7932,-32.00001 0,-6.39999 -20.5022,-32.00001 -45.7932,-32.00001 z m 0,58.6667 c -14.1407,0 -27.3756,-9.54502 -35.0453,-18.47833 l -3.3695,-3.92501 c -5.1646,4.24667 -2.0268,1.47999 -15.2467,13.60166 3.6029,-18.98167 3.1079,-16.395 3.4059,-17.86501 -0.298,-1.46835 0.1985,1.12166 -3.4043,-17.86501 13.2464,12.14167 10.1004,9.36833 15.2467,13.60335 l 3.3695,-3.92502 c 7.6699,-8.93333 20.8965,-18.48002 35.0437,-18.48002 21.2261,0 39.0905,21.08169 40.46,26.6667 -1.3695,5.58501 -19.2339,26.66669 -40.46,26.66669 z m -3.6063,-41.72502 -1.8728,-1.885 a 1.3246526,1.333334 0 0 0 -1.8744,0 l -14.0215,14.11 a 1.3246526,1.333334 0 0 0 0,1.88498 l 1.8728,1.885 a 1.3246526,1.333334 0 0 0 1.8727,0 l 14.0232,-14.10333 a 1.3246526,1.333334 0 0 0 0,-1.89165 z m 18.5451,2.66667 -1.8727,-1.88499 a 1.3246526,1.333334 0 0 0 -1.8743,0 l -24.6189,24.77667 a 1.3246526,1.333334 0 0 0 0,1.885 l 1.8729,1.88499 a 1.3246526,1.333334 0 0 0 1.8727,0 l 24.6203,-24.77002 a 1.3246526,1.333334 0 0 0 0,-1.89165 z m 6.0753,11.44835 a 1.3246526,1.333334 0 0 0 -1.8745,0 l -14.0214,14.11001 a 1.3246526,1.333334 0 0 0 0,1.88497 l 1.8726,1.885 a 1.3246526,1.333334 0 0 0 1.8729,0 l 14.0229,-14.10333 a 1.3246526,1.333334 0 0 0 0,-1.88666 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.16612327" />
|
||||
<path
|
||||
id="path5805-4-6-7"
|
||||
d="m 1076.231,318.94985 c -1.1001,0 -2.0001,0.9 -2.0001,1.99998 0,1.10001 0.9,1.99999 2.0001,1.99999 1.0999,0 1.9999,-0.89998 1.9999,-1.99999 0,-1.09998 -0.9,-1.99998 -1.9999,-1.99998 z m -4.0001,-31.00002 c -1.1,0 -1.9999,0.90001 -1.9999,2.00003 0,1.1 0.8999,1.99999 1.9999,1.99999 1.1001,0 2,-0.89999 2,-1.99999 0,-1.10002 -0.8999,-2.00003 -2,-2.00003 z m 4.0001,23.00002 c -1.1001,0 -2.0001,0.9 -2.0001,1.99999 0,1.1 0.9,1.99998 2.0001,1.99998 1.0999,0 1.9999,-0.89998 1.9999,-1.99998 0,-1.09999 -0.9,-1.99999 -1.9999,-1.99999 z m 0,-7.99999 c -1.1001,0 -2.0001,0.9 -2.0001,1.99998 0,1.1 0.9,2.00003 2.0001,2.00003 1.0999,0 1.9999,-0.90003 1.9999,-2.00003 0,-1.09998 -0.9,-1.99998 -1.9999,-1.99998 z m 4,-15.00003 c -1.1001,0 -2.0001,0.90001 -2.0001,2.00003 0,1.1 0.9,1.99999 2.0001,1.99999 1.1,0 2,-0.89999 2,-1.99999 0,-1.10002 -0.9,-2.00003 -2,-2.00003 z m 23.9999,19.00004 c 0,-5.51253 -4.4875,-10.00002 -9.9999,-10.00002 h -4.95 c 1.2874,-2.88749 1.5749,-6.17501 0.7249,-9.45 -1.2375,-4.84999 -5.175,-8.79998 -10,-10.06251 -1.2499,-0.32487 -2.5125,-0.48751 -3.7749,-0.48751 -3.8125,0 -7.3876,1.48752 -10.075,4.17501 -2.6876,2.6875 -4.175,6.26249 -4.175,10.07502 0,1.99999 0.4249,3.96249 1.225,5.74999 h -4.9751 c -5.5125,0 -10,4.48749 -10,10.00002 0,5.51246 4.4875,9.99998 10,9.99998 h 3.4876 l -7.25,7.7 c -3.475,4.27498 -2.8251,10.58751 1.4499,14.06247 1.7875,1.43751 4.0251,2.23753 6.3125,2.23753 3.025,0 5.8625,-1.35001 7.7626,-3.70002 l 6.2375,-6.44998 6.2375,6.44998 c 1.8999,2.35001 4.7374,3.70002 7.7624,3.70002 2.2876,0 4.525,-0.80002 6.3,-2.23753 4.2751,-3.47496 4.925,-9.78749 1.45,-14.06247 l -7.2499,-7.7 h 3.5 c 5.5124,0 9.9999,-4.48753 9.9999,-9.99998 z m -17.925,10.88748 8.575,9.32498 c 2.0875,2.575 1.7,6.35 -0.875,8.43751 -1.1125,0.90001 -2.45,1.34998 -3.775,1.34998 -1.7499,0 -3.475,-0.7625 -4.6624,-2.21247 l -6.2376,-6.45001 c -0.8,-0.98751 -1.95,-1.475 -3.0999,-1.475 -1.1501,0 -2.3,0.48749 -3.1001,1.475 l -6.2375,6.45001 c -1.1874,1.46248 -2.9124,2.21247 -4.6625,2.21247 -1.3249,0 -2.6624,-0.43746 -3.775,-1.34998 -2.575,-2.08751 -2.9625,-5.86248 -0.875,-8.43751 l 8.5751,-9.32498 c 1.5874,-1.96249 0.1999,-4.88751 -2.325,-4.88751 h -5.6001 c -3.3125,0 -6,-2.68749 -6,-5.99997 0,-3.31251 2.6875,-6.00001 6,-6.00001 h 10.2 c 1.1625,0 1.775,-1.4375 0.9126,-2.21252 -2.0626,-1.86248 -3.3625,-4.53748 -3.3625,-7.53748 0,-5.66251 4.5874,-10.25002 10.25,-10.25002 0.9,0 1.825,0.11255 2.7625,0.3625 3.4499,0.9 6.2624,3.725 7.1374,7.18748 1.0375,4.06252 -0.3374,7.83755 -3,10.23752 -0.8625,0.78752 -0.2748,2.22502 0.9,2.22502 h 10.2001 c 3.3124,0 5.9999,2.6875 5.9999,5.99997 0,3.31251 -2.6875,6 -5.9999,6 h -5.5876 c -2.5249,-0.0134 -3.925,2.91253 -2.3375,4.87502 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#303030;fill-opacity:1;stroke-width:0.12499995" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 168 KiB |
10410
cookbook/static/themes/tandoor.min.css
vendored
Normal file
10410
cookbook/static/themes/tandoor.min.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
BIN
cookbook/static/webfonts/poppins_devanagari_400.woff2
Normal file
BIN
cookbook/static/webfonts/poppins_devanagari_400.woff2
Normal file
Binary file not shown.
BIN
cookbook/static/webfonts/poppins_devanagari_500.woff2
Normal file
BIN
cookbook/static/webfonts/poppins_devanagari_500.woff2
Normal file
Binary file not shown.
BIN
cookbook/static/webfonts/poppins_devanagari_700.woff2
Normal file
BIN
cookbook/static/webfonts/poppins_devanagari_700.woff2
Normal file
Binary file not shown.
BIN
cookbook/static/webfonts/poppins_latin_400.woff2
Normal file
BIN
cookbook/static/webfonts/poppins_latin_400.woff2
Normal file
Binary file not shown.
BIN
cookbook/static/webfonts/poppins_latin_500.woff2
Normal file
BIN
cookbook/static/webfonts/poppins_latin_500.woff2
Normal file
Binary file not shown.
BIN
cookbook/static/webfonts/poppins_latin_700.woff2
Normal file
BIN
cookbook/static/webfonts/poppins_latin_700.woff2
Normal file
Binary file not shown.
BIN
cookbook/static/webfonts/poppins_latin_ext_400.woff2
Normal file
BIN
cookbook/static/webfonts/poppins_latin_ext_400.woff2
Normal file
Binary file not shown.
BIN
cookbook/static/webfonts/poppins_latin_ext_500.woff2
Normal file
BIN
cookbook/static/webfonts/poppins_latin_ext_500.woff2
Normal file
Binary file not shown.
BIN
cookbook/static/webfonts/poppins_latin_ext_700.woff2
Normal file
BIN
cookbook/static/webfonts/poppins_latin_ext_700.woff2
Normal file
Binary file not shown.
@ -58,12 +58,18 @@
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<nav class="navbar navbar-expand-lg navbar-dark bg-{% nav_color request %}" id="id_main_nav"
|
||||
<nav class="navbar navbar-expand-lg navbar-dark bg-{% nav_color request %} bg-header" id="id_main_nav"
|
||||
style="{% sticky_nav request %}">
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarText"
|
||||
aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
{% if request.user.is_authenticated and request.user.userpreference.theme == request.user.userpreference.TANDOOR %}
|
||||
<a class="navbar-brand p-0 me-2 justify-content-center" href="/" aria-label="Tandoor">
|
||||
<img class="brand-icon" src="{% static 'assets/brand_logo.svg' %}" alt="" style="height: 5vh;">
|
||||
</a>
|
||||
{% endif %}
|
||||
<div class="collapse navbar-collapse" id="navbarText">
|
||||
<ul class="navbar-nav mr-auto">
|
||||
<li class="nav-item {% if request.resolver_match.url_name in 'view_search,edit_recipe,edit_internal_recipe,edit_external_recipe,view_recipe,data_import_url' %}active{% endif %}">
|
||||
|
@ -359,7 +359,7 @@
|
||||
<div class="row">
|
||||
<div class="col-md-2 offset-md-5"
|
||||
style="text-align: center; margin-top: 8px;">
|
||||
<button class="btn btn-dark btn-block" @click="addIngredient(step)"><i
|
||||
<button class="btn btn-success btn-block" @click="addIngredient(step)"><i
|
||||
class="fa fa-plus"></i>
|
||||
</button>
|
||||
</div>
|
||||
|
@ -44,9 +44,9 @@
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<table class="table table-sm table-striped table-responsive-sm" style=" table-layout:fixed;">
|
||||
<thead class="thead-dark">
|
||||
<thead class="thead-dark" style="background-image: url({% static 'assets/header.svg' %});">
|
||||
<tr>
|
||||
<th v-for="d in dates" style="width: 14.2%; text-align: center">[[formatDateDayname(d)]]<br/>[[formatDateDay(d)]].
|
||||
<th class="thead-blank" v-for="d in dates" style="width: 14.2%; text-align: center;">[[formatDateDayname(d)]]<br/>[[formatDateDay(d)]].
|
||||
<button class="btn btn-sm btn-outline-secondary shadow-none" @click="addDayToShopping(d)"><i
|
||||
class="fas fa-cart-plus fa-sm"></i></button>
|
||||
</th>
|
||||
|
@ -64,21 +64,22 @@
|
||||
<h4>{% trans 'Members' %} <small class="text-muted">{{ space_users|length }}/
|
||||
{% if request.space.max_users > 0 %}
|
||||
{{ request.space.max_users }}{% else %}∞{% endif %}</small>
|
||||
</h4><a href="{% url 'new_invite_link' %}">{% trans 'Invite User' %}</a>
|
||||
<a class="btn btn-success float-right" href="{% url 'new_invite_link' %}"><i
|
||||
class="fas fa-plus-circle"></i> {% trans 'Invite User' %}</a>
|
||||
</h4>
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="row">
|
||||
<div class="col col-md-12">
|
||||
{% if space_users %}
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
<tr>
|
||||
<th>{% trans 'User' %}</th>
|
||||
<th>{% trans 'Groups' %}</th>
|
||||
<th>{% trans 'Edit' %}</th>
|
||||
</tr>
|
||||
</tr>
|
||||
{% for u in space_users %}
|
||||
<tr>
|
||||
<td>
|
||||
@ -88,22 +89,22 @@
|
||||
{{ u.user.groups.all |join:", " }}
|
||||
</td>
|
||||
<td>
|
||||
{% if u.user != request.user %}
|
||||
<div class="input-group mb-3">
|
||||
|
||||
<select v-model="users['{{ u.pk }}']" class="custom-select">
|
||||
<select v-model="users['{{ u.pk }}']" class="custom-select form-control" style="height: 44px">
|
||||
<option>{% trans 'admin' %}</option>
|
||||
<option>{% trans 'user' %}</option>
|
||||
<option>{% trans 'guest' %}</option>
|
||||
<option>{% trans 'remove' %}</option>
|
||||
</select>
|
||||
<div class="input-group-append">
|
||||
|
||||
<span class="input-group-append">
|
||||
<a class="btn btn-warning"
|
||||
:href="editUserUrl({{ u.pk }}, {{ u.space.pk }})">{% trans 'Update' %}</a>
|
||||
</div>
|
||||
:href="editUserUrl({{ u.pk }}, {{ u.space.pk }})" >{% trans 'Update' %}</a>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
||||
{% else %}
|
||||
{% trans 'You cannot edit yourself.' %}
|
||||
{% endif %}
|
||||
</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
|
@ -15,6 +15,7 @@ def theme_url(request):
|
||||
UserPreference.FLATLY: 'themes/flatly.min.css',
|
||||
UserPreference.DARKLY: 'themes/darkly.min.css',
|
||||
UserPreference.SUPERHERO: 'themes/superhero.min.css',
|
||||
UserPreference.TANDOOR: 'themes/tandoor.min.css',
|
||||
}
|
||||
if request.user.userpreference.theme in themes:
|
||||
return static(themes[request.user.userpreference.theme])
|
||||
|
Loading…
Reference in New Issue
Block a user