[Xfce4-commits] <xfce4-mixer:master> Use standard icons where possible
Guido Berhoerster
noreply at xfce.org
Thu Sep 27 16:46:05 CEST 2012
Updating branch refs/heads/master
to 396bda88e53ff968bbbd30c46396695de0e90476 (commit)
from 4f1e62309cf996f8a593438fa9edc6afa6d7b522 (commit)
commit 396bda88e53ff968bbbd30c46396695de0e90476
Author: Guido Berhoerster <guido+xfce at berhoerster.name>
Date: Thu Sep 27 16:31:08 2012 +0200
Use standard icons where possible
Replace the custom icons with icon names from the XDG Icon Naming Specification
and add a audio-input-microphone-muted icon derived from the Tango icon theme
(Public Domain).
Update the icons on theme change (bug #3498).
NEWS | 2 +
configure.ac.in | 2 -
icons/16x16/Makefile.am | 18 +-
icons/16x16/audio-input-microphone-muted.png | Bin 0 -> 794 bytes
icons/16x16/xfce4-mixer-muted.png | Bin 632 -> 0 bytes
icons/16x16/xfce4-mixer-no-muted.png | Bin 685 -> 0 bytes
icons/16x16/xfce4-mixer-no-record.png | Bin 511 -> 0 bytes
icons/16x16/xfce4-mixer-record.png | Bin 814 -> 0 bytes
icons/16x16/xfce4-mixer-volume-high.png | Bin 964 -> 0 bytes
icons/16x16/xfce4-mixer-volume-low-medium.png | Bin 909 -> 0 bytes
icons/16x16/xfce4-mixer-volume-low.png | Bin 875 -> 0 bytes
icons/16x16/xfce4-mixer-volume-medium.png | Bin 936 -> 0 bytes
icons/16x16/xfce4-mixer-volume-muted.png | Bin 856 -> 0 bytes
icons/16x16/xfce4-mixer-volume-ultra-low.png | Bin 831 -> 0 bytes
icons/16x16/xfce4-mixer-volume-very-high.png | Bin 1015 -> 0 bytes
icons/24x24/Makefile.am | 20 -
icons/24x24/xfce4-mixer-muted.png | Bin 1327 -> 0 bytes
icons/24x24/xfce4-mixer-no-muted.png | Bin 1540 -> 0 bytes
icons/24x24/xfce4-mixer-no-record.png | Bin 549 -> 0 bytes
icons/24x24/xfce4-mixer-record.png | Bin 839 -> 0 bytes
icons/24x24/xfce4-mixer-volume-high.png | Bin 1694 -> 0 bytes
icons/24x24/xfce4-mixer-volume-low-medium.png | Bin 1544 -> 0 bytes
icons/24x24/xfce4-mixer-volume-low.png | Bin 1491 -> 0 bytes
icons/24x24/xfce4-mixer-volume-medium.png | Bin 1605 -> 0 bytes
icons/24x24/xfce4-mixer-volume-muted.png | Bin 1426 -> 0 bytes
icons/24x24/xfce4-mixer-volume-ultra-low.png | Bin 1411 -> 0 bytes
icons/24x24/xfce4-mixer-volume-very-high.png | Bin 1777 -> 0 bytes
icons/48x48/Makefile.am | 20 -
icons/48x48/xfce4-mixer-muted.png | Bin 3213 -> 0 bytes
icons/48x48/xfce4-mixer-no-muted.png | Bin 3637 -> 0 bytes
icons/48x48/xfce4-mixer-no-record.png | Bin 1182 -> 0 bytes
icons/48x48/xfce4-mixer-record.png | Bin 2027 -> 0 bytes
icons/48x48/xfce4-mixer-volume-high.png | Bin 4218 -> 0 bytes
icons/48x48/xfce4-mixer-volume-low-medium.png | Bin 3907 -> 0 bytes
icons/48x48/xfce4-mixer-volume-low.png | Bin 3807 -> 0 bytes
icons/48x48/xfce4-mixer-volume-medium.png | Bin 3987 -> 0 bytes
icons/48x48/xfce4-mixer-volume-muted.png | Bin 3398 -> 0 bytes
icons/48x48/xfce4-mixer-volume-ultra-low.png | Bin 3645 -> 0 bytes
icons/48x48/xfce4-mixer-volume-very-high.png | Bin 4442 -> 0 bytes
icons/Makefile.am | 2 -
icons/scalable/Makefile.am | 18 +-
icons/scalable/audio-input-microphone-muted.svg | 433 ++++++++++
icons/scalable/xfce4-mixer-muted.svg | 991 ----------------------
icons/scalable/xfce4-mixer-no-muted.svg | 643 --------------
icons/scalable/xfce4-mixer-no-record.svg | 437 ----------
icons/scalable/xfce4-mixer-record.svg | 326 -------
icons/scalable/xfce4-mixer-volume-high.svg | 712 ----------------
icons/scalable/xfce4-mixer-volume-low-medium.svg | 702 ---------------
icons/scalable/xfce4-mixer-volume-low.svg | 697 ---------------
icons/scalable/xfce4-mixer-volume-medium.svg | 707 ---------------
icons/scalable/xfce4-mixer-volume-muted.svg | 728 ----------------
icons/scalable/xfce4-mixer-volume-ultra-low.svg | 699 ---------------
icons/scalable/xfce4-mixer-volume-very-high.svg | 724 ----------------
panel-plugin/xfce-volume-button.c | 51 +-
xfce4-mixer/xfce-mixer-track.c | 13 +-
55 files changed, 480 insertions(+), 7465 deletions(-)
diff --git a/NEWS b/NEWS
index 6d0998c..ab83293 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,8 @@
- Do not try to destroy the mixer window twice after a delete-event
(bug #8288).
- Modernize build system and build panel plugin as a module.
+- Use standard icons where possible.
+- Update the icons on theme change (bug #3498).
4.8.0
diff --git a/configure.ac.in b/configure.ac.in
index 6f1ea84..8624259 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -136,8 +136,6 @@ AC_OUTPUT([
Makefile
icons/Makefile
icons/16x16/Makefile
-icons/24x24/Makefile
-icons/48x48/Makefile
icons/scalable/Makefile
pixmaps/Makefile
libxfce4mixer/Makefile
diff --git a/icons/16x16/Makefile.am b/icons/16x16/Makefile.am
index 09ef7db..803a2e4 100644
--- a/icons/16x16/Makefile.am
+++ b/icons/16x16/Makefile.am
@@ -1,20 +1,6 @@
-# $Id$
-
iconsdir = $(pkgdatadir)/icons/hicolor/16x16/status
-icons_DATA = \
- xfce4-mixer-volume-muted.png \
- xfce4-mixer-volume-ultra-low.png \
- xfce4-mixer-volume-low.png \
- xfce4-mixer-volume-low-medium.png \
- xfce4-mixer-volume-medium.png \
- xfce4-mixer-volume-high.png \
- xfce4-mixer-volume-very-high.png \
- xfce4-mixer-record.png \
- xfce4-mixer-no-record.png \
- xfce4-mixer-muted.png \
- xfce4-mixer-no-muted.png
+icons_DATA = audio-input-microphone-muted.png
-EXTRA_DIST = \
- $(icons_DATA)
+EXTRA_DIST = $(icons_DATA)
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
diff --git a/icons/16x16/audio-input-microphone-muted.png b/icons/16x16/audio-input-microphone-muted.png
new file mode 100644
index 0000000..e26cb7b
Binary files /dev/null and b/icons/16x16/audio-input-microphone-muted.png differ
diff --git a/icons/16x16/xfce4-mixer-muted.png b/icons/16x16/xfce4-mixer-muted.png
deleted file mode 100644
index af5a97b..0000000
Binary files a/icons/16x16/xfce4-mixer-muted.png and /dev/null differ
diff --git a/icons/16x16/xfce4-mixer-no-muted.png b/icons/16x16/xfce4-mixer-no-muted.png
deleted file mode 100644
index ec8f00b..0000000
Binary files a/icons/16x16/xfce4-mixer-no-muted.png and /dev/null differ
diff --git a/icons/16x16/xfce4-mixer-no-record.png b/icons/16x16/xfce4-mixer-no-record.png
deleted file mode 100644
index d3bdfc7..0000000
Binary files a/icons/16x16/xfce4-mixer-no-record.png and /dev/null differ
diff --git a/icons/16x16/xfce4-mixer-record.png b/icons/16x16/xfce4-mixer-record.png
deleted file mode 100644
index 53099d9..0000000
Binary files a/icons/16x16/xfce4-mixer-record.png and /dev/null differ
diff --git a/icons/16x16/xfce4-mixer-volume-high.png b/icons/16x16/xfce4-mixer-volume-high.png
deleted file mode 100644
index 36bcee2..0000000
Binary files a/icons/16x16/xfce4-mixer-volume-high.png and /dev/null differ
diff --git a/icons/16x16/xfce4-mixer-volume-low-medium.png b/icons/16x16/xfce4-mixer-volume-low-medium.png
deleted file mode 100644
index e20f870..0000000
Binary files a/icons/16x16/xfce4-mixer-volume-low-medium.png and /dev/null differ
diff --git a/icons/16x16/xfce4-mixer-volume-low.png b/icons/16x16/xfce4-mixer-volume-low.png
deleted file mode 100644
index 2177a4e..0000000
Binary files a/icons/16x16/xfce4-mixer-volume-low.png and /dev/null differ
diff --git a/icons/16x16/xfce4-mixer-volume-medium.png b/icons/16x16/xfce4-mixer-volume-medium.png
deleted file mode 100644
index 72b7e1d..0000000
Binary files a/icons/16x16/xfce4-mixer-volume-medium.png and /dev/null differ
diff --git a/icons/16x16/xfce4-mixer-volume-muted.png b/icons/16x16/xfce4-mixer-volume-muted.png
deleted file mode 100644
index 500a063..0000000
Binary files a/icons/16x16/xfce4-mixer-volume-muted.png and /dev/null differ
diff --git a/icons/16x16/xfce4-mixer-volume-ultra-low.png b/icons/16x16/xfce4-mixer-volume-ultra-low.png
deleted file mode 100644
index c84306b..0000000
Binary files a/icons/16x16/xfce4-mixer-volume-ultra-low.png and /dev/null differ
diff --git a/icons/16x16/xfce4-mixer-volume-very-high.png b/icons/16x16/xfce4-mixer-volume-very-high.png
deleted file mode 100644
index 266432b..0000000
Binary files a/icons/16x16/xfce4-mixer-volume-very-high.png and /dev/null differ
diff --git a/icons/24x24/Makefile.am b/icons/24x24/Makefile.am
deleted file mode 100644
index 744a573..0000000
--- a/icons/24x24/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-# $Id$
-
-iconsdir = $(pkgdatadir)/icons/hicolor/24x24/status
-icons_DATA = \
- xfce4-mixer-volume-muted.png \
- xfce4-mixer-volume-ultra-low.png \
- xfce4-mixer-volume-low.png \
- xfce4-mixer-volume-low-medium.png \
- xfce4-mixer-volume-medium.png \
- xfce4-mixer-volume-high.png \
- xfce4-mixer-volume-very-high.png \
- xfce4-mixer-record.png \
- xfce4-mixer-no-record.png \
- xfce4-mixer-muted.png \
- xfce4-mixer-no-muted.png
-
-EXTRA_DIST = \
- $(icons_DATA)
-
-# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
diff --git a/icons/24x24/xfce4-mixer-muted.png b/icons/24x24/xfce4-mixer-muted.png
deleted file mode 100644
index 767a4e5..0000000
Binary files a/icons/24x24/xfce4-mixer-muted.png and /dev/null differ
diff --git a/icons/24x24/xfce4-mixer-no-muted.png b/icons/24x24/xfce4-mixer-no-muted.png
deleted file mode 100644
index 93fa8fb..0000000
Binary files a/icons/24x24/xfce4-mixer-no-muted.png and /dev/null differ
diff --git a/icons/24x24/xfce4-mixer-no-record.png b/icons/24x24/xfce4-mixer-no-record.png
deleted file mode 100644
index 6a7320d..0000000
Binary files a/icons/24x24/xfce4-mixer-no-record.png and /dev/null differ
diff --git a/icons/24x24/xfce4-mixer-record.png b/icons/24x24/xfce4-mixer-record.png
deleted file mode 100644
index 9f6d62c..0000000
Binary files a/icons/24x24/xfce4-mixer-record.png and /dev/null differ
diff --git a/icons/24x24/xfce4-mixer-volume-high.png b/icons/24x24/xfce4-mixer-volume-high.png
deleted file mode 100644
index f25a511..0000000
Binary files a/icons/24x24/xfce4-mixer-volume-high.png and /dev/null differ
diff --git a/icons/24x24/xfce4-mixer-volume-low-medium.png b/icons/24x24/xfce4-mixer-volume-low-medium.png
deleted file mode 100644
index 8cc1543..0000000
Binary files a/icons/24x24/xfce4-mixer-volume-low-medium.png and /dev/null differ
diff --git a/icons/24x24/xfce4-mixer-volume-low.png b/icons/24x24/xfce4-mixer-volume-low.png
deleted file mode 100644
index c17ecf8..0000000
Binary files a/icons/24x24/xfce4-mixer-volume-low.png and /dev/null differ
diff --git a/icons/24x24/xfce4-mixer-volume-medium.png b/icons/24x24/xfce4-mixer-volume-medium.png
deleted file mode 100644
index 9675021..0000000
Binary files a/icons/24x24/xfce4-mixer-volume-medium.png and /dev/null differ
diff --git a/icons/24x24/xfce4-mixer-volume-muted.png b/icons/24x24/xfce4-mixer-volume-muted.png
deleted file mode 100644
index 1680c9c..0000000
Binary files a/icons/24x24/xfce4-mixer-volume-muted.png and /dev/null differ
diff --git a/icons/24x24/xfce4-mixer-volume-ultra-low.png b/icons/24x24/xfce4-mixer-volume-ultra-low.png
deleted file mode 100644
index 3f4824c..0000000
Binary files a/icons/24x24/xfce4-mixer-volume-ultra-low.png and /dev/null differ
diff --git a/icons/24x24/xfce4-mixer-volume-very-high.png b/icons/24x24/xfce4-mixer-volume-very-high.png
deleted file mode 100644
index 4237b89..0000000
Binary files a/icons/24x24/xfce4-mixer-volume-very-high.png and /dev/null differ
diff --git a/icons/48x48/Makefile.am b/icons/48x48/Makefile.am
deleted file mode 100644
index 393d002..0000000
--- a/icons/48x48/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-# $Id$
-
-iconsdir = $(pkgdatadir)/icons/hicolor/48x48/status
-icons_DATA = \
- xfce4-mixer-volume-muted.png \
- xfce4-mixer-volume-ultra-low.png \
- xfce4-mixer-volume-low.png \
- xfce4-mixer-volume-low-medium.png \
- xfce4-mixer-volume-medium.png \
- xfce4-mixer-volume-high.png \
- xfce4-mixer-volume-very-high.png \
- xfce4-mixer-record.png \
- xfce4-mixer-no-record.png \
- xfce4-mixer-muted.png \
- xfce4-mixer-no-muted.png
-
-EXTRA_DIST = \
- $(icons_DATA)
-
-# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
diff --git a/icons/48x48/xfce4-mixer-muted.png b/icons/48x48/xfce4-mixer-muted.png
deleted file mode 100644
index d328f96..0000000
Binary files a/icons/48x48/xfce4-mixer-muted.png and /dev/null differ
diff --git a/icons/48x48/xfce4-mixer-no-muted.png b/icons/48x48/xfce4-mixer-no-muted.png
deleted file mode 100644
index 43f2c33..0000000
Binary files a/icons/48x48/xfce4-mixer-no-muted.png and /dev/null differ
diff --git a/icons/48x48/xfce4-mixer-no-record.png b/icons/48x48/xfce4-mixer-no-record.png
deleted file mode 100644
index a6a8505..0000000
Binary files a/icons/48x48/xfce4-mixer-no-record.png and /dev/null differ
diff --git a/icons/48x48/xfce4-mixer-record.png b/icons/48x48/xfce4-mixer-record.png
deleted file mode 100644
index f938852..0000000
Binary files a/icons/48x48/xfce4-mixer-record.png and /dev/null differ
diff --git a/icons/48x48/xfce4-mixer-volume-high.png b/icons/48x48/xfce4-mixer-volume-high.png
deleted file mode 100644
index 3d424cc..0000000
Binary files a/icons/48x48/xfce4-mixer-volume-high.png and /dev/null differ
diff --git a/icons/48x48/xfce4-mixer-volume-low-medium.png b/icons/48x48/xfce4-mixer-volume-low-medium.png
deleted file mode 100644
index e773b50..0000000
Binary files a/icons/48x48/xfce4-mixer-volume-low-medium.png and /dev/null differ
diff --git a/icons/48x48/xfce4-mixer-volume-low.png b/icons/48x48/xfce4-mixer-volume-low.png
deleted file mode 100644
index 1e62c5b..0000000
Binary files a/icons/48x48/xfce4-mixer-volume-low.png and /dev/null differ
diff --git a/icons/48x48/xfce4-mixer-volume-medium.png b/icons/48x48/xfce4-mixer-volume-medium.png
deleted file mode 100644
index 3474be7..0000000
Binary files a/icons/48x48/xfce4-mixer-volume-medium.png and /dev/null differ
diff --git a/icons/48x48/xfce4-mixer-volume-muted.png b/icons/48x48/xfce4-mixer-volume-muted.png
deleted file mode 100644
index 9ee3002..0000000
Binary files a/icons/48x48/xfce4-mixer-volume-muted.png and /dev/null differ
diff --git a/icons/48x48/xfce4-mixer-volume-ultra-low.png b/icons/48x48/xfce4-mixer-volume-ultra-low.png
deleted file mode 100644
index f95d908..0000000
Binary files a/icons/48x48/xfce4-mixer-volume-ultra-low.png and /dev/null differ
diff --git a/icons/48x48/xfce4-mixer-volume-very-high.png b/icons/48x48/xfce4-mixer-volume-very-high.png
deleted file mode 100644
index eef304c..0000000
Binary files a/icons/48x48/xfce4-mixer-volume-very-high.png and /dev/null differ
diff --git a/icons/Makefile.am b/icons/Makefile.am
index e71e902..70638c1 100644
--- a/icons/Makefile.am
+++ b/icons/Makefile.am
@@ -2,8 +2,6 @@
SUBDIRS = \
16x16 \
- 24x24 \
- 48x48 \
scalable
gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
diff --git a/icons/scalable/Makefile.am b/icons/scalable/Makefile.am
index 66acbd4..5bfc12c 100644
--- a/icons/scalable/Makefile.am
+++ b/icons/scalable/Makefile.am
@@ -1,20 +1,6 @@
-# $Id$
-
iconsdir = $(pkgdatadir)/icons/hicolor/scalable/status
-icons_DATA = \
- xfce4-mixer-volume-muted.svg \
- xfce4-mixer-volume-ultra-low.svg \
- xfce4-mixer-volume-low.svg \
- xfce4-mixer-volume-low-medium.svg \
- xfce4-mixer-volume-medium.svg \
- xfce4-mixer-volume-high.svg \
- xfce4-mixer-volume-very-high.svg \
- xfce4-mixer-record.svg \
- xfce4-mixer-no-record.svg \
- xfce4-mixer-muted.svg \
- xfce4-mixer-no-muted.svg
+icons_DATA = audio-input-microphone-muted.svg
-EXTRA_DIST = \
- $(icons_DATA)
+EXTRA_DIST = $(icons_DATA)
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
diff --git a/icons/scalable/audio-input-microphone-muted.svg b/icons/scalable/audio-input-microphone-muted.svg
new file mode 100644
index 0000000..0a45082
--- /dev/null
+++ b/icons/scalable/audio-input-microphone-muted.svg
@@ -0,0 +1,433 @@
+<?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"
+ version="1.1"
+ width="48"
+ height="48"
+ id="svg11300">
+ <defs
+ id="defs3">
+ <linearGradient
+ id="linearGradient2407">
+ <stop
+ id="stop2409"
+ style="stop-color:#d5d5d5;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop2411"
+ style="stop-color:#747474;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2399">
+ <stop
+ id="stop2401"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop2403"
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2371">
+ <stop
+ id="stop2373"
+ style="stop-color:#000000;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop2375"
+ style="stop-color:#000000;stop-opacity:0.48453608"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2355">
+ <stop
+ id="stop2357"
+ style="stop-color:#000000;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop2359"
+ style="stop-color:#000000;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2345">
+ <stop
+ id="stop2347"
+ style="stop-color:#d5d5d5;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop2349"
+ style="stop-color:#a0a0a0;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2337">
+ <stop
+ id="stop2339"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop2341"
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2252">
+ <stop
+ id="stop2254"
+ style="stop-color:#c6c6c6;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop2256"
+ style="stop-color:#c6c6c6;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2242">
+ <stop
+ id="stop2244"
+ style="stop-color:#000000;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop2246"
+ style="stop-color:#000000;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2232">
+ <stop
+ id="stop2234"
+ style="stop-color:#b0b0b0;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop2236"
+ style="stop-color:#747474;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ cx="15.4375"
+ cy="42.090427"
+ r="11.1875"
+ fx="15.4375"
+ fy="42.090427"
+ id="radialGradient2238"
+ xlink:href="#linearGradient2232"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.52514,0,22.02165)" />
+ <radialGradient
+ cx="25.1875"
+ cy="41"
+ r="16.4375"
+ fx="25.1875"
+ fy="41"
+ id="radialGradient2248"
+ xlink:href="#linearGradient2242"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.425856,0,23.53992)" />
+ <linearGradient
+ x1="41.25"
+ y1="36.689548"
+ x2="48.25"
+ y2="35.689548"
+ id="linearGradient2258"
+ xlink:href="#linearGradient2252"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ cx="20.275276"
+ cy="5.7119732"
+ r="12.494026"
+ fx="20.275276"
+ fy="5.7119732"
+ id="radialGradient2343"
+ xlink:href="#linearGradient2337"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.530751,0,0,2.296006,-31.03641,-6.699856)" />
+ <radialGradient
+ cx="19.557497"
+ cy="6.644074"
+ r="10.98921"
+ fx="19.557497"
+ fy="6.644074"
+ id="radialGradient2351"
+ xlink:href="#linearGradient2345"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.491918,-0.08445108,-0.05874412,3.986724,-9.646804,-20.27595)" />
+ <linearGradient
+ x1="25.160467"
+ y1="15.803662"
+ x2="33.96875"
+ y2="20.4375"
+ id="linearGradient2361"
+ xlink:href="#linearGradient2355"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="25.160467"
+ y1="15.803662"
+ x2="33.96875"
+ y2="20.4375"
+ id="linearGradient2363"
+ xlink:href="#linearGradient2355"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="25.160467"
+ y1="15.803662"
+ x2="33.96875"
+ y2="20.4375"
+ id="linearGradient2365"
+ xlink:href="#linearGradient2355"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="25.160467"
+ y1="15.803662"
+ x2="33.96875"
+ y2="20.4375"
+ id="linearGradient2367"
+ xlink:href="#linearGradient2355"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="25.160467"
+ y1="15.803662"
+ x2="33.96875"
+ y2="20.4375"
+ id="linearGradient2369"
+ xlink:href="#linearGradient2355"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="18.328718"
+ y1="15.323075"
+ x2="14.40625"
+ y2="14.046875"
+ id="linearGradient2377"
+ xlink:href="#linearGradient2371"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="18.328718"
+ y1="15.323075"
+ x2="14.40625"
+ y2="14.046875"
+ id="linearGradient2379"
+ xlink:href="#linearGradient2371"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="18.328718"
+ y1="15.323075"
+ x2="14.40625"
+ y2="14.046875"
+ id="linearGradient2381"
+ xlink:href="#linearGradient2371"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="18.328718"
+ y1="15.323075"
+ x2="14.40625"
+ y2="14.046875"
+ id="linearGradient2383"
+ xlink:href="#linearGradient2371"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="18.328718"
+ y1="15.323075"
+ x2="14.40625"
+ y2="14.046875"
+ id="linearGradient2385"
+ xlink:href="#linearGradient2371"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="16.4375"
+ y1="49.110714"
+ x2="17.402376"
+ y2="43.420425"
+ id="linearGradient2405"
+ xlink:href="#linearGradient2399"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ cx="33.499996"
+ cy="20.538168"
+ r="2.2697368"
+ fx="33.499996"
+ fy="20.538168"
+ id="radialGradient2413"
+ xlink:href="#linearGradient2407"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.435326,0,0,0.435326,18.91658,12.49341)" />
+ </defs>
+ <metadata
+ id="metadata4">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Jakub Steiner</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:source>http://jimmac.musichall.cz</dc:source>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+ <dc:title></dc:title>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>mic</rdf:li>
+ <rdf:li>mike</rdf:li>
+ <rdf:li>microphone</rdf:li>
+ <rdf:li>input</rdf:li>
+ <rdf:li>audio</rdf:li>
+ <rdf:li>record</rdf:li>
+ <rdf:li>voice</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/publicdomain/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1">
+ <path
+ d="M 41.625,41 A 16.4375,7 0 1 1 8.75,41 16.4375,7 0 1 1 41.625,41 z"
+ transform="matrix(1.106464,0,0,1.044643,-2.681557,-2.517857)"
+ id="path2240"
+ style="opacity:0.49431823;color:#000000;fill:url(#radialGradient2248);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible" />
+ <path
+ d="m 27.625,46.375 a 11.1875,5.875 0 1 1 -22.375,0 11.1875,5.875 0 1 1 22.375,0 z"
+ transform="translate(8.75,-7)"
+ id="path2222"
+ style="color:#000000;fill:url(#radialGradient2238);fill-opacity:1;fill-rule:evenodd;stroke:#424242;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" />
+ <path
+ d="m 35.375,22.125 a 1.875,1.875 0 1 1 -3.75,0 1.875,1.875 0 1 1 3.75,0 z"
+ transform="matrix(2.066667,0,0,1.266667,-43.98333,9.475)"
+ id="path2260"
+ style="color:#000000;fill:#424242;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible" />
+ <path
+ d="m 20.25,31.375 c 0,0 0.735875,3.40224 3,3.125 6.125,-0.75 5.471362,-0.489507 9.875,0.875 4.4375,1.375 2.09375,3.59375 6.625,4 4.53125,0.40625 4.125,-3.625 8,-3.875"
+ id="path2250"
+ style="color:#000000;fill:none;stroke:url(#linearGradient2258);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ width="22.136791"
+ height="30.692028"
+ rx="6.6936979"
+ ry="6.6936979"
+ x="16.028919"
+ y="-4.0142608"
+ transform="matrix(0.970732,0.240164,-0.264014,0.964519,0,0)"
+ id="rect1343"
+ style="color:#000000;fill:url(#radialGradient2351);fill-opacity:1;fill-rule:evenodd;stroke:#7c7c7c;stroke-width:1.00015199;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ width="19.862064"
+ height="28.524395"
+ rx="5.4198565"
+ ry="5.4198565"
+ x="17.210075"
+ y="-3.006144"
+ transform="matrix(0.970732,0.240164,-0.264014,0.964519,0,0)"
+ id="rect2353"
+ style="opacity:0.30681817;color:#000000;fill:none;stroke:#ffffff;stroke-width:1.00015211;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" />
+ <path
+ d="M 20.09375,1.96875 C 17.872662,2.3212044 15.943233,4.0082576 15.3125,6.3125 l -4.84375,17.84375 c 2.856946,1.404105 6.63761,0.46875 10.21875,0.46875 0.490008,0 0.988068,-0.0015 1.46875,-0.03125 -0.935141,-0.227563 -2.3125,-0.5625 -2.3125,-0.5625 -0.219863,-0.05954 -0.421184,-0.135194 -0.5625,-0.25 -0.0047,-0.0041 -0.02666,-0.02708 -0.03125,-0.03125 -0.01333,-0.01284 -0.04694,-0.04627 -0.0625,-0.0625 -0.0057,-0.0055 -0.02564,-0.02568 -0.03125,-0.03125 -0.0082,-0.01586 -0.02495,-0.05009 -0.03125,-0.0625 -0.0097,-0.02434 -0.02473,-0.07193 -0.03125,-0.09375 1.96e-4,-0.0031 -6.1e-5,-0.02851 0,-0.03125 -0.0058,-0.01078 -0.02563,-0.05156 -0.03125,-0.0625 7.1e-5,-0.0061 4.7e-5,-0.02725 0,-0.03125 2.3e-4,-0.01787 -3.3e-5,-0.05098 0,-0.0625 -1.06e-4,-0.006 -3.17e-4,-0.02762 0,-0.03125 -1.09e-4,-0.0032 1.1e-5,-0.02848 0,-0.03125 0.0081,-0.03623 0.02466,-0.09348 0.03125,-0.125 0.0053,-0.01027 0.0254,-0.05125 0.03125,-0.0625 1e-6,-0.0029 2.63e-4,-0.02817 0,-0.03125 0.0076,-0.02
457 0.02232,-0.07148 0.03125,-0.09375 0.0081,-0.01646 0.02615,-0.05247 0.03125,-0.0625 0.02476,-0.04515 0.06326,-0.117676 0.09375,-0.15625 0.0064,-0.0065 0.02699,-0.02699 0.03125,-0.03125 0.01125,-0.0055 0.05222,-0.02625 0.0625,-0.03125 0.02856,-0.01715 0.08934,-0.0477 0.125,-0.0625 0.01088,1.54e-4 0.05152,-3.15e-4 0.0625,0 -1.81e-4,-0.0017 -5.4e-5,-0.02423 0,-0.03125 0.007,-5.8e-5 0.02948,-2.06e-4 0.03125,0 0.174833,-0.03267 0.396484,-0.0068 0.625,0.03125 l 5.9375,1.375 c 1.190295,-0.291143 2.327227,-0.690228 3.40625,-1.15625 -0.152403,-0.08613 -0.317465,-0.140846 -0.46875,-0.1875 -0.03737,-0.01082 -0.08789,-0.02344 -0.125,-0.03125 0,0 -8.21875,-2 -8.21875,-2 -0.219863,-0.05954 -0.444213,-0.135194 -0.59375,-0.25 -0.005,-0.0041 -0.0264,-0.02708 -0.03125,-0.03125 -0.0045,-0.0044 -0.0269,-0.02674 -0.03125,-0.03125 -0.0042,-0.0046 -0.02726,-0.02651 -0.03125,-0.03125 -0.0054,-0.01063 -0.02627,-0.05159 -0.03125,-0.0625 -0.0057,-0.0055 -0.0256,-0.02571 -0.03125,-0.03125 3.13e-4,-0
.0032 -9.2e-5,-0.02849 0,-0.03125 -0.0057,-0.01088 -0.02575,-0.05147 -0.03125,-0.0625 1.71e-4,-0.0031 -5.8e-5,-0.02851 0,-0.03125 -3.1e-5,-0.01078 -2.19e-4,-0.05156 0,-0.0625 -7.29e-4,-0.02153 -0.0017,-0.0707 0,-0.09375 4.2e-5,-0.0035 1.39e-4,-0.02729 0,-0.03125 -7.08e-4,-0.01301 -8.47e-4,-0.05144 0,-0.0625 -1.44e-4,-0.0034 2.2e-5,-0.02842 0,-0.03125 0.0057,-0.01115 0.02592,-0.05212 0.03125,-0.0625 0.0088,-0.02783 0.02164,-0.06835 0.03125,-0.09375 0.0053,-0.01064 0.02572,-0.05177 0.03125,-0.0625 0.01712,-0.03633 0.04438,-0.09357 0.0625,-0.125 0.01442,-0.02096 0.04488,-0.07032 0.0625,-0.09375 0.0046,-0.0049 0.02658,-0.02659 0.03125,-0.03125 0.0064,-0.0065 0.02699,-0.02699 0.03125,-0.03125 0.01129,-0.0055 0.05225,-0.02625 0.0625,-0.03125 0.01589,-0.0083 0.04993,-0.02514 0.0625,-0.03125 0.0085,-0.0038 0.04594,-0.02303 0.0625,-0.03125 0.0032,2.44e-4 0.0285,-7.1e-5 0.03125,0 0.0043,-0.0042 0.02473,-0.02481 0.03125,-0.03125 0.0028,5.8e-5 0.028,-1.65e-4 0.03125,0 0.0072,-0.007 0.02
992,-0.0295 0.03125,-0.03125 0.0033,1.6e-4 0.02847,-5.8e-5 0.03125,0 0.0064,1.24e-4 0.02825,1.21e-4 0.03125,0 0.144148,-0.0058 0.322022,0.03284 0.5,0.0625 l 8.3125,1.9375 c 0.619385,0.172852 1.187319,0.608795 1.625,1.03125 0.513762,-0.273253 0.991279,-0.594876 1.46875,-0.90625 -0.145645,-0.194998 -1.330445,-1.699487 -2.40625,-2.03125 -0.03737,-0.01082 -0.08789,-0.02344 -0.125,-0.03125 0,0 -8.21875,-2 -8.21875,-2 -0.219863,-0.05954 -0.444213,-0.135194 -0.59375,-0.25 -0.005,-0.0041 -0.0264,-0.02708 -0.03125,-0.03125 -0.0045,-0.0044 -0.0269,-0.02674 -0.03125,-0.03125 -0.0042,-0.0046 -0.02726,-0.02651 -0.03125,-0.03125 -0.0054,-0.01063 -0.02627,-0.05159 -0.03125,-0.0625 -0.0057,-0.0055 -0.0256,-0.02571 -0.03125,-0.03125 3.13e-4,-0.0032 -9.2e-5,-0.02849 0,-0.03125 -0.0057,-0.01088 -0.02575,-0.05147 -0.03125,-0.0625 1.71e-4,-0.0031 -5.8e-5,-0.02851 0,-0.03125 -3.1e-5,-0.01078 -2.19e-4,-0.05156 0,-0.0625 -7.29e-4,-0.02153 -0.0017,-0.0707 0,-0.09375 4.2e-5,-0.0035 1.39e-4,-0.02729 0
,-0.03125 -7.08e-4,-0.01301 -8.47e-4,-0.05144 0,-0.0625 -1.44e-4,-0.0034 2.2e-5,-0.02842 0,-0.03125 0.0057,-0.01115 0.02592,-0.05212 0.03125,-0.0625 0.0088,-0.02783 0.02164,-0.06835 0.03125,-0.09375 0.0053,-0.01064 0.02572,-0.05177 0.03125,-0.0625 0.01712,-0.03633 0.04438,-0.09357 0.0625,-0.125 0.01442,-0.02096 0.04488,-0.07032 0.0625,-0.09375 0.0046,-0.0049 0.02658,-0.02659 0.03125,-0.03125 0.0064,-0.0065 0.02699,-0.02699 0.03125,-0.03125 0.01129,-0.0055 0.05225,-0.02625 0.0625,-0.03125 0.01589,-0.0083 0.04993,-0.02514 0.0625,-0.03125 0.0055,-0.0057 0.02574,-0.02557 0.03125,-0.03125 0.01093,1.72e-4 0.05148,-3.36e-4 0.0625,0 0.0043,-0.0042 0.02473,-0.02481 0.03125,-0.03125 0.0028,5.8e-5 0.028,-1.64e-4 0.03125,0 0.0072,-0.007 0.02992,-0.0295 0.03125,-0.03125 0.0033,1.6e-4 0.02847,-5.8e-5 0.03125,0 0.0064,1.24e-4 0.02825,1.2e-4 0.03125,0 0.144148,-0.0058 0.322022,0.03284 0.5,0.0625 l 8.3125,1.9375 c 1.34375,0.375 2.46875,2 2.46875,2 l -0.40625,1.5625 c 0.184167,-0.120101 0.384
07,-0.218251 0.5625,-0.34375 L 35.6875,11.34375 C 36.528911,8.2698323 34.727126,5.1972501 31.65625,4.4375 L 22.375,2.125 C 21.77522,1.9766113 21.181753,1.9275559 20.59375,1.96875 c -0.0035,2.486e-4 -0.02517,7.82e-5 -0.03125,0 -0.0129,-2.549e-4 -0.05005,6.017e-4 -0.0625,0 -0.0063,-2.183e-4 -0.02482,2.3e-5 -0.03125,0 -0.003,-6.2e-5 -0.02464,2.87e-5 -0.03125,0 -0.03001,8.403e-4 -0.09506,-0.00124 -0.125,0 -0.0093,3.783e-4 -0.0463,2.411e-4 -0.0625,0 -0.0038,-5.14e-5 -0.02715,-2.325e-4 -0.03125,0 -0.01062,-1.801e-4 -0.05189,1.383e-4 -0.0625,0 -0.01063,-1.889e-4 -0.05188,1.477e-4 -0.0625,0 z m -4.5,5.21875 L 20.5,8.15625 c 0.19043,0.058594 0.39146,0.1451941 0.53125,0.28125 0.0045,0.00465 0.02686,0.026489 0.03125,0.03125 0.0043,0.00488 0.02714,0.026257 0.03125,0.03125 0.0053,0.010589 0.02627,0.051637 0.03125,0.0625 0.0057,0.00549 0.02561,0.025729 0.03125,0.03125 0.01009,0.024615 0.02353,0.071387 0.03125,0.09375 0.0088,0.028553 0.02484,0.089561 0.03125,0.125 -7.8e-5,0.00612 -5.2e-5,0
.027254 0,0.03125 -2.51e-4,0.017731 3.8e-5,0.050749 0,0.0625 3.54e-4,0.028361 0.002,0.095219 0,0.125 1.43e-4,0.00343 -1.7e-5,0.028422 0,0.03125 -0.0057,0.011111 -0.02578,0.051666 -0.03125,0.0625 -0.0072,0.027506 -0.02266,0.068485 -0.03125,0.09375 2.84e-4,0.00308 -3.4e-5,0.028369 0,0.03125 -0.0057,0.011482 -0.02584,0.052411 -0.03125,0.0625 -0.0071,0.014453 -0.0236,0.048969 -0.03125,0.0625 -0.0056,0.00549 -0.02563,0.02582 -0.03125,0.03125 -0.0053,0.011093 -0.02587,0.051625 -0.03125,0.0625 -0.0045,0.00544 -0.0266,0.02602 -0.03125,0.03125 -0.0048,0.00502 -0.02639,0.026436 -0.03125,0.03125 -0.005,0.00461 -0.02618,0.026843 -0.03125,0.03125 -0.01062,0.00534 -0.05167,0.026344 -0.0625,0.03125 -0.0055,0.00567 -0.02573,0.025623 -0.03125,0.03125 -0.02107,0.00872 -0.07201,0.024139 -0.09375,0.03125 -0.02423,0.0087 -0.06855,0.025216 -0.09375,0.03125 -0.165238,0.035054 -0.353516,0.019531 -0.53125,-0.03125 L 15.1875,8.59375 15.59375,7.1875 z m 7.8125,1.59375 c 0.0033,1.604e-4 0.02847,-5.78e-
5 0.03125,0 0.0064,1.235e-4 0.02825,1.207e-4 0.03125,0 0.144148,-0.0058 0.322022,0.032837 0.5,0.0625 l 8.3125,1.9375 c 1.34375,0.375 2.21875,1.75 2.21875,1.75 l -0.34375,1.53125 c -0.145645,-0.194998 -1.142945,-1.418237 -2.21875,-1.75 -0.03737,-0.01082 -0.08789,-0.02344 -0.125,-0.03125 0,0 -8.21875,-2 -8.21875,-2 -0.219863,-0.05954 -0.444213,-0.135194 -0.59375,-0.25 -0.005,-0.0041 -0.0264,-0.02708 -0.03125,-0.03125 -0.0045,-0.00439 -0.0269,-0.026743 -0.03125,-0.03125 -0.0042,-0.00462 -0.02726,-0.026506 -0.03125,-0.03125 -0.0054,-0.010627 -0.02627,-0.051586 -0.03125,-0.0625 -0.0057,-0.0055 -0.0256,-0.025714 -0.03125,-0.03125 3.13e-4,-0.00319 -9.2e-5,-0.028491 0,-0.03125 -0.0057,-0.010884 -0.02575,-0.051469 -0.03125,-0.0625 1.71e-4,-0.0031 -5.8e-5,-0.028513 0,-0.03125 -3.1e-5,-0.010782 -2.19e-4,-0.051558 0,-0.0625 -7.29e-4,-0.02153 -0.0017,-0.0707 0,-0.09375 4.2e-5,-0.00354 1.39e-4,-0.027287 0,-0.03125 -7.08e-4,-0.013007 -8.47e-4,-0.05144 0,-0.0625 -1.44e-4,-0.00343 2.2e-5,-0.
02842 0,-0.03125 0.0057,-0.011149 0.02592,-0.052118 0.03125,-0.0625 0.0088,-0.027832 0.02164,-0.068345 0.03125,-0.09375 0.0053,-0.010637 0.02572,-0.051774 0.03125,-0.0625 0.01712,-0.036329 0.04438,-0.093567 0.0625,-0.125 0.01442,-0.020961 0.04488,-0.07032 0.0625,-0.09375 0.0046,-0.00487 0.02658,-0.026589 0.03125,-0.03125 0.0064,-0.00649 0.02699,-0.026987 0.03125,-0.03125 0.01129,-0.00551 0.05225,-0.02625 0.0625,-0.03125 0.01589,-0.00826 0.04993,-0.025139 0.0625,-0.03125 0.0055,-0.00573 0.02574,-0.025566 0.03125,-0.03125 0.01093,1.718e-4 0.05148,-3.363e-4 0.0625,0 0.0043,-0.00424 0.02473,-0.02481 0.03125,-0.03125 0.0028,5.8e-5 0.028,-1.645e-4 0.03125,0 0.0072,-0.00702 0.02992,-0.029497 0.03125,-0.03125 z m -8.71875,1.78125 4.90625,0.96875 c 0.19043,0.05859 0.39146,0.145194 0.53125,0.28125 0.0045,0.0046 0.02686,0.02649 0.03125,0.03125 0.0043,0.0049 0.02714,0.02626 0.03125,0.03125 0.0053,0.01059 0.02627,0.05164 0.03125,0.0625 0.0057,0.0055 0.02561,0.02573 0.03125,0.03125 -1.8e-
4,0.0016 -5.8e-5,0.02418 0,0.03125 0.0057,0.01087 0.02579,0.0515 0.03125,0.0625 0.007,0.02284 0.02449,0.06687 0.03125,0.09375 1.73e-4,0.0035 -3.9e-5,0.02725 0,0.03125 -4.29e-4,0.01784 -3.29e-4,0.05098 0,0.0625 -7.6e-5,0.0235 0.0024,0.06885 0,0.09375 -0.0053,0.04229 -0.01904,0.109863 -0.03125,0.15625 8.7e-5,0.0027 -3.11e-4,0.02847 0,0.03125 -0.01271,0.03004 -0.0485,0.09715 -0.0625,0.125 -0.0069,0.01492 -0.02386,0.04851 -0.03125,0.0625 -0.0053,0.01101 -0.02582,0.05171 -0.03125,0.0625 -0.0056,0.0055 -0.02564,0.02579 -0.03125,0.03125 -0.03543,0.04525 -0.08293,0.09292 -0.125,0.125 -0.0055,0.0057 -0.02572,0.02565 -0.03125,0.03125 -0.01585,0.0082 -0.04952,0.02477 -0.0625,0.03125 -0.0088,0.004 -0.04598,0.02307 -0.0625,0.03125 -0.0031,-2.61e-4 -0.02851,7.6e-5 -0.03125,0 -0.01091,0.0057 -0.05153,0.02568 -0.0625,0.03125 -0.165238,0.03505 -0.353516,0.01953 -0.53125,-0.03125 l -4.9375,-1.0625 0.40625,-1.40625 z M 22.5,12.21875 c 0.0033,1.6e-4 0.02847,-5.8e-5 0.03125,0 0.0064,1.24e-4 0.02
825,1.21e-4 0.03125,0 0.144148,-0.0058 0.322022,0.03284 0.5,0.0625 l 8.3125,1.9375 c 1.34375,0.375 2.09375,1.65625 2.09375,1.65625 l -0.3125,1.4375 c -0.145645,-0.194998 -1.049195,-1.230737 -2.125,-1.5625 -0.03737,-0.01082 -0.08789,-0.02344 -0.125,-0.03125 0,0 -8.21875,-2 -8.21875,-2 -0.219863,-0.05954 -0.444213,-0.135194 -0.59375,-0.25 -0.005,-0.0041 -0.0264,-0.02708 -0.03125,-0.03125 -0.0045,-0.0044 -0.0269,-0.02674 -0.03125,-0.03125 -0.0042,-0.0046 -0.02726,-0.02651 -0.03125,-0.03125 -0.0054,-0.01063 -0.02627,-0.05159 -0.03125,-0.0625 -0.0057,-0.0055 -0.0256,-0.02571 -0.03125,-0.03125 3.13e-4,-0.0032 -9.2e-5,-0.02849 0,-0.03125 -0.0057,-0.01088 -0.02575,-0.05147 -0.03125,-0.0625 1.71e-4,-0.0031 -5.8e-5,-0.02851 0,-0.03125 -3.1e-5,-0.01078 -2.19e-4,-0.05156 0,-0.0625 -7.29e-4,-0.02153 -0.0017,-0.0707 0,-0.09375 4.2e-5,-0.0035 1.39e-4,-0.02729 0,-0.03125 -7.08e-4,-0.01301 -8.47e-4,-0.05144 0,-0.0625 -1.44e-4,-0.0034 2.2e-5,-0.02842 0,-0.03125 0.0057,-0.01115 0.02592,-0.0521
2 0.03125,-0.0625 0.0088,-0.02783 0.02164,-0.06835 0.03125,-0.09375 0.0053,-0.01064 0.02572,-0.05177 0.03125,-0.0625 0.01712,-0.03633 0.04438,-0.09357 0.0625,-0.125 0.01442,-0.02096 0.04488,-0.07032 0.0625,-0.09375 0.0046,-0.0049 0.02658,-0.02659 0.03125,-0.03125 0.0064,-0.0065 0.02699,-0.02699 0.03125,-0.03125 0.01129,-0.0055 0.05225,-0.02625 0.0625,-0.03125 0.01589,-0.0083 0.04993,-0.02514 0.0625,-0.03125 0.0085,-0.0038 0.04594,-0.02303 0.0625,-0.03125 0.0032,2.44e-4 0.0285,-7.1e-5 0.03125,0 0.0043,-0.0042 0.02473,-0.02481 0.03125,-0.03125 0.0028,5.8e-5 0.028,-1.64e-4 0.03125,0 0.0072,-0.007 0.02992,-0.0295 0.03125,-0.03125 z m -8.75,1.71875 4.90625,1 c 0.138855,0.04272 0.284631,0.109547 0.40625,0.1875 0.01105,0.0053 0.05157,0.02585 0.0625,0.03125 0.0055,0.0056 0.02575,0.02565 0.03125,0.03125 0.0053,0.0047 0.02608,0.02642 0.03125,0.03125 0.01317,0.01305 0.04669,0.04631 0.0625,0.0625 0.0056,0.0055 0.02564,0.02571 0.03125,0.03125 -1.8e-4,0.0034 5.6e-5,0.0284 0,0.03125 0.0055
,0.01105 0.02569,0.0521 0.03125,0.0625 0.0057,0.0055 0.02557,0.02576 0.03125,0.03125 0.01103,0.03195 0.0255,0.08954 0.03125,0.125 3e-5,0.01072 2.03e-4,0.05163 0,0.0625 6.58e-4,0.02305 0.0016,0.06932 0,0.09375 8.4e-5,0.0032 1e-6,0.02845 0,0.03125 -0.0078,0.03657 -0.02418,0.09511 -0.03125,0.125 2.3e-4,0.0031 -2.6e-5,0.02849 0,0.03125 -0.01419,0.03152 -0.04866,0.09624 -0.0625,0.125 -0.0081,0.01632 -0.02599,0.05161 -0.03125,0.0625 -0.0054,0.01056 -0.0231,0.04639 -0.03125,0.0625 -0.0051,0.01106 -0.02609,0.05225 -0.03125,0.0625 -0.02526,0.02949 -0.06715,0.07061 -0.09375,0.09375 -0.0055,0.0056 -0.0257,0.02567 -0.03125,0.03125 -0.0055,0.0057 -0.02572,0.02565 -0.03125,0.03125 -0.01585,0.0082 -0.04952,0.02477 -0.0625,0.03125 -0.0088,0.004 -0.04598,0.02307 -0.0625,0.03125 -0.0031,-2.61e-4 -0.02851,7.6e-5 -0.03125,0 -0.179334,0.05325 -0.395508,0.05664 -0.59375,0 l -4.9375,-1.125 0.40625,-1.375 z m -0.875,3.34375 4.90625,1.0625 c 0.222168,0.06836 0.455112,0.196095 0.59375,0.375 0.0056,0.
0055 0.02564,0.02571 0.03125,0.03125 0.0082,0.01577 0.02458,0.04932 0.03125,0.0625 0.0099,0.02477 0.02423,0.07091 0.03125,0.09375 0.0058,0.0108 0.0257,0.05156 0.03125,0.0625 -1e-6,0.01074 2.29e-4,0.05161 0,0.0625 -5.9e-5,0.0061 -6.4e-5,0.02726 0,0.03125 -6.9e-5,0.01762 4.12e-4,0.05052 0,0.0625 7.1e-5,0.0032 1.2e-5,0.02844 0,0.03125 1.61e-4,0.0031 -2.4e-5,0.02851 0,0.03125 -0.0035,0.01181 -0.02642,0.04968 -0.03125,0.0625 -0.0013,0.0038 0.001,0.02788 0,0.03125 2.87e-4,0.0028 -5.4e-5,0.0286 0,0.03125 -0.0084,0.03209 -0.02122,0.09194 -0.03125,0.125 -0.03151,0.07936 -0.08071,0.162183 -0.125,0.21875 -0.0045,0.0054 -0.0266,0.02602 -0.03125,0.03125 -0.0048,0.005 -0.02639,0.02644 -0.03125,0.03125 -0.005,0.0046 -0.02618,0.02684 -0.03125,0.03125 -0.0055,0.0056 -0.0257,0.02567 -0.03125,0.03125 -0.01059,0.0054 -0.05171,0.02627 -0.0625,0.03125 -0.0055,0.0057 -0.02574,0.0256 -0.03125,0.03125 -0.02478,0.0097 -0.07232,0.02424 -0.09375,0.03125 -0.01091,-1.27e-4 -0.05153,2.91e-4 -0.0625,0 -0.1
65238,0.03505 -0.353516,0.01953 -0.53125,-0.03125 L 12.46875,18.6875 12.875,17.28125 z m -0.96875,3.375 4.90625,1.0625 c 0.19043,0.05859 0.39146,0.145194 0.53125,0.28125 0.0045,0.0046 0.02686,0.02649 0.03125,0.03125 0.0043,0.0049 0.02714,0.02626 0.03125,0.03125 0.0053,0.01059 0.02627,0.05164 0.03125,0.0625 0.0057,0.0055 0.02561,0.02573 0.03125,0.03125 0.01009,0.02462 0.02353,0.07139 0.03125,0.09375 0.0088,0.02855 0.02484,0.08956 0.03125,0.125 5.21e-4,0.0055 -1.04e-4,0.02326 0,0.03125 -2.51e-4,0.01773 3.8e-5,0.05075 0,0.0625 3.54e-4,0.02836 0.002,0.09522 0,0.125 -9.95e-4,0.0037 0.0013,0.02733 0,0.03125 -0.0047,0.0125 -0.02755,0.05111 -0.03125,0.0625 -0.0072,0.02751 -0.02266,0.06848 -0.03125,0.09375 -0.0079,0.02147 -0.02195,0.06946 -0.03125,0.09375 -0.0071,0.01445 -0.0236,0.04897 -0.03125,0.0625 -0.0056,0.0055 -0.02563,0.02582 -0.03125,0.03125 -0.0053,0.01109 -0.02587,0.05163 -0.03125,0.0625 -0.0045,0.0054 -0.0266,0.02602 -0.03125,0.03125 -0.0048,0.005 -0.02639,0.02644 -0.0312
5,0.03125 -0.005,0.0046 -0.02618,0.02684 -0.03125,0.03125 -0.01062,0.0053 -0.05167,0.02634 -0.0625,0.03125 -0.0055,0.0057 -0.02573,0.02562 -0.03125,0.03125 -0.02107,0.0087 -0.07201,0.02414 -0.09375,0.03125 -0.02423,0.0087 -0.06855,0.02522 -0.09375,0.03125 -0.165238,0.03505 -0.353516,0.01953 -0.53125,-0.03125 L 11.5,22.0625 11.90625,20.65625 z"
+ id="rect2302"
+ style="opacity:0.44318183;color:#000000;fill:url(#radialGradient2343);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00015175;marker:none;visibility:visible;display:inline;overflow:visible" />
+ <path
+ d="m 22.28125,15.84375 8.3125,1.9375 c 1.34375,0.375 2.46875,2 2.46875,2 L 32.65625,21.375 c 0,0 -1.34375,-1.84375 -2.53125,-2.09375 0,0 -8.21875,-2 -8.21875,-2 -0.485214,-0.131407 -0.934884,-0.320784 -0.75,-0.90625 0.1875,-0.59375 0.5625,-0.625 1.125,-0.53125 z"
+ id="path2284"
+ style="color:#000000;fill:url(#linearGradient2365);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
+ <path
+ d="m 31.5,19 -0.125,15.375 0,0.03125 0,0.03125 c 0.0877,1.40324 -1.095769,2.637096 -2.25,2.40625 L 18.65625,34.6875 c -0.46875,-0.125 -1.71875,-0.625 -1.3125,-2.0625 l -1.9375,-0.5 c -0.678757,2.436693 1.25,4.15625 2.6875,4.46875 L 28.75,38.78125 c 2.574613,0.514923 4.747942,-1.833968 4.625,-4.40625 -0.001,-0.02114 0.0013,-0.04134 0,-0.0625 L 33.5,19 l -2,0 z"
+ id="path1345"
+ style="color:#000000;fill:#747474;fill-opacity:1;fill-rule:evenodd;stroke:#424242;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" />
+ <path
+ d="m 21.25,19.28125 8.3125,1.9375 c 1.34375,0.375 2.46875,2 2.46875,2 L 31.625,24.8125 c 0,0 -1.34375,-1.84375 -2.53125,-2.09375 0,0 -8.21875,-2 -8.21875,-2 -0.485214,-0.131407 -0.934884,-0.320784 -0.75,-0.90625 0.1875,-0.59375 0.5625,-0.625 1.125,-0.53125 z"
+ id="path2286"
+ style="color:#000000;fill:url(#linearGradient2367);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
+ <path
+ d="m 24.09375,8.9687499 8.3125,1.9375001 c 1.34375,0.375 2.0625,1.5 2.0625,1.5 L 34.0625,14 c 0,0 -0.9375,-1.34375 -2.125,-1.59375 0,0 -8.21875,-2 -8.21875,-2 -0.485214,-0.131407 -0.934884,-0.320784 -0.75,-0.9062501 0.1875,-0.59375 0.5625,-0.625 1.125,-0.53125 z"
+ id="path2280"
+ style="color:#000000;fill:url(#linearGradient2361);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
+ <path
+ d="m 23.1875,12.40625 8.3125,1.9375 c 1.34375,0.375 2.0625,1.5625 2.0625,1.5625 l -0.4375,1.5 c 0,0 -0.90625,-1.3125 -2.09375,-1.5625 0,0 -8.21875,-2 -8.21875,-2 -0.485214,-0.131407 -0.934884,-0.320784 -0.75,-0.90625 0.1875,-0.59375 0.5625,-0.625 1.125,-0.53125 z"
+ id="path2282"
+ style="color:#000000;fill:url(#linearGradient2363);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
+ <path
+ d="m 35.375,22.125 a 1.875,1.875 0 1 1 -3.75,0 1.875,1.875 0 1 1 3.75,0 z"
+ transform="matrix(1.266667,0,0,1.266667,-10.30833,-8.15)"
+ id="path2220"
+ style="color:#000000;fill:url(#radialGradient2413);fill-opacity:1;fill-rule:evenodd;stroke:#424242;stroke-width:0.78947347;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" />
+ <path
+ d="m 20.34375,22.71875 8.3125,1.9375 c 1.34375,0.375 2.46875,2 2.46875,2 L 30.71875,28.25 c 0,0 -1.34375,-1.84375 -2.53125,-2.09375 0,0 -8.21875,-2 -8.21875,-2 -0.485214,-0.131407 -0.872384,-0.320784 -0.75,-0.90625 0.123851,-0.592482 0.5625,-0.625 1.125,-0.53125 z"
+ id="path2288"
+ style="color:#000000;fill:url(#linearGradient2369);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
+ <path
+ d="m 16.5625,23.34375 -4.9375,-1.15625 0.40625,-1.40625 4.90625,1.0625 c 0.40625,0.125 0.84375,0.375 0.6875,0.96875 -0.154418,0.586787 -0.625,0.65625 -1.0625,0.53125 z"
+ id="path2292"
+ style="color:#000000;fill:url(#linearGradient2377);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
+ <path
+ d="m 17.53125,19.976562 -4.9375,-1.15625 0.40625,-1.40625 4.90625,1.0625 c 0.40625,0.125 0.84375,0.375 0.6875,0.96875 -0.154418,0.586788 -0.625,0.65625 -1.0625,0.53125 z"
+ id="path2294"
+ style="color:#000000;fill:url(#linearGradient2379);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
+ <path
+ d="m 18.40625,16.546875 -4.9375,-1.09375 0.40625,-1.40625 4.90625,1 c 0.40625,0.125 0.84375,0.375 0.6875,0.96875 -0.154418,0.586787 -0.625,0.65625 -1.0625,0.53125 z"
+ id="path2296"
+ style="color:#000000;fill:url(#linearGradient2385);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
+ <path
+ d="m 19.34375,13.148438 -4.9375,-1.0625 0.40625,-1.40625 4.90625,0.96875 c 0.40625,0.125 0.84375,0.375 0.6875,0.96875 -0.154418,0.586786 -0.625,0.65625 -1.0625,0.53125 z"
+ id="path2298"
+ style="color:#000000;fill:url(#linearGradient2383);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
+ <path
+ d="M 20.25,9.78125 15.3125,8.71875 15.71875,7.3125 20.625,8.28125 c 0.40625,0.125 0.84375,0.375 0.6875,0.96875 -0.154418,0.586787 -0.625,0.65625 -1.0625,0.53125 z"
+ id="path2300"
+ style="color:#000000;fill:url(#linearGradient2381);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
+ <path
+ d="m 27.625,46.375 a 11.1875,5.875 0 1 1 -22.375,0 11.1875,5.875 0 1 1 22.375,0 z"
+ transform="matrix(0.916296,0,0,0.807726,10.12589,1.916708)"
+ id="path2389"
+ style="opacity:0.29545456;color:#000000;fill:none;stroke:url(#linearGradient2405);stroke-width:1.16238523;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ width="20"
+ height="19"
+ rx="2.2097087"
+ ry="2.2097087"
+ x="26.5"
+ y="27.5"
+ id="rect1686"
+ style="color:#000000;fill:#cc0000;fill-opacity:1;fill-rule:evenodd;stroke:#a40000;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" />
+ <g
+ transform="matrix(0.779029,0,0,0.779029,26.695842,8.1759209)"
+ id="g2254">
+ <path
+ d="M 8,32 18,42"
+ id="path1377"
+ style="color:#000000;fill:none;stroke:#ffffff;stroke-width:2.56729817;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" />
+ <path
+ d="M 18,32 8,42"
+ id="path2252"
+ style="color:#000000;fill:none;stroke:#ffffff;stroke-width:2.56729817;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" />
+ </g>
+ <rect
+ width="18.09524"
+ height="17.190477"
+ rx="1.5847089"
+ ry="1.5847089"
+ x="27.452381"
+ y="28.404762"
+ id="rect2258"
+ style="opacity:0.4;color:#000000;fill:none;stroke:#ffffff;stroke-width:1.00000012;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" />
+ </g>
+</svg>
diff --git a/icons/scalable/xfce4-mixer-muted.svg b/icons/scalable/xfce4-mixer-muted.svg
deleted file mode 100644
index 3e8d570..0000000
--- a/icons/scalable/xfce4-mixer-muted.svg
+++ /dev/null
@@ -1,991 +0,0 @@
-<?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://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="48"
- height="48"
- id="svg2566"
- sodipodi:version="0.32"
- inkscape:version="0.43"
- version="1.0"
- sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/status"
- sodipodi:docname="audio-volume-muted.svg">
- <defs
- id="defs2568">
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3510">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop3512" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop3514" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3498">
- <stop
- style="stop-color:#3465a4;stop-opacity:1;"
- offset="0"
- id="stop3500" />
- <stop
- style="stop-color:#3465a4;stop-opacity:0;"
- offset="1"
- id="stop3502" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3281">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop3283" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop3285" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient4099">
- <stop
- style="stop-color:#6f726f;stop-opacity:1;"
- offset="0"
- id="stop4101" />
- <stop
- style="stop-color:#6f726f;stop-opacity:0;"
- offset="1"
- id="stop4103" />
- </linearGradient>
- <linearGradient
- id="linearGradient4068">
- <stop
- style="stop-color:#eaeae9;stop-opacity:1;"
- offset="0"
- id="stop4070" />
- <stop
- style="stop-color:#a5a7a2;stop-opacity:1;"
- offset="1"
- id="stop4072" />
- </linearGradient>
- <linearGradient
- id="linearGradient3670"
- inkscape:collect="always">
- <stop
- id="stop3672"
- offset="0"
- style="stop-color:#d3d7cf" />
- <stop
- id="stop3674"
- offset="1"
- style="stop-color:#555753" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3670"
- id="radialGradient3634"
- cx="6.8797626"
- cy="7.1986876"
- fx="6.8797626"
- fy="7.1986876"
- r="9.375"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.240749,9.690094e-9,-9.043116e-9,1.157631,-1.713645,-1.134736)" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3692">
- <stop
- style="stop-color:#2e3436;stop-opacity:1;"
- offset="0"
- id="stop3694" />
- <stop
- style="stop-color:#babdb6"
- offset="1"
- id="stop3696" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3692"
- id="linearGradient3698"
- x1="-0.51990569"
- y1="-0.51990569"
- x2="-0.51990569"
- y2="19.269905"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3628">
- <stop
- style="stop-color:#d3d7cf"
- offset="0"
- id="stop3630" />
- <stop
- style="stop-color:#555753"
- offset="1"
- id="stop3632" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3628"
- id="radialGradient3644"
- cx="12.704856"
- cy="13.847466"
- fx="12.704856"
- fy="13.847466"
- r="9.375"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(6.370852e-2,-1.424475,1.547293,6.92112e-2,-9.530629,30.98681)" />
- <linearGradient
- id="linearGradient3730"
- inkscape:collect="always">
- <stop
- id="stop3732"
- offset="0"
- style="stop-color:#eeeeec" />
- <stop
- id="stop3734"
- offset="1"
- style="stop-color:#888a85" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3730"
- id="radialGradient3728"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-0.310032,2.110862,-2.082775,-0.305867,17.75288,16.41459)"
- cx="-1.0016617"
- cy="0.99004257"
- fx="-1.0016617"
- fy="0.99004257"
- r="9.9205227" />
- <linearGradient
- id="linearGradient1557"
- inkscape:collect="always">
- <stop
- id="stop1559"
- offset="0"
- style="stop-color:#2e3436;stop-opacity:1;" />
- <stop
- id="stop1561"
- offset="1"
- style="stop-color:#888a85" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1557"
- id="linearGradient1549"
- x1="17.0625"
- y1="34.950001"
- x2="20.3125"
- y2="5.375"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3676">
- <stop
- style="stop-color:#eeeeec"
- offset="0"
- id="stop4022" />
- <stop
- style="stop-color:#555753"
- offset="1"
- id="stop3680" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3676"
- id="radialGradient3702"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-0.127582,1.416065,-1.630141,-0.146854,17.48751,15.56121)"
- cx="-1.0016617"
- cy="0.99004257"
- fx="-1.0016617"
- fy="0.99004257"
- r="9.9205227" />
- <linearGradient
- id="linearGradient3788">
- <stop
- style="stop-color:#cccdcb;stop-opacity:1;"
- offset="0"
- id="stop3790" />
- <stop
- style="stop-color:#888a85;stop-opacity:1;"
- offset="1"
- id="stop3792" />
- </linearGradient>
- <linearGradient
- id="linearGradient3674">
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="0"
- id="stop3676" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop3678" />
- </linearGradient>
- <linearGradient
- id="linearGradient3657">
- <stop
- style="stop-color:#fafafa;stop-opacity:1;"
- offset="0"
- id="stop3659" />
- <stop
- style="stop-color:#bfbfbf;stop-opacity:1;"
- offset="1"
- id="stop3661" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3609">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop3611" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop3613" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4608"
- id="linearGradient4585"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.769913,0,0,1.769913,-88.34438,10.67235)"
- x1="56.302975"
- y1="4.9369388"
- x2="56.609135"
- y2="8.6796741" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4608"
- id="linearGradient4641"
- x1="58.015995"
- y1="35.01503"
- x2="57.954308"
- y2="40.9986"
- gradientUnits="userSpaceOnUse"
- spreadMethod="reflect"
- gradientTransform="matrix(0.997993,0,0,1,-97.71685,-9.352993)" />
- <linearGradient
- id="linearGradient4608">
- <stop
- style="stop-color:#eeeeec"
- offset="0"
- id="stop4610" />
- <stop
- style="stop-color:#8a8c87;stop-opacity:1;"
- offset="1"
- id="stop4612" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3609"
- id="radialGradient3615"
- cx="6.4081554"
- cy="17.403807"
- fx="6.4081554"
- fy="17.403807"
- r="5.524272"
- gradientTransform="matrix(1,0,0,0.416,2.706926e-15,10.16382)"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3657"
- id="linearGradient3668"
- gradientUnits="userSpaceOnUse"
- x1="10.4375"
- y1="8.2899637"
- x2="10.4375"
- y2="18.984955"
- gradientTransform="translate(-64.70027,0)" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3674"
- id="radialGradient3680"
- cx="5.0822492"
- cy="12.516305"
- fx="5.0822492"
- fy="12.516305"
- r="2.9831069"
- gradientTransform="matrix(1.525791,4.898427e-16,-1.480441e-8,1.768964,-8.162983e-2,6.066255)"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3788"
- id="linearGradient3794"
- x1="8.0536165"
- y1="11.030003"
- x2="10.4375"
- y2="11.030003"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-64.70027,0)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4068"
- id="linearGradient4095"
- gradientUnits="userSpaceOnUse"
- x1="7.5763841"
- y1="20.301662"
- x2="7.3215322"
- y2="27.345011" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4068"
- id="linearGradient4097"
- gradientUnits="userSpaceOnUse"
- x1="7.5763841"
- y1="20.301662"
- x2="7.3215322"
- y2="27.345011" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4099"
- id="linearGradient4105"
- x1="11.125889"
- y1="25.559732"
- x2="9.346509"
- y2="25.736509"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.296181,0,0,1.296181,-4.978245,-7.324566)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3281"
- id="linearGradient3287"
- x1="4.6831215"
- y1="24.665476"
- x2="8.3712559"
- y2="24.317278"
- gradientUnits="userSpaceOnUse" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient3504"
- cx="36.82843"
- cy="24.427677"
- fx="36.82843"
- fy="24.427671"
- r="1.2404949"
- gradientTransform="matrix(13.39869,-4.118282e-6,6.831725e-6,22.22678,-456.6246,-518.5208)"
- gradientUnits="userSpaceOnUse" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient3506"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(21.09444,2.34445e-15,1.470518e-12,22.22672,-740.0468,-518.5196)"
- cx="36.82843"
- cy="24.427683"
- fx="36.82843"
- fy="24.427683"
- r="1.2404949" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient3508"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(13.39869,-4.118282e-6,6.831725e-6,22.22678,-456.6246,-518.5208)"
- cx="36.82843"
- cy="24.427677"
- fx="36.82843"
- fy="24.427671"
- r="1.2404949" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3510"
- id="linearGradient3516"
- x1="9.485774"
- y1="22.107626"
- x2="7.378232"
- y2="22.637957"
- gradientUnits="userSpaceOnUse" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient11508"
- id="radialGradient12962"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,1.166195e-16,-4.328308e-17,0.338462,-4.615251e-14,29.48178)"
- cx="30.203562"
- cy="44.565483"
- fx="30.203562"
- fy="44.565483"
- r="6.5659914" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient12810"
- id="linearGradient12941"
- gradientUnits="userSpaceOnUse"
- x1="65.623963"
- y1="21.459777"
- x2="87.528968"
- y2="21.459777"
- gradientTransform="matrix(0.755725,0,0,0.755725,-25.19847,17.09924)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient12836"
- id="linearGradient12934"
- gradientUnits="userSpaceOnUse"
- x1="88.750000"
- y1="31.656250"
- x2="92.062500"
- y2="36.656250"
- gradientTransform="matrix(0.755725,0,0,0.755725,-24.84491,17.27602)" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient12828"
- id="radialGradient12931"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.732463,0.172296,-0.147115,0.625415,-17.70794,5.185566)"
- cx="88.593018"
- cy="33.398670"
- fx="88.593018"
- fy="33.398670"
- r="7.0056136" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient12810"
- id="linearGradient12927"
- gradientUnits="userSpaceOnUse"
- x1="84.998962"
- y1="25.209778"
- x2="62.591469"
- y2="12.022278"
- gradientTransform="matrix(0.755725,0,0,0.755725,-25.19847,17.09924)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient11625"
- id="linearGradient12924"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.985,0,0,1.022813,-1.675625,-6.638771)"
- x1="21.500000"
- y1="30.000000"
- x2="21.500000"
- y2="27.375000" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient11625"
- id="linearGradient12921"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.985,0,0,1,0.315001,-6.000012)"
- x1="21.500000"
- y1="30.000000"
- x2="21.500000"
- y2="27.375000" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient11625"
- id="linearGradient12918"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.01625,0,0,1,1.65875,-6.000012)"
- x1="21.500000"
- y1="30.000000"
- x2="21.500000"
- y2="27.375000" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient11615"
- id="radialGradient12909"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(3.070491,2.727143e-15,-3.444813e-15,3.878514,-55.26225,-82.65742)"
- cx="25.000000"
- cy="27.749998"
- fx="25.000000"
- fy="27.749998"
- r="4.7500000" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient11602"
- id="linearGradient11608"
- x1="24.445671"
- y1="12.947163"
- x2="24.445671"
- y2="39.447163"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,0.837825,-2.875,0.164729)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient11594"
- id="linearGradient11600"
- x1="20.092352"
- y1="8.9471626"
- x2="31.799011"
- y2="38.947163"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.061966,0,0,0.837825,-4.389811,0.164729)" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient11508"
- id="radialGradient11532"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,0.338462,-5.637071e-14,29.48178)"
- cx="30.203562"
- cy="44.565483"
- fx="30.203562"
- fy="44.565483"
- r="6.5659914" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient11520"
- id="radialGradient11526"
- cx="24.445690"
- cy="35.878170"
- fx="24.445690"
- fy="35.878170"
- r="20.530962"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.995058,-1.383691e-32,0,1.67151,-27.19988,-29.02822)" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient11508">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop11510" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop11512" />
- </linearGradient>
- <linearGradient
- id="linearGradient11520">
- <stop
- style="stop-color:#ffffff;stop-opacity:1.0000000;"
- offset="0.0000000"
- id="stop11522" />
- <stop
- style="stop-color:#dcdcdc;stop-opacity:1.0000000;"
- offset="1.0000000"
- id="stop11524" />
- </linearGradient>
- <linearGradient
- id="linearGradient11594">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop11596" />
- <stop
- style="stop-color:#d1d1d1;stop-opacity:1.0000000;"
- offset="1.0000000"
- id="stop11598" />
- </linearGradient>
- <linearGradient
- id="linearGradient11602">
- <stop
- style="stop-color:#f6f6f6;stop-opacity:1.0000000;"
- offset="0.0000000"
- id="stop11604" />
- <stop
- style="stop-color:#e0e0e0;stop-opacity:1.0000000;"
- offset="1.0000000"
- id="stop11606" />
- </linearGradient>
- <linearGradient
- id="linearGradient11615">
- <stop
- style="stop-color:#636363;stop-opacity:1.0000000;"
- offset="0.0000000"
- id="stop11617" />
- <stop
- style="stop-color:#000000;stop-opacity:1.0000000;"
- offset="1.0000000"
- id="stop11619" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient11625">
- <stop
- style="stop-color:#fce94f;stop-opacity:1;"
- offset="0"
- id="stop11627" />
- <stop
- style="stop-color:#fce94f;stop-opacity:0;"
- offset="1"
- id="stop11629" />
- </linearGradient>
- <linearGradient
- id="linearGradient12810">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop12812" />
- <stop
- style="stop-color:#e5e5e5;stop-opacity:1.0000000;"
- offset="1.0000000"
- id="stop12814" />
- </linearGradient>
- <linearGradient
- id="linearGradient12828">
- <stop
- style="stop-color:#cccccd;stop-opacity:1.0000000;"
- offset="0.0000000"
- id="stop12830" />
- <stop
- id="stop12862"
- offset="0.0000000"
- style="stop-color:#adadae;stop-opacity:1.0000000;" />
- <stop
- style="stop-color:#8f8f90;stop-opacity:0.0000000;"
- offset="1.0000000"
- id="stop12832" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient12836">
- <stop
- style="stop-color:#515152;stop-opacity:1;"
- offset="0"
- id="stop12838" />
- <stop
- style="stop-color:#515152;stop-opacity:0;"
- offset="1"
- id="stop12840" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient11625"
- id="linearGradient2582"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.01625,0,0,1,57.23713,-30.52133)"
- x1="21.500000"
- y1="30.000000"
- x2="21.500000"
- y2="27.375000" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient11625"
- id="linearGradient2585"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.985,0,0,1,55.89338,-30.52133)"
- x1="21.500000"
- y1="30.000000"
- x2="21.500000"
- y2="27.375000" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient11625"
- id="linearGradient2588"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.985,0,0,1.022813,53.90276,-31.16009)"
- x1="21.500000"
- y1="30.000000"
- x2="21.500000"
- y2="27.375000" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient11615"
- id="radialGradient2591"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(3.070491,2.727143e-15,-3.444813e-15,3.878514,0.31613,-107.1787)"
- cx="25.000000"
- cy="27.749998"
- fx="25.000000"
- fy="27.749998"
- r="4.7500000" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient11602"
- id="linearGradient2594"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,0.837825,52.70338,-24.35659)"
- x1="24.445671"
- y1="12.947163"
- x2="24.445671"
- y2="39.447163" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient11594"
- id="linearGradient2596"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.061966,0,0,0.837825,51.18857,-24.35659)"
- x1="20.092352"
- y1="8.9471626"
- x2="31.799011"
- y2="38.947163" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient11520"
- id="radialGradient2601"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.995058,-1.383691e-32,0,1.67151,28.3785,-53.54954)"
- cx="24.445690"
- cy="35.878170"
- fx="24.445690"
- fy="35.878170"
- r="20.530962" />
- </defs>
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="0.13333333"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1"
- inkscape:cx="63.453068"
- inkscape:cy="25.886691"
- inkscape:current-layer="layer1"
- showgrid="false"
- inkscape:grid-bbox="true"
- inkscape:document-units="px"
- inkscape:showpageshadow="false"
- inkscape:window-width="826"
- inkscape:window-height="578"
- inkscape:window-x="688"
- inkscape:window-y="529"
- stroke="#3465a4"
- fill="#ef2929" />
- <metadata
- id="metadata2571">
- <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>Volume - Muted</dc:title>
- <dc:creator>
- <cc:Agent>
- <dc:title>Jakub Steiner</dc:title>
- </cc:Agent>
- </dc:creator>
- <dc:contributor>
- <cc:Agent>
- <dc:title>Lapo Calamandrei</dc:title>
- </cc:Agent>
- </dc:contributor>
- <cc:license
- rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" />
- <dc:publisher>
- <cc:Agent>
- <dc:title>http://www.tango-project.org</dc:title>
- </cc:Agent>
- </dc:publisher>
- <dc:subject>
- <rdf:Bag>
- <rdf:li>volume</rdf:li>
- <rdf:li>sound</rdf:li>
- <rdf:li>level</rdf:li>
- <rdf:li>none</rdf:li>
- <rdf:li>mute</rdf:li>
- <rdf:li>muted</rdf:li>
- </rdf:Bag>
- </dc:subject>
- </cc:Work>
- <cc:License
- rdf:about="http://creativecommons.org/licenses/by-sa/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:requires
- rdf:resource="http://web.resource.org/cc/Attribution" />
- <cc:permits
- rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
- <cc:requires
- rdf:resource="http://web.resource.org/cc/ShareAlike" />
- </cc:License>
- </rdf:RDF>
- </metadata>
- <g
- id="layer1"
- inkscape:label="Layer 1"
- inkscape:groupmode="layer">
- <path
- sodipodi:type="arc"
- style="opacity:0.42857145;color:#000000;fill:url(#radialGradient3615);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- id="path3607"
- sodipodi:cx="6.4081554"
- sodipodi:cy="17.403807"
- sodipodi:rx="5.524272"
- sodipodi:ry="2.2980971"
- d="M 11.932427 17.403807 A 5.524272 2.2980971 0 1 1 0.88388348,17.403807 A 5.524272 2.2980971 0 1 1 11.932427 17.403807 z"
- transform="matrix(2.901907,0,0,3.804948,-4.8525,-32.31157)" />
- <g
- id="g4090"
- transform="matrix(1.296182,0,0,1.296182,-4.176277,-7.324567)">
- <path
- transform="matrix(1.415965,0,0,1.258558,-2.667614,-6.200669)"
- d="M 12.374369 24.665476 A 3.6239223 6.3639612 0 1 1 5.126524,24.665476 A 3.6239223 6.3639612 0 1 1 12.374369 24.665476 z"
- sodipodi:ry="6.3639612"
- sodipodi:rx="3.6239223"
- sodipodi:cy="24.665476"
- sodipodi:cx="8.7504463"
- id="path4076"
- style="opacity:1;color:#000000;fill:url(#linearGradient4095);fill-opacity:1;fill-rule:nonzero;stroke:#5d615f;stroke-width:0.57792485;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"
- sodipodi:type="arc" />
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:url(#linearGradient4097);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.86615634;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"
- id="path4060"
- sodipodi:cx="8.7504463"
- sodipodi:cy="24.665476"
- sodipodi:rx="3.6239223"
- sodipodi:ry="6.3639612"
- d="M 12.374369 24.665476 A 3.6239223 6.3639612 0 1 1 5.126524,24.665476 A 3.6239223 6.3639612 0 1 1 12.374369 24.665476 z"
- transform="matrix(1.154526,0,0,1.154526,-0.379902,-3.63468)" />
- <path
- transform="matrix(1.081355,0,0,1.081355,1.232653,-1.829889)"
- d="M 12.374369 24.665476 A 3.6239223 6.3639612 0 1 1 5.126524,24.665476 A 3.6239223 6.3639612 0 1 1 12.374369 24.665476 z"
- sodipodi:ry="6.3639612"
- sodipodi:rx="3.6239223"
- sodipodi:cy="24.665476"
- sodipodi:cx="8.7504463"
- id="path4058"
- style="opacity:1;color:#000000;fill:#93958f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.86615634;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"
- sodipodi:type="arc" />
- <path
- sodipodi:type="arc"
- style="opacity:0.39560439;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3287);stroke-width:0.68416733;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"
- id="path3279"
- sodipodi:cx="8.7504463"
- sodipodi:cy="24.665476"
- sodipodi:rx="3.6239223"
- sodipodi:ry="6.3639612"
- d="M 12.374369 24.665476 A 3.6239223 6.3639612 0 1 1 5.126524,24.665476 A 3.6239223 6.3639612 0 1 1 12.374369 24.665476 z"
- transform="matrix(1.1807,0,0,1.076971,-0.608944,-1.721744)" />
- </g>
- <path
- style="color:#000000;fill:url(#linearGradient4585);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4105);stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- d="M 9.4806798,18.24261 L 16.570367,12.118401 L 16.341232,37.201244 L 9.1369775,31.676187 C 6.6164956,29.613972 6.1582259,20.41939 9.4806798,18.24261 z "
- id="path4542"
- sodipodi:nodetypes="ccccc" />
- <path
- style="color:#000000;fill:url(#linearGradient3516);fill-opacity:1.0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- d="M 7.5383505,21.987453 L 11.593316,18.948432 L 11.341702,22.484506 L 7.3782322,23.145502 L 7.5383505,21.987453 z "
- id="path4544"
- sodipodi:nodetypes="ccccc" />
- <path
- style="opacity:0.7692308;color:#000000;fill:url(#radialGradient3680);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- d="M 8.203516,30.371178 L 12.644321,33.939519 L 12.087496,31.511626 L 7.6110912,29.008887 L 8.203516,30.371178 z "
- id="path3672"
- sodipodi:nodetypes="ccccc" />
- <g
- style="display:inline"
- id="g4006"
- transform="matrix(1.096894,0,0,1.509271,-4.216951,-12.11812)">
- <path
- sodipodi:nodetypes="ccsssscscsscscsscscsssssssc"
- id="path3726"
- d="M 23.75,14 C 21.81001,14.049168 20.013366,14.683436 18.5,15.6875 C 18.13319,15.264088 17.60375,15 17,15 C 16.9655,15 16.912662,15.000854 16.875,15 C 16.847007,14.9998 16.806453,14.997438 16.78125,15 C 15.773145,15.102481 15,15.965001 15,17 C 15,17.60375 15.264088,18.13319 15.6875,18.5 C 14.639107,20.080181 14,21.962011 14,24 C 14,26.033681 14.611921,27.921829 15.65625,29.5 C 15.243427,29.869532 15,30.401641 15,31 C 15,32.104 15.896,33.000001 17,33 C 17.60375,33 18.13319,32.735911 18.5,32.3125 C 20.080181,33.360893 21.962011,34 24,34 C 26.03799,34 27.919819,33.360893 29.5,32.3125 C 29.86681,32.735912 30.396251,33.000001 31,33 C 32.103999,33 33,32.104001 33,31 C 33,30.39625 32.735912,29.86681 32.3125,29.5 C 33.360893,27.919819 34,26.03799 34,24 C 34,21.962011 33.360893,20.080181 32.3125,18.5 C 32.735912,18.13319 33,17.60375 33,17 C 33,15.896 32.103999,15 31,15 C 30.9655,15 30.912662,15.000854 30.875,15 C 30.847007,14.9998 30.806453,14.997438 30.78125,15 C 30.277198
,15.05124 29.819299,15.298435 29.5,15.65625 C 29.493313,15.651825 29.475448,15.660659 29.46875,15.65625 C 27.894622,14.620029 26.025064,14 24,14 C 23.913827,14 23.835651,13.997829 23.75,14 z "
- style="opacity:1;color:#000000;fill:url(#radialGradient3702);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient1549);stroke-width:1.47668338;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
- <path
- sodipodi:nodetypes="ccsssscscsscscsscscsssssssc"
- id="path3507"
- d="M 23.75,14 C 21.81001,14.049168 20.013366,14.683436 18.5,15.6875 C 18.13319,15.264088 17.60375,15 17,15 C 16.9655,15 16.912662,15.000854 16.875,15 C 16.847007,14.9998 16.806453,14.997438 16.78125,15 C 15.773145,15.102481 15,15.965001 15,17 C 15,17.60375 15.264088,18.13319 15.6875,18.5 C 14.639107,20.080181 14,21.962011 14,24 C 14,26.033681 14.611921,27.921829 15.65625,29.5 C 15.243427,29.869532 15,30.401641 15,31 C 15,32.104 15.896,33.000001 17,33 C 17.60375,33 18.13319,32.735911 18.5,32.3125 C 20.080181,33.360893 21.962011,34 24,34 C 26.03799,34 27.919819,33.360893 29.5,32.3125 C 29.86681,32.735912 30.396251,33.000001 31,33 C 32.103999,33 33,32.104001 33,31 C 33,30.39625 32.735912,29.86681 32.3125,29.5 C 33.360893,27.919819 34,26.03799 34,24 C 34,21.962011 33.360893,20.080181 32.3125,18.5 C 32.735912,18.13319 33,17.60375 33,17 C 33,15.896 32.103999,15 31,15 C 30.9655,15 30.912662,15.000854 30.875,15 C 30.847007,14.9998 30.806453,14.997438 30.78125,15 C 30.277198
,15.05124 29.819299,15.298435 29.5,15.65625 C 29.493313,15.651825 29.475448,15.660659 29.46875,15.65625 C 27.894622,14.620029 26.025064,14 24,14 C 23.913827,14 23.835651,13.997829 23.75,14 z "
- style="opacity:1;color:#000000;fill:url(#radialGradient3728);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.09104455;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
- <path
- transform="matrix(0.846982,0,0,0.911415,16.71027,15.44956)"
- d="M 18.75 9.375 A 9.375 9.375 0 1 1 0,9.375 A 9.375 9.375 0 1 1 18.75 9.375 z"
- sodipodi:ry="9.375"
- sodipodi:rx="9.375"
- sodipodi:cy="9.375"
- sodipodi:cx="9.375"
- id="path3636"
- style="opacity:1;color:#000000;fill:url(#radialGradient3644);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3698);stroke-width:0.8383193;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- sodipodi:type="arc" />
- <path
- transform="matrix(0.367272,0,0,0.32,18.56254,21.125)"
- d="M 18.75 9.375 A 9.375 9.375 0 1 1 0,9.375 A 9.375 9.375 0 1 1 18.75 9.375 z"
- sodipodi:ry="9.375"
- sodipodi:rx="9.375"
- sodipodi:cy="9.375"
- sodipodi:cx="9.375"
- id="path3519"
- style="opacity:1;color:#000000;fill:url(#radialGradient3634);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:6.57905483;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- sodipodi:type="arc" />
- <path
- d="M 17 16.5 A 0.5 0.5 0 1 1 16,16.5 A 0.5 0.5 0 1 1 17 16.5 z"
- sodipodi:ry="0.5"
- sodipodi:rx="0.5"
- sodipodi:cy="16.5"
- sodipodi:cx="16.5"
- id="path3718"
- style="opacity:1;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- sodipodi:type="arc"
- transform="matrix(1.3125,0,0,1.3125,-4.657679,-5.09375)" />
- <path
- transform="translate(15.22159,0.25)"
- d="M 17 16.5 A 0.5 0.5 0 1 1 16,16.5 A 0.5 0.5 0 1 1 17 16.5 z"
- sodipodi:ry="0.5"
- sodipodi:rx="0.5"
- sodipodi:cy="16.5"
- sodipodi:cx="16.5"
- id="path3720"
- style="opacity:1;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- sodipodi:type="arc" />
- <path
- transform="translate(15.22159,14.96875)"
- d="M 17 16.5 A 0.5 0.5 0 1 1 16,16.5 A 0.5 0.5 0 1 1 17 16.5 z"
- sodipodi:ry="0.5"
- sodipodi:rx="0.5"
- sodipodi:cy="16.5"
- sodipodi:cx="16.5"
- id="path3722"
- style="opacity:1;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- sodipodi:type="arc" />
- <path
- transform="matrix(1.375,0,0,1.375,-5.688929,8.8125)"
- d="M 17 16.5 A 0.5 0.5 0 1 1 16,16.5 A 0.5 0.5 0 1 1 17 16.5 z"
- sodipodi:ry="0.5"
- sodipodi:rx="0.5"
- sodipodi:cy="16.5"
- sodipodi:cx="16.5"
- id="path3724"
- style="opacity:1;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- sodipodi:type="arc" />
- </g>
- <rect
- style="color:#000000;fill:#cc0000;fill-opacity:1;fill-rule:evenodd;stroke:#a40000;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:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- id="rect1686"
- width="20"
- height="19"
- x="26.612129"
- y="27.550642"
- inkscape:r_cx="true"
- inkscape:r_cy="true"
- rx="2.2097087"
- ry="2.2097087" />
- <g
- id="g2254"
- transform="matrix(0.779029,0,0,0.779029,26.80797,8.226563)"
- inkscape:r_cx="true"
- inkscape:r_cy="true">
- <path
- inkscape:r_cy="true"
- inkscape:r_cx="true"
- id="path1377"
- d="M 8,32 L 18,42"
- style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:2.56729817;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
- <path
- style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:2.56729817;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- d="M 18,32 L 8,42"
- id="path2252"
- inkscape:r_cx="true"
- inkscape:r_cy="true" />
- </g>
- <rect
- ry="1.5847089"
- rx="1.5847089"
- inkscape:r_cy="true"
- inkscape:r_cx="true"
- y="28.455404"
- x="27.56451"
- height="17.190477"
- width="18.09524"
- id="rect2258"
- style="opacity:0.4;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00000012;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
- </g>
-</svg>
diff --git a/icons/scalable/xfce4-mixer-no-muted.svg b/icons/scalable/xfce4-mixer-no-muted.svg
deleted file mode 100644
index c8b4202..0000000
--- a/icons/scalable/xfce4-mixer-no-muted.svg
+++ /dev/null
@@ -1,643 +0,0 @@
-<?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://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="48"
- height="48"
- id="svg2566"
- sodipodi:version="0.32"
- inkscape:version="0.43"
- version="1.0"
- sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/status"
- sodipodi:docname="audio-volume-high.svg">
- <defs
- id="defs2568">
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3510">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop3512" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop3514" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3498">
- <stop
- style="stop-color:#3465a4;stop-opacity:1;"
- offset="0"
- id="stop3500" />
- <stop
- style="stop-color:#3465a4;stop-opacity:0;"
- offset="1"
- id="stop3502" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3281">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop3283" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop3285" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient4099">
- <stop
- style="stop-color:#6f726f;stop-opacity:1;"
- offset="0"
- id="stop4101" />
- <stop
- style="stop-color:#6f726f;stop-opacity:0;"
- offset="1"
- id="stop4103" />
- </linearGradient>
- <linearGradient
- id="linearGradient4068">
- <stop
- style="stop-color:#eaeae9;stop-opacity:1;"
- offset="0"
- id="stop4070" />
- <stop
- style="stop-color:#a5a7a2;stop-opacity:1;"
- offset="1"
- id="stop4072" />
- </linearGradient>
- <linearGradient
- id="linearGradient3670"
- inkscape:collect="always">
- <stop
- id="stop3672"
- offset="0"
- style="stop-color:#d3d7cf" />
- <stop
- id="stop3674"
- offset="1"
- style="stop-color:#555753" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3670"
- id="radialGradient3634"
- cx="6.8797626"
- cy="7.1986876"
- fx="6.8797626"
- fy="7.1986876"
- r="9.375"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.240749,9.690094e-9,-9.043116e-9,1.157631,-1.713645,-1.134736)" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3692">
- <stop
- style="stop-color:#2e3436;stop-opacity:1;"
- offset="0"
- id="stop3694" />
- <stop
- style="stop-color:#babdb6"
- offset="1"
- id="stop3696" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3692"
- id="linearGradient3698"
- x1="-0.51990569"
- y1="-0.51990569"
- x2="-0.51990569"
- y2="19.269905"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3628">
- <stop
- style="stop-color:#d3d7cf"
- offset="0"
- id="stop3630" />
- <stop
- style="stop-color:#555753"
- offset="1"
- id="stop3632" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3628"
- id="radialGradient3644"
- cx="12.704856"
- cy="13.847466"
- fx="12.704856"
- fy="13.847466"
- r="9.375"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(6.370852e-2,-1.424475,1.547293,6.92112e-2,-9.530629,30.98681)" />
- <linearGradient
- id="linearGradient3730"
- inkscape:collect="always">
- <stop
- id="stop3732"
- offset="0"
- style="stop-color:#eeeeec" />
- <stop
- id="stop3734"
- offset="1"
- style="stop-color:#888a85" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3730"
- id="radialGradient3728"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-0.310032,2.110862,-2.082775,-0.305867,17.75288,16.41459)"
- cx="-1.0016617"
- cy="0.99004257"
- fx="-1.0016617"
- fy="0.99004257"
- r="9.9205227" />
- <linearGradient
- id="linearGradient1557"
- inkscape:collect="always">
- <stop
- id="stop1559"
- offset="0"
- style="stop-color:#2e3436;stop-opacity:1;" />
- <stop
- id="stop1561"
- offset="1"
- style="stop-color:#888a85" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1557"
- id="linearGradient1549"
- x1="17.0625"
- y1="34.950001"
- x2="20.3125"
- y2="5.375"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3676">
- <stop
- style="stop-color:#eeeeec"
- offset="0"
- id="stop4022" />
- <stop
- style="stop-color:#555753"
- offset="1"
- id="stop3680" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3676"
- id="radialGradient3702"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-0.127582,1.416065,-1.630141,-0.146854,17.48751,15.56121)"
- cx="-1.0016617"
- cy="0.99004257"
- fx="-1.0016617"
- fy="0.99004257"
- r="9.9205227" />
- <linearGradient
- id="linearGradient3788">
- <stop
- style="stop-color:#cccdcb;stop-opacity:1;"
- offset="0"
- id="stop3790" />
- <stop
- style="stop-color:#888a85;stop-opacity:1;"
- offset="1"
- id="stop3792" />
- </linearGradient>
- <linearGradient
- id="linearGradient3674">
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="0"
- id="stop3676" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop3678" />
- </linearGradient>
- <linearGradient
- id="linearGradient3657">
- <stop
- style="stop-color:#fafafa;stop-opacity:1;"
- offset="0"
- id="stop3659" />
- <stop
- style="stop-color:#bfbfbf;stop-opacity:1;"
- offset="1"
- id="stop3661" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3609">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop3611" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop3613" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4608"
- id="linearGradient4585"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.769913,0,0,1.769913,-88.34438,10.67235)"
- x1="56.302975"
- y1="4.9369388"
- x2="56.609135"
- y2="8.6796741" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4608"
- id="linearGradient4641"
- x1="58.015995"
- y1="35.01503"
- x2="57.954308"
- y2="40.9986"
- gradientUnits="userSpaceOnUse"
- spreadMethod="reflect"
- gradientTransform="matrix(0.997993,0,0,1,-97.71685,-9.352993)" />
- <linearGradient
- id="linearGradient4608">
- <stop
- style="stop-color:#eeeeec"
- offset="0"
- id="stop4610" />
- <stop
- style="stop-color:#8a8c87;stop-opacity:1;"
- offset="1"
- id="stop4612" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3609"
- id="radialGradient3615"
- cx="6.4081554"
- cy="17.403807"
- fx="6.4081554"
- fy="17.403807"
- r="5.524272"
- gradientTransform="matrix(1,0,0,0.416,2.706926e-15,10.16382)"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3657"
- id="linearGradient3668"
- gradientUnits="userSpaceOnUse"
- x1="10.4375"
- y1="8.2899637"
- x2="10.4375"
- y2="18.984955"
- gradientTransform="translate(-64.70027,0)" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3674"
- id="radialGradient3680"
- cx="5.0822492"
- cy="12.516305"
- fx="5.0822492"
- fy="12.516305"
- r="2.9831069"
- gradientTransform="matrix(1.525791,4.898427e-16,-1.480441e-8,1.768964,-8.162983e-2,6.066255)"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3788"
- id="linearGradient3794"
- x1="8.0536165"
- y1="11.030003"
- x2="10.4375"
- y2="11.030003"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-64.70027,0)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4068"
- id="linearGradient4095"
- gradientUnits="userSpaceOnUse"
- x1="7.5763841"
- y1="20.301662"
- x2="7.3215322"
- y2="27.345011" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4068"
- id="linearGradient4097"
- gradientUnits="userSpaceOnUse"
- x1="7.5763841"
- y1="20.301662"
- x2="7.3215322"
- y2="27.345011" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4099"
- id="linearGradient4105"
- x1="11.125889"
- y1="25.559732"
- x2="9.346509"
- y2="25.736509"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.296181,0,0,1.296181,-4.978245,-7.324566)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3281"
- id="linearGradient3287"
- x1="4.6831215"
- y1="24.665476"
- x2="8.3712559"
- y2="24.317278"
- gradientUnits="userSpaceOnUse" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient3504"
- cx="36.82843"
- cy="24.427677"
- fx="36.82843"
- fy="24.427671"
- r="1.2404949"
- gradientTransform="matrix(13.39869,-4.118282e-6,6.831725e-6,22.22678,-456.6246,-518.5208)"
- gradientUnits="userSpaceOnUse" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient3506"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(21.09444,2.34445e-15,1.470518e-12,22.22672,-740.0468,-518.5196)"
- cx="36.82843"
- cy="24.427683"
- fx="36.82843"
- fy="24.427683"
- r="1.2404949" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient3508"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(13.39869,-4.118282e-6,6.831725e-6,22.22678,-456.6246,-518.5208)"
- cx="36.82843"
- cy="24.427677"
- fx="36.82843"
- fy="24.427671"
- r="1.2404949" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3510"
- id="linearGradient3516"
- x1="9.485774"
- y1="22.107626"
- x2="7.378232"
- y2="22.637957"
- gradientUnits="userSpaceOnUse" />
- </defs>
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="0.13333333"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="5.6568542"
- inkscape:cx="59.859681"
- inkscape:cy="26.342874"
- inkscape:current-layer="layer1"
- showgrid="false"
- inkscape:grid-bbox="true"
- inkscape:document-units="px"
- inkscape:showpageshadow="false"
- inkscape:window-width="826"
- inkscape:window-height="578"
- inkscape:window-x="688"
- inkscape:window-y="529"
- stroke="#3465a4"
- fill="#ef2929" />
- <metadata
- id="metadata2571">
- <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>Volume - High</dc:title>
- <dc:creator>
- <cc:Agent>
- <dc:title>Jakub Steiner</dc:title>
- </cc:Agent>
- </dc:creator>
- <dc:contributor>
- <cc:Agent>
- <dc:title>Lapo Calamandrei</dc:title>
- </cc:Agent>
- </dc:contributor>
- <cc:license
- rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" />
- <dc:publisher>
- <cc:Agent>
- <dc:title>http://www.tango-project.org</dc:title>
- </cc:Agent>
- </dc:publisher>
- </cc:Work>
- <cc:License
- rdf:about="http://creativecommons.org/licenses/by-sa/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:requires
- rdf:resource="http://web.resource.org/cc/Attribution" />
- <cc:permits
- rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
- <cc:requires
- rdf:resource="http://web.resource.org/cc/ShareAlike" />
- </cc:License>
- </rdf:RDF>
- </metadata>
- <g
- id="layer1"
- inkscape:label="Layer 1"
- inkscape:groupmode="layer">
- <path
- sodipodi:type="arc"
- style="opacity:0.42857145;color:#000000;fill:url(#radialGradient3615);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- id="path3607"
- sodipodi:cx="6.4081554"
- sodipodi:cy="17.403807"
- sodipodi:rx="5.524272"
- sodipodi:ry="2.2980971"
- d="M 11.932427 17.403807 A 5.524272 2.2980971 0 1 1 0.88388348,17.403807 A 5.524272 2.2980971 0 1 1 11.932427 17.403807 z"
- transform="matrix(2.901907,0,0,3.804948,-4.8525,-32.31157)" />
- <g
- id="g4090"
- transform="matrix(1.296182,0,0,1.296182,-4.176277,-7.324567)">
- <path
- transform="matrix(1.415965,0,0,1.258558,-2.667614,-6.200669)"
- d="M 12.374369 24.665476 A 3.6239223 6.3639612 0 1 1 5.126524,24.665476 A 3.6239223 6.3639612 0 1 1 12.374369 24.665476 z"
- sodipodi:ry="6.3639612"
- sodipodi:rx="3.6239223"
- sodipodi:cy="24.665476"
- sodipodi:cx="8.7504463"
- id="path4076"
- style="opacity:1;color:#000000;fill:url(#linearGradient4095);fill-opacity:1;fill-rule:nonzero;stroke:#5d615f;stroke-width:0.57792485;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"
- sodipodi:type="arc" />
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:url(#linearGradient4097);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.86615634;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"
- id="path4060"
- sodipodi:cx="8.7504463"
- sodipodi:cy="24.665476"
- sodipodi:rx="3.6239223"
- sodipodi:ry="6.3639612"
- d="M 12.374369 24.665476 A 3.6239223 6.3639612 0 1 1 5.126524,24.665476 A 3.6239223 6.3639612 0 1 1 12.374369 24.665476 z"
- transform="matrix(1.154526,0,0,1.154526,-0.379902,-3.63468)" />
- <path
- transform="matrix(1.081355,0,0,1.081355,1.232653,-1.829889)"
- d="M 12.374369 24.665476 A 3.6239223 6.3639612 0 1 1 5.126524,24.665476 A 3.6239223 6.3639612 0 1 1 12.374369 24.665476 z"
- sodipodi:ry="6.3639612"
- sodipodi:rx="3.6239223"
- sodipodi:cy="24.665476"
- sodipodi:cx="8.7504463"
- id="path4058"
- style="opacity:1;color:#000000;fill:#93958f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.86615634;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"
- sodipodi:type="arc" />
- <path
- sodipodi:type="arc"
- style="opacity:0.39560439;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3287);stroke-width:0.68416733;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"
- id="path3279"
- sodipodi:cx="8.7504463"
- sodipodi:cy="24.665476"
- sodipodi:rx="3.6239223"
- sodipodi:ry="6.3639612"
- d="M 12.374369 24.665476 A 3.6239223 6.3639612 0 1 1 5.126524,24.665476 A 3.6239223 6.3639612 0 1 1 12.374369 24.665476 z"
- transform="matrix(1.1807,0,0,1.076971,-0.608944,-1.721744)" />
- </g>
- <path
- style="color:#000000;fill:url(#linearGradient4585);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4105);stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- d="M 9.4806798,18.24261 L 16.570367,12.118401 L 16.341232,37.201244 L 9.1369775,31.676187 C 6.6164956,29.613972 6.1582259,20.41939 9.4806798,18.24261 z "
- id="path4542"
- sodipodi:nodetypes="ccccc" />
- <path
- style="color:#000000;fill:url(#linearGradient3516);fill-opacity:1.0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- d="M 7.5383505,21.987453 L 11.593316,18.948432 L 11.341702,22.484506 L 7.3782322,23.145502 L 7.5383505,21.987453 z "
- id="path4544"
- sodipodi:nodetypes="ccccc" />
- <path
- style="opacity:0.7692308;color:#000000;fill:url(#radialGradient3680);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- d="M 8.203516,30.371178 L 12.644321,33.939519 L 12.087496,31.511626 L 7.6110912,29.008887 L 8.203516,30.371178 z "
- id="path3672"
- sodipodi:nodetypes="ccccc" />
- <g
- style="display:inline"
- id="g4006"
- transform="matrix(1.096894,0,0,1.509271,-4.216951,-12.11812)">
- <path
- sodipodi:nodetypes="ccsssscscsscscsscscsssssssc"
- id="path3726"
- d="M 23.75,14 C 21.81001,14.049168 20.013366,14.683436 18.5,15.6875 C 18.13319,15.264088 17.60375,15 17,15 C 16.9655,15 16.912662,15.000854 16.875,15 C 16.847007,14.9998 16.806453,14.997438 16.78125,15 C 15.773145,15.102481 15,15.965001 15,17 C 15,17.60375 15.264088,18.13319 15.6875,18.5 C 14.639107,20.080181 14,21.962011 14,24 C 14,26.033681 14.611921,27.921829 15.65625,29.5 C 15.243427,29.869532 15,30.401641 15,31 C 15,32.104 15.896,33.000001 17,33 C 17.60375,33 18.13319,32.735911 18.5,32.3125 C 20.080181,33.360893 21.962011,34 24,34 C 26.03799,34 27.919819,33.360893 29.5,32.3125 C 29.86681,32.735912 30.396251,33.000001 31,33 C 32.103999,33 33,32.104001 33,31 C 33,30.39625 32.735912,29.86681 32.3125,29.5 C 33.360893,27.919819 34,26.03799 34,24 C 34,21.962011 33.360893,20.080181 32.3125,18.5 C 32.735912,18.13319 33,17.60375 33,17 C 33,15.896 32.103999,15 31,15 C 30.9655,15 30.912662,15.000854 30.875,15 C 30.847007,14.9998 30.806453,14.997438 30.78125,15 C 30.277198
,15.05124 29.819299,15.298435 29.5,15.65625 C 29.493313,15.651825 29.475448,15.660659 29.46875,15.65625 C 27.894622,14.620029 26.025064,14 24,14 C 23.913827,14 23.835651,13.997829 23.75,14 z "
- style="opacity:1;color:#000000;fill:url(#radialGradient3702);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient1549);stroke-width:1.47668338;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
- <path
- sodipodi:nodetypes="ccsssscscsscscsscscsssssssc"
- id="path3507"
- d="M 23.75,14 C 21.81001,14.049168 20.013366,14.683436 18.5,15.6875 C 18.13319,15.264088 17.60375,15 17,15 C 16.9655,15 16.912662,15.000854 16.875,15 C 16.847007,14.9998 16.806453,14.997438 16.78125,15 C 15.773145,15.102481 15,15.965001 15,17 C 15,17.60375 15.264088,18.13319 15.6875,18.5 C 14.639107,20.080181 14,21.962011 14,24 C 14,26.033681 14.611921,27.921829 15.65625,29.5 C 15.243427,29.869532 15,30.401641 15,31 C 15,32.104 15.896,33.000001 17,33 C 17.60375,33 18.13319,32.735911 18.5,32.3125 C 20.080181,33.360893 21.962011,34 24,34 C 26.03799,34 27.919819,33.360893 29.5,32.3125 C 29.86681,32.735912 30.396251,33.000001 31,33 C 32.103999,33 33,32.104001 33,31 C 33,30.39625 32.735912,29.86681 32.3125,29.5 C 33.360893,27.919819 34,26.03799 34,24 C 34,21.962011 33.360893,20.080181 32.3125,18.5 C 32.735912,18.13319 33,17.60375 33,17 C 33,15.896 32.103999,15 31,15 C 30.9655,15 30.912662,15.000854 30.875,15 C 30.847007,14.9998 30.806453,14.997438 30.78125,15 C 30.277198
,15.05124 29.819299,15.298435 29.5,15.65625 C 29.493313,15.651825 29.475448,15.660659 29.46875,15.65625 C 27.894622,14.620029 26.025064,14 24,14 C 23.913827,14 23.835651,13.997829 23.75,14 z "
- style="opacity:1;color:#000000;fill:url(#radialGradient3728);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.09104455;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
- <path
- transform="matrix(0.846982,0,0,0.911415,16.71027,15.44956)"
- d="M 18.75 9.375 A 9.375 9.375 0 1 1 0,9.375 A 9.375 9.375 0 1 1 18.75 9.375 z"
- sodipodi:ry="9.375"
- sodipodi:rx="9.375"
- sodipodi:cy="9.375"
- sodipodi:cx="9.375"
- id="path3636"
- style="opacity:1;color:#000000;fill:url(#radialGradient3644);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3698);stroke-width:0.8383193;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- sodipodi:type="arc" />
- <path
- transform="matrix(0.367272,0,0,0.32,18.56254,21.125)"
- d="M 18.75 9.375 A 9.375 9.375 0 1 1 0,9.375 A 9.375 9.375 0 1 1 18.75 9.375 z"
- sodipodi:ry="9.375"
- sodipodi:rx="9.375"
- sodipodi:cy="9.375"
- sodipodi:cx="9.375"
- id="path3519"
- style="opacity:1;color:#000000;fill:url(#radialGradient3634);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:6.57905483;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- sodipodi:type="arc" />
- <path
- d="M 17 16.5 A 0.5 0.5 0 1 1 16,16.5 A 0.5 0.5 0 1 1 17 16.5 z"
- sodipodi:ry="0.5"
- sodipodi:rx="0.5"
- sodipodi:cy="16.5"
- sodipodi:cx="16.5"
- id="path3718"
- style="opacity:1;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- sodipodi:type="arc"
- transform="matrix(1.3125,0,0,1.3125,-4.657679,-5.09375)" />
- <path
- transform="translate(15.22159,0.25)"
- d="M 17 16.5 A 0.5 0.5 0 1 1 16,16.5 A 0.5 0.5 0 1 1 17 16.5 z"
- sodipodi:ry="0.5"
- sodipodi:rx="0.5"
- sodipodi:cy="16.5"
- sodipodi:cx="16.5"
- id="path3720"
- style="opacity:1;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- sodipodi:type="arc" />
- <path
- transform="translate(15.22159,14.96875)"
- d="M 17 16.5 A 0.5 0.5 0 1 1 16,16.5 A 0.5 0.5 0 1 1 17 16.5 z"
- sodipodi:ry="0.5"
- sodipodi:rx="0.5"
- sodipodi:cy="16.5"
- sodipodi:cx="16.5"
- id="path3722"
- style="opacity:1;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- sodipodi:type="arc" />
- <path
- transform="matrix(1.375,0,0,1.375,-5.688929,8.8125)"
- d="M 17 16.5 A 0.5 0.5 0 1 1 16,16.5 A 0.5 0.5 0 1 1 17 16.5 z"
- sodipodi:ry="0.5"
- sodipodi:rx="0.5"
- sodipodi:cy="16.5"
- sodipodi:cx="16.5"
- id="path3724"
- style="opacity:1;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- sodipodi:type="arc" />
- </g>
- <path
- sodipodi:nodetypes="csc"
- id="path3488"
- d="M 36.087935,32.865672 C 37.005198,30.700908 37.568925,27.707589 37.568925,24.427683 C 37.568925,21.147777 37.005198,18.154458 36.087935,15.989694"
- style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#radialGradient3504);stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
- <path
- style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#radialGradient3508);stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- d="M 39.838951,35.702755 C 41.064624,32.810137 41.817892,28.81038 41.817892,24.427678 C 41.817892,20.044976 41.064624,16.045219 39.838951,13.152601"
- id="path3494"
- sodipodi:nodetypes="csc" />
- <path
- sodipodi:nodetypes="csc"
- id="path3496"
- d="M 43.487454,39.708054 C 45.148528,35.787876 46.169383,30.367266 46.169383,24.427674 C 46.169383,18.488083 45.148528,13.067472 43.487454,9.1472948"
- style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#radialGradient3506);stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
- </g>
-</svg>
diff --git a/icons/scalable/xfce4-mixer-no-record.svg b/icons/scalable/xfce4-mixer-no-record.svg
deleted file mode 100644
index 9267272..0000000
--- a/icons/scalable/xfce4-mixer-no-record.svg
+++ /dev/null
@@ -1,437 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="48px"
- height="48px"
- id="svg1307"
- sodipodi:version="0.32"
- inkscape:version="0.45.1"
- sodipodi:docbase="/home/jannis/xfce4-mixer/icons/scalable"
- sodipodi:docname="no-record.svg"
- inkscape:export-filename="/home/lapo/Desktop/Grafica/Icone/media-actions-outlines.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90"
- inkscape:output_extension="org.inkscape.output.svg.inkscape">
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="0.11372549"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1"
- inkscape:cx="36.499233"
- inkscape:cy="34.59508"
- inkscape:current-layer="layer1"
- showgrid="false"
- inkscape:grid-bbox="true"
- inkscape:document-units="px"
- gridspacingx="0.5px"
- gridspacingy="0.5px"
- gridempspacing="2"
- inkscape:grid-points="true"
- fill="#ef2929"
- showguides="false"
- inkscape:guide-bbox="true"
- guidetolerance="1px"
- stroke="#ef2929"
- inkscape:window-width="872"
- inkscape:window-height="640"
- inkscape:window-x="152"
- inkscape:window-y="96"
- showborder="true"
- inkscape:showpageshadow="false">
- <sodipodi:guide
- orientation="horizontal"
- position="38.996647"
- id="guide2194" />
- <sodipodi:guide
- orientation="horizontal"
- position="9.0140845"
- id="guide2196" />
- <sodipodi:guide
- orientation="vertical"
- position="9.0140845"
- id="guide2198" />
- <sodipodi:guide
- orientation="vertical"
- position="38.975184"
- id="guide2200" />
- <sodipodi:guide
- orientation="horizontal"
- position="22.988281"
- id="guide2202" />
- <sodipodi:guide
- orientation="vertical"
- position="23.908786"
- id="guide2204" />
- <sodipodi:guide
- orientation="vertical"
- position="157.99417"
- id="guide4332" />
- <sodipodi:guide
- orientation="horizontal"
- position="-36.062446"
- id="guide4334" />
- <sodipodi:guide
- orientation="horizontal"
- position="-58.02695"
- id="guide4336" />
- <sodipodi:guide
- orientation="vertical"
- position="180.00287"
- id="guide4338" />
- <sodipodi:guide
- orientation="vertical"
- position="107.92217"
- id="guide4417" />
- <sodipodi:guide
- orientation="vertical"
- position="129.93087"
- id="guide4419" />
- <sodipodi:guide
- orientation="horizontal"
- position="19.996875"
- id="guide5106" />
- <sodipodi:guide
- orientation="horizontal"
- position="63.039674"
- id="guide5119" />
- <sodipodi:guide
- orientation="horizontal"
- position="49.066305"
- id="guide5121" />
- <sodipodi:guide
- orientation="horizontal"
- position="-86.007168"
- id="guide5307" />
- <sodipodi:guide
- orientation="horizontal"
- position="-108.09009"
- id="guide5309" />
- <sodipodi:guide
- orientation="horizontal"
- position="-100.15429"
- id="guide3111" />
- </sodipodi:namedview>
- <defs
- id="defs1309">
- <linearGradient
- id="linearGradient3837">
- <stop
- offset="0"
- id="stop3839"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- offset="1"
- id="stop3841"
- style="stop-color:#ffffff;stop-opacity:0.78350514;" />
- </linearGradient>
- <linearGradient
- id="linearGradient2257">
- <stop
- offset="0"
- id="stop2259"
- style="stop-color:#ef2929" />
- <stop
- offset="1"
- id="stop2261"
- style="stop-color:#cc0000" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3340">
- <stop
- offset="0"
- id="stop3342"
- style="stop-color:#ffffff;stop-opacity:1;" />
- <stop
- offset="1"
- id="stop3344"
- style="stop-color:#ffffff;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient8662">
- <stop
- offset="0"
- id="stop8664"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- offset="1"
- id="stop8666"
- style="stop-color:#000000;stop-opacity:0;" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- id="radialGradient2228"
- r="15.644737"
- gradientTransform="matrix(1,0,0,0.536723,-3.241652e-13,16.87306)"
- cx="24.837126"
- cy="36.421127"
- gradientUnits="userSpaceOnUse"
- xlink:href="#linearGradient8662"
- fy="36.421127"
- fx="24.837126" />
- <radialGradient
- inkscape:collect="always"
- id="radialGradient1368"
- r="13"
- gradientTransform="matrix(3.658819,-3.13388e-16,1.719536e-16,2.080782,-62.4164,12.76204)"
- cx="21.929186"
- cy="-3.2182934"
- gradientUnits="userSpaceOnUse"
- xlink:href="#linearGradient3340"
- fy="-3.2182934"
- fx="21.929186" />
- <radialGradient
- inkscape:collect="always"
- id="radialGradient2263"
- r="14.537862"
- gradientTransform="matrix(2.365562,-4.942242e-16,5.359766e-16,2.202845,-30.72517,-34.23996)"
- cx="22.5"
- cy="28.116049"
- gradientUnits="userSpaceOnUse"
- xlink:href="#linearGradient2257"
- fy="28.116049"
- fx="22.5" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3843"
- x1="21.702389"
- y1="8.9115314"
- x2="21.816015"
- gradientUnits="userSpaceOnUse"
- xlink:href="#linearGradient3837"
- y2="35.546108" />
- <radialGradient
- inkscape:collect="always"
- id="radialGradient3845"
- r="14.537862"
- gradientTransform="matrix(2.365562,-4.942242e-16,5.359766e-16,2.202845,-30.72517,-34.23996)"
- cx="22.5"
- cy="28.116049"
- gradientUnits="userSpaceOnUse"
- xlink:href="#linearGradient2257"
- fy="28.116049"
- fx="22.5" />
- <radialGradient
- inkscape:collect="always"
- id="radialGradient3845-453"
- r="14.537862"
- gradientTransform="matrix(2.365562,-4.942242e-16,5.359766e-16,2.202845,-30.72517,-34.23996)"
- cx="22.5"
- cy="28.116049"
- gradientUnits="userSpaceOnUse"
- xlink:href="#linearGradient2257-904"
- fy="28.116049"
- fx="22.5" />
- <linearGradient
- id="linearGradient2257-904">
- <stop
- offset="0"
- id="stop2218"
- style="stop-color:#646464" />
- <stop
- offset="1"
- id="stop2220"
- style="stop-color:#3d3d3d" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3843-155"
- y2="35.546108"
- y1="8.9115314"
- x2="21.816015"
- gradientUnits="userSpaceOnUse"
- xlink:href="#linearGradient3837-52"
- x1="21.702389" />
- <linearGradient
- id="linearGradient3837-52">
- <stop
- offset="0"
- id="stop2224"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- offset="1"
- id="stop2226"
- style="stop-color:#ffffff;stop-opacity:0.78350514;" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- id="radialGradient2263-593"
- r="14.537862"
- gradientTransform="matrix(2.365562,-4.942242e-16,5.359766e-16,2.202845,-30.72517,-34.23996)"
- cx="22.5"
- cy="28.116049"
- gradientUnits="userSpaceOnUse"
- xlink:href="#linearGradient2257-894"
- fy="28.116049"
- fx="22.5" />
- <linearGradient
- id="linearGradient2257-894">
- <stop
- offset="0"
- id="stop2230"
- style="stop-color:#646464" />
- <stop
- offset="1"
- id="stop2232"
- style="stop-color:#3d3d3d" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- id="radialGradient1368-893"
- r="13"
- gradientTransform="matrix(3.658819,-3.13388e-16,1.719536e-16,2.080782,-62.4164,12.76204)"
- cx="21.929186"
- cy="-3.2182934"
- gradientUnits="userSpaceOnUse"
- xlink:href="#linearGradient3340-800"
- fy="-3.2182934"
- fx="21.929186" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3340-800">
- <stop
- offset="0"
- id="stop2236"
- style="stop-color:#ffffff;stop-opacity:1;" />
- <stop
- offset="1"
- id="stop2238"
- style="stop-color:#ffffff;stop-opacity:0;" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- id="radialGradient2228-154"
- r="15.644737"
- gradientTransform="matrix(1,0,0,0.536723,-3.241652e-13,16.87306)"
- cx="24.837126"
- cy="36.421127"
- gradientUnits="userSpaceOnUse"
- xlink:href="#linearGradient8662-358"
- fy="36.421127"
- fx="24.837126" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient8662-358">
- <stop
- offset="0"
- id="stop2242"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- offset="1"
- id="stop2244"
- style="stop-color:#000000;stop-opacity:0;" />
- </linearGradient>
- </defs>
- <metadata
- id="metadata1312">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title>Media Record</dc:title>
- <dc:creator>
- <cc:Agent>
- <dc:title>Lapo Calamandrei</dc:title>
- </cc:Agent>
- </dc:creator>
- <cc:license
- rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" />
- <dc:subject>
- <rdf:Bag>
- <rdf:li>media</rdf:li>
- <rdf:li>player</rdf:li>
- <rdf:li>record</rdf:li>
- <rdf:li>music</rdf:li>
- <rdf:li>sound</rdf:li>
- <rdf:li>video</rdf:li>
- </rdf:Bag>
- </dc:subject>
- </cc:Work>
- <cc:License
- rdf:about="http://creativecommons.org/licenses/by-sa/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:requires
- rdf:resource="http://web.resource.org/cc/Attribution" />
- <cc:permits
- rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
- <cc:requires
- rdf:resource="http://web.resource.org/cc/ShareAlike" />
- </cc:License>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:groupmode="layer"
- id="layer1"
- inkscape:label="Layer 1"
- style="display:inline">
- <path
- inkscape:r_cx="true"
- id="path3835"
- inkscape:r_cy="true"
- sodipodi:cx="22.5"
- sodipodi:cy="22"
- transform="matrix(0.920697,0,0,0.99358,3.679484,1.641236)"
- d="M 36.5 22 A 14 13 0 1 1 8.5,22 A 14 13 0 1 1 36.5 22 z"
- sodipodi:type="arc"
- style="opacity:0.15;color:#000000;fill:url(#radialGradient3845-453);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3843-155);stroke-width:3.13661647;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- sodipodi:ry="13"
- sodipodi:rx="14" />
- <path
- id="path2226"
- sodipodi:cx="24.837126"
- inkscape:export-xdpi="90"
- transform="matrix(1.150533,0,0,0.565685,-4.5765,16.55285)"
- sodipodi:cy="36.421127"
- inkscape:export-filename="/home/lapo/Desktop/Grafica/Icone/media-actions.png"
- inkscape:export-ydpi="90"
- d="M 40.481863 36.421127 A 15.644737 8.3968935 0 1 1 9.1923885,36.421127 A 15.644737 8.3968935 0 1 1 40.481863 36.421127 z"
- sodipodi:type="arc"
- style="opacity:0.03999999;color:#000000;fill:url(#radialGradient2228-154);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- sodipodi:ry="8.3968935"
- sodipodi:rx="15.644737" />
- <path
- id="path2525"
- sodipodi:cx="22.5"
- sodipodi:cy="22"
- transform="matrix(0.894862,0,0,0.9657,3.855776,2.660348)"
- d="M 36.5 22 A 14 13 0 1 1 8.5,22 A 14 13 0 1 1 36.5 22 z"
- sodipodi:type="arc"
- style="color:#000000;fill:url(#radialGradient2263-593);fill-opacity:1.0;fill-rule:evenodd;stroke:#3d3d3d;stroke-width:1.0757246;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- sodipodi:ry="13"
- sodipodi:rx="14" />
- <path
- id="path2527"
- sodipodi:cx="24"
- sodipodi:cy="24"
- transform="matrix(0.821429,0,0,0.821429,4.285117,4.191455)"
- d="M 38 24 A 14 14 0 1 1 10,24 A 14 14 0 1 1 38 24 z"
- sodipodi:type="arc"
- style="color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#a1a1a1;stroke-width:1.21739173;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- sodipodi:ry="14"
- sodipodi:rx="14" />
- <path
- id="path2529"
- d="M 23.84315,11.90574 C 17.563618,11.985335 12.438727,16.897799 12.03065,23.09324 C 18.148473,25.61002 25.90107,21.642017 35.172655,19.711354 C 34.484245,16.962785 30.617935,11.90574 23.9994,11.90574 C 23.947693,11.90574 23.894703,11.905087 23.84315,11.90574 z "
- style="opacity:0.6;fill:url(#radialGradient1368-893);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline"
- sodipodi:nodetypes="cccsc" />
- </g>
-</svg>
diff --git a/icons/scalable/xfce4-mixer-record.svg b/icons/scalable/xfce4-mixer-record.svg
deleted file mode 100644
index d71e455..0000000
--- a/icons/scalable/xfce4-mixer-record.svg
+++ /dev/null
@@ -1,326 +0,0 @@
-<?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://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="48px"
- height="48px"
- id="svg1307"
- sodipodi:version="0.32"
- inkscape:version="0.43+devel"
- sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/actions"
- sodipodi:docname="media-record.svg"
- inkscape:export-filename="/home/lapo/Desktop/Grafica/Icone/media-actions-outlines.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90">
- <defs
- id="defs1309">
- <linearGradient
- id="linearGradient3837">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop3839" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0.78350514;"
- offset="1"
- id="stop3841" />
- </linearGradient>
- <linearGradient
- id="linearGradient2257">
- <stop
- style="stop-color:#ef2929"
- offset="0"
- id="stop2259" />
- <stop
- style="stop-color:#cc0000"
- offset="1"
- id="stop2261" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3340">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop3342" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop3344" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient8662">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop8664" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop8666" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient8662"
- id="radialGradient2228"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,0.536723,-3.241652e-13,16.87306)"
- cx="24.837126"
- cy="36.421127"
- fx="24.837126"
- fy="36.421127"
- r="15.644737" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3340"
- id="radialGradient1368"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(3.658819,-3.13388e-16,1.719536e-16,2.080782,-62.4164,12.76204)"
- cx="21.929186"
- cy="-3.2182934"
- fx="21.929186"
- fy="-3.2182934"
- r="13" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2257"
- id="radialGradient2263"
- cx="22.5"
- cy="28.116049"
- fx="22.5"
- fy="28.116049"
- r="14.537862"
- gradientTransform="matrix(2.365562,-4.942242e-16,5.359766e-16,2.202845,-30.72517,-34.23996)"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3837"
- id="linearGradient3843"
- x1="21.702389"
- y1="8.9115314"
- x2="21.816015"
- y2="35.546108"
- gradientUnits="userSpaceOnUse" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2257"
- id="radialGradient3845"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.365562,-4.942242e-16,5.359766e-16,2.202845,-30.72517,-34.23996)"
- cx="22.5"
- cy="28.116049"
- fx="22.5"
- fy="28.116049"
- r="14.537862" />
- </defs>
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="0.11372549"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1"
- inkscape:cx="36.499233"
- inkscape:cy="34.59508"
- inkscape:current-layer="layer1"
- showgrid="false"
- inkscape:grid-bbox="true"
- inkscape:document-units="px"
- gridspacingx="0.5px"
- gridspacingy="0.5px"
- gridempspacing="2"
- inkscape:grid-points="true"
- fill="#ef2929"
- showguides="false"
- inkscape:guide-bbox="true"
- guidetolerance="1px"
- stroke="#ef2929"
- inkscape:window-width="872"
- inkscape:window-height="672"
- inkscape:window-x="494"
- inkscape:window-y="344"
- showborder="true"
- inkscape:showpageshadow="false">
- <sodipodi:guide
- orientation="horizontal"
- position="38.996647"
- id="guide2194" />
- <sodipodi:guide
- orientation="horizontal"
- position="9.0140845"
- id="guide2196" />
- <sodipodi:guide
- orientation="vertical"
- position="9.0140845"
- id="guide2198" />
- <sodipodi:guide
- orientation="vertical"
- position="38.975184"
- id="guide2200" />
- <sodipodi:guide
- orientation="horizontal"
- position="22.988281"
- id="guide2202" />
- <sodipodi:guide
- orientation="vertical"
- position="23.908786"
- id="guide2204" />
- <sodipodi:guide
- orientation="vertical"
- position="157.99417"
- id="guide4332" />
- <sodipodi:guide
- orientation="horizontal"
- position="-36.062446"
- id="guide4334" />
- <sodipodi:guide
- orientation="horizontal"
- position="-58.02695"
- id="guide4336" />
- <sodipodi:guide
- orientation="vertical"
- position="180.00287"
- id="guide4338" />
- <sodipodi:guide
- orientation="vertical"
- position="107.92217"
- id="guide4417" />
- <sodipodi:guide
- orientation="vertical"
- position="129.93087"
- id="guide4419" />
- <sodipodi:guide
- orientation="horizontal"
- position="19.996875"
- id="guide5106" />
- <sodipodi:guide
- orientation="horizontal"
- position="63.039674"
- id="guide5119" />
- <sodipodi:guide
- orientation="horizontal"
- position="49.066305"
- id="guide5121" />
- <sodipodi:guide
- orientation="horizontal"
- position="-86.007168"
- id="guide5307" />
- <sodipodi:guide
- orientation="horizontal"
- position="-108.09009"
- id="guide5309" />
- <sodipodi:guide
- orientation="horizontal"
- position="-100.15429"
- id="guide3111" />
- </sodipodi:namedview>
- <metadata
- id="metadata1312">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title>Media Record</dc:title>
- <dc:creator>
- <cc:Agent>
- <dc:title>Lapo Calamandrei</dc:title>
- </cc:Agent>
- </dc:creator>
- <cc:license
- rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" />
- <dc:subject>
- <rdf:Bag>
- <rdf:li>media</rdf:li>
- <rdf:li>player</rdf:li>
- <rdf:li>record</rdf:li>
- <rdf:li>music</rdf:li>
- <rdf:li>sound</rdf:li>
- <rdf:li>video</rdf:li>
- </rdf:Bag>
- </dc:subject>
- </cc:Work>
- <cc:License
- rdf:about="http://creativecommons.org/licenses/by-sa/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:requires
- rdf:resource="http://web.resource.org/cc/Attribution" />
- <cc:permits
- rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
- <cc:requires
- rdf:resource="http://web.resource.org/cc/ShareAlike" />
- </cc:License>
- </rdf:RDF>
- </metadata>
- <g
- id="layer1"
- inkscape:label="Layer 1"
- inkscape:groupmode="layer"
- style="display:inline">
- <path
- transform="matrix(0.920697,0,0,0.99358,3.679484,1.641236)"
- d="M 36.5 22 A 14 13 0 1 1 8.5,22 A 14 13 0 1 1 36.5 22 z"
- sodipodi:ry="13"
- sodipodi:rx="14"
- sodipodi:cy="22"
- sodipodi:cx="22.5"
- id="path3835"
- style="opacity:0.15;color:#000000;fill:url(#radialGradient3845);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3843);stroke-width:3.13661647;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- sodipodi:type="arc"
- inkscape:r_cx="true"
- inkscape:r_cy="true" />
- <path
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="/home/lapo/Desktop/Grafica/Icone/media-actions.png"
- sodipodi:type="arc"
- style="opacity:0.03999999;color:#000000;fill:url(#radialGradient2228);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- id="path2226"
- sodipodi:cx="24.837126"
- sodipodi:cy="36.421127"
- sodipodi:rx="15.644737"
- sodipodi:ry="8.3968935"
- d="M 40.481863 36.421127 A 15.644737 8.3968935 0 1 1 9.1923885,36.421127 A 15.644737 8.3968935 0 1 1 40.481863 36.421127 z"
- transform="matrix(1.150533,0,0,0.565685,-4.5765,16.55285)" />
- <path
- sodipodi:type="arc"
- style="color:#000000;fill:url(#radialGradient2263);fill-opacity:1.0;fill-rule:evenodd;stroke:#cc0000;stroke-width:1.0757246;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- id="path2525"
- sodipodi:cx="22.5"
- sodipodi:cy="22"
- sodipodi:rx="14"
- sodipodi:ry="13"
- d="M 36.5 22 A 14 13 0 1 1 8.5,22 A 14 13 0 1 1 36.5 22 z"
- transform="matrix(0.894862,0,0,0.9657,3.855776,2.660348)" />
- <path
- sodipodi:type="arc"
- style="color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f77d7d;stroke-width:1.21739173;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- id="path2527"
- sodipodi:cx="24"
- sodipodi:cy="24"
- sodipodi:rx="14"
- sodipodi:ry="14"
- d="M 38 24 A 14 14 0 1 1 10,24 A 14 14 0 1 1 38 24 z"
- transform="matrix(0.821429,0,0,0.821429,4.285117,4.191455)" />
- <path
- style="opacity:0.6;fill:url(#radialGradient1368);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline"
- d="M 23.84315,11.90574 C 17.563618,11.985335 12.438727,16.897799 12.03065,23.09324 C 18.148473,25.61002 25.90107,21.642017 35.172655,19.711354 C 34.484245,16.962785 30.617935,11.90574 23.9994,11.90574 C 23.947693,11.90574 23.894703,11.905087 23.84315,11.90574 z "
- id="path2529"
- sodipodi:nodetypes="cccsc" />
- </g>
-</svg>
diff --git a/icons/scalable/xfce4-mixer-volume-high.svg b/icons/scalable/xfce4-mixer-volume-high.svg
deleted file mode 100644
index db3664a..0000000
--- a/icons/scalable/xfce4-mixer-volume-high.svg
+++ /dev/null
@@ -1,712 +0,0 @@
-<?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="svg2566"
- sodipodi:version="0.32"
- inkscape:version="0.45.1"
- version="1.0"
- sodipodi:docbase="/home/jannis/xfce/xfce4-mixer.git/icons/scalable"
- sodipodi:docname="audio-volume-04.svg"
- inkscape:output_extension="org.inkscape.output.svg.inkscape">
- <defs
- id="defs2568">
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3510">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop3512" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop3514" />
- </linearGradient>
- <linearGradient
- id="linearGradient3498">
- <stop
- style="stop-color:#437bc4;stop-opacity:1;"
- offset="0"
- id="stop3500" />
- <stop
- style="stop-color:#4f85c7;stop-opacity:1;"
- offset="1"
- id="stop3502" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3281">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop3283" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop3285" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient4099">
- <stop
- style="stop-color:#6f726f;stop-opacity:1;"
- offset="0"
- id="stop4101" />
- <stop
- style="stop-color:#6f726f;stop-opacity:0;"
- offset="1"
- id="stop4103" />
- </linearGradient>
- <linearGradient
- id="linearGradient4068">
- <stop
- style="stop-color:#eaeae9;stop-opacity:1;"
- offset="0"
- id="stop4070" />
- <stop
- style="stop-color:#a5a7a2;stop-opacity:1;"
- offset="1"
- id="stop4072" />
- </linearGradient>
- <linearGradient
- id="linearGradient3670"
- inkscape:collect="always">
- <stop
- id="stop3672"
- offset="0"
- style="stop-color:#d3d7cf" />
- <stop
- id="stop3674"
- offset="1"
- style="stop-color:#555753" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3670"
- id="radialGradient3634"
- cx="6.8797626"
- cy="7.1986876"
- fx="6.8797626"
- fy="7.1986876"
- r="9.375"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.240749,0,0,1.157631,-1.713645,-1.134736)" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3692">
- <stop
- style="stop-color:#2e3436;stop-opacity:1;"
- offset="0"
- id="stop3694" />
- <stop
- style="stop-color:#babdb6"
- offset="1"
- id="stop3696" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3692"
- id="linearGradient3698"
- x1="-0.51990569"
- y1="-0.51990569"
- x2="-0.51990569"
- y2="19.269905"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3628">
- <stop
- style="stop-color:#d3d7cf"
- offset="0"
- id="stop3630" />
- <stop
- style="stop-color:#555753"
- offset="1"
- id="stop3632" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3628"
- id="radialGradient3644"
- cx="12.704856"
- cy="13.847466"
- fx="12.704856"
- fy="13.847466"
- r="9.375"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(6.370852e-2,-1.424475,1.547293,6.92112e-2,-9.530629,30.98681)" />
- <linearGradient
- id="linearGradient3730"
- inkscape:collect="always">
- <stop
- id="stop3732"
- offset="0"
- style="stop-color:#eeeeec" />
- <stop
- id="stop3734"
- offset="1"
- style="stop-color:#888a85" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3730"
- id="radialGradient3728"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-0.310032,2.110862,-2.082775,-0.305867,17.75288,16.41459)"
- cx="-1.0016617"
- cy="0.99004257"
- fx="-1.0016617"
- fy="0.99004257"
- r="9.9205227" />
- <linearGradient
- id="linearGradient1557"
- inkscape:collect="always">
- <stop
- id="stop1559"
- offset="0"
- style="stop-color:#2e3436;stop-opacity:1;" />
- <stop
- id="stop1561"
- offset="1"
- style="stop-color:#888a85" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1557"
- id="linearGradient1549"
- x1="17.0625"
- y1="34.950001"
- x2="20.3125"
- y2="5.375"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3676">
- <stop
- style="stop-color:#eeeeec"
- offset="0"
- id="stop4022" />
- <stop
- style="stop-color:#555753"
- offset="1"
- id="stop3680" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3676"
- id="radialGradient3702"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-0.127582,1.416065,-1.630141,-0.146854,17.48751,15.56121)"
- cx="-1.0016617"
- cy="0.99004257"
- fx="-1.0016617"
- fy="0.99004257"
- r="9.9205227" />
- <linearGradient
- id="linearGradient3788">
- <stop
- style="stop-color:#cccdcb;stop-opacity:1;"
- offset="0"
- id="stop3790" />
- <stop
- style="stop-color:#888a85;stop-opacity:1;"
- offset="1"
- id="stop3792" />
- </linearGradient>
- <linearGradient
- id="linearGradient3674">
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="0"
- id="stop3676" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop3678" />
- </linearGradient>
- <linearGradient
- id="linearGradient3657">
- <stop
- style="stop-color:#fafafa;stop-opacity:1;"
- offset="0"
- id="stop3659" />
- <stop
- style="stop-color:#bfbfbf;stop-opacity:1;"
- offset="1"
- id="stop3661" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3609">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop3611" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop3613" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4608"
- id="linearGradient4585"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.339723,0,0,2.339723,-116.04972,4.376374)"
- x1="56.302975"
- y1="4.9369388"
- x2="56.609135"
- y2="8.6796741" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4608"
- id="linearGradient4641"
- x1="58.015995"
- y1="35.01503"
- x2="57.954308"
- y2="40.9986"
- gradientUnits="userSpaceOnUse"
- spreadMethod="reflect"
- gradientTransform="matrix(0.997993,0,0,1,-97.71685,-9.352993)" />
- <linearGradient
- id="linearGradient4608">
- <stop
- style="stop-color:#eeeeec"
- offset="0"
- id="stop4610" />
- <stop
- style="stop-color:#8a8c87;stop-opacity:1;"
- offset="1"
- id="stop4612" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3609"
- id="radialGradient3615"
- cx="6.4081554"
- cy="17.403807"
- fx="6.4081554"
- fy="17.403807"
- r="5.524272"
- gradientTransform="matrix(1,0,0,0.416,0,10.16382)"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3657"
- id="linearGradient3668"
- gradientUnits="userSpaceOnUse"
- x1="10.4375"
- y1="8.2899637"
- x2="10.4375"
- y2="18.984955"
- gradientTransform="translate(-64.70027,0)" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3674"
- id="radialGradient3680"
- cx="5.0822492"
- cy="12.516305"
- fx="5.0822492"
- fy="12.516305"
- r="2.9831069"
- gradientTransform="matrix(2.0170078,0,-1.9570578e-8,2.3384685,0.6285502,-1.712618)"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3788"
- id="linearGradient3794"
- x1="8.0536165"
- y1="11.030003"
- x2="10.4375"
- y2="11.030003"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-64.70027,0)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4068"
- id="linearGradient4095"
- gradientUnits="userSpaceOnUse"
- x1="7.5763841"
- y1="20.301662"
- x2="7.3215322"
- y2="27.345011" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4068"
- id="linearGradient4097"
- gradientUnits="userSpaceOnUse"
- x1="7.5763841"
- y1="20.301662"
- x2="7.3215322"
- y2="27.345011" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4099"
- id="linearGradient4105"
- x1="11.125889"
- y1="25.559732"
- x2="9.346509"
- y2="25.736509"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.7134766,0,0,1.7134766,-5.844493,-19.414512)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3281"
- id="linearGradient3287"
- x1="4.6831215"
- y1="24.665476"
- x2="8.3712559"
- y2="24.317278"
- gradientUnits="userSpaceOnUse" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient3504"
- cx="36.82843"
- cy="24.427677"
- fx="36.82843"
- fy="24.427671"
- r="1.2404949"
- gradientTransform="matrix(32.313054,-14.275864,12.619686,35.592614,-1476.0709,-312.91301)"
- gradientUnits="userSpaceOnUse" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient3506"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(43.968272,-19.425114,10.906929,30.761994,-1863.6997,-6.2189009)"
- cx="36.82843"
- cy="24.427683"
- fx="36.82843"
- fy="24.427683"
- r="1.2404949" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient3508"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(31.048208,-13.717057,12.125707,34.199395,-1418.48,-299.33636)"
- cx="36.82843"
- cy="24.427677"
- fx="36.82843"
- fy="24.427671"
- r="1.2404949" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3510"
- id="linearGradient3516"
- x1="9.485774"
- y1="22.107626"
- x2="7.378232"
- y2="22.637957"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.3219424,0,0,1.3219424,0.7364601,-9.731858)" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient6911"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(40.656591,0,0,26.213479,-1479.312,-616.32841)"
- cx="36.82843"
- cy="24.427683"
- fx="36.82843"
- fy="24.427683"
- r="1.2404949" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient6915"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(45.652831,0,0,29.434823,-1656.4105,-695.13758)"
- cx="36.82843"
- cy="24.427683"
- fx="36.82843"
- fy="24.427683"
- r="1.2404949" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient6919"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(23.065329,-10.190231,9.0080386,25.406308,-1055.1912,-210.45979)"
- cx="36.82843"
- cy="24.427677"
- fx="36.82843"
- fy="24.427671"
- r="1.2404949" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient6923"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(14.141994,-6.2479141,5.5230792,15.577314,-649.09211,-111.60048)"
- cx="36.82843"
- cy="24.427677"
- fx="36.82843"
- fy="24.427671"
- r="1.2404949" />
- </defs>
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="0.13333333"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="5.6568542"
- inkscape:cx="41.79292"
- inkscape:cy="29.76537"
- inkscape:current-layer="layer1"
- showgrid="false"
- inkscape:grid-bbox="true"
- inkscape:document-units="px"
- inkscape:showpageshadow="false"
- inkscape:window-width="978"
- inkscape:window-height="642"
- inkscape:window-x="20"
- inkscape:window-y="50"
- stroke="#3465a4"
- fill="#ef2929"
- showguides="true"
- inkscape:guide-bbox="true">
- <sodipodi:guide
- orientation="horizontal"
- position="-4.7729708"
- id="guide6153" />
- <sodipodi:guide
- orientation="horizontal"
- position="0.88388348"
- id="guide2256" />
- </sodipodi:namedview>
- <metadata
- id="metadata2571">
- <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>Volume - High</dc:title>
- <dc:creator>
- <cc:Agent>
- <dc:title>Jakub Steiner</dc:title>
- </cc:Agent>
- </dc:creator>
- <dc:contributor>
- <cc:Agent>
- <dc:title>Lapo Calamandrei</dc:title>
- </cc:Agent>
- </dc:contributor>
- <cc:license
- rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" />
- <dc:publisher>
- <cc:Agent>
- <dc:title>http://www.tango-project.org</dc:title>
- </cc:Agent>
- </dc:publisher>
- </cc:Work>
- <cc:License
- rdf:about="http://creativecommons.org/licenses/by-sa/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:requires
- rdf:resource="http://web.resource.org/cc/Attribution" />
- <cc:permits
- rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
- <cc:requires
- rdf:resource="http://web.resource.org/cc/ShareAlike" />
- </cc:License>
- </rdf:RDF>
- </metadata>
- <g
- id="layer1"
- inkscape:label="Layer 1"
- inkscape:groupmode="layer">
- <g
- style="opacity:0.5;stroke-width:0.20321889;stroke-miterlimit:4;stroke-dasharray:none"
- id="g4951"
- transform="matrix(1.4500307,0,0,1.9951694,-5.014883,-24.104868)">
- <path
- sodipodi:type="arc"
- style="opacity:0.42857145;color:#000000;fill:url(#radialGradient3615);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.07868898;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"
- id="path3607"
- sodipodi:cx="6.4081554"
- sodipodi:cy="17.403807"
- sodipodi:rx="5.524272"
- sodipodi:ry="2.2980971"
- d="M 11.932427 17.403807 A 5.524272 2.2980971 0 1 1 0.88388348,17.403807 A 5.524272 2.2980971 0 1 1 11.932427 17.403807 z"
- transform="matrix(2.6455674,0,0,2.5210502,-0.5794078,-13.379605)" />
- <g
- style="stroke-width:0.20321889;stroke-miterlimit:4;stroke-dasharray:none"
- id="g3963">
- <g
- style="stroke-width:0.201727;stroke-miterlimit:4;stroke-dasharray:none"
- transform="matrix(1.1816839,0,0,0.8588133,3.7081077e-2,3.1760717)"
- id="g4090">
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:url(#linearGradient4095);fill-opacity:1;fill-rule:nonzero;stroke:#5d615f;stroke-width:0.15111277;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"
- id="path4076"
- sodipodi:cx="8.7504463"
- sodipodi:cy="24.665476"
- sodipodi:rx="3.6239223"
- sodipodi:ry="6.3639612"
- d="M 12.374369 24.665476 A 3.6239223 6.3639612 0 1 1 5.126524,24.665476 A 3.6239223 6.3639612 0 1 1 12.374369 24.665476 z"
- transform="matrix(1.415965,0,0,1.258558,-2.667614,-6.200669)" />
- <path
- transform="matrix(1.154526,0,0,1.154526,-0.379902,-3.63468)"
- d="M 12.374369 24.665476 A 3.6239223 6.3639612 0 1 1 5.126524,24.665476 A 3.6239223 6.3639612 0 1 1 12.374369 24.665476 z"
- sodipodi:ry="6.3639612"
- sodipodi:rx="3.6239223"
- sodipodi:cy="24.665476"
- sodipodi:cx="8.7504463"
- id="path4060"
- style="opacity:1;color:#000000;fill:url(#linearGradient4097);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.17472713;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"
- sodipodi:type="arc" />
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:#93958f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.18655021;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"
- id="path4058"
- sodipodi:cx="8.7504463"
- sodipodi:cy="24.665476"
- sodipodi:rx="3.6239223"
- sodipodi:ry="6.3639612"
- d="M 12.374369 24.665476 A 3.6239223 6.3639612 0 1 1 5.126524,24.665476 A 3.6239223 6.3639612 0 1 1 12.374369 24.665476 z"
- transform="matrix(1.081355,0,0,1.081355,1.232653,-1.829889)" />
- <path
- transform="matrix(1.1807,0,0,1.076971,-0.608944,-1.721744)"
- d="M 12.374369 24.665476 A 3.6239223 6.3639612 0 1 1 5.126524,24.665476 A 3.6239223 6.3639612 0 1 1 12.374369 24.665476 z"
- sodipodi:ry="6.3639612"
- sodipodi:rx="3.6239223"
- sodipodi:cy="24.665476"
- sodipodi:cx="8.7504463"
- id="path3279"
- style="opacity:0.39560439;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3287);stroke-width:0.17889255;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"
- sodipodi:type="arc" />
- </g>
- <path
- transform="matrix(0.6896406,0,0,0.5012106,3.3365544,12.906831)"
- sodipodi:nodetypes="ccccc"
- id="path4542"
- d="M 13.269373,14.383822 L 22.641531,6.28797 L 22.338628,39.446044 L 12.815018,32.142237 C 9.4830863,29.416108 8.8772802,17.2614 13.269373,14.383822 z "
- style="color:#000000;fill:url(#linearGradient4585);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4105);stroke-width:0.34565476;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
- <path
- transform="matrix(0.6896406,0,0,0.5012106,3.3365544,12.906831)"
- sodipodi:nodetypes="ccccc"
- id="path4544"
- d="M 10.701725,19.334289 L 16.062156,15.316878 L 15.729537,19.991364 L 10.490058,20.865163 L 10.701725,19.334289 z "
- style="color:#000000;fill:url(#linearGradient3516);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.34565476;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
- <path
- transform="matrix(0.6896406,0,0,0.5012106,3.3365544,12.906831)"
- sodipodi:nodetypes="ccccc"
- id="path3672"
- d="M 11.581036,30.41709 L 17.451524,35.134232 L 16.715434,31.924697 L 10.797884,28.61622 L 11.581036,30.41709 z "
- style="opacity:0.7692308;color:#000000;fill:url(#radialGradient3680);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.34565476;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
- <path
- style="opacity:1;color:#000000;fill:url(#radialGradient3702);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient1549);stroke-width:0.20321889;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- d="M 23.75,14 C 21.81001,14.049168 20.013366,14.683436 18.5,15.6875 C 18.13319,15.264088 17.60375,15 17,15 C 16.9655,15 16.912662,15.000854 16.875,15 C 16.847007,14.9998 16.806453,14.997438 16.78125,15 C 15.773145,15.102481 15,15.965001 15,17 C 15,17.60375 15.264088,18.13319 15.6875,18.5 C 14.639107,20.080181 14,21.962011 14,24 C 14,26.033681 14.611921,27.921829 15.65625,29.5 C 15.243427,29.869532 15,30.401641 15,31 C 15,32.104 15.896,33.000001 17,33 C 17.60375,33 18.13319,32.735911 18.5,32.3125 C 20.080181,33.360893 21.962011,34 24,34 C 26.03799,34 27.919819,33.360893 29.5,32.3125 C 29.86681,32.735912 30.396251,33.000001 31,33 C 32.103999,33 33,32.104001 33,31 C 33,30.39625 32.735912,29.86681 32.3125,29.5 C 33.360893,27.919819 34,26.03799 34,24 C 34,21.962011 33.360893,20.080181 32.3125,18.5 C 32.735912,18.13319 33,17.60375 33,17 C 33,15.896 32.103999,15 31,15 C 30.9655,15 30.912662,15.000854 30.875,15 C 30.847007,14.9998 30.806453,14.997438 30.78125,15 C 30.2771
98,15.05124 29.819299,15.298435 29.5,15.65625 C 29.493313,15.651825 29.475448,15.660659 29.46875,15.65625 C 27.894622,14.620029 26.025064,14 24,14 C 23.913827,14 23.835651,13.997829 23.75,14 z "
- id="path3726"
- sodipodi:nodetypes="ccsssscscsscscsscscsssssssc" />
- <path
- style="opacity:1;color:#000000;fill:url(#radialGradient3728);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20321889;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- d="M 23.75,14 C 21.81001,14.049168 20.013366,14.683436 18.5,15.6875 C 18.13319,15.264088 17.60375,15 17,15 C 16.9655,15 16.912662,15.000854 16.875,15 C 16.847007,14.9998 16.806453,14.997438 16.78125,15 C 15.773145,15.102481 15,15.965001 15,17 C 15,17.60375 15.264088,18.13319 15.6875,18.5 C 14.639107,20.080181 14,21.962011 14,24 C 14,26.033681 14.611921,27.921829 15.65625,29.5 C 15.243427,29.869532 15,30.401641 15,31 C 15,32.104 15.896,33.000001 17,33 C 17.60375,33 18.13319,32.735911 18.5,32.3125 C 20.080181,33.360893 21.962011,34 24,34 C 26.03799,34 27.919819,33.360893 29.5,32.3125 C 29.86681,32.735912 30.396251,33.000001 31,33 C 32.103999,33 33,32.104001 33,31 C 33,30.39625 32.735912,29.86681 32.3125,29.5 C 33.360893,27.919819 34,26.03799 34,24 C 34,21.962011 33.360893,20.080181 32.3125,18.5 C 32.735912,18.13319 33,17.60375 33,17 C 33,15.896 32.103999,15 31,15 C 30.9655,15 30.912662,15.000854 30.875,15 C 30.847007,14.9998 30.806453,14.997438 30.78125,15 C 30.2771
98,15.05124 29.819299,15.298435 29.5,15.65625 C 29.493313,15.651825 29.475448,15.660659 29.46875,15.65625 C 27.894622,14.620029 26.025064,14 24,14 C 23.913827,14 23.835651,13.997829 23.75,14 z "
- id="path3507"
- sodipodi:nodetypes="ccsssscscsscscsscscsssssssc" />
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:url(#radialGradient3644);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3698);stroke-width:0.23129642;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- id="path3636"
- sodipodi:cx="9.375"
- sodipodi:cy="9.375"
- sodipodi:rx="9.375"
- sodipodi:ry="9.375"
- d="M 18.75 9.375 A 9.375 9.375 0 1 1 0,9.375 A 9.375 9.375 0 1 1 18.75 9.375 z"
- transform="matrix(0.846982,0,0,0.911415,16.71027,15.44956)" />
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:url(#radialGradient3634);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.59278226;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- id="path3519"
- sodipodi:cx="9.375"
- sodipodi:cy="9.375"
- sodipodi:rx="9.375"
- sodipodi:ry="9.375"
- d="M 18.75 9.375 A 9.375 9.375 0 1 1 0,9.375 A 9.375 9.375 0 1 1 18.75 9.375 z"
- transform="matrix(0.367272,0,0,0.32,18.56254,21.125)" />
- <path
- transform="matrix(1.3125,0,0,1.3125,-4.657679,-5.09375)"
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.15483344;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- id="path3718"
- sodipodi:cx="16.5"
- sodipodi:cy="16.5"
- sodipodi:rx="0.5"
- sodipodi:ry="0.5"
- d="M 17 16.5 A 0.5 0.5 0 1 1 16,16.5 A 0.5 0.5 0 1 1 17 16.5 z" />
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20321889;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- id="path3720"
- sodipodi:cx="16.5"
- sodipodi:cy="16.5"
- sodipodi:rx="0.5"
- sodipodi:ry="0.5"
- d="M 17 16.5 A 0.5 0.5 0 1 1 16,16.5 A 0.5 0.5 0 1 1 17 16.5 z"
- transform="translate(15.22159,0.25)" />
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20321889;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- id="path3722"
- sodipodi:cx="16.5"
- sodipodi:cy="16.5"
- sodipodi:rx="0.5"
- sodipodi:ry="0.5"
- d="M 17 16.5 A 0.5 0.5 0 1 1 16,16.5 A 0.5 0.5 0 1 1 17 16.5 z"
- transform="translate(15.22159,14.96875)" />
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.14779556;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- id="path3724"
- sodipodi:cx="16.5"
- sodipodi:cy="16.5"
- sodipodi:rx="0.5"
- sodipodi:ry="0.5"
- d="M 17 16.5 A 0.5 0.5 0 1 1 16,16.5 A 0.5 0.5 0 1 1 17 16.5 z"
- transform="matrix(1.375,0,0,1.375,-5.688929,8.8125)" />
- </g>
- </g>
- <path
- sodipodi:nodetypes="csc"
- id="path3488"
- d="M 25.243284,45.07512 C 26.226324,40.631287 25.886327,35.237335 24.024099,29.985092 C 22.161871,24.732848 19.102842,20.54016 15.661632,18.05095"
- style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#radialGradient3504);stroke-width:4.54232788;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
- <path
- style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#radialGradient3508);stroke-width:4.36452532;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- d="M 34.307277,45.164021 C 35.569413,39.458483 35.132889,32.533058 32.741931,25.78958 C 30.350972,19.0461 26.423408,13.663015 22.005171,10.467058"
- id="path3494"
- sodipodi:nodetypes="csc" />
- <path
- style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#radialGradient6919);stroke-width:4.54232788;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- d="M 16.459372,45.07512 C 17.161073,41.903076 16.918382,38.052827 15.589107,34.303732 C 14.259834,30.554638 12.076273,27.561861 9.6199099,25.785043"
- id="path6917"
- sodipodi:nodetypes="csc" />
- <path
- sodipodi:nodetypes="csc"
- id="path6921"
- d="M 7.9666454,45.07512 C 8.3968784,43.130244 8.2480765,40.769553 7.4330612,38.470878 C 6.618047,36.172205 5.2792455,34.337246 3.7731799,33.247834"
- style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#radialGradient6923);stroke-width:4.54232788;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
- </g>
-</svg>
diff --git a/icons/scalable/xfce4-mixer-volume-low-medium.svg b/icons/scalable/xfce4-mixer-volume-low-medium.svg
deleted file mode 100644
index 6b05128..0000000
--- a/icons/scalable/xfce4-mixer-volume-low-medium.svg
+++ /dev/null
@@ -1,702 +0,0 @@
-<?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="svg2566"
- sodipodi:version="0.32"
- inkscape:version="0.45.1"
- version="1.0"
- sodipodi:docbase="/home/jannis/xfce/xfce4-mixer.git/icons/scalable"
- sodipodi:docname="audio-volume-02.svg"
- inkscape:output_extension="org.inkscape.output.svg.inkscape">
- <defs
- id="defs2568">
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3510">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop3512" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop3514" />
- </linearGradient>
- <linearGradient
- id="linearGradient3498">
- <stop
- style="stop-color:#437bc4;stop-opacity:1;"
- offset="0"
- id="stop3500" />
- <stop
- style="stop-color:#4f85c7;stop-opacity:1;"
- offset="1"
- id="stop3502" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3281">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop3283" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop3285" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient4099">
- <stop
- style="stop-color:#6f726f;stop-opacity:1;"
- offset="0"
- id="stop4101" />
- <stop
- style="stop-color:#6f726f;stop-opacity:0;"
- offset="1"
- id="stop4103" />
- </linearGradient>
- <linearGradient
- id="linearGradient4068">
- <stop
- style="stop-color:#eaeae9;stop-opacity:1;"
- offset="0"
- id="stop4070" />
- <stop
- style="stop-color:#a5a7a2;stop-opacity:1;"
- offset="1"
- id="stop4072" />
- </linearGradient>
- <linearGradient
- id="linearGradient3670"
- inkscape:collect="always">
- <stop
- id="stop3672"
- offset="0"
- style="stop-color:#d3d7cf" />
- <stop
- id="stop3674"
- offset="1"
- style="stop-color:#555753" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3670"
- id="radialGradient3634"
- cx="6.8797626"
- cy="7.1986876"
- fx="6.8797626"
- fy="7.1986876"
- r="9.375"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.240749,0,0,1.157631,-1.713645,-1.134736)" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3692">
- <stop
- style="stop-color:#2e3436;stop-opacity:1;"
- offset="0"
- id="stop3694" />
- <stop
- style="stop-color:#babdb6"
- offset="1"
- id="stop3696" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3692"
- id="linearGradient3698"
- x1="-0.51990569"
- y1="-0.51990569"
- x2="-0.51990569"
- y2="19.269905"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3628">
- <stop
- style="stop-color:#d3d7cf"
- offset="0"
- id="stop3630" />
- <stop
- style="stop-color:#555753"
- offset="1"
- id="stop3632" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3628"
- id="radialGradient3644"
- cx="12.704856"
- cy="13.847466"
- fx="12.704856"
- fy="13.847466"
- r="9.375"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(6.370852e-2,-1.424475,1.547293,6.92112e-2,-9.530629,30.98681)" />
- <linearGradient
- id="linearGradient3730"
- inkscape:collect="always">
- <stop
- id="stop3732"
- offset="0"
- style="stop-color:#eeeeec" />
- <stop
- id="stop3734"
- offset="1"
- style="stop-color:#888a85" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3730"
- id="radialGradient3728"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-0.310032,2.110862,-2.082775,-0.305867,17.75288,16.41459)"
- cx="-1.0016617"
- cy="0.99004257"
- fx="-1.0016617"
- fy="0.99004257"
- r="9.9205227" />
- <linearGradient
- id="linearGradient1557"
- inkscape:collect="always">
- <stop
- id="stop1559"
- offset="0"
- style="stop-color:#2e3436;stop-opacity:1;" />
- <stop
- id="stop1561"
- offset="1"
- style="stop-color:#888a85" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1557"
- id="linearGradient1549"
- x1="17.0625"
- y1="34.950001"
- x2="20.3125"
- y2="5.375"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3676">
- <stop
- style="stop-color:#eeeeec"
- offset="0"
- id="stop4022" />
- <stop
- style="stop-color:#555753"
- offset="1"
- id="stop3680" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3676"
- id="radialGradient3702"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-0.127582,1.416065,-1.630141,-0.146854,17.48751,15.56121)"
- cx="-1.0016617"
- cy="0.99004257"
- fx="-1.0016617"
- fy="0.99004257"
- r="9.9205227" />
- <linearGradient
- id="linearGradient3788">
- <stop
- style="stop-color:#cccdcb;stop-opacity:1;"
- offset="0"
- id="stop3790" />
- <stop
- style="stop-color:#888a85;stop-opacity:1;"
- offset="1"
- id="stop3792" />
- </linearGradient>
- <linearGradient
- id="linearGradient3674">
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="0"
- id="stop3676" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop3678" />
- </linearGradient>
- <linearGradient
- id="linearGradient3657">
- <stop
- style="stop-color:#fafafa;stop-opacity:1;"
- offset="0"
- id="stop3659" />
- <stop
- style="stop-color:#bfbfbf;stop-opacity:1;"
- offset="1"
- id="stop3661" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3609">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop3611" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop3613" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4608"
- id="linearGradient4585"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.339723,0,0,2.339723,-116.04972,4.376374)"
- x1="56.302975"
- y1="4.9369388"
- x2="56.609135"
- y2="8.6796741" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4608"
- id="linearGradient4641"
- x1="58.015995"
- y1="35.01503"
- x2="57.954308"
- y2="40.9986"
- gradientUnits="userSpaceOnUse"
- spreadMethod="reflect"
- gradientTransform="matrix(0.997993,0,0,1,-97.71685,-9.352993)" />
- <linearGradient
- id="linearGradient4608">
- <stop
- style="stop-color:#eeeeec"
- offset="0"
- id="stop4610" />
- <stop
- style="stop-color:#8a8c87;stop-opacity:1;"
- offset="1"
- id="stop4612" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3609"
- id="radialGradient3615"
- cx="6.4081554"
- cy="17.403807"
- fx="6.4081554"
- fy="17.403807"
- r="5.524272"
- gradientTransform="matrix(1,0,0,0.416,0,10.16382)"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3657"
- id="linearGradient3668"
- gradientUnits="userSpaceOnUse"
- x1="10.4375"
- y1="8.2899637"
- x2="10.4375"
- y2="18.984955"
- gradientTransform="translate(-64.70027,0)" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3674"
- id="radialGradient3680"
- cx="5.0822492"
- cy="12.516305"
- fx="5.0822492"
- fy="12.516305"
- r="2.9831069"
- gradientTransform="matrix(2.0170078,0,-1.9570578e-8,2.3384685,0.6285502,-1.712618)"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3788"
- id="linearGradient3794"
- x1="8.0536165"
- y1="11.030003"
- x2="10.4375"
- y2="11.030003"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-64.70027,0)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4068"
- id="linearGradient4095"
- gradientUnits="userSpaceOnUse"
- x1="7.5763841"
- y1="20.301662"
- x2="7.3215322"
- y2="27.345011" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4068"
- id="linearGradient4097"
- gradientUnits="userSpaceOnUse"
- x1="7.5763841"
- y1="20.301662"
- x2="7.3215322"
- y2="27.345011" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4099"
- id="linearGradient4105"
- x1="11.125889"
- y1="25.559732"
- x2="9.346509"
- y2="25.736509"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.7134766,0,0,1.7134766,-5.844493,-19.414512)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3281"
- id="linearGradient3287"
- x1="4.6831215"
- y1="24.665476"
- x2="8.3712559"
- y2="24.317278"
- gradientUnits="userSpaceOnUse" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient3504"
- cx="36.82843"
- cy="24.427677"
- fx="36.82843"
- fy="24.427671"
- r="1.2404949"
- gradientTransform="matrix(32.313054,-14.275864,12.619686,35.592614,-1476.0709,-312.91301)"
- gradientUnits="userSpaceOnUse" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient3506"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(43.968272,-19.425114,10.906929,30.761994,-1863.6997,-6.2189009)"
- cx="36.82843"
- cy="24.427683"
- fx="36.82843"
- fy="24.427683"
- r="1.2404949" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient3508"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(31.048208,-13.717057,12.125707,34.199395,-1418.48,-299.33636)"
- cx="36.82843"
- cy="24.427677"
- fx="36.82843"
- fy="24.427671"
- r="1.2404949" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3510"
- id="linearGradient3516"
- x1="9.485774"
- y1="22.107626"
- x2="7.378232"
- y2="22.637957"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.3219424,0,0,1.3219424,0.7364601,-9.731858)" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient6911"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(40.656591,0,0,26.213479,-1479.312,-616.32841)"
- cx="36.82843"
- cy="24.427683"
- fx="36.82843"
- fy="24.427683"
- r="1.2404949" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient6915"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(45.652831,0,0,29.434823,-1656.4105,-695.13758)"
- cx="36.82843"
- cy="24.427683"
- fx="36.82843"
- fy="24.427683"
- r="1.2404949" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient6919"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(23.065329,-10.190231,9.0080386,25.406308,-1055.1912,-210.45979)"
- cx="36.82843"
- cy="24.427677"
- fx="36.82843"
- fy="24.427671"
- r="1.2404949" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient6923"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(14.141994,-6.2479141,5.5230792,15.577314,-649.09211,-111.60048)"
- cx="36.82843"
- cy="24.427677"
- fx="36.82843"
- fy="24.427671"
- r="1.2404949" />
- </defs>
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="0.13333333"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="5.6568542"
- inkscape:cx="41.79292"
- inkscape:cy="29.76537"
- inkscape:current-layer="layer1"
- showgrid="false"
- inkscape:grid-bbox="true"
- inkscape:document-units="px"
- inkscape:showpageshadow="false"
- inkscape:window-width="978"
- inkscape:window-height="642"
- inkscape:window-x="20"
- inkscape:window-y="50"
- stroke="#3465a4"
- fill="#ef2929"
- showguides="true"
- inkscape:guide-bbox="true">
- <sodipodi:guide
- orientation="horizontal"
- position="-4.7729708"
- id="guide6153" />
- <sodipodi:guide
- orientation="horizontal"
- position="0.88388348"
- id="guide2256" />
- </sodipodi:namedview>
- <metadata
- id="metadata2571">
- <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>Volume - High</dc:title>
- <dc:creator>
- <cc:Agent>
- <dc:title>Jakub Steiner</dc:title>
- </cc:Agent>
- </dc:creator>
- <dc:contributor>
- <cc:Agent>
- <dc:title>Lapo Calamandrei</dc:title>
- </cc:Agent>
- </dc:contributor>
- <cc:license
- rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" />
- <dc:publisher>
- <cc:Agent>
- <dc:title>http://www.tango-project.org</dc:title>
- </cc:Agent>
- </dc:publisher>
- </cc:Work>
- <cc:License
- rdf:about="http://creativecommons.org/licenses/by-sa/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:requires
- rdf:resource="http://web.resource.org/cc/Attribution" />
- <cc:permits
- rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
- <cc:requires
- rdf:resource="http://web.resource.org/cc/ShareAlike" />
- </cc:License>
- </rdf:RDF>
- </metadata>
- <g
- id="layer1"
- inkscape:label="Layer 1"
- inkscape:groupmode="layer">
- <g
- style="opacity:0.5;stroke-width:0.20321889;stroke-miterlimit:4;stroke-dasharray:none"
- id="g4951"
- transform="matrix(1.4500307,0,0,1.9951694,-5.014883,-24.104868)">
- <path
- sodipodi:type="arc"
- style="opacity:0.42857145;color:#000000;fill:url(#radialGradient3615);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.07868898;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"
- id="path3607"
- sodipodi:cx="6.4081554"
- sodipodi:cy="17.403807"
- sodipodi:rx="5.524272"
- sodipodi:ry="2.2980971"
- d="M 11.932427 17.403807 A 5.524272 2.2980971 0 1 1 0.88388348,17.403807 A 5.524272 2.2980971 0 1 1 11.932427 17.403807 z"
- transform="matrix(2.6455674,0,0,2.5210502,-0.5794078,-13.379605)" />
- <g
- style="stroke-width:0.20321889;stroke-miterlimit:4;stroke-dasharray:none"
- id="g3963">
- <g
- style="stroke-width:0.201727;stroke-miterlimit:4;stroke-dasharray:none"
- transform="matrix(1.1816839,0,0,0.8588133,3.7081077e-2,3.1760717)"
- id="g4090">
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:url(#linearGradient4095);fill-opacity:1;fill-rule:nonzero;stroke:#5d615f;stroke-width:0.15111277;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"
- id="path4076"
- sodipodi:cx="8.7504463"
- sodipodi:cy="24.665476"
- sodipodi:rx="3.6239223"
- sodipodi:ry="6.3639612"
- d="M 12.374369 24.665476 A 3.6239223 6.3639612 0 1 1 5.126524,24.665476 A 3.6239223 6.3639612 0 1 1 12.374369 24.665476 z"
- transform="matrix(1.415965,0,0,1.258558,-2.667614,-6.200669)" />
- <path
- transform="matrix(1.154526,0,0,1.154526,-0.379902,-3.63468)"
- d="M 12.374369 24.665476 A 3.6239223 6.3639612 0 1 1 5.126524,24.665476 A 3.6239223 6.3639612 0 1 1 12.374369 24.665476 z"
- sodipodi:ry="6.3639612"
- sodipodi:rx="3.6239223"
- sodipodi:cy="24.665476"
- sodipodi:cx="8.7504463"
- id="path4060"
- style="opacity:1;color:#000000;fill:url(#linearGradient4097);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.17472713;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"
- sodipodi:type="arc" />
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:#93958f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.18655021;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"
- id="path4058"
- sodipodi:cx="8.7504463"
- sodipodi:cy="24.665476"
- sodipodi:rx="3.6239223"
- sodipodi:ry="6.3639612"
- d="M 12.374369 24.665476 A 3.6239223 6.3639612 0 1 1 5.126524,24.665476 A 3.6239223 6.3639612 0 1 1 12.374369 24.665476 z"
- transform="matrix(1.081355,0,0,1.081355,1.232653,-1.829889)" />
- <path
- transform="matrix(1.1807,0,0,1.076971,-0.608944,-1.721744)"
- d="M 12.374369 24.665476 A 3.6239223 6.3639612 0 1 1 5.126524,24.665476 A 3.6239223 6.3639612 0 1 1 12.374369 24.665476 z"
- sodipodi:ry="6.3639612"
- sodipodi:rx="3.6239223"
- sodipodi:cy="24.665476"
- sodipodi:cx="8.7504463"
- id="path3279"
- style="opacity:0.39560439;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3287);stroke-width:0.17889255;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"
- sodipodi:type="arc" />
- </g>
- <path
- transform="matrix(0.6896406,0,0,0.5012106,3.3365544,12.906831)"
- sodipodi:nodetypes="ccccc"
- id="path4542"
- d="M 13.269373,14.383822 L 22.641531,6.28797 L 22.338628,39.446044 L 12.815018,32.142237 C 9.4830863,29.416108 8.8772802,17.2614 13.269373,14.383822 z "
- style="color:#000000;fill:url(#linearGradient4585);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4105);stroke-width:0.34565476;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
- <path
- transform="matrix(0.6896406,0,0,0.5012106,3.3365544,12.906831)"
- sodipodi:nodetypes="ccccc"
- id="path4544"
- d="M 10.701725,19.334289 L 16.062156,15.316878 L 15.729537,19.991364 L 10.490058,20.865163 L 10.701725,19.334289 z "
- style="color:#000000;fill:url(#linearGradient3516);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.34565476;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
- <path
- transform="matrix(0.6896406,0,0,0.5012106,3.3365544,12.906831)"
- sodipodi:nodetypes="ccccc"
- id="path3672"
- d="M 11.581036,30.41709 L 17.451524,35.134232 L 16.715434,31.924697 L 10.797884,28.61622 L 11.581036,30.41709 z "
- style="opacity:0.7692308;color:#000000;fill:url(#radialGradient3680);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.34565476;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
- <path
- style="opacity:1;color:#000000;fill:url(#radialGradient3702);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient1549);stroke-width:0.20321889;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- d="M 23.75,14 C 21.81001,14.049168 20.013366,14.683436 18.5,15.6875 C 18.13319,15.264088 17.60375,15 17,15 C 16.9655,15 16.912662,15.000854 16.875,15 C 16.847007,14.9998 16.806453,14.997438 16.78125,15 C 15.773145,15.102481 15,15.965001 15,17 C 15,17.60375 15.264088,18.13319 15.6875,18.5 C 14.639107,20.080181 14,21.962011 14,24 C 14,26.033681 14.611921,27.921829 15.65625,29.5 C 15.243427,29.869532 15,30.401641 15,31 C 15,32.104 15.896,33.000001 17,33 C 17.60375,33 18.13319,32.735911 18.5,32.3125 C 20.080181,33.360893 21.962011,34 24,34 C 26.03799,34 27.919819,33.360893 29.5,32.3125 C 29.86681,32.735912 30.396251,33.000001 31,33 C 32.103999,33 33,32.104001 33,31 C 33,30.39625 32.735912,29.86681 32.3125,29.5 C 33.360893,27.919819 34,26.03799 34,24 C 34,21.962011 33.360893,20.080181 32.3125,18.5 C 32.735912,18.13319 33,17.60375 33,17 C 33,15.896 32.103999,15 31,15 C 30.9655,15 30.912662,15.000854 30.875,15 C 30.847007,14.9998 30.806453,14.997438 30.78125,15 C 30.2771
98,15.05124 29.819299,15.298435 29.5,15.65625 C 29.493313,15.651825 29.475448,15.660659 29.46875,15.65625 C 27.894622,14.620029 26.025064,14 24,14 C 23.913827,14 23.835651,13.997829 23.75,14 z "
- id="path3726"
- sodipodi:nodetypes="ccsssscscsscscsscscsssssssc" />
- <path
- style="opacity:1;color:#000000;fill:url(#radialGradient3728);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20321889;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- d="M 23.75,14 C 21.81001,14.049168 20.013366,14.683436 18.5,15.6875 C 18.13319,15.264088 17.60375,15 17,15 C 16.9655,15 16.912662,15.000854 16.875,15 C 16.847007,14.9998 16.806453,14.997438 16.78125,15 C 15.773145,15.102481 15,15.965001 15,17 C 15,17.60375 15.264088,18.13319 15.6875,18.5 C 14.639107,20.080181 14,21.962011 14,24 C 14,26.033681 14.611921,27.921829 15.65625,29.5 C 15.243427,29.869532 15,30.401641 15,31 C 15,32.104 15.896,33.000001 17,33 C 17.60375,33 18.13319,32.735911 18.5,32.3125 C 20.080181,33.360893 21.962011,34 24,34 C 26.03799,34 27.919819,33.360893 29.5,32.3125 C 29.86681,32.735912 30.396251,33.000001 31,33 C 32.103999,33 33,32.104001 33,31 C 33,30.39625 32.735912,29.86681 32.3125,29.5 C 33.360893,27.919819 34,26.03799 34,24 C 34,21.962011 33.360893,20.080181 32.3125,18.5 C 32.735912,18.13319 33,17.60375 33,17 C 33,15.896 32.103999,15 31,15 C 30.9655,15 30.912662,15.000854 30.875,15 C 30.847007,14.9998 30.806453,14.997438 30.78125,15 C 30.2771
98,15.05124 29.819299,15.298435 29.5,15.65625 C 29.493313,15.651825 29.475448,15.660659 29.46875,15.65625 C 27.894622,14.620029 26.025064,14 24,14 C 23.913827,14 23.835651,13.997829 23.75,14 z "
- id="path3507"
- sodipodi:nodetypes="ccsssscscsscscsscscsssssssc" />
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:url(#radialGradient3644);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3698);stroke-width:0.23129642;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- id="path3636"
- sodipodi:cx="9.375"
- sodipodi:cy="9.375"
- sodipodi:rx="9.375"
- sodipodi:ry="9.375"
- d="M 18.75 9.375 A 9.375 9.375 0 1 1 0,9.375 A 9.375 9.375 0 1 1 18.75 9.375 z"
- transform="matrix(0.846982,0,0,0.911415,16.71027,15.44956)" />
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:url(#radialGradient3634);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.59278226;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- id="path3519"
- sodipodi:cx="9.375"
- sodipodi:cy="9.375"
- sodipodi:rx="9.375"
- sodipodi:ry="9.375"
- d="M 18.75 9.375 A 9.375 9.375 0 1 1 0,9.375 A 9.375 9.375 0 1 1 18.75 9.375 z"
- transform="matrix(0.367272,0,0,0.32,18.56254,21.125)" />
- <path
- transform="matrix(1.3125,0,0,1.3125,-4.657679,-5.09375)"
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.15483344;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- id="path3718"
- sodipodi:cx="16.5"
- sodipodi:cy="16.5"
- sodipodi:rx="0.5"
- sodipodi:ry="0.5"
- d="M 17 16.5 A 0.5 0.5 0 1 1 16,16.5 A 0.5 0.5 0 1 1 17 16.5 z" />
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20321889;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- id="path3720"
- sodipodi:cx="16.5"
- sodipodi:cy="16.5"
- sodipodi:rx="0.5"
- sodipodi:ry="0.5"
- d="M 17 16.5 A 0.5 0.5 0 1 1 16,16.5 A 0.5 0.5 0 1 1 17 16.5 z"
- transform="translate(15.22159,0.25)" />
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20321889;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- id="path3722"
- sodipodi:cx="16.5"
- sodipodi:cy="16.5"
- sodipodi:rx="0.5"
- sodipodi:ry="0.5"
- d="M 17 16.5 A 0.5 0.5 0 1 1 16,16.5 A 0.5 0.5 0 1 1 17 16.5 z"
- transform="translate(15.22159,14.96875)" />
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.14779556;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- id="path3724"
- sodipodi:cx="16.5"
- sodipodi:cy="16.5"
- sodipodi:rx="0.5"
- sodipodi:ry="0.5"
- d="M 17 16.5 A 0.5 0.5 0 1 1 16,16.5 A 0.5 0.5 0 1 1 17 16.5 z"
- transform="matrix(1.375,0,0,1.375,-5.688929,8.8125)" />
- </g>
- </g>
- <path
- style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#radialGradient6919);stroke-width:4.54232788;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- d="M 16.459372,45.07512 C 17.161073,41.903076 16.918382,38.052827 15.589107,34.303732 C 14.259834,30.554638 12.076273,27.561861 9.6199099,25.785043"
- id="path6917"
- sodipodi:nodetypes="csc" />
- <path
- sodipodi:nodetypes="csc"
- id="path6921"
- d="M 7.9666454,45.07512 C 8.3968784,43.130244 8.2480765,40.769553 7.4330612,38.470878 C 6.618047,36.172205 5.2792455,34.337246 3.7731799,33.247834"
- style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#radialGradient6923);stroke-width:4.54232788;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
- </g>
-</svg>
diff --git a/icons/scalable/xfce4-mixer-volume-low.svg b/icons/scalable/xfce4-mixer-volume-low.svg
deleted file mode 100644
index 56ede4b..0000000
--- a/icons/scalable/xfce4-mixer-volume-low.svg
+++ /dev/null
@@ -1,697 +0,0 @@
-<?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="svg2566"
- sodipodi:version="0.32"
- inkscape:version="0.45.1"
- version="1.0"
- sodipodi:docbase="/home/jannis/xfce/xfce4-mixer.git/icons/scalable"
- sodipodi:docname="audio-volume-01.svg"
- inkscape:output_extension="org.inkscape.output.svg.inkscape">
- <defs
- id="defs2568">
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3510">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop3512" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop3514" />
- </linearGradient>
- <linearGradient
- id="linearGradient3498">
- <stop
- style="stop-color:#437bc4;stop-opacity:1;"
- offset="0"
- id="stop3500" />
- <stop
- style="stop-color:#4f85c7;stop-opacity:1;"
- offset="1"
- id="stop3502" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3281">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop3283" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop3285" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient4099">
- <stop
- style="stop-color:#6f726f;stop-opacity:1;"
- offset="0"
- id="stop4101" />
- <stop
- style="stop-color:#6f726f;stop-opacity:0;"
- offset="1"
- id="stop4103" />
- </linearGradient>
- <linearGradient
- id="linearGradient4068">
- <stop
- style="stop-color:#eaeae9;stop-opacity:1;"
- offset="0"
- id="stop4070" />
- <stop
- style="stop-color:#a5a7a2;stop-opacity:1;"
- offset="1"
- id="stop4072" />
- </linearGradient>
- <linearGradient
- id="linearGradient3670"
- inkscape:collect="always">
- <stop
- id="stop3672"
- offset="0"
- style="stop-color:#d3d7cf" />
- <stop
- id="stop3674"
- offset="1"
- style="stop-color:#555753" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3670"
- id="radialGradient3634"
- cx="6.8797626"
- cy="7.1986876"
- fx="6.8797626"
- fy="7.1986876"
- r="9.375"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.240749,0,0,1.157631,-1.713645,-1.134736)" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3692">
- <stop
- style="stop-color:#2e3436;stop-opacity:1;"
- offset="0"
- id="stop3694" />
- <stop
- style="stop-color:#babdb6"
- offset="1"
- id="stop3696" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3692"
- id="linearGradient3698"
- x1="-0.51990569"
- y1="-0.51990569"
- x2="-0.51990569"
- y2="19.269905"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3628">
- <stop
- style="stop-color:#d3d7cf"
- offset="0"
- id="stop3630" />
- <stop
- style="stop-color:#555753"
- offset="1"
- id="stop3632" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3628"
- id="radialGradient3644"
- cx="12.704856"
- cy="13.847466"
- fx="12.704856"
- fy="13.847466"
- r="9.375"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(6.370852e-2,-1.424475,1.547293,6.92112e-2,-9.530629,30.98681)" />
- <linearGradient
- id="linearGradient3730"
- inkscape:collect="always">
- <stop
- id="stop3732"
- offset="0"
- style="stop-color:#eeeeec" />
- <stop
- id="stop3734"
- offset="1"
- style="stop-color:#888a85" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3730"
- id="radialGradient3728"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-0.310032,2.110862,-2.082775,-0.305867,17.75288,16.41459)"
- cx="-1.0016617"
- cy="0.99004257"
- fx="-1.0016617"
- fy="0.99004257"
- r="9.9205227" />
- <linearGradient
- id="linearGradient1557"
- inkscape:collect="always">
- <stop
- id="stop1559"
- offset="0"
- style="stop-color:#2e3436;stop-opacity:1;" />
- <stop
- id="stop1561"
- offset="1"
- style="stop-color:#888a85" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1557"
- id="linearGradient1549"
- x1="17.0625"
- y1="34.950001"
- x2="20.3125"
- y2="5.375"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3676">
- <stop
- style="stop-color:#eeeeec"
- offset="0"
- id="stop4022" />
- <stop
- style="stop-color:#555753"
- offset="1"
- id="stop3680" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3676"
- id="radialGradient3702"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-0.127582,1.416065,-1.630141,-0.146854,17.48751,15.56121)"
- cx="-1.0016617"
- cy="0.99004257"
- fx="-1.0016617"
- fy="0.99004257"
- r="9.9205227" />
- <linearGradient
- id="linearGradient3788">
- <stop
- style="stop-color:#cccdcb;stop-opacity:1;"
- offset="0"
- id="stop3790" />
- <stop
- style="stop-color:#888a85;stop-opacity:1;"
- offset="1"
- id="stop3792" />
- </linearGradient>
- <linearGradient
- id="linearGradient3674">
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="0"
- id="stop3676" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop3678" />
- </linearGradient>
- <linearGradient
- id="linearGradient3657">
- <stop
- style="stop-color:#fafafa;stop-opacity:1;"
- offset="0"
- id="stop3659" />
- <stop
- style="stop-color:#bfbfbf;stop-opacity:1;"
- offset="1"
- id="stop3661" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3609">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop3611" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop3613" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4608"
- id="linearGradient4585"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.339723,0,0,2.339723,-116.04972,4.376374)"
- x1="56.302975"
- y1="4.9369388"
- x2="56.609135"
- y2="8.6796741" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4608"
- id="linearGradient4641"
- x1="58.015995"
- y1="35.01503"
- x2="57.954308"
- y2="40.9986"
- gradientUnits="userSpaceOnUse"
- spreadMethod="reflect"
- gradientTransform="matrix(0.997993,0,0,1,-97.71685,-9.352993)" />
- <linearGradient
- id="linearGradient4608">
- <stop
- style="stop-color:#eeeeec"
- offset="0"
- id="stop4610" />
- <stop
- style="stop-color:#8a8c87;stop-opacity:1;"
- offset="1"
- id="stop4612" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3609"
- id="radialGradient3615"
- cx="6.4081554"
- cy="17.403807"
- fx="6.4081554"
- fy="17.403807"
- r="5.524272"
- gradientTransform="matrix(1,0,0,0.416,0,10.16382)"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3657"
- id="linearGradient3668"
- gradientUnits="userSpaceOnUse"
- x1="10.4375"
- y1="8.2899637"
- x2="10.4375"
- y2="18.984955"
- gradientTransform="translate(-64.70027,0)" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3674"
- id="radialGradient3680"
- cx="5.0822492"
- cy="12.516305"
- fx="5.0822492"
- fy="12.516305"
- r="2.9831069"
- gradientTransform="matrix(2.0170078,0,-1.9570578e-8,2.3384685,0.6285502,-1.712618)"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3788"
- id="linearGradient3794"
- x1="8.0536165"
- y1="11.030003"
- x2="10.4375"
- y2="11.030003"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-64.70027,0)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4068"
- id="linearGradient4095"
- gradientUnits="userSpaceOnUse"
- x1="7.5763841"
- y1="20.301662"
- x2="7.3215322"
- y2="27.345011" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4068"
- id="linearGradient4097"
- gradientUnits="userSpaceOnUse"
- x1="7.5763841"
- y1="20.301662"
- x2="7.3215322"
- y2="27.345011" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4099"
- id="linearGradient4105"
- x1="11.125889"
- y1="25.559732"
- x2="9.346509"
- y2="25.736509"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.7134766,0,0,1.7134766,-5.844493,-19.414512)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3281"
- id="linearGradient3287"
- x1="4.6831215"
- y1="24.665476"
- x2="8.3712559"
- y2="24.317278"
- gradientUnits="userSpaceOnUse" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient3504"
- cx="36.82843"
- cy="24.427677"
- fx="36.82843"
- fy="24.427671"
- r="1.2404949"
- gradientTransform="matrix(32.313054,-14.275864,12.619686,35.592614,-1476.0709,-312.91301)"
- gradientUnits="userSpaceOnUse" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient3506"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(43.968272,-19.425114,10.906929,30.761994,-1863.6997,-6.2189009)"
- cx="36.82843"
- cy="24.427683"
- fx="36.82843"
- fy="24.427683"
- r="1.2404949" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient3508"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(31.048208,-13.717057,12.125707,34.199395,-1418.48,-299.33636)"
- cx="36.82843"
- cy="24.427677"
- fx="36.82843"
- fy="24.427671"
- r="1.2404949" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3510"
- id="linearGradient3516"
- x1="9.485774"
- y1="22.107626"
- x2="7.378232"
- y2="22.637957"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.3219424,0,0,1.3219424,0.7364601,-9.731858)" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient6911"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(40.656591,0,0,26.213479,-1479.312,-616.32841)"
- cx="36.82843"
- cy="24.427683"
- fx="36.82843"
- fy="24.427683"
- r="1.2404949" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient6915"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(45.652831,0,0,29.434823,-1656.4105,-695.13758)"
- cx="36.82843"
- cy="24.427683"
- fx="36.82843"
- fy="24.427683"
- r="1.2404949" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient6919"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(23.065329,-10.190231,9.0080386,25.406308,-1055.1912,-210.45979)"
- cx="36.82843"
- cy="24.427677"
- fx="36.82843"
- fy="24.427671"
- r="1.2404949" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient6923"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(14.141994,-6.2479141,5.5230792,15.577314,-649.09211,-111.60048)"
- cx="36.82843"
- cy="24.427677"
- fx="36.82843"
- fy="24.427671"
- r="1.2404949" />
- </defs>
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="0.13333333"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="5.6568542"
- inkscape:cx="41.79292"
- inkscape:cy="29.76537"
- inkscape:current-layer="layer1"
- showgrid="false"
- inkscape:grid-bbox="true"
- inkscape:document-units="px"
- inkscape:showpageshadow="false"
- inkscape:window-width="978"
- inkscape:window-height="642"
- inkscape:window-x="20"
- inkscape:window-y="50"
- stroke="#3465a4"
- fill="#ef2929"
- showguides="true"
- inkscape:guide-bbox="true">
- <sodipodi:guide
- orientation="horizontal"
- position="-4.7729708"
- id="guide6153" />
- <sodipodi:guide
- orientation="horizontal"
- position="0.88388348"
- id="guide2256" />
- </sodipodi:namedview>
- <metadata
- id="metadata2571">
- <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>Volume - High</dc:title>
- <dc:creator>
- <cc:Agent>
- <dc:title>Jakub Steiner</dc:title>
- </cc:Agent>
- </dc:creator>
- <dc:contributor>
- <cc:Agent>
- <dc:title>Lapo Calamandrei</dc:title>
- </cc:Agent>
- </dc:contributor>
- <cc:license
- rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" />
- <dc:publisher>
- <cc:Agent>
- <dc:title>http://www.tango-project.org</dc:title>
- </cc:Agent>
- </dc:publisher>
- </cc:Work>
- <cc:License
- rdf:about="http://creativecommons.org/licenses/by-sa/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:requires
- rdf:resource="http://web.resource.org/cc/Attribution" />
- <cc:permits
- rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
- <cc:requires
- rdf:resource="http://web.resource.org/cc/ShareAlike" />
- </cc:License>
- </rdf:RDF>
- </metadata>
- <g
- id="layer1"
- inkscape:label="Layer 1"
- inkscape:groupmode="layer">
- <g
- style="opacity:0.5;stroke-width:0.20321889;stroke-miterlimit:4;stroke-dasharray:none"
- id="g4951"
- transform="matrix(1.4500307,0,0,1.9951694,-5.014883,-24.104868)">
- <path
- sodipodi:type="arc"
- style="opacity:0.42857145;color:#000000;fill:url(#radialGradient3615);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.07868898;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"
- id="path3607"
- sodipodi:cx="6.4081554"
- sodipodi:cy="17.403807"
- sodipodi:rx="5.524272"
- sodipodi:ry="2.2980971"
- d="M 11.932427 17.403807 A 5.524272 2.2980971 0 1 1 0.88388348,17.403807 A 5.524272 2.2980971 0 1 1 11.932427 17.403807 z"
- transform="matrix(2.6455674,0,0,2.5210502,-0.5794078,-13.379605)" />
- <g
- style="stroke-width:0.20321889;stroke-miterlimit:4;stroke-dasharray:none"
- id="g3963">
- <g
- style="stroke-width:0.201727;stroke-miterlimit:4;stroke-dasharray:none"
- transform="matrix(1.1816839,0,0,0.8588133,3.7081077e-2,3.1760717)"
- id="g4090">
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:url(#linearGradient4095);fill-opacity:1;fill-rule:nonzero;stroke:#5d615f;stroke-width:0.15111277;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"
- id="path4076"
- sodipodi:cx="8.7504463"
- sodipodi:cy="24.665476"
- sodipodi:rx="3.6239223"
- sodipodi:ry="6.3639612"
- d="M 12.374369 24.665476 A 3.6239223 6.3639612 0 1 1 5.126524,24.665476 A 3.6239223 6.3639612 0 1 1 12.374369 24.665476 z"
- transform="matrix(1.415965,0,0,1.258558,-2.667614,-6.200669)" />
- <path
- transform="matrix(1.154526,0,0,1.154526,-0.379902,-3.63468)"
- d="M 12.374369 24.665476 A 3.6239223 6.3639612 0 1 1 5.126524,24.665476 A 3.6239223 6.3639612 0 1 1 12.374369 24.665476 z"
- sodipodi:ry="6.3639612"
- sodipodi:rx="3.6239223"
- sodipodi:cy="24.665476"
- sodipodi:cx="8.7504463"
- id="path4060"
- style="opacity:1;color:#000000;fill:url(#linearGradient4097);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.17472713;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"
- sodipodi:type="arc" />
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:#93958f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.18655021;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"
- id="path4058"
- sodipodi:cx="8.7504463"
- sodipodi:cy="24.665476"
- sodipodi:rx="3.6239223"
- sodipodi:ry="6.3639612"
- d="M 12.374369 24.665476 A 3.6239223 6.3639612 0 1 1 5.126524,24.665476 A 3.6239223 6.3639612 0 1 1 12.374369 24.665476 z"
- transform="matrix(1.081355,0,0,1.081355,1.232653,-1.829889)" />
- <path
- transform="matrix(1.1807,0,0,1.076971,-0.608944,-1.721744)"
- d="M 12.374369 24.665476 A 3.6239223 6.3639612 0 1 1 5.126524,24.665476 A 3.6239223 6.3639612 0 1 1 12.374369 24.665476 z"
- sodipodi:ry="6.3639612"
- sodipodi:rx="3.6239223"
- sodipodi:cy="24.665476"
- sodipodi:cx="8.7504463"
- id="path3279"
- style="opacity:0.39560439;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3287);stroke-width:0.17889255;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"
- sodipodi:type="arc" />
- </g>
- <path
- transform="matrix(0.6896406,0,0,0.5012106,3.3365544,12.906831)"
- sodipodi:nodetypes="ccccc"
- id="path4542"
- d="M 13.269373,14.383822 L 22.641531,6.28797 L 22.338628,39.446044 L 12.815018,32.142237 C 9.4830863,29.416108 8.8772802,17.2614 13.269373,14.383822 z "
- style="color:#000000;fill:url(#linearGradient4585);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4105);stroke-width:0.34565476;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
- <path
- transform="matrix(0.6896406,0,0,0.5012106,3.3365544,12.906831)"
- sodipodi:nodetypes="ccccc"
- id="path4544"
- d="M 10.701725,19.334289 L 16.062156,15.316878 L 15.729537,19.991364 L 10.490058,20.865163 L 10.701725,19.334289 z "
- style="color:#000000;fill:url(#linearGradient3516);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.34565476;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
- <path
- transform="matrix(0.6896406,0,0,0.5012106,3.3365544,12.906831)"
- sodipodi:nodetypes="ccccc"
- id="path3672"
- d="M 11.581036,30.41709 L 17.451524,35.134232 L 16.715434,31.924697 L 10.797884,28.61622 L 11.581036,30.41709 z "
- style="opacity:0.7692308;color:#000000;fill:url(#radialGradient3680);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.34565476;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
- <path
- style="opacity:1;color:#000000;fill:url(#radialGradient3702);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient1549);stroke-width:0.20321889;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- d="M 23.75,14 C 21.81001,14.049168 20.013366,14.683436 18.5,15.6875 C 18.13319,15.264088 17.60375,15 17,15 C 16.9655,15 16.912662,15.000854 16.875,15 C 16.847007,14.9998 16.806453,14.997438 16.78125,15 C 15.773145,15.102481 15,15.965001 15,17 C 15,17.60375 15.264088,18.13319 15.6875,18.5 C 14.639107,20.080181 14,21.962011 14,24 C 14,26.033681 14.611921,27.921829 15.65625,29.5 C 15.243427,29.869532 15,30.401641 15,31 C 15,32.104 15.896,33.000001 17,33 C 17.60375,33 18.13319,32.735911 18.5,32.3125 C 20.080181,33.360893 21.962011,34 24,34 C 26.03799,34 27.919819,33.360893 29.5,32.3125 C 29.86681,32.735912 30.396251,33.000001 31,33 C 32.103999,33 33,32.104001 33,31 C 33,30.39625 32.735912,29.86681 32.3125,29.5 C 33.360893,27.919819 34,26.03799 34,24 C 34,21.962011 33.360893,20.080181 32.3125,18.5 C 32.735912,18.13319 33,17.60375 33,17 C 33,15.896 32.103999,15 31,15 C 30.9655,15 30.912662,15.000854 30.875,15 C 30.847007,14.9998 30.806453,14.997438 30.78125,15 C 30.2771
98,15.05124 29.819299,15.298435 29.5,15.65625 C 29.493313,15.651825 29.475448,15.660659 29.46875,15.65625 C 27.894622,14.620029 26.025064,14 24,14 C 23.913827,14 23.835651,13.997829 23.75,14 z "
- id="path3726"
- sodipodi:nodetypes="ccsssscscsscscsscscsssssssc" />
- <path
- style="opacity:1;color:#000000;fill:url(#radialGradient3728);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20321889;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- d="M 23.75,14 C 21.81001,14.049168 20.013366,14.683436 18.5,15.6875 C 18.13319,15.264088 17.60375,15 17,15 C 16.9655,15 16.912662,15.000854 16.875,15 C 16.847007,14.9998 16.806453,14.997438 16.78125,15 C 15.773145,15.102481 15,15.965001 15,17 C 15,17.60375 15.264088,18.13319 15.6875,18.5 C 14.639107,20.080181 14,21.962011 14,24 C 14,26.033681 14.611921,27.921829 15.65625,29.5 C 15.243427,29.869532 15,30.401641 15,31 C 15,32.104 15.896,33.000001 17,33 C 17.60375,33 18.13319,32.735911 18.5,32.3125 C 20.080181,33.360893 21.962011,34 24,34 C 26.03799,34 27.919819,33.360893 29.5,32.3125 C 29.86681,32.735912 30.396251,33.000001 31,33 C 32.103999,33 33,32.104001 33,31 C 33,30.39625 32.735912,29.86681 32.3125,29.5 C 33.360893,27.919819 34,26.03799 34,24 C 34,21.962011 33.360893,20.080181 32.3125,18.5 C 32.735912,18.13319 33,17.60375 33,17 C 33,15.896 32.103999,15 31,15 C 30.9655,15 30.912662,15.000854 30.875,15 C 30.847007,14.9998 30.806453,14.997438 30.78125,15 C 30.2771
98,15.05124 29.819299,15.298435 29.5,15.65625 C 29.493313,15.651825 29.475448,15.660659 29.46875,15.65625 C 27.894622,14.620029 26.025064,14 24,14 C 23.913827,14 23.835651,13.997829 23.75,14 z "
- id="path3507"
- sodipodi:nodetypes="ccsssscscsscscsscscsssssssc" />
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:url(#radialGradient3644);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3698);stroke-width:0.23129642;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- id="path3636"
- sodipodi:cx="9.375"
- sodipodi:cy="9.375"
- sodipodi:rx="9.375"
- sodipodi:ry="9.375"
- d="M 18.75 9.375 A 9.375 9.375 0 1 1 0,9.375 A 9.375 9.375 0 1 1 18.75 9.375 z"
- transform="matrix(0.846982,0,0,0.911415,16.71027,15.44956)" />
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:url(#radialGradient3634);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.59278226;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- id="path3519"
- sodipodi:cx="9.375"
- sodipodi:cy="9.375"
- sodipodi:rx="9.375"
- sodipodi:ry="9.375"
- d="M 18.75 9.375 A 9.375 9.375 0 1 1 0,9.375 A 9.375 9.375 0 1 1 18.75 9.375 z"
- transform="matrix(0.367272,0,0,0.32,18.56254,21.125)" />
- <path
- transform="matrix(1.3125,0,0,1.3125,-4.657679,-5.09375)"
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.15483344;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- id="path3718"
- sodipodi:cx="16.5"
- sodipodi:cy="16.5"
- sodipodi:rx="0.5"
- sodipodi:ry="0.5"
- d="M 17 16.5 A 0.5 0.5 0 1 1 16,16.5 A 0.5 0.5 0 1 1 17 16.5 z" />
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20321889;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- id="path3720"
- sodipodi:cx="16.5"
- sodipodi:cy="16.5"
- sodipodi:rx="0.5"
- sodipodi:ry="0.5"
- d="M 17 16.5 A 0.5 0.5 0 1 1 16,16.5 A 0.5 0.5 0 1 1 17 16.5 z"
- transform="translate(15.22159,0.25)" />
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20321889;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- id="path3722"
- sodipodi:cx="16.5"
- sodipodi:cy="16.5"
- sodipodi:rx="0.5"
- sodipodi:ry="0.5"
- d="M 17 16.5 A 0.5 0.5 0 1 1 16,16.5 A 0.5 0.5 0 1 1 17 16.5 z"
- transform="translate(15.22159,14.96875)" />
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.14779556;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- id="path3724"
- sodipodi:cx="16.5"
- sodipodi:cy="16.5"
- sodipodi:rx="0.5"
- sodipodi:ry="0.5"
- d="M 17 16.5 A 0.5 0.5 0 1 1 16,16.5 A 0.5 0.5 0 1 1 17 16.5 z"
- transform="matrix(1.375,0,0,1.375,-5.688929,8.8125)" />
- </g>
- </g>
- <path
- sodipodi:nodetypes="csc"
- id="path6921"
- d="M 7.9666454,45.07512 C 8.3968784,43.130244 8.2480765,40.769553 7.4330612,38.470878 C 6.618047,36.172205 5.2792455,34.337246 3.7731799,33.247834"
- style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#radialGradient6923);stroke-width:4.54232788;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
- </g>
-</svg>
diff --git a/icons/scalable/xfce4-mixer-volume-medium.svg b/icons/scalable/xfce4-mixer-volume-medium.svg
deleted file mode 100644
index c493e8e..0000000
--- a/icons/scalable/xfce4-mixer-volume-medium.svg
+++ /dev/null
@@ -1,707 +0,0 @@
-<?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="svg2566"
- sodipodi:version="0.32"
- inkscape:version="0.45.1"
- version="1.0"
- sodipodi:docbase="/home/jannis/xfce/xfce4-mixer.git/icons/scalable"
- sodipodi:docname="audio-volume-03.svg"
- inkscape:output_extension="org.inkscape.output.svg.inkscape">
- <defs
- id="defs2568">
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3510">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop3512" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop3514" />
- </linearGradient>
- <linearGradient
- id="linearGradient3498">
- <stop
- style="stop-color:#437bc4;stop-opacity:1;"
- offset="0"
- id="stop3500" />
- <stop
- style="stop-color:#4f85c7;stop-opacity:1;"
- offset="1"
- id="stop3502" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3281">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop3283" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop3285" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient4099">
- <stop
- style="stop-color:#6f726f;stop-opacity:1;"
- offset="0"
- id="stop4101" />
- <stop
- style="stop-color:#6f726f;stop-opacity:0;"
- offset="1"
- id="stop4103" />
- </linearGradient>
- <linearGradient
- id="linearGradient4068">
- <stop
- style="stop-color:#eaeae9;stop-opacity:1;"
- offset="0"
- id="stop4070" />
- <stop
- style="stop-color:#a5a7a2;stop-opacity:1;"
- offset="1"
- id="stop4072" />
- </linearGradient>
- <linearGradient
- id="linearGradient3670"
- inkscape:collect="always">
- <stop
- id="stop3672"
- offset="0"
- style="stop-color:#d3d7cf" />
- <stop
- id="stop3674"
- offset="1"
- style="stop-color:#555753" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3670"
- id="radialGradient3634"
- cx="6.8797626"
- cy="7.1986876"
- fx="6.8797626"
- fy="7.1986876"
- r="9.375"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.240749,0,0,1.157631,-1.713645,-1.134736)" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3692">
- <stop
- style="stop-color:#2e3436;stop-opacity:1;"
- offset="0"
- id="stop3694" />
- <stop
- style="stop-color:#babdb6"
- offset="1"
- id="stop3696" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3692"
- id="linearGradient3698"
- x1="-0.51990569"
- y1="-0.51990569"
- x2="-0.51990569"
- y2="19.269905"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3628">
- <stop
- style="stop-color:#d3d7cf"
- offset="0"
- id="stop3630" />
- <stop
- style="stop-color:#555753"
- offset="1"
- id="stop3632" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3628"
- id="radialGradient3644"
- cx="12.704856"
- cy="13.847466"
- fx="12.704856"
- fy="13.847466"
- r="9.375"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(6.370852e-2,-1.424475,1.547293,6.92112e-2,-9.530629,30.98681)" />
- <linearGradient
- id="linearGradient3730"
- inkscape:collect="always">
- <stop
- id="stop3732"
- offset="0"
- style="stop-color:#eeeeec" />
- <stop
- id="stop3734"
- offset="1"
- style="stop-color:#888a85" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3730"
- id="radialGradient3728"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-0.310032,2.110862,-2.082775,-0.305867,17.75288,16.41459)"
- cx="-1.0016617"
- cy="0.99004257"
- fx="-1.0016617"
- fy="0.99004257"
- r="9.9205227" />
- <linearGradient
- id="linearGradient1557"
- inkscape:collect="always">
- <stop
- id="stop1559"
- offset="0"
- style="stop-color:#2e3436;stop-opacity:1;" />
- <stop
- id="stop1561"
- offset="1"
- style="stop-color:#888a85" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1557"
- id="linearGradient1549"
- x1="17.0625"
- y1="34.950001"
- x2="20.3125"
- y2="5.375"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3676">
- <stop
- style="stop-color:#eeeeec"
- offset="0"
- id="stop4022" />
- <stop
- style="stop-color:#555753"
- offset="1"
- id="stop3680" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3676"
- id="radialGradient3702"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-0.127582,1.416065,-1.630141,-0.146854,17.48751,15.56121)"
- cx="-1.0016617"
- cy="0.99004257"
- fx="-1.0016617"
- fy="0.99004257"
- r="9.9205227" />
- <linearGradient
- id="linearGradient3788">
- <stop
- style="stop-color:#cccdcb;stop-opacity:1;"
- offset="0"
- id="stop3790" />
- <stop
- style="stop-color:#888a85;stop-opacity:1;"
- offset="1"
- id="stop3792" />
- </linearGradient>
- <linearGradient
- id="linearGradient3674">
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="0"
- id="stop3676" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop3678" />
- </linearGradient>
- <linearGradient
- id="linearGradient3657">
- <stop
- style="stop-color:#fafafa;stop-opacity:1;"
- offset="0"
- id="stop3659" />
- <stop
- style="stop-color:#bfbfbf;stop-opacity:1;"
- offset="1"
- id="stop3661" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3609">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop3611" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop3613" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4608"
- id="linearGradient4585"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.339723,0,0,2.339723,-116.04972,4.376374)"
- x1="56.302975"
- y1="4.9369388"
- x2="56.609135"
- y2="8.6796741" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4608"
- id="linearGradient4641"
- x1="58.015995"
- y1="35.01503"
- x2="57.954308"
- y2="40.9986"
- gradientUnits="userSpaceOnUse"
- spreadMethod="reflect"
- gradientTransform="matrix(0.997993,0,0,1,-97.71685,-9.352993)" />
- <linearGradient
- id="linearGradient4608">
- <stop
- style="stop-color:#eeeeec"
- offset="0"
- id="stop4610" />
- <stop
- style="stop-color:#8a8c87;stop-opacity:1;"
- offset="1"
- id="stop4612" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3609"
- id="radialGradient3615"
- cx="6.4081554"
- cy="17.403807"
- fx="6.4081554"
- fy="17.403807"
- r="5.524272"
- gradientTransform="matrix(1,0,0,0.416,0,10.16382)"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3657"
- id="linearGradient3668"
- gradientUnits="userSpaceOnUse"
- x1="10.4375"
- y1="8.2899637"
- x2="10.4375"
- y2="18.984955"
- gradientTransform="translate(-64.70027,0)" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3674"
- id="radialGradient3680"
- cx="5.0822492"
- cy="12.516305"
- fx="5.0822492"
- fy="12.516305"
- r="2.9831069"
- gradientTransform="matrix(2.0170078,0,-1.9570578e-8,2.3384685,0.6285502,-1.712618)"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3788"
- id="linearGradient3794"
- x1="8.0536165"
- y1="11.030003"
- x2="10.4375"
- y2="11.030003"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-64.70027,0)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4068"
- id="linearGradient4095"
- gradientUnits="userSpaceOnUse"
- x1="7.5763841"
- y1="20.301662"
- x2="7.3215322"
- y2="27.345011" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4068"
- id="linearGradient4097"
- gradientUnits="userSpaceOnUse"
- x1="7.5763841"
- y1="20.301662"
- x2="7.3215322"
- y2="27.345011" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4099"
- id="linearGradient4105"
- x1="11.125889"
- y1="25.559732"
- x2="9.346509"
- y2="25.736509"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.7134766,0,0,1.7134766,-5.844493,-19.414512)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3281"
- id="linearGradient3287"
- x1="4.6831215"
- y1="24.665476"
- x2="8.3712559"
- y2="24.317278"
- gradientUnits="userSpaceOnUse" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient3504"
- cx="36.82843"
- cy="24.427677"
- fx="36.82843"
- fy="24.427671"
- r="1.2404949"
- gradientTransform="matrix(32.313054,-14.275864,12.619686,35.592614,-1476.0709,-312.91301)"
- gradientUnits="userSpaceOnUse" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient3506"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(43.968272,-19.425114,10.906929,30.761994,-1863.6997,-6.2189009)"
- cx="36.82843"
- cy="24.427683"
- fx="36.82843"
- fy="24.427683"
- r="1.2404949" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient3508"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(31.048208,-13.717057,12.125707,34.199395,-1418.48,-299.33636)"
- cx="36.82843"
- cy="24.427677"
- fx="36.82843"
- fy="24.427671"
- r="1.2404949" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3510"
- id="linearGradient3516"
- x1="9.485774"
- y1="22.107626"
- x2="7.378232"
- y2="22.637957"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.3219424,0,0,1.3219424,0.7364601,-9.731858)" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient6911"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(40.656591,0,0,26.213479,-1479.312,-616.32841)"
- cx="36.82843"
- cy="24.427683"
- fx="36.82843"
- fy="24.427683"
- r="1.2404949" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient6915"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(45.652831,0,0,29.434823,-1656.4105,-695.13758)"
- cx="36.82843"
- cy="24.427683"
- fx="36.82843"
- fy="24.427683"
- r="1.2404949" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient6919"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(23.065329,-10.190231,9.0080386,25.406308,-1055.1912,-210.45979)"
- cx="36.82843"
- cy="24.427677"
- fx="36.82843"
- fy="24.427671"
- r="1.2404949" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient6923"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(14.141994,-6.2479141,5.5230792,15.577314,-649.09211,-111.60048)"
- cx="36.82843"
- cy="24.427677"
- fx="36.82843"
- fy="24.427671"
- r="1.2404949" />
- </defs>
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="0.13333333"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="5.6568542"
- inkscape:cx="41.79292"
- inkscape:cy="29.76537"
- inkscape:current-layer="layer1"
- showgrid="false"
- inkscape:grid-bbox="true"
- inkscape:document-units="px"
- inkscape:showpageshadow="false"
- inkscape:window-width="978"
- inkscape:window-height="642"
- inkscape:window-x="20"
- inkscape:window-y="50"
- stroke="#3465a4"
- fill="#ef2929"
- showguides="true"
- inkscape:guide-bbox="true">
- <sodipodi:guide
- orientation="horizontal"
- position="-4.7729708"
- id="guide6153" />
- <sodipodi:guide
- orientation="horizontal"
- position="0.88388348"
- id="guide2256" />
- </sodipodi:namedview>
- <metadata
- id="metadata2571">
- <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>Volume - High</dc:title>
- <dc:creator>
- <cc:Agent>
- <dc:title>Jakub Steiner</dc:title>
- </cc:Agent>
- </dc:creator>
- <dc:contributor>
- <cc:Agent>
- <dc:title>Lapo Calamandrei</dc:title>
- </cc:Agent>
- </dc:contributor>
- <cc:license
- rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" />
- <dc:publisher>
- <cc:Agent>
- <dc:title>http://www.tango-project.org</dc:title>
- </cc:Agent>
- </dc:publisher>
- </cc:Work>
- <cc:License
- rdf:about="http://creativecommons.org/licenses/by-sa/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:requires
- rdf:resource="http://web.resource.org/cc/Attribution" />
- <cc:permits
- rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
- <cc:requires
- rdf:resource="http://web.resource.org/cc/ShareAlike" />
- </cc:License>
- </rdf:RDF>
- </metadata>
- <g
- id="layer1"
- inkscape:label="Layer 1"
- inkscape:groupmode="layer">
- <g
- style="opacity:0.5;stroke-width:0.20321889;stroke-miterlimit:4;stroke-dasharray:none"
- id="g4951"
- transform="matrix(1.4500307,0,0,1.9951694,-5.014883,-24.104868)">
- <path
- sodipodi:type="arc"
- style="opacity:0.42857145;color:#000000;fill:url(#radialGradient3615);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.07868898;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"
- id="path3607"
- sodipodi:cx="6.4081554"
- sodipodi:cy="17.403807"
- sodipodi:rx="5.524272"
- sodipodi:ry="2.2980971"
- d="M 11.932427 17.403807 A 5.524272 2.2980971 0 1 1 0.88388348,17.403807 A 5.524272 2.2980971 0 1 1 11.932427 17.403807 z"
- transform="matrix(2.6455674,0,0,2.5210502,-0.5794078,-13.379605)" />
- <g
- style="stroke-width:0.20321889;stroke-miterlimit:4;stroke-dasharray:none"
- id="g3963">
- <g
- style="stroke-width:0.201727;stroke-miterlimit:4;stroke-dasharray:none"
- transform="matrix(1.1816839,0,0,0.8588133,3.7081077e-2,3.1760717)"
- id="g4090">
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:url(#linearGradient4095);fill-opacity:1;fill-rule:nonzero;stroke:#5d615f;stroke-width:0.15111277;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"
- id="path4076"
- sodipodi:cx="8.7504463"
- sodipodi:cy="24.665476"
- sodipodi:rx="3.6239223"
- sodipodi:ry="6.3639612"
- d="M 12.374369 24.665476 A 3.6239223 6.3639612 0 1 1 5.126524,24.665476 A 3.6239223 6.3639612 0 1 1 12.374369 24.665476 z"
- transform="matrix(1.415965,0,0,1.258558,-2.667614,-6.200669)" />
- <path
- transform="matrix(1.154526,0,0,1.154526,-0.379902,-3.63468)"
- d="M 12.374369 24.665476 A 3.6239223 6.3639612 0 1 1 5.126524,24.665476 A 3.6239223 6.3639612 0 1 1 12.374369 24.665476 z"
- sodipodi:ry="6.3639612"
- sodipodi:rx="3.6239223"
- sodipodi:cy="24.665476"
- sodipodi:cx="8.7504463"
- id="path4060"
- style="opacity:1;color:#000000;fill:url(#linearGradient4097);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.17472713;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"
- sodipodi:type="arc" />
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:#93958f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.18655021;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"
- id="path4058"
- sodipodi:cx="8.7504463"
- sodipodi:cy="24.665476"
- sodipodi:rx="3.6239223"
- sodipodi:ry="6.3639612"
- d="M 12.374369 24.665476 A 3.6239223 6.3639612 0 1 1 5.126524,24.665476 A 3.6239223 6.3639612 0 1 1 12.374369 24.665476 z"
- transform="matrix(1.081355,0,0,1.081355,1.232653,-1.829889)" />
- <path
- transform="matrix(1.1807,0,0,1.076971,-0.608944,-1.721744)"
- d="M 12.374369 24.665476 A 3.6239223 6.3639612 0 1 1 5.126524,24.665476 A 3.6239223 6.3639612 0 1 1 12.374369 24.665476 z"
- sodipodi:ry="6.3639612"
- sodipodi:rx="3.6239223"
- sodipodi:cy="24.665476"
- sodipodi:cx="8.7504463"
- id="path3279"
- style="opacity:0.39560439;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3287);stroke-width:0.17889255;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"
- sodipodi:type="arc" />
- </g>
- <path
- transform="matrix(0.6896406,0,0,0.5012106,3.3365544,12.906831)"
- sodipodi:nodetypes="ccccc"
- id="path4542"
- d="M 13.269373,14.383822 L 22.641531,6.28797 L 22.338628,39.446044 L 12.815018,32.142237 C 9.4830863,29.416108 8.8772802,17.2614 13.269373,14.383822 z "
- style="color:#000000;fill:url(#linearGradient4585);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4105);stroke-width:0.34565476;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
- <path
- transform="matrix(0.6896406,0,0,0.5012106,3.3365544,12.906831)"
- sodipodi:nodetypes="ccccc"
- id="path4544"
- d="M 10.701725,19.334289 L 16.062156,15.316878 L 15.729537,19.991364 L 10.490058,20.865163 L 10.701725,19.334289 z "
- style="color:#000000;fill:url(#linearGradient3516);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.34565476;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
- <path
- transform="matrix(0.6896406,0,0,0.5012106,3.3365544,12.906831)"
- sodipodi:nodetypes="ccccc"
- id="path3672"
- d="M 11.581036,30.41709 L 17.451524,35.134232 L 16.715434,31.924697 L 10.797884,28.61622 L 11.581036,30.41709 z "
- style="opacity:0.7692308;color:#000000;fill:url(#radialGradient3680);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.34565476;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
- <path
- style="opacity:1;color:#000000;fill:url(#radialGradient3702);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient1549);stroke-width:0.20321889;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- d="M 23.75,14 C 21.81001,14.049168 20.013366,14.683436 18.5,15.6875 C 18.13319,15.264088 17.60375,15 17,15 C 16.9655,15 16.912662,15.000854 16.875,15 C 16.847007,14.9998 16.806453,14.997438 16.78125,15 C 15.773145,15.102481 15,15.965001 15,17 C 15,17.60375 15.264088,18.13319 15.6875,18.5 C 14.639107,20.080181 14,21.962011 14,24 C 14,26.033681 14.611921,27.921829 15.65625,29.5 C 15.243427,29.869532 15,30.401641 15,31 C 15,32.104 15.896,33.000001 17,33 C 17.60375,33 18.13319,32.735911 18.5,32.3125 C 20.080181,33.360893 21.962011,34 24,34 C 26.03799,34 27.919819,33.360893 29.5,32.3125 C 29.86681,32.735912 30.396251,33.000001 31,33 C 32.103999,33 33,32.104001 33,31 C 33,30.39625 32.735912,29.86681 32.3125,29.5 C 33.360893,27.919819 34,26.03799 34,24 C 34,21.962011 33.360893,20.080181 32.3125,18.5 C 32.735912,18.13319 33,17.60375 33,17 C 33,15.896 32.103999,15 31,15 C 30.9655,15 30.912662,15.000854 30.875,15 C 30.847007,14.9998 30.806453,14.997438 30.78125,15 C 30.2771
98,15.05124 29.819299,15.298435 29.5,15.65625 C 29.493313,15.651825 29.475448,15.660659 29.46875,15.65625 C 27.894622,14.620029 26.025064,14 24,14 C 23.913827,14 23.835651,13.997829 23.75,14 z "
- id="path3726"
- sodipodi:nodetypes="ccsssscscsscscsscscsssssssc" />
- <path
- style="opacity:1;color:#000000;fill:url(#radialGradient3728);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20321889;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- d="M 23.75,14 C 21.81001,14.049168 20.013366,14.683436 18.5,15.6875 C 18.13319,15.264088 17.60375,15 17,15 C 16.9655,15 16.912662,15.000854 16.875,15 C 16.847007,14.9998 16.806453,14.997438 16.78125,15 C 15.773145,15.102481 15,15.965001 15,17 C 15,17.60375 15.264088,18.13319 15.6875,18.5 C 14.639107,20.080181 14,21.962011 14,24 C 14,26.033681 14.611921,27.921829 15.65625,29.5 C 15.243427,29.869532 15,30.401641 15,31 C 15,32.104 15.896,33.000001 17,33 C 17.60375,33 18.13319,32.735911 18.5,32.3125 C 20.080181,33.360893 21.962011,34 24,34 C 26.03799,34 27.919819,33.360893 29.5,32.3125 C 29.86681,32.735912 30.396251,33.000001 31,33 C 32.103999,33 33,32.104001 33,31 C 33,30.39625 32.735912,29.86681 32.3125,29.5 C 33.360893,27.919819 34,26.03799 34,24 C 34,21.962011 33.360893,20.080181 32.3125,18.5 C 32.735912,18.13319 33,17.60375 33,17 C 33,15.896 32.103999,15 31,15 C 30.9655,15 30.912662,15.000854 30.875,15 C 30.847007,14.9998 30.806453,14.997438 30.78125,15 C 30.2771
98,15.05124 29.819299,15.298435 29.5,15.65625 C 29.493313,15.651825 29.475448,15.660659 29.46875,15.65625 C 27.894622,14.620029 26.025064,14 24,14 C 23.913827,14 23.835651,13.997829 23.75,14 z "
- id="path3507"
- sodipodi:nodetypes="ccsssscscsscscsscscsssssssc" />
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:url(#radialGradient3644);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3698);stroke-width:0.23129642;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- id="path3636"
- sodipodi:cx="9.375"
- sodipodi:cy="9.375"
- sodipodi:rx="9.375"
- sodipodi:ry="9.375"
- d="M 18.75 9.375 A 9.375 9.375 0 1 1 0,9.375 A 9.375 9.375 0 1 1 18.75 9.375 z"
- transform="matrix(0.846982,0,0,0.911415,16.71027,15.44956)" />
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:url(#radialGradient3634);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.59278226;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- id="path3519"
- sodipodi:cx="9.375"
- sodipodi:cy="9.375"
- sodipodi:rx="9.375"
- sodipodi:ry="9.375"
- d="M 18.75 9.375 A 9.375 9.375 0 1 1 0,9.375 A 9.375 9.375 0 1 1 18.75 9.375 z"
- transform="matrix(0.367272,0,0,0.32,18.56254,21.125)" />
- <path
- transform="matrix(1.3125,0,0,1.3125,-4.657679,-5.09375)"
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.15483344;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- id="path3718"
- sodipodi:cx="16.5"
- sodipodi:cy="16.5"
- sodipodi:rx="0.5"
- sodipodi:ry="0.5"
- d="M 17 16.5 A 0.5 0.5 0 1 1 16,16.5 A 0.5 0.5 0 1 1 17 16.5 z" />
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20321889;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- id="path3720"
- sodipodi:cx="16.5"
- sodipodi:cy="16.5"
- sodipodi:rx="0.5"
- sodipodi:ry="0.5"
- d="M 17 16.5 A 0.5 0.5 0 1 1 16,16.5 A 0.5 0.5 0 1 1 17 16.5 z"
- transform="translate(15.22159,0.25)" />
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20321889;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- id="path3722"
- sodipodi:cx="16.5"
- sodipodi:cy="16.5"
- sodipodi:rx="0.5"
- sodipodi:ry="0.5"
- d="M 17 16.5 A 0.5 0.5 0 1 1 16,16.5 A 0.5 0.5 0 1 1 17 16.5 z"
- transform="translate(15.22159,14.96875)" />
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.14779556;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- id="path3724"
- sodipodi:cx="16.5"
- sodipodi:cy="16.5"
- sodipodi:rx="0.5"
- sodipodi:ry="0.5"
- d="M 17 16.5 A 0.5 0.5 0 1 1 16,16.5 A 0.5 0.5 0 1 1 17 16.5 z"
- transform="matrix(1.375,0,0,1.375,-5.688929,8.8125)" />
- </g>
- </g>
- <path
- sodipodi:nodetypes="csc"
- id="path3488"
- d="M 25.243284,45.07512 C 26.226324,40.631287 25.886327,35.237335 24.024099,29.985092 C 22.161871,24.732848 19.102842,20.54016 15.661632,18.05095"
- style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#radialGradient3504);stroke-width:4.54232788;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
- <path
- style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#radialGradient6919);stroke-width:4.54232788;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- d="M 16.459372,45.07512 C 17.161073,41.903076 16.918382,38.052827 15.589107,34.303732 C 14.259834,30.554638 12.076273,27.561861 9.6199099,25.785043"
- id="path6917"
- sodipodi:nodetypes="csc" />
- <path
- sodipodi:nodetypes="csc"
- id="path6921"
- d="M 7.9666454,45.07512 C 8.3968784,43.130244 8.2480765,40.769553 7.4330612,38.470878 C 6.618047,36.172205 5.2792455,34.337246 3.7731799,33.247834"
- style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#radialGradient6923);stroke-width:4.54232788;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
- </g>
-</svg>
diff --git a/icons/scalable/xfce4-mixer-volume-muted.svg b/icons/scalable/xfce4-mixer-volume-muted.svg
deleted file mode 100644
index 060b1d2..0000000
--- a/icons/scalable/xfce4-mixer-volume-muted.svg
+++ /dev/null
@@ -1,728 +0,0 @@
-<?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="svg2566"
- sodipodi:version="0.32"
- inkscape:version="0.45.1"
- version="1.0"
- sodipodi:docbase="/home/jannis/xfce/xfce4-mixer.git/icons/scalable"
- sodipodi:docname="audio-volume-00.svg"
- inkscape:output_extension="org.inkscape.output.svg.inkscape">
- <defs
- id="defs2568">
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3510">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop3512" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop3514" />
- </linearGradient>
- <linearGradient
- id="linearGradient3498">
- <stop
- style="stop-color:#437bc4;stop-opacity:1;"
- offset="0"
- id="stop3500" />
- <stop
- style="stop-color:#4f85c7;stop-opacity:1;"
- offset="1"
- id="stop3502" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3281">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop3283" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop3285" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient4099">
- <stop
- style="stop-color:#6f726f;stop-opacity:1;"
- offset="0"
- id="stop4101" />
- <stop
- style="stop-color:#6f726f;stop-opacity:0;"
- offset="1"
- id="stop4103" />
- </linearGradient>
- <linearGradient
- id="linearGradient4068">
- <stop
- style="stop-color:#eaeae9;stop-opacity:1;"
- offset="0"
- id="stop4070" />
- <stop
- style="stop-color:#a5a7a2;stop-opacity:1;"
- offset="1"
- id="stop4072" />
- </linearGradient>
- <linearGradient
- id="linearGradient3670"
- inkscape:collect="always">
- <stop
- id="stop3672"
- offset="0"
- style="stop-color:#d3d7cf" />
- <stop
- id="stop3674"
- offset="1"
- style="stop-color:#555753" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3670"
- id="radialGradient3634"
- cx="6.8797626"
- cy="7.1986876"
- fx="6.8797626"
- fy="7.1986876"
- r="9.375"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.240749,0,0,1.157631,-1.713645,-1.134736)" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3692">
- <stop
- style="stop-color:#2e3436;stop-opacity:1;"
- offset="0"
- id="stop3694" />
- <stop
- style="stop-color:#babdb6"
- offset="1"
- id="stop3696" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3692"
- id="linearGradient3698"
- x1="-0.51990569"
- y1="-0.51990569"
- x2="-0.51990569"
- y2="19.269905"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3628">
- <stop
- style="stop-color:#d3d7cf"
- offset="0"
- id="stop3630" />
- <stop
- style="stop-color:#555753"
- offset="1"
- id="stop3632" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3628"
- id="radialGradient3644"
- cx="12.704856"
- cy="13.847466"
- fx="12.704856"
- fy="13.847466"
- r="9.375"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(6.370852e-2,-1.424475,1.547293,6.92112e-2,-9.530629,30.98681)" />
- <linearGradient
- id="linearGradient3730"
- inkscape:collect="always">
- <stop
- id="stop3732"
- offset="0"
- style="stop-color:#eeeeec" />
- <stop
- id="stop3734"
- offset="1"
- style="stop-color:#888a85" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3730"
- id="radialGradient3728"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-0.310032,2.110862,-2.082775,-0.305867,17.75288,16.41459)"
- cx="-1.0016617"
- cy="0.99004257"
- fx="-1.0016617"
- fy="0.99004257"
- r="9.9205227" />
- <linearGradient
- id="linearGradient1557"
- inkscape:collect="always">
- <stop
- id="stop1559"
- offset="0"
- style="stop-color:#2e3436;stop-opacity:1;" />
- <stop
- id="stop1561"
- offset="1"
- style="stop-color:#888a85" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1557"
- id="linearGradient1549"
- x1="17.0625"
- y1="34.950001"
- x2="20.3125"
- y2="5.375"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3676">
- <stop
- style="stop-color:#eeeeec"
- offset="0"
- id="stop4022" />
- <stop
- style="stop-color:#555753"
- offset="1"
- id="stop3680" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3676"
- id="radialGradient3702"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-0.127582,1.416065,-1.630141,-0.146854,17.48751,15.56121)"
- cx="-1.0016617"
- cy="0.99004257"
- fx="-1.0016617"
- fy="0.99004257"
- r="9.9205227" />
- <linearGradient
- id="linearGradient3788">
- <stop
- style="stop-color:#cccdcb;stop-opacity:1;"
- offset="0"
- id="stop3790" />
- <stop
- style="stop-color:#888a85;stop-opacity:1;"
- offset="1"
- id="stop3792" />
- </linearGradient>
- <linearGradient
- id="linearGradient3674">
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="0"
- id="stop3676" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop3678" />
- </linearGradient>
- <linearGradient
- id="linearGradient3657">
- <stop
- style="stop-color:#fafafa;stop-opacity:1;"
- offset="0"
- id="stop3659" />
- <stop
- style="stop-color:#bfbfbf;stop-opacity:1;"
- offset="1"
- id="stop3661" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3609">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop3611" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop3613" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4608"
- id="linearGradient4585"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.339723,0,0,2.339723,-116.04972,4.376374)"
- x1="56.302975"
- y1="4.9369388"
- x2="56.609135"
- y2="8.6796741" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4608"
- id="linearGradient4641"
- x1="58.015995"
- y1="35.01503"
- x2="57.954308"
- y2="40.9986"
- gradientUnits="userSpaceOnUse"
- spreadMethod="reflect"
- gradientTransform="matrix(0.997993,0,0,1,-97.71685,-9.352993)" />
- <linearGradient
- id="linearGradient4608">
- <stop
- style="stop-color:#eeeeec"
- offset="0"
- id="stop4610" />
- <stop
- style="stop-color:#8a8c87;stop-opacity:1;"
- offset="1"
- id="stop4612" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3609"
- id="radialGradient3615"
- cx="6.4081554"
- cy="17.403807"
- fx="6.4081554"
- fy="17.403807"
- r="5.524272"
- gradientTransform="matrix(1,0,0,0.416,0,10.16382)"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3657"
- id="linearGradient3668"
- gradientUnits="userSpaceOnUse"
- x1="10.4375"
- y1="8.2899637"
- x2="10.4375"
- y2="18.984955"
- gradientTransform="translate(-64.70027,0)" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3674"
- id="radialGradient3680"
- cx="5.0822492"
- cy="12.516305"
- fx="5.0822492"
- fy="12.516305"
- r="2.9831069"
- gradientTransform="matrix(2.0170078,0,-1.9570578e-8,2.3384685,0.6285502,-1.712618)"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3788"
- id="linearGradient3794"
- x1="8.0536165"
- y1="11.030003"
- x2="10.4375"
- y2="11.030003"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-64.70027,0)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4068"
- id="linearGradient4095"
- gradientUnits="userSpaceOnUse"
- x1="7.5763841"
- y1="20.301662"
- x2="7.3215322"
- y2="27.345011" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4068"
- id="linearGradient4097"
- gradientUnits="userSpaceOnUse"
- x1="7.5763841"
- y1="20.301662"
- x2="7.3215322"
- y2="27.345011" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4099"
- id="linearGradient4105"
- x1="11.125889"
- y1="25.559732"
- x2="9.346509"
- y2="25.736509"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.7134766,0,0,1.7134766,-5.844493,-19.414512)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3281"
- id="linearGradient3287"
- x1="4.6831215"
- y1="24.665476"
- x2="8.3712559"
- y2="24.317278"
- gradientUnits="userSpaceOnUse" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient3504"
- cx="36.82843"
- cy="24.427677"
- fx="36.82843"
- fy="24.427671"
- r="1.2404949"
- gradientTransform="matrix(32.313054,-14.275864,12.619686,35.592614,-1476.0709,-312.91301)"
- gradientUnits="userSpaceOnUse" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient3506"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(43.968272,-19.425114,10.906929,30.761994,-1863.6997,-5.6801315)"
- cx="36.82843"
- cy="24.427683"
- fx="36.82843"
- fy="24.427683"
- r="1.2404949" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient3508"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(32.313054,-14.275864,12.619686,35.592614,-1477.7809,-313.45956)"
- cx="36.82843"
- cy="24.427677"
- fx="36.82843"
- fy="24.427671"
- r="1.2404949" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3510"
- id="linearGradient3516"
- x1="9.485774"
- y1="22.107626"
- x2="7.378232"
- y2="22.637957"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.3219424,0,0,1.3219424,0.7364601,-9.731858)" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient6911"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(40.656591,0,0,26.213479,-1479.312,-616.32841)"
- cx="36.82843"
- cy="24.427683"
- fx="36.82843"
- fy="24.427683"
- r="1.2404949" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient6915"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(45.652831,0,0,29.434823,-1656.4105,-695.13758)"
- cx="36.82843"
- cy="24.427683"
- fx="36.82843"
- fy="24.427683"
- r="1.2404949" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient6919"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(23.065329,-10.190231,9.0080386,25.406308,-1055.1912,-210.45979)"
- cx="36.82843"
- cy="24.427677"
- fx="36.82843"
- fy="24.427671"
- r="1.2404949" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient6923"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(14.141994,-6.2479141,5.5230792,15.577314,-649.09211,-111.60048)"
- cx="36.82843"
- cy="24.427677"
- fx="36.82843"
- fy="24.427671"
- r="1.2404949" />
- </defs>
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="0.13333333"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="5.6568542"
- inkscape:cx="41.79292"
- inkscape:cy="29.76537"
- inkscape:current-layer="layer1"
- showgrid="false"
- inkscape:grid-bbox="true"
- inkscape:document-units="px"
- inkscape:showpageshadow="false"
- inkscape:window-width="978"
- inkscape:window-height="642"
- inkscape:window-x="20"
- inkscape:window-y="50"
- stroke="#3465a4"
- fill="#ef2929"
- showguides="true"
- inkscape:guide-bbox="true">
- <sodipodi:guide
- orientation="horizontal"
- position="-4.7729708"
- id="guide6153" />
- </sodipodi:namedview>
- <metadata
- id="metadata2571">
- <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>Volume - High</dc:title>
- <dc:creator>
- <cc:Agent>
- <dc:title>Jakub Steiner</dc:title>
- </cc:Agent>
- </dc:creator>
- <dc:contributor>
- <cc:Agent>
- <dc:title>Lapo Calamandrei</dc:title>
- </cc:Agent>
- </dc:contributor>
- <cc:license
- rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" />
- <dc:publisher>
- <cc:Agent>
- <dc:title>http://www.tango-project.org</dc:title>
- </cc:Agent>
- </dc:publisher>
- </cc:Work>
- <cc:License
- rdf:about="http://creativecommons.org/licenses/by-sa/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:requires
- rdf:resource="http://web.resource.org/cc/Attribution" />
- <cc:permits
- rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
- <cc:requires
- rdf:resource="http://web.resource.org/cc/ShareAlike" />
- </cc:License>
- </rdf:RDF>
- </metadata>
- <g
- id="layer1"
- inkscape:label="Layer 1"
- inkscape:groupmode="layer">
- <g
- style="opacity:0.5;stroke-width:0.20321889;stroke-miterlimit:4;stroke-dasharray:none"
- id="g4951"
- transform="matrix(1.4500307,0,0,1.9951694,-5.014883,-24.104868)">
- <path
- sodipodi:type="arc"
- style="opacity:0.42857145;color:#000000;fill:url(#radialGradient3615);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.07868898;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"
- id="path3607"
- sodipodi:cx="6.4081554"
- sodipodi:cy="17.403807"
- sodipodi:rx="5.524272"
- sodipodi:ry="2.2980971"
- d="M 11.932427 17.403807 A 5.524272 2.2980971 0 1 1 0.88388348,17.403807 A 5.524272 2.2980971 0 1 1 11.932427 17.403807 z"
- transform="matrix(2.6455674,0,0,2.5210502,-0.5794078,-13.379605)" />
- <g
- style="stroke-width:0.20321889;stroke-miterlimit:4;stroke-dasharray:none"
- id="g3963">
- <g
- style="stroke-width:0.201727;stroke-miterlimit:4;stroke-dasharray:none"
- transform="matrix(1.1816839,0,0,0.8588133,3.7081077e-2,3.1760717)"
- id="g4090">
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:url(#linearGradient4095);fill-opacity:1;fill-rule:nonzero;stroke:#5d615f;stroke-width:0.15111277;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"
- id="path4076"
- sodipodi:cx="8.7504463"
- sodipodi:cy="24.665476"
- sodipodi:rx="3.6239223"
- sodipodi:ry="6.3639612"
- d="M 12.374369 24.665476 A 3.6239223 6.3639612 0 1 1 5.126524,24.665476 A 3.6239223 6.3639612 0 1 1 12.374369 24.665476 z"
- transform="matrix(1.415965,0,0,1.258558,-2.667614,-6.200669)" />
- <path
- transform="matrix(1.154526,0,0,1.154526,-0.379902,-3.63468)"
- d="M 12.374369 24.665476 A 3.6239223 6.3639612 0 1 1 5.126524,24.665476 A 3.6239223 6.3639612 0 1 1 12.374369 24.665476 z"
- sodipodi:ry="6.3639612"
- sodipodi:rx="3.6239223"
- sodipodi:cy="24.665476"
- sodipodi:cx="8.7504463"
- id="path4060"
- style="opacity:1;color:#000000;fill:url(#linearGradient4097);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.17472713;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"
- sodipodi:type="arc" />
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:#93958f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.18655021;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"
- id="path4058"
- sodipodi:cx="8.7504463"
- sodipodi:cy="24.665476"
- sodipodi:rx="3.6239223"
- sodipodi:ry="6.3639612"
- d="M 12.374369 24.665476 A 3.6239223 6.3639612 0 1 1 5.126524,24.665476 A 3.6239223 6.3639612 0 1 1 12.374369 24.665476 z"
- transform="matrix(1.081355,0,0,1.081355,1.232653,-1.829889)" />
- <path
- transform="matrix(1.1807,0,0,1.076971,-0.608944,-1.721744)"
- d="M 12.374369 24.665476 A 3.6239223 6.3639612 0 1 1 5.126524,24.665476 A 3.6239223 6.3639612 0 1 1 12.374369 24.665476 z"
- sodipodi:ry="6.3639612"
- sodipodi:rx="3.6239223"
- sodipodi:cy="24.665476"
- sodipodi:cx="8.7504463"
- id="path3279"
- style="opacity:0.39560439;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3287);stroke-width:0.17889255;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"
- sodipodi:type="arc" />
- </g>
- <path
- transform="matrix(0.6896406,0,0,0.5012106,3.3365544,12.906831)"
- sodipodi:nodetypes="ccccc"
- id="path4542"
- d="M 13.269373,14.383822 L 22.641531,6.28797 L 22.338628,39.446044 L 12.815018,32.142237 C 9.4830863,29.416108 8.8772802,17.2614 13.269373,14.383822 z "
- style="color:#000000;fill:url(#linearGradient4585);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4105);stroke-width:0.34565476;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
- <path
- transform="matrix(0.6896406,0,0,0.5012106,3.3365544,12.906831)"
- sodipodi:nodetypes="ccccc"
- id="path4544"
- d="M 10.701725,19.334289 L 16.062156,15.316878 L 15.729537,19.991364 L 10.490058,20.865163 L 10.701725,19.334289 z "
- style="color:#000000;fill:url(#linearGradient3516);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.34565476;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
- <path
- transform="matrix(0.6896406,0,0,0.5012106,3.3365544,12.906831)"
- sodipodi:nodetypes="ccccc"
- id="path3672"
- d="M 11.581036,30.41709 L 17.451524,35.134232 L 16.715434,31.924697 L 10.797884,28.61622 L 11.581036,30.41709 z "
- style="opacity:0.7692308;color:#000000;fill:url(#radialGradient3680);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.34565476;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
- <path
- style="opacity:1;color:#000000;fill:url(#radialGradient3702);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient1549);stroke-width:0.20321889;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- d="M 23.75,14 C 21.81001,14.049168 20.013366,14.683436 18.5,15.6875 C 18.13319,15.264088 17.60375,15 17,15 C 16.9655,15 16.912662,15.000854 16.875,15 C 16.847007,14.9998 16.806453,14.997438 16.78125,15 C 15.773145,15.102481 15,15.965001 15,17 C 15,17.60375 15.264088,18.13319 15.6875,18.5 C 14.639107,20.080181 14,21.962011 14,24 C 14,26.033681 14.611921,27.921829 15.65625,29.5 C 15.243427,29.869532 15,30.401641 15,31 C 15,32.104 15.896,33.000001 17,33 C 17.60375,33 18.13319,32.735911 18.5,32.3125 C 20.080181,33.360893 21.962011,34 24,34 C 26.03799,34 27.919819,33.360893 29.5,32.3125 C 29.86681,32.735912 30.396251,33.000001 31,33 C 32.103999,33 33,32.104001 33,31 C 33,30.39625 32.735912,29.86681 32.3125,29.5 C 33.360893,27.919819 34,26.03799 34,24 C 34,21.962011 33.360893,20.080181 32.3125,18.5 C 32.735912,18.13319 33,17.60375 33,17 C 33,15.896 32.103999,15 31,15 C 30.9655,15 30.912662,15.000854 30.875,15 C 30.847007,14.9998 30.806453,14.997438 30.78125,15 C 30.2771
98,15.05124 29.819299,15.298435 29.5,15.65625 C 29.493313,15.651825 29.475448,15.660659 29.46875,15.65625 C 27.894622,14.620029 26.025064,14 24,14 C 23.913827,14 23.835651,13.997829 23.75,14 z "
- id="path3726"
- sodipodi:nodetypes="ccsssscscsscscsscscsssssssc" />
- <path
- style="opacity:1;color:#000000;fill:url(#radialGradient3728);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20321889;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- d="M 23.75,14 C 21.81001,14.049168 20.013366,14.683436 18.5,15.6875 C 18.13319,15.264088 17.60375,15 17,15 C 16.9655,15 16.912662,15.000854 16.875,15 C 16.847007,14.9998 16.806453,14.997438 16.78125,15 C 15.773145,15.102481 15,15.965001 15,17 C 15,17.60375 15.264088,18.13319 15.6875,18.5 C 14.639107,20.080181 14,21.962011 14,24 C 14,26.033681 14.611921,27.921829 15.65625,29.5 C 15.243427,29.869532 15,30.401641 15,31 C 15,32.104 15.896,33.000001 17,33 C 17.60375,33 18.13319,32.735911 18.5,32.3125 C 20.080181,33.360893 21.962011,34 24,34 C 26.03799,34 27.919819,33.360893 29.5,32.3125 C 29.86681,32.735912 30.396251,33.000001 31,33 C 32.103999,33 33,32.104001 33,31 C 33,30.39625 32.735912,29.86681 32.3125,29.5 C 33.360893,27.919819 34,26.03799 34,24 C 34,21.962011 33.360893,20.080181 32.3125,18.5 C 32.735912,18.13319 33,17.60375 33,17 C 33,15.896 32.103999,15 31,15 C 30.9655,15 30.912662,15.000854 30.875,15 C 30.847007,14.9998 30.806453,14.997438 30.78125,15 C 30.2771
98,15.05124 29.819299,15.298435 29.5,15.65625 C 29.493313,15.651825 29.475448,15.660659 29.46875,15.65625 C 27.894622,14.620029 26.025064,14 24,14 C 23.913827,14 23.835651,13.997829 23.75,14 z "
- id="path3507"
- sodipodi:nodetypes="ccsssscscsscscsscscsssssssc" />
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:url(#radialGradient3644);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3698);stroke-width:0.23129642;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- id="path3636"
- sodipodi:cx="9.375"
- sodipodi:cy="9.375"
- sodipodi:rx="9.375"
- sodipodi:ry="9.375"
- d="M 18.75 9.375 A 9.375 9.375 0 1 1 0,9.375 A 9.375 9.375 0 1 1 18.75 9.375 z"
- transform="matrix(0.846982,0,0,0.911415,16.71027,15.44956)" />
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:url(#radialGradient3634);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.59278226;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- id="path3519"
- sodipodi:cx="9.375"
- sodipodi:cy="9.375"
- sodipodi:rx="9.375"
- sodipodi:ry="9.375"
- d="M 18.75 9.375 A 9.375 9.375 0 1 1 0,9.375 A 9.375 9.375 0 1 1 18.75 9.375 z"
- transform="matrix(0.367272,0,0,0.32,18.56254,21.125)" />
- <path
- transform="matrix(1.3125,0,0,1.3125,-4.657679,-5.09375)"
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.15483344;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- id="path3718"
- sodipodi:cx="16.5"
- sodipodi:cy="16.5"
- sodipodi:rx="0.5"
- sodipodi:ry="0.5"
- d="M 17 16.5 A 0.5 0.5 0 1 1 16,16.5 A 0.5 0.5 0 1 1 17 16.5 z" />
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20321889;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- id="path3720"
- sodipodi:cx="16.5"
- sodipodi:cy="16.5"
- sodipodi:rx="0.5"
- sodipodi:ry="0.5"
- d="M 17 16.5 A 0.5 0.5 0 1 1 16,16.5 A 0.5 0.5 0 1 1 17 16.5 z"
- transform="translate(15.22159,0.25)" />
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20321889;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- id="path3722"
- sodipodi:cx="16.5"
- sodipodi:cy="16.5"
- sodipodi:rx="0.5"
- sodipodi:ry="0.5"
- d="M 17 16.5 A 0.5 0.5 0 1 1 16,16.5 A 0.5 0.5 0 1 1 17 16.5 z"
- transform="translate(15.22159,14.96875)" />
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.14779556;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- id="path3724"
- sodipodi:cx="16.5"
- sodipodi:cy="16.5"
- sodipodi:rx="0.5"
- sodipodi:ry="0.5"
- d="M 17 16.5 A 0.5 0.5 0 1 1 16,16.5 A 0.5 0.5 0 1 1 17 16.5 z"
- transform="matrix(1.375,0,0,1.375,-5.688929,8.8125)" />
- </g>
- </g>
- <rect
- style="color:#000000;fill:#cc0000;fill-opacity:1;fill-rule:evenodd;stroke:#a40000;stroke-width:1.00589263;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- id="rect1686"
- width="20.117851"
- height="19.111958"
- x="1.5199475"
- y="27.424942"
- inkscape:r_cx="true"
- inkscape:r_cy="true"
- rx="2.2097087"
- ry="2.2097087" />
- <g
- id="g2254"
- transform="matrix(0.7836195,0,0,0.7836195,1.7169431,7.9869923)"
- inkscape:r_cx="true"
- inkscape:r_cy="true">
- <path
- inkscape:r_cy="true"
- inkscape:r_cx="true"
- id="path1377"
- d="M 8,32 L 18,42"
- style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:2.56729817;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
- <path
- style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:2.56729817;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- d="M 18,32 L 8,42"
- id="path2252"
- inkscape:r_cx="true"
- inkscape:r_cy="true" />
- </g>
- <rect
- ry="1.5847089"
- rx="1.5847089"
- inkscape:r_cy="true"
- inkscape:r_cx="true"
- y="28.335035"
- x="2.4779415"
- height="17.291773"
- width="18.201866"
- id="rect2258"
- style="opacity:0.4;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00589263;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
- </g>
-</svg>
diff --git a/icons/scalable/xfce4-mixer-volume-ultra-low.svg b/icons/scalable/xfce4-mixer-volume-ultra-low.svg
deleted file mode 100644
index 0e623bc..0000000
--- a/icons/scalable/xfce4-mixer-volume-ultra-low.svg
+++ /dev/null
@@ -1,699 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="48"
- height="48"
- id="svg2566"
- sodipodi:version="0.32"
- inkscape:version="0.46"
- version="1.0"
- sodipodi:docbase="/home/jannis/xfce/xfce4-mixer.git/icons/scalable"
- sodipodi:docname="audio-volume-01.svg"
- inkscape:output_extension="org.inkscape.output.svg.inkscape">
- <defs
- id="defs2568">
- <inkscape:perspective
- sodipodi:type="inkscape:persp3d"
- inkscape:vp_x="0 : 24 : 1"
- inkscape:vp_y="0 : 1000 : 0"
- inkscape:vp_z="48 : 24 : 1"
- inkscape:persp3d-origin="24 : 16 : 1"
- id="perspective101" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3510">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop3512" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop3514" />
- </linearGradient>
- <linearGradient
- id="linearGradient3498">
- <stop
- style="stop-color:#437bc4;stop-opacity:1;"
- offset="0"
- id="stop3500" />
- <stop
- style="stop-color:#4f85c7;stop-opacity:1;"
- offset="1"
- id="stop3502" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3281">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop3283" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop3285" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient4099">
- <stop
- style="stop-color:#6f726f;stop-opacity:1;"
- offset="0"
- id="stop4101" />
- <stop
- style="stop-color:#6f726f;stop-opacity:0;"
- offset="1"
- id="stop4103" />
- </linearGradient>
- <linearGradient
- id="linearGradient4068">
- <stop
- style="stop-color:#eaeae9;stop-opacity:1;"
- offset="0"
- id="stop4070" />
- <stop
- style="stop-color:#a5a7a2;stop-opacity:1;"
- offset="1"
- id="stop4072" />
- </linearGradient>
- <linearGradient
- id="linearGradient3670"
- inkscape:collect="always">
- <stop
- id="stop3672"
- offset="0"
- style="stop-color:#d3d7cf" />
- <stop
- id="stop3674"
- offset="1"
- style="stop-color:#555753" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3670"
- id="radialGradient3634"
- cx="6.8797626"
- cy="7.1986876"
- fx="6.8797626"
- fy="7.1986876"
- r="9.375"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.240749,0,0,1.157631,-1.713645,-1.134736)" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3692">
- <stop
- style="stop-color:#2e3436;stop-opacity:1;"
- offset="0"
- id="stop3694" />
- <stop
- style="stop-color:#babdb6"
- offset="1"
- id="stop3696" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3692"
- id="linearGradient3698"
- x1="-0.51990569"
- y1="-0.51990569"
- x2="-0.51990569"
- y2="19.269905"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3628">
- <stop
- style="stop-color:#d3d7cf"
- offset="0"
- id="stop3630" />
- <stop
- style="stop-color:#555753"
- offset="1"
- id="stop3632" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3628"
- id="radialGradient3644"
- cx="12.704856"
- cy="13.847466"
- fx="12.704856"
- fy="13.847466"
- r="9.375"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(6.370852e-2,-1.424475,1.547293,6.92112e-2,-9.530629,30.98681)" />
- <linearGradient
- id="linearGradient3730"
- inkscape:collect="always">
- <stop
- id="stop3732"
- offset="0"
- style="stop-color:#eeeeec" />
- <stop
- id="stop3734"
- offset="1"
- style="stop-color:#888a85" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3730"
- id="radialGradient3728"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-0.310032,2.110862,-2.082775,-0.305867,17.75288,16.41459)"
- cx="-1.0016617"
- cy="0.99004257"
- fx="-1.0016617"
- fy="0.99004257"
- r="9.9205227" />
- <linearGradient
- id="linearGradient1557"
- inkscape:collect="always">
- <stop
- id="stop1559"
- offset="0"
- style="stop-color:#2e3436;stop-opacity:1;" />
- <stop
- id="stop1561"
- offset="1"
- style="stop-color:#888a85" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1557"
- id="linearGradient1549"
- x1="17.0625"
- y1="34.950001"
- x2="20.3125"
- y2="5.375"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3676">
- <stop
- style="stop-color:#eeeeec"
- offset="0"
- id="stop4022" />
- <stop
- style="stop-color:#555753"
- offset="1"
- id="stop3680" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3676"
- id="radialGradient3702"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-0.127582,1.416065,-1.630141,-0.146854,17.48751,15.56121)"
- cx="-1.0016617"
- cy="0.99004257"
- fx="-1.0016617"
- fy="0.99004257"
- r="9.9205227" />
- <linearGradient
- id="linearGradient3788">
- <stop
- style="stop-color:#cccdcb;stop-opacity:1;"
- offset="0"
- id="stop3790" />
- <stop
- style="stop-color:#888a85;stop-opacity:1;"
- offset="1"
- id="stop3792" />
- </linearGradient>
- <linearGradient
- id="linearGradient3674">
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="0"
- id="stop3676" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop3678" />
- </linearGradient>
- <linearGradient
- id="linearGradient3657">
- <stop
- style="stop-color:#fafafa;stop-opacity:1;"
- offset="0"
- id="stop3659" />
- <stop
- style="stop-color:#bfbfbf;stop-opacity:1;"
- offset="1"
- id="stop3661" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3609">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop3611" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop3613" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4608"
- id="linearGradient4585"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.339723,0,0,2.339723,-116.04972,4.376374)"
- x1="56.302975"
- y1="4.9369388"
- x2="56.609135"
- y2="8.6796741" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4608"
- id="linearGradient4641"
- x1="58.015995"
- y1="35.01503"
- x2="57.954308"
- y2="40.9986"
- gradientUnits="userSpaceOnUse"
- spreadMethod="reflect"
- gradientTransform="matrix(0.997993,0,0,1,-97.71685,-9.352993)" />
- <linearGradient
- id="linearGradient4608">
- <stop
- style="stop-color:#eeeeec"
- offset="0"
- id="stop4610" />
- <stop
- style="stop-color:#8a8c87;stop-opacity:1;"
- offset="1"
- id="stop4612" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3609"
- id="radialGradient3615"
- cx="6.4081554"
- cy="17.403807"
- fx="6.4081554"
- fy="17.403807"
- r="5.524272"
- gradientTransform="matrix(1,0,0,0.416,0,10.16382)"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3657"
- id="linearGradient3668"
- gradientUnits="userSpaceOnUse"
- x1="10.4375"
- y1="8.2899637"
- x2="10.4375"
- y2="18.984955"
- gradientTransform="translate(-64.70027,0)" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3674"
- id="radialGradient3680"
- cx="5.0822492"
- cy="12.516305"
- fx="5.0822492"
- fy="12.516305"
- r="2.9831069"
- gradientTransform="matrix(2.0170078,0,-1.9570578e-8,2.3384685,0.6285502,-1.712618)"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3788"
- id="linearGradient3794"
- x1="8.0536165"
- y1="11.030003"
- x2="10.4375"
- y2="11.030003"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-64.70027,0)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4068"
- id="linearGradient4095"
- gradientUnits="userSpaceOnUse"
- x1="7.5763841"
- y1="20.301662"
- x2="7.3215322"
- y2="27.345011" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4068"
- id="linearGradient4097"
- gradientUnits="userSpaceOnUse"
- x1="7.5763841"
- y1="20.301662"
- x2="7.3215322"
- y2="27.345011" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4099"
- id="linearGradient4105"
- x1="11.125889"
- y1="25.559732"
- x2="9.346509"
- y2="25.736509"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.7134766,0,0,1.7134766,-5.844493,-19.414512)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3281"
- id="linearGradient3287"
- x1="4.6831215"
- y1="24.665476"
- x2="8.3712559"
- y2="24.317278"
- gradientUnits="userSpaceOnUse" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient3504"
- cx="36.82843"
- cy="24.427677"
- fx="36.82843"
- fy="24.427671"
- r="1.2404949"
- gradientTransform="matrix(32.313054,-14.275864,12.619686,35.592614,-1476.0709,-312.91301)"
- gradientUnits="userSpaceOnUse" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient3506"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(43.968272,-19.425114,10.906929,30.761994,-1863.6997,-6.2189009)"
- cx="36.82843"
- cy="24.427683"
- fx="36.82843"
- fy="24.427683"
- r="1.2404949" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient3508"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(31.048208,-13.717057,12.125707,34.199395,-1418.48,-299.33636)"
- cx="36.82843"
- cy="24.427677"
- fx="36.82843"
- fy="24.427671"
- r="1.2404949" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3510"
- id="linearGradient3516"
- x1="9.485774"
- y1="22.107626"
- x2="7.378232"
- y2="22.637957"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.3219424,0,0,1.3219424,0.7364601,-9.731858)" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient6911"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(40.656591,0,0,26.213479,-1479.312,-616.32841)"
- cx="36.82843"
- cy="24.427683"
- fx="36.82843"
- fy="24.427683"
- r="1.2404949" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient6915"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(45.652831,0,0,29.434823,-1656.4105,-695.13758)"
- cx="36.82843"
- cy="24.427683"
- fx="36.82843"
- fy="24.427683"
- r="1.2404949" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient6919"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(23.065329,-10.190231,9.0080386,25.406308,-1055.1912,-210.45979)"
- cx="36.82843"
- cy="24.427677"
- fx="36.82843"
- fy="24.427671"
- r="1.2404949" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient6923"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(14.141994,-6.2479141,5.5230792,15.577314,-649.09211,-111.60048)"
- cx="36.82843"
- cy="24.427677"
- fx="36.82843"
- fy="24.427671"
- r="1.2404949" />
- </defs>
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="0.13333333"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="5.6568542"
- inkscape:cx="41.79292"
- inkscape:cy="29.76537"
- inkscape:current-layer="layer1"
- showgrid="false"
- inkscape:grid-bbox="true"
- inkscape:document-units="px"
- inkscape:showpageshadow="false"
- inkscape:window-width="978"
- inkscape:window-height="719"
- inkscape:window-x="20"
- inkscape:window-y="50"
- stroke="#3465a4"
- fill="#ef2929"
- showguides="true"
- inkscape:guide-bbox="true">
- <sodipodi:guide
- orientation="horizontal"
- position="-4.7729708"
- id="guide6153" />
- <sodipodi:guide
- orientation="horizontal"
- position="0.88388348"
- id="guide2256" />
- </sodipodi:namedview>
- <metadata
- id="metadata2571">
- <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>Volume - High</dc:title>
- <dc:creator>
- <cc:Agent>
- <dc:title>Jakub Steiner</dc:title>
- </cc:Agent>
- </dc:creator>
- <dc:contributor>
- <cc:Agent>
- <dc:title>Lapo Calamandrei</dc:title>
- </cc:Agent>
- </dc:contributor>
- <cc:license
- rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" />
- <dc:publisher>
- <cc:Agent>
- <dc:title>http://www.tango-project.org</dc:title>
- </cc:Agent>
- </dc:publisher>
- </cc:Work>
- <cc:License
- rdf:about="http://creativecommons.org/licenses/by-sa/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:requires
- rdf:resource="http://web.resource.org/cc/Attribution" />
- <cc:permits
- rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
- <cc:requires
- rdf:resource="http://web.resource.org/cc/ShareAlike" />
- </cc:License>
- </rdf:RDF>
- </metadata>
- <g
- id="layer1"
- inkscape:label="Layer 1"
- inkscape:groupmode="layer">
- <g
- style="opacity:0.5;stroke-width:0.20321889;stroke-miterlimit:4;stroke-dasharray:none"
- id="g4951"
- transform="matrix(1.4500307,0,0,1.9951694,-5.014883,-24.104868)">
- <path
- sodipodi:type="arc"
- style="opacity:0.42857145;color:#000000;fill:url(#radialGradient3615);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.07868898;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"
- id="path3607"
- sodipodi:cx="6.4081554"
- sodipodi:cy="17.403807"
- sodipodi:rx="5.524272"
- sodipodi:ry="2.2980971"
- d="M 11.932427 17.403807 A 5.524272 2.2980971 0 1 1 0.88388348,17.403807 A 5.524272 2.2980971 0 1 1 11.932427 17.403807 z"
- transform="matrix(2.6455674,0,0,2.5210502,-0.5794078,-13.379605)" />
- <g
- style="stroke-width:0.20321889;stroke-miterlimit:4;stroke-dasharray:none"
- id="g3963">
- <g
- style="stroke-width:0.201727;stroke-miterlimit:4;stroke-dasharray:none"
- transform="matrix(1.1816839,0,0,0.8588133,3.7081077e-2,3.1760717)"
- id="g4090">
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:url(#linearGradient4095);fill-opacity:1;fill-rule:nonzero;stroke:#5d615f;stroke-width:0.15111277;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"
- id="path4076"
- sodipodi:cx="8.7504463"
- sodipodi:cy="24.665476"
- sodipodi:rx="3.6239223"
- sodipodi:ry="6.3639612"
- d="M 12.374369 24.665476 A 3.6239223 6.3639612 0 1 1 5.126524,24.665476 A 3.6239223 6.3639612 0 1 1 12.374369 24.665476 z"
- transform="matrix(1.415965,0,0,1.258558,-2.667614,-6.200669)" />
- <path
- transform="matrix(1.154526,0,0,1.154526,-0.379902,-3.63468)"
- d="M 12.374369 24.665476 A 3.6239223 6.3639612 0 1 1 5.126524,24.665476 A 3.6239223 6.3639612 0 1 1 12.374369 24.665476 z"
- sodipodi:ry="6.3639612"
- sodipodi:rx="3.6239223"
- sodipodi:cy="24.665476"
- sodipodi:cx="8.7504463"
- id="path4060"
- style="opacity:1;color:#000000;fill:url(#linearGradient4097);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.17472713;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"
- sodipodi:type="arc" />
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:#93958f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.18655021;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"
- id="path4058"
- sodipodi:cx="8.7504463"
- sodipodi:cy="24.665476"
- sodipodi:rx="3.6239223"
- sodipodi:ry="6.3639612"
- d="M 12.374369 24.665476 A 3.6239223 6.3639612 0 1 1 5.126524,24.665476 A 3.6239223 6.3639612 0 1 1 12.374369 24.665476 z"
- transform="matrix(1.081355,0,0,1.081355,1.232653,-1.829889)" />
- <path
- transform="matrix(1.1807,0,0,1.076971,-0.608944,-1.721744)"
- d="M 12.374369 24.665476 A 3.6239223 6.3639612 0 1 1 5.126524,24.665476 A 3.6239223 6.3639612 0 1 1 12.374369 24.665476 z"
- sodipodi:ry="6.3639612"
- sodipodi:rx="3.6239223"
- sodipodi:cy="24.665476"
- sodipodi:cx="8.7504463"
- id="path3279"
- style="opacity:0.39560439;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3287);stroke-width:0.17889255;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"
- sodipodi:type="arc" />
- </g>
- <path
- transform="matrix(0.6896406,0,0,0.5012106,3.3365544,12.906831)"
- sodipodi:nodetypes="ccccc"
- id="path4542"
- d="M 13.269373,14.383822 L 22.641531,6.28797 L 22.338628,39.446044 L 12.815018,32.142237 C 9.4830863,29.416108 8.8772802,17.2614 13.269373,14.383822 z "
- style="color:#000000;fill:url(#linearGradient4585);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4105);stroke-width:0.34565476;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
- <path
- transform="matrix(0.6896406,0,0,0.5012106,3.3365544,12.906831)"
- sodipodi:nodetypes="ccccc"
- id="path4544"
- d="M 10.701725,19.334289 L 16.062156,15.316878 L 15.729537,19.991364 L 10.490058,20.865163 L 10.701725,19.334289 z "
- style="color:#000000;fill:url(#linearGradient3516);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.34565476;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
- <path
- transform="matrix(0.6896406,0,0,0.5012106,3.3365544,12.906831)"
- sodipodi:nodetypes="ccccc"
- id="path3672"
- d="M 11.581036,30.41709 L 17.451524,35.134232 L 16.715434,31.924697 L 10.797884,28.61622 L 11.581036,30.41709 z "
- style="opacity:0.7692308;color:#000000;fill:url(#radialGradient3680);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.34565476;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
- <path
- style="opacity:1;color:#000000;fill:url(#radialGradient3702);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient1549);stroke-width:0.20321889;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- d="M 23.75,14 C 21.81001,14.049168 20.013366,14.683436 18.5,15.6875 C 18.13319,15.264088 17.60375,15 17,15 C 16.9655,15 16.912662,15.000854 16.875,15 C 16.847007,14.9998 16.806453,14.997438 16.78125,15 C 15.773145,15.102481 15,15.965001 15,17 C 15,17.60375 15.264088,18.13319 15.6875,18.5 C 14.639107,20.080181 14,21.962011 14,24 C 14,26.033681 14.611921,27.921829 15.65625,29.5 C 15.243427,29.869532 15,30.401641 15,31 C 15,32.104 15.896,33.000001 17,33 C 17.60375,33 18.13319,32.735911 18.5,32.3125 C 20.080181,33.360893 21.962011,34 24,34 C 26.03799,34 27.919819,33.360893 29.5,32.3125 C 29.86681,32.735912 30.396251,33.000001 31,33 C 32.103999,33 33,32.104001 33,31 C 33,30.39625 32.735912,29.86681 32.3125,29.5 C 33.360893,27.919819 34,26.03799 34,24 C 34,21.962011 33.360893,20.080181 32.3125,18.5 C 32.735912,18.13319 33,17.60375 33,17 C 33,15.896 32.103999,15 31,15 C 30.9655,15 30.912662,15.000854 30.875,15 C 30.847007,14.9998 30.806453,14.997438 30.78125,15 C 30.2771
98,15.05124 29.819299,15.298435 29.5,15.65625 C 29.493313,15.651825 29.475448,15.660659 29.46875,15.65625 C 27.894622,14.620029 26.025064,14 24,14 C 23.913827,14 23.835651,13.997829 23.75,14 z "
- id="path3726"
- sodipodi:nodetypes="ccsssscscsscscsscscsssssssc" />
- <path
- style="opacity:1;color:#000000;fill:url(#radialGradient3728);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20321889;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- d="M 23.75,14 C 21.81001,14.049168 20.013366,14.683436 18.5,15.6875 C 18.13319,15.264088 17.60375,15 17,15 C 16.9655,15 16.912662,15.000854 16.875,15 C 16.847007,14.9998 16.806453,14.997438 16.78125,15 C 15.773145,15.102481 15,15.965001 15,17 C 15,17.60375 15.264088,18.13319 15.6875,18.5 C 14.639107,20.080181 14,21.962011 14,24 C 14,26.033681 14.611921,27.921829 15.65625,29.5 C 15.243427,29.869532 15,30.401641 15,31 C 15,32.104 15.896,33.000001 17,33 C 17.60375,33 18.13319,32.735911 18.5,32.3125 C 20.080181,33.360893 21.962011,34 24,34 C 26.03799,34 27.919819,33.360893 29.5,32.3125 C 29.86681,32.735912 30.396251,33.000001 31,33 C 32.103999,33 33,32.104001 33,31 C 33,30.39625 32.735912,29.86681 32.3125,29.5 C 33.360893,27.919819 34,26.03799 34,24 C 34,21.962011 33.360893,20.080181 32.3125,18.5 C 32.735912,18.13319 33,17.60375 33,17 C 33,15.896 32.103999,15 31,15 C 30.9655,15 30.912662,15.000854 30.875,15 C 30.847007,14.9998 30.806453,14.997438 30.78125,15 C 30.2771
98,15.05124 29.819299,15.298435 29.5,15.65625 C 29.493313,15.651825 29.475448,15.660659 29.46875,15.65625 C 27.894622,14.620029 26.025064,14 24,14 C 23.913827,14 23.835651,13.997829 23.75,14 z "
- id="path3507"
- sodipodi:nodetypes="ccsssscscsscscsscscsssssssc" />
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:url(#radialGradient3644);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3698);stroke-width:0.23129642;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- id="path3636"
- sodipodi:cx="9.375"
- sodipodi:cy="9.375"
- sodipodi:rx="9.375"
- sodipodi:ry="9.375"
- d="M 18.75 9.375 A 9.375 9.375 0 1 1 0,9.375 A 9.375 9.375 0 1 1 18.75 9.375 z"
- transform="matrix(0.846982,0,0,0.911415,16.71027,15.44956)" />
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:url(#radialGradient3634);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.59278226;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- id="path3519"
- sodipodi:cx="9.375"
- sodipodi:cy="9.375"
- sodipodi:rx="9.375"
- sodipodi:ry="9.375"
- d="M 18.75 9.375 A 9.375 9.375 0 1 1 0,9.375 A 9.375 9.375 0 1 1 18.75 9.375 z"
- transform="matrix(0.367272,0,0,0.32,18.56254,21.125)" />
- <path
- transform="matrix(1.3125,0,0,1.3125,-4.657679,-5.09375)"
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.15483344;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- id="path3718"
- sodipodi:cx="16.5"
- sodipodi:cy="16.5"
- sodipodi:rx="0.5"
- sodipodi:ry="0.5"
- d="M 17 16.5 A 0.5 0.5 0 1 1 16,16.5 A 0.5 0.5 0 1 1 17 16.5 z" />
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20321889;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- id="path3720"
- sodipodi:cx="16.5"
- sodipodi:cy="16.5"
- sodipodi:rx="0.5"
- sodipodi:ry="0.5"
- d="M 17 16.5 A 0.5 0.5 0 1 1 16,16.5 A 0.5 0.5 0 1 1 17 16.5 z"
- transform="translate(15.22159,0.25)" />
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20321889;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- id="path3722"
- sodipodi:cx="16.5"
- sodipodi:cy="16.5"
- sodipodi:rx="0.5"
- sodipodi:ry="0.5"
- d="M 17 16.5 A 0.5 0.5 0 1 1 16,16.5 A 0.5 0.5 0 1 1 17 16.5 z"
- transform="translate(15.22159,14.96875)" />
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.14779556;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- id="path3724"
- sodipodi:cx="16.5"
- sodipodi:cy="16.5"
- sodipodi:rx="0.5"
- sodipodi:ry="0.5"
- d="M 17 16.5 A 0.5 0.5 0 1 1 16,16.5 A 0.5 0.5 0 1 1 17 16.5 z"
- transform="matrix(1.375,0,0,1.375,-5.688929,8.8125)" />
- </g>
- </g>
- </g>
-</svg>
diff --git a/icons/scalable/xfce4-mixer-volume-very-high.svg b/icons/scalable/xfce4-mixer-volume-very-high.svg
deleted file mode 100644
index 5e4021a..0000000
--- a/icons/scalable/xfce4-mixer-volume-very-high.svg
+++ /dev/null
@@ -1,724 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="48"
- height="48"
- id="svg2566"
- sodipodi:version="0.32"
- inkscape:version="0.46"
- version="1.0"
- sodipodi:docbase="/home/jannis/xfce/xfce4-mixer.git/icons/scalable"
- sodipodi:docname="audio-volume-05.svg"
- inkscape:output_extension="org.inkscape.output.svg.inkscape">
- <defs
- id="defs2568">
- <inkscape:perspective
- sodipodi:type="inkscape:persp3d"
- inkscape:vp_x="0 : 24 : 1"
- inkscape:vp_y="0 : 1000 : 0"
- inkscape:vp_z="48 : 24 : 1"
- inkscape:persp3d-origin="24 : 16 : 1"
- id="perspective2990" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3510">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop3512" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop3514" />
- </linearGradient>
- <linearGradient
- id="linearGradient3498">
- <stop
- style="stop-color:#437bc4;stop-opacity:1;"
- offset="0"
- id="stop3500" />
- <stop
- style="stop-color:#4f85c7;stop-opacity:1;"
- offset="1"
- id="stop3502" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3281">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop3283" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop3285" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient4099">
- <stop
- style="stop-color:#6f726f;stop-opacity:1;"
- offset="0"
- id="stop4101" />
- <stop
- style="stop-color:#6f726f;stop-opacity:0;"
- offset="1"
- id="stop4103" />
- </linearGradient>
- <linearGradient
- id="linearGradient4068">
- <stop
- style="stop-color:#eaeae9;stop-opacity:1;"
- offset="0"
- id="stop4070" />
- <stop
- style="stop-color:#a5a7a2;stop-opacity:1;"
- offset="1"
- id="stop4072" />
- </linearGradient>
- <linearGradient
- id="linearGradient3670"
- inkscape:collect="always">
- <stop
- id="stop3672"
- offset="0"
- style="stop-color:#d3d7cf" />
- <stop
- id="stop3674"
- offset="1"
- style="stop-color:#555753" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3670"
- id="radialGradient3634"
- cx="6.8797626"
- cy="7.1986876"
- fx="6.8797626"
- fy="7.1986876"
- r="9.375"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.240749,0,0,1.157631,-1.713645,-1.134736)" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3692">
- <stop
- style="stop-color:#2e3436;stop-opacity:1;"
- offset="0"
- id="stop3694" />
- <stop
- style="stop-color:#babdb6"
- offset="1"
- id="stop3696" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3692"
- id="linearGradient3698"
- x1="-0.51990569"
- y1="-0.51990569"
- x2="-0.51990569"
- y2="19.269905"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3628">
- <stop
- style="stop-color:#d3d7cf"
- offset="0"
- id="stop3630" />
- <stop
- style="stop-color:#555753"
- offset="1"
- id="stop3632" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3628"
- id="radialGradient3644"
- cx="12.704856"
- cy="13.847466"
- fx="12.704856"
- fy="13.847466"
- r="9.375"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(6.370852e-2,-1.424475,1.547293,6.92112e-2,-9.530629,30.98681)" />
- <linearGradient
- id="linearGradient3730"
- inkscape:collect="always">
- <stop
- id="stop3732"
- offset="0"
- style="stop-color:#eeeeec" />
- <stop
- id="stop3734"
- offset="1"
- style="stop-color:#888a85" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3730"
- id="radialGradient3728"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-0.310032,2.110862,-2.082775,-0.305867,17.75288,16.41459)"
- cx="-1.0016617"
- cy="0.99004257"
- fx="-1.0016617"
- fy="0.99004257"
- r="9.9205227" />
- <linearGradient
- id="linearGradient1557"
- inkscape:collect="always">
- <stop
- id="stop1559"
- offset="0"
- style="stop-color:#2e3436;stop-opacity:1;" />
- <stop
- id="stop1561"
- offset="1"
- style="stop-color:#888a85" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1557"
- id="linearGradient1549"
- x1="17.0625"
- y1="34.950001"
- x2="20.3125"
- y2="5.375"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3676">
- <stop
- style="stop-color:#eeeeec"
- offset="0"
- id="stop4022" />
- <stop
- style="stop-color:#555753"
- offset="1"
- id="stop3680" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3676"
- id="radialGradient3702"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-0.127582,1.416065,-1.630141,-0.146854,17.48751,15.56121)"
- cx="-1.0016617"
- cy="0.99004257"
- fx="-1.0016617"
- fy="0.99004257"
- r="9.9205227" />
- <linearGradient
- id="linearGradient3788">
- <stop
- style="stop-color:#cccdcb;stop-opacity:1;"
- offset="0"
- id="stop3790" />
- <stop
- style="stop-color:#888a85;stop-opacity:1;"
- offset="1"
- id="stop3792" />
- </linearGradient>
- <linearGradient
- id="linearGradient3674">
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="0"
- id="stop3676" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop3678" />
- </linearGradient>
- <linearGradient
- id="linearGradient3657">
- <stop
- style="stop-color:#fafafa;stop-opacity:1;"
- offset="0"
- id="stop3659" />
- <stop
- style="stop-color:#bfbfbf;stop-opacity:1;"
- offset="1"
- id="stop3661" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3609">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop3611" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop3613" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4608"
- id="linearGradient4585"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.339723,0,0,2.339723,-116.04972,4.376374)"
- x1="56.302975"
- y1="4.9369388"
- x2="56.609135"
- y2="8.6796741" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4608"
- id="linearGradient4641"
- x1="58.015995"
- y1="35.01503"
- x2="57.954308"
- y2="40.9986"
- gradientUnits="userSpaceOnUse"
- spreadMethod="reflect"
- gradientTransform="matrix(0.997993,0,0,1,-97.71685,-9.352993)" />
- <linearGradient
- id="linearGradient4608">
- <stop
- style="stop-color:#eeeeec"
- offset="0"
- id="stop4610" />
- <stop
- style="stop-color:#8a8c87;stop-opacity:1;"
- offset="1"
- id="stop4612" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3609"
- id="radialGradient3615"
- cx="6.4081554"
- cy="17.403807"
- fx="6.4081554"
- fy="17.403807"
- r="5.524272"
- gradientTransform="matrix(1,0,0,0.416,0,10.16382)"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3657"
- id="linearGradient3668"
- gradientUnits="userSpaceOnUse"
- x1="10.4375"
- y1="8.2899637"
- x2="10.4375"
- y2="18.984955"
- gradientTransform="translate(-64.70027,0)" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3674"
- id="radialGradient3680"
- cx="5.0822492"
- cy="12.516305"
- fx="5.0822492"
- fy="12.516305"
- r="2.9831069"
- gradientTransform="matrix(2.0170078,0,-1.9570578e-8,2.3384685,0.6285502,-1.712618)"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3788"
- id="linearGradient3794"
- x1="8.0536165"
- y1="11.030003"
- x2="10.4375"
- y2="11.030003"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-64.70027,0)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4068"
- id="linearGradient4095"
- gradientUnits="userSpaceOnUse"
- x1="7.5763841"
- y1="20.301662"
- x2="7.3215322"
- y2="27.345011" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4068"
- id="linearGradient4097"
- gradientUnits="userSpaceOnUse"
- x1="7.5763841"
- y1="20.301662"
- x2="7.3215322"
- y2="27.345011" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4099"
- id="linearGradient4105"
- x1="11.125889"
- y1="25.559732"
- x2="9.346509"
- y2="25.736509"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.7134766,0,0,1.7134766,-5.844493,-19.414512)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3281"
- id="linearGradient3287"
- x1="4.6831215"
- y1="24.665476"
- x2="8.3712559"
- y2="24.317278"
- gradientUnits="userSpaceOnUse" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient3504"
- cx="36.82843"
- cy="24.427677"
- fx="36.82843"
- fy="24.427671"
- r="1.2404949"
- gradientTransform="matrix(32.313054,-14.275864,12.619686,35.592614,-1476.0709,-312.91301)"
- gradientUnits="userSpaceOnUse" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient3506"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(43.968272,-19.425114,10.906929,30.761994,-1863.6997,-6.2189009)"
- cx="36.82843"
- cy="24.427683"
- fx="36.82843"
- fy="24.427683"
- r="1.2404949" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient3508"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(31.048208,-13.717057,12.125707,34.199395,-1418.48,-299.33636)"
- cx="36.82843"
- cy="24.427677"
- fx="36.82843"
- fy="24.427671"
- r="1.2404949" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3510"
- id="linearGradient3516"
- x1="9.485774"
- y1="22.107626"
- x2="7.378232"
- y2="22.637957"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.3219424,0,0,1.3219424,0.7364601,-9.731858)" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient6911"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(40.656591,0,0,26.213479,-1479.312,-616.32841)"
- cx="36.82843"
- cy="24.427683"
- fx="36.82843"
- fy="24.427683"
- r="1.2404949" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient6915"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(45.652831,0,0,29.434823,-1656.4105,-695.13758)"
- cx="36.82843"
- cy="24.427683"
- fx="36.82843"
- fy="24.427683"
- r="1.2404949" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient6919"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(23.065329,-10.190231,9.0080386,25.406308,-1055.1912,-210.45979)"
- cx="36.82843"
- cy="24.427677"
- fx="36.82843"
- fy="24.427671"
- r="1.2404949" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3498"
- id="radialGradient6923"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(14.141994,-6.2479141,5.5230792,15.577314,-649.09211,-111.60048)"
- cx="36.82843"
- cy="24.427677"
- fx="36.82843"
- fy="24.427671"
- r="1.2404949" />
- </defs>
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="0.13333333"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="5.6568542"
- inkscape:cx="41.79292"
- inkscape:cy="29.76537"
- inkscape:current-layer="layer1"
- showgrid="false"
- inkscape:grid-bbox="true"
- inkscape:document-units="px"
- inkscape:showpageshadow="false"
- inkscape:window-width="978"
- inkscape:window-height="719"
- inkscape:window-x="20"
- inkscape:window-y="50"
- stroke="#3465a4"
- fill="#ef2929"
- showguides="true"
- inkscape:guide-bbox="true">
- <sodipodi:guide
- orientation="horizontal"
- position="-4.7729708"
- id="guide6153" />
- <sodipodi:guide
- orientation="horizontal"
- position="0.88388348"
- id="guide2256" />
- </sodipodi:namedview>
- <metadata
- id="metadata2571">
- <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>Volume - High</dc:title>
- <dc:creator>
- <cc:Agent>
- <dc:title>Jakub Steiner</dc:title>
- </cc:Agent>
- </dc:creator>
- <dc:contributor>
- <cc:Agent>
- <dc:title>Lapo Calamandrei</dc:title>
- </cc:Agent>
- </dc:contributor>
- <cc:license
- rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" />
- <dc:publisher>
- <cc:Agent>
- <dc:title>http://www.tango-project.org</dc:title>
- </cc:Agent>
- </dc:publisher>
- </cc:Work>
- <cc:License
- rdf:about="http://creativecommons.org/licenses/by-sa/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:requires
- rdf:resource="http://web.resource.org/cc/Attribution" />
- <cc:permits
- rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
- <cc:requires
- rdf:resource="http://web.resource.org/cc/ShareAlike" />
- </cc:License>
- </rdf:RDF>
- </metadata>
- <g
- id="layer1"
- inkscape:label="Layer 1"
- inkscape:groupmode="layer">
- <g
- style="opacity:0.5;stroke-width:0.20321889;stroke-miterlimit:4;stroke-dasharray:none"
- id="g4951"
- transform="matrix(1.4500307,0,0,1.9951694,-5.014883,-24.104868)">
- <path
- sodipodi:type="arc"
- style="opacity:0.42857145;color:#000000;fill:url(#radialGradient3615);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.07868898;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"
- id="path3607"
- sodipodi:cx="6.4081554"
- sodipodi:cy="17.403807"
- sodipodi:rx="5.524272"
- sodipodi:ry="2.2980971"
- d="M 11.932427 17.403807 A 5.524272 2.2980971 0 1 1 0.88388348,17.403807 A 5.524272 2.2980971 0 1 1 11.932427 17.403807 z"
- transform="matrix(2.6455674,0,0,2.5210502,-0.5794078,-13.379605)" />
- <g
- style="stroke-width:0.20321889;stroke-miterlimit:4;stroke-dasharray:none"
- id="g3963">
- <g
- style="stroke-width:0.201727;stroke-miterlimit:4;stroke-dasharray:none"
- transform="matrix(1.1816839,0,0,0.8588133,3.7081077e-2,3.1760717)"
- id="g4090">
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:url(#linearGradient4095);fill-opacity:1;fill-rule:nonzero;stroke:#5d615f;stroke-width:0.15111277;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"
- id="path4076"
- sodipodi:cx="8.7504463"
- sodipodi:cy="24.665476"
- sodipodi:rx="3.6239223"
- sodipodi:ry="6.3639612"
- d="M 12.374369 24.665476 A 3.6239223 6.3639612 0 1 1 5.126524,24.665476 A 3.6239223 6.3639612 0 1 1 12.374369 24.665476 z"
- transform="matrix(1.415965,0,0,1.258558,-2.667614,-6.200669)" />
- <path
- transform="matrix(1.154526,0,0,1.154526,-0.379902,-3.63468)"
- d="M 12.374369 24.665476 A 3.6239223 6.3639612 0 1 1 5.126524,24.665476 A 3.6239223 6.3639612 0 1 1 12.374369 24.665476 z"
- sodipodi:ry="6.3639612"
- sodipodi:rx="3.6239223"
- sodipodi:cy="24.665476"
- sodipodi:cx="8.7504463"
- id="path4060"
- style="opacity:1;color:#000000;fill:url(#linearGradient4097);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.17472713;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"
- sodipodi:type="arc" />
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:#93958f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.18655021;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"
- id="path4058"
- sodipodi:cx="8.7504463"
- sodipodi:cy="24.665476"
- sodipodi:rx="3.6239223"
- sodipodi:ry="6.3639612"
- d="M 12.374369 24.665476 A 3.6239223 6.3639612 0 1 1 5.126524,24.665476 A 3.6239223 6.3639612 0 1 1 12.374369 24.665476 z"
- transform="matrix(1.081355,0,0,1.081355,1.232653,-1.829889)" />
- <path
- transform="matrix(1.1807,0,0,1.076971,-0.608944,-1.721744)"
- d="M 12.374369 24.665476 A 3.6239223 6.3639612 0 1 1 5.126524,24.665476 A 3.6239223 6.3639612 0 1 1 12.374369 24.665476 z"
- sodipodi:ry="6.3639612"
- sodipodi:rx="3.6239223"
- sodipodi:cy="24.665476"
- sodipodi:cx="8.7504463"
- id="path3279"
- style="opacity:0.39560439;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3287);stroke-width:0.17889255;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"
- sodipodi:type="arc" />
- </g>
- <path
- transform="matrix(0.6896406,0,0,0.5012106,3.3365544,12.906831)"
- sodipodi:nodetypes="ccccc"
- id="path4542"
- d="M 13.269373,14.383822 L 22.641531,6.28797 L 22.338628,39.446044 L 12.815018,32.142237 C 9.4830863,29.416108 8.8772802,17.2614 13.269373,14.383822 z "
- style="color:#000000;fill:url(#linearGradient4585);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4105);stroke-width:0.34565476;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
- <path
- transform="matrix(0.6896406,0,0,0.5012106,3.3365544,12.906831)"
- sodipodi:nodetypes="ccccc"
- id="path4544"
- d="M 10.701725,19.334289 L 16.062156,15.316878 L 15.729537,19.991364 L 10.490058,20.865163 L 10.701725,19.334289 z "
- style="color:#000000;fill:url(#linearGradient3516);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.34565476;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
- <path
- transform="matrix(0.6896406,0,0,0.5012106,3.3365544,12.906831)"
- sodipodi:nodetypes="ccccc"
- id="path3672"
- d="M 11.581036,30.41709 L 17.451524,35.134232 L 16.715434,31.924697 L 10.797884,28.61622 L 11.581036,30.41709 z "
- style="opacity:0.7692308;color:#000000;fill:url(#radialGradient3680);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.34565476;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
- <path
- style="opacity:1;color:#000000;fill:url(#radialGradient3702);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient1549);stroke-width:0.20321889;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- d="M 23.75,14 C 21.81001,14.049168 20.013366,14.683436 18.5,15.6875 C 18.13319,15.264088 17.60375,15 17,15 C 16.9655,15 16.912662,15.000854 16.875,15 C 16.847007,14.9998 16.806453,14.997438 16.78125,15 C 15.773145,15.102481 15,15.965001 15,17 C 15,17.60375 15.264088,18.13319 15.6875,18.5 C 14.639107,20.080181 14,21.962011 14,24 C 14,26.033681 14.611921,27.921829 15.65625,29.5 C 15.243427,29.869532 15,30.401641 15,31 C 15,32.104 15.896,33.000001 17,33 C 17.60375,33 18.13319,32.735911 18.5,32.3125 C 20.080181,33.360893 21.962011,34 24,34 C 26.03799,34 27.919819,33.360893 29.5,32.3125 C 29.86681,32.735912 30.396251,33.000001 31,33 C 32.103999,33 33,32.104001 33,31 C 33,30.39625 32.735912,29.86681 32.3125,29.5 C 33.360893,27.919819 34,26.03799 34,24 C 34,21.962011 33.360893,20.080181 32.3125,18.5 C 32.735912,18.13319 33,17.60375 33,17 C 33,15.896 32.103999,15 31,15 C 30.9655,15 30.912662,15.000854 30.875,15 C 30.847007,14.9998 30.806453,14.997438 30.78125,15 C 30.2771
98,15.05124 29.819299,15.298435 29.5,15.65625 C 29.493313,15.651825 29.475448,15.660659 29.46875,15.65625 C 27.894622,14.620029 26.025064,14 24,14 C 23.913827,14 23.835651,13.997829 23.75,14 z "
- id="path3726"
- sodipodi:nodetypes="ccsssscscsscscsscscsssssssc" />
- <path
- style="opacity:1;color:#000000;fill:url(#radialGradient3728);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20321889;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- d="M 23.75,14 C 21.81001,14.049168 20.013366,14.683436 18.5,15.6875 C 18.13319,15.264088 17.60375,15 17,15 C 16.9655,15 16.912662,15.000854 16.875,15 C 16.847007,14.9998 16.806453,14.997438 16.78125,15 C 15.773145,15.102481 15,15.965001 15,17 C 15,17.60375 15.264088,18.13319 15.6875,18.5 C 14.639107,20.080181 14,21.962011 14,24 C 14,26.033681 14.611921,27.921829 15.65625,29.5 C 15.243427,29.869532 15,30.401641 15,31 C 15,32.104 15.896,33.000001 17,33 C 17.60375,33 18.13319,32.735911 18.5,32.3125 C 20.080181,33.360893 21.962011,34 24,34 C 26.03799,34 27.919819,33.360893 29.5,32.3125 C 29.86681,32.735912 30.396251,33.000001 31,33 C 32.103999,33 33,32.104001 33,31 C 33,30.39625 32.735912,29.86681 32.3125,29.5 C 33.360893,27.919819 34,26.03799 34,24 C 34,21.962011 33.360893,20.080181 32.3125,18.5 C 32.735912,18.13319 33,17.60375 33,17 C 33,15.896 32.103999,15 31,15 C 30.9655,15 30.912662,15.000854 30.875,15 C 30.847007,14.9998 30.806453,14.997438 30.78125,15 C 30.2771
98,15.05124 29.819299,15.298435 29.5,15.65625 C 29.493313,15.651825 29.475448,15.660659 29.46875,15.65625 C 27.894622,14.620029 26.025064,14 24,14 C 23.913827,14 23.835651,13.997829 23.75,14 z "
- id="path3507"
- sodipodi:nodetypes="ccsssscscsscscsscscsssssssc" />
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:url(#radialGradient3644);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3698);stroke-width:0.23129642;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- id="path3636"
- sodipodi:cx="9.375"
- sodipodi:cy="9.375"
- sodipodi:rx="9.375"
- sodipodi:ry="9.375"
- d="M 18.75 9.375 A 9.375 9.375 0 1 1 0,9.375 A 9.375 9.375 0 1 1 18.75 9.375 z"
- transform="matrix(0.846982,0,0,0.911415,16.71027,15.44956)" />
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:url(#radialGradient3634);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.59278226;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- id="path3519"
- sodipodi:cx="9.375"
- sodipodi:cy="9.375"
- sodipodi:rx="9.375"
- sodipodi:ry="9.375"
- d="M 18.75 9.375 A 9.375 9.375 0 1 1 0,9.375 A 9.375 9.375 0 1 1 18.75 9.375 z"
- transform="matrix(0.367272,0,0,0.32,18.56254,21.125)" />
- <path
- transform="matrix(1.3125,0,0,1.3125,-4.657679,-5.09375)"
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.15483344;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- id="path3718"
- sodipodi:cx="16.5"
- sodipodi:cy="16.5"
- sodipodi:rx="0.5"
- sodipodi:ry="0.5"
- d="M 17 16.5 A 0.5 0.5 0 1 1 16,16.5 A 0.5 0.5 0 1 1 17 16.5 z" />
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20321889;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- id="path3720"
- sodipodi:cx="16.5"
- sodipodi:cy="16.5"
- sodipodi:rx="0.5"
- sodipodi:ry="0.5"
- d="M 17 16.5 A 0.5 0.5 0 1 1 16,16.5 A 0.5 0.5 0 1 1 17 16.5 z"
- transform="translate(15.22159,0.25)" />
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20321889;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- id="path3722"
- sodipodi:cx="16.5"
- sodipodi:cy="16.5"
- sodipodi:rx="0.5"
- sodipodi:ry="0.5"
- d="M 17 16.5 A 0.5 0.5 0 1 1 16,16.5 A 0.5 0.5 0 1 1 17 16.5 z"
- transform="translate(15.22159,14.96875)" />
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.14779556;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- id="path3724"
- sodipodi:cx="16.5"
- sodipodi:cy="16.5"
- sodipodi:rx="0.5"
- sodipodi:ry="0.5"
- d="M 17 16.5 A 0.5 0.5 0 1 1 16,16.5 A 0.5 0.5 0 1 1 17 16.5 z"
- transform="matrix(1.375,0,0,1.375,-5.688929,8.8125)" />
- </g>
- </g>
- <path
- sodipodi:nodetypes="csc"
- id="path3488"
- d="M 25.243284,45.07512 C 26.226324,40.631287 25.886327,35.237335 24.024099,29.985092 C 22.161871,24.732848 19.102842,20.54016 15.661632,18.05095"
- style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#radialGradient3504);stroke-width:4.54232788;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
- <path
- style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#radialGradient3508);stroke-width:4.36452532;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- d="M 34.307277,45.164021 C 35.569413,39.458483 35.132889,32.533058 32.741931,25.78958 C 30.350972,19.0461 26.423408,13.663015 22.005171,10.467058"
- id="path3494"
- sodipodi:nodetypes="csc" />
- <path
- sodipodi:nodetypes="csc"
- id="path3496"
- d="M 43.391905,44.844953 C 44.930498,37.889761 44.398353,29.447521 41.483721,21.227069 C 38.569089,13.006619 33.781316,6.4445034 28.395359,2.5485697"
- style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#radialGradient3506);stroke-width:4.54232788;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
- <path
- style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#radialGradient6919);stroke-width:4.54232788;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
- d="M 16.459372,45.07512 C 17.161073,41.903076 16.918382,38.052827 15.589107,34.303732 C 14.259834,30.554638 12.076273,27.561861 9.6199099,25.785043"
- id="path6917"
- sodipodi:nodetypes="csc" />
- <path
- sodipodi:nodetypes="csc"
- id="path6921"
- d="M 7.9666454,45.07512 C 8.3968784,43.130244 8.2480765,40.769553 7.4330612,38.470878 C 6.618047,36.172205 5.2792455,34.337246 3.7731799,33.247834"
- style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#radialGradient6923);stroke-width:4.54232788;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
- </g>
-</svg>
diff --git a/panel-plugin/xfce-volume-button.c b/panel-plugin/xfce-volume-button.c
index d09f56e..cc9bfed 100644
--- a/panel-plugin/xfce-volume-button.c
+++ b/panel-plugin/xfce-volume-button.c
@@ -1,6 +1,7 @@
/* vi:set expandtab sw=2 sts=2: */
/*-
* Copyright (c) 2008 Jannis Pohlmann <jannis at xfce.org>
+ * Copyright (c) 2012 Guido Berhoerster <guido+xfce at berhoerster.name>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -54,13 +55,10 @@ static guint button_signals[LAST_SIGNAL];
/* Icons for different volume levels */
static const char *icons[] = {
- "xfce4-mixer-volume-muted",
- "xfce4-mixer-volume-ultra-low",
- "xfce4-mixer-volume-low",
- "xfce4-mixer-volume-low-medium",
- "xfce4-mixer-volume-medium",
- "xfce4-mixer-volume-high",
- "xfce4-mixer-volume-very-high",
+ "audio-volume-muted",
+ "audio-volume-low",
+ "audio-volume-medium",
+ "audio-volume-high",
NULL
};
@@ -83,6 +81,8 @@ static gboolean xfce_volume_button_scrolled (GtkWidget *widg
XfceVolumeButton *button);
static void xfce_volume_button_volume_changed (XfceVolumeButton *button,
gdouble volume);
+static void xfce_volume_button_update_icons (XfceVolumeButton *button,
+ GtkIconTheme *icon_theme);
static void xfce_volume_button_mute_toggled (XfceVolumeButton *button,
gboolean mute);
@@ -223,6 +223,7 @@ xfce_volume_button_init (XfceVolumeButton *button)
#endif
g_signal_connect (G_OBJECT (button), "button-press-event", G_CALLBACK (xfce_volume_button_button_pressed), button);
g_signal_connect (G_OBJECT (button), "scroll-event", G_CALLBACK (xfce_volume_button_scrolled), button);
+ g_signal_connect_swapped (gtk_icon_theme_get_default (), "changed", G_CALLBACK (xfce_volume_button_update_icons), button);
/* Update the state of the button */
xfce_volume_button_update (button);
@@ -414,9 +415,9 @@ xfce_volume_button_update (XfceVolumeButton *button)
/* Determine the difference between upper and lower bound (= volume range) */
range = (upper - lower) / (G_N_ELEMENTS (icons) - 2);
- if (G_UNLIKELY (button->is_muted))
+ if (G_UNLIKELY (button->is_muted || value < 0.005))
{
- /* By definition, use the first icon if the button is muted */
+ /* By definition, use the first icon if the button is muted or the volume is 0 */
pixbuf = button->pixbufs[0];
}
else
@@ -475,17 +476,15 @@ xfce_volume_button_set_volume (XfceVolumeButton *button,
}
-void
-xfce_volume_button_set_icon_size (XfceVolumeButton *button,
- gint size)
+
+static void
+xfce_volume_button_update_icons (XfceVolumeButton *button,
+ GtkIconTheme *icon_theme)
{
guint i;
g_return_if_fail (IS_XFCE_VOLUME_BUTTON (button));
- g_return_if_fail (size >= 0);
-
- /* Remember the icon size */
- button->icon_size = size;
+ g_return_if_fail (GTK_IS_ICON_THEME (icon_theme));
/* Pre-load all icons */
for (i = 0; i < G_N_ELEMENTS (icons)-1; ++i)
@@ -493,12 +492,30 @@ xfce_volume_button_set_icon_size (XfceVolumeButton *button,
if (GDK_IS_PIXBUF (button->pixbufs[i]))
g_object_unref (G_OBJECT (button->pixbufs[i]));
- button->pixbufs[i] = gtk_icon_theme_load_icon (gtk_icon_theme_get_default(),
+ button->pixbufs[i] = gtk_icon_theme_load_icon (icon_theme,
icons[i],
button->icon_size,
GTK_ICON_LOOKUP_USE_BUILTIN,
NULL);
}
+
+ /* Update the state of the button */
+ xfce_volume_button_update (button);
+}
+
+
+
+void
+xfce_volume_button_set_icon_size (XfceVolumeButton *button,
+ gint size)
+{
+ g_return_if_fail (IS_XFCE_VOLUME_BUTTON (button));
+ g_return_if_fail (size >= 0);
+
+ /* Remember the icon size */
+ button->icon_size = size;
+
+ xfce_volume_button_update_icons (button, gtk_icon_theme_get_default ());
}
diff --git a/xfce4-mixer/xfce-mixer-track.c b/xfce4-mixer/xfce-mixer-track.c
index 82b412b..c984cb3 100644
--- a/xfce4-mixer/xfce-mixer-track.c
+++ b/xfce4-mixer/xfce-mixer-track.c
@@ -1,6 +1,7 @@
/* vi:set expandtab sw=2 sts=2: */
/*-
* Copyright (c) 2008 Jannis Pohlmann <jannis at xfce.org>
+ * Copyright (c) 2012 Guido Berhoerster <guido+xfce at berhoerster.name>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -232,7 +233,7 @@ xfce_mixer_track_create_contents (XfceMixerTrack *track)
if (G_LIKELY (xfce_mixer_track_type_new (track->gst_track) == XFCE_MIXER_TRACK_TYPE_PLAYBACK))
{
track->mute_button = gtk_toggle_button_new ();
- image = gtk_image_new_from_icon_name ("xfce4-mixer-no-muted", XFCE_MIXER_ICON_SIZE);
+ image = gtk_image_new_from_icon_name ("audio-volume-high", XFCE_MIXER_ICON_SIZE);
gtk_button_set_image (GTK_BUTTON (track->mute_button), image);
g_signal_connect (track->mute_button, "toggled", G_CALLBACK (xfce_mixer_track_mute_toggled), track);
gtk_box_pack_start (GTK_BOX (button_box), track->mute_button, FALSE, FALSE, 0);
@@ -254,7 +255,7 @@ xfce_mixer_track_create_contents (XfceMixerTrack *track)
if (G_UNLIKELY (xfce_mixer_track_type_new (track->gst_track) == XFCE_MIXER_TRACK_TYPE_CAPTURE))
{
track->record_button = gtk_toggle_button_new ();
- image = gtk_image_new_from_icon_name ("xfce4-mixer-no-record", XFCE_MIXER_ICON_SIZE);
+ image = gtk_image_new_from_icon_name ("audio-input-microphone-muted", XFCE_MIXER_ICON_SIZE);
gtk_button_set_image (GTK_BUTTON (track->record_button), image);
g_signal_connect (track->record_button, "toggled", G_CALLBACK (xfce_mixer_track_record_toggled), track);
gtk_box_pack_start (GTK_BOX (button_box), track->record_button, FALSE, FALSE, 0);
@@ -328,12 +329,12 @@ xfce_mixer_track_mute_toggled (GtkToggleButton *button,
if (gtk_toggle_button_get_active (button))
{
- stock = "xfce4-mixer-muted";
+ stock = "audio-volume-muted";
gst_mixer_set_mute (GST_MIXER (track->card), track->gst_track, TRUE);
}
else
{
- stock = "xfce4-mixer-no-muted";
+ stock = "audio-volume-high";
gst_mixer_set_mute (GST_MIXER (track->card), track->gst_track, FALSE);
}
@@ -400,12 +401,12 @@ xfce_mixer_track_record_toggled (GtkToggleButton *button,
if (gtk_toggle_button_get_active (button))
{
- stock = "xfce4-mixer-record";
+ stock = "audio-input-microphone";
gst_mixer_set_record (GST_MIXER (track->card), track->gst_track, TRUE);
}
else
{
- stock = "xfce4-mixer-no-record";
+ stock = "audio-input-microphone-muted";
gst_mixer_set_record (GST_MIXER (track->card), track->gst_track, FALSE);
}
More information about the Xfce4-commits
mailing list