gnome-media r3833 - in trunk: . grecord grecord/icons grecord/icons/16x16 grecord/icons/22x22 grecord/icons/24x24 grecord/icons/32x32 grecord/icons/48x48 grecord/icons/SOURCE grecord/icons/scalable



Author: malureau
Date: Sun Apr  6 12:11:39 2008
New Revision: 3833
URL: http://svn.gnome.org/viewvc/gnome-media?rev=3833&view=rev

Log:
2008-04-05  Marc-Andre Lureau  <marcandre lureau gmail com>

	Icon by: Stephen Brandt

	* icons/{16x16,22x22,24x24,32x32,48x48}: add Tango style icon
	(see #462551)


Added:
   trunk/grecord/icons/
   trunk/grecord/icons/16x16/
   trunk/grecord/icons/16x16/Makefile.am
   trunk/grecord/icons/16x16/gnome-grecord.png
   trunk/grecord/icons/22x22/
   trunk/grecord/icons/22x22/Makefile.am
   trunk/grecord/icons/22x22/gnome-grecord.png
   trunk/grecord/icons/24x24/
   trunk/grecord/icons/24x24/Makefile.am
   trunk/grecord/icons/24x24/gnome-grecord.png
   trunk/grecord/icons/32x32/
   trunk/grecord/icons/32x32/Makefile.am
   trunk/grecord/icons/32x32/gnome-grecord.png
   trunk/grecord/icons/48x48/
   trunk/grecord/icons/48x48/Makefile.am
   trunk/grecord/icons/48x48/gnome-grecord.png
   trunk/grecord/icons/AUTHORS
   trunk/grecord/icons/Makefile.am
   trunk/grecord/icons/SOURCE/
   trunk/grecord/icons/SOURCE/grecord16x16.svg
   trunk/grecord/icons/SOURCE/grecord22x22.svg
   trunk/grecord/icons/SOURCE/grecord32x32.svg
   trunk/grecord/icons/SOURCE/grecord48x48.svg
   trunk/grecord/icons/scalable/
   trunk/grecord/icons/scalable/Makefile.am
   trunk/grecord/icons/scalable/gnome-grecord.svg
Removed:
   trunk/grecord/gnome-grecord.png
Modified:
   trunk/configure.in
   trunk/grecord/ChangeLog
   trunk/grecord/Makefile.am

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Sun Apr  6 12:11:39 2008
@@ -518,6 +518,13 @@
 grecord/src/Makefile
 grecord/src/recent-files/Makefile
 grecord/doc/Makefile
+grecord/icons/Makefile
+grecord/icons/16x16/Makefile
+grecord/icons/22x22/Makefile
+grecord/icons/24x24/Makefile
+grecord/icons/32x32/Makefile
+grecord/icons/48x48/Makefile
+grecord/icons/scalable/Makefile
 gstreamer-properties/Makefile
 gstreamer-properties/help/Makefile
 gst-mixer/Makefile

Modified: trunk/grecord/Makefile.am
==============================================================================
--- trunk/grecord/Makefile.am	(original)
+++ trunk/grecord/Makefile.am	Sun Apr  6 12:11:39 2008
@@ -1,10 +1,9 @@
-SUBDIRS = src doc
+SUBDIRS = src doc icons
 
 EXTRA_DIST = \
 	README COPYING AUTHORS INSTALL \
 	gnome-sound-recorder.desktop.in.in \
-	gnome-sound-recorder.schemas.in \
-	gnome-grecord.png
+	gnome-sound-recorder.schemas.in
 
 
 Applicationsdir = $(datadir)/applications
@@ -18,9 +17,6 @@
 
 @INTLTOOL_SCHEMAS_RULE@
 
-icondir = $(datadir)/icons/hicolor/48x48/apps
-icon_DATA = gnome-grecord.png
-
 CLEANFILES=$(Applications_DATA) $(schema_DATA)
 DISTCLEANFILES=$(Applications_in_files:.desktop.in.in=.desktop.in)
 install-schemas:
@@ -31,13 +27,3 @@
 else
 install-data-local:
 endif
-
-gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
-install-data-hook:
-	@-if test -z "$(DESTDIR)"; then \
-		echo "Updating Gtk icon cache."; \
-		$(gtk_update_icon_cache); \
-	else \
-		echo "*** Icon cache not updated.  After install, run this:"; \
-		echo "***   $(gtk_update_icon_cache)"; \
-	fi

Added: trunk/grecord/icons/16x16/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/grecord/icons/16x16/Makefile.am	Sun Apr  6 12:11:39 2008
@@ -0,0 +1,4 @@
+icondir = $(datadir)/icons/hicolor/16x16/apps
+icon_DATA = gnome-grecord.png
+
+EXTRA_DIST = $(icon_DATA)

Added: trunk/grecord/icons/16x16/gnome-grecord.png
==============================================================================
Binary files (empty file) and trunk/grecord/icons/16x16/gnome-grecord.png	Sun Apr  6 12:11:39 2008 differ

Added: trunk/grecord/icons/22x22/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/grecord/icons/22x22/Makefile.am	Sun Apr  6 12:11:39 2008
@@ -0,0 +1,4 @@
+icondir = $(datadir)/icons/hicolor/22x22/apps
+icon_DATA = gnome-grecord.png
+
+EXTRA_DIST = $(icon_DATA)

Added: trunk/grecord/icons/22x22/gnome-grecord.png
==============================================================================
Binary files (empty file) and trunk/grecord/icons/22x22/gnome-grecord.png	Sun Apr  6 12:11:39 2008 differ

Added: trunk/grecord/icons/24x24/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/grecord/icons/24x24/Makefile.am	Sun Apr  6 12:11:39 2008
@@ -0,0 +1,4 @@
+icondir = $(datadir)/icons/hicolor/24x24/apps
+icon_DATA = gnome-grecord.png
+
+EXTRA_DIST = $(icon_DATA)

Added: trunk/grecord/icons/24x24/gnome-grecord.png
==============================================================================
Binary files (empty file) and trunk/grecord/icons/24x24/gnome-grecord.png	Sun Apr  6 12:11:39 2008 differ

Added: trunk/grecord/icons/32x32/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/grecord/icons/32x32/Makefile.am	Sun Apr  6 12:11:39 2008
@@ -0,0 +1,4 @@
+icondir = $(datadir)/icons/hicolor/32x32/apps
+icon_DATA = gnome-grecord.png
+
+EXTRA_DIST = $(icon_DATA)

Added: trunk/grecord/icons/32x32/gnome-grecord.png
==============================================================================
Binary files (empty file) and trunk/grecord/icons/32x32/gnome-grecord.png	Sun Apr  6 12:11:39 2008 differ

Added: trunk/grecord/icons/48x48/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/grecord/icons/48x48/Makefile.am	Sun Apr  6 12:11:39 2008
@@ -0,0 +1,4 @@
+icondir = $(datadir)/icons/hicolor/48x48/apps
+icon_DATA = gnome-grecord.png
+
+EXTRA_DIST = $(icon_DATA)

Added: trunk/grecord/icons/48x48/gnome-grecord.png
==============================================================================
Binary files (empty file) and trunk/grecord/icons/48x48/gnome-grecord.png	Sun Apr  6 12:11:39 2008 differ

Added: trunk/grecord/icons/AUTHORS
==============================================================================
--- (empty file)
+++ trunk/grecord/icons/AUTHORS	Sun Apr  6 12:11:39 2008
@@ -0,0 +1 @@
+Stephen Brandt <stephen stephenbrandt com>

Added: trunk/grecord/icons/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/grecord/icons/Makefile.am	Sun Apr  6 12:11:39 2008
@@ -0,0 +1,16 @@
+SUBDIRS = 16x16 22x22 24x24 32x32 48x48 scalable
+
+EXTRA_DIST = AUTHORS SOURCE
+
+gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
+
+install-data-hook: update-icon-cache
+uninstall-hook: update-icon-cache
+update-icon-cache:
+	@-if test -z "$(DESTDIR)"; then \
+		echo "Updating Gtk icon cache."; \
+		$(gtk_update_icon_cache); \
+	else \
+		echo "*** Icon cache not updated.  After (un)install, run this:"; \
+		echo "***   $(gtk_update_icon_cache)"; \
+	fi

Added: trunk/grecord/icons/SOURCE/grecord16x16.svg
==============================================================================
--- (empty file)
+++ trunk/grecord/icons/SOURCE/grecord16x16.svg	Sun Apr  6 12:11:39 2008
@@ -0,0 +1,572 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/";
+   xmlns:cc="http://web.resource.org/cc/";
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+   xmlns:svg="http://www.w3.org/2000/svg";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:xlink="http://www.w3.org/1999/xlink";
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
+   width="16px"
+   height="16px"
+   id="svg2350"
+   sodipodi:version="0.32"
+   inkscape:version="0.45.1"
+   sodipodi:docbase="/home/stephen/Inkscape/grecord"
+   sodipodi:docname="grecord07_16.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="/home/stephen/Inkscape/grecord/grecord07_16.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90">
+  <defs
+     id="defs2352">
+    <linearGradient
+       id="linearGradient4070">
+      <stop
+         style="stop-color:#f13737;stop-opacity:1;"
+         offset="0"
+         id="stop4072" />
+      <stop
+         style="stop-color:#e11010;stop-opacity:1;"
+         offset="1"
+         id="stop4074" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4070"
+       id="radialGradient5144"
+       gradientUnits="userSpaceOnUse"
+       cx="0.044194177"
+       cy="16.754717"
+       fx="0.044194177"
+       fy="16.754717"
+       r="10.443689" />
+    <linearGradient
+       id="linearGradient4107">
+      <stop
+         id="stop4109"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:0.51908398;" />
+      <stop
+         id="stop4111"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4107"
+       id="linearGradient5150"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.3712079,0,0,0.3792209,4.5006128,6.3603169)"
+       x1="-3.596699"
+       y1="1.6868348"
+       x2="0.96647578"
+       y2="15.092172" />
+    <linearGradient
+       id="linearGradient5522">
+      <stop
+         style="stop-color:#babab8;stop-opacity:1;"
+         offset="0"
+         id="stop5524" />
+      <stop
+         style="stop-color:#646561;stop-opacity:1;"
+         offset="1"
+         id="stop5526" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5522"
+       id="linearGradient3862"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.448813,-0.2861855,0.3201585,0.3976471,-5.0818911,0.7334138)"
+       x1="26.537169"
+       y1="3.3460996"
+       x2="34.98727"
+       y2="18.000616" />
+    <linearGradient
+       id="linearGradient5488">
+      <stop
+         style="stop-color:#e2e4e1;stop-opacity:1;"
+         offset="0"
+         id="stop5490" />
+      <stop
+         style="stop-color:#9ca399;stop-opacity:1;"
+         offset="1"
+         id="stop5492" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5488"
+       id="linearGradient3860"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.448813,-0.2861855,0.3201585,0.3976471,-5.0818911,0.7334138)"
+       x1="26.537169"
+       y1="3.3460996"
+       x2="35.839645"
+       y2="15.311663" />
+    <linearGradient
+       id="linearGradient5160">
+      <stop
+         style="stop-color:#555753;stop-opacity:1;"
+         offset="0"
+         id="stop5162" />
+      <stop
+         style="stop-color:#555753;stop-opacity:0;"
+         offset="1"
+         id="stop5164" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5160"
+       id="linearGradient5166"
+       x1="10.532799"
+       y1="13.468754"
+       x2="10.532799"
+       y2="16.24007"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0339115,0,0,1.072347,-0.3899821,-1.476685)" />
+    <linearGradient
+       id="linearGradient5154">
+      <stop
+         id="stop5156"
+         offset="0"
+         style="stop-color:#e4e5e3;stop-opacity:0;" />
+      <stop
+         id="stop5158"
+         offset="1"
+         style="stop-color:#afb4ab;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5154"
+       id="linearGradient3855"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9872629,0,0,0.4338676,-17.624254,1.3373772)"
+       x1="28.487099"
+       y1="37.335804"
+       x2="28.487099"
+       y2="26.803371" />
+    <linearGradient
+       id="linearGradient5447">
+      <stop
+         style="stop-color:#e4e5e3;stop-opacity:1;"
+         offset="0"
+         id="stop5449" />
+      <stop
+         style="stop-color:#afb4ab;stop-opacity:1;"
+         offset="1"
+         id="stop5451" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5447"
+       id="linearGradient3742"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.4984865,0,0,0.4840895,-3.1991202,-0.2924264)"
+       x1="26.949749"
+       y1="21.924267"
+       x2="29.509127"
+       y2="32.442478" />
+    <linearGradient
+       id="linearGradient5469">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop5471" />
+      <stop
+         style="stop-color:#c3c5c0;stop-opacity:1;"
+         offset="1"
+         id="stop5473" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5469"
+       id="radialGradient3873"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.5964704,-0.1598238,0.1325658,0.4947425,12.00785,12.808575)"
+       cx="34.5"
+       cy="14.4375"
+       fx="34.5"
+       fy="14.4375"
+       r="2.5625" />
+    <linearGradient
+       id="linearGradient5752">
+      <stop
+         id="stop5754"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop5756"
+         offset="1"
+         style="stop-color:#c0c4be;stop-opacity:0;" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5752"
+       id="radialGradient3748"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.3870636,-1.1262917e-3,2.2758032e-2,1.640299,1.0661233,-8.0227793)"
+       cx="24.686234"
+       cy="6.5401049"
+       fx="24.686234"
+       fy="6.5401049"
+       r="6.5021882" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.197802"
+     inkscape:cx="8"
+     inkscape:cy="8"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:grid-bbox="true"
+     inkscape:document-units="px"
+     inkscape:window-width="1280"
+     inkscape:window-height="943"
+     inkscape:window-x="0"
+     inkscape:window-y="47" />
+  <metadata
+     id="metadata2355">
+    <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>
+  <g
+     id="layer1"
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer">
+    <path
+       sodipodi:type="arc"
+       style="fill:url(#radialGradient5144);fill-opacity:1;stroke:#cc0000;stroke-width:2.48592186;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path3099"
+       sodipodi:cx="0.044194177"
+       sodipodi:cy="11.097863"
+       sodipodi:rx="9.9436893"
+       sodipodi:ry="9.9436893"
+       d="M 9.9878835 11.097863 A 9.9436893 9.9436893 0 1 1  -9.8994952,11.097863 A 9.9436893 9.9436893 0 1 1  9.9878835 11.097863 z"
+       transform="matrix(0.4022652,0,0,0.4022652,4.482222,6.0357159)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:3.31456375;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.54385968"
+       id="path4078"
+       sodipodi:cx="0.044194177"
+       sodipodi:cy="11.097863"
+       sodipodi:rx="9.9436893"
+       sodipodi:ry="9.9436893"
+       d="M 9.9878835 11.097863 A 9.9436893 9.9436893 0 1 1  -9.8994952,11.097863 A 9.9436893 9.9436893 0 1 1  9.9878835 11.097863 z"
+       transform="matrix(0.3016989,0,0,0.3016988,4.4866664,7.1517872)" />
+    <path
+       style="fill:url(#linearGradient5150);fill-opacity:1;stroke:none;stroke-width:1.119403;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.54385968"
+       d="M 6.1004616,9.0509725 C 4.8787834,9.2844108 3.9261083,10.672758 2.7128533,11.048908 C 1.9056937,11.299155 1,10.953121 1,10.569741 C 1,8.5992437 2.5654521,7 4.494313,7 C 5.4587433,7 6.332322,7.399811 6.9647923,8.0459347 C 7.2810278,8.3689962 7.5369865,8.7536361 7.7138854,9.1806657 C 7.4314387,9.1719536 7.1233105,8.8555276 6.1004616,9.0509725 z "
+       id="path4084"
+       sodipodi:nodetypes="csssscs" />
+    <rect
+       style="fill:url(#linearGradient3860);fill-opacity:1;stroke:url(#linearGradient3862);stroke-width:1.00075281;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect5463"
+       width="7.5897002"
+       height="12.183517"
+       x="8.439805"
+       y="-1.677637"
+       rx="3.7948501"
+       ry="3.1228826"
+       transform="matrix(0.9835711,0.180521,-0.2341696,0.9721958,0,0)"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       style="color:#000000;fill:url(#linearGradient3855);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5166);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="M 11.5,16.622234 C 11.5,16.622234 11.5,13.000004 11.5,13.000004 L 9.5254743,13.009389 C 9.5254743,13.009389 9.4681574,16.629564 9.5254743,16.622234 C 9.6264234,17.11344 11.268157,17.138251 11.5,16.622234 z "
+       id="path5504"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       sodipodi:type="arc"
+       style="fill:none;fill-opacity:1;stroke:#555753;stroke-width:1.37500024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path5467"
+       sodipodi:cx="34.5"
+       sodipodi:cy="15.25"
+       sodipodi:rx="2.0625"
+       sodipodi:ry="2.0625"
+       d="M 36.5625 15.25 A 2.0625 2.0625 0 1 1  32.4375,15.25 A 2.0625 2.0625 0 1 1  36.5625 15.25 z"
+       transform="matrix(0.7272727,0,0,0.7272725,-11.090908,-4.0909064)" />
+    <path
+       style="color:#000000;fill:url(#linearGradient3742);fill-opacity:1;fill-rule:evenodd;stroke:#555753;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="M 10.848206,12.774476 L 13.013151,13.382145 C 13.013151,13.382145 13.826656,13.630432 14.200632,13.406265 C 14.574608,13.182099 14.509054,12.48548 14.509054,12.48548 L 14.49804,7.5267817 L 12.579413,7.542477 C 12.579413,7.542477 12.561328,11.471198 12.561608,11.489133 C 12.576046,12.459703 10.848206,12.774476 10.848206,12.774476 z "
+       id="path4467"
+       sodipodi:nodetypes="cczcccsc" />
+    <path
+       sodipodi:type="arc"
+       style="fill:url(#radialGradient3873);fill-opacity:1;stroke:none;stroke-width:4.05043983;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path5776"
+       sodipodi:cx="34.5"
+       sodipodi:cy="15.25"
+       sodipodi:rx="2.0625"
+       sodipodi:ry="2.0625"
+       d="M 36.5625 15.25 A 2.0625 2.0625 0 1 1  32.4375,15.25 A 2.0625 2.0625 0 1 1  36.5625 15.25 z"
+       transform="matrix(0.2468868,0,0,0.2468868,5.4716116,3.2241858)" />
+    <rect
+       style="fill:url(#radialGradient3748);fill-opacity:1;stroke:none;stroke-width:1.00001657;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect5746"
+       width="6.7533789"
+       height="11.149927"
+       x="8.8243704"
+       y="-1.2301226"
+       rx="3.3766894"
+       ry="2.8579578"
+       transform="matrix(0.9825554,0.1859702,-0.227446,0.9737907,0,0)" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181285;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4473"
+       width="0.9999997"
+       height="0.9999997"
+       x="11.000001"
+       y="5.0000043"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181285;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5538"
+       width="0.9999997"
+       height="0.9999997"
+       x="11.000001"
+       y="1.0000045"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181285;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4457"
+       width="0.9999997"
+       height="0.9999997"
+       x="12.000001"
+       y="2.0000045"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181285;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4459"
+       width="0.9999997"
+       height="0.9999997"
+       x="13.000001"
+       y="3.0000045"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181285;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4461"
+       width="0.9999997"
+       height="0.9999997"
+       x="14.000001"
+       y="4.0000048"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181285;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4463"
+       width="0.9999997"
+       height="0.9999997"
+       x="12.000001"
+       y="4.0000043"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181285;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4465"
+       width="0.9999997"
+       height="0.9999997"
+       x="11.000001"
+       y="3.0000045"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181285;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4467"
+       width="0.9999997"
+       height="0.9999997"
+       x="10.000001"
+       y="2.0000045"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181285;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4469"
+       width="0.9999997"
+       height="0.9999997"
+       x="9.000001"
+       y="3.0000045"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181285;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4471"
+       width="0.9999997"
+       height="0.9999997"
+       x="10.000001"
+       y="4.0000043"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181285;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4475"
+       width="0.9999997"
+       height="0.9999997"
+       x="8.000001"
+       y="4.0000043"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181285;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4477"
+       width="0.9999997"
+       height="0.9999997"
+       x="9.000001"
+       y="5.0000043"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181285;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4479"
+       width="0.9999997"
+       height="0.9999997"
+       x="10.000001"
+       y="6.0000043"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181285;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4481"
+       width="0.9999997"
+       height="0.9999997"
+       x="11.000001"
+       y="7.0000043"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181285;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4483"
+       width="0.9999997"
+       height="0.9999997"
+       x="8.000001"
+       y="6.0000043"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181285;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4485"
+       width="0.9999997"
+       height="0.9999997"
+       x="9.000001"
+       y="7.0000043"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181285;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4487"
+       width="0.9999997"
+       height="0.9999997"
+       x="10.000001"
+       y="8.0000048"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181285;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4489"
+       width="0.9999997"
+       height="0.9999997"
+       x="11.000001"
+       y="9.0000048"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181285;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4491"
+       width="0.9999997"
+       height="0.9999997"
+       x="10.000001"
+       y="10.000005"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181285;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4493"
+       width="0.9999997"
+       height="0.9999997"
+       x="9.000001"
+       y="9.0000048"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181285;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4495"
+       width="0.9999997"
+       height="0.9999997"
+       x="8.000001"
+       y="8.0000048"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181285;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4497"
+       width="0.9999997"
+       height="0.9999997"
+       x="8.000001"
+       y="10.000005"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181285;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4499"
+       width="0.9999997"
+       height="0.9999997"
+       x="7.000001"
+       y="9.0000048"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181285;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4896"
+       width="0.9999997"
+       height="0.9999997"
+       x="7.000001"
+       y="7.0000043"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181285;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4898"
+       width="0.9999997"
+       height="0.9999997"
+       x="11.000001"
+       y="11.000005"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181285;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4902"
+       width="0.9999997"
+       height="0.9999997"
+       x="9.000001"
+       y="11.000005"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.00021148;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.49115044"
+       id="rect5477"
+       width="5.804225"
+       height="10.147433"
+       x="9.3433456"
+       y="-1.0533781"
+       rx="2.9021122"
+       ry="2.6009977"
+       transform="matrix(0.9772414,0.2121302,-0.2404697,0.9706566,0,0)" />
+  </g>
+</svg>

