summaryrefslogtreecommitdiff
path: root/libre/faenza-icon-theme
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-05 02:06:28 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-05 02:06:28 -0300
commit8b29213caf94481c9b0eae412621699bc9942a66 (patch)
tree03a2e97f04e3b70df54798d3ef6ba0779fbb711f /libre/faenza-icon-theme
parent288a48d376f96b670f699dc321ec6b460fcdd351 (diff)
faenza-icon-theme: remove libre suffix and add complex pkgrel
Diffstat (limited to 'libre/faenza-icon-theme')
-rw-r--r--libre/faenza-icon-theme/PKGBUILD78
-rw-r--r--libre/faenza-icon-theme/distributor-logo-parabola.svg570
-rw-r--r--libre/faenza-icon-theme/start-here-parabola-symbolic.svg738
3 files changed, 1386 insertions, 0 deletions
diff --git a/libre/faenza-icon-theme/PKGBUILD b/libre/faenza-icon-theme/PKGBUILD
new file mode 100644
index 000000000..a9a55bfba
--- /dev/null
+++ b/libre/faenza-icon-theme/PKGBUILD
@@ -0,0 +1,78 @@
+# $Id: PKGBUILD 113926 2014-07-01 10:03:56Z thestinger $
+# Maintainer (Arch): Daniel Micay <danielmicay@gmail.com>
+# Contributor (Arch): Elia Notarangelo <elia.notarangelo AT gmail DOT com>
+# Contributor (Arch): Frikilinux <frikilinux at frikilinux.com.ar>
+# Contributor (Arch): graysky <graysky AT archlinux DOT us>
+# Contributor (Arch): Samsagax <samsagax AT gmail DOT com>
+# Contributor (Arch): simongmzlj <simongmzlj AT gmail DOT com>
+# Maintainer: André Silva <emulatorman@parabola.nu>
+# Contributor: Jorge Araya Navarro <elcorreo@deshackra.com>
+# Contributor: Márcio Silva <coadde@parabola.nu>
+
+pkgname=faenza-icon-theme
+pkgver=1.3.1
+pkgrel=3.parabola1
+pkgdesc='Icon theme designed for Equinox GTK theme, without nonfree distros and application icons (Parabola rebranded)'
+url='http://gnome-look.org/content/show.php/Faenza?content=128143'
+license=('GPL3')
+arch=('any')
+replaces=(${pkgname}-libre)
+conflicts=(${pkgname}-libre)
+makedepends=('librsvg')
+options=(!strip)
+source=("http://ppa.launchpad.net/tiheum/equinox/ubuntu/pool/main/f/$pkgname/${pkgname}_${pkgver}.tar.gz"
+ 'distributor-logo-parabola.svg'
+ 'start-here-parabola-symbolic.svg')
+md5sums=('b5339b70cbb821b583499e725957b150'
+ '0dfb27e36d60266d8f4c3ea763ec1694'
+ 'e2301755fc4c552cfee7de72b6ed775a')
+
+prepare() {
+ cd "$srcdir/$pkgname-1.3"
+ rm -rv debian
+
+ # remove nonfree distros and application logos
+ for nonfree in archlinux debian fedora frugalware gentoo linux-mint mandriva opensuse redhat slackware ubuntu flash rpmdrake novell skype; do
+ find -name *$nonfree* -delete
+ done
+
+ # add the Parabola GNU/Linux-libre logos to the source code
+ cp -a "$srcdir/distributor-logo-parabola.svg" Faenza/places/scalable
+ cp -a "$srcdir/distributor-logo-parabola.svg" Faenza/places/scalable/start-here-parabola.svg
+ cp -a "$srcdir/start-here-parabola-symbolic.svg" Faenza/places/scalable
+
+ for size in 22 24 32 48 64 96; do
+ rsvg-convert -w $size -h $size -o Faenza/places/$size/distributor-logo-parabola.png "$srcdir/distributor-logo-parabola.svg"
+ rsvg-convert -w $size -h $size -o Faenza/places/$size/start-here-parabola.png "$srcdir/distributor-logo-parabola.svg"
+ rsvg-convert -w $size -h $size -o Faenza/places/$size/start-here-parabola-symbolic.png "$srcdir/start-here-parabola-symbolic.svg"
+
+ ln -sf Faenza/places/$size/distributor-logo-parabola.png Faenza/places/$size/parabola-logo.png
+ ln -sf Faenza/places/scalable/distributor-logo-parabola.svg parabola-logo.svg
+ ln -sf Faenza/places/scalable/start-here-parabola.svg Faenza-Dark/places/scalable/start-here-parabola.svg
+ ln -sf Faenza/places/scalable/start-here-parabola-symbolic.svg Faenza-Dark/places/scalable/start-here-parabola-symbolic.svg
+ done
+}
+
+package() {
+ cd $pkgname-1.3
+ mkdir -p "$pkgdir/usr/share/icons" "$pkgdir/usr/lib" "$pkgdir/usr/share"
+
+ cp -rf Faenza{,-Dark,-Darkest,-Darker,-Ambiance,-Radiance} "$pkgdir/usr/share/icons/"
+ cp -rf rhythmbox "$pkgdir/usr/lib/"
+ cp -rf emesene "$pkgdir/usr/share/"
+
+ # set the Parabola GNU/Linux-libre Distributor and start menu logo
+ for theme in Faenza{,-Dark}; do
+ for size in 22 24 32 48 64 96; do
+ cd "$pkgdir/usr/share/icons/$theme/places/$size/"
+ # no distributor-logo for Faenza-Dark
+ [[ $theme == Faenza ]] && ln -sf distributor-logo{-parabola,}.png
+ ln -sf start-here{-parabola,}.png
+ done
+ cd "$pkgdir/usr/share/icons/$theme/places/scalable/"
+ # no distributor-logo for Faenza-Dark
+ [[ $theme == Faenza ]] && ln -sf distributor-logo{-parabola,}.svg
+ ln -sf start-here{-parabola,}.svg
+ ln -sf start-here{-parabola-symbolic,-symbolic}.svg
+ done
+}
diff --git a/libre/faenza-icon-theme/distributor-logo-parabola.svg b/libre/faenza-icon-theme/distributor-logo-parabola.svg
new file mode 100644
index 000000000..dec339e9c
--- /dev/null
+++ b/libre/faenza-icon-theme/distributor-logo-parabola.svg
@@ -0,0 +1,570 @@
+<?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"
+ version="1.0"
+ width="96"
+ height="96"
+ id="svg2408"
+ inkscape:version="0.48.4 r9939"
+ sodipodi:docname="distributor-logo-parabola.svg">
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1280"
+ inkscape:window-height="752"
+ id="namedview3048"
+ showgrid="false"
+ inkscape:zoom="4.916429"
+ inkscape:cx="46.064774"
+ inkscape:cy="49.491663"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ inkscape:current-layer="svg2408"
+ showguides="true"
+ inkscape:guide-bbox="true" />
+ <defs
+ id="defs2410">
+ <linearGradient
+ id="linearGradient3919">
+ <stop
+ id="stop3921"
+ style="stop-color:#fafafa;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3923"
+ style="stop-color:#f0f0f0;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3903">
+ <stop
+ id="stop3905"
+ style="stop-color:#3b3f5f;stop-opacity:1;"
+ offset="0" />
+ <stop
+ id="stop3907"
+ style="stop-color:#abaecb;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>
+ <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="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="linearGradient3026"
+ xlink:href="#ButtonShadow-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
+ <linearGradient
+ x1="541.33502"
+ y1="104.50665"
+ x2="606.91248"
+ y2="303.14029"
+ id="linearGradient3060-4"
+ xlink:href="#path1082_2_-8"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-0.13677913,0,0,0.13677146,122.19582,8.5219823)" />
+ <linearGradient
+ x1="112.49854"
+ y1="6.1372099"
+ x2="112.49853"
+ y2="129.3468"
+ id="path1082_2_-8"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(287,-83)">
+ <stop
+ id="stop193-9"
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0" />
+ <stop
+ id="stop195-6"
+ style="stop-color:#ffffff;stop-opacity:0.60465115"
+ offset="1" />
+ <midPointStop
+ id="midPointStop197-7"
+ style="stop-color:#FFFFFF"
+ offset="0" />
+ <midPointStop
+ id="midPointStop199-4"
+ style="stop-color:#FFFFFF"
+ offset="0.5" />
+ <midPointStop
+ id="midPointStop201-8"
+ style="stop-color:#000000"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="48"
+ y1="90"
+ x2="48"
+ y2="5.9464455"
+ id="linearGradient3909"
+ xlink:href="#linearGradient3903"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ cx="48"
+ cy="71.995491"
+ r="32.993801"
+ fx="48"
+ fy="71.995491"
+ id="radialGradient3925"
+ xlink:href="#linearGradient3919"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.0001879,0,-0.00901697)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3737"
+ id="radialGradient3051"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1573129,0,0,0.99590774,-7.5510206,0.19713193)"
+ cx="48"
+ cy="90.171875"
+ fx="48"
+ fy="90.171875"
+ r="42" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3737"
+ id="linearGradient3054"
+ gradientUnits="userSpaceOnUse"
+ x1="36.357143"
+ y1="6"
+ x2="36.357143"
+ y2="63.893143" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3903"
+ id="linearGradient3057"
+ gradientUnits="userSpaceOnUse"
+ x1="48"
+ y1="90"
+ x2="48"
+ y2="5.9464455" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#path1082_2_-8"
+ id="linearGradient3060"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-0.13677913,0,0,0.13677146,122.19582,8.5219823)"
+ x1="541.33502"
+ y1="104.50665"
+ x2="606.91248"
+ y2="303.14029" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3919"
+ id="radialGradient3064"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.0001879,0,-0.00901697)"
+ cx="48"
+ cy="71.995491"
+ fx="48"
+ fy="71.995491"
+ r="32.993801" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#ButtonShadow-0"
+ id="linearGradient3072"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-97)"
+ x1="32.251034"
+ y1="6.1317081"
+ x2="32.251034"
+ y2="90.238609" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#ButtonShadow-0"
+ id="linearGradient3075"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)"
+ x1="32.251034"
+ y1="6.1317081"
+ x2="32.251034"
+ y2="90.238609" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#ButtonShadow-0"
+ id="linearGradient3078"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0238095,0,0,-1.0119048,-1.1428571,98.071429)"
+ x1="32.251034"
+ y1="6.1317081"
+ x2="32.251034"
+ y2="90.238609" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#ButtonShadow-0"
+ id="linearGradient3081"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0238095,0,0,-1.0119048,-1.1428571,98.071429)"
+ x1="32.251034"
+ y1="6.1317081"
+ x2="32.251034"
+ y2="90.238609" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#ButtonShadow-0"
+ id="linearGradient3084"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0238095,0,0,-1.0119048,-1.1428571,98.071429)"
+ x1="32.251034"
+ y1="6.1317081"
+ x2="32.251034"
+ y2="90.238609" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3919"
+ id="radialGradient4038"
+ cx="64.249374"
+ cy="33.144417"
+ fx="64.249374"
+ fy="33.144417"
+ r="38.221073"
+ gradientTransform="matrix(-0.78678604,-0.09535636,0.09179943,-0.77782881,119.48475,60.816388)"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3919"
+ id="radialGradient4042"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-0.78678604,-0.09535636,0.09179943,-0.77782881,119.48475,60.816388)"
+ cx="64.249374"
+ cy="33.144417"
+ fx="64.249374"
+ fy="33.144417"
+ r="38.221073" />
+ <filter
+ inkscape:collect="always"
+ id="filter4052">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="0.32474815"
+ id="feGaussianBlur4054" />
+ </filter>
+ <filter
+ inkscape:collect="always"
+ id="filter4066">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="0.97424445"
+ id="feGaussianBlur4068" />
+ </filter>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3919"
+ id="radialGradient4093"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-0.78678604,-0.09535636,0.09179943,-0.77782881,119.48475,60.816388)"
+ cx="64.249374"
+ cy="33.144417"
+ fx="64.249374"
+ fy="33.144417"
+ r="38.221073" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3919"
+ id="radialGradient4105"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-0.78678604,-0.09535636,0.09179943,-0.77782881,119.48475,60.816388)"
+ cx="64.249374"
+ cy="33.144417"
+ fx="64.249374"
+ fy="33.144417"
+ r="38.221073" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3919"
+ id="radialGradient4107"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-0.78678604,-0.09535636,0.09179943,-0.77782881,119.48475,60.816388)"
+ cx="64.249374"
+ cy="33.144417"
+ fx="64.249374"
+ fy="33.144417"
+ r="38.221073" />
+ </defs>
+ <metadata
+ id="metadata2413">
+ <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:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer2">
+ <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>
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.07999998;fill:url(#linearGradient3084);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline"
+ id="path3786"
+ d="M 12,95.03125 C 6.4889097,95.03125 1.96875,90.51109 1.96875,85 l 0,-71 C 1.96875,8.4889098 6.4889098,3.96875 12,3.96875 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" />
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.1;fill:url(#linearGradient3081);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline"
+ id="path3778"
+ d="M 12,94.03125 C 7.028367,94.03125 2.96875,89.971633 2.96875,85 l 0,-71 C 2.96875,9.0283671 7.0283671,4.96875 12,4.96875 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" />
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.2;fill:url(#linearGradient3078);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline"
+ id="path3770"
+ d="M 12,93 C 7.5908667,93 4,89.409133 4,85 L 4,14 C 4,9.5908667 7.5908667,6 12,6 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" />
+ <rect
+ style="opacity:0.3;fill:url(#linearGradient3075);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline"
+ id="rect3723"
+ transform="scale(1,-1)"
+ y="-92"
+ x="5"
+ ry="7"
+ rx="7"
+ height="85"
+ width="86" />
+ <rect
+ style="opacity:0.45;fill:url(#linearGradient3072);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline"
+ id="rect3716"
+ transform="scale(1,-1)"
+ y="-91"
+ x="6"
+ ry="6"
+ rx="6"
+ height="84"
+ width="84" />
+ <rect
+ style="fill:url(#linearGradient3057);fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="rect2419"
+ y="6"
+ x="6"
+ ry="6"
+ rx="6"
+ height="84"
+ width="84" />
+ <path
+ style="opacity:0.4;fill:url(#linearGradient3054);fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="rect3728"
+ inkscape:connector-curvature="0"
+ 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" />
+ <path
+ style="opacity:0.2;fill:url(#radialGradient3051);fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="path3615"
+ inkscape:connector-curvature="0"
+ 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" />
+ <rect
+ 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)"
+ id="rect3171"
+ clip-path="url(#clipPath3613)"
+ y="15"
+ x="15"
+ ry="12"
+ rx="12"
+ height="66"
+ width="66" />
+ <g
+ id="g4095"
+ transform="translate(-1.3624913e-7,-0.815655)">
+ <path
+ style="fill:url(#radialGradient4105);fill-opacity:1;stroke:none"
+ d="m 68.98139,18.058681 c -1.805638,0.174842 -3.722729,0.496204 -5.72243,0.924784 L 50.590153,32.158951 c 1.452131,0.177025 2.781071,0.469288 3.99389,0.881269 L 68.98139,18.058681 z m 8.921858,0.739827 -17.532347,18.223731 c 4.93079,6.475383 3.1939,19.482786 -7.182568,40.91908 7.677014,-8.492297 41.181935,-50.694604 25.852962,-58.653211 -0.3559,-0.184781 -0.745082,-0.343727 -1.138047,-0.4896 z m -23.362146,2.567648 c -2.425295,0.782103 -4.893923,1.668745 -7.354354,2.611158 l -8.385037,8.714748 c 1.92341,-0.316005 3.747134,-0.528416 5.464769,-0.641909 L 54.541102,21.366156 z M 41.968916,26.055362 C 26.67139,32.431928 12.991689,40.220919 12.991689,40.220919 c 8.126424,-3.086163 15.465662,-5.39329 21.869804,-6.778148 l 7.107423,-7.387409 z"
+ id="path4040"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path4087"
+ d="m 68.98139,18.874336 c -1.805638,0.174842 -3.722729,0.496204 -5.72243,0.924784 L 50.590153,32.974606 c 1.452131,0.177025 2.781071,0.469288 3.99389,0.881269 L 68.98139,18.874336 z m 8.921858,0.739827 -17.532347,18.223731 c 4.93079,6.475383 3.1939,19.482786 -7.182568,40.91908 7.677014,-8.492297 41.181935,-50.694604 25.852962,-58.653211 -0.3559,-0.184781 -0.745082,-0.343727 -1.138047,-0.4896 z m -23.362146,2.567648 c -2.425295,0.782103 -4.893923,1.668745 -7.354354,2.611158 l -8.385037,8.714748 c 1.92341,-0.316005 3.747134,-0.528416 5.464769,-0.641909 L 54.541102,22.181811 z M 41.968916,26.871017 C 26.67139,33.247583 12.991689,41.036574 12.991689,41.036574 c 8.126424,-3.086163 15.465662,-5.39329 21.869804,-6.778148 l 7.107423,-7.387409 z"
+ style="opacity:0.1;fill:#1a1a1a;fill-opacity:1;stroke:#1a1a1a;stroke-width:6;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ style="opacity:0.3;fill:#1a1a1a;fill-opacity:1;stroke:#1a1a1a;stroke-width:4;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 68.98139,18.874336 c -1.805638,0.174842 -3.722729,0.496204 -5.72243,0.924784 L 50.590153,32.974606 c 1.452131,0.177025 2.781071,0.469288 3.99389,0.881269 L 68.98139,18.874336 z m 8.921858,0.739827 -17.532347,18.223731 c 4.93079,6.475383 3.1939,19.482786 -7.182568,40.91908 7.677014,-8.492297 41.181935,-50.694604 25.852962,-58.653211 -0.3559,-0.184781 -0.745082,-0.343727 -1.138047,-0.4896 z m -23.362146,2.567648 c -2.425295,0.782103 -4.893923,1.668745 -7.354354,2.611158 l -8.385037,8.714748 c 1.92341,-0.316005 3.747134,-0.528416 5.464769,-0.641909 L 54.541102,22.181811 z M 41.968916,26.871017 C 26.67139,33.247583 12.991689,41.036574 12.991689,41.036574 c 8.126424,-3.086163 15.465662,-5.39329 21.869804,-6.778148 l 7.107423,-7.387409 z"
+ id="path4085"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path4083"
+ d="m 68.98139,18.874336 c -1.805638,0.174842 -3.722729,0.496204 -5.72243,0.924784 L 50.590153,32.974606 c 1.452131,0.177025 2.781071,0.469288 3.99389,0.881269 L 68.98139,18.874336 z m 8.921858,0.739827 -17.532347,18.223731 c 4.93079,6.475383 3.1939,19.482786 -7.182568,40.91908 7.677014,-8.492297 41.181935,-50.694604 25.852962,-58.653211 -0.3559,-0.184781 -0.745082,-0.343727 -1.138047,-0.4896 z m -23.362146,2.567648 c -2.425295,0.782103 -4.893923,1.668745 -7.354354,2.611158 l -8.385037,8.714748 c 1.92341,-0.316005 3.747134,-0.528416 5.464769,-0.641909 L 54.541102,22.181811 z M 41.968916,26.871017 C 26.67139,33.247583 12.991689,41.036574 12.991689,41.036574 c 8.126424,-3.086163 15.465662,-5.39329 21.869804,-6.778148 l 7.107423,-7.387409 z"
+ style="opacity:0.4;fill:#1a1a1a;fill-opacity:1;stroke:#1a1a1a;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ style="opacity:0.4;fill:#1a1a1a;fill-opacity:1;stroke:none"
+ d="m 68.98139,18.874336 c -1.805638,0.174842 -3.722729,0.496204 -5.72243,0.924784 L 50.590153,32.974606 c 1.452131,0.177025 2.781071,0.469288 3.99389,0.881269 L 68.98139,18.874336 z m 8.921858,0.739827 -17.532347,18.223731 c 4.93079,6.475383 3.1939,19.482786 -7.182568,40.91908 7.677014,-8.492297 41.181935,-50.694604 25.852962,-58.653211 -0.3559,-0.184781 -0.745082,-0.343727 -1.138047,-0.4896 z m -23.362146,2.567648 c -2.425295,0.782103 -4.893923,1.668745 -7.354354,2.611158 l -8.385037,8.714748 c 1.92341,-0.316005 3.747134,-0.528416 5.464769,-0.641909 L 54.541102,22.181811 z M 41.968916,26.871017 C 26.67139,33.247583 12.991689,41.036574 12.991689,41.036574 c 8.126424,-3.086163 15.465662,-5.39329 21.869804,-6.778148 l 7.107423,-7.387409 z"
+ id="path4081"
+ inkscape:connector-curvature="0" />
+ <g
+ transform="translate(0.3720417,-0.36217118)"
+ id="g4089">
+ <path
+ style="fill:url(#radialGradient4107);fill-opacity:1;stroke:none"
+ d="m 68.98139,18.058681 c -1.805638,0.174842 -3.722729,0.496204 -5.72243,0.924784 L 50.590153,32.158951 c 1.452131,0.177025 2.781071,0.469288 3.99389,0.881269 L 68.98139,18.058681 z m 8.921858,0.739827 -17.532347,18.223731 c 4.93079,6.475383 3.1939,19.482786 -7.182568,40.91908 7.677014,-8.492297 41.181935,-50.694604 25.852962,-58.653211 -0.3559,-0.184781 -0.745082,-0.343727 -1.138047,-0.4896 z m -23.362146,2.567648 c -2.425295,0.782103 -4.893923,1.668745 -7.354354,2.611158 l -8.385037,8.714748 c 1.92341,-0.316005 3.747134,-0.528416 5.464769,-0.641909 L 54.541102,21.366156 z M 41.968916,26.055362 C 26.67139,32.431928 12.991689,40.220919 12.991689,40.220919 c 8.126424,-3.086163 15.465662,-5.39329 21.869804,-6.778148 l 7.107423,-7.387409 z"
+ id="path3488"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:connector-curvature="0"
+ style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 68.96875,18.0625 c -1.805638,0.174842 -3.719049,0.47767 -5.71875,0.90625 l -4.53125,4.71875 c 1.380487,0.163601 2.805429,0.370309 4.25,0.625 l 6,-6.25 z m 8.9375,0.75 -7.03125,7.3125 c 4.628934,1.323647 8.615381,2.971692 11.625,4.71875 1.173125,-5.310086 0.416327,-9.545417 -3.46875,-11.5625 -0.3559,-0.184781 -0.732035,-0.322877 -1.125,-0.46875 z m -23.375,2.5625 c -1.808246,0.583119 -3.633684,1.22712 -5.46875,1.90625 1.164404,-0.05954 2.393939,-0.06327 3.6875,-0.03125 l 1.78125,-1.875 z"
+ id="path4075" />
+ </g>
+ </g>
+</svg>
diff --git a/libre/faenza-icon-theme/start-here-parabola-symbolic.svg b/libre/faenza-icon-theme/start-here-parabola-symbolic.svg
new file mode 100644
index 000000000..a70ad3b3c
--- /dev/null
+++ b/libre/faenza-icon-theme/start-here-parabola-symbolic.svg
@@ -0,0 +1,738 @@
+<?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="16"
+ height="16"
+ id="svg2"
+ sodipodi:version="0.32"
+ inkscape:version="0.48.4 r9939"
+ version="1.0"
+ sodipodi:docname="start-here-parabola-symbolic.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ style="display:inline">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3722">
+ <stop
+ id="stop3724"
+ offset="0"
+ style="stop-color:#aaaaaa;stop-opacity:1;" />
+ <stop
+ id="stop3726"
+ offset="1"
+ style="stop-color:#f0f0f0;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3295">
+ <stop
+ style="stop-color:#559829;stop-opacity:1;"
+ offset="0"
+ id="stop3297" />
+ <stop
+ style="stop-color:#86c837;stop-opacity:1;"
+ offset="1"
+ id="stop3299" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3287">
+ <stop
+ style="stop-color:#cd0000;stop-opacity:1;"
+ offset="0"
+ id="stop3289" />
+ <stop
+ style="stop-color:#e55300;stop-opacity:1;"
+ offset="1"
+ id="stop3291" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3279">
+ <stop
+ style="stop-color:#f08e00;stop-opacity:1;"
+ offset="0"
+ id="stop3281" />
+ <stop
+ style="stop-color:#ffd200;stop-opacity:1;"
+ offset="1"
+ id="stop3283" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3271">
+ <stop
+ style="stop-color:#395d93;stop-opacity:1;"
+ offset="0"
+ id="stop3273" />
+ <stop
+ style="stop-color:#6e92c7;stop-opacity:1;"
+ offset="1"
+ id="stop3275" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3327">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop3330" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop3333" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3327"
+ id="linearGradient3335"
+ x1="11.375"
+ y1="22"
+ x2="11.375"
+ y2="-9.817296"
+ gradientUnits="userSpaceOnUse" />
+ <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="perspective102" />
+ <linearGradient
+ id="linearGradient4081">
+ <stop
+ style="stop-color:#aaaaaa;stop-opacity:1;"
+ offset="0"
+ id="stop4083" />
+ <stop
+ style="stop-color:#f0f0f0;stop-opacity:1;"
+ offset="1"
+ id="stop4085" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4057">
+ <stop
+ style="stop-color:#816647;stop-opacity:1;"
+ offset="0"
+ id="stop4059" />
+ <stop
+ style="stop-color:#a6845d;stop-opacity:1;"
+ offset="1"
+ id="stop4061" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3929">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop3931" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop3933" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3929"
+ id="linearGradient4051"
+ x1="9.494998"
+ y1="15.516565"
+ x2="9.494998"
+ y2="-4.1786065"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4057"
+ id="linearGradient4063"
+ x1="9.17138"
+ y1="21.000002"
+ x2="9.17138"
+ y2="0.97239029"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4081"
+ id="linearGradient4089"
+ x1="6.101758"
+ y1="154.58195"
+ x2="6.101758"
+ y2="36.995476"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4081"
+ id="linearGradient4103"
+ gradientUnits="userSpaceOnUse"
+ x1="6.101758"
+ y1="154.58195"
+ x2="6.101758"
+ y2="36.995476" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4081"
+ id="linearGradient4105"
+ gradientUnits="userSpaceOnUse"
+ x1="6.101758"
+ y1="154.58195"
+ x2="6.101758"
+ y2="36.995476" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4081"
+ id="linearGradient4107"
+ gradientUnits="userSpaceOnUse"
+ x1="6.101758"
+ y1="154.58195"
+ x2="6.101758"
+ y2="36.995476" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4081"
+ id="linearGradient4109"
+ gradientUnits="userSpaceOnUse"
+ x1="6.101758"
+ y1="154.58195"
+ x2="6.101758"
+ y2="36.995476" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4081"
+ id="linearGradient4111"
+ gradientUnits="userSpaceOnUse"
+ x1="6.101758"
+ y1="154.58195"
+ x2="6.101758"
+ y2="36.995476" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4081"
+ id="linearGradient4113"
+ gradientUnits="userSpaceOnUse"
+ x1="6.101758"
+ y1="154.58195"
+ x2="6.101758"
+ y2="36.995476" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4081"
+ id="linearGradient4115"
+ gradientUnits="userSpaceOnUse"
+ x1="6.101758"
+ y1="154.58195"
+ x2="6.101758"
+ y2="36.995476" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4081"
+ id="linearGradient4117"
+ gradientUnits="userSpaceOnUse"
+ x1="6.101758"
+ y1="154.58195"
+ x2="6.101758"
+ y2="36.995476" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4081"
+ id="linearGradient4119"
+ gradientUnits="userSpaceOnUse"
+ x1="6.101758"
+ y1="154.58195"
+ x2="6.101758"
+ y2="36.995476" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4081"
+ id="linearGradient4121"
+ gradientUnits="userSpaceOnUse"
+ x1="6.101758"
+ y1="154.58195"
+ x2="6.101758"
+ y2="36.995476" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4081"
+ id="linearGradient4123"
+ gradientUnits="userSpaceOnUse"
+ x1="6.101758"
+ y1="154.58195"
+ x2="6.101758"
+ y2="36.995476" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4081"
+ id="linearGradient4125"
+ gradientUnits="userSpaceOnUse"
+ x1="6.101758"
+ y1="154.58195"
+ x2="6.101758"
+ y2="36.995476" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4081"
+ id="linearGradient4127"
+ gradientUnits="userSpaceOnUse"
+ x1="6.101758"
+ y1="154.58195"
+ x2="6.101758"
+ y2="36.995476" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4081"
+ id="linearGradient4129"
+ gradientUnits="userSpaceOnUse"
+ x1="6.101758"
+ y1="154.58195"
+ x2="6.101758"
+ y2="36.995476" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4081"
+ id="linearGradient4132"
+ gradientUnits="userSpaceOnUse"
+ x1="6.101758"
+ y1="154.58195"
+ x2="6.101758"
+ y2="36.995476"
+ gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4081"
+ id="linearGradient4141"
+ gradientUnits="userSpaceOnUse"
+ x1="6.101758"
+ y1="154.58195"
+ x2="6.101758"
+ y2="36.995476"
+ gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4081"
+ id="linearGradient4148"
+ gradientUnits="userSpaceOnUse"
+ x1="6.101758"
+ y1="154.58195"
+ x2="6.101758"
+ y2="36.995476"
+ gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4081"
+ id="linearGradient4158"
+ gradientUnits="userSpaceOnUse"
+ x1="6.101758"
+ y1="154.58195"
+ x2="6.101758"
+ y2="36.995476"
+ gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4081"
+ id="linearGradient4180"
+ gradientUnits="userSpaceOnUse"
+ x1="6.101758"
+ y1="154.58195"
+ x2="6.101758"
+ y2="36.995476" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4081"
+ id="linearGradient4182"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)"
+ x1="6.101758"
+ y1="154.58195"
+ x2="6.101758"
+ y2="36.995476" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4081"
+ id="linearGradient4184"
+ gradientUnits="userSpaceOnUse"
+ x1="6.101758"
+ y1="154.58195"
+ x2="6.101758"
+ y2="36.995476" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4081"
+ id="linearGradient4186"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)"
+ x1="6.101758"
+ y1="154.58195"
+ x2="6.101758"
+ y2="36.995476" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4081"
+ id="linearGradient2480"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)"
+ x1="6.101758"
+ y1="154.58195"
+ x2="6.101758"
+ y2="36.995476" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4081"
+ id="linearGradient2483"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)"
+ x1="6.101758"
+ y1="154.58195"
+ x2="6.101758"
+ y2="36.995476" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4081"
+ id="linearGradient2489"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)"
+ x1="6.101758"
+ y1="154.58195"
+ x2="6.101758"
+ y2="36.995476" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4081"
+ id="linearGradient2495"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)"
+ x1="6.101758"
+ y1="154.58195"
+ x2="6.101758"
+ y2="36.995476" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4081"
+ id="linearGradient2498"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)"
+ x1="6.101758"
+ y1="154.58195"
+ x2="6.101758"
+ y2="36.995476" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4081"
+ id="linearGradient2501"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)"
+ x1="6.101758"
+ y1="154.58195"
+ x2="6.101758"
+ y2="36.995476" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4081"
+ id="linearGradient2504"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)"
+ x1="6.101758"
+ y1="154.58195"
+ x2="6.101758"
+ y2="36.995476" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4081"
+ id="linearGradient2506"
+ gradientUnits="userSpaceOnUse"
+ x1="6.101758"
+ y1="154.58195"
+ x2="6.101758"
+ y2="36.995476" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4081"
+ id="linearGradient2508"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)"
+ x1="6.101758"
+ y1="154.58195"
+ x2="6.101758"
+ y2="36.995476" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4081"
+ id="linearGradient2510"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)"
+ x1="6.101758"
+ y1="154.58195"
+ x2="6.101758"
+ y2="36.995476" />
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath4974">
+ <path
+ id="path4976"
+ d="M 16.625,2 C 15.93281,2.046173 15.13978,2.350316 14.5,2.875 13.716105,3.517873 13.079371,5.1522168 13.25,6.0625 13.337976,6.531842 13.692147,7.1029241 14.03125,7.28125 14.662734,7.613335 15.813682,7.0624791 16.875,5.9375 18.021489,4.722239 18.547995,3.383178 18.15625,2.625 17.915497,2.159052 17.31719,1.953827 16.625,2 z M 10.96875,2.71875 C 10.005789,2.719616 9.496306,3.3967078 9.5,4.6875 c 0.00253,0.88392 0.31322,1.6791318 0.71875,1.875 0.301512,0.145631 0.309051,0.1320361 0.6875,0 C 11.533114,6.343793 12.122053,4.8839409 12,3.90625 11.900109,3.106091 11.556193,2.7182209 10.96875,2.71875 z m -3.8125,1.3125 C 6.976067,4.0573035 6.795347,4.173262 6.625,4.34375 6.281636,4.687396 6.277056,4.8747068 6.28125,5.53125 6.286196,6.305553 6.475145,6.7277249 7,7.28125 7.392601,7.695296 7.675716,7.7200481 8.03125,7.34375 8.416388,6.936117 8.535971,6.296057 8.40625,5.59375 8.208416,4.5226825 7.696799,3.9530895 7.15625,4.03125 z M 4.46875,6.375 C 4.281799,6.4054104 4.1133,6.5115553 3.9375,6.6875 3.476154,7.14923 3.798831,8.4188978 4.53125,9.0625 5.405425,9.830669 6.111327,9.1273309 5.8125,7.78125 5.599846,6.8233425 5.029603,6.2837687 4.46875,6.375 z M 12.5,8.0625 C 11.88094,8.0518483 11.187196,8.1034691 10.46875,8.25 8.61799,8.627471 7.13709,9.3254488 6.1875,10.28125 5.640611,10.831715 5.327697,11.341306 5.0625,12.125 c -0.641919,1.896963 0.546896,4.595678 2.8125,6.4375 0.844088,0.686203 1.359152,0.993313 2.21875,1.28125 0.445736,0.149308 0.799163,0.183992 1.625,0.15625 0.946716,-0.03181 1.139252,-0.07408 1.75,-0.375 0.895036,-0.440989 1.909553,-1.461035 2.34375,-2.34375 0.264885,-0.5385 0.307321,-0.768628 0.28125,-1.21875 -0.04452,-0.768578 -0.342658,-0.977756 -1.3125,-0.96875 -1.38452,0.01285 -1.965756,0.333932 -2.25,1.3125 -0.21469,0.739118 -0.452038,1 -0.9375,1 -0.769368,0 -1.5625,-0.611791 -1.5625,-1.25 0,-0.443994 0.715313,-1.10577 2.5,-2.3125 2.514116,-1.69994 3.378489,-2.734111 3.25,-3.875 C 15.64852,8.7901993 14.35718,8.0944552 12.5,8.0625 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:none"
+ inkscape:connector-curvature="0" />
+ </clipPath>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath4995">
+ <path
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline"
+ d="M 30,0 30,22 52,22 52,0 30,0 z M 46.625,2 C 47.31719,1.953827 47.915497,2.159052 48.15625,2.625 48.547995,3.383178 48.021489,4.722239 46.875,5.9375 45.813682,7.0624791 44.662734,7.613335 44.03125,7.28125 43.692147,7.1029241 43.337976,6.531842 43.25,6.0625 43.079371,5.1522168 43.716105,3.517873 44.5,2.875 45.13978,2.350316 45.93281,2.046173 46.625,2 z m -5.65625,0.71875 c 0.587443,-5.291e-4 0.931359,0.387341 1.03125,1.1875 0.122053,0.9776909 -0.466886,2.437543 -1.09375,2.65625 -0.378449,0.1320361 -0.385988,0.145631 -0.6875,0 C 39.81322,6.3666318 39.502528,5.57142 39.5,4.6875 39.496306,3.3967078 40.005789,2.719616 40.96875,2.71875 z m -3.8125,1.3125 c 0.540549,-0.078161 1.052166,0.4914325 1.25,1.5625 0.129721,0.702307 0.01014,1.342367 -0.375,1.75 C 37.675716,7.7200481 37.392601,7.695296 37,7.28125 36.475145,6.7277249 36.286196,6.305553 36.28125,5.53125 36.277056,4.8747068 36.281636,4.687396 36.625,4.34375 36.795347,4.173262 36.976067,4.0573035 37.15625,4.03125 z M 34.46875,6.375 C 35.029603,6.2837687 35.599846,6.8233425 35.8125,7.78125 36.111327,9.1273309 35.405425,9.830669 34.53125,9.0625 33.798831,8.4188978 33.476154,7.14923 33.9375,6.6875 34.1133,6.5115553 34.281799,6.4054104 34.46875,6.375 z M 42.5,8.0625 c 1.85718,0.031955 3.14852,0.7276993 3.28125,1.90625 0.128489,1.140889 -0.735884,2.17506 -3.25,3.875 -1.784687,1.20673 -2.5,1.868506 -2.5,2.3125 0,0.638209 0.793132,1.25 1.5625,1.25 0.485462,0 0.72281,-0.260882 0.9375,-1 0.284244,-0.978568 0.86548,-1.299646 2.25,-1.3125 0.969842,-0.009 1.267977,0.200172 1.3125,0.96875 0.02607,0.450122 -0.01637,0.68025 -0.28125,1.21875 -0.434197,0.882715 -1.448714,1.902761 -2.34375,2.34375 -0.610748,0.300916 -0.803284,0.343192 -1.75,0.375 -0.825837,0.02774 -1.179264,-0.0069 -1.625,-0.15625 C 39.234152,19.555813 38.719088,19.248703 37.875,18.5625 35.609396,16.720678 34.420581,14.021963 35.0625,12.125 35.327697,11.341306 35.640611,10.831715 36.1875,10.28125 37.13709,9.3254488 38.61799,8.627471 40.46875,8.25 41.187196,8.1034691 41.88094,8.0518483 42.5,8.0625 z"
+ id="path4997"
+ inkscape:connector-curvature="0" />
+ </clipPath>
+ <inkscape:perspective
+ id="perspective4374"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <linearGradient
+ id="StandardGradient-1"
+ gradientTransform="matrix(0.9984539,0,0,0.9984539,-0.0459776,0.05767558)"
+ x1="10.710332"
+ y1="1.9963325"
+ x2="10.710332"
+ y2="18.974037"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.86274511;"
+ offset="0"
+ id="stop3277-4" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.47058824;"
+ offset="1"
+ id="stop3279-3" />
+ </linearGradient>
+ <linearGradient
+ id="SpecificGradient-5"
+ x1="10.761708"
+ y1="3.9999998"
+ x2="10.761708"
+ y2="18.011395"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ style="stop-color:#a50000;stop-opacity:1;"
+ offset="0"
+ id="stop3292-8" />
+ <stop
+ style="stop-color:#e73800;stop-opacity:1;"
+ offset="1"
+ id="stop3294-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#StandardGradient-1"
+ id="linearGradient3738"
+ gradientUnits="userSpaceOnUse"
+ x1="12"
+ y1="8"
+ x2="12"
+ y2="20.041595" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#StandardGradient-1"
+ id="linearGradient3741"
+ gradientUnits="userSpaceOnUse"
+ x1="12"
+ y1="8"
+ x2="12"
+ y2="20.041595"
+ gradientTransform="translate(-30,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#StandardGradient-1"
+ id="linearGradient3747"
+ gradientUnits="userSpaceOnUse"
+ x1="12"
+ y1="8"
+ x2="12"
+ y2="20.041595"
+ gradientTransform="translate(0,1)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#StandardGradient-1"
+ id="linearGradient3751"
+ gradientUnits="userSpaceOnUse"
+ x1="12"
+ y1="8"
+ x2="12"
+ y2="20.041595" />
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath3758">
+ <path
+ style="fill:#ff00ff;fill-opacity:1;stroke:none;display:inline"
+ d="m -30,0 0,22 22,0 0,-22 -22,0 z m 16.625,2 c 0.69219,-0.046173 1.290497,0.159052 1.53125,0.625 0.391745,0.758178 -0.134761,2.097239 -1.28125,3.3125 -1.061318,1.124979 -2.212266,1.675835 -2.84375,1.34375 C -16.307853,7.102924 -16.66202,6.531842 -16.75,6.0625 -16.920629,5.152217 -16.283895,3.517873 -15.5,2.875 -14.86022,2.350316 -14.06719,2.046173 -13.375,2 z m -5.65625,0.71875 c 0.587443,-5.29e-4 0.93136,0.387341 1.03125,1.1875 0.122053,0.977691 -0.466886,2.437543 -1.09375,2.65625 -0.378449,0.132036 -0.385988,0.145631 -0.6875,0 -0.40553,-0.195868 -0.71625,-0.99108 -0.71875,-1.875 -0.0037,-1.290792 0.505789,-1.967884 1.46875,-1.96875 z m -3.8125,1.3125 c 0.540549,-0.078161 1.052166,0.4914325 1.25,1.5625 0.129721,0.702307 0.01014,1.342367 -0.375,1.75 -0.355534,0.376298 -0.638649,0.351546 -1.03125,-0.0625 -0.524855,-0.553525 -0.71385,-0.975697 -0.71875,-1.75 -0.0042,-0.656543 3.86e-4,-0.843854 0.34375,-1.1875 0.170347,-0.170488 0.351067,-0.286447 0.53125,-0.3125 z m -2.6875,2.34375 c 0.560853,-0.091231 1.131096,0.4483425 1.34375,1.40625 0.298827,1.346081 -0.407075,2.049419 -1.28125,1.28125 -0.732419,-0.643602 -1.055096,-1.91327 -0.59375,-2.375 0.1758,-0.1759448 0.344299,-0.282089 0.53125,-0.3125 z M -17.5,8.0625 c 1.85718,0.031955 3.14852,0.7276993 3.28125,1.90625 0.128489,1.140889 -0.735884,2.17506 -3.25,3.875 -1.784687,1.20673 -2.5,1.868506 -2.5,2.3125 0,0.638209 0.793132,1.25 1.5625,1.25 0.485462,0 0.72281,-0.260882 0.9375,-1 0.284244,-0.978569 0.86548,-1.29965 2.25,-1.3125 0.969842,-0.009 1.26798,0.200172 1.3125,0.96875 0.02607,0.450123 -0.01637,0.68025 -0.28125,1.21875 -0.434197,0.882715 -1.448714,1.902761 -2.34375,2.34375 -0.610748,0.30092 -0.803284,0.34319 -1.75,0.375 -0.825837,0.02774 -1.179264,-0.0069 -1.625,-0.15625 -0.859598,-0.287937 -1.374662,-0.595047 -2.21875,-1.28125 -2.265604,-1.841822 -3.454419,-4.540537 -2.8125,-6.4375 0.265198,-0.783694 0.578111,-1.293285 1.125,-1.84375 0.94959,-0.9558013 2.43049,-1.653779 4.28125,-2.03125 0.718447,-0.146531 1.41219,-0.198152 2.03125,-0.1875 z"
+ id="path3760"
+ inkscape:connector-curvature="0" />
+ </clipPath>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#StandardGradient-1"
+ id="linearGradient6801"
+ gradientUnits="userSpaceOnUse"
+ x1="12"
+ y1="8"
+ x2="12"
+ y2="20.041595" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#StandardGradient-1"
+ id="linearGradient6806"
+ gradientUnits="userSpaceOnUse"
+ x1="12"
+ y1="8"
+ x2="12"
+ y2="20.041595" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#StandardGradient-1"
+ id="linearGradient6810"
+ gradientUnits="userSpaceOnUse"
+ x1="12"
+ y1="8"
+ x2="12"
+ y2="20.041595" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#StandardGradient-1-1"
+ id="linearGradient3745"
+ x1="13"
+ y1="2"
+ x2="13"
+ y2="18.031219"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1252108,0,0,1.1249999,-2.5078172,-0.2808096)" />
+ <linearGradient
+ id="StandardGradient-1-1"
+ gradientTransform="matrix(0.9984539,0,0,0.9984539,-0.0459776,0.05767558)"
+ x1="10.710332"
+ y1="1.9963325"
+ x2="10.710332"
+ y2="18.974037"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.86274511;"
+ offset="0"
+ id="stop3277-4-7" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.47058824;"
+ offset="1"
+ id="stop3279-3-5" />
+ </linearGradient>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#f05656"
+ borderopacity="1"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="22.640001"
+ inkscape:cx="2.1794604"
+ inkscape:cy="0.60330206"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:showpageshadow="false"
+ showguides="false"
+ inkscape:guide-bbox="true"
+ inkscape:window-width="1596"
+ inkscape:window-height="1161"
+ inkscape:window-x="0"
+ inkscape:window-y="18"
+ inkscape:window-maximized="0">
+ <sodipodi:guide
+ orientation="1,0"
+ position="0,112"
+ id="guide2383" />
+ <sodipodi:guide
+ orientation="0,1"
+ position="26.278146,128"
+ id="guide2385" />
+ <sodipodi:guide
+ orientation="1,0"
+ position="128,54.082119"
+ id="guide2387" />
+ <sodipodi:guide
+ orientation="0,1"
+ position="78.156291,0"
+ id="guide2389" />
+ <sodipodi:guide
+ orientation="0,1"
+ position="60.863576,64.084768"
+ id="guide2391" />
+ <inkscape:grid
+ type="xygrid"
+ id="grid3672"
+ visible="true"
+ enabled="true"
+ empspacing="8"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <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:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:groupmode="layer"
+ id="layer2"
+ inkscape:label="Dark background"
+ sodipodi:insensitive="true"
+ style="display:none"
+ transform="translate(0,-6)">
+ <rect
+ y="0"
+ x="0"
+ height="22"
+ width="22"
+ id="rect4898"
+ style="fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
+ </g>
+ <g
+ inkscape:groupmode="layer"
+ id="layer3"
+ inkscape:label="Pale darkground"
+ sodipodi:insensitive="true"
+ style="display:none"
+ transform="translate(0,-6)">
+ <rect
+ style="fill:#efebe7;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="rect4126"
+ width="22"
+ height="22"
+ x="0"
+ y="0" />
+ </g>
+ <g
+ inkscape:label="Button"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-6)">
+ <path
+ style="fill:#d40000;fill-opacity:1;stroke:none"
+ d="m -13.375,32 c -0.69219,0.04617 -1.48522,0.350316 -2.125,0.875 -0.783895,0.642873 -1.420629,2.277217 -1.25,3.1875 0.08798,0.469342 0.442147,1.040424 0.78125,1.21875 0.631484,0.332085 1.782432,-0.218771 2.84375,-1.34375 1.146489,-1.215261 1.672995,-2.554322 1.28125,-3.3125 C -12.084503,32.159052 -12.68281,31.953827 -13.375,32 z m -5.65625,0.71875 c -0.962961,8.66e-4 -1.472444,0.677958 -1.46875,1.96875 0.0025,0.88392 0.31322,1.679132 0.71875,1.875 0.301512,0.145631 0.309051,0.132036 0.6875,0 0.626864,-0.218707 1.215803,-1.678559 1.09375,-2.65625 -0.09989,-0.800159 -0.443807,-1.188029 -1.03125,-1.1875 z m -3.8125,1.3125 c -0.180183,0.02605 -0.360903,0.142012 -0.53125,0.3125 -0.343364,0.343646 -0.347944,0.530957 -0.34375,1.1875 0.0049,0.774303 0.193895,1.196475 0.71875,1.75 0.392601,0.414046 0.675716,0.438798 1.03125,0.0625 0.385138,-0.407633 0.504721,-1.047693 0.375,-1.75 -0.197834,-1.071067 -0.709451,-1.64066 -1.25,-1.5625 z m -2.6875,2.34375 c -0.186951,0.03041 -0.35545,0.136555 -0.53125,0.3125 -0.461346,0.46173 -0.138669,1.731398 0.59375,2.375 0.874175,0.768169 1.580077,0.06483 1.28125,-1.28125 -0.212654,-0.957908 -0.782897,-1.497481 -1.34375,-1.40625 z M -17.5,38.0625 c -0.61906,-0.01065 -1.312804,0.04097 -2.03125,0.1875 -1.85076,0.377471 -3.33166,1.075449 -4.28125,2.03125 -0.546889,0.550465 -0.859803,1.060056 -1.125,1.84375 -0.641919,1.896963 0.546896,4.595678 2.8125,6.4375 0.844088,0.686203 1.359152,0.993313 2.21875,1.28125 0.445736,0.149308 0.799163,0.183992 1.625,0.15625 0.946716,-0.03181 1.139252,-0.07408 1.75,-0.375 0.895036,-0.440989 1.909553,-1.461035 2.34375,-2.34375 0.264885,-0.5385 0.307321,-0.768628 0.28125,-1.21875 -0.04452,-0.768578 -0.342658,-0.977756 -1.3125,-0.96875 -1.38452,0.01285 -1.965756,0.333932 -2.25,1.3125 -0.21469,0.739118 -0.452038,1 -0.9375,1 -0.769368,0 -1.5625,-0.611791 -1.5625,-1.25 0,-0.443994 0.715313,-1.10577 2.5,-2.3125 2.514116,-1.69994 3.378489,-2.734111 3.25,-3.875 -0.13273,-1.178551 -1.42407,-1.874295 -3.28125,-1.90625 z"
+ id="path4951"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:connector-curvature="0"
+ d="m 12.794607,7.2463486 c -0.412619,0.039429 -0.850706,0.1118949 -1.307673,0.2085403 L 8.5918944,10.425987 c 0.3318369,0.03992 0.6355226,0.105825 0.9126725,0.198728 L 12.794607,7.2463486 z m 2.038798,0.1668323 -4.006442,4.1094871 C 11.953734,12.982879 11.556824,15.916073 9.1856228,20.75 10.939952,18.83497 18.596402,9.318268 15.093469,7.5235868 15.01214,7.4819169 14.923205,7.4460756 14.833405,7.4131809 z M 9.494754,7.9921903 C 8.9405327,8.1685562 8.3764085,8.3684955 7.8141582,8.5810114 L 5.898033,10.546205 c 0.4395322,-0.07126 0.8562847,-0.119159 1.2487937,-0.144752 L 9.494754,7.9921903 z M 6.6217935,9.049616 C 3.1260463,10.487544 0,12.243977 0,12.243977 1.8570277,11.54804 3.5341689,11.027779 4.9976258,10.715491 L 6.6217935,9.049616 z"
+ id="path3488"
+ style="fill:#bebebe;stroke:none;fill-opacity:1" />
+ </g>
+</svg>