www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | LICENSE

commit 650158ac5f172eb102603b546493f05530dcf52a
parent 200bf2c3338f6458dd4b8888bf311393b4a9512a
Author: Suzanne Soy <ligo@suzanne.soy>
Date:   Fri, 22 Jan 2021 00:33:43 +0000

02020-01-21 stream: use the correct icon for each embedded applications

Diffstat:
AAppCommand.py | 32++++++++++++++++++++++++++++++++
MExternalAppsList.py | 2++
DGIMPCommand.py | 31-------------------------------
MInitGui.py | 16++++++----------
MLICENSE | 6+++++-
DResources2.py | 1406-------------------------------------------------------------------------------
DResources3.py | 1406-------------------------------------------------------------------------------
Aicons/Inkscape.svg | 727+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Aicons/Mousepad.svg | 119+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
9 files changed, 891 insertions(+), 2854 deletions(-)

diff --git a/AppCommand.py b/AppCommand.py @@ -0,0 +1,32 @@ +import os +import FreeCAD +import FreeCADGui as Gui +import PySide +from PySide import QtGui +from PySide import QtCore + +import ExternalAppsList +import Embed + +class AppCommand(): + def __init__(self, appName): + self.appName = appName + + def GetResources(self): + return { + 'Pixmap': ExternalAppsList.apps[self.appName].Icon, + 'Accel': "Shit+E", # E for Embed + 'MenuText': "Start " + self.appName, + 'ToolTip': "Start " + self.appName, + } + + def Activated(self): + p = Embed.ExternalAppInstance(self.appName) + p.waitForWindow() + + def IsActive(self): + # return false to grey out the command in the menus, toolbars etc. + return True + +for appName in ExternalAppsList.apps: + Gui.addCommand('ExternalAppsOpen' + appName + 'Command', AppCommand(appName)) diff --git a/ExternalAppsList.py b/ExternalAppsList.py @@ -1,3 +1,4 @@ +import os import FreeCAD import FreeCADGui as Gui import subprocess @@ -11,6 +12,7 @@ from MyX11Utils import * class App(): def __init__(self, name, *, start_command_and_args, xwininfo_filter_re, extra_xprop_filter): self.name = name + self.Icon = os.path.dirname(__file__) + '/icons/' + self.name + '.svg' self.start_command_and_args = start_command_and_args self.xwininfo_filter_re = re.compile(xwininfo_filter_re) self.extra_xprop_filter = extra_xprop_filter diff --git a/GIMPCommand.py b/GIMPCommand.py @@ -1,31 +0,0 @@ -import FreeCAD -import FreeCADGui as Gui -import PySide -from PySide import QtGui -from PySide import QtCore - -import Embed - -class GIMPCommand(): - def __init__(self, appName): - self.appName = appName - - def GetResources(self): - return { - 'Pixmap': ':/icons/GIMP.svg', - 'Accel': "Shit+E", # E for Embed - 'MenuText': "Start " + self.appName, - 'ToolTip': "Start " + self.appName, - } - - def Activated(self): - p = Embed.ExternalAppInstance(self.appName) - p.waitForWindow() - - def IsActive(self): - # return false to grey out the command in the menus, toolbars etc. - return True - -Gui.addCommand('MousepadCommand', GIMPCommand('Mousepad')) -Gui.addCommand('InkscapeCommand', GIMPCommand('Inkscape')) -Gui.addCommand('GIMPCommand', GIMPCommand('GIMP')) diff --git a/InitGui.py b/InitGui.py @@ -43,23 +43,19 @@ class XternalAppsWorkbench(Workbench): """Subclasses must implement the appName attribute""" global myIcon global XternalAppsWorkbench - - Icon = myIcon + global ExternalAppsList def __init__(self): self.MenuText = "XternalApps: " + self.appName self.ToolTip = "Embeds " + self.appName + " in FreeCAD" + self.Icon = ExternalAppsList.apps[self.appName].Icon super(XternalAppsWorkbench, self).__init__() def Initialize(self): - if sys.version_info[0] == 2: - import Resources2 - else: - import Resources3 - import GIMPCommand + import AppCommand import Embed Embed.ExternalApps() - self.list = [self.appName + 'Command'] + self.list = ['ExternalAppsOpen' + self.appName + 'Command'] self.appendMenu("ExternalApplications", self.list) self.appendToolbar("ExternalApplications", self.list) @@ -81,5 +77,5 @@ def addAppWorkbench(appName): (XternalAppsWorkbench,), { 'appName': appName }) Gui.addWorkbench(workbenchClass()) -for app in ExternalAppsList.apps: - addAppWorkbench(app) +for appName in ExternalAppsList.apps: + addAppWorkbench(appName) diff --git a/LICENSE b/LICENSE @@ -1 +1,5 @@ -The contents of this repository are released under the CC0, with the exception of the GIMP logo which comes from the GIMP project and is therefore under the GPL license. +The contents of this repository are released under the CC0, +with the exception of: +* the GIMP logo which comes from the GIMP project and is therefore under the GPL v3 license. +* the Inkscape logo which comes from the Inkscape project and is therefore under the GPL v2 license. +* the Mousepad logo which comes from the Mousepad project and is therefore under the GPL v2 license. diff --git a/Resources2.py b/Resources2.py @@ -1,1406 +0,0 @@ -# -*- coding: utf-8 -*- - -# Resource object code -# -# Created: Thu Jan 21 01:44:33 2021 -# by: The Resource Compiler for PySide2 (Qt v5.11.3) -# -# WARNING! All changes made in this file will be lost! - -from PySide2 import QtCore - -qt_resource_data = b"\ -\x00\x00U\x5c\ -<\ -?xml version=\x221.\ -0\x22 encoding=\x22UTF\ --8\x22 standalone=\x22\ -no\x22?>\x0a<!-- Creat\ -ed with Inkscape\ - (http://www.ink\ -scape.org/) -->\x0a\ -<svg\x0a xmlns:sv\ -g=\x22http://www.w3\ -.org/2000/svg\x22\x0a \ - xmlns=\x22http://\ -www.w3.org/2000/\ -svg\x22\x0a xmlns:xl\ -ink=\x22http://www.\ -w3.org/1999/xlin\ -k\x22\x0a version=\x221\ -.0\x22\x0a width=\x2248\ -\x22\x0a height=\x2248\x22\ -\x0a id=\x22svg11300\ -\x22>\x0a <defs\x0a \ -id=\x22defs3\x22>\x0a \ -<linearGradient\x0a\ - id=\x22linea\ -rGradient8542\x22>\x0a\ - <stop\x0a \ - style=\x22stop\ --color:#5b676b;s\ -top-opacity:1\x22\x0a \ - offset=\x22\ -0\x22\x0a id=\x22\ -stop8544\x22 />\x0a \ - <stop\x0a \ - style=\x22stop-co\ -lor:#141718;stop\ --opacity:1\x22\x0a \ - offset=\x221\x22\x0a\ - id=\x22sto\ -p8546\x22 />\x0a </\ -linearGradient>\x0a\ - <linearGradi\ -ent\x0a id=\x22l\ -inearGradient853\ -4\x22>\x0a <stop\x0a\ - style=\x22\ -stop-color:black\ -;stop-opacity:1\x22\ -\x0a offset\ -=\x220\x22\x0a id\ -=\x22stop8536\x22 />\x0a \ - <stop\x0a \ - style=\x22stop-\ -color:black;stop\ --opacity:0\x22\x0a \ - offset=\x221\x22\x0a\ - id=\x22sto\ -p8538\x22 />\x0a </\ -linearGradient>\x0a\ - <linearGradi\ -ent\x0a id=\x22l\ -inearGradient852\ -4\x22>\x0a <stop\x0a\ - style=\x22\ -stop-color:white\ -;stop-opacity:1\x22\ -\x0a offset\ -=\x220\x22\x0a id\ -=\x22stop8526\x22 />\x0a \ - <stop\x0a \ - style=\x22stop-\ -color:white;stop\ --opacity:0\x22\x0a \ - offset=\x221\x22\x0a\ - id=\x22sto\ -p8528\x22 />\x0a </\ -linearGradient>\x0a\ - <linearGradi\ -ent\x0a id=\x22l\ -inearGradient244\ -6\x22>\x0a <stop\x0a\ - style=\x22\ -stop-color:white\ -;stop-opacity:1\x22\ -\x0a offset\ -=\x220\x22\x0a id\ -=\x22stop2448\x22 />\x0a \ - <stop\x0a \ - style=\x22stop-\ -color:white;stop\ --opacity:0\x22\x0a \ - offset=\x221\x22\x0a\ - id=\x22sto\ -p2450\x22 />\x0a </\ -linearGradient>\x0a\ - <linearGradi\ -ent\x0a x1=\x221\ -3.236155\x22\x0a \ - y1=\x2237.752247\x22\x0a\ - x2=\x227.752\ -1091\x22\x0a y2=\ -\x2242.282146\x22\x0a \ - id=\x22linearGra\ -dient2452\x22\x0a \ - xlink:href=\x22#l\ -inearGradient244\ -6\x22\x0a gradie\ -ntUnits=\x22userSpa\ -ceOnUse\x22\x0a \ -gradientTransfor\ -m=\x22matrix(0.7551\ -65,0.395143,-0.3\ -95143,0.755165,-\ -25.91245,6.53258\ -6)\x22 />\x0a <line\ -arGradient\x0a \ - id=\x22linearGrad\ -ient6963\x22>\x0a \ - <stop\x0a \ -style=\x22stop-colo\ -r:#696969;stop-o\ -pacity:1\x22\x0a \ - offset=\x220\x22\x0a \ - id=\x22stop6\ -965\x22 />\x0a <s\ -top\x0a sty\ -le=\x22stop-color:b\ -lack;stop-opacit\ -y:1\x22\x0a of\ -fset=\x221\x22\x0a \ - id=\x22stop6967\x22 \ -/>\x0a </linearG\ -radient>\x0a <ra\ -dialGradient\x0a \ - cx=\x2215.41510\ -1\x22\x0a cy=\x2235\ -.356506\x22\x0a \ -r=\x227.5791559\x22\x0a \ - fx=\x2215.4151\ -01\x22\x0a fy=\x223\ -5.356506\x22\x0a \ - id=\x22radialGradi\ -ent6969\x22\x0a \ -xlink:href=\x22#lin\ -earGradient6963\x22\ -\x0a gradient\ -Units=\x22userSpace\ -OnUse\x22\x0a gr\ -adientTransform=\ -\x22matrix(1.572694\ -,5.424952e-17,1.\ -037922e-12,1.532\ -639,-55.36682,-2\ -1.35823)\x22 />\x0a \ - <linearGradient\ -\x0a id=\x22line\ -arGradient6939\x22>\ -\x0a <stop\x0a \ - style=\x22sto\ -p-color:#bdbdbd;\ -stop-opacity:1\x22\x0a\ - offset=\ -\x220\x22\x0a id=\ -\x22stop6941\x22 />\x0a \ - <stop\x0a \ - style=\x22stop-c\ -olor:#e2e2e2;sto\ -p-opacity:1\x22\x0a \ - offset=\x220.\ -33333334\x22\x0a \ - id=\x22stop6947\x22\ - />\x0a <stop\x0a\ - style=\x22\ -stop-color:#a3a3\ -a3;stop-opacity:\ -1\x22\x0a offs\ -et=\x220.66666669\x22\x0a\ - id=\x22sto\ -p6949\x22 />\x0a \ -<stop\x0a s\ -tyle=\x22stop-color\ -:#ddd;stop-opaci\ -ty:1\x22\x0a o\ -ffset=\x221\x22\x0a \ - id=\x22stop6943\x22\ - />\x0a </linear\ -Gradient>\x0a <l\ -inearGradient\x0a \ - x1=\x2219.3947\ -35\x22\x0a y1=\x223\ -0.001331\x22\x0a \ - x2=\x2223.109331\x22\x0a\ - y2=\x2233.43\ -8831\x22\x0a id=\ -\x22linearGradient6\ -945\x22\x0a xlin\ -k:href=\x22#linearG\ -radient6939\x22\x0a \ - gradientUnit\ -s=\x22userSpaceOnUs\ -e\x22\x0a gradie\ -ntTransform=\x22tra\ -nslate(-46.40695\ -,-1.802856)\x22 />\x0a\ - <linearGradi\ -ent\x0a id=\x22l\ -inearGradient695\ -1\x22>\x0a <stop\x0a\ - style=\x22\ -stop-color:#6e3d\ -09;stop-opacity:\ -1\x22\x0a offs\ -et=\x220\x22\x0a \ -id=\x22stop6953\x22 />\ -\x0a <stop\x0a \ - style=\x22sto\ -p-color:#ea8113;\ -stop-opacity:1\x22\x0a\ - offset=\ -\x220.24242425\x22\x0a \ - id=\x22stop69\ -59\x22 />\x0a <st\ -op\x0a styl\ -e=\x22stop-color:#5\ -c3307;stop-opaci\ -ty:1\x22\x0a o\ -ffset=\x220.6212121\ -2\x22\x0a id=\x22\ -stop6961\x22 />\x0a \ - <stop\x0a \ - style=\x22stop-co\ -lor:#e07c12;stop\ --opacity:1\x22\x0a \ - offset=\x221\x22\x0a\ - id=\x22sto\ -p6955\x22 />\x0a </\ -linearGradient>\x0a\ - <linearGradi\ -ent\x0a x1=\x223\ -7.017639\x22\x0a \ - y1=\x2219.239889\x22\x0a\ - x2=\x2227.75\ -3893\x22\x0a y2=\ -\x2211.182488\x22\x0a \ - id=\x22linearGra\ -dient6957\x22\x0a \ - xlink:href=\x22#l\ -inearGradient695\ -1\x22\x0a gradie\ -ntUnits=\x22userSpa\ -ceOnUse\x22\x0a \ -gradientTransfor\ -m=\x22translate(-49\ -.30496,1.877723)\ -\x22 />\x0a <linear\ -Gradient\x0a \ -id=\x22linearGradie\ -nt6500\x22>\x0a <\ -stop\x0a st\ -yle=\x22stop-color:\ -#857c63;stop-opa\ -city:1\x22\x0a \ - offset=\x220\x22\x0a \ - id=\x22stop650\ -2\x22 />\x0a <sto\ -p\x0a style\ -=\x22stop-color:#22\ -1f19;stop-opacit\ -y:1\x22\x0a of\ -fset=\x221\x22\x0a \ - id=\x22stop6504\x22 \ -/>\x0a </linearG\ -radient>\x0a <li\ -nearGradient\x0a \ - id=\x22linearGr\ -adient6492\x22>\x0a \ - <stop\x0a \ - style=\x22stop-co\ -lor:black;stop-o\ -pacity:1\x22\x0a \ - offset=\x220\x22\x0a \ - id=\x22stop6\ -494\x22 />\x0a <s\ -top\x0a sty\ -le=\x22stop-color:b\ -lack;stop-opacit\ -y:0\x22\x0a of\ -fset=\x221\x22\x0a \ - id=\x22stop6496\x22 \ -/>\x0a </linearG\ -radient>\x0a <li\ -nearGradient\x0a \ - id=\x22linearGr\ -adient6482\x22>\x0a \ - <stop\x0a \ - style=\x22stop-co\ -lor:black;stop-o\ -pacity:1\x22\x0a \ - offset=\x220\x22\x0a \ - id=\x22stop6\ -484\x22 />\x0a <s\ -top\x0a sty\ -le=\x22stop-color:b\ -lack;stop-opacit\ -y:0\x22\x0a of\ -fset=\x221\x22\x0a \ - id=\x22stop6486\x22 \ -/>\x0a </linearG\ -radient>\x0a <li\ -nearGradient\x0a \ - id=\x22linearGr\ -adient6468\x22>\x0a \ - <stop\x0a \ - style=\x22stop-co\ -lor:white;stop-o\ -pacity:1\x22\x0a \ - offset=\x220\x22\x0a \ - id=\x22stop6\ -470\x22 />\x0a <s\ -top\x0a sty\ -le=\x22stop-color:#\ -b9b9b0;stop-opac\ -ity:1\x22\x0a \ -offset=\x221\x22\x0a \ - id=\x22stop6472\ -\x22 />\x0a </linea\ -rGradient>\x0a <\ -linearGradient\x0a \ - id=\x22linear\ -Gradient6452\x22>\x0a \ - <stop\x0a \ - style=\x22stop-\ -color:white;stop\ --opacity:1\x22\x0a \ - offset=\x220\x22\x0a\ - id=\x22sto\ -p6454\x22 />\x0a \ -<stop\x0a s\ -tyle=\x22stop-color\ -:white;stop-opac\ -ity:0\x22\x0a \ -offset=\x221\x22\x0a \ - id=\x22stop6456\ -\x22 />\x0a </linea\ -rGradient>\x0a <\ -linearGradient\x0a \ - x1=\x226.3051\ -529\x22\x0a y1=\x22\ -23.362427\x22\x0a \ - x2=\x225.9846287\x22\ -\x0a y2=\x2231.5\ -7\x22\x0a id=\x22li\ -nearGradient6458\ -\x22\x0a xlink:h\ -ref=\x22#linearGrad\ -ient6452\x22\x0a \ - gradientUnits=\x22\ -userSpaceOnUse\x22 \ -/>\x0a <radialGr\ -adient\x0a cx\ -=\x2269.473244\x22\x0a \ - cy=\x2219.59787\ -8\x22\x0a r=\x223.5\ -153139\x22\x0a f\ -x=\x2269.473244\x22\x0a \ - fy=\x2219.5978\ -78\x22\x0a id=\x22r\ -adialGradient647\ -4\x22\x0a xlink:\ -href=\x22#linearGra\ -dient6468\x22\x0a \ - gradientUnits=\ -\x22userSpaceOnUse\x22\ -\x0a gradient\ -Transform=\x22matri\ -x(1.318488,1.207\ -574e-15,-1.20757\ -4e-15,1.318488,-\ -22.1264,-6.24169\ -1)\x22 />\x0a <radi\ -alGradient\x0a \ - cx=\x2223\x22\x0a \ - cy=\x2233.9375\x22\x0a \ - r=\x2218.25\x22\x0a \ - fx=\x2223\x22\x0a \ - fy=\x2233.9375\ -\x22\x0a id=\x22rad\ -ialGradient6498\x22\ -\x0a xlink:hr\ -ef=\x22#linearGradi\ -ent6492\x22\x0a \ -gradientUnits=\x22u\ -serSpaceOnUse\x22\x0a \ - gradientTr\ -ansform=\x22matrix(\ -1,0,0,0.284247,0\ -,24.29088)\x22 />\x0a \ - <linearGradie\ -nt\x0a x1=\x2214\ -.96875\x22\x0a y\ -1=\x2219.110678\x22\x0a \ - x2=\x2239.5245\ -44\x22\x0a y2=\x224\ -6.98568\x22\x0a \ -id=\x22linearGradie\ -nt8530\x22\x0a x\ -link:href=\x22#line\ -arGradient8524\x22\x0a\ - gradientU\ -nits=\x22userSpaceO\ -nUse\x22 />\x0a <ra\ -dialGradient\x0a \ - cx=\x226.024218\ -6\x22\x0a cy=\x2225\ -.271027\x22\x0a \ -r=\x224.8310289\x22\x0a \ - fx=\x226.02421\ -86\x22\x0a fy=\x222\ -5.271027\x22\x0a \ - id=\x22radialGradi\ -ent8548\x22\x0a \ -xlink:href=\x22#lin\ -earGradient8542\x22\ -\x0a gradient\ -Units=\x22userSpace\ -OnUse\x22\x0a gr\ -adientTransform=\ -\x22matrix(0.916159\ -,9.318684e-2,-0.\ -108765,1.069309,\ -3.253668,-3.0292\ -72)\x22 />\x0a <lin\ -earGradient\x0a \ - x1=\x2226.162951\ -\x22\x0a y1=\x2230.\ -543303\x22\x0a x\ -2=\x2224.328892\x22\x0a \ - y2=\x2230.9852\ -45\x22\x0a id=\x22l\ -inearGradient433\ -0\x22\x0a xlink:\ -href=\x22#linearGra\ -dient8534\x22\x0a \ - gradientUnits=\ -\x22userSpaceOnUse\x22\ - />\x0a <linearG\ -radient\x0a x\ -1=\x2232.350136\x22\x0a \ - y1=\x2228.0833\ -55\x22\x0a x2=\x222\ -1.213203\x22\x0a \ - y2=\x2230.293064\x22\x0a\ - id=\x22linea\ -rGradient4351\x22\x0a \ - xlink:href\ -=\x22#linearGradien\ -t6482\x22\x0a gr\ -adientUnits=\x22use\ -rSpaceOnUse\x22\x0a \ - gradientTran\ -sform=\x22translate\ -(-3.836549,0.345\ -971)\x22 />\x0a <ra\ -dialGradient\x0a \ - cx=\x2218.55762\ -7\x22\x0a cy=\x2222\ -.300018\x22\x0a \ -r=\x2219.2292\x22\x0a \ - fx=\x2218.557627\ -\x22\x0a fy=\x2222.\ -300018\x22\x0a i\ -d=\x22radialGradien\ -t4354\x22\x0a xl\ -ink:href=\x22#linea\ -rGradient6500\x22\x0a \ - gradientUn\ -its=\x22userSpaceOn\ -Use\x22\x0a grad\ -ientTransform=\x22m\ -atrix(1.77275,-1\ -.847562e-16,1.35\ -1402e-16,1.29668\ -,-16.3404,-6.615\ -959)\x22 />\x0a <ra\ -dialGradient\x0a \ - cx=\x2269.47324\ -4\x22\x0a cy=\x2219\ -.597878\x22\x0a \ -r=\x223.5153139\x22\x0a \ - fx=\x2269.4732\ -44\x22\x0a fy=\x221\ -9.597878\x22\x0a \ - id=\x22radialGradi\ -ent4363\x22\x0a \ -xlink:href=\x22#lin\ -earGradient6468\x22\ -\x0a gradient\ -Units=\x22userSpace\ -OnUse\x22\x0a gr\ -adientTransform=\ -\x22matrix(1.318488\ -,1.207574e-15,-1\ -.207574e-15,1.31\ -8488,-22.1264,-6\ -.241691)\x22 />\x0a <\ -/defs>\x0a <g\x0a \ - id=\x22layer1\x22>\x0a \ - <path\x0a d\ -=\x22M 41.25 33.937\ -5 A 18.25 5.1875\ - 0 1 1 4.75,33.\ -9375 A 18.25 5.1\ -875 0 1 1 41.25\ - 33.9375 z\x22\x0a \ - transform=\x22ma\ -trix(1,0,0,1.530\ -12,0.125,-19.990\ -96)\x22\x0a styl\ -e=\x22color:black;f\ -ill:url(#radialG\ -radient6498);fil\ -l-opacity:1;fill\ --rule:evenodd;st\ -roke:none;stroke\ --width:0.9999997\ -;stroke-linecap:\ -butt;stroke-line\ -join:miter;marke\ -r:none;marker-st\ -art:none;marker-\ -mid:none;marker-\ -end:none;stroke-\ -miterlimit:10;st\ -roke-dasharray:n\ -one;stroke-dasho\ -ffset:0;stroke-o\ -pacity:1;visibil\ -ity:visible;disp\ -lay:inline;overf\ -low:visible\x22\x0a \ - id=\x22path6490\ -\x22 />\x0a <path\x0a \ - d=\x22M 10.37\ -4369,12.467884 C\ - 10.374369,12.46\ -7884 13.248878,1\ -8.395518 19.9736\ -11,18.228291 C 3\ -4.066126,17.8747\ -38 36.53732,10.5\ -23341 36.890873,\ -9.4626804 C 37.2\ -44427,8.4020202 \ -37.785407,8.5626\ -825 37.91048,9.5\ -42947 C 42.50667\ -4,51.262247 6.01\ -35488,33.362123 \ -4.7175144,26.256\ -467 C 11.965359,\ -24.135147 10.197\ -592,20.069282 10\ -.197592,20.06928\ -2 L 10.374369,12\ -.467884 z \x22\x0a \ - style=\x22color:\ -black;fill:url(#\ -radialGradient43\ -54);fill-opacity\ -:1;fill-rule:eve\ -nodd;stroke:#2e3\ -436;stroke-width\ -:0.9999997;strok\ -e-linecap:butt;s\ -troke-linejoin:m\ -iter;marker:none\ -;marker-start:no\ -ne;marker-mid:no\ -ne;marker-end:no\ -ne;stroke-miterl\ -imit:10;stroke-d\ -asharray:none;st\ -roke-dashoffset:\ -0;stroke-opacity\ -:1;visibility:vi\ -sible;display:in\ -line;overflow:vi\ -sible\x22\x0a id\ -=\x22path4323\x22 />\x0a \ - <path\x0a \ -d=\x22M 15.73779,30\ -.066049 C 22.476\ -69,31.413886 25.\ -908481,30.164142\ - 27.916965,28.61\ -3273 C 27.386635\ -,27.928263 26.48\ -0655,27.176962 2\ -6.480655,27.1769\ -62 C 26.480655,2\ -7.176962 28.8339\ -72,27.830904 29.\ -662635,28.900535\ - C 30.488925,29.\ -967103 29.969443\ -,30.624242 29.75\ -3196,31.988905 C\ - 29.271785,30.79\ -0306 28.373215,3\ -0.340813 28.2515\ -62,29.864573 C 2\ -6.445294,32.3615\ - 21.94512,32.257\ -773 15.73779,30.\ -066049 z \x22\x0a \ - style=\x22color:b\ -lack;fill:url(#l\ -inearGradient435\ -1);fill-opacity:\ -1;fill-rule:even\ -odd;stroke:none;\ -stroke-width:0.9\ -999997;stroke-li\ -necap:butt;strok\ -e-linejoin:miter\ -;marker:none;mar\ -ker-start:none;m\ -arker-mid:none;m\ -arker-end:none;s\ -troke-miterlimit\ -:10;stroke-dasha\ -rray:none;stroke\ --dashoffset:0;st\ -roke-opacity:1;v\ -isibility:visibl\ -e;display:inline\ -;overflow:visibl\ -e\x22\x0a id=\x22pa\ -th6480\x22 />\x0a <\ -path\x0a d=\x22M\ - 36.96875,11.843\ -75 C 36.406772,1\ -2.770645 35.5622\ -58,13.876916 34.\ -28125,14.9375 C \ -31.649332,17.116\ -542 27.230687,19\ -.099847 20,19.28\ -125 C 15.775627,\ -19.386299 13.047\ -259,17.347101 11\ -.375,15.53125 L \ -11.25,20 C 11.38\ -6107,20.418802 1\ -1.665455,21.3904\ -98 11.1875,22.71\ -875 C 10.673186,\ -24.148046 9.0329\ -86,25.610113 6.2\ -1875,26.71875 C \ -6.4690804,27.240\ -783 6.7142345,27\ -.76237 7.46875,2\ -8.5 C 8.4967003,\ -29.504945 9.9257\ -833,30.588049 11\ -.625,31.5625 C 1\ -5.023433,33.5114\ -02 19.426583,35.\ -055712 23.53125,\ -35.125 C 27.6359\ -17,35.194288 31.\ -388376,33.89045 \ -33.96875,30.125 \ -C 36.347494,26.6\ -53782 37.651223,\ -20.777057 36.968\ -75,11.84375 z \x22\x0a\ - style=\x22op\ -acity:0.18539327\ -;color:black;fil\ -l:none;fill-opac\ -ity:1;fill-rule:\ -evenodd;stroke:u\ -rl(#linearGradie\ -nt8530);stroke-w\ -idth:0.9999997;s\ -troke-linecap:bu\ -tt;stroke-linejo\ -in:miter;marker:\ -none;marker-star\ -t:none;marker-mi\ -d:none;marker-en\ -d:none;stroke-mi\ -terlimit:10;stro\ -ke-dasharray:non\ -e;stroke-dashoff\ -set:0;stroke-opa\ -city:1;visibilit\ -y:visible;displa\ -y:inline;overflo\ -w:visible\x22\x0a \ - id=\x22path8520\x22 \ -/>\x0a <path\x0a \ - d=\x22M 72.6552\ -24 21.837049 A 3\ -.1819806 3.18198\ -06 0 1 1 66.291\ -263,21.837049 A \ -3.1819806 3.1819\ -806 0 1 1 72.65\ -5224 21.837049 z\ -\x22\x0a transfo\ -rm=\x22matrix(1.277\ -778,0,0,1.277778\ -,-75.12661,-6.50\ -7784)\x22\x0a st\ -yle=\x22color:black\ -;fill:url(#radia\ -lGradient4363);f\ -ill-opacity:1;fi\ -ll-rule:evenodd;\ -stroke:#888a85;s\ -troke-width:0.78\ -260845;stroke-li\ -necap:butt;strok\ -e-linejoin:miter\ -;marker:none;mar\ -ker-start:none;m\ -arker-mid:none;m\ -arker-end:none;s\ -troke-miterlimit\ -:10;stroke-dasha\ -rray:none;stroke\ --dashoffset:0;st\ -roke-opacity:1;v\ -isibility:visibl\ -e;display:inline\ -;overflow:visibl\ -e\x22\x0a id=\x22pa\ -th4357\x22 />\x0a <\ -path\x0a d=\x22M\ - 10.429825 27.22\ -8739 A 4.3310289\ - 6.0987959 0 1 1\ - 1.767767,27.22\ -8739 A 4.3310289\ - 6.0987959 0 1 1\ - 10.429825 27.2\ -28739 z\x22\x0a \ -transform=\x22matri\ -x(0.810984,-0.58\ -5069,0.585069,0.\ -810984,-14.77791\ -,6.947121)\x22\x0a \ - style=\x22color:\ -black;fill:url(#\ -radialGradient85\ -48);fill-opacity\ -:1;fill-rule:eve\ -nodd;stroke:blac\ -k;stroke-width:0\ -.9999997;stroke-\ -linecap:butt;str\ -oke-linejoin:mit\ -er;marker:none;m\ -arker-start:none\ -;marker-mid:none\ -;marker-end:none\ -;stroke-miterlim\ -it:10;stroke-das\ -harray:none;stro\ -ke-dashoffset:0;\ -stroke-opacity:1\ -;visibility:visi\ -ble;display:inli\ -ne;overflow:visi\ -ble\x22\x0a id=\x22\ -path5198\x22 />\x0a \ - <path\x0a d=\ -\x22M 24.041631 21.\ -837049 A 2.29809\ -71 2.2980971 0 1\ - 1 19.445437,21\ -.837049 A 2.2980\ -971 2.2980971 0 \ -1 1 24.041631 2\ -1.837049 z\x22\x0a \ - transform=\x22ma\ -trix(0.851852,0,\ -0,0.851852,-3.92\ -6759,3.395528)\x22\x0a\ - style=\x22co\ -lor:black;fill:#\ -2e3436;fill-opac\ -ity:1;fill-rule:\ -evenodd;stroke:b\ -lack;stroke-widt\ -h:1.17391276;str\ -oke-linecap:butt\ -;stroke-linejoin\ -:miter;marker:no\ -ne;marker-start:\ -none;marker-mid:\ -none;marker-end:\ -none;stroke-mite\ -rlimit:10;stroke\ --dasharray:none;\ -stroke-dashoffse\ -t:0;stroke-opaci\ -ty:1;visibility:\ -visible;display:\ -inline;overflow:\ -visible\x22\x0a \ -id=\x22path4359\x22 />\ -\x0a <path\x0a \ - d=\x22M 6.09375,2\ -2.15625 C 5.2955\ -008,22.15625 4.5\ -406196,22.602421\ - 3.90625,23.5 C \ -3.2718804,24.397\ -579 2.8125,25.73\ -4204 2.8125,27.2\ -1875 C 2.8125,28\ -.703296 3.271880\ -4,30.039921 3.90\ -625,30.9375 C 4.\ -5406196,31.83507\ -9 5.2955011,32.2\ -8125 6.09375,32.\ -28125 C 6.891999\ -2,32.28125 7.671\ -0339,31.804861 8\ -.3125,30.90625 C\ - 8.9539661,30.00\ -7639 9.40625,28.\ -700064 9.40625,2\ -7.21875 C 9.4062\ -5,25.737436 8.95\ -39662,24.429861 \ -8.3125,23.53125 \ -C 7.6710338,22.6\ -32639 6.8919989,\ -22.15625 6.09375\ -,22.15625 z \x22\x0a \ - transform=\x22\ -matrix(0.800389,\ --0.599481,0.5994\ -81,0.800389,-15.\ -2744,7.32784)\x22\x0a \ - style=\x22opa\ -city:0.28089887;\ -color:black;fill\ -:none;fill-opaci\ -ty:1;fill-rule:e\ -venodd;stroke:ur\ -l(#linearGradien\ -t6458);stroke-wi\ -dth:1.00000012;s\ -troke-linecap:bu\ -tt;stroke-linejo\ -in:miter;marker:\ -none;marker-star\ -t:none;marker-mi\ -d:none;marker-en\ -d:none;stroke-mi\ -terlimit:10;stro\ -ke-dasharray:non\ -e;stroke-dashoff\ -set:0;stroke-opa\ -city:1;visibilit\ -y:visible;displa\ -y:inline;overflo\ -w:visible\x22\x0a \ - id=\x22path6450\x22 \ -/>\x0a <path\x0a \ - d=\x22M 5.83363\ -1 23.251263 A 1.\ -767767 2.1213202\ - 0 1 1 2.298097\ -1,23.251263 A 1.\ -767767 2.1213202\ - 0 1 1 5.833631\ - 23.251263 z\x22\x0a \ - style=\x22colo\ -r:black;fill:whi\ -te;fill-opacity:\ -1;fill-rule:even\ -odd;stroke:none;\ -stroke-width:0.9\ -999997;stroke-li\ -necap:butt;strok\ -e-linejoin:miter\ -;marker:none;mar\ -ker-start:none;m\ -arker-mid:none;m\ -arker-end:none;s\ -troke-miterlimit\ -:10;stroke-dasha\ -rray:none;stroke\ --dashoffset:0;st\ -roke-opacity:1;v\ -isibility:visibl\ -e;display:inline\ -;overflow:visibl\ -e\x22\x0a id=\x22pa\ -th6446\x22 />\x0a <\ -path\x0a d=\x22M\ - 23.157747 20.95\ -3165 A 1.767767 \ -1.767767 0 1 1 \ -19.622213,20.953\ -165 A 1.767767 1\ -.767767 0 1 1 2\ -3.157747 20.9531\ -65 z\x22\x0a tra\ -nsform=\x22matrix(0\ -.766666,0,0,0.76\ -6666,-2.556414,5\ -.029841)\x22\x0a \ - style=\x22color:bl\ -ack;fill:white;f\ -ill-opacity:1;fi\ -ll-rule:evenodd;\ -stroke:none;stro\ -ke-width:0.99999\ -97;stroke-lineca\ -p:butt;stroke-li\ -nejoin:miter;mar\ -ker:none;marker-\ -start:none;marke\ -r-mid:none;marke\ -r-end:none;strok\ -e-miterlimit:10;\ -stroke-dasharray\ -:none;stroke-das\ -hoffset:0;stroke\ --opacity:1;visib\ -ility:visible;di\ -splay:inline;ove\ -rflow:visible\x22\x0a \ - id=\x22path43\ -61\x22 />\x0a <path\ -\x0a d=\x22M 72.\ -655224 21.837049\ - A 3.1819806 3.1\ -819806 0 1 1 66\ -.291263,21.83704\ -9 A 3.1819806 3.\ -1819806 0 1 1 7\ -2.655224 21.8370\ -49 z\x22\x0a tra\ -nsform=\x22matrix(1\ -.5,0,0,1.5,-82.1\ -6821,-10.91852)\x22\ -\x0a style=\x22c\ -olor:black;fill:\ -url(#radialGradi\ -ent6474);fill-op\ -acity:1;fill-rul\ -e:evenodd;stroke\ -:#888a85;stroke-\ -width:0.66666645\ -;stroke-linecap:\ -butt;stroke-line\ -join:miter;marke\ -r:none;marker-st\ -art:none;marker-\ -mid:none;marker-\ -end:none;stroke-\ -miterlimit:10;st\ -roke-dasharray:n\ -one;stroke-dasho\ -ffset:0;stroke-o\ -pacity:1;visibil\ -ity:visible;disp\ -lay:inline;overf\ -low:visible\x22\x0a \ - id=\x22path6462\ -\x22 />\x0a <path\x0a \ - d=\x22M 24.04\ -1631 21.837049 A\ - 2.2980971 2.298\ -0971 0 1 1 19.4\ -45437,21.837049 \ -A 2.2980971 2.29\ -80971 0 1 1 24.\ -041631 21.837049\ - z\x22\x0a trans\ -form=\x22translate(\ -1.414216,0.70710\ -8)\x22\x0a style\ -=\x22color:black;fi\ -ll:#2e3436;fill-\ -opacity:1;fill-r\ -ule:evenodd;stro\ -ke:black;stroke-\ -width:0.9999997;\ -stroke-linecap:b\ -utt;stroke-linej\ -oin:miter;marker\ -:none;marker-sta\ -rt:none;marker-m\ -id:none;marker-e\ -nd:none;stroke-m\ -iterlimit:10;str\ -oke-dasharray:no\ -ne;stroke-dashof\ -fset:0;stroke-op\ -acity:1;visibili\ -ty:visible;displ\ -ay:inline;overfl\ -ow:visible\x22\x0a \ - id=\x22path6464\x22\ - />\x0a <path\x0a \ - d=\x22M 23.157\ -747 20.953165 A \ -1.767767 1.76776\ -7 0 1 1 19.6222\ -13,20.953165 A 1\ -.767767 1.767767\ - 0 1 1 23.15774\ -7 20.953165 z\x22\x0a \ - transform=\ -\x22matrix(0.9,0,0,\ -0.9,3.022883,2.6\ -25648)\x22\x0a s\ -tyle=\x22color:blac\ -k;fill:white;fil\ -l-opacity:1;fill\ --rule:evenodd;st\ -roke:none;stroke\ --width:0.9999997\ -;stroke-linecap:\ -butt;stroke-line\ -join:miter;marke\ -r:none;marker-st\ -art:none;marker-\ -mid:none;marker-\ -end:none;stroke-\ -miterlimit:10;st\ -roke-dasharray:n\ -one;stroke-dasho\ -ffset:0;stroke-o\ -pacity:1;visibil\ -ity:visible;disp\ -lay:inline;overf\ -low:visible\x22\x0a \ - id=\x22path6466\ -\x22 />\x0a <g\x0a \ - transform=\x22ma\ -trix(-0.114852,-\ -0.389864,0.38986\ -4,-0.114852,24.7\ -1507,29.68942)\x22\x0a\ - id=\x22g8463\ -\x22>\x0a <path\x0a \ - d=\x22M -23\ -.364209,23.56833\ -6 L -19.654111,2\ -7.037511 C -11.3\ -07128,20.656664 \ --2.5600338,6.938\ -1374 -2.5600338,\ -6.9381374 C -0.5\ -8371893,4.695725\ -1 -2.6769537,3.1\ -876548 -4.724940\ -4,4.5402186 C -4\ -.7249404,4.54021\ -86 -17.695303,14\ -.655085 -23.3642\ -09,23.568336 z \x22\ -\x0a style=\ -\x22opacity:1;color\ -:black;fill:url(\ -#linearGradient6\ -957);fill-opacit\ -y:1;fill-rule:no\ -nzero;stroke:#67\ -3907;stroke-widt\ -h:2.46045303;str\ -oke-linecap:roun\ -d;stroke-linejoi\ -n:miter;marker:n\ -one;marker-start\ -:none;marker-mid\ -:none;marker-end\ -:none;stroke-mit\ -erlimit:4;stroke\ --dasharray:none;\ -stroke-dashoffse\ -t:0;stroke-opaci\ -ty:1;visibility:\ -visible;display:\ -inline;overflow:\ -visible\x22\x0a \ - id=\x22path6937\x22 \ -/>\x0a <path\x0a \ - d=\x22M -30\ -.449715,32.81389\ -4 L -28.203395,3\ -4.747714 L -19.7\ -10629,27.380683 \ -L -19.435568,26.\ -674855 L -18.341\ -163,26.65704 C -\ -18.778663,25.094\ -54 -21.282677,22\ -.273585 -23.1576\ -77,22.273585 L -\ -23.075658,23.363\ -66 L -23.745649,\ -23.743687 L -30.\ -449715,32.813894\ - z \x22\x0a st\ -yle=\x22opacity:1;c\ -olor:black;fill:\ -url(#linearGradi\ -ent6945);fill-op\ -acity:1;fill-rul\ -e:nonzero;stroke\ -:#888a85;stroke-\ -width:2.46045303\ -;stroke-linecap:\ -round;stroke-lin\ -ejoin:miter;mark\ -er:none;marker-s\ -tart:none;marker\ --mid:none;marker\ --end:none;stroke\ --miterlimit:4;st\ -roke-dasharray:n\ -one;stroke-dasho\ -ffset:0;stroke-o\ -pacity:1;visibil\ -ity:visible;disp\ -lay:inline;overf\ -low:visible\x22\x0a \ - id=\x22path69\ -35\x22 />\x0a <pa\ -th\x0a d=\x22M\ - -23.801371,28.3\ -76767 L -28.1663\ -04,33.643238\x22\x0a \ - style=\x22op\ -acity:1;color:bl\ -ack;fill:none;fi\ -ll-opacity:1;fil\ -l-rule:nonzero;s\ -troke:white;stro\ -ke-width:2.46045\ -327;stroke-linec\ -ap:round;stroke-\ -linejoin:round;m\ -arker:none;marke\ -r-start:none;mar\ -ker-mid:none;mar\ -ker-end:none;str\ -oke-miterlimit:4\ -;stroke-dasharra\ -y:none;stroke-da\ -shoffset:0;strok\ -e-opacity:1;visi\ -bility:visible;d\ -isplay:inline;ov\ -erflow:visible\x22\x0a\ - id=\x22pat\ -h6985\x22 />\x0a \ -<path\x0a d\ -=\x22M -45.341208,4\ -2.769835 C -34.8\ -9725,42.769835 -\ -26.971169,44.013\ -565 -25.470603,3\ -6.415097 C -24.2\ -61354,30.291783 \ --32.681137,27.35\ -7729 -36.853473,\ -32.824236 C -40.\ -87275,38.090207 \ --45.341208,42.76\ -9835 -45.341208,\ -42.769835 z \x22\x0a \ - style=\x22op\ -acity:1;color:bl\ -ack;fill:url(#ra\ -dialGradient6969\ -);fill-opacity:1\ -;fill-rule:nonze\ -ro;stroke:none;s\ -troke-width:0.2;\ -stroke-linecap:r\ -ound;stroke-line\ -join:miter;marke\ -r:none;marker-st\ -art:none;marker-\ -mid:none;marker-\ -end:none;stroke-\ -miterlimit:4;str\ -oke-dasharray:no\ -ne;stroke-dashof\ -fset:0;stroke-op\ -acity:1;visibili\ -ty:visible;displ\ -ay:inline;overfl\ -ow:visible\x22\x0a \ - id=\x22path693\ -3\x22 />\x0a <pat\ -h\x0a d=\x22M \ -8.8749989 37.75 \ -A 1.2499999 1.24\ -99999 0 1 1 6.3\ -749992,37.75 A 1\ -.2499999 1.24999\ -99 0 1 1 8.8749\ -989 37.75 z\x22\x0a \ - transform=\ -\x22matrix(2.069903\ -,-2.005828e-15,-\ -1.697698e-15,2.0\ -69903,-44.75012,\ --41.50978)\x22\x0a \ - style=\x22opac\ -ity:0.52777782;c\ -olor:black;fill:\ -white;fill-opaci\ -ty:1;fill-rule:n\ -onzero;stroke:no\ -ne;stroke-width:\ -1;stroke-linecap\ -:round;stroke-li\ -nejoin:miter;mar\ -ker:none;marker-\ -start:none;marke\ -r-mid:none;marke\ -r-end:none;strok\ -e-miterlimit:4;s\ -troke-dasharray:\ -none;stroke-dash\ -offset:0;stroke-\ -opacity:1;visibi\ -lity:visible;dis\ -play:inline;over\ -flow:visible\x22\x0a \ - id=\x22path6\ -971\x22 />\x0a <p\ -ath\x0a d=\x22\ -M 8.8749989 37.7\ -5 A 1.2499999 1.\ -2499999 0 1 1 6\ -.3749992,37.75 A\ - 1.2499999 1.249\ -9999 0 1 1 8.87\ -49989 37.75 z\x22\x0a \ - transfor\ -m=\x22matrix(1.3966\ -69,6.090506e-16,\ -8.67172e-16,1.39\ -6669,-32.05526,-\ -25.87664)\x22\x0a \ - style=\x22opaci\ -ty:1;color:black\ -;fill:white;fill\ --opacity:1;fill-\ -rule:nonzero;str\ -oke:none;stroke-\ -width:1;stroke-l\ -inecap:round;str\ -oke-linejoin:mit\ -er;marker:none;m\ -arker-start:none\ -;marker-mid:none\ -;marker-end:none\ -;stroke-miterlim\ -it:4;stroke-dash\ -array:none;strok\ -e-dashoffset:0;s\ -troke-opacity:1;\ -visibility:visib\ -le;display:inlin\ -e;overflow:visib\ -le\x22\x0a id=\ -\x22path6983\x22 />\x0a \ - <path\x0a \ - d=\x22M -38.5437\ -23,40.909242 C -\ -38.543723,40.909\ -242 -34.822203,4\ -1.003542 -32.427\ -185,39.497247 C \ --31.579834,38.96\ -4324 -30.911411,\ -40.147232 -31.93\ -3366,40.584614 C\ - -34.14076,41.52\ -9346 -38.543723,\ -40.909242 -38.54\ -3723,40.909242 z\ - \x22\x0a styl\ -e=\x22opacity:0.427\ -77776;color:blac\ -k;fill:url(#line\ -arGradient2452);\ -fill-opacity:1;f\ -ill-rule:nonzero\ -;stroke:none;str\ -oke-width:1;stro\ -ke-linecap:round\ -;stroke-linejoin\ -:miter;marker:no\ -ne;marker-start:\ -none;marker-mid:\ -none;marker-end:\ -none;stroke-mite\ -rlimit:4;stroke-\ -dasharray:none;s\ -troke-dashoffset\ -:0;stroke-opacit\ -y:1;visibility:v\ -isible;display:i\ -nline;overflow:v\ -isible\x22\x0a \ - id=\x22path1571\x22 /\ ->\x0a </g>\x0a <\ -path\x0a d=\x22M\ - 23.003067,31.73\ -6544 C 24.500439\ -,31.879636 25.85\ -2696,31.464331 2\ -6.41496,31.26249\ -7 C 26.513185,30\ -.707111 26.95151\ -2,29.64124 28.46\ -1048,29.571029 L\ - 27.930718,28.64\ -2952 C 27.930718\ -,28.642952 25.96\ -4077,29.990873 2\ -3.864854,30.3886\ -21 L 23.003067,3\ -1.736544 z \x22\x0a \ - style=\x22color\ -:black;fill:url(\ -#linearGradient4\ -330);fill-opacit\ -y:1;fill-rule:ev\ -enodd;stroke:non\ -e;stroke-width:0\ -.9999997;stroke-\ -linecap:butt;str\ -oke-linejoin:mit\ -er;marker:none;m\ -arker-start:none\ -;marker-mid:none\ -;marker-end:none\ -;stroke-miterlim\ -it:10;stroke-das\ -harray:none;stro\ -ke-dashoffset:0;\ -stroke-opacity:1\ -;visibility:visi\ -ble;display:inli\ -ne;overflow:visi\ -ble\x22\x0a id=\x22\ -path8532\x22 />\x0a <\ -/g>\x0a</svg>\x0a\ -" - -qt_resource_name = b"\ -\x00\x05\ -\x00o\xa6S\ -\x00i\ -\x00c\x00o\x00n\x00s\ -\x00\x08\ -\x0e#S\xa7\ -\x00G\ -\x00I\x00M\x00P\x00.\x00s\x00v\x00g\ -" - -qt_resource_struct = b"\ -\x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x01\ -\x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x02\ -\x00\x00\x00\x10\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\ -" - -def qInitResources(): - QtCore.qRegisterResourceData(0x01, qt_resource_struct, qt_resource_name, qt_resource_data) - -def qCleanupResources(): - QtCore.qUnregisterResourceData(0x01, qt_resource_struct, qt_resource_name, qt_resource_data) - -qInitResources() diff --git a/Resources3.py b/Resources3.py @@ -1,1406 +0,0 @@ -# -*- coding: utf-8 -*- - -# Resource object code -# -# Created: Thu Jan 21 01:44:33 2021 -# by: The Resource Compiler for PySide2 (Qt v5.11.3) -# -# WARNING! All changes made in this file will be lost! - -from PySide2 import QtCore - -qt_resource_data = b"\ -\x00\x00U\x5c\ -<\ -?xml version=\x221.\ -0\x22 encoding=\x22UTF\ --8\x22 standalone=\x22\ -no\x22?>\x0a<!-- Creat\ -ed with Inkscape\ - (http://www.ink\ -scape.org/) -->\x0a\ -<svg\x0a xmlns:sv\ -g=\x22http://www.w3\ -.org/2000/svg\x22\x0a \ - xmlns=\x22http://\ -www.w3.org/2000/\ -svg\x22\x0a xmlns:xl\ -ink=\x22http://www.\ -w3.org/1999/xlin\ -k\x22\x0a version=\x221\ -.0\x22\x0a width=\x2248\ -\x22\x0a height=\x2248\x22\ -\x0a id=\x22svg11300\ -\x22>\x0a <defs\x0a \ -id=\x22defs3\x22>\x0a \ -<linearGradient\x0a\ - id=\x22linea\ -rGradient8542\x22>\x0a\ - <stop\x0a \ - style=\x22stop\ --color:#5b676b;s\ -top-opacity:1\x22\x0a \ - offset=\x22\ -0\x22\x0a id=\x22\ -stop8544\x22 />\x0a \ - <stop\x0a \ - style=\x22stop-co\ -lor:#141718;stop\ --opacity:1\x22\x0a \ - offset=\x221\x22\x0a\ - id=\x22sto\ -p8546\x22 />\x0a </\ -linearGradient>\x0a\ - <linearGradi\ -ent\x0a id=\x22l\ -inearGradient853\ -4\x22>\x0a <stop\x0a\ - style=\x22\ -stop-color:black\ -;stop-opacity:1\x22\ -\x0a offset\ -=\x220\x22\x0a id\ -=\x22stop8536\x22 />\x0a \ - <stop\x0a \ - style=\x22stop-\ -color:black;stop\ --opacity:0\x22\x0a \ - offset=\x221\x22\x0a\ - id=\x22sto\ -p8538\x22 />\x0a </\ -linearGradient>\x0a\ - <linearGradi\ -ent\x0a id=\x22l\ -inearGradient852\ -4\x22>\x0a <stop\x0a\ - style=\x22\ -stop-color:white\ -;stop-opacity:1\x22\ -\x0a offset\ -=\x220\x22\x0a id\ -=\x22stop8526\x22 />\x0a \ - <stop\x0a \ - style=\x22stop-\ -color:white;stop\ --opacity:0\x22\x0a \ - offset=\x221\x22\x0a\ - id=\x22sto\ -p8528\x22 />\x0a </\ -linearGradient>\x0a\ - <linearGradi\ -ent\x0a id=\x22l\ -inearGradient244\ -6\x22>\x0a <stop\x0a\ - style=\x22\ -stop-color:white\ -;stop-opacity:1\x22\ -\x0a offset\ -=\x220\x22\x0a id\ -=\x22stop2448\x22 />\x0a \ - <stop\x0a \ - style=\x22stop-\ -color:white;stop\ --opacity:0\x22\x0a \ - offset=\x221\x22\x0a\ - id=\x22sto\ -p2450\x22 />\x0a </\ -linearGradient>\x0a\ - <linearGradi\ -ent\x0a x1=\x221\ -3.236155\x22\x0a \ - y1=\x2237.752247\x22\x0a\ - x2=\x227.752\ -1091\x22\x0a y2=\ -\x2242.282146\x22\x0a \ - id=\x22linearGra\ -dient2452\x22\x0a \ - xlink:href=\x22#l\ -inearGradient244\ -6\x22\x0a gradie\ -ntUnits=\x22userSpa\ -ceOnUse\x22\x0a \ -gradientTransfor\ -m=\x22matrix(0.7551\ -65,0.395143,-0.3\ -95143,0.755165,-\ -25.91245,6.53258\ -6)\x22 />\x0a <line\ -arGradient\x0a \ - id=\x22linearGrad\ -ient6963\x22>\x0a \ - <stop\x0a \ -style=\x22stop-colo\ -r:#696969;stop-o\ -pacity:1\x22\x0a \ - offset=\x220\x22\x0a \ - id=\x22stop6\ -965\x22 />\x0a <s\ -top\x0a sty\ -le=\x22stop-color:b\ -lack;stop-opacit\ -y:1\x22\x0a of\ -fset=\x221\x22\x0a \ - id=\x22stop6967\x22 \ -/>\x0a </linearG\ -radient>\x0a <ra\ -dialGradient\x0a \ - cx=\x2215.41510\ -1\x22\x0a cy=\x2235\ -.356506\x22\x0a \ -r=\x227.5791559\x22\x0a \ - fx=\x2215.4151\ -01\x22\x0a fy=\x223\ -5.356506\x22\x0a \ - id=\x22radialGradi\ -ent6969\x22\x0a \ -xlink:href=\x22#lin\ -earGradient6963\x22\ -\x0a gradient\ -Units=\x22userSpace\ -OnUse\x22\x0a gr\ -adientTransform=\ -\x22matrix(1.572694\ -,5.424952e-17,1.\ -037922e-12,1.532\ -639,-55.36682,-2\ -1.35823)\x22 />\x0a \ - <linearGradient\ -\x0a id=\x22line\ -arGradient6939\x22>\ -\x0a <stop\x0a \ - style=\x22sto\ -p-color:#bdbdbd;\ -stop-opacity:1\x22\x0a\ - offset=\ -\x220\x22\x0a id=\ -\x22stop6941\x22 />\x0a \ - <stop\x0a \ - style=\x22stop-c\ -olor:#e2e2e2;sto\ -p-opacity:1\x22\x0a \ - offset=\x220.\ -33333334\x22\x0a \ - id=\x22stop6947\x22\ - />\x0a <stop\x0a\ - style=\x22\ -stop-color:#a3a3\ -a3;stop-opacity:\ -1\x22\x0a offs\ -et=\x220.66666669\x22\x0a\ - id=\x22sto\ -p6949\x22 />\x0a \ -<stop\x0a s\ -tyle=\x22stop-color\ -:#ddd;stop-opaci\ -ty:1\x22\x0a o\ -ffset=\x221\x22\x0a \ - id=\x22stop6943\x22\ - />\x0a </linear\ -Gradient>\x0a <l\ -inearGradient\x0a \ - x1=\x2219.3947\ -35\x22\x0a y1=\x223\ -0.001331\x22\x0a \ - x2=\x2223.109331\x22\x0a\ - y2=\x2233.43\ -8831\x22\x0a id=\ -\x22linearGradient6\ -945\x22\x0a xlin\ -k:href=\x22#linearG\ -radient6939\x22\x0a \ - gradientUnit\ -s=\x22userSpaceOnUs\ -e\x22\x0a gradie\ -ntTransform=\x22tra\ -nslate(-46.40695\ -,-1.802856)\x22 />\x0a\ - <linearGradi\ -ent\x0a id=\x22l\ -inearGradient695\ -1\x22>\x0a <stop\x0a\ - style=\x22\ -stop-color:#6e3d\ -09;stop-opacity:\ -1\x22\x0a offs\ -et=\x220\x22\x0a \ -id=\x22stop6953\x22 />\ -\x0a <stop\x0a \ - style=\x22sto\ -p-color:#ea8113;\ -stop-opacity:1\x22\x0a\ - offset=\ -\x220.24242425\x22\x0a \ - id=\x22stop69\ -59\x22 />\x0a <st\ -op\x0a styl\ -e=\x22stop-color:#5\ -c3307;stop-opaci\ -ty:1\x22\x0a o\ -ffset=\x220.6212121\ -2\x22\x0a id=\x22\ -stop6961\x22 />\x0a \ - <stop\x0a \ - style=\x22stop-co\ -lor:#e07c12;stop\ --opacity:1\x22\x0a \ - offset=\x221\x22\x0a\ - id=\x22sto\ -p6955\x22 />\x0a </\ -linearGradient>\x0a\ - <linearGradi\ -ent\x0a x1=\x223\ -7.017639\x22\x0a \ - y1=\x2219.239889\x22\x0a\ - x2=\x2227.75\ -3893\x22\x0a y2=\ -\x2211.182488\x22\x0a \ - id=\x22linearGra\ -dient6957\x22\x0a \ - xlink:href=\x22#l\ -inearGradient695\ -1\x22\x0a gradie\ -ntUnits=\x22userSpa\ -ceOnUse\x22\x0a \ -gradientTransfor\ -m=\x22translate(-49\ -.30496,1.877723)\ -\x22 />\x0a <linear\ -Gradient\x0a \ -id=\x22linearGradie\ -nt6500\x22>\x0a <\ -stop\x0a st\ -yle=\x22stop-color:\ -#857c63;stop-opa\ -city:1\x22\x0a \ - offset=\x220\x22\x0a \ - id=\x22stop650\ -2\x22 />\x0a <sto\ -p\x0a style\ -=\x22stop-color:#22\ -1f19;stop-opacit\ -y:1\x22\x0a of\ -fset=\x221\x22\x0a \ - id=\x22stop6504\x22 \ -/>\x0a </linearG\ -radient>\x0a <li\ -nearGradient\x0a \ - id=\x22linearGr\ -adient6492\x22>\x0a \ - <stop\x0a \ - style=\x22stop-co\ -lor:black;stop-o\ -pacity:1\x22\x0a \ - offset=\x220\x22\x0a \ - id=\x22stop6\ -494\x22 />\x0a <s\ -top\x0a sty\ -le=\x22stop-color:b\ -lack;stop-opacit\ -y:0\x22\x0a of\ -fset=\x221\x22\x0a \ - id=\x22stop6496\x22 \ -/>\x0a </linearG\ -radient>\x0a <li\ -nearGradient\x0a \ - id=\x22linearGr\ -adient6482\x22>\x0a \ - <stop\x0a \ - style=\x22stop-co\ -lor:black;stop-o\ -pacity:1\x22\x0a \ - offset=\x220\x22\x0a \ - id=\x22stop6\ -484\x22 />\x0a <s\ -top\x0a sty\ -le=\x22stop-color:b\ -lack;stop-opacit\ -y:0\x22\x0a of\ -fset=\x221\x22\x0a \ - id=\x22stop6486\x22 \ -/>\x0a </linearG\ -radient>\x0a <li\ -nearGradient\x0a \ - id=\x22linearGr\ -adient6468\x22>\x0a \ - <stop\x0a \ - style=\x22stop-co\ -lor:white;stop-o\ -pacity:1\x22\x0a \ - offset=\x220\x22\x0a \ - id=\x22stop6\ -470\x22 />\x0a <s\ -top\x0a sty\ -le=\x22stop-color:#\ -b9b9b0;stop-opac\ -ity:1\x22\x0a \ -offset=\x221\x22\x0a \ - id=\x22stop6472\ -\x22 />\x0a </linea\ -rGradient>\x0a <\ -linearGradient\x0a \ - id=\x22linear\ -Gradient6452\x22>\x0a \ - <stop\x0a \ - style=\x22stop-\ -color:white;stop\ --opacity:1\x22\x0a \ - offset=\x220\x22\x0a\ - id=\x22sto\ -p6454\x22 />\x0a \ -<stop\x0a s\ -tyle=\x22stop-color\ -:white;stop-opac\ -ity:0\x22\x0a \ -offset=\x221\x22\x0a \ - id=\x22stop6456\ -\x22 />\x0a </linea\ -rGradient>\x0a <\ -linearGradient\x0a \ - x1=\x226.3051\ -529\x22\x0a y1=\x22\ -23.362427\x22\x0a \ - x2=\x225.9846287\x22\ -\x0a y2=\x2231.5\ -7\x22\x0a id=\x22li\ -nearGradient6458\ -\x22\x0a xlink:h\ -ref=\x22#linearGrad\ -ient6452\x22\x0a \ - gradientUnits=\x22\ -userSpaceOnUse\x22 \ -/>\x0a <radialGr\ -adient\x0a cx\ -=\x2269.473244\x22\x0a \ - cy=\x2219.59787\ -8\x22\x0a r=\x223.5\ -153139\x22\x0a f\ -x=\x2269.473244\x22\x0a \ - fy=\x2219.5978\ -78\x22\x0a id=\x22r\ -adialGradient647\ -4\x22\x0a xlink:\ -href=\x22#linearGra\ -dient6468\x22\x0a \ - gradientUnits=\ -\x22userSpaceOnUse\x22\ -\x0a gradient\ -Transform=\x22matri\ -x(1.318488,1.207\ -574e-15,-1.20757\ -4e-15,1.318488,-\ -22.1264,-6.24169\ -1)\x22 />\x0a <radi\ -alGradient\x0a \ - cx=\x2223\x22\x0a \ - cy=\x2233.9375\x22\x0a \ - r=\x2218.25\x22\x0a \ - fx=\x2223\x22\x0a \ - fy=\x2233.9375\ -\x22\x0a id=\x22rad\ -ialGradient6498\x22\ -\x0a xlink:hr\ -ef=\x22#linearGradi\ -ent6492\x22\x0a \ -gradientUnits=\x22u\ -serSpaceOnUse\x22\x0a \ - gradientTr\ -ansform=\x22matrix(\ -1,0,0,0.284247,0\ -,24.29088)\x22 />\x0a \ - <linearGradie\ -nt\x0a x1=\x2214\ -.96875\x22\x0a y\ -1=\x2219.110678\x22\x0a \ - x2=\x2239.5245\ -44\x22\x0a y2=\x224\ -6.98568\x22\x0a \ -id=\x22linearGradie\ -nt8530\x22\x0a x\ -link:href=\x22#line\ -arGradient8524\x22\x0a\ - gradientU\ -nits=\x22userSpaceO\ -nUse\x22 />\x0a <ra\ -dialGradient\x0a \ - cx=\x226.024218\ -6\x22\x0a cy=\x2225\ -.271027\x22\x0a \ -r=\x224.8310289\x22\x0a \ - fx=\x226.02421\ -86\x22\x0a fy=\x222\ -5.271027\x22\x0a \ - id=\x22radialGradi\ -ent8548\x22\x0a \ -xlink:href=\x22#lin\ -earGradient8542\x22\ -\x0a gradient\ -Units=\x22userSpace\ -OnUse\x22\x0a gr\ -adientTransform=\ -\x22matrix(0.916159\ -,9.318684e-2,-0.\ -108765,1.069309,\ -3.253668,-3.0292\ -72)\x22 />\x0a <lin\ -earGradient\x0a \ - x1=\x2226.162951\ -\x22\x0a y1=\x2230.\ -543303\x22\x0a x\ -2=\x2224.328892\x22\x0a \ - y2=\x2230.9852\ -45\x22\x0a id=\x22l\ -inearGradient433\ -0\x22\x0a xlink:\ -href=\x22#linearGra\ -dient8534\x22\x0a \ - gradientUnits=\ -\x22userSpaceOnUse\x22\ - />\x0a <linearG\ -radient\x0a x\ -1=\x2232.350136\x22\x0a \ - y1=\x2228.0833\ -55\x22\x0a x2=\x222\ -1.213203\x22\x0a \ - y2=\x2230.293064\x22\x0a\ - id=\x22linea\ -rGradient4351\x22\x0a \ - xlink:href\ -=\x22#linearGradien\ -t6482\x22\x0a gr\ -adientUnits=\x22use\ -rSpaceOnUse\x22\x0a \ - gradientTran\ -sform=\x22translate\ -(-3.836549,0.345\ -971)\x22 />\x0a <ra\ -dialGradient\x0a \ - cx=\x2218.55762\ -7\x22\x0a cy=\x2222\ -.300018\x22\x0a \ -r=\x2219.2292\x22\x0a \ - fx=\x2218.557627\ -\x22\x0a fy=\x2222.\ -300018\x22\x0a i\ -d=\x22radialGradien\ -t4354\x22\x0a xl\ -ink:href=\x22#linea\ -rGradient6500\x22\x0a \ - gradientUn\ -its=\x22userSpaceOn\ -Use\x22\x0a grad\ -ientTransform=\x22m\ -atrix(1.77275,-1\ -.847562e-16,1.35\ -1402e-16,1.29668\ -,-16.3404,-6.615\ -959)\x22 />\x0a <ra\ -dialGradient\x0a \ - cx=\x2269.47324\ -4\x22\x0a cy=\x2219\ -.597878\x22\x0a \ -r=\x223.5153139\x22\x0a \ - fx=\x2269.4732\ -44\x22\x0a fy=\x221\ -9.597878\x22\x0a \ - id=\x22radialGradi\ -ent4363\x22\x0a \ -xlink:href=\x22#lin\ -earGradient6468\x22\ -\x0a gradient\ -Units=\x22userSpace\ -OnUse\x22\x0a gr\ -adientTransform=\ -\x22matrix(1.318488\ -,1.207574e-15,-1\ -.207574e-15,1.31\ -8488,-22.1264,-6\ -.241691)\x22 />\x0a <\ -/defs>\x0a <g\x0a \ - id=\x22layer1\x22>\x0a \ - <path\x0a d\ -=\x22M 41.25 33.937\ -5 A 18.25 5.1875\ - 0 1 1 4.75,33.\ -9375 A 18.25 5.1\ -875 0 1 1 41.25\ - 33.9375 z\x22\x0a \ - transform=\x22ma\ -trix(1,0,0,1.530\ -12,0.125,-19.990\ -96)\x22\x0a styl\ -e=\x22color:black;f\ -ill:url(#radialG\ -radient6498);fil\ -l-opacity:1;fill\ --rule:evenodd;st\ -roke:none;stroke\ --width:0.9999997\ -;stroke-linecap:\ -butt;stroke-line\ -join:miter;marke\ -r:none;marker-st\ -art:none;marker-\ -mid:none;marker-\ -end:none;stroke-\ -miterlimit:10;st\ -roke-dasharray:n\ -one;stroke-dasho\ -ffset:0;stroke-o\ -pacity:1;visibil\ -ity:visible;disp\ -lay:inline;overf\ -low:visible\x22\x0a \ - id=\x22path6490\ -\x22 />\x0a <path\x0a \ - d=\x22M 10.37\ -4369,12.467884 C\ - 10.374369,12.46\ -7884 13.248878,1\ -8.395518 19.9736\ -11,18.228291 C 3\ -4.066126,17.8747\ -38 36.53732,10.5\ -23341 36.890873,\ -9.4626804 C 37.2\ -44427,8.4020202 \ -37.785407,8.5626\ -825 37.91048,9.5\ -42947 C 42.50667\ -4,51.262247 6.01\ -35488,33.362123 \ -4.7175144,26.256\ -467 C 11.965359,\ -24.135147 10.197\ -592,20.069282 10\ -.197592,20.06928\ -2 L 10.374369,12\ -.467884 z \x22\x0a \ - style=\x22color:\ -black;fill:url(#\ -radialGradient43\ -54);fill-opacity\ -:1;fill-rule:eve\ -nodd;stroke:#2e3\ -436;stroke-width\ -:0.9999997;strok\ -e-linecap:butt;s\ -troke-linejoin:m\ -iter;marker:none\ -;marker-start:no\ -ne;marker-mid:no\ -ne;marker-end:no\ -ne;stroke-miterl\ -imit:10;stroke-d\ -asharray:none;st\ -roke-dashoffset:\ -0;stroke-opacity\ -:1;visibility:vi\ -sible;display:in\ -line;overflow:vi\ -sible\x22\x0a id\ -=\x22path4323\x22 />\x0a \ - <path\x0a \ -d=\x22M 15.73779,30\ -.066049 C 22.476\ -69,31.413886 25.\ -908481,30.164142\ - 27.916965,28.61\ -3273 C 27.386635\ -,27.928263 26.48\ -0655,27.176962 2\ -6.480655,27.1769\ -62 C 26.480655,2\ -7.176962 28.8339\ -72,27.830904 29.\ -662635,28.900535\ - C 30.488925,29.\ -967103 29.969443\ -,30.624242 29.75\ -3196,31.988905 C\ - 29.271785,30.79\ -0306 28.373215,3\ -0.340813 28.2515\ -62,29.864573 C 2\ -6.445294,32.3615\ - 21.94512,32.257\ -773 15.73779,30.\ -066049 z \x22\x0a \ - style=\x22color:b\ -lack;fill:url(#l\ -inearGradient435\ -1);fill-opacity:\ -1;fill-rule:even\ -odd;stroke:none;\ -stroke-width:0.9\ -999997;stroke-li\ -necap:butt;strok\ -e-linejoin:miter\ -;marker:none;mar\ -ker-start:none;m\ -arker-mid:none;m\ -arker-end:none;s\ -troke-miterlimit\ -:10;stroke-dasha\ -rray:none;stroke\ --dashoffset:0;st\ -roke-opacity:1;v\ -isibility:visibl\ -e;display:inline\ -;overflow:visibl\ -e\x22\x0a id=\x22pa\ -th6480\x22 />\x0a <\ -path\x0a d=\x22M\ - 36.96875,11.843\ -75 C 36.406772,1\ -2.770645 35.5622\ -58,13.876916 34.\ -28125,14.9375 C \ -31.649332,17.116\ -542 27.230687,19\ -.099847 20,19.28\ -125 C 15.775627,\ -19.386299 13.047\ -259,17.347101 11\ -.375,15.53125 L \ -11.25,20 C 11.38\ -6107,20.418802 1\ -1.665455,21.3904\ -98 11.1875,22.71\ -875 C 10.673186,\ -24.148046 9.0329\ -86,25.610113 6.2\ -1875,26.71875 C \ -6.4690804,27.240\ -783 6.7142345,27\ -.76237 7.46875,2\ -8.5 C 8.4967003,\ -29.504945 9.9257\ -833,30.588049 11\ -.625,31.5625 C 1\ -5.023433,33.5114\ -02 19.426583,35.\ -055712 23.53125,\ -35.125 C 27.6359\ -17,35.194288 31.\ -388376,33.89045 \ -33.96875,30.125 \ -C 36.347494,26.6\ -53782 37.651223,\ -20.777057 36.968\ -75,11.84375 z \x22\x0a\ - style=\x22op\ -acity:0.18539327\ -;color:black;fil\ -l:none;fill-opac\ -ity:1;fill-rule:\ -evenodd;stroke:u\ -rl(#linearGradie\ -nt8530);stroke-w\ -idth:0.9999997;s\ -troke-linecap:bu\ -tt;stroke-linejo\ -in:miter;marker:\ -none;marker-star\ -t:none;marker-mi\ -d:none;marker-en\ -d:none;stroke-mi\ -terlimit:10;stro\ -ke-dasharray:non\ -e;stroke-dashoff\ -set:0;stroke-opa\ -city:1;visibilit\ -y:visible;displa\ -y:inline;overflo\ -w:visible\x22\x0a \ - id=\x22path8520\x22 \ -/>\x0a <path\x0a \ - d=\x22M 72.6552\ -24 21.837049 A 3\ -.1819806 3.18198\ -06 0 1 1 66.291\ -263,21.837049 A \ -3.1819806 3.1819\ -806 0 1 1 72.65\ -5224 21.837049 z\ -\x22\x0a transfo\ -rm=\x22matrix(1.277\ -778,0,0,1.277778\ -,-75.12661,-6.50\ -7784)\x22\x0a st\ -yle=\x22color:black\ -;fill:url(#radia\ -lGradient4363);f\ -ill-opacity:1;fi\ -ll-rule:evenodd;\ -stroke:#888a85;s\ -troke-width:0.78\ -260845;stroke-li\ -necap:butt;strok\ -e-linejoin:miter\ -;marker:none;mar\ -ker-start:none;m\ -arker-mid:none;m\ -arker-end:none;s\ -troke-miterlimit\ -:10;stroke-dasha\ -rray:none;stroke\ --dashoffset:0;st\ -roke-opacity:1;v\ -isibility:visibl\ -e;display:inline\ -;overflow:visibl\ -e\x22\x0a id=\x22pa\ -th4357\x22 />\x0a <\ -path\x0a d=\x22M\ - 10.429825 27.22\ -8739 A 4.3310289\ - 6.0987959 0 1 1\ - 1.767767,27.22\ -8739 A 4.3310289\ - 6.0987959 0 1 1\ - 10.429825 27.2\ -28739 z\x22\x0a \ -transform=\x22matri\ -x(0.810984,-0.58\ -5069,0.585069,0.\ -810984,-14.77791\ -,6.947121)\x22\x0a \ - style=\x22color:\ -black;fill:url(#\ -radialGradient85\ -48);fill-opacity\ -:1;fill-rule:eve\ -nodd;stroke:blac\ -k;stroke-width:0\ -.9999997;stroke-\ -linecap:butt;str\ -oke-linejoin:mit\ -er;marker:none;m\ -arker-start:none\ -;marker-mid:none\ -;marker-end:none\ -;stroke-miterlim\ -it:10;stroke-das\ -harray:none;stro\ -ke-dashoffset:0;\ -stroke-opacity:1\ -;visibility:visi\ -ble;display:inli\ -ne;overflow:visi\ -ble\x22\x0a id=\x22\ -path5198\x22 />\x0a \ - <path\x0a d=\ -\x22M 24.041631 21.\ -837049 A 2.29809\ -71 2.2980971 0 1\ - 1 19.445437,21\ -.837049 A 2.2980\ -971 2.2980971 0 \ -1 1 24.041631 2\ -1.837049 z\x22\x0a \ - transform=\x22ma\ -trix(0.851852,0,\ -0,0.851852,-3.92\ -6759,3.395528)\x22\x0a\ - style=\x22co\ -lor:black;fill:#\ -2e3436;fill-opac\ -ity:1;fill-rule:\ -evenodd;stroke:b\ -lack;stroke-widt\ -h:1.17391276;str\ -oke-linecap:butt\ -;stroke-linejoin\ -:miter;marker:no\ -ne;marker-start:\ -none;marker-mid:\ -none;marker-end:\ -none;stroke-mite\ -rlimit:10;stroke\ --dasharray:none;\ -stroke-dashoffse\ -t:0;stroke-opaci\ -ty:1;visibility:\ -visible;display:\ -inline;overflow:\ -visible\x22\x0a \ -id=\x22path4359\x22 />\ -\x0a <path\x0a \ - d=\x22M 6.09375,2\ -2.15625 C 5.2955\ -008,22.15625 4.5\ -406196,22.602421\ - 3.90625,23.5 C \ -3.2718804,24.397\ -579 2.8125,25.73\ -4204 2.8125,27.2\ -1875 C 2.8125,28\ -.703296 3.271880\ -4,30.039921 3.90\ -625,30.9375 C 4.\ -5406196,31.83507\ -9 5.2955011,32.2\ -8125 6.09375,32.\ -28125 C 6.891999\ -2,32.28125 7.671\ -0339,31.804861 8\ -.3125,30.90625 C\ - 8.9539661,30.00\ -7639 9.40625,28.\ -700064 9.40625,2\ -7.21875 C 9.4062\ -5,25.737436 8.95\ -39662,24.429861 \ -8.3125,23.53125 \ -C 7.6710338,22.6\ -32639 6.8919989,\ -22.15625 6.09375\ -,22.15625 z \x22\x0a \ - transform=\x22\ -matrix(0.800389,\ --0.599481,0.5994\ -81,0.800389,-15.\ -2744,7.32784)\x22\x0a \ - style=\x22opa\ -city:0.28089887;\ -color:black;fill\ -:none;fill-opaci\ -ty:1;fill-rule:e\ -venodd;stroke:ur\ -l(#linearGradien\ -t6458);stroke-wi\ -dth:1.00000012;s\ -troke-linecap:bu\ -tt;stroke-linejo\ -in:miter;marker:\ -none;marker-star\ -t:none;marker-mi\ -d:none;marker-en\ -d:none;stroke-mi\ -terlimit:10;stro\ -ke-dasharray:non\ -e;stroke-dashoff\ -set:0;stroke-opa\ -city:1;visibilit\ -y:visible;displa\ -y:inline;overflo\ -w:visible\x22\x0a \ - id=\x22path6450\x22 \ -/>\x0a <path\x0a \ - d=\x22M 5.83363\ -1 23.251263 A 1.\ -767767 2.1213202\ - 0 1 1 2.298097\ -1,23.251263 A 1.\ -767767 2.1213202\ - 0 1 1 5.833631\ - 23.251263 z\x22\x0a \ - style=\x22colo\ -r:black;fill:whi\ -te;fill-opacity:\ -1;fill-rule:even\ -odd;stroke:none;\ -stroke-width:0.9\ -999997;stroke-li\ -necap:butt;strok\ -e-linejoin:miter\ -;marker:none;mar\ -ker-start:none;m\ -arker-mid:none;m\ -arker-end:none;s\ -troke-miterlimit\ -:10;stroke-dasha\ -rray:none;stroke\ --dashoffset:0;st\ -roke-opacity:1;v\ -isibility:visibl\ -e;display:inline\ -;overflow:visibl\ -e\x22\x0a id=\x22pa\ -th6446\x22 />\x0a <\ -path\x0a d=\x22M\ - 23.157747 20.95\ -3165 A 1.767767 \ -1.767767 0 1 1 \ -19.622213,20.953\ -165 A 1.767767 1\ -.767767 0 1 1 2\ -3.157747 20.9531\ -65 z\x22\x0a tra\ -nsform=\x22matrix(0\ -.766666,0,0,0.76\ -6666,-2.556414,5\ -.029841)\x22\x0a \ - style=\x22color:bl\ -ack;fill:white;f\ -ill-opacity:1;fi\ -ll-rule:evenodd;\ -stroke:none;stro\ -ke-width:0.99999\ -97;stroke-lineca\ -p:butt;stroke-li\ -nejoin:miter;mar\ -ker:none;marker-\ -start:none;marke\ -r-mid:none;marke\ -r-end:none;strok\ -e-miterlimit:10;\ -stroke-dasharray\ -:none;stroke-das\ -hoffset:0;stroke\ --opacity:1;visib\ -ility:visible;di\ -splay:inline;ove\ -rflow:visible\x22\x0a \ - id=\x22path43\ -61\x22 />\x0a <path\ -\x0a d=\x22M 72.\ -655224 21.837049\ - A 3.1819806 3.1\ -819806 0 1 1 66\ -.291263,21.83704\ -9 A 3.1819806 3.\ -1819806 0 1 1 7\ -2.655224 21.8370\ -49 z\x22\x0a tra\ -nsform=\x22matrix(1\ -.5,0,0,1.5,-82.1\ -6821,-10.91852)\x22\ -\x0a style=\x22c\ -olor:black;fill:\ -url(#radialGradi\ -ent6474);fill-op\ -acity:1;fill-rul\ -e:evenodd;stroke\ -:#888a85;stroke-\ -width:0.66666645\ -;stroke-linecap:\ -butt;stroke-line\ -join:miter;marke\ -r:none;marker-st\ -art:none;marker-\ -mid:none;marker-\ -end:none;stroke-\ -miterlimit:10;st\ -roke-dasharray:n\ -one;stroke-dasho\ -ffset:0;stroke-o\ -pacity:1;visibil\ -ity:visible;disp\ -lay:inline;overf\ -low:visible\x22\x0a \ - id=\x22path6462\ -\x22 />\x0a <path\x0a \ - d=\x22M 24.04\ -1631 21.837049 A\ - 2.2980971 2.298\ -0971 0 1 1 19.4\ -45437,21.837049 \ -A 2.2980971 2.29\ -80971 0 1 1 24.\ -041631 21.837049\ - z\x22\x0a trans\ -form=\x22translate(\ -1.414216,0.70710\ -8)\x22\x0a style\ -=\x22color:black;fi\ -ll:#2e3436;fill-\ -opacity:1;fill-r\ -ule:evenodd;stro\ -ke:black;stroke-\ -width:0.9999997;\ -stroke-linecap:b\ -utt;stroke-linej\ -oin:miter;marker\ -:none;marker-sta\ -rt:none;marker-m\ -id:none;marker-e\ -nd:none;stroke-m\ -iterlimit:10;str\ -oke-dasharray:no\ -ne;stroke-dashof\ -fset:0;stroke-op\ -acity:1;visibili\ -ty:visible;displ\ -ay:inline;overfl\ -ow:visible\x22\x0a \ - id=\x22path6464\x22\ - />\x0a <path\x0a \ - d=\x22M 23.157\ -747 20.953165 A \ -1.767767 1.76776\ -7 0 1 1 19.6222\ -13,20.953165 A 1\ -.767767 1.767767\ - 0 1 1 23.15774\ -7 20.953165 z\x22\x0a \ - transform=\ -\x22matrix(0.9,0,0,\ -0.9,3.022883,2.6\ -25648)\x22\x0a s\ -tyle=\x22color:blac\ -k;fill:white;fil\ -l-opacity:1;fill\ --rule:evenodd;st\ -roke:none;stroke\ --width:0.9999997\ -;stroke-linecap:\ -butt;stroke-line\ -join:miter;marke\ -r:none;marker-st\ -art:none;marker-\ -mid:none;marker-\ -end:none;stroke-\ -miterlimit:10;st\ -roke-dasharray:n\ -one;stroke-dasho\ -ffset:0;stroke-o\ -pacity:1;visibil\ -ity:visible;disp\ -lay:inline;overf\ -low:visible\x22\x0a \ - id=\x22path6466\ -\x22 />\x0a <g\x0a \ - transform=\x22ma\ -trix(-0.114852,-\ -0.389864,0.38986\ -4,-0.114852,24.7\ -1507,29.68942)\x22\x0a\ - id=\x22g8463\ -\x22>\x0a <path\x0a \ - d=\x22M -23\ -.364209,23.56833\ -6 L -19.654111,2\ -7.037511 C -11.3\ -07128,20.656664 \ --2.5600338,6.938\ -1374 -2.5600338,\ -6.9381374 C -0.5\ -8371893,4.695725\ -1 -2.6769537,3.1\ -876548 -4.724940\ -4,4.5402186 C -4\ -.7249404,4.54021\ -86 -17.695303,14\ -.655085 -23.3642\ -09,23.568336 z \x22\ -\x0a style=\ -\x22opacity:1;color\ -:black;fill:url(\ -#linearGradient6\ -957);fill-opacit\ -y:1;fill-rule:no\ -nzero;stroke:#67\ -3907;stroke-widt\ -h:2.46045303;str\ -oke-linecap:roun\ -d;stroke-linejoi\ -n:miter;marker:n\ -one;marker-start\ -:none;marker-mid\ -:none;marker-end\ -:none;stroke-mit\ -erlimit:4;stroke\ --dasharray:none;\ -stroke-dashoffse\ -t:0;stroke-opaci\ -ty:1;visibility:\ -visible;display:\ -inline;overflow:\ -visible\x22\x0a \ - id=\x22path6937\x22 \ -/>\x0a <path\x0a \ - d=\x22M -30\ -.449715,32.81389\ -4 L -28.203395,3\ -4.747714 L -19.7\ -10629,27.380683 \ -L -19.435568,26.\ -674855 L -18.341\ -163,26.65704 C -\ -18.778663,25.094\ -54 -21.282677,22\ -.273585 -23.1576\ -77,22.273585 L -\ -23.075658,23.363\ -66 L -23.745649,\ -23.743687 L -30.\ -449715,32.813894\ - z \x22\x0a st\ -yle=\x22opacity:1;c\ -olor:black;fill:\ -url(#linearGradi\ -ent6945);fill-op\ -acity:1;fill-rul\ -e:nonzero;stroke\ -:#888a85;stroke-\ -width:2.46045303\ -;stroke-linecap:\ -round;stroke-lin\ -ejoin:miter;mark\ -er:none;marker-s\ -tart:none;marker\ --mid:none;marker\ --end:none;stroke\ --miterlimit:4;st\ -roke-dasharray:n\ -one;stroke-dasho\ -ffset:0;stroke-o\ -pacity:1;visibil\ -ity:visible;disp\ -lay:inline;overf\ -low:visible\x22\x0a \ - id=\x22path69\ -35\x22 />\x0a <pa\ -th\x0a d=\x22M\ - -23.801371,28.3\ -76767 L -28.1663\ -04,33.643238\x22\x0a \ - style=\x22op\ -acity:1;color:bl\ -ack;fill:none;fi\ -ll-opacity:1;fil\ -l-rule:nonzero;s\ -troke:white;stro\ -ke-width:2.46045\ -327;stroke-linec\ -ap:round;stroke-\ -linejoin:round;m\ -arker:none;marke\ -r-start:none;mar\ -ker-mid:none;mar\ -ker-end:none;str\ -oke-miterlimit:4\ -;stroke-dasharra\ -y:none;stroke-da\ -shoffset:0;strok\ -e-opacity:1;visi\ -bility:visible;d\ -isplay:inline;ov\ -erflow:visible\x22\x0a\ - id=\x22pat\ -h6985\x22 />\x0a \ -<path\x0a d\ -=\x22M -45.341208,4\ -2.769835 C -34.8\ -9725,42.769835 -\ -26.971169,44.013\ -565 -25.470603,3\ -6.415097 C -24.2\ -61354,30.291783 \ --32.681137,27.35\ -7729 -36.853473,\ -32.824236 C -40.\ -87275,38.090207 \ --45.341208,42.76\ -9835 -45.341208,\ -42.769835 z \x22\x0a \ - style=\x22op\ -acity:1;color:bl\ -ack;fill:url(#ra\ -dialGradient6969\ -);fill-opacity:1\ -;fill-rule:nonze\ -ro;stroke:none;s\ -troke-width:0.2;\ -stroke-linecap:r\ -ound;stroke-line\ -join:miter;marke\ -r:none;marker-st\ -art:none;marker-\ -mid:none;marker-\ -end:none;stroke-\ -miterlimit:4;str\ -oke-dasharray:no\ -ne;stroke-dashof\ -fset:0;stroke-op\ -acity:1;visibili\ -ty:visible;displ\ -ay:inline;overfl\ -ow:visible\x22\x0a \ - id=\x22path693\ -3\x22 />\x0a <pat\ -h\x0a d=\x22M \ -8.8749989 37.75 \ -A 1.2499999 1.24\ -99999 0 1 1 6.3\ -749992,37.75 A 1\ -.2499999 1.24999\ -99 0 1 1 8.8749\ -989 37.75 z\x22\x0a \ - transform=\ -\x22matrix(2.069903\ -,-2.005828e-15,-\ -1.697698e-15,2.0\ -69903,-44.75012,\ --41.50978)\x22\x0a \ - style=\x22opac\ -ity:0.52777782;c\ -olor:black;fill:\ -white;fill-opaci\ -ty:1;fill-rule:n\ -onzero;stroke:no\ -ne;stroke-width:\ -1;stroke-linecap\ -:round;stroke-li\ -nejoin:miter;mar\ -ker:none;marker-\ -start:none;marke\ -r-mid:none;marke\ -r-end:none;strok\ -e-miterlimit:4;s\ -troke-dasharray:\ -none;stroke-dash\ -offset:0;stroke-\ -opacity:1;visibi\ -lity:visible;dis\ -play:inline;over\ -flow:visible\x22\x0a \ - id=\x22path6\ -971\x22 />\x0a <p\ -ath\x0a d=\x22\ -M 8.8749989 37.7\ -5 A 1.2499999 1.\ -2499999 0 1 1 6\ -.3749992,37.75 A\ - 1.2499999 1.249\ -9999 0 1 1 8.87\ -49989 37.75 z\x22\x0a \ - transfor\ -m=\x22matrix(1.3966\ -69,6.090506e-16,\ -8.67172e-16,1.39\ -6669,-32.05526,-\ -25.87664)\x22\x0a \ - style=\x22opaci\ -ty:1;color:black\ -;fill:white;fill\ --opacity:1;fill-\ -rule:nonzero;str\ -oke:none;stroke-\ -width:1;stroke-l\ -inecap:round;str\ -oke-linejoin:mit\ -er;marker:none;m\ -arker-start:none\ -;marker-mid:none\ -;marker-end:none\ -;stroke-miterlim\ -it:4;stroke-dash\ -array:none;strok\ -e-dashoffset:0;s\ -troke-opacity:1;\ -visibility:visib\ -le;display:inlin\ -e;overflow:visib\ -le\x22\x0a id=\ -\x22path6983\x22 />\x0a \ - <path\x0a \ - d=\x22M -38.5437\ -23,40.909242 C -\ -38.543723,40.909\ -242 -34.822203,4\ -1.003542 -32.427\ -185,39.497247 C \ --31.579834,38.96\ -4324 -30.911411,\ -40.147232 -31.93\ -3366,40.584614 C\ - -34.14076,41.52\ -9346 -38.543723,\ -40.909242 -38.54\ -3723,40.909242 z\ - \x22\x0a styl\ -e=\x22opacity:0.427\ -77776;color:blac\ -k;fill:url(#line\ -arGradient2452);\ -fill-opacity:1;f\ -ill-rule:nonzero\ -;stroke:none;str\ -oke-width:1;stro\ -ke-linecap:round\ -;stroke-linejoin\ -:miter;marker:no\ -ne;marker-start:\ -none;marker-mid:\ -none;marker-end:\ -none;stroke-mite\ -rlimit:4;stroke-\ -dasharray:none;s\ -troke-dashoffset\ -:0;stroke-opacit\ -y:1;visibility:v\ -isible;display:i\ -nline;overflow:v\ -isible\x22\x0a \ - id=\x22path1571\x22 /\ ->\x0a </g>\x0a <\ -path\x0a d=\x22M\ - 23.003067,31.73\ -6544 C 24.500439\ -,31.879636 25.85\ -2696,31.464331 2\ -6.41496,31.26249\ -7 C 26.513185,30\ -.707111 26.95151\ -2,29.64124 28.46\ -1048,29.571029 L\ - 27.930718,28.64\ -2952 C 27.930718\ -,28.642952 25.96\ -4077,29.990873 2\ -3.864854,30.3886\ -21 L 23.003067,3\ -1.736544 z \x22\x0a \ - style=\x22color\ -:black;fill:url(\ -#linearGradient4\ -330);fill-opacit\ -y:1;fill-rule:ev\ -enodd;stroke:non\ -e;stroke-width:0\ -.9999997;stroke-\ -linecap:butt;str\ -oke-linejoin:mit\ -er;marker:none;m\ -arker-start:none\ -;marker-mid:none\ -;marker-end:none\ -;stroke-miterlim\ -it:10;stroke-das\ -harray:none;stro\ -ke-dashoffset:0;\ -stroke-opacity:1\ -;visibility:visi\ -ble;display:inli\ -ne;overflow:visi\ -ble\x22\x0a id=\x22\ -path8532\x22 />\x0a <\ -/g>\x0a</svg>\x0a\ -" - -qt_resource_name = b"\ -\x00\x05\ -\x00o\xa6S\ -\x00i\ -\x00c\x00o\x00n\x00s\ -\x00\x08\ -\x0e#S\xa7\ -\x00G\ -\x00I\x00M\x00P\x00.\x00s\x00v\x00g\ -" - -qt_resource_struct = b"\ -\x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x01\ -\x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x02\ -\x00\x00\x00\x10\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\ -" - -def qInitResources(): - QtCore.qRegisterResourceData(0x01, qt_resource_struct, qt_resource_name, qt_resource_data) - -def qCleanupResources(): - QtCore.qUnregisterResourceData(0x01, qt_resource_struct, qt_resource_name, qt_resource_data) - -qInitResources() diff --git a/icons/Inkscape.svg b/icons/Inkscape.svg @@ -0,0 +1,727 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.0" + viewBox="0 0 128 128" + width="128" + height="128" + id="svg2"> + <defs + id="defs4"> + <linearGradient + id="WhiteTransparent" + gradientUnits="userSpaceOnUse"> + <stop + id="stop7" + style="stop-color:#ffffff;stop-opacity:1" + offset="0" /> + <stop + id="stop9" + style="stop-color:#ffffff;stop-opacity:0" + offset="1" /> + </linearGradient> + <linearGradient + x1="0" + y1="128" + x2="0" + y2="76" + id="liquidSpecular" + xlink:href="#WhiteTransparent" + gradientUnits="userSpaceOnUse" /> + <linearGradient + x1="80" + y1="20" + x2="60" + y2="40" + id="sideSpecular" + xlink:href="#WhiteTransparent" + gradientUnits="userSpaceOnUse" /> + <clipPath + id="clipoutline1"> + <path + d="M 54.1,12.5 12.9,54.7 C -2.7,70.3 23,69 32.3,74.9 36.6,77.7 18.5,81.3 22.2,85 c 3.6,3.7 21.7,7.1 25.3,10.7 3.6,3.7 -7.3,7.6 -3.7,11.3 3.5,3.7 11.9,0.2 13.4,8.6 1.1,6.2 15.4,3.1 21.8,-2.2 4,-3.4 -6.9,-3.4 -3.3,-7.1 9,-9.1 17,-4.1 20.3,-12.5 1.8,-4.5 -13.6,-7.7 -9.5,-10.6 9.8,-6.9 45.8,-10.4 29.2,-27 L 73,12.5 c -5.3,-5 -14,-5 -18.9,0 z m -9.9,64.7 c 0.9,0 30.8,4 19.3,7.1 -4.4,1.2 -24.6,-7.1 -19.3,-7.1 z m 57.2,16.6 c 0,2.1 16.3,3.3 15.4,-0.5 -1.3,-6.4 -13.6,-5.9 -15.4,0.5 z m -69.5,11.1 c 3.7,3.2 9.3,-0.7 11.1,-5.2 -3.6,-4.7 -16.9,0.3 -11.1,5.2 z m 67.5,-6.7 c -4.6,4.2 0.8,8.6 5.3,5.7 1.2,-0.8 -0.1,-4.7 -5.3,-5.7 z" + id="outline1" /> + </clipPath> + <linearGradient + x1="82.118591" + y1="20" + x2="60" + y2="40" + id="linearGradient9175" + xlink:href="#linearGradient5785" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient5785" + gradientUnits="userSpaceOnUse"> + <stop + id="stop5787" + style="stop-color:#c0cdf9;stop-opacity:1" + offset="0" /> + <stop + id="stop5789" + style="stop-color:#07092d;stop-opacity:0.28804347" + offset="1" /> + </linearGradient> + <filter + id="filter8490" + color-interpolation-filters="sRGB"> + <feGaussianBlur + id="feGaussianBlur8492" + stdDeviation="2.4163949" + inkscape:collect="always" /> + </filter> + <filter + id="filter6017-3" + color-interpolation-filters="sRGB"> + <feGaussianBlur + id="feGaussianBlur6019-9" + stdDeviation="0.80546496" + inkscape:collect="always" /> + </filter> + <filter + id="filter6031-0" + color-interpolation-filters="sRGB"> + <feGaussianBlur + id="feGaussianBlur6033-8" + stdDeviation="3.4903482" + inkscape:collect="always" /> + </filter> + <linearGradient + x1="82.118591" + y1="20" + x2="60" + y2="40" + id="linearGradient9175-3" + xlink:href="#linearGradient5785-8" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient5785-8" + gradientUnits="userSpaceOnUse"> + <stop + id="stop5787-7" + style="stop-color:#c0cdf9;stop-opacity:1" + offset="0" /> + <stop + id="stop5789-3" + style="stop-color:#07092d;stop-opacity:0.28804347" + offset="1" /> + </linearGradient> + <clipPath + id="clipPath9086-1"> + <use + transform="translate(1.0095461e-6,0)" + id="use9088-0" + style="opacity:0.25;fill:#ffffff;fill-opacity:1" + x="0" + y="0" + width="400" + height="300" + xlink:href="#outline1" /> + </clipPath> + <filter + id="filter8490-0" + color-interpolation-filters="sRGB"> + <feGaussianBlur + id="feGaussianBlur8492-5" + stdDeviation="2.4163949" + inkscape:collect="always" /> + </filter> + <linearGradient + x1="33" + y1="35" + x2="58" + y2="60" + id="shinySpecular-0" + xlink:href="#WhiteTransparent-3" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.009184,0,0,1.009184,-0.3890738,-0.3831933)" /> + <linearGradient + id="WhiteTransparent-3" + gradientUnits="userSpaceOnUse"> + <stop + id="stop7606-1" + style="stop-color:#ffffff;stop-opacity:1" + offset="0" /> + <stop + id="stop7608-8" + style="stop-color:#ffffff;stop-opacity:0" + offset="1" /> + </linearGradient> + <linearGradient + x1="60" + y1="20" + x2="90" + y2="50" + id="IcecapTip-0" + xlink:href="#WhiteTransparent-3" + gradientUnits="userSpaceOnUse" /> + <radialGradient + cx="116.31038" + cy="250.89737" + r="30.599579" + fx="116.31038" + fy="250.89737" + id="radialGradient9177-1" + xlink:href="#linearGradient8568-7" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.5700516,0,0,1.0509301,-75.500107,-22.095908)" /> + <linearGradient + id="linearGradient8568-7"> + <stop + id="stop8570-9" + style="stop-color:#ffffff;stop-opacity:1" + offset="0" /> + <stop + id="stop8572-1" + style="stop-color:#ffffff;stop-opacity:0" + offset="1" /> + </linearGradient> + <radialGradient + cx="132.44434" + cy="251.99396" + r="30.599579" + fx="132.44434" + fy="251.99396" + id="radialGradient8574-0" + xlink:href="#linearGradient8568-7" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.0032532,0,0,1.340898,-132.8752,-95.166065)" /> + <filter + height="1.2284414" + y="-0.11422065" + width="1.1561583" + x="-0.078079157" + id="filter8732-3" + color-interpolation-filters="sRGB"> + <feGaussianBlur + id="feGaussianBlur8734-5" + stdDeviation="1.9579068" + inkscape:collect="always" /> + </filter> + <radialGradient + cx="210.25" + cy="168.5" + r="34.25" + fx="210.25" + fy="168.5" + id="radialGradient8744-9" + xlink:href="#linearGradient8738-4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.4233577,0,97.164234)" /> + <linearGradient + id="linearGradient8738-4"> + <stop + id="stop8740-8" + style="stop-color:#ffffff;stop-opacity:1" + offset="0" /> + <stop + id="stop8742-4" + style="stop-color:#ffffff;stop-opacity:0" + offset="1" /> + </linearGradient> + <radialGradient + cx="217.5" + cy="182.08189" + r="34.25" + fx="217.5" + fy="182.08189" + id="radialGradient8768-6" + xlink:href="#linearGradient8738-4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.4233577,0,97.164234)" /> + <filter + height="1.3508246" + y="-0.1754123" + width="1.1485243" + x="-0.074262142" + id="filter8764-9" + color-interpolation-filters="sRGB"> + <feGaussianBlur + id="feGaussianBlur8766-2" + stdDeviation="2.1195652" + inkscape:collect="always" /> + </filter> + <linearGradient + x1="231.625" + y1="195.1875" + x2="231.75" + y2="201.5" + id="linearGradient8912-9" + xlink:href="#linearGradient8866-0" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient8866-0"> + <stop + id="stop8868-3" + style="stop-color:#ffffff;stop-opacity:1" + offset="0" /> + <stop + id="stop8870-0" + style="stop-color:#ffffff;stop-opacity:0" + offset="1" /> + </linearGradient> + <linearGradient + x1="231.37646" + y1="195.62132" + x2="231.37646" + y2="200.07138" + id="linearGradient8910-3" + xlink:href="#linearGradient8866-0" + gradientUnits="userSpaceOnUse" /> + <filter + height="1.556464" + y="-0.27823201" + width="1.1708827" + x="-0.085441329" + id="filter8906-3" + color-interpolation-filters="sRGB"> + <feGaussianBlur + id="feGaussianBlur8908-7" + stdDeviation="0.56515877" + inkscape:collect="always" /> + </filter> + <radialGradient + cx="228.21875" + cy="204.83229" + r="14.09375" + fx="228.21875" + fy="204.83229" + id="radialGradient8922-9" + xlink:href="#linearGradient8916-4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.1477455,0,174.56924)" /> + <linearGradient + id="linearGradient8916-4"> + <stop + id="stop8918-9" + style="stop-color:#ffffff;stop-opacity:1" + offset="0" /> + <stop + id="stop8920-9" + style="stop-color:#ffffff;stop-opacity:0" + offset="1" /> + </linearGradient> + <filter + height="1.9457178" + y="-0.47285891" + width="1.1397254" + x="-0.069862768" + id="filter8980-1" + color-interpolation-filters="sRGB"> + <feGaussianBlur + id="feGaussianBlur8982-9" + stdDeviation="0.82052366" + inkscape:collect="always" /> + </filter> + <linearGradient + x1="231.625" + y1="195.1875" + x2="231.75" + y2="201.5" + id="linearGradient8990-4" + xlink:href="#linearGradient8866-0" + gradientUnits="userSpaceOnUse" /> + <linearGradient + x1="231.37646" + y1="195.62132" + x2="231.37646" + y2="200.07138" + id="linearGradient8992-2" + xlink:href="#linearGradient8866-0" + gradientUnits="userSpaceOnUse" /> + <radialGradient + cx="228.21875" + cy="204.83229" + r="14.09375" + fx="228.21875" + fy="204.83229" + id="radialGradient8994-0" + xlink:href="#linearGradient8916-4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.1477455,0,174.56924)" /> + <radialGradient + cx="89.875" + cy="187.86935" + r="22.75" + fx="89.875" + fy="187.86935" + id="radialGradient9004-6" + xlink:href="#linearGradient8998-5" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.4070844,0,115.76014)" /> + <linearGradient + id="linearGradient8998-5"> + <stop + id="stop9000-9" + style="stop-color:#ffffff;stop-opacity:0.33004925" + offset="0" /> + <stop + id="stop9002-5" + style="stop-color:#ffffff;stop-opacity:0" + offset="1" /> + </linearGradient> + <linearGradient + x1="231.625" + y1="195.1875" + x2="231.75" + y2="201.5" + id="linearGradient9023-6" + xlink:href="#linearGradient8866-0" + gradientUnits="userSpaceOnUse" /> + <linearGradient + x1="231.37646" + y1="195.62132" + x2="231.37646" + y2="200.07138" + id="linearGradient9025-1" + xlink:href="#linearGradient8866-0" + gradientUnits="userSpaceOnUse" /> + <radialGradient + cx="90.28125" + cy="230.83626" + r="10.46875" + fx="90.28125" + fy="230.83626" + id="radialGradient9046-1" + xlink:href="#linearGradient9040-4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.1850746,-0.3283582,0.1228557,0.4433973,-45.068314,152.92161)" /> + <linearGradient + id="linearGradient9040-4"> + <stop + id="stop9042-3" + style="stop-color:#ffffff;stop-opacity:1" + offset="0" /> + <stop + id="stop9044-7" + style="stop-color:#ffffff;stop-opacity:0" + offset="1" /> + </linearGradient> + <filter + height="1.3311402" + y="-0.1655701" + width="1.1523587" + x="-0.076179281" + id="filter9068-2" + color-interpolation-filters="sRGB"> + <feGaussianBlur + id="feGaussianBlur9070-7" + stdDeviation="0.66458488" + inkscape:collect="always" /> + </filter> + <radialGradient + cx="68.39994" + cy="21.225746" + r="54.783398" + fx="68.39994" + fy="21.225746" + id="radialGradient11553-3" + xlink:href="#linearGradient9286-3" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.7221535,0,0,1.6949765,-49.39526,-14.078057)" /> + <linearGradient + id="linearGradient9286-3"> + <stop + id="stop9288-9" + style="stop-color:#ffffff;stop-opacity:1" + offset="0" /> + <stop + id="stop9290-2" + style="stop-color:#ffffff;stop-opacity:0" + offset="1" /> + </linearGradient> + <filter + id="filter9298-4" + color-interpolation-filters="sRGB"> + <feGaussianBlur + id="feGaussianBlur9300-4" + stdDeviation="0.32610678" + inkscape:collect="always" /> + </filter> + <linearGradient + x1="95.5" + y1="208.16444" + x2="153.5" + y2="223.5" + id="linearGradient5905-4" + xlink:href="#linearGradient5899-9" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient5899-9"> + <stop + id="stop5901-9" + style="stop-color:#ffffff;stop-opacity:1" + offset="0" /> + <stop + id="stop5903-3" + style="stop-color:#ffffff;stop-opacity:0" + offset="1" /> + </linearGradient> + <filter + height="1.2446715" + y="-0.12233575" + width="1.165018" + x="-0.082508981" + id="filter5983-8" + color-interpolation-filters="sRGB"> + <feGaussianBlur + id="feGaussianBlur5985-3" + stdDeviation="3.6868363" + inkscape:collect="always" /> + </filter> + <linearGradient + x1="57.225197" + y1="76.246338" + x2="53.63158" + y2="84.480316" + id="linearGradient5801-2" + xlink:href="#linearGradient5793-9" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.8852575,0,0,0.8852575,5.1772151,9.2293372)" /> + <linearGradient + id="linearGradient5793-9"> + <stop + id="stop5795-5" + style="stop-color:#eeeeec;stop-opacity:1" + offset="0" /> + <stop + id="stop5797-4" + style="stop-color:#eeeeec;stop-opacity:0" + offset="1" /> + </linearGradient> + <radialGradient + cx="181.22731" + cy="214.55121" + r="22.466398" + fx="181.22731" + fy="214.55121" + id="radialGradient5811-3" + xlink:href="#linearGradient5805-9" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.3515234,0,0,1.7175707,-63.705646,-153.95568)" /> + <linearGradient + id="linearGradient5805-9"> + <stop + id="stop5807-4" + style="stop-color:#ffffff;stop-opacity:1" + offset="0" /> + <stop + id="stop5809-9" + style="stop-color:#ffffff;stop-opacity:0" + offset="1" /> + </linearGradient> + <filter + id="filter5845-5" + color-interpolation-filters="sRGB"> + <feGaussianBlur + id="feGaussianBlur5847-5" + stdDeviation="1.2409356" + inkscape:collect="always" /> + </filter> + <linearGradient + x1="73.712105" + y1="180.47572" + x2="82.754066" + y2="187.65974" + id="linearGradient5822-7" + xlink:href="#WhiteTransparent-3" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.4927913,0,0,0.4927913,-6.0003885,-9.7225182)" /> + <linearGradient + id="linearGradient10981-3-9"> + <stop + id="stop10983-2-0" + style="stop-color:#729fcf;stop-opacity:1" + offset="0" /> + <stop + id="stop10985-3-7" + style="stop-color:#729fcf;stop-opacity:0" + offset="1" /> + </linearGradient> + <filter + id="filter10997-7-2" + color-interpolation-filters="sRGB"> + <feGaussianBlur + id="feGaussianBlur10999-0-7" + stdDeviation="2.7696726" + inkscape:collect="always" /> + </filter> + <linearGradient + x1="180.81293" + y1="217.5" + x2="153.70045" + y2="144.5" + id="linearGradient1539" + xlink:href="#linearGradient10981-3-9" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-130.16572,-83.352786)" /> + </defs> + <style + type="text/css" + id="style26" /> + <g + transform="matrix(0.9939405,0,0,0.9939405,0.38937111,-1.4450758)" + id="g9139" + style="display:inline;enable-background:new"> + <g + transform="translate(3.6896803e-7,0.4883067)" + id="g6035" + style="opacity:0.78325124"> + <path + d="m 54.1,12.988307 -41.2,42.2 c -15.6,15.6 10.1,14.3 19.4,20.2 4.3,2.8 -13.8,6.4 -10.1,10.1 3.6,3.7 21.7,7.1 25.3,10.7 3.6,3.699996 -7.3,7.600003 -3.7,11.300003 3.5,3.7 11.9,0.2 13.4,8.6 1.1,6.2 15.4,3.1 21.8,-2.2 4,-3.4 -6.9,-3.4 -3.3,-7.1 9,-9.100003 17,-4.1 20.3,-12.500003 1.8,-4.5 -13.6,-7.7 -9.5,-10.6 9.8,-6.9 45.8,-10.4 29.2,-27 l -42.7,-43.7 c -5.3,-5.0000003 -14,-5.0000003 -18.9,0 z m 47.3,81.3 c 0,2.1 16.3,3.3 15.4,-0.5 -1.3,-6.4 -13.6,-5.9 -15.4,0.5 z M 31.9,105.38831 c 3.7,3.2 9.3,-0.7 11.1,-5.2 -3.6,-4.700003 -16.9,0.3 -11.1,5.2 z m 67.5,-6.700003 c -4.6,4.200003 0.8,8.600003 5.3,5.700003 1.2,-0.8 -0.1,-4.700007 -5.3,-5.700003 z" + id="path5987" + style="fill:#000000;fill-opacity:1;filter:url(#filter6017-3)" /> + <path + d="m 54.1,13.964921 -41.2,42.2 c -15.6,15.6 10.1,14.3 19.4,20.2 4.3,2.8 -13.8,6.4 -10.1,10.1 3.6,3.7 21.7,7.1 25.3,10.7 3.6,3.699999 -7.3,7.600009 -3.7,11.300009 3.5,3.7 11.9,0.2 13.4,8.6 1.1,6.2 15.4,3.1 21.8,-2.2 4,-3.4 -6.9,-3.4 -3.3,-7.1 9,-9.100009 17,-4.1 20.3,-12.500009 1.8,-4.5 -13.6,-7.7 -9.5,-10.6 9.8,-6.9 45.8,-10.4 29.2,-27 l -42.7,-43.7 c -5.3,-5.0000009 -14,-5.0000009 -18.9,0 z m 47.3,81.3 c 0,2.1 16.3,3.3 15.4,-0.5 -1.3,-6.4 -13.6,-5.9 -15.4,0.5 z M 31.9,106.36493 c 3.7,3.2 9.3,-0.7 11.1,-5.2 -3.6,-4.700009 -16.9,0.3 -11.1,5.2 z m 67.5,-6.700009 c -4.6,4.200009 0.8,8.600009 5.3,5.700009 1.2,-0.8 -0.1,-4.70001 -5.3,-5.700009 z" + id="path6021" + style="opacity:0.57635468;fill:#000000;fill-opacity:1;filter:url(#filter6031-0)" /> + </g> + <path + d="M 54.1,12.5 12.9,54.7 C -2.7,70.3 23,69 32.3,74.9 36.6,77.7 18.5,81.3 22.2,85 c 3.6,3.7 21.7,7.1 25.3,10.7 3.6,3.7 -7.3,7.6 -3.7,11.3 3.5,3.7 11.9,0.2 13.4,8.6 1.1,6.2 15.4,3.1 21.8,-2.2 4,-3.4 -6.9,-3.4 -3.3,-7.1 9,-9.1 17,-4.1 20.3,-12.5 1.8,-4.5 -13.6,-7.7 -9.5,-10.6 9.8,-6.9 45.8,-10.4 29.2,-27 L 73,12.5 c -5.3,-5 -14,-5 -18.9,0 z m 47.3,81.3 c 0,2.1 16.3,3.3 15.4,-0.5 -1.3,-6.4 -13.6,-5.9 -15.4,0.5 z m -69.5,11.1 c 3.7,3.2 9.3,-0.7 11.1,-5.2 -3.6,-4.7 -16.9,0.3 -11.1,5.2 z m 67.5,-6.7 c -4.6,4.2 0.8,8.6 5.3,5.7 1.2,-0.8 -0.1,-4.7 -5.3,-5.7 z" + id="use7631" + style="fill:#000000;fill-opacity:1" /> + <path + d="M 54.1,12.5 12.9,54.7 C -2.7,70.3 23,69 32.3,74.9 36.6,77.7 18.5,81.3 22.2,85 c 3.6,3.7 21.7,7.1 25.3,10.7 3.6,3.7 -7.3,7.6 -3.7,11.3 3.5,3.7 11.9,0.2 13.4,8.6 1.1,6.2 15.4,3.1 21.8,-2.2 4,-3.4 -6.9,-3.4 -3.3,-7.1 9,-9.1 17,-4.1 20.3,-12.5 1.8,-4.5 -13.6,-7.7 -9.5,-10.6 9.8,-6.9 45.8,-10.4 29.2,-27 L 73,12.5 c -5.3,-5 -14,-5 -18.9,0 z m 47.3,81.3 c 0,2.1 16.3,3.3 15.4,-0.5 -1.3,-6.4 -13.6,-5.9 -15.4,0.5 z m -69.5,11.1 c 3.7,3.2 9.3,-0.7 11.1,-5.2 -3.6,-4.7 -16.9,0.3 -11.1,5.2 z m 67.5,-6.7 c -4.6,4.2 0.8,8.6 5.3,5.7 1.2,-0.8 -0.1,-4.7 -5.3,-5.7 z" + id="use7639" + style="fill:none" /> + <use + transform="matrix(0.9905442,0,0,0.9905442,0.6051535,0.604136)" + clip-path="url(#clipPath9086-1)" + id="use7641" + style="opacity:0.66995072;fill:url(#linearGradient9175-3);filter:url(#filter8490-0)" + x="0" + y="0" + width="400" + height="300" + xlink:href="#outline1" /> + <path + d="M 16.565217,57.039374 C 5.3632748,68.140398 25.042362,65.011927 40.180121,70.966113 L 71.464824,15.965587 c -4.743164,-4.844083 -10.798268,-4.44041 -15.137759,0 L 16.565217,57.039374 z" + id="path7643" + style="opacity:0.50526315;fill:url(#shinySpecular-0);stroke:none" /> + <path + d="m 70.5,15.5 16.3,16.6 c 1.5,1.5 1.5,4.6 0.6,5.5 L 79.3,31 77.7,40.7 71,37.1 60.1,44 56.5,29.5 50.7,42.1 36.2,42 c -2.8,0 -2.4,-2.9 0.5,-5.8 5.7,-6.3 16.8,-17 20.3,-20.7 3.6,-3.7 9.9,-3.6 13.5,0 z" + id="icecap" + style="fill:url(#IcecapTip-0)" /> + <path + d="m 113,203.5 c 0,0 3.34046,5.10071 3,7.5 -0.66817,4.70868 -10.80945,7.05842 -8.5625,11.25 2.21991,4.14114 10.22139,1.79405 16.9375,6.125 6.6875,4.3125 4.88949,13.10149 9.75,15.3125 9.47925,4.31205 34.375,-7.4375 33.125,-7.1875 -1.25,0.25 -24.57014,5.09545 -29.82014,0.84545 -5.98592,-4.84575 -7.70217,-8.23028 -12.11736,-11.09545 -4.13751,-2.68498 -9.94967,-3.78036 -11.30246,-5.97865 -1.35279,-2.19829 2.7092,-5.03469 2.98996,-9.27135 0.16862,-2.54442 -4,-7.5 -4,-7.5 z" + transform="matrix(0.5296484,0,0,0.5296484,-11.722258,-13.864159)" + id="path8566" + style="opacity:0.21674876;fill:url(#radialGradient9177-1);fill-opacity:1;fill-rule:evenodd;stroke:none" /> + <path + d="m 113,203.5 c 0,0 3.34046,5.10071 3,7.5 -0.66817,4.70868 -10.80945,7.05842 -8.5625,11.25 2.21991,4.14114 10.22139,1.79405 16.9375,6.125 6.6875,4.3125 4.88949,13.10149 9.75,15.3125 9.47925,4.31205 34.375,-7.4375 33.125,-7.1875 -41.33959,0.15736 -33.62485,-10.4946 -49.5625,-17.5 -2.30305,-1.0123 -0.96826,-3.76334 -0.6875,-8 0.16862,-2.54442 -4,-7.5 -4,-7.5 z" + transform="matrix(0.5296484,0,0,0.5296484,-11.722258,-13.864159)" + id="path8718" + style="opacity:0.27586209;fill:url(#radialGradient8574-0);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter8732-3)" /> + <path + d="m 183.25,181.75 c 37.10371,-13.65459 49.02363,-15.53058 61.25,-27.75 -14.16069,11.95366 -44.09847,18.3658 -68.5,29 l 7.25,-1.25 z" + transform="matrix(0.5296484,0,0,0.5296484,-11.722258,-13.864159)" + id="path8736" + style="opacity:0.45320195;fill:url(#radialGradient8744-9);fill-opacity:1;fill-rule:evenodd;stroke:none" /> + <path + d="m 183.25,181.75 c 61.10371,-21.65459 50.77363,-21.53058 61.25,-27.75 -19.42769,7.43666 -55.73446,8.22981 -68.5,29 l 7.25,-1.25 z" + transform="matrix(0.5296484,0,0,0.5296484,-11.722258,-14.791044)" + id="path8746" + style="opacity:0.51231528;fill:url(#radialGradient8768-6);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter8764-9)" /> + <path + d="m 237.875,199.0625 a 7.9375,2.4375 0 1 1 -15.875,0 7.9375,2.4375 0 1 1 15.875,0 z" + transform="matrix(0.5296484,0,0,0.5296484,-12.384318,-14.791044)" + id="path8864" + style="opacity:0.2857143;fill:url(#linearGradient8912-9);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 237.875,199.0625 a 7.9375,2.4375 0 1 1 -15.875,0 7.9375,2.4375 0 1 1 15.875,0 z" + transform="matrix(0.7131486,0,0,1.1407811,-54.577902,-134.95502)" + id="path8874" + style="opacity:0.62068942;fill:url(#linearGradient8910-3);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter8906-3);enable-background:accumulate" /> + <path + d="m 214.125,203.75 c 3.76948,3.48424 24.75576,5.27219 28.1875,-1 -6.73663,4.7839 -21.71677,3.10264 -28.1875,1 z" + transform="matrix(0.5296484,0,0,0.5296484,-11.722258,-14.238677)" + id="path8914" + style="fill:url(#radialGradient8922-9);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter8980-1)" /> + <path + d="m 236.44594,199.0625 a 6.5084434,3.0820823 0 1 1 -13.01688,0 6.5084434,3.0820823 0 1 1 13.01688,0 z" + transform="matrix(0.2042516,-0.1035605,0.2395168,0.4723972,5.7547955,30.286555)" + id="path8984" + style="opacity:0.2857143;fill:url(#linearGradient8990-4);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 236.99305,199.0625 a 7.0555515,2.1400476 0 1 1 -14.1111,0 7.0555515,2.1400476 0 1 1 14.1111,0 z" + transform="matrix(0.2750159,-0.1394397,0.5158824,1.0174708,-65.353496,-69.300635)" + id="path8986" + style="opacity:0.62068942;fill:url(#linearGradient8992-2);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter8906-3);enable-background:accumulate" /> + <path + d="m 217.05754,201.94027 c 3.76948,3.48424 26.97122,8.91123 25.25496,0.80973 -3.31737,5.32326 -18.78423,1.29291 -25.25496,-0.80973 z" + transform="matrix(0.2042516,-0.1035605,0.2395168,0.4723972,6.2599008,30.649764)" + id="path8988" + style="fill:url(#radialGradient8994-0);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter8980-1)" /> + <path + d="m 68.25,186 c 0,-0.62057 38.84622,11.83854 45.5,18.5 -5.47122,-5.33854 -33.159709,-17.61609 -37.375,-17.75 -4.215291,-0.13391 -7.625,-0.5 -8.125,-0.75 z" + transform="matrix(0.5296484,0,0,0.5296484,-11.722258,-13.864159)" + id="path8996" + style="fill:url(#radialGradient9004-6);fill-opacity:1;fill-rule:evenodd;stroke:none" /> + <g + transform="matrix(0.8790148,-0.1929959,0.2338341,0.6959295,-20.209533,36.725557)" + id="g9018"> + <path + d="m 237.875,199.0625 a 7.9375,2.4375 0 1 1 -15.875,0 7.9375,2.4375 0 1 1 15.875,0 z" + transform="matrix(0.5296484,0,0,0.5296484,-84.4165,-4.7277245)" + id="path9006" + style="opacity:0.2857143;fill:url(#linearGradient9023-6);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 237.875,199.0625 a 7.9375,2.4375 0 1 1 -15.875,0 7.9375,2.4375 0 1 1 15.875,0 z" + transform="matrix(0.7131486,0,0,1.1407811,-126.61008,-124.8917)" + id="path9008" + style="opacity:0.62068942;fill:url(#linearGradient9025-1);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter8906-3);enable-background:accumulate" /> + </g> + <path + d="m 80.5,220.0625 c 0,0 2.10339,5.65078 7.875,5.9375 5.83887,0.29006 12.50324,-7.00698 13.0625,-9.625 -1,2.25 -6.590334,9.03328 -13.8125,8.9375 -4.099862,-0.0544 -7.125,-5.25 -7.125,-5.25 z" + transform="matrix(0.5296484,0,0,0.5296484,-11.622949,-14.42691)" + id="path9038" + style="opacity:0.61576353;fill:url(#radialGradient9046-1);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter9068-2)" /> + <path + d="m 63.40625,10.21875 c -3.098181,0 -6.134601,1.122042 -8.28125,3.3125 l -41.1875,42.1875 c -3.76562,3.76562 -4.6702413,6.23069 -4.4375,7.625 0.1163706,0.697155 0.4585994,1.303027 1.1875,1.9375 0.728901,0.634473 1.831495,1.256389 3.15625,1.8125 2.649511,1.112222 6.217961,2.008085 9.71875,2.96875 3.500789,0.960665 6.929812,1.974626 9.53125,3.625 0.396623,0.258266 0.769088,0.576468 1.03125,1.03125 0.262162,0.454782 0.354216,1.056088 0.25,1.5625 -0.208431,1.012824 -0.83202,1.546985 -1.46875,2.03125 -1.27346,0.96853 -3.023257,1.773229 -4.78125,2.625 -1.757993,0.851771 -3.524925,1.723242 -4.40625,2.4375 -0.440663,0.357129 -0.600112,0.678133 -0.59375,0.65625 0.0064,-0.02188 -0.116851,-0.273101 0.09375,-0.0625 0.551764,0.56709 2.274075,1.538165 4.46875,2.40625 2.194675,0.868085 4.88065,1.745624 7.59375,2.625 2.7131,0.879376 5.4575,1.749959 7.78125,2.65625 2.32375,0.906291 4.217694,1.748944 5.46875,3 0.622681,0.639978 1.062632,1.435956 1.15625,2.25 0.09362,0.814044 -0.126809,1.578032 -0.4375,2.21875 -0.621382,1.28144 -1.620313,2.26719 -2.53125,3.21875 -0.910938,0.95156 -1.736226,1.86034 -2.03125,2.46875 -0.147512,0.3042 -0.170347,0.50242 -0.15625,0.625 0.0141,0.12258 0.03518,0.24623 0.3125,0.53125 A 1.4566768,1.4566768 0 0 1 44.875,106 c 1.193594,1.2618 3.787002,1.43924 6.71875,2.125 1.465874,0.34288 2.998909,0.86196 4.3125,2 1.313591,1.13804 2.299435,2.87059 2.71875,5.21875 0.176459,0.99459 0.702722,1.4788 1.96875,1.875 1.266028,0.3962 3.194353,0.46554 5.3125,0.15625 4.236295,-0.61859 9.260035,-2.69532 12.15625,-5.09375 0.17999,-0.15299 0.129956,-0.11255 0.1875,-0.1875 -0.194805,-0.13939 -0.651644,-0.43652 -1.40625,-0.8125 -0.891527,-0.4442 -1.944708,-0.85956 -2.75,-1.875 -0.402646,-0.50772 -0.679877,-1.30934 -0.5625,-2.09375 0.117377,-0.78441 0.546832,-1.43702 1.125,-2.03125 4.745751,-4.79848 9.421937,-5.944136 12.9375,-6.875 1.757782,-0.465432 3.229292,-0.891233 4.34375,-1.59375 1.114458,-0.702517 1.98508,-1.663728 2.71875,-3.53125 0.08087,-0.202174 0.07855,-0.260846 -0.03125,-0.5 C 94.515197,92.542096 94.220541,92.159521 93.75,91.75 92.808918,90.930959 91.239577,90.050804 89.6875,89.1875 88.135423,88.324196 86.627034,87.519262 85.53125,86.5 c -0.547892,-0.509631 -1.122017,-1.151633 -1.1875,-2.125 -0.06548,-0.973367 0.572568,-1.851633 1.3125,-2.375 2.745718,-1.93321 6.896278,-3.404906 11.40625,-4.96875 4.50997,-1.563844 9.36113,-3.182125 13.3125,-5.03125 3.95137,-1.849125 6.85729,-3.978669 7.78125,-6.125 0.46198,-1.073165 0.54663,-2.158606 0.0625,-3.5625 -0.48413,-1.403894 -1.58958,-3.120831 -3.5625,-5.09375 L 72,13.5625 c -0.01071,-0.0101 -0.02051,-0.02119 -0.03125,-0.03125 -2.357722,-2.207738 -5.478371,-3.3125 -8.5625,-3.3125 z m 45.9375,80 c -2.63522,0.09513 -5.05952,1.301393 -6.09375,3.1875 0.29381,0.110524 0.55838,0.234969 1.03125,0.34375 1.37562,0.316455 3.29543,0.520736 5.1875,0.5625 1.89207,0.04176 3.78415,-0.117472 4.9375,-0.4375 0.50487,-0.14009 0.77236,-0.281778 0.90625,-0.375 -0.2558,-1.091098 -0.86487,-1.862126 -1.90625,-2.4375 -1.07862,-0.595951 -2.55669,-0.898111 -4.0625,-0.84375 z m -70.5,9.0625 c -2.089872,-0.145348 -4.716548,0.686551 -6,1.71875 -0.641726,0.5161 -0.913269,0.99441 -0.9375,1.3125 -0.02423,0.31809 0.07726,0.74199 0.9375,1.46875 a 1.4566768,1.4566768 0 0 1 0,0.0312 c 1.352809,1.17 2.882256,1.04802 4.625,0.0937 1.460951,-0.79997 2.757201,-2.30075 3.625,-3.875 -0.585032,-0.377341 -1.284532,-0.682853 -2.25,-0.75 z m 61,0.625 c -0.447303,0.5686 -0.690902,1.09797 -0.71875,1.46875 -0.03844,0.51176 0.106611,0.90723 0.5,1.28125 0.73729,0.70099 2.33912,1.00278 3.96875,0.125 -0.0322,-0.1891 -0.0933,-0.47591 -0.34375,-0.84375 -0.4999,-0.73414 -1.6686,-1.5251 -3.40625,-2.03125 z" + id="87235" + style="fill:none;stroke:url(#radialGradient11553-3);stroke-width:0.48830673;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter9298-4)" /> + <path + d="m 95.5,172 c -5.090606,1.50191 -21.592018,7.73713 -19.25,12.5 2.243595,4.56272 40.61138,6.40132 46.5,20 2.5679,5.93009 -5.89238,10.40326 -3.75,16.5 1.64973,4.69477 14.41196,16.49084 22.48603,22.06781 6.33298,4.37435 14.65096,-3.52244 11.26397,-10.06781 -5.39589,-10.42759 18.44266,-23.19912 29.25,-29 6.30524,-3.38436 -13,-20 -13,-20 0,0 -73.5,-12 -73.5,-12 z" + transform="matrix(0.4883067,0,0,0.4883067,-5.8104012,-7.7042521)" + id="path5897" + style="opacity:0.32512315;fill:url(#linearGradient5905-4);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter5983-8)" /> + <path + d="m 41.742167,78.533037 c 2.231933,1.639226 6.636757,0.650538 9.282124,1.841759 6.349518,2.859218 14.154941,6.045427 12.718568,0.404555 0,0 -1.615771,1.342042 -1.615771,1.342042 0,0 -0.03153,-2.557545 -0.03153,-2.557545 0,0 -3.751977,0.916294 -3.751977,0.916294 0,0 -2.906173,-2.332759 -4.238526,-3.101995 -0.27829,-0.160669 -1.707695,1.292815 -1.707695,1.292815 0,0 -0.25697,-1.543804 -0.25697,-1.543804 -1.857372,-0.197638 -3.696159,-0.284805 -5.31515,-0.271821 -3.880942,0.03112 -6.499059,0.637741 -5.083074,1.6777 z" + id="path5783" + style="fill:url(#linearGradient5801-2);fill-opacity:1;fill-rule:evenodd;stroke:none" /> + <path + d="m 182.75,187.25 c -1.75981,6.4783 21.62776,15.27989 19.875,19.75 -3.85895,9.84158 -24.97596,3.13755 -41.125,23.75 -2.31318,2.95251 3.25,13.5 2.5,12.25 -0.75,-1.25 -6.4649,-9.96285 -5,-14.25 4.59417,-13.44525 49.0128,-18.45749 40.875,-24.875 -4.67988,-3.69058 -21.50546,-13.88721 -17.125,-16.625 z" + transform="matrix(0.4883067,0,0,0.4883067,-5.8104012,-7.7042521)" + id="path5803" + style="opacity:0.47783251;fill:url(#radialGradient5811-3);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter5845-5)" /> + <path + d="m 236.5,201.1875 a 2.5625,1.0625 0 1 1 -5.125,0 2.5625,1.0625 0 1 1 5.125,0 z" + transform="matrix(0.4883067,0,0,0.4883067,-6.3597463,-8.0094438)" + id="path6041" + style="opacity:0.58620689;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 236.5,201.1875 a 2.5625,1.0625 0 1 1 -5.125,0 2.5625,1.0625 0 1 1 5.125,0 z" + transform="matrix(0.3096579,0,0,0.4883067,27.528443,1.5735759)" + id="path6043" + style="opacity:0.58620689;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 236.5,201.1875 a 2.5625,1.0625 0 1 1 -5.125,0 2.5625,1.0625 0 1 1 5.125,0 z" + transform="matrix(0.5478563,0,0,0.4883067,-92.102233,1.115795)" + id="path6045" + style="opacity:0.58620689;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 36.672282,76.528654 c -7.152988,4.424107 -18.274031,6.034229 -6.103834,8.972635 -1.449712,-3.2281 3.138581,-2.872021 6.103834,-8.972635 z" + id="path5049" + style="opacity:0.25123153;fill:url(#linearGradient5822-7);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.04789329;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 8.8342799,171.64721 c 0,0 22.5917801,-2.12795 27.8180201,-8.64645 3.05755,-3.81358 -12.15146,-8.2638 -8.86827,-12 12.35008,-14.0541 22.73076,-13.46729 37.05025,-19.35355 14.31949,-5.88626 9.03544,-8.76906 4.40381,-11.35355 -7.9325,-4.4264 -25.58722,-9.14237 -19.74696,-19.64645 5.87688,-10.569936 57.34315,-25.249996 57.34315,-25.249996 15.59619,-5.32843 13.63909,-14.96447 6,-23 l -46,-45.7499997 c 0,0 2.28296,43.3886497 -7,61.9999997 -11.4715,22.99914 -72.54408,48.661766 -47,51.499996 9,1 13.32065,4.0705 17,11 7.57631,14.26883 -21.0000001,40.5 -21.0000001,40.5 z" + transform="matrix(0.48830674,0,0,0.48830674,57.750397,32.997477)" + id="path10207" + style="opacity:0.36315792;color:#000000;fill:url(#linearGradient1539);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter10997-7-2);enable-background:accumulate" /> + </g> +</svg> diff --git a/icons/Mousepad.svg b/icons/Mousepad.svg @@ -0,0 +1,119 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg2820" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="48" width="48" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata290"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + </cc:Work> + </rdf:RDF> + </metadata> + <defs id="defs2822"> + <linearGradient id="linearGradient5060"> + <stop id="stop5062" offset="0"/> + <stop id="stop5064" style="stop-opacity:0" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient3104"> + <stop id="stop3106" style="stop-color:#a0a0a0" offset="0"/> + <stop id="stop3108" style="stop-color:#c8c8c8" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient2670" y2="26.03" gradientUnits="userSpaceOnUse" x2="9" gradientTransform="matrix(.63801 -.64114 .85963 .85535 -3.6613 16.731)" y1="29.057" x1="9"> + <stop id="stop2607" style="stop-color:#ece5a5" offset="0"/> + <stop id="stop2609" style="stop-color:#fcfbf2" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient2673" y2="41.392" gradientUnits="userSpaceOnUse" x2="9.5221" gradientTransform="matrix(.56036 .024186 .024156 .55967 19.547 13.104)" y1="37.372" x1="5.5179"> + <stop id="stop2613" style="stop-color:#dbce48" offset="0"/> + <stop id="stop2615" style="stop-color:#c5b625" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient2676" y2="30" gradientUnits="userSpaceOnUse" x2="30.038" gradientTransform="matrix(.63801 -.64114 .85963 .85535 -2.3288 15.392)" y1="24.99" x1="30.038"> + <stop id="stop2599" style="stop-color:#b1b1b1" offset="0"/> + <stop id="stop2601" style="stop-color:#fff" offset=".5"/> + <stop id="stop2603" style="stop-color:#8f8f8f" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient2679" y2="30" gradientUnits="userSpaceOnUse" x2="30.038" gradientTransform="matrix(.63801 -.64114 .85963 .85535 -2.1461 15.208)" y1="24.99" x1="30.038"> + <stop id="stop2591" style="stop-color:#565656" offset="0"/> + <stop id="stop2593" style="stop-color:#9a9a9a" offset=".5"/> + <stop id="stop2595" style="stop-color:#545454" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient2682" y2="30" gradientUnits="userSpaceOnUse" x2="30.038" gradientTransform="matrix(.63801 -.64114 .85963 .85535 -2.9668 16.033)" y1="24.99" x1="30.038"> + <stop id="stop2583" style="stop-color:#b1b1b1" offset="0"/> + <stop id="stop2585" style="stop-color:#fff" offset=".5"/> + <stop id="stop2587" style="stop-color:#8f8f8f" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient2685" y2="30" gradientUnits="userSpaceOnUse" x2="30.038" gradientTransform="matrix(.63801 -.64114 .85963 .85535 -2.7841 15.849)" y1="24.99" x1="30.038"> + <stop id="stop2575" style="stop-color:#565656" offset="0"/> + <stop id="stop2577" style="stop-color:#9a9a9a" offset=".5"/> + <stop id="stop2579" style="stop-color:#545454" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient2688" y2="30" gradientUnits="userSpaceOnUse" x2="30.038" gradientTransform="matrix(.63801 -.64114 .85963 .85535 -3.6017 16.671)" y1="24.99" x1="30.038"> + <stop id="stop2567" style="stop-color:#b1b1b1" offset="0"/> + <stop id="stop2569" style="stop-color:#fff" offset=".5"/> + <stop id="stop2571" style="stop-color:#8f8f8f" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient2691" y2="30" gradientUnits="userSpaceOnUse" x2="30.038" gradientTransform="matrix(.63801 -.64114 .85963 .85535 -3.419 16.487)" y1="24.99" x1="30.038"> + <stop id="stop2559" style="stop-color:#565656" offset="0"/> + <stop id="stop2561" style="stop-color:#9a9a9a" offset=".5"/> + <stop id="stop2563" style="stop-color:#545454" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient2697" y2="31.211" gradientUnits="userSpaceOnUse" x2="23.576" gradientTransform="matrix(.65657 -.65979 .73452 .73087 -1.013 19.863)" y1="25.357" x1="23.576"> + <stop id="stop2541" style="stop-color:#181818" offset="0"/> + <stop id="stop2543" style="stop-color:#dbdbdb" offset=".13483"/> + <stop id="stop2545" style="stop-color:#a4a4a4" offset=".20224"/> + <stop id="stop2547" style="stop-color:#fff" offset=".26966"/> + <stop id="stop2549" style="stop-color:#8d8d8d" offset=".44650"/> + <stop id="stop2551" style="stop-color:#959595" offset=".57114"/> + <stop id="stop2553" style="stop-color:#cecece" offset=".72038"/> + <stop id="stop2555" style="stop-color:#181818" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient2973" y2="114.54" gradientUnits="userSpaceOnUse" x2="-60.908" gradientTransform="matrix(.45037 .00027173 -.00027421 .44630 46.808 -6.9909)" y1="13.668" x1="-60.97"> + <stop id="stop3828" style="stop-color:#f4f4f4" offset="0"/> + <stop id="stop3604" style="stop-color:#dbdbdb" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient2975" y2="-1.0041" xlink:href="#linearGradient3104" gradientUnits="userSpaceOnUse" x2="11.536" gradientTransform="translate(5e-7 .047615)" y1="44.952" x1="11.536"/> + <radialGradient id="radialGradient2978" xlink:href="#linearGradient5060" gradientUnits="userSpaceOnUse" cy="486.65" cx="605.71" gradientTransform="matrix(.022892 0 0 .012353 26.354 38.471)" r="117.14"/> + <radialGradient id="radialGradient2981" xlink:href="#linearGradient5060" gradientUnits="userSpaceOnUse" cy="486.65" cx="605.71" gradientTransform="matrix(-.022892 0 0 .012353 21.646 38.471)" r="117.14"/> + <linearGradient id="linearGradient2984" y2="609.51" gradientUnits="userSpaceOnUse" x2="302.86" gradientTransform="matrix(.066893 0 0 .012353 -.17722 38.471)" y1="366.65" x1="302.86"> + <stop id="stop5050" style="stop-opacity:0" offset="0"/> + <stop id="stop5056" offset=".5"/> + <stop id="stop5052" style="stop-opacity:0" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient3781" y2="3.0719" xlink:href="#linearGradient3104" gradientUnits="userSpaceOnUse" x2="22.004" y1="44.854" x1="22.004"/> + </defs> + <rect id="rect3706" style="opacity:.40206;fill:url(#linearGradient2984)" height="3" width="32.3" y="43" x="7.85"/> + <path id="path3708" style="opacity:.40206;fill:url(#radialGradient2981)" d="m7.85 43v3c-1.1789 0.006-2.85-0.672-2.85-1.5s1.3156-1.5 2.85-1.5z"/> + <path id="path3710" style="opacity:.40206;fill:url(#radialGradient2978)" d="m40.15 43v3c1.179 0.006 2.85-0.672 2.85-1.5s-1.316-1.5-2.85-1.5z"/> + <path id="path2855" style="stroke-linejoin:round;stroke:url(#linearGradient2975);stroke-linecap:round;fill:url(#linearGradient2973)" d="m7.5 3.5c8.522 0.0051 24.478-0.0051 33 0 0.075 1.6058 0.924 38.198 0.999 41-11.666-0.007-23.333-0.014-34.999-0.021 0.0918-3.147 0.9082-39.567 1-40.979z"/> + <path id="path5685" style="opacity:.59070;stroke-linejoin:round;fill-rule:evenodd;stroke:#f6abab;stroke-linecap:round;stroke-width:0.5;fill:#80b3ff" d="m12.688 4.2499l-0.438 39.5"/> + <path id="path6656" style="opacity:.43721;stroke-linejoin:round;fill-rule:evenodd;stroke:#80b3ff;stroke-linecap:round;stroke-width:0.25;fill:#80b3ff" d="m40.057 9.875l-32.18-0.1845"/> + <path id="path6658" style="opacity:.43721;stroke-linejoin:round;fill-rule:evenodd;stroke:#80b3ff;stroke-linecap:round;stroke-width:0.25;fill:#80b3ff" d="m40.131 11.875l-32.262-0.185"/> + <path id="path6660" style="opacity:.43721;stroke-linejoin:round;fill-rule:evenodd;stroke:#80b3ff;stroke-linecap:round;stroke-width:0.25;fill:#80b3ff" d="m40.214 13.875l-32.428-0.185"/> + <path id="path6662" style="opacity:.43721;stroke-linejoin:round;fill-rule:evenodd;stroke:#80b3ff;stroke-linecap:round;stroke-width:0.25;fill:#80b3ff" d="m40.297 15.875l-32.594-0.185"/> + <path id="path6664" style="opacity:.43721;stroke-linejoin:round;fill-rule:evenodd;stroke:#80b3ff;stroke-linecap:round;stroke-width:0.25;fill:#80b3ff" d="m40.297 17.875l-32.594-0.185"/> + <path id="path6666" style="opacity:.43721;stroke-linejoin:round;fill-rule:evenodd;stroke:#80b3ff;stroke-linecap:round;stroke-width:0.25;fill:#80b3ff" d="m40.379 19.875l-32.758-0.185"/> + <path id="path7637" style="opacity:.43721;stroke-linejoin:round;stroke-width:0.25;fill-rule:evenodd;stroke:#80b3ff;stroke-linecap:round;fill:#80b3ff" d="m40.379 21.875l-32.758-0.185"/> + <path id="path7639" style="opacity:.43721;stroke-linejoin:round;stroke-width:0.25;fill-rule:evenodd;stroke:#80b3ff;stroke-linecap:round;fill:#80b3ff" d="m40.462 23.875l-32.924-0.185"/> + <path id="path7641" style="opacity:.43721;stroke-linejoin:round;stroke-width:0.25;fill-rule:evenodd;stroke:#80b3ff;stroke-linecap:round;fill:#80b3ff" d="m40.462 25.875l-32.924-0.185"/> + <path id="path7645" style="opacity:.43721;stroke-linejoin:round;stroke-width:0.25;fill-rule:evenodd;stroke:#80b3ff;stroke-linecap:round;fill:#80b3ff" d="m40.627 27.875l-33.254-0.185"/> + <path id="path7647" style="opacity:.43721;stroke-linejoin:round;stroke-width:0.25;fill-rule:evenodd;stroke:#80b3ff;stroke-linecap:round;fill:#80b3ff" d="m40.627 29.864l-33.254-0.184"/> + <path id="path7649" style="opacity:.43721;stroke-linejoin:round;stroke-width:0.25;fill-rule:evenodd;stroke:#80b3ff;stroke-linecap:round;fill:#80b3ff" d="m40.875 31.875l-33.75-0.185"/> + <path id="path7651" style="opacity:.43721;stroke-linejoin:round;stroke-width:0.25;fill-rule:evenodd;stroke:#80b3ff;stroke-linecap:round;fill:#80b3ff" d="m40.875 33.83l-33.75-0.184"/> + <path id="path7653" style="opacity:.43721;stroke-linejoin:round;stroke-width:0.25;fill-rule:evenodd;stroke:#80b3ff;stroke-linecap:round;fill:#80b3ff" d="m40.875 35.814l-33.75-0.185"/> + <path id="path7655" style="opacity:.43721;stroke-linejoin:round;stroke-width:0.25;fill-rule:evenodd;stroke:#80b3ff;stroke-linecap:round;fill:#80b3ff" d="m40.875 37.797l-33.75-0.185"/> + <path id="path7657" style="opacity:.43721;stroke-linejoin:round;stroke-width:0.25;fill-rule:evenodd;stroke:#80b3ff;stroke-linecap:round;fill:#80b3ff" d="m40.875 39.78l-33.75-0.185"/> + <path id="path7659" style="opacity:.43721;stroke-linejoin:round;stroke-width:0.25;fill-rule:evenodd;stroke:#80b3ff;stroke-linecap:round;fill:#80b3ff" d="m40.875 41.875l-33.75-0.185"/> + <path id="path7671" style="opacity:.59070;stroke-linejoin:round;stroke:#b9d5ff;stroke-linecap:round;stroke-width:0.5;fill:none" d="m35.25 4.1673l1.05 39.5"/> + <path id="path3715" style="stroke:url(#linearGradient3781);stroke-width:1px;fill:none" d="m12.999 11.546h2.348m0.335 0h2.181m0.351 0h1.945m0.32 0h0.838m0.336 0h1.878m0.369 0h4.931m0.335 0h3.757m0.336 0h1.14m-21.4 1.954h3.641m0.423 0h1.74m0.321 0h0.859m0.349 0h1.602m0.336 0h1.643m0.31 0h2.581m0.335 0h3.404m-17.544 1.98h3.081m0.324 0h5.075m0.311 0h2.461m0.316 0h2.302m0.33 0h1.961m0.316 0l3.085 0.02m-19.562 2h4.284m0.337 0h4.63m0.32 0h1.82m0.335 0h4.331m0.292 0h2.968m0.336 0h1.175m0.335 0h0.65m-21.813 2h1.599m0.492 0h5.921m-8.012 10h3.641m0.423 0h1.74m0.321 0h0.859m0.349 0h1.602m0.336 0h1.643m0.31 0h2.581m-13.805 3.98h3.081m0.324 0h5.075m0.311 0h2.461m8.697 0.061h5.027m-24.976-6.041h4.284m0.337 0h4.63m0.32 0h1.82m0.335 0h4.331m-16.057-4h2.348m0.335 0h2.181m0.351 0h1.945m0.32 0h0.838m0.336 0h1.878m0.369 0h4.931m0.335 0h3.757m-19.924 2h3.954m0.311 0h4.199m0.32 0h1.642m0.31 0h3.95m0.317 0h4.314m-19.317 10h3.695m0.397 0h1.629m0.381 0h0.813m0.259 0h1.604m0.213 0h8.492m0.399 0h2.267m0.305 0h0.572m-16.816 2h1.205m-5.415 0h3.857m1.866 0h2.805m0.297 0h4.116m0.32 0h2.793m0.281 0h0.576m0.315 0h3.546m0.363 0h1.856m-18.781 2h1.702m-5.912 0h3.857m2.423 0h2.393"/> + <path id="path2422" style="opacity:.15;fill:#0c0c0c;fill-rule:evenodd" d="m38.469 23.944c-0.173-0.101-0.307-0.075-0.396-0.018l-11.796 7.511-2.171 1.387-0.067 0.028-2.57 5.792 6.37 0.192 0.053-0.036 2.185-1.379 11.793-7.576c0.354-0.227-0.206-1.731-1.257-3.381-0.788-1.237-1.624-2.214-2.144-2.52z"/> + <path id="rect2383" style="stroke-linejoin:round;stroke:#0c0c0c;stroke-width:.5;fill:url(#linearGradient2697)" d="m24.934 31.028c0.446-0.334 1.697 0.294 2.847 1.438 1.147 1.141 1.751 2.362 1.424 2.812-0.001 0.002 0.029 0.026 0.027 0.027l16.01-16.088c0.407-0.409-0.225-1.7-1.411-2.88s-2.48-1.806-2.887-1.397l-16.01 16.088z"/> + <path id="rect3175" style="opacity:.8;stroke-linejoin:round;stroke:#e28ccd;stroke-width:.5;fill:#ffb6ed" d="m38.99 16.903c0.446-0.334 1.697 0.293 2.847 1.438 1.147 1.141 1.752 2.362 1.425 2.812-0.002 0.002 0.028 0.025 0.026 0.027l1.954-1.963 0.04-0.04c0.001-0.002-0.028-0.025-0.027-0.027 0.327-0.45-0.277-1.672-1.424-2.813-1.15-1.144-2.401-1.772-2.847-1.437l-0.04 0.04-1.954 1.963z"/> + <path id="path3208" style="opacity:.6;fill:#0c0c0c" d="m24.934 31.028c0.446-0.334 1.697 0.294 2.847 1.438 1.147 1.141 1.751 2.362 1.424 2.812-0.001 0.002 0.029 0.026 0.027 0.027l11.026-11.079 0.04-0.041c0.001-0.001-0.028-0.025-0.027-0.026 0.327-0.451-0.278-1.672-1.425-2.813-1.149-1.144-2.401-1.772-2.846-1.437l-0.04 0.04-11.026 11.079z"/> + <path id="path3233" style="fill:url(#linearGradient2691)" d="m36.8 19.104c0.446-0.334 1.697 0.293 2.847 1.437 1.147 1.142 1.751 2.363 1.424 2.813-0.001 0.002 0.029 0.025 0.027 0.027l0.2-0.2c0.001-0.002-0.028-0.025-0.027-0.027 0.327-0.45-0.278-1.672-1.425-2.813-1.149-1.144-2.401-1.772-2.846-1.437l-0.2 0.2z"/> + <path id="path3216" style="fill:url(#linearGradient2688)" d="m36.617 19.288c0.446-0.335 1.698 0.293 2.847 1.437 1.147 1.141 1.752 2.363 1.425 2.813-0.002 0.002 0.028 0.025 0.027 0.027l0.199-0.201c0.001-0.001-0.028-0.025-0.027-0.026 0.327-0.451-0.277-1.672-1.424-2.813-1.15-1.144-2.401-1.772-2.847-1.438l-0.2 0.201z"/> + <path id="path3248" style="fill:url(#linearGradient2685)" d="m37.435 18.466c0.446-0.334 1.697 0.293 2.847 1.437 1.147 1.142 1.751 2.363 1.424 2.813-0.001 0.002 0.028 0.025 0.027 0.027l0.2-0.2c0.001-0.002-0.029-0.025-0.027-0.027 0.327-0.45-0.278-1.672-1.425-2.813-1.149-1.144-2.401-1.772-2.847-1.437l-0.199 0.2z"/> + <path id="path3250" style="fill:url(#linearGradient2682)" d="m37.252 18.65c0.446-0.335 1.697 0.293 2.847 1.437 1.147 1.141 1.752 2.363 1.425 2.813-0.002 0.002 0.028 0.025 0.026 0.027l0.2-0.201c0.001-0.002-0.028-0.025-0.027-0.027 0.327-0.45-0.277-1.671-1.424-2.812-1.15-1.144-2.401-1.772-2.847-1.438l-0.2 0.201z"/> + <path id="path3256" style="fill:url(#linearGradient2679)" d="m38.073 17.825c0.446-0.335 1.697 0.293 2.847 1.437 1.147 1.142 1.751 2.363 1.424 2.813-0.001 0.002 0.028 0.025 0.027 0.027l0.2-0.201c0.001-0.001-0.029-0.025-0.027-0.026 0.327-0.451-0.278-1.672-1.425-2.813-1.149-1.144-2.401-1.772-2.847-1.437l-0.199 0.2z"/> + <path id="path3258" style="fill:url(#linearGradient2676)" d="m37.89 18.009c0.446-0.335 1.697 0.293 2.847 1.437 1.147 1.141 1.752 2.362 1.425 2.813-0.002 0.001 0.028 0.025 0.027 0.026l0.199-0.2c0.001-0.002-0.028-0.025-0.027-0.027 0.327-0.45-0.277-1.671-1.424-2.813-1.15-1.144-2.401-1.771-2.847-1.437l-0.2 0.201z"/> + <path id="path3270" style="fill-rule:evenodd;stroke:url(#linearGradient2673);stroke-width:.5;fill:url(#linearGradient2670)" d="m21.866 38.31l7.284-2.97 0.062-0.063c0.327-0.45-0.285-1.671-1.432-2.813-1.15-1.144-2.4-1.768-2.846-1.433l-3.068 7.279z"/> + <path id="path3281" style="fill-rule:evenodd;stroke:#0c0c0c;stroke-width:.5;fill:#0c0c0c" d="m22.697 36.339l-0.831 1.964 1.986-0.815c-0.159-0.191-0.306-0.384-0.497-0.575-0.22-0.219-0.437-0.396-0.658-0.574z"/> +</svg>