summaryrefslogtreecommitdiffstats
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 @@
# To be run from the icons/ folder in a Rockbox checkout.
use File::Temp;
+use Getopt::Long;
# list of icons for strip
+# Use relative paths to point to icons in the tree, relative to the icons/ folder
+# (must start with . or ..)
+# Other are treated relatively to the tango sources tree
my @iconlist = (
- "mimetypes/audio-x-generic", # Icon_Audio
- "places/folder", # Icon_Folder
- "actions/format-indent-more", # Icon_Playlist
- "actions/media-playback-start", # Icon_Cursor ###
- "apps/preferences-desktop-wallpaper", # Icon_Wps
- "devices/computer", # Icon_Firmware ###
- "apps/preferences-desktop-font", # Icon_Font
- "apps/preferences-desktop-locale", # Icon_Language
- "categories/preferences-system", # Icon_Config
- "status/software-update-available", # Icon_Plugin
- "actions/bookmark-new", # Icon_Bookmark
- "places/start-here", # Icon_Preset
- "actions/go-jump", # Icon_Queued
- "actions/go-next", # Icon_Moving
- "devices/input-keyboard", # Icon_Keyboard
- "actions/mail-send-receive", # Icon_Reverse_Cursor
- "apps/help-browser", # Icon_Questionmark
- "actions/document-properties", # Icon_Menu_setting
- "categories/applications-other", # Icon_Menu_functioncall
- "actions/list-add", # Icon_Submenu
- "categories/preferences-system", # Icon_Submenu_Entered
- "actions/media-record", # Icon_Recording
- "devices/audio-input-microphone", # Icon_Voice ###
- "categories/preferences-desktop", # Icon_General_settings_menu
- "categories/applications-other", # Icon_System_menu
- "actions/media-playback-start", # Icon_Playback_menu
- "devices/video-display", # Icon_Display_menu
- "devices/video-display", # Icon_Remote_Display_menu
- "devices/network-wireless", # Icon_Radio_screen ###
- "mimetypes/package-x-generic", # Icon_file_view_menu
- "apps/utilities-system-monitor", # Icon_EQ
- "../docs/logo/rockbox-clef.svg" # Icon_Rockbox
+ "./tango-svg/audio-x-generic", # Icon_Audio
+ "./tango-svg/folder", # Icon_Folder
+ "./tango-svg/format-indent-more", # Icon_Playlist
+ "./new_icons-svg/media-playback-start-green", # Icon_Cursor ###
+ "./tango-svg/preferences-desktop-wallpaper", # Icon_Wps
+ "./tango-svg/media-flash", # Icon_Firmware ###
+ "./tango-svg/preferences-desktop-font", # Icon_Font
+ "./tango-svg/preferences-desktop-locale", # Icon_Language
+ "./tango-svg/preferences-system", # Icon_Config
+ "./tango-svg/software-update-available", # Icon_Plugin
+ "./tango-svg/bookmark-new", # Icon_Bookmark
+ "./tango-svg/start-here", # Icon_Preset
+ "./tango-svg/go-jump", # Icon_Queued
+ "./tango-svg/go-next", # Icon_Moving
+ "./tango-svg/input-keyboard", # Icon_Keyboard
+ "./tango-svg/go-previous", # Icon_Reverse_Cursor
+ "./tango-svg/help-browser", # Icon_Questionmark
+ "./tango-svg/document-properties", # Icon_Menu_setting
+ "./tango-svg/applications-other", # Icon_Menu_functioncall
+ "./tango-svg/list-add", # Icon_Submenu
+ "./tango-svg/preferences-system", # Icon_Submenu_Entered
+ "./tango-svg/media-record", # Icon_Recording
+ "./new_icons-svg/face-shout", # Icon_Voice ###
+ "./tango-svg/preferences-desktop", # Icon_General_settings_menu
+ "./tango-svg/emblem-system", # Icon_System_menu
+ "./tango-svg/media-playback-start", # Icon_Playback_menu
+ "./tango-svg/video-display", # Icon_Display_menu
+ "./tango-svg/network-receive", # Icon_Remote_Display_menu
+ "./tango-svg/network-wireless", # Icon_Radio_screen ###
+ "./tango-svg/system-file-manager", # Icon_file_view_menu
+ "./tango-svg/utilities-system-monitor", # Icon_EQ
+ "../docs/logo/rockbox-clef" # Icon_Rockbox
);
+my @iconlist_viewers = (
+ "./tango-svg/applications-graphics", # bmp
+ "./tango-svg/applications-multimedia", # mpeg
+ "./tango-svg/applications-other", # ch8, tap, sna, tzx, z80
+ "./tango-svg/audio-x-generic", # mp3, mid, rmi, wav
+ "./tango-svg/format-justify-left", # txt, nfo
+ "./tango-svg/text-x-generic-template", # ss
+ "./mint-x-svg/applications-games", # gb, gbc
+ "./tango-svg/image-x-generic", # jpg, jpe, jpeg
+ "./tango-svg/format-indent-more", # m3u
+ "./mint-x-svg/gnome-glchess", # pgn
+ "./tango-svg/dialog-information", # zzz
+);
+
+my $help;
+my $do_viewers;
+my $tangopath="";
+my $size;
+my @list = @iconlist;
+my $output = "tango_icons";
-if($#ARGV < 1) {
- print "Usage: $0 <path to iconset> <size>\n";
+GetOptions ( 'v' => \$do_viewers,
+ 't|tango-path=s' => \$tangopath,
+ 'o|output=s' => \$output,
+ 'h|help' => \$help,
+ );
+
+if($#ARGV != 0 or $help) {
+ print "Usage: $0 [-v] [-t <path to iconset>] [-o <output prefix>] SIZE\n";
+ print "\n";
+ print "\t-v\tGenerate viewer icons\n";
+ print "\t-t\tPath to source of tango iconset if required\n";
+ print "\t-t\tPath to source of tango iconset if required\n";
+ print "\t-o\tUse <output prefix> instead of \"tango_icons\" for the output filename\n";
+ print "\n";
+ print "\tSIZE can be in the form of NN or NNxNN and will be used for the output filename\n";
exit();
}
-my $tangopath = $ARGV[0];
-my $size = $ARGV[1];
+
+$size = $ARGV[0];
+
+if ($do_viewers) {
+ $output .= "_viewers";
+ @list = @iconlist_viewers;
+}
# temporary files
my $alphatemp = File::Temp->new(SUFFIX => ".png");
my $alphatempfname = $alphatemp->filename();
@@ -75,7 +117,7 @@ my $exporttempfname = $exporttemp->filename();
my $tempstrip = File::Temp->new(SUFFIX => ".png");
my $tempstripfname = $tempstrip->filename();
-my $newoutput = "tango_icons.$size.bmp";
+my $newoutput = "$output.$size.bmp";
if(-e $newoutput) {
die("output file $newoutput does already exist!");
@@ -85,23 +127,29 @@ print "Creating icon strip as $newoutput\n\n";
my $count;
$count = 0;
-foreach(@iconlist) {
+
+foreach(@list) {
print "processing $_ ...\n";
my $file;
if(m/^$/) {
# if nothing is defined make it empty / transparent
my $s = $size . "x" . $size;
- `convert -size $s xc:"#f0f" $exporttempfname`
+ `convert -size $s xc:"#ff00ff" -alpha transparent $exporttempfname`
}
- elsif(m/\.\./) {
+ elsif(m/\./) {
# icon is inside the Rockbox tree
- $file = $_;
+ $file = $_ . ".svg";
`inkscape --export-png=$exporttempfname --export-width=$size --export-height=$size $file`
}
else {
# icon is inside the tango tree
+ if ($tangopath eq "") {
+ print "Path to tango sources needed but not given!\n";
+ exit(1);
+ }
$file = "$tangopath/scalable/" . $_ . ".svg";
- `inkscape --export-png=$exporttempfname --export-width=$size --export-height=$size $file`
+ #~ `inkscape --export-png=$exporttempfname --export-width=$size --export-height=$size $file`
+ `cp $file tango-svg/`;
}
if($count != 0) {
`convert -append $tempstripfname $exporttempfname $tempstripfname`;
@@ -111,10 +159,7 @@ foreach(@iconlist) {
}
$count++;
}
-print "masking and converting result ...\n";
-# create mask
-`convert $tempstripfname -alpha extract -monochrome -negate -alpha copy -colorize 0,100,0 $alphatempfname`;
-# combine mask with image and drop transparency and scale down
-`convert -composite $tempstripfname $alphatempfname -flatten -background '#f0f' -alpha off $newoutput`;
-print "done!\n";
+print "Converting result ...\n";
+`convert $tempstripfname $newoutput`;
+print "Done!\n";
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 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ version="1.0"
+ width="96"
+ height="96"
+ id="svg2408">
+ <defs
+ id="defs2410">
+ <linearGradient
+ id="linearGradient3933">
+ <stop
+ id="stop3935"
+ style="stop-color:#ffe119;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3937"
+ style="stop-color:#f7a700;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3921">
+ <stop
+ id="stop3923"
+ style="stop-color:#2bca00;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3925"
+ style="stop-color:#1e9000;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3911">
+ <stop
+ id="stop3913"
+ style="stop-color:#006ada;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3915"
+ style="stop-color:#00438a;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3903">
+ <stop
+ id="stop3905"
+ style="stop-color:#fd2306;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3907"
+ style="stop-color:#b31602;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4307">
+ <stop
+ id="stop4309"
+ style="stop-color:#e4e4d9;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4311"
+ style="stop-color:#e4e4d9;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="45.447727"
+ y1="92.539597"
+ x2="45.447727"
+ y2="7.0165396"
+ id="ButtonShadow"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.0058652,0.994169)">
+ <stop
+ id="stop3750"
+ style="stop-color:#000000;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3752"
+ style="stop-color:#000000;stop-opacity:0.58823532"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3737">
+ <stop
+ id="stop3739"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3741"
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <filter
+ color-interpolation-filters="sRGB"
+ id="filter3174">
+ <feGaussianBlur
+ id="feGaussianBlur3176"
+ stdDeviation="1.71" />
+ </filter>
+ <linearGradient
+ x1="36.357143"
+ y1="6"
+ x2="36.357143"
+ y2="63.893143"
+ id="linearGradient3188"
+ xlink:href="#linearGradient3737"
+ gradientUnits="userSpaceOnUse" />
+ <filter
+ x="-0.192"
+ y="-0.192"
+ width="1.3839999"
+ height="1.3839999"
+ color-interpolation-filters="sRGB"
+ id="filter3794">
+ <feGaussianBlur
+ id="feGaussianBlur3796"
+ stdDeviation="5.28" />
+ </filter>
+ <linearGradient
+ x1="48"
+ y1="20.220806"
+ x2="48"
+ y2="138.66119"
+ id="linearGradient3613"
+ xlink:href="#linearGradient3737"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ cx="48"
+ cy="90.171875"
+ r="42"
+ fx="48"
+ fy="90.171875"
+ id="radialGradient3619"
+ xlink:href="#linearGradient3737"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1573129,0,0,0.99590774,-7.5510206,0.19713193)" />
+ <clipPath
+ id="clipPath3613">
+ <rect
+ width="84"
+ height="84"
+ rx="6"
+ ry="6"
+ x="6"
+ y="6"
+ id="rect3615"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+ </clipPath>
+ <linearGradient
+ x1="48"
+ y1="90"
+ x2="48"
+ y2="5.9877172"
+ id="linearGradient3617"
+ xlink:href="#linearGradient3187"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient3187">
+ <stop
+ id="stop3189"
+ style="stop-color:#b9b79e;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3191"
+ style="stop-color:#e4e4da;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6043">
+ <stop
+ id="stop6045"
+ style="stop-color:#4f4f49;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop6047"
+ style="stop-color:#bcbcb7;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5756">
+ <stop
+ id="stop5758"
+ style="stop-color:#9f9e7d;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop5760"
+ style="stop-color:#9f9e7d;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5964">
+ <stop
+ id="stop5966"
+ style="stop-color:#706f6b;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop5968"
+ style="stop-color:#51504e;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5976">
+ <stop
+ id="stop5978"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop5980"
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3057">
+ <stop
+ id="stop3059"
+ style="stop-color:#9f9e7d;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3061"
+ style="stop-color:#9f9e7d;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="110.64452"
+ y1="92.772629"
+ x2="110.64452"
+ y2="96.64547"
+ id="linearGradient5962"
+ xlink:href="#linearGradient5860"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient5860">
+ <stop
+ id="stop5862"
+ style="stop-color:#858362;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop5864"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="110.64452"
+ y1="92.772629"
+ x2="110.64452"
+ y2="96.64547"
+ id="linearGradient5958"
+ xlink:href="#linearGradient5860"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="110.64452"
+ y1="92.772629"
+ x2="110.64452"
+ y2="96.64547"
+ id="linearGradient5954"
+ xlink:href="#linearGradient5860"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="110.64452"
+ y1="92.772629"
+ x2="110.64452"
+ y2="96.64547"
+ id="linearGradient5952"
+ xlink:href="#linearGradient5860"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="110.64452"
+ y1="92.772629"
+ x2="110.64452"
+ y2="96.64547"
+ id="linearGradient5946"
+ xlink:href="#linearGradient5860"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="110.64452"
+ y1="92.772629"
+ x2="110.64452"
+ y2="96.64547"
+ id="linearGradient5944"
+ xlink:href="#linearGradient5860"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="110.64452"
+ y1="92.772629"
+ x2="110.64452"
+ y2="96.64547"
+ id="linearGradient5938"
+ xlink:href="#linearGradient5860"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="110.64452"
+ y1="92.772629"
+ x2="110.64452"
+ y2="96.64547"
+ id="linearGradient5936"
+ xlink:href="#linearGradient5860"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="110.64452"
+ y1="92.772629"
+ x2="110.64452"
+ y2="96.64547"
+ id="linearGradient5934"
+ xlink:href="#linearGradient5860"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="110.64452"
+ y1="92.772629"
+ x2="110.64452"
+ y2="96.64547"
+ id="linearGradient5926"
+ xlink:href="#linearGradient5860"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="110.64452"
+ y1="92.772629"
+ x2="110.64452"
+ y2="96.64547"
+ id="linearGradient5924"
+ xlink:href="#linearGradient5860"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="110.64452"
+ y1="92.772629"
+ x2="110.64452"
+ y2="96.64547"
+ id="linearGradient5922"
+ xlink:href="#linearGradient5860"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="110.64452"
+ y1="92.772629"
+ x2="110.64452"
+ y2="96.64547"
+ id="linearGradient5914"
+ xlink:href="#linearGradient5860"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="110.64452"
+ y1="92.772629"
+ x2="110.64452"
+ y2="96.64547"
+ id="linearGradient5912"
+ xlink:href="#linearGradient5860"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="110.64452"
+ y1="92.772629"
+ x2="110.64452"
+ y2="96.64547"
+ id="linearGradient5910"
+ xlink:href="#linearGradient5860"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="110.64452"
+ y1="92.772629"
+ x2="110.64452"
+ y2="96.64547"
+ id="linearGradient5908"
+ xlink:href="#linearGradient5860"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="110.64452"
+ y1="92.772629"
+ x2="110.64452"
+ y2="96.64547"
+ id="linearGradient5898"
+ xlink:href="#linearGradient5860"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="110.64452"
+ y1="92.772629"
+ x2="110.64452"
+ y2="96.64547"
+ id="linearGradient5896"
+ xlink:href="#linearGradient5860"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="110.64452"
+ y1="92.772629"
+ x2="110.64452"
+ y2="96.64547"
+ id="linearGradient5894"
+ xlink:href="#linearGradient5860"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="110.64452"
+ y1="92.772629"
+ x2="110.64452"
+ y2="96.64547"
+ id="linearGradient5892"
+ xlink:href="#linearGradient5860"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="110.64452"
+ y1="92.772629"
+ x2="110.64452"
+ y2="96.64547"
+ id="linearGradient5882"
+ xlink:href="#linearGradient5860"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="110.64452"
+ y1="92.772629"
+ x2="110.64452"
+ y2="96.64547"
+ id="linearGradient5878"
+ xlink:href="#linearGradient5860"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="110.64452"
+ y1="92.772629"
+ x2="110.64452"
+ y2="96.64547"
+ id="linearGradient5874"
+ xlink:href="#linearGradient5860"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="110.64452"
+ y1="92.772629"
+ x2="110.64452"
+ y2="96.64547"
+ id="linearGradient5870"
+ xlink:href="#linearGradient5860"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="110.64452"
+ y1="92.772629"
+ x2="110.64452"
+ y2="96.64547"
+ id="linearGradient5852"
+ xlink:href="#linearGradient5860"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient6035">
+ <stop
+ id="stop6037"
+ style="stop-color:#91918a;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop6039"
+ style="stop-color:#7c7c74;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3260">
+ <stop
+ id="stop3262"
+ style="stop-color:#5d5d56;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3264"
+ style="stop-color:#bcbcb7;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="15.749998"
+ y1="40"
+ x2="64.464287"
+ y2="40"
+ id="linearGradient5730"
+ xlink:href="#linearGradient5724"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient5724">
+ <stop
+ id="stop5726"
+ style="stop-color:#9f9d7c;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop5728"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5732">
+ <stop
+ id="stop5734"
+ style="stop-color:#fff1b7;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop5736"
+ style="stop-color:#ad6100;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5795">
+ <stop
+ id="stop5797"
+ style="stop-color:#57ff0c;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop5799"
+ style="stop-color:#004617;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5815">
+ <stop
+ id="stop5817"
+ style="stop-color:#fe774b;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop5819"
+ style="stop-color:#610601;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5835">
+ <stop
+ id="stop5837"
+ style="stop-color:#67b1ff;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop5839"
+ style="stop-color:#001a35;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="38.689964"
+ y1="36.890461"
+ x2="38.689964"
+ y2="43.260303"
+ id="linearGradient4290"
+ xlink:href="#linearGradient6043"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="38.689964"
+ y1="36.890461"
+ x2="38.689964"
+ y2="43.260303"
+ id="linearGradient4292"
+ xlink:href="#linearGradient6043"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="38.689964"
+ y1="36.890461"
+ x2="38.689964"
+ y2="43.260303"
+ id="linearGradient4294"
+ xlink:href="#linearGradient6043"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="38.689964"
+ y1="36.890461"
+ x2="38.689964"
+ y2="43.260303"
+ id="linearGradient4296"
+ xlink:href="#linearGradient6043"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="14.585086"
+ y1="40"
+ x2="65.629204"
+ y2="40"
+ id="linearGradient4313"
+ xlink:href="#linearGradient4307"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ cx="40"
+ cy="40"
+ r="18"
+ fx="40"
+ fy="40"
+ id="radialGradient4344"
+ xlink:href="#linearGradient6035"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.6258411e-8,-0.73529407,0.73529408,1.6258411e-8,0.58823525,59.411764)" />
+ <linearGradient
+ x1="15.84375"
+ y1="30"
+ x2="44.15625"
+ y2="30"
+ id="linearGradient4401"
+ xlink:href="#linearGradient3057"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="39.07143"
+ y1="43.00716"
+ x2="39.07143"
+ y2="17.000002"
+ id="linearGradient4409"
+ xlink:href="#linearGradient3260"
+ gradientUnits="userSpaceOnUse" />
+ <filter
+ color-interpolation-filters="sRGB"
+ id="filter4417">
+ <feGaussianBlur
+ id="feGaussianBlur4419"
+ stdDeviation="0.52" />
+ </filter>
+ <linearGradient
+ x1="90.194664"
+ y1="24.087267"
+ x2="85.195808"
+ y2="43.082268"
+ id="linearGradient4505"
+ xlink:href="#linearGradient5756"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="91.967613"
+ y1="23.503925"
+ x2="89.411514"
+ y2="42.016701"
+ id="linearGradient4507"
+ xlink:href="#linearGradient5732"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="90.194664"
+ y1="24.087267"
+ x2="85.195808"
+ y2="43.082268"
+ id="linearGradient4509"
+ xlink:href="#linearGradient5756"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="90.456657"
+ y1="23.091709"
+ x2="85.705856"
+ y2="41.144135"
+ id="linearGradient4511"
+ xlink:href="#linearGradient5795"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="90.194664"
+ y1="24.087267"
+ x2="85.195808"
+ y2="43.082268"
+ id="linearGradient4513"
+ xlink:href="#linearGradient5756"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="90.456657"
+ y1="23.091709"
+ x2="85.739838"
+ y2="41.015003"
+ id="linearGradient4515"
+ xlink:href="#linearGradient5815"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="90.194664"
+ y1="24.087267"
+ x2="85.195808"
+ y2="43.082268"
+ id="linearGradient4517"
+ xlink:href="#linearGradient5756"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="91.622108"
+ y1="23.409664"
+ x2="86.898407"
+ y2="41.359119"
+ id="linearGradient4519"
+ xlink:href="#linearGradient5835"
+ gradientUnits="userSpaceOnUse" />
+ <filter
+ x="-0.072000004"
+ y="-0.14399999"
+ width="1.1440001"
+ height="1.288"
+ color-interpolation-filters="sRGB"
+ id="filter4587">
+ <feGaussianBlur
+ id="feGaussianBlur4589"
+ stdDeviation="0.36000001" />
+ </filter>
+ <linearGradient
+ x1="78.802673"
+ y1="101.96875"
+ x2="78.802673"
+ y2="114.04247"
+ id="linearGradient4607"
+ xlink:href="#linearGradient5756"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="78"
+ y1="104"
+ x2="78"
+ y2="112.00382"
+ id="linearGradient4609"
+ xlink:href="#linearGradient5964"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.75000002,0,0,0.75000009,-2.0894946e-6,-1.0000058)" />
+ <linearGradient
+ x1="79.067139"
+ y1="104.35336"
+ x2="79.067139"
+ y2="107.93777"
+ id="linearGradient4611"
+ xlink:href="#linearGradient5976"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.75000002,0,0,0.75000009,-2.0894946e-6,-1.0000058)" />
+ <linearGradient
+ x1="78.802673"
+ y1="101.96875"
+ x2="78.802673"
+ y2="114.04247"
+ id="linearGradient4721"
+ xlink:href="#linearGradient5756"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="78"
+ y1="104"
+ x2="78"
+ y2="112.00382"
+ id="linearGradient4723"
+ xlink:href="#linearGradient5964"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.75000002,0,0,0.75000009,-2.0894946e-6,-1.0000058)" />
+ <linearGradient
+ x1="79.067139"
+ y1="104.35336"
+ x2="79.067139"
+ y2="107.93777"
+ id="linearGradient4725"
+ xlink:href="#linearGradient5976"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.75000002,0,0,0.75000009,-2.0894946e-6,-1.0000058)" />
+ <linearGradient
+ x1="78.802673"
+ y1="101.96875"
+ x2="78.802673"
+ y2="114.04247"
+ id="linearGradient4727"
+ xlink:href="#linearGradient5756"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="78"
+ y1="104"
+ x2="78"
+ y2="112.00382"
+ id="linearGradient4729"
+ xlink:href="#linearGradient5964"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.75000002,0,0,0.75000009,-2.0894946e-6,-1.0000058)" />
+ <linearGradient
+ x1="79.067139"
+ y1="104.35336"
+ x2="79.067139"
+ y2="107.93777"
+ id="linearGradient4731"
+ xlink:href="#linearGradient5976"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.75000002,0,0,0.75000009,-2.0894946e-6,-1.0000058)" />
+ <linearGradient
+ x1="83.314926"
+ y1="21.664392"
+ x2="79.007256"
+ y2="38.032986"
+ id="linearGradient3941"
+ xlink:href="#linearGradient3933"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="84.396637"
+ y1="21.771172"
+ x2="79.935318"
+ y2="38.723618"
+ id="linearGradient3945"
+ xlink:href="#linearGradient3921"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="84.396637"
+ y1="21.771172"
+ x2="79.880112"
+ y2="38.933376"
+ id="linearGradient3947"
+ xlink:href="#linearGradient3903"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="85.006851"
+ y1="21.560991"
+ x2="80.336685"
+ y2="39.307014"
+ id="linearGradient3949"
+ xlink:href="#linearGradient3911"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="45.447727"
+ y1="92.539597"
+ x2="45.447727"
+ y2="7.0165396"
+ id="ButtonShadow-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)">
+ <stop
+ id="stop3750-8"
+ style="stop-color:#000000;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3752-5"
+ style="stop-color:#000000;stop-opacity:0.58823532"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="32.251034"
+ y1="6.1317081"
+ x2="32.251034"
+ y2="90.238609"
+ id="linearGradient3780"
+ xlink:href="#ButtonShadow-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
+ <linearGradient
+ x1="32.251034"
+ y1="6.1317081"
+ x2="32.251034"
+ y2="90.238609"
+ id="linearGradient3772"
+ xlink:href="#ButtonShadow-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
+ <linearGradient
+ x1="32.251034"
+ y1="6.1317081"
+ x2="32.251034"
+ y2="90.238609"
+ id="linearGradient3725"
+ xlink:href="#ButtonShadow-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
+ <linearGradient
+ x1="32.251034"
+ y1="6.1317081"
+ x2="32.251034"
+ y2="90.238609"
+ id="linearGradient3721"
+ xlink:href="#ButtonShadow-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-97)" />
+ <linearGradient
+ x1="32.251034"
+ y1="6.1317081"
+ x2="32.251034"
+ y2="90.238609"
+ id="linearGradient3811"
+ xlink:href="#ButtonShadow-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
+ </defs>
+ <g
+ id="layer2"
+ style="display:none">
+ <rect
+ width="86"
+ height="85"
+ rx="6"
+ ry="6"
+ x="5"
+ y="7"
+ id="rect3745"
+ style="opacity:0.9;fill:url(#ButtonShadow);fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter3174)" />
+ </g>
+ <g
+ id="layer4"
+ style="display:inline">
+ <path
+ 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"
+ transform="scale(1,-1)"
+ id="path3786"
+ style="opacity:0.07999998;fill:url(#linearGradient3811);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
+ <path
+ 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"
+ transform="scale(1,-1)"
+ id="path3778"
+ style="opacity:0.1;fill:url(#linearGradient3780);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
+ <path
+ 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"
+ transform="scale(1,-1)"
+ id="path3770"
+ style="opacity:0.2;fill:url(#linearGradient3772);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
+ <rect
+ width="86"
+ height="85"
+ rx="7"
+ ry="7"
+ x="5"
+ y="-92"
+ transform="scale(1,-1)"
+ id="rect3723"
+ style="opacity:0.3;fill:url(#linearGradient3725);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
+ <rect
+ width="84"
+ height="84"
+ rx="6"
+ ry="6"
+ x="6"
+ y="-91"
+ transform="scale(1,-1)"
+ id="rect3716"
+ style="opacity:0.45;fill:url(#linearGradient3721);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
+ </g>
+ <g
+ id="layer1">
+ <rect
+ width="84"
+ height="84"
+ rx="6"
+ ry="6"
+ x="6"
+ y="6"
+ id="rect2419"
+ style="fill:url(#linearGradient3617);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+ <path
+ 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"
+ id="rect3728"
+ style="opacity:0.5;fill:url(#linearGradient3188);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+ <path
+ 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"
+ id="path3615"
+ style="opacity:0.2;fill:url(#radialGradient3619);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+ </g>
+ <g
+ id="layer5">
+ <rect
+ width="66"
+ height="66"
+ rx="12"
+ ry="12"
+ x="15"
+ y="15"
+ clip-path="url(#clipPath3613)"
+ id="rect3171"
+ 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)" />
+ </g>
+ <g
+ id="layer3">
+ <path
+ 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"
+ transform="matrix(0.95396995,-0.2556155,0.25105324,0.93694367,-60.090183,56.48709)"
+ id="path5825"
+ style="fill:url(#linearGradient4517);fill-opacity:1;fill-rule:evenodd;stroke:none" />
+ <path
+ 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"
+ transform="matrix(0.68265295,-0.18291628,0.17965162,0.67046901,-33.898963,58.623826)"
+ id="path5829"
+ 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" />
+ <g
+ transform="matrix(0.95873644,0,0,0.95853174,0.4399861,3.6575721)"
+ id="g4497">
+ <path
+ 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"
+ transform="matrix(0.99502836,-0.26667401,0.26185845,0.97747798,-45.403687,45.725682)"
+ id="path5805"
+ style="fill:url(#linearGradient4513);fill-opacity:1;fill-rule:evenodd;stroke:none" />
+ <path
+ 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"
+ transform="matrix(0.71203401,-0.19082965,0.18738374,0.69947502,-18.085209,47.954858)"
+ id="path5809"
+ 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" />
+ </g>
+ <path
+ 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"
+ transform="matrix(0.95396995,-0.2556155,0.25105324,0.93694367,-32.090183,31.48709)"
+ id="path5785"
+ style="fill:url(#linearGradient4509);fill-opacity:1;fill-rule:evenodd;stroke:none" />
+ <path
+ 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"
+ transform="matrix(0.68265295,-0.18291628,0.17965162,0.67046901,-5.8989632,33.623826)"
+ id="path5789"
+ 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" />
+ <path
+ 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"
+ transform="matrix(0.95396995,-0.2556155,0.25105324,0.93694367,-30.090183,12.48709)"
+ id="path5754"
+ style="fill:url(#linearGradient4505);fill-opacity:1;fill-rule:evenodd;stroke:none" />
+ <path
+ 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"
+ transform="matrix(0.68265295,-0.18291628,0.17965162,0.67046901,-3.8989615,14.623826)"
+ id="path3245"
+ 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" />
+ <path
+ 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"
+ transform="matrix(0,0.71555548,0.71875,0,1.25,1.3011135)"
+ id="path3215"
+ 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" />
+ <g
+ id="g4252">
+ <path
+ 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"
+ transform="matrix(0.57802848,0,0,0.57815191,18.791618,14.634463)"
+ id="path5473"
+ 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" />
+ <path
+ 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"
+ transform="matrix(0.57802848,0,0,0.57815191,12.821976,14.634463)"
+ id="path5868"
+ 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" />
+ <path
+ 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"
+ transform="matrix(0.57802848,0,0,0.57815191,6.8523358,14.634463)"
+ id="path5872"
+ 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" />
+ <path
+ 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"
+ transform="matrix(0.57802848,0,0,0.57815191,0.88269427,14.634463)"
+ id="path5876"
+ 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" />
+ <path
+ 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"
+ transform="matrix(0.57802848,0,0,0.57815191,-5.0869466,14.634463)"
+ id="path5880"
+ 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" />
+ <path
+ 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"
+ transform="matrix(0.57802848,0,0,0.57815191,15.806797,11.649005)"
+ id="path5884"
+ 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" />
+ <path
+ 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"
+ transform="matrix(0.57802848,0,0,0.57815191,9.8371556,11.649005)"
+ id="path5886"
+ 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" />
+ <path
+ 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"
+ transform="matrix(0.57802848,0,0,0.57815191,3.8675147,11.649005)"
+ id="path5888"
+ 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" />
+ <path
+ 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"
+ transform="matrix(0.57802848,0,0,0.57815191,-2.1021262,11.649005)"
+ id="path5890"
+ 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" />
+ <path
+ 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"
+ transform="matrix(0.57802848,0,0,0.57815191,18.791618,8.6635472)"
+ id="path5900"
+ 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" />
+ <path
+ 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"
+ transform="matrix(0.57802848,0,0,0.57815191,12.821976,8.6635472)"
+ id="path5902"
+ 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" />
+ <path
+ 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"
+ transform="matrix(0.57802848,0,0,0.57815191,6.8523358,8.6635472)"
+ id="path5904"
+ 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" />
+ <path
+ 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"
+ transform="matrix(0.57802848,0,0,0.57815191,0.88269427,8.6635472)"
+ id="path5906"
+ 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" />
+ <path
+ 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"
+ transform="matrix(0.57802848,0,0,0.57815191,15.806797,5.6780893)"
+ id="path5916"
+ 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" />
+ <path
+ 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"
+ transform="matrix(0.57802848,0,0,0.57815191,9.8371556,5.6780893)"
+ id="path5918"
+ 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" />
+ <path
+ 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"
+ transform="matrix(0.57802848,0,0,0.57815191,3.8675147,5.6780893)"
+ id="path5920"
+ 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" />
+ <path
+ 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"
+ transform="matrix(0.57802848,0,0,0.57815191,18.791618,2.6926315)"
+ id="path5928"
+ 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" />
+ <path
+ 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"
+ transform="matrix(0.57802848,0,0,0.57815191,12.821976,2.6926315)"
+ id="path5930"
+ 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" />
+ <path
+ 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"
+ transform="matrix(0.57802848,0,0,0.57815191,6.8523358,2.6926315)"
+ id="path5932"
+ 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" />
+ <path
+ 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"
+ transform="matrix(0.57802848,0,0,0.57815191,15.806797,-0.29282648)"
+ id="path5940"
+ 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" />
+ <path
+ 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"
+ transform="matrix(0.57802848,0,0,0.57815191,9.8371556,-0.29282648)"
+ id="path5942"
+ 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" />
+ <path
+ 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"
+ transform="matrix(0.57802848,0,0,0.57815191,18.791618,-3.2782836)"
+ id="path5948"
+ 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" />
+ <path
+ 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"
+ transform="matrix(0.57802848,0,0,0.57815191,12.821976,-3.2782836)"
+ id="path5950"
+ 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" />
+ <path
+ 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"
+ transform="matrix(0.57802848,0,0,0.57815191,15.806797,-6.2637418)"
+ id="path5956"
+ 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" />
+ <path
+ 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"
+ transform="matrix(0.57802848,0,0,0.57815191,18.791618,-9.2491994)"
+ id="path5960"
+ 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" />
+ </g>
+ <g
+ transform="translate(-2,-1)"
+ id="g4591">
+ <path
+ 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"
+ transform="matrix(0.74766355,0,0,0.74611399,0.18691599,-0.5803109)"
+ id="path6004"
+ style="fill:url(#linearGradient4727);fill-opacity:1;fill-rule:evenodd;stroke:none" />
+ <rect
+ width="12"
+ height="6.0000005"
+ rx="3"
+ ry="3.0000002"
+ x="54"
+ y="77"
+ id="rect3247"
+ style="fill:url(#linearGradient4729);fill-opacity:1;fill-rule:evenodd;stroke:none" />
+ <rect
+ width="9.879859"
+ height="2.6872792"
+ rx="1.3436396"
+ ry="1.3436396"
+ x="55.06007"
+ y="77.265022"
+ id="rect5972"
+ style="opacity:0.6;fill:url(#linearGradient4731);fill-opacity:1;fill-rule:evenodd;stroke:none" />
+ <path
+ 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"
+ transform="translate(2,0)"
+ id="rect4706"
+ style="opacity:0.3;fill:#1a1a1a;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+ </g>
+ <path
+ 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"
+ id="path4315"
+ 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" />
+ <path
+ 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"
+ transform="matrix(0,-1,-1,0,10,60)"
+ id="path4393"
+ 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" />
+ <path
+ 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"
+ id="path4411"
+ 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" />
+ <path
+ 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"
+ id="rect3225"
+ 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" />
+ <path
+ 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"
+ transform="matrix(0.86632785,0,0,0.86632788,-11.712085,-4.6531144)"
+ id="path6055"
+ style="fill:url(#linearGradient4290);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline" />
+ <path
+ 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"
+ transform="matrix(0.86632785,0,0,0.86632788,2.4058514,-4.6531144)"
+ id="path6065"
+ style="fill:url(#linearGradient4292);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline" />
+ <path
+ 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"
+ transform="matrix(0.86632785,0,0,0.86632788,-4.6531164,-11.712083)"
+ id="path6069"
+ style="fill:url(#linearGradient4294);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline" />
+ <path
+ 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"
+ transform="matrix(0.86632785,0,0,0.86632788,-4.6531164,2.4058526)"
+ id="path6073"
+ style="fill:url(#linearGradient4296);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline" />
+ <path
+ 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"
+ id="path4541"
+ 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'" />
+ <g
+ transform="translate(47,0)"
+ id="g4597">
+ <path
+ 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"
+ transform="matrix(0.74766355,0,0,0.74611399,0.18691599,-0.5803109)"
+ id="path4599"
+ style="fill:url(#linearGradient4607);fill-opacity:1;fill-rule:evenodd;stroke:none" />
+ <rect
+ width="12"
+ height="6.0000005"
+ rx="3"
+ ry="3.0000002"
+ x="54"
+ y="77.5"
+ id="rect4601"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter4587)" />
+ <rect
+ width="12"
+ height="6.0000005"
+ rx="3"
+ ry="3.0000002"
+ x="54"
+ y="77"
+ id="rect4603"
+ style="fill:url(#linearGradient4609);fill-opacity:1;fill-rule:evenodd;stroke:none" />
+ <rect
+ width="9.879859"
+ height="2.6872792"
+ rx="1.3436396"
+ ry="1.3436396"
+ x="55.06007"
+ y="77.265022"
+ id="rect4605"
+ style="opacity:0.6;fill:url(#linearGradient4611);fill-opacity:1;fill-rule:evenodd;stroke:none" />
+ </g>
+ <g
+ transform="translate(17,-1)"
+ id="g4711">
+ <path
+ 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"
+ transform="matrix(0.74766355,0,0,0.74611399,0.18691599,-0.5803109)"
+ id="path4713"
+ style="fill:url(#linearGradient4721);fill-opacity:1;fill-rule:evenodd;stroke:none" />
+ <rect
+ width="12"
+ height="6.0000005"
+ rx="3"
+ ry="3.0000002"
+ x="54"
+ y="77"
+ id="rect4715"
+ style="fill:url(#linearGradient4723);fill-opacity:1;fill-rule:evenodd;stroke:none" />
+ <rect
+ width="9.879859"
+ height="2.6872792"
+ rx="1.3436396"
+ ry="1.3436396"
+ x="55.06007"
+ y="77.265022"
+ id="rect4717"
+ style="opacity:0.6;fill:url(#linearGradient4725);fill-opacity:1;fill-rule:evenodd;stroke:none" />
+ <path
+ 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"
+ transform="translate(2,0)"
+ id="path4719"
+ style="opacity:0.3;fill:#1a1a1a;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+ </g>
+ </g>
+</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 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ version="1.0"
+ width="96"
+ height="96"
+ id="svg2408">
+ <defs
+ id="defs2410">
+ <linearGradient
+ id="linearGradient3860">
+ <stop
+ id="stop3862"
+ style="stop-color:#c3a579;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3864"
+ style="stop-color:#d3bd9d;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3187">
+ <stop
+ id="stop3189"
+ style="stop-color:#693222;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3191"
+ style="stop-color:#b8755d;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="45.447727"
+ y1="92.539597"
+ x2="45.447727"
+ y2="7.0165396"
+ id="ButtonShadow"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.0058652,0.994169)">
+ <stop
+ id="stop3750"
+ style="stop-color:#000000;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3752"
+ style="stop-color:#000000;stop-opacity:0.58823532"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3737">
+ <stop
+ id="stop3739"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3741"
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="48"
+ y1="90"
+ x2="48"
+ y2="5.9877172"
+ id="linearGradient3706"
+ xlink:href="#linearGradient3187"
+ gradientUnits="userSpaceOnUse" />
+ <filter
+ color-interpolation-filters="sRGB"
+ id="filter3174">
+ <feGaussianBlur
+ id="feGaussianBlur3176"
+ stdDeviation="1.71" />
+ </filter>
+ <linearGradient
+ x1="36.357143"
+ y1="6"
+ x2="36.357143"
+ y2="63.893143"
+ id="linearGradient3188"
+ xlink:href="#linearGradient3737"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient3737-2">
+ <stop
+ id="stop3739-2"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3741-6"
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ cx="48"
+ cy="90.171875"
+ r="42"
+ fx="48"
+ fy="90.171875"
+ id="radialGradient2874"
+ xlink:href="#linearGradient3737-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1573129,0,0,0.99590774,-7.551021,0.1971319)" />
+ <linearGradient
+ id="linearGradient3737-7">
+ <stop
+ id="stop3739-6"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3741-7"
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <clipPath
+ id="clipPath3613">
+ <rect
+ width="84"
+ height="84"
+ rx="6"
+ ry="6"
+ x="6"
+ y="6"
+ id="rect3615"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+ </clipPath>
+ <filter
+ x="-0.192"
+ y="-0.192"
+ width="1.3839999"
+ height="1.3839999"
+ color-interpolation-filters="sRGB"
+ id="filter3794">
+ <feGaussianBlur
+ id="feGaussianBlur3796"
+ stdDeviation="5.28" />
+ </filter>
+ <linearGradient
+ x1="48"
+ y1="20.220806"
+ x2="48"
+ y2="138.66119"
+ id="linearGradient2908"
+ xlink:href="#linearGradient3737-7"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="45.447727"
+ y1="92.539597"
+ x2="45.447727"
+ y2="7.0165396"
+ id="ButtonShadow-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)">
+ <stop
+ id="stop3750-8"
+ style="stop-color:#000000;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3752-5"
+ style="stop-color:#000000;stop-opacity:0.58823532"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="32.251034"
+ y1="6.1317081"
+ x2="32.251034"
+ y2="90.238609"
+ id="linearGradient3780"
+ xlink:href="#ButtonShadow-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
+ <linearGradient
+ x1="32.251034"
+ y1="6.1317081"
+ x2="32.251034"
+ y2="90.238609"
+ id="linearGradient3772"
+ xlink:href="#ButtonShadow-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
+ <linearGradient
+ x1="32.251034"
+ y1="6.1317081"
+ x2="32.251034"
+ y2="90.238609"
+ id="linearGradient3725-2"
+ xlink:href="#ButtonShadow-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
+ <linearGradient
+ x1="32.251034"
+ y1="6.1317081"
+ x2="32.251034"
+ y2="90.238609"
+ id="linearGradient3721-5"
+ xlink:href="#ButtonShadow-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-97)" />
+ <linearGradient
+ x1="32.251034"
+ y1="6.1317081"
+ x2="32.251034"
+ y2="90.238609"
+ id="linearGradient2918"
+ xlink:href="#ButtonShadow-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
+ <linearGradient
+ x1="48"
+ y1="90"
+ x2="48"
+ y2="5.9877172"
+ id="linearGradient3848"
+ xlink:href="#linearGradient3187"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-120,0)" />
+ <linearGradient
+ x1="88"
+ y1="40"
+ x2="8"
+ y2="40"
+ id="linearGradient3858"
+ xlink:href="#linearGradient3860"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,1,-1,0,96,0)" />
+ <clipPath
+ id="clipPath3884">
+ <path
+ 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"
+ id="path3886"
+ style="fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+ </clipPath>
+ <clipPath
+ id="clipPath3903">
+ <path
+ 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"
+ id="path3905"
+ style="fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+ </clipPath>
+ <linearGradient
+ x1="75.043564"
+ y1="83.969864"
+ x2="64.415344"
+ y2="34.66048"
+ id="linearGradient3976"
+ xlink:href="#linearGradient3860"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="36.113972"
+ y1="50.50322"
+ x2="29.663288"
+ y2="14.112808"
+ id="linearGradient3984"
+ xlink:href="#linearGradient3860"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="74.805756"
+ y1="47.724316"
+ x2="65.708496"
+ y2="14.245137"
+ id="linearGradient3992"
+ xlink:href="#linearGradient3187"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="29.96142"
+ y1="83.46048"
+ x2="21.524334"
+ y2="41.247604"
+ id="linearGradient4000"
+ xlink:href="#linearGradient3187"
+ gradientUnits="userSpaceOnUse" />
+ <clipPath
+ id="clipPath4029">
+ <path
+ 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"
+ id="path4031"
+ 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" />
+ </clipPath>
+ <clipPath
+ id="clipPath4038">
+ <path
+ 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"
+ id="path4040"
+ style="fill:#ff00ff;fill-opacity:1;stroke:none" />
+ </clipPath>
+ </defs>
+ <g
+ id="layer2"
+ style="display:none">
+ <rect
+ width="86"
+ height="85"
+ rx="6"
+ ry="6"
+ x="5"
+ y="7"
+ id="rect3745"
+ style="opacity:0.9;fill:url(#ButtonShadow);fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter3174)" />
+ </g>
+ <g
+ id="layer5">
+ <path
+ 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"
+ transform="scale(1,-1)"
+ id="path3786"
+ style="opacity:0.07999998;fill:url(#linearGradient2918);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
+ <path
+ 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"
+ transform="scale(1,-1)"
+ id="path3778"
+ style="opacity:0.1;fill:url(#linearGradient3780);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
+ <path
+ 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"
+ transform="scale(1,-1)"
+ id="path3770"
+ style="opacity:0.2;fill:url(#linearGradient3772);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
+ <rect
+ width="86"
+ height="85"
+ rx="7"
+ ry="7"
+ x="5"
+ y="-92"
+ transform="scale(1,-1)"
+ id="rect3723"
+ style="opacity:0.3;fill:url(#linearGradient3725-2);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
+ <rect
+ width="84"
+ height="84"
+ rx="6"
+ ry="6"
+ x="6"
+ y="-91"
+ transform="scale(1,-1)"
+ id="rect3716"
+ style="opacity:0.45;fill:url(#linearGradient3721-5);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
+ </g>
+ <g
+ id="layer1">
+ <path
+ 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"
+ id="path3856"
+ style="fill:url(#linearGradient3858);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+ <path
+ 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"
+ id="rect2419"
+ style="fill:url(#linearGradient3706);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+ <rect
+ width="84"
+ height="84"
+ rx="6"
+ ry="6"
+ x="-114"
+ y="6"
+ id="rect3846"
+ style="fill:url(#linearGradient3848);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+ </g>
+ <g
+ id="layer6"
+ style="display:inline">
+ <path
+ 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"
+ transform="matrix(0.7457627,0,0,0.7457627,-14.64407,0.271186)"
+ clip-path="url(#clipPath3903)"
+ id="path3866"
+ style="opacity:0.5;fill:#9b7a46;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline" />
+ <path
+ 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"
+ transform="matrix(0.7457627,0,0,0.7457627,-14.64407,0.2711864)"
+ clip-path="url(#clipPath3884)"
+ id="path3313"
+ style="opacity:0.5;fill:#6d3b2c;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline" />
+ </g>
+ <g
+ id="layer3">
+ <path
+ 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"
+ id="path4067"
+ 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" />
+ <path
+ 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"
+ id="path4063"
+ style="opacity:0.05;fill:#3b1d13;fill-opacity:1;stroke:none" />
+ <path
+ 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"
+ id="path4057"
+ style="opacity:0.1;fill:#3b1d13;fill-opacity:1;stroke:none" />
+ <path
+ 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"
+ id="path4053"
+ style="opacity:0.15;fill:#3b1d13;fill-opacity:1;stroke:none" />
+ <path
+ 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"
+ id="path4042"
+ style="opacity:0.3;fill:#3b1d13;fill-opacity:1;stroke:none" />
+ <path
+ 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"
+ id="path3918"
+ 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" />
+ <path
+ 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"
+ id="path3914"
+ 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" />
+ <path
+ 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"
+ id="path3907"
+ 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" />
+ <path
+ 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"
+ id="path3809"
+ style="fill:url(#linearGradient3984);fill-opacity:1;stroke:none" />
+ <path
+ 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"
+ id="path3763"
+ 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" />
+ <path
+ 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"
+ id="path3775"
+ 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" />
+ <path
+ 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"
+ id="path3813"
+ 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" />
+ <path
+ 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"
+ id="path3827"
+ 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" />
+ <path
+ 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"
+ id="path3829"
+ style="fill:#000000;stroke:none" />
+ <path
+ 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"
+ id="path3831"
+ style="fill:#000000;stroke:none" />
+ <rect
+ width="8"
+ height="3"
+ rx="2"
+ ry="1.1877004"
+ x="113"
+ y="60"
+ id="rect3833"
+ 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" />
+ <rect
+ width="4"
+ height="9"
+ x="115"
+ y="53"
+ id="rect3835"
+ 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" />
+ <rect
+ width="3"
+ height="8"
+ x="55"
+ y="-121"
+ transform="matrix(0,1,-1,0,0,0)"
+ id="rect3837"
+ 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" />
+ <path
+ 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"
+ id="path3839"
+ 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" />
+ <path
+ 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"
+ id="path3841"
+ style="fill:#000000;stroke:none" />
+ <path
+ 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"
+ id="path3843"
+ style="fill:#000000;stroke:none" />
+ <path
+ d="m 71,54 a 2,2 0 1 1 -4,0 2,2 0 1 1 4,0 z"
+ transform="translate(90,0)"
+ id="path3845"
+ 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" />
+ <path
+ d="m 71,54 a 2,2 0 1 1 -4,0 2,2 0 1 1 4,0 z"
+ transform="translate(97,1)"
+ id="path3847"
+ 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" />
+ <path
+ d="m 71,54 a 2,2 0 1 1 -4,0 2,2 0 1 1 4,0 z"
+ transform="translate(103,5)"
+ id="path3849"
+ 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" />
+ <path
+ d="m 71,54 a 2,2 0 1 1 -4,0 2,2 0 1 1 4,0 z"
+ transform="matrix(-1,0,0,1,221,1)"
+ id="path3851"
+ 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" />
+ <path
+ d="m 71,54 a 2,2 0 1 1 -4,0 2,2 0 1 1 4,0 z"
+ transform="matrix(-1,0,0,1,215,5)"
+ id="path3853"
+ 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" />
+ <path
+ 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"
+ id="path3865"
+ 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" />
+ <path
+ d="m 75,21 a 5,5 0 1 1 -10,0 5,5 0 1 1 10,0 z"
+ transform="translate(89,-2)"
+ id="path3867"
+ 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" />
+ <rect
+ width="12"
+ height="2"
+ rx="1.2"
+ x="153"
+ y="22"
+ id="rect3869"
+ 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" />
+ <path
+ d="m 155,24 c 4,8 -4,11 -4,11 l 8,0 0,-11 -4,0 z"
+ id="path3871"
+ style="fill:#000000;stroke:none" />
+ <path
+ d="m 163,24 c -4,8 4,11 4,11 l -8,0 0,-11 4,0 z"
+ id="path3873"
+ style="fill:#000000;stroke:none" />
+ <path
+ d="m 107,20 c 8,4 2,15 2,15 l 8,0 0,-15 -10,0 z"
+ id="path3876"
+ style="fill:#000000;stroke:none" />
+ <path
+ 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"
+ id="path3878"
+ 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" />
+ <rect
+ width="4"
+ height="2"
+ x="107"
+ y="14"
+ id="rect3880"
+ 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" />
+ <rect
+ width="4"
+ height="2"
+ x="115"
+ y="14"
+ id="rect3882"
+ 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" />
+ <rect
+ width="4"
+ height="2"
+ x="123"
+ y="14"
+ id="rect3884"
+ 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" />
+ <rect
+ width="20"
+ height="4"
+ x="107"
+ y="16"
+ id="rect3886"
+ 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" />
+ <path
+ d="m 127,20 c -8,4 -2,15 -2,15 l -8,0 0,-15 10,0 z"
+ id="path3888"
+ style="fill:#000000;stroke:none" />
+ <path
+ 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"
+ id="path4069"
+ 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" />
+ <path
+ 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"
+ id="path4076"
+ 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" />
+ </g>
+ <g
+ id="layer7"
+ style="display:inline">
+ <path
+ 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"
+ transform="matrix(-0.7457627,0,0,0.7457627,110.64407,0.2711864)"
+ clip-path="url(#clipPath4029)"
+ id="path4005"
+ style="opacity:0.5;fill:#6d3b2c;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline" />
+ <path
+ 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"
+ transform="matrix(-0.7457627,0,0,0.7457627,110.64407,0.271186)"
+ clip-path="url(#clipPath4038)"
+ id="path4003"
+ style="opacity:0.5;fill:#9b7a46;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline" />
+ </g>
+ <g
+ id="layer4"
+ style="display:inline">
+ <rect
+ width="66"
+ height="66"
+ rx="12"
+ ry="12"
+ x="15"
+ y="15"
+ clip-path="url(#clipPath3613)"
+ id="rect3171"
+ 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)" />
+ <path
+ 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"
+ id="rect3728"
+ style="opacity:0.5;fill:url(#linearGradient3188);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+ <path
+ 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"
+ id="path3615"
+ style="opacity:0.2;fill:url(#radialGradient2874);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+ </g>
+</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 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ sodipodi:docname="face-shout.svg"
+ inkscape:version="0.48.1 r9760"
+ sodipodi:version="0.32"
+ id="svg4376"
+ height="48px"
+ width="48px"
+ inkscape:export-filename="/home/steven/face-plain4.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ version="1.1">
+ <defs
+ id="defs3">
+ <linearGradient
+ id="linearGradient5283"
+ osb:paint="solid">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop5285" />
+ </linearGradient>
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ id="perspective42" />
+ <linearGradient
+ id="linearGradient3290">
+ <stop
+ id="stop3292"
+ offset="0.0000000"
+ style="stop-color:#fffcde;stop-opacity:1.0000000;" />
+ <stop
+ style="stop-color:#f6e76a;stop-opacity:1.0000000;"
+ offset="0.64485979"
+ id="stop3294" />
+ <stop
+ id="stop3296"
+ offset="1.0000000"
+ style="stop-color:#ffb738;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <radialGradient
+ r="8.9020796"
+ fy="15.755712"
+ fx="29.158466"
+ cy="15.720984"
+ cx="29.288071"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient2714"
+ xlink:href="#linearGradient3290"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient2509">
+ <stop
+ style="stop-color:#fffbd5;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop2511" />
+ <stop
+ style="stop-color:#edd400;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop2513" />
+ </linearGradient>
+ <radialGradient
+ gradientTransform="matrix(1.25,0,0,1.25,53.52055,-13.37211)"
+ id="aigrd2"
+ cx="25.0527"
+ cy="39.5928"
+ r="15.7572"
+ fx="25.0527"
+ fy="39.5928"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ offset="0.0000000"
+ style="stop-color:#777777;stop-opacity:1.0000000;"
+ id="stop8602" />
+ <stop
+ offset="1"
+ style="stop-color:#000000"
+ id="stop8604" />
+ </radialGradient>
+ <linearGradient
+ id="linearGradient4565"
+ inkscape:collect="always">
+ <stop
+ id="stop4567"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ id="stop4569"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3824">
+ <stop
+ id="stop3826"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop3828"
+ offset="1.0000000"
+ style="stop-color:#c9c9c9;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3800">
+ <stop
+ id="stop3802"
+ offset="0.0000000"
+ style="stop-color:#ffeed6;stop-opacity:1.0000000;" />
+ <stop
+ style="stop-color:#e49c2f;stop-opacity:1.0000000;"
+ offset="0.50000000"
+ id="stop8664" />
+ <stop
+ id="stop3804"
+ offset="1.0000000"
+ style="stop-color:#ffc66c;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.333333,0.000000,25.71429)"
+ r="19.714285"
+ fy="38.571430"
+ fx="24.714285"
+ cy="38.571430"
+ cx="24.714285"
+ id="radialGradient4571"
+ xlink:href="#linearGradient4565"
+ inkscape:collect="always" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#aigrd2"
+ id="radialGradient2211"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.25,0,0,1.25,39.41053,-19.20819)"
+ cx="25.0527"
+ cy="39.5928"
+ fx="25.0527"
+ fy="39.5928"
+ r="15.7572" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#aigrd2"
+ id="radialGradient2213"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.357899,0,0,2.083335,55.84561,-42.8285)"
+ cx="-23.452122"
+ cy="38.602852"
+ fx="-23.452122"
+ fy="38.602852"
+ r="15.7572" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#aigrd2"
+ id="radialGradient1342"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.28431,0,0,0.416667,30.45155,18.23307)"
+ cx="-23.452122"
+ cy="38.602852"
+ fx="-23.452122"
+ fy="38.602852"
+ r="15.7572" />
+ </defs>
+ <sodipodi:namedview
+ inkscape:window-y="26"
+ inkscape:window-x="109"
+ inkscape:window-height="715"
+ inkscape:window-width="1255"
+ inkscape:showpageshadow="false"
+ inkscape:document-units="px"
+ inkscape:grid-bbox="true"
+ showgrid="true"
+ inkscape:current-layer="layer1"
+ inkscape:cy="15.415123"
+ inkscape:cx="25.80282"
+ inkscape:zoom="22.627417"
+ inkscape:pageshadow="2"
+ inkscape:pageopacity="0.0"
+ borderopacity="0.19607843"
+ bordercolor="#666666"
+ pagecolor="#ffffff"
+ id="base"
+ fill="#edd400"
+ inkscape:snap-grids="false"
+ inkscape:window-maximized="0"
+ inkscape:snap-to-guides="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3018" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata4">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title>Face - Plain</dc:title>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>emoticon</rdf:li>
+ <rdf:li>emote</rdf:li>
+ <rdf:li>face</rdf:li>
+ <rdf:li>plain</rdf:li>
+ <rdf:li>:|</rdf:li>
+ <rdf:li>:-|</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Steven Garrity</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:source>http://www.tango-project.org</dc:source>
+ <dc:contributor>
+ <cc:Agent>
+ <dc:title>Based on face-smile by jimmac</dc:title>
+ </cc:Agent>
+ </dc:contributor>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/publicdomain/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:groupmode="layer"
+ inkscape:label="Layer 1"
+ id="layer1">
+ <path
+ 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"
+ sodipodi:ry="6.5714288"
+ sodipodi:rx="19.714285"
+ sodipodi:cy="38.571430"
+ sodipodi:cx="24.714285"
+ id="path4563"
+ 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"
+ sodipodi:type="arc" />
+ <path
+ transform="matrix(2.083142,0.000000,0.000000,2.083142,-40.54715,-16.49224)"
+ 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"
+ sodipodi:ry="8.6620579"
+ sodipodi:rx="8.6620579"
+ sodipodi:cy="19.008621"
+ sodipodi:cx="31.112698"
+ id="path4320"
+ 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"
+ sodipodi:type="arc" />
+ <path
+ transform="matrix(1.979782,0.000000,0.000000,1.979782,-37.33128,-14.52746)"
+ sodipodi:type="arc"
+ 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"
+ id="path4322"
+ sodipodi:cx="31.112698"
+ sodipodi:cy="19.008621"
+ sodipodi:rx="8.6620579"
+ sodipodi:ry="8.6620579"
+ 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" />
+ <g
+ transform="matrix(1,0,0,0.74952,0.353553,7.357569)"
+ id="g8666">
+ <path
+ style="opacity:0.36000001;fill:#ffffff;fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
+ 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 "
+ id="path8610" />
+ <path
+ style="opacity:0.36000001;fill:#ffffff;fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
+ 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 "
+ id="path8612" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
+ 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 "
+ id="path8614" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
+ 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 "
+ id="path8616" />
+ </g>
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.66666667;stroke:#ffffff;stroke-width:0.60000002;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ id="path3829"
+ sodipodi:cx="15.875"
+ sodipodi:cy="32.125"
+ sodipodi:rx="2"
+ sodipodi:ry="0.96875"
+ d="m 17.875,32.125 a 2,0.96875 0 1 1 -4,0 2,0.96875 0 1 1 4,0 z"
+ transform="matrix(3.411473,0,0,3.9548806,-30.379674,-95.28158)" />
+ <path
+ sodipodi:type="arc"
+ style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ id="path3022"
+ sodipodi:cx="61.625"
+ sodipodi:cy="24.375"
+ sodipodi:rx="9.875"
+ sodipodi:ry="2.25"
+ 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"
+ transform="matrix(0.74246234,0,0,1.7337465,-21.974067,-10.973654)" />
+ </g>
+</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 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48px"
+ height="48px"
+ id="svg1307"
+ sodipodi:version="0.32"
+ inkscape:version="0.48.1 r9760"
+ sodipodi:docname="media-playback-start-green.svg"
+ inkscape:export-filename="/home/lapo/Desktop/Grafica/Icone/media-actions-outlines.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ version="1.1">
+ <defs
+ id="defs1309">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ id="perspective49" />
+ <linearGradient
+ id="linearGradient2684">
+ <stop
+ id="stop2686"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop2688"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2584">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop2586" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop2588" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5075">
+ <stop
+ style="stop-color:#adb0a8;stop-opacity:1;"
+ offset="0"
+ id="stop5077" />
+ <stop
+ style="stop-color:#464744;stop-opacity:1"
+ offset="1"
+ id="stop5079" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3340">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3342" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.62886596;"
+ offset="1"
+ id="stop3344" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5075"
+ id="linearGradient2306"
+ gradientUnits="userSpaceOnUse"
+ x1="71.288956"
+ y1="124.11652"
+ x2="70.826942"
+ y2="95"
+ gradientTransform="translate(-45.00042,-71.09425)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2684"
+ id="linearGradient2690"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.128181,0,0,1.128181,-53.99314,-83.36009)"
+ x1="70.913956"
+ y1="101.74152"
+ x2="70.951942"
+ y2="88.923729" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="0.19607843"
+ inkscape:pageopacity="0.0000000"
+ inkscape:pageshadow="2"
+ inkscape:zoom="4"
+ inkscape:cx="-1.360841"
+ inkscape:cy="26.827287"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:grid-points="true"
+ fill="#555753"
+ showguides="false"
+ inkscape:guide-bbox="true"
+ guidetolerance="1px"
+ stroke="#555753"
+ inkscape:window-width="872"
+ inkscape:window-height="688"
+ inkscape:window-x="326"
+ inkscape:window-y="53"
+ showborder="true"
+ inkscape:showpageshadow="false"
+ inkscape:window-maximized="0">
+ <sodipodi:guide
+ orientation="horizontal"
+ position="38.996647"
+ id="guide2194" />
+ <sodipodi:guide
+ orientation="horizontal"
+ position="9.0140845"
+ id="guide2196" />
+ <sodipodi:guide
+ orientation="vertical"
+ position="9.0140845"
+ id="guide2198" />
+ <sodipodi:guide
+ orientation="vertical"
+ position="38.975184"
+ id="guide2200" />
+ <sodipodi:guide
+ orientation="horizontal"
+ position="22.988281"
+ id="guide2202" />
+ <sodipodi:guide
+ orientation="vertical"
+ position="23.908786"
+ id="guide2204" />
+ <sodipodi:guide
+ orientation="vertical"
+ position="157.99417"
+ id="guide4332" />
+ <sodipodi:guide
+ orientation="horizontal"
+ position="-36.062446"
+ id="guide4334" />
+ <sodipodi:guide
+ orientation="horizontal"
+ position="-58.02695"
+ id="guide4336" />
+ <sodipodi:guide
+ orientation="vertical"
+ position="180.00287"
+ id="guide4338" />
+ <sodipodi:guide
+ orientation="vertical"
+ position="107.92217"
+ id="guide4417" />
+ <sodipodi:guide
+ orientation="vertical"
+ position="129.93087"
+ id="guide4419" />
+ <sodipodi:guide
+ orientation="horizontal"
+ position="19.996875"
+ id="guide5106" />
+ <sodipodi:guide
+ orientation="horizontal"
+ position="63.039674"
+ id="guide5119" />
+ <sodipodi:guide
+ orientation="horizontal"
+ position="49.066305"
+ id="guide5121" />
+ <sodipodi:guide
+ orientation="horizontal"
+ position="-86.007168"
+ id="guide5307" />
+ <sodipodi:guide
+ orientation="horizontal"
+ position="-108.09009"
+ id="guide5309" />
+ <sodipodi:guide
+ orientation="horizontal"
+ position="-100.15429"
+ id="guide3111" />
+ <inkscape:grid
+ id="GridFromPre046Settings"
+ type="xygrid"
+ originx="0px"
+ originy="0px"
+ spacingx="0.5px"
+ spacingy="0.5px"
+ color="#0000ff"
+ empcolor="#0000ff"
+ opacity="0.2"
+ empopacity="0.4"
+ empspacing="2" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata1312">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Lapo Calamandrei</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>play</rdf:li>
+ <rdf:li>media</rdf:li>
+ <rdf:li>music</rdf:li>
+ <rdf:li>video</rdf:li>
+ <rdf:li>player</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <dc:contributor>
+ <cc:Agent>
+ <dc:title>Jakub Steiner</dc:title>
+ </cc:Agent>
+ </dc:contributor>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/publicdomain/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:groupmode="layer"
+ id="layer4"
+ inkscape:label="contorno"
+ style="display:inline" />
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ style="display:inline">
+ <path
+ sodipodi:nodetypes="cccc"
+ id="path2682"
+ d="M 12,39.5 L 12,9 L 38.06998,23.817079 L 12,39.5 z "
+ 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"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true" />
+ <path
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ 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"
+ d="M 12.49946,37.81149 L 12.49946,10.000005 L 36.602747,23.905748 L 12.49946,37.81149 z "
+ id="path3375"
+ sodipodi:nodetypes="cccc" />
+ <path
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ 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"
+ d="M 12.49946,37.81149 L 12.49946,10.000005 L 36.602747,23.905748 L 12.49946,37.81149 z "
+ id="path2479"
+ sodipodi:nodetypes="cccc" />
+ <path
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ 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"
+ 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 "
+ id="path2481"
+ sodipodi:nodetypes="cccccccc" />
+ <path
+ 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"
+ 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 "
+ id="path2339"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true"
+ sodipodi:nodetypes="cccc" />
+ </g>
+</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 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ sodipodi:docname="applications-games.svg"
+ sodipodi:docbase="/home/tigert/cvs/freedesktop.org/tango-icon-theme/scalable/categories"
+ inkscape:version="0.46"
+ sodipodi:version="0.32"
+ id="svg1291"
+ height="48px"
+ width="48px"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs3">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ id="perspective43" />
+ <linearGradient
+ id="linearGradient3116">
+ <stop
+ style="stop-color:#e5e5e5;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop3118" />
+ <stop
+ style="stop-color:#dfdfdf;stop-opacity:1"
+ offset="1.0000000"
+ id="stop3120" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3558">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop3560" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop3562" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3558"
+ id="radialGradient3564"
+ cx="22.571428"
+ cy="30.857143"
+ fx="22.571428"
+ fy="30.857143"
+ r="15.571428"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.651376,3.896078e-15,10.75754)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2296">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop2298" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop2300" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5460">
+ <stop
+ id="stop5462"
+ offset="0.0000000"
+ style="stop-color:#e5e5e5;stop-opacity:1.0000000;" />
+ <stop
+ id="stop5464"
+ offset="1.0000000"
+ style="stop-color:#c8c8c8;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5460"
+ id="linearGradient3801"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.893089,2.418546e-16,-3.701148e-16,1.119709,-18.45684,-0.381848)"
+ x1="42.150032"
+ y1="23.405266"
+ x2="50.871357"
+ y2="39.318127" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5460"
+ id="linearGradient3803"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.882464,3.464905e-16,-8.831331e-16,1.123229,-18.45703,-0.304225)"
+ x1="38.897804"
+ y1="32.234478"
+ x2="69.181168"
+ y2="57.055389" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2296"
+ id="linearGradient3805"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.015717,7.557277e-18,-7.795539e-18,1.047740,-38.62402,-6.542519)"
+ x1="48.000000"
+ y1="18.534204"
+ x2="78.000000"
+ y2="18.534204" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2296"
+ id="linearGradient3853"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.969324,0.303467,-0.313034,0.999884,-26.51354,-28.87764)"
+ x1="48.000000"
+ y1="18.534204"
+ x2="78.000000"
+ y2="18.534204" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5460"
+ id="linearGradient3855"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.893089,-5.991296e-18,7.511521e-18,1.119710,0.123711,-12.57232)"
+ x1="35.321308"
+ y1="24.984463"
+ x2="51.861248"
+ y2="41.370472" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3116"
+ id="linearGradient3857"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.882464,-2.896566e-17,-5.327444e-17,1.123232,0.123160,-12.49411)"
+ x1="34.561821"
+ y1="17.249048"
+ x2="50.808903"
+ y2="44.769524" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2296"
+ id="linearGradient3859"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.985864,0.244450,-0.252157,1.016945,-24.58715,-15.18839)"
+ x1="54.287079"
+ y1="9.1136208"
+ x2="68.843483"
+ y2="38.118332" />
+ </defs>
+ <sodipodi:namedview
+ inkscape:window-y="62"
+ inkscape:window-x="337"
+ inkscape:window-height="786"
+ inkscape:window-width="770"
+ inkscape:guide-bbox="true"
+ showguides="true"
+ inkscape:document-units="px"
+ inkscape:grid-bbox="true"
+ showgrid="false"
+ inkscape:current-layer="layer1"
+ inkscape:cy="-9.9696865"
+ inkscape:cx="31.362085"
+ inkscape:zoom="1"
+ inkscape:pageshadow="2"
+ inkscape:pageopacity="0.0"
+ borderopacity="0.19607843"
+ bordercolor="#666666"
+ pagecolor="#ffffff"
+ id="base"
+ inkscape:showpageshadow="false" />
+ <metadata
+ id="metadata4">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title>Games</dc:title>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Andreas Nilsson</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>games</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <dc:contributor>
+ <cc:Agent>
+ <dc:title>Jakub Steiner</dc:title>
+ </cc:Agent>
+ </dc:contributor>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/publicdomain/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:groupmode="layer"
+ inkscape:label="Layer 1"
+ id="layer1">
+ <path
+ sodipodi:type="arc"
+ 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"
+ id="path3556"
+ sodipodi:cx="22.571428"
+ sodipodi:cy="30.857143"
+ sodipodi:rx="15.571428"
+ sodipodi:ry="10.142858"
+ 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"
+ transform="matrix(1.408115,0.000000,0.000000,0.492958,-7.856805,28.28872)" />
+ <g
+ id="g3794"
+ transform="matrix(0.980280,-0.197617,0.197617,0.980280,-10.72835,1.085105)">
+ <g
+ transform="matrix(0.965364,0.260908,-0.260908,0.965364,11.34921,-0.522676)"
+ id="g2304">
+ <rect
+ transform="matrix(0.965384,-0.260833,0.260833,0.965384,0.000000,0.000000)"
+ rx="3.0304639"
+ ry="2.8284323"
+ y="8.2107315"
+ x="-1.9805312"
+ height="39.032627"
+ width="30.930361"
+ id="rect2306"
+ 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" />
+ <rect
+ transform="matrix(0.965376,-0.260864,0.260803,0.965392,0.000000,0.000000)"
+ rx="2.2349753"
+ ry="1.9445504"
+ y="9.1018763"
+ x="-1.0130478"
+ height="37.150211"
+ width="28.997335"
+ id="rect2308"
+ 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" />
+ </g>
+ <path
+ 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"
+ 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 "
+ id="path2294"
+ sodipodi:nodetypes="ccccccc"
+ transform="translate(0.176776,7.247840)" />
+ <path
+ id="path3059"
+ 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 "
+ 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" />
+ </g>
+ <g
+ id="g3827"
+ transform="translate(-1.000000,0.250000)">
+ <g
+ id="g3844"
+ transform="translate(0.000000,-1.875000)">
+ <g
+ id="g3807"
+ transform="translate(2.500000,2.750000)">
+ <g
+ transform="translate(0.176776,7.247840)"
+ id="g3042">
+ <path
+ 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"
+ 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 "
+ id="path3055"
+ sodipodi:nodetypes="ccccccc" />
+ </g>
+ <rect
+ transform="matrix(0.966464,0.256804,-0.256804,0.966464,0.000000,0.000000)"
+ rx="3.0304649"
+ ry="2.8284333"
+ y="-3.9797387"
+ x="16.600031"
+ height="39.032639"
+ width="30.930372"
+ id="rect7756"
+ 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" />
+ <rect
+ transform="matrix(0.966472,0.256773,-0.256834,0.966456,0.000000,0.000000)"
+ rx="2.2349749"
+ ry="1.9445531"
+ y="-3.0879984"
+ x="17.567137"
+ height="37.150257"
+ width="28.997335"
+ id="rect7758"
+ 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" />
+ <path
+ sodipodi:nodetypes="czczc"
+ id="path920"
+ 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 "
+ 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" />
+ </g>
+ <path
+ 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"
+ 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 "
+ id="path3820"
+ sodipodi:nodetypes="ccccccc" />
+ </g>
+ </g>
+ </g>
+</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 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ inkscape:export-ydpi="90.000000"
+ inkscape:export-xdpi="90.000000"
+ inkscape:export-filename="/home/jimmac/src/cvs/tango-icon-theme/22x22/categories/applications-graphics.png"
+ width="22"
+ height="22"
+ id="svg9121"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/22x22/categories"
+ sodipodi:docname="applications-graphics.svg"
+ version="1.0"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs3">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 11 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="22 : 11 : 1"
+ inkscape:persp3d-origin="11 : 7.3333333 : 1"
+ id="perspective164" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient6835">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop6837" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6839" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6835"
+ id="linearGradient7005"
+ gradientUnits="userSpaceOnUse"
+ x1="48.25"
+ y1="54.75"
+ x2="48.25"
+ y2="71.25"
+ gradientTransform="matrix(0.718914,0,0,0.718914,-1.897103,-20.68606)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6651"
+ id="linearGradient7010"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.737307,0,0,0.770854,-8.532023,7.121636)"
+ x1="60.168766"
+ y1="40.119797"
+ x2="60.440994"
+ y2="43.869797" />
+ <linearGradient
+ id="linearGradient6748">
+ <stop
+ style="stop-color:#729fcf;stop-opacity:1;"
+ offset="0"
+ id="stop6750" />
+ <stop
+ style="stop-color:#2b5582;stop-opacity:1;"
+ offset="1"
+ id="stop6752" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6748"
+ id="linearGradient7014"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.718914,0,0,0.718914,-1.897103,-22.42481)"
+ x1="49.853037"
+ y1="64.259623"
+ x2="62.768221"
+ y2="64.259623" />
+ <linearGradient
+ id="linearGradient6629">
+ <stop
+ style="stop-color:#aeaeae;stop-opacity:1;"
+ offset="0"
+ id="stop6631" />
+ <stop
+ style="stop-color:#c4c4c4;stop-opacity:0;"
+ offset="1"
+ id="stop6633" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6629"
+ id="linearGradient7017"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.888619,0,0,0.718914,-18.29768,9.471728)"
+ x1="61.871845"
+ y1="29.615223"
+ x2="61.871845"
+ y2="41.459263" />
+ <linearGradient
+ id="linearGradient6651">
+ <stop
+ style="stop-color:#f2f2f2;stop-opacity:1;"
+ offset="0"
+ id="stop6653" />
+ <stop
+ style="stop-color:#c3c3c3;stop-opacity:1;"
+ offset="1"
+ id="stop6655" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6651"
+ id="linearGradient7020"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.71944,0,0,0.718914,-7.696252,9.471728)"
+ x1="53.168766"
+ y1="24.244797"
+ x2="69.690994"
+ y2="24.244797" />
+ <linearGradient
+ id="linearGradient6721">
+ <stop
+ style="stop-color:#729fcf;stop-opacity:1;"
+ offset="0"
+ id="stop6723" />
+ <stop
+ style="stop-color:#3c74b1;stop-opacity:1;"
+ offset="1"
+ id="stop6725" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6721"
+ id="linearGradient7025"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.862482,0,0,0.580718,-16.25697,11.01348)"
+ x1="52.717936"
+ y1="2.3161638"
+ x2="67.465988"
+ y2="2.3161638" />
+ <linearGradient
+ id="linearGradient6963">
+ <stop
+ style="stop-color:#696969;stop-opacity:1;"
+ offset="0"
+ id="stop6965" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="1"
+ id="stop6967" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6963"
+ id="radialGradient6969"
+ cx="15.415101"
+ cy="35.356506"
+ fx="15.415101"
+ fy="35.356506"
+ r="7.5791561"
+ gradientTransform="matrix(0.3814,4.793827e-17,2.517924e-13,0.371686,0.265529,4.587942)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient6975">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop6977" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop6979" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6975"
+ id="radialGradient6981"
+ cx="26.78167"
+ cy="42.343147"
+ fx="26.78167"
+ fy="42.343147"
+ r="14.407301"
+ gradientTransform="matrix(1,0,0,0.282209,1.342589e-14,30.39355)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient6939">
+ <stop
+ style="stop-color:#bdbdbd;stop-opacity:1;"
+ offset="0"
+ id="stop6941" />
+ <stop
+ id="stop6947"
+ offset="0.33333334"
+ style="stop-color:#e2e2e2;stop-opacity:1;" />
+ <stop
+ style="stop-color:#a3a3a3;stop-opacity:1;"
+ offset="0.66666669"
+ id="stop6949" />
+ <stop
+ style="stop-color:#dddddd;stop-opacity:1;"
+ offset="1"
+ id="stop6943" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6939"
+ id="linearGradient6945"
+ x1="19.394735"
+ y1="30.001331"
+ x2="23.109331"
+ y2="33.438831"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.885182,-0.14859,0.14859,0.885182,-12.79968,-11.59047)" />
+ <linearGradient
+ id="linearGradient6951">
+ <stop
+ style="stop-color:#6e3d09;stop-opacity:1;"
+ offset="0"
+ id="stop6953" />
+ <stop
+ id="stop6959"
+ offset="0.24242425"
+ style="stop-color:#ea8113;stop-opacity:1;" />
+ <stop
+ style="stop-color:#5c3307;stop-opacity:1;"
+ offset="0.62121212"
+ id="stop6961" />
+ <stop
+ style="stop-color:#e07c12;stop-opacity:1;"
+ offset="1"
+ id="stop6955" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6951"
+ id="linearGradient6957"
+ x1="28.058632"
+ y1="18.867767"
+ x2="33.436985"
+ y2="23.742767"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.573976,-5.028503e-2,5.028503e-2,0.573976,-3.900241,-2.419328)" />
+ <linearGradient
+ id="linearGradient4394">
+ <stop
+ style="stop-color:#818181;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop5137" />
+ <stop
+ id="stop5139"
+ offset="0.50000000"
+ style="stop-color:#ffffff;stop-opacity:1.0000000;" />
+ <stop
+ style="stop-color:#bebebe;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop4398" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4394"
+ id="linearGradient5147"
+ gradientUnits="userSpaceOnUse"
+ x1="3.6693072"
+ y1="27.981939"
+ x2="46.098797"
+ y2="27.981939"
+ gradientTransform="translate(54.50145,-4.377128)" />
+ <linearGradient
+ id="linearGradient8391">
+ <stop
+ style="stop-color:#b87202;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop8393" />
+ <stop
+ style="stop-color:#8f5902;stop-opacity:0;"
+ offset="1"
+ id="stop8395" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7625">
+ <stop
+ style="stop-color:#505b5f;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop7627" />
+ <stop
+ style="stop-color:#2e3436;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop7629" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5333">
+ <stop
+ style="stop-color:#555753;stop-opacity:0.0000000;"
+ offset="0.0000000"
+ id="stop5335" />
+ <stop
+ style="stop-color:#555753;stop-opacity:1.0000000;"
+ offset="0.50000000"
+ id="stop5341" />
+ <stop
+ style="stop-color:#555753;stop-opacity:0.0000000;"
+ offset="1.0000000"
+ id="stop5337" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5325">
+ <stop
+ style="stop-color:#555753;stop-opacity:1;"
+ offset="0"
+ id="stop5327" />
+ <stop
+ style="stop-color:#555753;stop-opacity:0;"
+ offset="1"
+ id="stop5329" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5229">
+ <stop
+ id="stop5231"
+ offset="0.0000000"
+ style="stop-color:#969993;stop-opacity:1.0000000;" />
+ <stop
+ id="stop5237"
+ offset="0.50000000"
+ style="stop-color:#d4d8d0;stop-opacity:1.0000000;" />
+ <stop
+ id="stop5233"
+ offset="1.0000000"
+ style="stop-color:#abaea7;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11940">
+ <stop
+ id="stop11942"
+ offset="0"
+ style="stop-color:#fcf18f;stop-opacity:1;" />
+ <stop
+ id="stop11944"
+ offset="1"
+ style="stop-color:#fcf18f;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11932">
+ <stop
+ id="stop11934"
+ offset="0"
+ style="stop-color:#b59300;stop-opacity:1;" />
+ <stop
+ id="stop11936"
+ offset="1"
+ style="stop-color:#b59300;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11924"
+ inkscape:collect="always">
+ <stop
+ id="stop11926"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ id="stop11928"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11916">
+ <stop
+ id="stop11918"
+ offset="0.0000000"
+ style="stop-color:#8b7200;stop-opacity:1.0000000;" />
+ <stop
+ id="stop11920"
+ offset="1"
+ style="stop-color:#544500;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11124">
+ <stop
+ id="stop11126"
+ offset="0.0000000"
+ style="stop-color:#ffffff;stop-opacity:1.0000000;" />
+ <stop
+ id="stop11128"
+ offset="1.0000000"
+ style="stop-color:#ffffff;stop-opacity:0.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient19124">
+ <stop
+ style="stop-color:#fcf18f;stop-opacity:1;"
+ offset="0"
+ id="stop19126" />
+ <stop
+ style="stop-color:#fcf8ce;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop19128" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient19116">
+ <stop
+ style="stop-color:#987c00;stop-opacity:1;"
+ offset="0"
+ id="stop19118" />
+ <stop
+ style="stop-color:#5f4d00;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop19120" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient19108">
+ <stop
+ style="stop-color:#edd400;stop-opacity:0.0000000;"
+ offset="0.0000000"
+ id="stop19110" />
+ <stop
+ style="stop-color:#b8a500;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop19112" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient18320">
+ <stop
+ style="stop-color:#e9b96e;stop-opacity:1;"
+ offset="0"
+ id="stop18322" />
+ <stop
+ style="stop-color:#b88433;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop18324" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient14520">
+ <stop
+ style="stop-color:#fcfae2;stop-opacity:0.0000000;"
+ offset="0.0000000"
+ id="stop14522" />
+ <stop
+ style="stop-color:#b8ab27;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop14524" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient14520"
+ id="linearGradient14526"
+ gradientTransform="scale(0.831950,1.201995)"
+ x1="23.411154"
+ y1="0.82209921"
+ x2="21.684671"
+ y2="6.4114828"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient18320"
+ id="linearGradient18326"
+ gradientTransform="matrix(1.228073,0.000000,0.000000,1.407676,-1.888866,-14.16649)"
+ x1="11.711685"
+ y1="31.134253"
+ x2="15.54356"
+ y2="33.48214"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient19108"
+ id="linearGradient19114"
+ gradientTransform="scale(0.827650,1.208240)"
+ x1="31.654196"
+ y1="3.4796145"
+ x2="28.394352"
+ y2="12.564109"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ y2="29.502863"
+ x2="24.769884"
+ y1="11.246989"
+ x1="15.750742"
+ gradientTransform="matrix(0.831950,0.000000,0.000000,1.201995,100.1096,-33.10918)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11152"
+ xlink:href="#linearGradient14520"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="33.48214"
+ x2="15.54356"
+ y1="31.134253"
+ x1="11.711685"
+ gradientTransform="matrix(0.934030,0.000000,0.000000,1.070630,100.1096,-33.10918)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11154"
+ xlink:href="#linearGradient18320"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="19.211454"
+ x2="29.475761"
+ y1="13.215685"
+ x1="20.190006"
+ gradientTransform="matrix(0.827650,0.000000,0.000000,1.208240,100.1096,-33.10918)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11156"
+ xlink:href="#linearGradient19108"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="4.8820314"
+ x2="33.964863"
+ y1="35.224327"
+ x1="8.1650734"
+ gradientTransform="scale(0.824694,1.212571)"
+ id="linearGradient11930"
+ xlink:href="#linearGradient11924"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="2.7806931"
+ x2="34.060062"
+ y1="16.266647"
+ x1="27.062229"
+ gradientTransform="scale(0.800741,1.248844)"
+ id="linearGradient11938"
+ xlink:href="#linearGradient11932"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="-0.48521933"
+ x2="16.707243"
+ y1="4.4311285"
+ x1="14.394565"
+ gradientTransform="scale(0.838071,1.193216)"
+ id="linearGradient11946"
+ xlink:href="#linearGradient11940"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="4.8820314"
+ x2="33.964863"
+ y1="35.224327"
+ x1="8.1650734"
+ gradientTransform="matrix(0.824694,0.000000,0.000000,1.212571,17.09202,-2.523485)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13466"
+ xlink:href="#linearGradient11924"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="2.6501136"
+ x2="24.141811"
+ y1="7.2559285"
+ x1="22.480724"
+ gradientTransform="scale(0.826560,1.209833)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13472"
+ xlink:href="#linearGradient11916"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="12.564109"
+ x2="28.394352"
+ y1="3.4796145"
+ x1="31.654196"
+ gradientTransform="scale(0.827650,1.208240)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient1949"
+ xlink:href="#linearGradient19108"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="33.48214"
+ x2="15.54356"
+ y1="31.134253"
+ x1="11.711685"
+ gradientTransform="matrix(1.228073,4.302344e-17,-4.316300e-17,1.407676,-1.888866,-14.16649)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient1951"
+ xlink:href="#linearGradient18320"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-0.48521933"
+ x2="16.707243"
+ y1="4.4311285"
+ x1="14.394565"
+ gradientTransform="scale(0.838071,1.193216)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient1953"
+ xlink:href="#linearGradient11940"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="2.7806931"
+ x2="34.060062"
+ y1="16.266647"
+ x1="27.062229"
+ gradientTransform="scale(0.800741,1.248844)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient1955"
+ xlink:href="#linearGradient11932"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="6.4114828"
+ x2="21.684671"
+ y1="0.82209921"
+ x1="23.411154"
+ gradientTransform="scale(0.831950,1.201995)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient1957"
+ xlink:href="#linearGradient14520"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="2.6501136"
+ x2="24.141811"
+ y1="7.2559285"
+ x1="22.480724"
+ gradientTransform="scale(0.826560,1.209833)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient1959"
+ xlink:href="#linearGradient11916"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11916"
+ id="linearGradient4295"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.810222,0.163528,-0.239356,1.185920,0.000000,0.000000)"
+ x1="32.368496"
+ y1="6.0591717"
+ x2="35.239323"
+ y2="-3.6642039" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient14520"
+ id="linearGradient4300"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.815505,0.164595,-0.237805,1.178235,8.297767,0.197690)"
+ x1="23.411154"
+ y1="0.82209921"
+ x2="21.684671"
+ y2="6.4114828" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11932"
+ id="linearGradient4303"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.784913,0.158420,-0.247074,1.224159,0.000000,0.000000)"
+ x1="43.604591"
+ y1="9.6609612"
+ x2="48.134148"
+ y2="1.5751816" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11940"
+ id="linearGradient4306"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.821506,0.165806,-0.236068,1.169631,0.000000,0.000000)"
+ x1="28.250944"
+ y1="1.5502936"
+ x2="29.906208"
+ y2="-2.3372657" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient18320"
+ id="linearGradient4309"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.203798,0.242964,-0.278497,1.379850,9.248965,-14.06247)"
+ x1="11.711685"
+ y1="31.134253"
+ x2="15.54356"
+ y2="33.48214" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient19108"
+ id="linearGradient4312"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.811291,0.163744,-0.239041,1.184358,0.000000,0.000000)"
+ x1="41.32328"
+ y1="-3.1978326"
+ x2="38.269123"
+ y2="11.365776" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="11.797005"
+ x2="-23.287144"
+ y1="11.797003"
+ x1="-32.138432"
+ gradientTransform="scale(1.089011,0.918264)"
+ id="linearGradient5235"
+ xlink:href="#linearGradient5229"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4394"
+ id="linearGradient3805"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.391099,0.340585,-0.287184,0.329778,-0.912146,-0.404602)"
+ x1="24.742752"
+ y1="2.3111212"
+ x2="31.589277"
+ y2="2.4383495" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7625"
+ id="radialGradient7631"
+ gradientTransform="matrix(0.538263,0.000000,0.000000,0.421330,-0.482426,-0.608169)"
+ cx="8.9124269"
+ cy="34.747555"
+ fx="9.0367527"
+ fy="34.482697"
+ r="7.9984083"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11924"
+ id="linearGradient8397"
+ gradientTransform="matrix(0.482577,0.000000,0.000000,0.469949,-0.912149,-0.404605)"
+ x1="33.882736"
+ y1="12.904269"
+ x2="38.881176"
+ y2="6.917428"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11924"
+ id="linearGradient10683"
+ gradientTransform="matrix(0.448237,1.707550e-2,-1.924623e-2,0.505219,-0.421446,-0.899581)"
+ x1="32.457001"
+ y1="16.203007"
+ x2="41.377167"
+ y2="5.4044285"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11924"
+ id="linearGradient10685"
+ gradientTransform="matrix(0.448341,-1.406527e-2,1.585333e-2,0.505337,-1.128074,-0.336146)"
+ x1="32.457001"
+ y1="16.203007"
+ x2="40.450649"
+ y2="7.7109184"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6835"
+ id="linearGradient7337"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.416376,0,0,0.416376,9.846678,-15.02004)"
+ x1="48.25"
+ y1="54.75"
+ x2="48.25"
+ y2="71.25" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6651"
+ id="linearGradient7341"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.427029,0,0,0.446458,4.771471,1.085454)"
+ x1="60.168766"
+ y1="40.119797"
+ x2="60.440994"
+ y2="43.869797" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6748"
+ id="linearGradient7345"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.416376,0,0,0.416376,8.614239,-16.02708)"
+ x1="49.853037"
+ y1="64.259623"
+ x2="62.768221"
+ y2="64.259623" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6629"
+ id="linearGradient7348"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.514666,0,0,0.416376,-0.884552,2.446568)"
+ x1="61.871845"
+ y1="29.615223"
+ x2="61.871845"
+ y2="41.459263" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6651"
+ id="linearGradient7351"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.416682,0,0,0.416376,5.255518,2.446565)"
+ x1="53.168766"
+ y1="24.244797"
+ x2="69.690994"
+ y2="24.244797" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6721"
+ id="linearGradient7355"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.584029,0,0,0.414309,-4.606406,2.776385)"
+ x1="52.717936"
+ y1="2.3161638"
+ x2="67.465988"
+ y2="2.3161638" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6721"
+ id="linearGradient7368"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.584029,0,0,0.414309,-4.606406,2.776385)"
+ x1="52.717936"
+ y1="2.3161638"
+ x2="67.465988"
+ y2="2.3161638" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6651"
+ id="linearGradient7370"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.416682,0,0,0.416376,5.255518,2.446565)"
+ x1="53.168766"
+ y1="24.244797"
+ x2="69.690994"
+ y2="24.244797" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6629"
+ id="linearGradient7372"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.514666,0,0,0.416376,-0.884552,2.446568)"
+ x1="61.871845"
+ y1="29.615223"
+ x2="61.871845"
+ y2="41.459263" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6748"
+ id="linearGradient7374"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.416376,0,0,0.416376,8.614239,-16.02708)"
+ x1="49.853037"
+ y1="64.259623"
+ x2="62.768221"
+ y2="64.259623" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6651"
+ id="linearGradient7376"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.427029,0,0,0.446458,4.771471,1.085454)"
+ x1="60.168766"
+ y1="40.119797"
+ x2="60.440994"
+ y2="43.869797" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6835"
+ id="linearGradient7378"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.416376,0,0,0.416376,9.846678,-15.02004)"
+ x1="48.25"
+ y1="54.75"
+ x2="48.25"
+ y2="71.25" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6721"
+ id="linearGradient7390"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.584029,0,0,0.414309,-4.606406,2.776385)"
+ x1="52.717936"
+ y1="2.3161638"
+ x2="67.465988"
+ y2="2.3161638" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6651"
+ id="linearGradient7392"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.416682,0,0,0.416376,5.255518,2.446565)"
+ x1="53.168766"
+ y1="24.244797"
+ x2="69.690994"
+ y2="24.244797" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6629"
+ id="linearGradient7394"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.514666,0,0,0.416376,-0.884552,2.446568)"
+ x1="61.871845"
+ y1="29.615223"
+ x2="61.871845"
+ y2="41.459263" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6748"
+ id="linearGradient7396"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.416376,0,0,0.416376,8.614239,-16.02708)"
+ x1="49.853037"
+ y1="64.259623"
+ x2="62.768221"
+ y2="64.259623" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6651"
+ id="linearGradient7398"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.427029,0,0,0.446458,4.771471,1.085454)"
+ x1="60.168766"
+ y1="40.119797"
+ x2="60.440994"
+ y2="43.869797" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6835"
+ id="linearGradient7400"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.416376,0,0,0.416376,9.846678,-15.02004)"
+ x1="48.25"
+ y1="54.75"
+ x2="48.25"
+ y2="71.25" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="0.10196078"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="16"
+ inkscape:cx="3.671955"
+ inkscape:cy="4.4531851"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:window-width="872"
+ inkscape:window-height="854"
+ inkscape:window-x="442"
+ inkscape:window-y="242"
+ inkscape:showpageshadow="false" />
+ <metadata
+ id="metadata4">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title>Graphics category</dc:title>
+ <dc:date />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Jakub Steiner</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>draw</rdf:li>
+ <rdf:li>brush</rdf:li>
+ <rdf:li>paint</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <dc:source>http://tango.freedesktop.org/</dc:source>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/publicdomain/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <path
+ 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"
+ 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 "
+ id="path6937"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true"
+ sodipodi:nodetypes="ccssc" />
+ <path
+ sodipodi:nodetypes="ccsc"
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ id="path7220"
+ 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 "
+ 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" />
+ <path
+ 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"
+ 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 "
+ id="path6935"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ sodipodi:type="arc"
+ 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"
+ id="path6973"
+ sodipodi:cx="26.78167"
+ sodipodi:cy="42.343147"
+ sodipodi:rx="14.407301"
+ sodipodi:ry="4.0658641"
+ 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"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true"
+ transform="matrix(0.658344,0,0,0.4919,-8.243226,-0.82861)" />
+ <path
+ 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"
+ 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 "
+ id="path6933"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true"
+ sodipodi:nodetypes="cssc" />
+ <path
+ sodipodi:type="arc"
+ 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"
+ id="path6971"
+ sodipodi:cx="7.624999"
+ sodipodi:cy="37.75"
+ sodipodi:rx="1.2499999"
+ sodipodi:ry="1.2499999"
+ 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"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true"
+ transform="matrix(0.8,0,0,0.8,-9.999849e-2,-12.075)" />
+ <path
+ 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"
+ d="M 9.9700672,12.144885 L 8.06284,15.863848"
+ id="path6985"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true" />
+ <g
+ id="g7357"
+ transform="translate(0.55649,0)"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true">
+ <path
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ sodipodi:nodetypes="cssssssc"
+ id="path6659"
+ 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 "
+ 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" />
+ <path
+ transform="matrix(0.513309,0,0,0.271583,3.664142,-8.668125)"
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ 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"
+ sodipodi:ry="1.5"
+ sodipodi:rx="5.375"
+ sodipodi:cy="49.75"
+ sodipodi:cx="52"
+ id="path6729"
+ 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"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:nodetypes="ccccccc"
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ id="path6617"
+ 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 "
+ 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" />
+ <path
+ sodipodi:nodetypes="czcc"
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ id="path6619"
+ 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 "
+ 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" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ id="path6641"
+ 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 "
+ 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" />
+ <path
+ 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"
+ 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 "
+ id="path6670"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true"
+ sodipodi:nodetypes="ccccccc" />
+ <rect
+ ry="0.88388288"
+ rx="0.8838833"
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ y="18.700739"
+ x="25.068512"
+ height="2.274852"
+ width="11.56866"
+ id="rect5742"
+ 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" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ id="path6668"
+ 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 "
+ 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" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ id="path6833"
+ 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 "
+ 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" />
+ </g>
+ </g>
+</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 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ sodipodi:docname="applications-multimedia.svg"
+ sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/categories"
+ inkscape:version="0.46"
+ sodipodi:version="0.32"
+ id="svg1430"
+ height="48px"
+ width="48px"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs3">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ id="perspective78" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient6719"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5060">
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0"
+ id="stop5062" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop5064" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient6717"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <linearGradient
+ id="linearGradient5048">
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="0"
+ id="stop5050" />
+ <stop
+ id="stop5056"
+ offset="0.5"
+ style="stop-color:black;stop-opacity:1;" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop5052" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5048"
+ id="linearGradient6715"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
+ x1="302.85715"
+ y1="366.64789"
+ x2="302.85715"
+ y2="609.50507" />
+ <linearGradient
+ id="linearGradient3593">
+ <stop
+ id="stop3595"
+ offset="0"
+ style="stop-color:#939393;stop-opacity:1;" />
+ <stop
+ id="stop3597"
+ offset="1.0000000"
+ style="stop-color:#d9d9d9;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3575"
+ inkscape:collect="always">
+ <stop
+ id="stop3577"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ id="stop3579"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2613"
+ inkscape:collect="always">
+ <stop
+ id="stop2615"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop2617"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2601">
+ <stop
+ id="stop2603"
+ offset="0.0000000"
+ style="stop-color:#5d5d5d;stop-opacity:1.0000000;" />
+ <stop
+ id="stop2605"
+ offset="1.0000000"
+ style="stop-color:#444444;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2502">
+ <stop
+ id="stop2504"
+ offset="0"
+ style="stop-color:#fdfdfd;stop-opacity:1;" />
+ <stop
+ id="stop2506"
+ offset="1.0000000"
+ style="stop-color:#d4d4d4;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.883137,5.542409e-23,8.493709e-23,2.136047,-64.96822,-52.48586)"
+ r="19.571430"
+ fy="35.673447"
+ fx="27.216267"
+ cy="35.673447"
+ cx="27.216267"
+ id="radialGradient2607"
+ xlink:href="#linearGradient2601"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="49.142849"
+ x2="21.536488"
+ y1="13.142847"
+ x1="5.4635010"
+ id="linearGradient2619"
+ xlink:href="#linearGradient2613"
+ inkscape:collect="always" />
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.207120,0.000000,35.11327)"
+ r="22.071428"
+ fy="44.285713"
+ fx="24.642857"
+ cy="44.285713"
+ cx="24.642857"
+ id="radialGradient3581"
+ xlink:href="#linearGradient3575"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="11.107142"
+ x2="7.9285712"
+ y1="15.928572"
+ x1="10.678571"
+ id="linearGradient3599"
+ xlink:href="#linearGradient3593"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="18.693317"
+ x2="18.772917"
+ y1="6.1102505"
+ x1="2.7612331"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4385"
+ xlink:href="#linearGradient2502"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(-0.599666,-0.578168)"
+ y2="18.693317"
+ x2="18.772917"
+ y1="6.1102505"
+ x1="2.7612331"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4387"
+ xlink:href="#linearGradient2502"
+ inkscape:collect="always" />
+ </defs>
+ <sodipodi:namedview
+ inkscape:showpageshadow="false"
+ inkscape:window-y="160"
+ inkscape:window-x="483"
+ inkscape:window-height="688"
+ inkscape:window-width="872"
+ inkscape:document-units="px"
+ inkscape:grid-bbox="true"
+ showgrid="false"
+ inkscape:current-layer="layer1"
+ inkscape:cy="25.564139"
+ inkscape:cx="23.940203"
+ inkscape:zoom="1"
+ inkscape:pageshadow="2"
+ inkscape:pageopacity="0.0"
+ borderopacity="0.14117647"
+ bordercolor="#666666"
+ pagecolor="#ffffff"
+ id="base" />
+ <metadata
+ id="metadata4">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title>Multimedia Category</dc:title>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Jakub Steiner</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:source>http://jimmac.musichall.cz</dc:source>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>video</rdf:li>
+ <rdf:li>multimedia</rdf:li>
+ <rdf:li>category</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <dc:contributor>
+ <cc:Agent>
+ <dc:title />
+ </cc:Agent>
+ </dc:contributor>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/publicdomain/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:groupmode="layer"
+ inkscape:label="Layer 1"
+ id="layer1">
+ <g
+ transform="matrix(2.33489e-2,0,0,2.086758e-2,45.33878,41.86789)"
+ id="g6707">
+ <rect
+ 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"
+ id="rect6709"
+ width="1339.6335"
+ height="478.35718"
+ x="-1559.2523"
+ y="-150.69685" />
+ <path
+ 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"
+ 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 "
+ id="path6711"
+ sodipodi:nodetypes="cccc" />
+ <path
+ sodipodi:nodetypes="cccc"
+ id="path6713"
+ 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 "
+ 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>
+ <rect
+ ry="1.1428572"
+ rx="1.1428572"
+ y="16.571430"
+ x="5.4285707"
+ height="27.999996"
+ width="38.142860"
+ id="rect1440"
+ 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" />
+ <rect
+ 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"
+ id="rect2609"
+ width="36.072987"
+ height="26.060221"
+ x="6.3920727"
+ y="17.489294"
+ rx="0.27372196"
+ ry="0.27372196" />
+ <g
+ transform="matrix(-0.972710,0.232023,0.232023,0.972710,45.78579,5.110631)"
+ id="g4376">
+ <rect
+ transform="matrix(0.974407,-0.224790,0.224790,0.974407,0.000000,0.000000)"
+ ry="1.1428572"
+ rx="1.1428572"
+ y="10.353170"
+ x="1.7052064"
+ height="6.5087900"
+ width="39.805996"
+ id="rect4362"
+ 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" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ id="path4364"
+ 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 "
+ 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" />
+ <path
+ 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"
+ 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 "
+ id="path4366"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ id="path4368"
+ 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 "
+ 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" />
+ <path
+ sodipodi:nodetypes="ccccccc"
+ id="path4370"
+ 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 "
+ 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" />
+ <rect
+ 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"
+ id="rect4372"
+ width="37.842842"
+ height="4.6068902"
+ x="2.6716552"
+ y="11.327118"
+ rx="0.26506385"
+ ry="0.26506385"
+ transform="matrix(0.974407,-0.224790,0.224790,0.974407,0.000000,0.000000)" />
+ </g>
+ <rect
+ transform="matrix(0.974407,-0.224790,0.224790,0.974407,0.000000,0.000000)"
+ ry="1.1428553"
+ rx="1.1428553"
+ y="9.6851511"
+ x="0.67043102"
+ height="6.9415727"
+ width="40.077335"
+ id="rect2200"
+ 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" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ id="path2202"
+ 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 "
+ 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" />
+ <path
+ 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"
+ 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 "
+ id="path2204"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ id="path2206"
+ 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 "
+ 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" />
+ <path
+ sodipodi:nodetypes="ccccccc"
+ id="rect2210"
+ 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 "
+ 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" />
+ <rect
+ 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"
+ id="rect2510"
+ width="38.199306"
+ height="4.9147058"
+ x="1.6368761"
+ y="10.659099"
+ rx="0.26506338"
+ ry="0.26506338"
+ transform="matrix(0.974407,-0.224790,0.224790,0.974407,0.000000,0.000000)" />
+ <path
+ sodipodi:nodetypes="ccccccc"
+ id="path3583"
+ 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 "
+ 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" />
+ <path
+ transform="translate(-7.142886e-2,-4.964285)"
+ 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"
+ sodipodi:ry="0.48214287"
+ sodipodi:rx="0.48214287"
+ sodipodi:cy="17.196428"
+ sodipodi:cx="8.5535717"
+ id="path3587"
+ 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"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:type="arc"
+ 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"
+ id="path3589"
+ sodipodi:cx="8.5535717"
+ sodipodi:cy="17.196428"
+ sodipodi:rx="0.48214287"
+ sodipodi:ry="0.48214287"
+ 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"
+ transform="translate(-7.142884e-2,0.321429)" />
+ <path
+ transform="translate(4.964285,0.321429)"
+ 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"
+ sodipodi:ry="0.48214287"
+ sodipodi:rx="0.48214287"
+ sodipodi:cy="17.196428"
+ sodipodi:cx="8.5535717"
+ id="path3591"
+ 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"
+ sodipodi:type="arc" />
+ <g
+ transform="translate(0.000000,4.000000)"
+ style="opacity:0.26130649"
+ id="g3629">
+ <path
+ 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"
+ d="M 10.000000,28.428571 L 38.000000,28.428571"
+ id="path3601" />
+ <path
+ 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"
+ d="M 10.000000,32.571424 L 38.000000,32.571424"
+ id="path3603" />
+ <path
+ 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"
+ d="M 32.500000,28.000000 L 32.500000,24.000000"
+ id="path3607" />
+ <path
+ 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"
+ d="M 10.000000,32.571424 L 38.000000,32.571424"
+ id="path3605" />
+ <path
+ 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"
+ d="M 22.500000,28.000000 L 22.500000,24.000000"
+ id="path3611" />
+ <path
+ id="path3615"
+ d="M 9.7429344,36.571424 L 23.042766,36.571424"
+ 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" />
+ </g>
+ <g
+ transform="matrix(0.688056,0.000000,0.000000,0.688056,11.98189,14.73331)"
+ style="fill:#ffffff;fill-opacity:1.0000000"
+ id="g3680">
+ <path
+ 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"
+ id="path3674"
+ 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 " />
+ <path
+ 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"
+ id="path3676"
+ 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 " />
+ <path
+ 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"
+ id="path3678"
+ 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 " />
+ </g>
+ <g
+ transform="matrix(1.013963,0.000000,0.000000,1.013963,1.878556,5.469083)"
+ id="g3755">
+ <path
+ 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"
+ id="path3693"
+ 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 " />
+ <path
+ 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"
+ id="path3695"
+ 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 " />
+ <path
+ 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"
+ id="path3697"
+ 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 " />
+ <path
+ 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"
+ id="path3699"
+ 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 " />
+ <path
+ 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"
+ id="path3701"
+ 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 " />
+ </g>
+ </g>
+</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 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48.000000px"
+ height="48.000000px"
+ id="svg53383"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/categories"
+ sodipodi:docname="applications-other.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs3">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ id="perspective56" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9662">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop9664" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop9666" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9649">
+ <stop
+ style="stop-color:#fcaf3e;stop-opacity:1;"
+ offset="0"
+ id="stop9651" />
+ <stop
+ style="stop-color:#d37f03;stop-opacity:1;"
+ offset="1"
+ id="stop9653" />
+ </linearGradient>
+ <linearGradient
+ y2="14.2033"
+ x2="35.3912"
+ y1="32.4165"
+ x1="12.2744"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3394">
+ <stop
+ id="stop3396"
+ style="stop-color:#fff307;stop-opacity:1.0000000;"
+ offset="0.0000000" />
+ <stop
+ id="stop3398"
+ style="stop-color:#166eff;stop-opacity:1.0000000;"
+ offset="0.50000000" />
+ <stop
+ id="stop3400"
+ style="stop-color:#ffffff;stop-opacity:0.0000000;"
+ offset="1.0000000" />
+ </linearGradient>
+ <radialGradient
+ r="21.333334"
+ fy="27.569166"
+ fx="37.751469"
+ cy="27.569166"
+ cx="37.751469"
+ gradientTransform="matrix(0.441746,0.498655,-0.407098,0.360624,32.00755,10.21308)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient10580"
+ xlink:href="#linearGradient3394"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient6028">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop6030" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6032" />
+ </linearGradient>
+ <linearGradient
+ y2="18.366575"
+ x2="17.742729"
+ y1="31.494707"
+ x1="28.702885"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10578"
+ xlink:href="#linearGradient6028"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient6036">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop6038" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6040" />
+ </linearGradient>
+ <linearGradient
+ y2="54.698483"
+ x2="48.798885"
+ y1="3.6100161"
+ x1="10.501720"
+ gradientTransform="matrix(0.573842,0,0,0.573842,20.97995,19.56347)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10576"
+ xlink:href="#linearGradient6036"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="28.000000"
+ x2="29.000000"
+ y1="14.625000"
+ x1="21.125000"
+ gradientTransform="matrix(0.717302,0,0,0.717302,17.73603,18.06909)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10574"
+ xlink:href="#linearGradient4236"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4236">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.32673267;"
+ offset="0.0000000"
+ id="stop4238" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.60396039;"
+ offset="1.0000000"
+ id="stop4240" />
+ </linearGradient>
+ <linearGradient
+ y2="28.000000"
+ x2="29.000000"
+ y1="14.625000"
+ x1="21.125000"
+ gradientTransform="matrix(0.717302,0,0,0.717302,17.73603,18.06909)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10572"
+ xlink:href="#linearGradient4236"
+ inkscape:collect="always" />
+ <linearGradient
+ id="aigrd2"
+ gradientUnits="userSpaceOnUse"
+ x1="12.2744"
+ y1="32.4165"
+ x2="35.3912"
+ y2="14.2033">
+ <stop
+ offset="0"
+ style="stop-color:#FBFBFB"
+ id="stop3043" />
+ <stop
+ offset="0.5"
+ style="stop-color:#B6B6B6"
+ id="stop3045" />
+ <stop
+ offset="1"
+ style="stop-color:#E4E4E4"
+ id="stop3047" />
+ </linearGradient>
+ <linearGradient
+ y2="14.2033"
+ x2="35.3912"
+ y1="32.4165"
+ x1="12.2744"
+ gradientTransform="matrix(0.705308,0,0,0.705308,18.02392,17.61692)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10570"
+ xlink:href="#aigrd2"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="34.3075"
+ x2="32.511"
+ y1="11.1885"
+ x1="14.9966"
+ gradientTransform="matrix(0.683145,0,0,0.683145,18.55581,18.12886)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10568"
+ xlink:href="#aigrd1"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient7844"
+ inkscape:collect="always">
+ <stop
+ id="stop7846"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ id="stop7848"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ r="22.728432"
+ fy="37.595428"
+ fx="24.546707"
+ cy="37.595428"
+ cx="24.546707"
+ gradientTransform="matrix(1,0,0,0.333333,2.030559e-14,25.06362)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient10566"
+ xlink:href="#linearGradient7844"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient2300">
+ <stop
+ id="stop2302"
+ offset="0.0000000"
+ style="stop-color:#000000;stop-opacity:0.32673267;" />
+ <stop
+ id="stop2304"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="aigrd1"
+ gradientUnits="userSpaceOnUse"
+ x1="99.7773"
+ y1="15.4238"
+ x2="153.0005"
+ y2="248.6311">
+ <stop
+ offset="0"
+ style="stop-color:#184375"
+ id="stop53300" />
+ <stop
+ offset="1"
+ style="stop-color:#C8BDDC"
+ id="stop53302" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ r="11.689870"
+ fy="72.568001"
+ fx="14.287618"
+ cy="68.872971"
+ cx="14.287618"
+ gradientTransform="matrix(1.399258,-2.234445e-7,8.196178e-8,0.513264,4.365074,4.839285)"
+ id="radialGradient2308"
+ xlink:href="#linearGradient2300"
+ inkscape:collect="always" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9649"
+ id="radialGradient9657"
+ cx="24.285801"
+ cy="36.720772"
+ fx="24.285801"
+ fy="36.720772"
+ r="20.410614"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.727873,-1.523715e-23,1.384134e-23,1.727873,-17.67698,-26.72805)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9662"
+ id="linearGradient9668"
+ x1="26.502604"
+ y1="10.027484"
+ x2="28.786495"
+ y2="52.807446"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ inkscape:showpageshadow="false"
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="31.730876"
+ inkscape:cy="27.568227"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:window-width="872"
+ inkscape:window-height="697"
+ inkscape:window-x="414"
+ inkscape:window-y="151" />
+ <metadata
+ id="metadata4">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title>Other applications</dc:title>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Jakub Steiner</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:source>http://jimmac.musichall.cz/</dc:source>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>category</rdf:li>
+ <rdf:li>applications</rdf:li>
+ <rdf:li>other</rdf:li>
+ <rdf:li>unspecified</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/publicdomain/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="shadow"
+ id="layer2"
+ inkscape:groupmode="layer">
+ <path
+ transform="matrix(1.186380,0.000000,0.000000,1.186380,-4.539687,-7.794678)"
+ 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"
+ sodipodi:ry="9.8372450"
+ sodipodi:rx="19.928572"
+ sodipodi:cy="38.714287"
+ sodipodi:cx="24.357143"
+ id="path1538"
+ 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"
+ sodipodi:type="arc" />
+ </g>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <path
+ 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"
+ 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 "
+ id="path53304" />
+ <path
+ style="opacity:0.5;fill:#ffffff;fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
+ 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 "
+ id="path53361"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true" />
+ <path
+ style="opacity:0.5;fill:#ffffff;fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
+ 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 "
+ id="path53363"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true" />
+ <path
+ id="path9660"
+ 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 "
+ 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"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true" />
+ </g>
+</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 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48.000000px"
+ height="48.000000px"
+ id="svg53383"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/categories"
+ sodipodi:docname="applications-system.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs3">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ id="perspective31" />
+ <linearGradient
+ id="linearGradient3264">
+ <stop
+ style="stop-color:#c9c9c9;stop-opacity:1;"
+ offset="0"
+ id="stop3266" />
+ <stop
+ id="stop3276"
+ offset="0.25"
+ style="stop-color:#f8f8f8;stop-opacity:1;" />
+ <stop
+ id="stop3272"
+ offset="0.5"
+ style="stop-color:#e2e2e2;stop-opacity:1;" />
+ <stop
+ style="stop-color:#b0b0b0;stop-opacity:1;"
+ offset="0.75"
+ id="stop3274" />
+ <stop
+ style="stop-color:#c9c9c9;stop-opacity:1;"
+ offset="1"
+ id="stop3268" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3264"
+ id="linearGradient3281"
+ gradientUnits="userSpaceOnUse"
+ x1="14.462892"
+ y1="12.284524"
+ x2="34.534348"
+ y2="39.684914"
+ gradientTransform="matrix(1.241935,0,0,1.241935,-5.027508,-7.208988)" />
+ <linearGradient
+ id="linearGradient2300">
+ <stop
+ id="stop2302"
+ offset="0.0000000"
+ style="stop-color:#000000;stop-opacity:0.32673267;" />
+ <stop
+ id="stop2304"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="aigrd1"
+ gradientUnits="userSpaceOnUse"
+ x1="99.7773"
+ y1="15.4238"
+ x2="153.0005"
+ y2="248.6311">
+ <stop
+ offset="0"
+ style="stop-color:#184375"
+ id="stop53300" />
+ <stop
+ offset="1"
+ style="stop-color:#C8BDDC"
+ id="stop53302" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#aigrd1"
+ id="linearGradient53551"
+ gradientUnits="userSpaceOnUse"
+ x1="99.7773"
+ y1="15.4238"
+ x2="153.0005"
+ y2="248.6311"
+ gradientTransform="matrix(0.200685,0.000000,0.000000,0.200685,-0.585758,-1.050787)" />
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ r="11.689870"
+ fy="72.568001"
+ fx="14.287618"
+ cy="68.872971"
+ cx="14.287618"
+ gradientTransform="matrix(1.399258,-2.234445e-7,8.196178e-8,0.513264,4.365074,4.839285)"
+ id="radialGradient2308"
+ xlink:href="#linearGradient2300"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3264"
+ id="linearGradient3760"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.241935,0,0,1.241935,-5.027508,-7.208988)"
+ x1="14.462892"
+ y1="12.284524"
+ x2="34.534348"
+ y2="39.684914" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#aigrd1"
+ id="linearGradient3773"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.200685,0,0,0.200685,-54.33576,-1.050787)"
+ x1="99.7773"
+ y1="15.4238"
+ x2="153.0005"
+ y2="248.6311" />
+ </defs>
+ <sodipodi:namedview
+ inkscape:showpageshadow="false"
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="0.11764706"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="5.6568542"
+ inkscape:cx="43.652227"
+ inkscape:cy="21.164787"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:window-width="872"
+ inkscape:window-height="697"
+ inkscape:window-x="562"
+ inkscape:window-y="151" />
+ <metadata
+ id="metadata4">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title>System Applications</dc:title>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Jakub Steiner</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:source>http://jimmac.musichall.cz/</dc:source>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>system</rdf:li>
+ <rdf:li>applications</rdf:li>
+ <rdf:li>group</rdf:li>
+ <rdf:li>category</rdf:li>
+ <rdf:li>admin</rdf:li>
+ <rdf:li>root</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/publicdomain/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="shadow"
+ id="layer2"
+ inkscape:groupmode="layer">
+ <path
+ transform="matrix(1.186380,0.000000,0.000000,1.186380,-4.539687,-7.794678)"
+ 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"
+ sodipodi:ry="9.8372450"
+ sodipodi:rx="19.928572"
+ sodipodi:cy="38.714287"
+ sodipodi:cx="24.357143"
+ id="path1538"
+ 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"
+ sodipodi:type="arc" />
+ </g>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <path
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ 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"
+ 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 "
+ id="path3243" />
+ <path
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ sodipodi:type="arc"
+ 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"
+ id="path3283"
+ sodipodi:cx="23.511301"
+ sodipodi:cy="23.781593"
+ sodipodi:rx="12.727922"
+ sodipodi:ry="12.727922"
+ 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"
+ transform="matrix(0.616598,0,0,0.616598,9.38202,8.539674)" />
+ <path
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ id="path3285"
+ 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 "
+ 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"
+ sodipodi:nodetypes="ccccccccccccccccccccccccccccccccc" />
+ <path
+ 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"
+ 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 "
+ id="path3767"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true"
+ sodipodi:nodetypes="cccccccccsccccccccccccccccccccsccccc" />
+ <path
+ 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"
+ 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 "
+ id="path3770"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true" />
+ </g>
+</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 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ inkscape:export-ydpi="90.000000"
+ inkscape:export-xdpi="90.000000"
+ inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png"
+ width="48px"
+ height="48px"
+ id="svg11300"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ sodipodi:docbase="/home/tigert/cvs/freedesktop.org/tango-icon-theme/scalable/devices"
+ sodipodi:docname="audio-input-microphone.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs3">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ id="perspective71" />
+ <linearGradient
+ id="linearGradient2407">
+ <stop
+ style="stop-color:#d5d5d5;stop-opacity:1;"
+ offset="0"
+ id="stop2409" />
+ <stop
+ style="stop-color:#747474;stop-opacity:1;"
+ offset="1"
+ id="stop2411" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2399">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop2401" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop2403" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2371">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop2373" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.48453608;"
+ offset="1"
+ id="stop2375" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2355">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop2357" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop2359" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2345">
+ <stop
+ style="stop-color:#d5d5d5;stop-opacity:1;"
+ offset="0"
+ id="stop2347" />
+ <stop
+ style="stop-color:#a0a0a0;stop-opacity:1;"
+ offset="1"
+ id="stop2349" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2337">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop2339" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop2341" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2252">
+ <stop
+ style="stop-color:#c6c6c6;stop-opacity:1;"
+ offset="0"
+ id="stop2254" />
+ <stop
+ style="stop-color:#c6c6c6;stop-opacity:0;"
+ offset="1"
+ id="stop2256" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2242">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop2244" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop2246" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2232">
+ <stop
+ style="stop-color:#b0b0b0;stop-opacity:1;"
+ offset="0"
+ id="stop2234" />
+ <stop
+ style="stop-color:#747474;stop-opacity:1;"
+ offset="1"
+ id="stop2236" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2232"
+ id="radialGradient2238"
+ cx="15.4375"
+ cy="42.090427"
+ fx="15.4375"
+ fy="42.090427"
+ r="11.1875"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.525140,0.000000,22.02165)"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2242"
+ id="radialGradient2248"
+ cx="25.1875"
+ cy="41"
+ fx="25.1875"
+ fy="41"
+ r="16.4375"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.425856,-1.940722e-16,23.53992)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2252"
+ id="linearGradient2258"
+ x1="41.25"
+ y1="36.689548"
+ x2="48.25"
+ y2="35.689548"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2337"
+ id="radialGradient2343"
+ cx="20.275276"
+ cy="5.7119732"
+ fx="20.275276"
+ fy="5.7119732"
+ r="12.494026"
+ gradientTransform="matrix(2.530751,-5.687060e-16,5.159545e-16,2.296006,-31.03641,-6.699856)"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2345"
+ id="radialGradient2351"
+ cx="19.557497"
+ cy="6.644074"
+ fx="19.557497"
+ fy="6.644074"
+ r="10.98921"
+ gradientTransform="matrix(1.491918,-8.445108e-2,-5.874412e-2,3.986724,-9.646804,-20.27595)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2355"
+ id="linearGradient2361"
+ x1="25.160467"
+ y1="15.803662"
+ x2="33.96875"
+ y2="20.4375"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2355"
+ id="linearGradient2363"
+ x1="25.160467"
+ y1="15.803662"
+ x2="33.96875"
+ y2="20.4375"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2355"
+ id="linearGradient2365"
+ x1="25.160467"
+ y1="15.803662"
+ x2="33.96875"
+ y2="20.4375"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2355"
+ id="linearGradient2367"
+ x1="25.160467"
+ y1="15.803662"
+ x2="33.96875"
+ y2="20.4375"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2355"
+ id="linearGradient2369"
+ x1="25.160467"
+ y1="15.803662"
+ x2="33.96875"
+ y2="20.4375"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2371"
+ id="linearGradient2377"
+ x1="18.328718"
+ y1="15.323075"
+ x2="14.40625"
+ y2="14.046875"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2371"
+ id="linearGradient2379"
+ x1="18.328718"
+ y1="15.323075"
+ x2="14.40625"
+ y2="14.046875"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2371"
+ id="linearGradient2381"
+ x1="18.328718"
+ y1="15.323075"
+ x2="14.40625"
+ y2="14.046875"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2371"
+ id="linearGradient2383"
+ x1="18.328718"
+ y1="15.323075"
+ x2="14.40625"
+ y2="14.046875"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2371"
+ id="linearGradient2385"
+ x1="18.328718"
+ y1="15.323075"
+ x2="14.40625"
+ y2="14.046875"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2399"
+ id="linearGradient2405"
+ x1="16.4375"
+ y1="49.110714"
+ x2="17.402376"
+ y2="43.420425"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2407"
+ id="radialGradient2413"
+ cx="33.499996"
+ cy="20.538168"
+ fx="33.499996"
+ fy="20.538168"
+ r="2.2697367"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.435326,1.140794e-15,-1.140794e-15,0.435326,18.91658,12.49341)" />
+ </defs>
+ <sodipodi:namedview
+ stroke="#ef2929"
+ fill="#eeeeec"
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="0.25490196"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="5.6568542"
+ inkscape:cx="38.894521"
+ inkscape:cy="19.55481"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:showpageshadow="false"
+ inkscape:window-width="807"
+ inkscape:window-height="818"
+ inkscape:window-x="627"
+ inkscape:window-y="30" />
+ <metadata
+ id="metadata4">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Jakub Steiner</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:source>http://jimmac.musichall.cz</dc:source>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+ <dc:title>Microphone</dc:title>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>mic</rdf:li>
+ <rdf:li>mike</rdf:li>
+ <rdf:li>microphone</rdf:li>
+ <rdf:li>input</rdf:li>
+ <rdf:li>audio</rdf:li>
+ <rdf:li>record</rdf:li>
+ <rdf:li>voice</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/publicdomain/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <path
+ sodipodi:type="arc"
+ 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"
+ id="path2240"
+ sodipodi:cx="25.1875"
+ sodipodi:cy="41"
+ sodipodi:rx="16.4375"
+ sodipodi:ry="7"
+ 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"
+ transform="matrix(1.106464,0.000000,0.000000,1.044643,-2.681557,-2.517857)" />
+ <path
+ sodipodi:type="arc"
+ 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"
+ id="path2222"
+ sodipodi:cx="16.4375"
+ sodipodi:cy="46.375"
+ sodipodi:rx="11.1875"
+ sodipodi:ry="5.875"
+ 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"
+ transform="translate(8.750000,-7.000000)" />
+ <path
+ transform="matrix(2.066667,0.000000,0.000000,1.266667,-43.98333,9.475000)"
+ 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"
+ sodipodi:ry="1.875"
+ sodipodi:rx="1.875"
+ sodipodi:cy="22.125"
+ sodipodi:cx="33.5"
+ id="path2260"
+ 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"
+ sodipodi:type="arc" />
+ <path
+ 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"
+ 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"
+ id="path2250"
+ sodipodi:nodetypes="cszzc" />
+ <rect
+ 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"
+ id="rect1343"
+ width="22.136791"
+ height="30.692028"
+ x="16.028919"
+ y="-4.0142608"
+ rx="6.6936979"
+ ry="6.6936979"
+ transform="matrix(0.970732,0.240164,-0.264014,0.964519,0.000000,0.000000)" />
+ <rect
+ transform="matrix(0.970732,0.240164,-0.264014,0.964519,0.000000,0.000000)"
+ ry="5.4198565"
+ rx="5.4198565"
+ y="-3.006144"
+ x="17.210075"
+ height="28.524395"
+ width="19.862064"
+ id="rect2353"
+ 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" />
+ <path
+ 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"
+ 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 "
+ id="rect2302"
+ sodipodi:nodetypes="cccsccsssssssssssssssssssssssscccsccssssssssssssssssssssssssssssssccccsccssssssssssssssssssssssssssssssccccccccssssssssscccsssssssssssssssssssssssssccccssccccsccssssssssssssssssssssssssssscccsssssssssssssssssssssssccccssccccsccssssssssssssssssssssssssssscccssssssssssssssssssssssssscccccssssssssssssssssssssssscccccssssssssssssssssssssssssccc" />
+ <path
+ 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"
+ 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 "
+ id="path2284"
+ sodipodi:nodetypes="cccccczc" />
+ <path
+ 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"
+ 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 "
+ id="path1345"
+ sodipodi:nodetypes="ccccccccccsccc" />
+ <path
+ sodipodi:nodetypes="cccccczc"
+ id="path2286"
+ 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 "
+ 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" />
+ <path
+ 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"
+ 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 "
+ id="path2280"
+ sodipodi:nodetypes="cccccczc" />
+ <path
+ sodipodi:nodetypes="cccccczc"
+ id="path2282"
+ 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 "
+ 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" />
+ <path
+ sodipodi:type="arc"
+ 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"
+ id="path2220"
+ sodipodi:cx="33.5"
+ sodipodi:cy="22.125"
+ sodipodi:rx="1.875"
+ sodipodi:ry="1.875"
+ 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"
+ transform="matrix(1.266667,0.000000,0.000000,1.266667,-10.30833,-8.150000)" />
+ <path
+ 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"
+ 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 "
+ id="path2288"
+ sodipodi:nodetypes="cccccczc" />
+ <path
+ 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"
+ 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 "
+ id="path2292"
+ sodipodi:nodetypes="cccczc" />
+ <path
+ sodipodi:nodetypes="cccczc"
+ id="path2294"
+ 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 "
+ 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" />
+ <path
+ 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"
+ 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 "
+ id="path2296"
+ sodipodi:nodetypes="cccczc" />
+ <path
+ sodipodi:nodetypes="cccczc"
+ id="path2298"
+ 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 "
+ 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" />
+ <path
+ 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"
+ 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 "
+ id="path2300"
+ sodipodi:nodetypes="cccczc" />
+ <path
+ transform="matrix(0.916296,0.000000,0.000000,0.807726,10.12589,1.916708)"
+ 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"
+ sodipodi:ry="5.875"
+ sodipodi:rx="11.1875"
+ sodipodi:cy="46.375"
+ sodipodi:cx="16.4375"
+ id="path2389"
+ 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"
+ sodipodi:type="arc" />
+ </g>
+</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 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ sodipodi:docname="audio-x-generic.svg"
+ sodipodi:docbase="/home/tigert/cvs/freedesktop.org/tango-icon-theme/scalable/mimetypes"
+ inkscape:version="0.46"
+ sodipodi:version="0.32"
+ id="svg7032"
+ height="48.000000px"
+ width="48.000000px"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs3">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ id="perspective21" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2072">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop2074" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop2076" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2315">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop2317" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop2319" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2315"
+ id="radialGradient1358"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.000000,-2.843321e-17,5.340760e-18,0.509804,5.770894e-16,16.05392)"
+ cx="4.3920336"
+ cy="32.307854"
+ fx="4.3920336"
+ fy="32.307854"
+ r="6.3750000" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2315"
+ id="radialGradient1360"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.000000,-1.083254e-16,1.454372e-17,0.509804,1.185203e-14,16.05392)"
+ cx="4.3920336"
+ cy="32.307854"
+ fx="4.3920336"
+ fy="32.307854"
+ r="6.3750000" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2072"
+ id="radialGradient2078"
+ cx="23.250000"
+ cy="35.375000"
+ fx="23.250000"
+ fy="35.375000"
+ r="18.500000"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.398649,0.000000,21.27280)"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ fill="#9db029"
+ inkscape:window-y="160"
+ inkscape:window-x="219"
+ inkscape:window-height="688"
+ inkscape:window-width="810"
+ inkscape:showpageshadow="false"
+ inkscape:document-units="px"
+ inkscape:grid-bbox="true"
+ showgrid="false"
+ inkscape:current-layer="layer1"
+ inkscape:cy="27.236229"
+ inkscape:cx="73.976692"
+ inkscape:zoom="4"
+ inkscape:pageshadow="2"
+ inkscape:pageopacity="0.0"
+ borderopacity="0.22745098"
+ bordercolor="#666666"
+ pagecolor="#ffffff"
+ id="base" />
+ <metadata
+ id="metadata4">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title>Generic Audio</dc:title>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Jakub Steiner</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/publicdomain/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:groupmode="layer"
+ inkscape:label="Layer 1"
+ id="layer1">
+ <path
+ sodipodi:type="arc"
+ 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"
+ id="path1344"
+ sodipodi:cx="23.250000"
+ sodipodi:cy="35.375000"
+ sodipodi:rx="18.500000"
+ sodipodi:ry="7.3750000"
+ 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"
+ transform="translate(0.000000,2.834646)" />
+ <path
+ sodipodi:nodetypes="cccccccccccccc"
+ id="path7042"
+ 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 "
+ 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" />
+ <path
+ 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"
+ 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 "
+ id="path2311"
+ sodipodi:nodetypes="ccccccccccc" />
+ <path
+ sodipodi:type="arc"
+ 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"
+ id="path2313"
+ sodipodi:cx="5.8750000"
+ sodipodi:cy="32.750000"
+ sodipodi:rx="6.3750000"
+ sodipodi:ry="3.2500000"
+ 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"
+ transform="matrix(0.734516,-0.111645,0.111645,0.734516,3.903362,12.22551)" />
+ <path
+ transform="matrix(0.734516,-0.111645,0.111645,0.734516,23.74587,9.390864)"
+ 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"
+ sodipodi:ry="3.2500000"
+ sodipodi:rx="6.3750000"
+ sodipodi:cy="32.750000"
+ sodipodi:cx="5.8750000"
+ id="path2323"
+ 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"
+ sodipodi:type="arc" />
+ </g>
+</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 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ inkscape:export-ydpi="240.00000"
+ inkscape:export-xdpi="240.00000"
+ inkscape:export-filename="/home/jimmac/gfx/novell/pdes/trunk/docs/BIGmime-text.png"
+ sodipodi:docname="bookmark-new.svg"
+ sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/actions"
+ inkscape:version="0.46"
+ sodipodi:version="0.32"
+ id="svg249"
+ height="48.000000px"
+ width="48.000000px"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs3">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ id="perspective100" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient5031"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5060">
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0"
+ id="stop5062" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop5064" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient5029"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <linearGradient
+ id="linearGradient5048">
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="0"
+ id="stop5050" />
+ <stop
+ id="stop5056"
+ offset="0.5"
+ style="stop-color:black;stop-opacity:1;" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop5052" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5048"
+ id="linearGradient5027"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
+ x1="302.85715"
+ y1="366.64789"
+ x2="302.85715"
+ y2="609.50507" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2906">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop2908" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop2910" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2896">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop2898" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop2900" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2598">
+ <stop
+ style="stop-color:#859dbc;stop-opacity:1;"
+ offset="0"
+ id="stop2600" />
+ <stop
+ style="stop-color:#547299;stop-opacity:1;"
+ offset="1"
+ id="stop2602" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2590">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop2592" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop2594" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5897">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.0000000;"
+ offset="0.0000000"
+ id="stop5899" />
+ <stop
+ id="stop5905"
+ offset="0.50000000"
+ style="stop-color:#000000;stop-opacity:0.56701028;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.0000000;"
+ offset="1.0000000"
+ id="stop5901" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5866">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop5868" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop5870" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4404">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop4406" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4408" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4542">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop4544" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop4546" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient15662">
+ <stop
+ id="stop15664"
+ offset="0.0000000"
+ style="stop-color:#ffffff;stop-opacity:1.0000000;" />
+ <stop
+ id="stop15666"
+ offset="1.0000000"
+ style="stop-color:#f8f8f8;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient269">
+ <stop
+ id="stop270"
+ offset="0.0000000"
+ style="stop-color:#a3a3a3;stop-opacity:1.0000000;" />
+ <stop
+ id="stop271"
+ offset="1.0000000"
+ style="stop-color:#4c4c4c;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient259">
+ <stop
+ id="stop260"
+ offset="0.0000000"
+ style="stop-color:#fafafa;stop-opacity:1.0000000;" />
+ <stop
+ id="stop261"
+ offset="1.0000000"
+ style="stop-color:#bbbbbb;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12512">
+ <stop
+ id="stop12513"
+ offset="0.0000000"
+ style="stop-color:#ffffff;stop-opacity:1.0000000;" />
+ <stop
+ id="stop12517"
+ offset="0.50000000"
+ style="stop-color:#fff520;stop-opacity:0.89108908;" />
+ <stop
+ id="stop12514"
+ offset="1.0000000"
+ style="stop-color:#fff300;stop-opacity:0.0000000;" />
+ </linearGradient>
+ <radialGradient
+ r="14.375000"
+ fy="125.00000"
+ fx="55.000000"
+ cy="125.00000"
+ cx="55.000000"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient278"
+ xlink:href="#linearGradient12512"
+ inkscape:collect="always" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient269"
+ id="radialGradient15656"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.968273,0.000000,0.000000,1.036374,3.250000,0.489522)"
+ cx="8.8244190"
+ cy="3.7561285"
+ fx="8.8244190"
+ fy="3.7561285"
+ r="37.751713" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient259"
+ id="radialGradient15658"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.960493,0.000000,0.000000,1.044769,-0.103553,-0.159183)"
+ cx="33.966679"
+ cy="35.736916"
+ fx="33.966679"
+ fy="35.736916"
+ r="86.708450" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient15662"
+ id="radialGradient15668"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.973033,0.000000,0.000000,1.034937,3.168754,0.555277)"
+ cx="8.1435566"
+ cy="7.2678967"
+ fx="8.1435566"
+ fy="7.2678967"
+ r="38.158695" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4542"
+ id="radialGradient4548"
+ cx="24.306795"
+ cy="42.07798"
+ fx="24.306795"
+ fy="42.07798"
+ r="15.821514"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.284916,0.000000,30.08928)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4404"
+ id="linearGradient4410"
+ x1="16.812500"
+ y1="1.8750000"
+ x2="16.812500"
+ y2="4.7187500"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-1.319549,0.000000,0.000000,1.362060,40.38853,-0.362057)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5866"
+ id="linearGradient5872"
+ x1="19.452349"
+ y1="13.174174"
+ x2="19.685436"
+ y2="27.095339"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.224255,0.000000,0.000000,1.282176,0.371569,0.264657)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5897"
+ id="linearGradient5903"
+ x1="19.000000"
+ y1="9.7738247"
+ x2="19.000000"
+ y2="15.635596"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.319549,0.000000,0.000000,2.133926,-4.476133,-14.64845)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2590"
+ id="linearGradient2596"
+ x1="19.970377"
+ y1="6.1167107"
+ x2="19.970377"
+ y2="2.53125"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.319549,0.000000,0.000000,1.280356,-5.745298,0.249007)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2598"
+ id="linearGradient2604"
+ x1="18.431311"
+ y1="19.119474"
+ x2="18.402472"
+ y2="4.2702327"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.319549,0.000000,0.000000,1.299013,-3.106200,-1.336165)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2896"
+ id="linearGradient2902"
+ x1="14.584077"
+ y1="1.6392649"
+ x2="14.552828"
+ y2="2.4912448"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,1.594214,0.000000,-0.790249)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2906"
+ id="linearGradient2912"
+ x1="13.354311"
+ y1="1.4866425"
+ x2="14.075844"
+ y2="2.4017651"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,1.184816,0.000000,-0.727880)" />
+ </defs>
+ <sodipodi:namedview
+ inkscape:window-y="158"
+ inkscape:window-x="433"
+ inkscape:window-height="690"
+ inkscape:window-width="872"
+ inkscape:document-units="px"
+ inkscape:grid-bbox="true"
+ showgrid="false"
+ inkscape:current-layer="layer6"
+ inkscape:cy="16.785697"
+ inkscape:cx="-154.12746"
+ inkscape:zoom="1"
+ inkscape:pageshadow="2"
+ inkscape:pageopacity="0.0"
+ borderopacity="0.25490196"
+ bordercolor="#666666"
+ pagecolor="#ffffff"
+ id="base"
+ inkscape:showpageshadow="false"
+ showguides="true"
+ inkscape:guide-bbox="true" />
+ <metadata
+ id="metadata4">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title>New Bookmark</dc:title>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>bookmark</rdf:li>
+ <rdf:li>remember</rdf:li>
+ <rdf:li>favorite</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Andreas Nilsson</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:source />
+ <dc:contributor>
+ <cc:Agent>
+ <dc:title>Jakub Steiner</dc:title>
+ </cc:Agent>
+ </dc:contributor>
+ <dc:description>create bookmark action</dc:description>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/publicdomain/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:groupmode="layer"
+ id="layer6"
+ inkscape:label="Shadow">
+ <g
+ style="display:inline"
+ id="g5022"
+ transform="matrix(2.165152e-2,0,0,1.485743e-2,43.0076,42.68539)">
+ <rect
+ y="-150.69685"
+ x="-1559.2523"
+ height="478.35718"
+ width="1339.6335"
+ id="rect4173"
+ 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" />
+ <path
+ sodipodi:nodetypes="cccc"
+ id="path5058"
+ 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 "
+ 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" />
+ <path
+ 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"
+ 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 "
+ id="path5018"
+ sodipodi:nodetypes="cccc" />
+ </g>
+ </g>
+ <g
+ style="display:inline"
+ inkscape:groupmode="layer"
+ inkscape:label="Base"
+ id="layer1">
+ <rect
+ 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"
+ id="rect15391"
+ width="34.875000"
+ height="41.063431"
+ x="6.5000000"
+ y="3.5000000"
+ ry="1.1490481"
+ rx="1.1490486" />
+ <rect
+ 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"
+ id="rect15660"
+ width="32.937012"
+ height="39.028210"
+ x="7.5024552"
+ y="4.5010486"
+ ry="0.14904849"
+ rx="0.14904852" />
+ <path
+ 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"
+ d="M 11.505723,5.4942766 L 11.505723,43.400869"
+ id="path15672"
+ sodipodi:nodetypes="cc" />
+ <path
+ 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"
+ d="M 12.500000,5.0205154 L 12.500000,43.038228"
+ id="path15674"
+ sodipodi:nodetypes="cc" />
+ </g>
+ <g
+ inkscape:groupmode="layer"
+ id="layer5"
+ inkscape:label="Text"
+ style="display:inline">
+ <g
+ id="g2188">
+ <rect
+ 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"
+ id="rect15686"
+ width="20.000006"
+ height="1.0000000"
+ x="15.999994"
+ y="9.0000000"
+ rx="0.13778631"
+ ry="0.065390877" />
+ <rect
+ 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"
+ id="rect15688"
+ width="20.000006"
+ height="1.0000000"
+ x="15.999994"
+ y="11.000000"
+ rx="0.13778631"
+ ry="0.065390877" />
+ <rect
+ 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"
+ id="rect15690"
+ width="20.000006"
+ height="1.0000000"
+ x="15.999994"
+ y="13.000000"
+ rx="0.13778631"
+ ry="0.065390877" />
+ <rect
+ 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"
+ id="rect15692"
+ width="20.000006"
+ height="1.0000000"
+ x="15.999994"
+ y="15.000000"
+ rx="0.13778631"
+ ry="0.065390877" />
+ <rect
+ 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"
+ id="rect15694"
+ width="20.000006"
+ height="1.0000000"
+ x="15.999994"
+ y="17.000000"
+ rx="0.13778631"
+ ry="0.065390877" />
+ <rect
+ 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"
+ id="rect15696"
+ width="20.000006"
+ height="1.0000000"
+ x="15.999994"
+ y="19.000000"
+ rx="0.13778631"
+ ry="0.065390877" />
+ <rect
+ 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"
+ id="rect15698"
+ width="20.000006"
+ height="1.0000000"
+ x="15.999994"
+ y="21.000000"
+ rx="0.13778631"
+ ry="0.065390877" />
+ <rect
+ 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"
+ id="rect15700"
+ width="20.000006"
+ height="1.0000000"
+ x="15.999994"
+ y="23.000000"
+ rx="0.13778631"
+ ry="0.065390877" />
+ <rect
+ 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"
+ id="rect15732"
+ width="9.0000057"
+ height="1.0000000"
+ x="15.999986"
+ y="25.000000"
+ rx="0.062003858"
+ ry="0.065390877" />
+ <rect
+ 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"
+ id="rect15736"
+ width="20.000006"
+ height="1.0000000"
+ x="15.999986"
+ y="29.000000"
+ rx="0.13778631"
+ ry="0.065390877" />
+ <rect
+ 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"
+ id="rect15738"
+ width="20.000006"
+ height="1.0000000"
+ x="15.999986"
+ y="31.000000"
+ rx="0.13778631"
+ ry="0.065390877" />
+ <rect
+ 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"
+ id="rect15740"
+ width="20.000006"
+ height="1.0000000"
+ x="15.999986"
+ y="33.000000"
+ rx="0.13778631"
+ ry="0.065390877" />
+ <rect
+ 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"
+ id="rect15742"
+ width="20.000006"
+ height="1.0000000"
+ x="15.999986"
+ y="35.000000"
+ rx="0.13778631"
+ ry="0.065390877" />
+ <rect
+ 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"
+ id="rect15744"
+ width="14.000014"
+ height="1.0000000"
+ x="15.999986"
+ y="37.000000"
+ rx="0.096450485"
+ ry="0.065390877" />
+ </g>
+ <path
+ 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"
+ 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 "
+ id="path5138"
+ sodipodi:nodetypes="cccccc" />
+ <path
+ 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"
+ 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 "
+ id="path2204"
+ sodipodi:nodetypes="ccccccccc" />
+ <path
+ 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"
+ 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 "
+ id="path3668"
+ sodipodi:nodetypes="cccccccs" />
+ <rect
+ 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"
+ id="rect5895"
+ width="10.556392"
+ height="12.803556"
+ x="15.317101"
+ y="6.6907959"
+ rx="0.062003858"
+ ry="0.065390877" />
+ <path
+ 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"
+ 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 "
+ id="path5969"
+ sodipodi:nodetypes="ccccccc" />
+ <path
+ sodipodi:type="arc"
+ 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"
+ id="path12511"
+ sodipodi:cx="55"
+ sodipodi:cy="125"
+ sodipodi:rx="14.375"
+ sodipodi:ry="14.375"
+ 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"
+ transform="matrix(0.611127,0.000000,0.000000,0.611127,5.632438,-67.28175)"
+ inkscape:export-filename="/home/jimmac/ximian_art/icons/nautilus/suse93/stock_new-16.png"
+ inkscape:export-xdpi="33.852203"
+ inkscape:export-ydpi="33.852203" />
+ <path
+ 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"
+ 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 "
+ id="path2894"
+ sodipodi:nodetypes="cccc" />
+ <path
+ sodipodi:nodetypes="cccc"
+ id="path2904"
+ 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 "
+ 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" />
+ </g>
+</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 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ sodipodi:docname="dialog-information.svg"
+ sodipodi:docbase="/home/garrett/Source/tango-icon-theme/scalable/status"
+ inkscape:version="0.46"
+ sodipodi:version="0.32"
+ id="svg19655"
+ height="48px"
+ width="48px"
+ inkscape:export-filename="/home/jimmac/Desktop/poing.png"
+ inkscape:export-xdpi="392.72742"
+ inkscape:export-ydpi="392.72742"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs3">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ id="perspective155" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3300">
+ <stop
+ style="stop-color:#4c4c28;stop-opacity:1;"
+ offset="0"
+ id="stop3302" />
+ <stop
+ style="stop-color:#4c4c28;stop-opacity:0;"
+ offset="1"
+ id="stop3304" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3311">
+ <stop
+ id="stop3313"
+ offset="0"
+ style="stop-color:#d6d7a5;stop-opacity:1;" />
+ <stop
+ id="stop3315"
+ offset="1.0000000"
+ style="stop-color:#8e8f6d;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3265">
+ <stop
+ id="stop3267"
+ offset="0"
+ style="stop-color:#929470;stop-opacity:1;" />
+ <stop
+ style="stop-color:#60614a;stop-opacity:1.0000000;"
+ offset="0.26470590"
+ id="stop3269" />
+ <stop
+ id="stop3271"
+ offset="0.63235295"
+ style="stop-color:#f3f5ba;stop-opacity:1.0000000;" />
+ <stop
+ id="stop3273"
+ offset="1.0000000"
+ style="stop-color:#929470;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3175"
+ inkscape:collect="always">
+ <stop
+ id="stop3177"
+ offset="0"
+ style="stop-color:#f1f3ff;stop-opacity:1;" />
+ <stop
+ id="stop3179"
+ offset="1"
+ style="stop-color:#f1f3ff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2399">
+ <stop
+ style="stop-color:#929470;stop-opacity:1;"
+ offset="0"
+ id="stop2401" />
+ <stop
+ id="stop2407"
+ offset="0.26470590"
+ style="stop-color:#fcffc1;stop-opacity:1.0000000;" />
+ <stop
+ style="stop-color:#f3f5ba;stop-opacity:1.0000000;"
+ offset="0.63235295"
+ id="stop2409" />
+ <stop
+ style="stop-color:#929470;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop2403" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient6339">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop6341" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6343" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient20428">
+ <stop
+ id="stop20430"
+ offset="0.0000000"
+ style="stop-color:#a3a3a3;stop-opacity:1.0000000;" />
+ <stop
+ id="stop20432"
+ offset="1"
+ style="stop-color:#b5b5b5;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient20393">
+ <stop
+ id="stop20395"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.44117647;"
+ offset="0.41176471"
+ id="stop2427" />
+ <stop
+ id="stop20397"
+ offset="1.0000000"
+ style="stop-color:#000000;stop-opacity:0.48039216;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient20210">
+ <stop
+ id="stop20212"
+ offset="0.0000000"
+ style="stop-color:#000000;stop-opacity:0.51546389;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.14432989;"
+ offset="0.55172414"
+ id="stop20218" />
+ <stop
+ id="stop20214"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ fy="11.4873"
+ fx="17.8335"
+ r="22.7093"
+ cy="11.4873"
+ cx="17.8335"
+ id="aigrd7">
+ <stop
+ id="stop19512"
+ style="stop-color:#ffffff;stop-opacity:0.17525773;"
+ offset="0.0000000" />
+ <stop
+ id="stop19514"
+ style="stop-color:#709ac8;stop-opacity:1.0000000;"
+ offset="0.88200003" />
+ <stop
+ id="stop19516"
+ style="stop-color:#6f96dd;stop-opacity:1.0000000;"
+ offset="1.0000000" />
+ </radialGradient>
+ <linearGradient
+ y2="43.165"
+ x2="26.4785"
+ y1="43.165"
+ x1="23.124"
+ gradientUnits="userSpaceOnUse"
+ id="aigrd1">
+ <stop
+ id="stop19415"
+ style="stop-color:#686868"
+ offset="5.618000e-003" />
+ <stop
+ id="stop19417"
+ style="stop-color:#777777"
+ offset="3.012137e-002" />
+ <stop
+ id="stop19419"
+ style="stop-color:#929292"
+ offset="8.366583e-002" />
+ <stop
+ id="stop19421"
+ style="stop-color:#A7A7A7"
+ offset="0.1422" />
+ <stop
+ id="stop19423"
+ style="stop-color:#B6B6B6"
+ offset="0.2074" />
+ <stop
+ id="stop19425"
+ style="stop-color:#BEBEBE"
+ offset="0.2846" />
+ <stop
+ id="stop19427"
+ style="stop-color:#C1C1C1"
+ offset="0.4045" />
+ <stop
+ id="stop19429"
+ style="stop-color:#BCBCBC"
+ offset="0.4962" />
+ <stop
+ id="stop19431"
+ style="stop-color:#ADADAD"
+ offset="0.6057" />
+ <stop
+ id="stop19433"
+ style="stop-color:#959595"
+ offset="0.7245" />
+ <stop
+ id="stop19435"
+ style="stop-color:#747474"
+ offset="0.8497" />
+ <stop
+ id="stop19437"
+ style="stop-color:#494949"
+ offset="0.9789" />
+ <stop
+ id="stop19439"
+ style="stop-color:#414141"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient19894"
+ gradientUnits="userSpaceOnUse"
+ x1="18.995100"
+ y1="37.226601"
+ x2="30.169901"
+ y2="37.226601">
+ <stop
+ offset="5.618000e-003"
+ style="stop-color:#A3A349"
+ id="stop19896" />
+ <stop
+ offset="2.078677e-002"
+ style="stop-color:#ACAC54"
+ id="stop19898" />
+ <stop
+ offset="6.600059e-002"
+ style="stop-color:#C1C172"
+ id="stop19900" />
+ <stop
+ offset="0.1148"
+ style="stop-color:#D4D68E"
+ id="stop19902" />
+ <stop
+ offset="0.1677"
+ style="stop-color:#E2E4A6"
+ id="stop19904" />
+ <stop
+ offset="0.2265"
+ style="stop-color:#EDF0B8"
+ id="stop19906" />
+ <stop
+ offset="0.2963"
+ style="stop-color:#F3F6C3"
+ id="stop19908" />
+ <stop
+ offset="0.4045"
+ style="stop-color:#F5F8C7"
+ id="stop19910" />
+ <stop
+ offset="0.5239"
+ style="stop-color:#EEF0BE"
+ id="stop19912" />
+ <stop
+ offset="0.6666"
+ style="stop-color:#DBDDA9"
+ id="stop19914" />
+ <stop
+ offset="0.8211"
+ style="stop-color:#BEBD88"
+ id="stop19916" />
+ <stop
+ offset="0.9832"
+ style="stop-color:#989564"
+ id="stop19918" />
+ <stop
+ offset="1"
+ style="stop-color:#949160"
+ id="stop19920" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="matrix(1.639127,0,0,1.639127,-15.97035,-29.79355)"
+ y2="43.165"
+ x2="26.4785"
+ y1="43.165"
+ x1="23.124"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient20109"
+ xlink:href="#aigrd1"
+ inkscape:collect="always" />
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ r="7.8289826"
+ fy="74.209934"
+ fx="14.772334"
+ cy="74.209934"
+ cx="14.772334"
+ gradientTransform="scale(1.764278,0.566804)"
+ id="radialGradient20216"
+ xlink:href="#linearGradient20210"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="36.726292"
+ x2="32.096882"
+ y1="10.061084"
+ x1="16.998856"
+ gradientTransform="matrix(1.140494,0.000000,0.000000,0.926002,0.272330,-3.247170)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient7708"
+ xlink:href="#linearGradient6339"
+ inkscape:collect="always" />
+ <radialGradient
+ r="33.934090"
+ fy="29.869318"
+ fx="68.137589"
+ cy="29.869318"
+ cx="68.137589"
+ gradientTransform="matrix(0.551290,1.265592e-16,-1.355720e-16,0.766034,-10.48701,3.514312)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient7720"
+ xlink:href="#aigrd7"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="3.8557322"
+ x2="-5.2517161"
+ y1="16.651863"
+ x1="37.940434"
+ gradientTransform="matrix(0.894129,0.000000,0.000000,0.985230,1.515981,2.449800e-2)"
+ id="linearGradient3181"
+ xlink:href="#linearGradient3175"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient20393"
+ id="linearGradient1700"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-0.6293,0,0,1.589068,50.68808,3.804378)"
+ x1="30.620375"
+ y1="10.313651"
+ x2="32.166080"
+ y2="18.162935" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient20393"
+ id="linearGradient1702"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.6293,0,0,1.589068,1.411612,3.929378)"
+ x1="30.620375"
+ y1="10.313651"
+ x2="32.166080"
+ y2="18.162935" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient20428"
+ id="linearGradient1704"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.985083,0,0,0.503757,1.786612,4.554378)"
+ x1="14.637301"
+ y1="31.504122"
+ x2="9.3648205"
+ y2="32.250980" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient19894"
+ id="linearGradient1725"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.026450,0.974232)"
+ x1="-22.874170"
+ y1="38.675991"
+ x2="-4.3908315"
+ y2="38.675991" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2399"
+ id="linearGradient1727"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.026450,0.974232)"
+ x1="-10.480865"
+ y1="39.033951"
+ x2="-23.851389"
+ y2="39.142845" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient19894"
+ id="linearGradient1729"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.026450,0.974232)"
+ x1="-22.874170"
+ y1="38.675991"
+ x2="-4.3908315"
+ y2="38.675991" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2399"
+ id="linearGradient1731"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.026450,0.974232)"
+ x1="-10.480865"
+ y1="39.033951"
+ x2="-23.851389"
+ y2="39.142845" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3311"
+ id="linearGradient2516"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.603440,0.000000,0.000000,0.549396,0.614167,2.449800e-2)"
+ x1="17.879995"
+ y1="55.362793"
+ x2="11.906206"
+ y2="54.863026" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3265"
+ id="linearGradient2518"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-0.905728,-4.386156e-2,0.189510,-0.963437,0.614167,2.449800e-2)"
+ x1="-29.007195"
+ y1="-29.799353"
+ x2="-37.641232"
+ y2="-29.598314" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient19894"
+ id="linearGradient2522"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.618682,-0.132027,6.262726e-2,0.741184,31.12021,8.300410)"
+ x1="-22.874170"
+ y1="38.675991"
+ x2="-4.3908315"
+ y2="38.675991" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2399"
+ id="linearGradient2524"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.618682,-0.132027,6.262726e-2,0.741184,31.12021,8.300410)"
+ x1="-10.480865"
+ y1="39.033951"
+ x2="-23.851389"
+ y2="39.142845" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient19894"
+ id="linearGradient2529"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.566621,2.988977e-2,-0.118557,0.656541,36.18544,20.08311)"
+ x1="-22.874170"
+ y1="38.675991"
+ x2="-4.3908315"
+ y2="38.675991" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2399"
+ id="linearGradient2531"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.566621,2.988977e-2,-0.118557,0.656541,36.18544,20.08311)"
+ x1="-10.480865"
+ y1="39.033951"
+ x2="-23.851389"
+ y2="39.142845" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3300"
+ id="linearGradient3306"
+ gradientTransform="scale(1.002656,0.997352)"
+ x1="24.613028"
+ y1="31.146202"
+ x2="24.613028"
+ y2="26.739624"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3311"
+ id="linearGradient3127"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.60344,0,0,0.549396,0.614167,2.4498e-2)"
+ x1="17.879995"
+ y1="55.362793"
+ x2="11.906206"
+ y2="54.863026" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3265"
+ id="linearGradient3129"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-0.905728,-4.386156e-2,0.18951,-0.963437,0.614167,2.4498e-2)"
+ x1="-29.007195"
+ y1="-29.799353"
+ x2="-37.641232"
+ y2="-29.598314" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#aigrd7"
+ id="radialGradient3131"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.55129,1.265592e-16,-1.35572e-16,0.766034,-10.48701,3.514312)"
+ cx="68.137589"
+ cy="29.869318"
+ fx="68.137589"
+ fy="29.869318"
+ r="33.934090" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6339"
+ id="linearGradient3133"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.140494,0,0,0.926002,0.27233,-3.24717)"
+ x1="16.998856"
+ y1="10.061084"
+ x2="32.096882"
+ y2="36.726292" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3175"
+ id="linearGradient3135"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.894129,0,0,0.98523,1.515981,2.4498e-2)"
+ x1="37.940434"
+ y1="16.651863"
+ x2="-5.2517161"
+ y2="3.8557322" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3311"
+ id="linearGradient3157"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.60344,0,0,0.549396,0.614167,2.4498e-2)"
+ x1="17.879995"
+ y1="55.362793"
+ x2="11.906206"
+ y2="54.863026" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3265"
+ id="linearGradient3159"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-0.905728,-4.386156e-2,0.18951,-0.963437,0.614167,2.4498e-2)"
+ x1="-29.007195"
+ y1="-29.799353"
+ x2="-37.641232"
+ y2="-29.598314" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#aigrd7"
+ id="radialGradient3161"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.55129,1.265592e-16,-1.35572e-16,0.766034,-10.48701,3.514312)"
+ cx="68.137589"
+ cy="29.869318"
+ fx="68.137589"
+ fy="29.869318"
+ r="33.934090" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3175"
+ id="linearGradient3163"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.894129,0,0,0.98523,1.515981,2.4498e-2)"
+ x1="37.940434"
+ y1="16.651863"
+ x2="-5.2517161"
+ y2="3.8557322" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient20393"
+ id="linearGradient3165"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-0.6293,0,0,1.589068,50.68808,3.804378)"
+ x1="30.620375"
+ y1="10.313651"
+ x2="32.166080"
+ y2="18.162935" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient20393"
+ id="linearGradient3167"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.6293,0,0,1.589068,1.411612,3.929378)"
+ x1="30.620375"
+ y1="10.313651"
+ x2="32.166080"
+ y2="18.162935" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient20428"
+ id="linearGradient3169"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.985083,0,0,0.503757,1.786612,4.554378)"
+ x1="14.637301"
+ y1="31.504122"
+ x2="9.3648205"
+ y2="32.250980" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6339"
+ id="linearGradient3171"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.140494,0,0,0.926002,0.27233,-3.24717)"
+ x1="16.998856"
+ y1="10.061084"
+ x2="32.096882"
+ y2="36.726292" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3300"
+ id="linearGradient3185"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.002656,0.997352)"
+ x1="24.613028"
+ y1="31.146202"
+ x2="24.613028"
+ y2="26.739624" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient19894"
+ id="linearGradient3187"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.566621,2.988977e-2,-0.118557,0.656541,36.18544,20.08311)"
+ x1="-22.874170"
+ y1="38.675991"
+ x2="-4.3908315"
+ y2="38.675991" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2399"
+ id="linearGradient3189"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.566621,2.988977e-2,-0.118557,0.656541,36.18544,20.08311)"
+ x1="-10.480865"
+ y1="39.033951"
+ x2="-23.851389"
+ y2="39.142845" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient19894"
+ id="linearGradient3191"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.02645,0.974232)"
+ x1="-22.874170"
+ y1="38.675991"
+ x2="-4.3908315"
+ y2="38.675991" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2399"
+ id="linearGradient3193"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.02645,0.974232)"
+ x1="-10.480865"
+ y1="39.033951"
+ x2="-23.851389"
+ y2="39.142845" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient19894"
+ id="linearGradient3195"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.02645,0.974232)"
+ x1="-22.874170"
+ y1="38.675991"
+ x2="-4.3908315"
+ y2="38.675991" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2399"
+ id="linearGradient3197"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.02645,0.974232)"
+ x1="-10.480865"
+ y1="39.033951"
+ x2="-23.851389"
+ y2="39.142845" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient19894"
+ id="linearGradient3199"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.618682,-0.132027,6.262726e-2,0.741184,31.12021,8.30041)"
+ x1="-22.874170"
+ y1="38.675991"
+ x2="-4.3908315"
+ y2="38.675991" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2399"
+ id="linearGradient3201"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.618682,-0.132027,6.262726e-2,0.741184,31.12021,8.30041)"
+ x1="-10.480865"
+ y1="39.033951"
+ x2="-23.851389"
+ y2="39.142845" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#aigrd1"
+ id="linearGradient4100"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.639127,0,0,1.639127,-15.97035,-29.79355)"
+ x1="23.124"
+ y1="43.165"
+ x2="26.4785"
+ y2="43.165" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3300"
+ id="linearGradient4102"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.002656,0.997352)"
+ x1="24.613028"
+ y1="31.146202"
+ x2="24.613028"
+ y2="26.739624" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient19894"
+ id="linearGradient4104"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.566621,2.988977e-2,-0.118557,0.656541,36.18544,20.08311)"
+ x1="-22.874170"
+ y1="38.675991"
+ x2="-4.3908315"
+ y2="38.675991" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2399"
+ id="linearGradient4106"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.566621,2.988977e-2,-0.118557,0.656541,36.18544,20.08311)"
+ x1="-10.480865"
+ y1="39.033951"
+ x2="-23.851389"
+ y2="39.142845" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient19894"
+ id="linearGradient4108"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.02645,0.974232)"
+ x1="-22.874170"
+ y1="38.675991"
+ x2="-4.3908315"
+ y2="38.675991" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2399"
+ id="linearGradient4110"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.02645,0.974232)"
+ x1="-10.480865"
+ y1="39.033951"
+ x2="-23.851389"
+ y2="39.142845" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient19894"
+ id="linearGradient4112"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.02645,0.974232)"
+ x1="-22.874170"
+ y1="38.675991"
+ x2="-4.3908315"
+ y2="38.675991" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2399"
+ id="linearGradient4114"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.02645,0.974232)"
+ x1="-10.480865"
+ y1="39.033951"
+ x2="-23.851389"
+ y2="39.142845" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient19894"
+ id="linearGradient4116"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.618682,-0.132027,6.262726e-2,0.741184,31.12021,8.30041)"
+ x1="-22.874170"
+ y1="38.675991"
+ x2="-4.3908315"
+ y2="38.675991" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2399"
+ id="linearGradient4118"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.618682,-0.132027,6.262726e-2,0.741184,31.12021,8.30041)"
+ x1="-10.480865"
+ y1="39.033951"
+ x2="-23.851389"
+ y2="39.142845" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3311"
+ id="linearGradient4120"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.60344,0,0,0.549396,0.614167,2.4498e-2)"
+ x1="17.879995"
+ y1="55.362793"
+ x2="11.906206"
+ y2="54.863026" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3265"
+ id="linearGradient4122"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-0.905728,-4.386156e-2,0.18951,-0.963437,0.614167,2.4498e-2)"
+ x1="-29.007195"
+ y1="-29.799353"
+ x2="-37.641232"
+ y2="-29.598314" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#aigrd7"
+ id="radialGradient4124"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.55129,1.265592e-16,-1.35572e-16,0.766034,-10.48701,3.514312)"
+ cx="68.137589"
+ cy="29.869318"
+ fx="68.137589"
+ fy="29.869318"
+ r="33.934090" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3175"
+ id="linearGradient4126"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.894129,0,0,0.98523,1.515981,2.4498e-2)"
+ x1="37.940434"
+ y1="16.651863"
+ x2="-5.2517161"
+ y2="3.8557322" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient20393"
+ id="linearGradient4128"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-0.6293,0,0,1.589068,50.68808,3.804378)"
+ x1="30.620375"
+ y1="10.313651"
+ x2="32.166080"
+ y2="18.162935" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient20393"
+ id="linearGradient4130"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.6293,0,0,1.589068,1.411612,3.929378)"
+ x1="30.620375"
+ y1="10.313651"
+ x2="32.166080"
+ y2="18.162935" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient20428"
+ id="linearGradient4132"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.985083,0,0,0.503757,1.786612,4.554378)"
+ x1="14.637301"
+ y1="31.504122"
+ x2="9.3648205"
+ y2="32.250980" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6339"
+ id="linearGradient4134"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.140494,0,0,0.926002,0.27233,-3.24717)"
+ x1="16.998856"
+ y1="10.061084"
+ x2="32.096882"
+ y2="36.726292" />
+ </defs>
+ <sodipodi:namedview
+ inkscape:window-y="30"
+ inkscape:window-x="0"
+ inkscape:window-height="818"
+ inkscape:window-width="1060"
+ inkscape:document-units="px"
+ inkscape:grid-bbox="true"
+ showgrid="true"
+ inkscape:current-layer="layer1"
+ inkscape:cy="19.729332"
+ inkscape:cx="-132.96706"
+ inkscape:zoom="1"
+ inkscape:pageshadow="2"
+ inkscape:pageopacity="0.0"
+ borderopacity="0.55294118"
+ bordercolor="#666666"
+ pagecolor="#ffffff"
+ id="base"
+ inkscape:showpageshadow="false">
+ <inkscape:grid
+ id="GridFromPre046Settings"
+ type="xygrid"
+ originx="0px"
+ originy="0px"
+ spacingx="1px"
+ spacingy="1px"
+ color="#0000ff"
+ empcolor="#0000ff"
+ opacity="0.2"
+ empopacity="0.4"
+ empspacing="4" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata4">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title>Info</dc:title>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Jakub Steiner</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>dialog</rdf:li>
+ <rdf:li>info</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <dc:source>http://jimmac.musichall.cz</dc:source>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+ <dc:contributor>
+ <cc:Agent>
+ <dc:title>Garrett LeSage</dc:title>
+ </cc:Agent>
+ </dc:contributor>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/publicdomain/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:groupmode="layer"
+ inkscape:label="Layer 1"
+ id="layer1">
+ <path
+ transform="matrix(1.197183,0,0,1.098591,-6.201582,-3.209507)"
+ 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"
+ sodipodi:ry="4.4375"
+ sodipodi:rx="13.8125"
+ sodipodi:cy="42.0625"
+ sodipodi:cx="26.0625"
+ id="path20208"
+ 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"
+ sodipodi:type="arc"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true" />
+ <g
+ id="g4076"
+ transform="translate(0,1)"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true">
+ <path
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ transform="matrix(1.075823,0,0,0.937493,-2.551335,3.047213)"
+ id="path19509"
+ 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 "
+ style="fill:url(#linearGradient4100);fill-rule:nonzero;stroke:#565656;stroke-miterlimit:4;stroke-opacity:1" />
+ <g
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ transform="matrix(0.989073,0,0,0.993556,-0.408739,7.920479e-3)"
+ id="g3173">
+ <path
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ sodipodi:nodetypes="cccccccscccccccs"
+ id="path3209"
+ 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 "
+ 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" />
+ <path
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ sodipodi:nodetypes="csccc"
+ id="path3183"
+ 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 "
+ 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" />
+ <path
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ sodipodi:type="arc"
+ 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"
+ id="path1603"
+ sodipodi:cx="-13.87697"
+ sodipodi:cy="27.228739"
+ sodipodi:rx="10.341436"
+ sodipodi:ry="3.2703688"
+ 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"
+ transform="matrix(0.60274,-0.128625,6.428372e-2,0.760788,31.12021,14.49141)" />
+ <path
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ transform="matrix(0.60274,-0.128625,6.428372e-2,0.760788,31.12021,11.39591)"
+ 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"
+ sodipodi:ry="3.2703688"
+ sodipodi:rx="10.341436"
+ sodipodi:cy="27.228739"
+ sodipodi:cx="-13.87697"
+ id="path2364"
+ 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"
+ sodipodi:type="arc" />
+ <path
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ sodipodi:nodetypes="cccss"
+ id="path2366"
+ 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 "
+ 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" />
+ <path
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ transform="matrix(0.335464,0,0,0.335464,11.74678,27.2261)"
+ 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"
+ sodipodi:ry="3.25"
+ sodipodi:rx="3.25"
+ sodipodi:cy="22.375"
+ sodipodi:cx="27.75"
+ id="path20372"
+ 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"
+ sodipodi:type="arc" />
+ <path
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ sodipodi:nodetypes="cscc"
+ id="path3241"
+ 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 "
+ style="fill:#000000;fill-opacity:0.23391807;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ <path
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ sodipodi:type="arc"
+ 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"
+ id="path2435"
+ sodipodi:cx="27.75"
+ sodipodi:cy="22.375"
+ sodipodi:rx="3.25"
+ sodipodi:ry="3.25"
+ 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"
+ transform="matrix(0.335464,0,0,0.335464,11.74678,30.23376)" />
+ <path
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ sodipodi:nodetypes="cscc"
+ id="path3237"
+ 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 "
+ style="fill:#000000;fill-opacity:0.23391807;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ <path
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ style="fill:#000000;fill-opacity:0.23391807;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ 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 "
+ id="path3239"
+ sodipodi:nodetypes="cscc" />
+ </g>
+ <g
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ transform="translate(-0.988797,0)"
+ id="g3146">
+ <g
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ id="g3141">
+ <path
+ transform="matrix(0.954439,0,0,0.989869,1.433222,0.639881)"
+ sodipodi:nodetypes="csscs"
+ id="path3243"
+ 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 "
+ 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"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true" />
+ <path
+ transform="matrix(0.954439,0,0,0.989869,1.433222,0.639881)"
+ sodipodi:nodetypes="csssssc"
+ id="path6305"
+ 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 "
+ 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"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true" />
+ <path
+ transform="matrix(0.954439,0,0,0.989869,1.433222,0.639881)"
+ 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"
+ 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 "
+ id="path2429"
+ sodipodi:nodetypes="csssssc"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true" />
+ </g>
+ <g
+ id="g1695"
+ transform="matrix(0.9375,0,0,0.926938,0.569221,0.25176)"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true">
+ <path
+ style="fill:url(#linearGradient4128);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
+ 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 "
+ id="path1691"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true" />
+ <path
+ id="path19612"
+ 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 "
+ style="fill:url(#linearGradient4130);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true" />
+ <path
+ 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"
+ 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 "
+ id="path19614"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true" />
+ </g>
+ <path
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ 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"
+ 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 "
+ id="path6334"
+ transform="matrix(0.954439,0,0,0.989869,1.433222,0.639881)" />
+ </g>
+ </g>
+ </g>
+</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 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ inkscape:export-ydpi="240.00000"
+ inkscape:export-xdpi="240.00000"
+ inkscape:export-filename="/home/jimmac/gfx/novell/pdes/trunk/docs/BIGmime-text.png"
+ sodipodi:docname="document-properties.svg"
+ sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/actions"
+ inkscape:version="0.46"
+ sodipodi:version="0.32"
+ id="svg249"
+ height="48.000000px"
+ width="48.000000px"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs3">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ id="perspective83" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient5031"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5060">
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0"
+ id="stop5062" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop5064" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient5029"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <linearGradient
+ id="linearGradient5048">
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="0"
+ id="stop5050" />
+ <stop
+ id="stop5056"
+ offset="0.5"
+ style="stop-color:black;stop-opacity:1;" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop5052" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5048"
+ id="linearGradient5027"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
+ x1="302.85715"
+ y1="366.64789"
+ x2="302.85715"
+ y2="609.50507" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2616">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop2618" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop2620" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4542">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop4544" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop4546" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient15662">
+ <stop
+ id="stop15664"
+ offset="0.0000000"
+ style="stop-color:#ffffff;stop-opacity:1.0000000;" />
+ <stop
+ id="stop15666"
+ offset="1.0000000"
+ style="stop-color:#f8f8f8;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <radialGradient
+ id="aigrd3"
+ cx="20.8921"
+ cy="64.5679"
+ r="5.257"
+ fx="20.8921"
+ fy="64.5679"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ offset="0"
+ style="stop-color:#F0F0F0"
+ id="stop15573" />
+ <stop
+ offset="1.0000000"
+ style="stop-color:#9a9a9a;stop-opacity:1.0000000;"
+ id="stop15575" />
+ </radialGradient>
+ <radialGradient
+ id="aigrd2"
+ cx="20.8921"
+ cy="114.5684"
+ r="5.256"
+ fx="20.8921"
+ fy="114.5684"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ offset="0"
+ style="stop-color:#F0F0F0"
+ id="stop15566" />
+ <stop
+ offset="1.0000000"
+ style="stop-color:#9a9a9a;stop-opacity:1.0000000;"
+ id="stop15568" />
+ </radialGradient>
+ <linearGradient
+ id="linearGradient269">
+ <stop
+ id="stop270"
+ offset="0.0000000"
+ style="stop-color:#a3a3a3;stop-opacity:1.0000000;" />
+ <stop
+ id="stop271"
+ offset="1.0000000"
+ style="stop-color:#4c4c4c;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient259">
+ <stop
+ id="stop260"
+ offset="0.0000000"
+ style="stop-color:#fafafa;stop-opacity:1.0000000;" />
+ <stop
+ id="stop261"
+ offset="1.0000000"
+ style="stop-color:#bbbbbb;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient269"
+ id="radialGradient15656"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.968273,0.000000,0.000000,1.032767,3.353553,0.646447)"
+ cx="8.8244190"
+ cy="3.7561285"
+ fx="8.8244190"
+ fy="3.7561285"
+ r="37.751713" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient259"
+ id="radialGradient15658"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(0.960493,1.041132)"
+ cx="33.966679"
+ cy="35.736916"
+ fx="33.966679"
+ fy="35.736916"
+ r="86.708450" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient15662"
+ id="radialGradient15668"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.968273,0.000000,0.000000,1.032767,3.353553,0.646447)"
+ cx="8.1435566"
+ cy="7.2678967"
+ fx="8.1435566"
+ fy="7.2678967"
+ r="38.158695" />
+ <radialGradient
+ r="5.256"
+ fy="114.5684"
+ fx="20.8921"
+ cy="114.5684"
+ cx="20.8921"
+ gradientTransform="matrix(0.229703,0.000000,0.000000,0.229703,4.613529,3.979808)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient2283"
+ xlink:href="#aigrd2"
+ inkscape:collect="always" />
+ <radialGradient
+ r="5.257"
+ fy="64.5679"
+ fx="20.8921"
+ cy="64.5679"
+ cx="20.8921"
+ gradientTransform="matrix(0.229703,0.000000,0.000000,0.229703,4.613529,3.979808)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient2285"
+ xlink:href="#aigrd3"
+ inkscape:collect="always" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4542"
+ id="radialGradient4548"
+ cx="24.306795"
+ cy="42.07798"
+ fx="24.306795"
+ fy="42.07798"
+ r="15.821514"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.284916,0.000000,30.08928)"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2616"
+ id="radialGradient2622"
+ cx="26.030092"
+ cy="24.22681"
+ fx="26.030092"
+ fy="24.22681"
+ r="11.629837"
+ gradientTransform="matrix(2.110988,2.110738e-23,-2.534516e-23,2.534930,-28.91913,-38.04383)"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ inkscape:window-y="160"
+ inkscape:window-x="562"
+ inkscape:window-height="688"
+ inkscape:window-width="872"
+ inkscape:document-units="px"
+ inkscape:grid-bbox="true"
+ showgrid="false"
+ inkscape:current-layer="layer6"
+ inkscape:cy="-2.6701998"
+ inkscape:cx="12.252821"
+ inkscape:zoom="5.6568542"
+ inkscape:pageshadow="2"
+ inkscape:pageopacity="0.0"
+ borderopacity="0.25490196"
+ bordercolor="#666666"
+ pagecolor="#ffffff"
+ id="base"
+ inkscape:showpageshadow="false" />
+ <metadata
+ id="metadata4">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title>Document Properties</dc:title>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>document</rdf:li>
+ <rdf:li>settings</rdf:li>
+ <rdf:li>preferences</rdf:li>
+ <rdf:li>properties</rdf:li>
+ <rdf:li>tweak</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Jakub Steiner</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:source>http://jimmac.musichall.cz</dc:source>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/publicdomain/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:groupmode="layer"
+ id="layer6"
+ inkscape:label="Shadow">
+ <g
+ style="display:inline"
+ id="g5022"
+ transform="matrix(2.165152e-2,0,0,1.485743e-2,43.0076,42.68539)">
+ <rect
+ y="-150.69685"
+ x="-1559.2523"
+ height="478.35718"
+ width="1339.6335"
+ id="rect4173"
+ 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" />
+ <path
+ sodipodi:nodetypes="cccc"
+ id="path5058"
+ 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 "
+ 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" />
+ <path
+ 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"
+ 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 "
+ id="path5018"
+ sodipodi:nodetypes="cccc" />
+ </g>
+ </g>
+ <g
+ style="display:inline"
+ inkscape:groupmode="layer"
+ inkscape:label="Base"
+ id="layer1">
+ <rect
+ 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"
+ id="rect15391"
+ width="34.875000"
+ height="40.920494"
+ x="6.6035528"
+ y="3.6464462"
+ ry="1.1490486" />
+ <rect
+ 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"
+ id="rect15660"
+ width="32.775887"
+ height="38.946384"
+ x="7.6660538"
+ y="4.5839462"
+ ry="0.14904857"
+ rx="0.14904857" />
+ <g
+ transform="translate(0.646447,-3.798933e-2)"
+ id="g2270">
+ <g
+ id="g1440"
+ style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4.0000000"
+ transform="matrix(0.229703,0.000000,0.000000,0.229703,4.967081,4.244972)">
+ <radialGradient
+ id="radialGradient1442"
+ cx="20.892099"
+ cy="114.56840"
+ r="5.2560000"
+ fx="20.892099"
+ fy="114.56840"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ offset="0"
+ style="stop-color:#F0F0F0"
+ id="stop1444" />
+ <stop
+ offset="1"
+ style="stop-color:#474747"
+ id="stop1446" />
+ </radialGradient>
+ <path
+ style="stroke:none"
+ 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 "
+ id="path1448" />
+ <radialGradient
+ id="radialGradient1450"
+ cx="20.892099"
+ cy="64.567902"
+ r="5.2570000"
+ fx="20.892099"
+ fy="64.567902"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ offset="0"
+ style="stop-color:#F0F0F0"
+ id="stop1452" />
+ <stop
+ offset="1"
+ style="stop-color:#474747"
+ id="stop1454" />
+ </radialGradient>
+ <path
+ style="stroke:none"
+ 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 "
+ id="path1456" />
+ </g>
+ <path
+ style="fill:url(#radialGradient2283);fill-rule:nonzero;stroke:none;stroke-miterlimit:4.0000000"
+ 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 "
+ id="path15570" />
+ <path
+ style="fill:url(#radialGradient2285);fill-rule:nonzero;stroke:none;stroke-miterlimit:4.0000000"
+ 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 "
+ id="path15577" />
+ </g>
+ <path
+ 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"
+ d="M 11.505723,5.4942766 L 11.505723,43.400869"
+ id="path15672"
+ sodipodi:nodetypes="cc" />
+ <path
+ 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"
+ d="M 12.500000,5.0205154 L 12.500000,43.038228"
+ id="path15674"
+ sodipodi:nodetypes="cc" />
+ </g>
+ <g
+ inkscape:groupmode="layer"
+ id="layer5"
+ inkscape:label="Text"
+ style="display:inline">
+ <g
+ transform="matrix(0.909091,0.000000,0.000000,1.000000,2.363628,0.000000)"
+ id="g2253">
+ <rect
+ 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"
+ id="rect15686"
+ width="22.000004"
+ height="1.0000000"
+ x="15.000002"
+ y="9.0000000"
+ rx="0.15156493"
+ ry="0.065390877" />
+ <rect
+ 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"
+ id="rect15688"
+ width="22.000004"
+ height="1.0000000"
+ x="15.000002"
+ y="11.000000"
+ rx="0.15156493"
+ ry="0.065390877" />
+ <rect
+ 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"
+ id="rect15690"
+ width="22.000004"
+ height="1.0000000"
+ x="15.000002"
+ y="13.000000"
+ rx="0.15156493"
+ ry="0.065390877" />
+ <rect
+ 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"
+ id="rect15692"
+ width="22.000004"
+ height="1.0000000"
+ x="15.000002"
+ y="15.000000"
+ rx="0.15156493"
+ ry="0.065390877" />
+ <rect
+ 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"
+ id="rect15694"
+ width="22.000004"
+ height="1.0000000"
+ x="15.000002"
+ y="17.000000"
+ rx="0.15156493"
+ ry="0.065390877" />
+ <rect
+ 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"
+ id="rect15696"
+ width="22.000004"
+ height="1.0000000"
+ x="15.000002"
+ y="19.000000"
+ rx="0.15156493"
+ ry="0.065390877" />
+ <rect
+ 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"
+ id="rect15698"
+ width="22.000004"
+ height="1.0000000"
+ x="15.000002"
+ y="21.000000"
+ rx="0.15156493"
+ ry="0.065390877" />
+ <rect
+ 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"
+ id="rect15700"
+ width="22.000004"
+ height="1.0000000"
+ x="15.000002"
+ y="23.000000"
+ rx="0.15156493"
+ ry="0.065390877" />
+ <rect
+ 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"
+ id="rect15732"
+ width="9.9000053"
+ height="1.0000000"
+ x="14.999992"
+ y="25.000000"
+ rx="0.068204239"
+ ry="0.065390877" />
+ <rect
+ 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"
+ id="rect15736"
+ width="22.000004"
+ height="1.0000000"
+ x="14.999992"
+ y="29.000000"
+ rx="0.15156493"
+ ry="0.065390877" />
+ <rect
+ 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"
+ id="rect15738"
+ width="22.000004"
+ height="1.0000000"
+ x="14.999992"
+ y="31.000000"
+ rx="0.15156493"
+ ry="0.065390877" />
+ <rect
+ 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"
+ id="rect15740"
+ width="22.000004"
+ height="1.0000000"
+ x="14.999992"
+ y="33.000000"
+ rx="0.15156493"
+ ry="0.065390877" />
+ <rect
+ 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"
+ id="rect15742"
+ width="22.000004"
+ height="1.0000000"
+ x="14.999992"
+ y="35.000000"
+ rx="0.15156493"
+ ry="0.065390877" />
+ <rect
+ 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"
+ id="rect15744"
+ width="15.400014"
+ height="1.0000000"
+ x="14.999992"
+ y="37.000000"
+ rx="0.10609552"
+ ry="0.065390877" />
+ </g>
+ <path
+ 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"
+ 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 "
+ id="path2140" />
+ </g>
+</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 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ inkscape:export-ydpi="90.000000"
+ inkscape:export-xdpi="90.000000"
+ inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png"
+ width="48px"
+ height="48px"
+ id="svg11300"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ sodipodi:docbase="/home/tigert/cvs/freedesktop.org/tango-icon-theme/scalable/emblems"
+ sodipodi:docname="emblem-system.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs3">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ id="perspective22" />
+ <linearGradient
+ id="linearGradient3264">
+ <stop
+ style="stop-color:#c9c9c9;stop-opacity:1;"
+ offset="0"
+ id="stop3266" />
+ <stop
+ id="stop3276"
+ offset="0.25"
+ style="stop-color:#f8f8f8;stop-opacity:1;" />
+ <stop
+ id="stop3272"
+ offset="0.5"
+ style="stop-color:#e2e2e2;stop-opacity:1;" />
+ <stop
+ style="stop-color:#b0b0b0;stop-opacity:1;"
+ offset="0.75"
+ id="stop3274" />
+ <stop
+ style="stop-color:#c9c9c9;stop-opacity:1;"
+ offset="1"
+ id="stop3268" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3256">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop3258" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop3260" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3256"
+ id="radialGradient3262"
+ cx="25.455845"
+ cy="39.161163"
+ fx="25.455845"
+ fy="39.161163"
+ r="19.622213"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.315315,0.000000,26.81305)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3264"
+ id="linearGradient3281"
+ gradientUnits="userSpaceOnUse"
+ x1="14.462892"
+ y1="12.284524"
+ x2="34.534348"
+ y2="39.684914"
+ gradientTransform="matrix(1.241935,0.000000,0.000000,1.241935,-5.027508,-7.208988)" />
+ </defs>
+ <sodipodi:namedview
+ stroke="#ef2929"
+ fill="#eeeeec"
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="0.25490196"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="8"
+ inkscape:cx="23.801189"
+ inkscape:cy="24.266212"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:showpageshadow="false"
+ inkscape:window-width="782"
+ inkscape:window-height="688"
+ inkscape:window-x="345"
+ inkscape:window-y="160" />
+ <metadata
+ id="metadata4">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Jakub Steiner</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:source>http://jimmac.musichall.cz</dc:source>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+ <dc:title>Emblem System</dc:title>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>emblem</rdf:li>
+ <rdf:li>system</rdf:li>
+ <rdf:li>library</rdf:li>
+ <rdf:li>crucial</rdf:li>
+ <rdf:li>base</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/publicdomain/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <path
+ sodipodi:type="arc"
+ 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"
+ id="path3254"
+ sodipodi:cx="25.455845"
+ sodipodi:cy="39.161163"
+ sodipodi:rx="19.622213"
+ sodipodi:ry="6.1871843"
+ 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"
+ transform="translate(-0.883885,2.474874)" />
+ <path
+ 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"
+ 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 "
+ id="path3243" />
+ <path
+ sodipodi:type="arc"
+ 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"
+ id="path3283"
+ sodipodi:cx="23.511301"
+ sodipodi:cy="23.781593"
+ sodipodi:rx="12.727922"
+ sodipodi:ry="12.727922"
+ 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"
+ transform="matrix(0.606518,0.000000,0.000000,0.606518,10.15021,7.936835)" />
+ <path
+ id="path3285"
+ 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 "
+ 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"
+ sodipodi:nodetypes="ccccccccccccccccccccccccccccccccc" />
+ </g>
+</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 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48.000000px"
+ height="48.000000px"
+ id="svg97"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/places"
+ sodipodi:docname="folder.svg"
+ inkscape:export-filename="/home/jimmac/Desktop/horlander-style3.png"
+ inkscape:export-xdpi="90.000000"
+ inkscape:export-ydpi="90.000000"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs3">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ id="perspective68" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient6719"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5060">
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0"
+ id="stop5062" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop5064" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient6717"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <linearGradient
+ id="linearGradient5048">
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="0"
+ id="stop5050" />
+ <stop
+ id="stop5056"
+ offset="0.5"
+ style="stop-color:black;stop-opacity:1;" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop5052" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5048"
+ id="linearGradient6715"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
+ x1="302.85715"
+ y1="366.64789"
+ x2="302.85715"
+ y2="609.50507" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9806">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop9808" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop9810" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9766">
+ <stop
+ style="stop-color:#6194cb;stop-opacity:1;"
+ offset="0"
+ id="stop9768" />
+ <stop
+ style="stop-color:#729fcf;stop-opacity:1;"
+ offset="1"
+ id="stop9770" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3096">
+ <stop
+ id="stop3098"
+ offset="0"
+ style="stop-color:#424242;stop-opacity:1;" />
+ <stop
+ id="stop3100"
+ offset="1.0000000"
+ style="stop-color:#777777;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient319"
+ inkscape:collect="always">
+ <stop
+ id="stop320"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop321"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient1789">
+ <stop
+ style="stop-color:#202020;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop1790" />
+ <stop
+ style="stop-color:#b9b9b9;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop1791" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient1789"
+ id="radialGradient238"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.055022,-2.734504e-2,0.177703,1.190929,-3.572177,-7.125301)"
+ cx="20.706017"
+ cy="37.517986"
+ fx="20.706017"
+ fy="37.517986"
+ r="30.905205" />
+ <linearGradient
+ id="linearGradient3983">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.87628865;"
+ offset="0.0000000"
+ id="stop3984" />
+ <stop
+ style="stop-color:#fffffe;stop-opacity:0.0000000;"
+ offset="1.0000000"
+ id="stop3985" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3983"
+ id="linearGradient491"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.516844,0.000000,0.000000,0.708978,-0.879573,-1.318166)"
+ x1="6.2297964"
+ y1="13.773066"
+ x2="9.8980894"
+ y2="66.834053" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="46.689312"
+ x2="12.853771"
+ y1="32.567184"
+ x1="13.035696"
+ gradientTransform="matrix(1.317489,0.000000,0.000000,0.816256,-0.879573,-1.318166)"
+ id="linearGradient322"
+ xlink:href="#linearGradient319"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="6.1802502"
+ x2="15.514889"
+ y1="31.367750"
+ x1="18.112709"
+ id="linearGradient3104"
+ xlink:href="#linearGradient3096"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9766"
+ id="linearGradient9772"
+ x1="22.175976"
+ y1="36.987999"
+ x2="22.065331"
+ y2="32.050499"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9806"
+ id="radialGradient9812"
+ cx="24.35099"
+ cy="41.591846"
+ fx="24.35099"
+ fy="41.591846"
+ r="19.136078"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.242494,1.565588e-16,31.50606)"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ fill="#729fcf"
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="0.10196078"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="4"
+ inkscape:cx="54.359127"
+ inkscape:cy="-13.803699"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:window-width="1026"
+ inkscape:window-height="818"
+ inkscape:window-x="169"
+ inkscape:window-y="30"
+ inkscape:showpageshadow="false"
+ stroke="#3465a4" />
+ <metadata
+ id="metadata4">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title>Folder Icon</dc:title>
+ <dc:date />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Jakub Steiner</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+ <dc:source>http://jimmac.musichall.cz</dc:source>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>folder</rdf:li>
+ <rdf:li>directory</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/publicdomain/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Folder"
+ inkscape:groupmode="layer">
+ <g
+ style="display:inline"
+ transform="matrix(2.262383e-2,0,0,2.086758e-2,43.38343,36.36962)"
+ id="g6707">
+ <rect
+ 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"
+ id="rect6709"
+ width="1339.6335"
+ height="478.35718"
+ x="-1559.2523"
+ y="-150.69685" />
+ <path
+ 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"
+ 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 "
+ id="path6711"
+ sodipodi:nodetypes="cccc" />
+ <path
+ sodipodi:nodetypes="cccc"
+ id="path6713"
+ 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 "
+ 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
+ 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 "
+ id="path216"
+ 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"
+ sodipodi:nodetypes="ccccccssssccc" />
+ <path
+ sodipodi:nodetypes="cc"
+ id="path9788"
+ d="M 5.2265927,22.5625 L 35.492173,22.5625"
+ 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" />
+ <path
+ sodipodi:nodetypes="cc"
+ id="path9784"
+ d="M 5.0421736,18.5625 L 35.489104,18.5625"
+ 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" />
+ <path
+ 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"
+ d="M 4.9806965,12.5625 L 35.488057,12.5625"
+ id="path9778"
+ sodipodi:nodetypes="cc" />
+ <path
+ 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"
+ d="M 5.3861577,32.5625 L 35.494881,32.5625"
+ id="path9798"
+ sodipodi:nodetypes="cc" />
+ <path
+ sodipodi:nodetypes="cc"
+ id="path9800"
+ d="M 5.5091398,34.5625 L 35.496893,34.5625"
+ 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" />
+ <path
+ 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"
+ d="M 5.0421736,16.5625 L 35.489104,16.5625"
+ id="path9782"
+ sodipodi:nodetypes="cc" />
+ <path
+ sodipodi:nodetypes="cc"
+ id="path9780"
+ d="M 5.0114345,14.5625 L 35.48858,14.5625"
+ 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" />
+ <path
+ sodipodi:nodetypes="cc"
+ id="path9776"
+ d="M 4.9220969,10.5625 L 20.202912,10.5625"
+ 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" />
+ <path
+ 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"
+ d="M 4.8737534,8.5624999 L 19.657487,8.5624999"
+ id="path9774"
+ sodipodi:nodetypes="cc" />
+ <path
+ 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"
+ d="M 5.3246666,28.5625 L 35.493876,28.5625"
+ id="path9794"
+ sodipodi:nodetypes="cc" />
+ <path
+ sodipodi:nodetypes="cc"
+ id="path9792"
+ d="M 5.2880638,26.5625 L 35.493184,26.5625"
+ 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" />
+ <path
+ 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"
+ d="M 5.2265927,24.5625 L 35.492173,24.5625"
+ id="path9790"
+ sodipodi:nodetypes="cc" />
+ <path
+ 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"
+ d="M 5.1958537,20.5625 L 35.491649,20.5625"
+ id="path9786"
+ sodipodi:nodetypes="cc" />
+ <path
+ sodipodi:nodetypes="cc"
+ id="path9796"
+ d="M 5.3246666,30.5625 L 35.493876,30.5625"
+ 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" />
+ <path
+ 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"
+ d="M 5.5091398,36.5625 L 35.496893,36.5625"
+ id="path9802"
+ sodipodi:nodetypes="cc" />
+ <path
+ 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"
+ 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 "
+ id="path219"
+ sodipodi:nodetypes="cccccccccscccccc" />
+ <g
+ style="stroke-miterlimit:4.0000000;stroke-width:0.99946535;stroke:none;fill-rule:nonzero;fill-opacity:0.75706214;fill:#ffffff"
+ id="g220"
+ transform="matrix(1.040764,0.000000,5.449252e-2,1.040764,-8.670199,2.670594)"
+ inkscape:export-filename="/home/jimmac/ximian_art/icons/nautilus/suse93/gnome-fs-directory.png"
+ inkscape:export-xdpi="74.800003"
+ inkscape:export-ydpi="74.800003">
+ <path
+ style="fill-opacity:0.50847459;fill:#ffffff"
+ 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 "
+ id="path221"
+ sodipodi:nodetypes="cscscs" />
+ </g>
+ <path
+ 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"
+ 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 "
+ id="path233"
+ sodipodi:nodetypes="cscccscc"
+ inkscape:export-filename="/home/jimmac/ximian_art/icons/nautilus/suse93/gnome-fs-directory.png"
+ inkscape:export-xdpi="74.800003"
+ inkscape:export-ydpi="74.800003" />
+ <path
+ sodipodi:nodetypes="ccsscsc"
+ id="path304"
+ 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 "
+ 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" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ id="path323"
+ 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 "
+ 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" />
+ </g>
+ <g
+ inkscape:groupmode="layer"
+ id="layer2"
+ inkscape:label="pattern" />
+</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 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48px"
+ height="48px"
+ id="svg4198"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/actions"
+ sodipodi:docname="format-indent-more.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs4200">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ id="perspective56" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient5031"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5060">
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0"
+ id="stop5062" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop5064" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient5029"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <linearGradient
+ id="linearGradient5048">
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="0"
+ id="stop5050" />
+ <stop
+ id="stop5056"
+ offset="0.5"
+ style="stop-color:black;stop-opacity:1;" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop5052" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5048"
+ id="linearGradient5027"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
+ x1="302.85715"
+ y1="366.64789"
+ x2="302.85715"
+ y2="609.50507" />
+ <linearGradient
+ id="linearGradient5157">
+ <stop
+ style="stop-color:#555753"
+ offset="0"
+ id="stop5159" />
+ <stop
+ style="stop-color:#555753;stop-opacity:0;"
+ offset="1"
+ id="stop5161" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2591">
+ <stop
+ style="stop-color:#9db029;stop-opacity:1;"
+ offset="0"
+ id="stop2593" />
+ <stop
+ style="stop-color:#869623;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop2595" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3558">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop3560" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop3562" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3558"
+ id="radialGradient3564"
+ cx="22.571428"
+ cy="30.857143"
+ fx="22.571428"
+ fy="30.857143"
+ r="15.571428"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.651376,4.638648e-15,10.75754)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient15218">
+ <stop
+ style="stop-color:#f8f8f7;stop-opacity:1;"
+ offset="0"
+ id="stop15220" />
+ <stop
+ id="stop2269"
+ offset="0.59928656"
+ style="stop-color:#e8e8e8;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e2e2de;stop-opacity:1;"
+ offset="1"
+ id="stop15222" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient15218"
+ id="linearGradient15224"
+ x1="22.308331"
+ y1="18.992140"
+ x2="35.785294"
+ y2="39.498238"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.060837,0.000000,0.000000,0.987595,4.641161,4.108291)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2259">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop2261" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop2263" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2259"
+ id="linearGradient2265"
+ x1="26.076092"
+ y1="26.696676"
+ x2="30.811172"
+ y2="42.007351"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.993566,0.000000,0.000000,1.000000,6.219859,4.033411)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2216">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop2218" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop2220" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2216"
+ id="linearGradient2222"
+ x1="36.8125"
+ y1="39.15625"
+ x2="39.0625"
+ y2="42.0625"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(6.161836,4.033411)" />
+ <linearGradient
+ id="linearGradient2224">
+ <stop
+ style="stop-color:#7c7c7c;stop-opacity:1;"
+ offset="0"
+ id="stop2226" />
+ <stop
+ style="stop-color:#b8b8b8;stop-opacity:1;"
+ offset="1"
+ id="stop2228" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient15218"
+ id="linearGradient2240"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.342704,0.000000,0.000000,1.235378,-8.219611,-6.577189)"
+ x1="20.794008"
+ y1="18.378813"
+ x2="35.596001"
+ y2="39.60046" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5157"
+ id="linearGradient5163"
+ x1="10.729691"
+ y1="26.422195"
+ x2="2.3941064"
+ y2="26.422195"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.188000,0.000000,0.000000,1.188000,6.648659,4.174916)" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#bebebe"
+ borderopacity="0.28627451"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="11.313708"
+ inkscape:cx="18.443076"
+ inkscape:cy="19.079251"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:window-width="872"
+ inkscape:window-height="818"
+ inkscape:window-x="395"
+ inkscape:window-y="30"
+ inkscape:showpageshadow="false"
+ fill="#555753" />
+ <metadata
+ id="metadata4203">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title>Indent More</dc:title>
+ <dc:date />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Jakub Steiner</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>indent</rdf:li>
+ <rdf:li>more</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+ <dc:identifier>http://jimmac.musichall.cz</dc:identifier>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/publicdomain/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <g
+ style="display:inline"
+ id="g5022"
+ transform="matrix(2.330573e-2,0,0,1.227058e-2,44.47891,44.41691)">
+ <rect
+ y="-150.69685"
+ x="-1559.2523"
+ height="478.35718"
+ width="1339.6335"
+ id="rect4173"
+ 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" />
+ <path
+ sodipodi:nodetypes="cccc"
+ id="path5058"
+ 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 "
+ 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" />
+ <path
+ 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"
+ 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 "
+ id="path5018"
+ sodipodi:nodetypes="cccc" />
+ </g>
+ <rect
+ 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"
+ id="rect4238"
+ width="38.996792"
+ height="45.003101"
+ x="4.5016017"
+ y="1.4968988"
+ rx="0.56650788"
+ ry="0.56650823" />
+ <rect
+ 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"
+ id="rect4248"
+ width="12.000005"
+ height="2"
+ x="26.00001"
+ y="6" />
+ <rect
+ y="10"
+ x="26.00001"
+ height="2"
+ width="11.111115"
+ id="rect4250"
+ 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" />
+ <rect
+ 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"
+ id="rect4252"
+ width="10.209573"
+ height="2"
+ x="26.00001"
+ y="14" />
+ <rect
+ y="18"
+ x="26.00001"
+ height="2"
+ width="12.000005"
+ id="rect4254"
+ 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" />
+ <rect
+ 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"
+ id="rect2245"
+ width="37.025566"
+ height="43.022316"
+ x="5.4997125"
+ y="2.4997177"
+ rx="0"
+ ry="0" />
+ <path
+ sodipodi:nodetypes="cccccccc"
+ id="path8643"
+ 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 "
+ 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" />
+ </g>
+</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 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48px"
+ height="48px"
+ id="svg4198"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/actions"
+ sodipodi:docname="format-justify-left.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs4200">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ id="perspective37" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient5031"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5060">
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0"
+ id="stop5062" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop5064" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient5029"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <linearGradient
+ id="linearGradient5048">
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="0"
+ id="stop5050" />
+ <stop
+ id="stop5056"
+ offset="0.5"
+ style="stop-color:black;stop-opacity:1;" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop5052" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5048"
+ id="linearGradient5027"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
+ x1="302.85715"
+ y1="366.64789"
+ x2="302.85715"
+ y2="609.50507" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3558">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop3560" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop3562" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3558"
+ id="radialGradient3564"
+ cx="22.571428"
+ cy="30.857143"
+ fx="22.571428"
+ fy="30.857143"
+ r="15.571428"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.651376,4.638648e-15,10.75754)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient15218">
+ <stop
+ style="stop-color:#f8f8f7;stop-opacity:1;"
+ offset="0"
+ id="stop15220" />
+ <stop
+ id="stop2269"
+ offset="0.59928656"
+ style="stop-color:#e8e8e8;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e2e2de;stop-opacity:1;"
+ offset="1"
+ id="stop15222" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient15218"
+ id="linearGradient2240"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.342704,0.000000,0.000000,1.235378,-8.219611,-6.577189)"
+ x1="20.794008"
+ y1="18.378813"
+ x2="35.596001"
+ y2="39.60046" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#bebebe"
+ borderopacity="1.0000000"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="11.313708"
+ inkscape:cx="25.107118"
+ inkscape:cy="27.632093"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:window-width="1280"
+ inkscape:window-height="818"
+ inkscape:window-x="0"
+ inkscape:window-y="30"
+ inkscape:showpageshadow="false" />
+ <metadata
+ id="metadata4203">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title>Justify Left</dc:title>
+ <dc:date>2005-10-29</dc:date>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Andreas Nilsson</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>justify</rdf:li>
+ <rdf:li>left</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/publicdomain/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <g
+ style="display:inline"
+ id="g5022"
+ transform="matrix(2.330573e-2,0,0,1.227058e-2,44.47891,44.41691)">
+ <rect
+ y="-150.69685"
+ x="-1559.2523"
+ height="478.35718"
+ width="1339.6335"
+ id="rect4173"
+ 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" />
+ <path
+ sodipodi:nodetypes="cccc"
+ id="path5058"
+ 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 "
+ 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" />
+ <path
+ 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"
+ 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 "
+ id="path5018"
+ sodipodi:nodetypes="cccc" />
+ </g>
+ <rect
+ 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"
+ id="rect4238"
+ width="38.996792"
+ height="45.003101"
+ x="4.5016017"
+ y="1.4968988"
+ rx="0.56650788"
+ ry="0.56650823" />
+ <rect
+ 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"
+ id="rect4248"
+ width="27"
+ height="2"
+ x="9"
+ y="10" />
+ <rect
+ y="16"
+ x="9"
+ height="2"
+ width="25"
+ id="rect4250"
+ 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" />
+ <rect
+ 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"
+ id="rect4252"
+ width="22.971531"
+ height="2"
+ x="9"
+ y="22" />
+ <rect
+ y="28"
+ x="9"
+ height="2"
+ width="27"
+ id="rect4254"
+ 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" />
+ <rect
+ 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"
+ id="rect4256"
+ width="17"
+ height="2"
+ x="9"
+ y="34" />
+ <rect
+ 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"
+ id="rect2245"
+ width="37.025566"
+ height="43.022316"
+ x="5.4997125"
+ y="2.4997177"
+ rx="0"
+ ry="0" />
+ </g>
+</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 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ sodipodi:docname="go-jump.svg"
+ sodipodi:docbase="/home/tigert/cvs/freedesktop.org/tango-icon-theme/scalable/actions"
+ inkscape:version="0.46"
+ sodipodi:version="0.32"
+ id="svg11300"
+ height="48px"
+ width="48px"
+ inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png"
+ inkscape:export-xdpi="90.000000"
+ inkscape:export-ydpi="90.000000"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs3">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ id="perspective26" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2702">
+ <stop
+ style="stop-color:#3a7304;stop-opacity:1;"
+ offset="0"
+ id="stop2704" />
+ <stop
+ style="stop-color:#3a7304;stop-opacity:0;"
+ offset="1"
+ id="stop2706" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2187">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop2189" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop2191" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2161">
+ <stop
+ style="stop-color:#519e07;stop-opacity:1"
+ offset="0"
+ id="stop2163" />
+ <stop
+ style="stop-color:#6cc813;stop-opacity:1"
+ offset="1.0000000"
+ id="stop2165" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8662"
+ inkscape:collect="always">
+ <stop
+ id="stop8664"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ id="stop8666"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.536723,-1.160225e-14,16.87306)"
+ r="15.644737"
+ fy="36.421127"
+ fx="24.837126"
+ cy="36.421127"
+ cx="24.837126"
+ id="radialGradient8668"
+ xlink:href="#linearGradient8662"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2161"
+ id="linearGradient2167"
+ x1="22.000000"
+ y1="16.642263"
+ x2="19.377108"
+ y2="12.448164"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.171926,0.000000,0.000000,1.171926,-4.674553,-1.427903)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2187"
+ id="linearGradient2193"
+ x1="14.296179"
+ y1="15.230618"
+ x2="10.022297"
+ y2="23.105061"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.171926,0.000000,0.000000,1.171926,-4.674553,-1.427903)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2702"
+ id="linearGradient2708"
+ x1="12.105637"
+ y1="24.589863"
+ x2="6.1056361"
+ y2="29.839863"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ inkscape:window-y="160"
+ inkscape:window-x="0"
+ inkscape:window-height="688"
+ inkscape:window-width="872"
+ inkscape:showpageshadow="false"
+ inkscape:document-units="px"
+ inkscape:grid-bbox="true"
+ showgrid="false"
+ inkscape:current-layer="layer1"
+ inkscape:cy="46.696516"
+ inkscape:cx="30.109761"
+ inkscape:zoom="4"
+ inkscape:pageshadow="2"
+ inkscape:pageopacity="0.0"
+ borderopacity="0.25490196"
+ bordercolor="#666666"
+ pagecolor="#ffffff"
+ id="base"
+ fill="#8ae234"
+ stroke="#8ae234" />
+ <metadata
+ id="metadata4">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Jakub Steiner</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:source>http://jimmac.musichall.cz</dc:source>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+ <dc:title>Go Jump</dc:title>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>go</rdf:li>
+ <rdf:li>jump</rdf:li>
+ <rdf:li>seek</rdf:li>
+ <rdf:li>arrow</rdf:li>
+ <rdf:li>pointer</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/publicdomain/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:groupmode="layer"
+ inkscape:label="Layer 1"
+ id="layer1">
+ <path
+ transform="matrix(1.489736,0.000000,0.000000,-1.001252,-12.26794,72.07115)"
+ 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"
+ sodipodi:ry="8.3968935"
+ sodipodi:rx="15.644737"
+ sodipodi:cy="36.421127"
+ sodipodi:cx="24.837126"
+ id="path8660"
+ 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"
+ sodipodi:type="arc" />
+ <path
+ 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"
+ 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 "
+ id="path1432"
+ sodipodi:nodetypes="ccccccc" />
+ <path
+ sodipodi:nodetypes="ccccccc"
+ id="path2177"
+ 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 "
+ 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" />
+ </g>
+</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 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ sodipodi:docname="go-next.svg"
+ sodipodi:docbase="/home/tigert/cvs/freedesktop.org/tango-icon-theme/scalable/actions"
+ inkscape:version="0.46"
+ sodipodi:version="0.32"
+ id="svg11300"
+ height="48"
+ width="48"
+ inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png"
+ inkscape:export-xdpi="90.000000"
+ inkscape:export-ydpi="90.000000"
+ version="1.0"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs3">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ id="perspective23" />
+ <linearGradient
+ id="linearGradient2591">
+ <stop
+ style="stop-color:#73d216"
+ offset="0"
+ id="stop2593" />
+ <stop
+ style="stop-color:#4e9a06"
+ offset="1.0000000"
+ id="stop2595" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8662"
+ inkscape:collect="always">
+ <stop
+ id="stop8664"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ id="stop8666"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8650"
+ inkscape:collect="always">
+ <stop
+ id="stop8652"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop8654"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.046729,-3.749427e-16,2.853404e-16,1.557610,-19.51799,3.452086)"
+ r="17.171415"
+ fy="2.8969381"
+ fx="19.701141"
+ cy="2.8969381"
+ cx="19.701141"
+ id="radialGradient8656"
+ xlink:href="#linearGradient8650"
+ inkscape:collect="always" />
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.536723,2.511012e-15,16.87306)"
+ r="15.644737"
+ fy="36.421127"
+ fx="24.837126"
+ cy="36.421127"
+ cx="24.837126"
+ id="radialGradient8668"
+ xlink:href="#linearGradient8662"
+ inkscape:collect="always" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2591"
+ id="radialGradient2597"
+ cx="22.291636"
+ cy="32.797512"
+ fx="22.291636"
+ fy="32.797512"
+ r="16.9562"
+ gradientTransform="matrix(0.843022,1.871885e-16,-2.265228e-16,1.020168,4.499298,1.381992)"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ inkscape:window-y="30"
+ inkscape:window-x="0"
+ inkscape:window-height="818"
+ inkscape:window-width="1280"
+ inkscape:showpageshadow="false"
+ inkscape:document-units="px"
+ inkscape:grid-bbox="true"
+ showgrid="false"
+ inkscape:current-layer="layer1"
+ inkscape:cy="27.398876"
+ inkscape:cx="20.508639"
+ inkscape:zoom="11.313708"
+ inkscape:pageshadow="2"
+ inkscape:pageopacity="0.0"
+ borderopacity="0.25490196"
+ bordercolor="#666666"
+ pagecolor="#ffffff"
+ id="base"
+ fill="#4e9a06"
+ stroke="#4e9a06" />
+ <metadata
+ id="metadata4">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Jakub Steiner</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:source>http://jimmac.musichall.cz</dc:source>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+ <dc:title>Go Next</dc:title>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>go</rdf:li>
+ <rdf:li>next</rdf:li>
+ <rdf:li>right</rdf:li>
+ <rdf:li>arrow</rdf:li>
+ <rdf:li>pointer</rdf:li>
+ <rdf:li>&gt;</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/publicdomain/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:groupmode="layer"
+ inkscape:label="Layer 1"
+ id="layer1">
+ <path
+ transform="matrix(1.271186,0.000000,0.000000,1.271186,-8.119376,-15.10179)"
+ 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"
+ sodipodi:ry="8.3968935"
+ sodipodi:rx="15.644737"
+ sodipodi:cy="36.421127"
+ sodipodi:cx="24.837126"
+ id="path8660"
+ 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"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:nodetypes="cccccccc"
+ id="path8643"
+ 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 "
+ 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" />
+ <path
+ sodipodi:nodetypes="cccccc"
+ id="path8645"
+ 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 "
+ 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" />
+ <path
+ 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"
+ 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 "
+ id="path8658"
+ sodipodi:nodetypes="cccccccc" />
+ </g>
+</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 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ sodipodi:docname="go-previous.svg"
+ sodipodi:docbase="/home/andreas/projekt/tango/scalable"
+ inkscape:version="0.46"
+ sodipodi:version="0.32"
+ id="svg11300"
+ height="48px"
+ width="48px"
+ inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png"
+ inkscape:export-xdpi="90.000000"
+ inkscape:export-ydpi="90.000000"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs3">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ id="perspective128" />
+ <linearGradient
+ id="linearGradient2591">
+ <stop
+ style="stop-color:#73d216"
+ offset="0"
+ id="stop2593" />
+ <stop
+ style="stop-color:#4e9a06"
+ offset="1.0000000"
+ id="stop2595" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10314">
+ <stop
+ style="stop-color:#7ea5d6;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop10316" />
+ <stop
+ style="stop-color:#467ec5;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop10318" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8938">
+ <stop
+ id="stop8940"
+ offset="0.0000000"
+ style="stop-color:#fdc674;stop-opacity:1.0000000;" />
+ <stop
+ id="stop8942"
+ offset="1.0000000"
+ style="stop-color:#d88103;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8662"
+ inkscape:collect="always">
+ <stop
+ id="stop8664"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ id="stop8666"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8650"
+ inkscape:collect="always">
+ <stop
+ id="stop8652"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop8654"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7636"
+ inkscape:collect="always">
+ <stop
+ id="stop7638"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ id="stop7640"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7614">
+ <stop
+ id="stop7616"
+ offset="0.0000000"
+ style="stop-color:#ffffff;stop-opacity:1.0000000;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1.0000000;"
+ offset="0.21590909"
+ id="stop7649" />
+ <stop
+ style="stop-color:#838383;stop-opacity:1.0000000;"
+ offset="0.50000000"
+ id="stop7632" />
+ <stop
+ id="stop7618"
+ offset="1"
+ style="stop-color:#838383;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7608">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop7610" />
+ <stop
+ id="stop7622"
+ offset="0.46022728"
+ style="stop-color:#e3e3e3;stop-opacity:1.0000000;" />
+ <stop
+ style="stop-color:#dadada;stop-opacity:0.67058824;"
+ offset="0.61970556"
+ id="stop7624" />
+ <stop
+ style="stop-color:#d1d1d1;stop-opacity:0.34285715;"
+ offset="1.0000000"
+ id="stop7612" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7602">
+ <stop
+ id="stop7604"
+ offset="0.0000000"
+ style="stop-color:#f6f6f6;stop-opacity:1.0000000;" />
+ <stop
+ id="stop7606"
+ offset="1.0000000"
+ style="stop-color:#e0e0e0;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7586">
+ <stop
+ id="stop7588"
+ offset="0.0000000"
+ style="stop-color:#525252;stop-opacity:1.0000000;" />
+ <stop
+ id="stop7590"
+ offset="1.0000000"
+ style="stop-color:#000000;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12836">
+ <stop
+ style="stop-color:#515152;stop-opacity:1;"
+ offset="0"
+ id="stop12838" />
+ <stop
+ style="stop-color:#515152;stop-opacity:0;"
+ offset="1"
+ id="stop12840" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12828">
+ <stop
+ style="stop-color:#cccccd;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop12830" />
+ <stop
+ id="stop12862"
+ offset="0.0000000"
+ style="stop-color:#adadae;stop-opacity:1.0000000;" />
+ <stop
+ style="stop-color:#8f8f90;stop-opacity:0.0000000;"
+ offset="1.0000000"
+ id="stop12832" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12810">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop12812" />
+ <stop
+ style="stop-color:#e5e5e5;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop12814" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient11625">
+ <stop
+ style="stop-color:#fce94f;stop-opacity:1;"
+ offset="0"
+ id="stop11627" />
+ <stop
+ style="stop-color:#fce94f;stop-opacity:0;"
+ offset="1"
+ id="stop11629" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11615">
+ <stop
+ style="stop-color:#636363;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop11617" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop11619" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11602">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop11604" />
+ <stop
+ style="stop-color:#c5c5c5;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop11606" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11594">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop11596" />
+ <stop
+ style="stop-color:#d1d1d1;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop11598" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11520">
+ <stop
+ style="stop-color:#fbfbfb;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop11522" />
+ <stop
+ style="stop-color:#dcdcdc;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop11524" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient11508">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop11510" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop11512" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient11494">
+ <stop
+ style="stop-color:#ef2929;stop-opacity:1;"
+ offset="0"
+ id="stop11496" />
+ <stop
+ style="stop-color:#ef2929;stop-opacity:0;"
+ offset="1"
+ id="stop11498" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11415">
+ <stop
+ style="stop-color:#204a87;stop-opacity:0.0000000;"
+ offset="0.0000000"
+ id="stop11417" />
+ <stop
+ id="stop11423"
+ offset="0.50000000"
+ style="stop-color:#204a87;stop-opacity:1.0000000;" />
+ <stop
+ style="stop-color:#204a87;stop-opacity:0;"
+ offset="1"
+ id="stop11419" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient11399">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop11401" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop11403" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11415"
+ id="linearGradient11425"
+ gradientUnits="userSpaceOnUse"
+ x1="15.828360"
+ y1="3.7744560"
+ x2="43.615788"
+ y2="34.462429"
+ gradientTransform="translate(-60.28571,-0.285714)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11415"
+ id="linearGradient11427"
+ gradientUnits="userSpaceOnUse"
+ x1="9.6957054"
+ y1="9.3458843"
+ x2="35.679932"
+ y2="39.033859"
+ gradientTransform="translate(-60.57143,0.000000)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11415"
+ id="linearGradient11439"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-60.85714,0.428571)"
+ x1="13.267134"
+ y1="19.774456"
+ x2="26.758644"
+ y2="33.462429" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11399"
+ id="radialGradient11441"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.487395,0.000000,20.06483)"
+ cx="12.071428"
+ cy="39.142857"
+ fx="12.071428"
+ fy="39.142857"
+ r="8.5000000" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11494"
+ id="radialGradient11500"
+ cx="27.577173"
+ cy="15.048258"
+ fx="27.577173"
+ fy="15.048258"
+ r="3.8335034"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11494"
+ id="radialGradient11504"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
+ cx="27.577173"
+ cy="16.049133"
+ fx="27.577173"
+ fy="16.049133"
+ r="3.8335034" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11508"
+ id="radialGradient11514"
+ cx="30.203562"
+ cy="44.565483"
+ fx="30.203562"
+ fy="44.565483"
+ r="6.5659914"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,2.166583e-14,29.48178)"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11520"
+ id="radialGradient11526"
+ cx="24.445690"
+ cy="35.878170"
+ fx="24.445690"
+ fy="35.878170"
+ r="20.530962"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.995058,-1.535926e-32,0.000000,1.855412,24.94925,-30.20430)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11508"
+ id="radialGradient11532"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,-5.348412e-14,29.48178)"
+ cx="30.203562"
+ cy="44.565483"
+ fx="30.203562"
+ fy="44.565483"
+ r="6.5659914" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11594"
+ id="linearGradient11600"
+ x1="20.092352"
+ y1="8.9471626"
+ x2="31.799011"
+ y2="38.947163"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.045319,0.000000,0.000000,0.957884,48.16627,1.415543)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11520"
+ id="linearGradient11608"
+ x1="24.445671"
+ y1="0.49847093"
+ x2="24.445671"
+ y2="39.447163"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.984324,0.000000,0.000000,0.957884,49.65734,1.415543)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11615"
+ id="radialGradient11621"
+ cx="25.000000"
+ cy="27.749998"
+ fx="25.000000"
+ fy="27.749998"
+ r="4.7500000"
+ gradientTransform="matrix(3.570338,3.171097e-15,-4.005596e-15,4.509900,-64.25843,-94.25499)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11625"
+ id="linearGradient11631"
+ x1="21.500000"
+ y1="30.000000"
+ x2="21.500000"
+ y2="27.375000"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11625"
+ id="linearGradient11635"
+ gradientUnits="userSpaceOnUse"
+ x1="21.500000"
+ y1="30.000000"
+ x2="21.500000"
+ y2="27.375000"
+ gradientTransform="translate(2.000000,0.000000)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11625"
+ id="linearGradient11639"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(4.000000,0.000000)"
+ x1="21.500000"
+ y1="30.000000"
+ x2="21.500000"
+ y2="27.375000" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11625"
+ id="linearGradient11643"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(6.000000,0.000000)"
+ x1="21.500000"
+ y1="30.000000"
+ x2="21.500000"
+ y2="27.375000" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11625"
+ id="linearGradient11647"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(8.000000,0.000000)"
+ x1="21.500000"
+ y1="30.000000"
+ x2="21.500000"
+ y2="27.375000" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11625"
+ id="linearGradient11655"
+ gradientUnits="userSpaceOnUse"
+ x1="21.500000"
+ y1="30.000000"
+ x2="21.500000"
+ y2="27.375000" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11625"
+ id="linearGradient11657"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(2.000000,0.000000)"
+ x1="21.500000"
+ y1="30.000000"
+ x2="21.500000"
+ y2="27.375000" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11625"
+ id="linearGradient11659"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(4.000000,0.000000)"
+ x1="21.500000"
+ y1="30.000000"
+ x2="21.500000"
+ y2="27.375000" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11625"
+ id="linearGradient11661"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(6.000000,0.000000)"
+ x1="21.500000"
+ y1="30.000000"
+ x2="21.500000"
+ y2="27.375000" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12810"
+ id="linearGradient12816"
+ x1="65.623963"
+ y1="21.459777"
+ x2="87.528968"
+ y2="21.459777"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12810"
+ id="linearGradient12818"
+ gradientUnits="userSpaceOnUse"
+ x1="84.998962"
+ y1="25.209778"
+ x2="62.591469"
+ y2="12.022278" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12828"
+ id="radialGradient12834"
+ cx="88.593018"
+ cy="33.398670"
+ fx="88.593018"
+ fy="33.398670"
+ r="7.0056136"
+ gradientTransform="matrix(0.969219,0.227988,-0.194668,0.827570,9.443870,-15.99848)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12836"
+ id="linearGradient12842"
+ x1="88.750000"
+ y1="31.656250"
+ x2="92.062500"
+ y2="36.656250"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12810"
+ id="linearGradient12878"
+ gradientUnits="userSpaceOnUse"
+ x1="65.623963"
+ y1="21.459777"
+ x2="87.528968"
+ y2="21.459777" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12836"
+ id="linearGradient12880"
+ gradientUnits="userSpaceOnUse"
+ x1="88.750000"
+ y1="31.656250"
+ x2="92.062500"
+ y2="36.656250" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12828"
+ id="radialGradient12882"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.969219,0.227988,-0.194668,0.827570,9.443870,-15.99848)"
+ cx="88.593018"
+ cy="33.398670"
+ fx="88.593018"
+ fy="33.398670"
+ r="7.0056136" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12810"
+ id="linearGradient12884"
+ gradientUnits="userSpaceOnUse"
+ x1="84.998962"
+ y1="25.209778"
+ x2="62.591469"
+ y2="12.022278" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11615"
+ id="radialGradient12894"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.570338,3.171097e-15,-4.005596e-15,4.509900,-64.25843,-94.25499)"
+ cx="25.000000"
+ cy="27.749998"
+ fx="25.000000"
+ fy="27.749998"
+ r="4.7500000" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11625"
+ id="linearGradient12896"
+ gradientUnits="userSpaceOnUse"
+ x1="21.500000"
+ y1="30.000000"
+ x2="21.500000"
+ y2="27.375000"
+ gradientTransform="translate(7.267442e-2,-0.181686)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11625"
+ id="linearGradient12898"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(2.072674,-0.181686)"
+ x1="21.500000"
+ y1="30.000000"
+ x2="21.500000"
+ y2="27.375000" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11625"
+ id="linearGradient12900"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(4.072674,-0.181686)"
+ x1="21.500000"
+ y1="30.000000"
+ x2="21.500000"
+ y2="27.375000" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11625"
+ id="linearGradient12902"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(6.000000,0.000000)"
+ x1="21.500000"
+ y1="30.000000"
+ x2="21.500000"
+ y2="27.375000" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11625"
+ id="linearGradient12911"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(7.267442e-2,-0.181686)"
+ x1="21.500000"
+ y1="30.000000"
+ x2="21.500000"
+ y2="27.375000" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11625"
+ id="linearGradient12913"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(2.072674,-0.181686)"
+ x1="21.500000"
+ y1="30.000000"
+ x2="21.500000"
+ y2="27.375000" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11625"
+ id="linearGradient12915"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(4.072674,-0.181686)"
+ x1="21.500000"
+ y1="30.000000"
+ x2="21.500000"
+ y2="27.375000" />
+ <linearGradient
+ y2="21.067410"
+ x2="24.445690"
+ y1="33.447811"
+ x1="31.597168"
+ gradientTransform="matrix(0.476329,0.000000,0.000000,0.627721,62.07560,9.156933)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient7584"
+ xlink:href="#linearGradient11594"
+ inkscape:collect="always" />
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.407878,2.776254e-16,-5.900875e-16,1.861050,14.96976,-20.55775)"
+ r="6.0270013"
+ fy="29.099535"
+ fx="24.399090"
+ cy="29.099535"
+ cx="24.399090"
+ id="radialGradient7592"
+ xlink:href="#linearGradient7586"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="11.042997"
+ x2="22.585604"
+ y1="34.149513"
+ x1="22.585604"
+ gradientTransform="matrix(1.059222,0.000000,0.000000,0.808101,48.08657,4.001391)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient7596"
+ xlink:href="#linearGradient7608"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(49.32070,0.000000)"
+ gradientUnits="userSpaceOnUse"
+ y2="38.454056"
+ x2="28.284273"
+ y1="28.554562"
+ x1="25.279068"
+ id="linearGradient7642"
+ xlink:href="#linearGradient7636"
+ inkscape:collect="always" />
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.777122,-8.126449e-2,6.891211e-2,2.223012,4.035118,-33.24798)"
+ r="4.4774761"
+ fy="29.609560"
+ fx="24.483574"
+ cy="29.609560"
+ cx="24.483574"
+ id="radialGradient7647"
+ xlink:href="#linearGradient7614"
+ inkscape:collect="always" />
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-2.046729,-3.749427e-16,-2.853404e-16,1.557610,67.59375,3.275309)"
+ r="17.171415"
+ fy="5.7859797"
+ fx="25.075571"
+ cy="5.7859797"
+ cx="25.075571"
+ id="radialGradient8656"
+ xlink:href="#linearGradient8650"
+ inkscape:collect="always" />
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.536723,6.772795e-15,16.87306)"
+ r="15.644737"
+ fy="36.421127"
+ fx="24.837126"
+ cy="36.421127"
+ cx="24.837126"
+ id="radialGradient8668"
+ xlink:href="#linearGradient8662"
+ inkscape:collect="always" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2591"
+ id="radialGradient2597"
+ cx="22.291636"
+ cy="32.797512"
+ fx="22.291636"
+ fy="32.797512"
+ r="16.956199"
+ gradientTransform="matrix(-0.843022,1.871885e-16,2.265228e-16,1.020168,43.57646,1.205215)"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ inkscape:window-y="30"
+ inkscape:window-x="0"
+ inkscape:window-height="818"
+ inkscape:window-width="1280"
+ inkscape:showpageshadow="false"
+ inkscape:document-units="px"
+ inkscape:grid-bbox="true"
+ showgrid="false"
+ inkscape:current-layer="layer1"
+ inkscape:cy="25.461494"
+ inkscape:cx="15.433072"
+ inkscape:zoom="16"
+ inkscape:pageshadow="2"
+ inkscape:pageopacity="0.0"
+ borderopacity="0.25490196"
+ bordercolor="#666666"
+ pagecolor="#ffffff"
+ id="base"
+ fill="#4e9a06"
+ stroke="#4e9a06" />
+ <metadata
+ id="metadata4">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Jakub Steiner</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:source>http://jimmac.musichall.cz</dc:source>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+ <dc:title>Go Previous</dc:title>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>go</rdf:li>
+ <rdf:li>previous</rdf:li>
+ <rdf:li>left</rdf:li>
+ <rdf:li>arrow</rdf:li>
+ <rdf:li>pointer</rdf:li>
+ <rdf:li>&lt;</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/publicdomain/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:groupmode="layer"
+ inkscape:label="Layer 1"
+ id="layer1">
+ <path
+ transform="matrix(-1.271186,0.000000,0.000000,1.271186,56.19514,-15.27857)"
+ 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"
+ sodipodi:ry="8.3968935"
+ sodipodi:rx="15.644737"
+ sodipodi:cy="36.421127"
+ sodipodi:cx="24.837126"
+ id="path8660"
+ 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"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:nodetypes="cccccccc"
+ id="path8643"
+ 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 "
+ 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" />
+ <path
+ sodipodi:nodetypes="cccccc"
+ id="path8645"
+ 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 "
+ 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" />
+ <path
+ 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"
+ 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 "
+ id="path8658"
+ sodipodi:nodetypes="cccccccc" />
+ </g>
+</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 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48.000000px"
+ height="48.000000px"
+ id="svg6361"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ sodipodi:docbase="/home/tigert/cvs/freedesktop.org/tango-icon-theme/scalable/apps"
+ sodipodi:docname="help-browser.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs3">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ id="perspective23" />
+ <linearGradient
+ id="linearGradient2431">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop2433" />
+ <stop
+ style="stop-color:#b8b8b8;stop-opacity:1;"
+ offset="1"
+ id="stop2435" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient21644">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop21646" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop21648" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient21644"
+ id="radialGradient21650"
+ cx="25.125"
+ cy="36.75"
+ fx="25.125"
+ fy="36.75"
+ r="15.75"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.595238,3.369686e-16,14.87500)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient2933">
+ <stop
+ id="stop2935"
+ offset="0"
+ style="stop-color:#9cbcde;stop-opacity:1" />
+ <stop
+ id="stop2937"
+ offset="1"
+ style="stop-color:#204a87" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2933"
+ id="radialGradient2207"
+ cx="26.544321"
+ cy="28.458725"
+ fx="26.544321"
+ fy="28.458725"
+ r="22.376116"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.238342,5.954846e-3,-6.507762e-3,1.351272,-6.992513,-9.744842)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2431"
+ id="radialGradient2437"
+ cx="-19.515638"
+ cy="16.855663"
+ fx="-19.515638"
+ fy="16.855663"
+ r="8.7536434"
+ gradientTransform="matrix(4.445991,-8.852599e-16,1.367217e-15,6.8665,67.25071,-104.6679)"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ inkscape:guide-bbox="true"
+ showguides="true"
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="0.15294118"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="25.160747"
+ inkscape:cy="22.523569"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:window-width="1014"
+ inkscape:window-height="818"
+ inkscape:window-x="0"
+ inkscape:window-y="30"
+ inkscape:showpageshadow="false"
+ fill="#deb887"
+ stroke="#204a87">
+ <inkscape:grid
+ id="GridFromPre046Settings"
+ type="xygrid"
+ originx="0px"
+ originy="0px"
+ spacingx="1px"
+ spacingy="1px"
+ color="#7171cd"
+ empcolor="#7b7bc3"
+ opacity="0.12156863"
+ empopacity="0.5372549"
+ empspacing="10"
+ visible="true"
+ enabled="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata4">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title>Help Browser</dc:title>
+ <dc:date>2005-11-06</dc:date>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Tuomas Kuosmanen</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>help</rdf:li>
+ <rdf:li>browser</rdf:li>
+ <rdf:li>documentation</rdf:li>
+ <rdf:li>docs</rdf:li>
+ <rdf:li>man</rdf:li>
+ <rdf:li>info</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+ <dc:contributor>
+ <cc:Agent>
+ <dc:title>Jakub Steiner, Andreas Nilsson</dc:title>
+ </cc:Agent>
+ </dc:contributor>
+ <dc:source>http://tigert.com</dc:source>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/publicdomain/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <path
+ sodipodi:type="arc"
+ 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"
+ id="path21642"
+ sodipodi:cx="25.125000"
+ sodipodi:cy="36.750000"
+ sodipodi:rx="15.750000"
+ sodipodi:ry="9.3750000"
+ 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"
+ transform="matrix(1.173803,0.000000,0.000000,0.600000,-5.004403,20.32500)" />
+ <path
+ sodipodi:type="arc"
+ style="fill:url(#radialGradient2207);fill-opacity:1.0000000;stroke:#204a87"
+ id="path2093"
+ sodipodi:cx="23.909048"
+ sodipodi:cy="23.825787"
+ sodipodi:rx="21.876116"
+ sodipodi:ry="21.876116"
+ 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"
+ transform="matrix(0.938442,0.000000,0.000000,0.938680,1.564075,1.633906)" />
+ <path
+ transform="matrix(0.855103,0.000000,0.000000,0.855213,3.555288,3.625019)"
+ 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"
+ sodipodi:ry="21.876116"
+ sodipodi:rx="21.876116"
+ sodipodi:cy="23.825787"
+ sodipodi:cx="23.909048"
+ id="path2209"
+ 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"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:type="inkscape:offset"
+ inkscape:radius="0.13495015"
+ 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 "
+ xlink:href="#text2215"
+ 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"
+ id="path1554"
+ 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 "
+ transform="matrix(0.849895,0,0,0.835205,41.72981,8.548327)" />
+ </g>
+</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 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48.000000px"
+ height="48.000000px"
+ xml:space="preserve"
+ id="svg16168"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ sodipodi:docname="image-x-generic.svg"
+ sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/mimetypes"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"><metadata
+ id="metadata16236">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+
+
+
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+
+
+
+ <dc:title>Genric Image</dc:title>
+<dc:creator>
+ <cc:Agent>
+ <dc:title>Jakub Steiner</dc:title>
+ </cc:Agent>
+</dc:creator>
+<dc:subject>
+ <rdf:Bag><rdf:li>image</rdf:li><rdf:li>picture</rdf:li><rdf:li>snapshot</rdf:li><rdf:li>photo</rdf:li></rdf:Bag>
+</dc:subject>
+<cc:license
+ rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+</cc:Work>
+
+
+
+
+<cc:License
+ rdf:about="http://creativecommons.org/licenses/publicdomain/"><cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /></cc:License></rdf:RDF>
+
+
+
+</metadata>
+
+
+
+<defs
+ id="defs16234"><inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ id="perspective80" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient6719"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" /><linearGradient
+ inkscape:collect="always"
+ id="linearGradient5060"><stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0"
+ id="stop5062" /><stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop5064" /></linearGradient><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient6717"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" /><linearGradient
+ id="linearGradient5048"><stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="0"
+ id="stop5050" /><stop
+ id="stop5056"
+ offset="0.5"
+ style="stop-color:black;stop-opacity:1;" /><stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop5052" /></linearGradient><linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5048"
+ id="linearGradient6715"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
+ x1="302.85715"
+ y1="366.64789"
+ x2="302.85715"
+ y2="609.50507" /><linearGradient
+ id="linearGradient8171"><stop
+ style="stop-color:#bbbdba;stop-opacity:1;"
+ offset="0"
+ id="stop8173" /><stop
+ style="stop-color:#70746e;stop-opacity:1;"
+ offset="1"
+ id="stop8175" /></linearGradient><linearGradient
+ inkscape:collect="always"
+ id="linearGradient8155"><stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop8157" /><stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop8159" /></linearGradient><linearGradient
+ id="linearGradient2224"><stop
+ style="stop-color:#7c7c7c;stop-opacity:1;"
+ offset="0"
+ id="stop2226" /><stop
+ style="stop-color:#b8b8b8;stop-opacity:1;"
+ offset="1"
+ id="stop2228" /></linearGradient><linearGradient
+ inkscape:collect="always"
+ id="linearGradient2251"><stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop2253" /><stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop2255" /></linearGradient><linearGradient
+ id="linearGradient7648"
+ gradientUnits="userSpaceOnUse"
+ x1="21.9326"
+ y1="24.6274"
+ x2="21.9326"
+ y2="7.1091"
+ style="stroke-dasharray:none;stroke-miterlimit:4.0000000;stroke-width:1.2166667">
+ <stop
+ offset="0"
+ style="stop-color:#8595bc;stop-opacity:1;"
+ id="stop7650" />
+
+
+
+
+ <stop
+ offset="1"
+ style="stop-color:#041a3b;stop-opacity:1;"
+ id="stop7652" />
+
+
+
+
+ </linearGradient><linearGradient
+ id="linearGradient2392"><stop
+ id="stop2394"
+ offset="0.0000000"
+ style="stop-color:#715b26;stop-opacity:1.0000000;" /><stop
+ id="stop2396"
+ offset="1.0000000"
+ style="stop-color:#312710;stop-opacity:1.0000000;" /></linearGradient><linearGradient
+ inkscape:collect="always"
+ id="linearGradient12129"><stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop12131" /><stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop12133" /></linearGradient>
+
+ <linearGradient
+ style="stroke-dasharray:none;stroke-miterlimit:4.0000000;stroke-width:1.2166667"
+ y2="36.0328"
+ x2="31.0813"
+ y1="3.7319"
+ x1="12.4873"
+ gradientUnits="userSpaceOnUse"
+ id="aigrd1">
+ <stop
+ id="stop16177"
+ style="stop-color:#D2D2D2;stroke-dasharray:none;stroke-miterlimit:4.0000000;stroke-width:1.2166667"
+ offset="0" />
+
+
+
+
+ <stop
+ id="stop16179"
+ style="stop-color:#EDEDED;stroke-dasharray:none;stroke-miterlimit:4.0000000;stroke-width:1.2166667"
+ offset="1" />
+
+
+
+
+ </linearGradient>
+
+
+
+
+
+ <linearGradient
+ style="stroke-dasharray:none;stroke-miterlimit:4.0000000;stroke-width:1.2166667"
+ y2="22.5769"
+ x2="21.9168"
+ y1="30.3413"
+ x1="21.877"
+ gradientUnits="userSpaceOnUse"
+ id="aigrd2">
+ <stop
+ id="stop16184"
+ style="stop-color:#5e4f07;stop-opacity:1.0000000;"
+ offset="0.0000000" />
+
+
+
+
+ <stop
+ id="stop16186"
+ style="stop-color:#348a31;stop-opacity:1.0000000;"
+ offset="1.0000000" />
+
+
+
+
+ </linearGradient>
+
+
+
+
+
+
+
+
+
+ <linearGradient
+ style="stroke-dasharray:none;stroke-miterlimit:4.0000000;stroke-width:1.2166667"
+ y2="7.1091"
+ x2="21.9326"
+ y1="24.6274"
+ x1="21.9326"
+ gradientUnits="userSpaceOnUse"
+ id="aigrd3">
+ <stop
+ id="stop16199"
+ style="stop-color:#D0D6E5;stroke-dasharray:none;stroke-miterlimit:4.0000000;stroke-width:1.2166667"
+ offset="0" />
+
+
+
+
+ <stop
+ id="stop16201"
+ style="stop-color:#093A80;stroke-dasharray:none;stroke-miterlimit:4.0000000;stroke-width:1.2166667"
+ offset="1" />
+
+
+
+
+ </linearGradient>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12129"
+ id="radialGradient12135"
+ cx="24.218407"
+ cy="41.636040"
+ fx="24.218407"
+ fy="41.636040"
+ r="22.097088"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.184000,0.000000,33.97501)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7648"
+ id="linearGradient7671"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.098989,0.000000,0.000000,-0.797757,-1.953865,37.32400)"
+ x1="21.9326"
+ y1="24.627399"
+ x2="21.9326"
+ y2="7.1090999" /><linearGradient
+ inkscape:collect="always"
+ xlink:href="#aigrd3"
+ id="linearGradient7673"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.098989,0.000000,0.000000,1.106697,-1.953865,-4.922453)"
+ x1="21.9326"
+ y1="24.6274"
+ x2="21.9326"
+ y2="7.1091" /><linearGradient
+ inkscape:collect="always"
+ xlink:href="#aigrd1"
+ id="linearGradient8148"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.434003,0.000000,0.000000,0.990087,52.32167,2.838918)"
+ x1="12.4873"
+ y1="3.7319"
+ x2="31.0813"
+ y2="36.0328" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8155"
+ id="radialGradient8161"
+ cx="12.700491"
+ cy="10.404876"
+ fx="12.700491"
+ fy="10.404876"
+ r="19.96875"
+ gradientTransform="matrix(1.710531,-5.396358e-24,2.470345e-24,1.124849,-11.56833,1.802582)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2251"
+ id="linearGradient8166"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(5.147570,-3.409792)"
+ x1="33.396004"
+ y1="36.921333"
+ x2="34.170048"
+ y2="38.070381" /><linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2224"
+ id="linearGradient8169"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(5.147570,-3.034792)"
+ x1="35.996582"
+ y1="40.458221"
+ x2="33.664921"
+ y2="37.770721" /><linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8171"
+ id="linearGradient8177"
+ x1="42.1875"
+ y1="31"
+ x2="45"
+ y2="39.984692"
+ gradientUnits="userSpaceOnUse" /></defs>
+
+
+
+<sodipodi:namedview
+ inkscape:window-height="818"
+ inkscape:window-width="1238"
+ inkscape:pageshadow="2"
+ inkscape:pageopacity="0.0"
+ borderopacity="0.07058824"
+ bordercolor="#666666"
+ pagecolor="#ffffff"
+ id="base"
+ inkscape:zoom="1"
+ inkscape:cx="49.378608"
+ inkscape:cy="-24.095483"
+ inkscape:window-x="0"
+ inkscape:window-y="30"
+ inkscape:current-layer="svg16168"
+ showgrid="false"
+ inkscape:showpageshadow="false" />
+
+
+
+
+
+ <g
+ style="display:inline"
+ transform="matrix(2.175112e-2,0,0,2.493263e-2,42.41049,33.81117)"
+ id="g6707"><rect
+ 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"
+ id="rect6709"
+ width="1339.6335"
+ height="478.35718"
+ x="-1559.2523"
+ y="-150.69685" /><path
+ 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"
+ 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 "
+ id="path6711"
+ sodipodi:nodetypes="cccc" /><path
+ sodipodi:nodetypes="cccc"
+ id="path6713"
+ 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 "
+ 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
+ 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"
+ 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 "
+ id="rect7603"
+ sodipodi:nodetypes="ccccccccc" />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<g
+ id="g7654"
+ transform="matrix(1.054774,0.000000,0.000000,1.049989,-0.814647,4.485012)"><path
+ id="path7644"
+ d="M 5.512695,30 L 39.643234,30 L 39.643234,19.627375 L 5.512695,19.627375 L 5.512695,30 z "
+ style="fill:url(#linearGradient7671);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.2166667;stroke-miterlimit:4" /><path
+ style="fill:url(#linearGradient7673);fill-rule:nonzero;stroke:none;stroke-width:1.2166667;stroke-miterlimit:4"
+ 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 "
+ id="path16203" /><g
+ id="g16205"
+ style="fill-rule:nonzero;stroke:#000000;stroke-width:1.15611064;stroke-miterlimit:4"
+ transform="matrix(1.189217,0.000000,0.000000,1.189217,-3.525355,-6.535408)">
+ <g
+ id="g16207">
+ <path
+ style="opacity:0.04999994;fill:#e8f52f;stroke:none"
+ 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 "
+ id="path16209" />
+
+
+
+
+ <path
+ style="opacity:0.20829994;fill:#ecf751;stroke:none"
+ 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 "
+ id="path16211" />
+
+
+
+
+ <path
+ style="opacity:0.36669994;fill:#f0f972;stroke:none"
+ 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 "
+ id="path16213" />
+
+
+
+
+ <path
+ style="opacity:0.525;fill:#f4fa95;stroke:none"
+ 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 "
+ id="path16215" />
+
+
+
+
+ <path
+ style="opacity:0.6833;fill:#f7fcb7;stroke:none"
+ 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 "
+ id="path16217" />
+
+
+
+
+ <path
+ style="opacity:0.8417;fill:#fbfddb;stroke:none"
+ 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 "
+ id="path16219" />
+
+
+
+
+ <path
+ style="fill:#ffffff;stroke:none"
+ 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 "
+ id="path16221" />
+
+
+
+
+ </g>
+
+
+
+
+ </g><path
+ style="opacity:0.3;fill-rule:nonzero;stroke:none;stroke-width:1.2166667;stroke-miterlimit:4"
+ 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 "
+ id="path16223" /><path
+ style="opacity:0.3;fill-rule:nonzero;stroke:none;stroke-width:1.2166667;stroke-miterlimit:4"
+ 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 "
+ id="path16225" /><path
+ style="fill:#515151;fill-rule:nonzero;stroke:none;stroke-width:1.2166667;stroke-miterlimit:4"
+ 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 "
+ id="path16227" /><path
+ style="fill:#515151;fill-rule:nonzero;stroke:none;stroke-width:1.2166667;stroke-miterlimit:4"
+ d="M 30.248418,20.459827 L 25.253704,20.459827 L 31.19979,11.421773 L 30.248418,20.459827 z "
+ id="path16229" /></g><path
+ 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"
+ 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 "
+ id="rect7675"
+ sodipodi:nodetypes="ccccccccc" /><rect
+ 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"
+ id="rect8163"
+ width="35.0625"
+ height="25.0625"
+ x="5.5"
+ y="10.5" /><path
+ 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"
+ 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 "
+ id="path2210"
+ sodipodi:nodetypes="cccc" /><path
+ sodipodi:nodetypes="cccc"
+ id="path2247"
+ 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 "
+ 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
+ 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"
+ 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 "
+ id="rect8150"
+ 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 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48.000000px"
+ height="48.000000px"
+ id="svg2327"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/devices"
+ sodipodi:docname="input-keyboard.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs3">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ id="perspective116" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient6719"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5060">
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0"
+ id="stop5062" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop5064" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient6717"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <linearGradient
+ id="linearGradient5048">
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="0"
+ id="stop5050" />
+ <stop
+ id="stop5056"
+ offset="0.5"
+ style="stop-color:black;stop-opacity:1;" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop5052" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5048"
+ id="linearGradient6715"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
+ x1="302.85715"
+ y1="366.64789"
+ x2="302.85715"
+ y2="609.50507" />
+ <linearGradient
+ id="linearGradient4548"
+ inkscape:collect="always">
+ <stop
+ id="stop4550"
+ offset="0"
+ style="stop-color:#8c8c8c;stop-opacity:1;" />
+ <stop
+ id="stop4552"
+ offset="1"
+ style="stop-color:#8c8c8c;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4009"
+ inkscape:collect="always">
+ <stop
+ id="stop4011"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop4013"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3997">
+ <stop
+ id="stop3999"
+ offset="0.0000000"
+ style="stop-color:#ebebeb;stop-opacity:1.0000000;" />
+ <stop
+ id="stop4001"
+ offset="1.0000000"
+ style="stop-color:#acacac;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="43.377968"
+ x2="30.141907"
+ y1="20.937023"
+ x1="12.094494"
+ id="linearGradient4003"
+ xlink:href="#linearGradient3997"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="52.666264"
+ x2="17.700642"
+ y1="19.735689"
+ x1="11.889878"
+ id="linearGradient4015"
+ xlink:href="#linearGradient4009"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="5.0110388"
+ x2="35.257027"
+ y1="14.910534"
+ x1="11.502602"
+ id="linearGradient4554"
+ xlink:href="#linearGradient4548"
+ inkscape:collect="always" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="0.12156863"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="25.865128"
+ inkscape:cy="20.214592"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:window-width="1193"
+ inkscape:window-height="818"
+ inkscape:window-x="241"
+ inkscape:window-y="30" />
+ <metadata
+ id="metadata4">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title>Input - Keyboard</dc:title>
+ <dc:date />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Jakub Steiner</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>input</rdf:li>
+ <rdf:li>keyboard</rdf:li>
+ <rdf:li>keys</rdf:li>
+ <rdf:li>peripheral</rdf:li>
+ <rdf:li>HID</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+ <dc:source>http://jimmac.musichall.cz/</dc:source>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/publicdomain/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <path
+ id="path3995"
+ 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"
+ 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" />
+ <g
+ transform="matrix(2.446584e-2,0,0,2.086758e-2,44.94828,38.9036)"
+ id="g6707">
+ <rect
+ 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"
+ id="rect6709"
+ width="1339.6335"
+ height="478.35718"
+ x="-1559.2523"
+ y="-150.69685" />
+ <path
+ 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"
+ 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 "
+ id="path6711"
+ sodipodi:nodetypes="cccc" />
+ <path
+ sodipodi:nodetypes="cccc"
+ id="path6713"
+ 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 "
+ 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
+ sodipodi:nodetypes="ccccccccc"
+ id="path3233"
+ 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 "
+ 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" />
+ <g
+ transform="translate(-1.937500,-1.000000)"
+ id="g4019">
+ <rect
+ ry="0.68750000"
+ rx="0.68750000"
+ y="35.125000"
+ x="11.187500"
+ height="2.9375000"
+ width="13.937500"
+ id="rect4017"
+ 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" />
+ <rect
+ 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"
+ id="rect3235"
+ width="13.437500"
+ height="1.8750000"
+ x="11.312500"
+ y="35.062500"
+ rx="0.68750000"
+ ry="0.68750000" />
+ </g>
+ <g
+ transform="matrix(0.233183,0.000000,0.000000,1.000000,4.908258,-11.55329)"
+ id="g4157">
+ <rect
+ 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"
+ id="rect4159"
+ width="13.937500"
+ height="2.9375000"
+ x="11.187500"
+ y="35.125000"
+ rx="2.9483187"
+ ry="0.68750000" />
+ <rect
+ ry="0.68750000"
+ rx="2.9483187"
+ y="35.062500"
+ x="11.312500"
+ height="1.8750000"
+ width="13.437500"
+ id="rect4161"
+ 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" />
+ </g>
+ <g
+ transform="matrix(0.233183,0.000000,0.000000,1.000000,20.79733,-11.55329)"
+ id="g4178">
+ <rect
+ 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"
+ id="rect4180"
+ width="13.937500"
+ height="2.9375000"
+ x="11.187500"
+ y="35.125000"
+ rx="2.9483187"
+ ry="0.68750000" />
+ <rect
+ ry="0.68750000"
+ rx="2.9483187"
+ y="35.062500"
+ x="11.312500"
+ height="1.8750000"
+ width="13.437500"
+ id="rect4182"
+ 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" />
+ </g>
+ <g
+ id="g4151"
+ transform="matrix(0.233183,0.000000,0.000000,1.000000,8.797330,-11.55329)">
+ <rect
+ ry="0.68750000"
+ rx="2.9483187"
+ y="35.125000"
+ x="11.187500"
+ height="2.9375000"
+ width="13.937500"
+ id="rect4153"
+ 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" />
+ <rect
+ 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"
+ id="rect4155"
+ width="13.437500"
+ height="1.8750000"
+ x="11.312500"
+ y="35.062500"
+ rx="2.9483187"
+ ry="0.68750000" />
+ </g>
+ <path
+ 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"
+ 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 "
+ id="path4005"
+ sodipodi:nodetypes="ccccccccc" />
+ <g
+ transform="matrix(0.233183,0.000000,0.000000,1.000000,21.07875,-1.000000)"
+ id="g4023">
+ <rect
+ 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"
+ id="rect4025"
+ width="13.937500"
+ height="2.9375000"
+ x="11.187500"
+ y="35.125000"
+ rx="2.9483187"
+ ry="0.68750000" />
+ <rect
+ ry="0.68750000"
+ rx="2.9483187"
+ y="35.062500"
+ x="11.312500"
+ height="1.8750000"
+ width="13.437500"
+ id="rect4027"
+ 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" />
+ </g>
+ <g
+ id="g4029"
+ transform="matrix(0.233183,0.000000,0.000000,1.000000,2.766250,-1.000000)">
+ <rect
+ ry="0.68750000"
+ rx="2.9483187"
+ y="35.125000"
+ x="11.187500"
+ height="2.9375000"
+ width="13.937500"
+ id="rect4031"
+ 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" />
+ <rect
+ 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"
+ id="rect4033"
+ width="13.437500"
+ height="1.8750000"
+ x="11.312500"
+ y="35.062500"
+ rx="2.9483187"
+ ry="0.68750000" />
+ </g>
+ <g
+ id="g4035"
+ transform="matrix(0.233183,0.000000,0.000000,1.000000,26.95375,-1.000000)">
+ <rect
+ ry="0.68750000"
+ rx="2.9483187"
+ y="35.125000"
+ x="11.187500"
+ height="2.9375000"
+ width="13.937500"
+ id="rect4037"
+ 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" />
+ <rect
+ 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"
+ id="rect4039"
+ width="13.437500"
+ height="1.8750000"
+ x="11.312500"
+ y="35.062500"
+ rx="2.9483187"
+ ry="0.68750000" />
+ </g>
+ <g
+ id="g4053"
+ transform="matrix(0.233183,0.000000,0.000000,1.000000,30.45375,-4.000000)">
+ <rect
+ ry="0.68750000"
+ rx="2.9483187"
+ y="35.125000"
+ x="11.187500"
+ height="2.9375000"
+ width="13.937500"
+ id="rect4055"
+ 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" />
+ <rect
+ 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"
+ id="rect4057"
+ width="13.437500"
+ height="1.8750000"
+ x="11.312500"
+ y="35.062500"
+ rx="2.9483187"
+ ry="0.68750000" />
+ </g>
+ <g
+ transform="matrix(0.233183,0.000000,0.000000,1.000000,30.70375,-1.000000)"
+ id="g4041">
+ <rect
+ 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"
+ id="rect4043"
+ width="13.937500"
+ height="2.9375000"
+ x="11.187500"
+ y="35.125000"
+ rx="2.9483187"
+ ry="0.68750000" />
+ <rect
+ ry="0.68750000"
+ rx="2.9483187"
+ y="35.062500"
+ x="11.312500"
+ height="1.8750000"
+ width="13.437500"
+ id="rect4045"
+ 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" />
+ </g>
+ <g
+ id="g4047"
+ transform="matrix(0.233183,0.000000,0.000000,1.000000,34.39125,-1.000000)">
+ <rect
+ ry="0.68750000"
+ rx="2.9483187"
+ y="35.125000"
+ x="11.187500"
+ height="2.9375000"
+ width="13.937500"
+ id="rect4049"
+ 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" />
+ <rect
+ 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"
+ id="rect4051"
+ width="13.437500"
+ height="1.8750000"
+ x="11.312500"
+ y="35.062500"
+ rx="2.9483187"
+ ry="0.68750000" />
+ </g>
+ <g
+ transform="matrix(0.233183,0.000000,0.000000,1.000000,3.703750,-5.060656)"
+ id="g4085">
+ <rect
+ 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"
+ id="rect4087"
+ width="13.937500"
+ height="2.9375000"
+ x="11.187500"
+ y="35.125000"
+ rx="2.9483187"
+ ry="0.68750000" />
+ <rect
+ ry="0.68750000"
+ rx="2.9483187"
+ y="35.062500"
+ x="11.312500"
+ height="1.8750000"
+ width="13.437500"
+ id="rect4089"
+ 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" />
+ </g>
+ <g
+ id="g4091"
+ transform="matrix(0.233183,0.000000,0.000000,1.000000,7.703750,-5.060656)">
+ <rect
+ ry="0.68750000"
+ rx="2.9483187"
+ y="35.125000"
+ x="11.187500"
+ height="2.9375000"
+ width="13.937500"
+ id="rect4093"
+ 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" />
+ <rect
+ 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"
+ id="rect4095"
+ width="13.437500"
+ height="1.8750000"
+ x="11.312500"
+ y="35.062500"
+ rx="2.9483187"
+ ry="0.68750000" />
+ </g>
+ <g
+ transform="matrix(0.233183,0.000000,0.000000,1.000000,11.70375,-5.060656)"
+ id="g4097">
+ <rect
+ 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"
+ id="rect4099"
+ width="13.937500"
+ height="2.9375000"
+ x="11.187500"
+ y="35.125000"
+ rx="2.9483187"
+ ry="0.68750000" />
+ <rect
+ ry="0.68750000"
+ rx="2.9483187"
+ y="35.062500"
+ x="11.312500"
+ height="1.8750000"
+ width="13.437500"
+ id="rect4101"
+ 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" />
+ </g>
+ <g
+ id="g4103"
+ transform="matrix(0.233183,0.000000,0.000000,1.000000,15.70375,-5.060656)">
+ <rect
+ ry="0.68750000"
+ rx="2.9483187"
+ y="35.125000"
+ x="11.187500"
+ height="2.9375000"
+ width="13.937500"
+ id="rect4105"
+ 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" />
+ <rect
+ 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"
+ id="rect4107"
+ width="13.437500"
+ height="1.8750000"
+ x="11.312500"
+ y="35.062500"
+ rx="2.9483187"
+ ry="0.68750000" />
+ </g>
+ <g
+ transform="matrix(0.233183,0.000000,0.000000,1.000000,21.70375,-8.209700)"
+ id="g4121">
+ <rect
+ 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"
+ id="rect4123"
+ width="13.937500"
+ height="2.9375000"
+ x="11.187500"
+ y="35.125000"
+ rx="2.9483187"
+ ry="0.68750000" />
+ <rect
+ ry="0.68750000"
+ rx="2.9483187"
+ y="35.062500"
+ x="11.312500"
+ height="1.8750000"
+ width="13.437500"
+ id="rect4125"
+ 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" />
+ </g>
+ <g
+ transform="matrix(0.233183,0.000000,0.000000,1.000000,19.70375,-5.060656)"
+ id="g4109">
+ <rect
+ 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"
+ id="rect4111"
+ width="13.937500"
+ height="2.9375000"
+ x="11.187500"
+ y="35.125000"
+ rx="2.9483187"
+ ry="0.68750000" />
+ <rect
+ ry="0.68750000"
+ rx="2.9483187"
+ y="35.062500"
+ x="11.312500"
+ height="1.8750000"
+ width="13.437500"
+ id="rect4113"
+ 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" />
+ </g>
+ <g
+ id="g4115"
+ transform="matrix(0.233183,0.000000,0.000000,1.000000,23.70375,-5.060656)">
+ <rect
+ ry="0.68750000"
+ rx="2.9483187"
+ y="35.125000"
+ x="11.187500"
+ height="2.9375000"
+ width="13.937500"
+ id="rect4117"
+ 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" />
+ <rect
+ 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"
+ id="rect4119"
+ width="13.437500"
+ height="1.8750000"
+ x="11.312500"
+ y="35.062500"
+ rx="2.9483187"
+ ry="0.68750000" />
+ </g>
+ <g
+ id="g4172"
+ transform="matrix(0.233183,0.000000,0.000000,1.000000,16.79733,-11.55329)">
+ <rect
+ ry="0.68750000"
+ rx="2.9483187"
+ y="35.125000"
+ x="11.187500"
+ height="2.9375000"
+ width="13.937500"
+ id="rect4174"
+ 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" />
+ <rect
+ 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"
+ id="rect4176"
+ width="13.437500"
+ height="1.8750000"
+ x="11.312500"
+ y="35.062500"
+ rx="2.9483187"
+ ry="0.68750000" />
+ </g>
+ <g
+ id="g4127"
+ transform="matrix(0.233183,0.000000,0.000000,1.000000,17.70375,-8.209700)">
+ <rect
+ ry="0.68750000"
+ rx="2.9483187"
+ y="35.125000"
+ x="11.187500"
+ height="2.9375000"
+ width="13.937500"
+ id="rect4129"
+ 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" />
+ <rect
+ 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"
+ id="rect4131"
+ width="13.437500"
+ height="1.8750000"
+ x="11.312500"
+ y="35.062500"
+ rx="2.9483187"
+ ry="0.68750000" />
+ </g>
+ <g
+ transform="matrix(0.233183,0.000000,0.000000,1.000000,12.79733,-11.55329)"
+ id="g4166">
+ <rect
+ 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"
+ id="rect4168"
+ width="13.937500"
+ height="2.9375000"
+ x="11.187500"
+ y="35.125000"
+ rx="2.9483187"
+ ry="0.68750000" />
+ <rect
+ ry="0.68750000"
+ rx="2.9483187"
+ y="35.062500"
+ x="11.312500"
+ height="1.8750000"
+ width="13.437500"
+ id="rect4170"
+ 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" />
+ </g>
+ <g
+ transform="matrix(0.233183,0.000000,0.000000,1.000000,13.70375,-8.209700)"
+ id="g4133">
+ <rect
+ 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"
+ id="rect4135"
+ width="13.937500"
+ height="2.9375000"
+ x="11.187500"
+ y="35.125000"
+ rx="2.9483187"
+ ry="0.68750000" />
+ <rect
+ ry="0.68750000"
+ rx="2.9483187"
+ y="35.062500"
+ x="11.312500"
+ height="1.8750000"
+ width="13.437500"
+ id="rect4137"
+ 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" />
+ </g>
+ <g
+ id="g4139"
+ transform="matrix(0.233183,0.000000,0.000000,1.000000,9.703750,-8.209700)">
+ <rect
+ ry="0.68750000"
+ rx="2.9483187"
+ y="35.125000"
+ x="11.187500"
+ height="2.9375000"
+ width="13.937500"
+ id="rect4141"
+ 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" />
+ <rect
+ 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"
+ id="rect4143"
+ width="13.437500"
+ height="1.8750000"
+ x="11.312500"
+ y="35.062500"
+ rx="2.9483187"
+ ry="0.68750000" />
+ </g>
+ <g
+ transform="matrix(0.233183,0.000000,0.000000,1.000000,5.703750,-8.209700)"
+ id="g4145">
+ <rect
+ 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"
+ id="rect4147"
+ width="13.937500"
+ height="2.9375000"
+ x="11.187500"
+ y="35.125000"
+ rx="2.9483187"
+ ry="0.68750000" />
+ <rect
+ ry="0.68750000"
+ rx="2.9483187"
+ y="35.062500"
+ x="11.312500"
+ height="1.8750000"
+ width="13.437500"
+ id="rect4149"
+ 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" />
+ </g>
+ <g
+ id="g4220"
+ transform="matrix(0.233183,0.000000,0.000000,1.000000,28.63055,-8.121316)">
+ <rect
+ ry="0.68750000"
+ rx="2.9483187"
+ y="35.125000"
+ x="11.187500"
+ height="2.9375000"
+ width="13.937500"
+ id="rect4222"
+ 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" />
+ <rect
+ 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"
+ id="rect4224"
+ width="13.437500"
+ height="1.8750000"
+ x="11.312500"
+ y="35.062500"
+ rx="2.9483187"
+ ry="0.68750000" />
+ </g>
+ <g
+ transform="matrix(0.233183,0.000000,0.000000,1.000000,32.63055,-8.121316)"
+ id="g4226">
+ <rect
+ 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"
+ id="rect4228"
+ width="13.937500"
+ height="2.9375000"
+ x="11.187500"
+ y="35.125000"
+ rx="2.9483187"
+ ry="0.68750000" />
+ <rect
+ ry="0.68750000"
+ rx="2.9483187"
+ y="35.062500"
+ x="11.312500"
+ height="1.8750000"
+ width="13.437500"
+ id="rect4230"
+ 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" />
+ </g>
+ <g
+ transform="matrix(1.000000,0.000000,0.000000,1.450000,0.850955,-9.293134)"
+ id="g4264">
+ <rect
+ ry="0.47413796"
+ rx="2.9483187"
+ y="21.571884"
+ x="29.521708"
+ height="1.5026019"
+ width="2.4748738"
+ id="rect4254"
+ 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" />
+ <rect
+ 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"
+ id="rect4256"
+ width="2.4748738"
+ height="1.5026019"
+ x="33.521713"
+ y="21.571884"
+ rx="2.9483187"
+ ry="0.47413796" />
+ <rect
+ 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"
+ id="rect4250"
+ width="2.4748738"
+ height="1.5026019"
+ x="29.786873"
+ y="21.837049"
+ rx="2.9483187"
+ ry="0.47413796" />
+ <rect
+ ry="0.47413796"
+ rx="2.9483187"
+ y="21.837049"
+ x="33.786873"
+ height="1.5026019"
+ width="2.4748738"
+ id="rect4252"
+ 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" />
+ </g>
+ </g>
+</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 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48px"
+ height="48px"
+ id="svg6431"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/actions"
+ sodipodi:docname="list-add.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs6433">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ id="perspective70" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2091">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop2093" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop2095" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7916">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop7918" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.34020618;"
+ offset="1.0000000"
+ id="stop7920" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8662">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop8664" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop8666" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8662"
+ id="radialGradient1503"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.536723,-1.018989e-13,16.87306)"
+ cx="24.837126"
+ cy="36.421127"
+ fx="24.837126"
+ fy="36.421127"
+ r="15.644737" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2847">
+ <stop
+ style="stop-color:#3465a4;stop-opacity:1;"
+ offset="0"
+ id="stop2849" />
+ <stop
+ style="stop-color:#3465a4;stop-opacity:0;"
+ offset="1"
+ id="stop2851" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2847"
+ id="linearGradient1488"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-1.000000,0.000000,0.000000,-1.000000,-1.242480,40.08170)"
+ x1="37.128052"
+ y1="29.729605"
+ x2="37.065414"
+ y2="26.194071" />
+ <linearGradient
+ id="linearGradient2831">
+ <stop
+ style="stop-color:#3465a4;stop-opacity:1;"
+ offset="0"
+ id="stop2833" />
+ <stop
+ id="stop2855"
+ offset="0.33333334"
+ style="stop-color:#5b86be;stop-opacity:1;" />
+ <stop
+ style="stop-color:#83a8d8;stop-opacity:0;"
+ offset="1"
+ id="stop2835" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2831"
+ id="linearGradient1486"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-48.30498,-6.043298)"
+ x1="13.478554"
+ y1="10.612206"
+ x2="15.419417"
+ y2="19.115122" />
+ <linearGradient
+ id="linearGradient2380">
+ <stop
+ style="stop-color:#b9cfe7;stop-opacity:1"
+ offset="0"
+ id="stop2382" />
+ <stop
+ style="stop-color:#729fcf;stop-opacity:1"
+ offset="1"
+ id="stop2384" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2682">
+ <stop
+ style="stop-color:#3977c3;stop-opacity:1;"
+ offset="0"
+ id="stop2684" />
+ <stop
+ style="stop-color:#89aedc;stop-opacity:0;"
+ offset="1"
+ id="stop2686" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2682"
+ id="linearGradient2688"
+ x1="36.713837"
+ y1="31.455952"
+ x2="37.124462"
+ y2="24.842253"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-48.77039,-5.765705)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2690">
+ <stop
+ style="stop-color:#c4d7eb;stop-opacity:1;"
+ offset="0"
+ id="stop2692" />
+ <stop
+ style="stop-color:#c4d7eb;stop-opacity:0;"
+ offset="1"
+ id="stop2694" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2690"
+ id="linearGradient2696"
+ x1="32.647972"
+ y1="30.748846"
+ x2="37.124462"
+ y2="24.842253"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-48.77039,-5.765705)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2871">
+ <stop
+ style="stop-color:#3465a4;stop-opacity:1;"
+ offset="0"
+ id="stop2873" />
+ <stop
+ style="stop-color:#3465a4;stop-opacity:1"
+ offset="1"
+ id="stop2875" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2402">
+ <stop
+ style="stop-color:#729fcf;stop-opacity:1;"
+ offset="0"
+ id="stop2404" />
+ <stop
+ style="stop-color:#528ac5;stop-opacity:1;"
+ offset="1"
+ id="stop2406" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2797"
+ id="linearGradient1493"
+ gradientUnits="userSpaceOnUse"
+ x1="5.9649176"
+ y1="26.048164"
+ x2="52.854097"
+ y2="26.048164" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2797">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop2799" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop2801" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2797"
+ id="linearGradient1491"
+ gradientUnits="userSpaceOnUse"
+ x1="5.9649176"
+ y1="26.048164"
+ x2="52.854097"
+ y2="26.048164" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7179">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop7181" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7183" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2316">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop2318" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.65979379;"
+ offset="1"
+ id="stop2320" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient1322">
+ <stop
+ id="stop1324"
+ offset="0.0000000"
+ style="stop-color:#729fcf" />
+ <stop
+ id="stop1326"
+ offset="1.0000000"
+ style="stop-color:#5187d6;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient1322"
+ id="linearGradient4975"
+ x1="34.892849"
+ y1="36.422989"
+ x2="45.918697"
+ y2="48.547989"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-18.01785,-13.57119)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7179"
+ id="linearGradient7185"
+ x1="13.435029"
+ y1="13.604306"
+ x2="22.374878"
+ y2="23.554308"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7179"
+ id="linearGradient7189"
+ gradientUnits="userSpaceOnUse"
+ x1="13.435029"
+ y1="13.604306"
+ x2="22.374878"
+ y2="23.554308"
+ gradientTransform="matrix(-1.000000,0.000000,0.000000,-1.000000,47.93934,50.02474)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2380"
+ id="linearGradient7180"
+ gradientUnits="userSpaceOnUse"
+ x1="62.513836"
+ y1="36.061237"
+ x2="15.984863"
+ y2="20.60858" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2871"
+ id="linearGradient7182"
+ gradientUnits="userSpaceOnUse"
+ x1="46.834816"
+ y1="45.264122"
+ x2="45.380436"
+ y2="50.939667" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2402"
+ id="linearGradient7184"
+ gradientUnits="userSpaceOnUse"
+ x1="18.935766"
+ y1="23.667896"
+ x2="53.588622"
+ y2="26.649362" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2871"
+ id="linearGradient7186"
+ gradientUnits="userSpaceOnUse"
+ x1="46.834816"
+ y1="45.264122"
+ x2="45.380436"
+ y2="50.939667" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7916"
+ id="linearGradient7922"
+ x1="16.874998"
+ y1="22.851799"
+ x2="27.900846"
+ y2="34.976799"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2091"
+ id="radialGradient2097"
+ cx="23.070683"
+ cy="35.127438"
+ fx="23.070683"
+ fy="35.127438"
+ r="10.319340"
+ gradientTransform="matrix(0.914812,1.265023e-2,-8.21502e-3,0.213562,2.253914,27.18889)"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="0.15686275"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="-123.56934"
+ inkscape:cy="0.031886897"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:window-width="1280"
+ inkscape:window-height="818"
+ inkscape:window-x="0"
+ inkscape:window-y="30"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:showpageshadow="false" />
+ <metadata
+ id="metadata6436">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title>Add</dc:title>
+ <dc:date>2006-01-04</dc:date>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Andreas Nilsson</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:source>http://tango-project.org</dc:source>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>add</rdf:li>
+ <rdf:li>plus</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/publicdomain/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <path
+ sodipodi:type="arc"
+ 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"
+ id="path1361"
+ sodipodi:cx="22.958872"
+ sodipodi:cy="34.94062"
+ sodipodi:rx="10.31934"
+ sodipodi:ry="2.320194"
+ 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"
+ transform="matrix(1.550487,0,0,1.978714,-12.4813,-32.49103)" />
+ <path
+ 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"
+ 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 "
+ id="text1314"
+ sodipodi:nodetypes="ccccccccccccc" />
+ <path
+ 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"
+ 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 "
+ id="path7076"
+ sodipodi:nodetypes="ccccccccccccc" />
+ <path
+ 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"
+ 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 "
+ id="path7914"
+ sodipodi:nodetypes="ccccccccc" />
+ </g>
+</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 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ inkscape:export-ydpi="90.000000"
+ inkscape:export-xdpi="90.000000"
+ inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png"
+ width="48px"
+ height="48px"
+ id="svg11300"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme-extras/scalable/devices"
+ sodipodi:docname="media-flash.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs3">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ id="perspective71" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient6210">
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="0"
+ id="stop6212" />
+ <stop
+ style="stop-color:white;stop-opacity:0;"
+ offset="1"
+ id="stop6214" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6196">
+ <stop
+ style="stop-color:#edd400;stop-opacity:1;"
+ offset="0"
+ id="stop6198" />
+ <stop
+ id="stop6204"
+ offset="0.5"
+ style="stop-color:#c3af07;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffeb3e;stop-opacity:1;"
+ offset="1"
+ id="stop6200" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient6151">
+ <stop
+ style="stop-color:#2e3436;stop-opacity:1;"
+ offset="0"
+ id="stop6153" />
+ <stop
+ style="stop-color:#2e3436;stop-opacity:0;"
+ offset="1"
+ id="stop6155" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient6125">
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0"
+ id="stop6127" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop6129" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6115">
+ <stop
+ style="stop-color:#555753;stop-opacity:1;"
+ offset="0"
+ id="stop6117" />
+ <stop
+ style="stop-color:#3e3f3c;stop-opacity:1;"
+ offset="1"
+ id="stop6119" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6099">
+ <stop
+ style="stop-color:#eeeeec;stop-opacity:1;"
+ offset="0"
+ id="stop6101" />
+ <stop
+ id="stop6107"
+ offset="0.8918919"
+ style="stop-color:#dededa;stop-opacity:1;" />
+ <stop
+ style="stop-color:#838375;stop-opacity:1;"
+ offset="1"
+ id="stop6103" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6099"
+ id="linearGradient6105"
+ x1="22.797205"
+ y1="39.679859"
+ x2="22.797205"
+ y2="46.635937"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.934004,0,1.557982)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6125"
+ id="radialGradient6131"
+ cx="24.218407"
+ cy="45.25996"
+ fx="24.218407"
+ fy="45.25996"
+ r="21.38998"
+ gradientTransform="matrix(1,0,0,0.128099,9.432564e-16,39.4622)"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6151"
+ id="radialGradient6157"
+ cx="33.45499"
+ cy="28.603338"
+ fx="33.45499"
+ fy="28.603338"
+ r="3.8890872"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.657239,1.232816e-15,-1.232816e-15,3.657239,-88.89792,-76.00592)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6151"
+ id="radialGradient6161"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(8.342154,-3.746956e-16,3.746956e-16,8.342154,-227.6289,-207.0663)"
+ cx="29.61227"
+ cy="27.974968"
+ fx="29.61227"
+ fy="27.974968"
+ r="3.8890872" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6196"
+ id="linearGradient6202"
+ x1="29.374996"
+ y1="21.741114"
+ x2="22.101643"
+ y2="7.6786127"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6115"
+ id="linearGradient6208"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.982516,0,-7.076703e-2)"
+ x1="21.617008"
+ y1="4.6076145"
+ x2="26.443777"
+ y2="47.007381" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6210"
+ id="linearGradient6216"
+ x1="16.845879"
+ y1="8.6784801"
+ x2="30.507824"
+ y2="78.505272"
+ gradientUnits="userSpaceOnUse" />
+ <filter
+ inkscape:collect="always"
+ id="filter5339"
+ x="-0.068965518"
+ width="1.137931"
+ y="-0.62068962"
+ height="2.2413792">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="1.1886709"
+ id="feGaussianBlur5341" />
+ </filter>
+ </defs>
+ <sodipodi:namedview
+ stroke="#ef2929"
+ fill="#eeeeec"
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="0.25490196"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="200.83545"
+ inkscape:cy="-11.195251"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:showpageshadow="false"
+ inkscape:window-width="663"
+ inkscape:window-height="688"
+ inkscape:window-x="355"
+ inkscape:window-y="160">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4690" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata4">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Jakub Steiner</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:source>http://jimmac.musichall.cz</dc:source>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+ <dc:title>Generic Flash Media</dc:title>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>flash</rdf:li>
+ <rdf:li>memory</rdf:li>
+ <rdf:li>removable</rdf:li>
+ <rdf:li>photo</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <dc:rights>
+ <cc:Agent>
+ <dc:title>Novell, Inc., Jakub Steiner</dc:title>
+ </cc:Agent>
+ </dc:rights>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/publicdomain/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <rect
+ 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"
+ id="rect4692"
+ width="41.365746"
+ height="4.5961943"
+ x="3.3587573"
+ y="41.989594"
+ rx="2.3794458"
+ ry="2.2980971"
+ transform="matrix(0.965812,0,0,1,0.8219361,0)" />
+ <path
+ 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"
+ 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 "
+ id="path4291"
+ sodipodi:nodetypes="cccccccsccc" />
+ <rect
+ ry="1.8974454"
+ rx="1.8974441"
+ y="5.616117"
+ x="9.4999952"
+ height="16.999992"
+ width="27.976646"
+ id="rect6089"
+ 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" />
+ <rect
+ 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"
+ id="rect4293"
+ width="27.976646"
+ height="16.999992"
+ x="9.4999952"
+ y="5.616117"
+ rx="1.8974441"
+ ry="1.8974454" />
+ <rect
+ ry="1.1461133"
+ rx="1.1461439"
+ y="6.6162395"
+ x="10.578098"
+ height="15.00028"
+ width="26.000004"
+ id="rect4295"
+ 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"
+ transform="matrix(1,0,-5.5327e-3,0.999985,0,0)" />
+ <path
+ 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"
+ 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 "
+ id="path6043"
+ sodipodi:nodetypes="ccccccccccccc" />
+ <path
+ 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"
+ d="M 13,6.116117 L 13,10.850955 L 14,10.611733 L 14,6.116117 L 13,6.116117 z "
+ id="path6045"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ 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"
+ d="M 15,10.611732 L 15,6.116117 L 16,6.116117 L 16,10.523344 L 15,10.611732 z "
+ id="path6047"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ 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"
+ d="M 17,10.523344 L 17,6.116117 L 18,6.116117 L 18,10.674178 L 17,10.523344 z "
+ id="path6049"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ 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"
+ d="M 19,10.895149 L 19,6.116117 L 20,6.116117 L 20,11.11612 L 19,10.895149 z "
+ id="path6051"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ 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"
+ d="M 21,11.274645 L 21,6.116117 L 22,6.116117 L 22,11.451422 L 21,11.274645 z "
+ id="path6053"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ id="path6055"
+ d="M 23,11.804975 L 23,6.116117 L 24,6.116117 L 24,11.937558 L 23,11.804975 z "
+ 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"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ 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"
+ d="M 25,12.335305 L 25,6.116117 L 26,6.116117 L 26,12.512082 L 25,12.335305 z "
+ id="path6057"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ id="path6059"
+ d="M 27,12.733053 L 27,6.116117 L 28,6.116117 L 28,12.90983 L 27,12.733053 z "
+ 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"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ 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"
+ d="M 29,13.219189 L 29,6.116117 L 30,6.116117 L 30,13.307577 L 29,13.219189 z "
+ id="path6061"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ id="path6063"
+ d="M 31,13.395965 L 31,6.116117 L 32,6.116117 L 32,13.395966 L 31,13.395965 z "
+ 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"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ 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"
+ d="M 33,13.395965 L 33,6.116117 L 34,6.116117 L 34,13.263383 L 33,13.395965 z "
+ id="path6065"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ id="path6067"
+ d="M 13,22.070139 L 13,14.639459 L 14,14.525128 L 14,22.070139 L 13,22.070139 z "
+ 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"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ id="path6069"
+ d="M 15,14.480935 L 15,22.070139 L 16,22.070139 L 16,14.348352 L 15,14.480935 z "
+ 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"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ id="path6071"
+ d="M 17,14.348352 L 17,22.070139 L 18,22.070139 L 18,14.462683 L 17,14.348352 z "
+ 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"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ id="path6073"
+ d="M 19,14.772042 L 19,22.070139 L 20,22.070139 L 20,14.993013 L 19,14.772042 z "
+ 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"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ id="path6075"
+ d="M 21,15.232235 L 21,22.070139 L 22,22.070139 L 22,15.4974 L 21,15.232235 z "
+ 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"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ 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"
+ d="M 23,15.850954 L 23,22.070139 L 24,22.070139 L 24,16.204507 L 23,15.850954 z "
+ id="path6077"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ id="path6079"
+ d="M 25,16.381284 L 25,22.070139 L 26,22.070139 L 26,16.646449 L 25,16.381284 z "
+ 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"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ 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"
+ d="M 27,16.823226 L 27,22.070139 L 28,22.070139 L 28,17.000002 L 27,16.823226 z "
+ id="path6081"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ id="path6083"
+ d="M 29,17.176779 L 29,22.070139 L 30,22.070139 L 30,17.220973 L 29,17.176779 z "
+ 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"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ 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"
+ d="M 31,17.39775 L 31,22.070139 L 32,22.070139 L 32,17.265167 L 31,17.39775 z "
+ id="path6085"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ id="path6087"
+ d="M 33,17.353556 L 33,22.070139 L 34,22.070139 L 34,17.176779 L 33,17.353556 z "
+ 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"
+ sodipodi:nodetypes="ccccc" />
+ <rect
+ 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"
+ id="rect6095"
+ width="31"
+ height="11"
+ x="8"
+ y="35.116135"
+ rx="0.81717849"
+ ry="0.81717849" />
+ <rect
+ ry="0.12967849"
+ rx="0.12967849"
+ y="36.116135"
+ x="9"
+ height="9"
+ width="29"
+ id="rect6097"
+ 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" />
+ <rect
+ 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"
+ id="rect6109"
+ width="29"
+ height="3.0000017"
+ x="9"
+ y="36.116135"
+ rx="0.12967849"
+ ry="0.12967849" />
+ <rect
+ 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"
+ id="rect6111"
+ width="10.036427"
+ height="1.9999989"
+ x="11"
+ y="37.116135"
+ rx="0.12967849"
+ ry="0.12967849" />
+ <rect
+ ry="0.12967849"
+ rx="0.12967849"
+ y="37.116135"
+ x="22.963573"
+ height="1.9999989"
+ width="4.0364265"
+ id="rect6113"
+ 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" />
+ <path
+ sodipodi:type="inkscape:offset"
+ inkscape:radius="-1.000373"
+ 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 "
+ xlink:href="#path4291"
+ 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"
+ id="path6206"
+ inkscape:href="#path4291"
+ 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 " />
+ </g>
+</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 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48px"
+ height="48px"
+ id="svg1307"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/actions"
+ sodipodi:docname="media-playback-start.svg"
+ inkscape:export-filename="/home/lapo/Desktop/Grafica/Icone/media-actions-outlines.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs1309">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ id="perspective49" />
+ <linearGradient
+ id="linearGradient2684">
+ <stop
+ id="stop2686"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop2688"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2584">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop2586" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop2588" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5075">
+ <stop
+ style="stop-color:#adb0a8;stop-opacity:1;"
+ offset="0"
+ id="stop5077" />
+ <stop
+ style="stop-color:#464744;stop-opacity:1"
+ offset="1"
+ id="stop5079" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2691"
+ inkscape:collect="always">
+ <stop
+ id="stop2693"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1" />
+ <stop
+ id="stop2695"
+ offset="1"
+ style="stop-color:#d3d7cf" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3340">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3342" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.62886596;"
+ offset="1"
+ id="stop3344" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5075"
+ id="linearGradient2306"
+ gradientUnits="userSpaceOnUse"
+ x1="71.288956"
+ y1="124.11652"
+ x2="70.826942"
+ y2="95"
+ gradientTransform="translate(-45.00042,-71.09425)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2691"
+ id="radialGradient2314"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(5.324342e-2,-0.836238,2.019473,0.128568,-151.9195,108.0768)"
+ cx="107.5884"
+ cy="83.990814"
+ fx="107.5884"
+ fy="83.990814"
+ r="12.551644" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2684"
+ id="linearGradient2690"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.128181,0,0,1.128181,-53.99314,-83.36009)"
+ x1="70.913956"
+ y1="101.74152"
+ x2="70.951942"
+ y2="88.923729" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="0.19607843"
+ inkscape:pageopacity="0.0000000"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="-117.42449"
+ inkscape:cy="12.980288"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:grid-points="true"
+ fill="#555753"
+ showguides="false"
+ inkscape:guide-bbox="true"
+ guidetolerance="1px"
+ stroke="#555753"
+ inkscape:window-width="872"
+ inkscape:window-height="688"
+ inkscape:window-x="326"
+ inkscape:window-y="160"
+ showborder="true"
+ inkscape:showpageshadow="false">
+ <sodipodi:guide
+ orientation="horizontal"
+ position="38.996647"
+ id="guide2194" />
+ <sodipodi:guide
+ orientation="horizontal"
+ position="9.0140845"
+ id="guide2196" />
+ <sodipodi:guide
+ orientation="vertical"
+ position="9.0140845"
+ id="guide2198" />
+ <sodipodi:guide
+ orientation="vertical"
+ position="38.975184"
+ id="guide2200" />
+ <sodipodi:guide
+ orientation="horizontal"
+ position="22.988281"
+ id="guide2202" />
+ <sodipodi:guide
+ orientation="vertical"
+ position="23.908786"
+ id="guide2204" />
+ <sodipodi:guide
+ orientation="vertical"
+ position="157.99417"
+ id="guide4332" />
+ <sodipodi:guide
+ orientation="horizontal"
+ position="-36.062446"
+ id="guide4334" />
+ <sodipodi:guide
+ orientation="horizontal"
+ position="-58.02695"
+ id="guide4336" />
+ <sodipodi:guide
+ orientation="vertical"
+ position="180.00287"
+ id="guide4338" />
+ <sodipodi:guide
+ orientation="vertical"
+ position="107.92217"
+ id="guide4417" />
+ <sodipodi:guide
+ orientation="vertical"
+ position="129.93087"
+ id="guide4419" />
+ <sodipodi:guide
+ orientation="horizontal"
+ position="19.996875"
+ id="guide5106" />
+ <sodipodi:guide
+ orientation="horizontal"
+ position="63.039674"
+ id="guide5119" />
+ <sodipodi:guide
+ orientation="horizontal"
+ position="49.066305"
+ id="guide5121" />
+ <sodipodi:guide
+ orientation="horizontal"
+ position="-86.007168"
+ id="guide5307" />
+ <sodipodi:guide
+ orientation="horizontal"
+ position="-108.09009"
+ id="guide5309" />
+ <sodipodi:guide
+ orientation="horizontal"
+ position="-100.15429"
+ id="guide3111" />
+ <inkscape:grid
+ id="GridFromPre046Settings"
+ type="xygrid"
+ originx="0px"
+ originy="0px"
+ spacingx="0.5px"
+ spacingy="0.5px"
+ color="#0000ff"
+ empcolor="#0000ff"
+ opacity="0.2"
+ empopacity="0.4"
+ empspacing="2" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata1312">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title>Media Playback Start</dc:title>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Lapo Calamandrei</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>play</rdf:li>
+ <rdf:li>media</rdf:li>
+ <rdf:li>music</rdf:li>
+ <rdf:li>video</rdf:li>
+ <rdf:li>player</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <dc:contributor>
+ <cc:Agent>
+ <dc:title>Jakub Steiner</dc:title>
+ </cc:Agent>
+ </dc:contributor>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/publicdomain/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:groupmode="layer"
+ id="layer4"
+ inkscape:label="contorno"
+ style="display:inline" />
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ style="display:inline">
+ <path
+ sodipodi:nodetypes="cccc"
+ id="path2682"
+ d="M 12,39.5 L 12,9 L 38.06998,23.817079 L 12,39.5 z "
+ 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"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true" />
+ <path
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ 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"
+ d="M 12.49946,37.81149 L 12.49946,10.000005 L 36.602747,23.905748 L 12.49946,37.81149 z "
+ id="path3375"
+ sodipodi:nodetypes="cccc" />
+ <path
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ 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"
+ d="M 12.49946,37.81149 L 12.49946,10.000005 L 36.602747,23.905748 L 12.49946,37.81149 z "
+ id="path2479"
+ sodipodi:nodetypes="cccc" />
+ <path
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ 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"
+ 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 "
+ id="path2481"
+ sodipodi:nodetypes="cccccccc" />
+ <path
+ 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"
+ 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 "
+ id="path2339"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true"
+ sodipodi:nodetypes="cccc" />
+ </g>
+</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 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48px"
+ height="48px"
+ id="svg1307"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/actions"
+ sodipodi:docname="media-record.svg"
+ inkscape:export-filename="/home/lapo/Desktop/Grafica/Icone/media-actions-outlines.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs1309">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ id="perspective47" />
+ <linearGradient
+ id="linearGradient3837">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop3839" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.78350514;"
+ offset="1"
+ id="stop3841" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2257">
+ <stop
+ style="stop-color:#ef2929"
+ offset="0"
+ id="stop2259" />
+ <stop
+ style="stop-color:#cc0000"
+ offset="1"
+ id="stop2261" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3340">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3342" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop3344" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8662">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop8664" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop8666" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8662"
+ id="radialGradient2228"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.536723,-3.241652e-13,16.87306)"
+ cx="24.837126"
+ cy="36.421127"
+ fx="24.837126"
+ fy="36.421127"
+ r="15.644737" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3340"
+ id="radialGradient1368"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.658819,-3.13388e-16,1.719536e-16,2.080782,-62.4164,12.76204)"
+ cx="21.929186"
+ cy="-3.2182934"
+ fx="21.929186"
+ fy="-3.2182934"
+ r="13" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2257"
+ id="radialGradient2263"
+ cx="22.5"
+ cy="28.116049"
+ fx="22.5"
+ fy="28.116049"
+ r="14.537862"
+ gradientTransform="matrix(2.365562,-4.942242e-16,5.359766e-16,2.202845,-30.72517,-34.23996)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3837"
+ id="linearGradient3843"
+ x1="21.702389"
+ y1="8.9115314"
+ x2="21.816015"
+ y2="35.546108"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2257"
+ id="radialGradient3845"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.365562,-4.942242e-16,5.359766e-16,2.202845,-30.72517,-34.23996)"
+ cx="22.5"
+ cy="28.116049"
+ fx="22.5"
+ fy="28.116049"
+ r="14.537862" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="0.11372549"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="-125.50077"
+ inkscape:cy="34.59508"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:grid-points="true"
+ fill="#ef2929"
+ showguides="false"
+ inkscape:guide-bbox="true"
+ guidetolerance="1px"
+ stroke="#ef2929"
+ inkscape:window-width="872"
+ inkscape:window-height="688"
+ inkscape:window-x="494"
+ inkscape:window-y="160"
+ showborder="true"
+ inkscape:showpageshadow="false">
+ <sodipodi:guide
+ orientation="horizontal"
+ position="38.996647"
+ id="guide2194" />
+ <sodipodi:guide
+ orientation="horizontal"
+ position="9.0140845"
+ id="guide2196" />
+ <sodipodi:guide
+ orientation="vertical"
+ position="9.0140845"
+ id="guide2198" />
+ <sodipodi:guide
+ orientation="vertical"
+ position="38.975184"
+ id="guide2200" />
+ <sodipodi:guide
+ orientation="horizontal"
+ position="22.988281"
+ id="guide2202" />
+ <sodipodi:guide
+ orientation="vertical"
+ position="23.908786"
+ id="guide2204" />
+ <sodipodi:guide
+ orientation="vertical"
+ position="157.99417"
+ id="guide4332" />
+ <sodipodi:guide
+ orientation="horizontal"
+ position="-36.062446"
+ id="guide4334" />
+ <sodipodi:guide
+ orientation="horizontal"
+ position="-58.02695"
+ id="guide4336" />
+ <sodipodi:guide
+ orientation="vertical"
+ position="180.00287"
+ id="guide4338" />
+ <sodipodi:guide
+ orientation="vertical"
+ position="107.92217"
+ id="guide4417" />
+ <sodipodi:guide
+ orientation="vertical"
+ position="129.93087"
+ id="guide4419" />
+ <sodipodi:guide
+ orientation="horizontal"
+ position="19.996875"
+ id="guide5106" />
+ <sodipodi:guide
+ orientation="horizontal"
+ position="63.039674"
+ id="guide5119" />
+ <sodipodi:guide
+ orientation="horizontal"
+ position="49.066305"
+ id="guide5121" />
+ <sodipodi:guide
+ orientation="horizontal"
+ position="-86.007168"
+ id="guide5307" />
+ <sodipodi:guide
+ orientation="horizontal"
+ position="-108.09009"
+ id="guide5309" />
+ <sodipodi:guide
+ orientation="horizontal"
+ position="-100.15429"
+ id="guide3111" />
+ <inkscape:grid
+ id="GridFromPre046Settings"
+ type="xygrid"
+ originx="0px"
+ originy="0px"
+ spacingx="0.5px"
+ spacingy="0.5px"
+ color="#0000ff"
+ empcolor="#0000ff"
+ opacity="0.2"
+ empopacity="0.4"
+ empspacing="2" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata1312">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title>Media Record</dc:title>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Lapo Calamandrei</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>media</rdf:li>
+ <rdf:li>player</rdf:li>
+ <rdf:li>record</rdf:li>
+ <rdf:li>music</rdf:li>
+ <rdf:li>sound</rdf:li>
+ <rdf:li>video</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/publicdomain/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ style="display:inline">
+ <path
+ transform="matrix(0.920697,0,0,0.99358,3.679484,1.641236)"
+ d="M 36.5 22 A 14 13 0 1 1 8.5,22 A 14 13 0 1 1 36.5 22 z"
+ sodipodi:ry="13"
+ sodipodi:rx="14"
+ sodipodi:cy="22"
+ sodipodi:cx="22.5"
+ id="path3835"
+ 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"
+ sodipodi:type="arc"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true" />
+ <path
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="/home/lapo/Desktop/Grafica/Icone/media-actions.png"
+ sodipodi:type="arc"
+ 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"
+ id="path2226"
+ sodipodi:cx="24.837126"
+ sodipodi:cy="36.421127"
+ sodipodi:rx="15.644737"
+ sodipodi:ry="8.3968935"
+ 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"
+ transform="matrix(1.150533,0,0,0.565685,-4.5765,16.55285)" />
+ <path
+ sodipodi:type="arc"
+ 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"
+ id="path2525"
+ sodipodi:cx="22.5"
+ sodipodi:cy="22"
+ sodipodi:rx="14"
+ sodipodi:ry="13"
+ d="M 36.5 22 A 14 13 0 1 1 8.5,22 A 14 13 0 1 1 36.5 22 z"
+ transform="matrix(0.894862,0,0,0.9657,3.855776,2.660348)" />
+ <path
+ sodipodi:type="arc"
+ 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"
+ id="path2527"
+ sodipodi:cx="24"
+ sodipodi:cy="24"
+ sodipodi:rx="14"
+ sodipodi:ry="14"
+ d="M 38 24 A 14 14 0 1 1 10,24 A 14 14 0 1 1 38 24 z"
+ transform="matrix(0.821429,0,0,0.821429,4.285117,4.191455)" />
+ <path
+ 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"
+ 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 "
+ id="path2529"
+ sodipodi:nodetypes="cccsc" />
+ </g>
+</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 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48.000000px"
+ height="48.000000px"
+ id="svg2327"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/status"
+ sodipodi:docname="network-receive.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs3">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ id="perspective148" />
+ <linearGradient
+ id="linearGradient3400">
+ <stop
+ style="stop-color:#416db4;stop-opacity:1;"
+ offset="0"
+ id="stop3402" />
+ <stop
+ style="stop-color:#385e9b;stop-opacity:1;"
+ offset="1"
+ id="stop3404" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2985"
+ inkscape:collect="always">
+ <stop
+ id="stop2987"
+ offset="0"
+ style="stop-color:#d8dfd6;stop-opacity:1;" />
+ <stop
+ id="stop2989"
+ offset="1"
+ style="stop-color:#d8dfd6;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2752">
+ <stop
+ id="stop2754"
+ offset="0"
+ style="stop-color:#9d9d9d;stop-opacity:1;" />
+ <stop
+ id="stop2756"
+ offset="1.0000000"
+ style="stop-color:#b9b9b9;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2711">
+ <stop
+ id="stop2713"
+ offset="0.0000000"
+ style="stop-color:#909090;stop-opacity:1.0000000;" />
+ <stop
+ id="stop2715"
+ offset="1.0000000"
+ style="stop-color:#bebebe;stop-opacity:0.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2701">
+ <stop
+ id="stop2703"
+ offset="0.0000000"
+ style="stop-color:#585956;stop-opacity:1.0000000;" />
+ <stop
+ id="stop2705"
+ offset="1.0000000"
+ style="stop-color:#bbbeb8;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2683"
+ inkscape:collect="always">
+ <stop
+ id="stop2685"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ id="stop2687"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2675">
+ <stop
+ id="stop2677"
+ offset="0.0000000"
+ style="stop-color:#5b5b97;stop-opacity:1.0000000;" />
+ <stop
+ id="stop2679"
+ offset="1.0000000"
+ style="stop-color:#1b1b43;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2667">
+ <stop
+ id="stop2669"
+ offset="0.0000000"
+ style="stop-color:#ffffff;stop-opacity:1.0000000;" />
+ <stop
+ id="stop2671"
+ offset="1.0000000"
+ style="stop-color:#fcfcff;stop-opacity:0.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2635"
+ inkscape:collect="always">
+ <stop
+ id="stop2637"
+ offset="0"
+ style="stop-color:#f9fff5;stop-opacity:1;" />
+ <stop
+ id="stop2639"
+ offset="1"
+ style="stop-color:#f9fff5;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2454">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop2456" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop2458" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2415">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop2417" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop2419" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2253">
+ <stop
+ style="stop-color:#8f8f8f;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop2255" />
+ <stop
+ style="stop-color:#494949;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop2257" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2245">
+ <stop
+ style="stop-color:#dde1d9;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop2247" />
+ <stop
+ style="stop-color:#cacdc6;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop2249" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2675"
+ id="linearGradient2828"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.174139,0,0,0.945431,0.721825,-1.331524)"
+ x1="19.150396"
+ y1="32.622238"
+ x2="16.315819"
+ y2="8.8666229" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2454"
+ id="radialGradient3909"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.925808,0.519262)"
+ cx="12.575710"
+ cy="67.501709"
+ fx="12.575710"
+ fy="67.501709"
+ r="8.7662794" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2985"
+ id="linearGradient3911"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.492875,0.669848)"
+ x1="-23.885700"
+ y1="49.953003"
+ x2="-23.885700"
+ y2="44.878883" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2454"
+ id="radialGradient3913"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.925808,0.519262)"
+ cx="12.575710"
+ cy="67.501709"
+ fx="12.575710"
+ fy="67.501709"
+ r="8.7662794" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2701"
+ id="linearGradient3915"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.816345,0.550556)"
+ x1="12.206709"
+ y1="53.535141"
+ x2="12.127711"
+ y2="64.892525" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2245"
+ id="linearGradient3917"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.129863,0.000000,0.000000,0.885063,-1.625000,-1.304372)"
+ x1="8.6116238"
+ y1="7.2293582"
+ x2="34.784473"
+ y2="33.339787" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2253"
+ id="linearGradient3919"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.104397,0.905471)"
+ x1="10.390738"
+ y1="5.3817744"
+ x2="32.536823"
+ y2="31.246054" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2683"
+ id="linearGradient3923"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(5.705159,0.000000,0.000000,0.175280,1.000000,-0.679373)"
+ x1="3.7069976"
+ y1="171.29134"
+ x2="3.7069974"
+ y2="162.45061" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2415"
+ id="linearGradient3925"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.108069,0.000000,0.000000,0.902471,1.000000,1.000000)"
+ x1="17.698339"
+ y1="13.004725"
+ x2="34.974548"
+ y2="55.200756" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2667"
+ id="linearGradient3927"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.238977,0.000000,0.000000,0.895955,0.590553,-1.331524)"
+ x1="11.492236"
+ y1="1.6537577"
+ x2="17.199417"
+ y2="26.729263" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2454"
+ id="radialGradient3929"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.925808,0.519262)"
+ cx="12.575710"
+ cy="67.501709"
+ fx="12.575710"
+ fy="67.501709"
+ r="8.7662794" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2245"
+ id="linearGradient3931"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.129863,0.885063)"
+ x1="18.316999"
+ y1="48.643234"
+ x2="18.176752"
+ y2="52.536461" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2253"
+ id="linearGradient3933"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.104397,0.905471)"
+ x1="10.390738"
+ y1="5.3817744"
+ x2="32.536823"
+ y2="31.246054" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2752"
+ id="linearGradient3935"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(2.309851,0.432928)"
+ x1="8.1134243"
+ y1="88.509071"
+ x2="8.1134233"
+ y2="100.20015" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2752"
+ id="linearGradient3937"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(2.309851,0.432928)"
+ x1="8.1134243"
+ y1="88.509071"
+ x2="8.1134233"
+ y2="100.20015" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2752"
+ id="linearGradient3939"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(2.309851,0.432928)"
+ x1="8.1134243"
+ y1="88.509071"
+ x2="8.1134233"
+ y2="100.20015" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2635"
+ id="linearGradient3941"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.143634,0.000000,0.000000,0.466498,1.000000,-0.508826)"
+ x1="13.628710"
+ y1="101.28460"
+ x2="8.6485014"
+ y2="74.098007" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2711"
+ id="linearGradient3943"
+ gradientUnits="userSpaceOnUse"
+ x1="34.300991"
+ y1="3.9384086"
+ x2="35.520542"
+ y2="3.8451097" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2711"
+ id="linearGradient3945"
+ gradientUnits="userSpaceOnUse"
+ x1="34.300991"
+ y1="3.9384086"
+ x2="35.520542"
+ y2="3.8451097" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2711"
+ id="linearGradient3947"
+ gradientUnits="userSpaceOnUse"
+ x1="34.300991"
+ y1="3.9384086"
+ x2="35.520542"
+ y2="3.8451097" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2711"
+ id="linearGradient3949"
+ gradientUnits="userSpaceOnUse"
+ x1="34.300991"
+ y1="3.9384086"
+ x2="35.520542"
+ y2="3.8451097" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2711"
+ id="linearGradient3951"
+ gradientUnits="userSpaceOnUse"
+ x1="34.300991"
+ y1="3.9384086"
+ x2="35.520542"
+ y2="3.8451097" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2454"
+ id="radialGradient4011"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.925808,0.519262)"
+ cx="12.575710"
+ cy="67.501709"
+ fx="12.575710"
+ fy="67.501709"
+ r="8.7662794" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2985"
+ id="linearGradient4013"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.492875,0.669848)"
+ x1="-23.885700"
+ y1="49.953003"
+ x2="-23.885700"
+ y2="44.878883" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2454"
+ id="radialGradient4015"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.925808,0.519262)"
+ cx="12.575710"
+ cy="67.501709"
+ fx="12.575710"
+ fy="67.501709"
+ r="8.7662794" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2701"
+ id="linearGradient4017"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.816345,0.550556)"
+ x1="12.206709"
+ y1="53.535141"
+ x2="12.127711"
+ y2="64.892525" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2245"
+ id="linearGradient4019"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.129863,0.000000,0.000000,0.885063,-1.625000,-1.304372)"
+ x1="8.6116238"
+ y1="7.2293582"
+ x2="34.784473"
+ y2="33.339787" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2253"
+ id="linearGradient4021"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.104397,0.905471)"
+ x1="10.390738"
+ y1="5.3817744"
+ x2="32.536823"
+ y2="31.246054" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2683"
+ id="linearGradient4025"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(5.705159,0.000000,0.000000,0.175280,1.000000,-0.679373)"
+ x1="3.7069976"
+ y1="171.29134"
+ x2="3.7069974"
+ y2="162.45061" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2415"
+ id="linearGradient4027"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.108069,0.000000,0.000000,0.902471,1.000000,1.000000)"
+ x1="17.698339"
+ y1="13.004725"
+ x2="34.974548"
+ y2="55.200756" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2667"
+ id="linearGradient4029"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.238977,0.000000,0.000000,0.895955,0.590553,-1.331524)"
+ x1="11.492236"
+ y1="1.6537577"
+ x2="17.199417"
+ y2="26.729263" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2454"
+ id="radialGradient4031"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.925808,0.519262)"
+ cx="12.575710"
+ cy="67.501709"
+ fx="12.575710"
+ fy="67.501709"
+ r="8.7662794" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2245"
+ id="linearGradient4033"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.129863,0,0,0.932544,1.870249e-17,-2.527286)"
+ x1="18.316999"
+ y1="48.643234"
+ x2="18.176752"
+ y2="52.536461" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2253"
+ id="linearGradient4035"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.104397,0,0,0.954047,1.870249e-17,-2.527286)"
+ x1="10.390738"
+ y1="5.3817744"
+ x2="32.536823"
+ y2="31.246054" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2752"
+ id="linearGradient4037"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(2.309851,0.432928)"
+ x1="8.1134243"
+ y1="88.509071"
+ x2="8.1134233"
+ y2="100.20015" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2752"
+ id="linearGradient4039"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(2.309851,0.432928)"
+ x1="8.1134243"
+ y1="88.509071"
+ x2="8.1134233"
+ y2="100.20015" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2752"
+ id="linearGradient4041"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(2.309851,0.432928)"
+ x1="8.1134243"
+ y1="88.509071"
+ x2="8.1134233"
+ y2="100.20015" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2635"
+ id="linearGradient4043"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.119206,0,0,0.473986,1.161626,-1.377609)"
+ x1="13.628710"
+ y1="101.28460"
+ x2="8.6485014"
+ y2="74.098007" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2711"
+ id="linearGradient4045"
+ gradientUnits="userSpaceOnUse"
+ x1="34.300991"
+ y1="3.9384086"
+ x2="35.520542"
+ y2="3.8451097" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2711"
+ id="linearGradient4047"
+ gradientUnits="userSpaceOnUse"
+ x1="34.300991"
+ y1="3.9384086"
+ x2="35.520542"
+ y2="3.8451097" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2711"
+ id="linearGradient4049"
+ gradientUnits="userSpaceOnUse"
+ x1="34.300991"
+ y1="3.9384086"
+ x2="35.520542"
+ y2="3.8451097" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2711"
+ id="linearGradient4051"
+ gradientUnits="userSpaceOnUse"
+ x1="34.300991"
+ y1="3.9384086"
+ x2="35.520542"
+ y2="3.8451097" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2711"
+ id="linearGradient4053"
+ gradientUnits="userSpaceOnUse"
+ x1="34.300991"
+ y1="3.9384086"
+ x2="35.520542"
+ y2="3.8451097" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3400"
+ id="linearGradient4064"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.77934,0,0,0.77934,73.6389,-5.946102)"
+ x1="-57.547276"
+ y1="38.652531"
+ x2="-57.495499"
+ y2="15.323487" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="0.12156863"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="4"
+ inkscape:cx="83.297457"
+ inkscape:cy="44.12705"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:window-width="822"
+ inkscape:window-height="818"
+ inkscape:window-x="612"
+ inkscape:window-y="30"
+ inkscape:showpageshadow="false" />
+ <metadata
+ id="metadata4">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title>Computer</dc:title>
+ <dc:date>2005-03-08</dc:date>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Jakub Steiner</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>workstation</rdf:li>
+ <rdf:li>computer</rdf:li>
+ <rdf:li>node</rdf:li>
+ <rdf:li>client</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+ <dc:source>http://jimmac.musichall.cz/</dc:source>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/publicdomain/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <g
+ id="g2860"
+ transform="matrix(0.779340,0.000000,0.000000,0.779340,4.553721,10.26381)">
+ <g
+ id="g3880"
+ transform="translate(7.165836,-12.94079)">
+ <path
+ sodipodi:type="arc"
+ 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"
+ id="path2862"
+ sodipodi:cx="24.218407"
+ sodipodi:cy="35.051105"
+ sodipodi:rx="16.882174"
+ sodipodi:ry="4.5520000"
+ 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"
+ transform="matrix(1.000000,0.000000,0.000000,1.368932,-1.978553,-13.61713)" />
+ <path
+ sodipodi:type="arc"
+ 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"
+ id="path2864"
+ sodipodi:cx="-35.658386"
+ sodipodi:cy="29.716238"
+ sodipodi:rx="9.3944187"
+ sodipodi:ry="3.9395950"
+ 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"
+ transform="translate(57.53339,3.203427)" />
+ <path
+ transform="matrix(0.940273,0.000000,0.000000,0.940273,55.40361,4.271194)"
+ 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"
+ sodipodi:ry="3.9395950"
+ sodipodi:rx="9.3944187"
+ sodipodi:cy="29.716238"
+ sodipodi:cx="-35.658386"
+ id="path2866"
+ 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"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:type="arc"
+ 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"
+ id="path2868"
+ sodipodi:cx="-35.658386"
+ sodipodi:cy="29.716238"
+ sodipodi:rx="9.3944187"
+ sodipodi:ry="3.9395950"
+ 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"
+ transform="matrix(0.940273,0.000000,0.000000,0.940273,55.40361,3.521194)" />
+ <path
+ sodipodi:nodetypes="ccccccccccccccccc"
+ 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"
+ 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 "
+ id="path2870" />
+ <path
+ transform="matrix(1.000000,0.000000,0.000000,1.368932,-1.978553,-19.02126)"
+ 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"
+ sodipodi:ry="4.5520000"
+ sodipodi:rx="16.882174"
+ sodipodi:cy="35.051105"
+ sodipodi:cx="24.218407"
+ id="path2872"
+ 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"
+ sodipodi:type="arc" />
+ <rect
+ y="30.703611"
+ x="17.472397"
+ height="2.7400389"
+ width="9.0396729"
+ id="rect2874"
+ 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" />
+ <path
+ 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"
+ 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 "
+ id="path2876"
+ sodipodi:nodetypes="cssssssss" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ id="path2878"
+ 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 "
+ 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" />
+ <path
+ 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"
+ d="M 6.1774331,28.735789 L 37.605910,28.735789"
+ id="path2880" />
+ <path
+ sodipodi:nodetypes="cssssssss"
+ id="path2882"
+ 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 "
+ 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" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ 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"
+ 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 "
+ id="path2884" />
+ <path
+ transform="matrix(1.264398,0.000000,0.000000,1.291262,-6.216332,-4.000423)"
+ 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"
+ sodipodi:ry="4.5520000"
+ sodipodi:rx="16.882174"
+ sodipodi:cy="35.051105"
+ sodipodi:cx="24.218407"
+ id="path2886"
+ 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"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:nodetypes="cssssssss"
+ id="path2888"
+ 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 "
+ 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" />
+ <path
+ sodipodi:nodetypes="ccccccccc"
+ id="path2890"
+ 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 "
+ 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" />
+ <path
+ id="path2892"
+ 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 "
+ 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" />
+ <path
+ 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"
+ 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 "
+ id="path2894" />
+ <path
+ id="path2896"
+ 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 "
+ 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" />
+ <path
+ 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"
+ 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 "
+ id="path2898"
+ sodipodi:nodetypes="ccccccccc" />
+ <path
+ 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"
+ 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 "
+ id="path2900" />
+ <path
+ 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"
+ 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 "
+ id="path2902"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ transform="matrix(1.331237,0.000000,0.000000,0.658449,-10.41933,2.853866)"
+ 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"
+ sodipodi:ry="0.83968931"
+ sodipodi:rx="0.83968931"
+ sodipodi:cy="3.9384086"
+ sodipodi:cx="34.780815"
+ id="path2904"
+ 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"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:type="arc"
+ 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"
+ id="path2906"
+ sodipodi:cx="34.780815"
+ sodipodi:cy="3.9384086"
+ sodipodi:rx="0.83968931"
+ sodipodi:ry="0.83968931"
+ 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"
+ transform="matrix(1.331237,0.000000,0.000000,0.658449,-10.30573,4.959651)" />
+ <path
+ transform="matrix(1.331237,0.000000,0.000000,0.658449,-10.19213,6.959651)"
+ 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"
+ sodipodi:ry="0.83968931"
+ sodipodi:rx="0.83968931"
+ sodipodi:cy="3.9384086"
+ sodipodi:cx="34.780815"
+ id="path2908"
+ 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"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:type="arc"
+ 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"
+ id="path2910"
+ sodipodi:cx="34.780815"
+ sodipodi:cy="3.9384086"
+ sodipodi:rx="0.83968931"
+ sodipodi:ry="0.83968931"
+ 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"
+ transform="matrix(1.331237,0.000000,0.000000,0.658449,-10.07853,8.959651)" />
+ <path
+ transform="matrix(1.331237,0.000000,0.000000,0.658449,-9.964930,10.95965)"
+ 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"
+ sodipodi:ry="0.83968931"
+ sodipodi:rx="0.83968931"
+ sodipodi:cy="3.9384086"
+ sodipodi:cx="34.780815"
+ id="path2912"
+ 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"
+ sodipodi:type="arc" />
+ <path
+ id="path2914"
+ 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"
+ 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" />
+ </g>
+ </g>
+ <g
+ id="g3953"
+ transform="matrix(0.779340,0.000000,0.000000,0.779340,-6.030902,20.34909)">
+ <g
+ id="g3955"
+ transform="translate(7.165836,-12.94079)">
+ <path
+ sodipodi:type="arc"
+ 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"
+ id="path3957"
+ sodipodi:cx="24.218407"
+ sodipodi:cy="35.051105"
+ sodipodi:rx="16.882174"
+ sodipodi:ry="4.5520000"
+ 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"
+ transform="matrix(1.000000,0.000000,0.000000,1.368932,-1.978553,-13.61713)" />
+ <path
+ sodipodi:type="arc"
+ 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"
+ id="path3959"
+ sodipodi:cx="-35.658386"
+ sodipodi:cy="29.716238"
+ sodipodi:rx="9.3944187"
+ sodipodi:ry="3.9395950"
+ 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"
+ transform="translate(57.53339,3.203427)" />
+ <path
+ transform="matrix(0.940273,0.000000,0.000000,0.940273,55.40361,4.271194)"
+ 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"
+ sodipodi:ry="3.9395950"
+ sodipodi:rx="9.3944187"
+ sodipodi:cy="29.716238"
+ sodipodi:cx="-35.658386"
+ id="path3961"
+ 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"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:type="arc"
+ 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"
+ id="path3963"
+ sodipodi:cx="-35.658386"
+ sodipodi:cy="29.716238"
+ sodipodi:rx="9.3944187"
+ sodipodi:ry="3.9395950"
+ 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"
+ transform="matrix(0.940273,0.000000,0.000000,0.940273,55.40361,3.521194)" />
+ <path
+ sodipodi:nodetypes="ccccccccccccccccc"
+ 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"
+ 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 "
+ id="path3965" />
+ <path
+ transform="matrix(1.000000,0.000000,0.000000,1.368932,-1.978553,-19.02126)"
+ 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"
+ sodipodi:ry="4.5520000"
+ sodipodi:rx="16.882174"
+ sodipodi:cy="35.051105"
+ sodipodi:cx="24.218407"
+ id="path3967"
+ 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"
+ sodipodi:type="arc" />
+ <rect
+ y="30.703611"
+ x="17.472397"
+ height="2.7400389"
+ width="9.0396729"
+ id="rect3969"
+ 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" />
+ <path
+ 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"
+ 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 "
+ id="path3971"
+ sodipodi:nodetypes="cssssssss" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ id="path3973"
+ 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 "
+ 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" />
+ <path
+ 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"
+ d="M 6.1774331,28.735789 L 37.605910,28.735789"
+ id="path3975" />
+ <path
+ sodipodi:nodetypes="cssssssss"
+ id="path3977"
+ 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 "
+ 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" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ 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"
+ 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 "
+ id="path3979" />
+ <path
+ transform="matrix(1.264398,0.000000,0.000000,1.291262,-6.216332,-4.000423)"
+ 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"
+ sodipodi:ry="4.5520000"
+ sodipodi:rx="16.882174"
+ sodipodi:cy="35.051105"
+ sodipodi:cx="24.218407"
+ id="path3981"
+ 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"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:nodetypes="cssssssss"
+ id="path3983"
+ 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 "
+ 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" />
+ <path
+ sodipodi:nodetypes="ccccccccc"
+ id="path3985"
+ 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 "
+ 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" />
+ <path
+ id="path3987"
+ 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 "
+ 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" />
+ <path
+ 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"
+ 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 "
+ id="path3989" />
+ <path
+ id="path3991"
+ 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 "
+ 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" />
+ <path
+ 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"
+ 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 "
+ id="path3993"
+ sodipodi:nodetypes="ccccccccc" />
+ <path
+ 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"
+ 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 "
+ id="path3995" />
+ <path
+ 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"
+ 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 "
+ id="path3997"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ transform="matrix(1.331237,0.000000,0.000000,0.658449,-10.41933,2.853866)"
+ 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"
+ sodipodi:ry="0.83968931"
+ sodipodi:rx="0.83968931"
+ sodipodi:cy="3.9384086"
+ sodipodi:cx="34.780815"
+ id="path3999"
+ 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"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:type="arc"
+ 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"
+ id="path4001"
+ sodipodi:cx="34.780815"
+ sodipodi:cy="3.9384086"
+ sodipodi:rx="0.83968931"
+ sodipodi:ry="0.83968931"
+ 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"
+ transform="matrix(1.331237,0.000000,0.000000,0.658449,-10.30573,4.959651)" />
+ <path
+ transform="matrix(1.331237,0.000000,0.000000,0.658449,-10.19213,6.959651)"
+ 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"
+ sodipodi:ry="0.83968931"
+ sodipodi:rx="0.83968931"
+ sodipodi:cy="3.9384086"
+ sodipodi:cx="34.780815"
+ id="path4003"
+ 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"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:type="arc"
+ 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"
+ id="path4005"
+ sodipodi:cx="34.780815"
+ sodipodi:cy="3.9384086"
+ sodipodi:rx="0.83968931"
+ sodipodi:ry="0.83968931"
+ 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"
+ transform="matrix(1.331237,0.000000,0.000000,0.658449,-10.07853,8.959651)" />
+ <path
+ transform="matrix(1.331237,0.000000,0.000000,0.658449,-9.964930,10.95965)"
+ 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"
+ sodipodi:ry="0.83968931"
+ sodipodi:rx="0.83968931"
+ sodipodi:cy="3.9384086"
+ sodipodi:cx="34.780815"
+ id="path4007"
+ 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"
+ sodipodi:type="arc" />
+ <path
+ id="path4009"
+ 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"
+ 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" />
+ </g>
+ </g>
+ </g>
+</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 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ inkscape:export-ydpi="90.000000"
+ inkscape:export-xdpi="90.000000"
+ inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png"
+ width="48px"
+ height="48px"
+ id="svg11300"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/devices"
+ sodipodi:docname="network-wireless.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs3">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ id="perspective43" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient6719"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5060">
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0"
+ id="stop5062" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop5064" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient6717"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <linearGradient
+ id="linearGradient5048">
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="0"
+ id="stop5050" />
+ <stop
+ id="stop5056"
+ offset="0.5"
+ style="stop-color:black;stop-opacity:1;" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop5052" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5048"
+ id="linearGradient6715"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
+ x1="302.85715"
+ y1="366.64789"
+ x2="302.85715"
+ y2="609.50507" />
+ <linearGradient
+ id="linearGradient11520">
+ <stop
+ id="stop11522"
+ offset="0.0000000"
+ style="stop-color:#ffffff;stop-opacity:1.0000000;" />
+ <stop
+ id="stop11524"
+ offset="1.0000000"
+ style="stop-color:#dcdcdc;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11508"
+ inkscape:collect="always">
+ <stop
+ id="stop11510"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ id="stop11512"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11494"
+ inkscape:collect="always">
+ <stop
+ id="stop11496"
+ offset="0"
+ style="stop-color:#ef2929;stop-opacity:1;" />
+ <stop
+ id="stop11498"
+ offset="1"
+ style="stop-color:#ef2929;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11508"
+ id="radialGradient1348"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,-1.435476e-15,29.48178)"
+ cx="30.203562"
+ cy="44.565483"
+ fx="30.203562"
+ fy="44.565483"
+ r="6.5659914" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11494"
+ id="radialGradient1352"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
+ cx="27.577173"
+ cy="16.049133"
+ fx="27.577173"
+ fy="16.049133"
+ r="3.8335034" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11494"
+ id="radialGradient1354"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
+ cx="27.577173"
+ cy="15.048258"
+ fx="27.577173"
+ fy="15.048258"
+ r="3.8335034" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11508"
+ id="radialGradient1356"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,2.220359e-14,29.48178)"
+ cx="30.203562"
+ cy="44.565483"
+ fx="30.203562"
+ fy="44.565483"
+ r="6.5659914" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11520"
+ id="radialGradient1366"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.995058,-1.651527e-32,0.000000,1.995058,-24.32488,-35.70087)"
+ cx="24.445690"
+ cy="35.878170"
+ fx="24.445690"
+ fy="35.878170"
+ r="20.530962" />
+ </defs>
+ <sodipodi:namedview
+ stroke="#ef2929"
+ fill="#eeeeec"
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="0.25490196"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="7"
+ inkscape:cx="23.818102"
+ inkscape:cy="22.612601"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:showpageshadow="false"
+ inkscape:window-width="876"
+ inkscape:window-height="818"
+ inkscape:window-x="198"
+ inkscape:window-y="30" />
+ <metadata
+ id="metadata4">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Jakub Steiner</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:source>http://jimmac.musichall.cz</dc:source>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+ <dc:title>Wi-Fi network</dc:title>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/publicdomain/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <g
+ transform="matrix(2.243425e-2,0,0,2.086758e-2,44.31095,40.86789)"
+ id="g6707">
+ <rect
+ 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"
+ id="rect6709"
+ width="1339.6335"
+ height="478.35718"
+ x="-1559.2523"
+ y="-150.69685" />
+ <path
+ 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"
+ 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 "
+ id="path6711"
+ sodipodi:nodetypes="cccc" />
+ <path
+ sodipodi:nodetypes="cccc"
+ id="path6713"
+ 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 "
+ 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>
+ <rect
+ ry="5.4548240"
+ rx="5.4548240"
+ y="3.5233452"
+ x="4.4147282"
+ height="40.061924"
+ width="40.061924"
+ id="rect11518"
+ 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" />
+ <path
+ 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"
+ d="M 20.224903,38.955668 L 24.819938,24.359674 L 30.135763,38.955668"
+ id="path11486"
+ sodipodi:nodetypes="ccc" />
+ <path
+ transform="matrix(0.689220,0.000000,0.000000,0.689220,5.768155,11.06900)"
+ 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"
+ sodipodi:ry="3.3335035"
+ sodipodi:rx="3.3335035"
+ sodipodi:cy="18.604561"
+ sodipodi:cx="27.577164"
+ id="path11482"
+ 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"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:type="arc"
+ 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"
+ id="path11488"
+ sodipodi:cx="27.577164"
+ sodipodi:cy="18.604561"
+ sodipodi:rx="3.3335035"
+ sodipodi:ry="3.3335035"
+ 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"
+ transform="matrix(2.382303,0.000000,0.000000,2.382303,-40.92229,-20.43007)" />
+ <path
+ transform="matrix(4.657608,0.000000,0.000000,4.657608,-103.6690,-62.76113)"
+ 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"
+ sodipodi:ry="3.3335035"
+ sodipodi:rx="3.3335035"
+ sodipodi:cy="18.604561"
+ sodipodi:cx="27.577164"
+ id="path11490"
+ 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"
+ sodipodi:type="arc" />
+ <path
+ transform="matrix(1.567741,0.000000,0.000000,1.567741,-22.25656,-31.99559)"
+ 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"
+ sodipodi:ry="2.2223356"
+ sodipodi:rx="6.5659914"
+ sodipodi:cy="44.565483"
+ sodipodi:cx="30.203562"
+ id="path11506"
+ 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"
+ sodipodi:type="arc" />
+ <path
+ id="path11516"
+ 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"
+ 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" />
+ <rect
+ 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"
+ id="rect11528"
+ width="37.696587"
+ height="37.696587"
+ x="5.5973887"
+ y="4.7060070"
+ rx="4.2426391"
+ ry="4.2426391" />
+ </g>
+</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 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ inkscape:export-ydpi="90.000000"
+ inkscape:export-xdpi="90.000000"
+ inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png"
+ width="48px"
+ height="48px"
+ id="svg11300"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/apps"
+ sodipodi:docname="preferences-desktop-font.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs3">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ id="perspective34" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient6719"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5060">
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0"
+ id="stop5062" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop5064" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient6717"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <linearGradient
+ id="linearGradient5048">
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="0"
+ id="stop5050" />
+ <stop
+ id="stop5056"
+ offset="0.5"
+ style="stop-color:black;stop-opacity:1;" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop5052" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5048"
+ id="linearGradient6715"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
+ x1="302.85715"
+ y1="366.64789"
+ x2="302.85715"
+ y2="609.50507" />
+ <linearGradient
+ id="linearGradient11520">
+ <stop
+ id="stop11522"
+ offset="0.0000000"
+ style="stop-color:#ffffff;stop-opacity:1.0000000;" />
+ <stop
+ id="stop11524"
+ offset="1.0000000"
+ style="stop-color:#dcdcdc;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11508"
+ inkscape:collect="always">
+ <stop
+ id="stop11510"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ id="stop11512"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11508"
+ id="radialGradient1348"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,-1.435476e-15,29.48178)"
+ cx="30.203562"
+ cy="44.565483"
+ fx="30.203562"
+ fy="44.565483"
+ r="6.5659914" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11520"
+ id="radialGradient1366"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.995058,-1.651527e-32,0.000000,1.995058,-24.32488,-35.70087)"
+ cx="24.445690"
+ cy="35.878170"
+ fx="24.445690"
+ fy="35.878170"
+ r="20.530962" />
+ </defs>
+ <sodipodi:namedview
+ stroke="#ef2929"
+ fill="#eeeeec"
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="0.25490196"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="-138.1819"
+ inkscape:cy="22.612601"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:showpageshadow="false"
+ inkscape:window-width="872"
+ inkscape:window-height="707"
+ inkscape:window-x="271"
+ inkscape:window-y="141" />
+ <metadata
+ id="metadata4">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Jakub Steiner</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:source>http://jimmac.musichall.cz</dc:source>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+ <dc:title>Wi-Fi network</dc:title>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/publicdomain/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <g
+ transform="matrix(2.33489e-2,0,0,2.564584e-2,45.48163,38.7308)"
+ id="g6707">
+ <rect
+ 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"
+ id="rect6709"
+ width="1339.6335"
+ height="478.35718"
+ x="-1559.2523"
+ y="-150.69685" />
+ <path
+ 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"
+ 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 "
+ id="path6711"
+ sodipodi:nodetypes="cccc" />
+ <path
+ sodipodi:nodetypes="cccc"
+ id="path6713"
+ 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 "
+ 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>
+ <rect
+ ry="5.4548240"
+ rx="5.4548240"
+ y="3.5233452"
+ x="4.4147282"
+ height="40.061924"
+ width="40.061924"
+ id="rect11518"
+ 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" />
+ <rect
+ 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"
+ id="rect11528"
+ width="37.696587"
+ height="37.696587"
+ x="5.5973887"
+ y="4.7060070"
+ rx="4.2426391"
+ ry="4.2426391" />
+ <path
+ 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"
+ 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"
+ id="text3423" />
+ <path
+ 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"
+ 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"
+ id="text3427" />
+ <path
+ 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"
+ 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"
+ id="text3431" />
+ </g>
+</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 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ inkscape:export-ydpi="90.000000"
+ inkscape:export-xdpi="90.000000"
+ inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png"
+ width="48px"
+ height="48px"
+ id="svg11300"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/apps"
+ sodipodi:docname="preferences-desktop-locale.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs3">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ id="perspective133" />
+ <linearGradient
+ id="linearGradient2913">
+ <stop
+ style="stop-color:white;stop-opacity:0.43877551;"
+ offset="0"
+ id="stop2915" />
+ <stop
+ id="stop2921"
+ offset="0.5"
+ style="stop-color:white;stop-opacity:1;" />
+ <stop
+ style="stop-color:white;stop-opacity:0;"
+ offset="1"
+ id="stop2917" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2877">
+ <stop
+ style="stop-color:#75507b;stop-opacity:1;"
+ offset="0"
+ id="stop2879" />
+ <stop
+ id="stop2885"
+ offset="0.25709054"
+ style="stop-color:#a984af;stop-opacity:1;" />
+ <stop
+ style="stop-color:#513755;stop-opacity:1;"
+ offset="0.5655992"
+ id="stop2887" />
+ <stop
+ style="stop-color:#875c8e;stop-opacity:1;"
+ offset="1"
+ id="stop2881" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2865">
+ <stop
+ style="stop-color:#73d216;stop-opacity:1;"
+ offset="0"
+ id="stop2867" />
+ <stop
+ id="stop2873"
+ offset="0.25568181"
+ style="stop-color:#9ced4b;stop-opacity:1;" />
+ <stop
+ style="stop-color:#64b813;stop-opacity:1;"
+ offset="0.59400827"
+ id="stop2875" />
+ <stop
+ style="stop-color:#8eea34;stop-opacity:1;"
+ offset="1"
+ id="stop2869" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient6719"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5060">
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0"
+ id="stop5062" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop5064" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient6717"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <linearGradient
+ id="linearGradient5048">
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="0"
+ id="stop5050" />
+ <stop
+ id="stop5056"
+ offset="0.5"
+ style="stop-color:black;stop-opacity:1;" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop5052" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5048"
+ id="linearGradient6715"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
+ x1="302.85715"
+ y1="366.64789"
+ x2="302.85715"
+ y2="609.50507" />
+ <linearGradient
+ id="linearGradient16542">
+ <stop
+ style="stop-color:#2e3436;stop-opacity:1;"
+ offset="0"
+ id="stop16544" />
+ <stop
+ id="stop16550"
+ offset="0.27272728"
+ style="stop-color:#505a5d;stop-opacity:1;" />
+ <stop
+ style="stop-color:#141717;stop-opacity:1;"
+ offset="0.63636363"
+ id="stop16554" />
+ <stop
+ style="stop-color:#2e3436;stop-opacity:1;"
+ offset="1"
+ id="stop16546" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient16532">
+ <stop
+ style="stop-color:#cc0000;stop-opacity:1;"
+ offset="0"
+ id="stop16534" />
+ <stop
+ id="stop16540"
+ offset="0.24242425"
+ style="stop-color:#ff4747;stop-opacity:1;" />
+ <stop
+ style="stop-color:#9b1212;stop-opacity:1;"
+ offset="0.6097337"
+ id="stop16552" />
+ <stop
+ style="stop-color:#cc0000;stop-opacity:1;"
+ offset="1"
+ id="stop16536" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient16522">
+ <stop
+ style="stop-color:#edd400;stop-opacity:1;"
+ offset="0"
+ id="stop16524" />
+ <stop
+ id="stop16530"
+ offset="0.27272728"
+ style="stop-color:#fff491;stop-opacity:1;" />
+ <stop
+ style="stop-color:#edd400;stop-opacity:1;"
+ offset="1"
+ id="stop16526" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient16514">
+ <stop
+ id="stop16516"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ style="stop-color:#bebebe;stop-opacity:1;"
+ offset="0.42424244"
+ id="stop16518" />
+ <stop
+ id="stop16520"
+ offset="1"
+ style="stop-color:#ebebeb;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient16494">
+ <stop
+ style="stop-color:#204a87;stop-opacity:1;"
+ offset="0"
+ id="stop16496" />
+ <stop
+ id="stop16502"
+ offset="0.21212122"
+ style="stop-color:#3f7bd2;stop-opacity:1;" />
+ <stop
+ style="stop-color:#204a87;stop-opacity:1;"
+ offset="1"
+ id="stop16498" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient16468">
+ <stop
+ style="stop-color:#cc0000;stop-opacity:1;"
+ offset="0"
+ id="stop16470" />
+ <stop
+ id="stop16476"
+ offset="0.15151516"
+ style="stop-color:#ff3737;stop-opacity:1;" />
+ <stop
+ style="stop-color:#b41414;stop-opacity:1;"
+ offset="0.57575756"
+ id="stop16478" />
+ <stop
+ style="stop-color:#ff4c4c;stop-opacity:1;"
+ offset="1"
+ id="stop16472" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient16451">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop16453" />
+ <stop
+ id="stop16459"
+ offset="0.42424244"
+ style="stop-color:#bebebe;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ebebeb;stop-opacity:1;"
+ offset="1"
+ id="stop16455" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11520">
+ <stop
+ id="stop11522"
+ offset="0.0000000"
+ style="stop-color:#ffffff;stop-opacity:1.0000000;" />
+ <stop
+ id="stop11524"
+ offset="1.0000000"
+ style="stop-color:#dcdcdc;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11508"
+ inkscape:collect="always">
+ <stop
+ id="stop11510"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ id="stop11512"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11494"
+ inkscape:collect="always">
+ <stop
+ id="stop11496"
+ offset="0"
+ style="stop-color:#ef2929;stop-opacity:1;" />
+ <stop
+ id="stop11498"
+ offset="1"
+ style="stop-color:#ef2929;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11415">
+ <stop
+ id="stop11417"
+ offset="0.0000000"
+ style="stop-color:#204a87;stop-opacity:0.0000000;" />
+ <stop
+ style="stop-color:#204a87;stop-opacity:1.0000000;"
+ offset="0.50000000"
+ id="stop11423" />
+ <stop
+ id="stop11419"
+ offset="1"
+ style="stop-color:#204a87;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11399"
+ inkscape:collect="always">
+ <stop
+ id="stop11401"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ id="stop11403"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(-60.28571,-0.285714)"
+ y2="34.462429"
+ x2="43.615788"
+ y1="3.7744560"
+ x1="15.828360"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11425"
+ xlink:href="#linearGradient11415"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(-60.57143,0.000000)"
+ y2="39.033859"
+ x2="35.679932"
+ y1="9.3458843"
+ x1="9.6957054"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11427"
+ xlink:href="#linearGradient11415"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="33.462429"
+ x2="26.758644"
+ y1="19.774456"
+ x1="13.267134"
+ gradientTransform="translate(-60.85714,0.428571)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11439"
+ xlink:href="#linearGradient11415"
+ inkscape:collect="always" />
+ <radialGradient
+ r="8.5000000"
+ fy="39.142857"
+ fx="12.071428"
+ cy="39.142857"
+ cx="12.071428"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.487395,0.000000,20.06483)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11441"
+ xlink:href="#linearGradient11399"
+ inkscape:collect="always" />
+ <radialGradient
+ gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
+ gradientUnits="userSpaceOnUse"
+ r="3.8335034"
+ fy="15.048258"
+ fx="27.577173"
+ cy="15.048258"
+ cx="27.577173"
+ id="radialGradient11500"
+ xlink:href="#linearGradient11494"
+ inkscape:collect="always" />
+ <radialGradient
+ r="3.8335034"
+ fy="16.049133"
+ fx="27.577173"
+ cy="16.049133"
+ cx="27.577173"
+ gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11504"
+ xlink:href="#linearGradient11494"
+ inkscape:collect="always" />
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,2.166583e-14,29.48178)"
+ r="6.5659914"
+ fy="44.565483"
+ fx="30.203562"
+ cy="44.565483"
+ cx="30.203562"
+ id="radialGradient11514"
+ xlink:href="#linearGradient11508"
+ inkscape:collect="always" />
+ <radialGradient
+ gradientTransform="matrix(1.995058,-1.651527e-32,0.000000,1.995058,-24.32488,-35.70087)"
+ gradientUnits="userSpaceOnUse"
+ r="20.530962"
+ fy="35.878170"
+ fx="24.445690"
+ cy="35.878170"
+ cx="24.445690"
+ id="radialGradient11526"
+ xlink:href="#linearGradient11520"
+ inkscape:collect="always" />
+ <radialGradient
+ r="6.5659914"
+ fy="44.565483"
+ fx="30.203562"
+ cy="44.565483"
+ cx="30.203562"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,3.185827e-15,29.48178)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11532"
+ xlink:href="#linearGradient11508"
+ inkscape:collect="always" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11508"
+ id="radialGradient1348"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,-1.353344e-14,29.48178)"
+ cx="30.203562"
+ cy="44.565483"
+ fx="30.203562"
+ fy="44.565483"
+ r="6.5659914" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11520"
+ id="radialGradient1350"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.995058,-1.651527e-32,0.000000,1.995058,-24.32488,-35.70087)"
+ cx="24.445690"
+ cy="35.878170"
+ fx="24.445690"
+ fy="35.878170"
+ r="20.530962" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11494"
+ id="radialGradient1352"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
+ cx="27.577173"
+ cy="16.049133"
+ fx="27.577173"
+ fy="16.049133"
+ r="3.8335034" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11494"
+ id="radialGradient1354"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
+ cx="27.577173"
+ cy="15.048258"
+ fx="27.577173"
+ fy="15.048258"
+ r="3.8335034" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11508"
+ id="radialGradient1356"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,2.220359e-14,29.48178)"
+ cx="30.203562"
+ cy="44.565483"
+ fx="30.203562"
+ fy="44.565483"
+ r="6.5659914" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11520"
+ id="radialGradient1366"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.049266,-1.696401e-32,0.000000,2.049266,-25.65002,-37.31089)"
+ cx="24.445690"
+ cy="35.878170"
+ fx="24.445690"
+ fy="35.878170"
+ r="20.530962" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16451"
+ id="linearGradient16457"
+ x1="0.91421354"
+ y1="16.710525"
+ x2="37.623106"
+ y2="16.710525"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16451"
+ id="linearGradient16464"
+ gradientUnits="userSpaceOnUse"
+ x1="0.91421354"
+ y1="16.710525"
+ x2="37.623106"
+ y2="16.710525"
+ gradientTransform="matrix(0.98006,0,0,1,0.116103,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16468"
+ id="linearGradient16474"
+ x1="2"
+ y1="23.791154"
+ x2="36"
+ y2="23.791154"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16468"
+ id="linearGradient16482"
+ gradientUnits="userSpaceOnUse"
+ x1="2"
+ y1="23.791154"
+ x2="36"
+ y2="23.791154"
+ gradientTransform="translate(0,-5.624133)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16468"
+ id="linearGradient16486"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-11.24827)"
+ x1="2"
+ y1="23.791154"
+ x2="36"
+ y2="23.791154" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16468"
+ id="linearGradient16490"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-16.8724)"
+ x1="2"
+ y1="23.791154"
+ x2="36"
+ y2="23.791154" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16494"
+ id="linearGradient16500"
+ x1="2"
+ y1="8.5017858"
+ x2="19"
+ y2="8.5017858"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16522"
+ id="linearGradient16528"
+ x1="11.002116"
+ y1="29.756583"
+ x2="46.998972"
+ y2="29.756583"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16532"
+ id="linearGradient16538"
+ x1="11.976621"
+ y1="29.748671"
+ x2="46.138718"
+ y2="29.748671"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16542"
+ id="linearGradient16548"
+ x1="11.976621"
+ y1="21.723522"
+ x2="46.138718"
+ y2="21.723522"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16451"
+ id="linearGradient16577"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.98006,0,0,1,0.116103,0)"
+ x1="0.91421354"
+ y1="16.710525"
+ x2="37.623106"
+ y2="16.710525" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16468"
+ id="linearGradient16579"
+ gradientUnits="userSpaceOnUse"
+ x1="2"
+ y1="23.791154"
+ x2="36"
+ y2="23.791154" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16468"
+ id="linearGradient16581"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-11.24827)"
+ x1="2"
+ y1="23.791154"
+ x2="36"
+ y2="23.791154" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16468"
+ id="linearGradient16583"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-5.624133)"
+ x1="2"
+ y1="23.791154"
+ x2="36"
+ y2="23.791154" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16468"
+ id="linearGradient16585"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-16.8724)"
+ x1="2"
+ y1="23.791154"
+ x2="36"
+ y2="23.791154" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16494"
+ id="linearGradient16587"
+ gradientUnits="userSpaceOnUse"
+ x1="2"
+ y1="8.5017858"
+ x2="19"
+ y2="8.5017858" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5048"
+ id="linearGradient6761"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
+ x1="302.85715"
+ y1="366.64789"
+ x2="302.85715"
+ y2="609.50507" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient6763"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient6765"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16494"
+ id="linearGradient2006"
+ gradientUnits="userSpaceOnUse"
+ x1="2"
+ y1="8.5017858"
+ x2="19"
+ y2="8.5017858"
+ gradientTransform="translate(2.121318,2.032932)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16468"
+ id="linearGradient2010"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(2.121318,-14.83947)"
+ x1="2"
+ y1="23.791154"
+ x2="36"
+ y2="23.791154" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16468"
+ id="linearGradient2013"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(2.121318,-3.591201)"
+ x1="2"
+ y1="23.791154"
+ x2="36"
+ y2="23.791154" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16468"
+ id="linearGradient2016"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(2.121318,-9.215338)"
+ x1="2"
+ y1="23.791154"
+ x2="36"
+ y2="23.791154" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16468"
+ id="linearGradient2019"
+ gradientUnits="userSpaceOnUse"
+ x1="2"
+ y1="23.791154"
+ x2="36"
+ y2="23.791154"
+ gradientTransform="translate(2.121318,2.032932)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2865"
+ id="linearGradient2871"
+ x1="10.029842"
+ y1="28.695923"
+ x2="46.026698"
+ y2="28.695923"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2877"
+ id="linearGradient2883"
+ x1="3.1234348"
+ y1="17.789515"
+ x2="39.12029"
+ y2="17.789515"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2913"
+ id="linearGradient2919"
+ x1="10.964451"
+ y1="28.712873"
+ x2="36.336609"
+ y2="27.445059"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2913"
+ id="linearGradient3205"
+ gradientUnits="userSpaceOnUse"
+ x1="4.1213179"
+ y1="24.253414"
+ x2="33.066338"
+ y2="25.661276" />
+ </defs>
+ <sodipodi:namedview
+ stroke="#ef2929"
+ fill="#edd400"
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="0.25490196"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="-139"
+ inkscape:cy="14.5"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:showpageshadow="false"
+ inkscape:window-width="804"
+ inkscape:window-height="688"
+ inkscape:window-x="630"
+ inkscape:window-y="30" />
+ <metadata
+ id="metadata4">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Jakub Steiner</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:source>http://jimmac.musichall.cz</dc:source>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+ <dc:title>Locale Preferences</dc:title>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>locale preferences</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/publicdomain/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <g
+ id="g6753"
+ transform="matrix(1.971468e-2,0,0,3.343226e-2,38.92492,24.71253)">
+ <rect
+ y="-150.69685"
+ x="-1559.2523"
+ height="478.35718"
+ width="1339.6335"
+ id="rect6755"
+ 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" />
+ <path
+ sodipodi:nodetypes="cccc"
+ id="path6757"
+ 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 "
+ 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" />
+ <path
+ 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"
+ 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 "
+ id="path6759"
+ sodipodi:nodetypes="cccc" />
+ </g>
+ <g
+ transform="matrix(1.971468e-2,0,0,3.343226e-2,46.17276,35.14236)"
+ id="g6707">
+ <rect
+ 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"
+ id="rect6709"
+ width="1339.6335"
+ height="478.35718"
+ x="-1559.2523"
+ y="-150.69685" />
+ <path
+ 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"
+ 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 "
+ id="path6711"
+ sodipodi:nodetypes="cccc" />
+ <path
+ sodipodi:nodetypes="cccc"
+ id="path6713"
+ 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 "
+ 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
+ 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"
+ 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 "
+ id="rect15576"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ id="path16462"
+ 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 "
+ 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" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ id="path16504"
+ 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 "
+ 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" />
+ <path
+ 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"
+ 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 "
+ id="path16506"
+ sodipodi:nodetypes="ccccc" />
+ </g>
+</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 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48.000000px"
+ height="48.000000px"
+ id="svg2327"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ sodipodi:docbase="/home/tigert/cvs/freedesktop.org/tango-icon-theme/scalable/apps"
+ sodipodi:docname="preferences-desktop-wallpaper.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs3">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ id="perspective115" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2399">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop2401" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop2403" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4930">
+ <stop
+ style="stop-color:#babdb6;stop-opacity:1;"
+ offset="0"
+ id="stop4932" />
+ <stop
+ style="stop-color:#50544c;stop-opacity:1;"
+ offset="1"
+ id="stop4934" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4920">
+ <stop
+ style="stop-color:#2c65b9;stop-opacity:1;"
+ offset="0"
+ id="stop4922" />
+ <stop
+ style="stop-color:#2c65b9;stop-opacity:0;"
+ offset="1"
+ id="stop4924" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4910">
+ <stop
+ style="stop-color:#6a6352;stop-opacity:1;"
+ offset="0"
+ id="stop4912" />
+ <stop
+ style="stop-color:#3b372e;stop-opacity:1;"
+ offset="1"
+ id="stop4914" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4902">
+ <stop
+ style="stop-color:#204a87;stop-opacity:1;"
+ offset="0"
+ id="stop4904" />
+ <stop
+ style="stop-color:#173561;stop-opacity:1;"
+ offset="1"
+ id="stop4906" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4892">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop4894" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4896" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4882">
+ <stop
+ style="stop-color:#e7e5e0;stop-opacity:1;"
+ offset="0"
+ id="stop4884" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4886" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4872">
+ <stop
+ style="stop-color:#e5d28f;stop-opacity:1;"
+ offset="0"
+ id="stop4874" />
+ <stop
+ style="stop-color:#ab8f2a;stop-opacity:1;"
+ offset="1"
+ id="stop4876" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2329">
+ <stop
+ id="stop2331"
+ offset="0.0000000"
+ style="stop-color:#ffffff;stop-opacity:1.0000000;" />
+ <stop
+ id="stop2333"
+ offset="1.0000000"
+ style="stop-color:#ffffff;stop-opacity:0.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2321"
+ inkscape:collect="always">
+ <stop
+ id="stop2323"
+ offset="0"
+ style="stop-color:#7b7f7a;stop-opacity:1;" />
+ <stop
+ id="stop2325"
+ offset="1"
+ style="stop-color:#7b7f7a;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2711">
+ <stop
+ id="stop2713"
+ offset="0.0000000"
+ style="stop-color:#909090;stop-opacity:1.0000000;" />
+ <stop
+ id="stop2715"
+ offset="1.0000000"
+ style="stop-color:#bebebe;stop-opacity:0.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2701">
+ <stop
+ id="stop2703"
+ offset="0.0000000"
+ style="stop-color:#585956;stop-opacity:1.0000000;" />
+ <stop
+ id="stop2705"
+ offset="1.0000000"
+ style="stop-color:#bbbeb8;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2683"
+ inkscape:collect="always">
+ <stop
+ id="stop2685"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ id="stop2687"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2667">
+ <stop
+ id="stop2669"
+ offset="0.0000000"
+ style="stop-color:#ffffff;stop-opacity:1.0000000;" />
+ <stop
+ id="stop2671"
+ offset="1.0000000"
+ style="stop-color:#fcfcff;stop-opacity:0.0000000;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2454">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop2456" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop2458" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2415">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop2417" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop2419" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2253">
+ <stop
+ style="stop-color:#8f8f8f;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop2255" />
+ <stop
+ style="stop-color:#494949;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop2257" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2245">
+ <stop
+ style="stop-color:#dde1d9;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop2247" />
+ <stop
+ style="stop-color:#cacdc6;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop2249" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2245"
+ id="linearGradient2251"
+ gradientTransform="matrix(1.129863,0.000000,0.000000,0.885063,2.875000,1.570628)"
+ x1="8.6116238"
+ y1="7.2293582"
+ x2="34.784473"
+ y2="33.339787"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2415"
+ id="linearGradient2421"
+ gradientTransform="matrix(1.108069,0.000000,0.000000,0.902471,5.500000,3.875000)"
+ x1="17.698339"
+ y1="13.004725"
+ x2="34.974548"
+ y2="55.200756"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2454"
+ id="radialGradient2460"
+ gradientTransform="scale(1.925808,0.519262)"
+ cx="12.575710"
+ cy="67.501709"
+ fx="12.575710"
+ fy="67.501709"
+ r="8.7662794"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="162.45061"
+ x2="3.7069974"
+ y1="171.29134"
+ x1="3.7069976"
+ gradientTransform="matrix(5.705159,0.000000,0.000000,0.175280,5.500000,2.195627)"
+ id="linearGradient2689"
+ xlink:href="#linearGradient2683"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="64.892525"
+ x2="12.127711"
+ y1="53.535141"
+ x1="12.206709"
+ gradientTransform="matrix(1.816345,0.000000,0.000000,1.278927,2.500000,-40.24508)"
+ id="linearGradient2707"
+ xlink:href="#linearGradient2701"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="3.8451097"
+ x2="35.520542"
+ y1="3.9384086"
+ x1="34.300991"
+ id="linearGradient2717"
+ xlink:href="#linearGradient2711"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="3.8451097"
+ x2="35.520542"
+ y1="3.9384086"
+ x1="34.300991"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2721"
+ xlink:href="#linearGradient2711"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="3.8451097"
+ x2="35.520542"
+ y1="3.9384086"
+ x1="34.300991"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2725"
+ xlink:href="#linearGradient2711"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="3.8451097"
+ x2="35.520542"
+ y1="3.9384086"
+ x1="34.300991"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2729"
+ xlink:href="#linearGradient2711"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="3.8451097"
+ x2="35.520542"
+ y1="3.9384086"
+ x1="34.300991"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2733"
+ xlink:href="#linearGradient2711"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="31.246054"
+ x2="32.536823"
+ y1="5.3817744"
+ x1="10.390738"
+ gradientTransform="matrix(1.104397,0.000000,0.000000,0.905471,4.500000,2.875000)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient1561"
+ xlink:href="#linearGradient2253"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="28.205938"
+ x2="-35.658386"
+ y1="33.416473"
+ x1="-35.658386"
+ id="linearGradient2327"
+ xlink:href="#linearGradient2321"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="30.962345"
+ x2="-35.074745"
+ y1="34.242237"
+ x1="-35.122688"
+ id="linearGradient2337"
+ xlink:href="#linearGradient2329"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2667"
+ id="linearGradient2315"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.238977,0.000000,0.000000,0.895955,5.142330,1.543480)"
+ x1="11.492236"
+ y1="1.6537577"
+ x2="17.199417"
+ y2="26.729263" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4902"
+ id="linearGradient4908"
+ x1="21.6875"
+ y1="12.093906"
+ x2="21.6875"
+ y2="7.7189064"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-0.707105,0.000000)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4930"
+ id="linearGradient4936"
+ x1="23.493534"
+ y1="29.476145"
+ x2="23.493534"
+ y2="6.9308271"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2399"
+ id="linearGradient2405"
+ x1="19.489631"
+ y1="15.23002"
+ x2="20.727066"
+ y2="14.876466"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-0.707105,0.000000)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2399"
+ id="linearGradient2425"
+ gradientUnits="userSpaceOnUse"
+ x1="16.528622"
+ y1="11.539805"
+ x2="17.279921"
+ y2="11.407223"
+ gradientTransform="translate(-0.707105,0.000000)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2454"
+ id="radialGradient2438"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.925808,0.519262)"
+ cx="12.575710"
+ cy="67.501709"
+ fx="12.575710"
+ fy="67.501709"
+ r="8.7662794" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4910"
+ id="linearGradient2440"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(1.084646,-2.584738e-16)"
+ x1="22.0625"
+ y1="20.90625"
+ x2="24.673225"
+ y2="20.90625" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4872"
+ id="radialGradient2442"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,1.281250,1.084646,-9.461426)"
+ cx="28.0625"
+ cy="36.908916"
+ fx="28.0625"
+ fy="36.908916"
+ r="7.5" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4892"
+ id="linearGradient2444"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(1.084646,-2.584738e-16)"
+ x1="28.513193"
+ y1="37.765625"
+ x2="28.421637"
+ y2="30.828125" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4882"
+ id="linearGradient2446"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.876289,1.084646,3.151418)"
+ x1="28.625"
+ y1="25.296875"
+ x2="28.625"
+ y2="28" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4920"
+ id="linearGradient2448"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(1.084646,-2.584738e-16)"
+ x1="27.90625"
+ y1="18.057989"
+ x2="28.84375"
+ y2="21.214239" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="0.12156863"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="11.313708"
+ inkscape:cx="12.517984"
+ inkscape:cy="23.29136"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:window-width="914"
+ inkscape:window-height="745"
+ inkscape:window-x="315"
+ inkscape:window-y="103"
+ inkscape:showpageshadow="false"
+ fill="#babdb6"
+ stroke="#555753" />
+ <metadata
+ id="metadata4">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title>Wallpaper</dc:title>
+ <dc:date />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Jakub Steiner</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>wallpaper</rdf:li>
+ <rdf:li>background</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+ <dc:source>http://jimmac.musichall.cz/</dc:source>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/publicdomain/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <path
+ sodipodi:type="arc"
+ 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"
+ id="path2452"
+ sodipodi:cx="24.218407"
+ sodipodi:cy="35.051105"
+ sodipodi:rx="16.882174"
+ sodipodi:ry="4.5520000"
+ 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"
+ transform="matrix(1.050251,0.000000,0.000000,1.867888,-0.945558,-28.10611)" />
+ <path
+ sodipodi:type="arc"
+ 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"
+ id="path2407"
+ sodipodi:cx="-35.658386"
+ sodipodi:cy="29.716238"
+ sodipodi:rx="9.3944187"
+ sodipodi:ry="3.9395950"
+ 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"
+ transform="translate(60.03339,8.078430)" />
+ <path
+ transform="matrix(0.902373,0.000000,0.000000,0.827650,56.55215,12.86792)"
+ 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"
+ sodipodi:ry="3.9395950"
+ sodipodi:rx="9.3944187"
+ sodipodi:cy="29.716238"
+ sodipodi:cx="-35.658386"
+ id="path1825"
+ 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"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:type="arc"
+ 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"
+ id="path2983"
+ sodipodi:cx="-35.658386"
+ sodipodi:cy="29.716238"
+ sodipodi:rx="9.3944187"
+ sodipodi:ry="3.9395950"
+ 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"
+ transform="matrix(0.837548,0.000000,0.000000,0.852655,54.17811,11.00615)" />
+ <rect
+ y="31.078613"
+ x="19.972397"
+ height="6.3650389"
+ width="9.0396729"
+ id="rect2699"
+ 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" />
+ <path
+ 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"
+ 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 "
+ id="rect2404"
+ sodipodi:nodetypes="cssssssss" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ id="path2377"
+ 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 "
+ 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" />
+ <path
+ sodipodi:nodetypes="cc"
+ 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"
+ d="M 6.6774331,31.610789 L 42.105910,31.610789"
+ id="path2393" />
+ <path
+ sodipodi:nodetypes="cssssssss"
+ id="path2397"
+ 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 "
+ 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" />
+ <path
+ transform="matrix(1.331237,0.000000,0.000000,0.658449,-5.919330,5.728866)"
+ 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"
+ sodipodi:ry="0.83968931"
+ sodipodi:rx="0.83968931"
+ sodipodi:cy="3.9384086"
+ sodipodi:cx="34.780815"
+ id="path2709"
+ 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"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:type="arc"
+ 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"
+ id="path2719"
+ sodipodi:cx="34.780815"
+ sodipodi:cy="3.9384086"
+ sodipodi:rx="0.83968931"
+ sodipodi:ry="0.83968931"
+ 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"
+ transform="matrix(1.331237,0.000000,0.000000,0.658449,-5.805730,7.834650)" />
+ <path
+ transform="matrix(1.331237,0.000000,0.000000,0.658449,-5.692130,9.834650)"
+ 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"
+ sodipodi:ry="0.83968931"
+ sodipodi:rx="0.83968931"
+ sodipodi:cy="3.9384086"
+ sodipodi:cx="34.780815"
+ id="path2723"
+ 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"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:type="arc"
+ 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"
+ id="path2727"
+ sodipodi:cx="34.780815"
+ sodipodi:cy="3.9384086"
+ sodipodi:rx="0.83968931"
+ sodipodi:ry="0.83968931"
+ 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"
+ transform="matrix(1.331237,0.000000,0.000000,0.658449,-5.578530,11.83465)" />
+ <path
+ transform="matrix(1.331237,0.000000,0.000000,0.658449,-5.464930,13.83465)"
+ 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"
+ sodipodi:ry="0.83968931"
+ sodipodi:rx="0.83968931"
+ sodipodi:cy="3.9384086"
+ sodipodi:cx="34.780815"
+ id="path2731"
+ 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"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ 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"
+ 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 "
+ id="path2443" />
+ <path
+ 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"
+ 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 "
+ id="path3523"
+ sodipodi:nodetypes="czzzcscczzzcccsc" />
+ <path
+ transform="matrix(0.333333,0.000000,0.000000,0.333333,6.558675,10.20833)"
+ 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"
+ sodipodi:ry="1.125"
+ sodipodi:rx="1.125"
+ sodipodi:cy="36.5"
+ sodipodi:cx="29.125"
+ id="path4938"
+ 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"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:type="arc"
+ 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"
+ id="path4940"
+ sodipodi:cx="29.125"
+ sodipodi:cy="36.5"
+ sodipodi:rx="1.125"
+ sodipodi:ry="1.125"
+ 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"
+ transform="matrix(0.250001,0.000000,0.000000,0.250001,5.892011,9.500001)" />
+ <path
+ 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"
+ 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 "
+ id="path1524"
+ sodipodi:nodetypes="cccscc" />
+ <g
+ id="g2427"
+ transform="matrix(1.124849,0.000000,0.000000,1.124849,-4.096023,-3.071291)">
+ <path
+ 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"
+ 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"
+ id="text2735" />
+ <path
+ sodipodi:type="arc"
+ 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"
+ id="path3994"
+ sodipodi:cx="24.218407"
+ sodipodi:cy="35.051105"
+ sodipodi:rx="16.882174"
+ sodipodi:ry="4.552"
+ 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"
+ transform="matrix(0.531953,0.000000,0.000000,0.657752,17.94145,18.44946)" />
+ <path
+ sodipodi:nodetypes="cczccsccsccscsc"
+ id="path4900"
+ 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 "
+ 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" />
+ <path
+ sodipodi:nodetypes="ccccszsccccc"
+ id="rect4400"
+ 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 "
+ 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" />
+ <path
+ 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"
+ 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 "
+ id="path4890"
+ sodipodi:nodetypes="cszscc" />
+ <path
+ 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"
+ 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 "
+ id="path4880"
+ sodipodi:nodetypes="ccccccc" />
+ <path
+ sodipodi:nodetypes="ccccccc"
+ id="rect3119"
+ 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 "
+ 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" />
+ <path
+ sodipodi:nodetypes="cscccccccccccccsccsccsccsccsc"
+ id="path4918"
+ 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 "
+ 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" />
+ <path
+ transform="matrix(0.888889,0.000000,0.000000,0.888889,3.647723,4.055556)"
+ 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"
+ sodipodi:ry="1.125"
+ sodipodi:rx="1.125"
+ sodipodi:cy="36.5"
+ sodipodi:cx="29.125"
+ id="path4928"
+ 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"
+ sodipodi:type="arc" />
+ </g>
+ <path
+ 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"
+ 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 "
+ id="path2410"
+ sodipodi:nodetypes="ccccc" />
+ </g>
+</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 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ inkscape:export-ydpi="90.000000"
+ inkscape:export-xdpi="90.000000"
+ inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png"
+ width="48px"
+ height="48px"
+ id="svg11300"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/categories"
+ sodipodi:docname="preferences-desktop.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs3">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ id="perspective106" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient6719"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5060">
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0"
+ id="stop5062" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop5064" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient6717"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <linearGradient
+ id="linearGradient5048">
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="0"
+ id="stop5050" />
+ <stop
+ id="stop5056"
+ offset="0.5"
+ style="stop-color:black;stop-opacity:1;" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop5052" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5048"
+ id="linearGradient6715"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
+ x1="302.85715"
+ y1="366.64789"
+ x2="302.85715"
+ y2="609.50507" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient24290">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop24292" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop24294" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient24276">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop24278" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop24280" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient24266">
+ <stop
+ style="stop-color:#a5a5a5;stop-opacity:1;"
+ offset="0"
+ id="stop24268" />
+ <stop
+ style="stop-color:#a5a5a5;stop-opacity:0;"
+ offset="1"
+ id="stop24270" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient24230">
+ <stop
+ style="stop-color:#677579;stop-opacity:1;"
+ offset="0"
+ id="stop24232" />
+ <stop
+ style="stop-color:#333333;stop-opacity:1;"
+ offset="1"
+ id="stop24234" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11594">
+ <stop
+ id="stop11596"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop11598"
+ offset="1.0000000"
+ style="stop-color:#d1d1d1;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="matrix(1.061966,0,0,0.837825,-0.593045,3.987819)"
+ gradientUnits="userSpaceOnUse"
+ y2="38.947163"
+ x2="31.799011"
+ y1="8.9471626"
+ x1="20.092352"
+ id="linearGradient11600"
+ xlink:href="#linearGradient11594"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11602">
+ <stop
+ id="stop11604"
+ offset="0.0000000"
+ style="stop-color:#f6f6f6;stop-opacity:1.0000000;" />
+ <stop
+ id="stop11606"
+ offset="1.0000000"
+ style="stop-color:#e0e0e0;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="matrix(1,0,0,0.837825,0.921766,3.987819)"
+ gradientUnits="userSpaceOnUse"
+ y2="39.447163"
+ x2="24.445671"
+ y1="12.947163"
+ x1="24.445671"
+ id="linearGradient11608"
+ xlink:href="#linearGradient11602"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11615">
+ <stop
+ id="stop11617"
+ offset="0.0000000"
+ style="stop-color:#636363;stop-opacity:1.0000000;" />
+ <stop
+ id="stop11619"
+ offset="1.0000000"
+ style="stop-color:#000000;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <radialGradient
+ r="4.7500000"
+ fy="27.749998"
+ fx="25.000000"
+ cy="27.749998"
+ cx="25.000000"
+ gradientTransform="matrix(3.070491,2.727143e-15,-3.444813e-15,3.878514,-51.46548,-78.83433)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient12909"
+ xlink:href="#linearGradient11615"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="27.375000"
+ x2="21.500000"
+ y1="30.000000"
+ x1="21.500000"
+ gradientTransform="matrix(0.985,0,0,1.022813,2.121141,-2.815681)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient12924"
+ xlink:href="#linearGradient11625"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="27.375000"
+ x2="21.500000"
+ y1="30.000000"
+ x1="21.500000"
+ gradientTransform="matrix(0.985,0,0,1,4.111767,-2.176922)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient12921"
+ xlink:href="#linearGradient11625"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11625"
+ inkscape:collect="always">
+ <stop
+ id="stop11627"
+ offset="0"
+ style="stop-color:#fce94f;stop-opacity:1;" />
+ <stop
+ id="stop11629"
+ offset="1"
+ style="stop-color:#fce94f;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ y2="27.375000"
+ x2="21.500000"
+ y1="30.000000"
+ x1="21.500000"
+ gradientTransform="matrix(1.01625,0,0,1,5.455516,-2.176922)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient12918"
+ xlink:href="#linearGradient11625"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11520">
+ <stop
+ id="stop11522"
+ offset="0.0000000"
+ style="stop-color:#ffffff;stop-opacity:1.0000000;" />
+ <stop
+ id="stop11524"
+ offset="1.0000000"
+ style="stop-color:#dcdcdc;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11508"
+ inkscape:collect="always">
+ <stop
+ id="stop11510"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ id="stop11512"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11494"
+ inkscape:collect="always">
+ <stop
+ id="stop11496"
+ offset="0"
+ style="stop-color:#ef2929;stop-opacity:1;" />
+ <stop
+ id="stop11498"
+ offset="1"
+ style="stop-color:#ef2929;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11415">
+ <stop
+ id="stop11417"
+ offset="0.0000000"
+ style="stop-color:#204a87;stop-opacity:0.0000000;" />
+ <stop
+ style="stop-color:#204a87;stop-opacity:1.0000000;"
+ offset="0.50000000"
+ id="stop11423" />
+ <stop
+ id="stop11419"
+ offset="1"
+ style="stop-color:#204a87;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11399"
+ inkscape:collect="always">
+ <stop
+ id="stop11401"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ id="stop11403"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(-60.28571,-0.285714)"
+ y2="34.462429"
+ x2="43.615788"
+ y1="3.7744560"
+ x1="15.828360"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11425"
+ xlink:href="#linearGradient11415"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(-60.57143,0.000000)"
+ y2="39.033859"
+ x2="35.679932"
+ y1="9.3458843"
+ x1="9.6957054"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11427"
+ xlink:href="#linearGradient11415"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="33.462429"
+ x2="26.758644"
+ y1="19.774456"
+ x1="13.267134"
+ gradientTransform="translate(-60.85714,0.428571)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11439"
+ xlink:href="#linearGradient11415"
+ inkscape:collect="always" />
+ <radialGradient
+ r="8.5000000"
+ fy="39.142857"
+ fx="12.071428"
+ cy="39.142857"
+ cx="12.071428"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.487395,0.000000,20.06483)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11441"
+ xlink:href="#linearGradient11399"
+ inkscape:collect="always" />
+ <radialGradient
+ gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
+ gradientUnits="userSpaceOnUse"
+ r="3.8335034"
+ fy="15.048258"
+ fx="27.577173"
+ cy="15.048258"
+ cx="27.577173"
+ id="radialGradient11500"
+ xlink:href="#linearGradient11494"
+ inkscape:collect="always" />
+ <radialGradient
+ r="3.8335034"
+ fy="16.049133"
+ fx="27.577173"
+ cy="16.049133"
+ cx="27.577173"
+ gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11504"
+ xlink:href="#linearGradient11494"
+ inkscape:collect="always" />
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,2.166583e-14,29.48178)"
+ r="6.5659914"
+ fy="44.565483"
+ fx="30.203562"
+ cy="44.565483"
+ cx="30.203562"
+ id="radialGradient11514"
+ xlink:href="#linearGradient11508"
+ inkscape:collect="always" />
+ <radialGradient
+ gradientTransform="matrix(1.594876,-1.096233e-32,0,1.324258,-12.15047,-8.05841)"
+ gradientUnits="userSpaceOnUse"
+ r="20.530962"
+ fy="35.878170"
+ fx="24.445690"
+ cy="35.878170"
+ cx="24.445690"
+ id="radialGradient11526"
+ xlink:href="#linearGradient11520"
+ inkscape:collect="always" />
+ <radialGradient
+ r="6.5659914"
+ fy="44.565483"
+ fx="30.203562"
+ cy="44.565483"
+ cx="30.203562"
+ gradientTransform="matrix(1,0,0,0.338462,8.404809e-16,29.48178)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11532"
+ xlink:href="#linearGradient11508"
+ inkscape:collect="always" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11508"
+ id="radialGradient1348"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,-1.353344e-14,29.48178)"
+ cx="30.203562"
+ cy="44.565483"
+ fx="30.203562"
+ fy="44.565483"
+ r="6.5659914" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11520"
+ id="radialGradient1350"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.995058,-1.651527e-32,0.000000,1.995058,-24.32488,-35.70087)"
+ cx="24.445690"
+ cy="35.878170"
+ fx="24.445690"
+ fy="35.878170"
+ r="20.530962" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11494"
+ id="radialGradient1352"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
+ cx="27.577173"
+ cy="16.049133"
+ fx="27.577173"
+ fy="16.049133"
+ r="3.8335034" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11494"
+ id="radialGradient1354"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
+ cx="27.577173"
+ cy="15.048258"
+ fx="27.577173"
+ fy="15.048258"
+ r="3.8335034" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11508"
+ id="radialGradient1356"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,2.220359e-14,29.48178)"
+ cx="30.203562"
+ cy="44.565483"
+ fx="30.203562"
+ fy="44.565483"
+ r="6.5659914" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11520"
+ id="radialGradient1366"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.049266,-1.696401e-32,0.000000,2.049266,-25.65002,-37.31089)"
+ cx="24.445690"
+ cy="35.878170"
+ fx="24.445690"
+ fy="35.878170"
+ r="20.530962" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient24230"
+ id="linearGradient24236"
+ x1="12.51301"
+ y1="30.585787"
+ x2="12.51301"
+ y2="16.885592"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.587604,4.082334,17.55158)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient24230"
+ id="linearGradient24240"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.587604,12.05631,17.52556)"
+ x1="12.51301"
+ y1="30.585787"
+ x2="12.51301"
+ y2="16.885592" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient24230"
+ id="linearGradient24244"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.587604,20.05631,17.52556)"
+ x1="12.51301"
+ y1="30.585787"
+ x2="12.51301"
+ y2="16.885592" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient24266"
+ id="linearGradient24272"
+ x1="23.5"
+ y1="19.812498"
+ x2="23.5"
+ y2="12.687223"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-5.631256e-2,-1.904751)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient24276"
+ id="radialGradient24282"
+ cx="24.90625"
+ cy="35.46875"
+ fx="24.90625"
+ fy="35.46875"
+ r="17.40625"
+ gradientTransform="matrix(1,0,0,0.321364,0,24.07035)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient24290"
+ id="linearGradient24296"
+ x1="24.53125"
+ y1="19.0625"
+ x2="26.3125"
+ y2="40.25"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ stroke="#ef2929"
+ fill="#eeeeec"
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="0.25490196"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="28.237586"
+ inkscape:cy="23.130045"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:showpageshadow="false"
+ inkscape:window-width="1024"
+ inkscape:window-height="818"
+ inkscape:window-x="410"
+ inkscape:window-y="30" />
+ <metadata
+ id="metadata4">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Jakub Steiner</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:source>http://jimmac.musichall.cz</dc:source>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+ <dc:title>Desktop Preferences</dc:title>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>preferences</rdf:li>
+ <rdf:li>system</rdf:li>
+ <rdf:li>category</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/publicdomain/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <g
+ transform="matrix(1.980175e-2,0,0,2.086758e-2,42.3611,37.40314)"
+ id="g6707">
+ <rect
+ 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"
+ id="rect6709"
+ width="1339.6335"
+ height="478.35718"
+ x="-1559.2523"
+ y="-150.69685" />
+ <path
+ 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"
+ 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 "
+ id="path6711"
+ sodipodi:nodetypes="cccc" />
+ <path
+ sodipodi:nodetypes="cccc"
+ id="path6713"
+ 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 "
+ 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>
+ <rect
+ ry="0.85863549"
+ rx="0.8586359"
+ y="16.595242"
+ x="8.526021"
+ height="23.868273"
+ width="32.026016"
+ id="rect11518"
+ 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"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true" />
+ <rect
+ 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"
+ id="rect11528"
+ width="30.026011"
+ height="21.868261"
+ x="9.5260162"
+ y="17.595253"
+ rx="0"
+ ry="0"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true" />
+ <rect
+ 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"
+ id="rect23355"
+ width="5.0260191"
+ height="9.9739799"
+ x="14.082334"
+ y="26.953245"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true" />
+ <rect
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ y="26.927225"
+ x="22.056313"
+ height="9.9739799"
+ width="5.0260191"
+ id="rect24238"
+ 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" />
+ <rect
+ 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"
+ id="rect24242"
+ width="5.0260191"
+ height="9.9739799"
+ x="30.056313"
+ y="26.927225"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true" />
+ <rect
+ 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"
+ id="rect24246"
+ width="6.000001"
+ height="5.0190296"
+ x="13.608355"
+ y="26.434216"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true" />
+ <rect
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ y="32.434219"
+ x="21.608353"
+ height="5.0190296"
+ width="6.000001"
+ id="rect24248"
+ 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" />
+ <rect
+ 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"
+ id="rect24250"
+ width="6.000001"
+ height="5.0190296"
+ x="29.608353"
+ y="32.434219"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true" />
+ <rect
+ 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"
+ id="rect24252"
+ width="4.1083536"
+ height="3.0467544"
+ x="14.578023"
+ y="27.422916"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true" />
+ <rect
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ y="33.453247"
+ x="22.5"
+ height="3.0467544"
+ width="4.1083536"
+ id="rect24254"
+ 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" />
+ <rect
+ 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"
+ id="rect24256"
+ width="4.1083536"
+ height="3.0467544"
+ x="30.5"
+ y="33.453247"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true" />
+ <path
+ 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"
+ 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 "
+ id="path24258"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true"
+ sodipodi:nodetypes="ccccc" />
+ <rect
+ 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"
+ id="rect24260"
+ width="41.000019"
+ height="2.9375"
+ x="4.4436893"
+ y="8.5952492"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true" />
+ <rect
+ 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"
+ id="rect24262"
+ width="5.5625"
+ height="2"
+ x="11.443687"
+ y="17.595249"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true"
+ rx="1"
+ ry="1" />
+ <rect
+ ry="1"
+ rx="1"
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ y="17.595249"
+ x="31.881187"
+ height="2"
+ width="5.5625"
+ id="rect24264"
+ 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" />
+ <rect
+ 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"
+ id="rect24284"
+ width="16.0625"
+ height="2"
+ x="13"
+ y="22"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true"
+ rx="1"
+ ry="1" />
+ <path
+ 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"
+ d="M 5,11 L 5,9 L 45,9 L 44,10 L 6,10 L 5,11 z "
+ id="path24286"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true" />
+ <path
+ 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"
+ 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 "
+ id="path24288"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true"
+ sodipodi:nodetypes="ccccccc" />
+ </g>
+</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 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ inkscape:export-ydpi="90.000000"
+ inkscape:export-xdpi="90.000000"
+ inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png"
+ width="48px"
+ height="48px"
+ id="svg11300"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/categories"
+ sodipodi:docname="preferences-system.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs3">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ id="perspective60" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2250">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop2252" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop2254" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2265">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop2267" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop2269" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2257">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop2259" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop2261" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3087">
+ <stop
+ style="stop-color:#3465a4;stop-opacity:1;"
+ offset="0"
+ id="stop3089" />
+ <stop
+ id="stop3095"
+ offset="0"
+ style="stop-color:#9fbce1;stop-opacity:1;" />
+ <stop
+ style="stop-color:#6b95ca;stop-opacity:1;"
+ offset="0"
+ id="stop2242" />
+ <stop
+ id="stop2244"
+ offset="0.75"
+ style="stop-color:#3d6aa5;stop-opacity:1;" />
+ <stop
+ style="stop-color:#386eb4;stop-opacity:1;"
+ offset="1"
+ id="stop3091" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3077">
+ <stop
+ style="stop-color:#98a0a9;stop-opacity:1;"
+ offset="0"
+ id="stop3079" />
+ <stop
+ style="stop-color:#c3d0dd;stop-opacity:1;"
+ offset="1"
+ id="stop3081" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3061">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3063" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="1"
+ id="stop3065" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3049">
+ <stop
+ style="stop-color:#b6b6b6;stop-opacity:1;"
+ offset="0"
+ id="stop3051" />
+ <stop
+ id="stop2262"
+ offset="0.5"
+ style="stop-color:#f2f2f2;stop-opacity:1;" />
+ <stop
+ style="stop-color:#fafafa;stop-opacity:1;"
+ offset="0.67612958"
+ id="stop2264" />
+ <stop
+ id="stop2268"
+ offset="0.84051722"
+ style="stop-color:#d8d8d8;stop-opacity:1;" />
+ <stop
+ id="stop2266"
+ offset="0.875"
+ style="stop-color:#f2f2f2;stop-opacity:1;" />
+ <stop
+ style="stop-color:#dbdbdb;stop-opacity:1;"
+ offset="1"
+ id="stop3053" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3041">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop3043" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop3045" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3041"
+ id="radialGradient3047"
+ cx="24.8125"
+ cy="39.125"
+ fx="24.8125"
+ fy="39.125"
+ r="17.6875"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.374558,7.194333e-15,24.47041)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3049"
+ id="linearGradient3055"
+ x1="19.648342"
+ y1="42.253601"
+ x2="20.631224"
+ y2="6.7758031"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.878270,0.000000,0.000000,0.878270,2.536988,4.967681)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3061"
+ id="linearGradient3067"
+ x1="50.152931"
+ y1="-3.6324477"
+ x2="25.291086"
+ y2="-4.3002653"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.878270,-1.375944e-15,1.375944e-15,0.878270,5.328299,1.650243)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3077"
+ id="linearGradient3083"
+ x1="38.227654"
+ y1="13.602527"
+ x2="37.53537"
+ y2="6.6285896"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.878270,0.000000,0.000000,0.878270,2.847503,5.588712)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3087"
+ id="linearGradient3093"
+ x1="9.7503242"
+ y1="32.28376"
+ x2="16.915297"
+ y2="39.443218"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.878270,0.000000,0.000000,0.878270,2.536988,4.967681)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2257"
+ id="linearGradient2263"
+ x1="12.004697"
+ y1="35.688461"
+ x2="10.650805"
+ y2="33.194965"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.007254,-2.636526e-2,2.636526e-2,1.007254,1.593411,7.919100e-2)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2265"
+ id="linearGradient2271"
+ x1="14.017542"
+ y1="36.942543"
+ x2="15.415793"
+ y2="38.268368"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.878099,-1.732370e-2,1.732370e-2,0.878099,2.163687,4.067899)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2250"
+ id="linearGradient2256"
+ x1="31.177404"
+ y1="19.821514"
+ x2="40.859177"
+ y2="9.6568537"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3041"
+ id="radialGradient2260"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.374558,7.272829e-15,24.47041)"
+ cx="24.8125"
+ cy="39.125"
+ fx="24.8125"
+ fy="39.125"
+ r="17.6875" />
+ </defs>
+ <sodipodi:namedview
+ stroke="#204a87"
+ fill="#3465a4"
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="0.25490196"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="4"
+ inkscape:cx="19.425317"
+ inkscape:cy="26.37487"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:showpageshadow="false"
+ inkscape:window-width="1034"
+ inkscape:window-height="818"
+ inkscape:window-x="400"
+ inkscape:window-y="30" />
+ <metadata
+ id="metadata4">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Jakub Steiner</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:source>http://jimmac.musichall.cz</dc:source>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+ <dc:title>Preferences System</dc:title>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>preferences</rdf:li>
+ <rdf:li>settings</rdf:li>
+ <rdf:li>control panel</rdf:li>
+ <rdf:li>tweaks</rdf:li>
+ <rdf:li>system</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/publicdomain/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <path
+ transform="matrix(0.751118,0.000000,0.000000,0.578703,17.04087,19.36341)"
+ 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"
+ sodipodi:ry="6.625"
+ sodipodi:rx="17.6875"
+ sodipodi:cy="39.125"
+ sodipodi:cx="24.8125"
+ id="path2258"
+ 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"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:type="arc"
+ 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"
+ id="path3039"
+ sodipodi:cx="24.8125"
+ sodipodi:cy="39.125"
+ sodipodi:rx="17.6875"
+ sodipodi:ry="6.625"
+ 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"
+ transform="matrix(0.836071,0.000000,0.000000,0.685436,-7.959607,15.71781)" />
+ <path
+ 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"
+ 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 "
+ id="path2140"
+ sodipodi:nodetypes="cczcccccccccsc" />
+ <path
+ sodipodi:nodetypes="cczccccccccccc"
+ id="path3057"
+ 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 "
+ 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" />
+ <rect
+ 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"
+ id="rect3059"
+ width="23.268276"
+ height="2.0554912"
+ x="28.185335"
+ y="-2.6184492"
+ rx="0.88388073"
+ ry="0.88388073"
+ transform="matrix(0.697938,0.716158,-0.716158,0.697938,0.000000,0.000000)" />
+ <path
+ 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"
+ 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 "
+ id="path2144"
+ sodipodi:nodetypes="ccccccccc" />
+ <path
+ sodipodi:nodetypes="ccccccccc"
+ id="path3085"
+ 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 "
+ 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" />
+ <path
+ 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"
+ 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 "
+ id="path2142"
+ sodipodi:nodetypes="ccccccscc" />
+ <path
+ sodipodi:type="arc"
+ 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"
+ id="path2146"
+ sodipodi:cx="41.875"
+ sodipodi:cy="37.5"
+ sodipodi:rx="1.375"
+ sodipodi:ry="1.375"
+ 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"
+ transform="matrix(0.878270,0.000000,0.000000,0.878270,2.427204,5.077464)" />
+ <path
+ sodipodi:type="arc"
+ 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"
+ id="path3101"
+ sodipodi:cx="19.003494"
+ sodipodi:cy="28.20101"
+ sodipodi:rx="1.767767"
+ sodipodi:ry="1.767767"
+ 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"
+ transform="matrix(0.570876,0.000000,0.000000,0.570876,9.154848,11.25111)" />
+ <path
+ 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"
+ d="M 18.678905,29.624807 C 18.678905,29.624807 11.509014,36.92442 8.1502573,38.161857"
+ id="path3103"
+ sodipodi:nodetypes="cc" />
+ <path
+ sodipodi:nodetypes="csccccscc"
+ id="path2270"
+ 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 "
+ 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" />
+ <path
+ 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"
+ d="M 20.824602,31.261024 C 20.824602,31.261024 13.501839,37.878429 11.910849,42.121069"
+ id="path2247"
+ sodipodi:nodetypes="cc" />
+ </g>
+</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 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48"
+ height="48"
+ id="svg7854"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ version="1.0"
+ sodipodi:docname="software-update-available.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs7856">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ id="perspective26" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5202">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop5204" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop5206" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5190">
+ <stop
+ style="stop-color:#f57900;stop-opacity:1;"
+ offset="0"
+ id="stop5192" />
+ <stop
+ style="stop-color:#fcaf3e;stop-opacity:1"
+ offset="1"
+ id="stop5194" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5130">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop5132" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop5134" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5130"
+ id="radialGradient5136"
+ cx="22"
+ cy="38.5"
+ fx="22"
+ fy="38.5"
+ r="13"
+ gradientTransform="matrix(1,0,0,0.5,0,19.25)"
+ gradientUnits="userSpaceOnUse" />
+ <filter
+ inkscape:collect="always"
+ x="-0.17349398"
+ width="1.346988"
+ y="-0.34698795"
+ height="1.6939759"
+ id="filter5186">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="1.8795181"
+ id="feGaussianBlur5188" />
+ </filter>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5190"
+ id="radialGradient5200"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,-1.2519025,47.292244,0,-1418.0196,57.3867)"
+ cx="21.525126"
+ cy="30.439341"
+ fx="21.525126"
+ fy="30.439341"
+ r="18.888176" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5202"
+ id="linearGradient5208"
+ x1="22.109375"
+ y1="11.34375"
+ x2="22.109375"
+ y2="49.612667"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#e0e0e0"
+ borderopacity="1"
+ gridtolerance="10000"
+ guidetolerance="10"
+ objecttolerance="10"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="32.757166"
+ inkscape:cy="31.70708"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ width="48px"
+ height="48px"
+ inkscape:showpageshadow="false"
+ inkscape:window-width="1187"
+ inkscape:window-height="818"
+ inkscape:window-x="247"
+ inkscape:window-y="30"
+ showgrid="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4614" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7859">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Jakub Steiner</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:source>http://jimmac.musichall.cz</dc:source>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/publicdomain/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1">
+ <path
+ sodipodi:type="arc"
+ 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"
+ id="path4551"
+ sodipodi:cx="22"
+ sodipodi:cy="38.5"
+ sodipodi:rx="13"
+ sodipodi:ry="6.5"
+ 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"
+ transform="matrix(1.3257204,0,0,1.3060079,-3.6937336,-12.797355)" />
+ <path
+ sodipodi:type="star"
+ 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"
+ id="path4547"
+ sodipodi:sides="8"
+ sodipodi:cx="22.097088"
+ sodipodi:cy="22.720934"
+ sodipodi:r1="18.388176"
+ sodipodi:r2="12.035836"
+ sodipodi:arg1="0.78539816"
+ sodipodi:arg2="1.1780972"
+ inkscape:flatsided="false"
+ inkscape:rounded="0"
+ inkscape:randomized="0"
+ 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"
+ transform="matrix(1.1209343,0,0,1.1042669,-0.1974224,-1.3744715)" />
+ <path
+ sodipodi:type="inkscape:offset"
+ inkscape:radius="-0.97009587"
+ 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 "
+ xlink:href="#path4547"
+ 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"
+ id="path5198"
+ inkscape:href="#path4547"
+ 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"
+ transform="matrix(1.1263736,0,0,1.1263736,-0.2940419,-1.8085508)" />
+ <path
+ 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"
+ 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"
+ id="rect4610" />
+ </g>
+</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 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ inkscape:export-ydpi="90.000000"
+ inkscape:export-xdpi="90.000000"
+ inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png"
+ width="48px"
+ height="48px"
+ id="svg11300"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ sodipodi:docbase="/home/garrett/Source/tango-icon-theme/scalable/places"
+ sodipodi:docname="start-here.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs3">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ id="perspective61" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4711">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop4713" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop4715" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4697">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop4699" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4701" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11520">
+ <stop
+ id="stop11522"
+ offset="0.0000000"
+ style="stop-color:#ffffff;stop-opacity:1.0000000;" />
+ <stop
+ id="stop11524"
+ offset="1.0000000"
+ style="stop-color:#dcdcdc;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11508"
+ inkscape:collect="always">
+ <stop
+ id="stop11510"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ id="stop11512"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11494"
+ inkscape:collect="always">
+ <stop
+ id="stop11496"
+ offset="0"
+ style="stop-color:#ef2929;stop-opacity:1;" />
+ <stop
+ id="stop11498"
+ offset="1"
+ style="stop-color:#ef2929;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11415">
+ <stop
+ id="stop11417"
+ offset="0.0000000"
+ style="stop-color:#204a87;stop-opacity:0.0000000;" />
+ <stop
+ style="stop-color:#204a87;stop-opacity:1.0000000;"
+ offset="0.50000000"
+ id="stop11423" />
+ <stop
+ id="stop11419"
+ offset="1"
+ style="stop-color:#204a87;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11399"
+ inkscape:collect="always">
+ <stop
+ id="stop11401"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ id="stop11403"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(-60.28571,-0.285714)"
+ y2="34.462429"
+ x2="43.615788"
+ y1="3.7744560"
+ x1="15.828360"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11425"
+ xlink:href="#linearGradient11415"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(-60.57143,0.000000)"
+ y2="39.033859"
+ x2="35.679932"
+ y1="9.3458843"
+ x1="9.6957054"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11427"
+ xlink:href="#linearGradient11415"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="33.462429"
+ x2="26.758644"
+ y1="19.774456"
+ x1="13.267134"
+ gradientTransform="translate(-60.85714,0.428571)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11439"
+ xlink:href="#linearGradient11415"
+ inkscape:collect="always" />
+ <radialGradient
+ r="8.5000000"
+ fy="39.142857"
+ fx="12.071428"
+ cy="39.142857"
+ cx="12.071428"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.487395,0.000000,20.06483)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11441"
+ xlink:href="#linearGradient11399"
+ inkscape:collect="always" />
+ <radialGradient
+ gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
+ gradientUnits="userSpaceOnUse"
+ r="3.8335034"
+ fy="15.048258"
+ fx="27.577173"
+ cy="15.048258"
+ cx="27.577173"
+ id="radialGradient11500"
+ xlink:href="#linearGradient11494"
+ inkscape:collect="always" />
+ <radialGradient
+ r="3.8335034"
+ fy="16.049133"
+ fx="27.577173"
+ cy="16.049133"
+ cx="27.577173"
+ gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11504"
+ xlink:href="#linearGradient11494"
+ inkscape:collect="always" />
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,2.166583e-14,29.48178)"
+ r="6.5659914"
+ fy="44.565483"
+ fx="30.203562"
+ cy="44.565483"
+ cx="30.203562"
+ id="radialGradient11514"
+ xlink:href="#linearGradient11508"
+ inkscape:collect="always" />
+ <radialGradient
+ gradientTransform="matrix(1.995058,-1.651527e-32,0.000000,1.995058,-24.32488,-35.70087)"
+ gradientUnits="userSpaceOnUse"
+ r="20.530962"
+ fy="35.878170"
+ fx="24.445690"
+ cy="35.878170"
+ cx="24.445690"
+ id="radialGradient11526"
+ xlink:href="#linearGradient11520"
+ inkscape:collect="always" />
+ <radialGradient
+ r="6.5659914"
+ fy="44.565483"
+ fx="30.203562"
+ cy="44.565483"
+ cx="30.203562"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,3.185827e-15,29.48178)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11532"
+ xlink:href="#linearGradient11508"
+ inkscape:collect="always" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11508"
+ id="radialGradient1348"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,-1.353344e-14,29.48178)"
+ cx="30.203562"
+ cy="44.565483"
+ fx="30.203562"
+ fy="44.565483"
+ r="6.5659914" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11520"
+ id="radialGradient1350"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.995058,-1.651527e-32,0.000000,1.995058,-24.32488,-35.70087)"
+ cx="24.445690"
+ cy="35.878170"
+ fx="24.445690"
+ fy="35.878170"
+ r="20.530962" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11494"
+ id="radialGradient1352"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
+ cx="27.577173"
+ cy="16.049133"
+ fx="27.577173"
+ fy="16.049133"
+ r="3.8335034" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11494"
+ id="radialGradient1354"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
+ cx="27.577173"
+ cy="15.048258"
+ fx="27.577173"
+ fy="15.048258"
+ r="3.8335034" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11508"
+ id="radialGradient1356"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,2.220359e-14,29.48178)"
+ cx="30.203562"
+ cy="44.565483"
+ fx="30.203562"
+ fy="44.565483"
+ r="6.5659914" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11520"
+ id="radialGradient1366"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.049266,-1.696401e-32,0.000000,2.049266,-25.65002,-37.31089)"
+ cx="24.445690"
+ cy="35.878170"
+ fx="24.445690"
+ fy="35.878170"
+ r="20.530962" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4697"
+ id="linearGradient4703"
+ x1="10.871767"
+ y1="15.555014"
+ x2="10.871767"
+ y2="54.634052"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4697"
+ id="linearGradient4707"
+ gradientUnits="userSpaceOnUse"
+ x1="10.871767"
+ y1="15.555014"
+ x2="10.871767"
+ y2="54.634052"
+ gradientTransform="matrix(-1,0,0,1,49.62363,-9.63433)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4711"
+ id="radialGradient4717"
+ cx="23.864855"
+ cy="40.266018"
+ fx="23.864855"
+ fy="40.266018"
+ r="14.672465"
+ gradientTransform="matrix(1,0,0,0.340361,1.187419e-15,26.56102)"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4711"
+ id="radialGradient4721"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.340361,-1.298439e-15,26.56102)"
+ cx="23.864855"
+ cy="40.266018"
+ fx="23.864855"
+ fy="40.266018"
+ r="14.672465" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4697"
+ id="linearGradient3952"
+ gradientUnits="userSpaceOnUse"
+ x1="10.871767"
+ y1="15.555014"
+ x2="10.871767"
+ y2="54.634052" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4697"
+ id="linearGradient3954"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-1,0,0,1,49.62363,-9.63433)"
+ x1="10.871767"
+ y1="15.555014"
+ x2="10.871767"
+ y2="54.634052" />
+ </defs>
+ <sodipodi:namedview
+ stroke="#ef2929"
+ fill="#eeeeec"
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="0.25490196"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="11.313708"
+ inkscape:cx="8.021467"
+ inkscape:cy="21.330644"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:showpageshadow="false"
+ inkscape:window-width="1032"
+ inkscape:window-height="818"
+ inkscape:window-x="0"
+ inkscape:window-y="30">
+ <inkscape:grid
+ id="GridFromPre046Settings"
+ type="xygrid"
+ originx="0px"
+ originy="0px"
+ spacingx="1px"
+ spacingy="1px"
+ color="#0000ff"
+ empcolor="#0000ff"
+ opacity="0.2"
+ empopacity="0.4"
+ empspacing="4" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata4">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Jakub Steiner</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:source>http://jimmac.musichall.cz</dc:source>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+ <dc:title>Start Here</dc:title>
+ <dc:description>To be replaced by vendor/distribution branding.</dc:description>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>start</rdf:li>
+ <rdf:li>applications</rdf:li>
+ <rdf:li>launchers</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <dc:contributor>
+ <cc:Agent>
+ <dc:title>Garrett LeSage</dc:title>
+ </cc:Agent>
+ </dc:contributor>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/publicdomain/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <g
+ id="g15"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true"
+ transform="matrix(0.582036,0,0,0.582076,-63.9369,-62.75444)" />
+ <g
+ id="g3946"
+ transform="matrix(0.99645,0,0,1.007814,-0.891385,0.197492)"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true">
+ <g
+ style="fill:#3465a4;stroke:#204a87;stroke-width:2.13030815;stroke-miterlimit:4;stroke-dasharray:none"
+ transform="matrix(0.467989,0,0,0.468861,-45.74716,-42.20022)"
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ id="g9">
+ <path
+ style="fill:#3465a4;stroke:#204a87;stroke-width:2.13030815;stroke-miterlimit:4;stroke-dasharray:none"
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ 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 "
+ id="path11" />
+ <path
+ sodipodi:nodetypes="cccssssssccssc"
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ style="fill:#3465a4;stroke:#204a87;stroke-width:2.13030815;stroke-miterlimit:4;stroke-dasharray:none"
+ 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 "
+ id="path13" />
+ </g>
+ <path
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ 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"
+ 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 "
+ id="path4667"
+ sodipodi:nodetypes="ccczsszssccszc" />
+ </g>
+ <g
+ id="g3940"
+ transform="matrix(0.996431,0,0,1.007807,-0.512841,-6.0774e-2)"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true">
+ <g
+ id="g4657"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true"
+ transform="matrix(-0.467989,0,0,0.468861,95.32836,-51.86619)"
+ style="fill:#729fcf;stroke:#3465a4;stroke-width:2.13033509;stroke-miterlimit:4;stroke-dasharray:none">
+ <path
+ id="path4659"
+ 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 "
+ inkscape:r_cx="true"
+ inkscape:r_cy="true"
+ style="fill:#729fcf;stroke:#3465a4;stroke-width:2.13033509;stroke-miterlimit:4;stroke-dasharray:none" />
+ <path
+ id="path4661"
+ 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 "
+ style="fill:#729fcf;stroke:#3465a4;stroke-width:2.13033509;stroke-miterlimit:4;stroke-dasharray:none"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true" />
+ </g>
+ <path
+ sodipodi:nodetypes="ccczsszssccszc"
+ id="path4705"
+ 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 "
+ 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"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true" />
+ </g>
+ </g>
+</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 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48px"
+ height="48px"
+ id="svg1288"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/apps"
+ sodipodi:docname="system-file-manager.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs3">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ id="perspective43" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient5031"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5060">
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0"
+ id="stop5062" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop5064" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient5029"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <linearGradient
+ id="linearGradient5048">
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="0"
+ id="stop5050" />
+ <stop
+ id="stop5056"
+ offset="0.5"
+ style="stop-color:black;stop-opacity:1;" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop5052" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5048"
+ id="linearGradient5027"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
+ x1="302.85715"
+ y1="366.64789"
+ x2="302.85715"
+ y2="609.50507" />
+ <linearGradient
+ id="linearGradient3085">
+ <stop
+ id="stop3087"
+ offset="0"
+ style="stop-color:#b47002;stop-opacity:1;" />
+ <stop
+ id="stop3089"
+ offset="1.0000000"
+ style="stop-color:#6b4301;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2368">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop2370" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop2372" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2182">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop2184" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop2186" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2182"
+ id="radialGradient2188"
+ cx="25.357143"
+ cy="36.500000"
+ fx="25.357143"
+ fy="36.500000"
+ r="14.714286"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.500000,-3.881442e-16,18.25000)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2368"
+ id="linearGradient2374"
+ x1="14.680550"
+ y1="7.2187386"
+ x2="38.694427"
+ y2="57.468739"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="19.168869"
+ x2="25.249994"
+ y1="23.568451"
+ x1="25.249994"
+ id="linearGradient3091"
+ xlink:href="#linearGradient3085"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(0.000000,13.11256)"
+ y2="19.168869"
+ x2="25.249994"
+ y1="23.568451"
+ x1="25.249994"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3095"
+ xlink:href="#linearGradient3085"
+ inkscape:collect="always" />
+ </defs>
+ <sodipodi:namedview
+ stroke="#e9b96e"
+ fill="#e9b96e"
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="0.14117647"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="-125.54594"
+ inkscape:cy="-13.769376"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ showborder="true"
+ inkscape:showpageshadow="false"
+ inkscape:window-width="878"
+ inkscape:window-height="818"
+ inkscape:window-x="370"
+ inkscape:window-y="30" />
+ <metadata
+ id="metadata4">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title>File Manager</dc:title>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Jakub Steiner</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:source>http://jimmac.musichall.cz</dc:source>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>file</rdf:li>
+ <rdf:li>manager</rdf:li>
+ <rdf:li>copy</rdf:li>
+ <rdf:li>move</rdf:li>
+ <rdf:li>filesystem</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/publicdomain/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <g
+ id="g5022"
+ transform="matrix(1.949531e-2,0,0,2.086758e-2,42.61888,39.78964)">
+ <rect
+ y="-150.69685"
+ x="-1559.2523"
+ height="478.35718"
+ width="1339.6335"
+ id="rect4173"
+ 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" />
+ <path
+ sodipodi:nodetypes="cccc"
+ id="path5058"
+ 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 "
+ 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" />
+ <path
+ 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"
+ 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 "
+ id="path5018"
+ sodipodi:nodetypes="cccc" />
+ </g>
+ <path
+ 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"
+ 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 "
+ id="path1414" />
+ <path
+ 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"
+ 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 "
+ id="path2380"
+ sodipodi:nodetypes="ccccccc" />
+ <rect
+ ry="0.92857140"
+ rx="0.92857140"
+ y="28.828430"
+ x="14.750000"
+ height="10.055458"
+ width="21.000000"
+ id="rect3083"
+ 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" />
+ <rect
+ 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"
+ id="rect1416"
+ width="21.000000"
+ height="10.055458"
+ x="14.573223"
+ y="28.474876"
+ rx="0.92857140"
+ ry="0.92857140" />
+ <path
+ id="path2358"
+ 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 "
+ 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"
+ sodipodi:nodetypes="ccccccc" />
+ <rect
+ 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"
+ id="rect3081"
+ width="21.000000"
+ height="10.055458"
+ x="14.750000"
+ y="15.715860"
+ rx="0.92857140"
+ ry="0.92857140" />
+ <rect
+ ry="0.92857140"
+ rx="0.92857140"
+ y="15.362308"
+ x="14.573223"
+ height="10.055458"
+ width="21.000000"
+ id="rect3077"
+ 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" />
+ <rect
+ 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"
+ id="rect3079"
+ width="6.7473836"
+ height="3.8216934"
+ x="21.743721"
+ y="21.569220"
+ rx="0.28662863"
+ ry="0.33735332" />
+ <rect
+ ry="0.33735332"
+ rx="0.28662863"
+ y="34.681808"
+ x="21.743721"
+ height="3.8216934"
+ width="6.7473836"
+ id="rect3093"
+ 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" />
+ </g>
+</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 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48.000000px"
+ height="48.000000px"
+ id="svg249"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/mimetypes"
+ sodipodi:docname="text-x-generic-template.svg"
+ inkscape:export-filename="/home/jimmac/gfx/novell/pdes/trunk/docs/BIGmime-text.png"
+ inkscape:export-xdpi="240.00000"
+ inkscape:export-ydpi="240.00000"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs3">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ id="perspective108" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient6719"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5060">
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0"
+ id="stop5062" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop5064" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient6717"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <linearGradient
+ id="linearGradient5048">
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="0"
+ id="stop5050" />
+ <stop
+ id="stop5056"
+ offset="0.5"
+ style="stop-color:black;stop-opacity:1;" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop5052" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5048"
+ id="linearGradient6715"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
+ x1="302.85715"
+ y1="366.64789"
+ x2="302.85715"
+ y2="609.50507" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5853">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop5855" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop5857" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3531">
+ <stop
+ id="stop3533"
+ offset="0.0000000"
+ style="stop-color:#000000;stop-opacity:0.092783503;" />
+ <stop
+ id="stop3535"
+ offset="1.0000000"
+ style="stop-color:#000000;stop-opacity:0.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3519">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop3521" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.0000000;"
+ offset="1.0000000"
+ id="stop3523" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient15662">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop15664" />
+ <stop
+ style="stop-color:#f8f8f8;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop15666" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient269">
+ <stop
+ style="stop-color:#a3a3a3;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop270" />
+ <stop
+ style="stop-color:#4c4c4c;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop271" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient259">
+ <stop
+ style="stop-color:#fafafa;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop260" />
+ <stop
+ style="stop-color:#bbbbbb;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop261" />
+ </linearGradient>
+ <radialGradient
+ r="37.751713"
+ fy="3.7561285"
+ fx="8.8244190"
+ cy="3.7561285"
+ cx="8.8244190"
+ gradientTransform="matrix(0.968273,0.000000,0.000000,1.032767,3.353553,0.646447)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient15656"
+ xlink:href="#linearGradient269"
+ inkscape:collect="always" />
+ <radialGradient
+ r="86.708450"
+ fy="35.736916"
+ fx="33.966679"
+ cy="35.736916"
+ cx="33.966679"
+ gradientTransform="scale(0.960493,1.041132)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient15658"
+ xlink:href="#linearGradient259"
+ inkscape:collect="always" />
+ <radialGradient
+ r="38.158695"
+ fy="7.2678967"
+ fx="8.1435566"
+ cy="7.2678967"
+ cx="8.1435566"
+ gradientTransform="matrix(0.968273,0.000000,0.000000,1.032767,3.353553,0.646447)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient15668"
+ xlink:href="#linearGradient15662"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3519"
+ id="linearGradient3525"
+ gradientTransform="scale(0.668545,1.495785)"
+ x1="57.643562"
+ y1="8.6012535"
+ x2="34.242393"
+ y2="21.033955"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3531"
+ id="linearGradient3529"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-0.668545,0.000000,0.000000,1.495785,47.90649,0.000000)"
+ x1="57.643562"
+ y1="8.6012535"
+ x2="39.081673"
+ y2="20.923300" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5853"
+ id="radialGradient5859"
+ cx="24.875"
+ cy="41.625"
+ fx="24.875"
+ fy="41.625"
+ r="16.625"
+ gradientTransform="matrix(0.834586,-4.742171e-18,1.889736e-18,0.332579,4.114662,27.78137)"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="0.21568627"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="5.6568542"
+ inkscape:cx="-4.6258547"
+ inkscape:cy="34.239466"
+ inkscape:current-layer="layer6"
+ showgrid="false"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:window-width="911"
+ inkscape:window-height="768"
+ inkscape:window-x="130"
+ inkscape:window-y="30"
+ inkscape:showpageshadow="false" />
+ <metadata
+ id="metadata4">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title>Document Template</dc:title>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>template</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Jakub Steiner</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:source>http://jimmac.musichall.cz</dc:source>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/publicdomain/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Shadow"
+ id="layer6"
+ inkscape:groupmode="layer">
+ <g
+ style="display:inline"
+ transform="matrix(2.105461e-2,0,0,2.086758e-2,42.85172,41.1536)"
+ id="g6707">
+ <rect
+ 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"
+ id="rect6709"
+ width="1339.6335"
+ height="478.35718"
+ x="-1559.2523"
+ y="-150.69685" />
+ <path
+ 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"
+ 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 "
+ id="path6711"
+ sodipodi:nodetypes="cccc" />
+ <path
+ sodipodi:nodetypes="cccc"
+ id="path6713"
+ 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 "
+ 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>
+ </g>
+ <g
+ id="layer1"
+ inkscape:label="Base"
+ inkscape:groupmode="layer"
+ style="display:inline">
+ <rect
+ ry="1.1490486"
+ y="3.6464462"
+ x="6.6035528"
+ height="40.920494"
+ width="34.875000"
+ id="rect15391"
+ 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" />
+ <rect
+ rx="0.14904857"
+ ry="0.14904857"
+ y="4.5839462"
+ x="7.6660538"
+ height="38.946384"
+ width="32.775887"
+ id="rect15660"
+ 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" />
+ </g>
+ <g
+ style="display:inline"
+ inkscape:label="Text"
+ id="layer5"
+ inkscape:groupmode="layer">
+ <g
+ id="g3405"
+ transform="translate(-1.149045,0.000000)">
+ <path
+ 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"
+ sodipodi:ry="1.1490486"
+ sodipodi:rx="1.1490486"
+ sodipodi:cy="8.5787964"
+ sodipodi:cx="25.190680"
+ id="path3401"
+ style="fill:#ffffff;fill-opacity:1.0000000"
+ sodipodi:type="arc" />
+ <path
+ transform="translate(-0.353553,-0.265165)"
+ sodipodi:type="arc"
+ style="fill:#000000;fill-opacity:0.11111111"
+ id="path3403"
+ sodipodi:cx="25.190680"
+ sodipodi:cy="8.5787964"
+ sodipodi:rx="1.1490486"
+ sodipodi:ry="1.1490486"
+ 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" />
+ </g>
+ <g
+ id="g3409"
+ transform="translate(-1.149045,4.000000)">
+ <path
+ sodipodi:type="arc"
+ style="fill:#ffffff;fill-opacity:1.0000000"
+ id="path3411"
+ sodipodi:cx="25.190680"
+ sodipodi:cy="8.5787964"
+ sodipodi:rx="1.1490486"
+ sodipodi:ry="1.1490486"
+ 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" />
+ <path
+ 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"
+ sodipodi:ry="1.1490486"
+ sodipodi:rx="1.1490486"
+ sodipodi:cy="8.5787964"
+ sodipodi:cx="25.190680"
+ id="path3413"
+ style="fill:#000000;fill-opacity:0.11111111"
+ sodipodi:type="arc"
+ transform="translate(-0.353553,-0.265165)" />
+ </g>
+ <g
+ transform="translate(-1.149045,8.000000)"
+ id="g3415">
+ <path
+ 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"
+ sodipodi:ry="1.1490486"
+ sodipodi:rx="1.1490486"
+ sodipodi:cy="8.5787964"
+ sodipodi:cx="25.190680"
+ id="path3417"
+ style="fill:#ffffff;fill-opacity:1.0000000"
+ sodipodi:type="arc" />
+ <path
+ transform="translate(-0.353553,-0.265165)"
+ sodipodi:type="arc"
+ style="fill:#000000;fill-opacity:0.11111111"
+ id="path3419"
+ sodipodi:cx="25.190680"
+ sodipodi:cy="8.5787964"
+ sodipodi:rx="1.1490486"
+ sodipodi:ry="1.1490486"
+ 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" />
+ </g>
+ <g
+ id="g3421"
+ transform="translate(-1.149045,12.00000)">
+ <path
+ sodipodi:type="arc"
+ style="fill:#ffffff;fill-opacity:1.0000000"
+ id="path3423"
+ sodipodi:cx="25.190680"
+ sodipodi:cy="8.5787964"
+ sodipodi:rx="1.1490486"
+ sodipodi:ry="1.1490486"
+ 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" />
+ <path
+ 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"
+ sodipodi:ry="1.1490486"
+ sodipodi:rx="1.1490486"
+ sodipodi:cy="8.5787964"
+ sodipodi:cx="25.190680"
+ id="path3425"
+ style="fill:#000000;fill-opacity:0.11111111"
+ sodipodi:type="arc"
+ transform="translate(-0.353553,-0.265165)" />
+ </g>
+ <g
+ transform="translate(-1.149045,16.00000)"
+ id="g3427">
+ <path
+ 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"
+ sodipodi:ry="1.1490486"
+ sodipodi:rx="1.1490486"
+ sodipodi:cy="8.5787964"
+ sodipodi:cx="25.190680"
+ id="path3429"
+ style="fill:#ffffff;fill-opacity:1.0000000"
+ sodipodi:type="arc" />
+ <path
+ transform="translate(-0.353553,-0.265165)"
+ sodipodi:type="arc"
+ style="fill:#000000;fill-opacity:0.11111111"
+ id="path3431"
+ sodipodi:cx="25.190680"
+ sodipodi:cy="8.5787964"
+ sodipodi:rx="1.1490486"
+ sodipodi:ry="1.1490486"
+ 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" />
+ </g>
+ <g
+ id="g3433"
+ transform="translate(-1.149045,20.00000)">
+ <path
+ sodipodi:type="arc"
+ style="fill:#ffffff;fill-opacity:1.0000000"
+ id="path3435"
+ sodipodi:cx="25.190680"
+ sodipodi:cy="8.5787964"
+ sodipodi:rx="1.1490486"
+ sodipodi:ry="1.1490486"
+ 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" />
+ <path
+ 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"
+ sodipodi:ry="1.1490486"
+ sodipodi:rx="1.1490486"
+ sodipodi:cy="8.5787964"
+ sodipodi:cx="25.190680"
+ id="path3437"
+ style="fill:#000000;fill-opacity:0.11111111"
+ sodipodi:type="arc"
+ transform="translate(-0.353553,-0.265165)" />
+ </g>
+ <g
+ transform="translate(-1.149045,24.00000)"
+ id="g3439">
+ <path
+ 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"
+ sodipodi:ry="1.1490486"
+ sodipodi:rx="1.1490486"
+ sodipodi:cy="8.5787964"
+ sodipodi:cx="25.190680"
+ id="path3441"
+ style="fill:#ffffff;fill-opacity:1.0000000"
+ sodipodi:type="arc" />
+ <path
+ transform="translate(-0.353553,-0.265165)"
+ sodipodi:type="arc"
+ style="fill:#000000;fill-opacity:0.11111111"
+ id="path3443"
+ sodipodi:cx="25.190680"
+ sodipodi:cy="8.5787964"
+ sodipodi:rx="1.1490486"
+ sodipodi:ry="1.1490486"
+ 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" />
+ </g>
+ <g
+ id="g3445"
+ transform="translate(-1.149045,28.00000)">
+ <path
+ sodipodi:type="arc"
+ style="fill:#ffffff;fill-opacity:1.0000000"
+ id="path3447"
+ sodipodi:cx="25.190680"
+ sodipodi:cy="8.5787964"
+ sodipodi:rx="1.1490486"
+ sodipodi:ry="1.1490486"
+ 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" />
+ <path
+ 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"
+ sodipodi:ry="1.1490486"
+ sodipodi:rx="1.1490486"
+ sodipodi:cy="8.5787964"
+ sodipodi:cx="25.190680"
+ id="path3449"
+ style="fill:#000000;fill-opacity:0.11111111"
+ sodipodi:type="arc"
+ transform="translate(-0.353553,-0.265165)" />
+ </g>
+ <g
+ transform="translate(-1.149045,32.00000)"
+ id="g3451">
+ <path
+ 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"
+ sodipodi:ry="1.1490486"
+ sodipodi:rx="1.1490486"
+ sodipodi:cy="8.5787964"
+ sodipodi:cx="25.190680"
+ id="path3453"
+ style="fill:#ffffff;fill-opacity:1.0000000"
+ sodipodi:type="arc" />
+ <path
+ transform="translate(-0.353553,-0.265165)"
+ sodipodi:type="arc"
+ style="fill:#000000;fill-opacity:0.11111111"
+ id="path3455"
+ sodipodi:cx="25.190680"
+ sodipodi:cy="8.5787964"
+ sodipodi:rx="1.1490486"
+ sodipodi:ry="1.1490486"
+ 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" />
+ </g>
+ <g
+ id="g3457"
+ transform="translate(-3.502596,6.000000)">
+ <path
+ sodipodi:type="arc"
+ style="fill:#ffffff;fill-opacity:1.0000000"
+ id="path3459"
+ sodipodi:cx="25.190680"
+ sodipodi:cy="8.5787964"
+ sodipodi:rx="1.1490486"
+ sodipodi:ry="1.1490486"
+ 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" />
+ <path
+ 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"
+ sodipodi:ry="1.1490486"
+ sodipodi:rx="1.1490486"
+ sodipodi:cy="8.5787964"
+ sodipodi:cx="25.190680"
+ id="path3461"
+ style="fill:#000000;fill-opacity:0.11111111"
+ sodipodi:type="arc"
+ transform="translate(-0.353553,-0.265165)" />
+ </g>
+ <g
+ transform="translate(1.204508,6.000000)"
+ id="g3463">
+ <path
+ 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"
+ sodipodi:ry="1.1490486"
+ sodipodi:rx="1.1490486"
+ sodipodi:cy="8.5787964"
+ sodipodi:cx="25.190680"
+ id="path3465"
+ style="fill:#ffffff;fill-opacity:1.0000000"
+ sodipodi:type="arc" />
+ <path
+ transform="translate(-0.353553,-0.265165)"
+ sodipodi:type="arc"
+ style="fill:#000000;fill-opacity:0.11111111"
+ id="path3467"
+ sodipodi:cx="25.190680"
+ sodipodi:cy="8.5787964"
+ sodipodi:rx="1.1490486"
+ sodipodi:ry="1.1490486"
+ 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" />
+ </g>
+ <g
+ id="g3469"
+ transform="translate(3.204508,12.00000)">
+ <path
+ sodipodi:type="arc"
+ style="fill:#ffffff;fill-opacity:1.0000000"
+ id="path3471"
+ sodipodi:cx="25.190680"
+ sodipodi:cy="8.5787964"
+ sodipodi:rx="1.1490486"
+ sodipodi:ry="1.1490486"
+ 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" />
+ <path
+ 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"
+ sodipodi:ry="1.1490486"
+ sodipodi:rx="1.1490486"
+ sodipodi:cy="8.5787964"
+ sodipodi:cx="25.190680"
+ id="path3473"
+ style="fill:#000000;fill-opacity:0.11111111"
+ sodipodi:type="arc"
+ transform="translate(-0.353553,-0.265165)" />
+ </g>
+ <g
+ transform="translate(5.204508,18.00000)"
+ id="g3475">
+ <path
+ 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"
+ sodipodi:ry="1.1490486"
+ sodipodi:rx="1.1490486"
+ sodipodi:cy="8.5787964"
+ sodipodi:cx="25.190680"
+ id="path3477"
+ style="fill:#ffffff;fill-opacity:1.0000000"
+ sodipodi:type="arc" />
+ <path
+ transform="translate(-0.353553,-0.265165)"
+ sodipodi:type="arc"
+ style="fill:#000000;fill-opacity:0.11111111"
+ id="path3479"
+ sodipodi:cx="25.190680"
+ sodipodi:cy="8.5787964"
+ sodipodi:rx="1.1490486"
+ sodipodi:ry="1.1490486"
+ 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" />
+ </g>
+ <g
+ id="g3481"
+ transform="translate(7.204508,24.00000)">
+ <path
+ sodipodi:type="arc"
+ style="fill:#ffffff;fill-opacity:1.0000000"
+ id="path3483"
+ sodipodi:cx="25.190680"
+ sodipodi:cy="8.5787964"
+ sodipodi:rx="1.1490486"
+ sodipodi:ry="1.1490486"
+ 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" />
+ <path
+ 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"
+ sodipodi:ry="1.1490486"
+ sodipodi:rx="1.1490486"
+ sodipodi:cy="8.5787964"
+ sodipodi:cx="25.190680"
+ id="path3485"
+ style="fill:#000000;fill-opacity:0.11111111"
+ sodipodi:type="arc"
+ transform="translate(-0.353553,-0.265165)" />
+ </g>
+ <g
+ transform="translate(9.204482,30.00000)"
+ id="g3487">
+ <path
+ 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"
+ sodipodi:ry="1.1490486"
+ sodipodi:rx="1.1490486"
+ sodipodi:cy="8.5787964"
+ sodipodi:cx="25.190680"
+ id="path3489"
+ style="fill:#ffffff;fill-opacity:1.0000000"
+ sodipodi:type="arc" />
+ <path
+ transform="translate(-0.353553,-0.265165)"
+ sodipodi:type="arc"
+ style="fill:#000000;fill-opacity:0.11111111"
+ id="path3491"
+ sodipodi:cx="25.190680"
+ sodipodi:cy="8.5787964"
+ sodipodi:rx="1.1490486"
+ sodipodi:ry="1.1490486"
+ 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" />
+ </g>
+ <g
+ transform="translate(-5.502618,12.00000)"
+ id="g3493">
+ <path
+ 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"
+ sodipodi:ry="1.1490486"
+ sodipodi:rx="1.1490486"
+ sodipodi:cy="8.5787964"
+ sodipodi:cx="25.190680"
+ id="path3495"
+ style="fill:#ffffff;fill-opacity:1.0000000"
+ sodipodi:type="arc" />
+ <path
+ transform="translate(-0.353553,-0.265165)"
+ sodipodi:type="arc"
+ style="fill:#000000;fill-opacity:0.11111111"
+ id="path3497"
+ sodipodi:cx="25.190680"
+ sodipodi:cy="8.5787964"
+ sodipodi:rx="1.1490486"
+ sodipodi:ry="1.1490486"
+ 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" />
+ </g>
+ <g
+ id="g3499"
+ transform="translate(-7.502618,18.00000)">
+ <path
+ sodipodi:type="arc"
+ style="fill:#ffffff;fill-opacity:1.0000000"
+ id="path3501"
+ sodipodi:cx="25.190680"
+ sodipodi:cy="8.5787964"
+ sodipodi:rx="1.1490486"
+ sodipodi:ry="1.1490486"
+ 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" />
+ <path
+ 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"
+ sodipodi:ry="1.1490486"
+ sodipodi:rx="1.1490486"
+ sodipodi:cy="8.5787964"
+ sodipodi:cx="25.190680"
+ id="path3503"
+ style="fill:#000000;fill-opacity:0.11111111"
+ sodipodi:type="arc"
+ transform="translate(-0.353553,-0.265165)" />
+ </g>
+ <g
+ transform="translate(-9.502622,24.00000)"
+ id="g3505">
+ <path
+ 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"
+ sodipodi:ry="1.1490486"
+ sodipodi:rx="1.1490486"
+ sodipodi:cy="8.5787964"
+ sodipodi:cx="25.190680"
+ id="path3507"
+ style="fill:#ffffff;fill-opacity:1.0000000"
+ sodipodi:type="arc" />
+ <path
+ transform="translate(-0.353553,-0.265165)"
+ sodipodi:type="arc"
+ style="fill:#000000;fill-opacity:0.11111111"
+ id="path3509"
+ sodipodi:cx="25.190680"
+ sodipodi:cy="8.5787964"
+ sodipodi:rx="1.1490486"
+ sodipodi:ry="1.1490486"
+ 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" />
+ </g>
+ <g
+ id="g3511"
+ transform="translate(-11.50263,30.00000)">
+ <path
+ sodipodi:type="arc"
+ style="fill:#ffffff;fill-opacity:1.0000000"
+ id="path3513"
+ sodipodi:cx="25.190680"
+ sodipodi:cy="8.5787964"
+ sodipodi:rx="1.1490486"
+ sodipodi:ry="1.1490486"
+ 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" />
+ <path
+ 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"
+ sodipodi:ry="1.1490486"
+ sodipodi:rx="1.1490486"
+ sodipodi:cy="8.5787964"
+ sodipodi:cx="25.190680"
+ id="path3515"
+ style="fill:#000000;fill-opacity:0.11111111"
+ sodipodi:type="arc"
+ transform="translate(-0.353553,-0.265165)" />
+ </g>
+ <path
+ 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"
+ 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 "
+ id="path3517" />
+ <path
+ id="path3527"
+ 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 "
+ 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"
+ sodipodi:nodetypes="ccccc" />
+ </g>
+</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 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48px"
+ height="48px"
+ id="svg1306"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/apps"
+ sodipodi:docname="utilities-system-monitor.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs1308">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ id="perspective69" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient5031"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5060">
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0"
+ id="stop5062" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop5064" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient5029"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <linearGradient
+ id="linearGradient5048">
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="0"
+ id="stop5050" />
+ <stop
+ id="stop5056"
+ offset="0.5"
+ style="stop-color:black;stop-opacity:1;" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop5052" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5048"
+ id="linearGradient5027"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
+ x1="302.85715"
+ y1="366.64789"
+ x2="302.85715"
+ y2="609.50507" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2223">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop2225" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop2229" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2222">
+ <stop
+ style="stop-color:#5187d6;stop-opacity:1;"
+ offset="0"
+ id="stop2224" />
+ <stop
+ style="stop-color:#1e4580;stop-opacity:1;"
+ offset="1"
+ id="stop2227" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3090">
+ <stop
+ style="stop-color:#626c07;stop-opacity:1;"
+ offset="0"
+ id="stop3092" />
+ <stop
+ style="stop-color:#313603;stop-opacity:1;"
+ offset="1"
+ id="stop3094" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2238">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop2240" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop2242" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2224">
+ <stop
+ style="stop-color:#32342f;stop-opacity:0.54639173;"
+ offset="0.0000000"
+ id="stop2226" />
+ <stop
+ style="stop-color:#32342f;stop-opacity:0;"
+ offset="1"
+ id="stop2228" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2214">
+ <stop
+ style="stop-color:#a9aaa7;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop2216" />
+ <stop
+ style="stop-color:#676964;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop2218" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2206">
+ <stop
+ style="stop-color:#c3c6c0;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop2208" />
+ <stop
+ style="stop-color:#e8eae6;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop2210" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2198">
+ <stop
+ style="stop-color:#32342f;stop-opacity:1;"
+ offset="0"
+ id="stop2200" />
+ <stop
+ style="stop-color:#171816;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop2202" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2180">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop2182" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop2184" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2206"
+ id="linearGradient2212"
+ x1="25.861118"
+ y1="26.133587"
+ x2="18.300278"
+ y2="19.567596"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.952387,0.000000,0.000000,1.018339,1.142599,-1.941627)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2214"
+ id="linearGradient2220"
+ x1="0.0012142062"
+ y1="24.012266"
+ x2="47.998765"
+ y2="24.012266"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.952387,0.000000,0.000000,1.018339,1.142599,-1.941627)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2224"
+ id="radialGradient2230"
+ cx="24.041630"
+ cy="42.242130"
+ fx="24.041630"
+ fy="42.242130"
+ r="17.576654"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.304598,-5.757924e-16,29.37527)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2238"
+ id="linearGradient2244"
+ x1="20.338758"
+ y1="19.636894"
+ x2="46.092255"
+ y2="39.708324"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.952387,0.000000,0.000000,1.015657,1.142599,-0.876325)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2180"
+ id="linearGradient1340"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.809547,0.000000,0.000000,1.750325,-16.00036,-15.78719)"
+ x1="8.8207808"
+ y1="12.53757"
+ x2="12.499243"
+ y2="24.238262" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2222"
+ id="radialGradient2229"
+ cx="23.994133"
+ cy="32.266911"
+ fx="23.994133"
+ fy="32.266911"
+ r="19.088932"
+ gradientTransform="matrix(1.768625,-1.961257e-23,1.552064e-23,1.387102,-18.44248,-15.29268)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2223"
+ id="linearGradient2231"
+ x1="35.694206"
+ y1="37.333858"
+ x2="15.044075"
+ y2="5.9588566"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="0.25490196"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="-105.4283"
+ inkscape:cy="21.335249"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:window-width="1064"
+ inkscape:window-height="782"
+ inkscape:window-x="370"
+ inkscape:window-y="66"
+ inkscape:showpageshadow="false"
+ fill="#204a87" />
+ <metadata
+ id="metadata1311">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title>System Monitor</dc:title>
+ <dc:date>2005-10-10</dc:date>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Andreas Nilsson</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>system</rdf:li>
+ <rdf:li>monitor</rdf:li>
+ <rdf:li>performance</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+ <dc:contributor>
+ <cc:Agent>
+ <dc:title>Jakub Steiner</dc:title>
+ </cc:Agent>
+ </dc:contributor>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/publicdomain/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <g
+ id="g5022"
+ transform="matrix(2.454499e-2,0,0,2.086758e-2,45.89369,40.09109)">
+ <rect
+ y="-150.69685"
+ x="-1559.2523"
+ height="478.35718"
+ width="1339.6335"
+ id="rect4173"
+ 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" />
+ <path
+ sodipodi:nodetypes="cccc"
+ id="path5058"
+ 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 "
+ 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" />
+ <path
+ 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"
+ 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 "
+ id="path5018"
+ sodipodi:nodetypes="cccc" />
+ </g>
+ <rect
+ 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"
+ id="rect1316"
+ width="44.759838"
+ height="41.701817"
+ x="1.6199486"
+ y="1.6600797"
+ rx="4.5659914"
+ ry="4.5659928" />
+ <rect
+ 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"
+ id="rect1314"
+ width="37.177864"
+ height="28.954594"
+ x="5.4052019"
+ y="5.4815545"
+ rx="1.6946707"
+ ry="1.694671" />
+ <path
+ 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"
+ 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 "
+ id="path2188"
+ sodipodi:nodetypes="ccccccccccccccccc" />
+ <rect
+ 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"
+ id="rect2232"
+ width="42.894741"
+ height="39.646549"
+ x="2.553669"
+ y="2.6544337"
+ rx="4.1303334"
+ ry="4.1303344" />
+ <path
+ sodipodi:nodetypes="ccccccccccccccccc"
+ id="path3088"
+ 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 "
+ 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" />
+ <path
+ 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"
+ 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 "
+ id="rect2178"
+ sodipodi:nodetypes="ccsccc" />
+ <g
+ id="g3126"
+ style="opacity:0.07954544;fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+ transform="translate(0.187500,0.687500)">
+ <path
+ 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"
+ 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 "
+ id="path3120"
+ sodipodi:nodetypes="ccsssscc" />
+ <path
+ sodipodi:nodetypes="ccsssscc"
+ id="path3122"
+ 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 "
+ 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" />
+ <path
+ 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"
+ 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 "
+ id="path3124"
+ sodipodi:nodetypes="ccsssscc" />
+ </g>
+ <path
+ 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"
+ 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 "
+ id="path3111"
+ sodipodi:nodetypes="ccsssscc" />
+ <path
+ sodipodi:nodetypes="ccsssscc"
+ id="path3116"
+ 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 "
+ 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" />
+ <path
+ 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"
+ 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 "
+ id="path3118"
+ sodipodi:nodetypes="ccsssscc" />
+ <rect
+ ry="2.5696716"
+ rx="2.5696716"
+ y="4.635767"
+ x="4.3192058"
+ height="30.646179"
+ width="39.349869"
+ id="rect2221"
+ 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" />
+ </g>
+</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 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48.000000px"
+ height="48.000000px"
+ id="svg2327"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ sodipodi:docbase="/home/tigert/cvs/freedesktop.org/tango-icon-theme/scalable/devices"
+ sodipodi:docname="video-display.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs3">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ id="perspective71" />
+ <linearGradient
+ id="linearGradient2329">
+ <stop
+ id="stop2331"
+ offset="0.0000000"
+ style="stop-color:#ffffff;stop-opacity:1.0000000;" />
+ <stop
+ id="stop2333"
+ offset="1.0000000"
+ style="stop-color:#ffffff;stop-opacity:0.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2321"
+ inkscape:collect="always">
+ <stop
+ id="stop2323"
+ offset="0"
+ style="stop-color:#7b7f7a;stop-opacity:1;" />
+ <stop
+ id="stop2325"
+ offset="1"
+ style="stop-color:#7b7f7a;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2711">
+ <stop
+ id="stop2713"
+ offset="0.0000000"
+ style="stop-color:#909090;stop-opacity:1.0000000;" />
+ <stop
+ id="stop2715"
+ offset="1.0000000"
+ style="stop-color:#bebebe;stop-opacity:0.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2701">
+ <stop
+ id="stop2703"
+ offset="0.0000000"
+ style="stop-color:#585956;stop-opacity:1.0000000;" />
+ <stop
+ id="stop2705"
+ offset="1.0000000"
+ style="stop-color:#bbbeb8;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2683"
+ inkscape:collect="always">
+ <stop
+ id="stop2685"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ id="stop2687"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2675">
+ <stop
+ id="stop2677"
+ offset="0.0000000"
+ style="stop-color:#5b5b97;stop-opacity:1.0000000;" />
+ <stop
+ id="stop2679"
+ offset="1.0000000"
+ style="stop-color:#1b1b43;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2667">
+ <stop
+ id="stop2669"
+ offset="0.0000000"
+ style="stop-color:#ffffff;stop-opacity:1.0000000;" />
+ <stop
+ id="stop2671"
+ offset="1.0000000"
+ style="stop-color:#fcfcff;stop-opacity:0.0000000;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2454">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop2456" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop2458" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2415">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop2417" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop2419" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2253">
+ <stop
+ style="stop-color:#8f8f8f;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop2255" />
+ <stop
+ style="stop-color:#494949;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop2257" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2245">
+ <stop
+ style="stop-color:#dde1d9;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop2247" />
+ <stop
+ style="stop-color:#cacdc6;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop2249" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2245"
+ id="linearGradient2251"
+ gradientTransform="matrix(1.129863,0.000000,0.000000,0.885063,2.875000,1.570628)"
+ x1="8.6116238"
+ y1="7.2293582"
+ x2="34.784473"
+ y2="33.339787"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2415"
+ id="linearGradient2421"
+ gradientTransform="matrix(1.108069,0.000000,0.000000,0.902471,5.500000,3.875000)"
+ x1="17.698339"
+ y1="13.004725"
+ x2="34.974548"
+ y2="55.200756"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2454"
+ id="radialGradient2460"
+ gradientTransform="scale(1.925808,0.519262)"
+ cx="12.575710"
+ cy="67.501709"
+ fx="12.575710"
+ fy="67.501709"
+ r="8.7662794"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="26.729263"
+ x2="17.199417"
+ y1="1.6537577"
+ x1="11.492236"
+ gradientTransform="matrix(1.238977,0.000000,0.000000,0.895955,5.090553,1.543476)"
+ id="linearGradient2673"
+ xlink:href="#linearGradient2667"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="8.8666229"
+ x2="16.315819"
+ y1="32.622238"
+ x1="19.150396"
+ gradientTransform="matrix(1.174139,0.000000,0.000000,0.945431,5.221825,1.543476)"
+ id="linearGradient2681"
+ xlink:href="#linearGradient2675"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="162.45061"
+ x2="3.7069974"
+ y1="171.29134"
+ x1="3.7069976"
+ gradientTransform="matrix(5.705159,0.000000,0.000000,0.175280,5.500000,2.195627)"
+ id="linearGradient2689"
+ xlink:href="#linearGradient2683"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="64.892525"
+ x2="12.127711"
+ y1="53.535141"
+ x1="12.206709"
+ gradientTransform="matrix(1.816345,0.000000,0.000000,1.278927,2.500000,-40.24508)"
+ id="linearGradient2707"
+ xlink:href="#linearGradient2701"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="3.8451097"
+ x2="35.520542"
+ y1="3.9384086"
+ x1="34.300991"
+ id="linearGradient2717"
+ xlink:href="#linearGradient2711"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="3.8451097"
+ x2="35.520542"
+ y1="3.9384086"
+ x1="34.300991"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2721"
+ xlink:href="#linearGradient2711"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="3.8451097"
+ x2="35.520542"
+ y1="3.9384086"
+ x1="34.300991"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2725"
+ xlink:href="#linearGradient2711"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="3.8451097"
+ x2="35.520542"
+ y1="3.9384086"
+ x1="34.300991"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2729"
+ xlink:href="#linearGradient2711"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="3.8451097"
+ x2="35.520542"
+ y1="3.9384086"
+ x1="34.300991"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2733"
+ xlink:href="#linearGradient2711"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="31.246054"
+ x2="32.536823"
+ y1="5.3817744"
+ x1="10.390738"
+ gradientTransform="matrix(1.104397,0.000000,0.000000,0.905471,4.500000,2.875000)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient1561"
+ xlink:href="#linearGradient2253"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="28.205938"
+ x2="-35.658386"
+ y1="33.416473"
+ x1="-35.658386"
+ id="linearGradient2327"
+ xlink:href="#linearGradient2321"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="30.962345"
+ x2="-35.074745"
+ y1="34.242237"
+ x1="-35.122688"
+ id="linearGradient2337"
+ xlink:href="#linearGradient2329"
+ inkscape:collect="always" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="0.12156863"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="5.6568542"
+ inkscape:cx="35.613813"
+ inkscape:cy="27.608256"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:window-width="854"
+ inkscape:window-height="756"
+ inkscape:window-x="211"
+ inkscape:window-y="92"
+ inkscape:showpageshadow="false" />
+ <metadata
+ id="metadata4">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title>Video Display</dc:title>
+ <dc:date />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Jakub Steiner</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>video</rdf:li>
+ <rdf:li>display</rdf:li>
+ <rdf:li>monitor</rdf:li>
+ <rdf:li>LCD</rdf:li>
+ <rdf:li>CRT</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+ <dc:source>http://jimmac.musichall.cz/</dc:source>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/publicdomain/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <path
+ sodipodi:type="arc"
+ 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"
+ id="path2452"
+ sodipodi:cx="24.218407"
+ sodipodi:cy="35.051105"
+ sodipodi:rx="16.882174"
+ sodipodi:ry="4.5520000"
+ 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"
+ transform="matrix(1.050251,0.000000,0.000000,1.867888,-0.945558,-28.10611)" />
+ <path
+ sodipodi:type="arc"
+ 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"
+ id="path2407"
+ sodipodi:cx="-35.658386"
+ sodipodi:cy="29.716238"
+ sodipodi:rx="9.3944187"
+ sodipodi:ry="3.9395950"
+ 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"
+ transform="translate(60.03339,8.078430)" />
+ <path
+ transform="matrix(0.902373,0.000000,0.000000,0.827650,56.55215,12.86792)"
+ 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"
+ sodipodi:ry="3.9395950"
+ sodipodi:rx="9.3944187"
+ sodipodi:cy="29.716238"
+ sodipodi:cx="-35.658386"
+ id="path1825"
+ 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"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:type="arc"
+ 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"
+ id="path2983"
+ sodipodi:cx="-35.658386"
+ sodipodi:cy="29.716238"
+ sodipodi:rx="9.3944187"
+ sodipodi:ry="3.9395950"
+ 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"
+ transform="matrix(0.837548,0.000000,0.000000,0.852655,54.17811,11.00615)" />
+ <rect
+ y="31.078613"
+ x="19.972397"
+ height="6.3650389"
+ width="9.0396729"
+ id="rect2699"
+ 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" />
+ <path
+ 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"
+ 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 "
+ id="rect2404"
+ sodipodi:nodetypes="cssssssss" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ id="path2377"
+ 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 "
+ 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" />
+ <path
+ sodipodi:nodetypes="cc"
+ 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"
+ d="M 6.6774331,31.610789 L 42.105910,31.610789"
+ id="path2393" />
+ <path
+ sodipodi:nodetypes="cssssssss"
+ id="path2397"
+ 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 "
+ 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" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ 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"
+ 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 "
+ id="path2443" />
+ <path
+ transform="matrix(1.331237,0.000000,0.000000,0.658449,-5.919330,5.728866)"
+ 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"
+ sodipodi:ry="0.83968931"
+ sodipodi:rx="0.83968931"
+ sodipodi:cy="3.9384086"
+ sodipodi:cx="34.780815"
+ id="path2709"
+ 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"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:type="arc"
+ 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"
+ id="path2719"
+ sodipodi:cx="34.780815"
+ sodipodi:cy="3.9384086"
+ sodipodi:rx="0.83968931"
+ sodipodi:ry="0.83968931"
+ 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"
+ transform="matrix(1.331237,0.000000,0.000000,0.658449,-5.805730,7.834650)" />
+ <path
+ transform="matrix(1.331237,0.000000,0.000000,0.658449,-5.692130,9.834650)"
+ 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"
+ sodipodi:ry="0.83968931"
+ sodipodi:rx="0.83968931"
+ sodipodi:cy="3.9384086"
+ sodipodi:cx="34.780815"
+ id="path2723"
+ 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"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:type="arc"
+ 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"
+ id="path2727"
+ sodipodi:cx="34.780815"
+ sodipodi:cy="3.9384086"
+ sodipodi:rx="0.83968931"
+ sodipodi:ry="0.83968931"
+ 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"
+ transform="matrix(1.331237,0.000000,0.000000,0.658449,-5.578530,11.83465)" />
+ <path
+ transform="matrix(1.331237,0.000000,0.000000,0.658449,-5.464930,13.83465)"
+ 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"
+ sodipodi:ry="0.83968931"
+ sodipodi:rx="0.83968931"
+ sodipodi:cy="3.9384086"
+ sodipodi:cx="34.780815"
+ id="path2731"
+ 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"
+ sodipodi:type="arc" />
+ <path
+ id="text2735"
+ 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"
+ 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" />
+ </g>
+</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