summaryrefslogtreecommitdiff
path: root/icon-themes/HighContrast-SVG/scalable/emotes
diff options
context:
space:
mode:
Diffstat (limited to 'icon-themes/HighContrast-SVG/scalable/emotes')
-rw-r--r--icon-themes/HighContrast-SVG/scalable/emotes/Makefile.am53
-rw-r--r--icon-themes/HighContrast-SVG/scalable/emotes/Makefile.in449
-rw-r--r--icon-themes/HighContrast-SVG/scalable/emotes/face-angel.svg63
-rw-r--r--icon-themes/HighContrast-SVG/scalable/emotes/face-angry.svg63
-rw-r--r--icon-themes/HighContrast-SVG/scalable/emotes/face-cool.svg118
-rw-r--r--icon-themes/HighContrast-SVG/scalable/emotes/face-crying.svg63
-rw-r--r--icon-themes/HighContrast-SVG/scalable/emotes/face-devilish.svg63
-rw-r--r--icon-themes/HighContrast-SVG/scalable/emotes/face-embarrassed.svg63
-rw-r--r--icon-themes/HighContrast-SVG/scalable/emotes/face-kiss.svg63
-rw-r--r--icon-themes/HighContrast-SVG/scalable/emotes/face-laugh.svg63
-rw-r--r--icon-themes/HighContrast-SVG/scalable/emotes/face-monkey.svg63
-rw-r--r--icon-themes/HighContrast-SVG/scalable/emotes/face-plain.svg136
-rw-r--r--icon-themes/HighContrast-SVG/scalable/emotes/face-raspberry.svg63
-rw-r--r--icon-themes/HighContrast-SVG/scalable/emotes/face-sad.svg137
-rw-r--r--icon-themes/HighContrast-SVG/scalable/emotes/face-sick.svg63
-rw-r--r--icon-themes/HighContrast-SVG/scalable/emotes/face-smile-big.svg138
-rw-r--r--icon-themes/HighContrast-SVG/scalable/emotes/face-smile.svg138
-rw-r--r--icon-themes/HighContrast-SVG/scalable/emotes/face-smirk.svg63
-rw-r--r--icon-themes/HighContrast-SVG/scalable/emotes/face-surprise.svg152
-rw-r--r--icon-themes/HighContrast-SVG/scalable/emotes/face-tired.svg63
-rw-r--r--icon-themes/HighContrast-SVG/scalable/emotes/face-uncertain.svg63
-rw-r--r--icon-themes/HighContrast-SVG/scalable/emotes/face-wink.svg138
-rw-r--r--icon-themes/HighContrast-SVG/scalable/emotes/face-worried.svg63
23 files changed, 2341 insertions, 0 deletions
diff --git a/icon-themes/HighContrast-SVG/scalable/emotes/Makefile.am b/icon-themes/HighContrast-SVG/scalable/emotes/Makefile.am
new file mode 100644
index 00000000..76687640
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/emotes/Makefile.am
@@ -0,0 +1,53 @@
+themedir = $(datadir)/icons/HighContrast-SVG
+size = scalable
+context = emotes
+
+icondir = $(themedir)/$(size)/$(context)
+
+icon_DATA = \
+ face-cool.svg \
+ face-plain.svg \
+ face-sad.svg \
+ face-smile.svg \
+ face-smile-big.svg \
+ face-surprise.svg \
+ face-wink.svg
+
+placeholder_FILES = \
+ face-angel.svg \
+ face-angry.svg \
+ face-crying.svg \
+ face-devilish.svg \
+ face-embarrassed.svg \
+ face-kiss.svg \
+ face-laugh.svg \
+ face-monkey.svg \
+ face-raspberry.svg \
+ face-sick.svg \
+ face-smirk.svg \
+ face-tired.svg \
+ face-uncertain.svg \
+ face-worried.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/emotes/Makefile.in b/icon-themes/HighContrast-SVG/scalable/emotes/Makefile.in
new file mode 100644
index 00000000..6201d4f7
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/emotes/Makefile.in
@@ -0,0 +1,449 @@
+# 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/emotes
+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 = emotes
+icondir = $(themedir)/$(size)/$(context)
+icon_DATA = face-cool.svg face-plain.svg face-sad.svg face-smile.svg \
+ face-smile-big.svg face-surprise.svg face-wink.svg \
+ $(am__append_1)
+placeholder_FILES = \
+ face-angel.svg \
+ face-angry.svg \
+ face-crying.svg \
+ face-devilish.svg \
+ face-embarrassed.svg \
+ face-kiss.svg \
+ face-laugh.svg \
+ face-monkey.svg \
+ face-raspberry.svg \
+ face-sick.svg \
+ face-smirk.svg \
+ face-tired.svg \
+ face-uncertain.svg \
+ face-worried.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/emotes/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu icon-themes/HighContrast-SVG/scalable/emotes/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/emotes/face-angel.svg b/icon-themes/HighContrast-SVG/scalable/emotes/face-angel.svg
new file mode 100644
index 00000000..eca4bc70
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/emotes/face-angel.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/emotes/face-angry.svg b/icon-themes/HighContrast-SVG/scalable/emotes/face-angry.svg
new file mode 100644
index 00000000..eca4bc70
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/emotes/face-angry.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/emotes/face-cool.svg b/icon-themes/HighContrast-SVG/scalable/emotes/face-cool.svg
new file mode 100644
index 00000000..430df769
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/emotes/face-cool.svg
@@ -0,0 +1,118 @@
+<?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/emotes"
+ sodipodi:docname="face-glasses.svg">
+ <defs
+ id="defs1874" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="14.729167"
+ inkscape:cx="24"
+ inkscape:cy="23.966054"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:grid-points="true"
+ inkscape:window-width="1274"
+ inkscape:window-height="921"
+ 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>Face glasses</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>face</rdf:li>
+ <rdf:li>smiley</rdf:li>
+ <rdf:li>glasses</rdf:li>
+ <rdf:li>B-)</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/LGPL/2.1/">
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <path
+ 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="path3653"
+ 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" />
+ <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="path1880"
+ sodipodi:cx="23.932585"
+ sodipodi:cy="23.932585"
+ sodipodi:rx="20.022472"
+ sodipodi:ry="20.022472"
+ d="M 43.955057 23.932585 A 20.022472 20.022472 0 1 1 3.9101124,23.932585 A 20.022472 20.022472 0 1 1 43.955057 23.932585 z" />
+ <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="path4540"
+ 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" />
+ <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 7.4879774,18 L 40.512023,18 C 40.512023,18 40.512023,28.264486 31.076581,30.830607 C 25.1002,32.455981 24,21.849182 24,21.849182 C 24,21.849182 22.757795,32.417361 16.923419,30.830607 C 7.4879774,28.264486 7.4879774,18 7.4879774,18 z "
+ id="path10756"
+ sodipodi:nodetypes="ccscsc" />
+ </g>
+</svg>
diff --git a/icon-themes/HighContrast-SVG/scalable/emotes/face-crying.svg b/icon-themes/HighContrast-SVG/scalable/emotes/face-crying.svg
new file mode 100644
index 00000000..eca4bc70
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/emotes/face-crying.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/emotes/face-devilish.svg b/icon-themes/HighContrast-SVG/scalable/emotes/face-devilish.svg
new file mode 100644
index 00000000..eca4bc70
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/emotes/face-devilish.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/emotes/face-embarrassed.svg b/icon-themes/HighContrast-SVG/scalable/emotes/face-embarrassed.svg
new file mode 100644
index 00000000..eca4bc70
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/emotes/face-embarrassed.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/emotes/face-kiss.svg b/icon-themes/HighContrast-SVG/scalable/emotes/face-kiss.svg
new file mode 100644
index 00000000..eca4bc70
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/emotes/face-kiss.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/emotes/face-laugh.svg b/icon-themes/HighContrast-SVG/scalable/emotes/face-laugh.svg
new file mode 100644
index 00000000..eca4bc70
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/emotes/face-laugh.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/emotes/face-monkey.svg b/icon-themes/HighContrast-SVG/scalable/emotes/face-monkey.svg
new file mode 100644
index 00000000..eca4bc70
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/emotes/face-monkey.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/emotes/face-plain.svg b/icon-themes/HighContrast-SVG/scalable/emotes/face-plain.svg
new file mode 100644
index 00000000..6ae8ac19
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/emotes/face-plain.svg
@@ -0,0 +1,136 @@
+<?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="svg1872"
+ sodipodi:version="0.32"
+ inkscape:version="0.44"
+ sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/emotes"
+ sodipodi:docname="face-plain.svg">
+ <defs
+ id="defs1874" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="14.833333"
+ inkscape:cx="23.999999"
+ inkscape:cy="23.999999"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:grid-points="true"
+ inkscape:window-width="1274"
+ inkscape:window-height="921"
+ 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>Face plain</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>face</rdf:li>
+ <rdf:li>plain</rdf:li>
+ <rdf:li>smiley</rdf:li>
+ <rdf:li>:-|</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/LGPL/2.1/">
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <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="path3653"
+ 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" />
+ <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="path1880"
+ sodipodi:cx="23.932585"
+ sodipodi:cy="23.932585"
+ sodipodi:rx="20.022472"
+ sodipodi:ry="20.022472"
+ d="M 43.955057 23.932585 A 20.022472 20.022472 0 1 1 3.9101124,23.932585 A 20.022472 20.022472 0 1 1 43.955057 23.932585 z" />
+ <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="path4540"
+ 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" />
+ <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="path5427"
+ sodipodi:cx="15"
+ sodipodi:cy="18"
+ sodipodi:rx="4"
+ sodipodi:ry="4"
+ d="M 19 18 A 4 4 0 1 1 11,18 A 4 4 0 1 1 19 18 z"
+ transform="translate(2,0)" />
+ <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 14,30 L 34,30"
+ id="path6316" />
+ <use
+ x="0"
+ y="0"
+ xlink:href="#path5427"
+ id="use7203"
+ transform="translate(14,0)"
+ width="48"
+ height="48" />
+ </g>
+</svg>
diff --git a/icon-themes/HighContrast-SVG/scalable/emotes/face-raspberry.svg b/icon-themes/HighContrast-SVG/scalable/emotes/face-raspberry.svg
new file mode 100644
index 00000000..eca4bc70
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/emotes/face-raspberry.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/emotes/face-sad.svg b/icon-themes/HighContrast-SVG/scalable/emotes/face-sad.svg
new file mode 100644
index 00000000..b510e9f4
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/emotes/face-sad.svg
@@ -0,0 +1,137 @@
+<?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="svg1872"
+ sodipodi:version="0.32"
+ inkscape:version="0.44"
+ sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/emotes"
+ sodipodi:docname="face-sad.svg">
+ <defs
+ id="defs1874" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="59.333333"
+ inkscape:cx="19.68301"
+ inkscape:cy="29.828502"
+ 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="926"
+ 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>Face sad</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>face</rdf:li>
+ <rdf:li>smiley</rdf:li>
+ <rdf:li>sad</rdf:li>
+ <rdf:li>:-(</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/LGPL/2.1/">
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <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="path3653"
+ 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" />
+ <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="path1880"
+ sodipodi:cx="23.932585"
+ sodipodi:cy="23.932585"
+ sodipodi:rx="20.022472"
+ sodipodi:ry="20.022472"
+ d="M 43.955057 23.932585 A 20.022472 20.022472 0 1 1 3.9101124,23.932585 A 20.022472 20.022472 0 1 1 43.955057 23.932585 z" />
+ <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="path4540"
+ 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" />
+ <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="path5427"
+ sodipodi:cx="15"
+ sodipodi:cy="18"
+ sodipodi:rx="4.0168543"
+ sodipodi:ry="4.0168543"
+ d="M 19.016854 18 A 4.0168543 4.0168543 0 1 1 10.983146,18 A 4.0168543 4.0168543 0 1 1 19.016854 18 z"
+ transform="translate(2,0)" />
+ <path
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:black;stroke-width:4;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 15,31.25 C 21,24.25 27,24.25 33,31.25"
+ id="path6316"
+ sodipodi:nodetypes="cc" />
+ <use
+ x="0"
+ y="0"
+ xlink:href="#path5427"
+ id="use7203"
+ transform="translate(14,0)"
+ width="48"
+ height="48" />
+ </g>
+</svg>
diff --git a/icon-themes/HighContrast-SVG/scalable/emotes/face-sick.svg b/icon-themes/HighContrast-SVG/scalable/emotes/face-sick.svg
new file mode 100644
index 00000000..eca4bc70
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/emotes/face-sick.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/emotes/face-smile-big.svg b/icon-themes/HighContrast-SVG/scalable/emotes/face-smile-big.svg
new file mode 100644
index 00000000..344c7911
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/emotes/face-smile-big.svg
@@ -0,0 +1,138 @@
+<?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="svg1872"
+ sodipodi:version="0.32"
+ inkscape:version="0.44"
+ sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/emotes"
+ sodipodi:docname="face-smile-big.svg">
+ <defs
+ id="defs1874" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="14.729167"
+ 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="1274"
+ inkscape:window-height="921"
+ 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>Face smile </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>face</rdf:li>
+ <rdf:li>smiley</rdf:li>
+ <rdf:li>happy</rdf:li>
+ <rdf:li>smile big</rdf:li>
+ <rdf:li>:-D</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/LGPL/2.1/">
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <path
+ 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="path3653"
+ 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" />
+ <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="path1880"
+ sodipodi:cx="23.932585"
+ sodipodi:cy="23.932585"
+ sodipodi:rx="20.022472"
+ sodipodi:ry="20.022472"
+ d="M 43.955057 23.932585 A 20.022472 20.022472 0 1 1 3.9101124,23.932585 A 20.022472 20.022472 0 1 1 43.955057 23.932585 z" />
+ <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="path4540"
+ 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" />
+ <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="path5427"
+ sodipodi:cx="15"
+ sodipodi:cy="18"
+ sodipodi:rx="4"
+ sodipodi:ry="6.07096"
+ d="M 19 18 A 4 6.07096 0 1 1 11,18 A 4 6.07096 0 1 1 19 18 z"
+ transform="translate(2,0)" />
+ <path
+ style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 34,28 C 27.49505,28 21,28 14,28 C 18,38 30,38 34,28 z "
+ id="path6316"
+ sodipodi:nodetypes="ccc" />
+ <use
+ x="0"
+ y="0"
+ xlink:href="#path5427"
+ id="use7203"
+ transform="translate(14,0)"
+ width="48"
+ height="48" />
+ </g>
+</svg>
diff --git a/icon-themes/HighContrast-SVG/scalable/emotes/face-smile.svg b/icon-themes/HighContrast-SVG/scalable/emotes/face-smile.svg
new file mode 100644
index 00000000..b8af5c8d
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/emotes/face-smile.svg
@@ -0,0 +1,138 @@
+<?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="svg1872"
+ sodipodi:version="0.32"
+ inkscape:version="0.44"
+ sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/emotes"
+ sodipodi:docname="face-smile.svg">
+ <defs
+ id="defs1874" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="59.333333"
+ inkscape:cx="19.990179"
+ inkscape:cy="28.37958"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:grid-points="true"
+ inkscape:window-width="1274"
+ inkscape:window-height="921"
+ 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>Face smile</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>face</rdf:li>
+ <rdf:li>smiley</rdf:li>
+ <rdf:li>happy</rdf:li>
+ <rdf:li>smile</rdf:li>
+ <rdf:li>:-)</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/LGPL/2.1/">
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <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="path3653"
+ 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" />
+ <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="path1880"
+ sodipodi:cx="23.932585"
+ sodipodi:cy="23.932585"
+ sodipodi:rx="20.022472"
+ sodipodi:ry="20.022472"
+ d="M 43.955057 23.932585 A 20.022472 20.022472 0 1 1 3.9101124,23.932585 A 20.022472 20.022472 0 1 1 43.955057 23.932585 z" />
+ <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="path4540"
+ 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" />
+ <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="path5427"
+ sodipodi:cx="15"
+ sodipodi:cy="18"
+ sodipodi:rx="4"
+ sodipodi:ry="3.9662924"
+ d="M 19 18 A 4 3.9662924 0 1 1 11,18 A 4 3.9662924 0 1 1 19 18 z"
+ transform="translate(2,0)" />
+ <path
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:black;stroke-width:4;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+ d="M 13,27 C 19,35 29,35 35,27"
+ id="path6316"
+ sodipodi:nodetypes="cc" />
+ <use
+ x="0"
+ y="0"
+ xlink:href="#path5427"
+ id="use7203"
+ transform="translate(14,0)"
+ width="48"
+ height="48" />
+ </g>
+</svg>
diff --git a/icon-themes/HighContrast-SVG/scalable/emotes/face-smirk.svg b/icon-themes/HighContrast-SVG/scalable/emotes/face-smirk.svg
new file mode 100644
index 00000000..eca4bc70
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/emotes/face-smirk.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/emotes/face-surprise.svg b/icon-themes/HighContrast-SVG/scalable/emotes/face-surprise.svg
new file mode 100644
index 00000000..dae1c931
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/emotes/face-surprise.svg
@@ -0,0 +1,152 @@
+<?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="svg1872"
+ sodipodi:version="0.32"
+ inkscape:version="0.44"
+ sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/emotes"
+ sodipodi:docname="face-surprise.svg">
+ <defs
+ id="defs1874" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="14.729167"
+ 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="1274"
+ inkscape:window-height="921"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ showguides="true"
+ inkscape:guide-bbox="true">
+ <sodipodi:guide
+ orientation="horizontal"
+ position="18.059406"
+ id="guide11683" />
+ <sodipodi:guide
+ orientation="vertical"
+ position="24.033946"
+ id="guide11685" />
+ </sodipodi:namedview>
+ <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>Face surprise</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>face</rdf:li>
+ <rdf:li>smiley</rdf:li>
+ <rdf:li>surprise</rdf:li>
+ <rdf:li>:-0</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/LGPL/2.1/">
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <path
+ 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="path3653"
+ 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" />
+ <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="path1880"
+ sodipodi:cx="23.932585"
+ sodipodi:cy="23.932585"
+ sodipodi:rx="20.022472"
+ sodipodi:ry="20.022472"
+ d="M 43.955057 23.932585 A 20.022472 20.022472 0 1 1 3.9101124,23.932585 A 20.022472 20.022472 0 1 1 43.955057 23.932585 z" />
+ <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="path4540"
+ 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" />
+ <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="path5427"
+ sodipodi:cx="15"
+ sodipodi:cy="18"
+ sodipodi:rx="4"
+ sodipodi:ry="6.0030675"
+ d="M 19 18 A 4 6.0030675 0 1 1 11,18 A 4 6.0030675 0 1 1 19 18 z"
+ transform="translate(2,0)" />
+ <use
+ x="0"
+ y="0"
+ xlink:href="#path5427"
+ id="use7203"
+ transform="translate(14,0)"
+ width="48"
+ height="48" />
+ <path
+ sodipodi:type="arc"
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:black;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path12580"
+ sodipodi:cx="24"
+ sodipodi:cy="30"
+ sodipodi:rx="4.4384723"
+ sodipodi:ry="6.611033"
+ d="M 28.438472 30 A 4.4384723 6.611033 0 1 1 19.561528,30 A 4.4384723 6.611033 0 1 1 28.438472 30 z" />
+ </g>
+</svg>
diff --git a/icon-themes/HighContrast-SVG/scalable/emotes/face-tired.svg b/icon-themes/HighContrast-SVG/scalable/emotes/face-tired.svg
new file mode 100644
index 00000000..eca4bc70
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/emotes/face-tired.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/emotes/face-uncertain.svg b/icon-themes/HighContrast-SVG/scalable/emotes/face-uncertain.svg
new file mode 100644
index 00000000..eca4bc70
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/emotes/face-uncertain.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/emotes/face-wink.svg b/icon-themes/HighContrast-SVG/scalable/emotes/face-wink.svg
new file mode 100644
index 00000000..40ca2e9c
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/emotes/face-wink.svg
@@ -0,0 +1,138 @@
+<?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/emotes"
+ sodipodi:docname="face-wink.svg">
+ <defs
+ id="defs1874" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="14.729167"
+ 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="1274"
+ inkscape:window-height="921"
+ 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>Face wink</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>face</rdf:li>
+ <rdf:li>smiley</rdf:li>
+ <rdf:li>wink</rdf:li>
+ <rdf:li>;-)</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/LGPL/2.1/">
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <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="path3653"
+ 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" />
+ <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="path1880"
+ sodipodi:cx="23.932585"
+ sodipodi:cy="23.932585"
+ sodipodi:rx="20.022472"
+ sodipodi:ry="20.022472"
+ d="M 43.955057 23.932585 A 20.022472 20.022472 0 1 1 3.9101124,23.932585 A 20.022472 20.022472 0 1 1 43.955057 23.932585 z" />
+ <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="path4540"
+ 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" />
+ <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="path5427"
+ sodipodi:cx="15"
+ sodipodi:cy="18"
+ sodipodi:rx="6.0028286"
+ sodipodi:ry="1.9974097"
+ d="M 21.002829 18 A 6.0028286 1.9974097 0 1 1 8.9971714,18 A 6.0028286 1.9974097 0 1 1 21.002829 18 z"
+ transform="translate(2.997171,0)" />
+ <path
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:black;stroke-width:4;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+ d="M 13,27 C 19,35 29,35 35,27"
+ id="path6316"
+ sodipodi:nodetypes="cc" />
+ <path
+ transform="translate(16,0)"
+ d="M 19 18 A 4 3.9662924 0 1 1 11,18 A 4 3.9662924 0 1 1 19 18 z"
+ sodipodi:ry="3.9662924"
+ sodipodi:rx="4"
+ sodipodi:cy="18"
+ sodipodi:cx="15"
+ id="use7203"
+ 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" />
+ </g>
+</svg>
diff --git a/icon-themes/HighContrast-SVG/scalable/emotes/face-worried.svg b/icon-themes/HighContrast-SVG/scalable/emotes/face-worried.svg
new file mode 100644
index 00000000..eca4bc70
--- /dev/null
+++ b/icon-themes/HighContrast-SVG/scalable/emotes/face-worried.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>