Added: trunk/grecord/icons/SOURCE/grecord22x22.svg
==============================================================================
--- (empty file)
+++ trunk/grecord/icons/SOURCE/grecord22x22.svg	Sun Apr  6 12:11:39 2008
@@ -0,0 +1,668 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/";
+   xmlns:cc="http://web.resource.org/cc/";
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+   xmlns:svg="http://www.w3.org/2000/svg";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:xlink="http://www.w3.org/1999/xlink";
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
+   width="22"
+   height="22"
+   id="svg2252"
+   sodipodi:version="0.32"
+   inkscape:version="0.45.1"
+   sodipodi:docbase="/home/stephen/Inkscape/grecord"
+   sodipodi:docname="grecord07_22.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="/home/stephen/Inkscape/grecord/grecord07_22.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90"
+   version="1.0">
+  <defs
+     id="defs2254">
+    <linearGradient
+       id="linearGradient5752">
+      <stop
+         id="stop5754"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop5756"
+         offset="1"
+         style="stop-color:#c0c4be;stop-opacity:0;" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5752"
+       id="radialGradient3748"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.3870637,-1.1262918e-3,2.275803e-2,1.640299,4.9647911,-8.7673291)"
+       cx="24.686234"
+       cy="6.5401049"
+       fx="24.686234"
+       fy="6.5401049"
+       r="6.5021882" />
+    <linearGradient
+       id="linearGradient5469">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop5471" />
+      <stop
+         style="stop-color:#c3c5c0;stop-opacity:1;"
+         offset="1"
+         id="stop5473" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5469"
+       id="radialGradient3873"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.5964704,-0.1598238,0.1325658,0.4947425,12.00785,12.808575)"
+       cx="34.5"
+       cy="14.4375"
+       fx="34.5"
+       fy="14.4375"
+       r="2.5625" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5447"
+       id="linearGradient3742"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.4984865,0,0,0.4840895,0.8008787,-0.2924309)"
+       x1="26.949749"
+       y1="21.924267"
+       x2="29.509127"
+       y2="32.442478" />
+    <linearGradient
+       id="linearGradient5447">
+      <stop
+         style="stop-color:#e4e5e3;stop-opacity:1;"
+         offset="0"
+         id="stop5449" />
+      <stop
+         style="stop-color:#afb4ab;stop-opacity:1;"
+         offset="1"
+         id="stop5451" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5522">
+      <stop
+         style="stop-color:#babab8;stop-opacity:1;"
+         offset="0"
+         id="stop5524" />
+      <stop
+         style="stop-color:#646561;stop-opacity:1;"
+         offset="1"
+         id="stop5526" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5522"
+       id="linearGradient3862"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.448813,-0.2861855,0.3201585,0.3976471,-1.1872535,1.0238003e-2)"
+       x1="26.537169"
+       y1="3.3460996"
+       x2="34.98727"
+       y2="18.000616" />
+    <linearGradient
+       id="linearGradient5488">
+      <stop
+         style="stop-color:#e2e4e1;stop-opacity:1;"
+         offset="0"
+         id="stop5490" />
+      <stop
+         style="stop-color:#9ca399;stop-opacity:1;"
+         offset="1"
+         id="stop5492" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5488"
+       id="linearGradient3860"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.448813,-0.2861855,0.3201585,0.3976471,-1.1872535,1.0238003e-2)"
+       x1="26.537169"
+       y1="3.3460996"
+       x2="35.839645"
+       y2="15.311663" />
+    <linearGradient
+       id="linearGradient5766">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop5768" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop5770" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5766"
+       id="linearGradient3877"
+       gradientUnits="userSpaceOnUse"
+       x1="22.436493"
+       y1="44.087208"
+       x2="29.421417"
+       y2="25.139574" />
+    <linearGradient
+       id="linearGradient5784">
+      <stop
+         id="stop5786"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:0.30534351;" />
+      <stop
+         id="stop5788"
+         offset="1"
+         style="stop-color:#000000;stop-opacity:0;" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5784"
+       id="radialGradient3720"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.515901,0,17.93095)"
+       cx="28.416853"
+       cy="37.039845"
+       fx="28.416853"
+       fy="37.039845"
+       r="12.506951" />
+    <linearGradient
+       id="linearGradient4439">
+      <stop
+         style="stop-color:#7b7e77;stop-opacity:1;"
+         offset="0"
+         id="stop4441" />
+      <stop
+         style="stop-color:#383a37;stop-opacity:1;"
+         offset="1"
+         id="stop4443" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4439"
+       id="radialGradient3875"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.5345103,0,17.241667)"
+       cx="22.666853"
+       cy="34.233536"
+       fx="22.666853"
+       fy="34.233536"
+       r="13.006951" />
+    <linearGradient
+       id="linearGradient4459">
+      <stop
+         style="stop-color:#000000;stop-opacity:1;"
+         offset="0"
+         id="stop4461" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0;"
+         offset="1"
+         id="stop4463" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4459"
+       id="radialGradient3716"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.515901,0,17.93095)"
+       cx="28.416853"
+       cy="37.039845"
+       fx="28.416853"
+       fy="37.039845"
+       r="12.506951" />
+    <linearGradient
+       id="linearGradient4107">
+      <stop
+         id="stop4109"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:0.51908398;" />
+      <stop
+         id="stop4111"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4107"
+       id="linearGradient4886"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.4257297,0,0,0.4287936,5.0147719,8.2766958)"
+       x1="-3.596699"
+       y1="1.6868348"
+       x2="0.96647578"
+       y2="15.092172" />
+    <linearGradient
+       id="linearGradient4070">
+      <stop
+         style="stop-color:#f13737;stop-opacity:1;"
+         offset="0"
+         id="stop4072" />
+      <stop
+         style="stop-color:#e11010;stop-opacity:1;"
+         offset="1"
+         id="stop4074" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4070"
+       id="radialGradient4892"
+       gradientUnits="userSpaceOnUse"
+       cx="0.044194177"
+       cy="16.754717"
+       fx="0.044194177"
+       fy="16.754717"
+       r="10.443689" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.197802"
+     inkscape:cx="8"
+     inkscape:cy="9.8019802"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:grid-bbox="true"
+     inkscape:document-units="px"
+     width="22px"
+     height="22px"
+     inkscape:window-width="1280"
+     inkscape:window-height="943"
+     inkscape:window-x="0"
+     inkscape:window-y="47" />
+  <metadata
+     id="metadata2257">
+    <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>
+  <g
+     id="layer1"
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer">
+    <rect
+       style="opacity:1;color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.43137255;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4017"
+       width="3"
+       height="2"
+       x="13"
+       y="12"
+       rx="0"
+       ry="0" />
+    <path
+       sodipodi:type="arc"
+       style="fill:url(#radialGradient4892);fill-opacity:1;stroke:#cc0000;stroke-width:2.20970893;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path3099"
+       sodipodi:cx="0.044194177"
+       sodipodi:cy="11.097863"
+       sodipodi:rx="9.9436893"
+       sodipodi:ry="9.9436893"
+       d="M 9.9878835 11.097863 A 9.9436893 9.9436893 0 1 1  -9.8994952,11.097863 A 9.9436893 9.9436893 0 1 1  9.9878835 11.097863 z"
+       transform="matrix(0.4525483,0,0,0.4525483,4.98,7.9776806)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:2.84105492;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.54385968"
+       id="path4078"
+       sodipodi:cx="0.044194177"
+       sodipodi:cy="11.097863"
+       sodipodi:rx="9.9436893"
+       sodipodi:ry="9.9436893"
+       d="M 9.9878835 11.097863 A 9.9436893 9.9436893 0 1 1  -9.8994952,11.097863 A 9.9436893 9.9436893 0 1 1  9.9878835 11.097863 z"
+       transform="matrix(0.351982,0,0,0.351982,4.9844444,9.0937517)" />
+    <path
+       style="fill:url(#linearGradient4886);fill-opacity:1;stroke:none;stroke-width:1.119403;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.54385968"
+       d="M 6.8496015,11.319081 C 5.448487,11.583035 4.355886,13.152871 2.9644319,13.578192 C 2.0387192,13.861152 1,13.469884 1,13.036387 C 1,10.808301 2.7953809,9 5.0075468,9 C 6.1136297,9 7.1155168,9.4520753 7.8408824,10.182662 C 8.2035656,10.547955 8.4971187,10.982876 8.7,11.465728 C 8.3760683,11.455877 8.0226833,11.098087 6.8496015,11.319081 z "
+       id="path4084"
+       sodipodi:nodetypes="csssscs" />
+    <path
+       sodipodi:type="arc"
+       style="fill:url(#radialGradient3716);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path4447"
+       sodipodi:cx="28.416853"
+       sodipodi:cy="37.039845"
+       sodipodi:rx="12.506951"
+       sodipodi:ry="6.4523492"
+       d="M 40.923804 37.039845 A 12.506951 6.4523492 0 1 1  15.909902,37.039845 A 12.506951 6.4523492 0 1 1  40.923804 37.039845 z"
+       transform="matrix(0.5996665,0,0,0.6199293,-2.540635,-4.9620831)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:url(#radialGradient3875);fill-opacity:1;stroke:#2e3436;stroke-width:2.03431153;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path4435"
+       sodipodi:cx="28.416853"
+       sodipodi:cy="37.039845"
+       sodipodi:rx="12.506951"
+       sodipodi:ry="6.4523492"
+       d="M 40.923804 37.039845 A 12.506951 6.4523492 0 1 1  15.909902,37.039845 A 12.506951 6.4523492 0 1 1  40.923804 37.039845 z"
+       transform="matrix(0.519711,0,0,0.4649469,-0.7685505,0.2784398)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:url(#radialGradient3720);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path5530"
+       sodipodi:cx="28.416853"
+       sodipodi:cy="37.039845"
+       sodipodi:rx="12.506951"
+       sodipodi:ry="6.4523492"
+       d="M 40.923804 37.039845 A 12.506951 6.4523492 0 1 1  15.909902,37.039845 A 12.506951 6.4523492 0 1 1  40.923804 37.039845 z"
+       transform="matrix(0.2464499,0,0,0.2216954,7.67449,8.8612098)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:none;fill-opacity:1;stroke:url(#linearGradient3877);stroke-width:2.70855856;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.38011696"
+       id="path4437"
+       sodipodi:cx="28.416853"
+       sodipodi:cy="37.039845"
+       sodipodi:rx="12.506951"
+       sodipodi:ry="6.4523492"
+       d="M 40.923804 37.039845 A 12.506951 6.4523492 0 1 1  15.909902,37.039845 A 12.506951 6.4523492 0 1 1  40.923804 37.039845 z"
+       transform="matrix(0.4397555,0,0,0.3099647,1.5035337,6.0189559)" />
+    <rect
+       style="fill:url(#linearGradient3860);fill-opacity:1;stroke:url(#linearGradient3862);stroke-width:1.00075281;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect5463"
+       width="7.5897002"
+       height="12.183517"
+       x="12.334443"
+       y="-2.4008126"
+       rx="3.7948501"
+       ry="3.1228826"
+       transform="matrix(0.9835711,0.180521,-0.2341696,0.9721958,0,0)"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       style="color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:evenodd;stroke:#555753;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="M 15.499999,17.122233 C 15.499999,17.122233 15.499999,13.5 15.499999,13.5 L 13.525474,13.509385 C 13.525474,13.509385 13.468157,17.129564 13.525474,17.122233 C 13.626423,17.613441 15.268156,17.638251 15.499999,17.122233 z "
+       id="path5504"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       sodipodi:type="arc"
+       style="fill:none;fill-opacity:1;stroke:#555753;stroke-width:1.48273051;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path5467"
+       sodipodi:cx="34.5"
+       sodipodi:cy="15.25"
+       sodipodi:rx="2.0625"
+       sodipodi:ry="2.0625"
+       d="M 36.5625 15.25 A 2.0625 2.0625 0 1 1  32.4375,15.25 A 2.0625 2.0625 0 1 1  36.5625 15.25 z"
+       transform="matrix(0.6729013,0,0,0.675965,-5.1029538,-3.4142884)" />
+    <path
+       style="color:#000000;fill:url(#linearGradient3742);fill-opacity:1;fill-rule:evenodd;stroke:#555753;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="M 14.622958,12.729423 L 17.01315,13.382141 C 17.01315,13.382141 17.826655,13.630428 18.200631,13.406261 C 18.574607,13.182095 18.509053,12.485476 18.509053,12.485476 L 18.498039,7.6619257 L 16.579412,7.5424725 C 16.579412,7.5424725 16.562477,11.696461 16.561607,11.714377 C 16.536898,12.22337 14.629125,12.733534 14.622958,12.729423 z "
+       id="path4467"
+       sodipodi:nodetypes="cczcccsc" />
+    <path
+       sodipodi:type="arc"
+       style="fill:url(#radialGradient3873);fill-opacity:1;stroke:none;stroke-width:4.05043983;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path5776"
+       sodipodi:cx="34.5"
+       sodipodi:cy="15.25"
+       sodipodi:rx="2.0625"
+       sodipodi:ry="2.0625"
+       d="M 36.5625 15.25 A 2.0625 2.0625 0 1 1  32.4375,15.25 A 2.0625 2.0625 0 1 1  36.5625 15.25 z"
+       transform="matrix(0.2468868,0,0,0.2468868,9.4716105,3.2241813)" />
+    <rect
+       style="fill:url(#radialGradient3748);fill-opacity:1;stroke:none;stroke-width:1.00001657;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect5746"
+       width="6.7533784"
+       height="11.149927"
+       x="12.723037"
+       y="-1.9746717"
+       rx="3.3766892"
+       ry="2.8579578"
+       transform="matrix(0.9825554,0.1859702,-0.227446,0.9737907,0,0)" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181286;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4473"
+       width="0.9999997"
+       height="0.9999997"
+       x="15"
+       y="5"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181286;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5538"
+       width="0.9999997"
+       height="0.9999997"
+       x="15"
+       y="1"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181286;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4457"
+       width="0.9999997"
+       height="0.9999997"
+       x="16"
+       y="2"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181286;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4459"
+       width="0.9999997"
+       height="0.9999997"
+       x="17"
+       y="3"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181286;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4461"
+       width="0.9999997"
+       height="0.9999997"
+       x="18"
+       y="4.0000005"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181286;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4463"
+       width="0.9999997"
+       height="0.9999997"
+       x="16"
+       y="4"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181286;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4465"
+       width="0.9999997"
+       height="0.9999997"
+       x="15"
+       y="3"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181286;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4467"
+       width="0.9999997"
+       height="0.9999997"
+       x="14"
+       y="2"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181286;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4469"
+       width="0.9999997"
+       height="0.9999997"
+       x="13"
+       y="3"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181286;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4471"
+       width="0.9999997"
+       height="0.9999997"
+       x="14"
+       y="4"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181286;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4475"
+       width="0.9999997"
+       height="0.9999997"
+       x="12"
+       y="4"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181286;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4477"
+       width="0.9999997"
+       height="0.9999997"
+       x="13"
+       y="5"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181286;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4479"
+       width="0.9999997"
+       height="0.9999997"
+       x="14"
+       y="6"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181286;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4481"
+       width="0.9999997"
+       height="0.9999997"
+       x="15"
+       y="7"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181286;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4483"
+       width="0.9999997"
+       height="0.9999997"
+       x="12"
+       y="6"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181286;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4485"
+       width="0.9999997"
+       height="0.9999997"
+       x="13"
+       y="7"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181286;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4487"
+       width="0.9999997"
+       height="0.9999997"
+       x="14"
+       y="8"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181286;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4489"
+       width="0.9999997"
+       height="0.9999997"
+       x="15"
+       y="9"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181286;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4491"
+       width="0.9999997"
+       height="0.9999997"
+       x="14"
+       y="10"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181286;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4493"
+       width="0.9999997"
+       height="0.9999997"
+       x="13"
+       y="9"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181286;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4495"
+       width="0.9999997"
+       height="0.9999997"
+       x="12"
+       y="8"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181286;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4497"
+       width="0.9999997"
+       height="0.9999997"
+       x="12"
+       y="10"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181286;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4499"
+       width="0.9999997"
+       height="0.9999997"
+       x="11"
+       y="9"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181285;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4896"
+       width="0.9999997"
+       height="0.9999997"
+       x="11"
+       y="7"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181285;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4898"
+       width="0.9999997"
+       height="0.9999997"
+       x="15"
+       y="11"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.39181285;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4902"
+       width="0.9999997"
+       height="0.9999997"
+       x="13"
+       y="11"
+       rx="15.550931"
+       ry="0.9999997" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.00021124;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.43274853"
+       id="rect5477"
+       width="5.8042245"
+       height="10.147432"
+       x="13.227617"
+       y="-1.9022574"
+       rx="2.902112"
+       ry="2.6009982"
+       transform="matrix(0.9772414,0.2121302,-0.2404696,0.9706567,0,0)" />
+  </g>
+</svg>

