Merge branch 'dino_how2' into 'master'

Dino how2

See merge request disroot/howto!92
This commit is contained in:
muppeth 2018-12-25 21:40:16 +01:00
commit 6932f7e42a
38 changed files with 728 additions and 0 deletions

BIN
06.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

View file

@ -0,0 +1,87 @@
---
title: Dino
published: true
visible: true
taxonomy:
category:
- docs
---
![](en/dino.svg)<br>
Dino is an open source chat client for the desktop. It has support for [OMEMO](https://en.wikipedia.org/wiki/OMEMO) and [OpenPGP](https://en.wikipedia.org/wiki/Pretty_Good_Privacy#OpenPGP), which means that once you enable encryption, only you and the other person can read your messages and no one else.
1. **Installing Dino**<br>
**Dino** is available for GNU/Linux users only. You can check if there's a compiled package version for your distro by clicking [here](https://github.com/dino/dino/wiki/Distribution-Packages). Or build it yourself by downloading the code and compiling it from the command line:
```
./configure
make
build/dino
```
2. **Starting Dino**<br>
First time you launch Dino, it'll appear a screen like this:
![](en/01.png)
To continue, select **Manage accounts** and then **Add an account**.
![](en/02.png)
3. **Setting up an account**<br>
Sign in with your information...:<br>
```
JID: your_username@disroot.org
Password: your Disroot password
Local alias: the name you want to use
```
... and then **Save**
![](en/03.png)
Once you've completed the previous step, the next box will appear:
![](en/04.png)
Connect by clicking the Connection button next to the username.
![](en/05.png)
To change the avatar, just click on the user icon, browse your local system and select the image you want to use.
![](en/06.png)
4. **Starting a conversation**<br>
If you want to start a communication with other user, just click on **Start Conversation**. However, if you want to join a chat room then click on **Join a channel**.
![](en/08.png)
The procedure will be the same in both cases: enter the username or the chatroom's name and then click **Next**...
![](en/09.png)
... and a confirmation request will appear.
![](en/10.png)
By clicking on the **Join** button you will access the room or start a conversation with another user.
![](en/12.png)
Encryption is very uncommon at chatrooms, but it is recommended to enable it on one to one user conversations. To do it, just click on the lock icon at the right of the text box.
![](es/13.png)
5. **Settings and Preferences**<br>
If you want to add more accounts, start conversations with other users, join chatrooms or adjust some preferences, just click on the left icon at the top bar...
![](en/13.png)
![](en/14.png)
![](en/15.png)
... and that's it.

View file

@ -0,0 +1,80 @@
---
title: Dino
published: true
visible: true
taxonomy:
category:
- docs
---
![](es/dino.svg)<br>
Dino es un cliente de chat de código abierto para el escritorio. Tiene soporte para [OMEMO](https://securityhacklabs.net/articulo/que-es-omemo-el-protocolo-de-cifrado-de-ultima-generacion) y [OpenPGP](https://es.wikipedia.org/wiki/Pretty_Good_Privacy#OpenPGP), por lo que una vez habilitado alguno de los protocolos de cifrado, tus mensajes solo pueden ser leídos por las personas con las que elijas comunicarte y nadie más.
1. **Instalar Dino**<br>
**Dino** está disponible solo para usuarios de GNU/Linux. Puedes verificar si hay una versión compilada (un paquete) para tu distribución haciendo click [aquí](https://github.com/dino/dino/wiki/Distribution-Packages).
2. **Iniciar Dino**<br>
Al iniciar Dino serás recibido por una pantalla como esta:
![](es/01.png)
Para continuar, selecciona **Gestionar cuentas** y luego **Añadir una cuenta**.
![](es/02.png)
3. **Configurar una cuenta**<br>
En el siguiente cuadro ingresamos nuestros datos de usuario de **Disroot**...<br>
```
JID: tu_usuario@disroot.org
Contraseña: tu contraseña de Disroot
Alias local: el nombre con el que quieras ser identificado
```
... y luego **Guardar**
![](es/03.png)
Una vez completado el paso anterior, aparecerá el siguiente cuadro:
![](es/04.png)
Conectate haciendo click en el botón a la derecha del nombre de usuario.
![](es/05.png)
Para cambiar el avatar, haz click en la imagen del usuario, navega por el sistema de archivos local y selecciona el que quieras utilizar.
![](es/05a.png)
4. **Iniciar una conversación**<br>
Para comenzar a comunicarte con otro usuario, debes hacer click en **Iniciar conversación**. En cambio si deseas ingresar a una sala de chat, debes hacer click en **Unirse a canal**.
![](es/06.png)
En ambos casos, el procedimiento será el mismo. Debes ingresar el nombre de usuario o de la sala y hacer click en **Siguiente**...
![](es/07.png)
... y aparecerá el cuadro de confirmación.
![](es/08.png)
Haciendo click en **Unirse** ingresarás a la sala o comenzarás una conversación con otro usuario.
![](es/09.png)
En las salas de chat es muy poco común, pero para las conversaciones uno a uno con otro usuario, es recomendable habilitar el cifrado. Para ello, solo haz click en el ícono del candado, a la derecha del cuadro de texto.
![](es/13.png)
![](es/14.png)
5. **Ajustes y Preferencias**<br>
Si quieres agregar más cuentas, iniciar conversaciones con otros usuarios, unirte a otras salas o ajustar algunas preferencias, simplemente haz click en el ícono de la izquierda en la barra superior...
![](es/10.png)
![](es/12.png)
... y eso es todo.

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View file

@ -0,0 +1,274 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="125.07mm"
height="26.458mm"
version="1.1"
viewBox="0 0 125.06554 26.458334"
id="svg1242"
sodipodi:docname="dino.svg"
inkscape:version="0.92.2 2405546, 2018-03-11">
<metadata
id="metadata1246">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1039"
id="namedview1244"
showgrid="false"
showguides="true"
inkscape:guide-bbox="true"
inkscape:zoom="2.7543576"
inkscape:cx="199.86282"
inkscape:cy="-8.6517829"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg1242" />
<defs
id="defs1130">
<filter
id="c"
x="-.036307"
y="-.035699"
width="1.0726"
height="1.0714"
style="color-interpolation-filters:sRGB">
<feGaussianBlur
stdDeviation="1.2791125"
id="feGaussianBlur1116" />
</filter>
<filter
id="b"
x="-.056773"
y="-.063615"
width="1.1135"
height="1.1272"
style="color-interpolation-filters:sRGB">
<feGaussianBlur
stdDeviation="7.4064132"
id="feGaussianBlur1119" />
</filter>
<linearGradient
id="a"
x1="479.79"
x2="529.53"
y1="233.23"
y2="276.31"
gradientUnits="userSpaceOnUse">
<stop
style="stop-color:#fff"
offset="0"
id="stop1122" />
<stop
style="stop-color:#fff;stop-opacity:0"
offset="1"
id="stop1124" />
</linearGradient>
<clipPath
id="d">
<path
d="m503.51 222.01c-20.04 0-36.286 16.246-36.286 36.286 0 1.9247 0.15113 3.8139 0.43979 5.6575 1.4023 6.7619 6.6874 9.388 6.6874 9.388 1.1074 0.90879 2.4838 1.8364 4.0732 2.7523l-0.13076-4e-3s3.3315 18.563 9.4439 18.41c4.6229-0.11575 8.2504-9.4523 14.128-9.2645 5.8724 0.18755 8.2564 9.1509 14.1 9.2129 3.3748 0.0358 6.3071-5.7438 8.1597-10.528 0.58645-0.11985 1.1699-0.24997 1.7493-0.39224 5.5562 5.2542 18.398 10.599 23.871 12.412 0.0748-0.0397 0.13497-0.0861 0.17672-0.14056 1.3957-1.8189-7.9538-16.01-12.983-23.371 1.8385-4.3435 2.8556-9.1191 2.8556-14.132 0-20.04-16.246-36.286-36.286-36.286z"
style="fill-rule:evenodd;fill:#009688"
id="path1127" />
</clipPath>
</defs>
<path
inkscape:connector-curvature="0"
id="path1132"
style="opacity:0.2;fill-rule:evenodd;filter:url(#c)"
d="m 505.07,210.24 c -2.5841,0 -7.3628,8.6893 -9.387,12.604 -0.94326,0.20264 -1.873,0.44183 -2.7874,0.71623 -3.3635,-2.1846 -10.387,-6.5011 -12.017,-5.5604 -1.4224,0.82123 -1.4244,8.8617 -1.3327,12.923 -7.653,6.6526 -12.492,16.459 -12.492,27.395 0,0.0486 10e-4,0.0967 0.002,0.14521 -1.4e-4,0.0423 -0.002,0.0843 -0.002,0.12661 0,1.9247 0.15111,3.8139 0.43977,5.6575 0.0502,0.24199 0.10668,0.47701 0.16639,0.70848 1.6417,8.8803 6.5179,16.625 13.36,21.971 1.5768,4.1532 3.7748,7.9361 6.5474,7.8667 1.4042,-0.0352 2.7167,-0.9229 4.0282,-2.1342 1.8383,0.62849 3.7425,1.1151 5.7004,1.4433 1.9655,0.32953 3.9844,0.50126 6.0436,0.50126 2.131,0 4.219,-0.18397 6.2492,-0.5364 0.89437,-0.15526 1.7768,-0.34484 2.6474,-0.56431 1.0608,0.73836 2.2186,1.2245 3.56,1.2387 2.0674,0.0219 3.967,-2.1417 5.5557,-4.9186 0.37421,-0.21442 0.7438,-0.43632 1.1095,-0.66353 9.5437,3.1435 23.482,7.4546 26.689,6.9288 0.13942,0.0475 0.29413,0.10228 0.42529,0.14572 0.0748,-0.0397 0.13498,-0.0861 0.17674,-0.14056 0.1153,-0.15025 0.15567,-0.38623 0.13281,-0.69453 0.0425,-0.56284 -0.23881,-1.4945 -0.74414,-2.6712 1.157,-2.2732 2.9888,-6.2272 2.326,-7.3753 -0.60212,-1.0429 -4.756,-1.1406 -7.0006,-1.1172 -0.25831,-0.42009 -0.51451,-0.83638 -0.77979,-1.2604 1.1348,-2.2818 3.259,-6.9145 2.4986,-8.2315 -0.85243,-1.4765 -7.1725,-1.7568 -9.0863,-1.8087 -0.0527,-0.0774 -0.10677,-0.15701 -0.15865,-0.23306 1.9544,-1.0021 10.336,-5.3929 10.639,-7.1536 0.27021,-1.5725 -5.2359,-6.2342 -7.9763,-8.4444 -0.0322,-0.98027 -0.10388,-1.9503 -0.21239,-2.9094 2.7402,-3.6703 8.9804,-12.269 8.3762,-13.724 -0.78309,-1.886 -11.23,-3.2182 -15.204,-3.6613 -0.46882,-0.6359 -0.95819,-1.2556 -1.4666,-1.8588 0.36516,-4.3177 1.1956,-16.086 -0.54467,-17.205 -1.4954,-0.96142 -11.73,4.5197 -15.087,6.365 -0.54444,-0.19299 -1.095,-0.37316 -1.6511,-0.54054 -1.4533,-3.3613 -5.9887,-13.329 -8.7436,-13.329 z"
transform="matrix(0.28148,0,0,0.28148,-130.48,-58.313)" />
<path
inkscape:connector-curvature="0"
id="path1134"
style="fill:#455a64;fill-rule:evenodd;stroke-width:0.28148001"
d="m 23.89,24.5423 c 0,0 1.1653,-2.0816 0.89976,-2.5416 -0.23341,-0.40437 -2.3767,-0.30529 -2.3767,-0.30529 0,0 1.1774,-2.1833 0.89008,-2.681 -0.28293,-0.48999 -2.7233,-0.51302 -2.7233,-0.51302 0,0 3.0191,-1.5143 3.1154,-2.0752 0.101,-0.58786 -2.6691,-2.7122 -2.6691,-2.7122 0,0 2.9386,-3.8247 2.722,-4.3465 -0.27192,-0.65485 -4.7339,-1.0795 -4.7339,-1.0795 0,0 0.4879,-4.9314 -0.11164,-5.3171 -0.50377,-0.32386 -4.57,1.9701 -4.57,1.9701 0,0 -1.6718,-4.0825 -2.6027,-4.0825 -0.93678,0 -2.9158,4.0884 -2.9158,4.0884 0,0 -3.2851,-2.2554 -3.8934,-1.9042 -0.53776,0.31047 -0.35443,4.2931 -0.35443,4.2931 z" />
<g
id="g1140"
style="fill:#80cbc4"
transform="matrix(0.28148,0,0,0.28148,-69.96,-24.221)">
<path
inkscape:connector-curvature="0"
id="path1136"
style="fill:#80cbc4;fill-rule:evenodd"
d="m 318.85,146.9 c 0,0 17.935,25.313 16.04,27.783 -1.8402,2.3983 -36.52,-9.7855 -36.52,-9.7855 z" />
<path
inkscape:connector-curvature="0"
id="path1138"
style="fill:#80cbc4;fill-rule:evenodd"
d="m 252.19,137.18 c 0,17.981 13.079,32.907 30.242,35.785 1.9655,0.32953 3.9846,0.50105 6.0437,0.50105 2.131,0 4.2192,-0.18371 6.2494,-0.53614 17.062,-2.9619 30.036,-17.841 30.036,-35.75 -10e-6,-20.04 -16.246,-36.286 -36.286,-36.286 -20.04,0 -36.286,16.246 -36.286,36.286 z" />
</g>
<path
inkscape:connector-curvature="0"
id="path1142"
style="opacity:0.15;fill-rule:evenodd;filter:url(#b)"
d="m 154.92,58.094 c -75.742,0 -137.14,61.401 -137.14,137.14 0,7.2743 0.5712,14.415 1.6622,21.383 5.3001,25.557 25.275,35.482 25.275,35.482 4.1853,3.4348 9.3874,6.9409 15.395,10.402 l -0.4942,-0.016 c 0,0 12.592,70.158 35.693,69.58 17.472,-0.4375 31.183,-35.725 53.398,-35.016 22.195,0.7089 31.205,34.586 53.293,34.82 12.755,0.1352 23.838,-21.709 30.84,-39.789 2.2165,-0.453 4.4217,-0.9448 6.6114,-1.4825 21,19.858 69.537,40.06 90.221,46.912 0.2827,-0.15 0.5101,-0.3254 0.6679,-0.5312 5.2752,-6.8747 -30.062,-60.51 -49.07,-88.332 6.9486,-16.416 10.793,-34.466 10.793,-53.414 0,-75.742 -61.401,-137.14 -137.14,-137.14 z"
transform="scale(0.074473)" />
<path
inkscape:connector-curvature="0"
id="path1144"
style="fill:#00796b;fill-rule:evenodd;stroke-width:0.28148001"
d="m 11.24,4.328 c -5.6408,0 -10.214,4.5728 -10.214,10.214 0,0.54175 0.0426,1.0735 0.12385,1.5925 0.39469,1.9033 1.8823,2.6425 1.8823,2.6425 0.31172,0.2558 0.69914,0.51693 1.1465,0.7747 l -0.0369,-0.0011 c 0,0 0.93774,5.225 2.6582,5.182 1.3012,-0.03258 2.3223,-2.6606 3.9767,-2.6078 1.653,0.0528 2.324,2.5757 3.9691,2.5932 0.94992,0.01007 1.7753,-1.6167 2.2967,-2.9634 0.16513,-0.03373 0.32929,-0.07036 0.49239,-0.11041 1.5639,1.479 5.1786,2.9834 6.7191,3.4937 0.0208,-0.01116 0.0379,-0.02422 0.0498,-0.03956 0.39285,-0.51198 -2.2388,-4.5064 -3.6544,-6.5784 0.51747,-1.2226 0.8038,-2.5668 0.8038,-3.9781 0,-5.6408 -4.5728,-10.214 -10.214,-10.214 z" />
<path
inkscape:connector-curvature="0"
id="path1146"
style="fill:#4db6ac;fill-rule:evenodd;stroke-width:0.28148001"
d="m 11.24,4.028 c -5.6408,0 -10.214,4.5728 -10.214,10.214 0,0.54176 0.0426,1.0735 0.12385,1.5925 0.39469,1.9033 1.8823,2.6425 1.8823,2.6425 0.31172,0.25581 0.69914,0.5169 1.1465,0.7747 l -0.0369,-0.0011 c 0,0 0.93774,5.225 2.6582,5.182 1.3012,-0.03258 2.3223,-2.6606 3.9767,-2.6078 1.653,0.05279 2.324,2.5757 3.9691,2.5932 0.94992,0.01007 1.7753,-1.6167 2.2967,-2.9634 0.16513,-0.03374 0.32929,-0.07036 0.49239,-0.11041 1.5639,1.4789 5.1786,2.9834 6.7191,3.4937 0.0208,-0.01116 0.0379,-0.02422 0.0498,-0.03956 0.39285,-0.51197 -2.2388,-4.5064 -3.6544,-6.5784 0.51747,-1.2226 0.8038,-2.5668 0.8038,-3.9781 0,-5.6408 -4.5728,-10.214 -10.214,-10.214 z" />
<path
inkscape:connector-curvature="0"
id="path1148"
style="fill:#009688;fill-rule:evenodd;stroke-width:0.28148001"
d="m 11.24,4.177 c -5.6408,0 -10.214,4.5728 -10.214,10.214 0,0.54175 0.0426,1.0735 0.12385,1.5925 0.39469,1.9033 1.8823,2.6425 1.8823,2.6425 0.31172,0.2558 0.69914,0.5169 1.1465,0.7747 l -0.0369,-0.0011 c 0,0 0.93774,5.225 2.6582,5.182 1.3012,-0.03258 2.3223,-2.6606 3.9767,-2.6078 1.6529,0.05279 2.324,2.5757 3.9688,2.5932 0.94992,0.01007 1.7753,-1.6167 2.2967,-2.9634 0.16513,-0.03373 0.3293,-0.07036 0.4924,-0.11041 1.5639,1.4789 5.1786,2.9834 6.7191,3.4937 0.0208,-0.01116 0.0379,-0.02422 0.0498,-0.03956 0.39286,-0.51198 -2.2388,-4.5064 -3.6544,-6.5784 0.51751,-1.2226 0.8038,-2.5668 0.8038,-3.9781 0,-5.6408 -4.5728,-10.214 -10.214,-10.214 z" />
<circle
id="circle1150"
style="fill:#eeeeee;fill-rule:evenodd;stroke-width:0.28148001"
r="0.81919998"
cy="11.6302"
cx="6.079999" />
<rect
id="rect1152"
style="opacity:0.05;fill:url(#a);fill-rule:evenodd"
clip-path="url(#d)"
height="98.654999"
width="101.96"
y="203.89999"
x="461.54999"
transform="matrix(0.28148,0,0,0.28148,-130.48,-58.313)" />
<g
id="g1162"
aria-label="Dino"
transform="translate(227.55,20.522)">
<path
inkscape:connector-curvature="0"
id="path1154"
style="stroke-width:0.13739px"
d="m -192.73,-10.057 q 0,0.9892 -0.30775,1.7256 -0.30775,0.72542 -0.8683,1.209 -0.56055,0.47262 -1.3409,0.71442 -0.78037,0.23081 -1.7146,0.23081 -0.46163,0 -1.0222,-0.043966 -0.54955,-0.032973 -1.0002,-0.14288 v -7.386 q 0.45064,-0.10991 1.0002,-0.14288 0.56055,-0.04397 1.0222,-0.04397 0.93425,0 1.7146,0.2418 0.78037,0.23081 1.3409,0.71442 0.56055,0.47262 0.8683,1.209 0.30775,0.72542 0.30775,1.7146 z m -4.1437,2.9456 q 1.5168,0 2.2642,-0.76938 0.74739,-0.78037 0.74739,-2.1762 0,-1.3959 -0.74739,-2.1653 -0.7474,-0.78037 -2.2642,-0.78037 -0.45064,0 -0.70343,0.01099 -0.24181,0.01099 -0.34073,0.02198 v 5.8253 q 0.0989,0.010993 0.34073,0.02198 0.25279,0.010993 0.70343,0.010993 z" />
<path
inkscape:connector-curvature="0"
id="path1156"
style="stroke-width:0.13739px"
d="m -190.2,-6.2428 h -1.0222 v -5.7154 h 1.0222 z m -0.51658,-6.7486 q -0.27478,0 -0.47262,-0.17586 -0.18685,-0.18685 -0.18685,-0.4946 0,-0.30775 0.18685,-0.48361 0.19784,-0.18685 0.47262,-0.18685 0.27478,0 0.46163,0.18685 0.19784,0.17586 0.19784,0.48361 0,0.30775 -0.19784,0.4946 -0.18685,0.17586 -0.46163,0.17586 z" />
<path
inkscape:connector-curvature="0"
id="path1158"
style="stroke-width:0.13739px"
d="m -188.43,-11.793 q 0.35172,-0.08793 0.93425,-0.18685 0.58253,-0.09892 1.3409,-0.09892 0.68145,0 1.1321,0.19784 0.45063,0.18685 0.71442,0.53857 0.27478,0.34072 0.3847,0.82434 0.1099,0.48361 0.1099,1.0661 v 3.2094 h -1.0222 v -2.9896 q 0,-0.52757 -0.0769,-0.90127 -0.0659,-0.3737 -0.23081,-0.60451 -0.16487,-0.23081 -0.43965,-0.32974 -0.27478,-0.10991 -0.68145,-0.10991 -0.16486,0 -0.34072,0.01099 -0.17586,0.01099 -0.34073,0.03297 -0.15388,0.01099 -0.28577,0.03297 -0.1209,0.02198 -0.17586,0.03297 v 4.8251 h -1.0222 z" />
<path
inkscape:connector-curvature="0"
id="path1160"
style="stroke-width:0.13739px"
d="m -177.07,-9.1005 q 0,0.68145 -0.19784,1.231 -0.19784,0.54955 -0.56055,0.94524 -0.35171,0.39568 -0.84632,0.6155 -0.4946,0.20883 -1.0771,0.20883 -0.5825,0 -1.0771,-0.20883 -0.4946,-0.21982 -0.85731,-0.6155 -0.35171,-0.39568 -0.54956,-0.94524 -0.19784,-0.54956 -0.19784,-1.231 0,-0.67046 0.19784,-1.22 0.19785,-0.56055 0.54956,-0.95623 0.36271,-0.39568 0.85731,-0.60451 0.4946,-0.21982 1.0771,-0.21982 0.5825,0 1.0771,0.21982 0.49461,0.20883 0.84632,0.60451 0.36271,0.39568 0.56055,0.95623 0.19784,0.54956 0.19784,1.22 z m -1.0661,0 q 0,-0.96722 -0.43965,-1.5278 -0.42865,-0.57154 -1.176,-0.57154 -0.74735,0 -1.187,0.57154 -0.42866,0.56055 -0.42866,1.5278 0,0.96722 0.42866,1.5388 0.43964,0.56055 1.187,0.56055 0.74736,0 1.176,-0.56055 0.43965,-0.57154 0.43965,-1.5388 z" />
</g>
<g
id="g1358"
transform="translate(0.13354383,-0.03396273)">
<path
inkscape:connector-curvature="0"
id="path1176"
style="stroke-width:0.13738847px"
d="m 30.27437,19.279746 q 0,0.228983 -0.05037,0.425911 -0.0458,0.196928 -0.169448,0.348056 -0.119069,0.146548 -0.325157,0.233563 -0.201503,0.08243 -0.508339,0.08243 -0.155714,0 -0.288522,-0.02748 -0.128229,-0.0229 -0.233563,-0.05953 -0.105334,-0.04122 -0.183188,-0.08243 -0.07785,-0.0458 -0.123648,-0.08701 l 0.174023,-0.352636 q 0.09617,0.06869 0.247302,0.146548 0.155713,0.07327 0.384696,0.07327 0.329736,0 0.480865,-0.164868 0.151128,-0.169448 0.151128,-0.577013 v -2.111248 h 0.44423 z" />
<path
inkscape:connector-curvature="0"
id="path1178"
style="stroke-width:0.13738847px"
d="m 31.816602,19.99421 q 0.151128,0 0.265622,-0.0046 0.119069,-0.0092 0.196923,-0.02748 v -0.70982 q -0.0458,-0.0229 -0.151128,-0.03664 -0.100754,-0.01832 -0.247303,-0.01832 -0.09617,0 -0.206083,0.01374 -0.105333,0.01374 -0.196927,0.05953 -0.08702,0.04122 -0.146549,0.119074 -0.05953,0.07327 -0.05953,0.196928 0,0.228983 0.146548,0.320577 0.146549,0.08701 0.398431,0.08701 z m -0.03666,-2.134148 q 0.256463,0 0.430491,0.06869 0.178608,0.06412 0.283942,0.187768 0.109909,0.119074 0.155708,0.288522 0.0458,0.164869 0.0458,0.366377 v 1.488383 q -0.05495,0.0092 -0.155709,0.02748 -0.09617,0.01374 -0.219822,0.02748 -0.123654,0.01374 -0.270202,0.0229 -0.141969,0.01374 -0.283937,0.01374 -0.201508,0 -0.370956,-0.04122 -0.169448,-0.04122 -0.293097,-0.128229 -0.123654,-0.09159 -0.192348,-0.238142 -0.06869,-0.146549 -0.06869,-0.352637 0,-0.196928 0.07785,-0.338896 0.08243,-0.141968 0.219823,-0.228982 0.137388,-0.08702 0.320576,-0.128229 0.183188,-0.04121 0.384696,-0.04122 0.06411,0 0.132809,0.0092 0.06869,0.0046 0.128228,0.01832 0.06412,0.0092 0.109914,0.01832 0.0458,0.0092 0.06411,0.01374 v -0.119074 q 0,-0.105334 -0.0229,-0.206088 -0.0229,-0.105334 -0.08243,-0.183188 -0.05954,-0.08243 -0.164868,-0.128228 -0.100754,-0.05038 -0.265622,-0.05038 -0.210668,0 -0.370956,0.03206 -0.155708,0.02748 -0.233563,0.05953 l -0.05037,-0.352636 q 0.08243,-0.03664 0.274777,-0.06869 0.192348,-0.03664 0.416751,-0.03664 z" />
<path
inkscape:connector-curvature="0"
id="path1180"
style="stroke-width:0.13738847px"
d="m 33.826177,18.024723 q 0.07785,-0.05038 0.233562,-0.105334 0.160289,-0.05495 0.366371,-0.05495 0.256462,0 0.45339,0.09159 0.201503,0.09159 0.338897,0.256463 0.137388,0.164868 0.206082,0.39385 0.07328,0.228983 0.07328,0.503765 0,0.288517 -0.08701,0.522074 -0.08243,0.228983 -0.238143,0.389271 -0.155708,0.160288 -0.375531,0.247302 -0.219822,0.08701 -0.494604,0.08701 -0.297682,0 -0.526644,-0.04122 -0.228962,-0.04122 -0.375531,-0.08243 v -3.411863 l 0.425911,-0.07328 z m 0,1.905149 q 0.06411,0.01832 0.178603,0.03664 0.119074,0.01374 0.293102,0.01374 0.343476,0 0.549543,-0.224403 0.206088,-0.228982 0.206088,-0.645712 0,-0.183188 -0.03666,-0.343476 -0.03661,-0.160289 -0.119069,-0.274782 -0.08243,-0.119074 -0.215248,-0.183188 -0.128228,-0.0687 -0.311416,-0.0687 -0.174029,0 -0.320577,0.05954 -0.146548,0.05953 -0.224403,0.123653 z" />
<path
inkscape:connector-curvature="0"
id="path1182"
style="stroke-width:0.13738847px"
d="m 36.526381,18.024723 q 0.07785,-0.05038 0.233562,-0.105334 0.160289,-0.05495 0.366376,-0.05495 0.256463,0 0.453385,0.09159 0.201508,0.09159 0.338897,0.256463 0.137393,0.164868 0.206088,0.39385 0.07327,0.228983 0.07327,0.503765 0,0.288517 -0.08701,0.522074 -0.08243,0.228983 -0.238143,0.389271 -0.155708,0.160288 -0.375536,0.247302 -0.219822,0.08701 -0.494604,0.08701 -0.297677,0 -0.526644,-0.04122 -0.228967,-0.04122 -0.375536,-0.08243 v -3.411863 l 0.42591,-0.07328 z m 0,1.905149 q 0.06411,0.01832 0.178608,0.03664 0.119074,0.01374 0.293097,0.01374 0.343476,0 0.549543,-0.224403 0.206083,-0.228982 0.206083,-0.645712 0,-0.183188 -0.03661,-0.343476 -0.03666,-0.160289 -0.119074,-0.274782 -0.08243,-0.119074 -0.215242,-0.183188 -0.128234,-0.0687 -0.311417,-0.0687 -0.174028,0 -0.320581,0.05954 -0.146549,0.05953 -0.224403,0.123653 z" />
<path
inkscape:connector-curvature="0"
id="path1184"
style="stroke-width:0.13738847px"
d="m 38.670966,19.114878 q 0,-0.315996 0.09159,-0.549543 0.09159,-0.238143 0.242722,-0.393851 0.151134,-0.155708 0.348057,-0.233563 0.196928,-0.07785 0.40301,-0.07785 0.480865,0 0.737312,0.302257 0.256462,0.297677 0.256462,0.911371 0,0.02748 0,0.07327 0,0.04122 -0.0047,0.07785 h -1.630352 q 0.02747,0.370956 0.215242,0.563304 0.187768,0.192348 0.586204,0.192348 0.224408,0 0.375536,-0.03664 0.155708,-0.04122 0.233563,-0.07785 l 0.05953,0.357217 q -0.07785,0.04122 -0.274777,0.08701 -0.192348,0.0458 -0.43965,0.0458 -0.311417,0 -0.540405,-0.09159 -0.224402,-0.09617 -0.370951,-0.261042 -0.146548,-0.164868 -0.219822,-0.389271 -0.0687,-0.228982 -0.0687,-0.499184 z m 1.634973,-0.233562 q 0.0047,-0.288517 -0.146553,-0.471705 -0.146549,-0.187768 -0.407591,-0.187768 -0.146548,0 -0.261037,0.05953 -0.109914,0.05495 -0.187768,0.146548 -0.07785,0.09159 -0.123654,0.210663 -0.04123,0.119074 -0.05495,0.242722 z" />
<path
inkscape:connector-curvature="0"
id="path1186"
style="stroke-width:0.13738847px"
d="m 42.238351,17.869461 q 0.05495,0 0.123648,0.0092 0.07328,0.0046 0.141974,0.01832 0.06869,0.0092 0.123649,0.0229 0.05953,0.0092 0.08701,0.01832 l -0.07328,0.370951 q -0.05037,-0.01832 -0.169448,-0.04122 -0.114494,-0.02748 -0.297676,-0.02748 -0.119074,0 -0.238143,0.02748 -0.114494,0.0229 -0.151133,0.03206 v 2.001318 h -0.425906 v -2.280685 q 0.151129,-0.05495 0.375531,-0.100754 0.224403,-0.05037 0.503765,-0.05037 z" />
<path
inkscape:connector-curvature="0"
id="path1188"
style="stroke-width:0.13738847px"
d="m 42.877053,21.148287 h -0.435065 l 1.552513,-4.433111 h 0.425911 z" />
<path
inkscape:connector-curvature="0"
id="path1190"
style="stroke-width:0.13738847px"
d="m 46.69888,20.301047 q -0.0687,-0.137389 -0.164868,-0.302257 -0.09617,-0.169448 -0.210668,-0.348056 -0.114494,-0.183188 -0.238142,-0.361797 -0.123654,-0.183188 -0.238143,-0.343476 -0.114494,0.160288 -0.238142,0.343476 -0.123654,0.178609 -0.238143,0.361797 -0.109914,0.178608 -0.210667,0.348056 -0.09617,0.164868 -0.164869,0.302257 h -0.490024 q 0.206087,-0.403011 0.476284,-0.819772 0.274783,-0.416751 0.581635,-0.85638 L 44.546454,17.12732 h 0.512919 l 0.783111,1.181547 0.773972,-1.181547 h 0.50834 l -0.998349,1.479245 q 0.311422,0.44423 0.586204,0.865571 0.274782,0.42133 0.485445,0.828911 z" />
<path
inkscape:connector-curvature="0"
id="path1192"
style="stroke-width:0.13738847px"
d="m 49.109331,19.861381 q -0.04579,-0.109914 -0.123648,-0.279362 -0.07327,-0.169449 -0.160288,-0.366377 -0.08701,-0.196928 -0.187768,-0.40301 -0.09617,-0.210663 -0.183188,-0.393851 -0.08701,-0.187768 -0.164869,-0.334316 -0.07327,-0.146549 -0.119074,-0.224403 -0.05037,0.540404 -0.08243,1.172408 -0.03204,0.627434 -0.05495,1.268577 h -0.43507 q 0.01833,-0.412171 0.04123,-0.828911 0.0229,-0.421331 0.05037,-0.824341 0.03204,-0.407591 0.06411,-0.792302 0.03666,-0.384691 0.07785,-0.728173 h 0.389276 q 0.123649,0.201508 0.265617,0.476285 0.141969,0.274782 0.283942,0.577013 0.141969,0.297677 0.274782,0.599913 0.132809,0.297676 0.242723,0.544973 0.109914,-0.247302 0.242722,-0.544973 0.132809,-0.302257 0.274782,-0.599913 0.141969,-0.302257 0.283942,-0.577013 0.141969,-0.274782 0.265622,-0.476285 h 0.389271 q 0.155708,1.534183 0.233563,3.173727 h -0.435071 q -0.0229,-0.641143 -0.05495,-1.268577 -0.03206,-0.632004 -0.08243,-1.172408 -0.04579,0.07785 -0.123649,0.224403 -0.07327,0.146548 -0.160288,0.334316 -0.08701,0.183188 -0.187768,0.393851 -0.09617,0.206088 -0.183188,0.40301 -0.08701,0.196923 -0.164868,0.366377 -0.07328,0.169448 -0.119074,0.279362 z" />
<path
inkscape:connector-curvature="0"
id="path1194"
style="stroke-width:0.13738847px"
d="m 52.5173,17.095229 q 0.668613,0 1.02587,0.256463 0.361796,0.251882 0.361796,0.755641 0,0.274782 -0.100754,0.471705 -0.09617,0.192348 -0.283936,0.315997 -0.183188,0.119074 -0.448811,0.174028 -0.265622,0.05495 -0.599912,0.05495 h -0.352636 v 1.176978 h -0.444231 v -3.127927 q 0.187768,-0.04579 0.416751,-0.05953 0.233562,-0.01832 0.42591,-0.01832 z m 0.03664,0.389271 q -0.283942,0 -0.43507,0.01374 v 1.245677 h 0.334316 q 0.228983,0 0.412171,-0.02748 0.183188,-0.03206 0.306836,-0.100754 0.128229,-0.07327 0.196928,-0.196928 0.0687,-0.123649 0.0687,-0.315997 0,-0.183188 -0.07327,-0.302257 -0.06869,-0.119073 -0.192348,-0.187768 -0.119073,-0.07327 -0.279362,-0.100754 -0.160288,-0.02748 -0.338896,-0.02748 z" />
<path
inkscape:connector-curvature="0"
id="path1196"
style="stroke-width:0.13738847px"
d="m 55.29903,17.095229 q 0.668612,0 1.02587,0.256463 0.361796,0.251882 0.361796,0.755641 0,0.274782 -0.100754,0.471705 -0.09617,0.192348 -0.283942,0.315997 -0.183188,0.119074 -0.448805,0.174028 -0.265622,0.05495 -0.599913,0.05495 h -0.352636 v 1.176978 h -0.44423 v -3.127927 q 0.187768,-0.04579 0.41675,-0.05953 0.233563,-0.01832 0.425911,-0.01832 z m 0.03663,0.389271 q -0.283936,0 -0.43507,0.01374 v 1.245677 h 0.334316 q 0.228983,0 0.412171,-0.02748 0.183188,-0.03206 0.306837,-0.100754 0.128228,-0.07327 0.196928,-0.196928 0.06869,-0.123649 0.06869,-0.315997 0,-0.183188 -0.07327,-0.302257 -0.0687,-0.119073 -0.192348,-0.187768 -0.119069,-0.07327 -0.279362,-0.100754 -0.160289,-0.02748 -0.338897,-0.02748 z" />
<path
inkscape:connector-curvature="0"
id="path1198"
style="stroke-width:0.13738847px"
d="m 60.345296,20.369746 q -0.334317,0 -0.609104,-0.109914 -0.274782,-0.109914 -0.471705,-0.320576 -0.196928,-0.210663 -0.306837,-0.517505 -0.105333,-0.311417 -0.105333,-0.709842 0,-0.398425 0.119073,-0.705273 0.123649,-0.311416 0.329737,-0.522074 0.206088,-0.210667 0.480865,-0.320576 0.274782,-0.109914 0.586204,-0.109914 0.196927,0 0.352636,0.02748 0.160288,0.02748 0.274782,0.06411 0.119074,0.03664 0.192348,0.07327 0.07327,0.03664 0.100754,0.05495 l -0.128229,0.366376 q -0.04121,-0.02748 -0.119068,-0.05953 -0.07785,-0.03206 -0.178608,-0.06411 -0.09617,-0.03206 -0.215243,-0.05037 -0.114494,-0.0229 -0.233562,-0.0229 -0.251883,0 -0.453386,0.08701 -0.201507,0.08701 -0.343476,0.251882 -0.141968,0.164869 -0.219822,0.403011 -0.07328,0.233562 -0.07328,0.526644 0,0.283942 0.06412,0.517504 0.06869,0.233563 0.201508,0.403011 0.132808,0.164868 0.329736,0.256462 0.201508,0.09159 0.467125,0.09159 0.306837,0 0.508344,-0.06411 0.201508,-0.06412 0.302257,-0.114494 l 0.114494,0.366376 q -0.03206,0.0229 -0.114494,0.05953 -0.08243,0.03206 -0.206088,0.06411 -0.123648,0.03206 -0.288517,0.05495 -0.164868,0.0229 -0.357216,0.0229 z" />
<path
inkscape:connector-curvature="0"
id="path1200"
style="stroke-width:0.13738847px"
d="M 62.502863,20.346846 Q 62.109012,20.337646 61.944128,20.177398 61.77926,20.01711 61.77926,19.678213 v -2.857698 l 0.42591,-0.07327 v 2.86232 q 0,0.105334 0.01832,0.174028 0.01832,0.06869 0.05953,0.109914 0.04121,0.04122 0.109914,0.06411 0.06869,0.01832 0.169448,0.03206 z" />
<path
inkscape:connector-curvature="0"
id="path1202"
style="stroke-width:0.13738847px"
d="m 63.466628,20.301047 h -0.425911 v -2.381425 h 0.425911 z m -0.215243,-2.811899 q -0.114494,0 -0.196928,-0.07327 -0.07785,-0.07785 -0.07785,-0.206087 0,-0.128229 0.07785,-0.201508 0.08243,-0.07785 0.196928,-0.07785 0.114494,0 0.192348,0.07785 0.08243,0.07327 0.08243,0.201508 0,0.128228 -0.08243,0.206087 -0.07785,0.07327 -0.192348,0.07327 z" />
<path
inkscape:connector-curvature="0"
id="path1204"
style="stroke-width:0.13738847px"
d="m 64.070539,19.114878 q 0,-0.315996 0.09159,-0.549543 0.09159,-0.238143 0.242722,-0.393851 0.151128,-0.155708 0.348056,-0.233563 0.196928,-0.07785 0.403011,-0.07785 0.480865,0 0.737311,0.302257 0.256463,0.297677 0.256463,0.911371 0,0.02748 0,0.07327 0,0.04122 -0.0046,0.07785 H 64.51474 q 0.02748,0.370956 0.215243,0.563304 0.187768,0.192348 0.586204,0.192348 0.224402,0 0.375536,-0.03664 0.155708,-0.04122 0.233562,-0.07785 l 0.05953,0.357217 q -0.07785,0.04122 -0.274782,0.08701 -0.192348,0.0458 -0.43965,0.0458 -0.311417,0 -0.540404,-0.09159 -0.224403,-0.09617 -0.370956,-0.261042 -0.146549,-0.164868 -0.219823,-0.389271 -0.06869,-0.228982 -0.06869,-0.499184 z m 1.634921,-0.233562 q 0.0046,-0.288517 -0.146548,-0.471705 -0.146548,-0.187768 -0.407591,-0.187768 -0.146548,0 -0.261042,0.05953 -0.109914,0.05495 -0.187768,0.146548 -0.07785,0.09159 -0.123649,0.210663 -0.04121,0.119074 -0.05495,0.242722 z" />
<path
inkscape:connector-curvature="0"
id="path1206"
style="stroke-width:0.13738847px"
d="m 66.761915,17.988374 q 0.146548,-0.03664 0.389271,-0.07785 0.242722,-0.04122 0.558734,-0.04122 0.283937,0 0.471705,0.08243 0.187768,0.07785 0.297677,0.224403 0.114494,0.141968 0.160288,0.343476 0.04579,0.201508 0.04579,0.44423 v 1.337276 h -0.425911 v -1.245677 q 0,-0.219822 -0.03206,-0.37553 -0.02748,-0.155709 -0.09617,-0.251883 -0.06869,-0.09617 -0.183188,-0.137388 -0.114493,-0.0458 -0.283942,-0.0458 -0.06869,0 -0.141968,0.0046 -0.07327,0.0046 -0.141968,0.01374 -0.06412,0.0046 -0.119074,0.01374 -0.05038,0.0092 -0.07327,0.01374 v 2.010458 h -0.425911 z" />
<path
inkscape:connector-curvature="0"
id="path1208"
style="stroke-width:0.13738847px"
d="m 69.789778,17.91983 h 0.90218 v 0.357216 h -0.90218 v 1.099139 q 0,0.178608 0.02748,0.297677 0.02748,0.114494 0.08243,0.183188 0.05495,0.06411 0.137389,0.09159 0.08243,0.02748 0.192348,0.02748 0.192348,0 0.306836,-0.04122 0.119069,-0.0458 0.164869,-0.06411 l 0.08243,0.352636 q -0.06411,0.03206 -0.224403,0.07785 -0.160288,0.05038 -0.366376,0.05038 -0.242722,0 -0.403011,-0.05954 -0.155708,-0.06411 -0.251882,-0.187768 Q 69.441718,19.9807 69.4005,19.802092 69.36386,19.618904 69.36386,19.380761 v -2.124956 l 0.425911,-0.07327 z" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

View file

@ -0,0 +1,287 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="125.07mm"
height="26.458mm"
version="1.1"
viewBox="0 0 125.06554 26.458334"
id="svg128"
sodipodi:docname="dino_es.svg"
inkscape:version="0.92.2 2405546, 2018-03-11">
<metadata
id="metadata132">
<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="1920"
inkscape:window-height="1039"
id="namedview130"
showgrid="false"
inkscape:zoom="3.2409184"
inkscape:cx="151.16238"
inkscape:cy="48.427876"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="g124" />
<defs
id="defs16">
<filter
id="c"
x="-.036307"
y="-.035699"
width="1.0726"
height="1.0714"
style="color-interpolation-filters:sRGB">
<feGaussianBlur
stdDeviation="1.2791125"
id="feGaussianBlur2" />
</filter>
<filter
id="b"
x="-.056773"
y="-.063615"
width="1.1135"
height="1.1272"
style="color-interpolation-filters:sRGB">
<feGaussianBlur
stdDeviation="7.4064132"
id="feGaussianBlur5" />
</filter>
<linearGradient
id="a"
x1="479.79"
x2="529.53"
y1="233.23"
y2="276.31"
gradientUnits="userSpaceOnUse">
<stop
style="stop-color:#fff"
offset="0"
id="stop8" />
<stop
style="stop-color:#fff;stop-opacity:0"
offset="1"
id="stop10" />
</linearGradient>
<clipPath
id="d">
<path
d="m503.51 222.01c-20.04 0-36.286 16.246-36.286 36.286 0 1.9247 0.15113 3.8139 0.43979 5.6575 1.4023 6.7619 6.6874 9.388 6.6874 9.388 1.1074 0.90879 2.4838 1.8364 4.0732 2.7523l-0.13076-4e-3s3.3315 18.563 9.4439 18.41c4.6229-0.11575 8.2504-9.4523 14.128-9.2645 5.8724 0.18755 8.2564 9.1509 14.1 9.2129 3.3748 0.0358 6.3071-5.7438 8.1597-10.528 0.58645-0.11985 1.1699-0.24997 1.7493-0.39224 5.5562 5.2542 18.398 10.599 23.871 12.412 0.0748-0.0397 0.13497-0.0861 0.17672-0.14056 1.3957-1.8189-7.9538-16.01-12.983-23.371 1.8385-4.3435 2.8556-9.1191 2.8556-14.132 0-20.04-16.246-36.286-36.286-36.286z"
style="fill-rule:evenodd;fill:#009688"
id="path13" />
</clipPath>
</defs>
<path
inkscape:connector-curvature="0"
id="path18"
style="opacity:0.2;fill-rule:evenodd;filter:url(#c)"
d="m 505.07,210.24 c -2.5841,0 -7.3628,8.6893 -9.387,12.604 -0.94326,0.20264 -1.873,0.44183 -2.7874,0.71623 -3.3635,-2.1846 -10.387,-6.5011 -12.017,-5.5604 -1.4224,0.82123 -1.4244,8.8617 -1.3327,12.923 -7.653,6.6526 -12.492,16.459 -12.492,27.395 0,0.0486 10e-4,0.0967 0.002,0.14521 -1.4e-4,0.0423 -0.002,0.0843 -0.002,0.12661 0,1.9247 0.15111,3.8139 0.43977,5.6575 0.0502,0.24199 0.10668,0.47701 0.16639,0.70848 1.6417,8.8803 6.5179,16.625 13.36,21.971 1.5768,4.1532 3.7748,7.9361 6.5474,7.8667 1.4042,-0.0352 2.7167,-0.9229 4.0282,-2.1342 1.8383,0.62849 3.7425,1.1151 5.7004,1.4433 1.9655,0.32953 3.9844,0.50126 6.0436,0.50126 2.131,0 4.219,-0.18397 6.2492,-0.5364 0.89437,-0.15526 1.7768,-0.34484 2.6474,-0.56431 1.0608,0.73836 2.2186,1.2245 3.56,1.2387 2.0674,0.0219 3.967,-2.1417 5.5557,-4.9186 0.37421,-0.21442 0.7438,-0.43632 1.1095,-0.66353 9.5437,3.1435 23.482,7.4546 26.689,6.9288 0.13942,0.0475 0.29413,0.10228 0.42529,0.14572 0.0748,-0.0397 0.13498,-0.0861 0.17674,-0.14056 0.1153,-0.15025 0.15567,-0.38623 0.13281,-0.69453 0.0425,-0.56284 -0.23881,-1.4945 -0.74414,-2.6712 1.157,-2.2732 2.9888,-6.2272 2.326,-7.3753 -0.60212,-1.0429 -4.756,-1.1406 -7.0006,-1.1172 -0.25831,-0.42009 -0.51451,-0.83638 -0.77979,-1.2604 1.1348,-2.2818 3.259,-6.9145 2.4986,-8.2315 -0.85243,-1.4765 -7.1725,-1.7568 -9.0863,-1.8087 -0.0527,-0.0774 -0.10677,-0.15701 -0.15865,-0.23306 1.9544,-1.0021 10.336,-5.3929 10.639,-7.1536 0.27021,-1.5725 -5.2359,-6.2342 -7.9763,-8.4444 -0.0322,-0.98027 -0.10388,-1.9503 -0.21239,-2.9094 2.7402,-3.6703 8.9804,-12.269 8.3762,-13.724 -0.78309,-1.886 -11.23,-3.2182 -15.204,-3.6613 -0.46882,-0.6359 -0.95819,-1.2556 -1.4666,-1.8588 0.36516,-4.3177 1.1956,-16.086 -0.54467,-17.205 -1.4954,-0.96142 -11.73,4.5197 -15.087,6.365 -0.54444,-0.19299 -1.095,-0.37316 -1.6511,-0.54054 -1.4533,-3.3613 -5.9887,-13.329 -8.7436,-13.329 z"
transform="matrix(0.28148,0,0,0.28148,-130.48,-58.313)" />
<path
inkscape:connector-curvature="0"
id="path20"
style="fill:#455a64;fill-rule:evenodd;stroke-width:0.28148001"
d="m 23.89,24.5423 c 0,0 1.1653,-2.0816 0.89976,-2.5416 -0.23341,-0.40437 -2.3767,-0.30529 -2.3767,-0.30529 0,0 1.1774,-2.1833 0.89008,-2.681 -0.28293,-0.48999 -2.7233,-0.51302 -2.7233,-0.51302 0,0 3.0191,-1.5143 3.1154,-2.0752 0.101,-0.58786 -2.6691,-2.7122 -2.6691,-2.7122 0,0 2.9386,-3.8247 2.722,-4.3465 -0.27192,-0.65485 -4.7339,-1.0795 -4.7339,-1.0795 0,0 0.4879,-4.9314 -0.11164,-5.3171 -0.50377,-0.32386 -4.57,1.9701 -4.57,1.9701 0,0 -1.6718,-4.0825 -2.6027,-4.0825 -0.93678,0 -2.9158,4.0884 -2.9158,4.0884 0,0 -3.2851,-2.2554 -3.8934,-1.9042 -0.53776,0.31047 -0.35443,4.2931 -0.35443,4.2931 z" />
<g
id="g26"
style="fill:#80cbc4"
transform="matrix(0.28148,0,0,0.28148,-69.96,-24.221)">
<path
inkscape:connector-curvature="0"
id="path22"
style="fill:#80cbc4;fill-rule:evenodd"
d="m 318.85,146.9 c 0,0 17.935,25.313 16.04,27.783 -1.8402,2.3983 -36.52,-9.7855 -36.52,-9.7855 z" />
<path
inkscape:connector-curvature="0"
id="path24"
style="fill:#80cbc4;fill-rule:evenodd"
d="m 252.19,137.18 c 0,17.981 13.079,32.907 30.242,35.785 1.9655,0.32953 3.9846,0.50105 6.0437,0.50105 2.131,0 4.2192,-0.18371 6.2494,-0.53614 17.062,-2.9619 30.036,-17.841 30.036,-35.75 -10e-6,-20.04 -16.246,-36.286 -36.286,-36.286 -20.04,0 -36.286,16.246 -36.286,36.286 z" />
</g>
<path
inkscape:connector-curvature="0"
id="path28"
style="opacity:0.15;fill-rule:evenodd;filter:url(#b)"
d="m 154.92,58.094 c -75.742,0 -137.14,61.401 -137.14,137.14 0,7.2743 0.5712,14.415 1.6622,21.383 5.3001,25.557 25.275,35.482 25.275,35.482 4.1853,3.4348 9.3874,6.9409 15.395,10.402 l -0.4942,-0.016 c 0,0 12.592,70.158 35.693,69.58 17.472,-0.4375 31.183,-35.725 53.398,-35.016 22.195,0.7089 31.205,34.586 53.293,34.82 12.755,0.1352 23.838,-21.709 30.84,-39.789 2.2165,-0.453 4.4217,-0.9448 6.6114,-1.4825 21,19.858 69.537,40.06 90.221,46.912 0.2827,-0.15 0.5101,-0.3254 0.6679,-0.5312 5.2752,-6.8747 -30.062,-60.51 -49.07,-88.332 6.9486,-16.416 10.793,-34.466 10.793,-53.414 0,-75.742 -61.401,-137.14 -137.14,-137.14 z"
transform="scale(0.074473)" />
<path
inkscape:connector-curvature="0"
id="path30"
style="fill:#00796b;fill-rule:evenodd;stroke-width:0.28148001"
d="m 11.24,4.328 c -5.6408,0 -10.214,4.5728 -10.214,10.214 0,0.54175 0.0426,1.0735 0.12385,1.5925 0.39469,1.9033 1.8823,2.6425 1.8823,2.6425 0.31172,0.2558 0.69914,0.51693 1.1465,0.7747 l -0.0369,-0.0011 c 0,0 0.93774,5.225 2.6582,5.182 1.3012,-0.03258 2.3223,-2.6606 3.9767,-2.6078 1.653,0.0528 2.324,2.5757 3.9691,2.5932 0.94992,0.01007 1.7753,-1.6167 2.2967,-2.9634 0.16513,-0.03373 0.32929,-0.07036 0.49239,-0.11041 1.5639,1.479 5.1786,2.9834 6.7191,3.4937 0.0208,-0.01116 0.0379,-0.02422 0.0498,-0.03956 0.39285,-0.51198 -2.2388,-4.5064 -3.6544,-6.5784 0.51747,-1.2226 0.8038,-2.5668 0.8038,-3.9781 0,-5.6408 -4.5728,-10.214 -10.214,-10.214 z" />
<path
inkscape:connector-curvature="0"
id="path32"
style="fill:#4db6ac;fill-rule:evenodd;stroke-width:0.28148001"
d="m 11.24,4.028 c -5.6408,0 -10.214,4.5728 -10.214,10.214 0,0.54176 0.0426,1.0735 0.12385,1.5925 0.39469,1.9033 1.8823,2.6425 1.8823,2.6425 0.31172,0.25581 0.69914,0.5169 1.1465,0.7747 l -0.0369,-0.0011 c 0,0 0.93774,5.225 2.6582,5.182 1.3012,-0.03258 2.3223,-2.6606 3.9767,-2.6078 1.653,0.05279 2.324,2.5757 3.9691,2.5932 0.94992,0.01007 1.7753,-1.6167 2.2967,-2.9634 0.16513,-0.03374 0.32929,-0.07036 0.49239,-0.11041 1.5639,1.4789 5.1786,2.9834 6.7191,3.4937 0.0208,-0.01116 0.0379,-0.02422 0.0498,-0.03956 0.39285,-0.51197 -2.2388,-4.5064 -3.6544,-6.5784 0.51747,-1.2226 0.8038,-2.5668 0.8038,-3.9781 0,-5.6408 -4.5728,-10.214 -10.214,-10.214 z" />
<path
inkscape:connector-curvature="0"
id="path34"
style="fill:#009688;fill-rule:evenodd;stroke-width:0.28148001"
d="m 11.24,4.177 c -5.6408,0 -10.214,4.5728 -10.214,10.214 0,0.54175 0.0426,1.0735 0.12385,1.5925 0.39469,1.9033 1.8823,2.6425 1.8823,2.6425 0.31172,0.2558 0.69914,0.5169 1.1465,0.7747 l -0.0369,-0.0011 c 0,0 0.93774,5.225 2.6582,5.182 1.3012,-0.03258 2.3223,-2.6606 3.9767,-2.6078 1.6529,0.05279 2.324,2.5757 3.9688,2.5932 0.94992,0.01007 1.7753,-1.6167 2.2967,-2.9634 0.16513,-0.03373 0.3293,-0.07036 0.4924,-0.11041 1.5639,1.4789 5.1786,2.9834 6.7191,3.4937 0.0208,-0.01116 0.0379,-0.02422 0.0498,-0.03956 0.39286,-0.51198 -2.2388,-4.5064 -3.6544,-6.5784 0.51751,-1.2226 0.8038,-2.5668 0.8038,-3.9781 0,-5.6408 -4.5728,-10.214 -10.214,-10.214 z" />
<circle
id="circle36"
style="fill:#eeeeee;fill-rule:evenodd;stroke-width:0.28148001"
r="0.81919998"
cy="11.6302"
cx="6.079999" />
<rect
id="rect38"
style="opacity:0.05;fill:url(#a);fill-rule:evenodd"
clip-path="url(#d)"
height="98.654999"
width="101.96"
y="203.89999"
x="461.54999"
transform="matrix(0.28148,0,0,0.28148,-130.48,-58.313)" />
<g
id="g48"
aria-label="Dino"
transform="translate(227.55,20.522)">
<path
inkscape:connector-curvature="0"
id="path40"
style="stroke-width:0.13739px"
d="m -192.73,-10.057 q 0,0.9892 -0.30775,1.7256 -0.30775,0.72542 -0.8683,1.209 -0.56055,0.47262 -1.3409,0.71442 -0.78037,0.23081 -1.7146,0.23081 -0.46163,0 -1.0222,-0.043966 -0.54955,-0.032973 -1.0002,-0.14288 v -7.386 q 0.45064,-0.10991 1.0002,-0.14288 0.56055,-0.04397 1.0222,-0.04397 0.93425,0 1.7146,0.2418 0.78037,0.23081 1.3409,0.71442 0.56055,0.47262 0.8683,1.209 0.30775,0.72542 0.30775,1.7146 z m -4.1437,2.9456 q 1.5168,0 2.2642,-0.76938 0.74739,-0.78037 0.74739,-2.1762 0,-1.3959 -0.74739,-2.1653 -0.7474,-0.78037 -2.2642,-0.78037 -0.45064,0 -0.70343,0.01099 -0.24181,0.01099 -0.34073,0.02198 v 5.8253 q 0.0989,0.010993 0.34073,0.02198 0.25279,0.010993 0.70343,0.010993 z" />
<path
inkscape:connector-curvature="0"
id="path42"
style="stroke-width:0.13739px"
d="m -190.2,-6.2428 h -1.0222 v -5.7154 h 1.0222 z m -0.51658,-6.7486 q -0.27478,0 -0.47262,-0.17586 -0.18685,-0.18685 -0.18685,-0.4946 0,-0.30775 0.18685,-0.48361 0.19784,-0.18685 0.47262,-0.18685 0.27478,0 0.46163,0.18685 0.19784,0.17586 0.19784,0.48361 0,0.30775 -0.19784,0.4946 -0.18685,0.17586 -0.46163,0.17586 z" />
<path
inkscape:connector-curvature="0"
id="path44"
style="stroke-width:0.13739px"
d="m -188.43,-11.793 q 0.35172,-0.08793 0.93425,-0.18685 0.58253,-0.09892 1.3409,-0.09892 0.68145,0 1.1321,0.19784 0.45063,0.18685 0.71442,0.53857 0.27478,0.34072 0.3847,0.82434 0.1099,0.48361 0.1099,1.0661 v 3.2094 h -1.0222 v -2.9896 q 0,-0.52757 -0.0769,-0.90127 -0.0659,-0.3737 -0.23081,-0.60451 -0.16487,-0.23081 -0.43965,-0.32974 -0.27478,-0.10991 -0.68145,-0.10991 -0.16486,0 -0.34072,0.01099 -0.17586,0.01099 -0.34073,0.03297 -0.15388,0.01099 -0.28577,0.03297 -0.1209,0.02198 -0.17586,0.03297 v 4.8251 h -1.0222 z" />
<path
inkscape:connector-curvature="0"
id="path46"
style="stroke-width:0.13739px"
d="m -177.07,-9.1005 q 0,0.68145 -0.19784,1.231 -0.19784,0.54955 -0.56055,0.94524 -0.35171,0.39568 -0.84632,0.6155 -0.4946,0.20883 -1.0771,0.20883 -0.5825,0 -1.0771,-0.20883 -0.4946,-0.21982 -0.85731,-0.6155 -0.35171,-0.39568 -0.54956,-0.94524 -0.19784,-0.54956 -0.19784,-1.231 0,-0.67046 0.19784,-1.22 0.19785,-0.56055 0.54956,-0.95623 0.36271,-0.39568 0.85731,-0.60451 0.4946,-0.21982 1.0771,-0.21982 0.5825,0 1.0771,0.21982 0.49461,0.20883 0.84632,0.60451 0.36271,0.39568 0.56055,0.95623 0.19784,0.54956 0.19784,1.22 z m -1.0661,0 q 0,-0.96722 -0.43965,-1.5278 -0.42865,-0.57154 -1.176,-0.57154 -0.74735,0 -1.187,0.57154 -0.42866,0.56055 -0.42866,1.5278 0,0.96722 0.42866,1.5388 0.43964,0.56055 1.187,0.56055 0.74736,0 1.176,-0.56055 0.43965,-0.57154 0.43965,-1.5388 z" />
</g>
<g
id="g124"
aria-label="Modern Jabber/XMPP Client using GTK+/Vala "
transform="matrix(0.51927,0,0,0.51927,118.16,23.3758)">
<g
id="g1079"
transform="translate(29.553085)">
<path
d="m -169.24844,-7.8881 q 0,0.44097 -0.097,0.82021 -0.0882,0.37924 -0.32632,0.67028 -0.2293,0.28222 -0.62618,0.44979 -0.38805,0.15875 -0.97895,0.15875 -0.29987,0 -0.55563,-0.052917 -0.24694,-0.044097 -0.44979,-0.11465 -0.20285,-0.079375 -0.35278,-0.15875 -0.14993,-0.088195 -0.23812,-0.16757 l 0.33513,-0.6791 q 0.18521,0.13229 0.47625,0.28222 0.29987,0.14111 0.74084,0.14111 0.635,0 0.92604,-0.3175 0.29104,-0.32632 0.29104,-1.1112 v -4.0658 h 0.85549 z"
style="stroke-width:0.26458001px"
id="path62"
inkscape:connector-curvature="0" />
<path
d="m -166.27844,-6.5122 q 0.29104,0 0.51153,-0.00882 0.2293,-0.017639 0.37923,-0.052917 v -1.367 q -0.0882,-0.044097 -0.29104,-0.070556 -0.19403,-0.035278 -0.47625,-0.035278 -0.18521,0 -0.39687,0.026458 -0.20285,0.026458 -0.37924,0.11465 -0.16757,0.079375 -0.28222,0.22931 -0.11465,0.14111 -0.11465,0.37924 0,0.44097 0.28222,0.61736 0.28222,0.16757 0.76729,0.16757 z m -0.0706,-4.1099 q 0.49389,0 0.82903,0.13229 0.34396,0.12347 0.54681,0.3616 0.21166,0.22931 0.29986,0.55563 0.0882,0.3175 0.0882,0.70556 v 2.8663 q -0.10583,0.017639 -0.29986,0.052917 -0.18521,0.026458 -0.42333,0.052917 -0.23813,0.026458 -0.52035,0.044097 -0.2734,0.026458 -0.5468,0.026458 -0.38806,0 -0.71438,-0.079375 -0.32632,-0.079375 -0.56444,-0.24694 -0.23813,-0.17639 -0.37042,-0.45861 -0.13229,-0.28222 -0.13229,-0.6791 0,-0.37924 0.14993,-0.65264 0.15875,-0.2734 0.42333,-0.44097 0.26458,-0.16757 0.61736,-0.24694 0.35278,-0.07937 0.74084,-0.079375 0.12347,0 0.25576,0.017639 0.13229,0.00882 0.24694,0.035278 0.12348,0.017639 0.21167,0.035278 0.0882,0.017639 0.12347,0.026458 v -0.22931 q 0,-0.20285 -0.0441,-0.39688 -0.0441,-0.20285 -0.15875,-0.35278 -0.11466,-0.15875 -0.3175,-0.24694 -0.19403,-0.097014 -0.51153,-0.097014 -0.4057,0 -0.71438,0.061736 -0.29986,0.052917 -0.44979,0.11465 l -0.097,-0.6791 q 0.15875,-0.07056 0.52916,-0.13229 0.37042,-0.07056 0.80257,-0.07056 z"
style="stroke-width:0.26458001px"
id="path64"
inkscape:connector-curvature="0" />
<path
d="m -162.40844,-10.305 q 0.14993,-0.09701 0.44979,-0.20285 0.30868,-0.10583 0.70555,-0.10583 0.49389,0 0.87313,0.17639 0.38805,0.17639 0.65264,0.49389 0.26458,0.3175 0.39687,0.75847 0.14111,0.44097 0.14111,0.97014 0,0.55562 -0.16757,1.0054 -0.15875,0.44097 -0.45861,0.74965 -0.29986,0.30868 -0.72319,0.47625 -0.42333,0.16757 -0.9525,0.16757 -0.57327,0 -1.0142,-0.079375 -0.44093,-0.079375 -0.72319,-0.15875 v -6.5705 l 0.82021,-0.14111 z m 0,3.6689 q 0.12347,0.035278 0.34395,0.070556 0.22931,0.026458 0.56445,0.026458 0.66146,0 1.0583,-0.43215 0.39688,-0.44097 0.39688,-1.2435 0,-0.35278 -0.0706,-0.66146 -0.0705,-0.30868 -0.2293,-0.52917 -0.15875,-0.22931 -0.41452,-0.35278 -0.24694,-0.13229 -0.59972,-0.13229 -0.33514,0 -0.61736,0.11465 -0.28222,0.11465 -0.43215,0.23813 z"
style="stroke-width:0.26458001px"
id="path66"
inkscape:connector-curvature="0" />
<path
d="m -157.20844,-10.305 q 0.14993,-0.09701 0.44979,-0.20285 0.30868,-0.10583 0.70556,-0.10583 0.49389,0 0.87312,0.17639 0.38806,0.17639 0.65264,0.49389 0.26459,0.3175 0.39688,0.75847 0.14111,0.44097 0.14111,0.97014 0,0.55562 -0.16757,1.0054 -0.15875,0.44097 -0.45861,0.74965 -0.29986,0.30868 -0.7232,0.47625 -0.42333,0.16757 -0.9525,0.16757 -0.57326,0 -1.0142,-0.079375 -0.44094,-0.079375 -0.7232,-0.15875 v -6.5705 l 0.82021,-0.14111 z m 0,3.6689 q 0.12347,0.035278 0.34396,0.070556 0.22931,0.026458 0.56444,0.026458 0.66146,0 1.0583,-0.43215 0.39687,-0.44097 0.39687,-1.2435 0,-0.35278 -0.0705,-0.66146 -0.0706,-0.30868 -0.22931,-0.52917 -0.15875,-0.22931 -0.41451,-0.35278 -0.24695,-0.13229 -0.59972,-0.13229 -0.33514,0 -0.61737,0.11465 -0.28222,0.11465 -0.43215,0.23813 z"
style="stroke-width:0.26458001px"
id="path68"
inkscape:connector-curvature="0" />
<path
d="m -153.07844,-8.2056 q 0,-0.60854 0.17639,-1.0583 0.17639,-0.45861 0.46743,-0.75847 0.29105,-0.29986 0.67028,-0.44979 0.37924,-0.14993 0.77611,-0.14993 0.92604,0 1.4199,0.58208 0.49389,0.57326 0.49389,1.7551 0,0.052917 0,0.14111 0,0.079375 -0.009,0.14993 h -3.1397 q 0.0529,0.71438 0.41451,1.0848 0.3616,0.37042 1.1289,0.37042 0.43216,0 0.7232,-0.070556 0.29986,-0.079375 0.44979,-0.14993 l 0.11465,0.68792 q -0.14993,0.079375 -0.52916,0.16757 -0.37042,0.088194 -0.84667,0.088194 -0.59972,0 -1.0407,-0.17639 -0.43215,-0.18521 -0.71437,-0.50271 -0.28222,-0.3175 -0.42333,-0.74965 -0.1323,-0.44097 -0.1323,-0.96132 z m 3.1486,-0.44979 q 0.009,-0.55562 -0.28223,-0.9084 -0.28222,-0.3616 -0.78493,-0.3616 -0.28222,0 -0.5027,0.11465 -0.21167,0.10583 -0.3616,0.28222 -0.14993,0.17639 -0.23813,0.40569 -0.0794,0.22931 -0.10583,0.46743 z"
style="stroke-width:0.26458001px"
id="path70"
inkscape:connector-curvature="0" />
<path
d="m -146.20844,-10.604 q 0.10583,0 0.23812,0.01764 0.14111,0.0088 0.27341,0.03528 0.13229,0.01764 0.23812,0.0441 0.11465,0.01764 0.16757,0.03528 l -0.14111,0.71437 q -0.097,-0.035278 -0.32632,-0.079375 -0.22049,-0.052917 -0.57326,-0.052917 -0.22931,0 -0.45861,0.052917 -0.22049,0.044097 -0.29105,0.061736 v 3.8541 h -0.8202 v -4.3921 q 0.29104,-0.10583 0.72319,-0.19403 0.43215,-0.09701 0.97014,-0.09701 z"
style="stroke-width:0.26458001px"
id="path72"
inkscape:connector-curvature="0" />
<path
d="m -144.97844,-4.2897 h -0.83784 l 2.9898,-8.5372 h 0.82021 z"
style="stroke-width:0.26458001px"
id="path74"
inkscape:connector-curvature="0" />
<path
d="m -137.61844,-5.9213 q -0.1323,-0.26458 -0.3175,-0.58208 -0.18521,-0.32632 -0.4057,-0.67028 -0.22049,-0.35278 -0.45861,-0.69674 -0.23813,-0.35278 -0.45861,-0.66146 -0.22049,0.30868 -0.45861,0.66146 -0.23813,0.34396 -0.45861,0.69674 -0.21167,0.34396 -0.4057,0.67028 -0.18521,0.3175 -0.3175,0.58208 h -0.94368 q 0.39688,-0.77611 0.91722,-1.5787 0.52917,-0.80257 1.1201,-1.6492 l -1.9579,-2.884 h 0.98777 l 1.5081,2.2754 1.4905,-2.2754 h 0.97895 l -1.9226,2.8487 q 0.59973,0.85549 1.1289,1.6669 0.52917,0.81139 0.93486,1.5963 z"
style="stroke-width:0.26458001px"
id="path76"
inkscape:connector-curvature="0" />
<path
d="m -132.97644,-6.768 q -0.0882,-0.21167 -0.23812,-0.53799 -0.14111,-0.32632 -0.30868,-0.70556 -0.16757,-0.37924 -0.3616,-0.77611 -0.18521,-0.40569 -0.35278,-0.75847 -0.16757,-0.3616 -0.3175,-0.64382 -0.14111,-0.28222 -0.22931,-0.43215 -0.097,1.0407 -0.15875,2.2578 -0.0617,1.2083 -0.10583,2.443 h -0.83785 q 0.0353,-0.79375 0.0794,-1.5963 0.0441,-0.81139 0.097,-1.5875 0.0617,-0.78493 0.12347,-1.5258 0.0706,-0.74083 0.14993,-1.4023 h 0.74966 q 0.23812,0.38806 0.51152,0.91722 0.2734,0.52917 0.54681,1.1112 0.2734,0.57326 0.52917,1.1553 0.25576,0.57326 0.46743,1.0495 0.21167,-0.47625 0.46743,-1.0495 0.25576,-0.58208 0.52917,-1.1553 0.2734,-0.58208 0.54681,-1.1112 0.2734,-0.52917 0.51153,-0.91722 h 0.74965 q 0.29986,2.9545 0.44979,6.1119 h -0.83785 q -0.0441,-1.2347 -0.10583,-2.443 -0.0617,-1.2171 -0.15875,-2.2578 -0.0882,0.14993 -0.23812,0.43215 -0.14111,0.28222 -0.30868,0.64382 -0.16757,0.35278 -0.3616,0.75847 -0.18521,0.39688 -0.35278,0.77611 -0.16757,0.37923 -0.3175,0.70556 -0.14111,0.32632 -0.22931,0.53799 z"
style="stroke-width:0.26458001px"
id="path78"
inkscape:connector-curvature="0" />
<path
d="m -126.41344,-12.095 q 1.2876,0 1.97561,0.49389 0.69674,0.48507 0.69674,1.4552 0,0.52917 -0.19403,0.9084 -0.18521,0.37042 -0.54681,0.60854 -0.35278,0.22931 -0.86431,0.33514 -0.51153,0.10583 -1.1553,0.10583 h -0.6791 v 2.2666 h -0.85549 v -6.0237 q 0.3616,-0.08819 0.80257,-0.11465 0.44979,-0.03528 0.82021,-0.03528 z m 0.0706,0.74965 q -0.54681,0 -0.83785,0.02646 v 2.3989 h 0.64382 q 0.44097,0 0.79375,-0.052917 0.35278,-0.061736 0.5909,-0.19403 0.24694,-0.14111 0.37924,-0.37924 0.13229,-0.23812 0.13229,-0.60854 0,-0.35278 -0.14111,-0.58208 -0.13229,-0.22931 -0.37042,-0.3616 -0.22931,-0.14111 -0.53799,-0.19403 -0.30868,-0.05292 -0.65264,-0.05292 z"
style="stroke-width:0.26458001px"
id="path80"
inkscape:connector-curvature="0" />
<path
d="m -121.05643,-12.095 q 1.2876,0 1.9756,0.49389 0.69674,0.48507 0.69674,1.4552 0,0.52917 -0.19403,0.9084 -0.18521,0.37042 -0.54681,0.60854 -0.35278,0.22931 -0.8643,0.33514 -0.51153,0.10583 -1.1553,0.10583 h -0.6791 v 2.2666 h -0.85549 v -6.0237 q 0.3616,-0.08819 0.80257,-0.11465 0.44979,-0.03528 0.82021,-0.03528 z m 0.0705,0.74965 q -0.5468,0 -0.83785,0.02646 v 2.3989 h 0.64382 q 0.44097,0 0.79375,-0.052917 0.35278,-0.061736 0.5909,-0.19403 0.24694,-0.14111 0.37924,-0.37924 0.13229,-0.23812 0.13229,-0.60854 0,-0.35278 -0.14111,-0.58208 -0.13229,-0.22931 -0.37042,-0.3616 -0.2293,-0.14111 -0.53799,-0.19403 -0.30868,-0.05292 -0.65264,-0.05292 z"
style="stroke-width:0.26458001px"
id="path82"
inkscape:connector-curvature="0" />
</g>
<g
id="g1066"
transform="translate(-59.106158)">
<path
d="m -111.33843,-5.789 q -0.64382,0 -1.173,-0.21167 -0.52917,-0.21167 -0.9084,-0.61736 -0.37924,-0.40569 -0.5909,-0.9966 -0.20285,-0.59972 -0.20285,-1.367 0,-0.76728 0.22931,-1.3582 0.23812,-0.59972 0.635,-1.0054 0.39688,-0.4057 0.92604,-0.61736 0.52917,-0.21167 1.1289,-0.21167 0.37924,0 0.6791,0.05292 0.30868,0.05292 0.52917,0.12347 0.22931,0.07056 0.37042,0.14111 0.14111,0.07056 0.19403,0.10583 l -0.24694,0.70556 q -0.0794,-0.05292 -0.2293,-0.11465 -0.14993,-0.06174 -0.34396,-0.12347 -0.18521,-0.06174 -0.41451,-0.09701 -0.22049,-0.0441 -0.44979,-0.0441 -0.48507,0 -0.87312,0.16757 -0.38806,0.16757 -0.66146,0.48507 -0.2734,0.3175 -0.42333,0.77611 -0.14111,0.44979 -0.14111,1.0142 0,0.54681 0.12347,0.9966 0.13229,0.44979 0.38806,0.77611 0.25576,0.3175 0.635,0.49389 0.38806,0.17639 0.89958,0.17639 0.5909,0 0.97896,-0.12347 0.38806,-0.12347 0.58208,-0.22049 l 0.22049,0.70556 q -0.0617,0.044097 -0.22049,0.11465 -0.15875,0.061736 -0.39688,0.12347 -0.23812,0.061736 -0.55562,0.10583 -0.3175,0.044097 -0.68792,0.044097 z"
style="stroke-width:0.26458001px"
id="path84"
inkscape:connector-curvature="0" />
<path
d="m -107.18343,-5.8331 q -0.75847,-0.017639 -1.076,-0.32632 -0.3175,-0.30868 -0.3175,-0.96132 v -5.5033 l 0.82021,-0.14111 v 5.5122 q 0,0.20285 0.0353,0.33514 0.0353,0.13229 0.11465,0.21167 0.0794,0.079375 0.21167,0.12347 0.13229,0.035278 0.32632,0.061736 z"
style="stroke-width:0.26458001px"
id="path86"
inkscape:connector-curvature="0" />
<path
d="m -105.32743,-5.9213 h -0.82021 v -4.5861 h 0.82021 z m -0.41451,-5.4151 q -0.22049,0 -0.37924,-0.14111 -0.14993,-0.14993 -0.14993,-0.39688 0,-0.24694 0.14993,-0.38806 0.15875,-0.14993 0.37924,-0.14993 0.22049,0 0.37042,0.14993 0.15875,0.14111 0.15875,0.38806 0,0.24694 -0.15875,0.39688 -0.14993,0.14111 -0.37042,0.14111 z"
style="stroke-width:0.26458001px"
id="path88"
inkscape:connector-curvature="0" />
<path
d="m -104.16443,-8.2056 q 0,-0.60854 0.17639,-1.0583 0.17639,-0.45861 0.46743,-0.75847 0.29104,-0.29986 0.67028,-0.44979 0.37924,-0.14993 0.77611,-0.14993 0.92603,0 1.41989,0.58208 0.49389,0.57326 0.49389,1.7551 0,0.052917 0,0.14111 0,0.079375 -0.009,0.14993 h -3.13969 q 0.0529,0.71438 0.41451,1.0848 0.3616,0.37042 1.12889,0.37042 0.43215,0 0.7232,-0.070556 0.29986,-0.079375 0.44979,-0.14993 l 0.11465,0.68792 q -0.14993,0.079375 -0.52917,0.16757 -0.37042,0.088194 -0.84667,0.088194 -0.59971,0 -1.04069,-0.17639 -0.43215,-0.18521 -0.71438,-0.50271 -0.28222,-0.3175 -0.42333,-0.74965 -0.13229,-0.44097 -0.13229,-0.96132 z m 3.14849,-0.44979 q 0.009,-0.55562 -0.28222,-0.9084 -0.28222,-0.3616 -0.78492,-0.3616 -0.28222,0 -0.50271,0.11465 -0.21167,0.10583 -0.3616,0.28222 -0.14993,0.17639 -0.23812,0.40569 -0.0794,0.22931 -0.10583,0.46743 z"
style="stroke-width:0.26458001px"
id="path90"
inkscape:connector-curvature="0" />
<path
d="m -98.981439,-10.375 q 0.28222,-0.07056 0.74965,-0.14993 0.46743,-0.07938 1.076,-0.07938 0.5468,0 0.9084,0.15875 0.3616,0.14993 0.57326,0.43215 0.22049,0.2734 0.30868,0.66146 0.08819,0.38806 0.08819,0.85549 v 2.5753 h -0.82021 v -2.3989 q 0,-0.42333 -0.06174,-0.72319 -0.05292,-0.29986 -0.18521,-0.48507 -0.13229,-0.18521 -0.35278,-0.26458 -0.22049,-0.088195 -0.54681,-0.088195 -0.13229,0 -0.2734,0.00882 -0.14111,0.00882 -0.2734,0.026458 -0.12347,0.00882 -0.22931,0.026458 -0.09701,0.017639 -0.14111,0.026458 v 3.8717 h -0.82021 z"
style="stroke-width:0.26458001px"
id="path92"
inkscape:connector-curvature="0" />
<path
d="m -93.150439,-10.507 h 1.7374 v 0.68792 h -1.7374 v 2.1167 q 0,0.34396 0.05292,0.57326 0.05292,0.22049 0.15875,0.35278 0.10583,0.12347 0.26458,0.17639 0.15875,0.052917 0.37042,0.052917 0.37042,0 0.5909,-0.079375 0.2293,-0.088195 0.3175,-0.12347 l 0.15875,0.6791 q -0.12347,0.061736 -0.43215,0.14993 -0.30868,0.097014 -0.70556,0.097014 -0.46743,0 -0.77611,-0.11465 -0.29986,-0.12347 -0.48507,-0.3616 -0.18521,-0.23812 -0.26458,-0.58208 -0.07055,-0.35278 -0.07055,-0.81139 v -4.0922 l 0.82021,-0.14111 z"
style="stroke-width:0.26458001px"
id="path94"
inkscape:connector-curvature="0" />
<path
d="m -90.452196,-8.213974 q 0,-0.60854 0.17639,-1.0583 0.17639,-0.4586101 0.46743,-0.75847 0.29104,-0.29986 0.67028,-0.44979 0.37924,-0.14993 0.77611,-0.14993 0.926033,0 1.419893,0.58208 0.49389,0.57326 0.49389,1.7551 0,0.05292 0,0.14111 0,0.07937 -0.009,0.14993 h -3.139693 q 0.0529,0.71438 0.41451,1.0848 0.3616,0.37042 1.12889,0.37042 0.432153,0 0.723203,-0.07056 0.29986,-0.07937 0.44979,-0.14993 l 0.11465,0.68792 q -0.14993,0.07937 -0.52917,0.16757 -0.37042,0.08819 -0.846673,0.08819 -0.59971,0 -1.04069,-0.17639 -0.43215,-0.18521 -0.71438,-0.50271 -0.28222,-0.3175 -0.42333,-0.74965 -0.13229,-0.44097 -0.13229,-0.96132 z m 3.148493,-0.44979 q 0.009,-0.55562 -0.28222,-0.9084 -0.28222,-0.3616001 -0.784923,-0.3616001 -0.28222,0 -0.50271,0.11465 -0.21167,0.10583 -0.3616,0.2822201 -0.14993,0.17639 -0.23812,0.40569 -0.0794,0.22931 -0.10583,0.46743 z"
style="stroke-width:0.26458001px"
id="path90-8"
inkscape:connector-curvature="0" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 27 KiB