summaryrefslogtreecommitdiff
path: root/icon-themes/HighContrast-SVG/scalable/devices
diff options
context:
space:
mode:
Diffstat (limited to 'icon-themes/HighContrast-SVG/scalable/devices')
-rw-r--r--icon-themes/HighContrast-SVG/scalable/devices/Makefile.am60
-rw-r--r--icon-themes/HighContrast-SVG/scalable/devices/Makefile.in443
-rw-r--r--icon-themes/HighContrast-SVG/scalable/devices/audio-card.svg63
-rw-r--r--icon-themes/HighContrast-SVG/scalable/devices/audio-input-microphone.svg144
-rw-r--r--icon-themes/HighContrast-SVG/scalable/devices/battery.svg123
-rw-r--r--icon-themes/HighContrast-SVG/scalable/devices/camera-photo.svg115
-rw-r--r--icon-themes/HighContrast-SVG/scalable/devices/camera-video.svg110
-rw-r--r--icon-themes/HighContrast-SVG/scalable/devices/camera-web.svg63
-rw-r--r--icon-themes/HighContrast-SVG/scalable/devices/computer.svg226
-rw-r--r--icon-themes/HighContrast-SVG/scalable/devices/drive-harddisk.svg128
-rw-r--r--icon-themes/HighContrast-SVG/scalable/devices/drive-optical.svg128
-rw-r--r--icon-themes/HighContrast-SVG/scalable/devices/drive-removable-media.svg128
-rw-r--r--icon-themes/HighContrast-SVG/scalable/devices/input-gaming.svg63
-rw-r--r--icon-themes/HighContrast-SVG/scalable/devices/input-keyboard.svg172
-rw-r--r--icon-themes/HighContrast-SVG/scalable/devices/input-mouse.svg181
-rw-r--r--icon-themes/HighContrast-SVG/scalable/devices/input-tablet.svg63
-rw-r--r--icon-themes/HighContrast-SVG/scalable/devices/media-flash.svg88
-rw-r--r--icon-themes/HighContrast-SVG/scalable/devices/media-floppy.svg85
-rw-r--r--icon-themes/HighContrast-SVG/scalable/devices/media-optical.svg132
-rw-r--r--icon-themes/HighContrast-SVG/scalable/devices/media-tape.svg130
-rw-r--r--icon-themes/HighContrast-SVG/scalable/devices/modem.svg63
-rw-r--r--icon-themes/HighContrast-SVG/scalable/devices/multimedia-player.svg120
-rw-r--r--icon-themes/HighContrast-SVG/scalable/devices/network-wired.svg127
-rw-r--r--icon-themes/HighContrast-SVG/scalable/devices/network-wireless.svg230
-rw-r--r--icon-themes/HighContrast-SVG/scalable/devices/pda.svg63
-rw-r--r--icon-themes/HighContrast-SVG/scalable/devices/phone.svg186
-rw-r--r--icon-themes/HighContrast-SVG/scalable/devices/printer.svg99
-rw-r--r--icon-themes/HighContrast-SVG/scalable/devices/scanner.svg63
-rw-r--r--icon-themes/HighContrast-SVG/scalable/devices/video-display.svg211
29 files changed, 3807 insertions, 0 deletions
diff --git a/icon-themes/HighContrast-SVG/scalable/devices/Makefile.am b/icon-themes/HighContrast-SVG/scalable/devices/Makefile.am
new file mode 100644
index 00000000..a7ff6bf8
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/devices/Makefile.am
@@ -0,0 +1,60 @@
+themedir = $(datadir)/icons/HighContrast-SVG
+size = scalable
+context = devices
+
+icondir = $(themedir)/$(size)/$(context)
+
+icon_DATA = \
+ audio-input-microphone.svg \
+ battery.svg \
+ camera-photo.svg \
+ camera-video.svg \
+ camera-web.svg \
+ computer.svg \
+ drive-harddisk.svg \
+ drive-optical.svg \
+ drive-removable-media.svg \
+ input-keyboard.svg \
+ input-mouse.svg \
+ input-tablet.svg \
+ media-flash.svg \
+ media-floppy.svg \
+ media-optical.svg \
+ media-tape.svg \
+ multimedia-player.svg \
+ network-wired.svg \
+ network-wireless.svg \
+ pda.svg \
+ phone.svg \
+ printer.svg \
+ scanner.svg \
+ video-display.svg
+
+placeholder_FILES = \
+ audio-card.svg \
+ input-gaming.svg \
+ modem.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/devices/Makefile.in b/icon-themes/HighContrast-SVG/scalable/devices/Makefile.in
new file mode 100644
index 00000000..9b179123
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/devices/Makefile.in
@@ -0,0 +1,443 @@
+# 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/devices
+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 = devices
+icondir = $(themedir)/$(size)/$(context)
+icon_DATA = audio-input-microphone.svg battery.svg camera-photo.svg \
+ camera-video.svg camera-web.svg computer.svg \
+ drive-harddisk.svg drive-optical.svg drive-removable-media.svg \
+ input-keyboard.svg input-mouse.svg input-tablet.svg \
+ media-flash.svg media-floppy.svg media-optical.svg \
+ media-tape.svg multimedia-player.svg network-wired.svg \
+ network-wireless.svg pda.svg phone.svg printer.svg scanner.svg \
+ video-display.svg $(am__append_1)
+placeholder_FILES = \
+ audio-card.svg \
+ input-gaming.svg \
+ modem.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/devices/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu icon-themes/HighContrast-SVG/scalable/devices/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/devices/audio-card.svg b/icon-themes/HighContrast-SVG/scalable/devices/audio-card.svg
new file mode 100644
index 00000000..eca4bc70
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/devices/audio-card.svg
@@ -0,0 +1,63 @@
+<?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://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48px"
+ height="48px"
+ id="svg3304"
+ sodipodi:version="0.32"
+ inkscape:version="0.42"
+ sodipodi:docbase="/home/luca/Desktop/black-and-white/scalable/actions"
+ sodipodi:docname="address-book-new.svg">
+ <defs
+ id="defs3306" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="7.0000000"
+ inkscape:cx="24.000000"
+ inkscape:cy="24.000000"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:window-width="922"
+ inkscape:window-height="561"
+ inkscape:window-x="5"
+ inkscape:window-y="50" />
+ <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" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <path
+ sodipodi:type="arc"
+ style="fill:#f50000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
+ id="path3312"
+ sodipodi:cx="24.000000"
+ sodipodi:cy="24.071428"
+ sodipodi:rx="24.142857"
+ sodipodi:ry="23.928572"
+ d="M 48.142857 24.071428 A 24.142857 23.928572 0 1 1 -0.14285660,24.071428 A 24.142857 23.928572 0 1 1 48.142857 24.071428 z" />
+ </g>
+</svg>
diff --git a/icon-themes/HighContrast-SVG/scalable/devices/audio-input-microphone.svg b/icon-themes/HighContrast-SVG/scalable/devices/audio-input-microphone.svg
new file mode 100644
index 00000000..c029f93e
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/devices/audio-input-microphone.svg
@@ -0,0 +1,144 @@
+<?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="svg2387"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ sodipodi:docname="audio-input-microphone.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs2389" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="8.0833333"
+ inkscape:cx="4.0824738"
+ inkscape:cy="24"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:object-paths="true"
+ inkscape:object-nodes="true"
+ objecttolerance="10000"
+ gridtolerance="10000"
+ guidetolerance="10000"
+ inkscape:window-width="1024"
+ inkscape:window-height="576"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:snap-global="true"
+ showguides="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid2397"
+ visible="true"
+ enabled="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata2392">
+ <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>Audio Microphone</dc:title>
+ <dc:date>June 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>audio</rdf:li>
+ <rdf:li>input</rdf:li>
+ <rdf:li>microphone</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <dc:description>a talk radio style microphone</dc:description>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <rect
+ style="fill:none;fill-opacity:0.44247787999999999;stroke:none;stroke-width:12;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect2387"
+ width="48"
+ height="48"
+ x="0"
+ y="0"
+ rx="0"
+ ry="0" />
+ <rect
+ ry="8.9131155"
+ rx="10"
+ y="4"
+ x="14"
+ height="30"
+ width="20"
+ id="rect2394"
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <path
+ sodipodi:nodetypes="cczcc"
+ id="path3161"
+ d="M 9,14 L 9,23 C 9,23 7.9687805,38 24,38 C 40,38 39,23 39,23 L 39,14"
+ style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:12;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" />
+ <rect
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect2399"
+ width="20"
+ height="30"
+ x="14"
+ y="4"
+ rx="10"
+ ry="8.9131155" />
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
+ d="M 23,7 L 25,7 C 28.878,7 31.000001,10.8045 31.000001,14.288116 L 31,21 L 16.999999,21 L 17,14.288116 C 17,10.8045 19.122,7 23,7 z"
+ id="rect2401"
+ sodipodi:nodetypes="ccccccc" />
+ <path
+ id="path3168"
+ d="M 10,42 L 39,42"
+ style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:12;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+ d="M 10,42 L 39,42"
+ id="path3174" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+ d="M 9,14 L 9,23 C 9,23 7.9687805,38 24,38 C 40,38 39,23 39,23 L 39,14"
+ id="path3159"
+ sodipodi:nodetypes="cczcc" />
+ <rect
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:12;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect3163"
+ width="6.2222996"
+ height="3.2247539"
+ x="20.7777"
+ y="37.775246" />
+ </g>
+</svg>
diff --git a/icon-themes/HighContrast-SVG/scalable/devices/battery.svg b/icon-themes/HighContrast-SVG/scalable/devices/battery.svg
new file mode 100644
index 00000000..f0df1bbd
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/devices/battery.svg
@@ -0,0 +1,123 @@
+<?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="svg3304"
+ sodipodi:version="0.32"
+ inkscape:version="0.44"
+ sodipodi:docbase="/home/luca/Desktop"
+ sodipodi:docname="battery.svg">
+ <defs
+ id="defs3306" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="white"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="15.145833"
+ inkscape:cx="24"
+ inkscape:cy="24"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:window-width="1270"
+ inkscape:window-height="944"
+ inkscape:window-x="0"
+ inkscape:window-y="25" />
+ <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:subject>
+ <rdf:Bag>
+ <rdf:li>battery</rdf:li>
+ <rdf:li>recharge</rdf:li>
+ <rdf:li>power</rdf:li>
+ <rdf:li>acpi</rdf:li>
+ <rdf:li>apm</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <dc:title>Battery</dc:title>
+ <dc:date>September 2006</dc:date>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Andreas Nilsson</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <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="opacity:1;fill:none;fill-opacity:1;stroke:white;stroke-width:4.00000048;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ d="M 20.28125,2.0000002 C 17.352748,2.0000002 15,4.3527485 15,7.2812502 L 15,8.0000002 L 13.15625,8.0000002 C 9.7507553,8.0000002 7,10.750759 7,14.15625 L 7,39.84375 C 7,43.24924 9.7507558,46 13.15625,46 L 33.84375,46 C 37.249245,46 39.999999,43.24924 40,39.84375 L 40,14.15625 C 40,10.75076 37.249243,8.0000002 33.84375,8.0000002 L 32,8.0000002 L 32,7.2812502 C 32,4.3527485 29.647252,2.0000002 26.71875,2.0000002 L 20.28125,2.0000002 z "
+ id="rect7943" />
+ <rect
+ style="opacity:1;fill:black;fill-opacity:1;stroke:black;stroke-width:2.99999785;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect5744"
+ width="25.99999"
+ height="30.999956"
+ x="10.499999"
+ y="11.499997"
+ rx="1.5003883"
+ ry="1.5003883" />
+ <rect
+ style="opacity:1;fill:white;fill-opacity:1;stroke:black;stroke-width:3.00000095;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect6634"
+ width="10.000001"
+ height="6"
+ x="18.500008"
+ y="5.5000014"
+ rx="1.5003902"
+ ry="1.5003897" />
+ <rect
+ style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ id="rect2758"
+ width="21.26685"
+ height="26.209078"
+ x="13"
+ y="14"
+ rx="1.5003883"
+ ry="1.5003883" />
+ <path
+ style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999857;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 30,18.031528 L 25.579581,23.421071 L 29.370621,26.765348 L 20.096792,37 L 21.156922,28.014053 L 17,24.902844 L 20.880632,18 L 30,18.031528 z "
+ id="path4046"
+ sodipodi:nodetypes="cccccccc" />
+ </g>
+</svg>
diff --git a/icon-themes/HighContrast-SVG/scalable/devices/camera-photo.svg b/icon-themes/HighContrast-SVG/scalable/devices/camera-photo.svg
new file mode 100644
index 00000000..fadb6a1a
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/devices/camera-photo.svg
@@ -0,0 +1,115 @@
+<?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://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48.000000px"
+ height="48.000000px"
+ id="svg2"
+ sodipodi:version="0.32"
+ inkscape:version="0.42"
+ sodipodi:docbase="/home/luca/Desktop/black-and-white/scalable/devices"
+ sodipodi:docname="camera-photo_alt.svg">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="15.916667"
+ inkscape:cx="24.000000"
+ inkscape:cy="27.110567"
+ inkscape:document-units="px"
+ inkscape:current-layer="svg2"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:grid-points="true"
+ gridspacingy="1.0000000px"
+ gridspacingx="1.0000000px"
+ gridoriginy="0.0000000px"
+ gridoriginx="0.0000000px"
+ gridtolerance="1.0000000px"
+ guidetolerance="1.0000000px"
+ inkscape:guide-points="true"
+ inkscape:window-width="1280"
+ inkscape:window-height="948"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ showguides="true"
+ inkscape:guide-bbox="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" />
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
+ <dc:title>Camera</dc:title>
+ <dc:description>A photo camera.</dc:description>
+ <dc:contributor>
+ <cc:Agent>
+ <dc:title>Design based on existing icon in HighContast MATE icon theme.</dc:title>
+ </cc:Agent>
+ </dc:contributor>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Luca Ferretti &lt;[email protected]&gt;</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ </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>
+ <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="rect9880"
+ width="48.000000"
+ height="48.000000"
+ x="0.0000000"
+ y="0.0000000"
+ ry="0.0000000" />
+ <g
+ inkscape:label="Livello 1"
+ inkscape:groupmode="layer"
+ id="layer1" />
+ <path
+ sodipodi:nodetypes="ccccccccccccc"
+ id="path9152"
+ d="M 5.9528794,12.057592 L 15.005235,12.057592 L 17.005235,7.0575914 L 31.005235,7.0575914 L 33.005235,12.057592 L 42.057591,12.057592 C 43.136586,12.057592 44.005235,12.926241 44.005235,14.005236 L 44.109947,38.057592 C 44.109947,39.136587 43.241298,40.005236 42.162303,40.005236 L 6.0575914,40.005236 C 4.9785966,40.005236 4.1099474,39.136587 4.1099474,38.057592 L 4.0052354,14.005236 C 4.0052354,12.926241 4.8738846,12.057592 5.9528794,12.057592 z "
+ style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:8.0000000;stroke-linecap:butt;stroke-linejoin:miter;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 5.9528794,12.057592 L 15.005235,12.057592 L 17.005235,7.0575914 L 31.005235,7.0575914 L 33.005235,12.057592 L 42.057591,12.057592 C 43.136586,12.057592 44.005235,12.926241 44.005235,14.005236 L 44.109947,38.057592 C 44.109947,39.136587 43.241298,40.005236 42.162303,40.005236 L 6.0575914,40.005236 C 4.9785966,40.005236 4.1099474,39.136587 4.1099474,38.057592 L 4.0052354,14.005236 C 4.0052354,12.926241 4.8738846,12.057592 5.9528794,12.057592 z "
+ id="rect8423"
+ sodipodi:nodetypes="ccccccccccccc" />
+ <path
+ style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:4.0000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000"
+ d="M 24.057591,16.005236 C 18.579466,16.005236 14.114410,20.509357 14.114410,26.005236 C 14.114410,31.501115 18.579465,36.005237 24.057591,36.005236 C 29.535717,36.005235 34.000772,31.501115 34.000772,26.005236 C 34.000772,20.509357 29.535716,16.005236 24.057591,16.005236 z M 24.057591,20.914327 C 26.855032,20.914327 29.103046,23.171553 29.103046,26.005236 C 29.103045,28.838919 26.855032,31.096145 24.057591,31.096145 C 21.260151,31.096146 19.012136,28.838919 19.012136,26.005236 C 19.012136,23.171553 21.260150,20.914327 24.057591,20.914327 z "
+ id="path12070"
+ sodipodi:nodetypes="cszzscsssc" />
+</svg>
diff --git a/icon-themes/HighContrast-SVG/scalable/devices/camera-video.svg b/icon-themes/HighContrast-SVG/scalable/devices/camera-video.svg
new file mode 100644
index 00000000..639a760b
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/devices/camera-video.svg
@@ -0,0 +1,110 @@
+<?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="svg1872"
+ sodipodi:version="0.32"
+ inkscape:version="0.44"
+ sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/devices"
+ sodipodi:docname="camera-video_alt.svg">
+ <defs
+ id="defs1874" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="15.291667"
+ inkscape:cx="24"
+ inkscape:cy="24"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:object-bbox="false"
+ inkscape:grid-points="true"
+ inkscape:window-width="1280"
+ inkscape:window-height="951"
+ inkscape:window-x="0"
+ inkscape:window-y="25" />
+ <metadata
+ id="metadata1877">
+ <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 Camera</dc:title>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Luca Ferretti &lt;[email protected]&gt;</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>camera</rdf:li>
+ <rdf:li>video</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <dc:contributor>
+ <cc:Agent>
+ <dc:title>Based on a webcast icon I seen on Novell website.</dc:title>
+ </cc:Agent>
+ </dc:contributor>
+ <dc:description>A video camera device</dc:description>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <path
+ sodipodi:nodetypes="ccc"
+ id="path6410"
+ d="M 10.530168,10 L 22.934605,10 L 23,18"
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:white;stroke-width:12;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" />
+ <path
+ sodipodi:nodetypes="cccccc"
+ id="path5523"
+ d="M 28,22 L 36,16 L 42,16 L 42,35 L 36,35 L 28,29"
+ style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:white;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" />
+ <rect
+ ry="2.2888284"
+ y="15.714286"
+ x="5"
+ height="19.857143"
+ width="24.428574"
+ id="rect4636"
+ style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:white;stroke-width:8;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" />
+ <rect
+ style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ id="rect1971"
+ width="24.428574"
+ height="19.857143"
+ x="5"
+ y="15.714286"
+ ry="2.2888284" />
+ <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 28,22 L 36,16 L 42,16 L 42,35 L 36,35 L 28,29"
+ id="path1973"
+ sodipodi:nodetypes="cccccc" />
+ <path
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:black;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+ d="M 10.530168,10 L 22.934605,10 L 23,18"
+ id="path1975"
+ sodipodi:nodetypes="ccc" />
+ </g>
+</svg>
diff --git a/icon-themes/HighContrast-SVG/scalable/devices/camera-web.svg b/icon-themes/HighContrast-SVG/scalable/devices/camera-web.svg
new file mode 100644
index 00000000..eca4bc70
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/devices/camera-web.svg
@@ -0,0 +1,63 @@
+<?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://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48px"
+ height="48px"
+ id="svg3304"
+ sodipodi:version="0.32"
+ inkscape:version="0.42"
+ sodipodi:docbase="/home/luca/Desktop/black-and-white/scalable/actions"
+ sodipodi:docname="address-book-new.svg">
+ <defs
+ id="defs3306" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="7.0000000"
+ inkscape:cx="24.000000"
+ inkscape:cy="24.000000"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:window-width="922"
+ inkscape:window-height="561"
+ inkscape:window-x="5"
+ inkscape:window-y="50" />
+ <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" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <path
+ sodipodi:type="arc"
+ style="fill:#f50000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
+ id="path3312"
+ sodipodi:cx="24.000000"
+ sodipodi:cy="24.071428"
+ sodipodi:rx="24.142857"
+ sodipodi:ry="23.928572"
+ d="M 48.142857 24.071428 A 24.142857 23.928572 0 1 1 -0.14285660,24.071428 A 24.142857 23.928572 0 1 1 48.142857 24.071428 z" />
+ </g>
+</svg>
diff --git a/icon-themes/HighContrast-SVG/scalable/devices/computer.svg b/icon-themes/HighContrast-SVG/scalable/devices/computer.svg
new file mode 100644
index 00000000..e486b1ce
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/devices/computer.svg
@@ -0,0 +1,226 @@
+<?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/betatester/Desktop/artwork"
+ sodipodi:docname="computer.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs3306">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ id="perspective35" />
+ <linearGradient
+ id="linearGradient5833">
+ <stop
+ style="stop-color:#afafb2;stop-opacity:1;"
+ offset="0"
+ id="stop5835" />
+ <stop
+ style="stop-color:#8e8e93;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop5837" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5541">
+ <stop
+ style="stop-color:#3b5a7a;stop-opacity:1;"
+ offset="0"
+ id="stop5543" />
+ <stop
+ style="stop-color:#4e77a1;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop5545" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4807">
+ <stop
+ style="stop-color:#527da8;stop-opacity:1;"
+ offset="0"
+ id="stop4809" />
+ <stop
+ style="stop-color:#7e9fc1;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop4811" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13580">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop13582" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop13584" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7022">
+ <stop
+ style="stop-color:#f7f7f9;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop7024" />
+ <stop
+ style="stop-color:#f4f4f6;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop7026" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11400">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop11402" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop11404" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient14318">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop14320" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop14322" />
+ </linearGradient>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#849193"
+ borderopacity="1.0000000"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="8.0833333"
+ inkscape:cx="21.835052"
+ 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="1024"
+ inkscape:window-height="576"
+ inkscape:window-x="-5"
+ inkscape:window-y="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:grid-points="true"
+ inkscape:object-paths="true"
+ inkscape:object-nodes="true"
+ objecttolerance="10000"
+ gridtolerance="10000"
+ guidetolerance="10000">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3178"
+ visible="true"
+ enabled="true" />
+ </sodipodi:namedview>
+ <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>Computer</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>computer</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <dc:date>June 2009</dc:date>
+ </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.46902653999999999;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ id="rect5087"
+ width="48.000000"
+ height="48.000000"
+ x="0.0000000"
+ y="0.0000000" />
+ <path
+ sodipodi:nodetypes="cczc"
+ id="path3219"
+ d="M 9,42 L 39,42 C 39,42 37.019634,31 24,31 C 10.980365,31 9,42 9,42 z"
+ style="fill:#ffffff;fill-rule:evenodd;stroke:#ffffff;stroke-width:12;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1" />
+ <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;fill-rule:evenodd;stroke:#ffffff;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 8,4 L 40,4 C 42.025119,4 44,5.8015137 44,8 L 44,30 L 4,30 L 4,8 C 4,6.2261741 6.1635925,4 8,4 z"
+ id="path3180"
+ sodipodi:nodetypes="ccccccc" />
+ <path
+ sodipodi:nodetypes="ccccccc"
+ id="path2175"
+ d="M 8,4 L 40,4 C 42.025119,4 44,5.8015137 44,8 L 44,30 L 4,30 L 4,8 C 4,6.2261741 6.1635925,4 8,4 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <rect
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ id="rect4355"
+ width="32"
+ height="18"
+ x="8"
+ y="8" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 9,42 L 39,42 C 39,42 37.019634,31 24,31 C 10.980365,31 9,42 9,42 z"
+ id="path3217"
+ sodipodi:nodetypes="cczc" />
+ </g>
+</svg>
diff --git a/icon-themes/HighContrast-SVG/scalable/devices/drive-harddisk.svg b/icon-themes/HighContrast-SVG/scalable/devices/drive-harddisk.svg
new file mode 100644
index 00000000..4167c99f
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/devices/drive-harddisk.svg
@@ -0,0 +1,128 @@
+<?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://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48.000000px"
+ height="48.000000px"
+ id="svg2"
+ sodipodi:version="0.32"
+ inkscape:version="0.42"
+ sodipodi:docbase="/home/luca/Desktop/black-and-white/scalable/devices"
+ sodipodi:docname="drive-harddisk.svg">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="15.875000"
+ inkscape:cx="24.000000"
+ inkscape:cy="24.000000"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:grid-points="true"
+ gridspacingy="1.0000000px"
+ gridspacingx="1.0000000px"
+ gridoriginy="0.0000000px"
+ gridoriginx="0.0000000px"
+ gridtolerance="1.0000000px"
+ guidetolerance="1.0000000px"
+ inkscape:guide-points="true"
+ inkscape:window-width="1280"
+ inkscape:window-height="945"
+ inkscape:window-x="0"
+ inkscape:window-y="26" />
+ <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>Hard disk</dc:title>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Luca Ferretti &lt;[email protected]&gt;</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:contributor>
+ <cc:Agent>
+ <dc:title>Shape based on exising PNG icon in mate-icon-theme</dc:title>
+ </cc:Agent>
+ </dc:contributor>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>hard disk</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.75000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
+ id="rect6226"
+ width="48.000000"
+ height="48.000000"
+ x="0.0000000"
+ y="0.0000000"
+ rx="0.0000000"
+ ry="0.0000000" />
+ <path
+ sodipodi:nodetypes="ccccccccc"
+ id="path4040"
+ d="M 9.0000000,10.000000 L 39.000000,10.000000 C 41.742927,10.000000 44.000000,12.257073 44.000000,15.000000 L 44.000000,33.000000 C 44.000000,35.742927 41.742927,38.000000 39.000000,38.000000 L 9.0000000,38.000000 C 6.2570730,38.000000 4.0000000,35.742927 4.0000000,33.000000 L 4.0000000,15.000000 C 4.0000000,12.257073 6.2570730,10.000000 9.0000000,10.000000 z "
+ style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:8.0000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;stroke-miterlimit:4.0000000;stroke-dasharray:none" />
+ <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 9.0000000,10.000000 L 39.000000,10.000000 C 41.742927,10.000000 44.000000,12.257073 44.000000,15.000000 L 44.000000,33.000000 C 44.000000,35.742927 41.742927,38.000000 39.000000,38.000000 L 9.0000000,38.000000 C 6.2570730,38.000000 4.0000000,35.742927 4.0000000,33.000000 L 4.0000000,15.000000 C 4.0000000,12.257073 6.2570730,10.000000 9.0000000,10.000000 z "
+ id="rect3311"
+ sodipodi:nodetypes="ccccccccc" />
+ <path
+ sodipodi:nodetypes="ccccccccc"
+ id="path4768"
+ d="M 11.000000,14.000000 L 37.000000,14.000000 C 39.000000,14.000000 40.000000,15.000000 40.000000,17.000000 L 40.000000,31.000000 C 40.000000,33.000000 39.000000,34.000000 37.000000,34.000000 L 11.000000,34.000000 C 9.0000000,34.000000 8.0000000,33.000000 8.0000000,31.000000 L 8.0000000,17.000000 C 8.0000000,15.000000 9.0000000,14.000000 11.000000,14.000000 z "
+ style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" />
+ <rect
+ 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"
+ id="rect5498"
+ width="9.0000000"
+ height="6.0000000"
+ x="27.000000"
+ y="25.000000"
+ rx="2.0000000"
+ ry="2.0000000" />
+ </g>
+</svg>
diff --git a/icon-themes/HighContrast-SVG/scalable/devices/drive-optical.svg b/icon-themes/HighContrast-SVG/scalable/devices/drive-optical.svg
new file mode 100644
index 00000000..28030fc4
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/devices/drive-optical.svg
@@ -0,0 +1,128 @@
+<?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://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48.000000px"
+ height="48.000000px"
+ id="svg2"
+ sodipodi:version="0.32"
+ inkscape:version="0.42"
+ sodipodi:docbase="/home/luca/Desktop/black-and-white/scalable/devices"
+ sodipodi:docname="drive-removable-media.svg">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="15.875000"
+ inkscape:cx="24.000000"
+ inkscape:cy="24.000000"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:grid-points="true"
+ gridspacingy="1.0000000px"
+ gridspacingx="1.0000000px"
+ gridoriginy="0.0000000px"
+ gridoriginx="0.0000000px"
+ gridtolerance="1.0000000px"
+ guidetolerance="1.0000000px"
+ inkscape:guide-points="true"
+ inkscape:window-width="1280"
+ inkscape:window-height="945"
+ inkscape:window-x="0"
+ inkscape:window-y="26" />
+ <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>Hard disk</dc:title>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Luca Ferretti &lt;[email protected]&gt;</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:contributor>
+ <cc:Agent>
+ <dc:title>Shape based on exising PNG icon in mate-icon-theme</dc:title>
+ </cc:Agent>
+ </dc:contributor>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>hard disk</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.75000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
+ id="rect6226"
+ width="48.000000"
+ height="48.000000"
+ x="0.0000000"
+ y="0.0000000"
+ rx="0.0000000"
+ ry="0.0000000" />
+ <path
+ sodipodi:nodetypes="ccccccccc"
+ id="path4040"
+ d="M 9.0000000,10.000000 L 39.000000,10.000000 C 41.742927,10.000000 44.000000,12.257073 44.000000,15.000000 L 44.000000,33.000000 C 44.000000,35.742927 41.742927,38.000000 39.000000,38.000000 L 9.0000000,38.000000 C 6.2570730,38.000000 4.0000000,35.742927 4.0000000,33.000000 L 4.0000000,15.000000 C 4.0000000,12.257073 6.2570730,10.000000 9.0000000,10.000000 z "
+ style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:8.0000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;stroke-miterlimit:4.0000000;stroke-dasharray:none" />
+ <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 9.0000000,10.000000 L 39.000000,10.000000 C 41.742927,10.000000 44.000000,12.257073 44.000000,15.000000 L 44.000000,33.000000 C 44.000000,35.742927 41.742927,38.000000 39.000000,38.000000 L 9.0000000,38.000000 C 6.2570730,38.000000 4.0000000,35.742927 4.0000000,33.000000 L 4.0000000,15.000000 C 4.0000000,12.257073 6.2570730,10.000000 9.0000000,10.000000 z "
+ id="rect3311"
+ sodipodi:nodetypes="ccccccccc" />
+ <path
+ sodipodi:nodetypes="ccccccccc"
+ id="path4768"
+ d="M 11.000000,14.000000 L 37.000000,14.000000 C 39.000000,14.000000 40.000000,15.000000 40.000000,17.000000 L 40.000000,31.000000 C 40.000000,33.000000 39.000000,34.000000 37.000000,34.000000 L 11.000000,34.000000 C 9.0000000,34.000000 8.0000000,33.000000 8.0000000,31.000000 L 8.0000000,17.000000 C 8.0000000,15.000000 9.0000000,14.000000 11.000000,14.000000 z "
+ style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" />
+ <rect
+ 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"
+ id="rect5498"
+ width="24.000000"
+ height="6.0000000"
+ x="12.000000"
+ y="18.000000"
+ rx="2.0000000"
+ ry="2.0000000" />
+ </g>
+</svg>
diff --git a/icon-themes/HighContrast-SVG/scalable/devices/drive-removable-media.svg b/icon-themes/HighContrast-SVG/scalable/devices/drive-removable-media.svg
new file mode 100644
index 00000000..28030fc4
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/devices/drive-removable-media.svg
@@ -0,0 +1,128 @@
+<?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://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48.000000px"
+ height="48.000000px"
+ id="svg2"
+ sodipodi:version="0.32"
+ inkscape:version="0.42"
+ sodipodi:docbase="/home/luca/Desktop/black-and-white/scalable/devices"
+ sodipodi:docname="drive-removable-media.svg">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="15.875000"
+ inkscape:cx="24.000000"
+ inkscape:cy="24.000000"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:grid-points="true"
+ gridspacingy="1.0000000px"
+ gridspacingx="1.0000000px"
+ gridoriginy="0.0000000px"
+ gridoriginx="0.0000000px"
+ gridtolerance="1.0000000px"
+ guidetolerance="1.0000000px"
+ inkscape:guide-points="true"
+ inkscape:window-width="1280"
+ inkscape:window-height="945"
+ inkscape:window-x="0"
+ inkscape:window-y="26" />
+ <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>Hard disk</dc:title>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Luca Ferretti &lt;[email protected]&gt;</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:contributor>
+ <cc:Agent>
+ <dc:title>Shape based on exising PNG icon in mate-icon-theme</dc:title>
+ </cc:Agent>
+ </dc:contributor>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>hard disk</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.75000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
+ id="rect6226"
+ width="48.000000"
+ height="48.000000"
+ x="0.0000000"
+ y="0.0000000"
+ rx="0.0000000"
+ ry="0.0000000" />
+ <path
+ sodipodi:nodetypes="ccccccccc"
+ id="path4040"
+ d="M 9.0000000,10.000000 L 39.000000,10.000000 C 41.742927,10.000000 44.000000,12.257073 44.000000,15.000000 L 44.000000,33.000000 C 44.000000,35.742927 41.742927,38.000000 39.000000,38.000000 L 9.0000000,38.000000 C 6.2570730,38.000000 4.0000000,35.742927 4.0000000,33.000000 L 4.0000000,15.000000 C 4.0000000,12.257073 6.2570730,10.000000 9.0000000,10.000000 z "
+ style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:8.0000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;stroke-miterlimit:4.0000000;stroke-dasharray:none" />
+ <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 9.0000000,10.000000 L 39.000000,10.000000 C 41.742927,10.000000 44.000000,12.257073 44.000000,15.000000 L 44.000000,33.000000 C 44.000000,35.742927 41.742927,38.000000 39.000000,38.000000 L 9.0000000,38.000000 C 6.2570730,38.000000 4.0000000,35.742927 4.0000000,33.000000 L 4.0000000,15.000000 C 4.0000000,12.257073 6.2570730,10.000000 9.0000000,10.000000 z "
+ id="rect3311"
+ sodipodi:nodetypes="ccccccccc" />
+ <path
+ sodipodi:nodetypes="ccccccccc"
+ id="path4768"
+ d="M 11.000000,14.000000 L 37.000000,14.000000 C 39.000000,14.000000 40.000000,15.000000 40.000000,17.000000 L 40.000000,31.000000 C 40.000000,33.000000 39.000000,34.000000 37.000000,34.000000 L 11.000000,34.000000 C 9.0000000,34.000000 8.0000000,33.000000 8.0000000,31.000000 L 8.0000000,17.000000 C 8.0000000,15.000000 9.0000000,14.000000 11.000000,14.000000 z "
+ style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" />
+ <rect
+ 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"
+ id="rect5498"
+ width="24.000000"
+ height="6.0000000"
+ x="12.000000"
+ y="18.000000"
+ rx="2.0000000"
+ ry="2.0000000" />
+ </g>
+</svg>
diff --git a/icon-themes/HighContrast-SVG/scalable/devices/input-gaming.svg b/icon-themes/HighContrast-SVG/scalable/devices/input-gaming.svg
new file mode 100644
index 00000000..eca4bc70
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/devices/input-gaming.svg
@@ -0,0 +1,63 @@
+<?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://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48px"
+ height="48px"
+ id="svg3304"
+ sodipodi:version="0.32"
+ inkscape:version="0.42"
+ sodipodi:docbase="/home/luca/Desktop/black-and-white/scalable/actions"
+ sodipodi:docname="address-book-new.svg">
+ <defs
+ id="defs3306" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="7.0000000"
+ inkscape:cx="24.000000"
+ inkscape:cy="24.000000"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:window-width="922"
+ inkscape:window-height="561"
+ inkscape:window-x="5"
+ inkscape:window-y="50" />
+ <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" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <path
+ sodipodi:type="arc"
+ style="fill:#f50000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
+ id="path3312"
+ sodipodi:cx="24.000000"
+ sodipodi:cy="24.071428"
+ sodipodi:rx="24.142857"
+ sodipodi:ry="23.928572"
+ d="M 48.142857 24.071428 A 24.142857 23.928572 0 1 1 -0.14285660,24.071428 A 24.142857 23.928572 0 1 1 48.142857 24.071428 z" />
+ </g>
+</svg>
diff --git a/icon-themes/HighContrast-SVG/scalable/devices/input-keyboard.svg b/icon-themes/HighContrast-SVG/scalable/devices/input-keyboard.svg
new file mode 100644
index 00000000..cb05091f
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/devices/input-keyboard.svg
@@ -0,0 +1,172 @@
+<?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="svg1872"
+ sodipodi:version="0.32"
+ inkscape:version="0.44"
+ sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/devices"
+ sodipodi:docname="input-keyboard.svg">
+ <defs
+ id="defs1874" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="13.583333"
+ inkscape:cx="24"
+ inkscape:cy="24"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:grid-points="true"
+ inkscape:window-width="1196"
+ inkscape:window-height="867"
+ inkscape:window-x="0"
+ inkscape:window-y="25" />
+ <metadata
+ id="metadata1877">
+ <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>Keyboard</dc:title>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Luca Ferretti &lt;[email protected]&gt;</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>keyboard device input</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <dc:description>A keybord</dc:description>
+ <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
+ ry="2.2340579"
+ rx="2.0384057"
+ y="10"
+ x="4"
+ height="26"
+ width="40"
+ id="rect4564"
+ style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:white;stroke-width:8;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" />
+ <rect
+ style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ id="rect1880"
+ width="40"
+ height="26"
+ x="4"
+ y="10"
+ rx="2.0384057"
+ ry="2.2340579" />
+ <path
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:white;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 14,30 L 33,30"
+ id="path2768"
+ sodipodi:nodetypes="cc" />
+ <path
+ sodipodi:nodetypes="cc"
+ id="path3655"
+ d="M 7,30 L 12,30"
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:white;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <path
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:white;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 35,30 L 41,30"
+ id="path3657"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:white;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 7,16 L 11,16"
+ id="path3659"
+ sodipodi:nodetypes="cc" />
+ <path
+ sodipodi:nodetypes="cc"
+ id="path3661"
+ d="M 13,16 L 17,16"
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:white;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <path
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:white;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 19,16 L 23,16"
+ id="path3663"
+ sodipodi:nodetypes="cc" />
+ <path
+ sodipodi:nodetypes="cc"
+ id="path3665"
+ d="M 25,16 L 29,16"
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:white;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <path
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:white;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 31,16 L 35,16"
+ id="path3667"
+ sodipodi:nodetypes="cc" />
+ <path
+ sodipodi:nodetypes="cc"
+ id="path3669"
+ d="M 34,23 L 38,23"
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:white;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <path
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:white;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 28,23 L 32,23"
+ id="path3671"
+ sodipodi:nodetypes="cc" />
+ <path
+ sodipodi:nodetypes="cc"
+ id="path3673"
+ d="M 22,23 L 26,23"
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:white;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <path
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:white;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 16,23 L 20,23"
+ id="path3675"
+ sodipodi:nodetypes="cc" />
+ <path
+ sodipodi:nodetypes="cc"
+ id="path5451"
+ d="M 37,16 L 41,16"
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:white;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <path
+ sodipodi:nodetypes="cc"
+ id="path5453"
+ d="M 10,23 L 14,23"
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:white;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </g>
+</svg>
diff --git a/icon-themes/HighContrast-SVG/scalable/devices/input-mouse.svg b/icon-themes/HighContrast-SVG/scalable/devices/input-mouse.svg
new file mode 100644
index 00000000..7f173bfd
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/devices/input-mouse.svg
@@ -0,0 +1,181 @@
+<?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="svg5498"
+ sodipodi:version="0.32"
+ inkscape:version="0.44"
+ sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/devices"
+ sodipodi:docname="input-mouse_alt.svg">
+ <defs
+ id="defs5500" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="15.25"
+ inkscape:cx="24"
+ inkscape:cy="24"
+ inkscape:current-layer="layer2"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:window-width="1274"
+ inkscape:window-height="946"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:grid-points="true">
+ <sodipodi:guide
+ orientation="vertical"
+ position="24.016393"
+ id="guide2766" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata5503">
+ <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>Mouse</dc:title>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Luca Ferretti &lt;[email protected]&gt;</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>mouse input device</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <dc:description>A stylized mouse</dc:description>
+ <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"
+ style="display:none">
+ <path
+ sodipodi:type="arc"
+ style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ id="path5587"
+ sodipodi:cx="23.641304"
+ sodipodi:cy="21.717392"
+ sodipodi:rx="13.532609"
+ sodipodi:ry="11.673913"
+ d="M 37.173913 21.717392 A 13.532609 11.673913 0 1 1 10.108695,21.717392 A 13.532609 11.673913 0 1 1 37.173913 21.717392 z" />
+ <path
+ d="M 37.173913 21.717392 A 13.532609 11.673913 0 1 1 10.108695,21.717392 A 13.532609 11.673913 0 1 1 37.173913 21.717392 z"
+ sodipodi:ry="11.673913"
+ sodipodi:rx="13.532609"
+ sodipodi:cy="21.717392"
+ sodipodi:cx="23.641304"
+ id="path6474"
+ style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ sodipodi:type="arc"
+ transform="translate(0,11.6087)" />
+ <rect
+ style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ id="rect6476"
+ width="27.173914"
+ height="12.043478"
+ x="10"
+ y="22"
+ rx="0"
+ ry="0" />
+ <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="path7363"
+ sodipodi:cx="23.086956"
+ sodipodi:cy="22.043478"
+ sodipodi:rx="8.73913"
+ sodipodi:ry="8.73913"
+ d="M 14.347826,22.043478 A 8.73913,8.73913 0 0 1 23.086956,13.304348 L 23.086956,22.043478 z"
+ sodipodi:start="3.1415927"
+ sodipodi:end="4.712389"
+ transform="translate(-1.086956,0)" />
+ <path
+ sodipodi:end="4.712389"
+ sodipodi:start="3.1415927"
+ d="M 14.347826,22.043478 A 8.73913,8.73913 0 0 1 23.086956,13.304348 L 23.086956,22.043478 z"
+ sodipodi:ry="8.73913"
+ sodipodi:rx="8.73913"
+ sodipodi:cy="22.043478"
+ sodipodi:cx="23.086956"
+ id="path8250"
+ 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"
+ transform="matrix(-1,0,0,1,48.34783,0)" />
+ <path
+ style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 13,24 L 34,24 L 34,34 C 34,34 33.863828,41 24,41 C 14.055145,41 13,34 13,34 L 13,24"
+ id="path8252"
+ sodipodi:nodetypes="ccczcc" />
+ </g>
+ <g
+ inkscape:groupmode="layer"
+ id="layer2"
+ inkscape:label="new"
+ style="display:inline">
+ <path
+ sodipodi:nodetypes="ccczccz"
+ id="path4555"
+ d="M 24.043478,4.0543481 C 10.065065,4.0543481 10.043478,15.054348 10.043478,15.054348 L 10.043478,33.054348 C 10.043478,33.054348 9.8899483,44 24,44 C 37.980695,44 38.043478,33.054348 38.043478,33.054348 L 38.043478,15.054348 C 38.043478,15.054348 38.152324,4.0543481 24.043478,4.0543481 z "
+ style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:white;stroke-width:8;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" />
+ <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 24.043478,4.0543481 C 10.065065,4.0543481 10.043478,15.054348 10.043478,15.054348 L 10.043478,33.054348 C 10.043478,33.054348 9.8899483,44 24,44 C 37.980695,44 38.043478,33.054348 38.043478,33.054348 L 38.043478,15.054348 C 38.043478,15.054348 38.152324,4.0543481 24.043478,4.0543481 z "
+ id="path1875"
+ sodipodi:nodetypes="ccczccz" />
+ <path
+ transform="matrix(-1,0,0,1,48.36957,1.021739)"
+ style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 14.36957,15.978261 C 14.36957,10.978261 17.36957,6.978261 22.36957,6.978261 L 22.36957,15.978261 L 14.36957,15.978261 z "
+ id="path3663"
+ sodipodi:nodetypes="cccc" />
+ <path
+ style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 14,21 L 34,21 L 34,32 C 34,32 34.980004,40 24,40 C 13.085203,40 14,32 14,32 L 14,21 z "
+ id="path3665"
+ sodipodi:nodetypes="ccczcc" />
+ <path
+ sodipodi:nodetypes="cccc"
+ id="path4553"
+ d="M 14,17 C 14,12 17,8 22,8 L 22,17 L 14,17 z "
+ style="fill:white;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/devices/input-tablet.svg b/icon-themes/HighContrast-SVG/scalable/devices/input-tablet.svg
new file mode 100644
index 00000000..eca4bc70
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/devices/input-tablet.svg
@@ -0,0 +1,63 @@
+<?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://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48px"
+ height="48px"
+ id="svg3304"
+ sodipodi:version="0.32"
+ inkscape:version="0.42"
+ sodipodi:docbase="/home/luca/Desktop/black-and-white/scalable/actions"
+ sodipodi:docname="address-book-new.svg">
+ <defs
+ id="defs3306" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="7.0000000"
+ inkscape:cx="24.000000"
+ inkscape:cy="24.000000"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:window-width="922"
+ inkscape:window-height="561"
+ inkscape:window-x="5"
+ inkscape:window-y="50" />
+ <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" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <path
+ sodipodi:type="arc"
+ style="fill:#f50000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
+ id="path3312"
+ sodipodi:cx="24.000000"
+ sodipodi:cy="24.071428"
+ sodipodi:rx="24.142857"
+ sodipodi:ry="23.928572"
+ d="M 48.142857 24.071428 A 24.142857 23.928572 0 1 1 -0.14285660,24.071428 A 24.142857 23.928572 0 1 1 48.142857 24.071428 z" />
+ </g>
+</svg>
diff --git a/icon-themes/HighContrast-SVG/scalable/devices/media-flash.svg b/icon-themes/HighContrast-SVG/scalable/devices/media-flash.svg
new file mode 100644
index 00000000..862e3740
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/devices/media-flash.svg
@@ -0,0 +1,88 @@
+<?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://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="48"
+ height="48"
+ viewBox="0 0 48 48"
+ xml:space="preserve"
+ id="svg2"
+ sodipodi:version="0.32"
+ inkscape:version="0.44"
+ sodipodi:docname="media-flash.svg"
+ sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/devices"
+ version="1.0"><metadata
+ id="metadata25"><rdf:RDF><cc:Work
+ rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title>Media Flash</dc:title><dc:creator><cc:Agent><dc:title>Luca Ferretti &lt;[email protected]&gt;</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>media flash removable</rdf:li></rdf:Bag></dc:subject><dc:description>A flash removable media, such as SD</dc:description><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="defs23">
+
+
+
+
+
+
+
+
+ </defs><sodipodi:namedview
+ inkscape:window-height="946"
+ inkscape:window-width="1270"
+ 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="15.25"
+ inkscape:cx="24"
+ inkscape:cy="24"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:current-layer="svg2" />
+ <path
+ sodipodi:nodetypes="cccccc"
+ id="path4837"
+ d="M 8,36 L 8,16 L 12,12 L 40,12 L 40,36 L 8,36 z "
+ style="fill:none;fill-rule:nonzero;stroke:white;stroke-width:14;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><path
+ style="fill:black;fill-opacity:1;fill-rule:nonzero;stroke:black;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+ d="M 8,36 L 8,16 L 12,12 L 40,12 L 40,36 L 8,36 z "
+ id="path9"
+ sodipodi:nodetypes="cccccc" />
+
+<path
+ style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 38.622951,21 L 38.622951,13 L 31.622951,17 L 38.622951,21 z "
+ id="path2776" /><path
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:white;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 11,15 L 17,15"
+ id="path4548"
+ sodipodi:nodetypes="cc" /><path
+ id="path5435"
+ d="M 11,21 L 17,21"
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:white;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ sodipodi:nodetypes="cc" /><path
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:white;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 11,27 L 17,27"
+ id="path5437"
+ sodipodi:nodetypes="cc" /><path
+ id="path5439"
+ d="M 11,33 L 17,33"
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:white;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ sodipodi:nodetypes="cc" /></svg> \ No newline at end of file
diff --git a/icon-themes/HighContrast-SVG/scalable/devices/media-floppy.svg b/icon-themes/HighContrast-SVG/scalable/devices/media-floppy.svg
new file mode 100644
index 00000000..d898e3ae
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/devices/media-floppy.svg
@@ -0,0 +1,85 @@
+<?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://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://inkscape.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.43"
+ sodipodi:docname="media-floppy.svg"
+ sodipodi:docbase="/home/luca/tmp/dev/mate-themes/icon-themes/HighContrast-SVG/scalable/devices"
+ version="1.0"><metadata
+ id="metadata25"><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="defs23">
+
+
+
+
+
+
+
+
+ </defs><sodipodi:namedview
+ inkscape:window-height="966"
+ inkscape:window-width="1270"
+ 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.416667"
+ inkscape:cx="23.978069"
+ inkscape:cy="24.207719"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:current-layer="svg2" />
+ <g
+ id="g1311"
+ transform="matrix(1,0,0,-1,0,47)"><path
+ style="fill:none;fill-rule:nonzero;stroke:#ffffff;stroke-width:14;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 40,39 L 12,39 L 8,35 L 8,8 L 40,8 L 40,39 z "
+ id="path4837"
+ sodipodi:nodetypes="cccccc" /><path
+ sodipodi:nodetypes="cccccc"
+ id="path9"
+ d="M 40,39 L 12,39 L 8,35 L 8,8 L 40,8 L 40,39 z "
+ style="fill:none;fill-rule:nonzero;stroke:#000000;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" /><path
+ id="path11"
+ d="M 39.8,38.7 L 12,38.7 L 8.2,34.9 L 8.2,8.8 L 39.8,8.8 L 39.8,38.7 z "
+ style="fill-rule:nonzero;stroke:none;stroke-miterlimit:4" /><path
+ sodipodi:nodetypes="ccccccccc"
+ id="path13"
+ d="M 33,37 C 33,38.1 32.1,39 31,39 L 14,39 C 12.9,39 12,38.1 12,37 L 12,28 C 12,26.9 12.9,26 14,26 L 31,26 C 32.1,26 33,26.9 33,28 L 33,37 z "
+ style="fill:#ffffff;fill-rule:nonzero;stroke:none;stroke-width:1.67390001;stroke-miterlimit:4" /><path
+ sodipodi:nodetypes="ccccc"
+ id="path15"
+ d="M 21,37 L 15,37 L 15,28 L 21,28 L 21,37 z "
+ style="fill-rule:nonzero;stroke:none;stroke-miterlimit:4" /><path
+ sodipodi:nodetypes="ccccc"
+ id="path17"
+ d="M 38,22 L 10,22 L 10,9 L 38,9 L 38,22 z "
+ style="fill:#ffffff;fill-rule:nonzero;stroke:none;stroke-width:1.67390001;stroke-miterlimit:4" /></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="path20" />
+ </g>
+</svg> \ No newline at end of file
diff --git a/icon-themes/HighContrast-SVG/scalable/devices/media-optical.svg b/icon-themes/HighContrast-SVG/scalable/devices/media-optical.svg
new file mode 100644
index 00000000..afc42121
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/devices/media-optical.svg
@@ -0,0 +1,132 @@
+<?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://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48px"
+ height="48px"
+ id="svg1307"
+ sodipodi:version="0.32"
+ inkscape:version="0.43"
+ sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/devices"
+ sodipodi:docname="media-cdrom.svg">
+ <defs
+ id="defs1309" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="16.708333"
+ inkscape:cx="24"
+ inkscape:cy="24"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:grid-points="true"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:window-width="1280"
+ inkscape:window-height="973"
+ inkscape:window-x="0"
+ inkscape:window-y="0">
+ <sodipodi:guide
+ orientation="horizontal"
+ position="42.972569"
+ id="guide3065" />
+ <sodipodi:guide
+ orientation="vertical"
+ position="4.967581"
+ id="guide3067" />
+ <sodipodi:guide
+ orientation="vertical"
+ position="11.072319"
+ id="guide3071" />
+ <sodipodi:guide
+ orientation="horizontal"
+ position="36.987531"
+ id="guide3073" />
+ <sodipodi:guide
+ orientation="vertical"
+ position="37.107232"
+ id="guide3950" />
+ <sodipodi:guide
+ orientation="horizontal"
+ position="11.072319"
+ id="guide3952" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata1312">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <rect
+ style="fill:none;fill-opacity:0.50671142;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ id="rect2190"
+ width="48"
+ height="48"
+ x="0"
+ y="0"
+ ry="0" />
+ <path
+ d="M 37 24 A 13 13 0 1 1 11,24 A 13 13 0 1 1 37 24 z"
+ sodipodi:ry="13"
+ sodipodi:rx="13"
+ sodipodi:cy="24"
+ sodipodi:cx="24"
+ id="path5706"
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ffffff;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:type="arc"
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:12;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path3954"
+ sodipodi:cx="24"
+ sodipodi:cy="24"
+ sodipodi:rx="13"
+ sodipodi:ry="13"
+ d="M 37 24 A 13 13 0 1 1 11,24 A 13 13 0 1 1 37 24 z" />
+ <path
+ sodipodi:type="arc"
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ffffff;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path4829"
+ sodipodi:cx="24"
+ sodipodi:cy="24"
+ sodipodi:rx="13"
+ sodipodi:ry="13"
+ d="M 30.5,12.74167 A 13,13 0 0 1 36.802501,21.742574"
+ sodipodi:start="5.2359878"
+ sodipodi:end="6.1086524"
+ sodipodi:open="true" />
+ <path
+ d="M 17.5,35.25833 A 13,13 0 0 1 11.197499,26.257427"
+ sodipodi:ry="13"
+ sodipodi:rx="13"
+ sodipodi:cy="24"
+ sodipodi:cx="24"
+ id="path5704"
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ffffff;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ sodipodi:type="arc"
+ sodipodi:start="2.0943951"
+ sodipodi:end="2.9670597"
+ sodipodi:open="true" />
+ </g>
+</svg>
diff --git a/icon-themes/HighContrast-SVG/scalable/devices/media-tape.svg b/icon-themes/HighContrast-SVG/scalable/devices/media-tape.svg
new file mode 100644
index 00000000..b7ee21dc
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/devices/media-tape.svg
@@ -0,0 +1,130 @@
+<?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="svg4591"
+ sodipodi:version="0.32"
+ inkscape:version="0.44"
+ sodipodi:docbase="/home/luca/tmp/dev/mate-themes/icon-themes/HighContrast-SVG/scalable/devices"
+ sodipodi:docname="media-tape.svg">
+ <defs
+ id="defs4593" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="15.291667"
+ inkscape:cx="24.000001"
+ inkscape:cy="24.000001"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:grid-points="true"
+ inkscape:window-width="1280"
+ inkscape:window-height="949"
+ inkscape:window-x="0"
+ inkscape:window-y="25" />
+ <metadata
+ id="metadata4596">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title>Media Tape</dc:title>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Luca Ferretti &lt;[email protected]&gt;</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>media</rdf:li>
+ <rdf:li>tape</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <dc:description>A cassette tape emblem</dc:description>
+ <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">
+ <use
+ x="0"
+ y="0"
+ xlink:href="#path7262"
+ id="use8149"
+ transform="translate(22,0)"
+ width="48"
+ height="48" />
+ <path
+ transform="translate(1.019073,0)"
+ d="M 19.019073 24 A 7.0190735 7.0190735 0 1 1 4.9809265,24 A 7.0190735 7.0190735 0 1 1 19.019073 24 z"
+ sodipodi:ry="7.0190735"
+ sodipodi:rx="7.0190735"
+ sodipodi:cy="24"
+ sodipodi:cx="12"
+ id="path7262"
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:white;stroke-width:12;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ sodipodi:type="arc" />
+ <path
+ id="path6375"
+ d="M 13,31 L 35,31"
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:white;stroke-width:12;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <path
+ sodipodi:type="arc"
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:black;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path4599"
+ sodipodi:cx="12"
+ sodipodi:cy="24"
+ sodipodi:rx="7.0190735"
+ sodipodi:ry="7.0190735"
+ d="M 19.019073 24 A 7.0190735 7.0190735 0 1 1 4.9809265,24 A 7.0190735 7.0190735 0 1 1 19.019073 24 z"
+ transform="translate(1.019073,0)" />
+ <use
+ x="0"
+ y="0"
+ xlink:href="#path4599"
+ id="use5486"
+ transform="translate(21.89646,0)"
+ width="48"
+ height="48" />
+ <path
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:black;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 13,31 L 35,31"
+ id="path5488" />
+ </g>
+</svg>
diff --git a/icon-themes/HighContrast-SVG/scalable/devices/modem.svg b/icon-themes/HighContrast-SVG/scalable/devices/modem.svg
new file mode 100644
index 00000000..eca4bc70
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/devices/modem.svg
@@ -0,0 +1,63 @@
+<?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://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48px"
+ height="48px"
+ id="svg3304"
+ sodipodi:version="0.32"
+ inkscape:version="0.42"
+ sodipodi:docbase="/home/luca/Desktop/black-and-white/scalable/actions"
+ sodipodi:docname="address-book-new.svg">
+ <defs
+ id="defs3306" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="7.0000000"
+ inkscape:cx="24.000000"
+ inkscape:cy="24.000000"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:window-width="922"
+ inkscape:window-height="561"
+ inkscape:window-x="5"
+ inkscape:window-y="50" />
+ <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" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <path
+ sodipodi:type="arc"
+ style="fill:#f50000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
+ id="path3312"
+ sodipodi:cx="24.000000"
+ sodipodi:cy="24.071428"
+ sodipodi:rx="24.142857"
+ sodipodi:ry="23.928572"
+ d="M 48.142857 24.071428 A 24.142857 23.928572 0 1 1 -0.14285660,24.071428 A 24.142857 23.928572 0 1 1 48.142857 24.071428 z" />
+ </g>
+</svg>
diff --git a/icon-themes/HighContrast-SVG/scalable/devices/multimedia-player.svg b/icon-themes/HighContrast-SVG/scalable/devices/multimedia-player.svg
new file mode 100644
index 00000000..8d1e1500
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/devices/multimedia-player.svg
@@ -0,0 +1,120 @@
+<?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="svg1872"
+ sodipodi:version="0.32"
+ inkscape:version="0.45"
+ sodipodi:docbase="/home/luca/Progetti/Artwork/blackwhite-icon-theme/scalable/devices"
+ sodipodi:docname="multimedia-player.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ sodipodi:modified="true">
+ <defs
+ id="defs1874" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="15.291667"
+ inkscape:cx="24.012191"
+ inkscape:cy="24.003573"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:grid-points="true"
+ inkscape:window-width="1270"
+ inkscape:window-height="946"
+ inkscape:window-x="0"
+ inkscape:window-y="25" />
+ <metadata
+ id="metadata1877">
+ <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>Multimedia player</dc:title>
+ <dc:date>2007-05-14</dc:date>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Luca Ferretti &lt;[email protected]&gt;</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>media player</rdf:li>
+ <rdf:li>portable music</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
+ ry="2.9427793"
+ y="4"
+ x="9"
+ height="40"
+ width="30"
+ id="rect4544"
+ style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:white;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" />
+ <rect
+ style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ id="rect1880"
+ width="30"
+ height="40"
+ x="9"
+ y="4"
+ ry="2.9427793" />
+ <rect
+ style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ id="rect2768"
+ width="22"
+ height="14"
+ x="13"
+ y="9"
+ ry="0" />
+ <path
+ sodipodi:type="arc"
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:white;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path3657"
+ sodipodi:cx="24"
+ sodipodi:cy="33"
+ sodipodi:rx="4.9809265"
+ sodipodi:ry="4.9809265"
+ d="M 28.980927 33 A 4.9809265 4.9809265 0 1 1 19.019073,33 A 4.9809265 4.9809265 0 1 1 28.980927 33 z" />
+ </g>
+</svg>
diff --git a/icon-themes/HighContrast-SVG/scalable/devices/network-wired.svg b/icon-themes/HighContrast-SVG/scalable/devices/network-wired.svg
new file mode 100644
index 00000000..f1b5518d
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/devices/network-wired.svg
@@ -0,0 +1,127 @@
+<?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="48.000000px"
+ height="48.000000px"
+ id="svg2"
+ sodipodi:version="0.32"
+ inkscape:version="0.44"
+ sodipodi:docbase="/home/luca/Desktop"
+ sodipodi:docname="network-wired_alt.svg">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="white"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="15.145833"
+ inkscape:cx="24"
+ inkscape:cy="24"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:grid-points="true"
+ gridspacingy="1.0000000px"
+ gridspacingx="1.0000000px"
+ gridoriginy="0.0000000px"
+ gridoriginx="0.0000000px"
+ gridtolerance="1.0000000px"
+ guidetolerance="1.0000000px"
+ inkscape:guide-points="true"
+ inkscape:window-width="1270"
+ inkscape:window-height="944"
+ inkscape:window-x="0"
+ inkscape:window-y="25" />
+ <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>Hard disk</dc:title>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Luca Ferretti &lt;[email protected]&gt;</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:contributor>
+ <cc:Agent>
+ <dc:title>Shape based on exising PNG icon in mate-icon-theme</dc:title>
+ </cc:Agent>
+ </dc:contributor>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>hard disk</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.75000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
+ id="rect6226"
+ width="48.000000"
+ height="48.000000"
+ x="0.0000000"
+ y="0.0000000"
+ rx="0.0000000"
+ ry="0.0000000" />
+ <rect
+ style="opacity:1;fill:none;fill-opacity:1;stroke:white;stroke-width:4.00000048;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect4574"
+ width="43.956081"
+ height="43.943901"
+ x="2.0000074"
+ y="2.0000005"
+ rx="2.9606297"
+ ry="2.9606304" />
+ <rect
+ style="opacity:1;fill:white;fill-opacity:1;stroke:black;stroke-width:4.00000143;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect5523"
+ width="36.000008"
+ height="35.999989"
+ x="6.0000129"
+ y="5.9999981"
+ rx="0"
+ ry="0" />
+ <path
+ style="opacity:1;fill:black;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"
+ d="M 19,12 L 19,19 L 14,19 L 14,35 L 34,35 L 34,19 L 29,19 L 29,12 L 19,12 z "
+ id="rect6423"
+ sodipodi:nodetypes="ccccccccc" />
+ </g>
+</svg>
diff --git a/icon-themes/HighContrast-SVG/scalable/devices/network-wireless.svg b/icon-themes/HighContrast-SVG/scalable/devices/network-wireless.svg
new file mode 100644
index 00000000..08a70855
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/devices/network-wireless.svg
@@ -0,0 +1,230 @@
+<?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"
+ version="1.0"
+ sodipodi:docname="network-wireless.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs4">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ id="perspective10" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="11.395833"
+ inkscape:cx="38.873857"
+ inkscape:cy="24"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:object-paths="true"
+ inkscape:object-nodes="true"
+ inkscape:snap-bbox="true"
+ objecttolerance="10000"
+ gridtolerance="10000"
+ guidetolerance="10000"
+ inkscape:window-width="1022"
+ inkscape:window-height="918"
+ inkscape:window-x="256"
+ inkscape:window-y="26">
+ <inkscape:grid
+ type="xygrid"
+ id="grid2383"
+ 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" />
+ <dc:title>Network Wireless</dc:title>
+ <dc:date>December 2008</dc:date>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Luca Ferretti &lt;[email protected]&gt;</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>network</rdf:li>
+ <rdf:li>wireless</rdf:li>
+ <rdf:li>antenna</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <dc:description>An antenna with EM waves</dc:description>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Livello 1"
+ inkscape:groupmode="layer"
+ id="layer1">
+ <rect
+ style="fill:none;fill-opacity:0.50000000000000000;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect3169"
+ width="48"
+ height="48"
+ x="0"
+ y="0" />
+ <path
+ sodipodi:nodetypes="cccc"
+ id="path3201"
+ d="M 20,34 L 32,41 L 24,23 L 16,41"
+ style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:12;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <path
+ sodipodi:type="arc"
+ style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:11;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path3199"
+ sodipodi:cx="24"
+ sodipodi:cy="18"
+ sodipodi:rx="14"
+ sodipodi:ry="14"
+ d="M 36.349644,11.405586 A 14,14 0 0 1 36.493432,24.317765"
+ sodipodi:start="5.7927277"
+ sodipodi:end="6.7513721"
+ transform="matrix(-1,0,0,1,51.849644,0.1394818)"
+ sodipodi:open="true" />
+ <path
+ sodipodi:type="arc"
+ style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:12;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path3177"
+ sodipodi:cx="24"
+ sodipodi:cy="18"
+ sodipodi:rx="19"
+ sodipodi:ry="19"
+ d="M 39.064398,6.4214032 A 19,19 0 0 1 39.24004,29.346418"
+ sodipodi:start="5.6278819"
+ sodipodi:end="6.9231659"
+ sodipodi:open="true"
+ transform="matrix(-1,0,0,1,49.122899,-0.4214032)" />
+ <path
+ transform="translate(-1.0658982,-0.4214032)"
+ sodipodi:open="true"
+ sodipodi:end="6.9231659"
+ sodipodi:start="5.6278819"
+ d="M 39.064398,6.4214032 A 19,19 0 0 1 39.24004,29.346418"
+ sodipodi:ry="19"
+ sodipodi:rx="19"
+ sodipodi:cy="18"
+ sodipodi:cx="24"
+ id="path3175"
+ style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:12;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:open="true"
+ transform="translate(-3.600083,0.1394818)"
+ sodipodi:end="6.7513721"
+ sodipodi:start="5.7927277"
+ d="M 36.349644,11.405586 A 14,14 0 0 1 36.493432,24.317765"
+ sodipodi:ry="14"
+ sodipodi:rx="14"
+ sodipodi:cy="18"
+ sodipodi:cx="24"
+ id="path3173"
+ style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:11;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ sodipodi:type="arc" />
+ <path
+ transform="translate(0,-6)"
+ d="M 29,24 A 5,5 0 1 1 19,24 A 5,5 0 1 1 29,24 z"
+ sodipodi:ry="5"
+ sodipodi:rx="5"
+ sodipodi:cy="24"
+ sodipodi:cx="24"
+ id="path3171"
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:8;stroke-linecap:round;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:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path2385"
+ sodipodi:cx="24"
+ sodipodi:cy="24"
+ sodipodi:rx="5"
+ sodipodi:ry="5"
+ d="M 29,24 A 5,5 0 1 1 19,24 A 5,5 0 1 1 29,24 z"
+ transform="translate(0,-6)" />
+ <path
+ style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 20,34 L 32,41 L 24,23 L 16,41"
+ id="path3157"
+ sodipodi:nodetypes="cccc" />
+ <path
+ sodipodi:type="arc"
+ style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path3159"
+ sodipodi:cx="24"
+ sodipodi:cy="18"
+ sodipodi:rx="14"
+ sodipodi:ry="14"
+ d="M 36.349644,11.405586 A 14,14 0 0 1 36.493432,24.317765"
+ sodipodi:start="5.7927277"
+ sodipodi:end="6.7513721"
+ transform="translate(-3.600083,0.1394818)"
+ sodipodi:open="true" />
+ <path
+ sodipodi:open="true"
+ sodipodi:end="6.7456074"
+ sodipodi:start="5.8050181"
+ d="M 36.429757,11.557862 A 14,14 0 0 1 36.529644,24.24564"
+ sodipodi:ry="14"
+ sodipodi:rx="14"
+ sodipodi:cy="18"
+ sodipodi:cx="24"
+ id="path3163"
+ style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ sodipodi:type="arc"
+ transform="matrix(-1,0,0,1,51.600083,0.1394818)" />
+ <path
+ sodipodi:type="arc"
+ style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path3165"
+ sodipodi:cx="24"
+ sodipodi:cy="18"
+ sodipodi:rx="19"
+ sodipodi:ry="19"
+ d="M 39.064398,6.4214032 A 19,19 0 0 1 39.24004,29.346418"
+ sodipodi:start="5.6278819"
+ sodipodi:end="6.9231659"
+ sodipodi:open="true"
+ transform="translate(-1.0658982,-0.4214032)" />
+ <path
+ sodipodi:open="true"
+ sodipodi:end="6.9231659"
+ sodipodi:start="5.6278819"
+ d="M 39.064398,6.4214032 A 19,19 0 0 1 39.24004,29.346418"
+ sodipodi:ry="19"
+ sodipodi:rx="19"
+ sodipodi:cy="18"
+ sodipodi:cx="24"
+ id="path3167"
+ style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ sodipodi:type="arc"
+ transform="matrix(-1,0,0,1,49.24004,-0.3464176)" />
+ </g>
+</svg>
diff --git a/icon-themes/HighContrast-SVG/scalable/devices/pda.svg b/icon-themes/HighContrast-SVG/scalable/devices/pda.svg
new file mode 100644
index 00000000..eca4bc70
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/devices/pda.svg
@@ -0,0 +1,63 @@
+<?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://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48px"
+ height="48px"
+ id="svg3304"
+ sodipodi:version="0.32"
+ inkscape:version="0.42"
+ sodipodi:docbase="/home/luca/Desktop/black-and-white/scalable/actions"
+ sodipodi:docname="address-book-new.svg">
+ <defs
+ id="defs3306" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="7.0000000"
+ inkscape:cx="24.000000"
+ inkscape:cy="24.000000"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:window-width="922"
+ inkscape:window-height="561"
+ inkscape:window-x="5"
+ inkscape:window-y="50" />
+ <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" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <path
+ sodipodi:type="arc"
+ style="fill:#f50000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
+ id="path3312"
+ sodipodi:cx="24.000000"
+ sodipodi:cy="24.071428"
+ sodipodi:rx="24.142857"
+ sodipodi:ry="23.928572"
+ d="M 48.142857 24.071428 A 24.142857 23.928572 0 1 1 -0.14285660,24.071428 A 24.142857 23.928572 0 1 1 48.142857 24.071428 z" />
+ </g>
+</svg>
diff --git a/icon-themes/HighContrast-SVG/scalable/devices/phone.svg b/icon-themes/HighContrast-SVG/scalable/devices/phone.svg
new file mode 100644
index 00000000..9199b5f4
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/devices/phone.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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48px"
+ height="48px"
+ id="svg3304"
+ sodipodi:version="0.32"
+ inkscape:version="0.45"
+ sodipodi:docbase="/home/luca/Desktop"
+ sodipodi:docname="phone.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ sodipodi:modified="true">
+ <defs
+ id="defs3306" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="15"
+ inkscape:cx="24"
+ inkscape:cy="26.666667"
+ inkscape:current-layer="svg3304"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:window-width="1280"
+ inkscape:window-height="945"
+ inkscape:window-x="0"
+ inkscape:window-y="26"
+ inkscape:grid-points="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4963" />
+ </sodipodi:namedview>
+ <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>Phone</dc:title>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Andreas Nilsson</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>phone</rdf:li>
+ <rdf:li>mobile</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>
+ <rect
+ style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect2171"
+ width="48"
+ height="48.400002"
+ x="0"
+ y="0" />
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <g
+ id="g4956"
+ inkscape:label="Livello 1"
+ transform="translate(0.142857,0.1428571)">
+ <rect
+ style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect5576"
+ width="14.046967"
+ height="12.994873"
+ x="26.857143"
+ y="-0.13772996"
+ rx="2.7006261"
+ ry="2.9797361" />
+ <rect
+ ry="0"
+ rx="0"
+ y="0"
+ x="0"
+ height="48"
+ width="48"
+ id="rect6226"
+ style="fill:none;fill-opacity:0.75;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 11,14 L 37,14 C 39,14 40,15 40,17 L 40,31 C 40,33 39,34 37,34 L 11,34 C 9,34 8,33 8,31 L 8,17 C 8,15 9,14 11,14 z"
+ id="path4768"
+ sodipodi:nodetypes="ccccccccc" />
+ <rect
+ style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 4;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect4965"
+ width="34"
+ height="42.931484"
+ x="6.8571429"
+ y="4.9256597"
+ rx="3.4912126"
+ ry="3.7450869" />
+ <rect
+ style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 4;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect4967"
+ width="26"
+ height="33.968853"
+ x="10.857143"
+ y="9.8882895"
+ rx="2.7079284"
+ ry="3.0482831" />
+ <rect
+ style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 4;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect5574"
+ width="5.9796939"
+ height="11.005466"
+ x="30.877449"
+ y="3.8516777"
+ rx="2.0406301"
+ ry="1.9888939" />
+ <rect
+ style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 4;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect4969"
+ width="20"
+ height="13"
+ x="13.857143"
+ y="12.857142"
+ rx="1.7916437"
+ ry="1.8966391" />
+ <rect
+ style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 4;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect4971"
+ width="19.739691"
+ height="12.994954"
+ x="14.055163"
+ y="27.857143"
+ rx="0"
+ ry="0" />
+ <path
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 18.9375,27.5625 L 18.9375,41.204026 L 20.9375,41.204026 L 20.9375,27.5625 L 18.9375,27.5625 z"
+ id="path4973" />
+ <path
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 26.84375,27.795974 L 26.84375,41.4375 L 28.84375,41.4375 L 28.84375,27.795974 L 26.84375,27.795974 z"
+ id="path5552" />
+ <path
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 12.46875,30.90625 L 12.46875,32.90625 L 35.625,32.90625 L 35.625,30.90625 L 12.46875,30.90625 z"
+ id="path5554" />
+ <path
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 11.8125,35.857143 L 11.8125,37.96875 L 34.96875,37.96875 L 34.96875,35.857143 L 11.8125,35.857143 z "
+ id="path5556" />
+ </g>
+ </g>
+</svg>
diff --git a/icon-themes/HighContrast-SVG/scalable/devices/printer.svg b/icon-themes/HighContrast-SVG/scalable/devices/printer.svg
new file mode 100644
index 00000000..dae9ed0e
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/devices/printer.svg
@@ -0,0 +1,99 @@
+<?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://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://inkscape.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.43"
+ sodipodi:docname="printer.svg"
+ sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/devices"
+ version="1.0"><metadata
+ id="metadata31"><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="defs29">
+
+
+
+
+
+
+
+
+
+
+
+ </defs><sodipodi:namedview
+ inkscape:window-height="969"
+ inkscape:window-width="1274"
+ 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.333333"
+ inkscape:cx="24"
+ inkscape:cy="26.439429"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:current-layer="svg2" />
+ <rect
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ id="rect3981"
+ width="48"
+ height="48"
+ x="0"
+ y="0"
+ rx="0"
+ ry="0" /><g
+ id="g3100"
+ style="stroke:#ffffff;stroke-opacity:1;stroke-width:8;stroke-miterlimit:4;stroke-dasharray:none;fill:#ffffff;fill-opacity:1"><path
+ style="fill:#ffffff;fill-rule:nonzero;stroke:#ffffff;stroke-width:8;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;fill-opacity:1"
+ d="M 41,42 C 41,42.4 40.4,43 40,43 L 8,43 C 7.6,43 7,42.4 7,42 L 7,40 C 7,39.6 7.5,39.3 7.9,39.3 L 39.8,39.3 C 40.2,39.3 41,39.6 41,40 L 41,42 z "
+ id="path3102"
+ sodipodi:nodetypes="ccccccccc" /><path
+ style="fill:#ffffff;fill-rule:nonzero;stroke:#ffffff;stroke-width:8;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;fill-opacity:1"
+ d="M 44,39 C 44,39.4 43.4,40 43,40 L 5,40 C 4.6,40 4,39.4 4,39 L 4,25 C 4,24.6 4.6,24 5,24 L 43,24 C 43.4,24 44,24.6 44,25 L 44,39 z "
+ id="path3104"
+ sodipodi:nodetypes="ccccccccc" /><path
+ style="fill:#ffffff;fill-rule:nonzero;stroke:#ffffff;stroke-width:8;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;fill-opacity:1"
+ d="M 12,4 C 9,4 8,6 8,8 L 8,26 L 40,26 L 40,8 C 40,6 39,4 36,4 L 12,4 z "
+ id="path3106"
+ sodipodi:nodetypes="ccccccc" /></g><g
+ id="g3095"><path
+ sodipodi:nodetypes="ccccccccc"
+ id="path13"
+ d="M 41,42 C 41,42.4 40.4,43 40,43 L 8,43 C 7.6,43 7,42.4 7,42 L 7,40 C 7,39.6 7.5,39.3 7.9,39.3 L 39.8,39.3 C 40.2,39.3 41,39.6 41,40 L 41,42 z "
+ style="fill:#000000;fill-rule:nonzero;stroke:none;stroke-width:7.43289995;stroke-linejoin:round;stroke-miterlimit:4" /><path
+ sodipodi:nodetypes="ccccccccc"
+ id="path15"
+ d="M 44,39 C 44,39.4 43.4,40 43,40 L 5,40 C 4.6,40 4,39.4 4,39 L 4,25 C 4,24.6 4.6,24 5,24 L 43,24 C 43.4,24 44,24.6 44,25 L 44,39 z "
+ style="fill:#000000;fill-rule:nonzero;stroke:none;stroke-width:7.43289995;stroke-linejoin:round;stroke-miterlimit:4" /><path
+ sodipodi:nodetypes="ccccccc"
+ id="path17"
+ d="M 12,4 C 9,4 8,6 8,8 L 8,26 L 40,26 L 40,8 C 40,6 39,4 36,4 L 12,4 z "
+ style="fill:#000000;fill-rule:nonzero;stroke:none;stroke-width:7.43289995;stroke-linejoin:round;stroke-miterlimit:4" /></g><path
+ style="fill:#ffffff;fill-rule:nonzero;stroke:none;stroke-width:7.43289995;stroke-linejoin:round;stroke-miterlimit:4"
+ d="M 36,24 L 12,24 L 12,9 C 12,9 12,8 13,8 L 35,8 C 36,8 36,9 36,9 L 36,24 z "
+ id="path19"
+ sodipodi:nodetypes="ccccccc" />
+
+<path
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+ d="M 11,37 L 37,37"
+ id="path1315"
+ sodipodi:nodetypes="cc" /></svg> \ No newline at end of file
diff --git a/icon-themes/HighContrast-SVG/scalable/devices/scanner.svg b/icon-themes/HighContrast-SVG/scalable/devices/scanner.svg
new file mode 100644
index 00000000..eca4bc70
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/devices/scanner.svg
@@ -0,0 +1,63 @@
+<?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://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48px"
+ height="48px"
+ id="svg3304"
+ sodipodi:version="0.32"
+ inkscape:version="0.42"
+ sodipodi:docbase="/home/luca/Desktop/black-and-white/scalable/actions"
+ sodipodi:docname="address-book-new.svg">
+ <defs
+ id="defs3306" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="7.0000000"
+ inkscape:cx="24.000000"
+ inkscape:cy="24.000000"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:window-width="922"
+ inkscape:window-height="561"
+ inkscape:window-x="5"
+ inkscape:window-y="50" />
+ <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" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <path
+ sodipodi:type="arc"
+ style="fill:#f50000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
+ id="path3312"
+ sodipodi:cx="24.000000"
+ sodipodi:cy="24.071428"
+ sodipodi:rx="24.142857"
+ sodipodi:ry="23.928572"
+ d="M 48.142857 24.071428 A 24.142857 23.928572 0 1 1 -0.14285660,24.071428 A 24.142857 23.928572 0 1 1 48.142857 24.071428 z" />
+ </g>
+</svg>
diff --git a/icon-themes/HighContrast-SVG/scalable/devices/video-display.svg b/icon-themes/HighContrast-SVG/scalable/devices/video-display.svg
new file mode 100644
index 00000000..f11221bc
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/devices/video-display.svg
@@ -0,0 +1,211 @@
+<?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://inkscape.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.42"
+ sodipodi:docbase="/home/betatester/Desktop/artwork"
+ sodipodi:docname="video-dispay-HC.svg">
+ <defs
+ id="defs3306">
+ <linearGradient
+ id="linearGradient5833">
+ <stop
+ style="stop-color:#afafb2;stop-opacity:1;"
+ offset="0"
+ id="stop5835" />
+ <stop
+ style="stop-color:#8e8e93;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop5837" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5541">
+ <stop
+ style="stop-color:#3b5a7a;stop-opacity:1;"
+ offset="0"
+ id="stop5543" />
+ <stop
+ style="stop-color:#4e77a1;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop5545" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4807">
+ <stop
+ style="stop-color:#527da8;stop-opacity:1;"
+ offset="0"
+ id="stop4809" />
+ <stop
+ style="stop-color:#7e9fc1;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop4811" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13580">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop13582" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop13584" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7022">
+ <stop
+ style="stop-color:#f7f7f9;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop7024" />
+ <stop
+ style="stop-color:#f4f4f6;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop7026" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11400">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop11402" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop11404" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient14318">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop14320" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop14322" />
+ </linearGradient>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#849193"
+ borderopacity="1.0000000"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="15.979167"
+ inkscape:cx="24.000000"
+ inkscape:cy="24.000000"
+ 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="945"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ 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.000000,34.000000 C 18.000000,34.000000 19.000000,40.000000 10.992358,39.964849 C 8.4867056,39.953850 9.0000000,44.000000 9.0000000,44.000000 L 39.084878,44.000000 C 39.084878,44.000000 39.516627,40.077518 37.000000,40.058968 C 29.000000,40.000000 30.000000,34.000000 30.000000,34.000000 L 18.000000,34.000000 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" />
+ <rect
+ style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
+ id="rect4355"
+ width="32.000000"
+ height="18.000000"
+ x="8.0000000"
+ y="10.000000" />
+ </g>
+</svg>