summaryrefslogtreecommitdiff
path: root/icons/22x22
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/22x22
downloadmate-panel-c51ef797a707f4e2c6f9688d4378f2b0e9898a66.tar.bz2
mate-panel-c51ef797a707f4e2c6f9688d4378f2b0e9898a66.tar.xz
moving from https://github.com/perberos/mate-desktop-environment
Diffstat (limited to 'icons/22x22')
-rw-r--r--icons/22x22/Makefile.am48
-rw-r--r--icons/22x22/Makefile.in564
-rw-r--r--icons/22x22/mate-panel-clock.pngbin0 -> 1459 bytes
-rw-r--r--icons/22x22/mate-panel-clock.svg268
-rw-r--r--icons/22x22/mate-panel-drawer.pngbin0 -> 718 bytes
-rw-r--r--icons/22x22/mate-panel-drawer.svg352
-rw-r--r--icons/22x22/mate-panel-fish.pngbin0 -> 1461 bytes
-rw-r--r--icons/22x22/mate-panel-fish.xcf.bz2bin0 -> 2617 bytes
-rw-r--r--icons/22x22/mate-panel-force-quit.pngbin0 -> 1018 bytes
-rw-r--r--icons/22x22/mate-panel-force-quit.xcf.bz2bin0 -> 1598 bytes
-rw-r--r--icons/22x22/mate-panel-launcher.pngbin0 -> 955 bytes
-rw-r--r--icons/22x22/mate-panel-launcher.svg788
-rw-r--r--icons/22x22/mate-panel-notification-area.pngbin0 -> 1267 bytes
-rw-r--r--icons/22x22/mate-panel-notification-area.svg292
-rw-r--r--icons/22x22/mate-panel-separator.pngbin0 -> 165 bytes
-rw-r--r--icons/22x22/mate-panel-separator.svg105
-rw-r--r--icons/22x22/mate-panel-window-list.pngbin0 -> 609 bytes
-rw-r--r--icons/22x22/mate-panel-window-list.xcf.bz2bin0 -> 1174 bytes
-rw-r--r--icons/22x22/mate-panel-window-menu.pngbin0 -> 701 bytes
-rw-r--r--icons/22x22/mate-panel-window-menu.xcf.bz2bin0 -> 1485 bytes
-rw-r--r--icons/22x22/mate-panel-workspace-switcher.pngbin0 -> 537 bytes
-rw-r--r--icons/22x22/mate-panel-workspace-switcher.svg186
-rw-r--r--icons/22x22/mate-panel.pngbin0 -> 394 bytes
-rw-r--r--icons/22x22/mate-panel.svg230
24 files changed, 2833 insertions, 0 deletions
diff --git a/icons/22x22/Makefile.am b/icons/22x22/Makefile.am
new file mode 100644
index 00000000..b58d8699
--- /dev/null
+++ b/icons/22x22/Makefile.am
@@ -0,0 +1,48 @@
+size = 22x22
+
+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.xcf.bz2 \
+ mate-panel-force-quit.xcf.bz2 \
+ mate-panel-launcher.svg \
+ mate-panel-notification-area.svg \
+ mate-panel-separator.svg \
+ mate-panel.svg \
+ mate-panel-window-list.xcf.bz2 \
+ mate-panel-window-menu.xcf.bz2 \
+ 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/22x22/Makefile.in b/icons/22x22/Makefile.in
new file mode 100644
index 00000000..c59fb74c
--- /dev/null
+++ b/icons/22x22/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/22x22
+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 = 22x22
+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.xcf.bz2 \
+ mate-panel-force-quit.xcf.bz2 \
+ mate-panel-launcher.svg \
+ mate-panel-notification-area.svg \
+ mate-panel-separator.svg \
+ mate-panel.svg \
+ mate-panel-window-list.xcf.bz2 \
+ mate-panel-window-menu.xcf.bz2 \
+ 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/22x22/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu icons/22x22/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/22x22/mate-panel-clock.png b/icons/22x22/mate-panel-clock.png
new file mode 100644
index 00000000..9bb74062
--- /dev/null
+++ b/icons/22x22/mate-panel-clock.png
Binary files differ
diff --git a/icons/22x22/mate-panel-clock.svg b/icons/22x22/mate-panel-clock.svg
new file mode 100644
index 00000000..dba4fb10
--- /dev/null
+++ b/icons/22x22/mate-panel-clock.svg
@@ -0,0 +1,268 @@
+<?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="22"
+ height="22"
+ id="svg2"
+ sodipodi:version="0.32"
+ inkscape:version="0.44"
+ version="1.0"
+ sodipodi:docbase="/home/lapo/Icone/mate-panel/22x22"
+ sodipodi:docname="mate-panel-clock.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3715">
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0"
+ id="stop3717" />
+ <stop
+ id="stop3723"
+ offset="0.73493975"
+ style="stop-color:black;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop3719" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3695">
+ <stop
+ style="stop-color:#c8cec3;stop-opacity:1;"
+ offset="0"
+ id="stop3697" />
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="1"
+ id="stop3699" />
+ </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="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(2.209528,0,-1.883669e-6,1.762977,-9.75665,-5.424492)" />
+ <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)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2826"
+ id="linearGradient2832"
+ x1="4.4366355"
+ y1="23.413013"
+ x2="1.1052033"
+ y2="9.2731876"
+ 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" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3695"
+ id="linearGradient3701"
+ x1="12.409597"
+ y1="6.9380565"
+ x2="13.172991"
+ y2="14.292411"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3715"
+ id="radialGradient3721"
+ cx="15.77732"
+ cy="17.937214"
+ fx="15.77732"
+ fy="17.937214"
+ 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="2.8284271"
+ inkscape:cx="23.440957"
+ inkscape:cy="1.7809796"
+ 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="622"
+ inkscape:window-x="81"
+ inkscape:window-y="1"
+ inkscape:showpageshadow="false"
+ width="22px"
+ height="22px"
+ borderlayer="true"
+ showborder="false"
+ 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(#radialGradient3721);fill-opacity:1.0;stroke:none;stroke-width:1.34792304;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path3711"
+ 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.816071,0,0,0.81607,-1.87541,-2.888037)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;fill:url(#radialGradient2784);fill-opacity:1;stroke:url(#linearGradient2832);stroke-width:1.34792325;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="matrix(0.741882,0,0,0.741882,-1.204917,-2.125485)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;fill:url(#radialGradient2798);fill-opacity:1;stroke:url(#linearGradient2848);stroke-width:1.68830855;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.591114,0,0,0.593506,1.141563,0.399609)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;fill:none;fill-opacity:1.0;stroke:url(#linearGradient3701);stroke-width:0.55994314;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(1.964913,0,0,1.623188,-17.00878,-6.94927)" />
+ <path
+ style="opacity:0.2;fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 16,6 L 10.4375,10.625 L 8,9 L 9.65625,11.5 L 8,14 L 10.46875,12.34375 L 14,15 L 11.40625,11.53125 L 16,6 z "
+ id="path2793" />
+ <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 10,10 L 15.989833,4.9870231 L 11,11 L 8,13 L 10,10 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 10,11 L 14.006068,14.006489 L 11,10 L 8,8 L 10,11 z "
+ id="path2802"
+ sodipodi:nodetypes="ccccc" />
+ <rect
+ style="opacity:1;fill:white;fill-opacity:1;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1"
+ id="rect1904"
+ width="1"
+ height="1"
+ x="10"
+ y="10" />
+ </g>
+</svg>
diff --git a/icons/22x22/mate-panel-drawer.png b/icons/22x22/mate-panel-drawer.png
new file mode 100644
index 00000000..f7b4bf81
--- /dev/null
+++ b/icons/22x22/mate-panel-drawer.png
Binary files differ
diff --git a/icons/22x22/mate-panel-drawer.svg b/icons/22x22/mate-panel-drawer.svg
new file mode 100644
index 00000000..9a113d1b
--- /dev/null
+++ b/icons/22x22/mate-panel-drawer.svg
@@ -0,0 +1,352 @@
+<?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="22"
+ height="22"
+ id="svg2"
+ sodipodi:version="0.32"
+ inkscape:version="0.44"
+ version="1.0"
+ sodipodi:docbase="/home/lapo/Icone/mate-panel/22x22"
+ sodipodi:docname="mate-panel-drawer.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient2890">
+ <stop
+ style="stop-color:#eeeeec;stop-opacity:1;"
+ offset="0"
+ id="stop2892" />
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="1"
+ id="stop2894" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2882">
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="0"
+ id="stop2884" />
+ <stop
+ style="stop-color:white;stop-opacity:0;"
+ offset="1"
+ id="stop2886" />
+ </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="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>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3030"
+ id="linearGradient3036"
+ x1="9.6364851"
+ y1="33.774788"
+ x2="6.6359367"
+ y2="16.49086"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.441861,0,0,0.475899,0.395348,-0.346209)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3048"
+ id="linearGradient3054"
+ x1="11.375"
+ y1="17.493593"
+ x2="11.375"
+ y2="24.053179"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.476115,0,0,0.463991,-0.253514,-0.102097)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3704"
+ id="linearGradient3733"
+ x1="41.25"
+ y1="33.75"
+ x2="2"
+ y2="20"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.441861,0,0,0.475899,0.395348,-0.346209)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3645"
+ id="radialGradient2876"
+ 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="#linearGradient3635"
+ id="radialGradient2878"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.089495,0,-1.048884e-3,0.592145,-11.43016,-4.739661)"
+ cx="18.972952"
+ cy="32.439533"
+ fx="18.972952"
+ fy="32.439533"
+ r="8" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3615"
+ id="radialGradient2880"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(5.276365,6.651797e-2,-5.907814e-3,0.468591,-91.396,-2.822783)"
+ cx="19.100201"
+ cy="34.240425"
+ fx="19.100201"
+ fy="34.240425"
+ r="7" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2882"
+ id="linearGradient2888"
+ x1="2.71875"
+ y1="10.4375"
+ x2="2.8125"
+ y2="18.5"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2890"
+ id="linearGradient2896"
+ x1="15.125"
+ y1="5.53125"
+ x2="16.250435"
+ y2="5.53125"
+ 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="21.79102"
+ inkscape:cy="7.1183362"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ gridempspacing="2"
+ gridspacingx="0.5px"
+ gridspacingy="0.5px"
+ inkscape:window-width="1036"
+ inkscape:window-height="738"
+ inkscape:window-x="145"
+ inkscape:window-y="156"
+ inkscape:showpageshadow="false"
+ inkscape:grid-points="false"
+ inkscape:grid-bbox="true"
+ gridtolerance="10000"
+ showborder="false"
+ borderlayer="true"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ width="22px"
+ height="22px" />
+ <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="opacity:1;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="11.38661"
+ height="7.4256616"
+ x="5.5"
+ y="5" />
+ <path
+ style="fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:11;stroke-opacity:1"
+ d="M 2.6031728,10.105707 L 6,5 L 6,12.5 L 2.6031728,12.425662 L 2.6031728,10.105707 z "
+ id="rect2985"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:11;stroke-opacity:1"
+ d="M 19.743297,10.103765 L 16,5 L 16,12.5 L 19.743297,12.425662 L 19.743297,10.103765 z "
+ id="path2988"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3054);stroke-width:1.00000036px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+ d="M 2,11.5 L 5,4.5 L 17,4.5 L 20,11.5 L 2,11.5 z "
+ id="path2085"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ sodipodi:type="inkscape:offset"
+ inkscape:radius="-0.98479825"
+ inkscape:original="M 5 4.5 L 2 11.5 L 20 11.5 L 17 4.5 L 5 4.5 z "
+ style="fill:none;fill-opacity:1.0;fill-rule:evenodd;stroke:url(#linearGradient2896);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path2853"
+ d="M 5.625,5.5 L 3.5,10.5 L 18.5,10.5 L 16.375,5.5 L 5.625,5.5 z " />
+ <rect
+ style="opacity:1;fill:url(#linearGradient3733);fill-opacity:1;stroke:url(#linearGradient3036);stroke-width:1.00000024;stroke-linecap:round;stroke-miterlimit:11;stroke-dasharray:none;stroke-opacity:1"
+ id="rect1862"
+ width="19"
+ height="7.9999981"
+ x="1.5"
+ y="9.5"
+ rx="0.45566857"
+ ry="0.4907707" />
+ <rect
+ style="opacity:1;fill:none;fill-opacity:1.0;stroke:url(#linearGradient2888);stroke-width:1.00000024;stroke-linecap:round;stroke-miterlimit:11;stroke-dasharray:none;stroke-opacity:1"
+ id="rect2868"
+ width="17"
+ height="6"
+ x="2.5"
+ y="10.5"
+ rx="0"
+ ry="0" />
+ <g
+ id="g2870">
+ <path
+ transform="matrix(0.796513,0,0,0.570129,-8.05509,-1.866935)"
+ 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"
+ sodipodi:ry="2.953125"
+ sodipodi:rx="7.546875"
+ sodipodi:cy="30.140625"
+ sodipodi:cx="24.140625"
+ id="path3643"
+ style="opacity:0.25098039;fill:url(#radialGradient2876);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:nodetypes="cccc"
+ id="path3599"
+ d="M 14.499996,13.500004 C 14.499996,14.054003 13.851101,14.500003 13.331726,14.500003 L 9.4374978,14.500003 C 8.9181233,14.500003 8.4999982,14.054003 8.4999982,13.500004"
+ style="fill:none;fill-opacity:1;stroke:url(#radialGradient2878);stroke-width:3.00000143;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <path
+ sodipodi:nodetypes="cccc"
+ id="rect3596"
+ d="M 14.467105,13.515158 C 14.467105,14.060763 14.051271,14.500006 13.534744,14.500006 L 9.4323579,14.484853 C 8.9158305,14.484853 8.4999976,14.045611 8.4999976,13.500006"
+ style="fill:none;fill-opacity:1;stroke:url(#radialGradient2880);stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
+ <path
+ transform="matrix(1.488375,0,0,2.064522,-18.8954,-47.85502)"
+ 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"
+ sodipodi:ry="0.2421875"
+ sodipodi:rx="0.3359375"
+ sodipodi:cy="29.960938"
+ sodipodi:cx="18.742188"
+ id="path3641"
+ style="opacity:1;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"
+ sodipodi:type="arc" />
+ </g>
+ </g>
+</svg>
diff --git a/icons/22x22/mate-panel-fish.png b/icons/22x22/mate-panel-fish.png
new file mode 100644
index 00000000..94a8bf86
--- /dev/null
+++ b/icons/22x22/mate-panel-fish.png
Binary files differ
diff --git a/icons/22x22/mate-panel-fish.xcf.bz2 b/icons/22x22/mate-panel-fish.xcf.bz2
new file mode 100644
index 00000000..5972e238
--- /dev/null
+++ b/icons/22x22/mate-panel-fish.xcf.bz2
Binary files differ
diff --git a/icons/22x22/mate-panel-force-quit.png b/icons/22x22/mate-panel-force-quit.png
new file mode 100644
index 00000000..ae3845a9
--- /dev/null
+++ b/icons/22x22/mate-panel-force-quit.png
Binary files differ
diff --git a/icons/22x22/mate-panel-force-quit.xcf.bz2 b/icons/22x22/mate-panel-force-quit.xcf.bz2
new file mode 100644
index 00000000..a7a00bbf
--- /dev/null
+++ b/icons/22x22/mate-panel-force-quit.xcf.bz2
Binary files differ
diff --git a/icons/22x22/mate-panel-launcher.png b/icons/22x22/mate-panel-launcher.png
new file mode 100644
index 00000000..b41bb3eb
--- /dev/null
+++ b/icons/22x22/mate-panel-launcher.png
Binary files differ
diff --git a/icons/22x22/mate-panel-launcher.svg b/icons/22x22/mate-panel-launcher.svg
new file mode 100644
index 00000000..bd64bb29
--- /dev/null
+++ b/icons/22x22/mate-panel-launcher.svg
@@ -0,0 +1,788 @@
+<?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="22"
+ height="22"
+ id="svg2"
+ sodipodi:version="0.32"
+ inkscape:version="0.44"
+ version="1.0"
+ sodipodi:docbase="/home/lapo/Desktop/mate-panel-launcher/22x22"
+ sodipodi:docname="mate-panel-launcher.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3216">
+ <stop
+ style="stop-color:#eeeeec;stop-opacity:1"
+ offset="0"
+ id="stop3218" />
+ <stop
+ style="stop-color:#d3d7cf;stop-opacity:1;"
+ offset="1"
+ id="stop3220" />
+ </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
+ 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="linearGradient2040"
+ gradientUnits="userSpaceOnUse"
+ x1="24.125"
+ y1="17.4375"
+ x2="35.965408"
+ y2="17.4375" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3062"
+ id="linearGradient2042"
+ gradientUnits="userSpaceOnUse"
+ x1="24.125"
+ y1="17.4375"
+ x2="35.965408"
+ y2="17.4375" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3062"
+ id="linearGradient2044"
+ gradientUnits="userSpaceOnUse"
+ x1="24.125"
+ y1="17.4375"
+ x2="35.965408"
+ y2="17.4375" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3062"
+ id="linearGradient2046"
+ gradientUnits="userSpaceOnUse"
+ x1="24.125"
+ y1="17.4375"
+ x2="35.965408"
+ y2="17.4375" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3062"
+ id="linearGradient2048"
+ gradientUnits="userSpaceOnUse"
+ x1="24.125"
+ y1="17.4375"
+ x2="35.965408"
+ y2="17.4375" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3062"
+ id="linearGradient2050"
+ gradientUnits="userSpaceOnUse"
+ x1="24.125"
+ y1="17.4375"
+ x2="35.965408"
+ y2="17.4375" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3062"
+ id="linearGradient2052"
+ gradientUnits="userSpaceOnUse"
+ x1="24.125"
+ y1="17.4375"
+ x2="35.965408"
+ y2="17.4375" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3055"
+ id="linearGradient2060"
+ gradientUnits="userSpaceOnUse"
+ x1="17.812492"
+ y1="28.187485"
+ x2="22.15625"
+ y2="31.062485" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3055"
+ id="linearGradient2062"
+ gradientUnits="userSpaceOnUse"
+ x1="17.237436"
+ y1="23.55805"
+ x2="19.006897"
+ y2="26.999985" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3055"
+ id="linearGradient2064"
+ gradientUnits="userSpaceOnUse"
+ x1="17.875"
+ y1="18.59375"
+ x2="19.34375"
+ y2="22.46875" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3212"
+ id="radialGradient2146"
+ 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" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3194"
+ id="linearGradient2200"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.681914,0,0,0.665931,-5.299261,-3.85234)"
+ x1="15.25"
+ y1="20"
+ x2="13.4375"
+ y2="11.231415" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3170"
+ id="radialGradient2203"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-3.762127e-6,0.584536,-1.58854,0,43.84386,-16.16639)"
+ cx="42.187771"
+ cy="20.616692"
+ fx="42.187771"
+ fy="20.616692"
+ r="8.0002031" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2914"
+ id="linearGradient2206"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.620337,0,0,0.554942,-3.828546,-0.763159)"
+ x1="16.671698"
+ y1="23.781593"
+ x2="30.604265"
+ y2="23.781593" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3065"
+ id="linearGradient2209"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.620337,0,0,0.52852,-3.828546,-0.327224)"
+ x1="17.984695"
+ y1="23.781593"
+ x2="30.604265"
+ y2="23.781593" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3065"
+ id="linearGradient2212"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.620337,0,0,0.739923,-3.828546,-6.03511)"
+ x1="17.984695"
+ y1="23.781593"
+ x2="30.604265"
+ y2="23.781593" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3065"
+ id="linearGradient2215"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.620337,0,0,0.739923,-3.828546,-6.03511)"
+ x1="17.984695"
+ y1="23.781593"
+ x2="30.604265"
+ y2="23.781593" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3281"
+ id="linearGradient2222"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.620337,0,0,0.57344,-3.828546,-1.456836)"
+ x1="18.625"
+ y1="31.928801"
+ x2="26.250006"
+ y2="31.303801" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3281"
+ id="linearGradient2225"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.620337,0,0,0.739923,-3.828546,-6.03511)"
+ x1="18.343723"
+ y1="22.428801"
+ x2="28.125006"
+ y2="20.053801" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3281"
+ id="linearGradient2228"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.620337,0,0,0.739923,-3.828546,-6.03511)"
+ x1="18.093723"
+ y1="26.241301"
+ x2="26.562506"
+ y2="25.616301" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3216"
+ id="radialGradient3222"
+ cx="12.123549"
+ cy="10.147573"
+ fx="12.123549"
+ fy="10.147573"
+ r="9.59375"
+ gradientTransform="matrix(1.460391,0,-3.89602e-5,0.895494,-5.286169,-2.704103)"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3212"
+ id="radialGradient3252"
+ 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" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="12.85929"
+ inkscape:cy="12.337147"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer2"
+ width="22px"
+ height="22px"
+ 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="false"
+ 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" />
+ <g
+ inkscape:groupmode="layer"
+ id="layer3"
+ inkscape:label="spring"
+ style="display:inline" />
+ <g
+ inkscape:groupmode="layer"
+ id="layer2"
+ inkscape:label="platform"
+ style="display:inline">
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.2;fill:url(#radialGradient3252);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="path3250"
+ 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.4033,0,0,0.380165,1.82788,12.4876)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.2;fill:url(#radialGradient2146);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(0.771531,0,0,0.727273,-6.546662,7.45454)" />
+ <g
+ id="g2246"
+ transform="matrix(0.878863,0,0,1.049188,1.291156,-0.951012)">
+ <g
+ transform="matrix(0.728942,0,0,0.739923,-10.80159,-0.115726)"
+ style="fill-opacity:1;stroke:url(#linearGradient3068);stroke-width:4.25397158;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="g2167">
+ <path
+ style="fill:none;fill-opacity:1;stroke:url(#linearGradient2040);stroke-width:4.25397158;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ 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"
+ id="path2139"
+ sodipodi:nodetypes="csc" />
+ <path
+ style="fill:none;fill-opacity:1;stroke:url(#linearGradient2042);stroke-width:4.25397158;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ 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"
+ id="path2141"
+ sodipodi:nodetypes="csc" />
+ <path
+ style="fill:none;fill-opacity:1;stroke:url(#linearGradient2044);stroke-width:4.25397158;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ 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"
+ id="path2143"
+ sodipodi:nodetypes="csc" />
+ <path
+ style="fill:none;fill-opacity:1;stroke:url(#linearGradient2046);stroke-width:4.25397158;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ 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"
+ id="path2145"
+ sodipodi:nodetypes="css" />
+ <path
+ style="fill:none;fill-opacity:1;stroke:url(#linearGradient2048);stroke-width:4.25397158;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ 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"
+ id="path2147"
+ sodipodi:nodetypes="css" />
+ <path
+ style="fill:none;fill-opacity:1;stroke:url(#linearGradient2050);stroke-width:4.25397158;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ 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"
+ id="path2149"
+ sodipodi:nodetypes="css" />
+ <path
+ style="fill:none;fill-opacity:1;stroke:url(#linearGradient2052);stroke-width:4.25397158;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ d="M 25.309671,23.5 C 25.309671,25.75 27.437196,26.5 30.658868,26.499988 L 31.266741,26.5"
+ id="path2151"
+ sodipodi:nodetypes="cs" />
+ </g>
+ <path
+ sodipodi:nodetypes="csc"
+ id="path2857"
+ d="M 7.0273503,13.942811 C 7.0273503,12.462965 8.5781926,11.353081 11.369709,11.353081 C 13.638281,11.353081 15.09173,11.684566 15.09173,12.093004"
+ style="fill:none;fill-opacity:1;stroke:url(#linearGradient2228);stroke-width:1.04138887;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" />
+ <path
+ sodipodi:nodetypes="csc"
+ id="path2871"
+ d="M 7.0273503,10.613157 C 7.0273503,9.1333115 8.5781926,8.3933885 11.369709,8.3933885 C 13.638281,8.3933885 15.09173,8.724874 15.09173,9.1333115"
+ style="fill:none;fill-opacity:1;stroke:url(#linearGradient2225);stroke-width:1.04138887;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" />
+ <path
+ sodipodi:nodetypes="csc"
+ id="path2873"
+ d="M 7.6476872,17.179974 C 7.6476872,15.459653 8.8883611,14.312772 11.65602,14.312772 C 13.750086,14.312772 15.091733,14.599493 15.091733,15.172933"
+ style="fill:none;fill-opacity:1;stroke:url(#linearGradient2222);stroke-width:1.04138899;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
+ <g
+ transform="matrix(0.620337,0,0,0.692187,-3.828543,-5.247463)"
+ style="opacity:0.8;display:inline"
+ id="g3081">
+ <path
+ style="fill:none;fill-opacity:1;stroke:url(#linearGradient2060);stroke-width:4.76769781;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ 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"
+ id="path3023"
+ sodipodi:nodetypes="css" />
+ <path
+ style="fill:none;fill-opacity:1;stroke:url(#linearGradient2062);stroke-width:4.76769781;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ 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"
+ id="path3021"
+ sodipodi:nodetypes="css" />
+ <path
+ style="fill:none;fill-opacity:1;stroke:url(#linearGradient2064);stroke-width:4.76769781;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ 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"
+ id="path3019"
+ sodipodi:nodetypes="css" />
+ </g>
+ <path
+ sodipodi:nodetypes="css"
+ id="path2869"
+ d="M 15.091721,9.1333115 C 15.091721,9.8732345 12.4996,9.8732345 11.63556,9.8732227 C 9.0918248,9.8731879 7.0273444,8.7130241 7.0273444,7.2834936"
+ style="fill:none;fill-opacity:1;stroke:url(#linearGradient2215);stroke-width:1.04138851;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" />
+ <path
+ sodipodi:nodetypes="css"
+ id="path2852"
+ d="M 15.091721,12.093004 C 15.091721,12.832926 12.4996,12.832926 11.63556,12.832915 C 9.0918248,12.83288 7.0273503,12.042688 7.0273503,10.613157"
+ style="fill:none;fill-opacity:1;stroke:url(#linearGradient2212);stroke-width:1.04138851;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" />
+ <path
+ sodipodi:nodetypes="css"
+ id="path2867"
+ d="M 15.09173,14.999844 C 15.09173,15.792624 12.4996,15.792624 11.63556,15.792616 C 9.0918248,15.79259 7.0273444,14.963897 7.0273444,13.942798"
+ style="fill:none;fill-opacity:1;stroke:url(#linearGradient2209);stroke-width:1.04138827;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" />
+ <path
+ sodipodi:nodetypes="cs"
+ id="path2875"
+ d="M 7.6476872,17.272465 C 7.6476872,18.937291 9.1985295,19.492234 11.546942,19.492225 L 11.990046,19.492234"
+ style="fill:none;fill-opacity:1;stroke:url(#linearGradient2206);stroke-width:1.04138851;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" />
+ <path
+ id="path2885"
+ d="M 7.0079648,6.1504969 C 6.4940352,6.1631962 6.0860777,6.6705037 6.0968449,7.283504 C 6.0968449,7.9358675 6.2956682,8.486328 6.6202544,8.9483308 C 6.2954466,9.4198304 6.0968449,9.9897346 6.0968449,10.613157 C 6.0956582,10.713223 6.1152251,10.819407 6.1356158,10.913751 C 6.1950917,11.39907 6.3661459,11.860562 6.6202544,12.208616 C 6.2951411,12.710746 6.0968449,13.302522 6.0968449,13.942811 C 6.0968449,14.514514 6.2823278,14.99844 6.5427117,15.422657 L 16.022236,15.422657 C 16.022236,15.30143 16.007314,15.19054 15.983465,15.075818 C 15.977349,15.053046 15.971378,15.028583 15.964079,15.00645 C 15.862406,14.597704 15.63485,14.239206 15.401899,14.035301 C 15.194309,13.853596 14.973098,13.732628 14.742791,13.642217 C 14.820665,13.617453 14.899306,13.603724 14.975417,13.57285 C 15.166489,13.495343 15.366215,13.407965 15.576369,13.202888 C 15.733984,13.04908 15.90732,12.771287 15.983465,12.439842 C 16.011742,12.331742 16.023079,12.210465 16.022236,12.093004 C 16.022236,11.982094 16.005259,11.867245 15.983465,11.769287 C 15.971986,11.719708 15.96165,11.677331 15.944694,11.630552 C 15.870041,11.409302 15.754162,11.231137 15.653911,11.121855 C 15.490891,10.944149 15.333634,10.849749 15.188658,10.775016 C 15.086954,10.722588 14.984151,10.673696 14.878489,10.63628 C 14.910117,10.62466 14.9441,10.62586 14.975417,10.613157 C 15.166489,10.535651 15.366215,10.448273 15.576369,10.243196 C 15.733984,10.089388 15.90732,9.8115952 15.983465,9.4801504 C 16.011742,9.3720499 16.023079,9.2507728 16.022236,9.1333115 C 16.022236,9.0224022 16.005259,8.9075529 15.983465,8.8095952 C 15.971986,8.7600159 15.96165,8.717639 15.944694,8.6708596 C 15.917795,8.5911396 15.882769,8.5294515 15.847766,8.4627563 C 15.785622,8.3443494 15.71804,8.2320683 15.653911,8.1621626 C 15.490891,7.9844575 15.333634,7.8900574 15.188658,7.8153237 C 14.898706,7.6658563 14.604431,7.5904285 14.238767,7.5147299 C 13.507439,7.3633328 12.541992,7.283504 11.369709,7.283504 C 10.138811,7.283504 9.122132,7.4270172 8.2680241,7.7459559 C 8.0361499,7.5215898 7.9578557,7.3343345 7.9578557,7.283504 C 7.9631682,6.9811137 7.8657619,6.6880828 7.6864582,6.4742132 C 7.5071537,6.2603444 7.2614828,6.1441602 7.0079648,6.1504969 z M 8.1517112,10.196951 C 8.4150751,10.333364 8.6896012,10.466217 8.9852885,10.566912 C 8.697535,10.654716 8.4241825,10.766426 8.1710967,10.890629 C 8.1236696,10.852204 8.0628146,10.807347 8.0353976,10.775016 C 7.9346002,10.65615 7.9578557,10.651899 7.9578557,10.613157 C 7.9578557,10.428177 7.9851385,10.327123 8.1517112,10.196951 z M 8.2098677,13.341624 C 8.518127,13.470345 8.8514146,13.58078 9.1985295,13.66534 C 8.8287992,13.832318 8.4890175,14.051978 8.1904822,14.312772 C 8.0237272,14.127564 7.9578557,13.987229 7.9578557,13.942811 C 7.9578557,13.749271 8.0030136,13.551517 8.2098677,13.341624 z "
+ style="opacity:0.41906613;fill:url(#radialGradient2203);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" />
+ </g>
+ <path
+ style="fill:white;fill-opacity:1;stroke:url(#linearGradient2200);stroke-width:1.0000006;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
+ d="M 2.5,2.5 L 19.5,2.5 L 21.5,8 L 21.5,9.5 L 0.5,9.5 L 0.5,8 L 2.5,2.5 z "
+ id="rect1880"
+ sodipodi:nodetypes="ccccccc" />
+ <rect
+ style="fill:#babdb6;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="20"
+ height="1"
+ x="1"
+ y="8" />
+ <g
+ id="g2304"
+ style="opacity:0.5"
+ transform="translate(0,1)">
+ <rect
+ 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"
+ id="rect2280"
+ width="1"
+ height="1"
+ x="6"
+ y="6" />
+ <rect
+ 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"
+ id="rect2282"
+ width="1"
+ height="1"
+ x="3"
+ y="6" />
+ <rect
+ 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"
+ id="rect2284"
+ width="1"
+ height="1"
+ x="9"
+ y="6" />
+ <rect
+ 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"
+ id="rect2286"
+ width="1"
+ height="1"
+ x="12"
+ y="6" />
+ <rect
+ 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"
+ id="rect2288"
+ width="1"
+ height="1"
+ x="15"
+ y="6" />
+ <rect
+ 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"
+ id="rect2290"
+ width="1"
+ height="1"
+ x="18"
+ y="6" />
+ </g>
+ <g
+ id="g2312"
+ style="opacity:0.5"
+ transform="translate(0,1)">
+ <rect
+ 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"
+ id="rect2292"
+ width="1"
+ height="1"
+ x="4"
+ y="2" />
+ <rect
+ 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"
+ id="rect2296"
+ width="1"
+ height="1"
+ x="7"
+ y="2" />
+ <rect
+ 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"
+ id="rect2298"
+ width="1"
+ height="1"
+ x="10"
+ y="2" />
+ <rect
+ 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"
+ id="rect2300"
+ width="1"
+ height="1"
+ x="13"
+ y="2" />
+ <rect
+ 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"
+ id="rect2302"
+ width="1"
+ height="1"
+ x="16"
+ y="2" />
+ </g>
+ <path
+ style="opacity:1;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"
+ d="M 2.46875,4 L 1.40625,7 L 20.59375,7 L 19.53125,4 L 2.46875,4 z "
+ id="rect3204" />
+ <path
+ sodipodi:type="inkscape:offset"
+ inkscape:radius="-1"
+ inkscape:original="M 2.5 1.5 L 0.5 7 L 0.5 8.5 L 21.5 8.5 L 21.5 7 L 19.5 1.5 L 2.5 1.5 z "
+ style="opacity:0.5;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="path3233"
+ d="M 3.1875,2.5 L 1.5,7.1875 L 1.5,7.5 L 20.5,7.5 L 20.5,7.1875 L 18.8125,2.5 L 3.1875,2.5 z "
+ transform="translate(0,1)" />
+ <g
+ style="opacity:0.7;display:inline"
+ id="g3235"
+ transform="translate(0,1)">
+ <rect
+ 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"
+ id="rect2268"
+ width="2"
+ height="1"
+ x="2"
+ y="7" />
+ <rect
+ 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"
+ id="rect2270"
+ width="2"
+ height="1"
+ x="5"
+ y="7" />
+ <rect
+ 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"
+ id="rect2272"
+ width="2"
+ height="1"
+ x="8"
+ y="7" />
+ <rect
+ 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"
+ id="rect2274"
+ width="2"
+ height="1"
+ x="11"
+ y="7" />
+ <rect
+ 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"
+ id="rect2276"
+ width="2"
+ height="1"
+ x="14"
+ y="7" />
+ <rect
+ 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"
+ id="rect2278"
+ width="2"
+ height="1"
+ x="17"
+ y="7" />
+ </g>
+ <rect
+ style="opacity:1;fill:#729fcf;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="rect3258"
+ width="1"
+ height="1"
+ x="-2"
+ y="0"
+ transform="scale(-1,1)" />
+ <rect
+ style="opacity:1;fill:#729fcf;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="rect3260"
+ width="1"
+ height="1"
+ x="-1"
+ y="1"
+ transform="scale(-1,1)" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#729fcf;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 20.5,0.5 C 21,0.5 21.5,1 21.5,1.5"
+ id="path3262"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#729fcf;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+ d="M 0.5,1.5 C 0.5,1 1,0.5 1.5,0.5"
+ id="path3264"
+ sodipodi:nodetypes="cc" />
+ <rect
+ style="opacity:1;fill:#729fcf;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="rect3268"
+ width="1"
+ height="1"
+ x="-21"
+ y="0"
+ transform="scale(-1,1)" />
+ <rect
+ style="opacity:1;fill:#729fcf;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="rect3270"
+ width="1"
+ height="1"
+ x="-22"
+ y="1"
+ transform="scale(-1,1)" />
+ </g>
+</svg>
diff --git a/icons/22x22/mate-panel-notification-area.png b/icons/22x22/mate-panel-notification-area.png
new file mode 100644
index 00000000..70479c7a
--- /dev/null
+++ b/icons/22x22/mate-panel-notification-area.png
Binary files differ
diff --git a/icons/22x22/mate-panel-notification-area.svg b/icons/22x22/mate-panel-notification-area.svg
new file mode 100644
index 00000000..756714a0
--- /dev/null
+++ b/icons/22x22/mate-panel-notification-area.svg
@@ -0,0 +1,292 @@
+<?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="22"
+ height="22"
+ 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/22x22"
+ 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="22px"
+ height="22px"
+ borderlayer="true" />
+ <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.5,0,0,0.551724,-0.75,-9.155174)" />
+ <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.5,0,0,0.551724,-0.75,-9.155174)" />
+ <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.488889,0,0,0.518519,-0.211111,-8.092598)" />
+ <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.583851,-0.795567,0,3.155684,-0.557896)"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2783"
+ id="radialGradient1901"
+ 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.99999928;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect1333"
+ width="22.999994"
+ height="16.000002"
+ x="0.5"
+ y="0.5" />
+ <rect
+ style="opacity:0.4;fill:none;fill-opacity:1;stroke:url(#linearGradient1341);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect2210"
+ width="21.999996"
+ height="14.00001"
+ x="1.4999996"
+ y="1.500001" />
+ <rect
+ style="opacity:1;fill:none;fill-opacity:1;stroke:url(#radialGradient2218);stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect2216"
+ width="22.000002"
+ height="13.999999"
+ x="1.5000005"
+ y="1.4999995" />
+ <path
+ sodipodi:type="arc"
+ style="fill:url(#radialGradient1901);fill-opacity:1;stroke:#204a87;stroke-width:1.29567552;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(0.771799,0,0,0.771799,-13.0151,-12.67796)" />
+ <path
+ sodipodi:type="arc"
+ style="fill:none;fill-opacity:1;stroke:white;stroke-width:1.45812297;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.685814,0,0,0.685813,-10.17268,-9.873092)" />
+ <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 14,17 L 15,17 L 15,18 L 10,18 L 10,17 L 11,17 L 11,12 L 10,12 L 10,11 L 14,11"
+ 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="translate(-17.00002,-14)" />
+ </g>
+</svg>
diff --git a/icons/22x22/mate-panel-separator.png b/icons/22x22/mate-panel-separator.png
new file mode 100644
index 00000000..975677c0
--- /dev/null
+++ b/icons/22x22/mate-panel-separator.png
Binary files differ
diff --git a/icons/22x22/mate-panel-separator.svg b/icons/22x22/mate-panel-separator.svg
new file mode 100644
index 00000000..ad580591
--- /dev/null
+++ b/icons/22x22/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="22"
+ height="22"
+ id="svg2"
+ sodipodi:version="0.32"
+ inkscape:version="0.44"
+ version="1.0"
+ sodipodi:docbase="/home/lapo/Icone/mate-panel/22x22"
+ 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="13.061946"
+ inkscape:cy="16.110443"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ width="22px"
+ height="22px"
+ inkscape:showpageshadow="false"
+ borderlayer="true"
+ showgrid="true"
+ 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="false"
+ 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="20.000006"
+ x="9"
+ y="1.000001"
+ 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="18.000008"
+ x="10"
+ y="2"
+ rx="0.49999952"
+ ry="0.49999952" />
+ </g>
+</svg>
diff --git a/icons/22x22/mate-panel-window-list.png b/icons/22x22/mate-panel-window-list.png
new file mode 100644
index 00000000..5d3d21b4
--- /dev/null
+++ b/icons/22x22/mate-panel-window-list.png
Binary files differ
diff --git a/icons/22x22/mate-panel-window-list.xcf.bz2 b/icons/22x22/mate-panel-window-list.xcf.bz2
new file mode 100644
index 00000000..077ca8a5
--- /dev/null
+++ b/icons/22x22/mate-panel-window-list.xcf.bz2
Binary files differ
diff --git a/icons/22x22/mate-panel-window-menu.png b/icons/22x22/mate-panel-window-menu.png
new file mode 100644
index 00000000..3d17c291
--- /dev/null
+++ b/icons/22x22/mate-panel-window-menu.png
Binary files differ
diff --git a/icons/22x22/mate-panel-window-menu.xcf.bz2 b/icons/22x22/mate-panel-window-menu.xcf.bz2
new file mode 100644
index 00000000..10ec598e
--- /dev/null
+++ b/icons/22x22/mate-panel-window-menu.xcf.bz2
Binary files differ
diff --git a/icons/22x22/mate-panel-workspace-switcher.png b/icons/22x22/mate-panel-workspace-switcher.png
new file mode 100644
index 00000000..f7e4a358
--- /dev/null
+++ b/icons/22x22/mate-panel-workspace-switcher.png
Binary files differ
diff --git a/icons/22x22/mate-panel-workspace-switcher.svg b/icons/22x22/mate-panel-workspace-switcher.svg
new file mode 100644
index 00000000..a5b3f278
--- /dev/null
+++ b/icons/22x22/mate-panel-workspace-switcher.svg
@@ -0,0 +1,186 @@
+<?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="22"
+ height="22"
+ id="svg2"
+ sodipodi:version="0.32"
+ inkscape:version="0.44"
+ version="1.0"
+ sodipodi:docbase="/home/lapo/Icone/mate-panel/22x22"
+ sodipodi:docname="mate-panel-workspace-switcher.svg"
+ inkscape:export-filename="/home/lapo/Desktop/xubuntu/22x22/wksp.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient1905">
+ <stop
+ style="stop-color:#3465a4;stop-opacity:1"
+ offset="0"
+ id="stop1907" />
+ <stop
+ style="stop-color:#204a87;stop-opacity:1;"
+ offset="1"
+ id="stop1909" />
+ </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.488636,0,0,0.488636,-0.72159,-0.778394)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient1905"
+ id="linearGradient1911"
+ x1="9.8111067"
+ y1="2.642952"
+ x2="8.5294752"
+ y2="1.0961558"
+ 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="31.665891"
+ inkscape:cy="-2.2156594"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ gridempspacing="2"
+ gridspacingx="0.5px"
+ gridspacingy="0.5px"
+ inkscape:window-width="1036"
+ inkscape:window-height="763"
+ inkscape:window-x="176"
+ inkscape:window-y="103"
+ fill="#eeeeec"
+ stroke="#babdb6"
+ inkscape:showpageshadow="false"
+ showguides="false"
+ inkscape:guide-bbox="true"
+ inkscape:grid-points="true"
+ inkscape:grid-bbox="false"
+ showborder="false">
+ <sodipodi:guide
+ orientation="vertical"
+ position="24.041631"
+ id="guide2191" />
+ <sodipodi:guide
+ orientation="horizontal"
+ position="25.986174"
+ id="guide2203" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc: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
+ style="color:black;fill:url(#linearGradient2187);fill-opacity:1;fill-rule:nonzero;stroke:#babdb6;stroke-width:0.99999928;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible"
+ d="M 10,0.5 L 20.000001,0.5 C 20.831,0.5 21.5,1.1689995 21.5,1.9999989 L 21.5,18.000001 C 21.5,18.831 20.831,19.5 20.000001,19.5 L 1.9999989,19.5 C 1.1689995,19.5 0.5,18.831 0.5,18.000001 L 0.5,9 L 10,0.5 z "
+ id="rect1304"
+ sodipodi:nodetypes="ccccccccc" />
+ <g
+ id="g2295"
+ style="opacity:0.07000002"
+ transform="translate(-13,-12)">
+ <path
+ id="path2209"
+ d="M 23.5,13.5 L 23.5,30.5"
+ style="opacity:1;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ sodipodi:nodetypes="cc" />
+ <path
+ id="path2211"
+ d="M 14.5,21.5 L 33.5,21.5"
+ style="opacity:1;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ sodipodi:nodetypes="cc" />
+ </g>
+ <rect
+ style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;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="rect2179"
+ width="19"
+ height="17"
+ x="1.5"
+ y="1.5"
+ rx="0.5"
+ ry="0.5" />
+ <path
+ style="opacity:1;color:black;fill:#729fcf;fill-opacity:1.0;fill-rule:nonzero;stroke:url(#linearGradient1911);stroke-width:0.99999928;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 2,0.5 C 1.1690006,0.5 0.5,1.1690006 0.5,2 L 0.5,9.5 L 10.5,9.5 L 10.5,0.5 L 2,0.5 z "
+ id="rect1898" />
+ <path
+ style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#eeeeec;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 1.5,10.5 L 20.5,10.5"
+ id="path2205"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#eeeeec;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 11.5,1.5 L 11.5,18.5"
+ id="path2207"
+ sodipodi:nodetypes="cc" />
+ <rect
+ style="opacity:0.31764706;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;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="rect1913"
+ width="19"
+ height="17"
+ x="1.5"
+ y="1.5"
+ rx="0.5"
+ ry="0.5" />
+ <rect
+ style="opacity:1;fill:#3465a4;fill-opacity:1;stroke:#d3d7cf;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect2808"
+ width="5"
+ height="4"
+ x="3.5"
+ y="3.5" />
+ </g>
+</svg>
diff --git a/icons/22x22/mate-panel.png b/icons/22x22/mate-panel.png
new file mode 100644
index 00000000..b217ee3f
--- /dev/null
+++ b/icons/22x22/mate-panel.png
Binary files differ
diff --git a/icons/22x22/mate-panel.svg b/icons/22x22/mate-panel.svg
new file mode 100644
index 00000000..359fbffb
--- /dev/null
+++ b/icons/22x22/mate-panel.svg
@@ -0,0 +1,230 @@
+<?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="22"
+ height="22"
+ id="svg1325"
+ s:version="0.32"
+ inkscape:version="0.44"
+ s:docbase="/home/lapo/Desktop/mate-applets/22x22"
+ s:docname="mate-panel.svg"
+ version="1.0"
+ sodipodi:version="0.32"
+ sodipodi:docname="mate-panel.svg"
+ sodipodi:docbase="/home/lapo/Icone/mate-panel/22x22"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <sodipodi:namedview
+ inkscape:window-height="480"
+ inkscape:window-width="640"
+ 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" />
+ <defs
+ id="defs1327">
+ <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="33.449017"
+ y1="17.4375"
+ x2="45.602421"
+ y2="17.4375"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.505351,0,0,1,-0.998825,-16.1111)" />
+ <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.505351,0,0,1,-0.998825,-16.1111)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2270"
+ id="linearGradient1360"
+ x1="9.8994074"
+ y1="2.9965053"
+ x2="21.037685"
+ y2="2.9965053"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <s:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="9.6360501"
+ inkscape:cy="7.8377454"
+ 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="22.008699"
+ id="guide2260" />
+ <s:guide
+ orientation="horizontal"
+ position="0"
+ id="guide1331" />
+ </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"
+ style="display:inline">
+ <rect
+ style="opacity:1;fill:url(#linearGradient2268);fill-opacity:1;stroke:url(#linearGradient2258);stroke-width:0.99999934;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect1333"
+ width="23"
+ height="19"
+ x="0.5"
+ y="1.5" />
+ <rect
+ style="opacity:1;fill:none;fill-opacity:1.0;stroke:url(#linearGradient1360);stroke-width:0.99999946;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect2216"
+ width="20.999987"
+ height="17"
+ x="1.5"
+ y="2.5" />
+ <rect
+ style="color:#000000;fill:#dce0d8;fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:0.99999952;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="7"
+ height="15"
+ x="2.5"
+ y="3.5"
+ rx="1.016466"
+ ry="1.016466" />
+ <rect
+ style="opacity:0.59607843;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.99999952;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="5"
+ height="13"
+ x="3.5"
+ y="4.5"
+ rx="0.30935922"
+ ry="0.30935922" />
+ <path
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 5,11 L 7,9 L 7,13 L 5,11 z "
+ id="path2214"
+ s:nodetypes="cccc" />
+ </g>
+</svg>