aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorLuca Ferretti <elle.uca@libero.it>2006-12-04 17:20:12 +0800
committerLuca Ferretti <lferrett@src.gnome.org>2006-12-04 17:20:12 +0800
commit060e1e90fc45b0ec50466fbd30f988fe51440a7a (patch)
tree510db773eabdfcfd6cf2bbe016463a35fbced750 /data
parent6c786a9ce6a02bf5cf2d3b7ec01bd37b7912df0a (diff)
downloadgsoc2013-epiphany-060e1e90fc45b0ec50466fbd30f988fe51440a7a.tar
gsoc2013-epiphany-060e1e90fc45b0ec50466fbd30f988fe51440a7a.tar.gz
gsoc2013-epiphany-060e1e90fc45b0ec50466fbd30f988fe51440a7a.tar.bz2
gsoc2013-epiphany-060e1e90fc45b0ec50466fbd30f988fe51440a7a.tar.lz
gsoc2013-epiphany-060e1e90fc45b0ec50466fbd30f988fe51440a7a.tar.xz
gsoc2013-epiphany-060e1e90fc45b0ec50466fbd30f988fe51440a7a.tar.zst
gsoc2013-epiphany-060e1e90fc45b0ec50466fbd30f988fe51440a7a.zip
Initial commit to provide Epiphany icons as themed icons. Files will be
2006-12-04 Luca Ferretti <elle.uca@libero.it> * configure.in: * data/Makefile.am: * data/icons/*/epiphany-download*: * data/icons/*Makefile.am*: Initial commit to provide Epiphany icons as themed icons. Files will be installed under $prefix/share/epiphany/icons/hicolor/ as per http://wayofthemonkey.com/index.php?date=2006-11-15&month=11&year=2006 By now only epiphany-download is available, but currently unused in the UI. More icons are code changes will come.
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am2
-rw-r--r--data/icons/16x16/Makefile.am5
-rw-r--r--data/icons/16x16/actions/Makefile.am22
-rw-r--r--data/icons/16x16/actions/epiphany-download.pngbin0 -> 687 bytes
-rw-r--r--data/icons/16x16/actions/epiphany-download.xcf.bz2bin0 -> 1394 bytes
-rw-r--r--data/icons/22x22/Makefile.am5
-rw-r--r--data/icons/22x22/actions/Makefile.am22
-rw-r--r--data/icons/22x22/actions/epiphany-download.pngbin0 -> 1127 bytes
-rw-r--r--data/icons/22x22/actions/epiphany-download.xcf.bz2bin0 -> 2899 bytes
-rw-r--r--data/icons/24x24/Makefile.am5
-rw-r--r--data/icons/24x24/actions/Makefile.am22
-rw-r--r--data/icons/24x24/actions/epiphany-download.pngbin0 -> 1197 bytes
-rw-r--r--data/icons/32x32/Makefile.am5
-rw-r--r--data/icons/32x32/actions/Makefile.am22
-rw-r--r--data/icons/32x32/actions/epiphany-download.pngbin0 -> 1920 bytes
-rw-r--r--data/icons/32x32/actions/epiphany-download.svg985
-rw-r--r--data/icons/Makefile.am10
-rw-r--r--data/icons/scalable/Makefile.am5
-rw-r--r--data/icons/scalable/actions/Makefile.am22
-rw-r--r--data/icons/scalable/actions/epiphany-download.svg982
20 files changed, 2113 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index de235dfdc..da662ee4d 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = art chrome glade ui
+SUBDIRS = art chrome glade icons ui
@INTLTOOL_SERVER_RULE@
@INTLTOOL_DESKTOP_RULE@
diff --git a/data/icons/16x16/Makefile.am b/data/icons/16x16/Makefile.am
new file mode 100644
index 000000000..d880be4c3
--- /dev/null
+++ b/data/icons/16x16/Makefile.am
@@ -0,0 +1,5 @@
+SUBDIRS = \
+ actions
+
+MAINTAINERCLEANFILES = \
+ Makefile.in
diff --git a/data/icons/16x16/actions/Makefile.am b/data/icons/16x16/actions/Makefile.am
new file mode 100644
index 000000000..2db5f5276
--- /dev/null
+++ b/data/icons/16x16/actions/Makefile.am
@@ -0,0 +1,22 @@
+themedir = $(pkgdatadir)/icons/hicolor
+size = 16x16
+context = actions
+
+iconsdir = $(themedir)/$(size)/$(context)
+
+icons_DATA = \
+ epiphany-download.png
+
+
+EXTRA_DIST = \
+ $(icons_DATA)
+
+MAINTAINERCLEANFILES = \
+ Makefile.in
+
+install-data-local: install-iconsDATA
+ if test -n "$(ICONMAP)" ; then \
+ (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) ; \
+ fi
+
+uninstall-am: uninstall-iconsDATA \ No newline at end of file
diff --git a/data/icons/16x16/actions/epiphany-download.png b/data/icons/16x16/actions/epiphany-download.png
new file mode 100644
index 000000000..5c05bca34
--- /dev/null
+++ b/data/icons/16x16/actions/epiphany-download.png
Binary files differ
diff --git a/data/icons/16x16/actions/epiphany-download.xcf.bz2 b/data/icons/16x16/actions/epiphany-download.xcf.bz2
new file mode 100644
index 000000000..5570f9c66
--- /dev/null
+++ b/data/icons/16x16/actions/epiphany-download.xcf.bz2
Binary files differ
diff --git a/data/icons/22x22/Makefile.am b/data/icons/22x22/Makefile.am
new file mode 100644
index 000000000..d880be4c3
--- /dev/null
+++ b/data/icons/22x22/Makefile.am
@@ -0,0 +1,5 @@
+SUBDIRS = \
+ actions
+
+MAINTAINERCLEANFILES = \
+ Makefile.in
diff --git a/data/icons/22x22/actions/Makefile.am b/data/icons/22x22/actions/Makefile.am
new file mode 100644
index 000000000..ea9ea18c6
--- /dev/null
+++ b/data/icons/22x22/actions/Makefile.am
@@ -0,0 +1,22 @@
+themedir = $(pkgdatadir)/icons/hicolor
+size = 22x22
+context = actions
+
+iconsdir = $(themedir)/$(size)/$(context)
+
+icons_DATA = \
+ epiphany-download.png
+
+
+EXTRA_DIST = \
+ $(icons_DATA)
+
+MAINTAINERCLEANFILES = \
+ Makefile.in
+
+install-data-local: install-iconsDATA
+ if test -n "$(ICONMAP)" ; then \
+ (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) ; \
+ fi
+
+uninstall-am: uninstall-iconsDATA \ No newline at end of file
diff --git a/data/icons/22x22/actions/epiphany-download.png b/data/icons/22x22/actions/epiphany-download.png
new file mode 100644
index 000000000..c4e1d2e83
--- /dev/null
+++ b/data/icons/22x22/actions/epiphany-download.png
Binary files differ
diff --git a/data/icons/22x22/actions/epiphany-download.xcf.bz2 b/data/icons/22x22/actions/epiphany-download.xcf.bz2
new file mode 100644
index 000000000..edcdaeeac
--- /dev/null
+++ b/data/icons/22x22/actions/epiphany-download.xcf.bz2
Binary files differ
diff --git a/data/icons/24x24/Makefile.am b/data/icons/24x24/Makefile.am
new file mode 100644
index 000000000..d880be4c3
--- /dev/null
+++ b/data/icons/24x24/Makefile.am
@@ -0,0 +1,5 @@
+SUBDIRS = \
+ actions
+
+MAINTAINERCLEANFILES = \
+ Makefile.in
diff --git a/data/icons/24x24/actions/Makefile.am b/data/icons/24x24/actions/Makefile.am
new file mode 100644
index 000000000..c478fd031
--- /dev/null
+++ b/data/icons/24x24/actions/Makefile.am
@@ -0,0 +1,22 @@
+themedir = $(pkgdatadir)/icons/hicolor
+size = 24x24
+context = actions
+
+iconsdir = $(themedir)/$(size)/$(context)
+
+icons_DATA = \
+ epiphany-download.png
+
+
+EXTRA_DIST = \
+ $(icons_DATA)
+
+MAINTAINERCLEANFILES = \
+ Makefile.in
+
+install-data-local: install-iconsDATA
+ if test -n "$(ICONMAP)" ; then \
+ (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) ; \
+ fi
+
+uninstall-am: uninstall-iconsDATA \ No newline at end of file
diff --git a/data/icons/24x24/actions/epiphany-download.png b/data/icons/24x24/actions/epiphany-download.png
new file mode 100644
index 000000000..bdb776d69
--- /dev/null
+++ b/data/icons/24x24/actions/epiphany-download.png
Binary files differ
diff --git a/data/icons/32x32/Makefile.am b/data/icons/32x32/Makefile.am
new file mode 100644
index 000000000..d880be4c3
--- /dev/null
+++ b/data/icons/32x32/Makefile.am
@@ -0,0 +1,5 @@
+SUBDIRS = \
+ actions
+
+MAINTAINERCLEANFILES = \
+ Makefile.in
diff --git a/data/icons/32x32/actions/Makefile.am b/data/icons/32x32/actions/Makefile.am
new file mode 100644
index 000000000..85f3a5930
--- /dev/null
+++ b/data/icons/32x32/actions/Makefile.am
@@ -0,0 +1,22 @@
+themedir = $(pkgdatadir)/icons/hicolor
+size = 32x32
+context = actions
+
+iconsdir = $(themedir)/$(size)/$(context)
+
+icons_DATA = \
+ epiphany-download.png
+
+
+EXTRA_DIST = \
+ $(icons_DATA)
+
+MAINTAINERCLEANFILES = \
+ Makefile.in
+
+install-data-local: install-iconsDATA
+ if test -n "$(ICONMAP)" ; then \
+ (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) ; \
+ fi
+
+uninstall-am: uninstall-iconsDATA \ No newline at end of file
diff --git a/data/icons/32x32/actions/epiphany-download.png b/data/icons/32x32/actions/epiphany-download.png
new file mode 100644
index 000000000..258e76617
--- /dev/null
+++ b/data/icons/32x32/actions/epiphany-download.png
Binary files differ
diff --git a/data/icons/32x32/actions/epiphany-download.svg b/data/icons/32x32/actions/epiphany-download.svg
new file mode 100644
index 000000000..6b4d12719
--- /dev/null
+++ b/data/icons/32x32/actions/epiphany-download.svg
@@ -0,0 +1,985 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://web.resource.org/cc/"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="32"
+ height="32"
+ id="svg2"
+ sodipodi:version="0.32"
+ inkscape:version="0.44"
+ version="1.0"
+ sodipodi:docbase="/home/luca/Artwork/epiphany/32x32"
+ sodipodi:docname="epiphany-download.svg"
+ inkscape:export-filename="/home/jimmac/Desktop/drive-harddisk.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient5554">
+ <stop
+ style="stop-color:#b5fa72;stop-opacity:1;"
+ offset="0"
+ id="stop5556" />
+ <stop
+ style="stop-color:#668e40;stop-opacity:1;"
+ offset="1"
+ id="stop5558" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5554"
+ id="linearGradient5560"
+ x1="22.765835"
+ y1="14.579608"
+ x2="31.330709"
+ y2="21.155987"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2916">
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="0"
+ id="stop2918" />
+ <stop
+ style="stop-color:white;stop-opacity:0;"
+ offset="1"
+ id="stop2920" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2902">
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0"
+ id="stop2905" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop2907" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2986">
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0"
+ id="stop2988" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop2990" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2967">
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="0"
+ id="stop2969" />
+ <stop
+ style="stop-color:white;stop-opacity:0;"
+ offset="1"
+ id="stop2971" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2064">
+ <stop
+ id="stop2066"
+ offset="0"
+ style="stop-color:white;stop-opacity:1;" />
+ <stop
+ style="stop-color:#555753;stop-opacity:0.60000002;"
+ offset="0.5"
+ id="stop2070" />
+ <stop
+ id="stop2068"
+ offset="1"
+ style="stop-color:#555753;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9641">
+ <stop
+ style="stop-color:white;stop-opacity:1"
+ offset="0"
+ id="stop9643" />
+ <stop
+ style="stop-color:#888a85;stop-opacity:1"
+ offset="1"
+ id="stop9645" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9633">
+ <stop
+ style="stop-color:#eeeeec;stop-opacity:1"
+ offset="0"
+ id="stop9635" />
+ <stop
+ style="stop-color:#888a85;stop-opacity:1"
+ offset="1"
+ id="stop9639" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9613">
+ <stop
+ style="stop-color:white;stop-opacity:1"
+ offset="0"
+ id="stop9615" />
+ <stop
+ id="stop9619"
+ offset="0.5"
+ style="stop-color:white;stop-opacity:1;" />
+ <stop
+ style="stop-color:#cccfca;stop-opacity:1"
+ offset="1"
+ id="stop9617" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8710">
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0"
+ id="stop8712" />
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="1"
+ id="stop8714" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8631">
+ <stop
+ id="stop8633"
+ offset="0"
+ style="stop-color:#eeeeec;stop-opacity:1" />
+ <stop
+ style="stop-color:#eeeeec;stop-opacity:1;"
+ offset="0.2"
+ id="stop8637" />
+ <stop
+ id="stop8635"
+ offset="1"
+ style="stop-color:#babdb6;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8625">
+ <stop
+ id="stop8627"
+ offset="0"
+ style="stop-color:white;stop-opacity:1" />
+ <stop
+ id="stop8629"
+ offset="1"
+ style="stop-color:#babdb6;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8613">
+ <stop
+ style="stop-color:#babdb6;stop-opacity:1"
+ offset="0"
+ id="stop8615" />
+ <stop
+ style="stop-color:#2e3436;stop-opacity:1"
+ offset="1"
+ id="stop8617" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5740">
+ <stop
+ style="stop-color:#d0d0cb;stop-opacity:1;"
+ offset="0"
+ id="stop5742" />
+ <stop
+ style="stop-color:#babdb6;stop-opacity:1"
+ offset="1"
+ id="stop5744" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5690">
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="0"
+ id="stop5692" />
+ <stop
+ style="stop-color:#888a85;stop-opacity:0.59848487"
+ offset="1"
+ id="stop5694" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2899">
+ <stop
+ id="stop2901"
+ offset="0"
+ style="stop-color:#555753;stop-opacity:1" />
+ <stop
+ id="stop2903"
+ offset="1"
+ style="stop-color:#2e3436;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3468">
+ <stop
+ style="stop-color:#fdfdfc;stop-opacity:1"
+ offset="0"
+ id="stop3470" />
+ <stop
+ style="stop-color:white;stop-opacity:0.37121212"
+ offset="1"
+ id="stop3472" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2909">
+ <stop
+ style="stop-color:white;stop-opacity:0;"
+ offset="0"
+ id="stop2911" />
+ <stop
+ id="stop2917"
+ offset="0.5"
+ style="stop-color:white;stop-opacity:1;" />
+ <stop
+ style="stop-color:white;stop-opacity:0;"
+ offset="1"
+ id="stop2913" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2839">
+ <stop
+ style="stop-color:white;stop-opacity:0.25773194;"
+ offset="0"
+ id="stop2841" />
+ <stop
+ id="stop2847"
+ offset="0.5472973"
+ style="stop-color:white;stop-opacity:1;" />
+ <stop
+ style="stop-color:white;stop-opacity:0.24705882;"
+ offset="0.66243607"
+ id="stop2849" />
+ <stop
+ id="stop2851"
+ offset="0.875"
+ style="stop-color:white;stop-opacity:0.83505154;" />
+ <stop
+ style="stop-color:white;stop-opacity:0;"
+ offset="1"
+ id="stop2843" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2900">
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="0"
+ id="stop2902" />
+ <stop
+ id="stop2908"
+ offset="0.5"
+ style="stop-color:black;stop-opacity:1;" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop2904" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2886">
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0"
+ id="stop2888" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop2890" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3468"
+ id="linearGradient3474"
+ x1="24.748737"
+ y1="35.354588"
+ x2="29.123737"
+ y2="14.997767"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.681908,0,0,0.665785,-0.278595,1.0396e-2)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2886"
+ id="radialGradient4700"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(4.095822,0,0,3.101282,-9.53921,-94.5433)"
+ cx="0"
+ cy="17"
+ fx="0"
+ fy="17"
+ r="2" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2886"
+ id="radialGradient4702"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(4.095822,0,0,3.101282,38.20996,-10.90025)"
+ cx="0"
+ cy="17"
+ fx="0"
+ fy="17"
+ r="2" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2900"
+ id="linearGradient4704"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.047911,0,0,2.067521,1.347566,6.673675)"
+ x1="9.8994951"
+ y1="20"
+ x2="9.8994951"
+ y2="13.979153" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2909"
+ id="linearGradient4711"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.42294,10.5,-12.95703)"
+ x1="15.335379"
+ y1="33.06237"
+ x2="20.329321"
+ y2="36.37693" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2909"
+ id="linearGradient4713"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.42294,-0.875,-13.04578)"
+ x1="15.335379"
+ y1="33.06237"
+ x2="20.329321"
+ y2="36.37693" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2909"
+ id="linearGradient4715"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.459833,0,-0.391165,1.370105,40.62503,-11.29892)"
+ x1="15.335379"
+ y1="33.06237"
+ x2="20.329321"
+ y2="36.37693" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5740"
+ id="radialGradient5748"
+ cx="27.023031"
+ cy="19.859606"
+ fx="27.023031"
+ fy="19.859606"
+ r="21.980215"
+ gradientTransform="matrix(0.799611,-0.646137,0.631678,0.760598,-14.98805,14.83188)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2064"
+ id="linearGradient5790"
+ gradientUnits="userSpaceOnUse"
+ x1="18.048874"
+ y1="25.461344"
+ x2="22.211937"
+ y2="12.143078"
+ gradientTransform="matrix(0.657477,0,0,0.649969,0.235945,3.097178)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8631"
+ id="linearGradient5865"
+ x1="24"
+ y1="34.96217"
+ x2="24"
+ y2="14.237437"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2839"
+ id="linearGradient7658"
+ gradientUnits="userSpaceOnUse"
+ x1="27.057796"
+ y1="12.669416"
+ x2="32.042896"
+ y2="31.219666" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5690"
+ id="linearGradient8603"
+ x1="20.304037"
+ y1="24.035707"
+ x2="18.498415"
+ y2="40.647167"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8613"
+ id="radialGradient8619"
+ cx="7.5177727"
+ cy="30.573555"
+ fx="7.5177727"
+ fy="30.573555"
+ r="0.53125"
+ gradientTransform="matrix(1.662477,0,0,1.61358,-4.989175,-18.65647)"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9613"
+ id="radialGradient8623"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.389748,0,0,1.348872,-2.91982,-10.63815)"
+ cx="7.5191436"
+ cy="30.304251"
+ fx="7.5191436"
+ fy="30.304251"
+ r="0.53125" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9633"
+ id="radialGradient8664"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.569487,0,0,1.523325,-4.288627,-15.92107)"
+ cx="7.5336008"
+ cy="30.307562"
+ fx="7.5336008"
+ fy="30.307562"
+ r="0.53125" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8613"
+ id="radialGradient8666"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.662477,0,0,1.61358,-4.989175,-18.65647)"
+ cx="7.5177727"
+ cy="30.573555"
+ fx="7.5177727"
+ fy="30.573555"
+ r="0.53125" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8625"
+ id="radialGradient8676"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.662477,0,0,1.61358,-4.989175,-18.65647)"
+ cx="7.4792061"
+ cy="30.36071"
+ fx="7.4792061"
+ fy="30.36071"
+ r="0.53125" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8613"
+ id="radialGradient8678"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.662477,0,0,1.61358,-4.989175,-18.65647)"
+ cx="7.5177727"
+ cy="30.573555"
+ fx="7.5177727"
+ fy="30.573555"
+ r="0.53125" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9641"
+ id="radialGradient8680"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.662477,0,0,1.61358,-4.989175,-18.65647)"
+ cx="7.4893188"
+ cy="30.337601"
+ fx="7.4893188"
+ fy="30.337601"
+ r="0.53125" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8613"
+ id="radialGradient8682"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.662477,0,0,1.61358,-4.989175,-18.65647)"
+ cx="7.5177727"
+ cy="30.573555"
+ fx="7.5177727"
+ fy="30.573555"
+ r="0.53125" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8710"
+ id="linearGradient8716"
+ x1="40.617188"
+ y1="30.554688"
+ x2="40.710938"
+ y2="30.359375"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.699277,0,0,0.697667,-0.69536,2.119372)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8710"
+ id="linearGradient9605"
+ gradientUnits="userSpaceOnUse"
+ x1="40.617188"
+ y1="30.554688"
+ x2="40.710938"
+ y2="30.359375"
+ gradientTransform="matrix(0.421571,-0.556627,0.557912,0.4206,-29.4539,33.25466)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8710"
+ id="linearGradient9649"
+ gradientUnits="userSpaceOnUse"
+ x1="40.617188"
+ y1="30.554688"
+ x2="40.710938"
+ y2="30.359375"
+ gradientTransform="matrix(0.605591,-0.348834,0.349639,0.604197,-27.82194,7.284469)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8710"
+ id="linearGradient9654"
+ gradientUnits="userSpaceOnUse"
+ x1="40.617188"
+ y1="30.554688"
+ x2="40.710938"
+ y2="30.359375"
+ gradientTransform="matrix(0.494464,0.368058,-0.494464,0.368058,19.58773,-14.6888)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2967"
+ id="linearGradient2973"
+ x1="12.5"
+ y1="43.1875"
+ x2="12.5"
+ y2="34.045513"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.984083,0,0,0.949515,0.382008,51.76754)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2899"
+ id="linearGradient5655"
+ gradientUnits="userSpaceOnUse"
+ x1="53.812813"
+ y1="43.573235"
+ x2="-2.8138931"
+ y2="35.500015"
+ gradientTransform="translate(0,50)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2986"
+ id="linearGradient2992"
+ x1="21.9375"
+ y1="39"
+ x2="21.9375"
+ y2="37.995617"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.699277,0,0,0.697667,-0.69536,1.514706)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2902"
+ id="linearGradient2910"
+ x1="22.601398"
+ y1="30.033131"
+ x2="22.971142"
+ y2="20.903238"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.699277,0,0,0.697667,-0.69536,3.514706)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2916"
+ id="linearGradient2922"
+ x1="24.847851"
+ y1="28.908398"
+ x2="24.847851"
+ y2="25.757175"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.699277,0,0,0.697667,-0.69536,3.514706)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5554"
+ id="linearGradient6070"
+ gradientUnits="userSpaceOnUse"
+ x1="22.765835"
+ y1="14.579608"
+ x2="31.330709"
+ y2="21.155987"
+ gradientTransform="matrix(0.709252,0,0,0.728833,-0.747186,0.556801)" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666"
+ borderopacity="1"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="23.15625"
+ inkscape:cx="16"
+ inkscape:cy="16"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ width="32px"
+ height="32px"
+ inkscape:showpageshadow="true"
+ gridspacingx="0.5px"
+ gridspacingy="0.5px"
+ gridempspacing="2"
+ showgrid="true"
+ inkscape:window-width="1280"
+ inkscape:window-height="953"
+ inkscape:window-x="0"
+ inkscape:window-y="24"
+ showborder="true"
+ inkscape:grid-points="true"
+ inkscape:grid-bbox="true"
+ borderlayer="true"
+ showguides="false"
+ inkscape:guide-bbox="true">
+ <sodipodi:guide
+ orientation="horizontal"
+ position="12"
+ id="guide2023" />
+ <sodipodi:guide
+ orientation="horizontal"
+ position="27.5"
+ id="guide2025" />
+ </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" />
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Jakub Steiner, Lapo Calamandrei</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:contributor>
+ <cc:Agent>
+ <dc:title />
+ </cc:Agent>
+ </dc:contributor>
+ <dc:title>Drive Harddisk</dc:title>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>hdd</rdf:li>
+ <rdf:li>drive</rdf:li>
+ <rdf:li>hard</rdf:li>
+ <rdf:li>fixed</rdf:li>
+ <rdf:li>media</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Livello 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline">
+ <g
+ id="g3519"
+ style="opacity:0.8857143"
+ transform="matrix(0.720836,0,0,0.803118,-1.210091,-9.60918)"
+ inkscape:export-filename="/home/lapo/Desktop/uhm.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <rect
+ transform="scale(-1,-1)"
+ y="-48.024086"
+ x="-9.5392103"
+ height="12.405126"
+ width="8.1916437"
+ id="rect2884"
+ style="opacity:1;fill:url(#radialGradient4700);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <rect
+ y="35.618961"
+ x="38.209965"
+ height="12.405126"
+ width="8.1916437"
+ id="rect2894"
+ style="opacity:1;fill:url(#radialGradient4702);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <rect
+ y="35.618961"
+ x="9.5392103"
+ height="12.405126"
+ width="28.670753"
+ id="rect2898"
+ style="opacity:1;fill:url(#linearGradient4704);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ </g>
+ <g
+ id="g5672"
+ transform="matrix(0.702932,0,0,0.724539,-0.783074,-34.20851)">
+ <path
+ sodipodi:nodetypes="ccccccccccccc"
+ id="rect2010"
+ d="M 4.5182287,80.500013 L 43.481768,80.500013 C 44.045867,80.500013 44.499997,80.954143 44.499997,81.518242 L 44.499997,83.721409 C 44.499997,85.036993 44.049766,86.739637 42.044268,86.739637 L 40.5,86.739624 L 40.5,87.739624 L 7.5,87.739624 L 7.5,86.739624 L 5.6432287,86.739637 C 4.3720234,86.739637 3.5000005,85.85501 3.5000005,84.483972 L 3.5000005,81.518242 C 3.5000005,80.954143 3.9541302,80.500013 4.5182287,80.500013 z "
+ style="color:black;fill:url(#linearGradient5655);fill-opacity:1;fill-rule:nonzero;stroke:#2e3436;stroke-width:1.40123999;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:1.4;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <path
+ style="opacity:0.1;color:black;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2973);stroke-width:1.40123975;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:1.4;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ d="M 4.9026385,81.76628 L 4.9026385,87.206756 C 4.9026385,87.776104 5.2723096,88.255832 5.7748581,88.255832 L 42.133103,88.255832 C 42.637415,88.255832 43.097349,87.774205 43.097349,87.290682 L 43.097349,81.76628 L 4.9026385,81.76628 z "
+ id="path2076"
+ sodipodi:nodetypes="ccccccc" />
+ <g
+ transform="translate(0,50)"
+ style="opacity:0.5"
+ id="g4706">
+ <path
+ style="opacity:0.10952382;fill:url(#linearGradient4711);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 26.144738,34.088747 C 26.144738,34.088747 24.642136,39.622686 22.918563,40 C 22.918563,40 29.149941,39.874229 29.149941,39.874229 C 30.537013,39.556768 32.508699,34.088747 32.508699,34.088747 L 26.144738,34.088747 z "
+ id="path2907"
+ sodipodi:nodetypes="ccccc"
+ inkscape:export-filename="/home/lapo/Desktop/uhm.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="/home/lapo/Desktop/uhm.png"
+ sodipodi:nodetypes="ccccc"
+ id="path2892"
+ d="M 14.769738,34 C 14.769738,34 13.267136,39.533939 11.543563,39.911253 C 11.543563,39.911253 17.774941,39.785482 17.774941,39.785482 C 19.162013,39.468021 21.133699,34 21.133699,34 L 14.769738,34 z "
+ style="opacity:0.10952382;fill:url(#linearGradient4713);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ <path
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="/home/lapo/Desktop/uhm.png"
+ sodipodi:nodetypes="ccccc"
+ id="path2896"
+ d="M 34.886139,34 C 34.886139,34 32.673915,39.328458 31.777636,39.691761 C 31.777636,39.691761 34.677605,39.57066 34.677605,39.57066 C 35.402697,39.264987 37.8125,34 37.8125,34 L 34.886139,34 z "
+ style="opacity:0.10952382;fill:url(#linearGradient4715);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ </g>
+ </g>
+ <path
+ style="fill:url(#radialGradient5748);fill-opacity:1;stroke:#888a85;stroke-width:0.99999964;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
+ d="M 7.4063612,9.3721404 L 24.739365,9.3721404 C 25.927345,9.3721404 26.429821,9.4538807 26.883734,11.031594 L 30.46318,23.473035 C 30.816593,24.701426 29.506792,25.376081 28.318812,25.376081 L 3.8269119,25.376081 C 2.5089737,25.376081 1.3655697,24.554067 1.682543,23.473035 L 5.3860941,10.842135 C 5.7869622,9.4749805 6.2183809,9.3721404 7.4063612,9.3721404 z "
+ id="rect1879"
+ sodipodi:nodetypes="cczzcczzc"
+ inkscape:export-filename="/home/lapo/Desktop/uhm.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ sodipodi:type="inkscape:offset"
+ inkscape:radius="-0.5"
+ inkscape:original="M 11.6875 10.5 C 10.00333 10.5 9.4120513 10.660095 8.84375 12.625 L 3.59375 30.75 C 3.1443849 32.303684 4.7565918 33.500002 6.625 33.5 L 41.34375 33.5 C 43.02792 33.5 44.876024 32.515471 44.375 30.75 L 39.3125 12.875 C 38.668998 10.607474 37.965419 10.5 36.28125 10.5 L 11.6875 10.5 z "
+ style="opacity:0.46240599;fill:url(#linearGradient7658);fill-opacity:1;stroke:none;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;display:inline"
+ id="path5806"
+ d="M 11.6875,11 C 10.861258,11 10.40275,11.065232 10.125,11.25 C 9.8472503,11.434768 9.5847988,11.808525 9.3125,12.75 L 4.0625,30.875 C 3.8916752,31.465628 4.0939747,31.914316 4.5625,32.3125 C 5.0310253,32.710684 5.7975106,33.000001 6.625,33 L 41.34375,33 C 42.088405,33 42.882691,32.7518 43.375,32.375 C 43.867309,31.9982 44.106017,31.578923 43.90625,30.875 L 38.84375,13 C 38.534499,11.910283 38.220548,11.458908 37.90625,11.25 C 37.591952,11.041092 37.112699,11 36.28125,11 L 11.6875,11 z "
+ transform="matrix(0.699277,0,0,0.697667,-0.69536,2.119371)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;color:black;fill:url(#radialGradient8623);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;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:1.4;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ id="path8621"
+ sodipodi:cx="7.625"
+ sodipodi:cy="30.578125"
+ sodipodi:rx="0.53125"
+ sodipodi:ry="0.515625"
+ d="M 8.15625 30.578125 A 0.53125 0.515625 0 1 1 7.09375,30.578125 A 0.53125 0.515625 0 1 1 8.15625 30.578125 z"
+ transform="matrix(-1.83812,0,0,1.240289,18.7397,-14.46934)" />
+ <path
+ style="fill:none;fill-opacity:1;stroke:url(#linearGradient5790);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ d="M 10.570659,10.87705 C 10.169567,10.87705 9.851543,11.178317 9.851543,11.567642 L 9.194067,13.821665 C 7.1941614,14.712247 5.9477749,15.983786 5.9477749,17.396494 C 5.9477749,20.087366 10.478407,22.27126 16.077028,22.271261 C 21.675646,22.271261 26.226827,20.087365 26.226826,17.396494 C 26.226826,15.973927 24.94324,14.692764 22.918896,13.801354 L 22.261419,11.567642 C 22.261419,11.178317 21.943396,10.87705 21.542303,10.87705 L 10.570659,10.87705 z "
+ id="path2784"
+ sodipodi:nodetypes="cccssscccc" />
+ <path
+ style="fill:none;fill-opacity:1;stroke:url(#linearGradient3474);stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;display:inline"
+ d="M 7.6912092,10.330047 C 7.1435523,10.330047 6.9430413,10.377201 6.8601335,10.434076 C 6.7772257,10.49095 6.6162101,10.702996 6.3913215,11.307917 L 2.8113026,23.437666 C 2.7201175,23.682943 2.7739159,23.794692 3.024399,23.999421 C 3.2748821,24.204152 3.7517858,24.373925 4.2390482,24.373926 L 27.914054,24.373926 C 28.350334,24.373926 28.864188,24.214792 29.128704,24.020228 C 29.393219,23.825663 29.461686,23.764222 29.3418,23.437666 L 25.889639,11.495168 C 25.632418,10.79454 25.424523,10.53263 25.314278,10.454881 C 25.204034,10.377133 25.011708,10.330047 24.461893,10.330047 L 7.6912092,10.330047 z "
+ id="path3394"
+ sodipodi:nodetypes="csccsccsccscc" />
+ <g
+ id="g5657"
+ transform="matrix(0.711236,0,0,0.697667,3.374811,2.119371)"
+ style="opacity:0.3028571">
+ <rect
+ ry="1.017536"
+ rx="0.75130093"
+ y="34.776142"
+ x="18.499996"
+ height="2.7238696"
+ width="14.000004"
+ id="rect5641"
+ style="opacity:1;color:black;fill:white;fill-opacity:1;fill-rule:nonzero;stroke:#eeeeec;stroke-width:1.41961074;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:1.4;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ y="35.492805"
+ x="19.157057"
+ height="1.4333484"
+ width="1.4060031"
+ id="rect5645"
+ style="opacity:1;color:black;fill:black;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;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:1.4;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ y="35.492805"
+ x="22"
+ height="1.5071946"
+ width="1.3750668"
+ id="rect5647"
+ style="opacity:1;color:black;fill:black;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;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:1.4;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ y="35.492805"
+ x="24.781071"
+ height="1.4333484"
+ width="1.4060031"
+ id="rect5649"
+ style="opacity:1;color:black;fill:black;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;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:1.4;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ y="35.492805"
+ x="27.593077"
+ height="1.5071946"
+ width="4.218009"
+ id="rect5653"
+ style="opacity:1;color:black;fill:black;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;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:1.4;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ </g>
+ <path
+ sodipodi:type="inkscape:offset"
+ inkscape:radius="-0.44194174"
+ inkscape:original="M 16.125 12.5625 C 15.55142 12.5625 15.09375 12.973212 15.09375 13.53125 L 14.15625 16.78125 C 11.296288 18.057765 9.5 19.881347 9.5 21.90625 C 9.5 25.763206 15.993702 28.874999 24 28.875 C 32.006296 28.874999 38.500001 25.763206 38.5 21.90625 C 38.5 19.867215 36.67616 18.027701 33.78125 16.75 L 32.84375 13.53125 C 32.843748 12.973212 32.386082 12.5625 31.8125 12.5625 L 16.125 12.5625 z "
+ style="fill:url(#linearGradient5865);fill-opacity:1;stroke:none;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:inline"
+ id="path5857"
+ d="M 16.125,13 C 15.762388,13 15.53125,13.214848 15.53125,13.53125 C 15.537172,13.572706 15.537172,13.614794 15.53125,13.65625 L 14.59375,16.90625 C 14.55648,17.032564 14.464823,17.135678 14.34375,17.1875 C 12.953848,17.807869 11.845241,18.565737 11.09375,19.375 C 10.342259,20.184263 9.9375,21.02448 9.9375,21.90625 C 9.9375,23.586705 11.392464,25.21545 13.9375,26.4375 C 16.482536,27.65955 20.054107,28.4375 24,28.4375 C 27.945892,28.4375 31.517463,27.65955 34.0625,26.4375 C 36.607537,25.21545 38.0625,23.586705 38.0625,21.90625 C 38.0625,21.018499 37.668724,20.159037 36.90625,19.34375 C 36.143776,18.528463 35.000895,17.777309 33.59375,17.15625 C 33.472677,17.104428 33.38102,17.001314 33.34375,16.875 L 32.40625,13.65625 C 32.400328,13.614794 32.400328,13.572706 32.40625,13.53125 C 32.406249,13.214846 32.175114,13 31.8125,13 L 16.125,13 z "
+ transform="matrix(0.699277,0,0,0.717587,-0.69536,1.552902)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.9;color:black;fill:black;fill-opacity:0.05303028;fill-rule:nonzero;stroke:url(#linearGradient8603);stroke-width:3.60809565;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:1.4;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ id="path8595"
+ sodipodi:cx="16.970562"
+ sodipodi:cy="25.107418"
+ sodipodi:rx="7.7781744"
+ sodipodi:ry="4.2868347"
+ d="M 24.748736 25.107418 A 7.7781744 4.2868347 0 1 1 9.1923876,25.107418 A 7.7781744 4.2868347 0 1 1 24.748736 25.107418 z"
+ transform="matrix(0.314659,0,0,0.24412,10.74735,10.64116)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;color:black;fill:url(#radialGradient8619);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;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:1.4;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ id="path8611"
+ sodipodi:cx="7.625"
+ sodipodi:cy="30.578125"
+ sodipodi:rx="0.53125"
+ sodipodi:ry="0.515625"
+ d="M 8.15625 30.578125 A 0.53125 0.515625 0 1 1 7.09375,30.578125 A 0.53125 0.515625 0 1 1 8.15625 30.578125 z"
+ transform="matrix(0.987219,0,0,0.676526,-2.803517,2.711332)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;color:black;fill:url(#radialGradient8664);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.46259445;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:1.4;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ id="path8660"
+ sodipodi:cx="7.625"
+ sodipodi:cy="30.578125"
+ sodipodi:rx="0.53125"
+ sodipodi:ry="0.515625"
+ d="M 8.15625 30.578125 A 0.53125 0.515625 0 1 1 7.09375,30.578125 A 0.53125 0.515625 0 1 1 8.15625 30.578125 z"
+ transform="matrix(-1.83812,0,0,1.240289,41.81583,-14.46934)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;color:black;fill:url(#radialGradient8666);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;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:1.4;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ id="path8662"
+ sodipodi:cx="7.625"
+ sodipodi:cy="30.578125"
+ sodipodi:rx="0.53125"
+ sodipodi:ry="0.515625"
+ d="M 8.15625 30.578125 A 0.53125 0.515625 0 1 1 7.09375,30.578125 A 0.53125 0.515625 0 1 1 8.15625 30.578125 z"
+ transform="matrix(0.987219,0,0,0.676526,20.27261,2.711332)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;color:black;fill:url(#radialGradient8676);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;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:1.4;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ id="path8668"
+ sodipodi:cx="7.625"
+ sodipodi:cy="30.578125"
+ sodipodi:rx="0.53125"
+ sodipodi:ry="0.515625"
+ d="M 8.15625 30.578125 A 0.53125 0.515625 0 1 1 7.09375,30.578125 A 0.53125 0.515625 0 1 1 8.15625 30.578125 z"
+ transform="matrix(-1.83812,0,0,1.240289,21.53681,-26.32969)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;color:black;fill:url(#radialGradient8678);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;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:1.4;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ id="path8670"
+ sodipodi:cx="7.625"
+ sodipodi:cy="30.578125"
+ sodipodi:rx="0.53125"
+ sodipodi:ry="0.515625"
+ d="M 8.15625 30.578125 A 0.53125 0.515625 0 1 1 7.09375,30.578125 A 0.53125 0.515625 0 1 1 8.15625 30.578125 z"
+ transform="matrix(0.987219,0,0,0.676526,-6.410002e-3,-9.14902)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;color:black;fill:url(#radialGradient8680);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;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:1.4;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ id="path8672"
+ sodipodi:cx="7.625"
+ sodipodi:cy="30.578125"
+ sodipodi:rx="0.53125"
+ sodipodi:ry="0.515625"
+ d="M 8.15625 30.578125 A 0.53125 0.515625 0 1 1 7.09375,30.578125 A 0.53125 0.515625 0 1 1 8.15625 30.578125 z"
+ transform="matrix(-1.83812,0,0,1.240289,38.67595,-26.32969)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;color:black;fill:url(#radialGradient8682);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;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:1.4;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ id="path8674"
+ sodipodi:cx="7.625"
+ sodipodi:cy="30.578125"
+ sodipodi:rx="0.53125"
+ sodipodi:ry="0.515625"
+ d="M 8.15625 30.578125 A 0.53125 0.515625 0 1 1 7.09375,30.578125 A 0.53125 0.515625 0 1 1 8.15625 30.578125 z"
+ transform="matrix(0.987219,0,0,0.676526,17.13273,-9.14902)" />
+ <path
+ style="opacity:0.4;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8716);stroke-width:0.29999992;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 27.505159,23.231753 L 28.117026,23.531981"
+ id="path8700" />
+ <path
+ style="opacity:0.4;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9605);stroke-width:0.29999992;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ d="M 4.4304705,23.534893 L 5.0394324,23.228841"
+ id="path9603" />
+ <path
+ style="opacity:0.4;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9649);stroke-width:0.29999992;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ d="M 7.1809682,11.500532 L 7.8613206,11.455308"
+ id="path9647" />
+ <path
+ style="opacity:0.4;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9654);stroke-width:0.29999995;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ d="M 24.565349,11.29221 L 24.78522,11.772647"
+ id="path9652" />
+ <rect
+ style="opacity:0.12000002;color:black;fill:url(#linearGradient2992);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.68183619;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;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="rect2984"
+ width="22.398708"
+ height="0.69766736"
+ x="4.8988538"
+ y="28.026068" />
+ <path
+ style="opacity:0.12000002;color:black;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2910);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 6.6191858,12.641833 L 4.095665,21.427838 C 5.1074283,21.91603 6.7344581,22.468268 6.5979767,24.118997 L 25.38759,24.118997 C 25.785839,22.79886 27.18831,21.915673 28.217045,21.828465 L 25.526203,12.641833 L 21.926345,10.856498 L 9.317526,10.856498 L 6.6191858,12.641833 z "
+ id="path1997"
+ sodipodi:nodetypes="ccccccccc" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ id="path2912"
+ d="M 4.8823516,20.991796 C 5.8941149,21.479988 7.1053057,21.991721 7.2778642,23.334122 L 25.07855,23.334122 C 25.476799,22.013985 26.489033,21.305215 27.517768,21.218006 L 4.8823516,20.991796 z "
+ style="opacity:0.83428572;color:black;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2922);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="color:black;fill:url(#linearGradient6070);fill-opacity:1;fill-rule:nonzero;stroke:#539d0c;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 7,10.5 L 16,21 L 25,10.5 L 21.5,10.5 L 21.5,2.5 L 10.5,2.5 L 10.5,10.5 L 7,10.5 z "
+ id="path4348"
+ sodipodi:nodetypes="cccccccc" />
+ <path
+ style="opacity:0.8;color:black;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#f7f7f6;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,11.5 L 16,20 L 23,11.5 L 20.5,11.5 L 20.5,3.5 L 11.5,3.5 L 11.5,11.5 L 9,11.5 z "
+ id="path4360"
+ sodipodi:nodetypes="cccccccc" />
+ </g>
+</svg>
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
new file mode 100644
index 000000000..ba9b4e24c
--- /dev/null
+++ b/data/icons/Makefile.am
@@ -0,0 +1,10 @@
+SUBDIRS = \
+ 16x16 \
+ 22x22 \
+ 24x24 \
+ 32x32 \
+ scalable
+
+
+MAINTAINERCLEANFILES = \
+ Makefile.in
diff --git a/data/icons/scalable/Makefile.am b/data/icons/scalable/Makefile.am
new file mode 100644
index 000000000..d880be4c3
--- /dev/null
+++ b/data/icons/scalable/Makefile.am
@@ -0,0 +1,5 @@
+SUBDIRS = \
+ actions
+
+MAINTAINERCLEANFILES = \
+ Makefile.in
diff --git a/data/icons/scalable/actions/Makefile.am b/data/icons/scalable/actions/Makefile.am
new file mode 100644
index 000000000..4472bf2ad
--- /dev/null
+++ b/data/icons/scalable/actions/Makefile.am
@@ -0,0 +1,22 @@
+themedir = $(pkgdatadir)/icons/hicolor
+size = scalable
+context = actions
+
+iconsdir = $(themedir)/$(size)/$(context)
+
+icons_DATA = \
+ epiphany-download.svg
+
+
+EXTRA_DIST = \
+ $(icons_DATA)
+
+MAINTAINERCLEANFILES = \
+ Makefile.in
+
+install-data-local: install-iconsDATA
+ if test -n "$(ICONMAP)" ; then \
+ (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) ; \
+ fi
+
+uninstall-am: uninstall-iconsDATA \ No newline at end of file
diff --git a/data/icons/scalable/actions/epiphany-download.svg b/data/icons/scalable/actions/epiphany-download.svg
new file mode 100644
index 000000000..45801460b
--- /dev/null
+++ b/data/icons/scalable/actions/epiphany-download.svg
@@ -0,0 +1,982 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://web.resource.org/cc/"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48"
+ height="48"
+ id="svg2"
+ sodipodi:version="0.32"
+ inkscape:version="0.44"
+ version="1.0"
+ sodipodi:docbase="/home/luca/Artwork/epiphany/scalable"
+ sodipodi:docname="epiphany-download.svg"
+ inkscape:export-filename="/home/jimmac/Desktop/drive-harddisk.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient5554">
+ <stop
+ style="stop-color:#b5fa72;stop-opacity:1;"
+ offset="0"
+ id="stop5556" />
+ <stop
+ style="stop-color:#668e40;stop-opacity:1;"
+ offset="1"
+ id="stop5558" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2916">
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="0"
+ id="stop2918" />
+ <stop
+ style="stop-color:white;stop-opacity:0;"
+ offset="1"
+ id="stop2920" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2902">
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0"
+ id="stop2905" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop2907" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2986">
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0"
+ id="stop2988" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop2990" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2967">
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="0"
+ id="stop2969" />
+ <stop
+ style="stop-color:white;stop-opacity:0;"
+ offset="1"
+ id="stop2971" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2064">
+ <stop
+ id="stop2066"
+ offset="0"
+ style="stop-color:white;stop-opacity:1;" />
+ <stop
+ style="stop-color:#555753;stop-opacity:0.60000002;"
+ offset="0.5"
+ id="stop2070" />
+ <stop
+ id="stop2068"
+ offset="1"
+ style="stop-color:#555753;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9641">
+ <stop
+ style="stop-color:white;stop-opacity:1"
+ offset="0"
+ id="stop9643" />
+ <stop
+ style="stop-color:#888a85;stop-opacity:1"
+ offset="1"
+ id="stop9645" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9633">
+ <stop
+ style="stop-color:#eeeeec;stop-opacity:1"
+ offset="0"
+ id="stop9635" />
+ <stop
+ style="stop-color:#888a85;stop-opacity:1"
+ offset="1"
+ id="stop9639" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9613">
+ <stop
+ style="stop-color:white;stop-opacity:1"
+ offset="0"
+ id="stop9615" />
+ <stop
+ id="stop9619"
+ offset="0.5"
+ style="stop-color:white;stop-opacity:1;" />
+ <stop
+ style="stop-color:#cccfca;stop-opacity:1"
+ offset="1"
+ id="stop9617" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8710">
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0"
+ id="stop8712" />
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="1"
+ id="stop8714" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8631">
+ <stop
+ id="stop8633"
+ offset="0"
+ style="stop-color:#eeeeec;stop-opacity:1" />
+ <stop
+ style="stop-color:#eeeeec;stop-opacity:1;"
+ offset="0.2"
+ id="stop8637" />
+ <stop
+ id="stop8635"
+ offset="1"
+ style="stop-color:#babdb6;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8625">
+ <stop
+ id="stop8627"
+ offset="0"
+ style="stop-color:white;stop-opacity:1" />
+ <stop
+ id="stop8629"
+ offset="1"
+ style="stop-color:#babdb6;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8613">
+ <stop
+ style="stop-color:#babdb6;stop-opacity:1"
+ offset="0"
+ id="stop8615" />
+ <stop
+ style="stop-color:#2e3436;stop-opacity:1"
+ offset="1"
+ id="stop8617" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5740">
+ <stop
+ style="stop-color:#d0d0cb;stop-opacity:1;"
+ offset="0"
+ id="stop5742" />
+ <stop
+ style="stop-color:#babdb6;stop-opacity:1"
+ offset="1"
+ id="stop5744" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5690">
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="0"
+ id="stop5692" />
+ <stop
+ style="stop-color:#888a85;stop-opacity:0.59848487"
+ offset="1"
+ id="stop5694" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2899">
+ <stop
+ id="stop2901"
+ offset="0"
+ style="stop-color:#555753;stop-opacity:1" />
+ <stop
+ id="stop2903"
+ offset="1"
+ style="stop-color:#2e3436;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3468">
+ <stop
+ style="stop-color:#fdfdfc;stop-opacity:1"
+ offset="0"
+ id="stop3470" />
+ <stop
+ style="stop-color:white;stop-opacity:0.37121212"
+ offset="1"
+ id="stop3472" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2909">
+ <stop
+ style="stop-color:white;stop-opacity:0;"
+ offset="0"
+ id="stop2911" />
+ <stop
+ id="stop2917"
+ offset="0.5"
+ style="stop-color:white;stop-opacity:1;" />
+ <stop
+ style="stop-color:white;stop-opacity:0;"
+ offset="1"
+ id="stop2913" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2839">
+ <stop
+ style="stop-color:white;stop-opacity:0.25773194;"
+ offset="0"
+ id="stop2841" />
+ <stop
+ id="stop2847"
+ offset="0.5472973"
+ style="stop-color:white;stop-opacity:1;" />
+ <stop
+ style="stop-color:white;stop-opacity:0.24705882;"
+ offset="0.66243607"
+ id="stop2849" />
+ <stop
+ id="stop2851"
+ offset="0.875"
+ style="stop-color:white;stop-opacity:0.83505154;" />
+ <stop
+ style="stop-color:white;stop-opacity:0;"
+ offset="1"
+ id="stop2843" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2900">
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="0"
+ id="stop2902" />
+ <stop
+ id="stop2908"
+ offset="0.5"
+ style="stop-color:black;stop-opacity:1;" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop2904" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2886">
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0"
+ id="stop2888" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop2890" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3468"
+ id="linearGradient3474"
+ x1="24.748737"
+ y1="35.354588"
+ x2="24.998737"
+ y2="14.997767"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.995556,0,1.018634)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2886"
+ id="radialGradient4700"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(4.095822,0,0,3.101282,-9.53921,-94.5433)"
+ cx="0"
+ cy="17"
+ fx="0"
+ fy="17"
+ r="2" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2886"
+ id="radialGradient4702"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(4.095822,0,0,3.101282,38.20996,-10.90025)"
+ cx="0"
+ cy="17"
+ fx="0"
+ fy="17"
+ r="2" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2900"
+ id="linearGradient4704"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.047911,0,0,2.067521,1.347566,6.673675)"
+ x1="9.8994951"
+ y1="20"
+ x2="9.8994951"
+ y2="13.979153" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2909"
+ id="linearGradient4711"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.42294,10.5,-14.95703)"
+ x1="15.335379"
+ y1="33.06237"
+ x2="20.329321"
+ y2="36.37693" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2909"
+ id="linearGradient4713"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.42294,-0.875,-15.04578)"
+ x1="15.335379"
+ y1="33.06237"
+ x2="20.329321"
+ y2="36.37693" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2909"
+ id="linearGradient4715"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.459833,0,-0.391165,1.370105,40.62503,-13.29892)"
+ x1="15.335379"
+ y1="33.06237"
+ x2="20.329321"
+ y2="36.37693" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5740"
+ id="radialGradient5748"
+ cx="25.251999"
+ cy="16.47991"
+ fx="25.251999"
+ fy="16.47991"
+ r="21.980215"
+ gradientTransform="matrix(1.032991,-0.596398,0.575121,0.99614,-12.23456,16.50423)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2064"
+ id="linearGradient5790"
+ gradientUnits="userSpaceOnUse"
+ x1="18.048874"
+ y1="25.461344"
+ x2="22.211937"
+ y2="12.143078"
+ gradientTransform="matrix(0.940224,0,0,0.931632,1.331811,6.351284)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8631"
+ id="linearGradient5865"
+ x1="24"
+ y1="36.638382"
+ x2="25.818018"
+ y2="6.8314762"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2839"
+ id="linearGradient7658"
+ gradientUnits="userSpaceOnUse"
+ x1="27.057796"
+ y1="12.669416"
+ x2="32.042896"
+ y2="31.219666" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5690"
+ id="linearGradient8603"
+ x1="20.304037"
+ y1="24.035707"
+ x2="18.498415"
+ y2="40.647167"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8613"
+ id="radialGradient8619"
+ cx="7.5177727"
+ cy="30.573555"
+ fx="7.5177727"
+ fy="30.573555"
+ r="0.53125"
+ gradientTransform="matrix(1.662477,0,0,1.61358,-4.989175,-18.65647)"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9613"
+ id="radialGradient8623"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.389748,0,0,1.348872,-2.91982,-10.63815)"
+ cx="7.5191436"
+ cy="30.304251"
+ fx="7.5191436"
+ fy="30.304251"
+ r="0.53125" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9633"
+ id="radialGradient8664"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.569487,0,0,1.523325,-4.288627,-15.92107)"
+ cx="7.5336008"
+ cy="30.307562"
+ fx="7.5336008"
+ fy="30.307562"
+ r="0.53125" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8613"
+ id="radialGradient8666"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.662477,0,0,1.61358,-4.989175,-18.65647)"
+ cx="7.5177727"
+ cy="30.573555"
+ fx="7.5177727"
+ fy="30.573555"
+ r="0.53125" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8625"
+ id="radialGradient8676"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.662477,0,0,1.61358,-4.989175,-18.65647)"
+ cx="7.4792061"
+ cy="30.36071"
+ fx="7.4792061"
+ fy="30.36071"
+ r="0.53125" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8613"
+ id="radialGradient8678"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.662477,0,0,1.61358,-4.989175,-18.65647)"
+ cx="7.5177727"
+ cy="30.573555"
+ fx="7.5177727"
+ fy="30.573555"
+ r="0.53125" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9641"
+ id="radialGradient8680"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.662477,0,0,1.61358,-4.989175,-18.65647)"
+ cx="7.4893188"
+ cy="30.337601"
+ fx="7.4893188"
+ fy="30.337601"
+ r="0.53125" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8613"
+ id="radialGradient8682"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.662477,0,0,1.61358,-4.989175,-18.65647)"
+ cx="7.5177727"
+ cy="30.573555"
+ fx="7.5177727"
+ fy="30.573555"
+ r="0.53125" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8710"
+ id="linearGradient8716"
+ x1="40.617188"
+ y1="30.554688"
+ x2="40.710938"
+ y2="30.359375"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,4.949747)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8710"
+ id="linearGradient9605"
+ gradientUnits="userSpaceOnUse"
+ x1="40.617188"
+ y1="30.554688"
+ x2="40.710938"
+ y2="30.359375"
+ gradientTransform="matrix(0.602867,-0.797841,0.797841,0.602867,-41.12611,49.57748)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8710"
+ id="linearGradient9649"
+ gradientUnits="userSpaceOnUse"
+ x1="40.617188"
+ y1="30.554688"
+ x2="40.710938"
+ y2="30.359375"
+ gradientTransform="matrix(0.866025,-0.5,0.5,0.866025,-38.79233,12.35313)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8710"
+ id="linearGradient9654"
+ gradientUnits="userSpaceOnUse"
+ x1="40.617188"
+ y1="30.554688"
+ x2="40.710938"
+ y2="30.359375"
+ gradientTransform="matrix(0.707107,0.527555,-0.707107,0.527555,29.0058,-19.14221)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2967"
+ id="linearGradient2973"
+ x1="12.5"
+ y1="43.1875"
+ x2="12.5"
+ y2="34.045513"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2899"
+ id="linearGradient5655"
+ gradientUnits="userSpaceOnUse"
+ x1="53.812813"
+ y1="43.573235"
+ x2="-2.8138931"
+ y2="35.500015"
+ gradientTransform="translate(0,50)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2986"
+ id="linearGradient2992"
+ x1="21.9375"
+ y1="39"
+ x2="21.9375"
+ y2="37.995617"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,4.949747)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2902"
+ id="linearGradient2910"
+ x1="22.101398"
+ y1="27.658131"
+ x2="22.971142"
+ y2="20.903238"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,6.949747)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2916"
+ id="linearGradient2922"
+ x1="24.847851"
+ y1="28.908398"
+ x2="24.847851"
+ y2="25.757175"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,6.949747)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5554"
+ id="linearGradient5560"
+ x1="22.765835"
+ y1="14.579608"
+ x2="31.330709"
+ y2="21.155987"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666"
+ borderopacity="1"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="13.229167"
+ inkscape:cx="24"
+ inkscape:cy="24"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ width="32px"
+ height="32px"
+ inkscape:showpageshadow="true"
+ gridspacingx="0.5px"
+ gridspacingy="0.5px"
+ gridempspacing="2"
+ showgrid="true"
+ inkscape:window-width="1000"
+ inkscape:window-height="846"
+ inkscape:window-x="246"
+ inkscape:window-y="102"
+ showborder="true"
+ inkscape:grid-points="true"
+ inkscape:grid-bbox="true"
+ borderlayer="true"
+ showguides="false"
+ inkscape:guide-bbox="true">
+ <sodipodi:guide
+ orientation="horizontal"
+ position="12"
+ id="guide2023" />
+ <sodipodi:guide
+ orientation="horizontal"
+ position="27.5"
+ id="guide2025" />
+ </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" />
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Luca Ferretti</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:contributor>
+ <cc:Agent>
+ <dc:title>Based on hard-disk and go-down icons in gnome-icon-theme</dc:title>
+ </cc:Agent>
+ </dc:contributor>
+ <dc:title>Download (epiphany)</dc:title>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>download</rdf:li>
+ <rdf:li>epiphany</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Livello 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline">
+ <g
+ id="g3519"
+ style="opacity:0.7"
+ transform="matrix(1.030831,0,0,1.151147,-0.73609,-7.624563)"
+ inkscape:export-filename="/home/lapo/Desktop/uhm.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <rect
+ transform="scale(-1,-1)"
+ y="-48.024086"
+ x="-9.5392103"
+ height="12.405126"
+ width="8.1916437"
+ id="rect2884"
+ style="opacity:1;fill:url(#radialGradient4700);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <rect
+ y="35.618961"
+ x="38.209965"
+ height="12.405126"
+ width="8.1916437"
+ id="rect2894"
+ style="opacity:1;fill:url(#radialGradient4702);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <rect
+ y="35.618961"
+ x="9.5392103"
+ height="12.405126"
+ width="28.670753"
+ id="rect2898"
+ style="opacity:1;fill:url(#linearGradient4704);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ </g>
+ <g
+ id="g5672"
+ transform="translate(0,-44.04772)">
+ <path
+ sodipodi:nodetypes="ccccccccccccc"
+ id="rect2010"
+ d="M 4.5182287,80.500013 L 43.481768,80.500013 C 44.045867,80.500013 44.499997,80.954143 44.499997,81.518242 L 44.499997,84.481785 C 44.499997,85.797369 44.049766,87.500013 42.044268,87.500013 L 40.5,87.5 L 40.5,88.5 L 7.5,88.5 L 7.5,87.5 L 5.6432287,87.500013 C 4.3720234,87.500013 3.5000005,86.615386 3.5000005,85.244348 L 3.5000005,81.518242 C 3.5000005,80.954143 3.9541302,80.500013 4.5182287,80.500013 z "
+ style="color:black;fill:url(#linearGradient5655);fill-opacity:1;fill-rule:nonzero;stroke:#2e3436;stroke-width:1;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:1.4;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <path
+ transform="translate(0,50)"
+ style="opacity:0.1;color:black;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2973);stroke-width:0.99999988;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:1.4;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ d="M 4.59375,31.59375 L 4.59375,35.323493 C 4.59375,35.923112 4.9694005,36.428347 5.4800776,36.428347 L 42.426407,36.428347 C 42.938876,36.428347 43.40625,35.921112 43.40625,35.411881 L 43.40625,31.59375 L 4.59375,31.59375 z "
+ id="path2076"
+ sodipodi:nodetypes="ccccccc" />
+ <g
+ transform="translate(0,50)"
+ style="opacity:0.5"
+ id="g4706">
+ <path
+ style="opacity:0.10952382;fill:url(#linearGradient4711);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 26.144738,32.088747 C 26.144738,32.088747 24.642136,37.622686 22.918563,38 C 22.918563,38 29.149941,37.874229 29.149941,37.874229 C 30.537013,37.556768 32.508699,32.088747 32.508699,32.088747 L 26.144738,32.088747 z "
+ id="path2907"
+ sodipodi:nodetypes="ccccc"
+ inkscape:export-filename="/home/lapo/Desktop/uhm.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="/home/lapo/Desktop/uhm.png"
+ sodipodi:nodetypes="ccccc"
+ id="path2892"
+ d="M 14.769738,32 C 14.769738,32 13.267136,37.533939 11.543563,37.911253 C 11.543563,37.911253 17.774941,37.785482 17.774941,37.785482 C 19.162013,37.468021 21.133699,32 21.133699,32 L 14.769738,32 z "
+ style="opacity:0.10952382;fill:url(#linearGradient4713);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ <path
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="/home/lapo/Desktop/uhm.png"
+ sodipodi:nodetypes="ccccc"
+ id="path2896"
+ d="M 34.886139,32 C 34.886139,32 32.673915,37.328458 31.777636,37.691761 C 31.777636,37.691761 34.677605,37.57066 34.677605,37.57066 C 35.402697,37.264987 37.8125,32 37.8125,32 L 34.886139,32 z "
+ style="opacity:0.10952382;fill:url(#linearGradient4715);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ </g>
+ </g>
+ <path
+ style="fill:url(#radialGradient5748);fill-opacity:1;stroke:#888a85;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
+ d="M 11.693127,15.448535 L 36.265693,15.448535 C 37.949863,15.448535 38.66221,15.566014 39.305712,17.83354 L 44.380203,35.714659 C 44.881227,37.48013 43.024355,38.44976 41.340185,38.44976 L 6.6186312,38.44976 C 4.7502232,38.44976 3.1292479,37.268343 3.578613,35.714659 L 8.8290448,17.561244 C 9.3973456,15.596339 10.008957,15.448535 11.693127,15.448535 z "
+ id="rect1879"
+ sodipodi:nodetypes="cczzcczzc"
+ inkscape:export-filename="/home/lapo/Desktop/uhm.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ sodipodi:type="inkscape:offset"
+ inkscape:radius="-0.5"
+ inkscape:original="M 11.6875 10.5 C 10.00333 10.5 9.4120513 10.660095 8.84375 12.625 L 3.59375 30.75 C 3.1443849 32.303684 4.7565918 33.500002 6.625 33.5 L 41.34375 33.5 C 43.02792 33.5 44.876024 32.515471 44.375 30.75 L 39.3125 12.875 C 38.668998 10.607474 37.965419 10.5 36.28125 10.5 L 11.6875 10.5 z "
+ style="opacity:0.46240599;fill:url(#linearGradient7658);fill-opacity:1;stroke:none;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;display:inline"
+ id="path5806"
+ d="M 11.6875,11 C 10.861258,11 10.40275,11.065232 10.125,11.25 C 9.8472503,11.434768 9.5847988,11.808525 9.3125,12.75 L 4.0625,30.875 C 3.8916752,31.465628 4.0939747,31.914316 4.5625,32.3125 C 5.0310253,32.710684 5.7975106,33.000001 6.625,33 L 41.34375,33 C 42.088405,33 42.882691,32.7518 43.375,32.375 C 43.867309,31.9982 44.106017,31.578923 43.90625,30.875 L 38.84375,13 C 38.534499,11.910283 38.220548,11.458908 37.90625,11.25 C 37.591952,11.041092 37.112699,11 36.28125,11 L 11.6875,11 z "
+ transform="translate(0,4.949747)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;color:black;fill:url(#radialGradient8623);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;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:1.4;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ id="path8621"
+ sodipodi:cx="7.625"
+ sodipodi:cy="30.578125"
+ sodipodi:rx="0.53125"
+ sodipodi:ry="0.515625"
+ d="M 8.15625 30.578125 A 0.53125 0.515625 0 1 1 7.09375,30.578125 A 0.53125 0.515625 0 1 1 8.15625 30.578125 z"
+ transform="matrix(-2.628602,0,0,1.777765,27.79309,-18.82764)" />
+ <path
+ style="fill:none;fill-opacity:1;stroke:url(#linearGradient5790);stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ d="M 16.110953,17.502552 C 15.537372,17.502552 15.082583,17.934373 15.082583,18.492411 L 14.14236,21.723212 C 11.282398,22.999726 9.5000048,24.822285 9.5000048,26.847188 C 9.5000048,30.704145 15.979029,33.834427 23.985327,33.834428 C 31.991623,33.834428 38.500032,30.704144 38.500031,26.847188 C 38.500031,24.808154 36.66444,22.9718 33.76953,21.694099 L 32.829306,18.492411 C 32.829306,17.934373 32.374518,17.502552 31.800936,17.502552 L 16.110953,17.502552 z "
+ id="path2784"
+ sodipodi:nodetypes="cccssscccc" />
+ <path
+ style="fill:none;fill-opacity:1;stroke:url(#linearGradient3474);stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;display:inline"
+ d="M 11.6875,16.449752 C 10.884376,16.449752 10.590332,16.520262 10.46875,16.605308 C 10.347168,16.690353 10.111043,17.007428 9.78125,17.911975 L 4.53125,36.049761 C 4.3975296,36.416526 4.4764233,36.583626 4.84375,36.889761 C 5.2110767,37.195897 5.910443,37.449761 6.625,37.449762 L 41.34375,37.449762 C 41.983543,37.449762 42.737095,37.211808 43.125,36.920872 C 43.512905,36.629937 43.613311,36.538063 43.4375,36.049761 L 38.375,18.191975 C 37.997794,17.144315 37.69292,16.752678 37.53125,16.636419 C 37.36958,16.52016 37.087539,16.449752 36.28125,16.449752 L 11.6875,16.449752 z "
+ id="path3394"
+ sodipodi:nodetypes="csccsccsccscc" />
+ <g
+ id="g5657"
+ transform="translate(7,3.949747)"
+ style="opacity:0.3028571">
+ <rect
+ ry="0.74712253"
+ rx="0.75130093"
+ y="35.500008"
+ x="18.499996"
+ height="1.9999924"
+ width="14.000004"
+ id="rect5641"
+ style="opacity:1;color:black;fill:white;fill-opacity:1;fill-rule:nonzero;stroke:#eeeeec;stroke-width:1.00000024;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:1.4;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ y="36"
+ x="19"
+ height="1"
+ width="1"
+ id="rect5645"
+ style="opacity:1;color:black;fill:black;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;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:1.4;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ y="36"
+ x="22"
+ height="1"
+ width="1"
+ id="rect5647"
+ style="opacity:1;color:black;fill:black;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;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:1.4;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ y="36"
+ x="24"
+ height="1"
+ width="1"
+ id="rect5649"
+ style="opacity:1;color:black;fill:black;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;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:1.4;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ y="36"
+ x="26"
+ height="1"
+ width="1"
+ id="rect5651"
+ style="opacity:1;color:black;fill:black;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;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:1.4;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ y="36"
+ x="29"
+ height="1"
+ width="2"
+ id="rect5653"
+ style="opacity:1;color:black;fill:black;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;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:1.4;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ </g>
+ <path
+ sodipodi:type="inkscape:offset"
+ inkscape:radius="-0.44194174"
+ inkscape:original="M 16.125 12.5625 C 15.55142 12.5625 15.09375 12.973212 15.09375 13.53125 L 14.15625 16.78125 C 11.296288 18.057765 9.5 19.881347 9.5 21.90625 C 9.5 25.763206 15.993702 28.874999 24 28.875 C 32.006296 28.874999 38.500001 25.763206 38.5 21.90625 C 38.5 19.867215 36.67616 18.027701 33.78125 16.75 L 32.84375 13.53125 C 32.843748 12.973212 32.386082 12.5625 31.8125 12.5625 L 16.125 12.5625 z "
+ style="fill:url(#linearGradient5865);fill-opacity:1;stroke:none;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:inline"
+ id="path5857"
+ d="M 16.125,13 C 15.762388,13 15.53125,13.214848 15.53125,13.53125 C 15.537172,13.572706 15.537172,13.614794 15.53125,13.65625 L 14.59375,16.90625 C 14.55648,17.032564 14.464823,17.135678 14.34375,17.1875 C 12.953848,17.807869 11.845241,18.565737 11.09375,19.375 C 10.342259,20.184263 9.9375,21.02448 9.9375,21.90625 C 9.9375,23.586705 11.392464,25.21545 13.9375,26.4375 C 16.482536,27.65955 20.054107,28.4375 24,28.4375 C 27.945892,28.4375 31.517463,27.65955 34.0625,26.4375 C 36.607537,25.21545 38.0625,23.586705 38.0625,21.90625 C 38.0625,21.018499 37.668724,20.159037 36.90625,19.34375 C 36.143776,18.528463 35.000895,17.777309 33.59375,17.15625 C 33.472677,17.104428 33.38102,17.001314 33.34375,16.875 L 32.40625,13.65625 C 32.400328,13.614794 32.400328,13.572706 32.40625,13.53125 C 32.406249,13.214846 32.175114,13 31.8125,13 L 16.125,13 z "
+ transform="translate(0,4.949747)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.9;color:black;fill:black;fill-opacity:0.05303028;fill-rule:nonzero;stroke:url(#linearGradient8603);stroke-width:2.52015233;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:1.4;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ id="path8595"
+ sodipodi:cx="16.970562"
+ sodipodi:cy="25.107418"
+ sodipodi:rx="7.7781744"
+ sodipodi:ry="4.2868347"
+ d="M 24.748736 25.107418 A 7.7781744 4.2868347 0 1 1 9.1923876,25.107418 A 7.7781744 4.2868347 0 1 1 24.748736 25.107418 z"
+ transform="matrix(0.449978,0,0,0.349909,16.36363,17.16444)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;color:black;fill:url(#radialGradient8619);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;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:1.4;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ id="path8611"
+ sodipodi:cx="7.625"
+ sodipodi:cy="30.578125"
+ sodipodi:rx="0.53125"
+ sodipodi:ry="0.515625"
+ d="M 8.15625 30.578125 A 0.53125 0.515625 0 1 1 7.09375,30.578125 A 0.53125 0.515625 0 1 1 8.15625 30.578125 z"
+ transform="matrix(1.411772,0,0,0.969697,-3.014767,5.798232)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;color:black;fill:url(#radialGradient8664);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.46259445;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:1.4;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ id="path8660"
+ sodipodi:cx="7.625"
+ sodipodi:cy="30.578125"
+ sodipodi:rx="0.53125"
+ sodipodi:ry="0.515625"
+ d="M 8.15625 30.578125 A 0.53125 0.515625 0 1 1 7.09375,30.578125 A 0.53125 0.515625 0 1 1 8.15625 30.578125 z"
+ transform="matrix(-2.628602,0,0,1.777765,60.79309,-18.82764)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;color:black;fill:url(#radialGradient8666);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;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:1.4;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ id="path8662"
+ sodipodi:cx="7.625"
+ sodipodi:cy="30.578125"
+ sodipodi:rx="0.53125"
+ sodipodi:ry="0.515625"
+ d="M 8.15625 30.578125 A 0.53125 0.515625 0 1 1 7.09375,30.578125 A 0.53125 0.515625 0 1 1 8.15625 30.578125 z"
+ transform="matrix(1.411772,0,0,0.969697,29.98523,5.798232)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;color:black;fill:url(#radialGradient8676);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;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:1.4;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ id="path8668"
+ sodipodi:cx="7.625"
+ sodipodi:cy="30.578125"
+ sodipodi:rx="0.53125"
+ sodipodi:ry="0.515625"
+ d="M 8.15625 30.578125 A 0.53125 0.515625 0 1 1 7.09375,30.578125 A 0.53125 0.515625 0 1 1 8.15625 30.578125 z"
+ transform="matrix(-2.628602,0,0,1.777765,31.79309,-35.82764)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;color:black;fill:url(#radialGradient8678);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;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:1.4;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ id="path8670"
+ sodipodi:cx="7.625"
+ sodipodi:cy="30.578125"
+ sodipodi:rx="0.53125"
+ sodipodi:ry="0.515625"
+ d="M 8.15625 30.578125 A 0.53125 0.515625 0 1 1 7.09375,30.578125 A 0.53125 0.515625 0 1 1 8.15625 30.578125 z"
+ transform="matrix(1.411772,0,0,0.969697,0.985233,-11.20177)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;color:black;fill:url(#radialGradient8680);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;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:1.4;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ id="path8672"
+ sodipodi:cx="7.625"
+ sodipodi:cy="30.578125"
+ sodipodi:rx="0.53125"
+ sodipodi:ry="0.515625"
+ d="M 8.15625 30.578125 A 0.53125 0.515625 0 1 1 7.09375,30.578125 A 0.53125 0.515625 0 1 1 8.15625 30.578125 z"
+ transform="matrix(-2.628602,0,0,1.777765,56.3029,-35.82764)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;color:black;fill:url(#radialGradient8682);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;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:1.4;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ id="path8674"
+ sodipodi:cx="7.625"
+ sodipodi:cy="30.578125"
+ sodipodi:rx="0.53125"
+ sodipodi:ry="0.515625"
+ d="M 8.15625 30.578125 A 0.53125 0.515625 0 1 1 7.09375,30.578125 A 0.53125 0.515625 0 1 1 8.15625 30.578125 z"
+ transform="matrix(1.411772,0,0,0.969697,25.49504,-11.20177)" />
+ <path
+ style="opacity:0.4;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8716);stroke-width:0.29999995;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 40.328109,35.211148 L 41.203108,35.64148"
+ id="path8700" />
+ <path
+ style="opacity:0.4;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9605);stroke-width:0.29999995;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ d="M 7.330186,35.645653 L 8.201031,35.206975"
+ id="path9603" />
+ <path
+ style="opacity:0.4;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9649);stroke-width:0.29999995;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ d="M 11.263531,18.39622 L 12.236468,18.331398"
+ id="path9647" />
+ <path
+ style="opacity:0.4;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9654);stroke-width:0.29999998;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ d="M 36.124038,18.097621 L 36.438465,18.786255"
+ id="path9652" />
+ <rect
+ style="opacity:0.12000002;color:black;fill:url(#linearGradient2992);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.68183619;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;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="rect2984"
+ width="32.03125"
+ height="1"
+ x="8"
+ y="42.949749" />
+ <path
+ style="opacity:0.12000002;color:black;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2910);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 10.460155,20.032102 L 6.8513979,32.625509 C 8.2982685,33.325258 10.625,34.116808 10.429825,36.482878 L 37.299883,36.482878 C 37.869398,34.590662 39.875,33.324747 41.34614,33.199747 L 37.498106,20.032102 L 32.350135,17.473094 L 14.318912,17.473094 L 10.460155,20.032102 z "
+ id="path1997"
+ sodipodi:nodetypes="ccccccccc" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ id="path2912"
+ d="M 7.9763979,32.000509 C 9.4232685,32.700258 11.15533,33.43375 11.402097,35.357878 L 36.857941,35.357878 C 37.427456,33.465662 38.875,32.449747 40.34614,32.324747 L 7.9763979,32.000509 z "
+ style="opacity:0.83428572;color:black;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2922);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" />
+ <g
+ id="g6057">
+ <path
+ sodipodi:nodetypes="cccccccc"
+ id="path4348"
+ d="M 10.491033,13.474704 L 23.5,28.5 L 36.5,13.5 L 30.5,13.5 L 30.466991,2.5388724 L 16.510582,2.4733881 L 16.445097,13.409219 L 10.491033,13.474704 z "
+ style="color:black;fill:url(#linearGradient5560);fill-opacity:1.0;fill-rule:nonzero;stroke:#539d0c;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:nodetypes="cccccccc"
+ id="path4360"
+ d="M 12.5,14.5 L 23.5,27 L 34.5,14.5 L 29.5,14.5 L 29.5,3.5 L 17.5,3.5 L 17.5,14.5 L 12.5,14.5 z "
+ style="opacity:0.8;color:black;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#f7f7f6;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" />
+ </g>
+ </g>
+</svg>