Added: trunk/grecord/icons/SOURCE/grecord32x32.svg
==============================================================================
--- (empty file)
+++ trunk/grecord/icons/SOURCE/grecord32x32.svg	Sun Apr  6 12:11:39 2008
@@ -0,0 +1,1034 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/";
+   xmlns:cc="http://web.resource.org/cc/";
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+   xmlns:svg="http://www.w3.org/2000/svg";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:xlink="http://www.w3.org/1999/xlink";
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
+   width="32px"
+   height="32px"
+   id="svg2288"
+   sodipodi:version="0.32"
+   inkscape:version="0.45.1"
+   sodipodi:docbase="/home/stephen/Inkscape/grecord"
+   sodipodi:docname="grecord07_32.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="/home/stephen/Inkscape/grecord/grecord07_32.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90">
+  <defs
+     id="defs2290">
+    <linearGradient
+       id="linearGradient5469">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop5471" />
+      <stop
+         style="stop-color:#c3c5c0;stop-opacity:1;"
+         offset="1"
+         id="stop5473" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5469"
+       id="radialGradient3873"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.5964704,-0.1598238,0.1325658,0.4947425,12.00785,12.808575)"
+       cx="34.5"
+       cy="14.4375"
+       fx="34.5"
+       fy="14.4375"
+       r="2.5625" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5455"
+       id="linearGradient3744"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.7183533,0,0,0.7256095,1.6733724,-1.1736973)"
+       x1="25.977476"
+       y1="21.924267"
+       x2="28.536854"
+       y2="32.442478" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5447"
+       id="linearGradient3742"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.7183533,0,0,0.7256095,0.9749376,-1.1736973)"
+       x1="26.949749"
+       y1="21.924267"
+       x2="29.509127"
+       y2="32.442478" />
+    <linearGradient
+       id="linearGradient5752">
+      <stop
+         id="stop5754"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop5756"
+         offset="1"
+         style="stop-color:#c0c4be;stop-opacity:0;" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5752"
+       id="radialGradient3748"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.5333069,-1.6337282e-3,3.1356644e-2,2.3793153,7.5971959,-13.334945)"
+       cx="24.686234"
+       cy="6.5401049"
+       fx="24.686234"
+       fy="6.5401049"
+       r="6.5021882" />
+    <linearGradient
+       id="linearGradient5455">
+      <stop
+         style="stop-color:#949791;stop-opacity:1;"
+         offset="0"
+         id="stop5457" />
+      <stop
+         style="stop-color:#555753;stop-opacity:1;"
+         offset="1"
+         id="stop5459" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5455"
+       id="linearGradient3857"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9872623,0,0,0.6508022,-6.6643528,1.0060459)"
+       x1="25.977476"
+       y1="21.924267"
+       x2="28.536854"
+       y2="32.442478" />
+    <linearGradient
+       id="linearGradient5447">
+      <stop
+         style="stop-color:#e4e5e3;stop-opacity:1;"
+         offset="0"
+         id="stop5449" />
+      <stop
+         style="stop-color:#afb4ab;stop-opacity:1;"
+         offset="1"
+         id="stop5451" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5447"
+       id="linearGradient3855"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9872623,0,0,0.6508022,-7.6242402,1.0060459)"
+       x1="26.949749"
+       y1="21.924267"
+       x2="29.509127"
+       y2="32.442478" />
+    <linearGradient
+       id="linearGradient5522">
+      <stop
+         style="stop-color:#aeafac;stop-opacity:1;"
+         offset="0"
+         id="stop5524" />
+      <stop
+         style="stop-color:#5e5f5b;stop-opacity:1;"
+         offset="1"
+         id="stop5526" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5522"
+       id="linearGradient3862"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.7452624,0,0,0.6829077,0.106403,-0.5540783)"
+       x1="26.537169"
+       y1="3.3460996"
+       x2="34.98727"
+       y2="18.000616" />
+    <linearGradient
+       id="linearGradient5488">
+      <stop
+         style="stop-color:#e2e4e1;stop-opacity:1;"
+         offset="0"
+         id="stop5490" />
+      <stop
+         style="stop-color:#8e968a;stop-opacity:1;"
+         offset="1"
+         id="stop5492" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5488"
+       id="linearGradient3860"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.7452624,0,0,0.6829077,0.106403,-0.5540783)"
+       x1="26.537169"
+       y1="3.3460996"
+       x2="35.839645"
+       y2="15.311663" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5766">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop5768" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop5770" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5766"
+       id="linearGradient3877"
+       gradientUnits="userSpaceOnUse"
+       x1="22.436493"
+       y1="44.087208"
+       x2="29.421417"
+       y2="25.139574" />
+    <linearGradient
+       id="linearGradient5784">
+      <stop
+         id="stop5786"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:0.30534351;" />
+      <stop
+         id="stop5788"
+         offset="1"
+         style="stop-color:#000000;stop-opacity:0;" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5784"
+       id="radialGradient3720"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.515901,0,17.93095)"
+       cx="28.416853"
+       cy="37.039845"
+       fx="28.416853"
+       fy="37.039845"
+       r="12.506951" />
+    <linearGradient
+       id="linearGradient4439">
+      <stop
+         style="stop-color:#7b7e77;stop-opacity:1;"
+         offset="0"
+         id="stop4441" />
+      <stop
+         style="stop-color:#383a37;stop-opacity:1;"
+         offset="1"
+         id="stop4443" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4439"
+       id="radialGradient3875"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.5345103,0,17.241667)"
+       cx="22.666853"
+       cy="34.233536"
+       fx="22.666853"
+       fy="34.233536"
+       r="13.006951" />
+    <linearGradient
+       id="linearGradient4459">
+      <stop
+         style="stop-color:#000000;stop-opacity:1;"
+         offset="0"
+         id="stop4461" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0;"
+         offset="1"
+         id="stop4463" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4459"
+       id="radialGradient3716"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.515901,0,17.93095)"
+       cx="28.416853"
+       cy="37.039845"
+       fx="28.416853"
+       fy="37.039845"
+       r="12.506951" />
+    <linearGradient
+       id="linearGradient6157">
+      <stop
+         style="stop-color:#555753;stop-opacity:0;"
+         offset="0"
+         id="stop6159" />
+      <stop
+         style="stop-color:#383a37;stop-opacity:1;"
+         offset="1"
+         id="stop6161" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6157"
+       id="linearGradient3869"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.7387532,0,0,0.5265117,-3.0144568,6.7990545)"
+       x1="5.6109127"
+       y1="44.187856"
+       x2="21.779291"
+       y2="43.312855" />
+    <linearGradient
+       id="linearGradient4107">
+      <stop
+         id="stop4109"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:0.51908398;" />
+      <stop
+         id="stop4111"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4107"
+       id="linearGradient4282"
+       gradientUnits="userSpaceOnUse"
+       x1="-3.596699"
+       y1="1.6868348"
+       x2="0.96647578"
+       y2="15.092172"
+       gradientTransform="matrix(0.6380616,0,0,0.6387648,8.0171316,10.922509)" />
+    <linearGradient
+       id="linearGradient4070">
+      <stop
+         style="stop-color:#f13737;stop-opacity:1;"
+         offset="0"
+         id="stop4072" />
+      <stop
+         style="stop-color:#e11010;stop-opacity:1;"
+         offset="1"
+         id="stop4074" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4070"
+       id="radialGradient5798"
+       gradientUnits="userSpaceOnUse"
+       cx="0.044194177"
+       cy="16.754717"
+       fx="0.044194177"
+       fy="16.754717"
+       r="10.443689" />
+    <linearGradient
+       id="linearGradient4121">
+      <stop
+         style="stop-color:#ef2929;stop-opacity:1;"
+         offset="0"
+         id="stop4123" />
+      <stop
+         style="stop-color:#ef2929;stop-opacity:0;"
+         offset="1"
+         id="stop4125" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4121"
+       id="radialGradient5796"
+       gradientUnits="userSpaceOnUse"
+       cx="0.044194177"
+       cy="11.097863"
+       fx="0.044194177"
+       fy="11.097863"
+       r="9.9436893" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.395604"
+     inkscape:cx="15.879001"
+     inkscape:cy="13.271683"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:grid-bbox="true"
+     inkscape:document-units="px"
+     inkscape:window-width="1280"
+     inkscape:window-height="943"
+     inkscape:window-x="0"
+     inkscape:window-y="47" />
+  <metadata
+     id="metadata2293">
+    <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>
+  <g
+     id="layer1"
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer">
+    <path
+       sodipodi:type="arc"
+       style="fill:url(#radialGradient5796);fill-opacity:1;stroke:none;stroke-width:0.77586204;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path4117"
+       sodipodi:cx="0.044194177"
+       sodipodi:cy="11.097863"
+       sodipodi:rx="9.9436893"
+       sodipodi:ry="9.9436893"
+       d="M 9.9878835 11.097863 A 9.9436893 9.9436893 0 1 1  -9.8994952,11.097863 A 9.9436893 9.9436893 0 1 1  9.9878835 11.097863 z"
+       transform="matrix(0.9050966,0,0,0.9050967,7.9599999,7.9553611)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:url(#radialGradient5798);fill-opacity:1;stroke:#cc0000;stroke-width:1.52979827;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path3099"
+       sodipodi:cx="0.044194177"
+       sodipodi:cy="11.097863"
+       sodipodi:rx="9.9436893"
+       sodipodi:ry="9.9436893"
+       d="M 9.9878835 11.097863 A 9.9436893 9.9436893 0 1 1  -9.8994952,11.097863 A 9.9436893 9.9436893 0 1 1  9.9878835 11.097863 z"
+       transform="matrix(0.6536809,0,0,0.6536809,7.9711111,10.745538)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.80794358;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.54385968"
+       id="path4078"
+       sodipodi:cx="0.044194177"
+       sodipodi:cy="11.097863"
+       sodipodi:rx="9.9436893"
+       sodipodi:ry="9.9436893"
+       d="M 9.9878835 11.097863 A 9.9436893 9.9436893 0 1 1  -9.8994952,11.097863 A 9.9436893 9.9436893 0 1 1  9.9878835 11.097863 z"
+       transform="matrix(0.5531146,0,0,0.5531146,7.9755557,11.86161)" />
+    <path
+       style="fill:url(#linearGradient4282);fill-opacity:1;stroke:none;stroke-width:1.119403;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.54385968"
+       d="M 10.767079,15.454686 C 8.6671612,15.847893 7.0296277,18.186445 4.9441883,18.820037 C 3.5567785,19.241557 2,18.658693 2,18.012922 C 2,14.693789 4.6908237,12 8.006303,12 C 9.6640425,12 11.165619,12.673447 12.252759,13.761786 C 12.79633,14.305956 13.236292,14.953848 13.54036,15.673143 C 13.054868,15.658468 12.525233,15.125475 10.767079,15.454686 z "
+       id="path4084"
+       sodipodi:nodetypes="csssscs" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:url(#linearGradient3869);stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 19.875081,29.496329 C 19.875081,29.496329 18.603711,30.887341 17.390912,31.282325 C 16.178113,31.677308 14.711322,31.790687 13.695356,30.664269 C 11.147737,27.839683 8.8809097,28.27747 9.7086309,29.240762 C 12.274892,32.227348 7.6260938,31.483966 1.4999999,31.483966"
+       id="path5942"
+       sodipodi:nodetypes="csssc" />
+    <path
+       sodipodi:type="arc"
+       style="fill:url(#radialGradient3716);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path4447"
+       sodipodi:cx="28.416853"
+       sodipodi:cy="37.039845"
+       sodipodi:rx="12.506951"
+       sodipodi:ry="6.4523492"
+       d="M 40.923804 37.039845 A 12.506951 6.4523492 0 1 1  15.909902,37.039845 A 12.506951 6.4523492 0 1 1  40.923804 37.039845 z"
+       transform="matrix(0.8795109,0,0,0.8524028,-3.9929325,-6.0728689)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:url(#radialGradient3875);fill-opacity:1;stroke:#2e3436;stroke-width:1.41158545;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path4435"
+       sodipodi:cx="28.416853"
+       sodipodi:cy="37.039845"
+       sodipodi:rx="12.506951"
+       sodipodi:ry="6.4523492"
+       d="M 40.923804 37.039845 A 12.506951 6.4523492 0 1 1  15.909902,37.039845 A 12.506951 6.4523492 0 1 1  40.923804 37.039845 z"
+       transform="matrix(0.7195998,0,0,0.6974204,5.1238301e-2,-0.832344)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:url(#radialGradient3720);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path5530"
+       sodipodi:cx="28.416853"
+       sodipodi:cy="37.039845"
+       sodipodi:rx="12.506951"
+       sodipodi:ry="6.4523492"
+       d="M 40.923804 37.039845 A 12.506951 6.4523492 0 1 1  15.909902,37.039845 A 12.506951 6.4523492 0 1 1  40.923804 37.039845 z"
+       transform="matrix(0.3551513,0,0,0.3180303,11.023997,12.494469)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:none;fill-opacity:1;stroke:url(#linearGradient3877);stroke-width:1.69767869;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.38011696"
+       id="path4437"
+       sodipodi:cx="28.416853"
+       sodipodi:cy="37.039845"
+       sodipodi:rx="12.506951"
+       sodipodi:ry="6.4523492"
+       d="M 40.923804 37.039845 A 12.506951 6.4523492 0 1 1  15.909902,37.039845 A 12.506951 6.4523492 0 1 1  40.923804 37.039845 z"
+       transform="matrix(0.6396442,0,0,0.5424382,2.3233229,4.9081739)" />
+    <rect
+       style="opacity:1;color:#000000;fill:#72746f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect2426"
+       width="2.9999993"
+       height="2"
+       x="19"
+       y="17"
+       rx="0"
+       ry="0" />
+    <rect
+       style="fill:url(#linearGradient3860);fill-opacity:1;stroke:url(#linearGradient3862);stroke-width:1.00023031;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect5463"
+       width="10.140838"
+       height="17.205854"
+       x="17.897902"
+       y="-3.8822961"
+       rx="5.0704188"
+       ry="4.4102163"
+       transform="matrix(0.9815117,0.1914021,-0.2210881,0.9752538,0,0)"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       style="color:#000000;fill:url(#linearGradient3855);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3857);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="M 21.499999,23.933355 C 21.499999,23.933355 21.499999,18.500004 21.499999,18.500004 L 19.525474,18.514082 C 19.525474,18.514082 19.468156,23.94435 19.525474,23.933355 C 19.626423,24.670165 21.268154,24.70738 21.499999,23.933355 z "
+       id="path5504"
+       sodipodi:nodetypes="ccccc" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5538"
+       width="0.99999994"
+       height="0.99999994"
+       x="22"
+       y="1"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4169"
+       width="0.99999994"
+       height="0.99999994"
+       x="21"
+       y="2"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4171"
+       width="0.99999994"
+       height="0.99999994"
+       x="23"
+       y="2"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4173"
+       width="0.99999994"
+       height="0.99999994"
+       x="19"
+       y="2"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4175"
+       width="0.99999994"
+       height="0.99999994"
+       x="18"
+       y="3"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4177"
+       width="0.99999994"
+       height="0.99999994"
+       x="20"
+       y="3"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4179"
+       width="0.99999994"
+       height="0.99999994"
+       x="22"
+       y="3"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4181"
+       width="0.99999994"
+       height="0.99999994"
+       x="24"
+       y="3"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4183"
+       width="0.99999994"
+       height="0.99999994"
+       x="26"
+       y="5"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4185"
+       width="0.99999994"
+       height="0.99999994"
+       x="25"
+       y="2"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4187"
+       width="0.99999994"
+       height="0.99999994"
+       x="25"
+       y="6"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4189"
+       width="0.99999994"
+       height="0.99999994"
+       x="25"
+       y="4"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4191"
+       width="0.99999994"
+       height="0.99999994"
+       x="23"
+       y="4"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4193"
+       width="0.99999994"
+       height="0.99999994"
+       x="21"
+       y="4"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4195"
+       width="0.99999994"
+       height="0.99999994"
+       x="19"
+       y="4"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4197"
+       width="0.99999994"
+       height="0.99999994"
+       x="18"
+       y="5"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4199"
+       width="0.99999994"
+       height="0.99999994"
+       x="20"
+       y="5"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4201"
+       width="0.99999994"
+       height="0.99999994"
+       x="22"
+       y="5"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4203"
+       width="0.99999994"
+       height="0.99999994"
+       x="24"
+       y="5"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4205"
+       width="0.99999994"
+       height="0.99999994"
+       x="23"
+       y="6"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4207"
+       width="0.99999994"
+       height="0.99999994"
+       x="21"
+       y="6"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4209"
+       width="0.99999994"
+       height="0.99999994"
+       x="19"
+       y="6"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4211"
+       width="0.99999994"
+       height="0.99999994"
+       x="18"
+       y="7"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4213"
+       width="0.99999994"
+       height="0.99999994"
+       x="20"
+       y="7"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4215"
+       width="0.99999994"
+       height="0.99999994"
+       x="22"
+       y="7"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4217"
+       width="0.99999994"
+       height="0.99999994"
+       x="21"
+       y="8"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4219"
+       width="0.99999994"
+       height="0.99999994"
+       x="22"
+       y="9"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4221"
+       width="0.99999994"
+       height="0.99999994"
+       x="19"
+       y="8"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4223"
+       width="0.99999994"
+       height="0.99999994"
+       x="18"
+       y="9"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4225"
+       width="0.99999994"
+       height="0.99999994"
+       x="17"
+       y="10"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4227"
+       width="0.99999994"
+       height="0.99999994"
+       x="18"
+       y="11"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4229"
+       width="0.99999994"
+       height="0.99999994"
+       x="19"
+       y="10"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4231"
+       width="0.99999994"
+       height="0.99999994"
+       x="20"
+       y="9"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4233"
+       width="0.99999994"
+       height="0.99999994"
+       x="21"
+       y="10"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4235"
+       width="0.99999994"
+       height="0.99999994"
+       x="20"
+       y="11"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4237"
+       width="0.99999994"
+       height="0.99999994"
+       x="19"
+       y="12"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4239"
+       width="0.99999994"
+       height="0.99999994"
+       x="18"
+       y="13"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4241"
+       width="0.99999994"
+       height="0.99999994"
+       x="17"
+       y="12"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4243"
+       width="0.99999994"
+       height="0.99999994"
+       x="21"
+       y="12"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4245"
+       width="0.99999994"
+       height="0.99999994"
+       x="22"
+       y="11"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4247"
+       width="0.99999994"
+       height="0.99999994"
+       x="23"
+       y="12"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4249"
+       width="0.99999994"
+       height="0.99999994"
+       x="22"
+       y="13"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4251"
+       width="0.99999994"
+       height="0.99999994"
+       x="23"
+       y="14"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4253"
+       width="0.99999994"
+       height="0.99999994"
+       x="21"
+       y="14"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4255"
+       width="0.99999994"
+       height="0.99999994"
+       x="22"
+       y="15"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4257"
+       width="0.99999994"
+       height="0.99999994"
+       x="21"
+       y="16"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4259"
+       width="0.99999994"
+       height="0.99999994"
+       x="20"
+       y="15"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4261"
+       width="0.99999994"
+       height="0.99999994"
+       x="19"
+       y="16"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4263"
+       width="0.99999994"
+       height="0.99999994"
+       x="20"
+       y="13"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4265"
+       width="0.99999994"
+       height="0.99999994"
+       x="19"
+       y="14"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4267"
+       width="0.99999994"
+       height="0.99999994"
+       x="18"
+       y="15"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4269"
+       width="0.99999994"
+       height="0.99999994"
+       x="17"
+       y="14"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4271"
+       width="0.99999994"
+       height="0.99999994"
+       x="16"
+       y="13"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4273"
+       width="0.99999994"
+       height="0.99999994"
+       x="17"
+       y="8"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4275"
+       width="0.99999994"
+       height="0.99999994"
+       x="16"
+       y="11"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4279"
+       width="0.99999994"
+       height="0.99999994"
+       x="17"
+       y="6"
+       rx="15.550935"
+       ry="0.99999994" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.00001407;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.43274853"
+       id="rect5477"
+       width="8.3108492"
+       height="15.180179"
+       x="18.837414"
+       y="-3.5928464"
+       rx="4.1554241"
+       ry="3.890995"
+       transform="matrix(0.9749955,0.2222247,-0.2296368,0.9732764,0,0)" />
+    <rect
+       style="fill:url(#radialGradient3748);fill-opacity:1;stroke:none;stroke-width:1.00001657;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect5746"
+       width="9.3049927"
+       height="16.173386"
+       x="18.286718"
+       y="-3.4819396"
+       rx="4.6524963"
+       ry="4.1455746"
+       transform="matrix(0.9805389,0.1963251,-0.2156016,0.9764814,0,0)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:none;fill-opacity:1;stroke:#555753;stroke-width:1.03125;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path5467"
+       sodipodi:cx="34.5"
+       sodipodi:cy="15.25"
+       sodipodi:rx="2.0625"
+       sodipodi:ry="2.0625"
+       d="M 36.5625 15.25 A 2.0625 2.0625 0 1 1  32.4375,15.25 A 2.0625 2.0625 0 1 1  36.5625 15.25 z"
+       transform="matrix(0.969697,0,0,0.969697,-7.9545456,-5.2878788)" />
+    <path
+       style="color:#000000;fill:url(#linearGradient3742);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3744);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="M 20.72853,18.518542 L 24.337935,19.323339 C 24.337935,19.323339 25.510252,19.6955 26.049177,19.359493 C 26.588102,19.023486 26.493635,17.979314 26.493635,17.979314 L 26.477762,10.002728 L 24.568523,9.9846518 L 24.536776,17.292619 C 24.536776,17.292619 23.77789,17.674812 23.579611,17.781554 C 22.992996,18.097354 20.72853,18.518542 20.72853,18.518542 z "
+       id="path4467"
+       sodipodi:nodetypes="cczccccsc" />
+    <path
+       sodipodi:type="arc"
+       style="fill:url(#radialGradient3873);fill-opacity:1;stroke:#959691;stroke-width:2.06249809;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path5776"
+       sodipodi:cx="34.5"
+       sodipodi:cy="15.25"
+       sodipodi:rx="2.0625"
+       sodipodi:ry="2.0625"
+       d="M 36.5625 15.25 A 2.0625 2.0625 0 1 1  32.4375,15.25 A 2.0625 2.0625 0 1 1  36.5625 15.25 z"
+       transform="matrix(0.4848488,0,0,0.4848487,8.7727143,2.1060571)" />
+  </g>
+</svg>

Added: trunk/grecord/icons/SOURCE/grecord48x48.svg
==============================================================================
--- (empty file)
+++ trunk/grecord/icons/SOURCE/grecord48x48.svg	Sun Apr  6 12:11:39 2008
@@ -0,0 +1,1457 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/";
+   xmlns:cc="http://web.resource.org/cc/";
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+   xmlns:svg="http://www.w3.org/2000/svg";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:xlink="http://www.w3.org/1999/xlink";
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
+   width="48px"
+   height="48px"
+   id="svg2424"
+   sodipodi:version="0.32"
+   inkscape:version="0.45.1"
+   sodipodi:docbase="/home/stephen/Inkscape/grecord"
+   sodipodi:docname="grecord07_48.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="/home/stephen/Inkscape/grecord/grecord07_48.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90">
+  <defs
+     id="defs2426">
+    <linearGradient
+       id="linearGradient5469">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop5471" />
+      <stop
+         style="stop-color:#c3c5c0;stop-opacity:1;"
+         offset="1"
+         id="stop5473" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5469"
+       id="radialGradient5940"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.5964704,-0.1598238,0.1325658,0.4947425,12.00785,12.808575)"
+       cx="34.5"
+       cy="14.4375"
+       fx="34.5"
+       fy="14.4375"
+       r="2.5625" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5455"
+       id="linearGradient6033"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0038656,0,0,1,4.8059303,1.9793218e-6)"
+       x1="25.977476"
+       y1="21.924267"
+       x2="28.536854"
+       y2="32.442478" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5447"
+       id="linearGradient6031"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0038656,0,0,1,3.8298999,1.9651021e-6)"
+       x1="26.949749"
+       y1="21.924267"
+       x2="29.509127"
+       y2="32.442478" />
+    <linearGradient
+       id="linearGradient5752">
+      <stop
+         id="stop5754"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop5756"
+         offset="1"
+         style="stop-color:#c0c4be;stop-opacity:0;" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5752"
+       id="radialGradient6037"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.7301737,-2.4406872e-3,4.2931752e-2,3.5545476,13.620219,-20.11768)"
+       cx="24.686234"
+       cy="6.5401049"
+       fx="24.686234"
+       fy="6.5401049"
+       r="6.5021882" />
+    <linearGradient
+       id="linearGradient5455">
+      <stop
+         style="stop-color:#949791;stop-opacity:1;"
+         offset="0"
+         id="stop5457" />
+      <stop
+         style="stop-color:#555753;stop-opacity:1;"
+         offset="1"
+         id="stop5459" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5455"
+       id="linearGradient6146"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9872626,0,0,0.9762032,4.3356404,1.259064)"
+       x1="25.977476"
+       y1="21.924267"
+       x2="28.536854"
+       y2="32.442478" />
+    <linearGradient
+       id="linearGradient5447">
+      <stop
+         style="stop-color:#e4e5e3;stop-opacity:1;"
+         offset="0"
+         id="stop5449" />
+      <stop
+         style="stop-color:#afb4ab;stop-opacity:1;"
+         offset="1"
+         id="stop5451" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5447"
+       id="linearGradient6144"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9872626,0,0,0.9762032,3.3757526,1.2590639)"
+       x1="26.949749"
+       y1="21.924267"
+       x2="29.509127"
+       y2="32.442478" />
+    <linearGradient
+       id="linearGradient5522">
+      <stop
+         style="stop-color:#aeafac;stop-opacity:1;"
+         offset="0"
+         id="stop5524" />
+      <stop
+         style="stop-color:#5e5f5b;stop-opacity:1;"
+         offset="1"
+         id="stop5526" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5522"
+       id="linearGradient6151"
+       gradientUnits="userSpaceOnUse"
+       x1="26.537169"
+       y1="3.3460996"
+       x2="34.98727"
+       y2="18.000616"
+       gradientTransform="matrix(0.9976158,0,0,0.9998986,4.0513933,-0.869711)" />
+    <linearGradient
+       id="linearGradient5488">
+      <stop
+         style="stop-color:#e2e4e1;stop-opacity:1;"
+         offset="0"
+         id="stop5490" />
+      <stop
+         style="stop-color:#8e968a;stop-opacity:1;"
+         offset="1"
+         id="stop5492" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5488"
+       id="linearGradient6149"
+       gradientUnits="userSpaceOnUse"
+       x1="26.537169"
+       y1="3.3460996"
+       x2="35.839645"
+       y2="15.311663"
+       gradientTransform="matrix(0.9976158,0,0,0.9998986,4.0513933,-0.869711)" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5766">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop5768" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop5770" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5766"
+       id="linearGradient5924"
+       gradientUnits="userSpaceOnUse"
+       x1="22.436493"
+       y1="44.087208"
+       x2="29.421417"
+       y2="25.139574" />
+    <linearGradient
+       id="linearGradient5784">
+      <stop
+         id="stop5786"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:0.30534351;" />
+      <stop
+         id="stop5788"
+         offset="1"
+         style="stop-color:#000000;stop-opacity:0;" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5784"
+       id="radialGradient5922"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.515901,0,17.93095)"
+       cx="28.416853"
+       cy="37.039845"
+       fx="28.416853"
+       fy="37.039845"
+       r="12.506951" />
+    <linearGradient
+       id="linearGradient4439">
+      <stop
+         style="stop-color:#7b7e77;stop-opacity:1;"
+         offset="0"
+         id="stop4441" />
+      <stop
+         style="stop-color:#383a37;stop-opacity:1;"
+         offset="1"
+         id="stop4443" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4439"
+       id="radialGradient5920"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.5345103,0,17.241667)"
+       cx="22.666853"
+       cy="34.233536"
+       fx="22.666853"
+       fy="34.233536"
+       r="13.006951" />
+    <linearGradient
+       id="linearGradient4459">
+      <stop
+         style="stop-color:#000000;stop-opacity:0.62595421;"
+         offset="0"
+         id="stop4461" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0;"
+         offset="1"
+         id="stop4463" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4459"
+       id="radialGradient5918"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.515901,0,17.93095)"
+       cx="28.416853"
+       cy="37.039845"
+       fx="28.416853"
+       fy="37.039845"
+       r="12.506951" />
+    <linearGradient
+       id="linearGradient6157">
+      <stop
+         style="stop-color:#555753;stop-opacity:0;"
+         offset="0"
+         id="stop6159" />
+      <stop
+         style="stop-color:#383a37;stop-opacity:1;"
+         offset="1"
+         id="stop6161" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6157"
+       id="linearGradient6163"
+       x1="5.6109127"
+       y1="44.187856"
+       x2="21.779291"
+       y2="43.312855"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0193949,0,0,0.8822347,-0.7294334,5.1374097)" />
+    <linearGradient
+       id="linearGradient4107">
+      <stop
+         id="stop4109"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:0.51908398;" />
+      <stop
+         id="stop4111"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4070">
+      <stop
+         style="stop-color:#f13737;stop-opacity:1;"
+         offset="0"
+         id="stop4072" />
+      <stop
+         style="stop-color:#e11010;stop-opacity:1;"
+         offset="1"
+         id="stop4074" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4121">
+      <stop
+         style="stop-color:#ef2929;stop-opacity:1;"
+         offset="0"
+         id="stop4123" />
+      <stop
+         style="stop-color:#ef2929;stop-opacity:0;"
+         offset="1"
+         id="stop4125" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4107"
+       id="linearGradient4570"
+       gradientUnits="userSpaceOnUse"
+       x1="-3.596699"
+       y1="1.6868348"
+       x2="0.96647578"
+       y2="15.092172"
+       gradientTransform="matrix(1.00627,0,0,1.0088149,14.48946,17.298296)" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4070"
+       id="radialGradient4575"
+       gradientUnits="userSpaceOnUse"
+       cx="0.044194177"
+       cy="16.754717"
+       fx="0.044194177"
+       fy="16.754717"
+       r="10.443689" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4121"
+       id="radialGradient4577"
+       gradientUnits="userSpaceOnUse"
+       cx="0.044194177"
+       cy="11.097863"
+       fx="0.044194177"
+       fy="11.097863"
+       r="9.9436893" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="28"
+     inkscape:cx="19.456938"
+     inkscape:cy="13.168692"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:grid-bbox="true"
+     inkscape:document-units="px"
+     inkscape:window-width="1280"
+     inkscape:window-height="943"
+     inkscape:window-x="0"
+     inkscape:window-y="47" />
+  <metadata
+     id="metadata2429">
+    <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>
+  <g
+     id="layer1"
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer">
+    <rect
+       style="opacity:1;color:#000000;fill:#747671;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect2628"
+       width="3"
+       height="2"
+       x="30"
+       y="26"
+       rx="0"
+       ry="0" />
+    <path
+       sodipodi:type="arc"
+       style="fill:url(#radialGradient4577);fill-opacity:1;stroke:none;stroke-width:0.77586204;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path4117"
+       sodipodi:cx="0.044194177"
+       sodipodi:cy="11.097863"
+       sodipodi:rx="9.9436893"
+       sodipodi:ry="9.9436893"
+       d="M 9.9878835 11.097863 A 9.9436893 9.9436893 0 1 1  -9.8994952,11.097863 A 9.9436893 9.9436893 0 1 1  9.9878835 11.097863 z"
+       transform="matrix(1.357645,0,0,1.357645,14.44,13.433041)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:url(#radialGradient4575);fill-opacity:1;stroke:#cc0000;stroke-width:0.99436897;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path3099"
+       sodipodi:cx="0.044194177"
+       sodipodi:cy="11.097863"
+       sodipodi:rx="9.9436893"
+       sodipodi:ry="9.9436893"
+       d="M 9.9878835 11.097863 A 9.9436893 9.9436893 0 1 1  -9.8994952,11.097863 A 9.9436893 9.9436893 0 1 1  9.9878835 11.097863 z"
+       transform="matrix(1.0056629,0,0,1.005663,14.455556,17.33929)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.10485435;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.54385968"
+       id="path4078"
+       sodipodi:cx="0.044194177"
+       sodipodi:cy="11.097863"
+       sodipodi:rx="9.9436893"
+       sodipodi:ry="9.9436893"
+       d="M 9.9878835 11.097863 A 9.9436893 9.9436893 0 1 1  -9.8994952,11.097863 A 9.9436893 9.9436893 0 1 1  9.9878835 11.097863 z"
+       transform="matrix(0.9050967,0,0,0.9050967,14.46,18.455361)" />
+    <path
+       style="fill:url(#linearGradient4570);fill-opacity:1;stroke:none;stroke-width:1.119403;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.54385968"
+       d="M 18.82633,24.456059 C 15.514603,25.077059 12.932095,28.770384 9.643202,29.771031 C 7.4551544,30.436746 5,29.516216 5,28.496337 C 5,23.254359 9.2436275,19 14.472383,19 C 17.08676,19 19.454858,20.063589 21.169356,21.782426 C 22.026608,22.641845 22.720458,23.665076 23.2,24.801074 C 22.434341,24.777896 21.599067,23.936128 18.82633,24.456059 z "
+       id="path4084"
+       sodipodi:nodetypes="csssscs" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:url(#linearGradient6163);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 29.499999,43.468744 C 29.499999,43.468744 28.176953,44.602449 26.503429,45.264293 C 24.829905,45.926135 22.8059,46.116115 21.403984,44.228665 C 17.888562,39.495724 15.626672,42.039559 16.849328,43.564247 C 19.554561,46.937751 14.223026,46.499998 5.4999999,46.499998"
+       id="path5942"
+       sodipodi:nodetypes="csssc" />
+    <path
+       sodipodi:type="arc"
+       style="fill:url(#radialGradient5918);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path4447"
+       sodipodi:cx="28.416853"
+       sodipodi:cy="37.039845"
+       sodipodi:rx="12.506951"
+       sodipodi:ry="6.4523492"
+       d="M 40.923804 37.039845 A 12.506951 6.4523492 0 1 1  15.909902,37.039845 A 12.506951 6.4523492 0 1 1  40.923804 37.039845 z"
+       transform="matrix(1.2792886,0,0,1.2398585,-4.3533563,-7.9241652)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:url(#radialGradient5920);fill-opacity:1;stroke:#2e3436;stroke-width:1.01715565;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path4435"
+       sodipodi:cx="28.416853"
+       sodipodi:cy="37.039845"
+       sodipodi:rx="12.506951"
+       sodipodi:ry="6.4523492"
+       d="M 40.923804 37.039845 A 12.506951 6.4523492 0 1 1  15.909902,37.039845 A 12.506951 6.4523492 0 1 1  40.923804 37.039845 z"
+       transform="matrix(0.9594665,0,0,1.007385,4.2349825,-0.3133832)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:url(#radialGradient5922);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path5530"
+       sodipodi:cx="28.416853"
+       sodipodi:cy="37.039845"
+       sodipodi:rx="12.506951"
+       sodipodi:ry="6.4523492"
+       d="M 40.923804 37.039845 A 12.506951 6.4523492 0 1 1  15.909902,37.039845 A 12.506951 6.4523492 0 1 1  40.923804 37.039845 z"
+       transform="matrix(0.4772346,0,0,0.4579637,18.469745,18.992037)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:none;fill-opacity:1;stroke:url(#linearGradient5924);stroke-width:1.15493345;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.38011696"
+       id="path4437"
+       sodipodi:cx="28.416853"
+       sodipodi:cy="37.039845"
+       sodipodi:rx="12.506951"
+       sodipodi:ry="6.4523492"
+       d="M 40.923804 37.039845 A 12.506951 6.4523492 0 1 1  15.909902,37.039845 A 12.506951 6.4523492 0 1 1  40.923804 37.039845 z"
+       transform="matrix(0.8795109,0,0,0.8524027,6.5070684,5.4271355)" />
+    <rect
+       style="fill:url(#linearGradient6149);fill-opacity:1;stroke:url(#linearGradient6151);stroke-width:1.00002098;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect5463"
+       width="13.574626"
+       height="25.192438"
+       x="27.867273"
+       y="-5.7428155"
+       rx="6.787313"
+       ry="6.4573441"
+       transform="matrix(0.9776427,0.2102732,-0.2013309,0.9795233,0,0)"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       style="color:#000000;fill:url(#linearGradient6144);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient6146);stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="M 32.500001,35.650027 C 32.500001,35.650027 32.500001,27.5 32.500001,27.5 L 30.525476,27.521116 C 30.525476,27.521116 30.468157,35.666518 30.525476,35.650027 C 30.626425,36.755241 32.268157,36.811064 32.500001,35.650027 z "
+       id="path5504"
+       sodipodi:nodetypes="ccccc" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5538"
+       width="0.99999994"
+       height="0.99999994"
+       x="33"
+       y="2.9999995"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5540"
+       width="0.99999994"
+       height="0.99999994"
+       x="32"
+       y="3.9999995"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5542"
+       width="0.99999994"
+       height="0.99999994"
+       x="33"
+       y="4.9999995"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5544"
+       width="0.99999994"
+       height="0.99999994"
+       x="34"
+       y="3.9999995"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5546"
+       width="0.99999994"
+       height="0.99999994"
+       x="35"
+       y="4.9999995"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5548"
+       width="0.99999994"
+       height="0.99999994"
+       x="36"
+       y="3.9999995"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5550"
+       width="0.99999994"
+       height="0.99999994"
+       x="30"
+       y="3.9999995"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5552"
+       width="0.99999994"
+       height="0.99999994"
+       x="31"
+       y="4.9999995"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5554"
+       width="0.99999994"
+       height="0.99999994"
+       x="29"
+       y="4.9999995"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5556"
+       width="0.99999994"
+       height="0.99999994"
+       x="30"
+       y="5.9999995"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5558"
+       width="0.99999994"
+       height="0.99999994"
+       x="32"
+       y="5.9999995"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5560"
+       width="0.99999994"
+       height="0.99999994"
+       x="34"
+       y="5.9999995"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5562"
+       width="0.99999994"
+       height="0.99999994"
+       x="36"
+       y="5.9999995"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5564"
+       width="0.99999994"
+       height="0.99999994"
+       x="37"
+       y="6.9999995"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5566"
+       width="0.99999994"
+       height="0.99999994"
+       x="38"
+       y="5.9999995"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5568"
+       width="0.99999994"
+       height="0.99999994"
+       x="29"
+       y="6.9999995"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5570"
+       width="0.99999994"
+       height="0.99999994"
+       x="28"
+       y="7.9999995"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5572"
+       width="0.99999994"
+       height="0.99999994"
+       x="30"
+       y="7.9999995"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5574"
+       width="0.99999994"
+       height="0.99999994"
+       x="31"
+       y="6.9999995"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5576"
+       width="0.99999994"
+       height="0.99999994"
+       x="33"
+       y="6.9999995"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5578"
+       width="0.99999994"
+       height="0.99999994"
+       x="35"
+       y="6.9999995"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5580"
+       width="0.99999994"
+       height="0.99999994"
+       x="32"
+       y="7.9999995"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5582"
+       width="0.99999994"
+       height="0.99999994"
+       x="34"
+       y="7.9999995"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5584"
+       width="0.99999994"
+       height="0.99999994"
+       x="36"
+       y="7.9999995"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5586"
+       width="0.99999994"
+       height="0.99999994"
+       x="38"
+       y="7.9999995"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5588"
+       width="0.99999994"
+       height="0.99999994"
+       x="38"
+       y="10"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5590"
+       width="0.99999994"
+       height="0.99999994"
+       x="37"
+       y="11"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5592"
+       width="0.99999994"
+       height="0.99999994"
+       x="36"
+       y="12"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5594"
+       width="0.99999994"
+       height="0.99999994"
+       x="35"
+       y="13"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5596"
+       width="0.99999994"
+       height="0.99999994"
+       x="36"
+       y="10"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5598"
+       width="0.99999994"
+       height="0.99999994"
+       x="35"
+       y="11"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5600"
+       width="0.99999994"
+       height="0.99999994"
+       x="34"
+       y="12"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5602"
+       width="0.99999994"
+       height="0.99999994"
+       x="33"
+       y="13"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5604"
+       width="0.99999994"
+       height="0.99999994"
+       x="34"
+       y="10"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5606"
+       width="0.99999994"
+       height="0.99999994"
+       x="33"
+       y="11"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5608"
+       width="0.99999994"
+       height="0.99999994"
+       x="32"
+       y="12"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5610"
+       width="0.99999994"
+       height="0.99999994"
+       x="31"
+       y="13"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5612"
+       width="0.99999994"
+       height="0.99999994"
+       x="32"
+       y="10"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5614"
+       width="0.99999994"
+       height="0.99999994"
+       x="31"
+       y="11"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5616"
+       width="0.99999994"
+       height="0.99999994"
+       x="30"
+       y="12"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5618"
+       width="0.99999994"
+       height="0.99999994"
+       x="29"
+       y="13"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5620"
+       width="0.99999994"
+       height="0.99999994"
+       x="30"
+       y="10"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5622"
+       width="0.99999994"
+       height="0.99999994"
+       x="29"
+       y="11"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5624"
+       width="0.99999994"
+       height="0.99999994"
+       x="28"
+       y="12"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5626"
+       width="0.99999994"
+       height="0.99999994"
+       x="27"
+       y="13"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5628"
+       width="0.99999994"
+       height="0.99999994"
+       x="30"
+       y="14"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5630"
+       width="0.99999994"
+       height="0.99999994"
+       x="29"
+       y="15"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5632"
+       width="0.99999994"
+       height="0.99999994"
+       x="28"
+       y="16"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5634"
+       width="0.99999994"
+       height="0.99999994"
+       x="27"
+       y="17"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5636"
+       width="0.99999994"
+       height="0.99999994"
+       x="32"
+       y="14"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5638"
+       width="0.99999994"
+       height="0.99999994"
+       x="31"
+       y="15"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5640"
+       width="0.99999994"
+       height="0.99999994"
+       x="30"
+       y="16"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5642"
+       width="0.99999994"
+       height="0.99999994"
+       x="29"
+       y="17"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5644"
+       width="0.99999994"
+       height="0.99999994"
+       x="34"
+       y="14"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5646"
+       width="0.99999994"
+       height="0.99999994"
+       x="33"
+       y="15"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5648"
+       width="0.99999994"
+       height="0.99999994"
+       x="32"
+       y="16"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5650"
+       width="0.99999994"
+       height="0.99999994"
+       x="31"
+       y="17"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5652"
+       width="0.99999994"
+       height="0.99999994"
+       x="35"
+       y="15"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5654"
+       width="0.99999994"
+       height="0.99999994"
+       x="34"
+       y="16"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5656"
+       width="0.99999994"
+       height="0.99999994"
+       x="33"
+       y="17"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5658"
+       width="0.99999994"
+       height="0.99999994"
+       x="32"
+       y="18"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5660"
+       width="0.99999994"
+       height="0.99999994"
+       x="35"
+       y="17"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5662"
+       width="0.99999994"
+       height="0.99999994"
+       x="34"
+       y="18"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5664"
+       width="0.99999994"
+       height="0.99999994"
+       x="33"
+       y="19"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5666"
+       width="0.99999994"
+       height="0.99999994"
+       x="32"
+       y="20"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5668"
+       width="0.99999994"
+       height="0.99999994"
+       x="36"
+       y="18"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5670"
+       width="0.99999994"
+       height="0.99999994"
+       x="35"
+       y="19"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5672"
+       width="0.99999994"
+       height="0.99999994"
+       x="34"
+       y="20"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5674"
+       width="0.99999994"
+       height="0.99999994"
+       x="33"
+       y="21"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5676"
+       width="0.99999994"
+       height="0.99999994"
+       x="36"
+       y="20"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5678"
+       width="0.99999994"
+       height="0.99999994"
+       x="35"
+       y="21"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5680"
+       width="0.99999994"
+       height="0.99999994"
+       x="34"
+       y="22"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5682"
+       width="0.99999994"
+       height="0.99999994"
+       x="33"
+       y="23"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5684"
+       width="0.99999994"
+       height="0.99999994"
+       x="30"
+       y="18"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5686"
+       width="0.99999994"
+       height="0.99999994"
+       x="29"
+       y="19"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5688"
+       width="0.99999994"
+       height="0.99999994"
+       x="28"
+       y="20"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5690"
+       width="0.99999994"
+       height="0.99999994"
+       x="27"
+       y="21"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5692"
+       width="0.99999994"
+       height="0.99999994"
+       x="31"
+       y="19"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5694"
+       width="0.99999994"
+       height="0.99999994"
+       x="30"
+       y="20"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5696"
+       width="0.99999994"
+       height="0.99999994"
+       x="29"
+       y="21"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5698"
+       width="0.99999994"
+       height="0.99999994"
+       x="28"
+       y="22"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5700"
+       width="0.99999994"
+       height="0.99999994"
+       x="28"
+       y="14"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5702"
+       width="0.99999994"
+       height="0.99999994"
+       x="27"
+       y="15"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5704"
+       width="0.99999994"
+       height="0.99999994"
+       x="26"
+       y="16"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5706"
+       width="0.99999994"
+       height="0.99999994"
+       x="28"
+       y="18"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5708"
+       width="0.99999994"
+       height="0.99999994"
+       x="27"
+       y="19"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5710"
+       width="0.99999994"
+       height="0.99999994"
+       x="26"
+       y="20"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5712"
+       width="0.99999994"
+       height="0.99999994"
+       x="31"
+       y="21"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5714"
+       width="0.99999994"
+       height="0.99999994"
+       x="30"
+       y="22"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5716"
+       width="0.99999994"
+       height="0.99999994"
+       x="29"
+       y="23"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5718"
+       width="0.99999994"
+       height="0.99999994"
+       x="32"
+       y="22"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5720"
+       width="0.99999994"
+       height="0.99999994"
+       x="31"
+       y="23"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5722"
+       width="0.99999994"
+       height="0.99999994"
+       x="30"
+       y="24"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5724"
+       width="0.99999994"
+       height="0.99999994"
+       x="27"
+       y="23"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5726"
+       width="0.99999994"
+       height="0.99999994"
+       x="26"
+       y="18"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5728"
+       width="0.99999994"
+       height="0.99999994"
+       x="32"
+       y="24"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5730"
+       width="0.99999994"
+       height="0.99999994"
+       x="28"
+       y="10"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5732"
+       width="0.99999994"
+       height="0.99999994"
+       x="29"
+       y="9"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5734"
+       width="0.99999994"
+       height="0.99999994"
+       x="31"
+       y="9"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5736"
+       width="0.99999994"
+       height="0.99999994"
+       x="33"
+       y="9"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5738"
+       width="0.99999994"
+       height="0.99999994"
+       x="35"
+       y="9"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5740"
+       width="0.99999994"
+       height="0.99999994"
+       x="37"
+       y="9"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5742"
+       width="0.99999994"
+       height="0.99999994"
+       x="37"
+       y="4.9999995"
+       rx="15.550936"
+       ry="0.99999994" />
+    <rect
+       style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.00026321;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.43274853"
+       id="rect5477"
+       width="11.692376"
+       height="23.173956"
+       x="28.891558"
+       y="-5.8722486"
+       rx="5.8461876"
+       ry="5.9399657"
+       transform="matrix(0.9702267,0.2421986,-0.2105941,0.9775736,0,0)" />
+    <rect
+       style="fill:url(#radialGradient6037);fill-opacity:1;stroke:none;stroke-width:1.00001657;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect5746"
+       width="12.739871"
+       height="24.162027"
+       x="28.255711"
+       y="-5.3979106"
+       rx="6.3699355"
+       ry="6.1932278"
+       transform="matrix(0.9765945,0.2150889,-0.1967971,0.9804442,0,0)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:none;fill-opacity:1;stroke:#555753;stroke-width:1.03125012;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path5467"
+       sodipodi:cx="34.5"
+       sodipodi:cy="15.25"
+       sodipodi:rx="2.0625"
+       sodipodi:ry="2.0625"
+       d="M 36.5625 15.25 A 2.0625 2.0625 0 1 1  32.4375,15.25 A 2.0625 2.0625 0 1 1  36.5625 15.25 z"
+       transform="matrix(0.9696967,0,0,0.969697,5.0454631,0.7121212)" />
+    <path
+       style="color:#000000;fill:url(#linearGradient6031);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient6033);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="M 33.130227,27.13061 L 36.478611,28.248027 C 36.478611,28.248027 38.11687,28.760921 38.869994,28.297853 C 39.623118,27.834785 39.491104,26.395756 39.491104,26.395756 L 39.468922,16.431586 L 37.487233,15.699391 L 37.442868,26.408338 C 37.442868,26.408338 35.896167,25.973344 35.868675,25.997377 C 35.171973,26.606411 33.130227,27.13061 33.130227,27.13061 z "
+       id="path4467"
+       sodipodi:nodetypes="cczccccsc" />
+    <path
+       sodipodi:type="arc"
+       style="fill:url(#radialGradient5940);fill-opacity:1;stroke:#959691;stroke-width:1.85422385;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path5776"
+       sodipodi:cx="34.5"
+       sodipodi:cy="15.25"
+       sodipodi:rx="2.0625"
+       sodipodi:ry="2.0625"
+       d="M 36.5625 15.25 A 2.0625 2.0625 0 1 1  32.4375,15.25 A 2.0625 2.0625 0 1 1  36.5625 15.25 z"
+       transform="matrix(0.5393091,0,0,0.5393091,19.90616,7.3264334)" />
+  </g>
+</svg>

Added: trunk/grecord/icons/scalable/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/grecord/icons/scalable/Makefile.am	Sun Apr  6 12:11:39 2008
@@ -0,0 +1,4 @@
+icondir = $(datadir)/icons/hicolor/scalable/apps
+icon_DATA = gnome-grecord.svg
+
+EXTRA_DIST = $(icon_DATA)

Added: trunk/grecord/icons/scalable/gnome-grecord.svg
==============================================================================
--- (empty file)
+++ trunk/grecord/icons/scalable/gnome-grecord.svg	Sun Apr  6 12:11:39 2008
@@ -0,0 +1,1346 @@
+<?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";
+   version="1.0"
+   width="48"
+   height="48"
+   id="svg2424">
+  <defs
+     id="defs2426">
+    <linearGradient
+       id="linearGradient5469">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop5471" />
+      <stop
+         style="stop-color:#c3c5c0;stop-opacity:1"
+         offset="1"
+         id="stop5473" />
+    </linearGradient>
+    <radialGradient
+       cx="34.5"
+       cy="14.4375"
+       r="2.5625"
+       fx="34.5"
+       fy="14.4375"
+       id="radialGradient5940"
+       xlink:href="#linearGradient5469"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.5964704,-0.1598238,0.1325658,0.4947425,12.00785,12.808575)" />
+    <linearGradient
+       x1="25.977476"
+       y1="21.924267"
+       x2="28.536854"
+       y2="32.442478"
+       id="linearGradient6033"
+       xlink:href="#linearGradient5455"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0038656,0,0,1,4.8059303,1.9793218e-6)" />
+    <linearGradient
+       x1="26.949749"
+       y1="21.924267"
+       x2="29.509127"
+       y2="32.442478"
+       id="linearGradient6031"
+       xlink:href="#linearGradient5447"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0038656,0,0,1,3.8298999,1.9651021e-6)" />
+    <linearGradient
+       id="linearGradient5752">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop5754" />
+      <stop
+         style="stop-color:#c0c4be;stop-opacity:0"
+         offset="1"
+         id="stop5756" />
+    </linearGradient>
+    <radialGradient
+       cx="24.686234"
+       cy="6.5401049"
+       r="6.5021882"
+       fx="24.686234"
+       fy="6.5401049"
+       id="radialGradient6037"
+       xlink:href="#linearGradient5752"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.7301737,-2.4406872e-3,4.2931752e-2,3.5545476,13.620219,-20.11768)" />
+    <linearGradient
+       id="linearGradient5455">
+      <stop
+         style="stop-color:#949791;stop-opacity:1"
+         offset="0"
+         id="stop5457" />
+      <stop
+         style="stop-color:#555753;stop-opacity:1"
+         offset="1"
+         id="stop5459" />
+    </linearGradient>
+    <linearGradient
+       x1="25.977476"
+       y1="21.924267"
+       x2="28.536854"
+       y2="32.442478"
+       id="linearGradient6146"
+       xlink:href="#linearGradient5455"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9872626,0,0,0.9762032,4.3356404,1.259064)" />
+    <linearGradient
+       id="linearGradient5447">
+      <stop
+         style="stop-color:#e4e5e3;stop-opacity:1"
+         offset="0"
+         id="stop5449" />
+      <stop
+         style="stop-color:#afb4ab;stop-opacity:1"
+         offset="1"
+         id="stop5451" />
+    </linearGradient>
+    <linearGradient
+       x1="26.949749"
+       y1="21.924267"
+       x2="29.509127"
+       y2="32.442478"
+       id="linearGradient6144"
+       xlink:href="#linearGradient5447"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9872626,0,0,0.9762032,3.3757526,1.2590639)" />
+    <linearGradient
+       id="linearGradient5522">
+      <stop
+         style="stop-color:#aeafac;stop-opacity:1"
+         offset="0"
+         id="stop5524" />
+      <stop
+         style="stop-color:#5e5f5b;stop-opacity:1"
+         offset="1"
+         id="stop5526" />
+    </linearGradient>
+    <linearGradient
+       x1="26.537169"
+       y1="3.3460996"
+       x2="34.98727"
+       y2="18.000616"
+       id="linearGradient6151"
+       xlink:href="#linearGradient5522"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9976158,0,0,0.9998986,4.0513933,-0.869711)" />
+    <linearGradient
+       id="linearGradient5488">
+      <stop
+         style="stop-color:#e2e4e1;stop-opacity:1"
+         offset="0"
+         id="stop5490" />
+      <stop
+         style="stop-color:#8e968a;stop-opacity:1"
+         offset="1"
+         id="stop5492" />
+    </linearGradient>
+    <linearGradient
+       x1="26.537169"
+       y1="3.3460996"
+       x2="35.839645"
+       y2="15.311663"
+       id="linearGradient6149"
+       xlink:href="#linearGradient5488"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9976158,0,0,0.9998986,4.0513933,-0.869711)" />
+    <linearGradient
+       id="linearGradient5766">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop5768" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1"
+         id="stop5770" />
+    </linearGradient>
+    <linearGradient
+       x1="22.436493"
+       y1="44.087208"
+       x2="29.421417"
+       y2="25.139574"
+       id="linearGradient5924"
+       xlink:href="#linearGradient5766"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient5784">
+      <stop
+         style="stop-color:#000000;stop-opacity:0.30534351"
+         offset="0"
+         id="stop5786" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1"
+         id="stop5788" />
+    </linearGradient>
+    <radialGradient
+       cx="28.416853"
+       cy="37.039845"
+       r="12.506951"
+       fx="28.416853"
+       fy="37.039845"
+       id="radialGradient5922"
+       xlink:href="#linearGradient5784"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.515901,0,17.93095)" />
+    <linearGradient
+       id="linearGradient4439">
+      <stop
+         style="stop-color:#7b7e77;stop-opacity:1"
+         offset="0"
+         id="stop4441" />
+      <stop
+         style="stop-color:#383a37;stop-opacity:1"
+         offset="1"
+         id="stop4443" />
+    </linearGradient>
+    <radialGradient
+       cx="22.666853"
+       cy="34.233536"
+       r="13.006951"
+       fx="22.666853"
+       fy="34.233536"
+       id="radialGradient5920"
+       xlink:href="#linearGradient4439"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.5345103,0,17.241667)" />
+    <linearGradient
+       id="linearGradient4459">
+      <stop
+         style="stop-color:#000000;stop-opacity:0.62595421"
+         offset="0"
+         id="stop4461" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1"
+         id="stop4463" />
+    </linearGradient>
+    <radialGradient
+       cx="28.416853"
+       cy="37.039845"
+       r="12.506951"
+       fx="28.416853"
+       fy="37.039845"
+       id="radialGradient5918"
+       xlink:href="#linearGradient4459"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.515901,0,17.93095)" />
+    <linearGradient
+       id="linearGradient6157">
+      <stop
+         style="stop-color:#555753;stop-opacity:0"
+         offset="0"
+         id="stop6159" />
+      <stop
+         style="stop-color:#383a37;stop-opacity:1"
+         offset="1"
+         id="stop6161" />
+    </linearGradient>
+    <linearGradient
+       x1="5.6109128"
+       y1="44.187855"
+       x2="21.779291"
+       y2="43.312855"
+       id="linearGradient6163"
+       xlink:href="#linearGradient6157"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0193949,0,0,0.8822347,-0.7294334,5.1374097)" />
+    <linearGradient
+       id="linearGradient4107">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0.51908398"
+         offset="0"
+         id="stop4109" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1"
+         id="stop4111" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4070">
+      <stop
+         style="stop-color:#f13737;stop-opacity:1"
+         offset="0"
+         id="stop4072" />
+      <stop
+         style="stop-color:#e11010;stop-opacity:1"
+         offset="1"
+         id="stop4074" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4121">
+      <stop
+         style="stop-color:#ef2929;stop-opacity:1"
+         offset="0"
+         id="stop4123" />
+      <stop
+         style="stop-color:#ef2929;stop-opacity:0"
+         offset="1"
+         id="stop4125" />
+    </linearGradient>
+    <linearGradient
+       x1="-3.596699"
+       y1="1.6868348"
+       x2="0.96647578"
+       y2="15.092172"
+       id="linearGradient4570"
+       xlink:href="#linearGradient4107"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.00627,0,0,1.0088149,14.48946,17.298296)" />
+    <radialGradient
+       cx="0.044194177"
+       cy="16.754717"
+       r="10.443689"
+       fx="0.044194177"
+       fy="16.754717"
+       id="radialGradient4575"
+       xlink:href="#linearGradient4070"
+       gradientUnits="userSpaceOnUse" />
+    <radialGradient
+       cx="0.044194177"
+       cy="11.097863"
+       r="9.9436893"
+       fx="0.044194177"
+       fy="11.097863"
+       id="radialGradient4577"
+       xlink:href="#linearGradient4121"
+       gradientUnits="userSpaceOnUse" />
+  </defs>
+  <g
+     id="layer1">
+    <rect
+       width="3"
+       height="2"
+       rx="0"
+       ry="0"
+       x="30"
+       y="26"
+       style="opacity:1;color:#000000;fill:#747671;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect2628" />
+    <path
+       d="M 9.9878835 11.097863 A 9.9436893 9.9436893 0 1 1  -9.8994952,11.097863 A 9.9436893 9.9436893 0 1 1  9.9878835 11.097863 z"
+       transform="matrix(1.357645,0,0,1.357645,14.44,13.433041)"
+       style="fill:url(#radialGradient4577);fill-opacity:1;stroke:none;stroke-width:0.77586204;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path4117" />
+    <path
+       d="M 9.9878835 11.097863 A 9.9436893 9.9436893 0 1 1  -9.8994952,11.097863 A 9.9436893 9.9436893 0 1 1  9.9878835 11.097863 z"
+       transform="matrix(1.0056629,0,0,1.005663,14.455556,17.33929)"
+       style="fill:url(#radialGradient4575);fill-opacity:1;stroke:#cc0000;stroke-width:0.99436897;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path3099" />
+    <path
+       d="M 9.9878835 11.097863 A 9.9436893 9.9436893 0 1 1  -9.8994952,11.097863 A 9.9436893 9.9436893 0 1 1  9.9878835 11.097863 z"
+       transform="matrix(0.9050967,0,0,0.9050967,14.46,18.455361)"
+       style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.10485435;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.54385968"
+       id="path4078" />
+    <path
+       d="M 18.82633,24.456059 C 15.514603,25.077059 12.932095,28.770384 9.643202,29.771031 C 7.4551544,30.436746 5,29.516216 5,28.496337 C 5,23.254359 9.2436275,19 14.472383,19 C 17.08676,19 19.454858,20.063589 21.169356,21.782426 C 22.026608,22.641845 22.720458,23.665076 23.2,24.801074 C 22.434341,24.777896 21.599067,23.936128 18.82633,24.456059 z "
+       style="fill:url(#linearGradient4570);fill-opacity:1;stroke:none;stroke-width:1.119403;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.54385968"
+       id="path4084" />
+    <path
+       d="M 29.499999,43.468744 C 29.499999,43.468744 28.176953,44.602449 26.503429,45.264293 C 24.829905,45.926135 22.8059,46.116115 21.403984,44.228665 C 17.888562,39.495724 15.626672,42.039559 16.849328,43.564247 C 19.554561,46.937751 14.223026,46.499998 5.4999999,46.499998"
+       style="fill:none;fill-rule:evenodd;stroke:url(#linearGradient6163);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="path5942" />
+    <path
+       d="M 40.923804 37.039845 A 12.506951 6.4523492 0 1 1  15.909902,37.039845 A 12.506951 6.4523492 0 1 1  40.923804 37.039845 z"
+       transform="matrix(1.2792886,0,0,1.2398585,-4.3533563,-7.9241652)"
+       style="fill:url(#radialGradient5918);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path4447" />
+    <path
+       d="M 40.923804 37.039845 A 12.506951 6.4523492 0 1 1  15.909902,37.039845 A 12.506951 6.4523492 0 1 1  40.923804 37.039845 z"
+       transform="matrix(0.9594665,0,0,1.007385,4.2349825,-0.3133832)"
+       style="fill:url(#radialGradient5920);fill-opacity:1;stroke:#2e3436;stroke-width:1.01715565;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path4435" />
+    <path
+       d="M 40.923804 37.039845 A 12.506951 6.4523492 0 1 1  15.909902,37.039845 A 12.506951 6.4523492 0 1 1  40.923804 37.039845 z"
+       transform="matrix(0.4772346,0,0,0.4579637,18.469745,18.992037)"
+       style="fill:url(#radialGradient5922);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path5530" />
+    <path
+       d="M 40.923804 37.039845 A 12.506951 6.4523492 0 1 1  15.909902,37.039845 A 12.506951 6.4523492 0 1 1  40.923804 37.039845 z"
+       transform="matrix(0.8795109,0,0,0.8524027,6.5070684,5.4271355)"
+       style="fill:none;fill-opacity:1;stroke:url(#linearGradient5924);stroke-width:1.15493345;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.38011696"
+       id="path4437" />
+    <rect
+       width="13.574626"
+       height="25.192438"
+       rx="6.787313"
+       ry="6.4573441"
+       x="27.867273"
+       y="-5.7428155"
+       transform="matrix(0.9776427,0.2102732,-0.2013309,0.9795233,0,0)"
+       style="fill:url(#linearGradient6149);fill-opacity:1;stroke:url(#linearGradient6151);stroke-width:1.00002098;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect5463" />
+    <path
+       d="M 32.500001,35.650027 C 32.500001,35.650027 32.500001,27.5 32.500001,27.5 L 30.525476,27.521116 C 30.525476,27.521116 30.468157,35.666518 30.525476,35.650027 C 30.626425,36.755241 32.268157,36.811064 32.500001,35.650027 z "
+       style="color:#000000;fill:url(#linearGradient6144);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient6146);stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path5504" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="33"
+       y="2.9999995"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5538" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="32"
+       y="3.9999995"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5540" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="33"
+       y="4.9999995"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5542" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="34"
+       y="3.9999995"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5544" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="35"
+       y="4.9999995"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5546" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="36"
+       y="3.9999995"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5548" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="30"
+       y="3.9999995"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5550" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="31"
+       y="4.9999995"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5552" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="29"
+       y="4.9999995"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5554" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="30"
+       y="5.9999995"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5556" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="32"
+       y="5.9999995"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5558" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="34"
+       y="5.9999995"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5560" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="36"
+       y="5.9999995"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5562" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="37"
+       y="6.9999995"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5564" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="38"
+       y="5.9999995"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5566" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="29"
+       y="6.9999995"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5568" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="28"
+       y="7.9999995"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5570" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="30"
+       y="7.9999995"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5572" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="31"
+       y="6.9999995"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5574" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="33"
+       y="6.9999995"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5576" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="35"
+       y="6.9999995"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5578" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="32"
+       y="7.9999995"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5580" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="34"
+       y="7.9999995"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5582" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="36"
+       y="7.9999995"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5584" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="38"
+       y="7.9999995"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5586" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="38"
+       y="10"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5588" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="37"
+       y="11"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5590" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="36"
+       y="12"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5592" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="35"
+       y="13"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5594" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="36"
+       y="10"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5596" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="35"
+       y="11"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5598" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="34"
+       y="12"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5600" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="33"
+       y="13"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5602" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="34"
+       y="10"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5604" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="33"
+       y="11"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5606" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="32"
+       y="12"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5608" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="31"
+       y="13"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5610" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="32"
+       y="10"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5612" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="31"
+       y="11"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5614" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="30"
+       y="12"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5616" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="29"
+       y="13"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5618" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="30"
+       y="10"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5620" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="29"
+       y="11"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5622" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="28"
+       y="12"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5624" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="27"
+       y="13"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5626" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="30"
+       y="14"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5628" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="29"
+       y="15"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5630" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="28"
+       y="16"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5632" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="27"
+       y="17"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5634" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="32"
+       y="14"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5636" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="31"
+       y="15"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5638" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="30"
+       y="16"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5640" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="29"
+       y="17"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5642" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="34"
+       y="14"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5644" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="33"
+       y="15"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5646" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="32"
+       y="16"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5648" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="31"
+       y="17"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5650" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="35"
+       y="15"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5652" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="34"
+       y="16"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5654" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="33"
+       y="17"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5656" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="32"
+       y="18"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5658" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="35"
+       y="17"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5660" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="34"
+       y="18"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5662" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="33"
+       y="19"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5664" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="32"
+       y="20"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5666" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="36"
+       y="18"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5668" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="35"
+       y="19"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5670" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="34"
+       y="20"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5672" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="33"
+       y="21"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5674" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="36"
+       y="20"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5676" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="35"
+       y="21"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5678" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="34"
+       y="22"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5680" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="33"
+       y="23"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5682" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="30"
+       y="18"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5684" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="29"
+       y="19"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5686" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="28"
+       y="20"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5688" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="27"
+       y="21"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5690" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="31"
+       y="19"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5692" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="30"
+       y="20"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5694" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="29"
+       y="21"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5696" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="28"
+       y="22"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5698" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="28"
+       y="14"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5700" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="27"
+       y="15"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5702" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="26"
+       y="16"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5704" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="28"
+       y="18"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5706" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="27"
+       y="19"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5708" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="26"
+       y="20"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5710" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="31"
+       y="21"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5712" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="30"
+       y="22"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5714" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="29"
+       y="23"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5716" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="32"
+       y="22"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5718" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="31"
+       y="23"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5720" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="30"
+       y="24"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5722" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="27"
+       y="23"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5724" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="26"
+       y="18"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5726" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="32"
+       y="24"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5728" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="28"
+       y="10"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5730" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="29"
+       y="9"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5732" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="31"
+       y="9"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5734" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="33"
+       y="9"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5736" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="35"
+       y="9"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5738" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="37"
+       y="9"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5740" />
+    <rect
+       width="0.99999994"
+       height="0.99999994"
+       rx="15.550936"
+       ry="0.99999994"
+       x="37"
+       y="4.9999995"
+       style="color:#000000;fill:#2e3436;fill-opacity:0.33333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5742" />
+    <rect
+       width="11.692376"
+       height="23.173956"
+       rx="5.8461876"
+       ry="5.9399657"
+       x="28.891558"
+       y="-5.8722486"
+       transform="matrix(0.9702267,0.2421986,-0.2105941,0.9775736,0,0)"
+       style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.00026321;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.43274853"
+       id="rect5477" />
+    <rect
+       width="12.739871"
+       height="24.162027"
+       rx="6.3699355"
+       ry="6.1932278"
+       x="28.255711"
+       y="-5.3979106"
+       transform="matrix(0.9765945,0.2150889,-0.1967971,0.9804442,0,0)"
+       style="fill:url(#radialGradient6037);fill-opacity:1;stroke:none;stroke-width:1.00001657;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect5746" />
+    <path
+       d="M 36.5625 15.25 A 2.0625 2.0625 0 1 1  32.4375,15.25 A 2.0625 2.0625 0 1 1  36.5625 15.25 z"
+       transform="matrix(0.9696967,0,0,0.969697,5.0454631,0.7121212)"
+       style="fill:none;fill-opacity:1;stroke:#555753;stroke-width:1.03125012;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path5467" />
+    <path
+       d="M 33.130227,27.13061 L 36.478611,28.248027 C 36.478611,28.248027 38.11687,28.760921 38.869994,28.297853 C 39.623118,27.834785 39.491104,26.395756 39.491104,26.395756 L 39.468922,16.431586 L 37.487233,15.699391 L 37.442868,26.408338 C 37.442868,26.408338 35.896167,25.973344 35.868675,25.997377 C 35.171973,26.606411 33.130227,27.13061 33.130227,27.13061 z "
+       style="color:#000000;fill:url(#linearGradient6031);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient6033);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path4467" />
+    <path
+       d="M 36.5625 15.25 A 2.0625 2.0625 0 1 1  32.4375,15.25 A 2.0625 2.0625 0 1 1  36.5625 15.25 z"
+       transform="matrix(0.5393091,0,0,0.5393091,19.90616,7.3264334)"
+       style="fill:url(#radialGradient5940);fill-opacity:1;stroke:#959691;stroke-width:1.85422385;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path5776" />
+  </g>
+</svg>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]