summaryrefslogtreecommitdiff
path: root/icons
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2011-11-26 16:01:11 +0000
committerThomas Martitz <kugel@rockbox.org>2011-11-26 16:01:11 +0000
commitb907f2fd239a18e15e2d3c394694fe2181214c12 (patch)
tree3874f1f07cb6d443c70a9d6c8e8d9bf787a490c6 /icons
parent69f4245d9dc4b13b14ae8475f5b2ab6ea0e2454e (diff)
downloadrockbox-b907f2fd239a18e15e2d3c394694fe2181214c12.tar.gz
rockbox-b907f2fd239a18e15e2d3c394694fe2181214c12.zip
lcd_color/cabbiev2: New iconset in multiple sizes
The new iconset features transparency which can be more easier generated from svgs and looks better. For for bigger displays there are new sizes. The bmps are the generated from the SVGs added to the tree and create-icons-from-tango.pl is updated to enable easy generation. rockbox-clef.svg is changed to have a bit more border. NOTE: Icons for greyscale are unchanged. Someone needs to update them, I don't know how to do it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31059 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'icons')
-rwxr-xr-xicons/create-icons-from-tango.pl141
-rw-r--r--icons/mint-x-svg/applications-games.svg1250
-rw-r--r--icons/mint-x-svg/gnome-glchess.svg613
-rw-r--r--icons/new_icons-svg/face-shout.svg324
-rw-r--r--icons/new_icons-svg/media-playback-start-green.svg298
-rw-r--r--icons/tango-svg/applications-games.svg320
-rw-r--r--icons/tango-svg/applications-graphics.svg1122
-rw-r--r--icons/tango-svg/applications-multimedia.svg498
-rw-r--r--icons/tango-svg/applications-other.svg377
-rw-r--r--icons/tango-svg/applications-system.svg247
-rw-r--r--icons/tango-svg/audio-input-microphone.svg501
-rw-r--r--icons/tango-svg/audio-x-generic.svg180
-rw-r--r--icons/tango-svg/bookmark-new.svg672
-rw-r--r--icons/tango-svg/dialog-information.svg1159
-rw-r--r--icons/tango-svg/document-properties.svg576
-rw-r--r--icons/tango-svg/emblem-system.svg182
-rw-r--r--icons/tango-svg/folder.svg424
-rw-r--r--icons/tango-svg/format-indent-more.svg368
-rw-r--r--icons/tango-svg/format-justify-left.svg271
-rw-r--r--icons/tango-svg/go-jump.svg204
-rw-r--r--icons/tango-svg/go-next.svg192
-rw-r--r--icons/tango-svg/go-previous.svg854
-rw-r--r--icons/tango-svg/help-browser.svg224
-rw-r--r--icons/tango-svg/image-x-generic.svg581
-rw-r--r--icons/tango-svg/input-keyboard.svg838
-rw-r--r--icons/tango-svg/list-add.svg436
-rw-r--r--icons/tango-svg/media-flash.svg477
-rw-r--r--icons/tango-svg/media-playback-start.svg319
-rw-r--r--icons/tango-svg/media-record.svg337
-rw-r--r--icons/tango-svg/network-receive.svg1064
-rw-r--r--icons/tango-svg/network-wireless.svg325
-rw-r--r--icons/tango-svg/preferences-desktop-font.svg243
-rw-r--r--icons/tango-svg/preferences-desktop-locale.svg878
-rw-r--r--icons/tango-svg/preferences-desktop-wallpaper.svg747
-rw-r--r--icons/tango-svg/preferences-desktop.svg777
-rw-r--r--icons/tango-svg/preferences-system.svg398
-rw-r--r--icons/tango-svg/software-update-available.svg209
-rw-r--r--icons/tango-svg/start-here.svg492
-rw-r--r--icons/tango-svg/system-file-manager.svg317
-rw-r--r--icons/tango-svg/text-x-generic-template.svg778
-rw-r--r--icons/tango-svg/utilities-system-monitor.svg435
-rw-r--r--icons/tango-svg/video-display.svg488
-rw-r--r--icons/tango_icons.12x12.bmpbin0 -> 9286 bytes
-rw-r--r--icons/tango_icons.16x16.bmpbin0 -> 32890 bytes
-rw-r--r--icons/tango_icons.24x24.bmpbin0 -> 73850 bytes
-rw-r--r--icons/tango_icons.32x32.bmpbin0 -> 131194 bytes
-rw-r--r--icons/tango_icons_viewers.12x12.bmpbin0 -> 6458 bytes
-rw-r--r--icons/tango_icons_viewers.16x16.bmpbin0 -> 11386 bytes
-rw-r--r--icons/tango_icons_viewers.24x24.bmpbin0 -> 25466 bytes
-rw-r--r--icons/tango_icons_viewers.32x32.bmpbin0 -> 45178 bytes
-rw-r--r--icons/tango_small.bmpbin13878 -> 0 bytes
-rw-r--r--icons/tango_small_viewers.bmpbin4806 -> 0 bytes
52 files changed, 21088 insertions, 48 deletions
diff --git a/icons/create-icons-from-tango.pl b/icons/create-icons-from-tango.pl
index bfdbe804ac..8cd0ece2d3 100755
--- a/icons/create-icons-from-tango.pl
+++ b/icons/create-icons-from-tango.pl
@@ -22,51 +22,93 @@
22# To be run from the icons/ folder in a Rockbox checkout. 22# To be run from the icons/ folder in a Rockbox checkout.
23 23
24use File::Temp; 24use File::Temp;
25use Getopt::Long;
25 26
26# list of icons for strip 27# list of icons for strip
28# Use relative paths to point to icons in the tree, relative to the icons/ folder
29# (must start with . or ..)
30# Other are treated relatively to the tango sources tree
27my @iconlist = ( 31my @iconlist = (
28 "mimetypes/audio-x-generic", # Icon_Audio 32 "./tango-svg/audio-x-generic", # Icon_Audio
29 "places/folder", # Icon_Folder 33 "./tango-svg/folder", # Icon_Folder
30 "actions/format-indent-more", # Icon_Playlist 34 "./tango-svg/format-indent-more", # Icon_Playlist
31 "actions/media-playback-start", # Icon_Cursor ### 35 "./new_icons-svg/media-playback-start-green", # Icon_Cursor ###
32 "apps/preferences-desktop-wallpaper", # Icon_Wps 36 "./tango-svg/preferences-desktop-wallpaper", # Icon_Wps
33 "devices/computer", # Icon_Firmware ### 37 "./tango-svg/media-flash", # Icon_Firmware ###
34 "apps/preferences-desktop-font", # Icon_Font 38 "./tango-svg/preferences-desktop-font", # Icon_Font
35 "apps/preferences-desktop-locale", # Icon_Language 39 "./tango-svg/preferences-desktop-locale", # Icon_Language
36 "categories/preferences-system", # Icon_Config 40 "./tango-svg/preferences-system", # Icon_Config
37 "status/software-update-available", # Icon_Plugin 41 "./tango-svg/software-update-available", # Icon_Plugin
38 "actions/bookmark-new", # Icon_Bookmark 42 "./tango-svg/bookmark-new", # Icon_Bookmark
39 "places/start-here", # Icon_Preset 43 "./tango-svg/start-here", # Icon_Preset
40 "actions/go-jump", # Icon_Queued 44 "./tango-svg/go-jump", # Icon_Queued
41 "actions/go-next", # Icon_Moving 45 "./tango-svg/go-next", # Icon_Moving
42 "devices/input-keyboard", # Icon_Keyboard 46 "./tango-svg/input-keyboard", # Icon_Keyboard
43 "actions/mail-send-receive", # Icon_Reverse_Cursor 47 "./tango-svg/go-previous", # Icon_Reverse_Cursor
44 "apps/help-browser", # Icon_Questionmark 48 "./tango-svg/help-browser", # Icon_Questionmark
45 "actions/document-properties", # Icon_Menu_setting 49 "./tango-svg/document-properties", # Icon_Menu_setting
46 "categories/applications-other", # Icon_Menu_functioncall 50 "./tango-svg/applications-other", # Icon_Menu_functioncall
47 "actions/list-add", # Icon_Submenu 51 "./tango-svg/list-add", # Icon_Submenu
48 "categories/preferences-system", # Icon_Submenu_Entered 52 "./tango-svg/preferences-system", # Icon_Submenu_Entered
49 "actions/media-record", # Icon_Recording 53 "./tango-svg/media-record", # Icon_Recording
50 "devices/audio-input-microphone", # Icon_Voice ### 54 "./new_icons-svg/face-shout", # Icon_Voice ###
51 "categories/preferences-desktop", # Icon_General_settings_menu 55 "./tango-svg/preferences-desktop", # Icon_General_settings_menu
52 "categories/applications-other", # Icon_System_menu 56 "./tango-svg/emblem-system", # Icon_System_menu
53 "actions/media-playback-start", # Icon_Playback_menu 57 "./tango-svg/media-playback-start", # Icon_Playback_menu
54 "devices/video-display", # Icon_Display_menu 58 "./tango-svg/video-display", # Icon_Display_menu
55 "devices/video-display", # Icon_Remote_Display_menu 59 "./tango-svg/network-receive", # Icon_Remote_Display_menu
56 "devices/network-wireless", # Icon_Radio_screen ### 60 "./tango-svg/network-wireless", # Icon_Radio_screen ###
57 "mimetypes/package-x-generic", # Icon_file_view_menu 61 "./tango-svg/system-file-manager", # Icon_file_view_menu
58 "apps/utilities-system-monitor", # Icon_EQ 62 "./tango-svg/utilities-system-monitor", # Icon_EQ
59 "../docs/logo/rockbox-clef.svg" # Icon_Rockbox 63 "../docs/logo/rockbox-clef" # Icon_Rockbox
60); 64);
65my @iconlist_viewers = (
66 "./tango-svg/applications-graphics", # bmp
67 "./tango-svg/applications-multimedia", # mpeg
68 "./tango-svg/applications-other", # ch8, tap, sna, tzx, z80
69 "./tango-svg/audio-x-generic", # mp3, mid, rmi, wav
70 "./tango-svg/format-justify-left", # txt, nfo
71 "./tango-svg/text-x-generic-template", # ss
72 "./mint-x-svg/applications-games", # gb, gbc
73 "./tango-svg/image-x-generic", # jpg, jpe, jpeg
74 "./tango-svg/format-indent-more", # m3u
75 "./mint-x-svg/gnome-glchess", # pgn
76 "./tango-svg/dialog-information", # zzz
77);
78
61 79
80my $help;
81my $do_viewers;
82my $tangopath="";
83my $size;
84my @list = @iconlist;
85my $output = "tango_icons";
62 86
63if($#ARGV < 1) { 87GetOptions ( 'v' => \$do_viewers,
64 print "Usage: $0 <path to iconset> <size>\n"; 88 't|tango-path=s' => \$tangopath,
89 'o|output=s' => \$output,
90 'h|help' => \$help,
91 );
92
93if($#ARGV != 0 or $help) {
94 print "Usage: $0 [-v] [-t <path to iconset>] [-o <output prefix>] SIZE\n";
95 print "\n";
96 print "\t-v\tGenerate viewer icons\n";
97 print "\t-t\tPath to source of tango iconset if required\n";
98 print "\t-t\tPath to source of tango iconset if required\n";
99 print "\t-o\tUse <output prefix> instead of \"tango_icons\" for the output filename\n";
100 print "\n";
101 print "\tSIZE can be in the form of NN or NNxNN and will be used for the output filename\n";
65 exit(); 102 exit();
66} 103}
67my $tangopath = $ARGV[0];
68my $size = $ARGV[1];
69 104
105
106$size = $ARGV[0];
107
108if ($do_viewers) {
109 $output .= "_viewers";
110 @list = @iconlist_viewers;
111}
70# temporary files 112# temporary files
71my $alphatemp = File::Temp->new(SUFFIX => ".png"); 113my $alphatemp = File::Temp->new(SUFFIX => ".png");
72my $alphatempfname = $alphatemp->filename(); 114my $alphatempfname = $alphatemp->filename();
@@ -75,7 +117,7 @@ my $exporttempfname = $exporttemp->filename();
75my $tempstrip = File::Temp->new(SUFFIX => ".png"); 117my $tempstrip = File::Temp->new(SUFFIX => ".png");
76my $tempstripfname = $tempstrip->filename(); 118my $tempstripfname = $tempstrip->filename();
77 119
78my $newoutput = "tango_icons.$size.bmp"; 120my $newoutput = "$output.$size.bmp";
79 121
80if(-e $newoutput) { 122if(-e $newoutput) {
81 die("output file $newoutput does already exist!"); 123 die("output file $newoutput does already exist!");
@@ -85,23 +127,29 @@ print "Creating icon strip as $newoutput\n\n";
85 127
86my $count; 128my $count;
87$count = 0; 129$count = 0;
88foreach(@iconlist) { 130
131foreach(@list) {
89 print "processing $_ ...\n"; 132 print "processing $_ ...\n";
90 my $file; 133 my $file;
91 if(m/^$/) { 134 if(m/^$/) {
92 # if nothing is defined make it empty / transparent 135 # if nothing is defined make it empty / transparent
93 my $s = $size . "x" . $size; 136 my $s = $size . "x" . $size;
94 `convert -size $s xc:"#f0f" $exporttempfname` 137 `convert -size $s xc:"#ff00ff" -alpha transparent $exporttempfname`
95 } 138 }
96 elsif(m/\.\./) { 139 elsif(m/\./) {
97 # icon is inside the Rockbox tree 140 # icon is inside the Rockbox tree
98 $file = $_; 141 $file = $_ . ".svg";
99 `inkscape --export-png=$exporttempfname --export-width=$size --export-height=$size $file` 142 `inkscape --export-png=$exporttempfname --export-width=$size --export-height=$size $file`
100 } 143 }
101 else { 144 else {
102 # icon is inside the tango tree 145 # icon is inside the tango tree
146 if ($tangopath eq "") {
147 print "Path to tango sources needed but not given!\n";
148 exit(1);
149 }
103 $file = "$tangopath/scalable/" . $_ . ".svg"; 150 $file = "$tangopath/scalable/" . $_ . ".svg";
104 `inkscape --export-png=$exporttempfname --export-width=$size --export-height=$size $file` 151 #~ `inkscape --export-png=$exporttempfname --export-width=$size --export-height=$size $file`
152 `cp $file tango-svg/`;
105 } 153 }
106 if($count != 0) { 154 if($count != 0) {
107 `convert -append $tempstripfname $exporttempfname $tempstripfname`; 155 `convert -append $tempstripfname $exporttempfname $tempstripfname`;
@@ -111,10 +159,7 @@ foreach(@iconlist) {
111 } 159 }
112 $count++; 160 $count++;
113} 161}
114print "masking and converting result ...\n"; 162print "Converting result ...\n";
115# create mask 163`convert $tempstripfname $newoutput`;
116`convert $tempstripfname -alpha extract -monochrome -negate -alpha copy -colorize 0,100,0 $alphatempfname`; 164print "Done!\n";
117# combine mask with image and drop transparency and scale down
118`convert -composite $tempstripfname $alphatempfname -flatten -background '#f0f' -alpha off $newoutput`;
119print "done!\n";
120 165
diff --git a/icons/mint-x-svg/applications-games.svg b/icons/mint-x-svg/applications-games.svg
new file mode 100644
index 0000000000..10b7e22be3
--- /dev/null
+++ b/icons/mint-x-svg/applications-games.svg
@@ -0,0 +1,1250 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:svg="http://www.w3.org/2000/svg"
6 xmlns="http://www.w3.org/2000/svg"
7 xmlns:xlink="http://www.w3.org/1999/xlink"
8 version="1.0"
9 width="96"
10 height="96"
11 id="svg2408">
12 <defs
13 id="defs2410">
14 <linearGradient
15 id="linearGradient3933">
16 <stop
17 id="stop3935"
18 style="stop-color:#ffe119;stop-opacity:1"
19 offset="0" />
20 <stop
21 id="stop3937"
22 style="stop-color:#f7a700;stop-opacity:1"
23 offset="1" />
24 </linearGradient>
25 <linearGradient
26 id="linearGradient3921">
27 <stop
28 id="stop3923"
29 style="stop-color:#2bca00;stop-opacity:1"
30 offset="0" />
31 <stop
32 id="stop3925"
33 style="stop-color:#1e9000;stop-opacity:1"
34 offset="1" />
35 </linearGradient>
36 <linearGradient
37 id="linearGradient3911">
38 <stop
39 id="stop3913"
40 style="stop-color:#006ada;stop-opacity:1"
41 offset="0" />
42 <stop
43 id="stop3915"
44 style="stop-color:#00438a;stop-opacity:1"
45 offset="1" />
46 </linearGradient>
47 <linearGradient
48 id="linearGradient3903">
49 <stop
50 id="stop3905"
51 style="stop-color:#fd2306;stop-opacity:1"
52 offset="0" />
53 <stop
54 id="stop3907"
55 style="stop-color:#b31602;stop-opacity:1"
56 offset="1" />
57 </linearGradient>
58 <linearGradient
59 id="linearGradient4307">
60 <stop
61 id="stop4309"
62 style="stop-color:#e4e4d9;stop-opacity:1"
63 offset="0" />
64 <stop
65 id="stop4311"
66 style="stop-color:#e4e4d9;stop-opacity:0"
67 offset="1" />
68 </linearGradient>
69 <linearGradient
70 x1="45.447727"
71 y1="92.539597"
72 x2="45.447727"
73 y2="7.0165396"
74 id="ButtonShadow"
75 gradientUnits="userSpaceOnUse"
76 gradientTransform="scale(1.0058652,0.994169)">
77 <stop
78 id="stop3750"
79 style="stop-color:#000000;stop-opacity:1"
80 offset="0" />
81 <stop
82 id="stop3752"
83 style="stop-color:#000000;stop-opacity:0.58823532"
84 offset="1" />
85 </linearGradient>
86 <linearGradient
87 id="linearGradient3737">
88 <stop
89 id="stop3739"
90 style="stop-color:#ffffff;stop-opacity:1"
91 offset="0" />
92 <stop
93 id="stop3741"
94 style="stop-color:#ffffff;stop-opacity:0"
95 offset="1" />
96 </linearGradient>
97 <filter
98 color-interpolation-filters="sRGB"
99 id="filter3174">
100 <feGaussianBlur
101 id="feGaussianBlur3176"
102 stdDeviation="1.71" />
103 </filter>
104 <linearGradient
105 x1="36.357143"
106 y1="6"
107 x2="36.357143"
108 y2="63.893143"
109 id="linearGradient3188"
110 xlink:href="#linearGradient3737"
111 gradientUnits="userSpaceOnUse" />
112 <filter
113 x="-0.192"
114 y="-0.192"
115 width="1.3839999"
116 height="1.3839999"
117 color-interpolation-filters="sRGB"
118 id="filter3794">
119 <feGaussianBlur
120 id="feGaussianBlur3796"
121 stdDeviation="5.28" />
122 </filter>
123 <linearGradient
124 x1="48"
125 y1="20.220806"
126 x2="48"
127 y2="138.66119"
128 id="linearGradient3613"
129 xlink:href="#linearGradient3737"
130 gradientUnits="userSpaceOnUse" />
131 <radialGradient
132 cx="48"
133 cy="90.171875"
134 r="42"
135 fx="48"
136 fy="90.171875"
137 id="radialGradient3619"
138 xlink:href="#linearGradient3737"
139 gradientUnits="userSpaceOnUse"
140 gradientTransform="matrix(1.1573129,0,0,0.99590774,-7.5510206,0.19713193)" />
141 <clipPath
142 id="clipPath3613">
143 <rect
144 width="84"
145 height="84"
146 rx="6"
147 ry="6"
148 x="6"
149 y="6"
150 id="rect3615"
151 style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
152 </clipPath>
153 <linearGradient
154 x1="48"
155 y1="90"
156 x2="48"
157 y2="5.9877172"
158 id="linearGradient3617"
159 xlink:href="#linearGradient3187"
160 gradientUnits="userSpaceOnUse" />
161 <linearGradient
162 id="linearGradient3187">
163 <stop
164 id="stop3189"
165 style="stop-color:#b9b79e;stop-opacity:1"
166 offset="0" />
167 <stop
168 id="stop3191"
169 style="stop-color:#e4e4da;stop-opacity:1"
170 offset="1" />
171 </linearGradient>
172 <linearGradient
173 id="linearGradient6043">
174 <stop
175 id="stop6045"
176 style="stop-color:#4f4f49;stop-opacity:1"
177 offset="0" />
178 <stop
179 id="stop6047"
180 style="stop-color:#bcbcb7;stop-opacity:1"
181 offset="1" />
182 </linearGradient>
183 <linearGradient
184 id="linearGradient5756">
185 <stop
186 id="stop5758"
187 style="stop-color:#9f9e7d;stop-opacity:1"
188 offset="0" />
189 <stop
190 id="stop5760"
191 style="stop-color:#9f9e7d;stop-opacity:0"
192 offset="1" />
193 </linearGradient>
194 <linearGradient
195 id="linearGradient5964">
196 <stop
197 id="stop5966"
198 style="stop-color:#706f6b;stop-opacity:1"
199 offset="0" />
200 <stop
201 id="stop5968"
202 style="stop-color:#51504e;stop-opacity:1"
203 offset="1" />
204 </linearGradient>
205 <linearGradient
206 id="linearGradient5976">
207 <stop
208 id="stop5978"
209 style="stop-color:#ffffff;stop-opacity:1"
210 offset="0" />
211 <stop
212 id="stop5980"
213 style="stop-color:#ffffff;stop-opacity:0"
214 offset="1" />
215 </linearGradient>
216 <linearGradient
217 id="linearGradient3057">
218 <stop
219 id="stop3059"
220 style="stop-color:#9f9e7d;stop-opacity:1"
221 offset="0" />
222 <stop
223 id="stop3061"
224 style="stop-color:#9f9e7d;stop-opacity:0"
225 offset="1" />
226 </linearGradient>
227 <linearGradient
228 x1="110.64452"
229 y1="92.772629"
230 x2="110.64452"
231 y2="96.64547"
232 id="linearGradient5962"
233 xlink:href="#linearGradient5860"
234 gradientUnits="userSpaceOnUse" />
235 <linearGradient
236 id="linearGradient5860">
237 <stop
238 id="stop5862"
239 style="stop-color:#858362;stop-opacity:1"
240 offset="0" />
241 <stop
242 id="stop5864"
243 style="stop-color:#ffffff;stop-opacity:1"
244 offset="1" />
245 </linearGradient>
246 <linearGradient
247 x1="110.64452"
248 y1="92.772629"
249 x2="110.64452"
250 y2="96.64547"
251 id="linearGradient5958"
252 xlink:href="#linearGradient5860"
253 gradientUnits="userSpaceOnUse" />
254 <linearGradient
255 x1="110.64452"
256 y1="92.772629"
257 x2="110.64452"
258 y2="96.64547"
259 id="linearGradient5954"
260 xlink:href="#linearGradient5860"
261 gradientUnits="userSpaceOnUse" />
262 <linearGradient
263 x1="110.64452"
264 y1="92.772629"
265 x2="110.64452"
266 y2="96.64547"
267 id="linearGradient5952"
268 xlink:href="#linearGradient5860"
269 gradientUnits="userSpaceOnUse" />
270 <linearGradient
271 x1="110.64452"
272 y1="92.772629"
273 x2="110.64452"
274 y2="96.64547"
275 id="linearGradient5946"
276 xlink:href="#linearGradient5860"
277 gradientUnits="userSpaceOnUse" />
278 <linearGradient
279 x1="110.64452"
280 y1="92.772629"
281 x2="110.64452"
282 y2="96.64547"
283 id="linearGradient5944"
284 xlink:href="#linearGradient5860"
285 gradientUnits="userSpaceOnUse" />
286 <linearGradient
287 x1="110.64452"
288 y1="92.772629"
289 x2="110.64452"
290 y2="96.64547"
291 id="linearGradient5938"
292 xlink:href="#linearGradient5860"
293 gradientUnits="userSpaceOnUse" />
294 <linearGradient
295 x1="110.64452"
296 y1="92.772629"
297 x2="110.64452"
298 y2="96.64547"
299 id="linearGradient5936"
300 xlink:href="#linearGradient5860"
301 gradientUnits="userSpaceOnUse" />
302 <linearGradient
303 x1="110.64452"
304 y1="92.772629"
305 x2="110.64452"
306 y2="96.64547"
307 id="linearGradient5934"
308 xlink:href="#linearGradient5860"
309 gradientUnits="userSpaceOnUse" />
310 <linearGradient
311 x1="110.64452"
312 y1="92.772629"
313 x2="110.64452"
314 y2="96.64547"
315 id="linearGradient5926"
316 xlink:href="#linearGradient5860"
317 gradientUnits="userSpaceOnUse" />
318 <linearGradient
319 x1="110.64452"
320 y1="92.772629"
321 x2="110.64452"
322 y2="96.64547"
323 id="linearGradient5924"
324 xlink:href="#linearGradient5860"
325 gradientUnits="userSpaceOnUse" />
326 <linearGradient
327 x1="110.64452"
328 y1="92.772629"
329 x2="110.64452"
330 y2="96.64547"
331 id="linearGradient5922"
332 xlink:href="#linearGradient5860"
333 gradientUnits="userSpaceOnUse" />
334 <linearGradient
335 x1="110.64452"
336 y1="92.772629"
337 x2="110.64452"
338 y2="96.64547"
339 id="linearGradient5914"
340 xlink:href="#linearGradient5860"
341 gradientUnits="userSpaceOnUse" />
342 <linearGradient
343 x1="110.64452"
344 y1="92.772629"
345 x2="110.64452"
346 y2="96.64547"
347 id="linearGradient5912"
348 xlink:href="#linearGradient5860"
349 gradientUnits="userSpaceOnUse" />
350 <linearGradient
351 x1="110.64452"
352 y1="92.772629"
353 x2="110.64452"
354 y2="96.64547"
355 id="linearGradient5910"
356 xlink:href="#linearGradient5860"
357 gradientUnits="userSpaceOnUse" />
358 <linearGradient
359 x1="110.64452"
360 y1="92.772629"
361 x2="110.64452"
362 y2="96.64547"
363 id="linearGradient5908"
364 xlink:href="#linearGradient5860"
365 gradientUnits="userSpaceOnUse" />
366 <linearGradient
367 x1="110.64452"
368 y1="92.772629"
369 x2="110.64452"
370 y2="96.64547"
371 id="linearGradient5898"
372 xlink:href="#linearGradient5860"
373 gradientUnits="userSpaceOnUse" />
374 <linearGradient
375 x1="110.64452"
376 y1="92.772629"
377 x2="110.64452"
378 y2="96.64547"
379 id="linearGradient5896"
380 xlink:href="#linearGradient5860"
381 gradientUnits="userSpaceOnUse" />
382 <linearGradient
383 x1="110.64452"
384 y1="92.772629"
385 x2="110.64452"
386 y2="96.64547"
387 id="linearGradient5894"
388 xlink:href="#linearGradient5860"
389 gradientUnits="userSpaceOnUse" />
390 <linearGradient
391 x1="110.64452"
392 y1="92.772629"
393 x2="110.64452"
394 y2="96.64547"
395 id="linearGradient5892"
396 xlink:href="#linearGradient5860"
397 gradientUnits="userSpaceOnUse" />
398 <linearGradient
399 x1="110.64452"
400 y1="92.772629"
401 x2="110.64452"
402 y2="96.64547"
403 id="linearGradient5882"
404 xlink:href="#linearGradient5860"
405 gradientUnits="userSpaceOnUse" />
406 <linearGradient
407 x1="110.64452"
408 y1="92.772629"
409 x2="110.64452"
410 y2="96.64547"
411 id="linearGradient5878"
412 xlink:href="#linearGradient5860"
413 gradientUnits="userSpaceOnUse" />
414 <linearGradient
415 x1="110.64452"
416 y1="92.772629"
417 x2="110.64452"
418 y2="96.64547"
419 id="linearGradient5874"
420 xlink:href="#linearGradient5860"
421 gradientUnits="userSpaceOnUse" />
422 <linearGradient
423 x1="110.64452"
424 y1="92.772629"
425 x2="110.64452"
426 y2="96.64547"
427 id="linearGradient5870"
428 xlink:href="#linearGradient5860"
429 gradientUnits="userSpaceOnUse" />
430 <linearGradient
431 x1="110.64452"
432 y1="92.772629"
433 x2="110.64452"
434 y2="96.64547"
435 id="linearGradient5852"
436 xlink:href="#linearGradient5860"
437 gradientUnits="userSpaceOnUse" />
438 <linearGradient
439 id="linearGradient6035">
440 <stop
441 id="stop6037"
442 style="stop-color:#91918a;stop-opacity:1"
443 offset="0" />
444 <stop
445 id="stop6039"
446 style="stop-color:#7c7c74;stop-opacity:1"
447 offset="1" />
448 </linearGradient>
449 <linearGradient
450 id="linearGradient3260">
451 <stop
452 id="stop3262"
453 style="stop-color:#5d5d56;stop-opacity:1"
454 offset="0" />
455 <stop
456 id="stop3264"
457 style="stop-color:#bcbcb7;stop-opacity:1"
458 offset="1" />
459 </linearGradient>
460 <linearGradient
461 x1="15.749998"
462 y1="40"
463 x2="64.464287"
464 y2="40"
465 id="linearGradient5730"
466 xlink:href="#linearGradient5724"
467 gradientUnits="userSpaceOnUse" />
468 <linearGradient
469 id="linearGradient5724">
470 <stop
471 id="stop5726"
472 style="stop-color:#9f9d7c;stop-opacity:1"
473 offset="0" />
474 <stop
475 id="stop5728"
476 style="stop-color:#ffffff;stop-opacity:1"
477 offset="1" />
478 </linearGradient>
479 <linearGradient
480 id="linearGradient5732">
481 <stop
482 id="stop5734"
483 style="stop-color:#fff1b7;stop-opacity:1"
484 offset="0" />
485 <stop
486 id="stop5736"
487 style="stop-color:#ad6100;stop-opacity:1"
488 offset="1" />
489 </linearGradient>
490 <linearGradient
491 id="linearGradient5795">
492 <stop
493 id="stop5797"
494 style="stop-color:#57ff0c;stop-opacity:1"
495 offset="0" />
496 <stop
497 id="stop5799"
498 style="stop-color:#004617;stop-opacity:1"
499 offset="1" />
500 </linearGradient>
501 <linearGradient
502 id="linearGradient5815">
503 <stop
504 id="stop5817"
505 style="stop-color:#fe774b;stop-opacity:1"
506 offset="0" />
507 <stop
508 id="stop5819"
509 style="stop-color:#610601;stop-opacity:1"
510 offset="1" />
511 </linearGradient>
512 <linearGradient
513 id="linearGradient5835">
514 <stop
515 id="stop5837"
516 style="stop-color:#67b1ff;stop-opacity:1"
517 offset="0" />
518 <stop
519 id="stop5839"
520 style="stop-color:#001a35;stop-opacity:1"
521 offset="1" />
522 </linearGradient>
523 <linearGradient
524 x1="38.689964"
525 y1="36.890461"
526 x2="38.689964"
527 y2="43.260303"
528 id="linearGradient4290"
529 xlink:href="#linearGradient6043"
530 gradientUnits="userSpaceOnUse" />
531 <linearGradient
532 x1="38.689964"
533 y1="36.890461"
534 x2="38.689964"
535 y2="43.260303"
536 id="linearGradient4292"
537 xlink:href="#linearGradient6043"
538 gradientUnits="userSpaceOnUse" />
539 <linearGradient
540 x1="38.689964"
541 y1="36.890461"
542 x2="38.689964"
543 y2="43.260303"
544 id="linearGradient4294"
545 xlink:href="#linearGradient6043"
546 gradientUnits="userSpaceOnUse" />
547 <linearGradient
548 x1="38.689964"
549 y1="36.890461"
550 x2="38.689964"
551 y2="43.260303"
552 id="linearGradient4296"
553 xlink:href="#linearGradient6043"
554 gradientUnits="userSpaceOnUse" />
555 <linearGradient
556 x1="14.585086"
557 y1="40"
558 x2="65.629204"
559 y2="40"
560 id="linearGradient4313"
561 xlink:href="#linearGradient4307"
562 gradientUnits="userSpaceOnUse" />
563 <radialGradient
564 cx="40"
565 cy="40"
566 r="18"
567 fx="40"
568 fy="40"
569 id="radialGradient4344"
570 xlink:href="#linearGradient6035"
571 gradientUnits="userSpaceOnUse"
572 gradientTransform="matrix(1.6258411e-8,-0.73529407,0.73529408,1.6258411e-8,0.58823525,59.411764)" />
573 <linearGradient
574 x1="15.84375"
575 y1="30"
576 x2="44.15625"
577 y2="30"
578 id="linearGradient4401"
579 xlink:href="#linearGradient3057"
580 gradientUnits="userSpaceOnUse" />
581 <linearGradient
582 x1="39.07143"
583 y1="43.00716"
584 x2="39.07143"
585 y2="17.000002"
586 id="linearGradient4409"
587 xlink:href="#linearGradient3260"
588 gradientUnits="userSpaceOnUse" />
589 <filter
590 color-interpolation-filters="sRGB"
591 id="filter4417">
592 <feGaussianBlur
593 id="feGaussianBlur4419"
594 stdDeviation="0.52" />
595 </filter>
596 <linearGradient
597 x1="90.194664"
598 y1="24.087267"
599 x2="85.195808"
600 y2="43.082268"
601 id="linearGradient4505"
602 xlink:href="#linearGradient5756"
603 gradientUnits="userSpaceOnUse" />
604 <linearGradient
605 x1="91.967613"
606 y1="23.503925"
607 x2="89.411514"
608 y2="42.016701"
609 id="linearGradient4507"
610 xlink:href="#linearGradient5732"
611 gradientUnits="userSpaceOnUse" />
612 <linearGradient
613 x1="90.194664"
614 y1="24.087267"
615 x2="85.195808"
616 y2="43.082268"
617 id="linearGradient4509"
618 xlink:href="#linearGradient5756"
619 gradientUnits="userSpaceOnUse" />
620 <linearGradient
621 x1="90.456657"
622 y1="23.091709"
623 x2="85.705856"
624 y2="41.144135"
625 id="linearGradient4511"
626 xlink:href="#linearGradient5795"
627 gradientUnits="userSpaceOnUse" />
628 <linearGradient
629 x1="90.194664"
630 y1="24.087267"
631 x2="85.195808"
632 y2="43.082268"
633 id="linearGradient4513"
634 xlink:href="#linearGradient5756"
635 gradientUnits="userSpaceOnUse" />
636 <linearGradient
637 x1="90.456657"
638 y1="23.091709"
639 x2="85.739838"
640 y2="41.015003"
641 id="linearGradient4515"
642 xlink:href="#linearGradient5815"
643 gradientUnits="userSpaceOnUse" />
644 <linearGradient
645 x1="90.194664"
646 y1="24.087267"
647 x2="85.195808"
648 y2="43.082268"
649 id="linearGradient4517"
650 xlink:href="#linearGradient5756"
651 gradientUnits="userSpaceOnUse" />
652 <linearGradient
653 x1="91.622108"
654 y1="23.409664"
655 x2="86.898407"
656 y2="41.359119"
657 id="linearGradient4519"
658 xlink:href="#linearGradient5835"
659 gradientUnits="userSpaceOnUse" />
660 <filter
661 x="-0.072000004"
662 y="-0.14399999"
663 width="1.1440001"
664 height="1.288"
665 color-interpolation-filters="sRGB"
666 id="filter4587">
667 <feGaussianBlur
668 id="feGaussianBlur4589"
669 stdDeviation="0.36000001" />
670 </filter>
671 <linearGradient
672 x1="78.802673"
673 y1="101.96875"
674 x2="78.802673"
675 y2="114.04247"
676 id="linearGradient4607"
677 xlink:href="#linearGradient5756"
678 gradientUnits="userSpaceOnUse" />
679 <linearGradient
680 x1="78"
681 y1="104"
682 x2="78"
683 y2="112.00382"
684 id="linearGradient4609"
685 xlink:href="#linearGradient5964"
686 gradientUnits="userSpaceOnUse"
687 gradientTransform="matrix(0.75000002,0,0,0.75000009,-2.0894946e-6,-1.0000058)" />
688 <linearGradient
689 x1="79.067139"
690 y1="104.35336"
691 x2="79.067139"
692 y2="107.93777"
693 id="linearGradient4611"
694 xlink:href="#linearGradient5976"
695 gradientUnits="userSpaceOnUse"
696 gradientTransform="matrix(0.75000002,0,0,0.75000009,-2.0894946e-6,-1.0000058)" />
697 <linearGradient
698 x1="78.802673"
699 y1="101.96875"
700 x2="78.802673"
701 y2="114.04247"
702 id="linearGradient4721"
703 xlink:href="#linearGradient5756"
704 gradientUnits="userSpaceOnUse" />
705 <linearGradient
706 x1="78"
707 y1="104"
708 x2="78"
709 y2="112.00382"
710 id="linearGradient4723"
711 xlink:href="#linearGradient5964"
712 gradientUnits="userSpaceOnUse"
713 gradientTransform="matrix(0.75000002,0,0,0.75000009,-2.0894946e-6,-1.0000058)" />
714 <linearGradient
715 x1="79.067139"
716 y1="104.35336"
717 x2="79.067139"
718 y2="107.93777"
719 id="linearGradient4725"
720 xlink:href="#linearGradient5976"
721 gradientUnits="userSpaceOnUse"
722 gradientTransform="matrix(0.75000002,0,0,0.75000009,-2.0894946e-6,-1.0000058)" />
723 <linearGradient
724 x1="78.802673"
725 y1="101.96875"
726 x2="78.802673"
727 y2="114.04247"
728 id="linearGradient4727"
729 xlink:href="#linearGradient5756"
730 gradientUnits="userSpaceOnUse" />
731 <linearGradient
732 x1="78"
733 y1="104"
734 x2="78"
735 y2="112.00382"
736 id="linearGradient4729"
737 xlink:href="#linearGradient5964"
738 gradientUnits="userSpaceOnUse"
739 gradientTransform="matrix(0.75000002,0,0,0.75000009,-2.0894946e-6,-1.0000058)" />
740 <linearGradient
741 x1="79.067139"
742 y1="104.35336"
743 x2="79.067139"
744 y2="107.93777"
745 id="linearGradient4731"
746 xlink:href="#linearGradient5976"
747 gradientUnits="userSpaceOnUse"
748 gradientTransform="matrix(0.75000002,0,0,0.75000009,-2.0894946e-6,-1.0000058)" />
749 <linearGradient
750 x1="83.314926"
751 y1="21.664392"
752 x2="79.007256"
753 y2="38.032986"
754 id="linearGradient3941"
755 xlink:href="#linearGradient3933"
756 gradientUnits="userSpaceOnUse" />
757 <linearGradient
758 x1="84.396637"
759 y1="21.771172"
760 x2="79.935318"
761 y2="38.723618"
762 id="linearGradient3945"
763 xlink:href="#linearGradient3921"
764 gradientUnits="userSpaceOnUse" />
765 <linearGradient
766 x1="84.396637"
767 y1="21.771172"
768 x2="79.880112"
769 y2="38.933376"
770 id="linearGradient3947"
771 xlink:href="#linearGradient3903"
772 gradientUnits="userSpaceOnUse" />
773 <linearGradient
774 x1="85.006851"
775 y1="21.560991"
776 x2="80.336685"
777 y2="39.307014"
778 id="linearGradient3949"
779 xlink:href="#linearGradient3911"
780 gradientUnits="userSpaceOnUse" />
781 <linearGradient
782 x1="45.447727"
783 y1="92.539597"
784 x2="45.447727"
785 y2="7.0165396"
786 id="ButtonShadow-0"
787 gradientUnits="userSpaceOnUse"
788 gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)">
789 <stop
790 id="stop3750-8"
791 style="stop-color:#000000;stop-opacity:1"
792 offset="0" />
793 <stop
794 id="stop3752-5"
795 style="stop-color:#000000;stop-opacity:0.58823532"
796 offset="1" />
797 </linearGradient>
798 <linearGradient
799 x1="32.251034"
800 y1="6.1317081"
801 x2="32.251034"
802 y2="90.238609"
803 id="linearGradient3780"
804 xlink:href="#ButtonShadow-0"
805 gradientUnits="userSpaceOnUse"
806 gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
807 <linearGradient
808 x1="32.251034"
809 y1="6.1317081"
810 x2="32.251034"
811 y2="90.238609"
812 id="linearGradient3772"
813 xlink:href="#ButtonShadow-0"
814 gradientUnits="userSpaceOnUse"
815 gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
816 <linearGradient
817 x1="32.251034"
818 y1="6.1317081"
819 x2="32.251034"
820 y2="90.238609"
821 id="linearGradient3725"
822 xlink:href="#ButtonShadow-0"
823 gradientUnits="userSpaceOnUse"
824 gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
825 <linearGradient
826 x1="32.251034"
827 y1="6.1317081"
828 x2="32.251034"
829 y2="90.238609"
830 id="linearGradient3721"
831 xlink:href="#ButtonShadow-0"
832 gradientUnits="userSpaceOnUse"
833 gradientTransform="translate(0,-97)" />
834 <linearGradient
835 x1="32.251034"
836 y1="6.1317081"
837 x2="32.251034"
838 y2="90.238609"
839 id="linearGradient3811"
840 xlink:href="#ButtonShadow-0"
841 gradientUnits="userSpaceOnUse"
842 gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
843 </defs>
844 <g
845 id="layer2"
846 style="display:none">
847 <rect
848 width="86"
849 height="85"
850 rx="6"
851 ry="6"
852 x="5"
853 y="7"
854 id="rect3745"
855 style="opacity:0.9;fill:url(#ButtonShadow);fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter3174)" />
856 </g>
857 <g
858 id="layer4"
859 style="display:inline">
860 <path
861 d="m 12,-95.03125 c -5.5110903,0 -10.03125,4.52016 -10.03125,10.03125 l 0,71 c 0,5.5110902 4.5201598,10.03125 10.03125,10.03125 l 72,0 c 5.51109,0 10.03125,-4.5201597 10.03125,-10.03125 l 0,-71 c 0,-5.51109 -4.52016,-10.03125 -10.03125,-10.03125 l -72,0 z"
862 transform="scale(1,-1)"
863 id="path3786"
864 style="opacity:0.07999998;fill:url(#linearGradient3811);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
865 <path
866 d="m 12,-94.03125 c -4.971633,0 -9.03125,4.059617 -9.03125,9.03125 l 0,71 c 0,4.9716329 4.0596171,9.03125 9.03125,9.03125 l 72,0 c 4.971633,0 9.03125,-4.059617 9.03125,-9.03125 l 0,-71 c 0,-4.971633 -4.059617,-9.03125 -9.03125,-9.03125 l -72,0 z"
867 transform="scale(1,-1)"
868 id="path3778"
869 style="opacity:0.1;fill:url(#linearGradient3780);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
870 <path
871 d="m 12,-93 c -4.4091333,0 -8,3.590867 -8,8 l 0,71 c 0,4.4091333 3.5908667,8 8,8 l 72,0 c 4.409133,0 8,-3.5908667 8,-8 l 0,-71 c 0,-4.409133 -3.590867,-8 -8,-8 l -72,0 z"
872 transform="scale(1,-1)"
873 id="path3770"
874 style="opacity:0.2;fill:url(#linearGradient3772);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
875 <rect
876 width="86"
877 height="85"
878 rx="7"
879 ry="7"
880 x="5"
881 y="-92"
882 transform="scale(1,-1)"
883 id="rect3723"
884 style="opacity:0.3;fill:url(#linearGradient3725);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
885 <rect
886 width="84"
887 height="84"
888 rx="6"
889 ry="6"
890 x="6"
891 y="-91"
892 transform="scale(1,-1)"
893 id="rect3716"
894 style="opacity:0.45;fill:url(#linearGradient3721);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
895 </g>
896 <g
897 id="layer1">
898 <rect
899 width="84"
900 height="84"
901 rx="6"
902 ry="6"
903 x="6"
904 y="6"
905 id="rect2419"
906 style="fill:url(#linearGradient3617);fill-opacity:1;fill-rule:nonzero;stroke:none" />
907 <path
908 d="M 12,6 C 8.676,6 6,8.676 6,12 l 0,2 0,68 0,2 c 0,0.334721 0.04135,0.6507 0.09375,0.96875 0.0487,0.295596 0.09704,0.596915 0.1875,0.875 0.00988,0.03038 0.020892,0.0636 0.03125,0.09375 0.098865,0.287771 0.2348802,0.547452 0.375,0.8125 0.1445918,0.273507 0.3156161,0.535615 0.5,0.78125 0.1843839,0.245635 0.3737765,0.473472 0.59375,0.6875 0.439947,0.428056 0.94291,0.814526 1.5,1.09375 0.278545,0.139612 0.5734731,0.246947 0.875,0.34375 -0.2562018,-0.100222 -0.4867109,-0.236272 -0.71875,-0.375 -0.00741,-0.0044 -0.023866,0.0045 -0.03125,0 -0.031933,-0.0193 -0.062293,-0.04251 -0.09375,-0.0625 -0.120395,-0.0767 -0.2310226,-0.163513 -0.34375,-0.25 -0.1061728,-0.0808 -0.2132809,-0.161112 -0.3125,-0.25 C 8.4783201,88.557317 8.3087904,88.373362 8.15625,88.1875 8.0486711,88.057245 7.9378561,87.922215 7.84375,87.78125 7.818661,87.74287 7.805304,87.69538 7.78125,87.65625 7.716487,87.553218 7.6510225,87.451733 7.59375,87.34375 7.4927417,87.149044 7.3880752,86.928049 7.3125,86.71875 7.30454,86.69694 7.288911,86.6782 7.28125,86.65625 7.2494249,86.5643 7.2454455,86.469419 7.21875,86.375 7.1884177,86.268382 7.1483606,86.171969 7.125,86.0625 7.0521214,85.720988 7,85.364295 7,85 L 7,83 7,15 7,13 C 7,10.218152 9.2181517,8 12,8 l 2,0 68,0 2,0 c 2.781848,0 5,2.218152 5,5 l 0,2 0,68 0,2 c 0,0.364295 -0.05212,0.720988 -0.125,1.0625 -0.04415,0.206893 -0.08838,0.397658 -0.15625,0.59375 -0.0077,0.02195 -0.0233,0.04069 -0.03125,0.0625 -0.06274,0.173739 -0.138383,0.367449 -0.21875,0.53125 -0.04158,0.0828 -0.07904,0.169954 -0.125,0.25 -0.0546,0.09721 -0.126774,0.18835 -0.1875,0.28125 -0.09411,0.140965 -0.204921,0.275995 -0.3125,0.40625 -0.143174,0.17445 -0.303141,0.346998 -0.46875,0.5 -0.01117,0.0102 -0.01998,0.02115 -0.03125,0.03125 -0.138386,0.125556 -0.285091,0.234436 -0.4375,0.34375 -0.102571,0.07315 -0.204318,0.153364 -0.3125,0.21875 -0.0074,0.0045 -0.02384,-0.0044 -0.03125,0 -0.232039,0.138728 -0.462548,0.274778 -0.71875,0.375 0.301527,-0.0968 0.596455,-0.204138 0.875,-0.34375 0.55709,-0.279224 1.060053,-0.665694 1.5,-1.09375 0.219973,-0.214028 0.409366,-0.441865 0.59375,-0.6875 0.184384,-0.245635 0.355408,-0.507743 0.5,-0.78125 0.14012,-0.265048 0.276135,-0.524729 0.375,-0.8125 0.01041,-0.03078 0.02133,-0.06274 0.03125,-0.09375 0.09046,-0.278085 0.1388,-0.579404 0.1875,-0.875 C 89.95865,84.6507 90,84.334721 90,84 l 0,-2 0,-68 0,-2 C 90,8.676 87.324,6 84,6 L 12,6 z"
909 id="rect3728"
910 style="opacity:0.5;fill:url(#linearGradient3188);fill-opacity:1;fill-rule:nonzero;stroke:none" />
911 <path
912 d="M 12,90 C 8.676,90 6,87.324 6,84 L 6,82 6,14 6,12 c 0,-0.334721 0.04135,-0.6507 0.09375,-0.96875 0.0487,-0.295596 0.09704,-0.596915 0.1875,-0.875 C 6.29113,10.12587 6.302142,10.09265 6.3125,10.0625 6.411365,9.774729 6.5473802,9.515048 6.6875,9.25 6.8320918,8.976493 7.0031161,8.714385 7.1875,8.46875 7.3718839,8.223115 7.5612765,7.995278 7.78125,7.78125 8.221197,7.353194 8.72416,6.966724 9.28125,6.6875 9.559795,6.547888 9.8547231,6.440553 10.15625,6.34375 9.9000482,6.443972 9.6695391,6.580022 9.4375,6.71875 c -0.00741,0.0044 -0.023866,-0.0045 -0.03125,0 -0.031933,0.0193 -0.062293,0.04251 -0.09375,0.0625 -0.120395,0.0767 -0.2310226,0.163513 -0.34375,0.25 -0.1061728,0.0808 -0.2132809,0.161112 -0.3125,0.25 C 8.4783201,7.442683 8.3087904,7.626638 8.15625,7.8125 8.0486711,7.942755 7.9378561,8.077785 7.84375,8.21875 7.818661,8.25713 7.805304,8.30462 7.78125,8.34375 7.716487,8.446782 7.6510225,8.548267 7.59375,8.65625 7.4927417,8.850956 7.3880752,9.071951 7.3125,9.28125 7.30454,9.30306 7.288911,9.3218 7.28125,9.34375 7.2494249,9.4357 7.2454455,9.530581 7.21875,9.625 7.1884177,9.731618 7.1483606,9.828031 7.125,9.9375 7.0521214,10.279012 7,10.635705 7,11 l 0,2 0,68 0,2 c 0,2.781848 2.2181517,5 5,5 l 2,0 68,0 2,0 c 2.781848,0 5,-2.218152 5,-5 l 0,-2 0,-68 0,-2 C 89,10.635705 88.94788,10.279012 88.875,9.9375 88.83085,9.730607 88.78662,9.539842 88.71875,9.34375 88.71105,9.3218 88.69545,9.30306 88.6875,9.28125 88.62476,9.107511 88.549117,8.913801 88.46875,8.75 88.42717,8.6672 88.38971,8.580046 88.34375,8.5 88.28915,8.40279 88.216976,8.31165 88.15625,8.21875 88.06214,8.077785 87.951329,7.942755 87.84375,7.8125 87.700576,7.63805 87.540609,7.465502 87.375,7.3125 87.36383,7.3023 87.35502,7.29135 87.34375,7.28125 87.205364,7.155694 87.058659,7.046814 86.90625,6.9375 86.803679,6.86435 86.701932,6.784136 86.59375,6.71875 c -0.0074,-0.0045 -0.02384,0.0044 -0.03125,0 -0.232039,-0.138728 -0.462548,-0.274778 -0.71875,-0.375 0.301527,0.0968 0.596455,0.204138 0.875,0.34375 0.55709,0.279224 1.060053,0.665694 1.5,1.09375 0.219973,0.214028 0.409366,0.441865 0.59375,0.6875 0.184384,0.245635 0.355408,0.507743 0.5,0.78125 0.14012,0.265048 0.276135,0.524729 0.375,0.8125 0.01041,0.03078 0.02133,0.06274 0.03125,0.09375 0.09046,0.278085 0.1388,0.579404 0.1875,0.875 C 89.95865,11.3493 90,11.665279 90,12 l 0,2 0,68 0,2 c 0,3.324 -2.676,6 -6,6 l -72,0 z"
913 id="path3615"
914 style="opacity:0.2;fill:url(#radialGradient3619);fill-opacity:1;fill-rule:nonzero;stroke:none" />
915 </g>
916 <g
917 id="layer5">
918 <rect
919 width="66"
920 height="66"
921 rx="12"
922 ry="12"
923 x="15"
924 y="15"
925 clip-path="url(#clipPath3613)"
926 id="rect3171"
927 style="opacity:0.1;fill:url(#linearGradient3613);fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;filter:url(#filter3794)" />
928 </g>
929 <g
930 id="layer3">
931 <path
932 d="m 96.196504,32.053356 a 8.0982523,8.2454147 0 1 1 -16.196505,0 8.0982523,8.2454147 0 1 1 16.196505,0 z"
933 transform="matrix(0.95396995,-0.2556155,0.25105324,0.93694367,-60.090183,56.48709)"
934 id="path5825"
935 style="fill:url(#linearGradient4517);fill-opacity:1;fill-rule:evenodd;stroke:none" />
936 <path
937 d="m 96.196504,32.053356 a 8.0982523,8.2454147 0 1 1 -16.196505,0 8.0982523,8.2454147 0 1 1 16.196505,0 z"
938 transform="matrix(0.68265295,-0.18291628,0.17965162,0.67046901,-33.898963,58.623826)"
939 id="path5829"
940 style="fill:url(#linearGradient3949);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4519);stroke-width:1.4277575;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
941 <g
942 transform="matrix(0.95873644,0,0,0.95853174,0.4399861,3.6575721)"
943 id="g4497">
944 <path
945 d="m 96.196504,32.053356 a 8.0982523,8.2454147 0 1 1 -16.196505,0 8.0982523,8.2454147 0 1 1 16.196505,0 z"
946 transform="matrix(0.99502836,-0.26667401,0.26185845,0.97747798,-45.403687,45.725682)"
947 id="path5805"
948 style="fill:url(#linearGradient4513);fill-opacity:1;fill-rule:evenodd;stroke:none" />
949 <path
950 d="m 96.196504,32.053356 a 8.0982523,8.2454147 0 1 1 -16.196505,0 8.0982523,8.2454147 0 1 1 16.196505,0 z"
951 transform="matrix(0.71203401,-0.19082965,0.18738374,0.69947502,-18.085209,47.954858)"
952 id="path5809"
953 style="fill:url(#linearGradient3947);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4515);stroke-width:1.4277575;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
954 </g>
955 <path
956 d="m 96.196504,32.053356 a 8.0982523,8.2454147 0 1 1 -16.196505,0 8.0982523,8.2454147 0 1 1 16.196505,0 z"
957 transform="matrix(0.95396995,-0.2556155,0.25105324,0.93694367,-32.090183,31.48709)"
958 id="path5785"
959 style="fill:url(#linearGradient4509);fill-opacity:1;fill-rule:evenodd;stroke:none" />
960 <path
961 d="m 96.196504,32.053356 a 8.0982523,8.2454147 0 1 1 -16.196505,0 8.0982523,8.2454147 0 1 1 16.196505,0 z"
962 transform="matrix(0.68265295,-0.18291628,0.17965162,0.67046901,-5.8989632,33.623826)"
963 id="path5789"
964 style="fill:url(#linearGradient3945);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4511);stroke-width:1.4277575;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
965 <path
966 d="m 96.196504,32.053356 a 8.0982523,8.2454147 0 1 1 -16.196505,0 8.0982523,8.2454147 0 1 1 16.196505,0 z"
967 transform="matrix(0.95396995,-0.2556155,0.25105324,0.93694367,-30.090183,12.48709)"
968 id="path5754"
969 style="fill:url(#linearGradient4505);fill-opacity:1;fill-rule:evenodd;stroke:none" />
970 <path
971 d="m 96.196504,32.053356 a 8.0982523,8.2454147 0 1 1 -16.196505,0 8.0982523,8.2454147 0 1 1 16.196505,0 z"
972 transform="matrix(0.68265295,-0.18291628,0.17965162,0.67046901,-3.8989615,14.623826)"
973 id="path3245"
974 style="fill:url(#linearGradient3941);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4507);stroke-width:1.4277575;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
975 <path
976 d="m 64.214289,40 a 24.107145,24 0 1 1 -48.214291,0 24.107145,24 0 1 1 48.214291,0 z"
977 transform="matrix(0,0.71555548,0.71875,0,1.25,1.3011135)"
978 id="path3215"
979 style="opacity:0.8;fill:url(#linearGradient4313);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5730);stroke-width:2.09160972;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
980 <g
981 id="g4252">
982 <path
983 d="m 111.93775,94.063576 a 1.9364232,1.9364232 0 1 1 -3.87285,0 1.9364232,1.9364232 0 1 1 3.87285,0 z"
984 transform="matrix(0.57802848,0,0,0.57815191,18.791618,14.634463)"
985 id="path5473"
986 style="fill:#4d4c38;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5852);stroke-width:1.72983396;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
987 <path
988 d="m 111.93775,94.063576 a 1.9364232,1.9364232 0 1 1 -3.87285,0 1.9364232,1.9364232 0 1 1 3.87285,0 z"
989 transform="matrix(0.57802848,0,0,0.57815191,12.821976,14.634463)"
990 id="path5868"
991 style="fill:#4d4c38;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5870);stroke-width:1.72983396;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
992 <path
993 d="m 111.93775,94.063576 a 1.9364232,1.9364232 0 1 1 -3.87285,0 1.9364232,1.9364232 0 1 1 3.87285,0 z"
994 transform="matrix(0.57802848,0,0,0.57815191,6.8523358,14.634463)"
995 id="path5872"
996 style="fill:#4d4c38;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5874);stroke-width:1.72983396;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
997 <path
998 d="m 111.93775,94.063576 a 1.9364232,1.9364232 0 1 1 -3.87285,0 1.9364232,1.9364232 0 1 1 3.87285,0 z"
999 transform="matrix(0.57802848,0,0,0.57815191,0.88269427,14.634463)"
1000 id="path5876"
1001 style="fill:#4d4c38;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5878);stroke-width:1.72983396;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
1002 <path
1003 d="m 111.93775,94.063576 a 1.9364232,1.9364232 0 1 1 -3.87285,0 1.9364232,1.9364232 0 1 1 3.87285,0 z"
1004 transform="matrix(0.57802848,0,0,0.57815191,-5.0869466,14.634463)"
1005 id="path5880"
1006 style="fill:#4d4c38;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5882);stroke-width:1.72983396;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
1007 <path
1008 d="m 111.93775,94.063576 a 1.9364232,1.9364232 0 1 1 -3.87285,0 1.9364232,1.9364232 0 1 1 3.87285,0 z"
1009 transform="matrix(0.57802848,0,0,0.57815191,15.806797,11.649005)"
1010 id="path5884"
1011 style="fill:#4d4c38;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5892);stroke-width:1.72983396;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
1012 <path
1013 d="m 111.93775,94.063576 a 1.9364232,1.9364232 0 1 1 -3.87285,0 1.9364232,1.9364232 0 1 1 3.87285,0 z"
1014 transform="matrix(0.57802848,0,0,0.57815191,9.8371556,11.649005)"
1015 id="path5886"
1016 style="fill:#4d4c38;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5894);stroke-width:1.72983396;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
1017 <path
1018 d="m 111.93775,94.063576 a 1.9364232,1.9364232 0 1 1 -3.87285,0 1.9364232,1.9364232 0 1 1 3.87285,0 z"
1019 transform="matrix(0.57802848,0,0,0.57815191,3.8675147,11.649005)"
1020 id="path5888"
1021 style="fill:#4d4c38;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5896);stroke-width:1.72983396;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
1022 <path
1023 d="m 111.93775,94.063576 a 1.9364232,1.9364232 0 1 1 -3.87285,0 1.9364232,1.9364232 0 1 1 3.87285,0 z"
1024 transform="matrix(0.57802848,0,0,0.57815191,-2.1021262,11.649005)"
1025 id="path5890"
1026 style="fill:#4d4c38;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5898);stroke-width:1.72983396;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
1027 <path
1028 d="m 111.93775,94.063576 a 1.9364232,1.9364232 0 1 1 -3.87285,0 1.9364232,1.9364232 0 1 1 3.87285,0 z"
1029 transform="matrix(0.57802848,0,0,0.57815191,18.791618,8.6635472)"
1030 id="path5900"
1031 style="fill:#4d4c38;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5908);stroke-width:1.72983396;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
1032 <path
1033 d="m 111.93775,94.063576 a 1.9364232,1.9364232 0 1 1 -3.87285,0 1.9364232,1.9364232 0 1 1 3.87285,0 z"
1034 transform="matrix(0.57802848,0,0,0.57815191,12.821976,8.6635472)"
1035 id="path5902"
1036 style="fill:#4d4c38;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5910);stroke-width:1.72983396;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
1037 <path
1038 d="m 111.93775,94.063576 a 1.9364232,1.9364232 0 1 1 -3.87285,0 1.9364232,1.9364232 0 1 1 3.87285,0 z"
1039 transform="matrix(0.57802848,0,0,0.57815191,6.8523358,8.6635472)"
1040 id="path5904"
1041 style="fill:#4d4c38;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5912);stroke-width:1.72983396;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
1042 <path
1043 d="m 111.93775,94.063576 a 1.9364232,1.9364232 0 1 1 -3.87285,0 1.9364232,1.9364232 0 1 1 3.87285,0 z"
1044 transform="matrix(0.57802848,0,0,0.57815191,0.88269427,8.6635472)"
1045 id="path5906"
1046 style="fill:#4d4c38;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5914);stroke-width:1.72983396;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
1047 <path
1048 d="m 111.93775,94.063576 a 1.9364232,1.9364232 0 1 1 -3.87285,0 1.9364232,1.9364232 0 1 1 3.87285,0 z"
1049 transform="matrix(0.57802848,0,0,0.57815191,15.806797,5.6780893)"
1050 id="path5916"
1051 style="fill:#4d4c38;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5922);stroke-width:1.72983396;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
1052 <path
1053 d="m 111.93775,94.063576 a 1.9364232,1.9364232 0 1 1 -3.87285,0 1.9364232,1.9364232 0 1 1 3.87285,0 z"
1054 transform="matrix(0.57802848,0,0,0.57815191,9.8371556,5.6780893)"
1055 id="path5918"
1056 style="fill:#4d4c38;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5924);stroke-width:1.72983396;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
1057 <path
1058 d="m 111.93775,94.063576 a 1.9364232,1.9364232 0 1 1 -3.87285,0 1.9364232,1.9364232 0 1 1 3.87285,0 z"
1059 transform="matrix(0.57802848,0,0,0.57815191,3.8675147,5.6780893)"
1060 id="path5920"
1061 style="fill:#4d4c38;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5926);stroke-width:1.72983396;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
1062 <path
1063 d="m 111.93775,94.063576 a 1.9364232,1.9364232 0 1 1 -3.87285,0 1.9364232,1.9364232 0 1 1 3.87285,0 z"
1064 transform="matrix(0.57802848,0,0,0.57815191,18.791618,2.6926315)"
1065 id="path5928"
1066 style="fill:#4d4c38;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5934);stroke-width:1.72983396;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
1067 <path
1068 d="m 111.93775,94.063576 a 1.9364232,1.9364232 0 1 1 -3.87285,0 1.9364232,1.9364232 0 1 1 3.87285,0 z"
1069 transform="matrix(0.57802848,0,0,0.57815191,12.821976,2.6926315)"
1070 id="path5930"
1071 style="fill:#4d4c38;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5936);stroke-width:1.72983396;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
1072 <path
1073 d="m 111.93775,94.063576 a 1.9364232,1.9364232 0 1 1 -3.87285,0 1.9364232,1.9364232 0 1 1 3.87285,0 z"
1074 transform="matrix(0.57802848,0,0,0.57815191,6.8523358,2.6926315)"
1075 id="path5932"
1076 style="fill:#4d4c38;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5938);stroke-width:1.72983396;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
1077 <path
1078 d="m 111.93775,94.063576 a 1.9364232,1.9364232 0 1 1 -3.87285,0 1.9364232,1.9364232 0 1 1 3.87285,0 z"
1079 transform="matrix(0.57802848,0,0,0.57815191,15.806797,-0.29282648)"
1080 id="path5940"
1081 style="fill:#4d4c38;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5944);stroke-width:1.72983396;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
1082 <path
1083 d="m 111.93775,94.063576 a 1.9364232,1.9364232 0 1 1 -3.87285,0 1.9364232,1.9364232 0 1 1 3.87285,0 z"
1084 transform="matrix(0.57802848,0,0,0.57815191,9.8371556,-0.29282648)"
1085 id="path5942"
1086 style="fill:#4d4c38;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5946);stroke-width:1.72983396;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
1087 <path
1088 d="m 111.93775,94.063576 a 1.9364232,1.9364232 0 1 1 -3.87285,0 1.9364232,1.9364232 0 1 1 3.87285,0 z"
1089 transform="matrix(0.57802848,0,0,0.57815191,18.791618,-3.2782836)"
1090 id="path5948"
1091 style="fill:#4d4c38;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5952);stroke-width:1.72983396;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
1092 <path
1093 d="m 111.93775,94.063576 a 1.9364232,1.9364232 0 1 1 -3.87285,0 1.9364232,1.9364232 0 1 1 3.87285,0 z"
1094 transform="matrix(0.57802848,0,0,0.57815191,12.821976,-3.2782836)"
1095 id="path5950"
1096 style="fill:#4d4c38;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5954);stroke-width:1.72983396;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
1097 <path
1098 d="m 111.93775,94.063576 a 1.9364232,1.9364232 0 1 1 -3.87285,0 1.9364232,1.9364232 0 1 1 3.87285,0 z"
1099 transform="matrix(0.57802848,0,0,0.57815191,15.806797,-6.2637418)"
1100 id="path5956"
1101 style="fill:#4d4c38;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5958);stroke-width:1.72983396;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
1102 <path
1103 d="m 111.93775,94.063576 a 1.9364232,1.9364232 0 1 1 -3.87285,0 1.9364232,1.9364232 0 1 1 3.87285,0 z"
1104 transform="matrix(0.57802848,0,0,0.57815191,18.791618,-9.2491994)"
1105 id="path5960"
1106 style="fill:#4d4c38;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5962);stroke-width:1.72983396;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
1107 </g>
1108 <g
1109 transform="translate(-2,-1)"
1110 id="g4591">
1111 <path
1112 d="m 76,101.96875 c -3.310589,0 -6.03125,2.72066 -6.03125,6.03125 0,3.31059 2.720661,6.03125 6.03125,6.03125 l 8,0 c 3.310589,0 6.03125,-2.72066 6.03125,-6.03125 0,-3.31059 -2.720661,-6.03125 -6.03125,-6.03125 l -8,0 z"
1113 transform="matrix(0.74766355,0,0,0.74611399,0.18691599,-0.5803109)"
1114 id="path6004"
1115 style="fill:url(#linearGradient4727);fill-opacity:1;fill-rule:evenodd;stroke:none" />
1116 <rect
1117 width="12"
1118 height="6.0000005"
1119 rx="3"
1120 ry="3.0000002"
1121 x="54"
1122 y="77"
1123 id="rect3247"
1124 style="fill:url(#linearGradient4729);fill-opacity:1;fill-rule:evenodd;stroke:none" />
1125 <rect
1126 width="9.879859"
1127 height="2.6872792"
1128 rx="1.3436396"
1129 ry="1.3436396"
1130 x="55.06007"
1131 y="77.265022"
1132 id="rect5972"
1133 style="opacity:0.6;fill:url(#linearGradient4731);fill-opacity:1;fill-rule:evenodd;stroke:none" />
1134 <path
1135 d="M 52.0625,79.5 C 52.033917,79.666907 52,79.824693 52,80 c 0,1.662 1.338,3 3,3 l 6,0 c 1.662,0 3,-1.338 3,-3 0,-0.175307 -0.03392,-0.333093 -0.0625,-0.5 C 63.695102,80.91546 62.486693,82 61,82 l -6,0 c -1.486693,0 -2.695102,-1.08454 -2.9375,-2.5 z"
1136 transform="translate(2,0)"
1137 id="rect4706"
1138 style="opacity:0.3;fill:#1a1a1a;fill-opacity:1;fill-rule:evenodd;stroke:none" />
1139 </g>
1140 <path
1141 d="m -33.53125,18 c -1.318838,0 -2.40625,1.087412 -2.40625,2.40625 l 0,4.65625 -4.65625,0 C -41.912587,25.0625 -43,26.149914 -43,27.46875 l 0,7.0625 c 0,1.318836 1.087413,2.40625 2.40625,2.40625 l 4.65625,0 0,4.65625 c 0,1.318839 1.087415,2.40625 2.40625,2.40625 l 7.0625,0 c 1.318836,0 2.40625,-1.087413 2.40625,-2.40625 l 0,-4.65625 4.65625,0 c 1.318836,0 2.40625,-1.087412 2.40625,-2.40625 l 0,-7.0625 c 0,-1.318837 -1.087414,-2.40625 -2.40625,-2.40625 l -4.65625,0 0,-4.65625 C -24.0625,19.087414 -25.149912,18 -26.46875,18 l -7.0625,0 z"
1142 id="path4315"
1143 style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:0.8;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Abandoned Bitplane;-inkscape-font-specification:Abandoned Bitplane" />
1144 <path
1145 d="m 26.46875,15.84375 c -1.958746,0 -3.5625,1.603754 -3.5625,3.5625 l 0,3.5 -3.5,0 c -1.958747,0 -3.5625,1.603754 -3.5625,3.5625 l 0,7.0625 c 0,1.958746 1.603753,3.5625 3.5625,3.5625 l 3.5,0 0,3.5 c 0,1.958749 1.603756,3.5625 3.5625,3.5625 l 7.0625,0 c 1.958746,0 3.5625,-1.603753 3.5625,-3.5625 l 0,-3.5 3.5,0 c 1.958745,0 3.5625,-1.603752 3.5625,-3.5625 l 0,-7.0625 c 0,-1.958747 -1.603754,-3.5625 -3.5625,-3.5625 l -3.5,0 0,-3.5 c 0,-1.958745 -1.603752,-3.5625 -3.5625,-3.5625 l -7.0625,0 z"
1146 transform="matrix(0,-1,-1,0,10,60)"
1147 id="path4393"
1148 style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:url(#linearGradient4401);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Abandoned Bitplane;-inkscape-font-specification:Abandoned Bitplane" />
1149 <path
1150 d="m 26.46875,18 c -1.318838,0 -2.40625,1.087412 -2.40625,2.40625 l 0,4.65625 -4.65625,0 C 18.087413,25.0625 17,26.149914 17,27.46875 l 0,7.0625 c 0,1.318836 1.087413,2.40625 2.40625,2.40625 l 4.65625,0 0,4.65625 C 24.0625,42.912589 25.149915,44 26.46875,44 l 7.0625,0 c 1.318836,0 2.40625,-1.087413 2.40625,-2.40625 l 0,-4.65625 4.65625,0 C 41.912586,36.9375 43,35.850088 43,34.53125 l 0,-7.0625 C 43,26.149913 41.912586,25.0625 40.59375,25.0625 l -4.65625,0 0,-4.65625 C 35.9375,19.087414 34.850088,18 33.53125,18 l -7.0625,0 z"
1151 id="path4411"
1152 style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:0.8;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter4417);enable-background:accumulate;font-family:Abandoned Bitplane;-inkscape-font-specification:Abandoned Bitplane" />
1153 <path
1154 d="m 26.323528,17.500001 c -0.814705,0 -1.470589,0.655884 -1.470589,1.470588 l 0,5.882354 -5.882351,0 c -0.814707,0 -1.470588,0.655882 -1.470588,1.470588 l 0,7.35294 c 0,0.814707 0.655881,1.47059 1.470588,1.47059 l 5.882351,0 0,5.882351 c 0,0.814707 0.655884,1.470588 1.470589,1.470588 l 7.352941,0 c 0.814706,0 1.470589,-0.655881 1.470589,-1.470588 l 0,-5.882351 5.882353,0 c 0.814705,0 1.470588,-0.655883 1.470588,-1.47059 l 0,-7.35294 c 0,-0.814706 -0.655883,-1.470588 -1.470588,-1.470588 l -5.882353,0 0,-5.882354 c 0,-0.814704 -0.655883,-1.470588 -1.470589,-1.470588 l -7.352941,0 z"
1155 id="rect3225"
1156 style="fill:url(#radialGradient4344);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4409);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
1157 <path
1158 d="m 43.10954,40 a 3.1095405,3.1095405 0 1 1 -6.21908,0 3.1095405,3.1095405 0 1 1 6.21908,0 z"
1159 transform="matrix(0.86632785,0,0,0.86632788,-11.712085,-4.6531144)"
1160 id="path6055"
1161 style="fill:url(#linearGradient4290);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline" />
1162 <path
1163 d="m 43.10954,40 a 3.1095405,3.1095405 0 1 1 -6.21908,0 3.1095405,3.1095405 0 1 1 6.21908,0 z"
1164 transform="matrix(0.86632785,0,0,0.86632788,2.4058514,-4.6531144)"
1165 id="path6065"
1166 style="fill:url(#linearGradient4292);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline" />
1167 <path
1168 d="m 43.10954,40 a 3.1095405,3.1095405 0 1 1 -6.21908,0 3.1095405,3.1095405 0 1 1 6.21908,0 z"
1169 transform="matrix(0.86632785,0,0,0.86632788,-4.6531164,-11.712083)"
1170 id="path6069"
1171 style="fill:url(#linearGradient4294);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline" />
1172 <path
1173 d="m 43.10954,40 a 3.1095405,3.1095405 0 1 1 -6.21908,0 3.1095405,3.1095405 0 1 1 6.21908,0 z"
1174 transform="matrix(0.86632785,0,0,0.86632788,-4.6531164,2.4058526)"
1175 id="path6073"
1176 style="fill:url(#linearGradient4296);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline" />
1177 <path
1178 d="m 12,77.125 0,2.875 0.90625,0 0,-1.15625 1.09375,0 0,-0.59375 -1.09375,0 0,-0.5 1.28125,0 0,-0.625 -2.1875,0 z m 3.09375,0 L 14,80 l 0.90625,0 0.15625,-0.46875 1,0 0.125,0.46875 0.9375,0 -1.0625,-2.875 -0.96875,0 z m 2.3125,0 0,2.875 2.40625,0 0,-0.65625 -1.53125,0 0,-0.5625 1.375,0 0,-0.59375 -1.375,0 0,-0.4375 1.5,0 0,-0.625 -2.375,0 z m 2.90625,0 0,2.875 0.8125,0 0,-1.5625 1.09375,1.5625 0.8125,0 0,-2.875 -0.8125,0 0,1.59375 -1.09375,-1.59375 -0.8125,0 z m 3.25,0 0,0.625 1.4375,0 -1.59375,1.65625 0,0.59375 2.71875,0 0,-0.625 -1.65625,0 1.59375,-1.65625 0,-0.59375 -2.5,0 z m 3.75,0 -1.09375,2.875 0.90625,0 0.15625,-0.46875 1,0 L 28.4375,80 l 0.90625,0 -1.0625,-2.875 -0.96875,0 z m -11.75,0.75 0.3125,1.03125 -0.625,0 0.3125,-1.03125 z m 12.21875,0 0.3125,1.03125 -0.625,0 0.3125,-1.03125 z m 4.0625,0.03125 c -0.193426,2e-6 -0.33888,0.02651 -0.46875,0.09375 -0.170399,0.0875 -0.31783,0.211051 -0.40625,0.375 -0.08842,0.163952 -0.125,0.351575 -0.125,0.5625 0,0.194347 0.04579,0.396708 0.125,0.5625 0.07921,0.164872 0.186247,0.28566 0.34375,0.375 0.157503,0.08842 0.350653,0.125 0.5625,0.125 0.166713,0 0.33789,-0.03112 0.5,-0.09375 0.163028,-0.06355 0.28934,-0.13585 0.375,-0.21875 l 0,-0.8125 -0.875,0 0,0.34375 0.46875,0 0,0.25 c -0.06171,0.04789 -0.16342,0.09092 -0.25,0.125 -0.08566,0.03316 -0.16434,0.0625 -0.25,0.0625 -0.173163,0 -0.299407,-0.06776 -0.40625,-0.1875 -0.106847,-0.12066 -0.15625,-0.290849 -0.15625,-0.53125 0,-0.222898 0.05125,-0.386707 0.15625,-0.5 0.105922,-0.113288 0.227562,-0.187499 0.40625,-0.1875 0.117896,0 0.23421,0.03572 0.3125,0.09375 0.07921,0.05711 0.1277,0.11928 0.15625,0.21875 L 32.71875,78.5 C 32.67822,78.313945 32.579343,78.167504 32.4375,78.0625 32.296575,77.956575 32.095202,77.906252 31.84375,77.90625 z m 8.28125,0 c -0.155662,0 -0.295722,0.01553 -0.40625,0.0625 -0.109608,0.04698 -0.19105,0.12849 -0.25,0.21875 -0.05803,0.08934 -0.09375,0.178091 -0.09375,0.28125 0,0.160267 0.06316,0.294801 0.1875,0.40625 0.08842,0.07921 0.249534,0.13316 0.46875,0.1875 0.170397,0.04237 0.2646,0.07717 0.3125,0.09375 0.07,0.02487 0.12862,0.05967 0.15625,0.09375 0.02855,0.03316 0.0625,0.07711 0.0625,0.125 -10e-7,0.07461 -0.05776,0.13132 -0.125,0.1875 -0.06632,0.05527 -0.149538,0.09375 -0.28125,0.09375 -0.124345,0 -0.23882,-0.03112 -0.3125,-0.09375 -0.07277,-0.06263 -0.10105,-0.147694 -0.125,-0.28125 L 39.3125,79.3125 c 0.02671,0.226584 0.11276,0.381182 0.25,0.5 0.137239,0.117896 0.337692,0.1875 0.59375,0.1875 0.175924,0 0.319602,-0.01368 0.4375,-0.0625 0.117896,-0.04974 0.21677,-0.148682 0.28125,-0.25 0.06447,-0.101317 0.09375,-0.196445 0.09375,-0.3125 -1e-5,-0.128029 -0.03941,-0.22592 -0.09375,-0.3125 -0.05342,-0.0875 -0.12296,-0.16901 -0.21875,-0.21875 -0.09487,-0.05066 -0.23855,-0.10927 -0.4375,-0.15625 -0.198952,-0.04698 -0.32342,-0.08171 -0.375,-0.125 -0.04053,-0.03408 -0.0625,-0.0771 -0.0625,-0.125 0,-0.0525 0.01921,-0.09368 0.0625,-0.125 0.06724,-0.04882 0.162431,-0.0625 0.28125,-0.0625 0.115133,0 0.19289,0.01645 0.25,0.0625 0.05802,0.04513 0.1075,0.11467 0.125,0.21875 l 0.40625,0 C 40.89985,78.345195 40.81645,78.173951 40.6875,78.0625 40.55947,77.951055 40.379215,77.906252 40.125,77.90625 z m -6.4375,0.03125 -0.78125,2.03125 0.4375,0 L 33.5,79.5 l 0.8125,0 0.1875,0.46875 0.4375,0 -0.8125,-2.03125 -0.4375,0 z m 1.46875,0 0,2.03125 0.375,0 0,-1.59375 0.40625,1.59375 0.40625,0 0.40625,-1.59375 0,1.59375 0.375,0 0,-2.03125 -0.625,0 -0.375,1.375 -0.34375,-1.375 -0.625,0 z m 2.375,0 0,2.03125 1.53125,0 0,-0.34375 -1.125,0 0,-0.5625 1,0 0,-0.34375 -1,0 0,-0.4375 1.09375,0 0,-0.34375 -1.5,0 z m -3.625,0.46875 0.28125,0.75 -0.5625,0 0.28125,-0.75 z"
1179 id="path4541"
1180 style="font-size:4px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#696859;fill-opacity:1;stroke:none;font-family:Arial Black;-inkscape-font-specification:'Arial Black, Bold'" />
1181 <g
1182 transform="translate(47,0)"
1183 id="g4597">
1184 <path
1185 d="m 76,101.96875 c -3.310589,0 -6.03125,2.72066 -6.03125,6.03125 0,3.31059 2.720661,6.03125 6.03125,6.03125 l 8,0 c 3.310589,0 6.03125,-2.72066 6.03125,-6.03125 0,-3.31059 -2.720661,-6.03125 -6.03125,-6.03125 l -8,0 z"
1186 transform="matrix(0.74766355,0,0,0.74611399,0.18691599,-0.5803109)"
1187 id="path4599"
1188 style="fill:url(#linearGradient4607);fill-opacity:1;fill-rule:evenodd;stroke:none" />
1189 <rect
1190 width="12"
1191 height="6.0000005"
1192 rx="3"
1193 ry="3.0000002"
1194 x="54"
1195 y="77.5"
1196 id="rect4601"
1197 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter4587)" />
1198 <rect
1199 width="12"
1200 height="6.0000005"
1201 rx="3"
1202 ry="3.0000002"
1203 x="54"
1204 y="77"
1205 id="rect4603"
1206 style="fill:url(#linearGradient4609);fill-opacity:1;fill-rule:evenodd;stroke:none" />
1207 <rect
1208 width="9.879859"
1209 height="2.6872792"
1210 rx="1.3436396"
1211 ry="1.3436396"
1212 x="55.06007"
1213 y="77.265022"
1214 id="rect4605"
1215 style="opacity:0.6;fill:url(#linearGradient4611);fill-opacity:1;fill-rule:evenodd;stroke:none" />
1216 </g>
1217 <g
1218 transform="translate(17,-1)"
1219 id="g4711">
1220 <path
1221 d="m 76,101.96875 c -3.310589,0 -6.03125,2.72066 -6.03125,6.03125 0,3.31059 2.720661,6.03125 6.03125,6.03125 l 8,0 c 3.310589,0 6.03125,-2.72066 6.03125,-6.03125 0,-3.31059 -2.720661,-6.03125 -6.03125,-6.03125 l -8,0 z"
1222 transform="matrix(0.74766355,0,0,0.74611399,0.18691599,-0.5803109)"
1223 id="path4713"
1224 style="fill:url(#linearGradient4721);fill-opacity:1;fill-rule:evenodd;stroke:none" />
1225 <rect
1226 width="12"
1227 height="6.0000005"
1228 rx="3"
1229 ry="3.0000002"
1230 x="54"
1231 y="77"
1232 id="rect4715"
1233 style="fill:url(#linearGradient4723);fill-opacity:1;fill-rule:evenodd;stroke:none" />
1234 <rect
1235 width="9.879859"
1236 height="2.6872792"
1237 rx="1.3436396"
1238 ry="1.3436396"
1239 x="55.06007"
1240 y="77.265022"
1241 id="rect4717"
1242 style="opacity:0.6;fill:url(#linearGradient4725);fill-opacity:1;fill-rule:evenodd;stroke:none" />
1243 <path
1244 d="M 52.0625,79.5 C 52.033917,79.666907 52,79.824693 52,80 c 0,1.662 1.338,3 3,3 l 6,0 c 1.662,0 3,-1.338 3,-3 0,-0.175307 -0.03392,-0.333093 -0.0625,-0.5 C 63.695102,80.91546 62.486693,82 61,82 l -6,0 c -1.486693,0 -2.695102,-1.08454 -2.9375,-2.5 z"
1245 transform="translate(2,0)"
1246 id="path4719"
1247 style="opacity:0.3;fill:#1a1a1a;fill-opacity:1;fill-rule:evenodd;stroke:none" />
1248 </g>
1249 </g>
1250</svg>
diff --git a/icons/mint-x-svg/gnome-glchess.svg b/icons/mint-x-svg/gnome-glchess.svg
new file mode 100644
index 0000000000..cd88f92b03
--- /dev/null
+++ b/icons/mint-x-svg/gnome-glchess.svg
@@ -0,0 +1,613 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:svg="http://www.w3.org/2000/svg"
6 xmlns="http://www.w3.org/2000/svg"
7 xmlns:xlink="http://www.w3.org/1999/xlink"
8 version="1.0"
9 width="96"
10 height="96"
11 id="svg2408">
12 <defs
13 id="defs2410">
14 <linearGradient
15 id="linearGradient3860">
16 <stop
17 id="stop3862"
18 style="stop-color:#c3a579;stop-opacity:1"
19 offset="0" />
20 <stop
21 id="stop3864"
22 style="stop-color:#d3bd9d;stop-opacity:1"
23 offset="1" />
24 </linearGradient>
25 <linearGradient
26 id="linearGradient3187">
27 <stop
28 id="stop3189"
29 style="stop-color:#693222;stop-opacity:1"
30 offset="0" />
31 <stop
32 id="stop3191"
33 style="stop-color:#b8755d;stop-opacity:1"
34 offset="1" />
35 </linearGradient>
36 <linearGradient
37 x1="45.447727"
38 y1="92.539597"
39 x2="45.447727"
40 y2="7.0165396"
41 id="ButtonShadow"
42 gradientUnits="userSpaceOnUse"
43 gradientTransform="scale(1.0058652,0.994169)">
44 <stop
45 id="stop3750"
46 style="stop-color:#000000;stop-opacity:1"
47 offset="0" />
48 <stop
49 id="stop3752"
50 style="stop-color:#000000;stop-opacity:0.58823532"
51 offset="1" />
52 </linearGradient>
53 <linearGradient
54 id="linearGradient3737">
55 <stop
56 id="stop3739"
57 style="stop-color:#ffffff;stop-opacity:1"
58 offset="0" />
59 <stop
60 id="stop3741"
61 style="stop-color:#ffffff;stop-opacity:0"
62 offset="1" />
63 </linearGradient>
64 <linearGradient
65 x1="48"
66 y1="90"
67 x2="48"
68 y2="5.9877172"
69 id="linearGradient3706"
70 xlink:href="#linearGradient3187"
71 gradientUnits="userSpaceOnUse" />
72 <filter
73 color-interpolation-filters="sRGB"
74 id="filter3174">
75 <feGaussianBlur
76 id="feGaussianBlur3176"
77 stdDeviation="1.71" />
78 </filter>
79 <linearGradient
80 x1="36.357143"
81 y1="6"
82 x2="36.357143"
83 y2="63.893143"
84 id="linearGradient3188"
85 xlink:href="#linearGradient3737"
86 gradientUnits="userSpaceOnUse" />
87 <linearGradient
88 id="linearGradient3737-2">
89 <stop
90 id="stop3739-2"
91 style="stop-color:#ffffff;stop-opacity:1"
92 offset="0" />
93 <stop
94 id="stop3741-6"
95 style="stop-color:#ffffff;stop-opacity:0"
96 offset="1" />
97 </linearGradient>
98 <radialGradient
99 cx="48"
100 cy="90.171875"
101 r="42"
102 fx="48"
103 fy="90.171875"
104 id="radialGradient2874"
105 xlink:href="#linearGradient3737-2"
106 gradientUnits="userSpaceOnUse"
107 gradientTransform="matrix(1.1573129,0,0,0.99590774,-7.551021,0.1971319)" />
108 <linearGradient
109 id="linearGradient3737-7">
110 <stop
111 id="stop3739-6"
112 style="stop-color:#ffffff;stop-opacity:1"
113 offset="0" />
114 <stop
115 id="stop3741-7"
116 style="stop-color:#ffffff;stop-opacity:0"
117 offset="1" />
118 </linearGradient>
119 <clipPath
120 id="clipPath3613">
121 <rect
122 width="84"
123 height="84"
124 rx="6"
125 ry="6"
126 x="6"
127 y="6"
128 id="rect3615"
129 style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
130 </clipPath>
131 <filter
132 x="-0.192"
133 y="-0.192"
134 width="1.3839999"
135 height="1.3839999"
136 color-interpolation-filters="sRGB"
137 id="filter3794">
138 <feGaussianBlur
139 id="feGaussianBlur3796"
140 stdDeviation="5.28" />
141 </filter>
142 <linearGradient
143 x1="48"
144 y1="20.220806"
145 x2="48"
146 y2="138.66119"
147 id="linearGradient2908"
148 xlink:href="#linearGradient3737-7"
149 gradientUnits="userSpaceOnUse" />
150 <linearGradient
151 x1="45.447727"
152 y1="92.539597"
153 x2="45.447727"
154 y2="7.0165396"
155 id="ButtonShadow-0"
156 gradientUnits="userSpaceOnUse"
157 gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)">
158 <stop
159 id="stop3750-8"
160 style="stop-color:#000000;stop-opacity:1"
161 offset="0" />
162 <stop
163 id="stop3752-5"
164 style="stop-color:#000000;stop-opacity:0.58823532"
165 offset="1" />
166 </linearGradient>
167 <linearGradient
168 x1="32.251034"
169 y1="6.1317081"
170 x2="32.251034"
171 y2="90.238609"
172 id="linearGradient3780"
173 xlink:href="#ButtonShadow-0"
174 gradientUnits="userSpaceOnUse"
175 gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
176 <linearGradient
177 x1="32.251034"
178 y1="6.1317081"
179 x2="32.251034"
180 y2="90.238609"
181 id="linearGradient3772"
182 xlink:href="#ButtonShadow-0"
183 gradientUnits="userSpaceOnUse"
184 gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
185 <linearGradient
186 x1="32.251034"
187 y1="6.1317081"
188 x2="32.251034"
189 y2="90.238609"
190 id="linearGradient3725-2"
191 xlink:href="#ButtonShadow-0"
192 gradientUnits="userSpaceOnUse"
193 gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
194 <linearGradient
195 x1="32.251034"
196 y1="6.1317081"
197 x2="32.251034"
198 y2="90.238609"
199 id="linearGradient3721-5"
200 xlink:href="#ButtonShadow-0"
201 gradientUnits="userSpaceOnUse"
202 gradientTransform="translate(0,-97)" />
203 <linearGradient
204 x1="32.251034"
205 y1="6.1317081"
206 x2="32.251034"
207 y2="90.238609"
208 id="linearGradient2918"
209 xlink:href="#ButtonShadow-0"
210 gradientUnits="userSpaceOnUse"
211 gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
212 <linearGradient
213 x1="48"
214 y1="90"
215 x2="48"
216 y2="5.9877172"
217 id="linearGradient3848"
218 xlink:href="#linearGradient3187"
219 gradientUnits="userSpaceOnUse"
220 gradientTransform="translate(-120,0)" />
221 <linearGradient
222 x1="88"
223 y1="40"
224 x2="8"
225 y2="40"
226 id="linearGradient3858"
227 xlink:href="#linearGradient3860"
228 gradientUnits="userSpaceOnUse"
229 gradientTransform="matrix(0,1,-1,0,96,0)" />
230 <clipPath
231 id="clipPath3884">
232 <path
233 d="m 35.727276,7.6818184 c -4.457182,0 -8.045454,3.5882726 -8.045454,8.0454546 l 0,48.272728 56.318182,0 0,-56.3181826 -48.272728,0 z m 48.272728,56.3181826 0,56.318179 48.272726,0 c 4.45718,0 8.04546,-3.58827 8.04546,-8.04545 l 0,-48.272729 -56.318186,0 z"
234 id="path3886"
235 style="fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
236 </clipPath>
237 <clipPath
238 id="clipPath3903">
239 <path
240 d="m 140.31819,15.727274 c 0,-4.457182 -3.58828,-8.0454551 -8.04546,-8.0454551 l -48.272726,0 0,56.3181831 56.318186,0 0,-48.272728 z m -56.318186,48.272728 -56.318182,0 0,48.272728 c 0,4.45718 3.588272,8.04545 8.045454,8.04545 l 48.272728,0 0,-56.318178 z"
241 id="path3905"
242 style="fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
243 </clipPath>
244 <linearGradient
245 x1="75.043564"
246 y1="83.969864"
247 x2="64.415344"
248 y2="34.66048"
249 id="linearGradient3976"
250 xlink:href="#linearGradient3860"
251 gradientUnits="userSpaceOnUse" />
252 <linearGradient
253 x1="36.113972"
254 y1="50.50322"
255 x2="29.663288"
256 y2="14.112808"
257 id="linearGradient3984"
258 xlink:href="#linearGradient3860"
259 gradientUnits="userSpaceOnUse" />
260 <linearGradient
261 x1="74.805756"
262 y1="47.724316"
263 x2="65.708496"
264 y2="14.245137"
265 id="linearGradient3992"
266 xlink:href="#linearGradient3187"
267 gradientUnits="userSpaceOnUse" />
268 <linearGradient
269 x1="29.96142"
270 y1="83.46048"
271 x2="21.524334"
272 y2="41.247604"
273 id="linearGradient4000"
274 xlink:href="#linearGradient3187"
275 gradientUnits="userSpaceOnUse" />
276 <clipPath
277 id="clipPath4029">
278 <path
279 d="m 55.840913,18.409091 c 3.702819,0 6.704545,3.001727 6.704545,6.704546 0,1.525136 -0.525089,2.896229 -1.382812,4.022727 l 1.131392,0 c 0.891436,0 1.59233,0.598046 1.59233,1.340909 0,0.742864 -0.700894,1.340909 -1.59233,1.340909 l -1.089489,0 c -5.363636,10.727273 5.363637,14.750001 5.363637,14.750001 1.340909,1.340909 4.022727,1.340909 4.022727,3.352272 l 0,2.681819 c 0,1.114295 -0.90514,1.881219 -2.011363,2.011363 -11.397728,1.340909 -14.079546,1.340909 -25.477274,0 -1.106051,-0.130122 -2.011363,-0.897068 -2.011363,-2.011363 l 0,-2.681819 c 0,-2.011363 2.681818,-2.011363 4.022727,-3.352272 0,0 10.727273,-4.022728 5.363636,-14.750001 l -1.089488,0 c -0.891437,0 -1.59233,-0.598045 -1.59233,-1.340909 0,-0.742863 0.700893,-1.340909 1.59233,-1.340909 l 1.131392,0 c -0.857723,-1.126498 -1.382813,-2.497591 -1.382813,-4.022727 0,-3.702819 3.001727,-6.704546 6.704546,-6.704546 z m 13.409091,30.84091 c -14.257778,2.595256 -26.818182,0 -26.818182,0 0,0 3.831605,2.029808 12.696733,2.053267 8.865128,0.02346 14.121449,-2.053267 14.121449,-2.053267 z m 45.590906,21.454546 0,2.681818 2.68182,0 0,4.022727 -2.68182,0 0,2.681818 c 1.48573,0 2.68182,0.710031 2.68182,1.59233 l 0,0.838068 c 0,0.355125 -0.2163,0.657581 -0.54474,0.921875 4.13476,0.794791 9.66097,2.480691 11.27201,6.034091 2.66209,5.871607 -2.97258,8.626998 -5.36363,13.409096 1.34091,1.3409 4.02273,1.3409 4.02273,3.35227 l 0,2.68182 c 0,1.11429 -0.90514,1.88122 -2.01137,2.01136 -11.39773,1.34091 -14.07954,1.34091 -25.477271,0 -1.106051,-0.13012 -2.011364,-0.89707 -2.011364,-2.01136 l 0,-2.68182 c 0,-2.01137 2.681815,-2.01137 4.022725,-3.35227 -2.391045,-4.782098 -8.025716,-7.537489 -5.363634,-13.409096 1.611049,-3.5534 7.137264,-5.2393 11.272014,-6.034091 -0.32844,-0.264294 -0.54474,-0.56675 -0.54474,-0.921875 l 0,-0.838068 c 0,-0.882299 1.19609,-1.59233 2.68182,-1.59233 l 0,-2.681818 -2.68182,0 0,-4.022727 2.68182,0 0,-2.681818 5.36363,0 z m 10.72728,34.863633 c -14.25778,2.59526 -26.818185,0 -26.818185,0 0,0 3.831605,2.02981 12.696735,2.05327 8.86513,0.0235 14.12145,-2.05327 14.12145,-2.05327 z"
280 id="path4031"
281 style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
282 </clipPath>
283 <clipPath
284 id="clipPath4038">
285 <path
286 d="m 125.56819,18.409092 0,2.681818 0,5.363636 c -10.72728,5.363637 -2.68182,20.113637 -2.68182,20.113637 1.34091,1.340909 4.02273,1.340909 4.02273,3.352273 l 0,2.681818 c 0,1.114296 -0.90514,1.881219 -2.01137,2.011364 -11.39773,1.340909 -14.07954,1.340909 -25.477271,0 -1.106051,-0.130122 -2.011364,-0.897068 -2.011364,-2.011364 l 0,-2.681818 c 0,-2.011364 2.681815,-2.011364 4.022725,-3.352273 0,0 8.04546,-14.75 -2.681815,-20.113637 l 0,-5.363636 0,-2.681818 5.363635,0 0,2.681818 5.36364,0 0,-2.681818 5.36363,0 0,2.681818 5.36364,0 0,-2.681818 5.36364,0 z m 0,30.840909 c -14.25778,2.595256 -26.818185,0 -26.818185,0 0,0 3.831605,2.029808 12.696735,2.053267 8.86513,0.02346 14.12145,-2.053267 14.12145,-2.053267 z M 55.840913,69.363638 c 1.481127,0 2.681818,1.200692 2.681818,2.681818 0,1.295986 -0.915015,2.389845 -2.137074,2.639915 l 2.137074,16.132813 5.740767,-14.917614 c -1.007519,-0.385879 -1.71804,-1.370959 -1.71804,-2.514205 0,-1.481126 1.200692,-2.681818 2.681819,-2.681818 1.481126,0 2.681818,1.200692 2.681818,2.681818 0,1.481127 -1.200692,2.681819 -2.681818,2.681819 -0.07079,0 -0.140109,0.0054 -0.209517,0 l -1.131392,16.090909 c 0,0 3.060397,-5.585993 7.668324,-11.355824 -0.588948,-0.491943 -0.963779,-1.225879 -0.963779,-2.053267 0,-1.481127 1.200692,-2.681818 2.681818,-2.681818 1.481127,0 2.681819,1.200691 2.681819,2.681818 0,1.481126 -1.200692,2.681818 -2.681819,2.681818 -0.390329,0 -0.754956,-0.10148 -1.089488,-0.25142 -3.56432,8.414215 -4.274148,15.00142 -4.274148,15.00142 -4.027026,2.013513 -1.340909,6.70455 -1.340909,6.70455 1.340909,1.3409 4.022727,1.3409 4.022727,3.35227 l 0,2.68182 c 0,1.11429 -0.90514,1.88122 -2.011363,2.01136 -11.397728,1.34091 -14.079546,1.34091 -25.477274,0 -1.106051,-0.13012 -2.011363,-0.89707 -2.011363,-2.01136 l 0,-2.68182 c 0,-2.01137 2.681818,-2.01137 4.022727,-3.35227 0,0 2.686117,-4.691037 -1.340909,-6.70455 0,0 -0.709828,-6.587205 -4.274148,-15.00142 -0.334533,0.149935 -0.699159,0.25142 -1.089489,0.25142 -1.481126,0 -2.681818,-1.200692 -2.681818,-2.681818 0,-1.481127 1.200692,-2.681818 2.681818,-2.681818 1.481127,0 2.681819,1.200691 2.681819,2.681818 0,0.827388 -0.374831,1.561324 -0.963779,2.053267 4.607927,5.769831 7.668324,11.355824 7.668324,11.355824 L 46.664066,76.068184 c -0.0694,0.0054 -0.138728,0 -0.209517,0 -1.481126,0 -2.681818,-1.200692 -2.681818,-2.681819 0,-1.481126 1.200692,-2.681818 2.681818,-2.681818 1.481127,0 2.681818,1.200692 2.681818,2.681818 0,1.143246 -0.710521,2.128326 -1.718039,2.514205 l 5.740767,14.917614 2.137074,-16.132813 c -1.222059,-0.25007 -2.137074,-1.343929 -2.137074,-2.639915 0,-1.481126 1.200691,-2.681818 2.681818,-2.681818 z m 13.409091,36.204542 c -14.257778,2.59526 -26.818182,0 -26.818182,0 0,0 3.831605,2.02981 12.696733,2.05327 8.865128,0.0235 14.121449,-2.05327 14.121449,-2.05327 z"
287 id="path4040"
288 style="fill:#ff00ff;fill-opacity:1;stroke:none" />
289 </clipPath>
290 </defs>
291 <g
292 id="layer2"
293 style="display:none">
294 <rect
295 width="86"
296 height="85"
297 rx="6"
298 ry="6"
299 x="5"
300 y="7"
301 id="rect3745"
302 style="opacity:0.9;fill:url(#ButtonShadow);fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter3174)" />
303 </g>
304 <g
305 id="layer5">
306 <path
307 d="m 12,-95.03125 c -5.5110903,0 -10.03125,4.52016 -10.03125,10.03125 l 0,71 c 0,5.5110902 4.5201598,10.03125 10.03125,10.03125 l 72,0 c 5.51109,0 10.03125,-4.5201597 10.03125,-10.03125 l 0,-71 c 0,-5.51109 -4.52016,-10.03125 -10.03125,-10.03125 l -72,0 z"
308 transform="scale(1,-1)"
309 id="path3786"
310 style="opacity:0.07999998;fill:url(#linearGradient2918);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
311 <path
312 d="m 12,-94.03125 c -4.971633,0 -9.03125,4.059617 -9.03125,9.03125 l 0,71 c 0,4.9716329 4.0596171,9.03125 9.03125,9.03125 l 72,0 c 4.971633,0 9.03125,-4.059617 9.03125,-9.03125 l 0,-71 c 0,-4.971633 -4.059617,-9.03125 -9.03125,-9.03125 l -72,0 z"
313 transform="scale(1,-1)"
314 id="path3778"
315 style="opacity:0.1;fill:url(#linearGradient3780);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
316 <path
317 d="m 12,-93 c -4.4091333,0 -8,3.590867 -8,8 l 0,71 c 0,4.4091333 3.5908667,8 8,8 l 72,0 c 4.409133,0 8,-3.5908667 8,-8 l 0,-71 c 0,-4.409133 -3.590867,-8 -8,-8 l -72,0 z"
318 transform="scale(1,-1)"
319 id="path3770"
320 style="opacity:0.2;fill:url(#linearGradient3772);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
321 <rect
322 width="86"
323 height="85"
324 rx="7"
325 ry="7"
326 x="5"
327 y="-92"
328 transform="scale(1,-1)"
329 id="rect3723"
330 style="opacity:0.3;fill:url(#linearGradient3725-2);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
331 <rect
332 width="84"
333 height="84"
334 rx="6"
335 ry="6"
336 x="6"
337 y="-91"
338 transform="scale(1,-1)"
339 id="rect3716"
340 style="opacity:0.45;fill:url(#linearGradient3721-5);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
341 </g>
342 <g
343 id="layer1">
344 <path
345 d="M 90,12 C 90,8.676 87.324,6 84,6 l -36,0 0,42 42,0 0,-36 z M 48,48 6,48 6,84 c 0,3.324 2.676,6 6,6 l 36,0 0,-42 z"
346 id="path3856"
347 style="fill:url(#linearGradient3858);fill-opacity:1;fill-rule:nonzero;stroke:none" />
348 <path
349 d="M 12,6 C 8.676,6 6,8.676 6,12 L 6,48 48,48 48,6 12,6 z m 36,42 0,42 36,0 c 3.324,0 6,-2.676 6,-6 l 0,-36 -42,0 z"
350 id="rect2419"
351 style="fill:url(#linearGradient3706);fill-opacity:1;fill-rule:nonzero;stroke:none" />
352 <rect
353 width="84"
354 height="84"
355 rx="6"
356 ry="6"
357 x="-114"
358 y="6"
359 id="rect3846"
360 style="fill:url(#linearGradient3848);fill-opacity:1;fill-rule:nonzero;stroke:none" />
361 </g>
362 <g
363 id="layer6"
364 style="display:inline">
365 <path
366 d="m 32.780926,5.002242 c -0.05305,0.00264 -0.107959,0.028278 -0.160763,0.031788 0.0265,0.7935416 0.06794,1.5906984 0.09646,2.3841142 0.0074,-0.6893458 0.02769,-1.3768781 0.03215,-2.0662323 0.0033,0.4864873 -0.0024,0.9757667 0,1.4622567 0.0098,-0.6040657 0.0218,-1.2078802 0.03215,-1.8119267 z m -0.0643,2.4159023 c -0.02408,2.2376892 -0.04509,4.4698557 -0.09646,6.7073077 0.0016,0.04243 0.03056,0.08473 0.03215,0.127153 0.03597,-2.096375 0.06327,-4.197635 0.09646,-6.2940615 -0.0066,-0.1799549 -0.02568,-0.3604382 -0.03215,-0.5403992 z m -0.06431,6.8344607 c -0.0051,0.296556 -0.02687,0.593518 -0.03215,0.890069 0.0083,-0.339258 -0.0078,-0.677955 0,-1.017222 -0.101654,-2.772265 -0.121407,-5.5567906 -0.160762,-8.3285053 -0.0023,-0.2546745 0.0019,-0.5082388 0,-0.7629166 -0.287878,0.023927 -0.55634,0.077987 -0.835968,0.1271528 -0.01099,0.1695007 -0.02116,0.3391106 -0.03215,0.508611 0.311574,3.9011697 0.689069,7.7942581 0.964577,11.6980541 -0.003,0.105913 0.003,0.211969 0,0.317881 0.06365,0.920217 0.142886,1.844453 0.192916,2.765573 0.01504,-1.315859 -0.0094,-2.625841 0,-3.941736 -0.04081,-0.751241 -0.06827,-1.504961 -0.09646,-2.256961 z m 0.09646,2.256961 c 0.03919,0.721585 0.106899,1.441012 0.160763,2.161597 -0.02127,-2.288349 -0.02892,-4.577842 -0.03215,-6.866249 -0.04242,-1.036143 -0.05775,-2.0789268 -0.09646,-3.1152421 0.0062,2.6077431 -0.01358,5.2121891 -0.03215,7.8198941 z m 0.12861,-4.704652 c 0.147641,3.605937 0.315708,7.203248 0.514442,10.807985 0.0042,0.296311 -0.0033,0.593762 0,0.890069 0.01014,0.07445 0.02177,0.148085 0.03215,0.222517 0.833547,6.325055 1.483439,12.671895 2.47575,18.977549 0.06861,0.513508 0.09898,0.846923 0.160762,1.303316 0.01586,-1.233032 0.04347,-2.454458 0.06431,-3.68743 C 35.647806,35.112234 35.21231,29.906851 34.613624,24.710919 33.812233,18.679984 33.534285,12.601284 33.359673,6.528075 33.349873,6.0190725 33.336525,5.5113229 33.32752,5.002242 l -0.0643,0 c -0.128108,0 -0.259019,-0.00504 -0.385831,0 -0.01737,2.2671704 -0.0032,4.5354635 0,6.802672 z m 3.247412,28.514006 c 0.04555,0.497196 0.082,0.996918 0.12861,1.494045 0.01516,-5.727458 0.07445,-11.475005 0.321526,-17.19741 -0.214501,5.23106 -0.361657,10.468548 -0.450136,15.703365 z m 0.450136,-15.703365 c 0.05765,-1.335224 0.14649,-2.638845 0.225068,-3.973524 0.04941,1.261984 0.115553,2.520228 0.160763,3.782795 0.121202,3.901859 0.186036,7.795258 0.225068,11.698053 0.01433,-0.105406 0.01781,-0.212476 0.03215,-0.317882 -0.05311,-3.780784 -0.09747,-7.568349 -0.192916,-11.348383 -0.05167,-1.443277 -0.131604,-2.880267 -0.192915,-4.323194 -0.01047,0.158752 -0.02183,0.318068 -0.03215,0.476823 -0.0083,-0.212167 -0.02365,-0.423613 -0.03215,-0.635764 -0.01567,0.244426 -0.01509,0.34124 -0.03215,0.603976 -0.06584,1.343069 -0.105673,2.693603 -0.160763,4.0371 z m 0.192915,-4.641076 C 36.780229,19.781331 36.788374,19.68051 36.8,19.497656 36.589024,14.66054 36.345806,9.8280207 35.964033,5.002242 l -0.0643,0 c 0.02615,0.315452 0.0705,0.6006295 0.09646,0.9218574 0.378112,4.6789206 0.583933,9.3636376 0.771662,14.0503796 z M 36.8,19.497656 c 0.0093,0.212238 0.02313,0.423516 0.03215,0.635764 0.332916,-5.048745 0.740541,-10.104322 1.318256,-15.131178 l -0.03215,0 C 37.952191,6.3735571 37.774755,7.7281797 37.635967,9.1029184 37.18063,13.61315 37.052703,15.523414 36.8,19.497656 z m 0.417984,16.307341 c 0.0021,0.148663 -0.002,0.296371 0,0.445035 0.295009,-2.170946 0.59856,-4.342553 0.86812,-6.516579 0.77893,-6.282107 1.302813,-11.371436 1.832697,-17.674233 0.177515,-2.1114784 0.332417,-4.244101 0.482289,-6.3576379 -0.0045,-0.085483 -0.02754,-0.1688286 -0.03215,-0.2543055 -0.155203,2.1846519 -0.298821,4.3658204 -0.482288,6.5483674 -0.529821,6.302586 -1.05382,11.392337 -1.832698,17.674233 -0.253746,2.046606 -0.557987,4.091447 -0.835967,6.13512 z M 40.368937,5.4472766 c 0.01054,-0.1483853 0.02155,-0.2966539 0.03215,-0.4450346 l -0.06431,0 c 0.0083,0.1491364 0.0241,0.295879 0.03215,0.4450346 z m 0.03215,0.2543055 c 0.209368,3.9597484 0.347761,7.9296089 0.450136,11.8887829 0.151743,11.811218 0.131336,23.631925 0.128611,35.443831 -0.0052,4.15282 -0.04468,8.308221 -0.06431,12.46097 0.03935,-0.551603 0.08994,-1.10132 0.128611,-1.652986 -0.01184,-3.59267 -0.03187,-7.183488 -0.03215,-10.776196 0.0027,-11.811932 0.02307,-23.632588 -0.12861,-35.443831 -0.0333,-3.478092 -0.06658,-6.945109 -0.128611,-10.426526 0.812721,8.819057 1.233699,17.6883 1.993461,26.51135 0.13919,1.787342 0.241085,2.777604 0.321526,3.846371 0.05584,-0.593792 0.10221,-1.186567 0.160763,-1.780139 C 43.190931,35.15977 43.151708,34.79314 43.101907,33.99307 42.421539,25.254947 42.004214,16.478733 41.39782,7.7360262 41.327076,6.8208282 41.232627,5.9151886 41.140599,5.002242 l -0.417983,0 c 0.01775,0.7193382 0.01927,1.4420846 0.03215,2.1615968 -0.08085,-0.7256121 -0.194487,-1.4379544 -0.289373,-2.1615968 -0.01664,0.2327683 -0.0478,0.4665615 -0.0643,0.6993401 z m 2.829428,30.0716269 c 0.0049,0.07632 -0.0048,0.148341 0,0.222517 0.04354,-0.443683 0.08346,-0.89155 0.12861,-1.335104 0.388615,-3.817604 0.768546,-6.784588 1.157493,-9.886126 0.0026,-0.201531 -0.0025,-0.402445 0,-0.603976 -0.41808,3.318696 -0.778593,6.420592 -1.189646,10.458314 -0.03881,0.381279 -0.05884,0.762999 -0.09646,1.144375 z M 44.516621,24.17052 c 0.01142,-0.09063 0.02064,-0.194852 0.03215,-0.286094 0.0373,-3.002101 0.06913,-5.993999 0.09646,-8.996057 0.0039,-3.29429 0.04383,-6.5924359 0.0643,-9.886127 l -0.03215,0 c -4.24e-4,3.2852269 -0.01806,6.56857 -0.06431,9.854339 -0.02829,3.108113 -0.05737,6.205784 -0.09646,9.313939 z m 0.03215,-0.286094 c -0.0025,0.201532 0.0026,0.402444 0,0.603976 0.204139,-1.623961 0.395118,-3.179888 0.643052,-5.149687 0.07811,-0.552694 0.119887,-1.09971 0.192915,-1.652986 4.34e-4,-0.200825 -4.79e-4,-0.40315 0,-0.603975 -0.115494,0.923416 -0.04078,0.483644 -0.257221,2.225173 -0.220411,1.751076 -0.394182,3.115149 -0.578746,4.577499 z m 0.835967,-6.198697 c -0.0021,0.993556 -1.17e-4,1.994543 0,2.98809 9.74e-4,8.25952 -0.0014,16.503482 0,24.763 0.0024,13.61011 -5.77e-4,27.237713 0,40.847823 -0.08924,8.534475 -0.184308,17.058158 -0.450136,25.589488 -0.08108,3.70689 -0.11794,7.41884 -0.12861,11.12587 l 1.221798,0 c -0.01889,-3.4481 -0.05726,-6.88308 -0.12861,-10.33116 -0.260147,-8.78156 -0.36083,-17.567902 -0.450137,-26.35241 -5.77e-4,-13.610111 0.0024,-27.205926 0,-40.816035 -0.0014,-8.259519 9.65e-4,-16.535268 0,-24.794788 -1.3e-4,-1.104022 0.0028,-2.201936 0,-3.305971 -0.01266,0.09702 -0.0515,0.18909 -0.06431,0.286093 z m 0.06431,-0.286093 c 0.13597,-1.041716 0.230656,-2.072046 0.353679,-3.115243 -0.0039,-0.158931 0.0039,-0.317892 0,-0.476823 -0.04877,0.398611 -0.241274,1.864733 -0.385831,3.019878 5.16e-4,0.191129 0.03167,0.381059 0.03215,0.572188 z m 0.353679,-3.592066 c 0.04867,-0.3978 0.30563,-2.491553 0.353678,-2.924513 -0.0061,-1.4829532 -0.03205,-2.9672868 -0.03215,-4.4503465 -0.0016,-0.4760901 -0.0025,-0.9544655 0,-1.4304685 l -0.514442,0 c 0.0061,0.3375962 -0.0052,0.6796047 0,1.017222 0.05883,2.597548 0.129608,5.190658 0.192916,7.788106 z m 0.353678,-2.924513 c 6.93e-4,0.169472 -7.71e-4,0.33914 0,0.508611 0.236254,-2.1210148 0.465285,-4.269096 0.707357,-6.389426 l -0.03215,0 c -0.0449,0.3710089 -0.086,0.7413421 -0.128611,1.1125866 -0.429381,3.7407374 -0.46648,4.0463224 -0.546594,4.7682284 z m 0,0.508611 c -0.107531,0.965384 -0.239916,1.928052 -0.353678,2.892725 0.172326,7.050395 0.382971,14.088551 0.546594,21.139146 0.198078,11.30052 0.13959,22.616201 0.160763,33.917998 0.04926,14.64108 0.118197,29.29504 0.546594,43.931273 0.125063,7.46621 0.08129,4.96447 0.09646,9.72719 l 0.675204,0 c -0.35125,-3.22095 -0.549433,-6.45275 -0.73951,-9.6954 C 46.660324,98.668418 46.623667,84.014355 46.574387,69.373325 46.438564,58.114066 46.722067,46.872244 46.542234,35.614268 46.308121,27.545126 46.193152,19.463076 46.156403,11.391668 z m -1.607629,13.096734 c -0.01132,0.09008 -0.02092,0.196496 -0.03215,0.286094 -0.148759,11.55232 -0.439481,23.106818 -0.964577,34.649126 -0.0015,0.307389 0.0012,0.614472 0,0.921857 0.558231,-11.944532 0.844658,-23.901674 0.99673,-35.857077 z m -0.99673,35.857077 c -0.01238,0.264941 -0.01947,0.529775 -0.03215,0.794705 10e-4,-0.2754 -0.0012,-0.551091 0,-0.826493 -0.04903,1.049177 -0.07483,2.098012 -0.12861,3.147031 -0.804169,14.843714 -0.127245,2.323251 -0.996731,17.133834 -0.286139,4.874027 -0.736967,12.053965 -0.803814,16.943105 -0.08659,6.333779 0.160696,9.803009 0.450136,16.084819 0.153734,2.49667 0.306513,5.00672 0.482289,7.50202 0.06215,0.88229 0.107636,1.18207 0.160763,1.8755 l 0.03215,0 c -0.227205,-3.11193 -0.419649,-6.24024 -0.610899,-9.34573 -0.289462,-6.28138 -0.536614,-9.7515 -0.450136,-16.084821 0.06677,-4.890722 0.517611,-12.0675 0.803815,-16.943105 0.870229,-14.824533 0.159611,-2.276087 0.964577,-17.133834 0.03912,-0.762965 0.05987,-1.525699 0.09646,-2.28875 -0.0072,1.938447 -0.0179,3.879066 0,5.817239 0.0028,14.609913 0.02304,29.19494 0.192916,43.804121 0.06097,4.05507 0.15926,8.12097 0.25722,12.17488 -0.09753,-4.1231 -0.152336,-7.27457 -0.225068,-12.1113 -0.169927,-14.60916 -0.158006,-29.226021 -0.160763,-43.835913 -0.02503,-2.236062 -0.04109,-4.47076 -0.03215,-6.707308 z m -0.03215,-0.03179 c 0.01386,-0.296679 0.01865,-0.593378 0.03215,-0.890069 0.02635,-5.257595 0.09352,-10.510822 0,-15.766942 -0.06147,-3.454734 -0.157553,-5.117112 -0.321526,-7.660954 -0.05802,0.59126 -0.105406,1.188664 -0.160763,1.780139 0.115223,1.553621 0.215006,3.056385 0.321526,5.721874 0.223806,5.600404 0.153773,11.212413 0.12861,16.815952 z M 43.069755,37.775865 c -0.0045,-0.06072 0.0046,-0.161086 0,-0.222517 -0.823053,8.751974 -1.410973,17.521168 -2.025613,26.288832 5.58e-4,0.169564 -5.72e-4,0.339047 0,0.508611 0.623614,-8.857293 1.198073,-17.73291 2.025613,-26.574926 z m -2.025613,26.574926 c -0.04025,0.571621 -0.08758,1.145014 -0.128611,1.716562 -0.02944,6.154925 -0.05297,12.313884 -0.06431,18.468938 -0.0409,9.116965 -0.107733,18.220789 -0.12861,27.337839 0.01041,3.01957 -0.07598,6.04303 -0.192916,9.05964 0.05555,0.6924 0.129571,1.37453 0.192916,2.06623 l 0.771662,0 c -0.139349,-3.55564 -0.264217,-7.12194 -0.257221,-10.68083 -0.02062,-9.19473 -0.09307,-18.397486 -0.12861,-27.59215 -0.0079,-6.793313 -0.04137,-13.583008 -0.0643,-20.376229 z M 40.5297,120.93377 c -0.334004,-4.16312 -0.521236,-8.32156 -0.707357,-12.49276 -0.162684,-8.829129 -0.214753,-17.685052 0.128611,-26.51135 0.225266,-5.790787 0.529128,-9.457198 0.932425,-15.258331 0.01453,-0.200793 0.01774,-0.403173 0.03215,-0.603976 9.13e-4,-0.190683 -9.01e-4,-0.381504 0,-0.572187 -0.02645,0.370763 -0.03748,0.741858 -0.06431,1.112586 -0.403253,5.800045 -0.707138,9.500386 -0.932425,15.290119 -0.343323,8.823219 -0.302141,17.653253 -0.160763,26.479559 0.0076,1.25084 0.04781,8.7867 0.0643,10.26759 0.01616,1.45099 0.06148,2.9038 0.09646,4.35498 l 0.514442,0 c 0.03018,-0.69033 0.06969,-1.3758 0.09646,-2.06623 z M 37.217984,36.250032 c -0.01433,0.10547 -0.01784,0.21241 -0.03215,0.317882 0.05296,5.657798 0.0359,11.316757 0,16.974893 0.08225,1.188133 0.178113,2.371462 0.257221,3.560277 -0.05349,-6.957016 -0.129634,-13.896341 -0.225068,-20.853052 z m 0.225068,20.853052 c 0.0014,0.180191 -0.0014,0.360209 0,0.540399 -0.07425,-1.068545 -0.177703,-2.142396 -0.257221,-3.210607 -0.0069,1.024827 0.0078,2.058655 0,3.083454 -0.0326,9.789678 -0.08829,19.582578 -0.0643,29.372287 0.06249,3.428255 0.0044,6.842673 -0.09646,10.267585 0.123737,-1.674825 0.245771,-3.346658 0.353679,-5.022534 0.0265,-1.673782 0.04279,-3.347881 0.03215,-5.022534 0.03746,-9.800336 0.04799,-19.603692 0.03215,-29.404074 0.443895,6.393238 0.825008,12.788508 0.610899,19.200066 -0.07983,2.476374 -0.114454,4.963176 -0.225068,7.438436 -0.116078,2.597397 -0.28311,5.194061 -0.450136,7.788106 -0.0067,0.423605 0.0086,0.847968 0,1.271528 0.201303,-3.005997 0.347728,-6.017455 0.482288,-9.027846 0.110648,-2.475293 0.177357,-4.962029 0.257221,-7.438436 0.0073,-2.322007 0.0425,-4.639963 0,-6.961613 -0.07259,-3.965121 -0.379824,-8.334692 -0.643052,-12.30203 -0.01266,-0.19088 -0.01945,-0.381326 -0.03215,-0.572187 z m -0.06431,36.302112 c -0.110899,1.656 -0.260478,3.303918 -0.385831,4.958957 -0.128832,3.827177 -0.29057,7.651667 -0.514442,11.475537 0.01,2.34432 0.01586,4.6809 0.03215,7.02519 0.227561,-7.81618 0.708603,-15.64265 0.86812,-23.459684 z m -0.900273,16.434494 c -0.0066,-1.53909 -0.03164,-3.07017 -0.03215,-4.60929 -0.197845,2.3617 -0.405409,4.72763 -0.6109,7.08877 -0.01955,3.29252 -0.04387,6.5936 -0.06431,9.88613 0.0213,-0.51773 0.03554,-0.90924 0.06431,-1.52584 0.06515,-1.39627 0.152771,-2.8001 0.225068,-4.19604 0.133937,-2.21065 0.288507,-4.43219 0.417984,-6.64373 z m -0.707357,12.36561 c -0.01109,0.26962 -0.02221,0.54213 -0.03215,0.7947 l 0.03215,0 c 0.0016,-0.26466 -0.0016,-0.53004 0,-0.7947 z m 0.06431,-9.88613 c 8.17e-4,-0.13763 -7.91e-4,-0.27562 0,-0.41325 -0.321392,3.69459 -0.62834,7.39853 -0.932425,11.09408 l 0.03215,0 c 0.292818,-3.55796 0.590703,-7.1238 0.900272,-10.68083 z m 0,-0.41325 c 0.204482,-2.35064 0.414622,-4.70575 0.6109,-7.05698 3e-5,-0.45641 -7.33e-4,-0.91046 0,-1.36689 0.03948,-7.980207 0.102178,-15.988139 0,-23.968293 -0.06341,-8.945548 -0.139685,-17.883644 -0.192916,-26.829231 -0.0016,-2.417847 9.27e-4,-4.829438 0,-7.247707 -0.0477,-0.355506 -0.109145,-0.731406 -0.160763,-1.112587 -0.0073,0.05331 -0.02484,0.105629 -0.03215,0.158941 -0.11515,0.839491 -0.24839,1.670552 -0.353678,2.511267 -0.344549,2.751125 -0.624329,5.509736 -0.932425,8.264929 -0.63963,7.055353 -0.851959,8.718177 -1.221798,15.735154 -0.390031,7.399979 -0.443494,14.814295 -0.675205,22.219944 0.0021,-4.916006 -0.01405,-9.833744 0,-14.74972 -0.02532,1.560093 -0.06758,3.112828 -0.09646,4.672864 0.0076,3.984178 -9.61e-4,7.968166 0,11.952359 0.01866,-0.521703 0.07977,-1.035853 0.09646,-1.557621 -1.02e-4,0.254276 8.3e-5,0.50864 0,0.762916 0.26107,-7.754474 0.299005,-15.519798 0.707357,-23.268954 0.369788,-7.017214 0.582221,-8.67955 1.221799,-15.735154 0.308075,-2.755165 0.587917,-5.513833 0.932425,-8.264929 0.09856,-0.787068 0.214161,-1.56635 0.321525,-2.352326 -0.03164,2.593837 -0.04881,5.194434 -0.06431,7.788106 -0.06707,8.848899 -0.118902,17.694109 -0.160763,26.543138 -0.08398,7.989434 -0.009,15.978932 0.03215,23.968294 0.0055,2.97503 -0.01506,5.95756 -0.03215,8.93248 z M 32.877384,94.295265 c -0.01749,0.519504 -0.07684,1.038189 -0.09646,1.557621 0.0012,6.834594 0.03215,13.668804 0.03215,20.503384 -0.09585,2.84662 -0.128958,4.34801 -0.289373,6.61194 0.18865,0.0144 0.387022,0.0286 0.578746,0.0318 -0.125872,-2.20457 -0.227228,-4.40381 -0.25722,-6.61194 0,-7.36341 0.02978,-14.72937 0.03215,-22.092795 z m -0.09646,1.557621 c -4.4e-5,-0.25431 6.2e-5,-0.508605 0,-0.762916 -0.06583,1.840288 -0.124638,3.660231 -0.225068,5.49936 -0.09726,2.10378 -0.213394,4.22207 -0.321526,6.32585 -0.02589,0.99738 -0.03965,1.2694 -0.06431,2.22517 0.0064,-0.0296 0.0074,0.39254 0.417984,-8.48745 0.08729,-1.59832 0.132527,-3.200787 0.192915,-4.800014 z m -0.610899,13.287464 c -0.0022,0.0101 -0.08571,2.05628 -0.12861,2.89272 -0.03237,1.2772 -0.08786,3.3851 -0.09646,3.7828 -0.03971,1.83556 -0.06164,4.11362 -0.09646,6.32585 0.01061,0.0737 0.02128,0.14845 0.03215,0.22252 0.03515,-2.28309 0.0877,-4.62493 0.12861,-6.51658 0.01529,-0.70712 0.08647,-3.82671 0.160763,-6.70731 z m -0.289373,13.22389 c -0.0029,0.18926 0.0027,0.35027 0,0.5404 0.03194,0.005 0.06442,-0.004 0.09646,0 -0.02818,-0.18294 -0.06992,-0.35962 -0.09646,-0.5404 z m -0.03215,-0.22252 c -0.0735,-0.51092 -0.162845,-1.02646 -0.225068,-1.52583 -0.03113,0.74267 -0.03734,1.4824 -0.0643,2.22517 0.09653,0.0177 0.191797,0.0171 0.289373,0.0318 0.0037,-0.2573 -0.004,-0.4755 0,-0.73113 z m -0.225068,-1.52583 c 0.07296,-1.74072 0.171909,-3.47325 0.257221,-5.21327 0.170647,-3.48058 0.110788,-2.39509 0.160763,-3.36955 0.02095,-0.82643 0.03785,-1.42002 0.0643,-2.44769 -0.183486,3.55009 -0.366734,7.0981 -0.514441,10.64905 0.01515,0.12621 0.01637,0.25478 0.03215,0.38146 z m -0.03215,-0.38146 c -0.258147,-2.14999 -0.43276,-4.25821 -0.6109,-6.58016 -0.442723,-5.77073 -0.661266,-11.54356 -0.900272,-17.324561 -0.268947,-8.685147 -0.453177,-17.379151 -0.643052,-26.066315 0.004,2.247144 0.02515,4.491976 0.03215,6.739096 0.21138,6.428148 0.41219,12.865471 0.578746,19.295431 0.237477,5.744859 0.568165,11.483299 0.771663,17.229199 0.108418,3.06167 0.122209,6.12495 0.225068,9.18679 0.148405,0.0359 0.298971,0.0665 0.450136,0.0954 0.0079,-0.21476 -0.0087,-0.2127 0,-0.44503 0.02659,-0.71053 0.0669,-1.41933 0.09646,-2.12981 z M 29.46921,77.00249 c -0.07,-2.12873 -0.150094,-4.260792 -0.225068,-6.389426 -0.102791,1.070534 -0.218946,2.140056 -0.321526,3.210607 0.02668,7.362059 0.08322,14.733344 0.289373,22.092792 0.02444,2.5992 0.210221,5.190807 0.321526,7.788107 0.01252,-7.227811 -0.0098,-14.451828 -0.06431,-21.679546 -0.01053,-1.67469 0.0052,-3.347813 0,-5.022534 z m -0.546594,-3.178819 c -4.22e-4,-0.116518 4.1e-4,-0.233152 0,-0.34967 -0.0478,0.498303 -0.08115,0.995715 -0.128611,1.494045 -5.23e-4,0.137752 5.45e-4,0.275494 0,0.413247 0.04919,-0.517746 0.079,-1.03991 0.128611,-1.557622 z m -0.128611,1.557622 c -0.08742,0.92013 -0.172175,1.845242 -0.25722,2.765572 -0.05948,5.65989 -0.133844,11.316756 -0.289374,16.974893 -0.03423,3.557994 -0.388758,7.122792 -0.353678,10.680832 -0.111839,-6.055972 -0.118629,-12.094613 -0.160763,-18.151056 -0.01194,0.158937 -0.02025,0.317883 -0.03215,0.476823 0.03938,6.037966 0.04305,12.081863 0.160763,18.119263 0.01974,2.1065 0.07198,4.21928 0.06431,6.32585 -0.01046,2.86842 -0.119972,5.74701 -0.192916,8.6146 0.01876,0.0138 0.04543,0.0181 0.0643,0.0318 0.0521,-1.78047 0.09526,-3.55946 0.128611,-5.34041 0.05713,-2.46092 0.0773,-4.91403 0.03215,-7.37486 0.02813,1.3973 0.06219,2.80007 0.128611,4.19604 0.09811,2.06217 0.459031,6.65863 0.739509,9.18678 0.0081,0.004 0.02399,-0.004 0.03215,0 0.114334,0.0613 0.236474,0.10238 0.353678,0.15894 -0.207776,-6.2666 -0.494074,-12.51677 -0.514441,-18.78682 -0.01223,-7.268359 0.0017,-14.538489 0.0643,-21.806693 0.01492,-2.023904 0.02415,-4.047589 0.03215,-6.071544 z m -1.093188,12.747064 c -0.0014,-0.212573 0.0015,-0.423192 0,-0.635764 -0.112409,1.494927 -0.23777,2.987475 -0.353678,4.482134 -0.129366,3.052869 -0.302518,6.13242 -0.385831,9.186783 -0.174741,6.40624 0.03432,12.82379 -0.160763,19.23186 0.0598,0.0577 0.131549,0.10288 0.192916,0.15894 -0.100089,-3.66956 -0.08548,-7.35954 -0.06431,-11.0305 0.01603,-2.78 0.02068,-5.54945 0.09646,-8.32851 0.08329,-3.054326 0.256497,-6.102172 0.385831,-9.154996 0.101078,-1.303677 0.191709,-2.606007 0.289373,-3.909947 z m 0,-0.635764 c 0.01195,-0.158894 0.02015,-0.317933 0.03215,-0.476823 -0.03233,-4.288127 -0.08077,-8.587468 -0.225068,-12.874217 -0.164278,-4.880454 -0.482392,-10.361935 -0.73951,-15.25833 -0.116925,-2.174423 -0.239226,-4.373821 -0.353678,-6.548367 -0.08804,-1.672652 -0.182243,-3.317516 -0.257221,-4.990746 3.03e-4,0.360398 -2.85e-4,0.7204 0,1.080798 0.203895,3.469325 0.419564,6.954713 0.578747,10.426526 0.257065,4.894981 0.575242,10.379433 0.739509,15.258331 0.150275,4.463172 0.193591,8.918189 0.225068,13.382828 z M 26.157493,48.424908 c -0.01305,-0.222034 -0.01907,-0.445521 -0.03215,-0.667552 0.01169,14.267532 0.0017,28.519367 0,42.786903 0.02603,2.390964 0.04707,4.7936 0.03215,7.184131 -0.01335,-2.376981 0.0071,-4.774985 0.03215,-7.152343 0.0016,-14.05554 -0.02105,-28.095602 -0.03215,-42.151139 z m -0.03215,-0.667552 c -3.04e-4,-0.370998 3.23e-4,-0.741588 0,-1.112586 C 25.890726,40.782861 25.905508,34.899364 25.835967,29.034113 25.789316,22.287328 25.746566,15.532112 25.771662,8.7850365 25.48415,9.1765123 25.222728,9.5895228 25,10.024776 c 0.01308,6.156431 0.04446,12.313569 0.192915,18.468938 0.182127,6.429241 0.554127,12.843533 0.932426,19.263642 z M 25.771662,8.7850365 c 0.07931,1.7413515 0.198509,3.5040825 0.289373,5.2450515 -0.0065,-1.209276 -0.0458,-3.207976 -0.06431,-5.5311452 -0.07521,0.094352 -0.153593,0.1887743 -0.225068,0.2860937 z m 0.289373,5.2450515 c 0.001,0.187626 -7.37e-4,0.721808 0,0.858281 0.0477,8.830093 0.05011,17.681164 0.06431,26.51135 0.002,1.748991 -0.0015,3.496059 0,5.245051 0.0094,0.234448 0.02165,0.464939 0.03215,0.69934 -0.0017,-1.97159 0.0022,-3.941013 0,-5.912603 -0.01419,-8.830194 -0.01661,-17.681248 -0.0643,-26.51135 0.117896,2.172849 0.249055,4.315051 0.417984,6.484791 0.283309,3.638842 0.507524,5.66503 0.86812,9.313939 0.160274,1.62186 0.325641,3.241398 0.482288,4.863593 0.165253,2.125293 0.614412,7.617234 0.707357,9.758974 0.0691,1.592301 0.06753,3.174764 0.09646,4.768228 0.05382,2.964182 0.113912,5.937117 0.192916,8.900693 0.0094,-0.392345 0.02234,-0.783826 0.03215,-1.176163 0.0022,-0.317886 -0.0025,-0.635761 0,-0.953645 C 28.90703,52.996399 28.87662,49.0986 28.85832,45.214301 28.705908,42.590432 28.351402,38.268048 28.150954,35.804997 27.209999,26.749596 26.5997,17.690435 26.318256,8.5943073 c -0.0035,-0.1590932 0.0034,-0.3177261 0,-0.4768228 -0.09047,0.1016634 -0.171339,0.2122674 -0.257221,0.3178819 0.02019,3.0556956 0.03113,6.1749996 0.03215,6.3258496 -0.01306,-0.242519 -0.01949,-0.488588 -0.03215,-0.731128 z m 2.797276,31.184213 c 0.0062,0.106467 0.02672,0.281066 0.03215,0.381458 0.0845,1.562738 0.153915,3.140678 0.192916,4.704652 0.06551,-2.046255 0.145722,-4.089338 0.225068,-6.13512 -0.03906,-4.795247 -0.09972,-9.606546 -0.257221,-14.40005 -0.105511,-2.621121 -0.28431,-7.262114 -0.417983,-9.854338 -0.22574,-4.377509 -0.541611,-8.755637 -0.835968,-13.1285225 -0.01887,0.013687 -0.04554,0.017964 -0.0643,0.031788 0.461004,7.5568165 0.794791,15.1277435 0.964578,22.6967675 0.104531,5.237979 0.136073,10.464333 0.160763,15.703365 z m 0.450136,-1.04901 c 0.0022,0.275827 -0.0021,0.550663 0,0.826493 0.09248,-2.508344 0.213956,-5.026674 0.353678,-7.533801 0.403906,-7.600941 0.862647,-15.19594 1.350409,-22.792132 -0.200137,3.113576 -0.445702,6.236222 -0.643052,9.345728 -0.459115,7.233968 -0.388511,6.204782 -0.771662,13.414616 -0.10628,2.246312 -0.202222,4.492054 -0.289373,6.739096 z m 1.704087,-29.49944 c 0.192531,-2.998376 0.384303,-5.9977898 0.578747,-8.9960571 -0.01357,-0.1699227 -0.01883,-0.3386723 -0.03215,-0.508611 -0.03343,0.00611 -0.06316,0.025322 -0.09646,0.031788 -0.0013,0.052784 0.0014,0.106159 0,0.1589409 -0.08353,3.115249 -0.249999,6.2003642 -0.450136,9.3139392 z m -1.704087,30.325933 c -0.08769,2.378401 -0.139543,4.741341 -0.192916,7.120554 0.07322,4.090336 0.06416,8.181382 0.192916,12.270241 0.03158,1.368324 0.06622,2.732334 0.09646,4.100677 0.01006,-0.10584 0.02211,-0.21204 0.03215,-0.317882 -0.0074,-3.62638 -0.03326,-7.277064 -0.06431,-10.903349 -0.02825,-4.09501 -0.03373,-8.175135 -0.0643,-12.270241 z m 0.12861,23.17359 c 2.58e-4,0.126867 -2.49e-4,0.254591 0,0.381458 0.198726,-2.08997 0.396393,-4.170918 0.578747,-6.262273 0.798845,-9.161559 1.40881,-18.348928 1.929155,-27.528572 0.343569,-5.689315 0.49563,-11.374475 0.610899,-17.070258 -0.16124,5.683327 -0.392691,11.360075 -0.643051,17.03847 -0.520293,9.179593 -1.130343,18.335275 -1.929156,27.496783 -0.172542,1.978871 -0.359009,3.966795 -0.546594,5.944392 z m 0,0.381458 c -0.0081,0.08513 -0.02404,0.169173 -0.03215,0.254306 0.0063,0.286484 0.02587,0.571796 0.03215,0.858281 -6.72e-4,-0.370028 7.27e-4,-0.742559 0,-1.112587 z m -0.03215,0.254306 c -0.0023,-0.106019 0.0023,-0.211863 0,-0.317882 -0.05829,0.613098 -0.10194,1.230662 -0.160763,1.843715 0.0034,0.0952 -0.0034,0.190893 0,0.286093 0.05804,-0.604463 0.103186,-1.207425 0.160763,-1.811926 z m -0.160763,1.525833 c -0.07296,-2.065164 -0.147401,-4.133575 -0.225068,-6.198697 -0.02109,-0.509841 -0.04583,-1.015932 -0.06431,-1.525833 -0.02038,2.795755 -0.03112,5.596172 -0.03215,8.392082 0.0025,0.826191 -0.0029,1.65326 0,2.479478 0.100645,-1.049138 0.22086,-2.097893 0.321526,-3.14703 z M 29.115531,52.112338 c -0.0081,-0.454544 -0.0217,-0.91241 -0.03215,-1.366892 -0.07462,2.364057 -0.133791,4.724271 -0.192916,7.088766 -0.0043,0.614579 0.0036,1.229131 0,1.843715 0.02423,0.860156 0.03408,1.714827 0.06431,2.574844 0.02596,-3.380927 0.08494,-6.760478 0.160763,-10.140433 z m -0.225068,7.565589 c -0.0063,-0.223166 -0.0262,-0.444378 -0.03215,-0.667552 -0.09406,3.912861 -0.161255,7.816573 -0.225068,11.729842 -0.03578,2.316645 -0.07191,4.644747 -0.09646,6.961613 0.08477,-0.912681 0.170307,-1.821284 0.25722,-2.733784 0.0194,-5.09701 0.06674,-10.193146 0.09646,-15.290119 z M 28.536785,77.70183 c -0.139944,1.506782 -0.288649,3.006247 -0.417984,4.513923 -0.137237,1.599835 -0.264859,3.198931 -0.385831,4.800017 0.0016,0.211747 -0.0015,0.424015 0,0.635764 0.13462,-1.792064 0.264391,-3.581603 0.417984,-5.372204 0.118027,-1.376015 0.258747,-2.757214 0.385831,-4.132465 0.0016,-0.148084 -0.0016,-0.29695 0,-0.445035 z m 3.568937,31.88355 c 0.04589,-0.88793 0.08297,-1.78229 0.12861,-2.6702 0.100226,-3.86105 0.201852,-7.724391 0.225069,-8.614603 0.13729,-5.050613 0.228024,-10.111568 0.321525,-15.162966 -0.0015,-0.805312 0.0019,-1.610591 0,-2.415903 -0.101287,5.847437 -0.226912,11.700668 -0.385831,17.547081 -0.03041,1.166066 -0.167057,6.565391 -0.289373,11.316591 z m 0.675204,-28.863672 c 0.166363,-9.604267 0.287849,-19.22642 0.353679,-28.831887 0.04035,-9.919921 -0.01464,-19.836888 -0.289373,-29.753745 -0.02414,-0.56113 -0.066,-1.124061 -0.09646,-1.684774 -0.02733,2.390149 -0.08453,4.794185 -0.128611,7.184131 -0.20006,7.269775 -0.275355,14.534901 -0.225068,21.806697 0.132143,9.317265 0.269524,18.624326 0.385831,27.941819 0.0034,1.112599 -0.0026,2.225158 0,3.337759 z m 0.09646,-2.256961 c 0.07536,-4.643463 0.11175,-9.279403 0.160763,-13.923227 -0.05868,4.306237 -0.105871,8.599716 -0.160763,12.906005 -0.001,0.339033 9.69e-4,0.678189 0,1.017222 z M 33.038147,64.54152 c 0.06547,-4.804799 0.123163,-9.595319 0.192916,-14.400049 0.01716,-2.456287 0.01,-4.918913 0,-7.37486 -0.04458,3.058133 -0.07874,6.128133 -0.06431,9.186786 -0.02877,4.197312 -0.08431,8.390937 -0.12861,12.588123 z m 0.192916,-21.774909 c 0.09363,-6.423146 0.23135,-12.840011 0.160763,-19.263643 -0.21949,-1.612042 -0.36123,-3.212296 -0.482289,-4.831805 0.02875,3.093489 0.07319,6.188981 0.12861,9.282152 0.129918,4.932467 0.172825,9.880229 0.192916,14.813296 z m 2.86158,1.557621 c 0.05126,-0.37207 0.108438,-0.740648 0.160763,-1.112587 1.19e-4,-0.09546 -1.44e-4,-0.190636 0,-0.286093 -0.05839,0.413626 -0.103583,0.825962 -0.160763,1.239739 0.0073,0.05411 -0.0072,0.105468 0,0.158941 z m 0,-0.158941 c -0.0075,-0.0555 -0.02454,-0.102734 -0.03215,-0.158941 -0.0016,0.12752 0.0016,0.253938 0,0.381458 0.01023,-0.07442 0.02187,-0.148105 0.03215,-0.222517 z m 0.160763,-1.239739 c 0.02238,-0.158505 0.04182,-0.318333 0.06431,-0.476823 -0.0201,-0.211807 -0.04445,-0.423941 -0.06431,-0.635764 -9.83e-4,0.371217 5.61e-4,0.741366 0,1.112587 z m 0.06431,-0.476823 c 0.0061,0.06392 0.02606,0.126812 0.03215,0.190729 0.195362,-1.379132 0.388051,-2.752753 0.578746,-4.132465 0.08596,-0.646163 0.169561,-1.293123 0.257221,-1.939079 -0.0014,-0.148468 0.0015,-0.296568 0,-0.445035 -0.105098,0.773236 -0.218626,1.547036 -0.321526,2.320538 -0.183596,1.32826 -0.358243,2.677641 -0.546594,4.005312 z m 0.03215,0.190729 c -0.02718,0.191851 -0.06946,0.380314 -0.09646,0.572187 -9.27e-4,0.742446 -2.85e-4,1.48273 0,2.225174 0.285703,2.129195 0.526535,4.049809 0.771662,6.739096 0.06831,0.749438 0.104901,1.506536 0.160763,2.256961 0.002,-0.295826 -0.0019,-0.594241 0,-0.890069 -0.240774,-3.477855 -0.484691,-6.952975 -0.803815,-10.426526 -0.01524,-0.158371 -0.01706,-0.318443 -0.03215,-0.476823 z m 0.09646,62.209482 c -10e-6,0.12738 -4.3e-5,0.25409 0,0.38146 0.191899,-2.29072 0.372998,-4.57428 0.546594,-6.866247 0.0136,-0.404082 0.02025,-0.803827 0.03215,-1.207951 -0.189742,2.568243 -0.36449,5.126148 -0.578746,7.692738 z M 45.384741,5.002242 c 0.0043,0.3392794 -0.0026,0.6779232 0,1.017222 0.01867,2.4415692 0.03704,4.86963 0.03215,7.311284 -0.0049,-2.420518 0.01145,-4.8590826 0.03215,-7.2794958 0.003,-0.3507378 -0.0051,-0.6982985 0,-1.0490102 l -0.06431,0 z m 3.7297,0 c -4.01e-4,1.3278158 7.13e-4,2.6464046 0,3.9735236 -0.0063,13.3453584 8.6e-4,26.7077584 0,40.0531184 0.03008,10.273164 -0.148333,20.529699 -0.160763,30.802755 0.02777,7.738696 -0.240914,15.467854 -0.289373,23.205381 -0.02293,6.01943 0.04046,12.03942 -0.192915,18.05569 -0.04931,0.63071 -0.07994,1.27428 -0.128611,1.90729 l 0.321526,0 c 0.325459,-2.14127 0.66955,-4.2802 0.99673,-6.42121 -0.05492,-4.24587 -0.05326,-8.49998 -0.0643,-12.74707 -0.04903,-7.90403 -0.314651,-15.808845 -0.289373,-23.713987 -0.01264,-10.357169 -0.191343,-20.699789 -0.160763,-31.057061 8.61e-4,-13.345359 -0.0062,-26.707759 0,-40.0531182 7.19e-4,-1.3387596 3.47e-4,-2.6654495 0,-4.0053118 l -0.03215,0 z m 0.546594,111.576548 c 0.0082,0.6342 0.0197,1.27312 0.03215,1.90729 0.06151,-0.35964 0.09811,-0.72134 0.160763,-1.0808 -8.11e-4,-0.71961 6.73e-4,-1.44198 0,-2.1616 -0.06805,0.4437 -0.125106,0.89137 -0.192916,1.33511 z m 0.192916,-1.33511 c 0.01451,-0.0946 0.01763,-0.19147 0.03215,-0.28609 -0.0025,-2.79812 0.0017,-5.59398 0,-8.39208 -0.0031,-12.220573 -0.0016,-24.463005 0,-36.683574 -0.01094,-0.285332 -0.02015,-0.578578 -0.03215,-0.890069 -0.0016,12.505112 -0.0031,25.004954 0,37.510063 0.0017,2.91017 -0.0027,5.83157 0,8.74175 z m 0,-46.251813 c 2.36e-4,-1.875767 -1.83e-4,-3.750743 0,-5.62651 1.43e-4,-1.568209 -1.24e-4,-3.136442 0,-4.704652 -0.139103,-7.58893 -0.276796,-15.170032 -0.321526,-22.760343 -0.08053,-5.064611 0.06823,-10.138285 0.321526,-15.194755 6e-6,-0.339072 -6e-6,-0.678149 0,-1.017222 -0.286766,5.385224 -0.439398,10.785679 -0.353679,16.180189 0.02537,10.464492 -0.06556,20.914411 0.289374,31.374942 0.02853,0.756754 0.04072,1.136477 0.06431,1.748351 z m 0,-49.303482 c 0.01075,-0.201784 0.02103,-0.402205 0.03215,-0.603975 1.5e-5,-0.943045 -1.5e-5,-1.886104 0,-2.829149 0.03287,-3.75297 0.01625,-7.4993735 0,-11.253019 l -0.03215,0 c -0.01534,3.7457679 -0.03096,7.476072 0,11.221231 -1.8e-5,1.154965 2e-5,2.309947 0,3.464912 z m 0.03215,-0.603975 c -6e-6,0.31788 5e-6,0.635766 0,0.953645 0.241811,-4.628715 0.584747,-9.238928 0.964577,-13.85965 -0.0022,-0.2122709 0.002,-0.4234954 0,-0.6357638 -0.373361,4.5062758 -0.715812,9.0278338 -0.964574,13.5417688 z m 0.96458,-13.5417688 c 0.01498,-0.1807636 0.04923,-0.3596488 0.0643,-0.5403992 l -0.0643,0 c 0.0016,0.1804259 -0.0017,0.3599713 0,0.5403992 z m 0.0643,-0.5403992 c 0.0022,0.2014921 -0.0019,0.4024795 0,0.6039756 0.01666,-0.2011292 0.04752,-0.4028628 0.06431,-0.6039756 l -0.06431,0 z m 0,0.6039756 c -0.01579,0.1906414 -0.04863,0.3815314 -0.0643,0.5721874 0.0476,4.649312 0.134109,9.306045 0.03215,13.955015 -0.08082,3.6853 -0.264502,7.344707 -0.353679,11.030502 0.01359,7.191525 0.06594,14.392425 0.09646,21.58418 0.01951,7.14209 -0.0762,14.283279 -0.09646,21.425239 -0.01703,7.570901 0.118966,15.158143 0.192916,22.728556 0.07786,4.321963 0.04122,8.617453 -0.03215,12.937793 0.176152,-1.1222 0.366768,-2.24789 0.546594,-3.36955 -0.02184,-3.0427 -0.02336,-6.0798 0.03215,-9.123209 0.0741,-7.467441 0.178493,-14.94273 0.160763,-22.410673 -0.01983,-7.194567 -0.08746,-14.389485 -0.06431,-21.58418 0.03499,-7.135879 0.08297,-14.257817 0.09646,-21.393452 C 51.365469,28.06306 51.155012,24.155153 51.043597,20.260573 50.903762,15.372654 50.960769,10.495378 50.914986,5.6062176 z M 51.236512,106.47014 c 0.0078,1.08401 -0.0164,2.15849 0,3.2424 0.265408,-1.41758 0.539643,-2.84257 0.803815,-4.25962 0.09815,-0.50859 0.1896,-1.01713 0.289373,-1.52583 0.0094,-1.43031 0.0234,-2.86109 0.03215,-4.291409 -0.295118,1.772739 -0.607004,3.540689 -0.900273,5.308629 -0.08214,0.50668 -0.143815,1.01902 -0.225068,1.52583 z m 1.125341,-6.834459 c 0.01605,-0.0964 0.04836,-0.189681 0.0643,-0.286094 0.03457,-8.548671 0.02133,-17.104679 0.09646,-25.653068 -0.0067,-11.194244 -0.03057,-22.373955 -0.03215,-33.568328 0.02685,-7.123159 -0.0017,-14.238323 0,-21.361663 -0.01191,-0.170028 -0.02075,-0.282561 -0.03215,-0.445035 0.0044,7.259716 -0.02769,14.515342 0,21.77491 0.0016,11.171076 -0.04888,22.333793 -0.06431,33.504751 0.06099,8.67717 0.02094,17.357262 -0.03215,26.034527 z m 0.09646,-81.314188 c -1.23e-4,-0.201071 1.93e-4,-0.402905 0,-0.603975 -0.31156,-4.433386 -0.492387,-7.107248 -0.707359,-12.715276 l -0.03215,0 c 0.22465,5.855112 0.392668,8.377669 0.73951,13.319251 z m 0,-0.603975 c 0.01149,0.163514 0.02012,0.30551 0.03215,0.476822 0.0025,-4.329033 0.0026,-8.6727381 0.06431,-13.0013689 0.0015,-0.063604 -0.0015,-0.127125 0,-0.1907291 l -0.192915,0 c 2.28e-4,0.010615 -2.29e-4,0.021173 0,0.031788 0.05899,4.2221155 0.09239,8.46101 0.09646,12.683488 z m 0.03215,0.476822 c -1.09e-4,0.19052 4.4e-5,0.381667 0,0.572188 0.06123,0.874307 0.08427,1.170564 0.160763,2.288749 0.239422,2.899813 0.467093,5.810217 0.707357,8.709964 0.302355,3.649128 0.546601,6.419319 0.771662,9.218575 0.0024,-0.116267 -0.0024,-0.233403 0,-0.34967 -0.216087,-2.673729 -0.44988,-5.341717 -0.739509,-8.837117 -0.240272,-2.899726 -0.467918,-5.810171 -0.707357,-8.709963 -0.09669,-1.413136 -0.119925,-1.85348 -0.192916,-2.892726 z m 1.639782,20.439806 c 0.180173,2.229349 0.340814,4.453795 0.546594,7.343072 0.02117,0.297193 0.04339,0.592871 0.0643,0.890069 -3.02e-4,-0.698634 -0.0054,-1.399305 0,-2.09802 0.07823,-8.096558 0.289753,-16.196283 0.643052,-24.286177 0.133329,-3.326089 0.238139,-5.908607 0.289373,-9.250363 0.0086,-0.562196 0.02595,-1.122555 0.03215,-1.684774 -0.03743,-0.7525591 -0.08402,-1.5047408 -0.12861,-2.2569614 -0.03296,1.2439915 -0.07237,2.5063944 -0.128611,3.7510064 -0.05178,1.145971 -0.4725,7.833847 -0.546594,9.059634 -0.448636,6.17243 -0.64224,12.347734 -0.771662,18.532514 z M 55.577112,7.2909916 c 0.02025,-0.7641651 0.01948,-1.5246704 0.03215,-2.2887496 l -0.192915,0 c 0.05262,0.7605617 0.115652,1.5277857 0.160763,2.2887496 z m 0.12861,2.2569614 c 0.257482,5.176614 0.338296,10.361905 0.289373,15.544424 -0.05404,5.067838 0.03319,10.1272 0.09646,15.194755 0.171116,-8.112299 0.282699,-16.235866 0.353679,-24.349753 0.007,-1.271605 -0.0065,-2.542968 0,-3.814583 C 56.330497,9.7481148 56.209467,7.3733953 56.027248,5.002242 l -0.289373,0 c -0.0016,1.516845 -0.01541,3.028967 -0.03215,4.545711 z m 0.73951,2.574843 c 0.01232,0.254911 0.05252,0.507979 0.06431,0.762917 0.01672,-2.629303 0.02494,-5.2541368 0.03215,-7.883471 l -0.0643,0 c -0.0095,2.3737429 -0.01999,4.7468361 -0.03215,7.120554 z m 0.06431,0.762917 c -0.0065,1.02843 -0.0236,2.055031 -0.03215,3.083454 -0.03133,3.580301 -0.04861,7.164313 -0.09646,10.744408 0.06764,-3.135473 0.172646,-6.275598 0.289374,-9.409304 -0.05546,-1.471818 -0.09278,-2.947348 -0.160763,-4.418558 z m 0.160763,4.418558 c 0.07972,2.11561 0.148493,4.242039 0.225068,6.357638 0.09538,-6.116652 0.304044,-12.234995 0.675204,-18.3417852 0.0061,1.7594115 0.02642,3.517428 0.03215,5.2768392 0.0434,2.85529 0.05727,5.728478 0.03215,8.582811 0.03222,-2.844451 0.08084,-5.705975 0.03215,-8.551023 -0.0061,-1.8759973 -0.02559,-3.7505115 -0.03215,-5.626509 l -0.03215,0 c -0.0078,0.1128234 -0.02396,0.1366799 -0.03215,0.2543055 -2.94e-4,-0.084788 2.97e-4,-0.1695173 0,-0.2543055 l -0.192915,0 c -0.0085,0.1071641 0.0089,0.014835 0,0.1271527 C 57.04279,9.1762214 56.821334,13.249575 56.6703,17.304271 z m 0.964577,1.875503 c -0.06526,7.417029 -0.328688,14.80739 -0.610899,22.219945 -0.01511,1.041678 -0.01946,2.073693 -0.03215,3.115242 -0.01388,1.229036 -0.05433,2.458357 -0.06431,3.68743 -0.0018,0.226311 -0.02303,2.049421 -0.03215,3.878159 0.0047,1.29223 0.02842,2.585924 0.03215,3.878159 0.01347,2.170315 0.02309,4.346407 0.03215,6.516579 0.246072,-5.747245 0.468724,-11.474879 0.385831,-17.229199 0.0015,-0.492694 0.02967,-9.250442 0.03215,-9.504668 0.05389,-5.519022 0.194697,-11.042651 0.25722,-16.561647 z m -0.675204,43.295514 c -0.12348,2.884008 -0.222834,5.761758 -0.321526,8.646387 -0.06186,-0.595086 -0.133756,-1.184794 -0.192915,-1.780138 -0.007,0.211309 0.0068,0.42445 0,0.635764 0.05399,0.613046 0.105333,1.230778 0.160763,1.843715 0.0069,-0.212221 0.02492,-0.423551 0.03215,-0.635764 0.02784,0.267223 0.186683,1.852364 0.321526,3.083454 0.0206,-3.935626 0.01644,-7.857911 0,-11.793418 z m 0,11.793418 c -0.0032,0.605271 0.0044,1.206643 0,1.811927 0.29574,3.190501 0.576224,6.37507 0.835967,9.568245 0.120526,1.481695 0.185595,2.512217 0.257221,3.592065 0.04257,-0.690695 0.103718,-1.343406 0.160763,-2.225173 -0.151036,-1.971791 -0.319725,-3.942787 -0.514441,-5.912603 -0.06611,-0.668821 -0.440509,-4.104647 -0.73951,-6.834461 z m 1.253951,12.747064 c 0.212046,-3.276305 0.464108,-6.927635 0.546594,-8.233141 0.05544,-0.877517 0.108861,-1.760924 0.160763,-2.63842 0.0035,-0.264581 -0.0034,-0.530121 0,-0.794705 -0.06526,1.12408 -0.121891,2.245444 -0.192916,3.369549 -0.08267,1.308474 -0.301877,5.011059 -0.514441,8.296717 z m 0.707357,-11.666266 c 0.02401,-0.413453 0.04104,-0.826279 0.06431,-1.239739 0.07314,-6.022834 0.124567,-12.03301 0.160763,-18.055691 0.05813,-13.804478 0.04374,-27.615463 0.03215,-41.420011 0.0793,-3.212701 0.109887,-6.4188927 0.160763,-9.631821 l -0.417984,0 c 0.05506,3.1996125 0.111063,6.400656 0.192915,9.600033 0.01159,13.804537 0.05811,27.583755 0,41.388222 -0.03873,6.446025 -0.109983,12.912886 -0.192915,19.359007 z m 0.06431,-1.239739 c -0.0035,0.285738 0.0036,0.572546 0,0.858281 0.299869,-5.221106 0.564971,-10.444599 0.771662,-15.671577 0.157816,-5.811055 0.282289,-11.609233 0.450136,-17.419928 -0.171341,5.794005 -0.387709,11.593267 -0.514441,17.38814 -0.196013,4.957643 -0.428644,9.892958 -0.707357,14.845084 z m 0,0.858281 c -0.02246,0.391042 -0.04118,0.785124 -0.06431,1.176163 -0.07237,5.426431 -0.178694,10.850685 -0.321526,16.275553 0.0126,0.201431 0.01979,0.402516 0.03215,0.603976 0.161914,-6.017891 0.277657,-12.03591 0.353678,-18.055692 z m -0.353678,18.055692 c -0.03482,1.294001 -0.05636,2.5843 -0.09646,3.878159 -0.01252,-0.244923 -0.02071,-0.486123 -0.03215,-0.731129 -0.135594,4.486212 -0.303849,8.962382 -0.514441,13.446402 0.0061,0.0962 0.026,0.18988 0.03215,0.2861 0.20368,-4.30357 0.380547,-8.6004 0.514442,-12.906009 0.170599,3.301959 0.428541,6.595119 0.739509,9.886129 0.08324,-0.54983 0.175147,-1.10301 0.257221,-1.65299 -0.309427,-3.25248 -0.582364,-6.494453 -0.739509,-9.758972 -0.04685,-0.817588 -0.110613,-1.630584 -0.160763,-2.44769 z M 59.53188,105.2304 c 0.07449,0.78302 0.110486,1.57006 0.192916,2.35233 0.388919,-3.4403 0.779405,-6.88314 1.093188,-10.331163 0.22142,-2.236398 0.412275,-4.46498 0.578746,-6.707308 -0.102181,1.1203 -0.225343,2.240201 -0.353678,3.560277 -0.432118,3.725467 -0.957634,7.416554 -1.511172,11.125864 z m 0.192916,2.35233 c -0.06954,0.61511 -0.123897,1.22854 -0.192916,1.84371 0.07765,0.77221 0.144559,1.54857 0.225068,2.32054 0.07743,-0.63548 0.148097,-1.27177 0.225068,-1.90729 -0.08622,-0.75094 -0.178017,-1.50532 -0.25722,-2.25696 z m 0.25722,2.25696 c 0.25188,2.19377 0.529331,4.39273 0.835968,6.58015 -0.01069,-0.8597 -0.03655,-1.71502 -0.03215,-2.57484 0.04602,-5.31153 0.293645,-10.60636 0.835967,-15.894093 0.07457,-0.919945 0.124075,-1.845389 0.192916,-2.765572 -0.651264,4.876635 -1.241248,9.771015 -1.832698,14.654355 z m 1.832698,-14.654355 c 0.01843,-0.13798 0.04577,-0.27528 0.0643,-0.413247 0.316734,-3.468764 0.400606,-3.737158 0.482289,-7.247707 0.02494,-1.07196 0.03279,-2.138528 0.03215,-3.210607 -0.01315,0.748677 -0.03469,1.430577 -0.0643,2.320538 -0.09494,2.853587 -0.301506,5.704745 -0.514441,8.551023 z M 62.39346,84.313774 c 0.0326,-1.856078 0.02948,-3.576875 0.03215,-5.785451 0.0016,-1.339929 -6.42e-4,-2.665383 0,-4.005311 -0.01254,-4.87249 -0.06538,-9.750143 -0.09646,-14.622567 -0.06726,-1.01559 -0.142882,-2.035136 -0.192915,-3.051667 0.01445,4.287945 0.04413,8.554513 0.0643,12.842429 -0.03708,4.871682 0.190032,9.750561 0.192915,14.622567 z M 62.13624,56.848778 c -0.02139,-6.347579 -0.0055,-12.693503 0,-19.041125 0.02151,4.57678 0.09205,9.156751 0.192915,13.732498 0.0022,-0.961255 -0.0068,-1.931461 0,-2.892725 0.0264,-8.175236 0.06368,-16.336014 0.289374,-24.508694 0.166176,-6.375798 0.357724,-12.765826 0.675204,-19.13649 l -0.771662,0 c -0.159942,1.840045 -0.310814,3.6885939 -0.417984,5.531145 0.01472,8.770321 0.03225,17.550298 0.03215,26.32062 -0.0095,-2.393515 -0.03089,-4.79057 -0.03215,-7.18413 -0.0046,1.331755 -0.02281,2.673562 -0.03215,4.005312 -3e-5,1.048623 1.1e-5,2.098408 0,3.14703 0.0051,6.003406 0.02086,11.988758 0,17.992115 0.02273,0.677709 0.03098,1.357315 0.0643,2.034444 z m -0.0643,-2.034444 c -0.01422,-0.423905 -0.05499,-0.847354 -0.06431,-1.271527 -0.06964,-6.626562 0.01784,-13.24058 0.06431,-19.867618 1.13e-4,-3.982653 0.0018,-7.969703 0,-11.95236 0.02816,2.652938 0.04137,5.294107 0.03215,7.947048 -0.0014,-2.637129 0.0022,-5.278268 0,-7.915259 -0.0034,-3.388905 -0.01994,-6.783172 -0.03215,-10.172221 -0.208673,3.924265 -0.323604,7.862168 -0.353679,11.793418 0.04027,8.302479 0.101788,16.587606 0.12861,24.890152 0.0663,8.566591 -0.04592,17.150153 -0.0643,25.716645 0.0011,1.341351 -0.002,2.663961 0,4.005312 0.0046,3.144345 0.03688,4.968211 -0.09646,8.105988 0.272267,-5.521062 0.173319,-11.037202 0.289373,-16.561646 0.02455,-4.90221 0.07942,-9.815685 0.09646,-14.717932 z m -0.385831,31.279578 c -0.02927,0.688798 -0.08817,1.377884 -0.128611,2.066233 0.02838,-0.407478 0.07117,-0.762093 0.09646,-1.207951 0.01622,-0.285964 0.01805,-0.57225 0.03215,-0.858282 z m 0.417983,-75.560525 c -0.0031,-1.8430219 0.0047,-3.6881272 0,-5.531145 l -0.0643,0 c 0.0052,2.0442917 0.0289,4.0908246 0.03215,6.13512 0.01116,-0.201961 0.02041,-0.40204 0.03215,-0.603975 z m 0.225068,41.006764 c -0.0064,2.786039 -0.01777,5.574304 0,8.360294 0.254949,3.849298 0.576283,7.68824 0.803815,11.539112 0.02581,0.436879 0.115934,2.161065 0.192916,3.846371 0.01677,-2.395917 0.01751,-4.788203 0.03215,-7.184131 -0.417567,-4.742938 -0.807723,-9.483738 -0.99673,-14.241108 -0.02024,-0.771276 -0.01515,-1.549215 -0.03215,-2.320538 z m 1.028883,16.561646 c 0.01958,0.222443 0.04463,0.445115 0.0643,0.667552 0.06894,-11.142199 0.130124,-22.298795 0.160763,-33.441175 0.093,-10.115077 -0.04569,-20.210752 0.03215,-30.325932 l -0.09646,0 c 0.06751,10.102796 -0.04044,20.191392 0,30.294144 -0.03005,10.930352 -0.09397,21.875232 -0.160763,32.805411 z m 0.0643,0.667552 c -0.01594,2.576147 -0.01373,5.148395 -0.03215,7.72453 0.0396,0.87468 0.08368,1.943154 0.09646,2.225174 0.287443,3.82784 0.398349,7.677432 0.643051,11.507324 0.09564,1.49685 0.213291,2.986092 0.321526,4.482135 0.140858,-3.462725 0.243711,-6.929691 0.321526,-10.394738 C 64.634054,82.675921 64.494002,81.021651 64.32262,79.386605 64.063759,75.836572 63.7361,72.315954 63.422347,68.769349 z m 1.350409,15.544425 c 0.0081,0.09593 0.02409,0.190157 0.03215,0.286094 0.0965,-4.23173 0.173375,-8.451879 0.225068,-12.683488 0.110407,-12.665873 0.07321,-25.352479 0.06431,-38.018674 -0.0026,-9.636523 0.138511,-19.259048 0.192915,-28.895464 l -0.450136,0 c 0.06255,9.620984 0.209098,19.242565 0.225068,28.863676 0.0089,12.666177 0.01391,25.352815 -0.09646,38.018674 -0.05064,4.146785 -0.09979,8.282243 -0.192916,12.429182 z M 65.287193,5.002242 c 0.01906,7.629849 0.03084,15.257478 0.03215,22.887496 2.89e-4,10.647055 0.126164,21.30185 0.321526,31.94713 0.223491,8.789537 0.31052,17.573565 0.835967,26.352409 0.0513,1.468203 -0.07776,1.760706 0.675205,2.415902 0.0064,-0.07464 0.02574,-0.147876 0.03215,-0.222517 -0.14201,-0.125404 -0.248502,-0.226388 -0.417983,-0.381458 -0.09343,-0.08548 0.211983,-0.137673 0.25722,-0.254306 0.109132,-0.281377 0.137532,-0.59426 0.192916,-0.890069 0.09207,-0.491773 0.153504,-0.97329 0.225068,-1.462257 -0.07374,0.846694 -0.149361,1.696525 -0.225068,2.543055 -0.01272,0.148379 -0.01941,0.296664 -0.03215,0.445035 0.01134,0.01002 0.02098,0.02196 0.03215,0.03179 0.01165,-0.135395 0.0207,-0.311453 0.03215,-0.445034 0.0927,-1.036492 0.167476,-2.078507 0.257221,-3.115243 0.01367,-0.09697 0.05066,-0.188829 0.0643,-0.286094 -0.004,-0.02256 -0.02821,-0.04101 -0.03215,-0.06358 -0.0072,-0.0411 0.0071,-0.08605 0,-0.127153 -1.40097,-8.07954 -1.624738,-16.332595 -1.832688,-24.508692 -0.255764,-10.596516 -0.140079,-21.190021 -0.160763,-31.788189 -0.0017,-7.689005 0.0045,-15.389431 0.03215,-23.078225 l -0.289374,0 z m 2.250682,79.375108 c 0.498543,-5.788986 0.985472,-11.591912 1.382561,-17.388139 -0.02551,0.624186 -0.05206,1.446923 -0.0643,1.74835 -0.06248,1.007965 -0.135552,2.011629 -0.192916,3.019878 -0.157275,2.764356 -0.127183,2.920931 -0.353678,5.658298 -0.182931,2.210845 -0.438912,4.437845 -0.675205,6.643731 -0.02452,0.171776 -0.04038,0.338102 -0.06431,0.508611 0.174301,0.991662 0.366425,1.970123 0.578747,2.956302 0.4385,1.537404 1.06556,2.648234 -0.932425,0.890069 -0.0059,0.0681 -0.02625,0.153974 -0.03215,0.222518 0.334427,0.28593 0.819109,0.617974 1.575477,1.176163 0.142514,0.105173 0.07804,-0.33577 0.09646,-0.508611 0.142833,-1.340093 0.118818,-2.696488 0.25722,-4.0371 0.231695,-5.259997 0.619794,-10.499857 0.643052,-15.766942 0.04259,-1.292321 0.07354,-2.585796 0.09646,-3.878159 -0.106682,-2.377306 -0.245764,-4.744952 -0.385831,-7.120555 -0.165678,2.809478 -0.354423,5.615978 -0.546594,8.42387 0.02159,-0.528465 0.04023,-0.857531 0.06431,-1.462256 -0.421587,6.304554 -0.90449,12.617954 -1.446866,18.913972 z m 1.446866,-18.913972 c 0.166508,-2.490015 0.304615,-4.978969 0.450136,-7.470225 -0.07333,-1.219754 -0.173058,-2.436571 -0.25722,-3.655642 -0.0015,2.531485 -0.0079,5.066869 -0.06431,7.597378 -0.01339,0.600595 -0.07053,2.069665 -0.12861,3.528489 z m 0.450136,-7.470225 c 0.0102,0.169723 0.02214,0.338877 0.03215,0.508611 0.05064,-0.858777 0.112702,-1.715922 0.160763,-2.574843 -0.01057,-0.101592 -0.02313,-0.327901 -0.03215,-0.413247 -0.04592,0.827376 -0.112441,1.652237 -0.160763,2.479479 z m 0.160763,-2.479479 c 0.09474,-1.706996 0.173004,-3.410347 0.257221,-5.117898 -0.01112,-1.048941 -0.02144,-2.098015 -0.03215,-3.147031 C 69.781801,38.192278 69.63069,29.150084 69.209809,20.101632 69.006682,15.069985 68.802743,10.033857 68.59891,5.002242 l -0.192915,0 c 0.333567,4.993008 0.533555,10.000954 0.675204,15.004025 0.153209,8.920327 0.112944,17.844349 0.12861,26.765655 -0.03303,1.850176 -0.02954,3.680414 -0.03215,5.531145 0.355761,3.286663 0.162064,0.788656 0.417983,3.210607 z M 69.177657,52.303067 C 69.089768,51.491119 69.049396,51.014366 68.856131,49.124248 68.66339,47.239263 68.515617,45.352659 68.341689,43.465951 67.241358,29.339376 68.448421,45.27336 67.344959,30.464581 66.712917,21.982394 66.058051,13.503109 65.769482,5.002242 l -0.0643,0 c 0.289453,8.485768 0.976704,16.963352 1.60763,25.430551 1.103419,14.808213 -0.135667,-1.124739 0.964577,13.00137 0.364173,3.573692 0.651502,7.162281 0.900273,10.744408 3.52e-4,-0.627543 -8.85e-4,-1.247972 0,-1.875504 z m 0.675204,-1.907291 c 0.0029,0.275456 -0.0028,0.551042 0,0.826493 0.08749,-1.739476 0.180989,-3.473226 0.257221,-5.213263 0.340842,-7.77991 0.370378,-10.513011 0.578746,-18.182844 0.247407,4.972554 0.437294,9.929539 0.482289,14.90866 0.01556,9.511149 -6.76e-4,19.035027 0.09646,28.545794 -0.08135,6.445952 -0.223702,12.885766 -0.482289,19.327219 0.08393,-6.580644 0.154777,-13.161044 -0.03215,-19.740465 -0.182916,-4.023364 -0.438238,-8.006146 -0.835968,-12.015936 0.0024,2.256392 -0.02429,4.514681 -0.0643,6.770885 0.06953,1.549341 0.134308,3.091387 0.192916,4.641075 0.270579,8.354158 0.415093,16.723116 0.514441,25.080881 0.05894,-1.207515 0.142053,-2.415984 0.192916,-3.623853 0.279535,-6.787009 0.448157,-13.584961 0.578746,-20.376229 0.331012,-9.420104 0.25938,-18.836168 0.257221,-28.2597 -0.05616,-6.712792 -0.428564,-13.41764 -0.73951,-20.121924 -0.06619,1.602025 -0.121878,3.196527 -0.160763,4.800016 -0.0053,-0.106289 -0.02682,-0.211594 -0.03215,-0.317882 -0.0024,0.09546 0.0023,0.190634 0,0.286094 -0.210232,7.731611 -0.23675,10.439377 -0.578747,18.246421 -0.0646,1.474673 -0.152356,2.944286 -0.225068,4.418558 z m 0.803815,-22.951073 c 0.0379,-1.497754 0.131232,-2.985658 0.192915,-4.482134 -0.0044,-0.09511 0.0044,-0.190983 0,-0.286094 0.249508,-5.899281 0.696873,-11.795841 1.253951,-17.674233 l -0.03215,0 C 71.523754,10.785279 71.100144,16.587116 70.849591,22.390381 70.74966,20.219037 70.639129,18.045923 70.560218,15.873803 70.425915,12.245883 70.178167,8.6203156 69.885014,5.002242 l -0.643052,0 c 0.366455,3.4714676 0.636758,6.968899 0.803815,10.458314 0.188151,3.997175 0.410386,7.987234 0.610899,11.984147 z m 0.09646,64.275719 c -0.05729,1.391096 -0.125071,2.77363 -0.192916,4.164253 0.0084,0.720293 0.02446,1.441309 0.03215,2.161597 C 70.65026,106.35974 70.66736,114.68794 70.49591,123 l 0.192915,0 c 0.02813,-0.13914 0.06866,-0.27405 0.09646,-0.41325 -0.142672,-8.14384 -0.161521,-16.30026 -0.09646,-24.445114 0.02125,-2.140286 0.03652,-4.280706 0.06431,-6.421214 z m 0.03215,30.866328 c 0.0024,0.13762 -0.0025,0.27563 0,0.41325 l 1.125341,0 c 0.651298,-5.2605 1.346515,-10.52459 1.86485,-15.79873 -0.03708,-2.70926 -0.0694,-5.38886 -0.03215,-8.487446 -0.136378,1.976906 -0.300925,3.969486 -0.450136,5.944386 -0.432404,6.03032 -1.324096,12.00036 -2.507902,17.92854 z m 2.990191,-15.38548 c 0.02541,1.85681 0.01977,3.68913 0.06431,5.81724 0.05076,2.42566 0.133069,4.85403 0.192916,7.27949 0.03192,0.90085 0.06454,1.80116 0.09646,2.702 l 0.03215,0 c -0.03194,-0.88659 -0.065,-1.7826 -0.09646,-2.67021 -0.05986,-2.42544 -0.109991,-4.85386 -0.160763,-7.27949 -0.04722,-2.2557 -0.07116,-4.2032 -0.09646,-6.16691 -0.01027,0.1061 -0.02173,0.21179 -0.03215,0.31788 z m 0.03215,-0.31788 c 0.05442,-0.56203 0.110938,-1.12226 0.160763,-1.68478 0.575201,-8.230503 1.120261,-16.47725 0.996731,-24.731207 -0.01808,-5.973506 -0.06743,-11.955529 -0.128611,-17.928539 -0.09517,5.000567 -0.209115,10.005369 -0.385831,15.004026 -0.0043,0.826736 -0.02931,1.652721 -0.03215,2.479478 0.05028,5.877359 -0.218813,11.745213 -0.6109,17.610657 -0.0058,0.370066 -0.02771,0.742515 -0.03215,1.112587 -0.03567,2.970548 -0.0012,5.546298 0.03215,8.137778 z m 0,-9.250365 c 0.09508,-6.099676 0.359611,-12.182308 0.578747,-18.278209 0.02273,-0.602447 0.04301,-1.209441 0.06431,-1.811926 0.0041,-0.784248 -0.0052,-1.568094 0,-2.352326 -0.04533,1.369277 -0.07444,2.731598 -0.12861,4.100676 -0.228644,6.36018 -0.495574,12.740528 -0.578747,19.104702 0.01746,-0.255333 0.04724,-0.507555 0.06431,-0.762917 z M 74.450679,75.190564 C 74.607782,70.445187 74.759957,65.696499 74.83651,60.949455 74.80566,57.968203 74.76777,54.998329 74.74005,52.016974 74.73825,38.665878 74.72574,25.31476 74.64359,11.963855 74.62531,9.6424804 74.57059,7.323679 74.54713,5.002242 c 0.01487,2.3108939 0.01398,4.6225499 0.03215,6.929825 0.08217,13.350894 0.09462,26.702034 0.09646,40.053118 -0.07481,7.73698 -0.173458,15.468362 -0.225068,23.205379 z M 74.83651,60.949455 c 0.0053,0.509204 -0.0052,1.016629 0,1.525833 0.106723,-5.624503 0.181242,-11.254247 0.225068,-16.879529 0.02102,-10.601514 0.03866,-21.187263 0.160763,-31.788189 0.0541,-2.932441 0.09555,-5.8724535 0.128611,-8.805328 l -0.546594,0 c 0.03376,2.839123 0.04421,5.680487 0.09646,8.519235 0.124253,10.669643 0.191797,21.340607 0.09646,32.010706 -0.03687,5.140289 -0.07788,10.277564 -0.160763,15.417272 z m -4.276294,34.93522 c -0.0021,-0.180031 0.0021,-0.360369 0,-0.5404 -0.237272,4.861245 -0.542686,9.705765 -0.932425,14.558995 C 69.264886,114.26609 68.876074,118.63922 68.4703,123 l 0.06431,0 c 0.513513,-5.3114 0.513118,-5.67355 1.125341,-13.03316 0.385476,-4.68507 0.671317,-9.38922 0.900272,-14.082165 z M 69.852861,51.222269 c -0.07895,1.569658 -0.137263,3.135464 -0.225068,4.704652 0.07416,0.712681 0.116273,1.148009 0.289373,2.892725 -0.0028,-2.531875 -0.03811,-5.06516 -0.0643,-7.597377 z m -2.668665,37.414699 c -0.01165,-0.01 -0.02091,-0.022 -0.03215,-0.03179 -0.30176,3.512567 -0.619297,7.010323 -0.900273,10.521891 0.0086,0.05319 0.02357,0.105754 0.03215,0.158941 0.305515,-3.725957 0.6198,-7.393529 0.900272,-10.649043 z m -0.900272,10.649043 c -0.134765,1.643549 -0.268454,3.306309 -0.385831,4.895379 0.120473,-1.68568 0.218862,-3.36941 0.353678,-5.05432 -0.161604,-1.002721 -0.317071,-2.012387 -0.450136,-3.019878 -0.416652,-3.830445 -0.674023,-7.668163 -0.99673,-11.507324 -0.07925,3.47526 -0.178062,6.953658 -0.321526,10.426526 0.199716,2.624003 0.485709,5.224736 0.643052,7.851686 0.04046,1.81031 0.117661,3.62568 0.160762,5.43578 0.05376,1.88773 -0.05291,3.7719 -0.09646,5.65829 -0.05372,2.42246 -0.266284,4.83927 -0.546594,7.24771 -0.457375,-4.15986 -0.762025,-8.3194 -0.964578,-12.49276 0.202501,4.16225 0.476359,8.31215 0.932425,12.46097 0.0056,0.0497 0.02656,0.10894 0.03215,0.15894 0.07194,0.54578 0.15803,1.10652 0.225068,1.65299 l 0.192915,0 c 0.01563,-1.12678 0.01593,-2.22872 0.06431,-4.10068 0.04797,-1.85641 0.138517,-3.70969 0.225068,-5.56293 0.06231,-1.3343 0.146405,-2.67227 0.225068,-4.00531 -0.07636,1.33625 -0.167285,2.66805 -0.225068,4.00531 -0.13896,3.2159 -0.214292,6.44437 -0.257221,9.66361 l 0.932425,0 c 0.01645,-0.0733 0.01551,-0.14926 0.03215,-0.22252 0.304602,-1.54527 0.603573,-3.08443 0.835967,-4.64107 0.09041,-0.60561 0.202468,-1.2341 0.257221,-1.84372 0.02043,-0.22749 0.03106,-0.43919 0.03215,-0.66755 -0.0374,-1.94326 -0.147223,-3.9048 -0.09646,-5.84903 0.04006,-1.78698 0.144664,-3.5573 -0.06431,-5.34041 -0.164596,-1.72729 -0.463325,-3.4381 -0.739509,-5.149689 z m -1.639782,22.060999 c -0.0063,0.0536 -0.02579,0.10539 -0.03215,0.15895 -0.08198,0.49679 -0.14836,0.99652 -0.225068,1.49404 l 0.450136,0 c -0.06009,-0.54507 -0.135232,-1.13767 -0.192915,-1.65299 z M 63.679564,108.7271 c -0.0047,-0.0958 -0.0276,-0.19023 -0.03215,-0.28609 -0.07774,0.99106 -0.137232,1.99758 -0.225068,2.98809 -0.346147,3.86177 -0.751235,7.70991 -1.12534,11.5709 l 0.09646,0 c 0.559449,-5.78402 0.103409,-0.85585 1.061036,-11.53911 0.08093,-0.91252 0.152737,-1.8208 0.225068,-2.73379 z m -0.03215,-0.28609 c 0.0058,-0.0742 0.02639,-0.14832 0.03215,-0.22252 -0.438379,-9.419511 -0.360728,-18.864501 -0.321526,-28.291486 0.0087,-1.14498 0.02397,-2.288143 0.03215,-3.433125 -0.02151,-0.475048 -0.04013,-0.678604 -0.06431,-1.207951 -0.01076,1.537225 -0.02047,3.072067 -0.03215,4.609288 -0.03958,9.511923 -0.09792,19.041855 0.353678,28.545794 z m 0.03215,-0.22252 c 0.0044,0.0953 -0.0045,0.19076 0,0.2861 0.352103,-4.48613 0.61815,-8.983776 0.803815,-13.478196 -0.0074,-0.106343 -0.02446,-0.211556 -0.03215,-0.317882 -0.183497,4.51092 -0.421805,9.007328 -0.771662,13.509978 z m -2.86158,8.20135 c 0.01241,0.99767 0.02208,1.9904 0.03215,2.98809 0.02622,0.93302 0.02996,1.8654 0,2.79737 0.02652,0.2642 0.03908,0.53031 0.0643,0.7947 l 0.932425,0 c -0.094,-0.55037 -0.199854,-1.10189 -0.289373,-1.65299 -0.258687,-1.64638 -0.508178,-3.27695 -0.739509,-4.92717 z m 0.03215,5.78546 c -0.05102,-0.50841 -0.101945,-1.0185 -0.160763,-1.52584 -0.305515,-2.9738 -0.62229,-5.95874 -0.932425,-8.93248 -0.100639,0.826 -0.18731,1.65363 -0.289373,2.47948 -0.190939,1.17579 -0.416212,2.35325 -0.610899,3.52849 0.02109,-1.76435 0.122769,-3.52227 0.321526,-5.27684 0.109719,-1.01998 0.239298,-2.03219 0.353678,-3.05167 -0.08526,-0.8479 -0.177063,-1.69474 -0.257221,-2.54305 -0.321557,2.12388 -0.639584,4.26601 -0.964577,6.38942 -0.0125,0.0741 -0.01973,0.14843 -0.03215,0.22252 0.13198,1.59999 0.317656,3.20675 0.514442,4.80002 0.0245,-0.14754 0.03985,-0.29749 0.0643,-0.44504 -0.006,0.35946 -0.0041,0.72155 0,1.0808 0.177171,1.35873 0.396317,2.72095 0.643052,4.06889 l 1.318256,0 c 0.0092,-0.26481 0.02364,-0.52988 0.03215,-0.7947 z m -1.99346,-3.27419 c -0.02755,-0.21128 -0.03819,-0.42429 -0.0643,-0.63576 -0.186348,1.12198 -0.389884,2.24794 -0.578747,3.36955 0.02276,0.44412 0.03879,0.89111 0.0643,1.3351 l 0.707357,0 c -5.2e-5,-0.0145 4.3e-5,-0.017 0,-0.0318 -0.03257,-1.34187 -0.113355,-2.69494 -0.12861,-4.0371 z m -0.643052,2.73379 c -0.106221,-2.07284 -0.193155,-4.12406 -0.257221,-6.1987 -0.123656,0.77618 -0.267814,1.54355 -0.385831,2.32054 0.07901,-1.42661 0.205551,-3.20954 0.321526,-5.37221 -0.0044,-0.16953 -0.0278,-0.33908 -0.03215,-0.50861 -0.124721,2.24574 -0.24882,4.49494 -0.385832,6.7391 0.03814,-0.25457 0.05786,-0.50841 0.09646,-0.76292 -0.07545,1.35947 -0.22825,3.6674 -0.321526,5.1179 l 0.73951,0 c 0.07511,-0.44414 0.150273,-0.89091 0.225068,-1.3351 z m -0.73951,-3.01988 c -0.21819,1.4564 -0.432229,2.89756 -0.643051,4.35498 l 0.353678,0 c 0.09366,-1.45059 0.200785,-2.90396 0.289373,-4.35498 z m 0.385832,-6.7391 c 0.02649,-0.47697 0.07053,-0.9534 0.09646,-1.43047 0.01379,-0.28613 0.01872,-0.57213 0.03215,-0.85828 -0.01139,-0.18108 -0.02108,-0.35936 -0.03215,-0.5404 -0.115136,-1.88316 -0.217469,-3.77221 -0.25722,-5.65829 -0.04146,-1.96702 0.02254,-3.945211 0.03215,-5.912608 0.0767,-2.012472 0.123206,-4.028334 0.225068,-6.039756 0.01643,-0.324386 0.09255,-1.380882 0.128611,-1.970867 -0.005,-0.07604 -0.02706,-0.177554 -0.03215,-0.254306 -0.04193,0.680258 -0.110421,1.834316 -0.12861,2.193385 -0.101899,2.011466 -0.180486,4.027233 -0.257221,6.039756 -0.0097,1.96746 -0.0502,3.945206 -0.03215,5.912606 0.01694,1.84702 0.114763,3.68459 0.160763,5.53114 0.02478,0.99484 0.03876,1.99312 0.06431,2.98809 z m 0.225068,-22.410671 c 0.110564,1.69489 0.218588,3.338236 0.353678,5.690086 0.01339,0.33073 0.04887,0.654862 0.0643,0.985433 0.03782,-1.251414 0.06351,-2.499462 0.09646,-3.751006 -0.107591,-1.719565 -0.255615,-3.431983 -0.385831,-5.149687 -0.05616,0.870661 -0.08792,1.559367 -0.12861,2.225174 z m -0.192916,22.919281 c 0.02656,1.01614 0.03293,2.03565 0.06431,3.05167 0.104973,-0.65892 0.211183,-1.31272 0.321526,-1.97087 -0.09931,-1.20387 -0.180246,-2.38816 -0.257221,-3.59206 -0.0095,0.20149 -0.02244,0.40249 -0.03215,0.60397 -0.05064,0.93168 -0.0553,1.13987 -0.09646,1.90729 z M 56.959673,76.080633 c -0.127343,-1.373796 -0.229239,-2.758442 -0.353678,-4.132465 -0.358552,11.124282 -0.391703,22.280918 -0.417984,33.409392 0.0012,0.67882 -0.0012,1.35564 0,2.03444 0.05517,-1.32766 0.106301,-2.64584 0.160763,-3.97352 0.217797,-8.856118 0.616285,-17.714243 0.610899,-26.574931 0.0021,-0.254858 -0.0019,-0.50806 0,-0.762916 z M 56.188011,107.392 c -0.0128,0.30795 -0.01906,0.61391 -0.03215,0.92186 -0.0013,0.90854 9.15e-4,1.82524 0,2.73378 -2.14e-4,0.21202 7.6e-5,0.47947 0,0.69934 0.01747,0.45505 0.04515,0.9119 0.0643,1.36689 -0.0016,-1.90903 -0.02888,-3.81271 -0.03215,-5.72187 z m -0.03215,4.35498 c -0.02478,-0.64521 -0.04315,-1.29376 -0.06431,-1.93908 -0.06541,1.52263 -0.139835,3.07464 -0.225068,4.80002 0.07513,0.76204 0.126757,1.52916 0.225068,2.28875 0.0064,0.0497 0.05102,0.10686 0.06431,0.15894 0.0067,-1.85432 -5.79e-4,-3.64074 0,-5.30863 z m 0,5.30863 c -0.0025,0.69595 -0.02636,1.32587 -0.03215,2.00265 0.03262,7.5e-4 0.06632,0.003 0.09646,0 6.29e-4,-0.60449 -2.25e-4,-1.20742 0,-1.81192 -0.02277,-0.0637 -0.04867,-0.12945 -0.0643,-0.19073 z m 0.0643,0.19073 c 0.06808,0.19036 0.138458,0.37694 0.225069,0.57219 -0.0753,-1.41679 -0.163766,-2.84237 -0.225069,-4.25962 8.76e-4,1.23024 4.59e-4,2.45722 0,3.68743 z m 0.225069,0.57219 c 0.02023,0.38069 0.0432,0.76371 0.06431,1.14437 0.29387,-0.25954 0.13472,-0.69571 -0.06431,-1.14437 z m 0.06431,1.14437 c -0.01234,0.0109 -0.01819,0.0215 -0.03215,0.0318 -0.06098,0.0449 -0.163058,0.0555 -0.257221,0.0636 -1.32e-4,0.12727 1.52e-4,0.2542 0,0.38146 0.12013,0.10084 0.232537,0.22107 0.353679,0.31788 0.193748,0.15485 -0.03724,-0.48895 -0.0643,-0.73112 -0.0012,-0.0211 0.0012,-0.0425 0,-0.0636 z m -0.289374,0.47682 c -0.03423,-0.0287 -0.06243,-0.0663 -0.09646,-0.0954 -0.0081,0.85334 -0.01608,1.77168 -0.03215,2.54305 -0.0077,0.37029 -0.02263,0.74232 -0.03215,1.11259 l 0.160762,0 c 0.0033,-1.18775 -0.0014,-2.37252 0,-3.56028 z m -0.09646,-0.0954 c 9.1e-4,-0.096 -8.29e-4,-0.18943 0,-0.2861 -0.119907,-0.003 -0.246592,-0.0224 -0.385831,-0.0636 0.128019,0.12002 0.252624,0.23576 0.385831,0.34967 z m -0.385831,-0.34967 c -0.03949,-0.037 -0.08982,-0.0577 -0.128611,-0.0954 -0.0015,0.021 0.0015,0.0426 0,0.0636 0.04048,0.0145 0.08855,0.0199 0.128611,0.0318 z m -0.128611,-0.0318 c -0.121939,-0.0436 -0.23761,-0.096 -0.353678,-0.15894 -0.09242,1.22701 -0.17427,2.46181 -0.289373,3.68743 -0.02055,0.21884 -0.04466,0.30535 -0.06431,0.50861 l 0.385831,0 c 0.120156,-1.34008 0.227354,-2.69421 0.321526,-4.0371 z m -0.353678,-0.15894 c 0.0064,-0.0849 0.02585,-0.16937 0.03215,-0.25431 -0.210378,-0.23133 -0.412752,-0.47227 -0.578746,-0.73112 -0.321781,0.29556 0.04665,0.71414 0.546594,0.98543 z m -0.546594,-0.98543 c 0.0512,-0.047 0.103933,-0.0875 0.192915,-0.12716 0.09211,-0.4911 0.234721,-0.9977 0.289374,-1.49404 0.118734,-1.07837 0.260874,-4.91206 0.289373,-5.72188 0.0041,-0.11608 -0.0039,-0.23358 0,-0.34967 0.04429,0.7657 0.13524,1.52415 0.192915,2.28875 0.125172,-2.42554 0.197996,-4.85235 0.289374,-7.27949 -0.04599,-2.65067 -0.03912,-5.294686 0,-7.94705 0.03311,-6.057775 0.100205,-12.126307 0.225068,-18.182844 -0.01614,-0.944662 -0.04275,-1.884454 -0.06431,-2.829149 -0.02898,-3.354283 -0.03364,-6.722776 -0.03215,-10.076856 -0.01019,-0.12688 -0.02208,-0.254569 -0.03215,-0.381458 -0.01686,-0.212565 -0.04768,-0.42319 -0.06431,-0.635764 -0.02071,0.996612 -0.01084,1.991464 -0.03215,2.98809 -0.218721,9.631095 -0.219384,19.262566 -0.257221,28.895464 -0.0077,4.352527 -0.07913,8.714567 -0.225068,13.064947 -0.131438,-2.29562 -0.185963,-4.60537 -0.289373,-6.89804 -0.04287,-9.498038 -0.207357,-18.984586 -0.03215,-28.482216 0.07163,-3.883055 0.320959,-11.047569 0.450136,-15.162966 -0.0083,-0.116874 -0.02392,-0.232795 -0.03215,-0.34967 -0.127274,4.066194 -0.377174,11.527028 -0.450137,15.480848 -0.175139,9.490641 -0.02965,18.959232 -0.03215,28.450434 -0.114179,3.94487 -0.138443,5.77581 -0.321526,9.56824 -0.04858,1.00631 -0.0934,2.01459 -0.160763,3.01988 -0.03847,0.57405 -0.413713,1.19631 -0.160763,1.71656 0.07247,0.14904 0.167561,0.30522 0.257221,0.44504 z m 0.86812,-58.681002 c 0.0021,-0.06659 -0.002,-0.189586 0,-0.254305 0.0026,-0.07427 -0.0026,-0.148252 0,-0.222518 -0.275297,-3.933884 -0.559039,-7.858903 -0.835968,-11.793418 6.9e-5,0.15878 -3.22e-4,0.318046 0,0.476823 0.274782,3.928877 0.559356,7.865271 0.835968,11.793418 z M 54.741144,47.34411 c -0.03329,-0.476067 -0.06255,-0.95441 -0.09646,-1.430469 -0.194998,-2.73769 -0.344122,-4.811417 -0.514442,-6.929825 -0.03556,1.733949 -0.06752,3.479294 -0.09646,5.213263 -0.0876,6.231448 -0.306814,12.459007 -0.289373,18.691455 0.115335,6.560709 0.108679,13.115503 0.128611,19.676889 -0.02067,3.578683 -0.171186,7.153703 -0.578747,10.71262 -0.232022,2.026075 -0.534532,4.05405 -0.86812,6.071544 -0.0058,1.430093 -0.02346,2.861323 -0.03215,4.291403 0.631268,-3.21584 1.266812,-6.414073 1.671935,-9.663607 0.295728,-2.372054 0.468756,-4.766478 0.578747,-7.152342 0.05414,-1.174306 0.09014,-2.353606 0.12861,-3.528489 0.0167,-6.493689 -0.0137,-12.993076 0.09646,-19.48616 0.01443,-5.494306 -0.117463,-10.972598 -0.128611,-16.466282 z m -2.347139,56.29688 c -0.01885,0.096 -0.04548,0.19009 -0.0643,0.2861 -0.01426,2.16131 -0.01828,4.32351 -0.03215,6.48479 -0.03917,4.1952 -0.07966,8.39309 -0.128611,12.58812 l 0.03215,0 c 0.04879,-4.1845 0.121687,-8.37166 0.160763,-12.55633 0.02483,-2.26685 0.01838,-4.53577 0.03215,-6.80268 z m 3.183107,-44.980285 c 0.0067,0.09547 0.02545,0.190623 0.03215,0.286094 0.202595,-5.770014 0.355616,-11.552883 0.482289,-17.324563 -0.0054,-0.446151 0.0056,-0.888952 0,-1.335104 -0.12934,6.131784 -0.300382,12.243635 -0.514441,18.373573 z m 0.514441,-17.038469 c 0.0089,0.733069 0.02439,1.46032 0.03215,2.193385 0.01689,0.803974 0.02173,1.611981 0.03215,2.415902 0.01841,-4.547433 0.04704,-9.090281 0.128611,-13.637133 -0.04947,3.008091 -0.126904,6.020069 -0.192916,9.027846 z m 0.06431,4.609287 c -0.01223,3.021033 -0.02884,6.03862 -0.03215,9.059634 -0.0048,1.114433 0.0042,2.22337 0,3.33776 0.06207,-4.12669 0.08564,-8.269873 0.03215,-12.397394 z m -0.03215,12.397394 c -0.03062,2.035816 -0.05446,4.067543 -0.09646,6.103332 0.0254,0.327677 0.03835,0.657779 0.0643,0.985434 0.0016,-2.366698 0.02329,-4.721982 0.03215,-7.088766 z m -0.09646,6.103332 c -0.147542,-1.903667 -0.284168,-3.817637 -0.417984,-5.721874 -0.0038,0.122845 0.0041,0.347516 0,0.476823 0.132053,1.866852 0.239902,3.728437 0.385831,5.594721 0.0024,-0.116772 0.02974,-0.232898 0.03215,-0.34967 z m 0.0643,1.366892 c 0.08837,1.09993 0.193557,2.206609 0.289373,3.305972 0.0034,-0.222616 -0.0034,-0.444936 0,-0.667552 -0.09731,-0.987763 -0.191154,-1.968627 -0.289373,-2.956301 -6.8e-5,0.105806 4.7e-5,0.212075 0,0.317881 z m 0.289373,2.63842 c 0.0199,0.201971 0.04424,0.402022 0.06431,0.603976 0.0095,-0.285596 0.02229,-0.572694 0.03215,-0.858281 0.151659,-4.19742 0.338281,-8.38867 0.417984,-12.588123 0.0037,-0.195069 -0.009,-2.015885 0,-3.814583 -0.0083,-2.25603 0.0099,-4.514862 0,-6.770884 -0.245657,7.80159 -0.395362,15.623606 -0.514442,23.427895 z m 0,0.667552 c -0.01131,0.742204 -0.02075,1.482979 -0.03215,2.225173 -0.004,0.423643 0.0039,0.847883 0,1.271528 0.02748,-0.97311 0.06499,-1.951488 0.09646,-2.924513 -0.01679,-0.19066 -0.04769,-0.381515 -0.06431,-0.572188 z m -0.03215,3.496701 c -0.0575,2.035694 -0.118789,4.067331 -0.160763,6.103332 0.02231,1.305393 0.05204,2.604605 0.0643,3.909948 0.02195,-3.336524 0.06599,-6.67684 0.09646,-10.01328 z m -0.385831,32.233226 c 0.02709,1.56166 0.07744,3.11178 0.12861,4.67286 0.02036,-0.47389 0.04765,-1.10241 0.06431,-1.49404 0.0014,-1.00363 -0.0013,-2.01626 0,-3.01988 0.007,-2.96079 0.02094,-5.908115 0.03215,-8.868906 -0.03405,2.249792 -0.06958,4.489316 -0.12861,6.739096 -0.02383,0.65739 -0.07171,1.31348 -0.09646,1.97087 z m -0.289374,7.27949 c -0.10551,2.04457 -0.234392,4.09323 -0.385831,6.13512 0.108179,0.11896 0.205392,0.23692 0.321526,0.34967 0.01985,-0.2845 0.04581,-0.57361 0.0643,-0.85828 0.05881,-0.90526 0.131939,-2.19877 0.192916,-3.43312 -0.07203,-0.73064 -0.13768,-1.46113 -0.192916,-2.19339 z M 57.02398,41.399719 c 0.07493,-5.165877 0.138376,-10.316396 -0.03215,-15.480849 -0.02909,-0.751107 -0.06927,-1.505724 -0.09646,-2.256961 -0.04876,3.127109 -0.06487,6.250481 -0.0643,9.377516 0.01421,3.929608 0.04694,7.863826 0.0643,11.793418 0.04389,-1.145213 0.08501,-2.287844 0.12861,-3.433124 z m -5.787466,68.312821 c -0.205599,1.09813 -0.37661,2.20703 -0.578746,3.30597 -0.05763,2.32937 -0.162493,4.66469 -0.257221,6.9934 -0.02627,0.99651 -0.0221,1.99156 -0.03215,2.98809 l 1.221799,0 c -0.0096,-0.67749 -0.01499,-1.35696 -0.03215,-2.03444 -0.142689,-3.7442 -0.264866,-7.50742 -0.321526,-11.25302 z m -0.578746,3.30597 c 0.02619,-1.05867 0.01417,-2.12004 0.03215,-3.17882 -0.142717,0.9092 -0.277126,1.82432 -0.417983,2.73378 -8.3e-5,0.87412 7.3e-5,1.6352 0,2.51127 0.124116,-0.68897 0.259183,-1.3777 0.385831,-2.06623 z m -0.385831,2.06623 c -0.02099,0.11654 -0.0434,0.23312 -0.06431,0.34967 -1.87e-4,2.32419 1.8e-5,4.66014 0,6.67552 -3e-6,0.29704 -6.3e-5,0.593 0,0.89007 l 0.06431,0 c -2.5e-5,-0.28606 -2e-6,-0.57224 0,-0.85828 1.7e-5,-2.13047 -2.05e-4,-4.59511 0,-7.05698 z m -0.06431,0.34967 c 6.9e-5,-0.85221 -7.9e-5,-1.59374 0,-2.44769 -0.101531,0.65669 -0.220704,1.31408 -0.321525,1.97087 6.55e-4,0.72074 0.03136,1.44085 0.03215,2.1616 0.09821,-0.56079 0.188851,-1.12436 0.289373,-1.68478 z m -0.289373,1.68478 c -0.01686,0.0963 -0.04752,0.18981 -0.0643,0.28609 0.0021,1.86251 -0.0034,3.73221 0,5.59472 l 0.0643,0 c -0.0036,-1.9608 0.0021,-3.92002 0,-5.88081 z m 0.289373,-4.13247 c 0.02126,-0.13754 0.04301,-0.27571 0.06431,-0.41325 2.19e-4,-2.3236 -1.98e-4,-4.66377 0,-6.67552 -0.04238,-7.322018 0.05041,-14.643661 0,-21.965634 -0.03784,-5.495312 -0.197439,-11.002858 -0.257221,-16.498071 -0.04312,-2.331829 -0.08531,-4.661608 -0.12861,-6.993401 -8.3e-5,0.985429 9e-5,1.970873 0,2.956301 -2.11e-4,2.160309 2.75e-4,4.324482 0,6.484791 0.0973,2.537456 0.187065,4.50453 0.25722,7.978835 0.188477,9.333827 0.01689,18.670614 0.0643,28.005399 -2.09e-4,2.14595 2.31e-4,4.63634 0,7.12055 z M 49.886104,60.440844 c 0.0011,-13.467531 -2.35e-4,-26.935258 0,-40.402789 -0.01165,0.223055 -0.02098,0.444481 -0.03215,0.667552 -2.26e-4,12.651638 9.97e-4,25.303461 0,37.955098 0.01088,0.593544 0.02113,1.186595 0.03215,1.780139 z m -0.192916,58.045236 c -0.25778,1.50726 -0.539903,3.00296 -0.771662,4.51392 l 0.803815,0 c 0.0069,-0.27665 0.02451,-0.54998 0.03215,-0.82649 -0.04484,-1.23028 -0.04015,-2.45699 -0.0643,-3.68743 z M 60.625068,5.002242 c 0.02652,6.412545 0.03324,12.819631 -0.03215,19.231854 -0.06025,5.838502 -0.213476,11.678882 -0.385832,17.515293 0.166923,-5.768472 0.373625,-11.558103 0.6109,-17.324563 0.253402,-6.477152 0.350756,-12.941995 0.450136,-19.422584 l -0.643052,0 z m 15.465395,0 c 0.10577,1.2014143 0.222092,2.4194856 0.289374,3.6238535 0.0367,0.656981 0.04258,0.9725894 0.06431,1.4622565 -0.01637,-1.6972669 -0.04079,-3.3889169 -0.06431,-5.08611 l -0.289374,0 z m 0.353679,5.08611 c 0.104177,10.798565 0.09222,21.593199 0.09646,32.392165 -0.139481,9.631105 -0.173985,19.263624 -0.192915,28.895464 -0.04854,8.919648 -0.03268,17.846032 -0.06431,26.765655 -0.09199,7.180254 -0.180586,14.339924 -0.225068,21.520604 -0.01682,1.11005 -0.02665,2.22765 -0.03215,3.33776 l 0.321526,0 c -0.04112,-4.92194 0.05089,-9.85873 0.12861,-14.78151 0.204634,-8.14149 0.245471,-16.269728 0.289374,-24.413327 -0.0021,-4.027794 0.02077,-8.051758 0,-12.079512 -0.01645,-9.73315 -0.05123,-19.480924 -0.192916,-29.213346 -0.0037,-9.374594 -0.02444,-18.75799 -0.03215,-28.132547 -0.01147,-1.489777 -0.03303,-2.861554 -0.09646,-4.291406 z m 0.09646,4.291406 c 0.0036,0.461591 0.02649,0.728518 0.03215,1.335104 0.01206,1.291804 0.02163,2.586343 0.03215,3.878159 0.09255,8.618546 0.0636,17.256687 0.06431,25.875586 0.0978,9.941437 0.194248,19.875284 0.160763,29.817321 -0.0052,2.841817 -0.04899,5.677422 -0.0643,8.519235 0.0013,2.416688 0.03022,4.831025 0.03215,7.247707 0.04726,-5.233047 0.08732,-10.470249 0.128611,-15.703366 0.04418,-9.832126 0.156554,-19.667742 0.25722,-29.499439 7.98e-4,-8.571805 -0.02776,-17.145184 0.06431,-25.716645 0.109151,-5.045793 0.04739,-10.085561 0,-15.131178 l -0.707357,0 c -2.79e-4,0.010639 2.8e-4,0.021149 0,0.031788 -0.0027,3.114248 -0.0026,6.231471 0,9.345728 z M 76.79782,91.05287 c -0.05214,5.773356 -0.106264,11.55121 -0.160763,17.32456 -0.06011,4.87751 -0.09144,9.74495 0,14.62257 l 0.385831,0 c -0.0059,-0.84759 0.01262,-1.69551 0,-2.54306 -0.04483,-7.30707 -0.133803,-14.59538 -0.225068,-21.902057 -0.0087,-2.501439 0.002,-5.000549 0,-7.502013 z M 77.633787,5.002242 c -0.02027,2.2230446 -0.03067,4.4532943 -0.06431,6.67552 -0.26093,4.86814 -0.229277,9.729995 0.160763,14.590778 0.09435,1.175761 0.522102,5.192814 0.643052,6.32585 0.269624,2.622835 0.451231,5.253861 0.610899,7.883471 -0.05976,-4.034135 -0.10643,-8.076992 -0.12861,-12.1113 -0.54929,-5.497979 -1.07373,-10.998458 -1.093188,-16.529858 -0.03462,-2.2765138 -0.04209,-4.5568508 -0.06431,-6.834461 l -0.06431,0 z m 1.221799,23.364319 c 0.167549,1.677043 0.322832,3.345291 0.482289,5.022534 0.02017,0.200201 0.04524,0.403708 0.06431,0.603975 0.05402,-5.340539 0.05928,-10.680194 0.03215,-16.021247 -0.01073,-4.329882 0.01,-8.6398751 0.03215,-12.969581 l -0.643052,0 c 0.01985,4.1581443 0.04253,8.334453 0.03215,12.492758 -0.01865,3.629091 -0.01995,7.242719 0,10.871561 z m 0.546594,5.626509 c -0.03173,3.136571 -0.07399,6.272829 -0.128611,9.409304 -0.0097,0.825373 -0.02395,1.654105 -0.03215,2.479479 0.128244,3.124435 0.245626,6.251683 0.321526,9.377516 0.154878,8.807889 0.08009,17.607427 0.0643,26.415985 0.07328,8.367664 -0.288989,16.74824 -0.450136,25.112666 -0.02425,-9.548586 -0.03383,-19.092543 -0.03215,-28.641155 -0.0048,-10.751166 -0.01038,-21.514452 0.09646,-32.265012 -0.0739,-1.800528 -0.148009,-3.605352 -0.257221,-5.403992 0.01348,0.910215 0.01709,1.823573 0.03215,2.733784 0.130253,11.633236 0.110034,23.269592 0.09646,34.903432 -0.0018,10.295336 8.94e-4,20.571026 0.03215,30.866333 0.0076,-0.63577 0.02497,-1.27152 0.03215,-1.90729 0.0097,3.73685 0.01147,7.4844 0.03215,11.22123 0.01353,1.80403 0.02092,3.21547 0.03215,4.70465 l 0.225068,0 c 0.0074,-5.25775 0.03714,-10.51139 0.225068,-15.76694 0.07561,-2.31725 0.150721,-4.6441 0.225068,-6.96162 -0.125509,-10.995462 -0.105784,-22.000171 -0.09646,-32.996136 0.0098,-8.918305 0.02783,-17.847349 0.03215,-26.765655 -0.0992,-2.174325 -0.243661,-4.348206 -0.450136,-6.516579 z m 0.450136,6.516579 c 0.02745,0.601693 0.0431,1.209936 0.06431,1.811927 0.0026,-5.077485 -0.0016,-10.149057 0,-15.226543 -0.02466,-7.364011 -0.03986,-14.73005 0.03215,-22.092791 l -0.128611,0 c 0.06923,7.345931 0.06225,14.682065 0.03215,22.029215 -0.0014,4.490926 0.0022,8.987268 0,13.478192 z m 0.06431,1.811927 c -0.0043,8.331747 -0.02303,16.653772 -0.03215,24.985517 -0.009,10.656958 -0.04836,21.322384 0.06431,31.978918 0.17808,-5.714814 0.329814,-11.415612 0.225068,-17.133834 -0.01018,-8.813408 -0.08242,-17.63436 -0.09646,-26.447773 -0.01148,-4.457134 -0.0038,-8.92627 -0.160763,-13.382828 z m 0.03215,56.964435 c -0.01022,0.328061 -0.02163,0.65738 -0.03215,0.985429 0.0089,0.78391 0.02158,1.56844 0.03215,2.35233 0.126144,6.79885 0.279349,13.58387 0.643052,20.37623 l 0.06431,0 c -0.36694,-6.77651 -0.549349,-13.56345 -0.675205,-20.34444 -0.01515,-1.12285 -0.02028,-2.24667 -0.03215,-3.369549 z M 79.241417,123 c -0.01773,-1.58736 -0.0524,-3.18083 -0.06431,-4.76823 -0.01707,-3.08539 -0.02278,-6.16494 -0.03215,-9.25036 -0.05574,4.67267 -0.126532,9.34606 -0.192915,14.01859 l 0.289373,0 z M 80.52752,5.002242 c -0.0013,2.0781068 -0.02091,4.1534427 -0.03215,6.230485 0.05194,6.786543 -0.44313,13.559284 -0.353679,20.344441 0.07345,5.428375 0.344093,10.854061 0.6109,16.275553 0.31783,6.850907 0.538024,13.709638 0.610899,20.566958 0.05138,7.703834 0.06088,15.406254 0,23.110014 -0.202664,5.820776 -0.217233,11.629017 -0.160763,17.451717 0.07857,4.66776 0.07895,9.35062 0.06431,14.01859 l 0.964578,0 c -0.01479,-4.37412 -0.04276,-8.75462 0.03215,-13.12852 0.05979,-5.90046 0.06474,-11.775447 -0.12861,-17.674235 -0.05754,-7.724449 -0.0498,-15.449012 -0.0643,-23.17359 -0.009,-6.748588 0.124378,-13.505168 -0.192916,-20.249077 C 81.638516,43.412832 81.451623,38.057405 81.459946,32.689755 81.353325,29.963906 81.127741,27.24548 81.009809,24.52019 80.820713,20.150276 80.797877,15.763552 80.688283,11.391668 80.657864,9.2636557 80.617163,7.1306427 80.591826,5.002242 l -0.06431,0 z m 0.73951,0 c 0.03596,1.3463106 0.09491,2.69064 0.12861,4.0371 0.118201,14.03354 0.353972,28.059945 0.803815,42.087562 0.549527,17.73195 0.946258,35.497906 2.893733,53.149856 -0.0042,-0.25458 -0.02775,-0.50834 -0.03215,-0.76292 C 83.188179,86.123909 82.772872,68.655981 82.231608,51.190481 81.781754,37.162895 81.546025,23.104639 81.427793,9.0711302 81.443268,7.7149516 81.500327,6.358103 81.524251,5.002242 l -0.257221,0 z m 3.794005,98.511598 c 0.116371,1.08053 0.225476,2.16272 0.353679,3.2424 0.227869,1.77007 0.330932,2.6379 0.482289,3.84637 -0.25107,-5.80375 -0.51029,-11.610879 -0.578747,-17.419931 0.03454,-8.637546 -0.0165,-17.269921 0.03215,-25.907375 0.02368,-7.446369 0.154334,-14.901912 0.289373,-22.347096 0.09792,-5.19961 0.214148,-10.378537 -0.0643,-15.576213 -0.09198,-3.091467 -0.152747,-6.190113 -0.225068,-9.282151 -0.226703,-2.487477 -0.424332,-4.9736 -0.514442,-7.470225 -0.0033,-0.09599 -0.05731,-1.342378 -0.03215,-1.462257 0.05689,-0.271037 0.156217,-0.53511 0.25722,-0.794704 C 85.007955,8.7972342 84.939088,7.2464984 84.86812,5.7015821 84.854375,5.4684844 84.849863,5.2353255 84.835967,5.002242 l -0.578746,0 c 0.0046,0.063322 -0.0046,0.1274122 0,0.1907291 0.465204,7.7689689 0.523967,15.5856349 0.353678,23.3643189 -0.259649,5.159175 -0.147183,10.319578 -0.06431,15.480848 0.119203,7.588491 0.202632,15.17093 0.225068,22.760344 0.04731,8.657341 -0.0023,17.313522 0.03215,25.97095 0.09862,3.5836 0.195232,7.160642 0.25722,10.744408 z m 0,-93.171182 c 0.111265,3.239448 0.213581,6.486738 0.289374,9.727186 0.05498,0.603257 0.101067,1.20877 0.160763,1.811926 0.62134,7.525955 1.126946,15.064273 1.575477,22.601403 -0.421657,-7.267524 -0.700369,-14.524089 -0.6109,-21.806698 0.09153,-2.829174 0.197585,-5.658343 0.289374,-8.487446 0.06356,-0.466855 -0.0042,-0.931189 0.03215,-1.398681 0.08568,-1.103048 0.236285,-1.857511 0.417984,-2.9245131 -0.004,-1.6214974 0.0052,-3.2420977 0,-4.8635929 l -0.514442,0 c -0.190904,0.842981 -0.358277,1.5568913 -0.900272,3.2741834 -0.182698,0.5788757 -0.414691,1.1418664 -0.610899,1.7165623 -0.03996,0.1170463 -0.08358,0.2339473 -0.128611,0.3496703 z m 2.154224,-0.4768231 c 0.01333,5.4050051 0.02479,10.8069571 0.03215,16.2119761 0.0073,7.085913 0.03071,14.180383 0.03215,21.266299 -0.05973,-0.952261 -0.137658,-1.908539 -0.192915,-2.860937 0.06488,1.0902 0.12951,2.183892 0.192915,3.274183 0.0074,0.116558 0.02472,0.233115 0.03215,0.34967 -0.0014,-7.324584 0.0076,-14.641057 0,-21.965638 -0.0075,-5.50365 -0.01836,-11.026223 -0.03215,-16.5298586 -0.01613,0.098089 -0.04863,0.1622784 -0.0643,0.2543055 z m 0.09646,38.2411911 c 2.5e-5,0.1378 -2.5e-5,0.275447 0,0.413247 0.06192,1.069213 0.131775,2.141349 0.192915,3.210607 0.299155,6.008507 0.435425,7.586287 0.514442,13.668921 0.03099,2.385305 -0.0026,4.798642 0,7.184131 0.0054,4.898385 0.01489,9.787782 0.03215,14.686143 0.01118,0.169618 0.02096,0.338996 0.03215,0.508611 -0.01842,-5.057391 -0.0266,-10.105548 -0.03215,-15.162966 -0.0026,-2.385491 0.03097,-4.767038 0,-7.152342 -0.07899,-6.083864 -0.215313,-7.691024 -0.514441,-13.70071 -0.08262,-1.216151 -0.147462,-2.439333 -0.225068,-3.655642 z m 0.771662,39.67166 c 0.008,2.184133 0.02018,4.36425 0.03215,6.548367 0.01371,2.023233 0.0489,4.048342 0.06431,6.071547 -0.01636,-0.571069 -0.04365,-1.145563 -0.06431,-1.716565 0.03563,4.936185 0.087,9.877485 0.160763,14.813295 0.0039,-0.58182 -0.0025,-1.16654 0,-1.74835 0.02118,1.56764 0.0367,3.13707 0.06431,4.70465 0.03934,2.23389 0.0687,4.38481 0.128611,6.54837 l 0.385831,0 c 0.05331,-2.66897 0.10443,-5.34055 0.12861,-8.01062 0.03085,-1.20656 0.09168,-2.41747 0.128611,-3.62386 -0.149433,-5.22184 -0.3225,-10.45148 -0.514442,-15.671574 -0.144068,-2.640649 -0.340191,-5.27532 -0.514441,-7.91526 z m 1.028883,23.586834 c 0.06456,2.25593 0.106008,4.51487 0.160763,6.77089 0.03685,1.62306 0.04867,3.23874 0.0643,4.86359 l 0.192915,0 c -0.0071,-2.50873 0.01166,-5.02445 0.06431,-7.5338 0.07112,-7.51585 0.17498,-15.02274 0.289374,-22.537827 0.0052,-1.823115 -0.005,-3.644453 0,-5.467568 -0.191635,7.968778 -0.527753,15.937395 -0.771662,23.904715 z m 0.771662,-23.904715 c 0.0053,-0.222357 0.02707,-0.445189 0.03215,-0.667552 0.0064,-1.420898 -0.0051,-2.838697 0,-4.259618 -0.0036,1.642946 -0.02762,3.284226 -0.03215,4.92717 z m 0.03215,-4.92717 c 0.0042,0.836816 0.02733,1.674456 0.03215,2.511267 0.0037,-0.657945 -0.0048,-1.312929 0,-1.970868 -0.01533,-2.976349 0.0087,-5.956098 0,-8.932481 -0.0014,1.749683 -0.02747,3.495379 -0.03215,5.245052 0.0043,1.048612 -0.0052,2.098423 0,3.14703 z m 0.03215,-8.392082 c 0.002,-2.438128 0.0064,-4.873172 0,-7.311283 -0.0027,0.360519 -0.02993,0.720274 -0.03215,1.080798 -0.002,-1.059228 0.0016,-2.119591 0,-3.178819 -0.01126,-2.985185 -0.03569,-5.979201 -0.06431,-8.964269 4.14e-4,1.059887 -5.83e-4,2.118932 0,3.178819 0.0068,5.889305 0.04392,11.784917 0.06431,17.674233 -0.0028,-2.417115 -0.01085,-4.830484 0,-7.247707 0.0033,1.588857 0.0275,3.179374 0.03215,4.768228 z M 89.851771,55.76798 c -8.03e-4,-2.056181 2.64e-4,-4.110727 0,-6.166909 -0.284875,-14.175229 -0.728762,-28.35949 -2.218528,-42.4690204 -0.0087,0.057772 -0.02311,0.1630889 -0.03215,0.2225174 1.466357,14.018728 1.903281,28.131892 2.186376,42.214715 0.0298,2.064067 0.04452,4.134541 0.06431,6.198697 z M 87.60109,7.354568 C 87.519365,6.5732513 87.464508,5.7829715 87.376022,5.002242 l -0.128611,0 c 0.0049,1.5135239 0.02835,3.0321852 0.03215,4.545711 0.178282,-1.0945894 0.232379,-1.6074113 0.321526,-2.193385 z M 87.63324,7.1320506 C 87.71397,6.5952097 87.858464,5.6885523 87.954765,5.002242 l -0.514441,0 c 0.08061,0.7098456 0.117914,1.4194753 0.192916,2.1298086 z m 2.218528,42.4690204 c 0.03269,2.065333 0.04463,4.133283 0.06431,6.198697 -0.0047,-12.103913 -0.0028,-24.198199 0,-36.302112 -0.08065,-4.828686 -0.0093,-9.6658767 0.03215,-14.495414 l -0.09646,0 c 0.04402,4.8157265 -0.02804,9.64817 0,14.463626 -0.0023,10.047733 -0.0013,20.08747 0,30.135203 z m 0.06431,6.198697 c 4.15e-4,1.059888 -5.84e-4,2.118932 0,3.178819 0.0022,1.917191 -0.0029,3.836462 0,5.753662 0.0026,0.698705 0.03033,1.399312 0.03215,2.098021 0.0075,-0.996566 0.02043,-1.991583 0.03215,-2.98809 0.02034,5.677424 0.0039,11.360973 0,17.038469 0.01295,-1.390224 0.01299,-2.774069 0.03215,-4.164252 0.202325,-9.553593 0.46048,-19.095878 0.932425,-28.641159 0.407913,-9.148033 0.547001,-18.314668 0.900273,-27.464995 0.0057,-0.168933 -0.0055,-0.190251 0,-0.34967 -0.0171,-0.158994 -0.01545,-0.317797 -0.03215,-0.476823 -0.0101,0.25433 -0.0228,0.508565 -0.03215,0.762916 -0.361867,6.154101 -0.851705,12.308482 -1.093188,18.468938 -0.112425,2.868053 -0.152065,5.746287 -0.25722,8.6146 -0.231593,4.830034 -0.379837,9.661596 -0.450137,14.495414 -0.0098,-2.107878 -0.04422,-4.218033 -0.0643,-6.32585 z M 91.813079,19.78375 c 0.06271,-1.578521 0.123924,-3.157188 0.160763,-4.73644 0.01931,-0.82765 0.0224,-1.499257 0.03215,-2.256962 -0.141788,-2.208703 -0.261571,-4.3999791 -0.353679,-6.611943 -0.0179,-0.3900723 -0.01871,-0.7860614 -0.03215,-1.176163 l -0.835967,0 c 0.0033,0.1483293 -0.0031,0.2967017 0,0.4450346 0.191764,4.7914384 0.528228,9.5694754 1.028883,14.3364734 z m 0.192916,-6.993402 c 0.01498,0.233277 0.01654,0.466111 0.03215,0.69934 0.02002,-1.145647 0.02865,-2.154505 0.03215,-4.1960405 0.0024,-1.4282556 -0.01936,-2.8630158 -0.03215,-4.2914055 l -0.03215,0 c 0.02396,2.6705524 0.03364,5.173595 0,7.788106 z m 0.03215,0.69934 c -0.03259,1.865016 -0.08684,3.687867 -0.192915,6.770885 0.229965,2.138711 0.498305,4.288944 0.803814,6.421214 0.04633,0.43516 0.08238,0.868084 0.128611,1.303316 -0.007,-2.05821 -0.02227,-4.108715 -0.03215,-6.166909 -0.289939,-2.772932 -0.521241,-5.547386 -0.707357,-8.328506 z m 0.707357,8.328506 c 0.01883,0.180056 0.04498,0.360384 0.06431,0.540399 -0.02706,-5.78367 -0.06841,-11.572913 -0.12861,-17.356351 l -0.06431,0 c 0.05834,5.610816 0.101653,11.204915 0.12861,16.815952 z m 0.06431,0.540399 c 0.0097,2.077434 0.02535,4.153036 0.03215,6.230485 0.550953,5.203862 1.076069,10.413951 1.318256,15.639789 0.126934,-2.241439 0.237718,-4.495744 0.321526,-6.739096 -0.323063,-3.408021 -0.716852,-6.803136 -1.093188,-10.204008 -0.220139,-1.636767 -0.402658,-3.286609 -0.578747,-4.92717 z m 1.671935,15.131178 c 0.0081,0.08515 0.02418,0.169149 0.03215,0.254306 0.0085,-0.222262 0.02416,-0.445272 0.03215,-0.667552 0.164337,-4.568984 0.169985,-7.457182 0.192916,-11.984148 0.06142,-4.812508 -0.02933,-9.620485 0.12861,-14.431837 0.0285,-0.8680926 0.09091,-1.7384956 0.12861,-2.6066319 0.01039,-1.0173169 0.02086,-2.0343579 0.03215,-3.0516661 l -0.450136,0 c -0.07072,1.7603229 -0.14589,3.5155647 -0.160763,5.276839 -0.03875,4.588064 0.08689,4.789692 0.192915,9.472881 0.04006,1.769544 0.03555,3.538876 0.06431,5.308627 -0.02287,4.52587 0.0035,7.416347 -0.160763,11.984148 -0.0053,0.148326 -0.02661,0.296716 -0.03215,0.445034 z M 94.996185,8.0539081 C 94.883423,19.095186 94.846987,30.135417 94.80327,41.177201 c 0.01323,0.179446 0.01959,0.360912 0.03215,0.540399 0.04625,-11.819192 0.09811,-23.657029 0.225068,-35.4756187 -0.02923,0.6030822 -0.03811,1.2088373 -0.06431,1.8119268 z m 0.06431,-1.8119268 c 0.02001,-0.4129389 0.04333,-0.8268131 0.06431,-1.2397393 l -0.06431,0 c -0.0046,0.4135508 0.0044,0.8261871 0,1.2397393 z M 94.835422,41.7176 c -0.01546,3.952037 -0.0516,7.904977 -0.0643,11.856995 -0.08448,11.921124 -0.0142,23.840211 -0.03215,35.761713 0.01553,-5.361207 0.042,-10.723614 0.06431,-16.084824 0.08856,-8.143342 0.253705,-16.269813 0.321526,-24.413329 -0.01079,-2.37673 -0.123603,-4.752471 -0.289374,-7.120555 z m -0.03215,-0.540399 c -0.08427,-1.142553 -0.182574,-2.292039 -0.289374,-3.433124 -0.08944,2.349886 -0.185279,4.709193 -0.321525,7.056978 0.04694,1.109439 0.07814,2.226743 0.09646,3.33776 0.06835,8.320274 0.232842,16.633619 0.321526,24.953728 0.03188,7.718344 0.05993,15.423425 0.06431,23.141802 0.07352,-14.239767 -0.03658,-28.483629 0.06431,-42.723326 0.01323,-4.115166 0.04801,-8.218632 0.06431,-12.333818 z m -0.128611,55.057144 c -0.017,3.292614 -0.05362,6.593695 -0.09646,9.886125 -0.08219,3.89908 -0.253416,7.80987 -0.578747,11.69806 0.02419,0.25423 0.03957,0.50872 0.06431,0.76291 0.238683,-4.13625 0.46561,-8.28719 0.578747,-12.42918 0.01907,-1.46448 0.01877,-2.92225 0.03215,-4.38677 0.0037,-1.842257 0.001,-3.688899 0,-5.531145 z m 0,5.531145 c -0.0024,1.19641 0.0049,2.39565 0,3.59207 -0.02912,5.88164 -0.05819,11.76108 -0.12861,17.64244 l 0.321526,0 c -0.06701,-5.85502 -0.09984,-11.72359 -0.12861,-17.57887 -0.01686,-4.13222 -0.0074,-8.265228 0,-12.397392 -0.0095,2.918568 -0.03763,5.823307 -0.06431,8.741752 z M 94.546049,123 c -0.170401,-1.473 -0.3387,-2.94281 -0.482289,-4.41856 -0.08497,1.47255 -0.16437,2.9464 -0.25722,4.41856 l 0.739509,0 z m -0.546594,-5.18147 c -0.05458,-0.57368 -0.140502,-1.14278 -0.192915,-1.71657 -0.321198,-3.98614 -0.407878,-4.75807 -0.578747,-8.8689 -0.274157,-6.59581 -0.245138,-13.204657 -0.257221,-19.804044 -0.06462,-8.423369 -0.09049,-16.848172 -0.09646,-25.27161 -0.01053,0.116574 -0.02158,0.233103 -0.03215,0.34967 -0.0043,8.247171 -0.02801,16.484139 -0.09646,24.731211 -0.171163,9.453611 0.150223,18.908233 0.450136,28.355063 0.14526,2.46693 0.147831,4.93639 0.160763,7.40665 l 0.09646,0 c 0.201777,-1.72536 0.401772,-3.45063 0.546594,-5.18147 z M 92.841962,62.507076 c 9.9e-5,-0.190563 -6.5e-5,-0.381623 0,-0.572187 -0.124147,1.377347 -0.255994,2.755897 -0.385831,4.132464 -0.785385,7.858615 -1.668469,15.730881 -2.089918,23.618625 -0.154115,2.884353 -0.233633,5.145081 -0.289374,7.406648 -0.03548,-3.410569 -0.07478,-6.825125 -0.09646,-10.235797 -0.0075,0.498242 -0.02458,0.995807 -0.03215,1.494045 0.02377,3.452995 0.05792,6.910068 0.09646,10.36295 0.0085,-0.431539 0.02194,-0.970921 0.03215,-1.398681 0.0076,0.720277 0.02386,1.441327 0.03215,2.161597 0.05492,-3.046506 0.118179,-5.952402 0.321526,-9.758974 0.421354,-7.887663 1.304551,-15.728305 2.089918,-23.586836 0.113862,-1.20713 0.21195,-2.416123 0.321526,-3.623854 z m -2.73297,36.969664 c -0.0086,0.476363 -0.02453,1.03031 -0.03215,1.52583 0.01052,0.85793 0.02051,1.71692 0.03215,2.57485 0.03652,2.2489 0.07771,4.48996 0.12861,6.73909 -0.03195,-2.23469 -0.06023,-4.47648 -0.09646,-6.70731 -0.01869,-1.37688 -0.0163,-2.75556 -0.03215,-4.13246 z m -0.03215,1.52583 c -0.0094,-0.76261 -0.02364,-1.526122 -0.03215,-2.288746 -0.03799,1.922066 -0.0617,3.807536 -0.09646,6.230486 -0.0114,0.79434 -0.02234,1.58975 -0.03215,2.38411 3.97e-4,0.92156 3.72e-4,1.84403 0,2.76558 8.14e-4,0.45634 -0.0012,0.91054 0,1.36689 0.02595,-2.16068 0.06547,-4.32417 0.09646,-6.48479 0.02216,-1.54497 0.04445,-2.6832 0.06431,-3.97353 z m -0.160763,6.32585 c -0.0025,-5.71793 -0.01282,-11.44767 0,-17.165619 -0.01407,0.922117 -0.01812,1.843467 -0.03215,2.765572 -0.01628,5.691955 -0.03314,11.378267 -0.03215,17.070257 -0.0015,0.70864 0.0022,1.42117 0,2.12981 0.01975,-1.5993 0.04455,-3.20071 0.06431,-4.80002 z m -0.06431,4.80002 c -0.01109,3.61743 -0.0477,7.25477 -0.09646,10.87156 l 0.09646,0 c 0.02081,-3.62711 4e-6,-7.2478 0,-10.87156 z M 92.84196,61.934889 c 0.0105,-0.11653 0.0217,-0.233135 0.03215,-0.34967 -0.0021,-3.549503 -0.0058,-7.099436 0,-10.649044 -0.0081,-7.456145 -0.0077,-14.890921 -0.03215,-22.347097 -0.02137,-0.201865 -0.04286,-0.402127 -0.0643,-0.603975 0.02585,7.63747 0.05602,15.281841 0.0643,22.919284 0.01132,3.673764 0.0012,7.356854 0,11.030502 z m 0.03215,-0.34967 c 1.11e-4,0.19072 -1.34e-4,0.381468 0,0.572187 0.521542,-5.773986 0.982411,-11.569093 1.318257,-17.356351 -0.0068,-0.160157 -0.02484,-0.316697 -0.03215,-0.476823 -0.327975,5.766381 -0.769937,11.50776 -1.286104,17.260987 z m -2.893733,19.29543 c -0.0068,0.732294 -0.02682,1.461082 -0.03215,2.193385 0.0033,0.646165 0.02844,1.292917 0.03215,1.93908 1.4e-5,-1.376996 -9.37e-4,-2.755455 0,-4.132465 z M 88.27629,113.49533 c -0.0085,1.25891 -0.01999,2.52392 -0.03215,3.7828 -0.04185,1.90458 -0.0228,3.8122 -0.03215,5.72187 l 0.225068,0 c -0.04552,-2.11544 -0.08692,-4.21234 -0.12861,-6.58016 -0.01716,-0.97437 -0.01759,-1.95011 -0.03215,-2.92451 z M 88.115531,98.682035 c -0.01055,-1.46179 -0.02225,-2.924965 -0.03215,-4.38677 -0.01284,-2.343153 -0.02389,-4.682018 -0.03215,-7.02519 -0.438052,-6.64676 -0.855298,-13.29773 -0.739509,-19.962982 3.23e-4,-6.264587 0.0011,-12.522234 0,-18.78682 -0.0147,-0.253803 -0.01739,-0.509118 -0.03215,-0.762917 0.0013,6.503359 3.36e-4,13.014591 0,19.517948 -0.215878,9.313884 0.304431,18.60839 0.707357,27.910031 0.06234,1.162807 0.08653,2.333576 0.12861,3.4967 z m -2.218528,11.920575 c 0.0069,0.15873 0.02529,0.31808 0.03215,0.47682 0.152739,1.19559 0.290408,2.39734 0.450137,3.59206 0.287422,2.14982 0.643305,4.29956 0.900272,6.45301 0.07446,0.62395 0.132473,1.25001 0.192916,1.8755 l 0.417983,0 c -0.11629,-0.5557 -0.216361,-1.0952 -0.321526,-1.65299 -0.905303,-4.80163 -1.237882,-7.27883 -1.671934,-10.7444 z m 0.03215,0.47682 c -0.185354,-1.45089 -0.392009,-2.90426 -0.578746,-4.35498 -0.08928,-0.75193 -0.173742,-1.50462 -0.257221,-2.25696 0.06371,3.90197 0.08236,7.7951 0.09646,11.69805 -0.01005,2.2713 -0.04358,4.56318 -0.0643,6.83446 l 1.253951,0 c -0.05917,-2.0053 -0.132873,-4.00404 -0.225069,-6.00797 -0.07669,-1.96626 -0.140064,-3.94649 -0.225068,-5.9126 z M 95.607084,5.002242 c 0.386563,3.4388429 0.676439,6.899291 0.803815,10.36295 0.438673,11.850333 0.374027,23.726253 1.028883,35.570983 0.313566,6.386585 0.673126,12.778995 0.932425,19.168278 1.36e-4,-0.423644 -1.44e-4,-0.847883 0,-1.271527 C 98.115354,62.877635 97.764232,56.921061 97.471935,50.967963 96.879449,39.158673 96.775197,27.343943 96.603815,15.524133 96.59375,12.010271 96.361747,8.4910023 96.025068,5.002242 l -0.417984,0 z m 2.765123,63.830684 c 0.01413,0.327701 0.01864,0.657719 0.03215,0.985434 0.0026,-7.890385 0.0295,-15.791817 0.03215,-23.682201 -0.0382,-10.626806 0.01695,-21.226369 0.192916,-31.851766 0.04278,-2.44383 0.09615,-4.8988995 0.09646,-7.3430715 C 98.70522,6.654732 98.683046,6.3695919 98.66158,6.0830404 98.627071,5.7249775 98.597295,5.3605453 98.565123,5.002242 l -0.514442,0 c 0.05653,2.9687738 0.07618,5.93136 0.128611,8.900693 0.172025,10.736286 0.238817,21.463809 0.192915,32.201435 -0.0025,7.572649 0.0026,15.155908 0,22.728556 z M 98.725886,6.9413215 c 0.958656,13.2949255 1.067443,26.6358795 1.157493,39.9577535 0.03188,2.966711 0.180661,5.90906 0.353681,8.868905 0,-0.169619 0,-0.338992 0,-0.508611 -0.15677,-2.779733 -0.259394,-5.54261 -0.289376,-8.328506 -0.09167,-13.566805 -0.213613,-27.151029 -1.221798,-40.6888817 7.78e-4,0.2337637 2.8e-5,0.465566 0,0.6993402 z m 1.511174,48.3180475 c 0.0209,0.371336 0.0418,0.741327 0.0643,1.112587 -2e-5,-5.507795 1e-4,-11.022064 0,-16.529859 -1.3e-4,-6.24931 -0.034,-12.505473 -0.0322,-18.755031 0.002,6.241513 -0.0323,12.481973 -0.0322,18.723243 8e-5,5.152181 -3e-5,10.296879 0,15.44906 z m 0.0643,1.112587 c 0,0.16947 0,0.33914 0,0.508611 0.30039,4.815408 0.68516,9.61956 1.02889,14.431837 0.16636,2.329158 0.24095,3.535053 0.32152,4.831805 0.002,-0.275606 -0.002,-0.550887 0,-0.826493 -0.0732,-1.13463 -0.12084,-2.032218 -0.25722,-3.941735 -0.35657,-4.992433 -0.79069,-10.007885 -1.09319,-15.004025 z m 1.35041,18.94576 c 0.0402,0.622595 0.12788,1.600063 0.16076,2.161597 -0.0337,-4.400632 -0.0535,-8.791375 -0.0643,-13.192098 -0.008,3.673281 -0.0692,7.357294 -0.0965,11.030501 z m 0,0.826493 c -0.0302,4.017619 -0.0469,8.030043 -0.0643,12.047724 0.006,10.545399 0.11109,21.083867 0.12861,31.629247 -0.003,1.05855 2.9e-4,2.12019 0,3.17882 l 0.0643,0 c 0.003,-1.04887 -0.009,-2.09815 0,-3.14703 0.0175,-10.47009 0.12323,-20.93661 0.12861,-31.406732 -0.014,-3.177389 -0.0401,-6.359117 -0.0643,-9.536456 -0.0416,-0.74981 -0.14677,-2.022955 -0.19292,-2.765573 z m 0.19292,2.765573 c 0.0702,1.26619 0.13415,2.420783 0.25722,4.672863 0.39953,8.331976 0.59212,16.656625 1.06103,24.985515 0.27678,4.91612 0.42536,6.35779 0.80382,11.15766 0.0959,1.0397 0.19397,2.07543 0.28937,3.11524 -0.001,-0.39264 0.001,-0.78356 0,-1.17616 -9.7e-4,-0.19048 9.6e-4,-0.38172 0,-0.57219 -0.0507,-0.42455 -0.11292,-0.84656 -0.16076,-1.27153 -0.16542,-1.78854 -0.37514,-3.58156 -0.51444,-5.3722 -0.79838,-10.26281 -0.91449,-20.558347 -1.44687,-30.834546 -0.15655,-2.865152 -0.23224,-4.407373 -0.32153,-5.944392 0.003,0.413117 0.029,0.826623 0.0322,1.23974 z m 2.41144,42.182928 c 0.076,0.63617 0.1428,1.27203 0.22507,1.90729 l 0.70736,0 c -0.002,-0.18995 0.002,-0.38226 0,-0.57219 -0.0167,-3.75512 -0.0176,-7.4979 0,-11.25302 -0.15467,-2.29205 -0.26303,-4.54262 -0.48229,-7.97883 -0.19484,-3.566398 -0.35062,-7.144159 -0.48229,-10.712622 -0.0162,3.444549 -0.0364,6.886684 -0.0643,10.331162 0.0143,6.08489 0.0657,12.19338 0.0965,18.27821 z m -0.0322,-28.609372 c 0.002,-0.434529 -0.002,-0.868785 0,-1.303315 -0.4551,-13.015195 -0.55015,-26.045776 -0.6109,-39.067685 0.003,-5.308432 -0.0241,-10.617242 -0.0322,-15.925883 -0.0161,-0.678668 -0.0139,-1.355837 -0.0322,-2.034444 -0.0116,5.980855 -0.0355,11.947807 0,17.928539 0.0628,13.467083 0.17856,26.943452 0.67521,40.402788 z m -0.67521,-58.331327 c 0.0138,-7.145255 0.0304,-14.312088 -0.0322,-21.457027 -0.0879,-2.563302 -0.12463,-5.1257553 -0.19291,-7.692742 l -0.96458,0 c 0.30675,3.3934937 0.46896,6.798933 0.57875,10.204009 0.19026,6.319616 0.44063,12.625401 0.61089,18.94576 z m 0.0322,2.034444 c 0.0211,0.890909 0.0478,1.779173 0.0643,2.670208 -0.0235,7.653492 -0.0469,15.330443 0.12861,22.982861 0.19602,7.137047 0.48623,14.253686 0.48229,21.393451 -0.009,2.649659 -0.0204,5.297417 -0.0322,7.947048 0.14034,4.01354 0.29528,8.036748 0.51444,12.047727 0.15306,2.39844 0.28936,4.78618 0.45014,7.18413 0.0108,-2.23193 0.023,-4.4754 0.0322,-6.70731 -0.041,-6.579662 -0.0436,-13.160648 -0.0643,-19.740466 0.002,-7.161925 -0.41732,-14.297774 -0.57874,-21.457028 -0.16369,-7.703469 -0.234,-15.405103 -0.28938,-23.110013 -0.0747,-5.445949 -0.35824,-10.893606 -0.45013,-16.33913 -0.0402,-2.381477 -0.0434,-4.770632 -0.0643,-7.152342 -0.0787,-3.414584 0.20199,-6.8524759 0.0965,-10.2675853 -0.13042,2.3966473 -0.26295,4.7858923 -0.22507,7.1841303 -0.0893,7.787487 -0.0762,15.576202 -0.0643,23.364319 z m 1.60763,74.225425 c -0.001,0.25387 10e-4,0.50905 0,0.76291 0.19165,2.84019 0.42395,5.66771 0.83596,9.88613 0.065,0.66502 0.12567,1.2903 0.19292,1.93908 l 0.0643,0 c -0.37217,-3.55997 -0.69817,-7.14039 -0.96457,-10.71262 -0.0467,-0.62594 -0.0866,-1.24926 -0.12861,-1.8755 z m -4.8872,-53.531313 c -0.0232,-0.371229 -0.0426,-0.741285 -0.0643,-1.112587 3e-5,6.774164 0,13.53849 0,20.312653 -0.10306,9.976335 -0.1222,19.967786 -0.16077,29.944477 -0.0203,5.66294 -0.0108,11.31189 0,16.97489 l 0.38584,0 c 0.0104,-5.56326 -0.0121,-11.12558 -0.0322,-16.6888 -0.0386,-10.061871 -0.026,-20.105464 -0.12861,-30.166991 0,-6.418698 3e-5,-12.844944 0,-19.263642 z m -1.897,12.937793 c -1.41e-4,0.434235 1.31e-4,0.86908 0,1.303315 0.0057,0.148284 0.02661,0.296748 0.03215,0.445035 0.205039,5.48613 0.287165,10.002628 0.321526,15.512636 0.01794,2.876677 -0.0034,5.73787 0,8.6146 0.01925,9.103574 0.06461,18.202404 0.128611,27.306054 -0.06365,-9.08367 -0.04509,-18.19067 -0.06431,-27.274266 -0.0034,-2.876727 -0.01422,-5.737928 -0.03215,-8.6146 -0.03435,-5.510125 -0.08438,-10.026389 -0.289374,-15.512636 -0.02214,-0.592628 -0.07203,-1.187557 -0.09646,-1.780138 z m 0,1.303315 c -0.01299,-0.338348 -0.01842,-0.678889 -0.03215,-1.017222 -0.0019,6.005164 -0.001,12.018738 0,18.023904 C 98.3806,99.756333 98.38317,111.37247 98.50081,123 l 0.03215,0 c -0.117356,-11.61691 -0.120241,-23.222501 -0.12861,-34.839855 -9.59e-4,-5.676835 -0.0017,-11.361635 0,-17.03847 z M 98.629428,5.002242 c 0.03487,0.3599046 0.06179,0.7210121 0.09646,1.0807984 -0.0015,-0.358525 -0.02851,-0.7223067 -0.03215,-1.0807984 l -0.0643,0 z m 1.543322,0 c 0.0525,5.329692 0.0943,10.659282 0.0965,15.989459 0.002,-5.327981 0.012,-10.661974 0.0643,-15.989459 l -0.16077,0 z m 1.44687,0 c 0.0524,3.4740387 0.10038,6.952309 0.0965,10.426526 -0.007,13.591639 -0.003,27.160821 0,40.752458 0.0165,2.666203 0.0379,5.344513 0.0322,8.010624 -0.006,-2.653096 0.0172,-5.293861 0.0321,-7.947047 -0.003,-13.591637 -0.007,-27.19261 0,-40.784247 0.004,-3.491253 -0.0128,-6.9718789 0.0643,-10.458314 l -0.22507,0 z m 2.25068,0 c 0.007,0.147872 -0.005,0.2971014 0,0.4450346 0.008,-0.1486154 0.0242,-0.2964195 0.0322,-0.4450346 l -0.0322,0 z m 2.47575,0 c 4e-4,0.052987 -4.5e-4,0.1059572 0,0.1589409 0.009,1.8731134 0.0233,3.7533642 0.0322,5.6265091 0.12057,3.36412 0.14739,6.742986 0.19292,10.108645 -0.0365,4.310179 0.0344,8.596355 0.0965,12.906004 0.10988,6.610443 0.20657,13.224651 0.25723,19.83583 0.0436,8.383818 0.0997,16.792496 0.16076,25.176246 0.0339,8.889823 10e-4,17.748901 -0.0643,26.638503 -0.0504,5.84828 -0.0781,11.69864 -0.0964,17.54708 l 0.7395,0 c -0.0186,-5.68556 -0.0159,-11.35306 -0.0643,-17.03847 -0.0652,-8.921437 -0.0984,-17.844007 -0.0643,-26.765655 0.0612,-8.306922 0.085,-16.614952 0.1286,-24.92194 0.0502,-6.463701 0.17872,-12.927864 0.28938,-19.390795 0.0628,-4.262542 0.10062,-8.547538 0.0643,-12.81064 0.0454,-3.252288 0.0975,-6.476712 0.22507,-9.727186 0.0126,-1.856665 0.0252,-3.7380402 0.0322,-5.5947216 0.001,-0.5843154 -0.0226,-1.1643266 -0.0322,-1.7483504 l -1.897,0 z m 3.7297,0 c -0.59835,4.5977979 -0.97067,9.207486 -0.80382,13.85965 0.1516,9.926995 0.20831,19.857489 0.19292,29.785534 0.0533,11.12079 0.0476,22.224863 0.0322,33.34581 0.002,12.13588 0.0265,24.293384 0.0322,36.429264 4.8e-4,1.52805 -0.002,3.04866 0,4.5775 l 0.0322,0 c -10e-4,-1.51701 4.8e-4,-3.0289 0,-4.54571 -0.006,-12.13589 0.002,-24.261594 0,-36.397478 -0.0184,-11.090226 -0.0213,-22.192161 0.0321,-33.282234 -0.0147,-9.829323 0.0389,-19.671195 0.19292,-29.499439 0.0843,-4.655052 0.54128,-9.2753227 1.12534,-13.8914388 -3.4e-4,-0.1271121 3.4e-4,-0.2543461 0,-0.3814582 l -0.83597,0 z m 0.83597,0.3814582 c 0.0323,12.2027998 0.061,24.4171558 0.0643,36.6199938 0.0267,2.607007 0.0392,5.213238 0.0322,7.819895 -0.007,-2.58949 0.007,-5.1983 0.0322,-7.788107 -0.003,-12.349299 -0.031,-24.683979 -0.0643,-37.03324 -1.7e-4,0.0013 -0.032,-0.0013 -0.0322,0 -0.0162,0.126108 -0.0162,0.2553279 -0.0322,0.3814582 z m 2.95803,-0.3814582 c -0.0625,0.7965675 -0.10629,1.321199 -0.19291,2.4159023 -0.71948,8.8498787 -1.02183,17.7322877 -1.12534,26.6067147 0.005,8.388022 0.035,16.756472 0,25.144457 -0.0426,7.664433 -0.0586,15.350134 -0.0643,23.014649 0.0782,4.981492 -0.0669,9.959086 -0.0322,14.940449 0.0153,2.197641 0.0921,4.382756 0.12861,6.580156 0.27534,3.94157 0.44317,7.89485 0.86812,11.82521 0.21237,1.96416 0.49277,3.91688 0.70736,5.88081 0.052,0.52618 0.0775,1.06299 0.12861,1.58941 l 0.0322,0 c -0.15387,-4.37546 -0.24185,-8.75069 -0.32152,-13.12852 -0.1422,-1.77618 -0.28035,-3.56338 -0.41799,-5.34042 -0.43479,-7.236352 -0.34272,-14.465043 -0.32152,-21.711331 -0.009,-7.703308 -0.0379,-15.406871 -0.0965,-23.110014 -0.051,-8.380325 -0.0569,-16.764287 0.0322,-25.144457 0.0504,-9.016232 0.058,-18.046819 0.57875,-27.0517491 0.057,-0.8390294 0.13283,-1.6727343 0.19291,-2.5112669 l -0.0965,0 z m 0.12862,104.869238 c 0.11107,1.38748 0.2271,2.77833 0.35367,4.16425 -0.24061,-3.81214 -0.3515,-7.64674 -0.45013,-11.44375 -0.24126,-12.205249 -0.2853,-24.412735 -0.25722,-36.619991 0.15495,-8.391793 0.18829,-16.799563 0.77166,-25.176246 0.29264,-3.981795 0.80578,-7.911614 1.41471,-11.856995 0.004,-1.688699 -0.0169,-3.397805 -0.0321,-5.08611 -0.95164,5.405842 -1.7778,10.83144 -2.15422,16.307341 -0.40462,8.5774 -0.35242,17.166477 -0.0965,25.748433 0.0622,12.218334 0.0559,24.435366 0.32152,36.651778 0.0633,2.43742 0.0842,4.87322 0.12862,7.31129 z m 1.80054,-86.018842 c 0.009,-0.05308 0.0228,-0.105862 0.0321,-0.158941 -0.0593,-6.233374 -0.21619,-12.465204 -0.51444,-18.691455 l -0.0322,0 c 0.30019,6.279268 0.45761,12.563902 0.51444,18.850396 z m 0.0321,-0.158941 c 0.016,1.685601 0.0354,3.368326 0.0322,5.054322 0.43077,-2.776828 0.90136,-5.560106 1.38256,-8.328505 -0.002,-1.483495 0.003,-2.966857 0,-4.450347 -0.13265,0.687174 -0.24885,1.379757 -0.38583,2.066232 -0.34774,1.886558 -0.69529,3.768021 -1.02889,5.658298 z m 1.41472,-7.72453 c 0.0287,-0.148804 0.0679,-0.2962 0.0965,-0.445034 0.004,-1.334738 -0.006,-2.67058 0,-4.005312 0.0619,-3.3548 0.0805,-4.823063 0.12861,-6.516579 l -0.35367,0 c 0.0454,2.1490123 0.0932,4.2730019 0.12861,6.421214 0.005,1.515274 -0.004,3.030432 0,4.545711 z m 0.0965,-0.445034 c -0.004,1.493635 0.003,2.988493 0,4.482134 0.0794,-0.456533 0.14578,-0.910453 0.22507,-1.366892 0.21091,-1.154423 0.40465,-2.309653 0.6109,-3.464913 -0.0102,-0.31789 -0.0225,-0.635784 -0.0322,-0.953645 -0.0202,-0.876173 -0.0412,-1.762413 -0.0643,-2.63842 -0.23813,1.314011 -0.48802,2.629885 -0.73951,3.941736 z m 0.73951,-3.941736 c 0.18253,-1.007155 0.37048,-2.0116796 0.5466,-3.0198779 -0.008,-1.1859175 -0.0384,-2.3742941 -0.0321,-3.5602771 l -0.70736,0 c 0.0879,2.1922619 0.13511,4.3863978 0.19291,6.580155 z m 0.5466,-3.0198779 c 0.008,1.238828 0.0312,2.4804929 0.0643,3.7192179 0.42839,-2.4274323 0.85642,-4.8522883 1.28611,-7.279495 l -0.73951,0 c -0.20029,1.1876772 -0.40363,2.3737464 -0.6109,3.5602771 z m 0.0643,3.7192179 c -0.17031,0.965074 -0.3422,1.927996 -0.51444,2.892725 0.12533,3.920892 0.29585,7.839705 0.35368,11.76163 0.004,0.285614 -0.003,0.572652 0,0.858282 0.11404,-2.04211 0.24388,-4.094481 0.38583,-6.135121 -0.0476,-2.320156 -0.0948,-4.641593 -0.16076,-6.961613 -0.0353,-0.804595 -0.0428,-1.611255 -0.0643,-2.415903 z m 0.22507,9.377516 c 0.003,0.169475 -0.003,0.339135 0,0.508611 0.38293,-5.56657 0.89096,-11.115111 1.54333,-16.657011 -0.39057,3.2838394 -0.75361,6.3147 -1.09319,10.172221 -0.17582,1.997207 -0.31112,3.977665 -0.45014,5.976179 z m 0,0.508611 c -0.1535,2.231403 -0.2615,4.474135 -0.38583,6.707308 0.0237,3.882787 -0.0216,7.752632 0.0965,11.634477 0.13719,6.286959 0.1934,12.593854 0.22507,18.882185 -0.0484,-6.211581 -0.054,-12.417135 0.0643,-18.627879 0.15265,-6.199713 0.12241,-12.398226 0,-18.596091 z m -0.38583,6.707308 c -0.002,-0.359704 0.004,-0.721116 0,-1.080798 -0.15717,2.814509 -0.28997,5.638115 -0.41798,8.455658 -0.23619,7.58828 -0.56065,15.201237 -0.19292,22.792131 0.14171,2.925314 0.57112,7.481678 0.83597,10.394738 0.0703,0.688156 0.128,1.377707 0.19291,2.066233 -0.008,-0.741015 -0.0255,-1.484143 -0.0322,-2.225174 -0.19848,-2.180391 -0.7518,-8.190428 -0.86812,-10.140432 -0.45405,-7.611852 -0.16115,-15.24368 0.0965,-22.855708 0.11225,-2.470963 0.24829,-4.936232 0.38583,-7.406648 z m 0.38583,40.402788 c 0.006,0.06163 0.0272,0.230976 0.0322,0.286094 0.0105,0.116031 0.0218,0.233631 0.0322,0.34967 -0.0418,-3.413081 -0.10127,-6.822584 -0.12861,-10.235797 0.0161,3.207339 0.0355,6.392811 0.0643,9.600033 z m 0.0643,0.635764 c 0.009,0.699599 0.0236,1.398434 0.0321,2.098021 0.89486,9.685526 1.26452,19.395741 1.35041,29.117985 0.0477,-1.00743 0.0823,-2.012368 0.12861,-3.019882 0.0474,1.304904 0.08,2.605222 0.12861,3.909952 0.007,-0.13846 0.026,-0.37824 0.0322,-0.50862 0.17217,-3.273163 0.31057,-6.548195 0.45014,-9.822546 -0.002,0.48798 0.004,0.974261 0,1.462256 0.4535,-10.29933 0.75585,-20.622306 0.93242,-30.929908 0.18609,-10.020599 0.27382,-20.017702 0.28938,-30.039838 0.0591,-8.619975 0.0556,-17.255736 0.12861,-25.8755863 0.005,-0.4349543 -0.004,-0.8683487 0,-1.3033157 l -0.64306,0 c 0.003,0.2545171 -0.003,0.5084034 0,0.7629165 0.079,8.7018065 0.0964,17.3961725 0.16077,26.0981035 0.0131,10.10791 0.094,20.218237 0,30.325932 -0.16728,9.766923 -0.45395,19.549077 -0.86812,29.308711 0.005,-1.113944 0.0386,-2.223945 0.0322,-3.33776 -0.01,-1.710896 -0.049,-3.438827 -0.0643,-5.149687 -0.0163,-1.820071 -0.0252,-3.64744 -0.0322,-5.467568 -1.3e-4,-14.154698 0.001,-28.282536 0,-42.437233 -8e-4,-10.034411 0.001,-20.069004 0,-30.103415 l -0.0643,0 c 10e-4,10.013223 0.0314,20.026616 0.0322,30.039839 0.001,14.154697 -1.2e-4,28.314323 0,42.46902 0.0781,6.785782 -0.20458,13.567486 -0.51444,20.344441 -0.3385,-9.316213 -0.68031,-18.652108 -1.51117,-27.941818 z m 2.12207,23.237166 c -0.12318,2.79747 -0.27088,5.595488 -0.41799,8.39208 -0.0145,0.30691 -0.0173,0.61481 -0.0322,0.92186 0.11458,2.21585 0.21312,4.42689 0.32153,6.64373 -0.007,-1.28339 -0.032,-2.56312 -0.0322,-3.84637 0.0523,-4.04106 0.12621,-8.069194 0.16077,-12.1113 z m -0.12861,15.95767 c 0.009,1.46371 0.0189,2.9237 0.0643,4.38677 0.0245,0.13849 0.0391,0.27485 0.0643,0.41325 -0.0206,-0.004 -0.0437,0.004 -0.0643,0 0.0129,0.34383 0.0151,0.70534 0.0322,1.04901 0.11671,0.15089 0.22961,0.29957 0.35368,0.44503 0.008,0.009 0.0267,-0.004 0.0322,0 8e-4,-0.0923 -0.0824,-0.43297 -0.0965,-0.57218 -0.061,-0.60502 -0.12056,-1.20529 -0.16077,-1.81193 -0.0864,-1.30305 -0.16126,-2.6053 -0.22506,-3.90995 z m 0.0964,5.84903 c -0.2993,-0.38699 -0.56157,-0.8026 -0.83596,-1.20795 0.26815,0.0515 0.53669,0.10361 0.80381,0.15894 -0.002,-0.0416 10e-4,-0.0855 0,-0.12715 -0.003,-0.0954 0.003,-0.1907 0,-0.2861 -0.27718,-1.56823 -0.51876,-3.12682 -0.70735,-4.70465 -0.0204,0.44599 -0.0452,0.88899 -0.0643,1.3351 -0.051,1.18957 -0.0588,2.37026 -0.0965,3.56028 -0.013,-0.0193 -0.0192,-0.0443 -0.0322,-0.0636 -0.001,0.0305 0.001,0.0651 0,0.0954 0.0105,0.002 0.0216,-0.002 0.0322,0 -0.003,0.0853 -0.0296,0.16905 -0.0322,0.2543 0.25774,0.48797 0.50031,0.9677 0.35368,1.46226 -0.0514,0.17348 -0.21653,0.15408 -0.38583,0.0636 -0.004,0.1476 0.003,0.29743 0,0.44503 0.27229,0.29389 0.55471,0.58198 0.80381,0.89007 0.079,-0.0852 0.20671,-0.14106 0.22507,-0.2543 0.0555,-0.34259 -0.0189,-0.67067 -0.0322,-1.01723 -0.008,-0.19811 -0.0223,-0.40595 -0.0322,-0.60397 z m -0.96457,0.98543 c -0.0205,-0.0221 -0.0438,-0.0415 -0.0643,-0.0636 -7.8e-4,0.0332 7.4e-4,0.0945 0,0.12715 -0.0494,2.17337 -0.0245,4.34301 -0.0643,6.51658 -0.003,0.15878 0.003,0.31804 0,0.47682 l 0.0964,0 c -0.0555,-2.34874 -0.0189,-4.70492 0.0322,-7.05698 z m -0.0643,-0.0636 c 0.003,-0.10815 0.0292,-0.3 0.0322,-0.41325 -0.23285,-0.13633 -0.51398,-0.34847 -0.77166,-0.5404 -0.0117,0.0182 -0.0197,0.0498 -0.0322,0.0636 0.2448,0.3048 0.50294,0.59992 0.77166,0.89007 z m -0.77166,-0.89007 c -0.0479,-0.0596 -0.0827,-0.12998 -0.12861,-0.19073 0.0512,0.0314 0.10503,0.0856 0.16076,0.12715 0.1585,-0.24631 0.23698,-0.79655 0.28938,-1.3351 -0.0332,-0.009 -0.0635,-0.0226 -0.0965,-0.0318 0.0302,0.003 0.0657,2.3e-4 0.0965,0 0.0277,-0.29434 0.0564,-0.4579 0.0643,-0.60398 -0.005,-0.007 0.005,-0.0247 0,-0.0318 -0.10197,-0.14866 -0.21666,-0.29849 -0.32153,-0.44503 0.0149,-0.20302 0.0188,-0.40092 0.0322,-0.60398 -0.2608,-1.02386 -0.50479,-2.04752 -0.70736,-3.08345 -0.35784,-1.82988 -0.67291,-3.68171 -0.90027,-5.53115 -0.0611,-0.49666 -0.10707,-1.06044 -0.16076,-1.5894 0.007,0.43449 0.0255,0.8688 0.0322,1.30331 -0.37577,-5.275011 -0.49664,-6.165223 -0.5466,-6.929824 -0.0742,4.586464 -0.13279,9.177574 -0.19291,13.764284 -0.0639,4.40162 -0.0592,8.79097 -0.12861,13.1921 l 1.12534,0 c -0.0568,-4.17069 -0.10303,-8.35348 -0.16076,-12.52455 -0.0313,-2.43714 -0.0594,-4.87423 -0.0965,-7.31128 0.35777,5.03854 0.20065,4.2353 0.70735,8.64639 0.0847,0.73769 -0.0508,1.52862 0.28938,2.19338 0.13721,0.2681 0.30185,0.5213 0.48229,0.76292 -0.0173,-0.01 -0.0477,-0.0236 -0.0643,-0.0318 0.0715,0.0872 0.14941,0.33814 0.22507,0.25431 z m -2.18638,-18.945764 c 0.004,-0.233141 0.0284,-0.4662 0.0322,-0.699341 -0.13515,-2.294761 -0.27818,-4.587241 -0.38583,-6.548367 -0.77821,-18.509564 -0.83164,-37.043704 -0.90028,-55.565754 0.0186,-1.495409 0.0293,-2.986998 0.0322,-4.482135 -0.01,0.06335 -0.0224,0.127373 -0.0322,0.190729 -0.003,1.420917 -0.0145,2.838456 -0.0321,4.259618 0.0686,18.522122 0.12222,37.056114 0.90027,55.565754 0.31534,5.745781 0.33863,6.557124 0.38583,7.279496 z m 0.0322,-0.699341 c 0.12884,2.187671 0.27788,4.312158 0.48229,6.325855 -0.0902,-5.827828 -0.18303,-11.655439 -0.25723,-17.483509 -2.3e-4,-12.278712 0.001,-24.532011 0,-36.810723 -10e-4,-9.120785 -0.0156,-18.248849 0,-27.369631 -0.0243,0.139605 -0.0722,0.273632 -0.0965,0.413247 0.0128,8.964555 0.0311,17.928251 0.0322,26.892808 0.001,12.278712 -2.3e-4,24.563797 0,36.842511 -0.0484,3.728699 -0.10057,7.460936 -0.16076,11.189442 z m 2.25068,16.529855 c 0.0818,0.32123 0.17049,0.63371 0.25722,0.95365 0.008,0.031 0.0222,0.0644 0.0322,0.0954 0.003,-0.0565 0.0315,-0.24634 0.0322,-0.2543 0.17457,-2.09379 0.29761,-4.19674 0.41799,-6.29406 -0.41913,-4.36627 -0.58638,-8.745794 -0.70736,-13.128525 -0.17041,-6.173637 -0.21109,-8.756099 -0.32153,-14.972237 -0.0214,-2.087885 -0.0388,-4.174239 -0.0643,-6.262273 -0.0157,-0.170024 -0.0483,-0.338609 -0.0643,-0.508611 0.0248,2.24421 0.0514,4.495107 0.0965,6.739096 0.11043,6.216338 0.119,8.798399 0.28937,14.972237 0.17161,6.217782 0.44048,12.444363 0.0322,18.659663 z m 0.73951,-5.49935 c 0.0564,0.58724 0.0945,1.19387 0.16076,1.78014 0.0633,-2.11549 0.0326,-4.24742 0.0965,-6.35764 -0.002,-0.22244 0.002,-0.44512 0,-0.66755 -0.0552,1.16665 -0.10628,2.33013 -0.16077,3.4967 -0.0355,0.57908 -0.0632,1.16908 -0.0965,1.74835 z m 0.16076,1.78014 c -0.039,1.30345 -0.11369,2.61371 -0.25722,3.90994 -0.0443,0.40032 -0.0501,0.78951 -0.16076,1.17617 0.088,0.13015 0.20152,0.25122 0.28937,0.38145 0.039,-1.11765 0.0731,-2.21545 0.12861,-3.4967 0.0252,-0.5826 0.005,-1.0008 0.0322,-1.58941 -0.0147,-0.1255 -0.018,-0.2559 -0.0322,-0.38145 z m 0.0322,0.38145 c 0.01,0.084 0.0221,0.17033 0.0322,0.25431 0.0964,-2.11342 0.21958,-4.21728 0.32152,-6.32585 -0.007,-0.12745 -0.0254,-0.25402 -0.0322,-0.38146 -0.0843,1.76773 -0.21201,4.04312 -0.32153,6.453 z m -0.45013,4.70466 c -0.0553,-0.0819 -0.10502,-0.17273 -0.16077,-0.25431 0.0403,0.11445 0.0743,0.23609 0.12861,0.34967 0.0105,-0.0315 0.023,-0.0634 0.0322,-0.0954 z m -0.0322,0.0954 c -0.0178,0.0537 -0.0422,0.10656 -0.0643,0.15894 -0.0164,0.0387 -0.0891,0.063 -0.16076,0.0636 -0.001,0.0153 10e-4,0.0163 0,0.0318 0.13151,0.0344 0.2526,0.0673 0.38583,0.0954 -0.062,-0.11568 -0.10516,-0.23337 -0.16077,-0.34967 z m 0.16077,0.34967 c 0.0411,0.0766 0.0877,0.14607 0.12861,0.22252 0.002,-0.0601 0.0301,-0.12988 0.0322,-0.19073 -0.0551,-0.0109 -0.10586,-0.0202 -0.16076,-0.0318 z m 0.12861,0.22252 c -0.0165,0.48796 -0.0209,1.13159 -0.0322,1.55762 0.0125,0.007 0.0201,0.0253 0.0322,0.0318 0.0121,-0.50732 0.0167,-1.01851 0.0322,-1.52584 -0.0112,-0.0212 -0.0208,-0.0424 -0.0322,-0.0636 z m -5.75532,0.12715 c 0.18973,3.00586 0.45737,5.99028 0.90028,8.96427 l 0.12861,0 c -0.0343,-0.22087 -0.0606,-0.447 -0.0965,-0.66755 -0.38273,-2.76367 -0.67896,-5.52132 -0.93243,-8.29672 z m 8.6169,-109.033488 c 0.10095,2.2559285 0.21055,4.4849218 0.35368,6.739096 0.279,4.608223 0.63096,9.246154 0.80381,13.859651 0.135,3.603519 0.13378,6.594613 0.12861,10.204008 -0.002,1.728378 -0.0242,3.453113 -0.0321,5.181475 -0.03,9.438175 -0.12919,18.884962 -0.12861,28.323277 -0.0137,8.257267 -0.0846,16.50571 -0.0322,24.762999 -0.008,2.66069 -0.0465,5.317905 -0.0643,7.978832 0.2706,-3.042734 0.50311,-6.072634 0.6752,-9.123207 0.0551,-7.732173 -0.0404,-15.441396 -0.0643,-23.17359 -0.0128,-9.520009 -0.0969,-19.057678 -0.12861,-28.577582 -0.008,-1.741764 -0.0295,-3.471483 -0.0322,-5.213263 -0.004,-2.909847 -0.0195,-4.666123 -0.0322,-6.611943 0.18263,4.344937 0.40217,8.691427 0.64306,13.033157 0.002,-0.752713 0.0292,-1.50425 0.0322,-2.256961 -0.1398,-3.584996 -0.25331,-7.156313 -0.32153,-10.744408 -0.0918,-7.952595 -0.0937,-15.92015 -0.0322,-23.87293 -5e-5,-0.1696515 -2.5e-4,-0.3389661 0,-0.508611 l -0.80382,0 c 0.0406,3.9877558 0.0629,7.964853 0.12862,11.952359 0.13908,2.948542 0.25252,5.887057 0.32152,8.837117 0.0335,1.431456 0.0243,2.291833 0.0322,3.274183 -0.16925,-4.038225 -0.28712,-8.070774 -0.35367,-12.1113 -0.075,-1.590933 -0.15068,-3.177838 -0.22507,-4.768228 -0.11311,-2.3874021 -0.18953,-4.7954772 -0.25722,-7.184131 l -0.6109,0 z m 2.12207,35.125949 c 0.019,0.486078 0.0119,0.976235 0.0322,1.462257 0.0126,-3.657406 0.0333,-7.309671 0.0643,-10.966926 -0.0106,-0.836479 0.0222,1.075127 -0.0322,-2.829148 -0.0417,4.10569 -0.0481,8.227897 -0.0643,12.333817 z m 0.0965,-9.504669 c 0.0285,2.245392 0.0368,1.484999 0.0964,3.433125 -0.0332,-1.620968 -0.0449,-3.242401 -0.0643,-4.863593 -0.004,0.477086 -0.0281,0.953378 -0.0322,1.430468 z m 0.0322,-1.430468 c 0.0501,-5.385128 0.10769,-10.764084 0.22507,-16.1484 0.0731,-2.68046 0.13941,-5.3624999 0.22506,-8.042412 l -0.0643,0 c -0.0744,2.4005019 -0.13773,4.7780181 -0.22507,7.978835 -0.0979,4.492047 -0.17563,8.98555 -0.22507,13.478193 0.006,0.402581 0.0259,0.80537 0.0322,1.207951 0.007,0.508652 0.0261,1.017165 0.0322,1.525833 z m -0.0643,-2.733784 c -0.11188,-7.149857 -0.22385,-14.307031 -0.32152,-21.457028 l -0.0322,0 c 0.1031,7.541999 0.23706,15.091326 0.35368,22.633191 0.004,-0.391097 -0.004,-0.78507 0,-1.176163 z m 0.12861,7.597377 c 0.0223,0.726656 0.0539,1.810597 0.12861,5.531145 0.0325,1.618863 -0.004,3.244797 0.0322,4.863593 0.0834,3.769053 0.30285,7.550529 0.48229,11.316595 0.11572,1.728397 0.22247,3.453759 0.35367,5.181475 0.0603,1.208172 0.10583,2.415509 0.16077,3.623853 0.019,-2.87953 0.0495,-5.766824 0.0643,-8.646387 -0.002,-0.413137 0.001,-0.826613 0,-1.239739 -0.26543,-3.33173 -0.55218,-6.678668 -0.77166,-10.01328 -0.29754,-4.520585 -0.35518,-5.985065 -0.45014,-10.617255 z m 1.2218,20.630535 c 0.033,0.413829 0.0645,0.825855 0.0965,1.239739 -0.004,-4.502687 -0.0196,-9.007316 -0.0322,-13.50998 -0.01,1.143811 -0.0258,2.289266 -0.0322,3.433124 -0.002,-0.699854 0.002,-1.398167 0,-2.09802 -0.0267,3.646939 -0.0436,7.287571 -0.0322,10.935137 z m 0.0322,-10.935137 c 0.0131,-1.785524 0.0116,-3.554988 0.0322,-5.340416 0.005,1.33608 -0.004,2.669227 0,4.005312 0.0647,-7.636145 0.18939,-15.283619 0.35368,-22.919285 0.11995,-4.83246 0.4194,-9.670502 0.70735,-14.495414 l -0.32152,0 c -0.0841,4.8212276 -0.2001,9.645167 -0.41799,14.463626 -0.13078,6.07885 -0.24833,12.167451 -0.32152,18.246421 -0.022,-5.927683 -0.0463,-11.84205 -0.0965,-17.769598 -0.12512,-10.9438057 -0.0839,-7.149066 -0.22507,-14.940449 l -0.0322,0 c 0.10171,4.3423948 0.15123,11.264234 0.19291,14.908661 0.0673,7.952873 0.10841,15.888053 0.12861,23.841142 z m 0.0643,12.174876 c 0.004,4.035235 -8.1e-4,8.076074 0,12.1113 0.21987,5.258367 0.40544,10.538733 0.57875,15.79873 0.002,-0.900172 0.005,-1.801905 0,-2.701996 0.0202,-7.991692 0.008,-15.988022 -0.48229,-23.968295 -0.0307,-0.41396 -0.0644,-0.825855 -0.0965,-1.239739 z m 0.57875,27.91003 c -7e-4,0.26481 -0.0309,0.529888 -0.0322,0.794705 0.14424,4.393469 0.29326,8.798828 0.45014,13.192098 0.22428,7.007886 0.46011,14.016426 0.96458,21.011996 0.13186,1.82844 0.24527,2.90567 0.35368,4.16425 l 0.0322,0 c -0.72757,-8.35746 -1.05012,-16.76772 -1.31826,-25.144458 -0.16697,-4.676255 -0.29606,-9.342151 -0.45013,-14.018591 z m -0.0322,0.794705 c -0.1663,-5.065812 -0.34153,-10.130324 -0.54659,-15.194755 1.4e-4,0.804927 -1.3e-4,1.610978 0,2.415903 0.0179,2.107544 0.038,4.218014 0.0322,6.325849 -0.0183,-1.081774 -0.0441,-2.160665 -0.0643,-3.242395 -0.033,10.743047 0.0271,21.491283 0.19291,32.233222 0.11391,5.27789 0.19813,10.55268 0.19292,15.83052 l 0.48229,0 c -0.0751,-3.16034 -0.15266,-6.31235 -0.22507,-9.47288 -0.0425,-0.72942 -0.0955,-1.46319 -0.12861,-2.19339 -0.0647,-1.79977 -0.15809,-3.60344 -0.19292,-5.40399 -0.025,-1.29172 -0.0355,-2.58614 -0.0322,-3.87816 -0.0618,-1.63277 -0.11905,-3.262022 -0.16076,-4.895378 -0.15602,-6.11 -0.0847,-12.23007 -0.0643,-18.341785 0.0106,0.636305 0.0216,1.27099 0.0322,1.907291 0.10076,6.633455 0.16104,13.265278 0.19291,19.899412 0.002,0.4765 0.001,0.95393 0,1.43046 0.0506,1.33624 0.11169,2.66903 0.16076,4.00532 -0.0956,-7.137126 0.0959,-14.287084 0.12861,-21.425244 z m 0.0643,28.895464 c 0.18468,3.16717 0.46056,6.31613 0.77166,9.47288 l 0.0643,0 c -0.42476,-3.84409 -0.74159,-7.69906 -0.86812,-11.5709 -0.0394,-1.34482 -0.0933,-2.6922 -0.12861,-4.0371 0.0605,2.04685 0.11386,4.08808 0.16076,6.13512 z m -0.64305,-38.590862 c 0.003,-1.038267 -0.005,-2.076948 0,-3.115242 -1.9e-4,-1.05911 2e-4,-2.119708 0,-3.178819 -0.031,-0.752615 -0.0638,-1.504403 -0.0965,-2.256962 -0.005,0.751676 -0.0268,1.505287 -0.0322,2.256962 -0.006,-0.22277 -0.026,-0.44479 -0.0322,-0.667552 -0.0783,11.062807 -0.18182,22.124262 -0.28937,33.186865 -0.0147,2.49001 -0.0214,5.16827 -0.0322,7.85169 0.0193,-2.6076 0.0811,-5.21879 0.0965,-7.8199 0.10464,-10.766211 0.17965,-21.530406 0.25722,-32.296798 0.0523,2.014641 0.0909,4.024714 0.12861,6.039756 z m -0.16077,-6.961613 c 0.005,-0.741089 0.0271,-1.484083 0.0322,-2.225174 -0.0711,-1.611351 -0.14461,-3.220754 -0.22507,-4.831804 -0.0681,-0.965326 -0.1268,-1.927308 -0.19292,-2.892726 0.17194,3.316121 0.29451,6.63118 0.38583,9.949704 z m -0.38583,-9.949704 c -0.0253,-0.487266 -0.0367,-0.97506 -0.0643,-1.462256 -0.0124,-0.263611 -0.0196,-0.53107 -0.0322,-0.794705 -0.31639,-4.725085 -0.60677,-9.447231 -0.80382,-14.177532 -0.002,0.625467 0.002,1.250034 0,1.875503 0.27403,4.850719 0.56827,9.711215 0.90027,14.55899 z m -0.90027,-14.55899 c -0.0204,-0.360937 -0.0443,-0.719842 -0.0643,-1.080799 -0.0168,5.300619 -0.0288,10.593609 -0.0322,15.894095 -0.078,5.740795 0.0417,11.486189 0.0643,17.229198 0.003,-5.733776 -0.0172,-11.463298 0,-17.19741 0.003,-4.950644 0.0181,-9.89431 0.0322,-14.845084 z m 1.31826,22.28352 c 0.009,0.212058 0.0229,0.423702 0.0322,0.635764 0.003,-0.402265 -0.003,-0.805684 0,-1.207951 -0.009,-0.201474 -0.023,-0.402506 -0.0322,-0.603976 -0.003,0.391681 0.003,0.784483 0,1.176163 z m 0.0322,-0.572187 c 0.0304,0.678476 0.0675,1.355921 0.0965,2.034444 -8.3e-4,-3.74927 -0.0288,-7.503741 -0.0322,-11.253019 -0.0158,3.070114 -0.0438,6.148499 -0.0643,9.218575 z m 0.0965,2.034444 c 1e-4,0.4766 -1e-4,0.953869 0,1.430469 0.0109,0.264978 0.0214,0.52972 0.0322,0.794704 -8e-5,-0.466009 9e-5,-0.932669 0,-1.39868 -0.0115,-0.275553 -0.0204,-0.550947 -0.0322,-0.826493 z m -1.89701,25.716645 c -0.004,0.552282 0.006,1.100701 0,1.652986 -0.003,0.654782 0.004,1.316053 0,1.970868 0.0884,-1.278565 0.14071,-2.564837 0.19292,-3.846371 0.1219,-3.786127 0.16485,-7.56142 0.19292,-11.348384 -0.0193,2.01091 -0.0604,4.029669 -0.12861,6.039756 -0.0586,1.726699 -0.14273,3.455687 -0.22507,5.181475 -0.006,0.117219 -0.0255,0.232466 -0.0322,0.34967 z m 0.38584,-11.570901 c 0.0107,-1.114183 0.0314,-2.223413 0.0322,-3.33776 -0.003,1.110779 -0.0239,2.227031 -0.0322,3.33776 z m -0.38584,15.194755 c -0.17214,2.491146 -0.41559,4.986303 -0.6752,7.470223 -0.0462,5.18394 -0.12271,10.36466 -0.35368,15.54443 -0.0704,1.38398 -0.139,2.39097 -0.19291,3.43312 l 0.38583,0 c 0.0699,-1.01822 0.15781,-2.03322 0.22507,-3.05167 0.45792,-7.78371 0.56407,-15.60149 0.61089,-23.396103 z m -0.6752,7.470223 c 0.006,-0.65723 -0.004,-1.31362 0,-1.97087 -0.62189,6.99274 -1.44623,13.96997 -2.21853,20.94842 l 0.25722,0 c 0.10573,-1.32216 0.19615,-2.65301 0.32153,-3.97352 0.47592,-5.01242 1.11627,-9.99513 1.63978,-15.00403 z m 7.52371,-99.020208 c 0.0672,4.5145159 -0.002,9.027173 -0.0965,13.541769 0.0345,-0.879327 0.0587,-1.759278 0.0965,-2.63842 0.0486,-3.636264 0.0547,-7.2669347 0.0322,-10.903349 l -0.0322,0 z m 0,10.903349 c -0.0394,2.94714 -0.10158,5.922308 -0.19292,8.868905 -0.063,2.479359 -0.13022,4.959108 -0.19292,7.438436 0.004,-0.636803 0.0259,-1.270514 0.0322,-1.907291 -0.30026,11.845526 -0.62958,23.692149 -0.86812,35.539195 -0.19772,7.882166 -0.44831,15.76512 -0.45014,23.650413 -0.001,5.702173 0.13013,10.268897 0.35368,15.957671 0.0961,2.44637 0.20666,4.89746 0.32153,7.34307 0.14569,2.18272 0.3209,4.36468 0.45013,6.54837 0.12091,2.04303 0.1238,2.78343 0.16076,3.65564 l 0.32153,0 c -0.0176,-0.22293 -0.0475,-0.44457 -0.0643,-0.66755 -0.14995,-1.03449 -0.26177,-2.03365 -0.35368,-2.92452 -0.22498,-2.18064 -0.2995,-4.39349 -0.45014,-6.58015 -0.11489,-2.44559 -0.25754,-4.86494 -0.35368,-7.31128 -0.22356,-5.688154 -0.32279,-10.256131 -0.32152,-15.957675 0.002,-7.885239 0.25242,-15.768298 0.45013,-23.650413 0.22407,-11.126395 0.49048,-22.252651 0.77166,-33.377598 -0.0237,3.799367 -0.046,7.581123 -0.0322,11.380171 0.10096,9.731625 0.15077,19.48128 0.16077,29.213346 5.6e-4,8.711909 -0.13855,17.418645 -0.22507,26.129892 0.002,5.626977 -0.26861,11.253927 -0.0322,16.879527 0.0447,1.06445 0.12785,2.14715 0.19292,3.21061 0.0548,0.99739 0.11775,1.99221 0.19292,2.98809 0.0318,0.21946 0.0625,0.44492 0.0965,0.66755 l 0.41799,0 c -0.006,-2.60573 -0.014,-5.21415 0,-7.81989 -0.16071,-5.10064 0.0214,-10.2216 -0.16077,-15.321912 -0.0881,-8.845603 -0.2188,-17.696891 -0.22506,-26.543138 0.004,-9.645685 0.01,-19.282419 0.16076,-28.927252 0.0475,-3.856087 0.0813,-7.715065 0.16076,-11.570901 -0.0432,6.435539 -0.0414,12.891643 0,19.327219 0.0788,9.168912 0.0661,18.327799 0.12861,27.496784 0.0889,9.891126 0.0313,19.767283 -0.0322,29.65838 -0.0121,1.95911 -0.0217,3.92119 -0.0322,5.88082 0.0184,0.58335 0.0349,1.1653 0.0643,1.74835 0.0541,1.07131 0.14946,2.14051 0.22507,3.2106 0.06,0.95139 0.14489,1.91109 0.22507,2.86094 l 0.16076,0 c 0.002,-0.8031 0.009,-1.61286 0,-2.4159 -0.007,-0.65994 -0.0216,-1.31099 -0.0322,-1.97087 -0.14928,-2.99674 -0.20128,-6.00004 -0.22507,-8.99606 -0.005,-0.72089 0.004,-1.4407 0,-2.16159 0.0324,2.19251 0.11292,4.38787 0.16076,6.58015 -0.0522,-2.52565 -0.0739,-5.02699 -0.0965,-6.54837 -0.048,-3.2471 -0.10107,-6.51173 -0.12861,-9.75897 0.008,2.55504 0.0178,5.10594 0.0322,7.66095 -0.0859,-6.52587 -0.0925,-13.055208 -0.12861,-19.581521 -0.0549,-12.78971 -0.0662,-25.57855 -0.0643,-38.368345 0.0147,-6.801552 -0.0391,-13.606678 -0.0965,-20.408017 -0.0626,1.853134 -0.1218,3.709129 -0.16076,5.562933 0.0113,-1.640651 0.0134,-3.286552 0.0322,-4.927169 0.0324,-2.193517 0.0668,-4.386709 0.0965,-6.580155 -0.0154,-1.557335 -0.0479,-3.115551 -0.0643,-4.672864 -0.0428,-2.39242 -0.0384,-4.791534 -0.0643,-7.1841309 -0.1042,2.2248649 -0.22588,4.4502459 -0.32152,6.6755199 z m 0.32152,-6.6755199 c 0.066,-1.4087779 0.12926,-2.8188534 0.19292,-4.2278291 l -0.25722,0 c 0.0108,1.4081726 0.049,2.8196974 0.0643,4.2278291 z m 0.12861,11.8569949 c 0.0187,1.89619 0.016,3.793867 0.0321,5.690086 0.0636,-1.842614 0.15957,-3.689592 0.25723,-5.531145 0.0145,-0.229378 0.0198,-0.246582 0.0322,-0.445035 -0.0793,-5.262968 -0.15565,-10.53537 -0.19292,-15.79873 0.005,5.366459 -0.0562,10.718666 -0.12861,16.084824 z m 0.32153,-0.286094 c 0.006,0.392081 -0.006,0.78408 0,1.176163 0.006,-0.572213 0.0261,-1.144352 0.0322,-1.716562 -0.0125,0.20267 -0.0171,0.2996 -0.0322,0.540399 z m 0.0322,-0.540399 c 0.12557,-2.038588 0.13485,-2.651285 0.38583,-5.372204 0.12267,-1.329831 0.2652,-2.674695 0.38583,-4.005312 -0.006,-1.960311 0.009,-3.9205033 0,-5.880815 l -0.6109,0 c -0.0292,3.9160886 -0.0558,7.845996 -0.12861,11.76163 -0.0128,1.165486 -0.0198,2.331202 -0.0322,3.496701 z m 0.77166,-9.377516 c 0.0234,8.085003 0.0399,16.16951 -0.0322,24.254388 -0.0774,9.078898 -0.12307,18.163876 0.0322,27.242478 0.19275,11.884738 0.12657,23.748637 0.12861,35.63456 -1e-5,2.540087 0.0294,5.086627 0.0322,7.629167 -0.001,-2.53156 -2e-5,-5.06674 0,-7.597378 0.003,-11.811681 -0.0334,-23.601549 0.16076,-35.412043 0.15494,-9.069751 0.0764,-18.140646 0,-27.21069 -0.0894,-10.105158 -0.0766,-20.220618 -0.0322,-30.3259325 3.6e-4,-0.031775 -3.5e-4,-0.063589 0,-0.095365 l -0.0322,0 c 1.8e-4,0.075002 -6e-4,0.1475256 0,0.2225173 0.0476,1.8919806 -0.0867,3.7774562 -0.25722,5.6582972 z m -0.80381,11.094078 c -0.0874,8.497667 -0.17496,16.996026 -0.16076,25.494128 -0.002,12.789786 0.009,25.57864 0.0643,38.368344 0.0165,2.981048 0.0427,5.951502 0.0643,8.932481 -0.008,-4.951065 -0.0126,-9.894133 0.0322,-14.845084 0.063,-9.100609 0.0469,-18.20554 0.12861,-27.306055 0.0559,-8.169197 0.0621,-16.339691 -0.0322,-24.508694 -0.0313,-2.045702 -0.0653,-4.08949 -0.0965,-6.13512 z m 0.19291,92.058595 c 0.0334,1.53246 0.0398,3.04492 0.0643,4.5775 0.0343,0.68833 0.0846,1.37853 0.12861,2.06623 -0.077,-1.58015 -0.14075,-4.11808 -0.19292,-6.64373 z m -1.31825,-83.730089 c 0.0473,-1.864663 0.0813,-3.730039 0.12861,-5.594722 0.041,-2.055412 0.0854,-4.110835 0.12861,-6.166908 -0.0254,0.646611 -0.0733,1.292335 -0.0965,1.939079 -0.10576,3.267159 -0.12852,6.554004 -0.16076,9.822551 z m 3.794,-25.2716109 c -0.45941,11.7067629 -0.56319,23.4437169 -0.64305,35.1577369 -0.0215,13.739785 -0.35887,27.459296 -0.54659,41.197493 -0.12809,11.191515 -0.15604,22.37659 -0.25722,33.56833 -0.0178,1.56028 -0.0373,3.14375 -0.0643,4.70465 0.0353,1.11145 0.0786,2.22681 0.12861,3.33776 l 0.28937,0 c -0.0782,-2.62211 -0.16116,-5.22794 -0.16076,-7.85168 -0.069,-11.23346 -0.0225,-22.494389 0.12861,-33.727271 0.18769,-13.738212 0.5251,-27.457699 0.5466,-41.197493 0.0799,-11.724521 0.18264,-23.472289 0.64305,-35.1895259 -0.0208,-0.00201 -0.0435,0.00187 -0.0643,0 z m -1.5114,114.6281999 c -0.14446,-4.55139 -0.18928,-9.11413 -0.19291,-13.66892 0.004,5.65736 -0.0732,11.33049 -0.41799,16.97489 7.6e-4,0.0105 -7.6e-4,0.0213 0,0.0318 l 0.51444,0 c 0.0329,-1.11021 0.0772,-2.2272 0.0965,-3.33776 z M 135.37984,5.0976065 c 0.10299,11.1891285 0.0895,22.3792915 0,33.5683275 -0.0411,10.025194 -0.11667,20.046246 -0.0322,30.071627 0.0812,10.848519 0.13725,21.704662 0.38583,32.551109 0.21414,7.12286 0.49023,14.24534 0.86812,21.36166 0.10742,-0.0296 0.21575,-0.0621 0.32153,-0.0954 -0.72097,-7.05355 -0.94452,-14.15222 -1.15749,-21.23451 -0.2821,-10.79505 -0.25077,-21.594759 -0.19292,-32.39217 0.0811,-10.041355 -1.1e-4,-20.093947 -0.0322,-30.135203 -0.0797,-11.215999 -0.10639,-22.415904 0,-33.6319041 1.2e-4,-0.010586 -1.2e-4,-0.021203 0,-0.031788 -0.055,-0.00847 -0.10545,-0.024271 -0.16076,-0.031788 z m 1.09318,0.2225173 c 0.44173,9.1010222 0.7244,18.1977692 0.93243,27.3060542 0.0782,8.316965 0.40693,16.671297 1.2218,24.953729 0.002,0.02388 0.027,0.365804 0.0322,0.413246 -0.002,-0.211759 0.002,-0.424004 0,-0.635764 -0.79696,-8.198419 -1.14449,-16.435898 -1.2218,-24.667634 -0.16135,-7.065817 -0.34957,-14.14063 -0.64305,-21.202722 -0.20035,-4.8211496 -0.2445,-5.4391565 -0.28937,-6.1669092 -0.01,-0.00262 -0.0222,0.00259 -0.0322,0 z m 2.18638,52.0372652 c 0.008,0.0848 0.0238,0.169514 0.0322,0.254306 0.0114,0.116403 0.15526,1.425852 0.22507,2.034444 0.0375,-4.136502 0.0865,-8.260976 0.16076,-12.397394 0.0712,-8.132527 0.14526,-16.280599 0.0643,-24.413329 -0.0815,-4.516598 -0.24067,-9.026079 -0.35368,-13.5417685 -0.0255,-1.0176025 -0.0449,-2.0339273 -0.0643,-3.0516662 -0.0207,-0.011855 -0.0435,-0.020088 -0.0643,-0.031788 0.008,0.9974967 0.0346,1.9905316 0.0322,2.9880898 -0.0107,4.3698329 -0.13933,8.7588289 -0.19291,13.1285219 -0.0583,8.162026 0.004,16.315047 0.0643,24.476906 0.0578,3.515498 0.0625,7.038159 0.0965,10.553678 z m 0.25722,2.28875 c -0.001,0.159072 0.001,0.317751 0,0.476823 0.35231,3.057683 0.96797,8.379364 1.02888,8.900693 0.79099,6.597335 1.29718,13.201479 1.54333,19.83583 -0.006,-1.293268 -0.0276,-2.584887 -0.0322,-3.878159 -0.3735,-5.315668 -0.80763,-10.631039 -1.44687,-15.925883 -0.0635,-0.543868 -0.77011,-6.592828 -1.09319,-9.409304 z m 2.54006,25.335187 c 0.0171,0.243863 0.0475,0.487241 0.0643,0.731128 -0.0179,-4.934162 -0.0522,-9.879125 -0.0643,-14.813296 -0.003,0.657367 -0.0297,1.313495 -0.0322,1.970868 -10e-6,-12.235578 0,-24.479781 0,-36.715359 -0.0257,0.741548 -0.0442,1.483503 -0.0643,2.225174 0,0.148309 0,0.296724 0,0.445034 0.002,10.681227 0.0121,21.361282 0.0322,32.042495 0.0115,4.70659 0.0478,9.407373 0.0643,14.113956 z m -0.0965,-46.156451 c -0.14779,5.752788 -0.16737,11.505671 -0.12861,17.260987 0.0765,5.537226 0.11417,11.055875 0.12861,16.593435 0,-11.282156 0,-22.572265 0,-33.854422 z m 0.0643,-2.670208 c 0.001,10.924944 0.0133,21.848694 0.0322,32.773623 0.0277,-4.17712 0.0735,-8.34798 0.16076,-12.524546 0.15347,-8.918794 0.3013,-17.845051 0.25722,-26.765655 0.0774,-5.967447 0.26157,-11.928787 0.28937,-17.896751 0.003,-0.688555 -0.001,-1.377669 0,-2.0662322 -0.0189,-0.033292 -0.045,-0.062335 -0.0643,-0.095365 -0.0342,6.6444022 -0.12957,13.2885002 -0.35368,19.9311952 -0.13618,2.212389 -0.24481,4.429928 -0.32153,6.643731 z m 0.0965,49.557787 c 0.005,1.50352 -0.007,3.010409 0,4.513923 0.0877,2.745359 0.15409,5.517937 0.16076,8.264929 0.0158,2.599054 0.0163,5.189834 -0.0322,7.788104 -0.0503,-2.11762 -0.0717,-4.17715 -0.0965,-7.533798 -0.0209,-2.837619 -0.019,-5.68158 -0.0322,-8.519235 -0.0146,-0.455613 -0.0153,-0.911365 -0.0322,-1.366892 0.0141,3.275497 0.008,6.547098 0.0322,9.82255 0.0187,2.535225 0.0763,5.093905 0.0643,7.629165 -0.004,0.80525 -0.0228,1.20153 -0.0322,1.84372 -0.0746,-3.84432 -0.11561,-7.69392 -0.12861,-11.539117 0,2.214326 0,4.429397 0,6.643727 0,2.7523 0,5.48085 0,8.23315 0,0.43462 0.003,0.86865 0,1.30331 -0.0117,0.26388 -0.0196,0.53086 -0.0322,0.79471 -0.006,-0.7104 -0.0322,-1.41948 -0.0322,-2.12981 -1e-5,-2.7523 0,-5.51263 0,-8.26493 0,-1.08196 0,-2.16044 0,-3.242397 -0.0429,5.922987 -0.14957,11.850267 -0.38583,17.769597 -0.035,0.79279 -0.0903,1.5915 -0.12861,2.38411 0.0262,-0.0276 0.0385,-0.0674 0.0643,-0.0954 0.0312,-0.29303 0.17599,-0.59889 0.19292,-0.89007 0.0506,-0.87032 0.0836,-1.73602 0.12861,-2.60663 0.0521,-1.0385 0.0886,-1.65945 0.12861,-2.44769 -0.11618,1.88617 -0.13867,3.76989 -0.19292,5.6583 0.0537,-0.0631 0.10878,-0.12616 0.16077,-0.19073 0.0119,-0.276 0.0252,-0.55031 0.0322,-0.8265 0.0303,-1.19759 0.0396,-2.39402 0.0322,-3.59206 -0.007,1.20864 0.003,2.41563 0.0322,3.62385 0.005,0.21113 0.0246,0.42473 0.0322,0.63577 0.13468,-0.17509 0.26398,-0.35568 0.38583,-0.5404 -0.005,-0.12696 0.005,-0.2545 0,-0.38146 -0.12078,-3.20779 -0.22367,-6.42291 -0.28938,-9.63182 0.0213,-0.75613 0.0816,-1.50069 0.0965,-2.25696 0.0456,1.74657 0.11155,3.55167 0.28937,6.19869 0.105,1.56295 0.27456,3.1128 0.41799,4.67287 0.0161,0.12685 0.0489,0.25451 0.0643,0.38146 0.2345,-0.48058 0.43108,-0.97065 0.57875,-1.49405 -0.013,-0.31854 -0.0158,-0.63519 -0.0322,-0.95365 -0.23519,-5.45102 -0.39359,-10.88875 -0.64305,-16.339125 -0.25825,-4.439771 -0.49816,-8.882291 -0.80382,-13.319251 z m -0.16076,14.241109 c 0.0258,-3.553796 0.0147,-7.09499 0,-10.649043 0,3.553483 0,7.095561 0,10.649043 z m -2.4436,-39.830601 c -0.0844,-0.732081 -0.23059,-1.884123 -0.25722,-2.129809 0.0651,7.009976 0.12906,14.03311 0.12861,21.043781 0.0225,10.177191 0.0215,20.343218 -0.28937,30.516666 -0.0528,4.16346 -0.17227,8.33195 -0.32153,12.49275 0.41158,-0.20026 0.81568,-0.4114 1.18965,-0.66755 -0.11779,-3.76768 -0.21034,-7.54704 -0.25722,-11.31659 -0.30069,-10.334823 -0.31777,-20.655131 -0.28938,-30.993487 4e-4,-6.311398 0.0411,-12.635014 0.0965,-18.945761 z M 141.26376,8.37179 c 0.0736,4.889871 0.10999,9.763728 0.0965,14.654355 8.3e-4,-4.842982 -0.007,-9.684199 0,-14.5272022 -0.033,-0.041372 -0.0628,-0.086366 -0.0965,-0.1271528 z m 0.16076,0.2225173 c 0.007,4.8218087 -8.2e-4,9.6418377 0,14.4636257 -0.0131,-4.775841 0.0538,-9.529659 0.12861,-14.3046847 -0.0404,-0.054444 -0.087,-0.105429 -0.12861,-0.158941 z M 111.00817,49.98253 c -0.0228,7.766975 -0.17275,15.534241 -0.28937,23.300742 -0.14821,7.565356 -0.0863,15.130884 -0.0643,22.696767 0.26034,7.647341 0.47631,15.299711 0.54659,22.951071 0.0122,1.35664 5.7e-4,2.71232 0,4.06889 l 0.93243,0 c -0.0281,-1.12106 -0.0662,-2.24844 -0.0965,-3.36955 -0.2348,-7.68606 -0.56702,-15.35716 -0.67521,-23.046435 0.0225,-7.610763 0.0809,-15.213647 -0.0643,-22.82392 -0.1145,-7.926535 -0.26724,-15.850576 -0.28938,-23.777565 z M 56.252316,84.281986 c -0.02471,3.945036 -0.04914,7.88012 -0.0643,11.825206 0.05747,-3.939291 0.09102,-7.885658 0.0643,-11.825206 z M 26.157493,97.919119 c -0.04697,7.107831 -0.249234,14.191011 -0.385831,21.298091 0.241471,0.32878 0.488946,0.66013 0.771662,0.95364 -0.0031,-0.10577 0.0031,-0.21214 0,-0.31788 -0.135282,-7.32031 -0.342149,-14.61278 -0.385831,-21.933851 z m 62.022344,2.797361 c 0.09302,3.40501 0.106363,6.79769 0.09646,10.20401 -0.04383,-3.4 -0.07026,-6.80384 -0.09646,-10.20401 z m -58.646322,3.21061 c -0.0058,1.695 0.0074,3.39145 0.03215,5.08611 0.01573,-0.59252 0.0374,-1.18776 0.06431,-1.78014 0.0096,-1.10352 -0.05143,-2.20325 -0.09646,-3.30597 z m 0.03215,5.08611 c -0.07304,2.7513 -0.06152,5.5133 0,8.26493 0.02994,1.66836 0.08603,3.32271 0.12861,4.99074 0.05366,0.0222 0.106588,0.0424 0.160763,0.0636 -0.114776,-4.43741 -0.22451,-8.88151 -0.289373,-13.31925 z m 60.350408,3.14703 c 5e-6,3.61295 0.0103,7.22483 0.03215,10.83977 l 0.06431,0 c -0.04912,-3.61847 -0.08547,-7.22067 -0.09646,-10.83977 z m 36.171667,2.9563 c 0.004,0.57251 -0.006,1.19243 0,1.74835 0.009,0.86639 0.0431,1.74043 0.0643,2.60663 -0.0303,-1.45182 -0.0572,-2.90229 -0.0643,-4.35498 z m -35.72153,1.14437 c 0.04763,2.24494 0.07031,4.49413 0.09646,6.7391 l 0.160763,0 c -0.122982,-2.24102 -0.198559,-4.49395 -0.25722,-6.7391 z m -53.855586,1.20796 c -0.03049,1.22487 -0.06983,2.43067 -0.09646,3.65564 -0.01764,0.8114 -0.02171,1.26721 -0.03215,1.8755 l 0.160763,0 c -0.01116,-1.84185 -0.01927,-3.6893 -0.03215,-5.53114 z m 89.641416,2.54305 c 0.0251,0.99288 0.0476,1.99508 0.0643,2.98809 l 0.0322,0 c -0.038,-0.99504 -0.0733,-1.99217 -0.0965,-2.98809 z"
367 transform="matrix(0.7457627,0,0,0.7457627,-14.64407,0.271186)"
368 clip-path="url(#clipPath3903)"
369 id="path3866"
370 style="opacity:0.5;fill:#9b7a46;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline" />
371 <path
372 d="m 32.780926,5.002242 c -0.05305,0.00264 -0.107959,0.028278 -0.160763,0.031788 0.0265,0.7935416 0.06794,1.5906984 0.09646,2.3841142 0.0074,-0.6893458 0.02769,-1.3768781 0.03215,-2.0662323 0.0033,0.4864873 -0.0024,0.9757667 0,1.4622567 0.0098,-0.6040657 0.0218,-1.2078802 0.03215,-1.8119267 z m -0.0643,2.4159023 c -0.02408,2.2376892 -0.04509,4.4698557 -0.09646,6.7073077 0.0016,0.04243 0.03056,0.08473 0.03215,0.127153 0.03597,-2.096375 0.06327,-4.197635 0.09646,-6.2940615 -0.0066,-0.1799549 -0.02568,-0.3604382 -0.03215,-0.5403992 z m -0.06431,6.8344607 c -0.0051,0.296556 -0.02687,0.593518 -0.03215,0.890069 0.0083,-0.339258 -0.0078,-0.677955 0,-1.017222 -0.101654,-2.772265 -0.121407,-5.5567906 -0.160762,-8.3285053 -0.0023,-0.2546745 0.0019,-0.5082388 0,-0.7629166 -0.287878,0.023927 -0.55634,0.077987 -0.835968,0.1271528 -0.01099,0.1695007 -0.02116,0.3391106 -0.03215,0.508611 0.311574,3.9011697 0.689069,7.7942581 0.964577,11.6980541 -0.003,0.105913 0.003,0.211969 0,0.317881 0.06365,0.920217 0.142886,1.844453 0.192916,2.765573 0.01504,-1.315859 -0.0094,-2.625841 0,-3.941736 -0.04081,-0.751241 -0.06827,-1.504961 -0.09646,-2.256961 z m 0.09646,2.256961 c 0.03919,0.721585 0.106899,1.441012 0.160763,2.161597 -0.02127,-2.288349 -0.02892,-4.577842 -0.03215,-6.866249 -0.04242,-1.036143 -0.05775,-2.0789268 -0.09646,-3.1152421 0.0062,2.6077431 -0.01358,5.2121891 -0.03215,7.8198941 z m 0.12861,-4.704652 c 0.147641,3.605937 0.315708,7.203248 0.514442,10.807985 0.0042,0.296311 -0.0033,0.593762 0,0.890069 0.01014,0.07445 0.02177,0.148085 0.03215,0.222517 0.833547,6.325055 1.483439,12.671895 2.47575,18.977549 0.06861,0.513508 0.09898,0.846923 0.160762,1.303316 0.01586,-1.233032 0.04347,-2.454458 0.06431,-3.68743 C 35.647806,35.112234 35.21231,29.906851 34.613624,24.710919 33.812233,18.679984 33.534285,12.601284 33.359673,6.528075 33.349873,6.0190725 33.336525,5.5113229 33.32752,5.002242 l -0.0643,0 c -0.128108,0 -0.259019,-0.00504 -0.385831,0 -0.01737,2.2671704 -0.0032,4.5354635 0,6.802672 z m 3.247412,28.514006 c 0.04555,0.497196 0.082,0.996918 0.12861,1.494045 0.01516,-5.727458 0.07445,-11.475005 0.321526,-17.19741 -0.214501,5.23106 -0.361657,10.468548 -0.450136,15.703365 z m 0.450136,-15.703365 c 0.05765,-1.335224 0.14649,-2.638845 0.225068,-3.973524 0.04941,1.261984 0.115553,2.520228 0.160763,3.782795 0.121202,3.901859 0.186036,7.795258 0.225068,11.698053 0.01433,-0.105406 0.01781,-0.212476 0.03215,-0.317882 -0.05311,-3.780784 -0.09747,-7.568349 -0.192916,-11.348383 -0.05167,-1.443277 -0.131604,-2.880267 -0.192915,-4.323194 -0.01047,0.158752 -0.02183,0.318068 -0.03215,0.476823 -0.0083,-0.212167 -0.02365,-0.423613 -0.03215,-0.635764 -0.01567,0.244426 -0.01509,0.34124 -0.03215,0.603976 -0.06584,1.343069 -0.105673,2.693603 -0.160763,4.0371 z m 0.192915,-4.641076 C 36.780229,19.781331 36.788374,19.68051 36.8,19.497656 36.589024,14.66054 36.345806,9.8280207 35.964033,5.002242 l -0.0643,0 c 0.02615,0.315452 0.0705,0.6006295 0.09646,0.9218574 0.378112,4.6789206 0.583933,9.3636376 0.771662,14.0503796 z M 36.8,19.497656 c 0.0093,0.212238 0.02313,0.423516 0.03215,0.635764 0.332916,-5.048745 0.740541,-10.104322 1.318256,-15.131178 l -0.03215,0 C 37.952191,6.3735571 37.774755,7.7281797 37.635967,9.1029184 37.18063,13.61315 37.052703,15.523414 36.8,19.497656 z m 0.417984,16.307341 c 0.0021,0.148663 -0.002,0.296371 0,0.445035 0.295009,-2.170946 0.59856,-4.342553 0.86812,-6.516579 0.77893,-6.282107 1.302813,-11.371436 1.832697,-17.674233 0.177515,-2.1114784 0.332417,-4.244101 0.482289,-6.3576379 -0.0045,-0.085483 -0.02754,-0.1688286 -0.03215,-0.2543055 -0.155203,2.1846519 -0.298821,4.3658204 -0.482288,6.5483674 -0.529821,6.302586 -1.05382,11.392337 -1.832698,17.674233 -0.253746,2.046606 -0.557987,4.091447 -0.835967,6.13512 z M 40.368937,5.4472766 c 0.01054,-0.1483853 0.02155,-0.2966539 0.03215,-0.4450346 l -0.06431,0 c 0.0083,0.1491364 0.0241,0.295879 0.03215,0.4450346 z m 0.03215,0.2543055 c 0.209368,3.9597484 0.347761,7.9296089 0.450136,11.8887829 0.151743,11.811218 0.131336,23.631925 0.128611,35.443831 -0.0052,4.15282 -0.04468,8.308221 -0.06431,12.46097 0.03935,-0.551603 0.08994,-1.10132 0.128611,-1.652986 -0.01184,-3.59267 -0.03187,-7.183488 -0.03215,-10.776196 0.0027,-11.811932 0.02307,-23.632588 -0.12861,-35.443831 -0.0333,-3.478092 -0.06658,-6.945109 -0.128611,-10.426526 0.812721,8.819057 1.233699,17.6883 1.993461,26.51135 0.13919,1.787342 0.241085,2.777604 0.321526,3.846371 0.05584,-0.593792 0.10221,-1.186567 0.160763,-1.780139 C 43.190931,35.15977 43.151708,34.79314 43.101907,33.99307 42.421539,25.254947 42.004214,16.478733 41.39782,7.7360262 41.327076,6.8208282 41.232627,5.9151886 41.140599,5.002242 l -0.417983,0 c 0.01775,0.7193382 0.01927,1.4420846 0.03215,2.1615968 -0.08085,-0.7256121 -0.194487,-1.4379544 -0.289373,-2.1615968 -0.01664,0.2327683 -0.0478,0.4665615 -0.0643,0.6993401 z m 2.829428,30.0716269 c 0.0049,0.07632 -0.0048,0.148341 0,0.222517 0.04354,-0.443683 0.08346,-0.89155 0.12861,-1.335104 0.388615,-3.817604 0.768546,-6.784588 1.157493,-9.886126 0.0026,-0.201531 -0.0025,-0.402445 0,-0.603976 -0.41808,3.318696 -0.778593,6.420592 -1.189646,10.458314 -0.03881,0.381279 -0.05884,0.762999 -0.09646,1.144375 z M 44.516621,24.17052 c 0.01142,-0.09063 0.02064,-0.194852 0.03215,-0.286094 0.0373,-3.002101 0.06913,-5.993999 0.09646,-8.996057 0.0039,-3.29429 0.04383,-6.5924359 0.0643,-9.886127 l -0.03215,0 c -4.24e-4,3.2852269 -0.01806,6.56857 -0.06431,9.854339 -0.02829,3.108113 -0.05737,6.205784 -0.09646,9.313939 z m 0.03215,-0.286094 c -0.0025,0.201532 0.0026,0.402444 0,0.603976 0.204139,-1.623961 0.395118,-3.179888 0.643052,-5.149687 0.07811,-0.552694 0.119887,-1.09971 0.192915,-1.652986 4.34e-4,-0.200825 -4.79e-4,-0.40315 0,-0.603975 -0.115494,0.923416 -0.04078,0.483644 -0.257221,2.225173 -0.220411,1.751076 -0.394182,3.115149 -0.578746,4.577499 z m 0.835967,-6.198697 c -0.0021,0.993556 -1.17e-4,1.994543 0,2.98809 9.74e-4,8.25952 -0.0014,16.503482 0,24.763 0.0024,13.61011 -5.77e-4,27.237713 0,40.847823 -0.08924,8.534475 -0.184308,17.058158 -0.450136,25.589488 -0.08108,3.70689 -0.11794,7.41884 -0.12861,11.12587 l 1.221798,0 c -0.01889,-3.4481 -0.05726,-6.88308 -0.12861,-10.33116 -0.260147,-8.78156 -0.36083,-17.567902 -0.450137,-26.35241 -5.77e-4,-13.610111 0.0024,-27.205926 0,-40.816035 -0.0014,-8.259519 9.65e-4,-16.535268 0,-24.794788 -1.3e-4,-1.104022 0.0028,-2.201936 0,-3.305971 -0.01266,0.09702 -0.0515,0.18909 -0.06431,0.286093 z m 0.06431,-0.286093 c 0.13597,-1.041716 0.230656,-2.072046 0.353679,-3.115243 -0.0039,-0.158931 0.0039,-0.317892 0,-0.476823 -0.04877,0.398611 -0.241274,1.864733 -0.385831,3.019878 5.16e-4,0.191129 0.03167,0.381059 0.03215,0.572188 z m 0.353679,-3.592066 c 0.04867,-0.3978 0.30563,-2.491553 0.353678,-2.924513 -0.0061,-1.4829532 -0.03205,-2.9672868 -0.03215,-4.4503465 -0.0016,-0.4760901 -0.0025,-0.9544655 0,-1.4304685 l -0.514442,0 c 0.0061,0.3375962 -0.0052,0.6796047 0,1.017222 0.05883,2.597548 0.129608,5.190658 0.192916,7.788106 z m 0.353678,-2.924513 c 6.93e-4,0.169472 -7.71e-4,0.33914 0,0.508611 0.236254,-2.1210148 0.465285,-4.269096 0.707357,-6.389426 l -0.03215,0 c -0.0449,0.3710089 -0.086,0.7413421 -0.128611,1.1125866 -0.429381,3.7407374 -0.46648,4.0463224 -0.546594,4.7682284 z m 0,0.508611 c -0.107531,0.965384 -0.239916,1.928052 -0.353678,2.892725 0.172326,7.050395 0.382971,14.088551 0.546594,21.139146 0.198078,11.30052 0.13959,22.616201 0.160763,33.917998 0.04926,14.64108 0.118197,29.29504 0.546594,43.931273 0.125063,7.46621 0.08129,4.96447 0.09646,9.72719 l 0.675204,0 c -0.35125,-3.22095 -0.549433,-6.45275 -0.73951,-9.6954 C 46.660324,98.668418 46.623667,84.014355 46.574387,69.373325 46.438564,58.114066 46.722067,46.872244 46.542234,35.614268 46.308121,27.545126 46.193152,19.463076 46.156403,11.391668 z m -1.607629,13.096734 c -0.01132,0.09008 -0.02092,0.196496 -0.03215,0.286094 -0.148759,11.55232 -0.439481,23.106818 -0.964577,34.649126 -0.0015,0.307389 0.0012,0.614472 0,0.921857 0.558231,-11.944532 0.844658,-23.901674 0.99673,-35.857077 z m -0.99673,35.857077 c -0.01238,0.264941 -0.01947,0.529775 -0.03215,0.794705 10e-4,-0.2754 -0.0012,-0.551091 0,-0.826493 -0.04903,1.049177 -0.07483,2.098012 -0.12861,3.147031 -0.804169,14.843714 -0.127245,2.323251 -0.996731,17.133834 -0.286139,4.874027 -0.736967,12.053965 -0.803814,16.943105 -0.08659,6.333779 0.160696,9.803009 0.450136,16.084819 0.153734,2.49667 0.306513,5.00672 0.482289,7.50202 0.06215,0.88229 0.107636,1.18207 0.160763,1.8755 l 0.03215,0 c -0.227205,-3.11193 -0.419649,-6.24024 -0.610899,-9.34573 -0.289462,-6.28138 -0.536614,-9.7515 -0.450136,-16.084821 0.06677,-4.890722 0.517611,-12.0675 0.803815,-16.943105 0.870229,-14.824533 0.159611,-2.276087 0.964577,-17.133834 0.03912,-0.762965 0.05987,-1.525699 0.09646,-2.28875 -0.0072,1.938447 -0.0179,3.879066 0,5.817239 0.0028,14.609913 0.02304,29.19494 0.192916,43.804121 0.06097,4.05507 0.15926,8.12097 0.25722,12.17488 -0.09753,-4.1231 -0.152336,-7.27457 -0.225068,-12.1113 -0.169927,-14.60916 -0.158006,-29.226021 -0.160763,-43.835913 -0.02503,-2.236062 -0.04109,-4.47076 -0.03215,-6.707308 z m -0.03215,-0.03179 c 0.01386,-0.296679 0.01865,-0.593378 0.03215,-0.890069 0.02635,-5.257595 0.09352,-10.510822 0,-15.766942 -0.06147,-3.454734 -0.157553,-5.117112 -0.321526,-7.660954 -0.05802,0.59126 -0.105406,1.188664 -0.160763,1.780139 0.115223,1.553621 0.215006,3.056385 0.321526,5.721874 0.223806,5.600404 0.153773,11.212413 0.12861,16.815952 z M 43.069755,37.775865 c -0.0045,-0.06072 0.0046,-0.161086 0,-0.222517 -0.823053,8.751974 -1.410973,17.521168 -2.025613,26.288832 5.58e-4,0.169564 -5.72e-4,0.339047 0,0.508611 0.623614,-8.857293 1.198073,-17.73291 2.025613,-26.574926 z m -2.025613,26.574926 c -0.04025,0.571621 -0.08758,1.145014 -0.128611,1.716562 -0.02944,6.154925 -0.05297,12.313884 -0.06431,18.468938 -0.0409,9.116965 -0.107733,18.220789 -0.12861,27.337839 0.01041,3.01957 -0.07598,6.04303 -0.192916,9.05964 0.05555,0.6924 0.129571,1.37453 0.192916,2.06623 l 0.771662,0 c -0.139349,-3.55564 -0.264217,-7.12194 -0.257221,-10.68083 -0.02062,-9.19473 -0.09307,-18.397486 -0.12861,-27.59215 -0.0079,-6.793313 -0.04137,-13.583008 -0.0643,-20.376229 z M 40.5297,120.93377 c -0.334004,-4.16312 -0.521236,-8.32156 -0.707357,-12.49276 -0.162684,-8.829129 -0.214753,-17.685052 0.128611,-26.51135 0.225266,-5.790787 0.529128,-9.457198 0.932425,-15.258331 0.01453,-0.200793 0.01774,-0.403173 0.03215,-0.603976 9.13e-4,-0.190683 -9.01e-4,-0.381504 0,-0.572187 -0.02645,0.370763 -0.03748,0.741858 -0.06431,1.112586 -0.403253,5.800045 -0.707138,9.500386 -0.932425,15.290119 -0.343323,8.823219 -0.302141,17.653253 -0.160763,26.479559 0.0076,1.25084 0.04781,8.7867 0.0643,10.26759 0.01616,1.45099 0.06148,2.9038 0.09646,4.35498 l 0.514442,0 c 0.03018,-0.69033 0.06969,-1.3758 0.09646,-2.06623 z M 37.217984,36.250032 c -0.01433,0.10547 -0.01784,0.21241 -0.03215,0.317882 0.05296,5.657798 0.0359,11.316757 0,16.974893 0.08225,1.188133 0.178113,2.371462 0.257221,3.560277 -0.05349,-6.957016 -0.129634,-13.896341 -0.225068,-20.853052 z m 0.225068,20.853052 c 0.0014,0.180191 -0.0014,0.360209 0,0.540399 -0.07425,-1.068545 -0.177703,-2.142396 -0.257221,-3.210607 -0.0069,1.024827 0.0078,2.058655 0,3.083454 -0.0326,9.789678 -0.08829,19.582578 -0.0643,29.372287 0.06249,3.428255 0.0044,6.842673 -0.09646,10.267585 0.123737,-1.674825 0.245771,-3.346658 0.353679,-5.022534 0.0265,-1.673782 0.04279,-3.347881 0.03215,-5.022534 0.03746,-9.800336 0.04799,-19.603692 0.03215,-29.404074 0.443895,6.393238 0.825008,12.788508 0.610899,19.200066 -0.07983,2.476374 -0.114454,4.963176 -0.225068,7.438436 -0.116078,2.597397 -0.28311,5.194061 -0.450136,7.788106 -0.0067,0.423605 0.0086,0.847968 0,1.271528 0.201303,-3.005997 0.347728,-6.017455 0.482288,-9.027846 0.110648,-2.475293 0.177357,-4.962029 0.257221,-7.438436 0.0073,-2.322007 0.0425,-4.639963 0,-6.961613 -0.07259,-3.965121 -0.379824,-8.334692 -0.643052,-12.30203 -0.01266,-0.19088 -0.01945,-0.381326 -0.03215,-0.572187 z m -0.06431,36.302112 c -0.110899,1.656 -0.260478,3.303918 -0.385831,4.958957 -0.128832,3.827177 -0.29057,7.651667 -0.514442,11.475537 0.01,2.34432 0.01586,4.6809 0.03215,7.02519 0.227561,-7.81618 0.708603,-15.64265 0.86812,-23.459684 z m -0.900273,16.434494 c -0.0066,-1.53909 -0.03164,-3.07017 -0.03215,-4.60929 -0.197845,2.3617 -0.405409,4.72763 -0.6109,7.08877 -0.01955,3.29252 -0.04387,6.5936 -0.06431,9.88613 0.0213,-0.51773 0.03554,-0.90924 0.06431,-1.52584 0.06515,-1.39627 0.152771,-2.8001 0.225068,-4.19604 0.133937,-2.21065 0.288507,-4.43219 0.417984,-6.64373 z m -0.707357,12.36561 c -0.01109,0.26962 -0.02221,0.54213 -0.03215,0.7947 l 0.03215,0 c 0.0016,-0.26466 -0.0016,-0.53004 0,-0.7947 z m 0.06431,-9.88613 c 8.17e-4,-0.13763 -7.91e-4,-0.27562 0,-0.41325 -0.321392,3.69459 -0.62834,7.39853 -0.932425,11.09408 l 0.03215,0 c 0.292818,-3.55796 0.590703,-7.1238 0.900272,-10.68083 z m 0,-0.41325 c 0.204482,-2.35064 0.414622,-4.70575 0.6109,-7.05698 3e-5,-0.45641 -7.33e-4,-0.91046 0,-1.36689 0.03948,-7.980207 0.102178,-15.988139 0,-23.968293 -0.06341,-8.945548 -0.139685,-17.883644 -0.192916,-26.829231 -0.0016,-2.417847 9.27e-4,-4.829438 0,-7.247707 -0.0477,-0.355506 -0.109145,-0.731406 -0.160763,-1.112587 -0.0073,0.05331 -0.02484,0.105629 -0.03215,0.158941 -0.11515,0.839491 -0.24839,1.670552 -0.353678,2.511267 -0.344549,2.751125 -0.624329,5.509736 -0.932425,8.264929 -0.63963,7.055353 -0.851959,8.718177 -1.221798,15.735154 -0.390031,7.399979 -0.443494,14.814295 -0.675205,22.219944 0.0021,-4.916006 -0.01405,-9.833744 0,-14.74972 -0.02532,1.560093 -0.06758,3.112828 -0.09646,4.672864 0.0076,3.984178 -9.61e-4,7.968166 0,11.952359 0.01866,-0.521703 0.07977,-1.035853 0.09646,-1.557621 -1.02e-4,0.254276 8.3e-5,0.50864 0,0.762916 0.26107,-7.754474 0.299005,-15.519798 0.707357,-23.268954 0.369788,-7.017214 0.582221,-8.67955 1.221799,-15.735154 0.308075,-2.755165 0.587917,-5.513833 0.932425,-8.264929 0.09856,-0.787068 0.214161,-1.56635 0.321525,-2.352326 -0.03164,2.593837 -0.04881,5.194434 -0.06431,7.788106 -0.06707,8.848899 -0.118902,17.694109 -0.160763,26.543138 -0.08398,7.989434 -0.009,15.978932 0.03215,23.968294 0.0055,2.97503 -0.01506,5.95756 -0.03215,8.93248 z M 32.877384,94.295265 c -0.01749,0.519504 -0.07684,1.038189 -0.09646,1.557621 0.0012,6.834594 0.03215,13.668804 0.03215,20.503384 -0.09585,2.84662 -0.128958,4.34801 -0.289373,6.61194 0.18865,0.0144 0.387022,0.0286 0.578746,0.0318 -0.125872,-2.20457 -0.227228,-4.40381 -0.25722,-6.61194 0,-7.36341 0.02978,-14.72937 0.03215,-22.092795 z m -0.09646,1.557621 c -4.4e-5,-0.25431 6.2e-5,-0.508605 0,-0.762916 -0.06583,1.840288 -0.124638,3.660231 -0.225068,5.49936 -0.09726,2.10378 -0.213394,4.22207 -0.321526,6.32585 -0.02589,0.99738 -0.03965,1.2694 -0.06431,2.22517 0.0064,-0.0296 0.0074,0.39254 0.417984,-8.48745 0.08729,-1.59832 0.132527,-3.200787 0.192915,-4.800014 z m -0.610899,13.287464 c -0.0022,0.0101 -0.08571,2.05628 -0.12861,2.89272 -0.03237,1.2772 -0.08786,3.3851 -0.09646,3.7828 -0.03971,1.83556 -0.06164,4.11362 -0.09646,6.32585 0.01061,0.0737 0.02128,0.14845 0.03215,0.22252 0.03515,-2.28309 0.0877,-4.62493 0.12861,-6.51658 0.01529,-0.70712 0.08647,-3.82671 0.160763,-6.70731 z m -0.289373,13.22389 c -0.0029,0.18926 0.0027,0.35027 0,0.5404 0.03194,0.005 0.06442,-0.004 0.09646,0 -0.02818,-0.18294 -0.06992,-0.35962 -0.09646,-0.5404 z m -0.03215,-0.22252 c -0.0735,-0.51092 -0.162845,-1.02646 -0.225068,-1.52583 -0.03113,0.74267 -0.03734,1.4824 -0.0643,2.22517 0.09653,0.0177 0.191797,0.0171 0.289373,0.0318 0.0037,-0.2573 -0.004,-0.4755 0,-0.73113 z m -0.225068,-1.52583 c 0.07296,-1.74072 0.171909,-3.47325 0.257221,-5.21327 0.170647,-3.48058 0.110788,-2.39509 0.160763,-3.36955 0.02095,-0.82643 0.03785,-1.42002 0.0643,-2.44769 -0.183486,3.55009 -0.366734,7.0981 -0.514441,10.64905 0.01515,0.12621 0.01637,0.25478 0.03215,0.38146 z m -0.03215,-0.38146 c -0.258147,-2.14999 -0.43276,-4.25821 -0.6109,-6.58016 -0.442723,-5.77073 -0.661266,-11.54356 -0.900272,-17.324561 -0.268947,-8.685147 -0.453177,-17.379151 -0.643052,-26.066315 0.004,2.247144 0.02515,4.491976 0.03215,6.739096 0.21138,6.428148 0.41219,12.865471 0.578746,19.295431 0.237477,5.744859 0.568165,11.483299 0.771663,17.229199 0.108418,3.06167 0.122209,6.12495 0.225068,9.18679 0.148405,0.0359 0.298971,0.0665 0.450136,0.0954 0.0079,-0.21476 -0.0087,-0.2127 0,-0.44503 0.02659,-0.71053 0.0669,-1.41933 0.09646,-2.12981 z M 29.46921,77.00249 c -0.07,-2.12873 -0.150094,-4.260792 -0.225068,-6.389426 -0.102791,1.070534 -0.218946,2.140056 -0.321526,3.210607 0.02668,7.362059 0.08322,14.733344 0.289373,22.092792 0.02444,2.5992 0.210221,5.190807 0.321526,7.788107 0.01252,-7.227811 -0.0098,-14.451828 -0.06431,-21.679546 -0.01053,-1.67469 0.0052,-3.347813 0,-5.022534 z m -0.546594,-3.178819 c -4.22e-4,-0.116518 4.1e-4,-0.233152 0,-0.34967 -0.0478,0.498303 -0.08115,0.995715 -0.128611,1.494045 -5.23e-4,0.137752 5.45e-4,0.275494 0,0.413247 0.04919,-0.517746 0.079,-1.03991 0.128611,-1.557622 z m -0.128611,1.557622 c -0.08742,0.92013 -0.172175,1.845242 -0.25722,2.765572 -0.05948,5.65989 -0.133844,11.316756 -0.289374,16.974893 -0.03423,3.557994 -0.388758,7.122792 -0.353678,10.680832 -0.111839,-6.055972 -0.118629,-12.094613 -0.160763,-18.151056 -0.01194,0.158937 -0.02025,0.317883 -0.03215,0.476823 0.03938,6.037966 0.04305,12.081863 0.160763,18.119263 0.01974,2.1065 0.07198,4.21928 0.06431,6.32585 -0.01046,2.86842 -0.119972,5.74701 -0.192916,8.6146 0.01876,0.0138 0.04543,0.0181 0.0643,0.0318 0.0521,-1.78047 0.09526,-3.55946 0.128611,-5.34041 0.05713,-2.46092 0.0773,-4.91403 0.03215,-7.37486 0.02813,1.3973 0.06219,2.80007 0.128611,4.19604 0.09811,2.06217 0.459031,6.65863 0.739509,9.18678 0.0081,0.004 0.02399,-0.004 0.03215,0 0.114334,0.0613 0.236474,0.10238 0.353678,0.15894 -0.207776,-6.2666 -0.494074,-12.51677 -0.514441,-18.78682 -0.01223,-7.268359 0.0017,-14.538489 0.0643,-21.806693 0.01492,-2.023904 0.02415,-4.047589 0.03215,-6.071544 z m -1.093188,12.747064 c -0.0014,-0.212573 0.0015,-0.423192 0,-0.635764 -0.112409,1.494927 -0.23777,2.987475 -0.353678,4.482134 -0.129366,3.052869 -0.302518,6.13242 -0.385831,9.186783 -0.174741,6.40624 0.03432,12.82379 -0.160763,19.23186 0.0598,0.0577 0.131549,0.10288 0.192916,0.15894 -0.100089,-3.66956 -0.08548,-7.35954 -0.06431,-11.0305 0.01603,-2.78 0.02068,-5.54945 0.09646,-8.32851 0.08329,-3.054326 0.256497,-6.102172 0.385831,-9.154996 0.101078,-1.303677 0.191709,-2.606007 0.289373,-3.909947 z m 0,-0.635764 c 0.01195,-0.158894 0.02015,-0.317933 0.03215,-0.476823 -0.03233,-4.288127 -0.08077,-8.587468 -0.225068,-12.874217 -0.164278,-4.880454 -0.482392,-10.361935 -0.73951,-15.25833 -0.116925,-2.174423 -0.239226,-4.373821 -0.353678,-6.548367 -0.08804,-1.672652 -0.182243,-3.317516 -0.257221,-4.990746 3.03e-4,0.360398 -2.85e-4,0.7204 0,1.080798 0.203895,3.469325 0.419564,6.954713 0.578747,10.426526 0.257065,4.894981 0.575242,10.379433 0.739509,15.258331 0.150275,4.463172 0.193591,8.918189 0.225068,13.382828 z M 26.157493,48.424908 c -0.01305,-0.222034 -0.01907,-0.445521 -0.03215,-0.667552 0.01169,14.267532 0.0017,28.519367 0,42.786903 0.02603,2.390964 0.04707,4.7936 0.03215,7.184131 -0.01335,-2.376981 0.0071,-4.774985 0.03215,-7.152343 0.0016,-14.05554 -0.02105,-28.095602 -0.03215,-42.151139 z m -0.03215,-0.667552 c -3.04e-4,-0.370998 3.23e-4,-0.741588 0,-1.112586 C 25.890726,40.782861 25.905508,34.899364 25.835967,29.034113 25.789316,22.287328 25.746566,15.532112 25.771662,8.7850365 25.48415,9.1765123 25.222728,9.5895228 25,10.024776 c 0.01308,6.156431 0.04446,12.313569 0.192915,18.468938 0.182127,6.429241 0.554127,12.843533 0.932426,19.263642 z M 25.771662,8.7850365 c 0.07931,1.7413515 0.198509,3.5040825 0.289373,5.2450515 -0.0065,-1.209276 -0.0458,-3.207976 -0.06431,-5.5311452 -0.07521,0.094352 -0.153593,0.1887743 -0.225068,0.2860937 z m 0.289373,5.2450515 c 0.001,0.187626 -7.37e-4,0.721808 0,0.858281 0.0477,8.830093 0.05011,17.681164 0.06431,26.51135 0.002,1.748991 -0.0015,3.496059 0,5.245051 0.0094,0.234448 0.02165,0.464939 0.03215,0.69934 -0.0017,-1.97159 0.0022,-3.941013 0,-5.912603 -0.01419,-8.830194 -0.01661,-17.681248 -0.0643,-26.51135 0.117896,2.172849 0.249055,4.315051 0.417984,6.484791 0.283309,3.638842 0.507524,5.66503 0.86812,9.313939 0.160274,1.62186 0.325641,3.241398 0.482288,4.863593 0.165253,2.125293 0.614412,7.617234 0.707357,9.758974 0.0691,1.592301 0.06753,3.174764 0.09646,4.768228 0.05382,2.964182 0.113912,5.937117 0.192916,8.900693 0.0094,-0.392345 0.02234,-0.783826 0.03215,-1.176163 0.0022,-0.317886 -0.0025,-0.635761 0,-0.953645 C 28.90703,52.996399 28.87662,49.0986 28.85832,45.214301 28.705908,42.590432 28.351402,38.268048 28.150954,35.804997 27.209999,26.749596 26.5997,17.690435 26.318256,8.5943073 c -0.0035,-0.1590932 0.0034,-0.3177261 0,-0.4768228 -0.09047,0.1016634 -0.171339,0.2122674 -0.257221,0.3178819 0.02019,3.0556956 0.03113,6.1749996 0.03215,6.3258496 -0.01306,-0.242519 -0.01949,-0.488588 -0.03215,-0.731128 z m 2.797276,31.184213 c 0.0062,0.106467 0.02672,0.281066 0.03215,0.381458 0.0845,1.562738 0.153915,3.140678 0.192916,4.704652 0.06551,-2.046255 0.145722,-4.089338 0.225068,-6.13512 -0.03906,-4.795247 -0.09972,-9.606546 -0.257221,-14.40005 -0.105511,-2.621121 -0.28431,-7.262114 -0.417983,-9.854338 -0.22574,-4.377509 -0.541611,-8.755637 -0.835968,-13.1285225 -0.01887,0.013687 -0.04554,0.017964 -0.0643,0.031788 0.461004,7.5568165 0.794791,15.1277435 0.964578,22.6967675 0.104531,5.237979 0.136073,10.464333 0.160763,15.703365 z m 0.450136,-1.04901 c 0.0022,0.275827 -0.0021,0.550663 0,0.826493 0.09248,-2.508344 0.213956,-5.026674 0.353678,-7.533801 0.403906,-7.600941 0.862647,-15.19594 1.350409,-22.792132 -0.200137,3.113576 -0.445702,6.236222 -0.643052,9.345728 -0.459115,7.233968 -0.388511,6.204782 -0.771662,13.414616 -0.10628,2.246312 -0.202222,4.492054 -0.289373,6.739096 z m 1.704087,-29.49944 c 0.192531,-2.998376 0.384303,-5.9977898 0.578747,-8.9960571 -0.01357,-0.1699227 -0.01883,-0.3386723 -0.03215,-0.508611 -0.03343,0.00611 -0.06316,0.025322 -0.09646,0.031788 -0.0013,0.052784 0.0014,0.106159 0,0.1589409 -0.08353,3.115249 -0.249999,6.2003642 -0.450136,9.3139392 z m -1.704087,30.325933 c -0.08769,2.378401 -0.139543,4.741341 -0.192916,7.120554 0.07322,4.090336 0.06416,8.181382 0.192916,12.270241 0.03158,1.368324 0.06622,2.732334 0.09646,4.100677 0.01006,-0.10584 0.02211,-0.21204 0.03215,-0.317882 -0.0074,-3.62638 -0.03326,-7.277064 -0.06431,-10.903349 -0.02825,-4.09501 -0.03373,-8.175135 -0.0643,-12.270241 z m 0.12861,23.17359 c 2.58e-4,0.126867 -2.49e-4,0.254591 0,0.381458 0.198726,-2.08997 0.396393,-4.170918 0.578747,-6.262273 0.798845,-9.161559 1.40881,-18.348928 1.929155,-27.528572 0.343569,-5.689315 0.49563,-11.374475 0.610899,-17.070258 -0.16124,5.683327 -0.392691,11.360075 -0.643051,17.03847 -0.520293,9.179593 -1.130343,18.335275 -1.929156,27.496783 -0.172542,1.978871 -0.359009,3.966795 -0.546594,5.944392 z m 0,0.381458 c -0.0081,0.08513 -0.02404,0.169173 -0.03215,0.254306 0.0063,0.286484 0.02587,0.571796 0.03215,0.858281 -6.72e-4,-0.370028 7.27e-4,-0.742559 0,-1.112587 z m -0.03215,0.254306 c -0.0023,-0.106019 0.0023,-0.211863 0,-0.317882 -0.05829,0.613098 -0.10194,1.230662 -0.160763,1.843715 0.0034,0.0952 -0.0034,0.190893 0,0.286093 0.05804,-0.604463 0.103186,-1.207425 0.160763,-1.811926 z m -0.160763,1.525833 c -0.07296,-2.065164 -0.147401,-4.133575 -0.225068,-6.198697 -0.02109,-0.509841 -0.04583,-1.015932 -0.06431,-1.525833 -0.02038,2.795755 -0.03112,5.596172 -0.03215,8.392082 0.0025,0.826191 -0.0029,1.65326 0,2.479478 0.100645,-1.049138 0.22086,-2.097893 0.321526,-3.14703 z M 29.115531,52.112338 c -0.0081,-0.454544 -0.0217,-0.91241 -0.03215,-1.366892 -0.07462,2.364057 -0.133791,4.724271 -0.192916,7.088766 -0.0043,0.614579 0.0036,1.229131 0,1.843715 0.02423,0.860156 0.03408,1.714827 0.06431,2.574844 0.02596,-3.380927 0.08494,-6.760478 0.160763,-10.140433 z m -0.225068,7.565589 c -0.0063,-0.223166 -0.0262,-0.444378 -0.03215,-0.667552 -0.09406,3.912861 -0.161255,7.816573 -0.225068,11.729842 -0.03578,2.316645 -0.07191,4.644747 -0.09646,6.961613 0.08477,-0.912681 0.170307,-1.821284 0.25722,-2.733784 0.0194,-5.09701 0.06674,-10.193146 0.09646,-15.290119 z M 28.536785,77.70183 c -0.139944,1.506782 -0.288649,3.006247 -0.417984,4.513923 -0.137237,1.599835 -0.264859,3.198931 -0.385831,4.800017 0.0016,0.211747 -0.0015,0.424015 0,0.635764 0.13462,-1.792064 0.264391,-3.581603 0.417984,-5.372204 0.118027,-1.376015 0.258747,-2.757214 0.385831,-4.132465 0.0016,-0.148084 -0.0016,-0.29695 0,-0.445035 z m 3.568937,31.88355 c 0.04589,-0.88793 0.08297,-1.78229 0.12861,-2.6702 0.100226,-3.86105 0.201852,-7.724391 0.225069,-8.614603 0.13729,-5.050613 0.228024,-10.111568 0.321525,-15.162966 -0.0015,-0.805312 0.0019,-1.610591 0,-2.415903 -0.101287,5.847437 -0.226912,11.700668 -0.385831,17.547081 -0.03041,1.166066 -0.167057,6.565391 -0.289373,11.316591 z m 0.675204,-28.863672 c 0.166363,-9.604267 0.287849,-19.22642 0.353679,-28.831887 0.04035,-9.919921 -0.01464,-19.836888 -0.289373,-29.753745 -0.02414,-0.56113 -0.066,-1.124061 -0.09646,-1.684774 -0.02733,2.390149 -0.08453,4.794185 -0.128611,7.184131 -0.20006,7.269775 -0.275355,14.534901 -0.225068,21.806697 0.132143,9.317265 0.269524,18.624326 0.385831,27.941819 0.0034,1.112599 -0.0026,2.225158 0,3.337759 z m 0.09646,-2.256961 c 0.07536,-4.643463 0.11175,-9.279403 0.160763,-13.923227 -0.05868,4.306237 -0.105871,8.599716 -0.160763,12.906005 -0.001,0.339033 9.69e-4,0.678189 0,1.017222 z M 33.038147,64.54152 c 0.06547,-4.804799 0.123163,-9.595319 0.192916,-14.400049 0.01716,-2.456287 0.01,-4.918913 0,-7.37486 -0.04458,3.058133 -0.07874,6.128133 -0.06431,9.186786 -0.02877,4.197312 -0.08431,8.390937 -0.12861,12.588123 z m 0.192916,-21.774909 c 0.09363,-6.423146 0.23135,-12.840011 0.160763,-19.263643 -0.21949,-1.612042 -0.36123,-3.212296 -0.482289,-4.831805 0.02875,3.093489 0.07319,6.188981 0.12861,9.282152 0.129918,4.932467 0.172825,9.880229 0.192916,14.813296 z m 2.86158,1.557621 c 0.05126,-0.37207 0.108438,-0.740648 0.160763,-1.112587 1.19e-4,-0.09546 -1.44e-4,-0.190636 0,-0.286093 -0.05839,0.413626 -0.103583,0.825962 -0.160763,1.239739 0.0073,0.05411 -0.0072,0.105468 0,0.158941 z m 0,-0.158941 c -0.0075,-0.0555 -0.02454,-0.102734 -0.03215,-0.158941 -0.0016,0.12752 0.0016,0.253938 0,0.381458 0.01023,-0.07442 0.02187,-0.148105 0.03215,-0.222517 z m 0.160763,-1.239739 c 0.02238,-0.158505 0.04182,-0.318333 0.06431,-0.476823 -0.0201,-0.211807 -0.04445,-0.423941 -0.06431,-0.635764 -9.83e-4,0.371217 5.61e-4,0.741366 0,1.112587 z m 0.06431,-0.476823 c 0.0061,0.06392 0.02606,0.126812 0.03215,0.190729 0.195362,-1.379132 0.388051,-2.752753 0.578746,-4.132465 0.08596,-0.646163 0.169561,-1.293123 0.257221,-1.939079 -0.0014,-0.148468 0.0015,-0.296568 0,-0.445035 -0.105098,0.773236 -0.218626,1.547036 -0.321526,2.320538 -0.183596,1.32826 -0.358243,2.677641 -0.546594,4.005312 z m 0.03215,0.190729 c -0.02718,0.191851 -0.06946,0.380314 -0.09646,0.572187 -9.27e-4,0.742446 -2.85e-4,1.48273 0,2.225174 0.285703,2.129195 0.526535,4.049809 0.771662,6.739096 0.06831,0.749438 0.104901,1.506536 0.160763,2.256961 0.002,-0.295826 -0.0019,-0.594241 0,-0.890069 -0.240774,-3.477855 -0.484691,-6.952975 -0.803815,-10.426526 -0.01524,-0.158371 -0.01706,-0.318443 -0.03215,-0.476823 z m 0.09646,62.209482 c -10e-6,0.12738 -4.3e-5,0.25409 0,0.38146 0.191899,-2.29072 0.372998,-4.57428 0.546594,-6.866247 0.0136,-0.404082 0.02025,-0.803827 0.03215,-1.207951 -0.189742,2.568243 -0.36449,5.126148 -0.578746,7.692738 z M 45.384741,5.002242 c 0.0043,0.3392794 -0.0026,0.6779232 0,1.017222 0.01867,2.4415692 0.03704,4.86963 0.03215,7.311284 -0.0049,-2.420518 0.01145,-4.8590826 0.03215,-7.2794958 0.003,-0.3507378 -0.0051,-0.6982985 0,-1.0490102 l -0.06431,0 z m 3.7297,0 c -4.01e-4,1.3278158 7.13e-4,2.6464046 0,3.9735236 -0.0063,13.3453584 8.6e-4,26.7077584 0,40.0531184 0.03008,10.273164 -0.148333,20.529699 -0.160763,30.802755 0.02777,7.738696 -0.240914,15.467854 -0.289373,23.205381 -0.02293,6.01943 0.04046,12.03942 -0.192915,18.05569 -0.04931,0.63071 -0.07994,1.27428 -0.128611,1.90729 l 0.321526,0 c 0.325459,-2.14127 0.66955,-4.2802 0.99673,-6.42121 -0.05492,-4.24587 -0.05326,-8.49998 -0.0643,-12.74707 -0.04903,-7.90403 -0.314651,-15.808845 -0.289373,-23.713987 -0.01264,-10.357169 -0.191343,-20.699789 -0.160763,-31.057061 8.61e-4,-13.345359 -0.0062,-26.707759 0,-40.0531182 7.19e-4,-1.3387596 3.47e-4,-2.6654495 0,-4.0053118 l -0.03215,0 z m 0.546594,111.576548 c 0.0082,0.6342 0.0197,1.27312 0.03215,1.90729 0.06151,-0.35964 0.09811,-0.72134 0.160763,-1.0808 -8.11e-4,-0.71961 6.73e-4,-1.44198 0,-2.1616 -0.06805,0.4437 -0.125106,0.89137 -0.192916,1.33511 z m 0.192916,-1.33511 c 0.01451,-0.0946 0.01763,-0.19147 0.03215,-0.28609 -0.0025,-2.79812 0.0017,-5.59398 0,-8.39208 -0.0031,-12.220573 -0.0016,-24.463005 0,-36.683574 -0.01094,-0.285332 -0.02015,-0.578578 -0.03215,-0.890069 -0.0016,12.505112 -0.0031,25.004954 0,37.510063 0.0017,2.91017 -0.0027,5.83157 0,8.74175 z m 0,-46.251813 c 2.36e-4,-1.875767 -1.83e-4,-3.750743 0,-5.62651 1.43e-4,-1.568209 -1.24e-4,-3.136442 0,-4.704652 -0.139103,-7.58893 -0.276796,-15.170032 -0.321526,-22.760343 -0.08053,-5.064611 0.06823,-10.138285 0.321526,-15.194755 6e-6,-0.339072 -6e-6,-0.678149 0,-1.017222 -0.286766,5.385224 -0.439398,10.785679 -0.353679,16.180189 0.02537,10.464492 -0.06556,20.914411 0.289374,31.374942 0.02853,0.756754 0.04072,1.136477 0.06431,1.748351 z m 0,-49.303482 c 0.01075,-0.201784 0.02103,-0.402205 0.03215,-0.603975 1.5e-5,-0.943045 -1.5e-5,-1.886104 0,-2.829149 0.03287,-3.75297 0.01625,-7.4993735 0,-11.253019 l -0.03215,0 c -0.01534,3.7457679 -0.03096,7.476072 0,11.221231 -1.8e-5,1.154965 2e-5,2.309947 0,3.464912 z m 0.03215,-0.603975 c -6e-6,0.31788 5e-6,0.635766 0,0.953645 0.241811,-4.628715 0.584747,-9.238928 0.964577,-13.85965 -0.0022,-0.2122709 0.002,-0.4234954 0,-0.6357638 -0.373361,4.5062758 -0.715812,9.0278338 -0.964574,13.5417688 z m 0.96458,-13.5417688 c 0.01498,-0.1807636 0.04923,-0.3596488 0.0643,-0.5403992 l -0.0643,0 c 0.0016,0.1804259 -0.0017,0.3599713 0,0.5403992 z m 0.0643,-0.5403992 c 0.0022,0.2014921 -0.0019,0.4024795 0,0.6039756 0.01666,-0.2011292 0.04752,-0.4028628 0.06431,-0.6039756 l -0.06431,0 z m 0,0.6039756 c -0.01579,0.1906414 -0.04863,0.3815314 -0.0643,0.5721874 0.0476,4.649312 0.134109,9.306045 0.03215,13.955015 -0.08082,3.6853 -0.264502,7.344707 -0.353679,11.030502 0.01359,7.191525 0.06594,14.392425 0.09646,21.58418 0.01951,7.14209 -0.0762,14.283279 -0.09646,21.425239 -0.01703,7.570901 0.118966,15.158143 0.192916,22.728556 0.07786,4.321963 0.04122,8.617453 -0.03215,12.937793 0.176152,-1.1222 0.366768,-2.24789 0.546594,-3.36955 -0.02184,-3.0427 -0.02336,-6.0798 0.03215,-9.123209 0.0741,-7.467441 0.178493,-14.94273 0.160763,-22.410673 -0.01983,-7.194567 -0.08746,-14.389485 -0.06431,-21.58418 0.03499,-7.135879 0.08297,-14.257817 0.09646,-21.393452 C 51.365469,28.06306 51.155012,24.155153 51.043597,20.260573 50.903762,15.372654 50.960769,10.495378 50.914986,5.6062176 z M 51.236512,106.47014 c 0.0078,1.08401 -0.0164,2.15849 0,3.2424 0.265408,-1.41758 0.539643,-2.84257 0.803815,-4.25962 0.09815,-0.50859 0.1896,-1.01713 0.289373,-1.52583 0.0094,-1.43031 0.0234,-2.86109 0.03215,-4.291409 -0.295118,1.772739 -0.607004,3.540689 -0.900273,5.308629 -0.08214,0.50668 -0.143815,1.01902 -0.225068,1.52583 z m 1.125341,-6.834459 c 0.01605,-0.0964 0.04836,-0.189681 0.0643,-0.286094 0.03457,-8.548671 0.02133,-17.104679 0.09646,-25.653068 -0.0067,-11.194244 -0.03057,-22.373955 -0.03215,-33.568328 0.02685,-7.123159 -0.0017,-14.238323 0,-21.361663 -0.01191,-0.170028 -0.02075,-0.282561 -0.03215,-0.445035 0.0044,7.259716 -0.02769,14.515342 0,21.77491 0.0016,11.171076 -0.04888,22.333793 -0.06431,33.504751 0.06099,8.67717 0.02094,17.357262 -0.03215,26.034527 z m 0.09646,-81.314188 c -1.23e-4,-0.201071 1.93e-4,-0.402905 0,-0.603975 -0.31156,-4.433386 -0.492387,-7.107248 -0.707359,-12.715276 l -0.03215,0 c 0.22465,5.855112 0.392668,8.377669 0.73951,13.319251 z m 0,-0.603975 c 0.01149,0.163514 0.02012,0.30551 0.03215,0.476822 0.0025,-4.329033 0.0026,-8.6727381 0.06431,-13.0013689 0.0015,-0.063604 -0.0015,-0.127125 0,-0.1907291 l -0.192915,0 c 2.28e-4,0.010615 -2.29e-4,0.021173 0,0.031788 0.05899,4.2221155 0.09239,8.46101 0.09646,12.683488 z m 0.03215,0.476822 c -1.09e-4,0.19052 4.4e-5,0.381667 0,0.572188 0.06123,0.874307 0.08427,1.170564 0.160763,2.288749 0.239422,2.899813 0.467093,5.810217 0.707357,8.709964 0.302355,3.649128 0.546601,6.419319 0.771662,9.218575 0.0024,-0.116267 -0.0024,-0.233403 0,-0.34967 -0.216087,-2.673729 -0.44988,-5.341717 -0.739509,-8.837117 -0.240272,-2.899726 -0.467918,-5.810171 -0.707357,-8.709963 -0.09669,-1.413136 -0.119925,-1.85348 -0.192916,-2.892726 z m 1.639782,20.439806 c 0.180173,2.229349 0.340814,4.453795 0.546594,7.343072 0.02117,0.297193 0.04339,0.592871 0.0643,0.890069 -3.02e-4,-0.698634 -0.0054,-1.399305 0,-2.09802 0.07823,-8.096558 0.289753,-16.196283 0.643052,-24.286177 0.133329,-3.326089 0.238139,-5.908607 0.289373,-9.250363 0.0086,-0.562196 0.02595,-1.122555 0.03215,-1.684774 -0.03743,-0.7525591 -0.08402,-1.5047408 -0.12861,-2.2569614 -0.03296,1.2439915 -0.07237,2.5063944 -0.128611,3.7510064 -0.05178,1.145971 -0.4725,7.833847 -0.546594,9.059634 -0.448636,6.17243 -0.64224,12.347734 -0.771662,18.532514 z M 55.577112,7.2909916 c 0.02025,-0.7641651 0.01948,-1.5246704 0.03215,-2.2887496 l -0.192915,0 c 0.05262,0.7605617 0.115652,1.5277857 0.160763,2.2887496 z m 0.12861,2.2569614 c 0.257482,5.176614 0.338296,10.361905 0.289373,15.544424 -0.05404,5.067838 0.03319,10.1272 0.09646,15.194755 0.171116,-8.112299 0.282699,-16.235866 0.353679,-24.349753 0.007,-1.271605 -0.0065,-2.542968 0,-3.814583 C 56.330497,9.7481148 56.209467,7.3733953 56.027248,5.002242 l -0.289373,0 c -0.0016,1.516845 -0.01541,3.028967 -0.03215,4.545711 z m 0.73951,2.574843 c 0.01232,0.254911 0.05252,0.507979 0.06431,0.762917 0.01672,-2.629303 0.02494,-5.2541368 0.03215,-7.883471 l -0.0643,0 c -0.0095,2.3737429 -0.01999,4.7468361 -0.03215,7.120554 z m 0.06431,0.762917 c -0.0065,1.02843 -0.0236,2.055031 -0.03215,3.083454 -0.03133,3.580301 -0.04861,7.164313 -0.09646,10.744408 0.06764,-3.135473 0.172646,-6.275598 0.289374,-9.409304 -0.05546,-1.471818 -0.09278,-2.947348 -0.160763,-4.418558 z m 0.160763,4.418558 c 0.07972,2.11561 0.148493,4.242039 0.225068,6.357638 0.09538,-6.116652 0.304044,-12.234995 0.675204,-18.3417852 0.0061,1.7594115 0.02642,3.517428 0.03215,5.2768392 0.0434,2.85529 0.05727,5.728478 0.03215,8.582811 0.03222,-2.844451 0.08084,-5.705975 0.03215,-8.551023 -0.0061,-1.8759973 -0.02559,-3.7505115 -0.03215,-5.626509 l -0.03215,0 c -0.0078,0.1128234 -0.02396,0.1366799 -0.03215,0.2543055 -2.94e-4,-0.084788 2.97e-4,-0.1695173 0,-0.2543055 l -0.192915,0 c -0.0085,0.1071641 0.0089,0.014835 0,0.1271527 C 57.04279,9.1762214 56.821334,13.249575 56.6703,17.304271 z m 0.964577,1.875503 c -0.06526,7.417029 -0.328688,14.80739 -0.610899,22.219945 -0.01511,1.041678 -0.01946,2.073693 -0.03215,3.115242 -0.01388,1.229036 -0.05433,2.458357 -0.06431,3.68743 -0.0018,0.226311 -0.02303,2.049421 -0.03215,3.878159 0.0047,1.29223 0.02842,2.585924 0.03215,3.878159 0.01347,2.170315 0.02309,4.346407 0.03215,6.516579 0.246072,-5.747245 0.468724,-11.474879 0.385831,-17.229199 0.0015,-0.492694 0.02967,-9.250442 0.03215,-9.504668 0.05389,-5.519022 0.194697,-11.042651 0.25722,-16.561647 z m -0.675204,43.295514 c -0.12348,2.884008 -0.222834,5.761758 -0.321526,8.646387 -0.06186,-0.595086 -0.133756,-1.184794 -0.192915,-1.780138 -0.007,0.211309 0.0068,0.42445 0,0.635764 0.05399,0.613046 0.105333,1.230778 0.160763,1.843715 0.0069,-0.212221 0.02492,-0.423551 0.03215,-0.635764 0.02784,0.267223 0.186683,1.852364 0.321526,3.083454 0.0206,-3.935626 0.01644,-7.857911 0,-11.793418 z m 0,11.793418 c -0.0032,0.605271 0.0044,1.206643 0,1.811927 0.29574,3.190501 0.576224,6.37507 0.835967,9.568245 0.120526,1.481695 0.185595,2.512217 0.257221,3.592065 0.04257,-0.690695 0.103718,-1.343406 0.160763,-2.225173 -0.151036,-1.971791 -0.319725,-3.942787 -0.514441,-5.912603 -0.06611,-0.668821 -0.440509,-4.104647 -0.73951,-6.834461 z m 1.253951,12.747064 c 0.212046,-3.276305 0.464108,-6.927635 0.546594,-8.233141 0.05544,-0.877517 0.108861,-1.760924 0.160763,-2.63842 0.0035,-0.264581 -0.0034,-0.530121 0,-0.794705 -0.06526,1.12408 -0.121891,2.245444 -0.192916,3.369549 -0.08267,1.308474 -0.301877,5.011059 -0.514441,8.296717 z m 0.707357,-11.666266 c 0.02401,-0.413453 0.04104,-0.826279 0.06431,-1.239739 0.07314,-6.022834 0.124567,-12.03301 0.160763,-18.055691 0.05813,-13.804478 0.04374,-27.615463 0.03215,-41.420011 0.0793,-3.212701 0.109887,-6.4188927 0.160763,-9.631821 l -0.417984,0 c 0.05506,3.1996125 0.111063,6.400656 0.192915,9.600033 0.01159,13.804537 0.05811,27.583755 0,41.388222 -0.03873,6.446025 -0.109983,12.912886 -0.192915,19.359007 z m 0.06431,-1.239739 c -0.0035,0.285738 0.0036,0.572546 0,0.858281 0.299869,-5.221106 0.564971,-10.444599 0.771662,-15.671577 0.157816,-5.811055 0.282289,-11.609233 0.450136,-17.419928 -0.171341,5.794005 -0.387709,11.593267 -0.514441,17.38814 -0.196013,4.957643 -0.428644,9.892958 -0.707357,14.845084 z m 0,0.858281 c -0.02246,0.391042 -0.04118,0.785124 -0.06431,1.176163 -0.07237,5.426431 -0.178694,10.850685 -0.321526,16.275553 0.0126,0.201431 0.01979,0.402516 0.03215,0.603976 0.161914,-6.017891 0.277657,-12.03591 0.353678,-18.055692 z m -0.353678,18.055692 c -0.03482,1.294001 -0.05636,2.5843 -0.09646,3.878159 -0.01252,-0.244923 -0.02071,-0.486123 -0.03215,-0.731129 -0.135594,4.486212 -0.303849,8.962382 -0.514441,13.446402 0.0061,0.0962 0.026,0.18988 0.03215,0.2861 0.20368,-4.30357 0.380547,-8.6004 0.514442,-12.906009 0.170599,3.301959 0.428541,6.595119 0.739509,9.886129 0.08324,-0.54983 0.175147,-1.10301 0.257221,-1.65299 -0.309427,-3.25248 -0.582364,-6.494453 -0.739509,-9.758972 -0.04685,-0.817588 -0.110613,-1.630584 -0.160763,-2.44769 z M 59.53188,105.2304 c 0.07449,0.78302 0.110486,1.57006 0.192916,2.35233 0.388919,-3.4403 0.779405,-6.88314 1.093188,-10.331163 0.22142,-2.236398 0.412275,-4.46498 0.578746,-6.707308 -0.102181,1.1203 -0.225343,2.240201 -0.353678,3.560277 -0.432118,3.725467 -0.957634,7.416554 -1.511172,11.125864 z m 0.192916,2.35233 c -0.06954,0.61511 -0.123897,1.22854 -0.192916,1.84371 0.07765,0.77221 0.144559,1.54857 0.225068,2.32054 0.07743,-0.63548 0.148097,-1.27177 0.225068,-1.90729 -0.08622,-0.75094 -0.178017,-1.50532 -0.25722,-2.25696 z m 0.25722,2.25696 c 0.25188,2.19377 0.529331,4.39273 0.835968,6.58015 -0.01069,-0.8597 -0.03655,-1.71502 -0.03215,-2.57484 0.04602,-5.31153 0.293645,-10.60636 0.835967,-15.894093 0.07457,-0.919945 0.124075,-1.845389 0.192916,-2.765572 -0.651264,4.876635 -1.241248,9.771015 -1.832698,14.654355 z m 1.832698,-14.654355 c 0.01843,-0.13798 0.04577,-0.27528 0.0643,-0.413247 0.316734,-3.468764 0.400606,-3.737158 0.482289,-7.247707 0.02494,-1.07196 0.03279,-2.138528 0.03215,-3.210607 -0.01315,0.748677 -0.03469,1.430577 -0.0643,2.320538 -0.09494,2.853587 -0.301506,5.704745 -0.514441,8.551023 z M 62.39346,84.313774 c 0.0326,-1.856078 0.02948,-3.576875 0.03215,-5.785451 0.0016,-1.339929 -6.42e-4,-2.665383 0,-4.005311 -0.01254,-4.87249 -0.06538,-9.750143 -0.09646,-14.622567 -0.06726,-1.01559 -0.142882,-2.035136 -0.192915,-3.051667 0.01445,4.287945 0.04413,8.554513 0.0643,12.842429 -0.03708,4.871682 0.190032,9.750561 0.192915,14.622567 z M 62.13624,56.848778 c -0.02139,-6.347579 -0.0055,-12.693503 0,-19.041125 0.02151,4.57678 0.09205,9.156751 0.192915,13.732498 0.0022,-0.961255 -0.0068,-1.931461 0,-2.892725 0.0264,-8.175236 0.06368,-16.336014 0.289374,-24.508694 0.166176,-6.375798 0.357724,-12.765826 0.675204,-19.13649 l -0.771662,0 c -0.159942,1.840045 -0.310814,3.6885939 -0.417984,5.531145 0.01472,8.770321 0.03225,17.550298 0.03215,26.32062 -0.0095,-2.393515 -0.03089,-4.79057 -0.03215,-7.18413 -0.0046,1.331755 -0.02281,2.673562 -0.03215,4.005312 -3e-5,1.048623 1.1e-5,2.098408 0,3.14703 0.0051,6.003406 0.02086,11.988758 0,17.992115 0.02273,0.677709 0.03098,1.357315 0.0643,2.034444 z m -0.0643,-2.034444 c -0.01422,-0.423905 -0.05499,-0.847354 -0.06431,-1.271527 -0.06964,-6.626562 0.01784,-13.24058 0.06431,-19.867618 1.13e-4,-3.982653 0.0018,-7.969703 0,-11.95236 0.02816,2.652938 0.04137,5.294107 0.03215,7.947048 -0.0014,-2.637129 0.0022,-5.278268 0,-7.915259 -0.0034,-3.388905 -0.01994,-6.783172 -0.03215,-10.172221 -0.208673,3.924265 -0.323604,7.862168 -0.353679,11.793418 0.04027,8.302479 0.101788,16.587606 0.12861,24.890152 0.0663,8.566591 -0.04592,17.150153 -0.0643,25.716645 0.0011,1.341351 -0.002,2.663961 0,4.005312 0.0046,3.144345 0.03688,4.968211 -0.09646,8.105988 0.272267,-5.521062 0.173319,-11.037202 0.289373,-16.561646 0.02455,-4.90221 0.07942,-9.815685 0.09646,-14.717932 z m -0.385831,31.279578 c -0.02927,0.688798 -0.08817,1.377884 -0.128611,2.066233 0.02838,-0.407478 0.07117,-0.762093 0.09646,-1.207951 0.01622,-0.285964 0.01805,-0.57225 0.03215,-0.858282 z m 0.417983,-75.560525 c -0.0031,-1.8430219 0.0047,-3.6881272 0,-5.531145 l -0.0643,0 c 0.0052,2.0442917 0.0289,4.0908246 0.03215,6.13512 0.01116,-0.201961 0.02041,-0.40204 0.03215,-0.603975 z m 0.225068,41.006764 c -0.0064,2.786039 -0.01777,5.574304 0,8.360294 0.254949,3.849298 0.576283,7.68824 0.803815,11.539112 0.02581,0.436879 0.115934,2.161065 0.192916,3.846371 0.01677,-2.395917 0.01751,-4.788203 0.03215,-7.184131 -0.417567,-4.742938 -0.807723,-9.483738 -0.99673,-14.241108 -0.02024,-0.771276 -0.01515,-1.549215 -0.03215,-2.320538 z m 1.028883,16.561646 c 0.01958,0.222443 0.04463,0.445115 0.0643,0.667552 0.06894,-11.142199 0.130124,-22.298795 0.160763,-33.441175 0.093,-10.115077 -0.04569,-20.210752 0.03215,-30.325932 l -0.09646,0 c 0.06751,10.102796 -0.04044,20.191392 0,30.294144 -0.03005,10.930352 -0.09397,21.875232 -0.160763,32.805411 z m 0.0643,0.667552 c -0.01594,2.576147 -0.01373,5.148395 -0.03215,7.72453 0.0396,0.87468 0.08368,1.943154 0.09646,2.225174 0.287443,3.82784 0.398349,7.677432 0.643051,11.507324 0.09564,1.49685 0.213291,2.986092 0.321526,4.482135 0.140858,-3.462725 0.243711,-6.929691 0.321526,-10.394738 C 64.634054,82.675921 64.494002,81.021651 64.32262,79.386605 64.063759,75.836572 63.7361,72.315954 63.422347,68.769349 z m 1.350409,15.544425 c 0.0081,0.09593 0.02409,0.190157 0.03215,0.286094 0.0965,-4.23173 0.173375,-8.451879 0.225068,-12.683488 0.110407,-12.665873 0.07321,-25.352479 0.06431,-38.018674 -0.0026,-9.636523 0.138511,-19.259048 0.192915,-28.895464 l -0.450136,0 c 0.06255,9.620984 0.209098,19.242565 0.225068,28.863676 0.0089,12.666177 0.01391,25.352815 -0.09646,38.018674 -0.05064,4.146785 -0.09979,8.282243 -0.192916,12.429182 z M 65.287193,5.002242 c 0.01906,7.629849 0.03084,15.257478 0.03215,22.887496 2.89e-4,10.647055 0.126164,21.30185 0.321526,31.94713 0.223491,8.789537 0.31052,17.573565 0.835967,26.352409 0.0513,1.468203 -0.07776,1.760706 0.675205,2.415902 0.0064,-0.07464 0.02574,-0.147876 0.03215,-0.222517 -0.14201,-0.125404 -0.248502,-0.226388 -0.417983,-0.381458 -0.09343,-0.08548 0.211983,-0.137673 0.25722,-0.254306 0.109132,-0.281377 0.137532,-0.59426 0.192916,-0.890069 0.09207,-0.491773 0.153504,-0.97329 0.225068,-1.462257 -0.07374,0.846694 -0.149361,1.696525 -0.225068,2.543055 -0.01272,0.148379 -0.01941,0.296664 -0.03215,0.445035 0.01134,0.01002 0.02098,0.02196 0.03215,0.03179 0.01165,-0.135395 0.0207,-0.311453 0.03215,-0.445034 0.0927,-1.036492 0.167476,-2.078507 0.257221,-3.115243 0.01367,-0.09697 0.05066,-0.188829 0.0643,-0.286094 -0.004,-0.02256 -0.02821,-0.04101 -0.03215,-0.06358 -0.0072,-0.0411 0.0071,-0.08605 0,-0.127153 -1.40097,-8.07954 -1.624738,-16.332595 -1.832688,-24.508692 -0.255764,-10.596516 -0.140079,-21.190021 -0.160763,-31.788189 -0.0017,-7.689005 0.0045,-15.389431 0.03215,-23.078225 l -0.289374,0 z m 2.250682,79.375108 c 0.498543,-5.788986 0.985472,-11.591912 1.382561,-17.388139 -0.02551,0.624186 -0.05206,1.446923 -0.0643,1.74835 -0.06248,1.007965 -0.135552,2.011629 -0.192916,3.019878 -0.157275,2.764356 -0.127183,2.920931 -0.353678,5.658298 -0.182931,2.210845 -0.438912,4.437845 -0.675205,6.643731 -0.02452,0.171776 -0.04038,0.338102 -0.06431,0.508611 0.174301,0.991662 0.366425,1.970123 0.578747,2.956302 0.4385,1.537404 1.06556,2.648234 -0.932425,0.890069 -0.0059,0.0681 -0.02625,0.153974 -0.03215,0.222518 0.334427,0.28593 0.819109,0.617974 1.575477,1.176163 0.142514,0.105173 0.07804,-0.33577 0.09646,-0.508611 0.142833,-1.340093 0.118818,-2.696488 0.25722,-4.0371 0.231695,-5.259997 0.619794,-10.499857 0.643052,-15.766942 0.04259,-1.292321 0.07354,-2.585796 0.09646,-3.878159 -0.106682,-2.377306 -0.245764,-4.744952 -0.385831,-7.120555 -0.165678,2.809478 -0.354423,5.615978 -0.546594,8.42387 0.02159,-0.528465 0.04023,-0.857531 0.06431,-1.462256 -0.421587,6.304554 -0.90449,12.617954 -1.446866,18.913972 z m 1.446866,-18.913972 c 0.166508,-2.490015 0.304615,-4.978969 0.450136,-7.470225 -0.07333,-1.219754 -0.173058,-2.436571 -0.25722,-3.655642 -0.0015,2.531485 -0.0079,5.066869 -0.06431,7.597378 -0.01339,0.600595 -0.07053,2.069665 -0.12861,3.528489 z m 0.450136,-7.470225 c 0.0102,0.169723 0.02214,0.338877 0.03215,0.508611 0.05064,-0.858777 0.112702,-1.715922 0.160763,-2.574843 -0.01057,-0.101592 -0.02313,-0.327901 -0.03215,-0.413247 -0.04592,0.827376 -0.112441,1.652237 -0.160763,2.479479 z m 0.160763,-2.479479 c 0.09474,-1.706996 0.173004,-3.410347 0.257221,-5.117898 -0.01112,-1.048941 -0.02144,-2.098015 -0.03215,-3.147031 C 69.781801,38.192278 69.63069,29.150084 69.209809,20.101632 69.006682,15.069985 68.802743,10.033857 68.59891,5.002242 l -0.192915,0 c 0.333567,4.993008 0.533555,10.000954 0.675204,15.004025 0.153209,8.920327 0.112944,17.844349 0.12861,26.765655 -0.03303,1.850176 -0.02954,3.680414 -0.03215,5.531145 0.355761,3.286663 0.162064,0.788656 0.417983,3.210607 z M 69.177657,52.303067 C 69.089768,51.491119 69.049396,51.014366 68.856131,49.124248 68.66339,47.239263 68.515617,45.352659 68.341689,43.465951 67.241358,29.339376 68.448421,45.27336 67.344959,30.464581 66.712917,21.982394 66.058051,13.503109 65.769482,5.002242 l -0.0643,0 c 0.289453,8.485768 0.976704,16.963352 1.60763,25.430551 1.103419,14.808213 -0.135667,-1.124739 0.964577,13.00137 0.364173,3.573692 0.651502,7.162281 0.900273,10.744408 3.52e-4,-0.627543 -8.85e-4,-1.247972 0,-1.875504 z m 0.675204,-1.907291 c 0.0029,0.275456 -0.0028,0.551042 0,0.826493 0.08749,-1.739476 0.180989,-3.473226 0.257221,-5.213263 0.340842,-7.77991 0.370378,-10.513011 0.578746,-18.182844 0.247407,4.972554 0.437294,9.929539 0.482289,14.90866 0.01556,9.511149 -6.76e-4,19.035027 0.09646,28.545794 -0.08135,6.445952 -0.223702,12.885766 -0.482289,19.327219 0.08393,-6.580644 0.154777,-13.161044 -0.03215,-19.740465 -0.182916,-4.023364 -0.438238,-8.006146 -0.835968,-12.015936 0.0024,2.256392 -0.02429,4.514681 -0.0643,6.770885 0.06953,1.549341 0.134308,3.091387 0.192916,4.641075 0.270579,8.354158 0.415093,16.723116 0.514441,25.080881 0.05894,-1.207515 0.142053,-2.415984 0.192916,-3.623853 0.279535,-6.787009 0.448157,-13.584961 0.578746,-20.376229 0.331012,-9.420104 0.25938,-18.836168 0.257221,-28.2597 -0.05616,-6.712792 -0.428564,-13.41764 -0.73951,-20.121924 -0.06619,1.602025 -0.121878,3.196527 -0.160763,4.800016 -0.0053,-0.106289 -0.02682,-0.211594 -0.03215,-0.317882 -0.0024,0.09546 0.0023,0.190634 0,0.286094 -0.210232,7.731611 -0.23675,10.439377 -0.578747,18.246421 -0.0646,1.474673 -0.152356,2.944286 -0.225068,4.418558 z m 0.803815,-22.951073 c 0.0379,-1.497754 0.131232,-2.985658 0.192915,-4.482134 -0.0044,-0.09511 0.0044,-0.190983 0,-0.286094 0.249508,-5.899281 0.696873,-11.795841 1.253951,-17.674233 l -0.03215,0 C 71.523754,10.785279 71.100144,16.587116 70.849591,22.390381 70.74966,20.219037 70.639129,18.045923 70.560218,15.873803 70.425915,12.245883 70.178167,8.6203156 69.885014,5.002242 l -0.643052,0 c 0.366455,3.4714676 0.636758,6.968899 0.803815,10.458314 0.188151,3.997175 0.410386,7.987234 0.610899,11.984147 z m 0.09646,64.275719 c -0.05729,1.391096 -0.125071,2.77363 -0.192916,4.164253 0.0084,0.720293 0.02446,1.441309 0.03215,2.161597 C 70.65026,106.35974 70.66736,114.68794 70.49591,123 l 0.192915,0 c 0.02813,-0.13914 0.06866,-0.27405 0.09646,-0.41325 -0.142672,-8.14384 -0.161521,-16.30026 -0.09646,-24.445114 0.02125,-2.140286 0.03652,-4.280706 0.06431,-6.421214 z m 0.03215,30.866328 c 0.0024,0.13762 -0.0025,0.27563 0,0.41325 l 1.125341,0 c 0.651298,-5.2605 1.346515,-10.52459 1.86485,-15.79873 -0.03708,-2.70926 -0.0694,-5.38886 -0.03215,-8.487446 -0.136378,1.976906 -0.300925,3.969486 -0.450136,5.944386 -0.432404,6.03032 -1.324096,12.00036 -2.507902,17.92854 z m 2.990191,-15.38548 c 0.02541,1.85681 0.01977,3.68913 0.06431,5.81724 0.05076,2.42566 0.133069,4.85403 0.192916,7.27949 0.03192,0.90085 0.06454,1.80116 0.09646,2.702 l 0.03215,0 c -0.03194,-0.88659 -0.065,-1.7826 -0.09646,-2.67021 -0.05986,-2.42544 -0.109991,-4.85386 -0.160763,-7.27949 -0.04722,-2.2557 -0.07116,-4.2032 -0.09646,-6.16691 -0.01027,0.1061 -0.02173,0.21179 -0.03215,0.31788 z m 0.03215,-0.31788 c 0.05442,-0.56203 0.110938,-1.12226 0.160763,-1.68478 0.575201,-8.230503 1.120261,-16.47725 0.996731,-24.731207 -0.01808,-5.973506 -0.06743,-11.955529 -0.128611,-17.928539 -0.09517,5.000567 -0.209115,10.005369 -0.385831,15.004026 -0.0043,0.826736 -0.02931,1.652721 -0.03215,2.479478 0.05028,5.877359 -0.218813,11.745213 -0.6109,17.610657 -0.0058,0.370066 -0.02771,0.742515 -0.03215,1.112587 -0.03567,2.970548 -0.0012,5.546298 0.03215,8.137778 z m 0,-9.250365 c 0.09508,-6.099676 0.359611,-12.182308 0.578747,-18.278209 0.02273,-0.602447 0.04301,-1.209441 0.06431,-1.811926 0.0041,-0.784248 -0.0052,-1.568094 0,-2.352326 -0.04533,1.369277 -0.07444,2.731598 -0.12861,4.100676 -0.228644,6.36018 -0.495574,12.740528 -0.578747,19.104702 0.01746,-0.255333 0.04724,-0.507555 0.06431,-0.762917 z M 74.450679,75.190564 C 74.607782,70.445187 74.759957,65.696499 74.83651,60.949455 74.80566,57.968203 74.76777,54.998329 74.74005,52.016974 74.73825,38.665878 74.72574,25.31476 74.64359,11.963855 74.62531,9.6424804 74.57059,7.323679 74.54713,5.002242 c 0.01487,2.3108939 0.01398,4.6225499 0.03215,6.929825 0.08217,13.350894 0.09462,26.702034 0.09646,40.053118 -0.07481,7.73698 -0.173458,15.468362 -0.225068,23.205379 z M 74.83651,60.949455 c 0.0053,0.509204 -0.0052,1.016629 0,1.525833 0.106723,-5.624503 0.181242,-11.254247 0.225068,-16.879529 0.02102,-10.601514 0.03866,-21.187263 0.160763,-31.788189 0.0541,-2.932441 0.09555,-5.8724535 0.128611,-8.805328 l -0.546594,0 c 0.03376,2.839123 0.04421,5.680487 0.09646,8.519235 0.124253,10.669643 0.191797,21.340607 0.09646,32.010706 -0.03687,5.140289 -0.07788,10.277564 -0.160763,15.417272 z m -4.276294,34.93522 c -0.0021,-0.180031 0.0021,-0.360369 0,-0.5404 -0.237272,4.861245 -0.542686,9.705765 -0.932425,14.558995 C 69.264886,114.26609 68.876074,118.63922 68.4703,123 l 0.06431,0 c 0.513513,-5.3114 0.513118,-5.67355 1.125341,-13.03316 0.385476,-4.68507 0.671317,-9.38922 0.900272,-14.082165 z M 69.852861,51.222269 c -0.07895,1.569658 -0.137263,3.135464 -0.225068,4.704652 0.07416,0.712681 0.116273,1.148009 0.289373,2.892725 -0.0028,-2.531875 -0.03811,-5.06516 -0.0643,-7.597377 z m -2.668665,37.414699 c -0.01165,-0.01 -0.02091,-0.022 -0.03215,-0.03179 -0.30176,3.512567 -0.619297,7.010323 -0.900273,10.521891 0.0086,0.05319 0.02357,0.105754 0.03215,0.158941 0.305515,-3.725957 0.6198,-7.393529 0.900272,-10.649043 z m -0.900272,10.649043 c -0.134765,1.643549 -0.268454,3.306309 -0.385831,4.895379 0.120473,-1.68568 0.218862,-3.36941 0.353678,-5.05432 -0.161604,-1.002721 -0.317071,-2.012387 -0.450136,-3.019878 -0.416652,-3.830445 -0.674023,-7.668163 -0.99673,-11.507324 -0.07925,3.47526 -0.178062,6.953658 -0.321526,10.426526 0.199716,2.624003 0.485709,5.224736 0.643052,7.851686 0.04046,1.81031 0.117661,3.62568 0.160762,5.43578 0.05376,1.88773 -0.05291,3.7719 -0.09646,5.65829 -0.05372,2.42246 -0.266284,4.83927 -0.546594,7.24771 -0.457375,-4.15986 -0.762025,-8.3194 -0.964578,-12.49276 0.202501,4.16225 0.476359,8.31215 0.932425,12.46097 0.0056,0.0497 0.02656,0.10894 0.03215,0.15894 0.07194,0.54578 0.15803,1.10652 0.225068,1.65299 l 0.192915,0 c 0.01563,-1.12678 0.01593,-2.22872 0.06431,-4.10068 0.04797,-1.85641 0.138517,-3.70969 0.225068,-5.56293 0.06231,-1.3343 0.146405,-2.67227 0.225068,-4.00531 -0.07636,1.33625 -0.167285,2.66805 -0.225068,4.00531 -0.13896,3.2159 -0.214292,6.44437 -0.257221,9.66361 l 0.932425,0 c 0.01645,-0.0733 0.01551,-0.14926 0.03215,-0.22252 0.304602,-1.54527 0.603573,-3.08443 0.835967,-4.64107 0.09041,-0.60561 0.202468,-1.2341 0.257221,-1.84372 0.02043,-0.22749 0.03106,-0.43919 0.03215,-0.66755 -0.0374,-1.94326 -0.147223,-3.9048 -0.09646,-5.84903 0.04006,-1.78698 0.144664,-3.5573 -0.06431,-5.34041 -0.164596,-1.72729 -0.463325,-3.4381 -0.739509,-5.149689 z m -1.639782,22.060999 c -0.0063,0.0536 -0.02579,0.10539 -0.03215,0.15895 -0.08198,0.49679 -0.14836,0.99652 -0.225068,1.49404 l 0.450136,0 c -0.06009,-0.54507 -0.135232,-1.13767 -0.192915,-1.65299 z M 63.679564,108.7271 c -0.0047,-0.0958 -0.0276,-0.19023 -0.03215,-0.28609 -0.07774,0.99106 -0.137232,1.99758 -0.225068,2.98809 -0.346147,3.86177 -0.751235,7.70991 -1.12534,11.5709 l 0.09646,0 c 0.559449,-5.78402 0.103409,-0.85585 1.061036,-11.53911 0.08093,-0.91252 0.152737,-1.8208 0.225068,-2.73379 z m -0.03215,-0.28609 c 0.0058,-0.0742 0.02639,-0.14832 0.03215,-0.22252 -0.438379,-9.419511 -0.360728,-18.864501 -0.321526,-28.291486 0.0087,-1.14498 0.02397,-2.288143 0.03215,-3.433125 -0.02151,-0.475048 -0.04013,-0.678604 -0.06431,-1.207951 -0.01076,1.537225 -0.02047,3.072067 -0.03215,4.609288 -0.03958,9.511923 -0.09792,19.041855 0.353678,28.545794 z m 0.03215,-0.22252 c 0.0044,0.0953 -0.0045,0.19076 0,0.2861 0.352103,-4.48613 0.61815,-8.983776 0.803815,-13.478196 -0.0074,-0.106343 -0.02446,-0.211556 -0.03215,-0.317882 -0.183497,4.51092 -0.421805,9.007328 -0.771662,13.509978 z m -2.86158,8.20135 c 0.01241,0.99767 0.02208,1.9904 0.03215,2.98809 0.02622,0.93302 0.02996,1.8654 0,2.79737 0.02652,0.2642 0.03908,0.53031 0.0643,0.7947 l 0.932425,0 c -0.094,-0.55037 -0.199854,-1.10189 -0.289373,-1.65299 -0.258687,-1.64638 -0.508178,-3.27695 -0.739509,-4.92717 z m 0.03215,5.78546 c -0.05102,-0.50841 -0.101945,-1.0185 -0.160763,-1.52584 -0.305515,-2.9738 -0.62229,-5.95874 -0.932425,-8.93248 -0.100639,0.826 -0.18731,1.65363 -0.289373,2.47948 -0.190939,1.17579 -0.416212,2.35325 -0.610899,3.52849 0.02109,-1.76435 0.122769,-3.52227 0.321526,-5.27684 0.109719,-1.01998 0.239298,-2.03219 0.353678,-3.05167 -0.08526,-0.8479 -0.177063,-1.69474 -0.257221,-2.54305 -0.321557,2.12388 -0.639584,4.26601 -0.964577,6.38942 -0.0125,0.0741 -0.01973,0.14843 -0.03215,0.22252 0.13198,1.59999 0.317656,3.20675 0.514442,4.80002 0.0245,-0.14754 0.03985,-0.29749 0.0643,-0.44504 -0.006,0.35946 -0.0041,0.72155 0,1.0808 0.177171,1.35873 0.396317,2.72095 0.643052,4.06889 l 1.318256,0 c 0.0092,-0.26481 0.02364,-0.52988 0.03215,-0.7947 z m -1.99346,-3.27419 c -0.02755,-0.21128 -0.03819,-0.42429 -0.0643,-0.63576 -0.186348,1.12198 -0.389884,2.24794 -0.578747,3.36955 0.02276,0.44412 0.03879,0.89111 0.0643,1.3351 l 0.707357,0 c -5.2e-5,-0.0145 4.3e-5,-0.017 0,-0.0318 -0.03257,-1.34187 -0.113355,-2.69494 -0.12861,-4.0371 z m -0.643052,2.73379 c -0.106221,-2.07284 -0.193155,-4.12406 -0.257221,-6.1987 -0.123656,0.77618 -0.267814,1.54355 -0.385831,2.32054 0.07901,-1.42661 0.205551,-3.20954 0.321526,-5.37221 -0.0044,-0.16953 -0.0278,-0.33908 -0.03215,-0.50861 -0.124721,2.24574 -0.24882,4.49494 -0.385832,6.7391 0.03814,-0.25457 0.05786,-0.50841 0.09646,-0.76292 -0.07545,1.35947 -0.22825,3.6674 -0.321526,5.1179 l 0.73951,0 c 0.07511,-0.44414 0.150273,-0.89091 0.225068,-1.3351 z m -0.73951,-3.01988 c -0.21819,1.4564 -0.432229,2.89756 -0.643051,4.35498 l 0.353678,0 c 0.09366,-1.45059 0.200785,-2.90396 0.289373,-4.35498 z m 0.385832,-6.7391 c 0.02649,-0.47697 0.07053,-0.9534 0.09646,-1.43047 0.01379,-0.28613 0.01872,-0.57213 0.03215,-0.85828 -0.01139,-0.18108 -0.02108,-0.35936 -0.03215,-0.5404 -0.115136,-1.88316 -0.217469,-3.77221 -0.25722,-5.65829 -0.04146,-1.96702 0.02254,-3.945211 0.03215,-5.912608 0.0767,-2.012472 0.123206,-4.028334 0.225068,-6.039756 0.01643,-0.324386 0.09255,-1.380882 0.128611,-1.970867 -0.005,-0.07604 -0.02706,-0.177554 -0.03215,-0.254306 -0.04193,0.680258 -0.110421,1.834316 -0.12861,2.193385 -0.101899,2.011466 -0.180486,4.027233 -0.257221,6.039756 -0.0097,1.96746 -0.0502,3.945206 -0.03215,5.912606 0.01694,1.84702 0.114763,3.68459 0.160763,5.53114 0.02478,0.99484 0.03876,1.99312 0.06431,2.98809 z m 0.225068,-22.410671 c 0.110564,1.69489 0.218588,3.338236 0.353678,5.690086 0.01339,0.33073 0.04887,0.654862 0.0643,0.985433 0.03782,-1.251414 0.06351,-2.499462 0.09646,-3.751006 -0.107591,-1.719565 -0.255615,-3.431983 -0.385831,-5.149687 -0.05616,0.870661 -0.08792,1.559367 -0.12861,2.225174 z m -0.192916,22.919281 c 0.02656,1.01614 0.03293,2.03565 0.06431,3.05167 0.104973,-0.65892 0.211183,-1.31272 0.321526,-1.97087 -0.09931,-1.20387 -0.180246,-2.38816 -0.257221,-3.59206 -0.0095,0.20149 -0.02244,0.40249 -0.03215,0.60397 -0.05064,0.93168 -0.0553,1.13987 -0.09646,1.90729 z M 56.959673,76.080633 c -0.127343,-1.373796 -0.229239,-2.758442 -0.353678,-4.132465 -0.358552,11.124282 -0.391703,22.280918 -0.417984,33.409392 0.0012,0.67882 -0.0012,1.35564 0,2.03444 0.05517,-1.32766 0.106301,-2.64584 0.160763,-3.97352 0.217797,-8.856118 0.616285,-17.714243 0.610899,-26.574931 0.0021,-0.254858 -0.0019,-0.50806 0,-0.762916 z M 56.188011,107.392 c -0.0128,0.30795 -0.01906,0.61391 -0.03215,0.92186 -0.0013,0.90854 9.15e-4,1.82524 0,2.73378 -2.14e-4,0.21202 7.6e-5,0.47947 0,0.69934 0.01747,0.45505 0.04515,0.9119 0.0643,1.36689 -0.0016,-1.90903 -0.02888,-3.81271 -0.03215,-5.72187 z m -0.03215,4.35498 c -0.02478,-0.64521 -0.04315,-1.29376 -0.06431,-1.93908 -0.06541,1.52263 -0.139835,3.07464 -0.225068,4.80002 0.07513,0.76204 0.126757,1.52916 0.225068,2.28875 0.0064,0.0497 0.05102,0.10686 0.06431,0.15894 0.0067,-1.85432 -5.79e-4,-3.64074 0,-5.30863 z m 0,5.30863 c -0.0025,0.69595 -0.02636,1.32587 -0.03215,2.00265 0.03262,7.5e-4 0.06632,0.003 0.09646,0 6.29e-4,-0.60449 -2.25e-4,-1.20742 0,-1.81192 -0.02277,-0.0637 -0.04867,-0.12945 -0.0643,-0.19073 z m 0.0643,0.19073 c 0.06808,0.19036 0.138458,0.37694 0.225069,0.57219 -0.0753,-1.41679 -0.163766,-2.84237 -0.225069,-4.25962 8.76e-4,1.23024 4.59e-4,2.45722 0,3.68743 z m 0.225069,0.57219 c 0.02023,0.38069 0.0432,0.76371 0.06431,1.14437 0.29387,-0.25954 0.13472,-0.69571 -0.06431,-1.14437 z m 0.06431,1.14437 c -0.01234,0.0109 -0.01819,0.0215 -0.03215,0.0318 -0.06098,0.0449 -0.163058,0.0555 -0.257221,0.0636 -1.32e-4,0.12727 1.52e-4,0.2542 0,0.38146 0.12013,0.10084 0.232537,0.22107 0.353679,0.31788 0.193748,0.15485 -0.03724,-0.48895 -0.0643,-0.73112 -0.0012,-0.0211 0.0012,-0.0425 0,-0.0636 z m -0.289374,0.47682 c -0.03423,-0.0287 -0.06243,-0.0663 -0.09646,-0.0954 -0.0081,0.85334 -0.01608,1.77168 -0.03215,2.54305 -0.0077,0.37029 -0.02263,0.74232 -0.03215,1.11259 l 0.160762,0 c 0.0033,-1.18775 -0.0014,-2.37252 0,-3.56028 z m -0.09646,-0.0954 c 9.1e-4,-0.096 -8.29e-4,-0.18943 0,-0.2861 -0.119907,-0.003 -0.246592,-0.0224 -0.385831,-0.0636 0.128019,0.12002 0.252624,0.23576 0.385831,0.34967 z m -0.385831,-0.34967 c -0.03949,-0.037 -0.08982,-0.0577 -0.128611,-0.0954 -0.0015,0.021 0.0015,0.0426 0,0.0636 0.04048,0.0145 0.08855,0.0199 0.128611,0.0318 z m -0.128611,-0.0318 c -0.121939,-0.0436 -0.23761,-0.096 -0.353678,-0.15894 -0.09242,1.22701 -0.17427,2.46181 -0.289373,3.68743 -0.02055,0.21884 -0.04466,0.30535 -0.06431,0.50861 l 0.385831,0 c 0.120156,-1.34008 0.227354,-2.69421 0.321526,-4.0371 z m -0.353678,-0.15894 c 0.0064,-0.0849 0.02585,-0.16937 0.03215,-0.25431 -0.210378,-0.23133 -0.412752,-0.47227 -0.578746,-0.73112 -0.321781,0.29556 0.04665,0.71414 0.546594,0.98543 z m -0.546594,-0.98543 c 0.0512,-0.047 0.103933,-0.0875 0.192915,-0.12716 0.09211,-0.4911 0.234721,-0.9977 0.289374,-1.49404 0.118734,-1.07837 0.260874,-4.91206 0.289373,-5.72188 0.0041,-0.11608 -0.0039,-0.23358 0,-0.34967 0.04429,0.7657 0.13524,1.52415 0.192915,2.28875 0.125172,-2.42554 0.197996,-4.85235 0.289374,-7.27949 -0.04599,-2.65067 -0.03912,-5.294686 0,-7.94705 0.03311,-6.057775 0.100205,-12.126307 0.225068,-18.182844 -0.01614,-0.944662 -0.04275,-1.884454 -0.06431,-2.829149 -0.02898,-3.354283 -0.03364,-6.722776 -0.03215,-10.076856 -0.01019,-0.12688 -0.02208,-0.254569 -0.03215,-0.381458 -0.01686,-0.212565 -0.04768,-0.42319 -0.06431,-0.635764 -0.02071,0.996612 -0.01084,1.991464 -0.03215,2.98809 -0.218721,9.631095 -0.219384,19.262566 -0.257221,28.895464 -0.0077,4.352527 -0.07913,8.714567 -0.225068,13.064947 -0.131438,-2.29562 -0.185963,-4.60537 -0.289373,-6.89804 -0.04287,-9.498038 -0.207357,-18.984586 -0.03215,-28.482216 0.07163,-3.883055 0.320959,-11.047569 0.450136,-15.162966 -0.0083,-0.116874 -0.02392,-0.232795 -0.03215,-0.34967 -0.127274,4.066194 -0.377174,11.527028 -0.450137,15.480848 -0.175139,9.490641 -0.02965,18.959232 -0.03215,28.450434 -0.114179,3.94487 -0.138443,5.77581 -0.321526,9.56824 -0.04858,1.00631 -0.0934,2.01459 -0.160763,3.01988 -0.03847,0.57405 -0.413713,1.19631 -0.160763,1.71656 0.07247,0.14904 0.167561,0.30522 0.257221,0.44504 z m 0.86812,-58.681002 c 0.0021,-0.06659 -0.002,-0.189586 0,-0.254305 0.0026,-0.07427 -0.0026,-0.148252 0,-0.222518 -0.275297,-3.933884 -0.559039,-7.858903 -0.835968,-11.793418 6.9e-5,0.15878 -3.22e-4,0.318046 0,0.476823 0.274782,3.928877 0.559356,7.865271 0.835968,11.793418 z M 54.741144,47.34411 c -0.03329,-0.476067 -0.06255,-0.95441 -0.09646,-1.430469 -0.194998,-2.73769 -0.344122,-4.811417 -0.514442,-6.929825 -0.03556,1.733949 -0.06752,3.479294 -0.09646,5.213263 -0.0876,6.231448 -0.306814,12.459007 -0.289373,18.691455 0.115335,6.560709 0.108679,13.115503 0.128611,19.676889 -0.02067,3.578683 -0.171186,7.153703 -0.578747,10.71262 -0.232022,2.026075 -0.534532,4.05405 -0.86812,6.071544 -0.0058,1.430093 -0.02346,2.861323 -0.03215,4.291403 0.631268,-3.21584 1.266812,-6.414073 1.671935,-9.663607 0.295728,-2.372054 0.468756,-4.766478 0.578747,-7.152342 0.05414,-1.174306 0.09014,-2.353606 0.12861,-3.528489 0.0167,-6.493689 -0.0137,-12.993076 0.09646,-19.48616 0.01443,-5.494306 -0.117463,-10.972598 -0.128611,-16.466282 z m -2.347139,56.29688 c -0.01885,0.096 -0.04548,0.19009 -0.0643,0.2861 -0.01426,2.16131 -0.01828,4.32351 -0.03215,6.48479 -0.03917,4.1952 -0.07966,8.39309 -0.128611,12.58812 l 0.03215,0 c 0.04879,-4.1845 0.121687,-8.37166 0.160763,-12.55633 0.02483,-2.26685 0.01838,-4.53577 0.03215,-6.80268 z m 3.183107,-44.980285 c 0.0067,0.09547 0.02545,0.190623 0.03215,0.286094 0.202595,-5.770014 0.355616,-11.552883 0.482289,-17.324563 -0.0054,-0.446151 0.0056,-0.888952 0,-1.335104 -0.12934,6.131784 -0.300382,12.243635 -0.514441,18.373573 z m 0.514441,-17.038469 c 0.0089,0.733069 0.02439,1.46032 0.03215,2.193385 0.01689,0.803974 0.02173,1.611981 0.03215,2.415902 0.01841,-4.547433 0.04704,-9.090281 0.128611,-13.637133 -0.04947,3.008091 -0.126904,6.020069 -0.192916,9.027846 z m 0.06431,4.609287 c -0.01223,3.021033 -0.02884,6.03862 -0.03215,9.059634 -0.0048,1.114433 0.0042,2.22337 0,3.33776 0.06207,-4.12669 0.08564,-8.269873 0.03215,-12.397394 z m -0.03215,12.397394 c -0.03062,2.035816 -0.05446,4.067543 -0.09646,6.103332 0.0254,0.327677 0.03835,0.657779 0.0643,0.985434 0.0016,-2.366698 0.02329,-4.721982 0.03215,-7.088766 z m -0.09646,6.103332 c -0.147542,-1.903667 -0.284168,-3.817637 -0.417984,-5.721874 -0.0038,0.122845 0.0041,0.347516 0,0.476823 0.132053,1.866852 0.239902,3.728437 0.385831,5.594721 0.0024,-0.116772 0.02974,-0.232898 0.03215,-0.34967 z m 0.0643,1.366892 c 0.08837,1.09993 0.193557,2.206609 0.289373,3.305972 0.0034,-0.222616 -0.0034,-0.444936 0,-0.667552 -0.09731,-0.987763 -0.191154,-1.968627 -0.289373,-2.956301 -6.8e-5,0.105806 4.7e-5,0.212075 0,0.317881 z m 0.289373,2.63842 c 0.0199,0.201971 0.04424,0.402022 0.06431,0.603976 0.0095,-0.285596 0.02229,-0.572694 0.03215,-0.858281 0.151659,-4.19742 0.338281,-8.38867 0.417984,-12.588123 0.0037,-0.195069 -0.009,-2.015885 0,-3.814583 -0.0083,-2.25603 0.0099,-4.514862 0,-6.770884 -0.245657,7.80159 -0.395362,15.623606 -0.514442,23.427895 z m 0,0.667552 c -0.01131,0.742204 -0.02075,1.482979 -0.03215,2.225173 -0.004,0.423643 0.0039,0.847883 0,1.271528 0.02748,-0.97311 0.06499,-1.951488 0.09646,-2.924513 -0.01679,-0.19066 -0.04769,-0.381515 -0.06431,-0.572188 z m -0.03215,3.496701 c -0.0575,2.035694 -0.118789,4.067331 -0.160763,6.103332 0.02231,1.305393 0.05204,2.604605 0.0643,3.909948 0.02195,-3.336524 0.06599,-6.67684 0.09646,-10.01328 z m -0.385831,32.233226 c 0.02709,1.56166 0.07744,3.11178 0.12861,4.67286 0.02036,-0.47389 0.04765,-1.10241 0.06431,-1.49404 0.0014,-1.00363 -0.0013,-2.01626 0,-3.01988 0.007,-2.96079 0.02094,-5.908115 0.03215,-8.868906 -0.03405,2.249792 -0.06958,4.489316 -0.12861,6.739096 -0.02383,0.65739 -0.07171,1.31348 -0.09646,1.97087 z m -0.289374,7.27949 c -0.10551,2.04457 -0.234392,4.09323 -0.385831,6.13512 0.108179,0.11896 0.205392,0.23692 0.321526,0.34967 0.01985,-0.2845 0.04581,-0.57361 0.0643,-0.85828 0.05881,-0.90526 0.131939,-2.19877 0.192916,-3.43312 -0.07203,-0.73064 -0.13768,-1.46113 -0.192916,-2.19339 z M 57.02398,41.399719 c 0.07493,-5.165877 0.138376,-10.316396 -0.03215,-15.480849 -0.02909,-0.751107 -0.06927,-1.505724 -0.09646,-2.256961 -0.04876,3.127109 -0.06487,6.250481 -0.0643,9.377516 0.01421,3.929608 0.04694,7.863826 0.0643,11.793418 0.04389,-1.145213 0.08501,-2.287844 0.12861,-3.433124 z m -5.787466,68.312821 c -0.205599,1.09813 -0.37661,2.20703 -0.578746,3.30597 -0.05763,2.32937 -0.162493,4.66469 -0.257221,6.9934 -0.02627,0.99651 -0.0221,1.99156 -0.03215,2.98809 l 1.221799,0 c -0.0096,-0.67749 -0.01499,-1.35696 -0.03215,-2.03444 -0.142689,-3.7442 -0.264866,-7.50742 -0.321526,-11.25302 z m -0.578746,3.30597 c 0.02619,-1.05867 0.01417,-2.12004 0.03215,-3.17882 -0.142717,0.9092 -0.277126,1.82432 -0.417983,2.73378 -8.3e-5,0.87412 7.3e-5,1.6352 0,2.51127 0.124116,-0.68897 0.259183,-1.3777 0.385831,-2.06623 z m -0.385831,2.06623 c -0.02099,0.11654 -0.0434,0.23312 -0.06431,0.34967 -1.87e-4,2.32419 1.8e-5,4.66014 0,6.67552 -3e-6,0.29704 -6.3e-5,0.593 0,0.89007 l 0.06431,0 c -2.5e-5,-0.28606 -2e-6,-0.57224 0,-0.85828 1.7e-5,-2.13047 -2.05e-4,-4.59511 0,-7.05698 z m -0.06431,0.34967 c 6.9e-5,-0.85221 -7.9e-5,-1.59374 0,-2.44769 -0.101531,0.65669 -0.220704,1.31408 -0.321525,1.97087 6.55e-4,0.72074 0.03136,1.44085 0.03215,2.1616 0.09821,-0.56079 0.188851,-1.12436 0.289373,-1.68478 z m -0.289373,1.68478 c -0.01686,0.0963 -0.04752,0.18981 -0.0643,0.28609 0.0021,1.86251 -0.0034,3.73221 0,5.59472 l 0.0643,0 c -0.0036,-1.9608 0.0021,-3.92002 0,-5.88081 z m 0.289373,-4.13247 c 0.02126,-0.13754 0.04301,-0.27571 0.06431,-0.41325 2.19e-4,-2.3236 -1.98e-4,-4.66377 0,-6.67552 -0.04238,-7.322018 0.05041,-14.643661 0,-21.965634 -0.03784,-5.495312 -0.197439,-11.002858 -0.257221,-16.498071 -0.04312,-2.331829 -0.08531,-4.661608 -0.12861,-6.993401 -8.3e-5,0.985429 9e-5,1.970873 0,2.956301 -2.11e-4,2.160309 2.75e-4,4.324482 0,6.484791 0.0973,2.537456 0.187065,4.50453 0.25722,7.978835 0.188477,9.333827 0.01689,18.670614 0.0643,28.005399 -2.09e-4,2.14595 2.31e-4,4.63634 0,7.12055 z M 49.886104,60.440844 c 0.0011,-13.467531 -2.35e-4,-26.935258 0,-40.402789 -0.01165,0.223055 -0.02098,0.444481 -0.03215,0.667552 -2.26e-4,12.651638 9.97e-4,25.303461 0,37.955098 0.01088,0.593544 0.02113,1.186595 0.03215,1.780139 z m -0.192916,58.045236 c -0.25778,1.50726 -0.539903,3.00296 -0.771662,4.51392 l 0.803815,0 c 0.0069,-0.27665 0.02451,-0.54998 0.03215,-0.82649 -0.04484,-1.23028 -0.04015,-2.45699 -0.0643,-3.68743 z M 60.625068,5.002242 c 0.02652,6.412545 0.03324,12.819631 -0.03215,19.231854 -0.06025,5.838502 -0.213476,11.678882 -0.385832,17.515293 0.166923,-5.768472 0.373625,-11.558103 0.6109,-17.324563 0.253402,-6.477152 0.350756,-12.941995 0.450136,-19.422584 l -0.643052,0 z m 15.465395,0 c 0.10577,1.2014143 0.222092,2.4194856 0.289374,3.6238535 0.0367,0.656981 0.04258,0.9725894 0.06431,1.4622565 -0.01637,-1.6972669 -0.04079,-3.3889169 -0.06431,-5.08611 l -0.289374,0 z m 0.353679,5.08611 c 0.104177,10.798565 0.09222,21.593199 0.09646,32.392165 -0.139481,9.631105 -0.173985,19.263624 -0.192915,28.895464 -0.04854,8.919648 -0.03268,17.846032 -0.06431,26.765655 -0.09199,7.180254 -0.180586,14.339924 -0.225068,21.520604 -0.01682,1.11005 -0.02665,2.22765 -0.03215,3.33776 l 0.321526,0 c -0.04112,-4.92194 0.05089,-9.85873 0.12861,-14.78151 0.204634,-8.14149 0.245471,-16.269728 0.289374,-24.413327 -0.0021,-4.027794 0.02077,-8.051758 0,-12.079512 -0.01645,-9.73315 -0.05123,-19.480924 -0.192916,-29.213346 -0.0037,-9.374594 -0.02444,-18.75799 -0.03215,-28.132547 -0.01147,-1.489777 -0.03303,-2.861554 -0.09646,-4.291406 z m 0.09646,4.291406 c 0.0036,0.461591 0.02649,0.728518 0.03215,1.335104 0.01206,1.291804 0.02163,2.586343 0.03215,3.878159 0.09255,8.618546 0.0636,17.256687 0.06431,25.875586 0.0978,9.941437 0.194248,19.875284 0.160763,29.817321 -0.0052,2.841817 -0.04899,5.677422 -0.0643,8.519235 0.0013,2.416688 0.03022,4.831025 0.03215,7.247707 0.04726,-5.233047 0.08732,-10.470249 0.128611,-15.703366 0.04418,-9.832126 0.156554,-19.667742 0.25722,-29.499439 7.98e-4,-8.571805 -0.02776,-17.145184 0.06431,-25.716645 0.109151,-5.045793 0.04739,-10.085561 0,-15.131178 l -0.707357,0 c -2.79e-4,0.010639 2.8e-4,0.021149 0,0.031788 -0.0027,3.114248 -0.0026,6.231471 0,9.345728 z M 76.79782,91.05287 c -0.05214,5.773356 -0.106264,11.55121 -0.160763,17.32456 -0.06011,4.87751 -0.09144,9.74495 0,14.62257 l 0.385831,0 c -0.0059,-0.84759 0.01262,-1.69551 0,-2.54306 -0.04483,-7.30707 -0.133803,-14.59538 -0.225068,-21.902057 -0.0087,-2.501439 0.002,-5.000549 0,-7.502013 z M 77.633787,5.002242 c -0.02027,2.2230446 -0.03067,4.4532943 -0.06431,6.67552 -0.26093,4.86814 -0.229277,9.729995 0.160763,14.590778 0.09435,1.175761 0.522102,5.192814 0.643052,6.32585 0.269624,2.622835 0.451231,5.253861 0.610899,7.883471 -0.05976,-4.034135 -0.10643,-8.076992 -0.12861,-12.1113 -0.54929,-5.497979 -1.07373,-10.998458 -1.093188,-16.529858 -0.03462,-2.2765138 -0.04209,-4.5568508 -0.06431,-6.834461 l -0.06431,0 z m 1.221799,23.364319 c 0.167549,1.677043 0.322832,3.345291 0.482289,5.022534 0.02017,0.200201 0.04524,0.403708 0.06431,0.603975 0.05402,-5.340539 0.05928,-10.680194 0.03215,-16.021247 -0.01073,-4.329882 0.01,-8.6398751 0.03215,-12.969581 l -0.643052,0 c 0.01985,4.1581443 0.04253,8.334453 0.03215,12.492758 -0.01865,3.629091 -0.01995,7.242719 0,10.871561 z m 0.546594,5.626509 c -0.03173,3.136571 -0.07399,6.272829 -0.128611,9.409304 -0.0097,0.825373 -0.02395,1.654105 -0.03215,2.479479 0.128244,3.124435 0.245626,6.251683 0.321526,9.377516 0.154878,8.807889 0.08009,17.607427 0.0643,26.415985 0.07328,8.367664 -0.288989,16.74824 -0.450136,25.112666 -0.02425,-9.548586 -0.03383,-19.092543 -0.03215,-28.641155 -0.0048,-10.751166 -0.01038,-21.514452 0.09646,-32.265012 -0.0739,-1.800528 -0.148009,-3.605352 -0.257221,-5.403992 0.01348,0.910215 0.01709,1.823573 0.03215,2.733784 0.130253,11.633236 0.110034,23.269592 0.09646,34.903432 -0.0018,10.295336 8.94e-4,20.571026 0.03215,30.866333 0.0076,-0.63577 0.02497,-1.27152 0.03215,-1.90729 0.0097,3.73685 0.01147,7.4844 0.03215,11.22123 0.01353,1.80403 0.02092,3.21547 0.03215,4.70465 l 0.225068,0 c 0.0074,-5.25775 0.03714,-10.51139 0.225068,-15.76694 0.07561,-2.31725 0.150721,-4.6441 0.225068,-6.96162 -0.125509,-10.995462 -0.105784,-22.000171 -0.09646,-32.996136 0.0098,-8.918305 0.02783,-17.847349 0.03215,-26.765655 -0.0992,-2.174325 -0.243661,-4.348206 -0.450136,-6.516579 z m 0.450136,6.516579 c 0.02745,0.601693 0.0431,1.209936 0.06431,1.811927 0.0026,-5.077485 -0.0016,-10.149057 0,-15.226543 -0.02466,-7.364011 -0.03986,-14.73005 0.03215,-22.092791 l -0.128611,0 c 0.06923,7.345931 0.06225,14.682065 0.03215,22.029215 -0.0014,4.490926 0.0022,8.987268 0,13.478192 z m 0.06431,1.811927 c -0.0043,8.331747 -0.02303,16.653772 -0.03215,24.985517 -0.009,10.656958 -0.04836,21.322384 0.06431,31.978918 0.17808,-5.714814 0.329814,-11.415612 0.225068,-17.133834 -0.01018,-8.813408 -0.08242,-17.63436 -0.09646,-26.447773 -0.01148,-4.457134 -0.0038,-8.92627 -0.160763,-13.382828 z m 0.03215,56.964435 c -0.01022,0.328061 -0.02163,0.65738 -0.03215,0.985429 0.0089,0.78391 0.02158,1.56844 0.03215,2.35233 0.126144,6.79885 0.279349,13.58387 0.643052,20.37623 l 0.06431,0 c -0.36694,-6.77651 -0.549349,-13.56345 -0.675205,-20.34444 -0.01515,-1.12285 -0.02028,-2.24667 -0.03215,-3.369549 z M 79.241417,123 c -0.01773,-1.58736 -0.0524,-3.18083 -0.06431,-4.76823 -0.01707,-3.08539 -0.02278,-6.16494 -0.03215,-9.25036 -0.05574,4.67267 -0.126532,9.34606 -0.192915,14.01859 l 0.289373,0 z M 80.52752,5.002242 c -0.0013,2.0781068 -0.02091,4.1534427 -0.03215,6.230485 0.05194,6.786543 -0.44313,13.559284 -0.353679,20.344441 0.07345,5.428375 0.344093,10.854061 0.6109,16.275553 0.31783,6.850907 0.538024,13.709638 0.610899,20.566958 0.05138,7.703834 0.06088,15.406254 0,23.110014 -0.202664,5.820776 -0.217233,11.629017 -0.160763,17.451717 0.07857,4.66776 0.07895,9.35062 0.06431,14.01859 l 0.964578,0 c -0.01479,-4.37412 -0.04276,-8.75462 0.03215,-13.12852 0.05979,-5.90046 0.06474,-11.775447 -0.12861,-17.674235 -0.05754,-7.724449 -0.0498,-15.449012 -0.0643,-23.17359 -0.009,-6.748588 0.124378,-13.505168 -0.192916,-20.249077 C 81.638516,43.412832 81.451623,38.057405 81.459946,32.689755 81.353325,29.963906 81.127741,27.24548 81.009809,24.52019 80.820713,20.150276 80.797877,15.763552 80.688283,11.391668 80.657864,9.2636557 80.617163,7.1306427 80.591826,5.002242 l -0.06431,0 z m 0.73951,0 c 0.03596,1.3463106 0.09491,2.69064 0.12861,4.0371 0.118201,14.03354 0.353972,28.059945 0.803815,42.087562 0.549527,17.73195 0.946258,35.497906 2.893733,53.149856 -0.0042,-0.25458 -0.02775,-0.50834 -0.03215,-0.76292 C 83.188179,86.123909 82.772872,68.655981 82.231608,51.190481 81.781754,37.162895 81.546025,23.104639 81.427793,9.0711302 81.443268,7.7149516 81.500327,6.358103 81.524251,5.002242 l -0.257221,0 z m 3.794005,98.511598 c 0.116371,1.08053 0.225476,2.16272 0.353679,3.2424 0.227869,1.77007 0.330932,2.6379 0.482289,3.84637 -0.25107,-5.80375 -0.51029,-11.610879 -0.578747,-17.419931 0.03454,-8.637546 -0.0165,-17.269921 0.03215,-25.907375 0.02368,-7.446369 0.154334,-14.901912 0.289373,-22.347096 0.09792,-5.19961 0.214148,-10.378537 -0.0643,-15.576213 -0.09198,-3.091467 -0.152747,-6.190113 -0.225068,-9.282151 -0.226703,-2.487477 -0.424332,-4.9736 -0.514442,-7.470225 -0.0033,-0.09599 -0.05731,-1.342378 -0.03215,-1.462257 0.05689,-0.271037 0.156217,-0.53511 0.25722,-0.794704 C 85.007955,8.7972342 84.939088,7.2464984 84.86812,5.7015821 84.854375,5.4684844 84.849863,5.2353255 84.835967,5.002242 l -0.578746,0 c 0.0046,0.063322 -0.0046,0.1274122 0,0.1907291 0.465204,7.7689689 0.523967,15.5856349 0.353678,23.3643189 -0.259649,5.159175 -0.147183,10.319578 -0.06431,15.480848 0.119203,7.588491 0.202632,15.17093 0.225068,22.760344 0.04731,8.657341 -0.0023,17.313522 0.03215,25.97095 0.09862,3.5836 0.195232,7.160642 0.25722,10.744408 z m 0,-93.171182 c 0.111265,3.239448 0.213581,6.486738 0.289374,9.727186 0.05498,0.603257 0.101067,1.20877 0.160763,1.811926 0.62134,7.525955 1.126946,15.064273 1.575477,22.601403 -0.421657,-7.267524 -0.700369,-14.524089 -0.6109,-21.806698 0.09153,-2.829174 0.197585,-5.658343 0.289374,-8.487446 0.06356,-0.466855 -0.0042,-0.931189 0.03215,-1.398681 0.08568,-1.103048 0.236285,-1.857511 0.417984,-2.9245131 -0.004,-1.6214974 0.0052,-3.2420977 0,-4.8635929 l -0.514442,0 c -0.190904,0.842981 -0.358277,1.5568913 -0.900272,3.2741834 -0.182698,0.5788757 -0.414691,1.1418664 -0.610899,1.7165623 -0.03996,0.1170463 -0.08358,0.2339473 -0.128611,0.3496703 z m 2.154224,-0.4768231 c 0.01333,5.4050051 0.02479,10.8069571 0.03215,16.2119761 0.0073,7.085913 0.03071,14.180383 0.03215,21.266299 -0.05973,-0.952261 -0.137658,-1.908539 -0.192915,-2.860937 0.06488,1.0902 0.12951,2.183892 0.192915,3.274183 0.0074,0.116558 0.02472,0.233115 0.03215,0.34967 -0.0014,-7.324584 0.0076,-14.641057 0,-21.965638 -0.0075,-5.50365 -0.01836,-11.026223 -0.03215,-16.5298586 -0.01613,0.098089 -0.04863,0.1622784 -0.0643,0.2543055 z m 0.09646,38.2411911 c 2.5e-5,0.1378 -2.5e-5,0.275447 0,0.413247 0.06192,1.069213 0.131775,2.141349 0.192915,3.210607 0.299155,6.008507 0.435425,7.586287 0.514442,13.668921 0.03099,2.385305 -0.0026,4.798642 0,7.184131 0.0054,4.898385 0.01489,9.787782 0.03215,14.686143 0.01118,0.169618 0.02096,0.338996 0.03215,0.508611 -0.01842,-5.057391 -0.0266,-10.105548 -0.03215,-15.162966 -0.0026,-2.385491 0.03097,-4.767038 0,-7.152342 -0.07899,-6.083864 -0.215313,-7.691024 -0.514441,-13.70071 -0.08262,-1.216151 -0.147462,-2.439333 -0.225068,-3.655642 z m 0.771662,39.67166 c 0.008,2.184133 0.02018,4.36425 0.03215,6.548367 0.01371,2.023233 0.0489,4.048342 0.06431,6.071547 -0.01636,-0.571069 -0.04365,-1.145563 -0.06431,-1.716565 0.03563,4.936185 0.087,9.877485 0.160763,14.813295 0.0039,-0.58182 -0.0025,-1.16654 0,-1.74835 0.02118,1.56764 0.0367,3.13707 0.06431,4.70465 0.03934,2.23389 0.0687,4.38481 0.128611,6.54837 l 0.385831,0 c 0.05331,-2.66897 0.10443,-5.34055 0.12861,-8.01062 0.03085,-1.20656 0.09168,-2.41747 0.128611,-3.62386 -0.149433,-5.22184 -0.3225,-10.45148 -0.514442,-15.671574 -0.144068,-2.640649 -0.340191,-5.27532 -0.514441,-7.91526 z m 1.028883,23.586834 c 0.06456,2.25593 0.106008,4.51487 0.160763,6.77089 0.03685,1.62306 0.04867,3.23874 0.0643,4.86359 l 0.192915,0 c -0.0071,-2.50873 0.01166,-5.02445 0.06431,-7.5338 0.07112,-7.51585 0.17498,-15.02274 0.289374,-22.537827 0.0052,-1.823115 -0.005,-3.644453 0,-5.467568 -0.191635,7.968778 -0.527753,15.937395 -0.771662,23.904715 z m 0.771662,-23.904715 c 0.0053,-0.222357 0.02707,-0.445189 0.03215,-0.667552 0.0064,-1.420898 -0.0051,-2.838697 0,-4.259618 -0.0036,1.642946 -0.02762,3.284226 -0.03215,4.92717 z m 0.03215,-4.92717 c 0.0042,0.836816 0.02733,1.674456 0.03215,2.511267 0.0037,-0.657945 -0.0048,-1.312929 0,-1.970868 -0.01533,-2.976349 0.0087,-5.956098 0,-8.932481 -0.0014,1.749683 -0.02747,3.495379 -0.03215,5.245052 0.0043,1.048612 -0.0052,2.098423 0,3.14703 z m 0.03215,-8.392082 c 0.002,-2.438128 0.0064,-4.873172 0,-7.311283 -0.0027,0.360519 -0.02993,0.720274 -0.03215,1.080798 -0.002,-1.059228 0.0016,-2.119591 0,-3.178819 -0.01126,-2.985185 -0.03569,-5.979201 -0.06431,-8.964269 4.14e-4,1.059887 -5.83e-4,2.118932 0,3.178819 0.0068,5.889305 0.04392,11.784917 0.06431,17.674233 -0.0028,-2.417115 -0.01085,-4.830484 0,-7.247707 0.0033,1.588857 0.0275,3.179374 0.03215,4.768228 z M 89.851771,55.76798 c -8.03e-4,-2.056181 2.64e-4,-4.110727 0,-6.166909 -0.284875,-14.175229 -0.728762,-28.35949 -2.218528,-42.4690204 -0.0087,0.057772 -0.02311,0.1630889 -0.03215,0.2225174 1.466357,14.018728 1.903281,28.131892 2.186376,42.214715 0.0298,2.064067 0.04452,4.134541 0.06431,6.198697 z M 87.60109,7.354568 C 87.519365,6.5732513 87.464508,5.7829715 87.376022,5.002242 l -0.128611,0 c 0.0049,1.5135239 0.02835,3.0321852 0.03215,4.545711 0.178282,-1.0945894 0.232379,-1.6074113 0.321526,-2.193385 z M 87.63324,7.1320506 C 87.71397,6.5952097 87.858464,5.6885523 87.954765,5.002242 l -0.514441,0 c 0.08061,0.7098456 0.117914,1.4194753 0.192916,2.1298086 z m 2.218528,42.4690204 c 0.03269,2.065333 0.04463,4.133283 0.06431,6.198697 -0.0047,-12.103913 -0.0028,-24.198199 0,-36.302112 -0.08065,-4.828686 -0.0093,-9.6658767 0.03215,-14.495414 l -0.09646,0 c 0.04402,4.8157265 -0.02804,9.64817 0,14.463626 -0.0023,10.047733 -0.0013,20.08747 0,30.135203 z m 0.06431,6.198697 c 4.15e-4,1.059888 -5.84e-4,2.118932 0,3.178819 0.0022,1.917191 -0.0029,3.836462 0,5.753662 0.0026,0.698705 0.03033,1.399312 0.03215,2.098021 0.0075,-0.996566 0.02043,-1.991583 0.03215,-2.98809 0.02034,5.677424 0.0039,11.360973 0,17.038469 0.01295,-1.390224 0.01299,-2.774069 0.03215,-4.164252 0.202325,-9.553593 0.46048,-19.095878 0.932425,-28.641159 0.407913,-9.148033 0.547001,-18.314668 0.900273,-27.464995 0.0057,-0.168933 -0.0055,-0.190251 0,-0.34967 -0.0171,-0.158994 -0.01545,-0.317797 -0.03215,-0.476823 -0.0101,0.25433 -0.0228,0.508565 -0.03215,0.762916 -0.361867,6.154101 -0.851705,12.308482 -1.093188,18.468938 -0.112425,2.868053 -0.152065,5.746287 -0.25722,8.6146 -0.231593,4.830034 -0.379837,9.661596 -0.450137,14.495414 -0.0098,-2.107878 -0.04422,-4.218033 -0.0643,-6.32585 z M 91.813079,19.78375 c 0.06271,-1.578521 0.123924,-3.157188 0.160763,-4.73644 0.01931,-0.82765 0.0224,-1.499257 0.03215,-2.256962 -0.141788,-2.208703 -0.261571,-4.3999791 -0.353679,-6.611943 -0.0179,-0.3900723 -0.01871,-0.7860614 -0.03215,-1.176163 l -0.835967,0 c 0.0033,0.1483293 -0.0031,0.2967017 0,0.4450346 0.191764,4.7914384 0.528228,9.5694754 1.028883,14.3364734 z m 0.192916,-6.993402 c 0.01498,0.233277 0.01654,0.466111 0.03215,0.69934 0.02002,-1.145647 0.02865,-2.154505 0.03215,-4.1960405 0.0024,-1.4282556 -0.01936,-2.8630158 -0.03215,-4.2914055 l -0.03215,0 c 0.02396,2.6705524 0.03364,5.173595 0,7.788106 z m 0.03215,0.69934 c -0.03259,1.865016 -0.08684,3.687867 -0.192915,6.770885 0.229965,2.138711 0.498305,4.288944 0.803814,6.421214 0.04633,0.43516 0.08238,0.868084 0.128611,1.303316 -0.007,-2.05821 -0.02227,-4.108715 -0.03215,-6.166909 -0.289939,-2.772932 -0.521241,-5.547386 -0.707357,-8.328506 z m 0.707357,8.328506 c 0.01883,0.180056 0.04498,0.360384 0.06431,0.540399 -0.02706,-5.78367 -0.06841,-11.572913 -0.12861,-17.356351 l -0.06431,0 c 0.05834,5.610816 0.101653,11.204915 0.12861,16.815952 z m 0.06431,0.540399 c 0.0097,2.077434 0.02535,4.153036 0.03215,6.230485 0.550953,5.203862 1.076069,10.413951 1.318256,15.639789 0.126934,-2.241439 0.237718,-4.495744 0.321526,-6.739096 -0.323063,-3.408021 -0.716852,-6.803136 -1.093188,-10.204008 -0.220139,-1.636767 -0.402658,-3.286609 -0.578747,-4.92717 z m 1.671935,15.131178 c 0.0081,0.08515 0.02418,0.169149 0.03215,0.254306 0.0085,-0.222262 0.02416,-0.445272 0.03215,-0.667552 0.164337,-4.568984 0.169985,-7.457182 0.192916,-11.984148 0.06142,-4.812508 -0.02933,-9.620485 0.12861,-14.431837 0.0285,-0.8680926 0.09091,-1.7384956 0.12861,-2.6066319 0.01039,-1.0173169 0.02086,-2.0343579 0.03215,-3.0516661 l -0.450136,0 c -0.07072,1.7603229 -0.14589,3.5155647 -0.160763,5.276839 -0.03875,4.588064 0.08689,4.789692 0.192915,9.472881 0.04006,1.769544 0.03555,3.538876 0.06431,5.308627 -0.02287,4.52587 0.0035,7.416347 -0.160763,11.984148 -0.0053,0.148326 -0.02661,0.296716 -0.03215,0.445034 z M 94.996185,8.0539081 C 94.883423,19.095186 94.846987,30.135417 94.80327,41.177201 c 0.01323,0.179446 0.01959,0.360912 0.03215,0.540399 0.04625,-11.819192 0.09811,-23.657029 0.225068,-35.4756187 -0.02923,0.6030822 -0.03811,1.2088373 -0.06431,1.8119268 z m 0.06431,-1.8119268 c 0.02001,-0.4129389 0.04333,-0.8268131 0.06431,-1.2397393 l -0.06431,0 c -0.0046,0.4135508 0.0044,0.8261871 0,1.2397393 z M 94.835422,41.7176 c -0.01546,3.952037 -0.0516,7.904977 -0.0643,11.856995 -0.08448,11.921124 -0.0142,23.840211 -0.03215,35.761713 0.01553,-5.361207 0.042,-10.723614 0.06431,-16.084824 0.08856,-8.143342 0.253705,-16.269813 0.321526,-24.413329 -0.01079,-2.37673 -0.123603,-4.752471 -0.289374,-7.120555 z m -0.03215,-0.540399 c -0.08427,-1.142553 -0.182574,-2.292039 -0.289374,-3.433124 -0.08944,2.349886 -0.185279,4.709193 -0.321525,7.056978 0.04694,1.109439 0.07814,2.226743 0.09646,3.33776 0.06835,8.320274 0.232842,16.633619 0.321526,24.953728 0.03188,7.718344 0.05993,15.423425 0.06431,23.141802 0.07352,-14.239767 -0.03658,-28.483629 0.06431,-42.723326 0.01323,-4.115166 0.04801,-8.218632 0.06431,-12.333818 z m -0.128611,55.057144 c -0.017,3.292614 -0.05362,6.593695 -0.09646,9.886125 -0.08219,3.89908 -0.253416,7.80987 -0.578747,11.69806 0.02419,0.25423 0.03957,0.50872 0.06431,0.76291 0.238683,-4.13625 0.46561,-8.28719 0.578747,-12.42918 0.01907,-1.46448 0.01877,-2.92225 0.03215,-4.38677 0.0037,-1.842257 0.001,-3.688899 0,-5.531145 z m 0,5.531145 c -0.0024,1.19641 0.0049,2.39565 0,3.59207 -0.02912,5.88164 -0.05819,11.76108 -0.12861,17.64244 l 0.321526,0 c -0.06701,-5.85502 -0.09984,-11.72359 -0.12861,-17.57887 -0.01686,-4.13222 -0.0074,-8.265228 0,-12.397392 -0.0095,2.918568 -0.03763,5.823307 -0.06431,8.741752 z M 94.546049,123 c -0.170401,-1.473 -0.3387,-2.94281 -0.482289,-4.41856 -0.08497,1.47255 -0.16437,2.9464 -0.25722,4.41856 l 0.739509,0 z m -0.546594,-5.18147 c -0.05458,-0.57368 -0.140502,-1.14278 -0.192915,-1.71657 -0.321198,-3.98614 -0.407878,-4.75807 -0.578747,-8.8689 -0.274157,-6.59581 -0.245138,-13.204657 -0.257221,-19.804044 -0.06462,-8.423369 -0.09049,-16.848172 -0.09646,-25.27161 -0.01053,0.116574 -0.02158,0.233103 -0.03215,0.34967 -0.0043,8.247171 -0.02801,16.484139 -0.09646,24.731211 -0.171163,9.453611 0.150223,18.908233 0.450136,28.355063 0.14526,2.46693 0.147831,4.93639 0.160763,7.40665 l 0.09646,0 c 0.201777,-1.72536 0.401772,-3.45063 0.546594,-5.18147 z M 92.841962,62.507076 c 9.9e-5,-0.190563 -6.5e-5,-0.381623 0,-0.572187 -0.124147,1.377347 -0.255994,2.755897 -0.385831,4.132464 -0.785385,7.858615 -1.668469,15.730881 -2.089918,23.618625 -0.154115,2.884353 -0.233633,5.145081 -0.289374,7.406648 -0.03548,-3.410569 -0.07478,-6.825125 -0.09646,-10.235797 -0.0075,0.498242 -0.02458,0.995807 -0.03215,1.494045 0.02377,3.452995 0.05792,6.910068 0.09646,10.36295 0.0085,-0.431539 0.02194,-0.970921 0.03215,-1.398681 0.0076,0.720277 0.02386,1.441327 0.03215,2.161597 0.05492,-3.046506 0.118179,-5.952402 0.321526,-9.758974 0.421354,-7.887663 1.304551,-15.728305 2.089918,-23.586836 0.113862,-1.20713 0.21195,-2.416123 0.321526,-3.623854 z m -2.73297,36.969664 c -0.0086,0.476363 -0.02453,1.03031 -0.03215,1.52583 0.01052,0.85793 0.02051,1.71692 0.03215,2.57485 0.03652,2.2489 0.07771,4.48996 0.12861,6.73909 -0.03195,-2.23469 -0.06023,-4.47648 -0.09646,-6.70731 -0.01869,-1.37688 -0.0163,-2.75556 -0.03215,-4.13246 z m -0.03215,1.52583 c -0.0094,-0.76261 -0.02364,-1.526122 -0.03215,-2.288746 -0.03799,1.922066 -0.0617,3.807536 -0.09646,6.230486 -0.0114,0.79434 -0.02234,1.58975 -0.03215,2.38411 3.97e-4,0.92156 3.72e-4,1.84403 0,2.76558 8.14e-4,0.45634 -0.0012,0.91054 0,1.36689 0.02595,-2.16068 0.06547,-4.32417 0.09646,-6.48479 0.02216,-1.54497 0.04445,-2.6832 0.06431,-3.97353 z m -0.160763,6.32585 c -0.0025,-5.71793 -0.01282,-11.44767 0,-17.165619 -0.01407,0.922117 -0.01812,1.843467 -0.03215,2.765572 -0.01628,5.691955 -0.03314,11.378267 -0.03215,17.070257 -0.0015,0.70864 0.0022,1.42117 0,2.12981 0.01975,-1.5993 0.04455,-3.20071 0.06431,-4.80002 z m -0.06431,4.80002 c -0.01109,3.61743 -0.0477,7.25477 -0.09646,10.87156 l 0.09646,0 c 0.02081,-3.62711 4e-6,-7.2478 0,-10.87156 z M 92.84196,61.934889 c 0.0105,-0.11653 0.0217,-0.233135 0.03215,-0.34967 -0.0021,-3.549503 -0.0058,-7.099436 0,-10.649044 -0.0081,-7.456145 -0.0077,-14.890921 -0.03215,-22.347097 -0.02137,-0.201865 -0.04286,-0.402127 -0.0643,-0.603975 0.02585,7.63747 0.05602,15.281841 0.0643,22.919284 0.01132,3.673764 0.0012,7.356854 0,11.030502 z m 0.03215,-0.34967 c 1.11e-4,0.19072 -1.34e-4,0.381468 0,0.572187 0.521542,-5.773986 0.982411,-11.569093 1.318257,-17.356351 -0.0068,-0.160157 -0.02484,-0.316697 -0.03215,-0.476823 -0.327975,5.766381 -0.769937,11.50776 -1.286104,17.260987 z m -2.893733,19.29543 c -0.0068,0.732294 -0.02682,1.461082 -0.03215,2.193385 0.0033,0.646165 0.02844,1.292917 0.03215,1.93908 1.4e-5,-1.376996 -9.37e-4,-2.755455 0,-4.132465 z M 88.27629,113.49533 c -0.0085,1.25891 -0.01999,2.52392 -0.03215,3.7828 -0.04185,1.90458 -0.0228,3.8122 -0.03215,5.72187 l 0.225068,0 c -0.04552,-2.11544 -0.08692,-4.21234 -0.12861,-6.58016 -0.01716,-0.97437 -0.01759,-1.95011 -0.03215,-2.92451 z M 88.115531,98.682035 c -0.01055,-1.46179 -0.02225,-2.924965 -0.03215,-4.38677 -0.01284,-2.343153 -0.02389,-4.682018 -0.03215,-7.02519 -0.438052,-6.64676 -0.855298,-13.29773 -0.739509,-19.962982 3.23e-4,-6.264587 0.0011,-12.522234 0,-18.78682 -0.0147,-0.253803 -0.01739,-0.509118 -0.03215,-0.762917 0.0013,6.503359 3.36e-4,13.014591 0,19.517948 -0.215878,9.313884 0.304431,18.60839 0.707357,27.910031 0.06234,1.162807 0.08653,2.333576 0.12861,3.4967 z m -2.218528,11.920575 c 0.0069,0.15873 0.02529,0.31808 0.03215,0.47682 0.152739,1.19559 0.290408,2.39734 0.450137,3.59206 0.287422,2.14982 0.643305,4.29956 0.900272,6.45301 0.07446,0.62395 0.132473,1.25001 0.192916,1.8755 l 0.417983,0 c -0.11629,-0.5557 -0.216361,-1.0952 -0.321526,-1.65299 -0.905303,-4.80163 -1.237882,-7.27883 -1.671934,-10.7444 z m 0.03215,0.47682 c -0.185354,-1.45089 -0.392009,-2.90426 -0.578746,-4.35498 -0.08928,-0.75193 -0.173742,-1.50462 -0.257221,-2.25696 0.06371,3.90197 0.08236,7.7951 0.09646,11.69805 -0.01005,2.2713 -0.04358,4.56318 -0.0643,6.83446 l 1.253951,0 c -0.05917,-2.0053 -0.132873,-4.00404 -0.225069,-6.00797 -0.07669,-1.96626 -0.140064,-3.94649 -0.225068,-5.9126 z M 95.607084,5.002242 c 0.386563,3.4388429 0.676439,6.899291 0.803815,10.36295 0.438673,11.850333 0.374027,23.726253 1.028883,35.570983 0.313566,6.386585 0.673126,12.778995 0.932425,19.168278 1.36e-4,-0.423644 -1.44e-4,-0.847883 0,-1.271527 C 98.115354,62.877635 97.764232,56.921061 97.471935,50.967963 96.879449,39.158673 96.775197,27.343943 96.603815,15.524133 96.59375,12.010271 96.361747,8.4910023 96.025068,5.002242 l -0.417984,0 z m 2.765123,63.830684 c 0.01413,0.327701 0.01864,0.657719 0.03215,0.985434 0.0026,-7.890385 0.0295,-15.791817 0.03215,-23.682201 -0.0382,-10.626806 0.01695,-21.226369 0.192916,-31.851766 0.04278,-2.44383 0.09615,-4.8988995 0.09646,-7.3430715 C 98.70522,6.654732 98.683046,6.3695919 98.66158,6.0830404 98.627071,5.7249775 98.597295,5.3605453 98.565123,5.002242 l -0.514442,0 c 0.05653,2.9687738 0.07618,5.93136 0.128611,8.900693 0.172025,10.736286 0.238817,21.463809 0.192915,32.201435 -0.0025,7.572649 0.0026,15.155908 0,22.728556 z M 98.725886,6.9413215 c 0.958656,13.2949255 1.067443,26.6358795 1.157493,39.9577535 0.03188,2.966711 0.180661,5.90906 0.353681,8.868905 0,-0.169619 0,-0.338992 0,-0.508611 -0.15677,-2.779733 -0.259394,-5.54261 -0.289376,-8.328506 -0.09167,-13.566805 -0.213613,-27.151029 -1.221798,-40.6888817 7.78e-4,0.2337637 2.8e-5,0.465566 0,0.6993402 z m 1.511174,48.3180475 c 0.0209,0.371336 0.0418,0.741327 0.0643,1.112587 -2e-5,-5.507795 1e-4,-11.022064 0,-16.529859 -1.3e-4,-6.24931 -0.034,-12.505473 -0.0322,-18.755031 0.002,6.241513 -0.0323,12.481973 -0.0322,18.723243 8e-5,5.152181 -3e-5,10.296879 0,15.44906 z m 0.0643,1.112587 c 0,0.16947 0,0.33914 0,0.508611 0.30039,4.815408 0.68516,9.61956 1.02889,14.431837 0.16636,2.329158 0.24095,3.535053 0.32152,4.831805 0.002,-0.275606 -0.002,-0.550887 0,-0.826493 -0.0732,-1.13463 -0.12084,-2.032218 -0.25722,-3.941735 -0.35657,-4.992433 -0.79069,-10.007885 -1.09319,-15.004025 z m 1.35041,18.94576 c 0.0402,0.622595 0.12788,1.600063 0.16076,2.161597 -0.0337,-4.400632 -0.0535,-8.791375 -0.0643,-13.192098 -0.008,3.673281 -0.0692,7.357294 -0.0965,11.030501 z m 0,0.826493 c -0.0302,4.017619 -0.0469,8.030043 -0.0643,12.047724 0.006,10.545399 0.11109,21.083867 0.12861,31.629247 -0.003,1.05855 2.9e-4,2.12019 0,3.17882 l 0.0643,0 c 0.003,-1.04887 -0.009,-2.09815 0,-3.14703 0.0175,-10.47009 0.12323,-20.93661 0.12861,-31.406732 -0.014,-3.177389 -0.0401,-6.359117 -0.0643,-9.536456 -0.0416,-0.74981 -0.14677,-2.022955 -0.19292,-2.765573 z m 0.19292,2.765573 c 0.0702,1.26619 0.13415,2.420783 0.25722,4.672863 0.39953,8.331976 0.59212,16.656625 1.06103,24.985515 0.27678,4.91612 0.42536,6.35779 0.80382,11.15766 0.0959,1.0397 0.19397,2.07543 0.28937,3.11524 -0.001,-0.39264 0.001,-0.78356 0,-1.17616 -9.7e-4,-0.19048 9.6e-4,-0.38172 0,-0.57219 -0.0507,-0.42455 -0.11292,-0.84656 -0.16076,-1.27153 -0.16542,-1.78854 -0.37514,-3.58156 -0.51444,-5.3722 -0.79838,-10.26281 -0.91449,-20.558347 -1.44687,-30.834546 -0.15655,-2.865152 -0.23224,-4.407373 -0.32153,-5.944392 0.003,0.413117 0.029,0.826623 0.0322,1.23974 z m 2.41144,42.182928 c 0.076,0.63617 0.1428,1.27203 0.22507,1.90729 l 0.70736,0 c -0.002,-0.18995 0.002,-0.38226 0,-0.57219 -0.0167,-3.75512 -0.0176,-7.4979 0,-11.25302 -0.15467,-2.29205 -0.26303,-4.54262 -0.48229,-7.97883 -0.19484,-3.566398 -0.35062,-7.144159 -0.48229,-10.712622 -0.0162,3.444549 -0.0364,6.886684 -0.0643,10.331162 0.0143,6.08489 0.0657,12.19338 0.0965,18.27821 z m -0.0322,-28.609372 c 0.002,-0.434529 -0.002,-0.868785 0,-1.303315 -0.4551,-13.015195 -0.55015,-26.045776 -0.6109,-39.067685 0.003,-5.308432 -0.0241,-10.617242 -0.0322,-15.925883 -0.0161,-0.678668 -0.0139,-1.355837 -0.0322,-2.034444 -0.0116,5.980855 -0.0355,11.947807 0,17.928539 0.0628,13.467083 0.17856,26.943452 0.67521,40.402788 z m -0.67521,-58.331327 c 0.0138,-7.145255 0.0304,-14.312088 -0.0322,-21.457027 -0.0879,-2.563302 -0.12463,-5.1257553 -0.19291,-7.692742 l -0.96458,0 c 0.30675,3.3934937 0.46896,6.798933 0.57875,10.204009 0.19026,6.319616 0.44063,12.625401 0.61089,18.94576 z m 0.0322,2.034444 c 0.0211,0.890909 0.0478,1.779173 0.0643,2.670208 -0.0235,7.653492 -0.0469,15.330443 0.12861,22.982861 0.19602,7.137047 0.48623,14.253686 0.48229,21.393451 -0.009,2.649659 -0.0204,5.297417 -0.0322,7.947048 0.14034,4.01354 0.29528,8.036748 0.51444,12.047727 0.15306,2.39844 0.28936,4.78618 0.45014,7.18413 0.0108,-2.23193 0.023,-4.4754 0.0322,-6.70731 -0.041,-6.579662 -0.0436,-13.160648 -0.0643,-19.740466 0.002,-7.161925 -0.41732,-14.297774 -0.57874,-21.457028 -0.16369,-7.703469 -0.234,-15.405103 -0.28938,-23.110013 -0.0747,-5.445949 -0.35824,-10.893606 -0.45013,-16.33913 -0.0402,-2.381477 -0.0434,-4.770632 -0.0643,-7.152342 -0.0787,-3.414584 0.20199,-6.8524759 0.0965,-10.2675853 -0.13042,2.3966473 -0.26295,4.7858923 -0.22507,7.1841303 -0.0893,7.787487 -0.0762,15.576202 -0.0643,23.364319 z m 1.60763,74.225425 c -0.001,0.25387 10e-4,0.50905 0,0.76291 0.19165,2.84019 0.42395,5.66771 0.83596,9.88613 0.065,0.66502 0.12567,1.2903 0.19292,1.93908 l 0.0643,0 c -0.37217,-3.55997 -0.69817,-7.14039 -0.96457,-10.71262 -0.0467,-0.62594 -0.0866,-1.24926 -0.12861,-1.8755 z m -4.8872,-53.531313 c -0.0232,-0.371229 -0.0426,-0.741285 -0.0643,-1.112587 3e-5,6.774164 0,13.53849 0,20.312653 -0.10306,9.976335 -0.1222,19.967786 -0.16077,29.944477 -0.0203,5.66294 -0.0108,11.31189 0,16.97489 l 0.38584,0 c 0.0104,-5.56326 -0.0121,-11.12558 -0.0322,-16.6888 -0.0386,-10.061871 -0.026,-20.105464 -0.12861,-30.166991 0,-6.418698 3e-5,-12.844944 0,-19.263642 z m -1.897,12.937793 c -1.41e-4,0.434235 1.31e-4,0.86908 0,1.303315 0.0057,0.148284 0.02661,0.296748 0.03215,0.445035 0.205039,5.48613 0.287165,10.002628 0.321526,15.512636 0.01794,2.876677 -0.0034,5.73787 0,8.6146 0.01925,9.103574 0.06461,18.202404 0.128611,27.306054 -0.06365,-9.08367 -0.04509,-18.19067 -0.06431,-27.274266 -0.0034,-2.876727 -0.01422,-5.737928 -0.03215,-8.6146 -0.03435,-5.510125 -0.08438,-10.026389 -0.289374,-15.512636 -0.02214,-0.592628 -0.07203,-1.187557 -0.09646,-1.780138 z m 0,1.303315 c -0.01299,-0.338348 -0.01842,-0.678889 -0.03215,-1.017222 -0.0019,6.005164 -0.001,12.018738 0,18.023904 C 98.3806,99.756333 98.38317,111.37247 98.50081,123 l 0.03215,0 c -0.117356,-11.61691 -0.120241,-23.222501 -0.12861,-34.839855 -9.59e-4,-5.676835 -0.0017,-11.361635 0,-17.03847 z M 98.629428,5.002242 c 0.03487,0.3599046 0.06179,0.7210121 0.09646,1.0807984 -0.0015,-0.358525 -0.02851,-0.7223067 -0.03215,-1.0807984 l -0.0643,0 z m 1.543322,0 c 0.0525,5.329692 0.0943,10.659282 0.0965,15.989459 0.002,-5.327981 0.012,-10.661974 0.0643,-15.989459 l -0.16077,0 z m 1.44687,0 c 0.0524,3.4740387 0.10038,6.952309 0.0965,10.426526 -0.007,13.591639 -0.003,27.160821 0,40.752458 0.0165,2.666203 0.0379,5.344513 0.0322,8.010624 -0.006,-2.653096 0.0172,-5.293861 0.0321,-7.947047 -0.003,-13.591637 -0.007,-27.19261 0,-40.784247 0.004,-3.491253 -0.0128,-6.9718789 0.0643,-10.458314 l -0.22507,0 z m 2.25068,0 c 0.007,0.147872 -0.005,0.2971014 0,0.4450346 0.008,-0.1486154 0.0242,-0.2964195 0.0322,-0.4450346 l -0.0322,0 z m 2.47575,0 c 4e-4,0.052987 -4.5e-4,0.1059572 0,0.1589409 0.009,1.8731134 0.0233,3.7533642 0.0322,5.6265091 0.12057,3.36412 0.14739,6.742986 0.19292,10.108645 -0.0365,4.310179 0.0344,8.596355 0.0965,12.906004 0.10988,6.610443 0.20657,13.224651 0.25723,19.83583 0.0436,8.383818 0.0997,16.792496 0.16076,25.176246 0.0339,8.889823 10e-4,17.748901 -0.0643,26.638503 -0.0504,5.84828 -0.0781,11.69864 -0.0964,17.54708 l 0.7395,0 c -0.0186,-5.68556 -0.0159,-11.35306 -0.0643,-17.03847 -0.0652,-8.921437 -0.0984,-17.844007 -0.0643,-26.765655 0.0612,-8.306922 0.085,-16.614952 0.1286,-24.92194 0.0502,-6.463701 0.17872,-12.927864 0.28938,-19.390795 0.0628,-4.262542 0.10062,-8.547538 0.0643,-12.81064 0.0454,-3.252288 0.0975,-6.476712 0.22507,-9.727186 0.0126,-1.856665 0.0252,-3.7380402 0.0322,-5.5947216 0.001,-0.5843154 -0.0226,-1.1643266 -0.0322,-1.7483504 l -1.897,0 z m 3.7297,0 c -0.59835,4.5977979 -0.97067,9.207486 -0.80382,13.85965 0.1516,9.926995 0.20831,19.857489 0.19292,29.785534 0.0533,11.12079 0.0476,22.224863 0.0322,33.34581 0.002,12.13588 0.0265,24.293384 0.0322,36.429264 4.8e-4,1.52805 -0.002,3.04866 0,4.5775 l 0.0322,0 c -10e-4,-1.51701 4.8e-4,-3.0289 0,-4.54571 -0.006,-12.13589 0.002,-24.261594 0,-36.397478 -0.0184,-11.090226 -0.0213,-22.192161 0.0321,-33.282234 -0.0147,-9.829323 0.0389,-19.671195 0.19292,-29.499439 0.0843,-4.655052 0.54128,-9.2753227 1.12534,-13.8914388 -3.4e-4,-0.1271121 3.4e-4,-0.2543461 0,-0.3814582 l -0.83597,0 z m 0.83597,0.3814582 c 0.0323,12.2027998 0.061,24.4171558 0.0643,36.6199938 0.0267,2.607007 0.0392,5.213238 0.0322,7.819895 -0.007,-2.58949 0.007,-5.1983 0.0322,-7.788107 -0.003,-12.349299 -0.031,-24.683979 -0.0643,-37.03324 -1.7e-4,0.0013 -0.032,-0.0013 -0.0322,0 -0.0162,0.126108 -0.0162,0.2553279 -0.0322,0.3814582 z m 2.95803,-0.3814582 c -0.0625,0.7965675 -0.10629,1.321199 -0.19291,2.4159023 -0.71948,8.8498787 -1.02183,17.7322877 -1.12534,26.6067147 0.005,8.388022 0.035,16.756472 0,25.144457 -0.0426,7.664433 -0.0586,15.350134 -0.0643,23.014649 0.0782,4.981492 -0.0669,9.959086 -0.0322,14.940449 0.0153,2.197641 0.0921,4.382756 0.12861,6.580156 0.27534,3.94157 0.44317,7.89485 0.86812,11.82521 0.21237,1.96416 0.49277,3.91688 0.70736,5.88081 0.052,0.52618 0.0775,1.06299 0.12861,1.58941 l 0.0322,0 c -0.15387,-4.37546 -0.24185,-8.75069 -0.32152,-13.12852 -0.1422,-1.77618 -0.28035,-3.56338 -0.41799,-5.34042 -0.43479,-7.236352 -0.34272,-14.465043 -0.32152,-21.711331 -0.009,-7.703308 -0.0379,-15.406871 -0.0965,-23.110014 -0.051,-8.380325 -0.0569,-16.764287 0.0322,-25.144457 0.0504,-9.016232 0.058,-18.046819 0.57875,-27.0517491 0.057,-0.8390294 0.13283,-1.6727343 0.19291,-2.5112669 l -0.0965,0 z m 0.12862,104.869238 c 0.11107,1.38748 0.2271,2.77833 0.35367,4.16425 -0.24061,-3.81214 -0.3515,-7.64674 -0.45013,-11.44375 -0.24126,-12.205249 -0.2853,-24.412735 -0.25722,-36.619991 0.15495,-8.391793 0.18829,-16.799563 0.77166,-25.176246 0.29264,-3.981795 0.80578,-7.911614 1.41471,-11.856995 0.004,-1.688699 -0.0169,-3.397805 -0.0321,-5.08611 -0.95164,5.405842 -1.7778,10.83144 -2.15422,16.307341 -0.40462,8.5774 -0.35242,17.166477 -0.0965,25.748433 0.0622,12.218334 0.0559,24.435366 0.32152,36.651778 0.0633,2.43742 0.0842,4.87322 0.12862,7.31129 z m 1.80054,-86.018842 c 0.009,-0.05308 0.0228,-0.105862 0.0321,-0.158941 -0.0593,-6.233374 -0.21619,-12.465204 -0.51444,-18.691455 l -0.0322,0 c 0.30019,6.279268 0.45761,12.563902 0.51444,18.850396 z m 0.0321,-0.158941 c 0.016,1.685601 0.0354,3.368326 0.0322,5.054322 0.43077,-2.776828 0.90136,-5.560106 1.38256,-8.328505 -0.002,-1.483495 0.003,-2.966857 0,-4.450347 -0.13265,0.687174 -0.24885,1.379757 -0.38583,2.066232 -0.34774,1.886558 -0.69529,3.768021 -1.02889,5.658298 z m 1.41472,-7.72453 c 0.0287,-0.148804 0.0679,-0.2962 0.0965,-0.445034 0.004,-1.334738 -0.006,-2.67058 0,-4.005312 0.0619,-3.3548 0.0805,-4.823063 0.12861,-6.516579 l -0.35367,0 c 0.0454,2.1490123 0.0932,4.2730019 0.12861,6.421214 0.005,1.515274 -0.004,3.030432 0,4.545711 z m 0.0965,-0.445034 c -0.004,1.493635 0.003,2.988493 0,4.482134 0.0794,-0.456533 0.14578,-0.910453 0.22507,-1.366892 0.21091,-1.154423 0.40465,-2.309653 0.6109,-3.464913 -0.0102,-0.31789 -0.0225,-0.635784 -0.0322,-0.953645 -0.0202,-0.876173 -0.0412,-1.762413 -0.0643,-2.63842 -0.23813,1.314011 -0.48802,2.629885 -0.73951,3.941736 z m 0.73951,-3.941736 c 0.18253,-1.007155 0.37048,-2.0116796 0.5466,-3.0198779 -0.008,-1.1859175 -0.0384,-2.3742941 -0.0321,-3.5602771 l -0.70736,0 c 0.0879,2.1922619 0.13511,4.3863978 0.19291,6.580155 z m 0.5466,-3.0198779 c 0.008,1.238828 0.0312,2.4804929 0.0643,3.7192179 0.42839,-2.4274323 0.85642,-4.8522883 1.28611,-7.279495 l -0.73951,0 c -0.20029,1.1876772 -0.40363,2.3737464 -0.6109,3.5602771 z m 0.0643,3.7192179 c -0.17031,0.965074 -0.3422,1.927996 -0.51444,2.892725 0.12533,3.920892 0.29585,7.839705 0.35368,11.76163 0.004,0.285614 -0.003,0.572652 0,0.858282 0.11404,-2.04211 0.24388,-4.094481 0.38583,-6.135121 -0.0476,-2.320156 -0.0948,-4.641593 -0.16076,-6.961613 -0.0353,-0.804595 -0.0428,-1.611255 -0.0643,-2.415903 z m 0.22507,9.377516 c 0.003,0.169475 -0.003,0.339135 0,0.508611 0.38293,-5.56657 0.89096,-11.115111 1.54333,-16.657011 -0.39057,3.2838394 -0.75361,6.3147 -1.09319,10.172221 -0.17582,1.997207 -0.31112,3.977665 -0.45014,5.976179 z m 0,0.508611 c -0.1535,2.231403 -0.2615,4.474135 -0.38583,6.707308 0.0237,3.882787 -0.0216,7.752632 0.0965,11.634477 0.13719,6.286959 0.1934,12.593854 0.22507,18.882185 -0.0484,-6.211581 -0.054,-12.417135 0.0643,-18.627879 0.15265,-6.199713 0.12241,-12.398226 0,-18.596091 z m -0.38583,6.707308 c -0.002,-0.359704 0.004,-0.721116 0,-1.080798 -0.15717,2.814509 -0.28997,5.638115 -0.41798,8.455658 -0.23619,7.58828 -0.56065,15.201237 -0.19292,22.792131 0.14171,2.925314 0.57112,7.481678 0.83597,10.394738 0.0703,0.688156 0.128,1.377707 0.19291,2.066233 -0.008,-0.741015 -0.0255,-1.484143 -0.0322,-2.225174 -0.19848,-2.180391 -0.7518,-8.190428 -0.86812,-10.140432 -0.45405,-7.611852 -0.16115,-15.24368 0.0965,-22.855708 0.11225,-2.470963 0.24829,-4.936232 0.38583,-7.406648 z m 0.38583,40.402788 c 0.006,0.06163 0.0272,0.230976 0.0322,0.286094 0.0105,0.116031 0.0218,0.233631 0.0322,0.34967 -0.0418,-3.413081 -0.10127,-6.822584 -0.12861,-10.235797 0.0161,3.207339 0.0355,6.392811 0.0643,9.600033 z m 0.0643,0.635764 c 0.009,0.699599 0.0236,1.398434 0.0321,2.098021 0.89486,9.685526 1.26452,19.395741 1.35041,29.117985 0.0477,-1.00743 0.0823,-2.012368 0.12861,-3.019882 0.0474,1.304904 0.08,2.605222 0.12861,3.909952 0.007,-0.13846 0.026,-0.37824 0.0322,-0.50862 0.17217,-3.273163 0.31057,-6.548195 0.45014,-9.822546 -0.002,0.48798 0.004,0.974261 0,1.462256 0.4535,-10.29933 0.75585,-20.622306 0.93242,-30.929908 0.18609,-10.020599 0.27382,-20.017702 0.28938,-30.039838 0.0591,-8.619975 0.0556,-17.255736 0.12861,-25.8755863 0.005,-0.4349543 -0.004,-0.8683487 0,-1.3033157 l -0.64306,0 c 0.003,0.2545171 -0.003,0.5084034 0,0.7629165 0.079,8.7018065 0.0964,17.3961725 0.16077,26.0981035 0.0131,10.10791 0.094,20.218237 0,30.325932 -0.16728,9.766923 -0.45395,19.549077 -0.86812,29.308711 0.005,-1.113944 0.0386,-2.223945 0.0322,-3.33776 -0.01,-1.710896 -0.049,-3.438827 -0.0643,-5.149687 -0.0163,-1.820071 -0.0252,-3.64744 -0.0322,-5.467568 -1.3e-4,-14.154698 0.001,-28.282536 0,-42.437233 -8e-4,-10.034411 0.001,-20.069004 0,-30.103415 l -0.0643,0 c 10e-4,10.013223 0.0314,20.026616 0.0322,30.039839 0.001,14.154697 -1.2e-4,28.314323 0,42.46902 0.0781,6.785782 -0.20458,13.567486 -0.51444,20.344441 -0.3385,-9.316213 -0.68031,-18.652108 -1.51117,-27.941818 z m 2.12207,23.237166 c -0.12318,2.79747 -0.27088,5.595488 -0.41799,8.39208 -0.0145,0.30691 -0.0173,0.61481 -0.0322,0.92186 0.11458,2.21585 0.21312,4.42689 0.32153,6.64373 -0.007,-1.28339 -0.032,-2.56312 -0.0322,-3.84637 0.0523,-4.04106 0.12621,-8.069194 0.16077,-12.1113 z m -0.12861,15.95767 c 0.009,1.46371 0.0189,2.9237 0.0643,4.38677 0.0245,0.13849 0.0391,0.27485 0.0643,0.41325 -0.0206,-0.004 -0.0437,0.004 -0.0643,0 0.0129,0.34383 0.0151,0.70534 0.0322,1.04901 0.11671,0.15089 0.22961,0.29957 0.35368,0.44503 0.008,0.009 0.0267,-0.004 0.0322,0 8e-4,-0.0923 -0.0824,-0.43297 -0.0965,-0.57218 -0.061,-0.60502 -0.12056,-1.20529 -0.16077,-1.81193 -0.0864,-1.30305 -0.16126,-2.6053 -0.22506,-3.90995 z m 0.0964,5.84903 c -0.2993,-0.38699 -0.56157,-0.8026 -0.83596,-1.20795 0.26815,0.0515 0.53669,0.10361 0.80381,0.15894 -0.002,-0.0416 10e-4,-0.0855 0,-0.12715 -0.003,-0.0954 0.003,-0.1907 0,-0.2861 -0.27718,-1.56823 -0.51876,-3.12682 -0.70735,-4.70465 -0.0204,0.44599 -0.0452,0.88899 -0.0643,1.3351 -0.051,1.18957 -0.0588,2.37026 -0.0965,3.56028 -0.013,-0.0193 -0.0192,-0.0443 -0.0322,-0.0636 -0.001,0.0305 0.001,0.0651 0,0.0954 0.0105,0.002 0.0216,-0.002 0.0322,0 -0.003,0.0853 -0.0296,0.16905 -0.0322,0.2543 0.25774,0.48797 0.50031,0.9677 0.35368,1.46226 -0.0514,0.17348 -0.21653,0.15408 -0.38583,0.0636 -0.004,0.1476 0.003,0.29743 0,0.44503 0.27229,0.29389 0.55471,0.58198 0.80381,0.89007 0.079,-0.0852 0.20671,-0.14106 0.22507,-0.2543 0.0555,-0.34259 -0.0189,-0.67067 -0.0322,-1.01723 -0.008,-0.19811 -0.0223,-0.40595 -0.0322,-0.60397 z m -0.96457,0.98543 c -0.0205,-0.0221 -0.0438,-0.0415 -0.0643,-0.0636 -7.8e-4,0.0332 7.4e-4,0.0945 0,0.12715 -0.0494,2.17337 -0.0245,4.34301 -0.0643,6.51658 -0.003,0.15878 0.003,0.31804 0,0.47682 l 0.0964,0 c -0.0555,-2.34874 -0.0189,-4.70492 0.0322,-7.05698 z m -0.0643,-0.0636 c 0.003,-0.10815 0.0292,-0.3 0.0322,-0.41325 -0.23285,-0.13633 -0.51398,-0.34847 -0.77166,-0.5404 -0.0117,0.0182 -0.0197,0.0498 -0.0322,0.0636 0.2448,0.3048 0.50294,0.59992 0.77166,0.89007 z m -0.77166,-0.89007 c -0.0479,-0.0596 -0.0827,-0.12998 -0.12861,-0.19073 0.0512,0.0314 0.10503,0.0856 0.16076,0.12715 0.1585,-0.24631 0.23698,-0.79655 0.28938,-1.3351 -0.0332,-0.009 -0.0635,-0.0226 -0.0965,-0.0318 0.0302,0.003 0.0657,2.3e-4 0.0965,0 0.0277,-0.29434 0.0564,-0.4579 0.0643,-0.60398 -0.005,-0.007 0.005,-0.0247 0,-0.0318 -0.10197,-0.14866 -0.21666,-0.29849 -0.32153,-0.44503 0.0149,-0.20302 0.0188,-0.40092 0.0322,-0.60398 -0.2608,-1.02386 -0.50479,-2.04752 -0.70736,-3.08345 -0.35784,-1.82988 -0.67291,-3.68171 -0.90027,-5.53115 -0.0611,-0.49666 -0.10707,-1.06044 -0.16076,-1.5894 0.007,0.43449 0.0255,0.8688 0.0322,1.30331 -0.37577,-5.275011 -0.49664,-6.165223 -0.5466,-6.929824 -0.0742,4.586464 -0.13279,9.177574 -0.19291,13.764284 -0.0639,4.40162 -0.0592,8.79097 -0.12861,13.1921 l 1.12534,0 c -0.0568,-4.17069 -0.10303,-8.35348 -0.16076,-12.52455 -0.0313,-2.43714 -0.0594,-4.87423 -0.0965,-7.31128 0.35777,5.03854 0.20065,4.2353 0.70735,8.64639 0.0847,0.73769 -0.0508,1.52862 0.28938,2.19338 0.13721,0.2681 0.30185,0.5213 0.48229,0.76292 -0.0173,-0.01 -0.0477,-0.0236 -0.0643,-0.0318 0.0715,0.0872 0.14941,0.33814 0.22507,0.25431 z m -2.18638,-18.945764 c 0.004,-0.233141 0.0284,-0.4662 0.0322,-0.699341 -0.13515,-2.294761 -0.27818,-4.587241 -0.38583,-6.548367 -0.77821,-18.509564 -0.83164,-37.043704 -0.90028,-55.565754 0.0186,-1.495409 0.0293,-2.986998 0.0322,-4.482135 -0.01,0.06335 -0.0224,0.127373 -0.0322,0.190729 -0.003,1.420917 -0.0145,2.838456 -0.0321,4.259618 0.0686,18.522122 0.12222,37.056114 0.90027,55.565754 0.31534,5.745781 0.33863,6.557124 0.38583,7.279496 z m 0.0322,-0.699341 c 0.12884,2.187671 0.27788,4.312158 0.48229,6.325855 -0.0902,-5.827828 -0.18303,-11.655439 -0.25723,-17.483509 -2.3e-4,-12.278712 0.001,-24.532011 0,-36.810723 -10e-4,-9.120785 -0.0156,-18.248849 0,-27.369631 -0.0243,0.139605 -0.0722,0.273632 -0.0965,0.413247 0.0128,8.964555 0.0311,17.928251 0.0322,26.892808 0.001,12.278712 -2.3e-4,24.563797 0,36.842511 -0.0484,3.728699 -0.10057,7.460936 -0.16076,11.189442 z m 2.25068,16.529855 c 0.0818,0.32123 0.17049,0.63371 0.25722,0.95365 0.008,0.031 0.0222,0.0644 0.0322,0.0954 0.003,-0.0565 0.0315,-0.24634 0.0322,-0.2543 0.17457,-2.09379 0.29761,-4.19674 0.41799,-6.29406 -0.41913,-4.36627 -0.58638,-8.745794 -0.70736,-13.128525 -0.17041,-6.173637 -0.21109,-8.756099 -0.32153,-14.972237 -0.0214,-2.087885 -0.0388,-4.174239 -0.0643,-6.262273 -0.0157,-0.170024 -0.0483,-0.338609 -0.0643,-0.508611 0.0248,2.24421 0.0514,4.495107 0.0965,6.739096 0.11043,6.216338 0.119,8.798399 0.28937,14.972237 0.17161,6.217782 0.44048,12.444363 0.0322,18.659663 z m 0.73951,-5.49935 c 0.0564,0.58724 0.0945,1.19387 0.16076,1.78014 0.0633,-2.11549 0.0326,-4.24742 0.0965,-6.35764 -0.002,-0.22244 0.002,-0.44512 0,-0.66755 -0.0552,1.16665 -0.10628,2.33013 -0.16077,3.4967 -0.0355,0.57908 -0.0632,1.16908 -0.0965,1.74835 z m 0.16076,1.78014 c -0.039,1.30345 -0.11369,2.61371 -0.25722,3.90994 -0.0443,0.40032 -0.0501,0.78951 -0.16076,1.17617 0.088,0.13015 0.20152,0.25122 0.28937,0.38145 0.039,-1.11765 0.0731,-2.21545 0.12861,-3.4967 0.0252,-0.5826 0.005,-1.0008 0.0322,-1.58941 -0.0147,-0.1255 -0.018,-0.2559 -0.0322,-0.38145 z m 0.0322,0.38145 c 0.01,0.084 0.0221,0.17033 0.0322,0.25431 0.0964,-2.11342 0.21958,-4.21728 0.32152,-6.32585 -0.007,-0.12745 -0.0254,-0.25402 -0.0322,-0.38146 -0.0843,1.76773 -0.21201,4.04312 -0.32153,6.453 z m -0.45013,4.70466 c -0.0553,-0.0819 -0.10502,-0.17273 -0.16077,-0.25431 0.0403,0.11445 0.0743,0.23609 0.12861,0.34967 0.0105,-0.0315 0.023,-0.0634 0.0322,-0.0954 z m -0.0322,0.0954 c -0.0178,0.0537 -0.0422,0.10656 -0.0643,0.15894 -0.0164,0.0387 -0.0891,0.063 -0.16076,0.0636 -0.001,0.0153 10e-4,0.0163 0,0.0318 0.13151,0.0344 0.2526,0.0673 0.38583,0.0954 -0.062,-0.11568 -0.10516,-0.23337 -0.16077,-0.34967 z m 0.16077,0.34967 c 0.0411,0.0766 0.0877,0.14607 0.12861,0.22252 0.002,-0.0601 0.0301,-0.12988 0.0322,-0.19073 -0.0551,-0.0109 -0.10586,-0.0202 -0.16076,-0.0318 z m 0.12861,0.22252 c -0.0165,0.48796 -0.0209,1.13159 -0.0322,1.55762 0.0125,0.007 0.0201,0.0253 0.0322,0.0318 0.0121,-0.50732 0.0167,-1.01851 0.0322,-1.52584 -0.0112,-0.0212 -0.0208,-0.0424 -0.0322,-0.0636 z m -5.75532,0.12715 c 0.18973,3.00586 0.45737,5.99028 0.90028,8.96427 l 0.12861,0 c -0.0343,-0.22087 -0.0606,-0.447 -0.0965,-0.66755 -0.38273,-2.76367 -0.67896,-5.52132 -0.93243,-8.29672 z m 8.6169,-109.033488 c 0.10095,2.2559285 0.21055,4.4849218 0.35368,6.739096 0.279,4.608223 0.63096,9.246154 0.80381,13.859651 0.135,3.603519 0.13378,6.594613 0.12861,10.204008 -0.002,1.728378 -0.0242,3.453113 -0.0321,5.181475 -0.03,9.438175 -0.12919,18.884962 -0.12861,28.323277 -0.0137,8.257267 -0.0846,16.50571 -0.0322,24.762999 -0.008,2.66069 -0.0465,5.317905 -0.0643,7.978832 0.2706,-3.042734 0.50311,-6.072634 0.6752,-9.123207 0.0551,-7.732173 -0.0404,-15.441396 -0.0643,-23.17359 -0.0128,-9.520009 -0.0969,-19.057678 -0.12861,-28.577582 -0.008,-1.741764 -0.0295,-3.471483 -0.0322,-5.213263 -0.004,-2.909847 -0.0195,-4.666123 -0.0322,-6.611943 0.18263,4.344937 0.40217,8.691427 0.64306,13.033157 0.002,-0.752713 0.0292,-1.50425 0.0322,-2.256961 -0.1398,-3.584996 -0.25331,-7.156313 -0.32153,-10.744408 -0.0918,-7.952595 -0.0937,-15.92015 -0.0322,-23.87293 -5e-5,-0.1696515 -2.5e-4,-0.3389661 0,-0.508611 l -0.80382,0 c 0.0406,3.9877558 0.0629,7.964853 0.12862,11.952359 0.13908,2.948542 0.25252,5.887057 0.32152,8.837117 0.0335,1.431456 0.0243,2.291833 0.0322,3.274183 -0.16925,-4.038225 -0.28712,-8.070774 -0.35367,-12.1113 -0.075,-1.590933 -0.15068,-3.177838 -0.22507,-4.768228 -0.11311,-2.3874021 -0.18953,-4.7954772 -0.25722,-7.184131 l -0.6109,0 z m 2.12207,35.125949 c 0.019,0.486078 0.0119,0.976235 0.0322,1.462257 0.0126,-3.657406 0.0333,-7.309671 0.0643,-10.966926 -0.0106,-0.836479 0.0222,1.075127 -0.0322,-2.829148 -0.0417,4.10569 -0.0481,8.227897 -0.0643,12.333817 z m 0.0965,-9.504669 c 0.0285,2.245392 0.0368,1.484999 0.0964,3.433125 -0.0332,-1.620968 -0.0449,-3.242401 -0.0643,-4.863593 -0.004,0.477086 -0.0281,0.953378 -0.0322,1.430468 z m 0.0322,-1.430468 c 0.0501,-5.385128 0.10769,-10.764084 0.22507,-16.1484 0.0731,-2.68046 0.13941,-5.3624999 0.22506,-8.042412 l -0.0643,0 c -0.0744,2.4005019 -0.13773,4.7780181 -0.22507,7.978835 -0.0979,4.492047 -0.17563,8.98555 -0.22507,13.478193 0.006,0.402581 0.0259,0.80537 0.0322,1.207951 0.007,0.508652 0.0261,1.017165 0.0322,1.525833 z m -0.0643,-2.733784 c -0.11188,-7.149857 -0.22385,-14.307031 -0.32152,-21.457028 l -0.0322,0 c 0.1031,7.541999 0.23706,15.091326 0.35368,22.633191 0.004,-0.391097 -0.004,-0.78507 0,-1.176163 z m 0.12861,7.597377 c 0.0223,0.726656 0.0539,1.810597 0.12861,5.531145 0.0325,1.618863 -0.004,3.244797 0.0322,4.863593 0.0834,3.769053 0.30285,7.550529 0.48229,11.316595 0.11572,1.728397 0.22247,3.453759 0.35367,5.181475 0.0603,1.208172 0.10583,2.415509 0.16077,3.623853 0.019,-2.87953 0.0495,-5.766824 0.0643,-8.646387 -0.002,-0.413137 0.001,-0.826613 0,-1.239739 -0.26543,-3.33173 -0.55218,-6.678668 -0.77166,-10.01328 -0.29754,-4.520585 -0.35518,-5.985065 -0.45014,-10.617255 z m 1.2218,20.630535 c 0.033,0.413829 0.0645,0.825855 0.0965,1.239739 -0.004,-4.502687 -0.0196,-9.007316 -0.0322,-13.50998 -0.01,1.143811 -0.0258,2.289266 -0.0322,3.433124 -0.002,-0.699854 0.002,-1.398167 0,-2.09802 -0.0267,3.646939 -0.0436,7.287571 -0.0322,10.935137 z m 0.0322,-10.935137 c 0.0131,-1.785524 0.0116,-3.554988 0.0322,-5.340416 0.005,1.33608 -0.004,2.669227 0,4.005312 0.0647,-7.636145 0.18939,-15.283619 0.35368,-22.919285 0.11995,-4.83246 0.4194,-9.670502 0.70735,-14.495414 l -0.32152,0 c -0.0841,4.8212276 -0.2001,9.645167 -0.41799,14.463626 -0.13078,6.07885 -0.24833,12.167451 -0.32152,18.246421 -0.022,-5.927683 -0.0463,-11.84205 -0.0965,-17.769598 -0.12512,-10.9438057 -0.0839,-7.149066 -0.22507,-14.940449 l -0.0322,0 c 0.10171,4.3423948 0.15123,11.264234 0.19291,14.908661 0.0673,7.952873 0.10841,15.888053 0.12861,23.841142 z m 0.0643,12.174876 c 0.004,4.035235 -8.1e-4,8.076074 0,12.1113 0.21987,5.258367 0.40544,10.538733 0.57875,15.79873 0.002,-0.900172 0.005,-1.801905 0,-2.701996 0.0202,-7.991692 0.008,-15.988022 -0.48229,-23.968295 -0.0307,-0.41396 -0.0644,-0.825855 -0.0965,-1.239739 z m 0.57875,27.91003 c -7e-4,0.26481 -0.0309,0.529888 -0.0322,0.794705 0.14424,4.393469 0.29326,8.798828 0.45014,13.192098 0.22428,7.007886 0.46011,14.016426 0.96458,21.011996 0.13186,1.82844 0.24527,2.90567 0.35368,4.16425 l 0.0322,0 c -0.72757,-8.35746 -1.05012,-16.76772 -1.31826,-25.144458 -0.16697,-4.676255 -0.29606,-9.342151 -0.45013,-14.018591 z m -0.0322,0.794705 c -0.1663,-5.065812 -0.34153,-10.130324 -0.54659,-15.194755 1.4e-4,0.804927 -1.3e-4,1.610978 0,2.415903 0.0179,2.107544 0.038,4.218014 0.0322,6.325849 -0.0183,-1.081774 -0.0441,-2.160665 -0.0643,-3.242395 -0.033,10.743047 0.0271,21.491283 0.19291,32.233222 0.11391,5.27789 0.19813,10.55268 0.19292,15.83052 l 0.48229,0 c -0.0751,-3.16034 -0.15266,-6.31235 -0.22507,-9.47288 -0.0425,-0.72942 -0.0955,-1.46319 -0.12861,-2.19339 -0.0647,-1.79977 -0.15809,-3.60344 -0.19292,-5.40399 -0.025,-1.29172 -0.0355,-2.58614 -0.0322,-3.87816 -0.0618,-1.63277 -0.11905,-3.262022 -0.16076,-4.895378 -0.15602,-6.11 -0.0847,-12.23007 -0.0643,-18.341785 0.0106,0.636305 0.0216,1.27099 0.0322,1.907291 0.10076,6.633455 0.16104,13.265278 0.19291,19.899412 0.002,0.4765 0.001,0.95393 0,1.43046 0.0506,1.33624 0.11169,2.66903 0.16076,4.00532 -0.0956,-7.137126 0.0959,-14.287084 0.12861,-21.425244 z m 0.0643,28.895464 c 0.18468,3.16717 0.46056,6.31613 0.77166,9.47288 l 0.0643,0 c -0.42476,-3.84409 -0.74159,-7.69906 -0.86812,-11.5709 -0.0394,-1.34482 -0.0933,-2.6922 -0.12861,-4.0371 0.0605,2.04685 0.11386,4.08808 0.16076,6.13512 z m -0.64305,-38.590862 c 0.003,-1.038267 -0.005,-2.076948 0,-3.115242 -1.9e-4,-1.05911 2e-4,-2.119708 0,-3.178819 -0.031,-0.752615 -0.0638,-1.504403 -0.0965,-2.256962 -0.005,0.751676 -0.0268,1.505287 -0.0322,2.256962 -0.006,-0.22277 -0.026,-0.44479 -0.0322,-0.667552 -0.0783,11.062807 -0.18182,22.124262 -0.28937,33.186865 -0.0147,2.49001 -0.0214,5.16827 -0.0322,7.85169 0.0193,-2.6076 0.0811,-5.21879 0.0965,-7.8199 0.10464,-10.766211 0.17965,-21.530406 0.25722,-32.296798 0.0523,2.014641 0.0909,4.024714 0.12861,6.039756 z m -0.16077,-6.961613 c 0.005,-0.741089 0.0271,-1.484083 0.0322,-2.225174 -0.0711,-1.611351 -0.14461,-3.220754 -0.22507,-4.831804 -0.0681,-0.965326 -0.1268,-1.927308 -0.19292,-2.892726 0.17194,3.316121 0.29451,6.63118 0.38583,9.949704 z m -0.38583,-9.949704 c -0.0253,-0.487266 -0.0367,-0.97506 -0.0643,-1.462256 -0.0124,-0.263611 -0.0196,-0.53107 -0.0322,-0.794705 -0.31639,-4.725085 -0.60677,-9.447231 -0.80382,-14.177532 -0.002,0.625467 0.002,1.250034 0,1.875503 0.27403,4.850719 0.56827,9.711215 0.90027,14.55899 z m -0.90027,-14.55899 c -0.0204,-0.360937 -0.0443,-0.719842 -0.0643,-1.080799 -0.0168,5.300619 -0.0288,10.593609 -0.0322,15.894095 -0.078,5.740795 0.0417,11.486189 0.0643,17.229198 0.003,-5.733776 -0.0172,-11.463298 0,-17.19741 0.003,-4.950644 0.0181,-9.89431 0.0322,-14.845084 z m 1.31826,22.28352 c 0.009,0.212058 0.0229,0.423702 0.0322,0.635764 0.003,-0.402265 -0.003,-0.805684 0,-1.207951 -0.009,-0.201474 -0.023,-0.402506 -0.0322,-0.603976 -0.003,0.391681 0.003,0.784483 0,1.176163 z m 0.0322,-0.572187 c 0.0304,0.678476 0.0675,1.355921 0.0965,2.034444 -8.3e-4,-3.74927 -0.0288,-7.503741 -0.0322,-11.253019 -0.0158,3.070114 -0.0438,6.148499 -0.0643,9.218575 z m 0.0965,2.034444 c 1e-4,0.4766 -1e-4,0.953869 0,1.430469 0.0109,0.264978 0.0214,0.52972 0.0322,0.794704 -8e-5,-0.466009 9e-5,-0.932669 0,-1.39868 -0.0115,-0.275553 -0.0204,-0.550947 -0.0322,-0.826493 z m -1.89701,25.716645 c -0.004,0.552282 0.006,1.100701 0,1.652986 -0.003,0.654782 0.004,1.316053 0,1.970868 0.0884,-1.278565 0.14071,-2.564837 0.19292,-3.846371 0.1219,-3.786127 0.16485,-7.56142 0.19292,-11.348384 -0.0193,2.01091 -0.0604,4.029669 -0.12861,6.039756 -0.0586,1.726699 -0.14273,3.455687 -0.22507,5.181475 -0.006,0.117219 -0.0255,0.232466 -0.0322,0.34967 z m 0.38584,-11.570901 c 0.0107,-1.114183 0.0314,-2.223413 0.0322,-3.33776 -0.003,1.110779 -0.0239,2.227031 -0.0322,3.33776 z m -0.38584,15.194755 c -0.17214,2.491146 -0.41559,4.986303 -0.6752,7.470223 -0.0462,5.18394 -0.12271,10.36466 -0.35368,15.54443 -0.0704,1.38398 -0.139,2.39097 -0.19291,3.43312 l 0.38583,0 c 0.0699,-1.01822 0.15781,-2.03322 0.22507,-3.05167 0.45792,-7.78371 0.56407,-15.60149 0.61089,-23.396103 z m -0.6752,7.470223 c 0.006,-0.65723 -0.004,-1.31362 0,-1.97087 -0.62189,6.99274 -1.44623,13.96997 -2.21853,20.94842 l 0.25722,0 c 0.10573,-1.32216 0.19615,-2.65301 0.32153,-3.97352 0.47592,-5.01242 1.11627,-9.99513 1.63978,-15.00403 z m 7.52371,-99.020208 c 0.0672,4.5145159 -0.002,9.027173 -0.0965,13.541769 0.0345,-0.879327 0.0587,-1.759278 0.0965,-2.63842 0.0486,-3.636264 0.0547,-7.2669347 0.0322,-10.903349 l -0.0322,0 z m 0,10.903349 c -0.0394,2.94714 -0.10158,5.922308 -0.19292,8.868905 -0.063,2.479359 -0.13022,4.959108 -0.19292,7.438436 0.004,-0.636803 0.0259,-1.270514 0.0322,-1.907291 -0.30026,11.845526 -0.62958,23.692149 -0.86812,35.539195 -0.19772,7.882166 -0.44831,15.76512 -0.45014,23.650413 -0.001,5.702173 0.13013,10.268897 0.35368,15.957671 0.0961,2.44637 0.20666,4.89746 0.32153,7.34307 0.14569,2.18272 0.3209,4.36468 0.45013,6.54837 0.12091,2.04303 0.1238,2.78343 0.16076,3.65564 l 0.32153,0 c -0.0176,-0.22293 -0.0475,-0.44457 -0.0643,-0.66755 -0.14995,-1.03449 -0.26177,-2.03365 -0.35368,-2.92452 -0.22498,-2.18064 -0.2995,-4.39349 -0.45014,-6.58015 -0.11489,-2.44559 -0.25754,-4.86494 -0.35368,-7.31128 -0.22356,-5.688154 -0.32279,-10.256131 -0.32152,-15.957675 0.002,-7.885239 0.25242,-15.768298 0.45013,-23.650413 0.22407,-11.126395 0.49048,-22.252651 0.77166,-33.377598 -0.0237,3.799367 -0.046,7.581123 -0.0322,11.380171 0.10096,9.731625 0.15077,19.48128 0.16077,29.213346 5.6e-4,8.711909 -0.13855,17.418645 -0.22507,26.129892 0.002,5.626977 -0.26861,11.253927 -0.0322,16.879527 0.0447,1.06445 0.12785,2.14715 0.19292,3.21061 0.0548,0.99739 0.11775,1.99221 0.19292,2.98809 0.0318,0.21946 0.0625,0.44492 0.0965,0.66755 l 0.41799,0 c -0.006,-2.60573 -0.014,-5.21415 0,-7.81989 -0.16071,-5.10064 0.0214,-10.2216 -0.16077,-15.321912 -0.0881,-8.845603 -0.2188,-17.696891 -0.22506,-26.543138 0.004,-9.645685 0.01,-19.282419 0.16076,-28.927252 0.0475,-3.856087 0.0813,-7.715065 0.16076,-11.570901 -0.0432,6.435539 -0.0414,12.891643 0,19.327219 0.0788,9.168912 0.0661,18.327799 0.12861,27.496784 0.0889,9.891126 0.0313,19.767283 -0.0322,29.65838 -0.0121,1.95911 -0.0217,3.92119 -0.0322,5.88082 0.0184,0.58335 0.0349,1.1653 0.0643,1.74835 0.0541,1.07131 0.14946,2.14051 0.22507,3.2106 0.06,0.95139 0.14489,1.91109 0.22507,2.86094 l 0.16076,0 c 0.002,-0.8031 0.009,-1.61286 0,-2.4159 -0.007,-0.65994 -0.0216,-1.31099 -0.0322,-1.97087 -0.14928,-2.99674 -0.20128,-6.00004 -0.22507,-8.99606 -0.005,-0.72089 0.004,-1.4407 0,-2.16159 0.0324,2.19251 0.11292,4.38787 0.16076,6.58015 -0.0522,-2.52565 -0.0739,-5.02699 -0.0965,-6.54837 -0.048,-3.2471 -0.10107,-6.51173 -0.12861,-9.75897 0.008,2.55504 0.0178,5.10594 0.0322,7.66095 -0.0859,-6.52587 -0.0925,-13.055208 -0.12861,-19.581521 -0.0549,-12.78971 -0.0662,-25.57855 -0.0643,-38.368345 0.0147,-6.801552 -0.0391,-13.606678 -0.0965,-20.408017 -0.0626,1.853134 -0.1218,3.709129 -0.16076,5.562933 0.0113,-1.640651 0.0134,-3.286552 0.0322,-4.927169 0.0324,-2.193517 0.0668,-4.386709 0.0965,-6.580155 -0.0154,-1.557335 -0.0479,-3.115551 -0.0643,-4.672864 -0.0428,-2.39242 -0.0384,-4.791534 -0.0643,-7.1841309 -0.1042,2.2248649 -0.22588,4.4502459 -0.32152,6.6755199 z m 0.32152,-6.6755199 c 0.066,-1.4087779 0.12926,-2.8188534 0.19292,-4.2278291 l -0.25722,0 c 0.0108,1.4081726 0.049,2.8196974 0.0643,4.2278291 z m 0.12861,11.8569949 c 0.0187,1.89619 0.016,3.793867 0.0321,5.690086 0.0636,-1.842614 0.15957,-3.689592 0.25723,-5.531145 0.0145,-0.229378 0.0198,-0.246582 0.0322,-0.445035 -0.0793,-5.262968 -0.15565,-10.53537 -0.19292,-15.79873 0.005,5.366459 -0.0562,10.718666 -0.12861,16.084824 z m 0.32153,-0.286094 c 0.006,0.392081 -0.006,0.78408 0,1.176163 0.006,-0.572213 0.0261,-1.144352 0.0322,-1.716562 -0.0125,0.20267 -0.0171,0.2996 -0.0322,0.540399 z m 0.0322,-0.540399 c 0.12557,-2.038588 0.13485,-2.651285 0.38583,-5.372204 0.12267,-1.329831 0.2652,-2.674695 0.38583,-4.005312 -0.006,-1.960311 0.009,-3.9205033 0,-5.880815 l -0.6109,0 c -0.0292,3.9160886 -0.0558,7.845996 -0.12861,11.76163 -0.0128,1.165486 -0.0198,2.331202 -0.0322,3.496701 z m 0.77166,-9.377516 c 0.0234,8.085003 0.0399,16.16951 -0.0322,24.254388 -0.0774,9.078898 -0.12307,18.163876 0.0322,27.242478 0.19275,11.884738 0.12657,23.748637 0.12861,35.63456 -1e-5,2.540087 0.0294,5.086627 0.0322,7.629167 -0.001,-2.53156 -2e-5,-5.06674 0,-7.597378 0.003,-11.811681 -0.0334,-23.601549 0.16076,-35.412043 0.15494,-9.069751 0.0764,-18.140646 0,-27.21069 -0.0894,-10.105158 -0.0766,-20.220618 -0.0322,-30.3259325 3.6e-4,-0.031775 -3.5e-4,-0.063589 0,-0.095365 l -0.0322,0 c 1.8e-4,0.075002 -6e-4,0.1475256 0,0.2225173 0.0476,1.8919806 -0.0867,3.7774562 -0.25722,5.6582972 z m -0.80381,11.094078 c -0.0874,8.497667 -0.17496,16.996026 -0.16076,25.494128 -0.002,12.789786 0.009,25.57864 0.0643,38.368344 0.0165,2.981048 0.0427,5.951502 0.0643,8.932481 -0.008,-4.951065 -0.0126,-9.894133 0.0322,-14.845084 0.063,-9.100609 0.0469,-18.20554 0.12861,-27.306055 0.0559,-8.169197 0.0621,-16.339691 -0.0322,-24.508694 -0.0313,-2.045702 -0.0653,-4.08949 -0.0965,-6.13512 z m 0.19291,92.058595 c 0.0334,1.53246 0.0398,3.04492 0.0643,4.5775 0.0343,0.68833 0.0846,1.37853 0.12861,2.06623 -0.077,-1.58015 -0.14075,-4.11808 -0.19292,-6.64373 z m -1.31825,-83.730089 c 0.0473,-1.864663 0.0813,-3.730039 0.12861,-5.594722 0.041,-2.055412 0.0854,-4.110835 0.12861,-6.166908 -0.0254,0.646611 -0.0733,1.292335 -0.0965,1.939079 -0.10576,3.267159 -0.12852,6.554004 -0.16076,9.822551 z m 3.794,-25.2716109 c -0.45941,11.7067629 -0.56319,23.4437169 -0.64305,35.1577369 -0.0215,13.739785 -0.35887,27.459296 -0.54659,41.197493 -0.12809,11.191515 -0.15604,22.37659 -0.25722,33.56833 -0.0178,1.56028 -0.0373,3.14375 -0.0643,4.70465 0.0353,1.11145 0.0786,2.22681 0.12861,3.33776 l 0.28937,0 c -0.0782,-2.62211 -0.16116,-5.22794 -0.16076,-7.85168 -0.069,-11.23346 -0.0225,-22.494389 0.12861,-33.727271 0.18769,-13.738212 0.5251,-27.457699 0.5466,-41.197493 0.0799,-11.724521 0.18264,-23.472289 0.64305,-35.1895259 -0.0208,-0.00201 -0.0435,0.00187 -0.0643,0 z m -1.5114,114.6281999 c -0.14446,-4.55139 -0.18928,-9.11413 -0.19291,-13.66892 0.004,5.65736 -0.0732,11.33049 -0.41799,16.97489 7.6e-4,0.0105 -7.6e-4,0.0213 0,0.0318 l 0.51444,0 c 0.0329,-1.11021 0.0772,-2.2272 0.0965,-3.33776 z M 135.37984,5.0976065 c 0.10299,11.1891285 0.0895,22.3792915 0,33.5683275 -0.0411,10.025194 -0.11667,20.046246 -0.0322,30.071627 0.0812,10.848519 0.13725,21.704662 0.38583,32.551109 0.21414,7.12286 0.49023,14.24534 0.86812,21.36166 0.10742,-0.0296 0.21575,-0.0621 0.32153,-0.0954 -0.72097,-7.05355 -0.94452,-14.15222 -1.15749,-21.23451 -0.2821,-10.79505 -0.25077,-21.594759 -0.19292,-32.39217 0.0811,-10.041355 -1.1e-4,-20.093947 -0.0322,-30.135203 -0.0797,-11.215999 -0.10639,-22.415904 0,-33.6319041 1.2e-4,-0.010586 -1.2e-4,-0.021203 0,-0.031788 -0.055,-0.00847 -0.10545,-0.024271 -0.16076,-0.031788 z m 1.09318,0.2225173 c 0.44173,9.1010222 0.7244,18.1977692 0.93243,27.3060542 0.0782,8.316965 0.40693,16.671297 1.2218,24.953729 0.002,0.02388 0.027,0.365804 0.0322,0.413246 -0.002,-0.211759 0.002,-0.424004 0,-0.635764 -0.79696,-8.198419 -1.14449,-16.435898 -1.2218,-24.667634 -0.16135,-7.065817 -0.34957,-14.14063 -0.64305,-21.202722 -0.20035,-4.8211496 -0.2445,-5.4391565 -0.28937,-6.1669092 -0.01,-0.00262 -0.0222,0.00259 -0.0322,0 z m 2.18638,52.0372652 c 0.008,0.0848 0.0238,0.169514 0.0322,0.254306 0.0114,0.116403 0.15526,1.425852 0.22507,2.034444 0.0375,-4.136502 0.0865,-8.260976 0.16076,-12.397394 0.0712,-8.132527 0.14526,-16.280599 0.0643,-24.413329 -0.0815,-4.516598 -0.24067,-9.026079 -0.35368,-13.5417685 -0.0255,-1.0176025 -0.0449,-2.0339273 -0.0643,-3.0516662 -0.0207,-0.011855 -0.0435,-0.020088 -0.0643,-0.031788 0.008,0.9974967 0.0346,1.9905316 0.0322,2.9880898 -0.0107,4.3698329 -0.13933,8.7588289 -0.19291,13.1285219 -0.0583,8.162026 0.004,16.315047 0.0643,24.476906 0.0578,3.515498 0.0625,7.038159 0.0965,10.553678 z m 0.25722,2.28875 c -0.001,0.159072 0.001,0.317751 0,0.476823 0.35231,3.057683 0.96797,8.379364 1.02888,8.900693 0.79099,6.597335 1.29718,13.201479 1.54333,19.83583 -0.006,-1.293268 -0.0276,-2.584887 -0.0322,-3.878159 -0.3735,-5.315668 -0.80763,-10.631039 -1.44687,-15.925883 -0.0635,-0.543868 -0.77011,-6.592828 -1.09319,-9.409304 z m 2.54006,25.335187 c 0.0171,0.243863 0.0475,0.487241 0.0643,0.731128 -0.0179,-4.934162 -0.0522,-9.879125 -0.0643,-14.813296 -0.003,0.657367 -0.0297,1.313495 -0.0322,1.970868 -10e-6,-12.235578 0,-24.479781 0,-36.715359 -0.0257,0.741548 -0.0442,1.483503 -0.0643,2.225174 0,0.148309 0,0.296724 0,0.445034 0.002,10.681227 0.0121,21.361282 0.0322,32.042495 0.0115,4.70659 0.0478,9.407373 0.0643,14.113956 z m -0.0965,-46.156451 c -0.14779,5.752788 -0.16737,11.505671 -0.12861,17.260987 0.0765,5.537226 0.11417,11.055875 0.12861,16.593435 0,-11.282156 0,-22.572265 0,-33.854422 z m 0.0643,-2.670208 c 0.001,10.924944 0.0133,21.848694 0.0322,32.773623 0.0277,-4.17712 0.0735,-8.34798 0.16076,-12.524546 0.15347,-8.918794 0.3013,-17.845051 0.25722,-26.765655 0.0774,-5.967447 0.26157,-11.928787 0.28937,-17.896751 0.003,-0.688555 -0.001,-1.377669 0,-2.0662322 -0.0189,-0.033292 -0.045,-0.062335 -0.0643,-0.095365 -0.0342,6.6444022 -0.12957,13.2885002 -0.35368,19.9311952 -0.13618,2.212389 -0.24481,4.429928 -0.32153,6.643731 z m 0.0965,49.557787 c 0.005,1.50352 -0.007,3.010409 0,4.513923 0.0877,2.745359 0.15409,5.517937 0.16076,8.264929 0.0158,2.599054 0.0163,5.189834 -0.0322,7.788104 -0.0503,-2.11762 -0.0717,-4.17715 -0.0965,-7.533798 -0.0209,-2.837619 -0.019,-5.68158 -0.0322,-8.519235 -0.0146,-0.455613 -0.0153,-0.911365 -0.0322,-1.366892 0.0141,3.275497 0.008,6.547098 0.0322,9.82255 0.0187,2.535225 0.0763,5.093905 0.0643,7.629165 -0.004,0.80525 -0.0228,1.20153 -0.0322,1.84372 -0.0746,-3.84432 -0.11561,-7.69392 -0.12861,-11.539117 0,2.214326 0,4.429397 0,6.643727 0,2.7523 0,5.48085 0,8.23315 0,0.43462 0.003,0.86865 0,1.30331 -0.0117,0.26388 -0.0196,0.53086 -0.0322,0.79471 -0.006,-0.7104 -0.0322,-1.41948 -0.0322,-2.12981 -1e-5,-2.7523 0,-5.51263 0,-8.26493 0,-1.08196 0,-2.16044 0,-3.242397 -0.0429,5.922987 -0.14957,11.850267 -0.38583,17.769597 -0.035,0.79279 -0.0903,1.5915 -0.12861,2.38411 0.0262,-0.0276 0.0385,-0.0674 0.0643,-0.0954 0.0312,-0.29303 0.17599,-0.59889 0.19292,-0.89007 0.0506,-0.87032 0.0836,-1.73602 0.12861,-2.60663 0.0521,-1.0385 0.0886,-1.65945 0.12861,-2.44769 -0.11618,1.88617 -0.13867,3.76989 -0.19292,5.6583 0.0537,-0.0631 0.10878,-0.12616 0.16077,-0.19073 0.0119,-0.276 0.0252,-0.55031 0.0322,-0.8265 0.0303,-1.19759 0.0396,-2.39402 0.0322,-3.59206 -0.007,1.20864 0.003,2.41563 0.0322,3.62385 0.005,0.21113 0.0246,0.42473 0.0322,0.63577 0.13468,-0.17509 0.26398,-0.35568 0.38583,-0.5404 -0.005,-0.12696 0.005,-0.2545 0,-0.38146 -0.12078,-3.20779 -0.22367,-6.42291 -0.28938,-9.63182 0.0213,-0.75613 0.0816,-1.50069 0.0965,-2.25696 0.0456,1.74657 0.11155,3.55167 0.28937,6.19869 0.105,1.56295 0.27456,3.1128 0.41799,4.67287 0.0161,0.12685 0.0489,0.25451 0.0643,0.38146 0.2345,-0.48058 0.43108,-0.97065 0.57875,-1.49405 -0.013,-0.31854 -0.0158,-0.63519 -0.0322,-0.95365 -0.23519,-5.45102 -0.39359,-10.88875 -0.64305,-16.339125 -0.25825,-4.439771 -0.49816,-8.882291 -0.80382,-13.319251 z m -0.16076,14.241109 c 0.0258,-3.553796 0.0147,-7.09499 0,-10.649043 0,3.553483 0,7.095561 0,10.649043 z m -2.4436,-39.830601 c -0.0844,-0.732081 -0.23059,-1.884123 -0.25722,-2.129809 0.0651,7.009976 0.12906,14.03311 0.12861,21.043781 0.0225,10.177191 0.0215,20.343218 -0.28937,30.516666 -0.0528,4.16346 -0.17227,8.33195 -0.32153,12.49275 0.41158,-0.20026 0.81568,-0.4114 1.18965,-0.66755 -0.11779,-3.76768 -0.21034,-7.54704 -0.25722,-11.31659 -0.30069,-10.334823 -0.31777,-20.655131 -0.28938,-30.993487 4e-4,-6.311398 0.0411,-12.635014 0.0965,-18.945761 z M 141.26376,8.37179 c 0.0736,4.889871 0.10999,9.763728 0.0965,14.654355 8.3e-4,-4.842982 -0.007,-9.684199 0,-14.5272022 -0.033,-0.041372 -0.0628,-0.086366 -0.0965,-0.1271528 z m 0.16076,0.2225173 c 0.007,4.8218087 -8.2e-4,9.6418377 0,14.4636257 -0.0131,-4.775841 0.0538,-9.529659 0.12861,-14.3046847 -0.0404,-0.054444 -0.087,-0.105429 -0.12861,-0.158941 z M 111.00817,49.98253 c -0.0228,7.766975 -0.17275,15.534241 -0.28937,23.300742 -0.14821,7.565356 -0.0863,15.130884 -0.0643,22.696767 0.26034,7.647341 0.47631,15.299711 0.54659,22.951071 0.0122,1.35664 5.7e-4,2.71232 0,4.06889 l 0.93243,0 c -0.0281,-1.12106 -0.0662,-2.24844 -0.0965,-3.36955 -0.2348,-7.68606 -0.56702,-15.35716 -0.67521,-23.046435 0.0225,-7.610763 0.0809,-15.213647 -0.0643,-22.82392 -0.1145,-7.926535 -0.26724,-15.850576 -0.28938,-23.777565 z M 56.252316,84.281986 c -0.02471,3.945036 -0.04914,7.88012 -0.0643,11.825206 0.05747,-3.939291 0.09102,-7.885658 0.0643,-11.825206 z M 26.157493,97.919119 c -0.04697,7.107831 -0.249234,14.191011 -0.385831,21.298091 0.241471,0.32878 0.488946,0.66013 0.771662,0.95364 -0.0031,-0.10577 0.0031,-0.21214 0,-0.31788 -0.135282,-7.32031 -0.342149,-14.61278 -0.385831,-21.933851 z m 62.022344,2.797361 c 0.09302,3.40501 0.106363,6.79769 0.09646,10.20401 -0.04383,-3.4 -0.07026,-6.80384 -0.09646,-10.20401 z m -58.646322,3.21061 c -0.0058,1.695 0.0074,3.39145 0.03215,5.08611 0.01573,-0.59252 0.0374,-1.18776 0.06431,-1.78014 0.0096,-1.10352 -0.05143,-2.20325 -0.09646,-3.30597 z m 0.03215,5.08611 c -0.07304,2.7513 -0.06152,5.5133 0,8.26493 0.02994,1.66836 0.08603,3.32271 0.12861,4.99074 0.05366,0.0222 0.106588,0.0424 0.160763,0.0636 -0.114776,-4.43741 -0.22451,-8.88151 -0.289373,-13.31925 z m 60.350408,3.14703 c 5e-6,3.61295 0.0103,7.22483 0.03215,10.83977 l 0.06431,0 c -0.04912,-3.61847 -0.08547,-7.22067 -0.09646,-10.83977 z m 36.171667,2.9563 c 0.004,0.57251 -0.006,1.19243 0,1.74835 0.009,0.86639 0.0431,1.74043 0.0643,2.60663 -0.0303,-1.45182 -0.0572,-2.90229 -0.0643,-4.35498 z m -35.72153,1.14437 c 0.04763,2.24494 0.07031,4.49413 0.09646,6.7391 l 0.160763,0 c -0.122982,-2.24102 -0.198559,-4.49395 -0.25722,-6.7391 z m -53.855586,1.20796 c -0.03049,1.22487 -0.06983,2.43067 -0.09646,3.65564 -0.01764,0.8114 -0.02171,1.26721 -0.03215,1.8755 l 0.160763,0 c -0.01116,-1.84185 -0.01927,-3.6893 -0.03215,-5.53114 z m 89.641416,2.54305 c 0.0251,0.99288 0.0476,1.99508 0.0643,2.98809 l 0.0322,0 c -0.038,-0.99504 -0.0733,-1.99217 -0.0965,-2.98809 z"
373 transform="matrix(0.7457627,0,0,0.7457627,-14.64407,0.2711864)"
374 clip-path="url(#clipPath3884)"
375 id="path3313"
376 style="opacity:0.5;fill:#6d3b2c;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline" />
377 </g>
378 <g
379 id="layer3">
380 <path
381 d="m 69.03125,12.03125 c -4.854233,-0.188871 -8.939536,4.703717 -7.75,9.40625 -0.60384,0.497309 -1.051978,1.071469 -1.1875,1.71875 -0.177343,0.847025 0.06351,1.62755 0.4375,2.28125 0.69779,1.21966 1.785195,2.157722 2.40625,2.78125 0.402525,1.155122 0.18007,2.107023 -0.5,3.03125 -0.700852,0.95247 -1.863417,1.779711 -3,2.25 -0.0082,0.0034 -0.02307,-0.0033 -0.03125,0 -1.257197,0.458415 -2.452451,1.210586 -3.3125,2.28125 -0.811879,1.010697 -1.232488,2.373491 -1.03125,3.84375 l -0.03125,0 c -0.155015,1.331857 0.147377,2.460189 0.78125,3.3125 0.633873,0.852311 1.540841,1.376287 2.5,1.71875 1.907345,0.681008 4.109244,0.727008 5.6875,0.8125 0.0091,4.92e-4 0.02221,-4.96e-4 0.03125,0 5.352577,0.459914 10.858869,0.236265 16.125,-0.90625 A 0.93684242,0.93684242 0 0 0 80.375,44.5 c 1.607017,-0.755018 2.364928,-2.283202 2.5625,-3.78125 0.197572,-1.498048 -0.08689,-3.047875 -0.5,-4.28125 A 0.93684242,0.93684242 0 0 0 82.28125,36.15625 C 81.083963,34.655203 79.398191,33.94869 78,33.1875 76.601809,32.42631 75.535647,31.714007 75.03125,30.34375 a 0.93684242,0.93684242 0 0 0 -0.0625,-0.125 c -0.432539,-0.790432 -0.349272,-1.156259 -0.125,-1.625 C 75.068022,28.125009 75.591928,27.583538 76.1875,27 76.783072,26.416462 77.44446,25.789177 77.78125,24.84375 78.076876,24.013875 77.870893,22.97339 77.25,22 77.107431,20.421455 76.796636,18.247728 75.875,16.28125 74.946088,14.299247 73.231527,12.523178 70.5625,12.21875 70.538337,12.215994 70.524322,12.19001 70.5,12.1875 l 0,0.03125 -0.625,-0.125 A 0.93684242,0.93684242 0 0 0 69.75,12.0625 L 69.03125,12.03125 z M 28.3125,51 c -1.023141,1.11e-4 -1.987484,0.121978 -2.625,0.03125 a 0.93684242,0.93684242 0 0 0 -0.125,0 c -0.31762,2.64e-4 -0.647792,-3.08e-4 -0.96875,0 a 0.93684242,0.93684242 0 0 0 -0.03125,0 c -0.56613,0.01126 -1.06988,0.242294 -1.40625,0.5625 -0.33637,0.320206 -0.518925,0.689882 -0.65625,0.96875 -0.137325,0.278868 -0.253134,0.508384 -0.3125,0.59375 a 0.93684242,0.93684242 0 0 0 -0.09375,0.03125 c -0.704233,0.239886 -1.265719,0.675636 -1.59375,1.21875 -0.328031,0.543114 -0.423818,1.136139 -0.46875,1.6875 -0.08986,1.102722 0.06116,2.173187 0,2.8125 a 0.93684242,0.93684242 0 0 0 0.125,0.5625 c 0.43127,0.743918 0.354543,1.235785 0.09375,1.625 -0.260793,0.389215 -0.814286,0.737365 -1.75,0.75 A 0.93684242,0.93684242 0 0 0 18.25,61.875 c -2.291827,0.617003 -4.272754,2.138145 -5.5,4.125 -1.194393,1.933666 -1.649858,4.364503 -0.78125,6.6875 0.0042,0.02479 0.02665,0.03794 0.03125,0.0625 0.01606,0.0417 0.01433,0.08336 0.03125,0.125 l 0.03125,0 c 0.360669,1.595773 1.574642,2.701559 2.1875,3.5625 0.320308,0.449967 0.444823,0.786029 0.4375,0.875 -0.0073,0.08897 -0.03044,0.265683 -0.6875,0.625 a 0.93684242,0.93684242 0 0 0 -0.4375,0.5 c -0.412135,1.232505 -0.697215,2.783142 -0.5,4.28125 0.197215,1.498108 0.954931,3.026228 2.5625,3.78125 a 0.93684242,0.93684242 0 0 0 0.21875,0.0625 c 7.128957,1.555243 14.556956,1.390557 21.6875,0.28125 a 0.93684242,0.93684242 0 0 0 0.0625,-0.03125 c 1.812246,-0.46321 2.859408,-1.895177 3.21875,-3.375 0.359342,-1.479823 0.189359,-3.065586 -0.0625,-4.34375 A 0.93684242,0.93684242 0 0 0 40.5625,78.6875 c -0.69046,-0.85006 -1.139519,-1.430954 -1.1875,-1.625 -0.02399,-0.09702 -0.02172,-0.117315 0.0625,-0.28125 0.08422,-0.163935 0.315398,-0.434211 0.75,-0.8125 A 0.93684242,0.93684242 0 0 0 40.25,75.875 c 3.176736,-3.498966 2.911792,-9.476184 -1.1875,-12.21875 -0.09051,-0.06055 -0.124462,-0.161448 -0.21875,-0.21875 L 38.8125,63.5 c -1.150105,-1.148983 -2.811044,-1.420758 -3.96875,-1.8125 -0.615717,-0.208345 -1.050256,-0.465739 -1.1875,-0.625 -0.137244,-0.159261 -0.21049,-0.214904 0,-0.78125 A 0.93684242,0.93684242 0 0 0 33.6875,60.25 c 0.559238,-1.717391 0.273766,-3.471321 0.1875,-4.90625 a 0.93684242,0.93684242 0 0 0 -0.03125,-0.125 C 33.719494,54.655162 33.405406,54.167158 33.0625,53.875 32.719594,53.582842 32.374225,53.438589 32.125,53.3125 c -0.249225,-0.126089 -0.390453,-0.233108 -0.4375,-0.28125 -0.04705,-0.04814 -0.05679,-0.0098 -0.0625,-0.1875 A 0.93684242,0.93684242 0 0 0 31.4375,52.3125 C 30.607555,51.239591 29.335639,50.999889 28.3125,51 z"
382 id="path4067"
383 style="opacity:0.05;color:#000000;fill:#573d15;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
384 <path
385 d="m 34.59375,11.9375 c -0.999374,-0.02353 -2.040206,0.0392 -3.09375,0.46875 a 0.94060158,0.94060158 0 0 0 -0.46875,0.40625 c -0.05083,0.09239 -0.01758,0.05475 -0.0625,0.125 -0.238856,-0.271791 -0.353293,-0.511642 -1,-0.78125 a 0.94060158,0.94060158 0 0 0 -0.3125,-0.0625 c -1.76129,-0.116323 -3.699164,-0.26162 -5.59375,0.0625 A 0.94060158,0.94060158 0 0 0 23.625,12.375 c -0.298527,0.240436 -0.455401,0.425258 -0.625,0.59375 -0.101513,-0.117025 -0.14921,-0.172325 -0.3125,-0.375 A 0.94060158,0.94060158 0 0 0 22.25,12.28125 C 21.264967,11.957895 20.282135,11.946647 19.34375,11.96875 18.405363,11.990854 17.50386,12.057951 16.75,12 a 0.94060158,0.94060158 0 0 0 -0.1875,0 c -0.674631,0.09177 -1.278149,0.382943 -1.6875,0.8125 -0.409351,0.429557 -0.623955,0.964658 -0.75,1.46875 -0.25209,1.008185 -0.163399,2.040101 -0.125,2.78125 a 0.94060158,0.94060158 0 0 0 0,0.03125 c 0.0798,0.711048 4e-4,1.586386 -0.03125,2.53125 -0.03165,0.944864 -0.01083,2.017946 0.5,3.03125 a 0.94060158,0.94060158 0 0 0 0.28125,0.3125 c 0.921753,0.659665 1.870571,1.337462 2.5,2.0625 0.629429,0.725038 0.971204,1.42665 0.875,2.46875 -0.14396,1.324253 -0.199275,2.868163 -0.5,4.15625 -0.294032,1.25942 -0.754033,2.161218 -1.65625,2.625 -0.02054,0.01056 -0.04151,0.02116 -0.0625,0.03125 -1.637771,0.648982 -2.522818,2.084552 -2.8125,3.53125 -0.293833,1.467426 -0.08289,2.992289 0.21875,4.25 a 0.94060158,0.94060158 0 0 0 0.125,0.28125 c 1.365859,2.133986 3.61458,2.805248 5.78125,3 2.16667,0.194752 4.374884,0.03125 6.03125,0.34375 a 0.94060158,0.94060158 0 0 0 0.1875,0 c 4.219206,0.03886 8.564088,-0.14623 12.75,-1.125 a 0.94060158,0.94060158 0 0 0 0.1875,-0.0625 c 1.614859,-0.756944 2.388009,-2.296363 2.59375,-3.8125 0.205741,-1.516137 -0.07623,-3.061241 -0.53125,-4.3125 A 0.94060158,0.94060158 0 0 0 40.09375,35.9375 C 38.942221,35.158624 37.921193,34.376706 37.21875,33.46875 36.516307,32.560794 36.095932,31.538113 36.0625,30.125 a 0.94060158,0.94060158 0 0 0 -0.03125,-0.1875 c -0.313153,-1.227118 -0.277238,-2.647084 0.125,-3.8125 0.402238,-1.165416 1.101156,-2.082931 2.3125,-2.53125 a 0.94060158,0.94060158 0 0 0 0.25,-0.125 C 39.80865,22.669029 40.063432,21.397239 40.0625,20.375 40.061568,19.352761 39.912197,18.408896 40,17.8125 a 0.94060158,0.94060158 0 0 0 0,-0.15625 C 39.970045,16.96508 40.12559,15.851892 39.96875,14.75 39.89033,14.199054 39.72817,13.636013 39.34375,13.125 38.95933,12.613987 38.354236,12.228103 37.625,12.0625 a 0.94060158,0.94060158 0 0 0 -0.28125,-0.03125 c -0.814369,0.04525 -1.750626,-0.07022 -2.75,-0.09375 z M 69,50 c -0.92474,-0.0763 -1.758415,0.222124 -2.34375,0.625 -0.612969,0.421896 -1.040285,0.919369 -1.375,1.25 -0.334715,0.330631 -0.502025,0.407083 -0.46875,0.40625 0.03328,-8.33e-4 -0.164037,0.0092 -0.65625,-0.625 a 0.94060158,0.94060158 0 0 0 -0.28125,-0.25 c -1.047141,-0.613978 -2.16954,-0.687433 -3.09375,-0.375 -0.92421,0.312433 -1.649531,0.946891 -2.21875,1.625 -0.569219,0.678109 -0.979771,1.419952 -1.28125,2.0625 -0.101084,0.215443 -0.113798,0.355902 -0.1875,0.53125 -1.190962,-0.333369 -2.360509,-0.293428 -3.28125,0.21875 -1.190686,0.662339 -2.006734,1.796966 -2.40625,3.0625 -0.399516,1.265534 -0.407002,2.677709 0.1875,3.90625 0.506563,1.046815 1.58202,1.816042 2.9375,2.1875 1.229874,3.062614 1.91013,6.39529 2.78125,9.71875 a 0.94060158,0.94060158 0 0 0 0.4375,0.5625 c 0.474411,0.278554 0.615841,0.513139 0.65625,0.625 0.04041,0.111861 0.04655,0.169289 -0.0625,0.375 -0.21809,0.411423 -1.027732,1.071735 -1.9375,1.46875 a 0.94060158,0.94060158 0 0 0 -0.4375,0.375 c -0.749677,1.210157 -1.115743,2.758677 -1.03125,4.28125 0.08449,1.522573 0.6498,3.082583 1.9375,4.09375 a 0.94060158,0.94060158 0 0 0 0.25,0.125 c 3.853965,1.556936 8.056859,1.259346 11.8125,1.5 a 0.94060158,0.94060158 0 0 0 0.125,0 c 3.755638,-0.240645 7.958543,0.05688 11.8125,-1.5 a 0.94060158,0.94060158 0 0 0 0.25,-0.125 c 1.287729,-1.010733 1.852757,-2.571114 1.9375,-4.09375 0.08474,-1.522636 -0.280546,-3.070465 -1.03125,-4.28125 a 0.94060158,0.94060158 0 0 0 -0.4375,-0.375 c -0.909768,-0.397015 -1.71941,-1.057328 -1.9375,-1.46875 -0.109045,-0.205711 -0.102909,-0.263139 -0.0625,-0.375 0.04041,-0.111861 0.181839,-0.346446 0.65625,-0.625 a 0.94060158,0.94060158 0 0 0 0.4375,-0.5625 c 0.87112,-3.32346 1.551376,-6.656136 2.78125,-9.71875 1.35548,-0.371458 2.430937,-1.140685 2.9375,-2.1875 0.594502,-1.228541 0.587016,-2.640716 0.1875,-3.90625 -0.399516,-1.265534 -1.215564,-2.400161 -2.40625,-3.0625 -0.945643,-0.52603 -2.149988,-0.557085 -3.375,-0.1875 -0.125053,-0.402296 -0.286538,-0.938666 -0.53125,-1.53125 -0.259631,-0.628712 -0.615282,-1.301412 -1.1875,-1.84375 -0.492676,-0.466949 -1.203309,-0.758971 -2,-0.78125 -0.03543,-0.01093 -0.05862,0.0097 -0.09375,0 -0.09761,4.27e-4 -0.181425,-0.04166 -0.28125,-0.03125 l 0,0.03125 c -1.598906,-0.289548 -2.916315,0.547515 -3.59375,0.90625 -0.367701,0.194716 -0.466431,0.177279 -0.4375,0.1875 0.02893,0.01022 -0.189083,-0.107449 -0.5,-0.875 A 0.94060158,0.94060158 0 0 0 71.875,50.9375 c -0.798135,-0.585919 -1.764603,-0.883522 -2.75,-0.90625 L 69.125,50 c -0.02209,-0.0027 -0.04054,0.0022 -0.0625,0 -0.02101,-1.92e-4 -0.04147,-8.1e-5 -0.0625,0 z"
386 id="path4063"
387 style="opacity:0.05;fill:#3b1d13;fill-opacity:1;stroke:none" />
388 <path
389 d="m 16.6875,12.9375 c -1.988805,0.270541 -1.827712,2.562573 -1.75,4.0625 0.192938,1.719072 -0.421199,3.639369 0.375,5.21875 1.823329,1.30489 4.004288,2.754438 3.761788,5.381258 -0.274384,2.523986 -0.203687,6.310752 -2.776207,7.547827 -2.731121,1.030262 -2.64216,4.37927 -2.081908,6.715283 2.329502,3.639561 7.532118,2.228243 11.232414,2.926372 4.186234,0.03856 8.466255,-0.138208 12.535667,-1.089737 2.58214,-1.210344 2.407566,-4.725009 1.590676,-6.971373 -2.363982,-1.598961 -4.359707,-3.378039 -4.435609,-6.586238 -0.712824,-2.79326 0.03002,-6.317937 3.016929,-7.423392 1.576285,-1.156609 0.663419,-3.373256 0.90625,-5.022672 -0.07186,-1.658054 0.548344,-4.226685 -1.65625,-4.727328 -1.834841,0.101942 -3.832093,-0.393017 -5.5625,0.3125 -1.039649,1.889387 -0.818105,0.346948 -2.25,-0.25 -1.759817,-0.116226 -3.631895,-0.235705 -5.375,0.0625 -1.357876,1.093645 -1.020784,1.619446 -2.25,0.09375 -1.637185,-0.537435 -3.560572,-0.117728 -5.28125,-0.25 z m 52.3125,38 c -2.960655,-0.358588 -3.305954,4.216768 -5.59285,1.270383 -3.398811,-1.99285 -5.654011,3.352786 -5.716848,4.156533 -5.260571,-2.776337 -8.294396,6.796224 -2.377802,7.573084 1.361253,3.264466 2.018168,6.768079 2.90625,10.15625 2.383231,1.39933 0.635737,3.251507 -1.4375,4.15625 -1.256238,2.027867 -1.367894,5.515627 0.674076,7.119084 3.587054,1.449109 7.704543,1.200827 11.544674,1.446895 3.840118,-0.246058 7.957576,0.0022 11.544633,-1.446863 2.042049,-1.602796 1.93213,-5.09011 0.674117,-7.119116 -2.073237,-0.904744 -3.820731,-2.756919 -1.4375,-4.15625 0.888082,-3.388171 1.544997,-6.891784 2.90625,-10.15625 5.916594,-0.77686 2.882769,-10.349421 -2.377802,-7.573084 -0.503462,0.04116 -0.721664,-4.63301 -3.494254,-4.34391 -2.701757,-0.833607 -4.07103,3.177463 -5.487943,-0.320428 C 70.65805,51.208627 69.831336,50.934292 69,50.9375 z m -3.25,6.25 c 1.130604,0.268507 0.256367,4.131784 0.03077,2.889354 C 65.379232,59.01063 64.788307,58.199389 65.75,57.1875 z m 6.5,0 c 1.364241,0.467976 -0.510734,4.84713 -0.384982,2.445136 C 71.856994,58.740805 71.218246,57.735345 72.25,57.1875 z M 59.875,59 c 0.479957,0.559413 0.903225,4.768977 -0.1875,2.34375 C 60.079834,60.623141 60.174368,59.76992 59.875,59 z m 18.25,0 c 0.118883,3.06241 -0.749713,3.937263 -0.312548,0.634616 C 77.870414,59.396714 77.711021,59.030817 78.125,59 z"
390 id="path4057"
391 style="opacity:0.1;fill:#3b1d13;fill-opacity:1;stroke:none" />
392 <path
393 d="M 16.78125,13.9375 A 1.0733618,1.0733618 0 0 0 15.9375,15 l 0,2 0,4 a 1.0733618,1.0733618 0 0 0 0.59375,0.96875 c 1.776012,0.888006 2.675815,2.045016 3.15625,3.40625 0.480435,1.361234 0.482391,2.958207 0.25,4.46875 -0.438839,2.852455 -1.638897,5.198304 -1.78125,5.46875 -0.274379,0.232503 -0.817822,0.440161 -1.5,0.78125 -0.363697,0.181849 -0.773265,0.42018 -1.125,0.8125 C 15.179515,37.29857 14.9375,37.886499 14.9375,38.5 l 0,2 c 0,1.412202 1.194069,2.416213 2.4375,2.5625 8.519402,1.002283 10.730598,1.002283 19.25,0 1.243371,-0.146277 2.4375,-1.150188 2.4375,-2.5625 l 0,-2 c 0,-0.613501 -0.242015,-1.20143 -0.59375,-1.59375 -0.351735,-0.39232 -0.761303,-0.630651 -1.125,-0.8125 -0.682178,-0.341089 -1.225621,-0.548747 -1.5,-0.78125 -0.142353,-0.270446 -1.342411,-2.616295 -1.78125,-5.46875 -0.232391,-1.510543 -0.230435,-3.107516 0.25,-4.46875 0.480435,-1.361234 1.380238,-2.518244 3.15625,-3.40625 A 1.0733618,1.0733618 0 0 0 38.0625,21 l 0,-4 0,-2 A 1.0733618,1.0733618 0 0 0 37,13.9375 l -4,0 A 1.0733618,1.0733618 0 0 0 31.9375,15 l 0,0.9375 -1.875,0 0,-0.9375 A 1.0733618,1.0733618 0 0 0 29,13.9375 l -4,0 A 1.0733618,1.0733618 0 0 0 23.9375,15 l 0,0.9375 -1.875,0 0,-0.9375 A 1.0733618,1.0733618 0 0 0 21,13.9375 l -4,0 a 1.0733618,1.0733618 0 0 0 -0.21875,0 z M 69,51.9375 c -1.684599,0 -3.0625,1.377901 -3.0625,3.0625 0,1.078722 0.645741,1.916687 1.5,2.46875 L 66.5,64.6875 l -2.53125,-6.5 C 64.597476,57.619777 65.0625,56.901854 65.0625,56 c 0,-1.684599 -1.377901,-3.0625 -3.0625,-3.0625 -1.684599,0 -3.0625,1.377901 -3.0625,3.0625 0,1.341785 0.977694,2.273377 2.1875,2.6875 l 0.5,7.125 C 60.788477,64.531797 59.806588,63.100137 58.59375,61.53125 58.871452,61.069199 59.0625,60.573773 59.0625,60 c 0,-1.684599 -1.377901,-3.0625 -3.0625,-3.0625 -1.684599,0 -3.0625,1.377901 -3.0625,3.0625 0,1.684599 1.377901,3.0625 3.0625,3.0625 0.03661,0 0.05777,-0.02983 0.09375,-0.03125 2.257919,5.66567 2.84375,10.09375 2.84375,10.09375 a 1.0733618,1.0733618 0 0 0 0.59375,0.84375 c 0.559017,0.279508 0.769797,0.561315 0.90625,0.875 0.136453,0.313685 0.17222,0.693736 0.125,1.09375 -0.0846,0.716624 -0.370117,1.245188 -0.4375,1.375 -0.279954,0.229026 -0.797712,0.445731 -1.46875,0.78125 -0.363697,0.181849 -0.773265,0.42018 -1.125,0.8125 C 57.179515,79.29857 56.9375,79.886499 56.9375,80.5 l 0,2 c 0,1.412202 1.194069,2.416213 2.4375,2.5625 8.519402,1.002283 10.730598,1.002283 19.25,0 1.243371,-0.146277 2.4375,-1.150188 2.4375,-2.5625 l 0,-2 c 0,-0.613501 -0.242015,-1.20143 -0.59375,-1.59375 -0.351735,-0.39232 -0.761303,-0.630651 -1.125,-0.8125 -0.671038,-0.335519 -1.188796,-0.552224 -1.46875,-0.78125 -0.06738,-0.129812 -0.352905,-0.658376 -0.4375,-1.375 -0.04722,-0.400014 -0.01145,-0.780065 0.125,-1.09375 0.136453,-0.313685 0.347233,-0.595492 0.90625,-0.875 A 1.0733618,1.0733618 0 0 0 79.0625,73.125 c 0,0 0.585831,-4.42808 2.84375,-10.09375 0.03598,0.0014 0.05714,0.03125 0.09375,0.03125 1.684599,0 3.0625,-1.377901 3.0625,-3.0625 0,-1.684599 -1.377901,-3.0625 -3.0625,-3.0625 -1.684599,0 -3.0625,1.377901 -3.0625,3.0625 0,0.573773 0.191048,1.069199 0.46875,1.53125 -1.212838,1.568887 -2.194727,3.000547 -3.03125,4.28125 l 0.5,-7.125 c 1.209806,-0.414123 2.1875,-1.345715 2.1875,-2.6875 0,-1.684599 -1.377901,-3.0625 -3.0625,-3.0625 -1.684599,0 -3.0625,1.377901 -3.0625,3.0625 0,0.901854 0.465024,1.619777 1.09375,2.1875 l -2.53125,6.5 -0.9375,-7.21875 c 0.854259,-0.552063 1.5,-1.390028 1.5,-2.46875 0,-1.684599 -1.377901,-3.0625 -3.0625,-3.0625 z"
394 id="path4053"
395 style="opacity:0.15;fill:#3b1d13;fill-opacity:1;stroke:none" />
396 <path
397 d="m 17,15 0,2 0,4 c 8,4 2,15 2,15 -1,1 -3,1 -3,2.5 l 0,2 c 0,0.831 0.67502,1.402943 1.5,1.5 8.5,1 10.5,1 19,0 0.824852,-0.09704 1.5,-0.669 1.5,-1.5 l 0,-2 C 38,37 36,37 35,36 35,36 29,25 37,21 l 0,-4 0,-2 -4,0 0,2 -4,0 0,-2 -4,0 0,2 -4,0 0,-2 -4,0 z m 0,23 c 10.632919,1.935445 20,0 20,0 0,0 -2.857468,1.513755 -9.46875,1.53125 C 20.919968,39.548745 17,38 17,38 z m 52,15 c -1.104569,0 -2,0.895431 -2,2 0,0.966498 0.682384,1.782257 1.59375,1.96875 L 67,69 62.71875,57.875 C 63.47012,57.587226 64,56.85259 64,56 c 0,-1.104569 -0.895431,-2 -2,-2 -1.104569,0 -2,0.895431 -2,2 0,1.104569 0.895431,2 2,2 0.05279,0 0.104488,0.004 0.15625,0 L 63,70 C 63,70 60.71767,65.834175 57.28125,61.53125 57.720465,61.164377 58,60.617035 58,60 c 0,-1.104569 -0.895431,-2 -2,-2 -1.104569,0 -2,0.895431 -2,2 0,1.104569 0.895431,2 2,2 0.291093,0 0.563018,-0.07568 0.8125,-0.1875 C 59.470637,68.087508 60,73 60,73 c 3.003206,1.501603 1,5 1,5 -1,1 -3,1 -3,2.5 l 0,2 c 0,0.831 0.67502,1.402943 1.5,1.5 8.5,1 10.5,1 19,0 0.824852,-0.09704 1.5,-0.669 1.5,-1.5 l 0,-2 C 80,79 78,79 77,78 c 0,0 -2.003206,-3.498397 1,-5 0,0 0.529363,-4.912492 3.1875,-11.1875 C 81.436982,61.924316 81.708907,62 82,62 c 1.104569,0 2,-0.895431 2,-2 0,-1.104569 -0.895431,-2 -2,-2 -1.104569,0 -2,0.895431 -2,2 0,0.617035 0.279535,1.164377 0.71875,1.53125 C 77.28233,65.834175 75,70 75,70 l 0.84375,-12 c 0.05176,0.004 0.103458,0 0.15625,0 1.104569,0 2,-0.895431 2,-2 0,-1.104569 -0.895431,-2 -2,-2 -1.104569,0 -2,0.895431 -2,2 0,0.85259 0.52988,1.587226 1.28125,1.875 L 71,69 69.40625,56.96875 C 70.317616,56.782257 71,55.966498 71,55 71,53.895431 70.104569,53 69,53 z M 59,80 c 10.632919,1.935445 20,0 20,0 0,0 -2.857468,1.513755 -9.46875,1.53125 C 62.919968,81.548745 59,80 59,80 z"
398 id="path4042"
399 style="opacity:0.3;fill:#3b1d13;fill-opacity:1;stroke:none" />
400 <path
401 d="m 69,12.96875 c -4.380113,-0.170424 -8.215235,4.608418 -6.6875,8.8125 -3.238296,1.939967 0.192541,4.578921 1.503053,5.963238 1.180542,3.039796 -1.499789,5.579787 -4.065553,6.630512 -2.267624,0.819205 -4.299363,2.710292 -3.78125,5.342073 -0.535648,4.602179 4.923901,4.653157 8.134916,4.829227 5.282892,0.456533 10.703238,0.245968 15.870493,-0.875095 2.574272,-1.20946 2.353557,-4.68667 1.600958,-6.933624 -2.019366,-2.531692 -6.191133,-2.704537 -7.43,-6.070075 C 71.968261,26.68947 79.257677,25.90306 76.3125,22.1875 76.040706,19.106245 75.132015,13.599046 70.413682,13.11208 L 69.716976,13.00518 69,12.96875 z m -44.40625,39 c -1.422018,0.02829 -1.208729,1.943611 -2.1875,2.09375 -2.104989,0.717032 -1.277453,3.264445 -1.4375,4.9375 1.137296,1.961774 -0.139464,3.749082 -2.482698,3.780722 -4.084465,1.099614 -7.262159,5.592576 -5.570685,9.75506 0.413486,2.464932 4.712569,4.450198 1.509516,6.201799 -0.751016,2.245943 -0.974156,5.724176 1.600919,6.933604 6.981109,1.522989 14.301019,1.32822 21.34938,0.231698 2.955201,-0.755349 2.924885,-4.229055 2.453741,-6.620071 -1.334568,-1.643055 -2.223104,-2.343224 -0.281593,-4.033166 2.861089,-3.151302 2.619469,-8.693941 -1.197095,-11.01342 -1.569399,-1.85953 -6.71444,-1.185503 -5.568985,-4.267476 0.467079,-1.434374 0.245601,-3.076263 0.15625,-4.5625 -0.32566,-1.477092 -2.201909,-1.033413 -2.25,-2.53125 -1.216345,-1.572427 -3.443317,-0.665374 -5.135872,-0.90625 -0.319273,2.65e-4 -0.638656,-3.06e-4 -0.957878,0 z M 21,62.9375 c 0.658042,1.129181 -0.01318,0.429138 0,0 z m 11.96875,0 c 0.265608,0.122794 -0.826594,1.430709 0,0 z"
402 id="path3918"
403 style="opacity:0.1;color:#000000;fill:#573d15;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
404 <path
405 d="m 69,14 c -3.309876,0 -6,2.690124 -6,6 0,0.810082 0.174891,1.552157 0.46875,2.25 C 62.669501,22.526428 62,23.087582 62,24 c 0,1.192326 1.068817,2 2.1875,2 l 0.09375,0 c 1.486211,3.361935 0.671645,5.403915 -0.5625,6.84375 -1.303163,1.520357 -3.0625,2.21875 -3.0625,2.21875 a 1.0149265,1.0149265 0 0 0 -0.375,0.21875 c -0.260803,0.260803 -0.90318,0.51409 -1.625,0.875 -0.36091,0.180455 -0.750105,0.397954 -1.09375,0.78125 C 57.218855,37.320796 57,37.899483 57,38.5 l 0,2 c 0,1.38056 1.15435,2.356393 2.375,2.5 8.518346,1.002158 10.731654,1.002158 19.25,0 C 79.845586,42.856404 81,41.880665 81,40.5 l 0,-2 c 0,-0.600517 -0.218855,-1.179204 -0.5625,-1.5625 -0.343645,-0.383296 -0.73284,-0.600795 -1.09375,-0.78125 -0.72182,-0.36091 -1.364197,-0.614197 -1.625,-0.875 a 1.0149265,1.0149265 0 0 0 -0.375,-0.21875 c 0,0 -1.759337,-0.698393 -3.0625,-2.21875 C 73.047105,31.403915 72.232539,29.361935 73.71875,26 l 0.09375,0 C 74.931183,26 76,25.192326 76,24 76,23.087582 75.330499,22.526428 74.53125,22.25 74.825109,21.552157 75,20.810082 75,20 75,16.690124 72.309876,14 69,14 z M 24.8125,53 A 1.0149265,1.0149265 0 0 0 24,54 l 0,1 -1,0 a 1.0149265,1.0149265 0 0 0 -1,1 l 0,3 a 1.0149265,1.0149265 0 0 0 1,1 l 1,0 0,0.25 c -0.311896,0.08092 -0.668416,0.05899 -0.9375,0.21875 C 22.505298,60.799567 22,61.399924 22,62.1875 l 0,0.625 c 0,0.02842 0.02982,0.03469 0.03125,0.0625 -1.302049,0.300053 -2.673701,0.592332 -3.96875,1.1875 -1.684328,0.77407 -3.244001,1.863785 -4,3.53125 -1.128482,2.48903 -0.431021,4.637332 0.6875,6.28125 0.929011,1.365389 1.968349,2.555599 2.78125,3.8125 -0.291582,0.149067 -0.486773,0.274637 -0.875,0.46875 -0.36091,0.180455 -0.750105,0.397954 -1.09375,0.78125 C 15.218855,79.320796 15,79.899483 15,80.5 l 0,2 c 0,1.38056 1.15435,2.356393 2.375,2.5 8.518346,1.002158 10.731654,1.002158 19.25,0 C 37.845586,84.856404 39,83.880665 39,82.5 l 0,-2 c 0,-0.600517 -0.218855,-1.179204 -0.5625,-1.5625 -0.343645,-0.383296 -0.73284,-0.600795 -1.09375,-0.78125 -0.388227,-0.194113 -0.583418,-0.319683 -0.875,-0.46875 0.812901,-1.256901 1.852239,-2.447111 2.78125,-3.8125 1.118521,-1.643918 1.815982,-3.79222 0.6875,-6.28125 -0.755999,-1.667465 -2.315672,-2.75718 -4,-3.53125 C 34.642451,63.467332 33.270799,63.175053 31.96875,62.875 31.970179,62.84719 32,62.840924 32,62.8125 l 0,-0.625 C 32,61.399924 31.494702,60.799567 30.9375,60.46875 30.668416,60.308992 30.311896,60.330917 30,60.25 l 0,-0.25 1,0 a 1.0149265,1.0149265 0 0 0 1,-1 l 0,-3 a 1.0149265,1.0149265 0 0 0 -1,-1 l -1,0 0,-1 a 1.0149265,1.0149265 0 0 0 -1,-1 l -4,0 a 1.0149265,1.0149265 0 0 0 -0.1875,0 z"
406 id="path3914"
407 style="opacity:0.15;color:#000000;fill:#573d15;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
408 <path
409 d="m 69,15 c -2.761424,0 -5,2.238576 -5,5 0,1.13739 0.391592,2.1599 1.03125,3 L 64.1875,23 C 63.5227,23 63,23.446 63,24 c 0,0.554 0.5227,1 1.1875,1 L 65,25 c 4,8 -4,11 -4,11 -1,1 -3,1 -3,2.5 l 0,2 c 0,0.831 0.67502,1.402943 1.5,1.5 8.5,1 10.5,1 19,0 0.824852,-0.09704 1.5,-0.669 1.5,-1.5 l 0,-2 C 80,37 78,37 77,36 77,36 69,33 73,25 l 0.8125,0 C 74.4773,25 75,24.554 75,24 75,23.446 74.4773,23 73.8125,23 l -0.84375,0 C 73.608408,22.1599 74,21.13739 74,20 74,17.238576 71.761424,15 69,15 z M 59,38 c 10.632919,1.935445 20,0 20,0 0,0 -2.857468,1.513755 -9.46875,1.53125 C 62.919968,39.548745 59,38 59,38 z m -34,16 0,2 -2,0 0,3 2,0 0,2 c -1.108,0 -2,0.529514 -2,1.1875 l 0,0.625 c 0,0.264839 0.161311,0.490399 0.40625,0.6875 C 20.322702,64.092725 16.20146,65.350007 15,68 c -1.985282,4.378825 2.216846,6.433693 4,10 -1,1 -3,1 -3,2.5 l 0,2 c 0,0.831 0.67502,1.402943 1.5,1.5 8.5,1 10.5,1 19,0 0.824852,-0.09704 1.5,-0.669 1.5,-1.5 l 0,-2 C 38,79 36,79 35,78 36.783154,74.433693 40.985282,72.378825 39,68 37.79854,65.350007 33.677298,64.092725 30.59375,63.5 30.838689,63.302899 31,63.077339 31,62.8125 l 0,-0.625 C 31,61.529514 30.108,61 29,61 l 0,-2 2,0 0,-3 -2,0 0,-2 -4,0 z m -8,26 c 10.632919,1.935445 20,0 20,0 0,0 -2.857468,1.513755 -9.46875,1.53125 C 20.919968,81.548745 17,80 17,80 z"
410 id="path3907"
411 style="opacity:0.3;color:#000000;fill:#573d15;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
412 <path
413 d="m 17,14 0,2 0,4 c 8,4 2,15 2,15 -1,1 -3,1 -3,2.5 l 0,2 c 0,0.831 0.67502,1.402943 1.5,1.5 8.5,1 10.5,1 19,0 0.824852,-0.09704 1.5,-0.669 1.5,-1.5 l 0,-2 C 38,36 36,36 35,35 35,35 29,24 37,20 l 0,-4 0,-2 -4,0 0,2 -4,0 0,-2 -4,0 0,2 -4,0 0,-2 -4,0 z m 0,23 c 10.632919,1.935445 20,0 20,0 0,0 -2.857468,1.513755 -9.46875,1.53125 C 20.919968,38.548745 17,37 17,37 z"
414 id="path3809"
415 style="fill:url(#linearGradient3984);fill-opacity:1;stroke:none" />
416 <path
417 d="m 25,53 0,2 -2,0 0,3 2,0 0,2 c -1.108,0 -2,0.529514 -2,1.1875 l 0,0.625 c 0,0.264839 0.161311,0.490399 0.40625,0.6875 C 20.322702,63.092725 16.20146,64.350007 15,67 c -1.985282,4.378825 2.216846,6.433693 4,10 -1,1 -3,1 -3,2.5 l 0,2 c 0,0.831 0.67502,1.402943 1.5,1.5 8.5,1 10.5,1 19,0 0.824852,-0.09704 1.5,-0.669 1.5,-1.5 l 0,-2 C 38,78 36,78 35,77 36.783154,73.433693 40.985282,71.378825 39,67 37.79854,64.350007 33.677298,63.092725 30.59375,62.5 30.838689,62.302899 31,62.077339 31,61.8125 l 0,-0.625 C 31,60.529514 30.108,60 29,60 l 0,-2 2,0 0,-3 -2,0 0,-2 -4,0 z m -8,26 c 10.632919,1.935445 20,0 20,0 0,0 -2.857468,1.513755 -9.46875,1.53125 C 20.919968,80.548745 17,79 17,79 z"
418 id="path3763"
419 style="color:#000000;fill:url(#linearGradient4000);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
420 <path
421 d="m 69,52 c -1.104569,0 -2,0.895431 -2,2 0,0.966498 0.682384,1.782257 1.59375,1.96875 L 67,68 62.71875,56.875 C 63.47012,56.587226 64,55.85259 64,55 c 0,-1.104569 -0.895431,-2 -2,-2 -1.104569,0 -2,0.895431 -2,2 0,1.104569 0.895431,2 2,2 0.05279,0 0.104488,0.004 0.15625,0 L 63,69 C 63,69 60.71767,64.834175 57.28125,60.53125 57.720465,60.164377 58,59.617035 58,59 c 0,-1.104569 -0.895431,-2 -2,-2 -1.104569,0 -2,0.895431 -2,2 0,1.104569 0.895431,2 2,2 0.291093,0 0.563018,-0.07568 0.8125,-0.1875 C 59.470637,67.087508 60,72 60,72 c 3.003206,1.501603 1,5 1,5 -1,1 -3,1 -3,2.5 l 0,2 c 0,0.831 0.67502,1.402943 1.5,1.5 8.5,1 10.5,1 19,0 0.824852,-0.09704 1.5,-0.669 1.5,-1.5 l 0,-2 C 80,78 78,78 77,77 c 0,0 -2.003206,-3.498397 1,-5 0,0 0.529363,-4.912492 3.1875,-11.1875 C 81.436982,60.924316 81.708907,61 82,61 c 1.104569,0 2,-0.895431 2,-2 0,-1.104569 -0.895431,-2 -2,-2 -1.104569,0 -2,0.895431 -2,2 0,0.617035 0.279535,1.164377 0.71875,1.53125 C 77.28233,64.834175 75,69 75,69 l 0.84375,-12 c 0.05176,0.004 0.103458,0 0.15625,0 1.104569,0 2,-0.895431 2,-2 0,-1.104569 -0.895431,-2 -2,-2 -1.104569,0 -2,0.895431 -2,2 0,0.85259 0.52988,1.587226 1.28125,1.875 L 71,68 69.40625,55.96875 C 70.317616,55.782257 71,54.966498 71,54 71,52.895431 70.104569,52 69,52 z M 59,79 c 10.632919,1.935445 20,0 20,0 0,0 -2.857468,1.513755 -9.46875,1.53125 C 62.919968,80.548745 59,79 59,79 z"
422 id="path3775"
423 style="color:#000000;fill:url(#linearGradient3976);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
424 <path
425 d="m 69,14 c -2.761424,0 -5,2.238576 -5,5 0,1.13739 0.391592,2.1599 1.03125,3 L 64.1875,22 C 63.5227,22 63,22.446 63,23 c 0,0.554 0.5227,1 1.1875,1 L 65,24 c 4,8 -4,11 -4,11 -1,1 -3,1 -3,2.5 l 0,2 c 0,0.831 0.67502,1.402943 1.5,1.5 8.5,1 10.5,1 19,0 0.824852,-0.09704 1.5,-0.669 1.5,-1.5 l 0,-2 C 80,36 78,36 77,35 77,35 69,32 73,24 l 0.8125,0 C 74.4773,24 75,23.554 75,23 75,22.446 74.4773,22 73.8125,22 l -0.84375,0 C 73.608408,21.1599 74,20.13739 74,19 74,16.238576 71.761424,14 69,14 z M 59,37 c 10.632919,1.935445 20,0 20,0 0,0 -2.857468,1.513755 -9.46875,1.53125 C 62.919968,38.548745 59,37 59,37 z"
426 id="path3813"
427 style="color:#000000;fill:url(#linearGradient3992);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
428 <path
429 d="m 109,77 16,0 c 1,1 3,1 3,2.5 l 0,2 c 0,0.831 -0.67515,1.402959 -1.5,1.5 -8.5,1 -10.5,1 -19,0 -0.82498,-0.09706 -1.5,-0.669 -1.5,-1.5 l 0,-2 c 0,-1.5 2,-1.5 3,-2.5 z"
430 id="path3827"
431 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
432 <path
433 d="m 117,77 0,-15 c 0,0 -10.01472,0.621175 -12,5 -1.98528,4.378825 2.21685,6.433693 4,10 l 8,0 z"
434 id="path3829"
435 style="fill:#000000;stroke:none" />
436 <path
437 d="m 117,77 0,-15 c 0,0 10.01472,0.621175 12,5 1.98528,4.378825 -2.21685,6.433693 -4,10 l -8,0 z"
438 id="path3831"
439 style="fill:#000000;stroke:none" />
440 <rect
441 width="8"
442 height="3"
443 rx="2"
444 ry="1.1877004"
445 x="113"
446 y="60"
447 id="rect3833"
448 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
449 <rect
450 width="4"
451 height="9"
452 x="115"
453 y="53"
454 id="rect3835"
455 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
456 <rect
457 width="3"
458 height="8"
459 x="55"
460 y="-121"
461 transform="matrix(0,1,-1,0,0,0)"
462 id="rect3837"
463 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
464 <path
465 d="m 151,77 16,0 c 1,1 3,1 3,2.5 l 0,2 c 0,0.831 -0.67515,1.402959 -1.5,1.5 -8.5,1 -10.5,1 -19,0 -0.82498,-0.09706 -1.5,-0.669 -1.5,-1.5 l 0,-2 c 0,-1.5 2,-1.5 3,-2.5 z"
466 id="path3839"
467 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
468 <path
469 d="m 159,77 0,-24 2,15 5,-13 -1,14 c 0,0 2.87059,-5.21364 7,-10 -3.37861,7.132614 -4,13 -4,13 -3.00321,1.501603 -1,5 -1,5 l -8,0 z"
470 id="path3841"
471 style="fill:#000000;stroke:none" />
472 <path
473 d="m 159,77 0,-24 -2,15 -5,-13 1,14 c 0,0 -2.87059,-5.21364 -7,-10 3.37861,7.132614 4,13 4,13 3.00321,1.501603 1,5 1,5 l 8,0 z"
474 id="path3843"
475 style="fill:#000000;stroke:none" />
476 <path
477 d="m 71,54 a 2,2 0 1 1 -4,0 2,2 0 1 1 4,0 z"
478 transform="translate(90,0)"
479 id="path3845"
480 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
481 <path
482 d="m 71,54 a 2,2 0 1 1 -4,0 2,2 0 1 1 4,0 z"
483 transform="translate(97,1)"
484 id="path3847"
485 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
486 <path
487 d="m 71,54 a 2,2 0 1 1 -4,0 2,2 0 1 1 4,0 z"
488 transform="translate(103,5)"
489 id="path3849"
490 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
491 <path
492 d="m 71,54 a 2,2 0 1 1 -4,0 2,2 0 1 1 4,0 z"
493 transform="matrix(-1,0,0,1,221,1)"
494 id="path3851"
495 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
496 <path
497 d="m 71,54 a 2,2 0 1 1 -4,0 2,2 0 1 1 4,0 z"
498 transform="matrix(-1,0,0,1,215,5)"
499 id="path3853"
500 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
501 <path
502 d="m 151,35 16,0 c 1,1 3,1 3,2.5 l 0,2 c 0,0.831 -0.67515,1.402959 -1.5,1.5 -8.5,1 -10.5,1 -19,0 -0.82498,-0.09706 -1.5,-0.669 -1.5,-1.5 l 0,-2 c 0,-1.5 2,-1.5 3,-2.5 z"
503 id="path3865"
504 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
505 <path
506 d="m 75,21 a 5,5 0 1 1 -10,0 5,5 0 1 1 10,0 z"
507 transform="translate(89,-2)"
508 id="path3867"
509 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
510 <rect
511 width="12"
512 height="2"
513 rx="1.2"
514 x="153"
515 y="22"
516 id="rect3869"
517 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
518 <path
519 d="m 155,24 c 4,8 -4,11 -4,11 l 8,0 0,-11 -4,0 z"
520 id="path3871"
521 style="fill:#000000;stroke:none" />
522 <path
523 d="m 163,24 c -4,8 4,11 4,11 l -8,0 0,-11 4,0 z"
524 id="path3873"
525 style="fill:#000000;stroke:none" />
526 <path
527 d="m 107,20 c 8,4 2,15 2,15 l 8,0 0,-15 -10,0 z"
528 id="path3876"
529 style="fill:#000000;stroke:none" />
530 <path
531 d="m 109,35 16,0 c 1,1 3,1 3,2.5 l 0,2 c 0,0.831 -0.67515,1.402959 -1.5,1.5 -8.5,1 -10.5,1 -19,0 -0.82498,-0.09706 -1.5,-0.669 -1.5,-1.5 l 0,-2 c 0,-1.5 2,-1.5 3,-2.5 z"
532 id="path3878"
533 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
534 <rect
535 width="4"
536 height="2"
537 x="107"
538 y="14"
539 id="rect3880"
540 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
541 <rect
542 width="4"
543 height="2"
544 x="115"
545 y="14"
546 id="rect3882"
547 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
548 <rect
549 width="4"
550 height="2"
551 x="123"
552 y="14"
553 id="rect3884"
554 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
555 <rect
556 width="20"
557 height="4"
558 x="107"
559 y="16"
560 id="rect3886"
561 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
562 <path
563 d="m 127,20 c -8,4 -2,15 -2,15 l -8,0 0,-15 10,0 z"
564 id="path3888"
565 style="fill:#000000;stroke:none" />
566 <path
567 d="m 69,14 c -2.761424,0 -5,2.238576 -5,5 0,1.13739 0.391592,2.1599 1.03125,3 L 64.1875,22 C 63.5227,22 63,22.446 63,23 c 0,0.554 0.5227,1 1.1875,1 L 65,24 c 4,8 -4,11 -4,11 -1,1 -3,1 -3,2.5 l 0,2 c 0,0.831 0.67502,1.402943 1.5,1.5 8.5,1 10.5,1 19,0 0.824852,-0.09704 1.5,-0.669 1.5,-1.5 l 0,-2 C 80,36 78,36 77,35 77,35 69,32 73,24 l 0.8125,0 C 74.4773,24 75,23.554 75,23 75,22.446 74.4773,22 73.8125,22 l -0.84375,0 C 73.608408,21.1599 74,20.13739 74,19 74,16.238576 71.761424,14 69,14 z m 0,1 c 2.217776,0 4,1.782224 4,4 0,0.906501 -0.322545,1.690471 -0.84375,2.375 a 1.0060366,1.0060366 0 0 0 0.625,1.625 1.0060366,1.0060366 0 0 0 -0.6875,0.5625 c -2.142458,4.284917 -1.038863,7.616119 0.65625,9.59375 1.695113,1.977631 3.90625,2.78125 3.90625,2.78125 0.16867,0.12773 0.300222,0.186707 0.46875,0.28125 -1.953185,0.337006 -8.009398,1.152029 -16.21875,-0.03125 0.155703,-0.08919 0.282009,-0.13225 0.4375,-0.25 0,0 2.211137,-0.803619 3.90625,-2.78125 1.695113,-1.977631 2.798708,-5.308833 0.65625,-9.59375 A 1.0060366,1.0060366 0 0 0 65.1875,23 1.0060366,1.0060366 0 0 0 65.84375,21.375 C 65.322545,20.690471 65,19.906501 65,19 c 0,-2.217776 1.782224,-4 4,-4 z M 59,37 c 10.632919,1.935445 20,0 20,0 0,0 -2.857468,1.513755 -9.46875,1.53125 C 62.919968,38.548745 59,37 59,37 z m 0,1.03125 c 0.489705,0.181599 4.195207,1.516767 10.53125,1.5 C 72.913282,39.5223 75.378791,39.150495 77,38.75 c 1.315429,-0.324957 1.738736,-0.596368 2,-0.71875 L 79,39.5 c 0,0.28615 -0.192416,0.449109 -0.625,0.5 -8.481815,0.997861 -10.268185,0.997861 -18.75,0 C 59.192224,39.949085 59,39.786253 59,39.5 l 0,-1.46875 z"
568 id="path4069"
569 style="opacity:0.5;color:#000000;fill:#6e3728;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
570 <path
571 d="m 25,53 0,2 -2,0 0,3 2,0 0,2 c -1.108,0 -2,0.529514 -2,1.1875 l 0,0.625 c 0,0.264839 0.161311,0.490399 0.40625,0.6875 C 20.322702,63.092725 16.20146,64.350007 15,67 c -1.985282,4.378825 2.216846,6.433693 4,10 -1,1 -3,1 -3,2.5 l 0,2 c 0,0.831 0.67502,1.402943 1.5,1.5 8.5,1 10.5,1 19,0 0.824852,-0.09704 1.5,-0.669 1.5,-1.5 l 0,-2 C 38,78 36,78 35,77 36.783154,73.433693 40.985282,71.378825 39,67 37.79854,64.350007 33.677298,63.092725 30.59375,62.5 30.838689,62.302899 31,62.077339 31,61.8125 l 0,-0.625 C 31,60.529514 30.108,60 29,60 l 0,-2 2,0 0,-3 -2,0 0,-2 -4,0 z m 0.9375,0.9375 2.125,0 0,1.0625 A 0.93859574,0.93859574 0 0 0 29,55.9375 l 1.0625,0 0,1.125 -1.0625,0 A 0.93859574,0.93859574 0 0 0 28.0625,58 l 0,2 A 0.93859574,0.93859574 0 0 0 29,60.9375 c 0.404496,0 0.756983,0.111575 0.9375,0.21875 0.09026,0.05359 0.116315,0.08745 0.125,0.09375 l 0,0.5 C 30.05219,61.7595 30.03978,61.749241 30,61.78125 a 0.93859574,0.93859574 0 0 0 0.40625,1.625 c 1.497089,0.287773 3.262301,0.768157 4.71875,1.4375 1.456449,0.669343 2.574112,1.522966 3.03125,2.53125 0.867016,1.912328 0.407775,3.026143 -0.53125,4.40625 -0.939025,1.380107 -2.47754,2.830081 -3.46875,4.8125 a 0.93859574,0.93859574 0 0 0 0.1875,1.0625 c 0.348089,0.348089 0.670051,0.410377 1.03125,0.59375 -1.755422,0.311456 -8.181105,1.230021 -16.6875,-0.03125 0.342045,-0.178853 0.641055,-0.234805 0.96875,-0.5625 a 0.93859574,0.93859574 0 0 0 0.1875,-1.0625 C 18.85254,74.611331 17.314025,73.161357 16.375,71.78125 15.435975,70.401143 14.976734,69.287328 15.84375,67.375 c 0.457138,-1.008284 1.574801,-1.861907 3.03125,-2.53125 1.456449,-0.669343 3.221661,-1.149727 4.71875,-1.4375 A 0.93859574,0.93859574 0 0 0 24,61.78125 C 23.96022,61.74924 23.94781,61.75946 23.9375,61.75 l 0,-0.5 c 0.0087,-0.0063 0.03474,-0.04016 0.125,-0.09375 C 24.243017,61.049075 24.595504,60.9375 25,60.9375 A 0.93859574,0.93859574 0 0 0 25.9375,60 l 0,-2 A 0.93859574,0.93859574 0 0 0 25,57.0625 l -1.0625,0 0,-1.125 1.0625,0 A 0.93859574,0.93859574 0 0 0 25.9375,55 l 0,-1.0625 z M 17,79 c 10.632919,1.935445 20,0 20,0 0,0 -2.857468,1.513755 -9.46875,1.53125 C 20.919968,80.548745 17,79 17,79 z m -0.0625,0.96875 c 0.381022,0.143241 4.16652,1.517008 10.59375,1.5 3.376911,-0.0089 5.821683,-0.413337 7.4375,-0.8125 1.370069,-0.338455 1.875388,-0.583077 2.09375,-0.6875 l 0,1.53125 c 0,0.322675 -0.22862,0.508515 -0.6875,0.5625 -8.483034,0.998004 -10.266966,0.998004 -18.75,0 C 17.165932,82.00849 16.9375,81.822771 16.9375,81.5 l 0,-1.53125 z"
572 id="path4076"
573 style="opacity:0.5;color:#000000;fill:#6e3728;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
574 </g>
575 <g
576 id="layer7"
577 style="display:inline">
578 <path
579 d="m 32.780926,5.002242 c -0.05305,0.00264 -0.107959,0.028278 -0.160763,0.031788 0.0265,0.7935416 0.06794,1.5906984 0.09646,2.3841142 0.0074,-0.6893458 0.02769,-1.3768781 0.03215,-2.0662323 0.0033,0.4864873 -0.0024,0.9757667 0,1.4622567 0.0098,-0.6040657 0.0218,-1.2078802 0.03215,-1.8119267 z m -0.0643,2.4159023 c -0.02408,2.2376892 -0.04509,4.4698557 -0.09646,6.7073077 0.0016,0.04243 0.03056,0.08473 0.03215,0.127153 0.03597,-2.096375 0.06327,-4.197635 0.09646,-6.2940615 -0.0066,-0.1799549 -0.02568,-0.3604382 -0.03215,-0.5403992 z m -0.06431,6.8344607 c -0.0051,0.296556 -0.02687,0.593518 -0.03215,0.890069 0.0083,-0.339258 -0.0078,-0.677955 0,-1.017222 -0.101654,-2.772265 -0.121407,-5.5567906 -0.160762,-8.3285053 -0.0023,-0.2546745 0.0019,-0.5082388 0,-0.7629166 -0.287878,0.023927 -0.55634,0.077987 -0.835968,0.1271528 -0.01099,0.1695007 -0.02116,0.3391106 -0.03215,0.508611 0.311574,3.9011697 0.689069,7.7942581 0.964577,11.6980541 -0.003,0.105913 0.003,0.211969 0,0.317881 0.06365,0.920217 0.142886,1.844453 0.192916,2.765573 0.01504,-1.315859 -0.0094,-2.625841 0,-3.941736 -0.04081,-0.751241 -0.06827,-1.504961 -0.09646,-2.256961 z m 0.09646,2.256961 c 0.03919,0.721585 0.106899,1.441012 0.160763,2.161597 -0.02127,-2.288349 -0.02892,-4.577842 -0.03215,-6.866249 -0.04242,-1.036143 -0.05775,-2.0789268 -0.09646,-3.1152421 0.0062,2.6077431 -0.01358,5.2121891 -0.03215,7.8198941 z m 0.12861,-4.704652 c 0.147641,3.605937 0.315708,7.203248 0.514442,10.807985 0.0042,0.296311 -0.0033,0.593762 0,0.890069 0.01014,0.07445 0.02177,0.148085 0.03215,0.222517 0.833547,6.325055 1.483439,12.671895 2.47575,18.977549 0.06861,0.513508 0.09898,0.846923 0.160762,1.303316 0.01586,-1.233032 0.04347,-2.454458 0.06431,-3.68743 C 35.647806,35.112234 35.21231,29.906851 34.613624,24.710919 33.812233,18.679984 33.534285,12.601284 33.359673,6.528075 33.349873,6.0190725 33.336525,5.5113229 33.32752,5.002242 l -0.0643,0 c -0.128108,0 -0.259019,-0.00504 -0.385831,0 -0.01737,2.2671704 -0.0032,4.5354635 0,6.802672 z m 3.247412,28.514006 c 0.04555,0.497196 0.082,0.996918 0.12861,1.494045 0.01516,-5.727458 0.07445,-11.475005 0.321526,-17.19741 -0.214501,5.23106 -0.361657,10.468548 -0.450136,15.703365 z m 0.450136,-15.703365 c 0.05765,-1.335224 0.14649,-2.638845 0.225068,-3.973524 0.04941,1.261984 0.115553,2.520228 0.160763,3.782795 0.121202,3.901859 0.186036,7.795258 0.225068,11.698053 0.01433,-0.105406 0.01781,-0.212476 0.03215,-0.317882 -0.05311,-3.780784 -0.09747,-7.568349 -0.192916,-11.348383 -0.05167,-1.443277 -0.131604,-2.880267 -0.192915,-4.323194 -0.01047,0.158752 -0.02183,0.318068 -0.03215,0.476823 -0.0083,-0.212167 -0.02365,-0.423613 -0.03215,-0.635764 -0.01567,0.244426 -0.01509,0.34124 -0.03215,0.603976 -0.06584,1.343069 -0.105673,2.693603 -0.160763,4.0371 z m 0.192915,-4.641076 C 36.780229,19.781331 36.788374,19.68051 36.8,19.497656 36.589024,14.66054 36.345806,9.8280207 35.964033,5.002242 l -0.0643,0 c 0.02615,0.315452 0.0705,0.6006295 0.09646,0.9218574 0.378112,4.6789206 0.583933,9.3636376 0.771662,14.0503796 z M 36.8,19.497656 c 0.0093,0.212238 0.02313,0.423516 0.03215,0.635764 0.332916,-5.048745 0.740541,-10.104322 1.318256,-15.131178 l -0.03215,0 C 37.952191,6.3735571 37.774755,7.7281797 37.635967,9.1029184 37.18063,13.61315 37.052703,15.523414 36.8,19.497656 z m 0.417984,16.307341 c 0.0021,0.148663 -0.002,0.296371 0,0.445035 0.295009,-2.170946 0.59856,-4.342553 0.86812,-6.516579 0.77893,-6.282107 1.302813,-11.371436 1.832697,-17.674233 0.177515,-2.1114784 0.332417,-4.244101 0.482289,-6.3576379 -0.0045,-0.085483 -0.02754,-0.1688286 -0.03215,-0.2543055 -0.155203,2.1846519 -0.298821,4.3658204 -0.482288,6.5483674 -0.529821,6.302586 -1.05382,11.392337 -1.832698,17.674233 -0.253746,2.046606 -0.557987,4.091447 -0.835967,6.13512 z M 40.368937,5.4472766 c 0.01054,-0.1483853 0.02155,-0.2966539 0.03215,-0.4450346 l -0.06431,0 c 0.0083,0.1491364 0.0241,0.295879 0.03215,0.4450346 z m 0.03215,0.2543055 c 0.209368,3.9597484 0.347761,7.9296089 0.450136,11.8887829 0.151743,11.811218 0.131336,23.631925 0.128611,35.443831 -0.0052,4.15282 -0.04468,8.308221 -0.06431,12.46097 0.03935,-0.551603 0.08994,-1.10132 0.128611,-1.652986 -0.01184,-3.59267 -0.03187,-7.183488 -0.03215,-10.776196 0.0027,-11.811932 0.02307,-23.632588 -0.12861,-35.443831 -0.0333,-3.478092 -0.06658,-6.945109 -0.128611,-10.426526 0.812721,8.819057 1.233699,17.6883 1.993461,26.51135 0.13919,1.787342 0.241085,2.777604 0.321526,3.846371 0.05584,-0.593792 0.10221,-1.186567 0.160763,-1.780139 C 43.190931,35.15977 43.151708,34.79314 43.101907,33.99307 42.421539,25.254947 42.004214,16.478733 41.39782,7.7360262 41.327076,6.8208282 41.232627,5.9151886 41.140599,5.002242 l -0.417983,0 c 0.01775,0.7193382 0.01927,1.4420846 0.03215,2.1615968 -0.08085,-0.7256121 -0.194487,-1.4379544 -0.289373,-2.1615968 -0.01664,0.2327683 -0.0478,0.4665615 -0.0643,0.6993401 z m 2.829428,30.0716269 c 0.0049,0.07632 -0.0048,0.148341 0,0.222517 0.04354,-0.443683 0.08346,-0.89155 0.12861,-1.335104 0.388615,-3.817604 0.768546,-6.784588 1.157493,-9.886126 0.0026,-0.201531 -0.0025,-0.402445 0,-0.603976 -0.41808,3.318696 -0.778593,6.420592 -1.189646,10.458314 -0.03881,0.381279 -0.05884,0.762999 -0.09646,1.144375 z M 44.516621,24.17052 c 0.01142,-0.09063 0.02064,-0.194852 0.03215,-0.286094 0.0373,-3.002101 0.06913,-5.993999 0.09646,-8.996057 0.0039,-3.29429 0.04383,-6.5924359 0.0643,-9.886127 l -0.03215,0 c -4.24e-4,3.2852269 -0.01806,6.56857 -0.06431,9.854339 -0.02829,3.108113 -0.05737,6.205784 -0.09646,9.313939 z m 0.03215,-0.286094 c -0.0025,0.201532 0.0026,0.402444 0,0.603976 0.204139,-1.623961 0.395118,-3.179888 0.643052,-5.149687 0.07811,-0.552694 0.119887,-1.09971 0.192915,-1.652986 4.34e-4,-0.200825 -4.79e-4,-0.40315 0,-0.603975 -0.115494,0.923416 -0.04078,0.483644 -0.257221,2.225173 -0.220411,1.751076 -0.394182,3.115149 -0.578746,4.577499 z m 0.835967,-6.198697 c -0.0021,0.993556 -1.17e-4,1.994543 0,2.98809 9.74e-4,8.25952 -0.0014,16.503482 0,24.763 0.0024,13.61011 -5.77e-4,27.237713 0,40.847823 -0.08924,8.534475 -0.184308,17.058158 -0.450136,25.589488 -0.08108,3.70689 -0.11794,7.41884 -0.12861,11.12587 l 1.221798,0 c -0.01889,-3.4481 -0.05726,-6.88308 -0.12861,-10.33116 -0.260147,-8.78156 -0.36083,-17.567902 -0.450137,-26.35241 -5.77e-4,-13.610111 0.0024,-27.205926 0,-40.816035 -0.0014,-8.259519 9.65e-4,-16.535268 0,-24.794788 -1.3e-4,-1.104022 0.0028,-2.201936 0,-3.305971 -0.01266,0.09702 -0.0515,0.18909 -0.06431,0.286093 z m 0.06431,-0.286093 c 0.13597,-1.041716 0.230656,-2.072046 0.353679,-3.115243 -0.0039,-0.158931 0.0039,-0.317892 0,-0.476823 -0.04877,0.398611 -0.241274,1.864733 -0.385831,3.019878 5.16e-4,0.191129 0.03167,0.381059 0.03215,0.572188 z m 0.353679,-3.592066 c 0.04867,-0.3978 0.30563,-2.491553 0.353678,-2.924513 -0.0061,-1.4829532 -0.03205,-2.9672868 -0.03215,-4.4503465 -0.0016,-0.4760901 -0.0025,-0.9544655 0,-1.4304685 l -0.514442,0 c 0.0061,0.3375962 -0.0052,0.6796047 0,1.017222 0.05883,2.597548 0.129608,5.190658 0.192916,7.788106 z m 0.353678,-2.924513 c 6.93e-4,0.169472 -7.71e-4,0.33914 0,0.508611 0.236254,-2.1210148 0.465285,-4.269096 0.707357,-6.389426 l -0.03215,0 c -0.0449,0.3710089 -0.086,0.7413421 -0.128611,1.1125866 -0.429381,3.7407374 -0.46648,4.0463224 -0.546594,4.7682284 z m 0,0.508611 c -0.107531,0.965384 -0.239916,1.928052 -0.353678,2.892725 0.172326,7.050395 0.382971,14.088551 0.546594,21.139146 0.198078,11.30052 0.13959,22.616201 0.160763,33.917998 0.04926,14.64108 0.118197,29.29504 0.546594,43.931273 0.125063,7.46621 0.08129,4.96447 0.09646,9.72719 l 0.675204,0 c -0.35125,-3.22095 -0.549433,-6.45275 -0.73951,-9.6954 C 46.660324,98.668418 46.623667,84.014355 46.574387,69.373325 46.438564,58.114066 46.722067,46.872244 46.542234,35.614268 46.308121,27.545126 46.193152,19.463076 46.156403,11.391668 z m -1.607629,13.096734 c -0.01132,0.09008 -0.02092,0.196496 -0.03215,0.286094 -0.148759,11.55232 -0.439481,23.106818 -0.964577,34.649126 -0.0015,0.307389 0.0012,0.614472 0,0.921857 0.558231,-11.944532 0.844658,-23.901674 0.99673,-35.857077 z m -0.99673,35.857077 c -0.01238,0.264941 -0.01947,0.529775 -0.03215,0.794705 10e-4,-0.2754 -0.0012,-0.551091 0,-0.826493 -0.04903,1.049177 -0.07483,2.098012 -0.12861,3.147031 -0.804169,14.843714 -0.127245,2.323251 -0.996731,17.133834 -0.286139,4.874027 -0.736967,12.053965 -0.803814,16.943105 -0.08659,6.333779 0.160696,9.803009 0.450136,16.084819 0.153734,2.49667 0.306513,5.00672 0.482289,7.50202 0.06215,0.88229 0.107636,1.18207 0.160763,1.8755 l 0.03215,0 c -0.227205,-3.11193 -0.419649,-6.24024 -0.610899,-9.34573 -0.289462,-6.28138 -0.536614,-9.7515 -0.450136,-16.084821 0.06677,-4.890722 0.517611,-12.0675 0.803815,-16.943105 0.870229,-14.824533 0.159611,-2.276087 0.964577,-17.133834 0.03912,-0.762965 0.05987,-1.525699 0.09646,-2.28875 -0.0072,1.938447 -0.0179,3.879066 0,5.817239 0.0028,14.609913 0.02304,29.19494 0.192916,43.804121 0.06097,4.05507 0.15926,8.12097 0.25722,12.17488 -0.09753,-4.1231 -0.152336,-7.27457 -0.225068,-12.1113 -0.169927,-14.60916 -0.158006,-29.226021 -0.160763,-43.835913 -0.02503,-2.236062 -0.04109,-4.47076 -0.03215,-6.707308 z m -0.03215,-0.03179 c 0.01386,-0.296679 0.01865,-0.593378 0.03215,-0.890069 0.02635,-5.257595 0.09352,-10.510822 0,-15.766942 -0.06147,-3.454734 -0.157553,-5.117112 -0.321526,-7.660954 -0.05802,0.59126 -0.105406,1.188664 -0.160763,1.780139 0.115223,1.553621 0.215006,3.056385 0.321526,5.721874 0.223806,5.600404 0.153773,11.212413 0.12861,16.815952 z M 43.069755,37.775865 c -0.0045,-0.06072 0.0046,-0.161086 0,-0.222517 -0.823053,8.751974 -1.410973,17.521168 -2.025613,26.288832 5.58e-4,0.169564 -5.72e-4,0.339047 0,0.508611 0.623614,-8.857293 1.198073,-17.73291 2.025613,-26.574926 z m -2.025613,26.574926 c -0.04025,0.571621 -0.08758,1.145014 -0.128611,1.716562 -0.02944,6.154925 -0.05297,12.313884 -0.06431,18.468938 -0.0409,9.116965 -0.107733,18.220789 -0.12861,27.337839 0.01041,3.01957 -0.07598,6.04303 -0.192916,9.05964 0.05555,0.6924 0.129571,1.37453 0.192916,2.06623 l 0.771662,0 c -0.139349,-3.55564 -0.264217,-7.12194 -0.257221,-10.68083 -0.02062,-9.19473 -0.09307,-18.397486 -0.12861,-27.59215 -0.0079,-6.793313 -0.04137,-13.583008 -0.0643,-20.376229 z M 40.5297,120.93377 c -0.334004,-4.16312 -0.521236,-8.32156 -0.707357,-12.49276 -0.162684,-8.829129 -0.214753,-17.685052 0.128611,-26.51135 0.225266,-5.790787 0.529128,-9.457198 0.932425,-15.258331 0.01453,-0.200793 0.01774,-0.403173 0.03215,-0.603976 9.13e-4,-0.190683 -9.01e-4,-0.381504 0,-0.572187 -0.02645,0.370763 -0.03748,0.741858 -0.06431,1.112586 -0.403253,5.800045 -0.707138,9.500386 -0.932425,15.290119 -0.343323,8.823219 -0.302141,17.653253 -0.160763,26.479559 0.0076,1.25084 0.04781,8.7867 0.0643,10.26759 0.01616,1.45099 0.06148,2.9038 0.09646,4.35498 l 0.514442,0 c 0.03018,-0.69033 0.06969,-1.3758 0.09646,-2.06623 z M 37.217984,36.250032 c -0.01433,0.10547 -0.01784,0.21241 -0.03215,0.317882 0.05296,5.657798 0.0359,11.316757 0,16.974893 0.08225,1.188133 0.178113,2.371462 0.257221,3.560277 -0.05349,-6.957016 -0.129634,-13.896341 -0.225068,-20.853052 z m 0.225068,20.853052 c 0.0014,0.180191 -0.0014,0.360209 0,0.540399 -0.07425,-1.068545 -0.177703,-2.142396 -0.257221,-3.210607 -0.0069,1.024827 0.0078,2.058655 0,3.083454 -0.0326,9.789678 -0.08829,19.582578 -0.0643,29.372287 0.06249,3.428255 0.0044,6.842673 -0.09646,10.267585 0.123737,-1.674825 0.245771,-3.346658 0.353679,-5.022534 0.0265,-1.673782 0.04279,-3.347881 0.03215,-5.022534 0.03746,-9.800336 0.04799,-19.603692 0.03215,-29.404074 0.443895,6.393238 0.825008,12.788508 0.610899,19.200066 -0.07983,2.476374 -0.114454,4.963176 -0.225068,7.438436 -0.116078,2.597397 -0.28311,5.194061 -0.450136,7.788106 -0.0067,0.423605 0.0086,0.847968 0,1.271528 0.201303,-3.005997 0.347728,-6.017455 0.482288,-9.027846 0.110648,-2.475293 0.177357,-4.962029 0.257221,-7.438436 0.0073,-2.322007 0.0425,-4.639963 0,-6.961613 -0.07259,-3.965121 -0.379824,-8.334692 -0.643052,-12.30203 -0.01266,-0.19088 -0.01945,-0.381326 -0.03215,-0.572187 z m -0.06431,36.302112 c -0.110899,1.656 -0.260478,3.303918 -0.385831,4.958957 -0.128832,3.827177 -0.29057,7.651667 -0.514442,11.475537 0.01,2.34432 0.01586,4.6809 0.03215,7.02519 0.227561,-7.81618 0.708603,-15.64265 0.86812,-23.459684 z m -0.900273,16.434494 c -0.0066,-1.53909 -0.03164,-3.07017 -0.03215,-4.60929 -0.197845,2.3617 -0.405409,4.72763 -0.6109,7.08877 -0.01955,3.29252 -0.04387,6.5936 -0.06431,9.88613 0.0213,-0.51773 0.03554,-0.90924 0.06431,-1.52584 0.06515,-1.39627 0.152771,-2.8001 0.225068,-4.19604 0.133937,-2.21065 0.288507,-4.43219 0.417984,-6.64373 z m -0.707357,12.36561 c -0.01109,0.26962 -0.02221,0.54213 -0.03215,0.7947 l 0.03215,0 c 0.0016,-0.26466 -0.0016,-0.53004 0,-0.7947 z m 0.06431,-9.88613 c 8.17e-4,-0.13763 -7.91e-4,-0.27562 0,-0.41325 -0.321392,3.69459 -0.62834,7.39853 -0.932425,11.09408 l 0.03215,0 c 0.292818,-3.55796 0.590703,-7.1238 0.900272,-10.68083 z m 0,-0.41325 c 0.204482,-2.35064 0.414622,-4.70575 0.6109,-7.05698 3e-5,-0.45641 -7.33e-4,-0.91046 0,-1.36689 0.03948,-7.980207 0.102178,-15.988139 0,-23.968293 -0.06341,-8.945548 -0.139685,-17.883644 -0.192916,-26.829231 -0.0016,-2.417847 9.27e-4,-4.829438 0,-7.247707 -0.0477,-0.355506 -0.109145,-0.731406 -0.160763,-1.112587 -0.0073,0.05331 -0.02484,0.105629 -0.03215,0.158941 -0.11515,0.839491 -0.24839,1.670552 -0.353678,2.511267 -0.344549,2.751125 -0.624329,5.509736 -0.932425,8.264929 -0.63963,7.055353 -0.851959,8.718177 -1.221798,15.735154 -0.390031,7.399979 -0.443494,14.814295 -0.675205,22.219944 0.0021,-4.916006 -0.01405,-9.833744 0,-14.74972 -0.02532,1.560093 -0.06758,3.112828 -0.09646,4.672864 0.0076,3.984178 -9.61e-4,7.968166 0,11.952359 0.01866,-0.521703 0.07977,-1.035853 0.09646,-1.557621 -1.02e-4,0.254276 8.3e-5,0.50864 0,0.762916 0.26107,-7.754474 0.299005,-15.519798 0.707357,-23.268954 0.369788,-7.017214 0.582221,-8.67955 1.221799,-15.735154 0.308075,-2.755165 0.587917,-5.513833 0.932425,-8.264929 0.09856,-0.787068 0.214161,-1.56635 0.321525,-2.352326 -0.03164,2.593837 -0.04881,5.194434 -0.06431,7.788106 -0.06707,8.848899 -0.118902,17.694109 -0.160763,26.543138 -0.08398,7.989434 -0.009,15.978932 0.03215,23.968294 0.0055,2.97503 -0.01506,5.95756 -0.03215,8.93248 z M 32.877384,94.295265 c -0.01749,0.519504 -0.07684,1.038189 -0.09646,1.557621 0.0012,6.834594 0.03215,13.668804 0.03215,20.503384 -0.09585,2.84662 -0.128958,4.34801 -0.289373,6.61194 0.18865,0.0144 0.387022,0.0286 0.578746,0.0318 -0.125872,-2.20457 -0.227228,-4.40381 -0.25722,-6.61194 0,-7.36341 0.02978,-14.72937 0.03215,-22.092795 z m -0.09646,1.557621 c -4.4e-5,-0.25431 6.2e-5,-0.508605 0,-0.762916 -0.06583,1.840288 -0.124638,3.660231 -0.225068,5.49936 -0.09726,2.10378 -0.213394,4.22207 -0.321526,6.32585 -0.02589,0.99738 -0.03965,1.2694 -0.06431,2.22517 0.0064,-0.0296 0.0074,0.39254 0.417984,-8.48745 0.08729,-1.59832 0.132527,-3.200787 0.192915,-4.800014 z m -0.610899,13.287464 c -0.0022,0.0101 -0.08571,2.05628 -0.12861,2.89272 -0.03237,1.2772 -0.08786,3.3851 -0.09646,3.7828 -0.03971,1.83556 -0.06164,4.11362 -0.09646,6.32585 0.01061,0.0737 0.02128,0.14845 0.03215,0.22252 0.03515,-2.28309 0.0877,-4.62493 0.12861,-6.51658 0.01529,-0.70712 0.08647,-3.82671 0.160763,-6.70731 z m -0.289373,13.22389 c -0.0029,0.18926 0.0027,0.35027 0,0.5404 0.03194,0.005 0.06442,-0.004 0.09646,0 -0.02818,-0.18294 -0.06992,-0.35962 -0.09646,-0.5404 z m -0.03215,-0.22252 c -0.0735,-0.51092 -0.162845,-1.02646 -0.225068,-1.52583 -0.03113,0.74267 -0.03734,1.4824 -0.0643,2.22517 0.09653,0.0177 0.191797,0.0171 0.289373,0.0318 0.0037,-0.2573 -0.004,-0.4755 0,-0.73113 z m -0.225068,-1.52583 c 0.07296,-1.74072 0.171909,-3.47325 0.257221,-5.21327 0.170647,-3.48058 0.110788,-2.39509 0.160763,-3.36955 0.02095,-0.82643 0.03785,-1.42002 0.0643,-2.44769 -0.183486,3.55009 -0.366734,7.0981 -0.514441,10.64905 0.01515,0.12621 0.01637,0.25478 0.03215,0.38146 z m -0.03215,-0.38146 c -0.258147,-2.14999 -0.43276,-4.25821 -0.6109,-6.58016 -0.442723,-5.77073 -0.661266,-11.54356 -0.900272,-17.324561 -0.268947,-8.685147 -0.453177,-17.379151 -0.643052,-26.066315 0.004,2.247144 0.02515,4.491976 0.03215,6.739096 0.21138,6.428148 0.41219,12.865471 0.578746,19.295431 0.237477,5.744859 0.568165,11.483299 0.771663,17.229199 0.108418,3.06167 0.122209,6.12495 0.225068,9.18679 0.148405,0.0359 0.298971,0.0665 0.450136,0.0954 0.0079,-0.21476 -0.0087,-0.2127 0,-0.44503 0.02659,-0.71053 0.0669,-1.41933 0.09646,-2.12981 z M 29.46921,77.00249 c -0.07,-2.12873 -0.150094,-4.260792 -0.225068,-6.389426 -0.102791,1.070534 -0.218946,2.140056 -0.321526,3.210607 0.02668,7.362059 0.08322,14.733344 0.289373,22.092792 0.02444,2.5992 0.210221,5.190807 0.321526,7.788107 0.01252,-7.227811 -0.0098,-14.451828 -0.06431,-21.679546 -0.01053,-1.67469 0.0052,-3.347813 0,-5.022534 z m -0.546594,-3.178819 c -4.22e-4,-0.116518 4.1e-4,-0.233152 0,-0.34967 -0.0478,0.498303 -0.08115,0.995715 -0.128611,1.494045 -5.23e-4,0.137752 5.45e-4,0.275494 0,0.413247 0.04919,-0.517746 0.079,-1.03991 0.128611,-1.557622 z m -0.128611,1.557622 c -0.08742,0.92013 -0.172175,1.845242 -0.25722,2.765572 -0.05948,5.65989 -0.133844,11.316756 -0.289374,16.974893 -0.03423,3.557994 -0.388758,7.122792 -0.353678,10.680832 -0.111839,-6.055972 -0.118629,-12.094613 -0.160763,-18.151056 -0.01194,0.158937 -0.02025,0.317883 -0.03215,0.476823 0.03938,6.037966 0.04305,12.081863 0.160763,18.119263 0.01974,2.1065 0.07198,4.21928 0.06431,6.32585 -0.01046,2.86842 -0.119972,5.74701 -0.192916,8.6146 0.01876,0.0138 0.04543,0.0181 0.0643,0.0318 0.0521,-1.78047 0.09526,-3.55946 0.128611,-5.34041 0.05713,-2.46092 0.0773,-4.91403 0.03215,-7.37486 0.02813,1.3973 0.06219,2.80007 0.128611,4.19604 0.09811,2.06217 0.459031,6.65863 0.739509,9.18678 0.0081,0.004 0.02399,-0.004 0.03215,0 0.114334,0.0613 0.236474,0.10238 0.353678,0.15894 -0.207776,-6.2666 -0.494074,-12.51677 -0.514441,-18.78682 -0.01223,-7.268359 0.0017,-14.538489 0.0643,-21.806693 0.01492,-2.023904 0.02415,-4.047589 0.03215,-6.071544 z m -1.093188,12.747064 c -0.0014,-0.212573 0.0015,-0.423192 0,-0.635764 -0.112409,1.494927 -0.23777,2.987475 -0.353678,4.482134 -0.129366,3.052869 -0.302518,6.13242 -0.385831,9.186783 -0.174741,6.40624 0.03432,12.82379 -0.160763,19.23186 0.0598,0.0577 0.131549,0.10288 0.192916,0.15894 -0.100089,-3.66956 -0.08548,-7.35954 -0.06431,-11.0305 0.01603,-2.78 0.02068,-5.54945 0.09646,-8.32851 0.08329,-3.054326 0.256497,-6.102172 0.385831,-9.154996 0.101078,-1.303677 0.191709,-2.606007 0.289373,-3.909947 z m 0,-0.635764 c 0.01195,-0.158894 0.02015,-0.317933 0.03215,-0.476823 -0.03233,-4.288127 -0.08077,-8.587468 -0.225068,-12.874217 -0.164278,-4.880454 -0.482392,-10.361935 -0.73951,-15.25833 -0.116925,-2.174423 -0.239226,-4.373821 -0.353678,-6.548367 -0.08804,-1.672652 -0.182243,-3.317516 -0.257221,-4.990746 3.03e-4,0.360398 -2.85e-4,0.7204 0,1.080798 0.203895,3.469325 0.419564,6.954713 0.578747,10.426526 0.257065,4.894981 0.575242,10.379433 0.739509,15.258331 0.150275,4.463172 0.193591,8.918189 0.225068,13.382828 z M 26.157493,48.424908 c -0.01305,-0.222034 -0.01907,-0.445521 -0.03215,-0.667552 0.01169,14.267532 0.0017,28.519367 0,42.786903 0.02603,2.390964 0.04707,4.7936 0.03215,7.184131 -0.01335,-2.376981 0.0071,-4.774985 0.03215,-7.152343 0.0016,-14.05554 -0.02105,-28.095602 -0.03215,-42.151139 z m -0.03215,-0.667552 c -3.04e-4,-0.370998 3.23e-4,-0.741588 0,-1.112586 C 25.890726,40.782861 25.905508,34.899364 25.835967,29.034113 25.789316,22.287328 25.746566,15.532112 25.771662,8.7850365 25.48415,9.1765123 25.222728,9.5895228 25,10.024776 c 0.01308,6.156431 0.04446,12.313569 0.192915,18.468938 0.182127,6.429241 0.554127,12.843533 0.932426,19.263642 z M 25.771662,8.7850365 c 0.07931,1.7413515 0.198509,3.5040825 0.289373,5.2450515 -0.0065,-1.209276 -0.0458,-3.207976 -0.06431,-5.5311452 -0.07521,0.094352 -0.153593,0.1887743 -0.225068,0.2860937 z m 0.289373,5.2450515 c 0.001,0.187626 -7.37e-4,0.721808 0,0.858281 0.0477,8.830093 0.05011,17.681164 0.06431,26.51135 0.002,1.748991 -0.0015,3.496059 0,5.245051 0.0094,0.234448 0.02165,0.464939 0.03215,0.69934 -0.0017,-1.97159 0.0022,-3.941013 0,-5.912603 -0.01419,-8.830194 -0.01661,-17.681248 -0.0643,-26.51135 0.117896,2.172849 0.249055,4.315051 0.417984,6.484791 0.283309,3.638842 0.507524,5.66503 0.86812,9.313939 0.160274,1.62186 0.325641,3.241398 0.482288,4.863593 0.165253,2.125293 0.614412,7.617234 0.707357,9.758974 0.0691,1.592301 0.06753,3.174764 0.09646,4.768228 0.05382,2.964182 0.113912,5.937117 0.192916,8.900693 0.0094,-0.392345 0.02234,-0.783826 0.03215,-1.176163 0.0022,-0.317886 -0.0025,-0.635761 0,-0.953645 C 28.90703,52.996399 28.87662,49.0986 28.85832,45.214301 28.705908,42.590432 28.351402,38.268048 28.150954,35.804997 27.209999,26.749596 26.5997,17.690435 26.318256,8.5943073 c -0.0035,-0.1590932 0.0034,-0.3177261 0,-0.4768228 -0.09047,0.1016634 -0.171339,0.2122674 -0.257221,0.3178819 0.02019,3.0556956 0.03113,6.1749996 0.03215,6.3258496 -0.01306,-0.242519 -0.01949,-0.488588 -0.03215,-0.731128 z m 2.797276,31.184213 c 0.0062,0.106467 0.02672,0.281066 0.03215,0.381458 0.0845,1.562738 0.153915,3.140678 0.192916,4.704652 0.06551,-2.046255 0.145722,-4.089338 0.225068,-6.13512 -0.03906,-4.795247 -0.09972,-9.606546 -0.257221,-14.40005 -0.105511,-2.621121 -0.28431,-7.262114 -0.417983,-9.854338 -0.22574,-4.377509 -0.541611,-8.755637 -0.835968,-13.1285225 -0.01887,0.013687 -0.04554,0.017964 -0.0643,0.031788 0.461004,7.5568165 0.794791,15.1277435 0.964578,22.6967675 0.104531,5.237979 0.136073,10.464333 0.160763,15.703365 z m 0.450136,-1.04901 c 0.0022,0.275827 -0.0021,0.550663 0,0.826493 0.09248,-2.508344 0.213956,-5.026674 0.353678,-7.533801 0.403906,-7.600941 0.862647,-15.19594 1.350409,-22.792132 -0.200137,3.113576 -0.445702,6.236222 -0.643052,9.345728 -0.459115,7.233968 -0.388511,6.204782 -0.771662,13.414616 -0.10628,2.246312 -0.202222,4.492054 -0.289373,6.739096 z m 1.704087,-29.49944 c 0.192531,-2.998376 0.384303,-5.9977898 0.578747,-8.9960571 -0.01357,-0.1699227 -0.01883,-0.3386723 -0.03215,-0.508611 -0.03343,0.00611 -0.06316,0.025322 -0.09646,0.031788 -0.0013,0.052784 0.0014,0.106159 0,0.1589409 -0.08353,3.115249 -0.249999,6.2003642 -0.450136,9.3139392 z m -1.704087,30.325933 c -0.08769,2.378401 -0.139543,4.741341 -0.192916,7.120554 0.07322,4.090336 0.06416,8.181382 0.192916,12.270241 0.03158,1.368324 0.06622,2.732334 0.09646,4.100677 0.01006,-0.10584 0.02211,-0.21204 0.03215,-0.317882 -0.0074,-3.62638 -0.03326,-7.277064 -0.06431,-10.903349 -0.02825,-4.09501 -0.03373,-8.175135 -0.0643,-12.270241 z m 0.12861,23.17359 c 2.58e-4,0.126867 -2.49e-4,0.254591 0,0.381458 0.198726,-2.08997 0.396393,-4.170918 0.578747,-6.262273 0.798845,-9.161559 1.40881,-18.348928 1.929155,-27.528572 0.343569,-5.689315 0.49563,-11.374475 0.610899,-17.070258 -0.16124,5.683327 -0.392691,11.360075 -0.643051,17.03847 -0.520293,9.179593 -1.130343,18.335275 -1.929156,27.496783 -0.172542,1.978871 -0.359009,3.966795 -0.546594,5.944392 z m 0,0.381458 c -0.0081,0.08513 -0.02404,0.169173 -0.03215,0.254306 0.0063,0.286484 0.02587,0.571796 0.03215,0.858281 -6.72e-4,-0.370028 7.27e-4,-0.742559 0,-1.112587 z m -0.03215,0.254306 c -0.0023,-0.106019 0.0023,-0.211863 0,-0.317882 -0.05829,0.613098 -0.10194,1.230662 -0.160763,1.843715 0.0034,0.0952 -0.0034,0.190893 0,0.286093 0.05804,-0.604463 0.103186,-1.207425 0.160763,-1.811926 z m -0.160763,1.525833 c -0.07296,-2.065164 -0.147401,-4.133575 -0.225068,-6.198697 -0.02109,-0.509841 -0.04583,-1.015932 -0.06431,-1.525833 -0.02038,2.795755 -0.03112,5.596172 -0.03215,8.392082 0.0025,0.826191 -0.0029,1.65326 0,2.479478 0.100645,-1.049138 0.22086,-2.097893 0.321526,-3.14703 z M 29.115531,52.112338 c -0.0081,-0.454544 -0.0217,-0.91241 -0.03215,-1.366892 -0.07462,2.364057 -0.133791,4.724271 -0.192916,7.088766 -0.0043,0.614579 0.0036,1.229131 0,1.843715 0.02423,0.860156 0.03408,1.714827 0.06431,2.574844 0.02596,-3.380927 0.08494,-6.760478 0.160763,-10.140433 z m -0.225068,7.565589 c -0.0063,-0.223166 -0.0262,-0.444378 -0.03215,-0.667552 -0.09406,3.912861 -0.161255,7.816573 -0.225068,11.729842 -0.03578,2.316645 -0.07191,4.644747 -0.09646,6.961613 0.08477,-0.912681 0.170307,-1.821284 0.25722,-2.733784 0.0194,-5.09701 0.06674,-10.193146 0.09646,-15.290119 z M 28.536785,77.70183 c -0.139944,1.506782 -0.288649,3.006247 -0.417984,4.513923 -0.137237,1.599835 -0.264859,3.198931 -0.385831,4.800017 0.0016,0.211747 -0.0015,0.424015 0,0.635764 0.13462,-1.792064 0.264391,-3.581603 0.417984,-5.372204 0.118027,-1.376015 0.258747,-2.757214 0.385831,-4.132465 0.0016,-0.148084 -0.0016,-0.29695 0,-0.445035 z m 3.568937,31.88355 c 0.04589,-0.88793 0.08297,-1.78229 0.12861,-2.6702 0.100226,-3.86105 0.201852,-7.724391 0.225069,-8.614603 0.13729,-5.050613 0.228024,-10.111568 0.321525,-15.162966 -0.0015,-0.805312 0.0019,-1.610591 0,-2.415903 -0.101287,5.847437 -0.226912,11.700668 -0.385831,17.547081 -0.03041,1.166066 -0.167057,6.565391 -0.289373,11.316591 z m 0.675204,-28.863672 c 0.166363,-9.604267 0.287849,-19.22642 0.353679,-28.831887 0.04035,-9.919921 -0.01464,-19.836888 -0.289373,-29.753745 -0.02414,-0.56113 -0.066,-1.124061 -0.09646,-1.684774 -0.02733,2.390149 -0.08453,4.794185 -0.128611,7.184131 -0.20006,7.269775 -0.275355,14.534901 -0.225068,21.806697 0.132143,9.317265 0.269524,18.624326 0.385831,27.941819 0.0034,1.112599 -0.0026,2.225158 0,3.337759 z m 0.09646,-2.256961 c 0.07536,-4.643463 0.11175,-9.279403 0.160763,-13.923227 -0.05868,4.306237 -0.105871,8.599716 -0.160763,12.906005 -0.001,0.339033 9.69e-4,0.678189 0,1.017222 z M 33.038147,64.54152 c 0.06547,-4.804799 0.123163,-9.595319 0.192916,-14.400049 0.01716,-2.456287 0.01,-4.918913 0,-7.37486 -0.04458,3.058133 -0.07874,6.128133 -0.06431,9.186786 -0.02877,4.197312 -0.08431,8.390937 -0.12861,12.588123 z m 0.192916,-21.774909 c 0.09363,-6.423146 0.23135,-12.840011 0.160763,-19.263643 -0.21949,-1.612042 -0.36123,-3.212296 -0.482289,-4.831805 0.02875,3.093489 0.07319,6.188981 0.12861,9.282152 0.129918,4.932467 0.172825,9.880229 0.192916,14.813296 z m 2.86158,1.557621 c 0.05126,-0.37207 0.108438,-0.740648 0.160763,-1.112587 1.19e-4,-0.09546 -1.44e-4,-0.190636 0,-0.286093 -0.05839,0.413626 -0.103583,0.825962 -0.160763,1.239739 0.0073,0.05411 -0.0072,0.105468 0,0.158941 z m 0,-0.158941 c -0.0075,-0.0555 -0.02454,-0.102734 -0.03215,-0.158941 -0.0016,0.12752 0.0016,0.253938 0,0.381458 0.01023,-0.07442 0.02187,-0.148105 0.03215,-0.222517 z m 0.160763,-1.239739 c 0.02238,-0.158505 0.04182,-0.318333 0.06431,-0.476823 -0.0201,-0.211807 -0.04445,-0.423941 -0.06431,-0.635764 -9.83e-4,0.371217 5.61e-4,0.741366 0,1.112587 z m 0.06431,-0.476823 c 0.0061,0.06392 0.02606,0.126812 0.03215,0.190729 0.195362,-1.379132 0.388051,-2.752753 0.578746,-4.132465 0.08596,-0.646163 0.169561,-1.293123 0.257221,-1.939079 -0.0014,-0.148468 0.0015,-0.296568 0,-0.445035 -0.105098,0.773236 -0.218626,1.547036 -0.321526,2.320538 -0.183596,1.32826 -0.358243,2.677641 -0.546594,4.005312 z m 0.03215,0.190729 c -0.02718,0.191851 -0.06946,0.380314 -0.09646,0.572187 -9.27e-4,0.742446 -2.85e-4,1.48273 0,2.225174 0.285703,2.129195 0.526535,4.049809 0.771662,6.739096 0.06831,0.749438 0.104901,1.506536 0.160763,2.256961 0.002,-0.295826 -0.0019,-0.594241 0,-0.890069 -0.240774,-3.477855 -0.484691,-6.952975 -0.803815,-10.426526 -0.01524,-0.158371 -0.01706,-0.318443 -0.03215,-0.476823 z m 0.09646,62.209482 c -10e-6,0.12738 -4.3e-5,0.25409 0,0.38146 0.191899,-2.29072 0.372998,-4.57428 0.546594,-6.866247 0.0136,-0.404082 0.02025,-0.803827 0.03215,-1.207951 -0.189742,2.568243 -0.36449,5.126148 -0.578746,7.692738 z M 45.384741,5.002242 c 0.0043,0.3392794 -0.0026,0.6779232 0,1.017222 0.01867,2.4415692 0.03704,4.86963 0.03215,7.311284 -0.0049,-2.420518 0.01145,-4.8590826 0.03215,-7.2794958 0.003,-0.3507378 -0.0051,-0.6982985 0,-1.0490102 l -0.06431,0 z m 3.7297,0 c -4.01e-4,1.3278158 7.13e-4,2.6464046 0,3.9735236 -0.0063,13.3453584 8.6e-4,26.7077584 0,40.0531184 0.03008,10.273164 -0.148333,20.529699 -0.160763,30.802755 0.02777,7.738696 -0.240914,15.467854 -0.289373,23.205381 -0.02293,6.01943 0.04046,12.03942 -0.192915,18.05569 -0.04931,0.63071 -0.07994,1.27428 -0.128611,1.90729 l 0.321526,0 c 0.325459,-2.14127 0.66955,-4.2802 0.99673,-6.42121 -0.05492,-4.24587 -0.05326,-8.49998 -0.0643,-12.74707 -0.04903,-7.90403 -0.314651,-15.808845 -0.289373,-23.713987 -0.01264,-10.357169 -0.191343,-20.699789 -0.160763,-31.057061 8.61e-4,-13.345359 -0.0062,-26.707759 0,-40.0531182 7.19e-4,-1.3387596 3.47e-4,-2.6654495 0,-4.0053118 l -0.03215,0 z m 0.546594,111.576548 c 0.0082,0.6342 0.0197,1.27312 0.03215,1.90729 0.06151,-0.35964 0.09811,-0.72134 0.160763,-1.0808 -8.11e-4,-0.71961 6.73e-4,-1.44198 0,-2.1616 -0.06805,0.4437 -0.125106,0.89137 -0.192916,1.33511 z m 0.192916,-1.33511 c 0.01451,-0.0946 0.01763,-0.19147 0.03215,-0.28609 -0.0025,-2.79812 0.0017,-5.59398 0,-8.39208 -0.0031,-12.220573 -0.0016,-24.463005 0,-36.683574 -0.01094,-0.285332 -0.02015,-0.578578 -0.03215,-0.890069 -0.0016,12.505112 -0.0031,25.004954 0,37.510063 0.0017,2.91017 -0.0027,5.83157 0,8.74175 z m 0,-46.251813 c 2.36e-4,-1.875767 -1.83e-4,-3.750743 0,-5.62651 1.43e-4,-1.568209 -1.24e-4,-3.136442 0,-4.704652 -0.139103,-7.58893 -0.276796,-15.170032 -0.321526,-22.760343 -0.08053,-5.064611 0.06823,-10.138285 0.321526,-15.194755 6e-6,-0.339072 -6e-6,-0.678149 0,-1.017222 -0.286766,5.385224 -0.439398,10.785679 -0.353679,16.180189 0.02537,10.464492 -0.06556,20.914411 0.289374,31.374942 0.02853,0.756754 0.04072,1.136477 0.06431,1.748351 z m 0,-49.303482 c 0.01075,-0.201784 0.02103,-0.402205 0.03215,-0.603975 1.5e-5,-0.943045 -1.5e-5,-1.886104 0,-2.829149 0.03287,-3.75297 0.01625,-7.4993735 0,-11.253019 l -0.03215,0 c -0.01534,3.7457679 -0.03096,7.476072 0,11.221231 -1.8e-5,1.154965 2e-5,2.309947 0,3.464912 z m 0.03215,-0.603975 c -6e-6,0.31788 5e-6,0.635766 0,0.953645 0.241811,-4.628715 0.584747,-9.238928 0.964577,-13.85965 -0.0022,-0.2122709 0.002,-0.4234954 0,-0.6357638 -0.373361,4.5062758 -0.715812,9.0278338 -0.964574,13.5417688 z m 0.96458,-13.5417688 c 0.01498,-0.1807636 0.04923,-0.3596488 0.0643,-0.5403992 l -0.0643,0 c 0.0016,0.1804259 -0.0017,0.3599713 0,0.5403992 z m 0.0643,-0.5403992 c 0.0022,0.2014921 -0.0019,0.4024795 0,0.6039756 0.01666,-0.2011292 0.04752,-0.4028628 0.06431,-0.6039756 l -0.06431,0 z m 0,0.6039756 c -0.01579,0.1906414 -0.04863,0.3815314 -0.0643,0.5721874 0.0476,4.649312 0.134109,9.306045 0.03215,13.955015 -0.08082,3.6853 -0.264502,7.344707 -0.353679,11.030502 0.01359,7.191525 0.06594,14.392425 0.09646,21.58418 0.01951,7.14209 -0.0762,14.283279 -0.09646,21.425239 -0.01703,7.570901 0.118966,15.158143 0.192916,22.728556 0.07786,4.321963 0.04122,8.617453 -0.03215,12.937793 0.176152,-1.1222 0.366768,-2.24789 0.546594,-3.36955 -0.02184,-3.0427 -0.02336,-6.0798 0.03215,-9.123209 0.0741,-7.467441 0.178493,-14.94273 0.160763,-22.410673 -0.01983,-7.194567 -0.08746,-14.389485 -0.06431,-21.58418 0.03499,-7.135879 0.08297,-14.257817 0.09646,-21.393452 C 51.365469,28.06306 51.155012,24.155153 51.043597,20.260573 50.903762,15.372654 50.960769,10.495378 50.914986,5.6062176 z M 51.236512,106.47014 c 0.0078,1.08401 -0.0164,2.15849 0,3.2424 0.265408,-1.41758 0.539643,-2.84257 0.803815,-4.25962 0.09815,-0.50859 0.1896,-1.01713 0.289373,-1.52583 0.0094,-1.43031 0.0234,-2.86109 0.03215,-4.291409 -0.295118,1.772739 -0.607004,3.540689 -0.900273,5.308629 -0.08214,0.50668 -0.143815,1.01902 -0.225068,1.52583 z m 1.125341,-6.834459 c 0.01605,-0.0964 0.04836,-0.189681 0.0643,-0.286094 0.03457,-8.548671 0.02133,-17.104679 0.09646,-25.653068 -0.0067,-11.194244 -0.03057,-22.373955 -0.03215,-33.568328 0.02685,-7.123159 -0.0017,-14.238323 0,-21.361663 -0.01191,-0.170028 -0.02075,-0.282561 -0.03215,-0.445035 0.0044,7.259716 -0.02769,14.515342 0,21.77491 0.0016,11.171076 -0.04888,22.333793 -0.06431,33.504751 0.06099,8.67717 0.02094,17.357262 -0.03215,26.034527 z m 0.09646,-81.314188 c -1.23e-4,-0.201071 1.93e-4,-0.402905 0,-0.603975 -0.31156,-4.433386 -0.492387,-7.107248 -0.707359,-12.715276 l -0.03215,0 c 0.22465,5.855112 0.392668,8.377669 0.73951,13.319251 z m 0,-0.603975 c 0.01149,0.163514 0.02012,0.30551 0.03215,0.476822 0.0025,-4.329033 0.0026,-8.6727381 0.06431,-13.0013689 0.0015,-0.063604 -0.0015,-0.127125 0,-0.1907291 l -0.192915,0 c 2.28e-4,0.010615 -2.29e-4,0.021173 0,0.031788 0.05899,4.2221155 0.09239,8.46101 0.09646,12.683488 z m 0.03215,0.476822 c -1.09e-4,0.19052 4.4e-5,0.381667 0,0.572188 0.06123,0.874307 0.08427,1.170564 0.160763,2.288749 0.239422,2.899813 0.467093,5.810217 0.707357,8.709964 0.302355,3.649128 0.546601,6.419319 0.771662,9.218575 0.0024,-0.116267 -0.0024,-0.233403 0,-0.34967 -0.216087,-2.673729 -0.44988,-5.341717 -0.739509,-8.837117 -0.240272,-2.899726 -0.467918,-5.810171 -0.707357,-8.709963 -0.09669,-1.413136 -0.119925,-1.85348 -0.192916,-2.892726 z m 1.639782,20.439806 c 0.180173,2.229349 0.340814,4.453795 0.546594,7.343072 0.02117,0.297193 0.04339,0.592871 0.0643,0.890069 -3.02e-4,-0.698634 -0.0054,-1.399305 0,-2.09802 0.07823,-8.096558 0.289753,-16.196283 0.643052,-24.286177 0.133329,-3.326089 0.238139,-5.908607 0.289373,-9.250363 0.0086,-0.562196 0.02595,-1.122555 0.03215,-1.684774 -0.03743,-0.7525591 -0.08402,-1.5047408 -0.12861,-2.2569614 -0.03296,1.2439915 -0.07237,2.5063944 -0.128611,3.7510064 -0.05178,1.145971 -0.4725,7.833847 -0.546594,9.059634 -0.448636,6.17243 -0.64224,12.347734 -0.771662,18.532514 z M 55.577112,7.2909916 c 0.02025,-0.7641651 0.01948,-1.5246704 0.03215,-2.2887496 l -0.192915,0 c 0.05262,0.7605617 0.115652,1.5277857 0.160763,2.2887496 z m 0.12861,2.2569614 c 0.257482,5.176614 0.338296,10.361905 0.289373,15.544424 -0.05404,5.067838 0.03319,10.1272 0.09646,15.194755 0.171116,-8.112299 0.282699,-16.235866 0.353679,-24.349753 0.007,-1.271605 -0.0065,-2.542968 0,-3.814583 C 56.330497,9.7481148 56.209467,7.3733953 56.027248,5.002242 l -0.289373,0 c -0.0016,1.516845 -0.01541,3.028967 -0.03215,4.545711 z m 0.73951,2.574843 c 0.01232,0.254911 0.05252,0.507979 0.06431,0.762917 0.01672,-2.629303 0.02494,-5.2541368 0.03215,-7.883471 l -0.0643,0 c -0.0095,2.3737429 -0.01999,4.7468361 -0.03215,7.120554 z m 0.06431,0.762917 c -0.0065,1.02843 -0.0236,2.055031 -0.03215,3.083454 -0.03133,3.580301 -0.04861,7.164313 -0.09646,10.744408 0.06764,-3.135473 0.172646,-6.275598 0.289374,-9.409304 -0.05546,-1.471818 -0.09278,-2.947348 -0.160763,-4.418558 z m 0.160763,4.418558 c 0.07972,2.11561 0.148493,4.242039 0.225068,6.357638 0.09538,-6.116652 0.304044,-12.234995 0.675204,-18.3417852 0.0061,1.7594115 0.02642,3.517428 0.03215,5.2768392 0.0434,2.85529 0.05727,5.728478 0.03215,8.582811 0.03222,-2.844451 0.08084,-5.705975 0.03215,-8.551023 -0.0061,-1.8759973 -0.02559,-3.7505115 -0.03215,-5.626509 l -0.03215,0 c -0.0078,0.1128234 -0.02396,0.1366799 -0.03215,0.2543055 -2.94e-4,-0.084788 2.97e-4,-0.1695173 0,-0.2543055 l -0.192915,0 c -0.0085,0.1071641 0.0089,0.014835 0,0.1271527 C 57.04279,9.1762214 56.821334,13.249575 56.6703,17.304271 z m 0.964577,1.875503 c -0.06526,7.417029 -0.328688,14.80739 -0.610899,22.219945 -0.01511,1.041678 -0.01946,2.073693 -0.03215,3.115242 -0.01388,1.229036 -0.05433,2.458357 -0.06431,3.68743 -0.0018,0.226311 -0.02303,2.049421 -0.03215,3.878159 0.0047,1.29223 0.02842,2.585924 0.03215,3.878159 0.01347,2.170315 0.02309,4.346407 0.03215,6.516579 0.246072,-5.747245 0.468724,-11.474879 0.385831,-17.229199 0.0015,-0.492694 0.02967,-9.250442 0.03215,-9.504668 0.05389,-5.519022 0.194697,-11.042651 0.25722,-16.561647 z m -0.675204,43.295514 c -0.12348,2.884008 -0.222834,5.761758 -0.321526,8.646387 -0.06186,-0.595086 -0.133756,-1.184794 -0.192915,-1.780138 -0.007,0.211309 0.0068,0.42445 0,0.635764 0.05399,0.613046 0.105333,1.230778 0.160763,1.843715 0.0069,-0.212221 0.02492,-0.423551 0.03215,-0.635764 0.02784,0.267223 0.186683,1.852364 0.321526,3.083454 0.0206,-3.935626 0.01644,-7.857911 0,-11.793418 z m 0,11.793418 c -0.0032,0.605271 0.0044,1.206643 0,1.811927 0.29574,3.190501 0.576224,6.37507 0.835967,9.568245 0.120526,1.481695 0.185595,2.512217 0.257221,3.592065 0.04257,-0.690695 0.103718,-1.343406 0.160763,-2.225173 -0.151036,-1.971791 -0.319725,-3.942787 -0.514441,-5.912603 -0.06611,-0.668821 -0.440509,-4.104647 -0.73951,-6.834461 z m 1.253951,12.747064 c 0.212046,-3.276305 0.464108,-6.927635 0.546594,-8.233141 0.05544,-0.877517 0.108861,-1.760924 0.160763,-2.63842 0.0035,-0.264581 -0.0034,-0.530121 0,-0.794705 -0.06526,1.12408 -0.121891,2.245444 -0.192916,3.369549 -0.08267,1.308474 -0.301877,5.011059 -0.514441,8.296717 z m 0.707357,-11.666266 c 0.02401,-0.413453 0.04104,-0.826279 0.06431,-1.239739 0.07314,-6.022834 0.124567,-12.03301 0.160763,-18.055691 0.05813,-13.804478 0.04374,-27.615463 0.03215,-41.420011 0.0793,-3.212701 0.109887,-6.4188927 0.160763,-9.631821 l -0.417984,0 c 0.05506,3.1996125 0.111063,6.400656 0.192915,9.600033 0.01159,13.804537 0.05811,27.583755 0,41.388222 -0.03873,6.446025 -0.109983,12.912886 -0.192915,19.359007 z m 0.06431,-1.239739 c -0.0035,0.285738 0.0036,0.572546 0,0.858281 0.299869,-5.221106 0.564971,-10.444599 0.771662,-15.671577 0.157816,-5.811055 0.282289,-11.609233 0.450136,-17.419928 -0.171341,5.794005 -0.387709,11.593267 -0.514441,17.38814 -0.196013,4.957643 -0.428644,9.892958 -0.707357,14.845084 z m 0,0.858281 c -0.02246,0.391042 -0.04118,0.785124 -0.06431,1.176163 -0.07237,5.426431 -0.178694,10.850685 -0.321526,16.275553 0.0126,0.201431 0.01979,0.402516 0.03215,0.603976 0.161914,-6.017891 0.277657,-12.03591 0.353678,-18.055692 z m -0.353678,18.055692 c -0.03482,1.294001 -0.05636,2.5843 -0.09646,3.878159 -0.01252,-0.244923 -0.02071,-0.486123 -0.03215,-0.731129 -0.135594,4.486212 -0.303849,8.962382 -0.514441,13.446402 0.0061,0.0962 0.026,0.18988 0.03215,0.2861 0.20368,-4.30357 0.380547,-8.6004 0.514442,-12.906009 0.170599,3.301959 0.428541,6.595119 0.739509,9.886129 0.08324,-0.54983 0.175147,-1.10301 0.257221,-1.65299 -0.309427,-3.25248 -0.582364,-6.494453 -0.739509,-9.758972 -0.04685,-0.817588 -0.110613,-1.630584 -0.160763,-2.44769 z M 59.53188,105.2304 c 0.07449,0.78302 0.110486,1.57006 0.192916,2.35233 0.388919,-3.4403 0.779405,-6.88314 1.093188,-10.331163 0.22142,-2.236398 0.412275,-4.46498 0.578746,-6.707308 -0.102181,1.1203 -0.225343,2.240201 -0.353678,3.560277 -0.432118,3.725467 -0.957634,7.416554 -1.511172,11.125864 z m 0.192916,2.35233 c -0.06954,0.61511 -0.123897,1.22854 -0.192916,1.84371 0.07765,0.77221 0.144559,1.54857 0.225068,2.32054 0.07743,-0.63548 0.148097,-1.27177 0.225068,-1.90729 -0.08622,-0.75094 -0.178017,-1.50532 -0.25722,-2.25696 z m 0.25722,2.25696 c 0.25188,2.19377 0.529331,4.39273 0.835968,6.58015 -0.01069,-0.8597 -0.03655,-1.71502 -0.03215,-2.57484 0.04602,-5.31153 0.293645,-10.60636 0.835967,-15.894093 0.07457,-0.919945 0.124075,-1.845389 0.192916,-2.765572 -0.651264,4.876635 -1.241248,9.771015 -1.832698,14.654355 z m 1.832698,-14.654355 c 0.01843,-0.13798 0.04577,-0.27528 0.0643,-0.413247 0.316734,-3.468764 0.400606,-3.737158 0.482289,-7.247707 0.02494,-1.07196 0.03279,-2.138528 0.03215,-3.210607 -0.01315,0.748677 -0.03469,1.430577 -0.0643,2.320538 -0.09494,2.853587 -0.301506,5.704745 -0.514441,8.551023 z M 62.39346,84.313774 c 0.0326,-1.856078 0.02948,-3.576875 0.03215,-5.785451 0.0016,-1.339929 -6.42e-4,-2.665383 0,-4.005311 -0.01254,-4.87249 -0.06538,-9.750143 -0.09646,-14.622567 -0.06726,-1.01559 -0.142882,-2.035136 -0.192915,-3.051667 0.01445,4.287945 0.04413,8.554513 0.0643,12.842429 -0.03708,4.871682 0.190032,9.750561 0.192915,14.622567 z M 62.13624,56.848778 c -0.02139,-6.347579 -0.0055,-12.693503 0,-19.041125 0.02151,4.57678 0.09205,9.156751 0.192915,13.732498 0.0022,-0.961255 -0.0068,-1.931461 0,-2.892725 0.0264,-8.175236 0.06368,-16.336014 0.289374,-24.508694 0.166176,-6.375798 0.357724,-12.765826 0.675204,-19.13649 l -0.771662,0 c -0.159942,1.840045 -0.310814,3.6885939 -0.417984,5.531145 0.01472,8.770321 0.03225,17.550298 0.03215,26.32062 -0.0095,-2.393515 -0.03089,-4.79057 -0.03215,-7.18413 -0.0046,1.331755 -0.02281,2.673562 -0.03215,4.005312 -3e-5,1.048623 1.1e-5,2.098408 0,3.14703 0.0051,6.003406 0.02086,11.988758 0,17.992115 0.02273,0.677709 0.03098,1.357315 0.0643,2.034444 z m -0.0643,-2.034444 c -0.01422,-0.423905 -0.05499,-0.847354 -0.06431,-1.271527 -0.06964,-6.626562 0.01784,-13.24058 0.06431,-19.867618 1.13e-4,-3.982653 0.0018,-7.969703 0,-11.95236 0.02816,2.652938 0.04137,5.294107 0.03215,7.947048 -0.0014,-2.637129 0.0022,-5.278268 0,-7.915259 -0.0034,-3.388905 -0.01994,-6.783172 -0.03215,-10.172221 -0.208673,3.924265 -0.323604,7.862168 -0.353679,11.793418 0.04027,8.302479 0.101788,16.587606 0.12861,24.890152 0.0663,8.566591 -0.04592,17.150153 -0.0643,25.716645 0.0011,1.341351 -0.002,2.663961 0,4.005312 0.0046,3.144345 0.03688,4.968211 -0.09646,8.105988 0.272267,-5.521062 0.173319,-11.037202 0.289373,-16.561646 0.02455,-4.90221 0.07942,-9.815685 0.09646,-14.717932 z m -0.385831,31.279578 c -0.02927,0.688798 -0.08817,1.377884 -0.128611,2.066233 0.02838,-0.407478 0.07117,-0.762093 0.09646,-1.207951 0.01622,-0.285964 0.01805,-0.57225 0.03215,-0.858282 z m 0.417983,-75.560525 c -0.0031,-1.8430219 0.0047,-3.6881272 0,-5.531145 l -0.0643,0 c 0.0052,2.0442917 0.0289,4.0908246 0.03215,6.13512 0.01116,-0.201961 0.02041,-0.40204 0.03215,-0.603975 z m 0.225068,41.006764 c -0.0064,2.786039 -0.01777,5.574304 0,8.360294 0.254949,3.849298 0.576283,7.68824 0.803815,11.539112 0.02581,0.436879 0.115934,2.161065 0.192916,3.846371 0.01677,-2.395917 0.01751,-4.788203 0.03215,-7.184131 -0.417567,-4.742938 -0.807723,-9.483738 -0.99673,-14.241108 -0.02024,-0.771276 -0.01515,-1.549215 -0.03215,-2.320538 z m 1.028883,16.561646 c 0.01958,0.222443 0.04463,0.445115 0.0643,0.667552 0.06894,-11.142199 0.130124,-22.298795 0.160763,-33.441175 0.093,-10.115077 -0.04569,-20.210752 0.03215,-30.325932 l -0.09646,0 c 0.06751,10.102796 -0.04044,20.191392 0,30.294144 -0.03005,10.930352 -0.09397,21.875232 -0.160763,32.805411 z m 0.0643,0.667552 c -0.01594,2.576147 -0.01373,5.148395 -0.03215,7.72453 0.0396,0.87468 0.08368,1.943154 0.09646,2.225174 0.287443,3.82784 0.398349,7.677432 0.643051,11.507324 0.09564,1.49685 0.213291,2.986092 0.321526,4.482135 0.140858,-3.462725 0.243711,-6.929691 0.321526,-10.394738 C 64.634054,82.675921 64.494002,81.021651 64.32262,79.386605 64.063759,75.836572 63.7361,72.315954 63.422347,68.769349 z m 1.350409,15.544425 c 0.0081,0.09593 0.02409,0.190157 0.03215,0.286094 0.0965,-4.23173 0.173375,-8.451879 0.225068,-12.683488 0.110407,-12.665873 0.07321,-25.352479 0.06431,-38.018674 -0.0026,-9.636523 0.138511,-19.259048 0.192915,-28.895464 l -0.450136,0 c 0.06255,9.620984 0.209098,19.242565 0.225068,28.863676 0.0089,12.666177 0.01391,25.352815 -0.09646,38.018674 -0.05064,4.146785 -0.09979,8.282243 -0.192916,12.429182 z M 65.287193,5.002242 c 0.01906,7.629849 0.03084,15.257478 0.03215,22.887496 2.89e-4,10.647055 0.126164,21.30185 0.321526,31.94713 0.223491,8.789537 0.31052,17.573565 0.835967,26.352409 0.0513,1.468203 -0.07776,1.760706 0.675205,2.415902 0.0064,-0.07464 0.02574,-0.147876 0.03215,-0.222517 -0.14201,-0.125404 -0.248502,-0.226388 -0.417983,-0.381458 -0.09343,-0.08548 0.211983,-0.137673 0.25722,-0.254306 0.109132,-0.281377 0.137532,-0.59426 0.192916,-0.890069 0.09207,-0.491773 0.153504,-0.97329 0.225068,-1.462257 -0.07374,0.846694 -0.149361,1.696525 -0.225068,2.543055 -0.01272,0.148379 -0.01941,0.296664 -0.03215,0.445035 0.01134,0.01002 0.02098,0.02196 0.03215,0.03179 0.01165,-0.135395 0.0207,-0.311453 0.03215,-0.445034 0.0927,-1.036492 0.167476,-2.078507 0.257221,-3.115243 0.01367,-0.09697 0.05066,-0.188829 0.0643,-0.286094 -0.004,-0.02256 -0.02821,-0.04101 -0.03215,-0.06358 -0.0072,-0.0411 0.0071,-0.08605 0,-0.127153 -1.40097,-8.07954 -1.624738,-16.332595 -1.832688,-24.508692 -0.255764,-10.596516 -0.140079,-21.190021 -0.160763,-31.788189 -0.0017,-7.689005 0.0045,-15.389431 0.03215,-23.078225 l -0.289374,0 z m 2.250682,79.375108 c 0.498543,-5.788986 0.985472,-11.591912 1.382561,-17.388139 -0.02551,0.624186 -0.05206,1.446923 -0.0643,1.74835 -0.06248,1.007965 -0.135552,2.011629 -0.192916,3.019878 -0.157275,2.764356 -0.127183,2.920931 -0.353678,5.658298 -0.182931,2.210845 -0.438912,4.437845 -0.675205,6.643731 -0.02452,0.171776 -0.04038,0.338102 -0.06431,0.508611 0.174301,0.991662 0.366425,1.970123 0.578747,2.956302 0.4385,1.537404 1.06556,2.648234 -0.932425,0.890069 -0.0059,0.0681 -0.02625,0.153974 -0.03215,0.222518 0.334427,0.28593 0.819109,0.617974 1.575477,1.176163 0.142514,0.105173 0.07804,-0.33577 0.09646,-0.508611 0.142833,-1.340093 0.118818,-2.696488 0.25722,-4.0371 0.231695,-5.259997 0.619794,-10.499857 0.643052,-15.766942 0.04259,-1.292321 0.07354,-2.585796 0.09646,-3.878159 -0.106682,-2.377306 -0.245764,-4.744952 -0.385831,-7.120555 -0.165678,2.809478 -0.354423,5.615978 -0.546594,8.42387 0.02159,-0.528465 0.04023,-0.857531 0.06431,-1.462256 -0.421587,6.304554 -0.90449,12.617954 -1.446866,18.913972 z m 1.446866,-18.913972 c 0.166508,-2.490015 0.304615,-4.978969 0.450136,-7.470225 -0.07333,-1.219754 -0.173058,-2.436571 -0.25722,-3.655642 -0.0015,2.531485 -0.0079,5.066869 -0.06431,7.597378 -0.01339,0.600595 -0.07053,2.069665 -0.12861,3.528489 z m 0.450136,-7.470225 c 0.0102,0.169723 0.02214,0.338877 0.03215,0.508611 0.05064,-0.858777 0.112702,-1.715922 0.160763,-2.574843 -0.01057,-0.101592 -0.02313,-0.327901 -0.03215,-0.413247 -0.04592,0.827376 -0.112441,1.652237 -0.160763,2.479479 z m 0.160763,-2.479479 c 0.09474,-1.706996 0.173004,-3.410347 0.257221,-5.117898 -0.01112,-1.048941 -0.02144,-2.098015 -0.03215,-3.147031 C 69.781801,38.192278 69.63069,29.150084 69.209809,20.101632 69.006682,15.069985 68.802743,10.033857 68.59891,5.002242 l -0.192915,0 c 0.333567,4.993008 0.533555,10.000954 0.675204,15.004025 0.153209,8.920327 0.112944,17.844349 0.12861,26.765655 -0.03303,1.850176 -0.02954,3.680414 -0.03215,5.531145 0.355761,3.286663 0.162064,0.788656 0.417983,3.210607 z M 69.177657,52.303067 C 69.089768,51.491119 69.049396,51.014366 68.856131,49.124248 68.66339,47.239263 68.515617,45.352659 68.341689,43.465951 67.241358,29.339376 68.448421,45.27336 67.344959,30.464581 66.712917,21.982394 66.058051,13.503109 65.769482,5.002242 l -0.0643,0 c 0.289453,8.485768 0.976704,16.963352 1.60763,25.430551 1.103419,14.808213 -0.135667,-1.124739 0.964577,13.00137 0.364173,3.573692 0.651502,7.162281 0.900273,10.744408 3.52e-4,-0.627543 -8.85e-4,-1.247972 0,-1.875504 z m 0.675204,-1.907291 c 0.0029,0.275456 -0.0028,0.551042 0,0.826493 0.08749,-1.739476 0.180989,-3.473226 0.257221,-5.213263 0.340842,-7.77991 0.370378,-10.513011 0.578746,-18.182844 0.247407,4.972554 0.437294,9.929539 0.482289,14.90866 0.01556,9.511149 -6.76e-4,19.035027 0.09646,28.545794 -0.08135,6.445952 -0.223702,12.885766 -0.482289,19.327219 0.08393,-6.580644 0.154777,-13.161044 -0.03215,-19.740465 -0.182916,-4.023364 -0.438238,-8.006146 -0.835968,-12.015936 0.0024,2.256392 -0.02429,4.514681 -0.0643,6.770885 0.06953,1.549341 0.134308,3.091387 0.192916,4.641075 0.270579,8.354158 0.415093,16.723116 0.514441,25.080881 0.05894,-1.207515 0.142053,-2.415984 0.192916,-3.623853 0.279535,-6.787009 0.448157,-13.584961 0.578746,-20.376229 0.331012,-9.420104 0.25938,-18.836168 0.257221,-28.2597 -0.05616,-6.712792 -0.428564,-13.41764 -0.73951,-20.121924 -0.06619,1.602025 -0.121878,3.196527 -0.160763,4.800016 -0.0053,-0.106289 -0.02682,-0.211594 -0.03215,-0.317882 -0.0024,0.09546 0.0023,0.190634 0,0.286094 -0.210232,7.731611 -0.23675,10.439377 -0.578747,18.246421 -0.0646,1.474673 -0.152356,2.944286 -0.225068,4.418558 z m 0.803815,-22.951073 c 0.0379,-1.497754 0.131232,-2.985658 0.192915,-4.482134 -0.0044,-0.09511 0.0044,-0.190983 0,-0.286094 0.249508,-5.899281 0.696873,-11.795841 1.253951,-17.674233 l -0.03215,0 C 71.523754,10.785279 71.100144,16.587116 70.849591,22.390381 70.74966,20.219037 70.639129,18.045923 70.560218,15.873803 70.425915,12.245883 70.178167,8.6203156 69.885014,5.002242 l -0.643052,0 c 0.366455,3.4714676 0.636758,6.968899 0.803815,10.458314 0.188151,3.997175 0.410386,7.987234 0.610899,11.984147 z m 0.09646,64.275719 c -0.05729,1.391096 -0.125071,2.77363 -0.192916,4.164253 0.0084,0.720293 0.02446,1.441309 0.03215,2.161597 C 70.65026,106.35974 70.66736,114.68794 70.49591,123 l 0.192915,0 c 0.02813,-0.13914 0.06866,-0.27405 0.09646,-0.41325 -0.142672,-8.14384 -0.161521,-16.30026 -0.09646,-24.445114 0.02125,-2.140286 0.03652,-4.280706 0.06431,-6.421214 z m 0.03215,30.866328 c 0.0024,0.13762 -0.0025,0.27563 0,0.41325 l 1.125341,0 c 0.651298,-5.2605 1.346515,-10.52459 1.86485,-15.79873 -0.03708,-2.70926 -0.0694,-5.38886 -0.03215,-8.487446 -0.136378,1.976906 -0.300925,3.969486 -0.450136,5.944386 -0.432404,6.03032 -1.324096,12.00036 -2.507902,17.92854 z m 2.990191,-15.38548 c 0.02541,1.85681 0.01977,3.68913 0.06431,5.81724 0.05076,2.42566 0.133069,4.85403 0.192916,7.27949 0.03192,0.90085 0.06454,1.80116 0.09646,2.702 l 0.03215,0 c -0.03194,-0.88659 -0.065,-1.7826 -0.09646,-2.67021 -0.05986,-2.42544 -0.109991,-4.85386 -0.160763,-7.27949 -0.04722,-2.2557 -0.07116,-4.2032 -0.09646,-6.16691 -0.01027,0.1061 -0.02173,0.21179 -0.03215,0.31788 z m 0.03215,-0.31788 c 0.05442,-0.56203 0.110938,-1.12226 0.160763,-1.68478 0.575201,-8.230503 1.120261,-16.47725 0.996731,-24.731207 -0.01808,-5.973506 -0.06743,-11.955529 -0.128611,-17.928539 -0.09517,5.000567 -0.209115,10.005369 -0.385831,15.004026 -0.0043,0.826736 -0.02931,1.652721 -0.03215,2.479478 0.05028,5.877359 -0.218813,11.745213 -0.6109,17.610657 -0.0058,0.370066 -0.02771,0.742515 -0.03215,1.112587 -0.03567,2.970548 -0.0012,5.546298 0.03215,8.137778 z m 0,-9.250365 c 0.09508,-6.099676 0.359611,-12.182308 0.578747,-18.278209 0.02273,-0.602447 0.04301,-1.209441 0.06431,-1.811926 0.0041,-0.784248 -0.0052,-1.568094 0,-2.352326 -0.04533,1.369277 -0.07444,2.731598 -0.12861,4.100676 -0.228644,6.36018 -0.495574,12.740528 -0.578747,19.104702 0.01746,-0.255333 0.04724,-0.507555 0.06431,-0.762917 z M 74.450679,75.190564 C 74.607782,70.445187 74.759957,65.696499 74.83651,60.949455 74.80566,57.968203 74.76777,54.998329 74.74005,52.016974 74.73825,38.665878 74.72574,25.31476 74.64359,11.963855 74.62531,9.6424804 74.57059,7.323679 74.54713,5.002242 c 0.01487,2.3108939 0.01398,4.6225499 0.03215,6.929825 0.08217,13.350894 0.09462,26.702034 0.09646,40.053118 -0.07481,7.73698 -0.173458,15.468362 -0.225068,23.205379 z M 74.83651,60.949455 c 0.0053,0.509204 -0.0052,1.016629 0,1.525833 0.106723,-5.624503 0.181242,-11.254247 0.225068,-16.879529 0.02102,-10.601514 0.03866,-21.187263 0.160763,-31.788189 0.0541,-2.932441 0.09555,-5.8724535 0.128611,-8.805328 l -0.546594,0 c 0.03376,2.839123 0.04421,5.680487 0.09646,8.519235 0.124253,10.669643 0.191797,21.340607 0.09646,32.010706 -0.03687,5.140289 -0.07788,10.277564 -0.160763,15.417272 z m -4.276294,34.93522 c -0.0021,-0.180031 0.0021,-0.360369 0,-0.5404 -0.237272,4.861245 -0.542686,9.705765 -0.932425,14.558995 C 69.264886,114.26609 68.876074,118.63922 68.4703,123 l 0.06431,0 c 0.513513,-5.3114 0.513118,-5.67355 1.125341,-13.03316 0.385476,-4.68507 0.671317,-9.38922 0.900272,-14.082165 z M 69.852861,51.222269 c -0.07895,1.569658 -0.137263,3.135464 -0.225068,4.704652 0.07416,0.712681 0.116273,1.148009 0.289373,2.892725 -0.0028,-2.531875 -0.03811,-5.06516 -0.0643,-7.597377 z m -2.668665,37.414699 c -0.01165,-0.01 -0.02091,-0.022 -0.03215,-0.03179 -0.30176,3.512567 -0.619297,7.010323 -0.900273,10.521891 0.0086,0.05319 0.02357,0.105754 0.03215,0.158941 0.305515,-3.725957 0.6198,-7.393529 0.900272,-10.649043 z m -0.900272,10.649043 c -0.134765,1.643549 -0.268454,3.306309 -0.385831,4.895379 0.120473,-1.68568 0.218862,-3.36941 0.353678,-5.05432 -0.161604,-1.002721 -0.317071,-2.012387 -0.450136,-3.019878 -0.416652,-3.830445 -0.674023,-7.668163 -0.99673,-11.507324 -0.07925,3.47526 -0.178062,6.953658 -0.321526,10.426526 0.199716,2.624003 0.485709,5.224736 0.643052,7.851686 0.04046,1.81031 0.117661,3.62568 0.160762,5.43578 0.05376,1.88773 -0.05291,3.7719 -0.09646,5.65829 -0.05372,2.42246 -0.266284,4.83927 -0.546594,7.24771 -0.457375,-4.15986 -0.762025,-8.3194 -0.964578,-12.49276 0.202501,4.16225 0.476359,8.31215 0.932425,12.46097 0.0056,0.0497 0.02656,0.10894 0.03215,0.15894 0.07194,0.54578 0.15803,1.10652 0.225068,1.65299 l 0.192915,0 c 0.01563,-1.12678 0.01593,-2.22872 0.06431,-4.10068 0.04797,-1.85641 0.138517,-3.70969 0.225068,-5.56293 0.06231,-1.3343 0.146405,-2.67227 0.225068,-4.00531 -0.07636,1.33625 -0.167285,2.66805 -0.225068,4.00531 -0.13896,3.2159 -0.214292,6.44437 -0.257221,9.66361 l 0.932425,0 c 0.01645,-0.0733 0.01551,-0.14926 0.03215,-0.22252 0.304602,-1.54527 0.603573,-3.08443 0.835967,-4.64107 0.09041,-0.60561 0.202468,-1.2341 0.257221,-1.84372 0.02043,-0.22749 0.03106,-0.43919 0.03215,-0.66755 -0.0374,-1.94326 -0.147223,-3.9048 -0.09646,-5.84903 0.04006,-1.78698 0.144664,-3.5573 -0.06431,-5.34041 -0.164596,-1.72729 -0.463325,-3.4381 -0.739509,-5.149689 z m -1.639782,22.060999 c -0.0063,0.0536 -0.02579,0.10539 -0.03215,0.15895 -0.08198,0.49679 -0.14836,0.99652 -0.225068,1.49404 l 0.450136,0 c -0.06009,-0.54507 -0.135232,-1.13767 -0.192915,-1.65299 z M 63.679564,108.7271 c -0.0047,-0.0958 -0.0276,-0.19023 -0.03215,-0.28609 -0.07774,0.99106 -0.137232,1.99758 -0.225068,2.98809 -0.346147,3.86177 -0.751235,7.70991 -1.12534,11.5709 l 0.09646,0 c 0.559449,-5.78402 0.103409,-0.85585 1.061036,-11.53911 0.08093,-0.91252 0.152737,-1.8208 0.225068,-2.73379 z m -0.03215,-0.28609 c 0.0058,-0.0742 0.02639,-0.14832 0.03215,-0.22252 -0.438379,-9.419511 -0.360728,-18.864501 -0.321526,-28.291486 0.0087,-1.14498 0.02397,-2.288143 0.03215,-3.433125 -0.02151,-0.475048 -0.04013,-0.678604 -0.06431,-1.207951 -0.01076,1.537225 -0.02047,3.072067 -0.03215,4.609288 -0.03958,9.511923 -0.09792,19.041855 0.353678,28.545794 z m 0.03215,-0.22252 c 0.0044,0.0953 -0.0045,0.19076 0,0.2861 0.352103,-4.48613 0.61815,-8.983776 0.803815,-13.478196 -0.0074,-0.106343 -0.02446,-0.211556 -0.03215,-0.317882 -0.183497,4.51092 -0.421805,9.007328 -0.771662,13.509978 z m -2.86158,8.20135 c 0.01241,0.99767 0.02208,1.9904 0.03215,2.98809 0.02622,0.93302 0.02996,1.8654 0,2.79737 0.02652,0.2642 0.03908,0.53031 0.0643,0.7947 l 0.932425,0 c -0.094,-0.55037 -0.199854,-1.10189 -0.289373,-1.65299 -0.258687,-1.64638 -0.508178,-3.27695 -0.739509,-4.92717 z m 0.03215,5.78546 c -0.05102,-0.50841 -0.101945,-1.0185 -0.160763,-1.52584 -0.305515,-2.9738 -0.62229,-5.95874 -0.932425,-8.93248 -0.100639,0.826 -0.18731,1.65363 -0.289373,2.47948 -0.190939,1.17579 -0.416212,2.35325 -0.610899,3.52849 0.02109,-1.76435 0.122769,-3.52227 0.321526,-5.27684 0.109719,-1.01998 0.239298,-2.03219 0.353678,-3.05167 -0.08526,-0.8479 -0.177063,-1.69474 -0.257221,-2.54305 -0.321557,2.12388 -0.639584,4.26601 -0.964577,6.38942 -0.0125,0.0741 -0.01973,0.14843 -0.03215,0.22252 0.13198,1.59999 0.317656,3.20675 0.514442,4.80002 0.0245,-0.14754 0.03985,-0.29749 0.0643,-0.44504 -0.006,0.35946 -0.0041,0.72155 0,1.0808 0.177171,1.35873 0.396317,2.72095 0.643052,4.06889 l 1.318256,0 c 0.0092,-0.26481 0.02364,-0.52988 0.03215,-0.7947 z m -1.99346,-3.27419 c -0.02755,-0.21128 -0.03819,-0.42429 -0.0643,-0.63576 -0.186348,1.12198 -0.389884,2.24794 -0.578747,3.36955 0.02276,0.44412 0.03879,0.89111 0.0643,1.3351 l 0.707357,0 c -5.2e-5,-0.0145 4.3e-5,-0.017 0,-0.0318 -0.03257,-1.34187 -0.113355,-2.69494 -0.12861,-4.0371 z m -0.643052,2.73379 c -0.106221,-2.07284 -0.193155,-4.12406 -0.257221,-6.1987 -0.123656,0.77618 -0.267814,1.54355 -0.385831,2.32054 0.07901,-1.42661 0.205551,-3.20954 0.321526,-5.37221 -0.0044,-0.16953 -0.0278,-0.33908 -0.03215,-0.50861 -0.124721,2.24574 -0.24882,4.49494 -0.385832,6.7391 0.03814,-0.25457 0.05786,-0.50841 0.09646,-0.76292 -0.07545,1.35947 -0.22825,3.6674 -0.321526,5.1179 l 0.73951,0 c 0.07511,-0.44414 0.150273,-0.89091 0.225068,-1.3351 z m -0.73951,-3.01988 c -0.21819,1.4564 -0.432229,2.89756 -0.643051,4.35498 l 0.353678,0 c 0.09366,-1.45059 0.200785,-2.90396 0.289373,-4.35498 z m 0.385832,-6.7391 c 0.02649,-0.47697 0.07053,-0.9534 0.09646,-1.43047 0.01379,-0.28613 0.01872,-0.57213 0.03215,-0.85828 -0.01139,-0.18108 -0.02108,-0.35936 -0.03215,-0.5404 -0.115136,-1.88316 -0.217469,-3.77221 -0.25722,-5.65829 -0.04146,-1.96702 0.02254,-3.945211 0.03215,-5.912608 0.0767,-2.012472 0.123206,-4.028334 0.225068,-6.039756 0.01643,-0.324386 0.09255,-1.380882 0.128611,-1.970867 -0.005,-0.07604 -0.02706,-0.177554 -0.03215,-0.254306 -0.04193,0.680258 -0.110421,1.834316 -0.12861,2.193385 -0.101899,2.011466 -0.180486,4.027233 -0.257221,6.039756 -0.0097,1.96746 -0.0502,3.945206 -0.03215,5.912606 0.01694,1.84702 0.114763,3.68459 0.160763,5.53114 0.02478,0.99484 0.03876,1.99312 0.06431,2.98809 z m 0.225068,-22.410671 c 0.110564,1.69489 0.218588,3.338236 0.353678,5.690086 0.01339,0.33073 0.04887,0.654862 0.0643,0.985433 0.03782,-1.251414 0.06351,-2.499462 0.09646,-3.751006 -0.107591,-1.719565 -0.255615,-3.431983 -0.385831,-5.149687 -0.05616,0.870661 -0.08792,1.559367 -0.12861,2.225174 z m -0.192916,22.919281 c 0.02656,1.01614 0.03293,2.03565 0.06431,3.05167 0.104973,-0.65892 0.211183,-1.31272 0.321526,-1.97087 -0.09931,-1.20387 -0.180246,-2.38816 -0.257221,-3.59206 -0.0095,0.20149 -0.02244,0.40249 -0.03215,0.60397 -0.05064,0.93168 -0.0553,1.13987 -0.09646,1.90729 z M 56.959673,76.080633 c -0.127343,-1.373796 -0.229239,-2.758442 -0.353678,-4.132465 -0.358552,11.124282 -0.391703,22.280918 -0.417984,33.409392 0.0012,0.67882 -0.0012,1.35564 0,2.03444 0.05517,-1.32766 0.106301,-2.64584 0.160763,-3.97352 0.217797,-8.856118 0.616285,-17.714243 0.610899,-26.574931 0.0021,-0.254858 -0.0019,-0.50806 0,-0.762916 z M 56.188011,107.392 c -0.0128,0.30795 -0.01906,0.61391 -0.03215,0.92186 -0.0013,0.90854 9.15e-4,1.82524 0,2.73378 -2.14e-4,0.21202 7.6e-5,0.47947 0,0.69934 0.01747,0.45505 0.04515,0.9119 0.0643,1.36689 -0.0016,-1.90903 -0.02888,-3.81271 -0.03215,-5.72187 z m -0.03215,4.35498 c -0.02478,-0.64521 -0.04315,-1.29376 -0.06431,-1.93908 -0.06541,1.52263 -0.139835,3.07464 -0.225068,4.80002 0.07513,0.76204 0.126757,1.52916 0.225068,2.28875 0.0064,0.0497 0.05102,0.10686 0.06431,0.15894 0.0067,-1.85432 -5.79e-4,-3.64074 0,-5.30863 z m 0,5.30863 c -0.0025,0.69595 -0.02636,1.32587 -0.03215,2.00265 0.03262,7.5e-4 0.06632,0.003 0.09646,0 6.29e-4,-0.60449 -2.25e-4,-1.20742 0,-1.81192 -0.02277,-0.0637 -0.04867,-0.12945 -0.0643,-0.19073 z m 0.0643,0.19073 c 0.06808,0.19036 0.138458,0.37694 0.225069,0.57219 -0.0753,-1.41679 -0.163766,-2.84237 -0.225069,-4.25962 8.76e-4,1.23024 4.59e-4,2.45722 0,3.68743 z m 0.225069,0.57219 c 0.02023,0.38069 0.0432,0.76371 0.06431,1.14437 0.29387,-0.25954 0.13472,-0.69571 -0.06431,-1.14437 z m 0.06431,1.14437 c -0.01234,0.0109 -0.01819,0.0215 -0.03215,0.0318 -0.06098,0.0449 -0.163058,0.0555 -0.257221,0.0636 -1.32e-4,0.12727 1.52e-4,0.2542 0,0.38146 0.12013,0.10084 0.232537,0.22107 0.353679,0.31788 0.193748,0.15485 -0.03724,-0.48895 -0.0643,-0.73112 -0.0012,-0.0211 0.0012,-0.0425 0,-0.0636 z m -0.289374,0.47682 c -0.03423,-0.0287 -0.06243,-0.0663 -0.09646,-0.0954 -0.0081,0.85334 -0.01608,1.77168 -0.03215,2.54305 -0.0077,0.37029 -0.02263,0.74232 -0.03215,1.11259 l 0.160762,0 c 0.0033,-1.18775 -0.0014,-2.37252 0,-3.56028 z m -0.09646,-0.0954 c 9.1e-4,-0.096 -8.29e-4,-0.18943 0,-0.2861 -0.119907,-0.003 -0.246592,-0.0224 -0.385831,-0.0636 0.128019,0.12002 0.252624,0.23576 0.385831,0.34967 z m -0.385831,-0.34967 c -0.03949,-0.037 -0.08982,-0.0577 -0.128611,-0.0954 -0.0015,0.021 0.0015,0.0426 0,0.0636 0.04048,0.0145 0.08855,0.0199 0.128611,0.0318 z m -0.128611,-0.0318 c -0.121939,-0.0436 -0.23761,-0.096 -0.353678,-0.15894 -0.09242,1.22701 -0.17427,2.46181 -0.289373,3.68743 -0.02055,0.21884 -0.04466,0.30535 -0.06431,0.50861 l 0.385831,0 c 0.120156,-1.34008 0.227354,-2.69421 0.321526,-4.0371 z m -0.353678,-0.15894 c 0.0064,-0.0849 0.02585,-0.16937 0.03215,-0.25431 -0.210378,-0.23133 -0.412752,-0.47227 -0.578746,-0.73112 -0.321781,0.29556 0.04665,0.71414 0.546594,0.98543 z m -0.546594,-0.98543 c 0.0512,-0.047 0.103933,-0.0875 0.192915,-0.12716 0.09211,-0.4911 0.234721,-0.9977 0.289374,-1.49404 0.118734,-1.07837 0.260874,-4.91206 0.289373,-5.72188 0.0041,-0.11608 -0.0039,-0.23358 0,-0.34967 0.04429,0.7657 0.13524,1.52415 0.192915,2.28875 0.125172,-2.42554 0.197996,-4.85235 0.289374,-7.27949 -0.04599,-2.65067 -0.03912,-5.294686 0,-7.94705 0.03311,-6.057775 0.100205,-12.126307 0.225068,-18.182844 -0.01614,-0.944662 -0.04275,-1.884454 -0.06431,-2.829149 -0.02898,-3.354283 -0.03364,-6.722776 -0.03215,-10.076856 -0.01019,-0.12688 -0.02208,-0.254569 -0.03215,-0.381458 -0.01686,-0.212565 -0.04768,-0.42319 -0.06431,-0.635764 -0.02071,0.996612 -0.01084,1.991464 -0.03215,2.98809 -0.218721,9.631095 -0.219384,19.262566 -0.257221,28.895464 -0.0077,4.352527 -0.07913,8.714567 -0.225068,13.064947 -0.131438,-2.29562 -0.185963,-4.60537 -0.289373,-6.89804 -0.04287,-9.498038 -0.207357,-18.984586 -0.03215,-28.482216 0.07163,-3.883055 0.320959,-11.047569 0.450136,-15.162966 -0.0083,-0.116874 -0.02392,-0.232795 -0.03215,-0.34967 -0.127274,4.066194 -0.377174,11.527028 -0.450137,15.480848 -0.175139,9.490641 -0.02965,18.959232 -0.03215,28.450434 -0.114179,3.94487 -0.138443,5.77581 -0.321526,9.56824 -0.04858,1.00631 -0.0934,2.01459 -0.160763,3.01988 -0.03847,0.57405 -0.413713,1.19631 -0.160763,1.71656 0.07247,0.14904 0.167561,0.30522 0.257221,0.44504 z m 0.86812,-58.681002 c 0.0021,-0.06659 -0.002,-0.189586 0,-0.254305 0.0026,-0.07427 -0.0026,-0.148252 0,-0.222518 -0.275297,-3.933884 -0.559039,-7.858903 -0.835968,-11.793418 6.9e-5,0.15878 -3.22e-4,0.318046 0,0.476823 0.274782,3.928877 0.559356,7.865271 0.835968,11.793418 z M 54.741144,47.34411 c -0.03329,-0.476067 -0.06255,-0.95441 -0.09646,-1.430469 -0.194998,-2.73769 -0.344122,-4.811417 -0.514442,-6.929825 -0.03556,1.733949 -0.06752,3.479294 -0.09646,5.213263 -0.0876,6.231448 -0.306814,12.459007 -0.289373,18.691455 0.115335,6.560709 0.108679,13.115503 0.128611,19.676889 -0.02067,3.578683 -0.171186,7.153703 -0.578747,10.71262 -0.232022,2.026075 -0.534532,4.05405 -0.86812,6.071544 -0.0058,1.430093 -0.02346,2.861323 -0.03215,4.291403 0.631268,-3.21584 1.266812,-6.414073 1.671935,-9.663607 0.295728,-2.372054 0.468756,-4.766478 0.578747,-7.152342 0.05414,-1.174306 0.09014,-2.353606 0.12861,-3.528489 0.0167,-6.493689 -0.0137,-12.993076 0.09646,-19.48616 0.01443,-5.494306 -0.117463,-10.972598 -0.128611,-16.466282 z m -2.347139,56.29688 c -0.01885,0.096 -0.04548,0.19009 -0.0643,0.2861 -0.01426,2.16131 -0.01828,4.32351 -0.03215,6.48479 -0.03917,4.1952 -0.07966,8.39309 -0.128611,12.58812 l 0.03215,0 c 0.04879,-4.1845 0.121687,-8.37166 0.160763,-12.55633 0.02483,-2.26685 0.01838,-4.53577 0.03215,-6.80268 z m 3.183107,-44.980285 c 0.0067,0.09547 0.02545,0.190623 0.03215,0.286094 0.202595,-5.770014 0.355616,-11.552883 0.482289,-17.324563 -0.0054,-0.446151 0.0056,-0.888952 0,-1.335104 -0.12934,6.131784 -0.300382,12.243635 -0.514441,18.373573 z m 0.514441,-17.038469 c 0.0089,0.733069 0.02439,1.46032 0.03215,2.193385 0.01689,0.803974 0.02173,1.611981 0.03215,2.415902 0.01841,-4.547433 0.04704,-9.090281 0.128611,-13.637133 -0.04947,3.008091 -0.126904,6.020069 -0.192916,9.027846 z m 0.06431,4.609287 c -0.01223,3.021033 -0.02884,6.03862 -0.03215,9.059634 -0.0048,1.114433 0.0042,2.22337 0,3.33776 0.06207,-4.12669 0.08564,-8.269873 0.03215,-12.397394 z m -0.03215,12.397394 c -0.03062,2.035816 -0.05446,4.067543 -0.09646,6.103332 0.0254,0.327677 0.03835,0.657779 0.0643,0.985434 0.0016,-2.366698 0.02329,-4.721982 0.03215,-7.088766 z m -0.09646,6.103332 c -0.147542,-1.903667 -0.284168,-3.817637 -0.417984,-5.721874 -0.0038,0.122845 0.0041,0.347516 0,0.476823 0.132053,1.866852 0.239902,3.728437 0.385831,5.594721 0.0024,-0.116772 0.02974,-0.232898 0.03215,-0.34967 z m 0.0643,1.366892 c 0.08837,1.09993 0.193557,2.206609 0.289373,3.305972 0.0034,-0.222616 -0.0034,-0.444936 0,-0.667552 -0.09731,-0.987763 -0.191154,-1.968627 -0.289373,-2.956301 -6.8e-5,0.105806 4.7e-5,0.212075 0,0.317881 z m 0.289373,2.63842 c 0.0199,0.201971 0.04424,0.402022 0.06431,0.603976 0.0095,-0.285596 0.02229,-0.572694 0.03215,-0.858281 0.151659,-4.19742 0.338281,-8.38867 0.417984,-12.588123 0.0037,-0.195069 -0.009,-2.015885 0,-3.814583 -0.0083,-2.25603 0.0099,-4.514862 0,-6.770884 -0.245657,7.80159 -0.395362,15.623606 -0.514442,23.427895 z m 0,0.667552 c -0.01131,0.742204 -0.02075,1.482979 -0.03215,2.225173 -0.004,0.423643 0.0039,0.847883 0,1.271528 0.02748,-0.97311 0.06499,-1.951488 0.09646,-2.924513 -0.01679,-0.19066 -0.04769,-0.381515 -0.06431,-0.572188 z m -0.03215,3.496701 c -0.0575,2.035694 -0.118789,4.067331 -0.160763,6.103332 0.02231,1.305393 0.05204,2.604605 0.0643,3.909948 0.02195,-3.336524 0.06599,-6.67684 0.09646,-10.01328 z m -0.385831,32.233226 c 0.02709,1.56166 0.07744,3.11178 0.12861,4.67286 0.02036,-0.47389 0.04765,-1.10241 0.06431,-1.49404 0.0014,-1.00363 -0.0013,-2.01626 0,-3.01988 0.007,-2.96079 0.02094,-5.908115 0.03215,-8.868906 -0.03405,2.249792 -0.06958,4.489316 -0.12861,6.739096 -0.02383,0.65739 -0.07171,1.31348 -0.09646,1.97087 z m -0.289374,7.27949 c -0.10551,2.04457 -0.234392,4.09323 -0.385831,6.13512 0.108179,0.11896 0.205392,0.23692 0.321526,0.34967 0.01985,-0.2845 0.04581,-0.57361 0.0643,-0.85828 0.05881,-0.90526 0.131939,-2.19877 0.192916,-3.43312 -0.07203,-0.73064 -0.13768,-1.46113 -0.192916,-2.19339 z M 57.02398,41.399719 c 0.07493,-5.165877 0.138376,-10.316396 -0.03215,-15.480849 -0.02909,-0.751107 -0.06927,-1.505724 -0.09646,-2.256961 -0.04876,3.127109 -0.06487,6.250481 -0.0643,9.377516 0.01421,3.929608 0.04694,7.863826 0.0643,11.793418 0.04389,-1.145213 0.08501,-2.287844 0.12861,-3.433124 z m -5.787466,68.312821 c -0.205599,1.09813 -0.37661,2.20703 -0.578746,3.30597 -0.05763,2.32937 -0.162493,4.66469 -0.257221,6.9934 -0.02627,0.99651 -0.0221,1.99156 -0.03215,2.98809 l 1.221799,0 c -0.0096,-0.67749 -0.01499,-1.35696 -0.03215,-2.03444 -0.142689,-3.7442 -0.264866,-7.50742 -0.321526,-11.25302 z m -0.578746,3.30597 c 0.02619,-1.05867 0.01417,-2.12004 0.03215,-3.17882 -0.142717,0.9092 -0.277126,1.82432 -0.417983,2.73378 -8.3e-5,0.87412 7.3e-5,1.6352 0,2.51127 0.124116,-0.68897 0.259183,-1.3777 0.385831,-2.06623 z m -0.385831,2.06623 c -0.02099,0.11654 -0.0434,0.23312 -0.06431,0.34967 -1.87e-4,2.32419 1.8e-5,4.66014 0,6.67552 -3e-6,0.29704 -6.3e-5,0.593 0,0.89007 l 0.06431,0 c -2.5e-5,-0.28606 -2e-6,-0.57224 0,-0.85828 1.7e-5,-2.13047 -2.05e-4,-4.59511 0,-7.05698 z m -0.06431,0.34967 c 6.9e-5,-0.85221 -7.9e-5,-1.59374 0,-2.44769 -0.101531,0.65669 -0.220704,1.31408 -0.321525,1.97087 6.55e-4,0.72074 0.03136,1.44085 0.03215,2.1616 0.09821,-0.56079 0.188851,-1.12436 0.289373,-1.68478 z m -0.289373,1.68478 c -0.01686,0.0963 -0.04752,0.18981 -0.0643,0.28609 0.0021,1.86251 -0.0034,3.73221 0,5.59472 l 0.0643,0 c -0.0036,-1.9608 0.0021,-3.92002 0,-5.88081 z m 0.289373,-4.13247 c 0.02126,-0.13754 0.04301,-0.27571 0.06431,-0.41325 2.19e-4,-2.3236 -1.98e-4,-4.66377 0,-6.67552 -0.04238,-7.322018 0.05041,-14.643661 0,-21.965634 -0.03784,-5.495312 -0.197439,-11.002858 -0.257221,-16.498071 -0.04312,-2.331829 -0.08531,-4.661608 -0.12861,-6.993401 -8.3e-5,0.985429 9e-5,1.970873 0,2.956301 -2.11e-4,2.160309 2.75e-4,4.324482 0,6.484791 0.0973,2.537456 0.187065,4.50453 0.25722,7.978835 0.188477,9.333827 0.01689,18.670614 0.0643,28.005399 -2.09e-4,2.14595 2.31e-4,4.63634 0,7.12055 z M 49.886104,60.440844 c 0.0011,-13.467531 -2.35e-4,-26.935258 0,-40.402789 -0.01165,0.223055 -0.02098,0.444481 -0.03215,0.667552 -2.26e-4,12.651638 9.97e-4,25.303461 0,37.955098 0.01088,0.593544 0.02113,1.186595 0.03215,1.780139 z m -0.192916,58.045236 c -0.25778,1.50726 -0.539903,3.00296 -0.771662,4.51392 l 0.803815,0 c 0.0069,-0.27665 0.02451,-0.54998 0.03215,-0.82649 -0.04484,-1.23028 -0.04015,-2.45699 -0.0643,-3.68743 z M 60.625068,5.002242 c 0.02652,6.412545 0.03324,12.819631 -0.03215,19.231854 -0.06025,5.838502 -0.213476,11.678882 -0.385832,17.515293 0.166923,-5.768472 0.373625,-11.558103 0.6109,-17.324563 0.253402,-6.477152 0.350756,-12.941995 0.450136,-19.422584 l -0.643052,0 z m 15.465395,0 c 0.10577,1.2014143 0.222092,2.4194856 0.289374,3.6238535 0.0367,0.656981 0.04258,0.9725894 0.06431,1.4622565 -0.01637,-1.6972669 -0.04079,-3.3889169 -0.06431,-5.08611 l -0.289374,0 z m 0.353679,5.08611 c 0.104177,10.798565 0.09222,21.593199 0.09646,32.392165 -0.139481,9.631105 -0.173985,19.263624 -0.192915,28.895464 -0.04854,8.919648 -0.03268,17.846032 -0.06431,26.765655 -0.09199,7.180254 -0.180586,14.339924 -0.225068,21.520604 -0.01682,1.11005 -0.02665,2.22765 -0.03215,3.33776 l 0.321526,0 c -0.04112,-4.92194 0.05089,-9.85873 0.12861,-14.78151 0.204634,-8.14149 0.245471,-16.269728 0.289374,-24.413327 -0.0021,-4.027794 0.02077,-8.051758 0,-12.079512 -0.01645,-9.73315 -0.05123,-19.480924 -0.192916,-29.213346 -0.0037,-9.374594 -0.02444,-18.75799 -0.03215,-28.132547 -0.01147,-1.489777 -0.03303,-2.861554 -0.09646,-4.291406 z m 0.09646,4.291406 c 0.0036,0.461591 0.02649,0.728518 0.03215,1.335104 0.01206,1.291804 0.02163,2.586343 0.03215,3.878159 0.09255,8.618546 0.0636,17.256687 0.06431,25.875586 0.0978,9.941437 0.194248,19.875284 0.160763,29.817321 -0.0052,2.841817 -0.04899,5.677422 -0.0643,8.519235 0.0013,2.416688 0.03022,4.831025 0.03215,7.247707 0.04726,-5.233047 0.08732,-10.470249 0.128611,-15.703366 0.04418,-9.832126 0.156554,-19.667742 0.25722,-29.499439 7.98e-4,-8.571805 -0.02776,-17.145184 0.06431,-25.716645 0.109151,-5.045793 0.04739,-10.085561 0,-15.131178 l -0.707357,0 c -2.79e-4,0.010639 2.8e-4,0.021149 0,0.031788 -0.0027,3.114248 -0.0026,6.231471 0,9.345728 z M 76.79782,91.05287 c -0.05214,5.773356 -0.106264,11.55121 -0.160763,17.32456 -0.06011,4.87751 -0.09144,9.74495 0,14.62257 l 0.385831,0 c -0.0059,-0.84759 0.01262,-1.69551 0,-2.54306 -0.04483,-7.30707 -0.133803,-14.59538 -0.225068,-21.902057 -0.0087,-2.501439 0.002,-5.000549 0,-7.502013 z M 77.633787,5.002242 c -0.02027,2.2230446 -0.03067,4.4532943 -0.06431,6.67552 -0.26093,4.86814 -0.229277,9.729995 0.160763,14.590778 0.09435,1.175761 0.522102,5.192814 0.643052,6.32585 0.269624,2.622835 0.451231,5.253861 0.610899,7.883471 -0.05976,-4.034135 -0.10643,-8.076992 -0.12861,-12.1113 -0.54929,-5.497979 -1.07373,-10.998458 -1.093188,-16.529858 -0.03462,-2.2765138 -0.04209,-4.5568508 -0.06431,-6.834461 l -0.06431,0 z m 1.221799,23.364319 c 0.167549,1.677043 0.322832,3.345291 0.482289,5.022534 0.02017,0.200201 0.04524,0.403708 0.06431,0.603975 0.05402,-5.340539 0.05928,-10.680194 0.03215,-16.021247 -0.01073,-4.329882 0.01,-8.6398751 0.03215,-12.969581 l -0.643052,0 c 0.01985,4.1581443 0.04253,8.334453 0.03215,12.492758 -0.01865,3.629091 -0.01995,7.242719 0,10.871561 z m 0.546594,5.626509 c -0.03173,3.136571 -0.07399,6.272829 -0.128611,9.409304 -0.0097,0.825373 -0.02395,1.654105 -0.03215,2.479479 0.128244,3.124435 0.245626,6.251683 0.321526,9.377516 0.154878,8.807889 0.08009,17.607427 0.0643,26.415985 0.07328,8.367664 -0.288989,16.74824 -0.450136,25.112666 -0.02425,-9.548586 -0.03383,-19.092543 -0.03215,-28.641155 -0.0048,-10.751166 -0.01038,-21.514452 0.09646,-32.265012 -0.0739,-1.800528 -0.148009,-3.605352 -0.257221,-5.403992 0.01348,0.910215 0.01709,1.823573 0.03215,2.733784 0.130253,11.633236 0.110034,23.269592 0.09646,34.903432 -0.0018,10.295336 8.94e-4,20.571026 0.03215,30.866333 0.0076,-0.63577 0.02497,-1.27152 0.03215,-1.90729 0.0097,3.73685 0.01147,7.4844 0.03215,11.22123 0.01353,1.80403 0.02092,3.21547 0.03215,4.70465 l 0.225068,0 c 0.0074,-5.25775 0.03714,-10.51139 0.225068,-15.76694 0.07561,-2.31725 0.150721,-4.6441 0.225068,-6.96162 -0.125509,-10.995462 -0.105784,-22.000171 -0.09646,-32.996136 0.0098,-8.918305 0.02783,-17.847349 0.03215,-26.765655 -0.0992,-2.174325 -0.243661,-4.348206 -0.450136,-6.516579 z m 0.450136,6.516579 c 0.02745,0.601693 0.0431,1.209936 0.06431,1.811927 0.0026,-5.077485 -0.0016,-10.149057 0,-15.226543 -0.02466,-7.364011 -0.03986,-14.73005 0.03215,-22.092791 l -0.128611,0 c 0.06923,7.345931 0.06225,14.682065 0.03215,22.029215 -0.0014,4.490926 0.0022,8.987268 0,13.478192 z m 0.06431,1.811927 c -0.0043,8.331747 -0.02303,16.653772 -0.03215,24.985517 -0.009,10.656958 -0.04836,21.322384 0.06431,31.978918 0.17808,-5.714814 0.329814,-11.415612 0.225068,-17.133834 -0.01018,-8.813408 -0.08242,-17.63436 -0.09646,-26.447773 -0.01148,-4.457134 -0.0038,-8.92627 -0.160763,-13.382828 z m 0.03215,56.964435 c -0.01022,0.328061 -0.02163,0.65738 -0.03215,0.985429 0.0089,0.78391 0.02158,1.56844 0.03215,2.35233 0.126144,6.79885 0.279349,13.58387 0.643052,20.37623 l 0.06431,0 c -0.36694,-6.77651 -0.549349,-13.56345 -0.675205,-20.34444 -0.01515,-1.12285 -0.02028,-2.24667 -0.03215,-3.369549 z M 79.241417,123 c -0.01773,-1.58736 -0.0524,-3.18083 -0.06431,-4.76823 -0.01707,-3.08539 -0.02278,-6.16494 -0.03215,-9.25036 -0.05574,4.67267 -0.126532,9.34606 -0.192915,14.01859 l 0.289373,0 z M 80.52752,5.002242 c -0.0013,2.0781068 -0.02091,4.1534427 -0.03215,6.230485 0.05194,6.786543 -0.44313,13.559284 -0.353679,20.344441 0.07345,5.428375 0.344093,10.854061 0.6109,16.275553 0.31783,6.850907 0.538024,13.709638 0.610899,20.566958 0.05138,7.703834 0.06088,15.406254 0,23.110014 -0.202664,5.820776 -0.217233,11.629017 -0.160763,17.451717 0.07857,4.66776 0.07895,9.35062 0.06431,14.01859 l 0.964578,0 c -0.01479,-4.37412 -0.04276,-8.75462 0.03215,-13.12852 0.05979,-5.90046 0.06474,-11.775447 -0.12861,-17.674235 -0.05754,-7.724449 -0.0498,-15.449012 -0.0643,-23.17359 -0.009,-6.748588 0.124378,-13.505168 -0.192916,-20.249077 C 81.638516,43.412832 81.451623,38.057405 81.459946,32.689755 81.353325,29.963906 81.127741,27.24548 81.009809,24.52019 80.820713,20.150276 80.797877,15.763552 80.688283,11.391668 80.657864,9.2636557 80.617163,7.1306427 80.591826,5.002242 l -0.06431,0 z m 0.73951,0 c 0.03596,1.3463106 0.09491,2.69064 0.12861,4.0371 0.118201,14.03354 0.353972,28.059945 0.803815,42.087562 0.549527,17.73195 0.946258,35.497906 2.893733,53.149856 -0.0042,-0.25458 -0.02775,-0.50834 -0.03215,-0.76292 C 83.188179,86.123909 82.772872,68.655981 82.231608,51.190481 81.781754,37.162895 81.546025,23.104639 81.427793,9.0711302 81.443268,7.7149516 81.500327,6.358103 81.524251,5.002242 l -0.257221,0 z m 3.794005,98.511598 c 0.116371,1.08053 0.225476,2.16272 0.353679,3.2424 0.227869,1.77007 0.330932,2.6379 0.482289,3.84637 -0.25107,-5.80375 -0.51029,-11.610879 -0.578747,-17.419931 0.03454,-8.637546 -0.0165,-17.269921 0.03215,-25.907375 0.02368,-7.446369 0.154334,-14.901912 0.289373,-22.347096 0.09792,-5.19961 0.214148,-10.378537 -0.0643,-15.576213 -0.09198,-3.091467 -0.152747,-6.190113 -0.225068,-9.282151 -0.226703,-2.487477 -0.424332,-4.9736 -0.514442,-7.470225 -0.0033,-0.09599 -0.05731,-1.342378 -0.03215,-1.462257 0.05689,-0.271037 0.156217,-0.53511 0.25722,-0.794704 C 85.007955,8.7972342 84.939088,7.2464984 84.86812,5.7015821 84.854375,5.4684844 84.849863,5.2353255 84.835967,5.002242 l -0.578746,0 c 0.0046,0.063322 -0.0046,0.1274122 0,0.1907291 0.465204,7.7689689 0.523967,15.5856349 0.353678,23.3643189 -0.259649,5.159175 -0.147183,10.319578 -0.06431,15.480848 0.119203,7.588491 0.202632,15.17093 0.225068,22.760344 0.04731,8.657341 -0.0023,17.313522 0.03215,25.97095 0.09862,3.5836 0.195232,7.160642 0.25722,10.744408 z m 0,-93.171182 c 0.111265,3.239448 0.213581,6.486738 0.289374,9.727186 0.05498,0.603257 0.101067,1.20877 0.160763,1.811926 0.62134,7.525955 1.126946,15.064273 1.575477,22.601403 -0.421657,-7.267524 -0.700369,-14.524089 -0.6109,-21.806698 0.09153,-2.829174 0.197585,-5.658343 0.289374,-8.487446 0.06356,-0.466855 -0.0042,-0.931189 0.03215,-1.398681 0.08568,-1.103048 0.236285,-1.857511 0.417984,-2.9245131 -0.004,-1.6214974 0.0052,-3.2420977 0,-4.8635929 l -0.514442,0 c -0.190904,0.842981 -0.358277,1.5568913 -0.900272,3.2741834 -0.182698,0.5788757 -0.414691,1.1418664 -0.610899,1.7165623 -0.03996,0.1170463 -0.08358,0.2339473 -0.128611,0.3496703 z m 2.154224,-0.4768231 c 0.01333,5.4050051 0.02479,10.8069571 0.03215,16.2119761 0.0073,7.085913 0.03071,14.180383 0.03215,21.266299 -0.05973,-0.952261 -0.137658,-1.908539 -0.192915,-2.860937 0.06488,1.0902 0.12951,2.183892 0.192915,3.274183 0.0074,0.116558 0.02472,0.233115 0.03215,0.34967 -0.0014,-7.324584 0.0076,-14.641057 0,-21.965638 -0.0075,-5.50365 -0.01836,-11.026223 -0.03215,-16.5298586 -0.01613,0.098089 -0.04863,0.1622784 -0.0643,0.2543055 z m 0.09646,38.2411911 c 2.5e-5,0.1378 -2.5e-5,0.275447 0,0.413247 0.06192,1.069213 0.131775,2.141349 0.192915,3.210607 0.299155,6.008507 0.435425,7.586287 0.514442,13.668921 0.03099,2.385305 -0.0026,4.798642 0,7.184131 0.0054,4.898385 0.01489,9.787782 0.03215,14.686143 0.01118,0.169618 0.02096,0.338996 0.03215,0.508611 -0.01842,-5.057391 -0.0266,-10.105548 -0.03215,-15.162966 -0.0026,-2.385491 0.03097,-4.767038 0,-7.152342 -0.07899,-6.083864 -0.215313,-7.691024 -0.514441,-13.70071 -0.08262,-1.216151 -0.147462,-2.439333 -0.225068,-3.655642 z m 0.771662,39.67166 c 0.008,2.184133 0.02018,4.36425 0.03215,6.548367 0.01371,2.023233 0.0489,4.048342 0.06431,6.071547 -0.01636,-0.571069 -0.04365,-1.145563 -0.06431,-1.716565 0.03563,4.936185 0.087,9.877485 0.160763,14.813295 0.0039,-0.58182 -0.0025,-1.16654 0,-1.74835 0.02118,1.56764 0.0367,3.13707 0.06431,4.70465 0.03934,2.23389 0.0687,4.38481 0.128611,6.54837 l 0.385831,0 c 0.05331,-2.66897 0.10443,-5.34055 0.12861,-8.01062 0.03085,-1.20656 0.09168,-2.41747 0.128611,-3.62386 -0.149433,-5.22184 -0.3225,-10.45148 -0.514442,-15.671574 -0.144068,-2.640649 -0.340191,-5.27532 -0.514441,-7.91526 z m 1.028883,23.586834 c 0.06456,2.25593 0.106008,4.51487 0.160763,6.77089 0.03685,1.62306 0.04867,3.23874 0.0643,4.86359 l 0.192915,0 c -0.0071,-2.50873 0.01166,-5.02445 0.06431,-7.5338 0.07112,-7.51585 0.17498,-15.02274 0.289374,-22.537827 0.0052,-1.823115 -0.005,-3.644453 0,-5.467568 -0.191635,7.968778 -0.527753,15.937395 -0.771662,23.904715 z m 0.771662,-23.904715 c 0.0053,-0.222357 0.02707,-0.445189 0.03215,-0.667552 0.0064,-1.420898 -0.0051,-2.838697 0,-4.259618 -0.0036,1.642946 -0.02762,3.284226 -0.03215,4.92717 z m 0.03215,-4.92717 c 0.0042,0.836816 0.02733,1.674456 0.03215,2.511267 0.0037,-0.657945 -0.0048,-1.312929 0,-1.970868 -0.01533,-2.976349 0.0087,-5.956098 0,-8.932481 -0.0014,1.749683 -0.02747,3.495379 -0.03215,5.245052 0.0043,1.048612 -0.0052,2.098423 0,3.14703 z m 0.03215,-8.392082 c 0.002,-2.438128 0.0064,-4.873172 0,-7.311283 -0.0027,0.360519 -0.02993,0.720274 -0.03215,1.080798 -0.002,-1.059228 0.0016,-2.119591 0,-3.178819 -0.01126,-2.985185 -0.03569,-5.979201 -0.06431,-8.964269 4.14e-4,1.059887 -5.83e-4,2.118932 0,3.178819 0.0068,5.889305 0.04392,11.784917 0.06431,17.674233 -0.0028,-2.417115 -0.01085,-4.830484 0,-7.247707 0.0033,1.588857 0.0275,3.179374 0.03215,4.768228 z M 89.851771,55.76798 c -8.03e-4,-2.056181 2.64e-4,-4.110727 0,-6.166909 -0.284875,-14.175229 -0.728762,-28.35949 -2.218528,-42.4690204 -0.0087,0.057772 -0.02311,0.1630889 -0.03215,0.2225174 1.466357,14.018728 1.903281,28.131892 2.186376,42.214715 0.0298,2.064067 0.04452,4.134541 0.06431,6.198697 z M 87.60109,7.354568 C 87.519365,6.5732513 87.464508,5.7829715 87.376022,5.002242 l -0.128611,0 c 0.0049,1.5135239 0.02835,3.0321852 0.03215,4.545711 0.178282,-1.0945894 0.232379,-1.6074113 0.321526,-2.193385 z M 87.63324,7.1320506 C 87.71397,6.5952097 87.858464,5.6885523 87.954765,5.002242 l -0.514441,0 c 0.08061,0.7098456 0.117914,1.4194753 0.192916,2.1298086 z m 2.218528,42.4690204 c 0.03269,2.065333 0.04463,4.133283 0.06431,6.198697 -0.0047,-12.103913 -0.0028,-24.198199 0,-36.302112 -0.08065,-4.828686 -0.0093,-9.6658767 0.03215,-14.495414 l -0.09646,0 c 0.04402,4.8157265 -0.02804,9.64817 0,14.463626 -0.0023,10.047733 -0.0013,20.08747 0,30.135203 z m 0.06431,6.198697 c 4.15e-4,1.059888 -5.84e-4,2.118932 0,3.178819 0.0022,1.917191 -0.0029,3.836462 0,5.753662 0.0026,0.698705 0.03033,1.399312 0.03215,2.098021 0.0075,-0.996566 0.02043,-1.991583 0.03215,-2.98809 0.02034,5.677424 0.0039,11.360973 0,17.038469 0.01295,-1.390224 0.01299,-2.774069 0.03215,-4.164252 0.202325,-9.553593 0.46048,-19.095878 0.932425,-28.641159 0.407913,-9.148033 0.547001,-18.314668 0.900273,-27.464995 0.0057,-0.168933 -0.0055,-0.190251 0,-0.34967 -0.0171,-0.158994 -0.01545,-0.317797 -0.03215,-0.476823 -0.0101,0.25433 -0.0228,0.508565 -0.03215,0.762916 -0.361867,6.154101 -0.851705,12.308482 -1.093188,18.468938 -0.112425,2.868053 -0.152065,5.746287 -0.25722,8.6146 -0.231593,4.830034 -0.379837,9.661596 -0.450137,14.495414 -0.0098,-2.107878 -0.04422,-4.218033 -0.0643,-6.32585 z M 91.813079,19.78375 c 0.06271,-1.578521 0.123924,-3.157188 0.160763,-4.73644 0.01931,-0.82765 0.0224,-1.499257 0.03215,-2.256962 -0.141788,-2.208703 -0.261571,-4.3999791 -0.353679,-6.611943 -0.0179,-0.3900723 -0.01871,-0.7860614 -0.03215,-1.176163 l -0.835967,0 c 0.0033,0.1483293 -0.0031,0.2967017 0,0.4450346 0.191764,4.7914384 0.528228,9.5694754 1.028883,14.3364734 z m 0.192916,-6.993402 c 0.01498,0.233277 0.01654,0.466111 0.03215,0.69934 0.02002,-1.145647 0.02865,-2.154505 0.03215,-4.1960405 0.0024,-1.4282556 -0.01936,-2.8630158 -0.03215,-4.2914055 l -0.03215,0 c 0.02396,2.6705524 0.03364,5.173595 0,7.788106 z m 0.03215,0.69934 c -0.03259,1.865016 -0.08684,3.687867 -0.192915,6.770885 0.229965,2.138711 0.498305,4.288944 0.803814,6.421214 0.04633,0.43516 0.08238,0.868084 0.128611,1.303316 -0.007,-2.05821 -0.02227,-4.108715 -0.03215,-6.166909 -0.289939,-2.772932 -0.521241,-5.547386 -0.707357,-8.328506 z m 0.707357,8.328506 c 0.01883,0.180056 0.04498,0.360384 0.06431,0.540399 -0.02706,-5.78367 -0.06841,-11.572913 -0.12861,-17.356351 l -0.06431,0 c 0.05834,5.610816 0.101653,11.204915 0.12861,16.815952 z m 0.06431,0.540399 c 0.0097,2.077434 0.02535,4.153036 0.03215,6.230485 0.550953,5.203862 1.076069,10.413951 1.318256,15.639789 0.126934,-2.241439 0.237718,-4.495744 0.321526,-6.739096 -0.323063,-3.408021 -0.716852,-6.803136 -1.093188,-10.204008 -0.220139,-1.636767 -0.402658,-3.286609 -0.578747,-4.92717 z m 1.671935,15.131178 c 0.0081,0.08515 0.02418,0.169149 0.03215,0.254306 0.0085,-0.222262 0.02416,-0.445272 0.03215,-0.667552 0.164337,-4.568984 0.169985,-7.457182 0.192916,-11.984148 0.06142,-4.812508 -0.02933,-9.620485 0.12861,-14.431837 0.0285,-0.8680926 0.09091,-1.7384956 0.12861,-2.6066319 0.01039,-1.0173169 0.02086,-2.0343579 0.03215,-3.0516661 l -0.450136,0 c -0.07072,1.7603229 -0.14589,3.5155647 -0.160763,5.276839 -0.03875,4.588064 0.08689,4.789692 0.192915,9.472881 0.04006,1.769544 0.03555,3.538876 0.06431,5.308627 -0.02287,4.52587 0.0035,7.416347 -0.160763,11.984148 -0.0053,0.148326 -0.02661,0.296716 -0.03215,0.445034 z M 94.996185,8.0539081 C 94.883423,19.095186 94.846987,30.135417 94.80327,41.177201 c 0.01323,0.179446 0.01959,0.360912 0.03215,0.540399 0.04625,-11.819192 0.09811,-23.657029 0.225068,-35.4756187 -0.02923,0.6030822 -0.03811,1.2088373 -0.06431,1.8119268 z m 0.06431,-1.8119268 c 0.02001,-0.4129389 0.04333,-0.8268131 0.06431,-1.2397393 l -0.06431,0 c -0.0046,0.4135508 0.0044,0.8261871 0,1.2397393 z M 94.835422,41.7176 c -0.01546,3.952037 -0.0516,7.904977 -0.0643,11.856995 -0.08448,11.921124 -0.0142,23.840211 -0.03215,35.761713 0.01553,-5.361207 0.042,-10.723614 0.06431,-16.084824 0.08856,-8.143342 0.253705,-16.269813 0.321526,-24.413329 -0.01079,-2.37673 -0.123603,-4.752471 -0.289374,-7.120555 z m -0.03215,-0.540399 c -0.08427,-1.142553 -0.182574,-2.292039 -0.289374,-3.433124 -0.08944,2.349886 -0.185279,4.709193 -0.321525,7.056978 0.04694,1.109439 0.07814,2.226743 0.09646,3.33776 0.06835,8.320274 0.232842,16.633619 0.321526,24.953728 0.03188,7.718344 0.05993,15.423425 0.06431,23.141802 0.07352,-14.239767 -0.03658,-28.483629 0.06431,-42.723326 0.01323,-4.115166 0.04801,-8.218632 0.06431,-12.333818 z m -0.128611,55.057144 c -0.017,3.292614 -0.05362,6.593695 -0.09646,9.886125 -0.08219,3.89908 -0.253416,7.80987 -0.578747,11.69806 0.02419,0.25423 0.03957,0.50872 0.06431,0.76291 0.238683,-4.13625 0.46561,-8.28719 0.578747,-12.42918 0.01907,-1.46448 0.01877,-2.92225 0.03215,-4.38677 0.0037,-1.842257 0.001,-3.688899 0,-5.531145 z m 0,5.531145 c -0.0024,1.19641 0.0049,2.39565 0,3.59207 -0.02912,5.88164 -0.05819,11.76108 -0.12861,17.64244 l 0.321526,0 c -0.06701,-5.85502 -0.09984,-11.72359 -0.12861,-17.57887 -0.01686,-4.13222 -0.0074,-8.265228 0,-12.397392 -0.0095,2.918568 -0.03763,5.823307 -0.06431,8.741752 z M 94.546049,123 c -0.170401,-1.473 -0.3387,-2.94281 -0.482289,-4.41856 -0.08497,1.47255 -0.16437,2.9464 -0.25722,4.41856 l 0.739509,0 z m -0.546594,-5.18147 c -0.05458,-0.57368 -0.140502,-1.14278 -0.192915,-1.71657 -0.321198,-3.98614 -0.407878,-4.75807 -0.578747,-8.8689 -0.274157,-6.59581 -0.245138,-13.204657 -0.257221,-19.804044 -0.06462,-8.423369 -0.09049,-16.848172 -0.09646,-25.27161 -0.01053,0.116574 -0.02158,0.233103 -0.03215,0.34967 -0.0043,8.247171 -0.02801,16.484139 -0.09646,24.731211 -0.171163,9.453611 0.150223,18.908233 0.450136,28.355063 0.14526,2.46693 0.147831,4.93639 0.160763,7.40665 l 0.09646,0 c 0.201777,-1.72536 0.401772,-3.45063 0.546594,-5.18147 z M 92.841962,62.507076 c 9.9e-5,-0.190563 -6.5e-5,-0.381623 0,-0.572187 -0.124147,1.377347 -0.255994,2.755897 -0.385831,4.132464 -0.785385,7.858615 -1.668469,15.730881 -2.089918,23.618625 -0.154115,2.884353 -0.233633,5.145081 -0.289374,7.406648 -0.03548,-3.410569 -0.07478,-6.825125 -0.09646,-10.235797 -0.0075,0.498242 -0.02458,0.995807 -0.03215,1.494045 0.02377,3.452995 0.05792,6.910068 0.09646,10.36295 0.0085,-0.431539 0.02194,-0.970921 0.03215,-1.398681 0.0076,0.720277 0.02386,1.441327 0.03215,2.161597 0.05492,-3.046506 0.118179,-5.952402 0.321526,-9.758974 0.421354,-7.887663 1.304551,-15.728305 2.089918,-23.586836 0.113862,-1.20713 0.21195,-2.416123 0.321526,-3.623854 z m -2.73297,36.969664 c -0.0086,0.476363 -0.02453,1.03031 -0.03215,1.52583 0.01052,0.85793 0.02051,1.71692 0.03215,2.57485 0.03652,2.2489 0.07771,4.48996 0.12861,6.73909 -0.03195,-2.23469 -0.06023,-4.47648 -0.09646,-6.70731 -0.01869,-1.37688 -0.0163,-2.75556 -0.03215,-4.13246 z m -0.03215,1.52583 c -0.0094,-0.76261 -0.02364,-1.526122 -0.03215,-2.288746 -0.03799,1.922066 -0.0617,3.807536 -0.09646,6.230486 -0.0114,0.79434 -0.02234,1.58975 -0.03215,2.38411 3.97e-4,0.92156 3.72e-4,1.84403 0,2.76558 8.14e-4,0.45634 -0.0012,0.91054 0,1.36689 0.02595,-2.16068 0.06547,-4.32417 0.09646,-6.48479 0.02216,-1.54497 0.04445,-2.6832 0.06431,-3.97353 z m -0.160763,6.32585 c -0.0025,-5.71793 -0.01282,-11.44767 0,-17.165619 -0.01407,0.922117 -0.01812,1.843467 -0.03215,2.765572 -0.01628,5.691955 -0.03314,11.378267 -0.03215,17.070257 -0.0015,0.70864 0.0022,1.42117 0,2.12981 0.01975,-1.5993 0.04455,-3.20071 0.06431,-4.80002 z m -0.06431,4.80002 c -0.01109,3.61743 -0.0477,7.25477 -0.09646,10.87156 l 0.09646,0 c 0.02081,-3.62711 4e-6,-7.2478 0,-10.87156 z M 92.84196,61.934889 c 0.0105,-0.11653 0.0217,-0.233135 0.03215,-0.34967 -0.0021,-3.549503 -0.0058,-7.099436 0,-10.649044 -0.0081,-7.456145 -0.0077,-14.890921 -0.03215,-22.347097 -0.02137,-0.201865 -0.04286,-0.402127 -0.0643,-0.603975 0.02585,7.63747 0.05602,15.281841 0.0643,22.919284 0.01132,3.673764 0.0012,7.356854 0,11.030502 z m 0.03215,-0.34967 c 1.11e-4,0.19072 -1.34e-4,0.381468 0,0.572187 0.521542,-5.773986 0.982411,-11.569093 1.318257,-17.356351 -0.0068,-0.160157 -0.02484,-0.316697 -0.03215,-0.476823 -0.327975,5.766381 -0.769937,11.50776 -1.286104,17.260987 z m -2.893733,19.29543 c -0.0068,0.732294 -0.02682,1.461082 -0.03215,2.193385 0.0033,0.646165 0.02844,1.292917 0.03215,1.93908 1.4e-5,-1.376996 -9.37e-4,-2.755455 0,-4.132465 z M 88.27629,113.49533 c -0.0085,1.25891 -0.01999,2.52392 -0.03215,3.7828 -0.04185,1.90458 -0.0228,3.8122 -0.03215,5.72187 l 0.225068,0 c -0.04552,-2.11544 -0.08692,-4.21234 -0.12861,-6.58016 -0.01716,-0.97437 -0.01759,-1.95011 -0.03215,-2.92451 z M 88.115531,98.682035 c -0.01055,-1.46179 -0.02225,-2.924965 -0.03215,-4.38677 -0.01284,-2.343153 -0.02389,-4.682018 -0.03215,-7.02519 -0.438052,-6.64676 -0.855298,-13.29773 -0.739509,-19.962982 3.23e-4,-6.264587 0.0011,-12.522234 0,-18.78682 -0.0147,-0.253803 -0.01739,-0.509118 -0.03215,-0.762917 0.0013,6.503359 3.36e-4,13.014591 0,19.517948 -0.215878,9.313884 0.304431,18.60839 0.707357,27.910031 0.06234,1.162807 0.08653,2.333576 0.12861,3.4967 z m -2.218528,11.920575 c 0.0069,0.15873 0.02529,0.31808 0.03215,0.47682 0.152739,1.19559 0.290408,2.39734 0.450137,3.59206 0.287422,2.14982 0.643305,4.29956 0.900272,6.45301 0.07446,0.62395 0.132473,1.25001 0.192916,1.8755 l 0.417983,0 c -0.11629,-0.5557 -0.216361,-1.0952 -0.321526,-1.65299 -0.905303,-4.80163 -1.237882,-7.27883 -1.671934,-10.7444 z m 0.03215,0.47682 c -0.185354,-1.45089 -0.392009,-2.90426 -0.578746,-4.35498 -0.08928,-0.75193 -0.173742,-1.50462 -0.257221,-2.25696 0.06371,3.90197 0.08236,7.7951 0.09646,11.69805 -0.01005,2.2713 -0.04358,4.56318 -0.0643,6.83446 l 1.253951,0 c -0.05917,-2.0053 -0.132873,-4.00404 -0.225069,-6.00797 -0.07669,-1.96626 -0.140064,-3.94649 -0.225068,-5.9126 z M 95.607084,5.002242 c 0.386563,3.4388429 0.676439,6.899291 0.803815,10.36295 0.438673,11.850333 0.374027,23.726253 1.028883,35.570983 0.313566,6.386585 0.673126,12.778995 0.932425,19.168278 1.36e-4,-0.423644 -1.44e-4,-0.847883 0,-1.271527 C 98.115354,62.877635 97.764232,56.921061 97.471935,50.967963 96.879449,39.158673 96.775197,27.343943 96.603815,15.524133 96.59375,12.010271 96.361747,8.4910023 96.025068,5.002242 l -0.417984,0 z m 2.765123,63.830684 c 0.01413,0.327701 0.01864,0.657719 0.03215,0.985434 0.0026,-7.890385 0.0295,-15.791817 0.03215,-23.682201 -0.0382,-10.626806 0.01695,-21.226369 0.192916,-31.851766 0.04278,-2.44383 0.09615,-4.8988995 0.09646,-7.3430715 C 98.70522,6.654732 98.683046,6.3695919 98.66158,6.0830404 98.627071,5.7249775 98.597295,5.3605453 98.565123,5.002242 l -0.514442,0 c 0.05653,2.9687738 0.07618,5.93136 0.128611,8.900693 0.172025,10.736286 0.238817,21.463809 0.192915,32.201435 -0.0025,7.572649 0.0026,15.155908 0,22.728556 z M 98.725886,6.9413215 c 0.958656,13.2949255 1.067443,26.6358795 1.157493,39.9577535 0.03188,2.966711 0.180661,5.90906 0.353681,8.868905 0,-0.169619 0,-0.338992 0,-0.508611 -0.15677,-2.779733 -0.259394,-5.54261 -0.289376,-8.328506 -0.09167,-13.566805 -0.213613,-27.151029 -1.221798,-40.6888817 7.78e-4,0.2337637 2.8e-5,0.465566 0,0.6993402 z m 1.511174,48.3180475 c 0.0209,0.371336 0.0418,0.741327 0.0643,1.112587 -2e-5,-5.507795 1e-4,-11.022064 0,-16.529859 -1.3e-4,-6.24931 -0.034,-12.505473 -0.0322,-18.755031 0.002,6.241513 -0.0323,12.481973 -0.0322,18.723243 8e-5,5.152181 -3e-5,10.296879 0,15.44906 z m 0.0643,1.112587 c 0,0.16947 0,0.33914 0,0.508611 0.30039,4.815408 0.68516,9.61956 1.02889,14.431837 0.16636,2.329158 0.24095,3.535053 0.32152,4.831805 0.002,-0.275606 -0.002,-0.550887 0,-0.826493 -0.0732,-1.13463 -0.12084,-2.032218 -0.25722,-3.941735 -0.35657,-4.992433 -0.79069,-10.007885 -1.09319,-15.004025 z m 1.35041,18.94576 c 0.0402,0.622595 0.12788,1.600063 0.16076,2.161597 -0.0337,-4.400632 -0.0535,-8.791375 -0.0643,-13.192098 -0.008,3.673281 -0.0692,7.357294 -0.0965,11.030501 z m 0,0.826493 c -0.0302,4.017619 -0.0469,8.030043 -0.0643,12.047724 0.006,10.545399 0.11109,21.083867 0.12861,31.629247 -0.003,1.05855 2.9e-4,2.12019 0,3.17882 l 0.0643,0 c 0.003,-1.04887 -0.009,-2.09815 0,-3.14703 0.0175,-10.47009 0.12323,-20.93661 0.12861,-31.406732 -0.014,-3.177389 -0.0401,-6.359117 -0.0643,-9.536456 -0.0416,-0.74981 -0.14677,-2.022955 -0.19292,-2.765573 z m 0.19292,2.765573 c 0.0702,1.26619 0.13415,2.420783 0.25722,4.672863 0.39953,8.331976 0.59212,16.656625 1.06103,24.985515 0.27678,4.91612 0.42536,6.35779 0.80382,11.15766 0.0959,1.0397 0.19397,2.07543 0.28937,3.11524 -0.001,-0.39264 0.001,-0.78356 0,-1.17616 -9.7e-4,-0.19048 9.6e-4,-0.38172 0,-0.57219 -0.0507,-0.42455 -0.11292,-0.84656 -0.16076,-1.27153 -0.16542,-1.78854 -0.37514,-3.58156 -0.51444,-5.3722 -0.79838,-10.26281 -0.91449,-20.558347 -1.44687,-30.834546 -0.15655,-2.865152 -0.23224,-4.407373 -0.32153,-5.944392 0.003,0.413117 0.029,0.826623 0.0322,1.23974 z m 2.41144,42.182928 c 0.076,0.63617 0.1428,1.27203 0.22507,1.90729 l 0.70736,0 c -0.002,-0.18995 0.002,-0.38226 0,-0.57219 -0.0167,-3.75512 -0.0176,-7.4979 0,-11.25302 -0.15467,-2.29205 -0.26303,-4.54262 -0.48229,-7.97883 -0.19484,-3.566398 -0.35062,-7.144159 -0.48229,-10.712622 -0.0162,3.444549 -0.0364,6.886684 -0.0643,10.331162 0.0143,6.08489 0.0657,12.19338 0.0965,18.27821 z m -0.0322,-28.609372 c 0.002,-0.434529 -0.002,-0.868785 0,-1.303315 -0.4551,-13.015195 -0.55015,-26.045776 -0.6109,-39.067685 0.003,-5.308432 -0.0241,-10.617242 -0.0322,-15.925883 -0.0161,-0.678668 -0.0139,-1.355837 -0.0322,-2.034444 -0.0116,5.980855 -0.0355,11.947807 0,17.928539 0.0628,13.467083 0.17856,26.943452 0.67521,40.402788 z m -0.67521,-58.331327 c 0.0138,-7.145255 0.0304,-14.312088 -0.0322,-21.457027 -0.0879,-2.563302 -0.12463,-5.1257553 -0.19291,-7.692742 l -0.96458,0 c 0.30675,3.3934937 0.46896,6.798933 0.57875,10.204009 0.19026,6.319616 0.44063,12.625401 0.61089,18.94576 z m 0.0322,2.034444 c 0.0211,0.890909 0.0478,1.779173 0.0643,2.670208 -0.0235,7.653492 -0.0469,15.330443 0.12861,22.982861 0.19602,7.137047 0.48623,14.253686 0.48229,21.393451 -0.009,2.649659 -0.0204,5.297417 -0.0322,7.947048 0.14034,4.01354 0.29528,8.036748 0.51444,12.047727 0.15306,2.39844 0.28936,4.78618 0.45014,7.18413 0.0108,-2.23193 0.023,-4.4754 0.0322,-6.70731 -0.041,-6.579662 -0.0436,-13.160648 -0.0643,-19.740466 0.002,-7.161925 -0.41732,-14.297774 -0.57874,-21.457028 -0.16369,-7.703469 -0.234,-15.405103 -0.28938,-23.110013 -0.0747,-5.445949 -0.35824,-10.893606 -0.45013,-16.33913 -0.0402,-2.381477 -0.0434,-4.770632 -0.0643,-7.152342 -0.0787,-3.414584 0.20199,-6.8524759 0.0965,-10.2675853 -0.13042,2.3966473 -0.26295,4.7858923 -0.22507,7.1841303 -0.0893,7.787487 -0.0762,15.576202 -0.0643,23.364319 z m 1.60763,74.225425 c -0.001,0.25387 10e-4,0.50905 0,0.76291 0.19165,2.84019 0.42395,5.66771 0.83596,9.88613 0.065,0.66502 0.12567,1.2903 0.19292,1.93908 l 0.0643,0 c -0.37217,-3.55997 -0.69817,-7.14039 -0.96457,-10.71262 -0.0467,-0.62594 -0.0866,-1.24926 -0.12861,-1.8755 z m -4.8872,-53.531313 c -0.0232,-0.371229 -0.0426,-0.741285 -0.0643,-1.112587 3e-5,6.774164 0,13.53849 0,20.312653 -0.10306,9.976335 -0.1222,19.967786 -0.16077,29.944477 -0.0203,5.66294 -0.0108,11.31189 0,16.97489 l 0.38584,0 c 0.0104,-5.56326 -0.0121,-11.12558 -0.0322,-16.6888 -0.0386,-10.061871 -0.026,-20.105464 -0.12861,-30.166991 0,-6.418698 3e-5,-12.844944 0,-19.263642 z m -1.897,12.937793 c -1.41e-4,0.434235 1.31e-4,0.86908 0,1.303315 0.0057,0.148284 0.02661,0.296748 0.03215,0.445035 0.205039,5.48613 0.287165,10.002628 0.321526,15.512636 0.01794,2.876677 -0.0034,5.73787 0,8.6146 0.01925,9.103574 0.06461,18.202404 0.128611,27.306054 -0.06365,-9.08367 -0.04509,-18.19067 -0.06431,-27.274266 -0.0034,-2.876727 -0.01422,-5.737928 -0.03215,-8.6146 -0.03435,-5.510125 -0.08438,-10.026389 -0.289374,-15.512636 -0.02214,-0.592628 -0.07203,-1.187557 -0.09646,-1.780138 z m 0,1.303315 c -0.01299,-0.338348 -0.01842,-0.678889 -0.03215,-1.017222 -0.0019,6.005164 -0.001,12.018738 0,18.023904 C 98.3806,99.756333 98.38317,111.37247 98.50081,123 l 0.03215,0 c -0.117356,-11.61691 -0.120241,-23.222501 -0.12861,-34.839855 -9.59e-4,-5.676835 -0.0017,-11.361635 0,-17.03847 z M 98.629428,5.002242 c 0.03487,0.3599046 0.06179,0.7210121 0.09646,1.0807984 -0.0015,-0.358525 -0.02851,-0.7223067 -0.03215,-1.0807984 l -0.0643,0 z m 1.543322,0 c 0.0525,5.329692 0.0943,10.659282 0.0965,15.989459 0.002,-5.327981 0.012,-10.661974 0.0643,-15.989459 l -0.16077,0 z m 1.44687,0 c 0.0524,3.4740387 0.10038,6.952309 0.0965,10.426526 -0.007,13.591639 -0.003,27.160821 0,40.752458 0.0165,2.666203 0.0379,5.344513 0.0322,8.010624 -0.006,-2.653096 0.0172,-5.293861 0.0321,-7.947047 -0.003,-13.591637 -0.007,-27.19261 0,-40.784247 0.004,-3.491253 -0.0128,-6.9718789 0.0643,-10.458314 l -0.22507,0 z m 2.25068,0 c 0.007,0.147872 -0.005,0.2971014 0,0.4450346 0.008,-0.1486154 0.0242,-0.2964195 0.0322,-0.4450346 l -0.0322,0 z m 2.47575,0 c 4e-4,0.052987 -4.5e-4,0.1059572 0,0.1589409 0.009,1.8731134 0.0233,3.7533642 0.0322,5.6265091 0.12057,3.36412 0.14739,6.742986 0.19292,10.108645 -0.0365,4.310179 0.0344,8.596355 0.0965,12.906004 0.10988,6.610443 0.20657,13.224651 0.25723,19.83583 0.0436,8.383818 0.0997,16.792496 0.16076,25.176246 0.0339,8.889823 10e-4,17.748901 -0.0643,26.638503 -0.0504,5.84828 -0.0781,11.69864 -0.0964,17.54708 l 0.7395,0 c -0.0186,-5.68556 -0.0159,-11.35306 -0.0643,-17.03847 -0.0652,-8.921437 -0.0984,-17.844007 -0.0643,-26.765655 0.0612,-8.306922 0.085,-16.614952 0.1286,-24.92194 0.0502,-6.463701 0.17872,-12.927864 0.28938,-19.390795 0.0628,-4.262542 0.10062,-8.547538 0.0643,-12.81064 0.0454,-3.252288 0.0975,-6.476712 0.22507,-9.727186 0.0126,-1.856665 0.0252,-3.7380402 0.0322,-5.5947216 0.001,-0.5843154 -0.0226,-1.1643266 -0.0322,-1.7483504 l -1.897,0 z m 3.7297,0 c -0.59835,4.5977979 -0.97067,9.207486 -0.80382,13.85965 0.1516,9.926995 0.20831,19.857489 0.19292,29.785534 0.0533,11.12079 0.0476,22.224863 0.0322,33.34581 0.002,12.13588 0.0265,24.293384 0.0322,36.429264 4.8e-4,1.52805 -0.002,3.04866 0,4.5775 l 0.0322,0 c -10e-4,-1.51701 4.8e-4,-3.0289 0,-4.54571 -0.006,-12.13589 0.002,-24.261594 0,-36.397478 -0.0184,-11.090226 -0.0213,-22.192161 0.0321,-33.282234 -0.0147,-9.829323 0.0389,-19.671195 0.19292,-29.499439 0.0843,-4.655052 0.54128,-9.2753227 1.12534,-13.8914388 -3.4e-4,-0.1271121 3.4e-4,-0.2543461 0,-0.3814582 l -0.83597,0 z m 0.83597,0.3814582 c 0.0323,12.2027998 0.061,24.4171558 0.0643,36.6199938 0.0267,2.607007 0.0392,5.213238 0.0322,7.819895 -0.007,-2.58949 0.007,-5.1983 0.0322,-7.788107 -0.003,-12.349299 -0.031,-24.683979 -0.0643,-37.03324 -1.7e-4,0.0013 -0.032,-0.0013 -0.0322,0 -0.0162,0.126108 -0.0162,0.2553279 -0.0322,0.3814582 z m 2.95803,-0.3814582 c -0.0625,0.7965675 -0.10629,1.321199 -0.19291,2.4159023 -0.71948,8.8498787 -1.02183,17.7322877 -1.12534,26.6067147 0.005,8.388022 0.035,16.756472 0,25.144457 -0.0426,7.664433 -0.0586,15.350134 -0.0643,23.014649 0.0782,4.981492 -0.0669,9.959086 -0.0322,14.940449 0.0153,2.197641 0.0921,4.382756 0.12861,6.580156 0.27534,3.94157 0.44317,7.89485 0.86812,11.82521 0.21237,1.96416 0.49277,3.91688 0.70736,5.88081 0.052,0.52618 0.0775,1.06299 0.12861,1.58941 l 0.0322,0 c -0.15387,-4.37546 -0.24185,-8.75069 -0.32152,-13.12852 -0.1422,-1.77618 -0.28035,-3.56338 -0.41799,-5.34042 -0.43479,-7.236352 -0.34272,-14.465043 -0.32152,-21.711331 -0.009,-7.703308 -0.0379,-15.406871 -0.0965,-23.110014 -0.051,-8.380325 -0.0569,-16.764287 0.0322,-25.144457 0.0504,-9.016232 0.058,-18.046819 0.57875,-27.0517491 0.057,-0.8390294 0.13283,-1.6727343 0.19291,-2.5112669 l -0.0965,0 z m 0.12862,104.869238 c 0.11107,1.38748 0.2271,2.77833 0.35367,4.16425 -0.24061,-3.81214 -0.3515,-7.64674 -0.45013,-11.44375 -0.24126,-12.205249 -0.2853,-24.412735 -0.25722,-36.619991 0.15495,-8.391793 0.18829,-16.799563 0.77166,-25.176246 0.29264,-3.981795 0.80578,-7.911614 1.41471,-11.856995 0.004,-1.688699 -0.0169,-3.397805 -0.0321,-5.08611 -0.95164,5.405842 -1.7778,10.83144 -2.15422,16.307341 -0.40462,8.5774 -0.35242,17.166477 -0.0965,25.748433 0.0622,12.218334 0.0559,24.435366 0.32152,36.651778 0.0633,2.43742 0.0842,4.87322 0.12862,7.31129 z m 1.80054,-86.018842 c 0.009,-0.05308 0.0228,-0.105862 0.0321,-0.158941 -0.0593,-6.233374 -0.21619,-12.465204 -0.51444,-18.691455 l -0.0322,0 c 0.30019,6.279268 0.45761,12.563902 0.51444,18.850396 z m 0.0321,-0.158941 c 0.016,1.685601 0.0354,3.368326 0.0322,5.054322 0.43077,-2.776828 0.90136,-5.560106 1.38256,-8.328505 -0.002,-1.483495 0.003,-2.966857 0,-4.450347 -0.13265,0.687174 -0.24885,1.379757 -0.38583,2.066232 -0.34774,1.886558 -0.69529,3.768021 -1.02889,5.658298 z m 1.41472,-7.72453 c 0.0287,-0.148804 0.0679,-0.2962 0.0965,-0.445034 0.004,-1.334738 -0.006,-2.67058 0,-4.005312 0.0619,-3.3548 0.0805,-4.823063 0.12861,-6.516579 l -0.35367,0 c 0.0454,2.1490123 0.0932,4.2730019 0.12861,6.421214 0.005,1.515274 -0.004,3.030432 0,4.545711 z m 0.0965,-0.445034 c -0.004,1.493635 0.003,2.988493 0,4.482134 0.0794,-0.456533 0.14578,-0.910453 0.22507,-1.366892 0.21091,-1.154423 0.40465,-2.309653 0.6109,-3.464913 -0.0102,-0.31789 -0.0225,-0.635784 -0.0322,-0.953645 -0.0202,-0.876173 -0.0412,-1.762413 -0.0643,-2.63842 -0.23813,1.314011 -0.48802,2.629885 -0.73951,3.941736 z m 0.73951,-3.941736 c 0.18253,-1.007155 0.37048,-2.0116796 0.5466,-3.0198779 -0.008,-1.1859175 -0.0384,-2.3742941 -0.0321,-3.5602771 l -0.70736,0 c 0.0879,2.1922619 0.13511,4.3863978 0.19291,6.580155 z m 0.5466,-3.0198779 c 0.008,1.238828 0.0312,2.4804929 0.0643,3.7192179 0.42839,-2.4274323 0.85642,-4.8522883 1.28611,-7.279495 l -0.73951,0 c -0.20029,1.1876772 -0.40363,2.3737464 -0.6109,3.5602771 z m 0.0643,3.7192179 c -0.17031,0.965074 -0.3422,1.927996 -0.51444,2.892725 0.12533,3.920892 0.29585,7.839705 0.35368,11.76163 0.004,0.285614 -0.003,0.572652 0,0.858282 0.11404,-2.04211 0.24388,-4.094481 0.38583,-6.135121 -0.0476,-2.320156 -0.0948,-4.641593 -0.16076,-6.961613 -0.0353,-0.804595 -0.0428,-1.611255 -0.0643,-2.415903 z m 0.22507,9.377516 c 0.003,0.169475 -0.003,0.339135 0,0.508611 0.38293,-5.56657 0.89096,-11.115111 1.54333,-16.657011 -0.39057,3.2838394 -0.75361,6.3147 -1.09319,10.172221 -0.17582,1.997207 -0.31112,3.977665 -0.45014,5.976179 z m 0,0.508611 c -0.1535,2.231403 -0.2615,4.474135 -0.38583,6.707308 0.0237,3.882787 -0.0216,7.752632 0.0965,11.634477 0.13719,6.286959 0.1934,12.593854 0.22507,18.882185 -0.0484,-6.211581 -0.054,-12.417135 0.0643,-18.627879 0.15265,-6.199713 0.12241,-12.398226 0,-18.596091 z m -0.38583,6.707308 c -0.002,-0.359704 0.004,-0.721116 0,-1.080798 -0.15717,2.814509 -0.28997,5.638115 -0.41798,8.455658 -0.23619,7.58828 -0.56065,15.201237 -0.19292,22.792131 0.14171,2.925314 0.57112,7.481678 0.83597,10.394738 0.0703,0.688156 0.128,1.377707 0.19291,2.066233 -0.008,-0.741015 -0.0255,-1.484143 -0.0322,-2.225174 -0.19848,-2.180391 -0.7518,-8.190428 -0.86812,-10.140432 -0.45405,-7.611852 -0.16115,-15.24368 0.0965,-22.855708 0.11225,-2.470963 0.24829,-4.936232 0.38583,-7.406648 z m 0.38583,40.402788 c 0.006,0.06163 0.0272,0.230976 0.0322,0.286094 0.0105,0.116031 0.0218,0.233631 0.0322,0.34967 -0.0418,-3.413081 -0.10127,-6.822584 -0.12861,-10.235797 0.0161,3.207339 0.0355,6.392811 0.0643,9.600033 z m 0.0643,0.635764 c 0.009,0.699599 0.0236,1.398434 0.0321,2.098021 0.89486,9.685526 1.26452,19.395741 1.35041,29.117985 0.0477,-1.00743 0.0823,-2.012368 0.12861,-3.019882 0.0474,1.304904 0.08,2.605222 0.12861,3.909952 0.007,-0.13846 0.026,-0.37824 0.0322,-0.50862 0.17217,-3.273163 0.31057,-6.548195 0.45014,-9.822546 -0.002,0.48798 0.004,0.974261 0,1.462256 0.4535,-10.29933 0.75585,-20.622306 0.93242,-30.929908 0.18609,-10.020599 0.27382,-20.017702 0.28938,-30.039838 0.0591,-8.619975 0.0556,-17.255736 0.12861,-25.8755863 0.005,-0.4349543 -0.004,-0.8683487 0,-1.3033157 l -0.64306,0 c 0.003,0.2545171 -0.003,0.5084034 0,0.7629165 0.079,8.7018065 0.0964,17.3961725 0.16077,26.0981035 0.0131,10.10791 0.094,20.218237 0,30.325932 -0.16728,9.766923 -0.45395,19.549077 -0.86812,29.308711 0.005,-1.113944 0.0386,-2.223945 0.0322,-3.33776 -0.01,-1.710896 -0.049,-3.438827 -0.0643,-5.149687 -0.0163,-1.820071 -0.0252,-3.64744 -0.0322,-5.467568 -1.3e-4,-14.154698 0.001,-28.282536 0,-42.437233 -8e-4,-10.034411 0.001,-20.069004 0,-30.103415 l -0.0643,0 c 10e-4,10.013223 0.0314,20.026616 0.0322,30.039839 0.001,14.154697 -1.2e-4,28.314323 0,42.46902 0.0781,6.785782 -0.20458,13.567486 -0.51444,20.344441 -0.3385,-9.316213 -0.68031,-18.652108 -1.51117,-27.941818 z m 2.12207,23.237166 c -0.12318,2.79747 -0.27088,5.595488 -0.41799,8.39208 -0.0145,0.30691 -0.0173,0.61481 -0.0322,0.92186 0.11458,2.21585 0.21312,4.42689 0.32153,6.64373 -0.007,-1.28339 -0.032,-2.56312 -0.0322,-3.84637 0.0523,-4.04106 0.12621,-8.069194 0.16077,-12.1113 z m -0.12861,15.95767 c 0.009,1.46371 0.0189,2.9237 0.0643,4.38677 0.0245,0.13849 0.0391,0.27485 0.0643,0.41325 -0.0206,-0.004 -0.0437,0.004 -0.0643,0 0.0129,0.34383 0.0151,0.70534 0.0322,1.04901 0.11671,0.15089 0.22961,0.29957 0.35368,0.44503 0.008,0.009 0.0267,-0.004 0.0322,0 8e-4,-0.0923 -0.0824,-0.43297 -0.0965,-0.57218 -0.061,-0.60502 -0.12056,-1.20529 -0.16077,-1.81193 -0.0864,-1.30305 -0.16126,-2.6053 -0.22506,-3.90995 z m 0.0964,5.84903 c -0.2993,-0.38699 -0.56157,-0.8026 -0.83596,-1.20795 0.26815,0.0515 0.53669,0.10361 0.80381,0.15894 -0.002,-0.0416 10e-4,-0.0855 0,-0.12715 -0.003,-0.0954 0.003,-0.1907 0,-0.2861 -0.27718,-1.56823 -0.51876,-3.12682 -0.70735,-4.70465 -0.0204,0.44599 -0.0452,0.88899 -0.0643,1.3351 -0.051,1.18957 -0.0588,2.37026 -0.0965,3.56028 -0.013,-0.0193 -0.0192,-0.0443 -0.0322,-0.0636 -0.001,0.0305 0.001,0.0651 0,0.0954 0.0105,0.002 0.0216,-0.002 0.0322,0 -0.003,0.0853 -0.0296,0.16905 -0.0322,0.2543 0.25774,0.48797 0.50031,0.9677 0.35368,1.46226 -0.0514,0.17348 -0.21653,0.15408 -0.38583,0.0636 -0.004,0.1476 0.003,0.29743 0,0.44503 0.27229,0.29389 0.55471,0.58198 0.80381,0.89007 0.079,-0.0852 0.20671,-0.14106 0.22507,-0.2543 0.0555,-0.34259 -0.0189,-0.67067 -0.0322,-1.01723 -0.008,-0.19811 -0.0223,-0.40595 -0.0322,-0.60397 z m -0.96457,0.98543 c -0.0205,-0.0221 -0.0438,-0.0415 -0.0643,-0.0636 -7.8e-4,0.0332 7.4e-4,0.0945 0,0.12715 -0.0494,2.17337 -0.0245,4.34301 -0.0643,6.51658 -0.003,0.15878 0.003,0.31804 0,0.47682 l 0.0964,0 c -0.0555,-2.34874 -0.0189,-4.70492 0.0322,-7.05698 z m -0.0643,-0.0636 c 0.003,-0.10815 0.0292,-0.3 0.0322,-0.41325 -0.23285,-0.13633 -0.51398,-0.34847 -0.77166,-0.5404 -0.0117,0.0182 -0.0197,0.0498 -0.0322,0.0636 0.2448,0.3048 0.50294,0.59992 0.77166,0.89007 z m -0.77166,-0.89007 c -0.0479,-0.0596 -0.0827,-0.12998 -0.12861,-0.19073 0.0512,0.0314 0.10503,0.0856 0.16076,0.12715 0.1585,-0.24631 0.23698,-0.79655 0.28938,-1.3351 -0.0332,-0.009 -0.0635,-0.0226 -0.0965,-0.0318 0.0302,0.003 0.0657,2.3e-4 0.0965,0 0.0277,-0.29434 0.0564,-0.4579 0.0643,-0.60398 -0.005,-0.007 0.005,-0.0247 0,-0.0318 -0.10197,-0.14866 -0.21666,-0.29849 -0.32153,-0.44503 0.0149,-0.20302 0.0188,-0.40092 0.0322,-0.60398 -0.2608,-1.02386 -0.50479,-2.04752 -0.70736,-3.08345 -0.35784,-1.82988 -0.67291,-3.68171 -0.90027,-5.53115 -0.0611,-0.49666 -0.10707,-1.06044 -0.16076,-1.5894 0.007,0.43449 0.0255,0.8688 0.0322,1.30331 -0.37577,-5.275011 -0.49664,-6.165223 -0.5466,-6.929824 -0.0742,4.586464 -0.13279,9.177574 -0.19291,13.764284 -0.0639,4.40162 -0.0592,8.79097 -0.12861,13.1921 l 1.12534,0 c -0.0568,-4.17069 -0.10303,-8.35348 -0.16076,-12.52455 -0.0313,-2.43714 -0.0594,-4.87423 -0.0965,-7.31128 0.35777,5.03854 0.20065,4.2353 0.70735,8.64639 0.0847,0.73769 -0.0508,1.52862 0.28938,2.19338 0.13721,0.2681 0.30185,0.5213 0.48229,0.76292 -0.0173,-0.01 -0.0477,-0.0236 -0.0643,-0.0318 0.0715,0.0872 0.14941,0.33814 0.22507,0.25431 z m -2.18638,-18.945764 c 0.004,-0.233141 0.0284,-0.4662 0.0322,-0.699341 -0.13515,-2.294761 -0.27818,-4.587241 -0.38583,-6.548367 -0.77821,-18.509564 -0.83164,-37.043704 -0.90028,-55.565754 0.0186,-1.495409 0.0293,-2.986998 0.0322,-4.482135 -0.01,0.06335 -0.0224,0.127373 -0.0322,0.190729 -0.003,1.420917 -0.0145,2.838456 -0.0321,4.259618 0.0686,18.522122 0.12222,37.056114 0.90027,55.565754 0.31534,5.745781 0.33863,6.557124 0.38583,7.279496 z m 0.0322,-0.699341 c 0.12884,2.187671 0.27788,4.312158 0.48229,6.325855 -0.0902,-5.827828 -0.18303,-11.655439 -0.25723,-17.483509 -2.3e-4,-12.278712 0.001,-24.532011 0,-36.810723 -10e-4,-9.120785 -0.0156,-18.248849 0,-27.369631 -0.0243,0.139605 -0.0722,0.273632 -0.0965,0.413247 0.0128,8.964555 0.0311,17.928251 0.0322,26.892808 0.001,12.278712 -2.3e-4,24.563797 0,36.842511 -0.0484,3.728699 -0.10057,7.460936 -0.16076,11.189442 z m 2.25068,16.529855 c 0.0818,0.32123 0.17049,0.63371 0.25722,0.95365 0.008,0.031 0.0222,0.0644 0.0322,0.0954 0.003,-0.0565 0.0315,-0.24634 0.0322,-0.2543 0.17457,-2.09379 0.29761,-4.19674 0.41799,-6.29406 -0.41913,-4.36627 -0.58638,-8.745794 -0.70736,-13.128525 -0.17041,-6.173637 -0.21109,-8.756099 -0.32153,-14.972237 -0.0214,-2.087885 -0.0388,-4.174239 -0.0643,-6.262273 -0.0157,-0.170024 -0.0483,-0.338609 -0.0643,-0.508611 0.0248,2.24421 0.0514,4.495107 0.0965,6.739096 0.11043,6.216338 0.119,8.798399 0.28937,14.972237 0.17161,6.217782 0.44048,12.444363 0.0322,18.659663 z m 0.73951,-5.49935 c 0.0564,0.58724 0.0945,1.19387 0.16076,1.78014 0.0633,-2.11549 0.0326,-4.24742 0.0965,-6.35764 -0.002,-0.22244 0.002,-0.44512 0,-0.66755 -0.0552,1.16665 -0.10628,2.33013 -0.16077,3.4967 -0.0355,0.57908 -0.0632,1.16908 -0.0965,1.74835 z m 0.16076,1.78014 c -0.039,1.30345 -0.11369,2.61371 -0.25722,3.90994 -0.0443,0.40032 -0.0501,0.78951 -0.16076,1.17617 0.088,0.13015 0.20152,0.25122 0.28937,0.38145 0.039,-1.11765 0.0731,-2.21545 0.12861,-3.4967 0.0252,-0.5826 0.005,-1.0008 0.0322,-1.58941 -0.0147,-0.1255 -0.018,-0.2559 -0.0322,-0.38145 z m 0.0322,0.38145 c 0.01,0.084 0.0221,0.17033 0.0322,0.25431 0.0964,-2.11342 0.21958,-4.21728 0.32152,-6.32585 -0.007,-0.12745 -0.0254,-0.25402 -0.0322,-0.38146 -0.0843,1.76773 -0.21201,4.04312 -0.32153,6.453 z m -0.45013,4.70466 c -0.0553,-0.0819 -0.10502,-0.17273 -0.16077,-0.25431 0.0403,0.11445 0.0743,0.23609 0.12861,0.34967 0.0105,-0.0315 0.023,-0.0634 0.0322,-0.0954 z m -0.0322,0.0954 c -0.0178,0.0537 -0.0422,0.10656 -0.0643,0.15894 -0.0164,0.0387 -0.0891,0.063 -0.16076,0.0636 -0.001,0.0153 10e-4,0.0163 0,0.0318 0.13151,0.0344 0.2526,0.0673 0.38583,0.0954 -0.062,-0.11568 -0.10516,-0.23337 -0.16077,-0.34967 z m 0.16077,0.34967 c 0.0411,0.0766 0.0877,0.14607 0.12861,0.22252 0.002,-0.0601 0.0301,-0.12988 0.0322,-0.19073 -0.0551,-0.0109 -0.10586,-0.0202 -0.16076,-0.0318 z m 0.12861,0.22252 c -0.0165,0.48796 -0.0209,1.13159 -0.0322,1.55762 0.0125,0.007 0.0201,0.0253 0.0322,0.0318 0.0121,-0.50732 0.0167,-1.01851 0.0322,-1.52584 -0.0112,-0.0212 -0.0208,-0.0424 -0.0322,-0.0636 z m -5.75532,0.12715 c 0.18973,3.00586 0.45737,5.99028 0.90028,8.96427 l 0.12861,0 c -0.0343,-0.22087 -0.0606,-0.447 -0.0965,-0.66755 -0.38273,-2.76367 -0.67896,-5.52132 -0.93243,-8.29672 z m 8.6169,-109.033488 c 0.10095,2.2559285 0.21055,4.4849218 0.35368,6.739096 0.279,4.608223 0.63096,9.246154 0.80381,13.859651 0.135,3.603519 0.13378,6.594613 0.12861,10.204008 -0.002,1.728378 -0.0242,3.453113 -0.0321,5.181475 -0.03,9.438175 -0.12919,18.884962 -0.12861,28.323277 -0.0137,8.257267 -0.0846,16.50571 -0.0322,24.762999 -0.008,2.66069 -0.0465,5.317905 -0.0643,7.978832 0.2706,-3.042734 0.50311,-6.072634 0.6752,-9.123207 0.0551,-7.732173 -0.0404,-15.441396 -0.0643,-23.17359 -0.0128,-9.520009 -0.0969,-19.057678 -0.12861,-28.577582 -0.008,-1.741764 -0.0295,-3.471483 -0.0322,-5.213263 -0.004,-2.909847 -0.0195,-4.666123 -0.0322,-6.611943 0.18263,4.344937 0.40217,8.691427 0.64306,13.033157 0.002,-0.752713 0.0292,-1.50425 0.0322,-2.256961 -0.1398,-3.584996 -0.25331,-7.156313 -0.32153,-10.744408 -0.0918,-7.952595 -0.0937,-15.92015 -0.0322,-23.87293 -5e-5,-0.1696515 -2.5e-4,-0.3389661 0,-0.508611 l -0.80382,0 c 0.0406,3.9877558 0.0629,7.964853 0.12862,11.952359 0.13908,2.948542 0.25252,5.887057 0.32152,8.837117 0.0335,1.431456 0.0243,2.291833 0.0322,3.274183 -0.16925,-4.038225 -0.28712,-8.070774 -0.35367,-12.1113 -0.075,-1.590933 -0.15068,-3.177838 -0.22507,-4.768228 -0.11311,-2.3874021 -0.18953,-4.7954772 -0.25722,-7.184131 l -0.6109,0 z m 2.12207,35.125949 c 0.019,0.486078 0.0119,0.976235 0.0322,1.462257 0.0126,-3.657406 0.0333,-7.309671 0.0643,-10.966926 -0.0106,-0.836479 0.0222,1.075127 -0.0322,-2.829148 -0.0417,4.10569 -0.0481,8.227897 -0.0643,12.333817 z m 0.0965,-9.504669 c 0.0285,2.245392 0.0368,1.484999 0.0964,3.433125 -0.0332,-1.620968 -0.0449,-3.242401 -0.0643,-4.863593 -0.004,0.477086 -0.0281,0.953378 -0.0322,1.430468 z m 0.0322,-1.430468 c 0.0501,-5.385128 0.10769,-10.764084 0.22507,-16.1484 0.0731,-2.68046 0.13941,-5.3624999 0.22506,-8.042412 l -0.0643,0 c -0.0744,2.4005019 -0.13773,4.7780181 -0.22507,7.978835 -0.0979,4.492047 -0.17563,8.98555 -0.22507,13.478193 0.006,0.402581 0.0259,0.80537 0.0322,1.207951 0.007,0.508652 0.0261,1.017165 0.0322,1.525833 z m -0.0643,-2.733784 c -0.11188,-7.149857 -0.22385,-14.307031 -0.32152,-21.457028 l -0.0322,0 c 0.1031,7.541999 0.23706,15.091326 0.35368,22.633191 0.004,-0.391097 -0.004,-0.78507 0,-1.176163 z m 0.12861,7.597377 c 0.0223,0.726656 0.0539,1.810597 0.12861,5.531145 0.0325,1.618863 -0.004,3.244797 0.0322,4.863593 0.0834,3.769053 0.30285,7.550529 0.48229,11.316595 0.11572,1.728397 0.22247,3.453759 0.35367,5.181475 0.0603,1.208172 0.10583,2.415509 0.16077,3.623853 0.019,-2.87953 0.0495,-5.766824 0.0643,-8.646387 -0.002,-0.413137 0.001,-0.826613 0,-1.239739 -0.26543,-3.33173 -0.55218,-6.678668 -0.77166,-10.01328 -0.29754,-4.520585 -0.35518,-5.985065 -0.45014,-10.617255 z m 1.2218,20.630535 c 0.033,0.413829 0.0645,0.825855 0.0965,1.239739 -0.004,-4.502687 -0.0196,-9.007316 -0.0322,-13.50998 -0.01,1.143811 -0.0258,2.289266 -0.0322,3.433124 -0.002,-0.699854 0.002,-1.398167 0,-2.09802 -0.0267,3.646939 -0.0436,7.287571 -0.0322,10.935137 z m 0.0322,-10.935137 c 0.0131,-1.785524 0.0116,-3.554988 0.0322,-5.340416 0.005,1.33608 -0.004,2.669227 0,4.005312 0.0647,-7.636145 0.18939,-15.283619 0.35368,-22.919285 0.11995,-4.83246 0.4194,-9.670502 0.70735,-14.495414 l -0.32152,0 c -0.0841,4.8212276 -0.2001,9.645167 -0.41799,14.463626 -0.13078,6.07885 -0.24833,12.167451 -0.32152,18.246421 -0.022,-5.927683 -0.0463,-11.84205 -0.0965,-17.769598 -0.12512,-10.9438057 -0.0839,-7.149066 -0.22507,-14.940449 l -0.0322,0 c 0.10171,4.3423948 0.15123,11.264234 0.19291,14.908661 0.0673,7.952873 0.10841,15.888053 0.12861,23.841142 z m 0.0643,12.174876 c 0.004,4.035235 -8.1e-4,8.076074 0,12.1113 0.21987,5.258367 0.40544,10.538733 0.57875,15.79873 0.002,-0.900172 0.005,-1.801905 0,-2.701996 0.0202,-7.991692 0.008,-15.988022 -0.48229,-23.968295 -0.0307,-0.41396 -0.0644,-0.825855 -0.0965,-1.239739 z m 0.57875,27.91003 c -7e-4,0.26481 -0.0309,0.529888 -0.0322,0.794705 0.14424,4.393469 0.29326,8.798828 0.45014,13.192098 0.22428,7.007886 0.46011,14.016426 0.96458,21.011996 0.13186,1.82844 0.24527,2.90567 0.35368,4.16425 l 0.0322,0 c -0.72757,-8.35746 -1.05012,-16.76772 -1.31826,-25.144458 -0.16697,-4.676255 -0.29606,-9.342151 -0.45013,-14.018591 z m -0.0322,0.794705 c -0.1663,-5.065812 -0.34153,-10.130324 -0.54659,-15.194755 1.4e-4,0.804927 -1.3e-4,1.610978 0,2.415903 0.0179,2.107544 0.038,4.218014 0.0322,6.325849 -0.0183,-1.081774 -0.0441,-2.160665 -0.0643,-3.242395 -0.033,10.743047 0.0271,21.491283 0.19291,32.233222 0.11391,5.27789 0.19813,10.55268 0.19292,15.83052 l 0.48229,0 c -0.0751,-3.16034 -0.15266,-6.31235 -0.22507,-9.47288 -0.0425,-0.72942 -0.0955,-1.46319 -0.12861,-2.19339 -0.0647,-1.79977 -0.15809,-3.60344 -0.19292,-5.40399 -0.025,-1.29172 -0.0355,-2.58614 -0.0322,-3.87816 -0.0618,-1.63277 -0.11905,-3.262022 -0.16076,-4.895378 -0.15602,-6.11 -0.0847,-12.23007 -0.0643,-18.341785 0.0106,0.636305 0.0216,1.27099 0.0322,1.907291 0.10076,6.633455 0.16104,13.265278 0.19291,19.899412 0.002,0.4765 0.001,0.95393 0,1.43046 0.0506,1.33624 0.11169,2.66903 0.16076,4.00532 -0.0956,-7.137126 0.0959,-14.287084 0.12861,-21.425244 z m 0.0643,28.895464 c 0.18468,3.16717 0.46056,6.31613 0.77166,9.47288 l 0.0643,0 c -0.42476,-3.84409 -0.74159,-7.69906 -0.86812,-11.5709 -0.0394,-1.34482 -0.0933,-2.6922 -0.12861,-4.0371 0.0605,2.04685 0.11386,4.08808 0.16076,6.13512 z m -0.64305,-38.590862 c 0.003,-1.038267 -0.005,-2.076948 0,-3.115242 -1.9e-4,-1.05911 2e-4,-2.119708 0,-3.178819 -0.031,-0.752615 -0.0638,-1.504403 -0.0965,-2.256962 -0.005,0.751676 -0.0268,1.505287 -0.0322,2.256962 -0.006,-0.22277 -0.026,-0.44479 -0.0322,-0.667552 -0.0783,11.062807 -0.18182,22.124262 -0.28937,33.186865 -0.0147,2.49001 -0.0214,5.16827 -0.0322,7.85169 0.0193,-2.6076 0.0811,-5.21879 0.0965,-7.8199 0.10464,-10.766211 0.17965,-21.530406 0.25722,-32.296798 0.0523,2.014641 0.0909,4.024714 0.12861,6.039756 z m -0.16077,-6.961613 c 0.005,-0.741089 0.0271,-1.484083 0.0322,-2.225174 -0.0711,-1.611351 -0.14461,-3.220754 -0.22507,-4.831804 -0.0681,-0.965326 -0.1268,-1.927308 -0.19292,-2.892726 0.17194,3.316121 0.29451,6.63118 0.38583,9.949704 z m -0.38583,-9.949704 c -0.0253,-0.487266 -0.0367,-0.97506 -0.0643,-1.462256 -0.0124,-0.263611 -0.0196,-0.53107 -0.0322,-0.794705 -0.31639,-4.725085 -0.60677,-9.447231 -0.80382,-14.177532 -0.002,0.625467 0.002,1.250034 0,1.875503 0.27403,4.850719 0.56827,9.711215 0.90027,14.55899 z m -0.90027,-14.55899 c -0.0204,-0.360937 -0.0443,-0.719842 -0.0643,-1.080799 -0.0168,5.300619 -0.0288,10.593609 -0.0322,15.894095 -0.078,5.740795 0.0417,11.486189 0.0643,17.229198 0.003,-5.733776 -0.0172,-11.463298 0,-17.19741 0.003,-4.950644 0.0181,-9.89431 0.0322,-14.845084 z m 1.31826,22.28352 c 0.009,0.212058 0.0229,0.423702 0.0322,0.635764 0.003,-0.402265 -0.003,-0.805684 0,-1.207951 -0.009,-0.201474 -0.023,-0.402506 -0.0322,-0.603976 -0.003,0.391681 0.003,0.784483 0,1.176163 z m 0.0322,-0.572187 c 0.0304,0.678476 0.0675,1.355921 0.0965,2.034444 -8.3e-4,-3.74927 -0.0288,-7.503741 -0.0322,-11.253019 -0.0158,3.070114 -0.0438,6.148499 -0.0643,9.218575 z m 0.0965,2.034444 c 1e-4,0.4766 -1e-4,0.953869 0,1.430469 0.0109,0.264978 0.0214,0.52972 0.0322,0.794704 -8e-5,-0.466009 9e-5,-0.932669 0,-1.39868 -0.0115,-0.275553 -0.0204,-0.550947 -0.0322,-0.826493 z m -1.89701,25.716645 c -0.004,0.552282 0.006,1.100701 0,1.652986 -0.003,0.654782 0.004,1.316053 0,1.970868 0.0884,-1.278565 0.14071,-2.564837 0.19292,-3.846371 0.1219,-3.786127 0.16485,-7.56142 0.19292,-11.348384 -0.0193,2.01091 -0.0604,4.029669 -0.12861,6.039756 -0.0586,1.726699 -0.14273,3.455687 -0.22507,5.181475 -0.006,0.117219 -0.0255,0.232466 -0.0322,0.34967 z m 0.38584,-11.570901 c 0.0107,-1.114183 0.0314,-2.223413 0.0322,-3.33776 -0.003,1.110779 -0.0239,2.227031 -0.0322,3.33776 z m -0.38584,15.194755 c -0.17214,2.491146 -0.41559,4.986303 -0.6752,7.470223 -0.0462,5.18394 -0.12271,10.36466 -0.35368,15.54443 -0.0704,1.38398 -0.139,2.39097 -0.19291,3.43312 l 0.38583,0 c 0.0699,-1.01822 0.15781,-2.03322 0.22507,-3.05167 0.45792,-7.78371 0.56407,-15.60149 0.61089,-23.396103 z m -0.6752,7.470223 c 0.006,-0.65723 -0.004,-1.31362 0,-1.97087 -0.62189,6.99274 -1.44623,13.96997 -2.21853,20.94842 l 0.25722,0 c 0.10573,-1.32216 0.19615,-2.65301 0.32153,-3.97352 0.47592,-5.01242 1.11627,-9.99513 1.63978,-15.00403 z m 7.52371,-99.020208 c 0.0672,4.5145159 -0.002,9.027173 -0.0965,13.541769 0.0345,-0.879327 0.0587,-1.759278 0.0965,-2.63842 0.0486,-3.636264 0.0547,-7.2669347 0.0322,-10.903349 l -0.0322,0 z m 0,10.903349 c -0.0394,2.94714 -0.10158,5.922308 -0.19292,8.868905 -0.063,2.479359 -0.13022,4.959108 -0.19292,7.438436 0.004,-0.636803 0.0259,-1.270514 0.0322,-1.907291 -0.30026,11.845526 -0.62958,23.692149 -0.86812,35.539195 -0.19772,7.882166 -0.44831,15.76512 -0.45014,23.650413 -0.001,5.702173 0.13013,10.268897 0.35368,15.957671 0.0961,2.44637 0.20666,4.89746 0.32153,7.34307 0.14569,2.18272 0.3209,4.36468 0.45013,6.54837 0.12091,2.04303 0.1238,2.78343 0.16076,3.65564 l 0.32153,0 c -0.0176,-0.22293 -0.0475,-0.44457 -0.0643,-0.66755 -0.14995,-1.03449 -0.26177,-2.03365 -0.35368,-2.92452 -0.22498,-2.18064 -0.2995,-4.39349 -0.45014,-6.58015 -0.11489,-2.44559 -0.25754,-4.86494 -0.35368,-7.31128 -0.22356,-5.688154 -0.32279,-10.256131 -0.32152,-15.957675 0.002,-7.885239 0.25242,-15.768298 0.45013,-23.650413 0.22407,-11.126395 0.49048,-22.252651 0.77166,-33.377598 -0.0237,3.799367 -0.046,7.581123 -0.0322,11.380171 0.10096,9.731625 0.15077,19.48128 0.16077,29.213346 5.6e-4,8.711909 -0.13855,17.418645 -0.22507,26.129892 0.002,5.626977 -0.26861,11.253927 -0.0322,16.879527 0.0447,1.06445 0.12785,2.14715 0.19292,3.21061 0.0548,0.99739 0.11775,1.99221 0.19292,2.98809 0.0318,0.21946 0.0625,0.44492 0.0965,0.66755 l 0.41799,0 c -0.006,-2.60573 -0.014,-5.21415 0,-7.81989 -0.16071,-5.10064 0.0214,-10.2216 -0.16077,-15.321912 -0.0881,-8.845603 -0.2188,-17.696891 -0.22506,-26.543138 0.004,-9.645685 0.01,-19.282419 0.16076,-28.927252 0.0475,-3.856087 0.0813,-7.715065 0.16076,-11.570901 -0.0432,6.435539 -0.0414,12.891643 0,19.327219 0.0788,9.168912 0.0661,18.327799 0.12861,27.496784 0.0889,9.891126 0.0313,19.767283 -0.0322,29.65838 -0.0121,1.95911 -0.0217,3.92119 -0.0322,5.88082 0.0184,0.58335 0.0349,1.1653 0.0643,1.74835 0.0541,1.07131 0.14946,2.14051 0.22507,3.2106 0.06,0.95139 0.14489,1.91109 0.22507,2.86094 l 0.16076,0 c 0.002,-0.8031 0.009,-1.61286 0,-2.4159 -0.007,-0.65994 -0.0216,-1.31099 -0.0322,-1.97087 -0.14928,-2.99674 -0.20128,-6.00004 -0.22507,-8.99606 -0.005,-0.72089 0.004,-1.4407 0,-2.16159 0.0324,2.19251 0.11292,4.38787 0.16076,6.58015 -0.0522,-2.52565 -0.0739,-5.02699 -0.0965,-6.54837 -0.048,-3.2471 -0.10107,-6.51173 -0.12861,-9.75897 0.008,2.55504 0.0178,5.10594 0.0322,7.66095 -0.0859,-6.52587 -0.0925,-13.055208 -0.12861,-19.581521 -0.0549,-12.78971 -0.0662,-25.57855 -0.0643,-38.368345 0.0147,-6.801552 -0.0391,-13.606678 -0.0965,-20.408017 -0.0626,1.853134 -0.1218,3.709129 -0.16076,5.562933 0.0113,-1.640651 0.0134,-3.286552 0.0322,-4.927169 0.0324,-2.193517 0.0668,-4.386709 0.0965,-6.580155 -0.0154,-1.557335 -0.0479,-3.115551 -0.0643,-4.672864 -0.0428,-2.39242 -0.0384,-4.791534 -0.0643,-7.1841309 -0.1042,2.2248649 -0.22588,4.4502459 -0.32152,6.6755199 z m 0.32152,-6.6755199 c 0.066,-1.4087779 0.12926,-2.8188534 0.19292,-4.2278291 l -0.25722,0 c 0.0108,1.4081726 0.049,2.8196974 0.0643,4.2278291 z m 0.12861,11.8569949 c 0.0187,1.89619 0.016,3.793867 0.0321,5.690086 0.0636,-1.842614 0.15957,-3.689592 0.25723,-5.531145 0.0145,-0.229378 0.0198,-0.246582 0.0322,-0.445035 -0.0793,-5.262968 -0.15565,-10.53537 -0.19292,-15.79873 0.005,5.366459 -0.0562,10.718666 -0.12861,16.084824 z m 0.32153,-0.286094 c 0.006,0.392081 -0.006,0.78408 0,1.176163 0.006,-0.572213 0.0261,-1.144352 0.0322,-1.716562 -0.0125,0.20267 -0.0171,0.2996 -0.0322,0.540399 z m 0.0322,-0.540399 c 0.12557,-2.038588 0.13485,-2.651285 0.38583,-5.372204 0.12267,-1.329831 0.2652,-2.674695 0.38583,-4.005312 -0.006,-1.960311 0.009,-3.9205033 0,-5.880815 l -0.6109,0 c -0.0292,3.9160886 -0.0558,7.845996 -0.12861,11.76163 -0.0128,1.165486 -0.0198,2.331202 -0.0322,3.496701 z m 0.77166,-9.377516 c 0.0234,8.085003 0.0399,16.16951 -0.0322,24.254388 -0.0774,9.078898 -0.12307,18.163876 0.0322,27.242478 0.19275,11.884738 0.12657,23.748637 0.12861,35.63456 -1e-5,2.540087 0.0294,5.086627 0.0322,7.629167 -0.001,-2.53156 -2e-5,-5.06674 0,-7.597378 0.003,-11.811681 -0.0334,-23.601549 0.16076,-35.412043 0.15494,-9.069751 0.0764,-18.140646 0,-27.21069 -0.0894,-10.105158 -0.0766,-20.220618 -0.0322,-30.3259325 3.6e-4,-0.031775 -3.5e-4,-0.063589 0,-0.095365 l -0.0322,0 c 1.8e-4,0.075002 -6e-4,0.1475256 0,0.2225173 0.0476,1.8919806 -0.0867,3.7774562 -0.25722,5.6582972 z m -0.80381,11.094078 c -0.0874,8.497667 -0.17496,16.996026 -0.16076,25.494128 -0.002,12.789786 0.009,25.57864 0.0643,38.368344 0.0165,2.981048 0.0427,5.951502 0.0643,8.932481 -0.008,-4.951065 -0.0126,-9.894133 0.0322,-14.845084 0.063,-9.100609 0.0469,-18.20554 0.12861,-27.306055 0.0559,-8.169197 0.0621,-16.339691 -0.0322,-24.508694 -0.0313,-2.045702 -0.0653,-4.08949 -0.0965,-6.13512 z m 0.19291,92.058595 c 0.0334,1.53246 0.0398,3.04492 0.0643,4.5775 0.0343,0.68833 0.0846,1.37853 0.12861,2.06623 -0.077,-1.58015 -0.14075,-4.11808 -0.19292,-6.64373 z m -1.31825,-83.730089 c 0.0473,-1.864663 0.0813,-3.730039 0.12861,-5.594722 0.041,-2.055412 0.0854,-4.110835 0.12861,-6.166908 -0.0254,0.646611 -0.0733,1.292335 -0.0965,1.939079 -0.10576,3.267159 -0.12852,6.554004 -0.16076,9.822551 z m 3.794,-25.2716109 c -0.45941,11.7067629 -0.56319,23.4437169 -0.64305,35.1577369 -0.0215,13.739785 -0.35887,27.459296 -0.54659,41.197493 -0.12809,11.191515 -0.15604,22.37659 -0.25722,33.56833 -0.0178,1.56028 -0.0373,3.14375 -0.0643,4.70465 0.0353,1.11145 0.0786,2.22681 0.12861,3.33776 l 0.28937,0 c -0.0782,-2.62211 -0.16116,-5.22794 -0.16076,-7.85168 -0.069,-11.23346 -0.0225,-22.494389 0.12861,-33.727271 0.18769,-13.738212 0.5251,-27.457699 0.5466,-41.197493 0.0799,-11.724521 0.18264,-23.472289 0.64305,-35.1895259 -0.0208,-0.00201 -0.0435,0.00187 -0.0643,0 z m -1.5114,114.6281999 c -0.14446,-4.55139 -0.18928,-9.11413 -0.19291,-13.66892 0.004,5.65736 -0.0732,11.33049 -0.41799,16.97489 7.6e-4,0.0105 -7.6e-4,0.0213 0,0.0318 l 0.51444,0 c 0.0329,-1.11021 0.0772,-2.2272 0.0965,-3.33776 z M 135.37984,5.0976065 c 0.10299,11.1891285 0.0895,22.3792915 0,33.5683275 -0.0411,10.025194 -0.11667,20.046246 -0.0322,30.071627 0.0812,10.848519 0.13725,21.704662 0.38583,32.551109 0.21414,7.12286 0.49023,14.24534 0.86812,21.36166 0.10742,-0.0296 0.21575,-0.0621 0.32153,-0.0954 -0.72097,-7.05355 -0.94452,-14.15222 -1.15749,-21.23451 -0.2821,-10.79505 -0.25077,-21.594759 -0.19292,-32.39217 0.0811,-10.041355 -1.1e-4,-20.093947 -0.0322,-30.135203 -0.0797,-11.215999 -0.10639,-22.415904 0,-33.6319041 1.2e-4,-0.010586 -1.2e-4,-0.021203 0,-0.031788 -0.055,-0.00847 -0.10545,-0.024271 -0.16076,-0.031788 z m 1.09318,0.2225173 c 0.44173,9.1010222 0.7244,18.1977692 0.93243,27.3060542 0.0782,8.316965 0.40693,16.671297 1.2218,24.953729 0.002,0.02388 0.027,0.365804 0.0322,0.413246 -0.002,-0.211759 0.002,-0.424004 0,-0.635764 -0.79696,-8.198419 -1.14449,-16.435898 -1.2218,-24.667634 -0.16135,-7.065817 -0.34957,-14.14063 -0.64305,-21.202722 -0.20035,-4.8211496 -0.2445,-5.4391565 -0.28937,-6.1669092 -0.01,-0.00262 -0.0222,0.00259 -0.0322,0 z m 2.18638,52.0372652 c 0.008,0.0848 0.0238,0.169514 0.0322,0.254306 0.0114,0.116403 0.15526,1.425852 0.22507,2.034444 0.0375,-4.136502 0.0865,-8.260976 0.16076,-12.397394 0.0712,-8.132527 0.14526,-16.280599 0.0643,-24.413329 -0.0815,-4.516598 -0.24067,-9.026079 -0.35368,-13.5417685 -0.0255,-1.0176025 -0.0449,-2.0339273 -0.0643,-3.0516662 -0.0207,-0.011855 -0.0435,-0.020088 -0.0643,-0.031788 0.008,0.9974967 0.0346,1.9905316 0.0322,2.9880898 -0.0107,4.3698329 -0.13933,8.7588289 -0.19291,13.1285219 -0.0583,8.162026 0.004,16.315047 0.0643,24.476906 0.0578,3.515498 0.0625,7.038159 0.0965,10.553678 z m 0.25722,2.28875 c -0.001,0.159072 0.001,0.317751 0,0.476823 0.35231,3.057683 0.96797,8.379364 1.02888,8.900693 0.79099,6.597335 1.29718,13.201479 1.54333,19.83583 -0.006,-1.293268 -0.0276,-2.584887 -0.0322,-3.878159 -0.3735,-5.315668 -0.80763,-10.631039 -1.44687,-15.925883 -0.0635,-0.543868 -0.77011,-6.592828 -1.09319,-9.409304 z m 2.54006,25.335187 c 0.0171,0.243863 0.0475,0.487241 0.0643,0.731128 -0.0179,-4.934162 -0.0522,-9.879125 -0.0643,-14.813296 -0.003,0.657367 -0.0297,1.313495 -0.0322,1.970868 -10e-6,-12.235578 0,-24.479781 0,-36.715359 -0.0257,0.741548 -0.0442,1.483503 -0.0643,2.225174 0,0.148309 0,0.296724 0,0.445034 0.002,10.681227 0.0121,21.361282 0.0322,32.042495 0.0115,4.70659 0.0478,9.407373 0.0643,14.113956 z m -0.0965,-46.156451 c -0.14779,5.752788 -0.16737,11.505671 -0.12861,17.260987 0.0765,5.537226 0.11417,11.055875 0.12861,16.593435 0,-11.282156 0,-22.572265 0,-33.854422 z m 0.0643,-2.670208 c 0.001,10.924944 0.0133,21.848694 0.0322,32.773623 0.0277,-4.17712 0.0735,-8.34798 0.16076,-12.524546 0.15347,-8.918794 0.3013,-17.845051 0.25722,-26.765655 0.0774,-5.967447 0.26157,-11.928787 0.28937,-17.896751 0.003,-0.688555 -0.001,-1.377669 0,-2.0662322 -0.0189,-0.033292 -0.045,-0.062335 -0.0643,-0.095365 -0.0342,6.6444022 -0.12957,13.2885002 -0.35368,19.9311952 -0.13618,2.212389 -0.24481,4.429928 -0.32153,6.643731 z m 0.0965,49.557787 c 0.005,1.50352 -0.007,3.010409 0,4.513923 0.0877,2.745359 0.15409,5.517937 0.16076,8.264929 0.0158,2.599054 0.0163,5.189834 -0.0322,7.788104 -0.0503,-2.11762 -0.0717,-4.17715 -0.0965,-7.533798 -0.0209,-2.837619 -0.019,-5.68158 -0.0322,-8.519235 -0.0146,-0.455613 -0.0153,-0.911365 -0.0322,-1.366892 0.0141,3.275497 0.008,6.547098 0.0322,9.82255 0.0187,2.535225 0.0763,5.093905 0.0643,7.629165 -0.004,0.80525 -0.0228,1.20153 -0.0322,1.84372 -0.0746,-3.84432 -0.11561,-7.69392 -0.12861,-11.539117 0,2.214326 0,4.429397 0,6.643727 0,2.7523 0,5.48085 0,8.23315 0,0.43462 0.003,0.86865 0,1.30331 -0.0117,0.26388 -0.0196,0.53086 -0.0322,0.79471 -0.006,-0.7104 -0.0322,-1.41948 -0.0322,-2.12981 -1e-5,-2.7523 0,-5.51263 0,-8.26493 0,-1.08196 0,-2.16044 0,-3.242397 -0.0429,5.922987 -0.14957,11.850267 -0.38583,17.769597 -0.035,0.79279 -0.0903,1.5915 -0.12861,2.38411 0.0262,-0.0276 0.0385,-0.0674 0.0643,-0.0954 0.0312,-0.29303 0.17599,-0.59889 0.19292,-0.89007 0.0506,-0.87032 0.0836,-1.73602 0.12861,-2.60663 0.0521,-1.0385 0.0886,-1.65945 0.12861,-2.44769 -0.11618,1.88617 -0.13867,3.76989 -0.19292,5.6583 0.0537,-0.0631 0.10878,-0.12616 0.16077,-0.19073 0.0119,-0.276 0.0252,-0.55031 0.0322,-0.8265 0.0303,-1.19759 0.0396,-2.39402 0.0322,-3.59206 -0.007,1.20864 0.003,2.41563 0.0322,3.62385 0.005,0.21113 0.0246,0.42473 0.0322,0.63577 0.13468,-0.17509 0.26398,-0.35568 0.38583,-0.5404 -0.005,-0.12696 0.005,-0.2545 0,-0.38146 -0.12078,-3.20779 -0.22367,-6.42291 -0.28938,-9.63182 0.0213,-0.75613 0.0816,-1.50069 0.0965,-2.25696 0.0456,1.74657 0.11155,3.55167 0.28937,6.19869 0.105,1.56295 0.27456,3.1128 0.41799,4.67287 0.0161,0.12685 0.0489,0.25451 0.0643,0.38146 0.2345,-0.48058 0.43108,-0.97065 0.57875,-1.49405 -0.013,-0.31854 -0.0158,-0.63519 -0.0322,-0.95365 -0.23519,-5.45102 -0.39359,-10.88875 -0.64305,-16.339125 -0.25825,-4.439771 -0.49816,-8.882291 -0.80382,-13.319251 z m -0.16076,14.241109 c 0.0258,-3.553796 0.0147,-7.09499 0,-10.649043 0,3.553483 0,7.095561 0,10.649043 z m -2.4436,-39.830601 c -0.0844,-0.732081 -0.23059,-1.884123 -0.25722,-2.129809 0.0651,7.009976 0.12906,14.03311 0.12861,21.043781 0.0225,10.177191 0.0215,20.343218 -0.28937,30.516666 -0.0528,4.16346 -0.17227,8.33195 -0.32153,12.49275 0.41158,-0.20026 0.81568,-0.4114 1.18965,-0.66755 -0.11779,-3.76768 -0.21034,-7.54704 -0.25722,-11.31659 -0.30069,-10.334823 -0.31777,-20.655131 -0.28938,-30.993487 4e-4,-6.311398 0.0411,-12.635014 0.0965,-18.945761 z M 141.26376,8.37179 c 0.0736,4.889871 0.10999,9.763728 0.0965,14.654355 8.3e-4,-4.842982 -0.007,-9.684199 0,-14.5272022 -0.033,-0.041372 -0.0628,-0.086366 -0.0965,-0.1271528 z m 0.16076,0.2225173 c 0.007,4.8218087 -8.2e-4,9.6418377 0,14.4636257 -0.0131,-4.775841 0.0538,-9.529659 0.12861,-14.3046847 -0.0404,-0.054444 -0.087,-0.105429 -0.12861,-0.158941 z M 111.00817,49.98253 c -0.0228,7.766975 -0.17275,15.534241 -0.28937,23.300742 -0.14821,7.565356 -0.0863,15.130884 -0.0643,22.696767 0.26034,7.647341 0.47631,15.299711 0.54659,22.951071 0.0122,1.35664 5.7e-4,2.71232 0,4.06889 l 0.93243,0 c -0.0281,-1.12106 -0.0662,-2.24844 -0.0965,-3.36955 -0.2348,-7.68606 -0.56702,-15.35716 -0.67521,-23.046435 0.0225,-7.610763 0.0809,-15.213647 -0.0643,-22.82392 -0.1145,-7.926535 -0.26724,-15.850576 -0.28938,-23.777565 z M 56.252316,84.281986 c -0.02471,3.945036 -0.04914,7.88012 -0.0643,11.825206 0.05747,-3.939291 0.09102,-7.885658 0.0643,-11.825206 z M 26.157493,97.919119 c -0.04697,7.107831 -0.249234,14.191011 -0.385831,21.298091 0.241471,0.32878 0.488946,0.66013 0.771662,0.95364 -0.0031,-0.10577 0.0031,-0.21214 0,-0.31788 -0.135282,-7.32031 -0.342149,-14.61278 -0.385831,-21.933851 z m 62.022344,2.797361 c 0.09302,3.40501 0.106363,6.79769 0.09646,10.20401 -0.04383,-3.4 -0.07026,-6.80384 -0.09646,-10.20401 z m -58.646322,3.21061 c -0.0058,1.695 0.0074,3.39145 0.03215,5.08611 0.01573,-0.59252 0.0374,-1.18776 0.06431,-1.78014 0.0096,-1.10352 -0.05143,-2.20325 -0.09646,-3.30597 z m 0.03215,5.08611 c -0.07304,2.7513 -0.06152,5.5133 0,8.26493 0.02994,1.66836 0.08603,3.32271 0.12861,4.99074 0.05366,0.0222 0.106588,0.0424 0.160763,0.0636 -0.114776,-4.43741 -0.22451,-8.88151 -0.289373,-13.31925 z m 60.350408,3.14703 c 5e-6,3.61295 0.0103,7.22483 0.03215,10.83977 l 0.06431,0 c -0.04912,-3.61847 -0.08547,-7.22067 -0.09646,-10.83977 z m 36.171667,2.9563 c 0.004,0.57251 -0.006,1.19243 0,1.74835 0.009,0.86639 0.0431,1.74043 0.0643,2.60663 -0.0303,-1.45182 -0.0572,-2.90229 -0.0643,-4.35498 z m -35.72153,1.14437 c 0.04763,2.24494 0.07031,4.49413 0.09646,6.7391 l 0.160763,0 c -0.122982,-2.24102 -0.198559,-4.49395 -0.25722,-6.7391 z m -53.855586,1.20796 c -0.03049,1.22487 -0.06983,2.43067 -0.09646,3.65564 -0.01764,0.8114 -0.02171,1.26721 -0.03215,1.8755 l 0.160763,0 c -0.01116,-1.84185 -0.01927,-3.6893 -0.03215,-5.53114 z m 89.641416,2.54305 c 0.0251,0.99288 0.0476,1.99508 0.0643,2.98809 l 0.0322,0 c -0.038,-0.99504 -0.0733,-1.99217 -0.0965,-2.98809 z"
580 transform="matrix(-0.7457627,0,0,0.7457627,110.64407,0.2711864)"
581 clip-path="url(#clipPath4029)"
582 id="path4005"
583 style="opacity:0.5;fill:#6d3b2c;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline" />
584 <path
585 d="m 32.780926,5.002242 c -0.05305,0.00264 -0.107959,0.028278 -0.160763,0.031788 0.0265,0.7935416 0.06794,1.5906984 0.09646,2.3841142 0.0074,-0.6893458 0.02769,-1.3768781 0.03215,-2.0662323 0.0033,0.4864873 -0.0024,0.9757667 0,1.4622567 0.0098,-0.6040657 0.0218,-1.2078802 0.03215,-1.8119267 z m -0.0643,2.4159023 c -0.02408,2.2376892 -0.04509,4.4698557 -0.09646,6.7073077 0.0016,0.04243 0.03056,0.08473 0.03215,0.127153 0.03597,-2.096375 0.06327,-4.197635 0.09646,-6.2940615 -0.0066,-0.1799549 -0.02568,-0.3604382 -0.03215,-0.5403992 z m -0.06431,6.8344607 c -0.0051,0.296556 -0.02687,0.593518 -0.03215,0.890069 0.0083,-0.339258 -0.0078,-0.677955 0,-1.017222 -0.101654,-2.772265 -0.121407,-5.5567906 -0.160762,-8.3285053 -0.0023,-0.2546745 0.0019,-0.5082388 0,-0.7629166 -0.287878,0.023927 -0.55634,0.077987 -0.835968,0.1271528 -0.01099,0.1695007 -0.02116,0.3391106 -0.03215,0.508611 0.311574,3.9011697 0.689069,7.7942581 0.964577,11.6980541 -0.003,0.105913 0.003,0.211969 0,0.317881 0.06365,0.920217 0.142886,1.844453 0.192916,2.765573 0.01504,-1.315859 -0.0094,-2.625841 0,-3.941736 -0.04081,-0.751241 -0.06827,-1.504961 -0.09646,-2.256961 z m 0.09646,2.256961 c 0.03919,0.721585 0.106899,1.441012 0.160763,2.161597 -0.02127,-2.288349 -0.02892,-4.577842 -0.03215,-6.866249 -0.04242,-1.036143 -0.05775,-2.0789268 -0.09646,-3.1152421 0.0062,2.6077431 -0.01358,5.2121891 -0.03215,7.8198941 z m 0.12861,-4.704652 c 0.147641,3.605937 0.315708,7.203248 0.514442,10.807985 0.0042,0.296311 -0.0033,0.593762 0,0.890069 0.01014,0.07445 0.02177,0.148085 0.03215,0.222517 0.833547,6.325055 1.483439,12.671895 2.47575,18.977549 0.06861,0.513508 0.09898,0.846923 0.160762,1.303316 0.01586,-1.233032 0.04347,-2.454458 0.06431,-3.68743 C 35.647806,35.112234 35.21231,29.906851 34.613624,24.710919 33.812233,18.679984 33.534285,12.601284 33.359673,6.528075 33.349873,6.0190725 33.336525,5.5113229 33.32752,5.002242 l -0.0643,0 c -0.128108,0 -0.259019,-0.00504 -0.385831,0 -0.01737,2.2671704 -0.0032,4.5354635 0,6.802672 z m 3.247412,28.514006 c 0.04555,0.497196 0.082,0.996918 0.12861,1.494045 0.01516,-5.727458 0.07445,-11.475005 0.321526,-17.19741 -0.214501,5.23106 -0.361657,10.468548 -0.450136,15.703365 z m 0.450136,-15.703365 c 0.05765,-1.335224 0.14649,-2.638845 0.225068,-3.973524 0.04941,1.261984 0.115553,2.520228 0.160763,3.782795 0.121202,3.901859 0.186036,7.795258 0.225068,11.698053 0.01433,-0.105406 0.01781,-0.212476 0.03215,-0.317882 -0.05311,-3.780784 -0.09747,-7.568349 -0.192916,-11.348383 -0.05167,-1.443277 -0.131604,-2.880267 -0.192915,-4.323194 -0.01047,0.158752 -0.02183,0.318068 -0.03215,0.476823 -0.0083,-0.212167 -0.02365,-0.423613 -0.03215,-0.635764 -0.01567,0.244426 -0.01509,0.34124 -0.03215,0.603976 -0.06584,1.343069 -0.105673,2.693603 -0.160763,4.0371 z m 0.192915,-4.641076 C 36.780229,19.781331 36.788374,19.68051 36.8,19.497656 36.589024,14.66054 36.345806,9.8280207 35.964033,5.002242 l -0.0643,0 c 0.02615,0.315452 0.0705,0.6006295 0.09646,0.9218574 0.378112,4.6789206 0.583933,9.3636376 0.771662,14.0503796 z M 36.8,19.497656 c 0.0093,0.212238 0.02313,0.423516 0.03215,0.635764 0.332916,-5.048745 0.740541,-10.104322 1.318256,-15.131178 l -0.03215,0 C 37.952191,6.3735571 37.774755,7.7281797 37.635967,9.1029184 37.18063,13.61315 37.052703,15.523414 36.8,19.497656 z m 0.417984,16.307341 c 0.0021,0.148663 -0.002,0.296371 0,0.445035 0.295009,-2.170946 0.59856,-4.342553 0.86812,-6.516579 0.77893,-6.282107 1.302813,-11.371436 1.832697,-17.674233 0.177515,-2.1114784 0.332417,-4.244101 0.482289,-6.3576379 -0.0045,-0.085483 -0.02754,-0.1688286 -0.03215,-0.2543055 -0.155203,2.1846519 -0.298821,4.3658204 -0.482288,6.5483674 -0.529821,6.302586 -1.05382,11.392337 -1.832698,17.674233 -0.253746,2.046606 -0.557987,4.091447 -0.835967,6.13512 z M 40.368937,5.4472766 c 0.01054,-0.1483853 0.02155,-0.2966539 0.03215,-0.4450346 l -0.06431,0 c 0.0083,0.1491364 0.0241,0.295879 0.03215,0.4450346 z m 0.03215,0.2543055 c 0.209368,3.9597484 0.347761,7.9296089 0.450136,11.8887829 0.151743,11.811218 0.131336,23.631925 0.128611,35.443831 -0.0052,4.15282 -0.04468,8.308221 -0.06431,12.46097 0.03935,-0.551603 0.08994,-1.10132 0.128611,-1.652986 -0.01184,-3.59267 -0.03187,-7.183488 -0.03215,-10.776196 0.0027,-11.811932 0.02307,-23.632588 -0.12861,-35.443831 -0.0333,-3.478092 -0.06658,-6.945109 -0.128611,-10.426526 0.812721,8.819057 1.233699,17.6883 1.993461,26.51135 0.13919,1.787342 0.241085,2.777604 0.321526,3.846371 0.05584,-0.593792 0.10221,-1.186567 0.160763,-1.780139 C 43.190931,35.15977 43.151708,34.79314 43.101907,33.99307 42.421539,25.254947 42.004214,16.478733 41.39782,7.7360262 41.327076,6.8208282 41.232627,5.9151886 41.140599,5.002242 l -0.417983,0 c 0.01775,0.7193382 0.01927,1.4420846 0.03215,2.1615968 -0.08085,-0.7256121 -0.194487,-1.4379544 -0.289373,-2.1615968 -0.01664,0.2327683 -0.0478,0.4665615 -0.0643,0.6993401 z m 2.829428,30.0716269 c 0.0049,0.07632 -0.0048,0.148341 0,0.222517 0.04354,-0.443683 0.08346,-0.89155 0.12861,-1.335104 0.388615,-3.817604 0.768546,-6.784588 1.157493,-9.886126 0.0026,-0.201531 -0.0025,-0.402445 0,-0.603976 -0.41808,3.318696 -0.778593,6.420592 -1.189646,10.458314 -0.03881,0.381279 -0.05884,0.762999 -0.09646,1.144375 z M 44.516621,24.17052 c 0.01142,-0.09063 0.02064,-0.194852 0.03215,-0.286094 0.0373,-3.002101 0.06913,-5.993999 0.09646,-8.996057 0.0039,-3.29429 0.04383,-6.5924359 0.0643,-9.886127 l -0.03215,0 c -4.24e-4,3.2852269 -0.01806,6.56857 -0.06431,9.854339 -0.02829,3.108113 -0.05737,6.205784 -0.09646,9.313939 z m 0.03215,-0.286094 c -0.0025,0.201532 0.0026,0.402444 0,0.603976 0.204139,-1.623961 0.395118,-3.179888 0.643052,-5.149687 0.07811,-0.552694 0.119887,-1.09971 0.192915,-1.652986 4.34e-4,-0.200825 -4.79e-4,-0.40315 0,-0.603975 -0.115494,0.923416 -0.04078,0.483644 -0.257221,2.225173 -0.220411,1.751076 -0.394182,3.115149 -0.578746,4.577499 z m 0.835967,-6.198697 c -0.0021,0.993556 -1.17e-4,1.994543 0,2.98809 9.74e-4,8.25952 -0.0014,16.503482 0,24.763 0.0024,13.61011 -5.77e-4,27.237713 0,40.847823 -0.08924,8.534475 -0.184308,17.058158 -0.450136,25.589488 -0.08108,3.70689 -0.11794,7.41884 -0.12861,11.12587 l 1.221798,0 c -0.01889,-3.4481 -0.05726,-6.88308 -0.12861,-10.33116 -0.260147,-8.78156 -0.36083,-17.567902 -0.450137,-26.35241 -5.77e-4,-13.610111 0.0024,-27.205926 0,-40.816035 -0.0014,-8.259519 9.65e-4,-16.535268 0,-24.794788 -1.3e-4,-1.104022 0.0028,-2.201936 0,-3.305971 -0.01266,0.09702 -0.0515,0.18909 -0.06431,0.286093 z m 0.06431,-0.286093 c 0.13597,-1.041716 0.230656,-2.072046 0.353679,-3.115243 -0.0039,-0.158931 0.0039,-0.317892 0,-0.476823 -0.04877,0.398611 -0.241274,1.864733 -0.385831,3.019878 5.16e-4,0.191129 0.03167,0.381059 0.03215,0.572188 z m 0.353679,-3.592066 c 0.04867,-0.3978 0.30563,-2.491553 0.353678,-2.924513 -0.0061,-1.4829532 -0.03205,-2.9672868 -0.03215,-4.4503465 -0.0016,-0.4760901 -0.0025,-0.9544655 0,-1.4304685 l -0.514442,0 c 0.0061,0.3375962 -0.0052,0.6796047 0,1.017222 0.05883,2.597548 0.129608,5.190658 0.192916,7.788106 z m 0.353678,-2.924513 c 6.93e-4,0.169472 -7.71e-4,0.33914 0,0.508611 0.236254,-2.1210148 0.465285,-4.269096 0.707357,-6.389426 l -0.03215,0 c -0.0449,0.3710089 -0.086,0.7413421 -0.128611,1.1125866 -0.429381,3.7407374 -0.46648,4.0463224 -0.546594,4.7682284 z m 0,0.508611 c -0.107531,0.965384 -0.239916,1.928052 -0.353678,2.892725 0.172326,7.050395 0.382971,14.088551 0.546594,21.139146 0.198078,11.30052 0.13959,22.616201 0.160763,33.917998 0.04926,14.64108 0.118197,29.29504 0.546594,43.931273 0.125063,7.46621 0.08129,4.96447 0.09646,9.72719 l 0.675204,0 c -0.35125,-3.22095 -0.549433,-6.45275 -0.73951,-9.6954 C 46.660324,98.668418 46.623667,84.014355 46.574387,69.373325 46.438564,58.114066 46.722067,46.872244 46.542234,35.614268 46.308121,27.545126 46.193152,19.463076 46.156403,11.391668 z m -1.607629,13.096734 c -0.01132,0.09008 -0.02092,0.196496 -0.03215,0.286094 -0.148759,11.55232 -0.439481,23.106818 -0.964577,34.649126 -0.0015,0.307389 0.0012,0.614472 0,0.921857 0.558231,-11.944532 0.844658,-23.901674 0.99673,-35.857077 z m -0.99673,35.857077 c -0.01238,0.264941 -0.01947,0.529775 -0.03215,0.794705 10e-4,-0.2754 -0.0012,-0.551091 0,-0.826493 -0.04903,1.049177 -0.07483,2.098012 -0.12861,3.147031 -0.804169,14.843714 -0.127245,2.323251 -0.996731,17.133834 -0.286139,4.874027 -0.736967,12.053965 -0.803814,16.943105 -0.08659,6.333779 0.160696,9.803009 0.450136,16.084819 0.153734,2.49667 0.306513,5.00672 0.482289,7.50202 0.06215,0.88229 0.107636,1.18207 0.160763,1.8755 l 0.03215,0 c -0.227205,-3.11193 -0.419649,-6.24024 -0.610899,-9.34573 -0.289462,-6.28138 -0.536614,-9.7515 -0.450136,-16.084821 0.06677,-4.890722 0.517611,-12.0675 0.803815,-16.943105 0.870229,-14.824533 0.159611,-2.276087 0.964577,-17.133834 0.03912,-0.762965 0.05987,-1.525699 0.09646,-2.28875 -0.0072,1.938447 -0.0179,3.879066 0,5.817239 0.0028,14.609913 0.02304,29.19494 0.192916,43.804121 0.06097,4.05507 0.15926,8.12097 0.25722,12.17488 -0.09753,-4.1231 -0.152336,-7.27457 -0.225068,-12.1113 -0.169927,-14.60916 -0.158006,-29.226021 -0.160763,-43.835913 -0.02503,-2.236062 -0.04109,-4.47076 -0.03215,-6.707308 z m -0.03215,-0.03179 c 0.01386,-0.296679 0.01865,-0.593378 0.03215,-0.890069 0.02635,-5.257595 0.09352,-10.510822 0,-15.766942 -0.06147,-3.454734 -0.157553,-5.117112 -0.321526,-7.660954 -0.05802,0.59126 -0.105406,1.188664 -0.160763,1.780139 0.115223,1.553621 0.215006,3.056385 0.321526,5.721874 0.223806,5.600404 0.153773,11.212413 0.12861,16.815952 z M 43.069755,37.775865 c -0.0045,-0.06072 0.0046,-0.161086 0,-0.222517 -0.823053,8.751974 -1.410973,17.521168 -2.025613,26.288832 5.58e-4,0.169564 -5.72e-4,0.339047 0,0.508611 0.623614,-8.857293 1.198073,-17.73291 2.025613,-26.574926 z m -2.025613,26.574926 c -0.04025,0.571621 -0.08758,1.145014 -0.128611,1.716562 -0.02944,6.154925 -0.05297,12.313884 -0.06431,18.468938 -0.0409,9.116965 -0.107733,18.220789 -0.12861,27.337839 0.01041,3.01957 -0.07598,6.04303 -0.192916,9.05964 0.05555,0.6924 0.129571,1.37453 0.192916,2.06623 l 0.771662,0 c -0.139349,-3.55564 -0.264217,-7.12194 -0.257221,-10.68083 -0.02062,-9.19473 -0.09307,-18.397486 -0.12861,-27.59215 -0.0079,-6.793313 -0.04137,-13.583008 -0.0643,-20.376229 z M 40.5297,120.93377 c -0.334004,-4.16312 -0.521236,-8.32156 -0.707357,-12.49276 -0.162684,-8.829129 -0.214753,-17.685052 0.128611,-26.51135 0.225266,-5.790787 0.529128,-9.457198 0.932425,-15.258331 0.01453,-0.200793 0.01774,-0.403173 0.03215,-0.603976 9.13e-4,-0.190683 -9.01e-4,-0.381504 0,-0.572187 -0.02645,0.370763 -0.03748,0.741858 -0.06431,1.112586 -0.403253,5.800045 -0.707138,9.500386 -0.932425,15.290119 -0.343323,8.823219 -0.302141,17.653253 -0.160763,26.479559 0.0076,1.25084 0.04781,8.7867 0.0643,10.26759 0.01616,1.45099 0.06148,2.9038 0.09646,4.35498 l 0.514442,0 c 0.03018,-0.69033 0.06969,-1.3758 0.09646,-2.06623 z M 37.217984,36.250032 c -0.01433,0.10547 -0.01784,0.21241 -0.03215,0.317882 0.05296,5.657798 0.0359,11.316757 0,16.974893 0.08225,1.188133 0.178113,2.371462 0.257221,3.560277 -0.05349,-6.957016 -0.129634,-13.896341 -0.225068,-20.853052 z m 0.225068,20.853052 c 0.0014,0.180191 -0.0014,0.360209 0,0.540399 -0.07425,-1.068545 -0.177703,-2.142396 -0.257221,-3.210607 -0.0069,1.024827 0.0078,2.058655 0,3.083454 -0.0326,9.789678 -0.08829,19.582578 -0.0643,29.372287 0.06249,3.428255 0.0044,6.842673 -0.09646,10.267585 0.123737,-1.674825 0.245771,-3.346658 0.353679,-5.022534 0.0265,-1.673782 0.04279,-3.347881 0.03215,-5.022534 0.03746,-9.800336 0.04799,-19.603692 0.03215,-29.404074 0.443895,6.393238 0.825008,12.788508 0.610899,19.200066 -0.07983,2.476374 -0.114454,4.963176 -0.225068,7.438436 -0.116078,2.597397 -0.28311,5.194061 -0.450136,7.788106 -0.0067,0.423605 0.0086,0.847968 0,1.271528 0.201303,-3.005997 0.347728,-6.017455 0.482288,-9.027846 0.110648,-2.475293 0.177357,-4.962029 0.257221,-7.438436 0.0073,-2.322007 0.0425,-4.639963 0,-6.961613 -0.07259,-3.965121 -0.379824,-8.334692 -0.643052,-12.30203 -0.01266,-0.19088 -0.01945,-0.381326 -0.03215,-0.572187 z m -0.06431,36.302112 c -0.110899,1.656 -0.260478,3.303918 -0.385831,4.958957 -0.128832,3.827177 -0.29057,7.651667 -0.514442,11.475537 0.01,2.34432 0.01586,4.6809 0.03215,7.02519 0.227561,-7.81618 0.708603,-15.64265 0.86812,-23.459684 z m -0.900273,16.434494 c -0.0066,-1.53909 -0.03164,-3.07017 -0.03215,-4.60929 -0.197845,2.3617 -0.405409,4.72763 -0.6109,7.08877 -0.01955,3.29252 -0.04387,6.5936 -0.06431,9.88613 0.0213,-0.51773 0.03554,-0.90924 0.06431,-1.52584 0.06515,-1.39627 0.152771,-2.8001 0.225068,-4.19604 0.133937,-2.21065 0.288507,-4.43219 0.417984,-6.64373 z m -0.707357,12.36561 c -0.01109,0.26962 -0.02221,0.54213 -0.03215,0.7947 l 0.03215,0 c 0.0016,-0.26466 -0.0016,-0.53004 0,-0.7947 z m 0.06431,-9.88613 c 8.17e-4,-0.13763 -7.91e-4,-0.27562 0,-0.41325 -0.321392,3.69459 -0.62834,7.39853 -0.932425,11.09408 l 0.03215,0 c 0.292818,-3.55796 0.590703,-7.1238 0.900272,-10.68083 z m 0,-0.41325 c 0.204482,-2.35064 0.414622,-4.70575 0.6109,-7.05698 3e-5,-0.45641 -7.33e-4,-0.91046 0,-1.36689 0.03948,-7.980207 0.102178,-15.988139 0,-23.968293 -0.06341,-8.945548 -0.139685,-17.883644 -0.192916,-26.829231 -0.0016,-2.417847 9.27e-4,-4.829438 0,-7.247707 -0.0477,-0.355506 -0.109145,-0.731406 -0.160763,-1.112587 -0.0073,0.05331 -0.02484,0.105629 -0.03215,0.158941 -0.11515,0.839491 -0.24839,1.670552 -0.353678,2.511267 -0.344549,2.751125 -0.624329,5.509736 -0.932425,8.264929 -0.63963,7.055353 -0.851959,8.718177 -1.221798,15.735154 -0.390031,7.399979 -0.443494,14.814295 -0.675205,22.219944 0.0021,-4.916006 -0.01405,-9.833744 0,-14.74972 -0.02532,1.560093 -0.06758,3.112828 -0.09646,4.672864 0.0076,3.984178 -9.61e-4,7.968166 0,11.952359 0.01866,-0.521703 0.07977,-1.035853 0.09646,-1.557621 -1.02e-4,0.254276 8.3e-5,0.50864 0,0.762916 0.26107,-7.754474 0.299005,-15.519798 0.707357,-23.268954 0.369788,-7.017214 0.582221,-8.67955 1.221799,-15.735154 0.308075,-2.755165 0.587917,-5.513833 0.932425,-8.264929 0.09856,-0.787068 0.214161,-1.56635 0.321525,-2.352326 -0.03164,2.593837 -0.04881,5.194434 -0.06431,7.788106 -0.06707,8.848899 -0.118902,17.694109 -0.160763,26.543138 -0.08398,7.989434 -0.009,15.978932 0.03215,23.968294 0.0055,2.97503 -0.01506,5.95756 -0.03215,8.93248 z M 32.877384,94.295265 c -0.01749,0.519504 -0.07684,1.038189 -0.09646,1.557621 0.0012,6.834594 0.03215,13.668804 0.03215,20.503384 -0.09585,2.84662 -0.128958,4.34801 -0.289373,6.61194 0.18865,0.0144 0.387022,0.0286 0.578746,0.0318 -0.125872,-2.20457 -0.227228,-4.40381 -0.25722,-6.61194 0,-7.36341 0.02978,-14.72937 0.03215,-22.092795 z m -0.09646,1.557621 c -4.4e-5,-0.25431 6.2e-5,-0.508605 0,-0.762916 -0.06583,1.840288 -0.124638,3.660231 -0.225068,5.49936 -0.09726,2.10378 -0.213394,4.22207 -0.321526,6.32585 -0.02589,0.99738 -0.03965,1.2694 -0.06431,2.22517 0.0064,-0.0296 0.0074,0.39254 0.417984,-8.48745 0.08729,-1.59832 0.132527,-3.200787 0.192915,-4.800014 z m -0.610899,13.287464 c -0.0022,0.0101 -0.08571,2.05628 -0.12861,2.89272 -0.03237,1.2772 -0.08786,3.3851 -0.09646,3.7828 -0.03971,1.83556 -0.06164,4.11362 -0.09646,6.32585 0.01061,0.0737 0.02128,0.14845 0.03215,0.22252 0.03515,-2.28309 0.0877,-4.62493 0.12861,-6.51658 0.01529,-0.70712 0.08647,-3.82671 0.160763,-6.70731 z m -0.289373,13.22389 c -0.0029,0.18926 0.0027,0.35027 0,0.5404 0.03194,0.005 0.06442,-0.004 0.09646,0 -0.02818,-0.18294 -0.06992,-0.35962 -0.09646,-0.5404 z m -0.03215,-0.22252 c -0.0735,-0.51092 -0.162845,-1.02646 -0.225068,-1.52583 -0.03113,0.74267 -0.03734,1.4824 -0.0643,2.22517 0.09653,0.0177 0.191797,0.0171 0.289373,0.0318 0.0037,-0.2573 -0.004,-0.4755 0,-0.73113 z m -0.225068,-1.52583 c 0.07296,-1.74072 0.171909,-3.47325 0.257221,-5.21327 0.170647,-3.48058 0.110788,-2.39509 0.160763,-3.36955 0.02095,-0.82643 0.03785,-1.42002 0.0643,-2.44769 -0.183486,3.55009 -0.366734,7.0981 -0.514441,10.64905 0.01515,0.12621 0.01637,0.25478 0.03215,0.38146 z m -0.03215,-0.38146 c -0.258147,-2.14999 -0.43276,-4.25821 -0.6109,-6.58016 -0.442723,-5.77073 -0.661266,-11.54356 -0.900272,-17.324561 -0.268947,-8.685147 -0.453177,-17.379151 -0.643052,-26.066315 0.004,2.247144 0.02515,4.491976 0.03215,6.739096 0.21138,6.428148 0.41219,12.865471 0.578746,19.295431 0.237477,5.744859 0.568165,11.483299 0.771663,17.229199 0.108418,3.06167 0.122209,6.12495 0.225068,9.18679 0.148405,0.0359 0.298971,0.0665 0.450136,0.0954 0.0079,-0.21476 -0.0087,-0.2127 0,-0.44503 0.02659,-0.71053 0.0669,-1.41933 0.09646,-2.12981 z M 29.46921,77.00249 c -0.07,-2.12873 -0.150094,-4.260792 -0.225068,-6.389426 -0.102791,1.070534 -0.218946,2.140056 -0.321526,3.210607 0.02668,7.362059 0.08322,14.733344 0.289373,22.092792 0.02444,2.5992 0.210221,5.190807 0.321526,7.788107 0.01252,-7.227811 -0.0098,-14.451828 -0.06431,-21.679546 -0.01053,-1.67469 0.0052,-3.347813 0,-5.022534 z m -0.546594,-3.178819 c -4.22e-4,-0.116518 4.1e-4,-0.233152 0,-0.34967 -0.0478,0.498303 -0.08115,0.995715 -0.128611,1.494045 -5.23e-4,0.137752 5.45e-4,0.275494 0,0.413247 0.04919,-0.517746 0.079,-1.03991 0.128611,-1.557622 z m -0.128611,1.557622 c -0.08742,0.92013 -0.172175,1.845242 -0.25722,2.765572 -0.05948,5.65989 -0.133844,11.316756 -0.289374,16.974893 -0.03423,3.557994 -0.388758,7.122792 -0.353678,10.680832 -0.111839,-6.055972 -0.118629,-12.094613 -0.160763,-18.151056 -0.01194,0.158937 -0.02025,0.317883 -0.03215,0.476823 0.03938,6.037966 0.04305,12.081863 0.160763,18.119263 0.01974,2.1065 0.07198,4.21928 0.06431,6.32585 -0.01046,2.86842 -0.119972,5.74701 -0.192916,8.6146 0.01876,0.0138 0.04543,0.0181 0.0643,0.0318 0.0521,-1.78047 0.09526,-3.55946 0.128611,-5.34041 0.05713,-2.46092 0.0773,-4.91403 0.03215,-7.37486 0.02813,1.3973 0.06219,2.80007 0.128611,4.19604 0.09811,2.06217 0.459031,6.65863 0.739509,9.18678 0.0081,0.004 0.02399,-0.004 0.03215,0 0.114334,0.0613 0.236474,0.10238 0.353678,0.15894 -0.207776,-6.2666 -0.494074,-12.51677 -0.514441,-18.78682 -0.01223,-7.268359 0.0017,-14.538489 0.0643,-21.806693 0.01492,-2.023904 0.02415,-4.047589 0.03215,-6.071544 z m -1.093188,12.747064 c -0.0014,-0.212573 0.0015,-0.423192 0,-0.635764 -0.112409,1.494927 -0.23777,2.987475 -0.353678,4.482134 -0.129366,3.052869 -0.302518,6.13242 -0.385831,9.186783 -0.174741,6.40624 0.03432,12.82379 -0.160763,19.23186 0.0598,0.0577 0.131549,0.10288 0.192916,0.15894 -0.100089,-3.66956 -0.08548,-7.35954 -0.06431,-11.0305 0.01603,-2.78 0.02068,-5.54945 0.09646,-8.32851 0.08329,-3.054326 0.256497,-6.102172 0.385831,-9.154996 0.101078,-1.303677 0.191709,-2.606007 0.289373,-3.909947 z m 0,-0.635764 c 0.01195,-0.158894 0.02015,-0.317933 0.03215,-0.476823 -0.03233,-4.288127 -0.08077,-8.587468 -0.225068,-12.874217 -0.164278,-4.880454 -0.482392,-10.361935 -0.73951,-15.25833 -0.116925,-2.174423 -0.239226,-4.373821 -0.353678,-6.548367 -0.08804,-1.672652 -0.182243,-3.317516 -0.257221,-4.990746 3.03e-4,0.360398 -2.85e-4,0.7204 0,1.080798 0.203895,3.469325 0.419564,6.954713 0.578747,10.426526 0.257065,4.894981 0.575242,10.379433 0.739509,15.258331 0.150275,4.463172 0.193591,8.918189 0.225068,13.382828 z M 26.157493,48.424908 c -0.01305,-0.222034 -0.01907,-0.445521 -0.03215,-0.667552 0.01169,14.267532 0.0017,28.519367 0,42.786903 0.02603,2.390964 0.04707,4.7936 0.03215,7.184131 -0.01335,-2.376981 0.0071,-4.774985 0.03215,-7.152343 0.0016,-14.05554 -0.02105,-28.095602 -0.03215,-42.151139 z m -0.03215,-0.667552 c -3.04e-4,-0.370998 3.23e-4,-0.741588 0,-1.112586 C 25.890726,40.782861 25.905508,34.899364 25.835967,29.034113 25.789316,22.287328 25.746566,15.532112 25.771662,8.7850365 25.48415,9.1765123 25.222728,9.5895228 25,10.024776 c 0.01308,6.156431 0.04446,12.313569 0.192915,18.468938 0.182127,6.429241 0.554127,12.843533 0.932426,19.263642 z M 25.771662,8.7850365 c 0.07931,1.7413515 0.198509,3.5040825 0.289373,5.2450515 -0.0065,-1.209276 -0.0458,-3.207976 -0.06431,-5.5311452 -0.07521,0.094352 -0.153593,0.1887743 -0.225068,0.2860937 z m 0.289373,5.2450515 c 0.001,0.187626 -7.37e-4,0.721808 0,0.858281 0.0477,8.830093 0.05011,17.681164 0.06431,26.51135 0.002,1.748991 -0.0015,3.496059 0,5.245051 0.0094,0.234448 0.02165,0.464939 0.03215,0.69934 -0.0017,-1.97159 0.0022,-3.941013 0,-5.912603 -0.01419,-8.830194 -0.01661,-17.681248 -0.0643,-26.51135 0.117896,2.172849 0.249055,4.315051 0.417984,6.484791 0.283309,3.638842 0.507524,5.66503 0.86812,9.313939 0.160274,1.62186 0.325641,3.241398 0.482288,4.863593 0.165253,2.125293 0.614412,7.617234 0.707357,9.758974 0.0691,1.592301 0.06753,3.174764 0.09646,4.768228 0.05382,2.964182 0.113912,5.937117 0.192916,8.900693 0.0094,-0.392345 0.02234,-0.783826 0.03215,-1.176163 0.0022,-0.317886 -0.0025,-0.635761 0,-0.953645 C 28.90703,52.996399 28.87662,49.0986 28.85832,45.214301 28.705908,42.590432 28.351402,38.268048 28.150954,35.804997 27.209999,26.749596 26.5997,17.690435 26.318256,8.5943073 c -0.0035,-0.1590932 0.0034,-0.3177261 0,-0.4768228 -0.09047,0.1016634 -0.171339,0.2122674 -0.257221,0.3178819 0.02019,3.0556956 0.03113,6.1749996 0.03215,6.3258496 -0.01306,-0.242519 -0.01949,-0.488588 -0.03215,-0.731128 z m 2.797276,31.184213 c 0.0062,0.106467 0.02672,0.281066 0.03215,0.381458 0.0845,1.562738 0.153915,3.140678 0.192916,4.704652 0.06551,-2.046255 0.145722,-4.089338 0.225068,-6.13512 -0.03906,-4.795247 -0.09972,-9.606546 -0.257221,-14.40005 -0.105511,-2.621121 -0.28431,-7.262114 -0.417983,-9.854338 -0.22574,-4.377509 -0.541611,-8.755637 -0.835968,-13.1285225 -0.01887,0.013687 -0.04554,0.017964 -0.0643,0.031788 0.461004,7.5568165 0.794791,15.1277435 0.964578,22.6967675 0.104531,5.237979 0.136073,10.464333 0.160763,15.703365 z m 0.450136,-1.04901 c 0.0022,0.275827 -0.0021,0.550663 0,0.826493 0.09248,-2.508344 0.213956,-5.026674 0.353678,-7.533801 0.403906,-7.600941 0.862647,-15.19594 1.350409,-22.792132 -0.200137,3.113576 -0.445702,6.236222 -0.643052,9.345728 -0.459115,7.233968 -0.388511,6.204782 -0.771662,13.414616 -0.10628,2.246312 -0.202222,4.492054 -0.289373,6.739096 z m 1.704087,-29.49944 c 0.192531,-2.998376 0.384303,-5.9977898 0.578747,-8.9960571 -0.01357,-0.1699227 -0.01883,-0.3386723 -0.03215,-0.508611 -0.03343,0.00611 -0.06316,0.025322 -0.09646,0.031788 -0.0013,0.052784 0.0014,0.106159 0,0.1589409 -0.08353,3.115249 -0.249999,6.2003642 -0.450136,9.3139392 z m -1.704087,30.325933 c -0.08769,2.378401 -0.139543,4.741341 -0.192916,7.120554 0.07322,4.090336 0.06416,8.181382 0.192916,12.270241 0.03158,1.368324 0.06622,2.732334 0.09646,4.100677 0.01006,-0.10584 0.02211,-0.21204 0.03215,-0.317882 -0.0074,-3.62638 -0.03326,-7.277064 -0.06431,-10.903349 -0.02825,-4.09501 -0.03373,-8.175135 -0.0643,-12.270241 z m 0.12861,23.17359 c 2.58e-4,0.126867 -2.49e-4,0.254591 0,0.381458 0.198726,-2.08997 0.396393,-4.170918 0.578747,-6.262273 0.798845,-9.161559 1.40881,-18.348928 1.929155,-27.528572 0.343569,-5.689315 0.49563,-11.374475 0.610899,-17.070258 -0.16124,5.683327 -0.392691,11.360075 -0.643051,17.03847 -0.520293,9.179593 -1.130343,18.335275 -1.929156,27.496783 -0.172542,1.978871 -0.359009,3.966795 -0.546594,5.944392 z m 0,0.381458 c -0.0081,0.08513 -0.02404,0.169173 -0.03215,0.254306 0.0063,0.286484 0.02587,0.571796 0.03215,0.858281 -6.72e-4,-0.370028 7.27e-4,-0.742559 0,-1.112587 z m -0.03215,0.254306 c -0.0023,-0.106019 0.0023,-0.211863 0,-0.317882 -0.05829,0.613098 -0.10194,1.230662 -0.160763,1.843715 0.0034,0.0952 -0.0034,0.190893 0,0.286093 0.05804,-0.604463 0.103186,-1.207425 0.160763,-1.811926 z m -0.160763,1.525833 c -0.07296,-2.065164 -0.147401,-4.133575 -0.225068,-6.198697 -0.02109,-0.509841 -0.04583,-1.015932 -0.06431,-1.525833 -0.02038,2.795755 -0.03112,5.596172 -0.03215,8.392082 0.0025,0.826191 -0.0029,1.65326 0,2.479478 0.100645,-1.049138 0.22086,-2.097893 0.321526,-3.14703 z M 29.115531,52.112338 c -0.0081,-0.454544 -0.0217,-0.91241 -0.03215,-1.366892 -0.07462,2.364057 -0.133791,4.724271 -0.192916,7.088766 -0.0043,0.614579 0.0036,1.229131 0,1.843715 0.02423,0.860156 0.03408,1.714827 0.06431,2.574844 0.02596,-3.380927 0.08494,-6.760478 0.160763,-10.140433 z m -0.225068,7.565589 c -0.0063,-0.223166 -0.0262,-0.444378 -0.03215,-0.667552 -0.09406,3.912861 -0.161255,7.816573 -0.225068,11.729842 -0.03578,2.316645 -0.07191,4.644747 -0.09646,6.961613 0.08477,-0.912681 0.170307,-1.821284 0.25722,-2.733784 0.0194,-5.09701 0.06674,-10.193146 0.09646,-15.290119 z M 28.536785,77.70183 c -0.139944,1.506782 -0.288649,3.006247 -0.417984,4.513923 -0.137237,1.599835 -0.264859,3.198931 -0.385831,4.800017 0.0016,0.211747 -0.0015,0.424015 0,0.635764 0.13462,-1.792064 0.264391,-3.581603 0.417984,-5.372204 0.118027,-1.376015 0.258747,-2.757214 0.385831,-4.132465 0.0016,-0.148084 -0.0016,-0.29695 0,-0.445035 z m 3.568937,31.88355 c 0.04589,-0.88793 0.08297,-1.78229 0.12861,-2.6702 0.100226,-3.86105 0.201852,-7.724391 0.225069,-8.614603 0.13729,-5.050613 0.228024,-10.111568 0.321525,-15.162966 -0.0015,-0.805312 0.0019,-1.610591 0,-2.415903 -0.101287,5.847437 -0.226912,11.700668 -0.385831,17.547081 -0.03041,1.166066 -0.167057,6.565391 -0.289373,11.316591 z m 0.675204,-28.863672 c 0.166363,-9.604267 0.287849,-19.22642 0.353679,-28.831887 0.04035,-9.919921 -0.01464,-19.836888 -0.289373,-29.753745 -0.02414,-0.56113 -0.066,-1.124061 -0.09646,-1.684774 -0.02733,2.390149 -0.08453,4.794185 -0.128611,7.184131 -0.20006,7.269775 -0.275355,14.534901 -0.225068,21.806697 0.132143,9.317265 0.269524,18.624326 0.385831,27.941819 0.0034,1.112599 -0.0026,2.225158 0,3.337759 z m 0.09646,-2.256961 c 0.07536,-4.643463 0.11175,-9.279403 0.160763,-13.923227 -0.05868,4.306237 -0.105871,8.599716 -0.160763,12.906005 -0.001,0.339033 9.69e-4,0.678189 0,1.017222 z M 33.038147,64.54152 c 0.06547,-4.804799 0.123163,-9.595319 0.192916,-14.400049 0.01716,-2.456287 0.01,-4.918913 0,-7.37486 -0.04458,3.058133 -0.07874,6.128133 -0.06431,9.186786 -0.02877,4.197312 -0.08431,8.390937 -0.12861,12.588123 z m 0.192916,-21.774909 c 0.09363,-6.423146 0.23135,-12.840011 0.160763,-19.263643 -0.21949,-1.612042 -0.36123,-3.212296 -0.482289,-4.831805 0.02875,3.093489 0.07319,6.188981 0.12861,9.282152 0.129918,4.932467 0.172825,9.880229 0.192916,14.813296 z m 2.86158,1.557621 c 0.05126,-0.37207 0.108438,-0.740648 0.160763,-1.112587 1.19e-4,-0.09546 -1.44e-4,-0.190636 0,-0.286093 -0.05839,0.413626 -0.103583,0.825962 -0.160763,1.239739 0.0073,0.05411 -0.0072,0.105468 0,0.158941 z m 0,-0.158941 c -0.0075,-0.0555 -0.02454,-0.102734 -0.03215,-0.158941 -0.0016,0.12752 0.0016,0.253938 0,0.381458 0.01023,-0.07442 0.02187,-0.148105 0.03215,-0.222517 z m 0.160763,-1.239739 c 0.02238,-0.158505 0.04182,-0.318333 0.06431,-0.476823 -0.0201,-0.211807 -0.04445,-0.423941 -0.06431,-0.635764 -9.83e-4,0.371217 5.61e-4,0.741366 0,1.112587 z m 0.06431,-0.476823 c 0.0061,0.06392 0.02606,0.126812 0.03215,0.190729 0.195362,-1.379132 0.388051,-2.752753 0.578746,-4.132465 0.08596,-0.646163 0.169561,-1.293123 0.257221,-1.939079 -0.0014,-0.148468 0.0015,-0.296568 0,-0.445035 -0.105098,0.773236 -0.218626,1.547036 -0.321526,2.320538 -0.183596,1.32826 -0.358243,2.677641 -0.546594,4.005312 z m 0.03215,0.190729 c -0.02718,0.191851 -0.06946,0.380314 -0.09646,0.572187 -9.27e-4,0.742446 -2.85e-4,1.48273 0,2.225174 0.285703,2.129195 0.526535,4.049809 0.771662,6.739096 0.06831,0.749438 0.104901,1.506536 0.160763,2.256961 0.002,-0.295826 -0.0019,-0.594241 0,-0.890069 -0.240774,-3.477855 -0.484691,-6.952975 -0.803815,-10.426526 -0.01524,-0.158371 -0.01706,-0.318443 -0.03215,-0.476823 z m 0.09646,62.209482 c -10e-6,0.12738 -4.3e-5,0.25409 0,0.38146 0.191899,-2.29072 0.372998,-4.57428 0.546594,-6.866247 0.0136,-0.404082 0.02025,-0.803827 0.03215,-1.207951 -0.189742,2.568243 -0.36449,5.126148 -0.578746,7.692738 z M 45.384741,5.002242 c 0.0043,0.3392794 -0.0026,0.6779232 0,1.017222 0.01867,2.4415692 0.03704,4.86963 0.03215,7.311284 -0.0049,-2.420518 0.01145,-4.8590826 0.03215,-7.2794958 0.003,-0.3507378 -0.0051,-0.6982985 0,-1.0490102 l -0.06431,0 z m 3.7297,0 c -4.01e-4,1.3278158 7.13e-4,2.6464046 0,3.9735236 -0.0063,13.3453584 8.6e-4,26.7077584 0,40.0531184 0.03008,10.273164 -0.148333,20.529699 -0.160763,30.802755 0.02777,7.738696 -0.240914,15.467854 -0.289373,23.205381 -0.02293,6.01943 0.04046,12.03942 -0.192915,18.05569 -0.04931,0.63071 -0.07994,1.27428 -0.128611,1.90729 l 0.321526,0 c 0.325459,-2.14127 0.66955,-4.2802 0.99673,-6.42121 -0.05492,-4.24587 -0.05326,-8.49998 -0.0643,-12.74707 -0.04903,-7.90403 -0.314651,-15.808845 -0.289373,-23.713987 -0.01264,-10.357169 -0.191343,-20.699789 -0.160763,-31.057061 8.61e-4,-13.345359 -0.0062,-26.707759 0,-40.0531182 7.19e-4,-1.3387596 3.47e-4,-2.6654495 0,-4.0053118 l -0.03215,0 z m 0.546594,111.576548 c 0.0082,0.6342 0.0197,1.27312 0.03215,1.90729 0.06151,-0.35964 0.09811,-0.72134 0.160763,-1.0808 -8.11e-4,-0.71961 6.73e-4,-1.44198 0,-2.1616 -0.06805,0.4437 -0.125106,0.89137 -0.192916,1.33511 z m 0.192916,-1.33511 c 0.01451,-0.0946 0.01763,-0.19147 0.03215,-0.28609 -0.0025,-2.79812 0.0017,-5.59398 0,-8.39208 -0.0031,-12.220573 -0.0016,-24.463005 0,-36.683574 -0.01094,-0.285332 -0.02015,-0.578578 -0.03215,-0.890069 -0.0016,12.505112 -0.0031,25.004954 0,37.510063 0.0017,2.91017 -0.0027,5.83157 0,8.74175 z m 0,-46.251813 c 2.36e-4,-1.875767 -1.83e-4,-3.750743 0,-5.62651 1.43e-4,-1.568209 -1.24e-4,-3.136442 0,-4.704652 -0.139103,-7.58893 -0.276796,-15.170032 -0.321526,-22.760343 -0.08053,-5.064611 0.06823,-10.138285 0.321526,-15.194755 6e-6,-0.339072 -6e-6,-0.678149 0,-1.017222 -0.286766,5.385224 -0.439398,10.785679 -0.353679,16.180189 0.02537,10.464492 -0.06556,20.914411 0.289374,31.374942 0.02853,0.756754 0.04072,1.136477 0.06431,1.748351 z m 0,-49.303482 c 0.01075,-0.201784 0.02103,-0.402205 0.03215,-0.603975 1.5e-5,-0.943045 -1.5e-5,-1.886104 0,-2.829149 0.03287,-3.75297 0.01625,-7.4993735 0,-11.253019 l -0.03215,0 c -0.01534,3.7457679 -0.03096,7.476072 0,11.221231 -1.8e-5,1.154965 2e-5,2.309947 0,3.464912 z m 0.03215,-0.603975 c -6e-6,0.31788 5e-6,0.635766 0,0.953645 0.241811,-4.628715 0.584747,-9.238928 0.964577,-13.85965 -0.0022,-0.2122709 0.002,-0.4234954 0,-0.6357638 -0.373361,4.5062758 -0.715812,9.0278338 -0.964574,13.5417688 z m 0.96458,-13.5417688 c 0.01498,-0.1807636 0.04923,-0.3596488 0.0643,-0.5403992 l -0.0643,0 c 0.0016,0.1804259 -0.0017,0.3599713 0,0.5403992 z m 0.0643,-0.5403992 c 0.0022,0.2014921 -0.0019,0.4024795 0,0.6039756 0.01666,-0.2011292 0.04752,-0.4028628 0.06431,-0.6039756 l -0.06431,0 z m 0,0.6039756 c -0.01579,0.1906414 -0.04863,0.3815314 -0.0643,0.5721874 0.0476,4.649312 0.134109,9.306045 0.03215,13.955015 -0.08082,3.6853 -0.264502,7.344707 -0.353679,11.030502 0.01359,7.191525 0.06594,14.392425 0.09646,21.58418 0.01951,7.14209 -0.0762,14.283279 -0.09646,21.425239 -0.01703,7.570901 0.118966,15.158143 0.192916,22.728556 0.07786,4.321963 0.04122,8.617453 -0.03215,12.937793 0.176152,-1.1222 0.366768,-2.24789 0.546594,-3.36955 -0.02184,-3.0427 -0.02336,-6.0798 0.03215,-9.123209 0.0741,-7.467441 0.178493,-14.94273 0.160763,-22.410673 -0.01983,-7.194567 -0.08746,-14.389485 -0.06431,-21.58418 0.03499,-7.135879 0.08297,-14.257817 0.09646,-21.393452 C 51.365469,28.06306 51.155012,24.155153 51.043597,20.260573 50.903762,15.372654 50.960769,10.495378 50.914986,5.6062176 z M 51.236512,106.47014 c 0.0078,1.08401 -0.0164,2.15849 0,3.2424 0.265408,-1.41758 0.539643,-2.84257 0.803815,-4.25962 0.09815,-0.50859 0.1896,-1.01713 0.289373,-1.52583 0.0094,-1.43031 0.0234,-2.86109 0.03215,-4.291409 -0.295118,1.772739 -0.607004,3.540689 -0.900273,5.308629 -0.08214,0.50668 -0.143815,1.01902 -0.225068,1.52583 z m 1.125341,-6.834459 c 0.01605,-0.0964 0.04836,-0.189681 0.0643,-0.286094 0.03457,-8.548671 0.02133,-17.104679 0.09646,-25.653068 -0.0067,-11.194244 -0.03057,-22.373955 -0.03215,-33.568328 0.02685,-7.123159 -0.0017,-14.238323 0,-21.361663 -0.01191,-0.170028 -0.02075,-0.282561 -0.03215,-0.445035 0.0044,7.259716 -0.02769,14.515342 0,21.77491 0.0016,11.171076 -0.04888,22.333793 -0.06431,33.504751 0.06099,8.67717 0.02094,17.357262 -0.03215,26.034527 z m 0.09646,-81.314188 c -1.23e-4,-0.201071 1.93e-4,-0.402905 0,-0.603975 -0.31156,-4.433386 -0.492387,-7.107248 -0.707359,-12.715276 l -0.03215,0 c 0.22465,5.855112 0.392668,8.377669 0.73951,13.319251 z m 0,-0.603975 c 0.01149,0.163514 0.02012,0.30551 0.03215,0.476822 0.0025,-4.329033 0.0026,-8.6727381 0.06431,-13.0013689 0.0015,-0.063604 -0.0015,-0.127125 0,-0.1907291 l -0.192915,0 c 2.28e-4,0.010615 -2.29e-4,0.021173 0,0.031788 0.05899,4.2221155 0.09239,8.46101 0.09646,12.683488 z m 0.03215,0.476822 c -1.09e-4,0.19052 4.4e-5,0.381667 0,0.572188 0.06123,0.874307 0.08427,1.170564 0.160763,2.288749 0.239422,2.899813 0.467093,5.810217 0.707357,8.709964 0.302355,3.649128 0.546601,6.419319 0.771662,9.218575 0.0024,-0.116267 -0.0024,-0.233403 0,-0.34967 -0.216087,-2.673729 -0.44988,-5.341717 -0.739509,-8.837117 -0.240272,-2.899726 -0.467918,-5.810171 -0.707357,-8.709963 -0.09669,-1.413136 -0.119925,-1.85348 -0.192916,-2.892726 z m 1.639782,20.439806 c 0.180173,2.229349 0.340814,4.453795 0.546594,7.343072 0.02117,0.297193 0.04339,0.592871 0.0643,0.890069 -3.02e-4,-0.698634 -0.0054,-1.399305 0,-2.09802 0.07823,-8.096558 0.289753,-16.196283 0.643052,-24.286177 0.133329,-3.326089 0.238139,-5.908607 0.289373,-9.250363 0.0086,-0.562196 0.02595,-1.122555 0.03215,-1.684774 -0.03743,-0.7525591 -0.08402,-1.5047408 -0.12861,-2.2569614 -0.03296,1.2439915 -0.07237,2.5063944 -0.128611,3.7510064 -0.05178,1.145971 -0.4725,7.833847 -0.546594,9.059634 -0.448636,6.17243 -0.64224,12.347734 -0.771662,18.532514 z M 55.577112,7.2909916 c 0.02025,-0.7641651 0.01948,-1.5246704 0.03215,-2.2887496 l -0.192915,0 c 0.05262,0.7605617 0.115652,1.5277857 0.160763,2.2887496 z m 0.12861,2.2569614 c 0.257482,5.176614 0.338296,10.361905 0.289373,15.544424 -0.05404,5.067838 0.03319,10.1272 0.09646,15.194755 0.171116,-8.112299 0.282699,-16.235866 0.353679,-24.349753 0.007,-1.271605 -0.0065,-2.542968 0,-3.814583 C 56.330497,9.7481148 56.209467,7.3733953 56.027248,5.002242 l -0.289373,0 c -0.0016,1.516845 -0.01541,3.028967 -0.03215,4.545711 z m 0.73951,2.574843 c 0.01232,0.254911 0.05252,0.507979 0.06431,0.762917 0.01672,-2.629303 0.02494,-5.2541368 0.03215,-7.883471 l -0.0643,0 c -0.0095,2.3737429 -0.01999,4.7468361 -0.03215,7.120554 z m 0.06431,0.762917 c -0.0065,1.02843 -0.0236,2.055031 -0.03215,3.083454 -0.03133,3.580301 -0.04861,7.164313 -0.09646,10.744408 0.06764,-3.135473 0.172646,-6.275598 0.289374,-9.409304 -0.05546,-1.471818 -0.09278,-2.947348 -0.160763,-4.418558 z m 0.160763,4.418558 c 0.07972,2.11561 0.148493,4.242039 0.225068,6.357638 0.09538,-6.116652 0.304044,-12.234995 0.675204,-18.3417852 0.0061,1.7594115 0.02642,3.517428 0.03215,5.2768392 0.0434,2.85529 0.05727,5.728478 0.03215,8.582811 0.03222,-2.844451 0.08084,-5.705975 0.03215,-8.551023 -0.0061,-1.8759973 -0.02559,-3.7505115 -0.03215,-5.626509 l -0.03215,0 c -0.0078,0.1128234 -0.02396,0.1366799 -0.03215,0.2543055 -2.94e-4,-0.084788 2.97e-4,-0.1695173 0,-0.2543055 l -0.192915,0 c -0.0085,0.1071641 0.0089,0.014835 0,0.1271527 C 57.04279,9.1762214 56.821334,13.249575 56.6703,17.304271 z m 0.964577,1.875503 c -0.06526,7.417029 -0.328688,14.80739 -0.610899,22.219945 -0.01511,1.041678 -0.01946,2.073693 -0.03215,3.115242 -0.01388,1.229036 -0.05433,2.458357 -0.06431,3.68743 -0.0018,0.226311 -0.02303,2.049421 -0.03215,3.878159 0.0047,1.29223 0.02842,2.585924 0.03215,3.878159 0.01347,2.170315 0.02309,4.346407 0.03215,6.516579 0.246072,-5.747245 0.468724,-11.474879 0.385831,-17.229199 0.0015,-0.492694 0.02967,-9.250442 0.03215,-9.504668 0.05389,-5.519022 0.194697,-11.042651 0.25722,-16.561647 z m -0.675204,43.295514 c -0.12348,2.884008 -0.222834,5.761758 -0.321526,8.646387 -0.06186,-0.595086 -0.133756,-1.184794 -0.192915,-1.780138 -0.007,0.211309 0.0068,0.42445 0,0.635764 0.05399,0.613046 0.105333,1.230778 0.160763,1.843715 0.0069,-0.212221 0.02492,-0.423551 0.03215,-0.635764 0.02784,0.267223 0.186683,1.852364 0.321526,3.083454 0.0206,-3.935626 0.01644,-7.857911 0,-11.793418 z m 0,11.793418 c -0.0032,0.605271 0.0044,1.206643 0,1.811927 0.29574,3.190501 0.576224,6.37507 0.835967,9.568245 0.120526,1.481695 0.185595,2.512217 0.257221,3.592065 0.04257,-0.690695 0.103718,-1.343406 0.160763,-2.225173 -0.151036,-1.971791 -0.319725,-3.942787 -0.514441,-5.912603 -0.06611,-0.668821 -0.440509,-4.104647 -0.73951,-6.834461 z m 1.253951,12.747064 c 0.212046,-3.276305 0.464108,-6.927635 0.546594,-8.233141 0.05544,-0.877517 0.108861,-1.760924 0.160763,-2.63842 0.0035,-0.264581 -0.0034,-0.530121 0,-0.794705 -0.06526,1.12408 -0.121891,2.245444 -0.192916,3.369549 -0.08267,1.308474 -0.301877,5.011059 -0.514441,8.296717 z m 0.707357,-11.666266 c 0.02401,-0.413453 0.04104,-0.826279 0.06431,-1.239739 0.07314,-6.022834 0.124567,-12.03301 0.160763,-18.055691 0.05813,-13.804478 0.04374,-27.615463 0.03215,-41.420011 0.0793,-3.212701 0.109887,-6.4188927 0.160763,-9.631821 l -0.417984,0 c 0.05506,3.1996125 0.111063,6.400656 0.192915,9.600033 0.01159,13.804537 0.05811,27.583755 0,41.388222 -0.03873,6.446025 -0.109983,12.912886 -0.192915,19.359007 z m 0.06431,-1.239739 c -0.0035,0.285738 0.0036,0.572546 0,0.858281 0.299869,-5.221106 0.564971,-10.444599 0.771662,-15.671577 0.157816,-5.811055 0.282289,-11.609233 0.450136,-17.419928 -0.171341,5.794005 -0.387709,11.593267 -0.514441,17.38814 -0.196013,4.957643 -0.428644,9.892958 -0.707357,14.845084 z m 0,0.858281 c -0.02246,0.391042 -0.04118,0.785124 -0.06431,1.176163 -0.07237,5.426431 -0.178694,10.850685 -0.321526,16.275553 0.0126,0.201431 0.01979,0.402516 0.03215,0.603976 0.161914,-6.017891 0.277657,-12.03591 0.353678,-18.055692 z m -0.353678,18.055692 c -0.03482,1.294001 -0.05636,2.5843 -0.09646,3.878159 -0.01252,-0.244923 -0.02071,-0.486123 -0.03215,-0.731129 -0.135594,4.486212 -0.303849,8.962382 -0.514441,13.446402 0.0061,0.0962 0.026,0.18988 0.03215,0.2861 0.20368,-4.30357 0.380547,-8.6004 0.514442,-12.906009 0.170599,3.301959 0.428541,6.595119 0.739509,9.886129 0.08324,-0.54983 0.175147,-1.10301 0.257221,-1.65299 -0.309427,-3.25248 -0.582364,-6.494453 -0.739509,-9.758972 -0.04685,-0.817588 -0.110613,-1.630584 -0.160763,-2.44769 z M 59.53188,105.2304 c 0.07449,0.78302 0.110486,1.57006 0.192916,2.35233 0.388919,-3.4403 0.779405,-6.88314 1.093188,-10.331163 0.22142,-2.236398 0.412275,-4.46498 0.578746,-6.707308 -0.102181,1.1203 -0.225343,2.240201 -0.353678,3.560277 -0.432118,3.725467 -0.957634,7.416554 -1.511172,11.125864 z m 0.192916,2.35233 c -0.06954,0.61511 -0.123897,1.22854 -0.192916,1.84371 0.07765,0.77221 0.144559,1.54857 0.225068,2.32054 0.07743,-0.63548 0.148097,-1.27177 0.225068,-1.90729 -0.08622,-0.75094 -0.178017,-1.50532 -0.25722,-2.25696 z m 0.25722,2.25696 c 0.25188,2.19377 0.529331,4.39273 0.835968,6.58015 -0.01069,-0.8597 -0.03655,-1.71502 -0.03215,-2.57484 0.04602,-5.31153 0.293645,-10.60636 0.835967,-15.894093 0.07457,-0.919945 0.124075,-1.845389 0.192916,-2.765572 -0.651264,4.876635 -1.241248,9.771015 -1.832698,14.654355 z m 1.832698,-14.654355 c 0.01843,-0.13798 0.04577,-0.27528 0.0643,-0.413247 0.316734,-3.468764 0.400606,-3.737158 0.482289,-7.247707 0.02494,-1.07196 0.03279,-2.138528 0.03215,-3.210607 -0.01315,0.748677 -0.03469,1.430577 -0.0643,2.320538 -0.09494,2.853587 -0.301506,5.704745 -0.514441,8.551023 z M 62.39346,84.313774 c 0.0326,-1.856078 0.02948,-3.576875 0.03215,-5.785451 0.0016,-1.339929 -6.42e-4,-2.665383 0,-4.005311 -0.01254,-4.87249 -0.06538,-9.750143 -0.09646,-14.622567 -0.06726,-1.01559 -0.142882,-2.035136 -0.192915,-3.051667 0.01445,4.287945 0.04413,8.554513 0.0643,12.842429 -0.03708,4.871682 0.190032,9.750561 0.192915,14.622567 z M 62.13624,56.848778 c -0.02139,-6.347579 -0.0055,-12.693503 0,-19.041125 0.02151,4.57678 0.09205,9.156751 0.192915,13.732498 0.0022,-0.961255 -0.0068,-1.931461 0,-2.892725 0.0264,-8.175236 0.06368,-16.336014 0.289374,-24.508694 0.166176,-6.375798 0.357724,-12.765826 0.675204,-19.13649 l -0.771662,0 c -0.159942,1.840045 -0.310814,3.6885939 -0.417984,5.531145 0.01472,8.770321 0.03225,17.550298 0.03215,26.32062 -0.0095,-2.393515 -0.03089,-4.79057 -0.03215,-7.18413 -0.0046,1.331755 -0.02281,2.673562 -0.03215,4.005312 -3e-5,1.048623 1.1e-5,2.098408 0,3.14703 0.0051,6.003406 0.02086,11.988758 0,17.992115 0.02273,0.677709 0.03098,1.357315 0.0643,2.034444 z m -0.0643,-2.034444 c -0.01422,-0.423905 -0.05499,-0.847354 -0.06431,-1.271527 -0.06964,-6.626562 0.01784,-13.24058 0.06431,-19.867618 1.13e-4,-3.982653 0.0018,-7.969703 0,-11.95236 0.02816,2.652938 0.04137,5.294107 0.03215,7.947048 -0.0014,-2.637129 0.0022,-5.278268 0,-7.915259 -0.0034,-3.388905 -0.01994,-6.783172 -0.03215,-10.172221 -0.208673,3.924265 -0.323604,7.862168 -0.353679,11.793418 0.04027,8.302479 0.101788,16.587606 0.12861,24.890152 0.0663,8.566591 -0.04592,17.150153 -0.0643,25.716645 0.0011,1.341351 -0.002,2.663961 0,4.005312 0.0046,3.144345 0.03688,4.968211 -0.09646,8.105988 0.272267,-5.521062 0.173319,-11.037202 0.289373,-16.561646 0.02455,-4.90221 0.07942,-9.815685 0.09646,-14.717932 z m -0.385831,31.279578 c -0.02927,0.688798 -0.08817,1.377884 -0.128611,2.066233 0.02838,-0.407478 0.07117,-0.762093 0.09646,-1.207951 0.01622,-0.285964 0.01805,-0.57225 0.03215,-0.858282 z m 0.417983,-75.560525 c -0.0031,-1.8430219 0.0047,-3.6881272 0,-5.531145 l -0.0643,0 c 0.0052,2.0442917 0.0289,4.0908246 0.03215,6.13512 0.01116,-0.201961 0.02041,-0.40204 0.03215,-0.603975 z m 0.225068,41.006764 c -0.0064,2.786039 -0.01777,5.574304 0,8.360294 0.254949,3.849298 0.576283,7.68824 0.803815,11.539112 0.02581,0.436879 0.115934,2.161065 0.192916,3.846371 0.01677,-2.395917 0.01751,-4.788203 0.03215,-7.184131 -0.417567,-4.742938 -0.807723,-9.483738 -0.99673,-14.241108 -0.02024,-0.771276 -0.01515,-1.549215 -0.03215,-2.320538 z m 1.028883,16.561646 c 0.01958,0.222443 0.04463,0.445115 0.0643,0.667552 0.06894,-11.142199 0.130124,-22.298795 0.160763,-33.441175 0.093,-10.115077 -0.04569,-20.210752 0.03215,-30.325932 l -0.09646,0 c 0.06751,10.102796 -0.04044,20.191392 0,30.294144 -0.03005,10.930352 -0.09397,21.875232 -0.160763,32.805411 z m 0.0643,0.667552 c -0.01594,2.576147 -0.01373,5.148395 -0.03215,7.72453 0.0396,0.87468 0.08368,1.943154 0.09646,2.225174 0.287443,3.82784 0.398349,7.677432 0.643051,11.507324 0.09564,1.49685 0.213291,2.986092 0.321526,4.482135 0.140858,-3.462725 0.243711,-6.929691 0.321526,-10.394738 C 64.634054,82.675921 64.494002,81.021651 64.32262,79.386605 64.063759,75.836572 63.7361,72.315954 63.422347,68.769349 z m 1.350409,15.544425 c 0.0081,0.09593 0.02409,0.190157 0.03215,0.286094 0.0965,-4.23173 0.173375,-8.451879 0.225068,-12.683488 0.110407,-12.665873 0.07321,-25.352479 0.06431,-38.018674 -0.0026,-9.636523 0.138511,-19.259048 0.192915,-28.895464 l -0.450136,0 c 0.06255,9.620984 0.209098,19.242565 0.225068,28.863676 0.0089,12.666177 0.01391,25.352815 -0.09646,38.018674 -0.05064,4.146785 -0.09979,8.282243 -0.192916,12.429182 z M 65.287193,5.002242 c 0.01906,7.629849 0.03084,15.257478 0.03215,22.887496 2.89e-4,10.647055 0.126164,21.30185 0.321526,31.94713 0.223491,8.789537 0.31052,17.573565 0.835967,26.352409 0.0513,1.468203 -0.07776,1.760706 0.675205,2.415902 0.0064,-0.07464 0.02574,-0.147876 0.03215,-0.222517 -0.14201,-0.125404 -0.248502,-0.226388 -0.417983,-0.381458 -0.09343,-0.08548 0.211983,-0.137673 0.25722,-0.254306 0.109132,-0.281377 0.137532,-0.59426 0.192916,-0.890069 0.09207,-0.491773 0.153504,-0.97329 0.225068,-1.462257 -0.07374,0.846694 -0.149361,1.696525 -0.225068,2.543055 -0.01272,0.148379 -0.01941,0.296664 -0.03215,0.445035 0.01134,0.01002 0.02098,0.02196 0.03215,0.03179 0.01165,-0.135395 0.0207,-0.311453 0.03215,-0.445034 0.0927,-1.036492 0.167476,-2.078507 0.257221,-3.115243 0.01367,-0.09697 0.05066,-0.188829 0.0643,-0.286094 -0.004,-0.02256 -0.02821,-0.04101 -0.03215,-0.06358 -0.0072,-0.0411 0.0071,-0.08605 0,-0.127153 -1.40097,-8.07954 -1.624738,-16.332595 -1.832688,-24.508692 -0.255764,-10.596516 -0.140079,-21.190021 -0.160763,-31.788189 -0.0017,-7.689005 0.0045,-15.389431 0.03215,-23.078225 l -0.289374,0 z m 2.250682,79.375108 c 0.498543,-5.788986 0.985472,-11.591912 1.382561,-17.388139 -0.02551,0.624186 -0.05206,1.446923 -0.0643,1.74835 -0.06248,1.007965 -0.135552,2.011629 -0.192916,3.019878 -0.157275,2.764356 -0.127183,2.920931 -0.353678,5.658298 -0.182931,2.210845 -0.438912,4.437845 -0.675205,6.643731 -0.02452,0.171776 -0.04038,0.338102 -0.06431,0.508611 0.174301,0.991662 0.366425,1.970123 0.578747,2.956302 0.4385,1.537404 1.06556,2.648234 -0.932425,0.890069 -0.0059,0.0681 -0.02625,0.153974 -0.03215,0.222518 0.334427,0.28593 0.819109,0.617974 1.575477,1.176163 0.142514,0.105173 0.07804,-0.33577 0.09646,-0.508611 0.142833,-1.340093 0.118818,-2.696488 0.25722,-4.0371 0.231695,-5.259997 0.619794,-10.499857 0.643052,-15.766942 0.04259,-1.292321 0.07354,-2.585796 0.09646,-3.878159 -0.106682,-2.377306 -0.245764,-4.744952 -0.385831,-7.120555 -0.165678,2.809478 -0.354423,5.615978 -0.546594,8.42387 0.02159,-0.528465 0.04023,-0.857531 0.06431,-1.462256 -0.421587,6.304554 -0.90449,12.617954 -1.446866,18.913972 z m 1.446866,-18.913972 c 0.166508,-2.490015 0.304615,-4.978969 0.450136,-7.470225 -0.07333,-1.219754 -0.173058,-2.436571 -0.25722,-3.655642 -0.0015,2.531485 -0.0079,5.066869 -0.06431,7.597378 -0.01339,0.600595 -0.07053,2.069665 -0.12861,3.528489 z m 0.450136,-7.470225 c 0.0102,0.169723 0.02214,0.338877 0.03215,0.508611 0.05064,-0.858777 0.112702,-1.715922 0.160763,-2.574843 -0.01057,-0.101592 -0.02313,-0.327901 -0.03215,-0.413247 -0.04592,0.827376 -0.112441,1.652237 -0.160763,2.479479 z m 0.160763,-2.479479 c 0.09474,-1.706996 0.173004,-3.410347 0.257221,-5.117898 -0.01112,-1.048941 -0.02144,-2.098015 -0.03215,-3.147031 C 69.781801,38.192278 69.63069,29.150084 69.209809,20.101632 69.006682,15.069985 68.802743,10.033857 68.59891,5.002242 l -0.192915,0 c 0.333567,4.993008 0.533555,10.000954 0.675204,15.004025 0.153209,8.920327 0.112944,17.844349 0.12861,26.765655 -0.03303,1.850176 -0.02954,3.680414 -0.03215,5.531145 0.355761,3.286663 0.162064,0.788656 0.417983,3.210607 z M 69.177657,52.303067 C 69.089768,51.491119 69.049396,51.014366 68.856131,49.124248 68.66339,47.239263 68.515617,45.352659 68.341689,43.465951 67.241358,29.339376 68.448421,45.27336 67.344959,30.464581 66.712917,21.982394 66.058051,13.503109 65.769482,5.002242 l -0.0643,0 c 0.289453,8.485768 0.976704,16.963352 1.60763,25.430551 1.103419,14.808213 -0.135667,-1.124739 0.964577,13.00137 0.364173,3.573692 0.651502,7.162281 0.900273,10.744408 3.52e-4,-0.627543 -8.85e-4,-1.247972 0,-1.875504 z m 0.675204,-1.907291 c 0.0029,0.275456 -0.0028,0.551042 0,0.826493 0.08749,-1.739476 0.180989,-3.473226 0.257221,-5.213263 0.340842,-7.77991 0.370378,-10.513011 0.578746,-18.182844 0.247407,4.972554 0.437294,9.929539 0.482289,14.90866 0.01556,9.511149 -6.76e-4,19.035027 0.09646,28.545794 -0.08135,6.445952 -0.223702,12.885766 -0.482289,19.327219 0.08393,-6.580644 0.154777,-13.161044 -0.03215,-19.740465 -0.182916,-4.023364 -0.438238,-8.006146 -0.835968,-12.015936 0.0024,2.256392 -0.02429,4.514681 -0.0643,6.770885 0.06953,1.549341 0.134308,3.091387 0.192916,4.641075 0.270579,8.354158 0.415093,16.723116 0.514441,25.080881 0.05894,-1.207515 0.142053,-2.415984 0.192916,-3.623853 0.279535,-6.787009 0.448157,-13.584961 0.578746,-20.376229 0.331012,-9.420104 0.25938,-18.836168 0.257221,-28.2597 -0.05616,-6.712792 -0.428564,-13.41764 -0.73951,-20.121924 -0.06619,1.602025 -0.121878,3.196527 -0.160763,4.800016 -0.0053,-0.106289 -0.02682,-0.211594 -0.03215,-0.317882 -0.0024,0.09546 0.0023,0.190634 0,0.286094 -0.210232,7.731611 -0.23675,10.439377 -0.578747,18.246421 -0.0646,1.474673 -0.152356,2.944286 -0.225068,4.418558 z m 0.803815,-22.951073 c 0.0379,-1.497754 0.131232,-2.985658 0.192915,-4.482134 -0.0044,-0.09511 0.0044,-0.190983 0,-0.286094 0.249508,-5.899281 0.696873,-11.795841 1.253951,-17.674233 l -0.03215,0 C 71.523754,10.785279 71.100144,16.587116 70.849591,22.390381 70.74966,20.219037 70.639129,18.045923 70.560218,15.873803 70.425915,12.245883 70.178167,8.6203156 69.885014,5.002242 l -0.643052,0 c 0.366455,3.4714676 0.636758,6.968899 0.803815,10.458314 0.188151,3.997175 0.410386,7.987234 0.610899,11.984147 z m 0.09646,64.275719 c -0.05729,1.391096 -0.125071,2.77363 -0.192916,4.164253 0.0084,0.720293 0.02446,1.441309 0.03215,2.161597 C 70.65026,106.35974 70.66736,114.68794 70.49591,123 l 0.192915,0 c 0.02813,-0.13914 0.06866,-0.27405 0.09646,-0.41325 -0.142672,-8.14384 -0.161521,-16.30026 -0.09646,-24.445114 0.02125,-2.140286 0.03652,-4.280706 0.06431,-6.421214 z m 0.03215,30.866328 c 0.0024,0.13762 -0.0025,0.27563 0,0.41325 l 1.125341,0 c 0.651298,-5.2605 1.346515,-10.52459 1.86485,-15.79873 -0.03708,-2.70926 -0.0694,-5.38886 -0.03215,-8.487446 -0.136378,1.976906 -0.300925,3.969486 -0.450136,5.944386 -0.432404,6.03032 -1.324096,12.00036 -2.507902,17.92854 z m 2.990191,-15.38548 c 0.02541,1.85681 0.01977,3.68913 0.06431,5.81724 0.05076,2.42566 0.133069,4.85403 0.192916,7.27949 0.03192,0.90085 0.06454,1.80116 0.09646,2.702 l 0.03215,0 c -0.03194,-0.88659 -0.065,-1.7826 -0.09646,-2.67021 -0.05986,-2.42544 -0.109991,-4.85386 -0.160763,-7.27949 -0.04722,-2.2557 -0.07116,-4.2032 -0.09646,-6.16691 -0.01027,0.1061 -0.02173,0.21179 -0.03215,0.31788 z m 0.03215,-0.31788 c 0.05442,-0.56203 0.110938,-1.12226 0.160763,-1.68478 0.575201,-8.230503 1.120261,-16.47725 0.996731,-24.731207 -0.01808,-5.973506 -0.06743,-11.955529 -0.128611,-17.928539 -0.09517,5.000567 -0.209115,10.005369 -0.385831,15.004026 -0.0043,0.826736 -0.02931,1.652721 -0.03215,2.479478 0.05028,5.877359 -0.218813,11.745213 -0.6109,17.610657 -0.0058,0.370066 -0.02771,0.742515 -0.03215,1.112587 -0.03567,2.970548 -0.0012,5.546298 0.03215,8.137778 z m 0,-9.250365 c 0.09508,-6.099676 0.359611,-12.182308 0.578747,-18.278209 0.02273,-0.602447 0.04301,-1.209441 0.06431,-1.811926 0.0041,-0.784248 -0.0052,-1.568094 0,-2.352326 -0.04533,1.369277 -0.07444,2.731598 -0.12861,4.100676 -0.228644,6.36018 -0.495574,12.740528 -0.578747,19.104702 0.01746,-0.255333 0.04724,-0.507555 0.06431,-0.762917 z M 74.450679,75.190564 C 74.607782,70.445187 74.759957,65.696499 74.83651,60.949455 74.80566,57.968203 74.76777,54.998329 74.74005,52.016974 74.73825,38.665878 74.72574,25.31476 74.64359,11.963855 74.62531,9.6424804 74.57059,7.323679 74.54713,5.002242 c 0.01487,2.3108939 0.01398,4.6225499 0.03215,6.929825 0.08217,13.350894 0.09462,26.702034 0.09646,40.053118 -0.07481,7.73698 -0.173458,15.468362 -0.225068,23.205379 z M 74.83651,60.949455 c 0.0053,0.509204 -0.0052,1.016629 0,1.525833 0.106723,-5.624503 0.181242,-11.254247 0.225068,-16.879529 0.02102,-10.601514 0.03866,-21.187263 0.160763,-31.788189 0.0541,-2.932441 0.09555,-5.8724535 0.128611,-8.805328 l -0.546594,0 c 0.03376,2.839123 0.04421,5.680487 0.09646,8.519235 0.124253,10.669643 0.191797,21.340607 0.09646,32.010706 -0.03687,5.140289 -0.07788,10.277564 -0.160763,15.417272 z m -4.276294,34.93522 c -0.0021,-0.180031 0.0021,-0.360369 0,-0.5404 -0.237272,4.861245 -0.542686,9.705765 -0.932425,14.558995 C 69.264886,114.26609 68.876074,118.63922 68.4703,123 l 0.06431,0 c 0.513513,-5.3114 0.513118,-5.67355 1.125341,-13.03316 0.385476,-4.68507 0.671317,-9.38922 0.900272,-14.082165 z M 69.852861,51.222269 c -0.07895,1.569658 -0.137263,3.135464 -0.225068,4.704652 0.07416,0.712681 0.116273,1.148009 0.289373,2.892725 -0.0028,-2.531875 -0.03811,-5.06516 -0.0643,-7.597377 z m -2.668665,37.414699 c -0.01165,-0.01 -0.02091,-0.022 -0.03215,-0.03179 -0.30176,3.512567 -0.619297,7.010323 -0.900273,10.521891 0.0086,0.05319 0.02357,0.105754 0.03215,0.158941 0.305515,-3.725957 0.6198,-7.393529 0.900272,-10.649043 z m -0.900272,10.649043 c -0.134765,1.643549 -0.268454,3.306309 -0.385831,4.895379 0.120473,-1.68568 0.218862,-3.36941 0.353678,-5.05432 -0.161604,-1.002721 -0.317071,-2.012387 -0.450136,-3.019878 -0.416652,-3.830445 -0.674023,-7.668163 -0.99673,-11.507324 -0.07925,3.47526 -0.178062,6.953658 -0.321526,10.426526 0.199716,2.624003 0.485709,5.224736 0.643052,7.851686 0.04046,1.81031 0.117661,3.62568 0.160762,5.43578 0.05376,1.88773 -0.05291,3.7719 -0.09646,5.65829 -0.05372,2.42246 -0.266284,4.83927 -0.546594,7.24771 -0.457375,-4.15986 -0.762025,-8.3194 -0.964578,-12.49276 0.202501,4.16225 0.476359,8.31215 0.932425,12.46097 0.0056,0.0497 0.02656,0.10894 0.03215,0.15894 0.07194,0.54578 0.15803,1.10652 0.225068,1.65299 l 0.192915,0 c 0.01563,-1.12678 0.01593,-2.22872 0.06431,-4.10068 0.04797,-1.85641 0.138517,-3.70969 0.225068,-5.56293 0.06231,-1.3343 0.146405,-2.67227 0.225068,-4.00531 -0.07636,1.33625 -0.167285,2.66805 -0.225068,4.00531 -0.13896,3.2159 -0.214292,6.44437 -0.257221,9.66361 l 0.932425,0 c 0.01645,-0.0733 0.01551,-0.14926 0.03215,-0.22252 0.304602,-1.54527 0.603573,-3.08443 0.835967,-4.64107 0.09041,-0.60561 0.202468,-1.2341 0.257221,-1.84372 0.02043,-0.22749 0.03106,-0.43919 0.03215,-0.66755 -0.0374,-1.94326 -0.147223,-3.9048 -0.09646,-5.84903 0.04006,-1.78698 0.144664,-3.5573 -0.06431,-5.34041 -0.164596,-1.72729 -0.463325,-3.4381 -0.739509,-5.149689 z m -1.639782,22.060999 c -0.0063,0.0536 -0.02579,0.10539 -0.03215,0.15895 -0.08198,0.49679 -0.14836,0.99652 -0.225068,1.49404 l 0.450136,0 c -0.06009,-0.54507 -0.135232,-1.13767 -0.192915,-1.65299 z M 63.679564,108.7271 c -0.0047,-0.0958 -0.0276,-0.19023 -0.03215,-0.28609 -0.07774,0.99106 -0.137232,1.99758 -0.225068,2.98809 -0.346147,3.86177 -0.751235,7.70991 -1.12534,11.5709 l 0.09646,0 c 0.559449,-5.78402 0.103409,-0.85585 1.061036,-11.53911 0.08093,-0.91252 0.152737,-1.8208 0.225068,-2.73379 z m -0.03215,-0.28609 c 0.0058,-0.0742 0.02639,-0.14832 0.03215,-0.22252 -0.438379,-9.419511 -0.360728,-18.864501 -0.321526,-28.291486 0.0087,-1.14498 0.02397,-2.288143 0.03215,-3.433125 -0.02151,-0.475048 -0.04013,-0.678604 -0.06431,-1.207951 -0.01076,1.537225 -0.02047,3.072067 -0.03215,4.609288 -0.03958,9.511923 -0.09792,19.041855 0.353678,28.545794 z m 0.03215,-0.22252 c 0.0044,0.0953 -0.0045,0.19076 0,0.2861 0.352103,-4.48613 0.61815,-8.983776 0.803815,-13.478196 -0.0074,-0.106343 -0.02446,-0.211556 -0.03215,-0.317882 -0.183497,4.51092 -0.421805,9.007328 -0.771662,13.509978 z m -2.86158,8.20135 c 0.01241,0.99767 0.02208,1.9904 0.03215,2.98809 0.02622,0.93302 0.02996,1.8654 0,2.79737 0.02652,0.2642 0.03908,0.53031 0.0643,0.7947 l 0.932425,0 c -0.094,-0.55037 -0.199854,-1.10189 -0.289373,-1.65299 -0.258687,-1.64638 -0.508178,-3.27695 -0.739509,-4.92717 z m 0.03215,5.78546 c -0.05102,-0.50841 -0.101945,-1.0185 -0.160763,-1.52584 -0.305515,-2.9738 -0.62229,-5.95874 -0.932425,-8.93248 -0.100639,0.826 -0.18731,1.65363 -0.289373,2.47948 -0.190939,1.17579 -0.416212,2.35325 -0.610899,3.52849 0.02109,-1.76435 0.122769,-3.52227 0.321526,-5.27684 0.109719,-1.01998 0.239298,-2.03219 0.353678,-3.05167 -0.08526,-0.8479 -0.177063,-1.69474 -0.257221,-2.54305 -0.321557,2.12388 -0.639584,4.26601 -0.964577,6.38942 -0.0125,0.0741 -0.01973,0.14843 -0.03215,0.22252 0.13198,1.59999 0.317656,3.20675 0.514442,4.80002 0.0245,-0.14754 0.03985,-0.29749 0.0643,-0.44504 -0.006,0.35946 -0.0041,0.72155 0,1.0808 0.177171,1.35873 0.396317,2.72095 0.643052,4.06889 l 1.318256,0 c 0.0092,-0.26481 0.02364,-0.52988 0.03215,-0.7947 z m -1.99346,-3.27419 c -0.02755,-0.21128 -0.03819,-0.42429 -0.0643,-0.63576 -0.186348,1.12198 -0.389884,2.24794 -0.578747,3.36955 0.02276,0.44412 0.03879,0.89111 0.0643,1.3351 l 0.707357,0 c -5.2e-5,-0.0145 4.3e-5,-0.017 0,-0.0318 -0.03257,-1.34187 -0.113355,-2.69494 -0.12861,-4.0371 z m -0.643052,2.73379 c -0.106221,-2.07284 -0.193155,-4.12406 -0.257221,-6.1987 -0.123656,0.77618 -0.267814,1.54355 -0.385831,2.32054 0.07901,-1.42661 0.205551,-3.20954 0.321526,-5.37221 -0.0044,-0.16953 -0.0278,-0.33908 -0.03215,-0.50861 -0.124721,2.24574 -0.24882,4.49494 -0.385832,6.7391 0.03814,-0.25457 0.05786,-0.50841 0.09646,-0.76292 -0.07545,1.35947 -0.22825,3.6674 -0.321526,5.1179 l 0.73951,0 c 0.07511,-0.44414 0.150273,-0.89091 0.225068,-1.3351 z m -0.73951,-3.01988 c -0.21819,1.4564 -0.432229,2.89756 -0.643051,4.35498 l 0.353678,0 c 0.09366,-1.45059 0.200785,-2.90396 0.289373,-4.35498 z m 0.385832,-6.7391 c 0.02649,-0.47697 0.07053,-0.9534 0.09646,-1.43047 0.01379,-0.28613 0.01872,-0.57213 0.03215,-0.85828 -0.01139,-0.18108 -0.02108,-0.35936 -0.03215,-0.5404 -0.115136,-1.88316 -0.217469,-3.77221 -0.25722,-5.65829 -0.04146,-1.96702 0.02254,-3.945211 0.03215,-5.912608 0.0767,-2.012472 0.123206,-4.028334 0.225068,-6.039756 0.01643,-0.324386 0.09255,-1.380882 0.128611,-1.970867 -0.005,-0.07604 -0.02706,-0.177554 -0.03215,-0.254306 -0.04193,0.680258 -0.110421,1.834316 -0.12861,2.193385 -0.101899,2.011466 -0.180486,4.027233 -0.257221,6.039756 -0.0097,1.96746 -0.0502,3.945206 -0.03215,5.912606 0.01694,1.84702 0.114763,3.68459 0.160763,5.53114 0.02478,0.99484 0.03876,1.99312 0.06431,2.98809 z m 0.225068,-22.410671 c 0.110564,1.69489 0.218588,3.338236 0.353678,5.690086 0.01339,0.33073 0.04887,0.654862 0.0643,0.985433 0.03782,-1.251414 0.06351,-2.499462 0.09646,-3.751006 -0.107591,-1.719565 -0.255615,-3.431983 -0.385831,-5.149687 -0.05616,0.870661 -0.08792,1.559367 -0.12861,2.225174 z m -0.192916,22.919281 c 0.02656,1.01614 0.03293,2.03565 0.06431,3.05167 0.104973,-0.65892 0.211183,-1.31272 0.321526,-1.97087 -0.09931,-1.20387 -0.180246,-2.38816 -0.257221,-3.59206 -0.0095,0.20149 -0.02244,0.40249 -0.03215,0.60397 -0.05064,0.93168 -0.0553,1.13987 -0.09646,1.90729 z M 56.959673,76.080633 c -0.127343,-1.373796 -0.229239,-2.758442 -0.353678,-4.132465 -0.358552,11.124282 -0.391703,22.280918 -0.417984,33.409392 0.0012,0.67882 -0.0012,1.35564 0,2.03444 0.05517,-1.32766 0.106301,-2.64584 0.160763,-3.97352 0.217797,-8.856118 0.616285,-17.714243 0.610899,-26.574931 0.0021,-0.254858 -0.0019,-0.50806 0,-0.762916 z M 56.188011,107.392 c -0.0128,0.30795 -0.01906,0.61391 -0.03215,0.92186 -0.0013,0.90854 9.15e-4,1.82524 0,2.73378 -2.14e-4,0.21202 7.6e-5,0.47947 0,0.69934 0.01747,0.45505 0.04515,0.9119 0.0643,1.36689 -0.0016,-1.90903 -0.02888,-3.81271 -0.03215,-5.72187 z m -0.03215,4.35498 c -0.02478,-0.64521 -0.04315,-1.29376 -0.06431,-1.93908 -0.06541,1.52263 -0.139835,3.07464 -0.225068,4.80002 0.07513,0.76204 0.126757,1.52916 0.225068,2.28875 0.0064,0.0497 0.05102,0.10686 0.06431,0.15894 0.0067,-1.85432 -5.79e-4,-3.64074 0,-5.30863 z m 0,5.30863 c -0.0025,0.69595 -0.02636,1.32587 -0.03215,2.00265 0.03262,7.5e-4 0.06632,0.003 0.09646,0 6.29e-4,-0.60449 -2.25e-4,-1.20742 0,-1.81192 -0.02277,-0.0637 -0.04867,-0.12945 -0.0643,-0.19073 z m 0.0643,0.19073 c 0.06808,0.19036 0.138458,0.37694 0.225069,0.57219 -0.0753,-1.41679 -0.163766,-2.84237 -0.225069,-4.25962 8.76e-4,1.23024 4.59e-4,2.45722 0,3.68743 z m 0.225069,0.57219 c 0.02023,0.38069 0.0432,0.76371 0.06431,1.14437 0.29387,-0.25954 0.13472,-0.69571 -0.06431,-1.14437 z m 0.06431,1.14437 c -0.01234,0.0109 -0.01819,0.0215 -0.03215,0.0318 -0.06098,0.0449 -0.163058,0.0555 -0.257221,0.0636 -1.32e-4,0.12727 1.52e-4,0.2542 0,0.38146 0.12013,0.10084 0.232537,0.22107 0.353679,0.31788 0.193748,0.15485 -0.03724,-0.48895 -0.0643,-0.73112 -0.0012,-0.0211 0.0012,-0.0425 0,-0.0636 z m -0.289374,0.47682 c -0.03423,-0.0287 -0.06243,-0.0663 -0.09646,-0.0954 -0.0081,0.85334 -0.01608,1.77168 -0.03215,2.54305 -0.0077,0.37029 -0.02263,0.74232 -0.03215,1.11259 l 0.160762,0 c 0.0033,-1.18775 -0.0014,-2.37252 0,-3.56028 z m -0.09646,-0.0954 c 9.1e-4,-0.096 -8.29e-4,-0.18943 0,-0.2861 -0.119907,-0.003 -0.246592,-0.0224 -0.385831,-0.0636 0.128019,0.12002 0.252624,0.23576 0.385831,0.34967 z m -0.385831,-0.34967 c -0.03949,-0.037 -0.08982,-0.0577 -0.128611,-0.0954 -0.0015,0.021 0.0015,0.0426 0,0.0636 0.04048,0.0145 0.08855,0.0199 0.128611,0.0318 z m -0.128611,-0.0318 c -0.121939,-0.0436 -0.23761,-0.096 -0.353678,-0.15894 -0.09242,1.22701 -0.17427,2.46181 -0.289373,3.68743 -0.02055,0.21884 -0.04466,0.30535 -0.06431,0.50861 l 0.385831,0 c 0.120156,-1.34008 0.227354,-2.69421 0.321526,-4.0371 z m -0.353678,-0.15894 c 0.0064,-0.0849 0.02585,-0.16937 0.03215,-0.25431 -0.210378,-0.23133 -0.412752,-0.47227 -0.578746,-0.73112 -0.321781,0.29556 0.04665,0.71414 0.546594,0.98543 z m -0.546594,-0.98543 c 0.0512,-0.047 0.103933,-0.0875 0.192915,-0.12716 0.09211,-0.4911 0.234721,-0.9977 0.289374,-1.49404 0.118734,-1.07837 0.260874,-4.91206 0.289373,-5.72188 0.0041,-0.11608 -0.0039,-0.23358 0,-0.34967 0.04429,0.7657 0.13524,1.52415 0.192915,2.28875 0.125172,-2.42554 0.197996,-4.85235 0.289374,-7.27949 -0.04599,-2.65067 -0.03912,-5.294686 0,-7.94705 0.03311,-6.057775 0.100205,-12.126307 0.225068,-18.182844 -0.01614,-0.944662 -0.04275,-1.884454 -0.06431,-2.829149 -0.02898,-3.354283 -0.03364,-6.722776 -0.03215,-10.076856 -0.01019,-0.12688 -0.02208,-0.254569 -0.03215,-0.381458 -0.01686,-0.212565 -0.04768,-0.42319 -0.06431,-0.635764 -0.02071,0.996612 -0.01084,1.991464 -0.03215,2.98809 -0.218721,9.631095 -0.219384,19.262566 -0.257221,28.895464 -0.0077,4.352527 -0.07913,8.714567 -0.225068,13.064947 -0.131438,-2.29562 -0.185963,-4.60537 -0.289373,-6.89804 -0.04287,-9.498038 -0.207357,-18.984586 -0.03215,-28.482216 0.07163,-3.883055 0.320959,-11.047569 0.450136,-15.162966 -0.0083,-0.116874 -0.02392,-0.232795 -0.03215,-0.34967 -0.127274,4.066194 -0.377174,11.527028 -0.450137,15.480848 -0.175139,9.490641 -0.02965,18.959232 -0.03215,28.450434 -0.114179,3.94487 -0.138443,5.77581 -0.321526,9.56824 -0.04858,1.00631 -0.0934,2.01459 -0.160763,3.01988 -0.03847,0.57405 -0.413713,1.19631 -0.160763,1.71656 0.07247,0.14904 0.167561,0.30522 0.257221,0.44504 z m 0.86812,-58.681002 c 0.0021,-0.06659 -0.002,-0.189586 0,-0.254305 0.0026,-0.07427 -0.0026,-0.148252 0,-0.222518 -0.275297,-3.933884 -0.559039,-7.858903 -0.835968,-11.793418 6.9e-5,0.15878 -3.22e-4,0.318046 0,0.476823 0.274782,3.928877 0.559356,7.865271 0.835968,11.793418 z M 54.741144,47.34411 c -0.03329,-0.476067 -0.06255,-0.95441 -0.09646,-1.430469 -0.194998,-2.73769 -0.344122,-4.811417 -0.514442,-6.929825 -0.03556,1.733949 -0.06752,3.479294 -0.09646,5.213263 -0.0876,6.231448 -0.306814,12.459007 -0.289373,18.691455 0.115335,6.560709 0.108679,13.115503 0.128611,19.676889 -0.02067,3.578683 -0.171186,7.153703 -0.578747,10.71262 -0.232022,2.026075 -0.534532,4.05405 -0.86812,6.071544 -0.0058,1.430093 -0.02346,2.861323 -0.03215,4.291403 0.631268,-3.21584 1.266812,-6.414073 1.671935,-9.663607 0.295728,-2.372054 0.468756,-4.766478 0.578747,-7.152342 0.05414,-1.174306 0.09014,-2.353606 0.12861,-3.528489 0.0167,-6.493689 -0.0137,-12.993076 0.09646,-19.48616 0.01443,-5.494306 -0.117463,-10.972598 -0.128611,-16.466282 z m -2.347139,56.29688 c -0.01885,0.096 -0.04548,0.19009 -0.0643,0.2861 -0.01426,2.16131 -0.01828,4.32351 -0.03215,6.48479 -0.03917,4.1952 -0.07966,8.39309 -0.128611,12.58812 l 0.03215,0 c 0.04879,-4.1845 0.121687,-8.37166 0.160763,-12.55633 0.02483,-2.26685 0.01838,-4.53577 0.03215,-6.80268 z m 3.183107,-44.980285 c 0.0067,0.09547 0.02545,0.190623 0.03215,0.286094 0.202595,-5.770014 0.355616,-11.552883 0.482289,-17.324563 -0.0054,-0.446151 0.0056,-0.888952 0,-1.335104 -0.12934,6.131784 -0.300382,12.243635 -0.514441,18.373573 z m 0.514441,-17.038469 c 0.0089,0.733069 0.02439,1.46032 0.03215,2.193385 0.01689,0.803974 0.02173,1.611981 0.03215,2.415902 0.01841,-4.547433 0.04704,-9.090281 0.128611,-13.637133 -0.04947,3.008091 -0.126904,6.020069 -0.192916,9.027846 z m 0.06431,4.609287 c -0.01223,3.021033 -0.02884,6.03862 -0.03215,9.059634 -0.0048,1.114433 0.0042,2.22337 0,3.33776 0.06207,-4.12669 0.08564,-8.269873 0.03215,-12.397394 z m -0.03215,12.397394 c -0.03062,2.035816 -0.05446,4.067543 -0.09646,6.103332 0.0254,0.327677 0.03835,0.657779 0.0643,0.985434 0.0016,-2.366698 0.02329,-4.721982 0.03215,-7.088766 z m -0.09646,6.103332 c -0.147542,-1.903667 -0.284168,-3.817637 -0.417984,-5.721874 -0.0038,0.122845 0.0041,0.347516 0,0.476823 0.132053,1.866852 0.239902,3.728437 0.385831,5.594721 0.0024,-0.116772 0.02974,-0.232898 0.03215,-0.34967 z m 0.0643,1.366892 c 0.08837,1.09993 0.193557,2.206609 0.289373,3.305972 0.0034,-0.222616 -0.0034,-0.444936 0,-0.667552 -0.09731,-0.987763 -0.191154,-1.968627 -0.289373,-2.956301 -6.8e-5,0.105806 4.7e-5,0.212075 0,0.317881 z m 0.289373,2.63842 c 0.0199,0.201971 0.04424,0.402022 0.06431,0.603976 0.0095,-0.285596 0.02229,-0.572694 0.03215,-0.858281 0.151659,-4.19742 0.338281,-8.38867 0.417984,-12.588123 0.0037,-0.195069 -0.009,-2.015885 0,-3.814583 -0.0083,-2.25603 0.0099,-4.514862 0,-6.770884 -0.245657,7.80159 -0.395362,15.623606 -0.514442,23.427895 z m 0,0.667552 c -0.01131,0.742204 -0.02075,1.482979 -0.03215,2.225173 -0.004,0.423643 0.0039,0.847883 0,1.271528 0.02748,-0.97311 0.06499,-1.951488 0.09646,-2.924513 -0.01679,-0.19066 -0.04769,-0.381515 -0.06431,-0.572188 z m -0.03215,3.496701 c -0.0575,2.035694 -0.118789,4.067331 -0.160763,6.103332 0.02231,1.305393 0.05204,2.604605 0.0643,3.909948 0.02195,-3.336524 0.06599,-6.67684 0.09646,-10.01328 z m -0.385831,32.233226 c 0.02709,1.56166 0.07744,3.11178 0.12861,4.67286 0.02036,-0.47389 0.04765,-1.10241 0.06431,-1.49404 0.0014,-1.00363 -0.0013,-2.01626 0,-3.01988 0.007,-2.96079 0.02094,-5.908115 0.03215,-8.868906 -0.03405,2.249792 -0.06958,4.489316 -0.12861,6.739096 -0.02383,0.65739 -0.07171,1.31348 -0.09646,1.97087 z m -0.289374,7.27949 c -0.10551,2.04457 -0.234392,4.09323 -0.385831,6.13512 0.108179,0.11896 0.205392,0.23692 0.321526,0.34967 0.01985,-0.2845 0.04581,-0.57361 0.0643,-0.85828 0.05881,-0.90526 0.131939,-2.19877 0.192916,-3.43312 -0.07203,-0.73064 -0.13768,-1.46113 -0.192916,-2.19339 z M 57.02398,41.399719 c 0.07493,-5.165877 0.138376,-10.316396 -0.03215,-15.480849 -0.02909,-0.751107 -0.06927,-1.505724 -0.09646,-2.256961 -0.04876,3.127109 -0.06487,6.250481 -0.0643,9.377516 0.01421,3.929608 0.04694,7.863826 0.0643,11.793418 0.04389,-1.145213 0.08501,-2.287844 0.12861,-3.433124 z m -5.787466,68.312821 c -0.205599,1.09813 -0.37661,2.20703 -0.578746,3.30597 -0.05763,2.32937 -0.162493,4.66469 -0.257221,6.9934 -0.02627,0.99651 -0.0221,1.99156 -0.03215,2.98809 l 1.221799,0 c -0.0096,-0.67749 -0.01499,-1.35696 -0.03215,-2.03444 -0.142689,-3.7442 -0.264866,-7.50742 -0.321526,-11.25302 z m -0.578746,3.30597 c 0.02619,-1.05867 0.01417,-2.12004 0.03215,-3.17882 -0.142717,0.9092 -0.277126,1.82432 -0.417983,2.73378 -8.3e-5,0.87412 7.3e-5,1.6352 0,2.51127 0.124116,-0.68897 0.259183,-1.3777 0.385831,-2.06623 z m -0.385831,2.06623 c -0.02099,0.11654 -0.0434,0.23312 -0.06431,0.34967 -1.87e-4,2.32419 1.8e-5,4.66014 0,6.67552 -3e-6,0.29704 -6.3e-5,0.593 0,0.89007 l 0.06431,0 c -2.5e-5,-0.28606 -2e-6,-0.57224 0,-0.85828 1.7e-5,-2.13047 -2.05e-4,-4.59511 0,-7.05698 z m -0.06431,0.34967 c 6.9e-5,-0.85221 -7.9e-5,-1.59374 0,-2.44769 -0.101531,0.65669 -0.220704,1.31408 -0.321525,1.97087 6.55e-4,0.72074 0.03136,1.44085 0.03215,2.1616 0.09821,-0.56079 0.188851,-1.12436 0.289373,-1.68478 z m -0.289373,1.68478 c -0.01686,0.0963 -0.04752,0.18981 -0.0643,0.28609 0.0021,1.86251 -0.0034,3.73221 0,5.59472 l 0.0643,0 c -0.0036,-1.9608 0.0021,-3.92002 0,-5.88081 z m 0.289373,-4.13247 c 0.02126,-0.13754 0.04301,-0.27571 0.06431,-0.41325 2.19e-4,-2.3236 -1.98e-4,-4.66377 0,-6.67552 -0.04238,-7.322018 0.05041,-14.643661 0,-21.965634 -0.03784,-5.495312 -0.197439,-11.002858 -0.257221,-16.498071 -0.04312,-2.331829 -0.08531,-4.661608 -0.12861,-6.993401 -8.3e-5,0.985429 9e-5,1.970873 0,2.956301 -2.11e-4,2.160309 2.75e-4,4.324482 0,6.484791 0.0973,2.537456 0.187065,4.50453 0.25722,7.978835 0.188477,9.333827 0.01689,18.670614 0.0643,28.005399 -2.09e-4,2.14595 2.31e-4,4.63634 0,7.12055 z M 49.886104,60.440844 c 0.0011,-13.467531 -2.35e-4,-26.935258 0,-40.402789 -0.01165,0.223055 -0.02098,0.444481 -0.03215,0.667552 -2.26e-4,12.651638 9.97e-4,25.303461 0,37.955098 0.01088,0.593544 0.02113,1.186595 0.03215,1.780139 z m -0.192916,58.045236 c -0.25778,1.50726 -0.539903,3.00296 -0.771662,4.51392 l 0.803815,0 c 0.0069,-0.27665 0.02451,-0.54998 0.03215,-0.82649 -0.04484,-1.23028 -0.04015,-2.45699 -0.0643,-3.68743 z M 60.625068,5.002242 c 0.02652,6.412545 0.03324,12.819631 -0.03215,19.231854 -0.06025,5.838502 -0.213476,11.678882 -0.385832,17.515293 0.166923,-5.768472 0.373625,-11.558103 0.6109,-17.324563 0.253402,-6.477152 0.350756,-12.941995 0.450136,-19.422584 l -0.643052,0 z m 15.465395,0 c 0.10577,1.2014143 0.222092,2.4194856 0.289374,3.6238535 0.0367,0.656981 0.04258,0.9725894 0.06431,1.4622565 -0.01637,-1.6972669 -0.04079,-3.3889169 -0.06431,-5.08611 l -0.289374,0 z m 0.353679,5.08611 c 0.104177,10.798565 0.09222,21.593199 0.09646,32.392165 -0.139481,9.631105 -0.173985,19.263624 -0.192915,28.895464 -0.04854,8.919648 -0.03268,17.846032 -0.06431,26.765655 -0.09199,7.180254 -0.180586,14.339924 -0.225068,21.520604 -0.01682,1.11005 -0.02665,2.22765 -0.03215,3.33776 l 0.321526,0 c -0.04112,-4.92194 0.05089,-9.85873 0.12861,-14.78151 0.204634,-8.14149 0.245471,-16.269728 0.289374,-24.413327 -0.0021,-4.027794 0.02077,-8.051758 0,-12.079512 -0.01645,-9.73315 -0.05123,-19.480924 -0.192916,-29.213346 -0.0037,-9.374594 -0.02444,-18.75799 -0.03215,-28.132547 -0.01147,-1.489777 -0.03303,-2.861554 -0.09646,-4.291406 z m 0.09646,4.291406 c 0.0036,0.461591 0.02649,0.728518 0.03215,1.335104 0.01206,1.291804 0.02163,2.586343 0.03215,3.878159 0.09255,8.618546 0.0636,17.256687 0.06431,25.875586 0.0978,9.941437 0.194248,19.875284 0.160763,29.817321 -0.0052,2.841817 -0.04899,5.677422 -0.0643,8.519235 0.0013,2.416688 0.03022,4.831025 0.03215,7.247707 0.04726,-5.233047 0.08732,-10.470249 0.128611,-15.703366 0.04418,-9.832126 0.156554,-19.667742 0.25722,-29.499439 7.98e-4,-8.571805 -0.02776,-17.145184 0.06431,-25.716645 0.109151,-5.045793 0.04739,-10.085561 0,-15.131178 l -0.707357,0 c -2.79e-4,0.010639 2.8e-4,0.021149 0,0.031788 -0.0027,3.114248 -0.0026,6.231471 0,9.345728 z M 76.79782,91.05287 c -0.05214,5.773356 -0.106264,11.55121 -0.160763,17.32456 -0.06011,4.87751 -0.09144,9.74495 0,14.62257 l 0.385831,0 c -0.0059,-0.84759 0.01262,-1.69551 0,-2.54306 -0.04483,-7.30707 -0.133803,-14.59538 -0.225068,-21.902057 -0.0087,-2.501439 0.002,-5.000549 0,-7.502013 z M 77.633787,5.002242 c -0.02027,2.2230446 -0.03067,4.4532943 -0.06431,6.67552 -0.26093,4.86814 -0.229277,9.729995 0.160763,14.590778 0.09435,1.175761 0.522102,5.192814 0.643052,6.32585 0.269624,2.622835 0.451231,5.253861 0.610899,7.883471 -0.05976,-4.034135 -0.10643,-8.076992 -0.12861,-12.1113 -0.54929,-5.497979 -1.07373,-10.998458 -1.093188,-16.529858 -0.03462,-2.2765138 -0.04209,-4.5568508 -0.06431,-6.834461 l -0.06431,0 z m 1.221799,23.364319 c 0.167549,1.677043 0.322832,3.345291 0.482289,5.022534 0.02017,0.200201 0.04524,0.403708 0.06431,0.603975 0.05402,-5.340539 0.05928,-10.680194 0.03215,-16.021247 -0.01073,-4.329882 0.01,-8.6398751 0.03215,-12.969581 l -0.643052,0 c 0.01985,4.1581443 0.04253,8.334453 0.03215,12.492758 -0.01865,3.629091 -0.01995,7.242719 0,10.871561 z m 0.546594,5.626509 c -0.03173,3.136571 -0.07399,6.272829 -0.128611,9.409304 -0.0097,0.825373 -0.02395,1.654105 -0.03215,2.479479 0.128244,3.124435 0.245626,6.251683 0.321526,9.377516 0.154878,8.807889 0.08009,17.607427 0.0643,26.415985 0.07328,8.367664 -0.288989,16.74824 -0.450136,25.112666 -0.02425,-9.548586 -0.03383,-19.092543 -0.03215,-28.641155 -0.0048,-10.751166 -0.01038,-21.514452 0.09646,-32.265012 -0.0739,-1.800528 -0.148009,-3.605352 -0.257221,-5.403992 0.01348,0.910215 0.01709,1.823573 0.03215,2.733784 0.130253,11.633236 0.110034,23.269592 0.09646,34.903432 -0.0018,10.295336 8.94e-4,20.571026 0.03215,30.866333 0.0076,-0.63577 0.02497,-1.27152 0.03215,-1.90729 0.0097,3.73685 0.01147,7.4844 0.03215,11.22123 0.01353,1.80403 0.02092,3.21547 0.03215,4.70465 l 0.225068,0 c 0.0074,-5.25775 0.03714,-10.51139 0.225068,-15.76694 0.07561,-2.31725 0.150721,-4.6441 0.225068,-6.96162 -0.125509,-10.995462 -0.105784,-22.000171 -0.09646,-32.996136 0.0098,-8.918305 0.02783,-17.847349 0.03215,-26.765655 -0.0992,-2.174325 -0.243661,-4.348206 -0.450136,-6.516579 z m 0.450136,6.516579 c 0.02745,0.601693 0.0431,1.209936 0.06431,1.811927 0.0026,-5.077485 -0.0016,-10.149057 0,-15.226543 -0.02466,-7.364011 -0.03986,-14.73005 0.03215,-22.092791 l -0.128611,0 c 0.06923,7.345931 0.06225,14.682065 0.03215,22.029215 -0.0014,4.490926 0.0022,8.987268 0,13.478192 z m 0.06431,1.811927 c -0.0043,8.331747 -0.02303,16.653772 -0.03215,24.985517 -0.009,10.656958 -0.04836,21.322384 0.06431,31.978918 0.17808,-5.714814 0.329814,-11.415612 0.225068,-17.133834 -0.01018,-8.813408 -0.08242,-17.63436 -0.09646,-26.447773 -0.01148,-4.457134 -0.0038,-8.92627 -0.160763,-13.382828 z m 0.03215,56.964435 c -0.01022,0.328061 -0.02163,0.65738 -0.03215,0.985429 0.0089,0.78391 0.02158,1.56844 0.03215,2.35233 0.126144,6.79885 0.279349,13.58387 0.643052,20.37623 l 0.06431,0 c -0.36694,-6.77651 -0.549349,-13.56345 -0.675205,-20.34444 -0.01515,-1.12285 -0.02028,-2.24667 -0.03215,-3.369549 z M 79.241417,123 c -0.01773,-1.58736 -0.0524,-3.18083 -0.06431,-4.76823 -0.01707,-3.08539 -0.02278,-6.16494 -0.03215,-9.25036 -0.05574,4.67267 -0.126532,9.34606 -0.192915,14.01859 l 0.289373,0 z M 80.52752,5.002242 c -0.0013,2.0781068 -0.02091,4.1534427 -0.03215,6.230485 0.05194,6.786543 -0.44313,13.559284 -0.353679,20.344441 0.07345,5.428375 0.344093,10.854061 0.6109,16.275553 0.31783,6.850907 0.538024,13.709638 0.610899,20.566958 0.05138,7.703834 0.06088,15.406254 0,23.110014 -0.202664,5.820776 -0.217233,11.629017 -0.160763,17.451717 0.07857,4.66776 0.07895,9.35062 0.06431,14.01859 l 0.964578,0 c -0.01479,-4.37412 -0.04276,-8.75462 0.03215,-13.12852 0.05979,-5.90046 0.06474,-11.775447 -0.12861,-17.674235 -0.05754,-7.724449 -0.0498,-15.449012 -0.0643,-23.17359 -0.009,-6.748588 0.124378,-13.505168 -0.192916,-20.249077 C 81.638516,43.412832 81.451623,38.057405 81.459946,32.689755 81.353325,29.963906 81.127741,27.24548 81.009809,24.52019 80.820713,20.150276 80.797877,15.763552 80.688283,11.391668 80.657864,9.2636557 80.617163,7.1306427 80.591826,5.002242 l -0.06431,0 z m 0.73951,0 c 0.03596,1.3463106 0.09491,2.69064 0.12861,4.0371 0.118201,14.03354 0.353972,28.059945 0.803815,42.087562 0.549527,17.73195 0.946258,35.497906 2.893733,53.149856 -0.0042,-0.25458 -0.02775,-0.50834 -0.03215,-0.76292 C 83.188179,86.123909 82.772872,68.655981 82.231608,51.190481 81.781754,37.162895 81.546025,23.104639 81.427793,9.0711302 81.443268,7.7149516 81.500327,6.358103 81.524251,5.002242 l -0.257221,0 z m 3.794005,98.511598 c 0.116371,1.08053 0.225476,2.16272 0.353679,3.2424 0.227869,1.77007 0.330932,2.6379 0.482289,3.84637 -0.25107,-5.80375 -0.51029,-11.610879 -0.578747,-17.419931 0.03454,-8.637546 -0.0165,-17.269921 0.03215,-25.907375 0.02368,-7.446369 0.154334,-14.901912 0.289373,-22.347096 0.09792,-5.19961 0.214148,-10.378537 -0.0643,-15.576213 -0.09198,-3.091467 -0.152747,-6.190113 -0.225068,-9.282151 -0.226703,-2.487477 -0.424332,-4.9736 -0.514442,-7.470225 -0.0033,-0.09599 -0.05731,-1.342378 -0.03215,-1.462257 0.05689,-0.271037 0.156217,-0.53511 0.25722,-0.794704 C 85.007955,8.7972342 84.939088,7.2464984 84.86812,5.7015821 84.854375,5.4684844 84.849863,5.2353255 84.835967,5.002242 l -0.578746,0 c 0.0046,0.063322 -0.0046,0.1274122 0,0.1907291 0.465204,7.7689689 0.523967,15.5856349 0.353678,23.3643189 -0.259649,5.159175 -0.147183,10.319578 -0.06431,15.480848 0.119203,7.588491 0.202632,15.17093 0.225068,22.760344 0.04731,8.657341 -0.0023,17.313522 0.03215,25.97095 0.09862,3.5836 0.195232,7.160642 0.25722,10.744408 z m 0,-93.171182 c 0.111265,3.239448 0.213581,6.486738 0.289374,9.727186 0.05498,0.603257 0.101067,1.20877 0.160763,1.811926 0.62134,7.525955 1.126946,15.064273 1.575477,22.601403 -0.421657,-7.267524 -0.700369,-14.524089 -0.6109,-21.806698 0.09153,-2.829174 0.197585,-5.658343 0.289374,-8.487446 0.06356,-0.466855 -0.0042,-0.931189 0.03215,-1.398681 0.08568,-1.103048 0.236285,-1.857511 0.417984,-2.9245131 -0.004,-1.6214974 0.0052,-3.2420977 0,-4.8635929 l -0.514442,0 c -0.190904,0.842981 -0.358277,1.5568913 -0.900272,3.2741834 -0.182698,0.5788757 -0.414691,1.1418664 -0.610899,1.7165623 -0.03996,0.1170463 -0.08358,0.2339473 -0.128611,0.3496703 z m 2.154224,-0.4768231 c 0.01333,5.4050051 0.02479,10.8069571 0.03215,16.2119761 0.0073,7.085913 0.03071,14.180383 0.03215,21.266299 -0.05973,-0.952261 -0.137658,-1.908539 -0.192915,-2.860937 0.06488,1.0902 0.12951,2.183892 0.192915,3.274183 0.0074,0.116558 0.02472,0.233115 0.03215,0.34967 -0.0014,-7.324584 0.0076,-14.641057 0,-21.965638 -0.0075,-5.50365 -0.01836,-11.026223 -0.03215,-16.5298586 -0.01613,0.098089 -0.04863,0.1622784 -0.0643,0.2543055 z m 0.09646,38.2411911 c 2.5e-5,0.1378 -2.5e-5,0.275447 0,0.413247 0.06192,1.069213 0.131775,2.141349 0.192915,3.210607 0.299155,6.008507 0.435425,7.586287 0.514442,13.668921 0.03099,2.385305 -0.0026,4.798642 0,7.184131 0.0054,4.898385 0.01489,9.787782 0.03215,14.686143 0.01118,0.169618 0.02096,0.338996 0.03215,0.508611 -0.01842,-5.057391 -0.0266,-10.105548 -0.03215,-15.162966 -0.0026,-2.385491 0.03097,-4.767038 0,-7.152342 -0.07899,-6.083864 -0.215313,-7.691024 -0.514441,-13.70071 -0.08262,-1.216151 -0.147462,-2.439333 -0.225068,-3.655642 z m 0.771662,39.67166 c 0.008,2.184133 0.02018,4.36425 0.03215,6.548367 0.01371,2.023233 0.0489,4.048342 0.06431,6.071547 -0.01636,-0.571069 -0.04365,-1.145563 -0.06431,-1.716565 0.03563,4.936185 0.087,9.877485 0.160763,14.813295 0.0039,-0.58182 -0.0025,-1.16654 0,-1.74835 0.02118,1.56764 0.0367,3.13707 0.06431,4.70465 0.03934,2.23389 0.0687,4.38481 0.128611,6.54837 l 0.385831,0 c 0.05331,-2.66897 0.10443,-5.34055 0.12861,-8.01062 0.03085,-1.20656 0.09168,-2.41747 0.128611,-3.62386 -0.149433,-5.22184 -0.3225,-10.45148 -0.514442,-15.671574 -0.144068,-2.640649 -0.340191,-5.27532 -0.514441,-7.91526 z m 1.028883,23.586834 c 0.06456,2.25593 0.106008,4.51487 0.160763,6.77089 0.03685,1.62306 0.04867,3.23874 0.0643,4.86359 l 0.192915,0 c -0.0071,-2.50873 0.01166,-5.02445 0.06431,-7.5338 0.07112,-7.51585 0.17498,-15.02274 0.289374,-22.537827 0.0052,-1.823115 -0.005,-3.644453 0,-5.467568 -0.191635,7.968778 -0.527753,15.937395 -0.771662,23.904715 z m 0.771662,-23.904715 c 0.0053,-0.222357 0.02707,-0.445189 0.03215,-0.667552 0.0064,-1.420898 -0.0051,-2.838697 0,-4.259618 -0.0036,1.642946 -0.02762,3.284226 -0.03215,4.92717 z m 0.03215,-4.92717 c 0.0042,0.836816 0.02733,1.674456 0.03215,2.511267 0.0037,-0.657945 -0.0048,-1.312929 0,-1.970868 -0.01533,-2.976349 0.0087,-5.956098 0,-8.932481 -0.0014,1.749683 -0.02747,3.495379 -0.03215,5.245052 0.0043,1.048612 -0.0052,2.098423 0,3.14703 z m 0.03215,-8.392082 c 0.002,-2.438128 0.0064,-4.873172 0,-7.311283 -0.0027,0.360519 -0.02993,0.720274 -0.03215,1.080798 -0.002,-1.059228 0.0016,-2.119591 0,-3.178819 -0.01126,-2.985185 -0.03569,-5.979201 -0.06431,-8.964269 4.14e-4,1.059887 -5.83e-4,2.118932 0,3.178819 0.0068,5.889305 0.04392,11.784917 0.06431,17.674233 -0.0028,-2.417115 -0.01085,-4.830484 0,-7.247707 0.0033,1.588857 0.0275,3.179374 0.03215,4.768228 z M 89.851771,55.76798 c -8.03e-4,-2.056181 2.64e-4,-4.110727 0,-6.166909 -0.284875,-14.175229 -0.728762,-28.35949 -2.218528,-42.4690204 -0.0087,0.057772 -0.02311,0.1630889 -0.03215,0.2225174 1.466357,14.018728 1.903281,28.131892 2.186376,42.214715 0.0298,2.064067 0.04452,4.134541 0.06431,6.198697 z M 87.60109,7.354568 C 87.519365,6.5732513 87.464508,5.7829715 87.376022,5.002242 l -0.128611,0 c 0.0049,1.5135239 0.02835,3.0321852 0.03215,4.545711 0.178282,-1.0945894 0.232379,-1.6074113 0.321526,-2.193385 z M 87.63324,7.1320506 C 87.71397,6.5952097 87.858464,5.6885523 87.954765,5.002242 l -0.514441,0 c 0.08061,0.7098456 0.117914,1.4194753 0.192916,2.1298086 z m 2.218528,42.4690204 c 0.03269,2.065333 0.04463,4.133283 0.06431,6.198697 -0.0047,-12.103913 -0.0028,-24.198199 0,-36.302112 -0.08065,-4.828686 -0.0093,-9.6658767 0.03215,-14.495414 l -0.09646,0 c 0.04402,4.8157265 -0.02804,9.64817 0,14.463626 -0.0023,10.047733 -0.0013,20.08747 0,30.135203 z m 0.06431,6.198697 c 4.15e-4,1.059888 -5.84e-4,2.118932 0,3.178819 0.0022,1.917191 -0.0029,3.836462 0,5.753662 0.0026,0.698705 0.03033,1.399312 0.03215,2.098021 0.0075,-0.996566 0.02043,-1.991583 0.03215,-2.98809 0.02034,5.677424 0.0039,11.360973 0,17.038469 0.01295,-1.390224 0.01299,-2.774069 0.03215,-4.164252 0.202325,-9.553593 0.46048,-19.095878 0.932425,-28.641159 0.407913,-9.148033 0.547001,-18.314668 0.900273,-27.464995 0.0057,-0.168933 -0.0055,-0.190251 0,-0.34967 -0.0171,-0.158994 -0.01545,-0.317797 -0.03215,-0.476823 -0.0101,0.25433 -0.0228,0.508565 -0.03215,0.762916 -0.361867,6.154101 -0.851705,12.308482 -1.093188,18.468938 -0.112425,2.868053 -0.152065,5.746287 -0.25722,8.6146 -0.231593,4.830034 -0.379837,9.661596 -0.450137,14.495414 -0.0098,-2.107878 -0.04422,-4.218033 -0.0643,-6.32585 z M 91.813079,19.78375 c 0.06271,-1.578521 0.123924,-3.157188 0.160763,-4.73644 0.01931,-0.82765 0.0224,-1.499257 0.03215,-2.256962 -0.141788,-2.208703 -0.261571,-4.3999791 -0.353679,-6.611943 -0.0179,-0.3900723 -0.01871,-0.7860614 -0.03215,-1.176163 l -0.835967,0 c 0.0033,0.1483293 -0.0031,0.2967017 0,0.4450346 0.191764,4.7914384 0.528228,9.5694754 1.028883,14.3364734 z m 0.192916,-6.993402 c 0.01498,0.233277 0.01654,0.466111 0.03215,0.69934 0.02002,-1.145647 0.02865,-2.154505 0.03215,-4.1960405 0.0024,-1.4282556 -0.01936,-2.8630158 -0.03215,-4.2914055 l -0.03215,0 c 0.02396,2.6705524 0.03364,5.173595 0,7.788106 z m 0.03215,0.69934 c -0.03259,1.865016 -0.08684,3.687867 -0.192915,6.770885 0.229965,2.138711 0.498305,4.288944 0.803814,6.421214 0.04633,0.43516 0.08238,0.868084 0.128611,1.303316 -0.007,-2.05821 -0.02227,-4.108715 -0.03215,-6.166909 -0.289939,-2.772932 -0.521241,-5.547386 -0.707357,-8.328506 z m 0.707357,8.328506 c 0.01883,0.180056 0.04498,0.360384 0.06431,0.540399 -0.02706,-5.78367 -0.06841,-11.572913 -0.12861,-17.356351 l -0.06431,0 c 0.05834,5.610816 0.101653,11.204915 0.12861,16.815952 z m 0.06431,0.540399 c 0.0097,2.077434 0.02535,4.153036 0.03215,6.230485 0.550953,5.203862 1.076069,10.413951 1.318256,15.639789 0.126934,-2.241439 0.237718,-4.495744 0.321526,-6.739096 -0.323063,-3.408021 -0.716852,-6.803136 -1.093188,-10.204008 -0.220139,-1.636767 -0.402658,-3.286609 -0.578747,-4.92717 z m 1.671935,15.131178 c 0.0081,0.08515 0.02418,0.169149 0.03215,0.254306 0.0085,-0.222262 0.02416,-0.445272 0.03215,-0.667552 0.164337,-4.568984 0.169985,-7.457182 0.192916,-11.984148 0.06142,-4.812508 -0.02933,-9.620485 0.12861,-14.431837 0.0285,-0.8680926 0.09091,-1.7384956 0.12861,-2.6066319 0.01039,-1.0173169 0.02086,-2.0343579 0.03215,-3.0516661 l -0.450136,0 c -0.07072,1.7603229 -0.14589,3.5155647 -0.160763,5.276839 -0.03875,4.588064 0.08689,4.789692 0.192915,9.472881 0.04006,1.769544 0.03555,3.538876 0.06431,5.308627 -0.02287,4.52587 0.0035,7.416347 -0.160763,11.984148 -0.0053,0.148326 -0.02661,0.296716 -0.03215,0.445034 z M 94.996185,8.0539081 C 94.883423,19.095186 94.846987,30.135417 94.80327,41.177201 c 0.01323,0.179446 0.01959,0.360912 0.03215,0.540399 0.04625,-11.819192 0.09811,-23.657029 0.225068,-35.4756187 -0.02923,0.6030822 -0.03811,1.2088373 -0.06431,1.8119268 z m 0.06431,-1.8119268 c 0.02001,-0.4129389 0.04333,-0.8268131 0.06431,-1.2397393 l -0.06431,0 c -0.0046,0.4135508 0.0044,0.8261871 0,1.2397393 z M 94.835422,41.7176 c -0.01546,3.952037 -0.0516,7.904977 -0.0643,11.856995 -0.08448,11.921124 -0.0142,23.840211 -0.03215,35.761713 0.01553,-5.361207 0.042,-10.723614 0.06431,-16.084824 0.08856,-8.143342 0.253705,-16.269813 0.321526,-24.413329 -0.01079,-2.37673 -0.123603,-4.752471 -0.289374,-7.120555 z m -0.03215,-0.540399 c -0.08427,-1.142553 -0.182574,-2.292039 -0.289374,-3.433124 -0.08944,2.349886 -0.185279,4.709193 -0.321525,7.056978 0.04694,1.109439 0.07814,2.226743 0.09646,3.33776 0.06835,8.320274 0.232842,16.633619 0.321526,24.953728 0.03188,7.718344 0.05993,15.423425 0.06431,23.141802 0.07352,-14.239767 -0.03658,-28.483629 0.06431,-42.723326 0.01323,-4.115166 0.04801,-8.218632 0.06431,-12.333818 z m -0.128611,55.057144 c -0.017,3.292614 -0.05362,6.593695 -0.09646,9.886125 -0.08219,3.89908 -0.253416,7.80987 -0.578747,11.69806 0.02419,0.25423 0.03957,0.50872 0.06431,0.76291 0.238683,-4.13625 0.46561,-8.28719 0.578747,-12.42918 0.01907,-1.46448 0.01877,-2.92225 0.03215,-4.38677 0.0037,-1.842257 0.001,-3.688899 0,-5.531145 z m 0,5.531145 c -0.0024,1.19641 0.0049,2.39565 0,3.59207 -0.02912,5.88164 -0.05819,11.76108 -0.12861,17.64244 l 0.321526,0 c -0.06701,-5.85502 -0.09984,-11.72359 -0.12861,-17.57887 -0.01686,-4.13222 -0.0074,-8.265228 0,-12.397392 -0.0095,2.918568 -0.03763,5.823307 -0.06431,8.741752 z M 94.546049,123 c -0.170401,-1.473 -0.3387,-2.94281 -0.482289,-4.41856 -0.08497,1.47255 -0.16437,2.9464 -0.25722,4.41856 l 0.739509,0 z m -0.546594,-5.18147 c -0.05458,-0.57368 -0.140502,-1.14278 -0.192915,-1.71657 -0.321198,-3.98614 -0.407878,-4.75807 -0.578747,-8.8689 -0.274157,-6.59581 -0.245138,-13.204657 -0.257221,-19.804044 -0.06462,-8.423369 -0.09049,-16.848172 -0.09646,-25.27161 -0.01053,0.116574 -0.02158,0.233103 -0.03215,0.34967 -0.0043,8.247171 -0.02801,16.484139 -0.09646,24.731211 -0.171163,9.453611 0.150223,18.908233 0.450136,28.355063 0.14526,2.46693 0.147831,4.93639 0.160763,7.40665 l 0.09646,0 c 0.201777,-1.72536 0.401772,-3.45063 0.546594,-5.18147 z M 92.841962,62.507076 c 9.9e-5,-0.190563 -6.5e-5,-0.381623 0,-0.572187 -0.124147,1.377347 -0.255994,2.755897 -0.385831,4.132464 -0.785385,7.858615 -1.668469,15.730881 -2.089918,23.618625 -0.154115,2.884353 -0.233633,5.145081 -0.289374,7.406648 -0.03548,-3.410569 -0.07478,-6.825125 -0.09646,-10.235797 -0.0075,0.498242 -0.02458,0.995807 -0.03215,1.494045 0.02377,3.452995 0.05792,6.910068 0.09646,10.36295 0.0085,-0.431539 0.02194,-0.970921 0.03215,-1.398681 0.0076,0.720277 0.02386,1.441327 0.03215,2.161597 0.05492,-3.046506 0.118179,-5.952402 0.321526,-9.758974 0.421354,-7.887663 1.304551,-15.728305 2.089918,-23.586836 0.113862,-1.20713 0.21195,-2.416123 0.321526,-3.623854 z m -2.73297,36.969664 c -0.0086,0.476363 -0.02453,1.03031 -0.03215,1.52583 0.01052,0.85793 0.02051,1.71692 0.03215,2.57485 0.03652,2.2489 0.07771,4.48996 0.12861,6.73909 -0.03195,-2.23469 -0.06023,-4.47648 -0.09646,-6.70731 -0.01869,-1.37688 -0.0163,-2.75556 -0.03215,-4.13246 z m -0.03215,1.52583 c -0.0094,-0.76261 -0.02364,-1.526122 -0.03215,-2.288746 -0.03799,1.922066 -0.0617,3.807536 -0.09646,6.230486 -0.0114,0.79434 -0.02234,1.58975 -0.03215,2.38411 3.97e-4,0.92156 3.72e-4,1.84403 0,2.76558 8.14e-4,0.45634 -0.0012,0.91054 0,1.36689 0.02595,-2.16068 0.06547,-4.32417 0.09646,-6.48479 0.02216,-1.54497 0.04445,-2.6832 0.06431,-3.97353 z m -0.160763,6.32585 c -0.0025,-5.71793 -0.01282,-11.44767 0,-17.165619 -0.01407,0.922117 -0.01812,1.843467 -0.03215,2.765572 -0.01628,5.691955 -0.03314,11.378267 -0.03215,17.070257 -0.0015,0.70864 0.0022,1.42117 0,2.12981 0.01975,-1.5993 0.04455,-3.20071 0.06431,-4.80002 z m -0.06431,4.80002 c -0.01109,3.61743 -0.0477,7.25477 -0.09646,10.87156 l 0.09646,0 c 0.02081,-3.62711 4e-6,-7.2478 0,-10.87156 z M 92.84196,61.934889 c 0.0105,-0.11653 0.0217,-0.233135 0.03215,-0.34967 -0.0021,-3.549503 -0.0058,-7.099436 0,-10.649044 -0.0081,-7.456145 -0.0077,-14.890921 -0.03215,-22.347097 -0.02137,-0.201865 -0.04286,-0.402127 -0.0643,-0.603975 0.02585,7.63747 0.05602,15.281841 0.0643,22.919284 0.01132,3.673764 0.0012,7.356854 0,11.030502 z m 0.03215,-0.34967 c 1.11e-4,0.19072 -1.34e-4,0.381468 0,0.572187 0.521542,-5.773986 0.982411,-11.569093 1.318257,-17.356351 -0.0068,-0.160157 -0.02484,-0.316697 -0.03215,-0.476823 -0.327975,5.766381 -0.769937,11.50776 -1.286104,17.260987 z m -2.893733,19.29543 c -0.0068,0.732294 -0.02682,1.461082 -0.03215,2.193385 0.0033,0.646165 0.02844,1.292917 0.03215,1.93908 1.4e-5,-1.376996 -9.37e-4,-2.755455 0,-4.132465 z M 88.27629,113.49533 c -0.0085,1.25891 -0.01999,2.52392 -0.03215,3.7828 -0.04185,1.90458 -0.0228,3.8122 -0.03215,5.72187 l 0.225068,0 c -0.04552,-2.11544 -0.08692,-4.21234 -0.12861,-6.58016 -0.01716,-0.97437 -0.01759,-1.95011 -0.03215,-2.92451 z M 88.115531,98.682035 c -0.01055,-1.46179 -0.02225,-2.924965 -0.03215,-4.38677 -0.01284,-2.343153 -0.02389,-4.682018 -0.03215,-7.02519 -0.438052,-6.64676 -0.855298,-13.29773 -0.739509,-19.962982 3.23e-4,-6.264587 0.0011,-12.522234 0,-18.78682 -0.0147,-0.253803 -0.01739,-0.509118 -0.03215,-0.762917 0.0013,6.503359 3.36e-4,13.014591 0,19.517948 -0.215878,9.313884 0.304431,18.60839 0.707357,27.910031 0.06234,1.162807 0.08653,2.333576 0.12861,3.4967 z m -2.218528,11.920575 c 0.0069,0.15873 0.02529,0.31808 0.03215,0.47682 0.152739,1.19559 0.290408,2.39734 0.450137,3.59206 0.287422,2.14982 0.643305,4.29956 0.900272,6.45301 0.07446,0.62395 0.132473,1.25001 0.192916,1.8755 l 0.417983,0 c -0.11629,-0.5557 -0.216361,-1.0952 -0.321526,-1.65299 -0.905303,-4.80163 -1.237882,-7.27883 -1.671934,-10.7444 z m 0.03215,0.47682 c -0.185354,-1.45089 -0.392009,-2.90426 -0.578746,-4.35498 -0.08928,-0.75193 -0.173742,-1.50462 -0.257221,-2.25696 0.06371,3.90197 0.08236,7.7951 0.09646,11.69805 -0.01005,2.2713 -0.04358,4.56318 -0.0643,6.83446 l 1.253951,0 c -0.05917,-2.0053 -0.132873,-4.00404 -0.225069,-6.00797 -0.07669,-1.96626 -0.140064,-3.94649 -0.225068,-5.9126 z M 95.607084,5.002242 c 0.386563,3.4388429 0.676439,6.899291 0.803815,10.36295 0.438673,11.850333 0.374027,23.726253 1.028883,35.570983 0.313566,6.386585 0.673126,12.778995 0.932425,19.168278 1.36e-4,-0.423644 -1.44e-4,-0.847883 0,-1.271527 C 98.115354,62.877635 97.764232,56.921061 97.471935,50.967963 96.879449,39.158673 96.775197,27.343943 96.603815,15.524133 96.59375,12.010271 96.361747,8.4910023 96.025068,5.002242 l -0.417984,0 z m 2.765123,63.830684 c 0.01413,0.327701 0.01864,0.657719 0.03215,0.985434 0.0026,-7.890385 0.0295,-15.791817 0.03215,-23.682201 -0.0382,-10.626806 0.01695,-21.226369 0.192916,-31.851766 0.04278,-2.44383 0.09615,-4.8988995 0.09646,-7.3430715 C 98.70522,6.654732 98.683046,6.3695919 98.66158,6.0830404 98.627071,5.7249775 98.597295,5.3605453 98.565123,5.002242 l -0.514442,0 c 0.05653,2.9687738 0.07618,5.93136 0.128611,8.900693 0.172025,10.736286 0.238817,21.463809 0.192915,32.201435 -0.0025,7.572649 0.0026,15.155908 0,22.728556 z M 98.725886,6.9413215 c 0.958656,13.2949255 1.067443,26.6358795 1.157493,39.9577535 0.03188,2.966711 0.180661,5.90906 0.353681,8.868905 0,-0.169619 0,-0.338992 0,-0.508611 -0.15677,-2.779733 -0.259394,-5.54261 -0.289376,-8.328506 -0.09167,-13.566805 -0.213613,-27.151029 -1.221798,-40.6888817 7.78e-4,0.2337637 2.8e-5,0.465566 0,0.6993402 z m 1.511174,48.3180475 c 0.0209,0.371336 0.0418,0.741327 0.0643,1.112587 -2e-5,-5.507795 1e-4,-11.022064 0,-16.529859 -1.3e-4,-6.24931 -0.034,-12.505473 -0.0322,-18.755031 0.002,6.241513 -0.0323,12.481973 -0.0322,18.723243 8e-5,5.152181 -3e-5,10.296879 0,15.44906 z m 0.0643,1.112587 c 0,0.16947 0,0.33914 0,0.508611 0.30039,4.815408 0.68516,9.61956 1.02889,14.431837 0.16636,2.329158 0.24095,3.535053 0.32152,4.831805 0.002,-0.275606 -0.002,-0.550887 0,-0.826493 -0.0732,-1.13463 -0.12084,-2.032218 -0.25722,-3.941735 -0.35657,-4.992433 -0.79069,-10.007885 -1.09319,-15.004025 z m 1.35041,18.94576 c 0.0402,0.622595 0.12788,1.600063 0.16076,2.161597 -0.0337,-4.400632 -0.0535,-8.791375 -0.0643,-13.192098 -0.008,3.673281 -0.0692,7.357294 -0.0965,11.030501 z m 0,0.826493 c -0.0302,4.017619 -0.0469,8.030043 -0.0643,12.047724 0.006,10.545399 0.11109,21.083867 0.12861,31.629247 -0.003,1.05855 2.9e-4,2.12019 0,3.17882 l 0.0643,0 c 0.003,-1.04887 -0.009,-2.09815 0,-3.14703 0.0175,-10.47009 0.12323,-20.93661 0.12861,-31.406732 -0.014,-3.177389 -0.0401,-6.359117 -0.0643,-9.536456 -0.0416,-0.74981 -0.14677,-2.022955 -0.19292,-2.765573 z m 0.19292,2.765573 c 0.0702,1.26619 0.13415,2.420783 0.25722,4.672863 0.39953,8.331976 0.59212,16.656625 1.06103,24.985515 0.27678,4.91612 0.42536,6.35779 0.80382,11.15766 0.0959,1.0397 0.19397,2.07543 0.28937,3.11524 -0.001,-0.39264 0.001,-0.78356 0,-1.17616 -9.7e-4,-0.19048 9.6e-4,-0.38172 0,-0.57219 -0.0507,-0.42455 -0.11292,-0.84656 -0.16076,-1.27153 -0.16542,-1.78854 -0.37514,-3.58156 -0.51444,-5.3722 -0.79838,-10.26281 -0.91449,-20.558347 -1.44687,-30.834546 -0.15655,-2.865152 -0.23224,-4.407373 -0.32153,-5.944392 0.003,0.413117 0.029,0.826623 0.0322,1.23974 z m 2.41144,42.182928 c 0.076,0.63617 0.1428,1.27203 0.22507,1.90729 l 0.70736,0 c -0.002,-0.18995 0.002,-0.38226 0,-0.57219 -0.0167,-3.75512 -0.0176,-7.4979 0,-11.25302 -0.15467,-2.29205 -0.26303,-4.54262 -0.48229,-7.97883 -0.19484,-3.566398 -0.35062,-7.144159 -0.48229,-10.712622 -0.0162,3.444549 -0.0364,6.886684 -0.0643,10.331162 0.0143,6.08489 0.0657,12.19338 0.0965,18.27821 z m -0.0322,-28.609372 c 0.002,-0.434529 -0.002,-0.868785 0,-1.303315 -0.4551,-13.015195 -0.55015,-26.045776 -0.6109,-39.067685 0.003,-5.308432 -0.0241,-10.617242 -0.0322,-15.925883 -0.0161,-0.678668 -0.0139,-1.355837 -0.0322,-2.034444 -0.0116,5.980855 -0.0355,11.947807 0,17.928539 0.0628,13.467083 0.17856,26.943452 0.67521,40.402788 z m -0.67521,-58.331327 c 0.0138,-7.145255 0.0304,-14.312088 -0.0322,-21.457027 -0.0879,-2.563302 -0.12463,-5.1257553 -0.19291,-7.692742 l -0.96458,0 c 0.30675,3.3934937 0.46896,6.798933 0.57875,10.204009 0.19026,6.319616 0.44063,12.625401 0.61089,18.94576 z m 0.0322,2.034444 c 0.0211,0.890909 0.0478,1.779173 0.0643,2.670208 -0.0235,7.653492 -0.0469,15.330443 0.12861,22.982861 0.19602,7.137047 0.48623,14.253686 0.48229,21.393451 -0.009,2.649659 -0.0204,5.297417 -0.0322,7.947048 0.14034,4.01354 0.29528,8.036748 0.51444,12.047727 0.15306,2.39844 0.28936,4.78618 0.45014,7.18413 0.0108,-2.23193 0.023,-4.4754 0.0322,-6.70731 -0.041,-6.579662 -0.0436,-13.160648 -0.0643,-19.740466 0.002,-7.161925 -0.41732,-14.297774 -0.57874,-21.457028 -0.16369,-7.703469 -0.234,-15.405103 -0.28938,-23.110013 -0.0747,-5.445949 -0.35824,-10.893606 -0.45013,-16.33913 -0.0402,-2.381477 -0.0434,-4.770632 -0.0643,-7.152342 -0.0787,-3.414584 0.20199,-6.8524759 0.0965,-10.2675853 -0.13042,2.3966473 -0.26295,4.7858923 -0.22507,7.1841303 -0.0893,7.787487 -0.0762,15.576202 -0.0643,23.364319 z m 1.60763,74.225425 c -0.001,0.25387 10e-4,0.50905 0,0.76291 0.19165,2.84019 0.42395,5.66771 0.83596,9.88613 0.065,0.66502 0.12567,1.2903 0.19292,1.93908 l 0.0643,0 c -0.37217,-3.55997 -0.69817,-7.14039 -0.96457,-10.71262 -0.0467,-0.62594 -0.0866,-1.24926 -0.12861,-1.8755 z m -4.8872,-53.531313 c -0.0232,-0.371229 -0.0426,-0.741285 -0.0643,-1.112587 3e-5,6.774164 0,13.53849 0,20.312653 -0.10306,9.976335 -0.1222,19.967786 -0.16077,29.944477 -0.0203,5.66294 -0.0108,11.31189 0,16.97489 l 0.38584,0 c 0.0104,-5.56326 -0.0121,-11.12558 -0.0322,-16.6888 -0.0386,-10.061871 -0.026,-20.105464 -0.12861,-30.166991 0,-6.418698 3e-5,-12.844944 0,-19.263642 z m -1.897,12.937793 c -1.41e-4,0.434235 1.31e-4,0.86908 0,1.303315 0.0057,0.148284 0.02661,0.296748 0.03215,0.445035 0.205039,5.48613 0.287165,10.002628 0.321526,15.512636 0.01794,2.876677 -0.0034,5.73787 0,8.6146 0.01925,9.103574 0.06461,18.202404 0.128611,27.306054 -0.06365,-9.08367 -0.04509,-18.19067 -0.06431,-27.274266 -0.0034,-2.876727 -0.01422,-5.737928 -0.03215,-8.6146 -0.03435,-5.510125 -0.08438,-10.026389 -0.289374,-15.512636 -0.02214,-0.592628 -0.07203,-1.187557 -0.09646,-1.780138 z m 0,1.303315 c -0.01299,-0.338348 -0.01842,-0.678889 -0.03215,-1.017222 -0.0019,6.005164 -0.001,12.018738 0,18.023904 C 98.3806,99.756333 98.38317,111.37247 98.50081,123 l 0.03215,0 c -0.117356,-11.61691 -0.120241,-23.222501 -0.12861,-34.839855 -9.59e-4,-5.676835 -0.0017,-11.361635 0,-17.03847 z M 98.629428,5.002242 c 0.03487,0.3599046 0.06179,0.7210121 0.09646,1.0807984 -0.0015,-0.358525 -0.02851,-0.7223067 -0.03215,-1.0807984 l -0.0643,0 z m 1.543322,0 c 0.0525,5.329692 0.0943,10.659282 0.0965,15.989459 0.002,-5.327981 0.012,-10.661974 0.0643,-15.989459 l -0.16077,0 z m 1.44687,0 c 0.0524,3.4740387 0.10038,6.952309 0.0965,10.426526 -0.007,13.591639 -0.003,27.160821 0,40.752458 0.0165,2.666203 0.0379,5.344513 0.0322,8.010624 -0.006,-2.653096 0.0172,-5.293861 0.0321,-7.947047 -0.003,-13.591637 -0.007,-27.19261 0,-40.784247 0.004,-3.491253 -0.0128,-6.9718789 0.0643,-10.458314 l -0.22507,0 z m 2.25068,0 c 0.007,0.147872 -0.005,0.2971014 0,0.4450346 0.008,-0.1486154 0.0242,-0.2964195 0.0322,-0.4450346 l -0.0322,0 z m 2.47575,0 c 4e-4,0.052987 -4.5e-4,0.1059572 0,0.1589409 0.009,1.8731134 0.0233,3.7533642 0.0322,5.6265091 0.12057,3.36412 0.14739,6.742986 0.19292,10.108645 -0.0365,4.310179 0.0344,8.596355 0.0965,12.906004 0.10988,6.610443 0.20657,13.224651 0.25723,19.83583 0.0436,8.383818 0.0997,16.792496 0.16076,25.176246 0.0339,8.889823 10e-4,17.748901 -0.0643,26.638503 -0.0504,5.84828 -0.0781,11.69864 -0.0964,17.54708 l 0.7395,0 c -0.0186,-5.68556 -0.0159,-11.35306 -0.0643,-17.03847 -0.0652,-8.921437 -0.0984,-17.844007 -0.0643,-26.765655 0.0612,-8.306922 0.085,-16.614952 0.1286,-24.92194 0.0502,-6.463701 0.17872,-12.927864 0.28938,-19.390795 0.0628,-4.262542 0.10062,-8.547538 0.0643,-12.81064 0.0454,-3.252288 0.0975,-6.476712 0.22507,-9.727186 0.0126,-1.856665 0.0252,-3.7380402 0.0322,-5.5947216 0.001,-0.5843154 -0.0226,-1.1643266 -0.0322,-1.7483504 l -1.897,0 z m 3.7297,0 c -0.59835,4.5977979 -0.97067,9.207486 -0.80382,13.85965 0.1516,9.926995 0.20831,19.857489 0.19292,29.785534 0.0533,11.12079 0.0476,22.224863 0.0322,33.34581 0.002,12.13588 0.0265,24.293384 0.0322,36.429264 4.8e-4,1.52805 -0.002,3.04866 0,4.5775 l 0.0322,0 c -10e-4,-1.51701 4.8e-4,-3.0289 0,-4.54571 -0.006,-12.13589 0.002,-24.261594 0,-36.397478 -0.0184,-11.090226 -0.0213,-22.192161 0.0321,-33.282234 -0.0147,-9.829323 0.0389,-19.671195 0.19292,-29.499439 0.0843,-4.655052 0.54128,-9.2753227 1.12534,-13.8914388 -3.4e-4,-0.1271121 3.4e-4,-0.2543461 0,-0.3814582 l -0.83597,0 z m 0.83597,0.3814582 c 0.0323,12.2027998 0.061,24.4171558 0.0643,36.6199938 0.0267,2.607007 0.0392,5.213238 0.0322,7.819895 -0.007,-2.58949 0.007,-5.1983 0.0322,-7.788107 -0.003,-12.349299 -0.031,-24.683979 -0.0643,-37.03324 -1.7e-4,0.0013 -0.032,-0.0013 -0.0322,0 -0.0162,0.126108 -0.0162,0.2553279 -0.0322,0.3814582 z m 2.95803,-0.3814582 c -0.0625,0.7965675 -0.10629,1.321199 -0.19291,2.4159023 -0.71948,8.8498787 -1.02183,17.7322877 -1.12534,26.6067147 0.005,8.388022 0.035,16.756472 0,25.144457 -0.0426,7.664433 -0.0586,15.350134 -0.0643,23.014649 0.0782,4.981492 -0.0669,9.959086 -0.0322,14.940449 0.0153,2.197641 0.0921,4.382756 0.12861,6.580156 0.27534,3.94157 0.44317,7.89485 0.86812,11.82521 0.21237,1.96416 0.49277,3.91688 0.70736,5.88081 0.052,0.52618 0.0775,1.06299 0.12861,1.58941 l 0.0322,0 c -0.15387,-4.37546 -0.24185,-8.75069 -0.32152,-13.12852 -0.1422,-1.77618 -0.28035,-3.56338 -0.41799,-5.34042 -0.43479,-7.236352 -0.34272,-14.465043 -0.32152,-21.711331 -0.009,-7.703308 -0.0379,-15.406871 -0.0965,-23.110014 -0.051,-8.380325 -0.0569,-16.764287 0.0322,-25.144457 0.0504,-9.016232 0.058,-18.046819 0.57875,-27.0517491 0.057,-0.8390294 0.13283,-1.6727343 0.19291,-2.5112669 l -0.0965,0 z m 0.12862,104.869238 c 0.11107,1.38748 0.2271,2.77833 0.35367,4.16425 -0.24061,-3.81214 -0.3515,-7.64674 -0.45013,-11.44375 -0.24126,-12.205249 -0.2853,-24.412735 -0.25722,-36.619991 0.15495,-8.391793 0.18829,-16.799563 0.77166,-25.176246 0.29264,-3.981795 0.80578,-7.911614 1.41471,-11.856995 0.004,-1.688699 -0.0169,-3.397805 -0.0321,-5.08611 -0.95164,5.405842 -1.7778,10.83144 -2.15422,16.307341 -0.40462,8.5774 -0.35242,17.166477 -0.0965,25.748433 0.0622,12.218334 0.0559,24.435366 0.32152,36.651778 0.0633,2.43742 0.0842,4.87322 0.12862,7.31129 z m 1.80054,-86.018842 c 0.009,-0.05308 0.0228,-0.105862 0.0321,-0.158941 -0.0593,-6.233374 -0.21619,-12.465204 -0.51444,-18.691455 l -0.0322,0 c 0.30019,6.279268 0.45761,12.563902 0.51444,18.850396 z m 0.0321,-0.158941 c 0.016,1.685601 0.0354,3.368326 0.0322,5.054322 0.43077,-2.776828 0.90136,-5.560106 1.38256,-8.328505 -0.002,-1.483495 0.003,-2.966857 0,-4.450347 -0.13265,0.687174 -0.24885,1.379757 -0.38583,2.066232 -0.34774,1.886558 -0.69529,3.768021 -1.02889,5.658298 z m 1.41472,-7.72453 c 0.0287,-0.148804 0.0679,-0.2962 0.0965,-0.445034 0.004,-1.334738 -0.006,-2.67058 0,-4.005312 0.0619,-3.3548 0.0805,-4.823063 0.12861,-6.516579 l -0.35367,0 c 0.0454,2.1490123 0.0932,4.2730019 0.12861,6.421214 0.005,1.515274 -0.004,3.030432 0,4.545711 z m 0.0965,-0.445034 c -0.004,1.493635 0.003,2.988493 0,4.482134 0.0794,-0.456533 0.14578,-0.910453 0.22507,-1.366892 0.21091,-1.154423 0.40465,-2.309653 0.6109,-3.464913 -0.0102,-0.31789 -0.0225,-0.635784 -0.0322,-0.953645 -0.0202,-0.876173 -0.0412,-1.762413 -0.0643,-2.63842 -0.23813,1.314011 -0.48802,2.629885 -0.73951,3.941736 z m 0.73951,-3.941736 c 0.18253,-1.007155 0.37048,-2.0116796 0.5466,-3.0198779 -0.008,-1.1859175 -0.0384,-2.3742941 -0.0321,-3.5602771 l -0.70736,0 c 0.0879,2.1922619 0.13511,4.3863978 0.19291,6.580155 z m 0.5466,-3.0198779 c 0.008,1.238828 0.0312,2.4804929 0.0643,3.7192179 0.42839,-2.4274323 0.85642,-4.8522883 1.28611,-7.279495 l -0.73951,0 c -0.20029,1.1876772 -0.40363,2.3737464 -0.6109,3.5602771 z m 0.0643,3.7192179 c -0.17031,0.965074 -0.3422,1.927996 -0.51444,2.892725 0.12533,3.920892 0.29585,7.839705 0.35368,11.76163 0.004,0.285614 -0.003,0.572652 0,0.858282 0.11404,-2.04211 0.24388,-4.094481 0.38583,-6.135121 -0.0476,-2.320156 -0.0948,-4.641593 -0.16076,-6.961613 -0.0353,-0.804595 -0.0428,-1.611255 -0.0643,-2.415903 z m 0.22507,9.377516 c 0.003,0.169475 -0.003,0.339135 0,0.508611 0.38293,-5.56657 0.89096,-11.115111 1.54333,-16.657011 -0.39057,3.2838394 -0.75361,6.3147 -1.09319,10.172221 -0.17582,1.997207 -0.31112,3.977665 -0.45014,5.976179 z m 0,0.508611 c -0.1535,2.231403 -0.2615,4.474135 -0.38583,6.707308 0.0237,3.882787 -0.0216,7.752632 0.0965,11.634477 0.13719,6.286959 0.1934,12.593854 0.22507,18.882185 -0.0484,-6.211581 -0.054,-12.417135 0.0643,-18.627879 0.15265,-6.199713 0.12241,-12.398226 0,-18.596091 z m -0.38583,6.707308 c -0.002,-0.359704 0.004,-0.721116 0,-1.080798 -0.15717,2.814509 -0.28997,5.638115 -0.41798,8.455658 -0.23619,7.58828 -0.56065,15.201237 -0.19292,22.792131 0.14171,2.925314 0.57112,7.481678 0.83597,10.394738 0.0703,0.688156 0.128,1.377707 0.19291,2.066233 -0.008,-0.741015 -0.0255,-1.484143 -0.0322,-2.225174 -0.19848,-2.180391 -0.7518,-8.190428 -0.86812,-10.140432 -0.45405,-7.611852 -0.16115,-15.24368 0.0965,-22.855708 0.11225,-2.470963 0.24829,-4.936232 0.38583,-7.406648 z m 0.38583,40.402788 c 0.006,0.06163 0.0272,0.230976 0.0322,0.286094 0.0105,0.116031 0.0218,0.233631 0.0322,0.34967 -0.0418,-3.413081 -0.10127,-6.822584 -0.12861,-10.235797 0.0161,3.207339 0.0355,6.392811 0.0643,9.600033 z m 0.0643,0.635764 c 0.009,0.699599 0.0236,1.398434 0.0321,2.098021 0.89486,9.685526 1.26452,19.395741 1.35041,29.117985 0.0477,-1.00743 0.0823,-2.012368 0.12861,-3.019882 0.0474,1.304904 0.08,2.605222 0.12861,3.909952 0.007,-0.13846 0.026,-0.37824 0.0322,-0.50862 0.17217,-3.273163 0.31057,-6.548195 0.45014,-9.822546 -0.002,0.48798 0.004,0.974261 0,1.462256 0.4535,-10.29933 0.75585,-20.622306 0.93242,-30.929908 0.18609,-10.020599 0.27382,-20.017702 0.28938,-30.039838 0.0591,-8.619975 0.0556,-17.255736 0.12861,-25.8755863 0.005,-0.4349543 -0.004,-0.8683487 0,-1.3033157 l -0.64306,0 c 0.003,0.2545171 -0.003,0.5084034 0,0.7629165 0.079,8.7018065 0.0964,17.3961725 0.16077,26.0981035 0.0131,10.10791 0.094,20.218237 0,30.325932 -0.16728,9.766923 -0.45395,19.549077 -0.86812,29.308711 0.005,-1.113944 0.0386,-2.223945 0.0322,-3.33776 -0.01,-1.710896 -0.049,-3.438827 -0.0643,-5.149687 -0.0163,-1.820071 -0.0252,-3.64744 -0.0322,-5.467568 -1.3e-4,-14.154698 0.001,-28.282536 0,-42.437233 -8e-4,-10.034411 0.001,-20.069004 0,-30.103415 l -0.0643,0 c 10e-4,10.013223 0.0314,20.026616 0.0322,30.039839 0.001,14.154697 -1.2e-4,28.314323 0,42.46902 0.0781,6.785782 -0.20458,13.567486 -0.51444,20.344441 -0.3385,-9.316213 -0.68031,-18.652108 -1.51117,-27.941818 z m 2.12207,23.237166 c -0.12318,2.79747 -0.27088,5.595488 -0.41799,8.39208 -0.0145,0.30691 -0.0173,0.61481 -0.0322,0.92186 0.11458,2.21585 0.21312,4.42689 0.32153,6.64373 -0.007,-1.28339 -0.032,-2.56312 -0.0322,-3.84637 0.0523,-4.04106 0.12621,-8.069194 0.16077,-12.1113 z m -0.12861,15.95767 c 0.009,1.46371 0.0189,2.9237 0.0643,4.38677 0.0245,0.13849 0.0391,0.27485 0.0643,0.41325 -0.0206,-0.004 -0.0437,0.004 -0.0643,0 0.0129,0.34383 0.0151,0.70534 0.0322,1.04901 0.11671,0.15089 0.22961,0.29957 0.35368,0.44503 0.008,0.009 0.0267,-0.004 0.0322,0 8e-4,-0.0923 -0.0824,-0.43297 -0.0965,-0.57218 -0.061,-0.60502 -0.12056,-1.20529 -0.16077,-1.81193 -0.0864,-1.30305 -0.16126,-2.6053 -0.22506,-3.90995 z m 0.0964,5.84903 c -0.2993,-0.38699 -0.56157,-0.8026 -0.83596,-1.20795 0.26815,0.0515 0.53669,0.10361 0.80381,0.15894 -0.002,-0.0416 10e-4,-0.0855 0,-0.12715 -0.003,-0.0954 0.003,-0.1907 0,-0.2861 -0.27718,-1.56823 -0.51876,-3.12682 -0.70735,-4.70465 -0.0204,0.44599 -0.0452,0.88899 -0.0643,1.3351 -0.051,1.18957 -0.0588,2.37026 -0.0965,3.56028 -0.013,-0.0193 -0.0192,-0.0443 -0.0322,-0.0636 -0.001,0.0305 0.001,0.0651 0,0.0954 0.0105,0.002 0.0216,-0.002 0.0322,0 -0.003,0.0853 -0.0296,0.16905 -0.0322,0.2543 0.25774,0.48797 0.50031,0.9677 0.35368,1.46226 -0.0514,0.17348 -0.21653,0.15408 -0.38583,0.0636 -0.004,0.1476 0.003,0.29743 0,0.44503 0.27229,0.29389 0.55471,0.58198 0.80381,0.89007 0.079,-0.0852 0.20671,-0.14106 0.22507,-0.2543 0.0555,-0.34259 -0.0189,-0.67067 -0.0322,-1.01723 -0.008,-0.19811 -0.0223,-0.40595 -0.0322,-0.60397 z m -0.96457,0.98543 c -0.0205,-0.0221 -0.0438,-0.0415 -0.0643,-0.0636 -7.8e-4,0.0332 7.4e-4,0.0945 0,0.12715 -0.0494,2.17337 -0.0245,4.34301 -0.0643,6.51658 -0.003,0.15878 0.003,0.31804 0,0.47682 l 0.0964,0 c -0.0555,-2.34874 -0.0189,-4.70492 0.0322,-7.05698 z m -0.0643,-0.0636 c 0.003,-0.10815 0.0292,-0.3 0.0322,-0.41325 -0.23285,-0.13633 -0.51398,-0.34847 -0.77166,-0.5404 -0.0117,0.0182 -0.0197,0.0498 -0.0322,0.0636 0.2448,0.3048 0.50294,0.59992 0.77166,0.89007 z m -0.77166,-0.89007 c -0.0479,-0.0596 -0.0827,-0.12998 -0.12861,-0.19073 0.0512,0.0314 0.10503,0.0856 0.16076,0.12715 0.1585,-0.24631 0.23698,-0.79655 0.28938,-1.3351 -0.0332,-0.009 -0.0635,-0.0226 -0.0965,-0.0318 0.0302,0.003 0.0657,2.3e-4 0.0965,0 0.0277,-0.29434 0.0564,-0.4579 0.0643,-0.60398 -0.005,-0.007 0.005,-0.0247 0,-0.0318 -0.10197,-0.14866 -0.21666,-0.29849 -0.32153,-0.44503 0.0149,-0.20302 0.0188,-0.40092 0.0322,-0.60398 -0.2608,-1.02386 -0.50479,-2.04752 -0.70736,-3.08345 -0.35784,-1.82988 -0.67291,-3.68171 -0.90027,-5.53115 -0.0611,-0.49666 -0.10707,-1.06044 -0.16076,-1.5894 0.007,0.43449 0.0255,0.8688 0.0322,1.30331 -0.37577,-5.275011 -0.49664,-6.165223 -0.5466,-6.929824 -0.0742,4.586464 -0.13279,9.177574 -0.19291,13.764284 -0.0639,4.40162 -0.0592,8.79097 -0.12861,13.1921 l 1.12534,0 c -0.0568,-4.17069 -0.10303,-8.35348 -0.16076,-12.52455 -0.0313,-2.43714 -0.0594,-4.87423 -0.0965,-7.31128 0.35777,5.03854 0.20065,4.2353 0.70735,8.64639 0.0847,0.73769 -0.0508,1.52862 0.28938,2.19338 0.13721,0.2681 0.30185,0.5213 0.48229,0.76292 -0.0173,-0.01 -0.0477,-0.0236 -0.0643,-0.0318 0.0715,0.0872 0.14941,0.33814 0.22507,0.25431 z m -2.18638,-18.945764 c 0.004,-0.233141 0.0284,-0.4662 0.0322,-0.699341 -0.13515,-2.294761 -0.27818,-4.587241 -0.38583,-6.548367 -0.77821,-18.509564 -0.83164,-37.043704 -0.90028,-55.565754 0.0186,-1.495409 0.0293,-2.986998 0.0322,-4.482135 -0.01,0.06335 -0.0224,0.127373 -0.0322,0.190729 -0.003,1.420917 -0.0145,2.838456 -0.0321,4.259618 0.0686,18.522122 0.12222,37.056114 0.90027,55.565754 0.31534,5.745781 0.33863,6.557124 0.38583,7.279496 z m 0.0322,-0.699341 c 0.12884,2.187671 0.27788,4.312158 0.48229,6.325855 -0.0902,-5.827828 -0.18303,-11.655439 -0.25723,-17.483509 -2.3e-4,-12.278712 0.001,-24.532011 0,-36.810723 -10e-4,-9.120785 -0.0156,-18.248849 0,-27.369631 -0.0243,0.139605 -0.0722,0.273632 -0.0965,0.413247 0.0128,8.964555 0.0311,17.928251 0.0322,26.892808 0.001,12.278712 -2.3e-4,24.563797 0,36.842511 -0.0484,3.728699 -0.10057,7.460936 -0.16076,11.189442 z m 2.25068,16.529855 c 0.0818,0.32123 0.17049,0.63371 0.25722,0.95365 0.008,0.031 0.0222,0.0644 0.0322,0.0954 0.003,-0.0565 0.0315,-0.24634 0.0322,-0.2543 0.17457,-2.09379 0.29761,-4.19674 0.41799,-6.29406 -0.41913,-4.36627 -0.58638,-8.745794 -0.70736,-13.128525 -0.17041,-6.173637 -0.21109,-8.756099 -0.32153,-14.972237 -0.0214,-2.087885 -0.0388,-4.174239 -0.0643,-6.262273 -0.0157,-0.170024 -0.0483,-0.338609 -0.0643,-0.508611 0.0248,2.24421 0.0514,4.495107 0.0965,6.739096 0.11043,6.216338 0.119,8.798399 0.28937,14.972237 0.17161,6.217782 0.44048,12.444363 0.0322,18.659663 z m 0.73951,-5.49935 c 0.0564,0.58724 0.0945,1.19387 0.16076,1.78014 0.0633,-2.11549 0.0326,-4.24742 0.0965,-6.35764 -0.002,-0.22244 0.002,-0.44512 0,-0.66755 -0.0552,1.16665 -0.10628,2.33013 -0.16077,3.4967 -0.0355,0.57908 -0.0632,1.16908 -0.0965,1.74835 z m 0.16076,1.78014 c -0.039,1.30345 -0.11369,2.61371 -0.25722,3.90994 -0.0443,0.40032 -0.0501,0.78951 -0.16076,1.17617 0.088,0.13015 0.20152,0.25122 0.28937,0.38145 0.039,-1.11765 0.0731,-2.21545 0.12861,-3.4967 0.0252,-0.5826 0.005,-1.0008 0.0322,-1.58941 -0.0147,-0.1255 -0.018,-0.2559 -0.0322,-0.38145 z m 0.0322,0.38145 c 0.01,0.084 0.0221,0.17033 0.0322,0.25431 0.0964,-2.11342 0.21958,-4.21728 0.32152,-6.32585 -0.007,-0.12745 -0.0254,-0.25402 -0.0322,-0.38146 -0.0843,1.76773 -0.21201,4.04312 -0.32153,6.453 z m -0.45013,4.70466 c -0.0553,-0.0819 -0.10502,-0.17273 -0.16077,-0.25431 0.0403,0.11445 0.0743,0.23609 0.12861,0.34967 0.0105,-0.0315 0.023,-0.0634 0.0322,-0.0954 z m -0.0322,0.0954 c -0.0178,0.0537 -0.0422,0.10656 -0.0643,0.15894 -0.0164,0.0387 -0.0891,0.063 -0.16076,0.0636 -0.001,0.0153 10e-4,0.0163 0,0.0318 0.13151,0.0344 0.2526,0.0673 0.38583,0.0954 -0.062,-0.11568 -0.10516,-0.23337 -0.16077,-0.34967 z m 0.16077,0.34967 c 0.0411,0.0766 0.0877,0.14607 0.12861,0.22252 0.002,-0.0601 0.0301,-0.12988 0.0322,-0.19073 -0.0551,-0.0109 -0.10586,-0.0202 -0.16076,-0.0318 z m 0.12861,0.22252 c -0.0165,0.48796 -0.0209,1.13159 -0.0322,1.55762 0.0125,0.007 0.0201,0.0253 0.0322,0.0318 0.0121,-0.50732 0.0167,-1.01851 0.0322,-1.52584 -0.0112,-0.0212 -0.0208,-0.0424 -0.0322,-0.0636 z m -5.75532,0.12715 c 0.18973,3.00586 0.45737,5.99028 0.90028,8.96427 l 0.12861,0 c -0.0343,-0.22087 -0.0606,-0.447 -0.0965,-0.66755 -0.38273,-2.76367 -0.67896,-5.52132 -0.93243,-8.29672 z m 8.6169,-109.033488 c 0.10095,2.2559285 0.21055,4.4849218 0.35368,6.739096 0.279,4.608223 0.63096,9.246154 0.80381,13.859651 0.135,3.603519 0.13378,6.594613 0.12861,10.204008 -0.002,1.728378 -0.0242,3.453113 -0.0321,5.181475 -0.03,9.438175 -0.12919,18.884962 -0.12861,28.323277 -0.0137,8.257267 -0.0846,16.50571 -0.0322,24.762999 -0.008,2.66069 -0.0465,5.317905 -0.0643,7.978832 0.2706,-3.042734 0.50311,-6.072634 0.6752,-9.123207 0.0551,-7.732173 -0.0404,-15.441396 -0.0643,-23.17359 -0.0128,-9.520009 -0.0969,-19.057678 -0.12861,-28.577582 -0.008,-1.741764 -0.0295,-3.471483 -0.0322,-5.213263 -0.004,-2.909847 -0.0195,-4.666123 -0.0322,-6.611943 0.18263,4.344937 0.40217,8.691427 0.64306,13.033157 0.002,-0.752713 0.0292,-1.50425 0.0322,-2.256961 -0.1398,-3.584996 -0.25331,-7.156313 -0.32153,-10.744408 -0.0918,-7.952595 -0.0937,-15.92015 -0.0322,-23.87293 -5e-5,-0.1696515 -2.5e-4,-0.3389661 0,-0.508611 l -0.80382,0 c 0.0406,3.9877558 0.0629,7.964853 0.12862,11.952359 0.13908,2.948542 0.25252,5.887057 0.32152,8.837117 0.0335,1.431456 0.0243,2.291833 0.0322,3.274183 -0.16925,-4.038225 -0.28712,-8.070774 -0.35367,-12.1113 -0.075,-1.590933 -0.15068,-3.177838 -0.22507,-4.768228 -0.11311,-2.3874021 -0.18953,-4.7954772 -0.25722,-7.184131 l -0.6109,0 z m 2.12207,35.125949 c 0.019,0.486078 0.0119,0.976235 0.0322,1.462257 0.0126,-3.657406 0.0333,-7.309671 0.0643,-10.966926 -0.0106,-0.836479 0.0222,1.075127 -0.0322,-2.829148 -0.0417,4.10569 -0.0481,8.227897 -0.0643,12.333817 z m 0.0965,-9.504669 c 0.0285,2.245392 0.0368,1.484999 0.0964,3.433125 -0.0332,-1.620968 -0.0449,-3.242401 -0.0643,-4.863593 -0.004,0.477086 -0.0281,0.953378 -0.0322,1.430468 z m 0.0322,-1.430468 c 0.0501,-5.385128 0.10769,-10.764084 0.22507,-16.1484 0.0731,-2.68046 0.13941,-5.3624999 0.22506,-8.042412 l -0.0643,0 c -0.0744,2.4005019 -0.13773,4.7780181 -0.22507,7.978835 -0.0979,4.492047 -0.17563,8.98555 -0.22507,13.478193 0.006,0.402581 0.0259,0.80537 0.0322,1.207951 0.007,0.508652 0.0261,1.017165 0.0322,1.525833 z m -0.0643,-2.733784 c -0.11188,-7.149857 -0.22385,-14.307031 -0.32152,-21.457028 l -0.0322,0 c 0.1031,7.541999 0.23706,15.091326 0.35368,22.633191 0.004,-0.391097 -0.004,-0.78507 0,-1.176163 z m 0.12861,7.597377 c 0.0223,0.726656 0.0539,1.810597 0.12861,5.531145 0.0325,1.618863 -0.004,3.244797 0.0322,4.863593 0.0834,3.769053 0.30285,7.550529 0.48229,11.316595 0.11572,1.728397 0.22247,3.453759 0.35367,5.181475 0.0603,1.208172 0.10583,2.415509 0.16077,3.623853 0.019,-2.87953 0.0495,-5.766824 0.0643,-8.646387 -0.002,-0.413137 0.001,-0.826613 0,-1.239739 -0.26543,-3.33173 -0.55218,-6.678668 -0.77166,-10.01328 -0.29754,-4.520585 -0.35518,-5.985065 -0.45014,-10.617255 z m 1.2218,20.630535 c 0.033,0.413829 0.0645,0.825855 0.0965,1.239739 -0.004,-4.502687 -0.0196,-9.007316 -0.0322,-13.50998 -0.01,1.143811 -0.0258,2.289266 -0.0322,3.433124 -0.002,-0.699854 0.002,-1.398167 0,-2.09802 -0.0267,3.646939 -0.0436,7.287571 -0.0322,10.935137 z m 0.0322,-10.935137 c 0.0131,-1.785524 0.0116,-3.554988 0.0322,-5.340416 0.005,1.33608 -0.004,2.669227 0,4.005312 0.0647,-7.636145 0.18939,-15.283619 0.35368,-22.919285 0.11995,-4.83246 0.4194,-9.670502 0.70735,-14.495414 l -0.32152,0 c -0.0841,4.8212276 -0.2001,9.645167 -0.41799,14.463626 -0.13078,6.07885 -0.24833,12.167451 -0.32152,18.246421 -0.022,-5.927683 -0.0463,-11.84205 -0.0965,-17.769598 -0.12512,-10.9438057 -0.0839,-7.149066 -0.22507,-14.940449 l -0.0322,0 c 0.10171,4.3423948 0.15123,11.264234 0.19291,14.908661 0.0673,7.952873 0.10841,15.888053 0.12861,23.841142 z m 0.0643,12.174876 c 0.004,4.035235 -8.1e-4,8.076074 0,12.1113 0.21987,5.258367 0.40544,10.538733 0.57875,15.79873 0.002,-0.900172 0.005,-1.801905 0,-2.701996 0.0202,-7.991692 0.008,-15.988022 -0.48229,-23.968295 -0.0307,-0.41396 -0.0644,-0.825855 -0.0965,-1.239739 z m 0.57875,27.91003 c -7e-4,0.26481 -0.0309,0.529888 -0.0322,0.794705 0.14424,4.393469 0.29326,8.798828 0.45014,13.192098 0.22428,7.007886 0.46011,14.016426 0.96458,21.011996 0.13186,1.82844 0.24527,2.90567 0.35368,4.16425 l 0.0322,0 c -0.72757,-8.35746 -1.05012,-16.76772 -1.31826,-25.144458 -0.16697,-4.676255 -0.29606,-9.342151 -0.45013,-14.018591 z m -0.0322,0.794705 c -0.1663,-5.065812 -0.34153,-10.130324 -0.54659,-15.194755 1.4e-4,0.804927 -1.3e-4,1.610978 0,2.415903 0.0179,2.107544 0.038,4.218014 0.0322,6.325849 -0.0183,-1.081774 -0.0441,-2.160665 -0.0643,-3.242395 -0.033,10.743047 0.0271,21.491283 0.19291,32.233222 0.11391,5.27789 0.19813,10.55268 0.19292,15.83052 l 0.48229,0 c -0.0751,-3.16034 -0.15266,-6.31235 -0.22507,-9.47288 -0.0425,-0.72942 -0.0955,-1.46319 -0.12861,-2.19339 -0.0647,-1.79977 -0.15809,-3.60344 -0.19292,-5.40399 -0.025,-1.29172 -0.0355,-2.58614 -0.0322,-3.87816 -0.0618,-1.63277 -0.11905,-3.262022 -0.16076,-4.895378 -0.15602,-6.11 -0.0847,-12.23007 -0.0643,-18.341785 0.0106,0.636305 0.0216,1.27099 0.0322,1.907291 0.10076,6.633455 0.16104,13.265278 0.19291,19.899412 0.002,0.4765 0.001,0.95393 0,1.43046 0.0506,1.33624 0.11169,2.66903 0.16076,4.00532 -0.0956,-7.137126 0.0959,-14.287084 0.12861,-21.425244 z m 0.0643,28.895464 c 0.18468,3.16717 0.46056,6.31613 0.77166,9.47288 l 0.0643,0 c -0.42476,-3.84409 -0.74159,-7.69906 -0.86812,-11.5709 -0.0394,-1.34482 -0.0933,-2.6922 -0.12861,-4.0371 0.0605,2.04685 0.11386,4.08808 0.16076,6.13512 z m -0.64305,-38.590862 c 0.003,-1.038267 -0.005,-2.076948 0,-3.115242 -1.9e-4,-1.05911 2e-4,-2.119708 0,-3.178819 -0.031,-0.752615 -0.0638,-1.504403 -0.0965,-2.256962 -0.005,0.751676 -0.0268,1.505287 -0.0322,2.256962 -0.006,-0.22277 -0.026,-0.44479 -0.0322,-0.667552 -0.0783,11.062807 -0.18182,22.124262 -0.28937,33.186865 -0.0147,2.49001 -0.0214,5.16827 -0.0322,7.85169 0.0193,-2.6076 0.0811,-5.21879 0.0965,-7.8199 0.10464,-10.766211 0.17965,-21.530406 0.25722,-32.296798 0.0523,2.014641 0.0909,4.024714 0.12861,6.039756 z m -0.16077,-6.961613 c 0.005,-0.741089 0.0271,-1.484083 0.0322,-2.225174 -0.0711,-1.611351 -0.14461,-3.220754 -0.22507,-4.831804 -0.0681,-0.965326 -0.1268,-1.927308 -0.19292,-2.892726 0.17194,3.316121 0.29451,6.63118 0.38583,9.949704 z m -0.38583,-9.949704 c -0.0253,-0.487266 -0.0367,-0.97506 -0.0643,-1.462256 -0.0124,-0.263611 -0.0196,-0.53107 -0.0322,-0.794705 -0.31639,-4.725085 -0.60677,-9.447231 -0.80382,-14.177532 -0.002,0.625467 0.002,1.250034 0,1.875503 0.27403,4.850719 0.56827,9.711215 0.90027,14.55899 z m -0.90027,-14.55899 c -0.0204,-0.360937 -0.0443,-0.719842 -0.0643,-1.080799 -0.0168,5.300619 -0.0288,10.593609 -0.0322,15.894095 -0.078,5.740795 0.0417,11.486189 0.0643,17.229198 0.003,-5.733776 -0.0172,-11.463298 0,-17.19741 0.003,-4.950644 0.0181,-9.89431 0.0322,-14.845084 z m 1.31826,22.28352 c 0.009,0.212058 0.0229,0.423702 0.0322,0.635764 0.003,-0.402265 -0.003,-0.805684 0,-1.207951 -0.009,-0.201474 -0.023,-0.402506 -0.0322,-0.603976 -0.003,0.391681 0.003,0.784483 0,1.176163 z m 0.0322,-0.572187 c 0.0304,0.678476 0.0675,1.355921 0.0965,2.034444 -8.3e-4,-3.74927 -0.0288,-7.503741 -0.0322,-11.253019 -0.0158,3.070114 -0.0438,6.148499 -0.0643,9.218575 z m 0.0965,2.034444 c 1e-4,0.4766 -1e-4,0.953869 0,1.430469 0.0109,0.264978 0.0214,0.52972 0.0322,0.794704 -8e-5,-0.466009 9e-5,-0.932669 0,-1.39868 -0.0115,-0.275553 -0.0204,-0.550947 -0.0322,-0.826493 z m -1.89701,25.716645 c -0.004,0.552282 0.006,1.100701 0,1.652986 -0.003,0.654782 0.004,1.316053 0,1.970868 0.0884,-1.278565 0.14071,-2.564837 0.19292,-3.846371 0.1219,-3.786127 0.16485,-7.56142 0.19292,-11.348384 -0.0193,2.01091 -0.0604,4.029669 -0.12861,6.039756 -0.0586,1.726699 -0.14273,3.455687 -0.22507,5.181475 -0.006,0.117219 -0.0255,0.232466 -0.0322,0.34967 z m 0.38584,-11.570901 c 0.0107,-1.114183 0.0314,-2.223413 0.0322,-3.33776 -0.003,1.110779 -0.0239,2.227031 -0.0322,3.33776 z m -0.38584,15.194755 c -0.17214,2.491146 -0.41559,4.986303 -0.6752,7.470223 -0.0462,5.18394 -0.12271,10.36466 -0.35368,15.54443 -0.0704,1.38398 -0.139,2.39097 -0.19291,3.43312 l 0.38583,0 c 0.0699,-1.01822 0.15781,-2.03322 0.22507,-3.05167 0.45792,-7.78371 0.56407,-15.60149 0.61089,-23.396103 z m -0.6752,7.470223 c 0.006,-0.65723 -0.004,-1.31362 0,-1.97087 -0.62189,6.99274 -1.44623,13.96997 -2.21853,20.94842 l 0.25722,0 c 0.10573,-1.32216 0.19615,-2.65301 0.32153,-3.97352 0.47592,-5.01242 1.11627,-9.99513 1.63978,-15.00403 z m 7.52371,-99.020208 c 0.0672,4.5145159 -0.002,9.027173 -0.0965,13.541769 0.0345,-0.879327 0.0587,-1.759278 0.0965,-2.63842 0.0486,-3.636264 0.0547,-7.2669347 0.0322,-10.903349 l -0.0322,0 z m 0,10.903349 c -0.0394,2.94714 -0.10158,5.922308 -0.19292,8.868905 -0.063,2.479359 -0.13022,4.959108 -0.19292,7.438436 0.004,-0.636803 0.0259,-1.270514 0.0322,-1.907291 -0.30026,11.845526 -0.62958,23.692149 -0.86812,35.539195 -0.19772,7.882166 -0.44831,15.76512 -0.45014,23.650413 -0.001,5.702173 0.13013,10.268897 0.35368,15.957671 0.0961,2.44637 0.20666,4.89746 0.32153,7.34307 0.14569,2.18272 0.3209,4.36468 0.45013,6.54837 0.12091,2.04303 0.1238,2.78343 0.16076,3.65564 l 0.32153,0 c -0.0176,-0.22293 -0.0475,-0.44457 -0.0643,-0.66755 -0.14995,-1.03449 -0.26177,-2.03365 -0.35368,-2.92452 -0.22498,-2.18064 -0.2995,-4.39349 -0.45014,-6.58015 -0.11489,-2.44559 -0.25754,-4.86494 -0.35368,-7.31128 -0.22356,-5.688154 -0.32279,-10.256131 -0.32152,-15.957675 0.002,-7.885239 0.25242,-15.768298 0.45013,-23.650413 0.22407,-11.126395 0.49048,-22.252651 0.77166,-33.377598 -0.0237,3.799367 -0.046,7.581123 -0.0322,11.380171 0.10096,9.731625 0.15077,19.48128 0.16077,29.213346 5.6e-4,8.711909 -0.13855,17.418645 -0.22507,26.129892 0.002,5.626977 -0.26861,11.253927 -0.0322,16.879527 0.0447,1.06445 0.12785,2.14715 0.19292,3.21061 0.0548,0.99739 0.11775,1.99221 0.19292,2.98809 0.0318,0.21946 0.0625,0.44492 0.0965,0.66755 l 0.41799,0 c -0.006,-2.60573 -0.014,-5.21415 0,-7.81989 -0.16071,-5.10064 0.0214,-10.2216 -0.16077,-15.321912 -0.0881,-8.845603 -0.2188,-17.696891 -0.22506,-26.543138 0.004,-9.645685 0.01,-19.282419 0.16076,-28.927252 0.0475,-3.856087 0.0813,-7.715065 0.16076,-11.570901 -0.0432,6.435539 -0.0414,12.891643 0,19.327219 0.0788,9.168912 0.0661,18.327799 0.12861,27.496784 0.0889,9.891126 0.0313,19.767283 -0.0322,29.65838 -0.0121,1.95911 -0.0217,3.92119 -0.0322,5.88082 0.0184,0.58335 0.0349,1.1653 0.0643,1.74835 0.0541,1.07131 0.14946,2.14051 0.22507,3.2106 0.06,0.95139 0.14489,1.91109 0.22507,2.86094 l 0.16076,0 c 0.002,-0.8031 0.009,-1.61286 0,-2.4159 -0.007,-0.65994 -0.0216,-1.31099 -0.0322,-1.97087 -0.14928,-2.99674 -0.20128,-6.00004 -0.22507,-8.99606 -0.005,-0.72089 0.004,-1.4407 0,-2.16159 0.0324,2.19251 0.11292,4.38787 0.16076,6.58015 -0.0522,-2.52565 -0.0739,-5.02699 -0.0965,-6.54837 -0.048,-3.2471 -0.10107,-6.51173 -0.12861,-9.75897 0.008,2.55504 0.0178,5.10594 0.0322,7.66095 -0.0859,-6.52587 -0.0925,-13.055208 -0.12861,-19.581521 -0.0549,-12.78971 -0.0662,-25.57855 -0.0643,-38.368345 0.0147,-6.801552 -0.0391,-13.606678 -0.0965,-20.408017 -0.0626,1.853134 -0.1218,3.709129 -0.16076,5.562933 0.0113,-1.640651 0.0134,-3.286552 0.0322,-4.927169 0.0324,-2.193517 0.0668,-4.386709 0.0965,-6.580155 -0.0154,-1.557335 -0.0479,-3.115551 -0.0643,-4.672864 -0.0428,-2.39242 -0.0384,-4.791534 -0.0643,-7.1841309 -0.1042,2.2248649 -0.22588,4.4502459 -0.32152,6.6755199 z m 0.32152,-6.6755199 c 0.066,-1.4087779 0.12926,-2.8188534 0.19292,-4.2278291 l -0.25722,0 c 0.0108,1.4081726 0.049,2.8196974 0.0643,4.2278291 z m 0.12861,11.8569949 c 0.0187,1.89619 0.016,3.793867 0.0321,5.690086 0.0636,-1.842614 0.15957,-3.689592 0.25723,-5.531145 0.0145,-0.229378 0.0198,-0.246582 0.0322,-0.445035 -0.0793,-5.262968 -0.15565,-10.53537 -0.19292,-15.79873 0.005,5.366459 -0.0562,10.718666 -0.12861,16.084824 z m 0.32153,-0.286094 c 0.006,0.392081 -0.006,0.78408 0,1.176163 0.006,-0.572213 0.0261,-1.144352 0.0322,-1.716562 -0.0125,0.20267 -0.0171,0.2996 -0.0322,0.540399 z m 0.0322,-0.540399 c 0.12557,-2.038588 0.13485,-2.651285 0.38583,-5.372204 0.12267,-1.329831 0.2652,-2.674695 0.38583,-4.005312 -0.006,-1.960311 0.009,-3.9205033 0,-5.880815 l -0.6109,0 c -0.0292,3.9160886 -0.0558,7.845996 -0.12861,11.76163 -0.0128,1.165486 -0.0198,2.331202 -0.0322,3.496701 z m 0.77166,-9.377516 c 0.0234,8.085003 0.0399,16.16951 -0.0322,24.254388 -0.0774,9.078898 -0.12307,18.163876 0.0322,27.242478 0.19275,11.884738 0.12657,23.748637 0.12861,35.63456 -1e-5,2.540087 0.0294,5.086627 0.0322,7.629167 -0.001,-2.53156 -2e-5,-5.06674 0,-7.597378 0.003,-11.811681 -0.0334,-23.601549 0.16076,-35.412043 0.15494,-9.069751 0.0764,-18.140646 0,-27.21069 -0.0894,-10.105158 -0.0766,-20.220618 -0.0322,-30.3259325 3.6e-4,-0.031775 -3.5e-4,-0.063589 0,-0.095365 l -0.0322,0 c 1.8e-4,0.075002 -6e-4,0.1475256 0,0.2225173 0.0476,1.8919806 -0.0867,3.7774562 -0.25722,5.6582972 z m -0.80381,11.094078 c -0.0874,8.497667 -0.17496,16.996026 -0.16076,25.494128 -0.002,12.789786 0.009,25.57864 0.0643,38.368344 0.0165,2.981048 0.0427,5.951502 0.0643,8.932481 -0.008,-4.951065 -0.0126,-9.894133 0.0322,-14.845084 0.063,-9.100609 0.0469,-18.20554 0.12861,-27.306055 0.0559,-8.169197 0.0621,-16.339691 -0.0322,-24.508694 -0.0313,-2.045702 -0.0653,-4.08949 -0.0965,-6.13512 z m 0.19291,92.058595 c 0.0334,1.53246 0.0398,3.04492 0.0643,4.5775 0.0343,0.68833 0.0846,1.37853 0.12861,2.06623 -0.077,-1.58015 -0.14075,-4.11808 -0.19292,-6.64373 z m -1.31825,-83.730089 c 0.0473,-1.864663 0.0813,-3.730039 0.12861,-5.594722 0.041,-2.055412 0.0854,-4.110835 0.12861,-6.166908 -0.0254,0.646611 -0.0733,1.292335 -0.0965,1.939079 -0.10576,3.267159 -0.12852,6.554004 -0.16076,9.822551 z m 3.794,-25.2716109 c -0.45941,11.7067629 -0.56319,23.4437169 -0.64305,35.1577369 -0.0215,13.739785 -0.35887,27.459296 -0.54659,41.197493 -0.12809,11.191515 -0.15604,22.37659 -0.25722,33.56833 -0.0178,1.56028 -0.0373,3.14375 -0.0643,4.70465 0.0353,1.11145 0.0786,2.22681 0.12861,3.33776 l 0.28937,0 c -0.0782,-2.62211 -0.16116,-5.22794 -0.16076,-7.85168 -0.069,-11.23346 -0.0225,-22.494389 0.12861,-33.727271 0.18769,-13.738212 0.5251,-27.457699 0.5466,-41.197493 0.0799,-11.724521 0.18264,-23.472289 0.64305,-35.1895259 -0.0208,-0.00201 -0.0435,0.00187 -0.0643,0 z m -1.5114,114.6281999 c -0.14446,-4.55139 -0.18928,-9.11413 -0.19291,-13.66892 0.004,5.65736 -0.0732,11.33049 -0.41799,16.97489 7.6e-4,0.0105 -7.6e-4,0.0213 0,0.0318 l 0.51444,0 c 0.0329,-1.11021 0.0772,-2.2272 0.0965,-3.33776 z M 135.37984,5.0976065 c 0.10299,11.1891285 0.0895,22.3792915 0,33.5683275 -0.0411,10.025194 -0.11667,20.046246 -0.0322,30.071627 0.0812,10.848519 0.13725,21.704662 0.38583,32.551109 0.21414,7.12286 0.49023,14.24534 0.86812,21.36166 0.10742,-0.0296 0.21575,-0.0621 0.32153,-0.0954 -0.72097,-7.05355 -0.94452,-14.15222 -1.15749,-21.23451 -0.2821,-10.79505 -0.25077,-21.594759 -0.19292,-32.39217 0.0811,-10.041355 -1.1e-4,-20.093947 -0.0322,-30.135203 -0.0797,-11.215999 -0.10639,-22.415904 0,-33.6319041 1.2e-4,-0.010586 -1.2e-4,-0.021203 0,-0.031788 -0.055,-0.00847 -0.10545,-0.024271 -0.16076,-0.031788 z m 1.09318,0.2225173 c 0.44173,9.1010222 0.7244,18.1977692 0.93243,27.3060542 0.0782,8.316965 0.40693,16.671297 1.2218,24.953729 0.002,0.02388 0.027,0.365804 0.0322,0.413246 -0.002,-0.211759 0.002,-0.424004 0,-0.635764 -0.79696,-8.198419 -1.14449,-16.435898 -1.2218,-24.667634 -0.16135,-7.065817 -0.34957,-14.14063 -0.64305,-21.202722 -0.20035,-4.8211496 -0.2445,-5.4391565 -0.28937,-6.1669092 -0.01,-0.00262 -0.0222,0.00259 -0.0322,0 z m 2.18638,52.0372652 c 0.008,0.0848 0.0238,0.169514 0.0322,0.254306 0.0114,0.116403 0.15526,1.425852 0.22507,2.034444 0.0375,-4.136502 0.0865,-8.260976 0.16076,-12.397394 0.0712,-8.132527 0.14526,-16.280599 0.0643,-24.413329 -0.0815,-4.516598 -0.24067,-9.026079 -0.35368,-13.5417685 -0.0255,-1.0176025 -0.0449,-2.0339273 -0.0643,-3.0516662 -0.0207,-0.011855 -0.0435,-0.020088 -0.0643,-0.031788 0.008,0.9974967 0.0346,1.9905316 0.0322,2.9880898 -0.0107,4.3698329 -0.13933,8.7588289 -0.19291,13.1285219 -0.0583,8.162026 0.004,16.315047 0.0643,24.476906 0.0578,3.515498 0.0625,7.038159 0.0965,10.553678 z m 0.25722,2.28875 c -0.001,0.159072 0.001,0.317751 0,0.476823 0.35231,3.057683 0.96797,8.379364 1.02888,8.900693 0.79099,6.597335 1.29718,13.201479 1.54333,19.83583 -0.006,-1.293268 -0.0276,-2.584887 -0.0322,-3.878159 -0.3735,-5.315668 -0.80763,-10.631039 -1.44687,-15.925883 -0.0635,-0.543868 -0.77011,-6.592828 -1.09319,-9.409304 z m 2.54006,25.335187 c 0.0171,0.243863 0.0475,0.487241 0.0643,0.731128 -0.0179,-4.934162 -0.0522,-9.879125 -0.0643,-14.813296 -0.003,0.657367 -0.0297,1.313495 -0.0322,1.970868 -10e-6,-12.235578 0,-24.479781 0,-36.715359 -0.0257,0.741548 -0.0442,1.483503 -0.0643,2.225174 0,0.148309 0,0.296724 0,0.445034 0.002,10.681227 0.0121,21.361282 0.0322,32.042495 0.0115,4.70659 0.0478,9.407373 0.0643,14.113956 z m -0.0965,-46.156451 c -0.14779,5.752788 -0.16737,11.505671 -0.12861,17.260987 0.0765,5.537226 0.11417,11.055875 0.12861,16.593435 0,-11.282156 0,-22.572265 0,-33.854422 z m 0.0643,-2.670208 c 0.001,10.924944 0.0133,21.848694 0.0322,32.773623 0.0277,-4.17712 0.0735,-8.34798 0.16076,-12.524546 0.15347,-8.918794 0.3013,-17.845051 0.25722,-26.765655 0.0774,-5.967447 0.26157,-11.928787 0.28937,-17.896751 0.003,-0.688555 -0.001,-1.377669 0,-2.0662322 -0.0189,-0.033292 -0.045,-0.062335 -0.0643,-0.095365 -0.0342,6.6444022 -0.12957,13.2885002 -0.35368,19.9311952 -0.13618,2.212389 -0.24481,4.429928 -0.32153,6.643731 z m 0.0965,49.557787 c 0.005,1.50352 -0.007,3.010409 0,4.513923 0.0877,2.745359 0.15409,5.517937 0.16076,8.264929 0.0158,2.599054 0.0163,5.189834 -0.0322,7.788104 -0.0503,-2.11762 -0.0717,-4.17715 -0.0965,-7.533798 -0.0209,-2.837619 -0.019,-5.68158 -0.0322,-8.519235 -0.0146,-0.455613 -0.0153,-0.911365 -0.0322,-1.366892 0.0141,3.275497 0.008,6.547098 0.0322,9.82255 0.0187,2.535225 0.0763,5.093905 0.0643,7.629165 -0.004,0.80525 -0.0228,1.20153 -0.0322,1.84372 -0.0746,-3.84432 -0.11561,-7.69392 -0.12861,-11.539117 0,2.214326 0,4.429397 0,6.643727 0,2.7523 0,5.48085 0,8.23315 0,0.43462 0.003,0.86865 0,1.30331 -0.0117,0.26388 -0.0196,0.53086 -0.0322,0.79471 -0.006,-0.7104 -0.0322,-1.41948 -0.0322,-2.12981 -1e-5,-2.7523 0,-5.51263 0,-8.26493 0,-1.08196 0,-2.16044 0,-3.242397 -0.0429,5.922987 -0.14957,11.850267 -0.38583,17.769597 -0.035,0.79279 -0.0903,1.5915 -0.12861,2.38411 0.0262,-0.0276 0.0385,-0.0674 0.0643,-0.0954 0.0312,-0.29303 0.17599,-0.59889 0.19292,-0.89007 0.0506,-0.87032 0.0836,-1.73602 0.12861,-2.60663 0.0521,-1.0385 0.0886,-1.65945 0.12861,-2.44769 -0.11618,1.88617 -0.13867,3.76989 -0.19292,5.6583 0.0537,-0.0631 0.10878,-0.12616 0.16077,-0.19073 0.0119,-0.276 0.0252,-0.55031 0.0322,-0.8265 0.0303,-1.19759 0.0396,-2.39402 0.0322,-3.59206 -0.007,1.20864 0.003,2.41563 0.0322,3.62385 0.005,0.21113 0.0246,0.42473 0.0322,0.63577 0.13468,-0.17509 0.26398,-0.35568 0.38583,-0.5404 -0.005,-0.12696 0.005,-0.2545 0,-0.38146 -0.12078,-3.20779 -0.22367,-6.42291 -0.28938,-9.63182 0.0213,-0.75613 0.0816,-1.50069 0.0965,-2.25696 0.0456,1.74657 0.11155,3.55167 0.28937,6.19869 0.105,1.56295 0.27456,3.1128 0.41799,4.67287 0.0161,0.12685 0.0489,0.25451 0.0643,0.38146 0.2345,-0.48058 0.43108,-0.97065 0.57875,-1.49405 -0.013,-0.31854 -0.0158,-0.63519 -0.0322,-0.95365 -0.23519,-5.45102 -0.39359,-10.88875 -0.64305,-16.339125 -0.25825,-4.439771 -0.49816,-8.882291 -0.80382,-13.319251 z m -0.16076,14.241109 c 0.0258,-3.553796 0.0147,-7.09499 0,-10.649043 0,3.553483 0,7.095561 0,10.649043 z m -2.4436,-39.830601 c -0.0844,-0.732081 -0.23059,-1.884123 -0.25722,-2.129809 0.0651,7.009976 0.12906,14.03311 0.12861,21.043781 0.0225,10.177191 0.0215,20.343218 -0.28937,30.516666 -0.0528,4.16346 -0.17227,8.33195 -0.32153,12.49275 0.41158,-0.20026 0.81568,-0.4114 1.18965,-0.66755 -0.11779,-3.76768 -0.21034,-7.54704 -0.25722,-11.31659 -0.30069,-10.334823 -0.31777,-20.655131 -0.28938,-30.993487 4e-4,-6.311398 0.0411,-12.635014 0.0965,-18.945761 z M 141.26376,8.37179 c 0.0736,4.889871 0.10999,9.763728 0.0965,14.654355 8.3e-4,-4.842982 -0.007,-9.684199 0,-14.5272022 -0.033,-0.041372 -0.0628,-0.086366 -0.0965,-0.1271528 z m 0.16076,0.2225173 c 0.007,4.8218087 -8.2e-4,9.6418377 0,14.4636257 -0.0131,-4.775841 0.0538,-9.529659 0.12861,-14.3046847 -0.0404,-0.054444 -0.087,-0.105429 -0.12861,-0.158941 z M 111.00817,49.98253 c -0.0228,7.766975 -0.17275,15.534241 -0.28937,23.300742 -0.14821,7.565356 -0.0863,15.130884 -0.0643,22.696767 0.26034,7.647341 0.47631,15.299711 0.54659,22.951071 0.0122,1.35664 5.7e-4,2.71232 0,4.06889 l 0.93243,0 c -0.0281,-1.12106 -0.0662,-2.24844 -0.0965,-3.36955 -0.2348,-7.68606 -0.56702,-15.35716 -0.67521,-23.046435 0.0225,-7.610763 0.0809,-15.213647 -0.0643,-22.82392 -0.1145,-7.926535 -0.26724,-15.850576 -0.28938,-23.777565 z M 56.252316,84.281986 c -0.02471,3.945036 -0.04914,7.88012 -0.0643,11.825206 0.05747,-3.939291 0.09102,-7.885658 0.0643,-11.825206 z M 26.157493,97.919119 c -0.04697,7.107831 -0.249234,14.191011 -0.385831,21.298091 0.241471,0.32878 0.488946,0.66013 0.771662,0.95364 -0.0031,-0.10577 0.0031,-0.21214 0,-0.31788 -0.135282,-7.32031 -0.342149,-14.61278 -0.385831,-21.933851 z m 62.022344,2.797361 c 0.09302,3.40501 0.106363,6.79769 0.09646,10.20401 -0.04383,-3.4 -0.07026,-6.80384 -0.09646,-10.20401 z m -58.646322,3.21061 c -0.0058,1.695 0.0074,3.39145 0.03215,5.08611 0.01573,-0.59252 0.0374,-1.18776 0.06431,-1.78014 0.0096,-1.10352 -0.05143,-2.20325 -0.09646,-3.30597 z m 0.03215,5.08611 c -0.07304,2.7513 -0.06152,5.5133 0,8.26493 0.02994,1.66836 0.08603,3.32271 0.12861,4.99074 0.05366,0.0222 0.106588,0.0424 0.160763,0.0636 -0.114776,-4.43741 -0.22451,-8.88151 -0.289373,-13.31925 z m 60.350408,3.14703 c 5e-6,3.61295 0.0103,7.22483 0.03215,10.83977 l 0.06431,0 c -0.04912,-3.61847 -0.08547,-7.22067 -0.09646,-10.83977 z m 36.171667,2.9563 c 0.004,0.57251 -0.006,1.19243 0,1.74835 0.009,0.86639 0.0431,1.74043 0.0643,2.60663 -0.0303,-1.45182 -0.0572,-2.90229 -0.0643,-4.35498 z m -35.72153,1.14437 c 0.04763,2.24494 0.07031,4.49413 0.09646,6.7391 l 0.160763,0 c -0.122982,-2.24102 -0.198559,-4.49395 -0.25722,-6.7391 z m -53.855586,1.20796 c -0.03049,1.22487 -0.06983,2.43067 -0.09646,3.65564 -0.01764,0.8114 -0.02171,1.26721 -0.03215,1.8755 l 0.160763,0 c -0.01116,-1.84185 -0.01927,-3.6893 -0.03215,-5.53114 z m 89.641416,2.54305 c 0.0251,0.99288 0.0476,1.99508 0.0643,2.98809 l 0.0322,0 c -0.038,-0.99504 -0.0733,-1.99217 -0.0965,-2.98809 z"
586 transform="matrix(-0.7457627,0,0,0.7457627,110.64407,0.271186)"
587 clip-path="url(#clipPath4038)"
588 id="path4003"
589 style="opacity:0.5;fill:#9b7a46;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline" />
590 </g>
591 <g
592 id="layer4"
593 style="display:inline">
594 <rect
595 width="66"
596 height="66"
597 rx="12"
598 ry="12"
599 x="15"
600 y="15"
601 clip-path="url(#clipPath3613)"
602 id="rect3171"
603 style="opacity:0.15;fill:url(#linearGradient2908);fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;filter:url(#filter3794)" />
604 <path
605 d="M 12,6 C 8.676,6 6,8.676 6,12 l 0,2 0,68 0,2 c 0,0.334721 0.04135,0.6507 0.09375,0.96875 0.0487,0.295596 0.09704,0.596915 0.1875,0.875 0.00988,0.03038 0.020892,0.0636 0.03125,0.09375 0.098865,0.287771 0.2348802,0.547452 0.375,0.8125 0.1445918,0.273507 0.3156161,0.535615 0.5,0.78125 0.1843839,0.245635 0.3737765,0.473472 0.59375,0.6875 0.439947,0.428056 0.94291,0.814526 1.5,1.09375 0.278545,0.139612 0.5734731,0.246947 0.875,0.34375 -0.2562018,-0.100222 -0.4867109,-0.236272 -0.71875,-0.375 -0.00741,-0.0044 -0.023866,0.0045 -0.03125,0 -0.031933,-0.0193 -0.062293,-0.04251 -0.09375,-0.0625 -0.120395,-0.0767 -0.2310226,-0.163513 -0.34375,-0.25 -0.1061728,-0.0808 -0.2132809,-0.161112 -0.3125,-0.25 C 8.4783201,88.557317 8.3087904,88.373362 8.15625,88.1875 8.0486711,88.057245 7.9378561,87.922215 7.84375,87.78125 7.818661,87.74287 7.805304,87.69538 7.78125,87.65625 7.716487,87.553218 7.6510225,87.451733 7.59375,87.34375 7.4927417,87.149044 7.3880752,86.928049 7.3125,86.71875 7.30454,86.69694 7.288911,86.6782 7.28125,86.65625 7.2494249,86.5643 7.2454455,86.469419 7.21875,86.375 7.1884177,86.268382 7.1483606,86.171969 7.125,86.0625 7.0521214,85.720988 7,85.364295 7,85 L 7,83 7,15 7,13 C 7,10.218152 9.2181517,8 12,8 l 2,0 68,0 2,0 c 2.781848,0 5,2.218152 5,5 l 0,2 0,68 0,2 c 0,0.364295 -0.05212,0.720988 -0.125,1.0625 -0.04415,0.206893 -0.08838,0.397658 -0.15625,0.59375 -0.0077,0.02195 -0.0233,0.04069 -0.03125,0.0625 -0.06274,0.173739 -0.138383,0.367449 -0.21875,0.53125 -0.04158,0.0828 -0.07904,0.169954 -0.125,0.25 -0.0546,0.09721 -0.126774,0.18835 -0.1875,0.28125 -0.09411,0.140965 -0.204921,0.275995 -0.3125,0.40625 -0.143174,0.17445 -0.303141,0.346998 -0.46875,0.5 -0.01117,0.0102 -0.01998,0.02115 -0.03125,0.03125 -0.138386,0.125556 -0.285091,0.234436 -0.4375,0.34375 -0.102571,0.07315 -0.204318,0.153364 -0.3125,0.21875 -0.0074,0.0045 -0.02384,-0.0044 -0.03125,0 -0.232039,0.138728 -0.462548,0.274778 -0.71875,0.375 0.301527,-0.0968 0.596455,-0.204138 0.875,-0.34375 0.55709,-0.279224 1.060053,-0.665694 1.5,-1.09375 0.219973,-0.214028 0.409366,-0.441865 0.59375,-0.6875 0.184384,-0.245635 0.355408,-0.507743 0.5,-0.78125 0.14012,-0.265048 0.276135,-0.524729 0.375,-0.8125 0.01041,-0.03078 0.02133,-0.06274 0.03125,-0.09375 0.09046,-0.278085 0.1388,-0.579404 0.1875,-0.875 C 89.95865,84.6507 90,84.334721 90,84 l 0,-2 0,-68 0,-2 C 90,8.676 87.324,6 84,6 L 12,6 z"
606 id="rect3728"
607 style="opacity:0.5;fill:url(#linearGradient3188);fill-opacity:1;fill-rule:nonzero;stroke:none" />
608 <path
609 d="M 12,90 C 8.676,90 6,87.324 6,84 L 6,82 6,14 6,12 c 0,-0.334721 0.04135,-0.6507 0.09375,-0.96875 0.0487,-0.295596 0.09704,-0.596915 0.1875,-0.875 C 6.29113,10.12587 6.302142,10.09265 6.3125,10.0625 6.411365,9.774729 6.5473802,9.515048 6.6875,9.25 6.8320918,8.976493 7.0031161,8.714385 7.1875,8.46875 7.3718839,8.223115 7.5612765,7.995278 7.78125,7.78125 8.221197,7.353194 8.72416,6.966724 9.28125,6.6875 9.559795,6.547888 9.8547231,6.440553 10.15625,6.34375 9.9000482,6.443972 9.6695391,6.580022 9.4375,6.71875 c -0.00741,0.0044 -0.023866,-0.0045 -0.03125,0 -0.031933,0.0193 -0.062293,0.04251 -0.09375,0.0625 -0.120395,0.0767 -0.2310226,0.163513 -0.34375,0.25 -0.1061728,0.0808 -0.2132809,0.161112 -0.3125,0.25 C 8.4783201,7.442683 8.3087904,7.626638 8.15625,7.8125 8.0486711,7.942755 7.9378561,8.077785 7.84375,8.21875 7.818661,8.25713 7.805304,8.30462 7.78125,8.34375 7.716487,8.446782 7.6510225,8.548267 7.59375,8.65625 7.4927417,8.850956 7.3880752,9.071951 7.3125,9.28125 7.30454,9.30306 7.288911,9.3218 7.28125,9.34375 7.2494249,9.4357 7.2454455,9.530581 7.21875,9.625 7.1884177,9.731618 7.1483606,9.828031 7.125,9.9375 7.0521214,10.279012 7,10.635705 7,11 l 0,2 0,68 0,2 c 0,2.781848 2.2181517,5 5,5 l 2,0 68,0 2,0 c 2.781848,0 5,-2.218152 5,-5 l 0,-2 0,-68 0,-2 C 89,10.635705 88.94788,10.279012 88.875,9.9375 88.83085,9.730607 88.78662,9.539842 88.71875,9.34375 88.71105,9.3218 88.69545,9.30306 88.6875,9.28125 88.62476,9.107511 88.549117,8.913801 88.46875,8.75 88.42717,8.6672 88.38971,8.580046 88.34375,8.5 88.28915,8.40279 88.216976,8.31165 88.15625,8.21875 88.06214,8.077785 87.951329,7.942755 87.84375,7.8125 87.700576,7.63805 87.540609,7.465502 87.375,7.3125 87.36383,7.3023 87.35502,7.29135 87.34375,7.28125 87.205364,7.155694 87.058659,7.046814 86.90625,6.9375 86.803679,6.86435 86.701932,6.784136 86.59375,6.71875 c -0.0074,-0.0045 -0.02384,0.0044 -0.03125,0 -0.232039,-0.138728 -0.462548,-0.274778 -0.71875,-0.375 0.301527,0.0968 0.596455,0.204138 0.875,0.34375 0.55709,0.279224 1.060053,0.665694 1.5,1.09375 0.219973,0.214028 0.409366,0.441865 0.59375,0.6875 0.184384,0.245635 0.355408,0.507743 0.5,0.78125 0.14012,0.265048 0.276135,0.524729 0.375,0.8125 0.01041,0.03078 0.02133,0.06274 0.03125,0.09375 0.09046,0.278085 0.1388,0.579404 0.1875,0.875 C 89.95865,11.3493 90,11.665279 90,12 l 0,2 0,68 0,2 c 0,3.324 -2.676,6 -6,6 l -72,0 z"
610 id="path3615"
611 style="opacity:0.2;fill:url(#radialGradient2874);fill-opacity:1;fill-rule:nonzero;stroke:none" />
612 </g>
613</svg>
diff --git a/icons/new_icons-svg/face-shout.svg b/icons/new_icons-svg/face-shout.svg
new file mode 100644
index 0000000000..3737d2bffd
--- /dev/null
+++ b/icons/new_icons-svg/face-shout.svg
@@ -0,0 +1,324 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
6 xmlns:dc="http://purl.org/dc/elements/1.1/"
7 xmlns:cc="http://creativecommons.org/ns#"
8 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
9 xmlns:svg="http://www.w3.org/2000/svg"
10 xmlns="http://www.w3.org/2000/svg"
11 xmlns:xlink="http://www.w3.org/1999/xlink"
12 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
13 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
14 sodipodi:docname="face-shout.svg"
15 inkscape:version="0.48.1 r9760"
16 sodipodi:version="0.32"
17 id="svg4376"
18 height="48px"
19 width="48px"
20 inkscape:export-filename="/home/steven/face-plain4.png"
21 inkscape:export-xdpi="90"
22 inkscape:export-ydpi="90"
23 inkscape:output_extension="org.inkscape.output.svg.inkscape"
24 version="1.1">
25 <defs
26 id="defs3">
27 <linearGradient
28 id="linearGradient5283"
29 osb:paint="solid">
30 <stop
31 style="stop-color:#000000;stop-opacity:1;"
32 offset="0"
33 id="stop5285" />
34 </linearGradient>
35 <inkscape:perspective
36 sodipodi:type="inkscape:persp3d"
37 inkscape:vp_x="0 : 24 : 1"
38 inkscape:vp_y="0 : 1000 : 0"
39 inkscape:vp_z="48 : 24 : 1"
40 inkscape:persp3d-origin="24 : 16 : 1"
41 id="perspective42" />
42 <linearGradient
43 id="linearGradient3290">
44 <stop
45 id="stop3292"
46 offset="0.0000000"
47 style="stop-color:#fffcde;stop-opacity:1.0000000;" />
48 <stop
49 style="stop-color:#f6e76a;stop-opacity:1.0000000;"
50 offset="0.64485979"
51 id="stop3294" />
52 <stop
53 id="stop3296"
54 offset="1.0000000"
55 style="stop-color:#ffb738;stop-opacity:1.0000000;" />
56 </linearGradient>
57 <radialGradient
58 r="8.9020796"
59 fy="15.755712"
60 fx="29.158466"
61 cy="15.720984"
62 cx="29.288071"
63 gradientUnits="userSpaceOnUse"
64 id="radialGradient2714"
65 xlink:href="#linearGradient3290"
66 inkscape:collect="always" />
67 <linearGradient
68 id="linearGradient2509">
69 <stop
70 style="stop-color:#fffbd5;stop-opacity:1.0000000;"
71 offset="0.0000000"
72 id="stop2511" />
73 <stop
74 style="stop-color:#edd400;stop-opacity:1.0000000;"
75 offset="1.0000000"
76 id="stop2513" />
77 </linearGradient>
78 <radialGradient
79 gradientTransform="matrix(1.25,0,0,1.25,53.52055,-13.37211)"
80 id="aigrd2"
81 cx="25.0527"
82 cy="39.5928"
83 r="15.7572"
84 fx="25.0527"
85 fy="39.5928"
86 gradientUnits="userSpaceOnUse">
87 <stop
88 offset="0.0000000"
89 style="stop-color:#777777;stop-opacity:1.0000000;"
90 id="stop8602" />
91 <stop
92 offset="1"
93 style="stop-color:#000000"
94 id="stop8604" />
95 </radialGradient>
96 <linearGradient
97 id="linearGradient4565"
98 inkscape:collect="always">
99 <stop
100 id="stop4567"
101 offset="0"
102 style="stop-color:#000000;stop-opacity:1;" />
103 <stop
104 id="stop4569"
105 offset="1"
106 style="stop-color:#000000;stop-opacity:0;" />
107 </linearGradient>
108 <linearGradient
109 id="linearGradient3824">
110 <stop
111 id="stop3826"
112 offset="0"
113 style="stop-color:#ffffff;stop-opacity:1;" />
114 <stop
115 id="stop3828"
116 offset="1.0000000"
117 style="stop-color:#c9c9c9;stop-opacity:1.0000000;" />
118 </linearGradient>
119 <linearGradient
120 id="linearGradient3800">
121 <stop
122 id="stop3802"
123 offset="0.0000000"
124 style="stop-color:#ffeed6;stop-opacity:1.0000000;" />
125 <stop
126 style="stop-color:#e49c2f;stop-opacity:1.0000000;"
127 offset="0.50000000"
128 id="stop8664" />
129 <stop
130 id="stop3804"
131 offset="1.0000000"
132 style="stop-color:#ffc66c;stop-opacity:1.0000000;" />
133 </linearGradient>
134 <radialGradient
135 gradientUnits="userSpaceOnUse"
136 gradientTransform="matrix(1.000000,0.000000,0.000000,0.333333,0.000000,25.71429)"
137 r="19.714285"
138 fy="38.571430"
139 fx="24.714285"
140 cy="38.571430"
141 cx="24.714285"
142 id="radialGradient4571"
143 xlink:href="#linearGradient4565"
144 inkscape:collect="always" />
145 <radialGradient
146 inkscape:collect="always"
147 xlink:href="#aigrd2"
148 id="radialGradient2211"
149 gradientUnits="userSpaceOnUse"
150 gradientTransform="matrix(1.25,0,0,1.25,39.41053,-19.20819)"
151 cx="25.0527"
152 cy="39.5928"
153 fx="25.0527"
154 fy="39.5928"
155 r="15.7572" />
156 <radialGradient
157 inkscape:collect="always"
158 xlink:href="#aigrd2"
159 id="radialGradient2213"
160 gradientUnits="userSpaceOnUse"
161 gradientTransform="matrix(1.357899,0,0,2.083335,55.84561,-42.8285)"
162 cx="-23.452122"
163 cy="38.602852"
164 fx="-23.452122"
165 fy="38.602852"
166 r="15.7572" />
167 <radialGradient
168 inkscape:collect="always"
169 xlink:href="#aigrd2"
170 id="radialGradient1342"
171 gradientUnits="userSpaceOnUse"
172 gradientTransform="matrix(0.28431,0,0,0.416667,30.45155,18.23307)"
173 cx="-23.452122"
174 cy="38.602852"
175 fx="-23.452122"
176 fy="38.602852"
177 r="15.7572" />
178 </defs>
179 <sodipodi:namedview
180 inkscape:window-y="26"
181 inkscape:window-x="109"
182 inkscape:window-height="715"
183 inkscape:window-width="1255"
184 inkscape:showpageshadow="false"
185 inkscape:document-units="px"
186 inkscape:grid-bbox="true"
187 showgrid="true"
188 inkscape:current-layer="layer1"
189 inkscape:cy="15.415123"
190 inkscape:cx="25.80282"
191 inkscape:zoom="22.627417"
192 inkscape:pageshadow="2"
193 inkscape:pageopacity="0.0"
194 borderopacity="0.19607843"
195 bordercolor="#666666"
196 pagecolor="#ffffff"
197 id="base"
198 fill="#edd400"
199 inkscape:snap-grids="false"
200 inkscape:window-maximized="0"
201 inkscape:snap-to-guides="false">
202 <inkscape:grid
203 type="xygrid"
204 id="grid3018" />
205 </sodipodi:namedview>
206 <metadata
207 id="metadata4">
208 <rdf:RDF>
209 <cc:Work
210 rdf:about="">
211 <dc:format>image/svg+xml</dc:format>
212 <dc:type
213 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
214 <dc:title>Face - Plain</dc:title>
215 <dc:subject>
216 <rdf:Bag>
217 <rdf:li>emoticon</rdf:li>
218 <rdf:li>emote</rdf:li>
219 <rdf:li>face</rdf:li>
220 <rdf:li>plain</rdf:li>
221 <rdf:li>:|</rdf:li>
222 <rdf:li>:-|</rdf:li>
223 </rdf:Bag>
224 </dc:subject>
225 <cc:license
226 rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
227 <dc:creator>
228 <cc:Agent>
229 <dc:title>Steven Garrity</dc:title>
230 </cc:Agent>
231 </dc:creator>
232 <dc:source>http://www.tango-project.org</dc:source>
233 <dc:contributor>
234 <cc:Agent>
235 <dc:title>Based on face-smile by jimmac</dc:title>
236 </cc:Agent>
237 </dc:contributor>
238 </cc:Work>
239 <cc:License
240 rdf:about="http://creativecommons.org/licenses/publicdomain/">
241 <cc:permits
242 rdf:resource="http://creativecommons.org/ns#Reproduction" />
243 <cc:permits
244 rdf:resource="http://creativecommons.org/ns#Distribution" />
245 <cc:permits
246 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
247 </cc:License>
248 </rdf:RDF>
249 </metadata>
250 <g
251 inkscape:groupmode="layer"
252 inkscape:label="Layer 1"
253 id="layer1">
254 <path
255 d="M 44.428570 38.571430 A 19.714285 6.5714288 0 1 1 5.0000000,38.571430 A 19.714285 6.5714288 0 1 1 44.428570 38.571430 z"
256 sodipodi:ry="6.5714288"
257 sodipodi:rx="19.714285"
258 sodipodi:cy="38.571430"
259 sodipodi:cx="24.714285"
260 id="path4563"
261 style="opacity:0.53164557;color:#000000;fill:url(#radialGradient4571);fill-opacity:1.0;fill-rule:evenodd;stroke:none;stroke-width:0.40487173;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
262 sodipodi:type="arc" />
263 <path
264 transform="matrix(2.083142,0.000000,0.000000,2.083142,-40.54715,-16.49224)"
265 d="M 39.774755 19.008621 A 8.6620579 8.6620579 0 1 1 22.450640,19.008621 A 8.6620579 8.6620579 0 1 1 39.774755 19.008621 z"
266 sodipodi:ry="8.6620579"
267 sodipodi:rx="8.6620579"
268 sodipodi:cy="19.008621"
269 sodipodi:cx="31.112698"
270 id="path4320"
271 style="overflow:visible;display:inline;visibility:visible;stroke-opacity:1.0000000;stroke-dashoffset:0.0000000;stroke-dasharray:none;stroke-miterlimit:4.0000000;marker-end:none;marker-mid:none;marker-start:none;marker:none;stroke-linejoin:round;stroke-linecap:round;stroke-width:0.48004404;stroke:#9c8c0a;fill-rule:evenodd;fill-opacity:1.0000000;fill:url(#radialGradient2714);color:#000000;opacity:1.0000000"
272 sodipodi:type="arc" />
273 <path
274 transform="matrix(1.979782,0.000000,0.000000,1.979782,-37.33128,-14.52746)"
275 sodipodi:type="arc"
276 style="opacity:0.67721519;color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.50510627;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
277 id="path4322"
278 sodipodi:cx="31.112698"
279 sodipodi:cy="19.008621"
280 sodipodi:rx="8.6620579"
281 sodipodi:ry="8.6620579"
282 d="M 39.774755 19.008621 A 8.6620579 8.6620579 0 1 1 22.450640,19.008621 A 8.6620579 8.6620579 0 1 1 39.774755 19.008621 z" />
283 <g
284 transform="matrix(1,0,0,0.74952,0.353553,7.357569)"
285 id="g8666">
286 <path
287 style="opacity:0.36000001;fill:#ffffff;fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
288 d="M 21.398158,15.321428 C 21.398158,17.821428 20.273158,19.821428 18.898158,19.821428 C 17.523158,19.821428 16.273158,17.821428 16.273158,15.321428 C 16.273158,12.821428 17.398158,10.821428 18.773158,10.821428 C 20.148158,10.821428 21.273158,12.821428 21.273158,15.321428 L 21.398158,15.321428 z "
289 id="path8610" />
290 <path
291 style="opacity:0.36000001;fill:#ffffff;fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
292 d="M 30.688512,15.321428 C 30.688512,17.821428 29.563512,19.821428 28.188512,19.821428 C 26.813512,19.821428 25.688512,17.821428 25.688512,15.321428 C 25.688512,12.821428 26.813512,10.821428 28.188512,10.821428 C 29.563512,10.821428 30.688512,12.821428 30.688512,15.321428 z "
293 id="path8612" />
294 <path
295 style="fill:#000000;fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
296 d="M 21.398158,14.696428 C 21.398158,17.196428 20.273158,19.196428 18.898158,19.196428 C 17.523158,19.196428 16.398158,17.196428 16.398158,14.696428 C 16.398158,12.196428 17.523158,10.196428 18.898158,10.196428 C 20.273158,10.196428 21.398158,12.196428 21.398158,14.696428 z "
297 id="path8614" />
298 <path
299 style="fill:#000000;fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
300 d="M 30.688512,14.696428 C 30.688512,17.196428 29.563512,19.196428 28.188512,19.196428 C 26.813512,19.196428 25.688512,17.196428 25.688512,14.696428 C 25.688512,12.196428 26.813512,10.196428 28.188512,10.196428 C 29.563512,10.196428 30.688512,12.196428 30.688512,14.696428 z "
301 id="path8616" />
302 </g>
303 <path
304 sodipodi:type="arc"
305 style="opacity:0.66666667;stroke:#ffffff;stroke-width:0.60000002;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
306 id="path3829"
307 sodipodi:cx="15.875"
308 sodipodi:cy="32.125"
309 sodipodi:rx="2"
310 sodipodi:ry="0.96875"
311 d="m 17.875,32.125 a 2,0.96875 0 1 1 -4,0 2,0.96875 0 1 1 4,0 z"
312 transform="matrix(3.411473,0,0,3.9548806,-30.379674,-95.28158)" />
313 <path
314 sodipodi:type="arc"
315 style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
316 id="path3022"
317 sodipodi:cx="61.625"
318 sodipodi:cy="24.375"
319 sodipodi:rx="9.875"
320 sodipodi:ry="2.25"
321 d="m 71.5,24.375 a 9.875,2.25 0 1 1 -19.75,0 9.875,2.25 0 1 1 19.75,0 z"
322 transform="matrix(0.74246234,0,0,1.7337465,-21.974067,-10.973654)" />
323 </g>
324</svg>
diff --git a/icons/new_icons-svg/media-playback-start-green.svg b/icons/new_icons-svg/media-playback-start-green.svg
new file mode 100644
index 0000000000..f8e6648300
--- /dev/null
+++ b/icons/new_icons-svg/media-playback-start-green.svg
@@ -0,0 +1,298 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:xlink="http://www.w3.org/1999/xlink"
11 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
12 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13 width="48px"
14 height="48px"
15 id="svg1307"
16 sodipodi:version="0.32"
17 inkscape:version="0.48.1 r9760"
18 sodipodi:docname="media-playback-start-green.svg"
19 inkscape:export-filename="/home/lapo/Desktop/Grafica/Icone/media-actions-outlines.png"
20 inkscape:export-xdpi="90"
21 inkscape:export-ydpi="90"
22 inkscape:output_extension="org.inkscape.output.svg.inkscape"
23 version="1.1">
24 <defs
25 id="defs1309">
26 <inkscape:perspective
27 sodipodi:type="inkscape:persp3d"
28 inkscape:vp_x="0 : 24 : 1"
29 inkscape:vp_y="0 : 1000 : 0"
30 inkscape:vp_z="48 : 24 : 1"
31 inkscape:persp3d-origin="24 : 16 : 1"
32 id="perspective49" />
33 <linearGradient
34 id="linearGradient2684">
35 <stop
36 id="stop2686"
37 offset="0"
38 style="stop-color:#ffffff;stop-opacity:1;" />
39 <stop
40 id="stop2688"
41 offset="1"
42 style="stop-color:#000000;stop-opacity:1;" />
43 </linearGradient>
44 <linearGradient
45 id="linearGradient2584">
46 <stop
47 style="stop-color:#000000;stop-opacity:1;"
48 offset="0"
49 id="stop2586" />
50 <stop
51 style="stop-color:#ffffff;stop-opacity:0;"
52 offset="1"
53 id="stop2588" />
54 </linearGradient>
55 <linearGradient
56 id="linearGradient5075">
57 <stop
58 style="stop-color:#adb0a8;stop-opacity:1;"
59 offset="0"
60 id="stop5077" />
61 <stop
62 style="stop-color:#464744;stop-opacity:1"
63 offset="1"
64 id="stop5079" />
65 </linearGradient>
66 <linearGradient
67 id="linearGradient3340">
68 <stop
69 style="stop-color:#ffffff;stop-opacity:1;"
70 offset="0"
71 id="stop3342" />
72 <stop
73 style="stop-color:#ffffff;stop-opacity:0.62886596;"
74 offset="1"
75 id="stop3344" />
76 </linearGradient>
77 <linearGradient
78 inkscape:collect="always"
79 xlink:href="#linearGradient5075"
80 id="linearGradient2306"
81 gradientUnits="userSpaceOnUse"
82 x1="71.288956"
83 y1="124.11652"
84 x2="70.826942"
85 y2="95"
86 gradientTransform="translate(-45.00042,-71.09425)" />
87 <linearGradient
88 inkscape:collect="always"
89 xlink:href="#linearGradient2684"
90 id="linearGradient2690"
91 gradientUnits="userSpaceOnUse"
92 gradientTransform="matrix(1.128181,0,0,1.128181,-53.99314,-83.36009)"
93 x1="70.913956"
94 y1="101.74152"
95 x2="70.951942"
96 y2="88.923729" />
97 </defs>
98 <sodipodi:namedview
99 id="base"
100 pagecolor="#ffffff"
101 bordercolor="#666666"
102 borderopacity="0.19607843"
103 inkscape:pageopacity="0.0000000"
104 inkscape:pageshadow="2"
105 inkscape:zoom="4"
106 inkscape:cx="-1.360841"
107 inkscape:cy="26.827287"
108 inkscape:current-layer="layer1"
109 showgrid="false"
110 inkscape:grid-bbox="true"
111 inkscape:document-units="px"
112 inkscape:grid-points="true"
113 fill="#555753"
114 showguides="false"
115 inkscape:guide-bbox="true"
116 guidetolerance="1px"
117 stroke="#555753"
118 inkscape:window-width="872"
119 inkscape:window-height="688"
120 inkscape:window-x="326"
121 inkscape:window-y="53"
122 showborder="true"
123 inkscape:showpageshadow="false"
124 inkscape:window-maximized="0">
125 <sodipodi:guide
126 orientation="horizontal"
127 position="38.996647"
128 id="guide2194" />
129 <sodipodi:guide
130 orientation="horizontal"
131 position="9.0140845"
132 id="guide2196" />
133 <sodipodi:guide
134 orientation="vertical"
135 position="9.0140845"
136 id="guide2198" />
137 <sodipodi:guide
138 orientation="vertical"
139 position="38.975184"
140 id="guide2200" />
141 <sodipodi:guide
142 orientation="horizontal"
143 position="22.988281"
144 id="guide2202" />
145 <sodipodi:guide
146 orientation="vertical"
147 position="23.908786"
148 id="guide2204" />
149 <sodipodi:guide
150 orientation="vertical"
151 position="157.99417"
152 id="guide4332" />
153 <sodipodi:guide
154 orientation="horizontal"
155 position="-36.062446"
156 id="guide4334" />
157 <sodipodi:guide
158 orientation="horizontal"
159 position="-58.02695"
160 id="guide4336" />
161 <sodipodi:guide
162 orientation="vertical"
163 position="180.00287"
164 id="guide4338" />
165 <sodipodi:guide
166 orientation="vertical"
167 position="107.92217"
168 id="guide4417" />
169 <sodipodi:guide
170 orientation="vertical"
171 position="129.93087"
172 id="guide4419" />
173 <sodipodi:guide
174 orientation="horizontal"
175 position="19.996875"
176 id="guide5106" />
177 <sodipodi:guide
178 orientation="horizontal"
179 position="63.039674"
180 id="guide5119" />
181 <sodipodi:guide
182 orientation="horizontal"
183 position="49.066305"
184 id="guide5121" />
185 <sodipodi:guide
186 orientation="horizontal"
187 position="-86.007168"
188 id="guide5307" />
189 <sodipodi:guide
190 orientation="horizontal"
191 position="-108.09009"
192 id="guide5309" />
193 <sodipodi:guide
194 orientation="horizontal"
195 position="-100.15429"
196 id="guide3111" />
197 <inkscape:grid
198 id="GridFromPre046Settings"
199 type="xygrid"
200 originx="0px"
201 originy="0px"
202 spacingx="0.5px"
203 spacingy="0.5px"
204 color="#0000ff"
205 empcolor="#0000ff"
206 opacity="0.2"
207 empopacity="0.4"
208 empspacing="2" />
209 </sodipodi:namedview>
210 <metadata
211 id="metadata1312">
212 <rdf:RDF>
213 <cc:Work
214 rdf:about="">
215 <dc:format>image/svg+xml</dc:format>
216 <dc:type
217 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
218 <dc:title />
219 <dc:creator>
220 <cc:Agent>
221 <dc:title>Lapo Calamandrei</dc:title>
222 </cc:Agent>
223 </dc:creator>
224 <cc:license
225 rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
226 <dc:subject>
227 <rdf:Bag>
228 <rdf:li>play</rdf:li>
229 <rdf:li>media</rdf:li>
230 <rdf:li>music</rdf:li>
231 <rdf:li>video</rdf:li>
232 <rdf:li>player</rdf:li>
233 </rdf:Bag>
234 </dc:subject>
235 <dc:contributor>
236 <cc:Agent>
237 <dc:title>Jakub Steiner</dc:title>
238 </cc:Agent>
239 </dc:contributor>
240 </cc:Work>
241 <cc:License
242 rdf:about="http://creativecommons.org/licenses/publicdomain/">
243 <cc:permits
244 rdf:resource="http://creativecommons.org/ns#Reproduction" />
245 <cc:permits
246 rdf:resource="http://creativecommons.org/ns#Distribution" />
247 <cc:permits
248 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
249 </cc:License>
250 </rdf:RDF>
251 </metadata>
252 <g
253 inkscape:groupmode="layer"
254 id="layer4"
255 inkscape:label="contorno"
256 style="display:inline" />
257 <g
258 id="layer1"
259 inkscape:label="Layer 1"
260 inkscape:groupmode="layer"
261 style="display:inline">
262 <path
263 sodipodi:nodetypes="cccc"
264 id="path2682"
265 d="M 12,39.5 L 12,9 L 38.06998,23.817079 L 12,39.5 z "
266 style="color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2690);stroke-width:1.99999833;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;opacity:0.15"
267 inkscape:r_cx="true"
268 inkscape:r_cy="true" />
269 <path
270 inkscape:r_cy="true"
271 inkscape:r_cx="true"
272 style="color:#000000;fill:#66ff00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000036000000003;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
273 d="M 12.49946,37.81149 L 12.49946,10.000005 L 36.602747,23.905748 L 12.49946,37.81149 z "
274 id="path3375"
275 sodipodi:nodetypes="cccc" />
276 <path
277 inkscape:r_cy="true"
278 inkscape:r_cx="true"
279 style="color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2306);stroke-width:1.00000036;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
280 d="M 12.49946,37.81149 L 12.49946,10.000005 L 36.602747,23.905748 L 12.49946,37.81149 z "
281 id="path2479"
282 sodipodi:nodetypes="cccc" />
283 <path
284 inkscape:r_cy="true"
285 inkscape:r_cx="true"
286 style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
287 d="M 12.99946,10.87449 L 12.99946,36.93699 L 35.59321,23.90574 L 12.99946,10.87449 z M 13.99946,12.62449 L 33.56196,23.90574 L 13.99946,35.18699 L 13.99946,12.62449 z "
288 id="path2481"
289 sodipodi:nodetypes="cccccccc" />
290 <path
291 style="opacity:0.33;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible"
292 d="M 13.9375,12.5625 L 13.9375,24.25 C 18.206698,24.205215 23.101656,23.904436 31,22.375 L 13.9375,12.5625 z "
293 id="path2339"
294 inkscape:r_cx="true"
295 inkscape:r_cy="true"
296 sodipodi:nodetypes="cccc" />
297 </g>
298</svg>
diff --git a/icons/tango-svg/applications-games.svg b/icons/tango-svg/applications-games.svg
new file mode 100644
index 0000000000..1d89e485b6
--- /dev/null
+++ b/icons/tango-svg/applications-games.svg
@@ -0,0 +1,320 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3<svg
4 xmlns:dc="http://purl.org/dc/elements/1.1/"
5 xmlns:cc="http://creativecommons.org/ns#"
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7 xmlns:svg="http://www.w3.org/2000/svg"
8 xmlns="http://www.w3.org/2000/svg"
9 xmlns:xlink="http://www.w3.org/1999/xlink"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 sodipodi:docname="applications-games.svg"
13 sodipodi:docbase="/home/tigert/cvs/freedesktop.org/tango-icon-theme/scalable/categories"
14 inkscape:version="0.46"
15 sodipodi:version="0.32"
16 id="svg1291"
17 height="48px"
18 width="48px"
19 inkscape:output_extension="org.inkscape.output.svg.inkscape">
20 <defs
21 id="defs3">
22 <inkscape:perspective
23 sodipodi:type="inkscape:persp3d"
24 inkscape:vp_x="0 : 24 : 1"
25 inkscape:vp_y="0 : 1000 : 0"
26 inkscape:vp_z="48 : 24 : 1"
27 inkscape:persp3d-origin="24 : 16 : 1"
28 id="perspective43" />
29 <linearGradient
30 id="linearGradient3116">
31 <stop
32 style="stop-color:#e5e5e5;stop-opacity:1.0000000;"
33 offset="0.0000000"
34 id="stop3118" />
35 <stop
36 style="stop-color:#dfdfdf;stop-opacity:1"
37 offset="1.0000000"
38 id="stop3120" />
39 </linearGradient>
40 <linearGradient
41 inkscape:collect="always"
42 id="linearGradient3558">
43 <stop
44 style="stop-color:#000000;stop-opacity:1;"
45 offset="0"
46 id="stop3560" />
47 <stop
48 style="stop-color:#000000;stop-opacity:0;"
49 offset="1"
50 id="stop3562" />
51 </linearGradient>
52 <radialGradient
53 inkscape:collect="always"
54 xlink:href="#linearGradient3558"
55 id="radialGradient3564"
56 cx="22.571428"
57 cy="30.857143"
58 fx="22.571428"
59 fy="30.857143"
60 r="15.571428"
61 gradientTransform="matrix(1.000000,0.000000,0.000000,0.651376,3.896078e-15,10.75754)"
62 gradientUnits="userSpaceOnUse" />
63 <linearGradient
64 inkscape:collect="always"
65 id="linearGradient2296">
66 <stop
67 style="stop-color:#ffffff;stop-opacity:1;"
68 offset="0"
69 id="stop2298" />
70 <stop
71 style="stop-color:#ffffff;stop-opacity:0;"
72 offset="1"
73 id="stop2300" />
74 </linearGradient>
75 <linearGradient
76 id="linearGradient5460">
77 <stop
78 id="stop5462"
79 offset="0.0000000"
80 style="stop-color:#e5e5e5;stop-opacity:1.0000000;" />
81 <stop
82 id="stop5464"
83 offset="1.0000000"
84 style="stop-color:#c8c8c8;stop-opacity:1.0000000;" />
85 </linearGradient>
86 <linearGradient
87 inkscape:collect="always"
88 xlink:href="#linearGradient5460"
89 id="linearGradient3801"
90 gradientUnits="userSpaceOnUse"
91 gradientTransform="matrix(0.893089,2.418546e-16,-3.701148e-16,1.119709,-18.45684,-0.381848)"
92 x1="42.150032"
93 y1="23.405266"
94 x2="50.871357"
95 y2="39.318127" />
96 <linearGradient
97 inkscape:collect="always"
98 xlink:href="#linearGradient5460"
99 id="linearGradient3803"
100 gradientUnits="userSpaceOnUse"
101 gradientTransform="matrix(0.882464,3.464905e-16,-8.831331e-16,1.123229,-18.45703,-0.304225)"
102 x1="38.897804"
103 y1="32.234478"
104 x2="69.181168"
105 y2="57.055389" />
106 <linearGradient
107 inkscape:collect="always"
108 xlink:href="#linearGradient2296"
109 id="linearGradient3805"
110 gradientUnits="userSpaceOnUse"
111 gradientTransform="matrix(1.015717,7.557277e-18,-7.795539e-18,1.047740,-38.62402,-6.542519)"
112 x1="48.000000"
113 y1="18.534204"
114 x2="78.000000"
115 y2="18.534204" />
116 <linearGradient
117 inkscape:collect="always"
118 xlink:href="#linearGradient2296"
119 id="linearGradient3853"
120 gradientUnits="userSpaceOnUse"
121 gradientTransform="matrix(0.969324,0.303467,-0.313034,0.999884,-26.51354,-28.87764)"
122 x1="48.000000"
123 y1="18.534204"
124 x2="78.000000"
125 y2="18.534204" />
126 <linearGradient
127 inkscape:collect="always"
128 xlink:href="#linearGradient5460"
129 id="linearGradient3855"
130 gradientUnits="userSpaceOnUse"
131 gradientTransform="matrix(0.893089,-5.991296e-18,7.511521e-18,1.119710,0.123711,-12.57232)"
132 x1="35.321308"
133 y1="24.984463"
134 x2="51.861248"
135 y2="41.370472" />
136 <linearGradient
137 inkscape:collect="always"
138 xlink:href="#linearGradient3116"
139 id="linearGradient3857"
140 gradientUnits="userSpaceOnUse"
141 gradientTransform="matrix(0.882464,-2.896566e-17,-5.327444e-17,1.123232,0.123160,-12.49411)"
142 x1="34.561821"
143 y1="17.249048"
144 x2="50.808903"
145 y2="44.769524" />
146 <linearGradient
147 inkscape:collect="always"
148 xlink:href="#linearGradient2296"
149 id="linearGradient3859"
150 gradientUnits="userSpaceOnUse"
151 gradientTransform="matrix(0.985864,0.244450,-0.252157,1.016945,-24.58715,-15.18839)"
152 x1="54.287079"
153 y1="9.1136208"
154 x2="68.843483"
155 y2="38.118332" />
156 </defs>
157 <sodipodi:namedview
158 inkscape:window-y="62"
159 inkscape:window-x="337"
160 inkscape:window-height="786"
161 inkscape:window-width="770"
162 inkscape:guide-bbox="true"
163 showguides="true"
164 inkscape:document-units="px"
165 inkscape:grid-bbox="true"
166 showgrid="false"
167 inkscape:current-layer="layer1"
168 inkscape:cy="-9.9696865"
169 inkscape:cx="31.362085"
170 inkscape:zoom="1"
171 inkscape:pageshadow="2"
172 inkscape:pageopacity="0.0"
173 borderopacity="0.19607843"
174 bordercolor="#666666"
175 pagecolor="#ffffff"
176 id="base"
177 inkscape:showpageshadow="false" />
178 <metadata
179 id="metadata4">
180 <rdf:RDF>
181 <cc:Work
182 rdf:about="">
183 <dc:format>image/svg+xml</dc:format>
184 <dc:type
185 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
186 <dc:title>Games</dc:title>
187 <dc:creator>
188 <cc:Agent>
189 <dc:title>Andreas Nilsson</dc:title>
190 </cc:Agent>
191 </dc:creator>
192 <cc:license
193 rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
194 <dc:subject>
195 <rdf:Bag>
196 <rdf:li>games</rdf:li>
197 </rdf:Bag>
198 </dc:subject>
199 <dc:contributor>
200 <cc:Agent>
201 <dc:title>Jakub Steiner</dc:title>
202 </cc:Agent>
203 </dc:contributor>
204 </cc:Work>
205 <cc:License
206 rdf:about="http://creativecommons.org/licenses/publicdomain/">
207 <cc:permits
208 rdf:resource="http://creativecommons.org/ns#Reproduction" />
209 <cc:permits
210 rdf:resource="http://creativecommons.org/ns#Distribution" />
211 <cc:permits
212 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
213 </cc:License>
214 </rdf:RDF>
215 </metadata>
216 <g
217 inkscape:groupmode="layer"
218 inkscape:label="Layer 1"
219 id="layer1">
220 <path
221 sodipodi:type="arc"
222 style="opacity:0.38636364;color:#000000;fill:url(#radialGradient3564);fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
223 id="path3556"
224 sodipodi:cx="22.571428"
225 sodipodi:cy="30.857143"
226 sodipodi:rx="15.571428"
227 sodipodi:ry="10.142858"
228 d="M 38.142857 30.857143 A 15.571428 10.142858 0 1 1 7.0000000,30.857143 A 15.571428 10.142858 0 1 1 38.142857 30.857143 z"
229 transform="matrix(1.408115,0.000000,0.000000,0.492958,-7.856805,28.28872)" />
230 <g
231 id="g3794"
232 transform="matrix(0.980280,-0.197617,0.197617,0.980280,-10.72835,1.085105)">
233 <g
234 transform="matrix(0.965364,0.260908,-0.260908,0.965364,11.34921,-0.522676)"
235 id="g2304">
236 <rect
237 transform="matrix(0.965384,-0.260833,0.260833,0.965384,0.000000,0.000000)"
238 rx="3.0304639"
239 ry="2.8284323"
240 y="8.2107315"
241 x="-1.9805312"
242 height="39.032627"
243 width="30.930361"
244 id="rect2306"
245 style="fill:url(#linearGradient3801);fill-opacity:1.0000000;fill-rule:nonzero;stroke:#888a85;stroke-width:1.0000017;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000" />
246 <rect
247 transform="matrix(0.965376,-0.260864,0.260803,0.965392,0.000000,0.000000)"
248 rx="2.2349753"
249 ry="1.9445504"
250 y="9.1018763"
251 x="-1.0130478"
252 height="37.150211"
253 width="28.997335"
254 id="rect2308"
255 style="fill:url(#linearGradient3803);fill-opacity:1.0000000;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.0000025;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000" />
256 </g>
257 <path
258 style="opacity:0.51648355;fill:url(#linearGradient3805);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.25000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
259 d="M 10.130389,22.794181 C 22.980885,26.961539 29.367399,17.052488 40.601904,22.794181 L 38.721929,3.5888283 C 38.721929,3.5888283 38.11114,1.4341087 36.70666,1.6919747 L 12.249217,1.922697 C 10.654669,1.7815811 10.44653,2.8886233 10.479394,4.0674121 L 10.130389,22.794181 z "
260 id="path2294"
261 sodipodi:nodetypes="ccccccc"
262 transform="translate(0.176776,7.247840)" />
263 <path
264 id="path3059"
265 d="M 17.687500,12.281250 C 14.134780,15.630644 12.705188,16.554443 12.687500,18.437500 C 12.670309,20.268031 14.981028,21.868396 17.000000,20.718750 C 17.064192,21.655490 17.094533,23.274814 16.531250,23.937500 C 16.619640,23.937501 19.000000,23.968750 19.000000,23.968750 C 18.999999,23.968751 18.387557,21.938779 18.312500,20.593750 C 20.521890,21.985625 22.669676,20.474531 22.687500,18.343750 C 22.706845,16.109567 21.406126,15.397146 17.687500,12.281250 z "
266 style="fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" />
267 </g>
268 <g
269 id="g3827"
270 transform="translate(-1.000000,0.250000)">
271 <g
272 id="g3844"
273 transform="translate(0.000000,-1.875000)">
274 <g
275 id="g3807"
276 transform="translate(2.500000,2.750000)">
277 <g
278 transform="translate(0.176776,7.247840)"
279 id="g3042">
280 <path
281 style="opacity:0.51648355;fill:url(#linearGradient3853);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.25000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
282 d="M 11.249051,13.685510 C 22.267512,21.501880 31.322859,13.953532 40.328776,22.789518 L 45.504535,4.7780871 L 44.310620,2.2533867 L 19.506897,-5.5996203 L 16.789787,-4.2944189 L 11.249051,13.685510 z "
283 id="path3055"
284 sodipodi:nodetypes="ccccccc" />
285 </g>
286 <rect
287 transform="matrix(0.966464,0.256804,-0.256804,0.966464,0.000000,0.000000)"
288 rx="3.0304649"
289 ry="2.8284333"
290 y="-3.9797387"
291 x="16.600031"
292 height="39.032639"
293 width="30.930372"
294 id="rect7756"
295 style="fill:url(#linearGradient3855);fill-opacity:1.0000000;fill-rule:nonzero;stroke:#888a85;stroke-width:1.0000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000" />
296 <rect
297 transform="matrix(0.966472,0.256773,-0.256834,0.966456,0.000000,0.000000)"
298 rx="2.2349749"
299 ry="1.9445531"
300 y="-3.0879984"
301 x="17.567137"
302 height="37.150257"
303 width="28.997335"
304 id="rect7758"
305 style="fill:url(#linearGradient3857);fill-opacity:1.0000000;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.0000031;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000" />
306 <path
307 sodipodi:nodetypes="czczc"
308 id="path920"
309 d="M 28.219209,18.579429 C 32.016664,16.349471 35.371252,20.241547 34.574307,23.107833 C 33.845761,25.728116 31.535908,26.457569 25.327822,29.802045 C 21.304975,24.065321 19.745801,22.573204 20.607912,19.463712 C 21.499380,16.244665 25.660598,14.764478 28.219209,18.579429 z "
310 style="fill:#cc0000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" />
311 </g>
312 <path
313 style="opacity:0.51648355;fill:url(#linearGradient3859);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.25000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
314 d="M 15.408724,24.666097 C 26.878573,31.803664 32.987287,22.750612 42.509751,31.027325 L 47.031675,13.797161 C 47.29684,12.824889 47.013482,12.056174 45.599269,11.70262 L 22.576749,5.2715507 C 21.250924,4.9179973 20.120085,5.8543752 19.943308,6.7382587 L 15.408724,24.666097 z "
315 id="path3820"
316 sodipodi:nodetypes="ccccccc" />
317 </g>
318 </g>
319 </g>
320</svg>
diff --git a/icons/tango-svg/applications-graphics.svg b/icons/tango-svg/applications-graphics.svg
new file mode 100644
index 0000000000..641d860e88
--- /dev/null
+++ b/icons/tango-svg/applications-graphics.svg
@@ -0,0 +1,1122 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3<svg
4 xmlns:dc="http://purl.org/dc/elements/1.1/"
5 xmlns:cc="http://creativecommons.org/ns#"
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7 xmlns:svg="http://www.w3.org/2000/svg"
8 xmlns="http://www.w3.org/2000/svg"
9 xmlns:xlink="http://www.w3.org/1999/xlink"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 inkscape:export-ydpi="90.000000"
13 inkscape:export-xdpi="90.000000"
14 inkscape:export-filename="/home/jimmac/src/cvs/tango-icon-theme/22x22/categories/applications-graphics.png"
15 width="22"
16 height="22"
17 id="svg9121"
18 sodipodi:version="0.32"
19 inkscape:version="0.46"
20 sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/22x22/categories"
21 sodipodi:docname="applications-graphics.svg"
22 version="1.0"
23 inkscape:output_extension="org.inkscape.output.svg.inkscape">
24 <defs
25 id="defs3">
26 <inkscape:perspective
27 sodipodi:type="inkscape:persp3d"
28 inkscape:vp_x="0 : 11 : 1"
29 inkscape:vp_y="0 : 1000 : 0"
30 inkscape:vp_z="22 : 11 : 1"
31 inkscape:persp3d-origin="11 : 7.3333333 : 1"
32 id="perspective164" />
33 <linearGradient
34 inkscape:collect="always"
35 id="linearGradient6835">
36 <stop
37 style="stop-color:#ffffff;stop-opacity:1;"
38 offset="0"
39 id="stop6837" />
40 <stop
41 style="stop-color:#ffffff;stop-opacity:0;"
42 offset="1"
43 id="stop6839" />
44 </linearGradient>
45 <linearGradient
46 inkscape:collect="always"
47 xlink:href="#linearGradient6835"
48 id="linearGradient7005"
49 gradientUnits="userSpaceOnUse"
50 x1="48.25"
51 y1="54.75"
52 x2="48.25"
53 y2="71.25"
54 gradientTransform="matrix(0.718914,0,0,0.718914,-1.897103,-20.68606)" />
55 <linearGradient
56 inkscape:collect="always"
57 xlink:href="#linearGradient6651"
58 id="linearGradient7010"
59 gradientUnits="userSpaceOnUse"
60 gradientTransform="matrix(0.737307,0,0,0.770854,-8.532023,7.121636)"
61 x1="60.168766"
62 y1="40.119797"
63 x2="60.440994"
64 y2="43.869797" />
65 <linearGradient
66 id="linearGradient6748">
67 <stop
68 style="stop-color:#729fcf;stop-opacity:1;"
69 offset="0"
70 id="stop6750" />
71 <stop
72 style="stop-color:#2b5582;stop-opacity:1;"
73 offset="1"
74 id="stop6752" />
75 </linearGradient>
76 <linearGradient
77 inkscape:collect="always"
78 xlink:href="#linearGradient6748"
79 id="linearGradient7014"
80 gradientUnits="userSpaceOnUse"
81 gradientTransform="matrix(0.718914,0,0,0.718914,-1.897103,-22.42481)"
82 x1="49.853037"
83 y1="64.259623"
84 x2="62.768221"
85 y2="64.259623" />
86 <linearGradient
87 id="linearGradient6629">
88 <stop
89 style="stop-color:#aeaeae;stop-opacity:1;"
90 offset="0"
91 id="stop6631" />
92 <stop
93 style="stop-color:#c4c4c4;stop-opacity:0;"
94 offset="1"
95 id="stop6633" />
96 </linearGradient>
97 <linearGradient
98 inkscape:collect="always"
99 xlink:href="#linearGradient6629"
100 id="linearGradient7017"
101 gradientUnits="userSpaceOnUse"
102 gradientTransform="matrix(0.888619,0,0,0.718914,-18.29768,9.471728)"
103 x1="61.871845"
104 y1="29.615223"
105 x2="61.871845"
106 y2="41.459263" />
107 <linearGradient
108 id="linearGradient6651">
109 <stop
110 style="stop-color:#f2f2f2;stop-opacity:1;"
111 offset="0"
112 id="stop6653" />
113 <stop
114 style="stop-color:#c3c3c3;stop-opacity:1;"
115 offset="1"
116 id="stop6655" />
117 </linearGradient>
118 <linearGradient
119 inkscape:collect="always"
120 xlink:href="#linearGradient6651"
121 id="linearGradient7020"
122 gradientUnits="userSpaceOnUse"
123 gradientTransform="matrix(0.71944,0,0,0.718914,-7.696252,9.471728)"
124 x1="53.168766"
125 y1="24.244797"
126 x2="69.690994"
127 y2="24.244797" />
128 <linearGradient
129 id="linearGradient6721">
130 <stop
131 style="stop-color:#729fcf;stop-opacity:1;"
132 offset="0"
133 id="stop6723" />
134 <stop
135 style="stop-color:#3c74b1;stop-opacity:1;"
136 offset="1"
137 id="stop6725" />
138 </linearGradient>
139 <linearGradient
140 inkscape:collect="always"
141 xlink:href="#linearGradient6721"
142 id="linearGradient7025"
143 gradientUnits="userSpaceOnUse"
144 gradientTransform="matrix(0.862482,0,0,0.580718,-16.25697,11.01348)"
145 x1="52.717936"
146 y1="2.3161638"
147 x2="67.465988"
148 y2="2.3161638" />
149 <linearGradient
150 id="linearGradient6963">
151 <stop
152 style="stop-color:#696969;stop-opacity:1;"
153 offset="0"
154 id="stop6965" />
155 <stop
156 style="stop-color:#000000;stop-opacity:1;"
157 offset="1"
158 id="stop6967" />
159 </linearGradient>
160 <radialGradient
161 inkscape:collect="always"
162 xlink:href="#linearGradient6963"
163 id="radialGradient6969"
164 cx="15.415101"
165 cy="35.356506"
166 fx="15.415101"
167 fy="35.356506"
168 r="7.5791561"
169 gradientTransform="matrix(0.3814,4.793827e-17,2.517924e-13,0.371686,0.265529,4.587942)"
170 gradientUnits="userSpaceOnUse" />
171 <linearGradient
172 inkscape:collect="always"
173 id="linearGradient6975">
174 <stop
175 style="stop-color:#000000;stop-opacity:1;"
176 offset="0"
177 id="stop6977" />
178 <stop
179 style="stop-color:#000000;stop-opacity:0;"
180 offset="1"
181 id="stop6979" />
182 </linearGradient>
183 <radialGradient
184 inkscape:collect="always"
185 xlink:href="#linearGradient6975"
186 id="radialGradient6981"
187 cx="26.78167"
188 cy="42.343147"
189 fx="26.78167"
190 fy="42.343147"
191 r="14.407301"
192 gradientTransform="matrix(1,0,0,0.282209,1.342589e-14,30.39355)"
193 gradientUnits="userSpaceOnUse" />
194 <linearGradient
195 id="linearGradient6939">
196 <stop
197 style="stop-color:#bdbdbd;stop-opacity:1;"
198 offset="0"
199 id="stop6941" />
200 <stop
201 id="stop6947"
202 offset="0.33333334"
203 style="stop-color:#e2e2e2;stop-opacity:1;" />
204 <stop
205 style="stop-color:#a3a3a3;stop-opacity:1;"
206 offset="0.66666669"
207 id="stop6949" />
208 <stop
209 style="stop-color:#dddddd;stop-opacity:1;"
210 offset="1"
211 id="stop6943" />
212 </linearGradient>
213 <linearGradient
214 inkscape:collect="always"
215 xlink:href="#linearGradient6939"
216 id="linearGradient6945"
217 x1="19.394735"
218 y1="30.001331"
219 x2="23.109331"
220 y2="33.438831"
221 gradientUnits="userSpaceOnUse"
222 gradientTransform="matrix(0.885182,-0.14859,0.14859,0.885182,-12.79968,-11.59047)" />
223 <linearGradient
224 id="linearGradient6951">
225 <stop
226 style="stop-color:#6e3d09;stop-opacity:1;"
227 offset="0"
228 id="stop6953" />
229 <stop
230 id="stop6959"
231 offset="0.24242425"
232 style="stop-color:#ea8113;stop-opacity:1;" />
233 <stop
234 style="stop-color:#5c3307;stop-opacity:1;"
235 offset="0.62121212"
236 id="stop6961" />
237 <stop
238 style="stop-color:#e07c12;stop-opacity:1;"
239 offset="1"
240 id="stop6955" />
241 </linearGradient>
242 <linearGradient
243 inkscape:collect="always"
244 xlink:href="#linearGradient6951"
245 id="linearGradient6957"
246 x1="28.058632"
247 y1="18.867767"
248 x2="33.436985"
249 y2="23.742767"
250 gradientUnits="userSpaceOnUse"
251 gradientTransform="matrix(0.573976,-5.028503e-2,5.028503e-2,0.573976,-3.900241,-2.419328)" />
252 <linearGradient
253 id="linearGradient4394">
254 <stop
255 style="stop-color:#818181;stop-opacity:1.0000000;"
256 offset="0.0000000"
257 id="stop5137" />
258 <stop
259 id="stop5139"
260 offset="0.50000000"
261 style="stop-color:#ffffff;stop-opacity:1.0000000;" />
262 <stop
263 style="stop-color:#bebebe;stop-opacity:1.0000000;"
264 offset="1.0000000"
265 id="stop4398" />
266 </linearGradient>
267 <linearGradient
268 inkscape:collect="always"
269 xlink:href="#linearGradient4394"
270 id="linearGradient5147"
271 gradientUnits="userSpaceOnUse"
272 x1="3.6693072"
273 y1="27.981939"
274 x2="46.098797"
275 y2="27.981939"
276 gradientTransform="translate(54.50145,-4.377128)" />
277 <linearGradient
278 id="linearGradient8391">
279 <stop
280 style="stop-color:#b87202;stop-opacity:1.0000000;"
281 offset="0.0000000"
282 id="stop8393" />
283 <stop
284 style="stop-color:#8f5902;stop-opacity:0;"
285 offset="1"
286 id="stop8395" />
287 </linearGradient>
288 <linearGradient
289 id="linearGradient7625">
290 <stop
291 style="stop-color:#505b5f;stop-opacity:1.0000000;"
292 offset="0.0000000"
293 id="stop7627" />
294 <stop
295 style="stop-color:#2e3436;stop-opacity:1.0000000;"
296 offset="1.0000000"
297 id="stop7629" />
298 </linearGradient>
299 <linearGradient
300 id="linearGradient5333">
301 <stop
302 style="stop-color:#555753;stop-opacity:0.0000000;"
303 offset="0.0000000"
304 id="stop5335" />
305 <stop
306 style="stop-color:#555753;stop-opacity:1.0000000;"
307 offset="0.50000000"
308 id="stop5341" />
309 <stop
310 style="stop-color:#555753;stop-opacity:0.0000000;"
311 offset="1.0000000"
312 id="stop5337" />
313 </linearGradient>
314 <linearGradient
315 id="linearGradient5325">
316 <stop
317 style="stop-color:#555753;stop-opacity:1;"
318 offset="0"
319 id="stop5327" />
320 <stop
321 style="stop-color:#555753;stop-opacity:0;"
322 offset="1"
323 id="stop5329" />
324 </linearGradient>
325 <linearGradient
326 id="linearGradient5229">
327 <stop
328 id="stop5231"
329 offset="0.0000000"
330 style="stop-color:#969993;stop-opacity:1.0000000;" />
331 <stop
332 id="stop5237"
333 offset="0.50000000"
334 style="stop-color:#d4d8d0;stop-opacity:1.0000000;" />
335 <stop
336 id="stop5233"
337 offset="1.0000000"
338 style="stop-color:#abaea7;stop-opacity:1.0000000;" />
339 </linearGradient>
340 <linearGradient
341 id="linearGradient11940">
342 <stop
343 id="stop11942"
344 offset="0"
345 style="stop-color:#fcf18f;stop-opacity:1;" />
346 <stop
347 id="stop11944"
348 offset="1"
349 style="stop-color:#fcf18f;stop-opacity:0;" />
350 </linearGradient>
351 <linearGradient
352 id="linearGradient11932">
353 <stop
354 id="stop11934"
355 offset="0"
356 style="stop-color:#b59300;stop-opacity:1;" />
357 <stop
358 id="stop11936"
359 offset="1"
360 style="stop-color:#b59300;stop-opacity:0;" />
361 </linearGradient>
362 <linearGradient
363 id="linearGradient11924"
364 inkscape:collect="always">
365 <stop
366 id="stop11926"
367 offset="0"
368 style="stop-color:#000000;stop-opacity:1;" />
369 <stop
370 id="stop11928"
371 offset="1"
372 style="stop-color:#000000;stop-opacity:0;" />
373 </linearGradient>
374 <linearGradient
375 id="linearGradient11916">
376 <stop
377 id="stop11918"
378 offset="0.0000000"
379 style="stop-color:#8b7200;stop-opacity:1.0000000;" />
380 <stop
381 id="stop11920"
382 offset="1"
383 style="stop-color:#544500;stop-opacity:0;" />
384 </linearGradient>
385 <linearGradient
386 id="linearGradient11124">
387 <stop
388 id="stop11126"
389 offset="0.0000000"
390 style="stop-color:#ffffff;stop-opacity:1.0000000;" />
391 <stop
392 id="stop11128"
393 offset="1.0000000"
394 style="stop-color:#ffffff;stop-opacity:0.0000000;" />
395 </linearGradient>
396 <linearGradient
397 id="linearGradient19124">
398 <stop
399 style="stop-color:#fcf18f;stop-opacity:1;"
400 offset="0"
401 id="stop19126" />
402 <stop
403 style="stop-color:#fcf8ce;stop-opacity:1.0000000;"
404 offset="1.0000000"
405 id="stop19128" />
406 </linearGradient>
407 <linearGradient
408 id="linearGradient19116">
409 <stop
410 style="stop-color:#987c00;stop-opacity:1;"
411 offset="0"
412 id="stop19118" />
413 <stop
414 style="stop-color:#5f4d00;stop-opacity:1.0000000;"
415 offset="1.0000000"
416 id="stop19120" />
417 </linearGradient>
418 <linearGradient
419 id="linearGradient19108">
420 <stop
421 style="stop-color:#edd400;stop-opacity:0.0000000;"
422 offset="0.0000000"
423 id="stop19110" />
424 <stop
425 style="stop-color:#b8a500;stop-opacity:1.0000000;"
426 offset="1.0000000"
427 id="stop19112" />
428 </linearGradient>
429 <linearGradient
430 id="linearGradient18320">
431 <stop
432 style="stop-color:#e9b96e;stop-opacity:1;"
433 offset="0"
434 id="stop18322" />
435 <stop
436 style="stop-color:#b88433;stop-opacity:1.0000000;"
437 offset="1.0000000"
438 id="stop18324" />
439 </linearGradient>
440 <linearGradient
441 id="linearGradient14520">
442 <stop
443 style="stop-color:#fcfae2;stop-opacity:0.0000000;"
444 offset="0.0000000"
445 id="stop14522" />
446 <stop
447 style="stop-color:#b8ab27;stop-opacity:1.0000000;"
448 offset="1.0000000"
449 id="stop14524" />
450 </linearGradient>
451 <linearGradient
452 inkscape:collect="always"
453 xlink:href="#linearGradient14520"
454 id="linearGradient14526"
455 gradientTransform="scale(0.831950,1.201995)"
456 x1="23.411154"
457 y1="0.82209921"
458 x2="21.684671"
459 y2="6.4114828"
460 gradientUnits="userSpaceOnUse" />
461 <linearGradient
462 inkscape:collect="always"
463 xlink:href="#linearGradient18320"
464 id="linearGradient18326"
465 gradientTransform="matrix(1.228073,0.000000,0.000000,1.407676,-1.888866,-14.16649)"
466 x1="11.711685"
467 y1="31.134253"
468 x2="15.54356"
469 y2="33.48214"
470 gradientUnits="userSpaceOnUse" />
471 <linearGradient
472 inkscape:collect="always"
473 xlink:href="#linearGradient19108"
474 id="linearGradient19114"
475 gradientTransform="scale(0.827650,1.208240)"
476 x1="31.654196"
477 y1="3.4796145"
478 x2="28.394352"
479 y2="12.564109"
480 gradientUnits="userSpaceOnUse" />
481 <linearGradient
482 y2="29.502863"
483 x2="24.769884"
484 y1="11.246989"
485 x1="15.750742"
486 gradientTransform="matrix(0.831950,0.000000,0.000000,1.201995,100.1096,-33.10918)"
487 gradientUnits="userSpaceOnUse"
488 id="linearGradient11152"
489 xlink:href="#linearGradient14520"
490 inkscape:collect="always" />
491 <linearGradient
492 y2="33.48214"
493 x2="15.54356"
494 y1="31.134253"
495 x1="11.711685"
496 gradientTransform="matrix(0.934030,0.000000,0.000000,1.070630,100.1096,-33.10918)"
497 gradientUnits="userSpaceOnUse"
498 id="linearGradient11154"
499 xlink:href="#linearGradient18320"
500 inkscape:collect="always" />
501 <linearGradient
502 y2="19.211454"
503 x2="29.475761"
504 y1="13.215685"
505 x1="20.190006"
506 gradientTransform="matrix(0.827650,0.000000,0.000000,1.208240,100.1096,-33.10918)"
507 gradientUnits="userSpaceOnUse"
508 id="linearGradient11156"
509 xlink:href="#linearGradient19108"
510 inkscape:collect="always" />
511 <linearGradient
512 gradientUnits="userSpaceOnUse"
513 y2="4.8820314"
514 x2="33.964863"
515 y1="35.224327"
516 x1="8.1650734"
517 gradientTransform="scale(0.824694,1.212571)"
518 id="linearGradient11930"
519 xlink:href="#linearGradient11924"
520 inkscape:collect="always" />
521 <linearGradient
522 gradientUnits="userSpaceOnUse"
523 y2="2.7806931"
524 x2="34.060062"
525 y1="16.266647"
526 x1="27.062229"
527 gradientTransform="scale(0.800741,1.248844)"
528 id="linearGradient11938"
529 xlink:href="#linearGradient11932"
530 inkscape:collect="always" />
531 <linearGradient
532 gradientUnits="userSpaceOnUse"
533 y2="-0.48521933"
534 x2="16.707243"
535 y1="4.4311285"
536 x1="14.394565"
537 gradientTransform="scale(0.838071,1.193216)"
538 id="linearGradient11946"
539 xlink:href="#linearGradient11940"
540 inkscape:collect="always" />
541 <linearGradient
542 y2="4.8820314"
543 x2="33.964863"
544 y1="35.224327"
545 x1="8.1650734"
546 gradientTransform="matrix(0.824694,0.000000,0.000000,1.212571,17.09202,-2.523485)"
547 gradientUnits="userSpaceOnUse"
548 id="linearGradient13466"
549 xlink:href="#linearGradient11924"
550 inkscape:collect="always" />
551 <linearGradient
552 y2="2.6501136"
553 x2="24.141811"
554 y1="7.2559285"
555 x1="22.480724"
556 gradientTransform="scale(0.826560,1.209833)"
557 gradientUnits="userSpaceOnUse"
558 id="linearGradient13472"
559 xlink:href="#linearGradient11916"
560 inkscape:collect="always" />
561 <linearGradient
562 y2="12.564109"
563 x2="28.394352"
564 y1="3.4796145"
565 x1="31.654196"
566 gradientTransform="scale(0.827650,1.208240)"
567 gradientUnits="userSpaceOnUse"
568 id="linearGradient1949"
569 xlink:href="#linearGradient19108"
570 inkscape:collect="always" />
571 <linearGradient
572 y2="33.48214"
573 x2="15.54356"
574 y1="31.134253"
575 x1="11.711685"
576 gradientTransform="matrix(1.228073,4.302344e-17,-4.316300e-17,1.407676,-1.888866,-14.16649)"
577 gradientUnits="userSpaceOnUse"
578 id="linearGradient1951"
579 xlink:href="#linearGradient18320"
580 inkscape:collect="always" />
581 <linearGradient
582 y2="-0.48521933"
583 x2="16.707243"
584 y1="4.4311285"
585 x1="14.394565"
586 gradientTransform="scale(0.838071,1.193216)"
587 gradientUnits="userSpaceOnUse"
588 id="linearGradient1953"
589 xlink:href="#linearGradient11940"
590 inkscape:collect="always" />
591 <linearGradient
592 y2="2.7806931"
593 x2="34.060062"
594 y1="16.266647"
595 x1="27.062229"
596 gradientTransform="scale(0.800741,1.248844)"
597 gradientUnits="userSpaceOnUse"
598 id="linearGradient1955"
599 xlink:href="#linearGradient11932"
600 inkscape:collect="always" />
601 <linearGradient
602 y2="6.4114828"
603 x2="21.684671"
604 y1="0.82209921"
605 x1="23.411154"
606 gradientTransform="scale(0.831950,1.201995)"
607 gradientUnits="userSpaceOnUse"
608 id="linearGradient1957"
609 xlink:href="#linearGradient14520"
610 inkscape:collect="always" />
611 <linearGradient
612 y2="2.6501136"
613 x2="24.141811"
614 y1="7.2559285"
615 x1="22.480724"
616 gradientTransform="scale(0.826560,1.209833)"
617 gradientUnits="userSpaceOnUse"
618 id="linearGradient1959"
619 xlink:href="#linearGradient11916"
620 inkscape:collect="always" />
621 <linearGradient
622 inkscape:collect="always"
623 xlink:href="#linearGradient11916"
624 id="linearGradient4295"
625 gradientUnits="userSpaceOnUse"
626 gradientTransform="matrix(0.810222,0.163528,-0.239356,1.185920,0.000000,0.000000)"
627 x1="32.368496"
628 y1="6.0591717"
629 x2="35.239323"
630 y2="-3.6642039" />
631 <linearGradient
632 inkscape:collect="always"
633 xlink:href="#linearGradient14520"
634 id="linearGradient4300"
635 gradientUnits="userSpaceOnUse"
636 gradientTransform="matrix(0.815505,0.164595,-0.237805,1.178235,8.297767,0.197690)"
637 x1="23.411154"
638 y1="0.82209921"
639 x2="21.684671"
640 y2="6.4114828" />
641 <linearGradient
642 inkscape:collect="always"
643 xlink:href="#linearGradient11932"
644 id="linearGradient4303"
645 gradientUnits="userSpaceOnUse"
646 gradientTransform="matrix(0.784913,0.158420,-0.247074,1.224159,0.000000,0.000000)"
647 x1="43.604591"
648 y1="9.6609612"
649 x2="48.134148"
650 y2="1.5751816" />
651 <linearGradient
652 inkscape:collect="always"
653 xlink:href="#linearGradient11940"
654 id="linearGradient4306"
655 gradientUnits="userSpaceOnUse"
656 gradientTransform="matrix(0.821506,0.165806,-0.236068,1.169631,0.000000,0.000000)"
657 x1="28.250944"
658 y1="1.5502936"
659 x2="29.906208"
660 y2="-2.3372657" />
661 <linearGradient
662 inkscape:collect="always"
663 xlink:href="#linearGradient18320"
664 id="linearGradient4309"
665 gradientUnits="userSpaceOnUse"
666 gradientTransform="matrix(1.203798,0.242964,-0.278497,1.379850,9.248965,-14.06247)"
667 x1="11.711685"
668 y1="31.134253"
669 x2="15.54356"
670 y2="33.48214" />
671 <linearGradient
672 inkscape:collect="always"
673 xlink:href="#linearGradient19108"
674 id="linearGradient4312"
675 gradientUnits="userSpaceOnUse"
676 gradientTransform="matrix(0.811291,0.163744,-0.239041,1.184358,0.000000,0.000000)"
677 x1="41.32328"
678 y1="-3.1978326"
679 x2="38.269123"
680 y2="11.365776" />
681 <linearGradient
682 gradientUnits="userSpaceOnUse"
683 y2="11.797005"
684 x2="-23.287144"
685 y1="11.797003"
686 x1="-32.138432"
687 gradientTransform="scale(1.089011,0.918264)"
688 id="linearGradient5235"
689 xlink:href="#linearGradient5229"
690 inkscape:collect="always" />
691 <linearGradient
692 inkscape:collect="always"
693 xlink:href="#linearGradient4394"
694 id="linearGradient3805"
695 gradientUnits="userSpaceOnUse"
696 gradientTransform="matrix(0.391099,0.340585,-0.287184,0.329778,-0.912146,-0.404602)"
697 x1="24.742752"
698 y1="2.3111212"
699 x2="31.589277"
700 y2="2.4383495" />
701 <radialGradient
702 inkscape:collect="always"
703 xlink:href="#linearGradient7625"
704 id="radialGradient7631"
705 gradientTransform="matrix(0.538263,0.000000,0.000000,0.421330,-0.482426,-0.608169)"
706 cx="8.9124269"
707 cy="34.747555"
708 fx="9.0367527"
709 fy="34.482697"
710 r="7.9984083"
711 gradientUnits="userSpaceOnUse" />
712 <linearGradient
713 inkscape:collect="always"
714 xlink:href="#linearGradient11924"
715 id="linearGradient8397"
716 gradientTransform="matrix(0.482577,0.000000,0.000000,0.469949,-0.912149,-0.404605)"
717 x1="33.882736"
718 y1="12.904269"
719 x2="38.881176"
720 y2="6.917428"
721 gradientUnits="userSpaceOnUse" />
722 <linearGradient
723 inkscape:collect="always"
724 xlink:href="#linearGradient11924"
725 id="linearGradient10683"
726 gradientTransform="matrix(0.448237,1.707550e-2,-1.924623e-2,0.505219,-0.421446,-0.899581)"
727 x1="32.457001"
728 y1="16.203007"
729 x2="41.377167"
730 y2="5.4044285"
731 gradientUnits="userSpaceOnUse" />
732 <linearGradient
733 inkscape:collect="always"
734 xlink:href="#linearGradient11924"
735 id="linearGradient10685"
736 gradientTransform="matrix(0.448341,-1.406527e-2,1.585333e-2,0.505337,-1.128074,-0.336146)"
737 x1="32.457001"
738 y1="16.203007"
739 x2="40.450649"
740 y2="7.7109184"
741 gradientUnits="userSpaceOnUse" />
742 <linearGradient
743 inkscape:collect="always"
744 xlink:href="#linearGradient6835"
745 id="linearGradient7337"
746 gradientUnits="userSpaceOnUse"
747 gradientTransform="matrix(0.416376,0,0,0.416376,9.846678,-15.02004)"
748 x1="48.25"
749 y1="54.75"
750 x2="48.25"
751 y2="71.25" />
752 <linearGradient
753 inkscape:collect="always"
754 xlink:href="#linearGradient6651"
755 id="linearGradient7341"
756 gradientUnits="userSpaceOnUse"
757 gradientTransform="matrix(0.427029,0,0,0.446458,4.771471,1.085454)"
758 x1="60.168766"
759 y1="40.119797"
760 x2="60.440994"
761 y2="43.869797" />
762 <linearGradient
763 inkscape:collect="always"
764 xlink:href="#linearGradient6748"
765 id="linearGradient7345"
766 gradientUnits="userSpaceOnUse"
767 gradientTransform="matrix(0.416376,0,0,0.416376,8.614239,-16.02708)"
768 x1="49.853037"
769 y1="64.259623"
770 x2="62.768221"
771 y2="64.259623" />
772 <linearGradient
773 inkscape:collect="always"
774 xlink:href="#linearGradient6629"
775 id="linearGradient7348"
776 gradientUnits="userSpaceOnUse"
777 gradientTransform="matrix(0.514666,0,0,0.416376,-0.884552,2.446568)"
778 x1="61.871845"
779 y1="29.615223"
780 x2="61.871845"
781 y2="41.459263" />
782 <linearGradient
783 inkscape:collect="always"
784 xlink:href="#linearGradient6651"
785 id="linearGradient7351"
786 gradientUnits="userSpaceOnUse"
787 gradientTransform="matrix(0.416682,0,0,0.416376,5.255518,2.446565)"
788 x1="53.168766"
789 y1="24.244797"
790 x2="69.690994"
791 y2="24.244797" />
792 <linearGradient
793 inkscape:collect="always"
794 xlink:href="#linearGradient6721"
795 id="linearGradient7355"
796 gradientUnits="userSpaceOnUse"
797 gradientTransform="matrix(0.584029,0,0,0.414309,-4.606406,2.776385)"
798 x1="52.717936"
799 y1="2.3161638"
800 x2="67.465988"
801 y2="2.3161638" />
802 <linearGradient
803 inkscape:collect="always"
804 xlink:href="#linearGradient6721"
805 id="linearGradient7368"
806 gradientUnits="userSpaceOnUse"
807 gradientTransform="matrix(0.584029,0,0,0.414309,-4.606406,2.776385)"
808 x1="52.717936"
809 y1="2.3161638"
810 x2="67.465988"
811 y2="2.3161638" />
812 <linearGradient
813 inkscape:collect="always"
814 xlink:href="#linearGradient6651"
815 id="linearGradient7370"
816 gradientUnits="userSpaceOnUse"
817 gradientTransform="matrix(0.416682,0,0,0.416376,5.255518,2.446565)"
818 x1="53.168766"
819 y1="24.244797"
820 x2="69.690994"
821 y2="24.244797" />
822 <linearGradient
823 inkscape:collect="always"
824 xlink:href="#linearGradient6629"
825 id="linearGradient7372"
826 gradientUnits="userSpaceOnUse"
827 gradientTransform="matrix(0.514666,0,0,0.416376,-0.884552,2.446568)"
828 x1="61.871845"
829 y1="29.615223"
830 x2="61.871845"
831 y2="41.459263" />
832 <linearGradient
833 inkscape:collect="always"
834 xlink:href="#linearGradient6748"
835 id="linearGradient7374"
836 gradientUnits="userSpaceOnUse"
837 gradientTransform="matrix(0.416376,0,0,0.416376,8.614239,-16.02708)"
838 x1="49.853037"
839 y1="64.259623"
840 x2="62.768221"
841 y2="64.259623" />
842 <linearGradient
843 inkscape:collect="always"
844 xlink:href="#linearGradient6651"
845 id="linearGradient7376"
846 gradientUnits="userSpaceOnUse"
847 gradientTransform="matrix(0.427029,0,0,0.446458,4.771471,1.085454)"
848 x1="60.168766"
849 y1="40.119797"
850 x2="60.440994"
851 y2="43.869797" />
852 <linearGradient
853 inkscape:collect="always"
854 xlink:href="#linearGradient6835"
855 id="linearGradient7378"
856 gradientUnits="userSpaceOnUse"
857 gradientTransform="matrix(0.416376,0,0,0.416376,9.846678,-15.02004)"
858 x1="48.25"
859 y1="54.75"
860 x2="48.25"
861 y2="71.25" />
862 <linearGradient
863 inkscape:collect="always"
864 xlink:href="#linearGradient6721"
865 id="linearGradient7390"
866 gradientUnits="userSpaceOnUse"
867 gradientTransform="matrix(0.584029,0,0,0.414309,-4.606406,2.776385)"
868 x1="52.717936"
869 y1="2.3161638"
870 x2="67.465988"
871 y2="2.3161638" />
872 <linearGradient
873 inkscape:collect="always"
874 xlink:href="#linearGradient6651"
875 id="linearGradient7392"
876 gradientUnits="userSpaceOnUse"
877 gradientTransform="matrix(0.416682,0,0,0.416376,5.255518,2.446565)"
878 x1="53.168766"
879 y1="24.244797"
880 x2="69.690994"
881 y2="24.244797" />
882 <linearGradient
883 inkscape:collect="always"
884 xlink:href="#linearGradient6629"
885 id="linearGradient7394"
886 gradientUnits="userSpaceOnUse"
887 gradientTransform="matrix(0.514666,0,0,0.416376,-0.884552,2.446568)"
888 x1="61.871845"
889 y1="29.615223"
890 x2="61.871845"
891 y2="41.459263" />
892 <linearGradient
893 inkscape:collect="always"
894 xlink:href="#linearGradient6748"
895 id="linearGradient7396"
896 gradientUnits="userSpaceOnUse"
897 gradientTransform="matrix(0.416376,0,0,0.416376,8.614239,-16.02708)"
898 x1="49.853037"
899 y1="64.259623"
900 x2="62.768221"
901 y2="64.259623" />
902 <linearGradient
903 inkscape:collect="always"
904 xlink:href="#linearGradient6651"
905 id="linearGradient7398"
906 gradientUnits="userSpaceOnUse"
907 gradientTransform="matrix(0.427029,0,0,0.446458,4.771471,1.085454)"
908 x1="60.168766"
909 y1="40.119797"
910 x2="60.440994"
911 y2="43.869797" />
912 <linearGradient
913 inkscape:collect="always"
914 xlink:href="#linearGradient6835"
915 id="linearGradient7400"
916 gradientUnits="userSpaceOnUse"
917 gradientTransform="matrix(0.416376,0,0,0.416376,9.846678,-15.02004)"
918 x1="48.25"
919 y1="54.75"
920 x2="48.25"
921 y2="71.25" />
922 </defs>
923 <sodipodi:namedview
924 id="base"
925 pagecolor="#ffffff"
926 bordercolor="#666666"
927 borderopacity="0.10196078"
928 inkscape:pageopacity="0.0"
929 inkscape:pageshadow="2"
930 inkscape:zoom="16"
931 inkscape:cx="3.671955"
932 inkscape:cy="4.4531851"
933 inkscape:current-layer="layer1"
934 showgrid="false"
935 inkscape:grid-bbox="true"
936 inkscape:document-units="px"
937 showguides="true"
938 inkscape:guide-bbox="true"
939 inkscape:window-width="872"
940 inkscape:window-height="854"
941 inkscape:window-x="442"
942 inkscape:window-y="242"
943 inkscape:showpageshadow="false" />
944 <metadata
945 id="metadata4">
946 <rdf:RDF>
947 <cc:Work
948 rdf:about="">
949 <dc:format>image/svg+xml</dc:format>
950 <dc:type
951 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
952 <dc:title>Graphics category</dc:title>
953 <dc:date />
954 <dc:creator>
955 <cc:Agent>
956 <dc:title>Jakub Steiner</dc:title>
957 </cc:Agent>
958 </dc:creator>
959 <cc:license
960 rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
961 <dc:subject>
962 <rdf:Bag>
963 <rdf:li>draw</rdf:li>
964 <rdf:li>brush</rdf:li>
965 <rdf:li>paint</rdf:li>
966 </rdf:Bag>
967 </dc:subject>
968 <dc:source>http://tango.freedesktop.org/</dc:source>
969 </cc:Work>
970 <cc:License
971 rdf:about="http://creativecommons.org/licenses/publicdomain/">
972 <cc:permits
973 rdf:resource="http://creativecommons.org/ns#Reproduction" />
974 <cc:permits
975 rdf:resource="http://creativecommons.org/ns#Distribution" />
976 <cc:permits
977 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
978 </cc:License>
979 </rdf:RDF>
980 </metadata>
981 <g
982 id="layer1"
983 inkscape:label="Layer 1"
984 inkscape:groupmode="layer">
985 <path
986 style="opacity:1;color:#000000;fill:url(#linearGradient6957);fill-opacity:1;fill-rule:nonzero;stroke:#673907;stroke-width:1.00000024;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"
987 d="M 9.3482828,10.520049 L 13.373115,13.372109 C 17.143433,8.9569765 19.319926,1.4297936 19.319926,1.4297936 C 19.504872,0.70539121 18.811668,0.53682823 18.417461,1.0487541 C 18.417461,1.0487541 12.606943,6.0412954 9.3482828,10.520049 z "
988 id="path6937"
989 inkscape:r_cx="true"
990 inkscape:r_cy="true"
991 sodipodi:nodetypes="ccssc" />
992 <path
993 sodipodi:nodetypes="ccsc"
994 inkscape:r_cy="true"
995 inkscape:r_cx="true"
996 id="path7220"
997 d="M 10.160783,11.020049 L 12.435615,12.872109 C 16.205933,8.4569766 17.819926,2.8672934 17.819926,2.8672934 C 17.819926,2.8672934 13.419443,6.5412953 10.160783,11.020049 z "
998 style="opacity:0.22777778;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
999 <path
1000 style="opacity:1;color:#000000;fill:url(#linearGradient6945);fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:1.00000048;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"
1001 d="M 6.4690558,16.680547 L 8.7448037,18.05855 L 13.33478,13.528904 C 12.715342,12.210814 10.650749,10.492737 8.9910324,10.771343 L 6.4690558,16.680547 z "
1002 id="path6935"
1003 inkscape:r_cx="true"
1004 inkscape:r_cy="true"
1005 sodipodi:nodetypes="ccccc" />
1006 <path
1007 sodipodi:type="arc"
1008 style="opacity:0.3;color:#000000;fill:url(#radialGradient6981);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"
1009 id="path6973"
1010 sodipodi:cx="26.78167"
1011 sodipodi:cy="42.343147"
1012 sodipodi:rx="14.407301"
1013 sodipodi:ry="4.0658641"
1014 d="M 41.188971 42.343147 A 14.407301 4.0658641 0 1 1 12.374369,42.343147 A 14.407301 4.0658641 0 1 1 41.188971 42.343147 z"
1015 inkscape:r_cx="true"
1016 inkscape:r_cy="true"
1017 transform="matrix(0.658344,0,0,0.4919,-8.243226,-0.82861)" />
1018 <path
1019 style="opacity:1;color:#000000;fill:url(#radialGradient6969);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;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"
1020 d="M -0.036701759,21.969883 C 7.8022955,22.027282 9.1218387,21.948441 9.5544997,18.690471 C 9.9087338,16.023062 5.3127595,14.871266 3.7520294,17.855073 C 2.4917508,20.264476 -0.036701759,21.969883 -0.036701759,21.969883 z "
1021 id="path6933"
1022 inkscape:r_cx="true"
1023 inkscape:r_cy="true"
1024 sodipodi:nodetypes="cssc" />
1025 <path
1026 sodipodi:type="arc"
1027 style="opacity:0.52777778;color:#000000;fill:#ffffff;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"
1028 id="path6971"
1029 sodipodi:cx="7.624999"
1030 sodipodi:cy="37.75"
1031 sodipodi:rx="1.2499999"
1032 sodipodi:ry="1.2499999"
1033 d="M 8.8749989 37.75 A 1.2499999 1.2499999 0 1 1 6.3749992,37.75 A 1.2499999 1.2499999 0 1 1 8.8749989 37.75 z"
1034 inkscape:r_cx="true"
1035 inkscape:r_cy="true"
1036 transform="matrix(0.8,0,0,0.8,-9.999849e-2,-12.075)" />
1037 <path
1038 style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.00000095;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
1039 d="M 9.9700672,12.144885 L 8.06284,15.863848"
1040 id="path6985"
1041 inkscape:r_cx="true"
1042 inkscape:r_cy="true" />
1043 <g
1044 id="g7357"
1045 transform="translate(0.55649,0)"
1046 inkscape:r_cx="true"
1047 inkscape:r_cy="true">
1048 <path
1049 inkscape:r_cy="true"
1050 inkscape:r_cx="true"
1051 sodipodi:nodetypes="cssssssc"
1052 id="path6659"
1053 d="M 30.188172,0.16275971 C 28.117545,0.22503528 26.474421,0.91621279 26.474421,1.7496919 C 26.474421,1.9478138 26.474421,4.0986405 26.474421,4.2967628 C 26.474421,5.1712323 28.283042,5.8836941 30.497651,5.8836941 C 32.712257,5.8836941 34.503686,5.1712323 34.503686,4.2967628 C 34.503686,4.0986405 34.503686,1.9478138 34.503686,1.7496919 C 34.503686,0.87522197 32.712257,0.16275971 30.497651,0.16275971 C 30.393842,0.16275971 30.290005,0.15969657 30.188172,0.16275971 z "
1054 style="color:#000000;fill:url(#linearGradient7390);fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:0.9999994;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" />
1055 <path
1056 transform="matrix(0.513309,0,0,0.271583,3.664142,-8.668125)"
1057 inkscape:r_cy="true"
1058 inkscape:r_cx="true"
1059 d="M 57.375 49.75 A 5.375 1.5 0 1 1 46.625,49.75 A 5.375 1.5 0 1 1 57.375 49.75 z"
1060 sodipodi:ry="1.5"
1061 sodipodi:rx="5.375"
1062 sodipodi:cy="49.75"
1063 sodipodi:cx="52"
1064 id="path6729"
1065 style="color:#000000;fill:#3465a4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999982;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"
1066 sodipodi:type="arc" />
1067 <path
1068 sodipodi:nodetypes="ccccccc"
1069 inkscape:r_cy="true"
1070 inkscape:r_cx="true"
1071 id="path6617"
1072 d="M 25.887268,19.638615 L 26.493668,7.2735772 L 27.933869,5.1517673 C 29.07559,4.7837386 32.079641,4.7212386 33.110872,5.0892673 L 34.551074,6.8452483 L 35.817075,19.93128 L 25.887268,19.638615 z "
1073 style="color:#000000;fill:url(#linearGradient7392);fill-opacity:1;fill-rule:nonzero;stroke:#5a5a5a;stroke-width:0.9999994;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" />
1074 <path
1075 sodipodi:nodetypes="czcc"
1076 inkscape:r_cy="true"
1077 inkscape:r_cx="true"
1078 id="path6619"
1079 d="M 26.409718,19.48841 C 26.409718,19.48841 27.910169,13.967986 30.776801,13.967986 C 33.734412,13.967986 35.507806,19.709227 35.507806,19.709227 L 26.409718,19.48841 z "
1080 style="color:#000000;fill:url(#linearGradient7394);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" />
1081 <path
1082 sodipodi:nodetypes="ccccc"
1083 inkscape:r_cy="true"
1084 inkscape:r_cx="true"
1085 id="path6641"
1086 d="M 26.925881,9.0831109 L 26.566996,14.145614 C 27.529866,13.521049 33.387749,13.163256 34.749454,14.12013 L 34.280635,8.9241355 C 33.470973,8.3720936 28.526328,8.3804743 26.925881,9.0831109 z "
1087 style="color:#000000;fill:url(#linearGradient7396);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" />
1088 <path
1089 style="opacity:0.27222224;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.99999934;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"
1090 d="M 27.002874,18.961942 L 27.421674,7.7604956 L 28.618384,6.0345052 C 29.615851,5.7097021 31.334428,5.5847021 32.235364,5.9095052 L 33.623175,7.2986126 L 34.718204,19.4532 L 27.002874,18.961942 z "
1091 id="path6670"
1092 inkscape:r_cx="true"
1093 inkscape:r_cy="true"
1094 sodipodi:nodetypes="ccccccc" />
1095 <rect
1096 ry="0.88388288"
1097 rx="0.8838833"
1098 inkscape:r_cy="true"
1099 inkscape:r_cx="true"
1100 y="18.700739"
1101 x="25.068512"
1102 height="2.274852"
1103 width="11.56866"
1104 id="rect5742"
1105 style="color:#000000;fill:url(#linearGradient7398);fill-opacity:1;fill-rule:nonzero;stroke:#5a5a5a;stroke-width:0.99999964;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" />
1106 <path
1107 sodipodi:nodetypes="ccccc"
1108 inkscape:r_cy="true"
1109 inkscape:r_cx="true"
1110 id="path6668"
1111 d="M 26.98795,7.4463676 C 28.073634,6.6551073 31.944738,6.4252336 34.0425,7.0324805 L 32.751235,5.4862026 C 31.315924,5.0997729 29.632505,5.2685684 28.270801,5.5261891 L 26.98795,7.4463676 z "
1112 style="color:#000000;fill:#ffffff;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" />
1113 <path
1114 sodipodi:nodetypes="ccccc"
1115 inkscape:r_cy="true"
1116 inkscape:r_cx="true"
1117 id="path6833"
1118 d="M 28.9375,6.7979073 L 29,16 L 30.873694,13.918118 L 30.853006,6.6940296 L 28.9375,6.7979073 z "
1119 style="opacity:0.86111109;color:#000000;fill:url(#linearGradient7400);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999982;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" />
1120 </g>
1121 </g>
1122</svg>
diff --git a/icons/tango-svg/applications-multimedia.svg b/icons/tango-svg/applications-multimedia.svg
new file mode 100644
index 0000000000..6844e8db1a
--- /dev/null
+++ b/icons/tango-svg/applications-multimedia.svg
@@ -0,0 +1,498 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3<svg
4 xmlns:dc="http://purl.org/dc/elements/1.1/"
5 xmlns:cc="http://creativecommons.org/ns#"
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7 xmlns:svg="http://www.w3.org/2000/svg"
8 xmlns="http://www.w3.org/2000/svg"
9 xmlns:xlink="http://www.w3.org/1999/xlink"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 sodipodi:docname="applications-multimedia.svg"
13 sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/categories"
14 inkscape:version="0.46"
15 sodipodi:version="0.32"
16 id="svg1430"
17 height="48px"
18 width="48px"
19 inkscape:output_extension="org.inkscape.output.svg.inkscape">
20 <defs
21 id="defs3">
22 <inkscape:perspective
23 sodipodi:type="inkscape:persp3d"
24 inkscape:vp_x="0 : 24 : 1"
25 inkscape:vp_y="0 : 1000 : 0"
26 inkscape:vp_z="48 : 24 : 1"
27 inkscape:persp3d-origin="24 : 16 : 1"
28 id="perspective78" />
29 <radialGradient
30 inkscape:collect="always"
31 xlink:href="#linearGradient5060"
32 id="radialGradient6719"
33 gradientUnits="userSpaceOnUse"
34 gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
35 cx="605.71429"
36 cy="486.64789"
37 fx="605.71429"
38 fy="486.64789"
39 r="117.14286" />
40 <linearGradient
41 inkscape:collect="always"
42 id="linearGradient5060">
43 <stop
44 style="stop-color:black;stop-opacity:1;"
45 offset="0"
46 id="stop5062" />
47 <stop
48 style="stop-color:black;stop-opacity:0;"
49 offset="1"
50 id="stop5064" />
51 </linearGradient>
52 <radialGradient
53 inkscape:collect="always"
54 xlink:href="#linearGradient5060"
55 id="radialGradient6717"
56 gradientUnits="userSpaceOnUse"
57 gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
58 cx="605.71429"
59 cy="486.64789"
60 fx="605.71429"
61 fy="486.64789"
62 r="117.14286" />
63 <linearGradient
64 id="linearGradient5048">
65 <stop
66 style="stop-color:black;stop-opacity:0;"
67 offset="0"
68 id="stop5050" />
69 <stop
70 id="stop5056"
71 offset="0.5"
72 style="stop-color:black;stop-opacity:1;" />
73 <stop
74 style="stop-color:black;stop-opacity:0;"
75 offset="1"
76 id="stop5052" />
77 </linearGradient>
78 <linearGradient
79 inkscape:collect="always"
80 xlink:href="#linearGradient5048"
81 id="linearGradient6715"
82 gradientUnits="userSpaceOnUse"
83 gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
84 x1="302.85715"
85 y1="366.64789"
86 x2="302.85715"
87 y2="609.50507" />
88 <linearGradient
89 id="linearGradient3593">
90 <stop
91 id="stop3595"
92 offset="0"
93 style="stop-color:#939393;stop-opacity:1;" />
94 <stop
95 id="stop3597"
96 offset="1.0000000"
97 style="stop-color:#d9d9d9;stop-opacity:1.0000000;" />
98 </linearGradient>
99 <linearGradient
100 id="linearGradient3575"
101 inkscape:collect="always">
102 <stop
103 id="stop3577"
104 offset="0"
105 style="stop-color:#000000;stop-opacity:1;" />
106 <stop
107 id="stop3579"
108 offset="1"
109 style="stop-color:#000000;stop-opacity:0;" />
110 </linearGradient>
111 <linearGradient
112 id="linearGradient2613"
113 inkscape:collect="always">
114 <stop
115 id="stop2615"
116 offset="0"
117 style="stop-color:#ffffff;stop-opacity:1;" />
118 <stop
119 id="stop2617"
120 offset="1"
121 style="stop-color:#ffffff;stop-opacity:0;" />
122 </linearGradient>
123 <linearGradient
124 id="linearGradient2601">
125 <stop
126 id="stop2603"
127 offset="0.0000000"
128 style="stop-color:#5d5d5d;stop-opacity:1.0000000;" />
129 <stop
130 id="stop2605"
131 offset="1.0000000"
132 style="stop-color:#444444;stop-opacity:1.0000000;" />
133 </linearGradient>
134 <linearGradient
135 id="linearGradient2502">
136 <stop
137 id="stop2504"
138 offset="0"
139 style="stop-color:#fdfdfd;stop-opacity:1;" />
140 <stop
141 id="stop2506"
142 offset="1.0000000"
143 style="stop-color:#d4d4d4;stop-opacity:1.0000000;" />
144 </linearGradient>
145 <radialGradient
146 gradientUnits="userSpaceOnUse"
147 gradientTransform="matrix(2.883137,5.542409e-23,8.493709e-23,2.136047,-64.96822,-52.48586)"
148 r="19.571430"
149 fy="35.673447"
150 fx="27.216267"
151 cy="35.673447"
152 cx="27.216267"
153 id="radialGradient2607"
154 xlink:href="#linearGradient2601"
155 inkscape:collect="always" />
156 <linearGradient
157 gradientUnits="userSpaceOnUse"
158 y2="49.142849"
159 x2="21.536488"
160 y1="13.142847"
161 x1="5.4635010"
162 id="linearGradient2619"
163 xlink:href="#linearGradient2613"
164 inkscape:collect="always" />
165 <radialGradient
166 gradientUnits="userSpaceOnUse"
167 gradientTransform="matrix(1.000000,0.000000,0.000000,0.207120,0.000000,35.11327)"
168 r="22.071428"
169 fy="44.285713"
170 fx="24.642857"
171 cy="44.285713"
172 cx="24.642857"
173 id="radialGradient3581"
174 xlink:href="#linearGradient3575"
175 inkscape:collect="always" />
176 <linearGradient
177 gradientUnits="userSpaceOnUse"
178 y2="11.107142"
179 x2="7.9285712"
180 y1="15.928572"
181 x1="10.678571"
182 id="linearGradient3599"
183 xlink:href="#linearGradient3593"
184 inkscape:collect="always" />
185 <linearGradient
186 y2="18.693317"
187 x2="18.772917"
188 y1="6.1102505"
189 x1="2.7612331"
190 gradientUnits="userSpaceOnUse"
191 id="linearGradient4385"
192 xlink:href="#linearGradient2502"
193 inkscape:collect="always" />
194 <linearGradient
195 gradientTransform="translate(-0.599666,-0.578168)"
196 y2="18.693317"
197 x2="18.772917"
198 y1="6.1102505"
199 x1="2.7612331"
200 gradientUnits="userSpaceOnUse"
201 id="linearGradient4387"
202 xlink:href="#linearGradient2502"
203 inkscape:collect="always" />
204 </defs>
205 <sodipodi:namedview
206 inkscape:showpageshadow="false"
207 inkscape:window-y="160"
208 inkscape:window-x="483"
209 inkscape:window-height="688"
210 inkscape:window-width="872"
211 inkscape:document-units="px"
212 inkscape:grid-bbox="true"
213 showgrid="false"
214 inkscape:current-layer="layer1"
215 inkscape:cy="25.564139"
216 inkscape:cx="23.940203"
217 inkscape:zoom="1"
218 inkscape:pageshadow="2"
219 inkscape:pageopacity="0.0"
220 borderopacity="0.14117647"
221 bordercolor="#666666"
222 pagecolor="#ffffff"
223 id="base" />
224 <metadata
225 id="metadata4">
226 <rdf:RDF>
227 <cc:Work
228 rdf:about="">
229 <dc:format>image/svg+xml</dc:format>
230 <dc:type
231 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
232 <dc:title>Multimedia Category</dc:title>
233 <dc:creator>
234 <cc:Agent>
235 <dc:title>Jakub Steiner</dc:title>
236 </cc:Agent>
237 </dc:creator>
238 <dc:source>http://jimmac.musichall.cz</dc:source>
239 <dc:subject>
240 <rdf:Bag>
241 <rdf:li>video</rdf:li>
242 <rdf:li>multimedia</rdf:li>
243 <rdf:li>category</rdf:li>
244 </rdf:Bag>
245 </dc:subject>
246 <dc:contributor>
247 <cc:Agent>
248 <dc:title />
249 </cc:Agent>
250 </dc:contributor>
251 <cc:license
252 rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
253 </cc:Work>
254 <cc:License
255 rdf:about="http://creativecommons.org/licenses/publicdomain/">
256 <cc:permits
257 rdf:resource="http://creativecommons.org/ns#Reproduction" />
258 <cc:permits
259 rdf:resource="http://creativecommons.org/ns#Distribution" />
260 <cc:permits
261 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
262 </cc:License>
263 </rdf:RDF>
264 </metadata>
265 <g
266 inkscape:groupmode="layer"
267 inkscape:label="Layer 1"
268 id="layer1">
269 <g
270 transform="matrix(2.33489e-2,0,0,2.086758e-2,45.33878,41.86789)"
271 id="g6707">
272 <rect
273 style="opacity:0.40206185;color:black;fill:url(#linearGradient6715);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"
274 id="rect6709"
275 width="1339.6335"
276 height="478.35718"
277 x="-1559.2523"
278 y="-150.69685" />
279 <path
280 style="opacity:0.40206185;color:black;fill:url(#radialGradient6717);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"
281 d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z "
282 id="path6711"
283 sodipodi:nodetypes="cccc" />
284 <path
285 sodipodi:nodetypes="cccc"
286 id="path6713"
287 d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z "
288 style="opacity:0.40206185;color:black;fill:url(#radialGradient6719);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" />
289 </g>
290 <rect
291 ry="1.1428572"
292 rx="1.1428572"
293 y="16.571430"
294 x="5.4285707"
295 height="27.999996"
296 width="38.142860"
297 id="rect1440"
298 style="opacity:1.0000000;color:#000000;fill:url(#radialGradient2607);fill-opacity:1.0;fill-rule:nonzero;stroke:#1b1b1b;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block" />
299 <rect
300 style="opacity:0.31155780;color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:nonzero;stroke:url(#linearGradient2619);stroke-width:0.99999964;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block"
301 id="rect2609"
302 width="36.072987"
303 height="26.060221"
304 x="6.3920727"
305 y="17.489294"
306 rx="0.27372196"
307 ry="0.27372196" />
308 <g
309 transform="matrix(-0.972710,0.232023,0.232023,0.972710,45.78579,5.110631)"
310 id="g4376">
311 <rect
312 transform="matrix(0.974407,-0.224790,0.224790,0.974407,0.000000,0.000000)"
313 ry="1.1428572"
314 rx="1.1428572"
315 y="10.353170"
316 x="1.7052064"
317 height="6.5087900"
318 width="39.805996"
319 id="rect4362"
320 style="opacity:1.0000000;color:#000000;fill:url(#linearGradient4385);fill-opacity:1.0000000;fill-rule:nonzero;stroke:#2b2b2b;stroke-width:1.0000002;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block" />
321 <path
322 sodipodi:nodetypes="ccccc"
323 id="path4364"
324 d="M 9.1896391,8.9691823 L 6.7610675,15.540611 L 11.475352,14.254897 L 13.903923,7.9691824 L 9.1896391,8.9691823 z "
325 style="fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.25000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" />
326 <path
327 style="fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.25000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
328 d="M 18.332496,6.8977538 L 16.046781,13.397754 L 20.761067,12.254897 L 23.046781,5.8977539 L 18.332496,6.8977538 z "
329 id="path4366"
330 sodipodi:nodetypes="ccccc" />
331 <path
332 sodipodi:nodetypes="ccccc"
333 id="path4368"
334 d="M 27.903923,4.6834682 L 25.618208,11.112040 L 30.332494,9.9691828 L 32.618208,3.6834683 L 27.903923,4.6834682 z "
335 style="fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.25000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" />
336 <path
337 sodipodi:nodetypes="ccccccc"
338 id="path4370"
339 d="M 39.412852,2.0182896 C 39.641926,2.1743435 39.814094,2.3819105 39.881602,2.6745396 L 40.613745,5.7504324 L 39.890531,7.7504324 L 35.203031,8.8352538 L 37.484281,2.4781110 L 39.412852,2.0182896 z "
340 style="opacity:1.0000000;color:#000000;fill:#000000;fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block" />
341 <rect
342 style="opacity:1.0000000;color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:0.57512951;visibility:visible;display:block"
343 id="rect4372"
344 width="37.842842"
345 height="4.6068902"
346 x="2.6716552"
347 y="11.327118"
348 rx="0.26506385"
349 ry="0.26506385"
350 transform="matrix(0.974407,-0.224790,0.224790,0.974407,0.000000,0.000000)" />
351 </g>
352 <rect
353 transform="matrix(0.974407,-0.224790,0.224790,0.974407,0.000000,0.000000)"
354 ry="1.1428553"
355 rx="1.1428553"
356 y="9.6851511"
357 x="0.67043102"
358 height="6.9415727"
359 width="40.077335"
360 id="rect2200"
361 style="opacity:1.0000000;color:#000000;fill:url(#linearGradient4387);fill-opacity:1.0000000;fill-rule:nonzero;stroke:#2e2e2e;stroke-width:0.99999833;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block" />
362 <path
363 sodipodi:nodetypes="ccccc"
364 id="path2202"
365 d="M 10.142858,8.1428571 L 7.7142859,14.714286 L 12.428572,13.428572 L 14.857143,7.1428572 L 10.142858,8.1428571 z "
366 style="fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.25000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" />
367 <path
368 style="fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.25000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
369 d="M 19.428573,5.7857143 L 16.785715,12.785715 L 21.500001,11.642858 L 24.142858,4.7857144 L 19.428573,5.7857143 z "
370 id="path2204"
371 sodipodi:nodetypes="ccccc" />
372 <path
373 sodipodi:nodetypes="ccccc"
374 id="path2206"
375 d="M 29.071429,3.6428573 L 26.499999,10.785715 L 31.214285,9.6428576 L 33.785714,2.6428574 L 29.071429,3.6428573 z "
376 style="fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.25000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" />
377 <path
378 sodipodi:nodetypes="ccccccc"
379 id="rect2210"
380 d="M 41.294643,0.97767869 C 41.523717,1.1337326 41.695885,1.3412996 41.763393,1.6339287 L 42.424107,4.2812501 L 41.343751,7.0669644 L 36.227680,8.2946429 L 38.580358,1.5803572 L 41.294643,0.97767869 z "
381 style="opacity:1.0000000;color:#000000;fill:#000000;fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block" />
382 <rect
383 style="opacity:1.0000000;color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.99999809;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:0.57512951;visibility:visible;display:block"
384 id="rect2510"
385 width="38.199306"
386 height="4.9147058"
387 x="1.6368761"
388 y="10.659099"
389 rx="0.26506338"
390 ry="0.26506338"
391 transform="matrix(0.974407,-0.224790,0.224790,0.974407,0.000000,0.000000)" />
392 <path
393 sodipodi:nodetypes="ccccccc"
394 id="path3583"
395 d="M 6.5357143,10.892862 L 6.5357143,18.678576 C 6.5357143,19.142862 6.9285714,19.571434 7.3928571,19.607148 L 15.285713,19.607148 C 16.149377,19.607148 16.559575,18.345296 15.892855,17.678576 L 9.6785715,10.392862 C 8.7142857,9.0000049 6.5357143,9.6785764 6.5357143,10.892862 z "
396 style="fill:url(#linearGradient3599);fill-opacity:1.0;fill-rule:evenodd;stroke:#1b1b1b;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;stroke-dasharray:none;stroke-miterlimit:4.0000000" />
397 <path
398 transform="translate(-7.142886e-2,-4.964285)"
399 d="M 9.0357146 17.196428 A 0.48214287 0.48214287 0 1 1 8.0714288,17.196428 A 0.48214287 0.48214287 0 1 1 9.0357146 17.196428 z"
400 sodipodi:ry="0.48214287"
401 sodipodi:rx="0.48214287"
402 sodipodi:cy="17.196428"
403 sodipodi:cx="8.5535717"
404 id="path3587"
405 style="opacity:1.0000000;color:#000000;fill:#ffffff;fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block"
406 sodipodi:type="arc" />
407 <path
408 sodipodi:type="arc"
409 style="opacity:1.0000000;color:#000000;fill:#ffffff;fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block"
410 id="path3589"
411 sodipodi:cx="8.5535717"
412 sodipodi:cy="17.196428"
413 sodipodi:rx="0.48214287"
414 sodipodi:ry="0.48214287"
415 d="M 9.0357146 17.196428 A 0.48214287 0.48214287 0 1 1 8.0714288,17.196428 A 0.48214287 0.48214287 0 1 1 9.0357146 17.196428 z"
416 transform="translate(-7.142884e-2,0.321429)" />
417 <path
418 transform="translate(4.964285,0.321429)"
419 d="M 9.0357146 17.196428 A 0.48214287 0.48214287 0 1 1 8.0714288,17.196428 A 0.48214287 0.48214287 0 1 1 9.0357146 17.196428 z"
420 sodipodi:ry="0.48214287"
421 sodipodi:rx="0.48214287"
422 sodipodi:cy="17.196428"
423 sodipodi:cx="8.5535717"
424 id="path3591"
425 style="opacity:1.0000000;color:#000000;fill:#ffffff;fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block"
426 sodipodi:type="arc" />
427 <g
428 transform="translate(0.000000,4.000000)"
429 style="opacity:0.26130649"
430 id="g3629">
431 <path
432 style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000"
433 d="M 10.000000,28.428571 L 38.000000,28.428571"
434 id="path3601" />
435 <path
436 style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000"
437 d="M 10.000000,32.571424 L 38.000000,32.571424"
438 id="path3603" />
439 <path
440 style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000"
441 d="M 32.500000,28.000000 L 32.500000,24.000000"
442 id="path3607" />
443 <path
444 style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000"
445 d="M 10.000000,32.571424 L 38.000000,32.571424"
446 id="path3605" />
447 <path
448 style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000"
449 d="M 22.500000,28.000000 L 22.500000,24.000000"
450 id="path3611" />
451 <path
452 id="path3615"
453 d="M 9.7429344,36.571424 L 23.042766,36.571424"
454 style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999970;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" />
455 </g>
456 <g
457 transform="matrix(0.688056,0.000000,0.000000,0.688056,11.98189,14.73331)"
458 style="fill:#ffffff;fill-opacity:1.0000000"
459 id="g3680">
460 <path
461 style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
462 id="path3674"
463 d="M 13.817087,27.838710 C 13.930688,28.803867 14.061948,29.766424 14.212013,30.726635 L 12.104297,31.841956 C 11.971325,30.898587 11.859805,29.948673 11.653276,29.018190 L 13.817087,27.838710 z " />
464 <path
465 style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
466 id="path3676"
467 d="M 17.665061,28.673198 C 17.640890,30.752445 18.343061,29.865981 15.754098,31.262303 C 16.569510,29.958741 17.945730,28.643937 19.302723,29.817297 C 21.893912,30.238969 17.868875,32.299286 19.657894,30.131624 C 22.257907,27.861759 21.880200,29.134103 24.062213,29.263059 C 25.842435,29.693266 25.858407,29.319392 23.491960,30.679722 C 23.523989,30.651797 23.556018,30.623873 23.588047,30.595949 L 25.826668,29.648988 C 25.801378,29.687677 25.776087,29.726367 25.750797,29.765056 C 22.939448,31.442531 24.082399,30.948809 22.103508,30.691366 C 20.237158,30.363681 19.228118,30.138071 21.882669,29.206652 C 20.743226,30.500571 18.901454,32.506543 17.264071,31.089587 C 15.675562,29.919042 19.396606,28.676254 18.028684,30.358607 C 15.346131,31.837218 15.628223,31.910467 15.467942,29.792686 L 17.665061,28.673198 z " />
468 <path
469 style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
470 id="path3678"
471 d="M 29.174994,26.230789 C 29.320924,27.738745 29.400780,29.250331 29.580136,30.755472 C 31.003608,32.606218 27.753159,35.389440 28.232911,32.564306 C 28.574992,29.320495 28.883230,28.720136 31.761658,27.684322 C 32.309347,28.667665 32.609389,29.822268 33.465682,30.412281 C 28.625607,32.963952 35.159427,28.931066 35.886628,28.544940 C 36.351549,28.435797 36.826481,28.379615 37.298915,28.314189 L 35.378159,29.751503 C 34.913315,29.819571 34.443102,29.870403 33.993175,30.012668 C 36.991756,28.101100 33.424771,30.854559 31.487156,31.830219 C 30.563410,31.105995 30.343692,29.935794 29.703924,28.949905 C 32.849914,26.731101 30.336554,28.808674 30.341827,31.527237 C 30.058287,33.877330 27.021653,35.077122 27.526846,31.833696 C 27.354082,30.351890 27.276842,28.851328 26.996747,27.386363 L 29.174994,26.230789 z " />
472 </g>
473 <g
474 transform="matrix(1.013963,0.000000,0.000000,1.013963,1.878556,5.469083)"
475 id="g3755">
476 <path
477 style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
478 id="path3693"
479 d="M 11.316278,22.373912 C 13.137134,21.040704 12.443447,22.092821 12.444714,23.520770 C 12.430049,24.807118 12.620598,26.077651 12.907135,27.327364 L 11.644224,28.009509 C 11.357063,26.749616 11.164834,25.469172 11.168897,24.173075 C 11.149082,22.620294 10.880245,22.220438 12.516062,21.502217 L 11.316278,22.373912 z " />
480 <path
481 style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
482 id="path3695"
483 d="M 15.610946,22.413179 C 15.586578,23.203483 15.586964,23.994452 15.583955,24.785079 C 15.582875,25.117013 15.582924,25.448948 15.582616,25.780883 L 14.317899,26.425288 C 14.317592,26.093808 14.317641,25.762328 14.316561,25.430849 C 14.313575,24.649394 14.314193,23.867574 14.289570,23.086454 L 15.610946,22.413179 z " />
484 <path
485 style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
486 id="path3697"
487 d="M 17.833281,21.200996 C 17.932050,21.997348 17.950388,22.856151 17.978429,23.673827 C 17.986396,23.914997 17.991625,24.156243 17.998223,24.397452 L 16.740672,25.042643 C 16.732850,24.802516 16.727470,24.562310 16.717206,24.322263 C 16.681420,23.507155 16.675481,22.674054 16.511905,21.874271 L 17.833281,21.200996 z " />
488 <path
489 style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
490 id="path3699"
491 d="M 20.257647,20.594904 C 20.061483,21.277118 19.988799,21.990783 19.919991,22.698525 C 19.852596,23.459764 19.822368,24.223412 19.791333,24.986754 L 18.534220,25.621448 C 18.564177,24.858063 18.593786,24.094534 18.649765,23.332489 C 18.705131,22.644365 18.732760,21.926923 18.936271,21.268179 L 20.257647,20.594904 z " />
492 <path
493 style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
494 id="path3701"
495 d="M 9.8969255,22.310339 C 10.803649,22.501267 11.723703,22.658903 12.639116,22.814076 C 14.789061,23.146228 16.945692,23.441011 19.107211,23.687690 C 20.011149,23.780203 20.914437,23.877970 21.816810,23.984418 L 20.648790,24.810816 C 19.754597,24.700327 18.859587,24.597014 17.963955,24.498588 C 15.801624,24.238152 13.642863,23.943889 11.488982,23.621430 C 10.560864,23.472229 9.6271038,23.290017 8.6971411,23.182034 L 9.8969255,22.310339 z " />
496 </g>
497 </g>
498</svg>
diff --git a/icons/tango-svg/applications-other.svg b/icons/tango-svg/applications-other.svg
new file mode 100644
index 0000000000..5e30c277c2
--- /dev/null
+++ b/icons/tango-svg/applications-other.svg
@@ -0,0 +1,377 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3<svg
4 xmlns:dc="http://purl.org/dc/elements/1.1/"
5 xmlns:cc="http://creativecommons.org/ns#"
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7 xmlns:svg="http://www.w3.org/2000/svg"
8 xmlns="http://www.w3.org/2000/svg"
9 xmlns:xlink="http://www.w3.org/1999/xlink"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="48.000000px"
13 height="48.000000px"
14 id="svg53383"
15 sodipodi:version="0.32"
16 inkscape:version="0.46"
17 sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/categories"
18 sodipodi:docname="applications-other.svg"
19 inkscape:output_extension="org.inkscape.output.svg.inkscape">
20 <defs
21 id="defs3">
22 <inkscape:perspective
23 sodipodi:type="inkscape:persp3d"
24 inkscape:vp_x="0 : 24 : 1"
25 inkscape:vp_y="0 : 1000 : 0"
26 inkscape:vp_z="48 : 24 : 1"
27 inkscape:persp3d-origin="24 : 16 : 1"
28 id="perspective56" />
29 <linearGradient
30 inkscape:collect="always"
31 id="linearGradient9662">
32 <stop
33 style="stop-color:#ffffff;stop-opacity:1;"
34 offset="0"
35 id="stop9664" />
36 <stop
37 style="stop-color:#ffffff;stop-opacity:0;"
38 offset="1"
39 id="stop9666" />
40 </linearGradient>
41 <linearGradient
42 id="linearGradient9649">
43 <stop
44 style="stop-color:#fcaf3e;stop-opacity:1;"
45 offset="0"
46 id="stop9651" />
47 <stop
48 style="stop-color:#d37f03;stop-opacity:1;"
49 offset="1"
50 id="stop9653" />
51 </linearGradient>
52 <linearGradient
53 y2="14.2033"
54 x2="35.3912"
55 y1="32.4165"
56 x1="12.2744"
57 gradientUnits="userSpaceOnUse"
58 id="linearGradient3394">
59 <stop
60 id="stop3396"
61 style="stop-color:#fff307;stop-opacity:1.0000000;"
62 offset="0.0000000" />
63 <stop
64 id="stop3398"
65 style="stop-color:#166eff;stop-opacity:1.0000000;"
66 offset="0.50000000" />
67 <stop
68 id="stop3400"
69 style="stop-color:#ffffff;stop-opacity:0.0000000;"
70 offset="1.0000000" />
71 </linearGradient>
72 <radialGradient
73 r="21.333334"
74 fy="27.569166"
75 fx="37.751469"
76 cy="27.569166"
77 cx="37.751469"
78 gradientTransform="matrix(0.441746,0.498655,-0.407098,0.360624,32.00755,10.21308)"
79 gradientUnits="userSpaceOnUse"
80 id="radialGradient10580"
81 xlink:href="#linearGradient3394"
82 inkscape:collect="always" />
83 <linearGradient
84 inkscape:collect="always"
85 id="linearGradient6028">
86 <stop
87 style="stop-color:#ffffff;stop-opacity:1;"
88 offset="0"
89 id="stop6030" />
90 <stop
91 style="stop-color:#ffffff;stop-opacity:0;"
92 offset="1"
93 id="stop6032" />
94 </linearGradient>
95 <linearGradient
96 y2="18.366575"
97 x2="17.742729"
98 y1="31.494707"
99 x1="28.702885"
100 gradientUnits="userSpaceOnUse"
101 id="linearGradient10578"
102 xlink:href="#linearGradient6028"
103 inkscape:collect="always" />
104 <linearGradient
105 inkscape:collect="always"
106 id="linearGradient6036">
107 <stop
108 style="stop-color:#ffffff;stop-opacity:1;"
109 offset="0"
110 id="stop6038" />
111 <stop
112 style="stop-color:#ffffff;stop-opacity:0;"
113 offset="1"
114 id="stop6040" />
115 </linearGradient>
116 <linearGradient
117 y2="54.698483"
118 x2="48.798885"
119 y1="3.6100161"
120 x1="10.501720"
121 gradientTransform="matrix(0.573842,0,0,0.573842,20.97995,19.56347)"
122 gradientUnits="userSpaceOnUse"
123 id="linearGradient10576"
124 xlink:href="#linearGradient6036"
125 inkscape:collect="always" />
126 <linearGradient
127 y2="28.000000"
128 x2="29.000000"
129 y1="14.625000"
130 x1="21.125000"
131 gradientTransform="matrix(0.717302,0,0,0.717302,17.73603,18.06909)"
132 gradientUnits="userSpaceOnUse"
133 id="linearGradient10574"
134 xlink:href="#linearGradient4236"
135 inkscape:collect="always" />
136 <linearGradient
137 id="linearGradient4236">
138 <stop
139 style="stop-color:#ffffff;stop-opacity:0.32673267;"
140 offset="0.0000000"
141 id="stop4238" />
142 <stop
143 style="stop-color:#ffffff;stop-opacity:0.60396039;"
144 offset="1.0000000"
145 id="stop4240" />
146 </linearGradient>
147 <linearGradient
148 y2="28.000000"
149 x2="29.000000"
150 y1="14.625000"
151 x1="21.125000"
152 gradientTransform="matrix(0.717302,0,0,0.717302,17.73603,18.06909)"
153 gradientUnits="userSpaceOnUse"
154 id="linearGradient10572"
155 xlink:href="#linearGradient4236"
156 inkscape:collect="always" />
157 <linearGradient
158 id="aigrd2"
159 gradientUnits="userSpaceOnUse"
160 x1="12.2744"
161 y1="32.4165"
162 x2="35.3912"
163 y2="14.2033">
164 <stop
165 offset="0"
166 style="stop-color:#FBFBFB"
167 id="stop3043" />
168 <stop
169 offset="0.5"
170 style="stop-color:#B6B6B6"
171 id="stop3045" />
172 <stop
173 offset="1"
174 style="stop-color:#E4E4E4"
175 id="stop3047" />
176 </linearGradient>
177 <linearGradient
178 y2="14.2033"
179 x2="35.3912"
180 y1="32.4165"
181 x1="12.2744"
182 gradientTransform="matrix(0.705308,0,0,0.705308,18.02392,17.61692)"
183 gradientUnits="userSpaceOnUse"
184 id="linearGradient10570"
185 xlink:href="#aigrd2"
186 inkscape:collect="always" />
187 <linearGradient
188 y2="34.3075"
189 x2="32.511"
190 y1="11.1885"
191 x1="14.9966"
192 gradientTransform="matrix(0.683145,0,0,0.683145,18.55581,18.12886)"
193 gradientUnits="userSpaceOnUse"
194 id="linearGradient10568"
195 xlink:href="#aigrd1"
196 inkscape:collect="always" />
197 <linearGradient
198 id="linearGradient7844"
199 inkscape:collect="always">
200 <stop
201 id="stop7846"
202 offset="0"
203 style="stop-color:#000000;stop-opacity:1;" />
204 <stop
205 id="stop7848"
206 offset="1"
207 style="stop-color:#000000;stop-opacity:0;" />
208 </linearGradient>
209 <radialGradient
210 r="22.728432"
211 fy="37.595428"
212 fx="24.546707"
213 cy="37.595428"
214 cx="24.546707"
215 gradientTransform="matrix(1,0,0,0.333333,2.030559e-14,25.06362)"
216 gradientUnits="userSpaceOnUse"
217 id="radialGradient10566"
218 xlink:href="#linearGradient7844"
219 inkscape:collect="always" />
220 <linearGradient
221 id="linearGradient2300">
222 <stop
223 id="stop2302"
224 offset="0.0000000"
225 style="stop-color:#000000;stop-opacity:0.32673267;" />
226 <stop
227 id="stop2304"
228 offset="1"
229 style="stop-color:#000000;stop-opacity:0;" />
230 </linearGradient>
231 <linearGradient
232 id="aigrd1"
233 gradientUnits="userSpaceOnUse"
234 x1="99.7773"
235 y1="15.4238"
236 x2="153.0005"
237 y2="248.6311">
238 <stop
239 offset="0"
240 style="stop-color:#184375"
241 id="stop53300" />
242 <stop
243 offset="1"
244 style="stop-color:#C8BDDC"
245 id="stop53302" />
246 </linearGradient>
247 <radialGradient
248 gradientUnits="userSpaceOnUse"
249 r="11.689870"
250 fy="72.568001"
251 fx="14.287618"
252 cy="68.872971"
253 cx="14.287618"
254 gradientTransform="matrix(1.399258,-2.234445e-7,8.196178e-8,0.513264,4.365074,4.839285)"
255 id="radialGradient2308"
256 xlink:href="#linearGradient2300"
257 inkscape:collect="always" />
258 <radialGradient
259 inkscape:collect="always"
260 xlink:href="#linearGradient9649"
261 id="radialGradient9657"
262 cx="24.285801"
263 cy="36.720772"
264 fx="24.285801"
265 fy="36.720772"
266 r="20.410614"
267 gradientUnits="userSpaceOnUse"
268 gradientTransform="matrix(1.727873,-1.523715e-23,1.384134e-23,1.727873,-17.67698,-26.72805)" />
269 <linearGradient
270 inkscape:collect="always"
271 xlink:href="#linearGradient9662"
272 id="linearGradient9668"
273 x1="26.502604"
274 y1="10.027484"
275 x2="28.786495"
276 y2="52.807446"
277 gradientUnits="userSpaceOnUse" />
278 </defs>
279 <sodipodi:namedview
280 inkscape:showpageshadow="false"
281 id="base"
282 pagecolor="#ffffff"
283 bordercolor="#666666"
284 borderopacity="1.0"
285 inkscape:pageopacity="0.0"
286 inkscape:pageshadow="2"
287 inkscape:zoom="1"
288 inkscape:cx="31.730876"
289 inkscape:cy="27.568227"
290 inkscape:current-layer="layer1"
291 showgrid="false"
292 inkscape:grid-bbox="true"
293 inkscape:document-units="px"
294 inkscape:window-width="872"
295 inkscape:window-height="697"
296 inkscape:window-x="414"
297 inkscape:window-y="151" />
298 <metadata
299 id="metadata4">
300 <rdf:RDF>
301 <cc:Work
302 rdf:about="">
303 <dc:format>image/svg+xml</dc:format>
304 <dc:type
305 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
306 <dc:title>Other applications</dc:title>
307 <dc:creator>
308 <cc:Agent>
309 <dc:title>Jakub Steiner</dc:title>
310 </cc:Agent>
311 </dc:creator>
312 <dc:source>http://jimmac.musichall.cz/</dc:source>
313 <dc:subject>
314 <rdf:Bag>
315 <rdf:li>category</rdf:li>
316 <rdf:li>applications</rdf:li>
317 <rdf:li>other</rdf:li>
318 <rdf:li>unspecified</rdf:li>
319 </rdf:Bag>
320 </dc:subject>
321 <cc:license
322 rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
323 </cc:Work>
324 <cc:License
325 rdf:about="http://creativecommons.org/licenses/publicdomain/">
326 <cc:permits
327 rdf:resource="http://creativecommons.org/ns#Reproduction" />
328 <cc:permits
329 rdf:resource="http://creativecommons.org/ns#Distribution" />
330 <cc:permits
331 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
332 </cc:License>
333 </rdf:RDF>
334 </metadata>
335 <g
336 inkscape:label="shadow"
337 id="layer2"
338 inkscape:groupmode="layer">
339 <path
340 transform="matrix(1.186380,0.000000,0.000000,1.186380,-4.539687,-7.794678)"
341 d="M 44.285715 38.714287 A 19.928572 9.8372450 0 1 1 4.4285717,38.714287 A 19.928572 9.8372450 0 1 1 44.285715 38.714287 z"
342 sodipodi:ry="9.8372450"
343 sodipodi:rx="19.928572"
344 sodipodi:cy="38.714287"
345 sodipodi:cx="24.357143"
346 id="path1538"
347 style="color:#000000;fill:url(#radialGradient2308);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.50000042;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible"
348 sodipodi:type="arc" />
349 </g>
350 <g
351 id="layer1"
352 inkscape:label="Layer 1"
353 inkscape:groupmode="layer">
354 <path
355 style="fill:url(#radialGradient9657);fill-rule:nonzero;stroke:#f57900;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000;fill-opacity:1.0"
356 d="M 24.285801,43.196358 L 4.3751874,23.285744 L 24.285801,3.3751291 L 44.196415,23.285744 L 24.285801,43.196358 L 24.285801,43.196358 z "
357 id="path53304" />
358 <path
359 style="opacity:0.5;fill:#ffffff;fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
360 d="M 39.439932,19.376677 L 38.701482,20.400861 C 38.064733,20.132369 37.400864,19.915792 36.715299,19.755976 L 36.721111,18.179118 C 36.293383,18.090783 35.858101,18.022982 35.417006,17.974747 L 34.935232,19.476636 C 34.591191,19.448159 34.243468,19.432469 33.891871,19.432469 C 33.540662,19.432469 33.192747,19.447966 32.848705,19.476636 L 32.366929,17.974747 C 31.925642,18.022982 31.490554,18.090783 31.062826,18.179118 L 31.068831,19.756169 C 30.383073,19.915792 29.719398,20.132369 29.082649,20.400861 L 28.160169,19.121359 C 27.757817,19.303453 27.365927,19.50395 26.985274,19.721881 L 27.478091,21.219897 C 26.880861,21.582147 26.316368,21.993216 25.79062,22.447869 L 24.518479,21.51609 C 24.192841,21.812671 23.88115,22.124362 23.584763,22.45 L 24.516348,23.721947 C 24.061501,24.247695 23.650432,24.811994 23.288182,25.409612 L 21.790166,24.916601 C 21.572235,25.297449 21.371544,25.689533 21.189838,26.091689 L 22.469146,27.013976 C 22.200654,27.650725 21.984077,28.314594 21.824067,29.000352 L 20.247404,28.994541 C 20.159069,29.422268 20.091267,29.857551 20.043226,30.298839 L 21.544921,30.780613 C 21.516057,31.124461 21.500754,31.472377 21.500754,31.82378 C 21.500754,32.175183 21.516445,32.522905 21.544921,32.867141 L 20.043226,33.348915 C 20.091073,33.790009 20.159263,34.225098 20.24721,34.653019 L 21.824261,34.647014 C 21.984077,35.332773 22.200654,35.996641 22.468952,36.633195 L 21.189644,37.555484 C 21.371351,37.957835 21.572235,38.349725 21.789779,38.730573 L 23.287988,38.237562 C 23.650239,38.834987 24.061307,39.399285 24.515961,39.924839 L 23.584375,41.19698 C 23.862747,41.50286 24.155453,41.794985 24.459783,42.0751 L 43.298777,23.235911 L 42.291835,22.228969 L 41.993123,22.447675 C 41.467375,21.993022 40.903077,21.581953 40.305654,21.219703 L 40.547606,20.484546 L 39.439544,19.376484 L 39.439932,19.376677 z "
361 id="path53361"
362 inkscape:r_cx="true"
363 inkscape:r_cy="true" />
364 <path
365 style="opacity:0.5;fill:#ffffff;fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
366 d="M 19.916729,14.330733 C 19.916729,20.815415 15.682846,26.310202 9.8294893,28.204756 L 12.056461,30.431923 C 12.073315,30.424948 12.09036,30.418943 12.10702,30.411776 L 12.288533,30.663608 L 13.700537,32.075612 C 14.163716,31.856712 14.617207,31.621152 15.059852,31.367964 L 14.365763,29.258771 C 15.207077,28.749102 16.001511,28.170081 16.74151,27.530039 L 18.53262,28.841698 C 18.991341,28.424238 19.429917,27.985662 19.847184,27.527133 L 18.535718,25.736219 C 19.17576,24.996024 19.754587,24.201591 20.26445,23.360471 L 22.373837,24.05456 C 22.680491,23.518157 22.96293,22.966256 23.218831,22.399828 L 21.417649,21.101535 C 21.795591,20.205206 22.100501,19.270521 22.325407,18.305034 L 24.545406,18.313558 C 24.669578,17.711292 24.765275,17.09837 24.832882,16.477507 L 22.718459,15.799109 C 22.758752,15.314816 22.78045,14.825099 22.78045,14.330539 C 22.78045,13.835786 22.758752,13.346069 22.718459,12.861776 L 24.832882,12.18396 C 24.765275,11.562709 24.669578,10.949981 24.545212,10.347714 L 22.325407,10.356044 C 22.100501,9.3905563 21.795591,8.4558713 21.417649,7.5595413 L 23.218831,6.2610553 C 23.076448,5.9462653 22.924962,5.6361243 22.766695,5.3306323 L 18.962672,9.1342683 C 19.578691,10.748514 19.916922,12.500106 19.916922,14.330539 L 19.916729,14.330733 z "
367 id="path53363"
368 inkscape:r_cx="true"
369 inkscape:r_cy="true" />
370 <path
371 id="path9660"
372 d="M 24.285792,41.605353 L 5.9661763,23.285736 L 24.285792,4.9661187 L 42.605409,23.285736 L 24.285792,41.605353 L 24.285792,41.605353 z "
373 style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient9668);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;opacity:0.47252747"
374 inkscape:r_cx="true"
375 inkscape:r_cy="true" />
376 </g>
377</svg>
diff --git a/icons/tango-svg/applications-system.svg b/icons/tango-svg/applications-system.svg
new file mode 100644
index 0000000000..9d767742df
--- /dev/null
+++ b/icons/tango-svg/applications-system.svg
@@ -0,0 +1,247 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3<svg
4 xmlns:dc="http://purl.org/dc/elements/1.1/"
5 xmlns:cc="http://creativecommons.org/ns#"
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7 xmlns:svg="http://www.w3.org/2000/svg"
8 xmlns="http://www.w3.org/2000/svg"
9 xmlns:xlink="http://www.w3.org/1999/xlink"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="48.000000px"
13 height="48.000000px"
14 id="svg53383"
15 sodipodi:version="0.32"
16 inkscape:version="0.46"
17 sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/categories"
18 sodipodi:docname="applications-system.svg"
19 inkscape:output_extension="org.inkscape.output.svg.inkscape">
20 <defs
21 id="defs3">
22 <inkscape:perspective
23 sodipodi:type="inkscape:persp3d"
24 inkscape:vp_x="0 : 24 : 1"
25 inkscape:vp_y="0 : 1000 : 0"
26 inkscape:vp_z="48 : 24 : 1"
27 inkscape:persp3d-origin="24 : 16 : 1"
28 id="perspective31" />
29 <linearGradient
30 id="linearGradient3264">
31 <stop
32 style="stop-color:#c9c9c9;stop-opacity:1;"
33 offset="0"
34 id="stop3266" />
35 <stop
36 id="stop3276"
37 offset="0.25"
38 style="stop-color:#f8f8f8;stop-opacity:1;" />
39 <stop
40 id="stop3272"
41 offset="0.5"
42 style="stop-color:#e2e2e2;stop-opacity:1;" />
43 <stop
44 style="stop-color:#b0b0b0;stop-opacity:1;"
45 offset="0.75"
46 id="stop3274" />
47 <stop
48 style="stop-color:#c9c9c9;stop-opacity:1;"
49 offset="1"
50 id="stop3268" />
51 </linearGradient>
52 <linearGradient
53 inkscape:collect="always"
54 xlink:href="#linearGradient3264"
55 id="linearGradient3281"
56 gradientUnits="userSpaceOnUse"
57 x1="14.462892"
58 y1="12.284524"
59 x2="34.534348"
60 y2="39.684914"
61 gradientTransform="matrix(1.241935,0,0,1.241935,-5.027508,-7.208988)" />
62 <linearGradient
63 id="linearGradient2300">
64 <stop
65 id="stop2302"
66 offset="0.0000000"
67 style="stop-color:#000000;stop-opacity:0.32673267;" />
68 <stop
69 id="stop2304"
70 offset="1"
71 style="stop-color:#000000;stop-opacity:0;" />
72 </linearGradient>
73 <linearGradient
74 id="aigrd1"
75 gradientUnits="userSpaceOnUse"
76 x1="99.7773"
77 y1="15.4238"
78 x2="153.0005"
79 y2="248.6311">
80 <stop
81 offset="0"
82 style="stop-color:#184375"
83 id="stop53300" />
84 <stop
85 offset="1"
86 style="stop-color:#C8BDDC"
87 id="stop53302" />
88 </linearGradient>
89 <linearGradient
90 inkscape:collect="always"
91 xlink:href="#aigrd1"
92 id="linearGradient53551"
93 gradientUnits="userSpaceOnUse"
94 x1="99.7773"
95 y1="15.4238"
96 x2="153.0005"
97 y2="248.6311"
98 gradientTransform="matrix(0.200685,0.000000,0.000000,0.200685,-0.585758,-1.050787)" />
99 <radialGradient
100 gradientUnits="userSpaceOnUse"
101 r="11.689870"
102 fy="72.568001"
103 fx="14.287618"
104 cy="68.872971"
105 cx="14.287618"
106 gradientTransform="matrix(1.399258,-2.234445e-7,8.196178e-8,0.513264,4.365074,4.839285)"
107 id="radialGradient2308"
108 xlink:href="#linearGradient2300"
109 inkscape:collect="always" />
110 <linearGradient
111 inkscape:collect="always"
112 xlink:href="#linearGradient3264"
113 id="linearGradient3760"
114 gradientUnits="userSpaceOnUse"
115 gradientTransform="matrix(1.241935,0,0,1.241935,-5.027508,-7.208988)"
116 x1="14.462892"
117 y1="12.284524"
118 x2="34.534348"
119 y2="39.684914" />
120 <linearGradient
121 inkscape:collect="always"
122 xlink:href="#aigrd1"
123 id="linearGradient3773"
124 gradientUnits="userSpaceOnUse"
125 gradientTransform="matrix(0.200685,0,0,0.200685,-54.33576,-1.050787)"
126 x1="99.7773"
127 y1="15.4238"
128 x2="153.0005"
129 y2="248.6311" />
130 </defs>
131 <sodipodi:namedview
132 inkscape:showpageshadow="false"
133 id="base"
134 pagecolor="#ffffff"
135 bordercolor="#666666"
136 borderopacity="0.11764706"
137 inkscape:pageopacity="0.0"
138 inkscape:pageshadow="2"
139 inkscape:zoom="5.6568542"
140 inkscape:cx="43.652227"
141 inkscape:cy="21.164787"
142 inkscape:current-layer="layer1"
143 showgrid="false"
144 inkscape:grid-bbox="true"
145 inkscape:document-units="px"
146 inkscape:window-width="872"
147 inkscape:window-height="697"
148 inkscape:window-x="562"
149 inkscape:window-y="151" />
150 <metadata
151 id="metadata4">
152 <rdf:RDF>
153 <cc:Work
154 rdf:about="">
155 <dc:format>image/svg+xml</dc:format>
156 <dc:type
157 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
158 <dc:title>System Applications</dc:title>
159 <dc:creator>
160 <cc:Agent>
161 <dc:title>Jakub Steiner</dc:title>
162 </cc:Agent>
163 </dc:creator>
164 <dc:source>http://jimmac.musichall.cz/</dc:source>
165 <dc:subject>
166 <rdf:Bag>
167 <rdf:li>system</rdf:li>
168 <rdf:li>applications</rdf:li>
169 <rdf:li>group</rdf:li>
170 <rdf:li>category</rdf:li>
171 <rdf:li>admin</rdf:li>
172 <rdf:li>root</rdf:li>
173 </rdf:Bag>
174 </dc:subject>
175 <cc:license
176 rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
177 </cc:Work>
178 <cc:License
179 rdf:about="http://creativecommons.org/licenses/publicdomain/">
180 <cc:permits
181 rdf:resource="http://creativecommons.org/ns#Reproduction" />
182 <cc:permits
183 rdf:resource="http://creativecommons.org/ns#Distribution" />
184 <cc:permits
185 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
186 </cc:License>
187 </rdf:RDF>
188 </metadata>
189 <g
190 inkscape:label="shadow"
191 id="layer2"
192 inkscape:groupmode="layer">
193 <path
194 transform="matrix(1.186380,0.000000,0.000000,1.186380,-4.539687,-7.794678)"
195 d="M 44.285715 38.714287 A 19.928572 9.8372450 0 1 1 4.4285717,38.714287 A 19.928572 9.8372450 0 1 1 44.285715 38.714287 z"
196 sodipodi:ry="9.8372450"
197 sodipodi:rx="19.928572"
198 sodipodi:cy="38.714287"
199 sodipodi:cx="24.357143"
200 id="path1538"
201 style="color:#000000;fill:url(#radialGradient2308);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.50000042;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible"
202 sodipodi:type="arc" />
203 </g>
204 <g
205 id="layer1"
206 inkscape:label="Layer 1"
207 inkscape:groupmode="layer">
208 <path
209 inkscape:r_cy="true"
210 inkscape:r_cx="true"
211 style="opacity:1;color:#000000;fill:url(#linearGradient3773);fill-opacity:1;fill-rule:nonzero;stroke:#3f4561;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
212 d="M 22.699525,0.94746963 C 22.22635,0.97984519 21.766437,1.0531317 21.301673,1.1063165 L 21.269903,1.1063165 L 20.157975,7.1742671 C 18.345621,7.5870046 16.640562,8.2874574 15.106644,9.2392765 L 10.118853,5.6493371 C 8.770521,6.6961412 7.543552,7.9170049 6.465374,9.2392765 L 9.928236,14.290607 C 8.876814,15.89739 8.086153,17.732094 7.640841,19.659632 C 7.640765,19.668743 7.640779,19.689813 7.640841,19.691401 L 1.60466,20.644482 C 1.494303,21.545851 1.445813,22.477386 1.445813,23.408418 C 1.445813,24.170171 1.466846,24.921747 1.541121,25.664043 L 7.577303,26.744202 C 8.0066,28.840363 8.822112,30.797987 9.960006,32.526228 L 6.370066,37.450482 C 7.398201,38.726866 8.585171,39.888962 9.864698,40.913343 L 14.947798,37.418712 C 16.724273,38.551956 18.707343,39.346604 20.856901,39.737877 L 21.809983,45.742288 C 22.487237,45.803935 23.181758,45.805827 23.874992,45.805827 C 24.853677,45.805826 25.788512,45.768738 26.734236,45.64698 L 27.877933,39.515491 C 29.91886,39.007587 31.836112,38.126493 33.501113,36.942172 L 38.393596,40.500342 C 39.662366,39.420897 40.822583,38.180154 41.824689,36.846863 L 38.266519,31.700225 C 39.230125,30.036028 39.897817,28.199859 40.23622,26.235892 L 46.240632,25.282811 C 46.29329,24.656221 46.30417,24.048546 46.30417,23.408418 C 46.30417,22.296018 46.174875,21.205317 46.018246,20.136172 L 39.918526,19.024244 C 39.440518,17.259164 38.656214,15.612364 37.662901,14.13176 L 41.25284,9.2075071 C 40.140075,7.8466524 38.870718,6.5895264 37.472284,5.5222596 L 32.293876,9.0804296 C 30.805549,8.200202 29.203897,7.5248159 27.464931,7.1424978 L 26.51185,1.1063165 C 25.644369,1.0042729 24.769749,0.94746963 23.874992,0.94746963 C 23.633166,0.94746964 23.384286,0.93986063 23.144296,0.94746963 C 23.027301,0.95117908 22.911525,0.94066346 22.794833,0.94746963 C 22.763228,0.94931296 22.73107,0.94531125 22.699525,0.94746963 z M 23.525529,16.387386 C 23.641592,16.381497 23.757473,16.387386 23.874992,16.387386 C 27.635598,16.387386 30.705408,19.457196 30.705408,23.217802 C 30.705409,26.978407 27.635597,30.016448 23.874992,30.016448 C 20.114387,30.016449 17.076346,26.978407 17.076346,23.217802 C 17.076347,19.574716 19.927558,16.569963 23.525529,16.387386 z "
213 id="path3243" />
214 <path
215 inkscape:r_cy="true"
216 inkscape:r_cx="true"
217 sodipodi:type="arc"
218 style="opacity:0.64772728;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.62180054;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
219 id="path3283"
220 sodipodi:cx="23.511301"
221 sodipodi:cy="23.781593"
222 sodipodi:rx="12.727922"
223 sodipodi:ry="12.727922"
224 d="M 36.239223 23.781593 A 12.727922 12.727922 0 1 1 10.783379,23.781593 A 12.727922 12.727922 0 1 1 36.239223 23.781593 z"
225 transform="matrix(0.616598,0,0,0.616598,9.38202,8.539674)" />
226 <path
227 inkscape:r_cy="true"
228 inkscape:r_cx="true"
229 id="path3285"
230 d="M 21.995808,2.1484671 L 21.103024,8.0235243 C 19.404254,8.4103946 16.279442,9.5936035 14.841657,10.485771 L 10.091975,6.9406268 C 8.828145,7.9218257 8.741474,7.9883656 7.730867,9.2277688 L 11.165063,14.320988 C 10.179537,15.827071 8.995796,18.510982 8.570778,20.42893 C 8.570778,20.42893 2.552988,21.443355 2.552988,21.443355 C 2.449547,22.288234 2.49926,24.096528 2.56888,24.792303 L 8.317097,25.82782 C 8.71949,27.79261 10.225324,30.955232 11.291904,32.575161 L 7.656902,37.377719 C 8.620601,38.57411 8.813474,38.683589 10.01281,39.64377 L 14.873441,36.082733 C 16.538581,37.144954 19.84373,38.437109 21.858571,38.80386 L 22.656299,44.604952 C 23.291109,44.662736 25.044829,44.824827 25.931283,44.710701 L 26.824066,38.671821 C 28.737084,38.195749 32.042539,36.838896 33.603191,35.728798 L 38.458624,39.236958 C 39.647878,38.225166 39.658533,38.072709 40.597835,36.822978 L 36.999815,31.708667 C 37.90303,30.148767 39.070902,27.098068 39.388097,25.257187 L 45.279046,24.279744 C 45.328399,23.692424 45.330802,22.054578 45.18399,21.052439 L 39.182092,20.016922 C 38.73404,18.362463 37.196418,15.381153 36.265359,13.993342 L 40.080075,9.1907857 C 39.037052,7.915218 38.64924,7.7402002 37.338448,6.7398212 L 32.313994,10.337839 C 30.918941,9.5127782 28.137095,8.2550417 26.507114,7.8966842 L 25.619528,2.1484671 C 24.806414,2.0528187 22.460488,2.0952921 21.995808,2.1484671 z "
231 style="opacity:0.34659089;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.99999923;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
232 sodipodi:nodetypes="ccccccccccccccccccccccccccccccccc" />
233 <path
234 style="opacity:0.5;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
235 d="M 10.102903,6.2970655 C 8.7545689,7.3438694 8.1656464,7.9719226 7.0874684,9.2941942 L 10.489927,14.259153 C 9.4385072,15.857755 8.3316275,18.426114 8.1423859,19.987706 C 8.1423859,19.987706 2.0798859,21.0319 2.0798859,21.0319 C 2.0109129,21.595256 1.90625,22.884803 1.90625,22.884803 L 2.0830267,24.447303 C 2.5107567,24.535638 2.9231817,24.617818 3.3642767,24.666053 L 3.8642767,23.134803 C 4.2083177,23.163279 4.5439297,23.197303 4.8955267,23.197303 C 5.2467347,23.197303 5.6139847,23.163473 5.9580267,23.134803 L 6.4267767,24.666053 C 6.8680647,24.617818 7.3115487,24.535638 7.7392767,24.447303 L 7.7392767,22.884803 C 8.4250337,22.72518 9.0712777,22.497045 9.7080267,22.228553 L 10.645527,23.509803 C 11.047878,23.327709 11.421123,23.133984 11.801777,22.916053 L 11.301777,21.416053 C 11.89901,21.053803 12.463529,20.620706 12.989277,20.166053 L 14.270527,21.103553 C 14.596162,20.806973 14.91164,20.491691 15.208027,20.166053 L 14.270527,18.916053 C 14.725373,18.390305 15.127027,17.826171 15.489277,17.228553 L 16.989277,17.697303 C 17.207208,17.316456 17.432571,16.943209 17.614277,16.541053 L 16.333027,15.603553 C 16.601517,14.966804 16.798016,14.320561 16.958027,13.634803 L 18.551777,13.634803 C 18.640112,13.207076 18.691236,12.763591 18.739277,12.322303 L 17.239277,11.853553 C 17.268139,11.509705 17.301777,11.142456 17.301777,10.791053 C 17.301776,10.43965 17.267753,10.104039 17.239277,9.7598034 L 18.739277,9.2910534 C 18.69373,8.8711662 18.633686,8.4490548 18.551777,8.0410534 C 17.404349,8.4403544 15.999117,9.1941729 14.983265,9.8245243 L 10.102903,6.2970655 z "
236 id="path3767"
237 inkscape:r_cx="true"
238 inkscape:r_cy="true"
239 sodipodi:nodetypes="cccccccccsccccccccccccccccccccsccccc" />
240 <path
241 style="opacity:0.5;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
242 d="M 37.236641,17.217754 C 36.85286,17.39913 36.490003,17.603509 36.123236,17.813295 L 36.692886,19.548136 C 35.995792,19.970436 35.338156,20.467825 34.725008,20.998151 L 33.249099,19.910639 C 32.869013,20.256538 32.507327,20.618223 32.161588,20.998151 L 33.249099,22.474059 C 32.718773,23.087371 32.221547,23.745002 31.799084,24.441937 L 31.255328,24.260685 C 31.207646,24.960968 31.018949,25.62217 30.737466,26.228563 L 30.841038,26.306242 C 30.527881,27.048922 30.27649,27.83664 30.090137,28.636624 L 28.614229,28.636624 C 28.477946,28.722076 28.343676,28.821684 28.199938,28.895555 C 28.121568,29.310822 28.065026,29.712881 28.018687,30.138426 L 29.77942,30.708074 C 29.746033,31.10935 29.727633,31.515269 29.727633,31.925052 C 29.727631,32.334993 29.746034,32.740753 29.77942,33.142029 L 28.018687,33.711677 C 28.074705,34.226432 28.148678,34.740347 28.251725,35.239372 L 30.090137,35.213479 C 30.218255,35.763466 30.393202,36.320918 30.582107,36.844746 C 31.327023,36.557466 32.05594,36.214561 32.731236,35.809021 C 32.319649,34.59298 32.083908,33.279913 32.083908,31.925052 C 32.083909,26.727119 35.376289,22.288397 39.981313,20.583861 L 38.893802,20.402608 C 38.671014,19.579946 38.382478,18.774017 38.013435,18.020441 C 38.002581,17.998277 37.99851,17.96486 37.987542,17.942761 L 37.935756,17.890975 L 37.236641,17.217754 z "
243 id="path3770"
244 inkscape:r_cx="true"
245 inkscape:r_cy="true" />
246 </g>
247</svg>
diff --git a/icons/tango-svg/audio-input-microphone.svg b/icons/tango-svg/audio-input-microphone.svg
new file mode 100644
index 0000000000..d31409c4e5
--- /dev/null
+++ b/icons/tango-svg/audio-input-microphone.svg
@@ -0,0 +1,501 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3<svg
4 xmlns:dc="http://purl.org/dc/elements/1.1/"
5 xmlns:cc="http://creativecommons.org/ns#"
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7 xmlns:svg="http://www.w3.org/2000/svg"
8 xmlns="http://www.w3.org/2000/svg"
9 xmlns:xlink="http://www.w3.org/1999/xlink"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 inkscape:export-ydpi="90.000000"
13 inkscape:export-xdpi="90.000000"
14 inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png"
15 width="48px"
16 height="48px"
17 id="svg11300"
18 sodipodi:version="0.32"
19 inkscape:version="0.46"
20 sodipodi:docbase="/home/tigert/cvs/freedesktop.org/tango-icon-theme/scalable/devices"
21 sodipodi:docname="audio-input-microphone.svg"
22 inkscape:output_extension="org.inkscape.output.svg.inkscape">
23 <defs
24 id="defs3">
25 <inkscape:perspective
26 sodipodi:type="inkscape:persp3d"
27 inkscape:vp_x="0 : 24 : 1"
28 inkscape:vp_y="0 : 1000 : 0"
29 inkscape:vp_z="48 : 24 : 1"
30 inkscape:persp3d-origin="24 : 16 : 1"
31 id="perspective71" />
32 <linearGradient
33 id="linearGradient2407">
34 <stop
35 style="stop-color:#d5d5d5;stop-opacity:1;"
36 offset="0"
37 id="stop2409" />
38 <stop
39 style="stop-color:#747474;stop-opacity:1;"
40 offset="1"
41 id="stop2411" />
42 </linearGradient>
43 <linearGradient
44 inkscape:collect="always"
45 id="linearGradient2399">
46 <stop
47 style="stop-color:#ffffff;stop-opacity:1;"
48 offset="0"
49 id="stop2401" />
50 <stop
51 style="stop-color:#ffffff;stop-opacity:0;"
52 offset="1"
53 id="stop2403" />
54 </linearGradient>
55 <linearGradient
56 id="linearGradient2371">
57 <stop
58 style="stop-color:#000000;stop-opacity:1;"
59 offset="0"
60 id="stop2373" />
61 <stop
62 style="stop-color:#000000;stop-opacity:0.48453608;"
63 offset="1"
64 id="stop2375" />
65 </linearGradient>
66 <linearGradient
67 inkscape:collect="always"
68 id="linearGradient2355">
69 <stop
70 style="stop-color:#000000;stop-opacity:1;"
71 offset="0"
72 id="stop2357" />
73 <stop
74 style="stop-color:#000000;stop-opacity:0;"
75 offset="1"
76 id="stop2359" />
77 </linearGradient>
78 <linearGradient
79 id="linearGradient2345">
80 <stop
81 style="stop-color:#d5d5d5;stop-opacity:1;"
82 offset="0"
83 id="stop2347" />
84 <stop
85 style="stop-color:#a0a0a0;stop-opacity:1;"
86 offset="1"
87 id="stop2349" />
88 </linearGradient>
89 <linearGradient
90 inkscape:collect="always"
91 id="linearGradient2337">
92 <stop
93 style="stop-color:#ffffff;stop-opacity:1;"
94 offset="0"
95 id="stop2339" />
96 <stop
97 style="stop-color:#ffffff;stop-opacity:0;"
98 offset="1"
99 id="stop2341" />
100 </linearGradient>
101 <linearGradient
102 inkscape:collect="always"
103 id="linearGradient2252">
104 <stop
105 style="stop-color:#c6c6c6;stop-opacity:1;"
106 offset="0"
107 id="stop2254" />
108 <stop
109 style="stop-color:#c6c6c6;stop-opacity:0;"
110 offset="1"
111 id="stop2256" />
112 </linearGradient>
113 <linearGradient
114 inkscape:collect="always"
115 id="linearGradient2242">
116 <stop
117 style="stop-color:#000000;stop-opacity:1;"
118 offset="0"
119 id="stop2244" />
120 <stop
121 style="stop-color:#000000;stop-opacity:0;"
122 offset="1"
123 id="stop2246" />
124 </linearGradient>
125 <linearGradient
126 id="linearGradient2232">
127 <stop
128 style="stop-color:#b0b0b0;stop-opacity:1;"
129 offset="0"
130 id="stop2234" />
131 <stop
132 style="stop-color:#747474;stop-opacity:1;"
133 offset="1"
134 id="stop2236" />
135 </linearGradient>
136 <radialGradient
137 inkscape:collect="always"
138 xlink:href="#linearGradient2232"
139 id="radialGradient2238"
140 cx="15.4375"
141 cy="42.090427"
142 fx="15.4375"
143 fy="42.090427"
144 r="11.1875"
145 gradientTransform="matrix(1.000000,0.000000,0.000000,0.525140,0.000000,22.02165)"
146 gradientUnits="userSpaceOnUse" />
147 <radialGradient
148 inkscape:collect="always"
149 xlink:href="#linearGradient2242"
150 id="radialGradient2248"
151 cx="25.1875"
152 cy="41"
153 fx="25.1875"
154 fy="41"
155 r="16.4375"
156 gradientTransform="matrix(1.000000,0.000000,0.000000,0.425856,-1.940722e-16,23.53992)"
157 gradientUnits="userSpaceOnUse" />
158 <linearGradient
159 inkscape:collect="always"
160 xlink:href="#linearGradient2252"
161 id="linearGradient2258"
162 x1="41.25"
163 y1="36.689548"
164 x2="48.25"
165 y2="35.689548"
166 gradientUnits="userSpaceOnUse" />
167 <radialGradient
168 inkscape:collect="always"
169 xlink:href="#linearGradient2337"
170 id="radialGradient2343"
171 cx="20.275276"
172 cy="5.7119732"
173 fx="20.275276"
174 fy="5.7119732"
175 r="12.494026"
176 gradientTransform="matrix(2.530751,-5.687060e-16,5.159545e-16,2.296006,-31.03641,-6.699856)"
177 gradientUnits="userSpaceOnUse" />
178 <radialGradient
179 inkscape:collect="always"
180 xlink:href="#linearGradient2345"
181 id="radialGradient2351"
182 cx="19.557497"
183 cy="6.644074"
184 fx="19.557497"
185 fy="6.644074"
186 r="10.98921"
187 gradientTransform="matrix(1.491918,-8.445108e-2,-5.874412e-2,3.986724,-9.646804,-20.27595)"
188 gradientUnits="userSpaceOnUse" />
189 <linearGradient
190 inkscape:collect="always"
191 xlink:href="#linearGradient2355"
192 id="linearGradient2361"
193 x1="25.160467"
194 y1="15.803662"
195 x2="33.96875"
196 y2="20.4375"
197 gradientUnits="userSpaceOnUse" />
198 <linearGradient
199 inkscape:collect="always"
200 xlink:href="#linearGradient2355"
201 id="linearGradient2363"
202 x1="25.160467"
203 y1="15.803662"
204 x2="33.96875"
205 y2="20.4375"
206 gradientUnits="userSpaceOnUse" />
207 <linearGradient
208 inkscape:collect="always"
209 xlink:href="#linearGradient2355"
210 id="linearGradient2365"
211 x1="25.160467"
212 y1="15.803662"
213 x2="33.96875"
214 y2="20.4375"
215 gradientUnits="userSpaceOnUse" />
216 <linearGradient
217 inkscape:collect="always"
218 xlink:href="#linearGradient2355"
219 id="linearGradient2367"
220 x1="25.160467"
221 y1="15.803662"
222 x2="33.96875"
223 y2="20.4375"
224 gradientUnits="userSpaceOnUse" />
225 <linearGradient
226 inkscape:collect="always"
227 xlink:href="#linearGradient2355"
228 id="linearGradient2369"
229 x1="25.160467"
230 y1="15.803662"
231 x2="33.96875"
232 y2="20.4375"
233 gradientUnits="userSpaceOnUse" />
234 <linearGradient
235 inkscape:collect="always"
236 xlink:href="#linearGradient2371"
237 id="linearGradient2377"
238 x1="18.328718"
239 y1="15.323075"
240 x2="14.40625"
241 y2="14.046875"
242 gradientUnits="userSpaceOnUse" />
243 <linearGradient
244 inkscape:collect="always"
245 xlink:href="#linearGradient2371"
246 id="linearGradient2379"
247 x1="18.328718"
248 y1="15.323075"
249 x2="14.40625"
250 y2="14.046875"
251 gradientUnits="userSpaceOnUse" />
252 <linearGradient
253 inkscape:collect="always"
254 xlink:href="#linearGradient2371"
255 id="linearGradient2381"
256 x1="18.328718"
257 y1="15.323075"
258 x2="14.40625"
259 y2="14.046875"
260 gradientUnits="userSpaceOnUse" />
261 <linearGradient
262 inkscape:collect="always"
263 xlink:href="#linearGradient2371"
264 id="linearGradient2383"
265 x1="18.328718"
266 y1="15.323075"
267 x2="14.40625"
268 y2="14.046875"
269 gradientUnits="userSpaceOnUse" />
270 <linearGradient
271 inkscape:collect="always"
272 xlink:href="#linearGradient2371"
273 id="linearGradient2385"
274 x1="18.328718"
275 y1="15.323075"
276 x2="14.40625"
277 y2="14.046875"
278 gradientUnits="userSpaceOnUse" />
279 <linearGradient
280 inkscape:collect="always"
281 xlink:href="#linearGradient2399"
282 id="linearGradient2405"
283 x1="16.4375"
284 y1="49.110714"
285 x2="17.402376"
286 y2="43.420425"
287 gradientUnits="userSpaceOnUse" />
288 <radialGradient
289 inkscape:collect="always"
290 xlink:href="#linearGradient2407"
291 id="radialGradient2413"
292 cx="33.499996"
293 cy="20.538168"
294 fx="33.499996"
295 fy="20.538168"
296 r="2.2697367"
297 gradientUnits="userSpaceOnUse"
298 gradientTransform="matrix(0.435326,1.140794e-15,-1.140794e-15,0.435326,18.91658,12.49341)" />
299 </defs>
300 <sodipodi:namedview
301 stroke="#ef2929"
302 fill="#eeeeec"
303 id="base"
304 pagecolor="#ffffff"
305 bordercolor="#666666"
306 borderopacity="0.25490196"
307 inkscape:pageopacity="0.0"
308 inkscape:pageshadow="2"
309 inkscape:zoom="5.6568542"
310 inkscape:cx="38.894521"
311 inkscape:cy="19.55481"
312 inkscape:current-layer="layer1"
313 showgrid="false"
314 inkscape:grid-bbox="true"
315 inkscape:document-units="px"
316 inkscape:showpageshadow="false"
317 inkscape:window-width="807"
318 inkscape:window-height="818"
319 inkscape:window-x="627"
320 inkscape:window-y="30" />
321 <metadata
322 id="metadata4">
323 <rdf:RDF>
324 <cc:Work
325 rdf:about="">
326 <dc:format>image/svg+xml</dc:format>
327 <dc:type
328 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
329 <dc:creator>
330 <cc:Agent>
331 <dc:title>Jakub Steiner</dc:title>
332 </cc:Agent>
333 </dc:creator>
334 <dc:source>http://jimmac.musichall.cz</dc:source>
335 <cc:license
336 rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
337 <dc:title>Microphone</dc:title>
338 <dc:subject>
339 <rdf:Bag>
340 <rdf:li>mic</rdf:li>
341 <rdf:li>mike</rdf:li>
342 <rdf:li>microphone</rdf:li>
343 <rdf:li>input</rdf:li>
344 <rdf:li>audio</rdf:li>
345 <rdf:li>record</rdf:li>
346 <rdf:li>voice</rdf:li>
347 </rdf:Bag>
348 </dc:subject>
349 </cc:Work>
350 <cc:License
351 rdf:about="http://creativecommons.org/licenses/publicdomain/">
352 <cc:permits
353 rdf:resource="http://creativecommons.org/ns#Reproduction" />
354 <cc:permits
355 rdf:resource="http://creativecommons.org/ns#Distribution" />
356 <cc:permits
357 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
358 </cc:License>
359 </rdf:RDF>
360 </metadata>
361 <g
362 id="layer1"
363 inkscape:label="Layer 1"
364 inkscape:groupmode="layer">
365 <path
366 sodipodi:type="arc"
367 style="opacity:0.49431818;color:#000000;fill:url(#radialGradient2248);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
368 id="path2240"
369 sodipodi:cx="25.1875"
370 sodipodi:cy="41"
371 sodipodi:rx="16.4375"
372 sodipodi:ry="7"
373 d="M 41.625 41 A 16.4375 7 0 1 1 8.75,41 A 16.4375 7 0 1 1 41.625 41 z"
374 transform="matrix(1.106464,0.000000,0.000000,1.044643,-2.681557,-2.517857)" />
375 <path
376 sodipodi:type="arc"
377 style="opacity:1;color:#000000;fill:url(#radialGradient2238);fill-opacity:1;fill-rule:evenodd;stroke:#424242;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
378 id="path2222"
379 sodipodi:cx="16.4375"
380 sodipodi:cy="46.375"
381 sodipodi:rx="11.1875"
382 sodipodi:ry="5.875"
383 d="M 27.625 46.375 A 11.1875 5.875 0 1 1 5.25,46.375 A 11.1875 5.875 0 1 1 27.625 46.375 z"
384 transform="translate(8.750000,-7.000000)" />
385 <path
386 transform="matrix(2.066667,0.000000,0.000000,1.266667,-43.98333,9.475000)"
387 d="M 35.375 22.125 A 1.875 1.875 0 1 1 31.625,22.125 A 1.875 1.875 0 1 1 35.375 22.125 z"
388 sodipodi:ry="1.875"
389 sodipodi:rx="1.875"
390 sodipodi:cy="22.125"
391 sodipodi:cx="33.5"
392 id="path2260"
393 style="opacity:1;color:#000000;fill:#424242;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
394 sodipodi:type="arc" />
395 <path
396 style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2258);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
397 d="M 20.25,31.375 C 20.25,31.375 20.985875,34.77724 23.25,34.5 C 29.375,33.75 28.721362,34.010493 33.125,35.375 C 37.5625,36.75 35.21875,38.96875 39.75,39.375 C 44.28125,39.78125 43.875,35.75 47.75,35.5"
398 id="path2250"
399 sodipodi:nodetypes="cszzc" />
400 <rect
401 style="opacity:1;color:#000000;fill:url(#radialGradient2351);fill-opacity:1.0;fill-rule:evenodd;stroke:#7c7c7c;stroke-width:1.00015199;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
402 id="rect1343"
403 width="22.136791"
404 height="30.692028"
405 x="16.028919"
406 y="-4.0142608"
407 rx="6.6936979"
408 ry="6.6936979"
409 transform="matrix(0.970732,0.240164,-0.264014,0.964519,0.000000,0.000000)" />
410 <rect
411 transform="matrix(0.970732,0.240164,-0.264014,0.964519,0.000000,0.000000)"
412 ry="5.4198565"
413 rx="5.4198565"
414 y="-3.006144"
415 x="17.210075"
416 height="28.524395"
417 width="19.862064"
418 id="rect2353"
419 style="opacity:0.30681817;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00015211;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
420 <path
421 style="opacity:0.44318182;color:#000000;fill:url(#radialGradient2343);fill-opacity:1.0;fill-rule:evenodd;stroke:none;stroke-width:1.00015175;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
422 d="M 20.09375,1.96875 C 17.872662,2.3212044 15.943233,4.0082576 15.3125,6.3125 L 10.46875,24.15625 C 13.325696,25.560355 17.10636,24.625 20.6875,24.625 C 21.177508,24.625 21.675568,24.623475 22.15625,24.59375 C 21.221109,24.366187 19.84375,24.03125 19.84375,24.03125 C 19.623887,23.971706 19.422566,23.896056 19.28125,23.78125 C 19.276518,23.777187 19.254589,23.75417 19.25,23.75 C 19.236674,23.737161 19.203065,23.703734 19.1875,23.6875 C 19.181844,23.681964 19.161865,23.661817 19.15625,23.65625 C 19.148027,23.640392 19.131304,23.606164 19.125,23.59375 C 19.115328,23.569412 19.100273,23.521815 19.09375,23.5 C 19.093946,23.496901 19.093689,23.471487 19.09375,23.46875 C 19.087919,23.457968 19.068124,23.417192 19.0625,23.40625 C 19.062571,23.40011 19.062547,23.378998 19.0625,23.375 C 19.06273,23.357135 19.062467,23.324025 19.0625,23.3125 C 19.062394,23.306455 19.062183,23.28488 19.0625,23.28125 C 19.062391,23.278084 19.062511,23.252775 19.0625,23.25 C 19.07062,23.213775 19.087162,23.156517 19.09375,23.125 C 19.099008,23.114735 19.119154,23.073755 19.125,23.0625 C 19.125001,23.059641 19.125263,23.034326 19.125,23.03125 C 19.132615,23.006679 19.147324,22.959774 19.15625,22.9375 C 19.164323,22.921039 19.182401,22.885033 19.1875,22.875 C 19.212265,22.829849 19.250755,22.757324 19.28125,22.71875 C 19.28767,22.712265 19.308241,22.691762 19.3125,22.6875 C 19.323749,22.681989 19.364715,22.66125 19.375,22.65625 C 19.403556,22.639098 19.464338,22.608552 19.5,22.59375 C 19.510877,22.593904 19.551519,22.593435 19.5625,22.59375 C 19.562319,22.592004 19.562446,22.569516 19.5625,22.5625 C 19.569512,22.562442 19.591979,22.562294 19.59375,22.5625 C 19.768583,22.52983 19.990234,22.555664 20.21875,22.59375 L 26.15625,23.96875 C 27.346545,23.677607 28.483477,23.278522 29.5625,22.8125 C 29.410097,22.726366 29.245035,22.671654 29.09375,22.625 C 29.056381,22.61418 29.005859,22.601562 28.96875,22.59375 C 28.96875,22.59375 20.75,20.59375 20.75,20.59375 C 20.530137,20.534206 20.305787,20.458556 20.15625,20.34375 C 20.151246,20.339687 20.129848,20.31667 20.125,20.3125 C 20.12048,20.308108 20.0981,20.285757 20.09375,20.28125 C 20.089575,20.276626 20.066495,20.254744 20.0625,20.25 C 20.057083,20.239373 20.036232,20.198414 20.03125,20.1875 C 20.025548,20.181998 20.005651,20.161786 20,20.15625 C 20.000313,20.153059 19.999908,20.12776 20,20.125 C 19.99427,20.114116 19.974252,20.073532 19.96875,20.0625 C 19.968921,20.059401 19.968692,20.033987 19.96875,20.03125 C 19.968719,20.020468 19.968531,19.979692 19.96875,19.96875 C 19.968021,19.94722 19.967081,19.89805 19.96875,19.875 C 19.968792,19.871465 19.968889,19.847713 19.96875,19.84375 C 19.968042,19.830743 19.967903,19.79231 19.96875,19.78125 C 19.968606,19.777816 19.968772,19.75283 19.96875,19.75 C 19.974494,19.738851 19.99467,19.697882 20,19.6875 C 20.008789,19.659668 20.021637,19.619155 20.03125,19.59375 C 20.036554,19.583113 20.056967,19.541976 20.0625,19.53125 C 20.079623,19.494921 20.106877,19.437683 20.125,19.40625 C 20.13942,19.385289 20.16988,19.33593 20.1875,19.3125 C 20.192078,19.307626 20.214081,19.285911 20.21875,19.28125 C 20.225167,19.274765 20.245742,19.254262 20.25,19.25 C 20.261293,19.244488 20.302246,19.22375 20.3125,19.21875 C 20.328392,19.210493 20.362434,19.19361 20.375,19.1875 C 20.383514,19.183691 20.420935,19.164467 20.4375,19.15625 C 20.440657,19.156494 20.466002,19.156179 20.46875,19.15625 C 20.47303,19.152009 20.493483,19.13144 20.5,19.125 C 20.50278,19.125058 20.527996,19.124835 20.53125,19.125 C 20.538403,19.11798 20.561169,19.095502 20.5625,19.09375 C 20.565755,19.09391 20.59097,19.093692 20.59375,19.09375 C 20.600109,19.093874 20.621997,19.093871 20.625,19.09375 C 20.769148,19.087955 20.947022,19.126587 21.125,19.15625 L 29.4375,21.09375 C 30.056885,21.266602 30.624819,21.702545 31.0625,22.125 C 31.576262,21.851747 32.053779,21.530124 32.53125,21.21875 C 32.385605,21.023752 31.200805,19.519263 30.125,19.1875 C 30.087631,19.17668 30.037109,19.164062 30,19.15625 C 30,19.15625 21.78125,17.15625 21.78125,17.15625 C 21.561387,17.096706 21.337037,17.021056 21.1875,16.90625 C 21.182496,16.902187 21.161098,16.87917 21.15625,16.875 C 21.15173,16.870608 21.12935,16.848257 21.125,16.84375 C 21.120825,16.839126 21.097745,16.817244 21.09375,16.8125 C 21.088333,16.801873 21.067482,16.760914 21.0625,16.75 C 21.056798,16.744498 21.036901,16.724286 21.03125,16.71875 C 21.031563,16.715559 21.031158,16.69026 21.03125,16.6875 C 21.02552,16.676616 21.005502,16.636032 21,16.625 C 21.000171,16.621901 20.999942,16.596487 21,16.59375 C 20.999969,16.582968 20.999781,16.542192 21,16.53125 C 20.999271,16.50972 20.998331,16.46055 21,16.4375 C 21.000042,16.433965 21.000139,16.410213 21,16.40625 C 20.999292,16.393243 20.999153,16.35481 21,16.34375 C 20.999856,16.340316 21.000022,16.31533 21,16.3125 C 21.005744,16.301351 21.02592,16.260382 21.03125,16.25 C 21.040039,16.222168 21.052887,16.181655 21.0625,16.15625 C 21.067804,16.145613 21.088217,16.104476 21.09375,16.09375 C 21.110873,16.057421 21.138127,16.000183 21.15625,15.96875 C 21.17067,15.947789 21.20113,15.89843 21.21875,15.875 C 21.223328,15.870126 21.245331,15.848411 21.25,15.84375 C 21.256417,15.837265 21.276992,15.816763 21.28125,15.8125 C 21.292543,15.806988 21.333496,15.78625 21.34375,15.78125 C 21.359642,15.772993 21.393684,15.75611 21.40625,15.75 C 21.41174,15.744272 21.431987,15.724434 21.4375,15.71875 C 21.448429,15.718922 21.488979,15.718414 21.5,15.71875 C 21.50428,15.714509 21.524733,15.69394 21.53125,15.6875 C 21.53403,15.687558 21.559246,15.687336 21.5625,15.6875 C 21.569653,15.680479 21.592419,15.658003 21.59375,15.65625 C 21.597005,15.65641 21.62222,15.656192 21.625,15.65625 C 21.631359,15.656374 21.653247,15.65637 21.65625,15.65625 C 21.800398,15.650455 21.978272,15.689087 22.15625,15.71875 L 30.46875,17.65625 C 31.8125,18.03125 32.9375,19.65625 32.9375,19.65625 L 32.53125,21.21875 C 32.715417,21.098649 32.91532,21.000499 33.09375,20.875 L 35.6875,11.34375 C 36.528911,8.2698323 34.727126,5.1972501 31.65625,4.4375 L 22.375,2.125 C 21.77522,1.9766113 21.181753,1.9275559 20.59375,1.96875 C 20.590201,1.9689986 20.568585,1.9688282 20.5625,1.96875 C 20.549604,1.9684951 20.512451,1.9693517 20.5,1.96875 C 20.493725,1.9685317 20.475181,1.968773 20.46875,1.96875 C 20.465703,1.968688 20.44411,1.9687787 20.4375,1.96875 C 20.40749,1.9695903 20.34244,1.967511 20.3125,1.96875 C 20.303236,1.9691283 20.266205,1.9689911 20.25,1.96875 C 20.246173,1.9686986 20.222855,1.9685175 20.21875,1.96875 C 20.208132,1.9685699 20.16686,1.9688883 20.15625,1.96875 C 20.145621,1.9685611 20.10437,1.9688977 20.09375,1.96875 z M 15.59375,7.1875 L 20.5,8.15625 C 20.69043,8.2148438 20.89146,8.3014441 21.03125,8.4375 C 21.03578,8.4421471 21.058106,8.4639893 21.0625,8.46875 C 21.066755,8.473626 21.08964,8.495007 21.09375,8.5 C 21.09909,8.5105888 21.120017,8.5516368 21.125,8.5625 C 21.130679,8.5679894 21.150614,8.5882289 21.15625,8.59375 C 21.166339,8.618365 21.179778,8.6651367 21.1875,8.6875 C 21.19627,8.7160534 21.212338,8.7770606 21.21875,8.8125 C 21.218672,8.8186214 21.218698,8.8397544 21.21875,8.84375 C 21.218499,8.8614809 21.218788,8.8944986 21.21875,8.90625 C 21.219104,8.9346107 21.220748,9.0014688 21.21875,9.03125 C 21.218893,9.0346823 21.218733,9.0596721 21.21875,9.0625 C 21.213026,9.0736106 21.192968,9.1141663 21.1875,9.125 C 21.180262,9.1525056 21.164842,9.1934845 21.15625,9.21875 C 21.156534,9.2218273 21.156216,9.2471194 21.15625,9.25 C 21.150586,9.2614818 21.13041,9.3024108 21.125,9.3125 C 21.117875,9.3269531 21.101397,9.3614686 21.09375,9.375 C 21.088157,9.3804857 21.068124,9.4008203 21.0625,9.40625 C 21.057238,9.4173435 21.036629,9.4578747 21.03125,9.46875 C 21.026708,9.4741922 21.004652,9.4947697 21,9.5 C 20.99524,9.5050208 20.973615,9.5264362 20.96875,9.53125 C 20.963783,9.5358592 20.942567,9.5580929 20.9375,9.5625 C 20.926879,9.5678443 20.885828,9.5888438 20.875,9.59375 C 20.869499,9.599424 20.849272,9.6193728 20.84375,9.625 C 20.822682,9.6337196 20.771738,9.6491388 20.75,9.65625 C 20.725775,9.664946 20.681453,9.6814662 20.65625,9.6875 C 20.491012,9.7225536 20.302734,9.7070312 20.125,9.65625 L 15.1875,8.59375 L 15.59375,7.1875 z M 23.40625,8.78125 C 23.409505,8.7814104 23.43472,8.7811922 23.4375,8.78125 C 23.443859,8.7813735 23.465747,8.7813707 23.46875,8.78125 C 23.612898,8.7754546 23.790772,8.8140869 23.96875,8.84375 L 32.28125,10.78125 C 33.625,11.15625 34.5,12.53125 34.5,12.53125 L 34.15625,14.0625 C 34.010605,13.867502 33.013305,12.644263 31.9375,12.3125 C 31.900131,12.30168 31.849609,12.289063 31.8125,12.28125 C 31.8125,12.28125 23.59375,10.28125 23.59375,10.28125 C 23.373887,10.221706 23.149537,10.146056 23,10.03125 C 22.994996,10.027187 22.973598,10.00417 22.96875,10 C 22.96423,9.9956081 22.94185,9.9732567 22.9375,9.96875 C 22.933325,9.964126 22.910245,9.9422438 22.90625,9.9375 C 22.900833,9.9268731 22.879982,9.885914 22.875,9.875 C 22.869298,9.8694981 22.849401,9.8492857 22.84375,9.84375 C 22.844063,9.8405594 22.843658,9.8152595 22.84375,9.8125 C 22.83802,9.8016155 22.818002,9.7610315 22.8125,9.75 C 22.812671,9.7469013 22.812442,9.7214874 22.8125,9.71875 C 22.812469,9.7079678 22.812281,9.6671921 22.8125,9.65625 C 22.811771,9.6347204 22.810831,9.5855497 22.8125,9.5625 C 22.812542,9.5589646 22.812639,9.5352132 22.8125,9.53125 C 22.811792,9.5182428 22.811653,9.4798098 22.8125,9.46875 C 22.812356,9.4653157 22.812522,9.4403304 22.8125,9.4375 C 22.818244,9.4263513 22.83842,9.3853818 22.84375,9.375 C 22.852539,9.347168 22.865387,9.3066552 22.875,9.28125 C 22.880304,9.2706125 22.900717,9.2294764 22.90625,9.21875 C 22.923373,9.1824211 22.950627,9.1251826 22.96875,9.09375 C 22.98317,9.0727891 23.01363,9.0234301 23.03125,9 C 23.035828,8.9951258 23.057831,8.9734113 23.0625,8.96875 C 23.068917,8.9622649 23.089492,8.9417626 23.09375,8.9375 C 23.105043,8.9319882 23.145996,8.9112495 23.15625,8.90625 C 23.172142,8.8979933 23.206184,8.8811106 23.21875,8.875 C 23.22424,8.8692724 23.244487,8.8494344 23.25,8.84375 C 23.260929,8.8439218 23.301479,8.8434137 23.3125,8.84375 C 23.31678,8.8395087 23.337233,8.8189403 23.34375,8.8125 C 23.34653,8.812558 23.371746,8.8123355 23.375,8.8125 C 23.382153,8.8054795 23.404919,8.7830026 23.40625,8.78125 z M 14.6875,10.5625 L 19.59375,11.53125 C 19.78418,11.589844 19.98521,11.676444 20.125,11.8125 C 20.12953,11.817147 20.151856,11.838989 20.15625,11.84375 C 20.160505,11.848626 20.18339,11.870007 20.1875,11.875 C 20.19284,11.885589 20.213767,11.926637 20.21875,11.9375 C 20.224429,11.942989 20.244364,11.963229 20.25,11.96875 C 20.24982,11.970333 20.249942,11.992927 20.25,12 C 20.255657,12.01087 20.275788,12.051496 20.28125,12.0625 C 20.288266,12.085343 20.305742,12.129373 20.3125,12.15625 C 20.312673,12.159712 20.312461,12.183497 20.3125,12.1875 C 20.312071,12.205343 20.312171,12.238477 20.3125,12.25 C 20.312424,12.273503 20.314863,12.318849 20.3125,12.34375 C 20.307243,12.386045 20.293457,12.453613 20.28125,12.5 C 20.281337,12.502663 20.280939,12.528474 20.28125,12.53125 C 20.268545,12.561289 20.232748,12.628396 20.21875,12.65625 C 20.211894,12.671171 20.194889,12.70476 20.1875,12.71875 C 20.182197,12.729764 20.161678,12.770461 20.15625,12.78125 C 20.150671,12.786763 20.130608,12.807042 20.125,12.8125 C 20.089571,12.857753 20.04207,12.905418 20,12.9375 C 19.994489,12.943151 19.974283,12.963147 19.96875,12.96875 C 19.952897,12.976963 19.919231,12.993522 19.90625,13 C 19.897482,13.004048 19.860273,13.023066 19.84375,13.03125 C 19.840605,13.030989 19.815244,13.031326 19.8125,13.03125 C 19.801591,13.036982 19.760968,13.056932 19.75,13.0625 C 19.584762,13.097554 19.396484,13.082031 19.21875,13.03125 L 14.28125,11.96875 L 14.6875,10.5625 z M 22.5,12.21875 C 22.503255,12.21891 22.52847,12.218692 22.53125,12.21875 C 22.537609,12.218874 22.559497,12.218871 22.5625,12.21875 C 22.706648,12.212955 22.884522,12.251587 23.0625,12.28125 L 31.375,14.21875 C 32.71875,14.59375 33.46875,15.875 33.46875,15.875 L 33.15625,17.3125 C 33.010605,17.117502 32.107055,16.081763 31.03125,15.75 C 30.993881,15.73918 30.943359,15.726562 30.90625,15.71875 C 30.90625,15.71875 22.6875,13.71875 22.6875,13.71875 C 22.467637,13.659206 22.243287,13.583556 22.09375,13.46875 C 22.088746,13.464687 22.067348,13.44167 22.0625,13.4375 C 22.05798,13.433108 22.0356,13.410757 22.03125,13.40625 C 22.027075,13.401626 22.003995,13.379744 22,13.375 C 21.994583,13.364373 21.973732,13.323414 21.96875,13.3125 C 21.963048,13.306998 21.943151,13.286786 21.9375,13.28125 C 21.937813,13.278059 21.937408,13.25276 21.9375,13.25 C 21.93177,13.239116 21.911752,13.198531 21.90625,13.1875 C 21.906421,13.184401 21.906192,13.158987 21.90625,13.15625 C 21.906219,13.145468 21.906031,13.104692 21.90625,13.09375 C 21.905521,13.07222 21.904581,13.02305 21.90625,13 C 21.906292,12.996465 21.906389,12.972713 21.90625,12.96875 C 21.905542,12.955743 21.905403,12.91731 21.90625,12.90625 C 21.906106,12.902816 21.906272,12.87783 21.90625,12.875 C 21.911994,12.863851 21.93217,12.822882 21.9375,12.8125 C 21.946289,12.784668 21.959137,12.744155 21.96875,12.71875 C 21.974054,12.708113 21.994467,12.666976 22,12.65625 C 22.017123,12.619921 22.044377,12.562683 22.0625,12.53125 C 22.07692,12.510289 22.10738,12.46093 22.125,12.4375 C 22.129578,12.432626 22.151581,12.410911 22.15625,12.40625 C 22.162667,12.399765 22.183242,12.379263 22.1875,12.375 C 22.198793,12.369488 22.239746,12.34875 22.25,12.34375 C 22.265892,12.335493 22.299934,12.318611 22.3125,12.3125 C 22.321014,12.308691 22.358435,12.289467 22.375,12.28125 C 22.378157,12.281494 22.403502,12.281179 22.40625,12.28125 C 22.41053,12.277009 22.430983,12.25644 22.4375,12.25 C 22.44028,12.250058 22.465496,12.249836 22.46875,12.25 C 22.475903,12.24298 22.498669,12.220503 22.5,12.21875 z M 13.75,13.9375 L 18.65625,14.9375 C 18.795105,14.980224 18.940881,15.047047 19.0625,15.125 C 19.073548,15.130277 19.114073,15.150845 19.125,15.15625 C 19.130531,15.161813 19.150753,15.181903 19.15625,15.1875 C 19.161572,15.192185 19.182327,15.213923 19.1875,15.21875 C 19.200672,15.231805 19.234191,15.265062 19.25,15.28125 C 19.255646,15.286763 19.275644,15.306956 19.28125,15.3125 C 19.28107,15.315942 19.281306,15.340904 19.28125,15.34375 C 19.286785,15.354802 19.306942,15.39585 19.3125,15.40625 C 19.318227,15.411706 19.338071,15.432011 19.34375,15.4375 C 19.354782,15.469447 19.369249,15.527045 19.375,15.5625 C 19.37503,15.573222 19.375203,15.61413 19.375,15.625 C 19.375658,15.648047 19.376586,15.69432 19.375,15.71875 C 19.375084,15.72196 19.375001,15.747197 19.375,15.75 C 19.367191,15.786566 19.350818,15.845106 19.34375,15.875 C 19.34398,15.878131 19.343724,15.903491 19.34375,15.90625 C 19.329563,15.937766 19.295094,16.002488 19.28125,16.03125 C 19.273177,16.047569 19.255262,16.082863 19.25,16.09375 C 19.244615,16.104306 19.2269,16.140139 19.21875,16.15625 C 19.213606,16.167306 19.192664,16.208497 19.1875,16.21875 C 19.162244,16.248235 19.120353,16.289362 19.09375,16.3125 C 19.088228,16.318127 19.068046,16.338172 19.0625,16.34375 C 19.056989,16.349401 19.036783,16.369397 19.03125,16.375 C 19.015397,16.383213 18.981731,16.399772 18.96875,16.40625 C 18.959982,16.410298 18.922773,16.429316 18.90625,16.4375 C 18.903105,16.437239 18.877744,16.437576 18.875,16.4375 C 18.695666,16.490752 18.479492,16.494141 18.28125,16.4375 L 13.34375,15.3125 L 13.75,13.9375 z M 12.875,17.28125 L 17.78125,18.34375 C 18.003418,18.41211 18.236362,18.539845 18.375,18.71875 C 18.380646,18.724263 18.400644,18.744456 18.40625,18.75 C 18.414424,18.76577 18.430828,18.799319 18.4375,18.8125 C 18.447383,18.837267 18.461734,18.883407 18.46875,18.90625 C 18.474518,18.917047 18.494446,18.957811 18.5,18.96875 C 18.499999,18.979491 18.500229,19.020363 18.5,19.03125 C 18.499941,19.037359 18.499936,19.058512 18.5,19.0625 C 18.499931,19.080118 18.500412,19.113018 18.5,19.125 C 18.500071,19.128218 18.500012,19.15344 18.5,19.15625 C 18.500161,19.159315 18.499976,19.184756 18.5,19.1875 C 18.496498,19.199308 18.473579,19.237179 18.46875,19.25 C 18.467422,19.25381 18.469764,19.277879 18.46875,19.28125 C 18.469037,19.284007 18.468696,19.309847 18.46875,19.3125 C 18.460305,19.34459 18.447526,19.40444 18.4375,19.4375 C 18.405986,19.516863 18.356787,19.599683 18.3125,19.65625 C 18.307958,19.661692 18.285902,19.68227 18.28125,19.6875 C 18.27649,19.692521 18.254865,19.713936 18.25,19.71875 C 18.245033,19.723359 18.223817,19.745593 18.21875,19.75 C 18.213228,19.755627 18.193046,19.775672 18.1875,19.78125 C 18.176906,19.786661 18.135789,19.807516 18.125,19.8125 C 18.119509,19.818196 18.099261,19.838099 18.09375,19.84375 C 18.06897,19.853473 18.021425,19.867986 18,19.875 C 17.989091,19.874873 17.948468,19.875291 17.9375,19.875 C 17.772262,19.910054 17.583984,19.894531 17.40625,19.84375 L 12.46875,18.6875 L 12.875,17.28125 z M 11.90625,20.65625 L 16.8125,21.71875 C 17.00293,21.777344 17.20396,21.863944 17.34375,22 C 17.34828,22.004647 17.370606,22.026489 17.375,22.03125 C 17.379255,22.036126 17.40214,22.057507 17.40625,22.0625 C 17.41159,22.073089 17.432517,22.114137 17.4375,22.125 C 17.443179,22.130489 17.463114,22.150729 17.46875,22.15625 C 17.478839,22.180865 17.492278,22.227637 17.5,22.25 C 17.50877,22.278553 17.524838,22.33956 17.53125,22.375 C 17.531771,22.380537 17.531146,22.398259 17.53125,22.40625 C 17.530999,22.423981 17.531288,22.456999 17.53125,22.46875 C 17.531604,22.497111 17.533248,22.563969 17.53125,22.59375 C 17.530255,22.597408 17.532541,22.621075 17.53125,22.625 C 17.526525,22.637499 17.503702,22.676109 17.5,22.6875 C 17.492762,22.715006 17.477342,22.755985 17.46875,22.78125 C 17.460852,22.802717 17.446798,22.850706 17.4375,22.875 C 17.430375,22.889453 17.413897,22.923969 17.40625,22.9375 C 17.400657,22.942986 17.380624,22.96332 17.375,22.96875 C 17.369738,22.979844 17.349129,23.020375 17.34375,23.03125 C 17.339208,23.036692 17.317152,23.05727 17.3125,23.0625 C 17.30774,23.067521 17.286115,23.088936 17.28125,23.09375 C 17.276283,23.098359 17.255067,23.120593 17.25,23.125 C 17.239379,23.130344 17.198328,23.151344 17.1875,23.15625 C 17.181999,23.161924 17.161772,23.181873 17.15625,23.1875 C 17.135182,23.196219 17.084238,23.211639 17.0625,23.21875 C 17.038275,23.227446 16.993953,23.243966 16.96875,23.25 C 16.803512,23.285054 16.615234,23.269531 16.4375,23.21875 L 11.5,22.0625 L 11.90625,20.65625 z "
423 id="rect2302"
424 sodipodi:nodetypes="cccsccsssssssssssssssssssssssscccsccssssssssssssssssssssssssssssssccccsccssssssssssssssssssssssssssssssccccccccssssssssscccsssssssssssssssssssssssssccccssccccsccssssssssssssssssssssssssssscccsssssssssssssssssssssssccccssccccsccssssssssssssssssssssssssssscccssssssssssssssssssssssssscccccssssssssssssssssssssssscccccssssssssssssssssssssssssccc" />
425 <path
426 style="opacity:1;color:#000000;fill:url(#linearGradient2365);fill-opacity:1.0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
427 d="M 22.28125,15.84375 L 30.59375,17.78125 C 31.9375,18.15625 33.0625,19.78125 33.0625,19.78125 L 32.65625,21.375 C 32.65625,21.375 31.3125,19.53125 30.125,19.28125 C 30.125,19.28125 21.90625,17.28125 21.90625,17.28125 C 21.421036,17.149843 20.971366,16.960466 21.15625,16.375 C 21.34375,15.78125 21.71875,15.75 22.28125,15.84375 z "
428 id="path2284"
429 sodipodi:nodetypes="cccccczc" />
430 <path
431 style="opacity:1;color:#000000;fill:#747474;fill-opacity:1;fill-rule:evenodd;stroke:#424242;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
432 d="M 31.5,19 L 31.375,34.375 L 31.375,34.40625 L 31.375,34.4375 C 31.462702,35.84074 30.279231,37.074596 29.125,36.84375 L 18.65625,34.6875 C 18.1875,34.5625 16.9375,34.0625 17.34375,32.625 L 15.40625,32.125 C 14.727493,34.561693 16.65625,36.28125 18.09375,36.59375 L 28.75,38.78125 C 31.324613,39.296173 33.497942,36.947282 33.375,34.375 C 33.37399,34.353864 33.376323,34.333663 33.375,34.3125 L 33.5,19 L 31.5,19 z "
433 id="path1345"
434 sodipodi:nodetypes="ccccccccccsccc" />
435 <path
436 sodipodi:nodetypes="cccccczc"
437 id="path2286"
438 d="M 21.25,19.28125 L 29.5625,21.21875 C 30.90625,21.59375 32.03125,23.21875 32.03125,23.21875 L 31.625,24.8125 C 31.625,24.8125 30.28125,22.96875 29.09375,22.71875 C 29.09375,22.71875 20.875,20.71875 20.875,20.71875 C 20.389786,20.587343 19.940116,20.397966 20.125,19.8125 C 20.3125,19.21875 20.6875,19.1875 21.25,19.28125 z "
439 style="opacity:1;color:#000000;fill:url(#linearGradient2367);fill-opacity:1.0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
440 <path
441 style="opacity:1;color:#000000;fill:url(#linearGradient2361);fill-opacity:1.0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
442 d="M 24.09375,8.9687499 L 32.40625,10.90625 C 33.75,11.28125 34.46875,12.40625 34.46875,12.40625 L 34.0625,14 C 34.0625,14 33.125,12.65625 31.9375,12.40625 C 31.9375,12.40625 23.71875,10.40625 23.71875,10.40625 C 23.233536,10.274843 22.783866,10.085466 22.96875,9.4999999 C 23.15625,8.9062499 23.53125,8.8749999 24.09375,8.9687499 z "
443 id="path2280"
444 sodipodi:nodetypes="cccccczc" />
445 <path
446 sodipodi:nodetypes="cccccczc"
447 id="path2282"
448 d="M 23.1875,12.40625 L 31.5,14.34375 C 32.84375,14.71875 33.5625,15.90625 33.5625,15.90625 L 33.125,17.40625 C 33.125,17.40625 32.21875,16.09375 31.03125,15.84375 C 31.03125,15.84375 22.8125,13.84375 22.8125,13.84375 C 22.327286,13.712343 21.877616,13.522966 22.0625,12.9375 C 22.25,12.34375 22.625,12.3125 23.1875,12.40625 z "
449 style="opacity:1;color:#000000;fill:url(#linearGradient2363);fill-opacity:1.0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
450 <path
451 sodipodi:type="arc"
452 style="opacity:1;color:#000000;fill:url(#radialGradient2413);fill-opacity:1.0;fill-rule:evenodd;stroke:#424242;stroke-width:0.78947348;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
453 id="path2220"
454 sodipodi:cx="33.5"
455 sodipodi:cy="22.125"
456 sodipodi:rx="1.875"
457 sodipodi:ry="1.875"
458 d="M 35.375 22.125 A 1.875 1.875 0 1 1 31.625,22.125 A 1.875 1.875 0 1 1 35.375 22.125 z"
459 transform="matrix(1.266667,0.000000,0.000000,1.266667,-10.30833,-8.150000)" />
460 <path
461 style="opacity:1;color:#000000;fill:url(#linearGradient2369);fill-opacity:1.0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
462 d="M 20.34375,22.71875 L 28.65625,24.65625 C 30,25.03125 31.125,26.65625 31.125,26.65625 L 30.71875,28.25 C 30.71875,28.25 29.375,26.40625 28.1875,26.15625 C 28.1875,26.15625 19.96875,24.15625 19.96875,24.15625 C 19.483536,24.024843 19.096366,23.835466 19.21875,23.25 C 19.342601,22.657518 19.78125,22.625 20.34375,22.71875 z "
463 id="path2288"
464 sodipodi:nodetypes="cccccczc" />
465 <path
466 style="opacity:1;color:#000000;fill:url(#linearGradient2377);fill-opacity:1.0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
467 d="M 16.5625,23.34375 L 11.625,22.1875 L 12.03125,20.78125 L 16.9375,21.84375 C 17.34375,21.96875 17.78125,22.21875 17.625,22.8125 C 17.470582,23.399287 17,23.46875 16.5625,23.34375 z "
468 id="path2292"
469 sodipodi:nodetypes="cccczc" />
470 <path
471 sodipodi:nodetypes="cccczc"
472 id="path2294"
473 d="M 17.53125,19.976562 L 12.59375,18.820312 L 13,17.414062 L 17.90625,18.476562 C 18.3125,18.601562 18.75,18.851562 18.59375,19.445312 C 18.439332,20.0321 17.96875,20.101562 17.53125,19.976562 z "
474 style="opacity:1;color:#000000;fill:url(#linearGradient2379);fill-opacity:1.0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
475 <path
476 style="opacity:1;color:#000000;fill:url(#linearGradient2385);fill-opacity:1.0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
477 d="M 18.40625,16.546875 L 13.46875,15.453125 L 13.875,14.046875 L 18.78125,15.046875 C 19.1875,15.171875 19.625,15.421875 19.46875,16.015625 C 19.314332,16.602412 18.84375,16.671875 18.40625,16.546875 z "
478 id="path2296"
479 sodipodi:nodetypes="cccczc" />
480 <path
481 sodipodi:nodetypes="cccczc"
482 id="path2298"
483 d="M 19.34375,13.148438 L 14.40625,12.085938 L 14.8125,10.679688 L 19.71875,11.648438 C 20.125,11.773438 20.5625,12.023438 20.40625,12.617188 C 20.251832,13.203974 19.78125,13.273438 19.34375,13.148438 z "
484 style="opacity:1;color:#000000;fill:url(#linearGradient2383);fill-opacity:1.0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
485 <path
486 style="opacity:1;color:#000000;fill:url(#linearGradient2381);fill-opacity:1.0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
487 d="M 20.25,9.78125 L 15.3125,8.71875 L 15.71875,7.3125 L 20.625,8.28125 C 21.03125,8.40625 21.46875,8.65625 21.3125,9.25 C 21.158082,9.836787 20.6875,9.90625 20.25,9.78125 z "
488 id="path2300"
489 sodipodi:nodetypes="cccczc" />
490 <path
491 transform="matrix(0.916296,0.000000,0.000000,0.807726,10.12589,1.916708)"
492 d="M 27.625 46.375 A 11.1875 5.875 0 1 1 5.25,46.375 A 11.1875 5.875 0 1 1 27.625 46.375 z"
493 sodipodi:ry="5.875"
494 sodipodi:rx="11.1875"
495 sodipodi:cy="46.375"
496 sodipodi:cx="16.4375"
497 id="path2389"
498 style="opacity:0.29545455;color:#000000;fill:none;fill-opacity:1.0;fill-rule:evenodd;stroke:url(#linearGradient2405);stroke-width:1.1623852;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
499 sodipodi:type="arc" />
500 </g>
501</svg>
diff --git a/icons/tango-svg/audio-x-generic.svg b/icons/tango-svg/audio-x-generic.svg
new file mode 100644
index 0000000000..be2d18ad3f
--- /dev/null
+++ b/icons/tango-svg/audio-x-generic.svg
@@ -0,0 +1,180 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3<svg
4 xmlns:dc="http://purl.org/dc/elements/1.1/"
5 xmlns:cc="http://creativecommons.org/ns#"
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7 xmlns:svg="http://www.w3.org/2000/svg"
8 xmlns="http://www.w3.org/2000/svg"
9 xmlns:xlink="http://www.w3.org/1999/xlink"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 sodipodi:docname="audio-x-generic.svg"
13 sodipodi:docbase="/home/tigert/cvs/freedesktop.org/tango-icon-theme/scalable/mimetypes"
14 inkscape:version="0.46"
15 sodipodi:version="0.32"
16 id="svg7032"
17 height="48.000000px"
18 width="48.000000px"
19 inkscape:output_extension="org.inkscape.output.svg.inkscape">
20 <defs
21 id="defs3">
22 <inkscape:perspective
23 sodipodi:type="inkscape:persp3d"
24 inkscape:vp_x="0 : 24 : 1"
25 inkscape:vp_y="0 : 1000 : 0"
26 inkscape:vp_z="48 : 24 : 1"
27 inkscape:persp3d-origin="24 : 16 : 1"
28 id="perspective21" />
29 <linearGradient
30 inkscape:collect="always"
31 id="linearGradient2072">
32 <stop
33 style="stop-color:#000000;stop-opacity:1;"
34 offset="0"
35 id="stop2074" />
36 <stop
37 style="stop-color:#000000;stop-opacity:0;"
38 offset="1"
39 id="stop2076" />
40 </linearGradient>
41 <linearGradient
42 inkscape:collect="always"
43 id="linearGradient2315">
44 <stop
45 style="stop-color:#ffffff;stop-opacity:1;"
46 offset="0"
47 id="stop2317" />
48 <stop
49 style="stop-color:#ffffff;stop-opacity:0;"
50 offset="1"
51 id="stop2319" />
52 </linearGradient>
53 <radialGradient
54 inkscape:collect="always"
55 xlink:href="#linearGradient2315"
56 id="radialGradient1358"
57 gradientUnits="userSpaceOnUse"
58 gradientTransform="matrix(1.000000,-2.843321e-17,5.340760e-18,0.509804,5.770894e-16,16.05392)"
59 cx="4.3920336"
60 cy="32.307854"
61 fx="4.3920336"
62 fy="32.307854"
63 r="6.3750000" />
64 <radialGradient
65 inkscape:collect="always"
66 xlink:href="#linearGradient2315"
67 id="radialGradient1360"
68 gradientUnits="userSpaceOnUse"
69 gradientTransform="matrix(1.000000,-1.083254e-16,1.454372e-17,0.509804,1.185203e-14,16.05392)"
70 cx="4.3920336"
71 cy="32.307854"
72 fx="4.3920336"
73 fy="32.307854"
74 r="6.3750000" />
75 <radialGradient
76 inkscape:collect="always"
77 xlink:href="#linearGradient2072"
78 id="radialGradient2078"
79 cx="23.250000"
80 cy="35.375000"
81 fx="23.250000"
82 fy="35.375000"
83 r="18.500000"
84 gradientTransform="matrix(1.000000,0.000000,0.000000,0.398649,0.000000,21.27280)"
85 gradientUnits="userSpaceOnUse" />
86 </defs>
87 <sodipodi:namedview
88 fill="#9db029"
89 inkscape:window-y="160"
90 inkscape:window-x="219"
91 inkscape:window-height="688"
92 inkscape:window-width="810"
93 inkscape:showpageshadow="false"
94 inkscape:document-units="px"
95 inkscape:grid-bbox="true"
96 showgrid="false"
97 inkscape:current-layer="layer1"
98 inkscape:cy="27.236229"
99 inkscape:cx="73.976692"
100 inkscape:zoom="4"
101 inkscape:pageshadow="2"
102 inkscape:pageopacity="0.0"
103 borderopacity="0.22745098"
104 bordercolor="#666666"
105 pagecolor="#ffffff"
106 id="base" />
107 <metadata
108 id="metadata4">
109 <rdf:RDF>
110 <cc:Work
111 rdf:about="">
112 <dc:format>image/svg+xml</dc:format>
113 <dc:type
114 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
115 <dc:title>Generic Audio</dc:title>
116 <dc:creator>
117 <cc:Agent>
118 <dc:title>Jakub Steiner</dc:title>
119 </cc:Agent>
120 </dc:creator>
121 <cc:license
122 rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
123 </cc:Work>
124 <cc:License
125 rdf:about="http://creativecommons.org/licenses/publicdomain/">
126 <cc:permits
127 rdf:resource="http://creativecommons.org/ns#Reproduction" />
128 <cc:permits
129 rdf:resource="http://creativecommons.org/ns#Distribution" />
130 <cc:permits
131 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
132 </cc:License>
133 </rdf:RDF>
134 </metadata>
135 <g
136 inkscape:groupmode="layer"
137 inkscape:label="Layer 1"
138 id="layer1">
139 <path
140 sodipodi:type="arc"
141 style="opacity:0.30000000;color:#000000;fill:url(#radialGradient2078);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
142 id="path1344"
143 sodipodi:cx="23.250000"
144 sodipodi:cy="35.375000"
145 sodipodi:rx="18.500000"
146 sodipodi:ry="7.3750000"
147 d="M 41.750000 35.375000 A 18.500000 7.3750000 0 1 1 4.7500000,35.375000 A 18.500000 7.3750000 0 1 1 41.750000 35.375000 z"
148 transform="translate(0.000000,2.834646)" />
149 <path
150 sodipodi:nodetypes="cccccccccccccc"
151 id="path7042"
152 d="M 41.625000,7.7951523 C 41.625000,7.7951523 18.562500,10.629798 18.562500,10.629798 L 18.562500,32.411048 C 16.916545,31.853397 14.630715,31.707619 12.125000,32.223548 C 7.7686860,33.120517 4.6471398,35.523035 5.1250000,37.567298 C 5.6028601,39.611561 9.5186850,40.558018 13.875000,39.661048 C 17.991641,38.813428 21.559123,36.623246 21.477633,34.661048 L 21.633883,15.629798 C 21.633883,15.629798 38.564340,12.734492 38.564340,12.734492 L 38.564340,30.019106 C 28.314340,28.519106 25.272139,32.912342 25.750000,34.956606 C 26.227860,37.000869 30.143686,37.947325 34.500000,37.050356 C 38.365376,36.254471 41.132410,34.287145 41.406250,32.425356 L 41.625000,7.7951523 z "
153 style="color:#000000;fill:#9db029;fill-opacity:1.0000000;fill-rule:nonzero;stroke:#596616;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block" />
154 <path
155 style="opacity:0.51176471;color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block"
156 d="M 40.729036,8.8956383 C 40.729036,8.8956383 19.547267,11.730284 19.547267,11.730284 L 19.547267,33.568621 C 11.982012,31.663311 5.8141632,35.403030 6.2685944,37.347065 C 6.9730255,40.666100 20.646969,38.449299 20.569474,34.208305 L 20.718063,14.735139 C 20.718063,14.735139 39.568437,11.842807 39.568437,11.842807 L 39.568437,31.279973 C 32.002153,29.353326 26.302939,32.656357 26.757371,34.600393 C 27.336802,37.794428 39.135597,36.713755 40.521011,31.943247 L 40.729036,8.8956383 z "
157 id="path2311"
158 sodipodi:nodetypes="ccccccccccc" />
159 <path
160 sodipodi:type="arc"
161 style="opacity:0.51176471;color:#000000;fill:url(#radialGradient1358);fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block;overflow:visible"
162 id="path2313"
163 sodipodi:cx="5.8750000"
164 sodipodi:cy="32.750000"
165 sodipodi:rx="6.3750000"
166 sodipodi:ry="3.2500000"
167 d="M 12.250000 32.750000 A 6.3750000 3.2500000 0 1 1 -0.50000000,32.750000 A 6.3750000 3.2500000 0 1 1 12.250000 32.750000 z"
168 transform="matrix(0.734516,-0.111645,0.111645,0.734516,3.903362,12.22551)" />
169 <path
170 transform="matrix(0.734516,-0.111645,0.111645,0.734516,23.74587,9.390864)"
171 d="M 12.250000 32.750000 A 6.3750000 3.2500000 0 1 1 -0.50000000,32.750000 A 6.3750000 3.2500000 0 1 1 12.250000 32.750000 z"
172 sodipodi:ry="3.2500000"
173 sodipodi:rx="6.3750000"
174 sodipodi:cy="32.750000"
175 sodipodi:cx="5.8750000"
176 id="path2323"
177 style="opacity:0.51176471;color:#000000;fill:url(#radialGradient1360);fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block;overflow:visible"
178 sodipodi:type="arc" />
179 </g>
180</svg>
diff --git a/icons/tango-svg/bookmark-new.svg b/icons/tango-svg/bookmark-new.svg
new file mode 100644
index 0000000000..d6d095b715
--- /dev/null
+++ b/icons/tango-svg/bookmark-new.svg
@@ -0,0 +1,672 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3<svg
4 xmlns:dc="http://purl.org/dc/elements/1.1/"
5 xmlns:cc="http://creativecommons.org/ns#"
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7 xmlns:svg="http://www.w3.org/2000/svg"
8 xmlns="http://www.w3.org/2000/svg"
9 xmlns:xlink="http://www.w3.org/1999/xlink"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 inkscape:export-ydpi="240.00000"
13 inkscape:export-xdpi="240.00000"
14 inkscape:export-filename="/home/jimmac/gfx/novell/pdes/trunk/docs/BIGmime-text.png"
15 sodipodi:docname="bookmark-new.svg"
16 sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/actions"
17 inkscape:version="0.46"
18 sodipodi:version="0.32"
19 id="svg249"
20 height="48.000000px"
21 width="48.000000px"
22 inkscape:output_extension="org.inkscape.output.svg.inkscape">
23 <defs
24 id="defs3">
25 <inkscape:perspective
26 sodipodi:type="inkscape:persp3d"
27 inkscape:vp_x="0 : 24 : 1"
28 inkscape:vp_y="0 : 1000 : 0"
29 inkscape:vp_z="48 : 24 : 1"
30 inkscape:persp3d-origin="24 : 16 : 1"
31 id="perspective100" />
32 <radialGradient
33 inkscape:collect="always"
34 xlink:href="#linearGradient5060"
35 id="radialGradient5031"
36 gradientUnits="userSpaceOnUse"
37 gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
38 cx="605.71429"
39 cy="486.64789"
40 fx="605.71429"
41 fy="486.64789"
42 r="117.14286" />
43 <linearGradient
44 inkscape:collect="always"
45 id="linearGradient5060">
46 <stop
47 style="stop-color:black;stop-opacity:1;"
48 offset="0"
49 id="stop5062" />
50 <stop
51 style="stop-color:black;stop-opacity:0;"
52 offset="1"
53 id="stop5064" />
54 </linearGradient>
55 <radialGradient
56 inkscape:collect="always"
57 xlink:href="#linearGradient5060"
58 id="radialGradient5029"
59 gradientUnits="userSpaceOnUse"
60 gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
61 cx="605.71429"
62 cy="486.64789"
63 fx="605.71429"
64 fy="486.64789"
65 r="117.14286" />
66 <linearGradient
67 id="linearGradient5048">
68 <stop
69 style="stop-color:black;stop-opacity:0;"
70 offset="0"
71 id="stop5050" />
72 <stop
73 id="stop5056"
74 offset="0.5"
75 style="stop-color:black;stop-opacity:1;" />
76 <stop
77 style="stop-color:black;stop-opacity:0;"
78 offset="1"
79 id="stop5052" />
80 </linearGradient>
81 <linearGradient
82 inkscape:collect="always"
83 xlink:href="#linearGradient5048"
84 id="linearGradient5027"
85 gradientUnits="userSpaceOnUse"
86 gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
87 x1="302.85715"
88 y1="366.64789"
89 x2="302.85715"
90 y2="609.50507" />
91 <linearGradient
92 inkscape:collect="always"
93 id="linearGradient2906">
94 <stop
95 style="stop-color:#ffffff;stop-opacity:1;"
96 offset="0"
97 id="stop2908" />
98 <stop
99 style="stop-color:#ffffff;stop-opacity:0;"
100 offset="1"
101 id="stop2910" />
102 </linearGradient>
103 <linearGradient
104 inkscape:collect="always"
105 id="linearGradient2896">
106 <stop
107 style="stop-color:#000000;stop-opacity:1;"
108 offset="0"
109 id="stop2898" />
110 <stop
111 style="stop-color:#000000;stop-opacity:0;"
112 offset="1"
113 id="stop2900" />
114 </linearGradient>
115 <linearGradient
116 id="linearGradient2598">
117 <stop
118 style="stop-color:#859dbc;stop-opacity:1;"
119 offset="0"
120 id="stop2600" />
121 <stop
122 style="stop-color:#547299;stop-opacity:1;"
123 offset="1"
124 id="stop2602" />
125 </linearGradient>
126 <linearGradient
127 id="linearGradient2590">
128 <stop
129 style="stop-color:#ffffff;stop-opacity:1;"
130 offset="0"
131 id="stop2592" />
132 <stop
133 style="stop-color:#ffffff;stop-opacity:0;"
134 offset="1"
135 id="stop2594" />
136 </linearGradient>
137 <linearGradient
138 id="linearGradient5897">
139 <stop
140 style="stop-color:#000000;stop-opacity:0.0000000;"
141 offset="0.0000000"
142 id="stop5899" />
143 <stop
144 id="stop5905"
145 offset="0.50000000"
146 style="stop-color:#000000;stop-opacity:0.56701028;" />
147 <stop
148 style="stop-color:#000000;stop-opacity:0.0000000;"
149 offset="1.0000000"
150 id="stop5901" />
151 </linearGradient>
152 <linearGradient
153 inkscape:collect="always"
154 id="linearGradient5866">
155 <stop
156 style="stop-color:#000000;stop-opacity:1;"
157 offset="0"
158 id="stop5868" />
159 <stop
160 style="stop-color:#000000;stop-opacity:0;"
161 offset="1"
162 id="stop5870" />
163 </linearGradient>
164 <linearGradient
165 inkscape:collect="always"
166 id="linearGradient4404">
167 <stop
168 style="stop-color:#ffffff;stop-opacity:1;"
169 offset="0"
170 id="stop4406" />
171 <stop
172 style="stop-color:#ffffff;stop-opacity:0;"
173 offset="1"
174 id="stop4408" />
175 </linearGradient>
176 <linearGradient
177 inkscape:collect="always"
178 id="linearGradient4542">
179 <stop
180 style="stop-color:#000000;stop-opacity:1;"
181 offset="0"
182 id="stop4544" />
183 <stop
184 style="stop-color:#000000;stop-opacity:0;"
185 offset="1"
186 id="stop4546" />
187 </linearGradient>
188 <linearGradient
189 id="linearGradient15662">
190 <stop
191 id="stop15664"
192 offset="0.0000000"
193 style="stop-color:#ffffff;stop-opacity:1.0000000;" />
194 <stop
195 id="stop15666"
196 offset="1.0000000"
197 style="stop-color:#f8f8f8;stop-opacity:1.0000000;" />
198 </linearGradient>
199 <linearGradient
200 id="linearGradient269">
201 <stop
202 id="stop270"
203 offset="0.0000000"
204 style="stop-color:#a3a3a3;stop-opacity:1.0000000;" />
205 <stop
206 id="stop271"
207 offset="1.0000000"
208 style="stop-color:#4c4c4c;stop-opacity:1.0000000;" />
209 </linearGradient>
210 <linearGradient
211 id="linearGradient259">
212 <stop
213 id="stop260"
214 offset="0.0000000"
215 style="stop-color:#fafafa;stop-opacity:1.0000000;" />
216 <stop
217 id="stop261"
218 offset="1.0000000"
219 style="stop-color:#bbbbbb;stop-opacity:1.0000000;" />
220 </linearGradient>
221 <linearGradient
222 id="linearGradient12512">
223 <stop
224 id="stop12513"
225 offset="0.0000000"
226 style="stop-color:#ffffff;stop-opacity:1.0000000;" />
227 <stop
228 id="stop12517"
229 offset="0.50000000"
230 style="stop-color:#fff520;stop-opacity:0.89108908;" />
231 <stop
232 id="stop12514"
233 offset="1.0000000"
234 style="stop-color:#fff300;stop-opacity:0.0000000;" />
235 </linearGradient>
236 <radialGradient
237 r="14.375000"
238 fy="125.00000"
239 fx="55.000000"
240 cy="125.00000"
241 cx="55.000000"
242 gradientUnits="userSpaceOnUse"
243 id="radialGradient278"
244 xlink:href="#linearGradient12512"
245 inkscape:collect="always" />
246 <radialGradient
247 inkscape:collect="always"
248 xlink:href="#linearGradient269"
249 id="radialGradient15656"
250 gradientUnits="userSpaceOnUse"
251 gradientTransform="matrix(0.968273,0.000000,0.000000,1.036374,3.250000,0.489522)"
252 cx="8.8244190"
253 cy="3.7561285"
254 fx="8.8244190"
255 fy="3.7561285"
256 r="37.751713" />
257 <radialGradient
258 inkscape:collect="always"
259 xlink:href="#linearGradient259"
260 id="radialGradient15658"
261 gradientUnits="userSpaceOnUse"
262 gradientTransform="matrix(0.960493,0.000000,0.000000,1.044769,-0.103553,-0.159183)"
263 cx="33.966679"
264 cy="35.736916"
265 fx="33.966679"
266 fy="35.736916"
267 r="86.708450" />
268 <radialGradient
269 inkscape:collect="always"
270 xlink:href="#linearGradient15662"
271 id="radialGradient15668"
272 gradientUnits="userSpaceOnUse"
273 gradientTransform="matrix(0.973033,0.000000,0.000000,1.034937,3.168754,0.555277)"
274 cx="8.1435566"
275 cy="7.2678967"
276 fx="8.1435566"
277 fy="7.2678967"
278 r="38.158695" />
279 <radialGradient
280 inkscape:collect="always"
281 xlink:href="#linearGradient4542"
282 id="radialGradient4548"
283 cx="24.306795"
284 cy="42.07798"
285 fx="24.306795"
286 fy="42.07798"
287 r="15.821514"
288 gradientTransform="matrix(1.000000,0.000000,0.000000,0.284916,0.000000,30.08928)"
289 gradientUnits="userSpaceOnUse" />
290 <linearGradient
291 inkscape:collect="always"
292 xlink:href="#linearGradient4404"
293 id="linearGradient4410"
294 x1="16.812500"
295 y1="1.8750000"
296 x2="16.812500"
297 y2="4.7187500"
298 gradientUnits="userSpaceOnUse"
299 gradientTransform="matrix(-1.319549,0.000000,0.000000,1.362060,40.38853,-0.362057)" />
300 <linearGradient
301 inkscape:collect="always"
302 xlink:href="#linearGradient5866"
303 id="linearGradient5872"
304 x1="19.452349"
305 y1="13.174174"
306 x2="19.685436"
307 y2="27.095339"
308 gradientUnits="userSpaceOnUse"
309 gradientTransform="matrix(1.224255,0.000000,0.000000,1.282176,0.371569,0.264657)" />
310 <linearGradient
311 inkscape:collect="always"
312 xlink:href="#linearGradient5897"
313 id="linearGradient5903"
314 x1="19.000000"
315 y1="9.7738247"
316 x2="19.000000"
317 y2="15.635596"
318 gradientUnits="userSpaceOnUse"
319 gradientTransform="matrix(1.319549,0.000000,0.000000,2.133926,-4.476133,-14.64845)" />
320 <linearGradient
321 inkscape:collect="always"
322 xlink:href="#linearGradient2590"
323 id="linearGradient2596"
324 x1="19.970377"
325 y1="6.1167107"
326 x2="19.970377"
327 y2="2.53125"
328 gradientUnits="userSpaceOnUse"
329 gradientTransform="matrix(1.319549,0.000000,0.000000,1.280356,-5.745298,0.249007)" />
330 <linearGradient
331 inkscape:collect="always"
332 xlink:href="#linearGradient2598"
333 id="linearGradient2604"
334 x1="18.431311"
335 y1="19.119474"
336 x2="18.402472"
337 y2="4.2702327"
338 gradientUnits="userSpaceOnUse"
339 gradientTransform="matrix(1.319549,0.000000,0.000000,1.299013,-3.106200,-1.336165)" />
340 <linearGradient
341 inkscape:collect="always"
342 xlink:href="#linearGradient2896"
343 id="linearGradient2902"
344 x1="14.584077"
345 y1="1.6392649"
346 x2="14.552828"
347 y2="2.4912448"
348 gradientUnits="userSpaceOnUse"
349 gradientTransform="matrix(1.000000,0.000000,0.000000,1.594214,0.000000,-0.790249)" />
350 <linearGradient
351 inkscape:collect="always"
352 xlink:href="#linearGradient2906"
353 id="linearGradient2912"
354 x1="13.354311"
355 y1="1.4866425"
356 x2="14.075844"
357 y2="2.4017651"
358 gradientUnits="userSpaceOnUse"
359 gradientTransform="matrix(1.000000,0.000000,0.000000,1.184816,0.000000,-0.727880)" />
360 </defs>
361 <sodipodi:namedview
362 inkscape:window-y="158"
363 inkscape:window-x="433"
364 inkscape:window-height="690"
365 inkscape:window-width="872"
366 inkscape:document-units="px"
367 inkscape:grid-bbox="true"
368 showgrid="false"
369 inkscape:current-layer="layer6"
370 inkscape:cy="16.785697"
371 inkscape:cx="-154.12746"
372 inkscape:zoom="1"
373 inkscape:pageshadow="2"
374 inkscape:pageopacity="0.0"
375 borderopacity="0.25490196"
376 bordercolor="#666666"
377 pagecolor="#ffffff"
378 id="base"
379 inkscape:showpageshadow="false"
380 showguides="true"
381 inkscape:guide-bbox="true" />
382 <metadata
383 id="metadata4">
384 <rdf:RDF>
385 <cc:Work
386 rdf:about="">
387 <dc:format>image/svg+xml</dc:format>
388 <dc:type
389 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
390 <dc:title>New Bookmark</dc:title>
391 <dc:subject>
392 <rdf:Bag>
393 <rdf:li>bookmark</rdf:li>
394 <rdf:li>remember</rdf:li>
395 <rdf:li>favorite</rdf:li>
396 </rdf:Bag>
397 </dc:subject>
398 <cc:license
399 rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
400 <dc:creator>
401 <cc:Agent>
402 <dc:title>Andreas Nilsson</dc:title>
403 </cc:Agent>
404 </dc:creator>
405 <dc:source />
406 <dc:contributor>
407 <cc:Agent>
408 <dc:title>Jakub Steiner</dc:title>
409 </cc:Agent>
410 </dc:contributor>
411 <dc:description>create bookmark action</dc:description>
412 </cc:Work>
413 <cc:License
414 rdf:about="http://creativecommons.org/licenses/publicdomain/">
415 <cc:permits
416 rdf:resource="http://creativecommons.org/ns#Reproduction" />
417 <cc:permits
418 rdf:resource="http://creativecommons.org/ns#Distribution" />
419 <cc:permits
420 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
421 </cc:License>
422 </rdf:RDF>
423 </metadata>
424 <g
425 inkscape:groupmode="layer"
426 id="layer6"
427 inkscape:label="Shadow">
428 <g
429 style="display:inline"
430 id="g5022"
431 transform="matrix(2.165152e-2,0,0,1.485743e-2,43.0076,42.68539)">
432 <rect
433 y="-150.69685"
434 x="-1559.2523"
435 height="478.35718"
436 width="1339.6335"
437 id="rect4173"
438 style="opacity:0.40206185;color:black;fill:url(#linearGradient5027);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" />
439 <path
440 sodipodi:nodetypes="cccc"
441 id="path5058"
442 d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z "
443 style="opacity:0.40206185;color:black;fill:url(#radialGradient5029);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" />
444 <path
445 style="opacity:0.40206185;color:black;fill:url(#radialGradient5031);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"
446 d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z "
447 id="path5018"
448 sodipodi:nodetypes="cccc" />
449 </g>
450 </g>
451 <g
452 style="display:inline"
453 inkscape:groupmode="layer"
454 inkscape:label="Base"
455 id="layer1">
456 <rect
457 style="color:#000000;fill:url(#radialGradient15658);fill-opacity:1.0000000;fill-rule:nonzero;stroke:url(#radialGradient15656);stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block;overflow:visible"
458 id="rect15391"
459 width="34.875000"
460 height="41.063431"
461 x="6.5000000"
462 y="3.5000000"
463 ry="1.1490481"
464 rx="1.1490486" />
465 <rect
466 style="color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:nonzero;stroke:url(#radialGradient15668);stroke-width:0.99999958;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block;overflow:visible"
467 id="rect15660"
468 width="32.937012"
469 height="39.028210"
470 x="7.5024552"
471 y="4.5010486"
472 ry="0.14904849"
473 rx="0.14904852" />
474 <path
475 style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.98855311;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:0.017543854"
476 d="M 11.505723,5.4942766 L 11.505723,43.400869"
477 id="path15672"
478 sodipodi:nodetypes="cc" />
479 <path
480 style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:0.20467831"
481 d="M 12.500000,5.0205154 L 12.500000,43.038228"
482 id="path15674"
483 sodipodi:nodetypes="cc" />
484 </g>
485 <g
486 inkscape:groupmode="layer"
487 id="layer5"
488 inkscape:label="Text"
489 style="display:inline">
490 <g
491 id="g2188">
492 <rect
493 style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970759;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:0.081871338;visibility:visible;display:block;overflow:visible"
494 id="rect15686"
495 width="20.000006"
496 height="1.0000000"
497 x="15.999994"
498 y="9.0000000"
499 rx="0.13778631"
500 ry="0.065390877" />
501 <rect
502 style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970759;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:0.081871338;visibility:visible;display:block;overflow:visible"
503 id="rect15688"
504 width="20.000006"
505 height="1.0000000"
506 x="15.999994"
507 y="11.000000"
508 rx="0.13778631"
509 ry="0.065390877" />
510 <rect
511 style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970759;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:0.081871338;visibility:visible;display:block;overflow:visible"
512 id="rect15690"
513 width="20.000006"
514 height="1.0000000"
515 x="15.999994"
516 y="13.000000"
517 rx="0.13778631"
518 ry="0.065390877" />
519 <rect
520 style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970759;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:0.081871338;visibility:visible;display:block;overflow:visible"
521 id="rect15692"
522 width="20.000006"
523 height="1.0000000"
524 x="15.999994"
525 y="15.000000"
526 rx="0.13778631"
527 ry="0.065390877" />
528 <rect
529 style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970759;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:0.081871338;visibility:visible;display:block;overflow:visible"
530 id="rect15694"
531 width="20.000006"
532 height="1.0000000"
533 x="15.999994"
534 y="17.000000"
535 rx="0.13778631"
536 ry="0.065390877" />
537 <rect
538 style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970759;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:0.081871338;visibility:visible;display:block;overflow:visible"
539 id="rect15696"
540 width="20.000006"
541 height="1.0000000"
542 x="15.999994"
543 y="19.000000"
544 rx="0.13778631"
545 ry="0.065390877" />
546 <rect
547 style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970759;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:0.081871338;visibility:visible;display:block;overflow:visible"
548 id="rect15698"
549 width="20.000006"
550 height="1.0000000"
551 x="15.999994"
552 y="21.000000"
553 rx="0.13778631"
554 ry="0.065390877" />
555 <rect
556 style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970759;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:0.081871338;visibility:visible;display:block;overflow:visible"
557 id="rect15700"
558 width="20.000006"
559 height="1.0000000"
560 x="15.999994"
561 y="23.000000"
562 rx="0.13778631"
563 ry="0.065390877" />
564 <rect
565 style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970759;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:0.081871338;visibility:visible;display:block;overflow:visible"
566 id="rect15732"
567 width="9.0000057"
568 height="1.0000000"
569 x="15.999986"
570 y="25.000000"
571 rx="0.062003858"
572 ry="0.065390877" />
573 <rect
574 style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970759;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:0.081871338;visibility:visible;display:block;overflow:visible"
575 id="rect15736"
576 width="20.000006"
577 height="1.0000000"
578 x="15.999986"
579 y="29.000000"
580 rx="0.13778631"
581 ry="0.065390877" />
582 <rect
583 style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970759;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:0.081871338;visibility:visible;display:block;overflow:visible"
584 id="rect15738"
585 width="20.000006"
586 height="1.0000000"
587 x="15.999986"
588 y="31.000000"
589 rx="0.13778631"
590 ry="0.065390877" />
591 <rect
592 style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970759;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:0.081871338;visibility:visible;display:block;overflow:visible"
593 id="rect15740"
594 width="20.000006"
595 height="1.0000000"
596 x="15.999986"
597 y="33.000000"
598 rx="0.13778631"
599 ry="0.065390877" />
600 <rect
601 style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970759;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:0.081871338;visibility:visible;display:block;overflow:visible"
602 id="rect15742"
603 width="20.000006"
604 height="1.0000000"
605 x="15.999986"
606 y="35.000000"
607 rx="0.13778631"
608 ry="0.065390877" />
609 <rect
610 style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970759;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:0.081871338;visibility:visible;display:block;overflow:visible"
611 id="rect15744"
612 width="14.000014"
613 height="1.0000000"
614 x="15.999986"
615 y="37.000000"
616 rx="0.096450485"
617 ry="0.065390877" />
618 </g>
619 <path
620 style="opacity:0.28021976;fill:url(#linearGradient5872);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
621 d="M 28.245858,31.324906 L 21.147869,27.133701 L 14.30757,30.8838 L 13.761859,3.9475667 L 28.549598,3.9475667 L 28.245858,31.324906 z "
622 id="path5138"
623 sodipodi:nodetypes="cccccc" />
624 <path
625 style="fill:url(#linearGradient2604);fill-opacity:1;fill-rule:evenodd;stroke:#364878;stroke-width:0.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline"
626 d="M 12.427339,3.5180202 C 12.427339,3.5180202 12.240033,0.60520607 15.107867,0.54270607 L 25.119343,0.50728624 C 26.277287,0.50728624 26.581888,1.1910178 26.581888,2.1095589 L 26.581888,29.729916 L 20.545426,24.533862 L 14.674346,29.729916 L 14.591655,3.519629 L 12.427339,3.5180202 z "
627 id="path2204"
628 sodipodi:nodetypes="ccccccccc" />
629 <path
630 style="opacity:0.4450549;fill:url(#linearGradient4410);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
631 d="M 13.030252,3.0117919 C 13.011046,2.225362 13.312918,1.0801307 15.375418,1.0176307 L 25.027906,1 C 25.640922,1 26.090152,1.1674319 26.090152,1.7994802 L 26.060994,10.491851 L 15.317102,10.491851 L 15.192102,2.9993251 C 15.192102,2.9993251 13.030252,3.0117919 13.030252,3.0117919 z "
632 id="path3668"
633 sodipodi:nodetypes="cccccccs" />
634 <rect
635 style="opacity:0.28021976;fill:url(#linearGradient5903);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
636 id="rect5895"
637 width="10.556392"
638 height="12.803556"
639 x="15.317101"
640 y="6.6907959"
641 rx="0.062003858"
642 ry="0.065390877" />
643 <path
644 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2596);stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.19125683;display:inline"
645 d="M 24.476832,2.2095507 L 25.575535,3.113139 L 25.547445,27.511911 L 20.497463,23.203758 L 15.704084,27.415203 L 15.699081,2.7495618 L 24.476832,2.2095507 z "
646 id="path5969"
647 sodipodi:nodetypes="ccccccc" />
648 <path
649 sodipodi:type="arc"
650 style="color:#000000;fill:url(#radialGradient278);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.25000024;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block"
651 id="path12511"
652 sodipodi:cx="55"
653 sodipodi:cy="125"
654 sodipodi:rx="14.375"
655 sodipodi:ry="14.375"
656 d="M 69.375 125 A 14.375 14.375 0 1 1 40.625,125 A 14.375 14.375 0 1 1 69.375 125 z"
657 transform="matrix(0.611127,0.000000,0.000000,0.611127,5.632438,-67.28175)"
658 inkscape:export-filename="/home/jimmac/ximian_art/icons/nautilus/suse93/stock_new-16.png"
659 inkscape:export-xdpi="33.852203"
660 inkscape:export-ydpi="33.852203" />
661 <path
662 style="opacity:0.48295456;color:#000000;fill:url(#linearGradient2912);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.10533953;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
663 d="M 15.158602,3.9384083 L 15.114407,1.0335178 C 12.983906,1.0335178 12.993087,2.9680775 12.993087,3.9384083 L 15.158602,3.9384083 z "
664 id="path2894"
665 sodipodi:nodetypes="cccc" />
666 <path
667 sodipodi:nodetypes="cccc"
668 id="path2904"
669 d="M 15.158602,3.9384086 L 15.114407,1.8247593 C 12.81631,1.8426926 12.993087,3.9384086 12.993087,3.9384086 L 15.158602,3.9384086 z "
670 style="opacity:0.35795455;color:#000000;fill:url(#linearGradient2902);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.10533953;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
671 </g>
672</svg>
diff --git a/icons/tango-svg/dialog-information.svg b/icons/tango-svg/dialog-information.svg
new file mode 100644
index 0000000000..922b316fac
--- /dev/null
+++ b/icons/tango-svg/dialog-information.svg
@@ -0,0 +1,1159 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3<svg
4 xmlns:dc="http://purl.org/dc/elements/1.1/"
5 xmlns:cc="http://creativecommons.org/ns#"
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7 xmlns:svg="http://www.w3.org/2000/svg"
8 xmlns="http://www.w3.org/2000/svg"
9 xmlns:xlink="http://www.w3.org/1999/xlink"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 sodipodi:docname="dialog-information.svg"
13 sodipodi:docbase="/home/garrett/Source/tango-icon-theme/scalable/status"
14 inkscape:version="0.46"
15 sodipodi:version="0.32"
16 id="svg19655"
17 height="48px"
18 width="48px"
19 inkscape:export-filename="/home/jimmac/Desktop/poing.png"
20 inkscape:export-xdpi="392.72742"
21 inkscape:export-ydpi="392.72742"
22 inkscape:output_extension="org.inkscape.output.svg.inkscape">
23 <defs
24 id="defs3">
25 <inkscape:perspective
26 sodipodi:type="inkscape:persp3d"
27 inkscape:vp_x="0 : 24 : 1"
28 inkscape:vp_y="0 : 1000 : 0"
29 inkscape:vp_z="48 : 24 : 1"
30 inkscape:persp3d-origin="24 : 16 : 1"
31 id="perspective155" />
32 <linearGradient
33 inkscape:collect="always"
34 id="linearGradient3300">
35 <stop
36 style="stop-color:#4c4c28;stop-opacity:1;"
37 offset="0"
38 id="stop3302" />
39 <stop
40 style="stop-color:#4c4c28;stop-opacity:0;"
41 offset="1"
42 id="stop3304" />
43 </linearGradient>
44 <linearGradient
45 id="linearGradient3311">
46 <stop
47 id="stop3313"
48 offset="0"
49 style="stop-color:#d6d7a5;stop-opacity:1;" />
50 <stop
51 id="stop3315"
52 offset="1.0000000"
53 style="stop-color:#8e8f6d;stop-opacity:1.0000000;" />
54 </linearGradient>
55 <linearGradient
56 id="linearGradient3265">
57 <stop
58 id="stop3267"
59 offset="0"
60 style="stop-color:#929470;stop-opacity:1;" />
61 <stop
62 style="stop-color:#60614a;stop-opacity:1.0000000;"
63 offset="0.26470590"
64 id="stop3269" />
65 <stop
66 id="stop3271"
67 offset="0.63235295"
68 style="stop-color:#f3f5ba;stop-opacity:1.0000000;" />
69 <stop
70 id="stop3273"
71 offset="1.0000000"
72 style="stop-color:#929470;stop-opacity:1.0000000;" />
73 </linearGradient>
74 <linearGradient
75 id="linearGradient3175"
76 inkscape:collect="always">
77 <stop
78 id="stop3177"
79 offset="0"
80 style="stop-color:#f1f3ff;stop-opacity:1;" />
81 <stop
82 id="stop3179"
83 offset="1"
84 style="stop-color:#f1f3ff;stop-opacity:0;" />
85 </linearGradient>
86 <linearGradient
87 id="linearGradient2399">
88 <stop
89 style="stop-color:#929470;stop-opacity:1;"
90 offset="0"
91 id="stop2401" />
92 <stop
93 id="stop2407"
94 offset="0.26470590"
95 style="stop-color:#fcffc1;stop-opacity:1.0000000;" />
96 <stop
97 style="stop-color:#f3f5ba;stop-opacity:1.0000000;"
98 offset="0.63235295"
99 id="stop2409" />
100 <stop
101 style="stop-color:#929470;stop-opacity:1.0000000;"
102 offset="1.0000000"
103 id="stop2403" />
104 </linearGradient>
105 <linearGradient
106 inkscape:collect="always"
107 id="linearGradient6339">
108 <stop
109 style="stop-color:#ffffff;stop-opacity:1;"
110 offset="0"
111 id="stop6341" />
112 <stop
113 style="stop-color:#ffffff;stop-opacity:0;"
114 offset="1"
115 id="stop6343" />
116 </linearGradient>
117 <linearGradient
118 id="linearGradient20428">
119 <stop
120 id="stop20430"
121 offset="0.0000000"
122 style="stop-color:#a3a3a3;stop-opacity:1.0000000;" />
123 <stop
124 id="stop20432"
125 offset="1"
126 style="stop-color:#b5b5b5;stop-opacity:0;" />
127 </linearGradient>
128 <linearGradient
129 id="linearGradient20393">
130 <stop
131 id="stop20395"
132 offset="0"
133 style="stop-color:#ffffff;stop-opacity:1;" />
134 <stop
135 style="stop-color:#ffffff;stop-opacity:0.44117647;"
136 offset="0.41176471"
137 id="stop2427" />
138 <stop
139 id="stop20397"
140 offset="1.0000000"
141 style="stop-color:#000000;stop-opacity:0.48039216;" />
142 </linearGradient>
143 <linearGradient
144 id="linearGradient20210">
145 <stop
146 id="stop20212"
147 offset="0.0000000"
148 style="stop-color:#000000;stop-opacity:0.51546389;" />
149 <stop
150 style="stop-color:#000000;stop-opacity:0.14432989;"
151 offset="0.55172414"
152 id="stop20218" />
153 <stop
154 id="stop20214"
155 offset="1"
156 style="stop-color:#000000;stop-opacity:0;" />
157 </linearGradient>
158 <radialGradient
159 gradientUnits="userSpaceOnUse"
160 fy="11.4873"
161 fx="17.8335"
162 r="22.7093"
163 cy="11.4873"
164 cx="17.8335"
165 id="aigrd7">
166 <stop
167 id="stop19512"
168 style="stop-color:#ffffff;stop-opacity:0.17525773;"
169 offset="0.0000000" />
170 <stop
171 id="stop19514"
172 style="stop-color:#709ac8;stop-opacity:1.0000000;"
173 offset="0.88200003" />
174 <stop
175 id="stop19516"
176 style="stop-color:#6f96dd;stop-opacity:1.0000000;"
177 offset="1.0000000" />
178 </radialGradient>
179 <linearGradient
180 y2="43.165"
181 x2="26.4785"
182 y1="43.165"
183 x1="23.124"
184 gradientUnits="userSpaceOnUse"
185 id="aigrd1">
186 <stop
187 id="stop19415"
188 style="stop-color:#686868"
189 offset="5.618000e-003" />
190 <stop
191 id="stop19417"
192 style="stop-color:#777777"
193 offset="3.012137e-002" />
194 <stop
195 id="stop19419"
196 style="stop-color:#929292"
197 offset="8.366583e-002" />
198 <stop
199 id="stop19421"
200 style="stop-color:#A7A7A7"
201 offset="0.1422" />
202 <stop
203 id="stop19423"
204 style="stop-color:#B6B6B6"
205 offset="0.2074" />
206 <stop
207 id="stop19425"
208 style="stop-color:#BEBEBE"
209 offset="0.2846" />
210 <stop
211 id="stop19427"
212 style="stop-color:#C1C1C1"
213 offset="0.4045" />
214 <stop
215 id="stop19429"
216 style="stop-color:#BCBCBC"
217 offset="0.4962" />
218 <stop
219 id="stop19431"
220 style="stop-color:#ADADAD"
221 offset="0.6057" />
222 <stop
223 id="stop19433"
224 style="stop-color:#959595"
225 offset="0.7245" />
226 <stop
227 id="stop19435"
228 style="stop-color:#747474"
229 offset="0.8497" />
230 <stop
231 id="stop19437"
232 style="stop-color:#494949"
233 offset="0.9789" />
234 <stop
235 id="stop19439"
236 style="stop-color:#414141"
237 offset="1" />
238 </linearGradient>
239 <linearGradient
240 id="linearGradient19894"
241 gradientUnits="userSpaceOnUse"
242 x1="18.995100"
243 y1="37.226601"
244 x2="30.169901"
245 y2="37.226601">
246 <stop
247 offset="5.618000e-003"
248 style="stop-color:#A3A349"
249 id="stop19896" />
250 <stop
251 offset="2.078677e-002"
252 style="stop-color:#ACAC54"
253 id="stop19898" />
254 <stop
255 offset="6.600059e-002"
256 style="stop-color:#C1C172"
257 id="stop19900" />
258 <stop
259 offset="0.1148"
260 style="stop-color:#D4D68E"
261 id="stop19902" />
262 <stop
263 offset="0.1677"
264 style="stop-color:#E2E4A6"
265 id="stop19904" />
266 <stop
267 offset="0.2265"
268 style="stop-color:#EDF0B8"
269 id="stop19906" />
270 <stop
271 offset="0.2963"
272 style="stop-color:#F3F6C3"
273 id="stop19908" />
274 <stop
275 offset="0.4045"
276 style="stop-color:#F5F8C7"
277 id="stop19910" />
278 <stop
279 offset="0.5239"
280 style="stop-color:#EEF0BE"
281 id="stop19912" />
282 <stop
283 offset="0.6666"
284 style="stop-color:#DBDDA9"
285 id="stop19914" />
286 <stop
287 offset="0.8211"
288 style="stop-color:#BEBD88"
289 id="stop19916" />
290 <stop
291 offset="0.9832"
292 style="stop-color:#989564"
293 id="stop19918" />
294 <stop
295 offset="1"
296 style="stop-color:#949160"
297 id="stop19920" />
298 </linearGradient>
299 <linearGradient
300 gradientTransform="matrix(1.639127,0,0,1.639127,-15.97035,-29.79355)"
301 y2="43.165"
302 x2="26.4785"
303 y1="43.165"
304 x1="23.124"
305 gradientUnits="userSpaceOnUse"
306 id="linearGradient20109"
307 xlink:href="#aigrd1"
308 inkscape:collect="always" />
309 <radialGradient
310 gradientUnits="userSpaceOnUse"
311 r="7.8289826"
312 fy="74.209934"
313 fx="14.772334"
314 cy="74.209934"
315 cx="14.772334"
316 gradientTransform="scale(1.764278,0.566804)"
317 id="radialGradient20216"
318 xlink:href="#linearGradient20210"
319 inkscape:collect="always" />
320 <linearGradient
321 y2="36.726292"
322 x2="32.096882"
323 y1="10.061084"
324 x1="16.998856"
325 gradientTransform="matrix(1.140494,0.000000,0.000000,0.926002,0.272330,-3.247170)"
326 gradientUnits="userSpaceOnUse"
327 id="linearGradient7708"
328 xlink:href="#linearGradient6339"
329 inkscape:collect="always" />
330 <radialGradient
331 r="33.934090"
332 fy="29.869318"
333 fx="68.137589"
334 cy="29.869318"
335 cx="68.137589"
336 gradientTransform="matrix(0.551290,1.265592e-16,-1.355720e-16,0.766034,-10.48701,3.514312)"
337 gradientUnits="userSpaceOnUse"
338 id="radialGradient7720"
339 xlink:href="#aigrd7"
340 inkscape:collect="always" />
341 <linearGradient
342 gradientUnits="userSpaceOnUse"
343 y2="3.8557322"
344 x2="-5.2517161"
345 y1="16.651863"
346 x1="37.940434"
347 gradientTransform="matrix(0.894129,0.000000,0.000000,0.985230,1.515981,2.449800e-2)"
348 id="linearGradient3181"
349 xlink:href="#linearGradient3175"
350 inkscape:collect="always" />
351 <linearGradient
352 inkscape:collect="always"
353 xlink:href="#linearGradient20393"
354 id="linearGradient1700"
355 gradientUnits="userSpaceOnUse"
356 gradientTransform="matrix(-0.6293,0,0,1.589068,50.68808,3.804378)"
357 x1="30.620375"
358 y1="10.313651"
359 x2="32.166080"
360 y2="18.162935" />
361 <linearGradient
362 inkscape:collect="always"
363 xlink:href="#linearGradient20393"
364 id="linearGradient1702"
365 gradientUnits="userSpaceOnUse"
366 gradientTransform="matrix(0.6293,0,0,1.589068,1.411612,3.929378)"
367 x1="30.620375"
368 y1="10.313651"
369 x2="32.166080"
370 y2="18.162935" />
371 <linearGradient
372 inkscape:collect="always"
373 xlink:href="#linearGradient20428"
374 id="linearGradient1704"
375 gradientUnits="userSpaceOnUse"
376 gradientTransform="matrix(1.985083,0,0,0.503757,1.786612,4.554378)"
377 x1="14.637301"
378 y1="31.504122"
379 x2="9.3648205"
380 y2="32.250980" />
381 <linearGradient
382 inkscape:collect="always"
383 xlink:href="#linearGradient19894"
384 id="linearGradient1725"
385 gradientUnits="userSpaceOnUse"
386 gradientTransform="scale(1.026450,0.974232)"
387 x1="-22.874170"
388 y1="38.675991"
389 x2="-4.3908315"
390 y2="38.675991" />
391 <linearGradient
392 inkscape:collect="always"
393 xlink:href="#linearGradient2399"
394 id="linearGradient1727"
395 gradientUnits="userSpaceOnUse"
396 gradientTransform="scale(1.026450,0.974232)"
397 x1="-10.480865"
398 y1="39.033951"
399 x2="-23.851389"
400 y2="39.142845" />
401 <linearGradient
402 inkscape:collect="always"
403 xlink:href="#linearGradient19894"
404 id="linearGradient1729"
405 gradientUnits="userSpaceOnUse"
406 gradientTransform="scale(1.026450,0.974232)"
407 x1="-22.874170"
408 y1="38.675991"
409 x2="-4.3908315"
410 y2="38.675991" />
411 <linearGradient
412 inkscape:collect="always"
413 xlink:href="#linearGradient2399"
414 id="linearGradient1731"
415 gradientUnits="userSpaceOnUse"
416 gradientTransform="scale(1.026450,0.974232)"
417 x1="-10.480865"
418 y1="39.033951"
419 x2="-23.851389"
420 y2="39.142845" />
421 <linearGradient
422 inkscape:collect="always"
423 xlink:href="#linearGradient3311"
424 id="linearGradient2516"
425 gradientUnits="userSpaceOnUse"
426 gradientTransform="matrix(1.603440,0.000000,0.000000,0.549396,0.614167,2.449800e-2)"
427 x1="17.879995"
428 y1="55.362793"
429 x2="11.906206"
430 y2="54.863026" />
431 <linearGradient
432 inkscape:collect="always"
433 xlink:href="#linearGradient3265"
434 id="linearGradient2518"
435 gradientUnits="userSpaceOnUse"
436 gradientTransform="matrix(-0.905728,-4.386156e-2,0.189510,-0.963437,0.614167,2.449800e-2)"
437 x1="-29.007195"
438 y1="-29.799353"
439 x2="-37.641232"
440 y2="-29.598314" />
441 <linearGradient
442 inkscape:collect="always"
443 xlink:href="#linearGradient19894"
444 id="linearGradient2522"
445 gradientUnits="userSpaceOnUse"
446 gradientTransform="matrix(0.618682,-0.132027,6.262726e-2,0.741184,31.12021,8.300410)"
447 x1="-22.874170"
448 y1="38.675991"
449 x2="-4.3908315"
450 y2="38.675991" />
451 <linearGradient
452 inkscape:collect="always"
453 xlink:href="#linearGradient2399"
454 id="linearGradient2524"
455 gradientUnits="userSpaceOnUse"
456 gradientTransform="matrix(0.618682,-0.132027,6.262726e-2,0.741184,31.12021,8.300410)"
457 x1="-10.480865"
458 y1="39.033951"
459 x2="-23.851389"
460 y2="39.142845" />
461 <linearGradient
462 inkscape:collect="always"
463 xlink:href="#linearGradient19894"
464 id="linearGradient2529"
465 gradientUnits="userSpaceOnUse"
466 gradientTransform="matrix(0.566621,2.988977e-2,-0.118557,0.656541,36.18544,20.08311)"
467 x1="-22.874170"
468 y1="38.675991"
469 x2="-4.3908315"
470 y2="38.675991" />
471 <linearGradient
472 inkscape:collect="always"
473 xlink:href="#linearGradient2399"
474 id="linearGradient2531"
475 gradientUnits="userSpaceOnUse"
476 gradientTransform="matrix(0.566621,2.988977e-2,-0.118557,0.656541,36.18544,20.08311)"
477 x1="-10.480865"
478 y1="39.033951"
479 x2="-23.851389"
480 y2="39.142845" />
481 <linearGradient
482 inkscape:collect="always"
483 xlink:href="#linearGradient3300"
484 id="linearGradient3306"
485 gradientTransform="scale(1.002656,0.997352)"
486 x1="24.613028"
487 y1="31.146202"
488 x2="24.613028"
489 y2="26.739624"
490 gradientUnits="userSpaceOnUse" />
491 <linearGradient
492 inkscape:collect="always"
493 xlink:href="#linearGradient3311"
494 id="linearGradient3127"
495 gradientUnits="userSpaceOnUse"
496 gradientTransform="matrix(1.60344,0,0,0.549396,0.614167,2.4498e-2)"
497 x1="17.879995"
498 y1="55.362793"
499 x2="11.906206"
500 y2="54.863026" />
501 <linearGradient
502 inkscape:collect="always"
503 xlink:href="#linearGradient3265"
504 id="linearGradient3129"
505 gradientUnits="userSpaceOnUse"
506 gradientTransform="matrix(-0.905728,-4.386156e-2,0.18951,-0.963437,0.614167,2.4498e-2)"
507 x1="-29.007195"
508 y1="-29.799353"
509 x2="-37.641232"
510 y2="-29.598314" />
511 <radialGradient
512 inkscape:collect="always"
513 xlink:href="#aigrd7"
514 id="radialGradient3131"
515 gradientUnits="userSpaceOnUse"
516 gradientTransform="matrix(0.55129,1.265592e-16,-1.35572e-16,0.766034,-10.48701,3.514312)"
517 cx="68.137589"
518 cy="29.869318"
519 fx="68.137589"
520 fy="29.869318"
521 r="33.934090" />
522 <linearGradient
523 inkscape:collect="always"
524 xlink:href="#linearGradient6339"
525 id="linearGradient3133"
526 gradientUnits="userSpaceOnUse"
527 gradientTransform="matrix(1.140494,0,0,0.926002,0.27233,-3.24717)"
528 x1="16.998856"
529 y1="10.061084"
530 x2="32.096882"
531 y2="36.726292" />
532 <linearGradient
533 inkscape:collect="always"
534 xlink:href="#linearGradient3175"
535 id="linearGradient3135"
536 gradientUnits="userSpaceOnUse"
537 gradientTransform="matrix(0.894129,0,0,0.98523,1.515981,2.4498e-2)"
538 x1="37.940434"
539 y1="16.651863"
540 x2="-5.2517161"
541 y2="3.8557322" />
542 <linearGradient
543 inkscape:collect="always"
544 xlink:href="#linearGradient3311"
545 id="linearGradient3157"
546 gradientUnits="userSpaceOnUse"
547 gradientTransform="matrix(1.60344,0,0,0.549396,0.614167,2.4498e-2)"
548 x1="17.879995"
549 y1="55.362793"
550 x2="11.906206"
551 y2="54.863026" />
552 <linearGradient
553 inkscape:collect="always"
554 xlink:href="#linearGradient3265"
555 id="linearGradient3159"
556 gradientUnits="userSpaceOnUse"
557 gradientTransform="matrix(-0.905728,-4.386156e-2,0.18951,-0.963437,0.614167,2.4498e-2)"
558 x1="-29.007195"
559 y1="-29.799353"
560 x2="-37.641232"
561 y2="-29.598314" />
562 <radialGradient
563 inkscape:collect="always"
564 xlink:href="#aigrd7"
565 id="radialGradient3161"
566 gradientUnits="userSpaceOnUse"
567 gradientTransform="matrix(0.55129,1.265592e-16,-1.35572e-16,0.766034,-10.48701,3.514312)"
568 cx="68.137589"
569 cy="29.869318"
570 fx="68.137589"
571 fy="29.869318"
572 r="33.934090" />
573 <linearGradient
574 inkscape:collect="always"
575 xlink:href="#linearGradient3175"
576 id="linearGradient3163"
577 gradientUnits="userSpaceOnUse"
578 gradientTransform="matrix(0.894129,0,0,0.98523,1.515981,2.4498e-2)"
579 x1="37.940434"
580 y1="16.651863"
581 x2="-5.2517161"
582 y2="3.8557322" />
583 <linearGradient
584 inkscape:collect="always"
585 xlink:href="#linearGradient20393"
586 id="linearGradient3165"
587 gradientUnits="userSpaceOnUse"
588 gradientTransform="matrix(-0.6293,0,0,1.589068,50.68808,3.804378)"
589 x1="30.620375"
590 y1="10.313651"
591 x2="32.166080"
592 y2="18.162935" />
593 <linearGradient
594 inkscape:collect="always"
595 xlink:href="#linearGradient20393"
596 id="linearGradient3167"
597 gradientUnits="userSpaceOnUse"
598 gradientTransform="matrix(0.6293,0,0,1.589068,1.411612,3.929378)"
599 x1="30.620375"
600 y1="10.313651"
601 x2="32.166080"
602 y2="18.162935" />
603 <linearGradient
604 inkscape:collect="always"
605 xlink:href="#linearGradient20428"
606 id="linearGradient3169"
607 gradientUnits="userSpaceOnUse"
608 gradientTransform="matrix(1.985083,0,0,0.503757,1.786612,4.554378)"
609 x1="14.637301"
610 y1="31.504122"
611 x2="9.3648205"
612 y2="32.250980" />
613 <linearGradient
614 inkscape:collect="always"
615 xlink:href="#linearGradient6339"
616 id="linearGradient3171"
617 gradientUnits="userSpaceOnUse"
618 gradientTransform="matrix(1.140494,0,0,0.926002,0.27233,-3.24717)"
619 x1="16.998856"
620 y1="10.061084"
621 x2="32.096882"
622 y2="36.726292" />
623 <linearGradient
624 inkscape:collect="always"
625 xlink:href="#linearGradient3300"
626 id="linearGradient3185"
627 gradientUnits="userSpaceOnUse"
628 gradientTransform="scale(1.002656,0.997352)"
629 x1="24.613028"
630 y1="31.146202"
631 x2="24.613028"
632 y2="26.739624" />
633 <linearGradient
634 inkscape:collect="always"
635 xlink:href="#linearGradient19894"
636 id="linearGradient3187"
637 gradientUnits="userSpaceOnUse"
638 gradientTransform="matrix(0.566621,2.988977e-2,-0.118557,0.656541,36.18544,20.08311)"
639 x1="-22.874170"
640 y1="38.675991"
641 x2="-4.3908315"
642 y2="38.675991" />
643 <linearGradient
644 inkscape:collect="always"
645 xlink:href="#linearGradient2399"
646 id="linearGradient3189"
647 gradientUnits="userSpaceOnUse"
648 gradientTransform="matrix(0.566621,2.988977e-2,-0.118557,0.656541,36.18544,20.08311)"
649 x1="-10.480865"
650 y1="39.033951"
651 x2="-23.851389"
652 y2="39.142845" />
653 <linearGradient
654 inkscape:collect="always"
655 xlink:href="#linearGradient19894"
656 id="linearGradient3191"
657 gradientUnits="userSpaceOnUse"
658 gradientTransform="scale(1.02645,0.974232)"
659 x1="-22.874170"
660 y1="38.675991"
661 x2="-4.3908315"
662 y2="38.675991" />
663 <linearGradient
664 inkscape:collect="always"
665 xlink:href="#linearGradient2399"
666 id="linearGradient3193"
667 gradientUnits="userSpaceOnUse"
668 gradientTransform="scale(1.02645,0.974232)"
669 x1="-10.480865"
670 y1="39.033951"
671 x2="-23.851389"
672 y2="39.142845" />
673 <linearGradient
674 inkscape:collect="always"
675 xlink:href="#linearGradient19894"
676 id="linearGradient3195"
677 gradientUnits="userSpaceOnUse"
678 gradientTransform="scale(1.02645,0.974232)"
679 x1="-22.874170"
680 y1="38.675991"
681 x2="-4.3908315"
682 y2="38.675991" />
683 <linearGradient
684 inkscape:collect="always"
685 xlink:href="#linearGradient2399"
686 id="linearGradient3197"
687 gradientUnits="userSpaceOnUse"
688 gradientTransform="scale(1.02645,0.974232)"
689 x1="-10.480865"
690 y1="39.033951"
691 x2="-23.851389"
692 y2="39.142845" />
693 <linearGradient
694 inkscape:collect="always"
695 xlink:href="#linearGradient19894"
696 id="linearGradient3199"
697 gradientUnits="userSpaceOnUse"
698 gradientTransform="matrix(0.618682,-0.132027,6.262726e-2,0.741184,31.12021,8.30041)"
699 x1="-22.874170"
700 y1="38.675991"
701 x2="-4.3908315"
702 y2="38.675991" />
703 <linearGradient
704 inkscape:collect="always"
705 xlink:href="#linearGradient2399"
706 id="linearGradient3201"
707 gradientUnits="userSpaceOnUse"
708 gradientTransform="matrix(0.618682,-0.132027,6.262726e-2,0.741184,31.12021,8.30041)"
709 x1="-10.480865"
710 y1="39.033951"
711 x2="-23.851389"
712 y2="39.142845" />
713 <linearGradient
714 inkscape:collect="always"
715 xlink:href="#aigrd1"
716 id="linearGradient4100"
717 gradientUnits="userSpaceOnUse"
718 gradientTransform="matrix(1.639127,0,0,1.639127,-15.97035,-29.79355)"
719 x1="23.124"
720 y1="43.165"
721 x2="26.4785"
722 y2="43.165" />
723 <linearGradient
724 inkscape:collect="always"
725 xlink:href="#linearGradient3300"
726 id="linearGradient4102"
727 gradientUnits="userSpaceOnUse"
728 gradientTransform="scale(1.002656,0.997352)"
729 x1="24.613028"
730 y1="31.146202"
731 x2="24.613028"
732 y2="26.739624" />
733 <linearGradient
734 inkscape:collect="always"
735 xlink:href="#linearGradient19894"
736 id="linearGradient4104"
737 gradientUnits="userSpaceOnUse"
738 gradientTransform="matrix(0.566621,2.988977e-2,-0.118557,0.656541,36.18544,20.08311)"
739 x1="-22.874170"
740 y1="38.675991"
741 x2="-4.3908315"
742 y2="38.675991" />
743 <linearGradient
744 inkscape:collect="always"
745 xlink:href="#linearGradient2399"
746 id="linearGradient4106"
747 gradientUnits="userSpaceOnUse"
748 gradientTransform="matrix(0.566621,2.988977e-2,-0.118557,0.656541,36.18544,20.08311)"
749 x1="-10.480865"
750 y1="39.033951"
751 x2="-23.851389"
752 y2="39.142845" />
753 <linearGradient
754 inkscape:collect="always"
755 xlink:href="#linearGradient19894"
756 id="linearGradient4108"
757 gradientUnits="userSpaceOnUse"
758 gradientTransform="scale(1.02645,0.974232)"
759 x1="-22.874170"
760 y1="38.675991"
761 x2="-4.3908315"
762 y2="38.675991" />
763 <linearGradient
764 inkscape:collect="always"
765 xlink:href="#linearGradient2399"
766 id="linearGradient4110"
767 gradientUnits="userSpaceOnUse"
768 gradientTransform="scale(1.02645,0.974232)"
769 x1="-10.480865"
770 y1="39.033951"
771 x2="-23.851389"
772 y2="39.142845" />
773 <linearGradient
774 inkscape:collect="always"
775 xlink:href="#linearGradient19894"
776 id="linearGradient4112"
777 gradientUnits="userSpaceOnUse"
778 gradientTransform="scale(1.02645,0.974232)"
779 x1="-22.874170"
780 y1="38.675991"
781 x2="-4.3908315"
782 y2="38.675991" />
783 <linearGradient
784 inkscape:collect="always"
785 xlink:href="#linearGradient2399"
786 id="linearGradient4114"
787 gradientUnits="userSpaceOnUse"
788 gradientTransform="scale(1.02645,0.974232)"
789 x1="-10.480865"
790 y1="39.033951"
791 x2="-23.851389"
792 y2="39.142845" />
793 <linearGradient
794 inkscape:collect="always"
795 xlink:href="#linearGradient19894"
796 id="linearGradient4116"
797 gradientUnits="userSpaceOnUse"
798 gradientTransform="matrix(0.618682,-0.132027,6.262726e-2,0.741184,31.12021,8.30041)"
799 x1="-22.874170"
800 y1="38.675991"
801 x2="-4.3908315"
802 y2="38.675991" />
803 <linearGradient
804 inkscape:collect="always"
805 xlink:href="#linearGradient2399"
806 id="linearGradient4118"
807 gradientUnits="userSpaceOnUse"
808 gradientTransform="matrix(0.618682,-0.132027,6.262726e-2,0.741184,31.12021,8.30041)"
809 x1="-10.480865"
810 y1="39.033951"
811 x2="-23.851389"
812 y2="39.142845" />
813 <linearGradient
814 inkscape:collect="always"
815 xlink:href="#linearGradient3311"
816 id="linearGradient4120"
817 gradientUnits="userSpaceOnUse"
818 gradientTransform="matrix(1.60344,0,0,0.549396,0.614167,2.4498e-2)"
819 x1="17.879995"
820 y1="55.362793"
821 x2="11.906206"
822 y2="54.863026" />
823 <linearGradient
824 inkscape:collect="always"
825 xlink:href="#linearGradient3265"
826 id="linearGradient4122"
827 gradientUnits="userSpaceOnUse"
828 gradientTransform="matrix(-0.905728,-4.386156e-2,0.18951,-0.963437,0.614167,2.4498e-2)"
829 x1="-29.007195"
830 y1="-29.799353"
831 x2="-37.641232"
832 y2="-29.598314" />
833 <radialGradient
834 inkscape:collect="always"
835 xlink:href="#aigrd7"
836 id="radialGradient4124"
837 gradientUnits="userSpaceOnUse"
838 gradientTransform="matrix(0.55129,1.265592e-16,-1.35572e-16,0.766034,-10.48701,3.514312)"
839 cx="68.137589"
840 cy="29.869318"
841 fx="68.137589"
842 fy="29.869318"
843 r="33.934090" />
844 <linearGradient
845 inkscape:collect="always"
846 xlink:href="#linearGradient3175"
847 id="linearGradient4126"
848 gradientUnits="userSpaceOnUse"
849 gradientTransform="matrix(0.894129,0,0,0.98523,1.515981,2.4498e-2)"
850 x1="37.940434"
851 y1="16.651863"
852 x2="-5.2517161"
853 y2="3.8557322" />
854 <linearGradient
855 inkscape:collect="always"
856 xlink:href="#linearGradient20393"
857 id="linearGradient4128"
858 gradientUnits="userSpaceOnUse"
859 gradientTransform="matrix(-0.6293,0,0,1.589068,50.68808,3.804378)"
860 x1="30.620375"
861 y1="10.313651"
862 x2="32.166080"
863 y2="18.162935" />
864 <linearGradient
865 inkscape:collect="always"
866 xlink:href="#linearGradient20393"
867 id="linearGradient4130"
868 gradientUnits="userSpaceOnUse"
869 gradientTransform="matrix(0.6293,0,0,1.589068,1.411612,3.929378)"
870 x1="30.620375"
871 y1="10.313651"
872 x2="32.166080"
873 y2="18.162935" />
874 <linearGradient
875 inkscape:collect="always"
876 xlink:href="#linearGradient20428"
877 id="linearGradient4132"
878 gradientUnits="userSpaceOnUse"
879 gradientTransform="matrix(1.985083,0,0,0.503757,1.786612,4.554378)"
880 x1="14.637301"
881 y1="31.504122"
882 x2="9.3648205"
883 y2="32.250980" />
884 <linearGradient
885 inkscape:collect="always"
886 xlink:href="#linearGradient6339"
887 id="linearGradient4134"
888 gradientUnits="userSpaceOnUse"
889 gradientTransform="matrix(1.140494,0,0,0.926002,0.27233,-3.24717)"
890 x1="16.998856"
891 y1="10.061084"
892 x2="32.096882"
893 y2="36.726292" />
894 </defs>
895 <sodipodi:namedview
896 inkscape:window-y="30"
897 inkscape:window-x="0"
898 inkscape:window-height="818"
899 inkscape:window-width="1060"
900 inkscape:document-units="px"
901 inkscape:grid-bbox="true"
902 showgrid="true"
903 inkscape:current-layer="layer1"
904 inkscape:cy="19.729332"
905 inkscape:cx="-132.96706"
906 inkscape:zoom="1"
907 inkscape:pageshadow="2"
908 inkscape:pageopacity="0.0"
909 borderopacity="0.55294118"
910 bordercolor="#666666"
911 pagecolor="#ffffff"
912 id="base"
913 inkscape:showpageshadow="false">
914 <inkscape:grid
915 id="GridFromPre046Settings"
916 type="xygrid"
917 originx="0px"
918 originy="0px"
919 spacingx="1px"
920 spacingy="1px"
921 color="#0000ff"
922 empcolor="#0000ff"
923 opacity="0.2"
924 empopacity="0.4"
925 empspacing="4" />
926 </sodipodi:namedview>
927 <metadata
928 id="metadata4">
929 <rdf:RDF>
930 <cc:Work
931 rdf:about="">
932 <dc:format>image/svg+xml</dc:format>
933 <dc:type
934 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
935 <dc:title>Info</dc:title>
936 <dc:creator>
937 <cc:Agent>
938 <dc:title>Jakub Steiner</dc:title>
939 </cc:Agent>
940 </dc:creator>
941 <dc:subject>
942 <rdf:Bag>
943 <rdf:li>dialog</rdf:li>
944 <rdf:li>info</rdf:li>
945 </rdf:Bag>
946 </dc:subject>
947 <dc:source>http://jimmac.musichall.cz</dc:source>
948 <cc:license
949 rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
950 <dc:contributor>
951 <cc:Agent>
952 <dc:title>Garrett LeSage</dc:title>
953 </cc:Agent>
954 </dc:contributor>
955 </cc:Work>
956 <cc:License
957 rdf:about="http://creativecommons.org/licenses/publicdomain/">
958 <cc:permits
959 rdf:resource="http://creativecommons.org/ns#Reproduction" />
960 <cc:permits
961 rdf:resource="http://creativecommons.org/ns#Distribution" />
962 <cc:permits
963 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
964 </cc:License>
965 </rdf:RDF>
966 </metadata>
967 <g
968 inkscape:groupmode="layer"
969 inkscape:label="Layer 1"
970 id="layer1">
971 <path
972 transform="matrix(1.197183,0,0,1.098591,-6.201582,-3.209507)"
973 d="M 39.875 42.0625 A 13.8125 4.4375 0 1 1 12.25,42.0625 A 13.8125 4.4375 0 1 1 39.875 42.0625 z"
974 sodipodi:ry="4.4375"
975 sodipodi:rx="13.8125"
976 sodipodi:cy="42.0625"
977 sodipodi:cx="26.0625"
978 id="path20208"
979 style="color:#000000;fill:url(#radialGradient20216);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;opacity:0.8"
980 sodipodi:type="arc"
981 inkscape:r_cx="true"
982 inkscape:r_cy="true" />
983 <g
984 id="g4076"
985 transform="translate(0,1)"
986 inkscape:r_cx="true"
987 inkscape:r_cy="true">
988 <path
989 inkscape:r_cy="true"
990 inkscape:r_cx="true"
991 transform="matrix(1.075823,0,0,0.937493,-2.551335,3.047213)"
992 id="path19509"
993 d="M 21.893504,38.885945 L 21.893504,40.36116 C 21.893504,41.836375 23.204807,43.147679 24.680022,43.147679 C 26.155237,43.147679 27.466539,41.836375 27.466539,40.36116 L 27.466539,38.885945 L 21.893504,38.885945 z "
994 style="fill:url(#linearGradient4100);fill-rule:nonzero;stroke:#565656;stroke-miterlimit:4;stroke-opacity:1" />
995 <g
996 inkscape:r_cy="true"
997 inkscape:r_cx="true"
998 transform="matrix(0.989073,0,0,0.993556,-0.408739,7.920479e-3)"
999 id="g3173">
1000 <path
1001 inkscape:r_cy="true"
1002 inkscape:r_cx="true"
1003 sodipodi:nodetypes="cccccccscccccccs"
1004 id="path3209"
1005 d="M 24.511725,27.668867 C 21.208844,27.660897 17.463275,28.632054 19.492913,30.467931 C 18.98969,30.670934 18.270371,31.124313 18.355167,32.185222 C 18.401983,32.739286 18.989243,33.079394 19.79236,33.32911 C 18.881908,33.967722 18.302581,34.642557 18.355167,35.264921 C 18.401438,35.812525 18.976334,36.187531 19.76303,36.43814 C 18.875519,37.069403 18.303301,37.760121 18.355167,38.373951 C 18.434436,39.312088 20.457743,40.362928 24.838928,40.2419 C 27.993329,40.155914 30.776913,39.590514 30.996599,38.373951 C 31.082862,37.896248 30.691907,37.450531 30.087355,37.05408 C 30.539926,36.597918 30.85698,36.135242 30.820616,35.704878 C 30.774128,35.154694 30.205993,34.781923 29.412754,34.53166 C 30.300265,33.900397 30.872482,33.209679 30.820616,32.595849 C 30.774128,32.045664 30.205993,31.702225 29.412754,31.45196 C 30.310848,30.817288 30.872816,30.133928 30.820616,29.516149 C 30.762593,28.829446 27.61599,27.676358 24.511725,27.668867 z "
1006 style="color:#000000;fill:#aeae57;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4102);stroke-width:2.01752925;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
1007 <path
1008 inkscape:r_cy="true"
1009 inkscape:r_cx="true"
1010 sodipodi:nodetypes="csccc"
1011 id="path3183"
1012 d="M 30.920208,38.329767 C 30.700522,39.546331 27.591422,40.232861 22.615132,39.983673 C 19.463507,39.825856 19.283163,38.944055 19.502848,37.727491 C 19.722534,36.510926 22.458318,35.65848 25.609509,35.824708 C 28.7607,35.990936 31.139893,37.113203 30.920208,38.329767 z "
1013 style="color:#000000;fill:url(#linearGradient4104);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4106);stroke-width:0.08906282;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
1014 <path
1015 inkscape:r_cy="true"
1016 inkscape:r_cx="true"
1017 sodipodi:type="arc"
1018 style="color:#000000;fill:url(#linearGradient4108);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4110);stroke-width:0.13035245;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
1019 id="path1603"
1020 sodipodi:cx="-13.87697"
1021 sodipodi:cy="27.228739"
1022 sodipodi:rx="10.341436"
1023 sodipodi:ry="3.2703688"
1024 d="M -3.5355339 27.228739 A 10.341436 3.2703688 0 1 1 -24.218407,27.228739 A 10.341436 3.2703688 0 1 1 -3.5355339 27.228739 z"
1025 transform="matrix(0.60274,-0.128625,6.428372e-2,0.760788,31.12021,14.49141)" />
1026 <path
1027 inkscape:r_cy="true"
1028 inkscape:r_cx="true"
1029 transform="matrix(0.60274,-0.128625,6.428372e-2,0.760788,31.12021,11.39591)"
1030 d="M -3.5355339 27.228739 A 10.341436 3.2703688 0 1 1 -24.218407,27.228739 A 10.341436 3.2703688 0 1 1 -3.5355339 27.228739 z"
1031 sodipodi:ry="3.2703688"
1032 sodipodi:rx="10.341436"
1033 sodipodi:cy="27.228739"
1034 sodipodi:cx="-13.87697"
1035 id="path2364"
1036 style="color:#000000;fill:url(#linearGradient4112);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4114);stroke-width:0.13035245;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
1037 sodipodi:type="arc" />
1038 <path
1039 inkscape:r_cy="true"
1040 inkscape:r_cx="true"
1041 sodipodi:nodetypes="cccss"
1042 id="path2366"
1043 d="M 30.698087,29.636386 C 30.698087,31.014688 28.157326,32.55444 24.716601,33.288693 C 21.275876,34.022945 18.38922,33.50421 18.273172,32.130802 C 18.157124,30.757395 20.509679,29.155466 23.952388,28.968827 C 27.422379,28.780711 30.698087,28.924901 30.698087,29.636386 z "
1044 style="color:#000000;fill:url(#linearGradient4116);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4118);stroke-width:0.08906286;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
1045 <path
1046 inkscape:r_cy="true"
1047 inkscape:r_cx="true"
1048 transform="matrix(0.335464,0,0,0.335464,11.74678,27.2261)"
1049 d="M 31 22.375 A 3.25 3.25 0 1 1 24.5,22.375 A 3.25 3.25 0 1 1 31 22.375 z"
1050 sodipodi:ry="3.25"
1051 sodipodi:rx="3.25"
1052 sodipodi:cy="22.375"
1053 sodipodi:cx="27.75"
1054 id="path20372"
1055 style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
1056 sodipodi:type="arc" />
1057 <path
1058 inkscape:r_cy="true"
1059 inkscape:r_cx="true"
1060 sodipodi:nodetypes="cscc"
1061 id="path3241"
1062 d="M 19.342183,33.378865 C 22.736592,33.883533 26.320992,33.346192 29.214315,31.470807 C 30.025582,30.944962 30.147604,30.343945 30.520921,29.873844 C 29.09679,31.000705 25.494982,34.035625 19.342183,33.378865 z "
1063 style="fill:#000000;fill-opacity:0.23391807;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
1064 <path
1065 inkscape:r_cy="true"
1066 inkscape:r_cx="true"
1067 sodipodi:type="arc"
1068 style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
1069 id="path2435"
1070 sodipodi:cx="27.75"
1071 sodipodi:cy="22.375"
1072 sodipodi:rx="3.25"
1073 sodipodi:ry="3.25"
1074 d="M 31 22.375 A 3.25 3.25 0 1 1 24.5,22.375 A 3.25 3.25 0 1 1 31 22.375 z"
1075 transform="matrix(0.335464,0,0,0.335464,11.74678,30.23376)" />
1076 <path
1077 inkscape:r_cy="true"
1078 inkscape:r_cx="true"
1079 sodipodi:nodetypes="cscc"
1080 id="path3237"
1081 d="M 19.466621,39.517838 C 22.86103,40.022506 26.44543,39.485165 29.338753,37.60978 C 30.15002,37.083935 30.272043,36.482919 30.645359,36.012817 C 29.221228,37.139678 25.61942,40.174598 19.466621,39.517838 z "
1082 style="fill:#000000;fill-opacity:0.23391807;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
1083 <path
1084 inkscape:r_cy="true"
1085 inkscape:r_cx="true"
1086 style="fill:#000000;fill-opacity:0.23391807;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1087 d="M 19.487361,36.406872 C 22.88177,36.91154 26.46617,36.374199 29.359492,34.498814 C 30.17076,33.972969 30.292782,33.371953 30.666099,32.901851 C 29.241968,34.028712 25.64016,37.063632 19.487361,36.406872 z "
1088 id="path3239"
1089 sodipodi:nodetypes="cscc" />
1090 </g>
1091 <g
1092 inkscape:r_cy="true"
1093 inkscape:r_cx="true"
1094 transform="translate(-0.988797,0)"
1095 id="g3146">
1096 <g
1097 inkscape:r_cy="true"
1098 inkscape:r_cx="true"
1099 id="g3141">
1100 <path
1101 transform="matrix(0.954439,0,0,0.989869,1.433222,0.639881)"
1102 sodipodi:nodetypes="csscs"
1103 id="path3243"
1104 d="M 18.87103,29.628128 C 18.87103,28.836695 20.445135,27.889988 24.419234,27.942972 C 28.101154,27.992059 30.526608,28.83866 30.526608,30.105404 C 30.526608,31.345281 27.307242,32.174416 23.874677,32.008188 C 20.442113,31.84196 18.87103,30.868005 18.87103,29.628128 z "
1105 style="color:#000000;fill:url(#linearGradient4120);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4122);stroke-width:0.09083303;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
1106 inkscape:r_cx="true"
1107 inkscape:r_cy="true" />
1108 <path
1109 transform="matrix(0.954439,0,0,0.989869,1.433222,0.639881)"
1110 sodipodi:nodetypes="csssssc"
1111 id="path6305"
1112 d="M 24.680021,0.8622936 C 16.858005,0.8622936 10.506261,6.8372628 10.506261,14.195288 C 10.506261,21.737851 16.247826,22.573217 16.247826,25.352995 C 16.247826,28.619061 19.614103,32.322687 25.149309,32.188995 C 31.035159,32.046835 33.464182,28.825655 33.464182,25.352995 C 33.464182,22.384064 38.853781,22.304889 38.853781,14.195288 C 38.853781,6.8372628 32.502038,0.8622936 24.680021,0.8622936 z "
1113 style="color:#000000;fill:url(#radialGradient4124);fill-opacity:1;fill-rule:nonzero;stroke:#616471;stroke-width:1.01595449;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
1114 inkscape:r_cx="true"
1115 inkscape:r_cy="true" />
1116 <path
1117 transform="matrix(0.954439,0,0,0.989869,1.433222,0.639881)"
1118 style="color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4126);stroke-width:0.94685698;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
1119 d="M 24.680021,1.9277146 C 17.389999,1.9277146 11.470252,7.4963123 11.470252,14.353901 C 11.470252,21.383476 16.82132,22.162027 16.82132,24.752746 C 16.82132,27.79668 19.958648,31.248413 25.117392,31.123813 C 30.602931,30.991321 32.866751,27.989222 32.866751,24.752746 C 32.866751,21.98574 37.889791,21.911948 37.889791,14.353901 C 37.889791,7.4963123 31.970044,1.9277146 24.680021,1.9277146 z "
1120 id="path2429"
1121 sodipodi:nodetypes="csssssc"
1122 inkscape:r_cx="true"
1123 inkscape:r_cy="true" />
1124 </g>
1125 <g
1126 id="g1695"
1127 transform="matrix(0.9375,0,0,0.926938,0.569221,0.25176)"
1128 inkscape:r_cx="true"
1129 inkscape:r_cy="true">
1130 <path
1131 style="fill:url(#linearGradient4128);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
1132 d="M 31.947292,19.22274 C 32.260034,19.326988 32.468529,19.63973 32.364281,19.952471 L 28.507134,31.523913 C 28.402887,31.836655 28.090145,32.045149 27.777403,31.940902 C 27.464662,31.836655 27.256168,31.523913 27.360415,31.211172 L 31.217562,19.63973 C 31.321809,19.326988 31.634551,19.118493 31.947292,19.22274 z "
1133 id="path1691"
1134 inkscape:r_cx="true"
1135 inkscape:r_cy="true" />
1136 <path
1137 id="path19612"
1138 d="M 20.152404,19.34774 C 19.839662,19.451988 19.631167,19.76473 19.735415,20.077471 L 23.592562,31.648913 C 23.696809,31.961655 24.009551,32.170149 24.322293,32.065902 C 24.635034,31.961655 24.843528,31.648913 24.739281,31.336172 L 20.882134,19.76473 C 20.777887,19.451988 20.465145,19.243493 20.152404,19.34774 z "
1139 style="fill:url(#linearGradient4130);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
1140 inkscape:r_cx="true"
1141 inkscape:r_cy="true" />
1142 <path
1143 style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4132);stroke-width:0.21454535;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
1144 d="M 20.255362,19.273128 C 20.009452,19.315194 19.816806,19.507772 19.774653,19.753667 C 19.732499,19.999562 19.850004,20.245309 20.067862,20.366878 C 20.067862,20.366878 21.910084,21.447747 24.317862,21.991878 C 26.72564,22.536009 29.806763,22.571305 32.130362,20.304378 C 32.305608,20.165345 32.386854,19.938963 32.340007,19.720224 C 32.29316,19.501485 32.126325,19.328233 31.909509,19.273168 C 31.692693,19.218103 31.463406,19.290751 31.317862,19.460628 C 29.367326,21.36359 26.773024,21.36522 24.567862,20.866878 C 22.3627,20.368536 20.661612,19.366878 20.661612,19.366878 C 20.542178,19.287089 20.397682,19.253744 20.255362,19.273128 z "
1145 id="path19614"
1146 inkscape:r_cx="true"
1147 inkscape:r_cy="true" />
1148 </g>
1149 <path
1150 inkscape:r_cy="true"
1151 inkscape:r_cx="true"
1152 style="opacity:0.5977654;color:#000000;fill:url(#linearGradient4134);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.98750001;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
1153 d="M 25.001158,3.5644322 C 18.737608,3.5644322 13.655359,7.5900329 13.655359,12.547843 C 13.655359,14.527956 14.632918,16.261758 16.006008,17.747035 C 17.558672,18.378895 19.249827,18.832941 21.114752,18.832941 C 27.378302,18.832941 32.460549,14.807341 32.460551,9.849528 C 32.460551,7.857476 31.466744,6.1074629 30.07856,4.6174331 C 28.533139,3.9930601 26.854241,3.5644321 25.001158,3.5644322 z "
1154 id="path6334"
1155 transform="matrix(0.954439,0,0,0.989869,1.433222,0.639881)" />
1156 </g>
1157 </g>
1158 </g>
1159</svg>
diff --git a/icons/tango-svg/document-properties.svg b/icons/tango-svg/document-properties.svg
new file mode 100644
index 0000000000..c57f96d2e2
--- /dev/null
+++ b/icons/tango-svg/document-properties.svg
@@ -0,0 +1,576 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3<svg
4 xmlns:dc="http://purl.org/dc/elements/1.1/"
5 xmlns:cc="http://creativecommons.org/ns#"
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7 xmlns:svg="http://www.w3.org/2000/svg"
8 xmlns="http://www.w3.org/2000/svg"
9 xmlns:xlink="http://www.w3.org/1999/xlink"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 inkscape:export-ydpi="240.00000"
13 inkscape:export-xdpi="240.00000"
14 inkscape:export-filename="/home/jimmac/gfx/novell/pdes/trunk/docs/BIGmime-text.png"
15 sodipodi:docname="document-properties.svg"
16 sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/actions"
17 inkscape:version="0.46"
18 sodipodi:version="0.32"
19 id="svg249"
20 height="48.000000px"
21 width="48.000000px"
22 inkscape:output_extension="org.inkscape.output.svg.inkscape">
23 <defs
24 id="defs3">
25 <inkscape:perspective
26 sodipodi:type="inkscape:persp3d"
27 inkscape:vp_x="0 : 24 : 1"
28 inkscape:vp_y="0 : 1000 : 0"
29 inkscape:vp_z="48 : 24 : 1"
30 inkscape:persp3d-origin="24 : 16 : 1"
31 id="perspective83" />
32 <radialGradient
33 inkscape:collect="always"
34 xlink:href="#linearGradient5060"
35 id="radialGradient5031"
36 gradientUnits="userSpaceOnUse"
37 gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
38 cx="605.71429"
39 cy="486.64789"
40 fx="605.71429"
41 fy="486.64789"
42 r="117.14286" />
43 <linearGradient
44 inkscape:collect="always"
45 id="linearGradient5060">
46 <stop
47 style="stop-color:black;stop-opacity:1;"
48 offset="0"
49 id="stop5062" />
50 <stop
51 style="stop-color:black;stop-opacity:0;"
52 offset="1"
53 id="stop5064" />
54 </linearGradient>
55 <radialGradient
56 inkscape:collect="always"
57 xlink:href="#linearGradient5060"
58 id="radialGradient5029"
59 gradientUnits="userSpaceOnUse"
60 gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
61 cx="605.71429"
62 cy="486.64789"
63 fx="605.71429"
64 fy="486.64789"
65 r="117.14286" />
66 <linearGradient
67 id="linearGradient5048">
68 <stop
69 style="stop-color:black;stop-opacity:0;"
70 offset="0"
71 id="stop5050" />
72 <stop
73 id="stop5056"
74 offset="0.5"
75 style="stop-color:black;stop-opacity:1;" />
76 <stop
77 style="stop-color:black;stop-opacity:0;"
78 offset="1"
79 id="stop5052" />
80 </linearGradient>
81 <linearGradient
82 inkscape:collect="always"
83 xlink:href="#linearGradient5048"
84 id="linearGradient5027"
85 gradientUnits="userSpaceOnUse"
86 gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
87 x1="302.85715"
88 y1="366.64789"
89 x2="302.85715"
90 y2="609.50507" />
91 <linearGradient
92 inkscape:collect="always"
93 id="linearGradient2616">
94 <stop
95 style="stop-color:#000000;stop-opacity:1;"
96 offset="0"
97 id="stop2618" />
98 <stop
99 style="stop-color:#000000;stop-opacity:0;"
100 offset="1"
101 id="stop2620" />
102 </linearGradient>
103 <linearGradient
104 inkscape:collect="always"
105 id="linearGradient4542">
106 <stop
107 style="stop-color:#000000;stop-opacity:1;"
108 offset="0"
109 id="stop4544" />
110 <stop
111 style="stop-color:#000000;stop-opacity:0;"
112 offset="1"
113 id="stop4546" />
114 </linearGradient>
115 <linearGradient
116 id="linearGradient15662">
117 <stop
118 id="stop15664"
119 offset="0.0000000"
120 style="stop-color:#ffffff;stop-opacity:1.0000000;" />
121 <stop
122 id="stop15666"
123 offset="1.0000000"
124 style="stop-color:#f8f8f8;stop-opacity:1.0000000;" />
125 </linearGradient>
126 <radialGradient
127 id="aigrd3"
128 cx="20.8921"
129 cy="64.5679"
130 r="5.257"
131 fx="20.8921"
132 fy="64.5679"
133 gradientUnits="userSpaceOnUse">
134 <stop
135 offset="0"
136 style="stop-color:#F0F0F0"
137 id="stop15573" />
138 <stop
139 offset="1.0000000"
140 style="stop-color:#9a9a9a;stop-opacity:1.0000000;"
141 id="stop15575" />
142 </radialGradient>
143 <radialGradient
144 id="aigrd2"
145 cx="20.8921"
146 cy="114.5684"
147 r="5.256"
148 fx="20.8921"
149 fy="114.5684"
150 gradientUnits="userSpaceOnUse">
151 <stop
152 offset="0"
153 style="stop-color:#F0F0F0"
154 id="stop15566" />
155 <stop
156 offset="1.0000000"
157 style="stop-color:#9a9a9a;stop-opacity:1.0000000;"
158 id="stop15568" />
159 </radialGradient>
160 <linearGradient
161 id="linearGradient269">
162 <stop
163 id="stop270"
164 offset="0.0000000"
165 style="stop-color:#a3a3a3;stop-opacity:1.0000000;" />
166 <stop
167 id="stop271"
168 offset="1.0000000"
169 style="stop-color:#4c4c4c;stop-opacity:1.0000000;" />
170 </linearGradient>
171 <linearGradient
172 id="linearGradient259">
173 <stop
174 id="stop260"
175 offset="0.0000000"
176 style="stop-color:#fafafa;stop-opacity:1.0000000;" />
177 <stop
178 id="stop261"
179 offset="1.0000000"
180 style="stop-color:#bbbbbb;stop-opacity:1.0000000;" />
181 </linearGradient>
182 <radialGradient
183 inkscape:collect="always"
184 xlink:href="#linearGradient269"
185 id="radialGradient15656"
186 gradientUnits="userSpaceOnUse"
187 gradientTransform="matrix(0.968273,0.000000,0.000000,1.032767,3.353553,0.646447)"
188 cx="8.8244190"
189 cy="3.7561285"
190 fx="8.8244190"
191 fy="3.7561285"
192 r="37.751713" />
193 <radialGradient
194 inkscape:collect="always"
195 xlink:href="#linearGradient259"
196 id="radialGradient15658"
197 gradientUnits="userSpaceOnUse"
198 gradientTransform="scale(0.960493,1.041132)"
199 cx="33.966679"
200 cy="35.736916"
201 fx="33.966679"
202 fy="35.736916"
203 r="86.708450" />
204 <radialGradient
205 inkscape:collect="always"
206 xlink:href="#linearGradient15662"
207 id="radialGradient15668"
208 gradientUnits="userSpaceOnUse"
209 gradientTransform="matrix(0.968273,0.000000,0.000000,1.032767,3.353553,0.646447)"
210 cx="8.1435566"
211 cy="7.2678967"
212 fx="8.1435566"
213 fy="7.2678967"
214 r="38.158695" />
215 <radialGradient
216 r="5.256"
217 fy="114.5684"
218 fx="20.8921"
219 cy="114.5684"
220 cx="20.8921"
221 gradientTransform="matrix(0.229703,0.000000,0.000000,0.229703,4.613529,3.979808)"
222 gradientUnits="userSpaceOnUse"
223 id="radialGradient2283"
224 xlink:href="#aigrd2"
225 inkscape:collect="always" />
226 <radialGradient
227 r="5.257"
228 fy="64.5679"
229 fx="20.8921"
230 cy="64.5679"
231 cx="20.8921"
232 gradientTransform="matrix(0.229703,0.000000,0.000000,0.229703,4.613529,3.979808)"
233 gradientUnits="userSpaceOnUse"
234 id="radialGradient2285"
235 xlink:href="#aigrd3"
236 inkscape:collect="always" />
237 <radialGradient
238 inkscape:collect="always"
239 xlink:href="#linearGradient4542"
240 id="radialGradient4548"
241 cx="24.306795"
242 cy="42.07798"
243 fx="24.306795"
244 fy="42.07798"
245 r="15.821514"
246 gradientTransform="matrix(1.000000,0.000000,0.000000,0.284916,0.000000,30.08928)"
247 gradientUnits="userSpaceOnUse" />
248 <radialGradient
249 inkscape:collect="always"
250 xlink:href="#linearGradient2616"
251 id="radialGradient2622"
252 cx="26.030092"
253 cy="24.22681"
254 fx="26.030092"
255 fy="24.22681"
256 r="11.629837"
257 gradientTransform="matrix(2.110988,2.110738e-23,-2.534516e-23,2.534930,-28.91913,-38.04383)"
258 gradientUnits="userSpaceOnUse" />
259 </defs>
260 <sodipodi:namedview
261 inkscape:window-y="160"
262 inkscape:window-x="562"
263 inkscape:window-height="688"
264 inkscape:window-width="872"
265 inkscape:document-units="px"
266 inkscape:grid-bbox="true"
267 showgrid="false"
268 inkscape:current-layer="layer6"
269 inkscape:cy="-2.6701998"
270 inkscape:cx="12.252821"
271 inkscape:zoom="5.6568542"
272 inkscape:pageshadow="2"
273 inkscape:pageopacity="0.0"
274 borderopacity="0.25490196"
275 bordercolor="#666666"
276 pagecolor="#ffffff"
277 id="base"
278 inkscape:showpageshadow="false" />
279 <metadata
280 id="metadata4">
281 <rdf:RDF>
282 <cc:Work
283 rdf:about="">
284 <dc:format>image/svg+xml</dc:format>
285 <dc:type
286 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
287 <dc:title>Document Properties</dc:title>
288 <dc:subject>
289 <rdf:Bag>
290 <rdf:li>document</rdf:li>
291 <rdf:li>settings</rdf:li>
292 <rdf:li>preferences</rdf:li>
293 <rdf:li>properties</rdf:li>
294 <rdf:li>tweak</rdf:li>
295 </rdf:Bag>
296 </dc:subject>
297 <cc:license
298 rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
299 <dc:creator>
300 <cc:Agent>
301 <dc:title>Jakub Steiner</dc:title>
302 </cc:Agent>
303 </dc:creator>
304 <dc:source>http://jimmac.musichall.cz</dc:source>
305 </cc:Work>
306 <cc:License
307 rdf:about="http://creativecommons.org/licenses/publicdomain/">
308 <cc:permits
309 rdf:resource="http://creativecommons.org/ns#Reproduction" />
310 <cc:permits
311 rdf:resource="http://creativecommons.org/ns#Distribution" />
312 <cc:permits
313 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
314 </cc:License>
315 </rdf:RDF>
316 </metadata>
317 <g
318 inkscape:groupmode="layer"
319 id="layer6"
320 inkscape:label="Shadow">
321 <g
322 style="display:inline"
323 id="g5022"
324 transform="matrix(2.165152e-2,0,0,1.485743e-2,43.0076,42.68539)">
325 <rect
326 y="-150.69685"
327 x="-1559.2523"
328 height="478.35718"
329 width="1339.6335"
330 id="rect4173"
331 style="opacity:0.40206185;color:black;fill:url(#linearGradient5027);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" />
332 <path
333 sodipodi:nodetypes="cccc"
334 id="path5058"
335 d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z "
336 style="opacity:0.40206185;color:black;fill:url(#radialGradient5029);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" />
337 <path
338 style="opacity:0.40206185;color:black;fill:url(#radialGradient5031);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"
339 d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z "
340 id="path5018"
341 sodipodi:nodetypes="cccc" />
342 </g>
343 </g>
344 <g
345 style="display:inline"
346 inkscape:groupmode="layer"
347 inkscape:label="Base"
348 id="layer1">
349 <rect
350 style="color:#000000;fill:url(#radialGradient15658);fill-opacity:1.0000000;fill-rule:nonzero;stroke:url(#radialGradient15656);stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:block;overflow:visible"
351 id="rect15391"
352 width="34.875000"
353 height="40.920494"
354 x="6.6035528"
355 y="3.6464462"
356 ry="1.1490486" />
357 <rect
358 style="color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:nonzero;stroke:url(#radialGradient15668);stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:block;overflow:visible"
359 id="rect15660"
360 width="32.775887"
361 height="38.946384"
362 x="7.6660538"
363 y="4.5839462"
364 ry="0.14904857"
365 rx="0.14904857" />
366 <g
367 transform="translate(0.646447,-3.798933e-2)"
368 id="g2270">
369 <g
370 id="g1440"
371 style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4.0000000"
372 transform="matrix(0.229703,0.000000,0.000000,0.229703,4.967081,4.244972)">
373 <radialGradient
374 id="radialGradient1442"
375 cx="20.892099"
376 cy="114.56840"
377 r="5.2560000"
378 fx="20.892099"
379 fy="114.56840"
380 gradientUnits="userSpaceOnUse">
381 <stop
382 offset="0"
383 style="stop-color:#F0F0F0"
384 id="stop1444" />
385 <stop
386 offset="1"
387 style="stop-color:#474747"
388 id="stop1446" />
389 </radialGradient>
390 <path
391 style="stroke:none"
392 d="M 23.428000,113.07000 C 23.428000,115.04300 21.828000,116.64200 19.855000,116.64200 C 17.881000,116.64200 16.282000,115.04200 16.282000,113.07000 C 16.282000,111.09600 17.882000,109.49700 19.855000,109.49700 C 21.828000,109.49700 23.428000,111.09700 23.428000,113.07000 z "
393 id="path1448" />
394 <radialGradient
395 id="radialGradient1450"
396 cx="20.892099"
397 cy="64.567902"
398 r="5.2570000"
399 fx="20.892099"
400 fy="64.567902"
401 gradientUnits="userSpaceOnUse">
402 <stop
403 offset="0"
404 style="stop-color:#F0F0F0"
405 id="stop1452" />
406 <stop
407 offset="1"
408 style="stop-color:#474747"
409 id="stop1454" />
410 </radialGradient>
411 <path
412 style="stroke:none"
413 d="M 23.428000,63.070000 C 23.428000,65.043000 21.828000,66.643000 19.855000,66.643000 C 17.881000,66.643000 16.282000,65.043000 16.282000,63.070000 C 16.282000,61.096000 17.882000,59.497000 19.855000,59.497000 C 21.828000,59.497000 23.428000,61.097000 23.428000,63.070000 z "
414 id="path1456" />
415 </g>
416 <path
417 style="fill:url(#radialGradient2283);fill-rule:nonzero;stroke:none;stroke-miterlimit:4.0000000"
418 d="M 9.9950109,29.952326 C 9.9950109,30.405530 9.6274861,30.772825 9.1742821,30.772825 C 8.7208483,30.772825 8.3535532,30.405301 8.3535532,29.952326 C 8.3535532,29.498892 8.7210780,29.131597 9.1742821,29.131597 C 9.6274861,29.131597 9.9950109,29.499122 9.9950109,29.952326 z "
419 id="path15570" />
420 <path
421 style="fill:url(#radialGradient2285);fill-rule:nonzero;stroke:none;stroke-miterlimit:4.0000000"
422 d="M 9.9950109,18.467176 C 9.9950109,18.920380 9.6274861,19.287905 9.1742821,19.287905 C 8.7208483,19.287905 8.3535532,18.920380 8.3535532,18.467176 C 8.3535532,18.013742 8.7210780,17.646447 9.1742821,17.646447 C 9.6274861,17.646447 9.9950109,18.013972 9.9950109,18.467176 z "
423 id="path15577" />
424 </g>
425 <path
426 style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.98855311;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:0.017543854"
427 d="M 11.505723,5.4942766 L 11.505723,43.400869"
428 id="path15672"
429 sodipodi:nodetypes="cc" />
430 <path
431 style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:0.20467831"
432 d="M 12.500000,5.0205154 L 12.500000,43.038228"
433 id="path15674"
434 sodipodi:nodetypes="cc" />
435 </g>
436 <g
437 inkscape:groupmode="layer"
438 id="layer5"
439 inkscape:label="Text"
440 style="display:inline">
441 <g
442 transform="matrix(0.909091,0.000000,0.000000,1.000000,2.363628,0.000000)"
443 id="g2253">
444 <rect
445 style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970759;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:0.081871338;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:block;overflow:visible"
446 id="rect15686"
447 width="22.000004"
448 height="1.0000000"
449 x="15.000002"
450 y="9.0000000"
451 rx="0.15156493"
452 ry="0.065390877" />
453 <rect
454 style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970759;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:0.081871338;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:block;overflow:visible"
455 id="rect15688"
456 width="22.000004"
457 height="1.0000000"
458 x="15.000002"
459 y="11.000000"
460 rx="0.15156493"
461 ry="0.065390877" />
462 <rect
463 style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970759;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:0.081871338;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:block;overflow:visible"
464 id="rect15690"
465 width="22.000004"
466 height="1.0000000"
467 x="15.000002"
468 y="13.000000"
469 rx="0.15156493"
470 ry="0.065390877" />
471 <rect
472 style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970759;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:0.081871338;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:block;overflow:visible"
473 id="rect15692"
474 width="22.000004"
475 height="1.0000000"
476 x="15.000002"
477 y="15.000000"
478 rx="0.15156493"
479 ry="0.065390877" />
480 <rect
481 style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970759;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:0.081871338;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:block;overflow:visible"
482 id="rect15694"
483 width="22.000004"
484 height="1.0000000"
485 x="15.000002"
486 y="17.000000"
487 rx="0.15156493"
488 ry="0.065390877" />
489 <rect
490 style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970759;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:0.081871338;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:block;overflow:visible"
491 id="rect15696"
492 width="22.000004"
493 height="1.0000000"
494 x="15.000002"
495 y="19.000000"
496 rx="0.15156493"
497 ry="0.065390877" />
498 <rect
499 style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970759;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:0.081871338;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:block;overflow:visible"
500 id="rect15698"
501 width="22.000004"
502 height="1.0000000"
503 x="15.000002"
504 y="21.000000"
505 rx="0.15156493"
506 ry="0.065390877" />
507 <rect
508 style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970759;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:0.081871338;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:block;overflow:visible"
509 id="rect15700"
510 width="22.000004"
511 height="1.0000000"
512 x="15.000002"
513 y="23.000000"
514 rx="0.15156493"
515 ry="0.065390877" />
516 <rect
517 style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970759;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:0.081871338;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:block;overflow:visible"
518 id="rect15732"
519 width="9.9000053"
520 height="1.0000000"
521 x="14.999992"
522 y="25.000000"
523 rx="0.068204239"
524 ry="0.065390877" />
525 <rect
526 style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970759;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:0.081871338;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:block;overflow:visible"
527 id="rect15736"
528 width="22.000004"
529 height="1.0000000"
530 x="14.999992"
531 y="29.000000"
532 rx="0.15156493"
533 ry="0.065390877" />
534 <rect
535 style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970759;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:0.081871338;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:block;overflow:visible"
536 id="rect15738"
537 width="22.000004"
538 height="1.0000000"
539 x="14.999992"
540 y="31.000000"
541 rx="0.15156493"
542 ry="0.065390877" />
543 <rect
544 style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970759;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:0.081871338;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:block;overflow:visible"
545 id="rect15740"
546 width="22.000004"
547 height="1.0000000"
548 x="14.999992"
549 y="33.000000"
550 rx="0.15156493"
551 ry="0.065390877" />
552 <rect
553 style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970759;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:0.081871338;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:block;overflow:visible"
554 id="rect15742"
555 width="22.000004"
556 height="1.0000000"
557 x="14.999992"
558 y="35.000000"
559 rx="0.15156493"
560 ry="0.065390877" />
561 <rect
562 style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970759;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:0.081871338;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:block;overflow:visible"
563 id="rect15744"
564 width="15.400014"
565 height="1.0000000"
566 x="14.999992"
567 y="37.000000"
568 rx="0.10609552"
569 ry="0.065390877" />
570 </g>
571 <path
572 style="opacity:0.40909091;color:#000000;fill:url(#radialGradient2622);fill-opacity:1.0;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
573 d="M 25.96875,14.555141 C 25.65626,14.579414 25.352539,14.618618 25.03125,14.680141 L 23.75,15.836391 L 27.71875,19.586391 L 27.9375,22.867641 L 24.96875,25.555141 L 21.46875,25.180141 L 17.84375,21.773891 C 17.843749,21.773891 16.5625,23.023891 16.5625,23.023891 C 15.971737,28.665209 21.875,33.711391 27.9375,30.336391 L 39.78125,42.461391 L 39.78125,32.086391 L 33.21875,25.055141 C 35.345702,19.146938 31.370366,14.13556 25.96875,14.555141 z "
574 id="path2140" />
575 </g>
576</svg>
diff --git a/icons/tango-svg/emblem-system.svg b/icons/tango-svg/emblem-system.svg
new file mode 100644
index 0000000000..8bfdf70f5b
--- /dev/null
+++ b/icons/tango-svg/emblem-system.svg
@@ -0,0 +1,182 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3<svg
4 xmlns:dc="http://purl.org/dc/elements/1.1/"
5 xmlns:cc="http://creativecommons.org/ns#"
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7 xmlns:svg="http://www.w3.org/2000/svg"
8 xmlns="http://www.w3.org/2000/svg"
9 xmlns:xlink="http://www.w3.org/1999/xlink"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 inkscape:export-ydpi="90.000000"
13 inkscape:export-xdpi="90.000000"
14 inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png"
15 width="48px"
16 height="48px"
17 id="svg11300"
18 sodipodi:version="0.32"
19 inkscape:version="0.46"
20 sodipodi:docbase="/home/tigert/cvs/freedesktop.org/tango-icon-theme/scalable/emblems"
21 sodipodi:docname="emblem-system.svg"
22 inkscape:output_extension="org.inkscape.output.svg.inkscape">
23 <defs
24 id="defs3">
25 <inkscape:perspective
26 sodipodi:type="inkscape:persp3d"
27 inkscape:vp_x="0 : 24 : 1"
28 inkscape:vp_y="0 : 1000 : 0"
29 inkscape:vp_z="48 : 24 : 1"
30 inkscape:persp3d-origin="24 : 16 : 1"
31 id="perspective22" />
32 <linearGradient
33 id="linearGradient3264">
34 <stop
35 style="stop-color:#c9c9c9;stop-opacity:1;"
36 offset="0"
37 id="stop3266" />
38 <stop
39 id="stop3276"
40 offset="0.25"
41 style="stop-color:#f8f8f8;stop-opacity:1;" />
42 <stop
43 id="stop3272"
44 offset="0.5"
45 style="stop-color:#e2e2e2;stop-opacity:1;" />
46 <stop
47 style="stop-color:#b0b0b0;stop-opacity:1;"
48 offset="0.75"
49 id="stop3274" />
50 <stop
51 style="stop-color:#c9c9c9;stop-opacity:1;"
52 offset="1"
53 id="stop3268" />
54 </linearGradient>
55 <linearGradient
56 inkscape:collect="always"
57 id="linearGradient3256">
58 <stop
59 style="stop-color:#000000;stop-opacity:1;"
60 offset="0"
61 id="stop3258" />
62 <stop
63 style="stop-color:#000000;stop-opacity:0;"
64 offset="1"
65 id="stop3260" />
66 </linearGradient>
67 <radialGradient
68 inkscape:collect="always"
69 xlink:href="#linearGradient3256"
70 id="radialGradient3262"
71 cx="25.455845"
72 cy="39.161163"
73 fx="25.455845"
74 fy="39.161163"
75 r="19.622213"
76 gradientTransform="matrix(1.000000,0.000000,0.000000,0.315315,0.000000,26.81305)"
77 gradientUnits="userSpaceOnUse" />
78 <linearGradient
79 inkscape:collect="always"
80 xlink:href="#linearGradient3264"
81 id="linearGradient3281"
82 gradientUnits="userSpaceOnUse"
83 x1="14.462892"
84 y1="12.284524"
85 x2="34.534348"
86 y2="39.684914"
87 gradientTransform="matrix(1.241935,0.000000,0.000000,1.241935,-5.027508,-7.208988)" />
88 </defs>
89 <sodipodi:namedview
90 stroke="#ef2929"
91 fill="#eeeeec"
92 id="base"
93 pagecolor="#ffffff"
94 bordercolor="#666666"
95 borderopacity="0.25490196"
96 inkscape:pageopacity="0.0"
97 inkscape:pageshadow="2"
98 inkscape:zoom="8"
99 inkscape:cx="23.801189"
100 inkscape:cy="24.266212"
101 inkscape:current-layer="layer1"
102 showgrid="false"
103 inkscape:grid-bbox="true"
104 inkscape:document-units="px"
105 inkscape:showpageshadow="false"
106 inkscape:window-width="782"
107 inkscape:window-height="688"
108 inkscape:window-x="345"
109 inkscape:window-y="160" />
110 <metadata
111 id="metadata4">
112 <rdf:RDF>
113 <cc:Work
114 rdf:about="">
115 <dc:format>image/svg+xml</dc:format>
116 <dc:type
117 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
118 <dc:creator>
119 <cc:Agent>
120 <dc:title>Jakub Steiner</dc:title>
121 </cc:Agent>
122 </dc:creator>
123 <dc:source>http://jimmac.musichall.cz</dc:source>
124 <cc:license
125 rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
126 <dc:title>Emblem System</dc:title>
127 <dc:subject>
128 <rdf:Bag>
129 <rdf:li>emblem</rdf:li>
130 <rdf:li>system</rdf:li>
131 <rdf:li>library</rdf:li>
132 <rdf:li>crucial</rdf:li>
133 <rdf:li>base</rdf:li>
134 </rdf:Bag>
135 </dc:subject>
136 </cc:Work>
137 <cc:License
138 rdf:about="http://creativecommons.org/licenses/publicdomain/">
139 <cc:permits
140 rdf:resource="http://creativecommons.org/ns#Reproduction" />
141 <cc:permits
142 rdf:resource="http://creativecommons.org/ns#Distribution" />
143 <cc:permits
144 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
145 </cc:License>
146 </rdf:RDF>
147 </metadata>
148 <g
149 id="layer1"
150 inkscape:label="Layer 1"
151 inkscape:groupmode="layer">
152 <path
153 sodipodi:type="arc"
154 style="opacity:0.40909089;color:#000000;fill:url(#radialGradient3262);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
155 id="path3254"
156 sodipodi:cx="25.455845"
157 sodipodi:cy="39.161163"
158 sodipodi:rx="19.622213"
159 sodipodi:ry="6.1871843"
160 d="M 45.078058 39.161163 A 19.622213 6.1871843 0 1 1 5.8336315,39.161163 A 19.622213 6.1871843 0 1 1 45.078058 39.161163 z"
161 transform="translate(-0.883885,2.474874)" />
162 <path
163 style="opacity:1;color:#000000;fill:url(#linearGradient3281);fill-opacity:1;fill-rule:nonzero;stroke:#808080;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
164 d="M 23.25 0.46875 C 22.784561 0.50059628 22.332166 0.57268469 21.875 0.625 L 21.84375 0.625 L 20.75 6.59375 C 18.967275 6.9997399 17.290091 7.6887415 15.78125 8.625 L 10.875 5.09375 C 9.5487118 6.1234406 8.3418016 7.3243453 7.28125 8.625 L 10.6875 13.59375 C 9.6532671 15.174265 8.8755317 16.978974 8.4375 18.875 C 8.437425 18.883963 8.4374391 18.904688 8.4375 18.90625 L 2.5 19.84375 C 2.3914467 20.730383 2.34375 21.646689 2.34375 22.5625 C 2.3437501 23.3118 2.3644394 24.051089 2.4375 24.78125 L 8.375 25.84375 C 8.797279 27.905642 9.5994587 29.831262 10.71875 31.53125 L 7.1875 36.375 C 8.1988261 37.630518 9.3663917 38.773616 10.625 39.78125 L 15.625 36.34375 C 17.372433 37.458467 19.323083 38.240124 21.4375 38.625 L 22.375 44.53125 C 23.041183 44.591889 23.724349 44.59375 24.40625 44.59375 C 25.368935 44.593749 26.288487 44.557267 27.21875 44.4375 L 28.34375 38.40625 C 30.351311 37.906649 32.237219 37.03996 33.875 35.875 L 38.6875 39.375 C 39.935528 38.313203 41.076777 37.092744 42.0625 35.78125 L 38.5625 30.71875 C 39.510353 29.08176 40.167129 27.275609 40.5 25.34375 L 46.40625 24.40625 C 46.458044 23.789904 46.46875 23.192163 46.46875 22.5625 C 46.46875 21.468286 46.341568 20.395416 46.1875 19.34375 L 40.1875 18.25 C 39.717306 16.513776 38.945824 14.893898 37.96875 13.4375 L 41.5 8.59375 C 40.405427 7.2551429 39.156822 6.0185688 37.78125 4.96875 L 32.6875 8.46875 C 31.223504 7.6029126 29.648037 6.9385679 27.9375 6.5625 L 27 0.625 C 26.146701 0.52462461 25.286379 0.46875 24.40625 0.46875 C 24.168378 0.46875001 23.923566 0.4612654 23.6875 0.46875 C 23.572417 0.47239881 23.458534 0.4620551 23.34375 0.46875 C 23.312662 0.4705632 23.281029 0.46662691 23.25 0.46875 z M 24.0625 15.65625 C 24.176666 15.650457 24.290652 15.65625 24.40625 15.65625 C 28.105377 15.65625 31.125 18.675874 31.125 22.375 C 31.125001 26.074126 28.105376 29.0625 24.40625 29.0625 C 20.707125 29.062501 17.71875 26.074126 17.71875 22.375 C 17.718751 18.791473 20.52335 15.835842 24.0625 15.65625 z "
165 id="path3243" />
166 <path
167 sodipodi:type="arc"
168 style="opacity:0.64772728;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.64875567;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
169 id="path3283"
170 sodipodi:cx="23.511301"
171 sodipodi:cy="23.781593"
172 sodipodi:rx="12.727922"
173 sodipodi:ry="12.727922"
174 d="M 36.239223 23.781593 A 12.727922 12.727922 0 1 1 10.783379,23.781593 A 12.727922 12.727922 0 1 1 36.239223 23.781593 z"
175 transform="matrix(0.606518,0.000000,0.000000,0.606518,10.15021,7.936835)" />
176 <path
177 id="path3285"
178 d="M 22.557788,1.6501132 L 21.679599,7.4291233 C 20.008601,7.8096689 16.934874,8.9735344 15.520595,9.8511162 L 10.848562,6.3639293 C 9.6053938,7.3290873 9.5201391,7.3945394 8.5260544,8.6136804 L 11.904107,13.623634 C 10.934692,15.105095 9.7703031,17.745129 9.3522336,19.631722 C 9.3522336,19.631722 3.4328248,20.629563 3.4328248,20.629563 C 3.3310749,21.460629 3.3799751,23.239361 3.4484569,23.923761 L 9.1027005,24.942349 C 9.4985145,26.875018 10.979731,29.985937 12.028874,31.579383 L 8.4532981,36.303427 C 9.4012426,37.480259 9.5909623,37.587948 10.770691,38.532432 L 15.551859,35.029612 C 17.189777,36.074467 20.440892,37.345498 22.422794,37.706253 L 23.207481,43.412507 C 23.831913,43.469346 25.556962,43.628788 26.428924,43.516527 L 27.307112,37.576373 C 29.188855,37.108084 32.440272,35.773413 33.97541,34.681463 L 38.751465,38.132271 C 39.921276,37.13702 39.931757,36.987055 40.855703,35.757755 L 37.316505,30.727054 C 38.204954,29.192656 39.353733,26.191831 39.665742,24.381045 L 45.460384,23.419582 C 45.508931,22.841863 45.511294,21.230793 45.366882,20.245037 L 39.463105,19.226449 C 39.022378,17.599038 37.509894,14.666467 36.594056,13.301345 L 40.346408,8.5773019 C 39.320436,7.3225876 38.938964,7.150431 37.649602,6.1664065 L 32.707289,9.7056032 C 31.335043,8.8940304 28.598675,7.6568558 26.995341,7.3043568 L 26.122266,1.6501132 C 25.322445,1.5560285 23.014871,1.5978075 22.557788,1.6501132 z "
179 style="opacity:0.34659089;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.9999997;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
180 sodipodi:nodetypes="ccccccccccccccccccccccccccccccccc" />
181 </g>
182</svg>
diff --git a/icons/tango-svg/folder.svg b/icons/tango-svg/folder.svg
new file mode 100644
index 0000000000..79b25c305b
--- /dev/null
+++ b/icons/tango-svg/folder.svg
@@ -0,0 +1,424 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3<svg
4 xmlns:dc="http://purl.org/dc/elements/1.1/"
5 xmlns:cc="http://creativecommons.org/ns#"
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7 xmlns:svg="http://www.w3.org/2000/svg"
8 xmlns="http://www.w3.org/2000/svg"
9 xmlns:xlink="http://www.w3.org/1999/xlink"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="48.000000px"
13 height="48.000000px"
14 id="svg97"
15 sodipodi:version="0.32"
16 inkscape:version="0.46"
17 sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/places"
18 sodipodi:docname="folder.svg"
19 inkscape:export-filename="/home/jimmac/Desktop/horlander-style3.png"
20 inkscape:export-xdpi="90.000000"
21 inkscape:export-ydpi="90.000000"
22 inkscape:output_extension="org.inkscape.output.svg.inkscape">
23 <defs
24 id="defs3">
25 <inkscape:perspective
26 sodipodi:type="inkscape:persp3d"
27 inkscape:vp_x="0 : 24 : 1"
28 inkscape:vp_y="0 : 1000 : 0"
29 inkscape:vp_z="48 : 24 : 1"
30 inkscape:persp3d-origin="24 : 16 : 1"
31 id="perspective68" />
32 <radialGradient
33 inkscape:collect="always"
34 xlink:href="#linearGradient5060"
35 id="radialGradient6719"
36 gradientUnits="userSpaceOnUse"
37 gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
38 cx="605.71429"
39 cy="486.64789"
40 fx="605.71429"
41 fy="486.64789"
42 r="117.14286" />
43 <linearGradient
44 inkscape:collect="always"
45 id="linearGradient5060">
46 <stop
47 style="stop-color:black;stop-opacity:1;"
48 offset="0"
49 id="stop5062" />
50 <stop
51 style="stop-color:black;stop-opacity:0;"
52 offset="1"
53 id="stop5064" />
54 </linearGradient>
55 <radialGradient
56 inkscape:collect="always"
57 xlink:href="#linearGradient5060"
58 id="radialGradient6717"
59 gradientUnits="userSpaceOnUse"
60 gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
61 cx="605.71429"
62 cy="486.64789"
63 fx="605.71429"
64 fy="486.64789"
65 r="117.14286" />
66 <linearGradient
67 id="linearGradient5048">
68 <stop
69 style="stop-color:black;stop-opacity:0;"
70 offset="0"
71 id="stop5050" />
72 <stop
73 id="stop5056"
74 offset="0.5"
75 style="stop-color:black;stop-opacity:1;" />
76 <stop
77 style="stop-color:black;stop-opacity:0;"
78 offset="1"
79 id="stop5052" />
80 </linearGradient>
81 <linearGradient
82 inkscape:collect="always"
83 xlink:href="#linearGradient5048"
84 id="linearGradient6715"
85 gradientUnits="userSpaceOnUse"
86 gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
87 x1="302.85715"
88 y1="366.64789"
89 x2="302.85715"
90 y2="609.50507" />
91 <linearGradient
92 inkscape:collect="always"
93 id="linearGradient9806">
94 <stop
95 style="stop-color:#000000;stop-opacity:1;"
96 offset="0"
97 id="stop9808" />
98 <stop
99 style="stop-color:#000000;stop-opacity:0;"
100 offset="1"
101 id="stop9810" />
102 </linearGradient>
103 <linearGradient
104 id="linearGradient9766">
105 <stop
106 style="stop-color:#6194cb;stop-opacity:1;"
107 offset="0"
108 id="stop9768" />
109 <stop
110 style="stop-color:#729fcf;stop-opacity:1;"
111 offset="1"
112 id="stop9770" />
113 </linearGradient>
114 <linearGradient
115 id="linearGradient3096">
116 <stop
117 id="stop3098"
118 offset="0"
119 style="stop-color:#424242;stop-opacity:1;" />
120 <stop
121 id="stop3100"
122 offset="1.0000000"
123 style="stop-color:#777777;stop-opacity:1.0000000;" />
124 </linearGradient>
125 <linearGradient
126 id="linearGradient319"
127 inkscape:collect="always">
128 <stop
129 id="stop320"
130 offset="0"
131 style="stop-color:#ffffff;stop-opacity:1;" />
132 <stop
133 id="stop321"
134 offset="1"
135 style="stop-color:#ffffff;stop-opacity:0;" />
136 </linearGradient>
137 <linearGradient
138 id="linearGradient1789">
139 <stop
140 style="stop-color:#202020;stop-opacity:1.0000000;"
141 offset="0.0000000"
142 id="stop1790" />
143 <stop
144 style="stop-color:#b9b9b9;stop-opacity:1.0000000;"
145 offset="1.0000000"
146 id="stop1791" />
147 </linearGradient>
148 <radialGradient
149 inkscape:collect="always"
150 xlink:href="#linearGradient1789"
151 id="radialGradient238"
152 gradientUnits="userSpaceOnUse"
153 gradientTransform="matrix(1.055022,-2.734504e-2,0.177703,1.190929,-3.572177,-7.125301)"
154 cx="20.706017"
155 cy="37.517986"
156 fx="20.706017"
157 fy="37.517986"
158 r="30.905205" />
159 <linearGradient
160 id="linearGradient3983">
161 <stop
162 style="stop-color:#ffffff;stop-opacity:0.87628865;"
163 offset="0.0000000"
164 id="stop3984" />
165 <stop
166 style="stop-color:#fffffe;stop-opacity:0.0000000;"
167 offset="1.0000000"
168 id="stop3985" />
169 </linearGradient>
170 <linearGradient
171 inkscape:collect="always"
172 xlink:href="#linearGradient3983"
173 id="linearGradient491"
174 gradientUnits="userSpaceOnUse"
175 gradientTransform="matrix(1.516844,0.000000,0.000000,0.708978,-0.879573,-1.318166)"
176 x1="6.2297964"
177 y1="13.773066"
178 x2="9.8980894"
179 y2="66.834053" />
180 <linearGradient
181 gradientUnits="userSpaceOnUse"
182 y2="46.689312"
183 x2="12.853771"
184 y1="32.567184"
185 x1="13.035696"
186 gradientTransform="matrix(1.317489,0.000000,0.000000,0.816256,-0.879573,-1.318166)"
187 id="linearGradient322"
188 xlink:href="#linearGradient319"
189 inkscape:collect="always" />
190 <linearGradient
191 gradientUnits="userSpaceOnUse"
192 y2="6.1802502"
193 x2="15.514889"
194 y1="31.367750"
195 x1="18.112709"
196 id="linearGradient3104"
197 xlink:href="#linearGradient3096"
198 inkscape:collect="always" />
199 <linearGradient
200 inkscape:collect="always"
201 xlink:href="#linearGradient9766"
202 id="linearGradient9772"
203 x1="22.175976"
204 y1="36.987999"
205 x2="22.065331"
206 y2="32.050499"
207 gradientUnits="userSpaceOnUse" />
208 <radialGradient
209 inkscape:collect="always"
210 xlink:href="#linearGradient9806"
211 id="radialGradient9812"
212 cx="24.35099"
213 cy="41.591846"
214 fx="24.35099"
215 fy="41.591846"
216 r="19.136078"
217 gradientTransform="matrix(1.000000,0.000000,0.000000,0.242494,1.565588e-16,31.50606)"
218 gradientUnits="userSpaceOnUse" />
219 </defs>
220 <sodipodi:namedview
221 fill="#729fcf"
222 id="base"
223 pagecolor="#ffffff"
224 bordercolor="#666666"
225 borderopacity="0.10196078"
226 inkscape:pageopacity="0.0"
227 inkscape:pageshadow="2"
228 inkscape:zoom="4"
229 inkscape:cx="54.359127"
230 inkscape:cy="-13.803699"
231 inkscape:current-layer="layer1"
232 showgrid="false"
233 inkscape:grid-bbox="true"
234 inkscape:document-units="px"
235 inkscape:window-width="1026"
236 inkscape:window-height="818"
237 inkscape:window-x="169"
238 inkscape:window-y="30"
239 inkscape:showpageshadow="false"
240 stroke="#3465a4" />
241 <metadata
242 id="metadata4">
243 <rdf:RDF>
244 <cc:Work
245 rdf:about="">
246 <dc:format>image/svg+xml</dc:format>
247 <dc:type
248 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
249 <dc:title>Folder Icon</dc:title>
250 <dc:date />
251 <dc:creator>
252 <cc:Agent>
253 <dc:title>Jakub Steiner</dc:title>
254 </cc:Agent>
255 </dc:creator>
256 <cc:license
257 rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
258 <dc:source>http://jimmac.musichall.cz</dc:source>
259 <dc:subject>
260 <rdf:Bag>
261 <rdf:li>folder</rdf:li>
262 <rdf:li>directory</rdf:li>
263 </rdf:Bag>
264 </dc:subject>
265 </cc:Work>
266 <cc:License
267 rdf:about="http://creativecommons.org/licenses/publicdomain/">
268 <cc:permits
269 rdf:resource="http://creativecommons.org/ns#Reproduction" />
270 <cc:permits
271 rdf:resource="http://creativecommons.org/ns#Distribution" />
272 <cc:permits
273 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
274 </cc:License>
275 </rdf:RDF>
276 </metadata>
277 <g
278 id="layer1"
279 inkscape:label="Folder"
280 inkscape:groupmode="layer">
281 <g
282 style="display:inline"
283 transform="matrix(2.262383e-2,0,0,2.086758e-2,43.38343,36.36962)"
284 id="g6707">
285 <rect
286 style="opacity:0.40206185;color:black;fill:url(#linearGradient6715);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"
287 id="rect6709"
288 width="1339.6335"
289 height="478.35718"
290 x="-1559.2523"
291 y="-150.69685" />
292 <path
293 style="opacity:0.40206185;color:black;fill:url(#radialGradient6717);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"
294 d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z "
295 id="path6711"
296 sodipodi:nodetypes="cccc" />
297 <path
298 sodipodi:nodetypes="cccc"
299 id="path6713"
300 d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z "
301 style="opacity:0.40206185;color:black;fill:url(#radialGradient6719);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" />
302 </g>
303 <path
304 d="M 4.5217805,38.687417 C 4.5435766,39.103721 4.9816854,39.520026 5.3979900,39.520026 L 36.725011,39.520026 C 37.141313,39.520026 37.535823,39.103721 37.514027,38.687417 L 36.577584,11.460682 C 36.555788,11.044379 36.117687,10.628066 35.701383,10.628066 L 22.430510,10.628066 C 21.945453,10.628066 21.196037,10.312477 21.028866,9.5214338 L 20.417475,6.6283628 C 20.262006,5.8926895 19.535261,5.5904766 19.118957,5.5904766 L 4.3400975,5.5904766 C 3.9237847,5.5904766 3.5292767,6.0067807 3.5510726,6.4230849 L 4.5217805,38.687417 z "
305 id="path216"
306 style="fill:url(#radialGradient238);fill-opacity:1.0000000;fill-rule:nonzero;stroke:url(#linearGradient3104);stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000"
307 sodipodi:nodetypes="ccccccssssccc" />
308 <path
309 sodipodi:nodetypes="cc"
310 id="path9788"
311 d="M 5.2265927,22.5625 L 35.492173,22.5625"
312 style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
313 <path
314 sodipodi:nodetypes="cc"
315 id="path9784"
316 d="M 5.0421736,18.5625 L 35.489104,18.5625"
317 style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
318 <path
319 style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
320 d="M 4.9806965,12.5625 L 35.488057,12.5625"
321 id="path9778"
322 sodipodi:nodetypes="cc" />
323 <path
324 style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
325 d="M 5.3861577,32.5625 L 35.494881,32.5625"
326 id="path9798"
327 sodipodi:nodetypes="cc" />
328 <path
329 sodipodi:nodetypes="cc"
330 id="path9800"
331 d="M 5.5091398,34.5625 L 35.496893,34.5625"
332 style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
333 <path
334 style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
335 d="M 5.0421736,16.5625 L 35.489104,16.5625"
336 id="path9782"
337 sodipodi:nodetypes="cc" />
338 <path
339 sodipodi:nodetypes="cc"
340 id="path9780"
341 d="M 5.0114345,14.5625 L 35.48858,14.5625"
342 style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
343 <path
344 sodipodi:nodetypes="cc"
345 id="path9776"
346 d="M 4.9220969,10.5625 L 20.202912,10.5625"
347 style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
348 <path
349 style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
350 d="M 4.8737534,8.5624999 L 19.657487,8.5624999"
351 id="path9774"
352 sodipodi:nodetypes="cc" />
353 <path
354 style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
355 d="M 5.3246666,28.5625 L 35.493876,28.5625"
356 id="path9794"
357 sodipodi:nodetypes="cc" />
358 <path
359 sodipodi:nodetypes="cc"
360 id="path9792"
361 d="M 5.2880638,26.5625 L 35.493184,26.5625"
362 style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
363 <path
364 style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
365 d="M 5.2265927,24.5625 L 35.492173,24.5625"
366 id="path9790"
367 sodipodi:nodetypes="cc" />
368 <path
369 style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
370 d="M 5.1958537,20.5625 L 35.491649,20.5625"
371 id="path9786"
372 sodipodi:nodetypes="cc" />
373 <path
374 sodipodi:nodetypes="cc"
375 id="path9796"
376 d="M 5.3246666,30.5625 L 35.493876,30.5625"
377 style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
378 <path
379 style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
380 d="M 5.5091398,36.5625 L 35.496893,36.5625"
381 id="path9802"
382 sodipodi:nodetypes="cc" />
383 <path
384 style="color:#000000;fill:url(#linearGradient491);fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.2138050;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block;overflow:visible;opacity:0.45142857"
385 d="M 6.0683430,38.864023 C 6.0846856,39.176251 5.8874317,39.384402 5.5697582,39.280326 L 5.5697582,39.280326 C 5.2520766,39.176251 5.0330270,38.968099 5.0166756,38.655870 L 4.0689560,6.5913839 C 4.0526131,6.2791558 4.2341418,6.0906134 4.5463699,6.0906134 L 18.968420,6.0429196 C 19.280648,6.0429196 19.900363,6.3433923 20.101356,7.3651014 L 20.674845,10.180636 C 20.247791,9.7153790 20.255652,9.7010175 20.037287,9.0239299 L 19.631192,7.7647478 C 19.412142,7.0371009 18.932991,6.9328477 18.620763,6.9328477 L 5.7329889,6.9328477 C 5.4207613,6.9328477 5.2235075,7.1409999 5.2398583,7.4532364 L 6.1778636,38.968099 L 6.0683430,38.864023 z "
386 id="path219"
387 sodipodi:nodetypes="cccccccccscccccc" />
388 <g
389 style="stroke-miterlimit:4.0000000;stroke-width:0.99946535;stroke:none;fill-rule:nonzero;fill-opacity:0.75706214;fill:#ffffff"
390 id="g220"
391 transform="matrix(1.040764,0.000000,5.449252e-2,1.040764,-8.670199,2.670594)"
392 inkscape:export-filename="/home/jimmac/ximian_art/icons/nautilus/suse93/gnome-fs-directory.png"
393 inkscape:export-xdpi="74.800003"
394 inkscape:export-ydpi="74.800003">
395 <path
396 style="fill-opacity:0.50847459;fill:#ffffff"
397 d="M 42.417183,8.5151772 C 42.422267,8.4180642 42.289022,8.2681890 42.182066,8.2681716 L 29.150665,8.2660527 C 29.150665,8.2660527 30.062379,8.8540072 31.352477,8.8622963 L 42.405974,8.9333167 C 42.417060,8.7215889 42.408695,8.6772845 42.417183,8.5151772 z "
398 id="path221"
399 sodipodi:nodetypes="cscscs" />
400 </g>
401 <path
402 style="color:#000000;fill:url(#linearGradient9772);fill-opacity:1.0;fill-rule:nonzero;stroke:#3465a4;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1;visibility:visible;display:block"
403 d="M 39.783532,39.510620 C 40.927426,39.466556 41.746608,38.414321 41.830567,37.189615 C 42.622354,25.640928 43.489927,15.957666 43.489927,15.957666 C 43.562082,15.710182 43.322016,15.462699 43.009787,15.462699 L 8.6386304,15.462699 C 8.6386304,15.462699 6.7883113,37.329591 6.7883113,37.329591 C 6.6737562,38.311657 6.3223038,39.134309 5.2384755,39.513304 L 39.783532,39.510620 z "
404 id="path233"
405 sodipodi:nodetypes="cscccscc"
406 inkscape:export-filename="/home/jimmac/ximian_art/icons/nautilus/suse93/gnome-fs-directory.png"
407 inkscape:export-xdpi="74.800003"
408 inkscape:export-ydpi="74.800003" />
409 <path
410 sodipodi:nodetypes="ccsscsc"
411 id="path304"
412 d="M 9.6202444,16.463921 L 42.411343,16.528735 L 40.837297,36.530714 C 40.752975,37.602225 40.386619,37.958929 38.964641,37.958929 C 37.093139,37.958929 10.286673,37.926522 7.569899,37.926522 C 7.8034973,37.605711 7.9036547,36.937899 7.9049953,36.92191 L 9.6202444,16.463921 z "
413 style="opacity:0.46590909;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:url(#linearGradient322);stroke-width:0.99999970px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1.0000000" />
414 <path
415 sodipodi:nodetypes="ccccc"
416 id="path323"
417 d="M 9.6202481,16.223182 L 8.4536014,31.866453 C 8.4536014,31.866453 16.749756,27.718375 27.119949,27.718375 C 37.490142,27.718375 42.675239,16.223182 42.675239,16.223182 L 9.6202481,16.223182 z "
418 style="fill:#ffffff;fill-opacity:0.089285679;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" />
419 </g>
420 <g
421 inkscape:groupmode="layer"
422 id="layer2"
423 inkscape:label="pattern" />
424</svg>
diff --git a/icons/tango-svg/format-indent-more.svg b/icons/tango-svg/format-indent-more.svg
new file mode 100644
index 0000000000..2047b623a4
--- /dev/null
+++ b/icons/tango-svg/format-indent-more.svg
@@ -0,0 +1,368 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3<svg
4 xmlns:dc="http://purl.org/dc/elements/1.1/"
5 xmlns:cc="http://creativecommons.org/ns#"
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7 xmlns:svg="http://www.w3.org/2000/svg"
8 xmlns="http://www.w3.org/2000/svg"
9 xmlns:xlink="http://www.w3.org/1999/xlink"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="48px"
13 height="48px"
14 id="svg4198"
15 sodipodi:version="0.32"
16 inkscape:version="0.46"
17 sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/actions"
18 sodipodi:docname="format-indent-more.svg"
19 inkscape:output_extension="org.inkscape.output.svg.inkscape">
20 <defs
21 id="defs4200">
22 <inkscape:perspective
23 sodipodi:type="inkscape:persp3d"
24 inkscape:vp_x="0 : 24 : 1"
25 inkscape:vp_y="0 : 1000 : 0"
26 inkscape:vp_z="48 : 24 : 1"
27 inkscape:persp3d-origin="24 : 16 : 1"
28 id="perspective56" />
29 <radialGradient
30 inkscape:collect="always"
31 xlink:href="#linearGradient5060"
32 id="radialGradient5031"
33 gradientUnits="userSpaceOnUse"
34 gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
35 cx="605.71429"
36 cy="486.64789"
37 fx="605.71429"
38 fy="486.64789"
39 r="117.14286" />
40 <linearGradient
41 inkscape:collect="always"
42 id="linearGradient5060">
43 <stop
44 style="stop-color:black;stop-opacity:1;"
45 offset="0"
46 id="stop5062" />
47 <stop
48 style="stop-color:black;stop-opacity:0;"
49 offset="1"
50 id="stop5064" />
51 </linearGradient>
52 <radialGradient
53 inkscape:collect="always"
54 xlink:href="#linearGradient5060"
55 id="radialGradient5029"
56 gradientUnits="userSpaceOnUse"
57 gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
58 cx="605.71429"
59 cy="486.64789"
60 fx="605.71429"
61 fy="486.64789"
62 r="117.14286" />
63 <linearGradient
64 id="linearGradient5048">
65 <stop
66 style="stop-color:black;stop-opacity:0;"
67 offset="0"
68 id="stop5050" />
69 <stop
70 id="stop5056"
71 offset="0.5"
72 style="stop-color:black;stop-opacity:1;" />
73 <stop
74 style="stop-color:black;stop-opacity:0;"
75 offset="1"
76 id="stop5052" />
77 </linearGradient>
78 <linearGradient
79 inkscape:collect="always"
80 xlink:href="#linearGradient5048"
81 id="linearGradient5027"
82 gradientUnits="userSpaceOnUse"
83 gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
84 x1="302.85715"
85 y1="366.64789"
86 x2="302.85715"
87 y2="609.50507" />
88 <linearGradient
89 id="linearGradient5157">
90 <stop
91 style="stop-color:#555753"
92 offset="0"
93 id="stop5159" />
94 <stop
95 style="stop-color:#555753;stop-opacity:0;"
96 offset="1"
97 id="stop5161" />
98 </linearGradient>
99 <linearGradient
100 id="linearGradient2591">
101 <stop
102 style="stop-color:#9db029;stop-opacity:1;"
103 offset="0"
104 id="stop2593" />
105 <stop
106 style="stop-color:#869623;stop-opacity:1.0000000;"
107 offset="1.0000000"
108 id="stop2595" />
109 </linearGradient>
110 <linearGradient
111 inkscape:collect="always"
112 id="linearGradient3558">
113 <stop
114 style="stop-color:#000000;stop-opacity:1;"
115 offset="0"
116 id="stop3560" />
117 <stop
118 style="stop-color:#000000;stop-opacity:0;"
119 offset="1"
120 id="stop3562" />
121 </linearGradient>
122 <radialGradient
123 inkscape:collect="always"
124 xlink:href="#linearGradient3558"
125 id="radialGradient3564"
126 cx="22.571428"
127 cy="30.857143"
128 fx="22.571428"
129 fy="30.857143"
130 r="15.571428"
131 gradientTransform="matrix(1.000000,0.000000,0.000000,0.651376,4.638648e-15,10.75754)"
132 gradientUnits="userSpaceOnUse" />
133 <linearGradient
134 id="linearGradient15218">
135 <stop
136 style="stop-color:#f8f8f7;stop-opacity:1;"
137 offset="0"
138 id="stop15220" />
139 <stop
140 id="stop2269"
141 offset="0.59928656"
142 style="stop-color:#e8e8e8;stop-opacity:1;" />
143 <stop
144 style="stop-color:#e2e2de;stop-opacity:1;"
145 offset="1"
146 id="stop15222" />
147 </linearGradient>
148 <linearGradient
149 inkscape:collect="always"
150 xlink:href="#linearGradient15218"
151 id="linearGradient15224"
152 x1="22.308331"
153 y1="18.992140"
154 x2="35.785294"
155 y2="39.498238"
156 gradientUnits="userSpaceOnUse"
157 gradientTransform="matrix(1.060837,0.000000,0.000000,0.987595,4.641161,4.108291)" />
158 <linearGradient
159 inkscape:collect="always"
160 id="linearGradient2259">
161 <stop
162 style="stop-color:#ffffff;stop-opacity:1;"
163 offset="0"
164 id="stop2261" />
165 <stop
166 style="stop-color:#ffffff;stop-opacity:0;"
167 offset="1"
168 id="stop2263" />
169 </linearGradient>
170 <linearGradient
171 inkscape:collect="always"
172 xlink:href="#linearGradient2259"
173 id="linearGradient2265"
174 x1="26.076092"
175 y1="26.696676"
176 x2="30.811172"
177 y2="42.007351"
178 gradientUnits="userSpaceOnUse"
179 gradientTransform="matrix(0.993566,0.000000,0.000000,1.000000,6.219859,4.033411)" />
180 <linearGradient
181 inkscape:collect="always"
182 id="linearGradient2216">
183 <stop
184 style="stop-color:#000000;stop-opacity:1;"
185 offset="0"
186 id="stop2218" />
187 <stop
188 style="stop-color:#000000;stop-opacity:0;"
189 offset="1"
190 id="stop2220" />
191 </linearGradient>
192 <linearGradient
193 inkscape:collect="always"
194 xlink:href="#linearGradient2216"
195 id="linearGradient2222"
196 x1="36.8125"
197 y1="39.15625"
198 x2="39.0625"
199 y2="42.0625"
200 gradientUnits="userSpaceOnUse"
201 gradientTransform="translate(6.161836,4.033411)" />
202 <linearGradient
203 id="linearGradient2224">
204 <stop
205 style="stop-color:#7c7c7c;stop-opacity:1;"
206 offset="0"
207 id="stop2226" />
208 <stop
209 style="stop-color:#b8b8b8;stop-opacity:1;"
210 offset="1"
211 id="stop2228" />
212 </linearGradient>
213 <linearGradient
214 inkscape:collect="always"
215 xlink:href="#linearGradient15218"
216 id="linearGradient2240"
217 gradientUnits="userSpaceOnUse"
218 gradientTransform="matrix(1.342704,0.000000,0.000000,1.235378,-8.219611,-6.577189)"
219 x1="20.794008"
220 y1="18.378813"
221 x2="35.596001"
222 y2="39.60046" />
223 <linearGradient
224 inkscape:collect="always"
225 xlink:href="#linearGradient5157"
226 id="linearGradient5163"
227 x1="10.729691"
228 y1="26.422195"
229 x2="2.3941064"
230 y2="26.422195"
231 gradientUnits="userSpaceOnUse"
232 gradientTransform="matrix(1.188000,0.000000,0.000000,1.188000,6.648659,4.174916)" />
233 </defs>
234 <sodipodi:namedview
235 id="base"
236 pagecolor="#ffffff"
237 bordercolor="#bebebe"
238 borderopacity="0.28627451"
239 inkscape:pageopacity="0.0"
240 inkscape:pageshadow="2"
241 inkscape:zoom="11.313708"
242 inkscape:cx="18.443076"
243 inkscape:cy="19.079251"
244 inkscape:current-layer="layer1"
245 showgrid="false"
246 inkscape:grid-bbox="true"
247 inkscape:document-units="px"
248 inkscape:window-width="872"
249 inkscape:window-height="818"
250 inkscape:window-x="395"
251 inkscape:window-y="30"
252 inkscape:showpageshadow="false"
253 fill="#555753" />
254 <metadata
255 id="metadata4203">
256 <rdf:RDF>
257 <cc:Work
258 rdf:about="">
259 <dc:format>image/svg+xml</dc:format>
260 <dc:type
261 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
262 <dc:title>Indent More</dc:title>
263 <dc:date />
264 <dc:creator>
265 <cc:Agent>
266 <dc:title>Jakub Steiner</dc:title>
267 </cc:Agent>
268 </dc:creator>
269 <dc:subject>
270 <rdf:Bag>
271 <rdf:li>indent</rdf:li>
272 <rdf:li>more</rdf:li>
273 </rdf:Bag>
274 </dc:subject>
275 <cc:license
276 rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
277 <dc:identifier>http://jimmac.musichall.cz</dc:identifier>
278 </cc:Work>
279 <cc:License
280 rdf:about="http://creativecommons.org/licenses/publicdomain/">
281 <cc:permits
282 rdf:resource="http://creativecommons.org/ns#Reproduction" />
283 <cc:permits
284 rdf:resource="http://creativecommons.org/ns#Distribution" />
285 <cc:permits
286 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
287 </cc:License>
288 </rdf:RDF>
289 </metadata>
290 <g
291 id="layer1"
292 inkscape:label="Layer 1"
293 inkscape:groupmode="layer">
294 <g
295 style="display:inline"
296 id="g5022"
297 transform="matrix(2.330573e-2,0,0,1.227058e-2,44.47891,44.41691)">
298 <rect
299 y="-150.69685"
300 x="-1559.2523"
301 height="478.35718"
302 width="1339.6335"
303 id="rect4173"
304 style="opacity:0.40206185;color:black;fill:url(#linearGradient5027);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" />
305 <path
306 sodipodi:nodetypes="cccc"
307 id="path5058"
308 d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z "
309 style="opacity:0.40206185;color:black;fill:url(#radialGradient5029);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" />
310 <path
311 style="opacity:0.40206185;color:black;fill:url(#radialGradient5031);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"
312 d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z "
313 id="path5018"
314 sodipodi:nodetypes="cccc" />
315 </g>
316 <rect
317 style="opacity:1;fill:url(#linearGradient2240);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:0.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
318 id="rect4238"
319 width="38.996792"
320 height="45.003101"
321 x="4.5016017"
322 y="1.4968988"
323 rx="0.56650788"
324 ry="0.56650823" />
325 <rect
326 style="color:#000000;fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
327 id="rect4248"
328 width="12.000005"
329 height="2"
330 x="26.00001"
331 y="6" />
332 <rect
333 y="10"
334 x="26.00001"
335 height="2"
336 width="11.111115"
337 id="rect4250"
338 style="color:#000000;fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
339 <rect
340 style="color:#000000;fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
341 id="rect4252"
342 width="10.209573"
343 height="2"
344 x="26.00001"
345 y="14" />
346 <rect
347 y="18"
348 x="26.00001"
349 height="2"
350 width="12.000005"
351 id="rect4254"
352 style="color:#000000;fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
353 <rect
354 style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
355 id="rect2245"
356 width="37.025566"
357 height="43.022316"
358 x="5.4997125"
359 y="2.4997177"
360 rx="0"
361 ry="0" />
362 <path
363 sodipodi:nodetypes="cccccccc"
364 id="path8643"
365 d="M 9,26.743533 L 9,38.610554 L 22.112421,38.610554 L 22.112421,44.458667 L 35.851425,32.651858 L 22.109863,21 L 22.109863,26.747164 L 9,26.743533 z "
366 style="opacity:1;color:#000000;fill:url(#linearGradient5163);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
367 </g>
368</svg>
diff --git a/icons/tango-svg/format-justify-left.svg b/icons/tango-svg/format-justify-left.svg
new file mode 100644
index 0000000000..c250195007
--- /dev/null
+++ b/icons/tango-svg/format-justify-left.svg
@@ -0,0 +1,271 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3<svg
4 xmlns:dc="http://purl.org/dc/elements/1.1/"
5 xmlns:cc="http://creativecommons.org/ns#"
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7 xmlns:svg="http://www.w3.org/2000/svg"
8 xmlns="http://www.w3.org/2000/svg"
9 xmlns:xlink="http://www.w3.org/1999/xlink"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="48px"
13 height="48px"
14 id="svg4198"
15 sodipodi:version="0.32"
16 inkscape:version="0.46"
17 sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/actions"
18 sodipodi:docname="format-justify-left.svg"
19 inkscape:output_extension="org.inkscape.output.svg.inkscape">
20 <defs
21 id="defs4200">
22 <inkscape:perspective
23 sodipodi:type="inkscape:persp3d"
24 inkscape:vp_x="0 : 24 : 1"
25 inkscape:vp_y="0 : 1000 : 0"
26 inkscape:vp_z="48 : 24 : 1"
27 inkscape:persp3d-origin="24 : 16 : 1"
28 id="perspective37" />
29 <radialGradient
30 inkscape:collect="always"
31 xlink:href="#linearGradient5060"
32 id="radialGradient5031"
33 gradientUnits="userSpaceOnUse"
34 gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
35 cx="605.71429"
36 cy="486.64789"
37 fx="605.71429"
38 fy="486.64789"
39 r="117.14286" />
40 <linearGradient
41 inkscape:collect="always"
42 id="linearGradient5060">
43 <stop
44 style="stop-color:black;stop-opacity:1;"
45 offset="0"
46 id="stop5062" />
47 <stop
48 style="stop-color:black;stop-opacity:0;"
49 offset="1"
50 id="stop5064" />
51 </linearGradient>
52 <radialGradient
53 inkscape:collect="always"
54 xlink:href="#linearGradient5060"
55 id="radialGradient5029"
56 gradientUnits="userSpaceOnUse"
57 gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
58 cx="605.71429"
59 cy="486.64789"
60 fx="605.71429"
61 fy="486.64789"
62 r="117.14286" />
63 <linearGradient
64 id="linearGradient5048">
65 <stop
66 style="stop-color:black;stop-opacity:0;"
67 offset="0"
68 id="stop5050" />
69 <stop
70 id="stop5056"
71 offset="0.5"
72 style="stop-color:black;stop-opacity:1;" />
73 <stop
74 style="stop-color:black;stop-opacity:0;"
75 offset="1"
76 id="stop5052" />
77 </linearGradient>
78 <linearGradient
79 inkscape:collect="always"
80 xlink:href="#linearGradient5048"
81 id="linearGradient5027"
82 gradientUnits="userSpaceOnUse"
83 gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
84 x1="302.85715"
85 y1="366.64789"
86 x2="302.85715"
87 y2="609.50507" />
88 <linearGradient
89 inkscape:collect="always"
90 id="linearGradient3558">
91 <stop
92 style="stop-color:#000000;stop-opacity:1;"
93 offset="0"
94 id="stop3560" />
95 <stop
96 style="stop-color:#000000;stop-opacity:0;"
97 offset="1"
98 id="stop3562" />
99 </linearGradient>
100 <radialGradient
101 inkscape:collect="always"
102 xlink:href="#linearGradient3558"
103 id="radialGradient3564"
104 cx="22.571428"
105 cy="30.857143"
106 fx="22.571428"
107 fy="30.857143"
108 r="15.571428"
109 gradientTransform="matrix(1.000000,0.000000,0.000000,0.651376,4.638648e-15,10.75754)"
110 gradientUnits="userSpaceOnUse" />
111 <linearGradient
112 id="linearGradient15218">
113 <stop
114 style="stop-color:#f8f8f7;stop-opacity:1;"
115 offset="0"
116 id="stop15220" />
117 <stop
118 id="stop2269"
119 offset="0.59928656"
120 style="stop-color:#e8e8e8;stop-opacity:1;" />
121 <stop
122 style="stop-color:#e2e2de;stop-opacity:1;"
123 offset="1"
124 id="stop15222" />
125 </linearGradient>
126 <linearGradient
127 inkscape:collect="always"
128 xlink:href="#linearGradient15218"
129 id="linearGradient2240"
130 gradientUnits="userSpaceOnUse"
131 gradientTransform="matrix(1.342704,0.000000,0.000000,1.235378,-8.219611,-6.577189)"
132 x1="20.794008"
133 y1="18.378813"
134 x2="35.596001"
135 y2="39.60046" />
136 </defs>
137 <sodipodi:namedview
138 id="base"
139 pagecolor="#ffffff"
140 bordercolor="#bebebe"
141 borderopacity="1.0000000"
142 inkscape:pageopacity="0.0"
143 inkscape:pageshadow="2"
144 inkscape:zoom="11.313708"
145 inkscape:cx="25.107118"
146 inkscape:cy="27.632093"
147 inkscape:current-layer="layer1"
148 showgrid="false"
149 inkscape:grid-bbox="true"
150 inkscape:document-units="px"
151 inkscape:window-width="1280"
152 inkscape:window-height="818"
153 inkscape:window-x="0"
154 inkscape:window-y="30"
155 inkscape:showpageshadow="false" />
156 <metadata
157 id="metadata4203">
158 <rdf:RDF>
159 <cc:Work
160 rdf:about="">
161 <dc:format>image/svg+xml</dc:format>
162 <dc:type
163 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
164 <dc:title>Justify Left</dc:title>
165 <dc:date>2005-10-29</dc:date>
166 <dc:creator>
167 <cc:Agent>
168 <dc:title>Andreas Nilsson</dc:title>
169 </cc:Agent>
170 </dc:creator>
171 <dc:subject>
172 <rdf:Bag>
173 <rdf:li>justify</rdf:li>
174 <rdf:li>left</rdf:li>
175 </rdf:Bag>
176 </dc:subject>
177 <cc:license
178 rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
179 </cc:Work>
180 <cc:License
181 rdf:about="http://creativecommons.org/licenses/publicdomain/">
182 <cc:permits
183 rdf:resource="http://creativecommons.org/ns#Reproduction" />
184 <cc:permits
185 rdf:resource="http://creativecommons.org/ns#Distribution" />
186 <cc:permits
187 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
188 </cc:License>
189 </rdf:RDF>
190 </metadata>
191 <g
192 id="layer1"
193 inkscape:label="Layer 1"
194 inkscape:groupmode="layer">
195 <g
196 style="display:inline"
197 id="g5022"
198 transform="matrix(2.330573e-2,0,0,1.227058e-2,44.47891,44.41691)">
199 <rect
200 y="-150.69685"
201 x="-1559.2523"
202 height="478.35718"
203 width="1339.6335"
204 id="rect4173"
205 style="opacity:0.40206185;color:black;fill:url(#linearGradient5027);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" />
206 <path
207 sodipodi:nodetypes="cccc"
208 id="path5058"
209 d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z "
210 style="opacity:0.40206185;color:black;fill:url(#radialGradient5029);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" />
211 <path
212 style="opacity:0.40206185;color:black;fill:url(#radialGradient5031);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"
213 d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z "
214 id="path5018"
215 sodipodi:nodetypes="cccc" />
216 </g>
217 <rect
218 style="opacity:1;fill:url(#linearGradient2240);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:0.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
219 id="rect4238"
220 width="38.996792"
221 height="45.003101"
222 x="4.5016017"
223 y="1.4968988"
224 rx="0.56650788"
225 ry="0.56650823" />
226 <rect
227 style="opacity:1;color:#000000;fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
228 id="rect4248"
229 width="27"
230 height="2"
231 x="9"
232 y="10" />
233 <rect
234 y="16"
235 x="9"
236 height="2"
237 width="25"
238 id="rect4250"
239 style="opacity:1;color:#000000;fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
240 <rect
241 style="opacity:1;color:#000000;fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
242 id="rect4252"
243 width="22.971531"
244 height="2"
245 x="9"
246 y="22" />
247 <rect
248 y="28"
249 x="9"
250 height="2"
251 width="27"
252 id="rect4254"
253 style="opacity:1;color:#000000;fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
254 <rect
255 style="opacity:1;color:#000000;fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
256 id="rect4256"
257 width="17"
258 height="2"
259 x="9"
260 y="34" />
261 <rect
262 style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
263 id="rect2245"
264 width="37.025566"
265 height="43.022316"
266 x="5.4997125"
267 y="2.4997177"
268 rx="0"
269 ry="0" />
270 </g>
271</svg>
diff --git a/icons/tango-svg/go-jump.svg b/icons/tango-svg/go-jump.svg
new file mode 100644
index 0000000000..4832fe9484
--- /dev/null
+++ b/icons/tango-svg/go-jump.svg
@@ -0,0 +1,204 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3<svg
4 xmlns:dc="http://purl.org/dc/elements/1.1/"
5 xmlns:cc="http://creativecommons.org/ns#"
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7 xmlns:svg="http://www.w3.org/2000/svg"
8 xmlns="http://www.w3.org/2000/svg"
9 xmlns:xlink="http://www.w3.org/1999/xlink"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 sodipodi:docname="go-jump.svg"
13 sodipodi:docbase="/home/tigert/cvs/freedesktop.org/tango-icon-theme/scalable/actions"
14 inkscape:version="0.46"
15 sodipodi:version="0.32"
16 id="svg11300"
17 height="48px"
18 width="48px"
19 inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png"
20 inkscape:export-xdpi="90.000000"
21 inkscape:export-ydpi="90.000000"
22 inkscape:output_extension="org.inkscape.output.svg.inkscape">
23 <defs
24 id="defs3">
25 <inkscape:perspective
26 sodipodi:type="inkscape:persp3d"
27 inkscape:vp_x="0 : 24 : 1"
28 inkscape:vp_y="0 : 1000 : 0"
29 inkscape:vp_z="48 : 24 : 1"
30 inkscape:persp3d-origin="24 : 16 : 1"
31 id="perspective26" />
32 <linearGradient
33 inkscape:collect="always"
34 id="linearGradient2702">
35 <stop
36 style="stop-color:#3a7304;stop-opacity:1;"
37 offset="0"
38 id="stop2704" />
39 <stop
40 style="stop-color:#3a7304;stop-opacity:0;"
41 offset="1"
42 id="stop2706" />
43 </linearGradient>
44 <linearGradient
45 inkscape:collect="always"
46 id="linearGradient2187">
47 <stop
48 style="stop-color:#ffffff;stop-opacity:1;"
49 offset="0"
50 id="stop2189" />
51 <stop
52 style="stop-color:#ffffff;stop-opacity:0;"
53 offset="1"
54 id="stop2191" />
55 </linearGradient>
56 <linearGradient
57 id="linearGradient2161">
58 <stop
59 style="stop-color:#519e07;stop-opacity:1"
60 offset="0"
61 id="stop2163" />
62 <stop
63 style="stop-color:#6cc813;stop-opacity:1"
64 offset="1.0000000"
65 id="stop2165" />
66 </linearGradient>
67 <linearGradient
68 id="linearGradient8662"
69 inkscape:collect="always">
70 <stop
71 id="stop8664"
72 offset="0"
73 style="stop-color:#000000;stop-opacity:1;" />
74 <stop
75 id="stop8666"
76 offset="1"
77 style="stop-color:#000000;stop-opacity:0;" />
78 </linearGradient>
79 <radialGradient
80 gradientUnits="userSpaceOnUse"
81 gradientTransform="matrix(1.000000,0.000000,0.000000,0.536723,-1.160225e-14,16.87306)"
82 r="15.644737"
83 fy="36.421127"
84 fx="24.837126"
85 cy="36.421127"
86 cx="24.837126"
87 id="radialGradient8668"
88 xlink:href="#linearGradient8662"
89 inkscape:collect="always" />
90 <linearGradient
91 inkscape:collect="always"
92 xlink:href="#linearGradient2161"
93 id="linearGradient2167"
94 x1="22.000000"
95 y1="16.642263"
96 x2="19.377108"
97 y2="12.448164"
98 gradientUnits="userSpaceOnUse"
99 gradientTransform="matrix(1.171926,0.000000,0.000000,1.171926,-4.674553,-1.427903)" />
100 <linearGradient
101 inkscape:collect="always"
102 xlink:href="#linearGradient2187"
103 id="linearGradient2193"
104 x1="14.296179"
105 y1="15.230618"
106 x2="10.022297"
107 y2="23.105061"
108 gradientUnits="userSpaceOnUse"
109 gradientTransform="matrix(1.171926,0.000000,0.000000,1.171926,-4.674553,-1.427903)" />
110 <linearGradient
111 inkscape:collect="always"
112 xlink:href="#linearGradient2702"
113 id="linearGradient2708"
114 x1="12.105637"
115 y1="24.589863"
116 x2="6.1056361"
117 y2="29.839863"
118 gradientUnits="userSpaceOnUse" />
119 </defs>
120 <sodipodi:namedview
121 inkscape:window-y="160"
122 inkscape:window-x="0"
123 inkscape:window-height="688"
124 inkscape:window-width="872"
125 inkscape:showpageshadow="false"
126 inkscape:document-units="px"
127 inkscape:grid-bbox="true"
128 showgrid="false"
129 inkscape:current-layer="layer1"
130 inkscape:cy="46.696516"
131 inkscape:cx="30.109761"
132 inkscape:zoom="4"
133 inkscape:pageshadow="2"
134 inkscape:pageopacity="0.0"
135 borderopacity="0.25490196"
136 bordercolor="#666666"
137 pagecolor="#ffffff"
138 id="base"
139 fill="#8ae234"
140 stroke="#8ae234" />
141 <metadata
142 id="metadata4">
143 <rdf:RDF>
144 <cc:Work
145 rdf:about="">
146 <dc:format>image/svg+xml</dc:format>
147 <dc:type
148 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
149 <dc:creator>
150 <cc:Agent>
151 <dc:title>Jakub Steiner</dc:title>
152 </cc:Agent>
153 </dc:creator>
154 <dc:source>http://jimmac.musichall.cz</dc:source>
155 <cc:license
156 rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
157 <dc:title>Go Jump</dc:title>
158 <dc:subject>
159 <rdf:Bag>
160 <rdf:li>go</rdf:li>
161 <rdf:li>jump</rdf:li>
162 <rdf:li>seek</rdf:li>
163 <rdf:li>arrow</rdf:li>
164 <rdf:li>pointer</rdf:li>
165 </rdf:Bag>
166 </dc:subject>
167 </cc:Work>
168 <cc:License
169 rdf:about="http://creativecommons.org/licenses/publicdomain/">
170 <cc:permits
171 rdf:resource="http://creativecommons.org/ns#Reproduction" />
172 <cc:permits
173 rdf:resource="http://creativecommons.org/ns#Distribution" />
174 <cc:permits
175 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
176 </cc:License>
177 </rdf:RDF>
178 </metadata>
179 <g
180 inkscape:groupmode="layer"
181 inkscape:label="Layer 1"
182 id="layer1">
183 <path
184 transform="matrix(1.489736,0.000000,0.000000,-1.001252,-12.26794,72.07115)"
185 d="M 40.481863 36.421127 A 15.644737 8.3968935 0 1 1 9.1923885,36.421127 A 15.644737 8.3968935 0 1 1 40.481863 36.421127 z"
186 sodipodi:ry="8.3968935"
187 sodipodi:rx="15.644737"
188 sodipodi:cy="36.421127"
189 sodipodi:cx="24.837126"
190 id="path8660"
191 style="opacity:0.14117648;color:#000000;fill:url(#radialGradient8668);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
192 sodipodi:type="arc" />
193 <path
194 style="opacity:1.0000000;color:#000000;fill:url(#linearGradient2167);fill-opacity:1.0000000;fill-rule:nonzero;stroke:url(#linearGradient2708);stroke-width:1.0000001;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1;visibility:visible;display:block;overflow:visible"
195 d="M 4.3920955,35.164045 C 3.0709563,-4.8617622 38.100746,1.7948935 36.928820,22.596580 L 46.304228,22.596580 L 31.655153,34.315840 L 16.420115,22.596580 C 16.420115,22.596580 26.088504,22.596580 26.088504,22.596580 C 26.674467,8.5334680 4.6559242,4.1065510 4.3920955,35.164045 z "
196 id="path1432"
197 sodipodi:nodetypes="ccccccc" />
198 <path
199 sodipodi:nodetypes="ccccccc"
200 id="path2177"
201 d="M 4.3609454,33.776714 C 4.4557415,-2.2986419 38.008172,2.0411991 35.829171,23.579043 L 43.433623,23.579043 L 31.618133,32.977887 L 19.387494,23.579043 C 19.387494,23.579043 27.066938,23.579043 27.066938,23.579043 C 28.105744,5.5081081 3.1989499,4.7058695 4.3609454,33.776714 z "
202 style="opacity:0.41764703;color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:nonzero;stroke:url(#linearGradient2193);stroke-width:0.99999970;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block;overflow:visible" />
203 </g>
204</svg>
diff --git a/icons/tango-svg/go-next.svg b/icons/tango-svg/go-next.svg
new file mode 100644
index 0000000000..41e5990b8f
--- /dev/null
+++ b/icons/tango-svg/go-next.svg
@@ -0,0 +1,192 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3<svg
4 xmlns:dc="http://purl.org/dc/elements/1.1/"
5 xmlns:cc="http://creativecommons.org/ns#"
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7 xmlns:svg="http://www.w3.org/2000/svg"
8 xmlns="http://www.w3.org/2000/svg"
9 xmlns:xlink="http://www.w3.org/1999/xlink"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 sodipodi:docname="go-next.svg"
13 sodipodi:docbase="/home/tigert/cvs/freedesktop.org/tango-icon-theme/scalable/actions"
14 inkscape:version="0.46"
15 sodipodi:version="0.32"
16 id="svg11300"
17 height="48"
18 width="48"
19 inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png"
20 inkscape:export-xdpi="90.000000"
21 inkscape:export-ydpi="90.000000"
22 version="1.0"
23 inkscape:output_extension="org.inkscape.output.svg.inkscape">
24 <defs
25 id="defs3">
26 <inkscape:perspective
27 sodipodi:type="inkscape:persp3d"
28 inkscape:vp_x="0 : 24 : 1"
29 inkscape:vp_y="0 : 1000 : 0"
30 inkscape:vp_z="48 : 24 : 1"
31 inkscape:persp3d-origin="24 : 16 : 1"
32 id="perspective23" />
33 <linearGradient
34 id="linearGradient2591">
35 <stop
36 style="stop-color:#73d216"
37 offset="0"
38 id="stop2593" />
39 <stop
40 style="stop-color:#4e9a06"
41 offset="1.0000000"
42 id="stop2595" />
43 </linearGradient>
44 <linearGradient
45 id="linearGradient8662"
46 inkscape:collect="always">
47 <stop
48 id="stop8664"
49 offset="0"
50 style="stop-color:#000000;stop-opacity:1;" />
51 <stop
52 id="stop8666"
53 offset="1"
54 style="stop-color:#000000;stop-opacity:0;" />
55 </linearGradient>
56 <linearGradient
57 id="linearGradient8650"
58 inkscape:collect="always">
59 <stop
60 id="stop8652"
61 offset="0"
62 style="stop-color:#ffffff;stop-opacity:1;" />
63 <stop
64 id="stop8654"
65 offset="1"
66 style="stop-color:#ffffff;stop-opacity:0;" />
67 </linearGradient>
68 <radialGradient
69 gradientUnits="userSpaceOnUse"
70 gradientTransform="matrix(2.046729,-3.749427e-16,2.853404e-16,1.557610,-19.51799,3.452086)"
71 r="17.171415"
72 fy="2.8969381"
73 fx="19.701141"
74 cy="2.8969381"
75 cx="19.701141"
76 id="radialGradient8656"
77 xlink:href="#linearGradient8650"
78 inkscape:collect="always" />
79 <radialGradient
80 gradientUnits="userSpaceOnUse"
81 gradientTransform="matrix(1.000000,0.000000,0.000000,0.536723,2.511012e-15,16.87306)"
82 r="15.644737"
83 fy="36.421127"
84 fx="24.837126"
85 cy="36.421127"
86 cx="24.837126"
87 id="radialGradient8668"
88 xlink:href="#linearGradient8662"
89 inkscape:collect="always" />
90 <radialGradient
91 inkscape:collect="always"
92 xlink:href="#linearGradient2591"
93 id="radialGradient2597"
94 cx="22.291636"
95 cy="32.797512"
96 fx="22.291636"
97 fy="32.797512"
98 r="16.9562"
99 gradientTransform="matrix(0.843022,1.871885e-16,-2.265228e-16,1.020168,4.499298,1.381992)"
100 gradientUnits="userSpaceOnUse" />
101 </defs>
102 <sodipodi:namedview
103 inkscape:window-y="30"
104 inkscape:window-x="0"
105 inkscape:window-height="818"
106 inkscape:window-width="1280"
107 inkscape:showpageshadow="false"
108 inkscape:document-units="px"
109 inkscape:grid-bbox="true"
110 showgrid="false"
111 inkscape:current-layer="layer1"
112 inkscape:cy="27.398876"
113 inkscape:cx="20.508639"
114 inkscape:zoom="11.313708"
115 inkscape:pageshadow="2"
116 inkscape:pageopacity="0.0"
117 borderopacity="0.25490196"
118 bordercolor="#666666"
119 pagecolor="#ffffff"
120 id="base"
121 fill="#4e9a06"
122 stroke="#4e9a06" />
123 <metadata
124 id="metadata4">
125 <rdf:RDF>
126 <cc:Work
127 rdf:about="">
128 <dc:format>image/svg+xml</dc:format>
129 <dc:type
130 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
131 <dc:creator>
132 <cc:Agent>
133 <dc:title>Jakub Steiner</dc:title>
134 </cc:Agent>
135 </dc:creator>
136 <dc:source>http://jimmac.musichall.cz</dc:source>
137 <cc:license
138 rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
139 <dc:title>Go Next</dc:title>
140 <dc:subject>
141 <rdf:Bag>
142 <rdf:li>go</rdf:li>
143 <rdf:li>next</rdf:li>
144 <rdf:li>right</rdf:li>
145 <rdf:li>arrow</rdf:li>
146 <rdf:li>pointer</rdf:li>
147 <rdf:li>&gt;</rdf:li>
148 </rdf:Bag>
149 </dc:subject>
150 </cc:Work>
151 <cc:License
152 rdf:about="http://creativecommons.org/licenses/publicdomain/">
153 <cc:permits
154 rdf:resource="http://creativecommons.org/ns#Reproduction" />
155 <cc:permits
156 rdf:resource="http://creativecommons.org/ns#Distribution" />
157 <cc:permits
158 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
159 </cc:License>
160 </rdf:RDF>
161 </metadata>
162 <g
163 inkscape:groupmode="layer"
164 inkscape:label="Layer 1"
165 id="layer1">
166 <path
167 transform="matrix(1.271186,0.000000,0.000000,1.271186,-8.119376,-15.10179)"
168 d="M 40.481863 36.421127 A 15.644737 8.3968935 0 1 1 9.1923885,36.421127 A 15.644737 8.3968935 0 1 1 40.481863 36.421127 z"
169 sodipodi:ry="8.3968935"
170 sodipodi:rx="15.644737"
171 sodipodi:cy="36.421127"
172 sodipodi:cx="24.837126"
173 id="path8660"
174 style="opacity:0.29946522;color:#000000;fill:url(#radialGradient8668);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
175 sodipodi:type="arc" />
176 <path
177 sodipodi:nodetypes="cccccccc"
178 id="path8643"
179 d="M 8.5541875,15.517348 L 8.5541875,32.511768 L 21.538,32.511768 L 21.538,41.056806 L 41.497835,24.150365 L 21.41919,7.1251168 L 21.41919,15.522652 L 8.5541875,15.517348 z "
180 style="opacity:1;color:#000000;fill:url(#radialGradient2597);fill-opacity:1;fill-rule:evenodd;stroke:#3a7304;stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
181 <path
182 sodipodi:nodetypes="cccccc"
183 id="path8645"
184 d="M 21.962385,8.2485033 L 21.962385,16.054978 L 9.1452151,16.054978 L 9.1452151,25.095691 C 26.895215,27.095691 25.778752,17.640403 40.528752,24.140403 L 21.962385,8.2485033 z "
185 style="opacity:0.5080214;color:#000000;fill:url(#radialGradient8656);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
186 <path
187 style="opacity:0.48128339;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
188 d="M 9.537702,16.561892 L 9.537702,31.546332 L 22.523069,31.546332 L 22.523069,38.941498 L 40.001083,24.145807 L 22.507108,9.3654066 L 22.507108,16.566789 L 9.537702,16.561892 z "
189 id="path8658"
190 sodipodi:nodetypes="cccccccc" />
191 </g>
192</svg>
diff --git a/icons/tango-svg/go-previous.svg b/icons/tango-svg/go-previous.svg
new file mode 100644
index 0000000000..d5381de3a5
--- /dev/null
+++ b/icons/tango-svg/go-previous.svg
@@ -0,0 +1,854 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3<svg
4 xmlns:dc="http://purl.org/dc/elements/1.1/"
5 xmlns:cc="http://creativecommons.org/ns#"
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7 xmlns:svg="http://www.w3.org/2000/svg"
8 xmlns="http://www.w3.org/2000/svg"
9 xmlns:xlink="http://www.w3.org/1999/xlink"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 sodipodi:docname="go-previous.svg"
13 sodipodi:docbase="/home/andreas/projekt/tango/scalable"
14 inkscape:version="0.46"
15 sodipodi:version="0.32"
16 id="svg11300"
17 height="48px"
18 width="48px"
19 inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png"
20 inkscape:export-xdpi="90.000000"
21 inkscape:export-ydpi="90.000000"
22 inkscape:output_extension="org.inkscape.output.svg.inkscape">
23 <defs
24 id="defs3">
25 <inkscape:perspective
26 sodipodi:type="inkscape:persp3d"
27 inkscape:vp_x="0 : 24 : 1"
28 inkscape:vp_y="0 : 1000 : 0"
29 inkscape:vp_z="48 : 24 : 1"
30 inkscape:persp3d-origin="24 : 16 : 1"
31 id="perspective128" />
32 <linearGradient
33 id="linearGradient2591">
34 <stop
35 style="stop-color:#73d216"
36 offset="0"
37 id="stop2593" />
38 <stop
39 style="stop-color:#4e9a06"
40 offset="1.0000000"
41 id="stop2595" />
42 </linearGradient>
43 <linearGradient
44 id="linearGradient10314">
45 <stop
46 style="stop-color:#7ea5d6;stop-opacity:1.0000000;"
47 offset="0.0000000"
48 id="stop10316" />
49 <stop
50 style="stop-color:#467ec5;stop-opacity:1.0000000;"
51 offset="1.0000000"
52 id="stop10318" />
53 </linearGradient>
54 <linearGradient
55 id="linearGradient8938">
56 <stop
57 id="stop8940"
58 offset="0.0000000"
59 style="stop-color:#fdc674;stop-opacity:1.0000000;" />
60 <stop
61 id="stop8942"
62 offset="1.0000000"
63 style="stop-color:#d88103;stop-opacity:1.0000000;" />
64 </linearGradient>
65 <linearGradient
66 id="linearGradient8662"
67 inkscape:collect="always">
68 <stop
69 id="stop8664"
70 offset="0"
71 style="stop-color:#000000;stop-opacity:1;" />
72 <stop
73 id="stop8666"
74 offset="1"
75 style="stop-color:#000000;stop-opacity:0;" />
76 </linearGradient>
77 <linearGradient
78 id="linearGradient8650"
79 inkscape:collect="always">
80 <stop
81 id="stop8652"
82 offset="0"
83 style="stop-color:#ffffff;stop-opacity:1;" />
84 <stop
85 id="stop8654"
86 offset="1"
87 style="stop-color:#ffffff;stop-opacity:0;" />
88 </linearGradient>
89 <linearGradient
90 id="linearGradient7636"
91 inkscape:collect="always">
92 <stop
93 id="stop7638"
94 offset="0"
95 style="stop-color:#000000;stop-opacity:1;" />
96 <stop
97 id="stop7640"
98 offset="1"
99 style="stop-color:#000000;stop-opacity:0;" />
100 </linearGradient>
101 <linearGradient
102 id="linearGradient7614">
103 <stop
104 id="stop7616"
105 offset="0.0000000"
106 style="stop-color:#ffffff;stop-opacity:1.0000000;" />
107 <stop
108 style="stop-color:#ffffff;stop-opacity:1.0000000;"
109 offset="0.21590909"
110 id="stop7649" />
111 <stop
112 style="stop-color:#838383;stop-opacity:1.0000000;"
113 offset="0.50000000"
114 id="stop7632" />
115 <stop
116 id="stop7618"
117 offset="1"
118 style="stop-color:#838383;stop-opacity:0;" />
119 </linearGradient>
120 <linearGradient
121 id="linearGradient7608">
122 <stop
123 style="stop-color:#ffffff;stop-opacity:1.0000000;"
124 offset="0.0000000"
125 id="stop7610" />
126 <stop
127 id="stop7622"
128 offset="0.46022728"
129 style="stop-color:#e3e3e3;stop-opacity:1.0000000;" />
130 <stop
131 style="stop-color:#dadada;stop-opacity:0.67058824;"
132 offset="0.61970556"
133 id="stop7624" />
134 <stop
135 style="stop-color:#d1d1d1;stop-opacity:0.34285715;"
136 offset="1.0000000"
137 id="stop7612" />
138 </linearGradient>
139 <linearGradient
140 id="linearGradient7602">
141 <stop
142 id="stop7604"
143 offset="0.0000000"
144 style="stop-color:#f6f6f6;stop-opacity:1.0000000;" />
145 <stop
146 id="stop7606"
147 offset="1.0000000"
148 style="stop-color:#e0e0e0;stop-opacity:1.0000000;" />
149 </linearGradient>
150 <linearGradient
151 id="linearGradient7586">
152 <stop
153 id="stop7588"
154 offset="0.0000000"
155 style="stop-color:#525252;stop-opacity:1.0000000;" />
156 <stop
157 id="stop7590"
158 offset="1.0000000"
159 style="stop-color:#000000;stop-opacity:1.0000000;" />
160 </linearGradient>
161 <linearGradient
162 inkscape:collect="always"
163 id="linearGradient12836">
164 <stop
165 style="stop-color:#515152;stop-opacity:1;"
166 offset="0"
167 id="stop12838" />
168 <stop
169 style="stop-color:#515152;stop-opacity:0;"
170 offset="1"
171 id="stop12840" />
172 </linearGradient>
173 <linearGradient
174 id="linearGradient12828">
175 <stop
176 style="stop-color:#cccccd;stop-opacity:1.0000000;"
177 offset="0.0000000"
178 id="stop12830" />
179 <stop
180 id="stop12862"
181 offset="0.0000000"
182 style="stop-color:#adadae;stop-opacity:1.0000000;" />
183 <stop
184 style="stop-color:#8f8f90;stop-opacity:0.0000000;"
185 offset="1.0000000"
186 id="stop12832" />
187 </linearGradient>
188 <linearGradient
189 id="linearGradient12810">
190 <stop
191 style="stop-color:#ffffff;stop-opacity:1;"
192 offset="0"
193 id="stop12812" />
194 <stop
195 style="stop-color:#e5e5e5;stop-opacity:1.0000000;"
196 offset="1.0000000"
197 id="stop12814" />
198 </linearGradient>
199 <linearGradient
200 inkscape:collect="always"
201 id="linearGradient11625">
202 <stop
203 style="stop-color:#fce94f;stop-opacity:1;"
204 offset="0"
205 id="stop11627" />
206 <stop
207 style="stop-color:#fce94f;stop-opacity:0;"
208 offset="1"
209 id="stop11629" />
210 </linearGradient>
211 <linearGradient
212 id="linearGradient11615">
213 <stop
214 style="stop-color:#636363;stop-opacity:1.0000000;"
215 offset="0.0000000"
216 id="stop11617" />
217 <stop
218 style="stop-color:#000000;stop-opacity:1.0000000;"
219 offset="1.0000000"
220 id="stop11619" />
221 </linearGradient>
222 <linearGradient
223 id="linearGradient11602">
224 <stop
225 style="stop-color:#ffffff;stop-opacity:1.0000000;"
226 offset="0.0000000"
227 id="stop11604" />
228 <stop
229 style="stop-color:#c5c5c5;stop-opacity:1.0000000;"
230 offset="1.0000000"
231 id="stop11606" />
232 </linearGradient>
233 <linearGradient
234 id="linearGradient11594">
235 <stop
236 style="stop-color:#ffffff;stop-opacity:1;"
237 offset="0"
238 id="stop11596" />
239 <stop
240 style="stop-color:#d1d1d1;stop-opacity:1.0000000;"
241 offset="1.0000000"
242 id="stop11598" />
243 </linearGradient>
244 <linearGradient
245 id="linearGradient11520">
246 <stop
247 style="stop-color:#fbfbfb;stop-opacity:1.0000000;"
248 offset="0.0000000"
249 id="stop11522" />
250 <stop
251 style="stop-color:#dcdcdc;stop-opacity:1.0000000;"
252 offset="1.0000000"
253 id="stop11524" />
254 </linearGradient>
255 <linearGradient
256 inkscape:collect="always"
257 id="linearGradient11508">
258 <stop
259 style="stop-color:#000000;stop-opacity:1;"
260 offset="0"
261 id="stop11510" />
262 <stop
263 style="stop-color:#000000;stop-opacity:0;"
264 offset="1"
265 id="stop11512" />
266 </linearGradient>
267 <linearGradient
268 inkscape:collect="always"
269 id="linearGradient11494">
270 <stop
271 style="stop-color:#ef2929;stop-opacity:1;"
272 offset="0"
273 id="stop11496" />
274 <stop
275 style="stop-color:#ef2929;stop-opacity:0;"
276 offset="1"
277 id="stop11498" />
278 </linearGradient>
279 <linearGradient
280 id="linearGradient11415">
281 <stop
282 style="stop-color:#204a87;stop-opacity:0.0000000;"
283 offset="0.0000000"
284 id="stop11417" />
285 <stop
286 id="stop11423"
287 offset="0.50000000"
288 style="stop-color:#204a87;stop-opacity:1.0000000;" />
289 <stop
290 style="stop-color:#204a87;stop-opacity:0;"
291 offset="1"
292 id="stop11419" />
293 </linearGradient>
294 <linearGradient
295 inkscape:collect="always"
296 id="linearGradient11399">
297 <stop
298 style="stop-color:#000000;stop-opacity:1;"
299 offset="0"
300 id="stop11401" />
301 <stop
302 style="stop-color:#000000;stop-opacity:0;"
303 offset="1"
304 id="stop11403" />
305 </linearGradient>
306 <linearGradient
307 inkscape:collect="always"
308 xlink:href="#linearGradient11415"
309 id="linearGradient11425"
310 gradientUnits="userSpaceOnUse"
311 x1="15.828360"
312 y1="3.7744560"
313 x2="43.615788"
314 y2="34.462429"
315 gradientTransform="translate(-60.28571,-0.285714)" />
316 <linearGradient
317 inkscape:collect="always"
318 xlink:href="#linearGradient11415"
319 id="linearGradient11427"
320 gradientUnits="userSpaceOnUse"
321 x1="9.6957054"
322 y1="9.3458843"
323 x2="35.679932"
324 y2="39.033859"
325 gradientTransform="translate(-60.57143,0.000000)" />
326 <linearGradient
327 inkscape:collect="always"
328 xlink:href="#linearGradient11415"
329 id="linearGradient11439"
330 gradientUnits="userSpaceOnUse"
331 gradientTransform="translate(-60.85714,0.428571)"
332 x1="13.267134"
333 y1="19.774456"
334 x2="26.758644"
335 y2="33.462429" />
336 <radialGradient
337 inkscape:collect="always"
338 xlink:href="#linearGradient11399"
339 id="radialGradient11441"
340 gradientUnits="userSpaceOnUse"
341 gradientTransform="matrix(1.000000,0.000000,0.000000,0.487395,0.000000,20.06483)"
342 cx="12.071428"
343 cy="39.142857"
344 fx="12.071428"
345 fy="39.142857"
346 r="8.5000000" />
347 <radialGradient
348 inkscape:collect="always"
349 xlink:href="#linearGradient11494"
350 id="radialGradient11500"
351 cx="27.577173"
352 cy="15.048258"
353 fx="27.577173"
354 fy="15.048258"
355 r="3.8335034"
356 gradientUnits="userSpaceOnUse"
357 gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)" />
358 <radialGradient
359 inkscape:collect="always"
360 xlink:href="#linearGradient11494"
361 id="radialGradient11504"
362 gradientUnits="userSpaceOnUse"
363 gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
364 cx="27.577173"
365 cy="16.049133"
366 fx="27.577173"
367 fy="16.049133"
368 r="3.8335034" />
369 <radialGradient
370 inkscape:collect="always"
371 xlink:href="#linearGradient11508"
372 id="radialGradient11514"
373 cx="30.203562"
374 cy="44.565483"
375 fx="30.203562"
376 fy="44.565483"
377 r="6.5659914"
378 gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,2.166583e-14,29.48178)"
379 gradientUnits="userSpaceOnUse" />
380 <radialGradient
381 inkscape:collect="always"
382 xlink:href="#linearGradient11520"
383 id="radialGradient11526"
384 cx="24.445690"
385 cy="35.878170"
386 fx="24.445690"
387 fy="35.878170"
388 r="20.530962"
389 gradientUnits="userSpaceOnUse"
390 gradientTransform="matrix(1.995058,-1.535926e-32,0.000000,1.855412,24.94925,-30.20430)" />
391 <radialGradient
392 inkscape:collect="always"
393 xlink:href="#linearGradient11508"
394 id="radialGradient11532"
395 gradientUnits="userSpaceOnUse"
396 gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,-5.348412e-14,29.48178)"
397 cx="30.203562"
398 cy="44.565483"
399 fx="30.203562"
400 fy="44.565483"
401 r="6.5659914" />
402 <linearGradient
403 inkscape:collect="always"
404 xlink:href="#linearGradient11594"
405 id="linearGradient11600"
406 x1="20.092352"
407 y1="8.9471626"
408 x2="31.799011"
409 y2="38.947163"
410 gradientUnits="userSpaceOnUse"
411 gradientTransform="matrix(1.045319,0.000000,0.000000,0.957884,48.16627,1.415543)" />
412 <linearGradient
413 inkscape:collect="always"
414 xlink:href="#linearGradient11520"
415 id="linearGradient11608"
416 x1="24.445671"
417 y1="0.49847093"
418 x2="24.445671"
419 y2="39.447163"
420 gradientUnits="userSpaceOnUse"
421 gradientTransform="matrix(0.984324,0.000000,0.000000,0.957884,49.65734,1.415543)" />
422 <radialGradient
423 inkscape:collect="always"
424 xlink:href="#linearGradient11615"
425 id="radialGradient11621"
426 cx="25.000000"
427 cy="27.749998"
428 fx="25.000000"
429 fy="27.749998"
430 r="4.7500000"
431 gradientTransform="matrix(3.570338,3.171097e-15,-4.005596e-15,4.509900,-64.25843,-94.25499)"
432 gradientUnits="userSpaceOnUse" />
433 <linearGradient
434 inkscape:collect="always"
435 xlink:href="#linearGradient11625"
436 id="linearGradient11631"
437 x1="21.500000"
438 y1="30.000000"
439 x2="21.500000"
440 y2="27.375000"
441 gradientUnits="userSpaceOnUse" />
442 <linearGradient
443 inkscape:collect="always"
444 xlink:href="#linearGradient11625"
445 id="linearGradient11635"
446 gradientUnits="userSpaceOnUse"
447 x1="21.500000"
448 y1="30.000000"
449 x2="21.500000"
450 y2="27.375000"
451 gradientTransform="translate(2.000000,0.000000)" />
452 <linearGradient
453 inkscape:collect="always"
454 xlink:href="#linearGradient11625"
455 id="linearGradient11639"
456 gradientUnits="userSpaceOnUse"
457 gradientTransform="translate(4.000000,0.000000)"
458 x1="21.500000"
459 y1="30.000000"
460 x2="21.500000"
461 y2="27.375000" />
462 <linearGradient
463 inkscape:collect="always"
464 xlink:href="#linearGradient11625"
465 id="linearGradient11643"
466 gradientUnits="userSpaceOnUse"
467 gradientTransform="translate(6.000000,0.000000)"
468 x1="21.500000"
469 y1="30.000000"
470 x2="21.500000"
471 y2="27.375000" />
472 <linearGradient
473 inkscape:collect="always"
474 xlink:href="#linearGradient11625"
475 id="linearGradient11647"
476 gradientUnits="userSpaceOnUse"
477 gradientTransform="translate(8.000000,0.000000)"
478 x1="21.500000"
479 y1="30.000000"
480 x2="21.500000"
481 y2="27.375000" />
482 <linearGradient
483 inkscape:collect="always"
484 xlink:href="#linearGradient11625"
485 id="linearGradient11655"
486 gradientUnits="userSpaceOnUse"
487 x1="21.500000"
488 y1="30.000000"
489 x2="21.500000"
490 y2="27.375000" />
491 <linearGradient
492 inkscape:collect="always"
493 xlink:href="#linearGradient11625"
494 id="linearGradient11657"
495 gradientUnits="userSpaceOnUse"
496 gradientTransform="translate(2.000000,0.000000)"
497 x1="21.500000"
498 y1="30.000000"
499 x2="21.500000"
500 y2="27.375000" />
501 <linearGradient
502 inkscape:collect="always"
503 xlink:href="#linearGradient11625"
504 id="linearGradient11659"
505 gradientUnits="userSpaceOnUse"
506 gradientTransform="translate(4.000000,0.000000)"
507 x1="21.500000"
508 y1="30.000000"
509 x2="21.500000"
510 y2="27.375000" />
511 <linearGradient
512 inkscape:collect="always"
513 xlink:href="#linearGradient11625"
514 id="linearGradient11661"
515 gradientUnits="userSpaceOnUse"
516 gradientTransform="translate(6.000000,0.000000)"
517 x1="21.500000"
518 y1="30.000000"
519 x2="21.500000"
520 y2="27.375000" />
521 <linearGradient
522 inkscape:collect="always"
523 xlink:href="#linearGradient12810"
524 id="linearGradient12816"
525 x1="65.623963"
526 y1="21.459777"
527 x2="87.528968"
528 y2="21.459777"
529 gradientUnits="userSpaceOnUse" />
530 <linearGradient
531 inkscape:collect="always"
532 xlink:href="#linearGradient12810"
533 id="linearGradient12818"
534 gradientUnits="userSpaceOnUse"
535 x1="84.998962"
536 y1="25.209778"
537 x2="62.591469"
538 y2="12.022278" />
539 <radialGradient
540 inkscape:collect="always"
541 xlink:href="#linearGradient12828"
542 id="radialGradient12834"
543 cx="88.593018"
544 cy="33.398670"
545 fx="88.593018"
546 fy="33.398670"
547 r="7.0056136"
548 gradientTransform="matrix(0.969219,0.227988,-0.194668,0.827570,9.443870,-15.99848)"
549 gradientUnits="userSpaceOnUse" />
550 <linearGradient
551 inkscape:collect="always"
552 xlink:href="#linearGradient12836"
553 id="linearGradient12842"
554 x1="88.750000"
555 y1="31.656250"
556 x2="92.062500"
557 y2="36.656250"
558 gradientUnits="userSpaceOnUse" />
559 <linearGradient
560 inkscape:collect="always"
561 xlink:href="#linearGradient12810"
562 id="linearGradient12878"
563 gradientUnits="userSpaceOnUse"
564 x1="65.623963"
565 y1="21.459777"
566 x2="87.528968"
567 y2="21.459777" />
568 <linearGradient
569 inkscape:collect="always"
570 xlink:href="#linearGradient12836"
571 id="linearGradient12880"
572 gradientUnits="userSpaceOnUse"
573 x1="88.750000"
574 y1="31.656250"
575 x2="92.062500"
576 y2="36.656250" />
577 <radialGradient
578 inkscape:collect="always"
579 xlink:href="#linearGradient12828"
580 id="radialGradient12882"
581 gradientUnits="userSpaceOnUse"
582 gradientTransform="matrix(0.969219,0.227988,-0.194668,0.827570,9.443870,-15.99848)"
583 cx="88.593018"
584 cy="33.398670"
585 fx="88.593018"
586 fy="33.398670"
587 r="7.0056136" />
588 <linearGradient
589 inkscape:collect="always"
590 xlink:href="#linearGradient12810"
591 id="linearGradient12884"
592 gradientUnits="userSpaceOnUse"
593 x1="84.998962"
594 y1="25.209778"
595 x2="62.591469"
596 y2="12.022278" />
597 <radialGradient
598 inkscape:collect="always"
599 xlink:href="#linearGradient11615"
600 id="radialGradient12894"
601 gradientUnits="userSpaceOnUse"
602 gradientTransform="matrix(3.570338,3.171097e-15,-4.005596e-15,4.509900,-64.25843,-94.25499)"
603 cx="25.000000"
604 cy="27.749998"
605 fx="25.000000"
606 fy="27.749998"
607 r="4.7500000" />
608 <linearGradient
609 inkscape:collect="always"
610 xlink:href="#linearGradient11625"
611 id="linearGradient12896"
612 gradientUnits="userSpaceOnUse"
613 x1="21.500000"
614 y1="30.000000"
615 x2="21.500000"
616 y2="27.375000"
617 gradientTransform="translate(7.267442e-2,-0.181686)" />
618 <linearGradient
619 inkscape:collect="always"
620 xlink:href="#linearGradient11625"
621 id="linearGradient12898"
622 gradientUnits="userSpaceOnUse"
623 gradientTransform="translate(2.072674,-0.181686)"
624 x1="21.500000"
625 y1="30.000000"
626 x2="21.500000"
627 y2="27.375000" />
628 <linearGradient
629 inkscape:collect="always"
630 xlink:href="#linearGradient11625"
631 id="linearGradient12900"
632 gradientUnits="userSpaceOnUse"
633 gradientTransform="translate(4.072674,-0.181686)"
634 x1="21.500000"
635 y1="30.000000"
636 x2="21.500000"
637 y2="27.375000" />
638 <linearGradient
639 inkscape:collect="always"
640 xlink:href="#linearGradient11625"
641 id="linearGradient12902"
642 gradientUnits="userSpaceOnUse"
643 gradientTransform="translate(6.000000,0.000000)"
644 x1="21.500000"
645 y1="30.000000"
646 x2="21.500000"
647 y2="27.375000" />
648 <linearGradient
649 inkscape:collect="always"
650 xlink:href="#linearGradient11625"
651 id="linearGradient12911"
652 gradientUnits="userSpaceOnUse"
653 gradientTransform="translate(7.267442e-2,-0.181686)"
654 x1="21.500000"
655 y1="30.000000"
656 x2="21.500000"
657 y2="27.375000" />
658 <linearGradient
659 inkscape:collect="always"
660 xlink:href="#linearGradient11625"
661 id="linearGradient12913"
662 gradientUnits="userSpaceOnUse"
663 gradientTransform="translate(2.072674,-0.181686)"
664 x1="21.500000"
665 y1="30.000000"
666 x2="21.500000"
667 y2="27.375000" />
668 <linearGradient
669 inkscape:collect="always"
670 xlink:href="#linearGradient11625"
671 id="linearGradient12915"
672 gradientUnits="userSpaceOnUse"
673 gradientTransform="translate(4.072674,-0.181686)"
674 x1="21.500000"
675 y1="30.000000"
676 x2="21.500000"
677 y2="27.375000" />
678 <linearGradient
679 y2="21.067410"
680 x2="24.445690"
681 y1="33.447811"
682 x1="31.597168"
683 gradientTransform="matrix(0.476329,0.000000,0.000000,0.627721,62.07560,9.156933)"
684 gradientUnits="userSpaceOnUse"
685 id="linearGradient7584"
686 xlink:href="#linearGradient11594"
687 inkscape:collect="always" />
688 <radialGradient
689 gradientUnits="userSpaceOnUse"
690 gradientTransform="matrix(2.407878,2.776254e-16,-5.900875e-16,1.861050,14.96976,-20.55775)"
691 r="6.0270013"
692 fy="29.099535"
693 fx="24.399090"
694 cy="29.099535"
695 cx="24.399090"
696 id="radialGradient7592"
697 xlink:href="#linearGradient7586"
698 inkscape:collect="always" />
699 <linearGradient
700 y2="11.042997"
701 x2="22.585604"
702 y1="34.149513"
703 x1="22.585604"
704 gradientTransform="matrix(1.059222,0.000000,0.000000,0.808101,48.08657,4.001391)"
705 gradientUnits="userSpaceOnUse"
706 id="linearGradient7596"
707 xlink:href="#linearGradient7608"
708 inkscape:collect="always" />
709 <linearGradient
710 gradientTransform="translate(49.32070,0.000000)"
711 gradientUnits="userSpaceOnUse"
712 y2="38.454056"
713 x2="28.284273"
714 y1="28.554562"
715 x1="25.279068"
716 id="linearGradient7642"
717 xlink:href="#linearGradient7636"
718 inkscape:collect="always" />
719 <radialGradient
720 gradientUnits="userSpaceOnUse"
721 gradientTransform="matrix(2.777122,-8.126449e-2,6.891211e-2,2.223012,4.035118,-33.24798)"
722 r="4.4774761"
723 fy="29.609560"
724 fx="24.483574"
725 cy="29.609560"
726 cx="24.483574"
727 id="radialGradient7647"
728 xlink:href="#linearGradient7614"
729 inkscape:collect="always" />
730 <radialGradient
731 gradientUnits="userSpaceOnUse"
732 gradientTransform="matrix(-2.046729,-3.749427e-16,-2.853404e-16,1.557610,67.59375,3.275309)"
733 r="17.171415"
734 fy="5.7859797"
735 fx="25.075571"
736 cy="5.7859797"
737 cx="25.075571"
738 id="radialGradient8656"
739 xlink:href="#linearGradient8650"
740 inkscape:collect="always" />
741 <radialGradient
742 gradientUnits="userSpaceOnUse"
743 gradientTransform="matrix(1.000000,0.000000,0.000000,0.536723,6.772795e-15,16.87306)"
744 r="15.644737"
745 fy="36.421127"
746 fx="24.837126"
747 cy="36.421127"
748 cx="24.837126"
749 id="radialGradient8668"
750 xlink:href="#linearGradient8662"
751 inkscape:collect="always" />
752 <radialGradient
753 inkscape:collect="always"
754 xlink:href="#linearGradient2591"
755 id="radialGradient2597"
756 cx="22.291636"
757 cy="32.797512"
758 fx="22.291636"
759 fy="32.797512"
760 r="16.956199"
761 gradientTransform="matrix(-0.843022,1.871885e-16,2.265228e-16,1.020168,43.57646,1.205215)"
762 gradientUnits="userSpaceOnUse" />
763 </defs>
764 <sodipodi:namedview
765 inkscape:window-y="30"
766 inkscape:window-x="0"
767 inkscape:window-height="818"
768 inkscape:window-width="1280"
769 inkscape:showpageshadow="false"
770 inkscape:document-units="px"
771 inkscape:grid-bbox="true"
772 showgrid="false"
773 inkscape:current-layer="layer1"
774 inkscape:cy="25.461494"
775 inkscape:cx="15.433072"
776 inkscape:zoom="16"
777 inkscape:pageshadow="2"
778 inkscape:pageopacity="0.0"
779 borderopacity="0.25490196"
780 bordercolor="#666666"
781 pagecolor="#ffffff"
782 id="base"
783 fill="#4e9a06"
784 stroke="#4e9a06" />
785 <metadata
786 id="metadata4">
787 <rdf:RDF>
788 <cc:Work
789 rdf:about="">
790 <dc:format>image/svg+xml</dc:format>
791 <dc:type
792 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
793 <dc:creator>
794 <cc:Agent>
795 <dc:title>Jakub Steiner</dc:title>
796 </cc:Agent>
797 </dc:creator>
798 <dc:source>http://jimmac.musichall.cz</dc:source>
799 <cc:license
800 rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
801 <dc:title>Go Previous</dc:title>
802 <dc:subject>
803 <rdf:Bag>
804 <rdf:li>go</rdf:li>
805 <rdf:li>previous</rdf:li>
806 <rdf:li>left</rdf:li>
807 <rdf:li>arrow</rdf:li>
808 <rdf:li>pointer</rdf:li>
809 <rdf:li>&lt;</rdf:li>
810 </rdf:Bag>
811 </dc:subject>
812 </cc:Work>
813 <cc:License
814 rdf:about="http://creativecommons.org/licenses/publicdomain/">
815 <cc:permits
816 rdf:resource="http://creativecommons.org/ns#Reproduction" />
817 <cc:permits
818 rdf:resource="http://creativecommons.org/ns#Distribution" />
819 <cc:permits
820 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
821 </cc:License>
822 </rdf:RDF>
823 </metadata>
824 <g
825 inkscape:groupmode="layer"
826 inkscape:label="Layer 1"
827 id="layer1">
828 <path
829 transform="matrix(-1.271186,0.000000,0.000000,1.271186,56.19514,-15.27857)"
830 d="M 40.481863 36.421127 A 15.644737 8.3968935 0 1 1 9.1923885,36.421127 A 15.644737 8.3968935 0 1 1 40.481863 36.421127 z"
831 sodipodi:ry="8.3968935"
832 sodipodi:rx="15.644737"
833 sodipodi:cy="36.421127"
834 sodipodi:cx="24.837126"
835 id="path8660"
836 style="opacity:0.29946521;color:#000000;fill:url(#radialGradient8668);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
837 sodipodi:type="arc" />
838 <path
839 sodipodi:nodetypes="cccccccc"
840 id="path8643"
841 d="M 39.490316,15.496821 L 39.490316,32.491241 L 26.537753,32.491241 L 26.537753,40.973779 L 6.577917,23.973588 L 26.531563,6.7295901 L 26.531563,15.502125 L 39.490316,15.496821 z "
842 style="opacity:1.0000000;color:#000000;fill:url(#radialGradient2597);fill-opacity:1.0000000;fill-rule:evenodd;stroke:#3a7304;stroke-width:1.0000004;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
843 <path
844 sodipodi:nodetypes="cccccc"
845 id="path8645"
846 d="M 25.988368,7.9779766 L 25.988368,16.034451 L 38.930538,16.034451 L 38.930538,24.918914 C 22.180538,18.668914 22.797001,30.213626 7.547,23.963626 L 25.988368,7.9779766 z "
847 style="opacity:0.50802141;color:#000000;fill:url(#radialGradient8656);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" />
848 <path
849 style="opacity:0.48128340;color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.0000004;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
850 d="M 38.475551,16.541365 L 38.475551,31.463305 L 25.490184,31.463305 L 25.490184,38.764721 L 8.168419,23.96903 L 25.506145,9.0636299 L 25.506145,16.546262 L 38.475551,16.541365 z "
851 id="path8658"
852 sodipodi:nodetypes="cccccccc" />
853 </g>
854</svg>
diff --git a/icons/tango-svg/help-browser.svg b/icons/tango-svg/help-browser.svg
new file mode 100644
index 0000000000..851327f776
--- /dev/null
+++ b/icons/tango-svg/help-browser.svg
@@ -0,0 +1,224 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3<svg
4 xmlns:dc="http://purl.org/dc/elements/1.1/"
5 xmlns:cc="http://creativecommons.org/ns#"
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7 xmlns:svg="http://www.w3.org/2000/svg"
8 xmlns="http://www.w3.org/2000/svg"
9 xmlns:xlink="http://www.w3.org/1999/xlink"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="48.000000px"
13 height="48.000000px"
14 id="svg6361"
15 sodipodi:version="0.32"
16 inkscape:version="0.46"
17 sodipodi:docbase="/home/tigert/cvs/freedesktop.org/tango-icon-theme/scalable/apps"
18 sodipodi:docname="help-browser.svg"
19 inkscape:output_extension="org.inkscape.output.svg.inkscape">
20 <defs
21 id="defs3">
22 <inkscape:perspective
23 sodipodi:type="inkscape:persp3d"
24 inkscape:vp_x="0 : 24 : 1"
25 inkscape:vp_y="0 : 1000 : 0"
26 inkscape:vp_z="48 : 24 : 1"
27 inkscape:persp3d-origin="24 : 16 : 1"
28 id="perspective23" />
29 <linearGradient
30 id="linearGradient2431">
31 <stop
32 style="stop-color:#ffffff;stop-opacity:1;"
33 offset="0"
34 id="stop2433" />
35 <stop
36 style="stop-color:#b8b8b8;stop-opacity:1;"
37 offset="1"
38 id="stop2435" />
39 </linearGradient>
40 <linearGradient
41 inkscape:collect="always"
42 id="linearGradient21644">
43 <stop
44 style="stop-color:#000000;stop-opacity:1;"
45 offset="0"
46 id="stop21646" />
47 <stop
48 style="stop-color:#000000;stop-opacity:0;"
49 offset="1"
50 id="stop21648" />
51 </linearGradient>
52 <radialGradient
53 inkscape:collect="always"
54 xlink:href="#linearGradient21644"
55 id="radialGradient21650"
56 cx="25.125"
57 cy="36.75"
58 fx="25.125"
59 fy="36.75"
60 r="15.75"
61 gradientTransform="matrix(1.000000,0.000000,0.000000,0.595238,3.369686e-16,14.87500)"
62 gradientUnits="userSpaceOnUse" />
63 <linearGradient
64 id="linearGradient2933">
65 <stop
66 id="stop2935"
67 offset="0"
68 style="stop-color:#9cbcde;stop-opacity:1" />
69 <stop
70 id="stop2937"
71 offset="1"
72 style="stop-color:#204a87" />
73 </linearGradient>
74 <radialGradient
75 inkscape:collect="always"
76 xlink:href="#linearGradient2933"
77 id="radialGradient2207"
78 cx="26.544321"
79 cy="28.458725"
80 fx="26.544321"
81 fy="28.458725"
82 r="22.376116"
83 gradientUnits="userSpaceOnUse"
84 gradientTransform="matrix(1.238342,5.954846e-3,-6.507762e-3,1.351272,-6.992513,-9.744842)" />
85 <radialGradient
86 inkscape:collect="always"
87 xlink:href="#linearGradient2431"
88 id="radialGradient2437"
89 cx="-19.515638"
90 cy="16.855663"
91 fx="-19.515638"
92 fy="16.855663"
93 r="8.7536434"
94 gradientTransform="matrix(4.445991,-8.852599e-16,1.367217e-15,6.8665,67.25071,-104.6679)"
95 gradientUnits="userSpaceOnUse" />
96 </defs>
97 <sodipodi:namedview
98 inkscape:guide-bbox="true"
99 showguides="true"
100 id="base"
101 pagecolor="#ffffff"
102 bordercolor="#666666"
103 borderopacity="0.15294118"
104 inkscape:pageopacity="0.0"
105 inkscape:pageshadow="2"
106 inkscape:zoom="1"
107 inkscape:cx="25.160747"
108 inkscape:cy="22.523569"
109 inkscape:current-layer="layer1"
110 showgrid="true"
111 inkscape:grid-bbox="true"
112 inkscape:document-units="px"
113 inkscape:window-width="1014"
114 inkscape:window-height="818"
115 inkscape:window-x="0"
116 inkscape:window-y="30"
117 inkscape:showpageshadow="false"
118 fill="#deb887"
119 stroke="#204a87">
120 <inkscape:grid
121 id="GridFromPre046Settings"
122 type="xygrid"
123 originx="0px"
124 originy="0px"
125 spacingx="1px"
126 spacingy="1px"
127 color="#7171cd"
128 empcolor="#7b7bc3"
129 opacity="0.12156863"
130 empopacity="0.5372549"
131 empspacing="10"
132 visible="true"
133 enabled="true" />
134 </sodipodi:namedview>
135 <metadata
136 id="metadata4">
137 <rdf:RDF>
138 <cc:Work
139 rdf:about="">
140 <dc:format>image/svg+xml</dc:format>
141 <dc:type
142 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
143 <dc:title>Help Browser</dc:title>
144 <dc:date>2005-11-06</dc:date>
145 <dc:creator>
146 <cc:Agent>
147 <dc:title>Tuomas Kuosmanen</dc:title>
148 </cc:Agent>
149 </dc:creator>
150 <dc:subject>
151 <rdf:Bag>
152 <rdf:li>help</rdf:li>
153 <rdf:li>browser</rdf:li>
154 <rdf:li>documentation</rdf:li>
155 <rdf:li>docs</rdf:li>
156 <rdf:li>man</rdf:li>
157 <rdf:li>info</rdf:li>
158 </rdf:Bag>
159 </dc:subject>
160 <cc:license
161 rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
162 <dc:contributor>
163 <cc:Agent>
164 <dc:title>Jakub Steiner, Andreas Nilsson</dc:title>
165 </cc:Agent>
166 </dc:contributor>
167 <dc:source>http://tigert.com</dc:source>
168 </cc:Work>
169 <cc:License
170 rdf:about="http://creativecommons.org/licenses/publicdomain/">
171 <cc:permits
172 rdf:resource="http://creativecommons.org/ns#Reproduction" />
173 <cc:permits
174 rdf:resource="http://creativecommons.org/ns#Distribution" />
175 <cc:permits
176 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
177 </cc:License>
178 </rdf:RDF>
179 </metadata>
180 <g
181 id="layer1"
182 inkscape:label="Layer 1"
183 inkscape:groupmode="layer">
184 <path
185 sodipodi:type="arc"
186 style="opacity:0.63068181;color:#000000;fill:url(#radialGradient21650);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
187 id="path21642"
188 sodipodi:cx="25.125000"
189 sodipodi:cy="36.750000"
190 sodipodi:rx="15.750000"
191 sodipodi:ry="9.3750000"
192 d="M 40.875000 36.750000 A 15.750000 9.3750000 0 1 1 9.3750000,36.750000 A 15.750000 9.3750000 0 1 1 40.875000 36.750000 z"
193 transform="matrix(1.173803,0.000000,0.000000,0.600000,-5.004403,20.32500)" />
194 <path
195 sodipodi:type="arc"
196 style="fill:url(#radialGradient2207);fill-opacity:1.0000000;stroke:#204a87"
197 id="path2093"
198 sodipodi:cx="23.909048"
199 sodipodi:cy="23.825787"
200 sodipodi:rx="21.876116"
201 sodipodi:ry="21.876116"
202 d="M 45.785164 23.825787 A 21.876116 21.876116 0 1 1 2.0329323,23.825787 A 21.876116 21.876116 0 1 1 45.785164 23.825787 z"
203 transform="matrix(0.938442,0.000000,0.000000,0.938680,1.564075,1.633906)" />
204 <path
205 transform="matrix(0.855103,0.000000,0.000000,0.855213,3.555288,3.625019)"
206 d="M 45.785164 23.825787 A 21.876116 21.876116 0 1 1 2.0329323,23.825787 A 21.876116 21.876116 0 1 1 45.785164 23.825787 z"
207 sodipodi:ry="21.876116"
208 sodipodi:rx="21.876116"
209 sodipodi:cy="23.825787"
210 sodipodi:cx="23.909048"
211 id="path2209"
212 style="fill:none;fill-opacity:1.0000000;stroke:#ffffff;stroke-width:3.0307744;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000;opacity:0.96022727"
213 sodipodi:type="arc" />
214 <path
215 sodipodi:type="inkscape:offset"
216 inkscape:radius="0.13495015"
217 inkscape:original="M -20.25 6 C -21.298341 6.000026 -22.372769 6.1244771 -23.5 6.34375 C -24.627244 6.563073 -25.886043 6.8832479 -27.25 7.34375 L -27.25 12.5 C -26.100219 11.776335 -24.997109 11.236862 -23.9375 10.875 C -22.877902 10.502213 -21.881822 10.312521 -20.96875 10.3125 C -19.999334 10.312521 -19.259834 10.530174 -18.71875 10.96875 C -18.177686 11.396402 -17.906262 12.013726 -17.90625 12.78125 C -17.906261 13.285654 -18.039408 13.776881 -18.34375 14.28125 C -18.636843 14.785651 -19.107484 15.33609 -19.75 15.90625 L -20.84375 16.84375 C -22.038631 17.918325 -22.815518 18.829509 -23.1875 19.53125 C -23.559495 20.22205 -23.750005 21.007137 -23.75 21.90625 L -23.75 22.71875 L -17.65625 22.71875 L -17.65625 21.96875 C -17.656262 21.475338 -17.517981 21.030712 -17.28125 20.625 C -17.044542 20.208345 -16.547785 19.648586 -15.78125 18.96875 L -14.71875 18.03125 C -13.659161 17.055386 -12.908389 16.156813 -12.46875 15.3125 C -12.029144 14.457253 -11.781268 13.480828 -11.78125 12.40625 C -11.781268 10.311973 -12.525902 8.7417969 -13.96875 7.65625 C -15.41163 6.559783 -17.499549 6.0000261 -20.25 6 z M -23.75 25.15625 L -23.75 31 L -17.65625 31 L -17.65625 25.15625 L -23.75 25.15625 z "
218 xlink:href="#text2215"
219 style="font-size:34.15322876px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:url(#radialGradient2437);fill-opacity:1;stroke:#ffffff;stroke-width:1.09947276px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.78612713;font-family:Bitstream Vera Sans"
220 id="path1554"
221 d="M -20.25,5.875 C -21.309019,5.8750263 -22.397637,5.9982356 -23.53125,6.21875 C -24.664175,6.4391783 -25.911412,6.7562625 -27.28125,7.21875 C -27.291632,7.21754 -27.302118,7.21754 -27.3125,7.21875 C -27.324563,7.2273788 -27.335121,7.237937 -27.34375,7.25 C -27.355813,7.2586288 -27.366371,7.269187 -27.375,7.28125 C -27.37621,7.2916315 -27.37621,7.3021185 -27.375,7.3125 C -27.37621,7.3228815 -27.37621,7.3333685 -27.375,7.34375 L -27.375,12.5 C -27.37621,12.510382 -27.37621,12.520868 -27.375,12.53125 C -27.37621,12.541632 -27.37621,12.552118 -27.375,12.5625 C -27.366371,12.574563 -27.355813,12.585121 -27.34375,12.59375 C -27.335121,12.605813 -27.324563,12.616371 -27.3125,12.625 C -27.302118,12.62621 -27.291632,12.62621 -27.28125,12.625 C -27.270868,12.62621 -27.260382,12.62621 -27.25,12.625 C -27.239618,12.62621 -27.229132,12.62621 -27.21875,12.625 C -27.208368,12.62621 -27.197882,12.62621 -27.1875,12.625 C -26.045062,11.905957 -24.954148,11.357862 -23.90625,11 C -22.858109,10.631244 -21.863134,10.437521 -20.96875,10.4375 C -20.019532,10.437521 -19.323825,10.648045 -18.8125,11.0625 C -18.303777,11.46459 -18.031262,12.04554 -18.03125,12.78125 C -18.03126,13.261907 -18.175438,13.73266 -18.46875,14.21875 C -18.751741,14.705766 -19.209015,15.249245 -19.84375,15.8125 L -20.9375,16.75 C -22.138959,17.83049 -22.926743,18.741022 -23.3125,19.46875 C -23.695613,20.180196 -23.875005,20.988074 -23.875,21.90625 L -23.875,22.71875 C -23.87621,22.729132 -23.87621,22.739618 -23.875,22.75 C -23.87621,22.760382 -23.87621,22.770868 -23.875,22.78125 C -23.866371,22.793313 -23.855813,22.803871 -23.84375,22.8125 C -23.835121,22.824563 -23.824563,22.835121 -23.8125,22.84375 C -23.802118,22.84496 -23.791632,22.84496 -23.78125,22.84375 C -23.770868,22.84496 -23.760382,22.84496 -23.75,22.84375 L -17.65625,22.84375 C -17.645868,22.84496 -17.635382,22.84496 -17.625,22.84375 C -17.614618,22.84496 -17.604132,22.84496 -17.59375,22.84375 C -17.581687,22.835121 -17.571129,22.824563 -17.5625,22.8125 C -17.550437,22.803871 -17.539879,22.793313 -17.53125,22.78125 C -17.53004,22.770868 -17.53004,22.760382 -17.53125,22.75 C -17.53004,22.739618 -17.53004,22.729132 -17.53125,22.71875 L -17.53125,21.96875 C -17.531261,21.500554 -17.38288,21.075901 -17.15625,20.6875 C -16.933955,20.296216 -16.448177,19.737141 -15.6875,19.0625 L -14.625,18.125 C -13.558412,17.14269 -12.794341,16.240346 -12.34375,15.375 C -11.894481,14.500954 -11.656268,13.50158 -11.65625,12.40625 C -11.656268,10.279985 -12.400019,8.6722224 -13.875,7.5625 C -15.350197,6.4414748 -17.48124,5.8750263 -20.25,5.875 z M -23.8125,25.03125 C -23.824563,25.039879 -23.835121,25.050437 -23.84375,25.0625 C -23.855813,25.071129 -23.866371,25.081687 -23.875,25.09375 C -23.87621,25.104132 -23.87621,25.114618 -23.875,25.125 C -23.87621,25.135382 -23.87621,25.145868 -23.875,25.15625 L -23.875,31 C -23.87621,31.010382 -23.87621,31.020868 -23.875,31.03125 C -23.87621,31.041632 -23.87621,31.052118 -23.875,31.0625 C -23.866371,31.074563 -23.855813,31.085121 -23.84375,31.09375 C -23.835121,31.105813 -23.824563,31.116371 -23.8125,31.125 C -23.802118,31.12621 -23.791632,31.12621 -23.78125,31.125 C -23.770868,31.12621 -23.760382,31.12621 -23.75,31.125 L -17.65625,31.125 C -17.645868,31.12621 -17.635382,31.12621 -17.625,31.125 C -17.614618,31.12621 -17.604132,31.12621 -17.59375,31.125 C -17.581687,31.116371 -17.571129,31.105813 -17.5625,31.09375 C -17.550437,31.085121 -17.539879,31.074563 -17.53125,31.0625 C -17.53004,31.052118 -17.53004,31.041632 -17.53125,31.03125 C -17.53004,31.020868 -17.53004,31.010382 -17.53125,31 L -17.53125,25.15625 C -17.53004,25.145868 -17.53004,25.135382 -17.53125,25.125 C -17.53004,25.114618 -17.53004,25.104132 -17.53125,25.09375 C -17.539879,25.081687 -17.550437,25.071129 -17.5625,25.0625 C -17.571129,25.050437 -17.581687,25.039879 -17.59375,25.03125 C -17.604132,25.03004 -17.614618,25.03004 -17.625,25.03125 C -17.635382,25.03004 -17.645868,25.03004 -17.65625,25.03125 L -23.75,25.03125 C -23.760382,25.03004 -23.770868,25.03004 -23.78125,25.03125 C -23.791632,25.03004 -23.802118,25.03004 -23.8125,25.03125 z "
222 transform="matrix(0.849895,0,0,0.835205,41.72981,8.548327)" />
223 </g>
224</svg>
diff --git a/icons/tango-svg/image-x-generic.svg b/icons/tango-svg/image-x-generic.svg
new file mode 100644
index 0000000000..45dd641ae7
--- /dev/null
+++ b/icons/tango-svg/image-x-generic.svg
@@ -0,0 +1,581 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In -->
3<svg
4 xmlns:dc="http://purl.org/dc/elements/1.1/"
5 xmlns:cc="http://creativecommons.org/ns#"
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7 xmlns:svg="http://www.w3.org/2000/svg"
8 xmlns="http://www.w3.org/2000/svg"
9 xmlns:xlink="http://www.w3.org/1999/xlink"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="48.000000px"
13 height="48.000000px"
14 xml:space="preserve"
15 id="svg16168"
16 sodipodi:version="0.32"
17 inkscape:version="0.46"
18 sodipodi:docname="image-x-generic.svg"
19 sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/mimetypes"
20 inkscape:output_extension="org.inkscape.output.svg.inkscape"><metadata
21 id="metadata16236">
22 <rdf:RDF>
23 <cc:Work
24 rdf:about="">
25 <dc:format>image/svg+xml</dc:format>
26
27
28
29 <dc:type
30 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
31
32
33
34 <dc:title>Genric Image</dc:title>
35<dc:creator>
36 <cc:Agent>
37 <dc:title>Jakub Steiner</dc:title>
38 </cc:Agent>
39</dc:creator>
40<dc:subject>
41 <rdf:Bag><rdf:li>image</rdf:li><rdf:li>picture</rdf:li><rdf:li>snapshot</rdf:li><rdf:li>photo</rdf:li></rdf:Bag>
42</dc:subject>
43<cc:license
44 rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
45</cc:Work>
46
47
48
49
50<cc:License
51 rdf:about="http://creativecommons.org/licenses/publicdomain/"><cc:permits
52 rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
53 rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
54 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /></cc:License></rdf:RDF>
55
56
57
58</metadata>
59
60
61
62<defs
63 id="defs16234"><inkscape:perspective
64 sodipodi:type="inkscape:persp3d"
65 inkscape:vp_x="0 : 24 : 1"
66 inkscape:vp_y="0 : 1000 : 0"
67 inkscape:vp_z="48 : 24 : 1"
68 inkscape:persp3d-origin="24 : 16 : 1"
69 id="perspective80" /><radialGradient
70 inkscape:collect="always"
71 xlink:href="#linearGradient5060"
72 id="radialGradient6719"
73 gradientUnits="userSpaceOnUse"
74 gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
75 cx="605.71429"
76 cy="486.64789"
77 fx="605.71429"
78 fy="486.64789"
79 r="117.14286" /><linearGradient
80 inkscape:collect="always"
81 id="linearGradient5060"><stop
82 style="stop-color:black;stop-opacity:1;"
83 offset="0"
84 id="stop5062" /><stop
85 style="stop-color:black;stop-opacity:0;"
86 offset="1"
87 id="stop5064" /></linearGradient><radialGradient
88 inkscape:collect="always"
89 xlink:href="#linearGradient5060"
90 id="radialGradient6717"
91 gradientUnits="userSpaceOnUse"
92 gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
93 cx="605.71429"
94 cy="486.64789"
95 fx="605.71429"
96 fy="486.64789"
97 r="117.14286" /><linearGradient
98 id="linearGradient5048"><stop
99 style="stop-color:black;stop-opacity:0;"
100 offset="0"
101 id="stop5050" /><stop
102 id="stop5056"
103 offset="0.5"
104 style="stop-color:black;stop-opacity:1;" /><stop
105 style="stop-color:black;stop-opacity:0;"
106 offset="1"
107 id="stop5052" /></linearGradient><linearGradient
108 inkscape:collect="always"
109 xlink:href="#linearGradient5048"
110 id="linearGradient6715"
111 gradientUnits="userSpaceOnUse"
112 gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
113 x1="302.85715"
114 y1="366.64789"
115 x2="302.85715"
116 y2="609.50507" /><linearGradient
117 id="linearGradient8171"><stop
118 style="stop-color:#bbbdba;stop-opacity:1;"
119 offset="0"
120 id="stop8173" /><stop
121 style="stop-color:#70746e;stop-opacity:1;"
122 offset="1"
123 id="stop8175" /></linearGradient><linearGradient
124 inkscape:collect="always"
125 id="linearGradient8155"><stop
126 style="stop-color:#ffffff;stop-opacity:1;"
127 offset="0"
128 id="stop8157" /><stop
129 style="stop-color:#ffffff;stop-opacity:0;"
130 offset="1"
131 id="stop8159" /></linearGradient><linearGradient
132 id="linearGradient2224"><stop
133 style="stop-color:#7c7c7c;stop-opacity:1;"
134 offset="0"
135 id="stop2226" /><stop
136 style="stop-color:#b8b8b8;stop-opacity:1;"
137 offset="1"
138 id="stop2228" /></linearGradient><linearGradient
139 inkscape:collect="always"
140 id="linearGradient2251"><stop
141 style="stop-color:#ffffff;stop-opacity:1;"
142 offset="0"
143 id="stop2253" /><stop
144 style="stop-color:#ffffff;stop-opacity:0;"
145 offset="1"
146 id="stop2255" /></linearGradient><linearGradient
147 id="linearGradient7648"
148 gradientUnits="userSpaceOnUse"
149 x1="21.9326"
150 y1="24.6274"
151 x2="21.9326"
152 y2="7.1091"
153 style="stroke-dasharray:none;stroke-miterlimit:4.0000000;stroke-width:1.2166667">
154 <stop
155 offset="0"
156 style="stop-color:#8595bc;stop-opacity:1;"
157 id="stop7650" />
158
159
160
161
162 <stop
163 offset="1"
164 style="stop-color:#041a3b;stop-opacity:1;"
165 id="stop7652" />
166
167
168
169
170 </linearGradient><linearGradient
171 id="linearGradient2392"><stop
172 id="stop2394"
173 offset="0.0000000"
174 style="stop-color:#715b26;stop-opacity:1.0000000;" /><stop
175 id="stop2396"
176 offset="1.0000000"
177 style="stop-color:#312710;stop-opacity:1.0000000;" /></linearGradient><linearGradient
178 inkscape:collect="always"
179 id="linearGradient12129"><stop
180 style="stop-color:#000000;stop-opacity:1;"
181 offset="0"
182 id="stop12131" /><stop
183 style="stop-color:#000000;stop-opacity:0;"
184 offset="1"
185 id="stop12133" /></linearGradient>
186
187 <linearGradient
188 style="stroke-dasharray:none;stroke-miterlimit:4.0000000;stroke-width:1.2166667"
189 y2="36.0328"
190 x2="31.0813"
191 y1="3.7319"
192 x1="12.4873"
193 gradientUnits="userSpaceOnUse"
194 id="aigrd1">
195 <stop
196 id="stop16177"
197 style="stop-color:#D2D2D2;stroke-dasharray:none;stroke-miterlimit:4.0000000;stroke-width:1.2166667"
198 offset="0" />
199
200
201
202
203 <stop
204 id="stop16179"
205 style="stop-color:#EDEDED;stroke-dasharray:none;stroke-miterlimit:4.0000000;stroke-width:1.2166667"
206 offset="1" />
207
208
209
210
211 </linearGradient>
212
213
214
215
216
217 <linearGradient
218 style="stroke-dasharray:none;stroke-miterlimit:4.0000000;stroke-width:1.2166667"
219 y2="22.5769"
220 x2="21.9168"
221 y1="30.3413"
222 x1="21.877"
223 gradientUnits="userSpaceOnUse"
224 id="aigrd2">
225 <stop
226 id="stop16184"
227 style="stop-color:#5e4f07;stop-opacity:1.0000000;"
228 offset="0.0000000" />
229
230
231
232
233 <stop
234 id="stop16186"
235 style="stop-color:#348a31;stop-opacity:1.0000000;"
236 offset="1.0000000" />
237
238
239
240
241 </linearGradient>
242
243
244
245
246
247
248
249
250
251 <linearGradient
252 style="stroke-dasharray:none;stroke-miterlimit:4.0000000;stroke-width:1.2166667"
253 y2="7.1091"
254 x2="21.9326"
255 y1="24.6274"
256 x1="21.9326"
257 gradientUnits="userSpaceOnUse"
258 id="aigrd3">
259 <stop
260 id="stop16199"
261 style="stop-color:#D0D6E5;stroke-dasharray:none;stroke-miterlimit:4.0000000;stroke-width:1.2166667"
262 offset="0" />
263
264
265
266
267 <stop
268 id="stop16201"
269 style="stop-color:#093A80;stroke-dasharray:none;stroke-miterlimit:4.0000000;stroke-width:1.2166667"
270 offset="1" />
271
272
273
274
275 </linearGradient>
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299<radialGradient
300 inkscape:collect="always"
301 xlink:href="#linearGradient12129"
302 id="radialGradient12135"
303 cx="24.218407"
304 cy="41.636040"
305 fx="24.218407"
306 fy="41.636040"
307 r="22.097088"
308 gradientTransform="matrix(1.000000,0.000000,0.000000,0.184000,0.000000,33.97501)"
309 gradientUnits="userSpaceOnUse" /><linearGradient
310 inkscape:collect="always"
311 xlink:href="#linearGradient7648"
312 id="linearGradient7671"
313 gradientUnits="userSpaceOnUse"
314 gradientTransform="matrix(1.098989,0.000000,0.000000,-0.797757,-1.953865,37.32400)"
315 x1="21.9326"
316 y1="24.627399"
317 x2="21.9326"
318 y2="7.1090999" /><linearGradient
319 inkscape:collect="always"
320 xlink:href="#aigrd3"
321 id="linearGradient7673"
322 gradientUnits="userSpaceOnUse"
323 gradientTransform="matrix(1.098989,0.000000,0.000000,1.106697,-1.953865,-4.922453)"
324 x1="21.9326"
325 y1="24.6274"
326 x2="21.9326"
327 y2="7.1091" /><linearGradient
328 inkscape:collect="always"
329 xlink:href="#aigrd1"
330 id="linearGradient8148"
331 gradientUnits="userSpaceOnUse"
332 gradientTransform="matrix(1.434003,0.000000,0.000000,0.990087,52.32167,2.838918)"
333 x1="12.4873"
334 y1="3.7319"
335 x2="31.0813"
336 y2="36.0328" /><radialGradient
337 inkscape:collect="always"
338 xlink:href="#linearGradient8155"
339 id="radialGradient8161"
340 cx="12.700491"
341 cy="10.404876"
342 fx="12.700491"
343 fy="10.404876"
344 r="19.96875"
345 gradientTransform="matrix(1.710531,-5.396358e-24,2.470345e-24,1.124849,-11.56833,1.802582)"
346 gradientUnits="userSpaceOnUse" /><linearGradient
347 inkscape:collect="always"
348 xlink:href="#linearGradient2251"
349 id="linearGradient8166"
350 gradientUnits="userSpaceOnUse"
351 gradientTransform="translate(5.147570,-3.409792)"
352 x1="33.396004"
353 y1="36.921333"
354 x2="34.170048"
355 y2="38.070381" /><linearGradient
356 inkscape:collect="always"
357 xlink:href="#linearGradient2224"
358 id="linearGradient8169"
359 gradientUnits="userSpaceOnUse"
360 gradientTransform="translate(5.147570,-3.034792)"
361 x1="35.996582"
362 y1="40.458221"
363 x2="33.664921"
364 y2="37.770721" /><linearGradient
365 inkscape:collect="always"
366 xlink:href="#linearGradient8171"
367 id="linearGradient8177"
368 x1="42.1875"
369 y1="31"
370 x2="45"
371 y2="39.984692"
372 gradientUnits="userSpaceOnUse" /></defs>
373
374
375
376<sodipodi:namedview
377 inkscape:window-height="818"
378 inkscape:window-width="1238"
379 inkscape:pageshadow="2"
380 inkscape:pageopacity="0.0"
381 borderopacity="0.07058824"
382 bordercolor="#666666"
383 pagecolor="#ffffff"
384 id="base"
385 inkscape:zoom="1"
386 inkscape:cx="49.378608"
387 inkscape:cy="-24.095483"
388 inkscape:window-x="0"
389 inkscape:window-y="30"
390 inkscape:current-layer="svg16168"
391 showgrid="false"
392 inkscape:showpageshadow="false" />
393
394
395
396
397
398 <g
399 style="display:inline"
400 transform="matrix(2.175112e-2,0,0,2.493263e-2,42.41049,33.81117)"
401 id="g6707"><rect
402 style="opacity:0.40206185;color:black;fill:url(#linearGradient6715);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"
403 id="rect6709"
404 width="1339.6335"
405 height="478.35718"
406 x="-1559.2523"
407 y="-150.69685" /><path
408 style="opacity:0.40206185;color:black;fill:url(#radialGradient6717);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"
409 d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z "
410 id="path6711"
411 sodipodi:nodetypes="cccc" /><path
412 sodipodi:nodetypes="cccc"
413 id="path6713"
414 d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z "
415 style="opacity:0.40206185;color:black;fill:url(#radialGradient6719);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" /></g><path
416 style="color:#000000;fill:url(#linearGradient8148);fill-opacity:1;fill-rule:nonzero;stroke:#bbbfbb;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
417 d="M 2.7177715,6.4547749 L 43.379544,6.4547749 C 44.002793,6.4547749 44.504543,6.9565247 44.504543,7.5797745 L 44.504543,31.480581 C 44.504543,32.103831 36.047842,39.499872 35.424593,39.499872 L 2.7177715,39.499872 C 2.0945221,39.499872 1.5927727,38.998122 1.5927727,38.374872 L 1.5927727,7.5797745 C 1.5927727,6.9565247 2.0945221,6.4547749 2.7177715,6.4547749 z "
418 id="rect7603"
419 sodipodi:nodetypes="ccccccccc" />
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472<g
473 id="g7654"
474 transform="matrix(1.054774,0.000000,0.000000,1.049989,-0.814647,4.485012)"><path
475 id="path7644"
476 d="M 5.512695,30 L 39.643234,30 L 39.643234,19.627375 L 5.512695,19.627375 L 5.512695,30 z "
477 style="fill:url(#linearGradient7671);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.2166667;stroke-miterlimit:4" /><path
478 style="fill:url(#linearGradient7673);fill-rule:nonzero;stroke:none;stroke-width:1.2166667;stroke-miterlimit:4"
479 d="M 5.512695,5.237844 L 39.643234,5.237844 L 39.643234,19.627375 L 5.512695,19.627375 L 5.512695,5.237844 z "
480 id="path16203" /><g
481 id="g16205"
482 style="fill-rule:nonzero;stroke:#000000;stroke-width:1.15611064;stroke-miterlimit:4"
483 transform="matrix(1.189217,0.000000,0.000000,1.189217,-3.525355,-6.535408)">
484 <g
485 id="g16207">
486 <path
487 style="opacity:0.04999994;fill:#e8f52f;stroke:none"
488 d="M 18.4,15.4 C 18.4,17.6 16.6,19.5 14.3,19.5 C 12.1,19.5 10.2,17.7 10.2,15.4 C 10.2,13.2 12,11.3 14.3,11.3 C 16.5,11.3 18.4,13.1 18.4,15.4 z "
489 id="path16209" />
490
491
492
493
494 <path
495 style="opacity:0.20829994;fill:#ecf751;stroke:none"
496 d="M 18,15.4 C 18,17.4 16.4,19.1 14.3,19.1 C 12.3,19.1 10.6,17.5 10.6,15.4 C 10.6,13.4 12.2,11.7 14.3,11.7 C 16.3,11.7 18,13.3 18,15.4 L 18,15.4 z "
497 id="path16211" />
498
499
500
501
502 <path
503 style="opacity:0.36669994;fill:#f0f972;stroke:none"
504 d="M 17.6,15.4 C 17.6,17.2 16.1,18.7 14.3,18.7 C 12.5,18.7 11,17.2 11,15.4 C 11,13.6 12.5,12.1 14.3,12.1 C 16.1,12.1 17.6,13.6 17.6,15.4 L 17.6,15.4 z "
505 id="path16213" />
506
507
508
509
510 <path
511 style="opacity:0.525;fill:#f4fa95;stroke:none"
512 d="M 17.2,15.4 C 17.2,17 15.9,18.3 14.3,18.3 C 12.7,18.3 11.4,17 11.4,15.4 C 11.4,13.8 12.7,12.5 14.3,12.5 C 15.9,12.5 17.2,13.8 17.2,15.4 z "
513 id="path16215" />
514
515
516
517
518 <path
519 style="opacity:0.6833;fill:#f7fcb7;stroke:none"
520 d="M 16.8,15.4 C 16.8,16.8 15.7,17.9 14.3,17.9 C 12.9,17.9 11.8,16.8 11.8,15.4 C 11.8,14 12.9,12.9 14.3,12.9 C 15.7,12.9 16.8,14 16.8,15.4 L 16.8,15.4 z "
521 id="path16217" />
522
523
524
525
526 <path
527 style="opacity:0.8417;fill:#fbfddb;stroke:none"
528 d="M 16.4,15.4 C 16.4,16.6 15.4,17.5 14.3,17.5 C 13.2,17.5 12.2,16.5 12.2,15.4 C 12.2,14.3 13.2,13.3 14.3,13.3 C 15.4,13.3 16.4,14.3 16.4,15.4 z "
529 id="path16219" />
530
531
532
533
534 <path
535 style="fill:#ffffff;stroke:none"
536 d="M 16,15.4 C 16,16.4 15.2,17.2 14.2,17.2 C 13.2,17.2 12.4,16.4 12.4,15.4 C 12.4,14.4 13.2,13.6 14.2,13.6 C 15.2,13.6 16,14.4 16,15.4 L 16,15.4 z "
537 id="path16221" />
538
539
540
541
542 </g>
543
544
545
546
547 </g><path
548 style="opacity:0.3;fill-rule:nonzero;stroke:none;stroke-width:1.2166667;stroke-miterlimit:4"
549 d="M 25.015859,21.649044 L 33.697148,21.649044 L 35.362052,22.124732 L 32.507931,22.124732 C 32.507931,22.124732 35.362052,22.362574 36.789115,24.146401 C 38.216174,25.811305 35.12421,27.832976 35.12421,27.832976 C 35.12421,27.832976 35.12421,27.832976 35.12421,27.832976 C 35.005288,27.47621 34.291756,24.622087 32.864696,23.43287 C 31.794399,22.481496 30.605182,22.243652 30.605182,22.243652 L 25.015859,22.243652 L 25.015859,21.767966 L 25.015859,21.649044 z "
550 id="path16223" /><path
551 style="opacity:0.3;fill-rule:nonzero;stroke:none;stroke-width:1.2166667;stroke-miterlimit:4"
552 d="M 30.724106,22.362574 L 25.729391,22.362574 L 35.005288,27.595131 L 30.724106,22.362574 L 30.724106,22.362574 z "
553 id="path16225" /><path
554 style="fill:#515151;fill-rule:nonzero;stroke:none;stroke-width:1.2166667;stroke-miterlimit:4"
555 d="M 25.015859,21.767966 L 33.697148,21.767966 L 35.005288,20.935513 L 32.151167,20.935513 C 32.151167,20.935513 34.767443,20.459827 35.12421,17.486782 C 35.480973,14.513739 31.080869,11.183931 31.080869,11.183931 C 31.080869,11.183931 31.080869,11.183931 31.080869,11.302853 C 31.19979,12.016383 32.389007,17.011096 31.556557,18.913846 C 31.19979,20.578747 30.129495,20.935513 30.129495,20.935513 L 24.659094,20.935513 L 24.896938,21.767966 L 25.015859,21.767966 z "
556 id="path16227" /><path
557 style="fill:#515151;fill-rule:nonzero;stroke:none;stroke-width:1.2166667;stroke-miterlimit:4"
558 d="M 30.248418,20.459827 L 25.253704,20.459827 L 31.19979,11.421773 L 30.248418,20.459827 z "
559 id="path16229" /></g><path
560 style="color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.99999976;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
561 d="M 2.8042317,7.4528585 L 43.233985,7.4528585 C 43.384366,7.4528585 43.505431,7.5739234 43.505431,7.7243045 L 43.505431,31.422651 C 43.505431,32.368527 36.401687,38.5 36.251306,38.5 L 2.8042317,38.5 C 2.6538507,38.5 2.5327858,38.378935 2.5327858,38.228554 L 2.5327858,7.7243045 C 2.5327858,7.5739234 2.6538507,7.4528585 2.8042317,7.4528585 z "
562 id="rect7675"
563 sodipodi:nodetypes="ccccccccc" /><rect
564 style="opacity:0.84659095;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#4f4f4f;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
565 id="rect8163"
566 width="35.0625"
567 height="25.0625"
568 x="5.5"
569 y="10.5" /><path
570 style="color:#000000;fill:url(#linearGradient8169);fill-opacity:1.0;fill-rule:evenodd;stroke:url(#linearGradient8177);stroke-width:1.00000024;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
571 d="M 35.206652,39.468763 C 37.23707,39.798661 44.795445,34.938834 44.491063,30.970919 C 42.927801,33.394016 39.732541,32.257657 35.623783,32.416667 C 35.623783,32.416667 36.019152,38.968763 35.206652,39.468763 z "
572 id="path2210"
573 sodipodi:nodetypes="cccc" /><path
574 sodipodi:nodetypes="cccc"
575 id="path2247"
576 d="M 36.657089,37.277261 C 38.026868,36.593432 41.085338,35.130796 42.384719,33.249792 C 40.788625,33.929847 39.436909,33.459288 36.682385,33.440197 C 36.682385,33.440197 36.844707,36.502291 36.657089,37.277261 z "
577 style="opacity:0.36931817;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8166);stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /><path
578 style="opacity:0.30113636;color:#000000;fill:url(#radialGradient8161);fill-opacity:1.0;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
579 d="M 3.0625,8 L 3.0625,30.0625 C 25.388579,30.950861 27.884634,17 43,17 L 43,8 L 3.0625,8 z "
580 id="rect8150"
581 sodipodi:nodetypes="ccccc" /></svg> \ No newline at end of file
diff --git a/icons/tango-svg/input-keyboard.svg b/icons/tango-svg/input-keyboard.svg
new file mode 100644
index 0000000000..534dd384f4
--- /dev/null
+++ b/icons/tango-svg/input-keyboard.svg
@@ -0,0 +1,838 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3<svg
4 xmlns:dc="http://purl.org/dc/elements/1.1/"
5 xmlns:cc="http://creativecommons.org/ns#"
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7 xmlns:svg="http://www.w3.org/2000/svg"
8 xmlns="http://www.w3.org/2000/svg"
9 xmlns:xlink="http://www.w3.org/1999/xlink"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="48.000000px"
13 height="48.000000px"
14 id="svg2327"
15 sodipodi:version="0.32"
16 inkscape:version="0.46"
17 sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/devices"
18 sodipodi:docname="input-keyboard.svg"
19 inkscape:output_extension="org.inkscape.output.svg.inkscape">
20 <defs
21 id="defs3">
22 <inkscape:perspective
23 sodipodi:type="inkscape:persp3d"
24 inkscape:vp_x="0 : 24 : 1"
25 inkscape:vp_y="0 : 1000 : 0"
26 inkscape:vp_z="48 : 24 : 1"
27 inkscape:persp3d-origin="24 : 16 : 1"
28 id="perspective116" />
29 <radialGradient
30 inkscape:collect="always"
31 xlink:href="#linearGradient5060"
32 id="radialGradient6719"
33 gradientUnits="userSpaceOnUse"
34 gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
35 cx="605.71429"
36 cy="486.64789"
37 fx="605.71429"
38 fy="486.64789"
39 r="117.14286" />
40 <linearGradient
41 inkscape:collect="always"
42 id="linearGradient5060">
43 <stop
44 style="stop-color:black;stop-opacity:1;"
45 offset="0"
46 id="stop5062" />
47 <stop
48 style="stop-color:black;stop-opacity:0;"
49 offset="1"
50 id="stop5064" />
51 </linearGradient>
52 <radialGradient
53 inkscape:collect="always"
54 xlink:href="#linearGradient5060"
55 id="radialGradient6717"
56 gradientUnits="userSpaceOnUse"
57 gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
58 cx="605.71429"
59 cy="486.64789"
60 fx="605.71429"
61 fy="486.64789"
62 r="117.14286" />
63 <linearGradient
64 id="linearGradient5048">
65 <stop
66 style="stop-color:black;stop-opacity:0;"
67 offset="0"
68 id="stop5050" />
69 <stop
70 id="stop5056"
71 offset="0.5"
72 style="stop-color:black;stop-opacity:1;" />
73 <stop
74 style="stop-color:black;stop-opacity:0;"
75 offset="1"
76 id="stop5052" />
77 </linearGradient>
78 <linearGradient
79 inkscape:collect="always"
80 xlink:href="#linearGradient5048"
81 id="linearGradient6715"
82 gradientUnits="userSpaceOnUse"
83 gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
84 x1="302.85715"
85 y1="366.64789"
86 x2="302.85715"
87 y2="609.50507" />
88 <linearGradient
89 id="linearGradient4548"
90 inkscape:collect="always">
91 <stop
92 id="stop4550"
93 offset="0"
94 style="stop-color:#8c8c8c;stop-opacity:1;" />
95 <stop
96 id="stop4552"
97 offset="1"
98 style="stop-color:#8c8c8c;stop-opacity:0;" />
99 </linearGradient>
100 <linearGradient
101 id="linearGradient4009"
102 inkscape:collect="always">
103 <stop
104 id="stop4011"
105 offset="0"
106 style="stop-color:#ffffff;stop-opacity:1;" />
107 <stop
108 id="stop4013"
109 offset="1"
110 style="stop-color:#ffffff;stop-opacity:0;" />
111 </linearGradient>
112 <linearGradient
113 id="linearGradient3997">
114 <stop
115 id="stop3999"
116 offset="0.0000000"
117 style="stop-color:#ebebeb;stop-opacity:1.0000000;" />
118 <stop
119 id="stop4001"
120 offset="1.0000000"
121 style="stop-color:#acacac;stop-opacity:1.0000000;" />
122 </linearGradient>
123 <linearGradient
124 gradientUnits="userSpaceOnUse"
125 y2="43.377968"
126 x2="30.141907"
127 y1="20.937023"
128 x1="12.094494"
129 id="linearGradient4003"
130 xlink:href="#linearGradient3997"
131 inkscape:collect="always" />
132 <linearGradient
133 gradientUnits="userSpaceOnUse"
134 y2="52.666264"
135 x2="17.700642"
136 y1="19.735689"
137 x1="11.889878"
138 id="linearGradient4015"
139 xlink:href="#linearGradient4009"
140 inkscape:collect="always" />
141 <linearGradient
142 gradientUnits="userSpaceOnUse"
143 y2="5.0110388"
144 x2="35.257027"
145 y1="14.910534"
146 x1="11.502602"
147 id="linearGradient4554"
148 xlink:href="#linearGradient4548"
149 inkscape:collect="always" />
150 </defs>
151 <sodipodi:namedview
152 id="base"
153 pagecolor="#ffffff"
154 bordercolor="#666666"
155 borderopacity="0.12156863"
156 inkscape:pageopacity="0.0"
157 inkscape:pageshadow="2"
158 inkscape:zoom="1"
159 inkscape:cx="25.865128"
160 inkscape:cy="20.214592"
161 inkscape:current-layer="layer1"
162 showgrid="false"
163 inkscape:grid-bbox="true"
164 inkscape:document-units="px"
165 inkscape:window-width="1193"
166 inkscape:window-height="818"
167 inkscape:window-x="241"
168 inkscape:window-y="30" />
169 <metadata
170 id="metadata4">
171 <rdf:RDF>
172 <cc:Work
173 rdf:about="">
174 <dc:format>image/svg+xml</dc:format>
175 <dc:type
176 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
177 <dc:title>Input - Keyboard</dc:title>
178 <dc:date />
179 <dc:creator>
180 <cc:Agent>
181 <dc:title>Jakub Steiner</dc:title>
182 </cc:Agent>
183 </dc:creator>
184 <dc:subject>
185 <rdf:Bag>
186 <rdf:li>input</rdf:li>
187 <rdf:li>keyboard</rdf:li>
188 <rdf:li>keys</rdf:li>
189 <rdf:li>peripheral</rdf:li>
190 <rdf:li>HID</rdf:li>
191 </rdf:Bag>
192 </dc:subject>
193 <cc:license
194 rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
195 <dc:source>http://jimmac.musichall.cz/</dc:source>
196 </cc:Work>
197 <cc:License
198 rdf:about="http://creativecommons.org/licenses/publicdomain/">
199 <cc:permits
200 rdf:resource="http://creativecommons.org/ns#Reproduction" />
201 <cc:permits
202 rdf:resource="http://creativecommons.org/ns#Distribution" />
203 <cc:permits
204 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
205 </cc:License>
206 </rdf:RDF>
207 </metadata>
208 <g
209 id="layer1"
210 inkscape:label="Layer 1"
211 inkscape:groupmode="layer">
212 <path
213 id="path3995"
214 d="M 10.500000,19.250000 C 10.750000,11.875000 14.625000,8.2499999 19.750000,8.3749999 C 24.875000,8.4999999 25.625000,11.750000 32.375000,11.750000 C 39.125000,11.750000 39.125000,7.2499999 38.000000,5.9999999 C 36.875000,4.7499999 35.625000,3.4999999 35.625000,3.4999999"
215 style="stroke-opacity:1.0000000;stroke-linejoin:miter;stroke-linecap:butt;stroke-width:1.0000000px;stroke:url(#linearGradient4554);fill-rule:evenodd;fill-opacity:0.75000000;fill:none" />
216 <g
217 transform="matrix(2.446584e-2,0,0,2.086758e-2,44.94828,38.9036)"
218 id="g6707">
219 <rect
220 style="opacity:0.40206185;color:black;fill:url(#linearGradient6715);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"
221 id="rect6709"
222 width="1339.6335"
223 height="478.35718"
224 x="-1559.2523"
225 y="-150.69685" />
226 <path
227 style="opacity:0.40206185;color:black;fill:url(#radialGradient6717);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"
228 d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z "
229 id="path6711"
230 sodipodi:nodetypes="cccc" />
231 <path
232 sodipodi:nodetypes="cccc"
233 id="path6713"
234 d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z "
235 style="opacity:0.40206185;color:black;fill:url(#radialGradient6719);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" />
236 </g>
237 <path
238 sodipodi:nodetypes="ccccccccc"
239 id="path3233"
240 d="M 1.6250000,40.719670 C 1.3125000,41.657170 1.8125000,42.282170 2.7500000,42.344670 L 42.500000,42.344670 C 43.937500,42.407170 44.500000,41.469670 44.375000,40.719670 L 40.750000,21.390165 C 40.562500,20.140165 39.500000,19.452665 38.500000,19.515165 L 7.7500000,19.515165 C 6.7500000,19.452665 6.1875000,20.327665 6.0000000,21.265165 L 1.6250000,40.719670 z "
241 style="stroke-opacity:1.0000000;stroke-linejoin:miter;stroke-linecap:butt;stroke-width:1.0000000;stroke:#626262;fill-rule:evenodd;fill-opacity:1.0;fill:url(#linearGradient4003);stroke-dasharray:none;stroke-miterlimit:4.0000000" />
242 <g
243 transform="translate(-1.937500,-1.000000)"
244 id="g4019">
245 <rect
246 ry="0.68750000"
247 rx="0.68750000"
248 y="35.125000"
249 x="11.187500"
250 height="2.9375000"
251 width="13.937500"
252 id="rect4017"
253 style="opacity:1.0000000;color:#000000;fill:#6d6d6d;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" />
254 <rect
255 style="opacity:1.0000000;color:#000000;fill:#e4e4e4;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
256 id="rect3235"
257 width="13.437500"
258 height="1.8750000"
259 x="11.312500"
260 y="35.062500"
261 rx="0.68750000"
262 ry="0.68750000" />
263 </g>
264 <g
265 transform="matrix(0.233183,0.000000,0.000000,1.000000,4.908258,-11.55329)"
266 id="g4157">
267 <rect
268 style="opacity:1.0000000;color:#000000;fill:#6d6d6d;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
269 id="rect4159"
270 width="13.937500"
271 height="2.9375000"
272 x="11.187500"
273 y="35.125000"
274 rx="2.9483187"
275 ry="0.68750000" />
276 <rect
277 ry="0.68750000"
278 rx="2.9483187"
279 y="35.062500"
280 x="11.312500"
281 height="1.8750000"
282 width="13.437500"
283 id="rect4161"
284 style="opacity:1.0000000;color:#000000;fill:#e4e4e4;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" />
285 </g>
286 <g
287 transform="matrix(0.233183,0.000000,0.000000,1.000000,20.79733,-11.55329)"
288 id="g4178">
289 <rect
290 style="opacity:1.0000000;color:#000000;fill:#6d6d6d;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
291 id="rect4180"
292 width="13.937500"
293 height="2.9375000"
294 x="11.187500"
295 y="35.125000"
296 rx="2.9483187"
297 ry="0.68750000" />
298 <rect
299 ry="0.68750000"
300 rx="2.9483187"
301 y="35.062500"
302 x="11.312500"
303 height="1.8750000"
304 width="13.437500"
305 id="rect4182"
306 style="opacity:1.0000000;color:#000000;fill:#e4e4e4;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" />
307 </g>
308 <g
309 id="g4151"
310 transform="matrix(0.233183,0.000000,0.000000,1.000000,8.797330,-11.55329)">
311 <rect
312 ry="0.68750000"
313 rx="2.9483187"
314 y="35.125000"
315 x="11.187500"
316 height="2.9375000"
317 width="13.937500"
318 id="rect4153"
319 style="opacity:1.0000000;color:#000000;fill:#6d6d6d;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" />
320 <rect
321 style="opacity:1.0000000;color:#000000;fill:#e4e4e4;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
322 id="rect4155"
323 width="13.437500"
324 height="1.8750000"
325 x="11.312500"
326 y="35.062500"
327 rx="2.9483187"
328 ry="0.68750000" />
329 </g>
330 <path
331 style="stroke-opacity:1.0000000;stroke-dasharray:none;stroke-miterlimit:4.0000000;stroke-linejoin:miter;stroke-linecap:butt;stroke-width:0.99999952;stroke:url(#linearGradient4015);fill-rule:evenodd;fill-opacity:1.0000000;fill:none"
332 d="M 2.7160483,40.201509 C 2.3827415,41.445427 2.3250061,41.296396 3.6519310,41.296396 L 41.386453,41.296396 C 43.028316,41.296396 43.584967,41.565014 43.217091,40.139009 L 39.861191,21.987742 C 39.592935,20.584777 39.185783,20.500853 37.614426,20.500853 L 8.6169653,20.500853 C 7.2036636,20.500853 7.2685170,20.579547 6.9667033,21.838615 L 2.7160483,40.201509 z "
333 id="path4005"
334 sodipodi:nodetypes="ccccccccc" />
335 <g
336 transform="matrix(0.233183,0.000000,0.000000,1.000000,21.07875,-1.000000)"
337 id="g4023">
338 <rect
339 style="opacity:1.0000000;color:#000000;fill:#6d6d6d;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
340 id="rect4025"
341 width="13.937500"
342 height="2.9375000"
343 x="11.187500"
344 y="35.125000"
345 rx="2.9483187"
346 ry="0.68750000" />
347 <rect
348 ry="0.68750000"
349 rx="2.9483187"
350 y="35.062500"
351 x="11.312500"
352 height="1.8750000"
353 width="13.437500"
354 id="rect4027"
355 style="opacity:1.0000000;color:#000000;fill:#e4e4e4;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" />
356 </g>
357 <g
358 id="g4029"
359 transform="matrix(0.233183,0.000000,0.000000,1.000000,2.766250,-1.000000)">
360 <rect
361 ry="0.68750000"
362 rx="2.9483187"
363 y="35.125000"
364 x="11.187500"
365 height="2.9375000"
366 width="13.937500"
367 id="rect4031"
368 style="opacity:1.0000000;color:#000000;fill:#6d6d6d;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" />
369 <rect
370 style="opacity:1.0000000;color:#000000;fill:#e4e4e4;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
371 id="rect4033"
372 width="13.437500"
373 height="1.8750000"
374 x="11.312500"
375 y="35.062500"
376 rx="2.9483187"
377 ry="0.68750000" />
378 </g>
379 <g
380 id="g4035"
381 transform="matrix(0.233183,0.000000,0.000000,1.000000,26.95375,-1.000000)">
382 <rect
383 ry="0.68750000"
384 rx="2.9483187"
385 y="35.125000"
386 x="11.187500"
387 height="2.9375000"
388 width="13.937500"
389 id="rect4037"
390 style="opacity:1.0000000;color:#000000;fill:#6d6d6d;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" />
391 <rect
392 style="opacity:1.0000000;color:#000000;fill:#e4e4e4;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
393 id="rect4039"
394 width="13.437500"
395 height="1.8750000"
396 x="11.312500"
397 y="35.062500"
398 rx="2.9483187"
399 ry="0.68750000" />
400 </g>
401 <g
402 id="g4053"
403 transform="matrix(0.233183,0.000000,0.000000,1.000000,30.45375,-4.000000)">
404 <rect
405 ry="0.68750000"
406 rx="2.9483187"
407 y="35.125000"
408 x="11.187500"
409 height="2.9375000"
410 width="13.937500"
411 id="rect4055"
412 style="opacity:1.0000000;color:#000000;fill:#6d6d6d;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" />
413 <rect
414 style="opacity:1.0000000;color:#000000;fill:#e4e4e4;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
415 id="rect4057"
416 width="13.437500"
417 height="1.8750000"
418 x="11.312500"
419 y="35.062500"
420 rx="2.9483187"
421 ry="0.68750000" />
422 </g>
423 <g
424 transform="matrix(0.233183,0.000000,0.000000,1.000000,30.70375,-1.000000)"
425 id="g4041">
426 <rect
427 style="opacity:1.0000000;color:#000000;fill:#6d6d6d;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
428 id="rect4043"
429 width="13.937500"
430 height="2.9375000"
431 x="11.187500"
432 y="35.125000"
433 rx="2.9483187"
434 ry="0.68750000" />
435 <rect
436 ry="0.68750000"
437 rx="2.9483187"
438 y="35.062500"
439 x="11.312500"
440 height="1.8750000"
441 width="13.437500"
442 id="rect4045"
443 style="opacity:1.0000000;color:#000000;fill:#e4e4e4;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" />
444 </g>
445 <g
446 id="g4047"
447 transform="matrix(0.233183,0.000000,0.000000,1.000000,34.39125,-1.000000)">
448 <rect
449 ry="0.68750000"
450 rx="2.9483187"
451 y="35.125000"
452 x="11.187500"
453 height="2.9375000"
454 width="13.937500"
455 id="rect4049"
456 style="opacity:1.0000000;color:#000000;fill:#6d6d6d;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" />
457 <rect
458 style="opacity:1.0000000;color:#000000;fill:#e4e4e4;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
459 id="rect4051"
460 width="13.437500"
461 height="1.8750000"
462 x="11.312500"
463 y="35.062500"
464 rx="2.9483187"
465 ry="0.68750000" />
466 </g>
467 <g
468 transform="matrix(0.233183,0.000000,0.000000,1.000000,3.703750,-5.060656)"
469 id="g4085">
470 <rect
471 style="opacity:1.0000000;color:#000000;fill:#6d6d6d;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
472 id="rect4087"
473 width="13.937500"
474 height="2.9375000"
475 x="11.187500"
476 y="35.125000"
477 rx="2.9483187"
478 ry="0.68750000" />
479 <rect
480 ry="0.68750000"
481 rx="2.9483187"
482 y="35.062500"
483 x="11.312500"
484 height="1.8750000"
485 width="13.437500"
486 id="rect4089"
487 style="opacity:1.0000000;color:#000000;fill:#e4e4e4;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" />
488 </g>
489 <g
490 id="g4091"
491 transform="matrix(0.233183,0.000000,0.000000,1.000000,7.703750,-5.060656)">
492 <rect
493 ry="0.68750000"
494 rx="2.9483187"
495 y="35.125000"
496 x="11.187500"
497 height="2.9375000"
498 width="13.937500"
499 id="rect4093"
500 style="opacity:1.0000000;color:#000000;fill:#6d6d6d;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" />
501 <rect
502 style="opacity:1.0000000;color:#000000;fill:#e4e4e4;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
503 id="rect4095"
504 width="13.437500"
505 height="1.8750000"
506 x="11.312500"
507 y="35.062500"
508 rx="2.9483187"
509 ry="0.68750000" />
510 </g>
511 <g
512 transform="matrix(0.233183,0.000000,0.000000,1.000000,11.70375,-5.060656)"
513 id="g4097">
514 <rect
515 style="opacity:1.0000000;color:#000000;fill:#6d6d6d;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
516 id="rect4099"
517 width="13.937500"
518 height="2.9375000"
519 x="11.187500"
520 y="35.125000"
521 rx="2.9483187"
522 ry="0.68750000" />
523 <rect
524 ry="0.68750000"
525 rx="2.9483187"
526 y="35.062500"
527 x="11.312500"
528 height="1.8750000"
529 width="13.437500"
530 id="rect4101"
531 style="opacity:1.0000000;color:#000000;fill:#e4e4e4;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" />
532 </g>
533 <g
534 id="g4103"
535 transform="matrix(0.233183,0.000000,0.000000,1.000000,15.70375,-5.060656)">
536 <rect
537 ry="0.68750000"
538 rx="2.9483187"
539 y="35.125000"
540 x="11.187500"
541 height="2.9375000"
542 width="13.937500"
543 id="rect4105"
544 style="opacity:1.0000000;color:#000000;fill:#6d6d6d;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" />
545 <rect
546 style="opacity:1.0000000;color:#000000;fill:#e4e4e4;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
547 id="rect4107"
548 width="13.437500"
549 height="1.8750000"
550 x="11.312500"
551 y="35.062500"
552 rx="2.9483187"
553 ry="0.68750000" />
554 </g>
555 <g
556 transform="matrix(0.233183,0.000000,0.000000,1.000000,21.70375,-8.209700)"
557 id="g4121">
558 <rect
559 style="opacity:1.0000000;color:#000000;fill:#6d6d6d;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
560 id="rect4123"
561 width="13.937500"
562 height="2.9375000"
563 x="11.187500"
564 y="35.125000"
565 rx="2.9483187"
566 ry="0.68750000" />
567 <rect
568 ry="0.68750000"
569 rx="2.9483187"
570 y="35.062500"
571 x="11.312500"
572 height="1.8750000"
573 width="13.437500"
574 id="rect4125"
575 style="opacity:1.0000000;color:#000000;fill:#e4e4e4;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" />
576 </g>
577 <g
578 transform="matrix(0.233183,0.000000,0.000000,1.000000,19.70375,-5.060656)"
579 id="g4109">
580 <rect
581 style="opacity:1.0000000;color:#000000;fill:#6d6d6d;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
582 id="rect4111"
583 width="13.937500"
584 height="2.9375000"
585 x="11.187500"
586 y="35.125000"
587 rx="2.9483187"
588 ry="0.68750000" />
589 <rect
590 ry="0.68750000"
591 rx="2.9483187"
592 y="35.062500"
593 x="11.312500"
594 height="1.8750000"
595 width="13.437500"
596 id="rect4113"
597 style="opacity:1.0000000;color:#000000;fill:#e4e4e4;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" />
598 </g>
599 <g
600 id="g4115"
601 transform="matrix(0.233183,0.000000,0.000000,1.000000,23.70375,-5.060656)">
602 <rect
603 ry="0.68750000"
604 rx="2.9483187"
605 y="35.125000"
606 x="11.187500"
607 height="2.9375000"
608 width="13.937500"
609 id="rect4117"
610 style="opacity:1.0000000;color:#000000;fill:#6d6d6d;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" />
611 <rect
612 style="opacity:1.0000000;color:#000000;fill:#e4e4e4;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
613 id="rect4119"
614 width="13.437500"
615 height="1.8750000"
616 x="11.312500"
617 y="35.062500"
618 rx="2.9483187"
619 ry="0.68750000" />
620 </g>
621 <g
622 id="g4172"
623 transform="matrix(0.233183,0.000000,0.000000,1.000000,16.79733,-11.55329)">
624 <rect
625 ry="0.68750000"
626 rx="2.9483187"
627 y="35.125000"
628 x="11.187500"
629 height="2.9375000"
630 width="13.937500"
631 id="rect4174"
632 style="opacity:1.0000000;color:#000000;fill:#6d6d6d;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" />
633 <rect
634 style="opacity:1.0000000;color:#000000;fill:#e4e4e4;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
635 id="rect4176"
636 width="13.437500"
637 height="1.8750000"
638 x="11.312500"
639 y="35.062500"
640 rx="2.9483187"
641 ry="0.68750000" />
642 </g>
643 <g
644 id="g4127"
645 transform="matrix(0.233183,0.000000,0.000000,1.000000,17.70375,-8.209700)">
646 <rect
647 ry="0.68750000"
648 rx="2.9483187"
649 y="35.125000"
650 x="11.187500"
651 height="2.9375000"
652 width="13.937500"
653 id="rect4129"
654 style="opacity:1.0000000;color:#000000;fill:#6d6d6d;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" />
655 <rect
656 style="opacity:1.0000000;color:#000000;fill:#e4e4e4;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
657 id="rect4131"
658 width="13.437500"
659 height="1.8750000"
660 x="11.312500"
661 y="35.062500"
662 rx="2.9483187"
663 ry="0.68750000" />
664 </g>
665 <g
666 transform="matrix(0.233183,0.000000,0.000000,1.000000,12.79733,-11.55329)"
667 id="g4166">
668 <rect
669 style="opacity:1.0000000;color:#000000;fill:#6d6d6d;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
670 id="rect4168"
671 width="13.937500"
672 height="2.9375000"
673 x="11.187500"
674 y="35.125000"
675 rx="2.9483187"
676 ry="0.68750000" />
677 <rect
678 ry="0.68750000"
679 rx="2.9483187"
680 y="35.062500"
681 x="11.312500"
682 height="1.8750000"
683 width="13.437500"
684 id="rect4170"
685 style="opacity:1.0000000;color:#000000;fill:#e4e4e4;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" />
686 </g>
687 <g
688 transform="matrix(0.233183,0.000000,0.000000,1.000000,13.70375,-8.209700)"
689 id="g4133">
690 <rect
691 style="opacity:1.0000000;color:#000000;fill:#6d6d6d;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
692 id="rect4135"
693 width="13.937500"
694 height="2.9375000"
695 x="11.187500"
696 y="35.125000"
697 rx="2.9483187"
698 ry="0.68750000" />
699 <rect
700 ry="0.68750000"
701 rx="2.9483187"
702 y="35.062500"
703 x="11.312500"
704 height="1.8750000"
705 width="13.437500"
706 id="rect4137"
707 style="opacity:1.0000000;color:#000000;fill:#e4e4e4;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" />
708 </g>
709 <g
710 id="g4139"
711 transform="matrix(0.233183,0.000000,0.000000,1.000000,9.703750,-8.209700)">
712 <rect
713 ry="0.68750000"
714 rx="2.9483187"
715 y="35.125000"
716 x="11.187500"
717 height="2.9375000"
718 width="13.937500"
719 id="rect4141"
720 style="opacity:1.0000000;color:#000000;fill:#6d6d6d;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" />
721 <rect
722 style="opacity:1.0000000;color:#000000;fill:#e4e4e4;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
723 id="rect4143"
724 width="13.437500"
725 height="1.8750000"
726 x="11.312500"
727 y="35.062500"
728 rx="2.9483187"
729 ry="0.68750000" />
730 </g>
731 <g
732 transform="matrix(0.233183,0.000000,0.000000,1.000000,5.703750,-8.209700)"
733 id="g4145">
734 <rect
735 style="opacity:1.0000000;color:#000000;fill:#6d6d6d;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
736 id="rect4147"
737 width="13.937500"
738 height="2.9375000"
739 x="11.187500"
740 y="35.125000"
741 rx="2.9483187"
742 ry="0.68750000" />
743 <rect
744 ry="0.68750000"
745 rx="2.9483187"
746 y="35.062500"
747 x="11.312500"
748 height="1.8750000"
749 width="13.437500"
750 id="rect4149"
751 style="opacity:1.0000000;color:#000000;fill:#e4e4e4;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" />
752 </g>
753 <g
754 id="g4220"
755 transform="matrix(0.233183,0.000000,0.000000,1.000000,28.63055,-8.121316)">
756 <rect
757 ry="0.68750000"
758 rx="2.9483187"
759 y="35.125000"
760 x="11.187500"
761 height="2.9375000"
762 width="13.937500"
763 id="rect4222"
764 style="opacity:1.0000000;color:#000000;fill:#6d6d6d;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" />
765 <rect
766 style="opacity:1.0000000;color:#000000;fill:#e4e4e4;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
767 id="rect4224"
768 width="13.437500"
769 height="1.8750000"
770 x="11.312500"
771 y="35.062500"
772 rx="2.9483187"
773 ry="0.68750000" />
774 </g>
775 <g
776 transform="matrix(0.233183,0.000000,0.000000,1.000000,32.63055,-8.121316)"
777 id="g4226">
778 <rect
779 style="opacity:1.0000000;color:#000000;fill:#6d6d6d;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
780 id="rect4228"
781 width="13.937500"
782 height="2.9375000"
783 x="11.187500"
784 y="35.125000"
785 rx="2.9483187"
786 ry="0.68750000" />
787 <rect
788 ry="0.68750000"
789 rx="2.9483187"
790 y="35.062500"
791 x="11.312500"
792 height="1.8750000"
793 width="13.437500"
794 id="rect4230"
795 style="opacity:1.0000000;color:#000000;fill:#e4e4e4;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" />
796 </g>
797 <g
798 transform="matrix(1.000000,0.000000,0.000000,1.450000,0.850955,-9.293134)"
799 id="g4264">
800 <rect
801 ry="0.47413796"
802 rx="2.9483187"
803 y="21.571884"
804 x="29.521708"
805 height="1.5026019"
806 width="2.4748738"
807 id="rect4254"
808 style="opacity:1.0000000;color:#000000;fill:#787843;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" />
809 <rect
810 style="opacity:1.0000000;color:#000000;fill:#787843;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
811 id="rect4256"
812 width="2.4748738"
813 height="1.5026019"
814 x="33.521713"
815 y="21.571884"
816 rx="2.9483187"
817 ry="0.47413796" />
818 <rect
819 style="opacity:1.0000000;color:#000000;fill:#e7e745;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
820 id="rect4250"
821 width="2.4748738"
822 height="1.5026019"
823 x="29.786873"
824 y="21.837049"
825 rx="2.9483187"
826 ry="0.47413796" />
827 <rect
828 ry="0.47413796"
829 rx="2.9483187"
830 y="21.837049"
831 x="33.786873"
832 height="1.5026019"
833 width="2.4748738"
834 id="rect4252"
835 style="opacity:1.0000000;color:#000000;fill:#e7e745;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" />
836 </g>
837 </g>
838</svg>
diff --git a/icons/tango-svg/list-add.svg b/icons/tango-svg/list-add.svg
new file mode 100644
index 0000000000..6eaed44811
--- /dev/null
+++ b/icons/tango-svg/list-add.svg
@@ -0,0 +1,436 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3<svg
4 xmlns:dc="http://purl.org/dc/elements/1.1/"
5 xmlns:cc="http://creativecommons.org/ns#"
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7 xmlns:svg="http://www.w3.org/2000/svg"
8 xmlns="http://www.w3.org/2000/svg"
9 xmlns:xlink="http://www.w3.org/1999/xlink"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="48px"
13 height="48px"
14 id="svg6431"
15 sodipodi:version="0.32"
16 inkscape:version="0.46"
17 sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/actions"
18 sodipodi:docname="list-add.svg"
19 inkscape:output_extension="org.inkscape.output.svg.inkscape">
20 <defs
21 id="defs6433">
22 <inkscape:perspective
23 sodipodi:type="inkscape:persp3d"
24 inkscape:vp_x="0 : 24 : 1"
25 inkscape:vp_y="0 : 1000 : 0"
26 inkscape:vp_z="48 : 24 : 1"
27 inkscape:persp3d-origin="24 : 16 : 1"
28 id="perspective70" />
29 <linearGradient
30 inkscape:collect="always"
31 id="linearGradient2091">
32 <stop
33 style="stop-color:#000000;stop-opacity:1;"
34 offset="0"
35 id="stop2093" />
36 <stop
37 style="stop-color:#000000;stop-opacity:0;"
38 offset="1"
39 id="stop2095" />
40 </linearGradient>
41 <linearGradient
42 id="linearGradient7916">
43 <stop
44 style="stop-color:#ffffff;stop-opacity:1;"
45 offset="0"
46 id="stop7918" />
47 <stop
48 style="stop-color:#ffffff;stop-opacity:0.34020618;"
49 offset="1.0000000"
50 id="stop7920" />
51 </linearGradient>
52 <linearGradient
53 inkscape:collect="always"
54 id="linearGradient8662">
55 <stop
56 style="stop-color:#000000;stop-opacity:1;"
57 offset="0"
58 id="stop8664" />
59 <stop
60 style="stop-color:#000000;stop-opacity:0;"
61 offset="1"
62 id="stop8666" />
63 </linearGradient>
64 <radialGradient
65 inkscape:collect="always"
66 xlink:href="#linearGradient8662"
67 id="radialGradient1503"
68 gradientUnits="userSpaceOnUse"
69 gradientTransform="matrix(1.000000,0.000000,0.000000,0.536723,-1.018989e-13,16.87306)"
70 cx="24.837126"
71 cy="36.421127"
72 fx="24.837126"
73 fy="36.421127"
74 r="15.644737" />
75 <linearGradient
76 inkscape:collect="always"
77 id="linearGradient2847">
78 <stop
79 style="stop-color:#3465a4;stop-opacity:1;"
80 offset="0"
81 id="stop2849" />
82 <stop
83 style="stop-color:#3465a4;stop-opacity:0;"
84 offset="1"
85 id="stop2851" />
86 </linearGradient>
87 <linearGradient
88 inkscape:collect="always"
89 xlink:href="#linearGradient2847"
90 id="linearGradient1488"
91 gradientUnits="userSpaceOnUse"
92 gradientTransform="matrix(-1.000000,0.000000,0.000000,-1.000000,-1.242480,40.08170)"
93 x1="37.128052"
94 y1="29.729605"
95 x2="37.065414"
96 y2="26.194071" />
97 <linearGradient
98 id="linearGradient2831">
99 <stop
100 style="stop-color:#3465a4;stop-opacity:1;"
101 offset="0"
102 id="stop2833" />
103 <stop
104 id="stop2855"
105 offset="0.33333334"
106 style="stop-color:#5b86be;stop-opacity:1;" />
107 <stop
108 style="stop-color:#83a8d8;stop-opacity:0;"
109 offset="1"
110 id="stop2835" />
111 </linearGradient>
112 <linearGradient
113 inkscape:collect="always"
114 xlink:href="#linearGradient2831"
115 id="linearGradient1486"
116 gradientUnits="userSpaceOnUse"
117 gradientTransform="translate(-48.30498,-6.043298)"
118 x1="13.478554"
119 y1="10.612206"
120 x2="15.419417"
121 y2="19.115122" />
122 <linearGradient
123 id="linearGradient2380">
124 <stop
125 style="stop-color:#b9cfe7;stop-opacity:1"
126 offset="0"
127 id="stop2382" />
128 <stop
129 style="stop-color:#729fcf;stop-opacity:1"
130 offset="1"
131 id="stop2384" />
132 </linearGradient>
133 <linearGradient
134 id="linearGradient2682">
135 <stop
136 style="stop-color:#3977c3;stop-opacity:1;"
137 offset="0"
138 id="stop2684" />
139 <stop
140 style="stop-color:#89aedc;stop-opacity:0;"
141 offset="1"
142 id="stop2686" />
143 </linearGradient>
144 <linearGradient
145 inkscape:collect="always"
146 xlink:href="#linearGradient2682"
147 id="linearGradient2688"
148 x1="36.713837"
149 y1="31.455952"
150 x2="37.124462"
151 y2="24.842253"
152 gradientUnits="userSpaceOnUse"
153 gradientTransform="translate(-48.77039,-5.765705)" />
154 <linearGradient
155 inkscape:collect="always"
156 id="linearGradient2690">
157 <stop
158 style="stop-color:#c4d7eb;stop-opacity:1;"
159 offset="0"
160 id="stop2692" />
161 <stop
162 style="stop-color:#c4d7eb;stop-opacity:0;"
163 offset="1"
164 id="stop2694" />
165 </linearGradient>
166 <linearGradient
167 inkscape:collect="always"
168 xlink:href="#linearGradient2690"
169 id="linearGradient2696"
170 x1="32.647972"
171 y1="30.748846"
172 x2="37.124462"
173 y2="24.842253"
174 gradientUnits="userSpaceOnUse"
175 gradientTransform="translate(-48.77039,-5.765705)" />
176 <linearGradient
177 inkscape:collect="always"
178 id="linearGradient2871">
179 <stop
180 style="stop-color:#3465a4;stop-opacity:1;"
181 offset="0"
182 id="stop2873" />
183 <stop
184 style="stop-color:#3465a4;stop-opacity:1"
185 offset="1"
186 id="stop2875" />
187 </linearGradient>
188 <linearGradient
189 id="linearGradient2402">
190 <stop
191 style="stop-color:#729fcf;stop-opacity:1;"
192 offset="0"
193 id="stop2404" />
194 <stop
195 style="stop-color:#528ac5;stop-opacity:1;"
196 offset="1"
197 id="stop2406" />
198 </linearGradient>
199 <linearGradient
200 inkscape:collect="always"
201 xlink:href="#linearGradient2797"
202 id="linearGradient1493"
203 gradientUnits="userSpaceOnUse"
204 x1="5.9649176"
205 y1="26.048164"
206 x2="52.854097"
207 y2="26.048164" />
208 <linearGradient
209 inkscape:collect="always"
210 id="linearGradient2797">
211 <stop
212 style="stop-color:#ffffff;stop-opacity:1;"
213 offset="0"
214 id="stop2799" />
215 <stop
216 style="stop-color:#ffffff;stop-opacity:0;"
217 offset="1"
218 id="stop2801" />
219 </linearGradient>
220 <linearGradient
221 inkscape:collect="always"
222 xlink:href="#linearGradient2797"
223 id="linearGradient1491"
224 gradientUnits="userSpaceOnUse"
225 x1="5.9649176"
226 y1="26.048164"
227 x2="52.854097"
228 y2="26.048164" />
229 <linearGradient
230 inkscape:collect="always"
231 id="linearGradient7179">
232 <stop
233 style="stop-color:#ffffff;stop-opacity:1;"
234 offset="0"
235 id="stop7181" />
236 <stop
237 style="stop-color:#ffffff;stop-opacity:0;"
238 offset="1"
239 id="stop7183" />
240 </linearGradient>
241 <linearGradient
242 id="linearGradient2316">
243 <stop
244 style="stop-color:#000000;stop-opacity:1;"
245 offset="0"
246 id="stop2318" />
247 <stop
248 style="stop-color:#ffffff;stop-opacity:0.65979379;"
249 offset="1"
250 id="stop2320" />
251 </linearGradient>
252 <linearGradient
253 id="linearGradient1322">
254 <stop
255 id="stop1324"
256 offset="0.0000000"
257 style="stop-color:#729fcf" />
258 <stop
259 id="stop1326"
260 offset="1.0000000"
261 style="stop-color:#5187d6;stop-opacity:1.0000000;" />
262 </linearGradient>
263 <linearGradient
264 inkscape:collect="always"
265 xlink:href="#linearGradient1322"
266 id="linearGradient4975"
267 x1="34.892849"
268 y1="36.422989"
269 x2="45.918697"
270 y2="48.547989"
271 gradientUnits="userSpaceOnUse"
272 gradientTransform="translate(-18.01785,-13.57119)" />
273 <linearGradient
274 inkscape:collect="always"
275 xlink:href="#linearGradient7179"
276 id="linearGradient7185"
277 x1="13.435029"
278 y1="13.604306"
279 x2="22.374878"
280 y2="23.554308"
281 gradientUnits="userSpaceOnUse" />
282 <linearGradient
283 inkscape:collect="always"
284 xlink:href="#linearGradient7179"
285 id="linearGradient7189"
286 gradientUnits="userSpaceOnUse"
287 x1="13.435029"
288 y1="13.604306"
289 x2="22.374878"
290 y2="23.554308"
291 gradientTransform="matrix(-1.000000,0.000000,0.000000,-1.000000,47.93934,50.02474)" />
292 <linearGradient
293 inkscape:collect="always"
294 xlink:href="#linearGradient2380"
295 id="linearGradient7180"
296 gradientUnits="userSpaceOnUse"
297 x1="62.513836"
298 y1="36.061237"
299 x2="15.984863"
300 y2="20.60858" />
301 <linearGradient
302 inkscape:collect="always"
303 xlink:href="#linearGradient2871"
304 id="linearGradient7182"
305 gradientUnits="userSpaceOnUse"
306 x1="46.834816"
307 y1="45.264122"
308 x2="45.380436"
309 y2="50.939667" />
310 <linearGradient
311 inkscape:collect="always"
312 xlink:href="#linearGradient2402"
313 id="linearGradient7184"
314 gradientUnits="userSpaceOnUse"
315 x1="18.935766"
316 y1="23.667896"
317 x2="53.588622"
318 y2="26.649362" />
319 <linearGradient
320 inkscape:collect="always"
321 xlink:href="#linearGradient2871"
322 id="linearGradient7186"
323 gradientUnits="userSpaceOnUse"
324 x1="46.834816"
325 y1="45.264122"
326 x2="45.380436"
327 y2="50.939667" />
328 <linearGradient
329 inkscape:collect="always"
330 xlink:href="#linearGradient7916"
331 id="linearGradient7922"
332 x1="16.874998"
333 y1="22.851799"
334 x2="27.900846"
335 y2="34.976799"
336 gradientUnits="userSpaceOnUse" />
337 <radialGradient
338 inkscape:collect="always"
339 xlink:href="#linearGradient2091"
340 id="radialGradient2097"
341 cx="23.070683"
342 cy="35.127438"
343 fx="23.070683"
344 fy="35.127438"
345 r="10.319340"
346 gradientTransform="matrix(0.914812,1.265023e-2,-8.21502e-3,0.213562,2.253914,27.18889)"
347 gradientUnits="userSpaceOnUse" />
348 </defs>
349 <sodipodi:namedview
350 id="base"
351 pagecolor="#ffffff"
352 bordercolor="#666666"
353 borderopacity="0.15686275"
354 inkscape:pageopacity="0.0"
355 inkscape:pageshadow="2"
356 inkscape:zoom="1"
357 inkscape:cx="-123.56934"
358 inkscape:cy="0.031886897"
359 inkscape:current-layer="layer1"
360 showgrid="false"
361 inkscape:grid-bbox="true"
362 inkscape:document-units="px"
363 inkscape:window-width="1280"
364 inkscape:window-height="818"
365 inkscape:window-x="0"
366 inkscape:window-y="30"
367 showguides="true"
368 inkscape:guide-bbox="true"
369 inkscape:showpageshadow="false" />
370 <metadata
371 id="metadata6436">
372 <rdf:RDF>
373 <cc:Work
374 rdf:about="">
375 <dc:format>image/svg+xml</dc:format>
376 <dc:type
377 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
378 <dc:title>Add</dc:title>
379 <dc:date>2006-01-04</dc:date>
380 <dc:creator>
381 <cc:Agent>
382 <dc:title>Andreas Nilsson</dc:title>
383 </cc:Agent>
384 </dc:creator>
385 <dc:source>http://tango-project.org</dc:source>
386 <dc:subject>
387 <rdf:Bag>
388 <rdf:li>add</rdf:li>
389 <rdf:li>plus</rdf:li>
390 </rdf:Bag>
391 </dc:subject>
392 <cc:license
393 rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
394 </cc:Work>
395 <cc:License
396 rdf:about="http://creativecommons.org/licenses/publicdomain/">
397 <cc:permits
398 rdf:resource="http://creativecommons.org/ns#Reproduction" />
399 <cc:permits
400 rdf:resource="http://creativecommons.org/ns#Distribution" />
401 <cc:permits
402 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
403 </cc:License>
404 </rdf:RDF>
405 </metadata>
406 <g
407 id="layer1"
408 inkscape:label="Layer 1"
409 inkscape:groupmode="layer">
410 <path
411 sodipodi:type="arc"
412 style="opacity:0.10824742;fill:url(#radialGradient2097);fill-opacity:1;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
413 id="path1361"
414 sodipodi:cx="22.958872"
415 sodipodi:cy="34.94062"
416 sodipodi:rx="10.31934"
417 sodipodi:ry="2.320194"
418 d="M 33.278212 34.94062 A 10.31934 2.320194 0 1 1 12.639532,34.94062 A 10.31934 2.320194 0 1 1 33.278212 34.94062 z"
419 transform="matrix(1.550487,0,0,1.978714,-12.4813,-32.49103)" />
420 <path
421 style="font-size:59.901077px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125.00000%;writing-mode:lr-tb;text-anchor:start;fill:#75a1d0;fill-opacity:1.0000000;stroke:#3465a4;stroke-width:1.0000004px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;font-family:Bitstream Vera Sans"
422 d="M 27.514356,37.542682 L 27.514356,28.515722 L 37.492820,28.475543 L 37.492820,21.480219 L 27.523285,21.480219 L 27.514356,11.520049 L 20.498082,11.531210 L 20.502546,21.462362 L 10.512920,21.536022 L 10.477206,28.504561 L 20.511475,28.475543 L 20.518171,37.515896 L 27.514356,37.542682 z "
423 id="text1314"
424 sodipodi:nodetypes="ccccccccccccc" />
425 <path
426 style="font-size:59.901077px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125.00000%;writing-mode:lr-tb;text-anchor:start;opacity:0.40860215;fill:url(#linearGradient4975);fill-opacity:1.0000000;stroke:url(#linearGradient7922);stroke-width:1.0000006px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;font-family:Bitstream Vera Sans"
427 d="M 26.498702,36.533920 L 26.498702,27.499738 L 36.501304,27.499738 L 36.494607,22.475309 L 26.507630,22.475309 L 26.507630,12.480335 L 21.512796,12.498193 L 21.521725,22.475309 L 11.495536,22.493166 L 11.468750,27.466256 L 21.533143,27.475185 L 21.519750,36.502670 L 26.498702,36.533920 z "
428 id="path7076"
429 sodipodi:nodetypes="ccccccccccccc" />
430 <path
431 style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;opacity:0.31182796"
432 d="M 11.000000,25.000000 C 11.000000,26.937500 36.984375,24.031250 36.984375,24.968750 L 36.984375,21.968750 L 27.000000,22.000000 L 27.000000,12.034772 L 21.000000,12.034772 L 21.000000,22.000000 L 11.000000,22.000000 L 11.000000,25.000000 z "
433 id="path7914"
434 sodipodi:nodetypes="ccccccccc" />
435 </g>
436</svg>
diff --git a/icons/tango-svg/media-flash.svg b/icons/tango-svg/media-flash.svg
new file mode 100644
index 0000000000..13f910fdd8
--- /dev/null
+++ b/icons/tango-svg/media-flash.svg
@@ -0,0 +1,477 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3<svg
4 xmlns:dc="http://purl.org/dc/elements/1.1/"
5 xmlns:cc="http://creativecommons.org/ns#"
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7 xmlns:svg="http://www.w3.org/2000/svg"
8 xmlns="http://www.w3.org/2000/svg"
9 xmlns:xlink="http://www.w3.org/1999/xlink"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 inkscape:export-ydpi="90.000000"
13 inkscape:export-xdpi="90.000000"
14 inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png"
15 width="48px"
16 height="48px"
17 id="svg11300"
18 sodipodi:version="0.32"
19 inkscape:version="0.46"
20 sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme-extras/scalable/devices"
21 sodipodi:docname="media-flash.svg"
22 inkscape:output_extension="org.inkscape.output.svg.inkscape">
23 <defs
24 id="defs3">
25 <inkscape:perspective
26 sodipodi:type="inkscape:persp3d"
27 inkscape:vp_x="0 : 24 : 1"
28 inkscape:vp_y="0 : 1000 : 0"
29 inkscape:vp_z="48 : 24 : 1"
30 inkscape:persp3d-origin="24 : 16 : 1"
31 id="perspective71" />
32 <linearGradient
33 inkscape:collect="always"
34 id="linearGradient6210">
35 <stop
36 style="stop-color:white;stop-opacity:1;"
37 offset="0"
38 id="stop6212" />
39 <stop
40 style="stop-color:white;stop-opacity:0;"
41 offset="1"
42 id="stop6214" />
43 </linearGradient>
44 <linearGradient
45 id="linearGradient6196">
46 <stop
47 style="stop-color:#edd400;stop-opacity:1;"
48 offset="0"
49 id="stop6198" />
50 <stop
51 id="stop6204"
52 offset="0.5"
53 style="stop-color:#c3af07;stop-opacity:1;" />
54 <stop
55 style="stop-color:#ffeb3e;stop-opacity:1;"
56 offset="1"
57 id="stop6200" />
58 </linearGradient>
59 <linearGradient
60 inkscape:collect="always"
61 id="linearGradient6151">
62 <stop
63 style="stop-color:#2e3436;stop-opacity:1;"
64 offset="0"
65 id="stop6153" />
66 <stop
67 style="stop-color:#2e3436;stop-opacity:0;"
68 offset="1"
69 id="stop6155" />
70 </linearGradient>
71 <linearGradient
72 inkscape:collect="always"
73 id="linearGradient6125">
74 <stop
75 style="stop-color:black;stop-opacity:1;"
76 offset="0"
77 id="stop6127" />
78 <stop
79 style="stop-color:black;stop-opacity:0;"
80 offset="1"
81 id="stop6129" />
82 </linearGradient>
83 <linearGradient
84 id="linearGradient6115">
85 <stop
86 style="stop-color:#555753;stop-opacity:1;"
87 offset="0"
88 id="stop6117" />
89 <stop
90 style="stop-color:#3e3f3c;stop-opacity:1;"
91 offset="1"
92 id="stop6119" />
93 </linearGradient>
94 <linearGradient
95 id="linearGradient6099">
96 <stop
97 style="stop-color:#eeeeec;stop-opacity:1;"
98 offset="0"
99 id="stop6101" />
100 <stop
101 id="stop6107"
102 offset="0.8918919"
103 style="stop-color:#dededa;stop-opacity:1;" />
104 <stop
105 style="stop-color:#838375;stop-opacity:1;"
106 offset="1"
107 id="stop6103" />
108 </linearGradient>
109 <linearGradient
110 inkscape:collect="always"
111 xlink:href="#linearGradient6099"
112 id="linearGradient6105"
113 x1="22.797205"
114 y1="39.679859"
115 x2="22.797205"
116 y2="46.635937"
117 gradientUnits="userSpaceOnUse"
118 gradientTransform="matrix(1,0,0,0.934004,0,1.557982)" />
119 <radialGradient
120 inkscape:collect="always"
121 xlink:href="#linearGradient6125"
122 id="radialGradient6131"
123 cx="24.218407"
124 cy="45.25996"
125 fx="24.218407"
126 fy="45.25996"
127 r="21.38998"
128 gradientTransform="matrix(1,0,0,0.128099,9.432564e-16,39.4622)"
129 gradientUnits="userSpaceOnUse" />
130 <radialGradient
131 inkscape:collect="always"
132 xlink:href="#linearGradient6151"
133 id="radialGradient6157"
134 cx="33.45499"
135 cy="28.603338"
136 fx="33.45499"
137 fy="28.603338"
138 r="3.8890872"
139 gradientUnits="userSpaceOnUse"
140 gradientTransform="matrix(3.657239,1.232816e-15,-1.232816e-15,3.657239,-88.89792,-76.00592)" />
141 <radialGradient
142 inkscape:collect="always"
143 xlink:href="#linearGradient6151"
144 id="radialGradient6161"
145 gradientUnits="userSpaceOnUse"
146 gradientTransform="matrix(8.342154,-3.746956e-16,3.746956e-16,8.342154,-227.6289,-207.0663)"
147 cx="29.61227"
148 cy="27.974968"
149 fx="29.61227"
150 fy="27.974968"
151 r="3.8890872" />
152 <linearGradient
153 inkscape:collect="always"
154 xlink:href="#linearGradient6196"
155 id="linearGradient6202"
156 x1="29.374996"
157 y1="21.741114"
158 x2="22.101643"
159 y2="7.6786127"
160 gradientUnits="userSpaceOnUse" />
161 <linearGradient
162 inkscape:collect="always"
163 xlink:href="#linearGradient6115"
164 id="linearGradient6208"
165 gradientUnits="userSpaceOnUse"
166 gradientTransform="matrix(1,0,0,0.982516,0,-7.076703e-2)"
167 x1="21.617008"
168 y1="4.6076145"
169 x2="26.443777"
170 y2="47.007381" />
171 <linearGradient
172 inkscape:collect="always"
173 xlink:href="#linearGradient6210"
174 id="linearGradient6216"
175 x1="16.845879"
176 y1="8.6784801"
177 x2="30.507824"
178 y2="78.505272"
179 gradientUnits="userSpaceOnUse" />
180 <filter
181 inkscape:collect="always"
182 id="filter5339"
183 x="-0.068965518"
184 width="1.137931"
185 y="-0.62068962"
186 height="2.2413792">
187 <feGaussianBlur
188 inkscape:collect="always"
189 stdDeviation="1.1886709"
190 id="feGaussianBlur5341" />
191 </filter>
192 </defs>
193 <sodipodi:namedview
194 stroke="#ef2929"
195 fill="#eeeeec"
196 id="base"
197 pagecolor="#ffffff"
198 bordercolor="#666666"
199 borderopacity="0.25490196"
200 inkscape:pageopacity="0.0"
201 inkscape:pageshadow="2"
202 inkscape:zoom="1"
203 inkscape:cx="200.83545"
204 inkscape:cy="-11.195251"
205 inkscape:current-layer="layer1"
206 showgrid="true"
207 inkscape:grid-bbox="true"
208 inkscape:document-units="px"
209 inkscape:showpageshadow="false"
210 inkscape:window-width="663"
211 inkscape:window-height="688"
212 inkscape:window-x="355"
213 inkscape:window-y="160">
214 <inkscape:grid
215 type="xygrid"
216 id="grid4690" />
217 </sodipodi:namedview>
218 <metadata
219 id="metadata4">
220 <rdf:RDF>
221 <cc:Work
222 rdf:about="">
223 <dc:format>image/svg+xml</dc:format>
224 <dc:type
225 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
226 <dc:creator>
227 <cc:Agent>
228 <dc:title>Jakub Steiner</dc:title>
229 </cc:Agent>
230 </dc:creator>
231 <dc:source>http://jimmac.musichall.cz</dc:source>
232 <cc:license
233 rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
234 <dc:title>Generic Flash Media</dc:title>
235 <dc:subject>
236 <rdf:Bag>
237 <rdf:li>flash</rdf:li>
238 <rdf:li>memory</rdf:li>
239 <rdf:li>removable</rdf:li>
240 <rdf:li>photo</rdf:li>
241 </rdf:Bag>
242 </dc:subject>
243 <dc:rights>
244 <cc:Agent>
245 <dc:title>Novell, Inc., Jakub Steiner</dc:title>
246 </cc:Agent>
247 </dc:rights>
248 </cc:Work>
249 <cc:License
250 rdf:about="http://creativecommons.org/licenses/publicdomain/">
251 <cc:permits
252 rdf:resource="http://creativecommons.org/ns#Reproduction" />
253 <cc:permits
254 rdf:resource="http://creativecommons.org/ns#Distribution" />
255 <cc:permits
256 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
257 </cc:License>
258 </rdf:RDF>
259 </metadata>
260 <g
261 id="layer1"
262 inkscape:label="Layer 1"
263 inkscape:groupmode="layer">
264 <rect
265 style="opacity:0.43373497;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.50843191px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter5339);enable-background:accumulate"
266 id="rect4692"
267 width="41.365746"
268 height="4.5961943"
269 x="3.3587573"
270 y="41.989594"
271 rx="2.3794458"
272 ry="2.2980971"
273 transform="matrix(0.965812,0,0,1,0.8219361,0)" />
274 <path
275 style="opacity:1;color:black;fill:url(#linearGradient6208);fill-opacity:1;fill-rule:evenodd;stroke:#2e3436;stroke-width:0.99999976;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.8;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
276 d="M 5.4999978,3.2368595 L 5.4999978,43.618858 C 5.569704,44.669066 6.4987349,45.72121 7.8834214,45.616246 L 39.735278,45.616246 C 40.628844,45.573136 41.513052,44.830044 41.499984,43.358328 L 41.499984,6.4283398 C 41.499984,5.7118028 41.268737,5.2304363 40.743728,4.7146061 C 40.743728,4.7146061 37.994733,1.8791213 37.994733,1.8791213 C 37.707471,1.6077368 37.530774,1.4999993 36.735279,1.4999993 L 6.7352914,1.4999993 C 5.7977914,1.5614066 5.4374978,2.4999722 5.4999978,3.2368595 z "
277 id="path4291"
278 sodipodi:nodetypes="cccccccsccc" />
279 <rect
280 ry="1.8974454"
281 rx="1.8974441"
282 y="5.616117"
283 x="9.4999952"
284 height="16.999992"
285 width="27.976646"
286 id="rect6089"
287 style="opacity:1;color:black;fill:#edd400;fill-opacity:1;fill-rule:evenodd;stroke:#2e3436;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.8;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
288 <rect
289 style="opacity:1;color:black;fill:url(#linearGradient6202);fill-opacity:1.0;fill-rule:evenodd;stroke:#c4a000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.8;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
290 id="rect4293"
291 width="27.976646"
292 height="16.999992"
293 x="9.4999952"
294 y="5.616117"
295 rx="1.8974441"
296 ry="1.8974454" />
297 <rect
298 ry="1.1461133"
299 rx="1.1461439"
300 y="6.6162395"
301 x="10.578098"
302 height="15.00028"
303 width="26.000004"
304 id="rect4295"
305 style="opacity:0.44943824;color:black;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:white;stroke-width:1.0000087;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.8;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
306 transform="matrix(1,0,-5.5327e-3,0.999985,0,0)" />
307 <path
308 style="opacity:0.44943824;color:black;fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.8;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
309 d="M 12,6.116117 L 12,12.11612 C 19.204912,9.2558473 27.058025,16.094119 35,14.11612 L 35,6.1880393 L 36,6.1880393 L 36,22.11612 L 35,22.11612 L 35,16.11612 C 26.337016,18.056862 19.445696,11.070476 12,14.11612 L 12,22.11612 L 11,22.11612 L 11,6.116117 L 12,6.116117 z "
310 id="path6043"
311 sodipodi:nodetypes="ccccccccccccc" />
312 <path
313 style="opacity:0.44943824;color:black;fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.8;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
314 d="M 13,6.116117 L 13,10.850955 L 14,10.611733 L 14,6.116117 L 13,6.116117 z "
315 id="path6045"
316 sodipodi:nodetypes="ccccc" />
317 <path
318 style="opacity:0.44943824;color:black;fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.8;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
319 d="M 15,10.611732 L 15,6.116117 L 16,6.116117 L 16,10.523344 L 15,10.611732 z "
320 id="path6047"
321 sodipodi:nodetypes="ccccc" />
322 <path
323 style="opacity:0.44943824;color:black;fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.8;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
324 d="M 17,10.523344 L 17,6.116117 L 18,6.116117 L 18,10.674178 L 17,10.523344 z "
325 id="path6049"
326 sodipodi:nodetypes="ccccc" />
327 <path
328 style="opacity:0.44943824;color:black;fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.8;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
329 d="M 19,10.895149 L 19,6.116117 L 20,6.116117 L 20,11.11612 L 19,10.895149 z "
330 id="path6051"
331 sodipodi:nodetypes="ccccc" />
332 <path
333 style="opacity:0.44943824;color:black;fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.8;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
334 d="M 21,11.274645 L 21,6.116117 L 22,6.116117 L 22,11.451422 L 21,11.274645 z "
335 id="path6053"
336 sodipodi:nodetypes="ccccc" />
337 <path
338 id="path6055"
339 d="M 23,11.804975 L 23,6.116117 L 24,6.116117 L 24,11.937558 L 23,11.804975 z "
340 style="opacity:0.44943824;color:black;fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.8;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
341 sodipodi:nodetypes="ccccc" />
342 <path
343 style="opacity:0.44943824;color:black;fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.8;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
344 d="M 25,12.335305 L 25,6.116117 L 26,6.116117 L 26,12.512082 L 25,12.335305 z "
345 id="path6057"
346 sodipodi:nodetypes="ccccc" />
347 <path
348 id="path6059"
349 d="M 27,12.733053 L 27,6.116117 L 28,6.116117 L 28,12.90983 L 27,12.733053 z "
350 style="opacity:0.44943824;color:black;fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.8;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
351 sodipodi:nodetypes="ccccc" />
352 <path
353 style="opacity:0.44943824;color:black;fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.8;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
354 d="M 29,13.219189 L 29,6.116117 L 30,6.116117 L 30,13.307577 L 29,13.219189 z "
355 id="path6061"
356 sodipodi:nodetypes="ccccc" />
357 <path
358 id="path6063"
359 d="M 31,13.395965 L 31,6.116117 L 32,6.116117 L 32,13.395966 L 31,13.395965 z "
360 style="opacity:0.44943824;color:black;fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.8;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
361 sodipodi:nodetypes="ccccc" />
362 <path
363 style="opacity:0.44943824;color:black;fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.8;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
364 d="M 33,13.395965 L 33,6.116117 L 34,6.116117 L 34,13.263383 L 33,13.395965 z "
365 id="path6065"
366 sodipodi:nodetypes="ccccc" />
367 <path
368 id="path6067"
369 d="M 13,22.070139 L 13,14.639459 L 14,14.525128 L 14,22.070139 L 13,22.070139 z "
370 style="opacity:0.44943824;color:black;fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.8;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
371 sodipodi:nodetypes="ccccc" />
372 <path
373 id="path6069"
374 d="M 15,14.480935 L 15,22.070139 L 16,22.070139 L 16,14.348352 L 15,14.480935 z "
375 style="opacity:0.44943824;color:black;fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.8;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
376 sodipodi:nodetypes="ccccc" />
377 <path
378 id="path6071"
379 d="M 17,14.348352 L 17,22.070139 L 18,22.070139 L 18,14.462683 L 17,14.348352 z "
380 style="opacity:0.44943824;color:black;fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.8;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
381 sodipodi:nodetypes="ccccc" />
382 <path
383 id="path6073"
384 d="M 19,14.772042 L 19,22.070139 L 20,22.070139 L 20,14.993013 L 19,14.772042 z "
385 style="opacity:0.44943824;color:black;fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.8;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
386 sodipodi:nodetypes="ccccc" />
387 <path
388 id="path6075"
389 d="M 21,15.232235 L 21,22.070139 L 22,22.070139 L 22,15.4974 L 21,15.232235 z "
390 style="opacity:0.44943824;color:black;fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.8;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
391 sodipodi:nodetypes="ccccc" />
392 <path
393 style="opacity:0.44943824;color:black;fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.8;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
394 d="M 23,15.850954 L 23,22.070139 L 24,22.070139 L 24,16.204507 L 23,15.850954 z "
395 id="path6077"
396 sodipodi:nodetypes="ccccc" />
397 <path
398 id="path6079"
399 d="M 25,16.381284 L 25,22.070139 L 26,22.070139 L 26,16.646449 L 25,16.381284 z "
400 style="opacity:0.44943824;color:black;fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.8;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
401 sodipodi:nodetypes="ccccc" />
402 <path
403 style="opacity:0.44943824;color:black;fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.8;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
404 d="M 27,16.823226 L 27,22.070139 L 28,22.070139 L 28,17.000002 L 27,16.823226 z "
405 id="path6081"
406 sodipodi:nodetypes="ccccc" />
407 <path
408 id="path6083"
409 d="M 29,17.176779 L 29,22.070139 L 30,22.070139 L 30,17.220973 L 29,17.176779 z "
410 style="opacity:0.44943824;color:black;fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.8;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
411 sodipodi:nodetypes="ccccc" />
412 <path
413 style="opacity:0.44943824;color:black;fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.8;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
414 d="M 31,17.39775 L 31,22.070139 L 32,22.070139 L 32,17.265167 L 31,17.39775 z "
415 id="path6085"
416 sodipodi:nodetypes="ccccc" />
417 <path
418 id="path6087"
419 d="M 33,17.353556 L 33,22.070139 L 34,22.070139 L 34,17.176779 L 33,17.353556 z "
420 style="opacity:0.44943824;color:black;fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.8;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
421 sodipodi:nodetypes="ccccc" />
422 <rect
423 style="opacity:1;color:black;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.8;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
424 id="rect6095"
425 width="31"
426 height="11"
427 x="8"
428 y="35.116135"
429 rx="0.81717849"
430 ry="0.81717849" />
431 <rect
432 ry="0.12967849"
433 rx="0.12967849"
434 y="36.116135"
435 x="9"
436 height="9"
437 width="29"
438 id="rect6097"
439 style="opacity:1;color:black;fill:url(#linearGradient6105);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.8;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
440 <rect
441 style="opacity:1;color:black;fill:#8f5902;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.80000000000000004;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
442 id="rect6109"
443 width="29"
444 height="3.0000017"
445 x="9"
446 y="36.116135"
447 rx="0.12967849"
448 ry="0.12967849" />
449 <rect
450 style="opacity:1;color:black;fill:#e9b96e;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.80000000000000004;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
451 id="rect6111"
452 width="10.036427"
453 height="1.9999989"
454 x="11"
455 y="37.116135"
456 rx="0.12967849"
457 ry="0.12967849" />
458 <rect
459 ry="0.12967849"
460 rx="0.12967849"
461 y="37.116135"
462 x="22.963573"
463 height="1.9999989"
464 width="4.0364265"
465 id="rect6113"
466 style="opacity:1;color:black;fill:#e9b96e;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.80000000000000004;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
467 <path
468 sodipodi:type="inkscape:offset"
469 inkscape:radius="-1.000373"
470 inkscape:original="M 6.75 1.5 C 5.8124999 1.5614073 5.4375 2.5131127 5.5 3.25 L 5.5 43.625 C 5.5697064 44.675208 6.4903135 45.729964 7.875 45.625 L 39.75 45.625 C 40.643565 45.581891 41.513068 44.815466 41.5 43.34375 L 41.5 6.4375 C 41.499999 5.7209628 41.275009 5.2345802 40.75 4.71875 C 40.749999 4.7187498 38 1.875 38 1.875 C 37.712739 1.6036155 37.545495 1.5 36.75 1.5 L 6.75 1.5 z "
471 xlink:href="#path4291"
472 style="opacity:0.17977528;color:black;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient6216);stroke-width:0.99999976;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.8;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
473 id="path6206"
474 inkscape:href="#path4291"
475 d="M 6.8125,2.5 C 6.6714126,2.5092414 6.665484,2.505736 6.59375,2.625 C 6.522016,2.744264 6.486054,2.9918242 6.5,3.15625 C 6.501465,3.1874828 6.501465,3.2187672 6.5,3.25 L 6.5,43.5625 C 6.5340897,44.076101 6.9647984,44.689259 7.8125,44.625 C 7.8333282,44.624349 7.8541718,44.624349 7.875,44.625 L 39.6875,44.625 C 40.042231,44.607886 40.509542,44.418409 40.5,43.34375 L 40.5,6.4375 C 40.499999,5.9303711 40.465181,5.8331404 40.0625,5.4375 C 40.051855,5.4273147 40.041435,5.4168955 40.03125,5.40625 C 40.03125,5.40625 37.37257,2.6558683 37.3125,2.59375 C 37.252809,2.537358 37.283219,2.5655737 37.28125,2.5625 C 37.279281,2.5594263 37.249931,2.5312266 37.25,2.53125 C 37.250138,2.5312967 37.104314,2.5 36.75,2.5 L 6.8125,2.5 z " />
476 </g>
477</svg>
diff --git a/icons/tango-svg/media-playback-start.svg b/icons/tango-svg/media-playback-start.svg
new file mode 100644
index 0000000000..75616de46f
--- /dev/null
+++ b/icons/tango-svg/media-playback-start.svg
@@ -0,0 +1,319 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3<svg
4 xmlns:dc="http://purl.org/dc/elements/1.1/"
5 xmlns:cc="http://creativecommons.org/ns#"
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7 xmlns:svg="http://www.w3.org/2000/svg"
8 xmlns="http://www.w3.org/2000/svg"
9 xmlns:xlink="http://www.w3.org/1999/xlink"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="48px"
13 height="48px"
14 id="svg1307"
15 sodipodi:version="0.32"
16 inkscape:version="0.46"
17 sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/actions"
18 sodipodi:docname="media-playback-start.svg"
19 inkscape:export-filename="/home/lapo/Desktop/Grafica/Icone/media-actions-outlines.png"
20 inkscape:export-xdpi="90"
21 inkscape:export-ydpi="90"
22 inkscape:output_extension="org.inkscape.output.svg.inkscape">
23 <defs
24 id="defs1309">
25 <inkscape:perspective
26 sodipodi:type="inkscape:persp3d"
27 inkscape:vp_x="0 : 24 : 1"
28 inkscape:vp_y="0 : 1000 : 0"
29 inkscape:vp_z="48 : 24 : 1"
30 inkscape:persp3d-origin="24 : 16 : 1"
31 id="perspective49" />
32 <linearGradient
33 id="linearGradient2684">
34 <stop
35 id="stop2686"
36 offset="0"
37 style="stop-color:#ffffff;stop-opacity:1;" />
38 <stop
39 id="stop2688"
40 offset="1"
41 style="stop-color:#000000;stop-opacity:1;" />
42 </linearGradient>
43 <linearGradient
44 id="linearGradient2584">
45 <stop
46 style="stop-color:#000000;stop-opacity:1;"
47 offset="0"
48 id="stop2586" />
49 <stop
50 style="stop-color:#ffffff;stop-opacity:0;"
51 offset="1"
52 id="stop2588" />
53 </linearGradient>
54 <linearGradient
55 id="linearGradient5075">
56 <stop
57 style="stop-color:#adb0a8;stop-opacity:1;"
58 offset="0"
59 id="stop5077" />
60 <stop
61 style="stop-color:#464744;stop-opacity:1"
62 offset="1"
63 id="stop5079" />
64 </linearGradient>
65 <linearGradient
66 id="linearGradient2691"
67 inkscape:collect="always">
68 <stop
69 id="stop2693"
70 offset="0"
71 style="stop-color:#ffffff;stop-opacity:1" />
72 <stop
73 id="stop2695"
74 offset="1"
75 style="stop-color:#d3d7cf" />
76 </linearGradient>
77 <linearGradient
78 id="linearGradient3340">
79 <stop
80 style="stop-color:#ffffff;stop-opacity:1;"
81 offset="0"
82 id="stop3342" />
83 <stop
84 style="stop-color:#ffffff;stop-opacity:0.62886596;"
85 offset="1"
86 id="stop3344" />
87 </linearGradient>
88 <linearGradient
89 inkscape:collect="always"
90 xlink:href="#linearGradient5075"
91 id="linearGradient2306"
92 gradientUnits="userSpaceOnUse"
93 x1="71.288956"
94 y1="124.11652"
95 x2="70.826942"
96 y2="95"
97 gradientTransform="translate(-45.00042,-71.09425)" />
98 <radialGradient
99 inkscape:collect="always"
100 xlink:href="#linearGradient2691"
101 id="radialGradient2314"
102 gradientUnits="userSpaceOnUse"
103 gradientTransform="matrix(5.324342e-2,-0.836238,2.019473,0.128568,-151.9195,108.0768)"
104 cx="107.5884"
105 cy="83.990814"
106 fx="107.5884"
107 fy="83.990814"
108 r="12.551644" />
109 <linearGradient
110 inkscape:collect="always"
111 xlink:href="#linearGradient2684"
112 id="linearGradient2690"
113 gradientUnits="userSpaceOnUse"
114 gradientTransform="matrix(1.128181,0,0,1.128181,-53.99314,-83.36009)"
115 x1="70.913956"
116 y1="101.74152"
117 x2="70.951942"
118 y2="88.923729" />
119 </defs>
120 <sodipodi:namedview
121 id="base"
122 pagecolor="#ffffff"
123 bordercolor="#666666"
124 borderopacity="0.19607843"
125 inkscape:pageopacity="0.0000000"
126 inkscape:pageshadow="2"
127 inkscape:zoom="1"
128 inkscape:cx="-117.42449"
129 inkscape:cy="12.980288"
130 inkscape:current-layer="layer1"
131 showgrid="false"
132 inkscape:grid-bbox="true"
133 inkscape:document-units="px"
134 inkscape:grid-points="true"
135 fill="#555753"
136 showguides="false"
137 inkscape:guide-bbox="true"
138 guidetolerance="1px"
139 stroke="#555753"
140 inkscape:window-width="872"
141 inkscape:window-height="688"
142 inkscape:window-x="326"
143 inkscape:window-y="160"
144 showborder="true"
145 inkscape:showpageshadow="false">
146 <sodipodi:guide
147 orientation="horizontal"
148 position="38.996647"
149 id="guide2194" />
150 <sodipodi:guide
151 orientation="horizontal"
152 position="9.0140845"
153 id="guide2196" />
154 <sodipodi:guide
155 orientation="vertical"
156 position="9.0140845"
157 id="guide2198" />
158 <sodipodi:guide
159 orientation="vertical"
160 position="38.975184"
161 id="guide2200" />
162 <sodipodi:guide
163 orientation="horizontal"
164 position="22.988281"
165 id="guide2202" />
166 <sodipodi:guide
167 orientation="vertical"
168 position="23.908786"
169 id="guide2204" />
170 <sodipodi:guide
171 orientation="vertical"
172 position="157.99417"
173 id="guide4332" />
174 <sodipodi:guide
175 orientation="horizontal"
176 position="-36.062446"
177 id="guide4334" />
178 <sodipodi:guide
179 orientation="horizontal"
180 position="-58.02695"
181 id="guide4336" />
182 <sodipodi:guide
183 orientation="vertical"
184 position="180.00287"
185 id="guide4338" />
186 <sodipodi:guide
187 orientation="vertical"
188 position="107.92217"
189 id="guide4417" />
190 <sodipodi:guide
191 orientation="vertical"
192 position="129.93087"
193 id="guide4419" />
194 <sodipodi:guide
195 orientation="horizontal"
196 position="19.996875"
197 id="guide5106" />
198 <sodipodi:guide
199 orientation="horizontal"
200 position="63.039674"
201 id="guide5119" />
202 <sodipodi:guide
203 orientation="horizontal"
204 position="49.066305"
205 id="guide5121" />
206 <sodipodi:guide
207 orientation="horizontal"
208 position="-86.007168"
209 id="guide5307" />
210 <sodipodi:guide
211 orientation="horizontal"
212 position="-108.09009"
213 id="guide5309" />
214 <sodipodi:guide
215 orientation="horizontal"
216 position="-100.15429"
217 id="guide3111" />
218 <inkscape:grid
219 id="GridFromPre046Settings"
220 type="xygrid"
221 originx="0px"
222 originy="0px"
223 spacingx="0.5px"
224 spacingy="0.5px"
225 color="#0000ff"
226 empcolor="#0000ff"
227 opacity="0.2"
228 empopacity="0.4"
229 empspacing="2" />
230 </sodipodi:namedview>
231 <metadata
232 id="metadata1312">
233 <rdf:RDF>
234 <cc:Work
235 rdf:about="">
236 <dc:format>image/svg+xml</dc:format>
237 <dc:type
238 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
239 <dc:title>Media Playback Start</dc:title>
240 <dc:creator>
241 <cc:Agent>
242 <dc:title>Lapo Calamandrei</dc:title>
243 </cc:Agent>
244 </dc:creator>
245 <cc:license
246 rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
247 <dc:subject>
248 <rdf:Bag>
249 <rdf:li>play</rdf:li>
250 <rdf:li>media</rdf:li>
251 <rdf:li>music</rdf:li>
252 <rdf:li>video</rdf:li>
253 <rdf:li>player</rdf:li>
254 </rdf:Bag>
255 </dc:subject>
256 <dc:contributor>
257 <cc:Agent>
258 <dc:title>Jakub Steiner</dc:title>
259 </cc:Agent>
260 </dc:contributor>
261 </cc:Work>
262 <cc:License
263 rdf:about="http://creativecommons.org/licenses/publicdomain/">
264 <cc:permits
265 rdf:resource="http://creativecommons.org/ns#Reproduction" />
266 <cc:permits
267 rdf:resource="http://creativecommons.org/ns#Distribution" />
268 <cc:permits
269 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
270 </cc:License>
271 </rdf:RDF>
272 </metadata>
273 <g
274 inkscape:groupmode="layer"
275 id="layer4"
276 inkscape:label="contorno"
277 style="display:inline" />
278 <g
279 id="layer1"
280 inkscape:label="Layer 1"
281 inkscape:groupmode="layer"
282 style="display:inline">
283 <path
284 sodipodi:nodetypes="cccc"
285 id="path2682"
286 d="M 12,39.5 L 12,9 L 38.06998,23.817079 L 12,39.5 z "
287 style="color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2690);stroke-width:1.99999833;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;opacity:0.15"
288 inkscape:r_cx="true"
289 inkscape:r_cy="true" />
290 <path
291 inkscape:r_cy="true"
292 inkscape:r_cx="true"
293 style="color:#000000;fill:url(#radialGradient2314);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000036;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
294 d="M 12.49946,37.81149 L 12.49946,10.000005 L 36.602747,23.905748 L 12.49946,37.81149 z "
295 id="path3375"
296 sodipodi:nodetypes="cccc" />
297 <path
298 inkscape:r_cy="true"
299 inkscape:r_cx="true"
300 style="color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2306);stroke-width:1.00000036;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
301 d="M 12.49946,37.81149 L 12.49946,10.000005 L 36.602747,23.905748 L 12.49946,37.81149 z "
302 id="path2479"
303 sodipodi:nodetypes="cccc" />
304 <path
305 inkscape:r_cy="true"
306 inkscape:r_cx="true"
307 style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
308 d="M 12.99946,10.87449 L 12.99946,36.93699 L 35.59321,23.90574 L 12.99946,10.87449 z M 13.99946,12.62449 L 33.56196,23.90574 L 13.99946,35.18699 L 13.99946,12.62449 z "
309 id="path2481"
310 sodipodi:nodetypes="cccccccc" />
311 <path
312 style="opacity:0.5;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible"
313 d="M 13.9375,12.5625 L 13.9375,24.25 C 18.206698,24.205215 23.101656,23.904436 31,22.375 L 13.9375,12.5625 z "
314 id="path2339"
315 inkscape:r_cx="true"
316 inkscape:r_cy="true"
317 sodipodi:nodetypes="cccc" />
318 </g>
319</svg>
diff --git a/icons/tango-svg/media-record.svg b/icons/tango-svg/media-record.svg
new file mode 100644
index 0000000000..85bbb98f6e
--- /dev/null
+++ b/icons/tango-svg/media-record.svg
@@ -0,0 +1,337 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3<svg
4 xmlns:dc="http://purl.org/dc/elements/1.1/"
5 xmlns:cc="http://creativecommons.org/ns#"
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7 xmlns:svg="http://www.w3.org/2000/svg"
8 xmlns="http://www.w3.org/2000/svg"
9 xmlns:xlink="http://www.w3.org/1999/xlink"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="48px"
13 height="48px"
14 id="svg1307"
15 sodipodi:version="0.32"
16 inkscape:version="0.46"
17 sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/actions"
18 sodipodi:docname="media-record.svg"
19 inkscape:export-filename="/home/lapo/Desktop/Grafica/Icone/media-actions-outlines.png"
20 inkscape:export-xdpi="90"
21 inkscape:export-ydpi="90"
22 inkscape:output_extension="org.inkscape.output.svg.inkscape">
23 <defs
24 id="defs1309">
25 <inkscape:perspective
26 sodipodi:type="inkscape:persp3d"
27 inkscape:vp_x="0 : 24 : 1"
28 inkscape:vp_y="0 : 1000 : 0"
29 inkscape:vp_z="48 : 24 : 1"
30 inkscape:persp3d-origin="24 : 16 : 1"
31 id="perspective47" />
32 <linearGradient
33 id="linearGradient3837">
34 <stop
35 style="stop-color:#000000;stop-opacity:1;"
36 offset="0"
37 id="stop3839" />
38 <stop
39 style="stop-color:#ffffff;stop-opacity:0.78350514;"
40 offset="1"
41 id="stop3841" />
42 </linearGradient>
43 <linearGradient
44 id="linearGradient2257">
45 <stop
46 style="stop-color:#ef2929"
47 offset="0"
48 id="stop2259" />
49 <stop
50 style="stop-color:#cc0000"
51 offset="1"
52 id="stop2261" />
53 </linearGradient>
54 <linearGradient
55 inkscape:collect="always"
56 id="linearGradient3340">
57 <stop
58 style="stop-color:#ffffff;stop-opacity:1;"
59 offset="0"
60 id="stop3342" />
61 <stop
62 style="stop-color:#ffffff;stop-opacity:0;"
63 offset="1"
64 id="stop3344" />
65 </linearGradient>
66 <linearGradient
67 inkscape:collect="always"
68 id="linearGradient8662">
69 <stop
70 style="stop-color:#000000;stop-opacity:1;"
71 offset="0"
72 id="stop8664" />
73 <stop
74 style="stop-color:#000000;stop-opacity:0;"
75 offset="1"
76 id="stop8666" />
77 </linearGradient>
78 <radialGradient
79 inkscape:collect="always"
80 xlink:href="#linearGradient8662"
81 id="radialGradient2228"
82 gradientUnits="userSpaceOnUse"
83 gradientTransform="matrix(1,0,0,0.536723,-3.241652e-13,16.87306)"
84 cx="24.837126"
85 cy="36.421127"
86 fx="24.837126"
87 fy="36.421127"
88 r="15.644737" />
89 <radialGradient
90 inkscape:collect="always"
91 xlink:href="#linearGradient3340"
92 id="radialGradient1368"
93 gradientUnits="userSpaceOnUse"
94 gradientTransform="matrix(3.658819,-3.13388e-16,1.719536e-16,2.080782,-62.4164,12.76204)"
95 cx="21.929186"
96 cy="-3.2182934"
97 fx="21.929186"
98 fy="-3.2182934"
99 r="13" />
100 <radialGradient
101 inkscape:collect="always"
102 xlink:href="#linearGradient2257"
103 id="radialGradient2263"
104 cx="22.5"
105 cy="28.116049"
106 fx="22.5"
107 fy="28.116049"
108 r="14.537862"
109 gradientTransform="matrix(2.365562,-4.942242e-16,5.359766e-16,2.202845,-30.72517,-34.23996)"
110 gradientUnits="userSpaceOnUse" />
111 <linearGradient
112 inkscape:collect="always"
113 xlink:href="#linearGradient3837"
114 id="linearGradient3843"
115 x1="21.702389"
116 y1="8.9115314"
117 x2="21.816015"
118 y2="35.546108"
119 gradientUnits="userSpaceOnUse" />
120 <radialGradient
121 inkscape:collect="always"
122 xlink:href="#linearGradient2257"
123 id="radialGradient3845"
124 gradientUnits="userSpaceOnUse"
125 gradientTransform="matrix(2.365562,-4.942242e-16,5.359766e-16,2.202845,-30.72517,-34.23996)"
126 cx="22.5"
127 cy="28.116049"
128 fx="22.5"
129 fy="28.116049"
130 r="14.537862" />
131 </defs>
132 <sodipodi:namedview
133 id="base"
134 pagecolor="#ffffff"
135 bordercolor="#666666"
136 borderopacity="0.11372549"
137 inkscape:pageopacity="0.0"
138 inkscape:pageshadow="2"
139 inkscape:zoom="1"
140 inkscape:cx="-125.50077"
141 inkscape:cy="34.59508"
142 inkscape:current-layer="layer1"
143 showgrid="false"
144 inkscape:grid-bbox="true"
145 inkscape:document-units="px"
146 inkscape:grid-points="true"
147 fill="#ef2929"
148 showguides="false"
149 inkscape:guide-bbox="true"
150 guidetolerance="1px"
151 stroke="#ef2929"
152 inkscape:window-width="872"
153 inkscape:window-height="688"
154 inkscape:window-x="494"
155 inkscape:window-y="160"
156 showborder="true"
157 inkscape:showpageshadow="false">
158 <sodipodi:guide
159 orientation="horizontal"
160 position="38.996647"
161 id="guide2194" />
162 <sodipodi:guide
163 orientation="horizontal"
164 position="9.0140845"
165 id="guide2196" />
166 <sodipodi:guide
167 orientation="vertical"
168 position="9.0140845"
169 id="guide2198" />
170 <sodipodi:guide
171 orientation="vertical"
172 position="38.975184"
173 id="guide2200" />
174 <sodipodi:guide
175 orientation="horizontal"
176 position="22.988281"
177 id="guide2202" />
178 <sodipodi:guide
179 orientation="vertical"
180 position="23.908786"
181 id="guide2204" />
182 <sodipodi:guide
183 orientation="vertical"
184 position="157.99417"
185 id="guide4332" />
186 <sodipodi:guide
187 orientation="horizontal"
188 position="-36.062446"
189 id="guide4334" />
190 <sodipodi:guide
191 orientation="horizontal"
192 position="-58.02695"
193 id="guide4336" />
194 <sodipodi:guide
195 orientation="vertical"
196 position="180.00287"
197 id="guide4338" />
198 <sodipodi:guide
199 orientation="vertical"
200 position="107.92217"
201 id="guide4417" />
202 <sodipodi:guide
203 orientation="vertical"
204 position="129.93087"
205 id="guide4419" />
206 <sodipodi:guide
207 orientation="horizontal"
208 position="19.996875"
209 id="guide5106" />
210 <sodipodi:guide
211 orientation="horizontal"
212 position="63.039674"
213 id="guide5119" />
214 <sodipodi:guide
215 orientation="horizontal"
216 position="49.066305"
217 id="guide5121" />
218 <sodipodi:guide
219 orientation="horizontal"
220 position="-86.007168"
221 id="guide5307" />
222 <sodipodi:guide
223 orientation="horizontal"
224 position="-108.09009"
225 id="guide5309" />
226 <sodipodi:guide
227 orientation="horizontal"
228 position="-100.15429"
229 id="guide3111" />
230 <inkscape:grid
231 id="GridFromPre046Settings"
232 type="xygrid"
233 originx="0px"
234 originy="0px"
235 spacingx="0.5px"
236 spacingy="0.5px"
237 color="#0000ff"
238 empcolor="#0000ff"
239 opacity="0.2"
240 empopacity="0.4"
241 empspacing="2" />
242 </sodipodi:namedview>
243 <metadata
244 id="metadata1312">
245 <rdf:RDF>
246 <cc:Work
247 rdf:about="">
248 <dc:format>image/svg+xml</dc:format>
249 <dc:type
250 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
251 <dc:title>Media Record</dc:title>
252 <dc:creator>
253 <cc:Agent>
254 <dc:title>Lapo Calamandrei</dc:title>
255 </cc:Agent>
256 </dc:creator>
257 <cc:license
258 rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
259 <dc:subject>
260 <rdf:Bag>
261 <rdf:li>media</rdf:li>
262 <rdf:li>player</rdf:li>
263 <rdf:li>record</rdf:li>
264 <rdf:li>music</rdf:li>
265 <rdf:li>sound</rdf:li>
266 <rdf:li>video</rdf:li>
267 </rdf:Bag>
268 </dc:subject>
269 </cc:Work>
270 <cc:License
271 rdf:about="http://creativecommons.org/licenses/publicdomain/">
272 <cc:permits
273 rdf:resource="http://creativecommons.org/ns#Reproduction" />
274 <cc:permits
275 rdf:resource="http://creativecommons.org/ns#Distribution" />
276 <cc:permits
277 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
278 </cc:License>
279 </rdf:RDF>
280 </metadata>
281 <g
282 id="layer1"
283 inkscape:label="Layer 1"
284 inkscape:groupmode="layer"
285 style="display:inline">
286 <path
287 transform="matrix(0.920697,0,0,0.99358,3.679484,1.641236)"
288 d="M 36.5 22 A 14 13 0 1 1 8.5,22 A 14 13 0 1 1 36.5 22 z"
289 sodipodi:ry="13"
290 sodipodi:rx="14"
291 sodipodi:cy="22"
292 sodipodi:cx="22.5"
293 id="path3835"
294 style="opacity:0.15;color:#000000;fill:url(#radialGradient3845);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3843);stroke-width:3.13661647;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
295 sodipodi:type="arc"
296 inkscape:r_cx="true"
297 inkscape:r_cy="true" />
298 <path
299 inkscape:export-ydpi="90"
300 inkscape:export-xdpi="90"
301 inkscape:export-filename="/home/lapo/Desktop/Grafica/Icone/media-actions.png"
302 sodipodi:type="arc"
303 style="opacity:0.03999999;color:#000000;fill:url(#radialGradient2228);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
304 id="path2226"
305 sodipodi:cx="24.837126"
306 sodipodi:cy="36.421127"
307 sodipodi:rx="15.644737"
308 sodipodi:ry="8.3968935"
309 d="M 40.481863 36.421127 A 15.644737 8.3968935 0 1 1 9.1923885,36.421127 A 15.644737 8.3968935 0 1 1 40.481863 36.421127 z"
310 transform="matrix(1.150533,0,0,0.565685,-4.5765,16.55285)" />
311 <path
312 sodipodi:type="arc"
313 style="color:#000000;fill:url(#radialGradient2263);fill-opacity:1.0;fill-rule:evenodd;stroke:#cc0000;stroke-width:1.0757246;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
314 id="path2525"
315 sodipodi:cx="22.5"
316 sodipodi:cy="22"
317 sodipodi:rx="14"
318 sodipodi:ry="13"
319 d="M 36.5 22 A 14 13 0 1 1 8.5,22 A 14 13 0 1 1 36.5 22 z"
320 transform="matrix(0.894862,0,0,0.9657,3.855776,2.660348)" />
321 <path
322 sodipodi:type="arc"
323 style="color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f77d7d;stroke-width:1.21739173;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
324 id="path2527"
325 sodipodi:cx="24"
326 sodipodi:cy="24"
327 sodipodi:rx="14"
328 sodipodi:ry="14"
329 d="M 38 24 A 14 14 0 1 1 10,24 A 14 14 0 1 1 38 24 z"
330 transform="matrix(0.821429,0,0,0.821429,4.285117,4.191455)" />
331 <path
332 style="opacity:0.6;fill:url(#radialGradient1368);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline"
333 d="M 23.84315,11.90574 C 17.563618,11.985335 12.438727,16.897799 12.03065,23.09324 C 18.148473,25.61002 25.90107,21.642017 35.172655,19.711354 C 34.484245,16.962785 30.617935,11.90574 23.9994,11.90574 C 23.947693,11.90574 23.894703,11.905087 23.84315,11.90574 z "
334 id="path2529"
335 sodipodi:nodetypes="cccsc" />
336 </g>
337</svg>
diff --git a/icons/tango-svg/network-receive.svg b/icons/tango-svg/network-receive.svg
new file mode 100644
index 0000000000..01ed0fa3ea
--- /dev/null
+++ b/icons/tango-svg/network-receive.svg
@@ -0,0 +1,1064 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3<svg
4 xmlns:dc="http://purl.org/dc/elements/1.1/"
5 xmlns:cc="http://creativecommons.org/ns#"
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7 xmlns:svg="http://www.w3.org/2000/svg"
8 xmlns="http://www.w3.org/2000/svg"
9 xmlns:xlink="http://www.w3.org/1999/xlink"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="48.000000px"
13 height="48.000000px"
14 id="svg2327"
15 sodipodi:version="0.32"
16 inkscape:version="0.46"
17 sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/status"
18 sodipodi:docname="network-receive.svg"
19 inkscape:output_extension="org.inkscape.output.svg.inkscape">
20 <defs
21 id="defs3">
22 <inkscape:perspective
23 sodipodi:type="inkscape:persp3d"
24 inkscape:vp_x="0 : 24 : 1"
25 inkscape:vp_y="0 : 1000 : 0"
26 inkscape:vp_z="48 : 24 : 1"
27 inkscape:persp3d-origin="24 : 16 : 1"
28 id="perspective148" />
29 <linearGradient
30 id="linearGradient3400">
31 <stop
32 style="stop-color:#416db4;stop-opacity:1;"
33 offset="0"
34 id="stop3402" />
35 <stop
36 style="stop-color:#385e9b;stop-opacity:1;"
37 offset="1"
38 id="stop3404" />
39 </linearGradient>
40 <linearGradient
41 id="linearGradient2985"
42 inkscape:collect="always">
43 <stop
44 id="stop2987"
45 offset="0"
46 style="stop-color:#d8dfd6;stop-opacity:1;" />
47 <stop
48 id="stop2989"
49 offset="1"
50 style="stop-color:#d8dfd6;stop-opacity:0;" />
51 </linearGradient>
52 <linearGradient
53 id="linearGradient2752">
54 <stop
55 id="stop2754"
56 offset="0"
57 style="stop-color:#9d9d9d;stop-opacity:1;" />
58 <stop
59 id="stop2756"
60 offset="1.0000000"
61 style="stop-color:#b9b9b9;stop-opacity:1.0000000;" />
62 </linearGradient>
63 <linearGradient
64 id="linearGradient2711">
65 <stop
66 id="stop2713"
67 offset="0.0000000"
68 style="stop-color:#909090;stop-opacity:1.0000000;" />
69 <stop
70 id="stop2715"
71 offset="1.0000000"
72 style="stop-color:#bebebe;stop-opacity:0.0000000;" />
73 </linearGradient>
74 <linearGradient
75 id="linearGradient2701">
76 <stop
77 id="stop2703"
78 offset="0.0000000"
79 style="stop-color:#585956;stop-opacity:1.0000000;" />
80 <stop
81 id="stop2705"
82 offset="1.0000000"
83 style="stop-color:#bbbeb8;stop-opacity:1.0000000;" />
84 </linearGradient>
85 <linearGradient
86 id="linearGradient2683"
87 inkscape:collect="always">
88 <stop
89 id="stop2685"
90 offset="0"
91 style="stop-color:#000000;stop-opacity:1;" />
92 <stop
93 id="stop2687"
94 offset="1"
95 style="stop-color:#000000;stop-opacity:0;" />
96 </linearGradient>
97 <linearGradient
98 id="linearGradient2675">
99 <stop
100 id="stop2677"
101 offset="0.0000000"
102 style="stop-color:#5b5b97;stop-opacity:1.0000000;" />
103 <stop
104 id="stop2679"
105 offset="1.0000000"
106 style="stop-color:#1b1b43;stop-opacity:1.0000000;" />
107 </linearGradient>
108 <linearGradient
109 id="linearGradient2667">
110 <stop
111 id="stop2669"
112 offset="0.0000000"
113 style="stop-color:#ffffff;stop-opacity:1.0000000;" />
114 <stop
115 id="stop2671"
116 offset="1.0000000"
117 style="stop-color:#fcfcff;stop-opacity:0.0000000;" />
118 </linearGradient>
119 <linearGradient
120 id="linearGradient2635"
121 inkscape:collect="always">
122 <stop
123 id="stop2637"
124 offset="0"
125 style="stop-color:#f9fff5;stop-opacity:1;" />
126 <stop
127 id="stop2639"
128 offset="1"
129 style="stop-color:#f9fff5;stop-opacity:0;" />
130 </linearGradient>
131 <linearGradient
132 inkscape:collect="always"
133 id="linearGradient2454">
134 <stop
135 style="stop-color:#000000;stop-opacity:1;"
136 offset="0"
137 id="stop2456" />
138 <stop
139 style="stop-color:#000000;stop-opacity:0;"
140 offset="1"
141 id="stop2458" />
142 </linearGradient>
143 <linearGradient
144 inkscape:collect="always"
145 id="linearGradient2415">
146 <stop
147 style="stop-color:#ffffff;stop-opacity:1;"
148 offset="0"
149 id="stop2417" />
150 <stop
151 style="stop-color:#ffffff;stop-opacity:0;"
152 offset="1"
153 id="stop2419" />
154 </linearGradient>
155 <linearGradient
156 id="linearGradient2253">
157 <stop
158 style="stop-color:#8f8f8f;stop-opacity:1.0000000;"
159 offset="0.0000000"
160 id="stop2255" />
161 <stop
162 style="stop-color:#494949;stop-opacity:1.0000000;"
163 offset="1.0000000"
164 id="stop2257" />
165 </linearGradient>
166 <linearGradient
167 id="linearGradient2245">
168 <stop
169 style="stop-color:#dde1d9;stop-opacity:1.0000000;"
170 offset="0.0000000"
171 id="stop2247" />
172 <stop
173 style="stop-color:#cacdc6;stop-opacity:1.0000000;"
174 offset="1.0000000"
175 id="stop2249" />
176 </linearGradient>
177 <linearGradient
178 inkscape:collect="always"
179 xlink:href="#linearGradient2675"
180 id="linearGradient2828"
181 gradientUnits="userSpaceOnUse"
182 gradientTransform="matrix(1.174139,0,0,0.945431,0.721825,-1.331524)"
183 x1="19.150396"
184 y1="32.622238"
185 x2="16.315819"
186 y2="8.8666229" />
187 <radialGradient
188 inkscape:collect="always"
189 xlink:href="#linearGradient2454"
190 id="radialGradient3909"
191 gradientUnits="userSpaceOnUse"
192 gradientTransform="scale(1.925808,0.519262)"
193 cx="12.575710"
194 cy="67.501709"
195 fx="12.575710"
196 fy="67.501709"
197 r="8.7662794" />
198 <linearGradient
199 inkscape:collect="always"
200 xlink:href="#linearGradient2985"
201 id="linearGradient3911"
202 gradientUnits="userSpaceOnUse"
203 gradientTransform="scale(1.492875,0.669848)"
204 x1="-23.885700"
205 y1="49.953003"
206 x2="-23.885700"
207 y2="44.878883" />
208 <radialGradient
209 inkscape:collect="always"
210 xlink:href="#linearGradient2454"
211 id="radialGradient3913"
212 gradientUnits="userSpaceOnUse"
213 gradientTransform="scale(1.925808,0.519262)"
214 cx="12.575710"
215 cy="67.501709"
216 fx="12.575710"
217 fy="67.501709"
218 r="8.7662794" />
219 <linearGradient
220 inkscape:collect="always"
221 xlink:href="#linearGradient2701"
222 id="linearGradient3915"
223 gradientUnits="userSpaceOnUse"
224 gradientTransform="scale(1.816345,0.550556)"
225 x1="12.206709"
226 y1="53.535141"
227 x2="12.127711"
228 y2="64.892525" />
229 <linearGradient
230 inkscape:collect="always"
231 xlink:href="#linearGradient2245"
232 id="linearGradient3917"
233 gradientUnits="userSpaceOnUse"
234 gradientTransform="matrix(1.129863,0.000000,0.000000,0.885063,-1.625000,-1.304372)"
235 x1="8.6116238"
236 y1="7.2293582"
237 x2="34.784473"
238 y2="33.339787" />
239 <linearGradient
240 inkscape:collect="always"
241 xlink:href="#linearGradient2253"
242 id="linearGradient3919"
243 gradientUnits="userSpaceOnUse"
244 gradientTransform="scale(1.104397,0.905471)"
245 x1="10.390738"
246 y1="5.3817744"
247 x2="32.536823"
248 y2="31.246054" />
249 <linearGradient
250 inkscape:collect="always"
251 xlink:href="#linearGradient2683"
252 id="linearGradient3923"
253 gradientUnits="userSpaceOnUse"
254 gradientTransform="matrix(5.705159,0.000000,0.000000,0.175280,1.000000,-0.679373)"
255 x1="3.7069976"
256 y1="171.29134"
257 x2="3.7069974"
258 y2="162.45061" />
259 <linearGradient
260 inkscape:collect="always"
261 xlink:href="#linearGradient2415"
262 id="linearGradient3925"
263 gradientUnits="userSpaceOnUse"
264 gradientTransform="matrix(1.108069,0.000000,0.000000,0.902471,1.000000,1.000000)"
265 x1="17.698339"
266 y1="13.004725"
267 x2="34.974548"
268 y2="55.200756" />
269 <linearGradient
270 inkscape:collect="always"
271 xlink:href="#linearGradient2667"
272 id="linearGradient3927"
273 gradientUnits="userSpaceOnUse"
274 gradientTransform="matrix(1.238977,0.000000,0.000000,0.895955,0.590553,-1.331524)"
275 x1="11.492236"
276 y1="1.6537577"
277 x2="17.199417"
278 y2="26.729263" />
279 <radialGradient
280 inkscape:collect="always"
281 xlink:href="#linearGradient2454"
282 id="radialGradient3929"
283 gradientUnits="userSpaceOnUse"
284 gradientTransform="scale(1.925808,0.519262)"
285 cx="12.575710"
286 cy="67.501709"
287 fx="12.575710"
288 fy="67.501709"
289 r="8.7662794" />
290 <linearGradient
291 inkscape:collect="always"
292 xlink:href="#linearGradient2245"
293 id="linearGradient3931"
294 gradientUnits="userSpaceOnUse"
295 gradientTransform="scale(1.129863,0.885063)"
296 x1="18.316999"
297 y1="48.643234"
298 x2="18.176752"
299 y2="52.536461" />
300 <linearGradient
301 inkscape:collect="always"
302 xlink:href="#linearGradient2253"
303 id="linearGradient3933"
304 gradientUnits="userSpaceOnUse"
305 gradientTransform="scale(1.104397,0.905471)"
306 x1="10.390738"
307 y1="5.3817744"
308 x2="32.536823"
309 y2="31.246054" />
310 <linearGradient
311 inkscape:collect="always"
312 xlink:href="#linearGradient2752"
313 id="linearGradient3935"
314 gradientUnits="userSpaceOnUse"
315 gradientTransform="scale(2.309851,0.432928)"
316 x1="8.1134243"
317 y1="88.509071"
318 x2="8.1134233"
319 y2="100.20015" />
320 <linearGradient
321 inkscape:collect="always"
322 xlink:href="#linearGradient2752"
323 id="linearGradient3937"
324 gradientUnits="userSpaceOnUse"
325 gradientTransform="scale(2.309851,0.432928)"
326 x1="8.1134243"
327 y1="88.509071"
328 x2="8.1134233"
329 y2="100.20015" />
330 <linearGradient
331 inkscape:collect="always"
332 xlink:href="#linearGradient2752"
333 id="linearGradient3939"
334 gradientUnits="userSpaceOnUse"
335 gradientTransform="scale(2.309851,0.432928)"
336 x1="8.1134243"
337 y1="88.509071"
338 x2="8.1134233"
339 y2="100.20015" />
340 <linearGradient
341 inkscape:collect="always"
342 xlink:href="#linearGradient2635"
343 id="linearGradient3941"
344 gradientUnits="userSpaceOnUse"
345 gradientTransform="matrix(2.143634,0.000000,0.000000,0.466498,1.000000,-0.508826)"
346 x1="13.628710"
347 y1="101.28460"
348 x2="8.6485014"
349 y2="74.098007" />
350 <linearGradient
351 inkscape:collect="always"
352 xlink:href="#linearGradient2711"
353 id="linearGradient3943"
354 gradientUnits="userSpaceOnUse"
355 x1="34.300991"
356 y1="3.9384086"
357 x2="35.520542"
358 y2="3.8451097" />
359 <linearGradient
360 inkscape:collect="always"
361 xlink:href="#linearGradient2711"
362 id="linearGradient3945"
363 gradientUnits="userSpaceOnUse"
364 x1="34.300991"
365 y1="3.9384086"
366 x2="35.520542"
367 y2="3.8451097" />
368 <linearGradient
369 inkscape:collect="always"
370 xlink:href="#linearGradient2711"
371 id="linearGradient3947"
372 gradientUnits="userSpaceOnUse"
373 x1="34.300991"
374 y1="3.9384086"
375 x2="35.520542"
376 y2="3.8451097" />
377 <linearGradient
378 inkscape:collect="always"
379 xlink:href="#linearGradient2711"
380 id="linearGradient3949"
381 gradientUnits="userSpaceOnUse"
382 x1="34.300991"
383 y1="3.9384086"
384 x2="35.520542"
385 y2="3.8451097" />
386 <linearGradient
387 inkscape:collect="always"
388 xlink:href="#linearGradient2711"
389 id="linearGradient3951"
390 gradientUnits="userSpaceOnUse"
391 x1="34.300991"
392 y1="3.9384086"
393 x2="35.520542"
394 y2="3.8451097" />
395 <radialGradient
396 inkscape:collect="always"
397 xlink:href="#linearGradient2454"
398 id="radialGradient4011"
399 gradientUnits="userSpaceOnUse"
400 gradientTransform="scale(1.925808,0.519262)"
401 cx="12.575710"
402 cy="67.501709"
403 fx="12.575710"
404 fy="67.501709"
405 r="8.7662794" />
406 <linearGradient
407 inkscape:collect="always"
408 xlink:href="#linearGradient2985"
409 id="linearGradient4013"
410 gradientUnits="userSpaceOnUse"
411 gradientTransform="scale(1.492875,0.669848)"
412 x1="-23.885700"
413 y1="49.953003"
414 x2="-23.885700"
415 y2="44.878883" />
416 <radialGradient
417 inkscape:collect="always"
418 xlink:href="#linearGradient2454"
419 id="radialGradient4015"
420 gradientUnits="userSpaceOnUse"
421 gradientTransform="scale(1.925808,0.519262)"
422 cx="12.575710"
423 cy="67.501709"
424 fx="12.575710"
425 fy="67.501709"
426 r="8.7662794" />
427 <linearGradient
428 inkscape:collect="always"
429 xlink:href="#linearGradient2701"
430 id="linearGradient4017"
431 gradientUnits="userSpaceOnUse"
432 gradientTransform="scale(1.816345,0.550556)"
433 x1="12.206709"
434 y1="53.535141"
435 x2="12.127711"
436 y2="64.892525" />
437 <linearGradient
438 inkscape:collect="always"
439 xlink:href="#linearGradient2245"
440 id="linearGradient4019"
441 gradientUnits="userSpaceOnUse"
442 gradientTransform="matrix(1.129863,0.000000,0.000000,0.885063,-1.625000,-1.304372)"
443 x1="8.6116238"
444 y1="7.2293582"
445 x2="34.784473"
446 y2="33.339787" />
447 <linearGradient
448 inkscape:collect="always"
449 xlink:href="#linearGradient2253"
450 id="linearGradient4021"
451 gradientUnits="userSpaceOnUse"
452 gradientTransform="scale(1.104397,0.905471)"
453 x1="10.390738"
454 y1="5.3817744"
455 x2="32.536823"
456 y2="31.246054" />
457 <linearGradient
458 inkscape:collect="always"
459 xlink:href="#linearGradient2683"
460 id="linearGradient4025"
461 gradientUnits="userSpaceOnUse"
462 gradientTransform="matrix(5.705159,0.000000,0.000000,0.175280,1.000000,-0.679373)"
463 x1="3.7069976"
464 y1="171.29134"
465 x2="3.7069974"
466 y2="162.45061" />
467 <linearGradient
468 inkscape:collect="always"
469 xlink:href="#linearGradient2415"
470 id="linearGradient4027"
471 gradientUnits="userSpaceOnUse"
472 gradientTransform="matrix(1.108069,0.000000,0.000000,0.902471,1.000000,1.000000)"
473 x1="17.698339"
474 y1="13.004725"
475 x2="34.974548"
476 y2="55.200756" />
477 <linearGradient
478 inkscape:collect="always"
479 xlink:href="#linearGradient2667"
480 id="linearGradient4029"
481 gradientUnits="userSpaceOnUse"
482 gradientTransform="matrix(1.238977,0.000000,0.000000,0.895955,0.590553,-1.331524)"
483 x1="11.492236"
484 y1="1.6537577"
485 x2="17.199417"
486 y2="26.729263" />
487 <radialGradient
488 inkscape:collect="always"
489 xlink:href="#linearGradient2454"
490 id="radialGradient4031"
491 gradientUnits="userSpaceOnUse"
492 gradientTransform="scale(1.925808,0.519262)"
493 cx="12.575710"
494 cy="67.501709"
495 fx="12.575710"
496 fy="67.501709"
497 r="8.7662794" />
498 <linearGradient
499 inkscape:collect="always"
500 xlink:href="#linearGradient2245"
501 id="linearGradient4033"
502 gradientUnits="userSpaceOnUse"
503 gradientTransform="matrix(1.129863,0,0,0.932544,1.870249e-17,-2.527286)"
504 x1="18.316999"
505 y1="48.643234"
506 x2="18.176752"
507 y2="52.536461" />
508 <linearGradient
509 inkscape:collect="always"
510 xlink:href="#linearGradient2253"
511 id="linearGradient4035"
512 gradientUnits="userSpaceOnUse"
513 gradientTransform="matrix(1.104397,0,0,0.954047,1.870249e-17,-2.527286)"
514 x1="10.390738"
515 y1="5.3817744"
516 x2="32.536823"
517 y2="31.246054" />
518 <linearGradient
519 inkscape:collect="always"
520 xlink:href="#linearGradient2752"
521 id="linearGradient4037"
522 gradientUnits="userSpaceOnUse"
523 gradientTransform="scale(2.309851,0.432928)"
524 x1="8.1134243"
525 y1="88.509071"
526 x2="8.1134233"
527 y2="100.20015" />
528 <linearGradient
529 inkscape:collect="always"
530 xlink:href="#linearGradient2752"
531 id="linearGradient4039"
532 gradientUnits="userSpaceOnUse"
533 gradientTransform="scale(2.309851,0.432928)"
534 x1="8.1134243"
535 y1="88.509071"
536 x2="8.1134233"
537 y2="100.20015" />
538 <linearGradient
539 inkscape:collect="always"
540 xlink:href="#linearGradient2752"
541 id="linearGradient4041"
542 gradientUnits="userSpaceOnUse"
543 gradientTransform="scale(2.309851,0.432928)"
544 x1="8.1134243"
545 y1="88.509071"
546 x2="8.1134233"
547 y2="100.20015" />
548 <linearGradient
549 inkscape:collect="always"
550 xlink:href="#linearGradient2635"
551 id="linearGradient4043"
552 gradientUnits="userSpaceOnUse"
553 gradientTransform="matrix(2.119206,0,0,0.473986,1.161626,-1.377609)"
554 x1="13.628710"
555 y1="101.28460"
556 x2="8.6485014"
557 y2="74.098007" />
558 <linearGradient
559 inkscape:collect="always"
560 xlink:href="#linearGradient2711"
561 id="linearGradient4045"
562 gradientUnits="userSpaceOnUse"
563 x1="34.300991"
564 y1="3.9384086"
565 x2="35.520542"
566 y2="3.8451097" />
567 <linearGradient
568 inkscape:collect="always"
569 xlink:href="#linearGradient2711"
570 id="linearGradient4047"
571 gradientUnits="userSpaceOnUse"
572 x1="34.300991"
573 y1="3.9384086"
574 x2="35.520542"
575 y2="3.8451097" />
576 <linearGradient
577 inkscape:collect="always"
578 xlink:href="#linearGradient2711"
579 id="linearGradient4049"
580 gradientUnits="userSpaceOnUse"
581 x1="34.300991"
582 y1="3.9384086"
583 x2="35.520542"
584 y2="3.8451097" />
585 <linearGradient
586 inkscape:collect="always"
587 xlink:href="#linearGradient2711"
588 id="linearGradient4051"
589 gradientUnits="userSpaceOnUse"
590 x1="34.300991"
591 y1="3.9384086"
592 x2="35.520542"
593 y2="3.8451097" />
594 <linearGradient
595 inkscape:collect="always"
596 xlink:href="#linearGradient2711"
597 id="linearGradient4053"
598 gradientUnits="userSpaceOnUse"
599 x1="34.300991"
600 y1="3.9384086"
601 x2="35.520542"
602 y2="3.8451097" />
603 <linearGradient
604 inkscape:collect="always"
605 xlink:href="#linearGradient3400"
606 id="linearGradient4064"
607 gradientUnits="userSpaceOnUse"
608 gradientTransform="matrix(0.77934,0,0,0.77934,73.6389,-5.946102)"
609 x1="-57.547276"
610 y1="38.652531"
611 x2="-57.495499"
612 y2="15.323487" />
613 </defs>
614 <sodipodi:namedview
615 id="base"
616 pagecolor="#ffffff"
617 bordercolor="#666666"
618 borderopacity="0.12156863"
619 inkscape:pageopacity="0.0"
620 inkscape:pageshadow="2"
621 inkscape:zoom="4"
622 inkscape:cx="83.297457"
623 inkscape:cy="44.12705"
624 inkscape:current-layer="layer1"
625 showgrid="true"
626 inkscape:grid-bbox="true"
627 inkscape:document-units="px"
628 inkscape:window-width="822"
629 inkscape:window-height="818"
630 inkscape:window-x="612"
631 inkscape:window-y="30"
632 inkscape:showpageshadow="false" />
633 <metadata
634 id="metadata4">
635 <rdf:RDF>
636 <cc:Work
637 rdf:about="">
638 <dc:format>image/svg+xml</dc:format>
639 <dc:type
640 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
641 <dc:title>Computer</dc:title>
642 <dc:date>2005-03-08</dc:date>
643 <dc:creator>
644 <cc:Agent>
645 <dc:title>Jakub Steiner</dc:title>
646 </cc:Agent>
647 </dc:creator>
648 <dc:subject>
649 <rdf:Bag>
650 <rdf:li>workstation</rdf:li>
651 <rdf:li>computer</rdf:li>
652 <rdf:li>node</rdf:li>
653 <rdf:li>client</rdf:li>
654 </rdf:Bag>
655 </dc:subject>
656 <cc:license
657 rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
658 <dc:source>http://jimmac.musichall.cz/</dc:source>
659 </cc:Work>
660 <cc:License
661 rdf:about="http://creativecommons.org/licenses/publicdomain/">
662 <cc:permits
663 rdf:resource="http://creativecommons.org/ns#Reproduction" />
664 <cc:permits
665 rdf:resource="http://creativecommons.org/ns#Distribution" />
666 <cc:permits
667 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
668 </cc:License>
669 </rdf:RDF>
670 </metadata>
671 <g
672 id="layer1"
673 inkscape:label="Layer 1"
674 inkscape:groupmode="layer">
675 <g
676 id="g2860"
677 transform="matrix(0.779340,0.000000,0.000000,0.779340,4.553721,10.26381)">
678 <g
679 id="g3880"
680 transform="translate(7.165836,-12.94079)">
681 <path
682 sodipodi:type="arc"
683 style="color:#000000;fill:url(#radialGradient3909);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:0.70063692;visibility:visible;display:inline;overflow:visible"
684 id="path2862"
685 sodipodi:cx="24.218407"
686 sodipodi:cy="35.051105"
687 sodipodi:rx="16.882174"
688 sodipodi:ry="4.5520000"
689 d="M 41.100580 35.051105 A 16.882174 4.5520000 0 1 1 7.3362331,35.051105 A 16.882174 4.5520000 0 1 1 41.100580 35.051105 z"
690 transform="matrix(1.000000,0.000000,0.000000,1.368932,-1.978553,-13.61713)" />
691 <path
692 sodipodi:type="arc"
693 style="color:#000000;fill:#adb0aa;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#4b4d4a;stroke-width:1.2831376;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
694 id="path2864"
695 sodipodi:cx="-35.658386"
696 sodipodi:cy="29.716238"
697 sodipodi:rx="9.3944187"
698 sodipodi:ry="3.9395950"
699 d="M -26.263968 29.716238 A 9.3944187 3.9395950 0 1 1 -45.052805,29.716238 A 9.3944187 3.9395950 0 1 1 -26.263968 29.716238 z"
700 transform="translate(57.53339,3.203427)" />
701 <path
702 transform="matrix(0.940273,0.000000,0.000000,0.940273,55.40361,4.271194)"
703 d="M -26.263968 29.716238 A 9.3944187 3.9395950 0 1 1 -45.052805,29.716238 A 9.3944187 3.9395950 0 1 1 -26.263968 29.716238 z"
704 sodipodi:ry="3.9395950"
705 sodipodi:rx="9.3944187"
706 sodipodi:cy="29.716238"
707 sodipodi:cx="-35.658386"
708 id="path2866"
709 style="color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#7b7f7a;stroke-width:1.2831376;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
710 sodipodi:type="arc" />
711 <path
712 sodipodi:type="arc"
713 style="color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:url(#linearGradient3911);stroke-width:0.87337190;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
714 id="path2868"
715 sodipodi:cx="-35.658386"
716 sodipodi:cy="29.716238"
717 sodipodi:rx="9.3944187"
718 sodipodi:ry="3.9395950"
719 d="M -26.263968 29.716238 A 9.3944187 3.9395950 0 1 1 -45.052805,29.716238 A 9.3944187 3.9395950 0 1 1 -26.263968 29.716238 z"
720 transform="matrix(0.940273,0.000000,0.000000,0.940273,55.40361,3.521194)" />
721 <path
722 sodipodi:nodetypes="ccccccccccccccccc"
723 style="fill:#d0d0d0;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#979797;stroke-width:0.51325500;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000"
724 d="M 25.687500,28.766243 L 25.625000,29.766243 C 25.625000,29.766243 29.949108,33.365409 34.625000,33.968750 C 36.962946,34.270420 39.378675,34.671162 41.375000,35.156250 C 43.371325,35.641338 44.963356,36.275856 45.500000,36.812500 C 45.810411,37.122911 45.951063,37.386139 46.000000,37.593750 C 46.048937,37.801361 46.038217,37.948565 45.906250,38.156250 C 45.642317,38.571620 44.826393,39.123902 43.437500,39.562500 C 40.659715,40.439695 35.717076,41.000000 28.875000,41.000000 L 28.875000,42.000000 C 35.770998,42.000000 40.738665,41.472329 43.718750,40.531250 C 45.208792,40.060710 46.243692,39.515563 46.750000,38.718750 C 47.003154,38.320344 47.107321,37.830301 47.000000,37.375000 C 46.892679,36.919699 46.615445,36.490445 46.218750,36.093750 C 45.341180,35.216180 43.681912,34.687310 41.625000,34.187500 C 39.568088,33.687690 37.109264,33.273171 34.750000,32.968750 C 30.031473,32.359908 25.687500,28.766243 25.687500,28.766243 z "
725 id="path2870" />
726 <path
727 transform="matrix(1.000000,0.000000,0.000000,1.368932,-1.978553,-19.02126)"
728 d="M 41.100580 35.051105 A 16.882174 4.5520000 0 1 1 7.3362331,35.051105 A 16.882174 4.5520000 0 1 1 41.100580 35.051105 z"
729 sodipodi:ry="4.5520000"
730 sodipodi:rx="16.882174"
731 sodipodi:cy="35.051105"
732 sodipodi:cx="24.218407"
733 id="path2872"
734 style="color:#000000;fill:url(#radialGradient3913);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:0.70063692;visibility:visible;display:inline;overflow:visible"
735 sodipodi:type="arc" />
736 <rect
737 y="30.703611"
738 x="17.472397"
739 height="2.7400389"
740 width="9.0396729"
741 id="rect2874"
742 style="color:#000000;fill:url(#linearGradient3915);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.60872948;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" />
743 <path
744 style="color:#000000;fill:url(#linearGradient3917);fill-opacity:1.0000000;fill-rule:evenodd;stroke:url(#linearGradient3919);stroke-width:1.2831376;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
745 d="M 7.0809024,1.6956221 L 36.669097,1.6956221 C 37.580439,1.6956221 38.293244,2.2791039 38.335849,3.0972091 L 39.667893,28.675323 C 39.726102,29.793058 38.766837,30.695628 37.647588,30.695628 L 6.1024120,30.695628 C 4.9831629,30.695628 4.0238980,29.793058 4.0821068,28.675323 L 5.4141506,3.0972091 C 5.4544343,2.3236745 5.9616533,1.6956221 7.0809024,1.6956221 z "
746 id="path2876"
747 sodipodi:nodetypes="cssssssss" />
748 <path
749 sodipodi:nodetypes="ccccc"
750 id="path2878"
751 d="M 8.4105348,4.3058272 L 7.1683398,26.351144 L 34.818729,26.351144 L 33.483712,4.3992558 L 8.4105348,4.3058272 z "
752 style="fill:url(#linearGradient4064);fill-opacity:1;fill-rule:evenodd;stroke:#4263a8;stroke-width:0.64156881;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;opacity:1;color:#000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-dashoffset:0;visibility:visible;display:inline;overflow:visible" />
753 <path
754 style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:url(#linearGradient3923);stroke-width:1.2782375;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:0.24840762"
755 d="M 6.1774331,28.735789 L 37.605910,28.735789"
756 id="path2880" />
757 <path
758 sodipodi:nodetypes="cssssssss"
759 id="path2882"
760 d="M 6.9145985,2.7063396 L 36.760101,2.6685383 C 37.043798,2.6681790 37.319403,2.9057881 37.342206,3.3210821 L 38.704098,28.124330 C 38.762137,29.181361 38.164349,29.910201 37.105727,29.910201 L 6.5817583,29.910201 C 5.5231355,29.910201 4.9887439,29.181410 5.0458869,28.124330 L 6.3699773,3.6301633 C 6.4086732,2.9143326 6.5363627,2.7068187 6.9145985,2.7063396 z "
761 style="color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:url(#linearGradient3925);stroke-width:1.2831371;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:0.70063692;visibility:visible;display:inline;overflow:visible" />
762 <path
763 sodipodi:nodetypes="ccccc"
764 style="opacity:0.53142858;fill:url(#linearGradient3927);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.25000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
765 d="M 8.7115364,4.7463626 L 7.9090069,22.616693 C 18.953645,20.216063 19.330470,12.124494 33.063039,9.4699426 L 32.901567,4.8124267 L 8.7115364,4.7463626 z "
766 id="path2884" />
767 <path
768 transform="matrix(1.264398,0.000000,0.000000,1.291262,-6.216332,-4.000423)"
769 d="M 41.100580 35.051105 A 16.882174 4.5520000 0 1 1 7.3362331,35.051105 A 16.882174 4.5520000 0 1 1 41.100580 35.051105 z"
770 sodipodi:ry="4.5520000"
771 sodipodi:rx="16.882174"
772 sodipodi:cy="35.051105"
773 sodipodi:cx="24.218407"
774 id="path2886"
775 style="color:#000000;fill:url(#radialGradient3929);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:0.70063692;visibility:visible;display:inline;overflow:visible"
776 sodipodi:type="arc" />
777 <path
778 sodipodi:nodetypes="cssssssss"
779 id="path2888"
780 d="M 6.4621839,36.817452 L 37.464590,36.817452 C 38.583839,36.817452 38.441945,37.088890 38.556817,37.430298 L 41.391463,45.855108 C 41.506335,46.196517 41.418485,46.467954 40.299236,46.467954 L 3.6275382,46.467954 C 2.5082891,46.467954 2.4204387,46.196517 2.5353107,45.855108 L 5.3699564,37.430298 C 5.4848284,37.088889 5.3429348,36.817452 6.4621839,36.817452 z "
781 style="opacity:1.0000000;color:#000000;fill:url(#linearGradient3931);fill-opacity:1.0000000;fill-rule:evenodd;stroke:url(#linearGradient3933);stroke-width:1.2831376;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" />
782 <path
783 sodipodi:nodetypes="ccccccccc"
784 id="path2890"
785 d="M 6.3916892,38.829113 L 4.6239223,43.955638 L 10.104000,43.955638 L 10.634330,41.922706 L 25.483572,41.922706 L 26.033251,43.997820 L 32.201086,43.997820 L 30.521708,38.829113 L 6.3916892,38.829113 z "
786 style="fill:#7a7d77;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.25000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" />
787 <path
788 id="path2892"
789 d="M 11.076272,42.276260 L 10.634330,43.955639 L 25.395184,43.955639 L 24.953242,42.187872 L 11.076272,42.276260 z "
790 style="fill:#777874;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.25000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" />
791 <path
792 style="color:#000000;fill:#777a75;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.25000000pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
793 d="M 37.592776,38.829114 L 39.272155,43.867250 L 33.792077,43.778861 L 32.289475,38.917502 L 37.592776,38.829114 z "
794 id="path2894" />
795 <path
796 id="path2896"
797 d="M 37.592776,38.298786 L 39.272155,43.336922 L 33.792077,43.248533 L 32.289475,38.387174 L 37.592776,38.298786 z "
798 style="opacity:1.0000000;color:#000000;fill:url(#linearGradient3935);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.25000000pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" />
799 <path
800 style="fill:url(#linearGradient3937);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.25000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
801 d="M 6.3916892,38.210397 L 4.6239223,43.336922 L 10.104000,43.336922 L 10.634330,41.303990 L 25.483572,41.303990 L 26.033251,43.379104 L 32.201086,43.379104 L 30.521708,38.210397 L 6.3916892,38.210397 z "
802 id="path2898"
803 sodipodi:nodetypes="ccccccccc" />
804 <path
805 style="opacity:1.0000000;color:#000000;fill:url(#linearGradient3939);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.25000000pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
806 d="M 11.076272,41.745932 L 10.634330,43.425311 L 25.395184,43.425311 L 24.953242,41.657544 L 11.076272,41.745932 z "
807 id="path2900" />
808 <path
809 style="color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:url(#linearGradient3941);stroke-width:0.64156878;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
810 d="M 6.1278189,37.578116 L 37.953634,37.578116 L 40.590813,45.670679 L 3.3297429,45.670679 L 6.1278189,37.578116 z "
811 id="path2902"
812 sodipodi:nodetypes="ccccc" />
813 <path
814 transform="matrix(1.331237,0.000000,0.000000,0.658449,-10.41933,2.853866)"
815 d="M 35.620504 3.9384086 A 0.83968931 0.83968931 0 1 1 33.941126,3.9384086 A 0.83968931 0.83968931 0 1 1 35.620504 3.9384086 z"
816 sodipodi:ry="0.83968931"
817 sodipodi:rx="0.83968931"
818 sodipodi:cy="3.9384086"
819 sodipodi:cx="34.780815"
820 id="path2904"
821 style="color:#000000;fill:url(#linearGradient3943);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.50000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
822 sodipodi:type="arc" />
823 <path
824 sodipodi:type="arc"
825 style="color:#000000;fill:url(#linearGradient3945);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.50000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
826 id="path2906"
827 sodipodi:cx="34.780815"
828 sodipodi:cy="3.9384086"
829 sodipodi:rx="0.83968931"
830 sodipodi:ry="0.83968931"
831 d="M 35.620504 3.9384086 A 0.83968931 0.83968931 0 1 1 33.941126,3.9384086 A 0.83968931 0.83968931 0 1 1 35.620504 3.9384086 z"
832 transform="matrix(1.331237,0.000000,0.000000,0.658449,-10.30573,4.959651)" />
833 <path
834 transform="matrix(1.331237,0.000000,0.000000,0.658449,-10.19213,6.959651)"
835 d="M 35.620504 3.9384086 A 0.83968931 0.83968931 0 1 1 33.941126,3.9384086 A 0.83968931 0.83968931 0 1 1 35.620504 3.9384086 z"
836 sodipodi:ry="0.83968931"
837 sodipodi:rx="0.83968931"
838 sodipodi:cy="3.9384086"
839 sodipodi:cx="34.780815"
840 id="path2908"
841 style="color:#000000;fill:url(#linearGradient3947);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.50000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
842 sodipodi:type="arc" />
843 <path
844 sodipodi:type="arc"
845 style="color:#000000;fill:url(#linearGradient3949);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.50000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
846 id="path2910"
847 sodipodi:cx="34.780815"
848 sodipodi:cy="3.9384086"
849 sodipodi:rx="0.83968931"
850 sodipodi:ry="0.83968931"
851 d="M 35.620504 3.9384086 A 0.83968931 0.83968931 0 1 1 33.941126,3.9384086 A 0.83968931 0.83968931 0 1 1 35.620504 3.9384086 z"
852 transform="matrix(1.331237,0.000000,0.000000,0.658449,-10.07853,8.959651)" />
853 <path
854 transform="matrix(1.331237,0.000000,0.000000,0.658449,-9.964930,10.95965)"
855 d="M 35.620504 3.9384086 A 0.83968931 0.83968931 0 1 1 33.941126,3.9384086 A 0.83968931 0.83968931 0 1 1 35.620504 3.9384086 z"
856 sodipodi:ry="0.83968931"
857 sodipodi:rx="0.83968931"
858 sodipodi:cy="3.9384086"
859 sodipodi:cx="34.780815"
860 id="path2912"
861 style="color:#000000;fill:url(#linearGradient3951);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.50000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
862 sodipodi:type="arc" />
863 <path
864 id="path2914"
865 d="M 20.000000,27.317666 L 20.281716,27.317666 C 20.365481,27.317667 20.429701,27.336330 20.474376,27.373656 C 20.519345,27.410690 20.541829,27.463594 20.541830,27.532370 C 20.541829,27.601440 20.519345,27.654638 20.474376,27.691965 C 20.429701,27.728998 20.365481,27.747515 20.281716,27.747515 L 20.169735,27.747515 L 20.169735,27.975885 L 20.000000,27.975885 L 20.000000,27.317666 M 20.169735,27.440669 L 20.169735,27.624512 L 20.263640,27.624512 C 20.296558,27.624512 20.321982,27.616576 20.339911,27.600705 C 20.357839,27.584540 20.366804,27.561762 20.366804,27.532370 C 20.366804,27.502979 20.357839,27.480348 20.339911,27.464476 C 20.321982,27.448605 20.296558,27.440669 20.263640,27.440669 L 20.169735,27.440669 M 20.961979,27.428765 C 20.910250,27.428766 20.870131,27.447870 20.841621,27.486078 C 20.813112,27.524288 20.798857,27.578074 20.798857,27.647437 C 20.798857,27.716507 20.813112,27.770146 20.841621,27.808355 C 20.870131,27.846564 20.910250,27.865668 20.961979,27.865668 C 21.014001,27.865668 21.054267,27.846564 21.082778,27.808355 C 21.111287,27.770146 21.125541,27.716507 21.125542,27.647437 C 21.125541,27.578074 21.111287,27.524288 21.082778,27.486078 C 21.054267,27.447870 21.014001,27.428766 20.961979,27.428765 M 20.961979,27.305762 C 21.067787,27.305763 21.150671,27.336036 21.210630,27.396582 C 21.270588,27.457128 21.300567,27.540747 21.300568,27.647437 C 21.300567,27.753834 21.270588,27.837305 21.210630,27.897851 C 21.150671,27.958398 21.067787,27.988671 20.961979,27.988671 C 20.856464,27.988671 20.773580,27.958398 20.713328,27.897851 C 20.653370,27.837305 20.623391,27.753834 20.623391,27.647437 C 20.623391,27.540747 20.653370,27.457128 20.713328,27.396582 C 20.773580,27.336036 20.856464,27.305763 20.961979,27.305762 M 21.428420,27.317666 L 21.617994,27.317666 L 21.857387,27.769117 L 21.857387,27.317666 L 22.018305,27.317666 L 22.018305,27.975885 L 21.828730,27.975885 L 21.589338,27.524434 L 21.589338,27.975885 L 21.428420,27.975885 L 21.428420,27.317666 M 22.091489,27.317666 L 22.277095,27.317666 L 22.426991,27.552209 L 22.576887,27.317666 L 22.762935,27.317666 L 22.512079,27.698578 L 22.512079,27.975885 L 22.342344,27.975885 L 22.342344,27.698578 L 22.091489,27.317666"
866 style="font-size:0.90290260px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;writing-mode:lr-tb;text-anchor:start;fill:#4a4a4a;fill-opacity:1.0000000;stroke:none;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;font-family:Bitstream Vera Sans" />
867 </g>
868 </g>
869 <g
870 id="g3953"
871 transform="matrix(0.779340,0.000000,0.000000,0.779340,-6.030902,20.34909)">
872 <g
873 id="g3955"
874 transform="translate(7.165836,-12.94079)">
875 <path
876 sodipodi:type="arc"
877 style="color:#000000;fill:url(#radialGradient4011);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:0.70063692;visibility:visible;display:inline;overflow:visible"
878 id="path3957"
879 sodipodi:cx="24.218407"
880 sodipodi:cy="35.051105"
881 sodipodi:rx="16.882174"
882 sodipodi:ry="4.5520000"
883 d="M 41.100580 35.051105 A 16.882174 4.5520000 0 1 1 7.3362331,35.051105 A 16.882174 4.5520000 0 1 1 41.100580 35.051105 z"
884 transform="matrix(1.000000,0.000000,0.000000,1.368932,-1.978553,-13.61713)" />
885 <path
886 sodipodi:type="arc"
887 style="color:#000000;fill:#adb0aa;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#4b4d4a;stroke-width:1.2831376;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
888 id="path3959"
889 sodipodi:cx="-35.658386"
890 sodipodi:cy="29.716238"
891 sodipodi:rx="9.3944187"
892 sodipodi:ry="3.9395950"
893 d="M -26.263968 29.716238 A 9.3944187 3.9395950 0 1 1 -45.052805,29.716238 A 9.3944187 3.9395950 0 1 1 -26.263968 29.716238 z"
894 transform="translate(57.53339,3.203427)" />
895 <path
896 transform="matrix(0.940273,0.000000,0.000000,0.940273,55.40361,4.271194)"
897 d="M -26.263968 29.716238 A 9.3944187 3.9395950 0 1 1 -45.052805,29.716238 A 9.3944187 3.9395950 0 1 1 -26.263968 29.716238 z"
898 sodipodi:ry="3.9395950"
899 sodipodi:rx="9.3944187"
900 sodipodi:cy="29.716238"
901 sodipodi:cx="-35.658386"
902 id="path3961"
903 style="color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#7b7f7a;stroke-width:1.2831376;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
904 sodipodi:type="arc" />
905 <path
906 sodipodi:type="arc"
907 style="color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:url(#linearGradient4013);stroke-width:0.87337190;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
908 id="path3963"
909 sodipodi:cx="-35.658386"
910 sodipodi:cy="29.716238"
911 sodipodi:rx="9.3944187"
912 sodipodi:ry="3.9395950"
913 d="M -26.263968 29.716238 A 9.3944187 3.9395950 0 1 1 -45.052805,29.716238 A 9.3944187 3.9395950 0 1 1 -26.263968 29.716238 z"
914 transform="matrix(0.940273,0.000000,0.000000,0.940273,55.40361,3.521194)" />
915 <path
916 sodipodi:nodetypes="ccccccccccccccccc"
917 style="fill:#d0d0d0;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#979797;stroke-width:0.51325500;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000"
918 d="M 25.687500,28.766243 L 25.625000,29.766243 C 25.625000,29.766243 29.949108,33.365409 34.625000,33.968750 C 36.962946,34.270420 39.378675,34.671162 41.375000,35.156250 C 43.371325,35.641338 44.963356,36.275856 45.500000,36.812500 C 45.810411,37.122911 45.951063,37.386139 46.000000,37.593750 C 46.048937,37.801361 46.038217,37.948565 45.906250,38.156250 C 45.642317,38.571620 44.826393,39.123902 43.437500,39.562500 C 40.659715,40.439695 35.717076,41.000000 28.875000,41.000000 L 28.875000,42.000000 C 35.770998,42.000000 40.738665,41.472329 43.718750,40.531250 C 45.208792,40.060710 46.243692,39.515563 46.750000,38.718750 C 47.003154,38.320344 47.107321,37.830301 47.000000,37.375000 C 46.892679,36.919699 46.615445,36.490445 46.218750,36.093750 C 45.341180,35.216180 43.681912,34.687310 41.625000,34.187500 C 39.568088,33.687690 37.109264,33.273171 34.750000,32.968750 C 30.031473,32.359908 25.687500,28.766243 25.687500,28.766243 z "
919 id="path3965" />
920 <path
921 transform="matrix(1.000000,0.000000,0.000000,1.368932,-1.978553,-19.02126)"
922 d="M 41.100580 35.051105 A 16.882174 4.5520000 0 1 1 7.3362331,35.051105 A 16.882174 4.5520000 0 1 1 41.100580 35.051105 z"
923 sodipodi:ry="4.5520000"
924 sodipodi:rx="16.882174"
925 sodipodi:cy="35.051105"
926 sodipodi:cx="24.218407"
927 id="path3967"
928 style="color:#000000;fill:url(#radialGradient4015);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:0.70063692;visibility:visible;display:inline;overflow:visible"
929 sodipodi:type="arc" />
930 <rect
931 y="30.703611"
932 x="17.472397"
933 height="2.7400389"
934 width="9.0396729"
935 id="rect3969"
936 style="color:#000000;fill:url(#linearGradient4017);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.60872948;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" />
937 <path
938 style="color:#000000;fill:url(#linearGradient4019);fill-opacity:1.0000000;fill-rule:evenodd;stroke:url(#linearGradient4021);stroke-width:1.2831376;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
939 d="M 7.0809024,1.6956221 L 36.669097,1.6956221 C 37.580439,1.6956221 38.293244,2.2791039 38.335849,3.0972091 L 39.667893,28.675323 C 39.726102,29.793058 38.766837,30.695628 37.647588,30.695628 L 6.1024120,30.695628 C 4.9831629,30.695628 4.0238980,29.793058 4.0821068,28.675323 L 5.4141506,3.0972091 C 5.4544343,2.3236745 5.9616533,1.6956221 7.0809024,1.6956221 z "
940 id="path3971"
941 sodipodi:nodetypes="cssssssss" />
942 <path
943 sodipodi:nodetypes="ccccc"
944 id="path3973"
945 d="M 8.4105348,4.3058272 L 7.1683398,26.351144 L 34.818729,26.351144 L 33.483712,4.3992558 L 8.4105348,4.3058272 z "
946 style="fill:url(#linearGradient2828);fill-opacity:1;fill-rule:evenodd;stroke:#000079;stroke-width:0.64156878;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;opacity:1;color:#000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-dashoffset:0;visibility:visible;display:inline;overflow:visible" />
947 <path
948 style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:url(#linearGradient4025);stroke-width:1.2782375;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:0.24840762"
949 d="M 6.1774331,28.735789 L 37.605910,28.735789"
950 id="path3975" />
951 <path
952 sodipodi:nodetypes="cssssssss"
953 id="path3977"
954 d="M 6.9145985,2.7063396 L 36.760101,2.6685383 C 37.043798,2.6681790 37.319403,2.9057881 37.342206,3.3210821 L 38.704098,28.124330 C 38.762137,29.181361 38.164349,29.910201 37.105727,29.910201 L 6.5817583,29.910201 C 5.5231355,29.910201 4.9887439,29.181410 5.0458869,28.124330 L 6.3699773,3.6301633 C 6.4086732,2.9143326 6.5363627,2.7068187 6.9145985,2.7063396 z "
955 style="color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:url(#linearGradient4027);stroke-width:1.2831371;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:0.70063692;visibility:visible;display:inline;overflow:visible" />
956 <path
957 sodipodi:nodetypes="ccccc"
958 style="opacity:0.53142858;fill:url(#linearGradient4029);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.25000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
959 d="M 8.7115364,4.7463626 L 7.9090069,22.616693 C 18.953645,20.216063 19.330470,12.124494 33.063039,9.4699426 L 32.901567,4.8124267 L 8.7115364,4.7463626 z "
960 id="path3979" />
961 <path
962 transform="matrix(1.264398,0.000000,0.000000,1.291262,-6.216332,-4.000423)"
963 d="M 41.100580 35.051105 A 16.882174 4.5520000 0 1 1 7.3362331,35.051105 A 16.882174 4.5520000 0 1 1 41.100580 35.051105 z"
964 sodipodi:ry="4.5520000"
965 sodipodi:rx="16.882174"
966 sodipodi:cy="35.051105"
967 sodipodi:cx="24.218407"
968 id="path3981"
969 style="color:#000000;fill:url(#radialGradient4031);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:0.70063692;visibility:visible;display:inline;overflow:visible"
970 sodipodi:type="arc" />
971 <path
972 sodipodi:nodetypes="cssssssss"
973 id="path3983"
974 d="M 6.4621839,36.265312 L 37.46459,36.265312 C 38.583839,36.265312 38.441945,36.551312 38.556817,36.911035 L 41.391463,45.787811 C 41.506335,46.147536 41.418485,46.433534 40.299236,46.433534 L 3.6275382,46.433534 C 2.5082891,46.433534 2.4204387,46.147536 2.5353107,45.787811 L 5.3699564,36.911035 C 5.4848284,36.551311 5.3429348,36.265312 6.4621839,36.265312 z "
975 style="opacity:1;color:#000000;fill:url(#linearGradient4033);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4035);stroke-width:1.28313744;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
976 <path
977 sodipodi:nodetypes="ccccccccc"
978 id="path3985"
979 d="M 6.3916892,38.829113 L 4.6239223,43.955638 L 10.104000,43.955638 L 10.634330,41.922706 L 25.483572,41.922706 L 26.033251,43.997820 L 32.201086,43.997820 L 30.521708,38.829113 L 6.3916892,38.829113 z "
980 style="fill:#7a7d77;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.25000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" />
981 <path
982 id="path3987"
983 d="M 11.076272,42.276260 L 10.634330,43.955639 L 25.395184,43.955639 L 24.953242,42.187872 L 11.076272,42.276260 z "
984 style="fill:#777874;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.25000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" />
985 <path
986 style="color:#000000;fill:#777a75;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.25000000pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
987 d="M 37.592776,38.829114 L 39.272155,43.867250 L 33.792077,43.778861 L 32.289475,38.917502 L 37.592776,38.829114 z "
988 id="path3989" />
989 <path
990 id="path3991"
991 d="M 37.592776,38.298786 L 39.272155,43.336922 L 33.792077,43.248533 L 32.289475,38.387174 L 37.592776,38.298786 z "
992 style="opacity:1.0000000;color:#000000;fill:url(#linearGradient4037);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.25000000pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" />
993 <path
994 style="fill:url(#linearGradient4039);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.25000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
995 d="M 6.3916892,38.210397 L 4.6239223,43.336922 L 10.104000,43.336922 L 10.634330,41.303990 L 25.483572,41.303990 L 26.033251,43.379104 L 32.201086,43.379104 L 30.521708,38.210397 L 6.3916892,38.210397 z "
996 id="path3993"
997 sodipodi:nodetypes="ccccccccc" />
998 <path
999 style="opacity:1.0000000;color:#000000;fill:url(#linearGradient4041);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.25000000pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
1000 d="M 11.076272,41.745932 L 10.634330,43.425311 L 25.395184,43.425311 L 24.953242,41.657544 L 11.076272,41.745932 z "
1001 id="path3995" />
1002 <path
1003 style="color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4043);stroke-width:0.6415689;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
1004 d="M 6.2310076,37.320738 L 37.694134,37.320738 L 40.301261,45.54321 L 3.4648186,45.54321 L 6.2310076,37.320738 z "
1005 id="path3997"
1006 sodipodi:nodetypes="ccccc" />
1007 <path
1008 transform="matrix(1.331237,0.000000,0.000000,0.658449,-10.41933,2.853866)"
1009 d="M 35.620504 3.9384086 A 0.83968931 0.83968931 0 1 1 33.941126,3.9384086 A 0.83968931 0.83968931 0 1 1 35.620504 3.9384086 z"
1010 sodipodi:ry="0.83968931"
1011 sodipodi:rx="0.83968931"
1012 sodipodi:cy="3.9384086"
1013 sodipodi:cx="34.780815"
1014 id="path3999"
1015 style="color:#000000;fill:url(#linearGradient4045);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.50000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
1016 sodipodi:type="arc" />
1017 <path
1018 sodipodi:type="arc"
1019 style="color:#000000;fill:url(#linearGradient4047);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.50000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
1020 id="path4001"
1021 sodipodi:cx="34.780815"
1022 sodipodi:cy="3.9384086"
1023 sodipodi:rx="0.83968931"
1024 sodipodi:ry="0.83968931"
1025 d="M 35.620504 3.9384086 A 0.83968931 0.83968931 0 1 1 33.941126,3.9384086 A 0.83968931 0.83968931 0 1 1 35.620504 3.9384086 z"
1026 transform="matrix(1.331237,0.000000,0.000000,0.658449,-10.30573,4.959651)" />
1027 <path
1028 transform="matrix(1.331237,0.000000,0.000000,0.658449,-10.19213,6.959651)"
1029 d="M 35.620504 3.9384086 A 0.83968931 0.83968931 0 1 1 33.941126,3.9384086 A 0.83968931 0.83968931 0 1 1 35.620504 3.9384086 z"
1030 sodipodi:ry="0.83968931"
1031 sodipodi:rx="0.83968931"
1032 sodipodi:cy="3.9384086"
1033 sodipodi:cx="34.780815"
1034 id="path4003"
1035 style="color:#000000;fill:url(#linearGradient4049);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.50000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
1036 sodipodi:type="arc" />
1037 <path
1038 sodipodi:type="arc"
1039 style="color:#000000;fill:url(#linearGradient4051);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.50000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
1040 id="path4005"
1041 sodipodi:cx="34.780815"
1042 sodipodi:cy="3.9384086"
1043 sodipodi:rx="0.83968931"
1044 sodipodi:ry="0.83968931"
1045 d="M 35.620504 3.9384086 A 0.83968931 0.83968931 0 1 1 33.941126,3.9384086 A 0.83968931 0.83968931 0 1 1 35.620504 3.9384086 z"
1046 transform="matrix(1.331237,0.000000,0.000000,0.658449,-10.07853,8.959651)" />
1047 <path
1048 transform="matrix(1.331237,0.000000,0.000000,0.658449,-9.964930,10.95965)"
1049 d="M 35.620504 3.9384086 A 0.83968931 0.83968931 0 1 1 33.941126,3.9384086 A 0.83968931 0.83968931 0 1 1 35.620504 3.9384086 z"
1050 sodipodi:ry="0.83968931"
1051 sodipodi:rx="0.83968931"
1052 sodipodi:cy="3.9384086"
1053 sodipodi:cx="34.780815"
1054 id="path4007"
1055 style="color:#000000;fill:url(#linearGradient4053);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.50000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
1056 sodipodi:type="arc" />
1057 <path
1058 id="path4009"
1059 d="M 20.000000,27.317666 L 20.281716,27.317666 C 20.365481,27.317667 20.429701,27.336330 20.474376,27.373656 C 20.519345,27.410690 20.541829,27.463594 20.541830,27.532370 C 20.541829,27.601440 20.519345,27.654638 20.474376,27.691965 C 20.429701,27.728998 20.365481,27.747515 20.281716,27.747515 L 20.169735,27.747515 L 20.169735,27.975885 L 20.000000,27.975885 L 20.000000,27.317666 M 20.169735,27.440669 L 20.169735,27.624512 L 20.263640,27.624512 C 20.296558,27.624512 20.321982,27.616576 20.339911,27.600705 C 20.357839,27.584540 20.366804,27.561762 20.366804,27.532370 C 20.366804,27.502979 20.357839,27.480348 20.339911,27.464476 C 20.321982,27.448605 20.296558,27.440669 20.263640,27.440669 L 20.169735,27.440669 M 20.961979,27.428765 C 20.910250,27.428766 20.870131,27.447870 20.841621,27.486078 C 20.813112,27.524288 20.798857,27.578074 20.798857,27.647437 C 20.798857,27.716507 20.813112,27.770146 20.841621,27.808355 C 20.870131,27.846564 20.910250,27.865668 20.961979,27.865668 C 21.014001,27.865668 21.054267,27.846564 21.082778,27.808355 C 21.111287,27.770146 21.125541,27.716507 21.125542,27.647437 C 21.125541,27.578074 21.111287,27.524288 21.082778,27.486078 C 21.054267,27.447870 21.014001,27.428766 20.961979,27.428765 M 20.961979,27.305762 C 21.067787,27.305763 21.150671,27.336036 21.210630,27.396582 C 21.270588,27.457128 21.300567,27.540747 21.300568,27.647437 C 21.300567,27.753834 21.270588,27.837305 21.210630,27.897851 C 21.150671,27.958398 21.067787,27.988671 20.961979,27.988671 C 20.856464,27.988671 20.773580,27.958398 20.713328,27.897851 C 20.653370,27.837305 20.623391,27.753834 20.623391,27.647437 C 20.623391,27.540747 20.653370,27.457128 20.713328,27.396582 C 20.773580,27.336036 20.856464,27.305763 20.961979,27.305762 M 21.428420,27.317666 L 21.617994,27.317666 L 21.857387,27.769117 L 21.857387,27.317666 L 22.018305,27.317666 L 22.018305,27.975885 L 21.828730,27.975885 L 21.589338,27.524434 L 21.589338,27.975885 L 21.428420,27.975885 L 21.428420,27.317666 M 22.091489,27.317666 L 22.277095,27.317666 L 22.426991,27.552209 L 22.576887,27.317666 L 22.762935,27.317666 L 22.512079,27.698578 L 22.512079,27.975885 L 22.342344,27.975885 L 22.342344,27.698578 L 22.091489,27.317666"
1060 style="font-size:0.90290260px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;writing-mode:lr-tb;text-anchor:start;fill:#4a4a4a;fill-opacity:1.0000000;stroke:none;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;font-family:Bitstream Vera Sans" />
1061 </g>
1062 </g>
1063 </g>
1064</svg>
diff --git a/icons/tango-svg/network-wireless.svg b/icons/tango-svg/network-wireless.svg
new file mode 100644
index 0000000000..e52d2bbcf0
--- /dev/null
+++ b/icons/tango-svg/network-wireless.svg
@@ -0,0 +1,325 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3<svg
4 xmlns:dc="http://purl.org/dc/elements/1.1/"
5 xmlns:cc="http://creativecommons.org/ns#"
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7 xmlns:svg="http://www.w3.org/2000/svg"
8 xmlns="http://www.w3.org/2000/svg"
9 xmlns:xlink="http://www.w3.org/1999/xlink"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 inkscape:export-ydpi="90.000000"
13 inkscape:export-xdpi="90.000000"
14 inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png"
15 width="48px"
16 height="48px"
17 id="svg11300"
18 sodipodi:version="0.32"
19 inkscape:version="0.46"
20 sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/devices"
21 sodipodi:docname="network-wireless.svg"
22 inkscape:output_extension="org.inkscape.output.svg.inkscape">
23 <defs
24 id="defs3">
25 <inkscape:perspective
26 sodipodi:type="inkscape:persp3d"
27 inkscape:vp_x="0 : 24 : 1"
28 inkscape:vp_y="0 : 1000 : 0"
29 inkscape:vp_z="48 : 24 : 1"
30 inkscape:persp3d-origin="24 : 16 : 1"
31 id="perspective43" />
32 <radialGradient
33 inkscape:collect="always"
34 xlink:href="#linearGradient5060"
35 id="radialGradient6719"
36 gradientUnits="userSpaceOnUse"
37 gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
38 cx="605.71429"
39 cy="486.64789"
40 fx="605.71429"
41 fy="486.64789"
42 r="117.14286" />
43 <linearGradient
44 inkscape:collect="always"
45 id="linearGradient5060">
46 <stop
47 style="stop-color:black;stop-opacity:1;"
48 offset="0"
49 id="stop5062" />
50 <stop
51 style="stop-color:black;stop-opacity:0;"
52 offset="1"
53 id="stop5064" />
54 </linearGradient>
55 <radialGradient
56 inkscape:collect="always"
57 xlink:href="#linearGradient5060"
58 id="radialGradient6717"
59 gradientUnits="userSpaceOnUse"
60 gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
61 cx="605.71429"
62 cy="486.64789"
63 fx="605.71429"
64 fy="486.64789"
65 r="117.14286" />
66 <linearGradient
67 id="linearGradient5048">
68 <stop
69 style="stop-color:black;stop-opacity:0;"
70 offset="0"
71 id="stop5050" />
72 <stop
73 id="stop5056"
74 offset="0.5"
75 style="stop-color:black;stop-opacity:1;" />
76 <stop
77 style="stop-color:black;stop-opacity:0;"
78 offset="1"
79 id="stop5052" />
80 </linearGradient>
81 <linearGradient
82 inkscape:collect="always"
83 xlink:href="#linearGradient5048"
84 id="linearGradient6715"
85 gradientUnits="userSpaceOnUse"
86 gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
87 x1="302.85715"
88 y1="366.64789"
89 x2="302.85715"
90 y2="609.50507" />
91 <linearGradient
92 id="linearGradient11520">
93 <stop
94 id="stop11522"
95 offset="0.0000000"
96 style="stop-color:#ffffff;stop-opacity:1.0000000;" />
97 <stop
98 id="stop11524"
99 offset="1.0000000"
100 style="stop-color:#dcdcdc;stop-opacity:1.0000000;" />
101 </linearGradient>
102 <linearGradient
103 id="linearGradient11508"
104 inkscape:collect="always">
105 <stop
106 id="stop11510"
107 offset="0"
108 style="stop-color:#000000;stop-opacity:1;" />
109 <stop
110 id="stop11512"
111 offset="1"
112 style="stop-color:#000000;stop-opacity:0;" />
113 </linearGradient>
114 <linearGradient
115 id="linearGradient11494"
116 inkscape:collect="always">
117 <stop
118 id="stop11496"
119 offset="0"
120 style="stop-color:#ef2929;stop-opacity:1;" />
121 <stop
122 id="stop11498"
123 offset="1"
124 style="stop-color:#ef2929;stop-opacity:0;" />
125 </linearGradient>
126 <radialGradient
127 inkscape:collect="always"
128 xlink:href="#linearGradient11508"
129 id="radialGradient1348"
130 gradientUnits="userSpaceOnUse"
131 gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,-1.435476e-15,29.48178)"
132 cx="30.203562"
133 cy="44.565483"
134 fx="30.203562"
135 fy="44.565483"
136 r="6.5659914" />
137 <radialGradient
138 inkscape:collect="always"
139 xlink:href="#linearGradient11494"
140 id="radialGradient1352"
141 gradientUnits="userSpaceOnUse"
142 gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
143 cx="27.577173"
144 cy="16.049133"
145 fx="27.577173"
146 fy="16.049133"
147 r="3.8335034" />
148 <radialGradient
149 inkscape:collect="always"
150 xlink:href="#linearGradient11494"
151 id="radialGradient1354"
152 gradientUnits="userSpaceOnUse"
153 gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
154 cx="27.577173"
155 cy="15.048258"
156 fx="27.577173"
157 fy="15.048258"
158 r="3.8335034" />
159 <radialGradient
160 inkscape:collect="always"
161 xlink:href="#linearGradient11508"
162 id="radialGradient1356"
163 gradientUnits="userSpaceOnUse"
164 gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,2.220359e-14,29.48178)"
165 cx="30.203562"
166 cy="44.565483"
167 fx="30.203562"
168 fy="44.565483"
169 r="6.5659914" />
170 <radialGradient
171 inkscape:collect="always"
172 xlink:href="#linearGradient11520"
173 id="radialGradient1366"
174 gradientUnits="userSpaceOnUse"
175 gradientTransform="matrix(1.995058,-1.651527e-32,0.000000,1.995058,-24.32488,-35.70087)"
176 cx="24.445690"
177 cy="35.878170"
178 fx="24.445690"
179 fy="35.878170"
180 r="20.530962" />
181 </defs>
182 <sodipodi:namedview
183 stroke="#ef2929"
184 fill="#eeeeec"
185 id="base"
186 pagecolor="#ffffff"
187 bordercolor="#666666"
188 borderopacity="0.25490196"
189 inkscape:pageopacity="0.0"
190 inkscape:pageshadow="2"
191 inkscape:zoom="7"
192 inkscape:cx="23.818102"
193 inkscape:cy="22.612601"
194 inkscape:current-layer="layer1"
195 showgrid="false"
196 inkscape:grid-bbox="true"
197 inkscape:document-units="px"
198 inkscape:showpageshadow="false"
199 inkscape:window-width="876"
200 inkscape:window-height="818"
201 inkscape:window-x="198"
202 inkscape:window-y="30" />
203 <metadata
204 id="metadata4">
205 <rdf:RDF>
206 <cc:Work
207 rdf:about="">
208 <dc:format>image/svg+xml</dc:format>
209 <dc:type
210 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
211 <dc:creator>
212 <cc:Agent>
213 <dc:title>Jakub Steiner</dc:title>
214 </cc:Agent>
215 </dc:creator>
216 <dc:source>http://jimmac.musichall.cz</dc:source>
217 <cc:license
218 rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
219 <dc:title>Wi-Fi network</dc:title>
220 </cc:Work>
221 <cc:License
222 rdf:about="http://creativecommons.org/licenses/publicdomain/">
223 <cc:permits
224 rdf:resource="http://creativecommons.org/ns#Reproduction" />
225 <cc:permits
226 rdf:resource="http://creativecommons.org/ns#Distribution" />
227 <cc:permits
228 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
229 </cc:License>
230 </rdf:RDF>
231 </metadata>
232 <g
233 id="layer1"
234 inkscape:label="Layer 1"
235 inkscape:groupmode="layer">
236 <g
237 transform="matrix(2.243425e-2,0,0,2.086758e-2,44.31095,40.86789)"
238 id="g6707">
239 <rect
240 style="opacity:0.40206185;color:black;fill:url(#linearGradient6715);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"
241 id="rect6709"
242 width="1339.6335"
243 height="478.35718"
244 x="-1559.2523"
245 y="-150.69685" />
246 <path
247 style="opacity:0.40206185;color:black;fill:url(#radialGradient6717);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"
248 d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z "
249 id="path6711"
250 sodipodi:nodetypes="cccc" />
251 <path
252 sodipodi:nodetypes="cccc"
253 id="path6713"
254 d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z "
255 style="opacity:0.40206185;color:black;fill:url(#radialGradient6719);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" />
256 </g>
257 <rect
258 ry="5.4548240"
259 rx="5.4548240"
260 y="3.5233452"
261 x="4.4147282"
262 height="40.061924"
263 width="40.061924"
264 id="rect11518"
265 style="opacity:1.0000000;color:#000000;fill:url(#radialGradient1366);fill-opacity:1.0000000;fill-rule:evenodd;stroke:#9b9b9b;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" />
266 <path
267 style="opacity:1.0000000;color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.0000004;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
268 d="M 20.224903,38.955668 L 24.819938,24.359674 L 30.135763,38.955668"
269 id="path11486"
270 sodipodi:nodetypes="ccc" />
271 <path
272 transform="matrix(0.689220,0.000000,0.000000,0.689220,5.768155,11.06900)"
273 d="M 30.910667 18.604561 A 3.3335035 3.3335035 0 1 1 24.243660,18.604561 A 3.3335035 3.3335035 0 1 1 30.910667 18.604561 z"
274 sodipodi:ry="3.3335035"
275 sodipodi:rx="3.3335035"
276 sodipodi:cy="18.604561"
277 sodipodi:cx="27.577164"
278 id="path11482"
279 style="opacity:1.0000000;color:#000000;fill:#ef2929;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
280 sodipodi:type="arc" />
281 <path
282 sodipodi:type="arc"
283 style="opacity:1.0000000;color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:url(#radialGradient1352);stroke-width:1.1812764;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
284 id="path11488"
285 sodipodi:cx="27.577164"
286 sodipodi:cy="18.604561"
287 sodipodi:rx="3.3335035"
288 sodipodi:ry="3.3335035"
289 d="M 30.910667 18.604561 A 3.3335035 3.3335035 0 1 1 24.243660,18.604561 A 3.3335035 3.3335035 0 1 1 30.910667 18.604561 z"
290 transform="matrix(2.382303,0.000000,0.000000,2.382303,-40.92229,-20.43007)" />
291 <path
292 transform="matrix(4.657608,0.000000,0.000000,4.657608,-103.6690,-62.76113)"
293 d="M 30.910667 18.604561 A 3.3335035 3.3335035 0 1 1 24.243660,18.604561 A 3.3335035 3.3335035 0 1 1 30.910667 18.604561 z"
294 sodipodi:ry="3.3335035"
295 sodipodi:rx="3.3335035"
296 sodipodi:cy="18.604561"
297 sodipodi:cx="27.577164"
298 id="path11490"
299 style="opacity:1.0000000;color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:url(#radialGradient1354);stroke-width:0.60420674;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
300 sodipodi:type="arc" />
301 <path
302 transform="matrix(1.567741,0.000000,0.000000,1.567741,-22.25656,-31.99559)"
303 d="M 36.769553 44.565483 A 6.5659914 2.2223356 0 1 1 23.637570,44.565483 A 6.5659914 2.2223356 0 1 1 36.769553 44.565483 z"
304 sodipodi:ry="2.2223356"
305 sodipodi:rx="6.5659914"
306 sodipodi:cy="44.565483"
307 sodipodi:cx="30.203562"
308 id="path11506"
309 style="opacity:0.17647059;color:#000000;fill:url(#radialGradient1356);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.8141584;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
310 sodipodi:type="arc" />
311 <path
312 id="path11516"
313 d="M 23.812108,28.571856 L 26.719573,29.426992 L 22.443890,32.334457 L 28.258818,33.873702 L 21.075671,36.781167 L 29.627037,37.636304"
314 style="opacity:1.0000000;color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.0000004;stroke-linecap:butt;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" />
315 <rect
316 style="opacity:1.0000000;color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999976;stroke-linecap:butt;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
317 id="rect11528"
318 width="37.696587"
319 height="37.696587"
320 x="5.5973887"
321 y="4.7060070"
322 rx="4.2426391"
323 ry="4.2426391" />
324 </g>
325</svg>
diff --git a/icons/tango-svg/preferences-desktop-font.svg b/icons/tango-svg/preferences-desktop-font.svg
new file mode 100644
index 0000000000..079398021d
--- /dev/null
+++ b/icons/tango-svg/preferences-desktop-font.svg
@@ -0,0 +1,243 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3<svg
4 xmlns:dc="http://purl.org/dc/elements/1.1/"
5 xmlns:cc="http://creativecommons.org/ns#"
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7 xmlns:svg="http://www.w3.org/2000/svg"
8 xmlns="http://www.w3.org/2000/svg"
9 xmlns:xlink="http://www.w3.org/1999/xlink"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 inkscape:export-ydpi="90.000000"
13 inkscape:export-xdpi="90.000000"
14 inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png"
15 width="48px"
16 height="48px"
17 id="svg11300"
18 sodipodi:version="0.32"
19 inkscape:version="0.46"
20 sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/apps"
21 sodipodi:docname="preferences-desktop-font.svg"
22 inkscape:output_extension="org.inkscape.output.svg.inkscape">
23 <defs
24 id="defs3">
25 <inkscape:perspective
26 sodipodi:type="inkscape:persp3d"
27 inkscape:vp_x="0 : 24 : 1"
28 inkscape:vp_y="0 : 1000 : 0"
29 inkscape:vp_z="48 : 24 : 1"
30 inkscape:persp3d-origin="24 : 16 : 1"
31 id="perspective34" />
32 <radialGradient
33 inkscape:collect="always"
34 xlink:href="#linearGradient5060"
35 id="radialGradient6719"
36 gradientUnits="userSpaceOnUse"
37 gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
38 cx="605.71429"
39 cy="486.64789"
40 fx="605.71429"
41 fy="486.64789"
42 r="117.14286" />
43 <linearGradient
44 inkscape:collect="always"
45 id="linearGradient5060">
46 <stop
47 style="stop-color:black;stop-opacity:1;"
48 offset="0"
49 id="stop5062" />
50 <stop
51 style="stop-color:black;stop-opacity:0;"
52 offset="1"
53 id="stop5064" />
54 </linearGradient>
55 <radialGradient
56 inkscape:collect="always"
57 xlink:href="#linearGradient5060"
58 id="radialGradient6717"
59 gradientUnits="userSpaceOnUse"
60 gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
61 cx="605.71429"
62 cy="486.64789"
63 fx="605.71429"
64 fy="486.64789"
65 r="117.14286" />
66 <linearGradient
67 id="linearGradient5048">
68 <stop
69 style="stop-color:black;stop-opacity:0;"
70 offset="0"
71 id="stop5050" />
72 <stop
73 id="stop5056"
74 offset="0.5"
75 style="stop-color:black;stop-opacity:1;" />
76 <stop
77 style="stop-color:black;stop-opacity:0;"
78 offset="1"
79 id="stop5052" />
80 </linearGradient>
81 <linearGradient
82 inkscape:collect="always"
83 xlink:href="#linearGradient5048"
84 id="linearGradient6715"
85 gradientUnits="userSpaceOnUse"
86 gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
87 x1="302.85715"
88 y1="366.64789"
89 x2="302.85715"
90 y2="609.50507" />
91 <linearGradient
92 id="linearGradient11520">
93 <stop
94 id="stop11522"
95 offset="0.0000000"
96 style="stop-color:#ffffff;stop-opacity:1.0000000;" />
97 <stop
98 id="stop11524"
99 offset="1.0000000"
100 style="stop-color:#dcdcdc;stop-opacity:1.0000000;" />
101 </linearGradient>
102 <linearGradient
103 id="linearGradient11508"
104 inkscape:collect="always">
105 <stop
106 id="stop11510"
107 offset="0"
108 style="stop-color:#000000;stop-opacity:1;" />
109 <stop
110 id="stop11512"
111 offset="1"
112 style="stop-color:#000000;stop-opacity:0;" />
113 </linearGradient>
114 <radialGradient
115 inkscape:collect="always"
116 xlink:href="#linearGradient11508"
117 id="radialGradient1348"
118 gradientUnits="userSpaceOnUse"
119 gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,-1.435476e-15,29.48178)"
120 cx="30.203562"
121 cy="44.565483"
122 fx="30.203562"
123 fy="44.565483"
124 r="6.5659914" />
125 <radialGradient
126 inkscape:collect="always"
127 xlink:href="#linearGradient11520"
128 id="radialGradient1366"
129 gradientUnits="userSpaceOnUse"
130 gradientTransform="matrix(1.995058,-1.651527e-32,0.000000,1.995058,-24.32488,-35.70087)"
131 cx="24.445690"
132 cy="35.878170"
133 fx="24.445690"
134 fy="35.878170"
135 r="20.530962" />
136 </defs>
137 <sodipodi:namedview
138 stroke="#ef2929"
139 fill="#eeeeec"
140 id="base"
141 pagecolor="#ffffff"
142 bordercolor="#666666"
143 borderopacity="0.25490196"
144 inkscape:pageopacity="0.0"
145 inkscape:pageshadow="2"
146 inkscape:zoom="1"
147 inkscape:cx="-138.1819"
148 inkscape:cy="22.612601"
149 inkscape:current-layer="layer1"
150 showgrid="false"
151 inkscape:grid-bbox="true"
152 inkscape:document-units="px"
153 inkscape:showpageshadow="false"
154 inkscape:window-width="872"
155 inkscape:window-height="707"
156 inkscape:window-x="271"
157 inkscape:window-y="141" />
158 <metadata
159 id="metadata4">
160 <rdf:RDF>
161 <cc:Work
162 rdf:about="">
163 <dc:format>image/svg+xml</dc:format>
164 <dc:type
165 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
166 <dc:creator>
167 <cc:Agent>
168 <dc:title>Jakub Steiner</dc:title>
169 </cc:Agent>
170 </dc:creator>
171 <dc:source>http://jimmac.musichall.cz</dc:source>
172 <cc:license
173 rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
174 <dc:title>Wi-Fi network</dc:title>
175 </cc:Work>
176 <cc:License
177 rdf:about="http://creativecommons.org/licenses/publicdomain/">
178 <cc:permits
179 rdf:resource="http://creativecommons.org/ns#Reproduction" />
180 <cc:permits
181 rdf:resource="http://creativecommons.org/ns#Distribution" />
182 <cc:permits
183 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
184 </cc:License>
185 </rdf:RDF>
186 </metadata>
187 <g
188 id="layer1"
189 inkscape:label="Layer 1"
190 inkscape:groupmode="layer">
191 <g
192 transform="matrix(2.33489e-2,0,0,2.564584e-2,45.48163,38.7308)"
193 id="g6707">
194 <rect
195 style="opacity:0.40206185;color:black;fill:url(#linearGradient6715);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"
196 id="rect6709"
197 width="1339.6335"
198 height="478.35718"
199 x="-1559.2523"
200 y="-150.69685" />
201 <path
202 style="opacity:0.40206185;color:black;fill:url(#radialGradient6717);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"
203 d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z "
204 id="path6711"
205 sodipodi:nodetypes="cccc" />
206 <path
207 sodipodi:nodetypes="cccc"
208 id="path6713"
209 d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z "
210 style="opacity:0.40206185;color:black;fill:url(#radialGradient6719);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" />
211 </g>
212 <rect
213 ry="5.4548240"
214 rx="5.4548240"
215 y="3.5233452"
216 x="4.4147282"
217 height="40.061924"
218 width="40.061924"
219 id="rect11518"
220 style="opacity:1.0000000;color:#000000;fill:url(#radialGradient1366);fill-opacity:1.0000000;fill-rule:evenodd;stroke:#9b9b9b;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" />
221 <rect
222 style="opacity:1.0000000;color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999976;stroke-linecap:butt;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
223 id="rect11528"
224 width="37.696587"
225 height="37.696587"
226 x="5.5973887"
227 y="4.7060070"
228 rx="4.2426391"
229 ry="4.2426391" />
230 <path
231 style="font-size:24px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:120.00000477%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Times New Roman"
232 d="M 19.187523,7.5673065 L 16.902367,15.512619 L 16.644555,16.579025 C 16.621108,16.680589 16.60939,16.766527 16.609398,16.836838 C 16.60939,16.961839 16.648452,17.071214 16.726586,17.164963 C 16.789077,17.235276 16.867202,17.270432 16.960961,17.270432 C 17.062514,17.270432 17.195327,17.207932 17.359398,17.082932 C 17.664076,16.85637 18.070326,16.387621 18.578148,15.676682 L 18.976586,15.957932 C 18.437513,16.770433 17.882826,17.391526 17.312523,17.821213 C 16.742202,18.243088 16.214859,18.454025 15.730492,18.454025 C 15.394547,18.454025 15.140641,18.368088 14.968773,18.196213 C 14.804704,18.03215 14.722673,17.789963 14.72268,17.46965 C 14.722673,17.086839 14.80861,16.582933 14.980492,15.957932 L 15.226586,15.079025 C 14.203142,16.414965 13.261737,17.348557 12.402367,17.879807 C 11.785176,18.262619 11.179708,18.454025 10.585961,18.454025 C 10.015646,18.454025 9.5234593,18.21965 9.1093984,17.7509 C 8.6953351,17.274339 8.4883041,16.621996 8.4883046,15.793869 C 8.4883041,14.551685 8.8593974,13.243093 9.6015859,11.868088 C 10.351583,10.485283 11.300801,9.3798153 12.449242,8.5516815 C 13.347674,7.8954418 14.19533,7.5673171 14.992211,7.5673065 C 15.468766,7.5673171 15.863297,7.692317 16.175805,7.9423065 C 16.496109,8.1923165 16.738296,8.6063786 16.902367,9.184494 L 17.324242,7.8485565 L 19.187523,7.5673065 M 15.015648,8.1766815 C 14.515642,8.1766915 13.984392,8.4110663 13.421898,8.8798065 C 12.625019,9.5438776 11.914082,10.528252 11.289086,11.832932 C 10.671896,13.137624 10.363302,14.31731 10.363305,15.371994 C 10.363302,15.903246 10.496115,16.325121 10.761742,16.637619 C 11.027364,16.942308 11.332051,17.094651 11.675805,17.09465 C 12.527363,17.094651 13.453143,16.465746 14.453148,15.207932 C 15.789078,13.536061 16.457046,11.821219 16.457055,10.0634 C 16.457046,9.3993465 16.32814,8.9188783 16.070336,8.621994 C 15.812515,8.3251289 15.460953,8.1766915 15.015648,8.1766815"
233 id="text3423" />
234 <path
235 style="font-size:29.01771545px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:120.00000477%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Arial Rounded CE"
236 d="M 23.843165,20.148025 L 23.843165,26.056417 C 24.570491,25.300761 25.311991,24.724563 26.067668,24.327823 C 26.823329,23.921665 27.758469,23.718579 28.873091,23.718564 C 30.157718,23.718579 31.281775,24.02557 32.245267,24.639536 C 33.218177,25.244086 33.969123,26.127274 34.498107,27.289103 C 35.036505,28.44151 35.305712,29.81116 35.305729,31.398057 C 35.305712,32.569351 35.154579,33.64618 34.852328,34.628545 C 34.559489,35.601473 34.129703,36.446878 33.562966,37.164761 C 32.996199,37.882649 32.306651,38.439954 31.49432,38.83668 C 30.691409,39.223961 29.803498,39.417601 28.830585,39.417601 C 28.235485,39.417601 27.673456,39.346757 27.144497,39.205069 C 26.624966,39.063381 26.18101,38.879187 25.812629,38.652486 C 25.444233,38.41634 25.127797,38.17547 24.863319,37.929877 C 24.608274,37.684285 24.268223,37.315897 23.843165,36.82471 L 23.843165,37.207268 C 23.843159,37.934601 23.668411,38.487184 23.318919,38.865018 C 22.969417,39.233407 22.525462,39.417601 21.987051,39.417601 C 21.439188,39.417601 20.999955,39.233407 20.669352,38.865018 C 20.348191,38.487184 20.187611,37.934601 20.187613,37.207268 L 20.187613,20.31805 C 20.187611,19.534063 20.343468,18.943696 20.655184,18.54695 C 20.976341,18.140798 21.420296,17.937712 21.987051,17.937691 C 22.582137,17.937712 23.040261,18.131352 23.361426,18.518612 C 23.68258,18.896467 23.843159,19.439604 23.843165,20.148025 M 24.02736,31.638927 C 24.027354,33.178609 24.376851,34.364065 25.075851,35.195297 C 25.784284,36.017091 26.709978,36.427986 27.852937,36.427983 C 28.825851,36.427986 29.66181,36.007645 30.360816,35.166959 C 31.069244,34.316836 31.423463,33.103043 31.423476,31.525576 C 31.423463,30.505431 31.277052,29.626966 30.984243,28.890178 C 30.691409,28.153411 30.275791,27.58666 29.737388,27.189921 C 29.198963,26.783761 28.570813,26.580675 27.852937,26.580663 C 27.11615,26.580675 26.459663,26.783761 25.883473,27.189921 C 25.307268,27.58666 24.853867,28.16758 24.523268,28.932685 C 24.192656,29.688364 24.027354,30.590443 24.02736,31.638927"
237 id="text3427" />
238 <path
239 style="font-size:19.52186584px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:120.00000477%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Carbon Block"
240 d="M 39.201934,12.649522 C 39.201926,12.84475 39.188912,13.13107 39.16289,13.508484 C 39.149868,13.8729 39.143361,14.139699 39.143368,14.308881 L 36.410307,14.308881 L 36.410307,11.907691 C 36.410302,11.439177 36.150011,11.204915 35.629432,11.204904 C 35.108846,11.204915 34.848554,11.439177 34.848558,11.907691 L 34.848558,19.618828 C 34.848554,20.100369 35.108846,20.341139 35.629432,20.341137 C 36.150011,20.341139 36.410302,20.100369 36.410307,19.618828 L 36.410307,17.061464 L 39.143368,17.061464 L 39.143368,19.560263 C 39.143361,20.328124 38.726894,20.913779 37.893969,21.317231 C 37.23022,21.642595 36.475375,21.805277 35.629432,21.805277 C 34.770467,21.805277 34.015622,21.642595 33.364896,21.317231 C 32.531962,20.913779 32.115496,20.328124 32.115496,19.560263 L 32.115496,12.044344 C 32.115496,10.599737 33.286807,9.877429 35.629432,9.8774174 C 36.800739,9.877429 37.6597,10.053126 38.206319,10.404508 C 38.870055,10.833999 39.201926,11.582337 39.201934,12.649522"
241 id="text3431" />
242 </g>
243</svg>
diff --git a/icons/tango-svg/preferences-desktop-locale.svg b/icons/tango-svg/preferences-desktop-locale.svg
new file mode 100644
index 0000000000..2e71f18a80
--- /dev/null
+++ b/icons/tango-svg/preferences-desktop-locale.svg
@@ -0,0 +1,878 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3<svg
4 xmlns:dc="http://purl.org/dc/elements/1.1/"
5 xmlns:cc="http://creativecommons.org/ns#"
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7 xmlns:svg="http://www.w3.org/2000/svg"
8 xmlns="http://www.w3.org/2000/svg"
9 xmlns:xlink="http://www.w3.org/1999/xlink"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 inkscape:export-ydpi="90.000000"
13 inkscape:export-xdpi="90.000000"
14 inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png"
15 width="48px"
16 height="48px"
17 id="svg11300"
18 sodipodi:version="0.32"
19 inkscape:version="0.46"
20 sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/apps"
21 sodipodi:docname="preferences-desktop-locale.svg"
22 inkscape:output_extension="org.inkscape.output.svg.inkscape">
23 <defs
24 id="defs3">
25 <inkscape:perspective
26 sodipodi:type="inkscape:persp3d"
27 inkscape:vp_x="0 : 24 : 1"
28 inkscape:vp_y="0 : 1000 : 0"
29 inkscape:vp_z="48 : 24 : 1"
30 inkscape:persp3d-origin="24 : 16 : 1"
31 id="perspective133" />
32 <linearGradient
33 id="linearGradient2913">
34 <stop
35 style="stop-color:white;stop-opacity:0.43877551;"
36 offset="0"
37 id="stop2915" />
38 <stop
39 id="stop2921"
40 offset="0.5"
41 style="stop-color:white;stop-opacity:1;" />
42 <stop
43 style="stop-color:white;stop-opacity:0;"
44 offset="1"
45 id="stop2917" />
46 </linearGradient>
47 <linearGradient
48 id="linearGradient2877">
49 <stop
50 style="stop-color:#75507b;stop-opacity:1;"
51 offset="0"
52 id="stop2879" />
53 <stop
54 id="stop2885"
55 offset="0.25709054"
56 style="stop-color:#a984af;stop-opacity:1;" />
57 <stop
58 style="stop-color:#513755;stop-opacity:1;"
59 offset="0.5655992"
60 id="stop2887" />
61 <stop
62 style="stop-color:#875c8e;stop-opacity:1;"
63 offset="1"
64 id="stop2881" />
65 </linearGradient>
66 <linearGradient
67 id="linearGradient2865">
68 <stop
69 style="stop-color:#73d216;stop-opacity:1;"
70 offset="0"
71 id="stop2867" />
72 <stop
73 id="stop2873"
74 offset="0.25568181"
75 style="stop-color:#9ced4b;stop-opacity:1;" />
76 <stop
77 style="stop-color:#64b813;stop-opacity:1;"
78 offset="0.59400827"
79 id="stop2875" />
80 <stop
81 style="stop-color:#8eea34;stop-opacity:1;"
82 offset="1"
83 id="stop2869" />
84 </linearGradient>
85 <radialGradient
86 inkscape:collect="always"
87 xlink:href="#linearGradient5060"
88 id="radialGradient6719"
89 gradientUnits="userSpaceOnUse"
90 gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
91 cx="605.71429"
92 cy="486.64789"
93 fx="605.71429"
94 fy="486.64789"
95 r="117.14286" />
96 <linearGradient
97 inkscape:collect="always"
98 id="linearGradient5060">
99 <stop
100 style="stop-color:black;stop-opacity:1;"
101 offset="0"
102 id="stop5062" />
103 <stop
104 style="stop-color:black;stop-opacity:0;"
105 offset="1"
106 id="stop5064" />
107 </linearGradient>
108 <radialGradient
109 inkscape:collect="always"
110 xlink:href="#linearGradient5060"
111 id="radialGradient6717"
112 gradientUnits="userSpaceOnUse"
113 gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
114 cx="605.71429"
115 cy="486.64789"
116 fx="605.71429"
117 fy="486.64789"
118 r="117.14286" />
119 <linearGradient
120 id="linearGradient5048">
121 <stop
122 style="stop-color:black;stop-opacity:0;"
123 offset="0"
124 id="stop5050" />
125 <stop
126 id="stop5056"
127 offset="0.5"
128 style="stop-color:black;stop-opacity:1;" />
129 <stop
130 style="stop-color:black;stop-opacity:0;"
131 offset="1"
132 id="stop5052" />
133 </linearGradient>
134 <linearGradient
135 inkscape:collect="always"
136 xlink:href="#linearGradient5048"
137 id="linearGradient6715"
138 gradientUnits="userSpaceOnUse"
139 gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
140 x1="302.85715"
141 y1="366.64789"
142 x2="302.85715"
143 y2="609.50507" />
144 <linearGradient
145 id="linearGradient16542">
146 <stop
147 style="stop-color:#2e3436;stop-opacity:1;"
148 offset="0"
149 id="stop16544" />
150 <stop
151 id="stop16550"
152 offset="0.27272728"
153 style="stop-color:#505a5d;stop-opacity:1;" />
154 <stop
155 style="stop-color:#141717;stop-opacity:1;"
156 offset="0.63636363"
157 id="stop16554" />
158 <stop
159 style="stop-color:#2e3436;stop-opacity:1;"
160 offset="1"
161 id="stop16546" />
162 </linearGradient>
163 <linearGradient
164 id="linearGradient16532">
165 <stop
166 style="stop-color:#cc0000;stop-opacity:1;"
167 offset="0"
168 id="stop16534" />
169 <stop
170 id="stop16540"
171 offset="0.24242425"
172 style="stop-color:#ff4747;stop-opacity:1;" />
173 <stop
174 style="stop-color:#9b1212;stop-opacity:1;"
175 offset="0.6097337"
176 id="stop16552" />
177 <stop
178 style="stop-color:#cc0000;stop-opacity:1;"
179 offset="1"
180 id="stop16536" />
181 </linearGradient>
182 <linearGradient
183 id="linearGradient16522">
184 <stop
185 style="stop-color:#edd400;stop-opacity:1;"
186 offset="0"
187 id="stop16524" />
188 <stop
189 id="stop16530"
190 offset="0.27272728"
191 style="stop-color:#fff491;stop-opacity:1;" />
192 <stop
193 style="stop-color:#edd400;stop-opacity:1;"
194 offset="1"
195 id="stop16526" />
196 </linearGradient>
197 <linearGradient
198 id="linearGradient16514">
199 <stop
200 id="stop16516"
201 offset="0"
202 style="stop-color:#ffffff;stop-opacity:1;" />
203 <stop
204 style="stop-color:#bebebe;stop-opacity:1;"
205 offset="0.42424244"
206 id="stop16518" />
207 <stop
208 id="stop16520"
209 offset="1"
210 style="stop-color:#ebebeb;stop-opacity:1;" />
211 </linearGradient>
212 <linearGradient
213 id="linearGradient16494">
214 <stop
215 style="stop-color:#204a87;stop-opacity:1;"
216 offset="0"
217 id="stop16496" />
218 <stop
219 id="stop16502"
220 offset="0.21212122"
221 style="stop-color:#3f7bd2;stop-opacity:1;" />
222 <stop
223 style="stop-color:#204a87;stop-opacity:1;"
224 offset="1"
225 id="stop16498" />
226 </linearGradient>
227 <linearGradient
228 id="linearGradient16468">
229 <stop
230 style="stop-color:#cc0000;stop-opacity:1;"
231 offset="0"
232 id="stop16470" />
233 <stop
234 id="stop16476"
235 offset="0.15151516"
236 style="stop-color:#ff3737;stop-opacity:1;" />
237 <stop
238 style="stop-color:#b41414;stop-opacity:1;"
239 offset="0.57575756"
240 id="stop16478" />
241 <stop
242 style="stop-color:#ff4c4c;stop-opacity:1;"
243 offset="1"
244 id="stop16472" />
245 </linearGradient>
246 <linearGradient
247 id="linearGradient16451">
248 <stop
249 style="stop-color:#ffffff;stop-opacity:1;"
250 offset="0"
251 id="stop16453" />
252 <stop
253 id="stop16459"
254 offset="0.42424244"
255 style="stop-color:#bebebe;stop-opacity:1;" />
256 <stop
257 style="stop-color:#ebebeb;stop-opacity:1;"
258 offset="1"
259 id="stop16455" />
260 </linearGradient>
261 <linearGradient
262 id="linearGradient11520">
263 <stop
264 id="stop11522"
265 offset="0.0000000"
266 style="stop-color:#ffffff;stop-opacity:1.0000000;" />
267 <stop
268 id="stop11524"
269 offset="1.0000000"
270 style="stop-color:#dcdcdc;stop-opacity:1.0000000;" />
271 </linearGradient>
272 <linearGradient
273 id="linearGradient11508"
274 inkscape:collect="always">
275 <stop
276 id="stop11510"
277 offset="0"
278 style="stop-color:#000000;stop-opacity:1;" />
279 <stop
280 id="stop11512"
281 offset="1"
282 style="stop-color:#000000;stop-opacity:0;" />
283 </linearGradient>
284 <linearGradient
285 id="linearGradient11494"
286 inkscape:collect="always">
287 <stop
288 id="stop11496"
289 offset="0"
290 style="stop-color:#ef2929;stop-opacity:1;" />
291 <stop
292 id="stop11498"
293 offset="1"
294 style="stop-color:#ef2929;stop-opacity:0;" />
295 </linearGradient>
296 <linearGradient
297 id="linearGradient11415">
298 <stop
299 id="stop11417"
300 offset="0.0000000"
301 style="stop-color:#204a87;stop-opacity:0.0000000;" />
302 <stop
303 style="stop-color:#204a87;stop-opacity:1.0000000;"
304 offset="0.50000000"
305 id="stop11423" />
306 <stop
307 id="stop11419"
308 offset="1"
309 style="stop-color:#204a87;stop-opacity:0;" />
310 </linearGradient>
311 <linearGradient
312 id="linearGradient11399"
313 inkscape:collect="always">
314 <stop
315 id="stop11401"
316 offset="0"
317 style="stop-color:#000000;stop-opacity:1;" />
318 <stop
319 id="stop11403"
320 offset="1"
321 style="stop-color:#000000;stop-opacity:0;" />
322 </linearGradient>
323 <linearGradient
324 gradientTransform="translate(-60.28571,-0.285714)"
325 y2="34.462429"
326 x2="43.615788"
327 y1="3.7744560"
328 x1="15.828360"
329 gradientUnits="userSpaceOnUse"
330 id="linearGradient11425"
331 xlink:href="#linearGradient11415"
332 inkscape:collect="always" />
333 <linearGradient
334 gradientTransform="translate(-60.57143,0.000000)"
335 y2="39.033859"
336 x2="35.679932"
337 y1="9.3458843"
338 x1="9.6957054"
339 gradientUnits="userSpaceOnUse"
340 id="linearGradient11427"
341 xlink:href="#linearGradient11415"
342 inkscape:collect="always" />
343 <linearGradient
344 y2="33.462429"
345 x2="26.758644"
346 y1="19.774456"
347 x1="13.267134"
348 gradientTransform="translate(-60.85714,0.428571)"
349 gradientUnits="userSpaceOnUse"
350 id="linearGradient11439"
351 xlink:href="#linearGradient11415"
352 inkscape:collect="always" />
353 <radialGradient
354 r="8.5000000"
355 fy="39.142857"
356 fx="12.071428"
357 cy="39.142857"
358 cx="12.071428"
359 gradientTransform="matrix(1.000000,0.000000,0.000000,0.487395,0.000000,20.06483)"
360 gradientUnits="userSpaceOnUse"
361 id="radialGradient11441"
362 xlink:href="#linearGradient11399"
363 inkscape:collect="always" />
364 <radialGradient
365 gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
366 gradientUnits="userSpaceOnUse"
367 r="3.8335034"
368 fy="15.048258"
369 fx="27.577173"
370 cy="15.048258"
371 cx="27.577173"
372 id="radialGradient11500"
373 xlink:href="#linearGradient11494"
374 inkscape:collect="always" />
375 <radialGradient
376 r="3.8335034"
377 fy="16.049133"
378 fx="27.577173"
379 cy="16.049133"
380 cx="27.577173"
381 gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
382 gradientUnits="userSpaceOnUse"
383 id="radialGradient11504"
384 xlink:href="#linearGradient11494"
385 inkscape:collect="always" />
386 <radialGradient
387 gradientUnits="userSpaceOnUse"
388 gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,2.166583e-14,29.48178)"
389 r="6.5659914"
390 fy="44.565483"
391 fx="30.203562"
392 cy="44.565483"
393 cx="30.203562"
394 id="radialGradient11514"
395 xlink:href="#linearGradient11508"
396 inkscape:collect="always" />
397 <radialGradient
398 gradientTransform="matrix(1.995058,-1.651527e-32,0.000000,1.995058,-24.32488,-35.70087)"
399 gradientUnits="userSpaceOnUse"
400 r="20.530962"
401 fy="35.878170"
402 fx="24.445690"
403 cy="35.878170"
404 cx="24.445690"
405 id="radialGradient11526"
406 xlink:href="#linearGradient11520"
407 inkscape:collect="always" />
408 <radialGradient
409 r="6.5659914"
410 fy="44.565483"
411 fx="30.203562"
412 cy="44.565483"
413 cx="30.203562"
414 gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,3.185827e-15,29.48178)"
415 gradientUnits="userSpaceOnUse"
416 id="radialGradient11532"
417 xlink:href="#linearGradient11508"
418 inkscape:collect="always" />
419 <radialGradient
420 inkscape:collect="always"
421 xlink:href="#linearGradient11508"
422 id="radialGradient1348"
423 gradientUnits="userSpaceOnUse"
424 gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,-1.353344e-14,29.48178)"
425 cx="30.203562"
426 cy="44.565483"
427 fx="30.203562"
428 fy="44.565483"
429 r="6.5659914" />
430 <radialGradient
431 inkscape:collect="always"
432 xlink:href="#linearGradient11520"
433 id="radialGradient1350"
434 gradientUnits="userSpaceOnUse"
435 gradientTransform="matrix(1.995058,-1.651527e-32,0.000000,1.995058,-24.32488,-35.70087)"
436 cx="24.445690"
437 cy="35.878170"
438 fx="24.445690"
439 fy="35.878170"
440 r="20.530962" />
441 <radialGradient
442 inkscape:collect="always"
443 xlink:href="#linearGradient11494"
444 id="radialGradient1352"
445 gradientUnits="userSpaceOnUse"
446 gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
447 cx="27.577173"
448 cy="16.049133"
449 fx="27.577173"
450 fy="16.049133"
451 r="3.8335034" />
452 <radialGradient
453 inkscape:collect="always"
454 xlink:href="#linearGradient11494"
455 id="radialGradient1354"
456 gradientUnits="userSpaceOnUse"
457 gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
458 cx="27.577173"
459 cy="15.048258"
460 fx="27.577173"
461 fy="15.048258"
462 r="3.8335034" />
463 <radialGradient
464 inkscape:collect="always"
465 xlink:href="#linearGradient11508"
466 id="radialGradient1356"
467 gradientUnits="userSpaceOnUse"
468 gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,2.220359e-14,29.48178)"
469 cx="30.203562"
470 cy="44.565483"
471 fx="30.203562"
472 fy="44.565483"
473 r="6.5659914" />
474 <radialGradient
475 inkscape:collect="always"
476 xlink:href="#linearGradient11520"
477 id="radialGradient1366"
478 gradientUnits="userSpaceOnUse"
479 gradientTransform="matrix(2.049266,-1.696401e-32,0.000000,2.049266,-25.65002,-37.31089)"
480 cx="24.445690"
481 cy="35.878170"
482 fx="24.445690"
483 fy="35.878170"
484 r="20.530962" />
485 <linearGradient
486 inkscape:collect="always"
487 xlink:href="#linearGradient16451"
488 id="linearGradient16457"
489 x1="0.91421354"
490 y1="16.710525"
491 x2="37.623106"
492 y2="16.710525"
493 gradientUnits="userSpaceOnUse" />
494 <linearGradient
495 inkscape:collect="always"
496 xlink:href="#linearGradient16451"
497 id="linearGradient16464"
498 gradientUnits="userSpaceOnUse"
499 x1="0.91421354"
500 y1="16.710525"
501 x2="37.623106"
502 y2="16.710525"
503 gradientTransform="matrix(0.98006,0,0,1,0.116103,0)" />
504 <linearGradient
505 inkscape:collect="always"
506 xlink:href="#linearGradient16468"
507 id="linearGradient16474"
508 x1="2"
509 y1="23.791154"
510 x2="36"
511 y2="23.791154"
512 gradientUnits="userSpaceOnUse" />
513 <linearGradient
514 inkscape:collect="always"
515 xlink:href="#linearGradient16468"
516 id="linearGradient16482"
517 gradientUnits="userSpaceOnUse"
518 x1="2"
519 y1="23.791154"
520 x2="36"
521 y2="23.791154"
522 gradientTransform="translate(0,-5.624133)" />
523 <linearGradient
524 inkscape:collect="always"
525 xlink:href="#linearGradient16468"
526 id="linearGradient16486"
527 gradientUnits="userSpaceOnUse"
528 gradientTransform="translate(0,-11.24827)"
529 x1="2"
530 y1="23.791154"
531 x2="36"
532 y2="23.791154" />
533 <linearGradient
534 inkscape:collect="always"
535 xlink:href="#linearGradient16468"
536 id="linearGradient16490"
537 gradientUnits="userSpaceOnUse"
538 gradientTransform="translate(0,-16.8724)"
539 x1="2"
540 y1="23.791154"
541 x2="36"
542 y2="23.791154" />
543 <linearGradient
544 inkscape:collect="always"
545 xlink:href="#linearGradient16494"
546 id="linearGradient16500"
547 x1="2"
548 y1="8.5017858"
549 x2="19"
550 y2="8.5017858"
551 gradientUnits="userSpaceOnUse" />
552 <linearGradient
553 inkscape:collect="always"
554 xlink:href="#linearGradient16522"
555 id="linearGradient16528"
556 x1="11.002116"
557 y1="29.756583"
558 x2="46.998972"
559 y2="29.756583"
560 gradientUnits="userSpaceOnUse" />
561 <linearGradient
562 inkscape:collect="always"
563 xlink:href="#linearGradient16532"
564 id="linearGradient16538"
565 x1="11.976621"
566 y1="29.748671"
567 x2="46.138718"
568 y2="29.748671"
569 gradientUnits="userSpaceOnUse" />
570 <linearGradient
571 inkscape:collect="always"
572 xlink:href="#linearGradient16542"
573 id="linearGradient16548"
574 x1="11.976621"
575 y1="21.723522"
576 x2="46.138718"
577 y2="21.723522"
578 gradientUnits="userSpaceOnUse" />
579 <linearGradient
580 inkscape:collect="always"
581 xlink:href="#linearGradient16451"
582 id="linearGradient16577"
583 gradientUnits="userSpaceOnUse"
584 gradientTransform="matrix(0.98006,0,0,1,0.116103,0)"
585 x1="0.91421354"
586 y1="16.710525"
587 x2="37.623106"
588 y2="16.710525" />
589 <linearGradient
590 inkscape:collect="always"
591 xlink:href="#linearGradient16468"
592 id="linearGradient16579"
593 gradientUnits="userSpaceOnUse"
594 x1="2"
595 y1="23.791154"
596 x2="36"
597 y2="23.791154" />
598 <linearGradient
599 inkscape:collect="always"
600 xlink:href="#linearGradient16468"
601 id="linearGradient16581"
602 gradientUnits="userSpaceOnUse"
603 gradientTransform="translate(0,-11.24827)"
604 x1="2"
605 y1="23.791154"
606 x2="36"
607 y2="23.791154" />
608 <linearGradient
609 inkscape:collect="always"
610 xlink:href="#linearGradient16468"
611 id="linearGradient16583"
612 gradientUnits="userSpaceOnUse"
613 gradientTransform="translate(0,-5.624133)"
614 x1="2"
615 y1="23.791154"
616 x2="36"
617 y2="23.791154" />
618 <linearGradient
619 inkscape:collect="always"
620 xlink:href="#linearGradient16468"
621 id="linearGradient16585"
622 gradientUnits="userSpaceOnUse"
623 gradientTransform="translate(0,-16.8724)"
624 x1="2"
625 y1="23.791154"
626 x2="36"
627 y2="23.791154" />
628 <linearGradient
629 inkscape:collect="always"
630 xlink:href="#linearGradient16494"
631 id="linearGradient16587"
632 gradientUnits="userSpaceOnUse"
633 x1="2"
634 y1="8.5017858"
635 x2="19"
636 y2="8.5017858" />
637 <linearGradient
638 inkscape:collect="always"
639 xlink:href="#linearGradient5048"
640 id="linearGradient6761"
641 gradientUnits="userSpaceOnUse"
642 gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
643 x1="302.85715"
644 y1="366.64789"
645 x2="302.85715"
646 y2="609.50507" />
647 <radialGradient
648 inkscape:collect="always"
649 xlink:href="#linearGradient5060"
650 id="radialGradient6763"
651 gradientUnits="userSpaceOnUse"
652 gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
653 cx="605.71429"
654 cy="486.64789"
655 fx="605.71429"
656 fy="486.64789"
657 r="117.14286" />
658 <radialGradient
659 inkscape:collect="always"
660 xlink:href="#linearGradient5060"
661 id="radialGradient6765"
662 gradientUnits="userSpaceOnUse"
663 gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
664 cx="605.71429"
665 cy="486.64789"
666 fx="605.71429"
667 fy="486.64789"
668 r="117.14286" />
669 <linearGradient
670 inkscape:collect="always"
671 xlink:href="#linearGradient16494"
672 id="linearGradient2006"
673 gradientUnits="userSpaceOnUse"
674 x1="2"
675 y1="8.5017858"
676 x2="19"
677 y2="8.5017858"
678 gradientTransform="translate(2.121318,2.032932)" />
679 <linearGradient
680 inkscape:collect="always"
681 xlink:href="#linearGradient16468"
682 id="linearGradient2010"
683 gradientUnits="userSpaceOnUse"
684 gradientTransform="translate(2.121318,-14.83947)"
685 x1="2"
686 y1="23.791154"
687 x2="36"
688 y2="23.791154" />
689 <linearGradient
690 inkscape:collect="always"
691 xlink:href="#linearGradient16468"
692 id="linearGradient2013"
693 gradientUnits="userSpaceOnUse"
694 gradientTransform="translate(2.121318,-3.591201)"
695 x1="2"
696 y1="23.791154"
697 x2="36"
698 y2="23.791154" />
699 <linearGradient
700 inkscape:collect="always"
701 xlink:href="#linearGradient16468"
702 id="linearGradient2016"
703 gradientUnits="userSpaceOnUse"
704 gradientTransform="translate(2.121318,-9.215338)"
705 x1="2"
706 y1="23.791154"
707 x2="36"
708 y2="23.791154" />
709 <linearGradient
710 inkscape:collect="always"
711 xlink:href="#linearGradient16468"
712 id="linearGradient2019"
713 gradientUnits="userSpaceOnUse"
714 x1="2"
715 y1="23.791154"
716 x2="36"
717 y2="23.791154"
718 gradientTransform="translate(2.121318,2.032932)" />
719 <linearGradient
720 inkscape:collect="always"
721 xlink:href="#linearGradient2865"
722 id="linearGradient2871"
723 x1="10.029842"
724 y1="28.695923"
725 x2="46.026698"
726 y2="28.695923"
727 gradientUnits="userSpaceOnUse" />
728 <linearGradient
729 inkscape:collect="always"
730 xlink:href="#linearGradient2877"
731 id="linearGradient2883"
732 x1="3.1234348"
733 y1="17.789515"
734 x2="39.12029"
735 y2="17.789515"
736 gradientUnits="userSpaceOnUse" />
737 <linearGradient
738 inkscape:collect="always"
739 xlink:href="#linearGradient2913"
740 id="linearGradient2919"
741 x1="10.964451"
742 y1="28.712873"
743 x2="36.336609"
744 y2="27.445059"
745 gradientUnits="userSpaceOnUse" />
746 <linearGradient
747 inkscape:collect="always"
748 xlink:href="#linearGradient2913"
749 id="linearGradient3205"
750 gradientUnits="userSpaceOnUse"
751 x1="4.1213179"
752 y1="24.253414"
753 x2="33.066338"
754 y2="25.661276" />
755 </defs>
756 <sodipodi:namedview
757 stroke="#ef2929"
758 fill="#edd400"
759 id="base"
760 pagecolor="#ffffff"
761 bordercolor="#666666"
762 borderopacity="0.25490196"
763 inkscape:pageopacity="0.0"
764 inkscape:pageshadow="2"
765 inkscape:zoom="1"
766 inkscape:cx="-139"
767 inkscape:cy="14.5"
768 inkscape:current-layer="layer1"
769 showgrid="false"
770 inkscape:grid-bbox="true"
771 inkscape:document-units="px"
772 inkscape:showpageshadow="false"
773 inkscape:window-width="804"
774 inkscape:window-height="688"
775 inkscape:window-x="630"
776 inkscape:window-y="30" />
777 <metadata
778 id="metadata4">
779 <rdf:RDF>
780 <cc:Work
781 rdf:about="">
782 <dc:format>image/svg+xml</dc:format>
783 <dc:type
784 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
785 <dc:creator>
786 <cc:Agent>
787 <dc:title>Jakub Steiner</dc:title>
788 </cc:Agent>
789 </dc:creator>
790 <dc:source>http://jimmac.musichall.cz</dc:source>
791 <cc:license
792 rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
793 <dc:title>Locale Preferences</dc:title>
794 <dc:subject>
795 <rdf:Bag>
796 <rdf:li>locale preferences</rdf:li>
797 </rdf:Bag>
798 </dc:subject>
799 </cc:Work>
800 <cc:License
801 rdf:about="http://creativecommons.org/licenses/publicdomain/">
802 <cc:permits
803 rdf:resource="http://creativecommons.org/ns#Reproduction" />
804 <cc:permits
805 rdf:resource="http://creativecommons.org/ns#Distribution" />
806 <cc:permits
807 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
808 </cc:License>
809 </rdf:RDF>
810 </metadata>
811 <g
812 id="layer1"
813 inkscape:label="Layer 1"
814 inkscape:groupmode="layer">
815 <g
816 id="g6753"
817 transform="matrix(1.971468e-2,0,0,3.343226e-2,38.92492,24.71253)">
818 <rect
819 y="-150.69685"
820 x="-1559.2523"
821 height="478.35718"
822 width="1339.6335"
823 id="rect6755"
824 style="opacity:0.40206185;color:black;fill:url(#linearGradient6761);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" />
825 <path
826 sodipodi:nodetypes="cccc"
827 id="path6757"
828 d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z "
829 style="opacity:0.40206185;color:black;fill:url(#radialGradient6763);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" />
830 <path
831 style="opacity:0.40206185;color:black;fill:url(#radialGradient6765);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"
832 d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z "
833 id="path6759"
834 sodipodi:nodetypes="cccc" />
835 </g>
836 <g
837 transform="matrix(1.971468e-2,0,0,3.343226e-2,46.17276,35.14236)"
838 id="g6707">
839 <rect
840 style="opacity:0.40206185;color:black;fill:url(#linearGradient6715);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"
841 id="rect6709"
842 width="1339.6335"
843 height="478.35718"
844 x="-1559.2523"
845 y="-150.69685" />
846 <path
847 style="opacity:0.40206185;color:black;fill:url(#radialGradient6717);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"
848 d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z "
849 id="path6711"
850 sodipodi:nodetypes="cccc" />
851 <path
852 sodipodi:nodetypes="cccc"
853 id="path6713"
854 d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z "
855 style="opacity:0.40206185;color:black;fill:url(#radialGradient6719);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" />
856 </g>
857 <path
858 style="color:black;fill:url(#linearGradient2883);fill-opacity:1.0;fill-rule:evenodd;stroke:#5c3566;stroke-width:0.9999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible"
859 d="M 3.6234345,6.1923115 C 12.805777,-0.3484262 29.264695,8.1368552 38.62029,6.1923115 L 38.62029,31.294603 C 29.611199,34.299807 14.01854,24.930642 3.6234345,31.294603 L 3.6234345,6.1923115 z "
860 id="rect15576"
861 sodipodi:nodetypes="ccccc" />
862 <path
863 sodipodi:nodetypes="ccccc"
864 id="path16462"
865 d="M 4.6213179,6.8032613 C 12.598466,1.0750243 28.454913,8.7478053 37.656867,7.3032613 L 37.531867,30.593053 C 30.717023,32.785757 14.794159,24.888617 4.6838179,29.468053 L 4.6213179,6.8032613 z "
866 style="opacity:0.62921346;color:black;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3205);stroke-width:0.99999988;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible;stroke-dasharray:none" />
867 <path
868 sodipodi:nodetypes="ccccc"
869 id="path16504"
870 d="M 10.529842,17.09872 C 19.712185,10.557982 36.171103,19.043263 45.526698,17.09872 L 45.526698,42.201011 C 36.517607,45.206215 20.924948,35.83705 10.529842,42.201011 L 10.529842,17.09872 z "
871 style="color:black;fill:url(#linearGradient2871);fill-opacity:1.0;fill-rule:evenodd;stroke:#4e9a06;stroke-width:0.9999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" />
872 <path
873 style="opacity:0.62921346;color:black;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2919);stroke-width:0.99999988;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible"
874 d="M 11.464451,17.654135 C 19.441599,11.925898 35.298046,19.598679 44.5,18.154135 L 44.375,41.532315 C 37.560156,43.725019 21.637292,35.827879 11.526951,40.407315 L 11.464451,17.654135 z "
875 id="path16506"
876 sodipodi:nodetypes="ccccc" />
877 </g>
878</svg>
diff --git a/icons/tango-svg/preferences-desktop-wallpaper.svg b/icons/tango-svg/preferences-desktop-wallpaper.svg
new file mode 100644
index 0000000000..0f94fbd157
--- /dev/null
+++ b/icons/tango-svg/preferences-desktop-wallpaper.svg
@@ -0,0 +1,747 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3<svg
4 xmlns:dc="http://purl.org/dc/elements/1.1/"
5 xmlns:cc="http://creativecommons.org/ns#"
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7 xmlns:svg="http://www.w3.org/2000/svg"
8 xmlns="http://www.w3.org/2000/svg"
9 xmlns:xlink="http://www.w3.org/1999/xlink"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="48.000000px"
13 height="48.000000px"
14 id="svg2327"
15 sodipodi:version="0.32"
16 inkscape:version="0.46"
17 sodipodi:docbase="/home/tigert/cvs/freedesktop.org/tango-icon-theme/scalable/apps"
18 sodipodi:docname="preferences-desktop-wallpaper.svg"
19 inkscape:output_extension="org.inkscape.output.svg.inkscape">
20 <defs
21 id="defs3">
22 <inkscape:perspective
23 sodipodi:type="inkscape:persp3d"
24 inkscape:vp_x="0 : 24 : 1"
25 inkscape:vp_y="0 : 1000 : 0"
26 inkscape:vp_z="48 : 24 : 1"
27 inkscape:persp3d-origin="24 : 16 : 1"
28 id="perspective115" />
29 <linearGradient
30 inkscape:collect="always"
31 id="linearGradient2399">
32 <stop
33 style="stop-color:#ffffff;stop-opacity:1;"
34 offset="0"
35 id="stop2401" />
36 <stop
37 style="stop-color:#ffffff;stop-opacity:0;"
38 offset="1"
39 id="stop2403" />
40 </linearGradient>
41 <linearGradient
42 id="linearGradient4930">
43 <stop
44 style="stop-color:#babdb6;stop-opacity:1;"
45 offset="0"
46 id="stop4932" />
47 <stop
48 style="stop-color:#50544c;stop-opacity:1;"
49 offset="1"
50 id="stop4934" />
51 </linearGradient>
52 <linearGradient
53 inkscape:collect="always"
54 id="linearGradient4920">
55 <stop
56 style="stop-color:#2c65b9;stop-opacity:1;"
57 offset="0"
58 id="stop4922" />
59 <stop
60 style="stop-color:#2c65b9;stop-opacity:0;"
61 offset="1"
62 id="stop4924" />
63 </linearGradient>
64 <linearGradient
65 id="linearGradient4910">
66 <stop
67 style="stop-color:#6a6352;stop-opacity:1;"
68 offset="0"
69 id="stop4912" />
70 <stop
71 style="stop-color:#3b372e;stop-opacity:1;"
72 offset="1"
73 id="stop4914" />
74 </linearGradient>
75 <linearGradient
76 id="linearGradient4902">
77 <stop
78 style="stop-color:#204a87;stop-opacity:1;"
79 offset="0"
80 id="stop4904" />
81 <stop
82 style="stop-color:#173561;stop-opacity:1;"
83 offset="1"
84 id="stop4906" />
85 </linearGradient>
86 <linearGradient
87 inkscape:collect="always"
88 id="linearGradient4892">
89 <stop
90 style="stop-color:#ffffff;stop-opacity:1;"
91 offset="0"
92 id="stop4894" />
93 <stop
94 style="stop-color:#ffffff;stop-opacity:0;"
95 offset="1"
96 id="stop4896" />
97 </linearGradient>
98 <linearGradient
99 id="linearGradient4882">
100 <stop
101 style="stop-color:#e7e5e0;stop-opacity:1;"
102 offset="0"
103 id="stop4884" />
104 <stop
105 style="stop-color:#ffffff;stop-opacity:1;"
106 offset="1"
107 id="stop4886" />
108 </linearGradient>
109 <linearGradient
110 id="linearGradient4872">
111 <stop
112 style="stop-color:#e5d28f;stop-opacity:1;"
113 offset="0"
114 id="stop4874" />
115 <stop
116 style="stop-color:#ab8f2a;stop-opacity:1;"
117 offset="1"
118 id="stop4876" />
119 </linearGradient>
120 <linearGradient
121 id="linearGradient2329">
122 <stop
123 id="stop2331"
124 offset="0.0000000"
125 style="stop-color:#ffffff;stop-opacity:1.0000000;" />
126 <stop
127 id="stop2333"
128 offset="1.0000000"
129 style="stop-color:#ffffff;stop-opacity:0.0000000;" />
130 </linearGradient>
131 <linearGradient
132 id="linearGradient2321"
133 inkscape:collect="always">
134 <stop
135 id="stop2323"
136 offset="0"
137 style="stop-color:#7b7f7a;stop-opacity:1;" />
138 <stop
139 id="stop2325"
140 offset="1"
141 style="stop-color:#7b7f7a;stop-opacity:0;" />
142 </linearGradient>
143 <linearGradient
144 id="linearGradient2711">
145 <stop
146 id="stop2713"
147 offset="0.0000000"
148 style="stop-color:#909090;stop-opacity:1.0000000;" />
149 <stop
150 id="stop2715"
151 offset="1.0000000"
152 style="stop-color:#bebebe;stop-opacity:0.0000000;" />
153 </linearGradient>
154 <linearGradient
155 id="linearGradient2701">
156 <stop
157 id="stop2703"
158 offset="0.0000000"
159 style="stop-color:#585956;stop-opacity:1.0000000;" />
160 <stop
161 id="stop2705"
162 offset="1.0000000"
163 style="stop-color:#bbbeb8;stop-opacity:1.0000000;" />
164 </linearGradient>
165 <linearGradient
166 id="linearGradient2683"
167 inkscape:collect="always">
168 <stop
169 id="stop2685"
170 offset="0"
171 style="stop-color:#000000;stop-opacity:1;" />
172 <stop
173 id="stop2687"
174 offset="1"
175 style="stop-color:#000000;stop-opacity:0;" />
176 </linearGradient>
177 <linearGradient
178 id="linearGradient2667">
179 <stop
180 id="stop2669"
181 offset="0.0000000"
182 style="stop-color:#ffffff;stop-opacity:1.0000000;" />
183 <stop
184 id="stop2671"
185 offset="1.0000000"
186 style="stop-color:#fcfcff;stop-opacity:0.0000000;" />
187 </linearGradient>
188 <linearGradient
189 inkscape:collect="always"
190 id="linearGradient2454">
191 <stop
192 style="stop-color:#000000;stop-opacity:1;"
193 offset="0"
194 id="stop2456" />
195 <stop
196 style="stop-color:#000000;stop-opacity:0;"
197 offset="1"
198 id="stop2458" />
199 </linearGradient>
200 <linearGradient
201 inkscape:collect="always"
202 id="linearGradient2415">
203 <stop
204 style="stop-color:#ffffff;stop-opacity:1;"
205 offset="0"
206 id="stop2417" />
207 <stop
208 style="stop-color:#ffffff;stop-opacity:0;"
209 offset="1"
210 id="stop2419" />
211 </linearGradient>
212 <linearGradient
213 id="linearGradient2253">
214 <stop
215 style="stop-color:#8f8f8f;stop-opacity:1.0000000;"
216 offset="0.0000000"
217 id="stop2255" />
218 <stop
219 style="stop-color:#494949;stop-opacity:1.0000000;"
220 offset="1.0000000"
221 id="stop2257" />
222 </linearGradient>
223 <linearGradient
224 id="linearGradient2245">
225 <stop
226 style="stop-color:#dde1d9;stop-opacity:1.0000000;"
227 offset="0.0000000"
228 id="stop2247" />
229 <stop
230 style="stop-color:#cacdc6;stop-opacity:1.0000000;"
231 offset="1.0000000"
232 id="stop2249" />
233 </linearGradient>
234 <linearGradient
235 inkscape:collect="always"
236 xlink:href="#linearGradient2245"
237 id="linearGradient2251"
238 gradientTransform="matrix(1.129863,0.000000,0.000000,0.885063,2.875000,1.570628)"
239 x1="8.6116238"
240 y1="7.2293582"
241 x2="34.784473"
242 y2="33.339787"
243 gradientUnits="userSpaceOnUse" />
244 <linearGradient
245 inkscape:collect="always"
246 xlink:href="#linearGradient2415"
247 id="linearGradient2421"
248 gradientTransform="matrix(1.108069,0.000000,0.000000,0.902471,5.500000,3.875000)"
249 x1="17.698339"
250 y1="13.004725"
251 x2="34.974548"
252 y2="55.200756"
253 gradientUnits="userSpaceOnUse" />
254 <radialGradient
255 inkscape:collect="always"
256 xlink:href="#linearGradient2454"
257 id="radialGradient2460"
258 gradientTransform="scale(1.925808,0.519262)"
259 cx="12.575710"
260 cy="67.501709"
261 fx="12.575710"
262 fy="67.501709"
263 r="8.7662794"
264 gradientUnits="userSpaceOnUse" />
265 <linearGradient
266 gradientUnits="userSpaceOnUse"
267 y2="162.45061"
268 x2="3.7069974"
269 y1="171.29134"
270 x1="3.7069976"
271 gradientTransform="matrix(5.705159,0.000000,0.000000,0.175280,5.500000,2.195627)"
272 id="linearGradient2689"
273 xlink:href="#linearGradient2683"
274 inkscape:collect="always" />
275 <linearGradient
276 gradientUnits="userSpaceOnUse"
277 y2="64.892525"
278 x2="12.127711"
279 y1="53.535141"
280 x1="12.206709"
281 gradientTransform="matrix(1.816345,0.000000,0.000000,1.278927,2.500000,-40.24508)"
282 id="linearGradient2707"
283 xlink:href="#linearGradient2701"
284 inkscape:collect="always" />
285 <linearGradient
286 gradientUnits="userSpaceOnUse"
287 y2="3.8451097"
288 x2="35.520542"
289 y1="3.9384086"
290 x1="34.300991"
291 id="linearGradient2717"
292 xlink:href="#linearGradient2711"
293 inkscape:collect="always" />
294 <linearGradient
295 y2="3.8451097"
296 x2="35.520542"
297 y1="3.9384086"
298 x1="34.300991"
299 gradientUnits="userSpaceOnUse"
300 id="linearGradient2721"
301 xlink:href="#linearGradient2711"
302 inkscape:collect="always" />
303 <linearGradient
304 y2="3.8451097"
305 x2="35.520542"
306 y1="3.9384086"
307 x1="34.300991"
308 gradientUnits="userSpaceOnUse"
309 id="linearGradient2725"
310 xlink:href="#linearGradient2711"
311 inkscape:collect="always" />
312 <linearGradient
313 y2="3.8451097"
314 x2="35.520542"
315 y1="3.9384086"
316 x1="34.300991"
317 gradientUnits="userSpaceOnUse"
318 id="linearGradient2729"
319 xlink:href="#linearGradient2711"
320 inkscape:collect="always" />
321 <linearGradient
322 y2="3.8451097"
323 x2="35.520542"
324 y1="3.9384086"
325 x1="34.300991"
326 gradientUnits="userSpaceOnUse"
327 id="linearGradient2733"
328 xlink:href="#linearGradient2711"
329 inkscape:collect="always" />
330 <linearGradient
331 y2="31.246054"
332 x2="32.536823"
333 y1="5.3817744"
334 x1="10.390738"
335 gradientTransform="matrix(1.104397,0.000000,0.000000,0.905471,4.500000,2.875000)"
336 gradientUnits="userSpaceOnUse"
337 id="linearGradient1561"
338 xlink:href="#linearGradient2253"
339 inkscape:collect="always" />
340 <linearGradient
341 gradientUnits="userSpaceOnUse"
342 y2="28.205938"
343 x2="-35.658386"
344 y1="33.416473"
345 x1="-35.658386"
346 id="linearGradient2327"
347 xlink:href="#linearGradient2321"
348 inkscape:collect="always" />
349 <linearGradient
350 gradientUnits="userSpaceOnUse"
351 y2="30.962345"
352 x2="-35.074745"
353 y1="34.242237"
354 x1="-35.122688"
355 id="linearGradient2337"
356 xlink:href="#linearGradient2329"
357 inkscape:collect="always" />
358 <linearGradient
359 inkscape:collect="always"
360 xlink:href="#linearGradient2667"
361 id="linearGradient2315"
362 gradientUnits="userSpaceOnUse"
363 gradientTransform="matrix(1.238977,0.000000,0.000000,0.895955,5.142330,1.543480)"
364 x1="11.492236"
365 y1="1.6537577"
366 x2="17.199417"
367 y2="26.729263" />
368 <linearGradient
369 inkscape:collect="always"
370 xlink:href="#linearGradient4902"
371 id="linearGradient4908"
372 x1="21.6875"
373 y1="12.093906"
374 x2="21.6875"
375 y2="7.7189064"
376 gradientUnits="userSpaceOnUse"
377 gradientTransform="translate(-0.707105,0.000000)" />
378 <linearGradient
379 inkscape:collect="always"
380 xlink:href="#linearGradient4930"
381 id="linearGradient4936"
382 x1="23.493534"
383 y1="29.476145"
384 x2="23.493534"
385 y2="6.9308271"
386 gradientUnits="userSpaceOnUse" />
387 <linearGradient
388 inkscape:collect="always"
389 xlink:href="#linearGradient2399"
390 id="linearGradient2405"
391 x1="19.489631"
392 y1="15.23002"
393 x2="20.727066"
394 y2="14.876466"
395 gradientUnits="userSpaceOnUse"
396 gradientTransform="translate(-0.707105,0.000000)" />
397 <linearGradient
398 inkscape:collect="always"
399 xlink:href="#linearGradient2399"
400 id="linearGradient2425"
401 gradientUnits="userSpaceOnUse"
402 x1="16.528622"
403 y1="11.539805"
404 x2="17.279921"
405 y2="11.407223"
406 gradientTransform="translate(-0.707105,0.000000)" />
407 <radialGradient
408 inkscape:collect="always"
409 xlink:href="#linearGradient2454"
410 id="radialGradient2438"
411 gradientUnits="userSpaceOnUse"
412 gradientTransform="scale(1.925808,0.519262)"
413 cx="12.575710"
414 cy="67.501709"
415 fx="12.575710"
416 fy="67.501709"
417 r="8.7662794" />
418 <linearGradient
419 inkscape:collect="always"
420 xlink:href="#linearGradient4910"
421 id="linearGradient2440"
422 gradientUnits="userSpaceOnUse"
423 gradientTransform="translate(1.084646,-2.584738e-16)"
424 x1="22.0625"
425 y1="20.90625"
426 x2="24.673225"
427 y2="20.90625" />
428 <radialGradient
429 inkscape:collect="always"
430 xlink:href="#linearGradient4872"
431 id="radialGradient2442"
432 gradientUnits="userSpaceOnUse"
433 gradientTransform="matrix(1.000000,0.000000,0.000000,1.281250,1.084646,-9.461426)"
434 cx="28.0625"
435 cy="36.908916"
436 fx="28.0625"
437 fy="36.908916"
438 r="7.5" />
439 <linearGradient
440 inkscape:collect="always"
441 xlink:href="#linearGradient4892"
442 id="linearGradient2444"
443 gradientUnits="userSpaceOnUse"
444 gradientTransform="translate(1.084646,-2.584738e-16)"
445 x1="28.513193"
446 y1="37.765625"
447 x2="28.421637"
448 y2="30.828125" />
449 <linearGradient
450 inkscape:collect="always"
451 xlink:href="#linearGradient4882"
452 id="linearGradient2446"
453 gradientUnits="userSpaceOnUse"
454 gradientTransform="matrix(1.000000,0.000000,0.000000,0.876289,1.084646,3.151418)"
455 x1="28.625"
456 y1="25.296875"
457 x2="28.625"
458 y2="28" />
459 <linearGradient
460 inkscape:collect="always"
461 xlink:href="#linearGradient4920"
462 id="linearGradient2448"
463 gradientUnits="userSpaceOnUse"
464 gradientTransform="translate(1.084646,-2.584738e-16)"
465 x1="27.90625"
466 y1="18.057989"
467 x2="28.84375"
468 y2="21.214239" />
469 </defs>
470 <sodipodi:namedview
471 id="base"
472 pagecolor="#ffffff"
473 bordercolor="#666666"
474 borderopacity="0.12156863"
475 inkscape:pageopacity="0.0"
476 inkscape:pageshadow="2"
477 inkscape:zoom="11.313708"
478 inkscape:cx="12.517984"
479 inkscape:cy="23.29136"
480 inkscape:current-layer="layer1"
481 showgrid="false"
482 inkscape:grid-bbox="true"
483 inkscape:document-units="px"
484 inkscape:window-width="914"
485 inkscape:window-height="745"
486 inkscape:window-x="315"
487 inkscape:window-y="103"
488 inkscape:showpageshadow="false"
489 fill="#babdb6"
490 stroke="#555753" />
491 <metadata
492 id="metadata4">
493 <rdf:RDF>
494 <cc:Work
495 rdf:about="">
496 <dc:format>image/svg+xml</dc:format>
497 <dc:type
498 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
499 <dc:title>Wallpaper</dc:title>
500 <dc:date />
501 <dc:creator>
502 <cc:Agent>
503 <dc:title>Jakub Steiner</dc:title>
504 </cc:Agent>
505 </dc:creator>
506 <dc:subject>
507 <rdf:Bag>
508 <rdf:li>wallpaper</rdf:li>
509 <rdf:li>background</rdf:li>
510 </rdf:Bag>
511 </dc:subject>
512 <cc:license
513 rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
514 <dc:source>http://jimmac.musichall.cz/</dc:source>
515 </cc:Work>
516 <cc:License
517 rdf:about="http://creativecommons.org/licenses/publicdomain/">
518 <cc:permits
519 rdf:resource="http://creativecommons.org/ns#Reproduction" />
520 <cc:permits
521 rdf:resource="http://creativecommons.org/ns#Distribution" />
522 <cc:permits
523 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
524 </cc:License>
525 </rdf:RDF>
526 </metadata>
527 <g
528 id="layer1"
529 inkscape:label="Layer 1"
530 inkscape:groupmode="layer">
531 <path
532 sodipodi:type="arc"
533 style="opacity:0.50857143;overflow:visible;display:inline;visibility:visible;stroke-opacity:0.70063692;stroke-dashoffset:0.0000000;stroke-miterlimit:4.0000000;marker-end:none;marker-mid:none;marker-start:none;marker:none;stroke-linejoin:miter;stroke-linecap:round;stroke-width:1.0000000;stroke:none;fill-rule:evenodd;fill-opacity:1.0000000;fill:url(#radialGradient2460);color:#000000"
534 id="path2452"
535 sodipodi:cx="24.218407"
536 sodipodi:cy="35.051105"
537 sodipodi:rx="16.882174"
538 sodipodi:ry="4.5520000"
539 d="M 41.100580 35.051105 A 16.882174 4.5520000 0 1 1 7.3362331,35.051105 A 16.882174 4.5520000 0 1 1 41.100580 35.051105 z"
540 transform="matrix(1.050251,0.000000,0.000000,1.867888,-0.945558,-28.10611)" />
541 <path
542 sodipodi:type="arc"
543 style="color:#000000;fill:#adb0aa;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#4b4d4a;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
544 id="path2407"
545 sodipodi:cx="-35.658386"
546 sodipodi:cy="29.716238"
547 sodipodi:rx="9.3944187"
548 sodipodi:ry="3.9395950"
549 d="M -26.263968 29.716238 A 9.3944187 3.9395950 0 1 1 -45.052805,29.716238 A 9.3944187 3.9395950 0 1 1 -26.263968 29.716238 z"
550 transform="translate(60.03339,8.078430)" />
551 <path
552 transform="matrix(0.902373,0.000000,0.000000,0.827650,56.55215,12.86792)"
553 d="M -26.263968 29.716238 A 9.3944187 3.9395950 0 1 1 -45.052805,29.716238 A 9.3944187 3.9395950 0 1 1 -26.263968 29.716238 z"
554 sodipodi:ry="3.9395950"
555 sodipodi:rx="9.3944187"
556 sodipodi:cy="29.716238"
557 sodipodi:cx="-35.658386"
558 id="path1825"
559 style="color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:url(#linearGradient2327);stroke-width:1.1571338;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
560 sodipodi:type="arc" />
561 <path
562 sodipodi:type="arc"
563 style="color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:url(#linearGradient2337);stroke-width:1.1833371;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
564 id="path2983"
565 sodipodi:cx="-35.658386"
566 sodipodi:cy="29.716238"
567 sodipodi:rx="9.3944187"
568 sodipodi:ry="3.9395950"
569 d="M -26.263968 29.716238 A 9.3944187 3.9395950 0 1 1 -45.052805,29.716238 A 9.3944187 3.9395950 0 1 1 -26.263968 29.716238 z"
570 transform="matrix(0.837548,0.000000,0.000000,0.852655,54.17811,11.00615)" />
571 <rect
572 y="31.078613"
573 x="19.972397"
574 height="6.3650389"
575 width="9.0396729"
576 id="rect2699"
577 style="color:#000000;fill:url(#linearGradient2707);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.60872948;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" />
578 <path
579 style="color:#000000;fill:url(#linearGradient2251);fill-opacity:1.0000000;fill-rule:evenodd;stroke:url(#linearGradient1561);stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
580 d="M 7.5809024,4.5706221 L 41.169097,4.5706221 C 42.080439,4.5706221 42.793244,5.1541039 42.835849,5.9722091 L 44.167893,31.550323 C 44.226102,32.668058 43.266837,33.570628 42.147588,33.570628 L 6.6024120,33.570628 C 5.4831629,33.570628 4.5238980,32.668058 4.5821068,31.550323 L 5.9141506,5.9722091 C 5.9544343,5.1986745 6.4616533,4.5706221 7.5809024,4.5706221 z "
581 id="rect2404"
582 sodipodi:nodetypes="cssssssss" />
583 <path
584 sodipodi:nodetypes="ccccc"
585 id="path2377"
586 d="M 8.9105350,7.1808270 L 7.6683398,29.226144 L 39.318729,29.226144 L 37.983712,7.2742560 L 8.9105350,7.1808270 z "
587 style="fill:url(#linearGradient4936);fill-opacity:1.0;fill-rule:evenodd;stroke:#555753;stroke-width:0.50000000;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" />
588 <path
589 sodipodi:nodetypes="cc"
590 style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:url(#linearGradient2689);stroke-width:0.99618119;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:0.24840762"
591 d="M 6.6774331,31.610789 L 42.105910,31.610789"
592 id="path2393" />
593 <path
594 sodipodi:nodetypes="cssssssss"
595 id="path2397"
596 d="M 7.4145985,5.5813396 L 41.260101,5.5435383 C 41.543798,5.5432214 41.819403,5.7807881 41.842206,6.1960820 L 43.204098,30.999330 C 43.262137,32.056361 42.664349,32.785201 41.605727,32.785201 L 7.0817583,32.785201 C 6.0231355,32.785201 5.4887439,32.056410 5.5458869,30.999330 L 6.8699773,6.5051630 C 6.9086732,5.7893326 7.0363626,5.5817620 7.4145985,5.5813396 z "
597 style="color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:url(#linearGradient2421);stroke-width:0.99999964;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:0.70063692;visibility:visible;display:inline;overflow:visible" />
598 <path
599 transform="matrix(1.331237,0.000000,0.000000,0.658449,-5.919330,5.728866)"
600 d="M 35.620504 3.9384086 A 0.83968931 0.83968931 0 1 1 33.941126,3.9384086 A 0.83968931 0.83968931 0 1 1 35.620504 3.9384086 z"
601 sodipodi:ry="0.83968931"
602 sodipodi:rx="0.83968931"
603 sodipodi:cy="3.9384086"
604 sodipodi:cx="34.780815"
605 id="path2709"
606 style="color:#000000;fill:url(#linearGradient2717);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.50000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
607 sodipodi:type="arc" />
608 <path
609 sodipodi:type="arc"
610 style="color:#000000;fill:url(#linearGradient2721);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.50000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
611 id="path2719"
612 sodipodi:cx="34.780815"
613 sodipodi:cy="3.9384086"
614 sodipodi:rx="0.83968931"
615 sodipodi:ry="0.83968931"
616 d="M 35.620504 3.9384086 A 0.83968931 0.83968931 0 1 1 33.941126,3.9384086 A 0.83968931 0.83968931 0 1 1 35.620504 3.9384086 z"
617 transform="matrix(1.331237,0.000000,0.000000,0.658449,-5.805730,7.834650)" />
618 <path
619 transform="matrix(1.331237,0.000000,0.000000,0.658449,-5.692130,9.834650)"
620 d="M 35.620504 3.9384086 A 0.83968931 0.83968931 0 1 1 33.941126,3.9384086 A 0.83968931 0.83968931 0 1 1 35.620504 3.9384086 z"
621 sodipodi:ry="0.83968931"
622 sodipodi:rx="0.83968931"
623 sodipodi:cy="3.9384086"
624 sodipodi:cx="34.780815"
625 id="path2723"
626 style="color:#000000;fill:url(#linearGradient2725);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.50000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
627 sodipodi:type="arc" />
628 <path
629 sodipodi:type="arc"
630 style="color:#000000;fill:url(#linearGradient2729);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.50000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
631 id="path2727"
632 sodipodi:cx="34.780815"
633 sodipodi:cy="3.9384086"
634 sodipodi:rx="0.83968931"
635 sodipodi:ry="0.83968931"
636 d="M 35.620504 3.9384086 A 0.83968931 0.83968931 0 1 1 33.941126,3.9384086 A 0.83968931 0.83968931 0 1 1 35.620504 3.9384086 z"
637 transform="matrix(1.331237,0.000000,0.000000,0.658449,-5.578530,11.83465)" />
638 <path
639 transform="matrix(1.331237,0.000000,0.000000,0.658449,-5.464930,13.83465)"
640 d="M 35.620504 3.9384086 A 0.83968931 0.83968931 0 1 1 33.941126,3.9384086 A 0.83968931 0.83968931 0 1 1 35.620504 3.9384086 z"
641 sodipodi:ry="0.83968931"
642 sodipodi:rx="0.83968931"
643 sodipodi:cy="3.9384086"
644 sodipodi:cx="34.780815"
645 id="path2731"
646 style="color:#000000;fill:url(#linearGradient2733);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.50000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
647 sodipodi:type="arc" />
648 <path
649 sodipodi:nodetypes="ccccc"
650 style="opacity:0.53142856;fill:url(#linearGradient2315);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
651 d="M 9.263312,7.621363 L 8.460783,25.491693 C 19.505421,23.091063 23.882246,14.999494 37.614815,12.344943 L 37.453343,7.687427 L 9.263312,7.621363 z "
652 id="path2443" />
653 <path
654 style="opacity:1;color:#000000;fill:url(#linearGradient4908);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
655 d="M 12.752542,7.3749999 C 12.752542,7.3749999 13.065042,16.296875 13.065042,17.125 C 13.065042,17.890625 12.346292,19.15625 13.315042,19.15625 C 14.221292,19.15625 13.502542,17.859375 13.565042,17.125 C 13.622263,16.452655 13.752542,12.25 13.752542,12.25 C 13.752542,12.25 14.440042,12.34375 14.752542,11.4375 C 15.065042,10.53125 15.002542,8.625 15.002542,8.625 L 15.502542,9.375 C 16.502542,16 16.038265,20.218918 16.065042,20.71875 C 16.08848,21.15625 15.345878,23.125 16.377542,23.125 C 17.690456,23.125 16.735096,21.21082 16.752542,20.75 C 16.77117,20.257973 16.903748,16.640625 17.627542,12.375 C 18.726336,13.984375 18.042896,10.875 19.292896,17.5 L 34.417896,18.875 C 34.167896,12.25 32.002542,8.625 30.502542,7.4999999 C 30.502542,7.4999999 12.752542,7.3749999 12.752542,7.3749999 z "
656 id="path3523"
657 sodipodi:nodetypes="czzzcscczzzcccsc" />
658 <path
659 transform="matrix(0.333333,0.000000,0.000000,0.333333,6.558675,10.20833)"
660 d="M 30.25 36.5 A 1.125 1.125 0 1 1 28,36.5 A 1.125 1.125 0 1 1 30.25 36.5 z"
661 sodipodi:ry="1.125"
662 sodipodi:rx="1.125"
663 sodipodi:cy="36.5"
664 sodipodi:cx="29.125"
665 id="path4938"
666 style="opacity:0.51461989;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
667 sodipodi:type="arc" />
668 <path
669 sodipodi:type="arc"
670 style="opacity:0.51461989;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
671 id="path4940"
672 sodipodi:cx="29.125"
673 sodipodi:cy="36.5"
674 sodipodi:rx="1.125"
675 sodipodi:ry="1.125"
676 d="M 30.25 36.5 A 1.125 1.125 0 1 1 28,36.5 A 1.125 1.125 0 1 1 30.25 36.5 z"
677 transform="matrix(0.250001,0.000000,0.000000,0.250001,5.892011,9.500001)" />
678 <path
679 style="opacity:0.51461989;color:#000000;fill:url(#linearGradient2405);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
680 d="M 18.672042,12.998214 L 19.66641,17.329243 L 20.461905,17.019884 C 20.461905,17.019884 19.865284,13.970486 19.290759,13.219185 C 18.716235,12.467884 18.60575,12.777243 18.009129,12.600467 C 18.009129,12.600467 18.451071,12.666758 18.672042,12.998214 z "
681 id="path1524"
682 sodipodi:nodetypes="cccscc" />
683 <g
684 id="g2427"
685 transform="matrix(1.124849,0.000000,0.000000,1.124849,-4.096023,-3.071291)">
686 <path
687 style="font-size:0.9029026px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;writing-mode:lr-tb;text-anchor:start;fill:#4a4a4a;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
688 d="M 23.584646,30.192666 L 23.866362,30.192666 C 23.950127,30.192667 24.014347,30.21133 24.059022,30.248656 C 24.103991,30.28569 24.126475,30.338594 24.126476,30.40737 C 24.126475,30.47644 24.103991,30.529638 24.059022,30.566965 C 24.014347,30.603998 23.950127,30.622515 23.866362,30.622515 L 23.754381,30.622515 L 23.754381,30.850885 L 23.584646,30.850885 L 23.584646,30.192666 M 23.754381,30.315669 L 23.754381,30.499512 L 23.848286,30.499512 C 23.881204,30.499512 23.906628,30.491576 23.924557,30.475705 C 23.942485,30.45954 23.95145,30.436762 23.95145,30.40737 C 23.95145,30.377979 23.942485,30.355348 23.924557,30.339476 C 23.906628,30.323605 23.881204,30.315669 23.848286,30.315669 L 23.754381,30.315669 M 24.546625,30.303765 C 24.494896,30.303766 24.454777,30.32287 24.426267,30.361078 C 24.397758,30.399288 24.383503,30.453074 24.383503,30.522437 C 24.383503,30.591507 24.397758,30.645146 24.426267,30.683355 C 24.454777,30.721564 24.494896,30.740668 24.546625,30.740668 C 24.598647,30.740668 24.638913,30.721564 24.667424,30.683355 C 24.695933,30.645146 24.710187,30.591507 24.710188,30.522437 C 24.710187,30.453074 24.695933,30.399288 24.667424,30.361078 C 24.638913,30.32287 24.598647,30.303766 24.546625,30.303765 M 24.546625,30.180762 C 24.652433,30.180763 24.735317,30.211036 24.795276,30.271582 C 24.855234,30.332128 24.885213,30.415747 24.885214,30.522437 C 24.885213,30.628834 24.855234,30.712305 24.795276,30.772851 C 24.735317,30.833398 24.652433,30.863671 24.546625,30.863671 C 24.44111,30.863671 24.358226,30.833398 24.297974,30.772851 C 24.238016,30.712305 24.208037,30.628834 24.208037,30.522437 C 24.208037,30.415747 24.238016,30.332128 24.297974,30.271582 C 24.358226,30.211036 24.44111,30.180763 24.546625,30.180762 M 25.013066,30.192666 L 25.20264,30.192666 L 25.442033,30.644117 L 25.442033,30.192666 L 25.602951,30.192666 L 25.602951,30.850885 L 25.413376,30.850885 L 25.173984,30.399434 L 25.173984,30.850885 L 25.013066,30.850885 L 25.013066,30.192666 M 25.676135,30.192666 L 25.861741,30.192666 L 26.011637,30.427209 L 26.161533,30.192666 L 26.347581,30.192666 L 26.096725,30.573578 L 26.096725,30.850885 L 25.92699,30.850885 L 25.92699,30.573578 L 25.676135,30.192666"
689 id="text2735" />
690 <path
691 sodipodi:type="arc"
692 style="opacity:0.20467834;color:#000000;fill:url(#radialGradient2438);fill-opacity:1;fill-rule:evenodd;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-dashoffset:0;stroke-opacity:0.70063692;visibility:visible;display:inline;overflow:visible"
693 id="path3994"
694 sodipodi:cx="24.218407"
695 sodipodi:cy="35.051105"
696 sodipodi:rx="16.882174"
697 sodipodi:ry="4.552"
698 d="M 41.10058 35.051105 A 16.882174 4.552 0 1 1 7.3362331,35.051105 A 16.882174 4.552 0 1 1 41.10058 35.051105 z"
699 transform="matrix(0.531953,0.000000,0.000000,0.657752,17.94145,18.44946)" />
700 <path
701 sodipodi:nodetypes="cczccsccsccscsc"
702 id="path4900"
703 d="M 23.397146,24.5 L 36.397146,24.5 C 36.397146,24.5 36.584646,19.75 35.334646,18.5625 C 34.148705,17.435856 32.459646,17.6875 32.459646,17.6875 L 32.397146,18.1875 C 32.397146,18.1875 31.772146,17.75 30.647146,17.6875 C 29.522146,17.625 28.709646,17.75 28.709646,17.75 L 29.084646,18.125 C 29.084646,18.125 27.522146,17.5 26.022146,17.5 C 24.522146,17.5 24.209646,17.5625 24.209646,17.5625 L 24.772146,17.875 C 24.772146,17.875 23.522146,17.3125 22.522146,17.3125 C 21.522146,17.3125 20.647146,17.75 20.647146,17.75 C 20.647146,17.75 22.084646,18.5 22.647146,19.5 C 23.209646,20.5 23.397146,24.5 23.397146,24.5 z "
704 style="opacity:1;color:#000000;fill:url(#linearGradient2440);fill-opacity:1;fill-rule:nonzero;stroke:#3a3a3a;stroke-width:0.88900858;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
705 <path
706 sodipodi:nodetypes="ccccszsccccc"
707 id="rect4400"
708 d="M 22.709646,24.53125 L 22.709646,28.90625 C 22.709646,29.854448 23.480199,30.625 24.428396,30.625 L 27.678396,30.625 C 27.439137,33.023287 26.965911,34.831157 27.084646,36.915354 C 27.159021,38.220887 28.2901,39.915354 30.084646,39.915354 C 31.691819,39.915354 32.847561,38.348829 32.959646,36.790354 C 33.084646,35.052311 32.306052,33.027831 31.959646,30.625 L 34.990896,30.625 C 35.939096,30.625 36.709646,29.854447 36.709646,28.90625 L 36.709646,24.53125 C 36.709646,24.53125 22.709646,24.53125 22.709646,24.53125 z "
709 style="opacity:1;color:#000000;fill:url(#radialGradient2442);fill-opacity:1;fill-rule:nonzero;stroke:#80754c;stroke-width:0.88900858;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
710 <path
711 style="opacity:0.57309941;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2444);stroke-width:0.88900858;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
712 d="M 28.709646,29.415625 C 28.518239,31.334255 27.818213,34.838621 27.913201,36.505979 C 27.972701,37.550405 28.574009,38.984557 30.009646,38.984557 C 31.295384,38.984557 31.962845,37.715259 32.052513,36.468479 C 32.152513,35.078045 31.286771,31.33789 31.009646,29.415625 L 28.709646,29.415625 z "
713 id="path4890"
714 sodipodi:nodetypes="cszscc" />
715 <path
716 style="opacity:1;color:#000000;fill:#e8daa5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
717 d="M 23.209646,24.982422 L 23.209646,28.779297 C 23.209646,29.60897 23.82138,30.126953 24.651052,30.126953 L 34.83074,30.126953 C 35.660415,30.126953 36.209646,29.608969 36.209646,28.779297 L 36.209646,24.982422 C 36.209646,24.982422 23.209646,24.982422 23.209646,24.982422 z "
718 id="path4880"
719 sodipodi:nodetypes="ccccccc" />
720 <path
721 sodipodi:nodetypes="ccccccc"
722 id="rect3119"
723 d="M 35.584646,25.03125 L 35.584646,26.948131 C 35.584646,27.357741 35.208334,27.6875 34.740896,27.6875 L 24.678396,27.6875 C 24.210959,27.6875 23.834646,27.357741 23.834646,26.948131 L 23.834646,25.03125 C 23.834646,25.03125 35.584646,25.03125 35.584646,25.03125 z "
724 style="color:#000000;fill:url(#linearGradient2446);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
725 <path
726 sodipodi:nodetypes="cscccccccccccccsccsccsccsccsc"
727 id="path4918"
728 d="M 21.803396,17.875 C 21.803396,17.875 22.959646,18.59375 23.240896,19.65625 C 23.522146,20.71875 23.678396,21.75 23.678396,21.75 L 24.459646,20.03125 L 25.334646,20.875 L 25.647146,19.5 L 27.522146,20 L 27.022146,18.96875 L 29.022146,19.90625 L 28.959646,19.21875 L 29.803396,19.96875 L 30.490896,19.34375 L 31.990896,20 L 32.865896,19.15625 L 34.115896,19.96875 C 34.115896,19.96875 33.897146,19.40625 34.022146,19.4375 C 34.147146,19.46875 35.240896,19.84375 35.240896,19.84375 L 35.522146,20.1875 C 35.522146,20.1875 35.331603,19.229934 34.897146,18.84375 C 34.053396,18.09375 32.865896,18.15625 32.865896,18.15625 L 32.740896,19.03125 C 32.740896,19.03125 31.709646,18.3125 30.834646,18.1875 C 29.959646,18.0625 29.084646,18.21875 29.084646,18.21875 L 28.897146,18.59375 C 28.897146,18.59375 27.803396,18.15625 26.834646,18.0625 C 25.865896,17.96875 24.615896,18 24.615896,18 L 24.553396,18.34375 C 24.553396,18.34375 23.647146,17.90625 23.240896,17.875 C 22.834646,17.84375 21.834646,17.90625 21.803396,17.875 z "
729 style="opacity:1;color:#000000;fill:url(#linearGradient2448);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
730 <path
731 transform="matrix(0.888889,0.000000,0.000000,0.888889,3.647723,4.055556)"
732 d="M 30.25 36.5 A 1.125 1.125 0 1 1 28,36.5 A 1.125 1.125 0 1 1 30.25 36.5 z"
733 sodipodi:ry="1.125"
734 sodipodi:rx="1.125"
735 sodipodi:cy="36.5"
736 sodipodi:cx="29.125"
737 id="path4928"
738 style="opacity:0.51461989;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
739 sodipodi:type="arc" />
740 </g>
741 <path
742 style="opacity:0.51461989;color:#000000;fill:url(#linearGradient2425);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
743 d="M 15.755226,9.396389 C 15.755226,9.396389 16.373944,13.727418 16.285556,15.362603 C 16.48443,12.313205 16.086682,9.5510687 16.086682,9.5510687 L 15.070216,8.4904085 L 15.755226,9.396389 z "
744 id="path2410"
745 sodipodi:nodetypes="ccccc" />
746 </g>
747</svg>
diff --git a/icons/tango-svg/preferences-desktop.svg b/icons/tango-svg/preferences-desktop.svg
new file mode 100644
index 0000000000..a0fd144942
--- /dev/null
+++ b/icons/tango-svg/preferences-desktop.svg
@@ -0,0 +1,777 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3<svg
4 xmlns:dc="http://purl.org/dc/elements/1.1/"
5 xmlns:cc="http://creativecommons.org/ns#"
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7 xmlns:svg="http://www.w3.org/2000/svg"
8 xmlns="http://www.w3.org/2000/svg"
9 xmlns:xlink="http://www.w3.org/1999/xlink"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 inkscape:export-ydpi="90.000000"
13 inkscape:export-xdpi="90.000000"
14 inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png"
15 width="48px"
16 height="48px"
17 id="svg11300"
18 sodipodi:version="0.32"
19 inkscape:version="0.46"
20 sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/categories"
21 sodipodi:docname="preferences-desktop.svg"
22 inkscape:output_extension="org.inkscape.output.svg.inkscape">
23 <defs
24 id="defs3">
25 <inkscape:perspective
26 sodipodi:type="inkscape:persp3d"
27 inkscape:vp_x="0 : 24 : 1"
28 inkscape:vp_y="0 : 1000 : 0"
29 inkscape:vp_z="48 : 24 : 1"
30 inkscape:persp3d-origin="24 : 16 : 1"
31 id="perspective106" />
32 <radialGradient
33 inkscape:collect="always"
34 xlink:href="#linearGradient5060"
35 id="radialGradient6719"
36 gradientUnits="userSpaceOnUse"
37 gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
38 cx="605.71429"
39 cy="486.64789"
40 fx="605.71429"
41 fy="486.64789"
42 r="117.14286" />
43 <linearGradient
44 inkscape:collect="always"
45 id="linearGradient5060">
46 <stop
47 style="stop-color:black;stop-opacity:1;"
48 offset="0"
49 id="stop5062" />
50 <stop
51 style="stop-color:black;stop-opacity:0;"
52 offset="1"
53 id="stop5064" />
54 </linearGradient>
55 <radialGradient
56 inkscape:collect="always"
57 xlink:href="#linearGradient5060"
58 id="radialGradient6717"
59 gradientUnits="userSpaceOnUse"
60 gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
61 cx="605.71429"
62 cy="486.64789"
63 fx="605.71429"
64 fy="486.64789"
65 r="117.14286" />
66 <linearGradient
67 id="linearGradient5048">
68 <stop
69 style="stop-color:black;stop-opacity:0;"
70 offset="0"
71 id="stop5050" />
72 <stop
73 id="stop5056"
74 offset="0.5"
75 style="stop-color:black;stop-opacity:1;" />
76 <stop
77 style="stop-color:black;stop-opacity:0;"
78 offset="1"
79 id="stop5052" />
80 </linearGradient>
81 <linearGradient
82 inkscape:collect="always"
83 xlink:href="#linearGradient5048"
84 id="linearGradient6715"
85 gradientUnits="userSpaceOnUse"
86 gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
87 x1="302.85715"
88 y1="366.64789"
89 x2="302.85715"
90 y2="609.50507" />
91 <linearGradient
92 inkscape:collect="always"
93 id="linearGradient24290">
94 <stop
95 style="stop-color:#000000;stop-opacity:1;"
96 offset="0"
97 id="stop24292" />
98 <stop
99 style="stop-color:#000000;stop-opacity:0;"
100 offset="1"
101 id="stop24294" />
102 </linearGradient>
103 <linearGradient
104 inkscape:collect="always"
105 id="linearGradient24276">
106 <stop
107 style="stop-color:#000000;stop-opacity:1;"
108 offset="0"
109 id="stop24278" />
110 <stop
111 style="stop-color:#000000;stop-opacity:0;"
112 offset="1"
113 id="stop24280" />
114 </linearGradient>
115 <linearGradient
116 inkscape:collect="always"
117 id="linearGradient24266">
118 <stop
119 style="stop-color:#a5a5a5;stop-opacity:1;"
120 offset="0"
121 id="stop24268" />
122 <stop
123 style="stop-color:#a5a5a5;stop-opacity:0;"
124 offset="1"
125 id="stop24270" />
126 </linearGradient>
127 <linearGradient
128 id="linearGradient24230">
129 <stop
130 style="stop-color:#677579;stop-opacity:1;"
131 offset="0"
132 id="stop24232" />
133 <stop
134 style="stop-color:#333333;stop-opacity:1;"
135 offset="1"
136 id="stop24234" />
137 </linearGradient>
138 <linearGradient
139 id="linearGradient11594">
140 <stop
141 id="stop11596"
142 offset="0"
143 style="stop-color:#ffffff;stop-opacity:1;" />
144 <stop
145 id="stop11598"
146 offset="1.0000000"
147 style="stop-color:#d1d1d1;stop-opacity:1.0000000;" />
148 </linearGradient>
149 <linearGradient
150 gradientTransform="matrix(1.061966,0,0,0.837825,-0.593045,3.987819)"
151 gradientUnits="userSpaceOnUse"
152 y2="38.947163"
153 x2="31.799011"
154 y1="8.9471626"
155 x1="20.092352"
156 id="linearGradient11600"
157 xlink:href="#linearGradient11594"
158 inkscape:collect="always" />
159 <linearGradient
160 id="linearGradient11602">
161 <stop
162 id="stop11604"
163 offset="0.0000000"
164 style="stop-color:#f6f6f6;stop-opacity:1.0000000;" />
165 <stop
166 id="stop11606"
167 offset="1.0000000"
168 style="stop-color:#e0e0e0;stop-opacity:1.0000000;" />
169 </linearGradient>
170 <linearGradient
171 gradientTransform="matrix(1,0,0,0.837825,0.921766,3.987819)"
172 gradientUnits="userSpaceOnUse"
173 y2="39.447163"
174 x2="24.445671"
175 y1="12.947163"
176 x1="24.445671"
177 id="linearGradient11608"
178 xlink:href="#linearGradient11602"
179 inkscape:collect="always" />
180 <linearGradient
181 id="linearGradient11615">
182 <stop
183 id="stop11617"
184 offset="0.0000000"
185 style="stop-color:#636363;stop-opacity:1.0000000;" />
186 <stop
187 id="stop11619"
188 offset="1.0000000"
189 style="stop-color:#000000;stop-opacity:1.0000000;" />
190 </linearGradient>
191 <radialGradient
192 r="4.7500000"
193 fy="27.749998"
194 fx="25.000000"
195 cy="27.749998"
196 cx="25.000000"
197 gradientTransform="matrix(3.070491,2.727143e-15,-3.444813e-15,3.878514,-51.46548,-78.83433)"
198 gradientUnits="userSpaceOnUse"
199 id="radialGradient12909"
200 xlink:href="#linearGradient11615"
201 inkscape:collect="always" />
202 <linearGradient
203 y2="27.375000"
204 x2="21.500000"
205 y1="30.000000"
206 x1="21.500000"
207 gradientTransform="matrix(0.985,0,0,1.022813,2.121141,-2.815681)"
208 gradientUnits="userSpaceOnUse"
209 id="linearGradient12924"
210 xlink:href="#linearGradient11625"
211 inkscape:collect="always" />
212 <linearGradient
213 y2="27.375000"
214 x2="21.500000"
215 y1="30.000000"
216 x1="21.500000"
217 gradientTransform="matrix(0.985,0,0,1,4.111767,-2.176922)"
218 gradientUnits="userSpaceOnUse"
219 id="linearGradient12921"
220 xlink:href="#linearGradient11625"
221 inkscape:collect="always" />
222 <linearGradient
223 id="linearGradient11625"
224 inkscape:collect="always">
225 <stop
226 id="stop11627"
227 offset="0"
228 style="stop-color:#fce94f;stop-opacity:1;" />
229 <stop
230 id="stop11629"
231 offset="1"
232 style="stop-color:#fce94f;stop-opacity:0;" />
233 </linearGradient>
234 <linearGradient
235 y2="27.375000"
236 x2="21.500000"
237 y1="30.000000"
238 x1="21.500000"
239 gradientTransform="matrix(1.01625,0,0,1,5.455516,-2.176922)"
240 gradientUnits="userSpaceOnUse"
241 id="linearGradient12918"
242 xlink:href="#linearGradient11625"
243 inkscape:collect="always" />
244 <linearGradient
245 id="linearGradient11520">
246 <stop
247 id="stop11522"
248 offset="0.0000000"
249 style="stop-color:#ffffff;stop-opacity:1.0000000;" />
250 <stop
251 id="stop11524"
252 offset="1.0000000"
253 style="stop-color:#dcdcdc;stop-opacity:1.0000000;" />
254 </linearGradient>
255 <linearGradient
256 id="linearGradient11508"
257 inkscape:collect="always">
258 <stop
259 id="stop11510"
260 offset="0"
261 style="stop-color:#000000;stop-opacity:1;" />
262 <stop
263 id="stop11512"
264 offset="1"
265 style="stop-color:#000000;stop-opacity:0;" />
266 </linearGradient>
267 <linearGradient
268 id="linearGradient11494"
269 inkscape:collect="always">
270 <stop
271 id="stop11496"
272 offset="0"
273 style="stop-color:#ef2929;stop-opacity:1;" />
274 <stop
275 id="stop11498"
276 offset="1"
277 style="stop-color:#ef2929;stop-opacity:0;" />
278 </linearGradient>
279 <linearGradient
280 id="linearGradient11415">
281 <stop
282 id="stop11417"
283 offset="0.0000000"
284 style="stop-color:#204a87;stop-opacity:0.0000000;" />
285 <stop
286 style="stop-color:#204a87;stop-opacity:1.0000000;"
287 offset="0.50000000"
288 id="stop11423" />
289 <stop
290 id="stop11419"
291 offset="1"
292 style="stop-color:#204a87;stop-opacity:0;" />
293 </linearGradient>
294 <linearGradient
295 id="linearGradient11399"
296 inkscape:collect="always">
297 <stop
298 id="stop11401"
299 offset="0"
300 style="stop-color:#000000;stop-opacity:1;" />
301 <stop
302 id="stop11403"
303 offset="1"
304 style="stop-color:#000000;stop-opacity:0;" />
305 </linearGradient>
306 <linearGradient
307 gradientTransform="translate(-60.28571,-0.285714)"
308 y2="34.462429"
309 x2="43.615788"
310 y1="3.7744560"
311 x1="15.828360"
312 gradientUnits="userSpaceOnUse"
313 id="linearGradient11425"
314 xlink:href="#linearGradient11415"
315 inkscape:collect="always" />
316 <linearGradient
317 gradientTransform="translate(-60.57143,0.000000)"
318 y2="39.033859"
319 x2="35.679932"
320 y1="9.3458843"
321 x1="9.6957054"
322 gradientUnits="userSpaceOnUse"
323 id="linearGradient11427"
324 xlink:href="#linearGradient11415"
325 inkscape:collect="always" />
326 <linearGradient
327 y2="33.462429"
328 x2="26.758644"
329 y1="19.774456"
330 x1="13.267134"
331 gradientTransform="translate(-60.85714,0.428571)"
332 gradientUnits="userSpaceOnUse"
333 id="linearGradient11439"
334 xlink:href="#linearGradient11415"
335 inkscape:collect="always" />
336 <radialGradient
337 r="8.5000000"
338 fy="39.142857"
339 fx="12.071428"
340 cy="39.142857"
341 cx="12.071428"
342 gradientTransform="matrix(1.000000,0.000000,0.000000,0.487395,0.000000,20.06483)"
343 gradientUnits="userSpaceOnUse"
344 id="radialGradient11441"
345 xlink:href="#linearGradient11399"
346 inkscape:collect="always" />
347 <radialGradient
348 gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
349 gradientUnits="userSpaceOnUse"
350 r="3.8335034"
351 fy="15.048258"
352 fx="27.577173"
353 cy="15.048258"
354 cx="27.577173"
355 id="radialGradient11500"
356 xlink:href="#linearGradient11494"
357 inkscape:collect="always" />
358 <radialGradient
359 r="3.8335034"
360 fy="16.049133"
361 fx="27.577173"
362 cy="16.049133"
363 cx="27.577173"
364 gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
365 gradientUnits="userSpaceOnUse"
366 id="radialGradient11504"
367 xlink:href="#linearGradient11494"
368 inkscape:collect="always" />
369 <radialGradient
370 gradientUnits="userSpaceOnUse"
371 gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,2.166583e-14,29.48178)"
372 r="6.5659914"
373 fy="44.565483"
374 fx="30.203562"
375 cy="44.565483"
376 cx="30.203562"
377 id="radialGradient11514"
378 xlink:href="#linearGradient11508"
379 inkscape:collect="always" />
380 <radialGradient
381 gradientTransform="matrix(1.594876,-1.096233e-32,0,1.324258,-12.15047,-8.05841)"
382 gradientUnits="userSpaceOnUse"
383 r="20.530962"
384 fy="35.878170"
385 fx="24.445690"
386 cy="35.878170"
387 cx="24.445690"
388 id="radialGradient11526"
389 xlink:href="#linearGradient11520"
390 inkscape:collect="always" />
391 <radialGradient
392 r="6.5659914"
393 fy="44.565483"
394 fx="30.203562"
395 cy="44.565483"
396 cx="30.203562"
397 gradientTransform="matrix(1,0,0,0.338462,8.404809e-16,29.48178)"
398 gradientUnits="userSpaceOnUse"
399 id="radialGradient11532"
400 xlink:href="#linearGradient11508"
401 inkscape:collect="always" />
402 <radialGradient
403 inkscape:collect="always"
404 xlink:href="#linearGradient11508"
405 id="radialGradient1348"
406 gradientUnits="userSpaceOnUse"
407 gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,-1.353344e-14,29.48178)"
408 cx="30.203562"
409 cy="44.565483"
410 fx="30.203562"
411 fy="44.565483"
412 r="6.5659914" />
413 <radialGradient
414 inkscape:collect="always"
415 xlink:href="#linearGradient11520"
416 id="radialGradient1350"
417 gradientUnits="userSpaceOnUse"
418 gradientTransform="matrix(1.995058,-1.651527e-32,0.000000,1.995058,-24.32488,-35.70087)"
419 cx="24.445690"
420 cy="35.878170"
421 fx="24.445690"
422 fy="35.878170"
423 r="20.530962" />
424 <radialGradient
425 inkscape:collect="always"
426 xlink:href="#linearGradient11494"
427 id="radialGradient1352"
428 gradientUnits="userSpaceOnUse"
429 gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
430 cx="27.577173"
431 cy="16.049133"
432 fx="27.577173"
433 fy="16.049133"
434 r="3.8335034" />
435 <radialGradient
436 inkscape:collect="always"
437 xlink:href="#linearGradient11494"
438 id="radialGradient1354"
439 gradientUnits="userSpaceOnUse"
440 gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
441 cx="27.577173"
442 cy="15.048258"
443 fx="27.577173"
444 fy="15.048258"
445 r="3.8335034" />
446 <radialGradient
447 inkscape:collect="always"
448 xlink:href="#linearGradient11508"
449 id="radialGradient1356"
450 gradientUnits="userSpaceOnUse"
451 gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,2.220359e-14,29.48178)"
452 cx="30.203562"
453 cy="44.565483"
454 fx="30.203562"
455 fy="44.565483"
456 r="6.5659914" />
457 <radialGradient
458 inkscape:collect="always"
459 xlink:href="#linearGradient11520"
460 id="radialGradient1366"
461 gradientUnits="userSpaceOnUse"
462 gradientTransform="matrix(2.049266,-1.696401e-32,0.000000,2.049266,-25.65002,-37.31089)"
463 cx="24.445690"
464 cy="35.878170"
465 fx="24.445690"
466 fy="35.878170"
467 r="20.530962" />
468 <linearGradient
469 inkscape:collect="always"
470 xlink:href="#linearGradient24230"
471 id="linearGradient24236"
472 x1="12.51301"
473 y1="30.585787"
474 x2="12.51301"
475 y2="16.885592"
476 gradientUnits="userSpaceOnUse"
477 gradientTransform="matrix(1,0,0,0.587604,4.082334,17.55158)" />
478 <linearGradient
479 inkscape:collect="always"
480 xlink:href="#linearGradient24230"
481 id="linearGradient24240"
482 gradientUnits="userSpaceOnUse"
483 gradientTransform="matrix(1,0,0,0.587604,12.05631,17.52556)"
484 x1="12.51301"
485 y1="30.585787"
486 x2="12.51301"
487 y2="16.885592" />
488 <linearGradient
489 inkscape:collect="always"
490 xlink:href="#linearGradient24230"
491 id="linearGradient24244"
492 gradientUnits="userSpaceOnUse"
493 gradientTransform="matrix(1,0,0,0.587604,20.05631,17.52556)"
494 x1="12.51301"
495 y1="30.585787"
496 x2="12.51301"
497 y2="16.885592" />
498 <linearGradient
499 inkscape:collect="always"
500 xlink:href="#linearGradient24266"
501 id="linearGradient24272"
502 x1="23.5"
503 y1="19.812498"
504 x2="23.5"
505 y2="12.687223"
506 gradientUnits="userSpaceOnUse"
507 gradientTransform="translate(-5.631256e-2,-1.904751)" />
508 <radialGradient
509 inkscape:collect="always"
510 xlink:href="#linearGradient24276"
511 id="radialGradient24282"
512 cx="24.90625"
513 cy="35.46875"
514 fx="24.90625"
515 fy="35.46875"
516 r="17.40625"
517 gradientTransform="matrix(1,0,0,0.321364,0,24.07035)"
518 gradientUnits="userSpaceOnUse" />
519 <linearGradient
520 inkscape:collect="always"
521 xlink:href="#linearGradient24290"
522 id="linearGradient24296"
523 x1="24.53125"
524 y1="19.0625"
525 x2="26.3125"
526 y2="40.25"
527 gradientUnits="userSpaceOnUse" />
528 </defs>
529 <sodipodi:namedview
530 stroke="#ef2929"
531 fill="#eeeeec"
532 id="base"
533 pagecolor="#ffffff"
534 bordercolor="#666666"
535 borderopacity="0.25490196"
536 inkscape:pageopacity="0.0"
537 inkscape:pageshadow="2"
538 inkscape:zoom="1"
539 inkscape:cx="28.237586"
540 inkscape:cy="23.130045"
541 inkscape:current-layer="layer1"
542 showgrid="false"
543 inkscape:grid-bbox="true"
544 inkscape:document-units="px"
545 inkscape:showpageshadow="false"
546 inkscape:window-width="1024"
547 inkscape:window-height="818"
548 inkscape:window-x="410"
549 inkscape:window-y="30" />
550 <metadata
551 id="metadata4">
552 <rdf:RDF>
553 <cc:Work
554 rdf:about="">
555 <dc:format>image/svg+xml</dc:format>
556 <dc:type
557 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
558 <dc:creator>
559 <cc:Agent>
560 <dc:title>Jakub Steiner</dc:title>
561 </cc:Agent>
562 </dc:creator>
563 <dc:source>http://jimmac.musichall.cz</dc:source>
564 <cc:license
565 rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
566 <dc:title>Desktop Preferences</dc:title>
567 <dc:subject>
568 <rdf:Bag>
569 <rdf:li>preferences</rdf:li>
570 <rdf:li>system</rdf:li>
571 <rdf:li>category</rdf:li>
572 </rdf:Bag>
573 </dc:subject>
574 </cc:Work>
575 <cc:License
576 rdf:about="http://creativecommons.org/licenses/publicdomain/">
577 <cc:permits
578 rdf:resource="http://creativecommons.org/ns#Reproduction" />
579 <cc:permits
580 rdf:resource="http://creativecommons.org/ns#Distribution" />
581 <cc:permits
582 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
583 </cc:License>
584 </rdf:RDF>
585 </metadata>
586 <g
587 id="layer1"
588 inkscape:label="Layer 1"
589 inkscape:groupmode="layer">
590 <g
591 transform="matrix(1.980175e-2,0,0,2.086758e-2,42.3611,37.40314)"
592 id="g6707">
593 <rect
594 style="opacity:0.40206185;color:black;fill:url(#linearGradient6715);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"
595 id="rect6709"
596 width="1339.6335"
597 height="478.35718"
598 x="-1559.2523"
599 y="-150.69685" />
600 <path
601 style="opacity:0.40206185;color:black;fill:url(#radialGradient6717);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"
602 d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z "
603 id="path6711"
604 sodipodi:nodetypes="cccc" />
605 <path
606 sodipodi:nodetypes="cccc"
607 id="path6713"
608 d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z "
609 style="opacity:0.40206185;color:black;fill:url(#radialGradient6719);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" />
610 </g>
611 <rect
612 ry="0.85863549"
613 rx="0.8586359"
614 y="16.595242"
615 x="8.526021"
616 height="23.868273"
617 width="32.026016"
618 id="rect11518"
619 style="opacity:1;color:#000000;fill:url(#radialGradient11526);fill-opacity:1;fill-rule:evenodd;stroke:#9b9b9b;stroke-width:1.00000107;stroke-linecap:butt;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
620 inkscape:r_cx="true"
621 inkscape:r_cy="true" />
622 <rect
623 style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
624 id="rect11528"
625 width="30.026011"
626 height="21.868261"
627 x="9.5260162"
628 y="17.595253"
629 rx="0"
630 ry="0"
631 inkscape:r_cx="true"
632 inkscape:r_cy="true" />
633 <rect
634 style="opacity:1;color:#000000;fill:url(#linearGradient24236);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
635 id="rect23355"
636 width="5.0260191"
637 height="9.9739799"
638 x="14.082334"
639 y="26.953245"
640 inkscape:r_cx="true"
641 inkscape:r_cy="true" />
642 <rect
643 inkscape:r_cy="true"
644 inkscape:r_cx="true"
645 y="26.927225"
646 x="22.056313"
647 height="9.9739799"
648 width="5.0260191"
649 id="rect24238"
650 style="opacity:1;color:#000000;fill:url(#linearGradient24240);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
651 <rect
652 style="opacity:1;color:#000000;fill:url(#linearGradient24244);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
653 id="rect24242"
654 width="5.0260191"
655 height="9.9739799"
656 x="30.056313"
657 y="26.927225"
658 inkscape:r_cx="true"
659 inkscape:r_cy="true" />
660 <rect
661 style="opacity:1;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:#9b9b9b;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
662 id="rect24246"
663 width="6.000001"
664 height="5.0190296"
665 x="13.608355"
666 y="26.434216"
667 inkscape:r_cx="true"
668 inkscape:r_cy="true" />
669 <rect
670 inkscape:r_cy="true"
671 inkscape:r_cx="true"
672 y="32.434219"
673 x="21.608353"
674 height="5.0190296"
675 width="6.000001"
676 id="rect24248"
677 style="opacity:1;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:#9b9b9b;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
678 <rect
679 style="opacity:1;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:#9b9b9b;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
680 id="rect24250"
681 width="6.000001"
682 height="5.0190296"
683 x="29.608353"
684 y="32.434219"
685 inkscape:r_cx="true"
686 inkscape:r_cy="true" />
687 <rect
688 style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
689 id="rect24252"
690 width="4.1083536"
691 height="3.0467544"
692 x="14.578023"
693 y="27.422916"
694 inkscape:r_cx="true"
695 inkscape:r_cy="true" />
696 <rect
697 inkscape:r_cy="true"
698 inkscape:r_cx="true"
699 y="33.453247"
700 x="22.5"
701 height="3.0467544"
702 width="4.1083536"
703 id="rect24254"
704 style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
705 <rect
706 style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
707 id="rect24256"
708 width="4.1083536"
709 height="3.0467544"
710 x="30.5"
711 y="33.453247"
712 inkscape:r_cx="true"
713 inkscape:r_cy="true" />
714 <path
715 style="opacity:1;color:#000000;fill:url(#linearGradient24272);fill-opacity:1;fill-rule:nonzero;stroke:#787878;stroke-width:0.99999964;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
716 d="M 8.4436874,18.595245 L 4.9436874,8.5952472 L 44.943687,8.5952472 L 40.631187,18.595245 L 8.4436874,18.595245 z "
717 id="path24258"
718 inkscape:r_cx="true"
719 inkscape:r_cy="true"
720 sodipodi:nodetypes="ccccc" />
721 <rect
722 style="opacity:1;color:#000000;fill:#dddddd;fill-opacity:1;fill-rule:nonzero;stroke:#9f9f9f;stroke-width:1.00000024;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
723 id="rect24260"
724 width="41.000019"
725 height="2.9375"
726 x="4.4436893"
727 y="8.5952492"
728 inkscape:r_cx="true"
729 inkscape:r_cy="true" />
730 <rect
731 style="opacity:1;color:#000000;fill:#dddddd;fill-opacity:1;fill-rule:nonzero;stroke:#9f9f9f;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
732 id="rect24262"
733 width="5.5625"
734 height="2"
735 x="11.443687"
736 y="17.595249"
737 inkscape:r_cx="true"
738 inkscape:r_cy="true"
739 rx="1"
740 ry="1" />
741 <rect
742 ry="1"
743 rx="1"
744 inkscape:r_cy="true"
745 inkscape:r_cx="true"
746 y="17.595249"
747 x="31.881187"
748 height="2"
749 width="5.5625"
750 id="rect24264"
751 style="opacity:1;color:#000000;fill:#dddddd;fill-opacity:1;fill-rule:nonzero;stroke:#9f9f9f;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
752 <rect
753 style="opacity:0.43406593;color:#000000;fill:#9f9f9f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
754 id="rect24284"
755 width="16.0625"
756 height="2"
757 x="13"
758 y="22"
759 inkscape:r_cx="true"
760 inkscape:r_cy="true"
761 rx="1"
762 ry="1" />
763 <path
764 style="opacity:0.83406587;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
765 d="M 5,11 L 5,9 L 45,9 L 44,10 L 6,10 L 5,11 z "
766 id="path24286"
767 inkscape:r_cx="true"
768 inkscape:r_cy="true" />
769 <path
770 style="opacity:0.0989011;color:#000000;fill:url(#linearGradient24296);fill-opacity:1.0;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
771 d="M 9,19.1875 L 9,26.21783 L 10,25.40533 C 26.722274,25.874463 30.770833,25.541667 39,30.625 L 40.0625,31.9375 L 40,19.0625 L 9,19.1875 z "
772 id="path24288"
773 inkscape:r_cx="true"
774 inkscape:r_cy="true"
775 sodipodi:nodetypes="ccccccc" />
776 </g>
777</svg>
diff --git a/icons/tango-svg/preferences-system.svg b/icons/tango-svg/preferences-system.svg
new file mode 100644
index 0000000000..d41028fc8d
--- /dev/null
+++ b/icons/tango-svg/preferences-system.svg
@@ -0,0 +1,398 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3<svg
4 xmlns:dc="http://purl.org/dc/elements/1.1/"
5 xmlns:cc="http://creativecommons.org/ns#"
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7 xmlns:svg="http://www.w3.org/2000/svg"
8 xmlns="http://www.w3.org/2000/svg"
9 xmlns:xlink="http://www.w3.org/1999/xlink"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 inkscape:export-ydpi="90.000000"
13 inkscape:export-xdpi="90.000000"
14 inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png"
15 width="48px"
16 height="48px"
17 id="svg11300"
18 sodipodi:version="0.32"
19 inkscape:version="0.46"
20 sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/categories"
21 sodipodi:docname="preferences-system.svg"
22 inkscape:output_extension="org.inkscape.output.svg.inkscape">
23 <defs
24 id="defs3">
25 <inkscape:perspective
26 sodipodi:type="inkscape:persp3d"
27 inkscape:vp_x="0 : 24 : 1"
28 inkscape:vp_y="0 : 1000 : 0"
29 inkscape:vp_z="48 : 24 : 1"
30 inkscape:persp3d-origin="24 : 16 : 1"
31 id="perspective60" />
32 <linearGradient
33 inkscape:collect="always"
34 id="linearGradient2250">
35 <stop
36 style="stop-color:#ffffff;stop-opacity:1;"
37 offset="0"
38 id="stop2252" />
39 <stop
40 style="stop-color:#ffffff;stop-opacity:0;"
41 offset="1"
42 id="stop2254" />
43 </linearGradient>
44 <linearGradient
45 inkscape:collect="always"
46 id="linearGradient2265">
47 <stop
48 style="stop-color:#000000;stop-opacity:1;"
49 offset="0"
50 id="stop2267" />
51 <stop
52 style="stop-color:#000000;stop-opacity:0;"
53 offset="1"
54 id="stop2269" />
55 </linearGradient>
56 <linearGradient
57 inkscape:collect="always"
58 id="linearGradient2257">
59 <stop
60 style="stop-color:#ffffff;stop-opacity:1;"
61 offset="0"
62 id="stop2259" />
63 <stop
64 style="stop-color:#ffffff;stop-opacity:0;"
65 offset="1"
66 id="stop2261" />
67 </linearGradient>
68 <linearGradient
69 id="linearGradient3087">
70 <stop
71 style="stop-color:#3465a4;stop-opacity:1;"
72 offset="0"
73 id="stop3089" />
74 <stop
75 id="stop3095"
76 offset="0"
77 style="stop-color:#9fbce1;stop-opacity:1;" />
78 <stop
79 style="stop-color:#6b95ca;stop-opacity:1;"
80 offset="0"
81 id="stop2242" />
82 <stop
83 id="stop2244"
84 offset="0.75"
85 style="stop-color:#3d6aa5;stop-opacity:1;" />
86 <stop
87 style="stop-color:#386eb4;stop-opacity:1;"
88 offset="1"
89 id="stop3091" />
90 </linearGradient>
91 <linearGradient
92 id="linearGradient3077">
93 <stop
94 style="stop-color:#98a0a9;stop-opacity:1;"
95 offset="0"
96 id="stop3079" />
97 <stop
98 style="stop-color:#c3d0dd;stop-opacity:1;"
99 offset="1"
100 id="stop3081" />
101 </linearGradient>
102 <linearGradient
103 id="linearGradient3061">
104 <stop
105 style="stop-color:#ffffff;stop-opacity:1;"
106 offset="0"
107 id="stop3063" />
108 <stop
109 style="stop-color:#000000;stop-opacity:1;"
110 offset="1"
111 id="stop3065" />
112 </linearGradient>
113 <linearGradient
114 id="linearGradient3049">
115 <stop
116 style="stop-color:#b6b6b6;stop-opacity:1;"
117 offset="0"
118 id="stop3051" />
119 <stop
120 id="stop2262"
121 offset="0.5"
122 style="stop-color:#f2f2f2;stop-opacity:1;" />
123 <stop
124 style="stop-color:#fafafa;stop-opacity:1;"
125 offset="0.67612958"
126 id="stop2264" />
127 <stop
128 id="stop2268"
129 offset="0.84051722"
130 style="stop-color:#d8d8d8;stop-opacity:1;" />
131 <stop
132 id="stop2266"
133 offset="0.875"
134 style="stop-color:#f2f2f2;stop-opacity:1;" />
135 <stop
136 style="stop-color:#dbdbdb;stop-opacity:1;"
137 offset="1"
138 id="stop3053" />
139 </linearGradient>
140 <linearGradient
141 inkscape:collect="always"
142 id="linearGradient3041">
143 <stop
144 style="stop-color:#000000;stop-opacity:1;"
145 offset="0"
146 id="stop3043" />
147 <stop
148 style="stop-color:#000000;stop-opacity:0;"
149 offset="1"
150 id="stop3045" />
151 </linearGradient>
152 <radialGradient
153 inkscape:collect="always"
154 xlink:href="#linearGradient3041"
155 id="radialGradient3047"
156 cx="24.8125"
157 cy="39.125"
158 fx="24.8125"
159 fy="39.125"
160 r="17.6875"
161 gradientTransform="matrix(1.000000,0.000000,0.000000,0.374558,7.194333e-15,24.47041)"
162 gradientUnits="userSpaceOnUse" />
163 <linearGradient
164 inkscape:collect="always"
165 xlink:href="#linearGradient3049"
166 id="linearGradient3055"
167 x1="19.648342"
168 y1="42.253601"
169 x2="20.631224"
170 y2="6.7758031"
171 gradientUnits="userSpaceOnUse"
172 gradientTransform="matrix(0.878270,0.000000,0.000000,0.878270,2.536988,4.967681)" />
173 <linearGradient
174 inkscape:collect="always"
175 xlink:href="#linearGradient3061"
176 id="linearGradient3067"
177 x1="50.152931"
178 y1="-3.6324477"
179 x2="25.291086"
180 y2="-4.3002653"
181 gradientUnits="userSpaceOnUse"
182 gradientTransform="matrix(0.878270,-1.375944e-15,1.375944e-15,0.878270,5.328299,1.650243)" />
183 <linearGradient
184 inkscape:collect="always"
185 xlink:href="#linearGradient3077"
186 id="linearGradient3083"
187 x1="38.227654"
188 y1="13.602527"
189 x2="37.53537"
190 y2="6.6285896"
191 gradientUnits="userSpaceOnUse"
192 gradientTransform="matrix(0.878270,0.000000,0.000000,0.878270,2.847503,5.588712)" />
193 <linearGradient
194 inkscape:collect="always"
195 xlink:href="#linearGradient3087"
196 id="linearGradient3093"
197 x1="9.7503242"
198 y1="32.28376"
199 x2="16.915297"
200 y2="39.443218"
201 gradientUnits="userSpaceOnUse"
202 gradientTransform="matrix(0.878270,0.000000,0.000000,0.878270,2.536988,4.967681)" />
203 <linearGradient
204 inkscape:collect="always"
205 xlink:href="#linearGradient2257"
206 id="linearGradient2263"
207 x1="12.004697"
208 y1="35.688461"
209 x2="10.650805"
210 y2="33.194965"
211 gradientUnits="userSpaceOnUse"
212 gradientTransform="matrix(1.007254,-2.636526e-2,2.636526e-2,1.007254,1.593411,7.919100e-2)" />
213 <linearGradient
214 inkscape:collect="always"
215 xlink:href="#linearGradient2265"
216 id="linearGradient2271"
217 x1="14.017542"
218 y1="36.942543"
219 x2="15.415793"
220 y2="38.268368"
221 gradientUnits="userSpaceOnUse"
222 gradientTransform="matrix(0.878099,-1.732370e-2,1.732370e-2,0.878099,2.163687,4.067899)" />
223 <linearGradient
224 inkscape:collect="always"
225 xlink:href="#linearGradient2250"
226 id="linearGradient2256"
227 x1="31.177404"
228 y1="19.821514"
229 x2="40.859177"
230 y2="9.6568537"
231 gradientUnits="userSpaceOnUse" />
232 <radialGradient
233 inkscape:collect="always"
234 xlink:href="#linearGradient3041"
235 id="radialGradient2260"
236 gradientUnits="userSpaceOnUse"
237 gradientTransform="matrix(1.000000,0.000000,0.000000,0.374558,7.272829e-15,24.47041)"
238 cx="24.8125"
239 cy="39.125"
240 fx="24.8125"
241 fy="39.125"
242 r="17.6875" />
243 </defs>
244 <sodipodi:namedview
245 stroke="#204a87"
246 fill="#3465a4"
247 id="base"
248 pagecolor="#ffffff"
249 bordercolor="#666666"
250 borderopacity="0.25490196"
251 inkscape:pageopacity="0.0"
252 inkscape:pageshadow="2"
253 inkscape:zoom="4"
254 inkscape:cx="19.425317"
255 inkscape:cy="26.37487"
256 inkscape:current-layer="layer1"
257 showgrid="false"
258 inkscape:grid-bbox="true"
259 inkscape:document-units="px"
260 inkscape:showpageshadow="false"
261 inkscape:window-width="1034"
262 inkscape:window-height="818"
263 inkscape:window-x="400"
264 inkscape:window-y="30" />
265 <metadata
266 id="metadata4">
267 <rdf:RDF>
268 <cc:Work
269 rdf:about="">
270 <dc:format>image/svg+xml</dc:format>
271 <dc:type
272 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
273 <dc:creator>
274 <cc:Agent>
275 <dc:title>Jakub Steiner</dc:title>
276 </cc:Agent>
277 </dc:creator>
278 <dc:source>http://jimmac.musichall.cz</dc:source>
279 <cc:license
280 rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
281 <dc:title>Preferences System</dc:title>
282 <dc:subject>
283 <rdf:Bag>
284 <rdf:li>preferences</rdf:li>
285 <rdf:li>settings</rdf:li>
286 <rdf:li>control panel</rdf:li>
287 <rdf:li>tweaks</rdf:li>
288 <rdf:li>system</rdf:li>
289 </rdf:Bag>
290 </dc:subject>
291 </cc:Work>
292 <cc:License
293 rdf:about="http://creativecommons.org/licenses/publicdomain/">
294 <cc:permits
295 rdf:resource="http://creativecommons.org/ns#Reproduction" />
296 <cc:permits
297 rdf:resource="http://creativecommons.org/ns#Distribution" />
298 <cc:permits
299 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
300 </cc:License>
301 </rdf:RDF>
302 </metadata>
303 <g
304 id="layer1"
305 inkscape:label="Layer 1"
306 inkscape:groupmode="layer">
307 <path
308 transform="matrix(0.751118,0.000000,0.000000,0.578703,17.04087,19.36341)"
309 d="M 42.5 39.125 A 17.6875 6.625 0 1 1 7.125,39.125 A 17.6875 6.625 0 1 1 42.5 39.125 z"
310 sodipodi:ry="6.625"
311 sodipodi:rx="17.6875"
312 sodipodi:cy="39.125"
313 sodipodi:cx="24.8125"
314 id="path2258"
315 style="opacity:0.19886367;color:#000000;fill:url(#radialGradient2260);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
316 sodipodi:type="arc" />
317 <path
318 sodipodi:type="arc"
319 style="opacity:0.3125;color:#000000;fill:url(#radialGradient3047);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
320 id="path3039"
321 sodipodi:cx="24.8125"
322 sodipodi:cy="39.125"
323 sodipodi:rx="17.6875"
324 sodipodi:ry="6.625"
325 d="M 42.5 39.125 A 17.6875 6.625 0 1 1 7.125,39.125 A 17.6875 6.625 0 1 1 42.5 39.125 z"
326 transform="matrix(0.836071,0.000000,0.000000,0.685436,-7.959607,15.71781)" />
327 <path
328 style="opacity:1;color:#000000;fill:url(#linearGradient3055);fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:0.9999997;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
329 d="M 17.906713,21.215676 L 36.899302,40.6474 C 37.667788,41.52567 40.102812,42.204461 41.729787,40.6474 C 43.300913,39.143787 42.937408,37.024536 41.400436,35.487563 L 23.176333,15.946056 C 25.426333,9.696056 20.872444,4.446488 14.997444,5.571488 L 13.73493,6.7242174 L 17.687145,10.456865 L 17.906713,13.750381 L 14.955871,16.443984 L 11.429472,16.05584 L 7.8066086,12.652544 C 7.8066086,12.652544 6.5364873,13.907448 6.5364873,13.907448 C 5.9457238,19.548765 11.844213,24.590676 17.906713,21.215676 z "
330 id="path2140"
331 sodipodi:nodetypes="cczcccccccccsc" />
332 <path
333 sodipodi:nodetypes="cczccccccccccc"
334 id="path3057"
335 d="M 18.117385,19.9401 L 37.320267,39.967712 C 37.915174,40.647605 39.800194,41.173077 41.059681,39.967712 C 42.275934,38.803723 41.994534,37.163152 40.804721,35.973338 L 22.313189,16.352183 C 23.813189,9.852183 20.454401,6.3475455 15.454401,6.4725455 L 15.18427,6.7459223 L 18.787193,9.982189 L 18.917359,14.163983 L 15.303442,17.462466 L 11.061136,17.004257 L 7.8845536,14.012776 L 7.5319165,14.442835 C 7.2194165,20.411585 14.023635,23.1276 18.117385,19.9401 z "
336 style="opacity:0.42613639;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.99999917;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
337 <rect
338 style="opacity:0.17045456;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3067);stroke-width:0.9999972;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
339 id="rect3059"
340 width="23.268276"
341 height="2.0554912"
342 x="28.185335"
343 y="-2.6184492"
344 rx="0.88388073"
345 ry="0.88388073"
346 transform="matrix(0.697938,0.716158,-0.716158,0.697938,0.000000,0.000000)" />
347 <path
348 style="opacity:1;color:#000000;fill:url(#linearGradient3083);fill-opacity:1;fill-rule:nonzero;stroke:#878f9d;stroke-width:0.9999997;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
349 d="M 22.498794,30.12538 C 23.332335,29.410917 35.782628,16.676871 35.782628,16.676871 L 38.856573,16.457303 L 43.687058,9.7604906 L 39.662731,6.1752987 L 33.405057,11.554705 L 33.405057,14.628651 L 20.670142,27.857593 C 20.066332,28.461403 21.730308,30.784082 22.498794,30.12538 z "
350 id="path2144"
351 sodipodi:nodetypes="ccccccccc" />
352 <path
353 sodipodi:nodetypes="ccccccccc"
354 id="path3085"
355 d="M 22.401987,29.085455 C 23.04876,28.531078 35.426388,15.855648 35.426388,15.855648 L 38.354971,15.607649 L 42.568887,9.945584 L 39.679156,7.3965946 L 34.202578,12.114067 L 34.357836,14.965022 L 21.681731,28.257345 C 21.213213,28.725863 21.805692,29.596565 22.401987,29.085455 z "
356 style="opacity:0.53977272;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2256);stroke-width:1.00000024;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
357 <path
358 style="color:#000000;fill:url(#linearGradient3093);fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:0.9999997;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible"
359 d="M 8.4653111,43.611561 C 9.7818986,45.07679 13.438996,45.739726 15.060755,42.901647 C 15.767862,41.664211 17.154698,38.198845 23.341883,32.630379 C 24.381029,31.696208 25.481792,29.559241 24.54863,28.406512 L 22.133387,25.991269 C 21.145334,24.893432 18.398973,25.40552 17.272212,26.942145 C 13.913455,31.538339 8.4261393,35.197025 7.1887023,35.638967 C 4.8207828,36.484652 5.0872917,39.975116 6.6538792,41.635454 L 8.4653111,43.611561 z "
360 id="path2142"
361 sodipodi:nodetypes="ccccccscc" />
362 <path
363 sodipodi:type="arc"
364 style="opacity:1;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#a1a1a1;stroke-width:1.13860166;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
365 id="path2146"
366 sodipodi:cx="41.875"
367 sodipodi:cy="37.5"
368 sodipodi:rx="1.375"
369 sodipodi:ry="1.375"
370 d="M 43.25 37.5 A 1.375 1.375 0 1 1 40.5,37.5 A 1.375 1.375 0 1 1 43.25 37.5 z"
371 transform="matrix(0.878270,0.000000,0.000000,0.878270,2.427204,5.077464)" />
372 <path
373 sodipodi:type="arc"
374 style="opacity:0.60227272;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
375 id="path3101"
376 sodipodi:cx="19.003494"
377 sodipodi:cy="28.20101"
378 sodipodi:rx="1.767767"
379 sodipodi:ry="1.767767"
380 d="M 20.771261 28.20101 A 1.767767 1.767767 0 1 1 17.235727,28.20101 A 1.767767 1.767767 0 1 1 20.771261 28.20101 z"
381 transform="matrix(0.570876,0.000000,0.000000,0.570876,9.154848,11.25111)" />
382 <path
383 style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2263);stroke-width:2.29450917;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
384 d="M 18.678905,29.624807 C 18.678905,29.624807 11.509014,36.92442 8.1502573,38.161857"
385 id="path3103"
386 sodipodi:nodetypes="cc" />
387 <path
388 sodipodi:nodetypes="csccccscc"
389 id="path2270"
390 d="M 8.8060013,42.48669 C 10.247267,44.232307 13.405535,44.647919 14.397161,42.116101 C 15.078468,40.376589 17.730783,36.450314 22.594745,32.072748 C 23.411654,31.338363 24.277003,29.658419 23.543411,28.752218 L 21.644704,26.853511 C 20.867961,25.990463 18.708951,26.393033 17.823164,27.601028 C 15.182728,31.214257 9.3398194,35.940582 7.9274145,36.406654 C 5.7406198,37.128264 6.1504221,39.627953 7.3819713,40.933203 L 8.8060013,42.48669 z "
391 style="color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.99999946;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;opacity:0.19886364" />
392 <path
393 style="opacity:0.27840911;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2271);stroke-width:2.29450917;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
394 d="M 20.824602,31.261024 C 20.824602,31.261024 13.501839,37.878429 11.910849,42.121069"
395 id="path2247"
396 sodipodi:nodetypes="cc" />
397 </g>
398</svg>
diff --git a/icons/tango-svg/software-update-available.svg b/icons/tango-svg/software-update-available.svg
new file mode 100644
index 0000000000..9a5a688be4
--- /dev/null
+++ b/icons/tango-svg/software-update-available.svg
@@ -0,0 +1,209 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3<svg
4 xmlns:dc="http://purl.org/dc/elements/1.1/"
5 xmlns:cc="http://creativecommons.org/ns#"
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7 xmlns:svg="http://www.w3.org/2000/svg"
8 xmlns="http://www.w3.org/2000/svg"
9 xmlns:xlink="http://www.w3.org/1999/xlink"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="48"
13 height="48"
14 id="svg7854"
15 sodipodi:version="0.32"
16 inkscape:version="0.46"
17 version="1.0"
18 sodipodi:docname="software-update-available.svg"
19 inkscape:output_extension="org.inkscape.output.svg.inkscape">
20 <defs
21 id="defs7856">
22 <inkscape:perspective
23 sodipodi:type="inkscape:persp3d"
24 inkscape:vp_x="0 : 24 : 1"
25 inkscape:vp_y="0 : 1000 : 0"
26 inkscape:vp_z="48 : 24 : 1"
27 inkscape:persp3d-origin="24 : 16 : 1"
28 id="perspective26" />
29 <linearGradient
30 inkscape:collect="always"
31 id="linearGradient5202">
32 <stop
33 style="stop-color:#ffffff;stop-opacity:1;"
34 offset="0"
35 id="stop5204" />
36 <stop
37 style="stop-color:#ffffff;stop-opacity:0;"
38 offset="1"
39 id="stop5206" />
40 </linearGradient>
41 <linearGradient
42 inkscape:collect="always"
43 id="linearGradient5190">
44 <stop
45 style="stop-color:#f57900;stop-opacity:1;"
46 offset="0"
47 id="stop5192" />
48 <stop
49 style="stop-color:#fcaf3e;stop-opacity:1"
50 offset="1"
51 id="stop5194" />
52 </linearGradient>
53 <linearGradient
54 inkscape:collect="always"
55 id="linearGradient5130">
56 <stop
57 style="stop-color:#000000;stop-opacity:1;"
58 offset="0"
59 id="stop5132" />
60 <stop
61 style="stop-color:#000000;stop-opacity:0;"
62 offset="1"
63 id="stop5134" />
64 </linearGradient>
65 <radialGradient
66 inkscape:collect="always"
67 xlink:href="#linearGradient5130"
68 id="radialGradient5136"
69 cx="22"
70 cy="38.5"
71 fx="22"
72 fy="38.5"
73 r="13"
74 gradientTransform="matrix(1,0,0,0.5,0,19.25)"
75 gradientUnits="userSpaceOnUse" />
76 <filter
77 inkscape:collect="always"
78 x="-0.17349398"
79 width="1.346988"
80 y="-0.34698795"
81 height="1.6939759"
82 id="filter5186">
83 <feGaussianBlur
84 inkscape:collect="always"
85 stdDeviation="1.8795181"
86 id="feGaussianBlur5188" />
87 </filter>
88 <radialGradient
89 inkscape:collect="always"
90 xlink:href="#linearGradient5190"
91 id="radialGradient5200"
92 gradientUnits="userSpaceOnUse"
93 gradientTransform="matrix(0,-1.2519025,47.292244,0,-1418.0196,57.3867)"
94 cx="21.525126"
95 cy="30.439341"
96 fx="21.525126"
97 fy="30.439341"
98 r="18.888176" />
99 <linearGradient
100 inkscape:collect="always"
101 xlink:href="#linearGradient5202"
102 id="linearGradient5208"
103 x1="22.109375"
104 y1="11.34375"
105 x2="22.109375"
106 y2="49.612667"
107 gradientUnits="userSpaceOnUse" />
108 </defs>
109 <sodipodi:namedview
110 id="base"
111 pagecolor="#ffffff"
112 bordercolor="#e0e0e0"
113 borderopacity="1"
114 gridtolerance="10000"
115 guidetolerance="10"
116 objecttolerance="10"
117 inkscape:pageopacity="0.0"
118 inkscape:pageshadow="2"
119 inkscape:zoom="1"
120 inkscape:cx="32.757166"
121 inkscape:cy="31.70708"
122 inkscape:document-units="px"
123 inkscape:current-layer="layer1"
124 width="48px"
125 height="48px"
126 inkscape:showpageshadow="false"
127 inkscape:window-width="1187"
128 inkscape:window-height="818"
129 inkscape:window-x="247"
130 inkscape:window-y="30"
131 showgrid="true">
132 <inkscape:grid
133 type="xygrid"
134 id="grid4614" />
135 </sodipodi:namedview>
136 <metadata
137 id="metadata7859">
138 <rdf:RDF>
139 <cc:Work
140 rdf:about="">
141 <dc:format>image/svg+xml</dc:format>
142 <dc:type
143 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
144 <dc:creator>
145 <cc:Agent>
146 <dc:title>Jakub Steiner</dc:title>
147 </cc:Agent>
148 </dc:creator>
149 <dc:source>http://jimmac.musichall.cz</dc:source>
150 <cc:license
151 rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
152 </cc:Work>
153 <cc:License
154 rdf:about="http://creativecommons.org/licenses/publicdomain/">
155 <cc:permits
156 rdf:resource="http://creativecommons.org/ns#Reproduction" />
157 <cc:permits
158 rdf:resource="http://creativecommons.org/ns#Distribution" />
159 <cc:permits
160 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
161 </cc:License>
162 </rdf:RDF>
163 </metadata>
164 <g
165 inkscape:label="Layer 1"
166 inkscape:groupmode="layer"
167 id="layer1">
168 <path
169 sodipodi:type="arc"
170 style="opacity:0.43373497;color:#000000;fill:url(#radialGradient5136);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter5186);enable-background:accumulate"
171 id="path4551"
172 sodipodi:cx="22"
173 sodipodi:cy="38.5"
174 sodipodi:rx="13"
175 sodipodi:ry="6.5"
176 d="M 35,38.5 A 13,6.5 0 1 1 9,38.5 A 13,6.5 0 1 1 35,38.5 z"
177 transform="matrix(1.3257204,0,0,1.3060079,-3.6937336,-12.797355)" />
178 <path
179 sodipodi:type="star"
180 style="opacity:1;color:#000000;fill:url(#radialGradient5200);fill-opacity:1;fill-rule:nonzero;stroke:#ce5c00;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
181 id="path4547"
182 sodipodi:sides="8"
183 sodipodi:cx="22.097088"
184 sodipodi:cy="22.720934"
185 sodipodi:r1="18.388176"
186 sodipodi:r2="12.035836"
187 sodipodi:arg1="0.78539816"
188 sodipodi:arg2="1.1780972"
189 inkscape:flatsided="false"
190 inkscape:rounded="0"
191 inkscape:randomized="0"
192 d="M 35.099492,35.723338 L 26.703003,33.840596 L 22.097088,41.10911 L 17.491173,33.840597 L 9.094684,35.723338 L 10.977425,27.32685 L 3.7089119,22.720934 L 10.977425,18.115019 L 9.0946839,9.71853 L 17.491172,11.601271 L 22.097088,4.3327579 L 26.703002,11.601271 L 35.099492,9.71853 L 33.21675,18.115018 L 40.485264,22.720934 L 33.216751,27.326849 L 35.099492,35.723338 z"
193 transform="matrix(1.1209343,0,0,1.1042669,-0.1974224,-1.3744715)" />
194 <path
195 sodipodi:type="inkscape:offset"
196 inkscape:radius="-0.97009587"
197 inkscape:original="M 22.09375 4.34375 L 17.5 11.59375 L 9.09375 9.71875 L 10.96875 18.125 L 3.71875 22.71875 L 10.96875 27.3125 L 9.09375 35.71875 L 17.5 33.84375 L 22.09375 41.09375 L 26.6875 33.84375 L 35.09375 35.71875 L 33.21875 27.3125 L 40.5 22.71875 L 33.21875 18.125 L 35.09375 9.71875 L 26.6875 11.59375 L 22.09375 4.34375 z "
198 xlink:href="#path4547"
199 style="opacity:0.3373494;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient5208);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
200 id="path5198"
201 inkscape:href="#path4547"
202 d="M 22.09375,6.15625 L 18.3125,12.125 C 18.087547,12.462771 17.676134,12.624843 17.28125,12.53125 L 10.375,11 L 11.90625,17.90625 C 11.999843,18.301134 11.837771,18.712547 11.5,18.9375 L 5.53125,22.71875 L 11.5,26.5 C 11.837771,26.724953 11.999843,27.136366 11.90625,27.53125 L 10.375,34.4375 L 17.28125,32.90625 C 17.676134,32.812657 18.087547,32.974729 18.3125,33.3125 L 22.09375,39.28125 L 25.875,33.3125 C 26.099953,32.974729 26.511366,32.812657 26.90625,32.90625 L 33.8125,34.4375 L 32.28125,27.53125 C 32.187657,27.136366 32.349729,26.724953 32.6875,26.5 L 38.6875,22.71875 L 32.6875,18.9375 C 32.349729,18.712547 32.187657,18.301134 32.28125,17.90625 L 33.8125,11 L 26.90625,12.53125 C 26.511366,12.624843 26.099953,12.462771 25.875,12.125 L 22.09375,6.15625 z"
203 transform="matrix(1.1263736,0,0,1.1263736,-0.2940419,-1.8085508)" />
204 <path
205 style="opacity:1;color:#000000;fill:#fed08e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.90702784;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
206 d="M 21.536458,18 C 20.842684,18 20.296875,18.599375 20.296875,19.348958 L 20.296875,25 L 16.359375,25 L 25.036458,32 L 33.203125,25 L 29.630208,25 L 29.630208,19.348958 C 29.630208,18.599374 29.047941,18 28.354167,18 L 21.536458,18 z"
207 id="rect4610" />
208 </g>
209</svg>
diff --git a/icons/tango-svg/start-here.svg b/icons/tango-svg/start-here.svg
new file mode 100644
index 0000000000..3f5313054c
--- /dev/null
+++ b/icons/tango-svg/start-here.svg
@@ -0,0 +1,492 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3<svg
4 xmlns:dc="http://purl.org/dc/elements/1.1/"
5 xmlns:cc="http://creativecommons.org/ns#"
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7 xmlns:svg="http://www.w3.org/2000/svg"
8 xmlns="http://www.w3.org/2000/svg"
9 xmlns:xlink="http://www.w3.org/1999/xlink"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 inkscape:export-ydpi="90.000000"
13 inkscape:export-xdpi="90.000000"
14 inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png"
15 width="48px"
16 height="48px"
17 id="svg11300"
18 sodipodi:version="0.32"
19 inkscape:version="0.46"
20 sodipodi:docbase="/home/garrett/Source/tango-icon-theme/scalable/places"
21 sodipodi:docname="start-here.svg"
22 inkscape:output_extension="org.inkscape.output.svg.inkscape">
23 <defs
24 id="defs3">
25 <inkscape:perspective
26 sodipodi:type="inkscape:persp3d"
27 inkscape:vp_x="0 : 24 : 1"
28 inkscape:vp_y="0 : 1000 : 0"
29 inkscape:vp_z="48 : 24 : 1"
30 inkscape:persp3d-origin="24 : 16 : 1"
31 id="perspective61" />
32 <linearGradient
33 inkscape:collect="always"
34 id="linearGradient4711">
35 <stop
36 style="stop-color:#000000;stop-opacity:1;"
37 offset="0"
38 id="stop4713" />
39 <stop
40 style="stop-color:#000000;stop-opacity:0;"
41 offset="1"
42 id="stop4715" />
43 </linearGradient>
44 <linearGradient
45 inkscape:collect="always"
46 id="linearGradient4697">
47 <stop
48 style="stop-color:#ffffff;stop-opacity:1;"
49 offset="0"
50 id="stop4699" />
51 <stop
52 style="stop-color:#ffffff;stop-opacity:0;"
53 offset="1"
54 id="stop4701" />
55 </linearGradient>
56 <linearGradient
57 id="linearGradient11520">
58 <stop
59 id="stop11522"
60 offset="0.0000000"
61 style="stop-color:#ffffff;stop-opacity:1.0000000;" />
62 <stop
63 id="stop11524"
64 offset="1.0000000"
65 style="stop-color:#dcdcdc;stop-opacity:1.0000000;" />
66 </linearGradient>
67 <linearGradient
68 id="linearGradient11508"
69 inkscape:collect="always">
70 <stop
71 id="stop11510"
72 offset="0"
73 style="stop-color:#000000;stop-opacity:1;" />
74 <stop
75 id="stop11512"
76 offset="1"
77 style="stop-color:#000000;stop-opacity:0;" />
78 </linearGradient>
79 <linearGradient
80 id="linearGradient11494"
81 inkscape:collect="always">
82 <stop
83 id="stop11496"
84 offset="0"
85 style="stop-color:#ef2929;stop-opacity:1;" />
86 <stop
87 id="stop11498"
88 offset="1"
89 style="stop-color:#ef2929;stop-opacity:0;" />
90 </linearGradient>
91 <linearGradient
92 id="linearGradient11415">
93 <stop
94 id="stop11417"
95 offset="0.0000000"
96 style="stop-color:#204a87;stop-opacity:0.0000000;" />
97 <stop
98 style="stop-color:#204a87;stop-opacity:1.0000000;"
99 offset="0.50000000"
100 id="stop11423" />
101 <stop
102 id="stop11419"
103 offset="1"
104 style="stop-color:#204a87;stop-opacity:0;" />
105 </linearGradient>
106 <linearGradient
107 id="linearGradient11399"
108 inkscape:collect="always">
109 <stop
110 id="stop11401"
111 offset="0"
112 style="stop-color:#000000;stop-opacity:1;" />
113 <stop
114 id="stop11403"
115 offset="1"
116 style="stop-color:#000000;stop-opacity:0;" />
117 </linearGradient>
118 <linearGradient
119 gradientTransform="translate(-60.28571,-0.285714)"
120 y2="34.462429"
121 x2="43.615788"
122 y1="3.7744560"
123 x1="15.828360"
124 gradientUnits="userSpaceOnUse"
125 id="linearGradient11425"
126 xlink:href="#linearGradient11415"
127 inkscape:collect="always" />
128 <linearGradient
129 gradientTransform="translate(-60.57143,0.000000)"
130 y2="39.033859"
131 x2="35.679932"
132 y1="9.3458843"
133 x1="9.6957054"
134 gradientUnits="userSpaceOnUse"
135 id="linearGradient11427"
136 xlink:href="#linearGradient11415"
137 inkscape:collect="always" />
138 <linearGradient
139 y2="33.462429"
140 x2="26.758644"
141 y1="19.774456"
142 x1="13.267134"
143 gradientTransform="translate(-60.85714,0.428571)"
144 gradientUnits="userSpaceOnUse"
145 id="linearGradient11439"
146 xlink:href="#linearGradient11415"
147 inkscape:collect="always" />
148 <radialGradient
149 r="8.5000000"
150 fy="39.142857"
151 fx="12.071428"
152 cy="39.142857"
153 cx="12.071428"
154 gradientTransform="matrix(1.000000,0.000000,0.000000,0.487395,0.000000,20.06483)"
155 gradientUnits="userSpaceOnUse"
156 id="radialGradient11441"
157 xlink:href="#linearGradient11399"
158 inkscape:collect="always" />
159 <radialGradient
160 gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
161 gradientUnits="userSpaceOnUse"
162 r="3.8335034"
163 fy="15.048258"
164 fx="27.577173"
165 cy="15.048258"
166 cx="27.577173"
167 id="radialGradient11500"
168 xlink:href="#linearGradient11494"
169 inkscape:collect="always" />
170 <radialGradient
171 r="3.8335034"
172 fy="16.049133"
173 fx="27.577173"
174 cy="16.049133"
175 cx="27.577173"
176 gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
177 gradientUnits="userSpaceOnUse"
178 id="radialGradient11504"
179 xlink:href="#linearGradient11494"
180 inkscape:collect="always" />
181 <radialGradient
182 gradientUnits="userSpaceOnUse"
183 gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,2.166583e-14,29.48178)"
184 r="6.5659914"
185 fy="44.565483"
186 fx="30.203562"
187 cy="44.565483"
188 cx="30.203562"
189 id="radialGradient11514"
190 xlink:href="#linearGradient11508"
191 inkscape:collect="always" />
192 <radialGradient
193 gradientTransform="matrix(1.995058,-1.651527e-32,0.000000,1.995058,-24.32488,-35.70087)"
194 gradientUnits="userSpaceOnUse"
195 r="20.530962"
196 fy="35.878170"
197 fx="24.445690"
198 cy="35.878170"
199 cx="24.445690"
200 id="radialGradient11526"
201 xlink:href="#linearGradient11520"
202 inkscape:collect="always" />
203 <radialGradient
204 r="6.5659914"
205 fy="44.565483"
206 fx="30.203562"
207 cy="44.565483"
208 cx="30.203562"
209 gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,3.185827e-15,29.48178)"
210 gradientUnits="userSpaceOnUse"
211 id="radialGradient11532"
212 xlink:href="#linearGradient11508"
213 inkscape:collect="always" />
214 <radialGradient
215 inkscape:collect="always"
216 xlink:href="#linearGradient11508"
217 id="radialGradient1348"
218 gradientUnits="userSpaceOnUse"
219 gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,-1.353344e-14,29.48178)"
220 cx="30.203562"
221 cy="44.565483"
222 fx="30.203562"
223 fy="44.565483"
224 r="6.5659914" />
225 <radialGradient
226 inkscape:collect="always"
227 xlink:href="#linearGradient11520"
228 id="radialGradient1350"
229 gradientUnits="userSpaceOnUse"
230 gradientTransform="matrix(1.995058,-1.651527e-32,0.000000,1.995058,-24.32488,-35.70087)"
231 cx="24.445690"
232 cy="35.878170"
233 fx="24.445690"
234 fy="35.878170"
235 r="20.530962" />
236 <radialGradient
237 inkscape:collect="always"
238 xlink:href="#linearGradient11494"
239 id="radialGradient1352"
240 gradientUnits="userSpaceOnUse"
241 gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
242 cx="27.577173"
243 cy="16.049133"
244 fx="27.577173"
245 fy="16.049133"
246 r="3.8335034" />
247 <radialGradient
248 inkscape:collect="always"
249 xlink:href="#linearGradient11494"
250 id="radialGradient1354"
251 gradientUnits="userSpaceOnUse"
252 gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
253 cx="27.577173"
254 cy="15.048258"
255 fx="27.577173"
256 fy="15.048258"
257 r="3.8335034" />
258 <radialGradient
259 inkscape:collect="always"
260 xlink:href="#linearGradient11508"
261 id="radialGradient1356"
262 gradientUnits="userSpaceOnUse"
263 gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,2.220359e-14,29.48178)"
264 cx="30.203562"
265 cy="44.565483"
266 fx="30.203562"
267 fy="44.565483"
268 r="6.5659914" />
269 <radialGradient
270 inkscape:collect="always"
271 xlink:href="#linearGradient11520"
272 id="radialGradient1366"
273 gradientUnits="userSpaceOnUse"
274 gradientTransform="matrix(2.049266,-1.696401e-32,0.000000,2.049266,-25.65002,-37.31089)"
275 cx="24.445690"
276 cy="35.878170"
277 fx="24.445690"
278 fy="35.878170"
279 r="20.530962" />
280 <linearGradient
281 inkscape:collect="always"
282 xlink:href="#linearGradient4697"
283 id="linearGradient4703"
284 x1="10.871767"
285 y1="15.555014"
286 x2="10.871767"
287 y2="54.634052"
288 gradientUnits="userSpaceOnUse" />
289 <linearGradient
290 inkscape:collect="always"
291 xlink:href="#linearGradient4697"
292 id="linearGradient4707"
293 gradientUnits="userSpaceOnUse"
294 x1="10.871767"
295 y1="15.555014"
296 x2="10.871767"
297 y2="54.634052"
298 gradientTransform="matrix(-1,0,0,1,49.62363,-9.63433)" />
299 <radialGradient
300 inkscape:collect="always"
301 xlink:href="#linearGradient4711"
302 id="radialGradient4717"
303 cx="23.864855"
304 cy="40.266018"
305 fx="23.864855"
306 fy="40.266018"
307 r="14.672465"
308 gradientTransform="matrix(1,0,0,0.340361,1.187419e-15,26.56102)"
309 gradientUnits="userSpaceOnUse" />
310 <radialGradient
311 inkscape:collect="always"
312 xlink:href="#linearGradient4711"
313 id="radialGradient4721"
314 gradientUnits="userSpaceOnUse"
315 gradientTransform="matrix(1,0,0,0.340361,-1.298439e-15,26.56102)"
316 cx="23.864855"
317 cy="40.266018"
318 fx="23.864855"
319 fy="40.266018"
320 r="14.672465" />
321 <linearGradient
322 inkscape:collect="always"
323 xlink:href="#linearGradient4697"
324 id="linearGradient3952"
325 gradientUnits="userSpaceOnUse"
326 x1="10.871767"
327 y1="15.555014"
328 x2="10.871767"
329 y2="54.634052" />
330 <linearGradient
331 inkscape:collect="always"
332 xlink:href="#linearGradient4697"
333 id="linearGradient3954"
334 gradientUnits="userSpaceOnUse"
335 gradientTransform="matrix(-1,0,0,1,49.62363,-9.63433)"
336 x1="10.871767"
337 y1="15.555014"
338 x2="10.871767"
339 y2="54.634052" />
340 </defs>
341 <sodipodi:namedview
342 stroke="#ef2929"
343 fill="#eeeeec"
344 id="base"
345 pagecolor="#ffffff"
346 bordercolor="#666666"
347 borderopacity="0.25490196"
348 inkscape:pageopacity="0.0"
349 inkscape:pageshadow="2"
350 inkscape:zoom="11.313708"
351 inkscape:cx="8.021467"
352 inkscape:cy="21.330644"
353 inkscape:current-layer="layer1"
354 showgrid="true"
355 inkscape:grid-bbox="true"
356 inkscape:document-units="px"
357 inkscape:showpageshadow="false"
358 inkscape:window-width="1032"
359 inkscape:window-height="818"
360 inkscape:window-x="0"
361 inkscape:window-y="30">
362 <inkscape:grid
363 id="GridFromPre046Settings"
364 type="xygrid"
365 originx="0px"
366 originy="0px"
367 spacingx="1px"
368 spacingy="1px"
369 color="#0000ff"
370 empcolor="#0000ff"
371 opacity="0.2"
372 empopacity="0.4"
373 empspacing="4" />
374 </sodipodi:namedview>
375 <metadata
376 id="metadata4">
377 <rdf:RDF>
378 <cc:Work
379 rdf:about="">
380 <dc:format>image/svg+xml</dc:format>
381 <dc:type
382 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
383 <dc:creator>
384 <cc:Agent>
385 <dc:title>Jakub Steiner</dc:title>
386 </cc:Agent>
387 </dc:creator>
388 <dc:source>http://jimmac.musichall.cz</dc:source>
389 <cc:license
390 rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
391 <dc:title>Start Here</dc:title>
392 <dc:description>To be replaced by vendor/distribution branding.</dc:description>
393 <dc:subject>
394 <rdf:Bag>
395 <rdf:li>start</rdf:li>
396 <rdf:li>applications</rdf:li>
397 <rdf:li>launchers</rdf:li>
398 </rdf:Bag>
399 </dc:subject>
400 <dc:contributor>
401 <cc:Agent>
402 <dc:title>Garrett LeSage</dc:title>
403 </cc:Agent>
404 </dc:contributor>
405 </cc:Work>
406 <cc:License
407 rdf:about="http://creativecommons.org/licenses/publicdomain/">
408 <cc:permits
409 rdf:resource="http://creativecommons.org/ns#Reproduction" />
410 <cc:permits
411 rdf:resource="http://creativecommons.org/ns#Distribution" />
412 <cc:permits
413 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
414 </cc:License>
415 </rdf:RDF>
416 </metadata>
417 <g
418 id="layer1"
419 inkscape:label="Layer 1"
420 inkscape:groupmode="layer">
421 <g
422 id="g15"
423 inkscape:r_cx="true"
424 inkscape:r_cy="true"
425 transform="matrix(0.582036,0,0,0.582076,-63.9369,-62.75444)" />
426 <g
427 id="g3946"
428 transform="matrix(0.99645,0,0,1.007814,-0.891385,0.197492)"
429 inkscape:r_cx="true"
430 inkscape:r_cy="true">
431 <g
432 style="fill:#3465a4;stroke:#204a87;stroke-width:2.13030815;stroke-miterlimit:4;stroke-dasharray:none"
433 transform="matrix(0.467989,0,0,0.468861,-45.74716,-42.20022)"
434 inkscape:r_cy="true"
435 inkscape:r_cx="true"
436 id="g9">
437 <path
438 style="fill:#3465a4;stroke:#204a87;stroke-width:2.13030815;stroke-miterlimit:4;stroke-dasharray:none"
439 inkscape:r_cy="true"
440 inkscape:r_cx="true"
441 d="M 148.52832,163.19141 C 148.26758,162.52539 147.9209,161.76758 147.49902,160.96484 L 144.86621,162.08984 C 142.99609,159.00586 142.88281,152.55859 143.23242,150.4751 C 144.07129,145.4751 146.37012,141.0542 144.79492,135.94482 C 142.9834,130.06885 139.11816,120.90479 132.90039,118.49854 C 129.3125,117.10986 126.57715,120.23877 124.8125,122.98584 C 122.10742,127.19775 120.62207,132.30615 120.15137,137.26416 C 119.61719,142.87744 120.96777,148.62744 123.6123,153.58594 C 126.15234,158.35156 130.41406,162.3457 132.11621,167.53906 L 129.81836,168.52148 C 129.98242,169.05469 130.16016,169.57031 130.35059,170.05469 C 132.2002,174.77539 138.41797,184.19141 144.86328,181 C 151.42285,177.75 150.68164,168.68945 148.52832,163.19141 z "
442 id="path11" />
443 <path
444 sodipodi:nodetypes="cccssssssccssc"
445 inkscape:r_cy="true"
446 inkscape:r_cx="true"
447 style="fill:#3465a4;stroke:#204a87;stroke-width:2.13030815;stroke-miterlimit:4;stroke-dasharray:none"
448 d="M 148.52832,163.19141 C 148.26758,162.52539 147.9209,161.76758 147.49902,160.96484 L 144.86621,162.08984 C 142.99609,159.00586 142.88281,152.55859 143.23242,150.4751 C 144.07129,145.4751 146.37012,141.0542 144.79492,135.94482 C 142.9834,130.06885 139.11816,120.90479 132.90039,118.49854 C 129.3125,117.10986 126.57715,120.23877 124.8125,122.98584 C 122.10742,127.19775 120.62207,132.30615 120.15137,137.26416 C 119.61719,142.87744 120.96777,148.62744 123.6123,153.58594 C 126.15234,158.35156 130.41406,162.3457 132.11621,167.53906 C 131.45735,167.7531 130.58431,168.19401 129.81836,168.52148 C 129.98242,169.05469 130.16016,169.57031 130.35059,170.05469 C 132.2002,174.77539 138.41797,184.19141 144.86328,181 C 151.42285,177.75 150.68164,168.68945 148.52832,163.19141 z "
449 id="path13" />
450 </g>
451 <path
452 inkscape:r_cy="true"
453 inkscape:r_cx="true"
454 style="opacity:0.53846154;fill:none;fill-opacity:1;stroke:url(#linearGradient3952);stroke-width:0.99788946;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
455 d="M 23.15264,35.402331 C 23.0545,35.149035 22.924012,34.86083 22.76522,34.555538 L 21.55328,35.248555 C 20.849382,34.075677 20.088378,30.676027 20.313336,28.65454 C 20.537003,26.644656 21.671118,23.657436 21.078226,21.714272 C 20.396384,19.479565 18.499596,15.198858 16.159278,14.28373 C 14.808825,13.755597 13.867858,15.418314 12.805702,17.404522 C 11.809153,19.268045 11.361039,21.656264 11.404842,23.409277 C 11.458404,25.552859 12.154071,27.598298 13.149451,29.48408 C 14.105502,31.296507 16.599743,34.90392 17.240418,36.879022 L 16.287138,37.296844 C 16.348889,37.499631 16.504177,37.651533 16.575853,37.835749 C 17.272032,39.631092 19.749562,42.824999 21.640566,41.733227 C 23.566023,40.621565 23.963133,37.493307 23.15264,35.402331 z "
456 id="path4667"
457 sodipodi:nodetypes="ccczsszssccszc" />
458 </g>
459 <g
460 id="g3940"
461 transform="matrix(0.996431,0,0,1.007807,-0.512841,-6.0774e-2)"
462 inkscape:r_cx="true"
463 inkscape:r_cy="true">
464 <g
465 id="g4657"
466 inkscape:r_cx="true"
467 inkscape:r_cy="true"
468 transform="matrix(-0.467989,0,0,0.468861,95.32836,-51.86619)"
469 style="fill:#729fcf;stroke:#3465a4;stroke-width:2.13033509;stroke-miterlimit:4;stroke-dasharray:none">
470 <path
471 id="path4659"
472 d="M 148.52832,163.19141 C 148.26758,162.52539 147.9209,161.76758 147.49902,160.96484 L 144.86621,162.08984 C 142.99609,159.00586 142.88281,152.55859 143.23242,150.4751 C 144.07129,145.4751 146.37012,141.0542 144.79492,135.94482 C 142.9834,130.06885 139.11816,120.90479 132.90039,118.49854 C 129.3125,117.10986 126.57715,120.23877 124.8125,122.98584 C 122.10742,127.19775 120.62207,132.30615 120.15137,137.26416 C 119.61719,142.87744 120.96777,148.62744 123.6123,153.58594 C 126.15234,158.35156 130.41406,162.3457 132.11621,167.53906 L 129.81836,168.52148 C 129.98242,169.05469 130.16016,169.57031 130.35059,170.05469 C 132.2002,174.77539 138.41797,184.19141 144.86328,181 C 151.42285,177.75 150.68164,168.68945 148.52832,163.19141 z "
473 inkscape:r_cx="true"
474 inkscape:r_cy="true"
475 style="fill:#729fcf;stroke:#3465a4;stroke-width:2.13033509;stroke-miterlimit:4;stroke-dasharray:none" />
476 <path
477 id="path4661"
478 d="M 148.52832,163.19141 C 148.26758,162.52539 147.9209,161.76758 147.49902,160.96484 L 144.86621,162.08984 C 142.99609,159.00586 142.88281,152.55859 143.23242,150.4751 C 144.07129,145.4751 146.37012,141.0542 144.79492,135.94482 C 142.9834,130.06885 139.11816,120.90479 132.90039,118.49854 C 129.3125,117.10986 126.57715,120.23877 124.8125,122.98584 C 122.10742,127.19775 120.62207,132.30615 120.15137,137.26416 C 119.61719,142.87744 120.96777,148.62744 123.6123,153.58594 C 126.15234,158.35156 130.41406,162.3457 132.11621,167.53906 L 129.81836,168.52148 C 129.98242,169.05469 130.16016,169.57031 130.35059,170.05469 C 132.2002,174.77539 138.41797,184.19141 144.86328,181 C 151.42285,177.75 150.68164,168.68945 148.52832,163.19141 z "
479 style="fill:#729fcf;stroke:#3465a4;stroke-width:2.13033509;stroke-miterlimit:4;stroke-dasharray:none"
480 inkscape:r_cx="true"
481 inkscape:r_cy="true" />
482 </g>
483 <path
484 sodipodi:nodetypes="ccczsszssccszc"
485 id="path4705"
486 d="M 26.470988,25.768001 C 26.569128,25.514705 26.699616,25.2265 26.858408,24.921208 L 28.070348,25.614225 C 28.774246,24.441347 29.53525,21.041697 29.310292,19.02021 C 29.086625,17.010326 27.95251,14.023106 28.545402,12.079942 C 29.227244,9.8452351 31.124032,5.5645281 33.46435,4.6494001 C 34.814803,4.1212671 35.75577,5.7839841 36.817926,7.7701921 C 37.814475,9.6337151 38.262589,12.021934 38.218786,13.774947 C 38.165224,15.918529 37.469557,17.963968 36.474177,19.84975 C 35.518126,21.662177 33.023885,25.26959 32.38321,27.244692 L 33.33649,27.662514 C 33.274739,27.865301 33.119451,28.017203 33.047775,28.201419 C 32.351596,29.996762 29.874066,33.190669 27.983062,32.098897 C 26.057605,30.987235 25.660495,27.858977 26.470988,25.768001 z "
487 style="opacity:0.53846154;fill:none;fill-opacity:1;stroke:url(#linearGradient3954);stroke-width:0.99790192;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
488 inkscape:r_cx="true"
489 inkscape:r_cy="true" />
490 </g>
491 </g>
492</svg>
diff --git a/icons/tango-svg/system-file-manager.svg b/icons/tango-svg/system-file-manager.svg
new file mode 100644
index 0000000000..99ad454a49
--- /dev/null
+++ b/icons/tango-svg/system-file-manager.svg
@@ -0,0 +1,317 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3<svg
4 xmlns:dc="http://purl.org/dc/elements/1.1/"
5 xmlns:cc="http://creativecommons.org/ns#"
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7 xmlns:svg="http://www.w3.org/2000/svg"
8 xmlns="http://www.w3.org/2000/svg"
9 xmlns:xlink="http://www.w3.org/1999/xlink"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="48px"
13 height="48px"
14 id="svg1288"
15 sodipodi:version="0.32"
16 inkscape:version="0.46"
17 sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/apps"
18 sodipodi:docname="system-file-manager.svg"
19 inkscape:output_extension="org.inkscape.output.svg.inkscape">
20 <defs
21 id="defs3">
22 <inkscape:perspective
23 sodipodi:type="inkscape:persp3d"
24 inkscape:vp_x="0 : 24 : 1"
25 inkscape:vp_y="0 : 1000 : 0"
26 inkscape:vp_z="48 : 24 : 1"
27 inkscape:persp3d-origin="24 : 16 : 1"
28 id="perspective43" />
29 <radialGradient
30 inkscape:collect="always"
31 xlink:href="#linearGradient5060"
32 id="radialGradient5031"
33 gradientUnits="userSpaceOnUse"
34 gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
35 cx="605.71429"
36 cy="486.64789"
37 fx="605.71429"
38 fy="486.64789"
39 r="117.14286" />
40 <linearGradient
41 inkscape:collect="always"
42 id="linearGradient5060">
43 <stop
44 style="stop-color:black;stop-opacity:1;"
45 offset="0"
46 id="stop5062" />
47 <stop
48 style="stop-color:black;stop-opacity:0;"
49 offset="1"
50 id="stop5064" />
51 </linearGradient>
52 <radialGradient
53 inkscape:collect="always"
54 xlink:href="#linearGradient5060"
55 id="radialGradient5029"
56 gradientUnits="userSpaceOnUse"
57 gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
58 cx="605.71429"
59 cy="486.64789"
60 fx="605.71429"
61 fy="486.64789"
62 r="117.14286" />
63 <linearGradient
64 id="linearGradient5048">
65 <stop
66 style="stop-color:black;stop-opacity:0;"
67 offset="0"
68 id="stop5050" />
69 <stop
70 id="stop5056"
71 offset="0.5"
72 style="stop-color:black;stop-opacity:1;" />
73 <stop
74 style="stop-color:black;stop-opacity:0;"
75 offset="1"
76 id="stop5052" />
77 </linearGradient>
78 <linearGradient
79 inkscape:collect="always"
80 xlink:href="#linearGradient5048"
81 id="linearGradient5027"
82 gradientUnits="userSpaceOnUse"
83 gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
84 x1="302.85715"
85 y1="366.64789"
86 x2="302.85715"
87 y2="609.50507" />
88 <linearGradient
89 id="linearGradient3085">
90 <stop
91 id="stop3087"
92 offset="0"
93 style="stop-color:#b47002;stop-opacity:1;" />
94 <stop
95 id="stop3089"
96 offset="1.0000000"
97 style="stop-color:#6b4301;stop-opacity:1.0000000;" />
98 </linearGradient>
99 <linearGradient
100 inkscape:collect="always"
101 id="linearGradient2368">
102 <stop
103 style="stop-color:#ffffff;stop-opacity:1;"
104 offset="0"
105 id="stop2370" />
106 <stop
107 style="stop-color:#ffffff;stop-opacity:0;"
108 offset="1"
109 id="stop2372" />
110 </linearGradient>
111 <linearGradient
112 inkscape:collect="always"
113 id="linearGradient2182">
114 <stop
115 style="stop-color:#000000;stop-opacity:1;"
116 offset="0"
117 id="stop2184" />
118 <stop
119 style="stop-color:#000000;stop-opacity:0;"
120 offset="1"
121 id="stop2186" />
122 </linearGradient>
123 <radialGradient
124 inkscape:collect="always"
125 xlink:href="#linearGradient2182"
126 id="radialGradient2188"
127 cx="25.357143"
128 cy="36.500000"
129 fx="25.357143"
130 fy="36.500000"
131 r="14.714286"
132 gradientTransform="matrix(1.000000,0.000000,0.000000,0.500000,-3.881442e-16,18.25000)"
133 gradientUnits="userSpaceOnUse" />
134 <linearGradient
135 inkscape:collect="always"
136 xlink:href="#linearGradient2368"
137 id="linearGradient2374"
138 x1="14.680550"
139 y1="7.2187386"
140 x2="38.694427"
141 y2="57.468739"
142 gradientUnits="userSpaceOnUse" />
143 <linearGradient
144 gradientUnits="userSpaceOnUse"
145 y2="19.168869"
146 x2="25.249994"
147 y1="23.568451"
148 x1="25.249994"
149 id="linearGradient3091"
150 xlink:href="#linearGradient3085"
151 inkscape:collect="always" />
152 <linearGradient
153 gradientTransform="translate(0.000000,13.11256)"
154 y2="19.168869"
155 x2="25.249994"
156 y1="23.568451"
157 x1="25.249994"
158 gradientUnits="userSpaceOnUse"
159 id="linearGradient3095"
160 xlink:href="#linearGradient3085"
161 inkscape:collect="always" />
162 </defs>
163 <sodipodi:namedview
164 stroke="#e9b96e"
165 fill="#e9b96e"
166 id="base"
167 pagecolor="#ffffff"
168 bordercolor="#666666"
169 borderopacity="0.14117647"
170 inkscape:pageopacity="0.0"
171 inkscape:pageshadow="2"
172 inkscape:zoom="1"
173 inkscape:cx="-125.54594"
174 inkscape:cy="-13.769376"
175 inkscape:current-layer="layer1"
176 showgrid="false"
177 inkscape:grid-bbox="true"
178 inkscape:document-units="px"
179 showborder="true"
180 inkscape:showpageshadow="false"
181 inkscape:window-width="878"
182 inkscape:window-height="818"
183 inkscape:window-x="370"
184 inkscape:window-y="30" />
185 <metadata
186 id="metadata4">
187 <rdf:RDF>
188 <cc:Work
189 rdf:about="">
190 <dc:format>image/svg+xml</dc:format>
191 <dc:type
192 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
193 <dc:title>File Manager</dc:title>
194 <dc:creator>
195 <cc:Agent>
196 <dc:title>Jakub Steiner</dc:title>
197 </cc:Agent>
198 </dc:creator>
199 <dc:source>http://jimmac.musichall.cz</dc:source>
200 <dc:subject>
201 <rdf:Bag>
202 <rdf:li>file</rdf:li>
203 <rdf:li>manager</rdf:li>
204 <rdf:li>copy</rdf:li>
205 <rdf:li>move</rdf:li>
206 <rdf:li>filesystem</rdf:li>
207 </rdf:Bag>
208 </dc:subject>
209 <cc:license
210 rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
211 </cc:Work>
212 <cc:License
213 rdf:about="http://creativecommons.org/licenses/publicdomain/">
214 <cc:permits
215 rdf:resource="http://creativecommons.org/ns#Reproduction" />
216 <cc:permits
217 rdf:resource="http://creativecommons.org/ns#Distribution" />
218 <cc:permits
219 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
220 </cc:License>
221 </rdf:RDF>
222 </metadata>
223 <g
224 id="layer1"
225 inkscape:label="Layer 1"
226 inkscape:groupmode="layer">
227 <g
228 id="g5022"
229 transform="matrix(1.949531e-2,0,0,2.086758e-2,42.61888,39.78964)">
230 <rect
231 y="-150.69685"
232 x="-1559.2523"
233 height="478.35718"
234 width="1339.6335"
235 id="rect4173"
236 style="opacity:0.40206185;color:black;fill:url(#linearGradient5027);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" />
237 <path
238 sodipodi:nodetypes="cccc"
239 id="path5058"
240 d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z "
241 style="opacity:0.40206185;color:black;fill:url(#radialGradient5029);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" />
242 <path
243 style="opacity:0.40206185;color:black;fill:url(#radialGradient5031);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"
244 d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z "
245 id="path5018"
246 sodipodi:nodetypes="cccc" />
247 </g>
248 <path
249 style="stroke-opacity:1.0000000;stroke-linejoin:round;stroke-linecap:round;stroke-width:1.0000000px;stroke:#444329;fill-rule:evenodd;fill-opacity:1.0;fill:#c17d11"
250 d="M 10.625000,11.625000 L 10.625000,42.625000 L 39.625000,42.625000 L 39.625000,11.625000 L 35.625000,7.6250000 L 14.625000,7.6250000 L 10.625000,11.625000 z "
251 id="path1414" />
252 <path
253 style="stroke-opacity:1.0000000;stroke-linejoin:miter;stroke-linecap:butt;stroke-width:1.0000000px;stroke:none;fill-rule:evenodd;fill-opacity:1.0000000;fill:#e9b96e"
254 d="M 14.849242,8.2252435 L 11.126209,12.041107 L 12.314694,12.291107 L 38.129165,12.291107 L 39.130150,12.041107 L 35.266951,8.2252435 L 14.849242,8.2252435 z "
255 id="path2380"
256 sodipodi:nodetypes="ccccccc" />
257 <rect
258 ry="0.92857140"
259 rx="0.92857140"
260 y="28.828430"
261 x="14.750000"
262 height="10.055458"
263 width="21.000000"
264 id="rect3083"
265 style="opacity:1.0000000;color:#000000;fill:#e9b96e;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#e9b96e;stroke-width:1.0000000px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans" />
266 <rect
267 style="opacity:1.0000000;color:#000000;fill:#b67610;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#7b500b;stroke-width:1.0000000px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
268 id="rect1416"
269 width="21.000000"
270 height="10.055458"
271 x="14.573223"
272 y="28.474876"
273 rx="0.92857140"
274 ry="0.92857140" />
275 <path
276 id="path2358"
277 d="M 11.680550,12.062494 L 11.680550,41.652758 L 38.569426,41.652758 L 38.569426,12.062494 L 35.166650,8.6597185 L 15.083327,8.6597185 L 11.680550,12.062494 z "
278 style="stroke-opacity:1.0000000;stroke-linejoin:miter;stroke-linecap:butt;stroke-width:1.0000000;stroke:url(#linearGradient2374);fill-rule:evenodd;fill-opacity:1.0;fill:none;stroke-dasharray:none;stroke-miterlimit:4.0000000"
279 sodipodi:nodetypes="ccccccc" />
280 <rect
281 style="opacity:1.0000000;color:#000000;fill:#e9b96e;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#e9b96e;stroke-width:1.0000000px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
282 id="rect3081"
283 width="21.000000"
284 height="10.055458"
285 x="14.750000"
286 y="15.715860"
287 rx="0.92857140"
288 ry="0.92857140" />
289 <rect
290 ry="0.92857140"
291 rx="0.92857140"
292 y="15.362308"
293 x="14.573223"
294 height="10.055458"
295 width="21.000000"
296 id="rect3077"
297 style="font-family:Bitstream Vera Sans;overflow:visible;display:inline;visibility:visible;stroke-opacity:1.0000000;stroke-dashoffset:0.0000000;stroke-dasharray:none;stroke-miterlimit:4.0000000;marker-end:none;marker-mid:none;marker-start:none;marker:none;stroke-linejoin:round;stroke-linecap:round;stroke-width:1.0000000px;stroke:#7b500b;fill-rule:evenodd;fill-opacity:1.0000000;fill:#b67610;color:#000000;opacity:1.0000000" />
298 <rect
299 style="opacity:1.0000000;color:#000000;fill:url(#linearGradient3091);fill-opacity:1.0000000;fill-rule:evenodd;stroke:#7b500b;stroke-width:0.99999923px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
300 id="rect3079"
301 width="6.7473836"
302 height="3.8216934"
303 x="21.743721"
304 y="21.569220"
305 rx="0.28662863"
306 ry="0.33735332" />
307 <rect
308 ry="0.33735332"
309 rx="0.28662863"
310 y="34.681808"
311 x="21.743721"
312 height="3.8216934"
313 width="6.7473836"
314 id="rect3093"
315 style="opacity:1.0000000;color:#000000;fill:url(#linearGradient3095);fill-opacity:1.0000000;fill-rule:evenodd;stroke:#7b500b;stroke-width:0.99999923px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans" />
316 </g>
317</svg>
diff --git a/icons/tango-svg/text-x-generic-template.svg b/icons/tango-svg/text-x-generic-template.svg
new file mode 100644
index 0000000000..f70eda469c
--- /dev/null
+++ b/icons/tango-svg/text-x-generic-template.svg
@@ -0,0 +1,778 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3<svg
4 xmlns:dc="http://purl.org/dc/elements/1.1/"
5 xmlns:cc="http://creativecommons.org/ns#"
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7 xmlns:svg="http://www.w3.org/2000/svg"
8 xmlns="http://www.w3.org/2000/svg"
9 xmlns:xlink="http://www.w3.org/1999/xlink"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="48.000000px"
13 height="48.000000px"
14 id="svg249"
15 sodipodi:version="0.32"
16 inkscape:version="0.46"
17 sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/mimetypes"
18 sodipodi:docname="text-x-generic-template.svg"
19 inkscape:export-filename="/home/jimmac/gfx/novell/pdes/trunk/docs/BIGmime-text.png"
20 inkscape:export-xdpi="240.00000"
21 inkscape:export-ydpi="240.00000"
22 inkscape:output_extension="org.inkscape.output.svg.inkscape">
23 <defs
24 id="defs3">
25 <inkscape:perspective
26 sodipodi:type="inkscape:persp3d"
27 inkscape:vp_x="0 : 24 : 1"
28 inkscape:vp_y="0 : 1000 : 0"
29 inkscape:vp_z="48 : 24 : 1"
30 inkscape:persp3d-origin="24 : 16 : 1"
31 id="perspective108" />
32 <radialGradient
33 inkscape:collect="always"
34 xlink:href="#linearGradient5060"
35 id="radialGradient6719"
36 gradientUnits="userSpaceOnUse"
37 gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
38 cx="605.71429"
39 cy="486.64789"
40 fx="605.71429"
41 fy="486.64789"
42 r="117.14286" />
43 <linearGradient
44 inkscape:collect="always"
45 id="linearGradient5060">
46 <stop
47 style="stop-color:black;stop-opacity:1;"
48 offset="0"
49 id="stop5062" />
50 <stop
51 style="stop-color:black;stop-opacity:0;"
52 offset="1"
53 id="stop5064" />
54 </linearGradient>
55 <radialGradient
56 inkscape:collect="always"
57 xlink:href="#linearGradient5060"
58 id="radialGradient6717"
59 gradientUnits="userSpaceOnUse"
60 gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
61 cx="605.71429"
62 cy="486.64789"
63 fx="605.71429"
64 fy="486.64789"
65 r="117.14286" />
66 <linearGradient
67 id="linearGradient5048">
68 <stop
69 style="stop-color:black;stop-opacity:0;"
70 offset="0"
71 id="stop5050" />
72 <stop
73 id="stop5056"
74 offset="0.5"
75 style="stop-color:black;stop-opacity:1;" />
76 <stop
77 style="stop-color:black;stop-opacity:0;"
78 offset="1"
79 id="stop5052" />
80 </linearGradient>
81 <linearGradient
82 inkscape:collect="always"
83 xlink:href="#linearGradient5048"
84 id="linearGradient6715"
85 gradientUnits="userSpaceOnUse"
86 gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
87 x1="302.85715"
88 y1="366.64789"
89 x2="302.85715"
90 y2="609.50507" />
91 <linearGradient
92 inkscape:collect="always"
93 id="linearGradient5853">
94 <stop
95 style="stop-color:#000000;stop-opacity:1;"
96 offset="0"
97 id="stop5855" />
98 <stop
99 style="stop-color:#000000;stop-opacity:0;"
100 offset="1"
101 id="stop5857" />
102 </linearGradient>
103 <linearGradient
104 id="linearGradient3531">
105 <stop
106 id="stop3533"
107 offset="0.0000000"
108 style="stop-color:#000000;stop-opacity:0.092783503;" />
109 <stop
110 id="stop3535"
111 offset="1.0000000"
112 style="stop-color:#000000;stop-opacity:0.0000000;" />
113 </linearGradient>
114 <linearGradient
115 id="linearGradient3519">
116 <stop
117 style="stop-color:#ffffff;stop-opacity:1.0000000;"
118 offset="0.0000000"
119 id="stop3521" />
120 <stop
121 style="stop-color:#ffffff;stop-opacity:0.0000000;"
122 offset="1.0000000"
123 id="stop3523" />
124 </linearGradient>
125 <linearGradient
126 id="linearGradient15662">
127 <stop
128 style="stop-color:#ffffff;stop-opacity:1.0000000;"
129 offset="0.0000000"
130 id="stop15664" />
131 <stop
132 style="stop-color:#f8f8f8;stop-opacity:1.0000000;"
133 offset="1.0000000"
134 id="stop15666" />
135 </linearGradient>
136 <linearGradient
137 id="linearGradient269">
138 <stop
139 style="stop-color:#a3a3a3;stop-opacity:1.0000000;"
140 offset="0.0000000"
141 id="stop270" />
142 <stop
143 style="stop-color:#4c4c4c;stop-opacity:1.0000000;"
144 offset="1.0000000"
145 id="stop271" />
146 </linearGradient>
147 <linearGradient
148 id="linearGradient259">
149 <stop
150 style="stop-color:#fafafa;stop-opacity:1.0000000;"
151 offset="0.0000000"
152 id="stop260" />
153 <stop
154 style="stop-color:#bbbbbb;stop-opacity:1.0000000;"
155 offset="1.0000000"
156 id="stop261" />
157 </linearGradient>
158 <radialGradient
159 r="37.751713"
160 fy="3.7561285"
161 fx="8.8244190"
162 cy="3.7561285"
163 cx="8.8244190"
164 gradientTransform="matrix(0.968273,0.000000,0.000000,1.032767,3.353553,0.646447)"
165 gradientUnits="userSpaceOnUse"
166 id="radialGradient15656"
167 xlink:href="#linearGradient269"
168 inkscape:collect="always" />
169 <radialGradient
170 r="86.708450"
171 fy="35.736916"
172 fx="33.966679"
173 cy="35.736916"
174 cx="33.966679"
175 gradientTransform="scale(0.960493,1.041132)"
176 gradientUnits="userSpaceOnUse"
177 id="radialGradient15658"
178 xlink:href="#linearGradient259"
179 inkscape:collect="always" />
180 <radialGradient
181 r="38.158695"
182 fy="7.2678967"
183 fx="8.1435566"
184 cy="7.2678967"
185 cx="8.1435566"
186 gradientTransform="matrix(0.968273,0.000000,0.000000,1.032767,3.353553,0.646447)"
187 gradientUnits="userSpaceOnUse"
188 id="radialGradient15668"
189 xlink:href="#linearGradient15662"
190 inkscape:collect="always" />
191 <linearGradient
192 inkscape:collect="always"
193 xlink:href="#linearGradient3519"
194 id="linearGradient3525"
195 gradientTransform="scale(0.668545,1.495785)"
196 x1="57.643562"
197 y1="8.6012535"
198 x2="34.242393"
199 y2="21.033955"
200 gradientUnits="userSpaceOnUse" />
201 <linearGradient
202 inkscape:collect="always"
203 xlink:href="#linearGradient3531"
204 id="linearGradient3529"
205 gradientUnits="userSpaceOnUse"
206 gradientTransform="matrix(-0.668545,0.000000,0.000000,1.495785,47.90649,0.000000)"
207 x1="57.643562"
208 y1="8.6012535"
209 x2="39.081673"
210 y2="20.923300" />
211 <radialGradient
212 inkscape:collect="always"
213 xlink:href="#linearGradient5853"
214 id="radialGradient5859"
215 cx="24.875"
216 cy="41.625"
217 fx="24.875"
218 fy="41.625"
219 r="16.625"
220 gradientTransform="matrix(0.834586,-4.742171e-18,1.889736e-18,0.332579,4.114662,27.78137)"
221 gradientUnits="userSpaceOnUse" />
222 </defs>
223 <sodipodi:namedview
224 id="base"
225 pagecolor="#ffffff"
226 bordercolor="#666666"
227 borderopacity="0.21568627"
228 inkscape:pageopacity="0.0"
229 inkscape:pageshadow="2"
230 inkscape:zoom="5.6568542"
231 inkscape:cx="-4.6258547"
232 inkscape:cy="34.239466"
233 inkscape:current-layer="layer6"
234 showgrid="false"
235 inkscape:grid-bbox="true"
236 inkscape:document-units="px"
237 inkscape:window-width="911"
238 inkscape:window-height="768"
239 inkscape:window-x="130"
240 inkscape:window-y="30"
241 inkscape:showpageshadow="false" />
242 <metadata
243 id="metadata4">
244 <rdf:RDF>
245 <cc:Work
246 rdf:about="">
247 <dc:format>image/svg+xml</dc:format>
248 <dc:type
249 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
250 <dc:title>Document Template</dc:title>
251 <dc:subject>
252 <rdf:Bag>
253 <rdf:li>template</rdf:li>
254 </rdf:Bag>
255 </dc:subject>
256 <dc:creator>
257 <cc:Agent>
258 <dc:title>Jakub Steiner</dc:title>
259 </cc:Agent>
260 </dc:creator>
261 <dc:source>http://jimmac.musichall.cz</dc:source>
262 <cc:license
263 rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
264 </cc:Work>
265 <cc:License
266 rdf:about="http://creativecommons.org/licenses/publicdomain/">
267 <cc:permits
268 rdf:resource="http://creativecommons.org/ns#Reproduction" />
269 <cc:permits
270 rdf:resource="http://creativecommons.org/ns#Distribution" />
271 <cc:permits
272 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
273 </cc:License>
274 </rdf:RDF>
275 </metadata>
276 <g
277 inkscape:label="Shadow"
278 id="layer6"
279 inkscape:groupmode="layer">
280 <g
281 style="display:inline"
282 transform="matrix(2.105461e-2,0,0,2.086758e-2,42.85172,41.1536)"
283 id="g6707">
284 <rect
285 style="opacity:0.40206185;color:black;fill:url(#linearGradient6715);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"
286 id="rect6709"
287 width="1339.6335"
288 height="478.35718"
289 x="-1559.2523"
290 y="-150.69685" />
291 <path
292 style="opacity:0.40206185;color:black;fill:url(#radialGradient6717);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"
293 d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z "
294 id="path6711"
295 sodipodi:nodetypes="cccc" />
296 <path
297 sodipodi:nodetypes="cccc"
298 id="path6713"
299 d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z "
300 style="opacity:0.40206185;color:black;fill:url(#radialGradient6719);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" />
301 </g>
302 </g>
303 <g
304 id="layer1"
305 inkscape:label="Base"
306 inkscape:groupmode="layer"
307 style="display:inline">
308 <rect
309 ry="1.1490486"
310 y="3.6464462"
311 x="6.6035528"
312 height="40.920494"
313 width="34.875000"
314 id="rect15391"
315 style="color:#000000;fill:url(#radialGradient15658);fill-opacity:1.0000000;fill-rule:nonzero;stroke:url(#radialGradient15656);stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:block;overflow:visible" />
316 <rect
317 rx="0.14904857"
318 ry="0.14904857"
319 y="4.5839462"
320 x="7.6660538"
321 height="38.946384"
322 width="32.775887"
323 id="rect15660"
324 style="color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:nonzero;stroke:url(#radialGradient15668);stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:block;overflow:visible" />
325 </g>
326 <g
327 style="display:inline"
328 inkscape:label="Text"
329 id="layer5"
330 inkscape:groupmode="layer">
331 <g
332 id="g3405"
333 transform="translate(-1.149045,0.000000)">
334 <path
335 d="M 26.339728 8.5787964 A 1.1490486 1.1490486 0 1 1 24.041631,8.5787964 A 1.1490486 1.1490486 0 1 1 26.339728 8.5787964 z"
336 sodipodi:ry="1.1490486"
337 sodipodi:rx="1.1490486"
338 sodipodi:cy="8.5787964"
339 sodipodi:cx="25.190680"
340 id="path3401"
341 style="fill:#ffffff;fill-opacity:1.0000000"
342 sodipodi:type="arc" />
343 <path
344 transform="translate(-0.353553,-0.265165)"
345 sodipodi:type="arc"
346 style="fill:#000000;fill-opacity:0.11111111"
347 id="path3403"
348 sodipodi:cx="25.190680"
349 sodipodi:cy="8.5787964"
350 sodipodi:rx="1.1490486"
351 sodipodi:ry="1.1490486"
352 d="M 26.339728 8.5787964 A 1.1490486 1.1490486 0 1 1 24.041631,8.5787964 A 1.1490486 1.1490486 0 1 1 26.339728 8.5787964 z" />
353 </g>
354 <g
355 id="g3409"
356 transform="translate(-1.149045,4.000000)">
357 <path
358 sodipodi:type="arc"
359 style="fill:#ffffff;fill-opacity:1.0000000"
360 id="path3411"
361 sodipodi:cx="25.190680"
362 sodipodi:cy="8.5787964"
363 sodipodi:rx="1.1490486"
364 sodipodi:ry="1.1490486"
365 d="M 26.339728 8.5787964 A 1.1490486 1.1490486 0 1 1 24.041631,8.5787964 A 1.1490486 1.1490486 0 1 1 26.339728 8.5787964 z" />
366 <path
367 d="M 26.339728 8.5787964 A 1.1490486 1.1490486 0 1 1 24.041631,8.5787964 A 1.1490486 1.1490486 0 1 1 26.339728 8.5787964 z"
368 sodipodi:ry="1.1490486"
369 sodipodi:rx="1.1490486"
370 sodipodi:cy="8.5787964"
371 sodipodi:cx="25.190680"
372 id="path3413"
373 style="fill:#000000;fill-opacity:0.11111111"
374 sodipodi:type="arc"
375 transform="translate(-0.353553,-0.265165)" />
376 </g>
377 <g
378 transform="translate(-1.149045,8.000000)"
379 id="g3415">
380 <path
381 d="M 26.339728 8.5787964 A 1.1490486 1.1490486 0 1 1 24.041631,8.5787964 A 1.1490486 1.1490486 0 1 1 26.339728 8.5787964 z"
382 sodipodi:ry="1.1490486"
383 sodipodi:rx="1.1490486"
384 sodipodi:cy="8.5787964"
385 sodipodi:cx="25.190680"
386 id="path3417"
387 style="fill:#ffffff;fill-opacity:1.0000000"
388 sodipodi:type="arc" />
389 <path
390 transform="translate(-0.353553,-0.265165)"
391 sodipodi:type="arc"
392 style="fill:#000000;fill-opacity:0.11111111"
393 id="path3419"
394 sodipodi:cx="25.190680"
395 sodipodi:cy="8.5787964"
396 sodipodi:rx="1.1490486"
397 sodipodi:ry="1.1490486"
398 d="M 26.339728 8.5787964 A 1.1490486 1.1490486 0 1 1 24.041631,8.5787964 A 1.1490486 1.1490486 0 1 1 26.339728 8.5787964 z" />
399 </g>
400 <g
401 id="g3421"
402 transform="translate(-1.149045,12.00000)">
403 <path
404 sodipodi:type="arc"
405 style="fill:#ffffff;fill-opacity:1.0000000"
406 id="path3423"
407 sodipodi:cx="25.190680"
408 sodipodi:cy="8.5787964"
409 sodipodi:rx="1.1490486"
410 sodipodi:ry="1.1490486"
411 d="M 26.339728 8.5787964 A 1.1490486 1.1490486 0 1 1 24.041631,8.5787964 A 1.1490486 1.1490486 0 1 1 26.339728 8.5787964 z" />
412 <path
413 d="M 26.339728 8.5787964 A 1.1490486 1.1490486 0 1 1 24.041631,8.5787964 A 1.1490486 1.1490486 0 1 1 26.339728 8.5787964 z"
414 sodipodi:ry="1.1490486"
415 sodipodi:rx="1.1490486"
416 sodipodi:cy="8.5787964"
417 sodipodi:cx="25.190680"
418 id="path3425"
419 style="fill:#000000;fill-opacity:0.11111111"
420 sodipodi:type="arc"
421 transform="translate(-0.353553,-0.265165)" />
422 </g>
423 <g
424 transform="translate(-1.149045,16.00000)"
425 id="g3427">
426 <path
427 d="M 26.339728 8.5787964 A 1.1490486 1.1490486 0 1 1 24.041631,8.5787964 A 1.1490486 1.1490486 0 1 1 26.339728 8.5787964 z"
428 sodipodi:ry="1.1490486"
429 sodipodi:rx="1.1490486"
430 sodipodi:cy="8.5787964"
431 sodipodi:cx="25.190680"
432 id="path3429"
433 style="fill:#ffffff;fill-opacity:1.0000000"
434 sodipodi:type="arc" />
435 <path
436 transform="translate(-0.353553,-0.265165)"
437 sodipodi:type="arc"
438 style="fill:#000000;fill-opacity:0.11111111"
439 id="path3431"
440 sodipodi:cx="25.190680"
441 sodipodi:cy="8.5787964"
442 sodipodi:rx="1.1490486"
443 sodipodi:ry="1.1490486"
444 d="M 26.339728 8.5787964 A 1.1490486 1.1490486 0 1 1 24.041631,8.5787964 A 1.1490486 1.1490486 0 1 1 26.339728 8.5787964 z" />
445 </g>
446 <g
447 id="g3433"
448 transform="translate(-1.149045,20.00000)">
449 <path
450 sodipodi:type="arc"
451 style="fill:#ffffff;fill-opacity:1.0000000"
452 id="path3435"
453 sodipodi:cx="25.190680"
454 sodipodi:cy="8.5787964"
455 sodipodi:rx="1.1490486"
456 sodipodi:ry="1.1490486"
457 d="M 26.339728 8.5787964 A 1.1490486 1.1490486 0 1 1 24.041631,8.5787964 A 1.1490486 1.1490486 0 1 1 26.339728 8.5787964 z" />
458 <path
459 d="M 26.339728 8.5787964 A 1.1490486 1.1490486 0 1 1 24.041631,8.5787964 A 1.1490486 1.1490486 0 1 1 26.339728 8.5787964 z"
460 sodipodi:ry="1.1490486"
461 sodipodi:rx="1.1490486"
462 sodipodi:cy="8.5787964"
463 sodipodi:cx="25.190680"
464 id="path3437"
465 style="fill:#000000;fill-opacity:0.11111111"
466 sodipodi:type="arc"
467 transform="translate(-0.353553,-0.265165)" />
468 </g>
469 <g
470 transform="translate(-1.149045,24.00000)"
471 id="g3439">
472 <path
473 d="M 26.339728 8.5787964 A 1.1490486 1.1490486 0 1 1 24.041631,8.5787964 A 1.1490486 1.1490486 0 1 1 26.339728 8.5787964 z"
474 sodipodi:ry="1.1490486"
475 sodipodi:rx="1.1490486"
476 sodipodi:cy="8.5787964"
477 sodipodi:cx="25.190680"
478 id="path3441"
479 style="fill:#ffffff;fill-opacity:1.0000000"
480 sodipodi:type="arc" />
481 <path
482 transform="translate(-0.353553,-0.265165)"
483 sodipodi:type="arc"
484 style="fill:#000000;fill-opacity:0.11111111"
485 id="path3443"
486 sodipodi:cx="25.190680"
487 sodipodi:cy="8.5787964"
488 sodipodi:rx="1.1490486"
489 sodipodi:ry="1.1490486"
490 d="M 26.339728 8.5787964 A 1.1490486 1.1490486 0 1 1 24.041631,8.5787964 A 1.1490486 1.1490486 0 1 1 26.339728 8.5787964 z" />
491 </g>
492 <g
493 id="g3445"
494 transform="translate(-1.149045,28.00000)">
495 <path
496 sodipodi:type="arc"
497 style="fill:#ffffff;fill-opacity:1.0000000"
498 id="path3447"
499 sodipodi:cx="25.190680"
500 sodipodi:cy="8.5787964"
501 sodipodi:rx="1.1490486"
502 sodipodi:ry="1.1490486"
503 d="M 26.339728 8.5787964 A 1.1490486 1.1490486 0 1 1 24.041631,8.5787964 A 1.1490486 1.1490486 0 1 1 26.339728 8.5787964 z" />
504 <path
505 d="M 26.339728 8.5787964 A 1.1490486 1.1490486 0 1 1 24.041631,8.5787964 A 1.1490486 1.1490486 0 1 1 26.339728 8.5787964 z"
506 sodipodi:ry="1.1490486"
507 sodipodi:rx="1.1490486"
508 sodipodi:cy="8.5787964"
509 sodipodi:cx="25.190680"
510 id="path3449"
511 style="fill:#000000;fill-opacity:0.11111111"
512 sodipodi:type="arc"
513 transform="translate(-0.353553,-0.265165)" />
514 </g>
515 <g
516 transform="translate(-1.149045,32.00000)"
517 id="g3451">
518 <path
519 d="M 26.339728 8.5787964 A 1.1490486 1.1490486 0 1 1 24.041631,8.5787964 A 1.1490486 1.1490486 0 1 1 26.339728 8.5787964 z"
520 sodipodi:ry="1.1490486"
521 sodipodi:rx="1.1490486"
522 sodipodi:cy="8.5787964"
523 sodipodi:cx="25.190680"
524 id="path3453"
525 style="fill:#ffffff;fill-opacity:1.0000000"
526 sodipodi:type="arc" />
527 <path
528 transform="translate(-0.353553,-0.265165)"
529 sodipodi:type="arc"
530 style="fill:#000000;fill-opacity:0.11111111"
531 id="path3455"
532 sodipodi:cx="25.190680"
533 sodipodi:cy="8.5787964"
534 sodipodi:rx="1.1490486"
535 sodipodi:ry="1.1490486"
536 d="M 26.339728 8.5787964 A 1.1490486 1.1490486 0 1 1 24.041631,8.5787964 A 1.1490486 1.1490486 0 1 1 26.339728 8.5787964 z" />
537 </g>
538 <g
539 id="g3457"
540 transform="translate(-3.502596,6.000000)">
541 <path
542 sodipodi:type="arc"
543 style="fill:#ffffff;fill-opacity:1.0000000"
544 id="path3459"
545 sodipodi:cx="25.190680"
546 sodipodi:cy="8.5787964"
547 sodipodi:rx="1.1490486"
548 sodipodi:ry="1.1490486"
549 d="M 26.339728 8.5787964 A 1.1490486 1.1490486 0 1 1 24.041631,8.5787964 A 1.1490486 1.1490486 0 1 1 26.339728 8.5787964 z" />
550 <path
551 d="M 26.339728 8.5787964 A 1.1490486 1.1490486 0 1 1 24.041631,8.5787964 A 1.1490486 1.1490486 0 1 1 26.339728 8.5787964 z"
552 sodipodi:ry="1.1490486"
553 sodipodi:rx="1.1490486"
554 sodipodi:cy="8.5787964"
555 sodipodi:cx="25.190680"
556 id="path3461"
557 style="fill:#000000;fill-opacity:0.11111111"
558 sodipodi:type="arc"
559 transform="translate(-0.353553,-0.265165)" />
560 </g>
561 <g
562 transform="translate(1.204508,6.000000)"
563 id="g3463">
564 <path
565 d="M 26.339728 8.5787964 A 1.1490486 1.1490486 0 1 1 24.041631,8.5787964 A 1.1490486 1.1490486 0 1 1 26.339728 8.5787964 z"
566 sodipodi:ry="1.1490486"
567 sodipodi:rx="1.1490486"
568 sodipodi:cy="8.5787964"
569 sodipodi:cx="25.190680"
570 id="path3465"
571 style="fill:#ffffff;fill-opacity:1.0000000"
572 sodipodi:type="arc" />
573 <path
574 transform="translate(-0.353553,-0.265165)"
575 sodipodi:type="arc"
576 style="fill:#000000;fill-opacity:0.11111111"
577 id="path3467"
578 sodipodi:cx="25.190680"
579 sodipodi:cy="8.5787964"
580 sodipodi:rx="1.1490486"
581 sodipodi:ry="1.1490486"
582 d="M 26.339728 8.5787964 A 1.1490486 1.1490486 0 1 1 24.041631,8.5787964 A 1.1490486 1.1490486 0 1 1 26.339728 8.5787964 z" />
583 </g>
584 <g
585 id="g3469"
586 transform="translate(3.204508,12.00000)">
587 <path
588 sodipodi:type="arc"
589 style="fill:#ffffff;fill-opacity:1.0000000"
590 id="path3471"
591 sodipodi:cx="25.190680"
592 sodipodi:cy="8.5787964"
593 sodipodi:rx="1.1490486"
594 sodipodi:ry="1.1490486"
595 d="M 26.339728 8.5787964 A 1.1490486 1.1490486 0 1 1 24.041631,8.5787964 A 1.1490486 1.1490486 0 1 1 26.339728 8.5787964 z" />
596 <path
597 d="M 26.339728 8.5787964 A 1.1490486 1.1490486 0 1 1 24.041631,8.5787964 A 1.1490486 1.1490486 0 1 1 26.339728 8.5787964 z"
598 sodipodi:ry="1.1490486"
599 sodipodi:rx="1.1490486"
600 sodipodi:cy="8.5787964"
601 sodipodi:cx="25.190680"
602 id="path3473"
603 style="fill:#000000;fill-opacity:0.11111111"
604 sodipodi:type="arc"
605 transform="translate(-0.353553,-0.265165)" />
606 </g>
607 <g
608 transform="translate(5.204508,18.00000)"
609 id="g3475">
610 <path
611 d="M 26.339728 8.5787964 A 1.1490486 1.1490486 0 1 1 24.041631,8.5787964 A 1.1490486 1.1490486 0 1 1 26.339728 8.5787964 z"
612 sodipodi:ry="1.1490486"
613 sodipodi:rx="1.1490486"
614 sodipodi:cy="8.5787964"
615 sodipodi:cx="25.190680"
616 id="path3477"
617 style="fill:#ffffff;fill-opacity:1.0000000"
618 sodipodi:type="arc" />
619 <path
620 transform="translate(-0.353553,-0.265165)"
621 sodipodi:type="arc"
622 style="fill:#000000;fill-opacity:0.11111111"
623 id="path3479"
624 sodipodi:cx="25.190680"
625 sodipodi:cy="8.5787964"
626 sodipodi:rx="1.1490486"
627 sodipodi:ry="1.1490486"
628 d="M 26.339728 8.5787964 A 1.1490486 1.1490486 0 1 1 24.041631,8.5787964 A 1.1490486 1.1490486 0 1 1 26.339728 8.5787964 z" />
629 </g>
630 <g
631 id="g3481"
632 transform="translate(7.204508,24.00000)">
633 <path
634 sodipodi:type="arc"
635 style="fill:#ffffff;fill-opacity:1.0000000"
636 id="path3483"
637 sodipodi:cx="25.190680"
638 sodipodi:cy="8.5787964"
639 sodipodi:rx="1.1490486"
640 sodipodi:ry="1.1490486"
641 d="M 26.339728 8.5787964 A 1.1490486 1.1490486 0 1 1 24.041631,8.5787964 A 1.1490486 1.1490486 0 1 1 26.339728 8.5787964 z" />
642 <path
643 d="M 26.339728 8.5787964 A 1.1490486 1.1490486 0 1 1 24.041631,8.5787964 A 1.1490486 1.1490486 0 1 1 26.339728 8.5787964 z"
644 sodipodi:ry="1.1490486"
645 sodipodi:rx="1.1490486"
646 sodipodi:cy="8.5787964"
647 sodipodi:cx="25.190680"
648 id="path3485"
649 style="fill:#000000;fill-opacity:0.11111111"
650 sodipodi:type="arc"
651 transform="translate(-0.353553,-0.265165)" />
652 </g>
653 <g
654 transform="translate(9.204482,30.00000)"
655 id="g3487">
656 <path
657 d="M 26.339728 8.5787964 A 1.1490486 1.1490486 0 1 1 24.041631,8.5787964 A 1.1490486 1.1490486 0 1 1 26.339728 8.5787964 z"
658 sodipodi:ry="1.1490486"
659 sodipodi:rx="1.1490486"
660 sodipodi:cy="8.5787964"
661 sodipodi:cx="25.190680"
662 id="path3489"
663 style="fill:#ffffff;fill-opacity:1.0000000"
664 sodipodi:type="arc" />
665 <path
666 transform="translate(-0.353553,-0.265165)"
667 sodipodi:type="arc"
668 style="fill:#000000;fill-opacity:0.11111111"
669 id="path3491"
670 sodipodi:cx="25.190680"
671 sodipodi:cy="8.5787964"
672 sodipodi:rx="1.1490486"
673 sodipodi:ry="1.1490486"
674 d="M 26.339728 8.5787964 A 1.1490486 1.1490486 0 1 1 24.041631,8.5787964 A 1.1490486 1.1490486 0 1 1 26.339728 8.5787964 z" />
675 </g>
676 <g
677 transform="translate(-5.502618,12.00000)"
678 id="g3493">
679 <path
680 d="M 26.339728 8.5787964 A 1.1490486 1.1490486 0 1 1 24.041631,8.5787964 A 1.1490486 1.1490486 0 1 1 26.339728 8.5787964 z"
681 sodipodi:ry="1.1490486"
682 sodipodi:rx="1.1490486"
683 sodipodi:cy="8.5787964"
684 sodipodi:cx="25.190680"
685 id="path3495"
686 style="fill:#ffffff;fill-opacity:1.0000000"
687 sodipodi:type="arc" />
688 <path
689 transform="translate(-0.353553,-0.265165)"
690 sodipodi:type="arc"
691 style="fill:#000000;fill-opacity:0.11111111"
692 id="path3497"
693 sodipodi:cx="25.190680"
694 sodipodi:cy="8.5787964"
695 sodipodi:rx="1.1490486"
696 sodipodi:ry="1.1490486"
697 d="M 26.339728 8.5787964 A 1.1490486 1.1490486 0 1 1 24.041631,8.5787964 A 1.1490486 1.1490486 0 1 1 26.339728 8.5787964 z" />
698 </g>
699 <g
700 id="g3499"
701 transform="translate(-7.502618,18.00000)">
702 <path
703 sodipodi:type="arc"
704 style="fill:#ffffff;fill-opacity:1.0000000"
705 id="path3501"
706 sodipodi:cx="25.190680"
707 sodipodi:cy="8.5787964"
708 sodipodi:rx="1.1490486"
709 sodipodi:ry="1.1490486"
710 d="M 26.339728 8.5787964 A 1.1490486 1.1490486 0 1 1 24.041631,8.5787964 A 1.1490486 1.1490486 0 1 1 26.339728 8.5787964 z" />
711 <path
712 d="M 26.339728 8.5787964 A 1.1490486 1.1490486 0 1 1 24.041631,8.5787964 A 1.1490486 1.1490486 0 1 1 26.339728 8.5787964 z"
713 sodipodi:ry="1.1490486"
714 sodipodi:rx="1.1490486"
715 sodipodi:cy="8.5787964"
716 sodipodi:cx="25.190680"
717 id="path3503"
718 style="fill:#000000;fill-opacity:0.11111111"
719 sodipodi:type="arc"
720 transform="translate(-0.353553,-0.265165)" />
721 </g>
722 <g
723 transform="translate(-9.502622,24.00000)"
724 id="g3505">
725 <path
726 d="M 26.339728 8.5787964 A 1.1490486 1.1490486 0 1 1 24.041631,8.5787964 A 1.1490486 1.1490486 0 1 1 26.339728 8.5787964 z"
727 sodipodi:ry="1.1490486"
728 sodipodi:rx="1.1490486"
729 sodipodi:cy="8.5787964"
730 sodipodi:cx="25.190680"
731 id="path3507"
732 style="fill:#ffffff;fill-opacity:1.0000000"
733 sodipodi:type="arc" />
734 <path
735 transform="translate(-0.353553,-0.265165)"
736 sodipodi:type="arc"
737 style="fill:#000000;fill-opacity:0.11111111"
738 id="path3509"
739 sodipodi:cx="25.190680"
740 sodipodi:cy="8.5787964"
741 sodipodi:rx="1.1490486"
742 sodipodi:ry="1.1490486"
743 d="M 26.339728 8.5787964 A 1.1490486 1.1490486 0 1 1 24.041631,8.5787964 A 1.1490486 1.1490486 0 1 1 26.339728 8.5787964 z" />
744 </g>
745 <g
746 id="g3511"
747 transform="translate(-11.50263,30.00000)">
748 <path
749 sodipodi:type="arc"
750 style="fill:#ffffff;fill-opacity:1.0000000"
751 id="path3513"
752 sodipodi:cx="25.190680"
753 sodipodi:cy="8.5787964"
754 sodipodi:rx="1.1490486"
755 sodipodi:ry="1.1490486"
756 d="M 26.339728 8.5787964 A 1.1490486 1.1490486 0 1 1 24.041631,8.5787964 A 1.1490486 1.1490486 0 1 1 26.339728 8.5787964 z" />
757 <path
758 d="M 26.339728 8.5787964 A 1.1490486 1.1490486 0 1 1 24.041631,8.5787964 A 1.1490486 1.1490486 0 1 1 26.339728 8.5787964 z"
759 sodipodi:ry="1.1490486"
760 sodipodi:rx="1.1490486"
761 sodipodi:cy="8.5787964"
762 sodipodi:cx="25.190680"
763 id="path3515"
764 style="fill:#000000;fill-opacity:0.11111111"
765 sodipodi:type="arc"
766 transform="translate(-0.353553,-0.265165)" />
767 </g>
768 <path
769 style="fill:url(#linearGradient3525);fill-opacity:1.0;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
770 d="M 22.892582,4.8664863 L 35.974058,43.580583 L 40.393475,43.492194 L 40.305087,4.4245445 L 22.892582,4.8664863 z "
771 id="path3517" />
772 <path
773 id="path3527"
774 d="M 23.864853,5.0432630 L 10.606601,43.050253 L 8.0433396,43.050252 L 8.0433392,5.0432629 L 23.864853,5.0432630 z "
775 style="fill:url(#linearGradient3529);fill-opacity:1.0;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
776 sodipodi:nodetypes="ccccc" />
777 </g>
778</svg>
diff --git a/icons/tango-svg/utilities-system-monitor.svg b/icons/tango-svg/utilities-system-monitor.svg
new file mode 100644
index 0000000000..8f4b9462e3
--- /dev/null
+++ b/icons/tango-svg/utilities-system-monitor.svg
@@ -0,0 +1,435 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3<svg
4 xmlns:dc="http://purl.org/dc/elements/1.1/"
5 xmlns:cc="http://creativecommons.org/ns#"
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7 xmlns:svg="http://www.w3.org/2000/svg"
8 xmlns="http://www.w3.org/2000/svg"
9 xmlns:xlink="http://www.w3.org/1999/xlink"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="48px"
13 height="48px"
14 id="svg1306"
15 sodipodi:version="0.32"
16 inkscape:version="0.46"
17 sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/apps"
18 sodipodi:docname="utilities-system-monitor.svg"
19 inkscape:output_extension="org.inkscape.output.svg.inkscape">
20 <defs
21 id="defs1308">
22 <inkscape:perspective
23 sodipodi:type="inkscape:persp3d"
24 inkscape:vp_x="0 : 24 : 1"
25 inkscape:vp_y="0 : 1000 : 0"
26 inkscape:vp_z="48 : 24 : 1"
27 inkscape:persp3d-origin="24 : 16 : 1"
28 id="perspective69" />
29 <radialGradient
30 inkscape:collect="always"
31 xlink:href="#linearGradient5060"
32 id="radialGradient5031"
33 gradientUnits="userSpaceOnUse"
34 gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
35 cx="605.71429"
36 cy="486.64789"
37 fx="605.71429"
38 fy="486.64789"
39 r="117.14286" />
40 <linearGradient
41 inkscape:collect="always"
42 id="linearGradient5060">
43 <stop
44 style="stop-color:black;stop-opacity:1;"
45 offset="0"
46 id="stop5062" />
47 <stop
48 style="stop-color:black;stop-opacity:0;"
49 offset="1"
50 id="stop5064" />
51 </linearGradient>
52 <radialGradient
53 inkscape:collect="always"
54 xlink:href="#linearGradient5060"
55 id="radialGradient5029"
56 gradientUnits="userSpaceOnUse"
57 gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
58 cx="605.71429"
59 cy="486.64789"
60 fx="605.71429"
61 fy="486.64789"
62 r="117.14286" />
63 <linearGradient
64 id="linearGradient5048">
65 <stop
66 style="stop-color:black;stop-opacity:0;"
67 offset="0"
68 id="stop5050" />
69 <stop
70 id="stop5056"
71 offset="0.5"
72 style="stop-color:black;stop-opacity:1;" />
73 <stop
74 style="stop-color:black;stop-opacity:0;"
75 offset="1"
76 id="stop5052" />
77 </linearGradient>
78 <linearGradient
79 inkscape:collect="always"
80 xlink:href="#linearGradient5048"
81 id="linearGradient5027"
82 gradientUnits="userSpaceOnUse"
83 gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
84 x1="302.85715"
85 y1="366.64789"
86 x2="302.85715"
87 y2="609.50507" />
88 <linearGradient
89 inkscape:collect="always"
90 id="linearGradient2223">
91 <stop
92 style="stop-color:#ffffff;stop-opacity:1;"
93 offset="0"
94 id="stop2225" />
95 <stop
96 style="stop-color:#ffffff;stop-opacity:0;"
97 offset="1"
98 id="stop2229" />
99 </linearGradient>
100 <linearGradient
101 id="linearGradient2222">
102 <stop
103 style="stop-color:#5187d6;stop-opacity:1;"
104 offset="0"
105 id="stop2224" />
106 <stop
107 style="stop-color:#1e4580;stop-opacity:1;"
108 offset="1"
109 id="stop2227" />
110 </linearGradient>
111 <linearGradient
112 id="linearGradient3090">
113 <stop
114 style="stop-color:#626c07;stop-opacity:1;"
115 offset="0"
116 id="stop3092" />
117 <stop
118 style="stop-color:#313603;stop-opacity:1;"
119 offset="1"
120 id="stop3094" />
121 </linearGradient>
122 <linearGradient
123 inkscape:collect="always"
124 id="linearGradient2238">
125 <stop
126 style="stop-color:#ffffff;stop-opacity:1;"
127 offset="0"
128 id="stop2240" />
129 <stop
130 style="stop-color:#ffffff;stop-opacity:0;"
131 offset="1"
132 id="stop2242" />
133 </linearGradient>
134 <linearGradient
135 id="linearGradient2224">
136 <stop
137 style="stop-color:#32342f;stop-opacity:0.54639173;"
138 offset="0.0000000"
139 id="stop2226" />
140 <stop
141 style="stop-color:#32342f;stop-opacity:0;"
142 offset="1"
143 id="stop2228" />
144 </linearGradient>
145 <linearGradient
146 id="linearGradient2214">
147 <stop
148 style="stop-color:#a9aaa7;stop-opacity:1.0000000;"
149 offset="0.0000000"
150 id="stop2216" />
151 <stop
152 style="stop-color:#676964;stop-opacity:1.0000000;"
153 offset="1.0000000"
154 id="stop2218" />
155 </linearGradient>
156 <linearGradient
157 id="linearGradient2206">
158 <stop
159 style="stop-color:#c3c6c0;stop-opacity:1.0000000;"
160 offset="0.0000000"
161 id="stop2208" />
162 <stop
163 style="stop-color:#e8eae6;stop-opacity:1.0000000;"
164 offset="1.0000000"
165 id="stop2210" />
166 </linearGradient>
167 <linearGradient
168 id="linearGradient2198">
169 <stop
170 style="stop-color:#32342f;stop-opacity:1;"
171 offset="0"
172 id="stop2200" />
173 <stop
174 style="stop-color:#171816;stop-opacity:1.0000000;"
175 offset="1.0000000"
176 id="stop2202" />
177 </linearGradient>
178 <linearGradient
179 inkscape:collect="always"
180 id="linearGradient2180">
181 <stop
182 style="stop-color:#ffffff;stop-opacity:1;"
183 offset="0"
184 id="stop2182" />
185 <stop
186 style="stop-color:#ffffff;stop-opacity:0;"
187 offset="1"
188 id="stop2184" />
189 </linearGradient>
190 <linearGradient
191 inkscape:collect="always"
192 xlink:href="#linearGradient2206"
193 id="linearGradient2212"
194 x1="25.861118"
195 y1="26.133587"
196 x2="18.300278"
197 y2="19.567596"
198 gradientUnits="userSpaceOnUse"
199 gradientTransform="matrix(0.952387,0.000000,0.000000,1.018339,1.142599,-1.941627)" />
200 <linearGradient
201 inkscape:collect="always"
202 xlink:href="#linearGradient2214"
203 id="linearGradient2220"
204 x1="0.0012142062"
205 y1="24.012266"
206 x2="47.998765"
207 y2="24.012266"
208 gradientUnits="userSpaceOnUse"
209 gradientTransform="matrix(0.952387,0.000000,0.000000,1.018339,1.142599,-1.941627)" />
210 <radialGradient
211 inkscape:collect="always"
212 xlink:href="#linearGradient2224"
213 id="radialGradient2230"
214 cx="24.041630"
215 cy="42.242130"
216 fx="24.041630"
217 fy="42.242130"
218 r="17.576654"
219 gradientTransform="matrix(1.000000,0.000000,0.000000,0.304598,-5.757924e-16,29.37527)"
220 gradientUnits="userSpaceOnUse" />
221 <linearGradient
222 inkscape:collect="always"
223 xlink:href="#linearGradient2238"
224 id="linearGradient2244"
225 x1="20.338758"
226 y1="19.636894"
227 x2="46.092255"
228 y2="39.708324"
229 gradientUnits="userSpaceOnUse"
230 gradientTransform="matrix(0.952387,0.000000,0.000000,1.015657,1.142599,-0.876325)" />
231 <linearGradient
232 inkscape:collect="always"
233 xlink:href="#linearGradient2180"
234 id="linearGradient1340"
235 gradientUnits="userSpaceOnUse"
236 gradientTransform="matrix(3.809547,0.000000,0.000000,1.750325,-16.00036,-15.78719)"
237 x1="8.8207808"
238 y1="12.53757"
239 x2="12.499243"
240 y2="24.238262" />
241 <radialGradient
242 inkscape:collect="always"
243 xlink:href="#linearGradient2222"
244 id="radialGradient2229"
245 cx="23.994133"
246 cy="32.266911"
247 fx="23.994133"
248 fy="32.266911"
249 r="19.088932"
250 gradientTransform="matrix(1.768625,-1.961257e-23,1.552064e-23,1.387102,-18.44248,-15.29268)"
251 gradientUnits="userSpaceOnUse" />
252 <linearGradient
253 inkscape:collect="always"
254 xlink:href="#linearGradient2223"
255 id="linearGradient2231"
256 x1="35.694206"
257 y1="37.333858"
258 x2="15.044075"
259 y2="5.9588566"
260 gradientUnits="userSpaceOnUse" />
261 </defs>
262 <sodipodi:namedview
263 id="base"
264 pagecolor="#ffffff"
265 bordercolor="#666666"
266 borderopacity="0.25490196"
267 inkscape:pageopacity="0.0"
268 inkscape:pageshadow="2"
269 inkscape:zoom="1"
270 inkscape:cx="-105.4283"
271 inkscape:cy="21.335249"
272 inkscape:current-layer="layer1"
273 showgrid="false"
274 inkscape:grid-bbox="true"
275 inkscape:document-units="px"
276 inkscape:window-width="1064"
277 inkscape:window-height="782"
278 inkscape:window-x="370"
279 inkscape:window-y="66"
280 inkscape:showpageshadow="false"
281 fill="#204a87" />
282 <metadata
283 id="metadata1311">
284 <rdf:RDF>
285 <cc:Work
286 rdf:about="">
287 <dc:format>image/svg+xml</dc:format>
288 <dc:type
289 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
290 <dc:title>System Monitor</dc:title>
291 <dc:date>2005-10-10</dc:date>
292 <dc:creator>
293 <cc:Agent>
294 <dc:title>Andreas Nilsson</dc:title>
295 </cc:Agent>
296 </dc:creator>
297 <dc:subject>
298 <rdf:Bag>
299 <rdf:li>system</rdf:li>
300 <rdf:li>monitor</rdf:li>
301 <rdf:li>performance</rdf:li>
302 </rdf:Bag>
303 </dc:subject>
304 <cc:license
305 rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
306 <dc:contributor>
307 <cc:Agent>
308 <dc:title>Jakub Steiner</dc:title>
309 </cc:Agent>
310 </dc:contributor>
311 </cc:Work>
312 <cc:License
313 rdf:about="http://creativecommons.org/licenses/publicdomain/">
314 <cc:permits
315 rdf:resource="http://creativecommons.org/ns#Reproduction" />
316 <cc:permits
317 rdf:resource="http://creativecommons.org/ns#Distribution" />
318 <cc:permits
319 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
320 </cc:License>
321 </rdf:RDF>
322 </metadata>
323 <g
324 id="layer1"
325 inkscape:label="Layer 1"
326 inkscape:groupmode="layer">
327 <g
328 id="g5022"
329 transform="matrix(2.454499e-2,0,0,2.086758e-2,45.89369,40.09109)">
330 <rect
331 y="-150.69685"
332 x="-1559.2523"
333 height="478.35718"
334 width="1339.6335"
335 id="rect4173"
336 style="opacity:0.40206185;color:black;fill:url(#linearGradient5027);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" />
337 <path
338 sodipodi:nodetypes="cccc"
339 id="path5058"
340 d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z "
341 style="opacity:0.40206185;color:black;fill:url(#radialGradient5029);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" />
342 <path
343 style="opacity:0.40206185;color:black;fill:url(#radialGradient5031);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"
344 d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z "
345 id="path5018"
346 sodipodi:nodetypes="cccc" />
347 </g>
348 <rect
349 style="opacity:1;fill:url(#linearGradient2212);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2220);stroke-width:0.9999997;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
350 id="rect1316"
351 width="44.759838"
352 height="41.701817"
353 x="1.6199486"
354 y="1.6600797"
355 rx="4.5659914"
356 ry="4.5659928" />
357 <rect
358 style="opacity:1;fill:url(#radialGradient2229);fill-opacity:1;fill-rule:evenodd;stroke:#173562;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
359 id="rect1314"
360 width="37.177864"
361 height="28.954594"
362 x="5.4052019"
363 y="5.4815545"
364 rx="1.6946707"
365 ry="1.694671" />
366 <path
367 style="opacity:1;fill:#ecffd9;fill-opacity:1;fill-rule:evenodd;stroke:#c3ea9b;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.41618497"
368 d="M 12.390689,20.935247 L 6.3688614,20.935247 L 6.3688614,22.152253 L 14.087646,22.152253 L 15.493568,16.239132 L 18.956082,29.936652 L 22.164804,19.116952 L 25.059348,25.028755 L 28.946308,21.516786 L 41.654736,21.516786 L 41.654736,19.457141 L 28.505235,19.457141 L 25.335019,22.596741 L 22.059557,15.937588 L 19.049723,24.112486 L 15.78119,11.248712 L 12.390689,20.935247 z "
369 id="path2188"
370 sodipodi:nodetypes="ccccccccccccccccc" />
371 <rect
372 style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2244);stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
373 id="rect2232"
374 width="42.894741"
375 height="39.646549"
376 x="2.553669"
377 y="2.6544337"
378 rx="4.1303334"
379 ry="4.1303344" />
380 <path
381 sodipodi:nodetypes="ccccccccccccccccc"
382 id="path3088"
383 d="M 11.515689,20.012278 L 6.3688614,20.012278 L 6.3688614,23.061029 L 14.962646,22.936029 L 15.618568,19.893387 L 18.963229,32.601726 L 22.539804,21.135091 L 25.059348,26.551191 L 29.321308,22.442609 L 41.654736,22.317609 L 40.904736,18.408071 L 28.505235,18.283071 L 25.460019,21.456026 L 22.059557,13.665616 L 19.424723,20.604266 L 15.90619,8.333659 L 11.515689,20.012278 z "
384 style="opacity:0.38068183;fill:#ecffd9;fill-opacity:1;fill-rule:evenodd;stroke:#c3ea9b;stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.41618497" />
385 <path
386 style="opacity:0.43181817;fill:url(#linearGradient1340);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
387 d="M 6.84375,6.96875 L 6.84375,15.795073 C 10.513653,16.483179 14.582567,16.875 18.875,16.875 C 27.810295,16.875 35.812258,15.21019 41.15625,12.596829 L 41.15625,6.96875 L 6.84375,6.96875 z "
388 id="rect2178"
389 sodipodi:nodetypes="ccsccc" />
390 <g
391 id="g3126"
392 style="opacity:0.07954544;fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
393 transform="translate(0.187500,0.687500)">
394 <path
395 style="opacity:1;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
396 d="M 39.125,37.8125 L 38.0625,37.34375 C 37.805688,37.204184 37.500156,37.125 37.1875,37.125 C 36.187,37.125 35.375,37.937 35.375,38.9375 C 35.375,39.938 36.187,40.75 37.1875,40.75 C 38.156734,40.75 38.951426,39.988481 39,39.03125 C 39.000392,39.02353 38.999705,39.007745 39,39 L 39.125,37.8125 z "
397 id="path3120"
398 sodipodi:nodetypes="ccsssscc" />
399 <path
400 sodipodi:nodetypes="ccsssscc"
401 id="path3122"
402 d="M 28.992526,37.544659 L 28.893139,38.709836 C 28.855813,38.999729 28.892396,39.313228 29.005385,39.604754 C 29.366952,40.537636 30.417519,41.001313 31.350402,40.639747 C 32.283284,40.27818 32.746961,39.227613 32.385394,38.29473 C 32.035127,37.391001 31.037884,36.925219 30.127792,37.225858 C 30.120452,37.228282 30.105982,37.234627 30.098654,37.237151 L 28.992526,37.544659 z "
403 style="opacity:1;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
404 <path
405 style="opacity:1;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
406 d="M 25.5,37.8125 L 24.5625,37.34375 C 24.305688,37.204184 24.000156,37.125 23.6875,37.125 C 22.687,37.125 21.875,37.937 21.875,38.9375 C 21.875,39.938 22.687,40.75 23.6875,40.75 C 24.656734,40.75 25.451426,39.988481 25.5,39.03125 C 25.500392,39.02353 25.499705,39.007745 25.5,39 L 25.5,37.8125 z "
407 id="path3124"
408 sodipodi:nodetypes="ccsssscc" />
409 </g>
410 <path
411 style="opacity:1;color:#000000;fill:#e0e2df;fill-opacity:1;fill-rule:nonzero;stroke:#9b9d99;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
412 d="M 39.125,37.8125 L 38.0625,37.34375 C 37.805688,37.204184 37.500156,37.125 37.1875,37.125 C 36.187,37.125 35.375,37.937 35.375,38.9375 C 35.375,39.938 36.187,40.75 37.1875,40.75 C 38.156734,40.75 38.951426,39.988481 39,39.03125 C 39.000392,39.02353 38.999705,39.007745 39,39 L 39.125,37.8125 z "
413 id="path3111"
414 sodipodi:nodetypes="ccsssscc" />
415 <path
416 sodipodi:nodetypes="ccsssscc"
417 id="path3116"
418 d="M 28.992526,37.544659 L 28.893139,38.709836 C 28.855813,38.999729 28.892396,39.313228 29.005385,39.604754 C 29.366952,40.537636 30.417519,41.001313 31.350402,40.639747 C 32.283284,40.27818 32.746961,39.227613 32.385394,38.29473 C 32.035127,37.391001 31.037884,36.925219 30.127792,37.225858 C 30.120452,37.228282 30.105982,37.234627 30.098654,37.237151 L 28.992526,37.544659 z "
419 style="opacity:1;color:#000000;fill:#e0e2df;fill-opacity:1;fill-rule:nonzero;stroke:#9b9d99;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
420 <path
421 style="opacity:1;color:#000000;fill:#e0e2df;fill-opacity:1;fill-rule:nonzero;stroke:#9b9d99;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
422 d="M 25.5,37.8125 L 24.5625,37.34375 C 24.305688,37.204184 24.000156,37.125 23.6875,37.125 C 22.687,37.125 21.875,37.937 21.875,38.9375 C 21.875,39.938 22.687,40.75 23.6875,40.75 C 24.656734,40.75 25.451426,39.988481 25.5,39.03125 C 25.500392,39.02353 25.499705,39.007745 25.5,39 L 25.5,37.8125 z "
423 id="path3118"
424 sodipodi:nodetypes="ccsssscc" />
425 <rect
426 ry="2.5696716"
427 rx="2.5696716"
428 y="4.635767"
429 x="4.3192058"
430 height="30.646179"
431 width="39.349869"
432 id="rect2221"
433 style="opacity:0.57386364;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2231);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
434 </g>
435</svg>
diff --git a/icons/tango-svg/video-display.svg b/icons/tango-svg/video-display.svg
new file mode 100644
index 0000000000..26fe3a9e80
--- /dev/null
+++ b/icons/tango-svg/video-display.svg
@@ -0,0 +1,488 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3<svg
4 xmlns:dc="http://purl.org/dc/elements/1.1/"
5 xmlns:cc="http://creativecommons.org/ns#"
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7 xmlns:svg="http://www.w3.org/2000/svg"
8 xmlns="http://www.w3.org/2000/svg"
9 xmlns:xlink="http://www.w3.org/1999/xlink"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="48.000000px"
13 height="48.000000px"
14 id="svg2327"
15 sodipodi:version="0.32"
16 inkscape:version="0.46"
17 sodipodi:docbase="/home/tigert/cvs/freedesktop.org/tango-icon-theme/scalable/devices"
18 sodipodi:docname="video-display.svg"
19 inkscape:output_extension="org.inkscape.output.svg.inkscape">
20 <defs
21 id="defs3">
22 <inkscape:perspective
23 sodipodi:type="inkscape:persp3d"
24 inkscape:vp_x="0 : 24 : 1"
25 inkscape:vp_y="0 : 1000 : 0"
26 inkscape:vp_z="48 : 24 : 1"
27 inkscape:persp3d-origin="24 : 16 : 1"
28 id="perspective71" />
29 <linearGradient
30 id="linearGradient2329">
31 <stop
32 id="stop2331"
33 offset="0.0000000"
34 style="stop-color:#ffffff;stop-opacity:1.0000000;" />
35 <stop
36 id="stop2333"
37 offset="1.0000000"
38 style="stop-color:#ffffff;stop-opacity:0.0000000;" />
39 </linearGradient>
40 <linearGradient
41 id="linearGradient2321"
42 inkscape:collect="always">
43 <stop
44 id="stop2323"
45 offset="0"
46 style="stop-color:#7b7f7a;stop-opacity:1;" />
47 <stop
48 id="stop2325"
49 offset="1"
50 style="stop-color:#7b7f7a;stop-opacity:0;" />
51 </linearGradient>
52 <linearGradient
53 id="linearGradient2711">
54 <stop
55 id="stop2713"
56 offset="0.0000000"
57 style="stop-color:#909090;stop-opacity:1.0000000;" />
58 <stop
59 id="stop2715"
60 offset="1.0000000"
61 style="stop-color:#bebebe;stop-opacity:0.0000000;" />
62 </linearGradient>
63 <linearGradient
64 id="linearGradient2701">
65 <stop
66 id="stop2703"
67 offset="0.0000000"
68 style="stop-color:#585956;stop-opacity:1.0000000;" />
69 <stop
70 id="stop2705"
71 offset="1.0000000"
72 style="stop-color:#bbbeb8;stop-opacity:1.0000000;" />
73 </linearGradient>
74 <linearGradient
75 id="linearGradient2683"
76 inkscape:collect="always">
77 <stop
78 id="stop2685"
79 offset="0"
80 style="stop-color:#000000;stop-opacity:1;" />
81 <stop
82 id="stop2687"
83 offset="1"
84 style="stop-color:#000000;stop-opacity:0;" />
85 </linearGradient>
86 <linearGradient
87 id="linearGradient2675">
88 <stop
89 id="stop2677"
90 offset="0.0000000"
91 style="stop-color:#5b5b97;stop-opacity:1.0000000;" />
92 <stop
93 id="stop2679"
94 offset="1.0000000"
95 style="stop-color:#1b1b43;stop-opacity:1.0000000;" />
96 </linearGradient>
97 <linearGradient
98 id="linearGradient2667">
99 <stop
100 id="stop2669"
101 offset="0.0000000"
102 style="stop-color:#ffffff;stop-opacity:1.0000000;" />
103 <stop
104 id="stop2671"
105 offset="1.0000000"
106 style="stop-color:#fcfcff;stop-opacity:0.0000000;" />
107 </linearGradient>
108 <linearGradient
109 inkscape:collect="always"
110 id="linearGradient2454">
111 <stop
112 style="stop-color:#000000;stop-opacity:1;"
113 offset="0"
114 id="stop2456" />
115 <stop
116 style="stop-color:#000000;stop-opacity:0;"
117 offset="1"
118 id="stop2458" />
119 </linearGradient>
120 <linearGradient
121 inkscape:collect="always"
122 id="linearGradient2415">
123 <stop
124 style="stop-color:#ffffff;stop-opacity:1;"
125 offset="0"
126 id="stop2417" />
127 <stop
128 style="stop-color:#ffffff;stop-opacity:0;"
129 offset="1"
130 id="stop2419" />
131 </linearGradient>
132 <linearGradient
133 id="linearGradient2253">
134 <stop
135 style="stop-color:#8f8f8f;stop-opacity:1.0000000;"
136 offset="0.0000000"
137 id="stop2255" />
138 <stop
139 style="stop-color:#494949;stop-opacity:1.0000000;"
140 offset="1.0000000"
141 id="stop2257" />
142 </linearGradient>
143 <linearGradient
144 id="linearGradient2245">
145 <stop
146 style="stop-color:#dde1d9;stop-opacity:1.0000000;"
147 offset="0.0000000"
148 id="stop2247" />
149 <stop
150 style="stop-color:#cacdc6;stop-opacity:1.0000000;"
151 offset="1.0000000"
152 id="stop2249" />
153 </linearGradient>
154 <linearGradient
155 inkscape:collect="always"
156 xlink:href="#linearGradient2245"
157 id="linearGradient2251"
158 gradientTransform="matrix(1.129863,0.000000,0.000000,0.885063,2.875000,1.570628)"
159 x1="8.6116238"
160 y1="7.2293582"
161 x2="34.784473"
162 y2="33.339787"
163 gradientUnits="userSpaceOnUse" />
164 <linearGradient
165 inkscape:collect="always"
166 xlink:href="#linearGradient2415"
167 id="linearGradient2421"
168 gradientTransform="matrix(1.108069,0.000000,0.000000,0.902471,5.500000,3.875000)"
169 x1="17.698339"
170 y1="13.004725"
171 x2="34.974548"
172 y2="55.200756"
173 gradientUnits="userSpaceOnUse" />
174 <radialGradient
175 inkscape:collect="always"
176 xlink:href="#linearGradient2454"
177 id="radialGradient2460"
178 gradientTransform="scale(1.925808,0.519262)"
179 cx="12.575710"
180 cy="67.501709"
181 fx="12.575710"
182 fy="67.501709"
183 r="8.7662794"
184 gradientUnits="userSpaceOnUse" />
185 <linearGradient
186 gradientUnits="userSpaceOnUse"
187 y2="26.729263"
188 x2="17.199417"
189 y1="1.6537577"
190 x1="11.492236"
191 gradientTransform="matrix(1.238977,0.000000,0.000000,0.895955,5.090553,1.543476)"
192 id="linearGradient2673"
193 xlink:href="#linearGradient2667"
194 inkscape:collect="always" />
195 <linearGradient
196 gradientUnits="userSpaceOnUse"
197 y2="8.8666229"
198 x2="16.315819"
199 y1="32.622238"
200 x1="19.150396"
201 gradientTransform="matrix(1.174139,0.000000,0.000000,0.945431,5.221825,1.543476)"
202 id="linearGradient2681"
203 xlink:href="#linearGradient2675"
204 inkscape:collect="always" />
205 <linearGradient
206 gradientUnits="userSpaceOnUse"
207 y2="162.45061"
208 x2="3.7069974"
209 y1="171.29134"
210 x1="3.7069976"
211 gradientTransform="matrix(5.705159,0.000000,0.000000,0.175280,5.500000,2.195627)"
212 id="linearGradient2689"
213 xlink:href="#linearGradient2683"
214 inkscape:collect="always" />
215 <linearGradient
216 gradientUnits="userSpaceOnUse"
217 y2="64.892525"
218 x2="12.127711"
219 y1="53.535141"
220 x1="12.206709"
221 gradientTransform="matrix(1.816345,0.000000,0.000000,1.278927,2.500000,-40.24508)"
222 id="linearGradient2707"
223 xlink:href="#linearGradient2701"
224 inkscape:collect="always" />
225 <linearGradient
226 gradientUnits="userSpaceOnUse"
227 y2="3.8451097"
228 x2="35.520542"
229 y1="3.9384086"
230 x1="34.300991"
231 id="linearGradient2717"
232 xlink:href="#linearGradient2711"
233 inkscape:collect="always" />
234 <linearGradient
235 y2="3.8451097"
236 x2="35.520542"
237 y1="3.9384086"
238 x1="34.300991"
239 gradientUnits="userSpaceOnUse"
240 id="linearGradient2721"
241 xlink:href="#linearGradient2711"
242 inkscape:collect="always" />
243 <linearGradient
244 y2="3.8451097"
245 x2="35.520542"
246 y1="3.9384086"
247 x1="34.300991"
248 gradientUnits="userSpaceOnUse"
249 id="linearGradient2725"
250 xlink:href="#linearGradient2711"
251 inkscape:collect="always" />
252 <linearGradient
253 y2="3.8451097"
254 x2="35.520542"
255 y1="3.9384086"
256 x1="34.300991"
257 gradientUnits="userSpaceOnUse"
258 id="linearGradient2729"
259 xlink:href="#linearGradient2711"
260 inkscape:collect="always" />
261 <linearGradient
262 y2="3.8451097"
263 x2="35.520542"
264 y1="3.9384086"
265 x1="34.300991"
266 gradientUnits="userSpaceOnUse"
267 id="linearGradient2733"
268 xlink:href="#linearGradient2711"
269 inkscape:collect="always" />
270 <linearGradient
271 y2="31.246054"
272 x2="32.536823"
273 y1="5.3817744"
274 x1="10.390738"
275 gradientTransform="matrix(1.104397,0.000000,0.000000,0.905471,4.500000,2.875000)"
276 gradientUnits="userSpaceOnUse"
277 id="linearGradient1561"
278 xlink:href="#linearGradient2253"
279 inkscape:collect="always" />
280 <linearGradient
281 gradientUnits="userSpaceOnUse"
282 y2="28.205938"
283 x2="-35.658386"
284 y1="33.416473"
285 x1="-35.658386"
286 id="linearGradient2327"
287 xlink:href="#linearGradient2321"
288 inkscape:collect="always" />
289 <linearGradient
290 gradientUnits="userSpaceOnUse"
291 y2="30.962345"
292 x2="-35.074745"
293 y1="34.242237"
294 x1="-35.122688"
295 id="linearGradient2337"
296 xlink:href="#linearGradient2329"
297 inkscape:collect="always" />
298 </defs>
299 <sodipodi:namedview
300 id="base"
301 pagecolor="#ffffff"
302 bordercolor="#666666"
303 borderopacity="0.12156863"
304 inkscape:pageopacity="0.0"
305 inkscape:pageshadow="2"
306 inkscape:zoom="5.6568542"
307 inkscape:cx="35.613813"
308 inkscape:cy="27.608256"
309 inkscape:current-layer="layer1"
310 showgrid="false"
311 inkscape:grid-bbox="true"
312 inkscape:document-units="px"
313 inkscape:window-width="854"
314 inkscape:window-height="756"
315 inkscape:window-x="211"
316 inkscape:window-y="92"
317 inkscape:showpageshadow="false" />
318 <metadata
319 id="metadata4">
320 <rdf:RDF>
321 <cc:Work
322 rdf:about="">
323 <dc:format>image/svg+xml</dc:format>
324 <dc:type
325 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
326 <dc:title>Video Display</dc:title>
327 <dc:date />
328 <dc:creator>
329 <cc:Agent>
330 <dc:title>Jakub Steiner</dc:title>
331 </cc:Agent>
332 </dc:creator>
333 <dc:subject>
334 <rdf:Bag>
335 <rdf:li>video</rdf:li>
336 <rdf:li>display</rdf:li>
337 <rdf:li>monitor</rdf:li>
338 <rdf:li>LCD</rdf:li>
339 <rdf:li>CRT</rdf:li>
340 </rdf:Bag>
341 </dc:subject>
342 <cc:license
343 rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
344 <dc:source>http://jimmac.musichall.cz/</dc:source>
345 </cc:Work>
346 <cc:License
347 rdf:about="http://creativecommons.org/licenses/publicdomain/">
348 <cc:permits
349 rdf:resource="http://creativecommons.org/ns#Reproduction" />
350 <cc:permits
351 rdf:resource="http://creativecommons.org/ns#Distribution" />
352 <cc:permits
353 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
354 </cc:License>
355 </rdf:RDF>
356 </metadata>
357 <g
358 id="layer1"
359 inkscape:label="Layer 1"
360 inkscape:groupmode="layer">
361 <path
362 sodipodi:type="arc"
363 style="opacity:0.50857143;overflow:visible;display:inline;visibility:visible;stroke-opacity:0.70063692;stroke-dashoffset:0.0000000;stroke-miterlimit:4.0000000;marker-end:none;marker-mid:none;marker-start:none;marker:none;stroke-linejoin:miter;stroke-linecap:round;stroke-width:1.0000000;stroke:none;fill-rule:evenodd;fill-opacity:1.0000000;fill:url(#radialGradient2460);color:#000000"
364 id="path2452"
365 sodipodi:cx="24.218407"
366 sodipodi:cy="35.051105"
367 sodipodi:rx="16.882174"
368 sodipodi:ry="4.5520000"
369 d="M 41.100580 35.051105 A 16.882174 4.5520000 0 1 1 7.3362331,35.051105 A 16.882174 4.5520000 0 1 1 41.100580 35.051105 z"
370 transform="matrix(1.050251,0.000000,0.000000,1.867888,-0.945558,-28.10611)" />
371 <path
372 sodipodi:type="arc"
373 style="color:#000000;fill:#adb0aa;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#4b4d4a;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
374 id="path2407"
375 sodipodi:cx="-35.658386"
376 sodipodi:cy="29.716238"
377 sodipodi:rx="9.3944187"
378 sodipodi:ry="3.9395950"
379 d="M -26.263968 29.716238 A 9.3944187 3.9395950 0 1 1 -45.052805,29.716238 A 9.3944187 3.9395950 0 1 1 -26.263968 29.716238 z"
380 transform="translate(60.03339,8.078430)" />
381 <path
382 transform="matrix(0.902373,0.000000,0.000000,0.827650,56.55215,12.86792)"
383 d="M -26.263968 29.716238 A 9.3944187 3.9395950 0 1 1 -45.052805,29.716238 A 9.3944187 3.9395950 0 1 1 -26.263968 29.716238 z"
384 sodipodi:ry="3.9395950"
385 sodipodi:rx="9.3944187"
386 sodipodi:cy="29.716238"
387 sodipodi:cx="-35.658386"
388 id="path1825"
389 style="color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:url(#linearGradient2327);stroke-width:1.1571338;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
390 sodipodi:type="arc" />
391 <path
392 sodipodi:type="arc"
393 style="color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:url(#linearGradient2337);stroke-width:1.1833371;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
394 id="path2983"
395 sodipodi:cx="-35.658386"
396 sodipodi:cy="29.716238"
397 sodipodi:rx="9.3944187"
398 sodipodi:ry="3.9395950"
399 d="M -26.263968 29.716238 A 9.3944187 3.9395950 0 1 1 -45.052805,29.716238 A 9.3944187 3.9395950 0 1 1 -26.263968 29.716238 z"
400 transform="matrix(0.837548,0.000000,0.000000,0.852655,54.17811,11.00615)" />
401 <rect
402 y="31.078613"
403 x="19.972397"
404 height="6.3650389"
405 width="9.0396729"
406 id="rect2699"
407 style="color:#000000;fill:url(#linearGradient2707);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.60872948;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" />
408 <path
409 style="color:#000000;fill:url(#linearGradient2251);fill-opacity:1.0000000;fill-rule:evenodd;stroke:url(#linearGradient1561);stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
410 d="M 7.5809024,4.5706221 L 41.169097,4.5706221 C 42.080439,4.5706221 42.793244,5.1541039 42.835849,5.9722091 L 44.167893,31.550323 C 44.226102,32.668058 43.266837,33.570628 42.147588,33.570628 L 6.6024120,33.570628 C 5.4831629,33.570628 4.5238980,32.668058 4.5821068,31.550323 L 5.9141506,5.9722091 C 5.9544343,5.1986745 6.4616533,4.5706221 7.5809024,4.5706221 z "
411 id="rect2404"
412 sodipodi:nodetypes="cssssssss" />
413 <path
414 sodipodi:nodetypes="ccccc"
415 id="path2377"
416 d="M 8.9105350,7.1808270 L 7.6683398,29.226144 L 39.318729,29.226144 L 37.983712,7.2742560 L 8.9105350,7.1808270 z "
417 style="fill:url(#linearGradient2681);fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000079;stroke-width:0.50000000;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" />
418 <path
419 sodipodi:nodetypes="cc"
420 style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:url(#linearGradient2689);stroke-width:0.99618119;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:0.24840762"
421 d="M 6.6774331,31.610789 L 42.105910,31.610789"
422 id="path2393" />
423 <path
424 sodipodi:nodetypes="cssssssss"
425 id="path2397"
426 d="M 7.4145985,5.5813396 L 41.260101,5.5435383 C 41.543798,5.5432214 41.819403,5.7807881 41.842206,6.1960820 L 43.204098,30.999330 C 43.262137,32.056361 42.664349,32.785201 41.605727,32.785201 L 7.0817583,32.785201 C 6.0231355,32.785201 5.4887439,32.056410 5.5458869,30.999330 L 6.8699773,6.5051630 C 6.9086732,5.7893326 7.0363626,5.5817620 7.4145985,5.5813396 z "
427 style="color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:url(#linearGradient2421);stroke-width:0.99999964;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:0.70063692;visibility:visible;display:inline;overflow:visible" />
428 <path
429 sodipodi:nodetypes="ccccc"
430 style="opacity:0.53142858;fill:url(#linearGradient2673);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.25000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
431 d="M 9.2115360,7.6213630 L 8.4090070,25.491693 C 19.453645,23.091063 23.830470,14.999494 37.563039,12.344943 L 37.401567,7.6874270 L 9.2115360,7.6213630 z "
432 id="path2443" />
433 <path
434 transform="matrix(1.331237,0.000000,0.000000,0.658449,-5.919330,5.728866)"
435 d="M 35.620504 3.9384086 A 0.83968931 0.83968931 0 1 1 33.941126,3.9384086 A 0.83968931 0.83968931 0 1 1 35.620504 3.9384086 z"
436 sodipodi:ry="0.83968931"
437 sodipodi:rx="0.83968931"
438 sodipodi:cy="3.9384086"
439 sodipodi:cx="34.780815"
440 id="path2709"
441 style="color:#000000;fill:url(#linearGradient2717);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.50000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
442 sodipodi:type="arc" />
443 <path
444 sodipodi:type="arc"
445 style="color:#000000;fill:url(#linearGradient2721);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.50000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
446 id="path2719"
447 sodipodi:cx="34.780815"
448 sodipodi:cy="3.9384086"
449 sodipodi:rx="0.83968931"
450 sodipodi:ry="0.83968931"
451 d="M 35.620504 3.9384086 A 0.83968931 0.83968931 0 1 1 33.941126,3.9384086 A 0.83968931 0.83968931 0 1 1 35.620504 3.9384086 z"
452 transform="matrix(1.331237,0.000000,0.000000,0.658449,-5.805730,7.834650)" />
453 <path
454 transform="matrix(1.331237,0.000000,0.000000,0.658449,-5.692130,9.834650)"
455 d="M 35.620504 3.9384086 A 0.83968931 0.83968931 0 1 1 33.941126,3.9384086 A 0.83968931 0.83968931 0 1 1 35.620504 3.9384086 z"
456 sodipodi:ry="0.83968931"
457 sodipodi:rx="0.83968931"
458 sodipodi:cy="3.9384086"
459 sodipodi:cx="34.780815"
460 id="path2723"
461 style="color:#000000;fill:url(#linearGradient2725);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.50000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
462 sodipodi:type="arc" />
463 <path
464 sodipodi:type="arc"
465 style="color:#000000;fill:url(#linearGradient2729);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.50000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
466 id="path2727"
467 sodipodi:cx="34.780815"
468 sodipodi:cy="3.9384086"
469 sodipodi:rx="0.83968931"
470 sodipodi:ry="0.83968931"
471 d="M 35.620504 3.9384086 A 0.83968931 0.83968931 0 1 1 33.941126,3.9384086 A 0.83968931 0.83968931 0 1 1 35.620504 3.9384086 z"
472 transform="matrix(1.331237,0.000000,0.000000,0.658449,-5.578530,11.83465)" />
473 <path
474 transform="matrix(1.331237,0.000000,0.000000,0.658449,-5.464930,13.83465)"
475 d="M 35.620504 3.9384086 A 0.83968931 0.83968931 0 1 1 33.941126,3.9384086 A 0.83968931 0.83968931 0 1 1 35.620504 3.9384086 z"
476 sodipodi:ry="0.83968931"
477 sodipodi:rx="0.83968931"
478 sodipodi:cy="3.9384086"
479 sodipodi:cx="34.780815"
480 id="path2731"
481 style="color:#000000;fill:url(#linearGradient2733);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.50000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
482 sodipodi:type="arc" />
483 <path
484 id="text2735"
485 d="M 22.500000,30.192666 L 22.781716,30.192666 C 22.865481,30.192667 22.929701,30.211330 22.974376,30.248656 C 23.019345,30.285690 23.041829,30.338594 23.041830,30.407370 C 23.041829,30.476440 23.019345,30.529638 22.974376,30.566965 C 22.929701,30.603998 22.865481,30.622515 22.781716,30.622515 L 22.669735,30.622515 L 22.669735,30.850885 L 22.500000,30.850885 L 22.500000,30.192666 M 22.669735,30.315669 L 22.669735,30.499512 L 22.763640,30.499512 C 22.796558,30.499512 22.821982,30.491576 22.839911,30.475705 C 22.857839,30.459540 22.866804,30.436762 22.866804,30.407370 C 22.866804,30.377979 22.857839,30.355348 22.839911,30.339476 C 22.821982,30.323605 22.796558,30.315669 22.763640,30.315669 L 22.669735,30.315669 M 23.461979,30.303765 C 23.410250,30.303766 23.370131,30.322870 23.341621,30.361078 C 23.313112,30.399288 23.298857,30.453074 23.298857,30.522437 C 23.298857,30.591507 23.313112,30.645146 23.341621,30.683355 C 23.370131,30.721564 23.410250,30.740668 23.461979,30.740668 C 23.514001,30.740668 23.554267,30.721564 23.582778,30.683355 C 23.611287,30.645146 23.625541,30.591507 23.625542,30.522437 C 23.625541,30.453074 23.611287,30.399288 23.582778,30.361078 C 23.554267,30.322870 23.514001,30.303766 23.461979,30.303765 M 23.461979,30.180762 C 23.567787,30.180763 23.650671,30.211036 23.710630,30.271582 C 23.770588,30.332128 23.800567,30.415747 23.800568,30.522437 C 23.800567,30.628834 23.770588,30.712305 23.710630,30.772851 C 23.650671,30.833398 23.567787,30.863671 23.461979,30.863671 C 23.356464,30.863671 23.273580,30.833398 23.213328,30.772851 C 23.153370,30.712305 23.123391,30.628834 23.123391,30.522437 C 23.123391,30.415747 23.153370,30.332128 23.213328,30.271582 C 23.273580,30.211036 23.356464,30.180763 23.461979,30.180762 M 23.928420,30.192666 L 24.117994,30.192666 L 24.357387,30.644117 L 24.357387,30.192666 L 24.518305,30.192666 L 24.518305,30.850885 L 24.328730,30.850885 L 24.089338,30.399434 L 24.089338,30.850885 L 23.928420,30.850885 L 23.928420,30.192666 M 24.591489,30.192666 L 24.777095,30.192666 L 24.926991,30.427209 L 25.076887,30.192666 L 25.262935,30.192666 L 25.012079,30.573578 L 25.012079,30.850885 L 24.842344,30.850885 L 24.842344,30.573578 L 24.591489,30.192666"
486 style="font-size:0.90290260;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;writing-mode:lr-tb;text-anchor:start;fill:#4a4a4a;fill-opacity:1.0000000;stroke:none;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;font-family:Bitstream Vera Sans" />
487 </g>
488</svg>
diff --git a/icons/tango_icons.12x12.bmp b/icons/tango_icons.12x12.bmp
new file mode 100644
index 0000000000..9dc085c0e2
--- /dev/null
+++ b/icons/tango_icons.12x12.bmp
Binary files differ
diff --git a/icons/tango_icons.16x16.bmp b/icons/tango_icons.16x16.bmp
new file mode 100644
index 0000000000..2e71fe1bff
--- /dev/null
+++ b/icons/tango_icons.16x16.bmp
Binary files differ
diff --git a/icons/tango_icons.24x24.bmp b/icons/tango_icons.24x24.bmp
new file mode 100644
index 0000000000..e49a2f5bed
--- /dev/null
+++ b/icons/tango_icons.24x24.bmp
Binary files differ
diff --git a/icons/tango_icons.32x32.bmp b/icons/tango_icons.32x32.bmp
new file mode 100644
index 0000000000..f2f33c87c4
--- /dev/null
+++ b/icons/tango_icons.32x32.bmp
Binary files differ
diff --git a/icons/tango_icons_viewers.12x12.bmp b/icons/tango_icons_viewers.12x12.bmp
new file mode 100644
index 0000000000..e53701f084
--- /dev/null
+++ b/icons/tango_icons_viewers.12x12.bmp
Binary files differ
diff --git a/icons/tango_icons_viewers.16x16.bmp b/icons/tango_icons_viewers.16x16.bmp
new file mode 100644
index 0000000000..3d31333acd
--- /dev/null
+++ b/icons/tango_icons_viewers.16x16.bmp
Binary files differ
diff --git a/icons/tango_icons_viewers.24x24.bmp b/icons/tango_icons_viewers.24x24.bmp
new file mode 100644
index 0000000000..b0ba3c32dd
--- /dev/null
+++ b/icons/tango_icons_viewers.24x24.bmp
Binary files differ
diff --git a/icons/tango_icons_viewers.32x32.bmp b/icons/tango_icons_viewers.32x32.bmp
new file mode 100644
index 0000000000..d34525fcec
--- /dev/null
+++ b/icons/tango_icons_viewers.32x32.bmp
Binary files differ
diff --git a/icons/tango_small.bmp b/icons/tango_small.bmp
deleted file mode 100644
index d95172651f..0000000000
--- a/icons/tango_small.bmp
+++ /dev/null
Binary files differ
diff --git a/icons/tango_small_viewers.bmp b/icons/tango_small_viewers.bmp
deleted file mode 100644
index 4ab498f6b0..0000000000
--- a/icons/tango_small_viewers.bmp
+++ /dev/null
Binary files differ