summaryrefslogtreecommitdiff
path: root/icon-themes/HighContrast-SVG/scalable/mimetypes
diff options
context:
space:
mode:
Diffstat (limited to 'icon-themes/HighContrast-SVG/scalable/mimetypes')
-rw-r--r--icon-themes/HighContrast-SVG/scalable/mimetypes/Makefile.am48
-rw-r--r--icon-themes/HighContrast-SVG/scalable/mimetypes/Makefile.in438
-rw-r--r--icon-themes/HighContrast-SVG/scalable/mimetypes/application-x-executable.svg60
-rw-r--r--icon-themes/HighContrast-SVG/scalable/mimetypes/audio-x-generic.svg163
-rw-r--r--icon-themes/HighContrast-SVG/scalable/mimetypes/font-x-generic.svg87
-rw-r--r--icon-themes/HighContrast-SVG/scalable/mimetypes/image-x-generic.svg93
-rw-r--r--icon-themes/HighContrast-SVG/scalable/mimetypes/text-html.svg129
-rw-r--r--icon-themes/HighContrast-SVG/scalable/mimetypes/text-x-generic-template.svg11
-rw-r--r--icon-themes/HighContrast-SVG/scalable/mimetypes/text-x-generic.svg94
-rw-r--r--icon-themes/HighContrast-SVG/scalable/mimetypes/text-x-preview.svg83
-rw-r--r--icon-themes/HighContrast-SVG/scalable/mimetypes/text-x-script.svg92
-rw-r--r--icon-themes/HighContrast-SVG/scalable/mimetypes/video-x-generic.svg234
-rw-r--r--icon-themes/HighContrast-SVG/scalable/mimetypes/x-office-address-book.svg143
-rw-r--r--icon-themes/HighContrast-SVG/scalable/mimetypes/x-office-calendar.svg188
-rw-r--r--icon-themes/HighContrast-SVG/scalable/mimetypes/x-office-document.svg109
-rw-r--r--icon-themes/HighContrast-SVG/scalable/mimetypes/x-office-presentation.svg160
-rw-r--r--icon-themes/HighContrast-SVG/scalable/mimetypes/x-office-spreadsheet.svg90
17 files changed, 2222 insertions, 0 deletions
diff --git a/icon-themes/HighContrast-SVG/scalable/mimetypes/Makefile.am b/icon-themes/HighContrast-SVG/scalable/mimetypes/Makefile.am
new file mode 100644
index 00000000..17f554fe
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/mimetypes/Makefile.am
@@ -0,0 +1,48 @@
+themedir = $(datadir)/icons/HighContrast-SVG
+size = scalable
+context = mimetypes
+
+icondir = $(themedir)/$(size)/$(context)
+
+icon_DATA = \
+ application-x-executable.svg \
+ audio-x-generic.svg \
+ font-x-generic.svg \
+ image-x-generic.svg \
+ text-html.svg \
+ text-x-generic.svg \
+ text-x-generic-template.svg \
+ text-x-preview.svg \
+ text-x-script.svg \
+ video-x-generic.svg \
+ x-office-address-book.svg \
+ x-office-calendar.svg \
+ x-office-document.svg \
+ x-office-presentation.svg \
+ x-office-spreadsheet.svg
+
+placeholder_FILES =
+
+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/mimetypes/Makefile.in b/icon-themes/HighContrast-SVG/scalable/mimetypes/Makefile.in
new file mode 100644
index 00000000..0d6f25bc
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/mimetypes/Makefile.in
@@ -0,0 +1,438 @@
+# 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/mimetypes
+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 = mimetypes
+icondir = $(themedir)/$(size)/$(context)
+icon_DATA = application-x-executable.svg audio-x-generic.svg \
+ font-x-generic.svg image-x-generic.svg text-html.svg \
+ text-x-generic.svg text-x-generic-template.svg \
+ text-x-preview.svg text-x-script.svg video-x-generic.svg \
+ x-office-address-book.svg x-office-calendar.svg \
+ x-office-document.svg x-office-presentation.svg \
+ x-office-spreadsheet.svg $(am__append_1)
+placeholder_FILES =
+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/mimetypes/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu icon-themes/HighContrast-SVG/scalable/mimetypes/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/mimetypes/application-x-executable.svg b/icon-themes/HighContrast-SVG/scalable/mimetypes/application-x-executable.svg
new file mode 100644
index 00000000..71ec17c0
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/mimetypes/application-x-executable.svg
@@ -0,0 +1,60 @@
+<?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="application-x-executable.svg"
+ sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/mimetypes"
+ version="1.0"><metadata
+ id="metadata17"><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="defs15">
+
+
+
+
+
+
+ </defs><sodipodi:namedview
+ inkscape:window-height="947"
+ inkscape:window-width="1268"
+ 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.979167"
+ inkscape:cx="24"
+ inkscape:cy="24"
+ inkscape:window-x="6"
+ inkscape:window-y="46"
+ inkscape:current-layer="svg2" />
+ <path
+ id="path12"
+ d="M 48,48 L 0,48 L 0,0 L 48,0 L 48,48 z "
+ style="fill:none;fill-rule:nonzero;stroke:none;stroke-miterlimit:4;fill-opacity:0.30449826" /><path
+ style="fill:none;fill-rule:nonzero;stroke:#ffffff;stroke-width:7.45779991;stroke-linejoin:round;stroke-miterlimit:4"
+ d="M 42.8,22.9 L 40.4,14.8 L 34.8,16.4 C 33.7,14.8 32.1,13.4 30.4,12.4 L 31.3,6.9 L 22.1,5.7 L 21.3,11 C 21,11.1 20.6,11.2 20.3,11.3 C 19.1,11.6 18,12.2 17,12.8 L 12.7,9.5 L 7,16.4 L 11.5,19.9 C 11.1,21 10.9,22.2 10.9,23.5 L 5.3,25.1 L 7.7,33.2 L 13.3,31.6 C 14.4,33.2 16,34.6 17.7,35.6 L 16.8,41.1 L 26,42.3 L 26.8,37 C 27.1,36.9 27.5,36.8 27.8,36.7 C 29,36.4 30.1,35.8 31.1,35.2 L 35.4,38.5 L 41.1,31.6 L 36.6,28.1 C 37,27 37.2,25.8 37.2,24.5 L 42.8,22.9 L 42.8,22.9 z M 25.3,28.8 C 22.5,29.6 19.5,28 18.6,25.2 C 17.7,22.4 19.4,19.4 22.2,18.5 C 25,17.7 28,19.3 28.9,22.1 C 29.7,24.9 28.1,27.9 25.3,28.8 z "
+ id="path7" /><path
+ style="fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
+ d="M 42.8,22.9 L 40.4,14.8 L 34.8,16.4 C 33.7,14.8 32.1,13.4 30.4,12.4 L 31.3,6.9 L 22.1,5.7 L 21.3,11 C 21,11.1 20.6,11.2 20.3,11.3 C 19.1,11.6 18,12.2 17,12.8 L 12.7,9.5 L 7,16.4 L 11.5,19.9 C 11.1,21 10.9,22.2 10.9,23.5 L 5.3,25.1 L 7.7,33.2 L 13.3,31.6 C 14.4,33.2 16,34.6 17.7,35.6 L 16.8,41.1 L 26,42.3 L 26.8,37 C 27.1,36.9 27.5,36.8 27.8,36.7 C 29,36.4 30.1,35.8 31.1,35.2 L 35.4,38.5 L 41.1,31.6 L 36.6,28.1 C 37,27 37.2,25.8 37.2,24.5 L 42.8,22.9 L 42.8,22.9 z M 25.3,28.8 C 22.5,29.6 19.5,28 18.6,25.2 C 17.7,22.4 19.4,19.4 22.2,18.5 C 25,17.7 28,19.3 28.9,22.1 C 29.7,24.9 28.1,27.9 25.3,28.8 z "
+ id="path9" />
+
+</svg> \ No newline at end of file
diff --git a/icon-themes/HighContrast-SVG/scalable/mimetypes/audio-x-generic.svg b/icon-themes/HighContrast-SVG/scalable/mimetypes/audio-x-generic.svg
new file mode 100644
index 00000000..b6da05f6
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/mimetypes/audio-x-generic.svg
@@ -0,0 +1,163 @@
+<?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="svg2160"
+ sodipodi:version="0.32"
+ inkscape:version="0.45"
+ sodipodi:docbase="/home/luca"
+ sodipodi:docname="audio-x-generic_alternate.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ sodipodi:modified="true">
+ <defs
+ id="defs2162" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="15"
+ 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="945"
+ inkscape:window-x="0"
+ inkscape:window-y="26">
+ <sodipodi:guide
+ orientation="horizontal"
+ position="44"
+ id="guide2168" />
+ <sodipodi:guide
+ orientation="vertical"
+ position="3.9333333"
+ id="guide2170" />
+ <sodipodi:guide
+ orientation="vertical"
+ position="44"
+ id="guide2172" />
+ <sodipodi:guide
+ orientation="horizontal"
+ position="4.0666667"
+ id="guide2174" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata2165">
+ <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>Generic Audio File</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>audio</rdf:li>
+ <rdf:li>music</rdf:li>
+ <rdf:li>file</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <dc:coverage>A generic icon for music and audio files</dc:coverage>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/LGPL/2.1/">
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <rect
+ style="opacity:1;fill: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="rect4126"
+ width="48"
+ height="48"
+ x="0"
+ y="0" />
+ <path
+ transform="matrix(1.0666667,0,0,1,-1.4,0)"
+ d="M 21 34 A 7.5 6 0 1 1 6,34 A 7.5 6 0 1 1 21 34 z"
+ sodipodi:ry="6"
+ sodipodi:rx="7.5"
+ sodipodi:cy="34"
+ sodipodi:cx="13.5"
+ id="path5117"
+ style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:7.74596657;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:nodetypes="ccccccccc"
+ id="path6090"
+ d="M 21,34 L 21,15 L 37,19 L 37,38 L 42,38 L 42,11 L 16,4 L 16,34 L 21,34 z "
+ style="fill:#ffffff;fill-rule:evenodd;stroke:#ffffff;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;fill-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path3149"
+ sodipodi:cx="13.5"
+ sodipodi:cy="34"
+ sodipodi:rx="7.5"
+ sodipodi:ry="6"
+ d="M 21 34 A 7.5 6 0 1 1 6,34 A 7.5 6 0 1 1 21 34 z"
+ transform="matrix(1.0666667,0,0,1,-1.4,0)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:7.74596643;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path6088"
+ sodipodi:cx="13.5"
+ sodipodi:cy="34"
+ sodipodi:rx="7.5"
+ sodipodi:ry="6"
+ d="M 21 34 A 7.5 6 0 1 1 6,34 A 7.5 6 0 1 1 21 34 z"
+ transform="matrix(1.0666667,0,0,1,19.599999,3.9999999)" />
+ <path
+ style="fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+ d="M 21,34 L 21,15 L 37,19 L 37,38 L 42,38 L 42,11 L 16,4 L 16,34 L 21,34 z "
+ id="path3153"
+ sodipodi:nodetypes="ccccccccc" />
+ <use
+ x="0"
+ y="0"
+ xlink:href="#path3149"
+ id="use4124"
+ transform="translate(21,4)"
+ width="48"
+ height="48" />
+ </g>
+</svg>
diff --git a/icon-themes/HighContrast-SVG/scalable/mimetypes/font-x-generic.svg b/icon-themes/HighContrast-SVG/scalable/mimetypes/font-x-generic.svg
new file mode 100644
index 00000000..10f585e6
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/mimetypes/font-x-generic.svg
@@ -0,0 +1,87 @@
+<?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="font-x-generic.svg"
+ sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/mimetypes"
+ version="1.0"><metadata
+ id="metadata27"><rdf:RDF><cc:Work
+ rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
+ id="defs25">
+
+
+
+
+ </defs><sodipodi:namedview
+ inkscape:window-height="947"
+ inkscape:window-width="1268"
+ 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.979167"
+ inkscape:cx="24"
+ inkscape:cy="24.389883"
+ inkscape:window-x="6"
+ inkscape:window-y="46"
+ inkscape:current-layer="svg2" />
+ <rect
+ style="fill:none;fill-opacity:0.31724137;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ id="rect1341"
+ width="48"
+ height="48"
+ x="0"
+ y="0"
+ rx="0"
+ ry="0" /><g
+ style="fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4"
+ id="g7">
+ <g
+ id="g9">
+ <path
+ style="stroke:none"
+ d="M 18,30.9 L 15.2,38.1 L 6,38.1 L 18.1,9.9 L 29.7,9.9 L 42,38.1 L 32.4,38.1 L 29.4,30.9 L 18,30.9 L 18,30.9 z M 28,26.1 C 28,26.1 24.2,16.3 23.6,14.7 L 23.4,14.7 C 22.9,16.4 19.2,26.1 19.2,26.1 L 28,26.1 z "
+ id="path11" />
+ </g>
+ <g
+ id="g13">
+
+ </g>
+ </g><g
+ id="g3089"
+ style="fill-rule:nonzero;stroke:#ffffff;stroke-miterlimit:4;stroke-width:12;stroke-dasharray:none;fill:#ffffff;fill-opacity:1;stroke-opacity:1">
+ <path
+ sodipodi:nodetypes="cccccccccccccc"
+ id="path3091"
+ d="M 15,38 L 6,38 L 18,10 L 30,10 L 42,38 L 33,38 L 30,31 L 18,30.9 L 15,38 z M 29,26 C 29,26 25.6,16.6 25,15 L 23,15 C 22.5,16.7 19,26 19,26 L 29,26 z "
+ style="stroke-width:12;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-opacity:1" />
+ </g><g
+ style="fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4;stroke-width:4;stroke-dasharray:none"
+ id="g17">
+ <path
+ style="stroke-width:4;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+ d="M 15,38 L 6,38 L 18,10 L 30,10 L 42,38 L 33,38 L 30,31 L 18,30.9 L 15,38 z M 29,26 C 29,26 25.6,16.6 25,15 L 23,15 C 22.5,16.7 19,26 19,26 L 29,26 z "
+ id="path19"
+ sodipodi:nodetypes="cccccccccccccc" />
+ </g>
+
+</svg> \ No newline at end of file
diff --git a/icon-themes/HighContrast-SVG/scalable/mimetypes/image-x-generic.svg b/icon-themes/HighContrast-SVG/scalable/mimetypes/image-x-generic.svg
new file mode 100644
index 00000000..f19097d8
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/mimetypes/image-x-generic.svg
@@ -0,0 +1,93 @@
+<?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="svg1307"
+ sodipodi:version="0.32"
+ inkscape:version="0.44+devel"
+ sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/mimetypes"
+ sodipodi:docname="image-x-generic_alt.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ sodipodi:modified="true">
+ <defs
+ id="defs1309" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="16.125"
+ inkscape:cx="24"
+ inkscape:cy="24"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:window-width="1274"
+ inkscape:window-height="944"
+ inkscape:window-x="0"
+ inkscape:window-y="26" />
+ <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
+ ry="3.0078366"
+ rx="3.1318679"
+ y="7"
+ x="4"
+ height="34"
+ width="40"
+ id="rect6561"
+ style="fill:#000000;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" />
+ <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="rect1315"
+ width="40"
+ height="34"
+ x="4"
+ y="7"
+ rx="3.4419453"
+ ry="3.3179142" />
+ <rect
+ ry="1.3954337"
+ rx="1.4574491"
+ y="11"
+ x="8"
+ height="26"
+ width="31.999998"
+ id="rect6622"
+ style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ <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 4.0620155,33.062016 L 13,22 C 14.643411,20.20155 15.790698,21.007752 17,22 L 25,31 C 28.093023,34.108527 23.992248,37.093023 22,34 L 15,26 L 5.4883721,37.945736"
+ id="path2188"
+ sodipodi:nodetypes="ccccccc" />
+ <path
+ sodipodi:nodetypes="ccccccc"
+ id="path3962"
+ d="M 19.828527,25.121775 L 30.068838,15.920224 C 31.712249,14.121774 32.859536,14.927976 34.068838,15.920224 L 41.882791,22.067511 C 44.975814,25.176038 40.875039,28.160534 38.882791,25.067511 L 32.068838,19.920224 L 20.882791,30.067511"
+ style="fill:black;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/mimetypes/text-html.svg b/icon-themes/HighContrast-SVG/scalable/mimetypes/text-html.svg
new file mode 100644
index 00000000..0a832e72
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/mimetypes/text-html.svg
@@ -0,0 +1,129 @@
+<?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.000000px"
+ height="48.000000px"
+ viewBox="0 0 48 48"
+ xml:space="preserve"
+ id="svg2"
+ sodipodi:version="0.32"
+ inkscape:version="0.43"
+ sodipodi:docname="text-html.svg"
+ sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/mimetypes"><metadata
+ id="metadata19"><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>Document new</dc:title><dc:creator><cc:Agent><dc:title>Jakub Stainer</dc:title></cc:Agent></dc:creator><cc:license
+ rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /></cc:Work><cc:License
+ rdf:about="http://creativecommons.org/licenses/GPL/2.0/"><cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" /><cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" /><cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" /><cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" /><cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" /><cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" /></cc:License></rdf:RDF></metadata><defs
+ id="defs17">
+
+
+
+
+ </defs><sodipodi:namedview
+ inkscape:window-height="950"
+ inkscape:window-width="1280"
+ inkscape:pageshadow="2"
+ inkscape:pageopacity="0.0"
+ borderopacity="1.0"
+ bordercolor="#666666"
+ pagecolor="#ffffff"
+ id="base"
+ gridtolerance="0.50000000px"
+ showgrid="true"
+ guidetolerance="0.50000000px"
+ inkscape:grid-points="true"
+ inkscape:zoom="15.958333"
+ inkscape:cx="24"
+ inkscape:cy="24"
+ inkscape:window-x="6"
+ inkscape:window-y="46"
+ inkscape:current-layer="svg2"
+ showguides="true"
+ inkscape:guide-bbox="true"><sodipodi:guide
+ orientation="vertical"
+ position="24.944882"
+ id="guide3305" /><sodipodi:guide
+ orientation="horizontal"
+ position="28.031496"
+ id="guide3307" /></sodipodi:namedview>
+ <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="rect3319"
+ width="48.000000"
+ height="48.000000"
+ x="0.0000000"
+ y="0.0000000" /><path
+ sodipodi:nodetypes="ccccccc"
+ style="fill:#ffffff;fill-rule:nonzero;stroke:#ffffff;stroke-width:12.000000;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;fill-opacity:1.0000000;stroke-opacity:1.0000000"
+ d="M 39,41 L 9,41 L 9,6 L 30,6 L 39,16 L 39,20.678851 L 39,41 z "
+ id="path4775" /><path
+ id="path7"
+ d="M 39,41 L 9,41 L 9,6 L 30,6 L 39,16 L 39,41 z "
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-width:4.0000000;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;fill-opacity:1.0000000"
+ sodipodi:nodetypes="cccccc" /><path
+ id="path9"
+ d="M 37,16 L 36.996573,39.003906 L 11,39 L 11.016535,8.0181102 L 29,8 L 37,16 z "
+ style="fill:#ffffff;fill-rule:nonzero;stroke:none;stroke-miterlimit:4.0000000"
+ sodipodi:nodetypes="cccccc" />
+
+<path
+ sodipodi:type="arc"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ id="path3312"
+ sodipodi:cx="24"
+ sodipodi:cy="24"
+ sodipodi:rx="24"
+ sodipodi:ry="24"
+ d="M 48 24 A 24 24 0 1 1 0,24 A 24 24 0 1 1 48 24 z"
+ transform="matrix(0.512821,0,0,0.5,12,13.5)" /><path
+ sodipodi:type="arc"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ id="path4048"
+ sodipodi:cx="24"
+ sodipodi:cy="24"
+ sodipodi:rx="20"
+ sodipodi:ry="20"
+ d="M 44 24 A 20 20 0 1 1 4,24 A 20 20 0 1 1 44 24 z"
+ transform="matrix(0.512821,0,0,0.5,12,13.5)" /><path
+ sodipodi:type="arc"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ id="path4784"
+ sodipodi:cx="24"
+ sodipodi:cy="24"
+ sodipodi:rx="16"
+ sodipodi:ry="16"
+ d="M 40 24 A 16 16 0 1 1 8,24 A 16 16 0 1 1 40 24 z"
+ transform="matrix(0.512821,0,0,0.5,12,13.5)" /><path
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:2.02547884;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 17.128203,30.625 C 21.230767,29.125 27.384613,29.125 31.487177,30.625"
+ id="path5512"
+ sodipodi:nodetypes="cc" /><path
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:2.02547884;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 16.08641,25.5 L 32.52897,25.5"
+ id="path5516" /><path
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:2.02547884;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 22.256408,17.27559 C 19.692305,22.5 19.692305,29 22.256408,34"
+ id="path5520"
+ sodipodi:nodetypes="cc" /><path
+ sodipodi:nodetypes="cc"
+ id="path6250"
+ d="M 17.128203,20.375 C 21.230767,21.875 27.384613,21.875 31.487177,20.375"
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:2.02547884;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><path
+ sodipodi:nodetypes="cc"
+ id="path9156"
+ d="M 26.358972,17.27559 C 28.923075,22.5 28.923075,29 26.358972,34"
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:2.02547884;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /></svg> \ No newline at end of file
diff --git a/icon-themes/HighContrast-SVG/scalable/mimetypes/text-x-generic-template.svg b/icon-themes/HighContrast-SVG/scalable/mimetypes/text-x-generic-template.svg
new file mode 100644
index 00000000..006e6011
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/mimetypes/text-x-generic-template.svg
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In -->
+<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="48.000000px" height="48.000000px" viewBox="0 0 48 48" xml:space="preserve" id="svg2" sodipodi:version="0.32" inkscape:version="0.46" sodipodi:docname="text-x-generic-template.svg" sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/mimetypes" inkscape:output_extension="org.inkscape.output.svg.inkscape"><metadata id="metadata19"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title>Text Generic Template</dc:title><dc:creator><cc:Agent><dc:title>Luca Ferretti &lt;[email protected]&gt;</dc:title></cc:Agent></dc:creator><cc:license rdf:resource=""/><dc:date>December 2008</dc:date><dc:contributor><cc:Agent><dc:title>Based on text-x-generic</dc:title></cc:Agent></dc:contributor></cc:Work></rdf:RDF></metadata><defs id="defs17"><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="perspective3488"/>
+
+
+
+
+ </defs><sodipodi:namedview inkscape:window-height="946" inkscape:window-width="1272" inkscape:pageshadow="2" inkscape:pageopacity="0.0" borderopacity="1.0" bordercolor="#666666" pagecolor="#ffffff" id="base" gridtolerance="10000" showgrid="true" guidetolerance="10000" inkscape:grid-points="true" inkscape:zoom="15.479167" inkscape:cx="22.869448" inkscape:cy="24" inkscape:window-x="0" inkscape:window-y="25" inkscape:current-layer="svg2" showguides="true" inkscape:guide-bbox="true" inkscape:snap-bbox="true" inkscape:object-nodes="true" inkscape:object-paths="true" objecttolerance="10000"><sodipodi:guide orientation="vertical" position="24.944882" id="guide3305"/><sodipodi:guide orientation="horizontal" position="28.031496" id="guide3307"/><inkscape:grid type="xygrid" visible="true" enabled="true" id="grid3490"/></sodipodi:namedview>
+ <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="rect3319" width="48.000000" height="48.000000" x="0.0000000" y="0.0000000"/><path sodipodi:nodetypes="ccccccc" style="fill: rgb(255, 255, 255); fill-rule: nonzero; stroke: rgb(255, 255, 255); stroke-width: 12; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; fill-opacity: 1; stroke-opacity: 1;" d="M 39,41 L 9,41 L 9,6 L 30,6 L 39,16 L 39,20.678851 L 39,41 z " id="path4775"/><path id="path7" d="M 39,41 L 9,41 L 9,6 L 30,6 L 39,16 L 39,41 z " style="fill: rgb(0, 0, 0); fill-rule: nonzero; stroke: rgb(0, 0, 0); stroke-width: 4; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; fill-opacity: 1;" sodipodi:nodetypes="cccccc"/><path id="path9" d="M 37,16 L 36.996573,39.003906 L 11,39 L 11.016535,8.0181102 L 29,8 L 37,16 z " style="fill: rgb(255, 255, 255); fill-rule: nonzero; stroke: none; stroke-miterlimit: 4;" sodipodi:nodetypes="cccccc"/>
+
+<path style="fill: none; fill-rule: evenodd; stroke: rgb(0, 0, 0); stroke-width: 4; stroke-linecap: round; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;" d="M 24,12 L 24,16" id="path2385" sodipodi:nodetypes="cc"/><path sodipodi:nodetypes="cc" id="path3157" d="M 24,22 L 24,26" style="fill: none; fill-rule: evenodd; stroke: rgb(0, 0, 0); stroke-width: 4; stroke-linecap: round; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/><path style="fill: none; fill-rule: evenodd; stroke: rgb(0, 0, 0); stroke-width: 4; stroke-linecap: round; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;" d="M 24,32 L 24,36" id="path3159" sodipodi:nodetypes="cc"/><path sodipodi:nodetypes="cc" id="path3161" d="M 19,16.968504 L 17,19.968504" style="fill: none; fill-rule: evenodd; stroke: rgb(0, 0, 0); stroke-width: 4; stroke-linecap: round; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/><path style="fill: none; fill-rule: evenodd; stroke: rgb(0, 0, 0); stroke-width: 4; stroke-linecap: round; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;" d="M 29,17 L 31,20" id="path3163" sodipodi:nodetypes="cc"/><path sodipodi:nodetypes="cc" id="path3165" d="M 35,25 L 37,28" style="fill: none; fill-rule: evenodd; stroke: rgb(0, 0, 0); stroke-width: 4; stroke-linecap: round; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/><path style="fill: none; fill-rule: evenodd; stroke: rgb(0, 0, 0); stroke-width: 4; stroke-linecap: round; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;" d="M 13,25 L 11,28" id="path3167" sodipodi:nodetypes="cc"/></svg> \ No newline at end of file
diff --git a/icon-themes/HighContrast-SVG/scalable/mimetypes/text-x-generic.svg b/icon-themes/HighContrast-SVG/scalable/mimetypes/text-x-generic.svg
new file mode 100644
index 00000000..dafc6557
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/mimetypes/text-x-generic.svg
@@ -0,0 +1,94 @@
+<?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.000000px"
+ height="48.000000px"
+ viewBox="0 0 48 48"
+ xml:space="preserve"
+ id="svg2"
+ sodipodi:version="0.32"
+ inkscape:version="0.43"
+ sodipodi:docname="text-x-generic.svg"
+ sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/mimetypes"><metadata
+ id="metadata19"><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>Document new</dc:title><dc:creator><cc:Agent><dc:title>Jakub Stainer</dc:title></cc:Agent></dc:creator><cc:license
+ rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /></cc:Work><cc:License
+ rdf:about="http://creativecommons.org/licenses/GPL/2.0/"><cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" /><cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" /><cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" /><cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" /><cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" /><cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" /></cc:License></rdf:RDF></metadata><defs
+ id="defs17">
+
+
+
+
+ </defs><sodipodi:namedview
+ inkscape:window-height="950"
+ inkscape:window-width="1280"
+ inkscape:pageshadow="2"
+ inkscape:pageopacity="0.0"
+ borderopacity="1.0"
+ bordercolor="#666666"
+ pagecolor="#ffffff"
+ id="base"
+ gridtolerance="0.50000000px"
+ showgrid="true"
+ guidetolerance="0.50000000px"
+ inkscape:grid-points="true"
+ inkscape:zoom="15.958333"
+ inkscape:cx="24"
+ inkscape:cy="24"
+ inkscape:window-x="6"
+ inkscape:window-y="46"
+ inkscape:current-layer="svg2"
+ showguides="true"
+ inkscape:guide-bbox="true"><sodipodi:guide
+ orientation="vertical"
+ position="24.944882"
+ id="guide3305" /><sodipodi:guide
+ orientation="horizontal"
+ position="28.031496"
+ id="guide3307" /></sodipodi:namedview>
+ <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="rect3319"
+ width="48.000000"
+ height="48.000000"
+ x="0.0000000"
+ y="0.0000000" /><path
+ sodipodi:nodetypes="ccccccc"
+ style="fill:#ffffff;fill-rule:nonzero;stroke:#ffffff;stroke-width:12.000000;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;fill-opacity:1.0000000;stroke-opacity:1.0000000"
+ d="M 39,41 L 9,41 L 9,6 L 30,6 L 39,16 L 39,20.678851 L 39,41 z "
+ id="path4775" /><path
+ id="path7"
+ d="M 39,41 L 9,41 L 9,6 L 30,6 L 39,16 L 39,41 z "
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-width:4.0000000;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;fill-opacity:1.0000000"
+ sodipodi:nodetypes="cccccc" /><path
+ id="path9"
+ d="M 37,16 L 36.996573,39.003906 L 11,39 L 11.016535,8.0181102 L 29,8 L 37,16 z "
+ style="fill:#ffffff;fill-rule:nonzero;stroke:none;stroke-miterlimit:4.0000000"
+ sodipodi:nodetypes="cccccc" />
+
+<path
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 15,16 L 28,16"
+ id="path1309" /><path
+ id="path2184"
+ d="M 14.944882,24 L 22.944882,24"
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ sodipodi:nodetypes="cc" /><path
+ sodipodi:nodetypes="cc"
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 15,32 L 33,32"
+ id="path2186" /></svg> \ No newline at end of file
diff --git a/icon-themes/HighContrast-SVG/scalable/mimetypes/text-x-preview.svg b/icon-themes/HighContrast-SVG/scalable/mimetypes/text-x-preview.svg
new file mode 100644
index 00000000..5958405a
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/mimetypes/text-x-preview.svg
@@ -0,0 +1,83 @@
+<?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.000000px"
+ height="48.000000px"
+ viewBox="0 0 48 48"
+ xml:space="preserve"
+ id="svg2"
+ sodipodi:version="0.32"
+ inkscape:version="0.43"
+ sodipodi:docname="text-x-generic-template.svg"
+ sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/mimetypes"><metadata
+ id="metadata19"><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>Document new</dc:title><dc:creator><cc:Agent><dc:title>Jakub Stainer</dc:title></cc:Agent></dc:creator><cc:license
+ rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /></cc:Work><cc:License
+ rdf:about="http://creativecommons.org/licenses/GPL/2.0/"><cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" /><cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" /><cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" /><cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" /><cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" /><cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" /></cc:License></rdf:RDF></metadata><defs
+ id="defs17">
+
+
+
+
+ </defs><sodipodi:namedview
+ inkscape:window-height="950"
+ inkscape:window-width="1280"
+ inkscape:pageshadow="2"
+ inkscape:pageopacity="0.0"
+ borderopacity="1.0"
+ bordercolor="#666666"
+ pagecolor="#ffffff"
+ id="base"
+ gridtolerance="0.50000000px"
+ showgrid="true"
+ guidetolerance="0.50000000px"
+ inkscape:grid-points="true"
+ inkscape:zoom="15.958333"
+ inkscape:cx="24"
+ inkscape:cy="24"
+ inkscape:window-x="6"
+ inkscape:window-y="46"
+ inkscape:current-layer="svg2"
+ showguides="true"
+ inkscape:guide-bbox="true"><sodipodi:guide
+ orientation="vertical"
+ position="24.944882"
+ id="guide3305" /><sodipodi:guide
+ orientation="horizontal"
+ position="28.031496"
+ id="guide3307" /></sodipodi:namedview>
+ <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="rect3319"
+ width="48.000000"
+ height="48.000000"
+ x="0.0000000"
+ y="0.0000000" /><path
+ sodipodi:nodetypes="ccccccc"
+ style="fill:#ffffff;fill-rule:nonzero;stroke:#ffffff;stroke-width:12.000000;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;fill-opacity:1.0000000;stroke-opacity:1.0000000"
+ d="M 39,41 L 9,41 L 9,6 L 30,6 L 39,16 L 39,20.678851 L 39,41 z "
+ id="path4775" /><path
+ id="path7"
+ d="M 39,41 L 9,41 L 9,6 L 30,6 L 39,16 L 39,41 z "
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-width:4.0000000;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;fill-opacity:1.0000000"
+ sodipodi:nodetypes="cccccc" /><path
+ id="path9"
+ d="M 37,16 L 36.996573,39.003906 L 11,39 L 11.016535,8.0181102 L 29,8 L 37,16 z "
+ style="fill:#ffffff;fill-rule:nonzero;stroke:none;stroke-miterlimit:4.0000000"
+ sodipodi:nodetypes="cccccc" />
+
+</svg> \ No newline at end of file
diff --git a/icon-themes/HighContrast-SVG/scalable/mimetypes/text-x-script.svg b/icon-themes/HighContrast-SVG/scalable/mimetypes/text-x-script.svg
new file mode 100644
index 00000000..4ace4ed1
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/mimetypes/text-x-script.svg
@@ -0,0 +1,92 @@
+<?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.000000px"
+ height="48.000000px"
+ viewBox="0 0 48 48"
+ xml:space="preserve"
+ id="svg2"
+ sodipodi:version="0.32"
+ inkscape:version="0.43"
+ sodipodi:docname="text-x-script.svg"
+ sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/mimetypes"><metadata
+ id="metadata19"><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>Document new</dc:title><dc:creator><cc:Agent><dc:title>Jakub Stainer</dc:title></cc:Agent></dc:creator><cc:license
+ rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /></cc:Work><cc:License
+ rdf:about="http://creativecommons.org/licenses/GPL/2.0/"><cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" /><cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" /><cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" /><cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" /><cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" /><cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" /></cc:License></rdf:RDF></metadata><defs
+ id="defs17">
+
+
+
+
+ </defs><sodipodi:namedview
+ inkscape:window-height="950"
+ inkscape:window-width="1280"
+ inkscape:pageshadow="2"
+ inkscape:pageopacity="0.0"
+ borderopacity="1.0"
+ bordercolor="#666666"
+ pagecolor="#ffffff"
+ id="base"
+ gridtolerance="0.50000000px"
+ showgrid="true"
+ guidetolerance="0.50000000px"
+ inkscape:grid-points="true"
+ inkscape:zoom="15.958333"
+ inkscape:cx="24"
+ inkscape:cy="24"
+ inkscape:window-x="6"
+ inkscape:window-y="46"
+ inkscape:current-layer="svg2"
+ showguides="true"
+ inkscape:guide-bbox="true"><sodipodi:guide
+ orientation="vertical"
+ position="24.944882"
+ id="guide3305" /><sodipodi:guide
+ orientation="horizontal"
+ position="28.031496"
+ id="guide3307" /></sodipodi:namedview>
+ <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="rect3319"
+ width="48.000000"
+ height="48.000000"
+ x="0.0000000"
+ y="0.0000000" /><path
+ sodipodi:nodetypes="ccccccc"
+ style="fill:#ffffff;fill-rule:nonzero;stroke:#ffffff;stroke-width:12.000000;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;fill-opacity:1.0000000;stroke-opacity:1.0000000"
+ d="M 39,41 L 9,41 L 9,6 L 30,6 L 39,16 L 39,20.678851 L 39,41 z "
+ id="path4775" /><path
+ id="path7"
+ d="M 39,41 L 9,41 L 9,6 L 30,6 L 39,16 L 39,41 z "
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-width:4.0000000;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;fill-opacity:1.0000000"
+ sodipodi:nodetypes="cccccc" /><path
+ id="path9"
+ d="M 37,16 L 36.996573,39.003906 L 11,39 L 11.016535,8.0181102 L 29,8 L 37,16 z "
+ style="fill:#ffffff;fill-rule:nonzero;stroke:none;stroke-miterlimit:4.0000000"
+ sodipodi:nodetypes="cccccc" />
+
+<rect
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ id="rect2184"
+ width="15.79553"
+ height="15.79553"
+ x="25.961143"
+ y="-7.8977613"
+ ry="3.0078359"
+ rx="3.0078359"
+ transform="matrix(0.707107,0.707107,-0.707107,0.707107,0,0)" /></svg> \ No newline at end of file
diff --git a/icon-themes/HighContrast-SVG/scalable/mimetypes/video-x-generic.svg b/icon-themes/HighContrast-SVG/scalable/mimetypes/video-x-generic.svg
new file mode 100644
index 00000000..4d0636c9
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/mimetypes/video-x-generic.svg
@@ -0,0 +1,234 @@
+<?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="svg2160"
+ sodipodi:version="0.32"
+ inkscape:version="0.45"
+ sodipodi:docbase="/home/luca"
+ sodipodi:docname="video-x-generic_alternate.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ sodipodi:modified="true">
+ <defs
+ id="defs2162" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="15"
+ inkscape:cx="24"
+ inkscape:cy="24"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:grid-points="true"
+ inkscape:window-width="1280"
+ inkscape:window-height="945"
+ inkscape:window-x="0"
+ inkscape:window-y="26">
+ <sodipodi:guide
+ orientation="horizontal"
+ position="12"
+ id="guide3155" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata2165">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" />
+ <dc:title>Generic Video File</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>video</rdf:li>
+ <rdf:li>movie</rdf:li>
+ <rdf:li>file</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <dc:coverage>A generic icon for video files</dc:coverage>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/LGPL/2.1/">
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <rect
+ style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect2192"
+ width="48"
+ height="48"
+ x="0"
+ y="0" />
+ <rect
+ y="6.9985147"
+ x="-43.00206"
+ height="33.995193"
+ width="38.001724"
+ id="rect4142"
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:7.98537779;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ transform="matrix(0,-1,1,0,0,0)" />
+ <rect
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect2176"
+ width="38"
+ height="34"
+ x="-43"
+ y="7"
+ transform="matrix(0,-1,1,0,0,0)" />
+ <rect
+ style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect5113"
+ width="3.9060783"
+ height="2.9088433"
+ x="-41.039413"
+ y="9.0165749"
+ ry="0.86187845"
+ transform="matrix(0,-1,1,0,0,0)" />
+ <use
+ x="0"
+ y="0"
+ xlink:href="#rect5113"
+ id="use6084"
+ transform="translate(-1.657486e-2,-6.0394135)"
+ width="48"
+ height="48" />
+ <use
+ height="48"
+ width="48"
+ transform="translate(-1.65746e-2,-12.039411)"
+ id="use6086"
+ xlink:href="#rect5113"
+ y="0"
+ x="0" />
+ <use
+ height="48"
+ width="48"
+ transform="translate(-1.65746e-2,-18.039411)"
+ id="use6090"
+ xlink:href="#rect5113"
+ y="0"
+ x="0" />
+ <use
+ x="0"
+ y="0"
+ xlink:href="#rect5113"
+ id="use6092"
+ transform="translate(-1.657486e-2,-24.133335)"
+ width="48"
+ height="48" />
+ <use
+ height="48"
+ width="48"
+ transform="translate(-1.657486e-2,-30.133335)"
+ id="use6094"
+ xlink:href="#rect5113"
+ y="0"
+ x="0" />
+ <use
+ height="48"
+ width="48"
+ transform="translate(27.074582,-3.9413452e-2)"
+ id="use6098"
+ xlink:href="#rect5113"
+ y="0"
+ x="0" />
+ <use
+ x="0"
+ y="0"
+ xlink:href="#rect5113"
+ id="use6100"
+ transform="translate(26.983425,-6.0394135)"
+ width="48"
+ height="48" />
+ <use
+ height="48"
+ width="48"
+ transform="translate(26.983425,-12.039413)"
+ id="use6102"
+ xlink:href="#rect5113"
+ y="0"
+ x="0" />
+ <use
+ x="0"
+ y="0"
+ xlink:href="#rect5113"
+ id="use6104"
+ transform="translate(27.074582,-18.133335)"
+ width="48"
+ height="48" />
+ <use
+ height="48"
+ width="48"
+ transform="translate(27.074582,-24.133335)"
+ id="use6106"
+ xlink:href="#rect5113"
+ y="0"
+ x="0" />
+ <use
+ x="0"
+ y="0"
+ xlink:href="#rect5113"
+ id="use6108"
+ transform="translate(26.983425,-30.133335)"
+ width="48"
+ height="48" />
+ <rect
+ style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect2188"
+ width="20"
+ height="14.933332"
+ x="14"
+ y="26"
+ rx="1.4732958"
+ ry="1.5469612" />
+ <rect
+ ry="1.5469612"
+ rx="1.4732958"
+ y="7.0666676"
+ x="14"
+ height="14.933332"
+ width="20"
+ id="rect2190"
+ style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </g>
+</svg>
diff --git a/icon-themes/HighContrast-SVG/scalable/mimetypes/x-office-address-book.svg b/icon-themes/HighContrast-SVG/scalable/mimetypes/x-office-address-book.svg
new file mode 100644
index 00000000..1673d214
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/mimetypes/x-office-address-book.svg
@@ -0,0 +1,143 @@
+<?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="x-office-address-book.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="8.9583333"
+ inkscape:cx="21.04186"
+ inkscape:cy="24"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:object-paths="true"
+ inkscape:object-nodes="true"
+ objecttolerance="10000"
+ gridtolerance="10000"
+ guidetolerance="10000"
+ inkscape:snap-bbox="true"
+ inkscape:window-width="941"
+ inkscape:window-height="861"
+ inkscape:window-x="270"
+ inkscape:window-y="41">
+ <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>Office Address Book</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>address book</rdf:li>
+ <rdf:li>contacts</rdf:li>
+ <rdf:li>people</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Livello 1"
+ inkscape:groupmode="layer"
+ id="layer1">
+ <rect
+ style="fill:none;fill-opacity:0.44827586000000003;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect3171"
+ width="48"
+ height="48"
+ x="0"
+ y="0" />
+ <path
+ sodipodi:nodetypes="ccccccccc"
+ id="path3169"
+ d="M 6,9 L 6,39 C 6,42 9,42 9,42 L 31,42 L 42,39 L 42,16 L 42,6 L 9,6 C 9,6 6,6 6,9 z"
+ style="fill:#ffffff;fill-rule:evenodd;stroke:#ffffff;stroke-width:12;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1" />
+ <path
+ style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
+ d="M 6,9 L 6,39 C 6,42 9,42 9,42 L 32,42 L 42,39 L 42,16 L 42,6 L 9,6 C 9,6 6,6 6,9 z"
+ id="path2385"
+ sodipodi:nodetypes="ccccccccc" />
+ <path
+ sodipodi:type="arc"
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path3163"
+ sodipodi:cx="18"
+ sodipodi:cy="18"
+ sodipodi:rx="6"
+ sodipodi:ry="6"
+ d="M 24,18 A 6,6 0 1 1 12,18 A 6,6 0 1 1 24,18 z"
+ transform="translate(1.0000002,1.0000007)" />
+ <path
+ sodipodi:type="arc"
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path3165"
+ sodipodi:cx="26.5"
+ sodipodi:cy="36.753288"
+ sodipodi:rx="8"
+ sodipodi:ry="13.753289"
+ d="M 18.500011,36.775587 A 8,13.753289 0 1 1 34.49969,36.874307"
+ transform="matrix(1,0,0,0.7928323,-7.4999998,3.7648581)"
+ sodipodi:start="3.1399713"
+ sodipodi:end="6.2919847"
+ sodipodi:open="true" />
+ <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 15.105617,23.374163 C 15.105617,23.374163 19.105617,26.749666 23.105617,23.374163 L 19.105617,29.000001 L 15.105617,23.374163"
+ id="path3167"
+ sodipodi:nodetypes="cscc" />
+ <path
+ style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 40.5,14.5 L 31.5,17.5 L 31.5,41.5"
+ id="path2387"
+ sodipodi:nodetypes="ccc" />
+ <path
+ sodipodi:nodetypes="cc"
+ id="path3161"
+ d="M 41.5,26.5 L 32.5,29.5"
+ style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </g>
+</svg>
diff --git a/icon-themes/HighContrast-SVG/scalable/mimetypes/x-office-calendar.svg b/icon-themes/HighContrast-SVG/scalable/mimetypes/x-office-calendar.svg
new file mode 100644
index 00000000..233426d4
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/mimetypes/x-office-calendar.svg
@@ -0,0 +1,188 @@
+<?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="x-office-calendar.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="15.458333"
+ inkscape:cx="22.576819"
+ inkscape:cy="24"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:object-paths="true"
+ inkscape:object-nodes="true"
+ objecttolerance="10000"
+ inkscape:snap-bbox="true"
+ gridtolerance="10000"
+ guidetolerance="10000"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:window-width="1280"
+ inkscape:window-height="948"
+ inkscape:window-x="0"
+ inkscape:window-y="25">
+ <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>Office Calendar</dc:title>
+ <dc:date>December 2008</dc:date>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Luca Ferretti &lt;[email protected]</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>office</rdf:li>
+ <rdf:li>calendar</rdf:li>
+ <rdf:li>appointmens</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <dc:contributor>
+ <cc:Agent>
+ <dc:title>Inspired by calendar icon on Nokia E71</dc:title>
+ </cc:Agent>
+ </dc:contributor>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Livello 1"
+ inkscape:groupmode="layer"
+ id="layer1">
+ <rect
+ style="fill:none;fill-opacity:0.50826448000000002;stroke:none;stroke-width:11;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect3155"
+ width="48"
+ height="48"
+ x="0"
+ y="0" />
+ <rect
+ style="fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect3245"
+ width="6"
+ height="13"
+ x="30"
+ y="3"
+ ry="2.1347711" />
+ <rect
+ ry="2.2641511"
+ y="3"
+ x="12"
+ height="13"
+ width="6"
+ id="rect3243"
+ style="fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <rect
+ ry="5.8221025"
+ y="8"
+ x="4"
+ height="36"
+ width="40"
+ id="rect3241"
+ style="fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <rect
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:11;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect3221"
+ width="40"
+ height="36"
+ x="4"
+ y="8"
+ ry="5.8221025" />
+ <rect
+ style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:11;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect3223"
+ width="34"
+ height="30"
+ x="7"
+ y="11"
+ ry="2.9757414" />
+ <rect
+ style="fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect3225"
+ width="6"
+ height="11"
+ x="12"
+ y="3"
+ ry="2.1347711" />
+ <rect
+ ry="2.2641511"
+ y="3"
+ x="30"
+ height="11"
+ width="6"
+ id="rect3229"
+ style="fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 15,17 L 15,37"
+ id="path3233"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 33,17 L 33,37"
+ id="path3235"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 24,17 L 24,37"
+ id="path3237"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 11,24 L 37,24"
+ id="path3239"
+ sodipodi:nodetypes="cc" />
+ <path
+ sodipodi:nodetypes="cc"
+ id="path3247"
+ d="M 11,17 L 37,17"
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <path
+ sodipodi:nodetypes="cc"
+ id="path3289"
+ d="M 11,32 L 37,32"
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </g>
+</svg>
diff --git a/icon-themes/HighContrast-SVG/scalable/mimetypes/x-office-document.svg b/icon-themes/HighContrast-SVG/scalable/mimetypes/x-office-document.svg
new file mode 100644
index 00000000..413242be
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/mimetypes/x-office-document.svg
@@ -0,0 +1,109 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48.000000px"
+ height="48.000000px"
+ viewBox="0 0 48 48"
+ xml:space="preserve"
+ id="svg2"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ sodipodi:docname="x-office-document.svg"
+ sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/mimetypes"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"><metadata
+ id="metadata19"><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>Office Document</dc:title><dc:creator><cc:Agent><dc:title>Luca Ferretti &lt;[email protected]&gt;</dc:title></cc:Agent></dc:creator><cc:license
+ rdf:resource="" /><dc:date>December 2008</dc:date><dc:contributor><cc:Agent><dc:title>Based on text-x-generic</dc:title></cc:Agent></dc:contributor></cc:Work></rdf:RDF></metadata><defs
+ id="defs17"><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="perspective3488" />
+
+
+
+
+ </defs><sodipodi:namedview
+ inkscape:window-height="949"
+ inkscape:window-width="1280"
+ inkscape:pageshadow="2"
+ inkscape:pageopacity="0.0"
+ borderopacity="1.0"
+ bordercolor="#666666"
+ pagecolor="#ffffff"
+ id="base"
+ gridtolerance="10000"
+ showgrid="true"
+ guidetolerance="10000"
+ inkscape:grid-points="true"
+ inkscape:zoom="15.541667"
+ inkscape:cx="12.450402"
+ inkscape:cy="24"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:current-layer="svg2"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-bbox="true"
+ inkscape:object-nodes="true"
+ inkscape:object-paths="true"
+ objecttolerance="10000"><sodipodi:guide
+ orientation="vertical"
+ position="24.944882"
+ id="guide3305" /><sodipodi:guide
+ orientation="horizontal"
+ position="28.031496"
+ id="guide3307" /><inkscape:grid
+ type="xygrid"
+ visible="true"
+ enabled="true"
+ id="grid3490" /></sodipodi:namedview>
+ <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="rect3319"
+ width="48.000000"
+ height="48.000000"
+ x="0.0000000"
+ y="0.0000000" /><path
+ sodipodi:nodetypes="ccccccc"
+ style="fill:#ffffff;fill-rule:nonzero;stroke:#ffffff;stroke-width:12.000000;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;fill-opacity:1.0000000;stroke-opacity:1.0000000"
+ d="M 39,41 L 9,41 L 9,6 L 30,6 L 39,16 L 39,20.678851 L 39,41 z "
+ id="path4775" /><path
+ id="path7"
+ d="M 39,41 L 9,41 L 9,6 L 30,6 L 39,16 L 39,41 z "
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-width:4.0000000;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;fill-opacity:1.0000000"
+ sodipodi:nodetypes="cccccc" /><path
+ id="path9"
+ d="M 37,16 L 36.996573,39.003906 L 11,39 L 11.016535,8.0181102 L 29,8 L 37,16 z "
+ style="fill:#ffffff;fill-rule:nonzero;stroke:none;stroke-miterlimit:4.0000000"
+ sodipodi:nodetypes="cccccc" />
+
+<path
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 15,16 L 28,16"
+ id="path1309" /><path
+ sodipodi:nodetypes="cc"
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 28,32 L 33,32"
+ id="path2186" /><path
+ id="path3492"
+ d="M 28,24 L 33,24"
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ sodipodi:nodetypes="cc" /><rect
+ 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="rect3494"
+ width="10"
+ height="15"
+ x="13"
+ y="21"
+ ry="2.0678852" /></svg> \ No newline at end of file
diff --git a/icon-themes/HighContrast-SVG/scalable/mimetypes/x-office-presentation.svg b/icon-themes/HighContrast-SVG/scalable/mimetypes/x-office-presentation.svg
new file mode 100644
index 00000000..ba4597da
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/mimetypes/x-office-presentation.svg
@@ -0,0 +1,160 @@
+<?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="svg3203"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ version="1.0"
+ sodipodi:docname="x-office-presentation.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs3205">
+ <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="perspective3211" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="15.458333"
+ inkscape:cx="21.444743"
+ inkscape:cy="16.463611"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:snap-bbox="true"
+ inkscape:object-paths="true"
+ inkscape:object-nodes="true"
+ objecttolerance="10000"
+ gridtolerance="10000"
+ guidetolerance="10000"
+ inkscape:window-width="1280"
+ inkscape:window-height="948"
+ inkscape:window-x="0"
+ inkscape:window-y="25">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3213"
+ visible="true"
+ enabled="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata3208">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <cc:license
+ rdf:resource="" />
+ <dc:title>Office Presentation</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>office</rdf:li>
+ <rdf:li>presentation</rdf:li>
+ <rdf:li>keynote</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <dc:description>A blackboard with a graph</dc:description>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Livello 1"
+ inkscape:groupmode="layer"
+ id="layer1">
+ <rect
+ style="fill:none;fill-opacity:0.53719008000000001;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect3738"
+ width="48"
+ height="48"
+ x="0"
+ y="0"
+ ry="0" />
+ <path
+ sodipodi:nodetypes="cc"
+ id="path3164"
+ d="M 7,7 L 41,7"
+ style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:14;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <path
+ sodipodi:nodetypes="cc"
+ id="path3746"
+ d="M 24,41 L 24,26"
+ style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:14;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:12;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 24,34 L 34,42"
+ id="path3744"
+ sodipodi:nodetypes="cc" />
+ <path
+ sodipodi:nodetypes="cc"
+ id="path3742"
+ d="M 24,34 L 14,42"
+ 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
+ ry="2.1548698"
+ y="6"
+ x="8"
+ height="23"
+ width="32"
+ id="rect3740"
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:12;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <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 24,41 L 24,26"
+ id="path3215"
+ sodipodi:nodetypes="cc" />
+ <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 24,34 L 14.266912,41.78647"
+ id="path3726"
+ sodipodi:nodetypes="cc" />
+ <path
+ sodipodi:nodetypes="cc"
+ id="path3728"
+ d="M 24,34 L 34,42"
+ 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" />
+ <rect
+ style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect3730"
+ width="32"
+ height="22.999998"
+ x="8"
+ y="6"
+ ry="2.1548698" />
+ <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 34,14 L 28,20 L 20,17 L 15,23"
+ id="path3736"
+ sodipodi:nodetypes="cccc" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:6;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 7,7 L 41,7"
+ id="path3162"
+ sodipodi:nodetypes="cc" />
+ </g>
+</svg>
diff --git a/icon-themes/HighContrast-SVG/scalable/mimetypes/x-office-spreadsheet.svg b/icon-themes/HighContrast-SVG/scalable/mimetypes/x-office-spreadsheet.svg
new file mode 100644
index 00000000..0fb360de
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/mimetypes/x-office-spreadsheet.svg
@@ -0,0 +1,90 @@
+<?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.000000px"
+ height="48.000000px"
+ viewBox="0 0 48 48"
+ xml:space="preserve"
+ id="svg2"
+ sodipodi:version="0.32"
+ inkscape:version="0.44+devel"
+ sodipodi:docname="x-office-spreadsheet.svg"
+ sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/mimetypes"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ sodipodi:modified="true"><metadata
+ id="metadata19"><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>Document new</dc:title><dc:creator><cc:Agent><dc:title>Jakub Stainer</dc:title></cc:Agent></dc:creator><cc:license
+ rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /></cc:Work><cc:License
+ rdf:about="http://creativecommons.org/licenses/GPL/2.0/"><cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" /><cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" /><cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" /><cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" /><cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" /><cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" /></cc:License></rdf:RDF></metadata><defs
+ id="defs17">
+
+
+
+
+ </defs><sodipodi:namedview
+ inkscape:window-height="944"
+ inkscape:window-width="1274"
+ inkscape:pageshadow="2"
+ inkscape:pageopacity="0.0"
+ borderopacity="1.0"
+ bordercolor="#666666"
+ pagecolor="#ffffff"
+ id="base"
+ gridtolerance="0.50000000px"
+ showgrid="true"
+ guidetolerance="0.50000000px"
+ inkscape:grid-points="true"
+ inkscape:zoom="15.125"
+ inkscape:cx="24"
+ inkscape:cy="24"
+ inkscape:window-x="0"
+ inkscape:window-y="26"
+ inkscape:current-layer="svg2"
+ showguides="true"
+ inkscape:guide-bbox="true" />
+ <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="rect3319"
+ width="48.000000"
+ height="48.000000"
+ x="0.0000000"
+ y="0.0000000" /><path
+ sodipodi:nodetypes="ccccccc"
+ style="fill:white;fill-opacity:1;fill-rule:nonzero;stroke:white;stroke-width:12;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 7,10 L 7,40 L 41,40 L 41,19 L 31,10 L 26.321149,10 L 7,10 z "
+ id="path4775" /><path
+ id="path7"
+ d="M 7,10 L 7,40 L 41,40 L 41,19 L 31,10 L 7,10 z "
+ style="fill:black;fill-opacity:1;fill-rule:nonzero;stroke:black;stroke-width:4;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+ sodipodi:nodetypes="cccccc" /><path
+ id="path9"
+ d="M 30,12 L 9,12 L 9,38 L 38.98189,37.983465 L 39,20 L 30,12 z "
+ style="fill:white;fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
+ sodipodi:nodetypes="cccccc" />
+
+<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="path1312"
+ sodipodi:cx="24"
+ sodipodi:cy="24"
+ sodipodi:rx="9.0563564"
+ sodipodi:ry="9.0563564"
+ d="M 33.056356,24 A 9.0563564,9.0563564 0 1 1 24.068137,14.9439 L 24,24 z"
+ sodipodi:start="0"
+ sodipodi:end="4.7199127"
+ transform="translate(-1.943644,2.943644)" /></svg> \ No newline at end of file