summaryrefslogtreecommitdiffstats
path: root/debian/logo/thunderbird
diff options
context:
space:
mode:
Diffstat (limited to 'debian/logo/thunderbird')
-rwxr-xr-xdebian/logo/thunderbird/create-pngs.sh13
-rw-r--r--debian/logo/thunderbird/mailicon128.pngbin0 -> 13290 bytes
-rw-r--r--debian/logo/thunderbird/mailicon16.pngbin0 -> 916 bytes
-rw-r--r--debian/logo/thunderbird/mailicon22.pngbin0 -> 1378 bytes
-rw-r--r--debian/logo/thunderbird/mailicon24.pngbin0 -> 1514 bytes
-rw-r--r--debian/logo/thunderbird/mailicon256.pngbin0 -> 31703 bytes
-rw-r--r--debian/logo/thunderbird/mailicon32.pngbin0 -> 2230 bytes
-rw-r--r--debian/logo/thunderbird/mailicon48.pngbin0 -> 3781 bytes
-rw-r--r--debian/logo/thunderbird/mailicon512.pngbin0 -> 75482 bytes
-rw-r--r--debian/logo/thunderbird/mailicon64.pngbin0 -> 5506 bytes
-rw-r--r--debian/logo/thunderbird/pre60/mailicon128.pngbin0 -> 19586 bytes
-rw-r--r--debian/logo/thunderbird/pre60/mailicon16.pngbin0 -> 1027 bytes
-rw-r--r--debian/logo/thunderbird/pre60/mailicon22.pngbin0 -> 1537 bytes
-rw-r--r--debian/logo/thunderbird/pre60/mailicon24.pngbin0 -> 1724 bytes
-rw-r--r--debian/logo/thunderbird/pre60/mailicon256.pngbin0 -> 48501 bytes
-rw-r--r--debian/logo/thunderbird/pre60/mailicon32.pngbin0 -> 2619 bytes
-rw-r--r--debian/logo/thunderbird/pre60/mailicon48.pngbin0 -> 4801 bytes
-rw-r--r--debian/logo/thunderbird/pre60/mailicon512.pngbin0 -> 117944 bytes
-rw-r--r--debian/logo/thunderbird/pre60/mailicon64.pngbin0 -> 7368 bytes
-rw-r--r--debian/logo/thunderbird/pre60/thunderbird.svg768
-rw-r--r--debian/logo/thunderbird/thunderbird.svg253
21 files changed, 1034 insertions, 0 deletions
diff --git a/debian/logo/thunderbird/create-pngs.sh b/debian/logo/thunderbird/create-pngs.sh
new file mode 100755
index 0000000000..507dacc521
--- /dev/null
+++ b/debian/logo/thunderbird/create-pngs.sh
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+src=thunderbird.svg
+
+for d in 16 22 24 32 48 64 128 256 512;
+do
+ # using ImageMagick
+ #convert -background none $src -resize ${d}x${d} mailicon${d}.png
+
+ # using Inkscape
+ inkscape --export-png=mailicon${d}.png --export-width=$d --export-height=$d --export-background-opacity=0 --without-gui $src
+done
+
diff --git a/debian/logo/thunderbird/mailicon128.png b/debian/logo/thunderbird/mailicon128.png
new file mode 100644
index 0000000000..53e268fbb0
--- /dev/null
+++ b/debian/logo/thunderbird/mailicon128.png
Binary files differ
diff --git a/debian/logo/thunderbird/mailicon16.png b/debian/logo/thunderbird/mailicon16.png
new file mode 100644
index 0000000000..6bdd01af92
--- /dev/null
+++ b/debian/logo/thunderbird/mailicon16.png
Binary files differ
diff --git a/debian/logo/thunderbird/mailicon22.png b/debian/logo/thunderbird/mailicon22.png
new file mode 100644
index 0000000000..9e08ee06a9
--- /dev/null
+++ b/debian/logo/thunderbird/mailicon22.png
Binary files differ
diff --git a/debian/logo/thunderbird/mailicon24.png b/debian/logo/thunderbird/mailicon24.png
new file mode 100644
index 0000000000..5afa52eb4e
--- /dev/null
+++ b/debian/logo/thunderbird/mailicon24.png
Binary files differ
diff --git a/debian/logo/thunderbird/mailicon256.png b/debian/logo/thunderbird/mailicon256.png
new file mode 100644
index 0000000000..9a6acca21e
--- /dev/null
+++ b/debian/logo/thunderbird/mailicon256.png
Binary files differ
diff --git a/debian/logo/thunderbird/mailicon32.png b/debian/logo/thunderbird/mailicon32.png
new file mode 100644
index 0000000000..e1a2837376
--- /dev/null
+++ b/debian/logo/thunderbird/mailicon32.png
Binary files differ
diff --git a/debian/logo/thunderbird/mailicon48.png b/debian/logo/thunderbird/mailicon48.png
new file mode 100644
index 0000000000..f3fe3ee834
--- /dev/null
+++ b/debian/logo/thunderbird/mailicon48.png
Binary files differ
diff --git a/debian/logo/thunderbird/mailicon512.png b/debian/logo/thunderbird/mailicon512.png
new file mode 100644
index 0000000000..cff71b60fe
--- /dev/null
+++ b/debian/logo/thunderbird/mailicon512.png
Binary files differ
diff --git a/debian/logo/thunderbird/mailicon64.png b/debian/logo/thunderbird/mailicon64.png
new file mode 100644
index 0000000000..01d41ada29
--- /dev/null
+++ b/debian/logo/thunderbird/mailicon64.png
Binary files differ
diff --git a/debian/logo/thunderbird/pre60/mailicon128.png b/debian/logo/thunderbird/pre60/mailicon128.png
new file mode 100644
index 0000000000..8b7e74b07b
--- /dev/null
+++ b/debian/logo/thunderbird/pre60/mailicon128.png
Binary files differ
diff --git a/debian/logo/thunderbird/pre60/mailicon16.png b/debian/logo/thunderbird/pre60/mailicon16.png
new file mode 100644
index 0000000000..16ff89ccdf
--- /dev/null
+++ b/debian/logo/thunderbird/pre60/mailicon16.png
Binary files differ
diff --git a/debian/logo/thunderbird/pre60/mailicon22.png b/debian/logo/thunderbird/pre60/mailicon22.png
new file mode 100644
index 0000000000..9cf772af21
--- /dev/null
+++ b/debian/logo/thunderbird/pre60/mailicon22.png
Binary files differ
diff --git a/debian/logo/thunderbird/pre60/mailicon24.png b/debian/logo/thunderbird/pre60/mailicon24.png
new file mode 100644
index 0000000000..e208cdd902
--- /dev/null
+++ b/debian/logo/thunderbird/pre60/mailicon24.png
Binary files differ
diff --git a/debian/logo/thunderbird/pre60/mailicon256.png b/debian/logo/thunderbird/pre60/mailicon256.png
new file mode 100644
index 0000000000..c50868355e
--- /dev/null
+++ b/debian/logo/thunderbird/pre60/mailicon256.png
Binary files differ
diff --git a/debian/logo/thunderbird/pre60/mailicon32.png b/debian/logo/thunderbird/pre60/mailicon32.png
new file mode 100644
index 0000000000..9345f88cad
--- /dev/null
+++ b/debian/logo/thunderbird/pre60/mailicon32.png
Binary files differ
diff --git a/debian/logo/thunderbird/pre60/mailicon48.png b/debian/logo/thunderbird/pre60/mailicon48.png
new file mode 100644
index 0000000000..1b0c2ebca2
--- /dev/null
+++ b/debian/logo/thunderbird/pre60/mailicon48.png
Binary files differ
diff --git a/debian/logo/thunderbird/pre60/mailicon512.png b/debian/logo/thunderbird/pre60/mailicon512.png
new file mode 100644
index 0000000000..907bb1b8a2
--- /dev/null
+++ b/debian/logo/thunderbird/pre60/mailicon512.png
Binary files differ
diff --git a/debian/logo/thunderbird/pre60/mailicon64.png b/debian/logo/thunderbird/pre60/mailicon64.png
new file mode 100644
index 0000000000..94f090f6a3
--- /dev/null
+++ b/debian/logo/thunderbird/pre60/mailicon64.png
Binary files differ
diff --git a/debian/logo/thunderbird/pre60/thunderbird.svg b/debian/logo/thunderbird/pre60/thunderbird.svg
new file mode 100644
index 0000000000..0bdd76ea2a
--- /dev/null
+++ b/debian/logo/thunderbird/pre60/thunderbird.svg
@@ -0,0 +1,768 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: libbsvg 0.5.0 - a native SVG-Library for BeOS -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48"
+ height="48"
+ id="svg2"
+ sodipodi:version="0.32"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="thunderbird.svg"
+ version="1.0"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ inkscape:export-xdpi="960"
+ inkscape:export-ydpi="960"
+ sodipodi:modified="true">
+ <title
+ id="title5772">Mozilla Thunderbird Logo</title>
+ <metadata
+ id="metadata256">
+ <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>Mozilla Thunderbird Logo</dc:title>
+ <dc:publisher>
+ <cc:Agent>
+ <dc:title></dc:title>
+ </cc:Agent>
+ </dc:publisher>
+ <dc:source>https://de.wikipedia.org/wiki/Datei:Mozilla_Thunderbird_Logo.svg</dc:source>
+ <dc:rights>
+ <cc:Agent>
+ <dc:title>Mozilla Foundation</dc:title>
+ </cc:Agent>
+ </dc:rights>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <defs
+ id="defs254" />
+ <sodipodi:namedview
+ inkscape:window-height="1016"
+ inkscape:window-width="1920"
+ inkscape:pageshadow="2"
+ inkscape:pageopacity="0.0"
+ guidetolerance="10.0"
+ gridtolerance="10.0"
+ objecttolerance="10.0"
+ borderopacity="1.0"
+ bordercolor="#666666"
+ pagecolor="#ffffff"
+ id="base"
+ width="48px"
+ height="48px"
+ inkscape:zoom="8.0483642"
+ inkscape:cx="29.662162"
+ inkscape:cy="16.718673"
+ inkscape:window-x="0"
+ inkscape:window-y="27"
+ inkscape:current-layer="svg2"
+ showgrid="false"
+ inkscape:window-maximized="1" />
+ <radialGradient
+ id="XMLID_1_"
+ gradientUnits="userSpaceOnUse"
+ cx="111.25"
+ cy="123.5"
+ r="91"
+ fx="111.25"
+ fy="123.5"
+ gradientTransform="matrix(0.205043,0,0,0.205043,2.74915,1.042583)">
+ <stop
+ offset="0.00"
+ style="stop-color:#000000;"
+ id="stop5" />
+ <stop
+ offset="0.50"
+ style="stop-color:#000000;"
+ id="stop7" />
+ <stop
+ offset="1.00"
+ style="stop-color:#000000; stop-opacity:0.00;"
+ id="stop9" />
+ </radialGradient>
+ <radialGradient
+ id="XMLID_2_"
+ gradientUnits="userSpaceOnUse"
+ cx="151.75"
+ cy="175.67"
+ r="126.3"
+ fx="151.75"
+ fy="175.67"
+ gradientTransform="matrix(0.205043,0,0,0.205043,2.74915,1.042583)">
+ <stop
+ offset="0.00"
+ style="stop-color:#f2be7f;"
+ id="stop12" />
+ <stop
+ offset="1.00"
+ style="stop-color:#ffffdc;"
+ id="stop14" />
+ </radialGradient>
+ <linearGradient
+ id="XMLID_3_"
+ gradientUnits="userSpaceOnUse"
+ x1="100.13"
+ y1="79.080002"
+ x2="94.449997"
+ y2="45.619999"
+ gradientTransform="matrix(0.205043,0,0,0.205043,2.74915,1.042583)">
+ <stop
+ offset="0.00"
+ style="stop-color:#c3ad7b;"
+ id="stop17" />
+ <stop
+ offset="1.00"
+ style="stop-color:#a25f00;"
+ id="stop19" />
+ </linearGradient>
+ <radialGradient
+ id="XMLID_4_"
+ gradientUnits="userSpaceOnUse"
+ cx="149.75"
+ cy="87"
+ r="90.870003"
+ fx="149.75"
+ fy="87"
+ gradientTransform="matrix(0.205043,0,0,0.205043,2.74915,1.042583)">
+ <stop
+ offset="0.00"
+ style="stop-color:#f2be7f;"
+ id="stop22" />
+ <stop
+ offset="1.00"
+ style="stop-color:#ffffdc;"
+ id="stop24" />
+ </radialGradient>
+ <linearGradient
+ id="XMLID_5_"
+ gradientUnits="userSpaceOnUse"
+ x1="80.160004"
+ y1="171.37"
+ x2="82.470001"
+ y2="164.25"
+ gradientTransform="matrix(0.205043,0,0,0.205043,2.74915,1.042583)">
+ <stop
+ offset="0.00"
+ style="stop-color:#aa944b;"
+ id="stop27" />
+ <stop
+ offset="1.00"
+ style="stop-color:#aa944b; stop-opacity:0.00;"
+ id="stop29" />
+ </linearGradient>
+ <linearGradient
+ id="XMLID_6_"
+ gradientUnits="userSpaceOnUse"
+ x1="34.919998"
+ y1="84.019997"
+ x2="34.919998"
+ y2="58.060001"
+ gradientTransform="matrix(0.205043,0,0,0.205043,2.74915,1.042583)">
+ <stop
+ offset="0.01"
+ style="stop-color:#d2b170;"
+ id="stop32" />
+ <stop
+ offset="1.00"
+ style="stop-color:#a25f00;"
+ id="stop34" />
+ </linearGradient>
+ <linearGradient
+ id="XMLID_7_"
+ gradientUnits="userSpaceOnUse"
+ x1="85.489998"
+ y1="124.25"
+ x2="85.489998"
+ y2="71.330002"
+ gradientTransform="matrix(0.205043,0,0,0.205043,2.74915,1.042583)">
+ <stop
+ offset="0.00"
+ style="stop-color:#a25f00; stop-opacity:0.00;"
+ id="stop37" />
+ <stop
+ offset="1.00"
+ style="stop-color:#a25f00;"
+ id="stop39" />
+ </linearGradient>
+ <linearGradient
+ id="XMLID_8_"
+ gradientUnits="userSpaceOnUse"
+ x1="29.23"
+ y1="187.64"
+ x2="29.23"
+ y2="165.83"
+ gradientTransform="matrix(0.205043,0,0,0.205043,2.74915,1.042583)">
+ <stop
+ offset="0.00"
+ style="stop-color:#a4d8e5;"
+ id="stop42" />
+ <stop
+ offset="0.50"
+ style="stop-color:#0c418f;"
+ id="stop44" />
+ <stop
+ offset="1.00"
+ style="stop-color:#000060;"
+ id="stop46" />
+ </linearGradient>
+ <linearGradient
+ id="XMLID_9_"
+ gradientUnits="userSpaceOnUse"
+ x1="15.71"
+ y1="170.38"
+ x2="15.71"
+ y2="141.59"
+ gradientTransform="matrix(0.205043,0,0,0.205043,2.74915,1.042583)">
+ <stop
+ offset="0.00"
+ style="stop-color:#a4d8e5;"
+ id="stop49" />
+ <stop
+ offset="0.50"
+ style="stop-color:#0c418f;"
+ id="stop51" />
+ <stop
+ offset="1.00"
+ style="stop-color:#000060;"
+ id="stop53" />
+ </linearGradient>
+ <radialGradient
+ id="XMLID_10_"
+ gradientUnits="userSpaceOnUse"
+ cx="41.75"
+ cy="67"
+ r="77.830002"
+ fx="41.75"
+ fy="67"
+ gradientTransform="matrix(0.205043,0,0,0.205043,2.74915,1.042583)">
+ <stop
+ offset="0.00"
+ style="stop-color:#000060;"
+ id="stop56" />
+ <stop
+ offset="0.50"
+ style="stop-color:#0c418f;"
+ id="stop58" />
+ <stop
+ offset="1.00"
+ style="stop-color:#a4d8e5;"
+ id="stop60" />
+ </radialGradient>
+ <radialGradient
+ id="XMLID_11_"
+ gradientUnits="userSpaceOnUse"
+ cx="57.5"
+ cy="54.25"
+ r="71.419998"
+ fx="57.5"
+ fy="54.25"
+ gradientTransform="matrix(0.205043,0,0,0.205043,2.74915,1.042583)">
+ <stop
+ offset="0.00"
+ style="stop-color:#000060;"
+ id="stop63" />
+ <stop
+ offset="0.50"
+ style="stop-color:#0c418f;"
+ id="stop65" />
+ <stop
+ offset="1.00"
+ style="stop-color:#a4d8e5;"
+ id="stop67" />
+ </radialGradient>
+ <linearGradient
+ id="XMLID_12_"
+ gradientUnits="userSpaceOnUse"
+ x1="46.73"
+ y1="25.34"
+ x2="9.2200003"
+ y2="90.300003"
+ gradientTransform="matrix(0.205043,0,0,0.205043,2.74915,1.042583)">
+ <stop
+ offset="0.01"
+ style="stop-color:#1b609d;"
+ id="stop70" />
+ <stop
+ offset="0.50"
+ style="stop-color:#9fd2e5;"
+ id="stop72" />
+ <stop
+ offset="1.00"
+ style="stop-color:#4187b8;"
+ id="stop74" />
+ </linearGradient>
+ <linearGradient
+ id="XMLID_13_"
+ gradientUnits="userSpaceOnUse"
+ x1="66.43"
+ y1="24.35"
+ x2="123.46"
+ y2="81.379997"
+ gradientTransform="matrix(0.205043,0,0,0.205043,2.74915,1.042583)">
+ <stop
+ offset="0.00"
+ style="stop-color:#a4d8e5;"
+ id="stop77" />
+ <stop
+ offset="0.67"
+ style="stop-color:#0c418f;"
+ id="stop79" />
+ <stop
+ offset="1.00"
+ style="stop-color:#000040;"
+ id="stop81" />
+ </linearGradient>
+ <linearGradient
+ id="XMLID_14_"
+ gradientUnits="userSpaceOnUse"
+ x1="71.550003"
+ y1="36.5"
+ x2="61.5"
+ y2="8.8800001"
+ gradientTransform="matrix(0.205043,0,0,0.205043,2.74915,1.042583)">
+ <stop
+ offset="0.00"
+ style="stop-color:#a4d8e5;"
+ id="stop84" />
+ <stop
+ offset="1.00"
+ style="stop-color:#0c418f;"
+ id="stop86" />
+ </linearGradient>
+ <linearGradient
+ id="XMLID_15_"
+ gradientUnits="userSpaceOnUse"
+ x1="115.05"
+ y1="222.03999"
+ x2="170.24001"
+ y2="126.46"
+ gradientTransform="matrix(0.205043,0,0,0.205043,2.74915,1.042583)">
+ <stop
+ offset="0.01"
+ style="stop-color:#b4b4dc;"
+ id="stop89" />
+ <stop
+ offset="1.00"
+ style="stop-color:#000000;"
+ id="stop91" />
+ </linearGradient>
+ <linearGradient
+ id="XMLID_16_"
+ gradientUnits="userSpaceOnUse"
+ x1="139.21001"
+ y1="224.10001"
+ x2="168.19"
+ y2="173.89999"
+ gradientTransform="matrix(0.205043,0,0,0.205043,2.74915,1.042583)">
+ <stop
+ offset="0.01"
+ style="stop-color:#b4b4dc;"
+ id="stop94" />
+ <stop
+ offset="1.00"
+ style="stop-color:#000000;"
+ id="stop96" />
+ </linearGradient>
+ <linearGradient
+ id="XMLID_17_"
+ gradientUnits="userSpaceOnUse"
+ x1="185.78999"
+ y1="171.82001"
+ x2="185.78999"
+ y2="72.25"
+ gradientTransform="matrix(0.205043,0,0,0.205043,2.74915,1.042583)">
+ <stop
+ offset="0.00"
+ style="stop-color:#6498c1;"
+ id="stop99" />
+ <stop
+ offset="0.20"
+ style="stop-color:#0c418f;"
+ id="stop101" />
+ <stop
+ offset="1.00"
+ style="stop-color:#000040;"
+ id="stop103" />
+ </linearGradient>
+ <linearGradient
+ id="XMLID_18_"
+ gradientUnits="userSpaceOnUse"
+ x1="185.2"
+ y1="149.75"
+ x2="185.2"
+ y2="60.68"
+ gradientTransform="matrix(0.205043,0,0,0.205043,2.74915,1.042583)">
+ <stop
+ offset="0.00"
+ style="stop-color:#a4d8e5;"
+ id="stop106" />
+ <stop
+ offset="0.20"
+ style="stop-color:#0c418f;"
+ id="stop108" />
+ <stop
+ offset="0.50"
+ style="stop-color:#000040;"
+ id="stop110" />
+ </linearGradient>
+ <linearGradient
+ id="XMLID_19_"
+ gradientUnits="userSpaceOnUse"
+ x1="151.2"
+ y1="134.73"
+ x2="151.2"
+ y2="83.480003"
+ gradientTransform="matrix(0.205043,0,0,0.205043,2.74915,1.042583)">
+ <stop
+ offset="0.00"
+ style="stop-color:#a4d8e5;"
+ id="stop113" />
+ <stop
+ offset="0.50"
+ style="stop-color:#0c418f;"
+ id="stop115" />
+ <stop
+ offset="1.00"
+ style="stop-color:#000060;"
+ id="stop117" />
+ </linearGradient>
+ <linearGradient
+ id="XMLID_20_"
+ gradientUnits="userSpaceOnUse"
+ x1="132.09"
+ y1="33.560001"
+ x2="171.09"
+ y2="88.059998"
+ gradientTransform="matrix(0.205043,0,0,0.205043,2.74915,1.042583)">
+ <stop
+ offset="0.00"
+ style="stop-color:#4187b8;"
+ id="stop120" />
+ <stop
+ offset="1.00"
+ style="stop-color:#074e92;"
+ id="stop122" />
+ </linearGradient>
+ <linearGradient
+ id="XMLID_21_"
+ gradientUnits="userSpaceOnUse"
+ x1="162.21001"
+ y1="71.089996"
+ x2="134.67999"
+ y2="23.41"
+ gradientTransform="matrix(0.205043,0,0,0.205043,2.74915,1.042583)">
+ <stop
+ offset="0.01"
+ style="stop-color:#1b609d;"
+ id="stop125" />
+ <stop
+ offset="0.50"
+ style="stop-color:#9fd2e5;"
+ id="stop127" />
+ <stop
+ offset="1.00"
+ style="stop-color:#4187b8;"
+ id="stop129" />
+ </linearGradient>
+ <linearGradient
+ id="XMLID_22_"
+ gradientUnits="userSpaceOnUse"
+ x1="50.32"
+ y1="74.900002"
+ x2="94.57"
+ y2="30.65"
+ gradientTransform="matrix(0.205043,0,0,0.205043,2.74915,1.042583)">
+ <stop
+ offset="0.00"
+ style="stop-color:#a5b4d3;"
+ id="stop132" />
+ <stop
+ offset="1.00"
+ style="stop-color:#a5b4d3; stop-opacity:0.33;"
+ id="stop134" />
+ </linearGradient>
+ <linearGradient
+ id="XMLID_23_"
+ gradientUnits="userSpaceOnUse"
+ x1="48.16"
+ y1="72.75"
+ x2="92.410004"
+ y2="28.5"
+ gradientTransform="matrix(0.205043,0,0,0.205043,2.74915,1.042583)">
+ <stop
+ offset="0.00"
+ style="stop-color:#264b92;"
+ id="stop137" />
+ <stop
+ offset="1.00"
+ style="stop-color:#264b92; stop-opacity:0.33;"
+ id="stop139" />
+ </linearGradient>
+ <radialGradient
+ id="eye_2_"
+ gradientUnits="userSpaceOnUse"
+ cx="58.580002"
+ cy="67.169998"
+ r="8.5100002"
+ fx="58.580002"
+ fy="67.169998"
+ gradientTransform="matrix(0.205043,0,0,0.205043,2.74915,1.042583)">
+ <stop
+ offset="0.00"
+ style="stop-color:#600000;"
+ id="stop142" />
+ <stop
+ offset="0.50"
+ style="stop-color:#c00000;"
+ id="stop144" />
+ <stop
+ offset="1.00"
+ style="stop-color:#f6aa00;"
+ id="stop146" />
+ </radialGradient>
+ <radialGradient
+ id="pupil_1_"
+ gradientUnits="userSpaceOnUse"
+ cx="59.610001"
+ cy="65.110001"
+ r="3.8"
+ fx="59.610001"
+ fy="65.110001"
+ gradientTransform="matrix(0.205043,0,0,0.205043,2.74915,1.042583)">
+ <stop
+ offset="0.01"
+ style="stop-color:#ffffff;"
+ id="stop149" />
+ <stop
+ offset="1.00"
+ style="stop-color:#000000;"
+ id="stop151" />
+ </radialGradient>
+ <radialGradient
+ id="XMLID_24_"
+ gradientUnits="userSpaceOnUse"
+ cx="51.5"
+ cy="87.5"
+ r="12.97"
+ fx="51.5"
+ fy="87.5"
+ gradientTransform="matrix(0.205043,0,0,0.205043,2.74915,1.042583)">
+ <stop
+ offset="0.00"
+ style="stop-color:#769eb8;"
+ id="stop154" />
+ <stop
+ offset="1.00"
+ style="stop-color:#ffffff;"
+ id="stop156" />
+ </radialGradient>
+ <radialGradient
+ id="XMLID_25_"
+ gradientUnits="userSpaceOnUse"
+ cx="47.25"
+ cy="82.5"
+ r="3.78"
+ fx="47.25"
+ fy="82.5"
+ gradientTransform="matrix(0.205043,0,0,0.205043,2.74915,1.042583)">
+ <stop
+ offset="0.01"
+ style="stop-color:#ffffff;"
+ id="stop159" />
+ <stop
+ offset="1.00"
+ style="stop-color:#000000;"
+ id="stop161" />
+ </radialGradient>
+ <path
+ d="M 44.219079,26.365383 C 44.219079,36.67084 35.865631,45.024287 25.566325,45.024287 C 15.26702,45.024287 6.9033197,36.67084 6.9033197,26.365383 C 6.9033197,16.059926 15.256768,7.706478 25.562224,7.706478 C 35.867681,7.706478 44.219079,16.059926 44.219079,26.365383 z "
+ id="path163"
+ style="fill:url(#XMLID_1_);stroke:none" />
+ <path
+ d="M 9.0378164,11.657655 L 3.7969196,18.366659 L 6.5773015,32.514619 L 32.164607,40.800404 L 38.285137,30.402678 L 36.491012,14.823517 L 16.845851,5.7585703 L 9.1813464,11.475166 L 9.0378164,11.657655 z "
+ id="path165"
+ style="fill:#340000;stroke:none" />
+ <path
+ d="M 36.718609,20.388381 L 17.153415,27.749422 L 8.1602327,13.447679 L 4.2357115,18.471231 L 6.9320257,32.198854 L 31.978017,40.3083 L 37.862749,30.312459 L 36.718609,20.388381 z "
+ id="path167"
+ style="fill:url(#XMLID_2_);stroke:none" />
+ <path
+ d="M 16.913515,29.543548 L 9.4643057,18.948981 C 5.2957832,22.639753 9.7370127,27.35574 9.1280353,28.040583 C 8.7165824,28.495778 7.7583486,27.971551 6.2533337,26.467904 C 3.9958112,24.212433 6.6634195,29.133462 7.8936769,30.84147 C 8.7138486,31.981508 7.7344269,31.913161 4.9554121,30.636427 L 4.13319,17.240973 L 7.7727016,12.832551 L 43.979179,17.856102 L 33.316947,24.007389 L 16.913515,29.543548 z "
+ id="path169"
+ style="fill:url(#XMLID_3_);stroke:none" />
+ <path
+ d="M 43.040082,18.009884 L 17.153415,27.749422 L 7.7727016,12.832551 L 7.4261791,13.049896 L 16.98528,28.251777 L 43.183612,18.393315 L 43.040082,18.009884 z "
+ id="path171"
+ style="fill:#340000;stroke:none" />
+ <path
+ d="M 36.718609,20.388381 L 36.331078,17.025679 L 8.5518647,12.947374 L 8.4042338,13.133964 L 8.1602327,13.447679 L 17.153415,27.749422 L 36.718609,20.388381 z "
+ id="path173"
+ style="fill:url(#XMLID_4_);stroke:none" />
+ <path
+ d="M 6.9320257,32.198854 L 31.978017,40.3083 L 32.671062,39.129304 L 6.5937049,30.474443 L 6.9320257,32.198854 z "
+ id="path175"
+ style="fill:url(#XMLID_5_);stroke:none" />
+ <path
+ d="M 36.72271,16.832937 L 36.331078,17.025679 L 36.718609,20.388381 L 32.129749,22.114843 C 34.393423,26.964108 32.685415,33.029277 32.691567,33.029277 C 36.19985,31.153135 37.118443,25.770758 37.288629,21.678102 L 36.72271,16.832937 z "
+ id="path177"
+ style="fill:#7b5516;stroke:none" />
+ <path
+ d="M 25.877991,16.410549 C 29.417031,17.374251 31.045072,19.789657 32.135901,22.114843 L 36.72066,20.388381 L 36.333129,17.025679 L 32.671062,16.488466 L 32.429112,17.651059 L 25.877991,16.410549 z "
+ id="path179"
+ style="fill:#7b5516;stroke:none" />
+ <path
+ d="M 11.360953,13.359511 L 8.5518647,12.947374 L 8.4042338,13.133964 L 8.1602327,13.447679 L 11.192818,18.270288 L 11.209221,18.268238 C 11.342499,17.456268 11.600854,16.814484 11.607004,16.814484 C 11.613156,16.814484 11.621357,16.853442 11.658265,16.917005 L 11.619307,16.023018 C 11.602903,15.297166 11.406063,14.31091 11.367105,13.359511 L 11.360953,13.359511 z "
+ id="path181"
+ style="fill:url(#XMLID_6_);stroke:none" />
+ <path
+ d="M 25.877991,16.410549 C 25.877991,16.410549 23.099659,15.805673 21.157903,15.668294 C 19.216146,15.530915 16.79459,17.448067 16.03183,17.907362 C 15.625845,18.151363 15.1686,18.399465 14.682648,18.657819 C 14.721606,20.587273 15.189104,24.772199 18.340613,26.519165 C 18.332412,16.267019 25.877991,16.410549 25.884142,16.410549 L 25.877991,16.410549 z "
+ id="path183"
+ style="fill:url(#XMLID_7_);stroke:none" />
+ <path
+ d="M 15.613542,35.009992 L 6.9320257,32.198854 L 5.9027103,27.88475 L 4.0819293,27.288076 C 4.0819293,27.288076 5.9785762,33.23432 9.3597338,38.01182 C 16.214319,42.78932 14.539117,40.462083 14.545269,40.462083 C 15.771426,41.179733 16.591597,41.179733 16.597749,41.179733 C 16.593647,40.462083 13.518004,40.3083 12.652723,35.438532 C 13.571315,37.283918 17.262088,38.309132 17.473282,38.10409 C 17.60861,37.967394 17.023555,36.959267 15.718114,35.079707 L 15.613542,35.009992 z "
+ id="path185"
+ style="fill:#000000;stroke:none" />
+ <path
+ d="M 13.052556,39.846954 C 13.052556,39.846954 8.6748905,39.549642 4.9492608,32.161945 C 2.7491504,24.519997 7.8526684,36.558065 13.058708,39.846954 L 13.052556,39.846954 z "
+ id="path187"
+ style="fill:url(#XMLID_8_);stroke:none" />
+ <path
+ d="M 2.7840077,22.990376 C 2.7840077,22.990376 3.3130183,34.515838 9.1628925,36.412486 C 6.1856695,32.362888 5.3408928,24.468736 5.347044,24.468736 L 2.7840077,22.990376 z "
+ id="path189"
+ style="fill:url(#XMLID_9_);stroke:none" />
+ <path
+ d="M 6.2348798,30.312459 C 5.0046224,30.568763 2.6732844,26.262861 2.7553016,21.803178 C 2.8045119,18.830056 3.3150688,16.454975 4.2869722,14.677937 L 5.3121867,23.135957 C 5.3121867,23.135957 5.3121867,28.928419 6.2410311,30.312459 L 6.2348798,30.312459 z "
+ id="path191"
+ style="fill:url(#XMLID_10_);stroke:none" />
+ <path
+ d="M 21.971923,3.6056198 C 21.971923,3.6056198 7.9264838,5.8610918 4.2931234,14.677937 C 1.8018521,20.90714 7.4405321,26.238256 8.2914602,25.391429 C 8.2873594,25.391429 5.2301695,21.411546 8.2422499,15.465301 C 10.246203,11.501139 14.822761,7.5479115 21.971923,3.6056198 z "
+ id="path193"
+ style="fill:#000000;stroke:none" />
+ <path
+ d="M 21.971923,3.6056198 C 21.971923,3.6056198 7.9264838,5.8610918 4.2931234,14.677937 C 1.8018521,20.90714 7.4405321,26.238256 8.2914602,25.391429 C 8.2873594,25.391429 4.391544,20.777963 7.8321641,14.524154 C 10.120443,10.354949 14.833696,6.7154373 21.971923,3.6056198 z "
+ id="path195"
+ style="fill:url(#XMLID_11_);stroke:none" />
+ <path
+ d="M 4.2705688,16.353138 C 3.5180613,21.376689 5.1358498,19.496445 6.3948133,15.60063 C 5.1420011,17.769984 4.2705688,17.189713 4.27672,16.353138 L 4.2705688,16.353138 z M 5.8370966,12.87561 C 3.6000784,17.437815 5.70997,16.135791 8.0905181,12.799744 C 6.2389807,14.491348 5.5828433,13.673227 5.8432479,12.87561 L 5.8370966,12.87561 z M 10.307033,8.2108836 C 7.0509506,11.104039 9.1485396,10.755466 12.121662,8.8813739 C 10.099939,9.6236289 9.8477357,8.762449 10.313183,8.2108836 L 10.307033,8.2108836 z M 8.0002993,10.271565 C 4.7421674,13.83316 7.0140429,13.207779 10.075334,10.802626 C 7.9346856,11.852446 7.5553561,10.931803 8.0064505,10.271565 L 8.0002993,10.271565 z M 14.325873,7.3907119 C 12.554302,7.8869157 12.39642,7.1323578 12.83316,6.6935659 C 9.8456857,8.9408363 11.662366,8.7870541 14.332024,7.3907119 L 14.325873,7.3907119 z "
+ id="path197"
+ style="fill:url(#XMLID_12_);stroke:none" />
+ <path
+ d="M 35.734403,5.885697 C 34.66818,4.8891884 32.193312,4.2227989 30.790819,3.9377893 C 29.583116,3.6958387 28.297497,3.6179223 27.079542,3.5277035 C 26.238866,3.468241 23.843965,3.5133504 22.826952,3.6179223 C 20.259815,3.8844781 19.23255,4.8317764 17.167768,6.2916818 C 15.275221,7.6224104 12.490739,9.0720637 11.668517,11.399301 C 11.016481,12.691071 11.602903,14.753802 11.63366,16.023018 L 11.668517,16.917005 C 11.629559,16.853442 11.611105,16.814484 11.617256,16.814484 C 11.623408,16.814484 10.477218,19.642026 11.750534,20.915343 C 11.762837,20.800518 11.789493,20.687744 11.834603,20.577022 L 11.752585,20.915343 C 11.752585,20.915343 12.308251,19.898329 13.329365,19.367268 C 14.350478,18.836207 15.287524,18.366659 16.050284,17.907362 C 16.813043,17.448067 19.203844,15.532966 21.151752,15.668294 C 22.450357,15.75988 26.209477,16.420801 32.429112,17.651059 L 33.079098,14.507751 L 31.902152,13.619915 C 32.027227,13.289797 32.123598,12.939173 32.306086,12.63981 C 32.753079,11.870899 32.808441,11.200409 32.800239,10.322825 C 33.837756,10.076774 35.00035,9.6502849 35.679042,8.7686003 C 36.257263,7.997639 36.536121,6.636154 35.740555,5.885697 L 35.734403,5.885697 z "
+ id="path199"
+ style="fill:#000000;stroke:none" />
+ <path
+ d="M 35.734403,5.885697 C 34.66818,4.8891884 32.193312,4.2227989 30.790819,3.9377893 C 29.583116,3.6958387 28.297497,3.6179223 27.079542,3.5277035 C 26.238866,3.468241 23.843965,3.5133504 22.826952,3.6179223 C 20.259815,3.8844781 19.23255,4.8317764 17.167768,6.2916818 C 15.275221,7.6224104 12.490739,9.0720637 11.668517,11.399301 C 11.016481,12.691071 11.602903,14.753802 11.63366,16.023018 L 11.668517,16.917005 C 11.629559,16.853442 11.611105,16.814484 11.617256,16.814484 C 11.623408,16.814484 10.477218,19.642026 11.750534,20.915343 C 11.887913,19.582563 14.006007,18.557349 14.012157,18.557349 L 15.572534,17.772034 C 15.810384,17.61005 16.46447,17.212267 16.673614,17.003123 C 17.918225,16.283423 18.961893,15.491957 20.434101,15.346376 C 22.375858,15.151586 24.213042,16.014817 26.150698,15.805673 C 27.73773,15.633436 29.909134,15.40789 31.289073,14.528256 C 31.937009,14.112018 31.955463,13.267241 32.330691,12.63981 C 32.777684,11.87295 32.833046,11.200409 32.824845,10.322825 C 33.862361,10.076774 35.024955,9.6502849 35.703647,8.7686003 C 36.257263,7.997639 36.536121,6.636154 35.740555,5.885697 L 35.734403,5.885697 z "
+ id="path201"
+ style="fill:url(#XMLID_13_);stroke:none" />
+ <path
+ d="M 21.151752,2.4778837 C 20.928255,2.5722035 20.700658,2.703431 20.477161,2.8613139 C 20.704758,2.703431 20.932356,2.5701531 21.157903,2.4778837 L 21.151752,2.4778837 z M 21.151752,2.4778837 C 19.177188,3.759402 18.451337,6.4085564 18.457488,6.4085564 C 18.65843,6.3224384 18.955742,5.9451594 19.355576,5.4838128 C 19.115675,5.7606207 18.910633,6.0087226 18.748649,6.1789083 C 18.758901,6.129698 19.562669,3.9952013 21.157903,2.4778837 L 21.151752,2.4778837 z M 20.536623,1.0425833 C 16.1282,4.2638075 16.331193,6.8493986 16.337344,6.8493986 C 16.400907,6.8165917 16.482925,6.7571293 16.583395,6.6771625 C 16.575194,6.6751122 16.45832,4.6861959 20.542774,1.0425833 L 20.536623,1.0425833 z M 21.629502,3.6056198 C 20.612488,5.0409201 21.391652,5.3484845 21.397803,5.3484845 C 21.403954,5.3484845 21.108693,4.8707345 21.629502,3.6056198 z M 20.544825,4.2740596 C 20.870842,4.0095543 21.231718,3.7717045 21.635653,3.6056198 C 21.215315,3.7799063 20.85649,4.0157055 20.550976,4.2740596 C 20.544825,4.2740596 20.544825,4.2740596 20.550976,4.2740596 L 20.544825,4.2740596 z "
+ id="path203"
+ style="fill:#484848;stroke:none" />
+ <path
+ d="M 12.121662,10.456104 C 14.914346,1.9283687 20.536623,1.0425833 20.542774,1.0425833 C 16.130251,4.2638075 16.333243,6.8493986 16.339394,6.8493986 C 17.061145,6.4844222 19.374029,3.2303912 21.157903,2.4778837 C 19.181289,3.759402 18.453386,6.4085564 18.459538,6.4085564 C 18.949591,6.2035135 19.976856,4.2986648 21.639754,3.6056198 C 20.620691,5.0409201 21.397803,5.3484845 21.403954,5.3484845 L 12.121662,10.456104 z "
+ id="path205"
+ style="fill:url(#XMLID_14_);stroke:none" />
+ <path
+ d="M 45.535455,19.592815 L 36.581231,15.856934 L 35.812319,24.519997 C 35.910741,25.079763 35.976354,25.684641 36.019413,26.324374 C 36.009161,26.217751 36.00301,26.11523 36.000959,26.010658 C 35.256653,37.9175 28.192925,44.015476 24.647733,45.588156 C 29.103315,45.89572 31.840639,44.345596 31.84679,44.345596 C 31.852941,44.345596 31.250115,45.075548 29.661032,46.049502 C 31.660201,46.049502 36.632491,44.152856 37.612596,42.153686 L 38.121103,42.35873 C 38.119053,42.35873 47.80733,35.592314 45.541606,19.592815 L 45.535455,19.592815 z "
+ id="path207"
+ style="fill:#000000;stroke:none" />
+ <path
+ d="M 35.992757,26.010658 C 35.252553,37.9175 28.188824,44.015476 24.643633,45.588156 C 33.386662,43.685358 36.488961,32.740167 35.998909,26.010658 L 35.992757,26.010658 z "
+ id="path209"
+ style="fill:url(#XMLID_15_);stroke:none" />
+ <path
+ d="M 29.661032,46.049502 C 29.661032,46.049502 36.683752,43.281423 37.510075,36.976353 C 40.784611,37.4377 34.069455,45.075548 29.667184,46.049502 L 29.661032,46.049502 z "
+ id="path211"
+ style="fill:url(#XMLID_16_);stroke:none" />
+ <path
+ d="M 30.89334,15.241805 C 28.609163,11.903706 25.090626,10.849785 21.807889,10.849785 C 27.764385,11.602293 36.52997,20.060313 31.615091,29.441026 C 34.520549,25.53906 33.530192,19.098662 30.899492,15.241805 L 30.89334,15.241805 z "
+ id="path213"
+ style="fill:#000000;stroke:none" />
+ <path
+ d="M 36.019413,25.621077 C 34.42623,29.057596 31.60894,29.441026 31.615091,29.441026 C 31.621243,29.441026 33.968984,29.851112 35.916891,27.493119 C 36.19575,27.152747 36.206002,26.49661 36.025565,25.621077 L 36.019413,25.621077 z "
+ id="path215"
+ style="fill:#000000;stroke:none" />
+ <path
+ d="M 45.535455,19.592815 L 36.581231,15.856934 L 35.812319,24.519997 C 35.894337,24.989544 35.953799,25.4919 35.996858,26.01886 C 35.994808,26.014759 35.994808,26.010658 36.000959,26.010658 C 36.00506,26.11523 36.011211,26.217751 36.023514,26.324374 C 36.013262,26.221853 36.00506,26.121382 36.00301,26.020911 C 35.972253,26.453551 35.935346,26.87799 35.898438,27.296278 C 35.783614,29.162168 35.76721,32.625343 36.921602,34.722931 C 37.706916,33.535733 38.496332,32.053273 38.771089,30.568763 C 38.894115,32.075828 38.180565,34.013483 37.481369,35.516448 C 37.713067,35.778903 37.983724,35.996248 38.295389,36.156181 C 38.412264,36.205392 38.531189,36.2423 38.656265,36.273056 C 39.63842,35.059202 41.233654,32.813982 41.647841,30.568763 C 41.791371,32.340333 40.78256,34.708578 39.993145,36.262804 C 43.359949,35.342161 45.65438,27.956516 45.701539,27.825288 C 45.697439,27.823238 45.697439,27.823238 45.70359,27.821187 C 45.966045,25.407832 45.972196,22.67256 45.541606,19.592815 L 45.535455,19.592815 z "
+ id="path217"
+ style="fill:url(#XMLID_17_);stroke:none" />
+ <path
+ d="M 40.805115,34.423569 C 40.536509,35.09406 40.237146,35.727642 39.97059,36.264854 C 41.184444,35.930635 42.260919,34.753688 43.146705,33.381951 C 42.349088,33.956072 41.377185,34.273888 40.811266,34.423569 L 40.805115,34.423569 z "
+ id="path219"
+ style="fill:#0c418f;stroke:none" />
+ <path
+ d="M 37.795085,34.768041 C 37.686412,35.026395 37.573638,35.278598 37.467016,35.516448 C 37.700765,35.778903 37.969371,35.996248 38.281036,36.156181 C 38.397911,36.205392 38.516836,36.2423 38.641911,36.273056 C 39.624067,35.059202 41.219301,32.813982 41.633488,30.568763 C 40.509853,33.449615 38.812097,34.433822 37.801236,34.768041 L 37.795085,34.768041 z "
+ id="path221"
+ style="fill:#0c418f;stroke:none" />
+ <path
+ d="M 38.529138,23.648564 C 39.093007,26.92925 36.888795,31.74776 36.894947,31.74776 C 36.901097,31.74776 40.187936,31.101874 41.641689,24.095558 C 41.641689,24.095558 41.332075,28.961226 40.690291,30.107415 C 40.686189,30.107415 43.864354,28.620854 44.536895,22.572088 C 45.209436,16.523323 40.842022,12.832551 39.457982,13.5502 C 38.53529,14.028634 38.225675,17.394755 38.529138,23.648564 z "
+ id="path223"
+ style="fill:url(#XMLID_18_);stroke:none" />
+ <path
+ d="M 45.652329,20.294062 C 45.652329,20.292012 45.652329,20.292012 45.658481,20.289961 C 45.326311,18.143162 44.75014,16.102985 43.975078,14.267851 C 41.98001,9.5887719 38.666518,6.7325241 34.832214,5.5535275 C 26.11379,4.7333558 21.807889,10.849785 21.81404,10.849785 C 25.098827,10.849785 28.617364,11.903706 30.907693,15.241805 C 33.540444,19.098662 34.530802,25.53906 31.625343,29.441026 C 31.621243,29.441026 37.670009,28.620854 37.061031,18.573752 C 37.05693,18.573752 39.209881,22.777132 36.447953,28.569594 C 36.443852,28.569594 42.031271,27.185554 40.294558,16.420801 C 40.290457,16.420801 41.571975,18.881316 41.168041,24.571257 C 41.163939,24.571257 43.470673,22.967822 43.476823,18.061144 C 43.472723,18.061144 45.061806,23.238478 43.478874,26.519165 C 43.474774,26.519165 43.501429,26.428946 43.622404,26.338727 C 44.116558,25.920439 46.056264,24.263693 45.658481,20.294062 L 45.652329,20.294062 z "
+ id="path225"
+ style="fill:url(#XMLID_19_);stroke:none" />
+ <path
+ d="M 31.278821,15.846682 C 32.388103,17.685916 33.060644,19.801959 33.298494,21.932355 C 33.458428,22.367046 33.874664,23.064191 34.448785,22.904259 C 34.920383,22.76893 35.348923,22.225566 35.627781,21.833935 C 35.980455,21.323377 36.119885,20.702097 36.458205,20.183339 C 36.616088,19.927035 36.837534,19.701489 36.868291,19.385722 C 36.874442,19.274999 36.835484,18.618861 37.063082,18.639366 C 37.05693,18.616811 37.05693,18.596307 37.061031,18.573752 C 37.05693,18.573752 37.071283,18.604508 37.10204,18.657819 C 37.257873,18.793148 37.317335,19.108914 37.382949,19.297554 C 37.471117,19.594866 37.551084,19.896278 37.631051,20.197692 C 37.756127,20.7144 38.110851,21.645295 38.773139,21.069125 C 39.074552,20.800518 39.261142,20.392483 39.425176,20.025455 C 39.574857,19.668681 39.665076,19.311907 39.724539,18.926426 C 39.822959,18.196473 39.792202,17.199964 40.335566,16.623794 C 40.321214,16.55613 40.310961,16.488466 40.306861,16.420801 C 40.30276,16.420801 40.343768,16.500768 40.415533,16.660702 C 40.657484,16.822685 40.995804,16.976467 41.286966,16.816535 C 41.55147,16.666853 41.668345,16.328532 41.746261,16.049674 C 41.852884,15.623185 41.891842,15.176191 41.982061,14.7415 C 42.076381,14.243246 42.176852,13.732689 42.141995,13.224183 C 42.35934,13.726538 42.597189,14.21454 42.794031,14.731248 C 42.947813,15.159788 43.105696,15.592428 43.140553,16.051724 C 43.167209,16.441306 43.159007,16.832937 43.212319,17.222519 C 43.247176,17.532134 43.318941,17.913514 43.595748,18.110355 C 43.714674,16.447457 43.970977,14.647181 43.437865,13.029392 C 42.566433,11.339838 41.436647,9.7774109 40.032103,8.4979436 C 38.547592,7.1549126 36.786274,6.1399502 34.881425,5.5535275 C 26.163,4.7333558 21.857099,10.851836 21.863251,10.851836 C 23.634822,10.851836 25.428947,11.1594 27.052886,11.913958 C 28.801903,12.758735 30.249506,14.140725 31.284973,15.846682 L 31.278821,15.846682 z "
+ id="path227"
+ style="fill:url(#XMLID_20_);stroke:none" />
+ <path
+ d="M 28.328253,7.692125 C 28.916727,8.4897419 28.252387,8.7583481 26.882701,8.6291711 C 30.991761,9.9106889 30.048563,8.7788524 28.334405,7.692125 L 28.328253,7.692125 z M 32.207665,7.1118536 C 36.074775,7.5342419 35.043409,6.6935659 33.337452,6.0292269 C 33.991538,6.6341035 33.450225,6.9867774 32.213817,7.1118536 L 32.207665,7.1118536 z M 34.981896,9.9988579 C 35.52731,10.886694 34.807609,11.11019 33.380511,10.853886 C 37.577739,12.561894 36.689903,11.290628 34.988047,9.9988579 L 34.981896,9.9988579 z M 36.923652,8.9449372 C 37.471117,9.8348239 36.751417,10.05627 35.324317,9.7999659 C 39.521546,11.507973 38.63371,10.236708 36.929804,8.9449372 L 36.923652,8.9449372 z M 28.190875,9.7917639 C 32.394255,11.499772 31.506419,10.228505 29.804562,8.9367355 C 30.343825,9.8245709 29.624125,10.046018 28.199076,9.7917639 L 28.190875,9.7917639 z M 32.115396,10.216203 C 32.66081,11.104039 31.94111,11.325486 30.514011,11.071232 C 34.71124,12.779239 33.823403,11.507973 32.121547,10.216203 L 32.115396,10.216203 z M 35.66879,8.0612022 C 35.359174,7.821302 34.862971,7.5444941 34.303204,7.2820391 C 35.020855,8.036597 34.362667,8.4036238 32.915064,8.4548846 C 36.060421,9.0085004 36.425398,8.647625 35.693395,8.0714543 C 40.099767,8.8403653 38.965879,7.7884951 37.038477,6.8904072 C 37.739723,7.6367634 37.097939,8.0037902 35.674941,8.0612022 L 35.66879,8.0612022 z M 31.153745,9.7343519 C 35.62368,10.519667 34.485692,9.4636959 32.550087,8.5615069 C 33.265686,9.3140149 32.607499,9.6830919 31.159896,9.7343519 L 31.153745,9.7343519 z M 31.163997,7.4317204 C 31.446956,7.9422773 30.870786,8.1719254 29.779957,8.1719254 C 33.42357,8.9469876 32.707971,8.1145134 31.205006,7.3107452 C 31.161946,7.0544415 30.626785,6.5725907 29.952194,6.0907398 C 30.440195,6.837096 29.829167,7.0462398 28.60096,6.865802 C 30.261808,7.4850316 30.997912,7.5957548 31.170149,7.4317204 L 31.163997,7.4317204 z M 37.604395,11.704814 C 41.647841,14.224792 40.956846,12.750533 39.425176,11.108139 C 39.82706,12.125153 39.041746,12.225624 37.610546,11.704814 L 37.604395,11.704814 z M 35.455545,12.643912 C 39.498991,15.163889 38.805946,13.68963 37.276326,12.047236 C 37.67616,13.064249 36.890846,13.16472 35.461697,12.643912 L 35.455545,12.643912 z M 26.380346,9.0043996 C 26.927811,9.8922349 26.208109,10.115732 24.781011,9.8594289 C 28.978239,11.567436 28.090404,10.29617 26.386497,9.0043996 L 26.380346,9.0043996 z M 39.83116,8.9961979 C 40.218691,9.9640009 39.472336,10.060371 38.110851,9.5641669 C 41.955405,11.963168 41.295167,10.558625 39.837312,8.9961979 L 39.83116,8.9961979 z M 32.628004,12.801794 C 36.872391,15.448899 36.14654,13.900824 34.539003,12.176414 C 34.959341,13.242636 34.135069,13.349259 32.634154,12.801794 L 32.628004,12.801794 z M 28.26059,10.474557 C 28.806003,11.362393 28.086303,11.58384 26.659205,11.329586 C 30.856433,13.037593 29.968597,11.766327 28.26674,10.474557 L 28.26059,10.474557 z M 31.163997,12.080043 C 31.711462,12.969929 30.991761,13.191375 29.564662,12.935072 C 33.761891,14.64308 32.874055,13.371813 31.170149,12.080043 L 31.163997,12.080043 z M 30.657541,14.749702 C 34.446734,18.387163 34.034598,16.640197 32.757181,14.518004 C 32.958122,15.709302 32.08874,15.637538 30.663693,14.749702 L 30.657541,14.749702 z "
+ id="path229"
+ style="fill:url(#XMLID_21_);stroke:none" />
+ <path
+ d="M 34.514398,23.049838 C 33.111904,22.127146 33.284141,19.838867 33.290292,19.838867 C 33.405116,20.538063 34.395473,20.367878 34.401625,20.367878 C 34.192481,19.717891 34.210934,16.180901 34.217086,16.180901 C 35.613428,21.444353 36.607886,20.792316 36.183448,15.617034 C 36.171145,15.617034 38.307692,19.564109 34.520549,23.049838 L 34.514398,23.049838 z "
+ id="path231"
+ style="fill:#4a6eaa;stroke:none" />
+ <path
+ d="M 37.862749,20.04391 C 38.221574,19.172477 37.622848,16.07838 37.629,16.07838 C 37.635151,16.07838 38.104699,17.001072 38.787492,16.763223 C 38.787492,16.763223 38.957678,15.258208 37.836093,14.507751 C 37.831992,14.507751 38.994586,14.815316 39.308301,14.16533 C 39.29805,14.16533 41.723707,18.061144 37.8689,20.04391 L 37.862749,20.04391 z "
+ id="path233"
+ style="fill:#4a6eaa;stroke:none" />
+ <path
+ d="M 13.786611,17.122048 C 18.553858,16.968266 16.025679,13.720386 22.38816,7.5690992 C 17.204676,10.577078 11.805896,10.509415 13.792761,17.122048 L 13.786611,17.122048 z "
+ id="path235"
+ style="fill:url(#XMLID_22_);stroke:none" />
+ <path
+ d="M 13.786611,17.122048 C 14.625236,15.908194 17.460979,11.192207 22.38816,7.5690992 C 17.204676,10.577078 11.805896,10.509415 13.792761,17.122048 L 13.786611,17.122048 z "
+ id="path237"
+ style="fill:url(#XMLID_23_);stroke:none" />
+ <path
+ d="M 16.243024,15.225401 C 15.346987,16.121439 14.274613,15.912295 14.190545,14.731248 C 14.059317,13.062198 15.849342,12.885862 16.628505,13.140115 C 16.89096,13.896724 16.55879,14.634878 16.249176,15.225401"
+ id="path239"
+ style="fill:#000064;stroke:none" />
+ <path
+ d="M 16.329143,15.001904 C 16.040032,15.541167 15.36544,15.758513 14.992262,15.55552 C 14.610883,15.352528 14.612934,14.673836 14.908195,14.134573 C 15.193205,13.59531 16.452168,13.837261 16.45832,13.837261 C 16.46447,13.837261 16.618252,14.464692 16.329143,15.001904 z "
+ id="path241"
+ style="fill:url(#eye_2_);stroke:none" />
+ <path
+ d="M 15.055826,15.034712 C 15.318281,15.36278 15.720165,15.479654 15.958015,15.295115 C 16.185612,15.108527 16.290184,14.561062 16.03183,14.232994 C 15.765274,13.902874 15.234214,13.919278 15.008666,14.103817 C 14.766716,14.288355 14.791321,14.706643 15.061977,15.034712 L 15.055826,15.034712 z "
+ id="path243"
+ style="fill:url(#pupil_1_);stroke:none" />
+ <path
+ d="M 14.061367,18.487634 C 14.061367,18.487634 14.061367,17.975027 13.913737,17.46242 C 12.148317,18.061144 11.602903,16.814484 11.609055,16.814484 C 11.615207,16.814484 10.466966,19.642026 11.740282,20.915343 C 11.877661,19.582563 13.995754,18.557349 14.001905,18.557349"
+ id="path245"
+ style="fill:url(#XMLID_24_);stroke:none" />
+ <path
+ d="M 13.991654,18.557349 L 14.061367,18.487634 C 14.061367,18.487634 14.061367,17.975027 13.913737,17.46242 C 11.1067,18.965384 11.738232,20.915343 11.744384,20.915343 C 11.873561,19.582563 13.991654,18.557349 13.997804,18.557349 L 13.991654,18.557349 z "
+ id="path247"
+ style="fill:#484848;stroke:none" />
+ <path
+ d="M 11.73208,18.651669 C 11.73208,18.651669 11.746433,17.804841 12.131915,17.651059 C 12.127814,17.817143 12.324655,17.94632 12.523546,17.94632 C 11.986334,17.999632 11.73208,18.651669 11.738232,18.651669 L 11.73208,18.651669 z "
+ id="path249"
+ style="fill:url(#XMLID_25_);stroke:none" />
+ <path
+ d="M 12.121662,10.456104 L 12.125763,10.454053 C 11.935073,10.753416 11.773089,11.065081 11.660316,11.399301 C 11.100548,12.506532 11.451172,14.179683 11.5865,15.432495 C 11.703375,15.873337 11.840753,16.326482 12.088855,16.574583 L 12.392318,16.677106 C 12.386168,15.977909 12.634269,15.329973 12.603513,14.626676 C 12.556353,13.773697 12.332856,12.918668 12.505092,12.063639 C 12.646572,11.311132 13.093565,10.659096 13.276053,9.9127399 C 13.495449,8.9838953 13.468794,7.9832859 13.600021,7.0359877 C 13.048456,8.0119919 12.550201,9.1417783 12.127814,10.456104"
+ id="path251"
+ style="fill:#ffffff;fill-opacity:0.25;stroke:none" />
+</svg>
diff --git a/debian/logo/thunderbird/thunderbird.svg b/debian/logo/thunderbird/thunderbird.svg
new file mode 100644
index 0000000000..1cf2ac91c0
--- /dev/null
+++ b/debian/logo/thunderbird/thunderbird.svg
@@ -0,0 +1,253 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ viewBox="0 0 247 247" style="enable-background:new 0 0 247 247;" xml:space="preserve">
+<style type="text/css">
+ .st0{fill:#363959;}
+ .st1{fill:url(#SVGID_1_);}
+ .st2{fill:#FBFBFB;}
+ .st3{fill:#999999;}
+ .st4{fill:#F8F8F8;}
+ .st5{fill:url(#SVGID_2_);}
+ .st6{fill:url(#SVGID_3_);}
+ .st7{fill:url(#SVGID_4_);}
+ .st8{fill:#3F6499;}
+ .st9{fill:url(#SVGID_5_);}
+ .st10{fill:url(#SVGID_6_);}
+ .st11{fill:url(#SVGID_7_);}
+ .st12{fill:url(#SVGID_8_);}
+ .st13{filter:url(#Adobe_OpacityMaskFilter);}
+ .st14{fill:url(#SVGID_10_);}
+ .st15{mask:url(#SVGID_9_);}
+ .st16{opacity:0.6;}
+ .st17{opacity:0.2;}
+ .st18{fill:url(#SVGID_11_);}
+ .st19{fill:url(#SVGID_12_);}
+ .st20{opacity:0.1;fill:#F2F2F2;}
+ .st21{fill:#2F4282;}
+ .st22{fill:url(#SVGID_13_);}
+ .st23{fill:url(#SVGID_14_);}
+ .st24{fill:#FFFFFF;}
+ .st25{fill:url(#SVGID_15_);}
+ .st26{fill:url(#SVGID_16_);}
+ .st27{fill:url(#SVGID_17_);}
+ .st28{fill:url(#SVGID_18_);}
+ .st29{fill:url(#SVGID_19_);}
+ .st30{fill:url(#SVGID_20_);}
+ .st31{fill:url(#SVGID_21_);}
+ .st32{fill:url(#SVGID_22_);}
+ .st33{fill:url(#SVGID_23_);}
+ .st34{fill:url(#SVGID_24_);}
+ .st35{filter:url(#Adobe_OpacityMaskFilter_1_);}
+ .st36{fill:url(#SVGID_26_);}
+ .st37{mask:url(#SVGID_25_);}
+ .st38{fill:url(#SVGID_27_);}
+ .st39{fill:url(#SVGID_28_);}
+ .st40{fill:url(#SVGID_29_);}
+ .st41{fill:url(#SVGID_30_);}
+ .st42{fill:url(#SVGID_31_);}
+ .st43{fill:url(#SVGID_32_);}
+ .st44{fill:url(#SVGID_33_);}
+ .st45{fill:url(#SVGID_34_);}
+ .st46{fill:url(#SVGID_35_);}
+ .st47{fill:url(#SVGID_36_);}
+ .st48{fill:url(#SVGID_37_);}
+ .st49{fill:url(#SVGID_38_);}
+ .st50{fill:url(#SVGID_39_);}
+ .st51{fill:url(#SVGID_40_);}
+ .st52{filter:url(#Adobe_OpacityMaskFilter_2_);}
+ .st53{fill:url(#SVGID_42_);}
+ .st54{mask:url(#SVGID_41_);}
+ .st55{fill:url(#SVGID_43_);}
+ .st56{fill:url(#SVGID_44_);}
+ .st57{fill:url(#SVGID_45_);}
+ .st58{fill:url(#SVGID_46_);}
+ .st59{fill:url(#SVGID_47_);}
+ .st60{fill:url(#SVGID_48_);}
+</style>
+<g transform="translate(0.04 2.096)">
+ <g>
+ <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="199.533" y1="201.907" x2="39.6787" y2="42.0527">
+ <stop offset="0" style="stop-color:#130036"/>
+ <stop offset="0.2297" style="stop-color:#18023B"/>
+ <stop offset="0.5122" style="stop-color:#26094A"/>
+ <stop offset="0.8211" style="stop-color:#3D1563"/>
+ <stop offset="1" style="stop-color:#4E1D75"/>
+ </linearGradient>
+ <path class="st1" d="M188.887,35.492c-14.501-9.472-33.046-12.538-43.281-13.609c-10.954-1.145-20.468-0.943-28.836,0.285
+ c-0.709-0.009-1.414-0.037-2.127-0.037c-0.544,0-1.08,0.023-1.627,0.029c0.225-0.275,0.381-0.445,0.381-0.445
+ s-0.44,0.069-1.304,0.46c-2.717,0.044-5.421,0.138-8.085,0.32c3.711-4.068,6.751-6.2,6.751-6.2s-3.608,0.528-10.192,6.496
+ c-3.132,0.288-6.221,0.67-9.258,1.145c6.918-9.362,14.155-13.304,14.155-13.304s-8.772-1.786-22.507,12.016
+ c-1.149,1.155-2.215,2.356-3.246,3.572C39.68,35.907,11.03,61.758,11.03,92.139c0,5.958-1.829,12.511,0.143,19.054
+ c-0.788,10.453,0.89,38.975,0.89,38.975s10.837,58.649,52.51,68.846c0.662,0.158-8.707-14.62-12.851-32.442
+ c8.069,8.208,17.685,14.699,28.478,15.824c1.325,0.137-6.165-8.64-12.725-19.234l94.698,31.906
+ c49.529-21.274,43.763-19.357,54.397-30.875c23.428-25.36,26.708-39.75,20.806-82.235
+ C233.383,73.279,212.216,44.875,188.887,35.492z"/>
+ <polygon class="st2" points="22.687,62.276 8.546,142.68 16.387,166.974 172.911,219.015 201.939,95.591 "/>
+ <g>
+ <path class="st3" d="M23.128,65.01c0.785,1.689,0.554,2.089,0.065,2.089c-0.22,0-0.492-0.081-0.747-0.161
+ c-0.255-0.081-0.494-0.161-0.648-0.161c-0.433,0-0.189,0.639,2.263,3.72c3.468,4.406,54.399,81.293,57.182,81.293
+ c0.015,0,0.028-0.002,0.04-0.006c23.71-8.448,124.543-43.058,124.543-43.058L195.51,93.697L23.128,65.01"/>
+ </g>
+ <path class="st4" d="M24.607,63.121c0,0,0.76,3.932,4.281,8.284c3.5,4.392,50.51,75.571,52.869,74.944
+ c30.795-8.176,142.525-51.674,142.525-51.674L24.607,63.121z"/>
+ <polygon class="st3" points="167.321,217.161 18.568,167.703 19.094,171.178 168.976,221.012 "/>
+ <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="10.2428" y1="95.3113" x2="57.7039" y2="95.3113">
+ <stop offset="0" style="stop-color:#3156A8"/>
+ <stop offset="0.2474" style="stop-color:#3351A4"/>
+ <stop offset="0.5365" style="stop-color:#3B4397"/>
+ <stop offset="0.8453" style="stop-color:#472C82"/>
+ <stop offset="1" style="stop-color:#4E1D75"/>
+ </linearGradient>
+ <path class="st5" d="M57.704,59.795c0,0-54.122,15.85-29.288,71.033c0,0-11.387-10.426-18.167-23.757
+ C9.944,106.474,21.55,65.242,21.55,65.242L57.704,59.795z"/>
+
+ <radialGradient id="SVGID_3_" cx="59.0732" cy="113.9232" r="85.2466" gradientTransform="matrix(1 0 0 1.45 0 -51.2654)" gradientUnits="userSpaceOnUse">
+ <stop offset="0.1654" style="stop-color:#14CDDA"/>
+ <stop offset="0.5478" style="stop-color:#2061BD"/>
+ <stop offset="0.6546" style="stop-color:#2658AC"/>
+ <stop offset="0.864" style="stop-color:#373F81"/>
+ <stop offset="1" style="stop-color:#432D62"/>
+ </radialGradient>
+ <path class="st6" d="M28.416,130.828c-4.707-0.081-12.269-3.964-14.722-8.665c-3.066,51.098,17.782,80.939,50.88,96.853
+ C53.759,217.776,0,189.407,0,121.14C0,63.093,46.06,11.208,118.142,8.831c0.442,3.254-35.736,11.414-36.893,15.251
+ c-1.796,5.972-5.924,12.473-9.406,17.684c-4.718,7.061,6.557,13.099-1.729,15.001c-12.468,2.861-29.098,1.277-41.361,17.219
+ C10.319,97.951,22.62,125.365,28.416,130.828z"/>
+ <g>
+ <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="44.5387" y1="57.8975" x2="191.515" y2="57.8975">
+ <stop offset="0" style="stop-color:#2061BD"/>
+ <stop offset="0.1846" style="stop-color:#2B51AC"/>
+ <stop offset="0.6826" style="stop-color:#442C84"/>
+ <stop offset="0.9409" style="stop-color:#4E1D75"/>
+ </linearGradient>
+ <path class="st7" d="M137.048,10.699c-46.682-3.582-70.707,15.097-86.13,36.817c-5.617,7.906-5.002,15.166-3.068,23.937
+ c0.831,3.744,1.671,5.538,0.659,9.355c-0.558,2.106-0.465,4.072-1.158,5.314c-0.959,1.717-2.18,3.594-2.589,6.677
+ c-1.022,7.699,1.703,10.151,3.406,12.741c2.426-2.409,7.165-8.079,15.71-11.466c8.545-3.387,14.167-8.477,24.876-13.941
+ c14.632-7.463,31.782,3.859,64.3-6.796c10.006-3.279,33.002-37.344,38.461-38.652C176.312,17.873,150.448,11.726,137.048,10.699z
+ "/>
+ </g>
+ <path class="st8" d="M106.207,0.032c0,0-8.335,4.026-11.965,11.301c8.381-4.225,13.246-6.533,15.546-6.808
+ c0,0-2.203,1.067-4.935,6.87c4.83-1.547,6.493-2.522,7.819-2.537c0,0-0.385,0.61-0.737,6.402
+ c-7.417-2.404-21.693,0.397-29.287,5.153C80.072,6.678,106.207,0.032,106.207,0.032z"/>
+ <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="66.1736" y1="23.2056" x2="167.2642" y2="111.0823">
+ <stop offset="0.0202" style="stop-color:#48A8E0"/>
+ <stop offset="0.3883" style="stop-color:#2061BD"/>
+ <stop offset="0.4968" style="stop-color:#2B51AC"/>
+ <stop offset="0.7892" style="stop-color:#442C84"/>
+ <stop offset="0.9409" style="stop-color:#4E1D75"/>
+ </linearGradient>
+ <path class="st9" d="M139.379,8.63C125.07,6.776,113.109,7.141,102.94,9.1c3.198-3.065,6.898-4.575,6.898-4.575
+ c-4.795,0.424-10.781,3.554-15.917,6.868c-2.588,0.826-5.054,1.758-7.39,2.799c1.43-1.885,3.094-3.899,4.72-5.445
+ c6.039-5.743,15.006-8.715,15.006-8.715C98.603-0.53,72.989,6.027,57.576,37.245c-2.526,3.077-4.883,6.235-7.129,9.398
+ c-5.798,8.164-5.162,15.658-3.162,24.715c0.852,3.867,1.009,10.04,0.168,14.029c-0.168,0.799-2.363,2.863-2.926,8.428
+ c-0.602,5.905,1.505,8.804,3.582,11.203c7.38-10.792,14.661-12.931,14.661-12.931C73.1,87.855,77.4,83.335,88.458,77.694
+ c15.108-7.709,67.939,17.45,101.512,6.448c10.332-3.384-3.977-47.359,1.663-48.709C175.934,18.073,153.139,10.413,139.379,8.63z"
+ />
+ <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="19.6762" y1="337.4139" x2="217.8353" y2="43.6309">
+ <stop offset="0.3787" style="stop-color:#3156A8"/>
+ <stop offset="1" style="stop-color:#4E1D75"/>
+ </linearGradient>
+ <path class="st10" d="M244.176,103.288c-8.276-43.237-48.096-82.572-80.117-84.752c-14.211-0.968-9.847,6.319-18.739,9.094
+ c-38.32,11.959-38.906,18.941-38.906,18.941c81.252,3.819,82.484,84.064,60.724,104.366c6.123-1.428,12.762-8.914,18.859-20.666
+ c-0.732,4.931-1.36,10.98-2.274,17.729c-2.788,20.595,0.823,63.614-58.356,92.405c0,0,32.372-2.646,48.425-20.717
+ c-6.528,15.012-24.441,23.121-24.441,23.121c13.182-1.928,47.81-12.146,69.868-39.732
+ C244.185,171.852,251.693,142.558,244.176,103.288z"/>
+ <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="96.7452" y1="278.6458" x2="206.3175" y2="32.5423">
+ <stop offset="0" style="stop-color:#29ABE2"/>
+ <stop offset="0.7733" style="stop-color:#385AA6"/>
+ <stop offset="0.8575" style="stop-color:#414293"/>
+ <stop offset="1" style="stop-color:#4E1D75"/>
+ </linearGradient>
+ <path class="st11" d="M164.993,182.221c0,0,26.396-7.38,34.903-21.633c-1.032,16.619-16.107,33.662-16.107,33.662
+ s22.038-4.46,31.436-19.968c-1.224,13.994-18.191,32.907-18.191,32.907c17.346-3.113,60.93-30.645,47.143-103.901
+ c-8.142-43.262-48.096-82.572-80.117-84.752c-14.211-0.968-9.847,6.319-18.739,9.094c-38.32,11.959-38.906,18.941-38.906,18.941
+ c81.252,3.819,102.844,46.344,60.724,103.231c6.123-1.429,8.578-4.794,13.178-10.301
+ C180.315,139.501,182.401,161.281,164.993,182.221z"/>
+ <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="48.2686" y1="92.0337" x2="54.2414" y2="95.4683">
+ <stop offset="0" style="stop-color:#B0DCD6"/>
+ <stop offset="1" style="stop-color:#53ACE0"/>
+ </linearGradient>
+ <path class="st12" d="M60.609,85.567c0,0-4.719,3.301-8.136,2.46c-4.045-0.993-4.73-4.913-4.73-4.913
+ c-0.089,0.803-0.192,1.578-0.341,2.273c-0.168,0.799-2.363,2.863-2.926,8.428c-0.602,5.905,1.615,9.325,3.692,11.724
+ C55.549,94.747,62.72,92.087,62.72,92.087C59.911,91.105,60.609,85.567,60.609,85.567z"/>
+ <defs>
+ <filter id="Adobe_OpacityMaskFilter" filterUnits="userSpaceOnUse" x="162.68" y="18.355" width="14.927" height="6.629">
+ <feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
+ </filter>
+ </defs>
+ <mask maskUnits="userSpaceOnUse" x="162.68" y="18.355" width="14.927" height="6.629" id="SVGID_9_">
+ <g class="st13">
+ <radialGradient id="SVGID_10_" cx="154.384" cy="67.9985" r="51.9675" gradientUnits="userSpaceOnUse">
+ <stop offset="0.868" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#000000"/>
+ </radialGradient>
+ <rect x="91.295" y="-7.218" class="st14" width="100.015" height="93.339"/>
+ </g>
+ </mask>
+ <g class="st15">
+ <g class="st16">
+ <g class="st17">
+ <linearGradient id="SVGID_11_" gradientUnits="userSpaceOnUse" x1="176.2139" y1="23.0851" x2="164.2403" y2="20.5554">
+ <stop offset="0" style="stop-color:#3092B9"/>
+ <stop offset="0.2199" style="stop-color:#258DB6"/>
+ <stop offset="0.6564" style="stop-color:#1685B1"/>
+ <stop offset="1" style="stop-color:#1082AF"/>
+ </linearGradient>
+ <path class="st18" d="M163.513,18.434c1.106-0.287,5.621,0.204,8.584,1.533c2.964,1.329,8.073,3.679,3.986,4.701
+ c-4.088,1.022-6.438-0.613-8.482-2.351S160.754,19.149,163.513,18.434z"/>
+ </g>
+ </g>
+ </g>
+ <linearGradient id="SVGID_12_" gradientUnits="userSpaceOnUse" x1="80.7838" y1="38.0252" x2="90.637" y2="77.5443">
+ <stop offset="0.0074" style="stop-color:#1398D1;stop-opacity:0"/>
+ <stop offset="0.2482" style="stop-color:#1187C2;stop-opacity:0.6197"/>
+ <stop offset="0.6422" style="stop-color:#3F6499;stop-opacity:0.71"/>
+ <stop offset="1" style="stop-color:#2F4282;stop-opacity:0.5"/>
+ </linearGradient>
+ <path class="st19" d="M61.051,84.921c0,0,25.888-42.662,49.292-54.175c2.173-1.093-32.405,9.191-46.32,24.55
+ C55.752,64.425,60.132,82.298,61.051,84.921z"/>
+ <path class="st20" d="M61.051,84.921c0.024-0.015,0.05-0.03,0.075-0.045c6.694-4.136,18.166-6.518,21.864-14.015
+ c14.237-28.869,27.354-40.115,27.354-40.115C86.939,42.259,61.051,84.921,61.051,84.921z"/>
+ <path class="st21" d="M63.512,77.118c0,0-4.666-7.159,2.053-13.687c3.546-3.44,8.919-1.529,9.54-0.91
+ c2.644,2.622,0.982,8.156-1.398,11.288C72.362,75.573,68.448,78.319,63.512,77.118z"/>
+
+ <linearGradient id="SVGID_13_" gradientUnits="userSpaceOnUse" x1="48.7383" y1="14.373" x2="43.1993" y2="11.3027" gradientTransform="matrix(0.9994 0.0349 -0.0349 0.9994 24.5906 57.1202)">
+ <stop offset="0" style="stop-color:#F9C21B"/>
+ <stop offset="0.1479" style="stop-color:#F3BA1B"/>
+ <stop offset="0.3787" style="stop-color:#E3A41B"/>
+ <stop offset="0.6634" style="stop-color:#C9801C"/>
+ <stop offset="0.9884" style="stop-color:#A44E1C"/>
+ <stop offset="1" style="stop-color:#A34C1C"/>
+ </linearGradient>
+ <path class="st22" d="M66.187,76.674c0,0-3.224-4.949,1.422-9.459c2.446-2.376,6.161-1.056,6.592-0.63
+ c1.826,1.812,0.676,5.637-0.968,7.8C72.304,75.608,69.598,77.504,66.187,76.674z"/>
+ <path d="M72.623,71.393c-0.072,1.978-1.746,3.522-3.738,3.454c-1.996-0.069-3.558-1.726-3.487-3.704
+ c0.071-1.977,1.744-3.521,3.741-3.453C71.131,67.759,72.692,69.417,72.623,71.393z"/>
+ </g>
+ <circle class="st24" cx="66.725" cy="70.287" r="1.136"/>
+ <linearGradient id="SVGID_14_" gradientUnits="userSpaceOnUse" x1="206.2113" y1="130.1391" x2="169.4298" y2="47.5264">
+ <stop offset="0" style="stop-color:#409EC3"/>
+ <stop offset="0.62" style="stop-color:#2061BD"/>
+ </linearGradient>
+ <path class="st23" d="M228.505,65.01c-17.721-26.976-31.761-33.831-31.761-33.831s0.645,19.65,10.484,29.128
+ c1.124,1.083-11.774-8.432-11.774-8.432s-2.758,9.076,3.562,19.51c-1.836-2.439-3.051-3.363-3.051-3.363
+ s-11.908,5.491-15.423,13.109c-1.815-3.426-3.176-5.444-3.176-5.444s-8.236,16.437-7.201,35.495
+ c1.684,30.988-5.803,42.404-5.803,42.404s20.057-7.695,29.676-32.468c3.974,10.533-0.121,21.619-0.121,21.619
+ s16.206-12.109,19.691-34.18c3.863,6.23,2.727,18.664,2.727,18.664s10.344-14.402,10.596-30.086
+ c4.794,3.343,5.235,16.399,5.235,16.399S247.502,93.928,228.505,65.01z"/>
+ <linearGradient id="SVGID_15_" gradientUnits="userSpaceOnUse" x1="176.7603" y1="103.061" x2="150.4069" y2="21.9536">
+ <stop offset="0" style="stop-color:#14B2DA"/>
+ <stop offset="0.4028" style="stop-color:#297CCC"/>
+ <stop offset="0.5077" style="stop-color:#256FC5"/>
+ <stop offset="0.6492" style="stop-color:#2164BF"/>
+ <stop offset="0.8162" style="stop-color:#2061BD"/>
+ <stop offset="0.9835" style="stop-color:#2061BD"/>
+ </linearGradient>
+ <path class="st25" d="M211.282,46.158c-4.631-8.63-12.803-14.13-19.986-18.582c-17.909-11.105-29.427-12.665-29.427-12.665
+ s-16.528,3.074-13.689,7.672c0.146,0.236,0.487,0.535,0.968,0.877c-14.498-6.678-22.722,8.677-22.722,8.677
+ c-8.284-0.503-18.371,3.575-21.312,14.499c-0.305,1.134,3.711,0.496,5.777,0.945c12.079,2.626,23.45,8.32,28.675,11.134
+ c12.154,6.548,19.365,17.451,23.528,25.629c5.037,9.894,7.094,27.304,7.094,27.304s13.253-18.205,10.086-27.552
+ c5.249,3.26,6.285,14.891,6.285,14.891s8.835-13.838,6.223-25.891c6.815,4.153,7.042,12.601,7.042,12.601s6.939-9.631,3.803-25.427
+ c6.858,5.453,8.293,12.517,8.293,12.517S217.526,57.794,211.282,46.158z"/>
+</g>
+</svg>