summaryrefslogtreecommitdiff
path: root/icons/32x32
diff options
context:
space:
mode:
authorPerberos <[email protected]>2011-12-01 22:56:10 -0300
committerPerberos <[email protected]>2011-12-01 22:56:10 -0300
commitc51ef797a707f4e2c6f9688d4378f2b0e9898a66 (patch)
tree019ae92bb53c19b30077545cb14743cbd1b57aef /icons/32x32
downloadmate-panel-c51ef797a707f4e2c6f9688d4378f2b0e9898a66.tar.bz2
mate-panel-c51ef797a707f4e2c6f9688d4378f2b0e9898a66.tar.xz
moving from https://github.com/perberos/mate-desktop-environment
Diffstat (limited to 'icons/32x32')
-rw-r--r--icons/32x32/Makefile.am48
-rw-r--r--icons/32x32/Makefile.in564
-rw-r--r--icons/32x32/mate-panel-clock.pngbin0 -> 2177 bytes
-rw-r--r--icons/32x32/mate-panel-clock.svg291
-rw-r--r--icons/32x32/mate-panel-drawer.pngbin0 -> 865 bytes
-rw-r--r--icons/32x32/mate-panel-drawer.svg486
-rw-r--r--icons/32x32/mate-panel-fish.pngbin0 -> 1785 bytes
-rw-r--r--icons/32x32/mate-panel-fish.svg656
-rw-r--r--icons/32x32/mate-panel-force-quit.pngbin0 -> 1588 bytes
-rw-r--r--icons/32x32/mate-panel-force-quit.svg362
-rw-r--r--icons/32x32/mate-panel-launcher.pngbin0 -> 1777 bytes
-rw-r--r--icons/32x32/mate-panel-launcher.svg710
-rw-r--r--icons/32x32/mate-panel-notification-area.pngbin0 -> 1712 bytes
-rw-r--r--icons/32x32/mate-panel-notification-area.svg291
-rw-r--r--icons/32x32/mate-panel-separator.pngbin0 -> 176 bytes
-rw-r--r--icons/32x32/mate-panel-separator.svg105
-rw-r--r--icons/32x32/mate-panel-window-list.pngbin0 -> 723 bytes
-rw-r--r--icons/32x32/mate-panel-window-list.svg170
-rw-r--r--icons/32x32/mate-panel-window-menu.pngbin0 -> 830 bytes
-rw-r--r--icons/32x32/mate-panel-window-menu.svg368
-rw-r--r--icons/32x32/mate-panel-workspace-switcher.pngbin0 -> 706 bytes
-rw-r--r--icons/32x32/mate-panel-workspace-switcher.svg452
-rw-r--r--icons/32x32/mate-panel.pngbin0 -> 1070 bytes
-rw-r--r--icons/32x32/mate-panel.svg202
24 files changed, 4705 insertions, 0 deletions
diff --git a/icons/32x32/Makefile.am b/icons/32x32/Makefile.am
new file mode 100644
index 00000000..feadf987
--- /dev/null
+++ b/icons/32x32/Makefile.am
@@ -0,0 +1,48 @@
+size = 32x32
+
+iconsdir = $(datadir)/icons/hicolor/$(size)/apps
+
+icons_DATA = \
+ mate-panel-clock.png \
+ mate-panel-drawer.png \
+ mate-panel-fish.png \
+ mate-panel-force-quit.png \
+ mate-panel-launcher.png \
+ mate-panel-notification-area.png \
+ mate-panel-separator.png \
+ mate-panel.png \
+ mate-panel-window-list.png \
+ mate-panel-window-menu.png \
+ mate-panel-workspace-switcher.png
+
+icons_SOURCE = \
+ mate-panel-clock.svg \
+ mate-panel-drawer.svg \
+ mate-panel-fish.svg \
+ mate-panel-force-quit.svg \
+ mate-panel-launcher.svg \
+ mate-panel-notification-area.svg \
+ mate-panel-separator.svg \
+ mate-panel.svg \
+ mate-panel-window-list.svg \
+ mate-panel-window-menu.svg \
+ mate-panel-workspace-switcher.svg
+
+gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
+
+install-data-hook: update-icon-cache
+uninstall-hook: update-icon-cache
+update-icon-cache:
+ @-if test -z "$(DESTDIR)"; then \
+ echo "Updating Gtk icon cache."; \
+ $(gtk_update_icon_cache); \
+ else \
+ echo "*** Icon cache not updated. After (un)install, run this:"; \
+ echo "*** $(gtk_update_icon_cache)"; \
+ fi
+
+EXTRA_DIST = \
+ $(icons_DATA) \
+ $(icons_SOURCE)
+
+-include $(top_srcdir)/git.mk
diff --git a/icons/32x32/Makefile.in b/icons/32x32/Makefile.in
new file mode 100644
index 00000000..074ec706
--- /dev/null
+++ b/icons/32x32/Makefile.in
@@ -0,0 +1,564 @@
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
+# @configure_input@
+
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+@SET_MAKE@
+
+VPATH = @srcdir@
+pkgdatadir = $(datadir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_triplet = @build@
+host_triplet = @host@
+subdir = icons/32x32
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/m4/d-type.m4 \
+ $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \
+ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
+ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
+ $(top_srcdir)/m4/lt~obsolete.m4 \
+ $(top_srcdir)/m4/mate-doc-utils.m4 $(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+ $(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/config.h
+CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
+AM_V_GEN = $(am__v_GEN_$(V))
+am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
+am__v_GEN_0 = @echo " GEN " $@;
+AM_V_at = $(am__v_at_$(V))
+am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
+am__v_at_0 = @
+SOURCES =
+DIST_SOURCES =
+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
+am__vpath_adj = case $$p in \
+ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
+ *) f=$$p;; \
+ esac;
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+ if (++n[$$2] == $(am__install_max)) \
+ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+ END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+am__installdirs = "$(DESTDIR)$(iconsdir)"
+DATA = $(icons_DATA)
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
+ALL_LINGUAS = @ALL_LINGUAS@
+AMTAR = @AMTAR@
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
+AR = @AR@
+AS = @AS@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
+CATALOGS = @CATALOGS@
+CATOBJEXT = @CATOBJEXT@
+CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CLOCK_CFLAGS = @CLOCK_CFLAGS@
+CLOCK_EDS_ICONDIR = @CLOCK_EDS_ICONDIR@
+CLOCK_LIBS = @CLOCK_LIBS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DATADIRNAME = @DATADIRNAME@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
+DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
+DISABLE_DEPRECATED_CFLAGS = @DISABLE_DEPRECATED_CFLAGS@
+DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
+DLLTOOL = @DLLTOOL@
+DOC_USER_FORMATS = @DOC_USER_FORMATS@
+DSYMUTIL = @DSYMUTIL@
+DUMPBIN = @DUMPBIN@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
+EGG_SMCLIENT_CFLAGS = @EGG_SMCLIENT_CFLAGS@
+EGG_SMCLIENT_LIBS = @EGG_SMCLIENT_LIBS@
+EGREP = @EGREP@
+EXEEXT = @EXEEXT@
+FGREP = @FGREP@
+FISH_CFLAGS = @FISH_CFLAGS@
+FISH_LIBS = @FISH_LIBS@
+GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
+GIO_QUERYMODULES = @GIO_QUERYMODULES@
+GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
+GMOFILES = @GMOFILES@
+GMSGFMT = @GMSGFMT@
+GREP = @GREP@
+GTKDOC_CHECK = @GTKDOC_CHECK@
+GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
+GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
+GTKDOC_MKPDF = @GTKDOC_MKPDF@
+GTKDOC_REBASE = @GTKDOC_REBASE@
+HELP_DIR = @HELP_DIR@
+HTML_DIR = @HTML_DIR@
+INSTALL = @INSTALL@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+INSTOBJEXT = @INSTOBJEXT@
+INTLLIBS = @INTLLIBS@
+INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
+INTLTOOL_MERGE = @INTLTOOL_MERGE@
+INTLTOOL_PERL = @INTLTOOL_PERL@
+INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
+INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
+INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
+INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
+INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
+INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
+INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
+INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
+INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
+LD = @LD@
+LDFLAGS = @LDFLAGS@
+LIBMATE_PANEL_APPLET_CFLAGS = @LIBMATE_PANEL_APPLET_CFLAGS@
+LIBMATE_PANEL_APPLET_LIBS = @LIBMATE_PANEL_APPLET_LIBS@
+LIBMATE_PANEL_APPLET_MATECOMPONENT_CFLAGS = @LIBMATE_PANEL_APPLET_MATECOMPONENT_CFLAGS@
+LIBMATE_PANEL_APPLET_MATECOMPONENT_LIBS = @LIBMATE_PANEL_APPLET_MATECOMPONENT_LIBS@
+LIBOBJS = @LIBOBJS@
+LIBS = @LIBS@
+LIBTOOL = @LIBTOOL@
+LIB_MATE_PANEL_APPLET_LT_VERSION = @LIB_MATE_PANEL_APPLET_LT_VERSION@
+LIB_MATE_PANEL_APPLET_MATECOMPONENT_LT_VERSION = @LIB_MATE_PANEL_APPLET_MATECOMPONENT_LT_VERSION@
+LIPO = @LIPO@
+LN_S = @LN_S@
+LTLIBOBJS = @LTLIBOBJS@
+MAINT = @MAINT@
+MAKEINFO = @MAKEINFO@
+MANIFEST_TOOL = @MANIFEST_TOOL@
+MATECOMPONENT_ACT_IDLDIR = @MATECOMPONENT_ACT_IDLDIR@
+MATECOMPONENT_CFLAGS = @MATECOMPONENT_CFLAGS@
+MATECOMPONENT_IDLDIR = @MATECOMPONENT_IDLDIR@
+MATECOMPONENT_LIBS = @MATECOMPONENT_LIBS@
+MATECONFTOOL = @MATECONFTOOL@
+MATECONF_SCHEMA_CONFIG_SOURCE = @MATECONF_SCHEMA_CONFIG_SOURCE@
+MATECONF_SCHEMA_FILE_DIR = @MATECONF_SCHEMA_FILE_DIR@
+MATECORBA_IDL = @MATECORBA_IDL@
+MKDIR_P = @MKDIR_P@
+MKINSTALLDIRS = @MKINSTALLDIRS@
+MSGFMT = @MSGFMT@
+MSGFMT_OPTS = @MSGFMT_OPTS@
+MSGMERGE = @MSGMERGE@
+NETWORK_MANAGER_CFLAGS = @NETWORK_MANAGER_CFLAGS@
+NETWORK_MANAGER_LIBS = @NETWORK_MANAGER_LIBS@
+NM = @NM@
+NMEDIT = @NMEDIT@
+NOTIFICATION_AREA_CFLAGS = @NOTIFICATION_AREA_CFLAGS@
+NOTIFICATION_AREA_LIBS = @NOTIFICATION_AREA_LIBS@
+OBJDUMP = @OBJDUMP@
+OBJEXT = @OBJEXT@
+OMF_DIR = @OMF_DIR@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
+PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_URL = @PACKAGE_URL@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PANEL_CFLAGS = @PANEL_CFLAGS@
+PANEL_INTLTOOL_MATE_PANEL_APPLET_RULE = @PANEL_INTLTOOL_MATE_PANEL_APPLET_RULE@
+PANEL_LIBS = @PANEL_LIBS@
+PANEL_MODULE_MATECOMPONENT_CFLAGS = @PANEL_MODULE_MATECOMPONENT_CFLAGS@
+PANEL_MODULE_MATECOMPONENT_LIBS = @PANEL_MODULE_MATECOMPONENT_LIBS@
+PATH_SEPARATOR = @PATH_SEPARATOR@
+PERL = @PERL@
+PKG_CONFIG = @PKG_CONFIG@
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
+POFILES = @POFILES@
+POSUB = @POSUB@
+PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
+PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
+PYTHON = @PYTHON@
+PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
+PYTHON_PLATFORM = @PYTHON_PLATFORM@
+PYTHON_PREFIX = @PYTHON_PREFIX@
+PYTHON_VERSION = @PYTHON_VERSION@
+RANLIB = @RANLIB@
+REBUILD = @REBUILD@
+SED = @SED@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
+STRIP = @STRIP@
+TZ_CFLAGS = @TZ_CFLAGS@
+TZ_LIBS = @TZ_LIBS@
+USE_NLS = @USE_NLS@
+VERSION = @VERSION@
+WARN_CFLAGS = @WARN_CFLAGS@
+WNCKLET_CFLAGS = @WNCKLET_CFLAGS@
+WNCKLET_LIBS = @WNCKLET_LIBS@
+XGETTEXT = @XGETTEXT@
+XMKMF = @XMKMF@
+XRANDR_CFLAGS = @XRANDR_CFLAGS@
+XRANDR_LIBS = @XRANDR_LIBS@
+X_CFLAGS = @X_CFLAGS@
+X_EXTRA_LIBS = @X_EXTRA_LIBS@
+X_LIBS = @X_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+abs_builddir = @abs_builddir@
+abs_srcdir = @abs_srcdir@
+abs_top_builddir = @abs_top_builddir@
+abs_top_srcdir = @abs_top_srcdir@
+ac_ct_AR = @ac_ct_AR@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+appletsdir = @appletsdir@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+builddir = @builddir@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+modulesdir = @modulesdir@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+pkgpyexecdir = @pkgpyexecdir@
+pkgpythondir = @pkgpythondir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+pyexecdir = @pyexecdir@
+pythondir = @pythondir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
+srcdir = @srcdir@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
+top_build_prefix = @top_build_prefix@
+top_builddir = @top_builddir@
+top_srcdir = @top_srcdir@
+size = 32x32
+iconsdir = $(datadir)/icons/hicolor/$(size)/apps
+icons_DATA = \
+ mate-panel-clock.png \
+ mate-panel-drawer.png \
+ mate-panel-fish.png \
+ mate-panel-force-quit.png \
+ mate-panel-launcher.png \
+ mate-panel-notification-area.png \
+ mate-panel-separator.png \
+ mate-panel.png \
+ mate-panel-window-list.png \
+ mate-panel-window-menu.png \
+ mate-panel-workspace-switcher.png
+
+icons_SOURCE = \
+ mate-panel-clock.svg \
+ mate-panel-drawer.svg \
+ mate-panel-fish.svg \
+ mate-panel-force-quit.svg \
+ mate-panel-launcher.svg \
+ mate-panel-notification-area.svg \
+ mate-panel-separator.svg \
+ mate-panel.svg \
+ mate-panel-window-list.svg \
+ mate-panel-window-menu.svg \
+ mate-panel-workspace-switcher.svg
+
+gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
+EXTRA_DIST = \
+ $(icons_DATA) \
+ $(icons_SOURCE)
+
+all: all-am
+
+.SUFFIXES:
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ @for dep in $?; do \
+ case '$(am__configure_deps)' in \
+ *$$dep*) \
+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
+ && { if test -f $@; then exit 0; else break; fi; }; \
+ exit 1;; \
+ esac; \
+ done; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu icons/32x32/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu icons/32x32/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ @case '$?' in \
+ *config.status*) \
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+ *) \
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+ esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
+
+mostlyclean-libtool:
+ -rm -f *.lo
+
+clean-libtool:
+ -rm -rf .libs _libs
+install-iconsDATA: $(icons_DATA)
+ @$(NORMAL_INSTALL)
+ test -z "$(iconsdir)" || $(MKDIR_P) "$(DESTDIR)$(iconsdir)"
+ @list='$(icons_DATA)'; test -n "$(iconsdir)" || list=; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(iconsdir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(iconsdir)" || exit $$?; \
+ done
+
+uninstall-iconsDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(icons_DATA)'; test -n "$(iconsdir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(iconsdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(iconsdir)" && rm -f $$files
+tags: TAGS
+TAGS:
+
+ctags: CTAGS
+CTAGS:
+
+
+distdir: $(DISTFILES)
+ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+ list='$(DISTFILES)'; \
+ dist_files=`for file in $$list; do echo $$file; done | \
+ sed -e "s|^$$srcdirstrip/||;t" \
+ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
+ case $$dist_files in \
+ */*) $(MKDIR_P) `echo "$$dist_files" | \
+ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
+ sort -u` ;; \
+ esac; \
+ for file in $$dist_files; do \
+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ if test -d $$d/$$file; then \
+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
+ else \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
+ || exit 1; \
+ fi; \
+ done
+check-am: all-am
+check: check-am
+all-am: Makefile $(DATA)
+installdirs:
+ for dir in "$(DESTDIR)$(iconsdir)"; do \
+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \
+ done
+install: install-am
+install-exec: install-exec-am
+install-data: install-data-am
+uninstall: uninstall-am
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+
+installcheck: installcheck-am
+install-strip:
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ `test -z '$(STRIP)' || \
+ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
+
+maintainer-clean-generic:
+ @echo "This command is intended for maintainers to use"
+ @echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
+
+clean-am: clean-generic clean-libtool mostlyclean-am
+
+distclean: distclean-am
+ -rm -f Makefile
+distclean-am: clean-am distclean-generic
+
+dvi: dvi-am
+
+dvi-am:
+
+html: html-am
+
+html-am:
+
+info: info-am
+
+info-am:
+
+install-data-am: install-iconsDATA
+ @$(NORMAL_INSTALL)
+ $(MAKE) $(AM_MAKEFLAGS) install-data-hook
+install-dvi: install-dvi-am
+
+install-dvi-am:
+
+install-exec-am:
+
+install-html: install-html-am
+
+install-html-am:
+
+install-info: install-info-am
+
+install-info-am:
+
+install-man:
+
+install-pdf: install-pdf-am
+
+install-pdf-am:
+
+install-ps: install-ps-am
+
+install-ps-am:
+
+installcheck-am:
+
+maintainer-clean: maintainer-clean-am
+ -rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
+
+mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
+
+uninstall-am: uninstall-iconsDATA
+ @$(NORMAL_INSTALL)
+ $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
+.MAKE: install-am install-data-am install-strip uninstall-am
+
+.PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ distclean distclean-generic distclean-libtool distdir dvi \
+ dvi-am html html-am info info-am install install-am \
+ install-data install-data-am install-data-hook install-dvi \
+ install-dvi-am install-exec install-exec-am install-html \
+ install-html-am install-iconsDATA install-info install-info-am \
+ install-man install-pdf install-pdf-am install-ps \
+ install-ps-am install-strip installcheck installcheck-am \
+ installdirs maintainer-clean maintainer-clean-generic \
+ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
+ ps ps-am uninstall uninstall-am uninstall-hook \
+ uninstall-iconsDATA
+
+
+install-data-hook: update-icon-cache
+uninstall-hook: update-icon-cache
+update-icon-cache:
+ @-if test -z "$(DESTDIR)"; then \
+ echo "Updating Gtk icon cache."; \
+ $(gtk_update_icon_cache); \
+ else \
+ echo "*** Icon cache not updated. After (un)install, run this:"; \
+ echo "*** $(gtk_update_icon_cache)"; \
+ fi
+
+-include $(top_srcdir)/git.mk
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/icons/32x32/mate-panel-clock.png b/icons/32x32/mate-panel-clock.png
new file mode 100644
index 00000000..808ad871
--- /dev/null
+++ b/icons/32x32/mate-panel-clock.png
Binary files differ
diff --git a/icons/32x32/mate-panel-clock.svg b/icons/32x32/mate-panel-clock.svg
new file mode 100644
index 00000000..0aae7a2c
--- /dev/null
+++ b/icons/32x32/mate-panel-clock.svg
@@ -0,0 +1,291 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://web.resource.org/cc/"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="32"
+ height="32"
+ id="svg2"
+ sodipodi:version="0.32"
+ inkscape:version="0.44"
+ version="1.0"
+ sodipodi:docbase="/home/lapo/Icone/mate-panel/32x32"
+ sodipodi:docname="mate-panel-clock.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2852">
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0"
+ id="stop2854" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop2856" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2842">
+ <stop
+ style="stop-color:#2e3436;stop-opacity:1;"
+ offset="0"
+ id="stop2844" />
+ <stop
+ style="stop-color:#555753;stop-opacity:1"
+ offset="1"
+ id="stop2846" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2826">
+ <stop
+ style="stop-color:#2e3436;stop-opacity:1;"
+ offset="0"
+ id="stop2828" />
+ <stop
+ style="stop-color:#555753;stop-opacity:1"
+ offset="1"
+ id="stop2830" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2804">
+ <stop
+ style="stop-color:#eeeeec;stop-opacity:1"
+ offset="0"
+ id="stop2806" />
+ <stop
+ style="stop-color:#babdb6;stop-opacity:0;"
+ offset="1"
+ id="stop2808" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2792">
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="0"
+ id="stop2794" />
+ <stop
+ style="stop-color:#d3d7cf;stop-opacity:1"
+ offset="1"
+ id="stop2796" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2778">
+ <stop
+ style="stop-color:#d3d7cf;stop-opacity:1"
+ offset="0"
+ id="stop2780" />
+ <stop
+ style="stop-color:#555753;stop-opacity:1"
+ offset="1"
+ id="stop2782" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2778"
+ id="radialGradient2784"
+ cx="7.7312818"
+ cy="6.9224148"
+ fx="7.7312818"
+ fy="6.9224148"
+ r="13.979223"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.715326,0,-1.462351e-6,1.368654,-5.935835,-2.694826)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2792"
+ id="radialGradient2798"
+ cx="16.962406"
+ cy="23.891157"
+ fx="16.962406"
+ fy="23.891157"
+ r="14.065099"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.57113,1.6738e-6,0,2.461325,-24.47562,-35.11938)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2804"
+ id="radialGradient2810"
+ cx="15.617997"
+ cy="14.602325"
+ fx="15.617997"
+ fy="14.602325"
+ r="0.99436891"
+ gradientTransform="matrix(2.754987,0,-2.276037e-6,1.967286,-27.40936,-14.08732)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2826"
+ id="linearGradient2832"
+ x1="5.1105971"
+ y1="25.434898"
+ x2="-1.1694173"
+ y2="4.5554562"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2842"
+ id="linearGradient2848"
+ x1="6.76405"
+ y1="6.6889873"
+ x2="31.357225"
+ y2="40.581764"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2852"
+ id="radialGradient2858"
+ cx="15.77732"
+ cy="18.274712"
+ fx="15.77732"
+ fy="18.274712"
+ r="13.479223"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="30.762663"
+ inkscape:cy="1.0295831"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ gridempspacing="2"
+ gridspacingx="0.5px"
+ gridspacingy="0.5px"
+ inkscape:window-width="1205"
+ inkscape:window-height="755"
+ inkscape:window-x="44"
+ inkscape:window-y="105"
+ inkscape:showpageshadow="false"
+ width="32px"
+ height="32px"
+ borderlayer="true"
+ showborder="true"
+ gridtolerance="10000"
+ inkscape:grid-points="false"
+ inkscape:grid-bbox="true"
+ inkscape:guide-bbox="true"
+ showguides="true" />
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Lapo Calamandrei</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Livello 1"
+ inkscape:groupmode="layer"
+ id="layer1">
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;fill:url(#radialGradient2858);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path2850"
+ sodipodi:cx="15.77732"
+ sodipodi:cy="17.018175"
+ sodipodi:rx="13.479223"
+ sodipodi:ry="13.479223"
+ d="M 29.256543 17.018175 A 13.479223 13.479223 0 1 1 2.2980967,17.018175 A 13.479223 13.479223 0 1 1 29.256543 17.018175 z"
+ transform="matrix(-1.112824,0,0,1.094277,34.05738,-2.372594)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;fill:url(#radialGradient2784);fill-opacity:1.0;stroke:url(#linearGradient2832);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path1862"
+ sodipodi:cx="15.77732"
+ sodipodi:cy="17.018175"
+ sodipodi:rx="13.479223"
+ sodipodi:ry="13.479223"
+ d="M 29.256543 17.018175 A 13.479223 13.479223 0 1 1 2.2980967,17.018175 A 13.479223 13.479223 0 1 1 29.256543 17.018175 z"
+ transform="translate(0.201903,-1.997398)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;fill:url(#radialGradient2798);fill-opacity:1.0;stroke:url(#linearGradient2848);stroke-width:1.17175221;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path2752"
+ sodipodi:cx="15.77732"
+ sodipodi:cy="17.018175"
+ sodipodi:rx="13.479223"
+ sodipodi:ry="13.479223"
+ d="M 29.256543 17.018175 A 13.479223 13.479223 0 1 1 2.2980967,17.018175 A 13.479223 13.479223 0 1 1 29.256543 17.018175 z"
+ transform="matrix(0.853681,0,0,0.853165,2.538159,0.48069)" />
+ <g
+ id="g1902"
+ transform="translate(0.5,2)"
+ style="opacity:0.2">
+ <path
+ sodipodi:nodetypes="ccccc"
+ id="path1898"
+ d="M 15,14 L 23,7 L 17,16 L 13,18 L 15,14 z "
+ style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ id="path1900"
+ d="M 15,16 L 21,20 L 17,14 L 13,12 L 15,16 z "
+ style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ </g>
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;fill:none;fill-opacity:1;stroke:#c8cec3;stroke-width:0.37329552;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path2790"
+ sodipodi:cx="14"
+ sodipodi:cy="10.75"
+ sodipodi:rx="3.5625"
+ sodipodi:ry="4.3125"
+ d="M 17.5625 10.75 A 3.5625 4.3125 0 1 1 10.4375,10.75 A 3.5625 4.3125 0 1 1 17.5625 10.75 z"
+ transform="matrix(2.947368,0,0,2.434783,-25.26315,-11.17391)" />
+ <path
+ style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 15,14 L 23,7 L 17,16 L 13,18 L 15,14 z "
+ id="path2800"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 15,16 L 21,20 L 17,14 L 13,12 L 15,16 z "
+ id="path2802"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;fill:url(#radialGradient2810);fill-opacity:1.0;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path2786"
+ sodipodi:cx="16.197165"
+ sodipodi:cy="15.16202"
+ sodipodi:rx="0.99436891"
+ sodipodi:ry="0.92807764"
+ d="M 17.191533 15.16202 A 0.99436891 0.92807764 0 1 1 15.202796,15.16202 A 0.99436891 0.92807764 0 1 1 17.191533 15.16202 z"
+ transform="matrix(1.022222,0,0,1.078416,-0.55881,-1.350115)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path2812"
+ sodipodi:cx="15.5"
+ sodipodi:cy="14.5"
+ sodipodi:rx="0.5"
+ sodipodi:ry="0.5"
+ d="M 16 14.5 A 0.5 0.5 0 1 1 15,14.5 A 0.5 0.5 0 1 1 16 14.5 z" />
+ </g>
+</svg>
diff --git a/icons/32x32/mate-panel-drawer.png b/icons/32x32/mate-panel-drawer.png
new file mode 100644
index 00000000..733a3f96
--- /dev/null
+++ b/icons/32x32/mate-panel-drawer.png
Binary files differ
diff --git a/icons/32x32/mate-panel-drawer.svg b/icons/32x32/mate-panel-drawer.svg
new file mode 100644
index 00000000..61f00256
--- /dev/null
+++ b/icons/32x32/mate-panel-drawer.svg
@@ -0,0 +1,486 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://web.resource.org/cc/"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="32"
+ height="32"
+ id="svg2"
+ sodipodi:version="0.32"
+ inkscape:version="0.43+devel"
+ version="1.0"
+ sodipodi:docbase="/home/lapo/Icone/mate-panel/32x32"
+ sodipodi:docname="mate-panel-drawer.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient2819">
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="0"
+ id="stop2821" />
+ <stop
+ id="stop2827"
+ offset="0.5"
+ style="stop-color:black;stop-opacity:1;" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop2823" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2805">
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0"
+ id="stop2807" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop2809" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2946">
+ <stop
+ style="stop-color:#eeeeec;stop-opacity:1;"
+ offset="0"
+ id="stop2948" />
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="1"
+ id="stop2950" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient1946">
+ <stop
+ style="stop-color:#eeeeec;stop-opacity:1"
+ offset="0"
+ id="stop1948" />
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="1"
+ id="stop1950" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3704">
+ <stop
+ style="stop-color:#fce94f;stop-opacity:1"
+ offset="0"
+ id="stop3714" />
+ <stop
+ style="stop-color:#fef8c2;stop-opacity:1;"
+ offset="1"
+ id="stop3708" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3645">
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0"
+ id="stop3647" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop3649" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3635">
+ <stop
+ id="stop3637"
+ offset="0"
+ style="stop-color:#d3d7cf;stop-opacity:1" />
+ <stop
+ id="stop3639"
+ offset="1"
+ style="stop-color:#888a85;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3615">
+ <stop
+ style="stop-color:white;stop-opacity:1"
+ offset="0"
+ id="stop3617" />
+ <stop
+ style="stop-color:#d3d7cf;stop-opacity:1"
+ offset="1"
+ id="stop3619" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3048">
+ <stop
+ style="stop-color:#888a85;stop-opacity:1"
+ offset="0"
+ id="stop3050" />
+ <stop
+ style="stop-color:#2e3436;stop-opacity:1"
+ offset="1"
+ id="stop3052" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3040">
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="0"
+ id="stop3042" />
+ <stop
+ style="stop-color:white;stop-opacity:0;"
+ offset="1"
+ id="stop3044" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3030">
+ <stop
+ style="stop-color:#c4a000;stop-opacity:1"
+ offset="0"
+ id="stop3032" />
+ <stop
+ style="stop-color:#edd400;stop-opacity:1"
+ offset="1"
+ id="stop3034" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3645"
+ id="radialGradient2013"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.391304,0,18.34647)"
+ cx="24.140625"
+ cy="30.140625"
+ fx="24.140625"
+ fy="30.140625"
+ r="7.546875" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3615"
+ id="radialGradient2023"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.810689,-3.833114e-6,0,0.655113,-60.25919,-1.948163)"
+ cx="19.100201"
+ cy="34.240425"
+ fx="19.100201"
+ fy="34.240425"
+ r="7" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3635"
+ id="radialGradient2026"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.169862,0,-6.171831e-6,0.705592,-9.639854,-2.436184)"
+ cx="18.972952"
+ cy="32.439533"
+ fx="18.972952"
+ fy="32.439533"
+ r="8" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3040"
+ id="linearGradient2029"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.670553,0,0,0.646447,0.153065,0.601391)"
+ x1="3"
+ y1="24.871992"
+ x2="7.9375"
+ y2="49.815731" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3704"
+ id="linearGradient2033"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.670553,0,0,0.646447,-0.176382,0.258237)"
+ x1="42.875"
+ y1="34.375"
+ x2="2"
+ y2="20" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3030"
+ id="linearGradient2035"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.670553,0,0,0.646447,-0.176382,0.258237)"
+ x1="2.3864853"
+ y1="34.399788"
+ x2="0.51148534"
+ y2="15.856615" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient1946"
+ id="linearGradient2039"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.670553,0,0,0.646447,-0.176382,0.258237)"
+ x1="37.625"
+ y1="17.25"
+ x2="35"
+ y2="21.62743" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3048"
+ id="linearGradient2045"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.670553,0,0,0.646447,-0.176382,0.258237)"
+ x1="11.375"
+ y1="17.493593"
+ x2="11.375"
+ y2="24.053179" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2946"
+ id="linearGradient2952"
+ x1="22.428543"
+ y1="9.3504858"
+ x2="24.174213"
+ y2="9.3725834"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2805"
+ id="radialGradient2811"
+ cx="1"
+ cy="26"
+ fx="1"
+ fy="26"
+ r="2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,-1,2,0,-49,25)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2805"
+ id="radialGradient2815"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,-1,2,0,-80,-23)"
+ cx="1"
+ cy="26"
+ fx="1"
+ fy="26"
+ r="2" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2819"
+ id="linearGradient2825"
+ x1="16"
+ y1="21.998901"
+ x2="16"
+ y2="26.0005"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2805"
+ id="radialGradient2834"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,-1,2,0,-49,25)"
+ cx="1"
+ cy="26"
+ fx="1"
+ fy="26"
+ r="2" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2805"
+ id="radialGradient2836"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,-1,2,0,-80,-23)"
+ cx="1"
+ cy="26"
+ fx="1"
+ fy="26"
+ r="2" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2819"
+ id="linearGradient2838"
+ gradientUnits="userSpaceOnUse"
+ x1="16"
+ y1="21.998901"
+ x2="16"
+ y2="26.0005" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="18.591524"
+ inkscape:cy="6.8216588"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ gridempspacing="2"
+ gridspacingx="0.5px"
+ gridspacingy="0.5px"
+ inkscape:window-width="1051"
+ inkscape:window-height="738"
+ inkscape:window-x="234"
+ inkscape:window-y="184"
+ inkscape:showpageshadow="false"
+ inkscape:grid-points="true"
+ inkscape:grid-bbox="false"
+ gridtolerance="10000"
+ showborder="false"
+ borderlayer="true"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ width="32px"
+ height="32px" />
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Lapo Calamandrei</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:title>Cassetto</dc:title>
+ <dc:date>2006-05-11</dc:date>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>drawer</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Livello 1"
+ inkscape:groupmode="layer"
+ id="layer1">
+ <rect
+ style="fill:#d3d7cf;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:11;stroke-dasharray:none;stroke-opacity:1"
+ id="rect2983"
+ width="16.093271"
+ height="9.0502577"
+ x="7.870254"
+ y="8.6620483" />
+ <path
+ style="fill:url(#linearGradient2039);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:11;stroke-opacity:1"
+ d="M 27.986844,14.477366 L 23.780171,8.6544723 L 23.780171,17.712306 L 27.986844,17.712306 L 27.986844,14.477366 z "
+ id="path2988"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:#888a85;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:11;stroke-opacity:1"
+ d="M 3.846936,14.480071 L 8.2693405,8.662048 L 8.2693405,17.712306 L 3.846936,17.712306 L 3.846936,14.480071 z "
+ id="rect2985"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2045);stroke-width:1.0000006px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+ d="M 3,15 L 7.5,8.5 L 24.5,8.5 L 29,15 L 3,15 z "
+ id="path2085"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ sodipodi:type="inkscape:offset"
+ inkscape:radius="-0.99436891"
+ inkscape:original="M 7.5 8.5 L 3 15 L 29 15 L 24.5 8.5 L 7.5 8.5 z "
+ style="fill:none;fill-opacity:1.0;fill-rule:evenodd;stroke:url(#linearGradient2952);stroke-width:1.0000006px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+ id="path2054"
+ d="M 8,9.5 L 4.90625,14 L 27.09375,14 L 24,9.5 L 8,9.5 z " />
+ <g
+ id="g2829"
+ style="opacity:0.4"
+ transform="translate(0.5,0)">
+ <rect
+ y="22"
+ x="-1"
+ height="4"
+ width="4"
+ id="rect1916"
+ style="opacity:1;fill:url(#radialGradient2834);fill-opacity:1;stroke:none;stroke-width:1.29999995;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:0" />
+ <rect
+ transform="scale(-1,-1)"
+ y="-26"
+ x="-32"
+ height="4"
+ width="4"
+ id="rect2813"
+ style="opacity:1;fill:url(#radialGradient2836);fill-opacity:1;stroke:none;stroke-width:1.29999995;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:0" />
+ <rect
+ y="22"
+ x="3"
+ height="4"
+ width="25"
+ id="rect2817"
+ style="opacity:1;fill:url(#linearGradient2838);fill-opacity:1;stroke:none;stroke-width:1.29999995;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:0" />
+ </g>
+ <rect
+ style="fill:url(#linearGradient2033);fill-opacity:1;stroke:url(#linearGradient2035);stroke-width:1.0000006;stroke-linecap:round;stroke-miterlimit:11;stroke-dasharray:none;stroke-opacity:1"
+ id="rect1862"
+ width="29"
+ height="11"
+ x="1.5"
+ y="13.5"
+ rx="0.69150776"
+ ry="0.66664845" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.38039216;fill:url(#radialGradient2013);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path3643"
+ sodipodi:cx="24.140625"
+ sodipodi:cy="30.140625"
+ sodipodi:rx="7.546875"
+ sodipodi:ry="2.953125"
+ d="M 31.6875 30.140625 A 7.546875 2.953125 0 1 1 16.59375,30.140625 A 7.546875 2.953125 0 1 1 31.6875 30.140625 z"
+ transform="matrix(0.906644,0,0,0.774463,-5.84651,-2.670419)" />
+ <rect
+ style="fill:none;fill-opacity:1;stroke:url(#linearGradient2029);stroke-width:1.0000006;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:11;stroke-dasharray:none;stroke-opacity:1"
+ id="rect3038"
+ width="27"
+ height="9"
+ x="2.5"
+ y="14.5"
+ rx="0"
+ ry="0" />
+ <path
+ style="fill:none;fill-opacity:1;stroke:url(#radialGradient2026);stroke-width:3.00000238;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 20.519805,19.069677 C 20.519805,19.86029 19.543497,20.496775 18.762059,20.496775 L 12.902904,20.496775 C 12.121467,20.496775 11.492366,19.86029 11.492366,19.069677"
+ id="path3599"
+ sodipodi:nodetypes="cccc" />
+ <path
+ style="fill:none;fill-opacity:1;stroke:url(#radialGradient2023);stroke-width:1.00000072;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
+ d="M 20.5,19.051312 C 20.5,19.850656 19.872661,20.494173 19.093409,20.494173 L 12.904404,20.471974 C 12.125152,20.471974 11.497811,19.828459 11.497811,19.029114"
+ id="rect3596"
+ sodipodi:nodetypes="cccc" />
+ <path
+ sodipodi:type="arc"
+ style="fill:white;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path3641"
+ sodipodi:cx="18.742188"
+ sodipodi:cy="29.960938"
+ sodipodi:rx="0.3359375"
+ sodipodi:ry="0.2421875"
+ d="M 19.078125 29.960938 A 0.3359375 0.2421875 0 1 1 18.40625,29.960938 A 0.3359375 0.2421875 0 1 1 19.078125 29.960938 z"
+ transform="matrix(1.540064,0,0,2.021723,-17.86417,-40.07272)" />
+ </g>
+</svg>
diff --git a/icons/32x32/mate-panel-fish.png b/icons/32x32/mate-panel-fish.png
new file mode 100644
index 00000000..6701ac93
--- /dev/null
+++ b/icons/32x32/mate-panel-fish.png
Binary files differ
diff --git a/icons/32x32/mate-panel-fish.svg b/icons/32x32/mate-panel-fish.svg
new file mode 100644
index 00000000..7e60d38a
--- /dev/null
+++ b/icons/32x32/mate-panel-fish.svg
@@ -0,0 +1,656 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://web.resource.org/cc/"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="32"
+ height="32"
+ id="svg1307"
+ sodipodi:version="0.32"
+ inkscape:version="0.43+devel"
+ sodipodi:docbase="/home/lapo/Icone/mate-panel/32x32"
+ sodipodi:docname="mate-panel-fish.svg"
+ inkscape:export-filename="/home/ulisse/icone/wanda/scalable/wanda.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ version="1.0">
+ <defs
+ id="defs1309">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3140">
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="0"
+ id="stop3142" />
+ <stop
+ style="stop-color:white;stop-opacity:0;"
+ offset="1"
+ id="stop3144" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3031">
+ <stop
+ style="stop-color:white;stop-opacity:0;"
+ offset="0"
+ id="stop3033" />
+ <stop
+ id="stop3041"
+ offset="0.5"
+ style="stop-color:white;stop-opacity:1;" />
+ <stop
+ style="stop-color:white;stop-opacity:0;"
+ offset="1"
+ id="stop3035" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3007">
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0"
+ id="stop3009" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop3011" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2999">
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0"
+ id="stop3001" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop3003" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2991">
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0"
+ id="stop2993" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop2995" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2949">
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="0"
+ id="stop2951" />
+ <stop
+ style="stop-color:white;stop-opacity:0;"
+ offset="1"
+ id="stop2953" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2938">
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="0"
+ id="stop2940" />
+ <stop
+ style="stop-color:white;stop-opacity:0;"
+ offset="1"
+ id="stop2942" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2908">
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0"
+ id="stop2910" />
+ <stop
+ id="stop2916"
+ offset="0.45945945"
+ style="stop-color:#a0a0a0;stop-opacity:1;" />
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="1"
+ id="stop2912" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2879">
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0"
+ id="stop2881" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop2883" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2851">
+ <stop
+ style="stop-color:#b15700;stop-opacity:1;"
+ offset="0"
+ id="stop2853" />
+ <stop
+ style="stop-color:#b15700;stop-opacity:0;"
+ offset="1"
+ id="stop2855" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2841">
+ <stop
+ style="stop-color:#b15700;stop-opacity:1;"
+ offset="0"
+ id="stop2843" />
+ <stop
+ style="stop-color:#ffaf61;stop-opacity:1;"
+ offset="1"
+ id="stop2845" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2822">
+ <stop
+ style="stop-color:#fed9a2;stop-opacity:1;"
+ offset="0"
+ id="stop2824" />
+ <stop
+ style="stop-color:#fcaf3e;stop-opacity:1;"
+ offset="1"
+ id="stop2826" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2814">
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="0"
+ id="stop2816" />
+ <stop
+ style="stop-color:white;stop-opacity:0;"
+ offset="1"
+ id="stop2818" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2806">
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0"
+ id="stop2808" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop2810" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2953">
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="0"
+ id="stop2955" />
+ <stop
+ style="stop-color:white;stop-opacity:0;"
+ offset="1"
+ id="stop2957" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2927">
+ <stop
+ style="stop-color:white;stop-opacity:1"
+ offset="0"
+ id="stop2929" />
+ <stop
+ style="stop-color:#c4c4bd;stop-opacity:1;"
+ offset="1"
+ id="stop2931" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2215">
+ <stop
+ style="stop-color:#fcaf3e;stop-opacity:1;"
+ offset="0"
+ id="stop2217" />
+ <stop
+ style="stop-color:#f57900"
+ offset="1"
+ id="stop2219" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2822"
+ id="linearGradient2896"
+ gradientUnits="userSpaceOnUse"
+ x1="15.819157"
+ y1="18.416809"
+ x2="18.834814"
+ y2="27.884321"
+ gradientTransform="matrix(0.65317,0,0,0.677917,0.535262,0.114061)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2927"
+ id="radialGradient2933"
+ cx="12.509563"
+ cy="18.175413"
+ fx="12.509563"
+ fy="18.175413"
+ r="3.0691423"
+ gradientTransform="matrix(0.774722,0,0,0.78676,2.558566,3.937224)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2953"
+ id="linearGradient2959"
+ x1="10.519532"
+ y1="15.218751"
+ x2="10.601563"
+ y2="16.440104"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2806"
+ id="linearGradient2812"
+ x1="15"
+ y1="30.188313"
+ x2="14.75"
+ y2="24.563313"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.719559,0,0,0.717877,-0.633079,1.216483)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2814"
+ id="linearGradient2820"
+ x1="9.089674"
+ y1="19.5"
+ x2="9.5766888"
+ y2="22.928572"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2822"
+ id="radialGradient2828"
+ cx="13.600359"
+ cy="14.214091"
+ fx="13.600359"
+ fy="14.214091"
+ r="3.6818285"
+ gradientTransform="matrix(0.673036,0,0,0.834892,0.166538,-0.204555)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2841"
+ id="linearGradient2847"
+ x1="11.44949"
+ y1="17.084051"
+ x2="11.646118"
+ y2="23.565865"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2851"
+ id="linearGradient2857"
+ x1="20.506096"
+ y1="26.123884"
+ x2="22.804193"
+ y2="23.516428"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.673036,0,0,0.671463,0.166538,2.455347)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2879"
+ id="radialGradient2885"
+ cx="20.152544"
+ cy="33.636894"
+ fx="20.152544"
+ fy="33.636894"
+ r="15.291184"
+ gradientTransform="matrix(1,0,0,0.257225,0,24.98463)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2908"
+ id="linearGradient2914"
+ x1="11"
+ y1="8.96875"
+ x2="10.5625"
+ y2="12.28125"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.065193,0,0,1.062703,-4.157454,-2.432513)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2215"
+ id="linearGradient2936"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.643287,8.434448e-2,-8.896863e-2,0.675386,4.624351,0.449074)"
+ x1="27.423513"
+ y1="15.167804"
+ x2="34.511864"
+ y2="14.907785" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2938"
+ id="linearGradient2944"
+ x1="20.96875"
+ y1="18.626238"
+ x2="23.21875"
+ y2="34.31374"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2949"
+ id="linearGradient2955"
+ x1="12.573617"
+ y1="21.924866"
+ x2="12.573617"
+ y2="19.5"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2991"
+ id="linearGradient3023"
+ gradientUnits="userSpaceOnUse"
+ x1="35.53125"
+ y1="20.71875"
+ x2="42.4375"
+ y2="20.71875" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2999"
+ id="linearGradient3025"
+ gradientUnits="userSpaceOnUse"
+ x1="36.625"
+ y1="21.796875"
+ x2="42.59375"
+ y2="21.796875" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3007"
+ id="linearGradient3027"
+ gradientUnits="userSpaceOnUse"
+ x1="38.34375"
+ y1="23.203125"
+ x2="43.125"
+ y2="23.203125" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3031"
+ id="linearGradient3037"
+ x1="44.03125"
+ y1="22.0625"
+ x2="37.59375"
+ y2="22.21875"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.673036,0,0,0.671463,0.166538,2.455347)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2215"
+ id="linearGradient3138"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.65111,0,0,0.635315,0.303275,-0.311031)"
+ x1="26.247757"
+ y1="38.03194"
+ x2="23.782515"
+ y2="36.457325" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3140"
+ id="linearGradient3146"
+ x1="17.703779"
+ y1="24.234375"
+ x2="15.261021"
+ y2="22.046875"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666"
+ borderopacity="0.39215686"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="11.313708"
+ inkscape:cx="22.846822"
+ inkscape:cy="14.209207"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:grid-points="true"
+ gridspacingx="0.5px"
+ gridspacingy="0.5px"
+ gridempspacing="2"
+ inkscape:window-width="1159"
+ inkscape:window-height="1022"
+ inkscape:window-x="490"
+ inkscape:window-y="0"
+ fill="#f57900"
+ inkscape:showpageshadow="false"
+ width="32px"
+ height="32px" />
+ <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:creator>
+ <cc:Agent>
+ <dc:title>Ulisse Perusin</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:title>wanda</dc:title>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
+ <dc:contributor>
+ <cc:Agent>
+ <dc:title>Lapo Calamandrei
+Jakub Steiner</dc:title>
+ </cc:Agent>
+ </dc:contributor>
+ <dc:description>fish, superstar</dc:description>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.29381445;color:black;fill:url(#radialGradient2885);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.25;stroke-linecap:butt;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="path2877"
+ sodipodi:cx="20.152544"
+ sodipodi:cy="33.636894"
+ sodipodi:rx="15.291184"
+ sodipodi:ry="3.9332814"
+ d="M 35.443728 33.636894 A 15.291184 3.9332814 0 1 1 4.8613596,33.636894 A 15.291184 3.9332814 0 1 1 35.443728 33.636894 z"
+ transform="matrix(0.673036,0,0,1.109046,0.761423,-13.21317)" />
+ <path
+ style="opacity:1;color:black;fill:#bd7102;fill-opacity:1;fill-rule:evenodd;stroke:#b15700;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ d="M 28.5,11 L 28.223726,17.3954 L 30.495223,12.863024 L 28.5,11 z "
+ id="path3043"
+ sodipodi:nodetypes="cccc" />
+ <path
+ style="fill:url(#linearGradient2936);fill-opacity:1;fill-rule:evenodd;stroke:#b15700;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 9.5049131,8.2134412 C 5.8989871,8.359849 2.5,11.75 0.5,16.25 C 1.25,20.25 6.0810821,24.871621 11.271632,24.193963 C 16.034499,23.572142 17.634784,21.306659 21.956079,17.752114 C 27.480349,20.528707 31,20.33305 31,20.33305 C 28.544203,17.440858 33.711252,13.056355 29,11 C 30.913634,13.699008 26.68242,15.58622 21.850917,14.2689 C 21.127426,13.736477 20.3731,13.190512 19.600453,12.653192 C 19.521938,11.121097 20.946611,9.7094504 22,8.5 C 17,8.5 16,9 15.309848,9.9883234 C 13.530685,9.037378 11.787837,8.3690527 10.241046,8.2344244 C 9.9977391,8.2132478 9.7453081,8.2036808 9.5049131,8.2134412 z "
+ id="path2192"
+ sodipodi:nodetypes="ccscccccccsc" />
+ <path
+ style="opacity:0.35567011;color:black;fill:url(#linearGradient3037);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ d="M 29.548759,13.639406 C 29.435066,16.292188 29.219252,17.598241 29.801147,19.304877 C 27.710168,19.567191 25.766243,19.179365 23.848987,18.318665 L 25.405382,15.632812 C 26.68643,15.62628 28.382776,14.990495 29.548759,13.639406 z "
+ id="path3029"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="opacity:0.943299;color:black;fill:url(#linearGradient2896);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ d="M 21.81916,14.620723 C 14.225094,12.580309 9.0616321,22.858557 1.5150167,16.384069 C 3.1580378,11.668524 6.9165411,7.8604221 10.33281,8.5880237 C 12.539292,9.0579633 14.094834,9.640925 15.374097,10.309792 C 17.687403,11.51931 19.09728,13.009737 21.81916,14.620723 z "
+ id="path2223"
+ sodipodi:nodetypes="ccssc" />
+ <path
+ sodipodi:type="inkscape:offset"
+ inkscape:radius="-0.90655917"
+ inkscape:original="M 9.5 8.21875 C 5.8940738 8.3651581 2.5 11.75 0.5 16.25 C 1.25 20.25 6.0907001 24.865158 11.28125 24.1875 C 16.044117 23.56568 17.647455 21.304545 21.96875 17.75 C 27.49302 20.526594 31 20.34375 31 20.34375 C 28.544203 17.451558 33.711252 13.056355 29 11 C 30.913634 13.699008 26.675253 15.59857 21.84375 14.28125 C 21.120258 13.748827 20.366397 13.19357 19.59375 12.65625 C 19.515236 11.124155 20.946611 9.7094504 22 8.5 C 17 8.5 16.002652 9.0116766 15.3125 10 C 13.533337 9.0490548 11.796791 8.3846283 10.25 8.25 C 10.006693 8.2288232 9.740395 8.2089896 9.5 8.21875 z "
+ xlink:href="#path2192"
+ style="opacity:0.45876291;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2944);stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path2934"
+ inkscape:href="#path2192"
+ d="M 9.53125,9.125 C 6.544958,9.2462497 3.565706,12.277951 2.09375,16.375 C 2.2708647,18.066036 3.3282199,19.967455 4.96875,21.34375 C 6.6478562,22.752408 8.8498089,23.58237 11.15625,23.28125 C 13.410763,22.98691 14.831681,22.369658 16.28125,21.34375 C 17.730819,20.317842 19.21525,18.864739 21.40625,17.0625 C 21.677202,16.835579 22.055321,16.78679 22.375,16.9375 C 25.061224,18.287643 27.229728,18.901184 28.71875,19.1875 C 29.243481,19.288398 29.161454,19.246292 29.5,19.28125 C 29.386508,18.81474 29.32962,18.354672 29.34375,17.90625 C 29.375254,16.90643 29.610094,15.963645 29.75,15.125 C 29.879307,14.349889 29.881192,13.725031 29.75,13.21875 C 29.442828,13.919231 28.867256,14.470459 28.15625,14.84375 C 26.533896,15.695516 24.185411,15.862872 21.59375,15.15625 C 21.491435,15.121351 21.396185,15.068434 21.3125,15 C 20.588796,14.467421 19.821728,13.934238 19.0625,13.40625 C 18.831383,13.239007 18.69246,12.972738 18.6875,12.6875 C 18.634869,11.66047 19.055908,10.817814 19.5625,10.125 C 19.622388,10.043097 19.687862,9.9849644 19.75,9.90625 C 19.043357,9.9518191 17.931601,9.9443265 17.5625,10.03125 C 16.840065,10.201384 16.497187,10.43569 15.6875,10.8125 C 15.431825,10.940647 15.130675,10.940647 14.875,10.8125 C 13.157293,9.8944026 11.504745,9.2736192 10.15625,9.15625 C 9.9211566,9.1357881 9.6947893,9.1183601 9.53125,9.125 z "
+ transform="translate(0.152311,-0.123565)" />
+ <path
+ sodipodi:type="arc"
+ style="color:black;fill:url(#radialGradient2933);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2847);stroke-width:0.9494763;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="path2180"
+ sodipodi:cx="12.25"
+ sodipodi:cy="19.5"
+ sodipodi:rx="2.75"
+ sodipodi:ry="3"
+ d="M 15 19.5 A 2.75 3 0 1 1 9.5,19.5 A 2.75 3 0 1 1 15 19.5 z"
+ transform="matrix(1.101332,0,0,1.007195,-5.248347,-5.770077)" />
+ <path
+ sodipodi:type="arc"
+ style="color:black;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2820);stroke-width:1.3265723;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="path2917"
+ sodipodi:cx="12.25"
+ sodipodi:cy="19.5"
+ sodipodi:rx="2.75"
+ sodipodi:ry="3"
+ d="M 15 19.5 A 2.75 3 0 1 1 9.5,19.5 A 2.75 3 0 1 1 15 19.5 z"
+ transform="matrix(0.788277,0,0,0.720875,-1.413422,-0.186829)" />
+ <path
+ style="fill:#b15700;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 2.339868,19.349819 C 4.5363241,21.984001 7.1202941,19.125765 10.621818,18.35082 C 6.9279131,18.439298 4.6536071,21.060818 1.4319901,17.639666 L 2.339868,19.349819 z "
+ id="path2182"
+ sodipodi:nodetypes="cccc" />
+ <path
+ style="color:black;fill:black;fill-opacity:0.40217393;fill-rule:evenodd;stroke:none;stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ d="M 9.2628731,10.749505 C 8.3637551,10.377269 7.3076191,10.717537 6.4851341,11.059939 C 9.6343781,10.956626 10.958258,15.863653 10.958258,15.863653 C 12.028136,13.668665 11.136783,11.525304 9.2628731,10.749505 z "
+ id="path2201"
+ sodipodi:nodetypes="ccsc" />
+ <path
+ sodipodi:type="arc"
+ style="color:black;fill:black;fill-opacity:1;fill-rule:evenodd;stroke:#3465a4;stroke-width:1.97624171;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="path2221"
+ sodipodi:cx="26"
+ sodipodi:cy="24.5"
+ sodipodi:rx="2"
+ sodipodi:ry="2"
+ d="M 28 24.5 A 2 2 0 1 1 24,24.5 A 2 2 0 1 1 28 24.5 z"
+ transform="matrix(0.504779,0,0,0.507247,-5.633812,1.086943)" />
+ <path
+ style="opacity:0.31443296;color:black;fill:url(#linearGradient2812);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;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 1.9753222,18.535283 C 1.9753222,18.535283 4.4625191,23.663238 9.8788411,23.896159 C 16.598032,24.189666 21.493361,17.189262 21.493361,17.189262 L 1.9753222,18.535283 z "
+ id="path1917"
+ sodipodi:nodetypes="cscc" />
+ <path
+ style="fill:url(#linearGradient3138);fill-opacity:1;fill-rule:evenodd;stroke:#b15700;stroke-width:0.96744114;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 12.674361,21.289676 L 16.585375,26.564141 C 19.51537,24.975853 19.185459,22.560307 18.208795,21.289676 L 13.976581,20.019046 L 12.674361,21.289676 z "
+ id="path2190"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;color:black;fill:url(#linearGradient2959);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ id="path2935"
+ sodipodi:cx="10.65625"
+ sodipodi:cy="15.65625"
+ sodipodi:rx="1.5625"
+ sodipodi:ry="0.875"
+ d="M 12.21875 15.65625 A 1.5625 0.875 0 1 1 9.09375,15.65625 A 1.5625 0.875 0 1 1 12.21875 15.65625 z"
+ transform="matrix(0.864603,0,0,1.293872,-1.713426,-7.257184)" />
+ <path
+ sodipodi:nodetypes="ccsc"
+ id="path2830"
+ d="M 9.5008261,10.571458 C 8.6017081,10.199221 7.5455731,10.539489 6.7230881,10.881891 C 9.8723311,10.778578 11.196211,15.685605 11.196211,15.685605 C 12.266089,13.490617 11.374737,11.347256 9.5008261,10.571458 z "
+ style="color:black;fill:url(#radialGradient2828);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <path
+ style="opacity:1;color:black;fill:url(#linearGradient2857);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ d="M 10.874472,22.459579 L 15.03867,18.245763 L 16.406906,18.423812 L 10.874472,22.459579 z "
+ id="path2849"
+ sodipodi:nodetypes="cccc" />
+ <path
+ style="opacity:1;color:black;fill:url(#linearGradient2914);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.25;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ d="M 6.4278985,11.781148 C 3.2323197,10.519188 2.5,5.4713449 2.5,5.4713449 C 2.5,5.4713449 3.2323197,9.323646 6.89392,10.784863 C 4.7681207,8.4836455 5.8305642,7.6469686 6,5.9999999 C 6.1044055,8.3629557 6.5,9.5 8.2254111,11.183377 C 7.3340933,9.720944 8.4114861,8.1365859 8.5,6.9999999 C 8.6625479,8.3696687 8.2774461,10.773107 9.290604,12.3125 C 8.2669292,11.927551 7.2757229,11.639781 6.4278985,11.781148 z "
+ id="path2901"
+ sodipodi:nodetypes="cccccccc" />
+ <path
+ sodipodi:nodetypes="cccccccc"
+ id="path2903"
+ d="M 8.6578516,12.118098 C 8.1001176,10.853374 9.1995456,9.7223472 9.1995456,9.7223472 C 9.1995456,9.7223472 8.4151456,10.841131 9.1657186,12.128263 C 8.9788196,11.062266 9.2950736,10.737747 9.8064596,10.315603 C 9.3396086,11.140931 9.2030946,11.467144 9.5925246,12.618915 C 9.6098666,11.840434 9.9108026,11.613897 10.22379,11.199783 C 9.9498276,11.764609 9.9235326,12.66224 9.9340066,13.5 C 9.5477596,13.013335 9.2032726,12.498895 8.6578516,12.118098 z "
+ style="opacity:1;color:black;fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.25;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <path
+ style="opacity:0.79381445;color:black;fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.25;stroke-linecap:butt;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 16.908305,10.250615 C 17.813158,9.8393773 18.43753,9.8071323 19.810772,9.7155427 C 18.5397,10.090235 18.242721,10.272215 17.360501,10.764704 C 16.810048,11.071987 16.410096,10.47704 16.908305,10.250615 z "
+ id="path2930"
+ sodipodi:nodetypes="ccss" />
+ <path
+ transform="matrix(1.528265,0,0,1.397683,-10.53375,-13.44231)"
+ d="M 15 19.5 A 2.75 3 0 1 1 9.5,19.5 A 2.75 3 0 1 1 15 19.5 z"
+ sodipodi:ry="3"
+ sodipodi:rx="2.75"
+ sodipodi:cy="19.5"
+ sodipodi:cx="12.25"
+ id="path2947"
+ style="opacity:0.29896904;color:black;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2955);stroke-width:0.68422097;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:nodetypes="cccc"
+ id="path2887"
+ d="M 3.1463301,20.418614 C 5.0507211,22.299199 6.1190991,20.303448 8.4331241,19.184753 C 6.4892191,19.304481 4.4120331,22.243897 2.0082904,18.666045 L 3.1463301,20.418614 z "
+ style="opacity:0.74226804;fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <g
+ id="g3015"
+ transform="matrix(0.673036,0,0,0.671463,0.376862,2.500295)">
+ <path
+ id="path2977"
+ d="M 42.4375,20.34375 L 42.4375,21.09375 C 40.672788,21.424936 37.889437,20.621802 35.53125,20.34375 C 37.83716,20.359058 40.281614,20.928538 42.4375,20.34375 z "
+ style="opacity:0.12371132;color:black;fill:url(#linearGradient3023);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;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:nodetypes="cccc" />
+ <path
+ id="path2979"
+ d="M 42.40625,21.78125 L 42.59375,22.46875 C 40.604167,22.823591 38.614583,21.661518 36.625,21.125 C 38.552083,21.370176 40.479167,22.279933 42.40625,21.78125 z "
+ style="opacity:0.12371132;color:black;fill:url(#linearGradient3025);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;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:nodetypes="cccc" />
+ <path
+ id="path2981"
+ d="M 42.8125,23.3125 L 43.125,23.90625 L 38.34375,22.5 L 42.8125,23.3125 z "
+ style="opacity:0.12371132;color:black;fill:url(#linearGradient3027);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;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>
+ <path
+ sodipodi:type="inkscape:offset"
+ inkscape:radius="-0.81122816"
+ inkscape:original="M 13.96875 20.03125 L 12.6875 21.28125 L 16.59375 26.5625 C 19.523745 24.974213 19.195414 22.551881 18.21875 21.28125 L 13.96875 20.03125 z "
+ xlink:href="#path2190"
+ style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3146);stroke-width:0.96744114;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;opacity:0.34536082"
+ id="path3136"
+ inkscape:href="#path2190"
+ d="M 14.1875,20.9375 L 13.75,21.375 L 16.75,25.40625 C 17.543132,24.822011 17.967269,24.222021 18.0625,23.65625 C 18.167862,23.030288 17.954643,22.434316 17.65625,21.96875 L 14.1875,20.9375 z " />
+ </g>
+</svg>
diff --git a/icons/32x32/mate-panel-force-quit.png b/icons/32x32/mate-panel-force-quit.png
new file mode 100644
index 00000000..87dac00d
--- /dev/null
+++ b/icons/32x32/mate-panel-force-quit.png
Binary files differ
diff --git a/icons/32x32/mate-panel-force-quit.svg b/icons/32x32/mate-panel-force-quit.svg
new file mode 100644
index 00000000..91f4d48f
--- /dev/null
+++ b/icons/32x32/mate-panel-force-quit.svg
@@ -0,0 +1,362 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:s="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://web.resource.org/cc/"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="32"
+ height="32"
+ id="svg2"
+ s:version="0.32"
+ inkscape:version="0.44"
+ version="1.0"
+ s:docbase="/home/lapo/Templates"
+ s:docname="Icona 48x48.svg"
+ inkscape:export-filename="/home/lapo/Desktop/xubuntu/pngs/wksp.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ sodipodi:version="0.32"
+ sodipodi:docname="mate-force-quit.svg"
+ sodipodi:docbase="/home/lapo/Icone/mate-panel/32x32"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <sodipodi:namedview
+ inkscape:window-height="622"
+ inkscape:window-width="1051"
+ inkscape:pageshadow="2"
+ inkscape:pageopacity="0.0"
+ guidetolerance="10.0"
+ gridtolerance="10.0"
+ objecttolerance="10.0"
+ borderopacity="1.0"
+ bordercolor="#666666"
+ pagecolor="#ffffff"
+ id="base"
+ showgrid="false"
+ gridspacingx="0.5px"
+ gridspacingy="0.5px"
+ gridempspacing="2"
+ inkscape:showpageshadow="false"
+ showborder="false"
+ inkscape:zoom="1"
+ inkscape:cx="31.436342"
+ inkscape:cy="4.5245786"
+ inkscape:window-x="298"
+ inkscape:window-y="98"
+ inkscape:current-layer="layer1"
+ width="32px"
+ height="32px" />
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3690">
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="0"
+ id="stop3692" />
+ <stop
+ style="stop-color:white;stop-opacity:0.46875"
+ offset="1"
+ id="stop3694" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3674">
+ <stop
+ style="stop-color:#3465a4;stop-opacity:1"
+ offset="0"
+ id="stop3676" />
+ <stop
+ style="stop-color:#729fcf;stop-opacity:1;"
+ offset="1"
+ id="stop3678" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2781">
+ <stop
+ style="stop-color:#d3d7cf;stop-opacity:1"
+ offset="0"
+ id="stop2783" />
+ <stop
+ style="stop-color:#eeeeec;stop-opacity:1"
+ offset="1"
+ id="stop2785" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5048">
+ <stop
+ id="stop5050"
+ offset="0"
+ style="stop-color:black;stop-opacity:0;" />
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0.5"
+ id="stop5056" />
+ <stop
+ id="stop5052"
+ offset="1"
+ style="stop-color:black;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5060"
+ inkscape:collect="always">
+ <stop
+ id="stop5062"
+ offset="0"
+ style="stop-color:black;stop-opacity:1;" />
+ <stop
+ id="stop5064"
+ offset="1"
+ style="stop-color:black;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5048"
+ id="linearGradient5798"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
+ x1="302.85715"
+ y1="366.64789"
+ x2="302.85715"
+ y2="609.50507" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient5800"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient5802"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3690"
+ id="linearGradient5841"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.741582,0,0,0.724136,-2.545028,-1.379285)"
+ x1="9.5"
+ y1="16.26436"
+ x2="9.5"
+ y2="13.408723" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2781"
+ id="linearGradient5853"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.756708,0,0,0.742029,-2.923171,-1.808703)"
+ x1="24.925514"
+ y1="40.000107"
+ x2="24.925514"
+ y2="19.53867" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3674"
+ id="linearGradient5855"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.756708,0,0,0.742029,-2.923171,-1.808703)"
+ x1="23.069359"
+ y1="6.7993021"
+ x2="23.069359"
+ y2="12.403291" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5048"
+ id="linearGradient2940"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
+ x1="302.85715"
+ y1="366.64789"
+ x2="302.85715"
+ y2="609.50507" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient2942"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient2944"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ </defs>
+ <s:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="10.097903"
+ inkscape:cy="38.917761"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ gridempspacing="2"
+ gridspacingx="0.5px"
+ gridspacingy="0.5px"
+ inkscape:window-width="965"
+ inkscape:window-height="763"
+ inkscape:window-x="176"
+ inkscape:window-y="103"
+ fill="#729fcf"
+ stroke="#3465a4"
+ inkscape:showpageshadow="false"
+ showguides="false"
+ inkscape:guide-bbox="true"
+ inkscape:grid-points="true"
+ inkscape:grid-bbox="false"
+ showborder="true">
+ <s:guide
+ orientation="vertical"
+ position="24.041631"
+ id="guide2191" />
+ <s:guide
+ orientation="horizontal"
+ position="25.986174"
+ id="guide2203" />
+ </s:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Lapo Calamandrei</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:title>Create a window</dc:title>
+ <dc:subject>
+ <rdf:Bag />
+ </dc:subject>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Livello 1"
+ inkscape:groupmode="layer"
+ id="layer1">
+ <g
+ style="opacity:0.58730164;display:inline"
+ id="g5022"
+ transform="matrix(9.85011e-3,0,0,9.407189e-3,18.26104,26.41764)">
+ <rect
+ y="-150.69685"
+ x="-1559.2523"
+ height="478.35718"
+ width="1339.6335"
+ id="rect4173"
+ style="opacity:0.40206185;color:black;fill:url(#linearGradient5798);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <path
+ sodipodi:nodetypes="cccc"
+ id="path5058"
+ d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z "
+ style="opacity:0.40206185;color:black;fill:url(#radialGradient5800);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <path
+ style="opacity:0.40206185;color:black;fill:url(#radialGradient5802);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z "
+ id="path5018"
+ sodipodi:nodetypes="cccc" />
+ </g>
+ <g
+ style="opacity:0.58730164;display:inline"
+ id="g2932"
+ transform="matrix(6.402571e-3,0,0,9.407189e-3,31.69468,26.41764)">
+ <rect
+ y="-150.69685"
+ x="-1559.2523"
+ height="478.35718"
+ width="1339.6335"
+ id="rect2934"
+ style="opacity:0.40206185;color:black;fill:url(#linearGradient2940);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <path
+ sodipodi:nodetypes="cccc"
+ id="path2936"
+ d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z "
+ style="opacity:0.40206185;color:black;fill:url(#radialGradient2942);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <path
+ style="opacity:0.40206185;color:black;fill:url(#radialGradient2944);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z "
+ id="path2938"
+ sodipodi:nodetypes="cccc" />
+ </g>
+ <g
+ id="g5849"
+ transform="matrix(1.001116,0,0,0.999878,-1.258226e-2,1.938635e-3)">
+ <path
+ style="fill:url(#linearGradient5853);fill-opacity:1;stroke:#888a85;stroke-width:0.99950331;stroke-miterlimit:4;stroke-opacity:1"
+ d="M 3 4.875 C 2.1606322 4.875 1.5 5.521682 1.5 6.34375 L 1.5 26.03125 C 1.5 26.853319 2.1606321 27.5 3 27.5 L 17.40625 27.5 L 14.84375 23.84375 L 14.03125 22.6875 L 15.09375 21.8125 L 19.34375 18.25 L 9.875 13.3125 L 7.96875 12.3125 L 9.5625 10.84375 L 16.1875 4.875 L 3 4.875 z M 20.6875 4.875 L 13.1875 11.625 L 22.75 16.625 L 24.75 17.6875 L 23.03125 19.125 L 18.09375 23.25 L 21.0625 27.5 L 28.96875 27.5 C 29.808118 27.5 30.499999 26.853318 30.5 26.03125 L 30.5 6.34375 C 30.5 5.5216818 29.808117 4.8749999 28.96875 4.875 L 20.6875 4.875 z "
+ transform="matrix(0.998885,0,0,1.000122,1.256823e-2,-1.938872e-3)"
+ id="rect1887" />
+ <path
+ style="fill:url(#linearGradient5855);fill-opacity:1;stroke:#204a87;stroke-width:0.99950355;stroke-miterlimit:4;stroke-opacity:1;stroke-linecap:round"
+ d="M 11.59375,9 L 16.59375,4.5 L 3,4.5 C 2.1606322,4.5 1.5,5.1466815 1.5,5.96875 L 1.5,9 M 30.5,9 L 30.5,5.96875 C 30.5,5.1466817 29.808118,4.4999998 28.96875,4.5 L 21.09375,4.5 L 16.09375,9"
+ transform="matrix(0.998885,0,0,1.000122,1.256823e-2,-1.938872e-3)"
+ id="rect2776"
+ sodipodi:nodetypes="cccccccccc" />
+ </g>
+ <path
+ style="opacity:0.8;fill:none;fill-opacity:1;stroke:url(#linearGradient5841);stroke-width:1.00000036;stroke-miterlimit:4;stroke-opacity:1"
+ d="M 3.25 5.5 C 2.8410573 5.5 2.5 5.8194274 2.5 6.21875 L 2.5 25.78125 C 2.5 26.180573 2.8410574 26.5 3.25 26.5 L 15.46875 26.5 L 14 24.40625 L 12.6875 22.53125 L 14.46875 21.0625 L 17.59375 18.46875 L 9.40625 14.1875 L 6.21875 12.53125 L 8.875 10.125 L 14 5.5 L 3.25 5.5 z M 21.46875 5.5 L 14.90625 11.40625 L 23.21875 15.75 L 26.53125 17.5 L 23.65625 19.875 L 19.4375 23.40625 L 21.59375 26.5 L 28.75 26.5 C 29.158942 26.5 29.5 26.180572 29.5 25.78125 L 29.5 6.21875 C 29.5 5.8194273 29.158942 5.5 28.75 5.5 L 21.46875 5.5 z "
+ id="rect2779" />
+ <path
+ style="opacity:0.3172973;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 88.875,-1.84375 L 73.5625,11.96875 L 85.0625,17.96875 L 79.0625,22.96875 L 86.0625,32.96875"
+ id="path2788"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="opacity:0.3172973;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+ d="M 24.875,-1.84375 L 9.5625,11.96875 L 21.0625,17.96875 L 15.0625,22.96875 L 22.0625,32.96875"
+ id="path2872"
+ sodipodi:nodetypes="ccccc" />
+ </g>
+</svg>
diff --git a/icons/32x32/mate-panel-launcher.png b/icons/32x32/mate-panel-launcher.png
new file mode 100644
index 00000000..9f605cfa
--- /dev/null
+++ b/icons/32x32/mate-panel-launcher.png
Binary files differ
diff --git a/icons/32x32/mate-panel-launcher.svg b/icons/32x32/mate-panel-launcher.svg
new file mode 100644
index 00000000..00ebb02e
--- /dev/null
+++ b/icons/32x32/mate-panel-launcher.svg
@@ -0,0 +1,710 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://web.resource.org/cc/"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="32"
+ height="32"
+ id="svg2"
+ sodipodi:version="0.32"
+ inkscape:version="0.44"
+ version="1.0"
+ sodipodi:docbase="/home/lapo/Desktop/mate-panel-launcher/32x32"
+ sodipodi:docname="mate-panel-launcher.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3990">
+ <stop
+ style="stop-color:white;stop-opacity:1"
+ offset="0"
+ id="stop3992" />
+ <stop
+ style="stop-color:#eeeeec;stop-opacity:1"
+ offset="1"
+ id="stop3994" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3062">
+ <stop
+ style="stop-color:#555753;stop-opacity:1"
+ offset="0"
+ id="stop3064" />
+ <stop
+ style="stop-color:#2e3436;stop-opacity:1"
+ offset="1"
+ id="stop3066" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3281">
+ <stop
+ style="stop-color:#babdb6;stop-opacity:1;"
+ offset="0"
+ id="stop3289" />
+ <stop
+ id="stop3291"
+ offset="0.09212018"
+ style="stop-color:#878a84;stop-opacity:1;" />
+ <stop
+ style="stop-color:#555753;stop-opacity:1;"
+ offset="0.23513441"
+ id="stop3285" />
+ <stop
+ id="stop3293"
+ offset="0.72439361"
+ style="stop-color:#6e706c;stop-opacity:1;" />
+ <stop
+ id="stop3287"
+ offset="1"
+ style="stop-color:#888a85;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3212">
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0"
+ id="stop3214" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop3216" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3194">
+ <stop
+ style="stop-color:#888a85;stop-opacity:1"
+ offset="0"
+ id="stop3196" />
+ <stop
+ style="stop-color:#babdb6;stop-opacity:1"
+ offset="1"
+ id="stop3198" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3170">
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0"
+ id="stop3172" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop3174" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3065">
+ <stop
+ id="stop3067"
+ offset="0"
+ style="stop-color:#babdb6;stop-opacity:1" />
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="0.23705763"
+ id="stop3069" />
+ <stop
+ id="stop3259"
+ offset="0.68664968"
+ style="stop-color:#dfe0df;stop-opacity:1;" />
+ <stop
+ id="stop3071"
+ offset="1"
+ style="stop-color:#888a85;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3055">
+ <stop
+ id="stop3057"
+ offset="0"
+ style="stop-color:#555753;stop-opacity:0" />
+ <stop
+ style="stop-color:#555753;stop-opacity:1;"
+ offset="0.10119048"
+ id="stop3059" />
+ <stop
+ style="stop-color:#555753;stop-opacity:1;"
+ offset="0.89299887"
+ id="stop3061" />
+ <stop
+ id="stop3063"
+ offset="1"
+ style="stop-color:#555753;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2914">
+ <stop
+ style="stop-color:#888a85;stop-opacity:1"
+ offset="0"
+ id="stop2916" />
+ <stop
+ id="stop2922"
+ offset="0.26190478"
+ style="stop-color:white;stop-opacity:1;" />
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="0.47278914"
+ id="stop3257" />
+ <stop
+ style="stop-color:#555753;stop-opacity:1"
+ offset="1"
+ id="stop2918" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2844">
+ <stop
+ style="stop-color:#d3d7cf;stop-opacity:1;"
+ offset="0"
+ id="stop2846" />
+ <stop
+ style="stop-color:#babdb6;stop-opacity:1"
+ offset="1"
+ id="stop2848" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2844"
+ id="linearGradient2850"
+ x1="9"
+ y1="18"
+ x2="39"
+ y2="18"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.933334,0,0,1,-6.4,-6)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3194"
+ id="linearGradient3200"
+ x1="15.25"
+ y1="20"
+ x2="13.4375"
+ y2="11.231415"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.935484,0,0,0.9,-6.451616,-4.05)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3212"
+ id="radialGradient3222"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.385766,0,8.906398)"
+ cx="22.742641"
+ cy="14.5"
+ fx="22.742641"
+ fy="14.5"
+ r="14.25736" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3212"
+ id="radialGradient3226"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.385766,0,8.906398)"
+ cx="22.742641"
+ cy="14.5"
+ fx="22.742641"
+ fy="14.5"
+ r="14.25736" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3170"
+ id="radialGradient2045"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-5.161079e-6,0.789996,-2.179241,0,60.96544,-20.69235)"
+ cx="42.187771"
+ cy="20.616692"
+ fx="42.187771"
+ fy="20.616692"
+ r="8.0002031" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2914"
+ id="linearGradient2079"
+ gradientUnits="userSpaceOnUse"
+ x1="16.671698"
+ y1="23.781593"
+ x2="30.604265"
+ y2="23.781593"
+ gradientTransform="matrix(0.85101,0,0,0.75,-4.434014,0.125)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3065"
+ id="linearGradient2082"
+ gradientUnits="userSpaceOnUse"
+ x1="17.984695"
+ y1="23.781593"
+ x2="30.604265"
+ y2="23.781593"
+ gradientTransform="matrix(0.85101,0,0,0.71429,-4.434014,0.714162)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3065"
+ id="linearGradient2085"
+ gradientUnits="userSpaceOnUse"
+ x1="17.984695"
+ y1="23.781593"
+ x2="30.604265"
+ y2="23.781593"
+ gradientTransform="matrix(0.85101,0,0,1,-4.434014,-7)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3065"
+ id="linearGradient2088"
+ gradientUnits="userSpaceOnUse"
+ x1="17.984695"
+ y1="23.781593"
+ x2="30.604265"
+ y2="23.781593"
+ gradientTransform="matrix(0.85101,0,0,1,-4.434014,-7)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3281"
+ id="linearGradient2097"
+ gradientUnits="userSpaceOnUse"
+ x1="18.625"
+ y1="31.928801"
+ x2="26.250006"
+ y2="31.303801"
+ gradientTransform="matrix(0.85101,0,0,0.775,-4.434014,-0.8125)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3281"
+ id="linearGradient2100"
+ gradientUnits="userSpaceOnUse"
+ x1="18.343723"
+ y1="22.428801"
+ x2="28.125006"
+ y2="20.053801"
+ gradientTransform="matrix(0.85101,0,0,1,-4.434014,-7)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3281"
+ id="linearGradient2103"
+ gradientUnits="userSpaceOnUse"
+ x1="18.093723"
+ y1="26.241301"
+ x2="26.562506"
+ y2="25.616301"
+ gradientTransform="matrix(0.85101,0,0,1,-4.434014,-7)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3055"
+ id="linearGradient2105"
+ gradientUnits="userSpaceOnUse"
+ x1="17.812492"
+ y1="28.187485"
+ x2="22.15625"
+ y2="31.062485" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3055"
+ id="linearGradient2107"
+ gradientUnits="userSpaceOnUse"
+ x1="17.237436"
+ y1="23.55805"
+ x2="19.006897"
+ y2="26.999985" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3055"
+ id="linearGradient2109"
+ gradientUnits="userSpaceOnUse"
+ x1="17.875"
+ y1="18.59375"
+ x2="19.34375"
+ y2="22.46875" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3062"
+ id="linearGradient3068"
+ x1="24.125"
+ y1="17.4375"
+ x2="35.965408"
+ y2="17.4375"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3062"
+ id="linearGradient3070"
+ gradientUnits="userSpaceOnUse"
+ x1="24.125"
+ y1="17.4375"
+ x2="35.965408"
+ y2="17.4375" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3062"
+ id="linearGradient3072"
+ gradientUnits="userSpaceOnUse"
+ x1="24.125"
+ y1="17.4375"
+ x2="35.965408"
+ y2="17.4375" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3062"
+ id="linearGradient3074"
+ gradientUnits="userSpaceOnUse"
+ x1="24.125"
+ y1="17.4375"
+ x2="35.965408"
+ y2="17.4375" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3062"
+ id="linearGradient3076"
+ gradientUnits="userSpaceOnUse"
+ x1="24.125"
+ y1="17.4375"
+ x2="35.965408"
+ y2="17.4375" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3062"
+ id="linearGradient3078"
+ gradientUnits="userSpaceOnUse"
+ x1="24.125"
+ y1="17.4375"
+ x2="35.965408"
+ y2="17.4375" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3062"
+ id="linearGradient3080"
+ gradientUnits="userSpaceOnUse"
+ x1="24.125"
+ y1="17.4375"
+ x2="35.965408"
+ y2="17.4375" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3062"
+ id="linearGradient3082"
+ gradientUnits="userSpaceOnUse"
+ x1="24.125"
+ y1="17.4375"
+ x2="35.965408"
+ y2="17.4375" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3990"
+ id="radialGradient3996"
+ cx="18.0924"
+ cy="12.609948"
+ fx="18.0924"
+ fy="12.609948"
+ r="13.40625"
+ gradientTransform="matrix(1.381384,0,-3.860253e-8,0.805458,-7.281344,-1.17069)"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="28.959903"
+ inkscape:cy="28.094668"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer2"
+ width="32px"
+ height="32px"
+ inkscape:showpageshadow="false"
+ gridspacingx="0.5px"
+ gridspacingy="0.5px"
+ gridempspacing="2"
+ showgrid="false"
+ inkscape:window-width="1003"
+ inkscape:window-height="622"
+ inkscape:window-x="147"
+ inkscape:window-y="280"
+ inkscape:grid-points="true"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ showborder="false" />
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Lapo Calamandrei</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:title>Launcher</dc:title>
+ <dc:contributor>
+ <cc:Agent>
+ <dc:title>Jakub Steiner</dc:title>
+ </cc:Agent>
+ </dc:contributor>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:groupmode="layer"
+ id="layer4"
+ inkscape:label="shadow"
+ style="display:inline">
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.2;fill:url(#radialGradient3222);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="path3202"
+ sodipodi:cx="22.742641"
+ sodipodi:cy="14.5"
+ sodipodi:rx="14.25736"
+ sodipodi:ry="5.5"
+ d="M 37.000002 14.5 A 14.25736 5.5 0 1 1 8.485281,14.5 A 14.25736 5.5 0 1 1 37.000002 14.5 z"
+ transform="matrix(1.059534,0,0,0.944135,-8.096595,12.81005)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.3;fill:url(#radialGradient3226);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="path3224"
+ sodipodi:cx="22.742641"
+ sodipodi:cy="14.5"
+ sodipodi:rx="14.25736"
+ sodipodi:ry="5.5"
+ d="M 37.000002 14.5 A 14.25736 5.5 0 1 1 8.485281,14.5 A 14.25736 5.5 0 1 1 37.000002 14.5 z"
+ transform="matrix(0.576833,0,0,0.639006,2.881306,17.23441)" />
+ </g>
+ <g
+ inkscape:groupmode="layer"
+ id="layer3"
+ inkscape:label="spring"
+ style="display:inline">
+ <g
+ id="g2167"
+ style="fill-opacity:1;stroke:url(#linearGradient3068);stroke-width:3;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ transform="translate(-14,1)">
+ <path
+ sodipodi:nodetypes="csc"
+ id="path2139"
+ d="M 24.458661,19 C 24.458661,17 26.586186,15.5 30.415731,15.5 C 33.527875,15.5 35.521791,15.948 35.521791,16.5"
+ style="fill:none;fill-opacity:1;stroke:url(#linearGradient3070);stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
+ <path
+ sodipodi:nodetypes="csc"
+ id="path2141"
+ d="M 24.458661,14.5 C 24.458661,12.5 26.586186,11.5 30.415731,11.5 C 33.527875,11.5 35.521791,11.948 35.521791,12.5"
+ style="fill:none;fill-opacity:1;stroke:url(#linearGradient3072);stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
+ <path
+ sodipodi:nodetypes="csc"
+ id="path2143"
+ d="M 25.309671,23.375 C 25.309671,21.05 27.011691,19.5 30.808507,19.5 C 33.681255,19.5 35.521794,19.8875 35.521794,20.6625"
+ style="fill:none;fill-opacity:1;stroke:url(#linearGradient3074);stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
+ <path
+ sodipodi:nodetypes="css"
+ id="path2145"
+ d="M 35.521778,12.5 C 35.521778,13.5 31.965774,13.5 30.780439,13.499984 C 27.290813,13.499937 24.458653,11.931985 24.458653,9.999986"
+ style="fill:none;fill-opacity:1;stroke:url(#linearGradient3076);stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
+ <path
+ sodipodi:nodetypes="css"
+ id="path2147"
+ d="M 35.521778,16.5 C 35.521778,17.5 31.965774,17.5 30.780439,17.499984 C 27.290813,17.499937 24.458661,16.431999 24.458661,14.5"
+ style="fill:none;fill-opacity:1;stroke:url(#linearGradient3078);stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
+ <path
+ sodipodi:nodetypes="css"
+ id="path2149"
+ d="M 35.521791,20.428572 C 35.521791,21.500007 31.965774,21.500007 30.780439,21.499996 C 27.290813,21.499962 24.458653,20.37999 24.458653,18.999982"
+ style="fill:none;fill-opacity:1;stroke:url(#linearGradient3080);stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
+ <path
+ sodipodi:nodetypes="cs"
+ id="path2151"
+ d="M 25.309671,23.5 C 25.309671,25.75 27.437196,26.5 30.658868,26.499988 L 31.266741,26.5"
+ style="fill:none;fill-opacity:1;stroke:url(#linearGradient3082);stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
+ </g>
+ <path
+ style="fill:none;fill-opacity:1;stroke:url(#linearGradient2103);stroke-width:0.9999997;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline"
+ d="M 10.458661,20 C 10.458661,18 12.586186,16.5 16.415731,16.5 C 19.527875,16.5 21.521791,16.948 21.521791,17.5"
+ id="path2857"
+ sodipodi:nodetypes="csc" />
+ <path
+ style="fill:none;fill-opacity:1;stroke:url(#linearGradient2100);stroke-width:0.9999997;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline"
+ d="M 10.458661,15.5 C 10.458661,13.5 12.586186,12.5 16.415731,12.5 C 19.527875,12.5 21.521791,12.948 21.521791,13.5"
+ id="path2871"
+ sodipodi:nodetypes="csc" />
+ <path
+ style="fill:none;fill-opacity:1;stroke:url(#linearGradient2097);stroke-width:0.99999976;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ d="M 11.309671,24.375 C 11.309671,22.05 13.011691,20.5 16.808507,20.5 C 19.681255,20.5 21.521794,20.8875 21.521794,21.6625"
+ id="path2873"
+ sodipodi:nodetypes="csc" />
+ <g
+ id="g3081"
+ style="opacity:0.8"
+ transform="matrix(0.85101,0,0,0.935485,-4.43401,-5.935502)">
+ <path
+ sodipodi:nodetypes="css"
+ id="path3023"
+ d="M 30.5,29 C 30.5,30.5 26.321416,30.5 24.928559,30.499984 C 20.827989,30.499937 17.499991,28.931985 17.499991,26.999986"
+ style="fill:none;fill-opacity:1;stroke:url(#linearGradient2105);stroke-width:3.36229181;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
+ <path
+ sodipodi:nodetypes="css"
+ id="path3021"
+ d="M 30.499985,24.5 C 30.499985,25.5 26.321416,25.5 24.928559,25.499984 C 20.827989,25.499937 17.5,24.431999 17.5,22.5"
+ style="fill:none;fill-opacity:1;stroke:url(#linearGradient2107);stroke-width:3.36229181;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
+ <path
+ sodipodi:nodetypes="css"
+ id="path3019"
+ d="M 30.499985,20.5 C 30.499985,21.5 26.321416,21.5 24.928559,21.499984 C 20.827989,21.499937 17.499991,19.931985 17.499991,17.999986"
+ style="fill:none;fill-opacity:1;stroke:url(#linearGradient2109);stroke-width:3.36229181;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
+ </g>
+ <path
+ style="fill:none;fill-opacity:1;stroke:url(#linearGradient2088);stroke-width:0.99999934;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline"
+ d="M 21.521778,13.5 C 21.521778,14.5 17.965774,14.5 16.780439,14.499984 C 13.290813,14.499937 10.458653,12.931985 10.458653,10.999986"
+ id="path2869"
+ sodipodi:nodetypes="css" />
+ <path
+ style="fill:none;fill-opacity:1;stroke:url(#linearGradient2085);stroke-width:0.99999934;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline"
+ d="M 21.521778,17.5 C 21.521778,18.5 17.965774,18.5 16.780439,18.499984 C 13.290813,18.499937 10.458661,17.431999 10.458661,15.5"
+ id="path2852"
+ sodipodi:nodetypes="css" />
+ <path
+ style="fill:none;fill-opacity:1;stroke:url(#linearGradient2082);stroke-width:0.99999917;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline"
+ d="M 21.521791,21.428572 C 21.521791,22.500007 17.965774,22.500007 16.780439,22.499996 C 13.290813,22.499962 10.458653,21.37999 10.458653,19.999982"
+ id="path2867"
+ sodipodi:nodetypes="css" />
+ <path
+ style="fill:none;fill-opacity:1;stroke:url(#linearGradient2079);stroke-width:0.99999934;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline"
+ d="M 11.309671,24.5 C 11.309671,26.75 13.437196,27.5 16.658868,27.499988 L 17.266741,27.5"
+ id="path2875"
+ sodipodi:nodetypes="cs" />
+ <path
+ style="opacity:0.41906613;fill:url(#radialGradient2045);fill-opacity:1;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ d="M 10.432067,9.46875 C 9.727032,9.485913 9.167375,10.171535 9.182146,11 C 9.182146,11.881664 9.454902,12.625607 9.900186,13.25 C 9.454598,13.887228 9.182146,14.657449 9.182146,15.5 C 9.180518,15.635238 9.207361,15.778745 9.235334,15.90625 C 9.316926,16.562154 9.551587,17.185857 9.900186,17.65625 C 9.454179,18.334874 9.182146,19.134654 9.182146,20 C 9.182146,20.772652 9.436601,21.426674 9.793809,22 L 22.798306,22 C 22.798306,21.836163 22.777835,21.686296 22.745118,21.53125 C 22.736728,21.500474 22.728537,21.467412 22.718524,21.4375 C 22.579044,20.885083 22.266871,20.400575 21.947296,20.125 C 21.662513,19.879426 21.359045,19.71594 21.043098,19.59375 C 21.14993,19.560281 21.257813,19.541726 21.362227,19.5 C 21.624349,19.395251 21.898343,19.27716 22.186643,19 C 22.402868,18.79213 22.640658,18.416695 22.745118,17.96875 C 22.78391,17.822653 22.799463,17.658748 22.798306,17.5 C 22.798306,17.350107 22.775016,17.194889 22.745118,17.0625 C 22.729371,16.995494 22.715191,16.938222 22.69193,16.875 C 22.589518,16.575983 22.430548,16.335194 22.293019,16.1875 C 22.06938,15.947333 21.853647,15.819752 21.654761,15.71875 C 21.515239,15.647895 21.374208,15.581817 21.229256,15.53125 C 21.272645,15.515545 21.319264,15.517168 21.362227,15.5 C 21.624349,15.395251 21.898343,15.27716 22.186643,15 C 22.402868,14.79213 22.640658,14.416695 22.745118,13.96875 C 22.78391,13.822653 22.799463,13.658748 22.798306,13.5 C 22.798306,13.350107 22.775016,13.194889 22.745118,13.0625 C 22.729371,12.995494 22.715191,12.938222 22.69193,12.875 C 22.655029,12.767259 22.606979,12.683888 22.558959,12.59375 C 22.473707,12.433724 22.380995,12.281977 22.293019,12.1875 C 22.06938,11.947333 21.853647,11.819752 21.654761,11.71875 C 21.25699,11.516746 20.853289,11.414806 20.351652,11.3125 C 19.348379,11.107888 18.023929,11 16.415731,11 C 14.727122,11 13.33239,11.193957 12.160681,11.625 C 11.842584,11.321771 11.735176,11.068697 11.735176,11 C 11.742464,10.591322 11.608837,10.195293 11.362859,9.90625 C 11.11688,9.617208 10.779856,9.460186 10.432067,9.46875 z M 12.001117,14.9375 C 12.362413,15.121862 12.739022,15.301411 13.144661,15.4375 C 12.749906,15.556166 12.374907,15.707141 12.027711,15.875 C 11.962648,15.82307 11.879164,15.762446 11.841552,15.71875 C 11.703273,15.558104 11.735176,15.552359 11.735176,15.5 C 11.735176,15.25 11.772604,15.113426 12.001117,14.9375 z M 12.080899,19.1875 C 12.503785,19.361466 12.961006,19.510718 13.437196,19.625 C 12.929981,19.85067 12.463851,20.147539 12.054305,20.5 C 11.825542,20.249692 11.735176,20.060031 11.735176,20 C 11.735176,19.738432 11.797126,19.471169 12.080899,19.1875 z "
+ id="path2885" />
+ </g>
+ <g
+ inkscape:groupmode="layer"
+ id="layer2"
+ inkscape:label="platform"
+ style="display:inline">
+ <path
+ style="opacity:1;fill:white;fill-opacity:1;stroke:url(#linearGradient3200);stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
+ d="M 5,4.5 L 27,4.5 L 30.5,11 L 30.500013,13.5 L 1.5000006,13.5 L 1.5,11 L 5,4.5 z "
+ id="rect1880"
+ sodipodi:nodetypes="ccccccc" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient2850);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect2768"
+ width="28"
+ height="2"
+ x="2"
+ y="11" />
+ <g
+ id="g2835"
+ style="opacity:0.8"
+ transform="translate(-8,-6)">
+ <rect
+ y="17"
+ x="11"
+ height="2"
+ width="2"
+ id="rect2770"
+ style="opacity:1;fill:#ef2929;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <rect
+ y="17"
+ x="15"
+ height="2"
+ width="2"
+ id="rect2772"
+ style="opacity:1;fill:#ef2929;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
+ <rect
+ y="17"
+ x="23"
+ height="2"
+ width="2"
+ id="rect2774"
+ style="opacity:1;fill:#ef2929;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
+ <rect
+ y="17"
+ x="19"
+ height="2"
+ width="2"
+ id="rect2776"
+ style="opacity:1;fill:#ef2929;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
+ <rect
+ y="17"
+ x="27"
+ height="2"
+ width="2"
+ id="rect2778"
+ style="opacity:1;fill:#ef2929;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
+ <rect
+ y="17"
+ x="31"
+ height="2"
+ width="2"
+ id="rect2780"
+ style="opacity:1;fill:#ef2929;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
+ <rect
+ y="17"
+ x="35"
+ height="2"
+ width="2"
+ id="rect2782"
+ style="opacity:1;fill:#ef2929;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
+ </g>
+ <path
+ style="opacity:0.5;fill:#ef2929;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline"
+ d="M 5.3125,5 L 3.25,8.8125 L 7.0625,5 L 5.3125,5 z M 9,5 L 3,11 L 5,11 L 11,5 L 9,5 z M 13,5 L 7,11 L 9,11 L 15,5 L 13,5 z M 17,5 L 11,11 L 13,11 L 19,5 L 17,5 z M 21,5 L 15,11 L 17,11 L 23,5 L 21,5 z M 25.0625,5 L 19.0625,11 L 21.0625,11 L 26.8125,5.25 L 26.6875,5 L 25.0625,5 z M 27.53125,6.53125 L 23.0625,11 L 25.0625,11 L 28.21875,7.84375 L 27.53125,6.53125 z M 28.9375,9.125 L 27.0625,11 L 29.0625,11 L 29.625,10.4375 L 28.9375,9.125 z "
+ id="path2805" />
+ <path
+ sodipodi:type="inkscape:offset"
+ inkscape:radius="-0.98521602"
+ inkscape:original="M 5 2.5 L 1.5 9.25 L 1.5 11.5 L 30.5 11.5 L 30.5 9.25 L 27 2.5 L 5 2.5 z "
+ style="opacity:0.4;fill:none;fill-opacity:1;stroke:white;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="path3088"
+ d="M 5.59375,3.5 L 2.5,9.46875 L 2.5,10.5 L 29.5,10.5 L 29.5,9.46875 L 26.40625,3.5 L 5.59375,3.5 z "
+ transform="translate(0,2)" />
+ <path
+ style="opacity:1;fill:url(#radialGradient3996);fill-opacity:1;stroke:none;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline"
+ d="M 4.78125,6 L 2.59375,10 L 29.40625,10 L 27.21875,6 L 4.78125,6 z "
+ id="path3984" />
+ <path
+ style="opacity:1;fill:none;fill-opacity:1;stroke:#729fcf;stroke-width:1.00000072;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline"
+ d="M 29.50001,4.5000005 L 28.52368,3.2078604 C 28.197865,2.7753789 27.561899,2.5033846 26.866878,2.4992675 L 24.500017,2.4992675"
+ id="path1973"
+ sodipodi:nodetypes="cccc" />
+ <path
+ style="opacity:1;fill:none;fill-opacity:1;stroke:#729fcf;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline"
+ d="M 7.4999986,2.4992675 L 5.1331349,2.4992675 C 5.0739959,2.4973128 5.0147592,2.4973128 4.9556202,2.4992675 C 4.3252436,2.5461726 3.76999,2.8121439 3.4763304,3.2078604 L 2.4999992,4.5000005"
+ id="path2874"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="opacity:1;fill:none;fill-opacity:1;stroke:#729fcf;stroke-width:1.00000072;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline"
+ d="M 29.500004,1.4999998 L 29.078577,1.1506769 C 28.854127,0.934357 28.075373,0.49926712 27.111988,0.49926712 L 26.055557,0.49926712"
+ id="path2876"
+ sodipodi:nodetypes="cccc" />
+ <path
+ style="opacity:1;fill:none;fill-opacity:1;stroke:#729fcf;stroke-width:1.00000072;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline"
+ d="M 5.9444475,0.49925511 C 5.3601948,0.499227 5.0270342,0.49925511 4.4428101,0.49925511 C 4.0085503,0.52271653 3.141667,0.95273966 2.9393681,1.1506727 L 2.5000016,1.4999998"
+ id="path2878"
+ sodipodi:nodetypes="cccc" />
+ </g>
+</svg>
diff --git a/icons/32x32/mate-panel-notification-area.png b/icons/32x32/mate-panel-notification-area.png
new file mode 100644
index 00000000..b4db6bfd
--- /dev/null
+++ b/icons/32x32/mate-panel-notification-area.png
Binary files differ
diff --git a/icons/32x32/mate-panel-notification-area.svg b/icons/32x32/mate-panel-notification-area.svg
new file mode 100644
index 00000000..a5385d25
--- /dev/null
+++ b/icons/32x32/mate-panel-notification-area.svg
@@ -0,0 +1,291 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:s="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://web.resource.org/cc/"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="32"
+ height="32"
+ id="svg1325"
+ s:version="0.32"
+ inkscape:version="0.44"
+ s:docbase="/home/lapo/Desktop/mate-applets/scalable"
+ s:docname="mate-panel.svg"
+ sodipodi:version="0.32"
+ sodipodi:docname="mate-panel-notification-area.svg"
+ sodipodi:docbase="/home/lapo/Icone/mate-panel/32x32"
+ version="1.0"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <sodipodi:namedview
+ inkscape:window-height="813"
+ inkscape:window-width="1051"
+ inkscape:pageshadow="2"
+ inkscape:pageopacity="0.0"
+ guidetolerance="10.0"
+ gridtolerance="10000"
+ objecttolerance="10.0"
+ borderopacity="1.0"
+ bordercolor="#666666"
+ pagecolor="#ffffff"
+ id="base"
+ inkscape:showpageshadow="false"
+ showgrid="false"
+ inkscape:zoom="1"
+ inkscape:cx="21.693152"
+ inkscape:cy="18.017421"
+ inkscape:window-x="3"
+ inkscape:window-y="25"
+ inkscape:current-layer="layer1"
+ inkscape:grid-points="false"
+ inkscape:grid-bbox="true"
+ showborder="false"
+ width="32px"
+ height="32px" />
+ <defs
+ id="defs1327">
+ <linearGradient
+ id="linearGradient2783">
+ <stop
+ style="stop-color:#729fcf;stop-opacity:1"
+ offset="0"
+ id="stop2785" />
+ <stop
+ style="stop-color:#3465a4;stop-opacity:1;"
+ offset="1"
+ id="stop2787" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2270">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop2272" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop2274" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2262">
+ <stop
+ style="stop-color:#d3d7cf;stop-opacity:1;"
+ offset="0"
+ id="stop2264" />
+ <stop
+ style="stop-color:#d3d7cf;stop-opacity:0;"
+ offset="1"
+ id="stop2266" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2252">
+ <stop
+ style="stop-color:#888a85;stop-opacity:1;"
+ offset="0"
+ id="stop2254" />
+ <stop
+ style="stop-color:#888a85;stop-opacity:0;"
+ offset="1"
+ id="stop2256" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2252"
+ id="linearGradient2258"
+ x1="31.874874"
+ y1="17.4375"
+ x2="47.437664"
+ y2="17.4375"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.695652,0,0,0.862069,-1.23913,-13.58621)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2262"
+ id="linearGradient2268"
+ x1="31.872892"
+ y1="20.6875"
+ x2="46.704754"
+ y2="20.6875"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.695652,0,0,0.862069,-1.23913,-13.58621)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2270"
+ id="linearGradient1341"
+ gradientUnits="userSpaceOnUse"
+ x1="23.99696"
+ y1="18.375"
+ x2="45.753761"
+ y2="18.375"
+ gradientTransform="matrix(0.711111,0,0,0.851852,-0.988889,-13.25926)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2270"
+ id="radialGradient2218"
+ cx="3.6239223"
+ cy="2.0049825"
+ fx="3.6239223"
+ fy="2.0049825"
+ r="23"
+ gradientTransform="matrix(0,0.959184,-1.084865,0,3.757751,-0.88083)"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2783"
+ id="radialGradient1905"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.53143,0,0,1.53143,-18.26764,-20.33562)"
+ cx="34.374516"
+ cy="38.265873"
+ fx="34.374516"
+ fy="38.265873"
+ r="12.043625" />
+ </defs>
+ <s:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="29.202731"
+ inkscape:cy="14.650528"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ stroke="#eeeeec"
+ fill="#2e3436"
+ inkscape:window-width="1270"
+ inkscape:window-height="943"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ showborder="false"
+ gridspacingx="0.5px"
+ gridspacingy="0.5px"
+ gridempspacing="2"
+ inkscape:grid-points="true"
+ showguides="false"
+ inkscape:guide-bbox="true"
+ inkscape:showpageshadow="false">
+ <s:guide
+ orientation="vertical"
+ position="31.875"
+ id="guide2260" />
+ </s:namedview>
+ <metadata
+ id="metadata1330">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title>Info</dc:title>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Lapo Calamandrei</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>panel</rdf:li>
+ <rdf:li>applet</rdf:li>
+ <rdf:li>info</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <dc:contributor>
+ <cc:Agent>
+ <dc:title>Andreas Nilsson</dc:title>
+ </cc:Agent>
+ </dc:contributor>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <rect
+ style="opacity:1;fill:url(#linearGradient2268);fill-opacity:1;stroke:url(#linearGradient2258);stroke-width:0.9999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect1333"
+ width="31.999992"
+ height="25.000002"
+ x="0.5"
+ y="1.5" />
+ <rect
+ style="opacity:0.4;fill:none;fill-opacity:1;stroke:url(#linearGradient1341);stroke-width:0.99999976;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect2210"
+ width="31.999994"
+ height="23.000004"
+ x="1.4999995"
+ y="2.5" />
+ <rect
+ style="opacity:1;fill:none;fill-opacity:1;stroke:url(#radialGradient2218);stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect2216"
+ width="30.000015"
+ height="23.000004"
+ x="1.5"
+ y="2.5" />
+ <path
+ sodipodi:type="arc"
+ style="fill:url(#radialGradient1905);fill-opacity:1;stroke:#204a87;stroke-width:0.97227275;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1"
+ id="path1895"
+ sodipodi:cx="33.057243"
+ sodipodi:cy="32.620426"
+ sodipodi:rx="11.667262"
+ sodipodi:ry="11.667262"
+ d="M 44.724505 32.620426 A 11.667262 11.667262 0 1 1 21.389981,32.620426 A 11.667262 11.667262 0 1 1 44.724505 32.620426 z"
+ transform="matrix(1.028518,0,0,1.028519,-14.49998,-15.05072)" />
+ <path
+ sodipodi:type="arc"
+ style="fill:none;fill-opacity:1;stroke:white;stroke-width:1.06066108;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1"
+ id="path2803"
+ sodipodi:cx="33.057243"
+ sodipodi:cy="32.620426"
+ sodipodi:rx="11.667262"
+ sodipodi:ry="11.667262"
+ d="M 44.724505 32.620426 A 11.667262 11.667262 0 1 1 21.389981,32.620426 A 11.667262 11.667262 0 1 1 44.724505 32.620426 z"
+ transform="matrix(0.942809,0,0,0.942809,-11.66666,-12.25483)" />
+ <path
+ style="font-size:28px;font-style:normal;font-weight:normal;fill:white;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
+ d="M 22,24 L 24,24 L 24,26 L 16,26 L 16,24 L 18,24 L 18,18 L 16,18 L 16,16 L 22,16"
+ id="text1891"
+ sodipodi:nodetypes="cccccccccc" />
+ <path
+ sodipodi:type="arc"
+ style="fill:white;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1"
+ id="path2782"
+ sodipodi:cx="29.5"
+ sodipodi:cy="22.5"
+ sodipodi:rx="1.5"
+ sodipodi:ry="1.5"
+ d="M 31 22.5 A 1.5 1.5 0 1 1 28,22.5 A 1.5 1.5 0 1 1 31 22.5 z"
+ transform="matrix(1.343195,0,0,1.333332,-19.60947,-16.99998)" />
+ </g>
+</svg>
diff --git a/icons/32x32/mate-panel-separator.png b/icons/32x32/mate-panel-separator.png
new file mode 100644
index 00000000..edeb7c77
--- /dev/null
+++ b/icons/32x32/mate-panel-separator.png
Binary files differ
diff --git a/icons/32x32/mate-panel-separator.svg b/icons/32x32/mate-panel-separator.svg
new file mode 100644
index 00000000..81c68342
--- /dev/null
+++ b/icons/32x32/mate-panel-separator.svg
@@ -0,0 +1,105 @@
+<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="32"
+ height="32"
+ id="svg2"
+ sodipodi:version="0.32"
+ inkscape:version="0.44"
+ version="1.0"
+ sodipodi:docbase="/home/lapo/Icone/mate-panel/32x32"
+ sodipodi:docname="mate-panel-separator.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#afafaf"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="1"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="21.165665"
+ inkscape:cy="27.607322"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ width="32px"
+ height="32px"
+ inkscape:showpageshadow="false"
+ borderlayer="true"
+ showgrid="false"
+ gridspacingx="0.5px"
+ gridspacingy="0.5px"
+ gridempspacing="2"
+ inkscape:window-width="1051"
+ inkscape:window-height="622"
+ inkscape:window-x="284"
+ inkscape:window-y="321"
+ showborder="true"
+ inkscape:grid-points="true"
+ inkscape:guide-bbox="false" />
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Lapo Calamandrei</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Livello 1"
+ inkscape:groupmode="layer"
+ id="layer1">
+ <rect
+ style="opacity:0.4;fill:white;fill-opacity:1;stroke:none;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1"
+ id="rect2838"
+ width="3"
+ height="26"
+ x="15"
+ y="3"
+ rx="1.5"
+ ry="1.5" />
+ <rect
+ style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1"
+ id="rect2840"
+ width="0.99999905"
+ height="24"
+ x="16"
+ y="4"
+ rx="0.49999952"
+ ry="0.49999952" />
+ </g>
+</svg>
diff --git a/icons/32x32/mate-panel-window-list.png b/icons/32x32/mate-panel-window-list.png
new file mode 100644
index 00000000..3ce9f762
--- /dev/null
+++ b/icons/32x32/mate-panel-window-list.png
Binary files differ
diff --git a/icons/32x32/mate-panel-window-list.svg b/icons/32x32/mate-panel-window-list.svg
new file mode 100644
index 00000000..4bf78eb5
--- /dev/null
+++ b/icons/32x32/mate-panel-window-list.svg
@@ -0,0 +1,170 @@
+<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="32"
+ height="32"
+ id="svg2285"
+ sodipodi:version="0.32"
+ inkscape:version="0.44"
+ sodipodi:docbase="/home/lapo/Icone/mate-panel/32x32"
+ sodipodi:docname="mate-window-list.svg"
+ version="1.0"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs2287" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="17.819994"
+ inkscape:cy="5.9484661"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ fill="#eeeeec"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ stroke="#204a87"
+ inkscape:window-width="1280"
+ inkscape:window-height="949"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ showborder="true"
+ inkscape:showpageshadow="false"
+ width="32px"
+ height="32px"
+ gridspacingx="0.5px"
+ gridspacingy="0.5px"
+ gridempspacing="2" />
+ <metadata
+ id="metadata2290">
+ <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>Taskbar</dc:title>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Andreas Nilsson</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
+ <dc:contributor>
+ <cc:Agent>
+ <dc:title>Lapo Calamandrei</dc:title>
+ </cc:Agent>
+ </dc:contributor>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>taskbar</rdf:li>
+ <rdf:li>panel</rdf:li>
+ <rdf:li>applet</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <rect
+ style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:#555753;stroke-width:1.00000048;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect3734"
+ width="46.978497"
+ height="22.986567"
+ x="-4.4784975"
+ y="3.5134335"
+ rx="0"
+ ry="0" />
+ <path
+ style="fill:#d3d7cf;fill-opacity:1;stroke:#555753;stroke-width:0.99999988;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
+ d="M -4.46875,6.545685 L -4.46875,23.473181 L 2.1875,23.473181 C 2.3239085,23.473181 2.4702395,23.44929 2.59375,23.410681 C 2.7871883,23.344878 2.9840671,23.209167 3.125,23.066931 C 3.1901439,22.997958 3.2632516,22.898901 3.3125,22.816931 C 3.4229364,22.622656 3.5,22.370353 3.5,22.129431 L 3.5,7.889435 C 3.5,7.648513 3.4229364,7.396209 3.3125,7.201935 C 3.2632516,7.119965 3.1901439,7.020908 3.125,6.951935 C 2.9840672,6.809699 2.7871883,6.673988 2.59375,6.608185 C 2.4702395,6.569576 2.3239084,6.545685 2.1875,6.545685 L -4.46875,6.545685 z M 6.65625,6.545685 C 6.579398,6.555488 6.478298,6.585663 6.40625,6.608185 C 6.212812,6.673988 6.015933,6.809699 5.875,6.951935 C 5.809856,7.020908 5.736748,7.119965 5.6875,7.201935 C 5.577064,7.396209 5.5,7.648513 5.5,7.889435 L 5.5,22.129431 C 5.5,22.370353 5.577064,22.622657 5.6875,22.816931 C 5.736748,22.898901 5.809856,22.997958 5.875,23.066931 C 6.015933,23.209167 6.212812,23.344878 6.40625,23.410681 C 6.529761,23.44929 6.676091,23.473181 6.8125,23.473181 L 42.46875,23.473181 L 42.46875,6.545685 L 6.8125,6.545685 C 6.755663,6.545685 6.711144,6.538683 6.65625,6.545685 z "
+ id="rect3762"
+ sodipodi:nodetypes="cccsssccssscccsssccsssccccc" />
+ <path
+ style="opacity:0.90980392;fill:none;fill-opacity:1;stroke:#eeeeec;stroke-width:0.99999952;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
+ d="M -4.53125,7.562712 L -4.53125,22.482043 L 1.875,22.482043 C 1.9694365,22.482043 2.0767266,22.45775 2.15625,22.419543 C 2.3022681,22.340417 2.4265303,22.178149 2.46875,22.013293 C 2.4767973,21.973767 2.5,21.930265 2.5,21.888293 L 2.5,8.187712 C 2.5,8.009332 2.403116,7.829679 2.28125,7.718962 C 2.2513391,7.694298 2.1906072,7.64383 2.15625,7.625212 C 2.0767266,7.587005 1.9694366,7.562712 1.875,7.562712 L -4.53125,7.562712 z M 7,7.562712 C 6.929628,7.573405 6.841375,7.623881 6.78125,7.656462 C 6.75626,7.671615 6.709933,7.700464 6.6875,7.718962 C 6.673163,7.731988 6.638026,7.767125 6.625,7.781462 C 6.606502,7.803895 6.577653,7.850222 6.5625,7.875212 C 6.515956,7.961105 6.46875,8.082783 6.46875,8.187712 L 6.46875,21.888293 C 6.46875,21.940758 6.487582,21.996056 6.5,22.044543 C 6.517656,22.101548 6.561138,22.183692 6.59375,22.232043 C 6.704082,22.379756 6.894383,22.482043 7.09375,22.482043 L 42.5,22.482043 L 42.5,7.562712 L 7.09375,7.562712 C 7.062271,7.562712 7.030159,7.558129 7,7.562712 z "
+ id="rect3736"
+ sodipodi:nodetypes="cccssccsscccssssccssccccc" />
+ <g
+ id="g1374"
+ transform="translate(-4,-18.9375)">
+ <rect
+ ry="1.3131993"
+ rx="1.3131984"
+ y="29.501915"
+ x="13.538324"
+ height="8.998085"
+ width="9.9616756"
+ id="rect3746"
+ style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:#888a85;stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <rect
+ ry="0"
+ rx="0"
+ y="30.429993"
+ x="14.466402"
+ height="7.0137119"
+ width="7.9983864"
+ id="rect2262"
+ style="opacity:1;fill:none;fill-opacity:1;stroke:white;stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <rect
+ ry="1.3131993"
+ rx="1.3131984"
+ y="29.4375"
+ x="13.5"
+ height="3.0625"
+ width="10"
+ id="rect3748"
+ style="opacity:1;fill:#729fcf;fill-opacity:1;stroke:#204a87;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ </g>
+ <rect
+ style="opacity:0.14509804;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect3752"
+ width="19"
+ height="5"
+ x="22"
+ y="13"
+ rx="0.5625"
+ ry="0.5625" />
+ <rect
+ style="opacity:0.6745098;fill:none;fill-opacity:1;stroke:#eeeeec;stroke-width:1.00000048;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect2247"
+ width="47.590965"
+ height="21.028"
+ x="-4.5909643"
+ y="4.5097847"
+ rx="0"
+ ry="0" />
+ </g>
+</svg>
diff --git a/icons/32x32/mate-panel-window-menu.png b/icons/32x32/mate-panel-window-menu.png
new file mode 100644
index 00000000..076a961b
--- /dev/null
+++ b/icons/32x32/mate-panel-window-menu.png
Binary files differ
diff --git a/icons/32x32/mate-panel-window-menu.svg b/icons/32x32/mate-panel-window-menu.svg
new file mode 100644
index 00000000..0d7f33e8
--- /dev/null
+++ b/icons/32x32/mate-panel-window-menu.svg
@@ -0,0 +1,368 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:s="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://web.resource.org/cc/"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="32"
+ height="32"
+ id="svg2"
+ s:version="0.32"
+ inkscape:version="0.44"
+ version="1.0"
+ s:docbase="/home/lapo/Templates"
+ s:docname="Icona 48x48.svg"
+ inkscape:export-filename="/home/lapo/Desktop/xubuntu/pngs/wksp.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ sodipodi:version="0.32"
+ sodipodi:docname="mate-window-menu.svg"
+ sodipodi:docbase="/home/lapo/Icone/mate-panel/32x32"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <sodipodi:namedview
+ inkscape:window-height="622"
+ inkscape:window-width="1051"
+ inkscape:pageshadow="2"
+ inkscape:pageopacity="0.0"
+ guidetolerance="10.0"
+ gridtolerance="10.0"
+ objecttolerance="10.0"
+ borderopacity="1.0"
+ bordercolor="#666666"
+ pagecolor="#ffffff"
+ id="base"
+ showgrid="false"
+ gridspacingx="0.5px"
+ gridspacingy="0.5px"
+ gridempspacing="2"
+ inkscape:showpageshadow="false"
+ showborder="false"
+ inkscape:zoom="1"
+ inkscape:cx="21.686649"
+ inkscape:cy="4.8324873"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:current-layer="layer1"
+ width="32px"
+ height="32px" />
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3690">
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="0"
+ id="stop3692" />
+ <stop
+ style="stop-color:white;stop-opacity:0.46875"
+ offset="1"
+ id="stop3694" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3674">
+ <stop
+ style="stop-color:#3465a4;stop-opacity:1"
+ offset="0"
+ id="stop3676" />
+ <stop
+ style="stop-color:#729fcf;stop-opacity:1;"
+ offset="1"
+ id="stop3678" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2781">
+ <stop
+ style="stop-color:#d3d7cf;stop-opacity:1"
+ offset="0"
+ id="stop2783" />
+ <stop
+ style="stop-color:#eeeeec;stop-opacity:1"
+ offset="1"
+ id="stop2785" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5048">
+ <stop
+ id="stop5050"
+ offset="0"
+ style="stop-color:black;stop-opacity:0;" />
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0.5"
+ id="stop5056" />
+ <stop
+ id="stop5052"
+ offset="1"
+ style="stop-color:black;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5060"
+ inkscape:collect="always">
+ <stop
+ id="stop5062"
+ offset="0"
+ style="stop-color:black;stop-opacity:1;" />
+ <stop
+ id="stop5064"
+ offset="1"
+ style="stop-color:black;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5048"
+ id="linearGradient5798"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
+ x1="302.85715"
+ y1="366.64789"
+ x2="302.85715"
+ y2="609.50507" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient5800"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient5802"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3690"
+ id="linearGradient5841"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.741582,0,0,0.724136,-0.545028,0.620715)"
+ x1="9.5"
+ y1="16.26436"
+ x2="9.5"
+ y2="13.408723" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2781"
+ id="linearGradient5853"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.756708,0,0,0.742029,-2.923171,-1.808703)"
+ x1="24.925514"
+ y1="40.000107"
+ x2="24.925514"
+ y2="19.53867" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3674"
+ id="linearGradient5855"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.756708,0,0,0.742029,-2.923171,-0.808581)"
+ x1="23.069359"
+ y1="6.7993021"
+ x2="23.069359"
+ y2="12.403291" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2781"
+ id="linearGradient1927"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.756708,0,0,0.742029,-2.923171,-1.808703)"
+ x1="24.925514"
+ y1="40.000107"
+ x2="24.925514"
+ y2="19.53867" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3674"
+ id="linearGradient1929"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.756708,0,0,0.742029,-2.923171,-0.808581)"
+ x1="23.069359"
+ y1="6.7993021"
+ x2="23.069359"
+ y2="12.403291" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3690"
+ id="linearGradient1931"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.741582,0,0,0.724136,-0.545028,-3.379285)"
+ x1="9.5"
+ y1="16.26436"
+ x2="9.5"
+ y2="13.408723" />
+ </defs>
+ <s:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="10.097903"
+ inkscape:cy="38.917761"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ gridempspacing="2"
+ gridspacingx="0.5px"
+ gridspacingy="0.5px"
+ inkscape:window-width="965"
+ inkscape:window-height="763"
+ inkscape:window-x="176"
+ inkscape:window-y="103"
+ fill="#729fcf"
+ stroke="#3465a4"
+ inkscape:showpageshadow="false"
+ showguides="false"
+ inkscape:guide-bbox="true"
+ inkscape:grid-points="true"
+ inkscape:grid-bbox="false"
+ showborder="true">
+ <s:guide
+ orientation="vertical"
+ position="24.041631"
+ id="guide2191" />
+ <s:guide
+ orientation="horizontal"
+ position="25.986174"
+ id="guide2203" />
+ </s:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Lapo Calamandrei</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:title>Create a window</dc:title>
+ <dc:subject>
+ <rdf:Bag />
+ </dc:subject>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Livello 1"
+ inkscape:groupmode="layer"
+ id="layer1">
+ <g
+ style="opacity:0.58730164;display:inline"
+ id="g5022"
+ transform="matrix(1.428266e-2,0,0,9.407189e-3,30.70351,28.41764)">
+ <rect
+ y="-150.69685"
+ x="-1559.2523"
+ height="478.35718"
+ width="1339.6335"
+ id="rect4173"
+ style="opacity:0.40206185;color:black;fill:url(#linearGradient5798);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <path
+ sodipodi:nodetypes="cccc"
+ id="path5058"
+ d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z "
+ style="opacity:0.40206185;color:black;fill:url(#radialGradient5800);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <path
+ style="opacity:0.40206185;color:black;fill:url(#radialGradient5802);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z "
+ id="path5018"
+ sodipodi:nodetypes="cccc" />
+ </g>
+ <g
+ id="g1933">
+ <g
+ transform="matrix(1.001116,0,0,0.999878,1.987418,2.001939)"
+ id="g5849">
+ <path
+ sodipodi:nodetypes="ccccccccc"
+ id="rect1887"
+ d="M 6.0211447,6.8698052 L 26.966811,6.8698052 C 27.805243,6.8698052 28.480226,7.5316953 28.480226,8.3538638 L 28.480226,26.017386 C 28.480226,26.839555 27.805243,27.501445 26.966811,27.501445 L 6.0211447,27.501445 C 5.1827126,27.501445 4.5077293,26.839555 4.5077293,26.017386 L 4.5077293,8.3538638 C 4.5077293,7.5316953 5.1827126,6.8698052 6.0211447,6.8698052 z "
+ style="fill:url(#linearGradient5853);fill-opacity:1;stroke:#888a85;stroke-width:0.99950331;stroke-miterlimit:4;stroke-opacity:1" />
+ <path
+ style="fill:url(#linearGradient5855);fill-opacity:1;stroke:#204a87;stroke-width:0.99950355;stroke-miterlimit:4;stroke-opacity:1"
+ d="M 4.5077287,10.008639 L 4.5077287,6.9827311 C 4.5077287,6.1605625 5.1827119,5.4986724 6.021144,5.4986724 L 26.966781,5.4986724 C 27.805213,5.4986724 28.480196,6.1605625 28.480196,6.9827311 L 28.480196,10.008639"
+ id="rect2776"
+ sodipodi:nodetypes="cccccc" />
+ </g>
+ <path
+ sodipodi:nodetypes="ccccccccc"
+ id="rect2779"
+ d="M 8.2381638,8.500021 L 28.750877,8.500021 C 29.159819,8.500021 29.48904,8.8214974 29.48904,9.2208201 L 29.48904,27.779195 C 29.48904,28.178518 29.159819,28.499994 28.750877,28.499994 L 8.2381638,28.499994 C 7.8292211,28.499994 7.5,28.178518 7.5,27.779195 L 7.5,9.2208201 C 7.5,8.8214974 7.8292211,8.500021 8.2381638,8.500021 z "
+ style="opacity:0.8;fill:none;fill-opacity:1;stroke:url(#linearGradient5841);stroke-width:1.00000036;stroke-miterlimit:4;stroke-opacity:1" />
+ </g>
+ <path
+ style="fill:black;fill-opacity:1;stroke:black;stroke-width:0.99999988;stroke-miterlimit:4;stroke-opacity:1;opacity:0.07335907"
+ d="M 8.03125 7.5 C 7.1918822 7.5 6.4999999 8.1466811 6.5 8.96875 L 6.5 24.5 L 23.96875 24.5 C 24.808118 24.5 25.5 23.853319 25.5 23.03125 L 25.5 7.5 L 8.03125 7.5 z "
+ id="path1924" />
+ <g
+ id="g1921"
+ transform="translate(-6,-2)">
+ <g
+ transform="matrix(1.001116,0,0,0.999878,1.987418,-1.998061)"
+ id="g1907">
+ <path
+ sodipodi:nodetypes="ccccccccc"
+ id="path1909"
+ d="M 6.0211447,6.8698052 L 26.966811,6.8698052 C 27.805243,6.8698052 28.480226,7.5316953 28.480226,8.3538638 L 28.480226,26.017386 C 28.480226,26.839555 27.805243,27.501445 26.966811,27.501445 L 6.0211447,27.501445 C 5.1827126,27.501445 4.5077293,26.839555 4.5077293,26.017386 L 4.5077293,8.3538638 C 4.5077293,7.5316953 5.1827126,6.8698052 6.0211447,6.8698052 z "
+ style="fill:url(#linearGradient1927);fill-opacity:1;stroke:#888a85;stroke-width:0.99950331;stroke-miterlimit:4;stroke-opacity:1" />
+ <path
+ style="fill:url(#linearGradient1929);fill-opacity:1;stroke:#204a87;stroke-width:0.99950355;stroke-miterlimit:4;stroke-opacity:1"
+ d="M 4.5077287,10.008639 L 4.5077287,6.9827311 C 4.5077287,6.1605625 5.1827119,5.4986724 6.021144,5.4986724 L 26.966781,5.4986724 C 27.805213,5.4986724 28.480196,6.1605625 28.480196,6.9827311 L 28.480196,10.008639"
+ id="path1911"
+ sodipodi:nodetypes="cccccc" />
+ </g>
+ <path
+ sodipodi:nodetypes="ccccccccc"
+ id="path1913"
+ d="M 8.2381638,4.500021 L 28.750877,4.500021 C 29.159819,4.500021 29.48904,4.8214974 29.48904,5.2208201 L 29.48904,23.779195 C 29.48904,24.178518 29.159819,24.499994 28.750877,24.499994 L 8.2381638,24.499994 C 7.8292211,24.499994 7.5,24.178518 7.5,23.779195 L 7.5,5.2208201 C 7.5,4.8214974 7.8292211,4.500021 8.2381638,4.500021 z "
+ style="opacity:0.8;fill:none;fill-opacity:1;stroke:url(#linearGradient1931);stroke-width:1.00000036;stroke-miterlimit:4;stroke-opacity:1" />
+ </g>
+ <path
+ style="font-size:14.59230423px;font-style:normal;font-weight:normal;fill:#888a85;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
+ d="M 10.999316,17.001975 L 14.002801,17.001975 L 14.002801,20.000002 L 10.999316,20.000002 L 10.999316,17.001975"
+ id="text1939"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="font-size:14.59230423px;font-style:normal;font-weight:normal;fill:#888a85;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
+ d="M 14.018425,16 L 10.999316,16 L 10.999316,15.662401 C 10.999313,15.285766 11.231313,14.832008 11.491281,14.600885 C 12.269181,13.909297 12.880672,13.498353 13.603936,12.690535 C 13.761479,12.479256 13.840254,12.26797 13.84026,12.056677 C 13.840254,11.735161 13.700211,11.484834 13.420129,11.305692 C 13.140036,11.121975 12.749081,11.030111 12.247264,11.030102 C 11.774612,11.030111 11.264037,11.108194 10.715536,11.264354 C 10.167029,11.415938 9.5951849,11.6433 9.0000012,11.946441 L 9.0000012,9.5649608 C 9.7060526,9.3720575 10.350836,9.229669 10.934354,9.1377953 C 11.517866,9.0459421 12.080957,9.0000105 12.623631,9 C 14.047401,9.0000105 15.132739,9.229669 15.879646,9.6889764 C 16.626536,10.14371 16.999986,10.80972 16.999995,11.687008 C 16.999986,12.137146 16.886201,12.541347 16.658639,12.899607 C 16.431059,13.253287 16.043022,13.634521 15.494525,14.043307 L 14.934351,14.436024 C 14.537554,14.720805 14.324765,14.950465 14.202233,15.125 C 14.079688,15.294952 14.018419,15.483271 14.018425,15.689962 L 14.018425,16"
+ id="path1918"
+ sodipodi:nodetypes="cccssssssccsssssccscc" />
+ </g>
+</svg>
diff --git a/icons/32x32/mate-panel-workspace-switcher.png b/icons/32x32/mate-panel-workspace-switcher.png
new file mode 100644
index 00000000..cb063645
--- /dev/null
+++ b/icons/32x32/mate-panel-workspace-switcher.png
Binary files differ
diff --git a/icons/32x32/mate-panel-workspace-switcher.svg b/icons/32x32/mate-panel-workspace-switcher.svg
new file mode 100644
index 00000000..7354ea48
--- /dev/null
+++ b/icons/32x32/mate-panel-workspace-switcher.svg
@@ -0,0 +1,452 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:s="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://web.resource.org/cc/"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="32"
+ height="32"
+ id="svg2"
+ s:version="0.32"
+ inkscape:version="0.43+devel"
+ version="1.0"
+ s:docbase="/home/lapo/Desktop/mate-applets/scalable"
+ s:docname="xfce4-workspaces (copia).svg"
+ inkscape:export-filename="/home/lapo/Desktop/xubuntu/pngs/wksp.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ sodipodi:version="0.32"
+ sodipodi:docname="mate-panel-workspace-switcher.svg"
+ sodipodi:docbase="/home/lapo/Icone/mate-panel/32x32">
+ <sodipodi:namedview
+ inkscape:window-height="622"
+ inkscape:window-width="1051"
+ inkscape:pageshadow="2"
+ inkscape:pageopacity="0.0"
+ borderopacity="1.0"
+ bordercolor="#666666"
+ pagecolor="#ffffff"
+ id="base"
+ showgrid="false"
+ inkscape:showpageshadow="false"
+ borderlayer="true"
+ showborder="false"
+ inkscape:zoom="1"
+ inkscape:cx="13.358338"
+ inkscape:cy="3.699209"
+ inkscape:window-x="93"
+ inkscape:window-y="213"
+ inkscape:current-layer="layer1"
+ width="32px"
+ height="32px"
+ gridspacingx="0.5px"
+ gridspacingy="0.5px"
+ gridtolerance="10000"
+ inkscape:grid-points="true"
+ inkscape:grid-bbox="false" />
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3104">
+ <stop
+ style="stop-color:#729fcf"
+ offset="0"
+ id="stop3106" />
+ <stop
+ style="stop-color:#3465a4"
+ offset="1"
+ id="stop3108" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient1349"
+ inkscape:collect="always">
+ <stop
+ id="stop1351"
+ offset="0"
+ style="stop-color:#729fcf" />
+ <stop
+ id="stop1353"
+ offset="1"
+ style="stop-color:#eeeeec" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2181">
+ <stop
+ style="stop-color:#d3d7cf"
+ offset="0"
+ id="stop2183" />
+ <stop
+ style="stop-color:#eeeeec"
+ offset="1"
+ id="stop2185" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2181"
+ id="linearGradient2187"
+ x1="21.25"
+ y1="5.8177266"
+ x2="29.875"
+ y2="77.597641"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.674418,0,0,0.666667,-0.186046,-1.166666)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient1349"
+ id="linearGradient1347"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.674418,0,0,0.666667,-0.186046,-1.166666)"
+ x1="21.25"
+ y1="5.8177266"
+ x2="29.875"
+ y2="77.597641" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3104"
+ id="linearGradient3110"
+ x1="14.454059"
+ y1="15.161165"
+ x2="12.16466"
+ y2="12.396894"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.674418,0,0,0.666667,-0.186046,-2.499999)" />
+ <linearGradient
+ y2="12.403291"
+ x2="23.069359"
+ y1="6.7993021"
+ x1="23.069359"
+ gradientTransform="matrix(0.756708,0,0,0.742029,-2.923171,-1.808703)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5855"
+ xlink:href="#linearGradient3674"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="19.53867"
+ x2="24.925514"
+ y1="40.000107"
+ x1="24.925514"
+ gradientTransform="matrix(0.756708,0,0,0.742029,-2.923171,-1.808703)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5853"
+ xlink:href="#linearGradient2781"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="13.408723"
+ x2="9.5"
+ y1="16.26436"
+ x1="9.5"
+ gradientTransform="matrix(0.741582,0,0,0.724136,-2.545028,-1.379285)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5841"
+ xlink:href="#linearGradient3690"
+ inkscape:collect="always" />
+ <radialGradient
+ r="117.14286"
+ fy="486.64789"
+ fx="605.71429"
+ cy="486.64789"
+ cx="605.71429"
+ gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient5802"
+ xlink:href="#linearGradient5060"
+ inkscape:collect="always" />
+ <radialGradient
+ r="117.14286"
+ fy="486.64789"
+ fx="605.71429"
+ cy="486.64789"
+ cx="605.71429"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient5800"
+ xlink:href="#linearGradient5060"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="609.50507"
+ x2="302.85715"
+ y1="366.64789"
+ x1="302.85715"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5798"
+ xlink:href="#linearGradient5048"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5060">
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0"
+ id="stop5062" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop5064" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5048">
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="0"
+ id="stop5050" />
+ <stop
+ id="stop5056"
+ offset="0.5"
+ style="stop-color:black;stop-opacity:1;" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop5052" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2781">
+ <stop
+ id="stop2783"
+ offset="0"
+ style="stop-color:#d3d7cf;stop-opacity:1" />
+ <stop
+ id="stop2785"
+ offset="1"
+ style="stop-color:#eeeeec;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3674">
+ <stop
+ id="stop3676"
+ offset="0"
+ style="stop-color:#3465a4;stop-opacity:1" />
+ <stop
+ id="stop3678"
+ offset="1"
+ style="stop-color:#729fcf;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3690">
+ <stop
+ id="stop3692"
+ offset="0"
+ style="stop-color:white;stop-opacity:1;" />
+ <stop
+ id="stop3694"
+ offset="1"
+ style="stop-color:white;stop-opacity:0.46875" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3690"
+ id="linearGradient1959"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.741582,0,0,0.724136,-3.545024,-1.379288)"
+ x1="9.5"
+ y1="16.26436"
+ x2="9.5"
+ y2="13.408723" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5048"
+ id="linearGradient1968"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
+ x1="302.85715"
+ y1="366.64789"
+ x2="302.85715"
+ y2="609.50507" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient1970"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient1972"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ </defs>
+ <s:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="25.368402"
+ inkscape:cy="29.804133"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ gridempspacing="2"
+ gridspacingx="0.5px"
+ gridspacingy="0.5px"
+ inkscape:window-width="965"
+ inkscape:window-height="763"
+ inkscape:window-x="176"
+ inkscape:window-y="103"
+ fill="#729fcf"
+ stroke="#3465a4"
+ inkscape:showpageshadow="false"
+ showguides="false"
+ inkscape:guide-bbox="true"
+ inkscape:grid-points="true"
+ inkscape:grid-bbox="false"
+ showborder="false">
+ <s:guide
+ orientation="vertical"
+ position="24.041631"
+ id="guide2191" />
+ <s:guide
+ orientation="horizontal"
+ position="25.986174"
+ id="guide2203" />
+ </s:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Lapo Calamandrei</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:title>Workspaces</dc:title>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>workspace</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Livello 1"
+ inkscape:groupmode="layer"
+ id="layer1">
+ <g
+ style="opacity:0.58730164;display:inline"
+ id="g5022"
+ transform="matrix(1.674518e-2,0,0,9.407189e-3,30.89377,25.41763)">
+ <rect
+ y="-150.69685"
+ x="-1559.2523"
+ height="478.35718"
+ width="1339.6335"
+ id="rect4173"
+ style="opacity:0.40206185;color:black;fill:url(#linearGradient1968);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <path
+ sodipodi:nodetypes="cccc"
+ id="path5058"
+ d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z "
+ style="opacity:0.40206185;color:black;fill:url(#radialGradient1970);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <path
+ style="opacity:0.40206185;color:black;fill:url(#radialGradient1972);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z "
+ id="path5018"
+ sodipodi:nodetypes="cccc" />
+ </g>
+ <rect
+ style="opacity:1;color:black;fill:url(#linearGradient2187);fill-opacity:1;fill-rule:nonzero;stroke:#babdb6;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ id="rect1304"
+ width="28.99999"
+ height="26"
+ x="1.5"
+ y="0.5000006"
+ rx="1.0116276"
+ ry="1" />
+ <rect
+ style="opacity:1;color:black;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:white;stroke-width:1.00000036;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="rect2179"
+ width="27.076633"
+ height="24.003757"
+ x="2.4395835"
+ y="1.4760269"
+ rx="0.33020282"
+ ry="0.32437509" />
+ <path
+ style="color:black;fill:url(#linearGradient1347);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3110);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 2.5116275,0.50000061 L 15.5,0.5 L 15.5,12.5 L 1.5,12.5 L 1.4999999,1.5000006 C 1.4999999,0.94600058 1.9511859,0.50000061 2.5116275,0.50000061 z "
+ id="rect1344"
+ s:nodetypes="cccccc"
+ sodipodi:nodetypes="cccccc" />
+ <path
+ style="opacity:0.07000002;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:black;stroke-width:1.00000095;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 15.5,0.50000048 L 15.5,25.5"
+ id="path2209"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="opacity:0.07000002;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:black;stroke-width:1.00000095;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 2.5,12.5 L 29.5,12.5"
+ id="path2211"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="opacity:1;fill:white;fill-opacity:1;fill-rule:evenodd;stroke:#eeeeec;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 2.5,13.5 L 29.5,13.5"
+ id="path2205"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="opacity:1;fill:white;fill-opacity:1;fill-rule:evenodd;stroke:#eeeeec;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 16.5,1.5 L 16.5,25.5"
+ id="path2207"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="opacity:0.4;color:black;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:white;stroke-width:1.00000012;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ d="M 2.5,12.5 L 2.5,2 C 2.5,1.5 2.5,1.5 3,1.5 L 15.5,1.5"
+ id="rect1355"
+ s:nodetypes="cccc"
+ sodipodi:nodetypes="cccc" />
+ <rect
+ style="opacity:1;fill:#d3d7cf;fill-opacity:1;stroke:#204a87;stroke-width:0.99999958;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect1906"
+ width="7"
+ height="5"
+ x="3.5"
+ y="2.5" />
+ <rect
+ style="opacity:1;fill:#3465a4;fill-opacity:1;stroke:#d3d7cf;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect2796"
+ width="8"
+ height="5"
+ x="6.5"
+ y="5.5" />
+ </g>
+</svg>
diff --git a/icons/32x32/mate-panel.png b/icons/32x32/mate-panel.png
new file mode 100644
index 00000000..56eef124
--- /dev/null
+++ b/icons/32x32/mate-panel.png
Binary files differ
diff --git a/icons/32x32/mate-panel.svg b/icons/32x32/mate-panel.svg
new file mode 100644
index 00000000..25a25981
--- /dev/null
+++ b/icons/32x32/mate-panel.svg
@@ -0,0 +1,202 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:s="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd"
+ 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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="32"
+ height="32"
+ id="svg1325"
+ s:version="0.32"
+ inkscape:version="0.44"
+ s:docbase="/home/lapo/Desktop/mate-applets/scalable"
+ s:docname="mate-panel.svg"
+ sodipodi:version="0.32"
+ sodipodi:docname="mate-panel.svg"
+ sodipodi:docbase="/home/lapo/Icone/mate-panel/32x32"
+ version="1.0"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <sodipodi:namedview
+ inkscape:window-height="581"
+ inkscape:window-width="1036"
+ inkscape:pageshadow="2"
+ inkscape:pageopacity="0.0"
+ borderopacity="1.0"
+ bordercolor="#666666"
+ pagecolor="#ffffff"
+ id="base"
+ width="32px"
+ height="32px"
+ borderlayer="true"
+ inkscape:showpageshadow="false"
+ inkscape:zoom="1"
+ inkscape:cx="19.677233"
+ inkscape:cy="6.223872"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-points="true"
+ gridtolerance="10000"
+ gridspacingx="0.5px"
+ gridspacingy="0.5px"
+ gridempspacing="2"
+ showborder="false" />
+ <defs
+ id="defs1327" />
+ <s:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="29.202731"
+ inkscape:cy="14.650528"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ stroke="#eeeeec"
+ fill="#2e3436"
+ inkscape:window-width="1270"
+ inkscape:window-height="943"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ showborder="false"
+ gridspacingx="0.5px"
+ gridspacingy="0.5px"
+ gridempspacing="2"
+ inkscape:grid-points="true"
+ showguides="false"
+ inkscape:guide-bbox="true"
+ inkscape:showpageshadow="false">
+ <s:guide
+ orientation="vertical"
+ position="31.875"
+ id="guide2260" />
+ </s:namedview>
+ <metadata
+ id="metadata1330">
+ <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>Mate Panel</dc:title>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Lapo Calamandrei</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>panel</rdf:li>
+ <rdf:li>menu</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <dc:contributor>
+ <cc:Agent>
+ <dc:title>Andreas Nilsson</dc:title>
+ </cc:Agent>
+ </dc:contributor>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <rect
+ style="opacity:1;fill:#d3d7cf;fill-opacity:1;stroke:#888a85;stroke-width:0.99999928;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect1333"
+ width="32.499992"
+ height="25"
+ x="0.49999988"
+ y="3.5" />
+ <rect
+ style="opacity:0.61176471;fill:none;fill-opacity:1;stroke:#eeeeec;stroke-width:0.99999952;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect2210"
+ width="31.351635"
+ height="23"
+ x="1.4999995"
+ y="4.5" />
+ <rect
+ style="opacity:1;color:black;fill:#dce0d8;fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ id="rect1337"
+ width="8"
+ height="21"
+ x="2.5"
+ y="5.5"
+ rx="1.625"
+ ry="1.625" />
+ <rect
+ style="opacity:0.59607843;color:black;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:white;stroke-width:1.00000024;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ id="rect2212"
+ width="6"
+ height="19"
+ x="3.5"
+ y="6.5"
+ rx="0.5625"
+ ry="0.5637725" />
+ <path
+ style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 5,15.5 L 8,13 L 8,18 L 5,15.5 z "
+ id="path2214"
+ s:nodetypes="cccc" />
+ <g
+ id="layer6"
+ inkscape:label="tmp3"
+ style="fill:#2e3436;display:inline"
+ transform="matrix(0.813534,0,0,0.803206,-0.556649,-3.784185)">
+ <g
+ id="g2450"
+ style="fill:#2e3436;fill-opacity:1;display:inline"
+ transform="matrix(1.111126,0,0,1.11111,-1.111123,-1.999954)">
+ <path
+ id="path4490"
+ d="M 29.825673,13.93243 C 25.873042,13.93243 25.131582,19.562222 27.355158,19.562222 C 29.578413,19.562222 33.778465,13.93243 29.825673,13.93243 z "
+ style="fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99639398;stroke-miterlimit:4;stroke-dasharray:none" />
+ <path
+ id="path4492"
+ d="M 23.262429,18.864623 C 24.446355,18.936922 25.745315,14.346459 23.520132,14.63517 C 21.295753,14.923881 22.078021,18.792325 23.262429,18.864623 z "
+ style="fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99639398;stroke-miterlimit:4;stroke-dasharray:none" />
+ <path
+ id="path4494"
+ d="M 17.836518,21.717034 C 18.678553,21.346385 17.944966,17.721024 16.513137,18.709744 C 15.081951,19.698625 16.994483,22.087523 17.836518,21.717034 z "
+ style="fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99639398;stroke-miterlimit:4;stroke-dasharray:none" />
+ <path
+ id="path4496"
+ d="M 20.209029,19.819444 C 21.211405,19.61508 21.266352,15.503393 19.478815,16.240997 C 17.690957,16.978761 19.207455,20.024128 20.209029,19.819444 L 20.209029,19.819444 z "
+ style="fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99639398;stroke-miterlimit:4;stroke-dasharray:none" />
+ <path
+ d="M 25.443268,29.020774 C 25.621122,30.379019 24.446837,31.049787 23.296811,30.174174 C 19.635783,27.386832 29.358465,25.996454 28.71758,22.188259 C 28.185625,19.027375 18.487203,20.000511 17.382806,24.9462 C 16.635241,28.291525 20.459984,32.932436 24.450853,32.932436 C 26.414155,32.932436 28.6787,31.159681 29.102368,28.913933 C 29.425944,27.201427 25.294816,27.887618 25.443268,29.020774 L 25.443268,29.020774 z "
+ id="path4498"
+ style="fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99639398;stroke-miterlimit:4;stroke-dasharray:none" />
+ </g>
+ </g>
+ </g>
+</svg>