summaryrefslogtreecommitdiff
path: root/icon-themes/HighContrast-SVG/scalable/apps
diff options
context:
space:
mode:
Diffstat (limited to 'icon-themes/HighContrast-SVG/scalable/apps')
-rw-r--r--icon-themes/HighContrast-SVG/scalable/apps/Makefile.am52
-rw-r--r--icon-themes/HighContrast-SVG/scalable/apps/Makefile.in447
-rw-r--r--icon-themes/HighContrast-SVG/scalable/apps/accessories-calculator.svg167
-rw-r--r--icon-themes/HighContrast-SVG/scalable/apps/accessories-character-map.svg147
-rw-r--r--icon-themes/HighContrast-SVG/scalable/apps/accessories-text-editor.svg110
-rw-r--r--icon-themes/HighContrast-SVG/scalable/apps/help-browser.svg155
-rw-r--r--icon-themes/HighContrast-SVG/scalable/apps/multimedia-volume-control.svg100
-rw-r--r--icon-themes/HighContrast-SVG/scalable/apps/preferences-desktop-accessibility.svg217
-rw-r--r--icon-themes/HighContrast-SVG/scalable/apps/preferences-desktop-font.svg64
-rw-r--r--icon-themes/HighContrast-SVG/scalable/apps/preferences-desktop-locale.svg126
-rw-r--r--icon-themes/HighContrast-SVG/scalable/apps/preferences-desktop-screensaver.svg182
-rw-r--r--icon-themes/HighContrast-SVG/scalable/apps/system-file-manager.svg133
-rw-r--r--icon-themes/HighContrast-SVG/scalable/apps/utilities-system-monitor.svg159
-rw-r--r--icon-themes/HighContrast-SVG/scalable/apps/utilities-terminal.svg167
14 files changed, 2226 insertions, 0 deletions
diff --git a/icon-themes/HighContrast-SVG/scalable/apps/Makefile.am b/icon-themes/HighContrast-SVG/scalable/apps/Makefile.am
new file mode 100644
index 00000000..5925ff16
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/apps/Makefile.am
@@ -0,0 +1,52 @@
+themedir = $(datadir)/icons/HighContrast-SVG
+size = scalable
+context = apps
+
+icondir = $(themedir)/$(size)/$(context)
+
+icon_DATA = \
+ accessories-calculator.svg \
+ accessories-character-map.svg \
+ accessories-text-editor.svg \
+ help-browser.svg \
+ multimedia-volume-control.svg \
+ preferences-desktop-accessibility.svg \
+ preferences-desktop-font.svg \
+ preferences-desktop-locale.svg \
+ preferences-desktop-screensaver.svg \
+ system-file-manager.svg \
+ utilities-system-monitor.svg \
+ utilities-terminal.svg
+
+placeholder_FILE = \
+ accessories-dictionary.svg \
+ preferences-desktop-keyboard.svg \
+ preferences-desktop-multimedia.svg \
+ preferences-desktop-theme.svg \
+ preferences-desktop-wallpaper.svg \
+ system-software-install.svg \
+ system-software-update.svg
+
+if PLACEHOLDERS
+icon_DATA += $(placeholder_FILES)
+endif
+
+EXTRA_DIST = \
+ $(icon_DATA) \
+ $(placeholder_FILES)
+
+if LEGACY_ICON_MAPPING
+install-data-local: install-iconDATA
+ (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context))
+endif
+
+
+uninstall-symlinks:
+ list=`ls $(DESTDIR)$(themedir)/$(size)/$(context)`; \
+ for p in $$list; do \
+ if test -h $(DESTDIR)$(themedir)/$(size)/$(context)/$$p; then \
+ rm -f $(DESTDIR)$(themedir)/$(size)/$(context)/$$p; \
+ fi; \
+ done
+
+uninstall-am: uninstall-iconDATA uninstall-symlinks
diff --git a/icon-themes/HighContrast-SVG/scalable/apps/Makefile.in b/icon-themes/HighContrast-SVG/scalable/apps/Makefile.in
new file mode 100644
index 00000000..b62dd35b
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/apps/Makefile.in
@@ -0,0 +1,447 @@
+# 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 = :
+@PLACEHOLDERS_TRUE@am__append_1 = $(placeholder_FILES)
+subdir = icon-themes/HighContrast-SVG/scalable/apps
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/configure.in
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+ $(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+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)$(icondir)"
+DATA = $(icon_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@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
+CATALOGS = @CATALOGS@
+CATOBJEXT = @CATOBJEXT@
+CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DATADIRNAME = @DATADIRNAME@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
+EGREP = @EGREP@
+EXEEXT = @EXEEXT@
+GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
+GMOFILES = @GMOFILES@
+GMSGFMT = @GMSGFMT@
+GREP = @GREP@
+GTK_VERSION = @GTK_VERSION@
+ICONMAP = @ICONMAP@
+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@
+LARGEPRINT_CURSOR_SIZE = @LARGEPRINT_CURSOR_SIZE@
+LARGEPRINT_CURSOR_THEME = @LARGEPRINT_CURSOR_THEME@
+LARGEPRINT_DESKTOP_FONT = @LARGEPRINT_DESKTOP_FONT@
+LARGEPRINT_DOCUMENTS_FONT = @LARGEPRINT_DOCUMENTS_FONT@
+LARGEPRINT_FONT = @LARGEPRINT_FONT@
+LARGEPRINT_HCI_CURSOR_THEME = @LARGEPRINT_HCI_CURSOR_THEME@
+LARGEPRINT_HC_CURSOR_THEME = @LARGEPRINT_HC_CURSOR_THEME@
+LARGEPRINT_ICON_SIZES = @LARGEPRINT_ICON_SIZES@
+LARGEPRINT_MONOSPACE_FONT = @LARGEPRINT_MONOSPACE_FONT@
+LARGEPRINT_WINDOW_FONT = @LARGEPRINT_WINDOW_FONT@
+LDFLAGS = @LDFLAGS@
+LIBOBJS = @LIBOBJS@
+LIBS = @LIBS@
+LTLIBOBJS = @LTLIBOBJS@
+MAKEINFO = @MAKEINFO@
+MKDIR_P = @MKDIR_P@
+MKINSTALLDIRS = @MKINSTALLDIRS@
+MSGFMT = @MSGFMT@
+MSGFMT_OPTS = @MSGFMT_OPTS@
+MSGMERGE = @MSGMERGE@
+OBJEXT = @OBJEXT@
+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@
+PATH_SEPARATOR = @PATH_SEPARATOR@
+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@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
+STRIP = @STRIP@
+TEST_THEMES = @TEST_THEMES@
+THEME_ENGINE_CFLAGS = @THEME_ENGINE_CFLAGS@
+THEME_ENGINE_LIBS = @THEME_ENGINE_LIBS@
+USE_NLS = @USE_NLS@
+VERSION = @VERSION@
+XGETTEXT = @XGETTEXT@
+abs_builddir = @abs_builddir@
+abs_srcdir = @abs_srcdir@
+abs_top_builddir = @abs_top_builddir@
+abs_top_srcdir = @abs_top_srcdir@
+ac_ct_CC = @ac_ct_CC@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build_alias = @build_alias@
+builddir = @builddir@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host_alias = @host_alias@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+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@
+themedir = $(datadir)/icons/HighContrast-SVG
+size = scalable
+context = apps
+icondir = $(themedir)/$(size)/$(context)
+icon_DATA = accessories-calculator.svg accessories-character-map.svg \
+ accessories-text-editor.svg help-browser.svg \
+ multimedia-volume-control.svg \
+ preferences-desktop-accessibility.svg \
+ preferences-desktop-font.svg preferences-desktop-locale.svg \
+ preferences-desktop-screensaver.svg system-file-manager.svg \
+ utilities-system-monitor.svg utilities-terminal.svg \
+ $(am__append_1)
+placeholder_FILE = \
+ accessories-dictionary.svg \
+ preferences-desktop-keyboard.svg \
+ preferences-desktop-multimedia.svg \
+ preferences-desktop-theme.svg \
+ preferences-desktop-wallpaper.svg \
+ system-software-install.svg \
+ system-software-update.svg
+
+EXTRA_DIST = \
+ $(icon_DATA) \
+ $(placeholder_FILES)
+
+all: all-am
+
+.SUFFIXES:
+$(srcdir)/Makefile.in: $(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 icon-themes/HighContrast-SVG/scalable/apps/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu icon-themes/HighContrast-SVG/scalable/apps/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: $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4): $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
+install-iconDATA: $(icon_DATA)
+ @$(NORMAL_INSTALL)
+ test -z "$(icondir)" || $(MKDIR_P) "$(DESTDIR)$(icondir)"
+ @list='$(icon_DATA)'; test -n "$(icondir)" || 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)$(icondir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(icondir)" || exit $$?; \
+ done
+
+uninstall-iconDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(icondir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(icondir)" && 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)$(icondir)"; 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."
+@LEGACY_ICON_MAPPING_FALSE@install-data-local:
+clean: clean-am
+
+clean-am: clean-generic 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-data-local install-iconDATA
+
+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
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
+
+.MAKE: install-am install-strip
+
+.PHONY: all all-am check check-am clean clean-generic distclean \
+ distclean-generic distdir dvi dvi-am html html-am info info-am \
+ install install-am install-data install-data-am \
+ install-data-local install-dvi install-dvi-am install-exec \
+ install-exec-am install-html install-html-am install-iconDATA \
+ 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 pdf \
+ pdf-am ps ps-am uninstall uninstall-am uninstall-iconDATA
+
+
+@LEGACY_ICON_MAPPING_TRUE@install-data-local: install-iconDATA
+@LEGACY_ICON_MAPPING_TRUE@ (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context))
+
+uninstall-symlinks:
+ list=`ls $(DESTDIR)$(themedir)/$(size)/$(context)`; \
+ for p in $$list; do \
+ if test -h $(DESTDIR)$(themedir)/$(size)/$(context)/$$p; then \
+ rm -f $(DESTDIR)$(themedir)/$(size)/$(context)/$$p; \
+ fi; \
+ done
+
+uninstall-am: uninstall-iconDATA uninstall-symlinks
+
+# 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/icon-themes/HighContrast-SVG/scalable/apps/accessories-calculator.svg b/icon-themes/HighContrast-SVG/scalable/apps/accessories-calculator.svg
new file mode 100644
index 00000000..473d689c
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/apps/accessories-calculator.svg
@@ -0,0 +1,167 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48px"
+ height="48px"
+ id="svg2394"
+ sodipodi:version="0.32"
+ inkscape:version="0.46">
+ <defs
+ id="defs2396" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="11.583333"
+ inkscape:cx="24"
+ inkscape:cy="24"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:object-nodes="true"
+ inkscape:object-paths="true"
+ objecttolerance="10000"
+ gridtolerance="10000"
+ guidetolerance="10000">
+ <inkscape:grid
+ type="xygrid"
+ id="grid2404"
+ visible="true"
+ enabled="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata2399">
+ <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>Accessories Calculator</dc:title>
+ <dc:date>May 2009</dc:date>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Luca Ferretti</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>calculator</rdf:li>
+ <rdf:li>math</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <dc:description>A simplified calculator</dc:description>
+ <cc:license
+ rdf:resource="" />
+ <dc:contributor>
+ <cc:Agent>
+ <dc:title>Design based on existing icon in HighContast MATE icon theme.</dc:title>
+ </cc:Agent>
+ </dc:contributor>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <rect
+ style="fill:none;fill-opacity:0.24369747999999999;stroke:none;stroke-width:8;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect2406"
+ width="48"
+ height="48"
+ x="0"
+ y="0"
+ ry="0" />
+ <rect
+ ry="3.7985611"
+ y="4"
+ x="6"
+ height="40"
+ width="35"
+ id="rect3194"
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:8;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <rect
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:8;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect3178"
+ width="35"
+ height="40"
+ x="6"
+ y="4"
+ ry="3.7985611" />
+ <rect
+ style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:8;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect3180"
+ width="27"
+ height="9"
+ x="10"
+ y="8"
+ ry="1.4325539"
+ rx="1.3319631" />
+ <rect
+ style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:8;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect3182"
+ width="7"
+ height="7"
+ x="10"
+ y="23"
+ rx="1.381295"
+ ry="1.3597122" />
+ <rect
+ ry="1.3597122"
+ rx="1.381295"
+ y="33"
+ x="10"
+ height="7"
+ width="7"
+ id="rect3184"
+ style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:8;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <rect
+ ry="1.3597122"
+ rx="1.381295"
+ y="23"
+ x="20"
+ height="7"
+ width="7"
+ id="rect3186"
+ style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:8;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <rect
+ style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:8;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect3188"
+ width="7"
+ height="7"
+ x="20"
+ y="33"
+ rx="1.381295"
+ ry="1.3597122" />
+ <rect
+ style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:8;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect3190"
+ width="7"
+ height="7"
+ x="30"
+ y="23"
+ rx="1.381295"
+ ry="1.3597122" />
+ <rect
+ ry="1.3597122"
+ rx="1.381295"
+ y="33"
+ x="30"
+ height="7"
+ width="7"
+ id="rect3192"
+ style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:8;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </g>
+</svg>
diff --git a/icon-themes/HighContrast-SVG/scalable/apps/accessories-character-map.svg b/icon-themes/HighContrast-SVG/scalable/apps/accessories-character-map.svg
new file mode 100644
index 00000000..75acad2e
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/apps/accessories-character-map.svg
@@ -0,0 +1,147 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48"
+ height="48"
+ id="svg2"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ sodipodi:docbase="/home/luca/Desktop"
+ sodipodi:docname="accessories-character-map.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ version="1.0">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="9.2666667"
+ inkscape:cx="30"
+ inkscape:cy="18"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:grid-points="true"
+ gridtolerance="10000"
+ guidetolerance="10000"
+ inkscape:guide-points="true"
+ inkscape:window-width="1024"
+ inkscape:window-height="744"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:object-paths="true"
+ inkscape:object-nodes="true"
+ objecttolerance="10000">
+ <inkscape:grid
+ type="xygrid"
+ id="grid2392"
+ visible="true"
+ enabled="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <cc:license
+ rdf:resource="" />
+ <dc:title>Accessories Character Map</dc:title>
+ <dc:date>May 2009</dc:date>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Luca Ferretti</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>character map</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <dc:description>A keyboard key with à letter on it</dc:description>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Livello 1"
+ inkscape:groupmode="layer"
+ id="layer1">
+ <rect
+ style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:9.375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:none"
+ id="rect1306"
+ width="60"
+ height="60"
+ x="0"
+ y="0"
+ sodipodi:insensitive="true" />
+ <rect
+ style="fill:none;fill-opacity:0.41596638000000002"
+ id="rect2394"
+ width="48"
+ height="48"
+ x="0"
+ y="0"
+ ry="0" />
+ <rect
+ ry="6.992806"
+ y="4"
+ x="4"
+ height="40"
+ width="40"
+ id="rect3182"
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-opacity:1;stroke-width:8;stroke-miterlimit:4;stroke-dasharray:none;stroke-linejoin:round" />
+ <rect
+ style="fill:#000000;fill-opacity:1"
+ id="rect2398"
+ width="40"
+ height="40"
+ x="4"
+ y="4"
+ ry="6.992806" />
+ <rect
+ style="fill:#ffffff;fill-opacity:1"
+ id="rect3172"
+ width="22"
+ height="22"
+ x="13"
+ y="13"
+ ry="1.8129499" />
+ <path
+ transform="scale(1.0150248,0.9851976)"
+ style="font-size:21.76926041px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
+ d="M 25.883051,27.123514 C 25.089374,27.123519 24.490578,27.25816 24.086662,27.527436 C 23.689822,27.796722 23.491404,28.193557 23.491409,28.717942 C 23.491404,29.199817 23.650847,29.578936 23.969738,29.855301 C 24.295704,30.124585 24.745687,30.259225 25.319687,30.259223 C 26.035401,30.259225 26.63774,30.004117 27.126705,29.493897 C 27.615655,28.976598 27.860133,28.331741 27.860142,27.559324 L 27.860142,27.123514 L 25.883051,27.123514 M 31.6974,25.688529 L 31.6974,32.480793 L 27.860142,32.480793 L 27.860142,30.716292 C 27.349917,31.439101 26.775923,31.967033 26.13816,32.300091 C 25.500382,32.626063 24.724428,32.789049 23.810295,32.789049 C 22.577266,32.789049 21.574549,32.431189 20.80214,31.715467 C 20.036813,30.992661 19.654151,30.057264 19.654152,28.909274 C 19.654151,27.513268 20.132479,26.489292 21.089137,25.837342 C 22.052877,25.185405 23.562268,24.859434 25.617313,24.859426 L 27.860142,24.859426 L 27.860142,24.561799 C 27.860133,23.959468 27.622741,23.520115 27.147965,23.243739 C 26.673171,22.960294 25.932649,22.818567 24.926394,22.818558 C 24.111459,22.818567 23.353221,22.90006 22.651677,23.063037 C 21.950125,23.226032 21.298182,23.470511 20.695845,23.796474 L 20.695845,20.894614 C 21.510772,20.696208 22.329244,20.547395 23.151264,20.448174 C 23.973275,20.341891 24.795291,20.288744 25.617313,20.288732 C 27.764468,20.288744 29.312833,20.713924 30.262414,21.564274 C 31.219059,22.40756 31.697387,23.78231 31.6974,25.688529 M 24.703175,15.069636 L 27.7007,19.066337 L 25.617313,19.066337 L 21.69502,15.069636 L 24.703175,15.069636"
+ id="text3184" />
+ <path
+ style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+ d="M 8,10 L 11,13 L 11,35 L 8,38 L 8,10"
+ id="path3188" />
+ <path
+ id="path3190"
+ d="M 40,10 L 37,13 L 37,35 L 40,38 L 40,10"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ <path
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 38,40 L 35,37 L 13,37 L 10,40 L 38,40"
+ id="path3192" />
+ <path
+ id="path3194"
+ d="M 38,8 L 35,11 L 13,11 L 10,8 L 38,8"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ </g>
+</svg>
diff --git a/icon-themes/HighContrast-SVG/scalable/apps/accessories-text-editor.svg b/icon-themes/HighContrast-SVG/scalable/apps/accessories-text-editor.svg
new file mode 100644
index 00000000..0f9de209
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/apps/accessories-text-editor.svg
@@ -0,0 +1,110 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48"
+ height="48"
+ viewBox="0 0 48 48"
+ xml:space="preserve"
+ id="svg2"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ sodipodi:docname="accessories-text-editor.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ version="1.0"><metadata
+ id="metadata32"><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>Text Editor</dc:title><dc:date>May 2009</dc:date><dc:creator><cc:Agent><dc:title>Jakub Steiner</dc:title></cc:Agent></dc:creator><dc:coverage></dc:coverage><dc:description>A paper with a pencil on it</dc:description><dc:subject><rdf:Bag><rdf:li>text</rdf:li><rdf:li>editor</rdf:li></rdf:Bag></dc:subject></cc:Work></rdf:RDF></metadata><defs
+ id="defs30" /><sodipodi:namedview
+ inkscape:window-height="744"
+ inkscape:window-width="1024"
+ inkscape:pageshadow="2"
+ inkscape:pageopacity="0.0"
+ guidetolerance="10000"
+ gridtolerance="10000"
+ objecttolerance="10000"
+ borderopacity="1.0"
+ bordercolor="#666666"
+ pagecolor="#ffffff"
+ id="base"
+ showgrid="true"
+ inkscape:object-nodes="true"
+ inkscape:object-paths="true"
+ inkscape:zoom="10.291667"
+ inkscape:cx="22.299595"
+ inkscape:cy="24"
+ inkscape:window-x="-5"
+ inkscape:window-y="0"
+ inkscape:current-layer="svg2"><inkscape:grid
+ type="xygrid"
+ id="grid2393"
+ visible="true"
+ enabled="true" /></sodipodi:namedview>
+ <rect
+ style="fill:none;fill-opacity:0.47478991999999998;stroke:none;stroke-width:8;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect2400"
+ width="48"
+ height="48"
+ x="0"
+ y="0" /><rect
+ ry="3.4532373"
+ y="4"
+ x="7"
+ height="40"
+ width="32"
+ id="rect3174"
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:8;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><rect
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:8;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect3172"
+ width="32"
+ height="40"
+ x="7"
+ y="4"
+ ry="3.4532373" /><path
+ id="path13"
+ d="M 36,7 L 10,7 L 10,41 L 36,41 L 36,7 z"
+ style="fill:#ffffff;fill-rule:nonzero;stroke:none;stroke-miterlimit:4" />
+ <g
+ id="g3176"
+ transform="matrix(0.9946524,0,0,0.973822,0.1410826,0.9038053)"><path
+ style="fill:none;fill-rule:nonzero;stroke:#ffffff;stroke-width:12.76490021;stroke-linejoin:round;stroke-miterlimit:4"
+ d="M 38.7,30.4 L 25,16.7 L 17.3,13.7 L 20,22.4 L 33.3,35.8 L 38.7,30.4 L 38.7,30.4 z"
+ id="path7" /><g
+ style="fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4"
+ id="Layer_x0020_4">
+ <path
+ id="path16"
+ d="M 38.7,30.4 L 25,16.7 L 17.3,13.7 L 20,22.4 L 33.3,35.8 L 38.7,30.4 L 38.7,30.4 z"
+ style="fill:none;stroke-width:4.97149992;stroke-linejoin:round" />
+ <path
+ id="path18"
+ d="M 38.7,30.4 L 25,16.7 L 17.3,13.7 L 20,22.4 L 33.3,35.8 L 38.7,30.4 L 38.7,30.4 z"
+ style="stroke:none" />
+ <path
+ id="path20"
+ d="M 20.6,14.7 L 18.1,17.2 L 17,13.4 L 20.6,14.7 L 20.6,14.7 z"
+ style="stroke:none" />
+ <path
+ id="path22"
+ d="M 19.6,22.2 L 22.6,21.9 L 25,19.5 L 25.4,16.7"
+ style="fill:none;stroke-width:1.24290001" />
+ <path
+ id="path24"
+ d="M 20.4,14.9 L 18.3,17 L 19.9,22.2 L 22.6,21.9 L 25,19.5 L 25.3,17.1 L 20.3,14.9 L 20.4,14.9 z"
+ style="fill:#ffffff;stroke:none" />
+ </g></g>
+ <g
+ id="crop"
+ style="fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4">
+ <path
+ style="fill:none;stroke:none"
+ d="M 48,48 L 0,48 L 0,0 L 48,0 L 48,48 z"
+ id="path27" />
+ </g>
+</svg> \ No newline at end of file
diff --git a/icon-themes/HighContrast-SVG/scalable/apps/help-browser.svg b/icon-themes/HighContrast-SVG/scalable/apps/help-browser.svg
new file mode 100644
index 00000000..990067f7
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/apps/help-browser.svg
@@ -0,0 +1,155 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48"
+ height="48"
+ id="svg2"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ sodipodi:docbase="/home/luca/Desktop"
+ sodipodi:docname="help-browser.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ version="1.0">
+ <defs
+ id="defs4">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 30 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="60 : 30 : 1"
+ inkscape:persp3d-origin="30 : 20 : 1"
+ id="perspective11" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="8"
+ inkscape:cx="44.8125"
+ inkscape:cy="24"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:grid-points="true"
+ gridtolerance="10000"
+ guidetolerance="10000"
+ inkscape:guide-points="true"
+ inkscape:window-width="1024"
+ inkscape:window-height="576"
+ inkscape:window-x="-5"
+ inkscape:window-y="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ objecttolerance="10000"
+ inkscape:object-nodes="true"
+ inkscape:object-paths="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid2384"
+ visible="true"
+ enabled="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
+ <dc:title>Help Browser</dc:title>
+ <dc:date>May 2009</dc:date>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Luca Ferretti</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>help</rdf:li>
+ <rdf:li>browser</rdf:li>
+ <rdf:li>viewer</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Livello 1"
+ inkscape:groupmode="layer"
+ id="layer1">
+ <rect
+ style="fill:none;fill-opacity:0.49339210999999999;stroke:none;stroke-width:8;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect3162"
+ width="48"
+ height="48"
+ x="0"
+ y="0"
+ ry="0" />
+ <rect
+ style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:9.375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:none"
+ id="rect1306"
+ width="60"
+ height="60"
+ x="0"
+ y="0"
+ sodipodi:insensitive="true" />
+ <path
+ d="M 44,24 A 20,20 0 1 1 4,24 A 20,20 0 1 1 44,24 z"
+ sodipodi:ry="20"
+ sodipodi:rx="20"
+ sodipodi:cy="24"
+ sodipodi:cx="24"
+ id="path3160"
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:8;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:type="arc"
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:8;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path3158"
+ sodipodi:cx="24"
+ sodipodi:cy="24"
+ sodipodi:rx="20"
+ sodipodi:ry="20"
+ d="M 44,24 A 20,20 0 1 1 4,24 A 20,20 0 1 1 44,24 z" />
+ <text
+ xml:space="preserve"
+ style="font-size:42.61052704px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
+ x="12.573684"
+ y="40"
+ id="text3307"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ id="tspan3309"
+ x="12.573684"
+ y="40">?</tspan></text>
+ </g>
+</svg>
diff --git a/icon-themes/HighContrast-SVG/scalable/apps/multimedia-volume-control.svg b/icon-themes/HighContrast-SVG/scalable/apps/multimedia-volume-control.svg
new file mode 100644
index 00000000..b1bd4d26
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/apps/multimedia-volume-control.svg
@@ -0,0 +1,100 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48"
+ height="48"
+ viewBox="0 0 48 48"
+ xml:space="preserve"
+ id="svg2"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ sodipodi:docname="multimedia-volume-control.svg"
+ sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/apps"
+ version="1.0"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"><metadata
+ id="metadata69"><rdf:RDF><cc:Work
+ rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title>Volume control</dc:title><cc:license
+ rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /></cc:Work><cc:License
+ rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"><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><defs
+ id="defs67" /><sodipodi:namedview
+ inkscape:window-height="949"
+ inkscape:window-width="1276"
+ inkscape:pageshadow="2"
+ inkscape:pageopacity="0.0"
+ borderopacity="1.0"
+ bordercolor="#666666"
+ pagecolor="#ffffff"
+ id="base"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:grid-points="true"
+ inkscape:zoom="16"
+ inkscape:cx="24"
+ inkscape:cy="24"
+ inkscape:window-x="0"
+ inkscape:window-y="26"
+ inkscape:current-layer="svg2" />
+ <rect
+ style="fill:none;fill-opacity:0.38857144;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ id="rect1368"
+ width="48"
+ height="48"
+ x="0"
+ y="0"
+ rx="0"
+ ry="0.073014379" /><path
+ id="path5802"
+ d="M 7,32 L 41,32"
+ style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:14;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none;opacity:1"
+ sodipodi:nodetypes="cc" /><path
+ sodipodi:nodetypes="cccc"
+ id="path2302"
+ d="M 40,17 L 8,17 L 40,7 L 40,17 z "
+ style="fill-rule:nonzero;stroke:#ffffff;stroke-miterlimit:4;fill:#ffffff;fill-opacity:1;stroke-opacity:1;stroke-width:8;stroke-dasharray:none;stroke-linejoin:round;stroke-linecap:round" /><path
+ style="fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
+ d="M 40,17 L 8,17 L 40,7 L 40,17 z "
+ id="path61"
+ sodipodi:nodetypes="cccc" />
+ <g
+ id="crop_x0020_marks"
+ style="fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4">
+ <path
+ style="fill:none;stroke:none"
+ d="M 48,48 L 0,48 L 0,0 L 48,0 L 48,48 z "
+ id="path64" />
+ </g>
+<path
+ d="M 38 32 A 8 8 0 1 1 22,32 A 8 8 0 1 1 38 32 z"
+ sodipodi:ry="8"
+ sodipodi:rx="8"
+ sodipodi:cy="32"
+ sodipodi:cx="30"
+ id="path4927"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:8;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+ sodipodi:type="arc" /><path
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:6;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+ d="M 7,32 L 41,32"
+ id="path3177"
+ sodipodi:nodetypes="cc" /><path
+ sodipodi:type="arc"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ id="path4052"
+ sodipodi:cx="30"
+ sodipodi:cy="32"
+ sodipodi:rx="8"
+ sodipodi:ry="8"
+ d="M 38 32 A 8 8 0 1 1 22,32 A 8 8 0 1 1 38 32 z" /></svg> \ No newline at end of file
diff --git a/icon-themes/HighContrast-SVG/scalable/apps/preferences-desktop-accessibility.svg b/icon-themes/HighContrast-SVG/scalable/apps/preferences-desktop-accessibility.svg
new file mode 100644
index 00000000..b1670f3c
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/apps/preferences-desktop-accessibility.svg
@@ -0,0 +1,217 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://web.resource.org/cc/"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48px"
+ height="48px"
+ id="svg4974"
+ sodipodi:version="0.32"
+ inkscape:version="0.45.1"
+ sodipodi:docbase="/home/luca/Scrivania/hc"
+ sodipodi:docname="preferences-desktop-accessibility.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs4976">
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="16.051687"
+ x2="11.681231"
+ y1="28.4375"
+ x1="15"
+ id="linearGradient7066"
+ xlink:href="#linearGradient7060"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="30.375"
+ x2="15.5"
+ y1="15.1875"
+ x1="5.25"
+ id="linearGradient7038"
+ xlink:href="#linearGradient7024"
+ inkscape:collect="always"
+ gradientTransform="matrix(0.9265726,0,0,0.9265726,30.22823,2.7826929)" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="26.8125"
+ x2="19.625"
+ y1="2.3125"
+ x1="11.875"
+ id="linearGradient7030"
+ xlink:href="#linearGradient7024"
+ inkscape:collect="always"
+ gradientTransform="matrix(0.9265726,0,0,0.9265726,30.22823,2.7826929)" />
+ <linearGradient
+ id="linearGradient7024">
+ <stop
+ id="stop7026"
+ offset="0"
+ style="stop-color:#729fcf;stop-opacity:1;" />
+ <stop
+ id="stop7028"
+ offset="1"
+ style="stop-color:#3465a4;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7060"
+ inkscape:collect="always">
+ <stop
+ id="stop7062"
+ offset="0"
+ style="stop-color:#729fcf;stop-opacity:1;" />
+ <stop
+ id="stop7064"
+ offset="1"
+ style="stop-color:#729fcf;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7024"
+ id="linearGradient6190"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.4141871,0,0,1.4141871,46.636157,2.8672925)"
+ x1="11.875"
+ y1="2.3125"
+ x2="19.625"
+ y2="26.8125" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7024"
+ id="linearGradient6193"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.4141871,0,0,1.4141871,46.636157,2.8672925)"
+ x1="5.25"
+ y1="15.1875"
+ x2="15.5"
+ y2="30.375" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="5.6568542"
+ inkscape:cx="27.246233"
+ inkscape:cy="13.36333"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:window-width="1164"
+ inkscape:window-height="855"
+ inkscape:window-x="108"
+ inkscape:window-y="116" />
+ <metadata
+ id="metadata4979">
+ <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>Preferences Desktop Accessibility</dc:title>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Andreas Nilsson</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:rights>
+ <cc:Agent>
+ <dc:title>Andreas Nilsson</dc:title>
+ </cc:Agent>
+ </dc:rights>
+ <dc:source>http://www.gnome.org</dc:source>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>preferences</rdf:li>
+ <rdf:li>desktop</rdf:li>
+ <rdf:li>accessibility</rdf:li>
+ <rdf:li>a11y</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/LGPL/2.1/">
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:3.99999952;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ d="M 13.96875 18.46875 C 9.2547857 20.826801 5.9999999 25.777724 6 31.5 C 6 39.504 12.355998 45.999998 20.1875 46 C 27.560718 46 33.627884 40.22838 34.3125 32.875 L 14.875 32.875 C 14.376147 32.875 13.96875 32.498853 13.96875 32 L 13.96875 18.46875 z "
+ id="path6164" />
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:4.09172106;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ d="M 20.375 21.03125 C 14.53113 21.03125 9.7812496 25.729316 9.78125 31.5 C 9.78125 37.270685 14.53113 41.96875 20.375 41.96875 C 26.21887 41.96875 30.968749 37.270685 30.96875 31.5 C 30.96875 31.489429 30.968782 31.479314 30.96875 31.46875 L 22.03125 31.46875 C 21.532396 31.46875 21.125 31.061353 21.125 30.5625 L 21.125 21.0625 C 20.872031 21.044613 20.632559 21.03125 20.375 21.03125 z "
+ id="path6174" />
+ <path
+ sodipodi:nodetypes="ccccccccc"
+ id="path6162"
+ d="M 36.120558,39.982677 L 27.110912,32.098795 L 15.987883,32.098795 L 16.039844,11.149048 L 24.022525,11 L 24.022525,24.071067 L 31.050253,24.035719 L 42,33.150756 L 36.120558,39.982677 z "
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:3.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <path
+ transform="matrix(1.1490485,0,0,1.1490485,-0.3446497,1.1816084)"
+ d="M 25.544233 6.3690882 A 5.6568542 5.6568542 0 1 1 14.230525,6.3690882 A 5.6568542 5.6568542 0 1 1 25.544233 6.3690882 z"
+ sodipodi:ry="5.6568542"
+ sodipodi:rx="5.6568542"
+ sodipodi:cy="6.3690882"
+ sodipodi:cx="19.887379"
+ id="path6178"
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:3.48114157;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ sodipodi:type="arc" />
+ <path
+ transform="matrix(0.7954256,0,0,0.7954952,6.6875881,3.4334213)"
+ d="M 25.544233 6.3690882 A 5.6568542 5.6568542 0 1 1 14.230525,6.3690882 A 5.6568542 5.6568542 0 1 1 25.544233 6.3690882 z"
+ sodipodi:ry="5.6568542"
+ sodipodi:rx="5.6568542"
+ sodipodi:cy="6.3690882"
+ sodipodi:cx="19.887379"
+ id="path6180"
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:4.55310249;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ sodipodi:type="arc" />
+ <rect
+ style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect6182"
+ width="4"
+ height="12.776389"
+ x="18.006912"
+ y="8"
+ rx="0.90045673"
+ ry="0.90045649" />
+ <rect
+ style="opacity:0.6;fill:none;fill-opacity:0.8093385;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.70588235"
+ id="rect2170"
+ width="48"
+ height="48"
+ x="0"
+ y="0"
+ rx="0"
+ ry="0" />
+ </g>
+</svg>
diff --git a/icon-themes/HighContrast-SVG/scalable/apps/preferences-desktop-font.svg b/icon-themes/HighContrast-SVG/scalable/apps/preferences-desktop-font.svg
new file mode 100644
index 00000000..8eba466c
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/apps/preferences-desktop-font.svg
@@ -0,0 +1,64 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48"
+ height="48"
+ viewBox="0 0 48 48"
+ xml:space="preserve"
+ id="svg2"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ sodipodi:docname="preferences-desktop-font.svg"
+ sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/apps"
+ version="1.0"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"><metadata
+ id="metadata27"><rdf:RDF><cc:Work
+ rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
+ id="defs25" /><sodipodi:namedview
+ inkscape:window-height="949"
+ inkscape:window-width="1276"
+ inkscape:pageshadow="2"
+ inkscape:pageopacity="0.0"
+ borderopacity="1.0"
+ bordercolor="#666666"
+ pagecolor="#ffffff"
+ id="base"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:grid-points="true"
+ inkscape:zoom="16"
+ inkscape:cx="24"
+ inkscape:cy="24"
+ inkscape:window-x="0"
+ inkscape:window-y="26"
+ inkscape:current-layer="svg2" />
+ <g
+ style="fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4"
+ id="g17">
+ <path
+ sodipodi:nodetypes="ccccccccccccccc"
+ id="path2214"
+ d="M 18,31 L 15,38 L 6,38 L 18,10 L 30,10 L 42,38 L 32,38 L 29,31 L 18,30.9 L 18,31 z M 28,26 C 28,26 24.6,16.6 24,15 L 23,15 C 22.5,16.7 19,26 19,26 L 28,26 z "
+ style="stroke-width:12;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke:#ffffff;stroke-opacity:1" /><path
+ style="stroke-width:4;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+ d="M 18,31 L 15,38 L 6,38 L 18,10 L 30,10 L 42,38 L 32,38 L 29,31 L 18,30.9 L 18,31 z M 28,26 C 28,26 24.6,16.6 24,15 L 23,15 C 22.5,16.7 19,26 19,26 L 28,26 z "
+ id="path19"
+ sodipodi:nodetypes="ccccccccccccccc" />
+ </g>
+ <g
+ id="crop_x0020_marks"
+ style="fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4">
+ <path
+ style="fill:none;stroke:none"
+ d="M 48,48 L 0,48 L 0,0 L 48,0 L 48,48 z "
+ id="path22" />
+ </g>
+</svg> \ No newline at end of file
diff --git a/icon-themes/HighContrast-SVG/scalable/apps/preferences-desktop-locale.svg b/icon-themes/HighContrast-SVG/scalable/apps/preferences-desktop-locale.svg
new file mode 100644
index 00000000..44cdf2b8
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/apps/preferences-desktop-locale.svg
@@ -0,0 +1,126 @@
+<?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="48px"
+ height="48px"
+ id="svg4932"
+ sodipodi:version="0.32"
+ inkscape:version="0.45.1"
+ sodipodi:docbase="/home/luca/Scrivania/hc"
+ sodipodi:docname="preferences-desktop-locale.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs4934" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="4"
+ inkscape:cx="36.374333"
+ inkscape:cy="27.47715"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:window-width="1053"
+ inkscape:window-height="732"
+ inkscape:window-x="219"
+ inkscape:window-y="239" />
+ <metadata
+ id="metadata4937">
+ <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>Preferences Desktop Locale</dc:title>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Andreas Nilsson</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:rights>
+ <cc:Agent>
+ <dc:title>Andreas Nilsson</dc:title>
+ </cc:Agent>
+ </dc:rights>
+ <dc:relation></dc:relation>
+ <dc:source>http://www.gnome.org/</dc:source>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>preferences</rdf:li>
+ <rdf:li>desktop</rdf:li>
+ <rdf:li>locale</rdf:li>
+ <rdf:li>language</rdf:li>
+ <rdf:li></rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/LGPL/2.1/">
+ <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:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect5941"
+ width="12"
+ height="48"
+ x="2"
+ y="-1.4759612e-15"
+ rx="0"
+ ry="0" />
+ <path
+ style="fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
+ d="M 9.9999999,32.0716 C 9.9999999,32.0716 12.920698,29.351168 18.547646,29.351168 C 24.081006,29.351168 27.516456,32.093697 34.379544,32.0716 C 41.242632,32.049503 45.999998,29.215445 45.999998,29.215445 L 45.999998,2.0405082 C 45.999998,2.0405082 41.10225,4.9667462 34.379544,5.0109402 C 27.655534,5.0551432 24.73612,1.8713142 18.36047,2.0038962 C 12.078409,2.1364782 9.9999999,6.0716002 9.9999999,6.0716002 L 9.9999999,32.0716 z "
+ id="rect5911"
+ sodipodi:nodetypes="czzcczzcc" />
+ <rect
+ style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect5939"
+ width="4.2530484"
+ height="40"
+ x="6"
+ y="4"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:0.6;fill:none;fill-opacity:0.8093385;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.70588235"
+ id="rect2170"
+ width="48"
+ height="48"
+ x="0"
+ y="0"
+ rx="0"
+ ry="0" />
+ </g>
+</svg>
diff --git a/icon-themes/HighContrast-SVG/scalable/apps/preferences-desktop-screensaver.svg b/icon-themes/HighContrast-SVG/scalable/apps/preferences-desktop-screensaver.svg
new file mode 100644
index 00000000..1152aa36
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/apps/preferences-desktop-screensaver.svg
@@ -0,0 +1,182 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48.000000px"
+ height="48.000000px"
+ id="svg3304"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/apps"
+ sodipodi:docname="preferences-desktop-screensaver.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <sodipodi:namedview
+ inkscape:window-height="948"
+ inkscape:window-width="1276"
+ inkscape:pageshadow="2"
+ inkscape:pageopacity="0.0"
+ guidetolerance="10.0"
+ gridtolerance="10.0"
+ objecttolerance="10.0"
+ borderopacity="1.0"
+ bordercolor="#666666"
+ pagecolor="#ffffff"
+ id="base"
+ showgrid="true"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:zoom="15.229167"
+ inkscape:cx="24"
+ inkscape:cy="24"
+ inkscape:window-x="0"
+ inkscape:window-y="26"
+ inkscape:current-layer="layer1" />
+ <defs
+ id="defs3306" />
+ <sodipodi:namedview
+ id="namedview29"
+ pagecolor="#ffffff"
+ bordercolor="#849193"
+ borderopacity="1.0000000"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="15.979167"
+ inkscape:cx="24"
+ inkscape:cy="24"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:showpageshadow="true"
+ showborder="true"
+ inkscape:window-width="1270"
+ inkscape:window-height="944"
+ inkscape:window-x="0"
+ inkscape:window-y="26"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:grid-points="true" />
+ <metadata
+ id="metadata3309">
+ <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>Video display</dc:title>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Luca Ferretti &lt;[email protected]&gt;</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>monitor</rdf:li>
+ <rdf:li>display</rdf:li>
+ <rdf:li>video</rdf:li>
+ <rdf:li>screen</rdf:li>
+ <rdf:li>LCD</rdf:li>
+ <rdf:li>CRT</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <rect
+ style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
+ id="rect5087"
+ width="48.000000"
+ height="48.000000"
+ x="0.0000000"
+ y="0.0000000" />
+ <rect
+ style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
+ id="rect4784"
+ width="48.000000"
+ height="48.000000"
+ x="0.0000000"
+ y="0.0000000" />
+ <path
+ style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:3.1061153;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000"
+ d="M 4.8886262,2.6477059 L 43.017460,2.6477059 C 45.042579,2.6477059 46.518438,4.1781440 46.518438,6.5349096 L 46.530314,37.000000 L 1.4964810,36.979702 L 1.5128113,6.3336485 C 1.5128113,4.4321166 3.0522187,2.6477059 4.8886262,2.6477059 z "
+ id="rect5040"
+ sodipodi:nodetypes="ccccccc" />
+ <path
+ sodipodi:nodetypes="csccscc"
+ id="path6541"
+ d="M 18.000000,34.000000 C 18.000000,34.000000 19.000000,40.000000 10.992358,40.000000 C 8.4866814,40.000000 9.0000000,44.035151 9.0000000,44.035151 L 39.000000,44.000000 C 39.000000,44.000000 39.431748,40.077717 36.915122,40.058968 C 29.000000,40.000000 30.000000,34.000000 30.000000,34.000000 L 18.000000,34.000000 z "
+ style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:8.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" />
+ <path
+ style="fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
+ d="M 18,33.343365 C 18,33.343365 19.19699,39.080711 11.189348,39.04556 C 8.683696,39.034561 9,44 9,44 L 39.084878,44 C 39.084878,44 39.3853,39.092566 36.868673,39.074016 C 28.868673,39.015048 30,33.409029 30,33.409029 L 18,33.343365 z "
+ id="path9222"
+ sodipodi:nodetypes="csccscc" />
+ <path
+ sodipodi:nodetypes="ccccccc"
+ id="path2175"
+ d="M 7.3758149,5.5616037 L 40.499022,5.3738592 C 42.524141,5.3738592 44.000000,6.8015137 44.000000,9.0000000 L 44.000000,34.000000 L 4.0000000,34.000000 L 4.0000000,9.0000000 C 4.0000000,7.2261741 5.5394074,5.5616037 7.3758149,5.5616037 z "
+ style="fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:3.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" />
+ <path
+ style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.88508356;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ d="M 33.807458,12.494958 C 34.196842,13.415058 34.401208,14.433526 34.401208,15.494958 C 34.401207,19.740685 30.959435,23.182458 26.713708,23.182458 C 25.473736,23.182458 24.313813,22.891863 23.276208,22.369958 C 24.44436,25.130257 27.185664,27.057458 30.369958,27.057458 C 34.615685,27.057458 38.057458,23.615684 38.057458,19.369958 C 38.057458,16.364203 36.322665,13.760082 33.807458,12.494958 z "
+ id="path23408" />
+ <path
+ sodipodi:type="arc"
+ style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ id="path1906"
+ sodipodi:cx="14.93844"
+ sodipodi:cy="27.119015"
+ sodipodi:rx="2.9384403"
+ sodipodi:ry="3.0205197"
+ d="M 17.876881 27.119015 A 2.9384403 3.0205197 0 1 1 12,27.119015 A 2.9384403 3.0205197 0 1 1 17.876881 27.119015 z"
+ transform="translate(1,-2.139534)" />
+ <path
+ transform="translate(-1,-13.13953)"
+ d="M 17.876881 27.119015 A 2.9384403 3.0205197 0 1 1 12,27.119015 A 2.9384403 3.0205197 0 1 1 17.876881 27.119015 z"
+ sodipodi:ry="3.0205197"
+ sodipodi:rx="2.9384403"
+ sodipodi:cy="27.119015"
+ sodipodi:cx="14.93844"
+ id="path2795"
+ style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:type="arc"
+ style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ id="path2797"
+ sodipodi:cx="14.93844"
+ sodipodi:cy="27.119015"
+ sodipodi:rx="2.9384403"
+ sodipodi:ry="3.0205197"
+ d="M 17.876881 27.119015 A 2.9384403 3.0205197 0 1 1 12,27.119015 A 2.9384403 3.0205197 0 1 1 17.876881 27.119015 z"
+ transform="translate(11,-15.13953)" />
+ </g>
+</svg>
diff --git a/icon-themes/HighContrast-SVG/scalable/apps/system-file-manager.svg b/icon-themes/HighContrast-SVG/scalable/apps/system-file-manager.svg
new file mode 100644
index 00000000..4515523a
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/apps/system-file-manager.svg
@@ -0,0 +1,133 @@
+<?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="48px"
+ height="48px"
+ id="svg4974"
+ sodipodi:version="0.32"
+ inkscape:version="0.45.1"
+ sodipodi:docname="system-file-manager.svg"
+ sodipodi:docbase="/home/luca/Scrivania/hc"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs4976" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="5.6568542"
+ inkscape:cx="51.093357"
+ inkscape:cy="25.97802"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:window-width="1164"
+ inkscape:window-height="855"
+ inkscape:window-x="108"
+ inkscape:window-y="55" />
+ <metadata
+ id="metadata4979">
+ <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/LGPL/2.1/" />
+ <dc:title>System File Manager</dc:title>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Andreas Nilsson</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:rights>
+ <cc:Agent>
+ <dc:title>Andreas Nilsson</dc:title>
+ </cc:Agent>
+ </dc:rights>
+ <dc:date>September 2007</dc:date>
+ <dc:source>http://www.gnome.org</dc:source>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>sytem</rdf:li>
+ <rdf:li>file manager</rdf:li>
+ <rdf:li>file browser</rdf:li>
+ <rdf:li>file explorer</rdf:li>
+ <rdf:li>finder</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/LGPL/2.1/">
+ <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:none;fill-opacity:1;stroke:#ffffff;stroke-width:3.99999976;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect5013"
+ width="36"
+ height="44"
+ x="6"
+ y="1.9999999"
+ rx="5.6169682"
+ ry="5.6169682" />
+ <rect
+ style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect5984"
+ width="28"
+ height="36"
+ x="10"
+ y="6"
+ rx="1.3743277"
+ ry="1.3743274" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 11,24 L 36,24"
+ id="path5988" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 19,15 L 29,15"
+ id="path5992" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 19,33 L 29,33"
+ id="path5994" />
+ <rect
+ style="opacity:0.6;fill:none;fill-opacity:0.8093385;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.70588235"
+ id="rect2170"
+ width="48"
+ height="48"
+ x="0"
+ y="0"
+ rx="0"
+ ry="0" />
+ </g>
+</svg>
diff --git a/icon-themes/HighContrast-SVG/scalable/apps/utilities-system-monitor.svg b/icon-themes/HighContrast-SVG/scalable/apps/utilities-system-monitor.svg
new file mode 100644
index 00000000..ad4b4c5b
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/apps/utilities-system-monitor.svg
@@ -0,0 +1,159 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48"
+ height="48"
+ id="svg2"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ sodipodi:docbase="/home/luca/Desktop/Black-and-White/scalable/apps"
+ sodipodi:docname="utilities-system-monitor.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ version="1.0">
+ <defs
+ id="defs4">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 30 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="60 : 30 : 1"
+ inkscape:persp3d-origin="30 : 20 : 1"
+ id="perspective11" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="8"
+ inkscape:cx="7.9046042"
+ inkscape:cy="24.11375"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:grid-points="true"
+ gridtolerance="10000"
+ guidetolerance="10000"
+ inkscape:guide-points="true"
+ inkscape:window-width="1024"
+ inkscape:window-height="576"
+ inkscape:window-x="-5"
+ inkscape:window-y="0"
+ objecttolerance="10000"
+ inkscape:object-paths="true"
+ inkscape:object-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid2384"
+ visible="true"
+ enabled="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
+ <dc:title>Utilities System Monitor</dc:title>
+ <dc:date>May 2009</dc:date>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Luca Ferretti</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:publisher>
+ <cc:Agent>
+ <dc:title>gnome.org</dc:title>
+ </cc:Agent>
+ </dc:publisher>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>system</rdf:li>
+ <rdf:li>monitor</rdf:li>
+ <rdf:li>status</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Livello 1"
+ inkscape:groupmode="layer"
+ id="layer1">
+ <rect
+ style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:9.375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:none"
+ id="rect1306"
+ width="60"
+ height="60"
+ x="0"
+ y="0"
+ sodipodi:insensitive="true" />
+ <rect
+ style="fill:none;fill-opacity:0.49339208000000001;stroke:none;stroke-width:8;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect2386"
+ width="48"
+ height="48"
+ x="0"
+ y="0"
+ rx="0"
+ ry="0.16787076" />
+ <rect
+ ry="4.6678705"
+ y="4"
+ x="4"
+ height="40"
+ width="40"
+ id="rect3160"
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:8;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <rect
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:8;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect3158"
+ width="40"
+ height="40"
+ x="4"
+ y="4"
+ ry="3.9178705" />
+ <rect
+ ry="2.9178705"
+ y="8"
+ x="8"
+ height="32"
+ width="32"
+ id="rect3162"
+ style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:8;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <path
+ style="fill:none;fill-opacity:0.75000000000000000;fill-rule:evenodd;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 11,26 L 17,26 L 21,33 L 28,14 L 33,26 L 36,26"
+ id="path7691"
+ sodipodi:nodetypes="cccccc" />
+ </g>
+</svg>
diff --git a/icon-themes/HighContrast-SVG/scalable/apps/utilities-terminal.svg b/icon-themes/HighContrast-SVG/scalable/apps/utilities-terminal.svg
new file mode 100644
index 00000000..e7030474
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/apps/utilities-terminal.svg
@@ -0,0 +1,167 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48"
+ height="48"
+ id="svg2"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ sodipodi:docbase="/home/luca/Desktop/Black-and-White/scalable/apps"
+ sodipodi:docname="utilities-terminal.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ version="1.0">
+ <defs
+ id="defs4">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 30 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="60 : 30 : 1"
+ inkscape:persp3d-origin="30 : 20 : 1"
+ id="perspective11" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="8"
+ inkscape:cx="7.9046042"
+ inkscape:cy="24.11375"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:grid-points="true"
+ gridtolerance="10000"
+ guidetolerance="10000"
+ inkscape:guide-points="true"
+ inkscape:window-width="1024"
+ inkscape:window-height="576"
+ inkscape:window-x="-5"
+ inkscape:window-y="0"
+ objecttolerance="10000"
+ inkscape:object-paths="true"
+ inkscape:object-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid2384"
+ visible="true"
+ enabled="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
+ <dc:title>Utilities Terminal</dc:title>
+ <dc:date>May 2009</dc:date>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Luca Ferretti</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:publisher>
+ <cc:Agent>
+ <dc:title>gnome.org</dc:title>
+ </cc:Agent>
+ </dc:publisher>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>terminal</rdf:li>
+ <rdf:li>console</rdf:li>
+ <rdf:li>command line</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Livello 1"
+ inkscape:groupmode="layer"
+ id="layer1">
+ <rect
+ style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:9.375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:none"
+ id="rect1306"
+ width="60"
+ height="60"
+ x="0"
+ y="0"
+ sodipodi:insensitive="true" />
+ <rect
+ style="fill:none;fill-opacity:0.49339208000000001;stroke:none;stroke-width:8;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect2386"
+ width="48"
+ height="48"
+ x="0"
+ y="0"
+ rx="0"
+ ry="0.16787076" />
+ <rect
+ ry="4.6678705"
+ y="4"
+ x="4"
+ height="40"
+ width="40"
+ id="rect3160"
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:8;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <rect
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:8;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect3158"
+ width="40"
+ height="40"
+ x="4"
+ y="4"
+ ry="3.9178705" />
+ <rect
+ ry="2.9178705"
+ y="8"
+ x="8"
+ height="32"
+ width="32"
+ id="rect3162"
+ style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:8;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <rect
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:5;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect3170"
+ width="12"
+ height="5"
+ x="26"
+ y="32"
+ ry="2" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 14,16 L 23,25 L 14,34"
+ id="path3172"
+ sodipodi:nodetypes="ccc" />
+ </g>
+</svg>