fix duplicate id in svg, empty alt in base email

pull/2828/head
Rigel Kent 2020-06-02 17:53:32 +02:00 committed by Chocobozzz
parent 140ea386de
commit 81fe3c67c5
71 changed files with 603 additions and 2639 deletions

View File

@ -3,11 +3,11 @@
What is PeerTube?
</h1>
<img class="mascot" width="121px" height="147px" src="/client/assets/images/mascot/default.png" alt="mascot"/>
<img class="mascot" width="121px" height="147px" src="/client/assets/images/mascot/default.svg" alt="mascot"/>
<div class="description">
<p i18n>
PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser.
PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
</p>
<p i18n>

View File

@ -1,4 +1,4 @@
import { Component, OnInit, ViewChild, AfterViewInit, Inject } from '@angular/core'
import { Component, OnInit, ViewChild, AfterViewInit, Inject, LOCALE_ID } from '@angular/core'
import { DomSanitizer, SafeHtml } from '@angular/platform-browser'
import { Event, GuardsCheckStart, NavigationEnd, Router, Scroll } from '@angular/router'
import { AuthService, RedirectService, ServerService, ThemeService } from '@app/core'
@ -43,6 +43,7 @@ export class AppComponent implements OnInit, AfterViewInit {
constructor (
@Inject(DOCUMENT) private document: Document,
@Inject(LOCALE_ID) private localeId: string,
private i18n: I18n,
private viewportScroller: ViewportScroller,
private router: Router,
@ -97,6 +98,8 @@ export class AppComponent implements OnInit, AfterViewInit {
this.location.onPopState(() => this.modalService.dismissAll(POP_STATE_MODAL_DISMISS))
this.openModalsIfNeeded()
this.document.documentElement.lang = getShortLocale(this.localeId)
}
ngAfterViewInit () {
@ -171,16 +174,6 @@ export class AppComponent implements OnInit, AfterViewInit {
filter(pathname => !pathname || pathname === '/' || is18nPath(pathname))
).subscribe(() => this.redirectService.redirectToHomepage(true))
navigationEndEvent.pipe(
map(() => window.location.pathname),
).subscribe(pathname => {
if (is18nPath(pathname)) {
this.document.documentElement.lang = getShortLocale(pathname.split('/')[1])
} else {
this.document.documentElement.lang = 'en'
}
})
navigationEndEvent.subscribe(e => {
this.hooks.runAction('action:router.navigation-end', 'common', { path: e.url })
})

View File

@ -5,7 +5,7 @@
</div>
<div class="modal-body">
<img class="mascot" src="/client/assets/images/mascot/oh.png" alt="mascot" />
<img class="mascot" src="/client/assets/images/mascot/oh.svg" alt="mascot" />
<p i18n>Hello dear administrator. You enabled user registration on your instance but you did not configure the following fields:</p>
@ -22,8 +22,8 @@
</ul>
<p i18n>
Please consider to configure these fields to help people to choose <strong>the appropriate instance</strong>.
Without them, your instance may not be referenced on <a target="_blank" rel="noopener noreferrer" href="https://joinpeertube.org">JoinPeerTube website</a>.
Please consider configuring these fields to help people to choose <strong>the appropriate instance</strong>.
Without them, your instance may not be referenced on the <a target="_blank" rel="noopener noreferrer" href="https://joinpeertube.org">JoinPeerTube website</a>.
</p>
<div class="configure-instance">

View File

@ -1,11 +1,8 @@
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g transform="translate(-92.000000, -115.000000)">
<g id="2" transform="translate(92.000000, 115.000000)">
<circle id="Oval-1" stroke="#000000" stroke-width="2" cx="12" cy="12" r="10"></circle>
<rect id="Rectangle-1" fill="#000000" x="11" y="7" width="2" height="10" rx="1"></rect>
<rect id="Rectangle-1" fill="#000000" x="7" y="11" width="10" height="2" rx="1"></rect>
</g>
</g>
</g>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs/>
<g fill="none" fill-rule="evenodd">
<circle cx="12" cy="12" r="10" stroke="#000" stroke-width="2"/>
<rect width="2" height="10" x="11" y="7" fill="#000" rx="1"/>
<rect width="10" height="2" x="7" y="11" fill="#000" rx="1"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 700 B

After

Width:  |  Height:  |  Size: 323 B

View File

@ -1,11 +1,8 @@
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g transform="translate(-48.000000, -467.000000)">
<g id="161" transform="translate(48.000000, 467.000000)">
<path d="M12.8715755,3.50973876 L12,1.96027114 L11.1284245,3.50973876 L2.12842446,19.5097388 L1.29015252,21 L3,21 L21,21 L22.7098475,21 L21.8715755,19.5097388 L12.8715755,3.50973876 Z" id="Triangle-2" stroke="#000000" stroke-width="2" stroke-linejoin="round"></path>
<path d="M12,17.75 C12.6903559,17.75 13.25,17.1903559 13.25,16.5 C13.25,15.8096441 12.6903559,15.25 12,15.25 C11.3096441,15.25 10.75,15.8096441 10.75,16.5 C10.75,17.1903559 11.3096441,17.75 12,17.75 Z" id="Oval-8" fill="#000000"></path>
<rect id="Rectangle-3" fill="#000000" x="11" y="9" width="2" height="5" rx="1"></rect>
</g>
</g>
</g>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs/>
<g fill="none" fill-rule="evenodd">
<path stroke="#000" stroke-linejoin="round" stroke-width="2" d="M12.9 3.5L12 2l-.9 1.5-9 16-.8 1.5h21.4l-.8-1.5-9-16z"/>
<path fill="#000" d="M12 17.8a1.3 1.3 0 100-2.6 1.3 1.3 0 000 2.6z"/>
<rect width="2" height="5" x="11" y="9" fill="#000" rx="1"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 387 B

View File

@ -1,12 +1,7 @@
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g transform="translate(-400.000000, -1134.000000)" stroke="#000000" stroke-width="2">
<g id="Extras" transform="translate(48.000000, 1046.000000)">
<g id="yes" transform="translate(352.000000, 88.000000)">
<circle id="Oval-1" cx="12" cy="12" r="10"/>
<polyline id="Path-288" stroke-linecap="round" stroke-linejoin="round" points="8.5 12.5 10.5 14.5 15.5 9.5"/>
</g>
</g>
</g>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs/>
<g fill="none" fill-rule="evenodd" stroke="#000" stroke-width="2">
<circle cx="12" cy="12" r="10"/>
<path stroke-linecap="round" stroke-linejoin="round" d="M8.5 12.5l2 2 5-5"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 661 B

After

Width:  |  Height:  |  Size: 272 B

View File

@ -1,11 +1,8 @@
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Artboard-4" transform="translate(-488.000000, -159.000000)" stroke="#000000" stroke-width="2">
<g id="31" transform="translate(488.000000, 159.000000)">
<path d="M12,21 C7.02943725,21 3,16.9705627 3,12 C3,7.02943725 7.02943725,3 12,3 C16.9705627,3 21,7.02943725 21,12 C21,16.9705627 16.9705627,21 12,21 Z" id="Base"/>
<path d="M12,12 L16,12" id="Path-18" stroke-linecap="round"/>
<path d="M12,12 L12,7" id="Path-40" stroke-linecap="round" stroke-linejoin="round"/>
</g>
</g>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs/>
<g fill="none" fill-rule="evenodd" stroke="#000" stroke-width="2">
<path d="M12 21a9 9 0 110-18 9 9 0 010 18z"/>
<path stroke-linecap="round" d="M12 12h4"/>
<path stroke-linecap="round" stroke-linejoin="round" d="M12 12V7"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 813 B

After

Width:  |  Height:  |  Size: 324 B

View File

@ -1,11 +1,8 @@
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round">
<g transform="translate(-356.000000, -775.000000)" stroke="#000000" stroke-width="2">
<g id="308" transform="translate(356.000000, 775.000000)">
<path d="M8,17 L5,17 L5,17 C2.790861,17 1,15.209139 1,13 C1,10.790861 2.790861,9 5,9 C5.35840468,9 5.70579988,9.04713713 6.03632437,9.13555013 C6.01233106,8.92702603 6,8.71495305 6,8.5 C6,5.46243388 8.46243388,3 11.5,3 C14.0673313,3 16.2238156,4.7590449 16.8299648,7.1376465 C17.2052921,7.04765874 17.5970804,7 18,7 C20.7614237,7 23,9.23857625 23,12 C23,14.7614237 20.7614237,17 18,17 L16,17" id="Combined-Shape" stroke-linejoin="round"></path>
<path d="M12,13 L12,21" id="Path-58"></path>
<polyline id="Path-59" stroke-linejoin="round" points="15 20 12 23 9 20"></polyline>
</g>
</g>
</g>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs/>
<g fill="none" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-width="2">
<path stroke-linejoin="round" d="M8 17H5h0a4 4 0 111-7.9v-.6a5.5 5.5 0 0110.8-1.4A5 5 0 0123 12a5 5 0 01-5 5h-2"/>
<path d="M12 13v8"/>
<path stroke-linejoin="round" d="M15 20l-3 3-3-3"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 377 B

View File

@ -1,11 +1,6 @@
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
<g transform="translate(-400.000000, -775.000000)" stroke="#000000" stroke-width="2">
<g id="309" transform="translate(400.000000, 775.000000)">
<path d="M7,18 L5,18 C2.790861,18 1,16.209139 1,14 C1,11.790861 2.790861,10 5,10 C5.35840468,10 5.70579988,10.0471371 6.03632437,10.1355501 C6.01233106,9.92702603 6,9.71495305 6,9.5 C6,6.46243388 8.46243388,4 11.5,4 C14.0673313,4 16.2238156,5.7590449 16.8299648,8.1376465 C17.2052921,8.04765874 17.5970804,8 18,8 C20.7614237,8 23,10.2385763 23,13 C23,15.7614237 20.7614237,18 18,18 L17,18" id="Combined-Shape"></path>
<path d="M9,21 L15,15" id="Path-238"></path>
<path d="M9,21 L15,15" id="Path-238" transform="translate(12.000000, 18.000000) scale(-1, 1) translate(-12.000000, -18.000000) "></path>
</g>
</g>
</g>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs/>
<g fill="none" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
<path d="M7 18H5a4 4 0 111-7.9v-.6a5.5 5.5 0 0110.8-1.4A5 5 0 0123 13a5 5 0 01-5 5h-1M9 21l6-6M15 21l-6-6"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 314 B

View File

@ -1,9 +1,4 @@
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linejoin="round">
<g transform="translate(-796.000000, -159.000000)" stroke="#000000" stroke-width="2">
<g id="38" transform="translate(796.000000, 159.000000)">
<path d="M7.20852293,4.3800958 C8.05442158,3.84706631 8.99528987,3.45099725 10,3.22301642 L10,1.99980749 C10,1.44762906 10.4433532,1 11.0093689,1 L12.9906311,1 C13.5480902,1 14,1.44371665 14,1.99980749 L14,3.22301642 C15.0047101,3.45099725 15.9455784,3.84706631 16.7914771,4.3800958 L17.6569904,3.5145825 C18.0474395,3.12413339 18.6774591,3.12110988 19.0776926,3.52134344 L20.4786566,4.92230738 C20.8728396,5.31649045 20.8786331,5.94979402 20.4854175,6.34300963 L19.6199042,7.20852293 C20.1529337,8.05442158 20.5490027,8.99528987 20.7769836,10 L22.0001925,10 C22.5523709,10 23,10.4433532 23,11.0093689 L23,12.9906311 C23,13.5480902 22.5562834,14 22.0001925,14 L20.7769836,14 C20.5490027,15.0047101 20.1529337,15.9455784 19.6199042,16.7914771 L20.4854175,17.6569904 C20.8758666,18.0474395 20.8788901,18.6774591 20.4786566,19.0776926 L19.0776926,20.4786566 C18.6835095,20.8728396 18.050206,20.8786331 17.6569904,20.4854175 L16.7914771,19.6199042 C15.9455784,20.1529337 15.0047101,20.5490027 14,20.7769836 L14,22.0001925 C14,22.5523709 13.5566468,23 12.9906311,23 L11.0093689,23 C10.4519098,23 10,22.5562834 10,22.0001925 L10,20.7769836 C8.99528987,20.5490027 8.05442158,20.1529337 7.20852293,19.6199042 L6.34300963,20.4854175 C5.95256051,20.8758666 5.32254093,20.8788901 4.92230738,20.4786566 L3.52134344,19.0776926 C3.12716036,18.6835095 3.12136689,18.050206 3.5145825,17.6569904 L4.3800958,16.7914771 C3.84706631,15.9455784 3.45099725,15.0047101 3.22301642,14 L1.99980749,14 C1.44762906,14 1,13.5566468 1,12.9906311 L1,11.0093689 C1,10.4519098 1.44371665,10 1.99980749,10 L3.22301642,10 C3.45099725,8.99528987 3.84706631,8.05442158 4.3800958,7.20852293 L3.5145825,6.34300963 C3.12413339,5.95256051 3.12110988,5.32254093 3.52134344,4.92230738 L4.92230738,3.52134344 C5.31649045,3.12716036 5.94979402,3.12136689 6.34300963,3.5145825 L7.20852293,4.3800958 Z M12,16 C14.209139,16 16,14.209139 16,12 C16,9.790861 14.209139,8 12,8 C9.790861,8 8,9.790861 8,12 C8,14.209139 9.790861,16 12,16 Z" id="Combined-Shape"/>
</g>
</g>
</g>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs/>
<path fill="none" fill-rule="evenodd" stroke="#000" stroke-linejoin="round" stroke-width="2" d="M7.2 4.4A9 9 0 0110 3.2V2c0-.6.4-1 1-1h2c.5 0 1 .4 1 1v1.2c1 .3 2 .6 2.8 1.2l.9-.9a1 1 0 011.4 0L20.5 5c.4.4.4 1 0 1.4l-.9 1a9 9 0 011.2 2.7H22c.6 0 1 .4 1 1v2c0 .5-.4 1-1 1h-1.2a9 9 0 01-1.2 2.8l.9.9c.4.3.4 1 0 1.4L19 20.5a1 1 0 01-1.4 0l-1-.9a9 9 0 01-2.7 1.2V22c0 .6-.4 1-1 1h-2a1 1 0 01-1-1v-1.2a9 9 0 01-2.8-1.2l-.9.9a1 1 0 01-1.4 0L3.5 19a1 1 0 010-1.4l.9-1A9 9 0 013.2 14H2a1 1 0 01-1-1v-2c0-.5.4-1 1-1h1.2c.3-1 .6-2 1.2-2.8l-.9-.9a1 1 0 010-1.4L5 3.5a1 1 0 011.4 0l1 .9zM12 16a4 4 0 100-8 4 4 0 000 8z"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 689 B

View File

@ -1,10 +1,6 @@
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round">
<g transform="translate(-312.000000, -115.000000)" stroke="#000000" stroke-width="2">
<g id="7" transform="translate(312.000000, 115.000000)">
<path d="M19,5 L5,19" id="Path-14"></path>
<path d="M19,5 L5,19" id="Path-14" transform="translate(12.000000, 12.000000) scale(-1, 1) translate(-12.000000, -12.000000) "></path>
</g>
</g>
</g>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs/>
<g fill="none" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-width="2">
<path d="M19 5L5 19M5 5l14 14"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 658 B

After

Width:  |  Height:  |  Size: 214 B

View File

@ -1,12 +1,9 @@
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g transform="translate(-224.000000, -159.000000)">
<g id="25" transform="translate(224.000000, 159.000000)">
<path d="M5,7 L5,20.0081158 C5,21.1082031 5.89706013,22 7.00585866,22 L16.9941413,22 C18.1019465,22 19,21.1066027 19,20.0081158 L19,7" id="Path-296" stroke="#000000" stroke-width="2"></path>
<rect id="Rectangle-424" fill="#000000" x="2" y="4" width="20" height="2" rx="1"></rect>
<path d="M9,10.9970301 C9,10.4463856 9.44386482,10 10,10 C10.5522847,10 11,10.4530363 11,10.9970301 L11,17.0029699 C11,17.5536144 10.5561352,18 10,18 C9.44771525,18 9,17.5469637 9,17.0029699 L9,10.9970301 Z M13,10.9970301 C13,10.4463856 13.4438648,10 14,10 C14.5522847,10 15,10.4530363 15,10.9970301 L15,17.0029699 C15,17.5536144 14.5561352,18 14,18 C13.4477153,18 13,17.5469637 13,17.0029699 L13,10.9970301 Z" id="Combined-Shape" fill="#000000"></path>
<path d="M9,5 L9,2.99895656 C9,2.44724809 9.45097518,2 9.99077797,2 L14.009222,2 C14.5564136,2 15,2.44266033 15,2.99895656 L15,5" id="Path-33" stroke="#000000" stroke-width="2" stroke-linejoin="round"></path>
</g>
</g>
</g>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs/>
<g fill="none" fill-rule="evenodd">
<path stroke="#000" stroke-width="2" d="M5 7v13c0 1.1.9 2 2 2h10a2 2 0 002-2V7"/>
<rect width="20" height="2" x="2" y="4" fill="#000" rx="1"/>
<path fill="#000" d="M9 11c0-.6.4-1 1-1s1 .5 1 1v6c0 .6-.4 1-1 1a1 1 0 01-1-1v-6zm4 0c0-.6.4-1 1-1s1 .5 1 1v6c0 .6-.4 1-1 1a1 1 0 01-1-1v-6z"/>
<path stroke="#000" stroke-linejoin="round" stroke-width="2" d="M9 5V3c0-.6.5-1 1-1h4c.6 0 1 .4 1 1v2"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 531 B

View File

@ -1,11 +1,7 @@
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round">
<g transform="translate(-180.000000, -291.000000)" stroke="#000000" stroke-width="2">
<g id="84" transform="translate(180.000000, 291.000000)">
<path d="M12,3 L12,15" id="Path-58"></path>
<polyline id="Path-59" stroke-linejoin="round" transform="translate(12.000000, 14.000000) rotate(-270.000000) translate(-12.000000, -14.000000) " points="9 8 15 14 9 20"></polyline>
<path d="M3,18 L3,20.0590859 C3,20.6127331 3.44494889,21.0615528 3.99340349,21.0615528 L20.0067018,21.0615528 C20.5553434,21.0615528 21.0001052,20.6098102 21.0001051,20.0590859 L21.0001049,18" id="Path-12" stroke-linejoin="round"></path>
</g>
</g>
</g>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs/>
<g fill="none" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-width="2">
<path d="M12 3v12"/>
<path stroke-linejoin="round" d="M18 11l-6 6-6-6M3 18v2c0 .6.4 1 1 1h16c.6 0 1-.4 1-1v-2"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 961 B

After

Width:  |  Height:  |  Size: 298 B

View File

@ -1,10 +1,7 @@
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g transform="translate(-48.000000, -203.000000)" stroke="#000000" stroke-width="2">
<g id="41" transform="translate(48.000000, 203.000000)">
<path d="M3,21.0000003 L3,17 L15.8898356,4.11016442 C17.0598483,2.9401517 18.9638992,2.94723715 20.1306896,4.11402752 L19.9181432,3.90148112 C21.0902894,5.07362738 21.0882407,6.97202708 19.9174652,8.1377941 L7,21.0000003 L3,21.0000003 Z" id="Path-74" stroke-linecap="round" stroke-linejoin="round"></path>
<path d="M14.5,5.5 L18.5,9.5" id="Path-75"></path>
</g>
</g>
</g>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs/>
<g fill="none" fill-rule="evenodd" stroke="#000" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round" d="M3 21v-4L15.9 4.1a3 3 0 014.2 0L20 4a3 3 0 010 4.2L7 21H3z"/>
<path d="M14.5 5.5l4 4"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 813 B

After

Width:  |  Height:  |  Size: 306 B

View File

@ -1,16 +1,7 @@
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs/>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linejoin="round">
<g id="Artboard-4" transform="translate(-400.000000, -1046.000000)" stroke="#333333" stroke-width="2">
<g id="Extras" transform="translate(48.000000, 1046.000000)">
<g id="exit-fullscreen" transform="translate(352.000000, 0.000000)">
<rect id="Rectangle-433" x="6" y="8" width="12" height="8"/>
<polyline id="Path-42" stroke-linecap="round" transform="translate(21.500000, 5.500000) scale(-1, -1) translate(-21.500000, -5.500000) " points="23 7 23 4 20 4"/>
<polyline id="Path-42" stroke-linecap="round" transform="translate(2.500000, 18.500000) scale(-1, -1) translate(-2.500000, -18.500000) " points="4 20 1 20 1 17"/>
<polyline id="Path-42" stroke-linecap="round" transform="translate(21.500000, 18.500000) scale(-1, 1) translate(-21.500000, -18.500000) " points="23 20 23 17 20 17"/>
<polyline id="Path-42" stroke-linecap="round" transform="translate(2.500000, 5.500000) scale(-1, 1) translate(-2.500000, -5.500000) " points="4 7 1 7 1 4"/>
</g>
</g>
</g>
<g fill="none" fill-rule="evenodd" stroke="#333" stroke-linejoin="round" stroke-width="2">
<path d="M6 8h12v8H6z"/>
<path stroke-linecap="round" d="M20 4v3h3M1 17h3v3M20 20v-3h3M1 7h3V4"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 284 B

View File

@ -1,10 +1,7 @@
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Artboard-4" transform="translate(-708.000000, -115.000000)">
<g id="16" transform="translate(708.000000, 115.000000)">
<path d="M11.5857864,17 L14.2928932,19.7071068 L14.5857864,20 L15,20 L20.009222,20 C21.1044506,20 22,19.102094 22,18.0014977 L22,6.99850233 C22,5.89626364 21.1085926,5 20.0066023,5 L3.99339768,5 C2.89217541,5 2,5.89385529 2,6.99539757 L2,15.0046024 C2,16.099013 2.89670181,17 3.99754465,17 L11.5857864,17 Z" id="Rectangle-406" stroke="#000000" stroke-width="2" stroke-linejoin="round" transform="translate(12.000000, 12.500000) scale(1, -1) translate(-12.000000, -12.500000) "/>
<path d="M3,5 C3,4.44771525 3.4454627,4 3.99871095,4 L12.5,4 L10.5,6 L3.99594209,6 C3.44589846,6 3,5.55613518 3,5 L3,5 Z" id="Rectangle-409" fill="#000000"/>
</g>
</g>
</g>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs/>
<g fill="none" fill-rule="evenodd">
<path stroke="#000" stroke-linejoin="round" stroke-width="2" d="M11.6 8l2.7-2.7.3-.3H20a2 2 0 012 2v11a2 2 0 01-2 2H4a2 2 0 01-2-2v-8c0-1.1.9-2 2-2h7.6z"/>
<path fill="#000" d="M3 5c0-.6.4-1 1-1h8.5l-2 2H4a1 1 0 01-1-1z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 354 B

View File

@ -1,17 +1,7 @@
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 43.2 (39069) - http://www.bohemiancoding.com/sketch -->
<title>fullscreen</title>
<desc>Created with Sketch.</desc>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs/>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Artboard-4" transform="translate(-576.000000, -159.000000)" stroke="#333333" stroke-width="2">
<g id="33" transform="translate(576.000000, 159.000000)">
<rect id="Rectangle-433" x="1" y="4" width="22" height="16" rx="1"/>
<polyline id="Path-42" stroke-linecap="round" stroke-linejoin="round" points="20 10 20 7 17 7"/>
<polyline id="Path-42" stroke-linecap="round" stroke-linejoin="round" points="7 17 4 17 4 14"/>
<polyline id="Path-42" stroke-linecap="round" stroke-linejoin="round" transform="translate(18.500000, 15.500000) scale(1, -1) translate(-18.500000, -15.500000) " points="20 17 20 14 17 14"/>
<polyline id="Path-42" stroke-linecap="round" stroke-linejoin="round" transform="translate(5.500000, 8.500000) scale(1, -1) translate(-5.500000, -8.500000) " points="7 10 4 10 4 7"/>
</g>
</g>
<g fill="none" fill-rule="evenodd" stroke="#333" stroke-width="2">
<rect width="22" height="16" x="1" y="4" rx="1"/>
<path stroke-linecap="round" stroke-linejoin="round" d="M20 10V7h-3M7 17H4v-3M20 14v3h-3M7 7H4v3"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 312 B

View File

@ -1,10 +1,7 @@
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g transform="translate(-400.000000, -247.000000)">
<g id="69" transform="translate(400.000000, 247.000000)">
<circle id="Oval-7" stroke="#000000" stroke-width="2" cx="12" cy="12" r="10"></circle>
<path d="M12.016,14.544 C12.384,14.544 12.64,14.256 12.704,13.904 L12.768,13.168 C14.544,12.864 16,11.952 16,9.936 L16,9.904 C16,7.904 14.48,6.656 12.24,6.656 C10.768,6.656 9.696,7.184 8.848,7.984 C8.624,8.176 8.528,8.432 8.528,8.672 C8.528,9.152 8.928,9.552 9.424,9.552 C9.648,9.552 9.856,9.456 10.016,9.328 C10.656,8.752 11.344,8.448 12.192,8.448 C13.344,8.448 14.032,9.072 14.032,9.968 L14.032,10 C14.032,11.008 13.2,11.584 11.696,11.728 C11.264,11.776 11.008,12.096 11.072,12.528 L11.232,13.904 C11.28,14.272 11.552,14.544 11.92,14.544 L12.016,14.544 Z M10.784,16.816 L10.784,16.976 C10.784,17.6 11.264,18.08 11.92,18.08 C12.576,18.08 13.056,17.6 13.056,16.976 L13.056,16.816 C13.056,16.192 12.576,15.712 11.92,15.712 C11.264,15.712 10.784,16.192 10.784,16.816 Z" id="?" fill="#000000"></path>
</g>
</g>
</g>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs/>
<g fill="none" fill-rule="evenodd">
<circle cx="12" cy="12" r="10" stroke="#000" stroke-width="2"/>
<path fill="#000" d="M12 14.5c.4 0 .6-.2.7-.6v-.7c1.8-.3 3.3-1.2 3.3-3.3 0-2-1.5-3.2-3.8-3.2-1.4 0-2.5.5-3.4 1.3-.2.2-.3.4-.3.7a.9.9 0 001.5.6c.7-.5 1.3-.9 2.2-.9 1.1 0 1.8.7 1.8 1.6 0 1-.8 1.6-2.3 1.7-.4 0-.7.4-.6.8l.1 1.4c0 .4.4.6.7.6h.1zm-1.2 2.3v.2a1 1 0 001.1 1 1 1 0 001.2-1v-.2a1 1 0 00-1.2-1 1 1 0 00-1.1 1z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 514 B

View File

@ -1,11 +1,8 @@
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
<g id="Artboard-4" transform="translate(-620.000000, -863.000000)" stroke="#000000" stroke-width="2">
<g id="354" transform="translate(620.000000, 863.000000)">
<path d="M6.63582585,18.3637479 C8.26452234,19.9925528 10.5146102,21 13,21 L13,21 C17.9705627,21 22,16.9705627 22,12 C22,7.02943725 17.9705627,3 13,3 C8.02943725,3 4,7.02943725 4,12" id="Oval-203"/>
<polygon id="Path-282" fill="#000000" points="1.5 11 7.5 11 4.5 14"/>
<polyline id="Path-283" points="13 7 13 12 15.5 14.5"/>
</g>
</g>
</g>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs/>
<g fill="none" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
<path d="M6.6 18.4A9 9 0 0013 21h0a9 9 0 10-9-9"/>
<path fill="#000" d="M1.5 11h6l-3 3z"/>
<path d="M13 7v5l2.5 2.5"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 875 B

After

Width:  |  Height:  |  Size: 332 B

View File

@ -1,10 +1,7 @@
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g transform="translate(-708.000000, -467.000000)">
<g id="176" transform="translate(708.000000, 467.000000)">
<path d="M8,9 L8,3.99339768 C8,3.44494629 7.55641359,3 7.00922203,3 L2.99077797,3 C2.45097518,3 2,3.44475929 2,3.99339768 L2,20.0066023 C2,20.5550537 2.44358641,21 2.99077797,21 L7.00922203,21 C7.54902482,21 8,20.5552407 8,20.0066023 L8,15 L14,15 L14,20.0066023 C14,20.5550537 14.4435864,21 14.990778,21 L19.009222,21 C19.5490248,21 20,20.5564587 20,20.0093228 L20,15.0006104 L23,12 L20,8.99267578 L20,4.00303919 C20,3.45042467 19.5564136,3 19.009222,3 L14.990778,3 C14.4509752,3 14,3.44475929 14,3.99339768 L14,9 L8,9 Z" id="Combined-Shape" fill="#000000" opacity="0.5"></path>
<path d="M2,9 L14,9 L14,3.99077797 C14,3.44358641 14.3203148,3.32031476 14.7062149,3.7062149 L23,12 L14.7062149,20.2937851 C14.3161832,20.6838168 14,20.5490248 14,20.009222 L14,15 L2,15 L2,9 Z" id="Rectangle-121" fill-opacity="0.5" fill="#000000"></path>
</g>
</g>
</g>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs/>
<g fill="#000" fill-rule="evenodd">
<path d="M8 9V4c0-.6-.4-1-1-1H3a1 1 0 00-1 1v16c0 .6.4 1 1 1h4c.5 0 1-.4 1-1v-5h6v5c0 .6.4 1 1 1h4c.5 0 1-.4 1-1v-5l3-3-3-3V4c0-.5-.4-1-1-1h-4a1 1 0 00-1 1v5H8z" opacity=".5"/>
<path fill-opacity=".5" d="M2 9h12V4c0-.6.3-.7.7-.3L23 12l-8.3 8.3c-.4.4-.7.2-.7-.3v-5H2V9z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 403 B

View File

@ -1,15 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Artboard-4" transform="translate(-356.000000, -1046.000000)">
<g id="Extras" transform="translate(48.000000, 1046.000000)">
<g id="inbox-full" transform="translate(308.000000, 0.000000)">
<path d="M7.41604369,14 L3,14 L2,14 L2,15 L2,20.009222 C2,21.1033032 2.89446021,22 3.99339768,22 L20.0066023,22 C21.1067838,22 22,21.1092551 22,20.009222 L22,15 L22,14 L21,14 L16.5839563,14 L15.9295922,14 L15.6676034,14.5996284 C15.0357833,16.0457106 13.6054999,17 12,17 C10.3945001,17 8.96421673,16.0457106 8.33239655,14.5996284 L8.07040776,14 L7.41604369,14 Z" id="Front" stroke="#333333" stroke-width="2" stroke-linejoin="round"></path>
<path d="M2,15.5000001 L2,13.0001355 L5.63085938,3.9134128 C5.83473011,3.40319837 6.44341249,2.98958785 7.00723108,2.98958785 L17.0497215,2.98958785 C17.6059998,2.98958785 18.223735,3.40698372 18.4260932,3.91341276 L22.0569525,13.000135 L22,15" id="Back" stroke="#333333" stroke-width="2" stroke-linejoin="round"></path>
<path d="M6,9 L18,9 L18,10 L6,10 L6,9 Z M5,11 L19,11 L19,12 L5,12 L5,11 Z M7,7 L17,7 L17,8 L7,8 L7,7 Z M8,5 L16,5 L16,6 L8,6 L8,5 Z" id="Combined-Shape" fill="#333333"></path>
</g>
</g>
</g>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="24px" width="24px" viewBox="0 0 24 24">
<defs/>
<g fill="none" fill-rule="evenodd">
<path stroke="#333" stroke-linejoin="round" stroke-width="2" d="M7.4 14H2v6c0 1.1.9 2 2 2h16a2 2 0 002-2v-6H15.9l-.2.6a4 4 0 01-7.4 0l-.2-.6h-.7z"/>
<path stroke="#333" stroke-linejoin="round" stroke-width="2" d="M2 15.5V13l3.6-9c.2-.6.8-1 1.4-1h10c.6 0 1.2.4 1.4 1l3.7 9-.1 2"/>
<path fill="#333" d="M6 9h12v1H6V9zm-1 2h14v1H5v-1zm2-4h10v1H7V7zm1-2h8v1H8V5z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 524 B

View File

@ -1,9 +1,4 @@
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g transform="translate(-444.000000, -115.000000)" fill="#000000">
<g id="10" transform="translate(444.000000, 115.000000)">
<path d="M10,12 C10,10.8954305 10.8877296,10 12,10 C13.1045695,10 14,10.8877296 14,12 C14,13.1045695 13.1122704,14 12,14 C10.8954305,14 10,13.1122704 10,12 Z M17,12 C17,10.8954305 17.8877296,10 19,10 C20.1045695,10 21,10.8877296 21,12 C21,13.1045695 20.1122704,14 19,14 C17.8954305,14 17,13.1122704 17,12 Z M3,12 C3,10.8954305 3.88772964,10 5,10 C6.1045695,10 7,10.8877296 7,12 C7,13.1045695 6.11227036,14 5,14 C3.8954305,14 3,13.1122704 3,12 Z" id="Combined-Shape"></path>
</g>
</g>
</g>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs/>
<path fill="#000" fill-rule="evenodd" d="M10 12a2 2 0 114 0 2 2 0 11-4 0zm7 0a2 2 0 114 0 2 2 0 11-4 0zM3 12a2 2 0 114 0 2 2 0 11-4 0z"/>
</svg>

Before

Width:  |  Height:  |  Size: 897 B

After

Width:  |  Height:  |  Size: 218 B

View File

@ -1,11 +1,4 @@
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Artboard-4" transform="translate(-268.000000, -1046.000000)" fill="#000000">
<g id="Extras" transform="translate(48.000000, 1046.000000)">
<g id="more-vertical" transform="translate(220.000000, 0.000000)">
<path d="M10,12 C10,10.8954305 10.8877296,10 12,10 C13.1045695,10 14,10.8877296 14,12 C14,13.1045695 13.1122704,14 12,14 C10.8954305,14 10,13.1122704 10,12 Z M10,5 C10,3.8954305 10.8877296,3 12,3 C13.1045695,3 14,3.88772964 14,5 C14,6.1045695 13.1122704,7 12,7 C10.8954305,7 10,6.11227036 10,5 Z M10,19 C10,17.8954305 10.8877296,17 12,17 C13.1045695,17 14,17.8877296 14,19 C14,20.1045695 13.1122704,21 12,21 C10.8954305,21 10,20.1122704 10,19 Z" id="Combined-Shape"/>
</g>
</g>
</g>
</g>
<svg xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" viewBox="0 0 24 24">
<defs/>
<path fill="#000" fill-rule="evenodd" d="M10 12a2 2 0 114 0 2 2 0 11-4 0zm0-7a2 2 0 114 0 2 2 0 11-4 0zm0 14a2 2 0 114 0 2 2 0 11-4 0z"/>
</svg>

Before

Width:  |  Height:  |  Size: 982 B

After

Width:  |  Height:  |  Size: 245 B

View File

@ -1,10 +1,7 @@
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g transform="translate(-312.000000, -863.000000)" stroke="#000000" stroke-width="2">
<g id="347" transform="translate(312.000000, 863.000000)">
<circle id="Oval-196" cx="12" cy="12" r="9"></circle>
<path d="M18,18 L6,6" id="Path-275"></path>
</g>
</g>
</g>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs/>
<g fill="none" fill-rule="evenodd" stroke="#000" stroke-width="2">
<circle cx="12" cy="12" r="9"/>
<path d="M18 18L6 6"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 557 B

After

Width:  |  Height:  |  Size: 217 B

View File

@ -1,5 +1,5 @@
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="24px" height="24px" viewBox="0 0 18 7" style="transform: scale(1.3) translateY(1px);">
<path fill="#00000" d="M0,0h18v6H9v1H5V6H0V0z M1,5h2V2h1v3h1V1H1V5z M6,1v5h2V5h2V1H6z M8,2h1v2H8V2z M11,1v4h2V2h1v3h1V2h1v3h1V1H11z"/>
<path fill="#000" d="M0,0h18v6H9v1H5V6H0V0z M1,5h2V2h1v3h1V1H1V5z M6,1v5h2V5h2V1H6z M8,2h1v2H8V2z M11,1v4h2V2h1v3h1V2h1v3h1V1H11z"/>
<polygon fill="#FFFFFF" points="1,5 3,5 3,2 4,2 4,5 5,5 5,1 1,1 "/>
<polygon fill="#FFFFFF" d="M6,1v5h2V5h2V1H6z M9,4H8V2h1V4z"/>
<polygon fill="#FFFFFF" points="11,1 11,5 13,5 13,2 14,2 14,5 15,5 15,2 16,2 16,5 17,5 17,1 "/>

Before

Width:  |  Height:  |  Size: 546 B

After

Width:  |  Height:  |  Size: 544 B

View File

@ -1,9 +1,4 @@
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linejoin="round">
<g id="Artboard-4" transform="translate(-532.000000, -115.000000)" stroke-width="2" stroke="#000000">
<g id="12" transform="translate(532.000000, 115.000000)">
<polygon id="Triangle-1" points="5 21 5 3 21 12" fill="#000000"/>
</g>
</g>
</g>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs/>
<path fill="#000" fill-rule="evenodd" stroke="#000" stroke-linejoin="round" stroke-width="2" d="M5 21V3l16 9z"/>
</svg>

Before

Width:  |  Height:  |  Size: 528 B

After

Width:  |  Height:  |  Size: 193 B

View File

@ -1,9 +1,4 @@
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Artboard-4" transform="translate(-664.000000, -467.000000)" stroke="#000000">
<g id="175" transform="translate(664.000000, 467.000000)">
<path stoke="#000000" d="M7.5,7 C7.5,6.72427445 7.72568093,6.5 8.00684547,6.5 L19.9931545,6.5 C20.2754761,6.5 20.5,6.72240424 20.5,7 C20.5,7.27572555 20.2743191,7.5 19.9931545,7.5 L8.00684547,7.5 C7.72452386,7.5 7.5,7.27759576 7.5,7 Z M7.5,12 C7.5,11.7242745 7.72568093,11.5 8.00684547,11.5 L19.9931545,11.5 C20.2754761,11.5 20.5,11.7224042 20.5,12 C20.5,12.2757255 20.2743191,12.5 19.9931545,12.5 L8.00684547,12.5 C7.72452386,12.5 7.5,12.2775958 7.5,12 Z M7.5,17 C7.5,16.7242745 7.72568093,16.5 8.00684547,16.5 L19.9931545,16.5 C20.2754761,16.5 20.5,16.7224042 20.5,17 C20.5,17.2757255 20.2743191,17.5 19.9931545,17.5 L8.00684547,17.5 C7.72452386,17.5 7.5,17.2775958 7.5,17 Z M4,7.5 C3.72385763,7.5 3.5,7.27614237 3.5,7 C3.5,6.72385763 3.72385763,6.5 4,6.5 C4.27614237,6.5 4.5,6.72385763 4.5,7 C4.5,7.27614237 4.27614237,7.5 4,7.5 Z M4,12.5 C3.72385763,12.5 3.5,12.2761424 3.5,12 C3.5,11.7238576 3.72385763,11.5 4,11.5 C4.27614237,11.5 4.5,11.7238576 4.5,12 C4.5,12.2761424 4.27614237,12.5 4,12.5 Z M4,17.5 C3.72385763,17.5 3.5,17.2761424 3.5,17 C3.5,16.7238576 3.72385763,16.5 4,16.5 C4.27614237,16.5 4.5,16.7238576 4.5,17 C4.5,17.2761424 4.27614237,17.5 4,17.5 Z" id="Combined-Shape"/>
</g>
</g>
</g>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs/>
<path fill="none" fill-rule="evenodd" stroke="#000" d="M7.5 7c0-.3.2-.5.5-.5h12c.3 0 .5.2.5.5s-.2.5-.5.5H8a.5.5 0 01-.5-.5zm0 5c0-.3.2-.5.5-.5h12c.3 0 .5.2.5.5s-.2.5-.5.5H8a.5.5 0 01-.5-.5zm0 5c0-.3.2-.5.5-.5h12c.3 0 .5.2.5.5s-.2.5-.5.5H8a.5.5 0 01-.5-.5zM4 7.5a.5.5 0 110-1 .5.5 0 010 1zm0 5a.5.5 0 110-1 .5.5 0 010 1zm0 5a.5.5 0 110-1 .5.5 0 010 1z"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 434 B

View File

@ -1,12 +1,4 @@
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs/>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Artboard-4" transform="translate(-224.000000, -1046.000000)" fill="#000000">
<g id="Extras" transform="translate(48.000000, 1046.000000)">
<g id="refresh" transform="translate(176.000000, 0.000000)">
<path d="M20.9995201,13.0312796 L20.9999519,13.0312796 C20.9830843,17.9874565 16.960132,22 12,22 C7.02943725,22 3,17.9705627 3,13 C3,8.0398348 7.01259713,4.01686187 11.9688198,4.00005287 L11.9688198,6.00006796 C8.11716976,6.01686496 5,9.14440548 5,13 C5,16.8659932 8.13400675,20 12,20 C15.8555614,20 18.9830812,16.8828839 18.9999316,13.0312796 L19.0004799,13.0312796 C19.0001607,13.0208922 19,13.0104649 19,13 C19,12.4477153 19.4477153,12 20,12 C20.5522847,12 21,12.4477153 21,13 C21,13.0104649 20.9998393,13.0208922 20.9995201,13.0312796 Z M12,9 L12,1 L16,5 L12,9 Z" id="Combined-Shape"/>
</g>
</g>
</g>
</g>
<path fill="#000" fill-rule="evenodd" d="M21 13a9 9 0 11-9-9v2a7 7 0 107 7 1 1 0 112 0zm-9-4V1l4 4-4 4z"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 187 B

View File

@ -1,12 +1,7 @@
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs/>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Artboard-4" transform="translate(-620.000000, -467.000000)">
<g id="174" transform="translate(620.000000, 467.000000)">
<path d="M16.5547002,9.83205029 C15.8901455,10.2750868 15,9.79869538 15,9 L15,5 C15,4.20130462 15.8901455,3.72491322 16.5547002,4.16794971 L19.5547002,6.16794971 C20.1484333,6.56377175 20.1484333,7.43622825 19.5547002,7.83205029 L16.5547002,9.83205029 Z" id="Path-115" fill="#333333" fill-rule="nonzero"/>
<path d="M7.4452998,19.8320503 L4.4452998,17.8320503 C3.85156673,17.4362282 3.85156673,16.5637718 4.4452998,16.1679497 L7.4452998,14.1679497 C8.10985453,13.7249132 9,14.2013046 9,15 L9,19 C9,19.7986954 8.10985453,20.2750868 7.4452998,19.8320503 Z" id="Path-115" fill="#333333" fill-rule="nonzero"/>
<path d="M3,12 C3,9.23857625 5.23533061,7 7.99367318,7 L18,7 M21,12 C21,14.7614237 18.7661779,17 16.0049709,17 L7,17" id="Rectangle-118" stroke="#333333" stroke-width="2" stroke-linecap="round"/>
</g>
</g>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs/>
<g fill="none" fill-rule="evenodd">
<path fill="#333" fill-rule="nonzero" d="M16.6 9.8A1 1 0 0115 9V5a1 1 0 011.6-.8l3 2a1 1 0 010 1.6l-3 2zM7.4 19.8l-3-2a1 1 0 010-1.6l3-2A1 1 0 019 15v4a1 1 0 01-1.6.8z"/>
<path stroke="#333" stroke-linecap="round" stroke-width="2" d="M3 12a5 5 0 015-5h10m3 5a5 5 0 01-5 5H7"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 408 B

View File

@ -1,11 +1,7 @@
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Artboard-4" transform="translate(-136.000000, -115.000000)" stroke="#000" stroke-width="2">
<g id="3" transform="translate(136.000000, 115.000000)">
<circle id="Oval-3" cx="10" cy="10" r="7"></circle>
<path d="M15,15 L21,21" id="Path-3" stroke-linecap="round" stroke-linejoin="round"></path>
</g>
</g>
</g>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs/>
<g fill="none" fill-rule="evenodd" stroke="#000" stroke-width="2">
<circle cx="10" cy="10" r="7"/>
<path stroke-linecap="round" stroke-linejoin="round" d="M15 15l6 6"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 643 B

After

Width:  |  Height:  |  Size: 264 B

View File

@ -1,15 +1,11 @@
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Artboard-4" transform="translate(-796.000000, -643.000000)">
<g id="258" transform="translate(796.000000, 643.000000)">
<ellipse id="Oval-140" stroke="#000000" stroke-width="2" cx="12" cy="6" rx="9" ry="3"/>
<path d="M3,10.5 C3,12.1568542 7.02943725,13.5 12,13.5 L12,13.5 C16.9705627,13.5 21,12.1568542 21,10.5" id="Oval-140" stroke="#000000"/>
<path d="M3,14.5 C3,16.1568542 7.02943725,17.5 12,17.5 C16.9705627,17.5 21,16.1568542 21,14.5" id="Oval-140" stroke="#000000"/>
<path d="M3,5.98958785 L3,19 C3,20.6568542 7.02943725,22 12,22 C16.9705627,22 21,20.6568542 21,19 L21,5.98958785" id="Oval-140" stroke="#000000" stroke-width="2"/>
<circle id="Oval-141" fill="#000000" cx="18.5" cy="10.5" r="1"/>
<circle id="Oval-141" fill="#000000" cx="18.5" cy="14.5" r="1"/>
<circle id="Oval-141" fill="#000000" cx="18.5" cy="18.5" r="1"/>
</g>
</g>
</g>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs/>
<g fill="none" fill-rule="evenodd">
<ellipse cx="12" cy="6" stroke="#000" stroke-width="2" rx="9" ry="3"/>
<path stroke="#000" d="M3 10.5c0 1.7 4 3 9 3h0c5 0 9-1.3 9-3M3 14.5c0 1.7 4 3 9 3s9-1.3 9-3"/>
<path stroke="#000" stroke-width="2" d="M3 6v13c0 1.7 4 3 9 3s9-1.3 9-3V6"/>
<circle cx="18.5" cy="10.5" r="1" fill="#000"/>
<circle cx="18.5" cy="14.5" r="1" fill="#000"/>
<circle cx="18.5" cy="18.5" r="1" fill="#000"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 534 B

View File

@ -1,3 +1,4 @@
<svg viewBox="0 0 1536 1536" width="1536" height="1536" xmlns="http://www.w3.org/2000/svg">
<path fill="#000000" d="M640 1440c0 28 13 96-32 96H288c-159 0-288-129-288-288V544c0-159 129-288 288-288h320c17 0 32 15 32 32 0 28 13 96-32 96H288c-88 0-160 72-160 160v704c0 88 72 160 160 160h288c25 0 64-5 64 32zm928-544c0 17-7 33-19 45l-544 544c-12 12-28 19-45 19-35 0-64-29-64-64v-288H448c-35 0-64-29-64-64V704c0-35 29-64 64-64h448V352c0-35 29-64 64-64 17 0 33 7 45 19l544 544c12 12 19 28 19 45z"/>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1536 1536">
<defs/>
<path d="M640 1440c0 28 13 96-32 96H288A288 288 0 010 1248V544c0-159 129-288 288-288h320c17 0 32 15 32 32 0 28 13 96-32 96H288c-88 0-160 72-160 160v704c0 88 72 160 160 160h288c25 0 64-5 64 32zm928-544c0 17-7 33-19 45l-544 544c-12 12-28 19-45 19-35 0-64-29-64-64v-288H448c-35 0-64-29-64-64V704c0-35 29-64 64-64h448V352c0-35 29-64 64-64 17 0 33 7 45 19l544 544c12 12 19 28 19 45z"/>
</svg>

Before

Width:  |  Height:  |  Size: 503 B

After

Width:  |  Height:  |  Size: 465 B

View File

@ -1,11 +1,6 @@
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
<g transform="translate(-488.000000, -731.000000)" stroke="#000000" stroke-width="2">
<g id="291" transform="translate(488.000000, 731.000000)">
<path d="M10,9 C8.5,7.5 8,3 8,3 C8,3 7.5,7.5 6,9 C4.5,10.5 2,11 2,11 C2,11 4.5,11.5 6,13 C7.5,14.5 8,19 8,19 C8,19 8.5,14.5 10,13 C11.5,11.5 14,11 14,11 C14,11 11.5,10.5 10,9 Z" id="Combined-Shape"></path>
<path d="M19.6666667,4.75 C18.7916667,3.8125 18.5,1 18.5,1 C18.5,1 18.2083333,3.8125 17.3333333,4.75 C16.4583333,5.6875 15,6 15,6 C15,6 16.4583333,6.3125 17.3333333,7.25 C18.2083333,8.1875 18.5,11 18.5,11 C18.5,11 18.7916667,8.1875 19.6666667,7.25 C20.5416667,6.3125 22,6 22,6 C22,6 20.5416667,5.6875 19.6666667,4.75 Z" id="Combined-Shape"></path>
<path d="M17,17 C16.25,16.25 16,14 16,14 C16,14 15.75,16.25 15,17 C14.25,17.75 13,18 13,18 C13,18 14.25,18.25 15,19 C15.75,19.75 16,22 16,22 C16,22 16.25,19.75 17,19 C17.75,18.25 19,18 19,18 C19,18 17.75,17.75 17,17 Z" id="Combined-Shape"></path>
</g>
</g>
</g>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs/>
<g fill="none" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
<path d="M10 9C8.5 7.5 8 3 8 3s-.5 4.5-2 6-4 2-4 2 2.5.5 4 2 2 6 2 6 .5-4.5 2-6 4-2 4-2-2.5-.5-4-2zM19.7 4.8c-1-1-1.2-3.8-1.2-3.8s-.3 2.8-1.2 3.8C16.5 5.7 15 6 15 6s1.5.3 2.3 1.3c1 .9 1.2 3.7 1.2 3.7s.3-2.8 1.2-3.8C20.5 6.3 22 6 22 6s-1.5-.3-2.3-1.3zM17 17c-.8-.8-1-3-1-3s-.3 2.3-1 3c-.8.8-2 1-2 1s1.3.3 2 1c.8.8 1 3 1 3s.3-2.3 1-3c.8-.8 2-1 2-1s-1.3-.3-2-1z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 567 B

View File

@ -1,56 +1,4 @@
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 559.372 559.372" style="enable-background:new 0 0 559.372 559.372;" xml:space="preserve">
<g>
<g>
<path fill="#000000" d="M53.244,0.002c46.512,0,91.29,6.018,134.334,18.054s83.334,29.07,120.869,51.102
c37.537,22.032,71.707,48.45,102.514,79.254c30.803,30.804,57.221,64.974,79.254,102.51
c22.029,37.539,39.063,77.828,51.102,120.873c12.037,43.043,18.055,87.818,18.055,134.334c0,14.688-5.201,27.23-15.605,37.637
c-10.404,10.407-22.949,15.604-37.637,15.604c-14.689,0-27.234-5.199-37.641-15.604c-10.402-10.404-15.604-22.949-15.604-37.637
c0-36.723-4.795-72.115-14.383-106.186c-9.588-34.064-23.055-65.891-40.395-95.471c-17.34-29.581-38.145-56.509-62.424-80.785
c-24.277-24.276-51.203-45.084-80.784-62.424c-29.58-17.34-61.404-30.804-95.472-40.392s-69.462-14.382-106.182-14.382
c-14.688,0-27.234-5.202-37.638-15.606S0.001,67.933,0.001,53.245s5.202-27.234,15.606-37.638
C26.01,5.204,38.556,0.002,53.244,0.002z M53.244,201.35c42.024,0,81.498,8.058,118.422,24.174s69.156,37.944,96.696,65.484
c27.541,27.541,49.369,59.771,65.484,96.693c16.117,36.928,24.174,76.398,24.174,118.426c0,14.688-5.201,27.23-15.604,37.637
c-10.404,10.404-22.949,15.604-37.641,15.604c-14.688,0-27.233-5.199-37.637-15.604c-10.404-10.404-15.606-22.949-15.606-37.637
c0-27.338-5.202-53.041-15.606-77.113c-10.404-24.072-24.582-45.084-42.534-63.035c-17.952-17.953-38.964-32.131-63.036-42.535
c-24.072-10.402-49.776-15.604-77.112-15.604c-14.688,0-27.234-5.201-37.638-15.605C5.202,281.83,0,269.284,0,254.596
s5.202-27.234,15.606-37.638C26.01,206.552,38.556,201.35,53.244,201.35z M151.164,481.033c0,10.609-1.938,20.4-5.814,29.377
c-3.876,8.979-9.18,16.83-15.912,23.563c-6.732,6.729-14.688,12.035-23.868,15.912c-9.18,3.875-18.87,5.811-29.07,5.811
c-10.608,0-20.4-1.938-29.376-5.811c-8.976-3.875-16.83-9.184-23.562-15.912c-6.732-6.732-12.036-14.586-15.912-23.563
c-3.876-8.977-5.814-18.768-5.814-29.377c0-10.197,1.938-19.889,5.814-29.066c3.876-9.184,9.18-17.139,15.912-23.869
c6.732-6.732,14.586-12.035,23.562-15.912c8.976-3.875,18.768-5.814,29.376-5.814c10.2,0,19.89,1.939,29.07,5.814
c9.18,3.877,17.136,9.18,23.868,15.912c6.732,6.73,12.036,14.688,15.912,23.869C149.226,461.145,151.164,470.834,151.164,481.033z
"/>
</g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 559 559">
<defs/>
<path d="M53 0a497 497 0 01358 148 508 508 0 01148 358c0 15-5 27-15 38a51 51 0 01-38 15c-15 0-27-5-38-15a51 51 0 01-15-38 390 390 0 00-117-282A400 400 0 0053 106 52 52 0 010 53c0-14 5-27 16-37C26 5 39 0 53 0zm0 201c42 0 82 8 119 25s69 37 96 65a312 312 0 0190 215c0 15-5 27-16 38a51 51 0 01-37 15c-15 0-27-5-38-15a51 51 0 01-15-38 192 192 0 00-59-140 201 201 0 00-140-58c-14 0-27-5-37-16-11-10-16-23-16-37s5-28 16-38c10-10 23-16 37-16zm98 280a73 73 0 01-45 69c-10 4-19 6-30 6a73 73 0 01-68-46 74 74 0 0139-98 74 74 0 01104 69z"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 615 B

View File

@ -1,10 +1,4 @@
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round">
<g transform="translate(-356.000000, -115.000000)" stroke="#000000" stroke-width="2">
<g id="8" transform="translate(356.000000, 115.000000)">
<path d="M21,6 L9,18" id="Path-14"></path>
<path d="M9,13 L4,18" id="Path-14" transform="translate(6.500000, 15.500000) scale(-1, 1) translate(-6.500000, -15.500000) "></path>
</g>
</g>
</g>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs/>
<path fill="#000" fill-rule="evenodd" d="M13 19a1 1 0 100 2 9 9 0 10-9-9h2a7 7 0 117 7zm-4-7H1l4 4 4-4z"/>
</svg>

Before

Width:  |  Height:  |  Size: 656 B

After

Width:  |  Height:  |  Size: 187 B

View File

@ -1,9 +1,4 @@
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g transform="translate(-180.000000, -115.000000)" fill="#000000">
<g id="4" transform="translate(180.000000, 115.000000)">
<path d="M10,19 C10.5522847,19 11,19.4477153 11,20 C11,20.5522847 10.5522847,21 10,21 C9.99404288,21 9.98809793,20.9999479 9.98216558,20.9998442 C5.01980239,20.990358 1,16.9646166 1,12 C1,7.02943725 5.02943725,3 10,3 C14.9705627,3 19,7.02943725 19,12 L17,12 C17,8.13400675 13.8659932,5 10,5 C6.13400675,5 3,8.13400675 3,12 C3,15.8659932 6.13400675,19 10,19 Z M14,12 L22,12 L18,16 L14,12 Z" id="Combined-Shape" transform="translate(11.500000, 12.000000) scale(-1, 1) translate(-11.500000, -12.000000) "/>
</g>
</g>
</g>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs/>
<path fill="#000" fill-rule="evenodd" d="M13 19a1 1 0 100 2 9 9 0 10-9-9h2a7 7 0 117 7zm-4-7H1l4 4 4-4z"/>
</svg>

Before

Width:  |  Height:  |  Size: 894 B

After

Width:  |  Height:  |  Size: 187 B

View File

@ -1,11 +1,8 @@
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g transform="translate(-136.000000, -863.000000)">
<g id="343" transform="translate(136.000000, 863.000000)">
<path d="M14.2571621,15 L7,15 C4.20063223,15 2.390348,16.1679253 1.5255785,18.0896353 C1.07423388,19.0926234 0.949016905,20.1108713 0.995546634,20.9698816 C0.998604759,21.0263393 1.0014872,21.0632937 1.00496281,21.0995037 C1.0599172,21.6490476 1.54995985,22.0499916 2.09950372,21.9950372 C2.64904758,21.9400828 3.04999158,21.4500401 2.99503719,20.9004963 C2.99555422,20.9071205 2.99399879,20.8871791 2.99261905,20.8617069 C2.96185588,20.2937714 3.05021139,19.575276 3.34942151,18.9103647 C3.890902,17.7070747 4.98686778,17 7,17 L12.0070975,17 L13.2070325,17 C13.4170071,16.2576107 13.7789623,15.5790321 14.2571621,15 Z" id="Path-41" fill="#000000" fill-rule="nonzero"></path>
<path d="M19,18 L19,16.4976988 C19,16.2228273 18.7680664,16 18.5,16 C18.2238576,16 18,16.2148438 18,16.4976988 L18,18 L16.4976988,18 C16.2148438,18 16,18.2238576 16,18.5 C16,18.7680664 16.2228273,19 16.4976988,19 L18,19 L18,20.5023012 C18,20.7771727 18.2319336,21 18.5,21 C18.7761424,21 19,20.7851562 19,20.5023012 L19,19 L20.5023012,19 C20.7851562,19 21,18.7761424 21,18.5 C21,18.2319336 20.7771727,18 20.5023012,18 L19,18 Z M18.5,23 C16.0147186,23 14,20.9852814 14,18.5 C14,16.0147186 16.0147186,14 18.5,14 C20.9852814,14 23,16.0147186 23,18.5 C23,20.9852814 20.9852814,23 18.5,23 Z" id="Combined-Shape" fill="#000000"></path>
<circle id="Oval-40" stroke="#000000" stroke-width="2" cx="12" cy="8" r="5"></circle>
</g>
</g>
</g>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs/>
<g fill="none" fill-rule="evenodd">
<path fill="#000" fill-rule="nonzero" d="M14.3 15H7c-2.8 0-4.6 1.2-5.5 3a6.2 6.2 0 00-.5 3.1 1 1 0 102-.2c0-.6 0-1.3.3-2C4 17.7 5 17 7 17h6.2c.2-.7.6-1.4 1-2z"/>
<path fill="#000" d="M19 18v-1.5c0-.3-.2-.5-.5-.5s-.5.2-.5.5V18h-1.5c-.3 0-.5.2-.5.5s.2.5.5.5H18v1.5c0 .3.2.5.5.5s.5-.2.5-.5V19h1.5c.3 0 .5-.2.5-.5s-.2-.5-.5-.5H19zm-.5 5a4.5 4.5 0 110-9 4.5 4.5 0 010 9z"/>
<circle cx="12" cy="8" r="5" stroke="#000" stroke-width="2"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 566 B

View File

@ -1,10 +1,7 @@
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Artboard-4" transform="translate(-532.000000, -159.000000)" stroke="#000000" stroke-width="2">
<g id="32" transform="translate(532.000000, 159.000000)">
<path d="M2,21 C2,21 1.5,16 7,16 C12.5,16 11.512498,16 17.006249,16 C22.5,16 22.0062485,21 22.0062485,21" id="Path-41" stroke-linecap="round" stroke-linejoin="round"/>
<circle id="Oval-40" cx="12" cy="8" r="5"/>
</g>
</g>
</g>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs/>
<g fill="none" fill-rule="evenodd" stroke="#000" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round" d="M2 21s0-5 5-5h10c6 0 5 5 5 5"/>
<circle cx="12" cy="8" r="5"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 698 B

After

Width:  |  Height:  |  Size: 281 B

View File

@ -1,11 +1,8 @@
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Artboard-4" transform="translate(-92.000000, -863.000000)">
<g id="342" transform="translate(92.000000, 863.000000)">
<path d="M7,21 C7,21 7,17 11,17 C15,17 14.9937515,17 19,17 C23.0062485,17 23.0062485,21 23.0062485,21" id="Path-41" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M8.27455269,11.9477557 C5.85692935,11.5963698 4,9.51503944 4,7 C4,4.23857625 6.23857625,2 9,2 C10.373942,2 11.6184509,2.55416948 12.5221996,3.45118158 C11.8469348,3.70680858 11.2215328,4.06387931 10.664592,4.50379553 C10.1883045,4.18555118 9.61582114,4 9,4 C7.34314575,4 6,5.34314575 6,7 C6,8.3069749 6.83577432,9.41874424 8.00202365,9.83000873 C8.00067709,9.88650926 8,9.94317556 8,10 C8,10.6759052 8.09579644,11.329436 8.27455269,11.9477557 Z M8.67363116,13 L5,13 C2.85717375,13 1.39436214,13.9752077 0.605572809,15.5527864 C0.148670182,16.4665917 -7.10542736e-14,17.3586127 -7.10542736e-14,18 C-7.10542736e-14,18.5522847 0.44771525,19 1,19 C1.55228475,19 2,18.5522847 2,18 C2,17.9269061 2.01176795,17.7621548 2.04889392,17.539399 C2.11167338,17.1627222 2.22417415,16.7877197 2.39442719,16.4472136 C2.85563786,15.5247923 3.64282625,15 5,15 L10.1010173,15 C9.51513298,14.4258795 9.02972955,13.7496048 8.67363116,13 Z" id="Combined-Shape" fill="#000000" fill-rule="nonzero"/>
<circle id="Oval-40" stroke="#000000" stroke-width="2" cx="15" cy="10" r="4"/>
</g>
</g>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs/>
<g fill="none" fill-rule="evenodd">
<path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 21s0-4 4-4h8c4 0 4 4 4 4"/>
<path fill="#000" fill-rule="nonzero" d="M8.3 12a5 5 0 114.2-8.5 7 7 0 00-1.8 1A3 3 0 108 9.8a7.1 7.1 0 00.3 2.1zm.4 1H5c-2.1 0-3.6 1-4.4 2.6-.5.9-.6 1.8-.6 2.4a1 1 0 002 0v-.5l.4-1c.5-1 1.2-1.5 2.6-1.5h5.1a7 7 0 01-1.4-2z"/>
<circle cx="15" cy="10" r="4" stroke="#000" stroke-width="2"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 542 B

View File

@ -1,12 +1,7 @@
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g transform="translate(-400.000000, -1134.000000)" stroke="#000000" stroke-width="2">
<g id="Extras" transform="translate(48.000000, 1046.000000)">
<g id="yes" transform="translate(352.000000, 88.000000)">
<circle id="Oval-1" cx="12" cy="12" r="10"></circle>
<polyline id="Path-288" stroke-linecap="round" stroke-linejoin="round" points="8.5 12.5 10.5 14.5 15.5 9.5"></polyline>
</g>
</g>
</g>
</g>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs/>
<g fill="none" fill-rule="evenodd" stroke="#000" stroke-width="2">
<circle cx="12" cy="12" r="10"/>
<path stroke-linecap="round" stroke-linejoin="round" d="M8.5 12.5l2 2 5-5"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 739 B

After

Width:  |  Height:  |  Size: 272 B

View File

@ -1,15 +1,7 @@
<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" style="transform:scale(1.1);">
<g class="layer" style="transform: scale(.9);">
<g fill="none" fill-rule="evenodd">
<g transform="translate(-884.000000, -863.000000)">
<g transform="translate(884.000000, 863.000000)">
<path d="m22.78031,7.45167c0,0 -0.21495,-1.56763 -0.87461,-2.25797c-0.83658,-0.90605 -1.7743,-0.91055 -2.20433,-0.96357c-3.07858,-0.23013 -7.69661,-0.23013 -7.69661,-0.23013l-0.00956,0c0,0 -4.61792,0 -7.69661,0.23013c-0.43005,0.05302 -1.36743,0.05752 -2.20431,0.96357c-0.65962,0.69034 -0.87427,2.25797 -0.87427,2.25797c0,0 -0.22001,1.84092 -0.22001,3.68182l0,1.72585c0,1.84087 0.22001,3.68177 0.22001,3.68177c0,0 0.21465,1.56766 0.87427,2.25799c0.83688,0.90608 1.93618,0.87741 2.42581,0.97238c1.76002,0.17451 7.47991,0.22852 7.47991,0.22852c0,0 4.62279,-0.00719 7.70137,-0.2373c0.43003,-0.05305 1.36775,-0.05752 2.20433,-0.9636c0.65966,-0.69033 0.87461,-2.25799 0.87461,-2.25799c0,0 0.21969,-1.8409 0.21969,-3.68177l0,-1.72585c0,-1.8409 -0.21969,-3.68182 -0.21969,-3.68182l0,0z" fill="#ffffff" stroke="#000000" stroke-width="2"/>
</g>
</g>
<svg xmlns="http://www.w3.org/2000/svg" transform="scale(1.1)" viewBox="0 0 24 24">
<defs/>
<g class="layer">
<path fill="#fff" fill-rule="evenodd" stroke="#000" stroke-width="1.8" d="M20.5 6.7s-.2-1.4-.8-2c-.7-.8-1.6-.8-2-.9-2.7-.2-6.9-.2-6.9-.2h0s-4.2 0-7 .2c-.3 0-1.2 0-2 .9-.5.6-.7 2-.7 2L.9 10v1.6l.2 3.3s.2 1.4.8 2c.7.8 1.7.8 2.2.9 1.6.2 6.7.2 6.7.2s4.2 0 7-.2c.3 0 1.2 0 2-.9.5-.6.7-2 .7-2l.2-3.3V10l-.2-3.3h0z"/>
<path d="M8.7 14.7a.7.7 0 01-.5-1.2l2.9-3H8.7a.7.7 0 010-1.3h4a.7.7 0 01.5 1.2l-4 4a.7.7 0 01-.5.3zM11.7 8.6h-2a.7.7 0 110-1.4h2a.7.7 0 010 1.4z"/>
</g>
<g>
<path d="m9.639451,16.289861a0.758829,0.758829 0 0 1 -0.537251,-1.296079l3.226539,-3.226539l-2.689289,0a0.758829,0.758829 0 0 1 0,-1.517657l4.521101,0a0.758829,0.758829 0 0 1 0.537251,1.296079l-4.522619,4.521101a0.758829,0.758829 0 0 1 -0.535733,0.223096z" fill="#000000" stroke="#000000" stroke-width="0"/>
<path d="m13.029897,9.507451l-2.208191,0a0.758829,0.758829 0 1 1 0,-1.517657l2.21578,0a0.758829,0.758829 0 0 1 0,1.517657l-0.007588,0z" fill="#000000" stroke="#000000" stroke-width="0"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 595 B

View File

@ -1,14 +1,9 @@
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Artboard-4" transform="translate(-312.000000, -511.000000)">
<g id="187" transform="translate(312.000000, 511.000000)">
<rect id="Rectangle-124" stroke="#000000" stroke-width="2" x="3" y="6" width="18" height="16" rx="1"/>
<polygon fill="#000000" id="Triangle-1" points="10 17.5 10 10.4 15.5 13.9"/>
<rect id="Rectangle-125" fill="#000000" x="4" y="3" width="16" height="1" rx="0.5"/>
<rect id="Rectangle-125" fill="#000000" x="5" y="1" width="14" height="1" rx="0.5"/>
</g>
</g>
</g>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs/>
<g fill="none" fill-rule="evenodd">
<rect width="18" height="16" x="3" y="6" stroke="#000" stroke-width="2" rx="1"/>
<path fill="#000" d="M10 17.5v-7.1l5.5 3.5z"/>
<rect width="16" height="1" x="4" y="3" fill="#000" rx=".5"/>
<rect width="14" height="1" x="5" y="1" fill="#000" rx=".5"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 837 B

After

Width:  |  Height:  |  Size: 391 B

View File

@ -1,14 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 43.2 (39069) - http://www.bohemiancoding.com/sketch -->
<title>menu</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Artboard-4" transform="translate(-180.000000, -203.000000)" stroke="#333333">
<g id="44" transform="translate(180.000000, 203.000000)">
<path d="M3.5,7 C3.5,6.72319836 3.72175357,6.5 3.99339768,6.5 L20.0066023,6.5 C20.2799786,6.5 20.5,6.72089465 20.5,7 C20.5,7.27680164 20.2782464,7.5 20.0066023,7.5 L3.99339768,7.5 C3.72002141,7.5 3.5,7.27910535 3.5,7 Z M3.5,12 C3.5,11.7231984 3.72175357,11.5 3.99339768,11.5 L20.0066023,11.5 C20.2799786,11.5 20.5,11.7208946 20.5,12 C20.5,12.2768016 20.2782464,12.5 20.0066023,12.5 L3.99339768,12.5 C3.72002141,12.5 3.5,12.2791054 3.5,12 Z M3.5,17 C3.5,16.7231984 3.72175357,16.5 3.99339768,16.5 L20.0066023,16.5 C20.2799786,16.5 20.5,16.7208946 20.5,17 C20.5,17.2768016 20.2782464,17.5 20.0066023,17.5 L3.99339768,17.5 C3.72002141,17.5 3.5,17.2791054 3.5,17 Z" id="Combined-Shape"></path>
</g>
</g>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs/>
<path fill="none" fill-rule="evenodd" stroke="#333" d="M3.5 7c0-.3.2-.5.5-.5h16c.3 0 .5.2.5.5s-.2.5-.5.5H4a.5.5 0 01-.5-.5zm0 5c0-.3.2-.5.5-.5h16c.3 0 .5.2.5.5s-.2.5-.5.5H4a.5.5 0 01-.5-.5zm0 5c0-.3.2-.5.5-.5h16c.3 0 .5.2.5.5s-.2.5-.5.5H4a.5.5 0 01-.5-.5z"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 339 B

View File

@ -1,12 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Artboard-4" transform="translate(-136.000000, -115.000000)" stroke="#000" stroke-width="2">
<g id="3" transform="translate(136.000000, 115.000000)">
<circle id="Oval-3" cx="10" cy="10" r="7"></circle>
<path d="M15,15 L21,21" id="Path-3" stroke-linecap="round" stroke-linejoin="round"></path>
</g>
</g>
</g>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs/>
<g fill="none" fill-rule="evenodd" stroke="#000" stroke-width="2">
<circle cx="10" cy="10" r="7"/>
<path stroke-linecap="round" stroke-linejoin="round" d="M15 15l6 6"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 682 B

After

Width:  |  Height:  |  Size: 264 B

View File

@ -1,117 +1,12 @@
<?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"
viewBox="2799 -911 16 22"
version="1.1"
id="svg13"
sodipodi:docname="logo.svg"
width="16"
height="22"
inkscape:version="0.92.2 5c3e80d, 2017-08-06">
<metadata
id="metadata17">
<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="1916"
inkscape:window-height="1040"
id="namedview15"
showgrid="false"
inkscape:zoom="29.790476"
inkscape:cx="-1.1827326"
inkscape:cy="12.088"
inkscape:window-x="0"
inkscape:window-y="18"
inkscape:window-maximized="0"
inkscape:current-layer="svg13" />
<defs
id="defs4">
<style
id="style2">
.cls-3 {
fill: #211f20;
}
.cls-4 {
fill: #737373;
}
.cls-5 {
fill: #f1680d;
}
.cls-6 {
fill: rgba(255, 255, 255, 0);
}
</style>
</defs>
<g
id="Artboard_1"
data-name="Artboard 1"
class="cls-1"
transform="translate(0.03356777,-1.9929667)">
<g
id="Symbol_3_1"
data-name="Symbol 3 1"
transform="translate(2759,-975)">
<g
id="Group_44"
data-name="Group 44"
transform="translate(0,2.333)">
<path
id="Path_4"
data-name="Path 4"
class="cls-3"
d="m -949,-500 v 10.667 l 8,-5.333"
transform="translate(989,564)"
inkscape:connector-curvature="0"
style="fill:#211f20" />
<path
id="Path_5"
data-name="Path 5"
class="cls-4"
d="m -949,-500 v 10.667 l 8,-5.333"
transform="translate(989,574.667)"
inkscape:connector-curvature="0"
style="fill:#737373" />
<path
id="Path_6"
data-name="Path 6"
class="cls-5"
d="m -949,-500 v 10.667 l 8,-5.333"
transform="translate(997,569.333)"
inkscape:connector-curvature="0"
style="fill:#f1680d" />
<path
id="Path_7"
data-name="Path 7"
class="cls-6"
d="M 0,0 V 10.667 L 8,5.333 Z"
transform="rotate(180,24,40)"
inkscape:connector-curvature="0"
style="fill:rgba(255,255,255,0)" />
<svg xmlns="http://www.w3.org/2000/svg" viewBox="2799 -911 16 22">
<defs/>
<g data-name="Artboard 1">
<g data-name="Symbol 3 1">
<g data-name="Group 44">
<path fill="#211f20" d="M2799-911v11l8-5" data-name="Path 4"/>
<path fill="#737373" d="M2799-900v11l8-6" data-name="Path 5"/>
<path fill="#f1680d" d="M2807-905v10l8-5" data-name="Path 6"/>
<path fill="transparent" d="M2807-895v-10l-8 5z" data-name="Path 7"/>
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 501 B

View File

@ -1,347 +1,54 @@
<?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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="52.227604mm"
height="62.102531mm"
viewBox="0 0 52.227604 62.102531"
version="1.1"
id="svg458"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="arguing.svg">
<defs
id="defs452">
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient2759"
id="radialGradient1740-1-7-3"
cx="56.455734"
cy="167.68628"
fx="56.455734"
fy="167.68628"
r="20.579618"
gradientTransform="matrix(0.50167767,0,0,0.29088196,123.91759,38.050791)"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient2759"
inkscape:collect="always">
<stop
id="stop2755"
offset="0"
style="stop-color:#ff0000;stop-opacity:1" />
<stop
id="stop2757"
offset="1"
style="stop-color:#ff0000;stop-opacity:0" />
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 52.23 62.1">
<defs/>
<defs>
<radialGradient id="d" cx="56.46" cy="167.69" r="20.58" fx="56.46" fy="167.69" gradientTransform="matrix(.50168 0 0 .29088 123.92 38.05)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
<radialGradient id="c" cx="56.46" cy="167.69" r="20.58" fx="56.46" fy="167.69" gradientTransform="matrix(1.20299 0 0 .16716 41.85 125.73)" gradientUnits="userSpaceOnUse" xlink:href="#b"/>
<linearGradient id="a">
<stop offset="0" stop-color="red"/>
<stop offset="1" stop-color="red" stop-opacity="0"/>
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient1738"
id="radialGradient1740-1-2"
cx="56.455734"
cy="167.68628"
fx="56.455734"
fy="167.68628"
r="20.579618"
gradientTransform="matrix(1.2029851,0,0,0.16716418,41.852781,125.73467)"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient1738">
<stop
style="stop-color:#838383;stop-opacity:1"
offset="0"
id="stop1734" />
<stop
style="stop-color:#bfbfbf;stop-opacity:0"
offset="1"
id="stop1736" />
<linearGradient id="b">
<stop offset="0" stop-color="#838383"/>
<stop offset="1" stop-color="#bfbfbf" stop-opacity="0"/>
</linearGradient>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.35"
inkscape:cx="-435.58788"
inkscape:cy="31.644834"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1916"
inkscape:window-height="1041"
inkscape:window-x="0"
inkscape:window-y="18"
inkscape:window-maximized="0" />
<metadata
id="metadata455">
<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>
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-85.011198,-95.103498)">
<ellipse
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.78899997;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:url(#radialGradient1740-1-2);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:markers stroke fill;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="path1732-7-36"
cx="109.76817"
cy="153.76585"
rx="24.756975"
ry="3.4401751" />
<path
style="opacity:1;vector-effect:none;fill:#ffb370;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.19999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 106.80979,153.03292 c 0.29668,-0.5902 -0.9911,-0.87438 -1.10697,-1.57288 -0.1159,-0.69848 -0.0474,-1.98785 1.3644,-3.20692 1.41181,-1.21908 -0.18679,-2.58798 -0.62442,-2.55717 -0.43758,0.0308 -1.56884,2.23023 -2.10429,3.51811 -0.53545,1.28788 -0.34287,2.39713 0.20049,2.99472 0.51023,0.56125 2.27081,0.82412 2.27081,0.82412 z"
id="path1043-7-2-8"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccsccsc"
inkscape:transform-center-x="0.85859563"
inkscape:transform-center-y="2.4707119" />
<path
style="opacity:1;vector-effect:none;fill:#ffb370;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.19999997;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 110.248,140.60412 c -0.79938,-0.45858 -0.7297,-2.12038 -0.67543,-2.64379 0.0543,-0.52341 2.51781,-1.16011 2.91197,-1.18231 0.39416,-0.0222 2.68497,1.45462 2.88981,1.7956 0.20483,0.34095 1.77482,3.93422 0.15392,5.99504 -1.62098,2.06081 -4.04833,3.43884 -6.35234,3.24392 -1.09305,-0.0926 -3.22269,-0.86814 -2.66034,-2.31116 0.21444,-0.55008 2.36346,0.24298 3.36489,-0.97167 1.12489,-1.36443 1.18858,-2.22004 0.36761,-3.92563 z"
id="path996-7-1-7-0"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccssssc" />
<path
style="fill:#fffdfb;fill-opacity:0.46118721;fill-rule:evenodd;stroke:none;stroke-width:0.36500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 115.35381,140.89496 c 0.006,0.23589 0.0527,0.48727 0.13144,0.72888 0.0417,0.12609 0.11539,0.24693 0.19831,0.27976 0.0409,0.0204 0.0818,0.0218 0.11168,-0.008 0.0903,-0.0704 0.13318,-0.23226 0.13645,-0.40807 0.006,-0.21137 -0.0301,-0.44382 -0.0926,-0.66496 -0.0466,-0.15662 -0.15131,-0.27119 -0.24559,-0.29671 -0.10199,-0.0324 -0.20493,0.0241 -0.22648,0.17665 -0.0119,0.0606 -0.0169,0.13727 -0.0133,0.19284 z"
id="path867-4-7-4-4-3-7-2-2"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccc" />
<path
style="opacity:1;vector-effect:none;fill:#ffb370;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 96.757612,148.42057 c 0.25412,-0.7072 2.02021,-0.3863 2.85758,-1.0073 0.837358,-0.62102 2.058508,-1.89802 1.665498,-3.7281 -0.39302,-1.83013 2.82371,-2.41318 3.29548,-2.18107 0.4717,0.23206 -0.44598,2.87929 -1.12919,4.37071 -0.6832,1.49139 -2.02277,2.47369 -3.24952,2.79966 -1.152038,0.30614 -3.439838,-0.25389 -3.439838,-0.25389 z"
id="path1043-7-1"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccsccsc" />
<path
style="opacity:1;vector-effect:none;fill:#ffb370;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 104.8965,138.83623 c 0.78064,-0.12727 1.31222,-1.54954 1.45464,-2.00798 0.14241,-0.45843 -1.54104,-1.79283 -1.83846,-1.93923 -0.29742,-0.1464 -2.59182,0.35534 -2.87059,0.57618 -0.27877,0.22079 -2.760708,2.7387 -2.231558,4.99963 0.52915,2.26091 1.923358,4.20799 3.776268,4.79024 0.87906,0.27619 2.80158,0.31285 2.87456,-1.08475 0.0278,-0.53281 -1.9159,-0.56104 -2.26341,-1.90855 -0.39037,-1.51366 -0.13819,-2.25494 1.09855,-3.42554 z"
id="path996-7-1-0"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccssssc" />
<path
style="fill:#fffdfb;fill-opacity:0.46118721;fill-rule:evenodd;stroke:none;stroke-width:0.36500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 101.31348,138.01336 c -0.0992,0.21419 -0.26467,0.41746 -0.47238,0.59246 -0.10927,0.091 -0.26302,0.15766 -0.39624,0.13752 -0.0673,-0.006 -0.12736,-0.0296 -0.15916,-0.0755 -0.10404,-0.11989 -0.10399,-0.29524 -0.0408,-0.45943 0.0725,-0.1988 0.21498,-0.39116 0.39121,-0.55715 0.12816,-0.11617 0.32462,-0.15817 0.47152,-0.12436 0.16079,0.0321 0.2886,0.14688 0.2611,0.30065 -0.006,0.0631 -0.0284,0.13693 -0.0552,0.18596 z"
id="path867-4-7-4-4-3-7-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccc" />
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#fd9c50;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:markers stroke fill;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 130.78485,124.8553 c -3.03651,10.81461 -10.88496,14.99539 -18.46186,12.91207 -6.72068,-1.84791 -11.03654,-12.08911 -7.8226,-20.04498 2.53056,-6.26426 8.28273,-8.96787 15.75819,-6.58202 7.28203,2.32411 11.86944,8.93118 10.52627,13.71493 z"
id="path865-2-1"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssss" />
<path
style="fill:#fd9c50;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 126.83831,95.503392 c 1.10576,-0.67978 3.00631,-0.55296 3.1146,0.84766 0.0641,0.82929 6.93964,34.127798 7.18951,35.036848 0.34286,1.24727 -0.24288,2.59712 -1.53628,2.56178 -1.17836,-0.27468 -37.884878,-17.82267 -38.877208,-18.18794 -0.99234,-0.3652 -2.41589,-3.01855 -0.53492,-3.65157 1.88096,-0.63299 29.070108,-15.321898 30.644298,-16.606778 z"
id="path863-4-10"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csscscc" />
<path
style="fill:#ffddc2;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.36500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 119.70663,101.58992 c -0.56804,0.31398 -0.99045,0.55916 -1.3266,0.698 -0.51904,0.21438 -1.20495,-0.48364 -0.4869,-0.87268 0.37515,-0.2175 0.85742,-0.48377 1.4054,-0.72811 0.54799,-0.24431 0.97613,0.58882 0.4081,0.90279 z"
id="path867-4-9-85"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csccc" />
<path
style="opacity:1;vector-effect:none;fill:#fd9c50;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 105.99294,137.43085 c -0.0661,0.89466 1.50101,1.87617 2.01427,2.1607 0.51324,0.28452 2.59754,-1.19643 2.85793,-1.48299 0.26039,-0.28655 0.61209,-3.51566 0.42408,-3.88402 -0.18812,-0.36835 -2.84798,-3.68084 -5.72575,-3.72861 -2.87779,-0.0478 -5.37198,1.2878 -6.596138,3.16492 -0.58076,0.89057 -1.37498,2.56511 0.29139,3.03499 0.63524,0.17916 1.184568,-1.42201 2.908768,-1.42893 1.93679,-0.008 2.76056,0.47643 3.82545,2.16394 z"
id="path996-6-0"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccssssc" />
<path
style="opacity:1;vector-effect:none;fill:#fd9c50;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 93.769162,129.26252 c 0.76388,0.13547 0.63781,2.04642 1.38059,2.80944 0.74277,0.76304 2.2114,1.80716 4.06485,1.05698 1.853478,-0.75022 2.384188,2.53248 2.198628,3.06987 -0.18555,0.53738 -2.589238,0.0463 -4.217338,-0.39429 -1.62811,-0.4406 -2.80476,-1.66332 -3.28693,-2.88908 -0.45277,-1.15114 -0.1398,-3.65292 -0.1398,-3.65292 z"
id="path1043-6-6-6"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccsccsc" />
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#cb6e3b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:markers stroke fill;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 109.817,138.7114 c -0.076,-0.45461 0.13859,-0.76447 -0.28963,-1.52987 -1.03154,-1.84322 -3.83809,-2.33947 -4.37561,-2.47851 -0.53749,-0.13912 -1.66416,-0.8515 -3.38764,-0.22319 -1.10515,0.3312 -1.51439,1.16832 -1.857078,1.65953 -0.25775,0.28995 -0.73199,0.38694 -0.92159,0.44152 0.13451,0.0495 0.79261,0.49782 1.090258,0.11317 l 0.0757,0.0522 c 0.006,0.006 0.0106,0.01 0.0168,0.0153 0.0194,0.0155 0.0409,0.029 0.0638,0.0404 l 0.01,0.008 c 5.8e-4,-2.6e-4 8.2e-4,-7.9e-4 0.002,-5.3e-4 0.25027,0.11646 0.64753,-0.0235 0.93879,-0.33085 0.18791,-0.15438 0.30674,-0.34527 0.36298,-0.55958 l -5e-4,-1e-4 c 0.0292,-0.17817 0.0626,-0.2628 -0.0694,-0.42813 -0.0215,-0.017 -0.0157,-0.0395 -0.0482,-0.0587 l -0.004,-0.033 c 0.14769,-0.0573 0.30722,-0.0807 0.44104,-0.0919 -0.007,0.0362 -0.008,0.0729 -0.003,0.11011 l 0.0886,0.36623 c 6.1e-4,0.008 10e-4,0.0159 0.002,0.024 0.005,0.027 0.0123,0.0533 0.023,0.0796 l 0.003,0.0117 c 7.4e-4,2.2e-4 5.3e-4,4e-5 0.002,2.7e-4 0.11925,0.27236 0.56314,0.44465 1.04881,0.40703 0.48251,-0.0377 0.86522,-0.27179 0.90666,-0.55448 0.005,-0.0331 0.005,-0.0662 1.5e-4,-0.099 -0.006,-0.0297 -0.013,-0.0588 -0.0265,-0.0869 l -0.01,-0.0635 c 0.22104,0.0781 0.42378,0.18068 0.61536,0.30828 l -0.12513,0.12015 c -0.008,0.005 -0.0144,0.009 -0.0212,0.0143 -0.023,0.0188 -0.0437,0.0407 -0.0615,0.065 l -0.008,0.009 c 1.3e-4,7.9e-4 5.8e-4,7.9e-4 5.8e-4,0.002 -0.18141,0.25826 -0.0494,0.76411 0.31172,1.19504 0.40756,0.48577 0.9599,0.7046 1.23367,0.48877 0.0251,-0.0205 0.0471,-0.0443 0.0661,-0.0713 l 0.0475,-0.0377 c 0.0275,0.90713 1.4975,1.86262 1.9913,2.14557 0.23374,0.13387 0.095,0.14054 0.66526,-0.20406 0,0 2.31465,-0.94281 2.06085,-0.91614 z"
id="path1092-6-8-2-4-46"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csccccccccccccccccccccccccccccccccccccccccsc" />
<path
style="fill:#ffddc2;fill-opacity:0.60273976;fill-rule:evenodd;stroke:none;stroke-width:0.36500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 104.78603,131.95202 c -0.2542,0.0407 -0.53697,0.0193 -0.81834,-0.0541 -0.14707,-0.0391 -0.29763,-0.13004 -0.35668,-0.25389 -0.0346,-0.0596 -0.0476,-0.12413 -0.0233,-0.17781 0.0494,-0.15717 0.21035,-0.2588 0.39782,-0.3007 0.22461,-0.0541 0.4839,-0.0458 0.73869,0.006 0.1811,0.0406 0.33395,0.18161 0.38841,0.32488 0.0636,0.1542 0.0331,0.32815 -0.12396,0.39417 -0.0611,0.032 -0.14223,0.0553 -0.20271,0.0614 z"
id="path867-4-7-4-4-9-2"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccc" />
<path
style="opacity:1;vector-effect:none;fill:#fd9c50;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 109.47988,139.52055 c -0.54996,-0.68783 0.21251,-2.32265 0.48267,-2.82821 0.27018,-0.50556 2.82575,-0.42728 3.20118,-0.33542 0.37545,0.0919 1.75626,0.81292 2.50193,2.91237 0.83672,1.64396 -0.33625,4.50478 -2.70715,6.08838 -2.37091,1.58363 -5.18754,1.84294 -7.24574,0.98258 -0.97646,-0.40818 -2.56444,-1.33559 -1.43622,-2.61009 0.43008,-0.48587 1.77346,0.51369 3.21362,-0.4064 1.61774,-1.03354 2.03611,-1.86721 1.98971,-3.80321 z"
id="path996-6-5-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccssssc"
inkscape:transform-center-x="2.9406383"
inkscape:transform-center-y="4.4586449" />
<path
style="opacity:1;vector-effect:none;fill:#fd9c50;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 108.76414,153.16036 c 0.12671,-0.76539 -1.71663,-1.28367 -2.18831,-2.23836 -0.47171,-0.95469 -0.96637,-2.68743 0.35891,-4.18467 1.32531,-1.49724 -1.59258,-3.09216 -2.16108,-3.09641 -0.56849,-0.004 -0.90699,2.42562 -1.03452,4.10745 -0.12748,1.68184 0.63292,3.19887 1.62775,4.06216 0.93426,0.81075 3.39724,1.34983 3.39724,1.34983 z"
id="path1043-6-6-0-8"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccsccsc"
inkscape:transform-center-x="9.3558883"
inkscape:transform-center-y="7.217628" />
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#cb6e3b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:markers stroke fill;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 109.87061,137.92536 c 0.0636,0.23962 0.22509,0.45278 0.21879,0.70961 0.10562,0.82334 0.21775,1.64821 0.24698,2.47849 0.002,0.43415 -0.10696,0.90078 -0.43624,1.20608 -0.60139,0.66272 -1.24188,1.31824 -2.03743,1.74639 -0.6396,0.28703 -1.3734,0.19638 -2.02358,-0.005 -0.4073,-0.1162 -0.78602,-0.37732 -1.22588,-0.34413 -0.21719,0.008 -0.32404,0.27069 -0.54031,0.28729 0.18872,-0.26674 0.31928,-0.78696 0.67516,-0.80405 0.18297,0.0474 0.22256,-0.18088 0.31702,-0.28329 0.0998,-0.108 0.26349,-0.0956 0.39667,-0.13259 0.40987,-0.0557 0.86595,0.0843 1.11646,0.42691 0.0636,0.13607 -0.0453,0.47711 0.22152,0.34304 0.15661,-0.0392 0.3421,-0.0202 0.4719,-0.12944 0.0408,-0.17139 -0.1672,-0.31103 -0.16303,-0.49775 -0.0477,-0.20056 0.0215,-0.4122 0.16592,-0.55645 0.31016,-0.3757 0.81001,-0.61043 1.29998,-0.54724 0.16585,0.0366 0.27879,0.18259 0.34691,0.32917 0.10348,-0.16594 0.26536,-0.3119 0.29136,-0.51372 -0.062,-0.10258 -0.28772,-0.047 -0.38007,-0.1768 -0.25409,-0.22157 -0.29616,-0.58706 -0.28712,-0.90492 0.015,-0.29891 0.0529,-0.59671 0.0473,-0.89641 0.0124,-0.31065 0.0182,-0.6329 0.13499,-0.92441 0.0623,-0.0963 0.38895,0.0122 0.2267,-0.16137 -0.15876,-0.23246 -0.24114,-0.57846 -0.0446,-0.81427 0.082,-0.15921 0.26243,-0.28986 0.24361,-0.48564 -0.0378,-0.11835 -0.25387,-0.27714 -0.0354,-0.35315 0.14042,-0.0522 0.13165,0.054 0.33501,0.18247 0.20263,0.2528 0.28579,0.54259 0.41734,0.82115 z"
id="path1092-6-8-2-4-4-6"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccccccccccccccccccccccccc" />
<path
style="fill:#ffddc2;fill-opacity:0.60273976;fill-rule:evenodd;stroke:none;stroke-width:0.36500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 113.81173,141.07523 c -0.14281,0.21421 -0.24101,0.48022 -0.29143,0.76661 -0.0257,0.15001 -0.006,0.32473 0.0824,0.42999 0.0402,0.056 0.0931,0.0949 0.15199,0.0952 0.16345,0.0205 0.32285,-0.0836 0.43898,-0.23655 0.14275,-0.18168 0.24309,-0.42092 0.30182,-0.67428 0.0385,-0.18156 -0.0261,-0.37922 -0.13371,-0.48838 -0.1137,-0.12205 -0.28457,-0.16677 -0.40999,-0.0514 -0.0543,0.0426 -0.1095,0.10628 -0.14015,0.1588 z"
id="path867-4-7-4-4-9-8-2"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccc"
inkscape:transform-center-x="-1.1824106"
inkscape:transform-center-y="4.4863821" />
<g
id="g1888-8"
transform="matrix(0.77397488,0.55143463,-0.50696426,0.83006607,96.595439,-72.440717)"
style="stroke-width:1.0414362">
<path
sodipodi:nodetypes="ccsccc"
inkscape:connector-curvature="0"
id="path867-2-4"
d="m 127.44239,153.53297 c 0.0248,-0.83572 0.78535,-0.95789 0.85565,-0.2729 0.0703,0.68499 0.13616,1.19684 0.12315,1.59221 -0.0201,0.61048 -0.82518,0.87943 -0.90491,0.0152 -0.0582,-0.45454 -0.0497,-0.87357 -0.0739,-1.33447 z"
style="fill:#4e3b3a;fill-opacity:1;fill-rule:evenodd;stroke:#2f2828;stroke-width:0.38012421;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccsccc"
inkscape:connector-curvature="0"
id="path867-6-6-7"
d="m 134.84928,151.74452 c 0.11271,-0.82846 0.88195,-0.86978 0.87965,-0.18119 -0.002,0.68859 0.0189,1.40498 -0.0902,1.78521 -0.12806,0.44614 -0.81369,0.54941 -0.80186,-0.31843 -0.01,-0.45813 -0.0121,-0.82468 0.0124,-1.28557 z"
style="opacity:1;vector-effect:none;fill:#4e3b3a;fill-opacity:1;fill-rule:evenodd;stroke:#2f2828;stroke-width:0.38012421;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<g transform="translate(-85.01 -95.1)">
<ellipse cx="109.77" cy="153.77" fill="url(#c)" color="#000" opacity=".79" overflow="visible" paint-order="markers stroke fill" rx="24.76" ry="3.44" style="isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1;marker:none"/>
<path fill="#ffb370" fill-rule="evenodd" d="M106.81 153.03c.3-.59-1-.87-1.1-1.57-.12-.7-.05-1.99 1.36-3.2 1.4-1.23-.19-2.6-.63-2.56-.43.03-1.57 2.23-2.1 3.51-.54 1.3-.34 2.4.2 3 .5.56 2.27.82 2.27.82z"/>
<path fill="#ffb370" fill-rule="evenodd" d="M110.25 140.6c-.8-.45-.73-2.12-.68-2.64.06-.52 2.52-1.16 2.91-1.18.4-.02 2.69 1.45 2.9 1.8.2.33 1.77 3.93.15 5.99s-4.05 3.44-6.35 3.24c-1.1-.09-3.23-.87-2.66-2.3.21-.56 2.36.23 3.36-.98 1.13-1.36 1.19-2.22.37-3.93z"/>
<path fill="#fffdfb" fill-opacity=".46" fill-rule="evenodd" d="M115.35 140.9c.01.23.06.48.14.72.04.13.11.25.2.28.03.02.08.03.1 0 .1-.07.14-.24.14-.41 0-.21-.03-.45-.1-.67-.04-.15-.14-.27-.24-.3-.1-.03-.2.03-.22.18a.83.83 0 00-.02.2z"/>
<path fill="#ffb370" fill-rule="evenodd" d="M96.76 148.42c.25-.7 2.02-.39 2.86-1 .83-.63 2.05-1.9 1.66-3.73-.4-1.83 2.82-2.42 3.3-2.19.47.24-.45 2.88-1.13 4.37a5.17 5.17 0 01-3.25 2.8c-1.15.31-3.44-.25-3.44-.25z"/>
<path fill="#ffb370" fill-rule="evenodd" d="M104.9 138.84c.78-.13 1.3-1.55 1.45-2.01.14-.46-1.54-1.8-1.84-1.94-.3-.15-2.59.35-2.87.58-.28.22-2.76 2.73-2.23 5 .53 2.26 1.92 4.2 3.78 4.79.88.27 2.8.3 2.87-1.09.03-.53-1.91-.56-2.26-1.9-.4-1.52-.14-2.26 1.1-3.43z"/>
<path fill="#fffdfb" fill-opacity=".46" fill-rule="evenodd" d="M101.31 138.01c-.1.22-.26.42-.47.6-.1.09-.26.15-.4.13-.06 0-.12-.03-.15-.07-.1-.12-.1-.3-.05-.46.08-.2.22-.4.4-.56a.56.56 0 01.47-.12c.16.03.29.14.26.3 0 .06-.03.13-.06.18z"/>
<path fill="#fd9c50" d="M130.78 124.86c-3.03 10.81-10.88 15-18.46 12.9-6.72-1.84-11.03-12.08-7.82-20.04 2.53-6.26 8.28-8.97 15.76-6.58 7.28 2.32 11.87 8.93 10.52 13.72z" color="#000" overflow="visible" paint-order="markers stroke fill" style="isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1;marker:none"/>
<path fill="#fd9c50" fill-rule="evenodd" d="M126.84 95.5c1.1-.68 3-.55 3.11.85.07.83 6.94 34.13 7.2 35.04.34 1.25-.25 2.6-1.54 2.56-1.18-.27-37.89-17.82-38.88-18.19-1-.36-2.42-3.02-.54-3.65 1.88-.63 29.07-15.32 30.65-16.6z"/>
<path fill="#ffddc2" fill-rule="evenodd" d="M119.7 101.59c-.56.31-.98.56-1.32.7-.52.21-1.2-.49-.49-.87.38-.22.86-.49 1.4-.73.56-.25.98.59.42.9z"/>
<path fill="#fd9c50" fill-rule="evenodd" d="M106 137.43c-.07.9 1.5 1.88 2 2.16.52.29 2.6-1.2 2.87-1.48.26-.29.6-3.52.42-3.89-.19-.36-2.85-3.68-5.73-3.72-2.87-.05-5.37 1.28-6.6 3.16-.57.9-1.37 2.57.3 3.04.63.17 1.18-1.43 2.9-1.43 1.94-.01 2.77.47 3.83 2.16z"/>
<path fill="#fd9c50" fill-rule="evenodd" d="M93.77 129.26c.76.14.64 2.05 1.38 2.81.74.76 2.21 1.8 4.06 1.06 1.86-.75 2.39 2.53 2.2 3.07-.18.54-2.59.05-4.21-.4a4.98 4.98 0 01-3.3-2.88c-.44-1.16-.13-3.66-.13-3.66z"/>
<path fill="#cb6e3b" d="M109.82 138.71c-.08-.45.14-.76-.3-1.53-1.02-1.84-3.83-2.34-4.37-2.48-.54-.14-1.66-.85-3.39-.22-1.1.33-1.51 1.17-1.85 1.66-.26.29-.73.39-.92.44.13.05.79.5 1.09.11l.07.06a.26.26 0 00.08.05l.01.01c.25.12.65-.02.94-.33.2-.16.31-.35.37-.56.02-.18.06-.26-.07-.43-.03-.02-.02-.04-.05-.06v-.03c.14-.06.3-.08.43-.1v.12l.09.36v.03l.03.08c.12.28.56.45 1.05.42.48-.04.86-.28.9-.56a.33.33 0 00-.02-.18l-.01-.07c.22.08.42.18.61.31l-.12.12-.02.01a.35.35 0 00-.06.07h-.01v.01c-.18.26-.05.77.31 1.2.4.48.96.7 1.23.48a.36.36 0 00.07-.07l.05-.03c.03.9 1.5 1.86 1.99 2.14.23.14.1.14.67-.2 0 0 2.31-.95 2.06-.92z" color="#000" overflow="visible" paint-order="markers stroke fill" style="isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1;marker:none"/>
<path fill="#ffddc2" fill-opacity=".6" fill-rule="evenodd" d="M104.79 131.95c-.26.04-.54.02-.82-.05-.15-.04-.3-.13-.36-.26-.03-.06-.05-.12-.02-.17.05-.16.2-.26.4-.3.22-.06.48-.05.73 0 .19.04.34.18.4.33.06.15.03.32-.13.4a.61.61 0 01-.2.05z"/>
<path fill="#fd9c50" fill-rule="evenodd" d="M109.48 139.52c-.55-.69.21-2.32.48-2.83.27-.5 2.83-.42 3.2-.33.38.09 1.76.81 2.5 2.9.84 1.65-.33 4.51-2.7 6.1-2.37 1.58-5.19 1.84-7.25.98-.97-.4-2.56-1.34-1.43-2.61.43-.49 1.77.51 3.21-.4 1.62-1.04 2.04-1.87 1.99-3.8z"/>
<path fill="#fd9c50" fill-rule="evenodd" d="M108.76 153.16c.13-.77-1.71-1.28-2.18-2.24-.48-.95-.97-2.69.35-4.18 1.33-1.5-1.59-3.1-2.16-3.1-.56 0-.9 2.43-1.03 4.1a4.98 4.98 0 001.63 4.07c.93.81 3.4 1.35 3.4 1.35z"/>
<path fill="#cb6e3b" d="M109.87 137.93c.06.23.23.45.22.7.1.83.22 1.65.25 2.48 0 .44-.11.9-.44 1.21a7.94 7.94 0 01-2.04 1.75c-.64.28-1.37.2-2.02 0-.4-.13-.79-.39-1.23-.35-.21 0-.32.27-.54.28.2-.26.32-.78.68-.8.18.05.22-.18.32-.28.1-.11.26-.1.4-.14.4-.05.86.09 1.1.43.07.14-.04.48.23.34.16-.04.34-.02.47-.13.04-.17-.17-.3-.16-.5a.6.6 0 01.16-.55c.31-.38.81-.61 1.3-.55.17.04.28.19.35.33.1-.16.27-.3.3-.51-.07-.1-.3-.05-.39-.18-.25-.22-.3-.59-.28-.9.01-.3.05-.6.04-.9.02-.31.02-.63.14-.92.06-.1.39 0 .22-.17-.15-.23-.24-.57-.04-.8.08-.17.26-.3.24-.5-.03-.11-.25-.27-.03-.35.14-.05.13.06.33.18.2.26.29.55.42.83z" color="#000" overflow="visible" paint-order="markers stroke fill" style="isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1;marker:none"/>
<path fill="#ffddc2" fill-opacity=".6" fill-rule="evenodd" d="M113.81 141.08c-.14.2-.24.48-.29.76-.03.15 0 .33.08.43.04.06.1.1.15.1.17.02.33-.09.44-.24.15-.18.25-.42.3-.67a.56.56 0 00-.13-.5c-.11-.11-.28-.16-.4-.04-.06.04-.12.1-.15.16z"/>
<g fill="#4e3b3a" fill-rule="evenodd" stroke="#2f2828" stroke-width=".38">
<path d="M127.44 153.53c.03-.83.79-.95.86-.27.07.69.13 1.2.12 1.6-.02.6-.82.87-.9 0-.06-.45-.05-.87-.08-1.33zM134.85 151.74c.11-.82.88-.87.88-.18 0 .7.02 1.4-.1 1.79-.12.44-.8.55-.8-.32 0-.46 0-.82.02-1.29z" transform="matrix(.77397 .55143 -.50696 .83007 96.6 -72.44)"/>
</g>
<g
transform="matrix(0.76437257,0.60141048,-0.3981192,0.89298724,134.54134,-36.387302)"
id="g1928-4-2"
style="stroke-width:1.0414362">
<path
sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0"
id="path1667-9-4"
d="m 50.943081,151.14101 c -0.400341,-0.25283 0.512053,-1.42428 0.811945,-1.68151 0.299889,-0.25723 -0.191703,1.92451 -0.811945,1.68151 z"
style="fill:#d35034;fill-opacity:0.44292238;fill-rule:evenodd;stroke:none;stroke-width:0.27554664px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
inkscape:transform-center-y="-0.29778724"
inkscape:transform-center-x="0.83927927"
sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0"
id="path1667-0-0-0"
d="m 51.83521,151.4665 c -0.414013,-0.35768 0.551389,-2.0495 0.867104,-2.42223 0.315715,-0.37274 -0.22382,2.76306 -0.867104,2.42223 z"
style="fill:#d35034;fill-opacity:0.44292238;fill-rule:evenodd;stroke:none;stroke-width:0.27554664px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
inkscape:transform-center-y="0.70487957"
inkscape:transform-center-x="0.84080235"
sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0"
id="path1667-7-9-6"
d="m 52.816217,151.19387 c -0.414012,-0.35768 0.551389,-2.0495 0.867105,-2.42224 0.315714,-0.37273 -0.223821,2.76306 -0.867105,2.42224 z"
style="fill:#d35034;fill-opacity:0.44292238;fill-rule:evenodd;stroke:none;stroke-width:0.27554664px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<g fill="#d35034" fill-opacity=".44" fill-rule="evenodd" stroke-width="1.04">
<path d="M113.3 129.22c-.2-.47.97-.97 1.3-1.02.33-.05-.91 1.6-1.3 1.02zM113.86 130.04c-.17-.56 1.24-1.5 1.63-1.64.39-.14-1.27 2.34-1.63 1.64zM114.72 130.4c-.17-.58 1.24-1.5 1.63-1.65.39-.14-1.27 2.33-1.63 1.64z"/>
</g>
<g
transform="matrix(0.76437257,0.60141048,-0.3981192,0.89298724,135.07736,-36.161142)"
id="g1923-1-2"
style="stroke-width:1.0414362">
<path
sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0"
id="path1667-8-7-9"
d="m 59.278028,149.60677 c -0.414013,-0.35768 0.551388,-2.0495 0.867104,-2.42223 0.315715,-0.37274 -0.223821,2.76305 -0.867104,2.42223 z"
style="opacity:1;vector-effect:none;fill:#d35034;fill-opacity:0.44292238;fill-rule:evenodd;stroke:none;stroke-width:0.27554664px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0"
id="path1667-6-7-9"
d="m 60.167005,149.36159 c -0.414013,-0.35768 0.551389,-2.0495 0.867104,-2.42223 0.315715,-0.37274 -0.22382,2.76306 -0.867104,2.42223 z"
style="opacity:1;vector-effect:none;fill:#d35034;fill-opacity:0.44292238;fill-rule:evenodd;stroke:none;stroke-width:0.27554664px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0"
id="path1667-88-1-0"
d="m 61.157788,148.82481 c -0.348754,-0.27043 0.457468,-1.54143 0.721628,-1.82117 0.26416,-0.27974 -0.180335,2.07953 -0.721628,1.82117 z"
style="opacity:1;vector-effect:none;fill:#d35034;fill-opacity:0.44292238;fill-rule:evenodd;stroke:none;stroke-width:0.27554664px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<g fill="#d35034" fill-opacity=".44" fill-rule="evenodd" stroke-width="1.04">
<path d="M120.83 133.09c-.18-.57 1.23-1.5 1.62-1.65.4-.14-1.27 2.34-1.62 1.65z"/>
<path d="M121.6 133.4c-.17-.57 1.24-1.5 1.63-1.64.39-.14-1.27 2.33-1.63 1.64zM122.57 133.52c-.15-.45.97-1.1 1.28-1.2.31-.08-.96 1.75-1.28 1.2z"/>
</g>
<g
id="g1182-9-2-0-1"
transform="matrix(0.70064963,0.63446382,-0.64182453,0.73473749,170.0525,-15.207172)"
style="opacity:0.7;stroke-width:1.0414362">
<path
inkscape:connector-curvature="0"
id="path1176-2-9-5-3"
d="m 40.726561,129.67568 c 1.767228,-2.45002 18.796875,-6.0648 19.841146,-5.30168 1.044271,0.76312 0.48472,14.54623 -0.8407,14.98803 -1.325419,0.44181 -19.643074,-6.71419 -19.000446,-9.68635 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.27598056;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
sodipodi:nodetypes="cscc" />
<path
inkscape:connector-curvature="0"
id="path903-5-2-0-3-9-1"
d="m 60.726494,124.26543 c 0.404414,5.02307 0.435388,9.41405 -1.014863,15.08667 8.711791,-2.57943 13.404263,-4.12319 13.879861,-4.38156 0.940559,-0.51094 -0.308607,-1.55065 -1.256211,-2.16331 -0.326401,-0.21104 -5.870691,-4.30227 -11.608787,-8.5418 z"
style="fill:#f1680d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.27554664px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
sodipodi:nodetypes="ccccc" />
<path
inkscape:connector-curvature="0"
id="path920-9-6-9-4-1"
d="m 46.538701,114.1089 c -0.344308,0.0228 -0.660027,0.26659 -0.852044,0.88022 -0.157516,0.91528 -2.552423,7.97512 -4.942209,14.76753 4.418276,-1.57951 11.65357,-4.00063 20.167587,-5.35385 -6.462069,-4.77428 -13.248565,-9.79477 -13.562741,-10.01471 -0.257937,-0.18058 -0.542798,-0.2969 -0.810593,-0.27919 z"
style="fill:#211f20;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.27554664px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="path863-7-3-8-0-6-0"
d="m 40.767412,129.66988 c -2.218301,6.30764 -4.442554,12.41547 -4.868738,13.14656 -0.882803,1.51438 1.440916,3.15275 2.310309,2.80983 0.428003,-0.16884 12.908937,-3.7115 21.389603,-6.22235 -6.696977,-3.92647 -14.608653,-7.63903 -18.831174,-9.73404 z"
style="fill:#737373;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20828724;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
sodipodi:nodetypes="ccccc" />
<g fill-rule="evenodd" stroke-width="1.04" opacity=".7">
<path fill="#fff" d="M115.36 105.91c2.8-.68 17.06 7.47 17.3 8.7.24 1.22-9 10.99-10.2 10.47-1.22-.51-9.46-17.4-7.1-19.17z"/>
<path fill="#f1680d" d="M132.84 114.62c-2.94 3.95-5.73 7.2-10.39 10.44 7.76 3.64 12.04 5.48 12.54 5.6.98.21.78-1.34.5-2.4-.09-.36-1.35-6.88-2.65-13.64z"/>
<path fill="#211f20" d="M129.42 98.16c-.25-.2-.63-.22-1.16.1-.7.58-6.9 4.25-12.94 7.72 4.1 1.64 10.73 4.46 17.57 8.86-1.47-7.6-3-15.6-3.08-15.96-.06-.3-.19-.56-.39-.72z"/>
<path fill="#737373" d="M115.4 105.93c-5.61 3.23-11.09 6.3-11.86 6.57-1.59.55-1.01 3.23-.18 3.53.4.15 11.42 5.47 18.98 9-2.17-7.13-5.34-14.88-6.95-19.1z"/>
</g>
<ellipse
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.58399999;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:url(#radialGradient1740-1-7-3);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:markers stroke fill;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="path1732-7-3-9"
cx="152.24019"
cy="86.827759"
rx="10.324335"
ry="5.9862399"
transform="rotate(18.312999)" />
<path
style="opacity:1;vector-effect:none;fill:#91332b;fill-opacity:1;fill-rule:evenodd;stroke:#5d0000;stroke-width:0.36499998;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 117.08444,134.57318 c -0.66882,-0.21254 -0.76659,-1.00499 -0.41178,-1.55007 0.48786,-1.0394 2.71327,-0.75243 1.66732,0.9518 -0.80743,0.90045 -1.25554,0.59827 -1.25554,0.59827 z"
id="path991-3-3"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc"
inkscape:transform-center-x="1.4321894"
inkscape:transform-center-y="-0.19844813" />
<path
style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.56500006;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 117.07466,122.12525 c 1.52625,0.12049 1.00411,4.45823 1.84756,4.73938"
id="path2697"
inkscape:connector-curvature="0" />
<path
style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.56500006;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 127.65878,126.08017 c -1.89192,-1.18029 -3.75984,2.80809 -4.92861,2.33146"
id="path2697-0"
inkscape:connector-curvature="0" />
<ellipse cx="152.24" cy="86.83" fill="url(#d)" color="#000" opacity=".58" overflow="visible" paint-order="markers stroke fill" rx="10.32" ry="5.99" transform="rotate(18.31)" style="isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1;marker:none"/>
<path fill="#91332b" fill-rule="evenodd" stroke="#5d0000" stroke-linecap="round" stroke-linejoin="bevel" stroke-width=".36" d="M117.08 134.57c-.66-.2-.76-1-.4-1.55.48-1.04 2.7-.75 1.66.95-.8.9-1.26.6-1.26.6z"/>
<path fill="none" stroke="#000" stroke-linecap="round" stroke-width=".57" d="M117.07 122.13c1.53.12 1 4.45 1.85 4.73M127.66 126.08c-1.9-1.18-3.76 2.8-4.93 2.33"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 8.5 KiB

View File

@ -1,293 +1,47 @@
<?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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="50.869244mm"
height="61.752338mm"
viewBox="0 0 50.869244 61.752338"
version="1.1"
id="svg307"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="default.svg">
<defs
id="defs301">
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient1738"
id="radialGradient1740-1"
cx="56.455734"
cy="167.68628"
fx="56.455734"
fy="167.68628"
r="20.579618"
gradientTransform="matrix(1.2029851,0,0,0.16716418,35.571761,133.87505)"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient1738">
<stop
style="stop-color:#838383;stop-opacity:1"
offset="0"
id="stop1734" />
<stop
style="stop-color:#bfbfbf;stop-opacity:0"
offset="1"
id="stop1736" />
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 50.87 61.75">
<defs/>
<defs>
<radialGradient id="b" cx="56.46" cy="167.69" r="20.58" fx="56.46" fy="167.69" gradientTransform="matrix(1.20299 0 0 .16716 35.57 133.88)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
<linearGradient id="a">
<stop offset="0" stop-color="#838383"/>
<stop offset="1" stop-color="#bfbfbf" stop-opacity="0"/>
</linearGradient>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.35"
inkscape:cx="-406.72628"
inkscape:cy="62.411628"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1916"
inkscape:window-height="1041"
inkscape:window-x="0"
inkscape:window-y="18"
inkscape:window-maximized="0" />
<metadata
id="metadata304">
<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>
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-77.3749,-103.59407)">
<ellipse
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.78899997;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:url(#radialGradient1740-1);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:markers stroke fill;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="path1732-7"
cx="103.48717"
cy="161.90623"
rx="24.756975"
ry="3.4401751" />
<path
style="opacity:1;vector-effect:none;fill:#ffb370;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 118.43879,156.86901 c -0.72231,-0.32474 -1.7996,1.18872 -2.89256,1.34949 -1.09296,0.16077 -2.96647,0.12782 -4.05098,-1.47554 -1.08452,-1.60339 -3.92585,0.31246 -4.10341,0.82213 -0.17756,0.50963 2.5011,1.74979 4.13432,2.32778 1.63321,0.57799 3.37326,0.31274 4.53487,-0.34327 1.09088,-0.61606 2.37776,-2.68059 2.37776,-2.68059 z"
id="path1043-7-2"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccsccsc" />
<path
style="opacity:1;vector-effect:none;fill:#ffb370;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 108.57114,151.46201 c -0.83556,-0.0712 -1.50857,-1.48186 -1.6949,-1.93874 -0.18633,-0.45688 1.49024,-1.94432 1.79341,-2.11597 0.30317,-0.17166 2.76893,0.16775 3.08097,0.37205 0.31204,0.20428 3.13319,2.58594 2.74963,4.93168 -0.38356,2.34572 -1.70649,4.43633 -3.62089,5.16936 -0.90823,0.34773 -2.93874,0.52951 -3.12479,-0.89046 -0.0709,-0.54133 1.98268,-0.71613 2.24527,-2.1166 0.29497,-1.57314 -0.0295,-2.31027 -1.4287,-3.41132 z"
id="path996-7-1-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccssssc" />
<path
style="fill:#fffdfb;fill-opacity:0.46118721;fill-rule:evenodd;stroke:none;stroke-width:0.36500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 112.29665,150.35362 c 0.12162,0.21101 0.31245,0.40591 0.54576,0.5688 0.12266,0.0846 0.29048,0.14101 0.42981,0.11048 0.0707,-0.0112 0.1324,-0.0398 0.16246,-0.089 0.10077,-0.13007 0.087,-0.30896 0.007,-0.47166 -0.0922,-0.19731 -0.25785,-0.3828 -0.45717,-0.53886 -0.14461,-0.10884 -0.35565,-0.13694 -0.50839,-0.0914 -0.16756,0.0448 -0.29379,0.17148 -0.2527,0.32628 0.0115,0.0639 0.0407,0.13752 0.0729,0.18552 z"
id="path867-4-7-4-4-3-7-2"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccc" />
<path
style="opacity:1;vector-effect:none;fill:#ffb370;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 87.326561,157.11474 c 0.72231,-0.32474 1.7996,1.18872 2.89256,1.34949 1.09296,0.16077 2.96647,0.12782 4.05098,-1.47554 1.08452,-1.60339 3.92585,0.31246 4.10341,0.82213 0.17756,0.50963 -2.5011,1.74979 -4.13432,2.32778 -1.63321,0.57799 -3.37326,0.31274 -4.53487,-0.34327 -1.09088,-0.61606 -2.37776,-2.68059 -2.37776,-2.68059 z"
id="path1043-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccsccsc" />
<path
style="opacity:1;vector-effect:none;fill:#ffb370;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 97.194211,151.70774 c 0.83556,-0.0712 1.50857,-1.48186 1.6949,-1.93874 0.18633,-0.45688 -1.49024,-1.94432 -1.79341,-2.11597 -0.30317,-0.17166 -2.76893,0.16775 -3.08097,0.37205 -0.31204,0.20428 -3.13319,2.58594 -2.74963,4.93168 0.38356,2.34572 1.70649,4.43633 3.62089,5.16936 0.90823,0.34773 2.93874,0.52951 3.12479,-0.89046 0.0709,-0.54133 -1.98268,-0.71613 -2.24527,-2.1166 -0.29497,-1.57314 0.0295,-2.31027 1.4287,-3.41132 z"
id="path996-7-1"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccssssc" />
<path
style="fill:#fffdfb;fill-opacity:0.46118721;fill-rule:evenodd;stroke:none;stroke-width:0.36500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 93.468701,150.59935 c -0.12162,0.21101 -0.31245,0.40591 -0.54576,0.5688 -0.12266,0.0846 -0.29048,0.14101 -0.42981,0.11048 -0.0707,-0.0112 -0.1324,-0.0398 -0.16246,-0.089 -0.10077,-0.13007 -0.087,-0.30896 -0.007,-0.47166 0.0922,-0.19731 0.25785,-0.3828 0.45717,-0.53886 0.14461,-0.10884 0.35565,-0.13694 0.50839,-0.0914 0.16756,0.0448 0.29379,0.17148 0.2527,0.32628 -0.0115,0.0639 -0.0407,0.13752 -0.0729,0.18552 z"
id="path867-4-7-4-4-3-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccc" />
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#fd9c50;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:markers stroke fill;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 116.64337,129.82962 c 2.31997,11.2678 -3.09502,18.71357 -11.26023,20.32123 -7.242509,1.42598 -16.240009,-5.91537 -17.019879,-14.65833 -0.61406,-6.88401 3.52767,-12.01229 11.742179,-13.2971 8.00195,-1.25157 15.51172,2.64999 16.53793,7.6342 z"
id="path865-2"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssss" />
<path
style="fill:#fd9c50;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 98.821201,104.88973 c 0.71935,-1.13179 2.577489,-1.89594 3.352249,-0.6688 0.4587,0.72658 22.94523,27.90958 23.6179,28.62291 0.92296,0.97869 1.01704,2.48081 -0.22304,3.04732 -1.24617,0.295 -44.381609,1.28467 -45.495349,1.41095 -1.11373,0.12633 -3.73363,-1.63435 -2.25876,-3.08235 1.47488,-1.44797 20.13516,-27.42959 21.007,-29.33003 z"
id="path863-4"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csscscc" />
<path
style="fill:#ffddc2;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.36500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 94.998881,113.7416 c -0.38644,0.54929 -0.6682,0.96842 -0.91944,1.25064 -0.38792,0.43577 -1.37163,0.11675 -0.87936,-0.57043 0.25036,-0.372 0.5786,-0.83808 0.97951,-1.31457 0.40092,-0.47647 1.20573,0.0851 0.81929,0.63436 z"
id="path867-4-9"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csccc" />
<path
style="opacity:1;vector-effect:none;fill:#fd9c50;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 101.22822,152.73413 c 0.94851,-0.0715 1.72633,-1.8074 1.94236,-2.37025 0.21602,-0.56283 -1.67055,-2.44109 -2.01268,-2.66005 -0.34214,-0.21895 -3.783699,-0.0755 -4.139739,0.17152 -0.35603,0.24708 -3.40237,3.44801 -2.99127,6.36469 0.41111,2.91668 2.21095,5.2318 4.375,6.17927 1.02668,0.44949 2.909459,0.99361 3.135009,-0.76362 0.086,-0.66988 -1.680599,-0.97778 -1.964159,-2.71979 -0.31851,-1.95681 0.0571,-2.86442 1.655479,-4.20177 z"
id="path996-6"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccssssc" />
<path
style="opacity:1;vector-effect:none;fill:#fd9c50;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 90.840711,158.89683 c 0.73664,-0.35338 1.83528,1.29354 2.94992,1.46847 1.11464,0.17497 3.0253,0.13909 4.13131,-1.60563 1.10601,-1.74477 3.630369,0.62998 3.811439,1.18457 0.18109,0.55457 -2.177359,1.61411 -3.842959,2.24307 -1.6656,0.62894 -3.44016,0.34031 -4.6248,-0.37355 -1.1125,-0.67038 -2.42491,-2.91693 -2.42491,-2.91693 z"
id="path1043-6-6"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccsccsc" />
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#cb6e3b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:markers stroke fill;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 102.18448,149.77113 c -0.46439,0.1471 -0.44938,0.21183 -1.1831,0.76313 -1.767009,1.32769 -2.438419,2.90693 -2.498039,3.47182 -0.0597,0.56488 -0.62598,1.81398 0.30891,3.45924 0.52431,1.06608 1.626179,1.46287 2.196049,1.73341 0.34528,0.21575 0.65105,0.68848 0.73864,0.87172 0.0303,-0.14362 0.26678,-0.88651 -0.18399,-1.128 l 0.0426,-0.0847 c 0.005,-0.007 0.009,-0.0126 0.0133,-0.0193 0.0132,-0.0221 0.0239,-0.0458 0.0321,-0.0708 l 0.006,-0.0116 c -5e-4,-5.3e-4 -10e-4,-10e-4 -10e-4,-0.002 0.082,-0.27102 -0.12844,-0.65099 -0.49733,-0.89793 -0.2039,-0.13615 -0.43116,-0.21409 -0.62998,-0.21606 l -2e-5,5.3e-4 c -0.19148,-0.002 -0.34125,0.0666 -0.41751,0.19118 -0.0144,0.0243 -0.026,0.0504 -0.0345,0.0782 l -0.002,0.004 c -0.175099,-0.19567 -0.321579,-0.41733 -0.411589,-0.679 0.0389,0.001 0.0777,-0.003 0.11589,-0.014 l 0.369759,-0.1461 c 0.008,-0.002 0.0167,-0.003 0.025,-0.005 0.0274,-0.009 0.0541,-0.0205 0.0797,-0.0355 l 0.0117,-0.005 c 1e-4,-7.9e-4 -5e-5,-5.3e-4 7e-5,-0.002 0.26644,-0.16261 0.37591,-0.63802 0.25864,-1.12319 -0.11689,-0.48197 -0.42359,-0.8327 -0.726589,-0.83091 -0.0355,-1e-4 -0.0702,0.005 -0.10378,0.0151 -0.0302,0.01 -0.0593,0.0227 -0.0871,0.0398 l -0.0649,0.0198 c 0.0464,-0.23554 0.1215,-0.45635 0.22456,-0.66975 l 0.146,0.10794 c 0.006,0.007 0.012,0.0131 0.0185,0.0191 0.0234,0.0204 0.0496,0.0379 0.078,0.0521 l 0.0102,0.007 c 8.3e-4,-2.5e-4 0.001,-7.9e-4 0.002,-10e-4 0.29982,0.14349 0.80898,-0.0681 1.20287,-0.49982 0.44393,-0.4871 0.58483,-1.0793 0.31468,-1.32271 -0.0254,-0.0222 -0.054,-0.0408 -0.0854,-0.0558 l -0.0472,-0.0421 c 0.94657,-0.16798 1.71267,-1.80174 1.93017,-2.34468 0.10293,-0.25698 0.13209,-0.11779 -0.3205,-0.64101 0,0 -0.57365,-0.0676 -0.83081,0.0138 z"
id="path1092-6-8-2-4"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssccccccccccccccccccccccccccccccccccccccccs" />
<path
style="fill:#ffddc2;fill-opacity:0.60273976;fill-rule:evenodd;stroke:none;stroke-width:0.36500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 97.071141,150.53914 c -0.0662,0.25544 -0.20484,0.51277 -0.39361,0.74794 -0.0994,0.12263 -0.25079,0.22769 -0.39616,0.2335 -0.0727,0.008 -0.14088,-0.005 -0.18314,-0.0495 -0.13271,-0.10957 -0.16478,-0.30179 -0.12759,-0.49492 0.0407,-0.233 0.15684,-0.47354 0.31378,-0.69226 0.11499,-0.15406 0.31619,-0.24116 0.47862,-0.23484 0.17689,0.002 0.33386,0.10066 0.33282,0.2749 0.005,0.0704 -0.005,0.15596 -0.0246,0.21531 z"
id="path867-4-7-4-4-9"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccc" />
<path
style="opacity:1;vector-effect:none;fill:#fd9c50;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 105.08956,152.57084 c -0.94851,-0.0715 -1.72633,-1.8074 -1.94236,-2.37025 -0.21602,-0.56283 1.67055,-2.44109 2.01268,-2.66005 0.34214,-0.21895 3.7837,-0.0755 4.13974,0.17152 0.35603,0.24708 3.40237,3.44801 2.99127,6.36469 -0.41111,2.91668 -2.21095,5.2318 -4.375,6.17927 -1.02668,0.44949 -2.90946,0.99361 -3.13501,-0.76362 -0.086,-0.66988 1.6806,-0.97778 1.96416,-2.71979 0.31851,-1.95681 -0.0571,-2.86442 -1.65548,-4.20177 z"
id="path996-6-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccssssc" />
<path
style="opacity:1;vector-effect:none;fill:#fd9c50;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 115.4597,158.68144 c -0.73664,-0.35338 -1.83528,1.29354 -2.94992,1.46847 -1.11464,0.17497 -3.0253,0.13909 -4.13131,-1.60563 -1.10601,-1.74477 -3.63037,0.62998 -3.81144,1.18457 -0.18109,0.55457 2.17736,1.61411 3.84296,2.24307 1.6656,0.62894 3.44016,0.34031 4.6248,-0.37355 1.1125,-0.67038 2.42491,-2.91693 2.42491,-2.91693 z"
id="path1043-6-6-0"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccsccsc" />
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#cb6e3b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:markers stroke fill;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 104.00185,150.16484 c 0.36626,0.20236 0.29751,0.16154 1.0305,0.67034 1.95867,1.3596 2.30312,2.52259 2.52249,3.20729 0.11961,0.66473 0.28652,2.41305 -0.0493,3.25956 -0.52431,1.06608 -1.62618,1.46287 -2.19605,1.73341 -0.34528,0.21575 -0.65105,0.68848 -0.73864,0.87172 -0.0303,-0.14362 -0.26678,-0.88651 0.18399,-1.128 l -0.0426,-0.0847 c -0.005,-0.007 -0.009,-0.0126 -0.0133,-0.0193 -0.0132,-0.0221 -0.0239,-0.0458 -0.0321,-0.0708 l -0.006,-0.0116 c 5.3e-4,-5.3e-4 0.001,-0.001 0.001,-0.002 -0.082,-0.27102 0.12844,-0.65099 0.49733,-0.89793 0.2039,-0.13615 0.43116,-0.21409 0.62998,-0.21606 l 2e-5,5.3e-4 c 0.19148,-0.002 0.34125,0.0666 0.41751,0.19118 0.0144,0.0243 0.026,0.0504 0.0345,0.0782 l 0.002,0.004 c 0.1751,-0.19567 0.32158,-0.41733 0.41159,-0.679 -0.0389,0.001 -0.0777,-0.003 -0.11589,-0.014 l -0.36976,-0.1461 c -0.008,-0.002 -0.0167,-0.003 -0.025,-0.005 -0.0274,-0.009 -0.0541,-0.0205 -0.0797,-0.0355 l -0.0117,-0.005 c -10e-5,-7.9e-4 5e-5,-5.3e-4 -7e-5,-0.002 -0.26644,-0.16261 -0.37591,-0.63802 -0.25864,-1.12319 0.11689,-0.48197 0.42359,-0.8327 0.72659,-0.83091 0.0355,-1e-4 0.0702,0.005 0.10378,0.0151 0.0302,0.01 0.0593,0.0227 0.0871,0.0398 l 0.0649,0.0198 c -0.0464,-0.23554 -0.1215,-0.45635 -0.22456,-0.66975 l -0.146,0.10794 c -0.006,0.007 -0.012,0.0131 -0.0185,0.0191 -0.0234,0.0204 -0.0496,0.0379 -0.078,0.0521 l -0.0102,0.007 c -8e-4,-2.5e-4 -0.001,-7.9e-4 -0.002,-0.001 -0.29982,0.14349 -0.80898,-0.0681 -1.20287,-0.49982 -0.44393,-0.4871 -0.58483,-1.0793 -0.31468,-1.32271 0.0254,-0.0222 0.054,-0.0408 0.0854,-0.0558 l 0.0472,-0.0421 c -0.94657,-0.16798 -1.71267,-1.80174 -1.93017,-2.34468 -0.10293,-0.25698 -0.72674,0.0579 -0.27415,-0.46534 0.133,-0.15376 0.89498,0.1747 1.29401,0.39517 z"
id="path1092-6-8-2-4-4"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sscccccccccccccccccccccccccccccccccccccccss" />
<path
style="fill:#ffddc2;fill-opacity:0.60273976;fill-rule:evenodd;stroke:none;stroke-width:0.36500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 109.24664,150.37585 c 0.0662,0.25544 0.20484,0.51277 0.39361,0.74794 0.0994,0.12263 0.25079,0.22769 0.39616,0.2335 0.0727,0.008 0.14088,-0.005 0.18314,-0.0495 0.13271,-0.10957 0.16478,-0.30179 0.12759,-0.49492 -0.0407,-0.233 -0.15684,-0.47354 -0.31378,-0.69226 -0.11499,-0.15406 -0.31619,-0.24116 -0.47862,-0.23484 -0.17689,0.002 -0.33386,0.10066 -0.33282,0.2749 -0.005,0.0704 0.005,0.15596 0.0246,0.21531 z"
id="path867-4-7-4-4-9-8"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccc" />
<g
id="g1888"
transform="matrix(0.99662395,0.14458051,-0.080948,0.99164428,-11.001629,-31.952829)">
<path
sodipodi:nodetypes="ccsccc"
inkscape:connector-curvature="0"
id="path867-2"
d="m 127.44239,153.53297 c 0.0248,-0.83572 0.78535,-0.95789 0.85565,-0.2729 0.0703,0.68499 0.13616,1.19684 0.12315,1.59221 -0.0201,0.61048 -0.82518,0.87943 -0.90491,0.0152 -0.0582,-0.45454 -0.0497,-0.87357 -0.0739,-1.33447 z"
style="fill:#4e3b3a;fill-opacity:1;fill-rule:evenodd;stroke:#2f2828;stroke-width:0.36500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccsccc"
inkscape:connector-curvature="0"
id="path867-6-6"
d="m 134.84928,151.74452 c 0.11271,-0.82846 0.88195,-0.86978 0.87965,-0.18119 -0.002,0.68859 0.0189,1.40498 -0.0902,1.78521 -0.12806,0.44614 -0.81369,0.54941 -0.80186,-0.31843 -0.01,-0.45813 -0.0121,-0.82468 0.0124,-1.28557 z"
style="opacity:1;vector-effect:none;fill:#4e3b3a;fill-opacity:1;fill-rule:evenodd;stroke:#2f2828;stroke-width:0.36500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<g transform="translate(-77.37 -103.6)">
<ellipse cx="103.49" cy="161.91" fill="url(#b)" color="#000" opacity=".79" overflow="visible" paint-order="markers stroke fill" rx="24.76" ry="3.44" style="isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1;marker:none"/>
<path fill="#ffb370" fill-rule="evenodd" d="M118.44 156.87c-.72-.33-1.8 1.19-2.9 1.35-1.09.16-2.96.13-4.04-1.48-1.09-1.6-3.93.32-4.1.83-.19.5 2.5 1.74 4.13 2.32 1.63.58 3.37.32 4.53-.34 1.1-.62 2.38-2.68 2.38-2.68z"/>
<path fill="#ffb370" fill-rule="evenodd" d="M108.57 151.46c-.83-.07-1.5-1.48-1.7-1.94-.18-.45 1.5-1.94 1.8-2.11.3-.17 2.77.17 3.08.37.31.2 3.13 2.59 2.75 4.93-.38 2.35-1.7 4.44-3.62 5.17-.9.35-2.94.53-3.13-.89-.07-.54 1.99-.72 2.25-2.12.3-1.57-.03-2.3-1.43-3.4z"/>
<path fill="#fffdfb" fill-opacity=".46" fill-rule="evenodd" d="M112.3 150.35c.12.21.3.41.54.57.13.09.3.14.43.11.07 0 .13-.04.16-.09.1-.13.1-.3.01-.47-.1-.2-.26-.38-.46-.54a.6.6 0 00-.5-.09c-.17.05-.3.17-.26.33.01.06.04.14.08.18z"/>
<path fill="#ffb370" fill-rule="evenodd" d="M87.33 157.11c.72-.32 1.8 1.2 2.89 1.35 1.1.17 2.97.13 4.05-1.47 1.08-1.6 3.93.31 4.1.82.18.51-2.5 1.75-4.13 2.33a5.66 5.66 0 01-4.54-.34c-1.09-.62-2.37-2.69-2.37-2.69z"/>
<path fill="#ffb370" fill-rule="evenodd" d="M97.2 151.7c.83-.06 1.5-1.47 1.69-1.93.19-.46-1.5-1.95-1.8-2.12-.3-.17-2.76.17-3.08.38-.3.2-3.13 2.58-2.74 4.93.38 2.34 1.7 4.43 3.62 5.17.9.34 2.93.53 3.12-.9.07-.54-1.98-.71-2.24-2.11-.3-1.57.03-2.31 1.42-3.41z"/>
<path fill="#fffdfb" fill-opacity=".46" fill-rule="evenodd" d="M93.47 150.6c-.12.21-.31.4-.55.57a.59.59 0 01-.43.1c-.07 0-.13-.03-.16-.08-.1-.13-.09-.3 0-.47.09-.2.25-.38.45-.54a.6.6 0 01.5-.1c.18.05.3.18.26.33a.53.53 0 01-.07.19z"/>
<path fill="#fd9c50" d="M116.64 129.83c2.32 11.27-3.1 18.71-11.26 20.32-7.24 1.43-16.24-5.91-17.02-14.66-.61-6.88 3.53-12.01 11.75-13.3 8-1.25 15.5 2.66 16.53 7.64z" color="#000" overflow="visible" paint-order="markers stroke fill" style="isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1;marker:none"/>
<path fill="#fd9c50" fill-rule="evenodd" d="M98.82 104.89c.72-1.13 2.58-1.9 3.35-.67.46.73 22.95 27.91 23.62 28.62.92.98 1.02 2.48-.22 3.05-1.25.3-44.38 1.29-45.5 1.41-1.11.13-3.73-1.63-2.26-3.08 1.48-1.45 20.14-27.43 21.01-29.33z"/>
<path fill="#ffddc2" fill-rule="evenodd" d="M95 113.74c-.39.55-.67.97-.92 1.25-.39.44-1.37.12-.88-.57.25-.37.58-.84.98-1.31.4-.48 1.2.08.82.63z"/>
<path fill="#fd9c50" fill-rule="evenodd" d="M101.23 152.73c.95-.07 1.72-1.8 1.94-2.37.22-.56-1.67-2.44-2.01-2.66-.34-.22-3.79-.07-4.14.18-.36.24-3.4 3.44-3 6.36.42 2.92 2.22 5.23 4.38 6.18 1.03.45 2.91 1 3.14-.76.08-.67-1.68-.98-1.97-2.72-.32-1.96.06-2.87 1.66-4.2z"/>
<path fill="#fd9c50" fill-rule="evenodd" d="M90.84 158.9c.74-.36 1.84 1.29 2.95 1.47 1.12.17 3.03.13 4.13-1.61 1.1-1.75 3.63.63 3.81 1.18.18.56-2.17 1.62-3.84 2.25a5.45 5.45 0 01-4.62-.38c-1.12-.67-2.43-2.91-2.43-2.91z"/>
<path fill="#cb6e3b" d="M102.18 149.77c-.46.15-.44.21-1.18.76-1.77 1.33-2.44 2.91-2.5 3.48-.06.56-.62 1.81.31 3.46.53 1.06 1.63 1.46 2.2 1.73.34.21.65.69.74.87.03-.14.26-.89-.19-1.13l.05-.08v-.02a.35.35 0 00.04-.07v-.01c.09-.28-.12-.66-.5-.9a1.2 1.2 0 00-.62-.22c-.2 0-.34.07-.42.2a.36.36 0 00-.03.07c-.18-.2-.33-.41-.42-.68h.12l.37-.16h.02c.03 0 .06-.02.08-.04h.02c.26-.17.37-.64.25-1.13-.11-.48-.42-.83-.72-.83a.36.36 0 00-.2.06l-.06.02c.05-.24.12-.46.23-.67l.14.1.02.03.08.05h.01c.3.15.81-.06 1.2-.5.45-.48.59-1.08.32-1.32a.37.37 0 00-.09-.05l-.04-.05c.94-.17 1.7-1.8 1.93-2.34.1-.26.13-.12-.32-.64 0 0-.58-.07-.84.01z" color="#000" overflow="visible" paint-order="markers stroke fill" style="isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1;marker:none"/>
<path fill="#ffddc2" fill-opacity=".6" fill-rule="evenodd" d="M97.07 150.54c-.07.25-.2.51-.4.75-.1.12-.24.22-.39.23-.07 0-.14 0-.18-.05-.13-.1-.17-.3-.13-.5.04-.23.16-.47.31-.69a.6.6 0 01.48-.23c.18 0 .34.1.34.27 0 .07 0 .16-.03.22z"/>
<path fill="#fd9c50" fill-rule="evenodd" d="M105.09 152.57c-.95-.07-1.73-1.8-1.94-2.37-.22-.56 1.67-2.44 2.01-2.66.34-.22 3.78-.07 4.14.17.36.25 3.4 3.45 3 6.37-.42 2.91-2.22 5.23-4.38 6.18-1.03.45-2.91.99-3.14-.77-.09-.67 1.68-.98 1.97-2.72.31-1.95-.06-2.86-1.66-4.2z"/>
<path fill="#fd9c50" fill-rule="evenodd" d="M115.46 158.68c-.74-.35-1.84 1.3-2.95 1.47-1.11.17-3.03.14-4.13-1.6-1.1-1.75-3.63.62-3.81 1.18-.18.55 2.17 1.61 3.84 2.24 1.67.63 3.44.34 4.62-.37 1.12-.67 2.43-2.92 2.43-2.92z"/>
<path fill="#cb6e3b" d="M104 150.16c.37.2.3.17 1.03.68 1.96 1.35 2.3 2.52 2.52 3.2.12.67.3 2.42-.04 3.26-.53 1.07-1.63 1.46-2.2 1.74-.35.21-.65.68-.74.87-.03-.15-.27-.89.18-1.13l-.04-.09-.01-.01a.35.35 0 01-.03-.08c-.09-.28.12-.66.49-.9.2-.14.43-.22.63-.22s.34.06.42.19l.03.08c.18-.2.32-.42.41-.68l-.11-.01-.37-.15h-.03a.41.41 0 01-.08-.04c-.27-.17-.38-.64-.27-1.13.12-.48.43-.83.73-.83a.36.36 0 01.2.05l.06.02a2.75 2.75 0 00-.23-.67l-.14.11-.02.02a.37.37 0 01-.08.05l-.01.01c-.3.14-.81-.07-1.2-.5-.45-.49-.6-1.08-.32-1.32a.37.37 0 01.08-.06l.05-.04c-.94-.17-1.71-1.8-1.93-2.35-.1-.25-.72.06-.27-.46.13-.15.9.17 1.3.4z" color="#000" overflow="visible" paint-order="markers stroke fill" style="isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1;marker:none"/>
<path fill="#ffddc2" fill-opacity=".6" fill-rule="evenodd" d="M109.25 150.38c.06.25.2.5.39.74.1.13.25.23.4.24.07 0 .14 0 .18-.05.13-.11.16-.3.13-.5a1.74 1.74 0 00-.32-.69.6.6 0 00-.48-.23c-.17 0-.33.1-.33.27 0 .07 0 .16.03.22z"/>
<g fill="#4e3b3a" fill-rule="evenodd" stroke="#2f2828" stroke-width=".37">
<path d="M127.44 153.53c.03-.83.79-.95.86-.27.07.69.13 1.2.12 1.6-.02.6-.82.87-.9 0-.06-.45-.05-.87-.08-1.33zM134.85 151.74c.11-.82.88-.87.88-.18 0 .7.02 1.4-.1 1.79-.12.44-.8.55-.8-.32 0-.46 0-.82.02-1.29z" transform="matrix(.99662 .14458 -.08095 .99164 -11 -31.95)"/>
</g>
<g
transform="matrix(1.0115339,0.19459998,0.05218655,0.99863735,42.499041,-17.588779)"
id="g1928-4">
<path
sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0"
id="path1667-9"
d="m 50.943081,151.14101 c -0.400341,-0.25283 0.512053,-1.42428 0.811945,-1.68151 0.299889,-0.25723 -0.191703,1.92451 -0.811945,1.68151 z"
style="fill:#d35034;fill-opacity:0.44292238;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
inkscape:transform-center-y="-0.29778724"
inkscape:transform-center-x="0.83927927"
sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0"
id="path1667-0-0"
d="m 51.83521,151.4665 c -0.414013,-0.35768 0.551389,-2.0495 0.867104,-2.42223 0.315715,-0.37274 -0.22382,2.76306 -0.867104,2.42223 z"
style="fill:#d35034;fill-opacity:0.44292238;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
inkscape:transform-center-y="0.70487957"
inkscape:transform-center-x="0.84080235"
sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0"
id="path1667-7-9"
d="m 52.816217,151.19387 c -0.414012,-0.35768 0.551389,-2.0495 0.867105,-2.42224 0.315714,-0.37273 -0.223821,2.76306 -0.867105,2.42224 z"
style="fill:#d35034;fill-opacity:0.44292238;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<g fill="#d35034" fill-opacity=".44" fill-rule="evenodd">
<path d="M101.92 143.26c-.42-.33.44-1.32.73-1.52.3-.2-.1 1.88-.73 1.52zM102.84 143.76c-.44-.44.45-1.94.75-2.25.3-.31-.08 2.71-.75 2.25zM103.81 143.68c-.43-.44.46-1.94.76-2.25.3-.31-.09 2.71-.76 2.25z"/>
</g>
<g
transform="matrix(1.0115339,0.19459998,0.05218655,0.99863735,42.963811,-17.556909)"
id="g1923-1">
<path
sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0"
id="path1667-8-7"
d="m 59.278028,149.60677 c -0.414013,-0.35768 0.551388,-2.0495 0.867104,-2.42223 0.315715,-0.37274 -0.223821,2.76305 -0.867104,2.42223 z"
style="opacity:1;vector-effect:none;fill:#d35034;fill-opacity:0.44292238;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0"
id="path1667-6-7"
d="m 60.167005,149.36159 c -0.414013,-0.35768 0.551389,-2.0495 0.867104,-2.42223 0.315715,-0.37274 -0.22382,2.76306 -0.867104,2.42223 z"
style="opacity:1;vector-effect:none;fill:#d35034;fill-opacity:0.44292238;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0"
id="path1667-88-1"
d="m 61.157788,148.82481 c -0.348754,-0.27043 0.457468,-1.54143 0.721628,-1.82117 0.26416,-0.27974 -0.180335,2.07953 -0.721628,1.82117 z"
style="opacity:1;vector-effect:none;fill:#d35034;fill-opacity:0.44292238;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<g fill="#d35034" fill-opacity=".44" fill-rule="evenodd">
<path d="M110.73 143.38c-.43-.44.45-1.94.75-2.25.3-.3-.08 2.72-.75 2.25z"/>
<path d="M111.62 143.31c-.44-.44.45-1.94.75-2.25.3-.31-.08 2.72-.75 2.25zM112.6 142.97c-.37-.34.38-1.45.63-1.68.25-.23-.08 2.04-.64 1.68z"/>
</g>
<path
style="fill:none;fill-rule:evenodd;stroke:#762c2c;stroke-width:0.66500002;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 109.46022,144.09952 c -0.72578,1.52235 -3.31918,1.62531 -4.01257,0.17632"
id="path1990"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<g
id="g1182-9-2-0"
transform="rotate(14.728606,105.45949,326.76142)"
style="opacity:0.7">
<path
inkscape:connector-curvature="0"
id="path1176-2-9-5"
d="m 40.726561,129.67568 c 1.767228,-2.45002 18.796875,-6.0648 19.841146,-5.30168 1.044271,0.76312 0.48472,14.54623 -0.8407,14.98803 -1.325419,0.44181 -19.643074,-6.71419 -19.000446,-9.68635 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26499999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
sodipodi:nodetypes="cscc" />
<path
inkscape:connector-curvature="0"
id="path903-5-2-0-3-9"
d="m 60.726494,124.26543 c 0.404414,5.02307 0.435388,9.41405 -1.014863,15.08667 8.711791,-2.57943 13.404263,-4.12319 13.879861,-4.38156 0.940559,-0.51094 -0.308607,-1.55065 -1.256211,-2.16331 -0.326401,-0.21104 -5.870691,-4.30227 -11.608787,-8.5418 z"
style="fill:#f1680d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
sodipodi:nodetypes="ccccc" />
<path
inkscape:connector-curvature="0"
id="path920-9-6-9-4"
d="m 46.538701,114.1089 c -0.344308,0.0228 -0.660027,0.26659 -0.852044,0.88022 -0.157516,0.91528 -2.552423,7.97512 -4.942209,14.76753 4.418276,-1.57951 11.65357,-4.00063 20.167587,-5.35385 -6.462069,-4.77428 -13.248565,-9.79477 -13.562741,-10.01471 -0.257937,-0.18058 -0.542798,-0.2969 -0.810593,-0.27919 z"
style="fill:#211f20;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="path863-7-3-8-0-6"
d="m 40.767412,129.66988 c -2.218301,6.30764 -4.442554,12.41547 -4.868738,13.14656 -0.882803,1.51438 1.440916,3.15275 2.310309,2.80983 0.428003,-0.16884 12.908937,-3.7115 21.389603,-6.22235 -6.696977,-3.92647 -14.608653,-7.63903 -18.831174,-9.73404 z"
style="fill:#737373;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
sodipodi:nodetypes="ccccc" />
<path fill="none" stroke="#762c2c" stroke-linecap="round" stroke-width=".67" d="M109.46 144.1c-.73 1.52-3.32 1.62-4.01.18"/>
<g fill-rule="evenodd" opacity=".7">
<path fill="#fff" d="M92.96 119.7c2.33-1.93 19.72-1.1 20.54-.09.81 1-3.23 14.2-4.63 14.28-1.39.1-17.29-11.48-15.9-14.2z"/>
<path fill="#f1680d" d="M113.68 119.55c-.89 4.96-1.97 9.21-4.82 14.33 9.08-.28 14.01-.58 14.54-.71 1.04-.25.1-1.58-.67-2.41-.26-.29-4.58-5.65-9.05-11.21z"/>
<path fill="#211f20" d="M102.54 106.12c-.34-.07-.7.09-1.05.63-.38.85-4.5 7.07-8.53 13.03 4.67-.4 12.29-.91 20.86-.05l-10.57-13.14c-.2-.24-.45-.42-.71-.47z"/>
<path fill="#737373" d="M93 119.7c-3.75 5.54-7.45 10.88-8.05 11.48-1.24 1.24.6 3.41 1.52 3.3.46-.05 13.43-.3 22.27-.58-5.48-5.5-12.19-11.1-15.74-14.2z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB

View File

@ -1,324 +1,44 @@
<?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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="58.274181mm"
height="41.127926mm"
viewBox="0 0 58.274181 41.127926"
version="1.1"
id="svg4086"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="dessin.svg">
<defs
id="defs4080">
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient1738"
id="radialGradient1740-1-7-7"
cx="56.455734"
cy="167.68628"
fx="56.455734"
fy="167.68628"
r="20.579618"
gradientTransform="matrix(1.2029851,0,0,0.16716418,42.298049,128.85452)"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient1738">
<stop
style="stop-color:#838383;stop-opacity:1"
offset="0"
id="stop1734" />
<stop
style="stop-color:#bfbfbf;stop-opacity:0"
offset="1"
id="stop1736" />
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="220.2" height="155.4" viewBox="0 0 58.3 41.1">
<defs>
<radialGradient id="b" cx="56.5" cy="167.7" r="20.6" fx="56.5" fy="167.7" gradientTransform="matrix(1.20299 0 0 .16716 42.3 128.9)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
<linearGradient id="a">
<stop offset="0" stop-color="#838383"/>
<stop offset="1" stop-color="#bfbfbf" stop-opacity="0"/>
</linearGradient>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.35"
inkscape:cx="-708.336"
inkscape:cy="-504.19413"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1916"
inkscape:window-height="1041"
inkscape:window-x="1920"
inkscape:window-y="18"
inkscape:window-maximized="0"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0" />
<metadata
id="metadata4083">
<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>
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-76.696242,-119.19795)">
<path
style="opacity:1;vector-effect:none;fill:#ffb370;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 117.64749,153.28562 c 0.38687,0.74696 -0.45728,2.06464 -0.74752,2.46457 -0.29035,0.39989 -2.45883,-0.2363 -2.76785,-0.40281 -0.30903,-0.16654 -1.34028,-2.43925 -1.33298,-2.81221 0.007,-0.37299 0.5296,-4.02793 2.7383,-4.94348 2.20867,-0.91553 4.70276,-0.8987 6.35445,0.33856 0.78355,0.58697 2.02669,2.21445 0.91376,3.12369 -0.42432,0.34657 -1.67383,-1.30415 -3.01047,-0.78604 -1.50144,0.58194 -1.95709,1.2474 -2.14769,3.01772 z"
id="path996-7-1-7-5-1"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccssssc" />
<ellipse
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.78899997;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:url(#radialGradient1740-1-7-7);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:markers stroke fill;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="path1732-7-3-7"
cx="110.21345"
cy="156.8857"
rx="24.756975"
ry="3.4401751" />
<path
style="opacity:1;vector-effect:none;fill:#ffb370;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 127.60725,143.61588 c -0.7897,0.11417 -0.88059,1.96991 -1.72075,2.69284 -0.84014,0.72291 -2.44811,1.70186 -4.24089,0.93187 -1.79278,-0.76998 -3.16191,2.37317 -3.03531,2.89857 0.12653,0.52538 3.0747,0.13232 4.77531,-0.25765 1.70058,-0.38995 3.03307,-1.54875 3.66205,-2.72636 0.59064,-1.10595 0.5596,-3.53926 0.5596,-3.53926 z"
id="path1043-7-2-6-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccsccsc" />
<path
style="fill:#fffdfb;fill-opacity:0.46118721;fill-rule:evenodd;stroke:none;stroke-width:0.36500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 115.00921,150.89114 c 0.11503,-0.2149 0.17932,-0.47999 0.19333,-0.76423 0.007,-0.14887 -0.0355,-0.32119 -0.13596,-0.42332 -0.0471,-0.0544 -0.10498,-0.0913 -0.16304,-0.0909 -0.16509,-0.0163 -0.31046,0.0896 -0.40656,0.24359 -0.11911,0.18265 -0.18873,0.42143 -0.21528,0.67318 -0.0155,0.18035 0.0736,0.37436 0.19433,0.47991 0.12805,0.11854 0.30385,0.15867 0.41401,0.042 0.0486,-0.0434 0.0956,-0.10725 0.11938,-0.16002 z"
id="path867-4-7-4-4-3-7-2-6-9"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccc" />
<path
style="opacity:1;vector-effect:none;fill:#cb6e3b;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20000002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:markers stroke fill"
d="m 96.508688,153.50859 c 0.64456,-0.44148 1.41622,1.58211 2.3296,1.78958 0.91341,0.20748 2.508402,0.14896 3.582122,-2.01181 1.07373,-2.1608 3.30601,0.38953 3.40851,1.07237 0.10246,0.68283 -2.29127,2.36817 -3.73385,3.1566 -1.44257,0.78839 -2.895862,0.44558 -3.820572,-0.42624 -0.8684,-0.81872 -1.76581,-3.5805 -1.76581,-3.5805 z"
id="path1043-7-3-6"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccsccsc"
inkscape:transform-center-x="3.6660439"
inkscape:transform-center-y="9.8689215" />
<path
style="opacity:1;vector-effect:none;fill:#cb6e3b;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20000002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:markers stroke fill"
d="m 106.47997,155.12043 c 0.0606,0.72139 1.91589,1.53506 2.51806,1.77174 0.60219,0.23666 2.6567,-0.93056 2.8983,-1.15837 0.24164,-0.22778 -0.10987,-2.37884 -0.36974,-2.6788 -0.25983,-0.29995 -3.32275,-3.10368 -6.46967,-3.18136 -3.14692,-0.0777 -5.991992,0.68573 -7.049282,2.18449 -0.50157,0.71106 -0.82781,2.40312 1.05992,2.80511 0.71966,0.15323 1.037552,-1.55963 2.917732,-1.54175 2.11203,0.0201 3.08259,0.42216 4.49468,1.79894 z"
id="path996-7-1-9-2"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccssssc"
inkscape:transform-center-x="3.0593228"
inkscape:transform-center-y="-0.93584208" />
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#fd9c50;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:markers stroke fill;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 107.1004,126.54174 c 9.73145,6.13549 11.34731,15.1992 6.84823,22.20016 -3.99067,6.20983 -15.518532,7.60954 -22.362401,2.11329 -5.38873,-4.32762 -6.21605,-10.86741 -1.45004,-17.6802 4.64268,-6.63651 12.659591,-9.34723 16.964211,-6.63325 z"
id="path865-2-8-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssss" />
<path
style="fill:#fd9c50;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 76.769279,122.10874 c -0.31751,-1.30292 0.41917,-3.17212 1.84079,-2.88035 0.8417,0.17278 36.022271,2.79728 37.002691,2.80661 1.34519,0.0128 2.49338,0.98584 2.04248,2.27248 -0.65085,1.10288 -29.828461,32.8883 -30.509191,33.77879 -0.6807,0.89051 -3.76559,1.55931 -3.78753,-0.50744 -0.0219,-2.06673 -5.82322,-33.52459 -6.58924,-35.47009 z"
id="path863-4-1-8"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csscscc" />
<path
style="fill:#ffddc2;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.36500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 80.502549,130.99853 c 0.12824,0.65925 0.23517,1.15284 0.26454,1.52954 0.0454,0.58165 -0.86631,1.06982 -1.02062,0.23871 -0.0947,-0.43828 -0.20329,-0.99791 -0.26902,-1.61714 -0.0657,-0.61923 0.89688,-0.81034 1.0251,-0.15111 z"
id="path867-4-9-8-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csccc" />
<path
style="opacity:1;vector-effect:none;fill:#fd9c50;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 109.32509,153.54026 c 0.53534,0.78929 2.42737,0.955 3.02845,0.86467 0.60108,-0.0903 1.30761,-2.6586 1.3291,-3.06423 0.0215,-0.40564 -1.81922,-3.32677 -2.21319,-3.51424 -0.39402,-0.18743 -4.71817,-1.25411 -7.07029,0.54456 -2.35213,1.79869 -3.48488,4.50745 -3.23717,6.85701 0.11753,1.11469 0.57871,3.02041 2.23161,2.34816 0.63012,-0.25627 0.0198,-1.94424 1.40564,-3.05157 1.55677,-1.24386 2.55696,-1.7131 4.52585,-0.98436 z"
id="path996-6-8-9"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccssssc"
inkscape:transform-center-x="3.7823505"
inkscape:transform-center-y="1.376162" />
<path
style="opacity:1;vector-effect:none;fill:#fd9c50;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 95.691549,148.48242 c 0.812619,0.24021 0.577639,2.49159 1.334929,3.47303 0.75726,0.98147 2.2788,2.37144 4.307002,1.67481 2.02824,-0.69667 2.42639,3.249 2.1992,3.86664 -0.22716,0.61763 -2.78105,-0.21401 -4.505262,-0.90525 -1.72419,-0.69124 -2.923079,-2.26257 -3.376539,-3.76539 -0.42584,-1.41129 0.0407,-4.34383 0.0407,-4.34383 z"
id="path1043-6-6-5-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccsccsc" />
<path
style="fill:#ffddc2;fill-opacity:0.60273976;fill-rule:evenodd;stroke:none;stroke-width:0.36500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 105.97545,149.77569 c -0.14097,0.22342 -0.35151,0.42724 -0.60392,0.59461 -0.1326,0.0869 -0.30986,0.14149 -0.45147,0.10322 -0.0723,-0.0143 -0.13403,-0.0473 -0.1613,-0.10243 -0.0947,-0.14452 -0.0676,-0.33752 0.0264,-0.51047 0.10935,-0.20995 0.29347,-0.40435 0.51038,-0.56556 0.15707,-0.1122 0.37684,-0.13464 0.53122,-0.0795 0.16958,0.0553 0.29088,0.1967 0.2374,0.36257 -0.0165,0.0686 -0.0518,0.14721 -0.0885,0.1979 z"
id="path867-4-7-4-4-9-9-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccc"
inkscape:transform-center-x="7.1644962"
inkscape:transform-center-y="-2.016335" />
<path
style="opacity:1;vector-effect:none;fill:#fd9c50;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 129.17664,156.15057 c -0.20949,-0.79096 -2.19187,-0.56717 -3.05401,-1.30588 -0.86214,-0.73868 -2.08208,-2.22169 -1.46401,-4.19308 0.61809,-1.97143 -2.8542,-2.3671 -3.39844,-2.14741 -0.54435,0.21932 0.18176,2.70563 0.78612,4.38428 0.60438,1.67863 1.98472,2.84817 3.30651,3.29243 1.2413,0.41724 3.82383,-0.0303 3.82383,-0.0303 z"
id="path1043-6-6-0-3-3"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccsccsc"
inkscape:transform-center-x="-2.5748918"
inkscape:transform-center-y="2.5150219" />
<path
style="opacity:1;vector-effect:none;fill:#fd9c50;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 117.19071,152.67456 c 0.19988,0.93112 -1.2588,2.16201 -1.74201,2.52637 -0.4832,0.36437 -2.83537,-0.92476 -3.14423,-1.19243 -0.30883,-0.2677 -1.14629,-3.6139 -1.00831,-4.02477 0.13798,-0.41088 2.37052,-4.22926 5.30871,-4.64695 2.9382,-0.41769 5.68836,0.66637 7.21878,2.48136 0.72605,0.86111 1.78647,2.51825 0.15053,3.22452 -0.62365,0.26926 -1.42261,-1.34211 -3.18827,-1.12918 -1.98335,0.23921 -2.75483,0.85293 -3.5952,2.76108 z"
id="path996-6-5-6-8"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccssssc" />
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#cb6e3b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:markers stroke fill;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 115.07349,154.48723 c 0.0835,-0.36742 -2.03198,0.79392 -1.37096,0.30071 1.59314,-1.18859 3.36314,-3.97381 3.92702,-4.33104 0.23625,-0.57518 1.94616,-1.15156 2.97508,-0.91497 1.11683,0.19599 1.4187,2.4487 1.45393,3.03413 0.0659,0.37496 0.25553,0.9382 0.38279,1.08359 -0.13403,-0.0307 -0.74391,-0.24326 -0.79541,-0.71707 l -0.0876,0.003 c -0.007,0.001 -0.014,0.002 -0.0212,0.004 -0.0236,0.002 -0.0477,0.002 -0.0721,-2.6e-4 l -0.0126,4e-5 c -2e-4,-7.9e-4 -5.3e-4,-7.9e-4 -0.002,-0.002 -0.26152,-0.037 -0.51538,-0.36274 -0.59995,-0.76977 -0.0464,-0.22486 -0.0347,-0.4466 0.0321,-0.61474 l 5.3e-4,2e-4 c 0.0646,-0.16194 0.17553,-0.26115 0.30912,-0.27658 0.0259,-0.002 0.0523,-0.002 0.0791,0.002 l 0.003,-5.3e-4 c -0.10762,-0.22389 -0.37332,-0.77023 -0.63678,-0.78472 0.0116,0.0335 0.0187,0.0683 0.0192,0.10407 l -0.0313,0.35677 c 5.3e-4,0.008 0.002,0.015 0.003,0.0231 -5.3e-4,0.026 -0.003,0.052 -0.0101,0.0779 l -0.002,0.0113 c -7.9e-4,2.6e-4 -5.3e-4,1e-4 -0.002,5.3e-4 -0.0748,0.27102 -0.47813,0.48185 -0.95293,0.49808 -0.47177,0.0158 -0.87621,-0.16533 -0.95816,-0.42893 -0.01,-0.0308 -0.0149,-0.0622 -0.0148,-0.0938 1.5e-4,-0.0288 0.004,-0.0571 0.0125,-0.0853 l 1.6e-4,-0.0612 c -0.20201,0.0976 -0.38262,0.21665 -0.54883,0.35809 l 0.1387,0.10056 c 0.009,0.003 0.015,0.007 0.0224,0.0114 0.0251,0.0154 0.0483,0.0339 0.0691,0.0551 l 0.009,0.007 c 3e-5,7.9e-4 -2.7e-4,10e-4 -2.7e-4,0.002 0.21357,0.22553 0.16105,0.71935 -0.12404,1.16659 -0.32173,0.50421 -0.8229,0.77076 -1.11942,0.59533 -0.0272,-0.0167 -0.052,-0.0369 -0.0744,-0.0606 l -0.0514,-0.0308 c 0.10791,0.86317 -1.05768,1.67219 -1.4928,1.99329 -0.20598,0.15194 -0.21267,0.37107 -0.69631,0.38003 -0.19355,0.004 0.14709,-0.59444 0.23811,-0.99474 z"
id="path1092-6-8-2-4-4-8-8"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cscccccccccccccccccccccccccccccccccccccccssc" />
<path
style="fill:#ffddc2;fill-opacity:0.60273976;fill-rule:evenodd;stroke:none;stroke-width:0.36500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 115.85917,148.56109 c 0.22835,-0.13474 0.43795,-0.33966 0.61191,-0.58652 0.0904,-0.12967 0.14919,-0.30435 0.11351,-0.44564 -0.0128,-0.0721 -0.0448,-0.13398 -0.0998,-0.16215 -0.14364,-0.097 -0.33869,-0.0742 -0.51497,0.0153 -0.21388,0.104 -0.41362,0.2826 -0.58071,0.49429 -0.11635,0.15343 -0.14362,0.37095 -0.0915,0.52521 0.0522,0.16937 0.19205,0.29273 0.36036,0.24316 0.0695,-0.0148 0.14944,-0.0483 0.2013,-0.0836 z"
id="path867-4-7-4-4-9-8-5-3"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccc" />
<g
transform="matrix(0.84831505,-0.59444154,0.76250295,0.65439062,-51.781718,77.842957)"
id="g1928-4-5-1"
style="stroke-width:0.99582982">
<path
sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0"
id="path1667-9-9-8"
d="m 50.943081,151.14101 c -0.400341,-0.25283 0.512053,-1.42428 0.811945,-1.68151 0.299889,-0.25723 -0.191703,1.92451 -0.811945,1.68151 z"
style="fill:#d35034;fill-opacity:0.44292238;fill-rule:evenodd;stroke:none;stroke-width:0.26347995px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
inkscape:transform-center-y="-0.29778724"
inkscape:transform-center-x="0.83927927"
sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0"
id="path1667-0-0-8-9"
d="m 51.83521,151.4665 c -0.414013,-0.35768 0.551389,-2.0495 0.867104,-2.42223 0.315715,-0.37274 -0.22382,2.76306 -0.867104,2.42223 z"
style="fill:#d35034;fill-opacity:0.44292238;fill-rule:evenodd;stroke:none;stroke-width:0.26347995px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
inkscape:transform-center-y="0.70487957"
inkscape:transform-center-x="0.84080235"
sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0"
id="path1667-7-9-4-6"
d="m 52.816217,151.19387 c -0.414012,-0.35768 0.551389,-2.0495 0.867105,-2.42224 0.315714,-0.37273 -0.223821,2.76306 -0.867105,2.42224 z"
style="fill:#d35034;fill-opacity:0.44292238;fill-rule:evenodd;stroke:none;stroke-width:0.26347995px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<g transform="translate(-76.7 -119.2)">
<path fill="#ffb370" fill-rule="evenodd" d="M117.6 153.3c.4.7-.4 2-.7 2.5-.3.4-2.5-.3-2.8-.5a8.7 8.7 0 01-1.3-2.8c0-.3.5-4 2.7-5 2.2-.8 4.7-.8 6.4.4.8.6 2 2.2 1 3.2-.5.3-1.8-1.4-3.1-.8-1.5.5-2 1.2-2.2 3z"/>
<ellipse cx="110.2" cy="156.9" fill="url(#b)" color="#000" opacity=".8" overflow="visible" paint-order="markers stroke fill" rx="24.8" ry="3.4" style="isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1;marker:none"/>
<path fill="#ffb370" fill-rule="evenodd" d="M127.6 143.6c-.8.1-.9 2-1.7 2.7-.9.7-2.5 1.7-4.3 1-1.7-.8-3.1 2.3-3 2.8.1.6 3 .2 4.8-.2 1.7-.4 3-1.6 3.6-2.7.6-1.2.6-3.6.6-3.6z"/>
<path fill="#fffdfb" fill-opacity=".5" fill-rule="evenodd" d="M115 150.9l.2-.8-.1-.4h-.2c-.2-.1-.3 0-.4.2l-.2.6c0 .2 0 .4.2.5.1.1.3.2.4 0l.1-.1z"/>
<path fill="#cb6e3b" fill-rule="evenodd" d="M96.5 153.5c.7-.4 1.4 1.6 2.3 1.8 1 .2 2.5.1 3.6-2 1-2.2 3.3.4 3.4 1 .1.7-2.3 2.4-3.7 3.2-1.4.8-2.9.5-3.8-.4-.9-.8-1.8-3.6-1.8-3.6z" paint-order="markers stroke fill" style="marker:none"/>
<path fill="#cb6e3b" fill-rule="evenodd" d="M106.5 155.1c0 .7 1.9 1.6 2.5 1.8.6.2 2.7-1 2.9-1.2.2-.2-.1-2.3-.4-2.6-.2-.3-3.3-3.1-6.4-3.2-3.2-.1-6 .7-7 2.2-.6.7-1 2.4 1 2.8.7.1 1-1.6 2.9-1.6 2.1 0 3 .4 4.5 1.8z" paint-order="markers stroke fill" style="marker:none"/>
<path fill="#fd9c50" d="M107.1 126.5c9.7 6.2 11.3 15.2 6.8 22.2-4 6.3-15.5 7.7-22.3 2.2-5.4-4.4-6.2-11-1.5-17.7 4.7-6.7 12.7-9.4 17-6.7z" color="#000" overflow="visible" paint-order="markers stroke fill" style="isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1;marker:none"/>
<path fill="#fd9c50" fill-rule="evenodd" d="M76.8 122.1c-.3-1.3.4-3.2 1.8-2.9.9.2 36 2.8 37 2.8 1.4 0 2.5 1 2 2.3-.6 1.1-29.8 32.9-30.5 33.8-.6.9-3.7 1.5-3.7-.5S77.5 124 76.8 122z"/>
<path fill="#ffddc2" fill-rule="evenodd" d="M80.5 131l.3 1.5c0 .6-.9 1.1-1 .3-.1-.5-.3-1-.3-1.7 0-.6.9-.8 1-.1z"/>
<path fill="#fd9c50" fill-rule="evenodd" d="M109.3 153.5c.6.8 2.5 1 3 .9.7 0 1.4-2.7 1.4-3 0-.5-1.8-3.4-2.2-3.6-.4-.2-4.7-1.2-7.1.6a7.9 7.9 0 00-3.2 6.8c0 1.1.5 3 2.2 2.4.6-.3 0-2 1.4-3 1.6-1.3 2.6-1.8 4.5-1z"/>
<path fill="#fd9c50" fill-rule="evenodd" d="M95.7 148.5c.8.2.6 2.5 1.3 3.5.8 1 2.3 2.3 4.3 1.6 2-.7 2.5 3.3 2.2 3.9-.2.6-2.7-.2-4.5-1a6 6 0 01-3.3-3.7c-.5-1.4 0-4.3 0-4.3z"/>
<path fill="#ffddc2" fill-opacity=".6" fill-rule="evenodd" d="M106 149.8a2 2 0 01-.6.6h-.5-.1v-.5c0-.2.3-.4.5-.6h.5c.2 0 .3.1.3.3l-.1.2z"/>
<path fill="#fd9c50" fill-rule="evenodd" d="M129.2 156.2c-.2-.8-2.2-.6-3-1.4-1-.7-2.2-2.2-1.5-4.1.6-2-2.9-2.4-3.4-2.2-.6.2.1 2.7.7 4.4.7 1.7 2 2.8 3.4 3.3 1.2.4 3.8 0 3.8 0z"/>
<path fill="#fd9c50" fill-rule="evenodd" d="M117.2 152.7c.2 1-1.3 2.1-1.8 2.5-.4.4-2.8-1-3.1-1.2-.3-.3-1.1-3.6-1-4 .1-.4 2.4-4.2 5.3-4.7a8 8 0 017.2 2.5c.7.9 1.8 2.5.2 3.2-.6.3-1.4-1.3-3.2-1-2 .2-2.8.8-3.6 2.7z"/>
<path fill="#cb6e3b" d="M115 154.5c.2-.4-2 .8-1.3.3 1.6-1.2 3.4-4 4-4.3.2-.6 1.9-1.2 2.9-1 1.1.2 1.4 2.5 1.5 3 0 .5.2 1 .3 1.2 0 0-.7-.3-.8-.8h-.1c-.3 0-.6-.3-.6-.7v-.6c0-.2.2-.3.3-.3 0-.2-.3-.8-.6-.8v.5c0 .3-.5.6-1 .6-.4 0-.8-.2-.9-.5a.3.3 0 010-.1c-.2 0-.4.1-.5.3h.1v.1c.3.3.3.8 0 1.2-.4.5-.9.8-1.2.6 0 .8-1.1 1.6-1.6 1.9-.2.2-.2.4-.7.4-.2 0 .2-.6.3-1z" color="#000" overflow="visible" paint-order="markers stroke fill" style="isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1;marker:none"/>
<path fill="#ffddc2" fill-opacity=".6" fill-rule="evenodd" d="M115.9 148.6l.6-.6v-.5-.1h-.5c-.2 0-.4.3-.6.5-.1.1-.2.3-.1.5 0 .2.2.3.4.2h.2z"/>
<g fill="#d35034" fill-opacity=".4" fill-rule="evenodd">
<path d="M106.7 146.5c-.6 0-.7-1.3-.6-1.6 0-.4 1.3 1.4.6 1.6zM107.7 146.1c-.6 0-1.1-1.6-1.1-2 0-.5 1.9 1.9 1 2zM108.3 145.4c-.6 0-1-1.7-1.1-2.1 0-.4 2 2 1.1 2z"/>
</g>
<g
transform="matrix(0.84831505,-0.59444154,0.76250295,0.65439062,-51.433768,77.529947)"
id="g1923-1-8-4"
style="stroke-width:0.99582982">
<path
sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0"
id="path1667-8-7-1-3"
d="m 59.278028,149.60677 c -0.414013,-0.35768 0.551388,-2.0495 0.867104,-2.42223 0.315715,-0.37274 -0.223821,2.76305 -0.867104,2.42223 z"
style="opacity:1;vector-effect:none;fill:#d35034;fill-opacity:0.44292238;fill-rule:evenodd;stroke:none;stroke-width:0.26347995px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0"
id="path1667-6-7-0-3"
d="m 60.167005,149.36159 c -0.414013,-0.35768 0.551389,-2.0495 0.867104,-2.42223 0.315715,-0.37274 -0.22382,2.76306 -0.867104,2.42223 z"
style="opacity:1;vector-effect:none;fill:#d35034;fill-opacity:0.44292238;fill-rule:evenodd;stroke:none;stroke-width:0.26347995px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0"
id="path1667-88-1-3-3"
d="m 61.157788,148.82481 c -0.348754,-0.27043 0.457468,-1.54143 0.721628,-1.82117 0.26416,-0.27974 -0.180335,2.07953 -0.721628,1.82117 z"
style="opacity:1;vector-effect:none;fill:#d35034;fill-opacity:0.44292238;fill-rule:evenodd;stroke:none;stroke-width:0.26347995px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<g fill="#d35034" fill-opacity=".4" fill-rule="evenodd">
<path d="M113 140.2c-.7 0-1.2-1.7-1.2-2.1 0-.4 2 2 1.1 2zM113.5 139.5c-.6 0-1.1-1.7-1.1-2.1 0-.4 1.9 2 1.1 2.1zM114 138.6c-.6 0-.9-1.3-.8-1.7 0-.3 1.4 1.5.7 1.7z"/>
</g>
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#cb6e3b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.20000002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:markers stroke fill;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 116.00317,154.65304 c -0.25634,-0.52066 -1.8692,-0.008 -2.62197,-0.74049 -1.81292,-1.76322 -3.67383,-2.12815 -4.30219,-2.04002 -0.62836,0.088 -2.10754,-0.2433 -3.70865,1.35588 -1.05433,0.93754 -1.89322,2.22618 -2.07056,2.99314 -0.0299,0.62285 -0.25766,1.3284 -0.47598,1.44734 0.16292,-0.004 1.33361,-0.0754 1.50385,-0.68991 l 0.10113,0.0276 c 0.01,0.004 0.0155,0.008 0.0238,0.0101 0.0268,0.0102 0.0548,0.016 0.0838,0.0188 l 0.0139,0.004 c 5.3e-4,-5.3e-4 7.9e-4,-0.001 0.002,-0.001 0.31249,0.0224 0.68339,-0.34031 0.87651,-0.85714 0.10624,-0.28559 0.14439,-0.58294 0.10546,-0.82429 l -5.3e-4,1.4e-4 c -0.0374,-0.23248 -0.14312,-0.3944 -0.29473,-0.4514 -0.0295,-0.0103 -0.0603,-0.0172 -0.0925,-0.0196 l -0.005,-0.001 c 0.17726,-0.26757 0.38868,-0.50794 0.65545,-0.69121 0.007,0.0473 0.0193,0.0933 0.0392,0.13638 l 0.23571,0.40635 c 0.003,0.009 0.007,0.0194 0.0106,0.0288 0.0155,0.0307 0.0336,0.0597 0.0551,0.0865 l 0.008,0.0127 c 7.9e-4,-1e-4 5.3e-4,-2.1e-4 0.002,-5.2e-4 0.23236,0.27655 0.77344,0.27418 1.27831,-0.006 0.50147,-0.27836 0.82064,-0.7493 0.75606,-1.11579 -0.007,-0.043 -0.02,-0.0836 -0.0379,-0.12137 -0.0172,-0.0338 -0.037,-0.0654 -0.0613,-0.0941 l -0.035,-0.073 c 0.26646,-0.0106 0.52282,0.017 0.77679,0.0818 l -0.0876,0.20748 c -0.006,0.009 -0.0115,0.0186 -0.0174,0.0275 -0.0175,0.0342 -0.031,0.0708 -0.0407,0.10929 l -0.005,0.0148 c 5.3e-4,0.001 7.9e-4,7.9e-4 5.3e-4,0.002 -0.0946,0.40382 0.24138,0.96041 0.79355,1.31493 0.62291,0.3994 1.29783,0.40198 1.50748,0.006 0.0189,-0.037 0.0334,-0.0769 0.0431,-0.11928 l 0.0363,-0.0691 c 0.37872,1.09872 2.68542,1.23829 3.32246,1.3476 0.3015,0.0518 -0.21102,0.45113 0.2661,-0.24548 0,0 0.26588,-1.08813 0.55441,-1.19121 z"
id="path1092-6-8-2-4-0-6"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csccccccccccccccccccccccccccccccccccccccccsc"
inkscape:transform-center-x="4.356578"
inkscape:transform-center-y="-0.92815786" />
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#cb6e3b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.20000002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:markers stroke fill;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 115.06465,155.72804 a 0.79931514,1.3179963 83.536518 0 1 -1.21333,0.9455 0.79931514,1.3179963 83.536518 0 1 -1.40508,-0.64162 0.79931514,1.3179963 83.536518 0 1 1.21334,-0.9455 0.79931514,1.3179963 83.536518 0 1 1.40507,0.64162 z"
id="path2118-0"
inkscape:connector-curvature="0" />
<ellipse
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#cb6e3b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.20000237;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:markers stroke fill;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="path2118-4-4"
cx="-50.687569"
cy="186.82507"
rx="1.3103164"
ry="0.80401891"
transform="matrix(0.61717734,-0.78682408,0.79104129,0.61176277,0,0)" />
<path
style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.56500006;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 101.95262,142.13219 c 1.44852,-0.25232 2.89703,-0.20548 4.34555,0.34402"
id="path2301"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.56500006;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 103.86572,144.57302 c 0.15617,-1.57727 0.3129,-3.11384 0.5886,-4.6019"
id="path2301-9"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.56500006;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 107.9157,135.59638 c 1.66517,-0.29922 2.97301,-0.0267 4.23932,0.31226"
id="path2301-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.56500006;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 109.52656,137.89573 c 0.33364,-1.33137 0.78065,-2.61414 0.5742,-4.17698"
id="path2301-9-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="opacity:1;vector-effect:none;fill:#91332b;fill-opacity:1;fill-rule:evenodd;stroke:#5d0000;stroke-width:0.36499998;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 112.38251,144.68674 c -0.70178,0.002 -1.03703,-0.72268 -0.86575,-1.3501 0.1469,-1.13876 2.35356,-1.54555 1.87841,0.39677 -0.49365,1.10411 -1.01266,0.95333 -1.01266,0.95333 z"
id="path991-3"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc"
inkscape:transform-center-x="1.4546864"
inkscape:transform-center-y="0.24192002" />
<g
id="g1182-9-2-0-9-7"
transform="rotate(-31.602307,74.93136,56.74333)"
style="opacity:0.7">
<path
inkscape:connector-curvature="0"
id="path1176-2-9-5-2-5"
d="m 40.726561,129.67568 c 1.767228,-2.45002 18.796875,-6.0648 19.841146,-5.30168 1.044271,0.76312 0.48472,14.54623 -0.8407,14.98803 -1.325419,0.44181 -19.643074,-6.71419 -19.000446,-9.68635 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26499999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
sodipodi:nodetypes="cscc" />
<path
inkscape:connector-curvature="0"
id="path903-5-2-0-3-9-2-4"
d="m 60.726494,124.26543 c 0.404414,5.02307 0.435388,9.41405 -1.014863,15.08667 8.711791,-2.57943 13.404263,-4.12319 13.879861,-4.38156 0.940559,-0.51094 -0.308607,-1.55065 -1.256211,-2.16331 -0.326401,-0.21104 -5.870691,-4.30227 -11.608787,-8.5418 z"
style="fill:#f1680d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
sodipodi:nodetypes="ccccc" />
<path
inkscape:connector-curvature="0"
id="path920-9-6-9-4-4-8"
d="m 46.538701,114.1089 c -0.344308,0.0228 -0.660027,0.26659 -0.852044,0.88022 -0.157516,0.91528 -2.552423,7.97512 -4.942209,14.76753 4.418276,-1.57951 11.65357,-4.00063 20.167587,-5.35385 -6.462069,-4.77428 -13.248565,-9.79477 -13.562741,-10.01471 -0.257937,-0.18058 -0.542798,-0.2969 -0.810593,-0.27919 z"
style="fill:#211f20;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="path863-7-3-8-0-6-7-1"
d="m 40.767412,129.66988 c -2.218301,6.30764 -4.442554,12.41547 -4.868738,13.14656 -0.882803,1.51438 1.440916,3.15275 2.310309,2.80983 0.428003,-0.16884 12.908937,-3.7115 21.389603,-6.22235 -6.696977,-3.92647 -14.608653,-7.63903 -18.831174,-9.73404 z"
style="fill:#737373;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
sodipodi:nodetypes="ccccc" />
<path fill="#cb6e3b" d="M116 154.7c-.3-.6-1.9 0-2.6-.8-1.8-1.8-3.7-2.1-4.3-2-.6 0-2.1-.3-3.7 1.3a7 7 0 00-2.1 3c0 .6-.3 1.3-.5 1.5.2 0 1.4-.1 1.5-.7h.2c.4 0 .7-.3 1-.8v-.8c0-.3-.1-.4-.3-.5.1-.3.3-.5.6-.7v.1l.3.4v.2c.3.2.8.2 1.3 0 .5-.3.8-.8.8-1.2a.5.5 0 00-.1-.2h.7v.2l-.1.2c-.1.4.2 1 .8 1.3.6.4 1.3.4 1.5 0v-.1c.4 1 2.7 1.2 3.4 1.3.3 0-.2.4.2-.3 0 0 .3-1 .6-1.2z" color="#000" overflow="visible" paint-order="markers stroke fill" style="isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1;marker:none"/>
<path fill="#cb6e3b" d="M115 155.7a.8 1.3 83.5 01-1.1 1 .8 1.3 83.5 01-1.5-.7.8 1.3 83.5 011.3-1 .8 1.3 83.5 011.4.7z" color="#000" overflow="visible" paint-order="markers stroke fill" style="isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1;marker:none"/>
<ellipse cx="-50.7" cy="186.8" fill="#cb6e3b" color="#000" overflow="visible" paint-order="markers stroke fill" rx="1.3" ry=".8" style="isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1;marker:none" transform="matrix(.61718 -.78682 .79104 .61176 0 0)"/>
<path fill="none" stroke="#000" stroke-linecap="round" stroke-width=".6" d="M102 142.1a8 8 0 014.3.4M103.9 144.6c.1-1.6.3-3.1.6-4.6M108 135.6c1.6-.3 2.9 0 4.2.3M109.5 137.9c.4-1.3.8-2.6.6-4.2"/>
<path fill="#91332b" fill-rule="evenodd" stroke="#5d0000" stroke-linecap="round" stroke-linejoin="bevel" stroke-width=".4" d="M112.4 144.7c-.7 0-1-.7-.9-1.4.2-1.1 2.4-1.5 1.9.4-.5 1.1-1 1-1 1z"/>
<g fill-rule="evenodd" opacity=".7">
<path fill="#fff" d="M84 136.8c.2-3 12.8-15 14.1-15 1.3.2 8 12.2 7.2 13.3-1 1-20.3 4.6-21.3 1.7z"/>
<path fill="#f1680d" d="M98.2 121.7c3 4 5.3 7.8 7 13.4a214 214 0 009.6-11c.5-1-1-1.2-2.2-1.2l-14.4-1.2z"/>
<path fill="#211f20" d="M80.8 120.5c-.3.2-.4.6-.3 1.2.4.8 2 8.1 3.6 15.1 3-3.6 7.8-9.5 14.3-15l-16.8-1.5c-.3 0-.6 0-.8.2z"/>
<path fill="#737373" d="M84 136.8c1.5 6.5 2.8 12.9 2.8 13.7 0 1.8 2.9 2 3.4 1.2l15-16.5c-7.8.1-16.5 1.1-21.2 1.6z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

View File

@ -1,336 +1,50 @@
<?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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="55.712395mm"
height="62.611897mm"
viewBox="0 0 55.712395 62.611897"
version="1.1"
id="svg635"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="happy.svg">
<defs
id="defs629">
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient1738"
id="radialGradient1740-1-7"
cx="56.455734"
cy="167.68628"
fx="56.455734"
fy="167.68628"
r="20.579618"
gradientTransform="matrix(1.2029851,0,0,0.16716418,30.282992,144.88817)"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient1738">
<stop
style="stop-color:#838383;stop-opacity:1"
offset="0"
id="stop1734" />
<stop
style="stop-color:#bfbfbf;stop-opacity:0"
offset="1"
id="stop1736" />
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 55.71 62.61">
<defs/>
<defs>
<radialGradient id="b" cx="56.46" cy="167.69" r="20.58" fx="56.46" fy="167.69" gradientTransform="matrix(1.20299 0 0 .16716 30.28 144.89)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
<linearGradient id="a">
<stop offset="0" stop-color="#838383"/>
<stop offset="1" stop-color="#bfbfbf" stop-opacity="0"/>
</linearGradient>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.35"
inkscape:cx="-391.85958"
inkscape:cy="104.03597"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1916"
inkscape:window-height="1041"
inkscape:window-x="0"
inkscape:window-y="18"
inkscape:window-maximized="0" />
<metadata
id="metadata632">
<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>
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-73.44142,-113.74762)">
<path
style="opacity:1;vector-effect:none;fill:#ffb370;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 107.5598,163.99712 c -0.12646,0.82901 -1.57866,1.40697 -2.04689,1.56259 -0.46824,0.15561 -1.84118,-1.61594 -1.99237,-1.92981 -0.15117,-0.31389 0.35104,-2.75171 0.57559,-3.0495 0.22455,-0.29781 2.78805,-2.95479 5.10319,-2.41649 2.31511,0.5383 4.31337,1.99697 4.91781,3.95579 0.28673,0.92928 0.33344,2.96739 -1.09575,3.05884 -0.54484,0.0348 -0.58305,-2.02582 -1.96302,-2.38071 -1.5501,-0.39867 -2.30714,-0.1238 -3.49856,1.19929 z"
id="path996-7-1-7-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccssssc" />
<ellipse
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.78899997;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:url(#radialGradient1740-1-7);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:markers stroke fill;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="path1732-7-3"
cx="98.198395"
cy="172.91934"
rx="24.756975"
ry="3.4401751" />
<path
style="opacity:1;vector-effect:none;fill:#ffb370;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 113.74794,154.83315 c -0.37192,0.69919 1.06674,1.87447 1.15466,2.9757 0.0879,1.10121 -0.0692,2.96841 -1.74098,3.94418 -1.67178,0.9758 0.0514,3.93794 0.54817,4.1489 0.4967,0.21102 1.91182,-2.37953 2.59686,-3.97081 0.68505,-1.59128 0.53579,-3.3451 -0.0417,-4.54766 -0.54237,-1.12933 -2.51699,-2.55031 -2.51699,-2.55031 z"
id="path1043-7-2-6"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccsccsc" />
<path
style="fill:#fffdfb;fill-opacity:0.46118721;fill-rule:evenodd;stroke:none;stroke-width:0.36500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 106.83951,160.52962 c 0.21865,-0.10732 0.42574,-0.28483 0.60375,-0.50683 0.0926,-0.1167 0.15973,-0.28064 0.13872,-0.42154 -0.006,-0.0713 -0.031,-0.13477 -0.078,-0.16805 -0.12335,-0.10887 -0.30249,-0.10732 -0.47016,-0.0383 -0.20299,0.0789 -0.39905,0.2319 -0.56799,0.42042 -0.11823,0.13706 -0.16025,0.34577 -0.12491,0.50121 0.0336,0.17017 0.15161,0.30452 0.30869,0.27391 0.0646,-0.007 0.13993,-0.0314 0.18995,-0.0604 z"
id="path867-4-7-4-4-3-7-2-6"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccc" />
<path
style="opacity:1;vector-effect:none;fill:#ffb370;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 94.616842,155.80769 c 0.5112,0.60487 -0.64684,2.05748 -0.50024,3.15242 0.14661,1.09496 0.69451,2.88686 2.53463,3.4876 1.84014,0.60077 0.78136,3.85998 0.34034,4.1711 -0.44097,0.31111 -2.3712,-1.92215 -3.37684,-3.33289 -1.00562,-1.41073 -1.23009,-3.15651 -0.91955,-4.45391 0.29164,-1.2184 1.92166,-3.02432 1.92166,-3.02432 z"
id="path1043-7-3"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccsccsc" />
<path
style="opacity:1;vector-effect:none;fill:#ffb370;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 102.29296,164.2776 c 0.29868,0.7836 1.84017,1.04186 2.3307,1.0951 0.49054,0.0532 1.45844,-1.96829 1.53991,-2.30703 0.0815,-0.33873 -0.9242,-2.61552 -1.20657,-2.85919 -0.28235,-0.24367 -3.34916,-2.29938 -5.498408,-1.28432 -2.14923,1.01505 -3.7944,2.86281 -3.97156,4.90508 -0.084,0.96889 0.30072,2.97088 1.71699,2.75848 0.53991,-0.081 0.1421,-2.10326 1.416,-2.74156 1.430978,-0.71702 2.228978,-0.60821 3.672938,0.43344 z"
id="path996-7-1-9"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccssssc" />
<path
style="fill:#fffdfb;fill-opacity:0.46118721;fill-rule:evenodd;stroke:none;stroke-width:0.36500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 96.130812,160.75291 c -0.12162,0.21101 -0.31245,0.40591 -0.54576,0.5688 -0.12266,0.0846 -0.29047,0.14101 -0.4298,0.11048 -0.0707,-0.0112 -0.1324,-0.0398 -0.16246,-0.089 -0.10077,-0.13007 -0.087,-0.30896 -0.007,-0.47166 0.0922,-0.19731 0.25785,-0.3828 0.45716,-0.53886 0.14461,-0.10884 0.35565,-0.13694 0.50839,-0.0914 0.16756,0.0448 0.29379,0.17148 0.2527,0.32628 -0.0115,0.0639 -0.0407,0.13752 -0.0729,0.18552 z"
id="path867-4-7-4-4-3-7-4"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccc" />
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#fd9c50;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:markers stroke fill;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 119.30549,139.98318 c 2.31997,11.26779 -3.09502,18.71357 -11.26023,20.32123 -7.24251,1.42598 -16.240018,-5.91537 -17.019888,-14.65833 -0.61406,-6.88401 3.52767,-12.0123 11.742188,-13.29711 8.00195,-1.25157 15.51172,2.65 16.53793,7.63421 z"
id="path865-2-8"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssss" />
<path
style="fill:#fd9c50;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 101.48332,115.04328 c 0.71935,-1.13179 2.57749,-1.89594 3.35225,-0.6688 0.4587,0.72658 22.94523,27.90959 23.6179,28.62291 0.92296,0.9787 1.01704,2.48082 -0.22304,3.04732 -1.24617,0.295 -44.381618,1.28468 -45.495358,1.41096 -1.11373,0.12632 -3.73363,-1.63436 -2.25876,-3.08235 1.47488,-1.44797 20.135168,-27.4296 21.007008,-29.33004 z"
id="path863-4-1"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csscscc" />
<g
id="g1182-9-2"
transform="rotate(14.728606,67.520998,340.17358)"
style="opacity:0.7">
<path
inkscape:connector-curvature="0"
id="path1176-2-9"
d="m 40.726561,129.67568 c 1.767228,-2.45002 18.796875,-6.0648 19.841146,-5.30168 1.044271,0.76312 0.48472,14.54623 -0.8407,14.98803 -1.325419,0.44181 -19.643074,-6.71419 -19.000446,-9.68635 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26499999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
sodipodi:nodetypes="cscc" />
<path
inkscape:connector-curvature="0"
id="path903-5-2-0-3"
d="m 60.726494,124.26543 c 0.404414,5.02307 0.435388,9.41405 -1.014863,15.08667 8.711791,-2.57943 13.404263,-4.12319 13.879861,-4.38156 0.940559,-0.51094 -0.308607,-1.55065 -1.256211,-2.16331 -0.326401,-0.21104 -5.870691,-4.30227 -11.608787,-8.5418 z"
style="fill:#f1680d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
sodipodi:nodetypes="ccccc" />
<path
inkscape:connector-curvature="0"
id="path920-9-6-9"
d="m 46.538701,114.1089 c -0.344308,0.0228 -0.660027,0.26659 -0.852044,0.88022 -0.157516,0.91528 -2.552423,7.97512 -4.942209,14.76753 4.418276,-1.57951 11.65357,-4.00063 20.167587,-5.35385 -6.462069,-4.77428 -13.248565,-9.79477 -13.562741,-10.01471 -0.257937,-0.18058 -0.542798,-0.2969 -0.810593,-0.27919 z"
style="fill:#211f20;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="path863-7-3-8-0"
d="m 40.767412,129.66988 c -2.218301,6.30764 -4.442554,12.41547 -4.868738,13.14656 -0.882803,1.51438 1.440916,3.15275 2.310309,2.80983 0.428003,-0.16884 12.908937,-3.7115 21.389603,-6.22235 -6.696977,-3.92647 -14.608653,-7.63903 -18.831174,-9.73404 z"
style="fill:#737373;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
sodipodi:nodetypes="ccccc" />
<g transform="translate(-73.44 -113.75)">
<path fill="#ffb370" fill-rule="evenodd" d="M107.56 164c-.13.83-1.58 1.4-2.05 1.56-.47.16-1.84-1.62-1.99-1.93-.15-.31.35-2.75.58-3.05.22-.3 2.78-2.95 5.1-2.42 2.31.54 4.31 2 4.92 3.96.28.93.33 2.97-1.1 3.06-.54.03-.58-2.03-1.96-2.38-1.55-.4-2.3-.13-3.5 1.2z"/>
<ellipse cx="98.2" cy="172.92" fill="url(#b)" color="#000" opacity=".79" overflow="visible" paint-order="markers stroke fill" rx="24.76" ry="3.44" style="isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1;marker:none"/>
<path fill="#ffb370" fill-rule="evenodd" d="M113.75 154.83c-.37.7 1.06 1.88 1.15 2.98.1 1.1-.07 2.97-1.74 3.94-1.67.98.05 3.94.55 4.15.5.21 1.91-2.38 2.6-3.97.68-1.59.53-3.34-.05-4.55-.54-1.13-2.51-2.55-2.51-2.55z"/>
<path fill="#fffdfb" fill-opacity=".46" fill-rule="evenodd" d="M106.84 160.53c.22-.1.43-.29.6-.5.1-.12.16-.29.14-.43 0-.07-.03-.13-.08-.17-.12-.1-.3-.1-.47-.04-.2.08-.4.24-.56.43a.6.6 0 00-.13.5c.03.17.15.3.31.27.06 0 .14-.03.19-.06z"/>
<path fill="#ffb370" fill-rule="evenodd" d="M94.62 155.8c.5.61-.65 2.07-.5 3.16.14 1.1.7 2.89 2.53 3.49 1.84.6.78 3.86.34 4.17-.44.31-2.37-1.92-3.38-3.33a5.66 5.66 0 01-.91-4.46c.29-1.22 1.92-3.02 1.92-3.02z"/>
<path fill="#ffb370" fill-rule="evenodd" d="M102.3 164.28c.3.78 1.83 1.04 2.32 1.1.5.05 1.46-1.98 1.54-2.31.09-.34-.92-2.62-1.2-2.86-.29-.25-3.35-2.3-5.5-1.29-2.15 1.02-3.8 2.86-3.97 4.9-.09.98.3 2.98 1.71 2.77.54-.09.15-2.1 1.42-2.75 1.43-.71 2.23-.6 3.67.44z"/>
<path fill="#fffdfb" fill-opacity=".46" fill-rule="evenodd" d="M96.13 160.75c-.12.21-.31.4-.54.57a.59.59 0 01-.43.11c-.08 0-.14-.04-.17-.09-.1-.13-.08-.3 0-.47.09-.2.25-.38.45-.54a.6.6 0 01.51-.09c.17.05.3.17.25.33a.53.53 0 01-.07.18z"/>
<path fill="#fd9c50" d="M119.3 139.98c2.33 11.27-3.09 18.72-11.25 20.32-7.25 1.43-16.24-5.91-17.02-14.65-.62-6.89 3.52-12.02 11.74-13.3 8-1.25 15.5 2.65 16.54 7.63z" color="#000" overflow="visible" paint-order="markers stroke fill" style="isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1;marker:none"/>
<path fill="#fd9c50" fill-rule="evenodd" d="M101.48 115.04c.72-1.13 2.58-1.9 3.36-.67.45.73 22.94 27.91 23.61 28.63.93.98 1.02 2.48-.22 3.04-1.25.3-44.38 1.29-45.5 1.42-1.1.12-3.73-1.64-2.25-3.09 1.47-1.44 20.13-27.43 21-29.33z"/>
<g fill-rule="evenodd" opacity=".7">
<path fill="#fff" d="M95.12 129.78c2.34-1.92 19.73-1.09 20.54-.08.82 1-3.23 14.19-4.62 14.28-1.4.09-17.3-11.49-15.92-14.2z"/>
<path fill="#f1680d" d="M115.84 129.63c-.88 4.96-1.97 9.22-4.81 14.34 9.08-.28 14-.58 14.53-.71 1.04-.26.1-1.58-.66-2.41-.26-.3-4.59-5.66-9.06-11.22z"/>
<path fill="#211f20" d="M104.7 116.2c-.34-.06-.7.1-1.04.64-.39.84-4.5 7.06-8.54 13.02 4.68-.4 12.29-.9 20.87-.05l-10.57-13.13c-.2-.24-.45-.43-.72-.48z"/>
<path fill="#737373" d="M95.17 129.78c-3.75 5.54-7.46 10.88-8.06 11.48-1.23 1.24.6 3.42 1.52 3.3.46-.05 13.43-.3 22.27-.57-5.48-5.5-12.18-11.1-15.73-14.2z"/>
</g>
<path
style="fill:#ffddc2;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.36500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 97.660992,123.89515 c -0.38644,0.54929 -0.6682,0.96842 -0.91944,1.25064 -0.38792,0.43577 -1.37162,0.11675 -0.87936,-0.57043 0.25036,-0.372 0.5786,-0.83808 0.97951,-1.31457 0.40092,-0.47647 1.20573,0.0851 0.81929,0.63436 z"
id="path867-4-9-8"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csccc" />
<path
style="opacity:1;vector-effect:none;fill:#fd9c50;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 101.40736,163.17521 c 0.29502,0.90429 2.1661,1.24696 2.76418,1.32293 0.59805,0.076 1.97375,-2.20317 2.10507,-2.58755 0.13129,-0.3844 -0.82652,-3.6931 -1.15113,-3.98018 -0.32466,-0.28705 -4.15824,-2.48473 -6.893468,-1.39178 -2.73523,1.09297 -4.55588,3.39176 -4.96151,5.71905 -0.19243,1.10412 -0.27317,3.06229 1.48729,2.86346 0.67111,-0.0758 0.55004,-1.86492 2.17463,-2.55464 1.82492,-0.77474 2.79583,-0.62576 4.474938,0.60871 z"
id="path996-6-8"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccssssc" />
<path
style="opacity:1;vector-effect:none;fill:#fd9c50;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 92.951082,154.55136 c 0.51843,0.63146 -0.81996,2.09026 -0.72478,3.21452 0.0951,1.12427 0.58438,2.97158 2.54208,3.63092 1.95775,0.65933 0.25148,3.67603 -0.24414,3.9838 -0.49559,0.30779 -2.08562,-1.73101 -3.09265,-3.19924 -1.00701,-1.46824 -1.1487,-3.26053 -0.73705,-4.58095 0.38657,-1.24001 2.25654,-3.04905 2.25654,-3.04905 z"
id="path1043-6-6-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccsccsc" />
<path
style="fill:#ffddc2;fill-opacity:0.60273976;fill-rule:evenodd;stroke:none;stroke-width:0.36500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 97.656952,158.36705 c -0.16114,0.20897 -0.38897,0.3919 -0.65467,0.53456 -0.13944,0.074 -0.31983,0.11153 -0.45591,0.0601 -0.07,-0.0211 -0.12772,-0.0597 -0.14923,-0.11713 -0.0793,-0.15273 -0.0337,-0.34219 0.076,-0.50541 0.12853,-0.19857 0.32945,-0.37457 0.55942,-0.51452 0.1661,-0.0968 0.38531,-0.0984 0.53234,-0.029 0.16203,0.071 0.26795,0.22315 0.19888,0.38313 -0.0229,0.0667 -0.0656,0.14157 -0.10682,0.18855 z"
id="path867-4-7-4-4-9-9"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccc" />
<path
style="opacity:1;vector-effect:none;fill:#fd9c50;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 116.78085,155.51262 c -0.57966,0.57577 0.60425,2.1625 0.39581,3.27136 -0.20841,1.10887 -0.88206,2.8972 -2.89643,3.35507 -2.01441,0.45786 -0.62214,3.63172 -0.16021,3.98806 0.46191,0.35634 2.25007,-1.5111 3.4005,-2.8699 1.1504,-1.35881 1.47271,-3.12757 1.19678,-4.48286 -0.25911,-1.27277 -1.93645,-3.26173 -1.93645,-3.26173 z"
id="path1043-6-6-0-3"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccsccsc" />
<path
style="opacity:1;vector-effect:none;fill:#fd9c50;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 107.5503,163.23766 c -0.38501,0.86979 -2.28115,1.02138 -2.88385,1.03645 -0.60267,0.0151 -1.7407,-2.39157 -1.83245,-2.78727 -0.0917,-0.39571 1.19596,-3.59051 1.54795,-3.84327 0.35204,-0.25273 4.38831,-2.05124 6.99891,-0.68713 2.6106,1.36411 4.18931,3.83532 4.35737,6.19171 0.0797,1.11793 -0.0381,3.07421 -1.76939,2.69827 -0.66,-0.14329 -0.35852,-1.911 -1.90499,-2.76156 -1.73716,-0.95542 -2.71815,-0.90544 -4.51355,0.1528 z"
id="path996-6-5-6"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccssssc" />
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#cb6e3b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:markers stroke fill;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 104.91897,163.45683 c 0.31333,-0.27734 -2.26502,-0.52171 -1.37364,-0.56165 2.14829,-0.0962 5.49858,-1.51022 6.21721,-1.48763 0.6664,0.1099 2.36967,0.53811 3.05484,1.13802 0.82895,0.85105 0.83383,2.02217 0.89791,2.64974 0.0877,0.39759 0.4307,0.84401 0.57403,0.98791 -0.14548,-0.0195 -0.92467,-0.0455 -1.00126,-0.55111 l -0.0941,0.0118 c -0.008,0.002 -0.0149,0.004 -0.0226,0.006 -0.0252,0.005 -0.0512,0.007 -0.0775,0.007 l -0.0129,0.002 c -2.7e-4,-7.9e-4 -5.3e-4,-0.001 -0.002,-0.002 -0.28284,-0.0135 -0.57039,-0.33903 -0.67954,-0.76931 -0.06,-0.23773 -0.0573,-0.47796 0.007,-0.66596 l 5.3e-4,1.6e-4 c 0.0622,-0.1811 0.17703,-0.29925 0.31996,-0.32939 0.0277,-0.005 0.0562,-0.008 0.0852,-0.006 l 0.004,-5.3e-4 c -0.12574,-0.23052 -0.28555,-0.44277 -0.50196,-0.61521 -0.0121,0.037 -0.0289,0.0722 -0.052,0.10451 l -0.26149,0.29948 c -0.005,0.007 -0.008,0.0147 -0.0131,0.0219 -0.0177,0.0228 -0.0374,0.0441 -0.0601,0.0632 l -0.009,0.009 c -8e-4,-1.8e-4 -5.3e-4,-2.3e-4 -0.002,-5.3e-4 -0.24244,0.19659 -0.72706,0.14054 -1.14495,-0.13244 -0.41499,-0.27154 -0.64276,-0.67799 -0.53961,-0.96288 0.0118,-0.0335 0.0282,-0.0645 0.049,-0.0927 0.0195,-0.0251 0.0413,-0.0483 0.0667,-0.0687 l 0.0404,-0.0545 c -0.23747,-0.0352 -0.47068,-0.0383 -0.70628,-0.0127 l 0.0528,0.17372 c 0.005,0.008 0.008,0.0157 0.0118,0.0238 0.0114,0.0289 0.0191,0.0594 0.023,0.091 l 0.003,0.0119 c -5.3e-4,8e-4 -10e-4,8e-4 -0.002,0.002 0.0348,0.33056 -0.33508,0.73947 -0.87378,0.96604 -0.60764,0.25518 -1.21283,0.18962 -1.35172,-0.14644 -0.0124,-0.0314 -0.0204,-0.0645 -0.024,-0.0992 l -0.0239,-0.0586 c -0.47527,0.83566 -2.00716,0.85196 -2.59159,0.87508 -0.27661,0.0109 -0.4265,0.2024 -0.84718,-0.0824 -0.16837,-0.11397 0.51714,-0.44149 0.85851,-0.74365 z"
id="path1092-6-8-2-4-4-8"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cscccccccccccccccccccccccccccccccccccccccssc" />
<path
style="fill:#ffddc2;fill-opacity:0.60273976;fill-rule:evenodd;stroke:none;stroke-width:0.36500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 108.88999,159.1353 c 0.26286,0.0232 0.55176,-0.0213 0.83656,-0.12041 0.14884,-0.0526 0.29853,-0.16006 0.35269,-0.29509 0.0319,-0.0658 0.0425,-0.13442 0.0147,-0.18914 -0.0588,-0.16174 -0.22919,-0.25633 -0.42362,-0.28596 -0.23318,-0.0397 -0.49872,-0.0108 -0.75737,0.0638 -0.18367,0.0568 -0.33312,0.21718 -0.38156,0.37234 -0.0573,0.16735 -0.017,0.3483 0.14757,0.40567 0.0647,0.0283 0.14863,0.0475 0.21112,0.0489 z"
id="path867-4-7-4-4-9-8-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccc" />
<g
transform="matrix(1.0115339,0.19459998,0.05218655,0.99863735,45.161142,-7.4352162)"
id="g1928-4-5">
<path
sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0"
id="path1667-9-9"
d="m 50.943081,151.14101 c -0.400341,-0.25283 0.512053,-1.42428 0.811945,-1.68151 0.299889,-0.25723 -0.191703,1.92451 -0.811945,1.68151 z"
style="fill:#d35034;fill-opacity:0.44292238;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
inkscape:transform-center-y="-0.29778724"
inkscape:transform-center-x="0.83927927"
sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0"
id="path1667-0-0-8"
d="m 51.83521,151.4665 c -0.414013,-0.35768 0.551389,-2.0495 0.867104,-2.42223 0.315715,-0.37274 -0.22382,2.76306 -0.867104,2.42223 z"
style="fill:#d35034;fill-opacity:0.44292238;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
inkscape:transform-center-y="0.70487957"
inkscape:transform-center-x="0.84080235"
sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0"
id="path1667-7-9-4"
d="m 52.816217,151.19387 c -0.414012,-0.35768 0.551389,-2.0495 0.867105,-2.42224 0.315714,-0.37273 -0.223821,2.76306 -0.867105,2.42224 z"
style="fill:#d35034;fill-opacity:0.44292238;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path fill="#ffddc2" fill-rule="evenodd" d="M97.66 123.9c-.39.54-.67.96-.92 1.25-.39.43-1.37.11-.88-.57.25-.38.58-.84.98-1.32.4-.48 1.2.09.82.64z"/>
<path fill="#fd9c50" fill-rule="evenodd" d="M101.4 163.18c.3.9 2.17 1.24 2.77 1.32.6.07 1.98-2.2 2.1-2.59.14-.38-.82-3.7-1.14-3.98-.33-.29-4.16-2.48-6.9-1.4-2.73 1.1-4.55 3.4-4.96 5.73-.2 1.1-.27 3.06 1.49 2.86.67-.07.55-1.86 2.17-2.55 1.83-.78 2.8-.63 4.48.6z"/>
<path fill="#fd9c50" fill-rule="evenodd" d="M92.95 154.55c.52.63-.82 2.1-.72 3.22.1 1.12.58 2.97 2.54 3.63 1.96.66.25 3.67-.25 3.98-.5.3-2.08-1.73-3.09-3.2a5.45 5.45 0 01-.74-4.58c.4-1.24 2.26-3.05 2.26-3.05z"/>
<path fill="#ffddc2" fill-opacity=".6" fill-rule="evenodd" d="M97.66 158.37c-.16.2-.4.39-.66.53-.14.08-.32.11-.45.06-.07-.02-.13-.06-.15-.12-.08-.15-.04-.34.07-.5.13-.2.33-.38.56-.52a.6.6 0 01.53-.02c.17.07.27.22.2.38a.61.61 0 01-.1.19z"/>
<path fill="#fd9c50" fill-rule="evenodd" d="M116.78 155.51c-.58.58.6 2.17.4 3.27-.21 1.11-.89 2.9-2.9 3.36-2.01.46-.62 3.63-.16 3.99.46.35 2.25-1.51 3.4-2.87a5.45 5.45 0 001.2-4.49c-.26-1.27-1.94-3.26-1.94-3.26z"/>
<path fill="#fd9c50" fill-rule="evenodd" d="M107.55 163.24c-.38.87-2.28 1.02-2.88 1.03-.6.02-1.74-2.39-1.84-2.78-.09-.4 1.2-3.6 1.55-3.85.35-.25 4.39-2.05 7-.68 2.61 1.36 4.19 3.83 4.36 6.19.08 1.12-.04 3.07-1.77 2.7-.66-.15-.36-1.91-1.9-2.77-1.74-.95-2.72-.9-4.52.16z"/>
<path fill="#cb6e3b" d="M104.92 163.46c.31-.28-2.27-.52-1.37-.56 2.14-.1 5.5-1.52 6.21-1.5.67.12 2.37.55 3.06 1.15.83.85.83 2.02.9 2.65.08.4.43.84.57.98-.15-.02-.93-.04-1-.55l-.1.01-.02.01a.4.4 0 01-.08 0h-.01c-.28 0-.57-.33-.68-.76a1.2 1.2 0 010-.67c.07-.18.18-.3.33-.33h.08a1.98 1.98 0 00-.5-.62.38.38 0 01-.05.1l-.26.3-.01.03a.41.41 0 01-.06.06h-.01c-.25.2-.73.15-1.15-.12-.41-.28-.64-.68-.54-.97a.35.35 0 01.12-.16l.04-.05a2.75 2.75 0 00-.7-.02l.04.18.02.02.02.1c.04.34-.33.75-.87.97-.61.26-1.22.2-1.36-.14a.37.37 0 01-.02-.1l-.02-.06c-.48.83-2.01.85-2.6.87-.27.01-.42.2-.84-.08-.17-.11.52-.44.86-.74z" color="#000" overflow="visible" paint-order="markers stroke fill" style="isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1;marker:none"/>
<path fill="#ffddc2" fill-opacity=".6" fill-rule="evenodd" d="M108.89 159.14c.26.02.55-.03.84-.13.15-.05.3-.16.35-.29.03-.07.04-.13.01-.19-.05-.16-.23-.26-.42-.29-.23-.03-.5 0-.76.07a.6.6 0 00-.38.37c-.06.17-.02.35.15.4.06.03.15.05.21.06z"/>
<g fill="#d35034" fill-opacity=".44" fill-rule="evenodd">
<path d="M104.58 153.41c-.42-.33.44-1.32.73-1.52.3-.2-.1 1.89-.73 1.52zM105.5 153.91c-.44-.44.45-1.94.75-2.25.3-.3-.08 2.72-.75 2.25zM106.48 153.83c-.44-.44.45-1.94.75-2.25.3-.31-.08 2.72-.75 2.25z"/>
</g>
<g
transform="matrix(1.0115339,0.19459998,0.05218655,0.99863735,45.625922,-7.4033562)"
id="g1923-1-8">
<path
sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0"
id="path1667-8-7-1"
d="m 59.278028,149.60677 c -0.414013,-0.35768 0.551388,-2.0495 0.867104,-2.42223 0.315715,-0.37274 -0.223821,2.76305 -0.867104,2.42223 z"
style="opacity:1;vector-effect:none;fill:#d35034;fill-opacity:0.44292238;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0"
id="path1667-6-7-0"
d="m 60.167005,149.36159 c -0.414013,-0.35768 0.551389,-2.0495 0.867104,-2.42223 0.315715,-0.37274 -0.22382,2.76306 -0.867104,2.42223 z"
style="opacity:1;vector-effect:none;fill:#d35034;fill-opacity:0.44292238;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0"
id="path1667-88-1-3"
d="m 61.157788,148.82481 c -0.348754,-0.27043 0.457468,-1.54143 0.721628,-1.82117 0.26416,-0.27974 -0.180335,2.07953 -0.721628,1.82117 z"
style="opacity:1;vector-effect:none;fill:#d35034;fill-opacity:0.44292238;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<g fill="#d35034" fill-opacity=".44" fill-rule="evenodd">
<path d="M113.4 153.54c-.44-.44.45-1.94.75-2.26.3-.3-.09 2.72-.75 2.26z"/>
<path d="M114.28 153.46c-.44-.43.45-1.94.75-2.25.3-.3-.08 2.72-.75 2.25zM115.26 153.12c-.37-.34.38-1.45.63-1.68.25-.23-.07 2.04-.63 1.68z"/>
</g>
<path
style="fill:none;fill-rule:evenodd;stroke:#762c2c;stroke-width:0.66500002;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 112.12234,154.25307 c -0.72578,1.52236 -3.31918,1.62532 -4.01257,0.17633"
id="path1990-0"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#cb6e3b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:markers stroke fill;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 105.88601,163.00323 c -0.25332,-0.41608 -1.68587,0.01 -2.39585,-0.57153 -1.70983,-1.40056 -3.40344,-1.67713 -3.966298,-1.60069 -0.56288,0.0763 -1.91081,-0.17662 -3.28653,1.12273 -0.9108,0.76281 -1.03415,1.92743 -1.1614,2.54529 -0.12745,0.38668 -0.5139,0.7961 -0.67105,0.92476 0.14671,-0.005 0.92453,0.0483 1.05188,-0.44698 l 0.0924,0.0212 c 0.008,0.003 0.0144,0.006 0.0219,0.008 0.0246,0.008 0.0502,0.0123 0.0764,0.0143 l 0.0127,0.003 c 3.9e-4,-5.3e-4 7.4e-4,-0.001 0.002,-0.001 0.28275,0.0152 0.60177,-0.27957 0.75389,-0.69661 0.0837,-0.23043 0.10541,-0.4697 0.06,-0.66329 l -5.3e-4,1.1e-4 c -0.0436,-0.18646 -0.14584,-0.31562 -0.28498,-0.36006 -0.027,-0.008 -0.0551,-0.0133 -0.0842,-0.0149 l -0.004,-0.001 c 0.14841,-0.21661 0.32887,-0.4116 0.56163,-0.56126 0.008,0.038 0.0214,0.0748 0.0412,0.10923 l 0.22985,0.32441 c 0.004,0.007 0.007,0.0155 0.0108,0.0231 0.0153,0.0245 0.0328,0.0477 0.0534,0.069 l 0.008,0.0102 c 7.9e-4,-9e-5 5e-4,-1.8e-4 0.002,-5.3e-4 0.22131,0.22012 0.70911,0.21339 1.15247,-0.0159 0.44034,-0.22816 0.70807,-0.60947 0.63427,-0.90335 -0.008,-0.0345 -0.0216,-0.067 -0.0393,-0.0972 -0.0169,-0.027 -0.0362,-0.0522 -0.0594,-0.0751 l -0.0347,-0.0583 c 0.23981,-0.0109 0.47216,0.009 0.70395,0.0588 l -0.0701,0.16748 c -0.005,0.007 -0.01,0.0148 -0.0142,0.0225 -0.0142,0.0276 -0.025,0.0572 -0.032,0.0882 l -0.004,0.0116 c 4.2e-4,8e-4 0.001,8e-4 0.001,0.002 -0.0681,0.32534 0.25854,0.76957 0.771548,1.0495 0.5787,0.31534 1.18741,0.31137 1.35959,-0.009 0.0155,-0.0299 0.0268,-0.0621 0.0339,-0.0962 l 0.0297,-0.0559 c 0.38828,0.87945 2.47427,0.97094 3.05335,1.05307 0.27409,0.0389 -0.17108,0.36439 0.2295,-0.19966 0,0 0.19336,-0.87674 0.44922,-0.96213 z"
id="path1092-6-8-2-4-0"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csccccccccccccccccccccccccccccccccccccccccsc" />
<ellipse
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#cb6e3b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.20000002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:markers stroke fill;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="path2118"
cx="124.37155"
cy="149.17661"
rx="1.3079523"
ry="0.79874945"
transform="rotate(7.6759953)" />
<ellipse
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#cb6e3b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.20000002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:markers stroke fill;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="path2118-4"
cx="55.925541"
cy="187.20825"
rx="1.3079523"
ry="0.79874945"
transform="rotate(-16.263776)" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.56500006;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 104.41945,150.0889 c -0.0899,-2.23038 3.08527,-2.59381 3.39804,-0.35169"
id="path2155"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.56500006;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 113.1189,149.59904 c 0.0356,-2.23216 2.99749,-2.15568 2.9522,-0.008"
id="path2155-4"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:#d6d6d6;fill-opacity:1;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 78.858412,161.22014 c -2.40889,-0.47562 2.0755,-4.28257 2.49037,-1.71901 1.57373,-1.69717 4.00469,1.44615 3.17132,2.90774 -0.95319,1.9009 -2.11652,2.60534 -2.9595,1.44024 -0.75451,1.25185 -2.14478,1.8195 -3.3172,-0.0757 -1.09504,-1.7701 -0.49461,-2.60817 0.61501,-2.55332 z"
id="path2391"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccscc" />
<path
style="fill:none;fill-rule:evenodd;stroke:#acacac;stroke-width:0.66500002;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 86.942332,160.23689 c 2.06768,0.0472 2.48309,0.0145 2.48309,0.0145"
id="path2408"
inkscape:connector-curvature="0" />
<path
style="fill:none;fill-rule:evenodd;stroke:#acacac;stroke-width:0.66500002;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 86.273262,161.71056 c 2.61982,0.0472 3.14615,0.0145 3.14615,0.0145"
id="path2408-9"
inkscape:connector-curvature="0" />
<path
style="fill:none;fill-rule:evenodd;stroke:#acacac;stroke-width:0.66500002;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 86.828552,163.13917 c 2.06767,0.0472 2.48308,0.0145 2.48308,0.0145"
id="path2408-2"
inkscape:connector-curvature="0" />
<path
style="fill:none;fill-rule:evenodd;stroke:#9f9f9f;stroke-width:0.26499999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 79.262582,162.54399 c -0.4341,-0.26046 -0.57302,-0.76402 -0.46883,-1.31967 0.10418,-0.55565 0.9203,-0.95503 1.30231,-0.79875"
id="path2443"
inkscape:connector-curvature="0" />
<path
style="fill:none;fill-rule:evenodd;stroke:#9f9f9f;stroke-width:0.26499999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 82.631692,162.80819 c -0.075,0.50065 -0.48741,0.82127 -1.04075,0.9371 -0.55334,0.11582 -1.23403,-0.48603 -1.23541,-0.89877"
id="path2443-4"
inkscape:connector-curvature="0" />
<path fill="none" stroke="#762c2c" stroke-linecap="round" stroke-width=".67" d="M112.12 154.25c-.72 1.53-3.32 1.63-4.01.18"/>
<path fill="#cb6e3b" d="M105.89 163c-.26-.41-1.69.01-2.4-.57-1.71-1.4-3.4-1.68-3.97-1.6-.56.08-1.9-.18-3.28 1.12-.91.77-1.04 1.93-1.16 2.55-.13.39-.52.8-.68.92.15 0 .93.05 1.06-.44l.09.02h.02l.08.02h.01c.28.02.6-.28.76-.7.08-.22.1-.46.06-.66-.05-.18-.15-.31-.29-.36a.37.37 0 00-.08-.01c.14-.22.32-.42.55-.56l.05.1.23.33v.02l.06.07v.01c.23.22.72.21 1.16-.02.44-.22.71-.6.64-.9a.35.35 0 00-.1-.17l-.04-.06c.24-.01.47.01.7.06l-.06.17-.02.02a.37.37 0 00-.03.09v.01c-.07.33.26.77.77 1.05.58.32 1.19.31 1.36 0a.37.37 0 00.03-.1l.03-.06c.39.88 2.48.97 3.06 1.05.27.04-.18.37.22-.2 0 0 .2-.87.45-.96z" color="#000" overflow="visible" paint-order="markers stroke fill" style="isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1;marker:none"/>
<ellipse cx="124.37" cy="149.18" fill="#cb6e3b" color="#000" overflow="visible" paint-order="markers stroke fill" rx="1.31" ry=".8" style="isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1;marker:none" transform="rotate(7.68)"/>
<ellipse cx="55.93" cy="187.21" fill="#cb6e3b" color="#000" overflow="visible" paint-order="markers stroke fill" rx="1.31" ry=".8" style="isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1;marker:none" transform="rotate(-16.26)"/>
<path fill="none" stroke="#000" stroke-linecap="round" stroke-width=".57" d="M104.42 150.09c-.09-2.23 3.08-2.6 3.4-.35M113.12 149.6c.03-2.23 3-2.16 2.95 0"/>
<path fill="#d6d6d6" fill-rule="evenodd" stroke="#a0a0a0" stroke-width=".26" d="M78.86 161.22c-2.41-.48 2.07-4.28 2.49-1.72 1.57-1.7 4 1.45 3.17 2.9-.95 1.91-2.12 2.61-2.96 1.45-.75 1.25-2.14 1.82-3.32-.08-1.1-1.77-.5-2.6.62-2.55z"/>
<path fill="none" stroke="#acacac" stroke-linecap="round" stroke-width=".67" d="M86.94 160.24c2.07.04 2.49.01 2.49.01M86.27 161.71c2.62.05 3.15.02 3.15.02M86.83 163.14c2.07.05 2.48.01 2.48.01"/>
<path fill="none" stroke="#9f9f9f" stroke-linecap="round" stroke-width=".26" d="M79.26 162.54c-.43-.26-.57-.76-.47-1.32.1-.55.92-.95 1.3-.8M82.63 162.8c-.07.5-.49.83-1.04.95-.55.11-1.23-.5-1.23-.9"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB

View File

@ -1,278 +1,44 @@
<?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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="50.232479mm"
height="56.61248mm"
viewBox="0 0 50.232479 56.61248"
version="1.1"
id="svg303"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="oh.svg">
<defs
id="defs297">
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient2936"
id="radialGradient1740-1-7-3-8"
cx="56.455723"
cy="167.68628"
fx="56.455723"
fy="167.68628"
r="20.579618"
gradientTransform="matrix(0.50324602,-0.00448318,0.00318307,0.29116022,63.09289,89.599844)"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient2936">
<stop
style="stop-color:#00fffb;stop-opacity:1"
offset="0"
id="stop2932" />
<stop
style="stop-color:#00ffe2;stop-opacity:0"
offset="1"
id="stop2934" />
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 50.23 56.61">
<defs/>
<defs>
<radialGradient id="d" cx="56.46" cy="167.69" r="20.58" fx="56.46" fy="167.69" gradientTransform="matrix(.50325 -.00448 .00318 .29116 63.1 89.6)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
<radialGradient id="c" cx="56.46" cy="167.69" r="20.58" fx="56.46" fy="167.69" gradientTransform="matrix(1.20299 0 0 .16716 33.78 117.7)" gradientUnits="userSpaceOnUse" xlink:href="#b"/>
<linearGradient id="a">
<stop offset="0" stop-color="#00fffb"/>
<stop offset="1" stop-color="#00ffe2" stop-opacity="0"/>
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient1738"
id="radialGradient1740-1-7-6"
cx="56.455734"
cy="167.68628"
fx="56.455734"
fy="167.68628"
r="20.579618"
gradientTransform="matrix(1.2029851,0,0,0.16716418,33.778905,117.69803)"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient1738">
<stop
style="stop-color:#838383;stop-opacity:1"
offset="0"
id="stop1734" />
<stop
style="stop-color:#bfbfbf;stop-opacity:0"
offset="1"
id="stop1736" />
<linearGradient id="b">
<stop offset="0" stop-color="#838383"/>
<stop offset="1" stop-color="#bfbfbf" stop-opacity="0"/>
</linearGradient>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.35"
inkscape:cx="-405.0725"
inkscape:cy="1.2699145"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1916"
inkscape:window-height="1041"
inkscape:window-x="0"
inkscape:window-y="18"
inkscape:window-maximized="0" />
<metadata
id="metadata300">
<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>
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-76.937338,-92.556853)">
<ellipse
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.78899997;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:url(#radialGradient1740-1-7-6);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:markers stroke fill;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="path1732-7-3-8"
cx="101.69431"
cy="145.72916"
rx="24.756975"
ry="3.4401751" />
<path
style="opacity:1;vector-effect:none;fill:#ffb370;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 117.70607,137.76084 c -0.66521,0.0317 -0.90806,1.86675 -1.67005,2.49827 -0.76198,0.6315 -2.18385,1.43793 -3.60114,0.48685 -1.41731,-0.95108 -2.83639,2.03121 -2.77881,2.56654 0.0575,0.53532 2.53797,0.4501 3.98348,0.23869 1.44552,-0.21139 2.65515,-1.22512 3.28304,-2.33046 0.58964,-1.03807 0.78349,-3.45987 0.78349,-3.45987 z"
id="path1043-7-2-6-0"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccsccsc" />
<path
style="fill:#fffdfb;fill-opacity:0.46118721;fill-rule:evenodd;stroke:none;stroke-width:0.36500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 103.76303,139.13396 c 0.21864,-0.10732 0.42573,-0.28483 0.60375,-0.50683 0.0926,-0.1167 0.15972,-0.28064 0.13871,-0.42154 -0.006,-0.0713 -0.031,-0.13477 -0.078,-0.16805 -0.12335,-0.10887 -0.30249,-0.10732 -0.47016,-0.0383 -0.20298,0.0789 -0.39905,0.2319 -0.56799,0.42042 -0.11823,0.13706 -0.16025,0.34576 -0.12491,0.5012 0.0336,0.17018 0.15161,0.30453 0.30869,0.27391 0.0646,-0.007 0.13993,-0.0314 0.18995,-0.0604 z"
id="path867-4-7-4-4-3-7-2-6-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccc" />
<path
style="opacity:1;vector-effect:none;fill:#ffb370;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 84.227205,141.97683 c 0.57376,-0.48093 1.84501,0.74693 2.84882,0.65416 1.00382,-0.0927 2.66035,-0.55215 3.28975,-2.36061 0.62942,-1.80848 3.55053,-0.59122 3.81419,-0.13548 0.26364,0.45569 -1.85666,2.27413 -3.18649,3.2094 -1.32982,0.93527 -2.92988,1.0739 -4.09766,0.70013 -1.09666,-0.35101 -2.66861,-2.0676 -2.66861,-2.0676 z"
id="path1043-7-3-66"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccsccsc" />
<path
style="fill:#fffdfb;fill-opacity:0.46118721;fill-rule:evenodd;stroke:none;stroke-width:0.36500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 93.054325,139.35725 c -0.12162,0.21101 -0.31245,0.40591 -0.54576,0.5688 -0.12266,0.0846 -0.29048,0.14101 -0.42981,0.11048 -0.0707,-0.0112 -0.1324,-0.0398 -0.16246,-0.089 -0.10077,-0.13007 -0.087,-0.30896 -0.007,-0.47166 0.0922,-0.19731 0.25785,-0.3828 0.45717,-0.53886 0.14461,-0.10884 0.35565,-0.13694 0.50839,-0.0914 0.16756,0.0448 0.29379,0.17148 0.2527,0.32628 -0.0115,0.0639 -0.0407,0.13752 -0.0729,0.18552 z"
id="path867-4-7-4-4-3-7-4-0"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccc" />
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#fd9c50;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:markers stroke fill;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 116.229,118.58752 c 2.31997,11.26779 -3.09502,18.71357 -11.26023,20.32123 -7.242505,1.42598 -16.240015,-5.91537 -17.019875,-14.65833 -0.61407,-6.88401 3.52766,-12.0123 11.74217,-13.29711 8.001955,-1.25157 15.511725,2.65 16.537935,7.63421 z"
id="path865-2-8-0"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssss" />
<path
style="fill:#fd9c50;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 92.428245,93.997108 c 0.44598,-1.16728 2.11592,-2.05512 3.18298,-0.90247 0.63176,0.68248 29.578775,25.828622 30.420775,26.482492 1.15526,0.89713 1.60938,2.37015 0.50844,3.01835 -1.1721,0.38118 -43.956155,4.49048 -45.036665,4.69581 -1.08048,0.20538 -4.11576,-1.33884 -2.9921,-2.87253 1.12368,-1.53367 13.50287,-28.486042 13.91657,-30.421652 z"
id="path863-4-1-4"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csscscc" />
<g
id="g1182-9-2-6"
transform="matrix(1.0255649,0.18019794,-0.02159692,0.97127764,50.653455,-24.312297)"
style="opacity:0.7">
<path
inkscape:connector-curvature="0"
id="path1176-2-9-2"
d="m 40.726561,129.67568 c 1.767228,-2.45002 18.796875,-6.0648 19.841146,-5.30168 1.044271,0.76312 0.48472,14.54623 -0.8407,14.98803 -1.325419,0.44181 -19.643074,-6.71419 -19.000446,-9.68635 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26499999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
sodipodi:nodetypes="cscc" />
<path
inkscape:connector-curvature="0"
id="path903-5-2-0-3-6"
d="m 60.726494,124.26543 c 0.404414,5.02307 0.435388,9.41405 -1.014863,15.08667 8.711791,-2.57943 13.404263,-4.12319 13.879861,-4.38156 0.940559,-0.51094 -0.308607,-1.55065 -1.256211,-2.16331 -0.326401,-0.21104 -5.870691,-4.30227 -11.608787,-8.5418 z"
style="fill:#f1680d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
sodipodi:nodetypes="ccccc" />
<path
inkscape:connector-curvature="0"
id="path920-9-6-9-7"
d="m 46.538701,114.1089 c -0.344308,0.0228 -0.660027,0.26659 -0.852044,0.88022 -0.157516,0.91528 -2.552423,7.97512 -4.942209,14.76753 4.418276,-1.57951 11.65357,-4.00063 20.167587,-5.35385 -6.462069,-4.77428 -13.248565,-9.79477 -13.562741,-10.01471 -0.257937,-0.18058 -0.542798,-0.2969 -0.810593,-0.27919 z"
style="fill:#211f20;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="path863-7-3-8-0-5"
d="m 40.767412,129.66988 c -2.218301,6.30764 -4.442554,12.41547 -4.868738,13.14656 -0.882803,1.51438 1.440916,3.15275 2.310309,2.80983 0.428003,-0.16884 12.908937,-3.7115 21.389603,-6.22235 -6.696977,-3.92647 -14.608653,-7.63903 -18.831174,-9.73404 z"
style="fill:#737373;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
sodipodi:nodetypes="ccccc" />
<g transform="translate(-76.94 -92.56)">
<ellipse cx="101.69" cy="145.73" fill="url(#c)" color="#000" opacity=".79" overflow="visible" paint-order="markers stroke fill" rx="24.76" ry="3.44" style="isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1;marker:none"/>
<path fill="#ffb370" fill-rule="evenodd" d="M117.7 137.76c-.66.03-.9 1.87-1.66 2.5-.77.63-2.19 1.44-3.6.49-1.42-.96-2.84 2.03-2.78 2.56.05.54 2.53.45 3.98.24a4.72 4.72 0 003.28-2.33c.6-1.04.79-3.46.79-3.46z"/>
<path fill="#fffdfb" fill-opacity=".46" fill-rule="evenodd" d="M103.76 139.13c.22-.1.43-.28.6-.5.1-.12.17-.28.15-.42-.01-.08-.04-.14-.08-.17-.13-.11-.3-.11-.47-.04-.2.08-.4.23-.57.42a.6.6 0 00-.13.5c.04.17.16.3.31.27.07 0 .14-.03.2-.06z"/>
<path fill="#ffb370" fill-rule="evenodd" d="M84.23 141.98c.57-.48 1.84.74 2.85.65 1-.1 2.66-.55 3.29-2.36.63-1.8 3.55-.6 3.81-.14.26.46-1.86 2.28-3.19 3.21a4.78 4.78 0 01-4.1.7c-1.1-.35-2.66-2.06-2.66-2.06z"/>
<path fill="#fffdfb" fill-opacity=".46" fill-rule="evenodd" d="M93.05 139.36c-.12.2-.3.4-.54.57a.59.59 0 01-.43.1c-.07 0-.13-.03-.16-.08-.1-.13-.1-.31-.01-.47.1-.2.26-.39.46-.54a.6.6 0 01.5-.1c.17.05.3.18.26.33a.53.53 0 01-.08.19z"/>
<path fill="#fd9c50" d="M116.23 118.59c2.32 11.27-3.1 18.71-11.26 20.32-7.24 1.42-16.24-5.92-17.02-14.66-.62-6.88 3.53-12.01 11.74-13.3 8-1.25 15.51 2.65 16.54 7.64z" color="#000" overflow="visible" paint-order="markers stroke fill" style="isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1;marker:none"/>
<path fill="#fd9c50" fill-rule="evenodd" d="M92.43 94c.44-1.17 2.11-2.06 3.18-.9.63.68 29.58 25.82 30.42 26.48 1.16.9 1.61 2.37.51 3.02-1.17.38-43.96 4.49-45.04 4.7-1.08.2-4.11-1.35-2.99-2.88 1.13-1.53 13.5-28.49 13.92-30.42z"/>
<g fill-rule="evenodd" opacity=".7">
<path fill="#fff" d="M89.62 108.98c1.87-2.06 19.4-2.5 20.46-1.58 1.06.93.19 14.22-1.18 14.41-1.37.19-20-10.06-19.28-12.83z"/>
<path fill="#f1680d" d="M110.25 107.33c.3 4.95.24 9.22-1.37 14.47 9-.94 13.84-1.6 14.33-1.76.98-.32-.28-1.56-1.24-2.32-.33-.27-5.93-5.24-11.72-10.4z"/>
<path fill="#211f20" d="M95.92 94.9c-.36-.03-.69.15-.9.7-.18.87-2.79 7.3-5.38 13.46 4.56-.74 12.04-1.79 20.8-1.57-6.53-5.8-13.38-11.9-13.7-12.17a1.64 1.64 0 00-.82-.41z"/>
<path fill="#737373" d="M89.66 108.98c-2.4 5.73-4.82 11.26-5.27 11.9-.94 1.3 1.4 3.31 2.3 3.14.45-.09 13.32-1.28 22.07-2.2-6.78-5.01-14.81-10.04-19.1-12.84z"/>
</g>
<path
style="fill:#ffddc2;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.36500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 90.739175,102.99549 c -0.25367,0.56923 -0.43416,1.00262 -0.61704,1.29891 -0.28237,0.4575 -1.34,0.21469 -1.01385,-0.49808 0.16047,-0.38467 0.37605,-0.8677 0.66161,-1.36625 0.28558,-0.49854 1.22295,-0.004 0.96928,0.56542 z"
id="path867-4-9-8-6"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csccc" />
<path
style="opacity:1;vector-effect:none;fill:#fd9c50;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 98.330875,141.77955 c 0.29501,0.90429 2.166095,1.24696 2.764175,1.32293 0.59805,0.076 1.97375,-2.20317 2.10507,-2.58755 0.13129,-0.3844 -0.82651,-3.6931 -1.15113,-3.98018 -0.32466,-0.28705 -4.158245,-2.48473 -6.893465,-1.39178 -2.73523,1.09297 -4.55588,3.39176 -4.96151,5.71905 -0.19242,1.10412 -0.27316,3.06229 1.48729,2.86346 0.67111,-0.0758 0.55004,-1.86492 2.17463,-2.55464 1.82492,-0.77474 2.79582,-0.62576 4.47494,0.60871 z"
id="path996-6-8-98"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccssssc" />
<path
style="opacity:1;vector-effect:none;fill:#fd9c50;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 82.690445,142.56958 c 0.67675,-0.45775 2.00538,1.00994 3.13362,1.01925 1.12825,0.009 3.44924,-0.51346 4.28698,-2.40171 0.83774,-1.8883 2.35161,0.22769 2.61218,0.74967 0.26058,0.52197 -1.02106,1.98532 -2.57621,2.8521 -1.55516,0.86677 -3.35287,0.84192 -4.62951,0.30981 -1.1989,-0.49971 -2.82706,-2.52912 -2.82706,-2.52912 z"
id="path1043-6-6-5-72"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccsccsc" />
<path
style="fill:#ffddc2;fill-opacity:0.60273976;fill-rule:evenodd;stroke:none;stroke-width:0.36500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 94.580465,136.97139 c -0.16114,0.20897 -0.38897,0.3919 -0.65467,0.53456 -0.13944,0.074 -0.31983,0.11153 -0.45591,0.0601 -0.07,-0.0211 -0.12772,-0.0597 -0.14923,-0.11713 -0.0793,-0.15273 -0.0337,-0.34219 0.076,-0.50541 0.12853,-0.19857 0.32945,-0.37457 0.55942,-0.51452 0.1661,-0.0968 0.38531,-0.0984 0.53234,-0.029 0.16203,0.071 0.26795,0.22315 0.19888,0.38313 -0.0229,0.0667 -0.0656,0.14157 -0.10682,0.18855 z"
id="path867-4-7-4-4-9-9-8"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccc" />
<path
style="opacity:1;vector-effect:none;fill:#fd9c50;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 120.26534,140.44748 c -0.79998,-0.16601 -1.47066,1.69666 -2.51061,2.13432 -1.03993,0.43769 -2.90323,0.862 -4.39609,-0.56582 -1.49288,-1.42785 -3.37261,1.48392 -3.4151,2.06578 -0.0425,0.58183 2.50144,1.04358 4.26937,1.25386 1.76794,0.21026 3.42115,-0.49635 4.39952,-1.47397 0.91881,-0.91808 1.65291,-3.41417 1.65291,-3.41417 z"
id="path1043-6-6-0-3-2"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccsccsc" />
<path
style="opacity:1;vector-effect:none;fill:#fd9c50;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 104.47381,141.842 c -0.38501,0.86979 -2.28115,1.02138 -2.88384,1.03645 -0.60268,0.0151 -1.740715,-2.39157 -1.832465,-2.78727 -0.0917,-0.39571 1.195965,-3.59051 1.547955,-3.84327 0.35205,-0.25273 4.38831,-2.05124 6.99891,-0.68713 2.6106,1.36411 4.18932,3.83532 4.35737,6.19171 0.0797,1.11793 -0.0381,3.07421 -1.76938,2.69827 -0.66001,-0.14329 -0.35853,-1.911 -1.905,-2.76156 -1.73716,-0.95542 -2.71815,-0.90544 -4.51355,0.1528 z"
id="path996-6-5-6-9"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccssssc" />
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#cb6e3b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:markers stroke fill;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 101.84248,142.06117 c 0.31333,-0.27734 -2.265025,-0.52171 -1.37364,-0.56165 2.14829,-0.0962 5.49858,-1.51022 6.21721,-1.48763 0.66641,0.1099 2.36967,0.53811 3.05484,1.13802 0.82895,0.85105 0.83383,2.02217 0.89792,2.64974 0.0877,0.39759 0.43069,0.84401 0.57402,0.98791 -0.14548,-0.0195 -0.92467,-0.0455 -1.00126,-0.55111 l -0.0941,0.0118 c -0.008,0.002 -0.0149,0.004 -0.0226,0.006 -0.0252,0.005 -0.0512,0.007 -0.0775,0.007 l -0.0129,0.002 c -2.6e-4,-7.9e-4 -5.3e-4,-0.001 -0.002,-0.002 -0.28284,-0.0135 -0.57038,-0.33903 -0.67954,-0.76931 -0.06,-0.23773 -0.0573,-0.47796 0.007,-0.66596 l 5.3e-4,1.6e-4 c 0.0622,-0.1811 0.17703,-0.29925 0.31996,-0.32939 0.0277,-0.005 0.0562,-0.008 0.0852,-0.006 l 0.004,-5.3e-4 c -0.12574,-0.23052 -0.28555,-0.44277 -0.50196,-0.61521 -0.0121,0.037 -0.0289,0.0722 -0.052,0.10451 l -0.26149,0.29948 c -0.005,0.007 -0.008,0.0147 -0.0131,0.0219 -0.0177,0.0228 -0.0374,0.0441 -0.0601,0.0632 l -0.009,0.009 c -8e-4,-1.8e-4 -5.3e-4,-2.3e-4 -0.002,-5.3e-4 -0.24244,0.19659 -0.72706,0.14054 -1.14495,-0.13244 -0.41499,-0.27154 -0.64276,-0.67799 -0.53961,-0.96288 0.0118,-0.0335 0.0282,-0.0645 0.049,-0.0927 0.0195,-0.0251 0.0413,-0.0483 0.0667,-0.0687 l 0.0404,-0.0545 c -0.23747,-0.0352 -0.47068,-0.0383 -0.70628,-0.0127 l 0.0528,0.17372 c 0.005,0.008 0.008,0.0157 0.0118,0.0238 0.0114,0.0289 0.0191,0.0594 0.023,0.091 l 0.003,0.0119 c -5.3e-4,8e-4 -0.001,8e-4 -0.002,0.002 0.0348,0.33056 -0.33508,0.73947 -0.87378,0.96604 -0.60764,0.25518 -1.21283,0.18962 -1.35172,-0.14644 -0.0124,-0.0314 -0.0204,-0.0645 -0.024,-0.0992 l -0.0239,-0.0586 c -0.47527,0.83566 -2.00716,0.85196 -2.59159,0.87508 -0.27661,0.0109 -0.4265,0.2024 -0.84718,-0.0824 -0.16837,-0.11397 0.51714,-0.44149 0.85851,-0.74365 z"
id="path1092-6-8-2-4-4-8-9"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cscccccccccccccccccccccccccccccccccccccccssc" />
<path
style="fill:#ffddc2;fill-opacity:0.60273976;fill-rule:evenodd;stroke:none;stroke-width:0.36500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 105.8135,137.73964 c 0.26286,0.0232 0.55176,-0.0213 0.83656,-0.12041 0.14884,-0.0526 0.29854,-0.16006 0.3527,-0.29509 0.0319,-0.0658 0.0425,-0.13442 0.0147,-0.18914 -0.0588,-0.16174 -0.22919,-0.25633 -0.42362,-0.28596 -0.23318,-0.0397 -0.49872,-0.0108 -0.75737,0.0638 -0.18367,0.0568 -0.33312,0.21718 -0.38156,0.37234 -0.0573,0.16735 -0.017,0.3483 0.14757,0.40567 0.0647,0.0283 0.14863,0.0475 0.21112,0.0489 z"
id="path867-4-7-4-4-9-8-5-6"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccc" />
<ellipse
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.58399999;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:url(#radialGradient1740-1-7-3-8);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.26460814px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:markers stroke fill;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="path1732-7-3-9-2"
cx="92.037766"
cy="138.17035"
rx="11.448589"
ry="5.9922581"
transform="matrix(0.99646249,-0.08403867,0.10331835,0.99464834,0,0)" />
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#cb6e3b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:markers stroke fill;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 102.80952,141.60757 c -0.25332,-0.41608 -1.68587,0.01 -2.39584,-0.57153 -1.709835,-1.40056 -3.403455,-1.67713 -3.966315,-1.60069 -0.56287,0.0763 -1.9108,-0.17662 -3.28652,1.12273 -0.9108,0.76281 -1.03415,1.92743 -1.1614,2.54529 -0.12745,0.38668 -0.5139,0.7961 -0.67105,0.92476 0.14671,-0.005 0.92452,0.0483 1.05188,-0.44698 l 0.0924,0.0212 c 0.008,0.003 0.0144,0.006 0.0219,0.008 0.0246,0.008 0.0502,0.0123 0.0764,0.0143 l 0.0127,0.003 c 3.9e-4,-5.3e-4 7.4e-4,-10e-4 0.002,-10e-4 0.28275,0.0152 0.60177,-0.27957 0.75389,-0.69661 0.0837,-0.23043 0.10541,-0.4697 0.06,-0.66329 l -5.3e-4,1.1e-4 c -0.0436,-0.18646 -0.14584,-0.31562 -0.28498,-0.36006 -0.027,-0.008 -0.0551,-0.0133 -0.0842,-0.0149 l -0.004,-0.001 c 0.14841,-0.21661 0.32887,-0.4116 0.56163,-0.56126 0.008,0.038 0.0214,0.0748 0.0412,0.10923 l 0.22985,0.32441 c 0.004,0.007 0.007,0.0155 0.0108,0.0231 0.0153,0.0245 0.0328,0.0477 0.0534,0.069 l 0.008,0.0102 c 7.9e-4,-9e-5 5e-4,-1.8e-4 0.002,-5.3e-4 0.22131,0.22012 0.70911,0.21339 1.15247,-0.0159 0.44035,-0.22816 0.70808,-0.60947 0.63428,-0.90335 -0.008,-0.0345 -0.0216,-0.067 -0.0393,-0.0972 -0.0169,-0.027 -0.0362,-0.0522 -0.0594,-0.0751 l -0.0347,-0.0583 c 0.23981,-0.0109 0.47215,0.009 0.70394,0.0588 l -0.0701,0.16748 c -0.005,0.007 -0.01,0.0148 -0.0142,0.0225 -0.0142,0.0276 -0.025,0.0572 -0.032,0.0882 l -0.004,0.0116 c 4.2e-4,7.9e-4 0.001,7.9e-4 0.001,0.002 -0.0681,0.32534 0.25854,0.76957 0.77155,1.04949 0.57869,0.31535 1.18741,0.31137 1.35958,-0.009 0.0155,-0.0299 0.0268,-0.0621 0.0339,-0.0962 l 0.0297,-0.0559 c 0.38828,0.87946 2.474275,0.97095 3.053355,1.05308 0.27409,0.0389 -0.17108,0.36438 0.2295,-0.19966 0,0 0.19336,-0.87674 0.44922,-0.96214 z"
id="path1092-6-8-2-4-0-9"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csccccccccccccccccccccccccccccccccccccccccsc" />
<ellipse
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#cb6e3b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.20000002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:markers stroke fill;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="path2118-1"
cx="118.46873"
cy="127.88687"
rx="1.3079523"
ry="0.79874945"
transform="rotate(7.6759954)" />
<ellipse
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#cb6e3b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.20000002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:markers stroke fill;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="path2118-4-49"
cx="58.964218"
cy="165.80721"
rx="1.3079523"
ry="0.79874945"
transform="rotate(-16.263776)" />
<path
style="fill:#4e3b3a;fill-opacity:1;fill-rule:evenodd;stroke:#2f2828;stroke-width:0.36500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 102.43984,127.09093 c 0.0248,-0.83143 0.78535,-0.82216 0.85565,-0.12503 0.0703,0.69714 0.13616,1.22038 0.12315,1.6135 -0.0201,0.607 -0.82519,0.73682 -0.90491,-0.14119 -0.0582,-0.46459 -0.0497,-0.88216 -0.0739,-1.34724 z"
id="path867-1"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccsccc" />
<path
style="opacity:1;vector-effect:none;fill:#4e3b3a;fill-opacity:1;fill-rule:evenodd;stroke:#2f2828;stroke-width:0.36500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 109.84672,126.58252 c 0.11272,-0.80898 0.88195,-0.71737 0.87966,-0.0292 -0.002,0.68824 0.0189,1.40824 -0.0902,1.76962 -0.12806,0.42401 -0.81369,0.40879 -0.80186,-0.45701 -0.01,-0.45985 -0.0121,-0.82677 0.0124,-1.28342 z"
id="path867-6-0"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccsccc" />
<path
style="opacity:1;vector-effect:none;fill:#91332b;fill-opacity:1;fill-rule:evenodd;stroke:#5d0000;stroke-width:0.36499998;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 106.75258,136.09877 c -0.89676,0.005 -1.32514,-1.54391 -1.10628,-2.88432 0.18771,-2.43282 3.00743,-3.30187 2.40027,0.84765 -0.63079,2.3588 -1.29399,2.03667 -1.29399,2.03667 z"
id="path991-3-4"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc"
inkscape:transform-center-x="1.8588309"
inkscape:transform-center-y="0.51682867" />
<path fill="#ffddc2" fill-rule="evenodd" d="M90.74 103c-.25.56-.43 1-.62 1.3-.28.45-1.34.2-1.01-.5.16-.39.37-.87.66-1.37.29-.5 1.22 0 .97.57z"/>
<path fill="#fd9c50" fill-rule="evenodd" d="M98.33 141.78c.3.9 2.17 1.25 2.77 1.32.6.08 1.97-2.2 2.1-2.59.13-.38-.83-3.69-1.15-3.98-.33-.28-4.16-2.48-6.9-1.39-2.73 1.1-4.55 3.4-4.96 5.72-.19 1.1-.27 3.06 1.5 2.87.66-.08.54-1.87 2.17-2.56 1.82-.77 2.8-.62 4.47.61z"/>
<path fill="#fd9c50" fill-rule="evenodd" d="M82.69 142.57c.68-.46 2 1.01 3.13 1.02 1.13 0 3.45-.51 4.3-2.4.83-1.9 2.34.22 2.6.75.26.52-1.02 1.98-2.57 2.85a5.45 5.45 0 01-4.63.3c-1.2-.5-2.83-2.52-2.83-2.52z"/>
<path fill="#ffddc2" fill-opacity=".6" fill-rule="evenodd" d="M94.58 136.97c-.16.21-.39.4-.65.54-.14.07-.32.1-.46.06-.07-.03-.13-.06-.15-.12-.08-.15-.03-.34.08-.5.13-.2.33-.38.56-.52a.6.6 0 01.53-.03c.16.07.27.22.2.38a.61.61 0 01-.11.2z"/>
<path fill="#fd9c50" fill-rule="evenodd" d="M120.27 140.45c-.8-.17-1.48 1.7-2.52 2.13-1.04.44-2.9.86-4.4-.56-1.48-1.43-3.36 1.48-3.4 2.06-.05.58 2.5 1.05 4.26 1.26 1.77.2 3.42-.5 4.4-1.48.92-.92 1.66-3.41 1.66-3.41z"/>
<path fill="#fd9c50" fill-rule="evenodd" d="M104.47 141.84c-.38.87-2.28 1.02-2.88 1.04-.6.01-1.74-2.4-1.83-2.79-.1-.4 1.2-3.59 1.55-3.84.35-.25 4.38-2.05 7-.69 2.6 1.36 4.18 3.84 4.35 6.2.08 1.11-.04 3.07-1.77 2.7-.66-.15-.36-1.92-1.9-2.77-1.74-.96-2.72-.9-4.52.15z"/>
<path fill="#cb6e3b" d="M101.84 142.06c.32-.28-2.26-.52-1.37-.56 2.15-.1 5.5-1.51 6.22-1.49.66.11 2.37.54 3.05 1.14.83.85.83 2.02.9 2.65.09.4.43.84.57.99-.14-.02-.92-.05-1-.55h-.1l-.02.01a.4.4 0 01-.07.01H110c-.28-.01-.57-.34-.68-.77a1.2 1.2 0 01.01-.66c.06-.18.18-.3.32-.33h.09v-.01a1.98 1.98 0 00-.5-.61.38.38 0 01-.05.1l-.27.3v.02a.41.41 0 01-.07.06v.01h-.01c-.24.2-.73.14-1.14-.13-.42-.27-.65-.68-.54-.96a.35.35 0 01.11-.16l.04-.06a2.75 2.75 0 00-.7-.01l.05.17.01.03.02.09v.01c.04.33-.33.74-.87.97-.6.25-1.21.19-1.35-.15a.37.37 0 01-.03-.1l-.02-.06c-.47.84-2 .85-2.6.88-.27 0-.42.2-.84-.08-.17-.12.52-.45.86-.75z" color="#000" overflow="visible" paint-order="markers stroke fill" style="isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1;marker:none"/>
<path fill="#ffddc2" fill-opacity=".6" fill-rule="evenodd" d="M105.81 137.74c.27.02.56-.02.84-.12.15-.05.3-.16.35-.3.03-.06.05-.13.02-.18-.06-.17-.23-.26-.43-.3-.23-.03-.5 0-.75.07a.6.6 0 00-.39.38c-.05.16-.01.34.15.4.07.03.15.05.21.05z"/>
<ellipse cx="92.04" cy="138.17" fill="url(#d)" color="#000" opacity=".58" overflow="visible" paint-order="markers stroke fill" rx="11.45" ry="5.99" style="isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1;marker:none" transform="matrix(.99646 -.08404 .10332 .99465 0 0)"/>
<path fill="#cb6e3b" d="M102.81 141.6c-.25-.4-1.69.02-2.4-.56-1.7-1.4-3.4-1.68-3.96-1.6-.57.07-1.91-.18-3.29 1.12-.91.76-1.03 1.93-1.16 2.54-.13.39-.51.8-.67.93.15 0 .92.05 1.05-.45l.1.02.01.01.08.01h.01c.29.02.6-.27.76-.69.08-.23.1-.47.06-.66-.04-.19-.15-.32-.29-.36a.37.37 0 00-.08-.02c.14-.22.32-.41.56-.56 0 .04.02.07.04.1l.23.33v.03l.06.07h.01c.22.23.71.22 1.16-.01.44-.23.7-.61.63-.9a.35.35 0 00-.1-.18l-.03-.05c.24-.02.47 0 .7.05l-.07.17-.01.02a.37.37 0 00-.04.1c-.07.33.26.78.77 1.06.58.31 1.19.3 1.36-.01a.37.37 0 00.04-.1l.03-.06c.38.88 2.47.98 3.05 1.06.27.04-.17.36.23-.2 0 0 .2-.88.45-.96z" color="#000" overflow="visible" paint-order="markers stroke fill" style="isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1;marker:none"/>
<ellipse cx="118.47" cy="127.89" fill="#cb6e3b" color="#000" overflow="visible" paint-order="markers stroke fill" rx="1.31" ry=".8" style="isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1;marker:none" transform="rotate(7.68)"/>
<ellipse cx="58.96" cy="165.81" fill="#cb6e3b" color="#000" overflow="visible" paint-order="markers stroke fill" rx="1.31" ry=".8" style="isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1;marker:none" transform="rotate(-16.26)"/>
<path fill="#4e3b3a" fill-rule="evenodd" stroke="#2f2828" stroke-width=".37" d="M102.44 127.1c.02-.84.79-.83.86-.13.07.7.13 1.22.12 1.6-.02.62-.83.75-.9-.13-.06-.47-.06-.88-.08-1.35zM109.85 126.58c.1-.8.88-.71.88-.03 0 .7.02 1.41-.1 1.77-.12.43-.8.41-.8-.45 0-.46 0-.83.02-1.29z"/>
<path fill="#91332b" fill-rule="evenodd" stroke="#5d0000" stroke-linecap="round" stroke-linejoin="bevel" stroke-width=".36" d="M106.75 136.1c-.9 0-1.32-1.55-1.1-2.89.18-2.43 3-3.3 2.4.85-.63 2.36-1.3 2.04-1.3 2.04z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB

View File

@ -1,308 +1,40 @@
<?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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="54.579288mm"
height="59.431644mm"
viewBox="0 0 54.579288 59.431644"
version="1.1"
id="svg309"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="pointing.svg">
<defs
id="defs303">
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient1738"
id="radialGradient1740"
cx="56.455734"
cy="167.68628"
fx="56.455734"
fy="167.68628"
r="20.579618"
gradientTransform="matrix(1.2029851,0,0,0.16716418,-95.62083,147.07785)"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient1738">
<stop
style="stop-color:#838383;stop-opacity:1"
offset="0"
id="stop1734" />
<stop
style="stop-color:#bfbfbf;stop-opacity:0"
offset="1"
id="stop1736" />
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="206.3" height="224.6" viewBox="0 0 54.6 59.4">
<defs>
<radialGradient id="b" cx="56.5" cy="167.7" r="20.6" fx="56.5" fy="167.7" gradientTransform="matrix(1.20299 0 0 .16716 -95.6 147)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
<linearGradient id="a">
<stop offset="0" stop-color="#838383"/>
<stop offset="1" stop-color="#bfbfbf" stop-opacity="0"/>
</linearGradient>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.35"
inkscape:cx="103.14196"
inkscape:cy="112.31176"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1916"
inkscape:window-height="1041"
inkscape:window-x="0"
inkscape:window-y="18"
inkscape:window-maximized="0" />
<metadata
id="metadata306">
<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>
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(57.52774,-119.11751)">
<ellipse
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.78899997;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:url(#radialGradient1740);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:markers stroke fill;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="path1732"
cx="-27.705425"
cy="175.10898"
rx="24.756975"
ry="3.4401751" />
<path
style="opacity:1;vector-effect:none;fill:#ffb370;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m -46.586337,171.95227 c 0.722313,-0.32474 1.7996,1.18872 2.892565,1.34949 1.09296,0.16077 2.966473,0.12782 4.050984,-1.47554 1.084512,-1.60339 3.925843,0.31246 4.103402,0.82213 0.17756,0.50963 -2.501094,1.74979 -4.134312,2.32778 -1.633215,0.57799 -3.373269,0.31274 -4.534879,-0.34327 -1.090874,-0.61606 -2.37776,-2.68059 -2.37776,-2.68059 z"
id="path1043"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccsccsc" />
<path
style="opacity:1;vector-effect:none;fill:#cb6e3b;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m -39.895405,161.92615 c -0.361193,1.18491 5.07551,5.48056 9.160615,4.90157 4.085109,-0.57898 6.130801,-2.41928 6.75631,-3.19699 0.62551,-0.7777 1.298919,-3.72515 1.373259,-4.60902 0.07434,-0.88386 -6.38461,-0.55767 -8.757366,-0.0571 -2.372755,0.50054 -6.587909,1.38392 -8.532818,2.96157 z"
id="path1090"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccsc" />
<path
style="opacity:1;vector-effect:none;fill:#ffb370;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m -36.718678,166.54527 c 0.83556,-0.0712 1.508563,-1.48186 1.694891,-1.93874 0.186334,-0.45688 -1.490236,-1.94432 -1.793408,-2.11597 -0.303169,-0.17166 -2.768929,0.16775 -3.080965,0.37205 -0.312038,0.20428 -3.133189,2.58594 -2.749631,4.93168 0.383556,2.34572 1.706491,4.43633 3.620891,5.16936 0.90823,0.34773 2.938741,0.52951 3.124785,-0.89046 0.07093,-0.54133 -1.982678,-0.71613 -2.24527,-2.1166 -0.294971,-1.57314 0.0295,-2.31027 1.428707,-3.41132 z"
id="path996-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccssssc" />
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#fd9c50;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:markers stroke fill;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m -19.807763,144.43044 c 2.31997,11.2678 -3.095024,18.71357 -11.260235,20.32123 -7.242505,1.42598 -16.611614,-5.82247 -17.391488,-14.56543 -0.614053,-6.88401 3.899284,-12.1052 12.113791,-13.39001 8.001953,-1.25157 15.511719,2.65 16.537932,7.63421 z"
id="path865"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssss" />
<path
style="fill:#fd9c50;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m -43.125166,120.89556 c 0.456925,-1.26081 2.105242,-2.40957 3.12758,-1.37954 0.605289,0.60987 28.449467,22.27232 29.260767,22.82288 1.1131595,0.75537 1.5306085,2.20138 0.442812,3.02322 -1.152597,0.55811 -43.04794,10.87443 -44.107821,11.23913 -1.05988,0.36471 -3.999136,-0.78618 -2.873193,-2.51945 1.125942,-1.73326 13.7107,-31.142 14.149855,-33.18624 z"
id="path863"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csscscc" />
<path
style="fill:#4e3b3a;fill-opacity:1;fill-rule:evenodd;stroke:#2f2828;stroke-width:0.36500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m -34.062919,153.41544 c 0.0248,-0.83572 0.785348,-0.95789 0.855653,-0.2729 0.07031,0.68499 0.13616,1.19684 0.12315,1.59221 -0.0201,0.61048 -0.825189,0.87943 -0.904912,0.0152 -0.0582,-0.45454 -0.04969,-0.87357 -0.07389,-1.33447 z"
id="path867"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccsccc" />
<path
style="opacity:1;vector-effect:none;fill:#4e3b3a;fill-opacity:1;fill-rule:evenodd;stroke:#2f2828;stroke-width:0.36500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m -26.656034,151.62699 c 0.112718,-0.82846 0.881949,-0.86978 0.879655,-0.18119 -0.0024,0.68859 0.01894,1.40498 -0.09024,1.78521 -0.128061,0.44614 -0.813689,0.54941 -0.801862,-0.31843 -0.01,-0.45813 -0.01209,-0.82468 0.01241,-1.28557 z"
id="path867-6"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccsccc" />
<path
style="opacity:1;vector-effect:none;fill:#91332b;fill-opacity:1;fill-rule:evenodd;stroke:#5d0000;stroke-width:0.36499998;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m -29.236677,161.07407 c -0.504452,-0.18274 -0.324543,-0.92349 -0.153267,-1.55092 0.418057,-1.27434 1.506508,-1.84238 1.013751,0.10874 -0.49888,1.51623 -0.860484,1.44218 -0.860484,1.44218 z"
id="path991"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc"
inkscape:transform-center-x="1.4546864"
inkscape:transform-center-y="0.24192002" />
<path
style="opacity:1;vector-effect:none;fill:#fd9c50;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m -32.108589,167.41008 c 0.930077,-0.0657 1.692773,-1.66096 1.904601,-2.1782 0.211823,-0.51723 -1.638062,-2.2433 -1.97355,-2.44452 -0.335488,-0.20121 -3.710131,-0.0694 -4.059246,0.15762 -0.349115,0.22706 -3.336224,3.16864 -2.933107,5.84899 0.403115,2.68036 2.167953,4.80789 4.289936,5.67859 1.006707,0.41307 2.852889,0.91311 3.074054,-0.70174 0.08431,-0.61561 -1.647927,-0.89856 -1.925969,-2.49942 -0.312326,-1.79826 0.05596,-2.63233 1.623281,-3.86132 z"
id="path996"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccssssc" />
<path
style="opacity:1;vector-effect:none;fill:#fd9c50;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m -22.627978,164.87655 c -0.01947,0.78472 -1.590833,1.60441 -2.102045,1.84054 -0.511202,0.23613 -2.345378,-1.11244 -2.565199,-1.36979 -0.219819,-0.25734 -0.01318,-2.59102 0.1984,-2.90871 0.211585,-0.31769 2.738866,-3.26405 5.463257,-3.23356 2.724367,0.0306 5.225428,0.96751 6.21026,2.64121 0.467202,0.79403 0.827106,2.65185 -0.790921,3.02121 -0.61686,0.14083 -0.970516,-1.73935 -2.599534,-1.78872 -1.829893,-0.0552 -2.652903,0.34763 -3.814218,1.79782 z"
id="path996-7-0-9"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccssssc" />
<path
style="opacity:1;vector-effect:none;fill:#fd9c50;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m -8.1793915,164.36967 c -0.764898,0.14778 -1.288188,-1.49795 -2.2439895,-1.88353 -0.955815,-0.38558 -3.545623,0.005 -5.038942,1.2692 -1.493332,1.26414 -1.492879,-1.86347 -1.498711,-2.37778 -0.0058,-0.51427 1.67558,-1.13309 3.356758,-1.32124 1.681184,-0.18814 3.200017,0.4344 4.0659025,1.29736 0.813167,0.8104 1.358958,3.01601 1.358958,3.01601 z"
id="path1043-3"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccsccsc" />
<path
style="opacity:1;vector-effect:none;fill:#fd9c50;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m -42.345202,173.28088 c 0.722314,-0.32474 1.7996,1.18873 2.892565,1.34949 1.092961,0.16079 2.966473,0.12782 4.050984,-1.47553 1.084512,-1.6034 3.559774,0.57893 3.737333,1.08859 0.177561,0.50963 -2.135025,1.48332 -3.768243,2.06132 -1.633214,0.57798 -3.373269,0.31274 -4.534879,-0.34328 -1.090874,-0.61606 -2.37776,-2.68059 -2.37776,-2.68059 z"
id="path1043-6"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccsccsc" />
<path
style="opacity:1;vector-effect:none;fill:#fd9c50;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m -20.738874,172.28133 c -0.550431,-0.30014 -1.345893,1.09117 -2.170459,1.2373 -0.824563,0.14614 -2.241931,0.11259 -3.082594,-1.36518 -0.840666,-1.4778 -2.965156,0.28093 -3.092948,0.74978 -0.127793,0.46881 1.913901,1.615 3.156482,2.14983 1.242576,0.53483 2.555211,0.29364 3.425381,-0.30826 0.817176,-0.56523 1.764138,-2.46347 1.764138,-2.46347 z"
id="path1043-6-0"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccsccsc" />
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#cb6e3b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:markers stroke fill;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m -27.639464,166.18932 c -0.0943,-0.004 -0.179197,0.0186 -0.248856,0.0702 l -0.315513,0.23141 a 1.1317132,0.6255077 47.670465 0 0 -0.0873,0.0463 1.1317132,0.6255077 47.670465 0 0 0.230159,1.23215 1.1317132,0.6255077 47.670465 0 0 1.147887,0.5334 c 7.93e-4,5.3e-4 0.0013,10e-4 0.0021,0.002 l 0.01106,-0.006 a 1.1317132,0.6255077 47.670465 0 0 0.07841,-0.043 1.1317132,0.6255077 47.670465 0 0 0.01913,-0.0159 l 0.348961,-0.21018 c 0.06972,-0.0516 0.115504,-0.12509 0.138626,-0.21326 0.06945,-0.26449 -0.06436,-0.6636 -0.368768,-1.01942 -0.304411,-0.3558 -0.672907,-0.59605 -0.955797,-0.6069 z m 0.920779,2.50328 a 0.60069764,0.94038835 17.456034 0 0 -0.759587,0.71724 0.60069764,0.94038835 17.456034 0 0 0.187476,1.04622 c 4.2e-5,7.9e-4 -1.11e-4,0.001 -6.6e-5,0.002 l 0.01122,0.005 a 0.60069764,0.94038835 17.456034 0 0 0.07586,0.037 0.60069764,0.94038835 17.456034 0 0 0.02154,0.006 l 0.355849,0.15816 c 0.07838,0.0273 0.161126,0.028 0.243821,0.007 0.248166,-0.0649 0.495105,-0.33256 0.616429,-0.70267 0.161761,-0.49347 0.0989,-0.97956 -0.214569,-1.08844 l -0.353322,-0.12396 a 0.60069764,0.94038835 17.456034 0 0 -0.08396,-0.0425 0.60069764,0.94038835 17.456034 0 0 -0.100674,-0.0208 z m -0.866111,2.30991 a 0.52534341,0.87258977 62.224262 0 0 -0.628589,0.15888 0.52534341,0.87258977 62.224262 0 0 -0.53916,0.79303 c -5.29e-4,5.3e-4 -0.0011,0.001 -0.0016,0.002 l 0.0044,0.009 a 0.52534341,0.87258977 62.224262 0 0 0.0278,0.0686 0.52534341,0.87258977 62.224262 0 0 0.01132,0.0179 l 0.139637,0.30742 c 0.03573,0.0632 0.09152,0.11157 0.161343,0.14525 0.209455,0.10101 0.546751,0.0692 0.864634,-0.10278 0.423844,-0.22924 0.69078,-0.58414 0.547791,-0.83669 l -0.160486,-0.28586 a 0.52534341,0.87258977 62.224262 0 0 -0.02967,-0.0749 0.52534341,0.87258977 62.224262 0 0 -0.397372,-0.20187 z"
id="path1092-6-8"
inkscape:connector-curvature="0" />
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#cb6e3b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:markers stroke fill;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m -31.06268,164.70406 -1.283517,0.59717 c -1.84659,1.34386 -2.649943,2.72191 -2.70841,3.24103 -0.05846,0.51911 -0.339687,1.70371 0.577036,3.21566 0.514103,0.9797 1.59456,1.34434 2.153346,1.59296 0.338568,0.19827 0.638388,0.6327 0.724283,0.80109 0.02972,-0.13198 0.261583,-0.81468 -0.180421,-1.0366 l 0.04177,-0.0778 c 0.0045,-0.006 0.0089,-0.0116 0.01298,-0.0177 0.0129,-0.0203 0.02344,-0.0421 0.03155,-0.0651 l 0.0055,-0.0107 c -5.03e-4,-5.3e-4 -0.0011,-0.001 -0.0015,-0.002 0.08042,-0.24906 -0.12594,-0.59825 -0.487665,-0.82518 -0.19993,-0.12512 -0.422766,-0.19674 -0.617731,-0.19855 l -1.7e-5,5.3e-4 c -0.187746,-0.002 -0.334612,0.0612 -0.409388,0.17568 -0.01412,0.0223 -0.02546,0.0463 -0.03382,0.0719 l -0.0022,0.004 c -0.171692,-0.17981 -0.315327,-0.38352 -0.403587,-0.62398 0.03816,0.001 0.07622,-0.003 0.113637,-0.0129 l 0.362574,-0.13426 c 0.0083,-0.002 0.01639,-0.003 0.02447,-0.005 0.02692,-0.008 0.05301,-0.0188 0.07808,-0.0326 l 0.01153,-0.005 c 9.1e-5,-7.9e-4 -5e-5,-5.3e-4 6.3e-5,-0.002 0.261262,-0.14942 0.368607,-0.58631 0.253617,-1.03218 -0.114626,-0.44292 -0.415364,-0.76523 -0.712461,-0.76358 -0.03475,-1e-4 -0.06881,0.005 -0.101777,0.0139 -0.02957,0.009 -0.05812,0.0209 -0.08544,0.0366 l -0.06365,0.0182 c 0.04548,-0.21646 0.119142,-0.41938 0.220192,-0.61549 l 0.14316,0.0992 c 0.0058,0.006 0.01182,0.012 0.01805,0.0176 0.02299,0.0187 0.04857,0.0348 0.07654,0.0479 l 0.0096,0.006 c 7.94e-4,-2.4e-4 0.0013,-7.9e-4 0.0021,-0.001 0.293987,0.13187 0.793248,-0.0626 1.179477,-0.45933 0.435309,-0.44762 0.573464,-0.99184 0.308569,-1.21553 -0.02492,-0.0204 -0.0529,-0.0375 -0.08367,-0.0513 l -0.04633,-0.0387 c 0.928162,-0.15438 1.679369,-1.65575 1.892634,-2.1547 0.100933,-0.23616 0.207412,-0.19176 -0.236379,-0.67258 z"
id="path1092-6-8-2"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccc" />
<path
inkscape:connector-curvature="0"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#cb6e3b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:markers stroke fill;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m -22.991505,164.42007 c 0.01495,0.0931 0.05324,0.17212 0.117367,0.23037 l 0.288568,0.26425 c 0.01786,0.0289 0.03877,0.0545 0.06251,0.0765 0.256694,0.23285 0.777507,0.0241 1.16349,-0.46633 0.342077,-0.4354 0.468627,-0.95603 0.298966,-1.22995 2.64e-4,-7.9e-4 7.93e-4,-10e-4 0.0016,-0.002 l -0.0087,-0.009 c -0.01675,-0.0255 -0.03597,-0.0485 -0.05751,-0.0685 -0.0062,-0.005 -0.0127,-0.0106 -0.01931,-0.0156 l -0.274305,-0.3012 c -0.06423,-0.0583 -0.145238,-0.0889 -0.236225,-0.0943 -0.272958,-0.0167 -0.63826,0.19269 -0.92778,0.56072 -0.289507,0.36804 -0.453176,0.77636 -0.40857,1.05591 z m 2.275277,-1.39188 c 0.03785,0.29477 0.397431,0.55013 0.851765,0.6049 0.457187,0.0549 0.875993,-0.10941 0.98947,-0.38817 7.94e-4,-2e-4 0.0011,-1e-4 0.0021,-2.6e-4 l 0.0031,-0.012 c 0.01016,-0.0267 0.01736,-0.054 0.02151,-0.0816 5.29e-4,-0.007 0.0011,-0.0148 0.0013,-0.0223 l 0.08563,-0.37989 c 0.01151,-0.0822 -0.004,-0.1635 -0.04098,-0.24044 -0.112149,-0.2307 -0.422841,-0.42064 -0.809514,-0.46735 -0.515561,-0.0623 -0.980014,0.0943 -1.025591,0.42299 l -0.05257,0.37072 c -0.01214,0.0295 -0.02058,0.0598 -0.02529,0.0906 -0.0048,0.0339 -0.0051,0.0683 -7.94e-4,0.1028 z m 2.427195,0.63016 c 0.02246,0.14446 0.103034,0.30273 0.223409,0.43882 0.21859,0.24659 0.517363,0.3657 0.705813,0.28138 5.29e-4,2.6e-4 0.0011,7.9e-4 0.0019,7.9e-4 l 0.0064,-0.004 c 0.01783,-0.008 0.0343,-0.0185 0.04935,-0.0303 0.0042,-0.004 0.0083,-0.007 0.01228,-0.0109 l 0.218696,-0.14706 c 0.04383,-0.0354 0.07293,-0.0834 0.0883,-0.13955 0.0461,-0.16849 -0.032,-0.41168 -0.216654,-0.62034 -0.246246,-0.27823 -0.566148,-0.423 -0.741363,-0.28142 l -0.198533,0.15926 c -0.01958,0.008 -0.03763,0.0197 -0.05396,0.0327 -0.08279,0.0666 -0.117046,0.18182 -0.09546,0.32114 z"
id="path1092-6-8-5"
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccc" />
<path
style="opacity:1;vector-effect:none;fill:#cb6e3b;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m -25.250483,163.98837 c -0.239593,0.24976 -1.202041,1.43758 -0.371221,2.53692 0.359,0.17692 0.683631,0.28389 0.855374,0.20456 0.511213,-0.23613 2.082382,-1.05571 2.101856,-1.84043 1.161314,-1.45018 1.984544,-1.85304 3.814439,-1.7978 1.607519,0.0492 1.97362,1.87622 2.575756,1.78919 -0.171458,-0.51237 -0.206917,-0.40948 -0.536225,-1.15943 -1.858434,-1.87473 -2.113788,-1.63744 -4.329314,-1.76077 -1.630537,0.17504 -2.933478,0.81646 -4.110665,2.02776 z"
id="path996-7-0-9-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccc" />
<path
style="opacity:1;vector-effect:none;fill:#fd9c50;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m -29.107989,166.86533 c -0.783844,-0.0962 -1.361109,-1.77135 -1.551879,-2.2586 -0.19077,-0.48725 1.779371,-1.74971 2.056628,-1.92338 0.277254,-0.17366 2.595089,0.24693 2.89425,0.47057 0.299159,0.22365 3.023251,2.81023 2.749558,5.27815 -0.273695,2.46792 -1.434965,4.64272 -3.198434,5.36873 -0.836623,0.34441 -2.728629,0.48522 -2.953999,-1.01921 -0.08593,-0.57355 1.827922,-0.70646 2.02274,-2.17902 0.218842,-1.65414 -0.670698,-2.53905 -2.018864,-3.73724 z"
id="path996-7-0"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccssssc" />
<path
style="fill:#ffddc2;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.36500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m -44.456093,129.85085 c -0.258467,0.61988 -0.442892,1.09003 -0.627128,1.41992 -0.284471,0.50937 -1.3139,0.4107 -0.981938,-0.3667 0.16396,-0.41735 0.383603,-0.9434 0.671956,-1.49533 0.288352,-0.55192 1.19558,-0.17778 0.93711,0.44211 z"
id="path867-4"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csccc" />
<path
style="fill:#ffddc2;fill-opacity:0.60273976;fill-rule:evenodd;stroke:none;stroke-width:0.36500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m -25.337761,165.48687 c -0.296034,-0.14094 -0.584695,-0.37311 -0.84016,-0.66318 -0.133099,-0.15254 -0.238308,-0.36612 -0.225798,-0.54977 7.93e-4,-0.0928 0.02622,-0.17528 0.08367,-0.21845 0.148532,-0.14163 0.382249,-0.13829 0.607822,-0.0479 0.272645,0.10382 0.544279,0.30399 0.784392,0.55039 0.168671,0.17898 0.245615,0.4512 0.216363,0.65349 -0.02601,0.2214 -0.164648,0.39595 -0.372587,0.35515 -0.08467,-0.01 -0.185412,-0.0417 -0.253698,-0.0797 z"
id="path867-4-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccc" />
<path
style="fill:#ffddc2;fill-opacity:0.60273976;fill-rule:evenodd;stroke:none;stroke-width:0.36500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m -21.167335,160.43325 c -0.231103,0.0769 -0.503221,0.0957 -0.785815,0.0624 -0.147931,-0.0182 -0.310774,-0.0876 -0.394623,-0.20303 -0.04536,-0.0554 -0.07223,-0.11789 -0.0622,-0.17452 0.01114,-0.16416 0.140283,-0.28869 0.307989,-0.35729 0.200019,-0.0862 0.44705,-0.11474 0.699709,-0.0989 0.180382,0.0147 0.356767,0.13398 0.440674,0.26948 0.09512,0.14505 0.105651,0.32334 -0.02795,0.41175 -0.05098,0.0401 -0.121761,0.0758 -0.177773,0.0902 z"
id="path867-4-7-4"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccc" />
<path
style="fill:#ffddc2;fill-opacity:0.60273976;fill-rule:evenodd;stroke:none;stroke-width:0.36500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m -36.184833,165.39294 c -0.06491,0.23474 -0.200865,0.47122 -0.385958,0.68734 -0.09754,0.11269 -0.245913,0.20924 -0.388454,0.21458 -0.07125,0.007 -0.138146,-0.005 -0.179577,-0.0455 -0.130131,-0.10069 -0.16158,-0.27734 -0.125113,-0.45482 0.03987,-0.21412 0.153787,-0.43517 0.307685,-0.63617 0.112743,-0.14158 0.310033,-0.22162 0.469301,-0.21581 0.173458,0.002 0.327371,0.0925 0.326352,0.25262 0.0048,0.0647 -0.0049,0.14333 -0.02415,0.19787 z"
id="path867-4-7-4-4"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccc" />
<path
style="fill:#fffdfb;fill-opacity:0.46118721;fill-rule:evenodd;stroke:none;stroke-width:0.36500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m -40.444189,165.43688 c -0.121619,0.21101 -0.312455,0.40591 -0.545767,0.5688 -0.122653,0.0846 -0.290472,0.14101 -0.429809,0.11048 -0.07067,-0.0112 -0.132394,-0.0398 -0.162457,-0.089 -0.100773,-0.13007 -0.08699,-0.30896 -0.0072,-0.47166 0.09221,-0.19731 0.257851,-0.3828 0.457173,-0.53886 0.144606,-0.10884 0.35565,-0.13694 0.50839,-0.0914 0.167554,0.0448 0.293792,0.17148 0.252702,0.32628 -0.01154,0.0639 -0.04066,0.13752 -0.07292,0.18552 z"
id="path867-4-7-4-4-3"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccc" />
<g
id="g1928"
transform="translate(-86.211133,7.4386987)">
<path
sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0"
id="path1667"
d="m 50.943081,151.14101 c -0.400341,-0.25283 0.512053,-1.42428 0.811945,-1.68151 0.299889,-0.25723 -0.191703,1.92451 -0.811945,1.68151 z"
style="fill:#d35034;fill-opacity:0.44292238;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
inkscape:transform-center-y="-0.29778724"
inkscape:transform-center-x="0.83927927"
sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0"
id="path1667-0"
d="m 51.83521,151.4665 c -0.414013,-0.35768 0.551389,-2.0495 0.867104,-2.42223 0.315715,-0.37274 -0.22382,2.76306 -0.867104,2.42223 z"
style="fill:#d35034;fill-opacity:0.44292238;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
inkscape:transform-center-y="0.70487957"
inkscape:transform-center-x="0.84080235"
sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0"
id="path1667-7"
d="m 52.816217,151.19387 c -0.414012,-0.35768 0.551389,-2.0495 0.867105,-2.42224 0.315714,-0.37273 -0.223821,2.76306 -0.867105,2.42224 z"
style="fill:#d35034;fill-opacity:0.44292238;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<g transform="translate(57.5 -119.1)">
<ellipse cx="-27.7" cy="175.1" fill="url(#b)" color="#000" opacity=".8" overflow="visible" paint-order="markers stroke fill" rx="24.8" ry="3.4" style="isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1;marker:none"/>
<path fill="#ffb370" fill-rule="evenodd" d="M-46.6 172c.7-.4 1.8 1.1 3 1.3 1 .2 2.9.1 4-1.5 1-1.6 3.9.3 4 .8.2.6-2.4 1.8-4 2.4-1.7.6-3.4.3-4.6-.4-1.1-.6-2.4-2.6-2.4-2.6z"/>
<path fill="#cb6e3b" fill-rule="evenodd" d="M-39.9 162c-.4 1.1 5 5.4 9.2 4.8 4-.6 6.1-2.4 6.7-3.2a14 14 0 001.4-4.6c0-.9-6.4-.5-8.8 0-2.3.5-6.6 1.3-8.5 3z"/>
<path fill="#ffb370" fill-rule="evenodd" d="M-36.7 166.5c.8 0 1.5-1.4 1.7-1.9.2-.5-1.5-2-1.8-2.1-.3-.2-2.8.2-3.1.4-.3.2-3.1 2.5-2.7 4.9.3 2.3 1.7 4.4 3.6 5.2.9.3 3 .5 3.1-1 0-.5-2-.6-2.2-2-.3-1.6 0-2.4 1.4-3.5z"/>
<path fill="#fd9c50" d="M-19.8 144.4c2.3 11.3-3.1 18.7-11.3 20.4-7.2 1.4-16.6-5.9-17.4-14.6-.6-6.9 4-12.1 12.2-13.4 8-1.3 15.5 2.6 16.5 7.6z" color="#000" overflow="visible" paint-order="markers stroke fill" style="isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1;marker:none"/>
<path fill="#fd9c50" fill-rule="evenodd" d="M-43.1 120.9c.4-1.3 2-2.4 3.1-1.4.6.6 28.5 22.3 29.3 22.8 1 .8 1.5 2.2.4 3-1.1.6-43 11-44.1 11.3-1 .4-4-.8-2.9-2.5 1.2-1.8 13.7-31.2 14.2-33.2z"/>
<path fill="#4e3b3a" fill-rule="evenodd" stroke="#2f2828" stroke-width=".4" d="M-34 153.4c0-.8.7-1 .8-.3l.1 1.6c0 .6-.8 1-.9 0v-1.3zM-26.7 151.6c.2-.8 1-.8 1-.2 0 .7 0 1.5-.2 1.8 0 .5-.8.6-.8-.3v-1.3z"/>
<path fill="#91332b" fill-rule="evenodd" stroke="#5d0000" stroke-linecap="round" stroke-linejoin="bevel" stroke-width=".4" d="M-29.2 161c-.5-.1-.4-.8-.2-1.5.4-1.3 1.5-1.8 1 .1-.5 1.5-.8 1.5-.8 1.5z"/>
<path fill="#fd9c50" fill-rule="evenodd" d="M-32.1 167.4c1 0 1.7-1.7 1.9-2.2.2-.5-1.6-2.2-2-2.4a13 13 0 00-4 .1c-.4.3-3.4 3.2-3 5.9a7.3 7.3 0 004.3 5.7c1 .4 2.9.9 3-.7.2-.6-1.6-1-1.8-2.5-.3-1.8 0-2.7 1.6-3.9zM-22.6 164.9c0 .8-1.6 1.6-2.1 1.8-.5.3-2.4-1.1-2.6-1.4-.2-.2 0-2.5.2-2.9.2-.3 2.7-3.2 5.5-3.2 2.7 0 5.2 1 6.2 2.6.4.8.8 2.7-.8 3-.6.2-1-1.7-2.6-1.7-1.8 0-2.7.3-3.8 1.8z"/>
<path fill="#fd9c50" fill-rule="evenodd" d="M-8.2 164.4c-.7.1-1.3-1.5-2.2-2-1-.3-3.6 0-5 1.4-1.6 1.2-1.6-2-1.6-2.4 0-.5 1.7-1.2 3.4-1.3a5 5 0 014 1.3c.9.8 1.4 3 1.4 3zM-42.3 173.3c.7-.3 1.8 1.2 2.8 1.3 1.1.2 3 .2 4.1-1.4 1-1.6 3.6.5 3.7 1 .2.6-2.1 1.5-3.7 2.1-1.7.6-3.4.3-4.6-.3-1-.7-2.3-2.7-2.3-2.7zM-20.7 172.3c-.6-.3-1.4 1-2.2 1.2-.8.2-2.3.1-3-1.3-1-1.5-3 .2-3.2.7-.1.5 2 1.6 3.2 2.2 1.2.5 2.5.2 3.4-.4.8-.5 1.8-2.4 1.8-2.4z"/>
<path fill="#cb6e3b" d="M-27.6 166.2h-.3l-.3.3a1.1.6 47.7 00.1 1.3 1.1.6 47.7 001.2.5 1.1.6 47.7 00.1 0l.3-.3.2-.2c0-.2 0-.6-.4-1-.3-.4-.7-.6-1-.6zm.9 2.5a.6 1 17.5 00-.8.7.6 1 17.5 00.2 1 .6 1 17.5 00.1.1l.4.2h.2c.3 0 .5-.4.6-.7.2-.5.1-1-.2-1.1l-.3-.1a.6 1 17.5 00-.1 0 .6 1 17.5 00-.1-.1zm-.9 2.3a.5.9 62.2 00-.6.2.5.9 62.2 00-.6.8l.2.4.2.1c.2.1.5 0 .9-.1.4-.2.6-.6.5-.8l-.2-.3a.5.9 62.2 000-.1.5.9 62.2 00-.4-.2zM-31 164.7l-1.3.6c-1.9 1.3-2.7 2.7-2.8 3.2 0 .6-.3 1.7.6 3.3.5 1 1.6 1.3 2.2 1.6.3.1.6.6.7.8 0-.2.3-.9-.2-1v-.2h.1c0-.3-.1-.7-.5-.9l-.6-.2c-.2 0-.3 0-.4.2-.2-.1-.4-.3-.4-.6l.4-.1h.1c.3-.2.4-.6.3-1-.1-.5-.4-.8-.7-.8a.4.4 0 00-.2 0c0-.2 0-.4.2-.6l.1.1h.1c.3.2.8 0 1.2-.4.4-.4.6-1 .3-1.2h-.1c.9-.2 1.6-1.7 1.9-2.2 0-.3.2-.2-.3-.7zM-23 164.4l.1.3.3.2c.3.3.9.1 1.2-.4.4-.4.5-1 .3-1.2v-.1l-.3-.3-.3-.1c-.2 0-.6.2-.9.6-.3.3-.4.7-.4 1zm2.3-1.4c0 .3.4.6.8.6.5 0 1 0 1-.4l.1-.5v-.2c-.1-.2-.4-.4-.8-.5-.5 0-1 .1-1 .5v.3a.4.4 0 00-.1.2zm2.4.7l.2.4c.3.2.6.4.7.3h.1l.2-.2.1-.2c0-.1 0-.4-.2-.6-.2-.3-.6-.4-.7-.3l-.2.2c-.2.1-.2.2-.2.4z" color="#000" overflow="visible" paint-order="markers stroke fill" style="isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1;marker:none"/>
<path fill="#cb6e3b" fill-rule="evenodd" d="M-25.3 164c-.2.2-1.2 1.4-.3 2.5.3.2.7.3.8.2.5-.2 2.1-1 2.1-1.8 1.2-1.5 2-1.9 3.8-1.8 1.7 0 2 1.9 2.6 1.8l-.5-1.2c-1.9-1.9-2.1-1.6-4.3-1.7-1.7.1-3 .8-4.2 2z"/>
<path fill="#fd9c50" fill-rule="evenodd" d="M-29.1 166.9c-.8-.1-1.4-1.8-1.6-2.3-.2-.5 1.8-1.7 2.1-2 .3 0 2.6.3 2.9.6.3.2 3 2.8 2.7 5.2-.2 2.5-1.4 4.7-3.2 5.4-.8.3-2.7.5-3-1 0-.6 2-.7 2.1-2.2.2-1.7-.7-2.5-2-3.7z"/>
<path fill="#ffddc2" fill-rule="evenodd" d="M-44.5 129.9l-.6 1.4c-.3.5-1.3.4-1-.4l.7-1.5c.3-.5 1.2-.2 1 .5z"/>
<path fill="#ffddc2" fill-opacity=".6" fill-rule="evenodd" d="M-25.3 165.5l-.9-.7-.2-.5v-.2c.2-.2.5-.2.7 0 .3 0 .5.2.8.5l.2.6c0 .2-.2.4-.4.4l-.2-.1zM-21.2 160.4l-.8.1c-.1 0-.3 0-.3-.2l-.1-.2c0-.1.1-.3.3-.3.2-.1.4-.2.7-.1l.4.2c.1.2.1.4 0 .4l-.2.1zM-36.2 165.4l-.4.7-.4.2h-.1c-.2-.2-.2-.3-.2-.5l.3-.6.5-.3c.2 0 .3.1.3.3v.2z"/>
<path fill="#fffdfb" fill-opacity=".5" fill-rule="evenodd" d="M-40.4 165.4l-.6.6-.4.1h-.2v-.5l.5-.6h.5c.1 0 .3.1.2.3v.1z"/>
<g fill="#d35034" fill-opacity=".4" fill-rule="evenodd">
<path d="M-35.3 158.6c-.4-.3.5-1.4.8-1.7.3-.3-.1 2-.8 1.7zM-34.4 159c-.4-.5.6-2.1.9-2.5.3-.4-.2 2.7-.9 2.4zM-33.4 158.6c-.4-.3.6-2 .9-2.4.3-.4-.3 2.8-.9 2.4z"/>
</g>
<g
id="g1923"
transform="translate(-86.211133,7.4386987)">
<path
sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0"
id="path1667-8"
d="m 59.278028,149.60677 c -0.414013,-0.35768 0.551388,-2.0495 0.867104,-2.42223 0.315715,-0.37274 -0.223821,2.76305 -0.867104,2.42223 z"
style="opacity:1;vector-effect:none;fill:#d35034;fill-opacity:0.44292238;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0"
id="path1667-6"
d="m 60.167005,149.36159 c -0.414013,-0.35768 0.551389,-2.0495 0.867104,-2.42223 0.315715,-0.37274 -0.22382,2.76306 -0.867104,2.42223 z"
style="opacity:1;vector-effect:none;fill:#d35034;fill-opacity:0.44292238;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0"
id="path1667-88"
d="m 61.157788,148.82481 c -0.348754,-0.27043 0.457468,-1.54143 0.721628,-1.82117 0.26416,-0.27974 -0.180335,2.07953 -0.721628,1.82117 z"
style="opacity:1;vector-effect:none;fill:#d35034;fill-opacity:0.44292238;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<g fill="#d35034" fill-opacity=".4" fill-rule="evenodd">
<path d="M-27 157c-.3-.3.6-2 1-2.4.2-.3-.3 2.8-1 2.4z"/>
<path d="M-26 156.8c-.5-.4.5-2 .8-2.4.3-.4-.2 2.7-.8 2.4zM-25 156.3c-.4-.3.4-1.6.7-1.9.2-.2-.2 2.1-.8 1.9z"/>
</g>
<g
id="g1182-9-2-0-9"
transform="rotate(1.7981645,-228.67345,-2625.1289)"
style="opacity:0.7">
<path
inkscape:connector-curvature="0"
id="path1176-2-9-5-2"
d="m 40.726561,129.67568 c 1.767228,-2.45002 18.796875,-6.0648 19.841146,-5.30168 1.044271,0.76312 0.48472,14.54623 -0.8407,14.98803 -1.325419,0.44181 -19.643074,-6.71419 -19.000446,-9.68635 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26499999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
sodipodi:nodetypes="cscc" />
<path
inkscape:connector-curvature="0"
id="path903-5-2-0-3-9-2"
d="m 60.726494,124.26543 c 0.404414,5.02307 0.435388,9.41405 -1.014863,15.08667 8.711791,-2.57943 13.404263,-4.12319 13.879861,-4.38156 0.940559,-0.51094 -0.308607,-1.55065 -1.256211,-2.16331 -0.326401,-0.21104 -5.870691,-4.30227 -11.608787,-8.5418 z"
style="fill:#f1680d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
sodipodi:nodetypes="ccccc" />
<path
inkscape:connector-curvature="0"
id="path920-9-6-9-4-4"
d="m 46.538701,114.1089 c -0.344308,0.0228 -0.660027,0.26659 -0.852044,0.88022 -0.157516,0.91528 -2.552423,7.97512 -4.942209,14.76753 4.418276,-1.57951 11.65357,-4.00063 20.167587,-5.35385 -6.462069,-4.77428 -13.248565,-9.79477 -13.562741,-10.01471 -0.257937,-0.18058 -0.542798,-0.2969 -0.810593,-0.27919 z"
style="fill:#211f20;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="path863-7-3-8-0-6-7"
d="m 40.767412,129.66988 c -2.218301,6.30764 -4.442554,12.41547 -4.868738,13.14656 -0.882803,1.51438 1.440916,3.15275 2.310309,2.80983 0.428003,-0.16884 12.908937,-3.7115 21.389603,-6.22235 -6.696977,-3.92647 -14.608653,-7.63903 -18.831174,-9.73404 z"
style="fill:#737373;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
sodipodi:nodetypes="ccccc" />
<g fill-rule="evenodd" opacity=".7">
<path fill="#fff" d="M-45.8 136.8c1.8-2.4 19-5.5 20-4.7 1 .8 0 14.6-1.4 15-1.3.4-19.4-7.4-18.6-10.3z"/>
<path fill="#f1680d" d="M-25.7 132c.3 5 .2 9.4-1.5 15a214 214 0 0014-3.9c1-.5-.2-1.6-1.2-2.2l-11.3-9z"/>
<path fill="#211f20" d="M-39.6 121.4c-.3 0-.6.2-.8.8-.2 1-2.8 8-5.4 14.7 4.4-1.5 11.7-3.7 20.3-4.8l-13.2-10.4-.9-.3z"/>
<path fill="#737373" d="M-45.8 136.8c-2.4 6.2-4.8 12.2-5.3 13-1 1.4 1.4 3.2 2.2 2.8l21.6-5.5c-6.6-4.1-14.4-8.1-18.5-10.3z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

View File

@ -1,17 +1,7 @@
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs/>
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round">
<g transform="translate(-796.000000, -1046.000000)" stroke="#000000" stroke-width="2">
<g transform="translate(48.000000, 1046.000000)">
<g transform="translate(760.000000, 12.000000) scale(1, -1) translate(-760.000000, -12.000000) translate(748.000000, 0.000000)">
<path d="M2,14 C2,14 5,7 12,7 C19,7 22,14 22,14" id="Path-80" stroke-linejoin="round"/>
<path d="M12,7 L12,5"/>
<path d="M18,8.5 L19,7"/>
<path d="M21,12 L22.5,11"/>
<path d="M1.5,12 L3,11" transform="translate(2.250000, 11.500000) scale(1, -1) translate(-2.250000, -11.500000) "/>
<path d="M5,8.5 L6,7" transform="translate(5.500000, 7.750000) scale(-1, 1) translate(-5.500000, -7.750000) "/>
</g>
</g>
</g>
<g fill="none" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-width="2">
<path stroke-linejoin="round" d="M2 10s3 7 10 7 10-7 10-7"/>
<path d="M12 17v2M18 15.5l1 1.5M21 12l1.5 1M1.5 13L3 12M6 15.5L5 17"/>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 317 B

View File

@ -1,15 +1,8 @@
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g transform="translate(-268.000000, -203.000000)" stroke="#000000" stroke-width="2">
<g transform="translate(268.000000, 203.000000)">
<path d="M2,12 C2,12 5,5 12,5 C19,5 22,12 22,12 C22,12 19,19 12,19 C5,19 2,12 2,12 Z" stroke-linejoin="round"/>
<circle id="Oval-50" cx="12" cy="12" r="3"/>
<path d="M12,5 L12,3" stroke-linecap="round"/>
<path d="M18,6.5 L19,5" stroke-linecap="round"/>
<path d="M21,10 L22.5,9" stroke-linecap="round"/>
<path d="M1.5,10 L3,9" stroke-linecap="round" transform="translate(2.250000, 9.500000) scale(1, -1) translate(-2.250000, -9.500000) "/>
<path d="M5,6.5 L6,5" stroke-linecap="round" transform="translate(5.500000, 5.750000) scale(-1, 1) translate(-5.500000, -5.750000) "/>
</g>
</g>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs/>
<g fill="none" fill-rule="evenodd" stroke="#000" stroke-width="2">
<path stroke-linejoin="round" d="M2 12s3-7 10-7 10 7 10 7-3 7-10 7-10-7-10-7z"/>
<circle cx="12" cy="12" r="3"/>
<path stroke-linecap="round" d="M12 5V3M18 6.5L19 5M21 10l1.5-1M1.5 9L3 10M6 6.5L5 5"/>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 1023 B

After

Width:  |  Height:  |  Size: 367 B

View File

@ -1,14 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Artboard-4" transform="translate(-224.000000, -687.000000)" stroke="#000000" stroke-width="2">
<g id="265" transform="translate(224.000000, 687.000000)">
<circle id="Oval-148" cx="12" cy="12" r="10"></circle>
<path d="M12,2 L12,22.006249" id="Path-199"></path>
<path d="M12,2 C12,2 17,4 17,12.0031245 C17,20.006249 12,22.006249 12,22.006249" id="Path-199"></path>
<path d="M7,2 C7,2 12,4 12,12.0031245 C12,20.006249 7,22.006249 7,22.006249" id="Path-199" transform="translate(9.500000, 12.003125) scale(-1, 1) translate(-9.500000, -12.003125) "></path>
<path d="M2,12 L22,12" id="Path-201"></path>
</g>
</g>
</g>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs/>
<g fill="none" fill-rule="evenodd" stroke="#000" stroke-width="2">
<circle cx="12" cy="12" r="10"/>
<path d="M12 2v20M12 2s5 2 5 10-5 10-5 10M12 2S7 4 7 12s5 10 5 10M2 12h20"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1018 B

After

Width:  |  Height:  |  Size: 272 B

View File

@ -1,12 +1,7 @@
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round">
<g id="Artboard-4" transform="translate(-576.000000, -1046.000000)" stroke="#000000" stroke-width="2">
<g id="Extras" transform="translate(48.000000, 1046.000000)">
<g id="up-right" transform="translate(528.000000, 0.000000)">
<path d="M18,6 L5,19" id="Path-58"/>
<polyline id="Path-59" stroke-linejoin="round" transform="translate(13.000000, 11.000000) scale(-1, -1) translate(-13.000000, -11.000000) " points="7 5 7 17 19 17"/>
</g>
</g>
</g>
</g>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs/>
<g fill="none" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-width="2">
<path d="M18 6L5 19"/>
<path stroke-linejoin="round" d="M19 17V5H7"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 824 B

After

Width:  |  Height:  |  Size: 255 B

View File

@ -1,11 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
<g id="Artboard-4" transform="translate(-620.000000, -159.000000)" stroke="#000000" stroke-width="2">
<g id="34" transform="translate(620.000000, 159.000000)">
<path d="M1,11 L12,2 C12,2 22.9999989,11.0000005 23,11" id="Path-50"></path>
<path d="M3,10 C3,10 3,10.4453982 3,10.9968336 L3,20.0170446 C3,20.5675806 3.43788135,21.0138782 4.00292933,21.0138781 L8.99707067,21.0138779 C9.55097324,21.0138779 10,20.5751284 10,20.0089602 L10,15.0049177 C10,14.449917 10.4433532,14 11.0093689,14 L12.9906311,14 C13.5480902,14 14,14.4387495 14,15.0049177 L14,20.0089602 C14,20.5639609 14.4378817,21.0138779 15.0029302,21.0138779 L19.9970758,21.0138781 C20.5509789,21.0138782 21.000006,20.56848 21.000006,20.0170446 L21.0000057,10" id="Path-51"></path>
</g>
</g>
</g>
<svg xmlns="http://www.w3.org/2000/svg" height="24px" width="24px" viewBox="0 0 24 24">
<defs/>
<g fill="none" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
<path d="M1 11l11-9 11 9"/>
<path d="M3 10v10c0 .6.4 1 1 1h5c.6 0 1-.4 1-1v-5c0-.6.4-1 1-1h2c.5 0 1 .4 1 1v5c0 .6.4 1 1 1h5c.6 0 1-.4 1-1V10"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 380 B

View File

@ -1,10 +1,7 @@
<!-- by Aaron Jin - free for commercial use -->
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" style="transform:scale(1.2)">
<path stroke="#000000" fill="#000000" stroke-width="3" d="M92.63,155H42.09a17.8,17.8,0,0,1-17.78-17.78V29.31a5,5,0,0,1,5-5h88.32a5,5,0,0,1,4.9,6L97.53,151A5,5,0,0,1,92.63,155ZM34.31,34.31V137.22A7.79,7.79,0,0,0,42.09,145H88.56L111.49,34.31Z"/>
<path stroke="#000000" fill="#000000" stroke-width="3" d="M170.69,175.69H75a5,5,0,0,1-4.9-6L74.39,149a5,5,0,0,1,9.8,2l-3,14.67h84.55V62.78A7.79,7.79,0,0,0,157.91,55H113.35a5,5,0,0,1,0-10h44.56a17.8,17.8,0,0,1,17.78,17.78V170.69A5,5,0,0,1,170.69,175.69Z"/>
<path stroke="#000000" fill="#000000" stroke-width="3" d="M50,92h0a5,5,0,0,1-5-5l0-24.49a17.49,17.49,0,0,1,35,0V87a5,5,0,0,1-10,0V62.49a7.49,7.49,0,0,0-15,0L55,87A5,5,0,0,1,50,92Z"/>
<path stroke="#000000" fill="#000000" stroke-width="3" d="M75,76H50a5,5,0,0,1,0-10H75a5,5,0,0,1,0,10Z"/>
<path stroke="#000000" fill="#000000" stroke-width="3" d="M120.21,155a5,5,0,0,1-3.54-8.54l21.26-21.26H120.21a5,5,0,0,1,0-10H150a5,5,0,0,1,3.54,8.54l-29.8,29.79A5,5,0,0,1,120.21,155Z"/>
<path stroke="#000000" fill="#000000" stroke-width="3" d="M150,155a5,5,0,0,1-3.54-1.47l-14.89-14.89a5,5,0,0,1,7.07-7.07l14.9,14.89A5,5,0,0,1,150,155Z"/>
<path stroke="#000000" fill="#000000" stroke-width="3" d="M142.55,110.31H128a5,5,0,1,1,0-10h14.6a5,5,0,0,1,0,10Z"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" transform="scale(1.2)" viewBox="0 0 200 200">
<defs/>
<path stroke="#000" stroke-width="3" d="M93 155H42a18 18 0 01-18-18V29a5 5 0 015-5h89a5 5 0 015 6L98 151a5 5 0 01-5 4zM34 34v103a8 8 0 008 8h47l22-111z"/>
<path stroke="#000" stroke-width="3" d="M171 176H75a5 5 0 01-5-6l4-21a5 5 0 0110 2l-3 15h85V63a8 8 0 00-8-8h-45a5 5 0 010-10h45a18 18 0 0118 18v108a5 5 0 01-5 5zM50 92h0a5 5 0 01-5-5V63a17 17 0 0135 0v24a5 5 0 01-10 0V62a7 7 0 00-15 0v25a5 5 0 01-5 5z"/>
<path stroke="#000" stroke-width="3" d="M75 76H50a5 5 0 010-10h25a5 5 0 010 10zM120 155a5 5 0 01-3-9l21-21h-18a5 5 0 010-10h30a5 5 0 014 9l-30 30a5 5 0 01-4 1z"/>
<path stroke="#000" stroke-width="3" d="M150 155a5 5 0 01-4-1l-14-15a5 5 0 017-7l15 14a5 5 0 01-4 9zM143 110h-15a5 5 0 110-10h15a5 5 0 010 10z"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 830 B

View File

@ -1,11 +1,7 @@
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs/>
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g transform="translate(-752.000000, -423.000000)" fill="#000000">
<g transform="translate(752.000000, 423.000000)">
<path d="M19.1632285,17.9958742 C20.7455119,17.9132011 22,16.5984601 22,14.9914698 L22,7.0085302 C22,5.35043647 20.6598453,4 19.0049107,4 L4.99508929,4 C3.33899222,4 2,5.34829734 2,7.0085302 L2,14.9914698 C2,16.5963573 3.25552676,17.9130154 4.83678095,17.9958629 L6.5,16 L4.99508929,16 C4.4481604,16 4,15.5484013 4,14.9914698 L4,7.0085302 C4,6.4497782 4.44667411,6 4.99508929,6 L19.0049107,6 C19.5518396,6 20,6.45159872 20,7.0085302 L20,14.9914698 C20,15.5502218 19.5533259,16 19.0049107,16 L17.5,16 L19.1632285,17.9958742 Z" fill-rule="nonzero"/>
<polygon stroke="#000000" stroke-width="2" stroke-linejoin="round" points="12 14 17 20 7 20"/>
</g>
</g>
<g fill="#000" fill-rule="evenodd">
<path fill-rule="nonzero" d="M19.2 18a3 3 0 002.8-3V7a3 3 0 00-3-3H5a3 3 0 00-3 3v8a3 3 0 002.8 3l1.7-2H5a1 1 0 01-1-1V7c0-.6.4-1 1-1h14c.6 0 1 .5 1 1v8c0 .6-.4 1-1 1h-1.5l1.7 2z"/>
<path stroke="#000" stroke-linejoin="round" stroke-width="2" d="M12 14l5 6H7z"/>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 394 B

View File

@ -1,12 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Artboard-4" transform="translate(-92.000000, -115.000000)">
<g id="2" transform="translate(92.000000, 115.000000)">
<circle id="Oval-1" stroke="#000000" stroke-width="2" cx="12" cy="12" r="10"></circle>
<rect id="Rectangle-1" fill="#000000" x="11" y="7" width="2" height="10" rx="1"></rect>
<rect id="Rectangle-1" fill="#000000" x="7" y="11" width="10" height="2" rx="1"></rect>
</g>
</g>
</g>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs/>
<g fill="none" fill-rule="evenodd">
<circle cx="12" cy="12" r="10" stroke="#000" stroke-width="2"/>
<rect width="2" height="10" x="11" y="7" fill="#000" rx="1"/>
<rect width="10" height="2" x="7" y="11" fill="#000" rx="1"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 767 B

After

Width:  |  Height:  |  Size: 323 B

View File

@ -1,23 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<linearGradient x1="50%" y1="0%" x2="50%" y2="97.3333865%" id="linearGradient-1">
<stop stop-color="#000000" offset="0%"></stop>
<stop stop-color="#000000" stop-opacity="0.247310915" offset="100%"></stop>
</linearGradient>
<linearGradient x1="50%" y1="0%" x2="50%" y2="97.8635204%" id="linearGradient-2">
<stop stop-color="#000000" offset="0%"></stop>
<stop stop-color="#000000" stop-opacity="0.250707654" offset="100%"></stop>
</linearGradient>
</defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Artboard-4" transform="translate(-532.000000, -775.000000)">
<g id="312" transform="translate(532.000000, 775.000000)">
<circle id="Oval-169" fill="#000000" cx="12" cy="10" r="3"></circle>
<path d="M16.3851456,13.8501206 C17.4222377,12.6991612 18,11.4167199 18,10 C18,6.74089158 15.2591084,4 12,4 C8.74089158,4 6,6.74089158 6,10 C6,11.4186069 6.57916224,12.7027674 7.61838071,13.8540306 C7.80341316,14.0590125 8.11958231,14.0751848 8.32456427,13.8901523 C8.52954623,13.7051199 8.5457185,13.3889507 8.36068606,13.1839688 C7.47616718,12.2040844 7,11.148292 7,10 C7,7.29317633 9.29317633,5 12,5 C14.7068237,5 17,7.29317633 17,10 C17,11.1466944 16.5249958,12.2010466 15.6422459,13.1807178 C15.4573954,13.3858639 15.4738483,13.7020185 15.6789944,13.886869 C15.8841405,14.0717195 16.2002951,14.0552666 16.3851456,13.8501206 Z" id="Oval-169" fill="url(#linearGradient-1)" fill-rule="nonzero"></path>
<path d="M17.5678226,18.3077078 C20.3159646,16.4626239 22,13.3733223 22,10 C22,4.4771525 17.5228475,0 12,0 C6.4771525,0 2,4.4771525 2,10 C2,13.3762414 3.68696556,16.4678678 6.43901638,18.3122954 C6.89779529,18.6197696 7.51896613,18.4971129 7.82644029,18.0383339 C8.13391444,17.579555 8.0112577,16.9583842 7.55247879,16.65091 C5.34877306,15.1739839 4,12.7021478 4,10 C4,5.581722 7.581722,2 12,2 C16.418278,2 20,5.581722 20,10 C20,12.699815 18.6535741,15.1697843 16.4529947,16.6472384 C15.9944687,16.9550897 15.8723227,17.5763611 16.180174,18.0348871 C16.4880252,18.4934131 17.1092967,18.6155591 17.5678226,18.3077078 Z" id="Oval-169" fill="url(#linearGradient-2)" fill-rule="nonzero"></path>
<path d="M9.32918137,15.9750882 C9.14737952,14.8842771 9.89826062,14 10.9979131,14 L13.0020869,14 C14.1055038,14 14.8534426,14.8793447 14.6708186,15.9750882 L13.6633817,22.0197096 C13.5731485,22.561109 13.0573397,23 12.5010434,23 L11.4989566,23 C10.9472481,23 10.4276519,22.5659113 10.3366183,22.0197096 L9.32918137,15.9750882 Z" id="Rectangle-217" fill="#000000"></path>
</g>
</g>
</g>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs/>
<defs>
<linearGradient id="a" x1="50%" x2="50%" y1="0%" y2="97.33%">
<stop stop-color="#000" offset="0%"/>
<stop stop-color="#000" offset="100%" stop-opacity=".25"/>
</linearGradient>
<linearGradient id="b" x1="50%" x2="50%" y1="0%" y2="97.86%">
<stop stop-color="#000" offset="0%"/>
<stop stop-color="#000" offset="100%" stop-opacity=".25"/>
</linearGradient>
</defs>
<g fill="none" fill-rule="evenodd">
<circle cx="12" cy="10" r="3" fill="#000"/>
<path fill="url(#a)" fill-rule="nonzero" d="M16.39 13.85A5.68 5.68 0 0018 10c0-3.26-2.74-6-6-6s-6 2.74-6 6c0 1.42.58 2.7 1.62 3.85a.5.5 0 00.74-.67A4.7 4.7 0 017 10c0-2.7 2.3-5 5-5s5 2.3 5 5a4.7 4.7 0 01-1.36 3.18.5.5 0 10.75.67z"/>
<path fill="url(#b)" fill-rule="nonzero" d="M17.57 18.3A9.99 9.99 0 0012 0a10 10 0 00-5.56 18.31 1 1 0 101.11-1.66 7.99 7.99 0 118.9 0 1 1 0 101.12 1.66z"/>
<path fill="#000" d="M9.33 15.98A1.64 1.64 0 0111 14h2c1.1 0 1.85.88 1.67 1.98l-1 6.04c-.1.54-.61.98-1.17.98h-1c-.55 0-1.07-.43-1.16-.98l-1.01-6.04z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -1,12 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
<g id="Artboard-4" transform="translate(-444.000000, -203.000000)" stroke-width="2" stroke="#000000">
<g id="50" transform="translate(444.000000, 203.000000)">
<polyline id="Path-96" points="3 3 3 21.006249 21.0246733 21.006249"></polyline>
<polyline id="Path-101" points="6 18 11 12 14 13 19 7"></polyline>
<polygon id="Path-102" points="20 9 20 6 17 6"></polygon>
</g>
</g>
</g>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs/>
<g fill="none" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
<path d="M3 3v18h18"/>
<path d="M6 18l5-6 3 1 5-6"/>
<path d="M20 9V6h-3z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 794 B

After

Width:  |  Height:  |  Size: 290 B

View File

@ -1,17 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 43.2 (39069) - http://www.bohemiancoding.com/sketch -->
<title>filter-ios</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Artboard-4" transform="translate(-796.000000, -291.000000)">
<g id="98" transform="translate(796.000000, 291.000000)">
<circle id="Oval-23" stroke="#333333" stroke-width="2" cx="12" cy="12" r="10"></circle>
<rect id="Rectangle-44" fill="#333333" x="6" y="8" width="12" height="2" rx="1"></rect>
<rect id="Rectangle-44" fill="#333333" x="8" y="12" width="8" height="2" rx="1"></rect>
<rect id="Rectangle-44" fill="#333333" x="10" y="16" width="4" height="2" rx="1"></rect>
</g>
</g>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs/>
<g fill="none" fill-rule="evenodd">
<circle cx="12" cy="12" r="10" stroke="#333" stroke-width="2"/>
<rect width="12" height="2" x="6" y="8" fill="#333" rx="1"/>
<rect width="8" height="2" x="8" y="12" fill="#333" rx="1"/>
<rect width="4" height="2" x="10" y="16" fill="#333" rx="1"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 387 B

View File

@ -1,12 +1,7 @@
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round">
<g transform="translate(-752.000000, -1090.000000)" stroke="#000000" stroke-width="2">
<g id="Extras" transform="translate(48.000000, 1046.000000)">
<g id="thumbs-down" transform="translate(704.000000, 44.000000)">
<path d="M6,16 C6,18.5 6.5,21 8,21 L16.9938335,21 C17.5495239,21 18.1819788,20.5956028 18.4072817,20.0949295 L20.8562951,14.6526776 C21.7640882,12.6353595 20.7154925,11 18.5092545,11 L15.5,11 C15.5,11 18.5,5 15,5 C12.5,5 11.5,11 8,11 C6.5,11 6,13.5 6,16 Z" id="Path-188" stroke-linejoin="round" transform="translate(13.591488, 13.000000) scale(1, -1) translate(-13.591488, -13.000000) "></path>
<path d="M4,4.5 C4,4.5 3,7 3,10 C3,13 4,15.5 4,15.5" id="Path-189" transform="translate(3.500000, 10.000000) scale(1, -1) translate(-3.500000, -10.000000) "></path>
</g>
</g>
</g>
</g>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs/>
<g fill="none" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-width="2">
<path stroke-linejoin="round" d="M6 10c0-2.5.5-5 2-5h9c.5 0 1.2.4 1.4 1l2.5 5.3c.9 2-.2 3.7-2.4 3.7h-3s3 6-.5 6c-2.5 0-3.5-6-7-6-1.5 0-2-2.5-2-5z"/>
<path d="M4 15.5S3 13 3 10s1-5.5 1-5.5"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 376 B

View File

@ -1,10 +1,7 @@
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round">
<g transform="translate(-708.000000, -643.000000)" stroke="#000000" stroke-width="2">
<g id="256" transform="translate(708.000000, 643.000000)">
<path d="M6,14 C6,16.5 6.5,19 8,19 L16.9938335,19 C17.5495239,19 18.1819788,18.5956028 18.4072817,18.0949295 L20.8562951,12.6526776 C21.7640882,10.6353595 20.7154925,9 18.5092545,9 L15.5,9 C15.5,9 18.5,3 15,3 C12.5,3 11.5,9 8,9 C6.5,9 6,11.5 6,14 Z" id="Path-188" stroke-linejoin="round"></path>
<path d="M4,8.5 C4,8.5 3,11 3,14 C3,17 4,19.5 4,19.5" id="Path-189"></path>
</g>
</g>
</g>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs/>
<g fill="none" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-width="2">
<path stroke-linejoin="round" d="M6 14c0 2.5.5 5 2 5h9c.5 0 1.2-.4 1.4-1l2.5-5.3c.9-2-.2-3.7-2.4-3.7h-3s3-6-.5-6c-2.5 0-3.5 6-7 6-1.5 0-2 2.5-2 5z"/>
<path d="M4 8.5S3 11 3 14s1 5.5 1 5.5"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 854 B

After

Width:  |  Height:  |  Size: 376 B

View File

@ -1,10 +1,5 @@
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 426.667 426.667" xml:space="preserve">
<g fill="#000000">
<rect x="0" y="64" width="256" height="42.667"/>
<rect x="0" y="149.333" width="256" height="42.667"/>
<rect x="0" y="234.667" width="170.667" height="42.667"/>
<polygon points="341.333,234.667 341.333,149.333 298.667,149.333 298.667,234.667 213.333,234.667 213.333,277.333
298.667,277.333 298.667,362.667 341.333,362.667 341.333,277.333 426.667,277.333 426.667,234.667 "/>
</g>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 426.7 426.7">
<defs/>
<path fill="#000" d="M0 64h256v42.7H0zM0 149.3h256V192H0zM0 234.7h170.7v42.7H0z"/>
<path fill="#000" d="M341.3 234.7v-85.4h-42.6v85.4h-85.4v42.6h85.4v85.4h42.6v-85.4h85.4v-42.6z"/>
</svg>

Before

Width:  |  Height:  |  Size: 604 B

After

Width:  |  Height:  |  Size: 269 B

View File

@ -1,11 +1,7 @@
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round">
<g transform="translate(-312.000000, -203.000000)" stroke="#000000" stroke-width="2">
<g id="47" transform="translate(312.000000, 203.000000)">
<path d="M20,15 L20,18.0026083 C20,19.1057373 19.1073772,20 18.0049107,20 L5.99508929,20 C4.8932319,20 4,19.1073772 4,18.0049107 L4,5.99508929 C4,4.8932319 4.89585781,4 5.9973917,4 L9,4" id="Rectangle-460"></path>
<polyline id="Path-93" stroke-linejoin="round" points="13 4 20.0207973 4 20.0207973 11.0191059"></polyline>
<path d="M19,5 L12,12" id="Path-94" stroke-linejoin="round"></path>
</g>
</g>
</g>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs/>
<g fill="none" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-width="2">
<path d="M20 15v3a2 2 0 01-2 2H6a2 2 0 01-2-2V6c0-1.1.9-2 2-2h3"/>
<path stroke-linejoin="round" d="M13 4h7v7M19 5l-7 7"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 887 B

After

Width:  |  Height:  |  Size: 308 B

View File

@ -1,11 +1,8 @@
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round">
<g transform="translate(-312.000000, -775.000000)" stroke="#000000" stroke-width="2">
<g id="307" transform="translate(312.000000, 775.000000)">
<path d="M8,18 L5,18 L5,18 C2.790861,18 1,16.209139 1,14 C1,11.790861 2.790861,10 5,10 C5.35840468,10 5.70579988,10.0471371 6.03632437,10.1355501 C6.01233106,9.92702603 6,9.71495305 6,9.5 C6,6.46243388 8.46243388,4 11.5,4 C14.0673313,4 16.2238156,5.7590449 16.8299648,8.1376465 C17.2052921,8.04765874 17.5970804,8 18,8 C20.7614237,8 23,10.2385763 23,13 C23,15.7614237 20.7614237,18 18,18 L16,18" id="Combined-Shape" stroke-linejoin="round"></path>
<path d="M12,13 L12,21" id="Path-58"></path>
<polyline id="Path-59" stroke-linejoin="round" transform="translate(12.000000, 12.500000) scale(1, -1) translate(-12.000000, -12.500000) " points="15 11 12 14 9 11"></polyline>
</g>
</g>
</g>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs/>
<g fill="none" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-width="2">
<path stroke-linejoin="round" d="M8 18H5h0a4 4 0 111-7.9v-.6a5.5 5.5 0 0110.8-1.4A5 5 0 0123 13a5 5 0 01-5 5h-2"/>
<path d="M12 13v8"/>
<path stroke-linejoin="round" d="M15 14l-3-3-3 3"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 377 B

View File

@ -1,17 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 43.2 (39069) - http://www.bohemiancoding.com/sketch -->
<title>fullscreen</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Artboard-4" transform="translate(-576.000000, -159.000000)" stroke="#fff" stroke-width="2">
<g id="33" transform="translate(576.000000, 159.000000)">
<rect id="Rectangle-433" x="1" y="4" width="22" height="16" rx="1"></rect>
<polyline id="Path-42" stroke-linecap="round" stroke-linejoin="round" points="20 10 20 7 17 7"></polyline>
<polyline id="Path-42" stroke-linecap="round" stroke-linejoin="round" points="7 17 4 17 4 14"></polyline>
<polyline id="Path-42" stroke-linecap="round" stroke-linejoin="round" transform="translate(18.500000, 15.500000) scale(1, -1) translate(-18.500000, -15.500000) " points="20 17 20 14 17 14"></polyline>
<polyline id="Path-42" stroke-linecap="round" stroke-linejoin="round" transform="translate(5.500000, 8.500000) scale(1, -1) translate(-5.500000, -8.500000) " points="7 10 4 10 4 7"></polyline>
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g transform="translate(-576.000000, -159.000000)" stroke="#fff" stroke-width="2">
<g transform="translate(576.000000, 159.000000)">
<rect x="1" y="4" width="22" height="16" rx="1"></rect>
<polyline stroke-linecap="round" stroke-linejoin="round" points="20 10 20 7 17 7"></polyline>
<polyline stroke-linecap="round" stroke-linejoin="round" points="7 17 4 17 4 14"></polyline>
<polyline stroke-linecap="round" stroke-linejoin="round" transform="translate(18.500000, 15.500000) scale(1, -1) translate(-18.500000, -15.500000) " points="20 17 20 14 17 14"></polyline>
<polyline stroke-linecap="round" stroke-linejoin="round" transform="translate(5.500000, 8.500000) scale(1, -1) translate(-5.500000, -8.500000) " points="7 10 4 10 4 7"></polyline>
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -49,23 +49,23 @@
@mixin apply-svg-color ($color) {
::ng-deep svg {
path[fill="#000000"],
g[fill="#000000"],
rect[fill="#000000"],
circle[fill="#000000"],
polygon[fill="#000000"] {
path[fill="#000"],
g[fill="#000"],
rect[fill="#000"],
circle[fill="#000"],
polygon[fill="#000"] {
fill: $color;
}
path[stroke="#000000"],
g[stroke="#000000"],
rect[stroke="#000000"],
circle[stroke="#000000"],
polygon[stroke="#000000"] {
path[stroke="#000"],
g[stroke="#000"],
rect[stroke="#000"],
circle[stroke="#000"],
polygon[stroke="#000"] {
stroke: $color;
}
stop[stop-color="#000000"] {
stop[stop-color="#000"] {
stop-color: $color;
}
}

View File

@ -1199,7 +1199,7 @@
dependencies:
tslib "^1.9.0"
"@ngx-meta/core@9.0.0":
"@ngx-meta/core@^9.0.0":
version "9.0.0"
resolved "https://registry.yarnpkg.com/@ngx-meta/core/-/core-9.0.0.tgz#2c3b27bd32d41f7aaf0712d4007e0afed8e5dd3f"
integrity sha512-WL/HyKM+4gJPS3TNTO0M+46LlIvGTSyofL//8hxoozAyRPsiMyR0xrwUvPBJkVqFyD6j0iI5FaNcQ9d0JCVJhg==

View File

@ -197,7 +197,7 @@ body(width="100%" style="margin: 0; padding: 0 !important; mso-line-height-rule:
table(role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%")
tr
td(width="40px")
img(src=`${WEBSERVER.URL}/client/assets/images/icons/icon-192x192.png` width="auto" height="30px" alt="icon" border="0" style="height: 30px; background: #ffffff; font-family: sans-serif; font-size: 15px; line-height: 15px; color: #555555;")
img(src=`${WEBSERVER.URL}/client/assets/images/icons/icon-192x192.png` width="auto" height="30px" alt="" border="0" style="height: 30px; background: #ffffff; font-family: sans-serif; font-size: 15px; line-height: 15px; color: #555555;")
td
h1(style='margin: 10px 0 10px 0; font-family: sans-serif; font-size: 25px; line-height: 30px; color: #333333; font-weight: normal;')
block title